@charset "utf-8";

.mainContents.amazingvroom {
	background-color: #65d9d4;
	margin: 0 auto;
	width: 100% !important;
	padding: 0 0 20px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
.mainContents.amazingvroom .container {
	max-width: 910px;
	margin: 0 auto;
	container-type: inline-size;
}
.amazingvroom img {
	width: 100%;
}
.js-scroll-trigger {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
}
.is-active.fade-in {
	animation: fadeIn 1.0s ease-out forwards;
}
.is-active.bounce {
	animation: bounce 0.8s ease-out forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
}
@keyframes bounce {
	0% {
		transform: translateY(-100%);
		opacity: 0;
		visibility: visible;
	}
	35% {
		transform: translateY(0);
	}
	70% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

.amazingvroom .top {
	background-color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 20px 8% 2.4cqw;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
.amazingvroom .top .logo {
	margin: 4.7cqw 8%;
}
.amazingvroom .top .catch-copy {
	font-weight: bold;
	font-size: 4.2cqw; 
}
.amazingvroom .top .price {
	font-weight: bold;
	font-size: 3.2cqw;
}
.amazingvroom .top .price img {
	width: 12%;
	margin: 0 0.5cqw;
}
.amazingvroom .top hr {
	display: block;
	background-color: #65d9d4;
	border-radius: 2.4cqw;
	margin: 2.4cqw 0;
	height: 0.47cqw;
}

.amazingvroom .sample-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 8%;
	row-gap: 3.5cqw;
	padding: 4.7cqw 6% 1cqw;
	margin-bottom: 7.5cqw;
}
.amazingvroom .sample-images img {
	width: 100%;
}

.amazingvroom section {
	background-color: #ffffff;
	border: 0.5cqw solid #000000;
	border-radius: 7cqw;
	margin: 0 6% 10cqw;
}
.amazingvroom section .title {
	position: relative;
	top: -5cqw;
	margin: 0 6%;
}
.amazingvroom .btn-register {
	background-color: #ffffff;
	border-radius: 12cqw;
	border: 0.8cqw solid #000000;
	width: 75%;
	margin: 0 auto 13cqw;
	text-align: center;
	aspect-ratio: 5 / 1;
}
.amazingvroom .btn-register a {
	font-weight: bold;
	font-size: 4.8cqw;
	color: #65d9d4;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.amazingvroom .benefit-details .grid01 {
	display: grid;
	grid-template-columns: 42% 1fr 1fr;
	column-gap: 3%;
	grid-template-rows: 65% 1fr;
	row-gap: 2cqw;
	margin: 0 5% 3.5cqw;
}
.amazingvroom .benefit-details .grid01 .coupon {
	grid-column: 1/2;
	grid-row: 1/3;
}
.amazingvroom .benefit-details .grid01 .new {
	grid-column: 2/3;
	grid-row: 1/2;
}
.amazingvroom .benefit-details .grid01 .reserve {
	grid-column: 3/4;
	grid-row: 1/2;
}
.amazingvroom .benefit-details .grid01 .text {
	grid-column: 2/4;
	grid-row: 2/3;
	text-align: center;
}
.amazingvroom .benefit-details .grid01 .text p {
	font-weight: bold;
	font-size: 2.4cqw;
}

.amazingvroom .benefit-details .coupon-head {
	margin: 0 10% 4.7cqw;
}
.amazingvroom .benefit-details .coupon-detail {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	margin: 0 5% 10.5cqw;
}
.amazingvroom .benefit-details .coupon-detail .text p {
	margin-top: 30%;
	font-size: 2.6cqw;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

@keyframes seesaw {
	0%, 100% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(5deg);
	}
}
.amazingvroom .benefit-details .new-detail {
	margin-left: 6%;
	margin-bottom: 10.5cqw;
	position: relative;
}
.amazingvroom .benefit-details .new-detail .head {
	width: 60%;
	margin-bottom: 7cqw;
}
.amazingvroom .benefit-details .new-detail .text {
	width: 55%;
}
.amazingvroom .benefit-details .new-detail .text p {
	text-align: center;
	font-size: 2.6cqw;
	font-weight: bold;
	line-height: 1.7;
}
.amazingvroom .benefit-details .new-detail .drinks {
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	translate: 15% -40%;
	aspect-ratio: 1 / 1.65;
}
.amazingvroom .benefit-details .new-detail .drink {
	position: absolute;
	width: 76%;
}
.amazingvroom .benefit-details .new-detail .drink.drink01 {
	left: 0;
	top: 0;
	animation: seesaw 3s ease-in-out infinite;
	z-index: 0;
}
.amazingvroom .benefit-details .new-detail .drink.drink02 {
	right: 0;
	bottom: 0;
	animation: seesaw 3s ease-in-out infinite;
	z-index: 1;
}

.amazingvroom .benefit-details .seat-detail {
	margin-bottom: 8.2cqw;
}
.amazingvroom .benefit-details .seat-detail .head {
	margin: 0 30% 2.4cqw;
}
.amazingvroom .benefit-details .seat-detail .seat-image {
	margin: 0 11% 4.7cqw 9%;
	position: relative;
}
.amazingvroom .benefit-details .seat-detail .seat-image p {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 4.5cqw;
	-webkit-text-stroke: 1.4cqw #000000;
	paint-order: stroke fill;
	color: #ffffff;
	transform: translate(2%, 0);
	letter-spacing: 0.1em;
}
.amazingvroom .benefit-details .seat-detail .seat-image p span {
	font-size: 5.6cqw;
}
.amazingvroom .benefit-details .seat-detail .seat-image img.arrow {
	width: 13%;
	margin-bottom: 3cqw;
}
.amazingvroom .benefit-details .seat-detail .seat-image p span.bounce {
	display: inline-block;
}
.amazingvroom .benefit-details .seat-detail .seat-image p span.zero {
	color: #65d9d4;
	font-size: 9cqw;
}
.amazingvroom .benefit-details .seat-detail .text {
	text-align: center;
	font-weight: bold;
	font-size: 2.8cqw;
	line-height: 1.7;
}

.amazingvroom .benefit-details .continuation-benefit {
	margin: 0 auto 8cqw;
}
.amazingvroom .benefit-details .continuation-benefit .head {
	margin: 0 34% 2.4cqw;
}
.amazingvroom .benefit-details .continuation-benefit p {
	text-align: center;
	font-weight: bold;
	font-size: 2.8cqw;
}

@keyframes rotateAnimation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.amazingvroom .about .spin-logo {
	width: 70%;
	position: relative;
	margin: 0 auto 10cqw;
}
.amazingvroom .about .spin-logo .logo {
	width: 38%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.amazingvroom .about .spin-logo .hexagram {
	width: 100%;
	animation: rotateAnimation 15s linear infinite;
}

.amazingvroom .about .v-list {
	text-align: center;
	margin-bottom: 15cqw;
}
.amazingvroom .about .v-list li {
	margin-bottom: 3.5cqw;
}
.amazingvroom .about .v-list p {
	font-size: 2.8cqw;
	font-weight: bold;
	line-height: 1.6;
}
.amazingvroom  .about .v-list span {
	color: #65d9d4;
	font-size: 4cqw;
}

.amazingvroom .qa ul {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 2.4cqw;
}
.amazingvroom .qa li:not(:last-child) {
	border-bottom: 0.4cqw solid #65d9d4;
}
.amazingvroom .qa li {
	padding: 2.4cqw 0;
	interpolate-size: allow-keywords;
}
.amazingvroom .qa details::details-content {
	transition: height 0.1s, opacity 0.1s, content-visibility 0.1s allow-discrete;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.amazingvroom .qa details[open]::details-content {
	height: auto;
	opacity: 1;
}
.amazingvroom .qa details p {
	font-size: 2.8cqw;
	font-weight: bold;
	line-height: 1.7;
}
.amazingvroom .qa details summary,
.amazingvroom .qa details .answer {
	display: flex;
	flex-wrap: nowrap;
}
.amazingvroom .qa details summary {
	list-style: none;
}
.amazingvroom .qa details summary::-webkit-details-marker {
	display: none;
}
.amazingvroom .qa details summary::after {
	content: "▼";
	font-size: 2.8cqw;
	display: inline-block;
	transform: rotate(-90deg);
	transition: transform 0.1s;
}
.amazingvroom .qa details[open] summary::after {
	transform: rotate(0deg);
}
.amazingvroom .qa details .answer {
	margin-top: 3.5cqw;
}
.amazingvroom .qa details .icon {
	width: 8%;
	margin-right: 2%;
}
.amazingvroom .qa details summary p,
.amazingvroom .qa details .answer .text {
	width: 90%;
	margin: auto 0;
}
.amazingvroom .qa details .answer p:not(:last-child) {
	margin-bottom: 2.8cqw;
}
.amazingvroom .qa details a {
	color: #008cba;
	text-decoration: underline;
}
