@charset "Shift_JIS";

.popup__closeIcon {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 18px;
  height: 18px;
}

.popup__closeIcon:hover {
  cursor: pointer;
}

.popup__closeIcon span {
  display: block;
  margin: auto;
  height: 2px;
  background-color: #918b8a;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.popup__closeIconLineTop {
  transform: rotate(45deg);
}

.popup__closeIconLineBottom {
  transform: rotate(-45deg);
}

.popup__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  margin: 0;
  color: #3b1800;
}

.popup__heading span {
  color: #fc0d1c;
}

.popup__headingPrice {
  padding: 0 4px;
  font-size: 28px;
}

.popup__text {
  margin: 8px auto 0;
  font-size: 12px;
  line-height: 1.5em;
  color: #3b1800;
  letter-spacing: 0;
}

.popupCoupon {
  box-sizing: border-box;
  width: 560px;
  padding: 20px;
  margin: 20px auto 0;
  background-color: #efebe6;
  border-radius: 4px;
}

.popup__text + .popupCoupon {
  margin-top: 12px;
}

.popupCoupon__inner {
  width: 520px;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 16px;
}

.popupCouponBlock {
  padding: 16px 0;
}

.popupCouponBlock__normalCoupon {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  height: 22px;
  width: 144px;
  border-radius: 11px;
  background-color: #e77611;
  margin: 0 auto;
  line-height: 22px;
}

.popupCouponBlock__specialCoupon {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  height: 22px;
  width: 144px;
  border-radius: 11px;
  background-color: #3b1800;
  margin: 0 auto;
  line-height: 22px;
}

.popupCouponBlock + .popupCouponBlock {
  border-top: 1px solid #e0dbd7;
}

.popupCouponBlock__container {
  box-sizing: border-box;
  display: flex;
  gap: 20px;
}

.popupCouponBlock__coupon {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  gap: 2px;
  align-items: baseline;
  justify-content: center;
  width: 169px;
  height: 88px;
  padding: 28px 0 26px;
  color: #e77611;
  background: url("/dp/d/dpcom/dpcomcs/common/image/icon_coupon_frame.svg") no-repeat;
}

.popupCouponBlock__couponAcquired {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 91px;
  text-align: center;
  background: rgba(145, 139, 138, 0.7);
  height: 88px;
  width: 169px;
  top: 0;
  border-radius: 4px;
  left: 0;
}

.popupCouponBlock__couponAcquired::after {
  position: absolute;
  content: '';
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #fff transparent transparent;
}

.popupCouponBlock__price {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

.popupCouponBlock__unit {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
}

.popupCouponBlock__label {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 40px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  color: #918b8a;
  text-align: center;
  border: 1px solid #918b8a;
}

.popupCouponBlock__heading {
  width: 299px;
  color: #3b1800;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0;
  word-wrap: break-word;
}

.popupCouponBlock__specificFlightsCaution {
  width: 299px;
  margin-top: 8px;
  font-size: 12px;
  color: #ca1738;
}

.popupCouponBlock__caution.popupCouponBlock__caution {
  color: #1558ce !important;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-decoration: none !important;
  margin-top: 8px;
  display: inline-block;
}

.popupCouponBlock__caution.popupCouponBlock__caution:hover {
  color: #e78a13 !important;
}

.popup__closeBtn {
  box-sizing: border-box;
  height: 40px;
  width: 340px;
  border: 1px solid #938c89;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff 0%, #eae6e5 100%);
  color: #411a00;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  margin: 24px auto 0;
}

.popup__closeBtn:hover {
  cursor: pointer;
  background: linear-gradient(#f4f0ef, #ddd6d3);
  color: #595656 !important;
}

.popup__getBtn,
.popup__getBtn--modal {
  box-sizing: border-box;
  height: 48px;
  width: 340px;
  border: 1px solid #2171e0;
  border-radius: 4px;
  background: linear-gradient(180deg, #38affc 0%, #0174e7 100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
  margin: 20px auto 0;
  padding-top: 5px;
}

.popup__getBtn:hover,
.popup__getBtn--modal:hover {
  cursor: pointer;
  background: linear-gradient(180deg, #2182e7 0%, #3844ce 100%);
}

.popup__getBtn span,
.popup__getBtn--modal span {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.popup__transitionLink {
  box-sizing: border-box;
  display: block;
  width: 340px;
  height: 48px;
  padding-top: 5px;
  margin: 20px auto 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  color: #fff !important;
  text-align: center;
  letter-spacing: 0;
  background: linear-gradient(180deg, #38affc 0%, #0174e7 100%);
  border: 1px solid #2171e0;
  border-radius: 4px;
}

.popup__transitionLink.popup__transitionLink {
  text-decoration: none !important;
}

.popupCouponBlock .popup__transitionLink {
  margin: 16px auto 0;
}

.popup__transitionLink:hover {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #2182e7 0%, #3844ce 100%);
}

.popup__transitionLink span {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

/* メールマガジンについてのcheckbox
  ================================================== */
.popupCouponBlock__checkbox {
  margin-top: 12px;
}

.popupCouponBlock__checkboxLabel {
  margin-right: 12px;
  vertical-align: middle;
  font-size: 12px;
}

.popupCouponBlock__checkboxLabel:hover {
  cursor: pointer;
}

.popupCouponBlock__checkboxLabel input {
  display: none;
}

.popupCouponBlock__checkboxLabel span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #bcb6b3;
  border-radius: 2px;
  position: relative;
  vertical-align: text-top;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 4px;
}

.popupCouponBlock__checkboxLabel input:checked + span {
  border: 2px solid #e77611;
  background-color: #e77611;
}

.popupCouponBlock__checkboxLabel input:checked + span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.popupCouponBlock__checkboxLabel input:disabled + span {
  background-color: #fff;
  border: 2px solid #bcb6b3;
}

.popupCouponBlock__checkboxLabel input:checked:disabled + span::after {
  border-right: 2px solid #bcb6b3;
  border-bottom: 2px solid #bcb6b3;
}

.couponErrorBox {
  box-sizing: border-box;
  display: flex;
  align-items: top;
  width: 488px;
  min-height: 50px;
  padding: 14px;
  margin: 12px auto 8px;
  font-weight: bold;
  line-height: 18px;
  color: #ca1738;
  border: 2px solid #ca1738;
  border-radius: 4px;
}

.couponErrorBox + .popupCouponBlock__container {
  margin-top: 8px;
}

.couponErrorBox .ji-alert-triangle {
  top: 4px;
  width: 24px;
  height: 22px;
  transform: scale(1.5);
  transform-origin: left;
}

.couponErrorBox .couponErrorTxt__box {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-left: 14px;
  width: 100%;
}

.couponErrorBox .couponErrorTxt__box p {
  font-size: 14px;
}

.couponLabel.couponLabel--dp {
  width: 100%;
  height: 18px;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #5b4843;
  border-radius: 9px;
}

.modal.modal--undated {
  padding-top: 0;
}

.modal.modal--undated .modalContent {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.popup__window--undated .popup__heading {
  padding: 12px 20px;
  margin: -19px -20px 12px;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #e0dbd7;
}

.popup__window--undated .popup__text {
  width: auto;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  text-align-last: left;
}

.popup__window--undated .popupCoupon {
  padding-bottom: 20px;
  margin: 8px auto 0;
}

.popupCoupon__inner + .popupCoupon__inner {
  margin-top: 20px;
}

.popup__window--undated .popupCouponBlock__checkbox {
  margin: -4px 0 12px;
}

.popup__window--undated .popupCouponBlock__container {
  justify-content: space-between;
  margin-top: 0;
}

.popup__window--undated .popupCouponBlock__couponSummary {
  width: 169px;
}

.popup__window--undated .popupCouponBlock__coupon {
  margin-top: 8px;
}

.popup__window--undated .popupCouponBlock__unit {
  padding-top: 12px;
}

.popup__window--undated .popupCouponBlock .couponErrorBox {
  margin: 0 auto 12px;
}

.popup__window--undated .popupCouponBlock__price {
  margin-right: 4px;
}

.popup__window--undated .popup__getBtn,
.popup__window--undated .popup__getBtn--modal {
  width: 280px;
  margin: 8px 0 0;
}

.popup__detailBtn {
  box-sizing: border-box;
  display: block;
  width: 280px;
  height: 40px;
  margin: 20px auto 0;
  font-weight: bold;
  line-height: 38px;
  color: #1558ce !important;
  text-align: center;
  text-decoration: none;
  background: #f0f7fb;
  background: linear-gradient(#fff, #dfeef7);
  border: 1px solid #1558ce;
  border-radius: 4px;
}

.popup__detailBtn:hover {
  color: #0182e7 !important;
  background: #d3e8f3;
  background: linear-gradient(#dfeef7, #b9dbea);
}

.popup__detailBtn:link,
.popup__detailBtn:visited,
.popup__detailBtn:hover {
  text-decoration: none !important;
}

/* モーダル内スクロール */
.modal--undated.scroll-on .modalContent {
  height: calc(100% - 40px);
  overflow: hidden;
}

.modal--undated.scroll-on .modalContent-text {
  height: calc(100% - 1px);
  padding: 0;
}

.modal--undated.scroll-on .popup__window--undated {
  height: 100%;
  overflow-y: scroll;
}

.modal--undated.scroll-on .popup__window--undated .popup__heading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0 12px 20px;
  margin: 0;
  background-color: #fff;
}

.modal--undated.scroll-on .popupCoupon__outer {
  padding: 67px 16px 80px;
}

.modal--undated.scroll-on .popup__couponBtnArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 0 20px;
  background-color: #fff;
  border-top: 1px solid #e0dbd7;
}