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

	Date: 2026-8-25
	CSS Document ： ワードローブ70

=============================================================*/
.dummy {
  position: absolute;
  top: -83px;
  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: none;
}
/*------------------------------------
仮想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(--wardrobe-theme01-color);	
font-family: var(--font-wardrobe-M);
font-family: var(--font-wardrobe-D);

--------------------------------- */ :root {
  --wardrobe-theme01-color: #775dde; /* キーカラー指定 */
  --wardrobe-theme02-color: #e0920b;
  --wardrobe-cate01-color: #2bb4cf;
  --wardrobe-cate02-color: #d47f17;
  --wardrobe-cate03-color: #eb679c;
  --wardrobe-cate04-color: #11ad81;
  --wardrobe-bg-color: #ded8ce; /* 背景カラー指定 */
  --font-wardrobe-M: "游ゴシック体 Pr6N 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-wardrobe-D: "游ゴシック体 Pr6N D", "游ゴシック", "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-wardrobe-B: "游ゴシック体 Pr6N B", "游ゴシック", "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-wardrobe-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-wardrobe-en: "Lato", sans-serif;
  --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;
}
/*------------------------------------

ブックマークアイコン

------------------------------------*/
.icon-bookmark {
  width: 38px;
  /* height: 50px; */
  display: inline-block;
  color: #fff; /* デフォルト白 */
  height: auto;
  transform-origin: center;
  will-change: transform;
}
.icon-bookmark {
  transition: all 0.2s ease;
}
/* ベージュ版 */
.icon-bookmark.is-beige {
  color: #e2d4c9;
}
.icon-bookmark use {
  transform-origin: center;
  transform: scale(0.95);
}
/* クリック時 */
.icon-bookmark.is-bounce use {
  animation: bookmarkBounce 0.45s cubic-bezier(.34, 1.56, .64, 1);
}
/* 点滅版 */
.icon-bookmark.is-blink {
  animation: blinkBookmark 1.8s ease-in-out infinite;
}
/*  */
.slide-item .icon-bookmark {
  position: absolute;
  top: 5cqw;
  right: 10cqw;
  width: 16cqw;
  cursor: pointer;
  z-index: 1;
}
@media (hover: hover) {
  .slide-item .icon-bookmark:hover {
    /*color:#f1f1f1;*/
    transform: scale(1.1);
  }
}
@keyframes blinkBookmark {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #e2d4c9;
  }
}
@keyframes bookmarkBounce {
  0% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(0.83);
  }
  /*60%  { transform: scale(1.03); }*/
  100% {
    transform: scale(0.95);
  }
}
/*------------------------------------

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;
  text-align: center;
  /* 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; */
  overflow: hidden;
}
#wrapper img {
  height: auto;
  max-width: 100%;
}
#wrapper-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}
#wrapper a {
  text-decoration: none;
}
#main-contents {}
#main-contents-inner {}
/* hover */
@media (hover: hover) {
  #wrapper a {
    transition: all 0.3s;
  }
  /*#wrapper a:hover {
    opacity: 0.8;
  }*/
}
/*------------------------------------

タイトル

------------------------------------*/
#title {
  background-image: url(../images/title_bg.webp);
  background-repeat: repeat;
  background-position: center;
  background-size: 10em;
  padding: 2.5em 0;
  animation: fade_cl 0.7s 0.3s both;
}
#title .titleinner {}
#title .titleinner .fv-title {
  max-width: 520px;
  margin: 0 auto 1em;
  position: relative;
}
#title .titleinner .fv-title h2 {}
#title .titleinner .fv-title h2 img {}
#title .titleinner .fv-title .fv-icon {
  position: absolute;
  top: -13%;
  right: -11%;
  width: 24%;
  animation: fv-icon_anime 0.7s 0.9s both;
  transform-origin: left bottom;
}
@keyframes fv-icon_anime {
  0% {
    opacity: 0;
    transform: translate(0, 0.7em);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* swiper */
#fv-photo-area {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  animation: fade_cl 0.7s 0.6s both;
  min-height: 300px;
}
/* Additional required wrapper */
#fv-photo-area .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* アイテム出力 */
#fv-photo-area .swiper-wrapper .swiper-slide {
  width: 20%;
  max-width: 179px;
  container-type: inline-size;
}
#fv-photo-area .swiper-wrapper .swiper-slide > div {
  margin: 0 auto;
  display: block;
  width: 82%;
  container-type: inline-size;
  position: relative;
}
#fv-photo-area .swiper-wrapper .swiper-slide::after {
  display: block;
  width: 83%;
  height: 2px;
  content: '';
  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 0.15em, transparent 0.15em, transparent 0.4em);
  background-position: right top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  position: absolute;
  top: 50%;
  left: 9%;
  opacity: 0.7;
}
#fv-photo-area .swiper-wrapper .swiper-slide > div::after {
  display: block;
  width: 2px;
  height: 90%;
  content: '';
  background-image: repeating-linear-gradient(180deg, #ffffff, #ffffff 0.15em, transparent 0.15em, transparent 0.4em);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
  position: absolute;
  top: 5%;
  right: -12%;
  opacity: 0.7;
}
#fv-photo-area .swiper-wrapper .swiper-slide img {
  display: block;
  height: 100cqw;
  width: auto;
  margin: 14cqw auto;
  display: block;
}
#fv-photo-area .swiper-wrapper .swiper-slide img:nth-child(1) {
  /* margin-bottom: 20cqw; */
}
/*------------------------------------

リード

------------------------------------*/
#main-contents-inner .fv-lead {
  margin: 2em auto;
  animation: fade_cl 0.7s 1.0s both;
}
#main-contents-inner .fv-lead p {
  line-height: 1.9;
  font-family: var(--font-wardrobe-D);
  font-size: 110%;
}
/*------------------------------------

HOW TO

------------------------------------*/
#main-contents-inner .howto-area {
  background: #f2f2f2;
  max-width: 430px;
  margin: 0 auto;
  padding: 1.7em 2.5em;
  animation: fade_cl 0.7s 1.0s both;
}
#main-contents-inner .howto-area .howto-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
#main-contents-inner .howto-area .howto-block:nth-child(1) {
  background-image: repeating-linear-gradient(90deg, #000000, #000000 3px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.09em;
  padding-bottom: 1.5em;
  margin-bottom: 1.2em;
}
#main-contents-inner .howto-area .howto-block > .icon-bookmark {
  width: 2em;
}
#main-contents-inner .howto-area .howto-block p {
  margin: 0;
  line-height: 1.35;
  font-family: var(--font-wardrobe-D);
}
#main-contents-inner .howto-area .howto-block:nth-child(1) p {
  text-align: left;
}
#main-contents-inner .howto-area .howto-block p > img {
  width: 10em;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
}
#main-contents-inner style {}
/*------------------------------------

ブックマークアイコン

------------------------------------*/
#main-contents-inner svg {}
#bookmark-icon {}
#bookmark-icon polygon {}
/* 点滅アイコン */
#main-contents-inner .icon-bookmark.is-blink {}
#main-contents-inner .icon-bookmark.is-blink use {}
/*------------------------------------

ナビ

------------------------------------*/
#main-contents-inner .nav-wrap {
  margin: 4.3em auto;
  width: 90%;
  max-width: 800px;
}
#main-contents-inner .nav-wrap > .nav-title {
  margin: 0 0 1.3em;
}
#main-contents-inner .nav-wrap > .nav-title img {
  width: 11.6em;
  margin: 0 0 0.4em;
}
#main-contents-inner .nav-wrap > .nav-title h3 {
  font-family: var(--font-wardrobe-en);
  font-weight: 800;
  font-style: normal;
  font-size: 310%;
  color: #ebe6d5;
  -webkit-text-stroke: 0.02em #000;
  line-height: 1;
}
/* 一覧 */
#main-contents-inner .nav-wrap .nav-area {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 2%;
}
#main-contents-inner .nav-wrap .nav-area .nav-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 14.5%;
  container-type: inline-size;
  gap: 0.5em;
  position: relative;
}
#main-contents-inner .nav-wrap .nav-area .nav-block::after {
  display: block;
  width: 100%;
  height: 0.55em;
  content: '';
  background-image: url(../images/nav_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s;
}
#main-contents-inner .nav-wrap .nav-area .nav-block .nav-img {
  background: #f2f2f2;
  border-radius: 50%;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-contents-inner .nav-wrap .nav-area .nav-block .nav-img img {
  height: 73cqw;
  width: auto;
  transition: transform 0.3s;
}
#main-contents-inner .nav-wrap .nav-area .nav-block .nav-title {
  line-height: 1.3;
  font-size: 13.3cqw;
  min-height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-wardrobe-D);
}
@media (hover: hover) {
  #main-contents-inner .nav-wrap .nav-area .nav-block:hover .nav-img img {
    transform: scale(1.1);
  }
  #main-contents-inner .nav-wrap .nav-area .nav-block:hover::after {
    transform: translate(0, 0.2em);
  }
}
/*------------------------------------

カテゴリ

------------------------------------*/
#category {}
/* === シンプルトップス === */
#category .category-block {
  position: relative;
  margin: 7em 0;
}
#category .category-block::before {
  display: block;
  width: 100%;
  height: 7px;
  content: '';
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
/* タイトル */
#category .category-block .category-title {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 2.2em;
  padding: 2.8em 0 0;
}
#category .category-block .category-title .main {
  font-family: var(--font-wardrobe-en);
  font-weight: 700;
  font-style: normal;
  font-size: 333%; /* color: #ebe6d5; */ /* -webkit-text-stroke: 0.02em #000; */ line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
#category .category-block .category-title .main i {
  font-style: normal;
  font-size: 50%;
}
#category .category-block .category-title .sub {
  font-size: 126%;
  margin: 0.7em 0;
  font-family: var(--font-wardrobe-D);
}
#category .category-block .category-title.is-active .ashirai {
  animation: fv-icon_anime 0.5s 0.0s both;
}
#category .category-block .category-title .ashirai {
  position: absolute;
  top: -1.2em;
  left: 5%;
  width: 37%;
  opacity: 0;
}
#category .category-block .category-title .ashirai img {}
/* 個別 */
#category #statement-tops.category-block .category-title .ashirai {
  top: -1.2em;
  left: 5%;
}
#category #outerwear.category-block .category-title .ashirai {
  top: -1.8em;
  right: 2%;
  left: auto;
}
#category #shirts.category-block .category-title .ashirai {
  top: -1.2em;
  left: 5%;
}
#category #bottoms.category-block .category-title .ashirai {
  top: -1.8em;
  right: 2%;
  left: auto;
}
#category #dresses.category-block .category-title .ashirai {
  top: -1.2em;
  left: 5%;
}
#category .category-block:last-child .item-list{
  margin-bottom:5em;
}
/*------------------------------------

メイン商品

------------------------------------*/
#category .category-block .category-output {}
#category .category-block .main-item {
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: stretch; */
  width: 100%;
  max-width: 520px;
  margin: 0 auto 4em;
  container-type: inline-size;
}
#category .category-block .main-item::before, #category .category-block .main-item::after {
  display: block;
  width: 50vw;
  height: 100%;
  content: '';
  background: #d3e3e0;
  position: absolute;
  top: 0;
  right: 50%;
}
#category .category-block .main-item::before {
  background: #ebe6d5;
  top: 0;
  right: auto;
  left: 50%;
}
/* ON */
#category .category-block .main-item .main-block {
  padding: 1.25em 0 2.6em;
  width: 50%;
  position: relative;
  z-index: 1;
  display: flex; /* justify-content: center; */ /* align-items: center; */ /* flex-wrap: wrap; */ flex-direction: column;
}
#category .category-block .main-item .main-block .tag {
  text-align: left;
  line-height: 1.3;
}
#category .category-block .main-item .main-block .tag .type {
  font-family: var(--font-wardrobe-en);
  font-weight: 900;
  font-style: normal;
  font-size: 350%;
  color: #FFF;
  -webkit-text-stroke: 0.02em #000;
  line-height: 1;
  margin-bottom: 0.1em;
}
#category .category-block .main-item .main-block .tag .scene {
  border-radius: 3em;
  border: 0.07em solid #000;
  width: max-content;
  padding: 0.4em 1em 0.3em;
  line-height: 1;
  font-size: 86%;
  display: inline-block;
  font-family: var(--font-wardrobe-D);
}
#category .category-block .main-item .main-block .image-wrap {
  position: relative;
}
#category .category-block .main-item .main-block .image-wrap p {
  text-align: start;
  white-space: nowrap;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  text-orientation: upright;
  /* border-right: 1px solid #000; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.2em;
  line-height: 1.6;
  flex-direction: column;
  font-family: var(--font-sweat-DB);
  position: absolute;
  top: 8%;
  left: 0;
  margin: 0;
  z-index: 1;
}
#category .category-block .main-item .main-block .image-wrap p span {
  border-right: 1px solid #000;
  font-family: var(--font-wardrobe-B);
}
#category .category-block .main-item .main-block .image-wrap .main-image {
  width: 100%;
  /* overflow: hidden; */
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-start; */
  cursor: pointer;
}
#category .category-block .main-item .main-block .image-wrap .main-image::after {
  transition: transform 0.3s;
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  height: auto;
  content: '';
  background-image: url(../images/icon_zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10%;
  left: 46%;
}
#category .category-block .main-item .main-block .image-wrap .main-image img {
  max-width: none;
  width: 100%;
  /* transition: transform 0.3s; */
  margin-top: -30%;
}
@media (hover: hover) {
/*#category .category-block .main-item .main-block .image-wrap .main-image:hover img, */
#category .category-block .main-item .main-block .image-wrap .main-image:hover::after {
    transform: scale(1.1);
  }
}
#category .category-block .main-item .main-block a {
  margin-top: -0.5em;
  display: block;
}
#category .category-block .main-item .main-block a .icon-wrap {}
#main-contents .num {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  border-bottom: 0.1em solid #000;
  font-size: 80%;
  line-height: 1.2;
}
#category .category-block .main-item .main-block a .icon-wrap .num {
  display: block;
  width: max-content;
  margin: 0 auto 1em;
}
.spec-txt {}
.spec-txt .name_cl {
  font-size: 80%;
  line-height: 1.4;
  display: block;
  font-family: var(--font-wardrobe-D);
}
.spec-txt .name_cl .bland {
  font-size: 80%;
  letter-spacing: 0;
  display: block;
  margin: 0 0 0.3em;
}
.spec-txt .price_cl {
  font-family: var(--font-wardrobe-en);
  font-weight: 700;
  font-size: 84%;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 0 0.3em;
}
.spec-txt .buy_btn {
  transition: all 0.3s;
  background: #000;
  border-radius: 5em;
  color: #FFF;
  text-align: center;
  width: 12em;
  padding: 0.9em 0;
  line-height: 1;
  display: block;
  margin: 0 auto;
  font-size: 89%;
  letter-spacing: 0.1em;
  font-family: var(--font-wardrobe-B);
}
@media (hover: hover) {
  a:hover .spec-txt .buy_btn {
    transform: scale(1.1);
    /*background: #2c7e7d;*/
  }
  #main-contents .slide-item a:hover .main-image {
    transform: scale(1.03);
  }
}
/* OFF */
#category .category-block .main-item .main-block.main-off {}
#category .category-block .main-item .main-block.main-off::after {
display: block;
width: 1px;
height: 100%;
content: '';
background:#FFF;

position: absolute;
top: 0;
left: 0;
}
#category .category-block .main-item .main-block.main-off .tag {
  text-align: right;
}
#category .category-block .main-item .main-block.main-off .tag .type {}
#category .category-block .main-item .main-block.main-off .tag .scene {}
#category .category-block .main-item .main-block.main-off .image-wrap {}
#category .category-block .main-item .main-block.main-off .image-wrap p {
  left: auto;
  right: 0;
}
#category .category-block .main-item .main-block.main-off .image-wrap .main-image {
  justify-content: flex-end;
}
#category .category-block .main-item .main-block.main-off .image-wrap .main-image img {}
#category .category-block .main-item .main-block.main-off a {}
#category .category-block .main-item .main-block.main-off a .icon-wrap {}
#category .category-block .main-item .main-block.main-off a .icon-wrap .num {}
#category .category-block .main-item .main-block.main-off a .spec-txt {}
#category .category-block .main-item .main-block.main-off a .spec-txt .name_cl {}
#category .category-block .main-item .main-block.main-off a .spec-txt .name_cl .bland {}
#category .category-block .main-item .main-block.main-off a .spec-txt .price_cl {}
#category .category-block .main-item .main-block.main-off a .spec-txt .buy_btn {}
/* タブ */
#category .category-block .tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 145%;
  font-family: var(--font-wardrobe-en);
  font-weight: 700;
  font-style: normal;
  gap: 0.7em;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
#category .category-block .tab-list .tab-item {
  border: 1px solid #000;
  border-radius: 3em;
  min-width: 6em;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  #category .category-block .tab-list .tab-item:not(.open):hover {
    transform: scale(1.1);
  }
}
#category .category-block .tab-list .tab-item span {}
.tab-item.open {
  background: #000;
  color: #FFF;
}
.tab-item[data-list="on"].open {
  background: #d3e3e0;
  color: #000;
}
.tab-item[data-list="off"].open {
  background: #ebe6d5;
  color: #000;
}

#category .category-block .tab-list .tab-item.open::after {
  display: block;
  width: 100%;
  height: 0.5em;
  content: '';
  background-image: url(../images/tab_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 0;
}
#category .category-block .tab-list .tab-item.open span {}
/* 商品表示エリア */
#category .category-block .item-list {
  width: 100%;
  max-width: 800px;
  margin: 2em auto 12em;
  opacity: 1;
  transform: translateY(0);
}
#category .category-block .item-list.is-switching {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity .25s ease, transform .25s ease;
}
/* 表示後 */
#category .category-block .item-list.is-switched {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .35s ease, transform .35s ease;
}
/* swiper */
#main-contents  .swiper {
  overflow:visible;
}
#main-contents .swiper .swiper-wrapper.lp-swiper{
  /* overflow:hidden; */
}
/* Additional required wrapper */
#category .category-block .item-list .swiper .swiper-wrapper {}
#main-contents .swiper .swiper-wrapper.lp-swiper.center-position {
  justify-content: center;
}

#main-contents .swiper .swiper-wrapper.lp-swiper.min-items .slide-box {
  padding: 0;
}
#my-wardrobe .swiper .swiper-wrapper.min-items .swiper-slide {
    flex-direction: row;
}
#my-wardrobe .swiper .swiper-wrapper.min-items .slide-item::before{ display:none;}
#my-wardrobe .swiper .swiper-wrapper.min-items .slide-box:first-child .slide-item::after{ display:block;}

/* アイテム出力 */
#category .category-block .item-list .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column; /* gap: 20px; */ width: max-content !important;
}
/* 上 */
#main-contents .slide-box {
  display: flex; /* justify-content: center; */ /* align-items: flex-start; */ /* gap: 50px; */ position: relative;
}


#main-contents .slide-box:nth-child(2) .slide-item::before {
  display: none;
}
/*  */
#main-contents .slide-item {
  width: 325px;
  text-align: center;
  container-type: inline-size;
  position: relative;
  padding: 1em 2.5em 1em;
  margin: 0 0 2em;
}
#main-contents .slide-item::before {
  display: block;
  width: 90%;
  height: 2px;
  content: '';
  background-image: repeating-linear-gradient(90deg, #b2b2b2, #b2b2b2 0.2em, transparent 0.2em, transparent 0.5em);
  background-position: right top;
  background-repeat: repeat-x;
  background-size: 100% 0.7cqw;
  position: absolute;
  top: calc(100% + 1em);
  left: 5%;
  opacity: 0.8;
}
#main-contents .clear-block{display: block;width: 100%;height: 5em;content: '';/* background:#000; *//* pointer-events:none; */position: absolute;top: 0;left: 0;z-index: 1;}

#main-contents .slide-item::after {
  display: block;
  width: 2px;
  height: 101%;
  content: '';
  background-image: repeating-linear-gradient(180deg, #b2b2b2, #b2b2b2 0.2em, transparent 0.2em, transparent 0.5em);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 0.7cqw 100%;
  position: absolute;
  top: 0%;
  right: 0;
  opacity: 0.8;
}
#main-contents .slide-item:last-child::after {
  display: none;
}
#main-contents .slide-item .icon-wrap {
  position: absolute;
  top: 5cqw;
  left: 9cqw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3cqw;
  z-index: 1;
}
#main-contents .slide-item .icon-wrap .num {
  font-size: 8cqw;
}
#main-contents .slide-item .icon-wrap .type {
  background: #afccc7;
  color: #FFF;
  border-radius: 50%;
  width: 3em;
  /* letter-spacing:0; */
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-wardrobe-en);
  font-weight: 800;
  font-size: 6cqw;
  font-style: normal;
}
#main-contents .slide-item .icon-wrap .type.off {
  background: #dbd2b3;
}
#main-contents .slide-item a {
  display: block;
  width: 100%;
}

#main-contents .slide-item a .main-image {
  width: 100%;
  transition: all 0.3s;
}
#main-contents .slide-item a p {
  position: relative;
  margin: 1em -12% 1.5em;
  /* padding: 0 0.7em; */
  line-height: 1.4;
  font-size: 7.5cqw;
  font-family: var(--font-wardrobe-B);
  /* width: max-content; */
  min-width: 80%;
  width: 124%;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-contents .swiper-slide .slide-item a p > span{
  display:block;
  width: max-content;
  min-width: 80%;
  max-width: 100%;
  position: relative;
  padding: 0 0.7em;
}
#main-contents .slide-item a p span {
  display: block;
}
#main-contents .swiper .slide-item a p > span::before,
#main-contents .swiper .slide-item a p > span::after {
  display: block;
  width: 1.2em;
  height: auto;
  aspect-ratio: 1;
  content: '';
  position: absolute;
  border: 0.5cqw solid #000;
}
#main-contents .swiper .slide-item a p > span::before {
  top: -5cqw;
  left: -3cqw;
  border-bottom: none;
  border-right: none;
}
#main-contents .swiper .slide-item a p > span::after {
  bottom: -4cqw;
  right: -2cqw;
  border-top: none;
  border-left: none;
}
#main-contents .slide-item a .spec-txt {
  color: #888888;
  font-size: 8.2cqw;
  display: block;
}
#main-contents .slide-item a .spec-txt .name_cl {
  min-height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}
#main-contents .slide-item a .spec-txt .name_cl .bland {}
#main-contents .slide-item a .spec-txt .price_cl {}
#main-contents .slide-item a .spec-txt .buy_btn {}
/* navigation buttons */
#main-contents .swiper .center-position + .swiper-pagination-wrap {
  opacity: 0;
}
#category .category-block .item-list .swiper .swiper-pagination-wrap .swiper-button-prev {}
/* pagination */
#category .category-block .item-list .swiper .swiper-pagination-wrap .swiper-pagination {}
#category .category-block .item-list .swiper .swiper-pagination-wrap .swiper-button-next {}
.swiper-button-next.is-disabled, .swiper-button-prev.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
/* === メインコンテンツ === */
/* navigation buttons */
#main-contents .swiper .swiper-pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3em;
  margin: 0.0em 0;
}
#main-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;
  margin: 0;
}
/* 前へ次への矢印カスタマイズ */
#main-contents .swiper .swiper-button-prev, #main-contents .swiper .swiper-button-next {
  height: auto;
  aspect-ratio: 1/1;
  width: 1.8em;
  background: none;
  position: static;
  margin: 0;
  transition: all 0.2s;
}
#main-contents .swiper .swiper-button-prev::after, #main-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;
}
/* 前へ次への矢印カスタマイズ */
#main-contents .swiper .swiper-button-prev::after {
  background-image: url('../images/arrow_prev.svg');
}
#main-contents .swiper .swiper-button-next::after {
  background-image: url('../images/arrow_next.svg');
}
@media (hover: hover) {
  #main-contents .swiper .swiper-button-prev:hover {
    transform: translateX(-0.3em);
  }
  #main-contents .swiper .swiper-button-next:hover {
    transform: translateX(0.3em);
  }
}
/* プログレスバー */
#main-contents .swiper-pagination {
  position: relative;
  height: 4px;
  background: #e6e6e6;
  border-radius: 3px;
  width: 50%;
  max-width: 300px;
  margin: 20px auto;
  overflow: hidden;
}
#main-contents .scroll-thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #a9a9a9;
  border-radius: 2px;
  transition: none;
}
#main-contents .swiper.is-nav-click .scroll-thumb-inner {
  transition: left .3s ease;
}
/*------------------------------------

ポップアップアイテム

------------------------------------*/
.item-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s ease
}
.item-popup-overlay.is-visible {
  opacity: 1;
}
.item-popup {
  background: #fff;
  padding: 24px;
  width: 90%;
  max-height: 95vh;
  max-width: 800px;
  position: relative;
  text-align: center;
  overflow: auto;
  border-radius: 1em;
}
/*.item-popup-close { position:absolute; top:8px; right:8px; border:none; background:none; font-size:24px; cursor:pointer; }*/
.item-popup-image {
  width: 100%;
  height: auto;
}
#main-contents .item-popup .slide-item {
  /*min-width: 600px;*/
  /*width: 53vh;*/
  /* max-width: 600px; */
  width: 600px;
  margin: 0 auto;
}
#main-contents .item-popup .slide-item::after,
#main-contents .item-popup .slide-item::before {
  display: none;
}
#main-contents .item-popup .slide-item .icon-wrap {
  left: 5cqw;
}
#main-contents .item-popup .slide-item .icon-wrap .type {
    font-size: 4cqw;
}
#main-contents .item-popup .slide-item .icon-bookmark {
  right: 1.8cqw;
  width: 12cqw;
}

#main-contents .item-popup .slide-item a p {
  text-align: start;
  white-space: nowrap;
  letter-spacing: .14em;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  text-orientation: upright;
  /* border-right: 1px solid #000; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.2em;
  line-height: 1.6;
  flex-direction: column;
  font-family: var(--font-sweat-DB);
  position: absolute;
  top: 17%;
  right: 0;
  margin: 0;
  z-index: 1;
  font-size: 5cqw;
  min-width: auto;
  width: auto;
  padding: 0;
}
#main-contents .item-popup .slide-item a p span {
  border-right: 1px solid #000;
  font-family: var(--font-wardrobe-B);
}
#main-contents .item-popup .slide-item a p::before, #main-contents .item-popup .slide-item a p::after {
  display: none;
}
#main-contents .item-popup .slide-item a .spec-txt {
  font-size: 5cqw;
}
/*==================================

アニメーション

==================================*/
.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;
  }
}

/*==================================
スクロールアニメ
==================================*/
.header-scroll_ffn {
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
  gap: 2em;
  margin: 0 auto 1.8em;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  color:#888;
  font-size:80%;
  width: 87%;
  max-width: 500px;
}
.scroll-horizontal {
  position: relative;
}
/* アニメーション線 */
.scroll-horizontal {
  content: "";
  width: 61%;
  height: 1px;
  display: block;
  background-color: #000;
}
.scroll-horizontal::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  animation: scroll-horizontal 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll-horizontal::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes scroll-horizontal {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}


#main-contents .swiper.center-position .header-scroll_ffn {
  display:none;
}

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

メニュー

===================================*/
body.popup-menu-active, body.wardrobe-menu-active {
  overflow: hidden;
}
body.popup-menu-active #outer, body.wardrobe-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.wardrobe-menu-active #menu-wrap {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: all;
}
#menu-wrap .menu-inner {
  /* font-size: 3.2cqw; */
  /* border: none; */
  width: 93%;
  max-width: 800px;
  height: 85vh;
  margin-bottom: 5vh;
  /* text-align: center; */
  border: 1px solid var(--sweat-theme01-color);
  border-radius: 1em;
  overflow: scroll;
  background: #FFF;
  /*background-image: url(../images/nav_bg.webp);
    background-repeat: repeat;
    background-position: center;
    background-size: 12vw;*/
  padding-bottom: 2em;
  position: relative;
}
/* MENU ボタン */
#menu-btn {
  position: fixed;
  left: 3vw;
  bottom: 3vw;
  background: #945d0b;
  color: #FFF;
  z-index: 10000;
  font-family: var(--font-wardrobe-en);
  font-weight: 700;
  font-style: normal;
  font-size: 125%;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  padding: 0.5em 1.3em;
  border-radius: 2em;
  /* border: 1px solid #000; */
  cursor: pointer;
    
}

#menu-btn,
#pagetop-btn {
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}

#menu-btn.is-show,
#pagetop-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}


#menu-btn .menu-title {
  line-height: 1; /* padding: 0.19em 0; */ letter-spacing: 0.05em;
  font-family: var(--font-wardrobe-B);
}
#menu-btn .open-btn {
  /* background: #FFF; */
  width: 1.6em;
  display: inline-block;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  margin-right: -0.4em;
}
.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.wardrobe-menu-active .open-btn {}
body.wardrobe-menu-active .open-btn::after {
  transform: rotate(90deg);
  opacity: 0;
}
/*------------------------------------

マイワードローブ

------------------------------------*/
#my-wardrobe {}
#main-contents #my-wardrobe  .slide-item a .main-image {
  width:auto;
  height:100cqw;
}

#my-wardrobe .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column; /* gap: 20px; */ width: max-content !important;
}
#my-wardrobe .wardrobe-list {}
#main-contents #my-wardrobe .slide-item {
  width: 260px;
}
#main-contents #my-wardrobe .swiper .center-position + .swiper-pagination-wrap {
  opacity: 0;
}

#my-wardrobe  .howto-block {
      display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
#my-wardrobe  .howto-block > .icon-bookmark {
  width: 2em;
}
#my-wardrobe  .howto-block p {
  margin: 0;
  line-height: 1.35;
  font-family: var(--font-wardrobe-D);
}
#my-wardrobe  .howto-block:nth-child(1) p {
  text-align: left;
}
.close-btn{
    display: block;
    width: 2em;
    aspect-ratio:1;
    background-image: url(../images/icon_close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    position: absolute;
    top: 1em;
    right: 1em;
    cursor:pointer;
}
.my-wardrobe-title {
  margin: 1em 0 1.5em;
}
.my-wardrobe-title img {
    width: 14em;
    margin: 0.8em 0 0.1em;
}
.my-wardrobe-title .main {
  font-family: var(--font-wardrobe-en);
  font-weight: 800;
  font-style: normal;
  font-size: 250%;
  color: #ebe6d5;
  -webkit-text-stroke: 0.02em #000;
  line-height: 1;
}
.my-wardrobe-title .sub {
  font-size: 106%;
  margin: 0.5em 0;
  font-family: var(--font-wardrobe-D);
}


/* ページトップ */
#pagetop-btn {
  position: fixed;
  right: 3vw;
  bottom: 2.5vw;
  width: 3em;
  aspect-ratio: 1;
  background: #FFF;
  color: #000;
  z-index: 10000;
  font-size: 125%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 1vw; */
  /* padding: 0.5em 1.3em; */
  border-radius: 50%;
  border: 1px solid #000;
  background-image: url(../images/pagetop.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}
@media (hover: hover) {
  #menu-btn:hover {
    transform: scale(1.05);
  }
    #pagetop-btn:hover {
    transform: translate(0,-0.3em);
  }
}

/* リスト上 */
#list-anchor {
  font-size:130%;
  margin:0 0 1em;
}

#list-anchor a {display: flex;justify-content: center;align-items: center;gap:1em;font-family: var(--font-wardrobe-D);}
#list-anchor a::before,
#list-anchor a::after {
display: block;
width: 1em;
aspect-ratio:1;
content: '';
background-image: url(../images/list_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;

}
#list-anchor a span {
}



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

PC（768px以上）

===================================*/
@media (min-width: 769px) {
    /* 前へ次への矢印カスタマイズ */
#main-contents .swiper .swiper-button-prev,
#main-contents .swiper .swiper-button-next {position: absolute;width: 6em;top: 46%;}
#main-contents .swiper .swiper-button-prev{left: -3em;}
#main-contents .swiper .swiper-button-next{right: -3em;}
#main-contents .swiper .swiper-button-prev::after, #main-contents .swiper-button-next::after {

}
/* 前へ次への矢印カスタマイズ */
#main-contents .swiper .swiper-button-prev::after {
  background-image: url('../images/pc_arrow_prev.webp');
}
#main-contents .swiper .swiper-button-next::after {
  background-image: url('../images/pc_arrow_next.webp');
}
    
#main-contents .slide-box:nth-child(1) .slide-item a{
  margin-bottom:2em;

}
#main-contents .slide-box:nth-child(2) .slide-item {
    margin-top: 2em;
}
  #my-wardrobe .swiper .swiper-wrapper.min-items .swiper-slide .slide-item {
      margin-top: 0em;
  }
#main-contents .slide-box:nth-child(2)  .slide-item::after{
  top: -5%;
  height:105%;
}

#main-contents #my-wardrobe .swiper .swiper-button-prev{left: 0.5em;}
#main-contents #my-wardrobe .swiper .swiper-button-next{right: 0.5em;}
  
}
/*===================================

スマホ

===================================*/
@media (max-width: 768px) {
  .pc_cl {
    display: none;
  }
  .sp_cl {
    display: block;
  }
  #main-contents {
    width: 100%;
  }
  #wrapper {
    font-size: 3.2vw;
    overflow: hidden;
    background-size: 13vw;
  }
  /* SPでswiperを破棄して scrollingに変更 */
  #main-contents .swiper-wrapper.lp-swiper {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 5px;
    gap: 3.3vw;
    transform: none !important;
  }
  #main-contents .swiper-slide {
    /* flex: 0 0 auto; */
    width: 32.16%;
    /* box-sizing: inherit; */
  }
  #main-contents .swiper-slide:first-child {
    /*padding-left: 0.9375rem;*/
  }
  #main-contents .swiper-slide:last-child {
    /*padding-right: 0.9375rem;*/
  }
  /* デフォルトのスクロールバー非表示 */
  #main-contents .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
    
    
/*------------------------------------

タイトル

------------------------------------*/
#title {padding: 2.5em 0 0em;}
#title .titleinner { }
#title .titleinner .fv-title {width: 78%;}
#title .titleinner .fv-title h2 { }
#title .titleinner .fv-title h2 img { }
#title .titleinner .fv-title .fv-icon { }

/* swiper */
#fv-photo-area {min-height: 65vw;}
/* Additional required wrapper */
#fv-photo-area .swiper-wrapper { }
/* アイテム出力 */
#fv-photo-area .swiper-wrapper .swiper-slide {width: 29%;max-width: none;}
#fv-photo-area .swiper-wrapper .swiper-slide > div { }
#fv-photo-area .swiper-wrapper .swiper-slide::after { }
#fv-photo-area .swiper-wrapper .swiper-slide > div::after {right: -12%;}
#fv-photo-area .swiper-wrapper .swiper-slide img { }
#fv-photo-area .swiper-wrapper .swiper-slide img:nth-child(1) { }
/*------------------------------------

リード

------------------------------------*/
#main-contents-inner .fv-lead { }
#main-contents-inner .fv-lead p { }
/*------------------------------------

HOW TO

------------------------------------*/
#main-contents-inner .howto-area {width: 78%;font-size: 110%;}
#main-contents-inner .howto-area .howto-block { }
#main-contents-inner .howto-area .howto-block:nth-child(1) { }
#main-contents-inner .howto-area .howto-block > .icon-bookmark { }
#main-contents-inner .howto-area .howto-block p { }
#main-contents-inner .howto-area .howto-block:nth-child(1) p { }
#main-contents-inner .howto-area .howto-block p > img { }
#main-contents-inner style { }
/*------------------------------------

ブックマークアイコン

------------------------------------*/
#main-contents-inner svg { }
#bookmark-icon { }
#bookmark-icon polygon { }
/* 点滅アイコン */
#main-contents-inner .icon-bookmark.is-blink { }
#main-contents-inner .icon-bookmark.is-blink use { }
/*------------------------------------

ナビ

------------------------------------*/
#main-contents-inner .nav-wrap { }
#main-contents-inner .nav-wrap > .nav-title { }
#main-contents-inner .nav-wrap > .nav-title img { }
#main-contents-inner .nav-wrap > .nav-title h3 {font-size: 290%;}
/* 一覧 */
#main-contents-inner .nav-wrap .nav-area {gap: 1.6em 4%;}
#main-contents-inner .nav-wrap .nav-area .nav-block {width: 24%;}
#main-contents-inner .nav-wrap .nav-area .nav-block::after { }
#main-contents-inner .nav-wrap .nav-area .nav-block .nav-img { }
#main-contents-inner .nav-wrap .nav-area .nav-block .nav-img img { }
#main-contents-inner .nav-wrap .nav-area .nav-block .nav-title { }

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

カテゴリ

------------------------------------*/
#category { }
/* === シンプルトップス === */
#category .category-block { }
#category .category-block::before { }
/* タイトル */
#category .category-block .category-title { }
#category .category-block .category-title .main { }
#category .category-block .category-title .main i { }
#category .category-block .category-title .sub { }
#category .category-block .category-title.is-active .ashirai { }
#category .category-block .category-title .ashirai { }
#category .category-block .category-title .ashirai img { }
/* 個別 */
#category #statement-tops.category-block .category-title .ashirai { }
#category #outerwear.category-block .category-title .ashirai { }
#category #shirts.category-block .category-title .ashirai { }
#category #bottoms.category-block .category-title .ashirai { }
#category #dresses.category-block .category-title .ashirai { }
/*------------------------------------

メイン商品

------------------------------------*/
#category .category-block .category-output { }
#category .category-block .main-item { }
#category .category-block .main-item::before, #category .category-block .main-item::after { }
#category .category-block .main-item::before { }
/* ON */
#category .category-block .main-item .main-block {width: 46%;}
#category .category-block .main-item .main-block .tag { }
#category .category-block .main-item .main-block .tag .type { }
#category .category-block .main-item .main-block .tag .scene { }
#category .category-block .main-item .main-block .image-wrap { }
#category .category-block .main-item .main-block .image-wrap p { }
#category .category-block .main-item .main-block .image-wrap p span { }
#category .category-block .main-item .main-block .image-wrap .main-image { }
#category .category-block .main-item .main-block .image-wrap .main-image::after { }
#category .category-block .main-item .main-block .image-wrap .main-image img { }

#category .category-block .main-item .main-block a { }
#category .category-block .main-item .main-block a .icon-wrap { }
#main-contents .num { }
#category .category-block .main-item .main-block a .icon-wrap .num { }
.spec-txt { }
.spec-txt .name_cl { }
.spec-txt .name_cl .bland { }
.spec-txt .price_cl { }
.spec-txt .buy_btn { }

/* OFF */
#category .category-block .main-item .main-block.main-off { }
#category .category-block .main-item .main-block.main-off .tag { }
#category .category-block .main-item .main-block.main-off .tag .type { }
#category .category-block .main-item .main-block.main-off .tag .scene { }
#category .category-block .main-item .main-block.main-off .image-wrap { }
#category .category-block .main-item .main-block.main-off .image-wrap p { }
#category .category-block .main-item .main-block.main-off .image-wrap .main-image { }
#category .category-block .main-item .main-block.main-off .image-wrap .main-image img { }
#category .category-block .main-item .main-block.main-off a { }
#category .category-block .main-item .main-block.main-off a .icon-wrap { }
#category .category-block .main-item .main-block.main-off a .icon-wrap .num { }
#category .category-block .main-item .main-block.main-off a .spec-txt { }
#category .category-block .main-item .main-block.main-off a .spec-txt .name_cl { }
#category .category-block .main-item .main-block.main-off a .spec-txt .name_cl .bland { }
#category .category-block .main-item .main-block.main-off a .spec-txt .price_cl { }
#category .category-block .main-item .main-block.main-off a .spec-txt .buy_btn { }
/* タブ */
#category .category-block .tab-list { }
#category .category-block .tab-list .tab-item { }

#category .category-block .tab-list .tab-item span { }
#category .category-block .tab-list .tab-item.open { }
#category .category-block .tab-list .tab-item.open::after { }
#category .category-block .tab-list .tab-item.open span { }
/* 商品表示エリア */
#category .category-block .item-list {margin: 2em auto 10em;}
#category .category-block .item-list.is-switching { }
/* 表示後 */
#category .category-block .item-list.is-switched { }
/* swiper */
#category .category-block .item-list .swiper { }
/* Additional required wrapper */
#category .category-block .item-list .swiper .swiper-wrapper { }
#main-contents .swiper .swiper-wrapper.center-position { }
/* アイテム出力 */
#category .category-block .item-list .swiper .swiper-wrapper .swiper-slide {padding: 0 0.5em;}
/* 上 */
#main-contents .slide-box { }
#main-contents .slide-box:nth-child(2) .slide-item::before { }
/*  */
#main-contents .slide-item {width: 45vw;padding: 1em 5vw 1em;}
#main-contents .slide-item::before { }
#main-contents .slide-item::after { }
#main-contents .slide-item:last-child::after { }
#main-contents .slide-item .icon-wrap { }
#main-contents .slide-item .icon-wrap .num { }
#main-contents .slide-item .icon-wrap .type { }
#main-contents .slide-item .icon-wrap .type.off { }
#main-contents .slide-item a { }
#main-contents .slide-item a .main-image {/* width: 100%; */}
#main-contents .slide-item a p { }
#main-contents .slide-item a p span { }
#main-contents .slide-item a p::before, #main-contents .slide-item a p::after { }
#main-contents .slide-item a p::before { }
#main-contents .slide-item a p::after { }
#main-contents .slide-item a .spec-txt { }
#main-contents .slide-item a .spec-txt .name_cl { }
#main-contents .slide-item a .spec-txt .name_cl .bland { }
#main-contents .slide-item a .spec-txt .price_cl { }
#main-contents .slide-item a .spec-txt .buy_btn { }
/* navigation buttons */
#main-contents .swiper .center-position + .swiper-pagination-wrap { }
#category .category-block .item-list .swiper .swiper-pagination-wrap .swiper-button-prev { }
/* pagination */
#category .category-block .item-list .swiper .swiper-pagination-wrap .swiper-pagination { }
#category .category-block .item-list .swiper .swiper-pagination-wrap .swiper-button-next { }
#category .swiper-button-next.is-disabled, #category .swiper-button-prev.is-disabled { }
/* === メインコンテンツ === */
/* navigation buttons */
#main-contents .swiper .swiper-pagination-wrap { }
#main-contents .swiper .swiper-pagination { }
/* 前へ次への矢印カスタマイズ */
#main-contents .swiper .swiper-button-prev, #main-contents .swiper .swiper-button-next { }
#main-contents .swiper .swiper-button-prev::after, #main-contents .swiper-button-next::after { }
/* 前へ次への矢印カスタマイズ */
#main-contents .swiper .swiper-button-prev::after { }
#main-contents .swiper .swiper-button-next::after { }

/* プログレスバー */
#main-contents .swiper-pagination { }
#main-contents .scroll-thumb-inner { }
#main-contents .swiper.is-nav-click .scroll-thumb-inner { }
/*------------------------------------

ポップアップアイテム

------------------------------------*/
.item-popup-overlay { }
.item-popup-overlay.is-visible { }
.item-popup {width: 95%;padding: 5vw;}
/*.item-popup-close { }*/
.item-popup-image { }
#main-contents .item-popup .slide-item {width: 100%;max-width: none;min-width: auto;}
#main-contents .item-popup .slide-item::before { }
#main-contents .item-popup .slide-item .icon-wrap { }
#main-contents .item-popup .slide-item .icon-bookmark { }
#main-contents .item-popup .slide-item a p { }
#main-contents .item-popup .slide-item a p span { }
#main-contents .item-popup .slide-item a p::before, #main-contents .item-popup .slide-item a p::after { }
#main-contents .item-popup .slide-item a .spec-txt { }

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

メニュー

===================================*/
body.popup-menu-active, body.wardrobe-menu-active { }
body.popup-menu-active #outer, body.wardrobe-menu-active #outer { }
#menu-wrap { }
body.wardrobe-menu-active #menu-wrap { }
#menu-wrap .menu-inner {/*height: 85svh;*/}
/* MENU ボタン */
#menu-btn {font-size: 3.3vw;text-align: start;white-space: nowrap;letter-spacing: .14em;writing-mode: vertical-rl;font-feature-settings: initial;text-orientation: upright;padding: 1.3em 0.5em;border-radius: 0 0.6em 0.6em 0;left: 0;}
#menu-btn .menu-title { }
#menu-btn .open-btn {margin: 0;}
.open-btn::after { }
.open-btn::before { }
body.wardrobe-menu-active .open-btn { }
body.wardrobe-menu-active .open-btn::after { }
/*------------------------------------

マイワードローブ

------------------------------------*/
#my-wardrobe { }
#my-wardrobe .slide-box{padding:0 3vw;}
#my-wardrobe .swiper .swiper-wrapper .swiper-slide { }
#my-wardrobe .wardrobe-list { }
#main-contents #my-wardrobe .slide-item {width: 42vw;}
#main-contents #my-wardrobe .swiper .center-position + .swiper-pagination-wrap {
  display:none;
}
.my-wardrobe-title { }
.my-wardrobe-title img { }
.my-wardrobe-title .main { }
.my-wardrobe-title .sub { }
    
  .close-btn{
    position:static;
    margin:1em auto;
  }  
#menu-wrap .close-btn {
   margin-top:1.5em;
}
}