@charset "UTF-8";
/* アプリLP用 */
@media screen and (max-width: 1170px) {
  .message-inner .sp {
    display: block;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 798px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 798px) {
  .sp {
    display: none;
  }
}

a,
button {
  transition: opacity 0.3s ease;
}
a:hover,
button:hover {
  opacity: 0.7;
}
@media (hover: none) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

a.no-hover:hover {
  opacity: 1 !important;
  transition: transform 0.3s ease;
}

a.no-hover:hover img {
  transform: scale(0.99);
  transition: transform 0.3s ease;
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
}

.table .hrz {
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  margin-top: 18px;
}
.table .hrzB {
  margin-top: unset;
  background-color: #000000;
  margin-bottom: 16px;
}
.table .table-ttl {
  font-size: clamp(12px, 3.2vw, 24px);
  position: relative;
  display: flex;
  align-items: center;
  margin: auto;
  font-weight: bold;
  padding: 18px 0 12px;
}
.table .table-ttl p {
  width: 100%;
  line-height: 1.3;
}
.table .table-ttl p:first-of-type {
  text-align: right;
}
.table .table-ttl .arw {
  height: 26px;
  width: 1px;
  background-color: black;
  margin: 0 20px;
}
.table .table-ttlB {
  padding: 12px 0;
}
.table .coupon-table {
  max-width: 738px;
  display: block;
  margin: auto;
  position: relative;
}
.table .coupon-table::before {
  content: "";
  position: absolute;
  width: clamp(90px, 18.82951vw, 148px);
  height: clamp(160px, 38.295vw, 301px);
  left: -31px;
  background: url(../img/couponfes/coupon-up-icon.png) no-repeat;
  background-size: contain;
  top: clamp(48px, 17.8117vw, 140px);
}
.table .coupon-table::after {
  content: "";
  position: absolute;
  width: clamp(90px, 22.1374vw, 174px);
  height: clamp(90px, 24.30025vw, 191px);
  right: -30px;
  background: url(../img/couponfes/coupon-icon-sp.png) no-repeat;
  background-size: contain;
  top: -12px;
  filter: drop-shadow(4px 6px 6px rgba(168, 168, 168, 0.5));
}
.table .table-notice {
  margin-top: 12px;
  font-weight: 500;
  font-size: clamp(12px, 2.798vw, 22px);
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  text-align: center;
}
.table .table-notice span {
  color: #db587d;
  font-size: clamp(15px, 3.816793vw, 30px);
}
.table .caption-box {
  background-color: #fbe3ed;
  padding: 10px 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 6px 0;
}
@media screen and (min-width: 798px) {
  .table .hrz {
    height: 3px;
    background-color: #eaeaea;
    max-width: 738px;
    margin-top: 40px;
    margin: 40px auto 14px;
  }
  .table .hrzB {
    margin-top: unset;
    background-color: #000000;
    margin: 0 auto 32px;
    height: 1px;
    max-width: 100%;
  }
  .table .step3Hrz {
    margin-top: unset;
    margin: 0 auto 14px;
  }
  .table .table-ttl {
    margin: 0 auto 15px;
    font-size: 18px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .table .table-ttl p {
    width: -moz-fit-content;
    width: fit-content;
  }
  .table .table-ttl .arw {
    margin: 0 36px 0 22px;
  }
  .table .coupon-table::before {
    content: "";
    position: absolute;
    width: 104px;
    height: 217px;
    left: -50px;
    background: url(../img/couponfes/coupon-up-icon.png) no-repeat;
    background-size: contain;
    top: 26px;
  }
  .table .coupon-table::after {
    content: "";
    position: absolute;
    width: clamp(140px, 14.9vw, 218px);
    height: clamp(140px, 14.9vw, 218px);
    top: -70px;
    right: -127px;
    background: url(../img/couponfes/coupon-icon.png) no-repeat;
    background-size: contain;
  }
  .table .table-notice {
    font-size: min(2.1vw, 20px);
    text-align: center;
    padding-bottom: unset;
  }
  .table .table-notice span {
    font-size: 24px;
  }
  .table .step3Pb {
    padding-bottom: 41px;
  }
  .table .caption-box {
    margin-top: 20px;
    padding: 27px 24px;
  }
}

.section-inner {
  width: min(100%, 1030px);
  margin: 0 auto 0;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 798px) {
  .section-inner {
    width: min(100%, 1120px);
    margin: 0 auto 0;
    padding: 0 60px;
    position: relative;
  }
}

.caution {
  position: relative;
  padding-left: 19px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
}
.caution::before {
  color: white;
  left: 0px;
  font-weight: 400;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 1.95px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 15px;
  background-color: #db587d;
  border-radius: 50%;
  content: "!";
}
@media screen and (min-width: 798px) {
  .caution {
    padding-left: 30px;
    margin-top: 10px;
    font-size: 16px;
  }
  .caution::before {
    color: white;
    left: 0;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 3.75px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    background-color: #db587d;
    border-radius: 50%;
    content: "!";
  }
}

.caution2 {
  padding-left: unset;
}
.caution2::before {
  display: none;
}
@media screen and (min-width: 798px) {
  .caution2 {
    padding-left: 30px;
  }
  .caution2::before {
    display: block;
    color: white;
    left: 0;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 3.75px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    background-color: #db587d;
    border-radius: 50%;
    content: "!";
  }
}

.introduction h1 {
  position: relative;
  z-index: 10;
}
.introduction .flex {
  display: flex;
  align-items: flex-start;
}
.introduction .head {
  width: clamp(139px, 26.6vw, 200px);
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.introduction .no {
  max-width: clamp(71px, 9.86vw, 142px);
}
.introduction .plus {
  max-width: 25px;
  display: block;
  margin: 14px auto -33px;
}
.introduction .about-coupon:nth-of-type(1) {
  margin-top: 25px; /* 1つ目のセクション */
}
.introduction .about-coupon:nth-of-type(2) {
  margin-top: 60px; /* 2つ目のセクション */
}
.introduction .about-coupon .content {
  background-color: #fff;
  padding: 39px 20px 22px;
  border: #9c85bd 2px solid;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  position: relative;
}
.introduction .about-coupon .content::before {
  content: "";
  width: clamp(160px, 34.66vw, 260px);
  height: 5px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.introduction .about-coupon .content .flex-inner {
  position: relative;
  margin: 0 auto 16px;
  justify-content: space-between;
  gap: 10px;
}
.introduction .about-coupon .content .flex-inner .pre-txt p {
  font-size: clamp(14.8px, 3vw, 22px);
  font-weight: bold;
  line-height: 1.7;
  margin-top: -6.8px;
}
.introduction .about-coupon .content aside {
  font-size: clamp(13px, 2.13vw, 16px);
  margin-bottom: 14px;
}
.introduction .about-campaign {
  margin-top: 14px;
  padding: 0 10px;
}
.introduction .about-campaign .sec-ttl {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 20px 0 10px;
}
.introduction .about-campaign .sec-ttl:first-of-type {
  margin: 40px 0 10px;
}
.introduction .about-campaign .sec-ttl .sec-ttl-txt {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
}
.introduction .about-campaign .sec-ttl .sec-ttl-txt + .pu-head {
  margin-top: 10px;
}
.introduction .about-campaign .sec-ttl::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #9f9f9f;
}
.introduction .about-campaign p {
  font-size: 13px;
}
.introduction .about-campaign .pu-head {
  line-height: 1.5;
  font-weight: 500;
  font-size: 13px;
  margin: 10px 0 3px;
}
.introduction .about-campaign .pick-up {
  background-color: #fbe3ed;
  font-size: 13px;
  padding: 11px 32px;
  width: 100%;
  margin: 6px 0 0;
  font-weight: 500;
}
.introduction .about-campaign aside {
  font-size: 12px;
}
.introduction .about-campaign .note {
  margin: 10px 0 22px;
}
.introduction .about-campaign .target {
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 13px;
}
.introduction .present {
  margin-top: 20px;
  padding-bottom: 48px;
  overflow-x: hidden;
}
.introduction .present h2 {
  position: relative;
  display: inline-block;
  width: 161px;
  font-family: Futura, "Century Gothic";
  font-style: italic;
  font-weight: normal;
  color: #56b8d6;
}
.introduction .present h2::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  width: 60vw;
  border-top: solid 1px;
  content: "";
}
.introduction .present p {
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (min-width: 798px) {
  .introduction {
    background: url(../img/couponfes/intro-bg-dt.png) no-repeat center top/100%, #fff;
  }
  .introduction h1 {
    max-width: clamp(700px, 60.486vw, 871px);
    padding-top: 117px;
    margin: 0 auto 88px;
  }
  .introduction .head {
    width: 224px;
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .introduction .hd2 {
    width: 212px;
  }
  .introduction .plus {
    max-width: 35px;
    display: block;
    margin: 31px auto -14px;
  }
  .introduction .about-campaign {
    margin: 66px auto 118px;
    max-width: 860px;
    padding: 0 20px;
  }
  .introduction .about-coupon {
    margin-top: 60px;
  }
  .introduction .about-coupon .content {
    background-color: #fff;
    padding: 59px 62px 45px;
    border: #9c85bd 2px solid;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
  }
  .introduction .about-coupon .content::before {
    content: "";
    width: 260px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .introduction .about-coupon .content .flex-inner {
    position: relative;
    margin: 0 auto 34px;
    justify-content: space-between;
    gap: 37px;
  }
  .introduction .about-coupon .content .flex-inner .pre-txt p {
    font-size: clamp(18px, 1.5277vw, 22px);
    font-weight: bold;
    margin-bottom: 14px;
  }
  .introduction .about-coupon .content .flex-inner .pre-txt aside {
    font-size: clamp(14px, 1.1vw, 16px);
  }
  .introduction .about-coupon .content .desc-wrap {
    display: block;
    max-width: 860px;
  }
  .introduction .about-coupon .content .desc-wrap:last-child {
    max-width: 872px;
  }
  .introduction .about-campaign .sec-ttl {
    margin: 40px 0 20px;
  }
  .introduction .about-campaign .sec-ttl:first-of-type {
    margin: 80px 0 10px;
  }
  .introduction .about-campaign .sec-ttl .sec-ttl-txt {
    font-size: 20px;
  }
  .introduction .about-campaign p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .introduction .about-campaign .pu-head {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .introduction .about-campaign .pick-up {
    background-color: #fbe3ed;
    font-size: 18px;
    padding: 11px 32px;
    margin: 6px 0 0;
    font-weight: 500;
    text-align: center;
  }
  .introduction .about-campaign aside {
    font-size: 14px;
  }
  .introduction .about-campaign .target {
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 16px;
  }
  .introduction .present {
    margin-top: 35px;
    padding-bottom: 60px;
  }
  .introduction .present h2 {
    width: 322px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
  }
  .introduction .present h2::after {
    left: calc(100% + 12px);
    width: 1000px;
  }
  .introduction .present p {
    font-size: 16px;
  }
}

.scroll-wrapperr {
  background-color: #fbe3ed;
  position: relative;
}

.pagescroll-wrapper {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 38px 15px 46px;
  margin: 38px auto 0;
  justify-content: center;
}
@media screen and (min-width: 798px) {
  .pagescroll-wrapper {
    width: min(100%, 1030px);
    grid-template-columns: repeat(2, 1fr);
    margin: 0px auto 0;
    padding: 60px 15px 66px;
    gap: 20px;
  }
}

.btn_pagescroll {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: none;
  max-width: clamp(335px, 66.6vw, 500px);
}
@media screen and (min-width: 798px) {
  .btn_pagescroll {
    max-width: unset;
  }
}

.message {
  background-image: url(../img/couponfes/bridge-back-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  margin-bottom: 190px;
}
.message .message-inner {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 42px 0 0;
  color: #595959;
  text-align: center;
  position: relative;
}
.message .message-inner p {
  letter-spacing: 0.04em;
  margin-bottom: 42px;
  font-size: clamp(22px, 4.266vw, 32px);
}
.message .message-inner aside {
  font-size: clamp(13px, 2.933vw, 22px);
  line-height: 1.9;
}
.message .message-img {
  width: clamp(345px, 66vw, 500px);
  margin: 28px auto;
  position: relative;
}
.message .message-img img {
  z-index: 2;
  position: relative;
}
.message .message-img::after {
  content: "";
  position: absolute;
  height: 130px;
  width: 100vw;
  background: linear-gradient(to right, #30af99, #3798d0, #9e6bbe);
  z-index: 1;
  bottom: -95px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (min-width: 798px) {
  .message {
    margin-bottom: 341px;
  }
  .message .message-inner {
    padding: 111px 0 0;
  }
  .message .message-inner p {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .message .message-inner aside {
    font-size: 22px;
    line-height: 2.1;
    letter-spacing: 0.1em;
  }
  .message .message-inner .message-img {
    width: 640px;
    margin: 71px auto 0;
    position: relative;
  }
  .message .message-inner .message-img img {
    z-index: 2;
    position: relative;
  }
  .message .message-inner .message-img::after {
    content: "";
    height: 236px;
    background: linear-gradient(to right, #30af99, #3798d0, #9e6bbe);
    z-index: 1;
    bottom: -171px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}

.flow {
  position: relative;
  padding-bottom: 153px;
  background: linear-gradient(to bottom, #fbe3ed, #fae2d1, #ffffff);
  margin-top: clamp(200px, 23.61111vw, 304px);
}
.flow .svg-wrap {
  position: absolute;
  top: -114px;
  width: 100%;
}
.flow .section-inner {
  position: relative;
}
.flow h2 {
  margin: 0 auto;
  height: calc(160.98px + (100vw - 375px) * 0.5663);
  max-height: 400px;
  min-height: 160.98px;
}
.flow h2 picture {
  position: absolute;
  left: 0;
  right: 0;
  top: -123px;
}
.flow .em {
  color: #db587d;
}
.flow .caption {
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}
.flow .whitebox {
  padding: 24px 20px 34px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
@media screen and (min-width: 798px) {
  .flow {
    padding-bottom: 320px;
  }
  .flow .svg-wrap {
    position: absolute;
    top: -100px;
    width: 100%;
  }
  .flow .section-inner {
    margin: 0 auto;
  }
  .flow h2 {
    height: 266px;
    max-width: 863px;
    margin-bottom: -15px;
  }
}
@media screen and (min-width: 798px) and (min-width: 798px) and (max-width: 1440px) {
  .flow h2 {
    margin-bottom: calc(-15px + (100vw - 798px) * 0.1449);
  }
}
@media screen and (min-width: 798px) and (min-width: 1441px) and (max-width: 2171px) {
  .flow h2 {
    margin-bottom: calc(78px + (100vw - 1440px) * 0.0575);
  }
}
@media screen and (min-width: 798px) and (min-width: 2172px) {
  .flow h2 {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 798px) {
  .flow h2 picture {
    position: absolute;
    top: 108px;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    width: clamp(750px, 59.9vw, 863px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 798px) and (min-width: 798px) and (max-width: 1439px) {
  .flow h2 picture {
    top: calc(47px + (100vw - 798px) * 0.1152647975);
  }
}
@media screen and (min-width: 798px) and (min-width: 1440px) and (max-width: 2170px) {
  .flow h2 picture {
    top: calc(120px + (100vw - 1440px) * 0.0369357045);
  }
}
@media screen and (min-width: 798px) and (min-width: 2171px) {
  .flow h2 picture {
    top: 146px;
  }
}
@media screen and (min-width: 798px) {
  .flow .caption {
    font-size: 14px;
  }
  .flow .whitebox {
    padding: 48px 70px 57px;
    border-radius: 60px;
    box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
  }
}

@media screen and (min-width: 798px) {
  .step-layout .step-inner {
    margin: 0 auto;
    font-size: 14px;
  }
  .step-layout .step-inner .step-note {
    margin: 28px 0;
  }
}

.step-title {
  position: relative;
  margin: 0px 0 5px;
  color: #fff;
  text-align: center;
}
.step-title::before {
  position: absolute;
  top: -33px;
  left: -10px;
  z-index: 10;
  width: 121px;
  height: 49px;
  content: "";
}
.step-title .period {
  color: #db587d;
  margin: 16px 0 0;
}
.step-title_main {
  background: #db587d;
  border-radius: 0 16px 0 16px;
  -webkit-border-radius: 0 16px 0 16px;
  -moz-border-radius: 0 16px 0 16px;
  -ms-border-radius: 0 16px 0 16px;
  -o-border-radius: 0 16px 0 16px;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 0;
}
.step-title_main:nth-child(1) {
  font-size: 20px;
}
.step-title_sub {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}
.step-title_sub span {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width: 798px) {
  .step-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 15px;
  }
  .step-title .step-title {
    margin: 0 0 27px;
  }
  .step-title .step-note {
    font-size: 16px;
  }
  .step-title::before {
    top: 11px;
    left: -67px;
    width: clamp(200px, 18.88vw, 272px);
    height: 111px;
  }
  .step-title.is-second::before {
    top: -67px;
  }
  .step-title .period {
    text-align: center;
    font-size: clamp(20px, 1.944vw, 28px);
    margin-bottom: 20px;
  }
  .step-title_main {
    font-size: clamp(18px, 1.66vw, 24px);
    letter-spacing: 0.1em;
    padding: 24px 0;
    line-height: 1.37;
  }
  .step-title_main:nth-child(1) {
    font-size: clamp(22px, 2.22vw, 32px);
    padding: 19px 0;
  }
  .step-title_sub {
    margin-top: 20px;
    font-size: 22px;
  }
}

.step-note {
  font-size: 12px;
}

@media screen and (min-width: 798px) {
  .step-note {
    font-size: 14px;
  }
}
.step1 {
  padding-bottom: 65px;
}
.step1 .step-title::before {
  background: url(../img/couponfes/icn-flow-step1.png) no-repeat center/contain;
}
.step1 .btn-show {
  display: block;
  width: 175px;
  height: 32px;
  margin: 20px auto 0;
  font-size: 13px;
  font-weight: bold;
  color: #56b8d6;
  text-align: center;
  background-color: white;
  border-radius: 16px;
  border: none;
}
.step1 .whitebox {
  margin-top: 15px;
  padding-bottom: 5px;
}
.step1 .whitebox_section {
  position: relative;
  padding-bottom: 15px;
}
.step1 .whitebox_section:last-of-type {
  padding-bottom: 33px;
}
.step1 .whitebox_section .underline {
  border-bottom: solid 1px;
}
.step1 .whitebox_section h4 {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.step1 .whitebox_section .label {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 34px;
  padding-bottom: 1px;
  padding-left: 4px;
  color: white;
  background-color: #9c85bd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.step1 .whitebox_section .label-ttl {
  margin: 7px 0;
  font-weight: bold;
}
.step1 .whitebox_section .label-ttl .lighter {
  font-size: 14px;
  font-weight: lighter;
}
.step1 .whitebox_section .explain {
  display: block;
  margin: 15px auto 0;
  max-width: 500px;
}
.step1 .whitebox_section .example .graph {
  max-width: 450px;
  margin: 10px auto;
  display: block;
}
@media screen and (min-width: 798px) {
  .step1 {
    padding-bottom: 85px;
  }
  .step1 .btn-show {
    display: none;
  }
  .step1 .whitebox {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 52px;
    margin-top: 36px;
  }
  .step1 .whitebox_section {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .step1 .whitebox_section .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .step1 .whitebox_section .underline {
    padding-bottom: 4px;
  }
  .step1 .whitebox_section .label {
    font-size: 17px;
  }
  .step1 .whitebox_section .label-ttl {
    font-size: 22px;
    width: 83%;
  }
  .step1 .whitebox_section .label-ttl span {
    font-size: 18px;
  }
  .step1 .whitebox_section .explain {
    display: block;
    margin: 15px 0 0;
    max-width: unset;
  }
  .step1 .whitebox_section .example .graph {
    max-width: unset;
    margin: 10px auto;
    display: block;
  }
  .step1 .whitebox_section .label {
    font-weight: normal;
    width: 128px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .step1 .whitebox_section .label::after {
    border-width: 20px 7px;
  }
  .step1 .whitebox_section .label-ttl {
    line-height: 29px;
  }
  .step1 .whitebox_section .label-ttl .lighter {
    font-size: 16px;
  }
  .step1 .whitebox_section .explain {
    margin-top: 15px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .step1 .whitebox_section .example {
    padding-top: 14px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 10px;
    width: 100%;
  }
}
@media screen and (max-width: 339px) {
  .step1 .step-title .period {
    font-size: 3.9vw;
  }
}

.step2 {
  padding-bottom: 70px;
}
.step2 .step-title::before {
  background: url(../img/couponfes/icn-flow-step2.png) no-repeat center/contain;
}
@media screen and (min-width: 798px) {
  .step2 {
    padding-bottom: 43px;
  }
}

.step3 {
  padding-bottom: 80px;
}
.step3 .step-title {
  margin-bottom: 33px;
}
.step3 .step-title::before {
  background: url(../img/couponfes/icn-flow-step3.png) no-repeat center/contain;
}
@media screen and (min-width: 798px) {
  .step3 {
    padding-bottom: 137px;
  }
}

.step4 .step-title::before {
  background: url(../img/couponfes/icn-flow-step4.png) no-repeat center/contain;
}
@media screen and (max-width: 399px) {
  .step4 .step-title .period {
    font-size: 3.2vw;
  }
}

.wchance {
  position: relative;
  padding-bottom: 70px;
  background: linear-gradient(to bottom, #fbe3ed, #fae2d1, #ffffff);
}
.wchance .svg-wrap {
  position: absolute;
  top: -100px;
  width: 100%;
}
.wchance .svg-wrap-wchance {
  position: absolute;
  top: -70px;
  width: 100%;
}
.wchance h2 {
  height: calc(clamp(183px, 29.6vw, 233px) + (100vw - 375px) * 0.5213);
  min-height: 183px;
  overflow: hidden;
}
.wchance h2 picture {
  position: absolute;
  top: -79px;
  left: 0;
  right: 0;
}
.wchance .point-box-wrapper {
  max-width: 738px;
  margin: auto;
}
.wchance .point-box-wrapper .point-box-txt {
  font-size: 16px;
  font-weight: bold;
  max-width: 99%;
  margin: 0 auto 17px;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.6;
}
.wchance .point-box-wrapper .box {
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
}
.wchance .point-box-wrapper .box:nth-child(3) {
  margin: 28px 0;
}
.wchance .point-box-wrapper .box p {
  text-align: center;
  padding: 9px 0;
  font-size: 18px;
  color: white;
  background: linear-gradient(to right, #9c85bd, #db587d);
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.wchance .point-box-wrapper .box .box-inner {
  padding: 18px 20px;
  font-size: 14px;
}
.wchance .point-box-wrapper .box .box-inner .box-txt1 {
  letter-spacing: 0.08em;
}
.wchance .point-box-wrapper .box .box-inner .hrz {
  height: 1px;
  width: 100%;
  background-color: #acacac;
  margin: 10px 0;
}
.wchance .point-box-wrapper .box .box-inner .point-cap {
  text-align: center;
  font-size: 16px;
  display: block;
}
.wchance .point-box-wrapper .box .box-inner .point-cap span {
  color: #db587d;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  padding: 5px 0;
  max-width: clamp(330px, 46.8vw, 360px);
  margin: auto;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li img {
  width: clamp(52px, 7.22vw, 104px);
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li:nth-of-type(1) {
  color: #db4e1c;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li:nth-of-type(2) {
  color: #1551ab;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li:nth-of-type(3) {
  color: #3c670e;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li b {
  font-size: 25px;
  letter-spacing: 0.06em;
  text-align: right;
  width: 146px;
  display: block;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li b span {
  font-size: 14px;
  letter-spacing: normal;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li aside {
  font-size: 21px;
  letter-spacing: 0.08em;
  text-align: right;
  display: block;
  width: 93px;
}
.wchance .point-box-wrapper .box .box-inner .box-container ul li aside span {
  font-size: 14px;
  letter-spacing: normal;
}
.wchance .point-wrapper {
  color: #252525;
  font-weight: 500;
}
.wchance .point-wrapper .head {
  font-size: 14px;
  text-align: center;
  margin: 40px 0 20px;
}
.wchance .point-wrapper .head span {
  font-size: 20px;
}
.wchance .point-wrapper .point-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 18px;
}
.wchance .point-wrapper .point-container .care {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  gap: 7px;
  border-radius: 30px;
  width: 100%;
  box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
}
.wchance .point-wrapper .point-container .care img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.wchance .point-wrapper .point-container .care .care-img1 {
  max-width: clamp(196px, 53.0666vw, 398px);
}
.wchance .point-wrapper .point-container .care .care-img2 {
  max-width: clamp(182px, 48.53333333vw, 364px);
}
.wchance .point-wrapper .point-container .care p {
  font-weight: 500;
  background: #b4f3c6;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.wchance .point-wrapper .point-container .care aside {
  font-size: 13px;
  text-align: center;
  position: relative;
  padding-top: 11px;
  margin-bottom: 3px;
}
.wchance .point-wrapper .point-container .care aside::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 105%;
  margin: auto;
  border-top: 1px #b3b3b3 dashed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wchance .point-wrapper .point-container .care ul {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.wchance .point-wrapper .point-container .care ul li {
  background: #d9f9e2;
  padding: 9px 0 12px;
  width: 32%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.wchance .point-wrapper .point-container .care ul li a {
  font-weight: 500;
  color: #252525;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.wchance .point-wrapper .point-container .care ul li .arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #389c54;
  border-bottom: 2px solid #389c54;
  transform: rotate(-45deg);
}
.wchance .point-wrapper .point-container .care2 p {
  background: #e8eba0;
}
.wchance .point-wrapper .point-container .care2 ul li {
  background: #f3f5cf;
}
.wchance .point-wrapper .point-container .care2 ul li a .arrow {
  border-right: 2px solid #8d912e;
  border-bottom: 2px solid #8d912e;
}
.wchance .point-wrapper .point-ex .ex-img {
  display: block;
  box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
  background-color: #fff;
  border-radius: 30px;
  margin-top: 33px;
  padding: 17px 0 24px;
  position: relative;
}
.wchance .point-wrapper .point-ex .ex-img img {
  max-width: clamp(324px, 66vw, 500px);
  display: block;
  margin: auto;
}
.wchance .point-wrapper .point-ex .ex-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.wchance .point-wrapper .point-ex .ex-img2 {
  max-width: clamp(262px, 69.86vw, 524px);
  margin: 26px auto;
}
@media screen and (min-width: 798px) {
  .wchance {
    padding-bottom: 173px;
  }
  .wchance h2 {
    height: 293px;
    max-width: 863px;
    margin-bottom: -25px;
  }
}
@media screen and (min-width: 798px) and (min-width: 798px) and (max-width: 1440px) {
  .wchance h2 {
    margin-bottom: calc(-25px + (100vw - 798px) * 0.1559);
  }
}
@media screen and (min-width: 798px) and (min-width: 1441px) and (max-width: 2171px) {
  .wchance h2 {
    margin-bottom: calc(75px + (100vw - 1440px) * 0.0452);
  }
}
@media screen and (min-width: 798px) and (min-width: 2172px) {
  .wchance h2 {
    margin-bottom: 108px;
  }
}
@media screen and (min-width: 798px) {
  .wchance h2 picture {
    position: absolute;
    top: 108px;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    width: clamp(750px, 59.9vw, 863px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 798px) and (min-width: 798px) and (max-width: 1440px) {
  .wchance h2 picture {
    top: calc(51px + (100vw - 798px) * 0.1152647975);
  }
}
@media screen and (min-width: 798px) and (min-width: 1440px) and (max-width: 2170px) {
  .wchance h2 picture {
    top: calc(126px + (100vw - 1440px) * 0.0369357045);
  }
}
@media screen and (min-width: 798px) and (min-width: 2171px) {
  .wchance h2 picture {
    top: 152px;
  }
}
@media screen and (min-width: 798px) {
  .wchance .point-box-wrapper {
    max-width: 1000px;
    margin: auto;
  }
  .wchance .point-box-wrapper .point-box-txt {
    font-size: 22px;
    font-weight: bold;
    max-width: 99%;
    margin: 0 auto 33px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.7;
  }
  .wchance .point-box-wrapper .box {
    background: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
  }
  .wchance .point-box-wrapper .box:nth-child(3) {
    margin: 58px 0;
  }
  .wchance .point-box-wrapper .box p {
    text-align: center;
    padding: 15px 0;
    font-size: 26px;
    border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -ms-border-radius: 50px 50px 0 0;
    -o-border-radius: 50px 50px 0 0;
  }
  .wchance .point-box-wrapper .box .box-inner {
    padding: 28px 66px 44px;
    font-size: 18px;
  }
  .wchance .point-box-wrapper .box .box-inner .box-txt1 {
    letter-spacing: 0.08em;
  }
  .wchance .point-box-wrapper .box .box-inner .hrz {
    height: 1px;
    width: 100%;
    background-color: #acacac;
    margin: 10px 0;
  }
  .wchance .point-box-wrapper .box .box-inner .box-container ul li {
    max-width: 640px;
    margin: auto;
  }
  .wchance .point-box-wrapper .box .box-inner .box-container ul li b {
    font-size: 50px;
    width: 272px;
  }
  .wchance .point-box-wrapper .box .box-inner .box-container ul li b span {
    font-size: 28px;
  }
  .wchance .point-box-wrapper .box .box-inner .box-container ul li aside {
    font-size: 40px;
    width: 180px;
  }
  .wchance .point-box-wrapper .box .box-inner .box-container ul li aside span {
    font-size: 28px;
  }
  .wchance .point-box-wrapper .box .box-inner .point-cap {
    margin-top: 22px;
    font-size: 20px;
  }
  .wchance .point-wrapper {
    color: #252525;
    font-weight: 500;
  }
  .wchance .point-wrapper .head {
    font-size: 20px;
    text-align: center;
    margin: 80px 0 28px;
  }
  .wchance .point-wrapper .head span {
    font-size: 32px;
  }
  .wchance .point-wrapper .point-container {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    gap: unset;
  }
  .wchance .point-wrapper .point-container .care {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px 25px;
    gap: 28px;
    border-radius: 30px;
    width: 48.5%;
    box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
  }
  .wchance .point-wrapper .point-container .care img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
       object-fit: contain;
    height: 272px;
  }
  .wchance .point-wrapper .point-container .care .care-img1,
  .wchance .point-wrapper .point-container .care .care-img2 {
    max-width: unset;
  }
  .wchance .point-wrapper .point-container .care p {
    font-weight: 500;
    background: #b4f3c6;
    font-size: 20px;
    text-align: center;
    padding: 9px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .wchance .point-wrapper .point-container .care aside {
    font-size: 18px;
    text-align: center;
    position: relative;
    padding-top: 20px;
    margin-bottom: -10px;
  }
  .wchance .point-wrapper .point-container .care aside::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 111%;
    margin: auto;
    border-top: 1px #b3b3b3 dashed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wchance .point-wrapper .point-container .care ul {
    display: flex;
    text-align: center;
    max-width: 434px;
    justify-content: space-between;
  }
  .wchance .point-wrapper .point-container .care ul li {
    background: #d9f9e2;
    padding: 20px 0;
    width: 32%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .wchance .point-wrapper .point-container .care ul li a {
    font-weight: 500;
    color: #252525;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 18px;
  }
  .wchance .point-wrapper .point-container .care ul li .arrow {
    display: inline-block;
    width: 14px;
    height: 15px;
    border-right: 3px solid #389c54;
    border-bottom: 3px solid #389c54;
    transform: rotate(-45deg);
  }
  .wchance .point-wrapper .point-container .care2 p {
    background: #e8eba0;
  }
  .wchance .point-wrapper .point-container .care2 ul li {
    background: #f3f5cf;
  }
  .wchance .point-wrapper .point-container .care2 ul li a .arrow {
    border-right: 3px solid #8d912e;
    border-bottom: 3px solid #8d912e;
  }
  .wchance .point-wrapper .point-ex .ex-img {
    display: block;
    box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
    background-color: #fff;
    border-radius: 30px;
    margin-top: 53px;
    padding: 30px 0 40px;
    position: relative;
  }
  .wchance .point-wrapper .point-ex .ex-img img {
    max-width: 814px;
    display: block;
    margin: auto;
    padding-right: 30px;
    padding-left: 6px;
  }
  .wchance .point-wrapper .point-ex .ex-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
  }
  .wchance .point-wrapper .point-ex .ex-img2 {
    max-width: 528px;
    margin: 43px auto 60px;
  }
}

.wchance-slider .slick-track {
  float: none;
  display: flex;
}
.wchance-slider .slide {
  display: flex;
  gap: 10px;
  width: 100%;
  height: auto !important;
  margin: 0 15px 15px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 2px rgba(47, 58, 56, 0.19);
  position: relative;
}
@media screen and (min-width: 798px) {
  .wchance-slider .slide .arrow-box {
    position: relative;
    position: absolute;
    right: -22px;
    top: 50%;
    z-index: 1;
  }
  .wchance-slider .slide .arrow-box::before {
    content: url(../img/couponfes/w-arrow.png);
  }
}
.wchance-slider .slick-prev,
.wchance-slider .slick-next {
  width: 34px;
  height: 34px;
  background-color: #a67d0a;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.28);
}
.wchance-slider .slick-prev::before,
.wchance-slider .slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
}
.wchance-slider .slick-prev.slick-disabled,
.wchance-slider .slick-next.slick-disabled {
  display: none !important;
}
.wchance-slider .slick-prev {
  z-index: 10;
  left: 0;
}
.wchance-slider .slick-prev::before {
  background: url(../img/couponfes/icn-slide-arrow.png) no-repeat center/contain;
  transform: rotate(180deg);
}
.wchance-slider .slick-next {
  right: 0;
}
.wchance-slider .slick-next::before {
  background: url(../img/couponfes/icn-slide-arrow.png) no-repeat center/contain;
}
.wchance-slider .phone {
  width: min(50%, 152px);
  margin-bottom: clamp(-5px, -1%, -25px);
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.15));
}
.wchance-slider .sentence {
  display: flex;
  flex-direction: column;
  width: max(50%, 100% - 152px);
  padding: 45px 5px 20px;
}
.wchance-slider .sentence h5 {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 27px;
  margin-bottom: 15px;
  padding: 1px 10px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #000;
  border-radius: 2px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.wchance-slider .sentence h5 .num {
  margin-left: 0.3em;
}
.wchance-slider .sentence p:not(.caption) {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.42;
}
.wchance-slider .sentence p.caption {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.wchance-slider .sentence .only2 {
  align-self: center;
  width: min(90%, 145px);
  margin-top: auto;
}
@media screen and (min-width: 798px) {
  .wchance-slider:has(.slick-prev:not(.slick-disabled)) .slick-next {
    display: none;
  }
  .wchance-slider .slick-track {
    gap: 15px;
    left: -39vw;
  }
  .wchance-slider .slide {
    gap: min(8%, 35px);
    width: 540px;
    height: 480px;
    margin-right: 0;
    margin-bottom: min(2%, 30px);
    margin-left: 0;
    padding-top: 35px;
    padding-right: min(3%, 40px);
    padding-left: min(3%, 40px);
  }
  .wchance-slider .slick-prev,
  .wchance-slider .slick-next {
    width: 68px;
    height: 68px;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.28);
  }
  .wchance-slider .slick-prev {
    left: calc(10% - 20px);
  }
  .wchance-slider .slick-next {
    right: calc(10% - 20px);
  }
  .wchance-slider .phone {
    width: min(56%, 222px);
    margin-bottom: -10px;
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.15));
  }
  .wchance-slider .sentence {
    width: max(44%, 100% - 222px - 35px);
    padding-top: min(22%, 100px);
    padding-right: 0;
    padding-left: 0;
    padding-bottom: min(15%, 50px);
  }
  .wchance-slider .sentence h5 {
    height: 37px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    border-radius: 4px;
  }
  .wchance-slider .sentence p:not(.caption) {
    font-size: 16px;
    line-height: 1.5;
  }
  .wchance-slider .sentence p.caption {
    font-size: 14px;
    line-height: 1.42;
  }
  .wchance-slider .sentence .only2 {
    align-self: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1681px) {
  .wchance-slider {
    width: min(100%, 1680px);
    margin: auto;
  }
  .wchance-slider .slick-track {
    left: 0;
  }
}

.wchance-detail {
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 18px 21px 20px rgba(47, 58, 56, 0.1);
  padding: 15px 20px 30px;
}
.wchance-detail .sec-ttl {
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: 500;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}
.wchance-detail .sec-ttl::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #666;
}
.wchance-detail p {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.42;
}
.wchance-detail p span {
  font-weight: 500;
  font-size: 13px;
}
.wchance-detail .underline {
  border-bottom: 1px solid #000;
}
.wchance-detail ul {
  display: grid;
  gap: 2px;
}
.wchance-detail li {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 798px) {
  .wchance-detail {
    padding: 41px 68px 67px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
  }
  .wchance-detail .sec-ttl {
    margin: 17px 0;
  }
  .wchance-detail h3 {
    font-size: 18px;
  }
  .wchance-detail .sec-ttl {
    font-size: 20px;
  }
  .wchance-detail p {
    font-size: 14px;
    line-height: 1.62;
  }
  .wchance-detail p span {
    font-size: 16px;
  }
  .wchance-detail ul {
    gap: 5px;
  }
  .wchance-detail li {
    line-height: 1.3;
    font-size: 14px;
  }
}

.dl-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  flex-direction: column-reverse;
  text-align: center;
}
.dl-inner .dl-ttl {
  font-size: clamp(14px, 3.7333vw, 28px);
  margin-top: 8px;
}
.dl-inner .dl-aside {
  font-size: clamp(17px, 4.666666vw, 35px);
  font-weight: bold;
  margin: 3px 0 6px;
}
.dl-inner .dl-aside span {
  font-size: clamp(21px, 5.6vw, 42px);
  color: #e82858;
}
.dl-inner p {
  font-size: clamp(14px, 3.7333vw, 28px);
}
.dl-inner .dl-app-wrap {
  display: flex;
  margin: 10px 0 8px;
  gap: 10px;
  justify-content: center;
}
.dl-inner .dl-app-wrap .apple {
  max-width: 141px;
}
.dl-inner .dl-app-wrap .google {
  max-width: 172.8px;
}
.dl-inner aside {
  font-size: 10px;
  text-align: left;
}
.dl-inner .dl-inner-right {
  max-width: 91.8%;
}
@media screen and (min-width: 1022px) {
  .dl-inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 101px;
    flex-direction: row;
  }
  .dl-inner .dl-ttl {
    font-size: 20px;
  }
  .dl-inner .dl-aside {
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0 23px;
  }
  .dl-inner .dl-aside span {
    font-size: 32px;
    color: #e82858;
  }
  .dl-inner p {
    font-size: 18px;
  }
  .dl-inner .dl-app-wrap {
    display: flex;
    margin: 15px 0 18px;
    gap: 13px;
  }
  .dl-inner .dl-app-wrap .apple {
    max-width: 162px;
  }
  .dl-inner .dl-app-wrap .google {
    max-width: 201px;
  }
  .dl-inner aside {
    font-size: 12px;
  }
}

.applp {
  padding: 50px 0;
}
@media screen and (min-width: 798px) {
  .applp {
    padding: 130px 0 50px;
  }
}

.sale-45 {
  padding: 60px 22px 55px;
  background: linear-gradient(to bottom, #fbd4d8, #fcefde);
}
.sale-45 .sale-ttl {
  width: 90%;
  max-width: 504px;
  display: block;
  margin: 0 auto 14px;
  position: relative;
}
.sale-45 .sale-ttl::before {
  content: "";
  position: absolute;
  width: clamp(93px, 20.916vw, 186px);
  height: clamp(39px, 8.416666vw, 78px);
  left: -10px;
  background: url(../img/couponfes/sale-ttl-icon.png) no-repeat;
  background-size: contain;
  top: -26px;
}
.sale-45 a {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sale-45 .sale-bn {
  max-width: 600px;
  display: block;
  margin: auto;
  filter: drop-shadow(5px 10px 8px rgba(144, 144, 144, 0.5));
  -webkit-filter: drop-shadow(5px 10px 8px rgba(144, 144, 144, 0.5));
}
@media screen and (min-width: 798px) {
  .sale-45 {
    padding: 91px 22px 110px;
  }
  .sale-45 .sale-ttl::before {
    width: 186px;
    height: 78px;
    left: -120px;
    top: -33px;
  }
}