<style>
/* ------------------------------ */
/* 共通リセット・ベーススタイル */
/* ------------------------------ */
@charset "UTF-8";

/* デバッグ用枠線（開発時のみ使用） */
/* * { border: 1px solid red } */
/* Regular */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Regular.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('HelveticaNeue-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Hiragino Kaku Gothic StdN W3"; /* ファイル名と一致するよう注意 */
  src: url("../fonts/ヒラギノ角ゴ StdN W3.otf") format("opentype");
  font-display: swap;
}
body {
  font-family: 'HelveticaCustom', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  color: #000;
  background-color: #fff;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

a:visited {
  color: #000;
}


ul, ol {
  padding: 0;
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input, button, select, textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
  height: 0;
}

/* ------------------------------ */
/* フォント・構造に関する設定 */
/* ------------------------------ */
.category-number, .category-title {
  font-family: "HelveticaNeue", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", sans-serif;
  font-weight: 550;
}

.category-number {
  font-size: calc(130 / 1366 * 100vw);
  /* font-weight: 500; */
}

.category-title {
  font-size: calc(70 / 1366 * 100vw);
  letter-spacing: 0.07em;
}

p {
  font-size: 14px;
}


/* ------------------------------ */
/* アニメーション系 */
/* ------------------------------ */
.blurTrigger {
  opacity: 0;
  transform: translateY(15px);
  transition: all 1s ease;
}

.blurTrigger.visible {
  opacity: 1;
  transform: translateY(0);
}

.blurText {
  opacity: 0;
  animation: fadeInText 0.3s 1s forwards;
}

@keyframes fadeInText {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slideinLeft {
  0% { transform: translateX(-70px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideinRight {
  0% { transform: translateX(70px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

/* @keyframes tikatika {
  0%   { opacity: 0; }
  25%  { opacity: 0.5; }
  50%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 1; }
} */


/* =========================================== */
/*                  Footer                     */
/* =========================================== */
footer {
  position: relative;
  z-index: 5000 !important; /* より高い z-index を設定 */
  bottom: 0; /* 必要に応じて調整 */
  left: 0; /* 必要に応じて調整 */
  width: 100%; /* 必要に応じて調整 */
}
.lanvin_style footer #footer {
  color: #000;
  z-index: 300 !important;
  background-color: #fff;
}

.lanvin_style #footer #footer_area {
  padding-bottom: 12px;
  padding-top: 0;
}

.lanvin_style #footer #footer_area .navi_block .navi_set:nth-of-type(1) {
  display: none;
}

.lanvin_style #footer #footer_area .navi_block .navi_set .ttl {
  display: none;
}

#footer #footer_area .navi_set .ttl {
  display: none;
}

.lanvin_style #footer {
  background-color: transparent !important;
  background-color: #fff !important;
}

#footer #footer_area #copy_block .copy {
  font-size: 8px;
  text-align: center;
}

#footer #footer_area .navi_block,
ul.sns_icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer #page_top {
  bottom: 16px !important;
  position: fixed !important;

}

#footer #page_top a {
  background-color: #000;
  color: #fff;
  height: 35px;
  width: 35px;
}

#footer #page_top a::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  top: calc(50% + 2px);
}

#footer ul.sns_icon li.insta {
  margin-bottom: 0;
  width: 100%;
}

#footer ul.sns_icon li.insta a {
  background: url(https://store.descente.co.jp/lanvin/wp-content/uploads/sites/5/2024/01/icon-sns-instagram-1.png) no-repeat center center/cover !important;
}

#footer ul.sns_icon li.insta a {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
}

#footer #footer_area .navi_block .navi_set {
  margin-bottom: 40px;
}

#footer #footer_area #copy_block .copy {
  font-size: 8px;
  font-size: max(8px, 2.6666666667vw);
}

@media screen and (min-width: 768px) {
  .lanvin_style #footer #footer_area {
    padding-bottom: 16px;
  }
  #footer #page_top a {
    height: 40px;
    width: 40px;
  }
  #footer ul.sns_icon li.insta a {
    height: 35px;
    width:35px;
  }
  #footer #footer_area .navi_block .navi_set {
    margin-bottom: 60px;
  }
  #footer #footer_area #copy_block .copy {
    font-size: 14px;
    font-size: max(14px, 0.8333333333vw);
  }
}
/* =========================================== */
/*                   Header                    */
/* =========================================== */
.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.4%;
  padding-right: 6.4%;
  width: 100%;
}
/* =========================================== */
/*                 LVS reset                   */
/* =========================================== */
.lower_content {
  margin-top: 0;
}

.cont_ttl {
  display: none;
}

.ticker_off.lower #main_area,
.lower #main_area {
  padding-bottom: 0;
  padding-top: 0;
}

.main_width {
  padding-left: 0;
  padding-right: 0;
}

.lower_content {
  margin-top: 0;
  width: 100%;
}

#bread {
  display: none;
}

.main_width {
  max-width: none;
  max-width: initial;
}



.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.js-slide-in {
  -webkit-transition: -webkit-transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 6s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-slide-in.-to-right {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.js-slide-in.-to-left {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
#LVS_25SS_vol2 {
/* =========================================== */
/*                   price                    */
/* =========================================== */

/*                  item detail                  */
/* =========================================== */
.item__detail {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4.8%;
  padding-left: 4.2666666667%;
  padding-right: 4.2666666667%;
}
.item__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.item__wrap + .item__wrap {
  margin-top: 0.9333333333%;
}

.item__info {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.item__name,
.item__price,
.item__buy,
.item__tax {
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "HelveticaNeue", sans-serif;
  font-size:clamp(12px, .97vw,.97vw);
  font-size:clamp(12px, .97vw,.97vw);
  text-transform: uppercase;
}

.item__name {
  margin-right: 6px;
}

.item__price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
}

.item__tax {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.item__tax small {
  font-size: 80%;
  text-transform: lowercase;
}

.item__buy {
  margin-left: auto;
}

.item__buy  {
  display: block;
  color: #000;
  font-family: "HelveticaNeue", sans-serif;
  font-size:clamp(12px, .97vw,.97vw);
  font-size:clamp(12px, .97vw,.97vw);
  line-height: 1.5;
  height: inherit;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.item__buy  span {
  display: block;
  -webkit-transition: letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
  transition: letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  transition: transform 0.3s ease, letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
}

.item__buy  span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.item__buy.unreleased a {
  visibility: hidden;
}

@media (hover: hover) {
  .item__buy:hover {
    opacity: 1;
  }
  .item__buy:hover span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .item__detail {
    margin-bottom: 0;
    margin-top: 1.875%;
    padding-left: 2.0833333333%;
    padding-right: 2.0833333333%;
  }
  .item__wrap {
    gap: 12px;
  }
  .item__wrap + .item__wrap {
    margin-top: 2.5%;
  }
  .item__coordinate {
    font-size:clamp(12px, .97vw,.97vw);
  }
  .item__coordinate {
    margin-bottom: 0;
  }
  .item__name,
  .item__price,
  .item__buy,
  .item__tax {
    font-size:clamp(12px, .97vw,.97vw);
  }
  .item__name {
    margin-right: 8px;
  }
  .item__buy a {
    font-size:clamp(12px, .97vw,.97vw);
  }
}
.collection {
  overflow: hidden;
  margin-bottom: 19.4666666667vw;
  padding-top: 16vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .collection {
    margin-top: 2.5vw;
    margin-bottom: 9.1666666667vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.collection--autumn {
  margin-top: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .collection--autumn {
    margin-top: 33.3333333333vw;
  }
}

.collection__title {
  text-align: center;
  text-transform: uppercase;
  font-size:clamp(12px, .97vw,.97vw);
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .collection__title {
    font-size:clamp(12px, .97vw,.97vw);
  }
}
/* =========================================== */
/*                  item detail                  */
/* =========================================== */
.item__detail {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4.8%;
  padding-left: 4.2666666667%;
  padding-right: 4.2666666667%;
}

.item__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:18px;
margin-bottom: 2%;
}

.item__wrap + .item__wrap {
  margin-top: 2%;
}

.item__info {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.item__name,
.item__price,
.item__buy,
.item__tax {
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "HelveticaNeue", sans-serif;
  /* font-size: 8px; */
  /* font-size: max(8px, 2.933333333vw); */
  text-transform: uppercase;
}

.item__name {
  margin-right: 6px;
}

.item__price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
}

.item__tax {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.item__tax small {
  font-size: 70%;
  text-transform: lowercase;
}

.item__buy {
  margin-left: 2%;
}

.item__buy a {
  display: block;
  color: #000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 8px;
  font-size: max(8px, 2.933333333vw);
  line-height: 1.5;
  height: inherit;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.item__buy a span {
  display: block;
  -webkit-transition: letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
  transition: letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  transition: transform 0.3s ease, letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
}

.item__buy a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.item__buy.unreleased a {
  visibility: hidden;
}

@media (hover: hover) {
  .item__buy a:hover {
    opacity: 1;
  }
  .item__buy a:hover span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .item__detail {
    margin-bottom: 0;
    margin-top: 1.875%;
    padding-left: 2.0833333333%;
    padding-right: 2.0833333333%;
  }
  /* .item__wrap {
    gap: 12px;
  } */
  /* .item__wrap + .item__wrap {
    margin-top: 3%;
  } */
  .item__coordinate {
    font-size: 10px;
    font-size: max(10px, 0.8333333333vw);
  }
  .item__coordinate {
    margin-bottom: 0;
  }
  .item__name,
  .item__price,
  .item__buy,
  .item__tax {
    font-size: 10px;
    font-size: max(10px, 0.8333333333vw);
  }
  .item__name {
    margin-right: 8px;
  }
  .item__buy a {
    font-size: 10px;
    font-size: max(10px, 0.8333333333vw);
  }
}
.collection {
  overflow: hidden;
  margin-bottom: 19.4666666667vw;
  padding-top: 16vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .collection {
    margin-top: 2.5vw;
    margin-bottom: 9.1666666667vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.collection--autumn {
  margin-top: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .collection--autumn {
    margin-top: 33.3333333333vw;
  }
}

.collection__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-size: max(12px, 3.0666666667vw);
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .collection__title {
    font-size: 15px;
    font-size: max(15px, 1vw);
  }
}

/* =========================================== */
/*                    item                     */
/* =========================================== */
.item--i1 {
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .item--i1 {
    margin-top: 5.8333333333vw;
  }
}

.item__inner--i1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .item__inner--i1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-left: 13.3333333333vw;
  }
}

.item__container--i1-1 {
  width: 86%;
  margin-top: 24vw;
}
@media screen and (min-width: 768px) {
  .item__container--i1-1 {
    margin-top: 0;
    width: 32.9166666667vw;
  }
}

@media screen and (min-width: 768px) {
  .item__container--i1-2 {
    width: 45.6666666667vw;
    margin-top: 0;
    margin-bottom: 14%;
    margin-left: auto;
    margin-right: 0;
  }
}

.item--i2 {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .item--i2 {
    margin-top: 10vw;
  }
}

.item__container--i2 {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .item__container--i2 {
    width: 43vw;
    margin-left: 33.1666666667vw;
  }
}

.item--i3 {
  margin-top: 32vw;
}
@media screen and (min-width: 768px) {
  .item--i3 {
    margin-top: 12.5vw;
  }
}

@media screen and (min-width: 768px) {
  .item__inner--i3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 12.8333333333vw;
    padding-right: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .item__container--i3-1 {
    width: 45.4166666667vw;
    margin-top: 7.5vw;
    margin-right: -3.8333333333vw;
    position: relative;
    z-index: 1;
  }
}

.item__container--i3-2 {
  width: 82%;
  margin-top: -10.6666666667vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .item__container--i3-2 {
    margin-top: 0;
    width: 32.25vw;
  }
}

.item--i4 {
  margin-top: 32vw;
}
@media screen and (min-width: 768px) {
  .item--i4 {
    margin-top: 16.0833333333vw;
  }
}

.item__inner--i4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .item__inner--i4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 12.5vw;
    margin-right: 12.5vw;
  }
}

.item__container--i4-1 {
  width: 86%;
  margin-top: -10.6666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .item__container--i4-1 {
    margin-top: 0;
    width: 32.8333333333vw;
    z-index: inherit;
  }
}

@media screen and (min-width: 768px) {
  .item__container--i4-2 {
    width: 50.4166666667vw;
    margin-left: -3.3333333333vw;
    margin-bottom: 16vw;
  }
}

.item--i5 {
  margin-top: 32vw;
}
@media screen and (min-width: 768px) {
  .item--i5 {
    margin-top: 16.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .item__inner--i5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 4.75vw;
  }
}

.item__container--i5-1 {
  width: 86%;
}
@media screen and (min-width: 768px) {
  .item__container--i5-1 {
    width: 40.1666666667vw;
  }
}

.item__container--i5-2 {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .item__container--i5-2 {
    width: 50.4166666667vw;
    margin-top: 11.8333333333vw;
    margin-left: auto;
    margin-right: 0;
  }
}

.item--i6 {
  margin-top: 32vw;
}
@media screen and (min-width: 768px) {
  .item--i6 {
    margin-top: 16.6666666667vw;
  }
}

.item__container--i6 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .item__container--i6 {
    width: 43vw;
    margin-left: 27.25vw;
  }
}

.item--i7 {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .item--i7 {
    margin-top: 12.5vw;
  }
}

@media screen and (min-width: 768px) {
  .item__inner--i7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25.9166666667vw;
    padding-right: 17.5vw;
  }
}

.item__container--i7-1 {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .item__container--i7-1 {
    width: 27.9166666667vw;
    margin-right: -5.8333333333vw;
  }
}

.item__container--i7-2 {
  width: 90%;
  margin-top: -46vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .item__container--i7-2 {
    width: 34.5833333333vw;
    margin-top: 6.8333333333vw;
  }
}

.item--i8 {
  margin-top: 35.2vw;
}
@media screen and (min-width: 768px) {
  .item--i8 {
    margin-top: 15vw;
  }
}

@media screen and (min-width: 768px) {
  .item__inner--i8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 9.8333333333vw;
  }
}

.item__container--i8-1 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .item__container--i8-1 {
    width: 50.4166666667vw;
    margin-bottom: 3.3333333333vw;
  }
}

.item__container--i8-2 {
  width: 80%;
  margin-left: auto;
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .item__container--i8-2 {
    width: 34.1666666667vw;
    margin-top: 11.8333333333vw;
    margin-left: auto;
    margin-right: 0;
  }
}

.item--i9 {
  margin-top: 34.6666666667vw;
}
@media screen and (min-width: 768px) {
  .item--i9 {
    margin-top: 16.6666666667vw;
  }
}

.item__container--i9 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .item__container--i9 {
    width: 43vw;
  }
}
.item__detail {
  font-stretch: clamp(12px, .97vw,.97vw)!important;
margin-bottom:1%;
}
.item__buy {
  border-bottom: 0.5px solid #000;
}
.school-slide img {
  display: block;
  width: 100%;
  min-height: 300px;
}

/* =================================== */
img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
}


a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

li {
    list-style-position: inside;
}
.slick-slide:hover {
  opacity: 1 !important;
}
.img-hover-target:hover img {
  opacity: 0.9;
}

/* 共通 */
.button {
  font-family:Helvetica, sans-serif;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 2px;
  text-decoration: none;
  /* font-weight: bold; */
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  position: absolute;
  bottom:-12%;
  left: 50%;
  transform: translate(-50%, -50%);

  background-color: rgb(231, 41, 15);
  color: #fff !important;
  margin-top: 10%;
}
.button p {
  font-stretch: clamp(12px, .97vw,.97vw);
}
.button:hover {
  /* opacity: 0.9; */
  background-color: #000;
}


/* .button p,.btn-2 p{
  font-weight: bolder;
} */



.detail-text01,
.detail-text02,
.detail-text03,
.detail-text04,
.detail-text05 {
    line-height: 2;
}

.category-number {
  font-size: calc(90 / 1366 * 100vw);
  line-height: 1.1;
  font-weight: 550;
  font-family:"HelveticaNeue", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", sans-serif;

}

.category-title {
  font-size: calc(70 / 1366 * 100vw);
  font-weight: 550;
  font-family: "HelveticaNeue", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", sans-serif;
  letter-spacing: .03em;
}

a {
  display: inline-block;
}

a img {
  display: block;
  width: 100%;
  height: auto;
}
/* essentials  */
#essentials {
    width: 1600px;
    max-width: 100%;
    margin: 10% auto 20% ;
    position: relative;
}

.slide-pc {
    display: block;
    max-width: 60%;
    z-index: 5;
    margin: 0 auto;
}
.slide-sp {
   display: none;
}

.main-slide-pc {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    visibility: visible;
    opacity: 1;
}

.slick-prev,
.slick-next,
.slick-dots li {
    display: none !important;
}
#main-title  {
  font-family: "HelveticaNeue";
  font-size: clamp(32px, calc(100 / 1366 * 100vw), 100px);
  font-weight: 550;
  position: absolute;
  top: 18.5%;
  right: 8.5vw;
  z-index: 1000;
  letter-spacing: .03em;
}

#sub-title {
    font-size: clamp(21px, calc(30 / 1366 * 100vw), 36px);
    font-family: "HelveticaNeue"!important;
    position: absolute;
    font-weight: 600;
    top:53%;
    right: 63%;
    z-index: 1000;
}

#right-title {
  font-size: clamp(21px, calc(36 / 1366 * 100vw), 36px);
  font-family: "HelveticaNeue" !important;
  position: absolute;
  font-weight: 600;
bottom:1%;
right:17%;
  z-index: 1000;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
/* @media screen and (min-width: 1441px) {
  #right-title {
    right:17%;
    bottom: 34%;
    }
  }
@media screen and (max-width: 1100px) {
  #right-title {
    bottom:39%;
    }
  }
@media screen and (max-width: 850px) {
  #right-title {
    bottom:44%;
    }
  } */
/* 初期状態 */
.fade-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示されたら */
.fade-in-delay {
  opacity: 1;
  transform: translateY(0);
}

.displey-title {
    position: relative;
    width: 100%;
}
.top-title {
  width: 100%;
  margin: 20% auto 20%;
}

.top-title h3 {
  font-size: clamp(21px, calc(36 / 1366 * 100vw), 42px);
  font-family: "HelveticaNeue";
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.top-title p {
  /* font-size: clamp(18px, calc(22 / 1366 * 100vw), 24px); */
  font-family: "HelveticaNeue", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", sans-serif;
  text-align:center;

  line-height: 2;
  width: 30%;
  margin: 5% auto 0;
}

/* keep-title */
.keep-title {
    font-size: max(15px, 1vw);
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 600;
    z-index: 1000;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#keep-title-x {
    position: fixed;
    top: 16%;
    left: 1.6%;
    font-weight: bold;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#keep-title-y {
    writing-mode: vertical-rl;
    position: fixed;
    top: 18%;
    bottom: auto;
    left: 1.5%;
    z-index: 1000;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
 margin-top:1% ;
}
.scooltop {
  display: flex;
  justify-content: center; /* 中央揃え */
  width: 60vw; /* デフォルトは画面幅の60%（＝比率で縮小） */
  max-width: 960px; 
  margin: 0 auto;
  position: relative;
}

.scooltop a {
  display: block;
width: 100%;
}

.sports-mix-top-pc {
  display: block;
  max-width: 100%;
  height: auto;
}
/* all-in-black */
#all-in-black {
    width: 100%;
    max-width: 100%;
    margin: 0 auto ;
    position: relative;
}
.sports-mix-top {
  margin: 0 auto;
}
.all-in-black-top {
    display: flex;
    position: relative;
    width: 100%;
    object-fit: cover;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slider-left {
    width: 52%;
    height: 100%;
    object-fit: cover;
}


.slider-right {
    width: 52%;
    height: 100%;
    object-fit: cover;
}

.slider-left img,
.slider-right img {
    width: 101%;
    height: 100%;
    object-fit: cover;
}

.slider-right img {
    width: 101%;
    height: 100%;
    object-fit: cover;
    /* object-position: left center; */
}

.black-top-number {
    position: absolute;
    top: 3%;
    left: 5%;
}

.black-title01 {
    position: absolute;
    top: 19.5%;
    left: 46%;
    z-index: 1000;
}

.black-title02 {
    position: absolute;
    top: 22.5%;
    left: 54.5%;
    z-index: 1000;
}

.black-title03 {
    position: absolute;
    bottom: 9%;
    left: 55%;
    z-index: 1000;
}

/* テキストアニメーション*/
/* .blurTrigger に opacity を 0 に設定 */
.blurTrigger {
    opacity: 0;
      transform: translateY(15px);
      transition: all 1s ease;
}
.blurTrigger.visible {
    opacity: 1;
    transform: translateY(0);
  }

/* span タグの設定 */
.blurText {
    opacity: 0;
    animation: fadeInText .3s 1s forwards; /* 1秒の遅延後にフェードイン */
}

/* アクティブ状態 */
.active-image  {
    opacity: 1;
    transform: translateY(0);
  }
  
  .active-text {
    opacity: 1;
  }

/* 横からフェードイン */

.slideinLeft {
    animation: slideinLeft 2.5s forwards;
}


.slideinRight {
    animation: slideinRight 2.5s forwards;
}

.detail01 {
    margin: 20% auto;
    width: 80%;
    position: relative;
}

.detail01 .price  {
position: absolute;
bottom: 0;
margin-left: 4%;
}

.detail-slide01 {
    width: 100%;
    margin: 30% 5% 50%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.detail-slide01-left-wrap {
    position: relative;
    width: 60%;
}

.detail-slide01-left {
    display: block;
    margin-top: 30%;
    margin-left: 0%;
    z-index: 10;
}
.detail-slide01-left-sp {
    display: none;
}
.detail-text01 {
  text-align: justify;
  /* position: absolute; */
  /* top: 40%; */
  left: 80%;
  z-index: 300;
  width: 75%;
  margin-top: 3%;
  margin-left: 20%;
}

.detail-slider-right-wrap {
      width: 40%;
      margin-left: -5%;
      z-index: 10;
}
.detail-slider-right {
  position: relative;
  /* display: flex;
  justify-content:flex-start; */
    z-index: 10;
}
img.detail-slide01-right {
  max-width: 100%;
  height: auto;
}
.detail-slider-right-wrap .price_aria{
  width: 100%;
  text-align:left;
  margin-top: 35%;
margin-left: 15%;
}
.slideleft_pc {
  display:block;
}
.slideleft_sp {
  display: none;
}
/* .slider-left,.slider-right,.black-top-right {
  display: none;
} */
.spbr {
  display: none;
}
/* sports-mix */
#sports-mix {
    margin: 40% auto;
    position: relative;
    /* width: 1600px;
    max-width: 100%; */
}
.sports-mix-top-pc {
    display: block;
    /* width: 1600px; */
    /* max-width: 91.5%; */
    margin: 0 auto;
    position:relative;
}
.sports-mix-top-sp ,.slider-left-sp{
    display: none;
    }
    
.sports-mix-number {
  position: absolute;
  top: 3%;
  right: -5.5%;
  z-index: 100;
  font-size: clamp(32px, calc(90 / 1366 * 100vw), 100px);

}
.sports-title-y {
  font-size: clamp(32px, calc(70 / 1366 * 100vw), 80px);
    display: inline-block;
    text-orientation: upright;
    transform: rotate(-90deg);
    position: absolute;
    top: 69.5%;
    left: -29%;
    z-index: 100;
}
 .school_img_aria {
  margin: 15% auto;
  width: 100%;
 }
.school_img_aria ul {
  display: flex;
width: 100%;
  align-items: center;
}
.school_img li {
  width: calc(100% / 3);
  padding: 0;
  margin: 0;
  flex-shrink: 0; /* 縮まないように固定 */
}
.school_img a {
  display: block;
  width: 100%;
}
.school_img img {
  border: none;
  padding: 0;
  margin: 0;
}
.detail02 {
    position: relative;
    margin: 0%  auto 50%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.slick-track {
  width: 100%;
padding: 0;
margin: 0;
}
.detail-slide022 {
   width:38%;
    display: block;
    flex-shrink: 0;
}
.detail-slide022 img {
   width:100%;
    display: block;
    overflow: hidden!important;

}
 .detail-slide022-sp {
    display: none;
}

.detail-text02 {
    width: 60%;
    height: auto;
    text-align: justify;
    position: absolute;
    top: 0;
    right: 5%;
}
.sports-mix-wrap .price_aria {
  width: 80%;
  position: absolute;
bottom: 0;
  right: -5%;
}
.sports-mix-wrap .price {
  width: auto;

  margin: auto 2% 0% auto;

}

.sports-mix-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 40%;
}
.slider-left,.slider-right {
  display:block;
}
.slideleft_sp {
  display: none;
}
/* dusty */
#dusty {
    width: 100%;
    margin: 13% auto;
    position: relative;
}

.dusty-top {
    width: 100%;
    margin: 10% auto 0;
    position: relative;
}

.dusty-top-number {
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(0%, -50%);
    z-index: 1000;
}

.dusty-title-left {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.dusty-title-right {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#dusty .slick-list {
    width: 100% !important;
    /* 親要素の幅に合わせる */
    overflow: hidden;
    /* スライダーがはみ出ないようにする */
}

.dusty-top .slick-track {
    display: flex;
    width: 100% !important;
    transition: none;
}

.pc-img {
    flex-shrink: 0;
    /* width:40% !important; */
    display: block;
    max-width: 100%;
    height: auto;
}
/* @media screen and (min-width: 1700px) {
.pc-img {
    width:39% !important;
}
} */

.variable-width {
    width: 120%;
    height: auto;
}
.detail03 {
    margin: 10% auto;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items:stretch;
}
.detail03 .price {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2%;
}

.detail03-img {
    position: relative;
width:50%;
margin-right: 2%;
}
.detail_right_03 {
  /* margin-top: 25%; */
width: 35%;
display: flex;
flex-direction: column;
/* justify-content: space-between; */
}
.detail-right-slide03  {
  width:100%;
  margin-bottom: 0;
    height: auto;
    /* position: absolute;
    top: 50%;
    left: 50%; */
    position: relative;
}
.detail-right-slide03  img {
  width:100%;
  object-fit: cover;
/* margin-top: 50%; */
}
.detail-text03 {
    width: 90%;
    text-align: justify;
    height: auto;
margin-bottom:60%;
}
.detail-slide03   img{
  display: block;
  width: 100%;

}

.detail-slide03 {
  width: 100%;
  /* height:95vh; */
  max-width: 100%;
  flex-shrink: 0;
  display: block;
}


.dusty-slide-sp,.sp-marquee-wrapper {
    display: none;
}

#pastelcolor {
    margin: 13% auto !important;
    position: relative;
}
.pastel-back-wrap {
  display: flex
  ;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
}
.pastel-back-slide {
      width: 50%;
      position: absolute;
      top: 2%;
      left: 18%;
      margin: 0 auto;
}
.pastel-back-slide .slick-list,.pastel-slide .slick-list{
  width: 100% !important;
} 

  .pastel-top {
      width: 100%;
      height: 100%;
      margin: 45% auto 0;
  }

.pastel-slider {
    width:50%;
    z-index: 10;
}
.pastel-slider-sp {
    display: none;
}
.pastel-slider img {
    width: 100%;
    z-index: 10;
    margin-left: 0%;
    object-fit: cover;

}

.pastel-top-number {
    position: absolute;
    top: 4%;
    left: 21%;
    z-index: 100;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.pastel-title-x {
    position: absolute;
    top: 24%;
    left:65%;
    z-index: 300;
}

.pastel-title-y {
    position: absolute;
    top: 27.5%;
    left:56%;
    z-index: 300;
}
.detail04 {
    margin: 30% auto 45%;
    position: relative;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.detail04  .price{
  /* width: 50%; */
position: absolute;
left: 17vw;
transform: translate(-50%,-50%);
margin-top: 120%;
}

.detail04-right  {
  position: relative;
  width: 40%;
}
.detail-slide04 {
  width: 50%;
  position: relative;
}

.detail-slide04 a:hover img {
  opacity: 0.8 !important;
}


.pastel-back-slide  {
animation-delay: 2s;

  z-index: 1;
}
.pastel-slider {

  z-index: 1;
  animation-delay: 0s;
}

@keyframes fadeInImage {
  0%   { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: translateY(0); }
}

.pastel-detail-img1  {
  display: block;
  width:100%;
  margin-top: 10%;
  opacity: 0;
  background-origin: padding-box;
  left: 10%;
bottom: 10%;
animation-delay: 0s;
  position: relative;
  z-index: 10;
}
.pastel-detail-img3 {
  width: 80%;
  height: auto;
margin-top: -5%;
  text-align: justify;
  position: absolute;
  left: -25%;
top: 0;
  z-index: 3;
  animation-delay: 1s;
  opacity: 0;
}
.pastel-detail-img4 {
  width:60%;
 left: 10%;
 top: -10%;
 opacity: 0;
  animation-delay: 2s;
  position: absolute;
  z-index:1;
}

.pastel-detail-img2 {
  display: block;
  width: 100%;
position: absolute!important;
top: 0;
left: -7%;
  opacity: 0;
  animation-delay: .5s;
  z-index: 8;
}
@keyframes fadeInImage {
  0%   { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: translateY(0); }
}

.fade-in-seq {
  opacity:1;
  animation-name: fadeInImage;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
} 

/* 全ての画像の初期状態 */
.pastel-detail-img1,
.pastel-detail-img2,
.pastel-detail-img3,
.pastel-detail-img4 {
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

/* アクティブな画像は表示 */
.pastel-detail-img1.active,
.pastel-detail-img2.active,
.pastel-detail-img3.active,
.pastel-detail-img4.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.pastel-top-front ,.pastel-front{
    display: block;
}
.pastel-top-front-sp,.pastel-front-sp {
display:none;
}
.detail-text04 {
width:400px;
    height: auto;
    text-align: justify;
    position: absolute;
    top: -22%;
    left: 20%;
    z-index: 1000;
}

.detail04 .price_aria {
  width: 70%;
  position: absolute;
  bottom: 0;
  right:-5%;
}
.bottom-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse; 
  gap: 20px;
}

#minimal .button {
  bottom: -15%;
}
#minimal {
    width: 100%;
    max-width: 100%;
    margin: 10% auto 30%;
    position: relative;
}
.slider-left {
  display: block;
}
.minimal-top {
  display: flex;
      position: relative;
      width: 100%;
      object-fit: cover;
}
.minimal-top  img{
  width: 100%;
}
.mini-top-pc {
    display: flex;
    width: 100%;
}
.mini-top-sp {
    display: none;
}
.mini-top-pc-left,.mini-top-pc-right {
width: 50%;
height: auto;
object-fit: cover;
}
.mini-top-pc-left img,.mini-top-pc-right img {
width:100vw; 
height: auto;
object-fit: cover;
}
.minimal-top-number {
  position: absolute;
  top:84%;
  right: 2%;
}
.detail-slide-left05 {
    display: block;
}
.detail-slide-left05-sp {
    display: none;
}
.minimal-title-left {
  position: absolute;
  top: 8%;
  left: 8%;
}

.minimal-title-right {
    position: absolute;
    top: 64%;
    left: 18%;
}

.detail05 {
  width: 80%;
display: flex;
justify-content:space-around;
align-items: self-end;
margin: 20% auto 45%;
position: relative;
}

.detail05 .price {
  width:40%;
margin-bottom: 3%;
margin-left: -7%;
/* max-width: 19vw; */
}
.detail-left05 {
  margin: 0 auto;
}
.detail-left05-wrap {
  display: flex
  ;
      width: 38%;
      height: auto;
      order: 1;
      flex-direction: column;
      justify-content: space-between;
    order: 1;
}
.detail-right05-wrap {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5%;
  order: 2;
}
.detail-slide-left05-img {
  width: 90%;
margin: 0 auto 0;

}

.detail-left05-img {
margin-bottom: -2%
}
    .detail-slide-right05 {
        width:100%;
object-fit: cover;
margin-bottom: 10%;
    }
    .detail-right05-wrap .price_aria {
      position: absolute;
      bottom: 0 ;
width: 100%;
    }
.text-box {
  position: absolute;
  width: 31%;
  top: -1%;
  right: 50%;
  transform: translate(-37%, 0);
  z-index: 200;
    
}

.detail-text05 {
    margin: 8% auto 0;
    text-align: justify;
}

.detail-price05 {
position: absolute;
    display: block;
    top: auto;
  bottom: -3%;
right:  47%;
z-index: 100;

}
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.pc-05-img {
  display: block;
}
.sp-05-img {
  display: none;
}
.marquee-content {
  display: flex;
  animation: slideStep 35s steps(3, jump-none) infinite;
  will-change: transform;
}

.marquee-content img {
  width: 100%;
  height:auto;
  margin-left: 30px;
  flex-shrink: 0;
  object-fit: cover;
}

.dusty-slider {
  display: block;
}
.dusty-slide-sp {
display: none;
}
@media (min-width: 1999px) {
  .detail-text04 {
    top: -17%;
}
}
@media (min-width: 1600px) {
  .detail-price05 {
      bottom: -6%;
  }    
  .detail-text04 {
    top: -18.5%;
}
}

@media (max-width: 1200px) {
  .detail05 .price {
    margin-left: -7%;
  }
  .detail-text04 {
    top: -25.5%;
    left: 0;
    width: 400px;
}
}



@media (max-width: 1080px) {

.detail-text04 {
  top: -28%;
}
.detail05 .price {
  margin-left: -2%;
}
.detail-price05 {
    bottom: 4%;
  }
  .sports-title-x {
    top: 44%;
  }
  .detail04 {
    margin: 40% auto 45%;
  }
  .detail-text04 {
    top: -34%;
  }
  .detail04 .price_aria {
    width: 84%;
}
}

@media (max-width: 881px) {

  .detail05 .price {
    margin-left: 3%;
  }
}


@media (max-width: 768px) {

  /* .slick-slider {
    touch-action: none;
  } */

  .spbr {
    display: block;
  }
.black-top-sp {
  width: 100%;
  height: 80vh;
}
.slider-left-sp{
    display: block;
    height: 80vh;
    }
    
  .button {
    font-family:Helvetica, sans-serif;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    position: absolute;
    bottom:-16%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    background-color: rgb(231, 41, 15);
    color: #fff !important;
    margin-top: 10%;
  }
  .button p {
    font-stretch: clamp(12px, .97vw,.97vw);
  }

  .price_aria {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* ブロック全体を右寄せ */
  }
  
  .price {
    text-align: left; /* テキストを左揃え */
    /* margin-bottom: 8px; */
  }
  
  .price a {
    /* display: inline-block; */

    padding-bottom: 0px;
    font-stretch: clamp(12px, .97vw,.97vw);
    text-decoration: none;
    color: #000;
  }
p {
  font-stretch: clamp(12px, .97vw,.97vw);
}
.category-title {
  font-weight: 600;
  letter-spacing: 0em;
  font-family: "HelveticaNeueMedium", sans-serif;
}
  
    .detail-text01,
    .detail-text02,
    .detail-text03,
    .detail-text04,
    .detail-text05 {
        width: 70%;   
        text-align: justify;
        font-size: clamp(12px, 2.6vw, 16px);
        font-family: "HelveticaNeue", sans-serif;
    }

    /* essentials  */
    #essentials {
        width: 100%;
        height: auto;
        margin: 40% auto 40%;
        position: relative;
    }

    .slide-pc{
        display: none;
    }

    .slide-sp {
        display: block;
        width: 100%;
        height:auto;
        object-fit: cover;
        margin: 0 auto 35%;
    }
   
    .main-slide-pc {
        display: none;
    }
    .main-slide-sp {
        display: block;
        width: 100%;
        object-fit: cover;
        visibility: visible;
        opacity: 1;
        margin:0 3%;
    }

    .sports-mix-wrap .price {
      position: absolute;
      left: 35%;
      top: 105%;
}
    #main-title {
        font-size: clamp(28px, calc(64 / 768* 100vw), 64px);
        /* font-size: clamp(28px, calc(60 / 768* 100vw), 60px); */
        position: absolute;
        top: 18%;
        right: 7%;
        letter-spacing: .01em;
        font-weight: 600;
        font-family: "HelveticaNeueMedium", sans-serif;
    }

    #sub-title {
      width: 100%;
        font-size: clamp(10px, calc(30 / 768 * 100vw), 32px);
        font-weight: bold;
        top: 55%;
   left: 8%;
    }

#right-title {
    bottom: 1%;
    right: 9%;
}

.top-title {
  width: 100%;
  height:50vh;
  margin: 60% auto 30%;
}
.top-title p {
    font-size: clamp(12px, calc(14 / 1366* 100vw));
    font-family: "HelveticaNeue", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 2;
    width: 88%;
    margin: 10% auto 0;
}

.variable-width {
  width: 100%;
  height: auto;
}
.dusty-top .slick-track {
  display: flex;
  width: 190% !important;
  transition: none;
  margin: 0 auto;
}
.dusty-slide {
  display: none;
}
.dusty-slide-sp {
  display: block;
}
    /* keep-title */
    .keep-title {
        font-size: max(12px, 3.0666666667vw);
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 600;
        position: relative;
        z-index: 1000;
    }

    #keep-title-x {
        position: fixed;
        top: 16%;
        left: 1.8%;
        z-index: 1000;
    }

    #keep-title-y {
        writing-mode: vertical-rl;
        position: fixed;
        top: 19%;
       bottom: auto;
        left: 1.5%;
        z-index: 1000;
    }

    /* all-in-black */
    #all-in-black {
        margin: 0% auto ;
        position: relative;
    }

    .all-in-black-top {
        position: relative;
        height: 100%;
        flex-direction: column;
    }

    .slider-left {
        width: 100%;
        height: auto;
    }

    .slider-right {
        display: none;
    }

    .black-top-number {
        font-size: calc(100 / 768* 100vw);
        position: absolute;
        top: 2%;
        left: 8%;
    }
    .slider-left img, .slider-right img {
        height: 80vh;
bottom: -100%;
    }
    .black-title01  {
        font-size: calc(72 / 768* 100vw);
  top:19%;
        left: 34%;
    }

    .black-title02 {
      font-size: calc(72 / 768* 100vw);
      top: 21.5%;
      left: 50%;
    }

    .black-title03 {
        font-size: calc(72 / 768* 100vw);
        position: absolute;
        bottom: 14%;
        left: 64%;
    }
    .detail-slider-right-wrap {
      display: flex;
      flex-direction: column; /* デフォルト：縦並び */
    }
    .slider-left {
      display: none;
    }
    .detail-text01 {
      order: 1;
      margin-bottom: 4%;
      position: absolute;
      display: block;
      top: -74%;
      left: 72%;
      transform: translateX(-50%);
      z-index: 1000;
      width: 80%;
    }
    .detail-slide01-left-wrap {
      width: 80%;
      margin-top: 150%;
    }
    .price_aria {
      order: 3;
      margin-bottom: 4%;
    }
  
    .detail-slider-right {
      order: 2;
    }
  
    .detail01 {
        max-width: 100%;
        margin: 30% auto;
        width: 100%;
        position: relative;
    }
  
    .detail01 .price {
      top: 228%;
      position: absolute;
      left: 93%;
  }


    .detail-slide01 {
        width: 100%;
        margin: 50% auto 70%;
    }

    .detail-price01 {
        position: absolute;
        top: 92%;
        left: 27%;
    }
.detail-slide01 {
flex-direction: column-reverse;
}
    .detail-slider-right {
        width: 85%;
        margin-left: 69%;
        margin-right: auto;
        z-index: 10;
    }
    .detail-slide01-right {
        width: 85%;
    }

    .detail-slide01-left-sp {
        display: block;
        margin-top: -20%;
        width: 80%;
    }
    .detail-slide01-left {
       width: 100%;
       display: block;
    margin-top: -20%;
    margin-left: 0%;

    }
    .detail-slider-right-wrap {
      right: 41%;
    width: 100%;
    top: 14%;
    /* margin-left: 0; */
    position: absolute;
}
.detail-slider-right-wrap .price_aria {
  width: 100%;
  text-align: left;
  margin-top: 123%;
  margin-left: 67%;
}
    .price.detail-price01 {
      margin-top: 5%;
      margin-left: 14%;
    }

.slideleft_pc {
  display:none;
}
.slideleft_sp {
  display: block;
}

    /* sports-mix */
    #sports-mix {
        margin: 20% auto;
        position: relative;
        display: block;
    }
    /* .sports-mix-top-pc,.scooltop {
display:none;
    } */
    /* .sports-mix-top-sp {
        display: block;
        width: 70%;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    } */


    .scooltop {

      width: 70vw;
      position: relative;
  }
    .sports-mix-number {
        font-size: calc(100 / 768* 100vw);
        position: absolute;
        top: 1%;
        right: -10%;
        z-index: 10;
    }

    .sports-title-y {
      font-size: calc(72 / 768* 100vw);
      display: inline-block;
      text-orientation: upright;
      transform: rotate(-90deg);
      position: absolute;
      top: 52%;
      left: -33vw;
      z-index: 100;
    }
    .sports-title-x {
      font-size: calc(72/ 768* 100vw);
        position: absolute;
        bottom: 0%;
        top:35.5%;
        left: 26%;
    }
    .school_img_aria {
      margin: 35% auto;
     }
    .school_img_aria ul {
      display: block;
flex-direction: column;
justify-content: center;
align-items: center;
    }
    .school_img {
      width: 100%;
    }
    .school_img_aria li:nth-child(2),
    .school_img_aria li:nth-child(3) {
      display: none;
    }
    .detail02 {
      position: relative;
      margin: 70% auto 0;
      flex-direction: column-reverse;
    }
    #sports-mix .button {
      position: absolute;
      bottom: -22%;
    }
    .sports-mix-wrap {
    flex-direction: column;
      /* width: 80%; */
      position: static;
      margin-right: 0;
  }

    .detail-slide022 {
        display: block;
        width: 80%;
        margin: 0 auto 0 auto;
    }

    .detail-text02 {
        width: 80%;
        height: auto;
        position: absolute;
        top: -56%;
        left: 9%;
        /* padding: 5% 5% 17% 7%; */
    }
    .marquee-content {
      display: flex;
      animation: slideStep 35s steps(1, jump-none) infinite;
      will-change: transform;
    }
    
    .marquee-content img {
      width: 100%;
      height:auto;
      margin-left: 0px;
      flex-shrink: 0;
      object-fit: cover;
    }
    
    .marquee-content img {
      width: 100%;
      height:80vh;
      /* margin-left: 30px; */
      flex-shrink: 0;
      object-fit: cover;
    }
    

    .detail-price02 {
        position: absolute;
        bottom: 57%;
        left: 17%;
        z-index: 10;
        margin-bottom: 5%;
    }
    .sports-mix-wrap .price_aria {
      width: 90%;
      position: absolute;
      bottom: -44%;
      right: -21%;
  }
    /* dusty */
    #dusty {
        width: 100%;
        margin: 130% auto 50%;
        position: relative;
    }

    .dusty-top {
      width: 100%;
        position: relative;
    }


    .dusty-slider {
        display: none;
    }
    .dusty-slide-sp {
      display: block;
    }
    .dusty-top-number {
        font-size: calc(100 / 768* 100vw);
        position: absolute;
        top: 50%;
        right: 6%;
        transform: translate(0%, -50%);
    }

    .dusty-title-left {
      font-size: calc(72 / 768* 100vw);
        position: absolute;
        top: 50%;
        left: 14%;
        transform: translate(-50%, -50%);
    }

    .dusty-title-right {
      font-size: calc(72 / 768* 100vw);
        position: absolute;
        top: 50%;
      left: 50%;
        transform: translate(-50%, -50%);
    }
    .detail-right-slide03  {
      width:65%;
        height: auto;
        position: absolute;
        top: 65%;
        right: 0;
    }

    .detail03 {
        margin: 30% auto;
        position: relative;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .detail03-img {
        margin: 60% auto 100%;
        flex-direction: column;
        position: relative;
        width: 100%;
    }
    .detail_right_03 .price_aria {
      position: absolute;
      top: 97%;
      right: 0;
      width: 66%;
  }
    .borero-slide03 {
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
        margin-top: -7%;
        margin-left: -1%;
    }

    .detail-slide03 {
        width: 85%;
        height: auto;
        margin: 0 auto 0 0;
        display: block;
    }
    .detail-right-slide03 img {
        margin-top: 10%;
    }
    .detail-text03 {
        width: 80%;
        position: absolute;
        top: -2%;
        left: 10%;
    }
    .detail05 .price {
      margin-top:0%; 
      margin-left: 0;
    }
    .detail-price03 {
        width: 42%;
        position: absolute;
        top: 98%;
        left: 31%;
      /* margin-top:0; 
     margin-left: 4%; */
    }
#minimal .detail-price03 {
  width: 42%;
  position: absolute;
  top: 102%;
  left: 56%;
/* margin-top:0; 
margin-left: 4%; */
}
    #pastelcolor {
        margin: 130% auto 100%;
    }
    .pastel-top {
        width: 100%;
        height: auto;
        margin: 40% 0 auto auto;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .pastel-back {
      width: 93%;
        top: 19%;
        left: -14%;
        height: 86%;
        margin-left: 0%;
        z-index: -1;
    }
.pastel-back-slide {
    width: 85%;
    position: absolute;
    top: 5%;
    left: 0%;
    margin: 0 auto;
}
.pc-05-img {
  display: none;
}
.sp-05-img {
  display: block;
}
    .pastel-slider {
      width: 85%;
      z-index: 10;
      margin: 0 0 0 auto;
  }
    .pastel-top-number {
        font-size: calc(100 / 768* 100vw);
        position: absolute;
        top: 12%;
        left: 8%;
    }
    .pastel-title-x {
        font-size: calc(72 / 768* 100vw);
        position: absolute;
        top: 62%;
        left: auto;
        right: 8%;
    }
    .pastel-title-y {
      font-size: calc(72/ 768* 100vw);
      display: inline-block;
      /* text-orientation: upright; */
      /* transform: rotate(-90deg); */
      position: absolute;
      top: 71%;
      left: auto;
      right: 18%;
      z-index: 100;
    }
    .pastel-back-wrap {
      display: flex
  ;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
  }
    .detail04 {
        margin: 100% auto 100% ;
        /* position: relative; */
       flex-direction: column;
    }

.detail-slide04 {
  width: 70%;
        margin: 0 9% 0 auto;
        position: relative;
    }
    .pastel-detail-img1 {
        display: block;
        width: 80%;
        margin-left:29%;
        margin-right: 0%;
        margin-top: 33%;
    }

    .pastel-detail-img2 {
        width:79%;
        margin-top: 22%;
        margin-bottom: 5%;
        margin-left: 33%;
    }
    .detail04-right {
      position: relative;
      width: 100%;
  }
    .pastel-detail-img3 {
        width: 65%;
        margin-top: 14%;
        margin-left:-5%;
        margin-right: auto;
    }
    .pastel-detail-img4 {
        margin-top: 8%;
    }
    #pastelcolor .button {
      bottom: -17%;
  }
    .pastel-top-front img ,.pastel-front img{
        display: none;
    }
    .pastel-top-front-sp img,.pastel-front-sp img {
    display:block;
    }
    .detail-text04 {
      width: 100%;
      height: auto;
      margin-top: -89%;
      position: absolute;
      /* top: 51.5%; */
      /* right: 16%; */
      left: 0%;
  }
  .detail04 .price {
    left: 83%;
    margin-top: 117%;
  }
    #minimal {
        margin: 20% auto 130%;
        position: relative;
    }
    #minimal .button {
    bottom: -21%;
    }
    .minimal-top {
        position: relative;
    }
.mini-top-pc {
    display: none;
}
.mini-top-sp {
    display: block;
    width: 100%;
}
    .minimal-top-number {
        font-size: calc(100 / 768* 100vw);
        position: absolute;
        bottom: 0;
        right: 5%;
    }

    .minimal-title-left {
      width: 100%;
      font-size: calc(72/ 768* 100vw);
        position: absolute;
        top: 10%;
        left: 40%;
        transform: translate(-25%, 0%);
        width: 100%;
    }
    .detail-left05-img {
      margin-bottom: -2%;
      margin-top: 65%;
      width: 70%;
      margin-left: 0;
      position: absolute;
        right: 0;
  }
    .detail-text05 {
        width:100%;
        margin: 0 auto 0;
        margin-top: 0%;
        padding: 0% 0% 0% 0%;
    }
    .detail-left05-wrap {
      width: 100%;
      height: auto;
  }
    .detail05 {
flex-direction: column;
width: 100%;
  }
  .detail-slide-left05-img {
    width: 70%;
    margin: 28% 0% 0 auto ;
    order: 3;
}
  .text-box {
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0);
    z-index: 200;

}
    .detail-price05 {
      top: 107%;
      right: 1%;
        bottom: auto;
    }
    .detail-slide-right05 {
      width: 90%;
      margin: 30% auto 0 0%;
    }
    .detail05 {
      display: flex;
      flex-direction: column;
    }
    .detail05 .price {
      margin-right: 0;
    }
    .text-box {
      order: 1;
    }
    .detail-right05-wrap {
margin: 155% auto auto 0;
  }
    .detail-slide-right05 {
      order: 2;
    }
  
    .detail-slide-left05-img {
      order: 3;
    }
  
    .price_aria {
      order: 4;
    }
}
}
/* </style> */

@-webkit-keyframes imgSwitch {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imgSwitch {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* スライドインアニメーションの設定 */
@keyframes slideIn {
  0% {
      transform: translateX(180px);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

/* 文字のフェードインアニメーション */
@keyframes fadeInText {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes slideinLeft {
  0% {
      transform: translateX(-70px);
      opacity: 0;
  }

  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

@keyframes slideinRight {
  0% {
      transform: translateX(70px);
      opacity: 0;
  }

 100% {
      transform: translateX(0);
      opacity: 1;
  }
}
<style>