@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;500;700&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __01: section */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html {
    overflow-x: hidden;
}
#header {
  position: relative;
  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: 1198px) {
  .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;
}

.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;
}

.lp {
  color: #000;
}

.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;
}
@media screen and (max-width: 768px) {
  .lp .container {
    width: 98%;
  }
}

.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;
}

.headline1 {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.2em 0.5em 0.3em;
  background-color: #f00;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .headline1 {
    font-size: 3.583vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .headline1 {
    font-size: 4.8vw;
  }
}
.headline1::after {
  content: "";
  width: 2.09em;
  height: 2.2em;
  background: url("../images/deco01.png") no-repeat center center/contain;
  position: absolute;
  top: -30%;
  left: 5px;
}

.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;
}

.ib {
  display: inline-block;
}

/* リスト */
.list-note {
  margin-top: 20px;
}

.list-note > li {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .list-note > li {
    font-size: 3.2vw;
  }
}

.list-note > li:not(:first-child) {
  margin-top: 0;
}

.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list-note.fs-l > li {
  font-size: 20px;
}
@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;
}

/* テーブル */
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: 2px solid #000;
  }
}
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.8em;
  vertical-align: top;
  word-break: break-all;
}

table.table1 tr:first-child th,
table.table1 tr:first-child td {
  font-size: 20px;
  font-weight: normal;
  font-weight: 500;
  padding: 1em 0.8em;
}

@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: 3vw;
  }
}
@media screen and (max-width: 768px) {
  table.table1 th,
table.table1 td {
    font-size: 3.733vw;
  }
}
table.table1 th {
  background-color: #f0e6d3;
}

table.table1 th *,
table.table1 td * {
  font-size: inherit;
}

table.table1 .col1 {
  width: 40%;
}

table.table1 .col2 {
  width: 60%;
}

/* c-btn */
.wrap .main-area a.c-btn {
  background-color: #E60012;
  border: 2px solid #E60012;
  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: 1.26em 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 1em;
  }
}

.wrap .main-area a.c-btn.c-btn-ll {
  background-color: #E60012;
  width: 890px;
  padding: 2.2em 1em;
}
@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn.c-btn-ll {
    width: 74.22vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn.c-btn-ll {
    width: 85.33vw;
    max-width: 100%;
    padding: 0.8em 1em;
  }
}

.wrap .main-area a.c-btn:hover {
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}

.wrap .main-area a.c-btn.c-btn-ll:hover {
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}

.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.c-btn-ll > span {
  color: #fff;
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .wrap .main-area a.c-btn.c-btn-ll > span {
    font-size: 2.91vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area a.c-btn.c-btn-ll > span {
    font-size: 3.46vw;
  }
}

.wrap .main-area a.c-btn:hover > span {
  color: #E60012;
}

.wrap .main-area a.c-btn.c-btn-ll:hover > span {
  color: #E60012;
}

.wrap .main-area a.c-btn > span::before {
  content: "";
  width: 0.72em;
  height: 1.045em;
  -webkit-mask: url("../images/arrow_w_wht.svg") no-repeat;
  mask: url("../images/arrow_w_wht.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  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;
  }
}

.inner-900 {
  width: 900px;
  max-width: 94%;
  margin: 0 auto;
}

.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;
  }
}
.mt0 {
  margin-top: 0;
}

.wrap .main-area .c-button {
  max-width: 800px;
  color: #82807f;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  border: 3px solid #82807f;
  display: block;
  padding: 0.4em 1em;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .wrap .main-area .c-button {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area .c-button {
    font-size: 4vw;
  }
}

.wrap .main-area .c-button:hover {
  text-decoration: none;
}

.c-btn-area {
  text-align: center;
}

.c-btn-area1 {
  max-width: 900px;
  margin: 120px auto 210px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .c-btn-area1 {
    margin: 10vw auto 17.51vw;
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-area1 {
    margin: 13.33vw auto;
    flex-direction: column;
    gap: 2.66vw;
  }
}

.bg-red {
  background-color: #E60012;
}

.bg-red-inner {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
  background-color: #fff;
}

.n-coupon {
  background-color: #E60012;
  position: relative;
  overflow-x: hidden;
}

.n-coupon::before {
  content: "";
  width: 1484px;
  height: 1060px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/bg_mv_text.png") no-repeat top center/100% auto;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .n-coupon::before {
    width: 106vw;
  }
}

.lp {
  position: relative;
  z-index: 2;
}

.bg-white {
  background-color: #fff;
}

/* mv */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.mv {
    padding: 90px 0 5px;
    position: relative;
}
.mv::after {
    content: "";
    width: 100%;
    height: 335px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mv {
    padding: 7.5vw 0 1vw;
  }
    .mv::after {
        height: 28vw;
    }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 5.33vw 0 1vw;
  }
}

.mv-ttl {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv-ttl {
    width: 96vw;
  }
}


/* spep */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.spep {
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  .spep {
    padding-top: 11.67vw;
  }
}
@media screen and (max-width: 768px) {
  .spep {
    padding-top: 8vw;
  }
}

.spep-cont-wrap {
  width: 880px;
  max-width: 90%;
  margin: 140px auto 0;
}
@media screen and (max-width: 1199px) {
  .spep-cont-wrap {
    margin: 11.67vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .spep-cont-wrap {
    margin: 10.66vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .spep-ttl-lv2 {
    width: calc(100% + 8vw);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.spep-ttl-lv3 {
  text-align: center;
  position: relative;
}

.spep-ttl-lv3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #58595b;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .spep-ttl-lv3::before {
      display: none;
/*    height: 1px;
    width: calc(100% + 2.66vw);
    left: 50%;
    transform: translate(-50%, -50%);*/
  }
}

.spep-ttl-lv3 > span {
  display: inline-block;
  background-color: #fff;
  padding: 0 40px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .spep-ttl-lv3 > span {
    padding: 0 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .spep-ttl-lv3 > span {
    padding: 0 2.66vw;
  }
}

.vrx2 .spep-ttl-lv3 img {
  height: 70px;
}
@media screen and (max-width: 1199px) {
  .vrx2 .spep-ttl-lv3 img {
    height: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .vrx2 .spep-ttl-lv3 img {
    height: 9vw;
  }
}

.price-item {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .price-item {
    margin-top: 5.83vw;
  }
}
@media screen and (max-width: 768px) {
  .price-item {
    margin-top: 8vw;
  }
}

.price-item.item1 {
  margin-top: 90px;
}
@media screen and (max-width: 1199px) {
  .price-item.item1 {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .price-item.item1 {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .price-item .sp img + img {
    margin-top: 8vw;
  }
}
.seiberling .price-item.item1 img {
  width: calc(100% + 10px);
  max-width: none;
  transform: translateX(-10px);
}
@media screen and (max-width: 1199px) {
  .seiberling .price-item.item1 img {
    width: calc(100% + 1vw);
    transform: translateX(-1vw);
  }
}
@media screen and (max-width: 768px) {
  .seiberling .price-item.item1 img {
    width: auto;
    max-width: 100%;
    transform: none;
  }
}

.seiberling .price-item.item2 img {
  width: calc(100% + 10px);
  max-width: none;
  transform: translateX(-10px);
}
@media screen and (max-width: 1199px) {
  .seiberling .price-item.item2 img {
    width: calc(100% + 1vw);
    transform: translateX(-1vw);
  }
}
@media screen and (max-width: 768px) {
  .seiberling .price-item.item2 img {
    width: auto;
    max-width: 100%;
    transform: none;
  }
}

.seiberling .price-item.item3 img {
  width: calc(100% + 10px);
  max-width: none;
  transform: translateX(-10px);
}
@media screen and (max-width: 1199px) {
  .seiberling .price-item.item3 img {
    width: calc(100% + 1vw);
    transform: translateX(-1vw);
  }
}
@media screen and (max-width: 768px) {
  .seiberling .price-item.item3 img {
    width: auto;
    max-width: 100%;
    transform: none;
  }
}


.spep-note-list {
  margin-top: 130px;
}
@media screen and (max-width: 1199px) {
  .spep-note-list {
    margin-top: 10.84vw;
  }
}
@media screen and (max-width: 768px) {
  .spep-note-list {
    margin-top: 10.66vw;
  }
}

.spep-text {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  .spep-text {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .spep-text {
    margin-top: 13.33vw;
  }
}

@media screen and (max-width: 768px) {
  .spep-cont .price-item img.price-sp6 {
    width: calc(100% + 4vw);
    max-width: none;
    right: 4.8vw;
    position: relative;
  }
}

/* about */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 768px) {
  .about .inner-900 {
      max-width: 100%;
  }
}

.about-ttl-lv2 {
    padding: 105px 0 20px;
}
@media screen and (max-width: 768px) {
  .about-ttl-lv2 {
    padding: 8vw 0 1vw;
  }
}

.about-ttl-lv2-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-body {
  width: 100%;
}

.about-ttl {
    width: 570px;
    aspect-ratio: 570 / 75;
    font-size: 40px;
    font-weight: 900;
    border-radius: 75px;
    background-color: #E60012;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .about-ttl {
    width: 80vw;
    font-size: 4.8vw;
    margin-bottom: 7vw;
  }
}

.about-list li {
    display: flex;
    align-items: center;
}
.about-list li:not(:first-child) {
    margin-top: 15px;
}
.about-list li .about-num {
    margin-right: 25px;
}
@media screen and (max-width: 768px) {
    .about-list li:not(:first-child) {
        margin-top: 3vw;
    }
    .about-list li .about-num {
        margin-right: 5vw;
        max-width: 18vw;
    }
}

.about-list li .about-text {
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    flex: 1;
}
@media screen and (max-width: 768px) {
  .about-list li .about-text {
    font-size: 3.46vw;
  }
}

.about-note {
    margin: 60px auto 70px;
}
@media screen and (max-width: 768px) {
    .about-note {
        margin: 8vw auto 5vw;
    }
}

/* sale */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 768px) {
    .sale .container .inner {
        padding: 0 10px;
    }
}

.sale-ttl-lv2-sub {
    width: 100vw;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sale-ttl-lv2-sub img {
    width: 100vw;
    min-width: 1800px;
    max-width: none;
}
@media screen and (max-width: 1199px) {
    .sale-ttl-lv2-sub img {
        min-width: 150vw;
    }
}
@media screen and (max-width: 768px) {
    .sale-ttl-lv2-sub img {
        min-width: 200vw;
    }
}

.sale-ttl-lv2 h2 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2em;
}
.sale-ttl-lv2 h2 span {
    font-size: 1.5em;
    color: #E60012;
    margin-left: 0.2em;
}
@media screen and (max-width: 1199px) {
    .sale-ttl-lv2 h2 {
        font-size: 4.8vw;
    }
}
@media screen and (max-width: 768px) {
    .sale-ttl-lv2 h2 {
        font-size: 6vw;
        flex-direction: column;
        gap: 0.5em;
        margin-top: -0.5em;
        margin-bottom: 0.8em;
    }
}

.sale-lead {
    font-size: 38px;
    line-height: 1.7em;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .sale-lead {
        font-size: 3.8vw;
    }
}
@media screen and (max-width: 768px) {
    .sale-lead {
        font-size: 5vw;
    }
}

.sale-text {
    font-size: 26px;
    line-height: 1.7em;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: 1em 0;
}
.sale-text p {
    position: relative;
}
.sale-text p::before {
    content: "";
    width: 37px;
    aspect-ratio: 1 / 1;
    background: url("../images/arrow_bottom_red.svg") no-repeat center center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .sale-text {
        font-size: 4vw;
    }
    .sale-text p::before {
        width: 6vw;
        left: -8vw;
    }
}

a.sale-link {
    display: block;
}



/* tireplus */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.tireplus {
  margin-top: 160px;
}
@media screen and (max-width: 1199px) {
  .tireplus {
    margin-top: 13.34vw;
  }
}

.tireplus-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.tireplus-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.tireplus-img {
  text-align: center;
  padding: 25px 20px 30px;
}
@media screen and (max-width: 1199px) {
  .tireplus-img {
    padding: 2.08vw 1.66vw 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .tireplus-img {
    padding: 4vw 2.66vw 4vw;
  }
}

.tireplus-img img {
  width: 976px;
  max-width: 72%;
}
@media screen and (max-width: 768px) {
  .tireplus-img img {
    max-width: 96%;
  }
}

/* message */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.message {
  margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  .message {
    margin-top: 10vw;
  }
}
.message-item01 {
  width: 970px;
  max-width: 97%;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .message-item01 {
    gap: 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .message-item01 {
    max-width: 95%;
    flex-direction: column;
    gap: 8vw;
    margin: 0 auto;
  }
}

.message-logo {
  width: 212px;
  max-width: 22.3%;
}
@media screen and (max-width: 768px) {
  .message-logo {
    width: 48vw;
    max-width: 100%;
  }
}

.message-text01 {
  color: #4c4948;
  flex: 1;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1199px) {
  .message-text01 {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 768px) {
  .message-text01 {
    font-size: 3.46vw;
  }
}

.message-text01 .em {
  font-size: 1.2em;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff000 70%);
  display: inline-block;
  line-height: 1;
}

.message-btn-area {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .message-btn-area {
    margin-top: 6.67vw;
  }
}
@media screen and (max-width: 768px) {
  .message-btn-area {
    margin-top: 5.33vw;
  }
}

/* support */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 1199px) {
  .support {
    margin-top: 15.01vw;
  }
}
@media screen and (max-width: 768px) {
  .support {
    margin-top: 13.33vw;
  }
}

.support-ttl {
  width: 680px;
  max-width: 100%;
  margin: 180px auto 0;
  transform: translateX(26px);
}
@media screen and (max-width: 1199px) {
  .support-ttl {
    transform: translateX(2.16vw);
    margin: 15.01vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .support-ttl {
    transform: translateX(0.53vw);
  }
}

.support-text {
  color: #565654;
  max-width: 740px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.05em;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .support-text {
    font-size: 3.46vw;
    font-weight: 500;
    margin: 2.66vw auto 0;
  }
}

.box-wht-wrap {
  max-width: 830px;
  margin: 22px auto 0;
}

.box-wht {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 0 70px 55px;
}
@media screen and (max-width: 1199px) {
  .box-wht {
    padding: 0 5.83vw 4.58vw;
  }
}
@media screen and (max-width: 768px) {
  .box-wht {
    padding: 0 4vw 4vw;
  }
}

.box-wht1 {
  padding-top: 5px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .box-wht1 {
    padding-top: 0.41vw;
  }
}
@media screen and (max-width: 768px) {
  .box-wht1 {
    padding-top: 2.13vw;
  }
}

.support-ttl2 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .support-ttl2 {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .support-ttl2 img {
    width: calc(100% + 2.13vw);
    max-width: none;
  }
}
.support-img {
  width: 165px;
  position: absolute;
  top: -170px;
  right: -28px;
}
@media screen and (max-width: 996px) {
  .support-img {
    width: 16.56vw;
    top: -17vw;
    right: -2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support-img {
    width: 26.66vw;
    bottom: 100%;
    top: auto;
    right: -4.8vw;
  }
}

.box-wht-inner {
  position: relative;
}

.flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .flow {
    gap: 2.08vw;
    margin-top: 1.66vw;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    margin: 5.33vw auto 0;
  }
}
@media screen and (max-width: 530px) {
  .flow {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 96%;
    max-width: 420px;
  }
}

.flow-item {
  position: relative;
}

.flow-num {
  width: 21%;
  max-width: 46px;
  position: absolute;
  top: -14px;
  left: -8px;
}
@media screen and (max-width: 1199px) {
  .flow-num {
    width: 20%;
    top: -1.17vw;
    left: -0.67vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-num {
    top: -10px;
    left: -8px;
  }
}

.flow-img {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.flow-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.5em;
}

@media screen and (max-width: 862px) {
  .flow-txt {
    font-size: 1.74vw;
  }
}
@media screen and (max-width: 768px) {
  .flow-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .flow-txt {
    font-size: 3.46vw;
  }
}
.support-ttl3-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .support-ttl3-wrap {
    flex-direction: column;
  }
}
.support-ttl3 {
  width: 92.4%;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .support-ttl3 {
    width: calc(100% + 2.66vw);
    max-width: none;
    margin-left: 0;
  }
}

.support-txt2 {
  margin-top: 80px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .support-txt2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .support-body {
    margin-top: 8vw;
  }
}
.support-body-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .support-body-inner {
    flex-direction: column;
    gap: 20px;
  }
}

.support-photo {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .support-photo {
    width: 100%;
  }
}
.support-cont-left {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .support-cont-left {
    width: 100%;
  }
}

.support-txt-right {
  width: 44%;
}

@media screen and (max-width: 768px) {
  .support-txt-right {
    width: 100%;
    margin: 0 auto;
  }
}
.support-txt3 {
  width: 96.4%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .support-txt3 {
    width: 100%;
  }
}

.support-txt4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .support-txt4 {
    margin-bottom: 0.83vw;
  }
}

/* info */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.info {
  margin-top: 200px;
}
@media screen and (max-width: 1199px) {
  .info {
    margin-top: 16.68vw;
  }
}
@media screen and (max-width: 768px) {
  .info {
    margin-top: 21.33vw;
  }
}

.info-inner {
  border-top: 7px solid #E60012;
  border-bottom: 7px solid #E60012;
  padding: 90px 0 80px;
}
@media screen and (max-width: 1199px) {
  .info-inner {
    border-width: 4px;
    padding: 7.5vw 0 6.67vw;
  }
}

.info-txt {
  width: 98%;
  margin: 0 auto;
}

.info-txt2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  .info-txt2 {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .info-txt2 {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }
}

/* recommendation */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recommend {
  margin-top: 230px;
}
@media screen and (max-width: 1199px) {
  .recommend {
    margin-top: 19.18vw;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    margin-top: 18.66vw;
  }
}

.recommend-img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommend-img-wrap:not(:first-child) {
    margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  .recommend-img-wrap:not(:first-child) {
    margin-top: 10vw;
  }
}

h2.recommend-img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.recommend-img2 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .recommend-img2 {
      margin-top: 4vw;
    }
}

.recommend-img2 .multiweather {
    width: calc(100% + 5px);
    max-width: none;
}

.recommend-note {
    font-size: 17px;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1em;
}
@media screen and (max-width: 768px) {
    .recommend-note {
        font-size: 3vw;
    }
}

.recommend-text {
    width: 100%;
    font-size: 17px;
    margin-top: 1em;
}
@media screen and (max-width: 768px) {
    .recommend-text {
        font-size: 3vw;
    }
}

/* lineup */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.lineup {
  margin-top: 135px;
}
@media screen and (max-width: 1199px) {
  .lineup {
    margin-top: 11.25vw;
  }
}

.lineup-ttl {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lineup-ttl {
    width: 100%;
  }
}

.lineup-txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .lineup-txt {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 768px) {
  .lineup-txt {
    font-size: 3.73vw;
    margin-top: 2.66vw;
  }
}

.lineup-txt > span {
  font-weight: bold;
}

.lineup-list {
  margin-top: 20px;
}

.lineup-list > li:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .lineup-list > li:not(:first-child) {
    margin-top: 4.17vw;
  }
}
@media screen and (max-width: 768px) {
  .lineup-list > li:not(:first-child) {
    margin-top: 5.33vw;
  }
}

.lineup-list > li:nth-child(1) img {
  width: calc(100% + 15px);
  max-width: none;
}
@media screen and (max-width: 1199px) {
  .lineup-list > li:nth-child(1) img {
    width: calc(100% + 1.16vw);
  }
}

.lineup-list > li:nth-child(2) img {
  width: calc(100% + 10px);
  max-width: none;
}
@media screen and (max-width: 1199px) {
  .lineup-list > li:nth-child(2) img {
    width: calc(100% + 0.66vw);
  }
}

.lineup-list > li:nth-child(3) img {
  width: calc(100% + 10px);
  max-width: none;
}
@media screen and (max-width: 1199px) {
  .lineup-list > li:nth-child(3) img {
    width: calc(100% + 0.66vw);
  }
}

.lineup-btn-area {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .lineup-btn-area {
    margin-top: 6.67vw;
  }
}


/* foot-logo-menu */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.foot-logo-menu {
  padding: 130px 0 100px;
}
@media screen and (max-width: 1199px) {
  .foot-logo-menu {
    padding: 10.84vw 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .foot-logo-menu {
    padding: 13.33vw 0 100px;
  }
}