@charset "UTF-8";

.koi-name-ticket {
	--color-red: #CE4343;
	display: none;
	margin-bottom: 67px;
}

.koi-name-ticket.is-show {
	display: block;
}


.koi-name-ticket .koi-name-ticket__slider {
	display: block;
}

.koi-name-ticket .koi-name-ticket__unselected {
	display: none;
}

.koi-name-ticket.is-unselected .koi-name-ticket__slider {
	display: none;
}

.koi-name-ticket.is-unselected .koi-name-ticket__unselected {
	display: flex;
}

.koi-name-ticket.is-unselected .koi-name-detail-container {
	display: none;
}



.koi-name-ticket__header {}

.koi-name-ticket__body {
	container-type: inline-size;
	padding-block: 32px 24px;
	padding-inline: 8px;
	border: 1px solid #F0EEEB;
}


.koi-name-ticket__title {
	padding-block: 16px;
	padding-inline: 24px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
	color: #FFFFFF;
	background-color: #3B3224;
}


.koi-name-ticket__notes {
	padding-block: 16px 19px;
	border-top: 1px solid #3B3224;
	border-bottom: 1px solid #3B3224;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.628;
}

.koi-name-ticket__notes::before,
.koi-name-ticket__notes::after {
	display: none;
}

.koi-name-ticket__color-red {
	color: var(--color-red);
}


.koi-name-ticket__slider {
	margin-top: 20px;
}

.koi-name-ticket__slider .swiper-button-prev,
.koi-name-ticket__slider .swiper-button-next {
	top: 0;
	width: calc(13% - 8px);
	height: 73.92344cqw;
	margin-top: 0;
	background-color: rgb(59 50 36 / 0.8);
}

.koi-name-ticket__slider .swiper-button-prev::after,
.koi-name-ticket__slider .swiper-button-next::after {
	content: "";
	display: block;
	width: 8px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/product/name-ticket-list-slider-chevron.svg");
}

.koi-name-ticket__slider .swiper-button-prev::after {
	rotate: 180deg;
}

.koi-name-ticket__slider .swiper-button-prev {
	left: 0;
}

.koi-name-ticket__slider .swiper-button-next {
	right: 0;
}


.koi-name-ticket__list {}


.koi-name-ticket__price {
	margin-top: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.266;
	text-align: center;
	color: #CE4343;
}

.koi-name-ticket__price::before,
.koi-name-ticket__price::after {
	display: none;
}

.koi-name-ticket__price-value {
	font-size: 24px;
}


.koi-name-ticket__detail-container {
	margin-top: 8px;
}

.koi-name-ticket__link {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	padding-block: 16px;
	padding-inline: 16px 30px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
	color: #FFFFFF;
	background-color: var(--color-red);
}

.koi-name-ticket__link > span {
	flex: 1 1 auto;
}

.koi-name-ticket__link::after {
	flex: 0 0 auto;
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/product/name-ticket-list-chevron-right.svg");
}



.koi-name-ticket__notes-title {
	margin-top: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.koi-name-ticket__notes-title::before,
.koi-name-ticket__notes-title::after {
	display: none;
}

.koi-name-ticket__notes-color {
	margin-top: 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.koi-name-ticket__notes-color::before,
.koi-name-ticket__notes-color::after {
	display: none;
}

.koi-name-ticket__notes-multi-color {
	margin-top: 9px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.6;
}

.koi-name-ticket__notes-multi-color::before,
.koi-name-ticket__notes-multi-color::after {
	display: none;
}




.name-ticket {
	border: 1px solid #F0EEEB;
}

.name-ticket__image {}



.koi-name-ticket__unselected {
	justify-content: center;
	align-items: center;
	min-height: 101.913cqw;
}

.koi-name-ticket__unselected-text {
	text-align: center;
	line-height: 1.62;
	font-weight: 700;
	font-size: 14px;
}

.koi-name-ticket__unselected-text::before,
.koi-name-ticket__unselected-text::after {
	display: none;
}
