/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background-image: url(../img/header-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 56.223vw;
	position: relative;
}

.header__title,
.header__logo {
	position: absolute;
}

.header__title {
	width: 71.083vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header__logo {
	width: 13.104vw;
	top: 5.271vw;
	left: 4.319vw;
}

@media screen and (max-width: 768px) {
	.header {
		background-image: url(../img/header-bg_sp.webp);
		height: 174.667vw;
	}

	.header__title {
		width: 100%;
	}

	.header__logo {
		width: 27.2vw;
		top: 8.8vw;
		left: 6.933vw;
	}
}

/* ----------------------------------------------------
	about
---------------------------------------------------- */
.about {
	margin-bottom: min(13rem, 9.517vw);
	height: 61.054vw;
	position: relative;
}

.about__image {
	width: 48.023vw;
	position: relative;
	top: -5.637vw;
	z-index: 2;
}

.about__content {
	background: linear-gradient(180deg, #BCBAF5 0%, #6865B2 78.85%);
	width: 47.291vw;
	height: 37.4vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 7.321vw;
	bottom: 0;
	z-index: 1;
}

.about__content::before {
	width: 100%;
	height: 100%;
	border: solid 1px rgb(var(--wht));
	position: absolute;
	top: 0.732vw;
	left: 0.732vw;
	content: "";
}

.about__content--text {
	padding-left: 9.736vw;
	width: 100%;
	line-height: 2.95;
	font-size: 1.464vw;
}

.about .object {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 2;
}

.about .obj01 {
	background-image: url(../img/about-obj01.webp);
	width: 36.457vw;
	height: 31.991vw;
	top: -18.302vw;
	right: -3.66vw;
	z-index: 2;
}

.about .obj02 {
	background-image: url(../img/about-obj02.webp);
	width: 24.597vw;
	height: 23.829vw;
	bottom: -13.909vw;
	right: -3.66vw;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.about {
		margin-bottom: 60.267vw;
		height: 154.667vw;
	}

	.about__image {
		width: 78.4vw;
		top: -24vw;
	}

	.about__content {
		width: 90.667vw;
		height: 99.2vw;
		right: 0;
	}

	.about__content::before {
		width: calc(100% - 2.133vw);
		border-right: none;
		top: 2.133vw;
		left: 2.133vw;
	}

	.about__content--text {
		padding-left: 11.467vw;
		line-height: 2.25;
		font-size: 4.267vw;
	}

	.about .obj01 {
		background-image: url(../img/about-obj03.webp);
		width: 36.457vw;
		height: 31.991vw;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}

	.about .obj01,
	.about .obj02 {
		display: none;
	}

	.about .obj03 {
		background-image: url(../img/about-obj03.webp);
		width: 47.2vw;
		height: 56vw;
		bottom: -42.667vw;
		left: 0;
	}
}

/* ----------------------------------------------------
	section
---------------------------------------------------- */
.section {
	margin-bottom: min(10rem, 7.321vw);
	position: relative;
}

.section__content {
	margin: 0 auto;
	width: min(90rem, 65.886vw);
	position: relative;
}

.section__content::before,
.section__content::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
}

.section__title {
	margin-bottom: min(3rem, 2.196vw);
	text-align: center;
}

.section__title--inner {
	background: linear-gradient(90deg, #6865b2 22%, #bab8f1 40%, #6865b2 84%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	line-height: 0.8;
	font-family: var(--average);
	font-size: min(6rem, 4.392vw);
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	.section {
		margin-bottom: 0;
	}

	.section__content {
		padding: 0 4.8vw;
		width: 100%;
	}

	.section__title {
		margin-bottom: 8vw;
	}

	.section__title--inner {
		line-height: 1;
		font-size: 12vw;
	}
}

/* ----------------------------------------------------
	schedule
---------------------------------------------------- */
.schedule {
	text-align: center;
}

/* .section__content {
	background-color: red;
} */

.schedule .section__content::before {
	background-image: url(../img/schedule-obj01.webp);
	width: min(24.4rem, 17.862vw);
	height: min(34.8rem, 25.476vw);
	right: max(-15rem, -10.981vw);
	bottom: max(-2rem, -1.464vw);
}

.schedule__date {
	margin-bottom: min(2rem, 1.464vw);
	font-size: min(3.3rem, 2.416vw);
	font-weight: 700;
}

.schedule__detail {
	margin-bottom: 1em;
	font-size: min(2.2rem, 1.611vw);
	font-weight: 500;
}



.schedule__detail + .section__title {
	margin-top: min(7rem, 5.124vw);
}

.schedule__price {
	margin-bottom: min(7rem, 5.124vw);
	font-size: min(2.2rem, 1.611vw);
	font-weight: 700;
}
.ticket__inner .schedule__price {
	margin-bottom: min(6rem, 4.392vw);
}

.schedule__price span {
	font-size: min(3.3rem, 2.416vw);
}

.schedule__place {
	font-size: min(2.2rem, 1.611vw);
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.schedule {
		margin-bottom: 41.333vw;
	}

	.schedule .section__content::before {
		display: none;
	}

	.schedule__date {
		margin-bottom: 6.4vw;
		font-size: 6.667vw;
	}

	.schedule__detail {
		font-size: 5.333vw;
	}

	.schedule__detail--time {
		margin-bottom: 6.4vw;
	}

	.schedule__detail .sp-none {
		display: none;
	}
	
	.schedule__detail + .section__title {
		margin-top: 16vw;
	}

	.schedule__price {
		margin-bottom: 16vw;
		font-size: 4.267vw;
	}
	.ticket__inner .schedule__price {
		margin-bottom: 13.333vw;
	}

	.schedule__price span {
		font-size: 6.667vw;
	}

	.schedule__place {
		font-size: 5.333vw;
	}
}

/* ----------------------------------------------------
	ticket
---------------------------------------------------- */
.ticket {
	margin-bottom: min(13rem, 9.517vw);
}

.ticket::before,
.ticket::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: -1;
	content: "";
}

.ticket::before {
	background-image: url(../img/ticket-obj01.webp);
	width: min(38.4rem, 28.111vw);
	height: min(67.9rem, 49.707vw);
	top: max(-22rem, -16.105vw);
	left: 0;
}

.ticket::after {
	background-image: url(../img/ticket-obj02.webp);
	width: min(55.15rem, 40.373vw);
	height: min(66.05rem, 48.353vw);
	right: 0;
	bottom: max(-41rem, -30.015vw);
}

.ticket .section__content {
	background: #6865B2;
	background: linear-gradient(90deg, rgba(104, 101, 178, 1) 23%, rgba(186, 184, 241, 1) 50%, rgba(104, 101, 178, 1) 84%);
}

.ticket .section__content::before {
	background-color: #d9d9d9;
	width: calc(100% - min(1rem, 0.732vw));
	height: calc(100% - min(1rem, 0.732vw));
	top: min(0.5rem, 0.366vw);
	left: min(0.5rem, 0.366vw);
	z-index: 1;
}

.ticket .section__content::after {
	width: calc(100% - min(3rem, 2.196vw));
	height: calc(100% - min(3rem, 2.196vw));
	border: solid 1px rgb(var(--ppl));
	top: min(1.5rem, 1.098vw);
	left: min(1.5rem, 1.098vw);
	z-index: 1;
}

.ticket__inner {
	padding: min(9.5rem, 6.955vw) 0;
	color: rgb(var(--nvy));
	text-align: center;
	position: relative;
	z-index: 2;
}

.ticket__list--title {
	font-size: min(2.2rem, 1.611vw);
	font-weight: 900;
}

.ticket__list--title.member {
	color: #8B630F;
}

.ticket__list--title.general {
	color: #69848C;
}

.ticket__list--content:not(:last-of-type) {
	margin-bottom: min(6rem, 4.392vw);
}

.ticket__list--content .title {
	font-size: min(2.2rem, 1.611vw);
}

.ticket__list--content .text {
	font-size: min(2.2rem, 1.611vw);
	font-weight: 700;
}

.ticket__list--content .note {
	margin: 0 auto;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ticket__list--content .note li:not(:nth-child(even)) {
	margin-right: 1em;
}

.ticket__list--content .link-button {
	background-color: #8B630F;
	margin: min(2rem, 1.464vw) auto 0;
	width: min(23rem, 16.837vw);
	height: min(5.5rem, 4.026vw);
	color: rgb(var(--wht));
	font-size: min(1.8rem, 1.318vw);
	font-weight: 900;
	border-radius: min(5.5rem, 4.026vw);
}

.ticket__list--content .link-button.no-link {
	pointer-events: none;
}

.ticket__list--content .link-button.no-link::before {
	background-color: rgba(53, 53, 53, 0.7);
	width: 100%;
	height: 100%;
	border-radius: min(5.5rem, 4.026vw);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	content: "Coming Soon";
}

@media screen and (max-width: 768px) {
	.ticket {
		margin-bottom: 29.333vw;
		padding: 0 4.8vw;
	}

	.ticket::before {
		background-image: url(../img/ticket-obj01_sp.webp);
		width: 100%;
		height: 92.4vw;
		top: -38.667vw;
		left: 0;
	}

	.ticket::after {
		background-image: url(../img/ticket-obj02_sp.webp);
		width: 34.133vw;
		height: 33.867vw;
		right: 0;
		bottom: -26.667vw;
	}

	.ticket .section__content::before {
		width: calc(100% - 1.6vw);
		height: calc(100% - 1.6vw);
		top: 0.8vw;
		left: 0.8vw;
	}

	.ticket .section__content::after {
		width: calc(100% - 5.333vw);
		height: calc(100% - 5.333vw);
		top: 2.667vw;
		left: 2.667vw;
	}

	.ticket__inner {
		padding: 16vw 0;
	}

	.ticket__list--title {
		margin-bottom: 1em;
		line-height: 1.4;
		font-size: 4.8vw;
	}

	.ticket__list--content:not(:last-of-type) {
		margin-bottom: 13.333vw;
	}

	.ticket__list--content .title {
		font-size: 4.8vw;
	}

	.ticket__list--content .text {
		margin-bottom: 4vw;
		line-height: 1.5;
		font-size: 4.8vw;
	}

	.ticket__list--content .note {
		width: 100%;
		display: block;
	}

	.ticket__list--content .note li:not(:last-of-type) {
		margin-right: 0;
	}

	.ticket__list--content .link-button {
		margin-top: 1.5em;
		width: 61.333vw;
		height: 14.667vw;
		font-size: 4.8vw;
		border-radius: 14.667vw;
	}

	.ticket__list--content .link-button.no-link::before {
		border-radius: 14.667vw;
	}
}

/* ----------------------------------------------------
	plan
---------------------------------------------------- */
.plan {
	margin-bottom: 0;
	padding-bottom: min(13rem, 9.517vw);
}

.plan::before {
	background-image: url(../img/plan-obj01.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: min(36.7rem, 26.867vw);
	height: min(46.3rem, 33.895vw);
	position: absolute;
	bottom: min(14rem, 10.249vw);
	left: 0;
	content: "";
}

.plan__lead {
	margin-bottom: min(4rem, 2.928vw);
	font-size: min(2rem, 1.464vw);
	text-align: center;
}

.plan__image {
	margin: 0 auto min(6rem, 4.392vw);
	width: min(60rem, 43.924vw);
}

.plan__detail {
	margin-bottom: min(2rem, 1.464vw);
}

@media screen and (max-width: 768px) {
	.plan {
		padding-bottom: 21.333vw;
	}

	.plan::before {
		background-image: url(../img/plan-obj01_sp.webp);
		width: 67.467vw;
		height: 56vw;
		right: 0;
		bottom: 0;
		left: auto;
	}

	.plan__lead {
		margin-bottom: 8vw;
		font-size: 4.267vw;
	}

	.plan__image {
		margin-bottom: 8vw;
		width: 100%;
	}

	.plan__detail {
		margin-bottom: 10.667vw;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background-color: rgb(var(--ppl));
	padding: min(10rem, 7.321vw) 0 min(5rem, 3.66vw);
}

.footer__title {
	margin-bottom: min(4rem, 2.928vw);
	line-height: 1.25;
	font-family: var(--average);
	font-size: min(4rem, 2.928vw);
	font-weight: 400;
	text-align: center;
}

.footer__title--jp {
	line-height: 2;
	font-size: min(1.8rem, 1.318vw);
	display: block;
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 13.333vw 0 8vw;
	}

	.footer__title {
		margin-bottom: 8vw;
		font-size: 9.333vw;
	}

	.footer__title--jp {
		font-size: 4.8vw;
	}
}

/* 
	inquiry
------------------------------ */
.inquiry {
	margin: 0 auto min(7rem, 5.124vw);
	width: min(90rem, 65.886vw);
}

.inquiry__list {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inquiry__list--item {
	width: 50%;
}

.inquiry__list--item:not(:last-of-type) {
	border-right: solid 1px rgb(var(--wht));
}

.inquiry__detail {
	font-weight: 700;
}

.inquiry__detail--title {
	font-size: min(2rem, 1.464vw);
}

.inquiry__number {
	font-size: min(3.5rem, 2.562vw);
}

.inquiry__time {
	font-size: min(1.6rem, 1.171vw);
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.inquiry {
		margin-bottom: 13.333vw;
		padding-bottom: 13.333vw;
		width: 100%;
		border-bottom: solid 1px rgb(var(--wht));
	}

	.inquiry__list {
		display: block;
	}

	.inquiry__list--item {
		width: 100%;
	}

	.inquiry__list--item:not(:last-of-type) {
		margin-bottom: 8vw;
		border-right: none;
	}

	.inquiry__detail--title {
		font-size: 4.8vw;
	}

	.inquiry__number {
		font-size: 7.2vw;
	}

	.inquiry__time {
		font-size: 3.733vw;
	}
}

/* 
	note 
------------------------------ */
.footer .note {
	margin: 0 auto min(7rem, 5.124vw);
	width: min(90rem, 65.886vw);
	text-align: left;
}

@media screen and (max-width: 768px) {
	.footer .note {
		margin-bottom: 13.333vw;
		padding: 0 4.8vw;
		width: 100%;
	}
}

/* 
	access 
------------------------------ */
.access {
	margin: 0 auto min(7rem, 5.124vw);
	width: min(90rem, 65.886vw);
	text-align: center;
}

.access__hotel {
	margin-bottom: min(4rem, 2.928vw);
}

.access__hotel--name {
	font-size: min(2.2rem, 1.611vw);
	font-weight: 700;
}

.access__hotel--address {
	font-size: min(1.8rem, 1.318vw);
	font-weight: 400;
}

.access__map iframe {
	width: 100%;
	height: min(34.4rem, 25.183vw);
}

@media screen and (max-width: 768px) {
	.access {
		margin-bottom: 13.333vw;
		width: 100%;
	}

	.access__hotel {
		margin-bottom: 6.4vw;
	}

	.access__hotel--name {
		font-size: 5.333vw;
	}

	.access__hotel--address {
		font-size: 4.267vw;
	}

	.access__map iframe {
		height: 77.6vw;
	}
}

/* 
	footer__logo 
------------------------------ */
.footer__logo {
	margin: 0 auto min(7rem, 5.124vw);
	width: min(26.2rem, 19.18vw);
}

@media screen and (max-width: 768px) {
	.footer__logo {
		margin-bottom: 13.333vw;
		width: 48vw;
	}
}

/* 
	hotel-nav 
------------------------------ */
.footer .hotel-nav {
	margin-bottom: 1em;
	line-height: 1;
	font-family: var(--gothic);
	font-size: min(1.6rem, 1.171vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .hotel-nav::before,
.footer .hotel-nav__item::after {
	content: "|";
}

.footer .hotel-nav__item a {
	padding: 0 1.5em;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.footer .hotel-nav {
		padding: 6.4vw 0;
		font-size: 4.267vw;
		text-align: center;
		display: block;
	}

	.footer .hotel-nav::before {
		content: "";
	}

	.footer .hotel-nav__item::before {
		content: "|";
	}

	.footer .hotel-nav__item:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.footer .hotel-nav__item a {
		padding: 0 1em;
	}
}

/* 
	copy
------------------------------ */
.footer .copy {
	font-family: var(--gothic);
	font-size: min(1.2rem, 0.878vw);
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer .copy {
		font-size: 2.4vw;
	}
}