@charset "UTF-8";
/* ===============================
   Slick / Slider
=============================== */
.slick-dots {
  display: none !important;
}
/* スライダーの縦横比を正方形に固定（CLS防止） */
.item_visual {
  aspect-ratio: 1/1;
}
/* Slickの高さを中身に合わせる */
.item_visual .slick-list,
.item_visual .slick-track {
  height: 100% !important;
}
.item_visual .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* 画像は縦横比が変わっても歪まない */
.item_visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 全体表示にしたい場合は contain */
}
/* aspect-ratio 非対応ブラウザ向けフォールバック */
@supports not (aspect-ratio: 1/1) {
  .item_visual {
    position: relative;
  }
  .item_visual::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
  }
  .item_visual .slick-list {
    position: absolute;
    inset: 0;
  }
}
/* ===============================
   Common / Base
=============================== */
/* 汎用 */
.ec-productRole__point__info__flex {
  display: block;
}
span.note {
  display: block;
  font-size: 14px;
}
/* モーダル（PC/SP共通） */
.ec-productRole__modal {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 48px;
  background: #fff;
  color: #000;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ec-productRole__modal:hover {
  background: #f2f2f2 !important;
}
/* Remodal（背景など） */
.remodal.remodal-is-initialized.remodal-is-opened {
  background: none;
}
/* ===============================
   PC (>=768px)
=============================== */
@media only screen and (min-width: 768px) {
  /* 価格表示（太字・フォント） */
  .ec-productRole__price2 .ec-price__price2 {
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #000;
  }
  .ec-productRole .ec-productRole__buyTab__price .off {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 2px 10px;
  }
  .ec-productRole .ec-productRole__buyTab li a.is-active span::after {
    left: -26.6px;
    top: 5.6px;
  }
  .ec-productRole .ec-productRole__buyTab__point li {
    padding-left: 33px;
    font-weight: 600;
  }
  .ec-productRole .ec-productRole__buyTab__explain dt {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .ec-productRole .ec-productRole__buyTab__explain dd {
    font-weight: 500;
    line-height: 1.8;
  }
  .ec-productRole .ec-productRole__trial__price {
    color: #000;
  }
  .ec-productRole .ec-productRole__trial__price .price {
    font-weight: 600;
  }
  .ec-productRole .ec-productRole__trial__price .note {
    margin: 0 15px 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .ec-productRole .ec-productRole__buyTab li a {
    font-weight: 600;
  }
  .ec-productRole .ec-productRole__textBlock__title {
    font-weight: 600;
  }
  .ec-productRole .ec-productRole__buyTab__price .main {
    font-weight: 600;
  }
  .ec-productRole .ec-productRole__buyTab__price .main .tax {
    font-size: 14px;
    font-weight: 500;
  }
  .ec-productRole .ec-productRole__buyTab__label span {
    margin-left: 5px;
    letter-spacing: 0.05em;
  }
  /* ---- Product Role : Typography / Layout ---- */
  .ec-productRole {
    width: 100%;
    max-width: unset; /* テーマ側の max-width 制限を解除 */
    margin: 0 auto 120px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #111111;
    -webkit-text-size-adjust: 100%;
  }
  .ec-productRole__price2 .ec-price2__tax {
    font-size: 14px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
  }
  .ec-productRole__price2 p {
    margin-top: 20px;
    line-height: 1.8;
  }
  .ec-productRole .ec-productRole__textBlock__content.feature p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
  }
  .ec-productRole__point__block {
    margin-bottom: 120px;
  }
  .ec-productRole__for .slide-item dl dt {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .ec-productRole__others .ec-productRole .product-row .product-card .product-content h3,
  .ec-productRole__others .ec-productRole .product-row .product-card .product-content .h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .ec-productRole__others .ec-productRole .product-row .product-card .description-text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
  }
  .ec-productRole__point__info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  .ec-productRole__point__info__flex dl dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #C3976F;
  }
  .ec-productRole__point__info__flex dl dd {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .ec-productRole__point__info h3,
  .ec-productRole__point__info .h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .ec-productRole__point__info h2,
  .ec-productRole__point__info .h2 {
    font-size: 36px;
    margin-bottom: 45px;
    letter-spacing: 0.05em;
  }
  /* ---- Slider / Dots ---- */
  .ec-sliderItemRole {
    border-bottom: unset;
  }
  .ec-sliderItemRole .item_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 18.9px;
         column-gap: 18.9px;
    margin-bottom: 0;
  }
  /* ---- Others ---- */
  .ec-icon2 {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .ec-productRole .ec-productRole__trial__cont {
    text-align: center;
    padding: 32px 20px;
  }
  .ec-productRole .ec-productRole__trial__cont p span {
    font-size: 14px;
    font-weight: 600;
  }
  .front_page__intro2__note {
    padding: 16px 0;
    margin-top: 48px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
  }
}
/* ===============================
   Tablet Portrait (768–1024 / portrait)
=============================== */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .br-pc {
    display: none;
  }
  .ec-productRole__for .slide-item {
    padding: 0 15px;
  }
  .ec-productRole__for .slide-item dl dd {
    font-size: 22px;
  }
  /* PCでは 14px、タブ縦では 12px にダウン */
  span.note {
    font-size: 12px;
  }
  .ec-productRole__point__block figure {
    width: 40%;
  }
  .ec-productRole__point__info {
    width: 60%;
    margin-bottom: 0;
  }
  .ec-productRole__point__info h2,
  .ec-productRole__point__info .h2 {
    font-size: 28px;
  }
  .ec-productRole__textBlock__content {
    margin-bottom: 80px;
  }
  .ec-productRole .ec-productRole__description {
    font-size: 22px;
  }
}
/* ===============================
   SP (<=767px)
=============================== */
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .ec-sliderItemRole .item_visual .slick-slide {
    border-radius: 0px;
  }
  /* ---- Slider Thumbs Grid ---- */
  .ec-sliderItemRole .item_nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 0;
  }
  .ec-sliderItemRole .slideThumb {
    aspect-ratio: 1/1;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
    max-width: none;
    cursor: pointer;
  }
  .ec-sliderItemRole .slideThumb img,
  .ec-sliderItemRole .slideThumb .product-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ec-sliderItemRole .item_visual .slick-slide {
    margin-bottom: 0;
  }
  /* ---- Product Role (SP) ---- */
  .ec-productRole {
    margin-bottom: 0;
  }
  .ec-productRole .ec-productRole__textBlock__title {
    margin-top: 40px;
  }
  .ec-productRole__textBlock__content {
    margin-bottom: 80px;
  }
  .ec-productRole .ec-productRole__textBlock__content.feature p {
    font-size: 14px;
    line-height: 1.8;
  }
  .ec-productRole .ec-productRole__textBlock__content h3,
  .ec-productRole .ec-productRole__textBlock__content .h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .ec-productRole__textBlock__content__materialall {
    font-size: 14px;
    line-height: 1.8;
  }
  .ec-productRole .ec-productRole__description {
    font-size: 18px;
    line-height: 1.8;
  }
  .ec-productRole .ec-productRole__tag {
    font-size: 14px;
  }
  .ec-productRole .ec-productRole__textBlock__content.ingredients .ec-productRole__textBlock__content__wrap > div table td {
    font-size: 14px;
  }
  .front_page__intro2__note {
    margin-top: 0;
  }
  span.note {
    font-size: 12px;
  }
  /* ---- Point Info ---- */
  .ec-productRole__point__info h3,
  .ec-productRole__point__info .h3 {
    font-size: 18px;
    line-height: 1.8;
  }
  .ec-productRole__point__info h2,
  .ec-productRole__point__info .h2 {
    font-size: 22px;
  }
  .ec-productRole__point__info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  .ec-productRole__point__info__flex dl dt {
    margin-bottom: 5px;
  }
  .ec-productRole__point__info__flex dl dd {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
  }
  /* ---- For Slider Item ---- */
  .ec-productRole__for .slide-item p {
    font-size: 16px;
  }
  /* ---- Notes ---- */
  span.note {
    margin-top: 5px;
  }
  /* ---- Footer ---- */
  .ec-footerRole .ec-footerRole__products dd ul li a {
    font-size: 14px;
  }
  .ec-footerRole .ec-footerRole__logo img {
    width: 60%;
    margin: 0 auto;
  }
  .ec-footerRole .ec-footerRole__logo {
    margin-bottom: 60px;
  }
}
.ec-productRole__buyTab li a.is-active span::after {
  display: none !important;
}
.ec-productRole .ec-productRole__buyTab__list__item label {
  padding: 18px;
}
/* トライアルBOX購入制限の注記 */
.trial-purchase-notice {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 500;
}
/* SP版固定フッター用の注記 */
.trial-purchase-notice-sp {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 500;
}