@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __01: section */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html {
  overflow-x: hidden;
}

#header {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.n-coupon .nopc {
  display: none;
}

@media screen and (max-width: 768px) {
  .n-coupon .nopc {
    display: block;
  }
}
.n-coupon .nosp {
  display: block;
}

@media screen and (max-width: 768px) {
  .n-coupon .nosp {
    display: none !important;
  }
}
.n-coupon .heaaderArea {
  border: none;
}

@media screen and (max-width: 768px) {
  .n-coupon .heaaderArea {
    padding-bottom: 0;
  }
}
.n-coupon .wrapContents {
  padding-top: 40px;
}

@media screen and (max-width: 1199px) {
  .n-coupon .wrapContents {
    padding-top: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .n-coupon .wrapContents {
    padding-top: 2vw;
  }
}
.n-coupon .headLogoBox {
    flex: 1;
    max-width: 100%;
    padding-left: 70px;
}

.n-coupon .headLogoBox ul {
  width: 585px;
  max-width: 48.35%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .n-coupon .headLogoBox {
        flex: 1;
        max-width: 100%;
        padding-left: 58px;
    }
  .n-coupon .headLogoBox ul {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
}
.n-coupon .headLogoBox ul li {
  margin-right: 8%;
  line-height: 1;
}

.n-coupon .headLogoBox ul li:last-child {
  margin-right: 0;
}

.n-coupon .headLogoBox ul li a {
  display: block;
}

.n-coupon .footLogoBox {
  flex: 1;
}

.n-coupon .footLogoBox ul {
  width: 585px;
  max-width: 54.16%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .n-coupon .footLogoBox ul {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
}
.n-coupon .footLogoBox ul li {
  margin-right: 8%;
  line-height: 1;
}

.n-coupon .footLogoBox ul li:last-child {
  margin-right: 0;
}

.n-coupon .footLogoBox ul li a {
  display: block;
}

.n-coupon .menuArea > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a:before {
  content: ">";
}

.n-coupon .menuArea > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon_target_W.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.n-coupon .shopList .linkBox ul li.btn a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon_target_W.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.foot-line {
  width: 100%;
  height: 54px;
  background: url("../images/bg02.png") repeat top left/54px 54px;
}

@media screen and (max-width: 1199px) {
  .foot-line {
    height: 4.5vw;
    background: url("../images/bg02.png") repeat top left/4.5vw 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .foot-line {
    height: 8vw;
    background: url("../images/bg02.png") repeat top left/8vw 8vw;
  }
}
.n-coupon .footerArea .footMenu > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a::before {
  content: ">";
}

.n-coupon .footerArea .footMenu > dl > dd > ul.mainSiteMenu > li > dl > dd > ul > li > a[target=_blank]:after {
  content: "";
  background-image: url(../images/icon_target_B.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}

.lp .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.lp figure {
  margin: 0;
}

.lp img {
  pointer-events: none;
}

.lp * {
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
}

.lp-header {
  width: 90%;
  margin: 0 auto;
  padding: 12px 0 0;
  max-width: 1145px;
}

@media screen and (max-width: 768px) {
  .lp-header {
    padding: 12px 0;
  }
}
.lp-header .logo {
  width: 302px;
  margin: 0;
}

#pagetop {
  width: clamp(0px, 5vw, 60px);
  height: clamp(0px, 5vw, 60px);
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  position: fixed;
  right: clamp(0px, 2.5vw, 30px);
  bottom: clamp(0px, 2vw, 24px);
  z-index: 9999;
  cursor: pointer;
  transition: 0.4s;
}

#pagetop::before {
  content: "";
  width: clamp(0px, 1.33vw, 16px);
  height: clamp(0px, 1.33vw, 16px);
  border-top: solid 2px #c11920;
  border-left: solid 2px #c11920;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.2s;
}

#pagetop.fix {
  opacity: 0.9;
  display: block;
}

#pagetop.fix:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
    #pagetop {
        width: 6vw;
        height: 6vw;
        bottom: 3.3vw;
        right: 1.5vw;
    }
    #pagetop::before {
        width: 2.3vw;
        height: 2.3vw;
        top: 40%;
    }
}

.lp {
  color: #000;
}

.lp .main-area {
  position: relative;
  margin: 0;
}

.lp .main-area .main-area-contents {
  margin: 0;
  padding-bottom: 200px;
}

.lp .container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .lp .main-area .main-area-contents {
      padding-bottom: 25vw;
    }
    
  .lp .container {
    width: 90%;
  }

  .lp .container.w100 {
    width: 100%;
  }
}
.lp .top-visual {
  position: relative;
  padding: 50px 30px 45px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .lp .top-visual {
    padding-top: 4.16vw;
    padding-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .lp .top-visual {
    padding: 0;
  }
}
.lp .top-visual::before {
  content: "";
  width: 100%;
  height: 92%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp .top-visual::before {
    content: none;
  }
}
.lp .top-visual img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lp .top-visual img {
    margin: 10% auto 8%;
    z-index: -1;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .wrap br.sp {
    font-size: 0;
  }
}
.lp a {
  transition: all 0.2s;
}

.lp a:hover {
  opacity: 0.7;
}

.yugo,
.yugo *,
.yugo a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}


.txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.txt1 .small-more {
  font-size: 0.86em;
}

@media screen and (max-width: 1199px) {
  .txt1 {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 768px) {
  .txt1 {
    font-size: 3.1vw;
  }
}

@media screen and (max-width: 768px) {
  .txt1 .small,
  .txt1 .small-more {
    font-size: 3.73vw;
  }
}

.txt2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1199px) {
  .txt2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .txt2 {
    font-size: 3.733vw;
  }
}
.txt3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1199px) {
  .txt3 {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  .txt3 {
    font-size: 3.466vw;
  }
}
.small {
  font-size: 0.8em;
  display: inline-block;
  font-weight: bold;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.marker {
  background: linear-gradient(transparent 75%, #ffff00 25%);
  margin: 0 3px;
  padding: 0 2px 0 2px;
  display: inline;
}

.ib {
  display: inline-block;
}

/* リスト */
.list-note {
  margin-top: 20px;
}

.list-note > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
}

.list-note > li:not(:first-child) {
  margin-top: 0.3em;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* テーブル */
table.table {
  width: 100%;
  table-layout: fixed;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  table.table {
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
  }
}

table.table th,
table.table td {
  font-size: clamp(0px, 1.8vw, 22px);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 0.5em 0.8em;
  vertical-align: middle;
  word-break: break-all;
}
table.table td {
  font-size: clamp(0px, 2.3vw, 28px);
  font-weight: 900;
}

.details-item2 table.table th {
  padding: 0.5em 0.2em;
}

table.table tr:first-child th,
table.table tr:first-child td {
  font-size: clamp(0px, 1.33vw, 16px);
  font-weight: normal;
  font-weight: 500;
  padding: 1em 0.8em;
}

table.table tr:first-child th .small,
table.table tr:first-child td .small {
  font-size: 0.95em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
    table.table th,
    table.table td {
      font-size: 3.8vw;
    }
    table.table td {
      font-size: 4.9vw;
    }
    .details-item2 table.table td {
      padding: 0.5em 0;
    }
    table.table tr:first-child th,
    table.table tr:first-child td {
      font-size: 3.1vw;
    }
}

table.table th {
  background-color: #7d7d7d;
  color: #fff;
}

table.table th *,
table.table td * {
  font-size: inherit;
}

table.table1 .col1 {
  width: 47%;
}
table.table1 .col2 {
  width: 53%;
}

table.table2 .col1 {
  width: 49%;
}
table.table2 .col2 {
  width: 51%;
}

@media screen and (max-width: 768px) {
    table.table1 .col1 {
        width: 45%;
    }
    table.table1 .col2 {
        width: 55%;
    }

    table.table2 .col1 {
        width: 60%;
    }
    table.table2 .col2 {
        width: 40%;
    }
}
/* c-btn */
.wrap .main-area a.c-btn {
  background-color: #cf000e;
  padding: 1em 2.5em;
  display: inline-block;
  border-radius: 100vh;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn {
    width: 85.33vw;
    padding: 0.8em 1.5em;
  }
}
.wrap .main-area a.c-btn.c-btn-s {
  width: 426px;
  max-width: 100%;
  padding: 1em;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn.c-btn-s {
    width: 35.52vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn.c-btn-s {
    width: 85.33vw;
    max-width: 100%;
    padding: 0.8em 1.5em;
  }
}
.wrap .main-area a.c-btn.c-btn-l {
  width: 535px;
  max-width: 100%;
  padding: 1em;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn.c-btn-l {
    width: 44.62vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn.c-btn-l {
    width: 85.33vw;
    max-width: 100%;
    padding: 0.8em 1.5em;
  }
}
.wrap .main-area a.c-btn:hover {
  text-decoration: none;
}

.wrap .main-area a.c-btn > span {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
  position: relative;
  padding-right: 1.2em;
  padding-left: 1.2em;
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn > span {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn > span {
    font-size: 3.46vw;
  }
}
.wrap .main-area a.c-btn > span::before {
  content: "";
  width: 0.72em;
  height: 1.045em;
  background: url("../images/arrow_w_wht.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.container .inner {
  padding: 0 40px;
}

@media screen and (max-width: 1199px) {
  .container .inner {
    padding: 0 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .container .inner {
    padding: 0 20px;
  }
}
.wrap .pc {
  display: block !important;
}

.wrap .sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .wrap .pc {
    display: none !important;
  }

  .wrap .sp {
    display: block !important;
  }
}
.c-btn-area {
  text-align: center;
}

.list-note.fs-l > li {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .list-note.fs-l > li {
    font-size: 3.2vw;
  }
}
.list-note.fs-l > li:not(:first-child) {
  margin-top: 0;
}

@media only screen and (max-width: 780px) {
  .heaaderArea {
    padding-bottom: 0 !important;
  }
}


/* mv */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.mv-main {
    position: relative;
}
.mv-inner,
.mv-ttl {
    width: 100vw;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.mv-ttl img {
    width: clamp(0px, 166.7vw, 2000px);
    max-width: inherit;
}
@media screen and (max-width: 768px) {
    .mv-ttl img {
        width: 100%;
    }
}


/* desc */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.desc {
    margin-top: clamp(-90px, -7.5vw, 0px);
    margin-bottom: clamp(0px, 5vw, 60px);
    padding: 0;
    display: flex;
    justify-content: center;
}
.desc-main {
    width: clamp(0px, 100vw, 1200px);
}
@media screen and (max-width: 768px) {
    .desc {
        margin-top: 0;
        margin-bottom: 15.4vw;
    }
}


/* coupon */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.details-head {
    width: 100vw;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.details-head .head-bg {
    width: clamp(0px, 166.7vw, 2000px);
    max-width: inherit;
}
@media screen and (max-width: 768px) {
    .details-head .head-bg {
        width: 100%;
    }
}

.details-head .anchor-link-wrap {
    width: clamp(0px, 81.3vw, 975px);
    position: absolute;
    top: clamp(0px, 27.5vw, 330px);
    left: 0;
    right: 0;
    margin: auto;
}
.details-head .anchor-link {
    position: absolute;
    top: 0;
    margin: auto;
    z-index: 1;
}
.details-head .anchor-1 {
    width: clamp(0px, 30vw, 360px);
    left: 0;
}
.details-head .anchor-2 {
    width: clamp(0px, 24.2vw, 290px);
    left: clamp(0px, 30.4vw, 365px);
}
.details-head .anchor-3 {
    width: clamp(0px, 24.2vw, 290px);
    right: 0;
}
@media screen and (max-width: 768px) {
    .details-head .anchor-link-wrap {
        width: 100%;
        top: 23.1vw;
        display: flex;
        flex-direction: column;
        gap: 3.8vw;
    }
    .details-head .anchor-link {
        position: relative;
    }
    .details-head .anchor-1 {
        width: 60vw;
        left: 0;
    }
    .details-head .anchor-2 {
        width: 60vw;
        left: 0;
    }
    .details-head .anchor-3 {
        width: 60vw;
        right: 0;
    }
}

.details-item1 {
    margin-top: clamp(-90px, -7.5vw, 0px);
}
@media screen and (max-width: 768px) {
    .details-item1 {
        margin-top: 17.9vw;
    }
}

.details-head .caption {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  display: inline-block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1199px) {
  .details-head .caption {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .details-head .caption {
    font-size: 3.2vw;
  }
}

.details-head .box-txt {
  width: 98%;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background-color: #e60012;
  letter-spacing: 0.09em;
  padding: 0.316em 0.8em;
  margin: 100px auto 70px;
}
@media screen and (max-width: 1199px) {
  .details-head .box-txt {
    font-size: 2.5vw;
    margin: 8.33vw auto 5.83vw;
  }
}
@media screen and (max-width: 768px) {
  .details-head .box-txt {
    font-size: 4vw;
    line-height: 1.5;
  }
}

.arrow-down {
  width: 24.4%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1199px) {
  .arrow-down {
    margin: 0 auto 6.66vw;
  }
}
@media screen and (max-width: 768px) {
  .arrow-down {
    width: 30%;
    margin: 0 auto 8vw;
  }
}

.details-item1 {
  padding-bottom: 190px;
}
@media screen and (max-width: 1199px) {
  .details-item1 {
    padding-bottom: 15.83vw;
  }
}
@media screen and (max-width: 768px) {
  .details-item1 {
    padding-bottom: 13.33vw;
  }
}

.details-item2 {
  padding-bottom: clamp(0px, 16.7vw, 200px);
}
@media screen and (max-width: 768px) {
  .details-item2 {
    padding-bottom: 20.5vw;
  }
}

.details-item .txt1 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .details-item .txt1 {
    margin-bottom: 2.5vw;
  }
}

table.table {
    margin: 0 auto clamp(0px, 5vw, 60px);
}
table.table1 {
    max-width: clamp(0px, 36.7vw, 440px);
}
table.table2 {
    max-width: clamp(0px, 45.8vw, 550px);
}
@media screen and (max-width: 768px) {
    table.table {
        margin: 0 auto 7.7vw;
    }
    table.table1 {
        max-width: 74vw;
    }
    
    table.table2 {
        max-width: 86vw;
    }
}

.off-10 {
    width: clamp(0px, 18.3vw, 220px);
}
@media screen and (max-width: 768px) {
    .off-10 {
        width: 28.2vw;
    }
}

.table-note {
  max-width: 1000px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1199px) {
  .table-note {
    margin: 0 auto 5.2vw;
  }
}
.table-note ul li {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1199px) {
  .table-note ul li {
    font-size: 1.833vw;
  }
}
@media screen and (max-width: 768px) {
  .table-note ul li {
    font-size: 3.2vw;
  }
}
.coupon-date {
  width: 100%;
  max-width: clamp(0px, 63.3vw, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: clamp(0px, 6.7vw, 80px) auto 0;
}
@media screen and (max-width: 768px) {
  .coupon-date {
    max-width: 100vw;
    margin-top: 8vw;
  }
}

.coupon-date .top-area {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 1199px) {
  .coupon-date .top-area {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-date .top-area {
    font-size: 4vw;
  }
}

.coupon-date .bottom-area {
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 0.2em;
  border-top: 3px solid #000;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .coupon-date .bottom-area {
    font-size: 3.2vw;
    border-top: 2px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .coupon-date .bottom-area {
    font-size: 4.8vw;
    border-top: 1px solid #000;
    width: auto;
  }
}

.details-item2 table.table td {
  vertical-align: middle;
}

.shop-btn {
  width: 715px;
  max-width: 60vw;
  margin: 160px auto 200px;
}
@media screen and (max-width: 1199px) {
  .shop-btn {
    margin: 13.33vw auto 16.7vw;
  }
}
@media screen and (max-width: 768px) {
  .shop-btn {
    max-width: 77vw;
    margin: 21.33vw auto 30vw;
  }
}

.wrap .link {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.075em;
  background-color: #c11920;
  border: 3px solid #c11920;
  padding: 0.25em 0.8em;
  border-radius: 0.65em;
  display: block;
}
@media screen and (max-width: 1199px) {
  .wrap .link {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .link {
    font-size: 4vw;
  }
}

.wrap .link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #c11920;
  opacity: 1;
}

.reserve-btn {
    width: 715px;
    max-width: 60%;
    margin: 200px auto 0;
}
@media screen and (max-width: 768px) {
    .reserve-btn {
        max-width: 77%;
        margin: 25.6vw auto 0;
    }
}

.txt4 {
  font-size: 34px;
  line-height: 1.65em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .txt4 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .txt4 {
    font-size: 4vw;
  }
}

.txt5 {
  font-size: 28px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .txt5 {
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 768px) {
  .txt5 {
    font-size: 4.26vw;
  }
}

.txt6 {
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 1199px) {
  .txt6 {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .txt6 {
    font-size: 4.26vw;
    margin-bottom: 5.33vw;
  }
}

.txt6 .c-red {
  color: #e50012;
}

.img-wrap {
  display: flex;
  justify-content: center;
}

.deco-box {
  text-align: center;
  width: 94%;
  padding: 3.9em 1em;
  position: relative;
  border: 3px solid currentColor;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 50px;
}
@media screen and (max-width: 1199px) {
  .deco-box {
    margin: 6.66vw auto 4.16vw;
  }
}
@media screen and (max-width: 768px) {
  .deco-box {
    margin: 8vw auto 5.33vw;
    padding: 1.2em 1em;
  }
}

.deco-box p {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 2.7em;
  text-indent: -2.7em;
}
@media screen and (max-width: 1199px) {
  .deco-box p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .deco-box p {
    font-size: 4.26vw;
    width: 100%;
  }
}

.step {
    padding-top: clamp(0px, 8.3vw, 100px);
}
@media screen and (max-width: 768px) {
    .step {
        padding-top: 9vw;
    }
}

.step-item1 .img-wrap {
  margin-top: 90px;
}
@media screen and (max-width: 1199px) {
  .step-item1 .img-wrap {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .step-item1 .img-wrap {
    margin-top: 8vw;
  }
}

.step-item2 {
  margin-top: 210px;
}
@media screen and (max-width: 1199px) {
  .step-item2 {
    margin-top: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .step-item2 {
    margin-top: 13.33vw;
  }
}

.qr-img {
  width: 570px;
  max-width: 57%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qr-img {
    max-width: 70%;
  }
}

.line-btn {
  text-align: center;
  margin: 60px auto 130px;
}
@media screen and (max-width: 1199px) {
  .line-btn {
    margin: 5vw auto 10.83vw;
  }
}

.line-btn a {
  display: inline-block;
}

.coupon-info-img {
  text-align: center;
  margin: 0 -40px;
}
@media screen and (max-width: 1199px) {
  .coupon-info-img {
    margin: 0 -3.34vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-info-img {
    width: 90%;
    margin: 0 auto;
  }
}

.info-box-wrap {
  max-width: 900px;
  margin: 0 auto 280px;
}
@media screen and (max-width: 1199px) {
  .info-box-wrap {
    margin: 0 auto 23.33vw;
  }
}
@media screen and (max-width: 768px) {
  .info-box-wrap {
    margin: 0 auto 13.33vw;
  }
}

.info-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .info-box {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .info-box {
    margin-bottom: 10.66vw;
  }
}

.info-box:last-of-type {
  margin-bottom: 0;
}

h2.info-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  h2.info-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  h2.info-ttl {
    margin-bottom: 5.33vw;
  }
}

.info-ttl span {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .info-ttl span {
    font-size: 4.25vw;
  }
}
@media screen and (max-width: 768px) {
  .info-ttl span {
    font-size: 4.8vw;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .media {
    display: block;
  }
}

.media.reverse {
  flex-direction: row-reverse;
}

.media-img {
  flex: 0 1 47.2%;
  margin-right: 4.5%;
}
@media screen and (max-width: 768px) {
  .media-img {
    text-align: center;
    margin-right: 0;
    margin-bottom: 4vw;
  }
}

.media2 .media-img {
  flex: 0 1 44.4%;
}

.media3 .media-img {
  flex: 0 1 37.4%;
}

.media.reverse .media-img {
  margin-right: 0;
}

.media-txt {
  flex: 1;
  margin-block: calc((1em - 1lh) / 2);
  /* ハーフレディングを打ち消す */
  text-align: justify;
  text-justify: inter-character;
}

@media screen and (max-width: 768px) {
  .media-txt {
    margin-top: 0;
  }
}
.media-txt p {
  font-size: 29px;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1199px) {
  .media-txt p {
    font-size: 2.416vw;
  }
}
@media screen and (max-width: 768px) {
  .media-txt p {
    font-size: 3.466vw;
  }
}
.media-txt p.note {
  font-size: 24px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1199px) {
  .media-txt p.note {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .media-txt p.note {
    font-size: 3.2vw;
  }
}
.media.reverse .media-txt {
  margin-right: 4.5%;
}

@media screen and (max-width: 767px) {
  .media.reverse .media-txt {
    margin-right: 0;
  }
}
/* info */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.info {
  padding-top: 290px;
}
@media screen and (max-width: 1199px) {
  .info {
    padding-top: 24.16vw;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding-top: 13.33vw;
  }
}

/* link banner */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.link-banner {
  margin-top: 200px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .link-banner {
    margin-top: 16.7vw;
  }
}
@media screen and (max-width: 768px) {
  .link-banner {
    margin-top: 16vw;
  }
}

.link-banner-inner {
  width: 1000px;
  max-width: 86%;
  margin: 0 auto;
}

.link-banner a {
    display: block;
}

/* red border title */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.red-border-ttl {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.red-border-ttl::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #e50012;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
}
.red-border-ttl span {
    width: 800px;
    max-width: 66.7%;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: clamp(0px, 3vw, 36px);
    letter-spacing: 0.19em;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .red-border-ttl::before {
        height: 2px;
    }
    .red-border-ttl span {
        width: 50%;
        font-size: 3.7vw;
    }
}

/* foot-logo-menu */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.foot-logo-menu {
  padding-top: 200px;
}
@media screen and (max-width: 1199px) {
  .foot-logo-menu {
    padding-top: 16.7vw;
  }
}
@media screen and (max-width: 768px) {
  .foot-logo-menu {
    padding-top: 20.5vw;
  }
}

/* coupon */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.coupon-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: clamp(0px, 7.5vw, 90px) auto 0;
}
@media screen and (max-width: 768px) {
    .coupon-img {
        margin-top: 8vw;
    }
}

/* red bg img */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.details-img {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: clamp(0px, 3.3vw, 40px);
}
.details-img img {
    width: clamp(0px, 166.7vw, 2000px);
    max-width: inherit;
}
@media screen and (max-width: 768px) {
    .details-img {
        margin-bottom: 10.3vw;
    }
    .details-img img {
        width: 100%;
    }
}

/* details */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.details-cont {
    width: 100%;
}
.details-cont .cont-inner {
    width: clamp(0px, 83.3vw, 1000px);
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
    .details-cont .cont-inner {
        width: 86%;
    }
}

/* fixed nav */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.fixed-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    padding: clamp(0px, 1.7vw, 20px) 0;
    background-color: #c11920;
    z-index: 1000;

    display: flex;
    justify-content: center;
    gap: clamp(0px, 1.7vw, 20px);
}

.fixed-nav .btn {
    width: clamp(0px, 24.2vw, 290px);
    display: block;
}

@media screen and (max-width: 768px) {
    .fixed-nav {
        padding: 3vw 0;
        gap: 1.3vw;
    }

    .fixed-nav .btn {
        width: auto;
        height: 6.4vw;
    }
    
    .fixed-nav .btn img {
        height: 100%;
    }
}

/* scroll show */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.js-scroll-show {
    opacity: 0;
    transition: opacity 0.4s;
}
.js-scroll-show.show {
    opacity: 1;
}
