@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 {
  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;
  padding-bottom: 100px;
}

.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 {
  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.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: #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 .spep-btn a.c-btn.c-btn-l.fs-s {
    padding: 1.2em 1em;
}

.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;
  }
}

.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;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .c-btn-area1 {
    margin: 10vw auto;
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-area1 {
    margin: 13.33vw auto;
    flex-direction: column;
    align-items: center;
    gap: 2.66vw;
  }
}

.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;
}

.bg-red {
  background-color: #cf000e;
  margin-top: 180px;
}
@media screen and (max-width: 1199px) {
  .bg-red {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .bg-red {
    margin-top: 10.66vw;
  }
}

.bg-red-inner {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .bg-red-inner {
    max-width: 98%;
  }
}

br.spOnly {
  font-size: 0;
}

/* mv */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.mv {
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .mv {
    padding-top: 1.66vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 0;
  }
}
.mv-inner {
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.mv-inner img {
    width: clamp(0px, 153.8vw, 2000px);
    max-width: inherit;
}
@media screen and (max-width: 768px) {
    .mv-inner img {
        width: 100%;
    }
}
.mv-ttl {
  margin-bottom: -55px;
}
@media screen and (max-width: 1399px) {
  .mv-ttl {
    margin-bottom: -3.93vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-ttl {
    margin-bottom: 0;
  }
}
.mv-ttl1 {
  background-color: #cf000e;
}
.mv-date {
  max-width: 76.4%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-date {
    max-width: 90%;
  }
}
.mv-note {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .mv-note {
    margin-top: 3.33vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-note {
    margin-top: 5vw;
  }
}

.mv-btn-area {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .mv-btn-area {
    margin-top: 6.67vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-btn-area {
    margin-top: 5.33vw;
  }
}

/* spep */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.spep {
  margin-top: 200px;
}
@media screen and (max-width: 1199px) {
  .spep {
    margin-top: 16.68vw;
  }
}
@media screen and (max-width: 768px) {
  .spep {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .spep-ttl-lv2 {
    width: calc(100% + 8vw);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.spep-cont-wrap {
  width: 890px;
  max-width: 90%;
  /* margin: 120px auto 0; */
  margin: 250px auto 0;
}
@media screen and (max-width: 1199px) {
  .spep-cont-wrap {
    margin: 20vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .spep-cont-wrap {
    margin: 10.66vw auto 0;
  }
}

.spep-cont {
  margin-top: 250px;
}
@media screen and (max-width: 1199px) {
  .spep-cont {
    margin-top: 20.8vw;
  }
}
@media screen and (max-width: 768px) {
  .spep-cont {
    margin-top: 18vw;
  }
}

.spep-note-list {
  margin-top: 90px;
}
@media screen and (max-width: 1199px) {
  .spep-note-list {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .spep-note-list {
    margin-top: 10.66vw;
  }
}

.spep-text {
  text-align: center;
  margin-top: 115px;
}
@media screen and (max-width: 1199px) {
  .spep-text {
    margin-top: 9.59vw;
  }
}
@media screen and (max-width: 768px) {
  .spep-text {
    margin-top: 13.33vw;
  }
}

.spep-btn {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.wrap .main-area .spep-btn a.c-btn {
  min-width: 535px;
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 1199px) {
  .wrap .main-area .spep-btn a.c-btn {
    min-width: 44.62vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area .spep-btn a.c-btn {
    min-width: 85.33vw;
  }
}

.wrap .main-area .spep-btn a.c-btn > span {
  font-size: 24px;
  padding: 0 0.8em;
}
@media screen and (max-width: 1199px) {
  .wrap .main-area .spep-btn a.c-btn > span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area .spep-btn a.c-btn > span {
    font-size: 3.46vw;
  }
}

.wrap .main-area .spep-btn a.c-btn.fs-s > span {
  font-size: 20px;
  padding: 0 0.8em;
}
@media screen and (max-width: 1199px) {
  .wrap .main-area .spep-btn a.c-btn.fs-s > span {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap .main-area .spep-btn a.c-btn.fs-s > span {
    font-size: 3.46vw;
  }
}

.wrap .main-area .spep-btn a.c-btn > span::before {
  display: none;
}

/* 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;
}

.sale .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) {
  .sale .list-note > li {
    font-size: 3.2vw;
  }
}

/* tireplus */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.tireplus {
  margin-top: 200px;
}
@media screen and (max-width: 1199px) {
  .tireplus {
    margin-top: 16.68vw;
  }
}

.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;
  }
}


/* tire price */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.tire-price {
    width: 100%;
    max-width: 100%;
    margin: 200px auto 0;
    text-align: center;
    background-color: #e60012;
}
@media screen and (max-width: 1600px) {
    .tire-price {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }
    .tire-price img {
        width: 1600px;
        max-width: 114%;
    }
}
@media screen and (max-width: 1199px) {
  .tire-price {
    margin-top: 16.68vw;
  }
}
@media screen and (max-width: 768px) {
  .tire-price {
    margin-top: 11.33vw;
  }
}


/* 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 #cf000e;
  border-bottom: 7px solid #cf000e;
  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;
  }
}

/* regno */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.regno {
  margin-top: 230px;
}
@media screen and (max-width: 1199px) {
  .regno {
    margin-top: 19.18vw;
  }
}
@media screen and (max-width: 768px) {
  .regno {
    margin-top: 18.66vw;
  }
}

h2.regno-img {
  width: 76%;
  margin: 0 auto;
}

.regno-img2 {
  margin-top: 30px;
}

.regno a {
    display: block;
}

/* margin-top 調整 */
.newno-adj {
  margin-top: -28px;
}
@media screen and (max-width: 1199px) {
  .newno-adj {
    margin-top: -2.33vw;
  }
}
@media screen and (max-width: 768px) {
  .newno-adj {
    margin-top: -2.33vw;
  }
}

/* lineup */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.lineup {
  margin-top: 135px;
}
@media screen and (max-width: 1199px) {
  .lineup {
    margin-top: 11.25vw;
  }
}
@media screen and (max-width: 768px) {
  .lineup {
    margin-top: 13.33vw;
  }
}

.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-txt2 {
  margin: 160px 0 80px;
}
@media screen and (max-width: 1199px) {
  .lineup-txt2 {
    margin: 13vw 0 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  .lineup-txt2 {
    margin: 13vw 0 6.7vw;
  }
}

.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% + 14px);
  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% + 8px);
  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% + 8px);
  max-width: none;
}
@media screen and (max-width: 1199px) {
  .lineup-list > li:nth-child(3) img {
    width: calc(100% + 0.66vw);
  }
}

.lineup-list > li:nth-child(4) img {
  width: calc(100% + 6px);
  max-width: none;
}
@media screen and (max-width: 1199px) {
  .lineup-list > li:nth-child(4) img {
    width: calc(100% + 0.66vw);
  }
}

.lineup-list > li a {
  display: block;
}

.lineup-btn-area {
  margin-top: 130px;
}
@media screen and (max-width: 1199px) {
  .lineup-btn-area {
    margin-top: 10.83vw;
  }
}

.studless-note {
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .studless-note {
      font-size: 3vw;
  }
}
.studless-txt {
  margin: 170px 0 180px;
}
@media screen and (max-width: 1199px) {
  .studless-txt {
    margin: 14.16vw 0 15vw;
  }
}
@media screen and (max-width: 768px) {
  .studless-txt {
    margin: 13.33vw 0;
  }
}
h2.studless-ttl {
  line-height: 1;
  text-align: center;
  margin: 45px 0 8px;
}
@media screen and (max-width: 1199px) {
  h2.studless-ttl {
    margin: 3.75vw 0 0.66vw;
  }
}
@media screen and (max-width: 768px) {
  h2.studless-ttl {
    margin: 3.75vw 0 0.66vw;
  }
}
.studless-note {
  font-size: 17px;
  line-height: 1.95;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .studless-note {
    font-size: 3vw;
  }
}
.studless-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.studless-img2 {
  text-align: center;
  margin-top: 95px;
  margin-bottom: 95px;
}
.studless-img-wrap a,
.studless-img2 a {
    display: block;
}
@media screen and (max-width: 768px) {
  .studless-img2 {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}

/* wheel */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.wheel {
  margin-top: 170px;
}
@media screen and (max-width: 1199px) {
  .wheel {
    margin-top: 14.17vw;
  }
}
@media screen and (max-width: 768px) {
  .wheel {
    margin-top: 16vw;
  }
}

.wheel-inner {
  width: 1040px;
  max-width: 94%;
  margin: 0 auto;
}

.wheel-txt {
  width: 852px;
  max-width: 85.2%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .wheel-txt {
    max-width: 95%;
  }
}

.wheel-txt2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  .wheel-txt2 {
    font-size: 2.33vw;
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .wheel-txt2 {
    font-size: 4vw;
    margin-top: 2.66vw;
  }
}

/* link banner */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.link-banner {
  margin-top: 170px;
}
@media screen and (max-width: 1199px) {
  .link-banner {
    margin-top: 14.17vw;
  }
}
@media screen and (max-width: 768px) {
  .link-banner {
    margin-top: 16vw;
  }
}

.link-banner-inner {
  width: 1030px;
  max-width: 94%;
  margin: 0 auto;
}

.link-banner a {
    display: block;
}

.max90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* foot-logo-menu */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.foot-logo-menu {
  padding-top: 130px;
}
@media screen and (max-width: 1199px) {
  .foot-logo-menu {
    padding-top: 10.84vw;
  }
}
@media screen and (max-width: 768px) {
  .foot-logo-menu {
    padding-top: 13.33vw;
  }
}


/* 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%;
  }
}

/* 詳細ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 768px) {
  .detail .container .inner {
    padding: 0;
  }
}
.detail-ttl {
  margin: 45px 0 80px;
}
@media screen and (max-width: 1199px) {
  .detail-ttl {
    margin: 3.75vw 0 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  .detail-ttl {
    margin: 3.75vw 0 6.7vw;
  }
}
.detail-price {
  margin: 80px 0 50px;
}
@media screen and (max-width: 1199px) {
  .detail-price {
    margin: 6.7vw 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .detail-price {
    margin: 6.7vw 0 4vw;
  }
}
.detail-box {
  background-color: #fffbbf;
  padding: 20px 25px;
}
@media screen and (max-width: 1199px) {
  .detail-box {
    padding: 1.7vw 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .detail-box {
    padding: 1.7vw 2.1vw;
  }
}

.detail-box .list-note {
  margin: 0;
}

.detail-box .list-note > li {
  letter-spacing: 0.05em;
}