@charset "utf-8";

.p-paymentHeading__methodText {
    max-width: 172px;
    word-break: break-all;
}

.u-textBreak.--en {
    line-break: auto;
    word-break: normal;
    overflow-wrap: anywhere;
}

.u-textBreak.--ko {
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .p-paymentHeading__methodText {
        max-width: none !important;
    }
}

@media (max-width: 1024px) {
    .p-paymentHeading__fee {
        min-width: 120px;
    }
    .p-paymentHeading__methodText {
        max-width: 105px;
    }
}

.c-ctaLink__list-01.--exDelivery {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .c-ctaLink__list-01.--exDelivery {
        flex-direction: row;
    }

    .c-ctaLink__list-01.--exDelivery li {
        width: auto;
    }
}

dl.p-coupon__detail .c-text.--caution {
    font-size: 1.4rem;
}

dl.p-coupon__detail dd {
    max-width: none;
}

dl.p-coupon__detail .p-coupon__id {   
	width: 120px;
}

.p-modal .p-coupon__detail {
    flex: 1;
}
.p-modal:has(.p-modal__scrollArea) .p-modal__cta { margin-top: auto; }

.p-amountTable__cell-03 .c-formItemList.--end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .p-amountTable__cell-03 .c-formItemList.--end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.c-form--note-lot{
	padding-bottom: 8px;
}

.p-deliveryDatetime__row {
	padding: 10px 0;
	border-top: solid 1px var(--bdr-table);
	border-bottom: solid 1px var(--bdr-table);
}

.p-deliveryDatetime__inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.p-deliveryDatetime__label {
	font-size: 1.4rem;
	font-weight: bold;
	white-space: nowrap;
}

.p-deliveryDatetime__note {
	margin-top: 6px;
}

@media (max-width: 768px) {
    .l-header__triggerText {
        min-width: 34px;
    }
}

.p-ticketInfo__seatName.--intl {
    line-break: auto;
    word-break: normal;
    overflow-wrap: anywhere;
}

div.select_none {
    background-color: var(--neutral70);
    color: var(--text-placeholder);
}

.u-textRight {
    text-align: right !important;
}
.jizen-btn-mobile {
	margin-top: 52px;
}
@media screen and (max-width: 768px) {
	.jizen-btn-mobile {
		margin-top: 0;
	}
}
.c-genericList__item:before {
	min-width: 8px;
}

.c-noData__text.--caution {
	color:var(--text-caution);
}
.c-formBox__item-dt {
	display: flex;
	align-items: flex-end;
	margin-bottom: 8px;
}
.c-form--err.--coupon{
	max-width: 300px;
}
.c-form--select:has(select:disabled) {
	background-color: var(--neutral70);
}
.p-modal__scrollArea.--coupon {
	min-height: 120px;
}
@media screen and (max-width: 768px) {
	.p-modal__scrollArea.--coupon {
		min-height: 155px;
		max-height: 155px;
		height: 155px;
	}
}
.p-coupon__detail dt {
	min-width: 223px;
}
.p-textBox-02--alignRight {
	display: flex;
	justify-content: flex-end;
}
.c-form--note.--buyerinput {
    font-size: 1.3rem;
}
@media (max-width: 768px) {
    .c-form--note.--buyerinput {
        font-size: 1.4rem;
    }
}
.border-checkbox{
	margin: 32px 0px 0px 0px;
	text-align: right;
	border-top: 1px solid var(--bdr-table);
	padding: 10px 10px;
}           
@media (max-width: 768px) {
	.border-checkbox {
		margin: 40px 0 0 0;
		border-top: 0 solid var(--bdr-table);
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding-bottom: 12px;
		border-bottom: 1px solid var(--bdr-table);
		padding-left: 16px;
        padding-right: 16px;
	}
}



	    