@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	overflow: hidden;
	position: relative;
}
#main .mainImg img {
	width: 100%;
}
#main .mainImg h2 {
	padding: 2.7rem 2rem 2.1rem;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	text-align: center;
	font-size: 3.5rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(0.3rem);
	font-feature-settings: "palt";
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#main .mainImg .photo {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.img-blur {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: .8s;
}

@-webkit-keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-ms-filter: blur(10px);
		-o-filter: blur(10px);
		filter: blur(10px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-ms-filter: blur(10px);
		-o-filter: blur(10px);
		filter: blur(10px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
#main .shop {
	padding: 4rem 0 12.3rem;
}
#main .shop h3 {
	margin-bottom: 3.2rem;
	font-size: 6.5rem;
	color: #ED3D90;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 200;
}
#main .shop h3 .en {
	opacity: 0.3;
}
#main .shop h3 .txtSpan {
	min-width: 35rem;
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: 0.2em;
	color: #fff;
	background-color: #ED3D90;
}
#main .centerTxt {
	margin-bottom: 5rem;
	line-height: 2.1875;
	font-weight: 300;
	text-align: center;
}
#main .shop .date {
	padding: 1.4rem 2rem;
	min-width: 82rem;
	margin: 0 auto 16rem;
	width: fit-content;
	font-size: 3.5rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #fff;
	background-color: #ED3D90;
	box-shadow: 0 0 0 4px #ED3D90;
}
#main .imgBox {
	align-items: center;
	margin-bottom: 12.8rem;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .imgBox .photoBox {
	margin-right: 7rem;
	width: calc(50% - 1.5rem);
	position: relative;
}
#main .imgBox .photoBox::before {
	width: 30rem;  
	aspect-ratio: 600 / 561;
	background: url(../img/common/bg.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -6.8rem;
	left: 0;
	z-index: -1;
	content: ""; 
}
#main .imgBox .photoBox span {
	font-weight: 300;
	position: absolute;
	bottom: 0.5rem;
	right: 0.9rem;
	color: #fff;
	font-size: 1.4rem;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .textBox {
	padding: 2rem 0 6.5rem;
	flex: 1;
}
#main .imgBox .textBox .sub {
	width: 100%;
	max-width: 53rem;
}
#main .imgBox h4 {
	margin-bottom: 2.7rem;
	font-size: 2rem;
	font-weight: 500;
}
#main .imgBox p {
	font-weight: 300;
	line-height: 2.1875;
}
#main .imgBox02 {
	flex-direction: row-reverse;
}
#main .imgBox02 .photoBox {
	margin: 0 0 0 7rem;
}
#main .imgBox02 .textBox {
	padding-bottom: 2rem;
	display: flex;
	justify-content: flex-end;
}
#main .imgBox02 .textBox .sub {
	max-width: 47rem;
}
#main .imgBox02 .photoBox::before {
	left: auto;
	right: 0;
}
#main .mapSec {
	padding: 7.2rem 0 4.8rem;
	background-color: #F7F7F7;
}
#main .mapSec .content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .mapSec .map {
	margin: 0 6rem 0 5.5rem;
	width: 60rem;
	order: -1;
	aspect-ratio: 600 / 450;
	position: relative;
}
#main .mapSec .map > a {
	position: absolute;
	inset: 0;
}
#main .mapSec .map iframe {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#main .mapSec .textBox {
	margin-top: -0.2rem;
	flex: 1;
}
#main .mapSec h3 {
	margin-bottom: 0.8rem;
	font-size: 2.5rem;
	font-weight: 500;
}
#main .mapSec h3 .en {
	margin-bottom: -0.5rem;
	display: block;
	font-size: 1rem;
	color: #B2B2B2;
	font-weight: 200;
	letter-spacing: 0.2em;
}
#main .mapSec p {
	margin-bottom: 2.6rem;
	font-size: 1.6rem;
	line-height: 2.1875;
	font-weight: 300;
}
#main .mapSec p .en {
	margin-bottom: -1rem;
	display: block;
	font-size: 1rem;
	color: #B2B2B2;
	letter-spacing: 0.2em;
	font-weight: 200;
}
#main .mapSec .comLink {
	padding: 2.7rem 0 0 9rem;
	box-sizing: content-box;
}
#main .special {
	padding: 8.8rem 0 0rem;
}
#main .specialBox {
	padding: 5.8rem 3rem 6.1rem;
	margin: 0 auto 2.7rem;
	max-width: 105rem;
	position: relative;
	background-color: #FDEBF4;
}
#main .specialBox .headLine02 {
	position: absolute;
	top: -4.4rem;
	left: 50%;
	transform: translateX(-50%);
}
#main .specialBox p {
	margin-bottom: 1.7rem;
	line-height: 2.1875;
	font-weight: 300;
	text-align: center;
}
#main .specialBox .list {
	width: fit-content;
	margin: 0 auto;
}
#main .specialBox .list li {
	font-size: 1.2rem;
	font-weight: 300;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.65;
}
#main .openingList {
	padding: 0 5.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 8.3rem 4rem;
}
#main .openingList > li {
	width: calc((100% - 4rem) / 2);
}
#main .openingList .textImg {
	width: 10rem;
	margin: 0 auto 1.4rem;
}
#main .openingList .subList {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem 4.5rem;
}
#main .openingList .subList li {
	width: calc((100% - 4.5rem) / 2);
}
#main .openingList .subList .photo {
	margin-bottom: 2.4rem;
}
#main .openingList .subList .photo a {
	display: block;
	position: relative;
	aspect-ratio: 460 / 690;
}
#main .openingList .subList .photo a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .openingList .subList .photo .popImg {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 3.1rem;
}

#main .openingList .subList .textBox {
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}
#main .openingList .subList .textBox .ttl {
	padding-bottom: 1.4rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #4C4C4C;
}
#main .openingList .subList .textBox .txt {
	margin-bottom: 1.4rem;
	font-size: 1.2rem;
}
#main .special2 {
	padding-top: 8rem;
}
#main .special2 .headLine01 {
	color: #42B4E5;
}
#main .special2 .specialBox {
	margin-bottom: 0;
	padding-bottom: 4rem;
	padding-top: 6.7rem;
	background-color: #ECF7FC;
}
#main .special2 .specialBox .headLine02 {
	background-color: #42B4E5;
}
#main .present {
	padding: 3.6rem 11.2rem 3.6rem 14.2rem;
	margin: 4.4rem auto 0;
	max-width: 97rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 1rem;
	border: 1px solid #42B4E5;
	background-color: #fff;
	position: relative;
}
#main .present:after {
	border: 1px solid #42B4E5;
	position: absolute;  
	top: 0.9rem;
	bottom: 0.9rem;
	right: 0.9rem;
	left: 0.9rem;
	content: ""; 
}
#main .present p {
	margin-bottom: 0;
}
#main .present .presentPhoto {
	order: -1;
	width: 25rem;
	margin-right: 4rem;
	position: relative;
	z-index: 1;
}
#main .present .presentPhoto img {
	width: 100%;
}
#main .present .presentBox {
	padding-top: 1rem;
	width: 35rem;
	position: relative;
	z-index: 1;
}
#main .present .presentTtl {
	margin-bottom: 2.3rem;
	padding: 0.2rem 1rem 0.3rem;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.25;
	background-color: #42B4E5;
}
#main .present .presentTtl2 {
	margin-bottom: 1.9rem;
	font-size: 2.5rem;
	line-height: 1.16;
}
#main .present .presentTtl2 .en {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 1.6rem;
}
#main .popSub {
	display: none;
}
#main .present2 {
	margin-top: 4rem;
}
#main .present2 .presentPhoto {
	width: 38.5rem;
	text-align: center;
	margin-left: -9.2rem;
}
#main .present2 .presentPhoto .txtSpan {
	display: block;
	font-size: 1rem;
	margin-top: 1rem;
	color: #000000;
}

@media all and (min-width: 961px) {
	.fancybox-button:hover {
		opacity: 0.7 !important;
	}
	#main .mapSec .map:hover {
		opacity: 0.7;
	}

}

@media all and (max-width: 960px) {
	#main .mainImg h2 {
		line-height: 1.65;
		padding: 0.6rem 1rem 0.8rem;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		backdrop-filter: blur(0.1rem);
	}
	#main .shop {
		padding-bottom: 7.8rem;
		padding-top: 5rem;
	}
	#main .shop h3 {
		margin: 0 auto 3.4rem;
		width: fit-content;
		font-size: 5rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
	}
	#main .centerTxt {
		margin-bottom: 5.4rem;
		text-align: left;
		letter-spacing: 0;
		font-weight: 300;
		color: #000;
	}
	#main .shop .date {
		min-width: inherit;
		margin: 0 -4.1rem 9.9rem;
		font-size: 2.8rem;
		line-height: 1.2;
		text-align: center;
		width: auto;
		padding: 1.8rem 2rem 1.9rem;
	}
	#main .imgBox {
		margin-bottom: 8.8rem;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin: 0 0 5.8rem;
	}
	#main .imgBox .photoBox::before {
		top: -4.2rem;
		width: 21rem;
		background-image: url(../img/common/bg_sp.png);
	}
	#main .imgBox .textBox {
		padding: 0 4rem;
	}
	#main .imgBox .textBox .sub {
		max-width: inherit;
	}
	#main .imgBox h4 {
		letter-spacing: 0;
		line-height: 1.75;
	}
	#main .imgBox p {
		color: #000;
	}
	#main .shop h3 .txtSpan {
		margin: 0 0.2rem 0.8rem;
		padding: 0.1rem 1rem 0.5rem;
		min-width: inherit;
		width: auto;
		font-size: 1.6rem;
	}
	#main .mapSec {
		padding: 4.5rem 0 5.1rem;
	}
	#main .mapSec .content {
		display: block;
	}
	#main .mapSec h3 {
		margin-bottom: 1.1rem;
	}
	#main .mapSec p {
		font-size: 1.5rem;
	}
	#main .mapSec .comLink {
		padding: 0.6rem 0 0;
	}
	#main .mapSec .map {
		margin: 4.6rem -2rem 0;
		width: auto;
	}
	#main .special {
		padding: 6rem 0 3.4rem;
	}
	#main .specialBox {
		padding: 5.4rem 4rem 4.4rem;
		margin: 0 -4rem 2rem;
		max-width: inherit;
	}
	#main .specialBox .headLine02 {
		top: -7.5rem;
	}
	#main .specialBox p {
		margin-bottom: 2.2rem;
		text-align: left;
		font-size: 1.5rem;
		line-height: 2.2;
	}
	#main .specialBox .list {
		width: auto;
	}
	#main .specialBox .list li {
		font-size: 1.3rem;
		line-height: 1.69;
	}
	#main .opening {
		margin: 0 -2.5rem;
		padding-top: 0.4rem;
	}
	#main .openingList {
		padding: 0;
		flex-direction: column;
		gap: 5.8rem 0;
	}
	#main .openingList > li {
		width: 100%;
	}
	#main .openingList .textImg {
		margin: 0 auto 0.9rem;
		width: 9.5rem;
	}
	#main .openingList .subList {
		gap: 2rem 1.5rem;
	}
	#main .openingList .subList li {
		width: calc((100% - 1.5rem) / 2);
	}
	#main .openingList .subList .photo .popImg {
		width: 2.5rem;
		bottom: 0.5rem;
		right: 0.5rem;
	}
	#main .openingList .subList .photo {
		margin-bottom: 1.3rem;
	}
	#main .openingList .subList .textBox .txt {
		margin-bottom: 1.9rem;
		font-size: 1rem;
	}
	#main .special2 .specialBox {
		padding-bottom: 6.3rem;
		padding-top: 5.5rem;
	}
	#main .present {
		display: block;
		padding: 4rem 3rem 5.4rem;
		margin: 5rem -1rem 0;
		max-width: inherit;
	}
	#main .present .presentBox {
		padding: 0;
		width: auto;
	}
	#main .present .presentTtl {
		margin-bottom: 2.4rem;
		font-size: 1.6rem;
	}
	#main .present .presentTtl2 {
		margin-bottom: 2rem;
		text-align: center;
		letter-spacing: 0;
		line-height: 1.22;
		font-size: 2.3rem;
	}
	#main .present .presentTtl2 .en {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	#main .present .presentPhoto {
		margin: 3.3rem 1.7rem 0;
		width: auto;
	}
	#main .special2 {
		padding-bottom: 0;
	}
	#main .present2 {
		padding-bottom: 3.5rem;
		margin-top: 4.5rem;
	}
	#main .present2 .presentPhoto {
		margin: -0.5rem -0.5rem 0;
	}
	#main .present2 .presentPhoto .txtSpan {
		font-size: 0.8rem;
	}
}