@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main :is(h1, h2, h3, h4, h5, h6, p) {
  margin: 0;
}
main a {
  color: inherit;
}
.false .fs-c-productPrice--member {
  display: none;
}
.true .fs-c-productPrices .fs-c-productPrice:nth-last-child(2) {
  display: none;
}
/* 予約商品のテキスト削除 */
.fs-c-productListCarousel span.fs-c-mark--preorder.fs-c-mark {
  display: none;
}
.fs-c-productListCarousel span.fs-c-productPrice__main__label {
  display: none;
}

.parts_hidden {
  display: none;
}
.fs-c-breadcrumb__listItem {
  font-weight: normal;
}
.category_heading {
  color: #000;
}
.category_heading h2 {
  font-weight: bold;
}
.category_heading strong {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.fs-c-productListItem__productName a:after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fs-c-button__label {
  color: #8B9DB2;
  border: 1px solid #8B9DB2;
}
.fs-c-button__label:hover {
  background-color: #8B9DB2;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .fs-c-breadcrumb {
    padding: 24px 0 0;
  }
  main .inner_wrap {
    width: 92%;
  }
  .category_heading {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 5px 9px;
  }
  .category_heading h2 {
    font-size: 22px;
    letter-spacing: 0.08em;
    display: block;
  }
  .category_heading strong {
    font-size: 17px;
    letter-spacing: 0;
    margin-top: 4px;
    display: block;
  }
  .fs-c-productList {
    margin: 31px auto 0;
  }
}

@media screen and (min-width: 751px) {
  .fs-c-breadcrumb {
    padding: 42px 0 2px;
  }
  main .inner_wrap {
    max-width: 1082px;
    width: 80.74%;
  }
  main .inner_wrap:has(.breadcrumb) {
    width: 89.5%;
    max-width: 1200px;
  }
  .category_heading {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px 33px;
  }
  .category_heading h2 {
    font-size: 27px;
    letter-spacing: 0.1em;
  }
  .category_heading strong {
    font-size: 21px;
    letter-spacing: 0;
  }
  .fs-c-productList {
    margin-top: 3px;
  }
  .fs-c-productList__list__item {
    width: 23.1%;
    max-width: 250px;
    margin-bottom: 30px;
    margin-right: 2.53%;
  }
}

/* -----------------------------------------------
mv
----------------------------------------------- */
.ciel_mv {
  position: relative;
}
.ciel_mv_text {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  text-align: center;
  width: 100%;
}
.ciel_mv_text p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.ciel_mv_text strong {
  font-weight: bold;
  display: block;
}


@media screen and (max-width: 750px) {
  .ciel_mv {
    margin-bottom: 44px;
  }
  .ciel_mv_text p {
    font-size: 31px;
    letter-spacing: 0;
  }
  .ciel_mv_text strong {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}
@media screen and (min-width: 751px) {
  .ciel_mv {
    margin: 0 auto 187px;
    max-width: 1340px;
  }
  .ciel_mv_text p {
    font-size: 40px;
    letter-spacing: 0;
  }
  .ciel_mv_text strong {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-top: 10px;
  }
}