@charset "UTF-8";
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.product_fx .fs-c-reviewStars::before {
  color: #8B9DB2;
}
.fs-c-productActionButton button,
.fs-c-button--addToCart--detail {
    background-color: #8B9DB2;
}
.noshi_modal_open_text p {
  color: #000;
}
.noshi_modal_open_text::after {
  content: '';
  aspect-ratio: 10 / 15;
  background: #8B9DB2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-radius: 0;
}
.product_tab .active_p {
    background-color: #8B9DB2;
    color: #fff;
}
.review_wrap h2::before {
  content: none;
}
.fs-c-reviewStars::before {
  color: #8B9DB2;
}
.noshi_wrap .ok_icon {
  display: none!important;
}
.noshi_wrap .ok_icon.ciel_color {
  display: block!important;
}

@media screen and (max-width: 750px) {
  .noshi_modal_open_text::after {
    width: 2.13vw;
  }
  .product_tab ul {
    border-bottom: 1px solid #8A9CB1;
  }
  .product_tab li {
    border-radius: 10px 10px 0 0;
    color: #8B9DB2;
    background: rgba(138,156,177,.2);
    letter-spacing: 0.08em;
  }
  .review_wrap h2 {
    font-size: 13px;
    letter-spacing: 0.3em;
  }
}

@media screen and (min-width: 751px) {
  .noshi_modal_open_text::after {
    width: min(0.74vw, 10px);
  }
  .product_tab ul {
    background-color: #fff;
    border: 1px solid #8B9DB2;
    border-radius: 50vh;
    overflow: hidden;
  }
  .product_tab li {
    width: calc(100% / 3);
    line-height: 1.2;
    color: #8B9DB2;
    background: #fff;
    margin: 0;
    height: auto;
    min-height: 45px;
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .product_tab li + li {
    border-left: 1px solid #8B9DB2;
  }
  .product_tab li:nth-child(1).active_p {
      border-radius: 50vh 0 0 50vh;
  }
  .product_tab li:nth-child(3).active_p {
      border-radius: 0 50vh 50vh 0;
  }
  .review_wrap h2 {
    font-size: 14px;
    letter-spacing: 0.3em;
  }
  main:not(.torinohito_product) .fs-c-featuredProduct {
    border-bottom: none;
  }
}