@charset "Shift_JIS";
/* クーポン染み出し併用強化 202010 */
/* 日付指定 */
.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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__closeIconLineBottom {
  -webkit-transform: rotate(-45deg);
  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 {
  font-size: 28px;
  padding: 0 4px 0 6px;
}

.popup__text {
  height: 21px;
  width: 490px;
  color: #3b1800;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  text-align: center;
  margin: 8px auto 0;
}

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

.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 {
  display: -webkit-box;
  display: flex;
  margin-top: 12px;
  box-sizing: border-box;
}

.popupCouponBlock__coupon {
  box-sizing: border-box;
  height: auto;
  width: 169px;
  margin-right: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 28px 0;
  color: #e77611;
  position: relative;
  z-index: 1;
  background: url("/assets/img/common/icons/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;
  margin: 0 6px 0 2px;
}

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

.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__caution.popupCouponBlock__caution {
  color: #1558ce !important;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
  text-decoration: none !important;
  margin-top: 6px;
  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: -webkit-linear-gradient(top, #fff 0%, #eae6e5 100%);
  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: -webkit-linear-gradient(#f4f0ef, #ddd6d3);
  background: linear-gradient(#f4f0ef, #ddd6d3);
  color: #595656 !important;
}

.popup__getBtn {
  box-sizing: border-box;
  height: 48px;
  width: 340px;
  border: 1px solid #2171e0;
  border-radius: 4px;
  background: -webkit-linear-gradient(top, #38affc 0%, #0174e7 100%);
  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 {
  cursor: pointer;
  background: -webkit-linear-gradient(top, #2182e7 0%, #3844ce 100%);
  background: linear-gradient(180deg, #2182e7 0%, #3844ce 100%);
}

.popup__getBtn 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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

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

/* stylelint-enable */
.couponErrorBox {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: top;
  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;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: left;
  transform-origin: left;
}

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

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

/* stylelint-disable */
