/* DPLP start */
.dplp .wrap {
	max-width: 1152px;
	padding: 0 16px;
}
.dplp .border-red {
	width: 40px;
	border: 1px solid #FF503E;
    margin: 16px auto 24px;
}
.dplp .section-hidden {
	display: none;
}
.dplp .section-show {
	display: block;
}
.dplp .toast-bar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	opacity: 0;
	transition: opacity 0.5s linear;
	display: none;
}
.dplp .toast-bar.show {
	opacity: 1;
	display: block;
}
.dplp .toast-bar.hidden {
	opacity: 0;
}
.dplp .toast-bar.error {
	background: #ff0000;
}
.dplp .list-asterisk li a {
	text-decoration: underline;
}
.dplp .kv {
	height: 460px;
	position: relative;
	overflow: hidden;
}
.dplp .kv-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.dplp .kv-inner {
	position: absolute;
	text-align: center;
	bottom: 40px;
	left: 0;
	right: 0;
}
.dplp .kv-inner h1 img {
	vertical-align: bottom;
}
.dplp .coupon {
	position: relative;
}
.dplp .coupon .filter-shadow {
	filter: drop-shadow(4px 4px 8px #0000001A);
}
.dplp .coupon .coupon-text {
	position: absolute;
	left: 50%;
	bottom: 34px;
	transform: translateX(-50%);
}
.dplp .coupon .coupon-text .coupon-code {
	background-color: #F3F8FD;
	padding: 8px 32px;
	gap: 2px;
	width: 260px;
    margin: 0 auto;
}
.dplp .coupon .coupon-text .coupon-code div.hover {
	cursor: pointer;
	text-decoration: underline;
}
.dplp .coupon .coupon-text .coupon-title p:nth-child(2) {
	font-size: 32px;
}
.dplp .coupon .coupon-text .coupon-title .per-num {
	font-size: 48px;
}
.dplp .list-asterisk {
	text-align: center;
}
.dplp .coupon-howto {
	border: 1px solid #899AD6;
	border-radius: 4px;
	cursor: pointer;
}
.dplp .coupon-howto summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	list-style: none;
	background-color: #F3F8FD;
	padding: 16px;
	border-radius: 4px 4px 0 0;
}
.dplp .coupon-howto summary::after {
	content: "▼";
}
.dplp .coupon-howto[open] summary::after {
	transform: rotate(180deg);
}
.dplp .coupon.coupon-jal .coupon-bg img {
	width: 100%;
	height: auto;
	max-width: 728px;
}
.dplp .coupon.coupon-jal .coupon-text .coupon-code {
	width: 270px;
	height: 44px;
}
.dplp .coupon .coupon-text .icon-copy {
	width: 24px;
	height: 24px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.dplp .table-specialOffer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #C6C6C6;
	padding: 40px 0;
}
.dplp .table-specialOffer .table-wrap {
	width: 100%;
	max-width: 802px;
	margin: 0 auto;
}
.dplp .table-specialOffer .table-wrap > .border {
	border-bottom: 1px solid #C6C6C6;
}
.dplp .table-specialOffer .table-wrap > .border:last-of-type {
	border-bottom: none;
}
.dplp .table-specialOffer dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 528px;
	padding: 16px 0;
	margin: 0 auto;
}
.dplp .btn-entry {
	width: 100%;
	height: 56px;
	background-color: #0F0A64;
	color: #fff;
	padding: 16px 4px 16px 16px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dplp .btn-entry span {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dplp .step-img {
	padding: 8px 16px 16px;
	border-radius: 0 0 4px 4px;
	overflow-x: auto;
}
.dplp .step-img img {
	width: 100%;
	height: auto;
}
.dplp .list-airline {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dplp .list-airline ul {
    display: flex;
    gap: 16px;
    align-items: center;
}
.dplp .list-airline ul li img {
    height: auto;
}
.dplp .img-bnr {
	border-radius: 8px;
	border: 1px solid #C6C6C6;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
	width: 100%;
	height: auto;
}
.dplp .default-message {
	background-color: #EBEBEB;
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
	.dplp .kv-inner h1 img {
		width: 340px;
	}
	.dplp .coupon .coupon-text {
		bottom: 26.5px;
	}
	.dplp .coupon .coupon-text .coupon-title p:nth-child(2) {
		font-size: 24px;
	}	
	.dplp .coupon .coupon-text .coupon-title .per-num {
		font-size: 40px;
	}
	.dplp .step-img {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.dplp .step-img img {
		max-width: 340px;
	}
	.dplp .list-asterisk {
		text-align: left;
	}
	.dplp .list-airline ul {
        flex-wrap: nowrap;
        min-width: max-content;
    }
    .dplp .list-airline ul li {
        flex: 0 0 auto;
    }
	.dplp .coupon.coupon-jal .coupon-bg img {
		max-width: 343px;
	}
	.dplp .table-specialOffer,
	.dplp .table-specialOffer dl {
		padding: 16px;
	}
	.dplp .btn-entry {
		height: 48px;
		padding: 12px 2px 12px 12px;
	}
	.dplp .default-message {
		padding: 16px;
	}		
}
@media (min-width: 768px) {
	.dplp .list-asterisk li a:hover {
		text-decoration: none;
		color: #CE0000;
	}
	.dplp .coupon.coupon-jal .coupon-text {
		transform: inherit;
		left: 53%;
	}
	.dplp .table-specialOffer h4 {
		margin-bottom: 16px;
	}
	.dplp .btn-entry {
		max-width: 300px;
	}		
}
@media (min-width: 1040px) {
    .dplp .list-airline {
        justify-content: center;
    }    
}
@media (hover: hover) and (pointer: fine) {
    .dplp .coupon .coupon-text .coupon-code div.hover:hover {
		text-decoration: none;
    }
	.dplp .list-asterisk li a:hover {
		text-decoration: none;
		color: #CE0000;
	}
}
/* DPLP end */