@charset "utf-8";
/*------------------------------------------------------------
	plan
------------------------------------------------------------*/
.pageOther {
	padding-bottom: 5.6rem;
}
#pagePath {
	margin: 0 0.7rem 10.9rem;
}
#main .sec01 {
	margin-bottom: 11.1rem;
}
#main .sec01 .title {
	margin-bottom: 8.9rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.81;
	letter-spacing: 0.018em;
}
#main .sec01 .photoList li {
	text-align: center;
	width: 47.4%;
}
#main .sec01 .photoList li > a:hover {
	opacity: 0.7;
}
#main .sec01 .photoList .pho {
	margin-bottom: 2rem;
}
#main .sec01 .photoList .textBox .ttl {
	margin-bottom: 0.7rem;
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: 0.02em;
}
#main .sec01 .photoList .textBox .txt {
	font-size: 1.2rem;
	line-height: 1.76;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.pageOther {
		padding-bottom: 4.9rem;
	}
	#main .sec01 {
		margin-bottom: 6rem;
	}
	#main .sec01 .title {
		margin-bottom: 5rem;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.965;
		letter-spacing: 0.018em;
	}
	#main .sec01 .photoList {
		display: block;
	}
	#main .sec01 .photoList li {
		margin-bottom: 3.1rem;
		text-align: center;
		width: auto;
	}
	#main .sec01 .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .photoList .pho {
		margin-bottom: 1.5rem;
	}
	#main .sec01 .photoList .textBox .ttl {
		margin-bottom: 0;
		line-height: 2;
		font-size: 1.5rem;
	}
	#main .sec01 .photoList .textBox .txt {
		line-height: 1.79;
	}
}
/*------------------------------------------------------------
	popupBox
------------------------------------------------------------*/
body.popFix {
	touch-action: none;
	overscroll-behavior: none;
	overflow: hidden;
}
.mfp-container {
	padding: 6.2rem 0;
	overflow-y: auto;
	position: fixed;
}
.mfp-content {
	padding-bottom: 3rem;
}
.popupBox {
	position: relative;	
	margin: 0 auto;
	max-width: 117rem;
}
.popupBox .innerBox {
	justify-content: space-between;
	padding: 4.5rem 4.6rem 4.9rem;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 0.5rem;
}
.popupBox .icon {
	position: absolute;
	z-index: 2;
	top: -4rem;
	right: -2rem;
	width: 1.8rem;
}
.popupBox .icon a:hover {
	opacity: 0.8;
}
.popupBox .prev,
.popupBox .next {
	width: 1.3rem;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 46%;
}
.popupBox .prev {
	left: -2.5rem;
}
.popupBox .next {
	right: -2.5rem;
}
.popupBox .prev:hover,
.popupBox .next:hover {
	opacity: 0.7;
}
.popupBox .innerBox .photoBox {
	width: 65.1%;
	margin-right: 4%;
	flex-shrink: 0;
}
.popupBox .innerBox .photoList {
	margin-bottom: 2rem;
}
.popupBox .innerBox .photoList img {
	width: 100%;
	aspect-ratio: 1000 / 662;
}
.popupBox .innerBox .photoList .img01 {
	margin: 7.5rem 0 0 2rem;
	max-width: 64.6rem;
	aspect-ratio: 646 / 316;
}
.popupBox .innerBox .photoList .img02 {
	margin: 4.5rem auto 0;
	max-width: 48.7rem;
	aspect-ratio: 487 / 350;
}
.popupBox .innerBox .photoList .img03 {
	margin: 2rem auto 0;
	max-width: 45rem;
	aspect-ratio: 450 / 418;
}
.popupBox .innerBox .smlPhoList {
	display: flex;
	overflow: hidden;
}
.popupBox .innerBox .smlPhoList li {
	margin-right: 3.5rem;
	max-width: 12.2rem;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.popupBox .innerBox .smlPhoList li.on {
	opacity: 0.6;
}
.popupBox .innerBox .textBox {
	margin-top: 2.5rem;
	flex: 1;
}
.popupBox .innerBox .textBox .topBox {
	margin-bottom: 3rem;
	padding-bottom: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #D4D4D4;
}
.popupBox .innerBox .textBox .topBox .title {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	letter-spacing: 0em;
}
.popupBox .innerBox .textBox .topBox .text {
	font-size: 1.2rem;
	line-height: 1.79;
}
.popupBox .innerBox .textBox .txt {
	font-size: 1.2rem;
	line-height: 2.41;
	text-align: justify;
}
@media all and (min-width: 897px) {
	.popupBox .innerBox .smlPhoList li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mfp-container {
		padding: 6.8rem 2.2rem 0;
	} 
	.popupBox .innerBox {
		padding: 0 0 9.3rem;
		display: block;
		border-radius: 0;
	}
	.popupBox .icon {
		top: -4.7rem;
		right: 0rem;
		width: 1.4rem;
	}
	.popupBox .prev,
	.popupBox .next {
		width: 1rem;
		top: auto;
		bottom: 2.2rem;
		transform: translateY(0);
	}
	.popupBox .prev {
		left: 3rem;
	}
	.popupBox .next {
		right: 3rem;
	}
	.popupBox .innerBox .photoBox {
		width: auto;
		margin-right: 0;
	}
	.popupBox .innerBox .photoList {
		margin-bottom: 1.8rem;
		width: 100%;
	}
	.popupBox .innerBox .photoList .img01,
	.popupBox .innerBox .photoList .img02,
	.popupBox .innerBox .photoList .img03 {
		margin: 2rem auto !important;
		width: 87%;
		max-width: 100% !important;
	}
	.popupBox .innerBox .photoList .img01 {
		margin-top: 11% !important;
	}
	.popupBox .innerBox .photoList .img01 {
		width: 85%;
	}
	.popupBox .innerBox .photoList .img03 {
		width: 66%;
	}
	.popupBox .innerBox .smlPhoList {
		margin-bottom: 2.5rem;
		justify-content: center;
	}
	.popupBox .innerBox .smlPhoList li {
		margin-right: 2rem;
		max-width: 7.7rem;
	}
	.popupBox .innerBox .textBox {
		padding: 0 2.2rem;
		margin-top: 0;
		width: auto;
	}
	.popupBox .innerBox .textBox .topBox {
		margin-bottom: 1.5rem;
		padding-bottom: 0;
		text-align: center;
		border-bottom: 0;
		letter-spacing: 0.1em;
	}
	.popupBox .innerBox .textBox .topBox .title {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
	.popupBox .innerBox .textBox .txt {
		font-size: 1.1rem;
		line-height: 1.99;
	}
}
.mfp-arrow {
	width: 1.3rem;
	position: absolute;
	cursor: pointer;
	top: 48%;
	z-index: 10000;
	opacity: 1;
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-left:active {
	left: 50%;
	margin: -2rem 0 0 -62rem;
}
.mfp-arrow.mfp-arrow-right,
.mfp-arrow.mfp-arrow-right:active {
	right: 50%;
	margin: -2rem -62rem 0 0;
}
.mfp-arrow::before,
.mfp-arrow::after {
	display: none;
}
.mfp-arrow {
	margin: 0;
	height: auto;
}
.mfp-arrow:active {
	margin: 0;
}
@media all and (min-width: 897px) {
	.mfp-arrow:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mfp-arrow {
		top: auto;
		bottom: 5.2rem;
	}
	.mfp-arrow.mfp-arrow-right, .mfp-arrow.mfp-arrow-right:active {
		right: 3rem;
		margin: 0;
	}
	.mfp-arrow.mfp-arrow-left, .mfp-arrow.mfp-arrow-left:active {
		left: 3rem;
		margin: 0;
	}
}
.mfp-fade.mfp-bg {
	position: fixed !important;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
@media all and (min-width: 897px) and (max-width: 1150px)  {
	.popupBox .innerBox .photoBox {
		width: 57%;
	}
	.mfp-content {
		padding: 0 3rem 3rem;
	}
	.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-left:active {
	left: 1rem;
	margin: -2rem 0 0 0;
}
.mfp-arrow.mfp-arrow-right,
.mfp-arrow.mfp-arrow-right:active {
	right: 1rem;
	margin: -2rem 0 0 0;
}
}