/*
 商品カテゴリー
*/
:root {
  --en: "Outfit", sans-serif;
}

/* マイページ関連 */
.fs-body-category .fs-p-welcomeLinks__login {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.fs-body-category .fs-p-welcomeLinks__login ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: auto;
  height: 50px;
  max-width: 1200px;
}

.fs-body-category .fs-p-welcomeLinks__login ul li {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid #ff810f;
  line-height: 1;
  padding-bottom: 2px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

/* パンくず */
.fs-body-category .fs-c-breadcrumb {
    margin: 0 auto;
    background: #fcfbf7;
    overflow: scroll;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    max-width: none;
}

.fs-body-category .fs-c-breadcrumb__list {
  background: none;
  font-size: 12px;
  max-width: 1200px;
  margin: auto;
  padding: 13px 0 13px;

}

.fs-body-category .fs-c-breadcrumb__listItem {
  line-height: 1;
}

.fs-body-category .fs-c-breadcrumb__listItem a {
  border-bottom: 1px solid #ff810f;
  padding-bottom: 1px;
}

.fs-c-breadcrumb__listItem+.fs-c-breadcrumb__listItem::before {
  display: inline-block;
  content: "";
  background: url(../images/new-product/icon01.png) center/contain no-repeat;
  width: 7px;
  height: 12px;
  margin: 5px 14px 0 18px;
}

/* メイン */
.fs-body-category .fs-l-main,
.fs-l-main:has(.fs-body-category--kantantent) {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* MV */
.fs-category-mv {
  padding: 48px 0 49px;
  background-image: repeating-linear-gradient(90deg,
      #fff4e7,
      #fff4e7 20px,
      #fffaf3 20px,
      #fffaf3 40px);
  background-repeat: repeat-y;
  background-position-x: -20px;
  position: relative;
  display: flex;
    align-items: center;
}
.fs-category-mv:has(.mv-img){
  min-height: 449px;
}
.fs-category-mv .mv-content {
  height: 100%;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
}

.fs-category-mv:has(.mv-img) .mv-content {
  width: calc((550 / 1200) * 100%);
  text-align: left;
  margin-left: 0;
}

.fs-category-mv .mv-head .ttl {
  margin-top: 3px;
  margin-left: -5px;
  font-weight: 700;
  font-size: 52px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.fs-category-mv .bubble-txt {
  width: fit-content;
  padding: 8px 26px 7px 30px;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  border-radius: 9999px;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.08));
  position: relative;
  margin: auto;
}

.fs-category-mv:has(.mv-img) .bubble-txt {
  margin: 0;
}

.fs-category-mv .bubble-txt::before {
  content: "";
  display: block;
  border-top: solid 10px #fff;
  border-left: solid 10px rgba(255, 255, 255, 0);
  border-right: solid 10px rgba(255, 255, 255, 0);
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.fs-category-mv .bubble-txt span {
  color: #ef4818;
  position: relative;
}

.fs-category-mv .bubble-txt span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/productCategory/mv-strong-eff.png) center / cover no-repeat;
  position: absolute;
  top: -14.5px;
  left: -11px;
}

.fs-category-mv .mv-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: fit-content;
  min-width: 400px;
  margin-top: 8.5px;
  font-weight: 700;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-inline: auto;
}

.fs-category-mv:has(.mv-img) .mv-list {
  margin-inline: 0;
}

.fs-category-mv .mv-list li {
  width: 100%;
  min-height: 60px;
  padding: 13px 30px 11px 55px;
  background: #ff810f;
  border-radius: 100px 5px 5px 100px;
  position: relative;
}

.fs-category-mv .mv-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #bf610b;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}

.fs-category-mv .mv-list li span {
  color: #fcff00;
}

.fs-category-mv .mv-img {
  overflow: hidden;
  display: block;
  width: calc((900 / 1700) * 100%);
  height: 100%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

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

/* おすすめコンテンツ */
.c-recommend-wrap {
  padding-inline: 20px;
}

.c-recommend {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding: 59.5px 20px 78px;
  background: #fff2f0;
  border-radius: 50px;
  position: relative;
}

.c-recommend:has(.subttl) {
  padding-top: 0 !important;
}

.c-recommend::before,
.c-recommend::after {
  content: "";
  aspect-ratio: 119/97;
  display: block;
  width: 100%;
  max-width: 119px;
  background: url(../images/productCategory/c-recommend-eff.png) center / cover no-repeat;
  position: absolute;
  top: -32px;
  left: 7.1%;
}

.c-recommend::after {
  transform: scale(-1, 1);
  left: auto;
  right: 7.1%;
}

.c-recommend .ttl {
  font-weight: 700;
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  text-align: center;
}

.c-recommend .ttl:not(:first-child) {
  margin-top: 8px;
}

.c-recommend .ttl span {
  position: relative;
}

.c-recommend .ttl span::before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  background: url(../images/productCategory/c-recommend-strong-eff.png) center / cover no-repeat;
  position: absolute;
  top: -18.5px;
  left: -10.5px;
}

.c-recommend .ttl .strong-txt {
  font-size: calc((48/36) * 1em);
  color: #ef4818;
}

.c-recommend .ttl strong {
  color: #ef4818;
}

.c-recommend .subttl {
  width: fit-content;
  margin-inline: auto;
  padding: 11px calc((28/20) * 1em);
  border-radius: 100px;
  background: #fff;
  font-weight: 700;
  font-size: clamp( 15px, calc( (100vw / 1700) * 20 ), 20px );
  letter-spacing: .02em;
  text-align: center;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.08));
  line-height: 1.3;
  position: relative;
  transform: translateY(-10px);
}

.c-recommend .subttl::before {
    content: "";
    display: block;
    border-top: solid 10px #fff;
    border-left: solid 10px rgba(255, 255, 255, 0);
    border-right: solid 10px rgba(255, 255, 255, 0);
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.c-recommend .subttl span {
  color: #ef4818;
}

.c-recommend .txt {
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-recommend .txt:not(:first-child) {
  margin-top: 29px;
}

.c-recommend .txt span {
  font-weight: 700;
  color: #ef4818;
}

.c-recommend__content {
  position: relative;
}

.c-recommend__box {
  display: flex;
  align-items: center;
  gap: 20px 39px;
}

.c-recommend__box:not(:first-child) {
  margin-top: 24px;
}

.c-recommend__img {
  align-self: start;
  width: 100%;
  max-width: 41.667%;
  height: 100%;
  position: relative;
}

.c-recommend__img::before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: solid 6px #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.c-recommend__img::after {
  content: "";
  width: 86px;
  height: 65px;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: -26px;
  bottom: -25px;
  background: url(../images/productCategory/clip.png) center / cover no-repeat;
}

.c-recommend__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.c-recommend__txt p {
  display: block;
  text-align: left;
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: .08em;
  line-height: calc(40/18);
  background: linear-gradient( #fff 2px, transparent 2px) 0 -2px / 100% calc((40/18) * 1em) repeat-y;
}

.c-recommend__txt p span {
  font-weight: 700;
  color: #ef4818;
}

.c-recommend__box .c-more-btn01:not(:first-child) {
  margin-top: 30px;
}

.c-recommend__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.c-recommend__gallery:not(:first-child) {
  margin-top: 60px;
}

.c-recommend__gallery img {
  width: 100%;
  max-width: 285px;
  object-fit: contain;
  border-radius: 10px;
}

/* 点線付き見出し */
.c-dotline-ttl {
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 11px;
  margin-inline: auto;
  padding-left: 8px;
  font-weight: 700;
  font-size: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #ff810f;
  position: relative;
}

.c-dotline-ttl::before,
.c-dotline-ttl::after {
  content: "●●●●●";
  font-weight: 700;
  font-size: 5px;
  line-height: 1;
  letter-spacing: 1.6em;
  color: #ff810f;
}

.c-dotline-ttl::after {
  padding-left: 9px;
}

/* 価格 */
.c-product-price {
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.c-product-price .value {
  color: #ef4818;
}

.c-product-price .num {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.07em;
}

/*　ボタン */
.c-more-btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 220px;
  min-height: 50px;
  background: #0a9a49;
  padding-inline: 40px;
  font-weight: 700;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  color: #fff;
  border: solid 2px #0a9a49;
  border-radius: 100px;
  position: relative;
  transition: 0.2s;
}

.c-more-btn01::before {
  content: "";
  width: 22px;
  height: 22px;
  background: currentColor;
  mask: url(../images/common/arrow-circle.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 13.5px;
  left: auto;
  transform: translateY(-50%);
  transition: 0.2s;
}

.c-more-btn01:hover {
  background-color: #fff;
  color: #0a9a49;
  text-decoration: none;
}

.ranking-product:hover .c-more-btn01{
  background-color: #fff;
  color: #0a9a49;
  text-decoration: none;
}


.c-more-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  height: 50px;
  padding-right: 4px;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  color: #0a9a49;
  border: solid 2px #0a9a49;
  border-radius: 100px;
  position: relative;
  transition: all .3s;
}

.c-more-btn02::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #0a9a49;
  mask: url(../images/common/arrow-circle.svg) center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
  transition: all .3s;
}

.c-more-btn02:is(a):hover {
  background-color: #0a9a49;
  color: #fff;
  text-decoration: none;
}

.c-more-btn02:is(a):hover::before {
  background: #fff;
}

/* 〇〇シーンにおすすめ */
.fs-category-scene {
  padding-top: 102px;
  padding-bottom: 73px;
}

.fs-category-scene .c-recommend__content::before {
  content: "";
  display: block;
  width: 143px;
  height: 79px;
  background: url(../images/productCategory/scene-subttl.png) center / cover no-repeat;
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
}

.fs-category-scene .scene-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.fs-category-scene .scene-list:not(:first-child) {
  margin-top: 51px;
}

.fs-category-scene .scene-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.fs-category-scene .scene-item__ttl {
  padding: 9px 1em 8px;
  background: url(../images/productCategory/recommend-bg.png) center / cover no-repeat;
  font-weight: 700;
  font-size: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.fs-category-scene .scene-item__txt {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 35px 30px 35px 40px;
}

.fs-category-scene .scene-item__txt img {
  flex: 0 0 120px;
  align-self: start;
}

.fs-category-scene .scene-item__detail {
  padding-bottom: 4px;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.78;
  letter-spacing: 0.08em;
}

/* 人気ランキング */
.fs-category-ranking {
  padding-top: 73px;
  padding-bottom: 60px;
}

.fs-category-scene + .fs-category-ranking {
  padding-top: 0;
}

.fs-category-ranking .ranking-head {
  padding-bottom: 16px;
  text-align: center;
}

.fs-category-ranking .ranking-head .c-dotline-ttl {
  margin-top: 10px;
}

.fs-category-ranking .ranking-head .ttl {
  padding: 11px 0;
  font-weight: 700;
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  position: relative;
}

.fs-category-ranking .ranking-head .ttl::before {
  content: "RANKING";
  font: 600 150px var(--en);
  letter-spacing: 0.1em;
  color: rgba(255, 129, 15, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fs-category-ranking .ranking-head .ttl span {
  color: #fff;
  -webkit-text-stroke: 2px #222;
  text-stroke: 2px #222;
}

.fs-category-ranking .ranking-list {
  display: flex;
  flex-direction: column;
  row-gap: 81px;
  margin-top: 31px;
}

.fs-category-ranking .ranking-item {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}

.fs-category-ranking .ranking-item .ttl {
  width: 100%;
  padding: 26px 50px 26px 181px;
  background: #fff4e7;
  font-weight: 700;
  font-size: 32px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  border-radius: 100px;
  position: relative;
}

.fs-category-ranking .ranking-item:nth-child(2) .ttl {
  padding-left: 174px;
}

.fs-category-ranking .ranking-item .ttl::before {
  content: "";
  display: block;
  width: 112px;
  height: 159px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -43.5%;
  left: 7.3%;
}

.fs-category-ranking .ranking-item:nth-child(1) .ttl::before {
  background-image: url(../images/productCategory/ranking-no1.png);
}

.fs-category-ranking .ranking-item:nth-child(2) .ttl::before {
  background-image: url(../images/productCategory/ranking-no2.png);
}

.fs-category-ranking .ranking-item:nth-child(3) .ttl::before {
  background-image: url(../images/productCategory/ranking-no3.png);
}

.fs-category-ranking .ranking-item .ttl span {
  background: linear-gradient(0deg,
      #ffe500 15px,
      transparent 15px,
      transparent);
  padding: 0 0 5px 5px;
  box-decoration-break: clone;
}

.fs-category-ranking .ranking-product {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 40px;
  color: #222;
}
.fs-category-ranking .ranking-product:hover {
  text-decoration: none;
  opacity: 0.8;
}
.fs-category-ranking .ranking-product:hover img{
  opacity: 1;
}

.fs-category-ranking .product-thumb {
  align-self: start;
  aspect-ratio: 4/3;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.fs-category-ranking .ranking-item--icon .product-thumb::before {
  content: "";
  display: block;
  width: 98px;
  height: 98px;
  background: url(../images/productCategory/ranking-naire.png) center / cover no-repeat;
  position: absolute;
  top: -19.5px;
  left: -20px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

.fs-category-ranking .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fs-category-ranking .product-txt {
  margin-top: 3px;
}

.fs-category-ranking .product-txt .name {
  font-weight: 700;
  font-size: 28px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.fs-category-ranking .product-txt .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20.5px;
}

.fs-category-ranking .product-txt .tag {
  padding: 7.5px 8.5px;
  background: #ff810f;
  font-weight: 700;
  font-size: 15px;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 3px;
}

.fs-category-ranking .product-txt .tag::before {
  content: "#";
}

.fs-category-ranking .product-txt .detail {
  margin-top: 22px;
  font-size: 17px;
  font-feature-settings: "palt";
  line-height: calc(32 / 17);
  letter-spacing: 0.08em;
}

.fs-category-ranking .product-price {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  margin-left: -2px;
}

.fs-category-ranking .c-more-btn01 {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

/* 〇〇を探す */
.fs-category-search {
  width: 100%;
  max-width: 1700px;
  background: #fff4e7;
  margin: 61px auto 0;
  padding: 55px 20px 91px;
  border-radius: 100px 100px 0 0;
}

.fs-category-search .search-head {
  padding-bottom: 47.5px;
  text-align: center;
  position: relative;
}

.fs-category-search .search-head::before {
  content: "";
  display: block;
  width: 241px;
  height: 213px;
  background: url(../images/productCategory/search-icon.png) center / cover no-repeat;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 13%;
}

.fs-category-search .search-head img {
  margin-left: 6px;
}

.fs-category-search .search-head .c-dotline-ttl {
  margin-top: 7px;
}

.fs-category-search .search-head .ttl {
  margin-top: 9px;
  font-weight: 700;
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  position: relative;
}

.fs-category-search .search-list {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.fs-category-search .search-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.fs-category-search .search-item .ttl {
  padding: 25px 1em;
  background: url(../images/productCategory/search-bg.png) center / cover no-repeat;
  font-weight: 700;
  font-size: 24px;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  border-radius: 10px 10px 0 0;
}

.fs-category-search .search-item .ttl span {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: #fcff00;
}

.fs-category-search .search-item .txt {
  padding: 34px 40px 50px;
}

.fs-category-search .search-item .detail {
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
}

.fs-category-search .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 53px;
}

.fs-category-search .product-item {
  position: relative;
  z-index: 0;
}

.fs-category-search .product-item > a {
  display: block;
}

.fs-category-search .product-item > a:hover {
    text-decoration: none;
}

.fs-category-search .product-item > a:hover .c-more-btn02 {
  background-color: #0a9a49;
  color: #fff;
  text-decoration: none;
}

.fs-category-search .product-item > a:hover .c-more-btn02::before {
  background: #fff;
}

.fs-category-search .product-item .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 40px;
  padding: 7px 15px 7px 34px;
  background: #ff810f;
  font-weight: 700;
  font-size: 17px;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 100px 25px 25px 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.fs-category-search .product-item .tag.small-font {
  font-size: 14px;
}

.fs-category-search .product-item .tag::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #e5e5e5;
  border-radius: 50%;
  border: 5px solid #bf610b;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.fs-category-search .product-item .product-thumb {
  overflow: hidden;
  aspect-ratio: 250/188;
  display: block;
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  margin: auto;
}

.fs-category-search .product-item .product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fs-category-search .product-item .c-product-price {
  margin-top: 16px;
  text-align: center;
}

.fs-category-search .product-item .c-more-btn02 {
  margin: 17px auto 0;
}

/* お客様レビュー */
.fs-category-review {
  padding: 79px 0;
}

.fs-category-review .review-content {
  display: block;
  background: #fff;
  padding: 98px 0 10px;
  border: solid 50px #e5e5e5;
  position: relative;
}

.fs-category-review .review-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  font-weight: 700;
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  text-align: center;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
}

.fs-category-review .review-ttl::before {
  content: "";
  aspect-ratio: 143/84;
  width: 100%;
  max-width: 143px;
  display: block;
  background: url(../images/productCategory/review-subttl.png) center / cover no-repeat;
  margin-right: 7px;
}

.fs-category-review .review-ttl span {
  margin-top: 11.5px;
}

.fs-category-review .review-ttl::after {
  content: "●●●●●";
  display: inline-block;
  margin-top: 18px;
  font-weight: 700;
  font-size: 5px;
  line-height: 1;
  letter-spacing: 1.6em;
  color: #ff810f;
}

.fs-category-review .review-body {
  overflow-y: scroll;
  height: 312px;
  margin-inline: 10px;
  padding: 0 40px 50px;
}

.fs-category-review .review-body::-webkit-scrollbar {
  width: 10px;
}

.fs-category-review .review-body::-webkit-scrollbar-track {
  border-radius: 10px;
  padding: 2px;
  background: #f0f0f0;
}

.fs-category-review .review-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ff810f;
  box-shadow: inset 0 0 0 2px #f0f0f0;
}

.fs-category-review .review-post {
  padding: 0 18px 26px;
  border-bottom: solid 1px #e5e5e5;
}

.fs-category-review .review-post:not(:first-child) {
  padding-top: 28px;
}

.fs-category-review .review-post .date {
  padding-left: 2px;
  font: 500 16px var(--en);
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.1em;
  color: #999;
}

.fs-category-review .review-post .name {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  gap: 13px;
}

.fs-category-review .review-post .name .fs-c-reviewStars::before {
  font-size: 20px;
  letter-spacing: -0.1em;
}

.fs-category-review .review-post .detail {
  margin-top: 11px;
  font-size: 16px;
  line-height: calc(30 / 16);
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

.fs-category-review .review-post .more-btn {
  display: inline-block;
  margin-top: 15px;
  padding-left: 21px;
  font-weight: 700;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1;
  color: #ff810f;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}

.fs-category-review .review-post .more-btn:hover{
  text-decoration-color: #fff;
}

.fs-category-review .review-post .more-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #ff810f;
  mask: url(../images/common/arrow-circle.svg) center / cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/* 無料お見積もり・ご相談 */
.fs-category-contact {
  width: 100%;
  margin-top: 79px;
  padding: 84px 0 88px;
  background: url(../images/productCategory/contact-bg.jpg) center / cover no-repeat;
}

.fs-category-review + .fs-category-contact {
  margin-top: 0;
}

.fs-category-contact .ttl {
  font-size: 36px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  color: #ff810f;
  text-align: center;
}

.fs-category-contact .txt {
  margin-top: 12px;
  margin-left: 5px;
  font-size: 17px;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
  line-height: calc(32 / 17);
  text-align: center;
}

.fs-category-contact .top-contact__list {
  margin-top: 57.5px;
}

/* lineバナー */
.fs-category-line {
  padding: 50px 0 101px;
  text-align: center;
}

/* カテゴリー見出し */
.fs-category-ttl {
  width: 100%;
  padding: 19px 15px 18px 67px;
  background: #fff4e7;
  font-weight: 700;
  font-size: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.8;
  border-radius: 100px 5px 5px 100px;
  position: relative;
}

.fs-category-ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #ff810f;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

/* 並び替え・ページャーパーツ（システムパーツ） */

.fs-body-category .fs-c-productList__controller {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "control  sort" "pagination pagination";
  gap: 10px 16px;
  padding: 16px 0;
}

.fs-body-category .fs-c-sortItems {
  grid-area: sort;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.fs-body-category .fs-c-sortItems__label {
  padding-inline: 0.8em;
  border-color: #ccc;
}

.fs-body-category .fs-c-sortItems__list__item {
  padding-inline: 0.8em;
  border-color: #ccc;
}

.fs-body-category .fs-c-sortItems__list__item:last-child {
  border-right: 0;
}

.fs-body-category .fs-c-listControl {
  display: contents;
}

.fs-body-category .fs-c-listControl__status {
  grid-area: control;
  margin-right: 0;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  text-align: right;
}

.fs-body-category .fs-c-pagination {
  grid-area: pagination;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 19px;
  background: #f4f3ef;
}

.fs-body-category .fs-c-pagination__item {
  flex: 0 0 42px;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 400 17px var(--en);
  color: #222;
  border-radius: 5px;
  background: #ccc;
  transition: all 0.3s ease;
  text-align: left;
  box-shadow: 0 1px rgba(0 0 0 / 0.1);
}

.fs-body-category .fs-c-pagination__item:is(a) {
  background: #fff;
}

.fs-body-category .fs-c-pagination__item:is(a):hover {
  background: #ff810f;
  color: #fff;
  text-decoration: none;
}

.fs-body-category .fs-c-productList__controller:first-of-type .fs-c-pagination {
  display: none;
}
.fs-body-category .fs-c-productList__controller:last-of-type .fs-c-sortItems {
  display: none;
}
.fs-body-category .fs-c-productList__controller:last-of-type .fs-c-listControl__status {
  display: none;
}

/* 商品一覧 */
.fs-body-category .fs-c-productList__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 48px 40px;
    padding: 11px 0 31px;
}

.fs-body-category .fs-c-productList__list__item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  text-align: left;
}

/* 商品詳細 */
.fs-body-category .fs-c-productList__list__item form {
  display: flex;
  flex-wrap: wrap;
}

/* 商品画像 */
.fs-body-category .fs-c-productListItem__imageContainer {
  order: 1;
  aspect-ratio: 270/203;
  display: block;
  width: 100%;
  max-width: 270px;
  margin-bottom: 16px;
}

.fs-body-category .fs-c-productImage__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/* 商品名 */
.fs-body-category .fs-c-productName {
  order: 2;
  flex: 0 0 100%;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: calc(29 / 18);
  color: #222;
}

.fs-body-category .fs-c-productName__name {
  color: #222;
}
.fs-body-category .fs-c-productListItem__productName a {
  text-decoration-color: #222;
}

/* 商品価格 */
.fs-body-category .fs-c-productListItem__prices {
  order: 3;
  flex: 0 0 calc(100% - 24px);
  margin-bottom: 0;
}

.fs-body-category .fs-c-productPrice {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.fs-body-category .fs-c-productPrice__main {
  display: contents;
}

.fs-body-category .fs-c-productPrice__main__label {
  width: 100%;
}

.fs-body-category .fs-c-productPrice__main__addon__label::before {
  content: "(";
}

.fs-body-category .fs-c-productPrice__main__addon__label::after {
  content: ")";
}

.fs-body-category .fs-c-productPrice__addon__label {
  color: #222;
  font-size: 14px;
}

.fs-body-category .fs-c-productPrice__addon__label::before {
  content: "(";
}

.fs-body-category .fs-c-productPrice__addon__label::after {
  content: ")";
}

.fs-body-category .fs-c-price {
  display: inline;
  margin-left: 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.fs-body-category .fs-c-price__value::after {
  font-size: 14px;
}

.fs-body-category .fs-c-productListItem__productDescription {
  order: 5;
  margin-top: 0.5em;
  margin-bottom: 0;
}

/* お気に入り登録 */
.fs-body-category .fs-c-productListItem__control {
  order: 4;
  flex: 0 0 24px;
  display: flex;
  align-items: flex-end;
}

.fs-body-category .fs-c-button--image {
  position: relative;
  margin-bottom: 4px;
}

.fs-body-category .fs-c-button--image::before {
  content: "";
  display: block;
  aspect-ratio: 8/7;
  width: 24px;
  background: url(../images/productCategory/wishlist-icon.png) center / cover no-repeat;
}

.fs-body-category .fs-c-button--removeFromWishList--icon::before {
  background-image: url(../images/productCategory/already-wishlist-icon.png);
}

.fs-body-category .fs-c-button__image {
  display: none;
}

/* 人気のカテゴリー */
.fs-body-category .top-category {
  margin-bottom: 76px;
  margin-top: 81px;
}

.fs-body-category .top-category__item {
  flex: 0 0 23.27%;
  margin-right: 2.3%;
}

.fs-body-category .top-category__item:nth-of-type(3n) {
  margin-right: 2.3%;
}

.fs-body-category .top-category__item:nth-of-type(4n) {
  margin-right: 0;
}

.fs-body-category .top-category__more {
  transform: translate(-50%, -50%);
}

/* よくある質問 */
.fs-category-faq {
  padding-bottom: 89px;
  position: relative;
  z-index: 0;
}

.fs-category-faq::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 48.5px);
  background: #fff4e7;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.fs-category-faq .faq-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 23px;
  font-weight: 700;
  font-size: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.fs-category-faq .faq-list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 38px;
}

.fs-category-faq .faq-item {
  padding: 31px 39px 28.5px 39px;
  background: #fff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  cursor: pointer;
}

.fs-category-faq .faq-q {
  display: flex;
  align-items: center;
  column-gap: 25px;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: calc(32 / 20);
  position: relative;
}

.fs-category-faq .faq-q::before {
  content: "Q.";
  font: 500 32px var(--en);
  color: #ff810f;
}

.fs-category-faq .faq-q::after {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  mask: url(../images/productCategory/faq-icon.png) center / cover no-repeat;
  background: #ff810f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.fs-category-faq .faq-q.open::after {
  transform: translateY(-50%) scale(1, -1);
  background: #aaa;
}

.fs-category-faq .faq-a {
  width: 100%;
  margin: 28px 0 10px;
  padding: 29px 42px;
  background: #f7f6f2;
  border-radius: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.9;
  position: relative;
  display: none;
}

.fs-category-faq .faq-a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 13px solid;
  border-color: transparent transparent #f7f6f2 #f7f6f2;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-100%);
}

.fs-category-free {
  padding-top: 100px;
}

.fs-category-free .free-ttl {
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 95px;
  font-weight: bold;
  text-align: center;
  padding-inline: 50px;
  border-style: solid;
  border-width: 17px 15px 17px 15px;
  border-image: url(../images/productCategory/free-ttl.png) 30;
}

.fs-category-free .free-ttl span {
  position: relative;
}

.fs-category-free .free-ttl span::before {
  position: absolute;
  content: "";
  background: url(../images/productCategory/free-icon.png) center / 100% no-repeat;
  width: 102px;
  height: 71px;
  left: -6px;
  top: -18px;
  transform: translate(-50%, -50%);
}

.fs-category-free .free-box {
  display: flex;
  margin: 48px 0 60px;
}

.fs-category-free .free-box img {
  width: 400px;
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 40px;
}

.fs-category-free .free-box .ttl {
  font-size: 24px;
  font-weight: bold;
  padding: 22px 10px 22px 66px;
  background: #fff4e7;
  border-radius: 80px 5px 5px 80px;
  letter-spacing: 0.08em;
  position: relative;
}

.fs-category-free .free-box .ttl::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  border: 5px solid #ff810f;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background: #fff;
}

.fs-category-free .txt {
  flex: 1;
  font-feature-settings: "palt";
}

.fs-category-free .detail {
  font-size: 17px;
  letter-spacing: 0.08em;
  margin: 25px 0;
  line-height: 2;
}

.fs-category-free .c-more-btn01 {
  margin-left: auto;
}

.fs-category-bnr {
  padding: 60px 0;
  text-align: center;
}
/* サイズバリエーション */
.fs-category-size{
    margin: 59.5px 0 0;
}
.fs-category-size__ttl{
    font-size: 28px;
    color: #222;
    letter-spacing: 0.01em;
    border-bottom: 3px solid #ff810f;
    line-height: 2.14285714286;
    margin-bottom: 29px;
    font-weight: bold;
    padding: 0 0 2px 0;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.fs-category-size__ttl img{
    margin-right: 15px;
}
.fs-category-size .sizearea{
  margin-bottom: 30px;
}
.fs-category-size .kantantent-size__acd{
  justify-content: flex-start;
  background: #fff4e7;
  font-size: 24px;
  text-shadow: none;
  color: #222;
  height: 80px;
  padding-left: 67px;
  box-shadow: 0 2px #ffdec2;
  margin-bottom: 20px;
  padding-top: 6px;
  letter-spacing: 0.02em;
}
.fs-category-size .kantantent-size__acd::before{
      content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #ff810f;
    position: absolute;
    top: 52.4%;
    left: 30px;
    transform: translateY(-50%);
}
.fs-category-size .kantantent-size__acd::after {
    content: "";
    position: absolute;
    right: 29px;
    top: 52.4%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/productCategory/size-button.png) no-repeat center / cover;
}
.fs-category-size .kantantent-size__acd.open::after {
    transform: translateY(-50%) scale(1, -1);
}
.fs-category-size .kantantent-size__table-wrap{
    padding-bottom: 8px;
}

/* ワンタッチテントならブルームテントもおすすめ！ */
.fs-category-recommend {
      padding-top: 96px;
}

/* print */
.fs-category-print {
    padding-top: 91px;
    padding-bottom: 39px;
}

.fs-category-print .c-recommend__content::before {
    content: "";
    display: block;
    width: 143px;
    height: 84px;
    background: url(../images/productCategory/print-subttl.png) center / cover no-repeat;
    position: absolute;
    top: -102px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .fs-category-recommend .c-recommend {
    padding-top: 56px;
  }

  /* print */
  .fs-category-print .c-recommend__box:not(:first-child) {
    margin-top: 39px;
  }
}

@media only screen and (max-width: 1100px) {
  .fs-category-search .product-list {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {

  .fs-category-mv .inner02 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    width: 100%;
  }

  .fs-category-mv .mv-img {
    position: static;
    border-radius: 0;
    width: 100%;
    height: 187.5px;
  }

  .fs-category-mv {
    min-height: auto;
    padding: 32px 0;
    background-position-x: 0;
    background-image: repeating-linear-gradient(90deg,
        #fff4e7,
        #fff4e7 20px,
        #fffaf3 20px,
        #fffaf3 40px);
  }

  .fs-category-mv:has(.mv-img) {
    padding-top: 0;
  }

  .fs-category-mv .mv-head {
    position: relative;
  }

  .fs-category-mv .mv-head .ttl {
    font-size: 30px;
    text-align: center;
    margin: 0;
    padding: 28px 0 0;
  }

  .fs-category-mv .mv-content {
    width: 100%;
  }
  .fs-category-mv:has(.mv-img) .mv-content {
    width: 100%;
}

  .fs-category-mv .bubble-txt {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .fs-category-mv .bubble-txt span::before {
    width: 10.5px;
    height: 10.5px;
    top: -10px;
    left: -9.5px;
  }

  .fs-category-mv .mv-list {
    min-width: auto;
    font-size: 14px;
    row-gap: 7px;
    margin-inline: auto;
  }

  .fs-category-mv:has(.mv-img) .mv-list {
  margin-inline: auto;
}

  .fs-category-mv .mv-list li {
    width: 280px;
    margin: auto;
    min-height: 42px;
    padding: 0 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fs-category-mv .mv-list li::before {
    width: 7px;
    height: 7px;
    border: 3px solid #bf610b;
    top: 50%;
    left: 14px;
  }

  .c-recommend .ttl {
    font-size: 21px;
    line-height: 1.52;
  }

  .c-recommend .ttl .strong-txt {
    font-size: 24px;
  }

  .c-recommend .subttl {
    width: 75%;
    padding: 11px 1em;
    font-size: 14px;
  }

  .c-recommend .subttl span {
    color: #ef4818;
  }

  .c-recommend__content {
    padding: 0 20px 25px;
  }

  .fs-category-scene {
    padding-top: 54px;
    padding-bottom: 40px;
  }

  .fs-category-scene .c-recommend__content::before {
    width: 85px;
    height: 47.5px;
    transform: translate(-50%, -50%);
    top: -46px;
  }

  .c-recommend::before,
  .c-recommend::after {
    max-width: 59.5px;
    top: -10px;
    left: -10px;
  }

  .c-recommend::after {
    left: auto;
    right: -10px;
  }

  .c-recommend .ttl span::before {
    width: 11.5px;
    height: 10.5px;
    top: -10.5px;
    left: -5.5px;
  }

  .c-recommend {
    border-radius: 25px;
    padding: 46.5px 0 0;
  }

  .c-recommend .txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.85;
  }

  .c-recommend .txt:not(:first-child) {
    margin-top: 22px;
  }

  .c-recommend__txt p {
    font-size: 14px;
    background: linear-gradient( #fff 1px, transparent 1px) 0 -1px / 100% calc((40/18) * 1em) repeat-y;
  }

  .c-recommend__box {
    flex-direction: column;
  }

  .c-recommend__img {
    max-width: 100%;
  }

  .c-recommend__img::after {
    right: -13px;
    bottom: -13px;
  }

  .c-recommend__gallery:not(:first-child) {
    margin-top: 30px;
  }

  .c-recommend__gallery img {
    max-width: calc( 50% - 10px );
    border-radius: 5px;
  }

  .fs-category-scene .scene-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .fs-category-scene .scene-item {
    border-radius: 5px;
  }

  .fs-category-scene .scene-item__ttl {
    background: url(../images/productCategory/recommend-bg-sp.png) center / cover no-repeat;
    font-size: 16px;
    padding: 5.5px 1em 6px;
    border-radius: 5px 5px 0 0;
  }

  .fs-category-scene .scene-list:not(:first-child) {
    margin-top: 22.5px;
    gap: 20.5px;
  }

  .fs-category-scene .scene-item__txt {
    padding: 15px 20px 11px;
    flex-direction: column;
    gap: 11px;
  }

  .fs-category-scene .scene-item__detail {
    font-size: 14px;
    line-height: 1.62;
  }

  .fs-category-scene .scene-item__txt img {
    width: 90px;
    flex: none;
    margin: auto;
  }

  .fs-category-ranking {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .fs-category-scene + .fs-category-ranking {
    padding-top: 0;
  }

  .fs-category-ranking .inner02 {
    padding: 0;
    width: 100%;
  }

  .fs-category-ranking .ranking-head img {
    width: 319.5px;
  }

  .c-dotline-ttl {
    font-size: 15px;
    column-gap: 7px;
    padding: 0;
  }

  .c-dotline-ttl::before,
  .c-dotline-ttl::after {
    font-size: 3.5px;
    letter-spacing: 1.34em;
    padding: 0;
  }

  .c-dotline-ttl::after {
    transform: translateX(4.5px);
  }

  .fs-category-ranking .ranking-head .c-dotline-ttl {
    margin-top: 9px;
  }

  .fs-category-ranking .ranking-head .ttl {
    font-size: 24px;
    padding: 9px 0;
    line-height: 1.37;
    overflow: hidden;
  }

  .fs-category-ranking .ranking-head .ttl span {
    color: #fff;
    -webkit-text-stroke: 1px #222;
    text-stroke: 1px #222;
  }

  .fs-category-ranking .ranking-head .ttl::before {
    font-size: 75px;
    top: 66%;
  }

  .fs-category-ranking .ranking-list {
    margin-top: 8px;
    row-gap: 50px;
  }

  .fs-category-ranking .ranking-item {
    row-gap: 20px;
  }

  .fs-category-ranking .ranking-item .ttl {
    font-size: 18px;
    padding: 13px 13px 13px 88px;
    line-height: 1.5;
    width: 100%;
    border-radius: 0;
  }

  .fs-category-ranking .ranking-item .ttl::before {
    width: 69.5px;
    height: 99.5px;
    top: -15px;
    left: 14px;
  }

  .fs-category-ranking .ranking-item .ttl span {
    background: linear-gradient(0deg,
        #ffe500 7px,
        transparent 7px,
        transparent);
    padding: 0 0 0 5px;
  }

  .fs-category-ranking .ranking-item--icon .product-thumb::before {
    display: none;
  }

  .fs-category-ranking .ranking-product {
    flex-direction: column;
    padding: 0 20px;
  }

  .fs-category-ranking .product-thumb {
    max-width: 295px;
    margin: auto;
  }

  .fs-category-ranking .product-txt .name {
    font-size: 16px;
  }

  .fs-category-ranking .product-txt .tag-list {
    margin-top: 16.5px;
    justify-content: center;
    gap: 5px;
  }

  .fs-category-ranking .product-txt .tag {
    font-size: 10px;
    font-weight: normal;
    padding: 6px 7.5px 6.5px;
  }

  .fs-category-ranking .product-txt .detail {
    font-size: 14px;
    margin-top: 12px;
  }

  .fs-category-ranking .product-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .fs-category-ranking .product-price {
    display: block;
    margin: 0;
    width: 100%;
  }

  .c-product-price .num {
    font-size: 20px;
  }

  .c-product-price {
    font-size: 14px;
    line-height: 1.34;
    letter-spacing: 0.03em;
    text-align: right;
    margin-bottom: 19px;
  }

  .c-more-btn01 {
    margin: auto;
    padding-inline: 35px;
    font-size: 14px;
    min-height: 40px;
    min-width: 200px;
  }

  .c-more-btn01::before {
    width: 16.5px;
    height: 16.5px;
    right: 13px;
  }

  .fs-category-ranking .ranking-item:nth-child(2) .ttl {
    padding-left: 88px;
  }

  .fs-category-search {
    margin-top: 30px;
    padding: 30px 0 31px;
    border-radius: 50px 50px 0 0;
  }

  .fs-category-search .search-head img {
    margin-left: 6px;
    width: 244px;
  }

  .fs-category-search .search-head::before {
    width: 120.5px;
    height: 106.5px;
    bottom: 0;
    left: -10px;
  }

  .fs-category-search .search-head .ttl {
    font-size: 24px;
    margin-top: 7px;
    position: relative;
  }

  .fs-category-search .search-head .c-dotline-ttl {
    margin-top: 7px;
    column-gap: 3px;
  }

  .fs-category-search .search-head {
    padding-bottom: 35px;
  }

  .fs-category-search .search-item .ttl {
    background: url(../images/productCategory/search-bg-sp.png) center / cover no-repeat;
    font-size: 16px;
    padding: 11.5px 0 11px;
    line-height: 1.32;
    border-radius: 5px 5px 0 0;
  }

  .fs-category-search .search-item .ttl span {
    font-size: 20px;
  }

  .fs-category-search .search-item .txt {
    padding: 14.5px 20px 30px;
  }

  .fs-category-search .search-item .detail {
    font-size: 14px;
    line-height: 1.825;
  }

  .fs-category-search .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-top: 38px;
  }

  .fs-category-search .product-item .product-thumb {
    border-radius: 5px;
  }

  .fs-category-search .product-item .tag {
    font-size: 12px;
    width: 120px;
    min-height: 25px;
    border-radius: 100px 20px 20px 100px;
    padding: 5px 14.5px 5px 25px;
    margin-bottom: -12px;
  }
  .fs-category-search .product-item .tag.small-font {
  font-size: 7px;
}

  .fs-category-search .product-item .tag::before {
    width: 4px;
    height: 4px;
    border: 3px solid #bf610b;
    left: 7px;
  }

  .fs-category-search .product-item .c-product-price {
    font-size: 10px;
    margin-top: 10.5px;
    margin-bottom: 12px;
  }

  .fs-category-search .c-product-price .num {
    font-size: 16px;
  }

  .fs-category-search .product-item .c-more-btn02 {
    margin: 12px auto 0;
    font-size: 12px;
    height: 35px;
    border: solid 1px #0a9a49;
    padding: 0;
    max-width: 135px;
  }

  .fs-category-search .product-item .c-more-btn02::before {
    width: 15.5px;
    height: 15.5px;
    right: 7.5px;
  }

  .fs-category-search .search-item {
    border-radius: 5px;
  }

  .fs-category-review {
    padding: 50px 0 40px;
  }

  .fs-category-review .review-ttl {
    font-size: 24px;
    white-space: nowrap;
    top: -31px;
    padding-left: 6px;
  }

  .fs-category-review .review-ttl::before {
    max-width: 85.5px;
  }

  .fs-category-review .review-content {
    border: solid 20px #e5e5e5;
    padding: 98px 0 5px;
  }

  .fs-category-review .review-ttl::after {
    margin-top: 15px;
    font-size: 3px;
    letter-spacing: 1.6em;
  }

  .fs-category-review .review-body {
    margin-inline: 5px;
    padding: 0 20px 0 15.5px;
    height: 407px;
  }

  .fs-category-review .review-post .date {
    font-size: 12px;
    padding: 0;
  }

  .fs-category-review .review-post .name {
    font-size: 16px;
    justify-content: space-between;
    margin: 12px 5px 0 0;
  }

  .fs-category-review .review-post .detail {
    font-size: 14px;
    line-height: 1.845;
    margin-top: 13px;
    letter-spacing: 0.08em;
  }

  .fs-category-review .review-post {
    padding: 0 0 22px;
    border-bottom: solid 0.5px #e5e5e5;
  }

  .fs-category-review .review-post .name .fs-c-reviewStars::before {
    font-size: 20px;
    letter-spacing: -0.11em;
  }

  .fs-category-review .review-post .more-btn {
    margin-top: 13px;
  }

  .fs-category-review .review-post:not(:first-child) {
    padding-top: 23px;
  }

  .fs-category-contact {
    margin-top: 0;
  }

  .fs-category-review + .fs-category-contact {
    margin-top: 0;
  }

  .fs-category-contact .ttl {
    font-size: 24px;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }

  .fs-category-contact .txt {
    font-size: 14px;
    line-height: 1.7;
    margin: 15px 0 0 2px;
  }

  .fs-category-contact {
    padding: 45px 0 39px;
    background: url(../images/productCategory/contact-bg-sp.jpg) center / cover no-repeat;
  }

  .fs-category-contact .top-contact__list {
    margin-top: 19px;
  }

  .fs-category-line {
    padding: 13px 0 26px;
    text-align: center;
  }

  .fs-category-ttl {
    margin: 0 -20px;
    width: 100vw;
    font-size: 18px;
    border-radius: 0;
    padding: 13px 13px 14px 48px;
  }

  .fs-category-ttl::before {
    width: 8px;
    height: 8px;
    border: 4px solid #ff810f;
    left: 20px;
  }
  .fs-body-category .top-category {
      margin-bottom: 10px;
      margin-top: 30px;
  }
  .fs-body-category .fs-c-sortItems__label {
    font-size: 12px;
  }

  .fs-body-category .fs-c-sortItems__list__item {
    font-size: 12px;
  }
  .fs-body-category .fs-c-sortItems {
      padding-right: 0;
  }
  .fs-body-category .fs-c-productList__controller {
      display: flex;
      flex-direction: column-reverse;
  }
  .fs-body-category .fs-c-listControl__status {
      border-top: none;
      font-size: 12px;
      padding-top: 0;
  }

  .fs-body-category .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 20px;
  }

  .fs-c-productListItem__image {
    padding: 0;
  }

  .fs-body-category .fs-c-productImage__image {
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 170 / 119;
  }

  .fs-body-category .fs-c-productName {
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .fs-body-category .fs-c-productName__name {
    font-size: 14px;
  }

  .fs-body-category .fs-c-price {
    font-size: 16px;
  }

  .fs-body-category .fs-c-price__value::after {
    font-size: 10px;
  }

  .fs-body-category .fs-c-productPrice__main__addon {
    font-size: 10px;
  }

  .fs-body-category .fs-c-productPrice__addon__label {
    font-size: 10px;
  }

  .fs-body-category .fs-c-productPrice__main__joint {
    font-size: 10px;
  }

  .fs-body-category .fs-c-productListItem__imageContainer {
    margin-bottom: 9px;
    aspect-ratio: 170 / 119;
    max-width: none;
  }

  .fs-body-category .fs-c-button--image::before {
    width: 21px;
  }

  .fs-body-category .fs-c-productListItem__control {
    justify-content: flex-end;
  }

  .fs-body-category .top-category__item {
    flex: 0 0 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }

  .fs-body-category .top-category__item:nth-of-type(3n) {
    margin-right: 4%;
  }

  .fs-body-category .top-category__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .fs-category-faq .faq-ttl {
    font-size: 24px;
    row-gap: 11.5px;
  }

  .fs-category-faq .faq-ttl img {
    width: 89px;
    height: 50.5px;
  }

  .fs-category-faq .faq-q {
    font-size: 14px;
    column-gap: 8.5px;
    padding-right: 30px;
    margin-left: -3px;
  }

  .fs-category-faq .faq-q::before {
    font-size: 24px;
    padding-bottom: 3px;
  }

  .fs-category-faq::before {
        height: calc(100% - 30.5px);
  }

  .fs-category-faq .faq-list {
    margin-top: 24px;
    row-gap: 21px;
  }

  .fs-category-faq .faq-q::after {
    width: 18px;
    height: 10.5px;
    top: 48.5%;
  }

  .fs-category-faq .faq-item {
    padding: 20px 20px 19.5px 20px;
  }

  .fs-category-faq .faq-a {
    margin: 20px 0 5.5px;
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1.858;
  }

  .fs-category-faq .faq-a::before {
    border: 7.5px solid;
    left: 20px;
    border-color: transparent transparent #f7f6f2 #f7f6f2;
  }

  .fs-category-faq {
    padding-bottom: 31px;
  }

  .fs-category-free {
    padding-top: 32.5px;
  }

  .fs-category-free .free-ttl {
    min-height: 60px;
    font-size: 18px;
    margin: 0 -20px;
    padding-inline: 30px;
    border-width: 8px 8px 8px 8px;
    border-image: url(../images/productCategory/free-ttl-sp.png) 30;
  }

  .fs-category-free .free-ttl span::before {
    width: 51px;
    height: 35.5px;
    left: 4px;
    top: -15px;
  }

  .fs-category-free .free-box {
    display: block;
    margin: 7px 0 30px;
  }

  .fs-category-free .free-box .ttl {
    font-size: 16px;
    padding: 17px 10px 16px 49px;
    line-height: 1.49;
  }

  .fs-category-free .free-box .ttl::before {
    width: 8px;
    height: 8px;
    border: 4.5px solid #ff810f;
    top: 49.3%;
    left: 20px;
  }

  .fs-category-free .free-box img {
    width: 250px;
    height: 218.75px;
    margin: 25px auto 0;
  }

  .fs-category-free .detail {
    font-size: 14px;
    margin: 17px 0;
    line-height: 1.87;
    letter-spacing: 0.074em;
  }

  .fs-body-category .top-category .inner02 {
    padding: 0;
    width: 100%;
  }

  .fs-category-bnr{
    padding: 0 0 31px;
  }
  /* サイズバリエーション */

  .fs-category-size__ttl {
    font-size: 20px;
    margin: 0 -20px;
    padding: 0 20px 2px;

  }
  .fs-category-size__ttl img{
    width: 25px;
    
  }
  .fs-category-size .kantantent-size__acd {
      font-size: 16px;
      height: 48px;
      padding-left: 40px;
      padding-top: 1px;
  }
  .fs-category-size .kantantent-size__acd::before {
    width: 6px;
    height: 6px;
    border: 3px solid #ff810f;
    left: 15px;
}
.fs-category-size .kantantent-size__acd::after {
    right: 15px;
    top: 52.4%;
    width: 20px;
    height: 20px;
    background: url(../images/productCategory/size-button.png) no-repeat center / cover;
}
.fs-category-size .sizearea {
    margin: 20px 0 0;
}
.fs-category-size .kantantent-size__table-wrap {
    padding-bottom: 0
}

  /* ワンタッチテントならブルームテントもおすすめ！ */
  .fs-category-recommend {
    padding-top: 60px;
  }
  
  /* print */
  .fs-category-print {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  .fs-category-print .c-recommend__content::before {
    width: 85px;
    height: 49.93px;
    transform: translate(-50%, -50%);
    top: -46px;
  }
}