@charset "UTF-8";
/* CSS Document */

/* ------------------------------

    レイアウト調整

------------------------------ */
.fs-c-breadcrumb {
  padding: 15px 0 0;
  position: relative;
  z-index: 2;
}
.fs-c-subgroup .fs-c-subgroupList__image,
.fs-c-subgroup .fs-c-subgroupList__comment {
  display: none;
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    padding: 10px 0 0;
  }
}

/* ------------------------------

    FV

------------------------------ */
.category_fv {
  position: relative;
}
.category_fv .fv_pict {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.category_fv .fv_pict::before {
  content: "";
  background: rgba(26, 26, 26, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category_fv .fv_pict img {
  object-fit: cover;
  width: 100%;
  object-position: center top;
}
.category_fv .category_name_area {
  position: relative;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_fv .category_name {
  color: #fff;
  text-align: center;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 0;
  /*margin-bottom: 1em;*/
}
.category_fv .category_lead {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .category_fv .fv_pict img, 
  .category_fv .category_name_area {
    height: 266px;
  }
}
@media screen and (max-width: 1024px) {
  .category_fv .fv_pict img, 
  .category_fv .category_name_area {
    height: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .category_fv .fv_pict img, 
  .category_fv .category_name_area {
    height: 42.4vw;
  }
  .category_fv .category_name {
    font-size: 3rem;
    padding: 0 .5em;
    letter-spacing: 0;
  }
  .category_fv .category_lead {
    font-size: 1.4rem;
  }
}

/* ==================================================
  商品グループ独自コメント
================================================== */
.product_group_lead {
  color: #333;
  padding: 70px 0 25px;
  position: relative;
  z-index: 1;
}
.product_group_lead::before {
  content: "";
  background: url(../images/category/product_group_deco.svg) no-repeat;
  width: 415px;
  height: 255px;
  position: absolute;
  top: -30px;
  left: 0;
}
.product_group_wrap {
  max-width: 1230px;
  width: 94%;
  margin: 0 auto;
}
.product-group-comment__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
}
.product-group-comment__title {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: .35em;
}
.product-group-comment__description p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.98;
  margin: 0;
}
.product-group-comment__visual {
  max-width: 590px;
}
.product-group-comment__main-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1180 / 570;
  object-fit: cover;
}
.product-group-comment__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px 45px;
  margin-top: 60px;
}
.product-group-link {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 20px;
  align-items: center;
  min-width: 0;
  min-height: 70px;
  color: #333;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.product-group-link:visited {
  color: #333;
}
.product-group-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.product-group-link__image {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.product-group-link__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-group-link__name {
  min-width: 0;
  margin: 0;
  padding: 10px 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.product-group-link__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
}
.product-group-link__arrow img {
  width: 7px;
  height: 10px;
}
.product_group_lead02 {
  color: #333;
  padding-bottom: 35px;
}
.product_group_lead02, 
.product_group_lead02 p {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}
.product_group_lead02 p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .product-group-comment__intro {
    gap: 35px;
  }
  .product-group-comment__title {
    font-size: 2.7rem;
  }
  .product-group-comment__description p {
    font-size: 1.4rem;
  }
  .product-group-comment__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin-top: 50px;
  }
  .product-group-link__name {
    font-size: 1.6rem;
  }
  .product_group_lead02, 
  .product_group_lead02 p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .product_group_lead{
    padding: 40px 0 15px;
  }
  .product-group-comment__intro {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .product-group-comment__body {
    width: 100%;
    padding: 0;
  }
  .product_group_lead::before {
    background-size: cover;
    top: -5vw;
    left: 0;
    height: 33.203vw;
    width: 54.037vw;
  }
  .product-group-comment__title {
    font-size: 2.4rem;
  }
  .product-group-comment__description p {
    font-size: 1.4rem;
  }
  .product-group-comment__visual {
    max-width: 100%;
    width: 100%;
  }
  .product-group-comment__links {
    grid-template-columns: 1fr;
    gap: 2.666vw;
    margin-top: 35px;
  }
  .product-group-link {
    grid-template-columns: 18.666vw minmax(0, 1fr) 8vw;
    min-height: 18.666vw;
  }
  .product-group-link__image {
    width: 18.666vw;
    height: 18.666vw;
  }
  .product-group-link__name {
    padding: 2.666vw 4vw;
    font-size: 1.5rem;
  }
  .product-group-link__arrow {
    padding-right: 2.666vw;
  }
  .product_group_lead02 {
    padding-bottom: 20px;
  }
}

/* ==================================================
  検索一覧・タグ一覧
================================================== */
.fs-c-heading--page {
  color: #333;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  border: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.productItem__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-c-productMarks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.fs-c-productMark__mark, 
.fs-c-mark {
  font-size: 1.3rem;
}
.fs-c-productMark {
  margin-bottom: 0;
}
.label-noshi {
  border: 1px solid #C00;
  color: #C00;
}
.fs-c-productName__copy {
  display: none;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #F25C3C;
}
@media screen and (max-width: 767px) {
  .fs-c-heading--page {
    font-size: 2.2rem;
  }
}