@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

.spring2603-mdx article,
.spring2603-mdx aside,
.spring2603-mdx details,
.spring2603-mdx figcaption,
.spring2603-mdx figure,
.spring2603-mdx footer,
.spring2603-mdx header,
.spring2603-mdx hgroup,
.spring2603-mdx menu,
.spring2603-mdx nav,
.spring2603-mdx section {
  display: block;
}

.spring2603-mdx ol,
.spring2603-mdx ul {
  list-style: none;
}

.spring2603-mdx blockquote,
.spring2603-mdx q {
  quotes: none;
}

.spring2603-mdx blockquote:before,
.spring2603-mdx blockquote:after,
.spring2603-mdx q:before,
.spring2603-mdx q:after {
  content: "";
  content: none;
}

.spring2603-mdx table {
  border-collapse: collapse;
  border-spacing: 0;
}

.spring2603-mdx a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

.spring2603-mdx blockquote,
.spring2603-mdx q {
  quotes: none;
}

.spring2603-mdx blockquote:before,
.spring2603-mdx blockquote:after,
.spring2603-mdx q:before,
.spring2603-mdx q:after {
  content: "";
  content: none;
}

.spring2603-mdx input,
.spring2603-mdx select {
  vertical-align: middle;
}

.spring2603-mdx .bold {
  font-weight: bold;
}

.spring2603-mdx .ta-c {
  text-align: center;
}

.spring2603-mdx .ta-l {
  text-align: left;
}

.spring2603-mdx .ta-r {
  text-align: right;
}

.spring2603-mdx .d-ib {
  display: inline-block;
}

.spring2603-mdx .d-b {
  display: block;
}

.spring2603-mdx .d-i {
  display: inline;
}

.spring2603-mdx sup {
  font-size: 50%;
  vertical-align: super;
}

.spring2603-mdx .boxshadow-bl {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.spring2603-mdx .bg-orange {
  background-color: #fff3d6;
}

.spring2603-mdx .bg-blue {
  background-color: #d2ecf9;
}

.spring2603-mdx .txt-rnd {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.spring2603-mdx .txt-prim {
  color: #f29600;
}

.spring2603-mdx .txt-sub {
  color: #0075be;
}

.spring2603-mdx .bg-yellow {
  background: #fff8e1;
}

.spring2603-mdx .notes {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .notes {
    font-size: 2.9333333333vw;
  }
}

.spring2603-mdx .common-txt {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .common-txt {
    font-size: 3.2vw;
  }
}

.spring2603-mdx .button {
  width: 438px;
  height: 88px;
  border-radius: 80px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button {
    width: 58.4vw;
    height: 11.7333333333vw;
    padding: 0 3.7333333333vw;
  }
}

.spring2603-mdx .button .button-inner {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button .button-inner {
    gap: 1.8666666667vw;
  }
}

.spring2603-mdx .button .button-inner img {
  width: 33px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button .button-inner img {
    width: 4.4vw;
  }
}

.spring2603-mdx .button p {
  font-size: 26px;
  line-height: 1;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button p {
    font-size: 3.4666666667vw;
  }
}

.spring2603-mdx .button .arrow {
  width: 10px;
  max-width: auto;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button .arrow {
    width: 1.8666666667vw;
  }
}

.spring2603-mdx .button:hover {
  box-shadow: none;
}

.spring2603-mdx .button-red {
  background: #e62153;
  box-shadow: 0 8px 0px 0px #ab0018;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button-red {
    box-shadow: 0 1.0666666667vw 0px 0px #ab0018;
  }
}

.spring2603-mdx .button-yellow {
  background: #f29600;
  box-shadow: 0 8px 0px 0px #995900;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button-yellow {
    box-shadow: 0 1.0666666667vw 0px 0px #995900;
  }
}

.spring2603-mdx .blue-zab {
  background: #0075be;
  color: #fff;
  line-height: 1;
  padding: 1px 4px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .blue-zab {
    padding: 0.2666666667vw 1.0666666667vw;
  }
}

.spring2603-mdx .section-wrap {
  padding: 56px 0;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .section-wrap {
    padding: 12.8vw 0vw;
  }
}



.spring2603-mdx {
  letter-spacing: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .spring2603-mdx {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx {
    font-size: 3.7333333333vw;
  }
}

.spring2603-mdx img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

.spring2603-mdx a {
  color: #333;
  display: block;
  text-decoration: none;
}

.spring2603-mdx figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  .spring2603-mdx a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.spring2603-mdx .pc-ui {
  display: block;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .pc-ui {
    display: none;
  }
}

.spring2603-mdx .sp-ui {
  display: none;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .sp-ui {
    display: block;
  }
}

.spring2603-mdx .pc-in {
  display: inline;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .pc-in {
    display: none;
  }
}

.spring2603-mdx .sp-in {
  display: none;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .sp-in {
    display: inline;
  }
}

.spring2603-mdx {
  /* clearfix
  --------------------------------------------------------- */
}

.spring2603-mdx .clearfix {
  *zoom: 1;
}

.spring2603-mdx .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.spring2603-mdx {
  /* border-box
  --------------------------------------------------------- */
}

.spring2603-mdx * {
  box-sizing: border-box;
}

.spring2603-mdx .txt-osw {
  font-family: "Oswald", sans-serif;
}

.spring2603-mdx .button {
  background: #e60012;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 370px;
  height: 70px;
  border-radius: 50px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin: 0 auto 0;
  padding: 0 24px;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button {
    width: 64vw;
    height: 13.3333333333vw;
    padding: 1.6vw 3.7333333333vw;
  }
}

.spring2603-mdx .button p {
  font-size: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button p {
    font-size: 3.4666666667vw;
  }
}

.spring2603-mdx .button i {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .button i {
    font-size: 3.4666666667vw;
  }
}

.spring2603-mdx .button:hover {
  opacity: 0.8;
}

.spring2603-mdx .black-button {
  background: #000;
  color: #fff;
}

.spring2603-mdx .common-ttl-wrap {
  text-align: center;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .common-ttl-wrap {
    padding-bottom: 3.2vw;
  }
}

.spring2603-mdx .common-sub-ttl {
  display: inline-block;
  background: #eb2433;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 4px 18px 8px 14px;
  line-height: 1;
  transform: skew(-15deg);
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .common-sub-ttl {
    font-size: 5.3333333333vw;
    padding: 4px 16px 8px 14px;
    margin-bottom: 1.0666666667vw;
  }
}

.spring2603-mdx .cmn-bg-gold {
  background: #cc980d;
}

.spring2603-mdx .item-sub-ttl-bloon {
  display: inline-block;
  background: #eb2433;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  padding: 8px 18px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}

.spring2603-mdx .item-sub-ttl-bloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #eb2433 transparent transparent transparent;
}

.spring2603-mdx .item-sub-ttl-bloon {
  display: inline-block;
  background: #eb2433;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  padding: 8px 18px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}

.spring2603-mdx .item-sub-ttl-bloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #eb2433 transparent transparent transparent;
}

.spring2603-mdx .common-sub-ttl span {
  display: inline-block;
  transform: skew(15deg);
  /* 文字を水平に戻す */
}

.spring2603-mdx .common-ttl {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .common-ttl {
    font-size: 6.4vw;
    padding-top: 2.1333333333vw;
  }
}

.spring2603-mdx .mv {
  background: url(../../../images/asset/lp/spring2603-mdx/mv_pc.jpg) top center/cover no-repeat;
  height: 658px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .mv {
    background: url(../../../images/asset/lp/spring2603-mdx/mv_sp.jpg) center center/100% auto no-repeat;
    height: 142.4vw;
    margin-bottom: 0vw;
  }
}

.spring2603-mdx .mv h1,
.spring2603-mdx .mv p {
  text-indent: -9999px;
  font-size: 0;
}

@media (min-width: 1200px) {
  .spring2603-mdx .mv {
    height: auto;
    aspect-ratio: 1920/658;
  }
}

.spring2603-mdx .top-box {
  border: #ee7961 2px solid;
  background: #fff;
  width: 936px;
  margin: 0 auto;
  padding: 32px 64px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box {
    width: 89.3333333333vw;
    padding: 4.2666666667vw 3.2vw;
    border: #ee7961 0.2666666667vw solid;
  }
}

.spring2603-mdx .top-box .ttl-box {
  border-bottom: #ee7961 4px solid;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .ttl-box {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw 8.5333333333vw;
    border-bottom: #ee7961 solid 0.5333333333vw;
    text-align: center;
  }
}

.spring2603-mdx .top-box .ttl-box .ttl {
  width: 380px;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .ttl-box .ttl {
    width: 66.6666666667vw;
    padding-bottom: 0vw;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .ttl-box .ttl img {
    width: 66.6666666667vw;
    min-width: 66.6666666667vw;
  }
}

.spring2603-mdx .top-box .ttl-box .sub-ttl {
  font-size: 28px;
  font-weight: 900;
  color: #ee7961;
  font-feature-settings: "palt";
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .ttl-box .sub-ttl {
    font-size: 4.2666666667vw;
  }
}

.spring2603-mdx .top-box .fl-box {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .fl-box {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-top: 4.2666666667vw;
  }
}

.spring2603-mdx .top-box .fl-box .img {
  width: 314px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .fl-box .img {
    margin: 0 auto 3.2vw;
    width: 50.1333333333vw;
  }
}

.spring2603-mdx .top-box .fl-box .finessa-txt {
  font-size: 40px;
  color: #ee7961;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .fl-box .finessa-txt {
    font-size: 6.4vw;
  }
}

.spring2603-mdx .top-box .fl-box .finessa-sub-txt {
  font-size: 28px;
  font-weight: bold;
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .fl-box .finessa-sub-txt {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 0;
  }
}

.spring2603-mdx .top-box .fl-box .finessa-car-model {
  width: 320px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box .fl-box .finessa-car-model {
    width: 66.6666666667vw;
    margin: 1.0666666667vw auto 0;
  }
}

.spring2603-mdx .top-box-button {
  width: 936px;
  height: 60px;
  margin: 0 auto;
  background: #ee7961;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box-button {
    width: 89.3333333333vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.spring2603-mdx .top-box-button span {
  display: inline-block;
  border-top: 16px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .top-box-button span {
    border-top: 3.4666666667vw solid #fff;
    border-left: 2.4vw solid transparent;
    border-right: 2.4vw solid transparent;
    margin-left: 2.1333333333vw;
  }
}

.spring2603-mdx .tire-cards-wrap {
  width: 936px;
  margin: 40px auto 0;
  display: flex;
  background: #fff;
  border: #d7d7d7 1px solid;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap {
    width: 89.3333333333vw;
    flex-direction: column;
    margin: 7.4666666667vw auto 0;
  }
}

.spring2603-mdx .tire-cards-wrap .box {
  width: 312px;
  text-align: center;
  justify-content: stretch;
  position: relative;
  padding-bottom: 88px;
}

@media screen and (min-width: 768px) {
  .spring2603-mdx .tire-cards-wrap .box {
    border-left: #d7d7d7 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box {
    width: 100%;
    padding-bottom: 7.4666666667vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box .logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box .logo {
    height: auto;
    padding: 7.4666666667vw 0 3.2vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box .img {
  margin: 0 auto;
}

.spring2603-mdx .tire-cards-wrap .box .txt {
  font-size: 16px;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box .txt {
    font-size: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-playz {
  border-top: 20px #00abeb solid;
  border-left: none;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-playz {
    border-top: none;
    border-left: #00abeb solid 1.3333333333vw;
    border-bottom: #d7d7d7 1px solid;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-playz .logo img {
  width: 177px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-playz .logo img {
    width: 52.4vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-playz .img {
  width: 242px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-playz .img {
    width: 67.3333333333vw;
    padding-right: 6.6666666667vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-chronicle {
  border-top: 20px #000000 solid;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-chronicle {
    border-top: none;
    border-left: #000000 solid 1.3333333333vw;
    border-bottom: #d7d7d7 1px solid;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-chronicle .logo img {
  width: 287px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-chronicle .logo img {
    width: 68.2666666667vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-chronicle .img {
  width: 177px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-chronicle .img {
    width: 66.5333333333vw;
    padding-right: 6.6666666667vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-ecopia {
  border-top: 20px #6bb42a solid;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-ecopia {
    border-top: none;
    border-left: #6bb42a solid 1.3333333333vw;
    border-bottom: #d7d7d7 1px solid;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-ecopia .logo img {
  width: 287px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-ecopia .logo img {
    width: 68.2666666667vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box.box-ecopia .img {
  width: 243px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box.box-ecopia .img {
    width: 59.8666666667vw;
    padding-right: 6.6666666667vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box .cards-button {
  background: #151515;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .spring2603-mdx .tire-cards-wrap .box .cards-button {
    width: 270px;
    height: 50px;
    position: absolute;
    border-radius: 5px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box .cards-button {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.spring2603-mdx .tire-cards-wrap .box .cards-button:hover {
  opacity: 0.8;
}

.spring2603-mdx .tire-cards-wrap .box .cards-button span {
  display: inline-block;
  border-top: 14px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-cards-wrap .box .cards-button span {
    border-top: 3.4666666667vw solid #fff;
    border-left: 2.4vw solid transparent;
    border-right: 2.4vw solid transparent;
    margin-left: 2.1333333333vw;
  }
}

.spring2603-mdx .sell-wrap {
  width: 934px;
  margin: 48px auto 24px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .sell-wrap {
    width: 89.4666666667vw;
  }
}

.spring2603-mdx .coupon-area {
  background: url(../../../images/asset/lp/spring2603-mdx/bg_blue_pc.jpg) top center/1920px 763px repeat;
  padding: 48px 0 56px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-area {
    padding: 10.6666666667vw 0;
    background: url(../../../images/asset/lp/spring2603-mdx/bg_blue_sp.jpg) top center/100% auto repeat;
  }
}

.spring2603-mdx .coupon-box {
  width: 900px;
  border: 2px solid #000;
  background: #fff;
  margin: 0 auto 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-box {
    width: 90%;
    padding-bottom: 5.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.spring2603-mdx .coupon-ttl {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding: 8px 0;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}

.spring2603-mdx .coupon-box-txt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 36px;
  font-feature-settings: "palt";
  color: #e60012;
  line-height: 1;
  font-weight: 600;
  margin: 36px 0 30px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-box-txt {
    font-size: 5.0666666667vw;
    margin: 5.3333333333vw 0 4.8vw;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-box-txt img {
    width: 74.4vw;
  }
}

.spring2603-mdx .coupon-box-inner {
  width: 720px;
  margin: 0 auto;
  padding: 32px 0;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-box-inner {
    width: 90%;
    padding: 5.3333333333vw 0;
  }
}

.spring2603-mdx .coupon-code-corner {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 562px;
  height: 85px;
  border-radius: 50px;
  color: #fff;
  background: #000;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-code-corner {
    width: 90%;
    height: 14.6666666667vw;
    gap: 1.0666666667vw;
    line-height: 1;
    flex-direction: column;
  }
}

.spring2603-mdx .coupon-code-corner dt {
  font-size: 26px;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-code-corner dt {
    font-weight: 400;
    font-size: 3.4666666667vw;
  }
}

.spring2603-mdx .coupon-code-corner dd {
  font-size: 37px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-code-corner dd {
    font-size: 5.3333333333vw;
  }
}

.spring2603-mdx .coupon-code-note {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 16px;
  text-align: center;
  line-height: 1.5;
  color: #ec1111;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-code-note {
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 0 4.2666666667vw;
  }
}

.spring2603-mdx .coupon-code-copy-button {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 440px;
  height: 64px;
  border-radius: 50px;
  color: #000;
  border: 2px solid #000;
  margin: 0 auto;
  padding-left: 32px;
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-code-copy-button {
    width: 80%;
    height: 10.6666666667vw;
    gap: 2.1333333333vw;
    padding-left: 4.2666666667vw;
  }
}

.spring2603-mdx .coupon-code-copy-button p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-code-copy-button p {
    font-size: 3.4666666667vw;
  }
}

.spring2603-mdx .coupon-code-copy-button img {
  width: 22px;
  height: 22px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-code-copy-button img {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

.spring2603-mdx .coupon-code-copy-button:hover {
  opacity: 0.6;
}

.spring2603-mdx .coupon-box-note {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-box-note {
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 0 0vw;
  }
}

.spring2603-mdx .coupon-step {
  text-align: center;
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step {
    width: 90%;
  }
}

.spring2603-mdx .coupon-step-ttl {
  font-size: 28px;
  font-weight: bold;
  width: 620px;
  margin: 0 auto 40px;
  background: linear-gradient(#000, #000) no-repeat 0 50%/100% 1px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-ttl {
    width: 100%;
    font-size: 4.2666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
}

.spring2603-mdx .coupon-step-ttl p {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-ttl p {
    padding: 0 0.2em;
  }
}

.spring2603-mdx .coupon-step-list {
  display: flex;
  justify-content: center;
}

.spring2603-mdx .coupon-step-list-item-img {
  height: 64px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-list-item-img img {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-list-item-img {
    display: flex;
    align-items: center;
    margin: 0.2em 0;
  }
}

.spring2603-mdx .coupon-step-list-item {
  width: 255px;
  border-right: #bfbfbf 1px solid;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-list-item {
    padding-bottom: 4.2666666667vw;
  }
}

.spring2603-mdx .coupon-step-list-item:last-child {
  border-right: none;
}

.spring2603-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img {
  height: 36px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img {
    height: 40px;
    margin: 0.7em 0;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img img {
    height: 30px;
  }
}

.spring2603-mdx .coupon-step-list-item-ttl {
  text-align: center;
  font-size: 25px;
  padding-bottom: 8px;
}

.spring2603-mdx .coupon-step-list-item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-list-item-box {
    flex-direction: column;
  }
}

.spring2603-mdx .coupon-step-list-item-txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-list-item-txt {
    text-align: center;
    font-size: 3.2vw;
  }
}

.spring2603-mdx .coupon-step-notes {
  text-align: left;
  font-size: 12px;
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .coupon-step-notes {
    font-size: 2.9333333333vw;
  }
}

.spring2603-mdx .baloon-txt {
  margin: 0 auto 8px;
  width: 687px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .baloon-txt {
    width: 86vw;
    margin: 0 auto 1.0666666667vw;
  }
}

.spring2603-mdx #msg {
  position: fixed;
  padding: 0.8em;
  line-height: 1;
  border-radius: 4px;
  display: none;
  top: 10px;
  left: 50%;
  color: #000;
  transform: translate(-50%, 0%);
  background-color: #f0eeed;
  border: #b4b4b4 solid 1px;
  font-size: 16px;
  transition: 0.2s;
  z-index: 200000;
}

.spring2603-mdx .button-black {
  background: #000;
}

.spring2603-mdx .tab-wrap {
  width: 936px;
  margin: 48px auto 0;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tab-wrap {
    width: 90.6666666667vw;
    margin: 8.5333333333vw auto;
  }
}

.spring2603-mdx .tabs {
  display: flex;
  align-items: flex-end;
  width: 936px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tabs {
    width: 84vw;
  }
}

.spring2603-mdx .tab {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: none;
  background: #fff;
  line-height: 1;
  cursor: pointer;
  outline: none;
  width: 50%;
  height: 128px;
  border-bottom: 3px solid #E5E7EB;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tab {
    height: 16vw;
  }
}

.spring2603-mdx .tab p {
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tab p {
    font-size: 3.2vw;
    color: #000;
  }
}

.spring2603-mdx .tab::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -4px;
  height: 9px;
  background: #be8d0c;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tab::before {
    height: 1.2vw;
  }
}

.spring2603-mdx .tab:hover::before,
.spring2603-mdx .tab.is-active::before {
  opacity: 1;
  transform: translateY(0);
}

.spring2603-mdx .tab.is-active {
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.05), 2px -2px 6px rgba(0, 0, 0, 0.05);
  /* 右 */
  z-index: 2;
  /* パネルより上に出す */
  border-bottom: none;
  padding-bottom: 4px;
}

.spring2603-mdx .tab:not(.is-active) {
  box-shadow: none;
}

.spring2603-mdx .tab-panel {
  background: var(--panel-bg);
  margin-top: -1px;
  width: 936px;
  margin: -2px auto 0;
  background: #fff;
  position: relative;
  padding: 16px 0;
  z-index: 5;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.03), -2px 5px 6px rgba(0, 0, 0, 0.05), 2px 5px 6px rgba(0, 0, 0, 0.05);
  /* 右 */
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tab-panel {
    width: 90.6666666667vw;
    padding: 0vw 0;
    box-shadow: none;
  }
}

.spring2603-mdx .vrx2-panel {
  background: var(--panel-bg);
  margin-top: -1px;
  width: 936px;
  margin: -2px auto 0;
  background: #fff;
  position: relative;
  padding: 48px 0;
  z-index: 5;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-panel {
    width: 84vw;
    padding: 10.6666666667vw 0;
  }
}

.spring2603-mdx .tab-panel[hidden] {
  display: none;
}

.spring2603-mdx .item-heading-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .item-heading-wrap {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
    gap: 4.2666666667vw;
  }
}

.spring2603-mdx .item-heading {
  width: 315px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .item-heading {
    width: 50.5333333333vw;
  }
}

.spring2603-mdx .item-car-model {
  width: 275px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .item-car-model {
    width: 47.7333333333vw;
  }
}

.spring2603-mdx .table-ttl {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 26px;
  margin: 56px 0px 64px;
  padding: 12px 0 16px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .table-ttl {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
    margin: 8.5333333333vw 4.2666666667vw 6.4vw;
  }
}

.spring2603-mdx .line-ttl {
  width: 724px;
  margin: 40px auto 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1;
  padding: 8px 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .line-ttl {
    width: 90%;
    font-size: 4.2666666667vw;
  }
}

.spring2603-mdx .size-list-notes {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 32px 0 24px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .size-list-notes {
    font-size: 2.9333333333vw;
  }
}

.spring2603-mdx .size-list-notes {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 32px 0 24px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .size-list-notes {
    font-size: 2.9333333333vw;
  }
}

.spring2603-mdx .size-list {
  display: flex;
  width: 690px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .size-list {
    font-size: 3.7333333333vw;
  }
}

.spring2603-mdx .size-list-lot {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .size-list-lot {
    width: 90%;
  }
}

.spring2603-mdx .size-list-item {
  width: 72px;
  height: 72px;
  background-color: #f2f2f2;
  border-radius: 50%;
  color: #000;
  box-shadow: 0px 6px 0px 0px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 600;
  transition: 0.2s;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .size-list-item {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 5.8666666667vw;
  }
}

.spring2603-mdx .size-list-item p {
  font-size: 40%;
}

.spring2603-mdx .size-list-item p span {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .size-list-item p span {
    font-size: 5.8666666667vw;
  }
}

.spring2603-mdx .size-list-item:hover,
.spring2603-mdx .size-list-item.is-active {
  background-color: #e60012;
  color: #fff;
  box-shadow: none;
  margin: 8px 0 -8px 0;
}

.spring2603-mdx .size-table-tab .size-table {
  display: none;
}

.spring2603-mdx .size-table-tab .size-table.is-active {
  display: block;
  padding-bottom: 30px;
}

.spring2603-mdx .tiresize-table {
  width: 700px;
  color: #111;
  line-height: 1.4;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tiresize-table {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}

.spring2603-mdx .tiresize-table-head,
.spring2603-mdx .tiresize-table-row {
  display: flex;
  justify-content: space-between;
}

.spring2603-mdx .tiresize-table-col {
  padding: 10px 0px 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  border: 1px solid #111;
  box-sizing: border-box;
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tiresize-table-col {
    padding: 4px 0;
    font-size: 2.6666666667vw;
    margin: 0.5333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.spring2603-mdx .tiresize-table-head {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tiresize-table-head {
    margin-bottom: 8px;
  }
}

.spring2603-mdx .tiresize-table-head .tiresize-table-col--size {
  width: 25%;
}

.spring2603-mdx .tiresize-table-head .tiresize-table-col--member {
  width: 20%;
}

.spring2603-mdx .tiresize-table-head .tiresize-table-col--member span {
  padding: 0;
}

.spring2603-mdx .tiresize-table-head .tiresize-table-col--month {
  width: 25%;
  color: #e60012;
  line-height: 1.2;
  border: 1px solid #e60012;
}

.spring2603-mdx .tiresize-table-head .tiresize-table-col--month .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1.3;
}

.spring2603-mdx .tiresize-table-cell.tiresize-table-cell--month {
  color: #e60012;
}

.spring2603-mdx .tiresize-table-head .tiresize-table-col--campaign {
  width: 30%;
  line-height: 1.2;
  color: #e60012;
}

.spring2603-mdx .tiresize-table-head .tiresize-table-col--campaign .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1.1;
  display: inline-block;
}

.spring2603-mdx .tiresize-table-col--campaign {
  position: relative;
  background: #ffeded;
  border: none;
  color: #d63233;
}

.spring2603-mdx .tiresize-table-cp-label {
  display: inline-block;
}

.spring2603-mdx .tiresize-table-body {
  display: grid;
  grid-template-columns: 25% 20% 25% 30%;
  row-gap: 0;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tiresize-table-body {
    grid-template-columns: 25% 20% 25% 30%;
  }
}

.spring2603-mdx .tiresize-table-row {
  align-items: center;
  display: contents;
}

.spring2603-mdx .tiresize-table-cell {
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1;
  height: 74px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding: 0 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tiresize-table-cell {
    font-size: 2.6666666667vw;
    height: auto;
    line-height: 1.2;
    width: 1;
  }
}

.spring2603-mdx .tiresize-table-cell--campaign {
  text-align: left;
  gap: 8px;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tiresize-table-cell--campaign {
    gap: 4px;
    padding: 2.1333333333vw 0;
    width: 26vw;
  }
}

.spring2603-mdx a.tiresize-table-cell--campaign--button {
  height: 42px;
  width: 969px;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx a.tiresize-table-cell--campaign--button {
    height: 15.6vw;
    width: 19.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .spring2603-mdx a.tiresize-table-cell--campaign--button:hover {
    opacity: 0.8;
  }
}

.spring2603-mdx .tiresize-table-arrow {
  width: 44px;
  position: absolute;
  left: -32px;
  top: 13px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tiresize-table-badge {
    width: 10vw;
  }

  .spring2603-mdx .tiresize-table-arrow {
    width: 7vw;
    left: -4vw;
    top: 3.4666666667vw;
  }
}

.spring2603-mdx .table-acco-button-wrap {
  text-align: center;
}

.spring2603-mdx .table-acco-button {
  border-bottom: #000 1px solid;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  line-height: 2;
  margin: 32px 0;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .table-acco-button {
    margin: 5.3333333333vw 0 4.2666666667vw;
    font-size: 3.2vw;
    border-bottom: #000 0.1333333333vw solid;
  }
}

.spring2603-mdx .table-acco-button:hover {
  opacity: 0.7;
}

.spring2603-mdx .table-acco-button p {
  display: inline-block;
}

.spring2603-mdx .table-acco-button span {
  transition: 0.2s;
}

.spring2603-mdx .is-open .table-acco-button span {
  transform: rotate(180deg);
}

.spring2603-mdx .tiresize-table-body-acco-cont {
  display: none;
  margin-bottom: 2em;
}

.spring2603-mdx .tab-notes {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tab-notes {
    font-size: 2.6666666667vw;
  }
}

.spring2603-mdx .vrx2-wrap {
  text-align: center;
}

.spring2603-mdx .vrx2-ttl {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin: 88px 0 32px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-ttl {
    margin: 12vw 0 5.3333333333vw;
  }
}

.spring2603-mdx .vrx2-ttl .sub-ttl {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-ttl .sub-ttl {
    font-size: 4.2666666667vw;
  }
}

.spring2603-mdx .vrx2-ttl .ttl {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-ttl .ttl {
    font-size: 5.3333333333vw;
  }
}

.spring2603-mdx .vrx2-acco-button {
  color: #fff;
  background: #606060;
  width: 700px;
  margin: 64px auto 40px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  padding: 8px 24px;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-acco-button {
    font-size: 3.7333333333vw;
    width: 73.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw;
    line-height: 1.3;
    margin: 8.5333333333vw auto 7.4666666667vw;
  }
}

.spring2603-mdx .vrx2-acco-button p {
  margin-left: auto;
  margin: 0 auto;
}

.spring2603-mdx .vrx2-acco-button:hover {
  opacity: 0.8;
}

.spring2603-mdx .toggle {
  position: relative;
  box-sizing: border-box;
  transition: 0.5s;
  height: 27px;
  width: 27px;
  border: #fff 2px solid;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .toggle {
    width: 4.4vw;
    height: 4.4vw;
  }
}

.spring2603-mdx .toggle span::before,
.spring2603-mdx .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 2px;
  vertical-align: middle;
  background: #fff;
  transition: 0.5s;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {

  .spring2603-mdx .toggle span::before,
  .spring2603-mdx .toggle span::after {
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}

.spring2603-mdx .toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.spring2603-mdx .is-active .toggle span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.spring2603-mdx .is-active .toggle span::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.spring2603-mdx .vrx2-tab-wrap {
  display: none;
}

.spring2603-mdx .vrx2-panel .tiresize-table-badge {
  display: none;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-panel .tiresize-table-cell--campaign {
    padding: 0 16px;
  }
}

.spring2603-mdx .tab-notes {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tab-notes {
    font-size: 2.6666666667vw;
  }
}

.spring2603-mdx .vrx2-wrap {
  text-align: center;
}

.spring2603-mdx .vrx2-ttl {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin: 88px 0 32px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-ttl {
    margin: 12vw 0 5.3333333333vw;
  }
}

.spring2603-mdx .vrx2-ttl .sub-ttl {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-ttl .sub-ttl {
    font-size: 4.2666666667vw;
  }
}

.spring2603-mdx .vrx2-ttl .ttl {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-ttl .ttl {
    font-size: 5.3333333333vw;
  }
}

.spring2603-mdx .vrx2-acco-button {
  color: #fff;
  background: #606060;
  width: 700px;
  margin: 64px auto 40px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  padding: 8px 24px;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-acco-button {
    font-size: 3.7333333333vw;
    width: 73.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw;
    line-height: 1.3;
    margin: 8.5333333333vw auto 7.4666666667vw;
  }
}

.spring2603-mdx .vrx2-acco-button p {
  margin-left: auto;
  margin: 0 auto;
}

.spring2603-mdx .vrx2-acco-button:hover {
  opacity: 0.8;
}

.spring2603-mdx .toggle {
  position: relative;
  box-sizing: border-box;
  transition: 0.5s;
  height: 27px;
  width: 27px;
  border: #fff 2px solid;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .toggle {
    width: 4.4vw;
    height: 4.4vw;
  }
}

.spring2603-mdx .toggle span::before,
.spring2603-mdx .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 2px;
  vertical-align: middle;
  background: #fff;
  transition: 0.5s;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {

  .spring2603-mdx .toggle span::before,
  .spring2603-mdx .toggle span::after {
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}

.spring2603-mdx .toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.spring2603-mdx .is-active .toggle span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.spring2603-mdx .is-active .toggle span::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.spring2603-mdx .vrx2-panel .tiresize-table-badge {
  display: none;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .vrx2-panel .tiresize-table-cell--campaign {
    padding: 0 16px;
  }
}

.spring2603-mdx .acco-button {
  width: 900px;
  height: 80px;
  margin: 48px auto 40px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  padding: 8px 24px;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .acco-button {
    font-size: 3.7333333333vw;
    width: 73.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw;
    line-height: 1.3;
    margin: 8.5333333333vw auto 7.4666666667vw;
  }
}

.spring2603-mdx .acco-button p {
  margin-left: auto;
  margin: 0 auto;
}

.spring2603-mdx .acco-button:hover {
  opacity: 0.8;
}

.spring2603-mdx .acco-button.acco-button-finnesa {
  background: #ee7961;
}

.spring2603-mdx .acco-button.acco-button-playz {
  background: #009de8;
}

.spring2603-mdx .acco-button.acco-button-ecopia200 {
  background: #6bb42a;
}

.spring2603-mdx .acco-button.acco-button-ecopia200c {
  background: #6bb42a;
}

.spring2603-mdx .acco-button.acco-button-chronicle {
  background: #000;
}

.spring2603-mdx .tire-acco-button {
  width: 900px;
  height: 80px;
  margin: 48px auto 40px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  padding: 8px 0px 0 40px;
  align-items: end;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-acco-button {
    font-size: 3.7333333333vw;
    width: 89.3333333333vw;
    height: 13.3333333333vw;
    padding: 0 0 0 5.3333333333vw;
    line-height: 1.3;
    margin: 8.5333333333vw auto 7.4666666667vw;
  }
}

.spring2603-mdx .tire-acco-button p {
  margin-left: auto;
  margin: 0 auto;
}

.spring2603-mdx .tire-acco-button:hover {
  opacity: 0.8;
}

.spring2603-mdx .tire-acco-button.acco-button-finnesa {
  background: #ee7961;
  padding: 8px 0px 0 8px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-acco-button.acco-button-finnesa {
    padding: 0 0 0 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-acco-button.acco-button-finnesa img {
    width: 67.6vw;
    height: 16vw;
  }
}

.spring2603-mdx .tire-acco-button.acco-button-playz {
  background: #009de8;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-acco-button.acco-button-playz img {
    width: 56.9333333333vw;
    height: 15.7333333333vw;
  }
}

.spring2603-mdx .tire-acco-button.acco-button-chr {
  background: #000;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-acco-button.acco-button-chr img {
    width: 56.9333333333vw;
    height: 15.7333333333vw;
  }
}

.spring2603-mdx .tire-acco-button.acco-button-ecopia200 {
  background: #6bb42a;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-acco-button.acco-button-ecopia200 img {
    width: 68.6666666667vw;
    height: 16vw;
  }
}

.spring2603-mdx .tire-acco-button .toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .tire-acco-button .toggle {
    right: 1%;
  }
}

.spring2603-mdx .tire-acco-button .toggle::before,
.spring2603-mdx .tire-acco-button .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.spring2603-mdx .tire-acco-button .toggle::before {
  width: 15px;
  height: 3px;
}

.spring2603-mdx .tire-acco-button .toggle::after {
  width: 3px;
  height: 15px;
}

.spring2603-mdx .tire-acco-button.is-active .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.spring2603-mdx .finessa-img {
  width: 844px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .finessa-img {
    width: 89.2vw;
    margin: 0 auto 7.4666666667vw;
  }
}

.spring2603-mdx .playz-img {
  width: 782px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .playz-img {
    width: 89.3333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
}

.spring2603-mdx .ecopia200-img {
  width: 739px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .ecopia200-img {
    width: 89.3333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
}

.spring2603-mdx .chronicle-img {
  width: 744px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .chronicle-img {
    width: 89.3333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
}

.spring2603-mdx .acco-wrap {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .spring2603-mdx .acco-wrap {
    padding-bottom: 0;
  }
}

.spring2603-mdx .acco-cont {
  display: none;
}

.spring2603-mdx .tab-area {
  padding-bottom: 40px;
}

.spring2603-mdx .p-topOnline {
  padding: 90px 0 100px;
  background-image: url(../../../images/asset/lp/spring2603-mdx/bg_geometry.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline {
    padding: 6.588579795vw 0 7.3206442167vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline {
    padding: 10.6666666667vw 0;
    background-image: url(../../../images/asset/lp/spring2603-mdx/bg_geometry.png);
  }
}

.spring2603-mdx .p-topOnline__inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

.spring2603-mdx .p-topOnline__list {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline__list {
    width: 74.6705710102vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__list {
    display: block;
    width: 89.0666666667vw;
  }
}

.spring2603-mdx .p-topOnline__item {
  width: 320px;
  padding: 30px 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline__item {
    width: 23.4260614934vw;
    padding: 2.196193265vw 1.4641288433vw;
    border-radius: 1.0980966325vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 89.0666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 6.6666666667vw;
  }

  .spring2603-mdx .p-topOnline__item:nth-of-type(n+2) {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__itemContent {
    width: 46.6666666667vw;
  }
}

.spring2603-mdx .p-topOnline__itemImg {
  width: 112px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__itemImg {
    width: 24vw;
    margin: 0;
  }
}

.spring2603-mdx .p-topOnline__itemTxt01 {
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 18px;
  font-weight: 700 !important;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline__itemTxt01 {
    margin-top: 0.7320644217vw;
    font-size: 1.317715959vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__itemTxt01 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 0;
    line-height: 1.3;
  }
}

.spring2603-mdx .p-topOnline__itemTxt02 {
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 14px;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline__itemTxt02 {
    margin-top: 0.7320644217vw;
    font-size: 1.0248901903vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__itemTxt02 {
    font-size: 13px;
    font-size: 3.3854166667vw;
    margin-top: 2.6666666667vw;
    line-height: 1.5;
  }
}

.spring2603-mdx .p-topOnline__itemLink {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 14px;
  text-decoration: underline;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline__itemLink {
    font-size: 1.0248901903vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__itemLink {
    font-size: 13px;
    font-size: 3.3854166667vw;
  }
}

.spring2603-mdx .p-topOnline__ttl {
  margin-bottom: 56px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 1.5;
  text-align: center;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline__ttl {
    margin-bottom: 4.0995607613vw;
    font-size: 2.635431918vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__ttl {
    font-size: 24px;
    font-size: 6.25vw;
    margin-bottom: 8vw;
    line-height: 1.4;
  }
}

.spring2603-mdx .p-topOnline__ttlLead {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 400 !important;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  .spring2603-mdx .p-topOnline__ttlLead {
    margin-bottom: 0.439238653vw;
    font-size: 1.756954612vw;
  }
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .p-topOnline__ttlLead {
    font-size: 18px;
    font-size: 4.6875vw;
    margin-bottom: 1.3333333333vw;
  }
}



.spring2603-mdx .footer-official-store-winter2509mdx {
  margin: 80px 0;

}

@media screen and (max-width: 768px) {
  .spring2603-mdx .footer-official-store-winter2509mdx {
    margin: calc(100/750 * 100vw) 0;
  }
}

.spring2603-mdx .footer-official-store-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 48px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .footer-official-store-ttl {
    font-size: 6.25vw;
    padding-bottom: 8vw;
  }
}



.spring2603-mdx .footer-official-store-list {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: 0 auto 48px;
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .footer-official-store-list {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto 6vw;
    width: 70%;
  }
}

.spring2603-mdx .footer-official-store-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .footer-official-store-list-item {
    width: calc(210 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .spring2603-mdx .footer-official-store-list-item:nth-child(2n) {
    margin-left: calc(40 / 750 * 100vw);

  }
}

.spring2603-mdx .footer-official-store-list-item .footer-official-store-list-img {
  text-align: center;
  margin: 0 auto;
  height: 86px;
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .footer-official-store-list-item .footer-official-store-list-img {
    height: calc(180 / 750 * 100vw);
    display: flex;
    align-items: center;
  }
}

.spring2603-mdx .footer-official-store-list-txt {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .spring2603-mdx .footer-official-store-list-txt {
    font-size: 4.2vw;
  }
}