@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: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#header {
  position: relative;
  z-index: 99;
}

.n-coupon {
  position: relative;
  overflow-x: hidden;
  border-bottom: 50px solid #e50012;
}
@media screen and (max-width: 768px) {
  .n-coupon {
    border-bottom: 25px solid #e50012;
  }
}

.n-coupon .nopc {
  display: none;
}
@media screen and (max-width: 768px) {
  .n-coupon .nopc {
    display: block;
  }

  .n-coupon br.nopc {
    font-size: 0;
  }
}

.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%;
}

.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 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;
}

.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;
}

.lp {
  color: #000;
  position: relative;
  z-index: 2;
}

.lp .main-area {
  position: relative;
  margin: 0;
}

.lp .main-area .main-area-contents {
  margin: 0;
}

.lp .container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.lp .top-visual {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #e50012;
  text-align: center;
  margin-top: -7.14%;
}
@media screen and (max-width: 768px) {
  .lp .top-visual {
    margin-top: -8%;
  }
}

.top-visual-inner {
  height: 1010px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1399px) {
  .top-visual-inner {
    height: 72.14vw;
  }
}
@media screen and (max-width: 768px) {
  .top-visual-inner {
    height: 88vw;
  }
}

.lp .top-visual img {
  max-width: 143dvw;
  margin: 0 auto;
  width: 1700px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1399px) {
  .lp .top-visual img {
    width: 121.43vw;
  }
}
@media screen and (max-width: 768px) {
  .lp .top-visual img {
    width: 148vw;
    max-width: none;
  }
}

.lp .top-desc {
  font-size: 36px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 40px 0 90px;
}
@media screen and (max-width: 1199px) {
  .lp .top-desc {
    font-size: 3vw;
    padding: 3.33vw 0 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp .top-desc {
    padding: 7.9vw 20px 10vw;
    font-size: 4.266vw;
  }
}

.lp a {
  transition: all 0.2s;
}

.lp a:hover {
  opacity: 0.7;
}

.yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.bg-01 {
  background-color: #f8e962;
  /* overflow-x: hidden; */
}

.bg-white {
  background-color: #fff !important;
}

.c_red {
  color: #e50012 !important;
}

.ib {
  display: inline-block;
}

h2.headline1 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.7em 0.5em 0;
  background-color: #f00;
  margin-bottom: 100px;
  position: relative;
  transform: translateY(-50px);
}
@media screen and (max-width: 1199px) {
  h2.headline1 {
    font-size: 3.583vw;
    margin-bottom: 8.33vw;
    transform: translateY(-4.16vw);
  }
}
@media screen and (max-width: 768px) {
  h2.headline1 {
    font-size: 4.8vw;
  }
}

.headline1::before {
  content: "";
  width: calc(100% - 1px);
  aspect-ratio: 1002/74;
  background: url("../images/arrow_down.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1256px) {
  .headline1::before {
    top: calc(100% - 0.31847vw);
  }
}
@media screen and (max-width: 1199px) {
  .headline1::before {
    top: calc(100% - 1px);
  }
}

.headline2 {
  position: relative;
  text-align: center;
}

.headline2::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #f00;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .headline2::before {
    height: 4px;
  }
}

.headline2 > span {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  padding: 0.1em 1em;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .headline2 > span {
    font-size: 3.333vw;
  }
}
@media screen and (max-width: 768px) {
  .headline2 > span {
    font-size: 4vw;
    letter-spacing: normal;
    padding: 0.1em 0.8em;
  }
}

.headline2 > span::before {
  content: "";
  width: 6px;
  height: 1.1em;
  border-radius: 100vw;
  background-color: #f00;
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%) rotate(45deg);
}

.headline2 > span::after {
  content: "";
  width: 6px;
  height: 1.1em;
  border-radius: 100vw;
  background-color: #f00;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .headline2 > span::before,
  .headline2 > span::after {
    width: 4px;
  }

  .headline2 > span::before {
    left: -2px;
  }

  .headline2 > span::after {
    right: -2px;
  }
}

.txt1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1199px) {
  .txt1 {
    font-size: 2.666vw;
  }
}
@media screen and (max-width: 768px) {
  .txt1 {
    font-size: 3.733vw;
  }
}

.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;
}

.flower,
.flower-large-l,
.flower-large-r,
.flower-small-l,
.flower-small-r {
  width: 100%;
  position: relative;
}

.flower-large-l::before,
.flower-left2::before {
  content: "";
  width: 145px;
  aspect-ratio: 1 / 1;
  background: url("../images/flower2_l.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 2;
  top: 235px;
  left: -120px;
}
@media screen and (max-width: 1199px) {
  .flower-large-l::before,
  .flower-left2::before {
    width: 13.5vw;
    top: 19.58vw;
    left: -10vw;
  }
}
@media screen and (max-width: 1000px) {
  .flower-left2::before,
  .flower-left2::before {
    left: -14vw;
  }
}
@media screen and (max-width: 768px) {
  .flower-large-l::before,
  .flower-left2::before {
    width: 12vw;
    top: 12vw;
    left: -12vw;
    left: -12vw;
  }
}

.flower-large-r::before,
.flower-right1::before {
  content: "";
  width: 145px;
  aspect-ratio: 1 / 1;
  background: url("../images/flower1_r.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 2;
  bottom: -110px;
  right: -115px;
}
@media screen and (max-width: 1199px) {
  .flower-large-r::before,
  .flower-right1::before {
    width: 12vw;
    bottom: -9.17vw;
    right: -9.58vw;
  }
}
@media screen and (max-width: 1000px) {
  .flower-large-r::before,
  .flower-right1::before {
    bottom: -14vw;
  }
}
@media screen and (max-width: 768px) {
  .flower-large-r::before,
  .flower-right1::before {
    width: 12vw;
    bottom: -17vw;
    right: -12vw;
  }
}

.flower-small-l::before,
.flower-left1::before {
  content: "";
  width: 105px;
  aspect-ratio: 1/1;
  background: url("../images/flower_s.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 2;
  top: 24px;
  left: -115px;
}
@media screen and (max-width: 1199px) {
  .flower-small-l::before,
  .flower-left1::before {
    width: 8.75vw;
    top: 2vw;
    left: -9.58vw;
  }
}
@media screen and (max-width: 768px) {
  .flower-small-l::before,
  .flower-left1::before {
    left: -11vw;
  }
}

.flower-small-r::before,
.flower-right2::before {
  content: "";
  width: 110px;
  aspect-ratio: 110/106;
  background: url("../images/flower2_s.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 2;
  right: -100px;
  bottom: 65px;
}
@media screen and (max-width: 1199px) {
  .flower-small-r::before,
  .flower-right2::before {
    width: 9.16vw;
    right: -8.34vw;
    bottom: 5.41vw;
  }
}
@media screen and (max-width: 1000px) {
  .flower-small-r::before,
  .flower-right2::before {
    right: -11vw;
  }
}
@media screen and (max-width: 768px) {
  .flower-small-r::before,
  .flower-right2::before {
    right: -11vw;
  }
}

.flower-right3::before {
  content: "";
  width: 105px;
  aspect-ratio: 1 / 1;
  background: url("../images/flower_s.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 2;
  right: -140px;
  top: 135px;
}
@media screen and (max-width: 1199px) {
  .flower-right3::before {
    width: 8.75vw;
    right: -11.66vw;
    top: 11.25vw;
  }
}
@media screen and (max-width: 1000px) {
  .flower-right3::before {
    right: -11vw;
  }
}
@media screen and (max-width: 768px) {
  .flower-right3::before {
    right: -11vw;
  }
}

.flower-left4::before {
  content: "";
  width: 110px;
  aspect-ratio: 1 / 1;
  background: url("../images/flower4_l.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 2;
  left: -170px;
  top: -30px;
}
@media screen and (max-width: 1199px) {
  .flower-left4::before {
    width: 9.16vw;
    left: -14.16vw;
    top: -2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .flower-left4::before {
    left: -12vw;
  }
}

.flower-right4::before {
  content: "";
  width: 140px;
  aspect-ratio: 1 / 1;
  background: url("../images/flower_s.svg") no-repeat center center/contain;
  position: absolute;
  z-index: 2;
  bottom: 140px;
  right: -115px;
}
@media screen and (max-width: 1199px) {
  .flower-right4::before {
    width: 12vw;
    bottom: 11.66vw;
    right: -9.58vw;
  }
}
@media screen and (max-width: 768px) {
  .flower-right4::before {
    bottom: -16vw;
  }
}

/* リスト */
.list-note > li {
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
}

.list-note > li:last-child {
  margin-bottom: 0;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* テーブル */
table.table1 {
  width: 100%;
  table-layout: fixed;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  table.table1 {
    border-width: 2px;
  }
}

table.table1 th,
table.table1 td {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 0.5em 0.6em;
  vertical-align: middle;
  word-break: break-all;
}

table.table1 tr:first-child th,
table.table1 tr:first-child td {
  font-size: 22px;
  font-weight: normal;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  table.table1 th,
  table.table1 td {
    font-size: 2.5vw;
  }

  table.table1 tr:first-child th,
  table.table1 tr:first-child td {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  table.table1 th,
  table.table1 td {
    font-size: 3.733vw;
  }

  table.table1 tr:first-child th,
  table.table1 tr:first-child td {
    font-size: 3vw;
  }
}

table.table1 th {
  background-color: #f7eead;
}

table.table1 th *,
table.table1 td * {
  font-size: inherit;
}

table.table1 .col1 {
  width: 43%;
}

table.table1 .col2 {
  width: 57%;
}

/* __01: section */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sec01 .container {
  width: 86%;
  background-color: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .sec01 .container {
    padding-bottom: 5.83vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .container {
    padding-bottom: 5.33vw;
  }
}

.sec01 .inner {
  position: relative;
}

.sec01 .inner::before {
  content: "";
  width: 130px;
  height: calc(100% - 50px);
  background: url("../images/bg_left.png") repeat-y top center/100% auto;
  position: absolute;
  top: 50px;
  left: -122px;
}
@media screen and (max-width: 1199px) {
  .sec01 .inner::before {
    width: 10.83vw;
    height: calc(100% - 4.16vw);
    top: 4.16vw;
    left: -10.17vw;
  }
}

.sec01 .inner::after {
  content: "";
  width: 130px;
  height: 100%;
  background: url("../images/bg_right.png") repeat-y top center/100% auto;
  position: absolute;
  top: 50px;
  right: -138px;
}
@media screen and (max-width: 1199px) {
  .sec01 .inner::after {
    width: 10.83vw;
    top: 4.16vw;
    right: -11.5vw;
  }
}

.container .inner {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .container .inner {
    padding: 0 20px;
  }
}

.sec01 .headline2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .sec01 .headline2 {
    margin-bottom: 6.66vw;
  }
}

.sec01 .headline2.coupon_ttl {
  margin-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .sec01 .headline2.coupon_ttl {
    margin-top: 6.66vw;
    margin-bottom: 2.5vw;
  }
}

.sec01 .headline2.coupon_ttl2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .sec01 .headline2.coupon_ttl2 {
    margin-bottom: 1.6vw;
  }
}

.details-head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .details-head {
    margin-bottom: 5vw;
  }
}

.details-head .img,
.details-item3 .img {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .details-head .img,
  .details-item3 .img {
    margin-bottom: 3.33vw;
  }
}

.details-head .caption,
.details-item3 .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,
  .details-item3 .caption {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .details-head .caption,
  .details-item3 .caption {
    font-size: 3.2vw;
  }
}

.details-item {
  padding-bottom: 200px;
}
@media screen and (max-width: 1199px) {
  .details-item {
    padding-bottom: 16.66vw;
  }
}

.details-item3 {
  padding-top: 200px;
  padding-bottom: 240px;
}
@media screen and (max-width: 1199px) {
  .details-item3 {
    padding-top: 16.66vw;
    padding-bottom: 20vw;
  }
}

.details-item > *:last-child {
  margin-bottom: 0 !important;
}

.dotted-line {
  background-image: url("../images/dotted.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 20px auto;
}
@media screen and (max-width: 768px) {
  .dotted-line {
    background-size: 10px auto;
  }
}

.details-item1 .txt1 {
  text-align: center;
  margin-bottom: 1em;
}

table.table1 {
  max-width: 735px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  table.table1 {
    margin: 0 auto 5vw;
  }
}

.table-note {
  max-width: 735px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1199px) {
  .table-note {
    margin: 0 auto 5.83vw;
  }
}

.table-note ul li {
  font-size: 22px;
  line-height: 1.6;
  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;
  }
}

.wrap .main-area .table-note ul li a {
  color: #e50012;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.details-item2 {
  padding-bottom: 0;
}

.txt1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .txt1 {
    margin-bottom: 2.5vw;
  }
}

.step-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .step-wrap {
    margin-bottom: 6.66vw;
  }
}

.step_num {
  flex: 0 1 160px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.07em;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  height: 1.93em;
  line-height: 1.93em;
  background-color: #f00;
  padding: 0 1em 0 1.4em;
}
@media screen and (max-width: 1199px) {
  .step_num {
    font-size: 2.33vw;
    flex: 0 1 18%;
  }
}
@media screen and (max-width: 768px) {
  .step_num {
    font-size: 3.733vw;
    margin-bottom: 1em;
  }
}

.step_num::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 0.966em 0px 0.966em 0.5em;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.step_num .lg {
  font-weight: bold;
  font-size: 1.28em;
  vertical-align: bottom;
}

.step-cont {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .step-cont {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .step-cont {
    padding-left: 0;
  }
}

.step-cont .txt2 {
  margin-top: -0.4em;
  padding-right: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1199px) {
  .step-cont .txt2 {
    padding-right: 0;
  }
}

.step-cont .txt3 {
  margin-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  .step-cont .txt3 {
    margin-bottom: 5.4vw;
  }
}
@media screen and (max-width: 768px) {
  .step-cont .txt3 {
    margin-bottom: 8vw;
  }
}

.app {
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .app {
    max-width: 100%;
  }
}

.app-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .app-item {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .app-item {
    margin-bottom: 8vw;
  }
}

.app-ttl {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .app-ttl {
    font-size: 2.666vw;
  }
}
@media screen and (max-width: 768px) {
  .app-ttl {
    font-size: 4.266vw;
    margin-bottom: 20px;
  }
}

.app-item1 .app-ttl {
  color: #159a3f;
}

.app-item2 .app-ttl {
  color: #003476;
}

.app-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 100vh;
  margin-left: 0.5em;
}

.app-item1 .app-ttl::after {
  background: #159a3f;
}

.app-item2 .app-ttl::after {
  background: #003476;
}

.app-cont {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .app-cont {
    display: block;
  }
}

.app-txt {
  width: 58%;
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-weight: 500;
  padding-right: 1em;
}

.app-item1 .app-txt {
  color: #159a3f;
  padding-right: 2em;
}

.app-item2 .app-txt {
  color: #003476;
}

@media screen and (max-width: 1199px) {
  .app-txt {
    font-size: 1.916vw;
  }

  .app-item1 .app-txt {
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .app-txt {
    width: 100%;
    padding-right: 0;
    font-size: 3.733vw;
    margin-bottom: 1em;
  }

  .app-item1 .app-txt {
    padding-right: 0;
  }
}

.app-list {
  display: flex;
}

.app-list li {
  margin-right: 7%;
}

.app-list li a {
  display: block;
}

.app-list li:nth-child(2) {
  margin-right: 0;
}

.app-list .gp {
  flex: 0 1 200px;
}

.app-list .ap {
  flex: 0 1 168px;
}

.deco-box {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  width: 94%;
  margin: 0 auto;
  padding: 0.8em 0.7em;
  position: relative;
  border: 1px solid #000;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deco-box p {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: left;
  padding-left: 2.7em;
  text-indent: -2.7em;
}
@media screen and (max-width: 1199px) {
  .deco-box p,
  .deco-box {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .deco-box p,
  .deco-box {
    width: 100%;
    font-size: 3.733vw;
  }
}

.deco-box::before,
.deco-box::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
}

.deco-box::before {
  top: -1px;
  left: 0;
}

.deco-box::after {
  bottom: -1px;
  right: 0;
}

.step-item2 {
  margin-top: 210px;
}
@media screen and (max-width: 1199px) {
  .step-item2 {
    margin-top: 17.5vw;
  }
}

.step-item2 .txt3 {
  padding-right: 2em;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .step-item2 {
    margin-top: 12vw;
  }

  .step-item2 .txt3 {
    padding-right: 0;
  }
}

.line-btn {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .line-btn {
    margin-bottom: 7.5vw;
  }
}

.wrap .line-btn .link {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: center;
  display: block;
  padding: 1em 0.8em;
  background-color: #15ae3f;
  border: 3px solid #15ae3f;
  border-radius: 0.83em;
}
@media screen and (max-width: 1199px) {
  .wrap .line-btn .link {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .line-btn .link {
    font-size: 4vw;
  }
}

.wrap .line-btn .link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #15ae3f;
  opacity: 1;
}

.sec02 {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .sec02 {
    padding-top: 16.66vw;
    padding-bottom: 8.33vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 13.33vw;
  }
}

.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;
  }
}

.info-box-wrap {
  max-width: 895px;
  margin: 0 auto 180px;
}
@media screen and (max-width: 1199px) {
  .info-box-wrap {
    margin: 0 auto 15vw;
  }
}

.info-box {
  margin-bottom: 140px;
}
@media screen and (max-width: 1199px) {
  .info-box {
    margin-bottom: 11vw;
  }
}

.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;
  }
}

.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.6%;
  margin-right: 4.5%;
}
@media screen and (max-width: 768px) {
  .media-img {
    margin-right: 0;
    margin-bottom: 4vw;
    text-align: center;
  }
}

.media2 .media-img {
  flex: 0 1 44.7%;
}

.media3 .media-img {
  flex: 0 1 37.7%;
}

.media.reverse .media-img {
  margin-right: 0;
}

.media-txt {
  flex: 1;
  margin-top: -1em;
  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.8;
  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.reverse .media-txt {
  margin-right: 4.5%;
}
@media screen and (max-width: 767px) {
  .media.reverse .media-txt {
    margin-right: 0;
  }
}

.wrap .shop-btn a.link {
  text-decoration: none;
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.075em;
  text-align: center;
  background-color: #f00;
  border: 3px solid #f00;
  padding: 0.25em 0.8em;
  border-radius: 0.7em;
  display: block;
}
@media screen and (max-width: 1199px) {
  .wrap .shop-btn a.link {
    font-size: 3.16vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .shop-btn a.link {
    font-size: 4vw;
  }
}

.wrap .shop-btn .link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #f00;
  opacity: 1;
}

.sec01 .shop-btn {
  margin-top: 200px;
}
@media screen and (max-width: 1199px) {
  .sec01 .shop-btn {
    margin-top: 16.66vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .shop-btn {
    margin-top: 16.66vw;
  }
}

.sec02 .shop-btn {
  margin-bottom: 170px;
}
@media screen and (max-width: 1199px) {
  .sec02 .shop-btn {
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .shop-btn {
    margin-bottom: 14vw;
  }
}

.coupon-date {
  width: 100%;
  max-width: 735px;
  background-color: #f7eead;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .coupon-date {
    padding: 2.5vw 1.66vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-date {
    padding: 2.66vw;
  }
}

.coupon-date .top-area {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 1199px) {
  .coupon-date .top-area {
    font-size: 1.66vw;
  }
}

@media screen and (max-width: 768px) {
  .coupon-date .top-area {
    font-size: 3.2vw;
  }
}
.coupon-date .bottom-area {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-top: 0.2em;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .coupon-date .bottom-area {
    font-size: 2.66vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon-date .bottom-area {
    font-size: 4.2vw;
  }
}

.coupon-date .bottom-area::before {
  content: "";
  width: 90%;
  height: 3px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .coupon-date .bottom-area::before {
    width: 100%;
    height: 2px;
  }
}

.details-item3 .center_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details-item3 .caption + .txt1 {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .details-item3 .caption + .txt1 {
    margin-top: 8vw;
    margin-bottom: 1em;
  }
}

.step-item1 .deco-box {
  margin: 50px auto;
}

.w-size {
  width: 94%;
  max-width: 870px;
  margin: 0 auto;
}

.txt4 {
  font-size: 40px;
  line-height: 1.65em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.75em;
}

.txt5 {
  font-size: 24px;
  line-height: 2em;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin: 1em auto 3em;
}

.txt6 {
  font-size: 28px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}

.txt7 {
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.3em;
}

.txt8 {
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  font-weight: bold;
  text-align: center;
}

.txt8 .red {
  font-weight: 900;
  color: #e50012;
  display: inline-block;
}

.txt8 .sm {
  font-size: 0.7em;
  font-weight: bold;
  display: inline-block;
}

.txt9 {
  max-width: 880px;
  min-height: 160px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 0.8em 1em;
  margin: 0 auto 50px;
  border: 3px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .step-item1 .deco-box {
    margin: 6vw auto;
  }

  .txt4 {
    font-size: 3.333vw;
  }

  .txt5 {
    font-size: 1.833vw;
  }

  .txt6 {
    font-size: 2.4vw;
  }

  .txt7 {
    font-size: 3.333vw;
  }

  .txt8 {
    font-size: 3vw;
  }

  .txt9 {
    min-height: 13.33vw;
    font-size: 2.33vw;
    margin: 0 auto 4.16vw;
  }
}
@media screen and (max-width: 768px) {
  .txt4 {
    font-size: 4vw;
  }

  .txt5 {
    font-size: 3.2vw;
  }

  .txt6 {
    font-size: 3.6vw;
  }

  .txt7 {
    font-size: 4vw;
  }

  .txt8 {
    font-size: 3.8vw;
  }

  .txt9 {
    font-size: 3.6vw;
    border-width: 2px;
  }
}

.line_btn {
  text-align: center;
  margin: 60px auto 200px;
}
@media screen and (max-width: 1199px) {
  .line_btn {
    margin: 5vw auto 16.66vw;
  }
}
@media screen and (max-width: 768px) {
  .line_btn {
    margin: 5vw auto 10.83vw;
  }
}

.line_btn a {
  display: inline-block;
}

.coupon-info-img {
  text-align: center;
}

.coupon-info-img img {
  width: calc(100% + 25px);
}
@media screen and (max-width: 1199px) {
  .coupon-info-img img {
    width: calc(100% + 2.08vw);
  }
}
@media screen and (max-width: 768px) {
  .coupon-info-img img {
    width: calc(100% + 2.08vw);
  }
}

/* link banner */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.link-banner {
  width: 1080px;
  max-width: 100%;
  margin-top: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 1199px) {
  .link-banner {
    margin-top: 20.8vw;
  }
}
@media screen and (max-width: 768px) {
  .link-banner {
    max-width: 95.5%;
    margin-top: 20vw;
    padding: 0;
  }
}

.link-banner + .link-banner {
  margin-top: 200px;
}
@media screen and (max-width: 1199px) {
  .link-banner + .link-banner {
    margin-top: 16.7vw;
  }
}
@media screen and (max-width: 768px) {
  .link-banner + .link-banner {
    margin-top: 16vw;
  }
}

.link-banner-inner {
  width: 990px;
  max-width: 99%;
  margin: 0 auto;
}

.link-banner a {
    display: block;
}

/* footLogoBox */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.footLogoBox {
  padding-top: 250px;
}
@media screen and (max-width: 1199px) {
  .footLogoBox {
    padding-top: 20.8vw;
  }
}
@media screen and (max-width: 768px) {
  .footLogoBox {
    padding-top: 20vw;
  }
}


/* pagetop */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
  width: 60px;
  height: 60px;
  background-color: #e60012;
  border-radius: 50%;
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
  cursor: pointer;
  transition: 0.4s;
}

#pagetop::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  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: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
  }
  #pagetop::before {
    width: 12px;
    height: 12px;
    top: 40%;
  }
}
