@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------------------------
top [ .fs-body-top{}
---------------------------------------------------------------------------------------------------------------------- */
.fs-body-top {
}

/*mvWrap
----------------------------------------------------------- */
.fs-body-top .mvWrap {
  margin: 10px 0 0 0;
}
.fs-body-top .mvWrap .slick-list {
  height: auto !important;
  padding: 0 !important;
  line-height: 0;
}
.fs-body-top .mvWrap.fs-c-slick .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
}
.fs-body-top .mvWrap.fs-c-slick .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  overflow: hidden;
}
.fs-body-top .mvWrap.fs-c-slick .slick-dots li button {
  height: 10px;
  width: 10px;
  background: var(--color-def02);
  border-radius: 50%;
  transition: var(--transition-duration01);
}
.fs-body-top .mvWrap.fs-c-slick .slick-dots li.slick-active button,
.fs-body-top .mvWrap.fs-c-slick .slick-dots li button:hover {
  background: var(--color-key01);
}
.fs-body-top .mvWrap.fs-c-slick .slick-dots li button::before {
  content: none;
}

@media print, screen and (min-width: 768px) {
  .fs-body-top .mvWrap {
    margin-top: 20px;
  }
  .fs-body-top .mvWrap .slick-slide {
    max-width: 500px;
    margin: 0 10px;
  }
  .fs-body-top .mvWrap .slick-slide img {
    width: 100%;
    max-width: 100%;
  }
}

/*bnrWrap
----------------------------------------------------------- */
.fs-body-top .bnrWrap {
  padding: 50px 0 30px 0;
}
.fs-body-top .bnrWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-body-top .bnrWrap ul::after {
  content: "";
  display: block;
  height: 1px;
}
.fs-body-top .bnrWrap ul::after,
.fs-body-top .bnrWrap ul li {
  width: calc((100% - 7px * 2) / 3);
}
.fs-body-top .bnrWrap ul li {
  margin: 7px 0 0 0;
}
.fs-body-top .bnrWrap ul li:nth-of-type(-n + 3) {
  margin-top: 0;
}
.fs-body-top .bnrWrap ul li a {
  position: relative;
  display: block;
  background: var(--color-white);
  border: 2px solid rgba(var(--color-def02-rgb), 0.2);
}
.fs-body-top .bnrWrap ul li a i {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: var(--color-def01);
  font-style: normal;
  line-height: 1;
}
.fs-body-top .bnrWrap ul li a i::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 0 0 -1px;
  border: 1px solid var(--color-white);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
.fs-body-top .bnrWrap ul li a figure {
  display: block;
}
.fs-body-top .bnrWrap ul li a i span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .fs-body-top .bnrWrap {
    padding: 100px 0;
  }
  .fs-body-top .bnrWrap ul {
  }
  .fs-body-top .bnrWrap ul::after {
    content: none;
  }
  .fs-body-top .bnrWrap ul li {
    width: calc((220 / var(--cont-width-nv-pc)) * 100%);
    margin: 0;
  }
  .fs-body-top .bnrWrap ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 12px 0;
    border-width: 4px;
  }
  .fs-body-top .bnrWrap ul li a i {
    position: relative;
    right: auto;
    bottom: auto;
    width: 80%;
    max-width: 150px;
    height: 30px;
    text-align: center;
  }
  .fs-body-top .bnrWrap ul li a i span {
    display: block;
    width: 100%;
    color: var(--color-white);
    font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-pc)), 13px); /*13*/
    font-weight: var(--font-weight-bold);
  }
  .fs-body-top .bnrWrap ul li a i::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg) translate(0, -50%);
  }
}

/*rankingWrap
----------------------------------------------------------- */
.fs-body-top .rankingWrap {
}

/* for pc*/
@media print, screen and (min-width: 768px) {
  .fs-body-top .rankingWrap {
  }
}

/*newItemWrap [
----------------------------------------------------------- */
.fs-body-top .newItemWrap {
}
.fs-body-top .newItemWrap .btn {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .fs-body-top .newItemWrap {
  }
  .fs-body-top .newItemWrap .btn {
    margin-top: 50px;
  }
}

/*searchWrap [
----------------------------------------------------------- */
.fs-body-top .searchWrap {
}

/*itemCat*/
.fs-body-top .searchWrap .itemCat {
}
.fs-body-top .searchWrap .itemCat ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-body-top .searchWrap .itemCat ul::after {
  content: "";
  display: block;
  height: 1px;
}
.fs-body-top .searchWrap .itemCat ul::after,
.fs-body-top .searchWrap .itemCat ul li {
  width: calc((100% - 7px * 2) / 3);
}
.fs-body-top .searchWrap .itemCat ul li {
  margin: 20px 0 0 0;
  text-align: center;
}
.fs-body-top .searchWrap .itemCat ul li:nth-of-type(-n + 3) {
  margin-top: 0;
}
.fs-body-top .searchWrap .itemCat ul li a {
  display: block;
}
.fs-body-top .searchWrap .itemCat ul li a figure {
  background: var(--color-white);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.fs-body-top .searchWrap .itemCat ul li a p {
  margin: 10px 0 0 0;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px); /*16 / 20*/
  line-height: 1;
}

/*sceneCat*/
.fs-body-top .searchWrap .sceneCat {
  border-top: 1px solid var(--color-def02);
}
.fs-body-top .searchWrap .sceneCat ul {
}
.fs-body-top .searchWrap .sceneCat ul li {
  margin: 10px 0 0 0;
  text-align: center;
}
.fs-body-top .searchWrap .sceneCat ul li:first-of-type {
  margin-top: 0;
}
.fs-body-top .searchWrap .sceneCat ul li a {
  position: relative;
  display: block;
}
.fs-body-top .searchWrap .sceneCat ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 60%;
  max-width: 170px;
  height: 40px;
  background: var(--color-key01);
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
}
.fs-body-top .searchWrap .sceneCat ul li a p {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--color-white);
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px); /*16 / 16*/
  line-height: 1;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .fs-body-top .searchWrap {
  }

  /*itemCat*/
  .fs-body-top .searchWrap .itemCat {
  }
  .fs-body-top .searchWrap .itemCat ul {
  }
  .fs-body-top .searchWrap .itemCat ul::after {
    content: none;
  }
  .fs-body-top .searchWrap .itemCat ul li {
    width: calc((210 / var(--cont-width-nv-pc)) * 100%);
  }
  .fs-body-top .searchWrap .itemCat ul li {
    margin-top: 0;
  }
  .fs-body-top .searchWrap .itemCat ul li a {
  }
  .fs-body-top .searchWrap .itemCat ul li a figure {
  }
  .fs-body-top .searchWrap .itemCat ul li a p {
    margin-top: 15px;
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-pc)), 20px); /*16 / 20*/
  }

  /*sceneCat*/
  .fs-body-top .searchWrap .sceneCat {
  }
  .fs-body-top .searchWrap .sceneCat ul {
    display: flex;
    justify-content: space-between;
  }
  .fs-body-top .searchWrap .sceneCat ul li {
    width: calc((384 / var(--cont-width-nv-pc)) * 100%);
    margin-top: 0;
  }
  .fs-body-top .searchWrap .sceneCat ul li:first-of-type {
  }
  .fs-body-top .searchWrap .sceneCat ul li a {
    position: static;
  }
  .fs-body-top .searchWrap .sceneCat ul li a::before {
    content: none;
  }
  .fs-body-top .searchWrap .sceneCat ul li a p {
    position: static;
    margin-top: 15px;
    color: var(--color-def);
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-pc)), 20px); /*16 / 20*/
    transform: none;
  }
}

/*recentWrap [
----------------------------------------------------------- */
.fs-body-top .recentWrap {
}
.fs-body-top .recentWrap + .recentWrap {
  border-top: 1px solid var(--color-def02);
}

@media print, screen and (min-width: 768px) {
  .fs-body-top .recentWrap {
  }
}

/*recommendWrap [
----------------------------------------------------------- */
.fs-body-top .recommendWrap {
}

@media print, screen and (min-width: 768px) {
  .fs-body-top .recommendWrap {
  }
}

/*pickupWrap [
----------------------------------------------------------- */
.fs-body-top .pickupWrap {
}
.fs-body-top .pickupWrap ul li {
  margin: 10px 0 0 0;
}
.fs-body-top .pickupWrap ul li:first-of-type {
  margin-top: 0;
}
.fs-body-top .pickupWrap ul li.bnrSale {
  margin-top: -20px;
}

@media print, screen and (min-width: 768px) {
  .fs-body-top .pickupWrap {
  }
  .fs-body-top .pickupWrap ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    column-gap: calc((24 / var(--cont-width-nv-pc)) * 100%);
  }
  .fs-body-top .pickupWrap ul li {
    width: calc((384 / var(--cont-width-nv-pc)) * 100%);
    margin-top: 0;
  }
  .fs-body-top .pickupWrap ul li:first-of-type {
  }
  .fs-body-top .pickupWrap ul li.bnrSale {
    margin-top: 0;
  }
}

/*serviceWrap [
----------------------------------------------------------- */
.fs-body-top .serviceWrap {
}
.fs-body-top .serviceWrap ul li {
  margin: 10px 0 0 0;
}
.fs-body-top .serviceWrap ul li:first-of-type {
  margin-top: 0;
}
.fs-body-top .serviceWrap ul li a {
  display: block;
  background: rgba(var(--color-def02-rgb), 0.1);
  border: 2px solid rgba(var(--color-def02-rgb), 0.2);
}

@media print, screen and (min-width: 768px) {
  .fs-body-top .serviceWrap {
  }
  .fs-body-top .serviceWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fs-body-top .serviceWrap ul li {
    width: calc((585 / var(--cont-width-nv-pc)) * 100%);
    margin-top: 30px;
  }
  .fs-body-top .serviceWrap ul li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .fs-body-top .serviceWrap ul li a {
    border-width: 4px;
  }
}

/*infoWrap [
----------------------------------------------------------- */
.fs-body-top .infoWrap {
}
.fs-body-top .infoWrap ul {
  border-top: 1px solid var(--color-def02);
}
.fs-body-top .infoWrap ul li {
  padding: 20px 10px;
  border-bottom: 1px solid var(--color-def02);
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px); /*16 / 18*/
  text-align: left;
  letter-spacing: normal;
}
.fs-body-top .infoWrap ul li span {
  display: block;
}
.fs-body-top .infoWrap ul li p {
  margin: 5px 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .fs-body-top .infoWrap {
  }
  .fs-body-top .infoWrap > div {
    display: flex;
    justify-content: space-between;
  }
  .fs-body-top .infoWrap > div div {
    width: 290px;
  }
  .fs-body-top .infoWrap ul {
    width: calc(100% - 330px);
  }
  .fs-body-top .infoWrap ul li {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px); /*16 / 18*/
  }
  .fs-body-top .infoWrap ul li span {
    width: 160px;
    padding: 0 0 0 1.6em;
  }
  .fs-body-top .infoWrap ul li p {
    width: calc(100% - 160px);
    margin-top: 0;
    padding: 0 1.8em 0 0;
  }
}

/*人気ランキング・おすすめ・新着---future recommend*/
.fr3-productListStaticManual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fr3-productListStaticManual::after {
  content: "";
  display: block;
  width: calc((100% - 15px) / 2);
  height: 1px;
}
.fr3-productListStaticManual .fr3-itemManual {
  width: calc((100% - 15px) / 2);
  margin: 25px 0 0 0;
}
.fr3-productListStaticManual .fr3-itemManual:nth-of-type(-n + 2) {
  margin-top: 0;
}
.fr3-productListStaticManual .fr3-itemManual a {
  display: block;
}
.fr3-productListStaticManual .fr3-itemManual .fr3-item__productName {
  margin: 10px 0 0 0;
  font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-sp)), 15px); /*15 / 18*/
  text-align: left;
  letter-spacing: normal;
}
.fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice {
  margin: 10px 0 0 0;
  text-align: right;
  line-height: 1;
  letter-spacing: normal;
}
.fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice .fr3-item__productPrice__currencyMark,
.fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice .fr3-item__productPrice__value {
  font-family: var(--font-family-en);
  font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-sp)), 15px); /*15 / 18*/
  font-weight: var(--font-weight-bold);
}
.fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice .fr3-item__productPrice__addon {
  font-size: clamp(calc(11px * var(--font-markup)), calc(11vw / var(--vw-sp)), 11px); /*11 / 13*/
}

@media print, screen and (min-width: 768px) {
  .fr3-productListStaticManual {
  }
  .fr3-productListStaticManual::after {
    content: none;
  }
  .fr3-productListStaticManual .fr3-itemManual {
    width: calc((276 / var(--cont-width-nv-pc)) * 100%);
    margin-top: 30px;
  }
  .fr3-productListStaticManual .fr3-itemManual:nth-of-type(-n + 4) {
    margin-top: 0;
  }
  .fr3-productListStaticManual .fr3-itemManual a {
  }
  .fr3-productListStaticManual .fr3-itemManual .fr3-item__productName {
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px); /*15 / 18*/
  }
  .fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice {
    margin-top: 20px;
  }
  .fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice .fr3-item__productPrice__currencyMark,
  .fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice .fr3-item__productPrice__value {
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px); /*15 / 18*/
  }
  .fr3-productListStaticManual .fr3-itemManual .fr3-item__productPrice .fr3-item__productPrice__addon {
    font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-pc)), 13px); /*11 / 13*/
  }
}

/*ランキング*/
.rankingWrap .fr3-itemManual {
  position: relative;
}
.rankingWrap .fr3-itemManual .fr3-item__rankContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.rankingWrap .fr3-itemManual .fr3-item__rankContainer::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid var(--color-def);
  border-left: 15px solid var(--color-def);
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(1) .fr3-item__rankContainer::before {
  border-top-color: #ddad47;
  border-left-color: #ddad47;
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(2) .fr3-item__rankContainer::before {
  border-top-color: #a39e95;
  border-left-color: #a39e95;
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(3) .fr3-item__rankContainer::before {
  border-top-color: #b77136;
  border-left-color: #b77136;
}

.fr3-item__rankManual {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  background-color: transparent;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  text-indent: -200vw;
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(1) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank1.svg);
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(2) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank2.svg);
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(3) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank3.svg);
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(4) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank4.svg);
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(5) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank5.svg);
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(6) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank6.svg);
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(7) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank7.svg);
}
.rankingWrap .fr3-productListStaticManual .fr3-itemManual:nth-of-type(8) .fr3-item__rankContainer .fr3-item__rankManual {
  background-image: url(https://fashionlabo.itembox.design/item/asset/images/common/rank8.svg);
}

/* ----------------------------------------------------------------------------------------------------------------------
/top [ .fs-body-top{}
---------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------
category [ .fs-body-category{}
---------------------------------------------------------------------------------------------------------------------- */
.fs-body-category {
}
.fs-body-category .categoryDesc {
  margin: 0 0 50px 0;
  font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-sp)), 18px); /*18 / 20*/
  line-height: var(--line-height);
  text-align: left;
}
.fs-body-category .categoryListWrap {
  margin: 0 0 30px 0;
}

.fs-body-category .searchKWWrap {
  margin: 0 0 30px 0;
  padding: 20px 10px;
  background: var(--color-def03);
}
.fs-body-category .searchKWWrap h2 {
  padding: 0 10px;
}
.fs-body-category .searchKWWrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  padding: 0 5px;
}
.fs-body-category .searchKWWrap ul li {
  margin: 10px 5px 0 5px;
  overflow: hidden;
  font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-sp)), 15px); /*15 / 16*/
  line-height: 1;
}
.fs-body-category .searchKWWrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 1.3em;
  background: var(--color-white);
  border: 1px solid var(--color-def02);
  border-radius: 200px;
  color: var(--color-def01);
  text-align: center;
}

.fs-body-category .categoryMovieWrap {
}

.fs-body-category .categoryMovieWrap .categoryMovieEnbed {
  width: 100%;
  /*position: relative;
  padding-top: 56.25%;*/
  aspect-ratio: 16 / 9;
}
.fs-body-category .categoryMovieWrap .categoryMovieEnbed iframe {
  /*position: absolute;
  top: 0;
  right: 0;*/
  width: 100%;
  height: 100%;
}
.fs-body-category .categoryMovieWrap .categoryMovieTxt p {
  margin: 15px 0 0 0;
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px); /*16 / 18*/
  text-align: left;
}
.fs-body-category .categoryMovieWrap .categoryMovieTxt .btn {
  margin-top: 15px;
}

/*商品マーク*/
.fs-body-category .fs-c-productMark__mark.mark-chips,
.fs-body-search .fs-c-productMark__mark.mark-chips,
.fs-body-my-wishlist .fs-c-productMark__mark.mark-chips {
  width: 16px;
  height: 12px;
  margin: 4px 4px 0 0;
}
.fs-body-category .fs-c-productMark__mark.mark-chips .fs-c-productMark__label,
.fs-body-search .fs-c-productMark__mark.mark-chips .fs-c-productMark__label,
.fs-body-my-wishlist .fs-c-productMark__mark.mark-chips .fs-c-productMark__label {
  display: none;
}

.mark-chips-white {
  background: #fff;
  border: 1px solid #ccc;
}

/*送料無料*/
.mark-freeDerivery {
  background: var(--color-white);
  border: 1px solid #9a1818;
  color: #9a1818;
}
/*SALE*/
.mark-sale {
  background: #9a1818;
  color: var(--color-white);
}
/*まとめ買い*/
.mark-matomegai {
  background: #8e8372;
  color: var(--color-white);
}
/*新入荷*/
.mark-newItem {
  background: var(--color-key01);
  color: var(--color-white);
}

/*絞り込み検索 アイテムで選ぶとか*/
.fs-p-productSearch .productSearchSelect {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid var(--color-def02);
}
.fs-p-productSearch .productSearchSelect dt,
.fs-p-productSearch .productSearchSelect dd {
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);
}
.fs-p-productSearch .productSearchSelect dt {
  font-weight: var(--font-weight-bold);
  text-align: left;
}
.fs-p-productSearch .productSearchSelect dd + dt {
  margin: 20px 0 0 0;
}
.fs-p-productSearch .productSearchSelect dd {
  margin: 5px 0 0 0;
}
.fs-p-productSearch .productSearchSelect dd ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.fs-p-productSearch .productSearchSelect dd ul li {
  border: 1px solid var(--color-def02);
}
.fs-p-productSearch .productSearchSelect dd ul li a {
  display: block;
  padding: 0.7em;
  background: var(--color-white);
  font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px); /*13*/
  text-align: center;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .fs-body-category {
  }
  .fs-body-category .categoryDesc {
    margin-bottom: 100px;
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-pc)), 20px); /*18 / 20*/
  }
  .fs-body-category .categoryListWrap {
    margin-bottom: 40px;
  }

  .fs-body-category .searchKWWrap {
    margin-bottom: 40px;
    padding: 30px 20px;
    background: var(--color-def03);
  }
  .fs-body-category .searchKWWrap h2 {
  }
  .fs-body-category .searchKWWrap ul {
  }
  .fs-body-category .searchKWWrap ul li {
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px); /*15 / 16*/
  }
  .fs-body-category .searchKWWrap ul li a {
    min-height: 40px;
  }
  .fs-body-category .categoryMovieWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fs-body-category .categoryMovieWrap h2 {
    width: 100%;
  }
  .fs-body-category .categoryMovieWrap .categoryMovieEnbed {
    width: calc((492 / 900) * 100%);
  }
  .fs-body-category .categoryMovieWrap .categoryMovieEnbed iframe {
  }
  .fs-body-category .categoryMovieWrap .categoryMovieTxt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((372 / 900) * 100%);
  }
  .fs-body-category .categoryMovieWrap .categoryMovieTxt p {
    margin: 0 0 0 15px;
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px); /*16 / 18*/
  }
  .fs-body-category .categoryMovieWrap .categoryMovieTxt .btn {
    max-width: 230px;
    height: 50px;
    margin: 0 0 0 auto;
  }
  .fs-body-category .categoryMovieWrap .categoryMovieTxt .btn a {
    height: 100%;
  }

  /*商品マーク*/
  .fs-body-category .fs-c-productMark__mark.mark-chips,
  .fs-body-search .fs-c-productMark__mark.mark-chips,
  .fs-body-my-wishlist .fs-c-productMark__mark.mark-chips {
    width: 24px;
    height: 12px;
    margin: 5px 5px 0 0;
  }

  /*絞り込み検索 アイテムで選ぶとか*/
  .fs-p-productSearch .productSearchSelect {
  }
  .fs-p-productSearch .productSearchSelect dt,
  .fs-p-productSearch .productSearchSelect dd {
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);
  }
  .fs-p-productSearch .productSearchSelect dt {
  }
  .fs-p-productSearch .productSearchSelect dd + dt {
    margin-top: 30px;
  }
  .fs-p-productSearch .productSearchSelect dd {
  }
  .fs-p-productSearch .productSearchSelect dd ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .fs-p-productSearch .productSearchSelect dd ul li {
  }
  .fs-p-productSearch .productSearchSelect dd ul li a {
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-pc)), 14px); /*14*/
  }
}
/* ----------------------------------------------------------------------------------------------------------------------
category [ .fs-body-category{}
---------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------------
detail [ .fs-body-product{}
---------------------------------------------------------------------------------------------------------------------- */
.fs-body-product {
}

/*項目選択肢とカートボタン囲み*/
.fs-body-product .cartOptionWrap {
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
}
.fs-body-product .cartOptionWrap {
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
}
.fs-body-product .sizeNote {
  order: 1;
  margin: 0 0 15px 0;
  color: var(--color-key02);
  font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px); /*14 / 14*/
  font-weight: var(--font-weight-bold);
  text-align: left;
  line-height: var(--line-height-narrow);
}

.fs-body-product .fs-c-productSelection {
  order: 10;
}
.fs-body-product .btnAboutGift {
  order: 11;
}
.fs-body-product .fs-c-productQuantity {
  order: 20;
}
.fs-body-product .fs-c-productActionButton {
  order: 21;
}
.fs-body-product .fs-c-variationAndActions {
  order: 2;
}

.fs-body-product .btnSizeGuide {
  margin: 30px 0 0 0;
  font-weight: var(--font-weight-middle);
}
.fs-body-product .btnAboutGift {
  margin: 20px 0 0 0;
  font-weight: var(--font-weight-middle);
}

/*tab*/
.detailTabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 16px;
  margin: 50px 0 0 0;
  padding: 50px 0;
  border-top: 1px solid var(--color-def02);
}

.detailTabs > label {
  position: relative;
  flex: 1 1;
  order: -1;
  min-width: 100px;
  padding: 0 0 10px 0;
  border-bottom: 5px solid var(--color-def02);
  font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px); /*14 / 14*/
  text-align: center;
  cursor: pointer;
  line-height: 1;
}

.detailTabs input {
  display: none;
}

.detailTabs > div {
  display: none; /* ←注目：コンテンツは基本非表示 */
  width: 100%;
  padding: 30px 0 0 0;
  background-color: var(--color-white);
}
.detailTabs > div .movieWrap {
  width: 100%;
  /*position: relative;
  padding-top: 56.25%;*/
  aspect-ratio: 16 / 9;
  margin: 0 0 40px 0;
}
.detailTabs > div .movieWrap iframe {
  width: 100%;
  height: 100%;
}
.detailTabs > div .t01 {
  margin: 0 0 40px 0;
  font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-sp)), 18px); /*18 / 20*/
  line-height: var(--line-height);
  text-align: left;
}

.detailTabs label:has(:checked) {
  border-color: var(--color-key01);
  color: var(--color-key01);
  font-weight: var(--font-weight-bold);
}
.detailTabs label:has(:checked)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid var(--color-key01);
  border-bottom: 0 solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translate(-50%, 0);
}

.detailTabs label:has(:checked) + div {
  display: block; /* ←注目：checkedがついたタブに隣接するコンテンツを表示させる */
}

.detailTabs > div .tableWrap {
  width: 100%;
  margin: 0 0 30px 0;
  overflow-x: scroll;
}

.detailTabs > div .tableWrap table {
  width: 100%;
  min-width: 400px;
  margin: 0 auto 20px auto;
}
.detailTabs > div .tableWrap table,
.detailTabs > div .tableWrap table td,
.detailTabs > div .tableWrap table th {
  border: 1px solid var(--color-def02);
  border-collapse: collapse;
}

.detailTabs > div .tableWrap table td,
.detailTabs > div .tableWrap table th {
  font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px); /*14 / 14*/
  padding: 0.5em;
  text-align: center;
}

.detailTabs > div .tableWrap table th {
  /*background: var(--color-def04);*/
  background: #8e8372;
  color: var(--color-white);
}

.detailTabs > div .btn a {
  font-weight: var(--font-weight-middle);
}

@media print, screen and (min-width: 768px) {
  /*価格とかカートボタンとか*/
  .fs-body-product .fs-c-productNameHeading {
    order: 10;
  }
  .fs-body-product .fs-c-productNumber {
    order: 20;
  }
  .fs-body-product .fs-c-productCarouselMainImage {
    order: 30;
  }
  .fs-body-product .productDetailSpec {
    order: 40;
    width: calc((270 / 900) * 100%);
  }

  .fs-body-product .sizeNote {
    margin-bottom: 20px;
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-pc)), 14px); /*14 / 14*/
  }

  .fs-body-product .btnSizeGuide {
  }
  .fs-body-product .btnAboutGift {
  }

  /*tab*/
  .detailTabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 36px;
    margin-top: 70px;
  }

  .detailTabs > label {
    padding-bottom: 25px;
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-pc)), 18px); /*14 / 18*/
    transition: var(--transition-duration01);
  }

  .detailTabs > label:hover {
    border-bottom-color: var(--color-key01);
    color: var(--color-key01);
  }

  .detailTabs input {
    display: none;
  }

  .detailTabs > div {
    padding-top: 40px;
  }
  .detailTabs > div .movieWrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 40px 0;
  }
  .detailTabs > div .movieWrap iframe {
  }
  .detailTabs > div .t01 {
    margin-bottom: 60px;
    font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-sp)), 20px); /*18 / 20*/
  }

  .detailTabs label:has(:checked) {
  }
  .detailTabs label:has(:checked)::after {
    bottom: -20px;
    border-top-width: 16px;
    border-bottom-width: 0;
    border-left-width: 10px;
    border-right-width: 10px;
  }

  .detailTabs label:has(:checked) + div {
    /* ←注目：checkedがついたタブに隣接するコンテンツを表示させる */
  }
  .detailTabs > div .tableWrap {
    overflow-x: auto;
  }

  .detailTabs > div .tableWrap table {
    width: 100%;
  }

  .detailTabs > div .tableWrap table,
  .detailTabs > div .tableWrap table td,
  .detailTabs > div .tableWrap table th {
  }

  .detailTabs > div .tableWrap table td,
  .detailTabs > div .tableWrap table th {
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-pc)), 14px); /*14 / 14*/
  }

  .detailTabs > div .tableWrap table th {
  }
  .detailTabs > div .btn {
    width: 30%;
  }
  .detailTabs > div .btn a {
  }
}

/* ----------------------------------------------------------------------------------------------------------------------
detail [ .fs-body-product{}
---------------------------------------------------------------------------------------------------------------------- */
