@charset "utf-8";

/* What's VR */
.whatsvr-image {
	max-width: 322px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.whatsvr-image {
		width: 60%;
	}
}

/* Things you can do in VR */
.things-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
}
.things-list li:nth-child(n + 2) {
	margin-top: 40px;
}
.things-list li:nth-of-type(2n - 1) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.things-text {
	width: calc(100% - 280px);
}
.things-image {
	width: 280px;
}
.things-list li dl > * {
	padding-left: 60px;
}
.things-list li:nth-of-type(2n) dl > * {
	padding-right: 60px;
	padding-left: 0;
}
.things-text {
	color: #fff;
}
.things-text dt {
	padding-bottom: 21px;
	margin-bottom: 20px;
	position: relative;
}
.things-text dt::after {
	display: block;
	content: "";
	background: var(--color-glow);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 640px) {
	.things-list li,
	.things-list li:nth-of-type(2n - 1) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
	.things-text,
	.things-image {
		width: 100%;
	}
	.things-text {
		margin-top: 20px;
	}
	.things-list li dl > *,
	.things-list li:nth-of-type(2n) dl > * {
		padding-right: 0;
		padding-left: 0;
	}
}

/* Points */
.point-list-glow {
	padding: 21px 2px 2px;
	position: relative;
}
.point-list-glow dl {
	height: 100%;
	padding: 71px 20px 40px;
	border: 1px solid #fff;
	border-top-width: 0;
	position: relative;
	z-index: 1;
}
.point-list-glow dl::before {
	display: block;
	content: "";
	background-color: #fff;
	width: calc(50% - 45px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.point-list-glow dt {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	height: 2em;
	color: var(--color-point);
	font-size: 1.25rem;
	font-weight: 700;
}
.point-list-glow dt span {
	display: block;
	font-size: 1rem;
}
.point-list-glow dt .text-glow {
	width: 60px;
	position: absolute;
	top: -21px;
	left: calc(50% - 30px);
}
.point-list-glow dd {
	max-width: 180px;
	color: #fff;
	margin: 32px auto 0;
}
.point-t,.point-r,.point-b,.point-l {
	position: absolute;
	z-index: 0;
	filter: blur(5px);
}
.point-t,.point-b {
	height: 5px;
	left: 0;
}
.point-t {
	background: linear-gradient(90deg, #f5b32c, #e1007f);
	width: calc(50% - 45px);
	top: 19px;
}
.point-b {
	background: var(--color-glow);
	width: 100%;
	bottom: 0;
}
.point-r,.point-l {
	width: 5px;
	height: calc(100% - 21px);
	bottom: 0;
}
.point-r {
	background-color: #009de6;
	right: 0;
}
.point-l {
	background-color: #f5b32c;
	left: 0;
}
@media screen and (max-width: 640px) {
	.point-list-glow dl {
		padding: 37px 20px 30px;
	}
	.point-list-glow dl::before {
		width: calc(100% - 79px);
		left: auto;
		right: 0;
	}
	.point-list-glow dt {
		display: block;
		height: auto;
		text-align: left;
	}
	.point-list-glow dt span {
		display: inline-block;
	}
	.point-list-glow dd {
		max-width: none;
		margin: 5px auto 0;
	}
	.point-list-glow dt .text-glow {
		left: 9px;
	}
	.point-t {
		background: linear-gradient(90deg, #e1007f, #009de6);
		width: calc(100% - 79px);
		left: auto;
		right: 0;
	}
	#points .text-align-r {
		font-size: .85rem;
	}
}

/* Prices */
.prices-list {
	--color-01: linear-gradient(90deg, #f5b32c, #e1007f);
	--color-02: linear-gradient(90deg, #8f0780, #009de6);
}
.prices-list > li {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 46px 20px 24px;
	border-radius: 24px;
	position: relative;
}
.prices-color01 {
	background: var(--color-01);
}
.prices-color02 {
	background: var(--color-02);
}
.prices-color03 {
	background: var(--color-glow);
	width: 100%;
}
.prices-list > li::after {
	display: block;
	content: "";
	background: inherit;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: inherit;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.prices-list dl {
	width: 100%;
	max-width: 220px;
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
.prices-list .prices-color03 dl {
	max-width: 350px;
}
.prices-list .prices-color03 dl.price-expand {
	max-width: 420px;
	padding-bottom: 20px;
}
.prices-list .prices-color03 dl.price-expand dd{
	margin-bottom: 10px;
	text-align: 1;
}
.prices-list .prices-color03 dl.price-expand dd:last-child{
	margin-bottom: inherit;
}
.prices-list .prices-color03 dl.price-expand dd:before{
	content: "★";
	position: absolute;
	left: -1em;
}
@media (max-width: 620px) {
	.prices-list .prices-color03 dl {
		max-width: 220px;
	}
	.prices-list .prices-color03 dl.price-expand {
		margin: 0 2rem;
	}
}
.prices-list dt {
	font-size: 1.25rem;
	text-align: center;
}
.prices-list dt+dd {
	text-align: center;
}
.prices-list dd dl {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-weight: 400;
	padding: 15px 0;
	border-bottom: 1px dotted #fff;
	position: relative;
}
.prices-list dd dl.bs {
	border-bottom-style: solid;
}
.prices-list dd dl:last-child {
	border-width: 0;
}
.prices-list dd dt {
	font-size: 1rem;
	text-align: left;
	line-height: 1.2;
}
.prices-list dd span {
	font-size: 1.25em;
}
.prices-list dd dd {
	line-height: 1.2;
}
.prices-list dd span.price-list-fn {
	display: block;
	font-size: .9em;
	font-weight: 400;
	text-align: justify;
	line-height: 1.4;
}
.price-list-kome {
	text-indent: -1em;
	padding-left: 1em;
}
.prices-footnote dt {
	font-size: 1.125rem;
	font-weight: 700;
}
.prices-footnote dd {
	padding-top: 10px;
	margin-top: 10px;
	position: relative;
}
.prices-footnote dd::before {
	display: block;
	content: "";
	background: var(--color-glow);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.prices-footnote li {
	padding-left: 1em;
	position: relative;
}
.prices-footnote li+li {
	margin-top: 10px;
}
.prices-footnote li::before {
	display: block;
	content: "・";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

/* Facilities */
.facilities-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	gap: 13px;
}
.facilities-list li {
	width: 100%;
	max-width: 225px;
	position: relative;
}
.facilities-list span {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.facilities-list figure img {
	position: relative;
	z-index: 1;
}
.facilities-list figure img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.facilities-image {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.facilities-image img {
	width: calc(100% / 4);
}
@media screen and (max-width: 640px) {
	.facilities-list {
		gap: 10px;
	}
	.facilities-list li {
		max-width: 160px;
	}
	.facilities-list span {
		font-size: .9rem;
	}
	.facilities-image img {
		width: calc(100% / 2);
	}
}

/* Information */
.information-box-outer {
	position: relative;
}
.information-box-outer::after {
	display: block;
	content: "";
	background: var(--color-glow);
	width: 100%;
	height: 100%;
	border-radius: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .5;
	-webkit-filter: blur(10px);
	filter: blur(10px);
}
.information-box {
	background-color: #fff;
	padding: 40px 20px;
	border-radius: 24px;
	position: relative;
	z-index: 1;
}
.information-cv-outer {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 40px;
	max-width: 386px;
	margin: 0 auto;
}
.information-cv-outer a:hover {
	opacity: .6;
}
.information-cv {
	width: calc(100% - 170px);
}
.information-cv li:nth-of-type(n + 2) {
	margin-top: 20px;
}
.information-sns {
	display: -webkit-box;
	display: flex;
	gap: 10px;
	width: 130px;
}
.information-sns > li {
	width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 640px) {
	.information-cv-outer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.information-cv {
		width: 100%;
		max-width: 218px;
	}
	.information-sns {
		display: -webkit-box;
		display: flex;
		gap: 10px;
		width: 130px;
	}
	.information-sns > li {
		width: calc((100% - 10px) / 2);
	}
}

.io {
	display: none;
	width: 40px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	position: absolute;
	top: 78px;
	right: 40px;
}
.io div {
	background-color: #fff;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 8px;
	transition: .4s ease-out;
	cursor: pointer;
}
.io.off div {
	left: 21px;
}
.scorpe {
	mix-blend-mode: multiply;
	background-color: #000;
	width: 100vw;
	height: 100lvh;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	transition: .6s ease-out;
	pointer-events: none;
}
.scorpe.off {
	opacity: 1;
}
.scorpe div {
	background-color: #fff;
	width: 100%;
	max-width: 480px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(60px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
	.io,.scorpe {
		display: none;
	}
}

.comingsoon {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #000;
	width: 100vw;
	height: 100lvh;
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}
.comingsoon img {
	max-width: 320px;
}
.comingsoon p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	margin-top: 40px;
}