@charset "UTF-8";

.fs-l-main {
  position: relative;
  margin-bottom: 40px;
}

/* 非表示 */
.fs-c-productListItem__viewMoreImageButton,
.fs-c-productMark__label,
.fs-c-productMarks .color_mark,
.fs-c-productPrice__main__label,
.fs-c-productListItem__control,
.fs-c-sortItems__label {
  display: none;
}

/* ページ見出し */
.fs-c-heading {
  font-size: 19px;
  font-size: 1.9rem;
}

/* 独自コメント1 */
.group_comment_01 {
  margin-bottom: 30px;
}

.group_comment_01 .img {
  margin-bottom: 20px;
}

.group_comment_01 .img img {
  width: 100%;
}

.group_comment_02 {
  margin-bottom: 40px;
  padding: 35px 0;
  background: #f8f8f8;
}

.group_comment_02 .ttl_01 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 30px;
  text-align: center;
}

.group_comment_02 .product_content_slide .slick-prev,
.group_comment_02 .product_content_slide .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.group_comment_02 .product_content_slide .slick-prev::before,
.group_comment_02 .product_content_slide .slick-next::before {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  opacity: 1;
  content: '';
}

.group_comment_02 .product_content_slide .slick-prev {
  left: 6%;
}

.group_comment_02 .product_content_slide .slick-prev::before {
  left: 17px;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #181818;
}

.group_comment_02 .product_content_slide .slick-next {
  right: 6%;
}

.group_comment_02 .product_content_slide .slick-next::before {
  right: 17px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
}

.group_comment_02 .product_content_slide .slick-disabled {
  opacity: 0;
}

.group_comment_02 .product_content {
  margin: 0 2%;
}

.group_comment_02 .product_content .img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.group_comment_02 .product_content .img img {
  width: 100%;
}

.group_comment_02 .product_content .ttl_02 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.group_comment_02 .product_content_responsive  {
  margin: 10% 2%;
}

.group_comment_02 .product_content_responsive .img {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.group_comment_02 .product_content_responsive .img img {
  width: 100%;
}

.group_comment_02 .product_content_responsive .ttl_02 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

/* add 2024.11 z-prj */
.group_comment_03 {
  width: 95%;
  margin: 0 auto 50px;
}
.group_comment_03 p {
  margin-bottom: 20px;
}
.group_comment_03 div {
  text-align: center;
  background: #f8f8f8;
  padding: 10px 0;
}
.group_comment_03 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.group_comment_03 ul li {
  width: 33%;
  text-align: center;
}

/* ソート、ページャーなど */
.sort_box {
  margin-bottom: 20px;
}

.sort_box .inner {
  border-bottom: 1px solid #e5e5e5;
}

.sort_box .inner > li {
  margin-bottom: 25px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sort_box .inner > li > a {
  position: relative;
  display: block;
  padding: 15px 0 15px 20px;
}

.sort_box .inner > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  pointer-events: none;
  content: '';
}

.sort_box .inner > li > a::before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sort_box .inner > li.open {
  background: #f8f8f8;
}

.sort_box .inner > li.open a::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.sort_box .inner > li .sort_term {
  display: none;
}

.sort_box .inner > li ul {
  padding: 10px 20px 10px 35px;
}

.sort_box .inner > li ul li {
  padding: 0 0 20px;
}

.sort_box .inner .color ul li a {
  position: relative;
  padding-left: 22px;
}

.sort_box .inner .color ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  pointer-events: none;
}

.sort_box .inner .color ul .black a::before {
  background: #20110e;
}

.sort_box .inner .color ul .brown a::before {
  background: #8d4e19;
}

.sort_box .inner .color ul .darkbrown a::before {
  background: #631000;
}

.sort_box .inner .color ul .gray a::before {
  background: #bdbdbd;
}

.sort_box .inner .color ul .white a::before {
  background: #f5f5f5;
}

.sort_box .inner .color ul .navy a::before {
  background: #003366;
}

.sort_box .inner .color ul .red a::before {
  background: #ff0100;
}

.sort_box .inner .color ul .green a::before {
  background: #669900;
}

.sort_box .inner .color ul .other a::before {
  background: #9f4242;
  background: -webkit-linear-gradient(top, #9f4242 0%, #9f4242 35%, #83babd 36%, #83babd 36%, #83babd 64%, #ffdf00 65%, #ffdf00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#9f4242), color-stop(35%, #9f4242), color-stop(36%, #83babd), color-stop(36%, #83babd), color-stop(64%, #83babd), color-stop(65%, #ffdf00), to(#ffdf00));
  background: -o-linear-gradient(top, #9f4242 0%, #9f4242 35%, #83babd 36%, #83babd 36%, #83babd 64%, #ffdf00 65%, #ffdf00 100%);
  background: linear-gradient(to bottom, #9f4242 0%, #9f4242 35%, #83babd 36%, #83babd 36%, #83babd 64%, #ffdf00 65%, #ffdf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f4242', endColorstr='#ffdf00',GradientType=0 );
}

.fs-c-listControl__status {
  display: none;
}

.fs-c-pagination {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 0;
}

.fs-c-pagination a,
.fs-c-pagination .is-active {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px 10px;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  vertical-align: middle;
}

.fs-c-pagination a {
  border: 1px solid #e5e5e5;
}

.fs-c-pagination .is-active {
  color: #fff;
  background: #181818;
  border: 1px solid #181818;
}

.fs-c-pagination span {
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: 0 0 10px;
  padding: 0;
  line-height: 28px;
  vertical-align: middle;
  border: none;
}

.fs-c-pagination .fs-c-pagination__item--prev,
.fs-c-pagination .fs-c-pagination__item--next {
  position: relative;
  margin: 0 0 10px;
  border: none;
}

.fs-c-pagination .fs-c-pagination__item--prev::before,
.fs-c-pagination .fs-c-pagination__item--next::before {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: '';
}

.fs-c-pagination .fs-c-pagination__item--prev::before {
  left: 15px;
  border-bottom: 1px solid #313131;
  border-left: 1px solid #313131;
}

.fs-c-pagination .fs-c-pagination__item--next::before {
  right: 15px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
}

/* 商品 */
.fs-c-productList__list {
  width: 90%;
  margin: 0 auto 30px;
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-productList__list__item {
  width: 48%;
  margin-bottom: 30px;
}

.fs-c-productListItem__imageContainer {
  margin-bottom: 5px;
}

.fs-c-productColor {
  margin-bottom: 5px;
}

.fs-c-productColor .fs-c-productColor__color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.fs-c-productColor .fs-c-productColor__color .color_mark {
  width: 12px;
  height: 12px;
  margin-right: 0;
  padding: 0;
  border-radius: 20px;
  cursor: pointer;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_black {
  background: #20110e;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_brown {
  background: #8d4e19;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_charcoalgray {
  background: #bdbdbd;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_darkbrown {
  background: #631000;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_green {
  background: #669900;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_navy06 {
  background: #006666;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_navy {
  background: #003366;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_midnightblue {
  background: #003366;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_red {
  background: #ff0100;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_blue {
  background: #0c60fb;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_gray {
  background: #bdbdbd;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_orange {
  background: #ff6100;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_turquoise {
  background: #00ecff;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_yellow {
  background: #fde000;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_lightbeige {
  background: #fdf5e6;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_taupe {
  background: #D2B48C;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_white {
  background: #f5f5f5;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_silver {
  background: #e2e2e2;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_purple {
  background: #660066;
}

.fs-c-productColor .fs-c-productColor__color .color_mark_lightblue {
  background: #b0c4de;
}

.fs-c-productListItem__productName {
  margin-bottom: 5px;
}

.fs-c-price {
  display: inline-block;
  font-weight: bold;
}

.fs-c-noResultMessage__title {
  padding: 20px 0 50px;
  text-align: center;
}

.fs-c-subgroupList__comment {
  display: none;
}

.fs-c-productPrice--listed .fs-c-productPrice__main__price {
  text-decoration: line-through;
}

@media (min-width: 769px) {
  /* ページ見出し */
  .fs-c-heading {
    font-size: 20px;
    font-size: 2rem;
  }
  /* 独自コメント1 */
  .group_comment_01 {
    margin-bottom: 30px;
  }
  .group_comment_01 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .group_comment_01 .img {
    width: 46%;
    margin-bottom: 20px;
  }
  .group_comment_01 .text {
    width: 50%;
  }
  .group_comment_02 {
    width: 100%;
    margin-bottom: 35px;
    padding: 70px 0;
    overflow: hidden;
  }
  .group_comment_02 .ttl_01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
  .group_comment_02 .product_content_slide {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .group_comment_02 .product_content_slide_off {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .group_comment_02 .product_content_slide .slick-list {
    overflow: initial;
  }
  .group_comment_02 .product_content_slide .slick-prev {
    left: 30px;
  }
  .group_comment_02 .product_content_slide .slick-next {
    right: 30px;
  }
  .group_comment_02 .product_content {
    margin: 0 30px;
  }
  .group_comment_02 .product_content .img {
    margin-bottom: 20px;
  }
  .group_comment_02 .product_content .ttl_02 {
    font-size: 20px;
    font-size: 2rem;
  }
  .group_comment_02 .product_content_responsive {
    margin: 2% 1%;
    width: 48%;
  }
  .group_comment_02 .product_content_responsive .img {
    margin-bottom: 20px;
  }
  .group_comment_02 .product_content_responsive .ttl_02 {
    font-size: 20px;
    font-size: 2rem;
  }

  /* add 2024.11 z-prj */
  .group_comment_03 {
    width: 70%;
  }
  .group_comment_03 ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* ソート、ページャーなど */
  .sort_box {
    margin-bottom: 30px;
  }
  .sort_box .inner > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border: none;
  }
  .sort_box .inner > li > a {
    display: block;
    width: 200px;
    padding: 0;
    padding-right: 30px;
    text-align: right;
    pointer-events: none;
  }
  .sort_box .inner > li > a::before {
    display: none;
  }
  .sort_box .inner > li.open {
    background: #fff;
  }
  .sort_box .inner > li .sort_term {
    display: block;
    width: 100%;
    padding-left: 30px;
    border-left: 1px solid #181818;
  }
  .sort_box .inner > li ul {
    padding: 0;
  }
  .sort_box .inner > li ul li {
    display: inline-block;
    margin-right: 25px;
    padding: 0;
  }
  .fs-c-pagination {
    margin-bottom: 50px;
  }
  .fs-c-pagination a,
  .fs-c-pagination .is-active {
    width: 35px;
    height: 35px;
    margin: 0 3px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 33px;
  }
  .fs-c-pagination a:hover {
    color: #fff;
    background: #181818;
    border: 1px solid #181818;
  }
  .fs-c-pagination span {
    width: 30px;
    height: 35px;
    line-height: 33px;
  }
  .fs-c-pagination .fs-c-pagination__item--prev:hover,
  .fs-c-pagination .fs-c-pagination__item--next:hover {
    background: none;
    border: none;
  }
  .fs-c-pagination .fs-c-pagination__item--prev {
    margin: 0 20px 10px 0;
  }
  .fs-c-pagination .fs-c-pagination__item--next {
    margin: 0 0 10px 20px;
  }
  /* 商品 */
  .fs-c-productList__list {
    width: 100%;
    max-width: 1100px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .fs-c-productList__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-c-productList__list__item {
    width: 31%;
    margin: 0 3.5% 50px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .fs-c-productList__list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .fs-c-productListItem__imageContainer {
    margin-bottom: 10px;
  }
  .fs-c-productColor {
    margin-bottom: 10px;
  }
  .fs-c-productColor .fs-c-productColor__color {
    width: 14px;
    height: 14px;
  }
  .fs-c-productColor .fs-c-productColor__color .color_mark {
    width: 14px;
    height: 14px;
  }
}
