@charset "UTF-8";
/*=============================================================

	Date: 2026-6-30
	CSS Document ： 体形別特集

=============================================================*/
/* */
.dummy {
  position: absolute;
  top: -481px;
  left: 0;
  width: 100%;
  opacity: 0.35;
  pointer-events: none;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 10000;
  filter: grayscale(90%);
}
.dummy img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: max-content;
}
/*------------------------------------
仮想LP用ベース
------------------------------------*/
.fca_cat-hero, .sr_page-shopping-result__free {
  overflow: visible !important;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container__in {
  max-width: 100%;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.fca_page-shop-category__body {
  margin-top: 0;
}
#outer {
  opacity: 1;
}
#outer ul {
  padding: 0;
  list-style: none;
}
/* ---------------------------------

キーカラー指定
color: var(--sweat-theme01-color);	
font-family: var(--font-sweat-M);
font-family: var(--font-sweat-DB);
font-family: var(--font-sweat-EB);
font-family: var(--font-mincho-R);

font-family: var(--font-sweat-en);
font-weight: 700;
font-style: normal;

var(--sweat-cate01-color)
--------------------------------- */ :root {
  --sweat-theme01-color: #775dde; /* キーカラー指定 */
  --sweat-theme02-color: #e0920b;
  --sweat-cate01-color: #2bb4cf;
  --sweat-cate02-color: #d47f17;
  --sweat-cate03-color: #eb679c;
  --sweat-cate04-color: #11ad81;
  --sweat-bg-color: #ded8ce; /* 背景カラー指定 */
  --font-sweat-R: "あおとゴシック R", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-sweat-M: "あおとゴシック M", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-sweat-DB: "あおとゴシック DB", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-sweat-EB: "あおとゴシック EB", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-sweat-en: "Courier Prime", monospace;
  --font-mincho-R: "A1 Mincho", serif;
}
/*------------------------------------

ベース

------------------------------------*/
.pc_cl {
  display: block;
}
.sp_cl {
  display: none;
}
.bold_ct {
  font-weight: bold;
}
.fsc_gheader-wrap {
  transition: all 0.3s;
}
/*==================================

ルビ

==================================*/
[data-ruby] {
  position: relative;
  margin-top: 0.2em;
  display: inline-block;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  text-align: center;
  top: -0.9em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.38em;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
/*------------------------------------

wrapper

------------------------------------*/

#wrapper {
  width: 100%;
  margin: 0 auto 0;
  line-height: 2.0;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  container-type: inline-size;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* background-image: url(../images/nav_bg.webp); */
  background-repeat: repeat;
  background-position: center;
  background-size: 4em;
  gap: 6%;
  padding-bottom: 3em;
}
#wrapper img {
  height: auto;
  max-width: 100%;
}
#wrapper-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}
#wrapper a {
  text-decoration: none;
}
/* hover */
@media (hover: hover) {
  #wrapper a {
    transition: all 0.3s;
  }
  /*#wrapper a:hover {
    opacity: 0.8;
  }*/
}
/*------------------------------------

タイトル

------------------------------------*/
/* === メインコンテンツ === */
#sp-contents {
  container-type: inline-size;
  overflow: hidden;
}
#sp-contents-inner {
  font-size: 3.05cqw;
}
/* == タイトル == */
#title {
  background: #fffbcb;
}
#title .titleinner {}
#title .titleinner .fv-title {
  padding: 10cqw 8cqw 6cqw;
  position: relative;
  z-index: 1;
  color: var(--sweat-theme01-color);
  animation: fv-title_anime 0.5s 0.7s both;
}
@keyframes fv-title_anime {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#title .titleinner .fv-title h2 {
  font-size: 298%;
  letter-spacing: 0.19em;
  margin-bottom: 0.1em;
  font-family: var(--font-sweat-M);
}
#title .titleinner .fv-title p {
  margin: 0;
  font-family: var(--font-sweat-en);
  font-weight: 700;
  font-size: 140%;
  color: var(--sweat-theme02-color);
  margin-left: 0.24em;
}
#title .titleinner .fv-title .fv-icon {
  position: absolute;
  width: 36cqw;
  top: 46.6%;
  right: 4%;
  animation: fv-icon_anime 0.7s 1.5s both;
  transform-origin: left bottom;
}
@keyframes fv-icon_anime {
  0% {
    opacity: 0;
    transform: rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
#title .titleinner .fv-photo-area {
  position: relative;
  height: 117cqw; /* background: #000; */
}
#title .titleinner .fv-photo-area img {
  width: 46%;
  border: 1.6cqw solid #FFF;
  box-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.1);
  position: absolute;
  background: #FFF;
}
#title .titleinner .fv-photo-area .photo01 {
  top: -13%;
  left: 61%;
  transform: rotate(10deg);
}
#title .titleinner .fv-photo-area .photo02 {
  top: 0%;
  left: 32%;
  transform: rotate(-3deg);
}
#title .titleinner .fv-photo-area .photo03 {
  top: 0%;
  left: -8%;
  transform: rotate(-16deg);
}
#title .titleinner .fv-photo-area .photo04 {
  top: 22%;
  left: -6%;
  transform: rotate(10deg);
}
#title .titleinner .fv-photo-area .photo05 {
  top: 11%;
  left: 71%;
  transform: rotate(-17deg);
}
#title .titleinner .fv-photo-area .photo06 {
  top: 44%;
  left: 26%;
  transform: rotate(-17deg);
}
#title .titleinner .fv-photo-area .photo07 {
  top: 55%;
  left: -11%;
  transform: rotate(-5deg);
}
#title .titleinner .fv-photo-area .photo08 {
  top: 52%;
  left: 66%;
  transform: rotate(8deg);
}
#title .titleinner .fv-photo-area img.fv-img-hidden {
  opacity: 0;
  translate: 0 1em;
  transition: none;
}
#title .titleinner .fv-photo-area img.fv-img-show {
  opacity: 1;
  translate: 0 0;
  transition:
    opacity 0.9s ease, translate 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
/* prefers-reduced-motion 対応 
@media (prefers-reduced-motion: reduce) {
  #title .titleinner .fv-photo-area img.fv-img-hidden {
    opacity: 1;
    translate: 0 0;
  }
  #title .titleinner .fv-photo-area img.fv-img-show {
    transition: none;
  }
}*/
/* == リード == */
#sp-contents .fv-lead {
  padding: 1.2em 0 3em;
  text-align: center;
  background: #fffbcb;
}
#sp-contents .fv-lead h3 {
  text-align: center;
  font-size: 195%;
  margin-bottom: 1em;
  letter-spacing: 0.13em;
  line-height: 1.0;
  color: var(--sweat-theme01-color);
  font-family: var(--font-sweat-M);
}
#sp-contents .fv-lead h3 span.lead-v {
  position: relative;
  padding-bottom: 0.17em;
  overflow: hidden;
  height: 1.6em;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#sp-contents .fv-lead h3 span.lead-v span {
  transform: translateY(1.6em);
  display: block;
  padding: 0.4em 0 0.3em;
}
#sp-contents .fv-lead h3 span.lead-v::after {
  display: block;
  width: 0%;
  height: 1px;
  content: '';
  background: var(--sweat-theme01-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-contents .fv-lead.is-active h3 span.lead-v::after {
  width: 100%;
  transition: width 1s ease 0.0s;
}
#sp-contents .fv-lead.is-active h3 span.lead-v span {
  transform: translateY(0em);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
#sp-contents .fv-lead.is-active h3 span.lead-v:nth-child(2)::after {
  transition: width 1s ease 0.2s;
}
#sp-contents .fv-lead.is-active h3 span.lead-v:nth-child(2) span {
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
#sp-contents .fv-lead p {
  font-size: 130%;
  line-height: 1.8;
  margin: 1.0em 0 0;
  font-family: var(--font-sweat-R);
  color: #404040;
}
/* == ナビ == */
.nav-wrap {
  border: 1px solid var(--sweat-theme01-color);
  border-left: 0;  background-image: url(../images/nav_bg.webp); background-repeat: repeat;
  background-position: center;
  background-size: 11cqw;
  border-right: 0; /* margin: 3.5em 0 0; */
}
/* お悩み */
.nav-wrap .nav-area {}
.nav-wrap .nav-area .nav-title {
  color: var(--sweat-theme01-color);
  width: 84%;
  margin: 3em auto 1.3em;
}
.nav-wrap .nav-area .nav-title .sub {
  font-family: var(--font-sweat-en);
  font-weight: 700;
  font-style: normal;
  font-size: 150%;
  letter-spacing: 0.05em;
  color: var(--sweat-theme02-color);
}
.nav-wrap .nav-area .nav-title .main {
  font-size: 245%;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: var(--font-sweat-EB);
  clip-path: inset(0 100% 0 0); /* 下から100%クリップ＝非表示 */
  transition: clip-path 3.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-wrap .nav-area .nav-title .main i {
  font-style: normal;
  color: #ffffff;
  -webkit-text-stroke: 0.03em var(--sweat-theme01-color);
}
.nav-wrap .nav-area .nav-title.is-active .main {
  clip-path: inset(0 0 0% 0);
}
.nav-wrap .nav-area .nav-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-wrap .nav-area .nav-block a {
  overflow: hidden;
  display: block;
  width: 50%;
  background: #FFF;
  padding: 1.5em 0;
  position: relative;
}
.nav-wrap .nav-area .nav-block a::before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/nav_ninoude.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150%;
  filter: blur(1.0em);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.nav-wrap .nav-area .nav-block a::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #00c1c4;
  opacity: 0.6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-wrap .nav-area .nav-block a .nav-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10em 10em 0 0;
  width: 78%;
  margin: 0 auto;
  display: block;
}
.nav-wrap .nav-area .nav-block a img {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .nav-wrap .nav-area .nav-block a:hover img {
    transform: scale(1.1)
  }
}
.nav-wrap .nav-area .nav-block a .c-title {
  z-index: 1;
  line-height: 1;
  display: inline-block;
  margin: 0;
  text-align: start;
  white-space: nowrap;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: 'vert'on;
  background: #FFF;
  padding: 0.15em 0.16em;
  position: absolute;
  color: var(--sweat-theme01-color);
  font-size: 111%;
  font-family: var(--font-sweat-DB);
}


.nav-wrap .nav-area .nav-block a .c-title.c01 {
  top: 13%;
  right: 9%;
  font-size: 130%;
}
.nav-wrap .nav-area .nav-block a .c-title.c02 {
  bottom: 12%;
  left: 8%;
}
.nav-wrap .nav-area .nav-block .nav-hip {}
.nav-wrap .nav-area .nav-block a.nav-hip::before {
  background-image: url(../images/nav_hip.webp);
}
.nav-wrap .nav-area .nav-block a.nav-hip::after {
  background: #5832e3;
}
.nav-wrap .nav-area .nav-block .nav-onaka {}
.nav-wrap .nav-area .nav-block a.nav-onaka::before {
  background-image: url(../images/nav_onaka.webp);
}
.nav-wrap .nav-area .nav-block a.nav-onaka::after {
  background: #dede00;
}
.nav-wrap .nav-area .nav-block .nav-take {}
.nav-wrap .nav-area .nav-block a.nav-take::before {
  background-image: url(../images/nav_take.webp);
}
.nav-wrap .nav-area .nav-block a.nav-take::after {
  background: #f52a3b;
}
/* アイテム */
.nav-wrap .nav-area .nav-block .nav-tops {}
.nav-wrap .nav-area .nav-block a.nav-tops::before {
  background-image: url(../images/nav_tops.webp);
}
.nav-wrap .nav-area .nav-block a.nav-tops::after {
  background: #008bd6;
}
.nav-wrap .nav-area .nav-block .nav-bottoms {}
.nav-wrap .nav-area .nav-block a.nav-bottoms::before {
  background-image: url(../images/nav_bottoms.webp);
}
.nav-wrap .nav-area .nav-block a.nav-bottoms::after {
  background: #ff8800;
}
.nav-wrap .nav-area .nav-block .nav-outer {}
.nav-wrap .nav-area .nav-block a.nav-outer::before {
  background-image: url(../images/nav_outer.webp);
}
.nav-wrap .nav-area .nav-block a.nav-outer::after {
  background: #d60059;
}
.nav-wrap .nav-area .nav-block .nav-dress {}
.nav-wrap .nav-area .nav-block a.nav-dress::before {
  background-image: url(../images/nav_dress.webp);
}
.nav-wrap .nav-area .nav-block a.nav-dress::after {
  background: #00bf66;
}
/* LINEUP */
.nav-wrap .lineup-title {
  margin: 3.1em 0;
  text-align: center;
}
.nav-wrap .lineup-title img {
  width: 75%;
  margin: 0 auto;
  display: block;
  transform: scale(0.7) translateY(0.4em);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-wrap .lineup-title span {
  font-family: var(--font-sweat-en);
  font-weight: 700;
  font-style: normal;
  font-size: 300%;
  line-height: 1.2;
  color: var(--sweat-theme01-color);
}
.nav-wrap .lineup-title.is-active img {
  transform: scale(1) translateY(0.0em)
}
/* == カテゴリ == */
#category {
  background: #FFF;
}
/* = トップス = */
#category .category-block { /* background: #fff; */ padding: 0 0 5em;
}
/* タイトル */
#category .category-block .category-title {
  /* width: 88%; */
  margin: 0 auto;
  padding: 3.5em 6% 1.7em;
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 0.6em;
  background: #fffbcb;
}
#category .category-block .category-title .main {
  font-family: var(--font-sweat-en);
  font-weight: 700;
  font-style: normal;
  font-size: 430%;
  color: #ffffff;
  -webkit-text-stroke: 0.025em var(--sweat-theme01-color);
  line-height: 1;
}
#category .category-block .category-title .sub {
    font-size: 120%;
    font-family: var(--font-sweat-DB);
}
.category-title .main span {
  display: inline-block;
  transform: translateY(0);
}
.category-title .main span.wave-active {
  animation: char-wave 0.6s ease forwards;
  animation-delay: calc(var(--char-index) * 0.12s);
}
@keyframes char-wave {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.13em);
  }
  100% {
    transform: translateY(0);
  }
}
/* タブ */
#category .category-block .tab-list {
  font-family: var(--font-sweat-DB);
  display: flex;
  justify-content: center;
  align-items: flex-end; /* flex-grow: 1; */ text-align: center;
  background: #fffbcb;
  font-size: 150%;
  gap: 1px;
}
#category .category-block .tab-list .tab-item.open {
  background: #FFF;
  color: var(--sweat-theme01-color);
  border: 1px solid var(--sweat-theme01-color);
  border-bottom: none;
  padding-top: 0.9em;
  margin: -0.5em 0 0;
}
#category .category-block .tab-list .tab-item.open:first-child {
  border-left: 0;
}
#category .category-block .tab-list .tab-item.open:last-child {
  border-right: 0;
}
#category .category-block .tab-list .tab-item.open span {}
#category .category-block .tab-list .tab-item {
  flex-grow: 1;
  background: var(--sweat-theme01-color);
  color: #FFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
  padding: 0.65em 0 0.55em;
  min-height: 2.2em;
  cursor: pointer;
  transition: all 0.5s;
}
#category .category-block .tab-list .tab-item:not(.open)::after {
  display: block;
  width: 0.7em;
  height: 1em;
  content: '';
  background-image: url(../images/tab_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* position: absolute; */ /* top: 0; */ /* left: 0; */ margin-right: -0.7em;
  transition: all 0.2s;
}
@media (hover: hover) {
  #category .category-block .tab-list .tab-item:not(.open):hover::after {
    transform: translateY(0.15em)
  }
}
/*
#category .category-block .tab-list .tab-item:nth-child(2):not(.open) {
  border-right:1px solid #FFF;
}*/
#category .category-block .tab-list .tab-item span {}
/* 商品表示エリア */
#category .category-block .item-list {
  padding: 3em 0 0;
  background: #FFF;
}
#category .category-block .item-list.all {}
/* swiper */
#category .category-block .item-list.all .swiper {
  overflow: visible;
}
/* Additional required wrapper */
#category .category-block .item-list.all .swiper .swiper-wrapper {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide {
  width: 87%;
}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.3s;
  background: #fffbcb;
  width: 91%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 1.4em;
}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a {
  transform: rotate(-2deg);
}
#category .category-block:nth-child(2n) .item-list.all .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a {
  transform: rotate(2deg);
}
#sp-contents .swiper .swiper-wrapper .swiper-slide a .spec-img {
  display: block;
  overflow: hidden;
}
#sp-contents .swiper .swiper-wrapper .swiper-slide a img {
  transition: all 0.3s;
}
.swiper-slide a .item-catch {
  text-align: start;
  white-space: nowrap;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  text-orientation: upright;
  position: absolute;
  top: -0.5em;
  right: -1em;
  color: var(--sweat-theme01-color);
  font-size: 120%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.3em;
  flex-direction: column;
  font-family: var(--font-sweat-DB);
}



/*------------------------------------

個別

------------------------------------*/

#tops .swiper-slide[data-index="1"] .item-catch {
  left: -0em;
  right: auto;
}
#tops .swiper-slide[data-index="5"] .item-catch {
  left: -0em;
  right: auto;
}
#bottoms .swiper-slide[data-index="4"] .item-catch {
  left: -0em;
  right: auto;
}
#dress .swiper-slide[data-index="0"] .item-catch {
  right: 1em;
}
#dress .swiper-slide[data-index="8"] .item-catch {
  right: 1em;
}


#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch > span {
  display: block;
  background: #FFF;
  border: 1px solid var(--sweat-theme01-color);
  padding: 0.6em 0.16em;
  border-radius: 2em;
}
.rotate90 {
  display: inline-block;
  transform: rotate(90deg);
  line-height: 1;
  margin: -0.2em 0;
}
.icon-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  /* width: 90%; */
  margin: 1em auto 0.5em;
  font-size: 110%;
  /* font-family: var(--font-sweat-DB); */
}
.icon-list .icon {
  min-width: 4em;
  width: fit-content;
  display: block;
  background: #FFF;
  border: 0.11em solid;
  line-height: 1;
  padding: 0.3em 0.5em 0.2em;
  text-align: center;
  font-family: var(--font-sweat-DB);
}
.icon-list .size {
  color: #404040;
  border-color: #404040;
}
.icon-list .petit {
  color: #ff7d92;
}
.icon-list .tall {
  color: #4cc4f7;
}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide a .spec-txt {
  width: 89%;
  display: block;
  margin: 0.6em auto 0;
  line-height: 1.5;
}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide a .spec-txt .name_cl {
    font-family: var(--font-sweat-DB);
}
.spec-txt .buy_text {
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin: 0.4em 0 0;
}
.spec-txt .buy_text .price_cl {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 135%;
  font-style: normal;
}
.spec-txt .buy_text .buy_btn {
  font-family: var(--font-sweat-en);
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  background: #404040;
  border-radius: 3em;
  font-size: 140%;
  padding: 0.4em 1.3em 0.25em;
  letter-spacing: 0.15em;
  line-height: 1;
  transition: all 0.3s;
}
@media (hover: hover) {
  #sp-contents .swiper .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.05)
  }
  #sp-contents #category .category-block .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a:hover {
    /*transform: rotate(0deg);*/
  }
  #sp-contents .swiper .swiper-wrapper .swiper-slide a:hover .spec-txt .buy_text .buy_btn {
    background: var(--sweat-theme01-color);
  }
}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 img {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .item-catch {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .item-catch span {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .icon-list {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .icon-list .icon.size {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .icon-list .icon.petit {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .icon-list .icon.tall {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .spec-txt {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .spec-txt .name_cl {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .spec-txt .buy_text {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .spec-txt .buy_text .price_cl {}
#category .category-block .item-list.all .swiper .swiper-wrapper .swiper-slide .bottoms-02 .spec-txt .buy_text .buy_btn {}
/* navigation buttons */
#sp-contents .swiper .swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3em;
  margin: 1.9em 0 0;
}
#sp-contents .swiper .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  font-size: 85%;
  width: fit-content;
  top: auto;
  left: auto;
  bottom: auto;
}
/* 前へ次への矢印カスタマイズ */
#sp-contents .swiper .swiper-button-prev, #sp-contents .swiper .swiper-button-next {
  height: auto;
  aspect-ratio: 1/1;
  width: 1.8em;
  background: none;
  position: static;
  margin: 0;
  transition: all 0.2s;
}
#sp-contents .swiper .swiper-button-prev::after, #sp-contents .swiper-button-next::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
  font-size: 0;
  display: block;
}
/* 前へ次への矢印カスタマイズ */
#sp-contents .swiper .swiper-button-prev::after {
  background-image: url('../images/arrow_prev.svg');
}
#sp-contents .swiper .swiper-button-next::after {
  background-image: url('../images/arrow_next.svg');
}
@media (hover: hover) {
  #sp-contents .swiper .swiper-button-prev:hover {
    transform: translateX(-0.3em);
  }
  #sp-contents .swiper .swiper-button-next:hover {
    transform: translateX(0.3em);
  }
}
#sp-contents .swiper .swiper-pagination {
  position: static;
  margin: 0em 0 0;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
}
#sp-contents .swiper .swiper-pagination-bullet {
  opacity: 1;
  /*border: 1px solid #000;*/
  width: 0.75em;
  background: var(--sweat-theme01-color);
  height: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  transition: all 0.3s;
  text-align: center;
  transform-origin: center center;
}
#sp-contents .swiper .swiper-pagination-bullet-active {
  width: 2.35em;
}
/* もっと見る */
#category .category-block .more-btn {
  position: relative;
  display: block;
  margin: 2em auto;
  width: 70%;
  font-size: 132%;
}
#category .category-block .more-btn .more-inner {
  position: relative;
  padding: 0.7em 1.4em 0.6em;
  letter-spacing: 0.13em;
  width: 100%;
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  transition: all 0.2s;
}
#category .category-block .more-btn::after {
  display: block;
  width: 100%;
  height: 100%;
  content: ''; /* background: #FFF; */ border: 1px solid #000;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  z-index: 0;
}
#category .category-block .more-btn .more-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-sweat-DB);
  margin-left: 0.3em;
}
#category .category-block .more-btn .more-arrow {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%; /* content: ''; */ background-color: #000;
  background-image: url(../images/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center left 56%;
  background-size: 25%;
  position: relative;
  z-index: 1; /* position: absolute; */ /* top: 0; */ /* left: 0; */
}
@media (hover: hover) {
  #category .category-block .more-btn:hover .more-inner {
    transform: translate(0.2em, 0.2em)
  }
}
.tab-list .tab-item .min-txt {
  font-size: 90%;
}
/*------------------------------------

色分け

------------------------------------*/
/* = トップス = */
#category .category-block#tops .category-title .main {
  -webkit-text-stroke-color: var(--sweat-cate01-color);
}
#category .category-block#tops .category-title .sub {
  color: var(--sweat-cate01-color);
}
#category .category-block#tops .tab-list .tab-item.open {
  color: var(--sweat-cate01-color);
  border-color: var(--sweat-cate01-color);
  background: #FFF;
}
#category .category-block#tops .tab-list .tab-item {
  background: var(--sweat-cate01-color);
}
#category .category-block#tops .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch {
  color: var(--sweat-cate01-color);
}
#category .category-block#tops .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch span {
  border-color: var(--sweat-cate01-color);
}
#category .category-block#tops .more-btn .more-inner {
  border-color: var(--sweat-cate01-color);
  color: var(--sweat-cate01-color);
}
#category .category-block#tops .more-btn .more-arrow {
  background-color: var(--sweat-cate01-color);
}
#category .category-block#tops .more-btn::after {
  border-color: var(--sweat-cate01-color);
}
#category .category-block#tops .swiper .swiper-pagination-bullet {
  background-color: var(--sweat-cate01-color);
}
#category .category-block#tops .swiper .swiper-pagination-bullet-active {
  background-color: var(--sweat-cate01-color);
}
#category .category-block#tops .swiper .swiper-button-prev::after {
  background-image: url('../images/arrow-cate01_prev.svg');
}
#category .category-block#tops .swiper .swiper-button-next::after {
  background-image: url('../images/arrow-cate01_next.svg');
}
/* = ボトムス = */
#category .category-block#bottoms .category-title .main {
  -webkit-text-stroke-color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .category-title .sub {
  color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .tab-list .tab-item.open {
  color: var(--sweat-cate02-color);
  border-color: var(--sweat-cate02-color);
  background: #FFF;
}
#category .category-block#bottoms .tab-list .tab-item {
  background: var(--sweat-cate02-color);
}
#category .category-block#bottoms .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch {
  color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch span {
  border-color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .more-btn .more-inner {
  border-color: var(--sweat-cate02-color);
  color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .more-btn .more-arrow {
  background-color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .more-btn::after {
  border-color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .swiper .swiper-pagination-bullet {
  background-color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .swiper .swiper-pagination-bullet-active {
  background-color: var(--sweat-cate02-color);
}
#category .category-block#bottoms .swiper .swiper-button-prev::after {
  background-image: url('../images/arrow-cate02_prev.svg');
}
#category .category-block#bottoms .swiper .swiper-button-next::after {
  background-image: url('../images/arrow-cate02_next.svg');
}
/* = ワンピース = */
#category .category-block#dress .category-title .main {
  -webkit-text-stroke-color: var(--sweat-cate03-color);
}
#category .category-block#dress .category-title .sub {
  color: var(--sweat-cate03-color);
}
#category .category-block#dress .tab-list .tab-item.open {
  color: var(--sweat-cate03-color);
  border-color: var(--sweat-cate03-color);
  background: #FFF;
}
#category .category-block#dress .tab-list .tab-item {
  background: var(--sweat-cate03-color);
}
#category .category-block#dress .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch {
  color: var(--sweat-cate03-color);
}
#category .category-block#dress .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch span {
  border-color: var(--sweat-cate03-color);
}
#category .category-block#dress .more-btn .more-inner {
  border-color: var(--sweat-cate03-color);
  color: var(--sweat-cate03-color);
}
#category .category-block#dress .more-btn .more-arrow {
  background-color: var(--sweat-cate03-color);
}
#category .category-block#dress .more-btn::after {
  border-color: var(--sweat-cate03-color);
}
#category .category-block#dress .swiper .swiper-pagination-bullet {
  background-color: var(--sweat-cate03-color);
}
#category .category-block#dress .swiper .swiper-pagination-bullet-active {
  background-color: var(--sweat-cate03-color);
}
#category .category-block#dress .swiper .swiper-button-prev::after {
  background-image: url('../images/arrow-cate03_prev.svg');
}
#category .category-block#dress .swiper .swiper-button-next::after {
  background-image: url('../images/arrow-cate03_next.svg');
}
/* = アウター = */
#category .category-block#outer-item .category-title .main {
  -webkit-text-stroke-color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .category-title .sub {
  color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .tab-list .tab-item.open {
  color: var(--sweat-cate04-color);
  border-color: var(--sweat-cate04-color);
  background: #FFF;
}
#category .category-block#outer-item .tab-list .tab-item {
  background: var(--sweat-cate04-color);
}
#category .category-block#outer-item .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch {
  color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .item-list.all .swiper .swiper-wrapper .swiper-slide a .item-catch span {
  border-color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .more-btn .more-inner {
  border-color: var(--sweat-cate04-color);
  color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .more-btn .more-arrow {
  background-color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .more-btn::after {
  border-color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .swiper .swiper-pagination-bullet {
  background-color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .swiper .swiper-pagination-bullet-active {
  background-color: var(--sweat-cate04-color);
}
#category .category-block#outer-item .swiper .swiper-button-prev::after {
  background-image: url('../images/arrow-cate04_prev.svg');
}
#category .category-block#outer-item .swiper .swiper-button-next::after {
  background-image: url('../images/arrow-cate04_next.svg');
}




/* == PICK UP == */
#pickup {
  background: #fffbcb;
  padding: 3.0em 0;
}
#pickup .pickup-title {
  font-family: var(--font-sweat-en);
  font-weight: 700;
  font-style: normal;
  font-size: 395%;
  letter-spacing: 0;
  color: #ffffff;
  -webkit-text-stroke: 0.03em var(--sweat-theme01-color);
  line-height: 1;
  text-align: center;
}
#pickup .pickup-title span{
  font-size:40%;
}
#pickup h3 {
  text-align: center;
  color: var(--sweat-theme01-color);
  font-size: 130%;
  font-family: var(--font-sweat-DB);
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0.4em auto 0;
  padding: 0 0.4em 0.2em;
  border-bottom: 1px solid var(--sweat-theme01-color);
  width: fit-content;
}
#pickup h3 .main {
  font-size: 150%;
  line-height: 1.7;
}
#pickup .size-about {
  margin: 1.3em auto 1.6em;
  color: var(--sweat-theme01-color);
}
#pickup .size-about .size-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin: 0.5em 0;
  font-family: var(--font-sweat-DB);
}
#pickup .size-about .size-box .size-icon {
  min-width: 4em;
  width: fit-content;
  display: block;
  background: #FFF;
  border: 0.11em solid;
  line-height: 1;
  padding: 0.35em 0.5em 0.25em;
  text-align: center;
  font-size: 120%;
  font-family: var(--font-sweat-DB);
}
#pickup .size-about .size-box .petit.size-icon {
  color: #ff7d92;
}
#pickup .size-about .size-box .dot {}
#pickup .size-about .size-box p {
  margin: 0;
  line-height: 1.3;
}
#pickup .size-about .size-box p .big-txt {
  font-size: 137%;
}
#pickup .size-about .size-box .tall.size-icon {
  color: #4cc4f7;
}
/* 商品表示エリア */
#pickup .item-list.all {}
/* swiper */
#pickup .item-list.all .swiper {}
/* Additional required wrapper */
#pickup .item-list.all .swiper .swiper-wrapper {}
#pickup .item-list.all .swiper .swiper-wrapper .swiper-slide {
  width: 90%;
}
#pickup .item-list.all .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
  font-size: 100%;
  width: 95%;
  margin: 0 auto;
}
#pickup .item-list.all .swiper .swiper-wrapper .swiper-slide a .spec-img {
  width: 45%;
  display: block;
  flex-shrink: 0;
}
#pickup .item-list.all .swiper .swiper-wrapper .swiper-slide a .spec-img img {}
#pickup .swiper-slide a .spec-txt {}
#pickup .swiper-slide a .spec-txt .icon-list {
  gap: 0.3em;
  font-size: 90%;
  margin: 0.8em auto 0.9em;
}
#pickup .swiper-slide a .spec-txt .icon-list .icon.size {}
#pickup .swiper-slide a .spec-txt .icon-list .icon.petit {}
#pickup .swiper-slide a .spec-txt .icon-list .icon.tall {}
#pickup .swiper-slide a .spec-txt .name_cl {
  line-height: 1.35;
  font-size: 100%;
  display: block;
  margin-right: 1em;
  font-family: var(--font-sweat-DB);
}
#pickup .swiper-slide a .spec-txt .buy_text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2em;
}
#pickup .swiper-slide a .spec-txt .buy_text .price_cl {
  line-height: 1.4;
}
#pickup .swiper-slide a .spec-txt .buy_text .buy_btn {}
/* アイテム出力 */
/* navigation buttons */
#pickup .item-list.all .swiper .swiper-pagination-wrap {}
#pickup .item-list.all .swiper .swiper-pagination-wrap .swiper-button-prev {}
/* pagination */
#pickup .item-list.all .swiper .swiper-pagination-wrap .swiper-pagination {}
#pickup .item-list.all .swiper .swiper-pagination-wrap .swiper-button-next {}
/* == 回遊エリア == */
#more-contents {}
#more-contents .more-title {
  background: var(--sweat-theme01-color);
  color: #FFF;
  font-family: var(--font-sweat-en);
  font-weight: 700;
  font-size: 170%;
  padding: 0.4em 0.9em 0.2em;
  line-height: 1;
}
#more-contents .more-list {}
#more-contents .more-list a {
  color: var(--sweat-theme01-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 8em;
  position: relative;
  gap: 6%;
  background-image: url(../images/bnr_bg.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: 15cqw;
  border-bottom: 1px solid var(--sweat-theme01-color);
  font-family: var(--font-sweat-DB);
}
#more-contents .more-list a:last-child {
  /* border-bottom: 0; */
}
#more-contents .more-list a .more-arrow {
  display: block;
  width: 12%;
  height: 29cqw;
  /* content: ''; */
  background-color: #FFF;
  background-image: url(../images/bnr_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  /* background: #000; */
  border-right: 1px solid var(--sweat-theme01-color);
  transition: all 0.3s;
}
#more-contents .more-list a img {
  width: 20%;
  transition: all 0.3s;
}
#more-contents .more-list a p {
  margin: 0;
  line-height: 1.3;
  font-size: 125%;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
#more-contents .more-list a p .main {
  font-size: 158%;
}
@media (hover: hover) {
  #more-contents .more-list a:hover .more-arrow {
    background-color: #fffbcb;
  }
  #more-contents .more-list a:hover p, #more-contents .more-list a:hover img {
    transform: scale(1.05);
  }
}
#more-contents .more-list .more-tall {}
#more-contents .more-list .more-tall .more-arrow {}
#more-contents .more-list .more-tall img {}
#more-contents .more-list .more-tall p {}
#more-contents .more-list .more-tall p .main {}
#more-contents .more-list .more-plus-size {}
#more-contents .more-list .more-plus-size .more-arrow {}
#more-contents .more-list .more-plus-size p {}
#more-contents .more-list .more-plus-size p .main {}
#more-contents .more-list .more-plus-size img, #more-contents .more-list .more-plus-inner img {
  width: 27%;
  margin-left: -3%;
}
#more-contents .more-list .more-plus-inner {}
#more-contents .more-list .more-plus-inner .more-arrow {}
#more-contents .more-list .more-plus-inner p {}
#more-contents .more-list .more-plus-inner p .main {}
#more-contents .more-list .more-plus-inner img {}
/* === メインコンテンツ === */
/*==================================

アニメーション

==================================*/
.fade_cl {
  opacity: 0;
}
.fade_cl.fadeIn_cl {
  animation: fade_cl 0.7s forwards 0s;
}
.model_cl {
  transition: all 0.7s;
}
@keyframes fade_cl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-zoom_cl {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes fadeIn_cl {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInR_cl {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*===================================

1000px以下

===================================*/
@media (max-width: 920px) {}
/*===================================

PC（768px以上）

===================================*/
@media (min-width: 769px) {
#outer{
    position: relative
}
#outer::before {
    position: sticky;
    display: block;
    width: 100%;
    height: 100vh;
    content: '';
    background-image: url(../images/nav_bg.webp);
    background-repeat: repeat;
    background-position: center;
    background-size: 4em;
    top: 0;
    left: 0;
}
#wrapper {
  margin: -100vh auto 0;
}

  
  #sp-contents {
    width: 70%;
    max-width: 600px;
    /* overflow: hidden; */
    border: 1px solid var(--sweat-theme01-color);
    border-top: 0;
    border-bottom: 0;
  }

  
  /* === メニュー === */
  #menu-wrap {
    position: sticky;
    top: 0;
    left: 0;
    max-width: 500px;
    container-type: inline-size;
    width: 60vh;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fade_cl 1.0s forwards 3s;
  }
  /* == ナビ == */
  #menu-wrap .nav-wrap {
    font-size: 3.2cqw;
    border: none;
    width: 100%;
    text-align: center;
    background: none;
  }
  /* お悩み */
  #menu-wrap .nav-wrap .nav-area {
    margin-bottom: 1em;
  }
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime {
    font-size: 85%;
    margin: 0 auto 0em;
  }
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime .sub {
    line-height: 1.3;
  }
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime .main {
    font-size: 210%;
}
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime .main i {}
  #menu-wrap .nav-wrap .nav-area .nav-block {}
  #menu-wrap .nav-wrap .nav-area .nav-block a::before, #menu-wrap .nav-wrap .nav-area .nav-block a::after {
    display: none;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block a {
    background: none;
    padding: 1em 0;
    width: 25%;
    container-type: inline-size;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block a .nav-img { /* height: 88%; */ width: 88%;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block a .nav-img img {
    margin: -7% 0;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block a .c-title.c01 {
    border: 1px solid var(--sweat-theme01-color);
    font-size: 10cqw;
    right: 2%;
       transition: all 0.3s;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block .nav-hip {}
  /* == 回遊エリア == */
  #menu-wrap #more-contents {
    border: 1px solid var(--sweat-theme01-color);
    border-radius: 0.8em;
    overflow: hidden;
    width: 60%;
    container-type: inline-size;
    margin: 2em auto 0;
  }
  #menu-wrap #more-contents .more-title {
    color: var(--sweat-theme01-color);
    background: #FFF;
    border-bottom: 1px solid var(--sweat-theme01-color);
    font-size: 6cqw;
  }
  #menu-wrap #more-contents .more-list {
    text-align: left;
    font-size: 4cqw;
  }
  #menu-wrap #more-contents .more-list a:last-child {
    border-bottom: 0;
}
  #menu-wrap #more-contents .more-list a .more-arrow {
    height: 32cqw;
  }
  #menu-wrap #more-contents .more-list a img {}
  #menu-wrap #more-contents .more-list a p {}
  #menu-wrap #more-contents .more-list a p .main {}
    
    #menu-btn {
        display: none;
}
    
}

@media (hover: hover) {
    #menu-wrap .nav-wrap .nav-area .nav-block a:hover .c-title.c01 {
        background: var(--sweat-theme01-color);
        color: #FFF;
    }
}

/*===================================

スマホ

===================================*/
@media (max-width: 768px) {
  .pc_cl {
    display: none;
  }
  .sp_cl {
    display: block;
  }
  #sp-contents {
    width: 100%;
  }
  #wrapper {
    font-size: 3.2vw;
    overflow: hidden;
    background-size: 13vw;
  }
  
 /* === メニュー === */
body.figure-menu-active {
        overflow: hidden;
    }
body.figure-menu-active #outer {
  position: relative;
  z-index: 1000000;
}  

    
  #menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* max-width: 500px; */
    container-type: inline-size;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
     transition: all 0.5s;
  }
    
    
body.figure-menu-active #menu-wrap {
    opacity: 1;
background: rgba(0,0,0,0.4);
pointer-events: all;
}
    
  /* == ナビ == */
  #menu-wrap .nav-wrap {
    font-size: 3.2cqw;
    /* border: none; */
    width: 93%;
    height: 85vh;
    /* text-align: center; */
    border: 1px solid var(--sweat-theme01-color);
    border-radius: 3vw;
    overflow: scroll;
    background: #FFF;
    background-image: url(../images/nav_bg.webp);
    background-repeat: repeat;
    background-position: center;
    background-size: 12vw;
  }
  /* お悩み */
  #menu-wrap .nav-wrap .nav-area {
    margin-bottom: 1em;
  }
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime {
    font-size: 85%;
    margin: 2em auto 1.3em;
  }
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime .sub {
    /* line-height: 1.3; */
  }
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime .main {}
  #menu-wrap .nav-wrap .nav-area .nav-title.is-anime .main i {}
  #menu-wrap .nav-wrap .nav-area .nav-block {}

  #menu-wrap .nav-wrap .nav-area .nav-block a {

    container-type: inline-size;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block a .nav-img {

  }
  #menu-wrap .nav-wrap .nav-area .nav-block a .nav-img img {
    margin: -7% 0;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block a .c-title.c01 {

    font-size: 9cqw;
    right: 8%;
  }
  #menu-wrap .nav-wrap .nav-area .nav-block .nav-hip {}
  /* == 回遊エリア == */
  #menu-wrap #more-contents {
    border-top: 1px solid var(--sweat-theme01-color);
    /* border-radius: 0.8em; */
    overflow: hidden;
    /* width: 60%; */
    container-type: inline-size;
    margin: 2em auto 0;
  }
  #menu-wrap #more-contents .more-title {
    color: var(--sweat-theme01-color);
    background: #FFF;
    border-bottom: 1px solid var(--sweat-theme01-color);
    font-size: 6cqw;
  }
  #menu-wrap #more-contents .more-list {
    text-align: left;
    font-size: 4cqw;
  }
  #menu-wrap #more-contents .more-list a:last-child {
    border-bottom: 0;
}
  #menu-wrap #more-contents .more-list a .more-arrow {
    height: 32cqw;
  }
  #menu-wrap #more-contents .more-list a img {}
  #menu-wrap #more-contents .more-list a p {}
  #menu-wrap #more-contents .more-list a p .main {}
    
    
/* MENU ボタン */
#menu-btn {
    position: fixed;
    left: 3vw;
    bottom: 3vw;
    background:var(--sweat-theme01-color);
    color: #FFF;
    z-index: 10000;
    font-family: var(--font-sweat-en);
    font-weight: 700;
    font-style: normal;
    font-size: 155%;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    padding: 0.3em 0.8em;
    border-radius: 1em;
    border: 1px solid #FFF;
}

#menu-btn .menu-title {line-height: 1;padding: 0.19em 0 0;letter-spacing: 0.11em;}

#menu-btn .open-btn {
  /* background: #FFF; */
  width: 1.2em;
  display: inline-block;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  margin-right: -0.2em;
}
.open-btn::after {
  display: block;
  width: 1px;
  height: 60%;
  content: '';
  background: #FFF;
  position: absolute;
  top: 20%;
  left: 48%;
  opacity: 1;
  transition: all 0.5s;
}
.open-btn::before {
  display: block;
  width: 60%;
  height: 1px;
  content: '';
  background: #FFF;
  position: absolute;
  top: 48%;
  left: 20%;
  opacity: 1;
}

body.figure-menu-active .open-btn {}
body.figure-menu-active .open-btn::after {
  transform: rotate(90deg);
  opacity: 0;
}  
    

    
    
}