@charset "UTF-8";
/* -------------------------------------
カラー
------------------------------------- */
.fb-section + .fb-section .fb-section_inner {
  background-image: url(../img/common/border_wave_gold.svg);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 100% 1rem;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .fb-section + .fb-section .fb-section_inner {
    padding-top: 8rem;
  }
}

.fb-section_inner {
  padding-block: 14.4rem 10rem;
}
@media screen and (max-width: 768px) {
  .fb-section_inner {
    padding-block: 10.3rem 8rem;
  }
}

.fb-cnt {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .fb-cnt {
    margin-top: 2rem;
  }
}

.fb-slideBlock {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fb-slideBlock {
    display: block;
  }
}
.fb-slideBlock .swiper-slide img {
  display: block;
}
.fb-slideBlock .--main {
  width: 89.5rem;
  aspect-ratio: 895/596;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  .fb-slideBlock .--main {
    width: 100%;
    aspect-ratio: 325/216;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .fb-slideBlock .--main {
    height: 21.6rem;
  }
}
.fb-slideBlock .swiper-button {
  position: static;
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.2rem;
  border-radius: 0.4rem;
  background-color: #fff;
  margin: 0;
  color: #232323;
  cursor: pointer;
}
.fb-slideBlock .swiper-button svg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fb-slideBlock .swiper-button {
    display: none;
  }
}
.fb-slideBlock .--thumbs {
  width: 8rem;
  height: 100%;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .fb-slideBlock .--thumbs {
    width: 100%;
  }
}
.fb-slideBlock .--thumbs .swiper-wrapper {
  display: flex;
  flex-direction: column;
  margin-block: 3rem;
}
@media screen and (max-width: 1024px) {
  .fb-slideBlock .--thumbs .swiper-wrapper {
    flex-direction: row;
    margin-block: 1rem;
  }
}
.fb-slideBlock .--thumbs .swiper-slide {
  width: 100%;
  height: 6rem !important;
  aspect-ratio: 8/6;
  transition: 0.3s;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .fb-slideBlock .--thumbs .swiper-slide {
    width: 9.132rem;
    height: 7.599rem !important;
    border-radius: 0.307rem;
    aspect-ratio: 61.32/45.99;
  }
}
@media screen and (max-width: 768px) {
  .fb-slideBlock .--thumbs .swiper-slide {
    width: 6.132rem;
    height: 4.599rem !important;
  }
}
.fb-slideBlock .--thumbs .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.fb-slideBlock .--thumbs .swiper-slide:last-child {
  margin-bottom: 0 !important;
}
.fb-slideBlock .--thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fb-slideBlock .--thumbs .swiper-slide.swiper-slide-thumb-active::before {
  box-shadow: 0 0 0 0.3rem #F4DB36 inset;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .fb-slideBlock .--thumbs .swiper-slide.swiper-slide-thumb-active::before {
    box-shadow: 0 0 0 0.23rem #F4DB36 inset;
  }
}

.fb-standard_shampoo {
  position: absolute;
  bottom: 0;
  right: 1.8rem;
  width: 6rem;
  height: 5.7rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fb-standard_shampoo {
    width: 4.3rem;
    height: 4rem;
    top: 0.6rem;
    bottom: auto;
    translate: 0 -100%;
    right: 1.2rem;
  }
}
.fb-standard_shampoo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fb-sauna_duck {
  position: absolute;
  bottom: 0;
  right: 1.2rem;
  width: 7.1rem;
  height: 5.3rem;
  aspect-ratio: 71/53;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fb-sauna_duck {
    width: 4.1rem;
    height: auto;
    top: 0.5rem;
    bottom: auto;
    translate: 0 -100%;
  }
}
.fb-sauna_duck img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fb-info_block {
  display: flex;
  justify-content: space-between;
  margin-top: 4.1rem;
  padding: 0 0.8rem;
}
@media screen and (max-width: 1024px) {
  .fb-info_block {
    display: block;
    margin-top: 1.7rem;
    padding: 0;
  }
}

.fb-info_left {
  width: 48rem;
  padding-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .fb-info_left {
    width: 100%;
    padding-top: 0;
  }
}

.fb-info_text {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .fb-info_text {
    font-size: 1.6rem;
  }
}
.fb-info_text .--gold {
  font-weight: 700;
  color: #9B8315;
}

.fb-info_right {
  width: 48rem;
}
@media screen and (max-width: 1024px) {
  .fb-info_right {
    margin-top: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .fb-info_right {
    width: 100%;
  }
}

.fb-info_price-list li .fb-info_price-item {
  padding: 1.7rem 1rem;
  font-size: 2rem;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-block: 0;
}
@media screen and (max-width: 1024px) {
  .fb-info_price-list li .fb-info_price-item {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
}
.fb-info_price-list li .fb-info_price-item span {
  margin-block: var(--leading-trim);
}
.fb-info_price-list li .fb-info_price-item span:nth-child(2) {
  margin-left: 2rem;
}
@media screen and (max-width: 1024px) {
  .fb-info_price-list li .fb-info_price-item span:nth-child(2) {
    margin-left: 3rem;
  }
}
.fb-info_price-list li:last-child .fb-info_price-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.fb-info_price-note {
  margin-top: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .fb-info_price-note {
    font-size: 1.2rem;
  }
}

.fb-other_inner {
  margin: 0 auto;
  padding-block: 1.8rem 15.4rem;
  padding-inline: 0.8rem;
}

.fb-attentionBlock {
  border: 0.2rem solid #BC0000;
  border-radius: 1rem;
  background-color: #fff;
  height: 16rem;
  padding: 4rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .fb-attentionBlock {
    height: auto;
    display: block;
    padding: 2rem;
  }
}

.fb-attention_ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
  margin-top: 1.2rem;
  padding-right: 1.7rem;
  position: relative;
  color: #BC0000;
}
@media screen and (max-width: 768px) {
  .fb-attention_ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-top: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
}
.fb-attention_ttl::before {
  content: "";
  background-image: url(../img/common/border_wave_red.svg);
  background-repeat: repeat-y;
  background-position: center;
  position: absolute;
  top: -0.4rem;
  right: 0;
  width: 0.6rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .fb-attention_ttl::before {
    top: 0;
    right: 50%;
    height: 4.6rem;
    translate: 50% 0;
    rotate: 90deg;
  }
}

.fb-attention_text {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.7;
  margin: 0 auto;
  padding-left: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fb-attention_text {
    font-size: 1.8rem;
    margin: 2rem 0 0;
    padding-left: 0;
  }
}
.fb-attention_text .--red {
  color: #BC0000;
}

.fb-childBlock {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 14rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fb-childBlock {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .fb-childBlock {
    margin-top: 6rem;
  }
}

.fb-child_text {
  font-size: 1.8rem;
  line-height: 2;
}
.fb-child_text .--gold {
  font-weight: 700;
  color: #9B8315;
}

.fb-child_illust {
  width: 13.9rem;
  height: 8.996rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fb-child_illust img {
  display: block;
}
@media screen and (max-width: 768px) {
  .fb-child_illust {
    bottom: auto;
    top: 24.3rem;
  }
}

.fb-child_imgBlock {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .fb-child_imgBlock {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .fb-child_imgBlock {
    flex-direction: column;
  }
}

.fb-child_img {
  width: 34.2rem;
  height: 22.9rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .fb-child_img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .fb-child_img {
    width: 100%;
    aspect-ratio: 342/229;
    border-radius: 0.4rem;
  }
}
.fb-child_img img {
  display: block;
}