/*TOP page PC*/ 
.fs-l-header__logo{
    padding: 0.5em 0 1em;
}
.spcarouseltopKeyVisual{
display:none;
}
.fs-l-header__contents {
    display: grid;
    align-items: center;
}


    .jcate-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }

/* 左側に縦リピート */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(https://kimono.itembox.cloud/item/shima_botan_g.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto 75%;
  pointer-events: none;
  z-index: -1;
}
.contents_blank{
margin-top:10em;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url(https://kimono.itembox.cloud/item/shima_botan_g.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto 75%;
  pointer-events: none;
  z-index: -1;
  transform: rotate(180deg);
}


.fs-l-main {
    margin: 0 0;
    padding: 0px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.fs-l-pageFree{
    max-width: 100%;
    width: 1000px;
    margin: 4em auto;
}

.fs-c-productList__list__item {
    border-bottom: 1px solid #b2b2b2;
    padding: 16px 15px;
}

.fs-l-pageMain {
    width: 100%;
max-width: 100%;
}

.fs-l-toppageMain {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding:4em 0;

}


.fs-p-messageBoard {
    background-color: #000000;
    border: 1px solid #C6B488;
    border-radius: 3px;
    color: #FFFFFF;
    margin: 24px 0;
    padding: 16px;
}


.fs-p-dateList > li time:first-child {
    background: #000000;
    color: #ffffff;
    line-height: 1.2;
    padding: 2px 4px 1.6px;
    margin: 0 1em;
}


.fs-p-heading--lv2
 {
    border-bottom: 0px solid;
    color: #000000;
    font-size: 2.2rem;
    text-align:center;
    font-weight:700;
}

.fs-p-heading--lv2 > span
 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 300;
}
.fs-p-heading--lv2:not(:first-child) {
    margin:1em 0 2em 0;
}



.fs-p-heading--lv2_w
 {
    border-bottom: 0px solid;
    color: #FFFFFF;
    font-size: 2.2rem;
    text-align:center;
    font-weight:700;
    margin:6em 0 2em 0;
}

.fs-p-heading--lv2_w > span
 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 300;
}
.fs-p-heading--lv2_w:not(:first-child) {
    margin:6em 0 2em 0;
}

.fs-p-dateList > li {
    border: 1px solid #999999;
    border-width: 1px 0 0 0;
    padding: 15px 0 0;
}

.fs-pt-list--noMarker > li + li, .fs-pt-list--unordered > li + li, .fs-pt-list--ordered > li + li, .fs-pt-list--note > li + li {
    margin-top: 15px;
}


.fs-p-dateList > li:last-child {
    border-bottom-width: 1px;
    padding-bottom: 15px;
}

.category{
    font-weight: 700;
    font-size: 1.6rem;
}



/*商品カルーセルの形を変更*/
/* =========================================
カルーセルを4列一覧にする
   ========================================= */

.fs-c-productListCarousel {
  position: relative;
}

/* 矢印を消す */
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl,
.fs-c-productListCarousel .slick-arrow {
  display: none !important;
}

/* slickの表示領域制御を解除 */
.fs-c-productListCarousel .slick-list {
  overflow: visible !important;
}

/* 横スライド用のtransformや固定幅を解除 */
.fs-c-productListCarousel .slick-track {
  width: 100% !important;
  transform: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -12px !important;
}

/* 4列化 */
.fs-c-productListCarousel .slick-slide {
  width: 25% !important;
  height: auto !important;
  float: none !important;
  display: block !important;
  margin-bottom: 40px;
}

/* slickが内側divに入れる余計な幅指定の影響を減らす */
.fs-c-productListCarousel .slick-slide > div {
  width: 100% !important;
}

/* 画像・商品名の幅調整 */
.fs-c-productListCarousel .fs-c-productListItem {
    padding: 0 0.5em;
}
/* 商品名のフォントサイズ変更 */
.fs-c-productListCarousel .fs-c-productPrice__main　{
 font-size:1.2rem;
}
.fs-c-productListCarousel .fs-c-productPrice__addon　{
 font-size:1rem;
}





/* =========================================
もっと見るボタン
   ========================================= */

    .more-wrap {
      display: flex;
      justify-content: center;
      margin-top:3em;
    }

    .more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(45%, 450px);
    /* min-height: 78px; */
    padding: 10px 30px;
    border: 1.5px solid #444;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    }

.more-btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(45%, 450px);
    padding: 10px 30px;
    border: 1.5px solid #FFF;
    border-radius: 4px;
    color: #FFF !important;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    margin-top: 2em;
}


    .more-btn:hover {
      background: #222;
      color: #fff;
    text-decoration: none;
    }


/* =========================================
スタイリング一覧
========================================= */

.fs-pt-column{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
    margin-bottom: 4em;
}

.fs-pt-column__item{
  display: block;
}

.fs-pt-column__image{
  display: block;
  aspect-ratio: 3 / 4; /* 好きな比率に調整可 */
  overflow: hidden;
}

.fs-pt-column__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fs-pt-column__heading{
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.fs-pt-column__description{
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================
designer_デザイナープロフィール
========================================= */

 .saito_jotaro_prof {
    margin: 0em auto;
    background: #000;
    /* max-width: 1000px; */
    /* align-items: center; */
    padding: 6em 0;
    }

.top_jotaroprof{
  max-width:1000px;
  margin: 0 auto;
}

    .media-box {
      width: 100%;
      aspect-ratio: 375 / 200;
      background: #d9d9d9;
    }

    .designer-card {
      position: relative;
      width: 100%;
      min-height: 260px;
      overflow: hidden;
      background: #111;
      margin-top:4em;
    }

    .designer-card__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0.88;
    }

    .designer-card__content {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      padding: 28px 26px 24px;
      background: linear-gradient(90deg, rgba(0,0,0,0.08) 25%, rgba(0,0,0,0.52) 58%, rgba(0,0,0,0.82) 100%);
    }

    .designer-card__text {
      width: 48%;
      min-width: 150px;
    }

    .designer-card__name {
      margin: 0 0 10px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.14em;
      color: #fff;
    }

    .designer-card__desc {
      margin: 0;
      font-size: 1.4rem;
      line-height: 2;
      color: rgba(255,255,255,0.92);
      word-break: break-all;
    }

    .designer-card__viewall {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 12px;
      font-size: 10px;
      letter-spacing: 0.08em;
      color: #fff !important;
      text-decoration: none;
      white-space: nowrap;
    }

    .designer-card__viewall::after {
      content: "";
      width: 200px;
      height: 1px;
      background: rgba(255,255,255,0.8);
    }



/* =========================================
送料について
========================================= */

.fs-c-documentArticle__heading {
    background: #C6B488;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 1em 0;
    text-align: center;
}



.fs-c-heading--page {
    border-bottom: 2px solid #C6B488;
    color: #000000;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
    font-weight: 700;
}

/* =========================================
ぱんくず
========================================= */

.fs-c-breadcrumb {
    font-size: 1.2rem;
    padding: 2em 3em;
    font-weight: 500;
}
/* =========================================
header
========================================= */
.fs-p-headerNavBar {
    background: #000000;
    border-bottom: 4px solid #C6B488;
    color: #ffffff;
}

.fs-p-headerUtilityMenu{
    padding: 0 2em 0 0;
}
.fs-p-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.fs-p-logo a{
text-align:center;
}
.fs-p-logo img{
width:100%;
max-width:190px;
}
.fs-l-header {
    display: block;
    background-color: #000;
    padding: 1em 0 0 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.fs-p-headerUtilityMenu__list a:link {
    color:#FFFFFF;
}
.fs-p-headerUtilityMenu__list a:visited {
    color:#C6B488
}
.fs-p-headerNavigation {
    margin: auto;
    max-width: 1216px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom:0.5em; 
}
.fs-l-header__utility {
    display: none;
    grid-row: 1;
    grid-column: 3;
    align-self: center;
}
/* =========================================
個人情報取扱いについて
========================================= */
.fs-p-address a {
    color: #9f8c5f;
    text-decoration: none;
}

/* =========================================
フリーページ共通
========================================= */

    .freepage_container {
      position: relative;
      z-index: 1;
      max-width: 1000px;
      margin: 0 auto;
      padding: 5em 0;
    }

/* =========================================
商品詳細ページ
========================================= */
.block > .crtwrp {
    max-width: 450px;
}
.fs-c-slick.slick-slider {
    position: relative;
    z-index: 0;
    width: 100%;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background: #C6B488;
    color: #000;
}

    .fs-l-product2 .fs-l-productLayout {
        display: grid;
        grid-template-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
        grid-gap: 50px;
        align-items: start;
    }
.fs-c-productMainImage__image img{
    border-style: none;
    max-width: 100%;
}
.fs-c-productQuantityAndWishlist{
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-auto-rows: auto;
}

.fs-c-button--plain{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 0px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0 1em;
}

/* テーブル本体 */
.size_type1 table {
  border-collapse: collapse;
  width: 100%;
  max-width: 520px;
  table-layout: fixed;
  background: #fff;
}

/* セル共通 */
.size_type1 th,
.size_type1 td {
  border: 1px solid #d9d9d9;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}

/* 左列 */
.size_type1 th,
.size_type1 td:first-child {
  background: #efefef;
  font-weight: 500;
  color: #555;
    padding: 0.5em 1em;
}

/* 右列 */
.size_type1 td:last-child {
  font-weight: 400;
    padding: 0.5em 1em;
}

.tp{
  background: #fff !important;
  border: none !important;
opacity:0.1;
}

/* =========================================
商品一覧ページ・検索結果一覧
========================================= */
.fs-c-productListItem__viewMoreImageButton {
    font-size: 1.2em;
    justify-content: flex-end;
    padding: 0;
    margin-top: 0.5em;
}

    .fs-c-productListCarousel__list__item {
        flex-basis: 200px;
        max-width: 250px;
        min-width: 200px;
        margin: 0 8px;
    }


/* =========================================
返品特約ボタン
========================================= */
.fs-c-returnedSpecialContract__link a{
border-block: 1px solid #ddd;
    max-width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(45%, 450px);
    padding: 0.5em 1em;
    border: 1px solid #333;
    border-radius: 4px;
    color: #333;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;

}
.fs-c-returnedSpecialContract__link a:hover{
      background: #222;
      color: #fff;
    text-decoration: none;
    }


/* =========================================
商品一覧を4カラムに変更（PC表示のみ）
========================================= */
@media screen and (min-width: 768px) {
    .fs-c-productList__list {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
    }
}