/* fv */
/* ---------------------------------------- */
body {
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

main {
	padding: 0 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.fv {
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fv__bg {
	width: 100%;
	max-height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
}

.fv-inner {
	position: absolute;
	max-width: 500px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
	width: 100%;
}

.fv-inner__heading h2 {
	max-width: 500px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	font-family: "Montserrat", sans-serif;
}

.fv .btns {
	margin-top: 125px;
}

/* early-plan */
/* ---------------------------------------- */
.early-plan {
	padding: 24px 16px;
	border: 2px solid #4b4b4b;
	margin: 48px auto 0;
	background-color: #fff;
}

.early-plan-inner-title h3 {
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
}

/* price */
.early-plan-inner-price {
	margin-top: 24px;
}

.early-plan-inner-price-item+.early-plan-inner-price-item {
	border-top: 1px solid #a0a0a0;
	padding-top: 24px;
	margin-top: 24px;
}

.early-plan-inner-price-item__day {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
}

.early-plan-inner-price-item__time {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 100%;
	margin-top: 6px;
}

.early-plan-inner-price-item-discount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8.5px;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 100%;
	margin-top: 16px;
	font-weight: 600;
}

.original-price {
	position: relative;
}

.original-price>p {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
}

.original-price::before {
	position: absolute;
	content: "";
	display: block;
	background-color: #000620;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 100%;
	height: 2.24345px;
	top: 50%;
	left: 0;
}

.discounted-price>p {
	font-weight: 700;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
}

.notes {
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}

.notes__text {
	margin-top: 8px;
}

.notes__text--en {
	margin-top: 15.31px;
}

.notes__text--en>p {
	line-height: 150%;
	font-size: 12px;
}

.notes__text>p {
	font-size: 12px;
	line-height: 150%;
}

.notes-container+.notes-container {
	margin-top: 15.31px;
}

#hidden-container_01,
#hidden-container_02,
#hidden-container_03,
#hidden-container_04,
#hidden-container_05,
#hidden-container_06,
#hidden-container_07,
#hidden-container_08,
#hidden-container_09 {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.7s;
	-o-transition: height 0.7s;
	transition: height 0.7s;
}

.notes-container__title {
	cursor: pointer;
	gap: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15.31px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.notes-container__title p {
	color: #a0a0a0;
	font-size: 14px;
}

@media (hover) {
	.notes-container__title:hover {
		opacity: 0.7;
	}
}

.btns {
	max-width: 340px;
	margin: 24px auto 0;
}

.btns .site-btn {
	max-width: 340px;
	margin: 0 auto;
}

.btns .site-btn+.site-btn {
	margin-top: 32px;
}

/* floor-map */
/* ---------------------------------------- */
.floor-map {
	margin-top: 64px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 64px;
	border-bottom: 2px solid #030408;
	width: 100vw;
	background: #f2f3f4;
}

.section__title h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 32px;
	border-bottom: 2px solid #030408;
	max-width: 171px;
	padding-bottom: 12px;
	line-height: 100%;
	color: #030408;
}

.floor-map .section__title {
	background: #ffffff;
}

.floor-map .section__title h2 {
	margin-left: 16px;
}

.floor-map .notes {
	font-weight: 400;
	font-size: 16px;
	margin-top: 16px;
}

.notes__text--ja>p {
	line-height: 150%;
	font-size: 16px;
	color: #030408;
	font-weight: 700;
	margin-top: 48px;
}

.notes__text--ja>img {
	width: 100%;
	margin-top: 8px;
}

.floor-map>.notes .notes__text--en>p,
.floor-map>.notes .notes__text--ja>p,
.floor-map>.notes .notes__text>p {
	font-size: 14px;
}

/* location */
.floor-map-4f,
.floor-map-5f {
	position: relative;
}

.loc {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	position: absolute;
	color: #ffffff;
}

@media (hover) {
	.loc:hover {
		opacity: 0.7;
	}
}

/* menu-btn */
.menu-btn {
	background: #ffffff;
	border: 1px solid #bda211;
	-webkit-box-shadow: 1px 2px 0px #bda211;
	box-shadow: 1px 2px 0px #bda211;
	border-radius: 40px;
	padding: 4px 8px;
	-webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
	transition: translate 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: translate 0.3s, box-shadow 0.3s;
	transition: translate 0.3s, box-shadow 0.3s;
	transition: translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	cursor: pointer;
}

.menu-btn__text {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #000620;
	text-align: center;
}

@media (hover) {
	.menu-btn:hover {
		-webkit-box-shadow: 0px 0px 0px #bda211;
		box-shadow: 0px 0px 0px #bda211;
		translate: 1px 2px 0px;
	}
}

@media screen and (min-width: 408px) {
	.menu-btn__text {
		font-size: 10px;
	}
}

@media screen and (min-width: 490px) {
	.menu-btn__text {
		font-size: 12px;
	}
}

@media screen and (min-width: 1024px) {

	/* menu-btn */
	.menu-btn {
		-webkit-box-shadow: 3px 3px 0px #bda211;
		box-shadow: 3px 3px 0px #bda211;
		padding: 8px 16px;
	}

	.menu-btn__text {
		font-weight: 700;
		font-size: 22px;
	}

	.menu-btn:hover {
		-webkit-box-shadow: 0px 0px 0px #bda211;
		box-shadow: 0px 0px 0px #bda211;
		translate: 3px 3px 0px;
	}
}

.vip-01.menu-btn,
.vip-02.menu-btn,
.vip-03.menu-btn {
	width: 48px;
	height: 19px;
}

.vip-01 {
	bottom: 20.5%;
	right: 6.5%;
}

.vip-02 {
	top: 40.5%;
	right: 25%;
}

.vip-03 {
	bottom: 8%;
	right: 53.5%;
}

.standard-01 {
	left: 17.4%;
	bottom: 3.6%;
}

.standard-02 {
	right: 1.5%;
	top: 30%;
}

.standard-03 {
	right: 1.5%;
	bottom: 15.6%;
}

.standard-01.menu-btn,
.standard-02.menu-btn,
.standard-03.menu-btn {
	width: auto;
}

.deluxe-01 {
	right: 41.2%;
	bottom: 15.6%;
}

.deluxe-02 {
	right: 52%;
	bottom: 28.6%;
}

.deluxe-03 {
	right: 52%;
	top: 42.6%;
}

.deluxe-04 {
	left: 33%;
	top: 28%;
}

.deluxe-01.menu-btn,
.deluxe-02.menu-btn,
.deluxe-03.menu-btn,
.deluxe-04.menu-btn {
	width: auto;
}

.premium-01 {
	left: 57.5%;
	bottom: 3.6%;
}

.premium-02 {
	left: 32%;
	top: 47%;
}

.premium.menu-btn {
	max-width: 21.57%;
	width: 100%;
}

.royal-01 {
	left: 64%;
	top: 18%;
}

.champion-set-01.menu-btn,
.champion-set-02.menu-btn {
	max-width: 27.49%;
	width: 100%;
}

.champion-set-01 {
	right: 4%;
	top: 42.6%;
}

.champion-set-02 {
	right: 3%;
	bottom: 16.4%;
}

/* tabs */
.floor-map-illust-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0px;
	padding-top: 32px;
	background: #ffffff;
}

.tab {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	padding: 11px 0;
	width: calc((100% - 16px) / 2);
	border-top: 1px solid #000620;
	border-left: 1px solid #000620;
	border-right: 1px solid #000620;
	border-bottom: 1px solid #000620;
	border-radius: 32px 32px 0px 0px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	color: #ffffff;
	background-color: #000620;
}

.tab.is-active {
	color: #000620;
	background: #f2f3f4;
	border-bottom: none;
}

@media (hover) {
	.tab:not(.is-active):hover {
		opacity: 0.7;
		cursor: pointer;
	}
}

.tab-space {
	width: 16px;
	height: 40px;
	border-bottom: 1px solid #000620;
}

/* maps */
.floor-map-illust-maps {
	padding: 24px 16px 0;
}

.map {
	display: none;
}

.map.is-show {
	display: block;
}

/* btns */
.floor-map .btns {
	margin-top: 32px;
	max-width: initial;
}

/* modal */
.modal {
	padding: 24px 16px 32px;
	border: 2px solid #4b4b4b;
	position: relative;
}

.modal-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-heading__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	padding-bottom: 8px;
	position: relative;
}

.modal-heading__title::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: 0;
	background-color: #000620;
}

.modal-heading__close {
	width: 32px;
	height: 32px;
}

.modal-body-text {
	margin-top: 24px;
}

.modal-body-text__day {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
}

.modal-body-text__price {
	font-weight: 600;
	font-size: 32px;
	margin-top: 12px;
	line-height: 100%;
	font-family: "Montserrat", sans-serif;
}

.modal-body-text__price.deluxe-menu {
	margin-top: 0;
}

.modal-body-main-text-limited-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6px;
}

.modal-body-helper-text {
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
}

.modal-body-images {
	position: relative;
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 11px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-body-images.champion-set {
	margin-top: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-body-image {
	width: calc((100% - 11px) / 2);
	text-align: center;
}

.modal-body-image.champion-set {
	width: auto;
}

.modal-body-image.champion-set img {
	width: 251px;
	height: auto;
}

.modal-body-image img {
	width: auto;
	height: 228px;
}

/* modal-btn */
.modal-btn {
	width: 100%;
	max-width: 297px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	background: #e60012;
	/* border: 1px solid #BDA211; */
	/* box-shadow: 5px 5px 0px #BDA211; */
	border-radius: 100px;
	-webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
	transition: translate 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: translate 0.3s, box-shadow 0.3s;
	transition: translate 0.3s, box-shadow 0.3s;
	transition: translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	cursor: pointer;
	margin: 24px auto;
	position: relative;
	z-index: 102;
}

@media (hover) {
	.modal-btn:hover {
		-webkit-box-shadow: 0px 0px 0px #bda211;
		box-shadow: 0px 0px 0px #bda211;
		translate: 5px 5px;
	}
}

.modal-btn__text {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.04em;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
}

.caption--en {
	margin-top: 16px;
	font-weight: 700;
	font-size: 12px;
	line-height: 120%;
}

.caption--en.champion-set {
	margin-top: 24px;
}

.caption--ja {
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
}

.modal-body-notes {
	margin-top: 24px;
	text-align: center;
}

.modal-body-note--ja {
	font-weight: 700;
	font-size: 12px;
	line-height: 120%;
}

.modal-body-note--en {
	margin-top: 4px;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
}

#modalMask.hidden,
#vipModal.hidden,
#standardModal.hidden,
#deluxeModal.hidden,
#premiumModal.hidden,
#championSetModal.hidden,
#royalModal.hidden {
	display: none;
}

#closeIcon01,
#closeIcon02,
#closeIcon03,
#closeIcon04,
#closeIcon05 {
	cursor: pointer;
}

#vipModal,
#standardModal,
#deluxeModal,
#premiumModal,
#championSetModal,
#royalModal {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ffffff;
	z-index: 101;
	margin: 0 auto;
	width: calc(100% - 32px);
	max-width: 343px;
}

.modal-body {
	max-height: 70vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

#modalMask {
	background: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 100;
}

@media screen and (min-width: 375px) {
	.standard-01 {
		left: 18.4%;
		bottom: 6.6%;
	}

	.premium-01 {
		left: 58.5%;
		bottom: 6.6%;
	}

	.deluxe-02 {
		right: 54%;
		bottom: 26.6%;
	}

	.deluxe-03 {
		right: 54%;
		top: 45.6%;
	}

	.deluxe-04 {
		left: 34%;
		top: 30%;
	}
}

@media screen and (min-width: 490px) {
	.deluxe-01 {
		right: 45.8%;
		bottom: 15.6%;
	}

	.deluxe-02 {
		right: 57%;
		bottom: 28.6%;
	}

	.deluxe-03 {
		right: 57%;
		top: 45.6%;
	}

	.deluxe-04 {
		left: 38%;
		top: 33%;
	}

	.royal-01 {
		left: 64%;
		top: 30%;
	}

	.standard-01 {
		left: 20.4%;
		bottom: 10.6%;

	}

	.premium-01 {
		left: 62.5%;
		bottom: 10.6%;
	}
}

/* price-system */
/* ---------------------------------------- */
.price-system {
	padding: 32px 0;
	background: #ffffff;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.price-system-inner {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

.price-system .section__title h2 {
	max-width: 215px;
	margin: 0 auto;
}

.price-system-menu {
	margin-top: 48px;
}

.price-system-menu-list+.price-system-menu-list {
	border-top: 1px solid #4b4b4b;
	margin-top: 32px;
	padding-top: 32px;
}

.price-system-menu-list__day {
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
}

.price-system-menu-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-system-menu-list__item--limited {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#limited-price__text {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	padding: 4px;
	border: 1px solid #000000;
}

.price-system-menu-list__item p {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
}

.price-system-menu-list__item>p:first-child {
	font-size: 20px;
}

.deluxe-original-price {
	position: relative;
}

.deluxe-original-price p {
	font-weight: 600;
	font-size: 11px;
	line-height: 100%;
}

.deluxe-original-price p::before {
	position: absolute;
	content: "";
	display: block;
	background-color: #000620;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	width: 100%;
	height: 2.24345px;
	top: 50%;
	left: 0;
}

.deluxe-original-price.deluxe-menu {
	width: 81.5px;
	margin-top: 12px;
}

.price-system-menu-list__items {
	margin-top: 32px;
}

.price-system-menu-list__item+.price-system-menu-list__item {
	margin-top: 24px;
}

.price-system-menu__helper-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	margin-top: 4px;
	text-align: right;
}

.price-system .btns {
	margin-top: 48px;
	max-width: initial;
}

/* price-btn */
.price-btn {
	background: #ffffff;
	border: 1px solid #bda211;
	-webkit-box-shadow: 4px 4px 0px #bda211;
	box-shadow: 4px 4px 0px #bda211;
	padding: 16px 16px 16px 24px;
	border-radius: 9999px;
	-webkit-transition: translate 0.3s, -webkit-box-shadow 0.3s;
	transition: translate 0.3s, -webkit-box-shadow 0.3s;
	-o-transition: translate 0.3s, box-shadow 0.3s;
	transition: translate 0.3s, box-shadow 0.3s;
	transition: translate 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	cursor: pointer;
}

.price-btn p {
	color: #030408;
}

@media (hover) {
	.price-btn:hover {
		-webkit-box-shadow: 0px 0px 0px #bda211;
		box-shadow: 0px 0px 0px #bda211;
		translate: 3px 3px 3px;
	}
}

.price-btn-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.price-btn-price>p {
	font-size: 18px;
	color: #030408;
}

.price-btn-price>img {
	width: 11px;
	height: 14px;
}

/* caution */
/* ---------------------------------------- */
.caution {
	position: relative;
	z-index: 1;
	margin-top: 64px;
	padding: 32px 16px 64px;
	overflow: hidden;
	width: 100vw;
	left: 50%;
	translate: -50% 0;
	background: #f2f3f4;
}

.caution .notes {
	margin-top: 0;
	max-width: 500px;
	margin: 0 auto;
}

.notes-caution-icon {
	width: 280px;
	height: auto;
	position: absolute;
	right: -74px;
	top: 0;
	z-index: -1;
}

.notes-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.notes-heading h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
}

.caution .notes__text--ja,
.caution .notes__text--en {
	font-weight: 400;
	font-size: 16px;
	margin-top: 12px;
}

.notes-container--main+.notes-container--main {
	margin-top: 32px;
}

.caution .notes-container__title {
	margin-top: 12px;
}

.additional-texts {
	margin: 32px auto 0;
	padding: 16px;
	background: #f2f3f4;
}

.price-system .notes .notes__text--ja>p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}

@media screen and (min-width: 1024px) {
	.only-sp {
		display: none;
	}

	.only-pc {
		display: block;
	}

	main {
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		max-width: 1280px;
		margin: 0 auto;
	}

	.btns {
		max-width: 592px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 32px;
	}

	.btns .site-btn {
		width: calc((100% - 32px) / 2);
	}

	.btns .site-btn+.site-btn {
		margin-top: 0;
	}

	/* fv */
	/* ---------------------------------------- */
	.fv-inner {
		max-width: 940px;
		margin: 0 auto;
		top: 64%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.fv-inner__heading h2 {
		font-size: 72px;
		margin: 0 auto;
	}

	.fv .btns {
		margin-top: 40px;
	}

	/* early-plan */
	/* ---------------------------------------- */
	.early-plan {
		max-width: 940px;
		margin: 80px auto 0;
		padding: 40px;
	}

	.early-plan-inner-title h3 {
		font-size: 28px;
		line-height: 100%;
	}

	.original-price>p {
		font-size: 24px;
	}

	.discounted-price>p {
		font-size: 36px;
	}

	.notes__text--ja>p {
		font-size: 14px;
	}

	.notes__text--en>p {
		font-size: 14px;
	}

	.notes__text>p {
		font-size: 14px;
	}

	/* price */
	.early-plan-inner-price {
		margin-top: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.early-plan-inner-price-item {
		width: calc((100% / 2));
		padding-right: 70px;
	}

	.early-plan-inner-price-item+.early-plan-inner-price-item {
		border-top: none;
		border-left: 2px solid #a0a0a0;
		margin-top: 0;
		padding: 0 0 0 68px;
	}

	.early-plan-inner-price-item__day {
		font-size: 20px;
	}

	.early-plan-inner-price-item__time {
		font-size: 28px;
		margin-top: 15.31px;
	}

	.early-plan-inner-price-item-discount {
		font-size: 28px;
	}

	.strong-text {
		font-size: 40px;
	}

	.notes {
		font-size: 16px;
	}

	.notes__text--en {
		margin-top: 16px;
	}

	.notes-container+.notes-container {
		margin-top: 16px;
	}

	.notes-container__title {
		margin-top: 16px;
		color: #a0a0a0;
	}

	.notes-container__title p {
		font-size: 18px;
	}

	#button_01,
	#button_02,
	#button_03,
	#button_04,
	#button_05,
	#button_06 {
		width: 24px;
		height: 24px;
	}

	#button_07,
	#button_08,
	#button_09 {
		width: 20px;
		height: 20px;
	}

	/* floor-map */
	/* ---------------------------------------- */
	.floor-map {
		/* margin: 96px auto 0; */
		/* max-width: 940px; */
		margin-top: 96px;
	}

	.floor-map .section__title {
		width: 100%;
		padding: 0 calc(50vw - 469px);
	}

	.section__title h2 {
		font-size: 48px;
		border-bottom: 2px solid #030408;
		max-width: 256px;
		padding-bottom: 16px;
	}

	.floor-map .section__title h2 {
		margin: 0;
	}

	.floor-map .notes {
		margin-top: 64px;
	}

	.floor-map .notes__text--ja {
		font-size: 20px;
	}

	.notes__text--ja>p {
		font-size: 20px;
	}

	.notes__text--ja>img {
		width: 50%;
		margin-top: 56px;
	}

	.floor-map-4f,
	.floor-map-5f {
		position: relative;
	}

	.loc {
		font-size: 20px;
	}

	.vip-01.menu-btn,
	.vip-02.menu-btn,
	.vip-03.menu-btn {
		width: 72px;
		height: 38px;
	}

	.vip-01 {
		bottom: 29%;
		right: 6.5%;
	}

	.vip-02 {
		top: 40%;
		right: 34%;
	}

	.vip-03 {
		bottom: 9%;
		right: 57%;
	}

	.standard-01 {
		left: 21%;
		bottom: 14.6%;
	}

	.standard-01.menu-btn {
		width: 163px;
		height: 38px;
	}

	.standard-02 {
		right: 1.6%;
		top: 32%;
	}

	.standard-02.menu-btn {
		width: 163px;
		height: 38px;
	}

	.standard-03 {
		right: 1.6%;
		bottom: 14.6%;
	}

	.standard-03.menu-btn {
		width: 163px;
		height: 38px;
	}

	.deluxe-01 {
		right: 44.4%;
		bottom: 14.6%;
	}

	.deluxe-01.menu-btn {
		width: 126px;
		height: 38px;
	}

	.deluxe-02 {
		right: 56%;
		bottom: 29.6%;
	}

	.deluxe-03 {
		right: 56%;
		top: 46.6%;
	}

	.deluxe-02.menu-btn {
		width: 126px;
		height: 38px;
	}

	.deluxe-03.menu-btn {
		width: 126px;
		height: 38px;
	}

	.deluxe-04 {
		left: 38%;
		top: 32%;
	}

	.premium-01 {
		left: 61%;
		bottom: 14.6%;
	}

	.premium-02 {
		left: 33%;
		top: 51%;
	}

	.royal-01 {
		left: 67%;
		top: 32%;
	}

	.premium.menu-btn {
		width: 146px;
		height: 38px;
	}

	.champion-set-01.menu-btn,
	.champion-set-02.menu-btn {
		width: 220px;
		height: 38px;
	}

	.champion-set-01 {
		right: 7%;
		top: 43.6%;
	}

	.champion-set-02 {
		right: 4.3%;
		top: 77.6%;
	}

	.floor-map-illust-tabs {
		padding-top: 64px;
		/* max-width: 745px; */
	}

	.tab {
		font-size: 36px;
		width: 380px;
	}

	.tab+.tab {
		width: 349px;
	}

	.tab-space {
		height: 54px;
	}

	.tab-space:first-child {
		width: calc(50vw - 469px);
	}

	.tab-space:last-child {
		width: calc(100vw - 714px - (50vw - 469px));
	}

	.floor-map-illust-maps {
		margin: 0 auto;
		margin-top: 32px;
		max-width: 970px;
	}

	.floor-map .btns {
		margin-top: 64px;
		max-width: 592px;
	}

	/* modal */
	.modal {
		padding: 32px 40px 48px;
		color: #000620;
	}

	.modal-heading__title {
		font-size: 28px;
		padding-bottom: 0;
		color: #000620;
	}

	.modal-heading-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 64px;
	}

	.vip-menu .modal-heading__title::before {
		bottom: 96px;
	}

	.champion-set .modal-heading__title::before {
		bottom: -5px;
	}

	.premium-menu .modal-heading__title::before,
	.standard-menu .modal-heading__title::before,
	.deluxe-menu .modal-heading__title::before,
	.royal-menu .modal-heading__title::before {
		top: 40px;
	}

	.modal-heading__close {
		width: 44px;
		height: 44px;
	}

	.modal-body-text {
		margin-top: 0;
		text-align: left;
	}

	.modal-body-text__day {
		font-weight: 500;
		font-size: 20px;
		color: #000620;
	}

	.modal-body-text__price {
		font-size: 36px;
		margin-top: 0;
		color: #000620;
	}

	.modal-body-text+.modal-body-text {
		margin-top: 16px;
	}

	.modal-body-main-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 48px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.modal-body-main-text-limited-price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 8px;
		width: 345px;
		margin-top: 0;
	}

	.modal-body-helper-text {
		margin-top: 8px;
		color: #000620;
	}

	.modal-body-images {
		position: relative;
		margin-top: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	/* modal-btn */
	.modal-btn {
		max-width: 280px;
		margin: 32px auto;
	}

	/* premium-menu */
	.modal-body-images.premium-menu {
		max-width: 944px;
		gap: 48px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.premium-menu .modal-body-image {
		width: calc((100% - 112px) / 3);
	}

	.premium-menu .modal-body-image img {
		width: auto;
		height: 300px;
	}

	/* royal-menu */
	.modal-body-images.royal-menu {
		max-width: 944px;
		gap: 48px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.royal-menu .modal-body-image {
		width: calc((100% - 144px) / 4);
	}

	.royal-menu .modal-body-image img {
		width: auto;
		height: 300px;
	}

	/* deluxe-menu, standard-menu */
	.modal-body-images.deluxe-menu {
		/* margin: 32px auto 0px; */
		max-width: 944px;
		gap: 48px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.modal-body-images.standard-menu {
		/* margin: 25px auto 0px; */
		max-width: 944px;
		gap: 48px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.standard-menu .modal-body-image {
		width: calc((100% - 144px) / 4);
	}

	.deluxe-menu .modal-body-image {
		width: calc((100% - 144px) / 4);
	}

	.deluxe-menu .modal-body-image img,
	.standard-menu .modal-body-image img {
		width: auto;
		height: 300px;
	}

	/* champion-set */
	.modal-body-images.champion-set {
		margin: 70px auto 0px;
		max-width: 855px;
	}

	.champion-set .modal-body-image img {
		width: 100%;
		height: 300px;
	}

	/* vip-menu */
	.modal-body-images.vip-menu {
		margin: 32px auto 0px;
		max-width: 464px;
		gap: 64px;
	}

	.vip-menu .modal-body-image {
		width: calc((100% - 64px) / 2);
	}

	.vip-menu .modal-body-image img {
		width: 100%;
		height: 300px;
	}

	.additional-texts {
		max-width: 920px;
		margin: 48px auto 0;
		padding: 40px;
		background: #f2f3f4;
	}

	.additional-texts .early-plan-inner-title h3,
	.additional-texts .early-plan-inner-price-item__day,
	.additional-texts .early-plan-inner-price-item__time,
	.additional-texts .early-plan-inner-price-item-discount p,
	.additional-texts .notes__text--ja p,
	.additional-texts .notes__text--en p,
	.additional-texts .notes__text p {
		color: #000620;
	}

	.additional-texts .notes {
		margin-top: 32px;
	}

	.additional-texts .notes__text--ja {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #000620;
	}

	.additional-texts .notes__text--en {
		color: #000620;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}

	.additional-texts .notes-container {
		font-size: 14px;
	}

	.additional-texts .notes-container__title p {
		font-size: 14px;
	}

	.additional-texts .notes__text {
		color: #000620;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}

	.caption--en {
		margin-top: 24px;
		font-size: 18px;
		color: #000620;
	}

	.caption--ja {
		font-size: 14px;
		color: #000620;
	}

	.modal-body-notes {
		margin-top: 32px;
	}

	.modal-body-note--ja {
		font-size: 16px;
		color: #000620;
	}

	.modal-body-note--en {
		margin-top: 8px;
		font-size: 16px;
		color: #000620;
	}

	#vipModal,
	#standardModal,
	#deluxeModal,
	#premiumModal,
	#championSetModal,
	#royalModal {
		position: fixed;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: #ffffff;
		z-index: 101;
		max-width: 1020px;
		margin: 0 auto;
		width: 100%;
	}

	#championSetModal {
		height: 684px;
	}

	/* price-system */
	/* ---------------------------------------- */
	.price-system {
		margin-top: 96px;
		padding: 72px 0;
		position: relative;
	}

	.price-system .section__title h2 {
		max-width: 322px;
	}

	.price-system-inner {
		max-width: 1030px;
		padding: 0 45px;
	}

	.price-system-menu {
		margin-top: 64px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.price-system-menu-list {
		width: calc(100% / 2);
		padding-right: 38px;
	}

	.price-system-menu-list+.price-system-menu-list {
		border-top: none;
		border-left: 2px solid #4b4b4b;
		margin-top: 0;
		padding: 0 0 0 38px;
	}

	.price-system-menu-list__item {
		font-size: 24px;
	}

	.price-system-menu-list__item>p:first-child {
		font-size: 24px;
	}

	#limited-price__text {
		font-size: 14px;
	}

	.deluxe-original-price p {
		font-size: 12.2105px;
	}

	.modal-body-text .deluxe-original-price p {
		font-size: 21px;
	}

	.price-system-menu__helper-text {
		font-size: 16px;
		margin-top: 5px;
	}

	.price-system .btns {
		margin-top: 64px;
		max-width: 592px;
	}

	.price-btn-price {
		gap: 12px;
	}

	.price-btn-price>p {
		font-size: 24px;
	}

	.price-system .notes .notes__text--ja>p {
		font-size: 16px;
		font-weight: 400;
		margin-top: 16px;
		padding-bottom: 8px;
	}

	/* caution */
	/* ---------------------------------------- */
	.caution {
		margin: 0 auto;
		padding: 96px 0;
	}

	.caution .notes {
		max-width: 940px;
	}

	.notes-caution-icon {
		position: absolute;
		width: 742px;
		height: auto;
		top: 96px;
		left: 50%;
	}

	.notes-container--main+.notes-container--main {
		margin-top: 12px;
	}
}
}