@charset "UTF-8";
/* Ferenne カテゴリページスタイル */
html {
  scroll-behavior: smooth;
}

.fs-body-category-ferenne {
  margin: 0;
  font-family: "Kaisei Decol", serif;
  background-color: #fee;
}
.fs-body-category-ferenne img {
  width: 100%;
  height: auto;
}
.fs-body-category-ferenne .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fs-body-category-ferenne .sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  position: sticky;
  top: 20px;
  min-width: 250px;
}
.fs-body-category-ferenne .sidebar-left .button {
  color: #e2529d;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 40px;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fs-body-category-ferenne .sidebar-left .button::before {
  content: "";
  background-image: url("https://grandprix.itembox.design/item/images/category/ferenne/star.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fs-body-category-ferenne .sidebar-left .button:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fs-body-category-ferenne .sidebar-left .button-box {
  margin-left: auto;
  text-align: right;
}
.fs-body-category-ferenne .sidebar-right .button {
  max-width: 213px;
  width: 100%;
  height: 48px;
  color: #e2529d;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 21px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fs-body-category-ferenne .sidebar-right .button:hover {
  background: #e2529d;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fs-body-category-ferenne .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fs-body-category-ferenne .sns-icons .sns-icon {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fs-body-category-ferenne .main-content {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fs-body-category-ferenne .main-content img {
  width: 100%;
  height: auto;
}
.fs-body-category-ferenne .button {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
}
.fs-body-category-ferenne .new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 59px auto;
  width: 273px;
  height: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 32px;
  background: #e2529d;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.fs-body-category-ferenne .new-item-content {
  margin-bottom: 50px;
}
.fs-body-category-ferenne .new-item-content h3 {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.fs-body-category-ferenne .new-item-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fs-body-category-ferenne .new-item-content-text {
  margin: 10px 0;
}
.fs-body-category-ferenne .new-item-content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
.fs-body-category-ferenne .new-item-content-img-item {
  width: 100%;
  height: auto;
}
.fs-body-category-ferenne .new-item-content-img-item-text {
  text-align: center;
  margin-top: 10px;
}
.fs-body-category-ferenne .brown {
  color: #905b00;
}
.fs-body-category-ferenne .produce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 273px;
  height: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 35px auto;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 32px;
  background: #e2529d;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.fs-body-category-ferenne .produce-content {
  background-color: #fff;
  padding-top: 30px;
  margin-top: 50px;
  border-radius: 30px;
}
.fs-body-category-ferenne .produce-content-text-box {
  padding: 35px 25px;
  margin-bottom: 50px;
}
.fs-body-category-ferenne .produce-content-name {
  color: #ff0977;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.fs-body-category-ferenne .produce-content-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fs-body-category-ferenne .concept-content {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 34px;
  margin: 50px 0 65px 0;
  border-radius: 30px;
}
.fs-body-category-ferenne .concept-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 273px;
  height: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 35px auto;
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 32px;
  background: #e2529d;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.fs-body-category-ferenne .concept-content-text {
  color: #ff0977;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.fs-body-category-ferenne .button-box {
  max-width: 213px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20%;
}
.fs-body-category-ferenne .fixed-accordion {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  font-family: "Kaisei Decol", serif;
}
.fs-body-category-ferenne .accordion-header {
  background-color: #e2529d;
  color: white;
  padding: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
}
.fs-body-category-ferenne .accordion-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.fs-body-category-ferenne .accordion-header:hover {
  background: linear-gradient(135deg, #d34295, #c13a85);
}
.fs-body-category-ferenne .accordion-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: auto;
}
.fs-body-category-ferenne .accordion-arrow.open {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.fs-body-category-ferenne .accordion-content {
  background: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.fs-body-category-ferenne .accordion-content.open {
  max-height: 400px;
}
.fs-body-category-ferenne .cart-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  max-width: 26px;
}
.fs-body-category-ferenne .shop-link {
  display: block;
  padding: 15px 0;
  color: #e2529d;
  text-decoration: none;
  font-size: 26px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-align: center;
  border-bottom: 1px solid #e2529d;
}
.fs-body-category-ferenne .shop-link:last-child {
  border-bottom: none;
}
.fs-body-category-ferenne .shop-link:hover {
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .fs-body-category-ferenne .fs-l-page {
    margin-top: 0px !important;
  }
  .fs-body-category-ferenne .main-content {
    width: 100%;
  }
  .fs-body-category-ferenne .main-content .new-item-content {
    padding: 0 20px;
  }
  .fs-body-category-ferenne .main-content .new-item-content h3 {
    font-size: 20px;
  }
  .fs-body-category-ferenne .main-content .concept-content-title {
    font-size: 33px;
  }
  .fs-body-category-ferenne .main-content .new-item {
    font-size: 33px;
  }
  .fs-body-category-ferenne .main-content .produce {
    font-size: 33px;
  }
  .fs-body-category-ferenne .main-content .produce-content-name {
    font-size: 30px;
  }
  .fs-body-category-ferenne .main-content .new-item-text {
    padding: 0 20px;
  }
  .fs-body-category-ferenne .main-content .concept-content-text {
    font-size: 22px;
  }
  .fs-body-category-ferenne .fixed-accordion {
    width: 300px;
  }
  .fs-body-category-ferenne .accordion-header {
    font-size: 20px;
    padding: 30px 20px;
  }
}