@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  MV
**************************************************
--------------------------------------------------*/
.mv {
	position: relative;
	width: 100%;
	min-height: max(100vh, 108rem);
	padding-top: clamp(42rem, calc(29.6875vw - 3rem), 73rem);
	/* padding-bottom: clamp(3.2rem, 4vw, 8rem); */
	background: url("../imgs/top/main_image.png") no-repeat center top / contain;
	overflow: hidden;
}

.mv .cta {
	padding-top: 0;
	padding-bottom: 3rem;
}


@media (max-width: 767px) {
	.mv {
		/* min-height: max(74rem, 100svh); */
		min-height: auto;
		padding-top: 25rem;
		/* padding-bottom: 3.2rem; */
		background-image: url("../imgs/top/main_image_sp.png");
	}

	.mv .cta {
		padding-top: 0;
		padding-bottom: 2rem;
	}

	.mv .cta .cta__bg--left {
		top: 13rem;
	}

	.mv .cta .cta__bg--right {
		bottom: 2rem;
	}
}


/*--------------------------------------------------
**************************************************
  PHOTO
**************************************************
--------------------------------------------------*/
.photo {
	width: 100%;
	margin-top: 4rem;
}

.photo__swiper {
	overflow: visible;
}

.photo__list {
	display: flex;
	justify-content: center;
	column-gap: 2.75rem;
}

.photo__item {
	flex: 0 0 59rem;
	width: 59rem;
}

.photo__item:nth-child(n + 4) {
	display: none;
}

.photo__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 3rem;
	object-fit: cover;
}

@media (max-width: 767px) {
	.photo {
		margin-top: 3.2rem;
	}

	.photo .section__inner {
		width: 100%;
	}

	.photo__swiper {
		overflow: hidden;
		pointer-events: none;
	}

	.photo__list {
		column-gap: 0;
		justify-content: flex-start;
	}

	.photo .swiper-wrapper {
		transition-timing-function: linear;
	}

	.photo__item {
		flex: 0 0 20rem;
		width: 20rem;
	}

	.photo__item:nth-child(n + 4) {
		display: block;
	}

	.photo__image {
		border-radius: 2rem;
	}
}


/*--------------------------------------------------
**************************************************
  CONCEPT
**************************************************
--------------------------------------------------*/
.concept {
	width: 100%;
	margin-top: 2.2rem;
	padding: 12rem 0;
	background: url("../imgs/top/concept_bg.png") no-repeat center top / cover;
}

.concept__inner {
	box-sizing: border-box;
	width: min(81.6rem, 95%);
	margin-inline: auto;
	padding: 12rem 6.8rem 10rem;
	border-radius: 1.6rem;
	background: rgba(11, 11, 11, 0.9);
}

.concept__title {
	margin: 0;
}

.concept__lead {
	margin: 4rem 0 0;
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.concept__text {
	margin: 5rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0;
	text-align: center;
}

.concept__list {
	display: flex;
	justify-content: center;
	gap: 4rem;
	margin: 4rem 0 0;
	padding-left: 0;
	list-style: none;
}

.concept__item {
	flex: 0 0 18.3rem;
	width: 18.3rem;
}

.concept__item-text {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: rgba(243, 166, 217, 0.9);
}

.concept__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14rem;
	height: 14rem;
	margin: 2.6rem auto 0;
	border: 0.2rem solid rgba(255, 76, 194, 1);
	border-radius: 50%;
}

.concept__icon {
	display: block;
	object-fit: contain;
}

.concept__icon--conversation {
	width: 9rem;
	height: 7.5rem;
}

.concept__icon--space {
	width: 8rem;
	height: 9.7rem;
}

.concept__icon--connection {
	width: 8rem;
	height: 6.3rem;
}

@media (max-width: 767px) {
	.concept {
		margin-top: 3.2rem;
		padding: 3.2rem 0 3.5rem;
		background-image: url("../imgs/top/concept_bg_sp.png");
	}

	.concept__inner {
		width: 92%;
		padding: 3.2rem 1.7rem 3.5rem;
	}

	.concept__lead {
		margin-top: 1.6rem;
		font-size: 2.2rem;
		line-height: 1.36;
	}

	.concept__text {
		margin-top: 2.4rem;
		font-size: 1.3rem;
		line-height: 2;
	}

	.concept__list {
		gap: 1.8rem;
		margin-top: 3.2rem;
	}

	.concept__item {
		flex-basis: 8.4rem;
		width: 8.4rem;
	}

	.concept__item-text {
		font-size: 1.4rem;
		line-height: 1.43;
	}

	.concept__icon-wrap {
		width: 8rem;
		height: 8rem;
		margin-top: 1.6rem;
	}

	.concept__icon--conversation {
		width: 4rem;
		height: 3.4rem;
	}

	.concept__icon--space {
		width: 4rem;
		height: 4.8rem;
	}

	.concept__icon--connection {
		width: 4rem;
		height: 3.1rem;
	}
}


/*--------------------------------------------------
**************************************************
  PLAY
**************************************************
--------------------------------------------------*/
.play {
	width: 95%;
	max-width: 121.6rem;
	margin: 10rem auto 0;
}

.play__title {
	margin: 0;
}

.play__text {
	margin: 3.9rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0;
	text-align: center;
}

.play__swiper {
	margin-top: 4.2rem;
}

.play__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.6rem;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.play__item {
	display: flex;
	flex: 0 0 59rem;
	flex-direction: column;
	justify-content: flex-end;
	width: 59rem;
	min-height: 34rem;
	padding: 3.8rem 3.2rem;
	border-radius: 2rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.play__item--darts {
	background-image: url("../imgs/top/play_1.png");
}

.play__item--karaoke {
	background-image: url("../imgs/top/play_2.png");
}

.play__item--mbti {
	background-image: url("../imgs/top/play_3.png");
}

.play__item--vip {
	background-image: url("../imgs/top/play_4.png");
}

.play__item-title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
}

.play__item-text {
	margin: 1rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.play__pagination {
	display: none;
}

@media (max-width: 767px) {
	.play {
		width: 100%;
		max-width: none;
		margin-top: 6rem;
	}

	.play__text {
		margin-top: 1.8rem;
		font-size: 1.3rem;
		font-weight: 500;
	}

	.play__swiper {
		margin-top: 1.9rem;
		padding: 0;
		overflow: hidden;
	}

	.play__list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0;
	}

	.play__item {
		flex: 0 0 27.7rem;
		width: 27.7rem;
		min-height: 16rem;
		padding: 2.4rem;
		border-radius: 1rem;
	}

	.play__item-title {
		font-size: 4rem;
	}

	.play__item-text {
		margin-top: 0.8rem;
		font-size: 1.4rem;
	}

	.play__pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		margin-top: 1.6rem;
	}

	.play__pagination .swiper-pagination-bullet {
		width: 1.2rem;
		height: 1.2rem;
		margin: 0 !important;
		background: #595959;
		opacity: 1;
	}

	.play__pagination .swiper-pagination-bullet-active {
		background: #ff4cc2;
	}
}


/*--------------------------------------------------
**************************************************
  MBTI
**************************************************
--------------------------------------------------*/
.mbti {
	width: 100%;
	margin: 12rem auto 0;
	background: url("../imgs/top/mbti_bg.png") no-repeat center top / 100%;
}

.mbti__inner {
	width: 95%;
	max-width: 121.6rem;
	margin-inline: auto;
}

.mbti__title {
	margin: 0;
}

.mbti__lead {
	margin: 3.7rem 0 0;
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.mbti__about {
	width: 100%;
	max-width: 66rem;
	margin: 5.6rem auto 0;
}

.mbti__about-title {
	margin: 0;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.mbti__about-lead {
	margin: 2.4rem 0 0;
	font-family: var(--font-ja);
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: rgba(243, 166, 217, 0.9);
}

.mbti__about-text {
	margin: 1.6rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: center;
}

.mbti__match {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	width: 100%;
	margin: 4rem auto 0;
	padding: 1rem 0 7.4rem;
}

.mbti__profile {
	box-sizing: border-box;
	flex: 1 1 44rem;
	width: 100%;
	max-width: 44rem;
	padding: 6.4rem 2.4rem;
	border: 0.4rem solid #67ff8a;
	border-radius: 0.8rem;
	background: rgba(11, 11, 11, 0.8);
	box-shadow: 0 0 3rem rgba(103, 212, 255, 0.9);
}

.mbti__profile-label {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.mbti__type {
	margin: 2rem 0 0;
	font-family: var(--font-en);
	font-size: 4.6rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.mbti__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	margin: 2.3rem 0 0;
	padding-left: 0;
	list-style: none;
}

.mbti__tag {
	padding: 0.7rem 1.6rem;
	border: 1px solid #67ff8a;
	border-radius: 1.5rem;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #67ff8a;
}

.mbti__profile-text {
	margin: 3.5rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0;
	text-align: center;
}

.mbti__compatibility {
	flex: 0 1 33.6rem;
	width: 100%;
	max-width: 33.6rem;
	text-align: center;
}

.mbti__compatibility-label {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.mbti__compatibility-percent {
	margin: 1.8rem 0 0;
	font-family: var(--font-ja);
	font-size: 6.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #ff4cc2;
}

.mbti__heart {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 1.9rem;
}

.mbti__heart-image {
	display: block;
	width: 14.9rem;
}

.mbti__theme-label {
	display: inline-block;
	margin: 2.3rem 0 0;
	padding: 0.6rem 1.6rem;
	border-radius: 1.5rem;
	background: #ff4cc2;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.mbti__theme-text {
	margin: 2rem 0 0;
	font-family: var(--font-ja);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.mbti__love {
	width: 100%;
	padding: 17rem 0 10rem;
	background: url("../imgs/top/mbti_love_bg.png") no-repeat center top / 100%;
}

.mbti__love-image {
	display: block;
	width: 30rem;
	margin-inline: auto;
}

.mbti__love-text {
	margin: 2.6rem 0 0;
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 0 3rem rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
	.mbti__match {
		gap: 2rem;
	}

	.mbti__profile {
		padding-inline: 1.8rem;
	}

	.mbti__compatibility-percent {
		font-size: 5.4rem;
	}
}

@media (max-width: 767px) {
	.mbti {
		margin-top: 6.4rem;
		background: none;
	}

	.mbti__inner {
		width: 95%;
	}

	.mbti__lead {
		margin-top: 1.6rem;
		font-size: 2.2rem;
		line-height: 1.45;
	}

	.mbti__about {
		margin-top: 4rem;
	}

	.mbti__about-title {
		font-size: 2rem;
	}

	.mbti__about-lead {
		margin-top: 1.6rem;
		font-size: 1.8rem;
	}

	.mbti__about-text {
		margin-top: 1.6rem;
		font-size: 1.4rem;
	}

	.mbti__match {
		flex-direction: column;
		gap: 1.6rem;
		margin-top: 2.4rem;
		padding: 0.8rem 1.4rem 3.2rem;
		background: url("../imgs/top/mbti_bg_sp.png") no-repeat center 8rem / 100%;
	}

	.mbti__profile {
		flex: none;
		max-width: none;
		padding: 2.4rem 1.6rem;
	}

	.mbti__profile-label {
		font-size: 1.4rem;
	}

	.mbti__type {
		margin-top: 1rem;
		font-size: 2.4rem;
	}

	.mbti__tags {
		gap: 0.8rem;
		margin-top: 1.2rem;
	}

	.mbti__tag {
		padding: 0.6rem 1.6rem;
		font-size: 1.4rem;
	}

	.mbti__profile-text {
		margin-top: 1.5rem;
		font-size: 1.4rem;
	}

	.mbti__compatibility {
		position: relative;
		flex: none;
		max-width: none;
		padding: 0.3rem 0 0.4rem;
		text-align: center;
	}

	.mbti__compatibility-label {
		display: inline-block;
		vertical-align: 0.4rem;
	}

	.mbti__compatibility-percent {
		display: inline-block;
		margin-top: 0;
		margin-left: 0.8rem;
		vertical-align: baseline;
		font-size: 3rem;
	}

	.mbti__heart {
		/*
		position: relative;
		height: 7.8rem;
		margin-top: 0.8rem;
		*/
		display: block;
	}

	.mbti__heart-image--sp {
		position: absolute;
		top: 2rem;
		width: 8rem;
	}

	.mbti__heart-image--sp:nth-child(2) {
		left: -0.2rem;
	}

	.mbti__heart-image--sp:nth-child(3) {
		right: 0;
	}

	.mbti__theme-label {
		position: relative;
		top: -1rem;
		z-index: 1;
		margin-top: 0;
		padding: 0.5rem 1.6rem;
		font-size: 1.3rem;
	}

	.mbti__theme-text {
		position: relative;
		z-index: 1;
		margin-top: 0.5rem;
		font-size: 1.6rem;
	}

	.mbti__love {
		padding: 7.8rem 0 2.8rem;
		background-image: url("../imgs/top/mbti_love_bg_sp.png");
	}

	.mbti__love-image {
		width: 12rem;
	}

	.mbti__love-text {
		margin-top: 1.8rem;
		font-size: 1.5rem;
	}
}


/*--------------------------------------------------
**************************************************
  FLOW
**************************************************
--------------------------------------------------*/
.flow {
	width: 92%;
	max-width: 92rem;
	margin: 12.4rem auto 0;
}

.flow__title {
	margin: 0;
}

.flow__list {
	display: flex;
	justify-content: center;
	gap: 4rem;
	margin: 8rem 0 0;
	padding-left: 0;
	list-style: none;
}

.flow__item {
	position: relative;
	flex: 0 0 20rem;
	width: 20rem;
}

.flow__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 7rem;
	left: 17rem;
	/* width: 4rem; */
	width: 10rem;
	height: 0.2rem;
	background: #ff4cc2;
	transform: translateY(-50%);
}

.flow__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14rem;
	height: 14rem;
	margin: 0 auto;
	border: 0.2rem solid #ff4cc2;
	border-radius: 50%;
	background: #0b0b0b;
	box-shadow: 0 0 3rem 0 rgba(243, 166, 217, 0.9);
	font-family: var(--font-en);
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: rgba(243, 166, 217, 0.9);
}

.flow__item-title {
	margin: 4rem 0 0;
	font-family: var(--font-ja);
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

.flow__text {
	margin: 1.6rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: left;
}

@media (max-width: 767px) {
	.flow {
		margin-top: 7.6rem;
	}

	.flow__list {
		flex-direction: column;
		gap: 3.2rem;
		margin-top: 2.4rem;
	}

	.flow__item {
		flex-basis: auto;
		width: 100%;
	}

	.flow__item::after {
		display: none;
	}

	.flow__number {
		width: 6rem;
		height: 6rem;
		font-size: 2.2rem;
	}

	.flow__item-title {
		margin-top: 1.6rem;
		font-size: 1.8rem;
	}

	.flow__text {
		margin-top: 0.8rem;
		font-size: 1.3rem;
		text-align: center;
	}
}


/*--------------------------------------------------
**************************************************
  PRICE
**************************************************
--------------------------------------------------*/
.price {
	width: 100%;
	margin: 16rem auto 0;
	background: url("../imgs/top/price_bg.png") no-repeat center 21.4rem / 100% auto;
}

.price__title {
	margin: 0;
}

.price__plan-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 16rem;
	row-gap: 4rem;
	width: 100%;
	margin: 8rem auto 0;
	padding: 0 5%;
}

.price-plan {
	width: 100%;
	max-width: 44rem;
}

.price-plan__title {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #ff4cc2;
}

.price-plan__lead {
	margin: 4rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: center;
}

.price-plan__sublead {
	margin: 1.3rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.price-card-list {
	display: flex;
	flex-direction: column;
	gap: 4.2rem;
	width: 100%;
	margin-top: 4.2rem;
	padding-left: 0;
	list-style: none;
}

.price-plan--entry .price-card-list,
.price-plan--vip .price-card-list {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

.price-plan--entry .price-card-list {
	border: 0;
	box-shadow: none;
}

.price-plan--vip .price-card-list {
	border: 0;
	box-shadow: none;
}

.price-card {
	padding: 4rem 2.4rem;
	background: rgba(11, 11, 11, 0.8);
	border-radius: 0.8rem;
}

.price-plan--entry .price-card {
	border: 0.4rem solid rgba(103, 212, 255, 0.9);
	box-shadow: 0 0 3rem 0 rgba(103, 212, 255, 0.9);
}

.price-plan--vip .price-card {
	border: 0.4rem solid rgba(255, 232, 103, 0.9);
	box-shadow: 0 0 3rem 0 rgba(255, 181, 103, 0.9);
}

.price-card__label {
	margin: 0;
	padding: 0.8rem 0;
	border-radius: 1.7rem;
	background: #333333;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #d9d9d9;
}

.price-card__body {
	margin-top: 3.2rem;
}

.price-card__items {
	display: flex;
	justify-content: center;
	gap: 4.8rem;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.price-card__item {
	flex: 1 1 0;
}

.price-card__target {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.price-card__target--male {
	color: rgba(103, 212, 255, 0.9);
}

.price-card__target--female {
	color: rgba(243, 166, 217, 0.9);
}

.price-card__price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.2rem;
	margin: 1.8rem 0 0;
}

.price-card__amount {
	font-family: var(--font-en);
	font-size: 5rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.price-card__unit {
	margin-bottom: 0.5rem;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.price-card__tax {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.3rem;
	margin: 1.6rem 0 0;
}

.price-card__tax-label,
.price-card__tax-unit {
	font-family: var(--font-ja);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.price-card__tax-amount {
	font-family: var(--font-en);
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.price-card--vip .price-card__body {
	margin-top: 3.4rem;
}

.price-card--vip .price-card__price {
	margin-top: 0;
}

.price-card--vip .price-card__caption {
	margin: 2rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.price__note {
	width: 100%;
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.drink-menu {
	width: 92%;
	max-width: 112rem;
	margin: 8rem auto 0;
}

.drink-menu__title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #ff4cc2;
}

.drink-menu__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4rem;
	margin-top: 4rem;
}

.drink-menu__section {
	width: 100%;
	max-width: 54rem;
}

.drink-menu__group {
	display: flex;
	flex-direction: column;
	gap: 6.4rem;
	width: 100%;
	max-width: 48rem;
}
/*
.drink-menu__section--all-you-can-drink {
	max-width: 60rem;
}
*/
.drink-menu__section--all-you-can-drink .drink-menu__content {
	max-width: 52rem;
}
/*
.drink-menu__section--red-cocktail,
.drink-menu__section--single {
	max-width: 54rem;
}
*/
.drink-menu__heading {
	margin: 0;
}

.drink-menu__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 0 2.4rem;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
	font-family: var(--font-ja);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	text-align: center;
	color: rgba(243, 166, 217, 0.9);
	cursor: default;
}

.drink-menu__button-icon {
	display: none;
}

.drink-menu__content {
	width: 100%;
	max-width: 40rem;
	margin: 4rem auto 0;
}

.drink-menu__columns {
	display: flex;
	justify-content: space-between;
	gap: 3.6rem;
}

.drink-menu__column {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 4rem;
}

.drink-menu__items {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.drink-menu__items--centered {
	align-items: center;
}

.drink-menu__item {
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.04em;
}

.drink-menu__item span {
	font-size: 1.4rem;
	letter-spacing: 0;
}

.drink-menu__price {
	margin-top: 3.2rem;
	text-align: center;
}

.drink-menu__price-label {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.drink-menu__price-main {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.2rem;
	margin: 2rem 0 0;
}

.drink-menu__price-amount {
	font-family: var(--font-en);
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__price-unit {
	margin-bottom: 0.2rem;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__price-tax {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.3rem;
	margin: 1rem 0 0;
}

.drink-menu__price-tax-label,
.drink-menu__price-tax-unit {
	font-family: var(--font-ja);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__price-tax-amount {
	font-family: var(--font-en);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__section--red-cocktail .drink-menu__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	column-gap: 0.8rem;
	row-gap: 1rem;
}

.drink-menu__section--red-cocktail .drink-menu__price-label {
	width: 100%;
}

.drink-menu__section--red-cocktail .drink-menu__price-main,
.drink-menu__section--red-cocktail .drink-menu__price-tax {
	margin-top: 0;
}

.drink-menu__price-list {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.drink-menu__price-item {
	display: flex;
	align-items: baseline;
	/* gap: 1.2rem; */
}

.drink-menu__item-name {
	flex: 0 0 15.4rem;
	min-width: 18rem;
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.04em;
}

.drink-menu__item-main {
	display: flex;
	flex: 0 0 auto;
	align-items: flex-end;
	gap: 0.2rem;
	min-width: 11.5rem;
	margin: 0;
}

.drink-menu__item-amount {
	font-family: var(--font-en);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__item-unit {
	margin-bottom: 0.2rem;
	font-family: var(--font-ja);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__item-tax {
	display: flex;
	flex: 0 0 10.6rem;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.3rem;
	min-width: 10.6rem;
	margin: 0;
}

.drink-menu__item-tax-label,
.drink-menu__item-tax-unit {
	font-family: var(--font-ja);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__item-tax-amount {
	font-family: var(--font-en);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}

.drink-menu__bottle-label {
	margin: 4rem 0 0;
	padding: 0.6rem 0;
	border-radius: 1.7rem;
	background: #333333;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #d9d9d9;
}

.drink-menu__price-list--bottle {
	margin-top: 3.2rem;
}

.price .photo {
	margin-top: 12rem;
}

@media (max-width: 767px) {
	.price {
		margin-top: 7.6rem;
		background: none;
	}

	.price__plan-list {
		display: block;
		margin-top: 2.4rem;
		padding: 0;
		background: none;
	}

	.price-plan {
		max-width: none;
		padding: 0 1.6rem 5rem;
		background: url("../imgs/top/price_bg_sp.png") no-repeat center 8rem / 100% auto;
	}

	.price-plan + .price-plan {
		background-position: center 6rem;
	}

	.price-plan:last-of-type {
		padding-bottom: 2.4rem;
	}
	
	.price-plan__title {
		font-size: 2rem;
	}

	.price-plan__lead {
		margin-top: 2.4rem;
		font-size: 1.4rem;
	}

	.price-plan__sublead {
		margin-top: 1.6rem;
		font-size: 1.2rem;
	}

	.price-card-list {
		gap: 2.4rem;
		margin-top: 2.4rem;
		padding: 0;
	}

	.price-card {
		padding: 2.4rem 1.2rem;
	}

	.price-plan--entry .price-card {
		box-shadow: 0px 0px 1rem 0px rgba(103, 212, 255, 0.9);
	}

	.price-plan--vip .price-card {
		box-shadow: 0px 0px 1rem 0px rgba(255, 232, 103, 0.9);
	}

	.price-card__label {
		padding: 0.4rem 0;
		font-size: 1.4rem;
	}

	.price-card__body,
	.price-card--vip .price-card__body {
		margin-top: 2rem;
	}

	.price-card__items {
		gap: 1.4rem;
	}

	.price-card__target {
		font-size: 1.6rem;
	}

	.price-card__price {
		margin-top: 1rem;
	}

	.price-card__amount {
		font-size: 3rem;
	}

	.price-card__unit {
		margin-bottom: 0.2rem;
		font-size: 1.4rem;
	}

	.price-card__tax {
		margin-top: 1rem;
	}

	.price-card--vip .price-card__caption {
		margin-top: 1.2rem;
		font-size: 1.2rem;
	}

	.price__note {
		/* margin-top: 2.4rem; */
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.drink-menu {
		width: 92%;
		margin-top: 4rem;
	}

	.drink-menu__title {
		font-size: 2rem;
	}

	.drink-menu__list {
		display: block;
		margin-top: 4rem;
	}

	.drink-menu__group {
		display: block;
		max-width: none;
	}

	.drink-menu__group,
	.drink-menu__section + .drink-menu__section {
		margin-top: 0.8rem;
	}

	.drink-menu__section--all-you-can-drink,
	.drink-menu__section--red-cocktail,
	.drink-menu__section--single {
		max-width: none;
	}

	.drink-menu__section--single {
		margin-left: 0;
	}

	.drink-menu__button {
		justify-content: space-between;
		padding: 1rem 0 1.8rem;
		font-size: 1.6rem;
		text-align: left;
		cursor: pointer;
	}

	.drink-menu__button-icon {
		position: relative;
		display: block;
		flex: 0 0 2rem;
		width: 2rem;
		height: 2rem;
		border: 1px solid rgba(255, 255, 255, 0.7);
		border-radius: 0.3rem;
		transition: border-color 0.3s ease;
	}

	.drink-menu__button-icon::before,
	.drink-menu__button-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1rem;
		height: 1px;
		background: #ffffff;
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	.drink-menu__button-icon::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.drink-menu__button[aria-expanded="true"] .drink-menu__button-icon::after {
		opacity: 0;
		transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
	}

	.drink-menu__content {
		max-width: none;
		margin-top: 2.4rem;
	}

	.drink-menu__columns {
		gap: 1.6rem;
	}

	.drink-menu__column {
		gap: 2.4rem;
		flex: none;
	}

	.drink-menu__column + .drink-menu__column {
		margin-top: 0;
	}

	.drink-menu__items {
		gap: 1.2rem;
	}

	.drink-menu__item {
		font-size: 1.4rem;
	}

	.drink-menu__item span {
		font-size: 1.2rem;
	}

	.drink-menu__items--centered {
		align-items: flex-start;
	}

	.drink-menu__price {
		margin-top: 2.4rem;
	}

	.drink-menu__price-list {
		gap: 1.2rem;
	}

	.drink-menu__price-item {
		/* flex-wrap: wrap; */
		row-gap: 0.4rem;
	}

	.drink-menu__item-name {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		font-size: 1.4rem;
	}

	.drink-menu__item-main {
		min-width: 8.6rem;
	}

	.drink-menu__item-tax {
		flex: 0 0 auto;
		min-width: auto;
	}

	.drink-menu__bottle-label {
		margin-top: 2.4rem;
		padding: 0.4rem 0;
		font-size: 1.4rem;
	}

	.drink-menu__price-list--bottle {
		margin-top: 2.4rem;
	}

	.price .photo {
		margin-top: 4.6rem;
	}
}


/*--------------------------------------------------
**************************************************
  ACCESS
**************************************************
--------------------------------------------------*/
.access {
	width: 100%;
	margin: 3rem auto 0;
}

.access__title {
	margin: 0;
}

.access__inner {
	display: flex;
	align-items: center;
	gap: 16rem;
	width: 95%;
	max-width: 182.4rem;
	margin: 8rem auto 0;
}

.access__map {
	flex: 1 1 auto;
	width: 100%;
	max-width: 91.2rem;
	aspect-ratio: 912 / 530;
}

.access__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.access__info {
	flex: 0 1 43rem;
	text-align: left;
}

.access__info-group + .access__info-group {
	margin-top: 6rem;
}

.access__name {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.access__text {
	margin: 1.6rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

.access__text + .access__text {
	margin-top: 0.8rem;
}

.access__tel {
	display: inline-block;
	margin-top: 1.6rem;
	font-family: "Poppins", sans-serif;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: inherit;
	text-decoration: none;
}

.access__tel[href^="tel:"] {
	color: inherit;
}

.access__tel:hover {
	color: inherit;
}

.access__age-title {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.access__age-list {
	margin-top: 1.6rem;
}

.access__age-item {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.access__age-item + .access__age-item {
	margin-top: 0.8rem;
}

.access__note {
	margin: 1.6rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {
	.access {
		margin-top: 0;
	}

	.access__inner {
		flex-direction: column;
		width: 100%;
		max-width: none;
		gap: 0;
		margin-top: 2.4rem;
	}

	.access__map {
		max-width: none;
		aspect-ratio: 376 / 208;
	}

	.access__info {
		flex: none;
		width: 100%;
		margin-top: 1.6rem;
		text-align: center;
	}

	.access__info-group + .access__info-group {
		margin-top: 2.4rem;
	}

	.access__name {
		font-size: 2.8rem;
	}

	.access__text {
		margin-top: 1.6rem;
		font-size: 1.4rem;
	}

	.access__text + .access__text {
		margin-top: 0.8rem;
	}

	.access__tel {
		margin-top: 1.6rem;
		font-size: 2.6rem;
	}

	.access__age-title {
		font-size: 1.5rem;
	}

	.access__age-list {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 2.4rem;
		margin-top: 1.6rem;
	}

	.access__age-item {
		font-size: 1.4rem;
	}

	.access__age-item + .access__age-item {
		margin-top: 0;
	}

	.access__note {
		font-size: 1.2rem;
	}
}


/*--------------------------------------------------
**************************************************
  INFORMATION
**************************************************
--------------------------------------------------*/
.information {
	width: 100%;
	margin: 12rem auto 0;
}

.information__title {
	margin: 0;
}

.information__list {
	width: 80%;
	max-width: 80rem;
	margin: 5.6rem auto 0;
	padding: 0;
	list-style: none;
}

.information__item {
	display: flex;
	align-items: flex-start;
	gap: 4rem;
	padding: 2.4rem 0;
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.information__date {
	flex: 0 0 auto;
	width: 7.5rem;
	margin: 0;
	padding-top: 0.5rem;
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.information__body {
	flex: 1 1 auto;
	min-width: 0;
}

.information__item-title {
	margin: 0;
	font-family: var(--font-ja);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
}

.information__item-title a {
	color: inherit;
	text-decoration: none;
}

.information__item-title a:hover {
	color: inherit;
	text-decoration: underline;
}

.information__text {
	margin: 0.8rem 0 0;
	font-family: var(--font-ja);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
	.information {
		margin-top: 6rem;
	}

	.information__title {
		width: fit-content;
		margin: 0 auto;
	}

	.information__list {
		width: 92%;
		max-width: none;
		margin: 0 auto;
	}

	.information__item {
		gap: 1.6rem;
	}

	.information__date {
		width: 7rem;
		padding-top: 0.6rem;
		font-size: 1.2rem;
	}

	.information__item-title {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.information__text {
		font-size: 1.2rem;
	}
}
