@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
#winter2509-mdx {
  /* HTML5 display-role reset for older browsers */
}
#winter2509-mdx html, #winter2509-mdx body, #winter2509-mdx div, #winter2509-mdx span, #winter2509-mdx applet, #winter2509-mdx object, #winter2509-mdx iframe, #winter2509-mdx h1, #winter2509-mdx h2, #winter2509-mdx h3, #winter2509-mdx h4, #winter2509-mdx h5, #winter2509-mdx h6, #winter2509-mdx p, #winter2509-mdx blockquote, #winter2509-mdx pre, #winter2509-mdx a,
#winter2509-mdx abbr, #winter2509-mdx acronym, #winter2509-mdx address, #winter2509-mdx big, #winter2509-mdx cite, #winter2509-mdx code, #winter2509-mdx del, #winter2509-mdx dfn, #winter2509-mdx em, #winter2509-mdx img, #winter2509-mdx ins, #winter2509-mdx kbd, #winter2509-mdx q, #winter2509-mdx s, #winter2509-mdx samp, #winter2509-mdx small, #winter2509-mdx strike,
#winter2509-mdx strong, #winter2509-mdx sub, #winter2509-mdx sup, #winter2509-mdx tt, #winter2509-mdx var, #winter2509-mdx b, #winter2509-mdx u, #winter2509-mdx i, #winter2509-mdx center, #winter2509-mdx dl, #winter2509-mdx dt, #winter2509-mdx dd, #winter2509-mdx ol, #winter2509-mdx ul, #winter2509-mdx li, #winter2509-mdx fieldset, #winter2509-mdx form, #winter2509-mdx label, #winter2509-mdx legend,
#winter2509-mdx table, #winter2509-mdx caption, #winter2509-mdx tbody, #winter2509-mdx tfoot, #winter2509-mdx thead, #winter2509-mdx tr, #winter2509-mdx th, #winter2509-mdx td, #winter2509-mdx article, #winter2509-mdx aside, #winter2509-mdx canvas, #winter2509-mdx details, #winter2509-mdx figure, #winter2509-mdx figcaption,
#winter2509-mdx footer, #winter2509-mdx header, #winter2509-mdx hgroup, #winter2509-mdx menu, #winter2509-mdx nav, #winter2509-mdx output, #winter2509-mdx ruby, #winter2509-mdx section, #winter2509-mdx summary, #winter2509-mdx time, #winter2509-mdx mark, #winter2509-mdx audio, #winter2509-mdx video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
#winter2509-mdx article, #winter2509-mdx aside, #winter2509-mdx details, #winter2509-mdx figcaption, #winter2509-mdx figure, #winter2509-mdx footer, #winter2509-mdx header, #winter2509-mdx hgroup, #winter2509-mdx menu, #winter2509-mdx nav, #winter2509-mdx section {
  display: block;
}
#winter2509-mdx body {
  line-height: 1;
}
#winter2509-mdx ol, #winter2509-mdx ul {
  list-style: none;
}
#winter2509-mdx blockquote, #winter2509-mdx q {
  quotes: none;
}
#winter2509-mdx blockquote:before, #winter2509-mdx blockquote:after, #winter2509-mdx q:before, #winter2509-mdx q:after {
  content: "";
  content: none;
}
#winter2509-mdx table {
  border-collapse: collapse;
  border-spacing: 0;
}
#winter2509-mdx a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}
#winter2509-mdx blockquote, #winter2509-mdx q {
  quotes: none;
}
#winter2509-mdx blockquote:before, #winter2509-mdx blockquote:after, #winter2509-mdx q:before, #winter2509-mdx q:after {
  content: "";
  content: none;
}
#winter2509-mdx input, #winter2509-mdx select {
  vertical-align: middle;
}

#winter2509-mdx .bold {
  font-weight: bold;
}
#winter2509-mdx .ta-c {
  text-align: center;
}
#winter2509-mdx .ta-l {
  text-align: left;
}
#winter2509-mdx .ta-r {
  text-align: right;
}
#winter2509-mdx .d-ib {
  display: inline-block;
}
#winter2509-mdx .d-b {
  display: block;
}
#winter2509-mdx .d-i {
  display: inline;
}
#winter2509-mdx .boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
#winter2509-mdx .bg-gray {
  background-color: #F7F7F7;
}
#winter2509-mdx .bg-blue {
  background-color: #EBF7FF;
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
#winter2509-mdx {
  width: 100%;
  min-width: 1200px;
  position: relative;
  height: auto;
  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%;
  /* clearfix
  --------------------------------------------------------- */
  /* border-box
  --------------------------------------------------------- */
}
@media screen and (max-width: 767px) {
  #winter2509-mdx {
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  #winter2509-mdx {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}
#winter2509-mdx div {
  font-size: 16px;
}
#winter2509-mdx li {
  font-size: 16px;
}
#winter2509-mdx img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}
#winter2509-mdx a {
  color: #333;
  display: block;
  text-decoration: none;
}
#winter2509-mdx figure {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  #winter2509-mdx a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
#winter2509-mdx .pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .pc-ui {
    display: none;
  }
}
#winter2509-mdx .sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .sp-ui {
    display: block;
  }
}
#winter2509-mdx .pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .pc-in {
    display: none;
  }
}
#winter2509-mdx .sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .sp-in {
    display: inline;
  }
}
#winter2509-mdx * i {
  line-height: 1;
  width: auto !important;
}
#winter2509-mdx .clearfix {
  *zoom: 1;
}
#winter2509-mdx .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#winter2509-mdx * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#winter2509-mdx .txt-osw {
  font-family: "Oswald", sans-serif;
}
#winter2509-mdx .btn {
  background: #e60012;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 370px;
  height: 70px;
  border-radius: 50px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
  padding: 0 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .btn {
    width: 64vw;
    height: 13.3333333333vw;
    padding: 1.6vw 3.7333333333vw;
  }
}
#winter2509-mdx .btn p {
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .btn p {
    font-size: 3.4666666667vw;
  }
}
#winter2509-mdx .btn .right-icon img {
  width: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .btn .right-icon img {
    width: 2.1333333333vw;
  }
}
#winter2509-mdx .btn:hover {
  opacity: 0.8;
}
#winter2509-mdx .black-btn {
  background: #000;
  color: #fff;
}
#winter2509-mdx .common-ttl-wrap {
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .common-ttl-wrap {
    padding-bottom: 3.2vw;
  }
}
#winter2509-mdx .common-sub-ttl {
  display: inline-block;
  background: #eb2433;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  padding: 4px 18px 6px 14px;
  line-height: 1;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .common-sub-ttl {
    font-size: 4.2666666667vw;
    padding: 4px 16px 4px 14px;
    margin-bottom: 1.0666666667vw;
  }
}
#winter2509-mdx .common-sub-ttl span {
  display: inline-block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg); /* 文字を水平に戻す */
}
#winter2509-mdx .common-ttl {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .common-ttl {
    font-size: 6.4vw;
    padding-top: 2.1333333333vw;
  }
}

body {
  margin: 0;
}

#winter2509-mdx {
  /* Firefox 専用ハック */
  /* ヘッダー */
}
#winter2509-mdx .mv {
  background: url(../../../images/asset/lp/winter2509-mdx/mv_pc.png) top center/cover no-repeat;
  height: 658px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .mv {
    background: url(../../../images/asset/lp/winter2509-mdx/mv_sp.png) top center/cover no-repeat;
    height: 100vw;
  }
}
#winter2509-mdx .mv-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .mv-inner {
    min-width: auto;
  }
}
#winter2509-mdx .logo {
  padding-top: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .logo {
    width: 60%;
    padding-top: 2.1333333333vw;
    padding-left: 3.2vw;
  }
}
#winter2509-mdx .mv-inner h1 {
  width: 1018px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .mv-inner h1 {
    width: 97.8666666667vw;
    margin: 3.2vw auto 0;
  }
}
#winter2509-mdx .mv-btm-box {
  width: 880px;
  margin: 38px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .mv-btm-box {
    width: 100%;
    margin: 3.2vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#winter2509-mdx .discount-txt {
  width: 506px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .discount-txt {
    margin: 0 auto;
    width: 61.3333333333vw;
  }
}
#winter2509-mdx .mv-btm-btn-box {
  width: 369px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .mv-btm-btn-box {
    margin: 4.2666666667vw auto 0;
    width: 100%;
  }
}
#winter2509-mdx .btn-baloon {
  display: inline-block;
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .btn-baloon {
    border-radius: 0.5333333333vw;
    font-size: 2.9333333333vw;
    padding: 1.6vw 3.2vw;
    margin: 0 auto 3.2vw;
  }
}
#winter2509-mdx .btn-baloon::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #000;
}
#winter2509-mdx .coupon-area {
  background: url(../../../images/asset/lp/winter2509-mdx/bg_marble.png) top center/7680px 3044px repeat;
  padding: 48px 0 56px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-area {
    padding: 10.6666666667vw 0;
  }
}
#winter2509-mdx .coupon-box {
  width: 900px;
  border: 2px solid #000;
  background: #fff;
  margin: 0 auto 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-box {
    width: 90%;
    padding-bottom: 5.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
#winter2509-mdx .coupon-ttl {
  background: #000;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 26px;
  padding: 8px 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#winter2509-mdx .coupon-box-txt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 36px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #e60012;
  line-height: 1;
  font-weight: 600;
  margin: 36px 0 30px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-box-txt {
    font-size: 5.0666666667vw;
    margin: 5.3333333333vw 0 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-box-txt img {
    width: 26.6666666667vw;
  }
}
#winter2509-mdx .coupon-box-inner {
  width: 720px;
  background: #f0eeed;
  margin: 0 auto;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-box-inner {
    width: 90%;
    padding: 5.3333333333vw 0;
  }
}
#winter2509-mdx .coupon-code-corner {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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) {
  #winter2509-mdx .coupon-code-corner {
    width: 90%;
    height: 13.3333333333vw;
    gap: 2.1333333333vw;
    line-height: 1;
  }
}
#winter2509-mdx .coupon-code-corner dt {
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-code-corner dt {
    font-size: 3.7333333333vw;
  }
}
#winter2509-mdx .coupon-code-corner dd {
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-code-corner dd {
    font-size: 4.9333333333vw;
  }
}
#winter2509-mdx .coupon-code-note {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 16px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-code-note {
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 0 4.2666666667vw;
  }
}
#winter2509-mdx .coupon-code-copy-btn {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-code-copy-btn {
    width: 80%;
    height: 10.6666666667vw;
    gap: 2.1333333333vw;
    padding-left: 4.2666666667vw;
  }
}
#winter2509-mdx .coupon-code-copy-btn p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-code-copy-btn p {
    font-size: 3.4666666667vw;
  }
}
#winter2509-mdx .coupon-code-copy-btn img {
  width: 22px;
  height: 22px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-code-copy-btn img {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
#winter2509-mdx .coupon-code-copy-btn:hover {
  opacity: 0.6;
}
#winter2509-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) {
  #winter2509-mdx .coupon-box-note {
    font-size: 2.9333333333vw;
    padding: 2.1333333333vw 0 0vw;
  }
}
#winter2509-mdx #msg {
  position: fixed;
  padding: 0.8em;
  line-height: 1;
  border-radius: 4px;
  display: none;
  top: 10px;
  left: 50%;
  color: #000;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #f0eeed;
  border: #b4b4b4 solid 1px;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1001;
}
#winter2509-mdx .map-area {
  background: url(../../../images/asset/lp/winter2509-mdx/bg_snowymountain.png) top center/cover no-repeat;
  padding: 80px 0 96px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map-area {
    padding: 10.6666666667vw 0;
  }
}
#winter2509-mdx .map-inner {
  background: rgba(255, 255, 255, 0.9);
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map-inner {
    width: 90%;
    padding: 8vw 0;
  }
}
#winter2509-mdx .map-txt {
  text-align: center;
  padding: 0 0 40px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map-txt {
    font-size: 3.7333333333vw;
    padding: 0 0 5.3333333333vw;
  }
}
#winter2509-mdx .map {
  /* 下向き矢印を追加 */
}
#winter2509-mdx .map .map-img {
  width: 728px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .map-img {
    width: 80vw;
  }
}
#winter2509-mdx .map .tab-container {
  width: 500px;
  margin: 0 auto;
  background-color: #e4f1ff;
  padding: 28px 40px;
}
@media screen and (min-width: 768px) {
  #winter2509-mdx .map .tab-container {
    margin-top: -24px;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .tab-container {
    width: 78.6666666667vw;
    padding: 4.2666666667vw 2.6666666667vw;
    margin-top: 4.2666666667vw;
  }
}
#winter2509-mdx .map .tab-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 355px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .tab-ttl-box {
    width: 66.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#winter2509-mdx .map .tab-ttl-box .studio-menu-ttl {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-weight: 600;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .tab-ttl-box .studio-menu-ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .tab-ttl-box .map-ttl-line {
    width: 4.8vw;
  }
}
#winter2509-mdx .map .prefecture-select {
  width: 420px;
  height: 80px;
  text-align: center;
  background-color: #ffffff;
  color: #333333;
  border-radius: 4px;
  border: solid #333333 2px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .map .prefecture-select {
    font-size: 4.2666666667vw;
    width: 73.3333333333vw;
    height: 8vw;
    border-radius: 0.5333333333vw;
    border: solid #333333 0.2666666667vw;
  }
}
#winter2509-mdx .map .area-box {
  width: 420px;
  background-color: #ffffff;
  height: 98px;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .area-box {
    width: 66.6666666667vw;
    height: auto;
    margin: 0 auto;
    margin-top: 3.2vw;
    padding: 5.3333333333vw 0;
  }
}
#winter2509-mdx .map .area-box .area-red-ttl {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .area-box .area-red-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#winter2509-mdx .map .area-box .area-period {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .area-box .area-period {
    font-size: 4.2666666667vw;
  }
}
#winter2509-mdx .map .custom-select-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .custom-select-wrapper {
    width: 90%;
  }
}
#winter2509-mdx .map .custom-select-mdx {
  border: 2px solid #000000;
  text-align: center;
  /* 中央揃え */
  background-color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
}
#winter2509-mdx .map .custom-select-mdx .selected {
  padding: 20px 0px;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .custom-select-mdx .selected {
    padding: 3.2vw 0;
    font-size: 3.7333333333vw;
  }
}
#winter2509-mdx .map .custom-select-mdx .options {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#winter2509-mdx .map .custom-select-mdx .options li {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .custom-select-mdx .options li {
    padding: 1.3333333333vw;
  }
}
#winter2509-mdx .map .custom-select-mdx .options li:hover {
  background-color: #f0f0f0;
}
#winter2509-mdx .map .custom-select-mdx .options.show {
  display: block;
}
#winter2509-mdx .map .info-box {
  text-align: center;
}
#winter2509-mdx .map .selected {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  /* 矢印分の余白 */
  cursor: pointer;
}
#winter2509-mdx .map .selected::after {
  content: "";
  width: 20px;
  height: 13px;
  background: url(../../../images/asset/lp/winter2509-mdx/chevron-down.png) top center/20px auto no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  /* 矢印クリックを無効化 */
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .map .selected::after {
    font-size: 3.7333333333vw;
    right: 4vw;
    width: 3.7333333333vw;
    height: 2.4vw;
    background: url(../../../images/asset/lp/winter2509-mdx/chevron-down.png) top center/3.7333333333vw auto no-repeat;
  }
}
#winter2509-mdx .register-wrap {
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-wrap {
    margin: 10.6666666667vw auto 0;
  }
}
#winter2509-mdx .register-ttl-wrap {
  text-align: center;
}
#winter2509-mdx .register-sub-ttl {
  width: 302px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-sub-ttl {
    width: 40.2666666667vw;
  }
}
#winter2509-mdx .register-ttl {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-ttl {
    font-size: 5.0666666667vw;
    margin-bottom: 4vw;
  }
}
#winter2509-mdx .register-ttl .small {
  font-size: 80%;
}
#winter2509-mdx .register-step-bloon {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-step-bloon {
    font-size: 3.7333333333vw;
  }
}
#winter2509-mdx .register-list {
  width: 660px;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-list {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
#winter2509-mdx .register-list-item {
  background: #ffedee;
  border-radius: 8px;
  width: 210px;
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-list-item {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-list-item .register-img img {
    width: 17.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-list-item:nth-child(2) .register-img img {
    width: 28vw;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-list-item:nth-child(3) .register-img img {
    width: 36.2666666667vw;
  }
}
#winter2509-mdx .outlined {
  font-size: 40px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: white;
  -webkit-text-stroke: 2px #e60112;
  line-height: 1;
  padding: 16px 0 8px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .outlined {
    padding: 4.2666666667vw 0 3.2vw;
    font-size: 10.6666666667vw;
  }
}
@-moz-document url-prefix() {
  #winter2509-mdx .outlined {
    -webkit-text-stroke: 0;
    /* 念のためリセット */
    text-shadow: 1px 0 #e60112, -1px 0 #e60112, 0 1px #e60112, 0 -1px #e60112, 1px 1px #e60112, -1px -1px #e60112, 1px -1px #e60112, -1px 1px #e60112;
  }
}
#winter2509-mdx .register-img {
  width: 170px;
  height: 92px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-img {
    width: 80%;
    height: 26.6666666667vw;
  }
}
#winter2509-mdx .register-txt {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-txt {
    padding-top: 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
#winter2509-mdx .register-txt .txt-red {
  font-weight: bold;
  color: #eb2433;
}
#winter2509-mdx .register-list-notes {
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .register-list-notes {
    font-size: 2.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#winter2509-mdx .item-area {
  background: url(../../../images/asset/lp/winter2509-mdx/bg_marble.png) top center/7680px 3044px repeat;
  padding: 80px 0 56px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-area {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
#winter2509-mdx .item-btn {
  width: 690px;
  margin: 0 auto 32px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-btn {
    width: 90%;
  }
}
#winter2509-mdx .item-btn:hover {
  opacity: 0.8;
}
#winter2509-mdx .item-toggle {
  position: absolute;
  right: 20px;
  display: block;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  #winter2509-mdx .item-toggle {
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-toggle {
    width: 9vw;
    height: 9vw;
    right: 1.6vw;
  }
}
#winter2509-mdx .item-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 50%;
  border-radius: 6px;
  background: #222222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-toggle::after {
    height: 0.5333333333vw;
  }
}
#winter2509-mdx .item-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 4px;
  border-radius: 6px;
  background: #222222;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-toggle::before {
    width: 0.5333333333vw;
  }
}
#winter2509-mdx .is-open .item-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
#winter2509-mdx .item-contents {
  width: 800px;
  background: #fff;
  margin: 0 auto 48px;
  padding: 40px 0;
  text-align: center;
  display: none;
}
#winter2509-mdx .item-contents .btn {
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-contents .btn {
    margin: 0 auto 10.6666666667vw;
  }
}
#winter2509-mdx .item-contents .btn-teigaku {
  width: 460px;
  margin: 40px auto 0px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-contents .btn-teigaku {
    width: 90%;
    margin: 5.3333333333vw auto 0px;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-contents {
    width: 90%;
    padding: 8vw 0;
    margin: 0 auto 8vw;
  }
}
#winter2509-mdx .item-ttl {
  border-bottom: #e60112 1px solid;
  font-size: 36px;
  font-weight: bold;
  color: #e60112;
  display: inline-block;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-ttl {
    font-size: 5.3333333333vw;
  }
}
#winter2509-mdx .item-ttl p {
  border-bottom: #e60112 1px solid;
  margin-bottom: 4px;
}
#winter2509-mdx .item-note {
  text-align: center;
  font-size: 16px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-note {
    font-size: 2.9333333333vw;
  }
}
#winter2509-mdx .item-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 32px auto;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-heading-wrap {
    width: 90%;
    margin: 5.3333333333vw auto;
  }
}
#winter2509-mdx .item-heading {
  width: 374px;
}
#winter2509-mdx .item-car-model {
  width: 293px;
}
#winter2509-mdx .line-ttl {
  width: 690px;
  margin: 0 auto;
  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;
  width: 374px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .line-ttl {
    width: 90%;
    font-size: 4.2666666667vw;
  }
}
#winter2509-mdx .item-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  margin: 0 auto 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-point-list {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
#winter2509-mdx .item-point-list-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-point-list-item dl {
    margin-left: 2.6666666667vw;
    gap: 3.2vw;
    height: auto;
    margin-bottom: 5.3333333333vw;
  }
}
#winter2509-mdx .item-point-list-item dt {
  height: 58px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-point-list-item dt {
    height: 12vw;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-point-list-item dt img {
    height: 12vw;
  }
}
#winter2509-mdx .item-point-list-item dd {
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-point-list-item dd {
    font-size: 3.7333333333vw;
  }
}
#winter2509-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) {
  #winter2509-mdx .size-list-notes {
    font-size: 2.9333333333vw;
  }
}
#winter2509-mdx .size-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .size-list {
    font-size: 3.7333333333vw;
  }
}
#winter2509-mdx .size-list-lot {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .size-list-lot {
    width: 90%;
  }
}
#winter2509-mdx .size-list-item {
  width: 72px;
  height: 72px;
  background-color: #f2f2f2;
  border-radius: 50%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .size-list-item {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
#winter2509-mdx .size-list-item p {
  font-size: 40%;
}
#winter2509-mdx .size-list-item p span {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .size-list-item p span {
    font-size: 5.8666666667vw;
  }
}
#winter2509-mdx .size-list-item:hover, #winter2509-mdx .size-list-item.is-active {
  background-color: #000;
  color: #fff;
}
#winter2509-mdx .size-table-tab .size-table {
  display: none;
}
#winter2509-mdx .size-table-tab .size-table.is-active {
  display: block;
}
#winter2509-mdx .tiresize-table {
  width: 532px;
  color: #111;
  line-height: 1.4;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table {
    width: 94%;
    margin: 5.3333333333vw auto 0;
  }
}
#winter2509-mdx .tiresize-table-head,
#winter2509-mdx .tiresize-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#winter2509-mdx .tiresize-table-col {
  padding: 10px 0px 10px;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  border: 1px solid #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-col {
    font-size: 2.9333333333vw;
  }
}
#winter2509-mdx .tiresize-table-head .tiresize-table-col--size {
  width: 168px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-head .tiresize-table-col--size {
    width: 32%;
  }
}
#winter2509-mdx .tiresize-table-head .tiresize-table-col--member {
  width: 148px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-head .tiresize-table-col--member {
    width: 32%;
  }
}
#winter2509-mdx .tiresize-table-head .tiresize-table-col--campaign {
  width: 168px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-head .tiresize-table-col--campaign {
    width: 32%;
  }
}
#winter2509-mdx .tiresize-table-col--campaign {
  position: relative;
  background: #ffeded;
  border: none;
  color: #d63233;
}
#winter2509-mdx .tiresize-table-cp-label {
  display: inline-block;
}
#winter2509-mdx .tiresize-table-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 178px 176px 178px;
  grid-template-columns: 178px 176px 178px;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-body {
    -ms-grid-columns: 33% 33% 33%;
    grid-template-columns: 33% 33% 33%;
  }
}
#winter2509-mdx .tiresize-table-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: contents;
}
#winter2509-mdx .tiresize-table-cell {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-cell {
    font-size: 3.2vw;
    height: 12vw;
  }
}
#winter2509-mdx .tiresize-table-cell--campaign {
  text-align: left;
  gap: 8px;
  border-right: none;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-cell--campaign {
    gap: 4px;
    padding: 0 8px;
  }
}
#winter2509-mdx .tiresize-table-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#winter2509-mdx .tiresize-table-badge:hover {
  opacity: 0.8;
}
#winter2509-mdx .tiresize-table-arrow {
  width: 44px;
  position: absolute;
  left: -32px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .tiresize-table-arrow {
    width: 5.0666666667vw;
    left: -3.7333333333vw;
    top: 2.1333333333vw;
  }
}
#winter2509-mdx .item-area02 {
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-area02 {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
#winter2509-mdx .item-area02 .item-ttl {
  line-height: 1.3;
}
#winter2509-mdx .item-area02 .common-ttl {
  font-size: 38px;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-area02 .common-ttl {
    font-size: 5.3333333333vw;
  }
}
#winter2509-mdx .item-area02-sub-ttl {
  width: 99px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-area02-sub-ttl {
    width: 17.3333333333vw;
  }
}
#winter2509-mdx .item-area02 .item-contents {
  padding: 0;
}
#winter2509-mdx .item-area02-notes {
  text-align: center;
  font-size: 16px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .item-area02-notes {
    font-size: 2.9333333333vw;
  }
}
#winter2509-mdx .coupon-area02 {
  background: #fff;
}
#winter2509-mdx .coupon-step {
  text-align: center;
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step {
    width: 90%;
  }
}
#winter2509-mdx .coupon-step-ttl {
  font-size: 28px;
  font-weight: bold;
  width: 620px;
  margin: 0 auto 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat 0 50%/100% 1px;
  background: linear-gradient(#000, #000) no-repeat 0 50%/100% 1px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-ttl {
    width: 100%;
    font-size: 4.2666666667vw;
    margin: 0 auto 4.2666666667vw;
  }
}
#winter2509-mdx .coupon-step-ttl p {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-ttl p {
    padding: 0 0.2em;
  }
}
#winter2509-mdx .coupon-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#winter2509-mdx .coupon-step-list-item-img {
  height: 64px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-list-item-img img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-list-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.2em 0;
  }
}
#winter2509-mdx .coupon-step-list-item {
  width: 255px;
  border-right: #bfbfbf 1px solid;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-list-item {
    padding-bottom: 4.2666666667vw;
  }
}
#winter2509-mdx .coupon-step-list-item:last-child {
  border-right: none;
}
#winter2509-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img {
    height: 40px;
    margin: 0.7em 0;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-list-item:last-child .coupon-step-list-item-img img {
    height: 30px;
  }
}
#winter2509-mdx .coupon-step-list-item-ttl {
  text-align: center;
  font-size: 25px;
  padding-bottom: 8px;
}
#winter2509-mdx .coupon-step-list-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-list-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#winter2509-mdx .coupon-step-list-item-txt {
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-list-item-txt {
    text-align: center;
    font-size: 3.2vw;
  }
}
#winter2509-mdx .coupon-step-notes {
  text-align: left;
  font-size: 12px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .coupon-step-notes {
    font-size: 2.9333333333vw;
  }
}
#winter2509-mdx .voice-area {
  text-align: center;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-area {
    margin: 10.6666666667vw auto;
  }
}
#winter2509-mdx .voice-step-ttl {
  font-size: 28px;
  font-weight: bold;
  width: 300px;
  margin: 0 auto 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat 0 50%/100% 1px;
  background: linear-gradient(#000, #000) no-repeat 0 50%/100% 1px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-step-ttl {
    width: 90%;
    font-size: 4.8vw;
    margin: 0 auto 4.2666666667vw;
  }
}
#winter2509-mdx .voice-step-ttl p {
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-step-ttl p {
    padding: 0 0.8em;
  }
}
#winter2509-mdx .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 824px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-list {
    width: 80%;
  }
}
#winter2509-mdx .voice-list-item {
  width: 400px;
  border: #4093eb 2px solid;
  background: url(../../../images/asset/lp/winter2509-mdx/snow_deco.png) top right/102px auto no-repeat, #fff;
  padding: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-list-item {
    width: 100%;
    padding: 24px;
    margin-bottom: 24px;
  }
}
#winter2509-mdx .voice-list-ttl {
  border-bottom: #4093eb 1px solid;
  font-size: 28px;
  font-weight: bold;
  color: #4093eb;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  text-align: left;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-list-ttl {
    font-size: 4.8vw;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}
#winter2509-mdx .voice-list-txt {
  font-size: 16px;
  text-align: left;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-list-txt {
    font-size: 3.2vw;
  }
}
#winter2509-mdx .voice-list-txt span {
  color: #4093eb;
  font-weight: bold;
}
#winter2509-mdx .voice-list-notes {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-list-notes {
    font-size: 2.9333333333vw;
  }
}
#winter2509-mdx .voice-list-more {
  display: none;
}
#winter2509-mdx .voice-open-btn {
  width: 320px;
  height: 70px;
  border: #4093eb 2px solid;
  font-size: 20px;
  font-weight: bold;
  color: #4093eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  position: relative;
  margin: 0 auto 40px;
  cursor: pointer;
}
#winter2509-mdx .voice-open-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-open-btn {
    width: 60%;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#winter2509-mdx .voice-toggle {
  position: absolute;
  right: 10px;
  display: block;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  #winter2509-mdx .voice-toggle {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-toggle {
    width: 9vw;
    height: 9vw;
    right: 1.0666666667vw;
  }
}
#winter2509-mdx .voice-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 50%;
  border-radius: 6px;
  background: #4093eb;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-toggle::after {
    height: 0.5333333333vw;
  }
}
#winter2509-mdx .voice-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 3px;
  border-radius: 6px;
  background: #4093eb;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  #winter2509-mdx .voice-toggle::before {
    width: 0.5333333333vw;
  }
}
#winter2509-mdx .is-open .voice-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
#winter2509-mdx .p-topOnline {
  padding: 90px 0 100px;
  background-image: url(../../../images/asset/lp/winter2509-mdx/bg_geometry.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  #winter2509-mdx .p-topOnline {
    padding: 6.588579795vw 0 7.3206442167vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline {
    padding: 10.6666666667vw 0;
    background-image: url(../../../images/asset/lp/winter2509-mdx/bg_geometry.png);
  }
}
#winter2509-mdx .p-topOnline__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
#winter2509-mdx .p-topOnline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1020px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) and (max-width: 1366px) {
  #winter2509-mdx .p-topOnline__list {
    width: 74.6705710102vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__list {
    display: block;
    width: 89.0666666667vw;
  }
}
#winter2509-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) {
  #winter2509-mdx .p-topOnline__item {
    width: 23.4260614934vw;
    padding: 2.196193265vw 1.4641288433vw;
    border-radius: 1.0980966325vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 89.0666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 6.6666666667vw;
  }
  #winter2509-mdx .p-topOnline__item:nth-of-type(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__itemContent {
    width: 46.6666666667vw;
  }
}
#winter2509-mdx .p-topOnline__itemImg {
  width: 112px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__itemImg {
    width: 24vw;
    margin: 0;
  }
}
#winter2509-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) {
  #winter2509-mdx .p-topOnline__itemTxt01 {
    margin-top: 0.7320644217vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__itemTxt01 {
    font-size: 15px;
    font-size: 3.90625vw;
    margin-top: 0;
    line-height: 1.3;
  }
}
#winter2509-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) {
  #winter2509-mdx .p-topOnline__itemTxt02 {
    margin-top: 0.7320644217vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__itemTxt02 {
    font-size: 13px;
    font-size: 3.3854166667vw;
    margin-top: 2.6666666667vw;
    line-height: 1.5;
  }
}
#winter2509-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) {
  #winter2509-mdx .p-topOnline__itemLink {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__itemLink {
    font-size: 13px;
    font-size: 3.3854166667vw;
  }
}
#winter2509-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) {
  #winter2509-mdx .p-topOnline__ttl {
    margin-bottom: 4.0995607613vw;
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__ttl {
    font-size: 24px;
    font-size: 6.25vw;
    margin-bottom: 8vw;
    line-height: 1.4;
  }
}
#winter2509-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) {
  #winter2509-mdx .p-topOnline__ttlLead {
    margin-bottom: 0.439238653vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  #winter2509-mdx .p-topOnline__ttlLead {
    font-size: 18px;
    font-size: 4.6875vw;
    margin-bottom: 1.3333333333vw;
  }
}


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

}

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

#winter2509-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) {
#winter2509-mdx .footer-official-store-ttl{
  font-size: 6.25vw;
  padding-bottom:8vw;
}
}



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

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

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

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

}
}

#winter2509-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) {
#winter2509-mdx .footer-official-store-list-item .footer-official-store-list-img{
  height: calc(180 / 750 * 100vw);
        display: flex;
        align-items: center;
}
}
#winter2509-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) {
  #winter2509-mdx .footer-official-store-list-txt{
  font-size: 4.2vw;
  }
}