@charset "UTF-8";
/* sc-coupon
------------------------------*/
.coupon {
  display: none;
}
.sc-coupon {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  overflow: hidden;
}

.sc-coupon__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  max-height: 92vh;
  background-color: #FCE8CF;
  border-radius: 10px;
  transform: translateY(-50%);
  margin: auto;
  z-index: 2;
}

.sc-coupon__inner-box {
  width: 100%;
  height: auto;
  max-height: 80vh;
  overflow-y: auto;

}

.sc-coupon__bg {
  background-image: url(/img/S011/ads/bg.png);
  background-repeat: no-repeat;
  background-size: calc(700px / 2) calc(706px / 2);
  background-position: center -5px;
  height: 353px;
  padding-top: 35px;
}
.sc-coupon__ttl {
  color: #ffffff;
  background-color: #E36C1F;
  border-radius: 26px;
  padding: 12px 10px;
  margin: 0px auto 28px;
  text-align: center;
  position: relative;
  font-size: 19px;
  font-weight: 600;
  width: 265px;
}
.sc-coupon__ttl::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 16px solid #E36C1F;
    border-bottom: 0;
    margin-left: -10px;
}
.sc-coupon__main-visual {
  margin: 0px auto 35px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 272px;
}
.sc-coupon__main-visual-image {
  display: inline-block;
  width: 100%;
  height: auto;
}
.sc-coupon__price {
  font-size: 24px;
  color: #4D2E1C;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  line-height: 1;
}
.sc-coupon__price .roboto {
  font-family: 'Roboto', sans-serif;
}
.sc-coupon__price .f-500 {
  font-size: 103px;
  letter-spacing: -3px;
}
.sc-coupon__price .f-yen {
  font-size: 33px;
  display: inline-block;
  transform: translateY(-2px);
}
.sc-coupon__price .f-off {
  font-size: 39px;
}
.sc-coupon__text {
    text-align: center;
    color: #4D2E1C;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sc-coupon__box {
  margin: 0 23px;
}

.sc-coupon__caption {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}

.sc-coupon__attention {
  color: #D22B1F;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}

.sc-coupon__code {
  position: relative;
  text-align: center;
  padding: 8.2px 0 12px;
}

.sc-coupon__code-text {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.sc-coupon__speech-bubble {
  display: none;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  width: 220px;
  background-color: rgb(119 119 119 / 90%);
  border-radius: 8px;
  margin: 0 auto;
  z-index: 2;
}
.sc-coupon__speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid rgb(119 119 119 / 90%);
  border-bottom: 0;
  margin-left: -10px;
}

.sc-coupon__speech-bubble-text {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

.sc-coupon__button {
  border-radius: 10px;
  background-color: #E36C1F;
  padding: 13.8px 0;
  margin-bottom: 10px;
}

.sc-coupon__button-text {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.sc-coupon__close {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: #3E3E3E;
  z-index: 3;
}

.sc-coupon__close::before,
.sc-coupon__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
  transition: transform 0.4s ease 0s;
}

.sc-coupon__close::before {
  transform: translate(-50%, -50%) rotate(225deg);
}

.sc-coupon__close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.sc-coupon__bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 1;
}

/* sc-coupon__pop-up
--------------------*/
.sc-coupon__pop-up {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 4;
}

.sc-coupon__pop-up__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% - 30px);
  max-height: 90%;
  background-color: #FFFFFF;
  border-radius: 10px;
  transform: translateY(-50%);
  padding: 30px 20px 20px;
  margin: auto;
  box-sizing: border-box;
}

.sc-coupon__pop-up__image-box {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 24px;
}

.sc-coupon__pop-up__image {
  display: inline-block;
  width: 60px;
  height: auto;
}

.sc-coupon__pop-up__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  margin-bottom: 32px;
}
.sc-coupon__pop-up__text span {
    color: #D22B1F;
}
.sc-coupon__pop-up__button-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
  font-size: 20px;
  margin-right: 10px;
  gap: 55px;
}

.sc-coupon__pop-up__button {
  border-radius: 5px;
  box-sizing: border-box;
}
.sc-coupon__pop-up__button:last-child {
  margin-right: 10px;
}

.sc-coupon__pop-up__button-text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}