@charset "utf-8";

:root {
  --color: #000;
  --color01: #666;
  --color02: #6ca2ab;
  --fontBar: "Barlow", sans-serif;
  --fontYG: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}

.autumn2026_me .pc {
  display: block;
}

.autumn2026_me .sp {
  display: none;
}

.autumn2026_me * {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.autumn2026_me a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.autumn2026_me a:hover {
  opacity: 1;
}

.autumn2026_me ul {
  padding-left: 0;
}

.autumn2026_me p {
  margin-top: 0;
  margin-bottom: 0;
}

.autumn2026_me img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.autumn2026_me {
  box-sizing: content-box;
  color: var(--color);
  font-family: var(--fontYG);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  position: relative;
}

.autumn2026-body_me {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.autumn2026-deco_me {
  position: absolute;
  pointer-events: none;
}

.autumn2026-look_me {
  display: block;
  position: relative;
  z-index: 0;
}

.autumn2026-look_me img {
  display: block;
  position: relative;
}

.autumn2026-look__item_me {
  margin-top: 6.25%;
}

.autumn2026-look__pic_me {
  overflow: hidden;
}

.autumn2026-look__cap_me {
  color: var(--color01);
  font-family: var(--fontBar);
  font-size: clamp(12px, 3.12vw, 24px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-top: 1em;
}

.autumn2026-look__link_me {
  color: var(--color01);
}

.autumn2026-look__tax_me {
  font-size: clamp(11px, 2.86vw, 22px);
}

.autumn2026-look__buy_me {
  text-decoration: underline;
}

/* アニメーション */
.autumn2026-deco__left_me {
  transform: translateX(-100%);
  transition: transform 0.8s ease;
}

.autumn2026-deco__left_me.is-active {
  transform: translateX(0);
}

.autumn2026-deco__right_me {
  transform: translateX(100%);
  transition: transform 0.8s ease;
}

.autumn2026-deco__right_me.is-active {
  transform: translateX(0);
}

.autumn2026-deco__column_me {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: 1s ease-in-out;
  z-index: 1;
}

.autumn2026-deco__column_me.is-active {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  -webkit-mask-size: 110% 110%;
  mask-size: 110% 110%;
}

.autumn2026-deco__column__reverse_me {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: 1s ease-in-out;
  z-index: 1;
}

.autumn2026-deco__column__reverse_me.is-active {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  -webkit-mask-size: 110% 110%;
  mask-size: 110% 110%;
}

.autumn2026-deco__row_me {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: 1s ease-in-out;
  z-index: 1;
}

.autumn2026-deco__row_me.is-active {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  -webkit-mask-size: 110% 110%;
  mask-size: 110% 110%;
}

.autumn2026-deco__rotate_me.is-active {
  -webkit-animation: rotate 1s ease;
  animation: rotate 3s ease;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* autumn2026-header_me */
.autumn2026-header_me {
  align-items: center;
  background: #fff;
  color: #888888;
  display: flex;
  font-family: var(--fontYG);
  font-size: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding: 20px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 20;
}

.autumn2026-header__title_me {
  color: #444;
  display: block;
  font-size: 100%;
  margin: 0;
  padding: 0.3em 0 0;
}

.autumn2026-header__items_me {
  display: flex;
}

.autumn2026-header__item_me {
  line-height: 1;
  margin-right: 7px;
}

.autumn2026-header__link_me {
  color: #888;
  padding-bottom: 1px;
  letter-spacing: 0;
}

/* autumn2026-mv_me */
.autumn2026-mv_me {
  padding-top: 14.322%;
}

.autumn2026-mv__inner_me {
  position: relative;
  z-index: 0;
}

.autumn2026-season_me {
  margin-left: 9.114%;
  padding-bottom: 0.781%;
  width: 20.052%;
}

.autumn2026-mv__pic_me {
  margin-top: 1.302%;
  margin-left: auto;
  width: 76.171%;
}

p.autumn2026-lead_me {
  margin-top: 19.27%;
  margin-left: 10.416%;
  width: 62.5%;
}

.autumn2026-deco__01_me {
  top: 0;
  left: 0;
  width: 49.739%;
}

.autumn2026-deco__02_me {
  top: 38.518%;
  right: 0;
  width: 40.625%;
}

.autumn2026-deco__03_me {
  top: 54.716%;
  left: 8.723%;
  width: 41.666%;
  z-index: 2;
}

.autumn2026-deco__04_me {
  top: 59.16%;
  left: 8.723%;
  transition-delay: 0.8s;
  width: 36.197%;
  z-index: 2;
}

.autumn2026-deco__05_me {
  bottom: 6.222%;
  left: 0;
  width: 78.385%;
}

/* autumn2026-look__01_me */
#autumn2026-look__01_me {
  padding-top: 49.869%;
}

#autumn2026-look__01_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
  position: absolute;
  top: 13.49%;
  left: 5.859%;
  width: 41.666%;
  z-index: 1;
}

#autumn2026-look__01_me .autumn2026-look__item_me:nth-child(2) {
  margin-top: 0;
  margin-left: auto;
  width: 66.666%;
}

#autumn2026-look__01_me .autumn2026-look__cap_me {
  text-align: center;
}

.autumn2026-deco__06_me {
  top: 7.924%;
  left: 29.947%;
  width: 23.697%;
}

.autumn2026-deco__07_me {
  top: 19.15%;
  right: 0;
  width: 35.156%;
}

.autumn2026-deco__08_me {
  bottom: -6.603%;
  left: 15.364%;
  width: 34.505%;
}

/* autumn2026-look__02_me */
#autumn2026-look__02_me {
  padding-top: 36.197%;
  padding-bottom: 64.843%;
}

#autumn2026-look__02_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
  margin-left: auto;
  width: 66.666%;
}

#autumn2026-look__02_me .autumn2026-look__item_me:nth-child(2) {
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  top: 41.608%;
  left: 3.906%;
  width: 53.645%;
  z-index: 1;
}

#autumn2026-look__02_me .autumn2026-look__cap_me {
  text-align: right;
  margin-right: 15.625%;
}

.autumn2026-deco__09_me {
  top: 0;
  left: 0;
  width: 91.406%;
  z-index: -1;
}

.autumn2026-deco__10_me {
  bottom: 10.679%;
  right: 9.895%;
  width: 46.614%;
}

/* autumn2026-look__03_me */
#autumn2026-look__03_me {
  padding-top: 4.166%;
}

#autumn2026-look__03_me .autumn2026-look__item_me {
  margin-top: 0;
  margin-left: auto;
  width: 66.666%;
}

#autumn2026-look__03_me .autumn2026-look__cap_me {
  text-align: center;
}

.autumn2026-deco__11_me {
  top: -14.778%;
  right: 1.953%;
  width: 24.479%;
}

.autumn2026-deco__12_me {
  top: 35.714%;
  left: 12.76%;
  width: 31.77%;
}

.autumn2026-deco__13_me {
  bottom: 3.448%;
  left: 0;
  width: 46.354%;
  z-index: -1;
}

/* autumn2026-look__04_me */
#autumn2026-look__04_me {
  margin-top: 13.02%;
  padding-top: 7.421%;
}

#autumn2026-look__04_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
}

#autumn2026-look__04_me .autumn2026-look__cap_me {
  margin-top: 84.114%;
  margin-right: 10.416%;
  text-align: right;
}

#autumn2026-look__04_me .autumn2026-look__item_me:nth-child(2) {
  pointer-events: none;
  position: absolute;
  left: 1.953%;
  bottom: 2.472%;
  width: 42.968%;
}

.autumn2026-deco__14_me {
  top: 0;
  right: 9.895%;
  width: 25%;
}

.autumn2026-deco__15_me {
  bottom: 17.799%;
  right: -13.802%;
  width: 68.359%;
}

.autumn2026-deco__16_me {
  bottom: 14.709%;
  right: 22.656%;
  width: 35.677%;
}

/* autumn2026-look__05_me */
#autumn2026-look__05_me {
  margin-top: 8.333%;
}

#autumn2026-look__05_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
  width: 66.666%;
}

#autumn2026-look__05_me .autumn2026-look__item_me:nth-child(1) .autumn2026-look__cap_me {
  text-align: center;
}

#autumn2026-look__05_me .autumn2026-look__item_me:nth-child(2) {
  margin-top: -16.536%;
  margin-left: auto;
  position: relative;
  pointer-events: none;
  width: 90.885%;
  z-index: 2;
}

#autumn2026-look__05_me .autumn2026-look__item_me:nth-child(3) {
  margin-top: -17.578%;
}

#autumn2026-look__05_me .autumn2026-look__item_me:nth-child(3) .autumn2026-look__cap_me {
  margin-right: 10.416%;
  text-align: right;
}

.autumn2026-deco__17_me {
  top: 9.406%;
  right: 6.77%;
  width: 32.812%;
}

.autumn2026-deco__18_me {
  top: 38.445%;
  right: -1.953%;
  width: 52.343%;
}

.autumn2026-deco__19_me {
  bottom: 15.051%;
  left: 5.989%;
  width: 30.468%;
}

/* autumn2026-look__06_me */
#autumn2026-look__06_me {
  padding-top: 10.416%;
  z-index: 1;
}

#autumn2026-look__06_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
  margin-left: auto;
  position: relative;
  width: 66.666%;
  z-index: 2;
}

#autumn2026-look__06_me .autumn2026-look__item_me:nth-child(2) {
  margin-top: -13.02%;
  width: 66.666%;
}

#autumn2026-look__06_me .autumn2026-look__item_me:nth-child(3) {
  margin-top: 21.354%;
}

#autumn2026-look__06_me .autumn2026-look__cap_me {
  text-align: center;
}

.autumn2026-deco__20_me {
  top: -0.5%;
  left: 7.552%;
  width: 36.979%;
}

.autumn2026-deco__21_me {
  top: 37.196%;
  right: 2.604%;
  width: 30.729%;
}

.autumn2026-deco__22_me {
  bottom: 44.32%;
  right: 10.156%;
  width: 37.5%;
}

.autumn2026-deco__23_me {
  bottom: 32.922%;
  left: 21.093%;
  width: 18.75%;
}

.autumn2026-deco__24_me {
  bottom: 10.396%;
  right: 14.322%;
  width: 14.843%;
}

/* autumn2026-look__07_me */
#autumn2026-look__07_me {
  margin-top: 10.677%;
}

#autumn2026-look__07_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
}

#autumn2026-look__07_me .autumn2026-look__item_me:nth-child(1) .autumn2026-look__pic_me {
  margin-left: auto;
  width: 66.666%;
}

#autumn2026-look__07_me .autumn2026-look__cap_me {
  margin-top: 85.286%;
  margin-left: 10.416%;
}

#autumn2026-look__07_me .autumn2026-look__item_me:nth-child(2) {
  position: absolute;
  left: 2.864%;
  bottom: 1.567%;
  width: 61.197%;
}

.autumn2026-deco__25_me {
  top: -10.224%;
  left: 3.125%;
  width: 51.562%;
  z-index: -1;
}

.autumn2026-deco__25_me {
  top: -10.224%;
  left: 3.125%;
  width: 51.562%;
  z-index: -1;
}

.autumn2026-deco__26_me {
  top: 11.179%;
  left: 24.218%;
  width: 34.114%;
}

.autumn2026-deco__27_me {
  bottom: 8.452%;
  left: 19.01%;
  width: 72.656%;
}

/* autumn2026-look__08_me */
#autumn2026-look__08_me .autumn2026-look__item_me {
  margin-top: 22.786%;
}

#autumn2026-look__08_me .autumn2026-look__cap_me {
  text-align: center;
}

.autumn2026-deco__28_me {
  top: -13.596%;
  left: 0;
  width: 57.682%;
}

.autumn2026-deco__29_me {
  top: -5.087%;
  right: 13.02%;
  width: 21.875%;
}

/* autumn2026-look__09_me */
#autumn2026-look__09_me .autumn2026-look__item_me {
  margin-top: 14.062%;
}

#autumn2026-look__09_me .autumn2026-look__cap_me {
  margin-left: 10.807%;
}

.autumn2026-deco__30_me {
  top: 11.456%;
  left: 7.031%;
  width: 26.822%;
}

/* autumn2026-look__10_me */
#autumn2026-look__10_me {
  margin-top: 16.145%;
}

#autumn2026-look__10_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
}

#autumn2026-look__10_me .autumn2026-look__item_me:nth-child(2) {
  margin-top: 8.333%;
  margin-left: auto;
  width: 66.666%;
}

#autumn2026-look__10_me .autumn2026-look__item_me:nth-child(2) .autumn2026-look__cap_me {
  text-align: center;
}

#autumn2026-look__10_me .autumn2026-look__item_me:nth-child(3) {
  margin-top: 10.156%;
  position: relative;
  width: 66.666%;
  z-index: 2;
}

#autumn2026-look__10_me .autumn2026-look__item_me:nth-child(3) .autumn2026-look__cap_me {
  margin-left: 10.677%;
}

.autumn2026-deco__31_me {
  top: -4.122%;
  right: 0;
  width: 54.427%;
}

.autumn2026-deco__32_me {
  top: -1.664%;
  left: 17.447%;
  width: 14.973%;
}

.autumn2026-deco__33_me {
  top: 28.537%;
  right: 6.77%;
  width: 54.036%;
}

.autumn2026-deco__34_me {
  top: 34.879%;
  left: 0;
  width: 54.427%;
}

.autumn2026-deco__35_me {
  bottom: -1.664%;
  left: 44.27%;
  width: 44.661%;
}

/* autumn2026-look__11_me */
#autumn2026-look__11_me {
  margin-top: 18.619%;
}

#autumn2026-look__11_me .autumn2026-look__item_me:nth-child(1) {
  margin-top: 0;
  margin-left: auto;
  width: 66.666%;
}

#autumn2026-look__11_me .autumn2026-look__item_me:nth-child(2) {
  margin-top: 9.635%;
}

#autumn2026-look__11_me .autumn2026-look__cap_me {
  margin-left: 50.13%;
}

.autumn2026-deco__36_me {
  top: 5.91%;
  left: 1.302%;
  width: 53.906%;
}

.autumn2026-deco__37_me {
  top: 41.134%;
  right: 13.02%;
  width: 25.781%;
}

.autumn2026-deco__38_me {
  bottom: -5.319%;
  left: 3.1255%;
  width: 32.552%;
}

/* logo-anim */
.logo-anim {
  --speed: 1;
  --logo-color: #333;
}

.logo-anim .mask-path,
.logo-anim .line-right {
  fill: none;
  stroke: #fff;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: var(--len);
  stroke-dashoffset: var(--len);
  visibility: hidden;
  will-change: stroke-dashoffset;
}

.logo-anim .line-right {
  stroke: var(--logo-color);
  stroke-width: 1.5;
}

.autumn2026-svg__anim_me.is-active .logo-anim .mask-path,
.autumn2026-svg__anim_me.is-active .logo-anim .line-right {
  visibility: visible;
  -webkit-animation: logo-draw-anim calc(var(--t) * var(--speed)) linear forwards;
  animation: logo-draw-anim calc(var(--t) * var(--speed)) linear forwards;
  -webkit-animation-delay: calc(var(--d) * var(--speed));
  animation-delay: calc(var(--d) * var(--speed));
}

@-webkit-keyframes logo-draw-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes logo-draw-anim {
  to {
    stroke-dashoffset: 0;
  }
}

.logo-anim .logo-fill {
  fill: var(--logo-color);
}

/* parallax */
.parallax-item_me {
  will-change: transform;
}

/* autumn2026-looks__info_me */
.autumn2026-looks__info_me {
  margin-top: 29.036%;
  margin-bottom: 12.63%;
}

.autumn2026-looks__archive_me {
  margin-left: auto;
  margin-right: auto;
  width: 37.76%;
}

.autumn2026-looks__archive_me a:hover img {
  content: url(../images/btn_01_hover.svg);
}

.autumn2026-looks__top_me,
.autumn2026-looks__new_me {
  margin-top: 7.812%;
  margin-left: auto;
  margin-right: auto;
  width: 57.291%;
}

.autumn2026-looks__top_me a:hover img {
  content: url(../images/btn_02_hover.svg);
}

.autumn2026-looks__new_me a:hover img {
  content: url(../images/btn_03_hover.svg);
}

.autumn2026-looks__sns_me {
  display: flex;
  justify-content: space-between;
  margin-top: 10.416%;
  margin-left: auto;
  margin-right: auto;
  width: 32.291%;
}

.autumn2026-looks__sns_me a {
  display: block;
  width: 29.838%;
}

.autumn2026-looks__sns_me a:nth-child(1):hover img {
  content: url(../images/sns_01_hover.svg);
}

.autumn2026-looks__sns_me a:nth-child(2):hover img {
  content: url(../images/sns_02_hover.svg);
}

.autumn2026-menu_me {
  display: none;
}

/*----------------------------------
  PC
----------------------------------*/
@media (min-width: 768px) {
  .autumn2026_me {
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
  }

  .autumn2026-body_me {
    max-width: 474px;
  }

  .autumn2026-mv_me {
    padding-top: 25.322%;
    padding-top: calc(16.5vh - 5.8%);
  }

  .autumn2026-look__cap_me {
    font-size: 14px;
  }

  .autumn2026-look__link_me:hover {
    color: var(--color02);
    opacity: 1;
  }

  .autumn2026-look__tax_me {
    font-size: 13px;
  }

  /* autumn2026-fixed_me */
  .autumn2026-fixed_me {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
    width: 100%;
    z-index: 0;
  }

  .autumn2026-fixed_me::before {
    background-color: #e6e6e6;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 83.5%;
    width: 100%;
    z-index: -1;
  }

  .autumn2026-fixed_me.is-fixed {
    position: fixed;
    top: 0;
  }

  .autumn2026-fixed_me.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .autumn2026-fixed__inner_me {
    max-width: 1067px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    width: 88.916%;
  }

  .autumn2026-logo_me {
    position: absolute;
    top: 5.8%;
    left: 0;
    width: 17.806%;
  }

  .autumn2026-season_pc_me {
    position: absolute;
    right: 0;
    bottom: 1.6%;
    transform: translateX(29.487%);
    width: 14.058%;
  }

  /* autumn2026-index_me */
  .autumn2026-index_me {
    display: flex;
    justify-content: space-between;
    padding-top: 26.5vh;
  }

  .autumn2026-index__right_me,
  .autumn2026-index__left_me {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 23vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: calc((100% - 474px - 12.37%) / 2);
  }

  .autumn2026-index__item_me {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 39.13%;
  }

  .autumn2026-index__item_me:not(:nth-child(-n + 2)) {
    margin-top: 21.739%;
    margin-top: 6.6vh;
  }

  .autumn2026-index__item_me img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  .autumn2026-index__item_me img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@media not all and (min-width: 1000px) {
  .autumn2026-fixed__inner_me {
    display: none;
  }

  /* autumn2026-menu_me */
  body.lock {
    overflow: hidden;
  }

  .autumn2026-menu_me {
    display: block;
    position: fixed;
    top: 35px;
    right: 5px;
    z-index: 99;
  }

  .autumn2026-menu__inner_me {
    background-color: #e6e6e6;
    display: block;
    height: 100%;
    padding-top: 17.708%;
    opacity: 0;
    padding-bottom: 12.369%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.8s ease;
    visibility: hidden;
    width: 100%;
    z-index: 99;
  }

  .autumn2026-menu_me.open .autumn2026-menu__inner_me {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .autumn2026-menu__items_me {
    margin-left: auto;
    margin-right: auto;
    max-width: 590px;
    width: 76.82%;
  }

  .autumn2026-menu__title_me {
    margin-left: auto;
    margin-right: auto;
    width: 53.898%;
  }

  p.autumn2026-menu__subtitle_me {
    margin-top: 6.779%;
    margin-left: auto;
    margin-right: auto;
    width: 50.847%;
  }

  .autumn2026-menu__pics_me {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 9.152%;
  }

  .autumn2026-menu__pic_me {
    width: 25.423%;
  }

  .autumn2026-menu__pic_me:not(:nth-child(-n + 3)) {
    margin-top: 6.779%;
  }

  .autumn2026-menu__top_me,
  .autumn2026-menu__new_me {
    margin-top: 16.101%;
    margin-left: auto;
    margin-right: auto;
    width: 74.576%;
  }

  .autumn2026-menu__new_me {
    margin-top: 10.169%;
  }

  .autumn2026-menu__sns_me {
    display: flex;
    justify-content: space-between;
    margin-top: 13.559%;
    margin-left: auto;
    margin-right: auto;
    width: 42.033%;
  }

  .autumn2026-menu__sns_me a {
    display: block;
    width: 29.838%;
  }

  /* toggle-btn */
  .toggle-btn_me {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease;
    position: relative;
    z-index: 99;
    width: 50px;
    height: 30px;
  }

  .toggle-btn__hum_me {
    background-color: #000;
    border-radius: 2px;
    display: block;
    height: 2px;
    transition: all 0.5s ease;
    width: 45%;
  }

  .toggle-btn__hum_me:nth-child(2) {
    margin-bottom: 6px;
    margin-top: 6px;
  }

  .open .toggle-btn__hum_me {
    transform: translateY(2px) rotate(-45deg);
  }

  .open .toggle-btn__hum_me:nth-child(2) {
    display: none;
  }

  .open .toggle-btn__hum_me:nth-child(3) {
    transform: rotate(45deg);
  }
}

/*----------------------------------
  SP
----------------------------------*/
@media not all and (min-width: 768px) {
  .fca_cat-hero .fca_container {
    padding-right: 0;
    padding-left: 0;
  }

  .autumn2026_me .pc {
    display: none;
  }

  .autumn2026_me .sp {
    display: block;
  }

  .autumn2026-look__link_me:hover {
    color: var(--color01);
    opacity: 1;
  }

  /* autumn2026-header_me */
  .autumn2026-header_me {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 0;
  }

  .autumn2026-header__title_me {
    padding: 10px;
  }

  ul.autumn2026-header__items_me {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 10px 0;
    width: 100%;
  }

  .autumn2026-header__item_me {
    margin: 0 7px 7px 0;
  }
}
