/******************************

  p-product css

*******************************/
.p-page_content {
  padding: 0;
}

.p-page_content__inner {
  max-width: 100%;
}

.l-container__row {
  margin: 0;
}

.l-container {
  background-color: #FEE9D4;
}

.p-product_content__inner {
  max-width: 1000px;
}

.p-product__contents {
  padding: 100px 0 60px;
}
@media screen and (max-width: 960px) {
  .p-product__contents {
    padding: 100px 0 10px;
  }
}
.p-product .c-product_info__favorite {
  display: none;
}
.p-product .c-product_info__description {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 14px + 1 * (100vw - 767px) / 599, 15px);
}
.p-product .c-product_info__form__buttons {
  margin-left: auto;
}
.p-product .c-product_info__form__buttons .ic-cart::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 9px;
}
.p-product .c-product_info__form__buttons .c-product_info__form__submit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 599, 18px);
  background-color: #DB6140;
  height: 50px;
  width: 180px;
  border-radius: 60px;
  border: solid 1px transparent;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .p-product .c-product_info__form__buttons .c-product_info__form__submit {
    width: 120px;
  }
}
.p-product .c-product_info__form__buttons .c-product_info__form__submit.buybtn {
  background-color: #DB6140;
  color: #fff;
}
.p-product .c-product_info__form__buttons .c-product_info__form__submit.cartin {
  height: 40px;
  font-size: clamp(11px, 11px + 2 * (100vw - 767px) / 599, 13px);
}
.p-product .c-product_info__form__buttons .c-product_info__form__submit:hover {
  opacity: 1;
  border-color: #000;
}
.p-product .c-product_info__category {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 18px + 2 * (100vw - 767px) / 599, 20px);
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .p-product .c-product_info__category {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}
.p-product .c-product_info__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556em;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 599, 18px);
}
@media screen and (max-width: 767px) {
  .p-product .c-product_info__title {
    text-align: center;
  }
}
.p-product .c-product_img .splide__arrow {
  border-radius: 100%;
  background-color: #FFFEF7;
}
@media screen and (max-width: 767px) {
  .p-product .c-product_img .splide__arrow {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-product .c-product_img__slider--thumbnail {
    padding: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product .c-product_img__item {
    margin-right: 6px !important;
  }
}
.p-product .p-product_content__inner__info {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .p-product .p-product_content__inner__info {
    width: 50%;
  }
}
@media screen and (max-width: 719px) {
  .p-product .p-product_content__inner__info {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-product .p-product_content__inner__img {
    width: 45%;
  }
}
@media screen and (max-width: 719px) {
  .p-product .p-product_content__inner__img {
    width: 100%;
  }
}
.p-product .p-product-dtl__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart {
    gap: 27px;
  }
}
.p-product .p-product-dtl__cart-teiki {
  width: 100%;
  border-top: #000 dashed 1px;
  padding-top: 20px;
}
.p-product .p-product-dtl__cart-teiki  form{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart-teiki {
    width: 100%;
  }
}
.p-product .p-product-dtl__cart-tanpin {
  width: 100%;
}
.p-product .p-product-dtl__cart-tanpin form {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart-tanpin {
    width: 100%;
  }
}
.p-product .p-product-dtl__cart-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.p-product .original-price,
.p-product .teiki-price,
.p-product .p-product-dtl__teiki-btn {
  display: flex;
  align-items: center;
}
.p-product .p-product-dtl__cart-type {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  display: inline-block;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart-type {
    font-size: 12px;
  }
}
.p-product .p-product-dtl__cart-type.teiki {
  color: #000;
  background-color: #FFFEF7;
}
.p-product .p-product-dtl__cart-type.tanpin {
  color: #000;
  background-color: #FFFEF7;
}
.p-product .p-product-dtl__cart-txt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-size: clamp(8px, 8px + 6 * (100vw - 767px) / 599, 14px);
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart-txt {
    font-size: 14px;
  }
}
.p-product .p-product-dtl__cart-track {
  margin-top: 5px;
  text-align: center;
  display: block;
  padding-right: 8%;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #DB6140;
}
.p-product .p-product-dtl__cart .teiki-price {
  text-align: center;
  line-height: 1;
  width: fit-content;
  flex-wrap: wrap;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .p-product .p-product-dtl__cart .teiki-price{
    margin-left: 10px;
  }
}
.p-product .p-product-dtl__cart .price {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 24px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart .price {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.p-product .p-product-dtl__cart .txt-tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  display: inline-block;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart .txt-tax {
    font-size: 14px;
  }
}
.p-product .p-product-dtl__cart .yen {
  font-size: 24px;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 599, 24px);
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-product .p-product-dtl__cart .yen {
    font-size: 22px;
  }
}
.p-product .p-product-dtl__cart .btn-type2 {
  background-color: #959595;
}
.p-product .p-product-dtl__cart .p-product__price {
  text-align: center;
  line-height: 1;
  width: fit-content;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .p-product .p-product-dtl__cart .p-product__price{
    margin-left: 10px;
    text-align: left;
  }
}
.p-product .p-product-dtl__cart .u-color__border--input {
  margin: 0;
}
.p-product .p-product-dtl__teiki-btn button {
  background-color: #DB6140;
}
.p-product .p-product-dtl #product-price-content {
  line-height: 1;
}
.p-product .p-product__dtl-txt1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6153846154em;
  letter-spacing: 0.1em;
  text-align: left;
  color: #DB6140;
  margin-top: 10px;
}
.p-product .p-product__dtl-txt2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.p-product .p-items-detail__price {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333em;
  letter-spacing: 0.1em;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 12px);
}
.p-product .list_price_include_tax {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2222222222em;
  letter-spacing: 0.1em;
  font-size: clamp(11px, 11px + 7 * (100vw - 767px) / 599, 18px);
  display: inline-block;
  margin-bottom: 2px;
}
.p-product .original-price__txt {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8333333333em;
  letter-spacing: 0.1em;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 12px);
  width: fit-content;
}
.p-product .original-price__txt-head{
  font-size: 11px;
}
@media screen and (max-width: 960px) {
  .p-product .original-price__txt-head{
    font-size: 8px;
  }
}
.p-product .original-price__txt-num {
  font-size: 14px;
  font-size: clamp(11px, 11px + 7 * (100vw - 767px) / 599, 14px);
  text-decoration: line-through;
}
.p-product .original-price__txt .yen {
  font-size: 11px;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 11px);
}
.p-product .original-price__txt-tax {
  font-size: 11px;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 11px);
}

/** 購入ボタン以下コンテンツ　**/
.p-product-detail-content{
    background-color: #FFFEF7;
}

/** TOPへ戻るボタン **/
.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    padding: 12px 10px;
    background: #DB6140;
    color: #fff;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    }

    /* 表示制御 */
    .back-to-top.is-show {
    opacity: 0.8;
    visibility: visible;
    }

    /* 矢印 */
    .back-to-top__icon {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    transform: rotate(90deg); /* ＜ を時計回りに90度 */
    line-height: 1;
    }

    /* テキスト */
    .back-to-top__text {
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    }

    .back-to-top__text span {
    display: block;
    }
    @media screen and (max-width: 767px){
        .back-to-top{
            width: 50px;
            height: 50px;
            padding: 8px 6px;
        }
        .back-to-top__icon{
            font-size: 10px;
        }
        .back-to-top__text {
            font-size: 9px;
            line-height: 1.1;
        }
    }

/** コンセプト訴求エリア **/
.p-product-consept-section {
    width: 100%;
    position: relative;
    margin: 40px 0 0 0;
}

.p-product-consept-section__wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.p-product-consept-section__image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1440 / 600;
}

.p-product-consept-section__mask-group {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p-product-consept-section__image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p-product-consept-section__img-main {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 40%;
}

.p-product-consept-section__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
}

.p-product-consept-section__text-container {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 40px;
    z-index: 10;
}

.p-product-consept-section__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    color: #000;
    margin-bottom: 20px;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    letter-spacing: 2.2px;
}

.p-product-consept-section__description {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #000;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
    letter-spacing: 1.6px;
    word-break: break-word;
    white-space: nowrap;
    max-width: 100%;
    margin: 0 auto;
}

.p-product-consept-section__br {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-product-consept-section {
        margin: 40px 0 0;
    }

    .p-product-consept-section__image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 393 / 185;
        margin: 0 auto;
    }

    .p-product-consept-section__mask-group {
        height: 100%;
    }

    .p-product-consept-section__image {
        height: 100%;
    }

    .p-product-consept-section__img-main {
        height: 100%;
        object-fit: cover;
        transform: scale(1.2);
    }

    .p-product-consept-section__gradient {
        background: linear-gradient(to bottom, 
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.85) 45%,
            rgba(255, 255, 255, 0.3) 85%);
    }

    .p-product-consept-section__text-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 30px 20px 40px;
    }

    .p-product-consept-section__title {
        font-size: 22px;
        margin-bottom: 5px;
        text-shadow: 0 0 8px #FFF;
        font-family: "Zen Kaku Gothic New";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
    }

    .p-product-consept-section__description {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.75px;
        white-space: normal;
        text-shadow: 0 0 8px #FFF;
    }

    .p-product-consept-section__br {
    display: inline;
}
}

.p-product-divider {
    width: 1000px;
    height: 1px;
    border-top: 1px solid #000;
    margin: 0 auto;
}

 /** ファスティングとは **/
.p-product-what_is_fasting {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}
.p-product-what_is_fasting__inner {
    max-width: 1000px;
    margin: 0 auto;
}
.p-product-what_is_fasting__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 18px;
    color: #000;
    font-style: normal;
    line-height: normal;
}
.p-product-what_is_fasting__lead {
    color: #000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1.6px;
    margin: 0 auto 50px;
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 212.5% */
    letter-spacing: 1.6px;
}
.p-product-what_is_fasting__bold{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
    letter-spacing: 1.8px;
}
.p-product-what_is_fasting__red{
    color: #DB6140;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1.8px;
}

.p-product-what_is_fasting__br {
    display:  inline;
}

.p-product-what_is_fasting__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0 auto 50px
}

.p-product-what_is_fasting__col {
    display: grid;
    grid-template-columns: repeat(4, 100px);
    grid-auto-rows: 100px;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.p-product-what_is_fasting__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(145deg, #FFF2E4 0%, #FFFEF7 50%, #FFF2E4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.10);
}

.p-product-what_is_fasting__arc-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.p-product-what_is_fasting__circle-text {
  color: #7D3C3C;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-product-what_is_fasting__small {
    font-size: 11px;
    color: #000;
    text-align: right;
}

@media screen and (max-width: 960px) {
    .p-product-what_is_fasting {padding: 40px 15px;}
    .p-product-what_is_fasting__inner {padding: 0 15px;}
    .p-product-what_is_fasting__grid { gap: 24px; }
    .p-product-what_is_fasting__col { gap: 10px; }
}
@media screen and (max-width: 767px) {
    .p-product-what_is_fasting__grid { flex-direction: column; gap: 18px; }
    .p-product-what_is_fasting__col { grid-template-columns: repeat(4, 75px); grid-auto-rows: 75px; }
    .p-product-what_is_fasting__col--left { align-items: center; }
    .p-product-what_is_fasting__col--right { align-items: center; }
    .p-product-what_is_fasting__icon { width: 75px; height: 75px; font-size: 14px; }
    .p-product-what_is_fasting__circle-text { font-size: 13px; line-height: 16px; letter-spacing: 0.6px; }
    .p-product-what_is_fasting__bold, .p-product-what_is_fasting__red { font-size: 16px; line-height: 24px; letter-spacing: 0.7px; }
    .p-product-what_is_fasting__center { min-width: auto; }
    .p-product-what_is_fasting__title { font-size: 16px; text-align: left; margin-bottom: 30px;}
    .p-product-what_is_fasting__lead { font-size: 14px; font-style: normal; font-weight: 400; line-height: 24px; letter-spacing: 0.7px; text-align: left;  margin-bottom: 40px; }
    .p-product-what_is_fasting__small { font-size: 8px; text-align: left; }
    .p-product-what_is_fasting__br { display: none; }
}

/** RESETの4つのこだわり **/
.p-product-commitment {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-commitment__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-commitment__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
    color: #000;
}

.p-product-commitment__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.p-product-commitment__item {
    width: 300px;
    text-align: center;
}

.p-product-commitment__image {
    width: 300px;
    height: 340px;
    margin: 0 auto 22px;
    border-radius: 50% 50% 0% 0%;
    overflow: hidden;
    background: #f7f5ef;
}

.p-product-commitment__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-product-commitment__item-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 12px;
    color: #000;
}

.p-product-commitment__item-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000;
    text-align: left;
}

.p-product-commitment__free-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
    color: #000;
}

.p-product-commitment__free-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000;
    margin-bottom: 28px;
}

.p-product-commitment__free-grid_five {
    display: grid;
    grid-template-columns: repeat(5, 75px);
    gap: 20px;
    justify-content: center;
}
.p-product-commitment__free-grid_four {
    display: grid;
    grid-template-columns: repeat(4, 75px);
    gap: 20px;
    justify-content:center;
    margin-top: 20px;
}

.p-product-commitment__free-item:nth-child(6) { grid-row: 2; grid-column-start: 2; }
.p-product-commitment__free-item:nth-child(7) { grid-row: 2; grid-column-start: 3; }
.p-product-commitment__free-item:nth-child(8) { grid-row: 2; grid-column-start: 4; }
.p-product-commitment__free-item:nth-child(9) { grid-row: 2; grid-column-start: 5; }

.p-product-commitment__free-item {
    width: 75px;
    height: 75px;
    border: 2px solid #E9C46A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.6px;
    color: #E9C46A;
    position: relative;
    background-color: #FFFEF7;
    text-align: center;
    overflow: hidden;
}

.p-product-commitment__free-item::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 2px;
    background-color: #E9C46A;
    transform: rotate(-45deg);
    opacity: 1;
    z-index: 0;
}
.p-product-commitment__free-item > span {
    position: relative;
    z-index: 1;
    padding: 0 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
}
.p-product-commitment__free-line_short::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    width: 40px;
    height: 24px;
    background: #FFFEF7;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}
.p-product-commitment__free-line_long::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    width: 47px;
    height: 24px;
    background: #FFFEF7;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}

.p-product-commitment__free-item br {
    display: block;
}

@media screen and (max-width: 960px) {
  .p-product-commitment { padding: 40px 15px;}
    .p-product-commitment__inner{ padding: 0 15px; }
    .p-product-commitment__grid {
        gap: 20px;
    }
    .p-product-commitment__item{
        width:30%;
    }
    .p-product-commitment__image {
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-product-commitment__title {
        font-size: 16px;
        margin-bottom: 40px;
        text-align: left;
    }

    .p-product-commitment__grid {
        margin-bottom: 40px;
        gap: 40px;
    }         

    .p-product-commitment__item {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .p-product-commitment__item-wrap-reverse {
        flex-direction: row-reverse;
    }

    .p-product-commitment__image {
        width: 100px;
        height: 113px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .p-product-commitment__item-title, .p-product-commitment__free-title {
        font-size: 14px;
        text-align: left;
        letter-spacing: 0.7px;
        margin-bottom: 0px;
    }

    .p-product-commitment__item-text, .p-product-commitment__free-text {
        font-size: 14px;
        line-height: 24px; letter-spacing: 0.7px;
        text-align: left;
    }
    .p-product-commitment__free-text {
        margin-bottom: 20px;
    }

    .p-product-commitment__free-grid {
        grid-template-columns: repeat(3, 70px);
        gap: 18px;
    }

    .p-product-commitment__free-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 70px);
    gap: 15px;
    justify-content: center;
  }

  .p-product-commitment__free-grid_five,
  .p-product-commitment__free-grid_four {
    display: contents;
  }
}

/** RESETの酵素ドリンク **/
.p-product-resetdrink {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-resetdrink__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-resetdrink__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 18px;
    color: #000;
}

.p-product-resetdrink__lead {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1.6px;
    color: #000;
    margin-bottom: 36px;
}

.p-product-resetdrink__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
    margin-bottom: 20px;
}

.p-product-resetdrink__card {
    background: #FFF2E4;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: left;
    height: 216px;
}

.p-product-resetdrink__card-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.8px;
    color: #DB6140;
    margin-bottom: 14px;
    text-align: center;
}

.p-product-resetdrink__card-text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.2px;
    color: #000;
}

.p-product-resetdrink__image-pc {
    background: #F3F1ED;
    border-radius: 20px;
    overflow: hidden;
    min-height: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-product-resetdrink__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-product-resetdrink__nutrition {
    background: #FFF2E4;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    align-items: center;
}

.p-product-resetdrink__nutrition-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
    color: #DB6140;
    text-align: center;
}

.p-product-resetdrink__nutrition-table {
    border: 1px solid #DB6140;
    background: #fff;
}

.p-product-resetdrink__nutrition-row {
    display: grid;
    grid-template-columns: 250px 1fr;
    border-bottom: 1px solid #DB6140;
}

.p-product-resetdrink__nutrition-row:last-child {
    border-bottom: none;
}

.p-product-resetdrink__nutrition-name {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.65px;
    color: #DB6140;
    padding: 10px 12px;
    border-right: 1px solid #DB6140;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.p-product-resetdrink__nutrition-desc {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.65px;
    color: #000;
    padding: 10px 14px;
    text-align: left;
    display: flex;
    align-items: center;
}
.p-product-resetdrink__image-sp{
    display: none;
}
.p-product-resetdrink__nutrition-name-br{
    display: none;
  }

@media screen and (max-width: 960px) {
  .p-product-resetdrink {padding: 40px 15px;}
  .p-product-resetdrink__inner { padding: 0 15px; } 
    .p-product-resetdrink__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .p-product-resetdrink__nutrition {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .p-product-resetdrink__nutrition-table {
        width: 100%;
    }
    .p-product-resetdrink__card {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
      .p-product-resetdrink__title {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .p-product-resetdrin__container-sp{
      display: flex;
      flex-wrap: nowrap;
      gap: 20px;
      margin-bottom: 40px;
    }
    .p-product-resetdrink__image-sp{
      display: block;
      width: 120px;
      height: 120px;
      flex-shrink: 0;
    }

    .p-product-resetdrink__lead {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.7px;
        text-align: left;
        margin-bottom: 0;
    }

    .p-product-resetdrink__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .p-product-resetdrink__card {
        padding: 0px;
        height: auto;
        background: none;
    }

    .p-product-resetdrink__image-pc{
        display: none;
    }

    .p-product-resetdrink__card-title, .p-product-resetdrink__nutrition-title {
        font-size: 16px;
        background: #FDE9D4;
        border-left: 2px solid #DB6140;
        color: #000;
        height: 30px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 30px;
        font-weight: 400;
    }
    .p-product-resetdrink__nutrition-title {
      margin-bottom: 0;
    }
    .p-product-resetdrink__nutrition{
      background: none;
      padding: 0px;
    }
    .p-product-resetdrink__nutrition-title-br{
      display: none;
    }
    .p-product-resetdrink__card-text {
        font-size: 14px;
        line-height: 26px;
    }

    .p-product-resetdrink__nutrition-table {
        border-radius: 3px;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.10);
    }

    .p-product-resetdrink__nutrition-row {
        grid-template-columns: 130px 1fr;
        height: 50px;
    }

    .p-product-resetdrink__nutrition-name{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; 
        letter-spacing: 0.7px;
        padding:0 5px;
    }

    .p-product-resetdrink__nutrition-desc{
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.6px;
        padding:0 5px;
    }
    .p-product-resetdrink__nutrition-name-br{
    display: block;
  }

}

/** RESETの回復食・準備食 **/
.p-product-resetmeal {
    background-color: #FFFEF7;
    margin: 0 auto;
    padding: 60px 0;
}

.p-product-resetmeal__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-resetmeal__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.p-product-resetmeal__block {
    background: #FFF8E7;
    width: 900px;
    border-radius: 20px;
    padding: 40px;
    margin: 0 auto 50px;
}
.p-product-resetmeal__block:nth-child(3) {
    margin-bottom: 0;
}
.p-product-resetmeal__badge {
    display: inline-block;
    background: #E9C46A;
    color: #000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.8px;
    padding: 2px 20px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    margin-left: -40px;
}

.p-product-resetmeal__heading {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin: 0 0 8px;
}

.p-product-resetmeal__lead {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1.6px;
    color: #000;
    margin-bottom: 40px;
}

.p-product-resetmeal__items {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 30px;
    align-items: center;
}

.p-product-resetmeal__divider {
    width: 1px;
    height: 140px;
    background: #E9C46A;
    justify-self: center;
}

.p-product-resetmeal__item {
    display: grid;
    grid-template-columns: 126px 1fr;
    gap: 18px;
    align-items: center;
}

.p-product-resetmeal__item-media {
    position: relative;
}

.p-product-resetmeal__item-image {
    width: 126px;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.p-product-resetmeal__item-pack {
    position: absolute;
    width: 70px;
    height: 70px;
    right: -6px;
    bottom: -2px;
    object-fit: contain;
}

.p-product-resetmeal__item-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
}

.p-product-resetmeal__item-desc {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #000;
}

@media screen and (max-width: 960px) {
    .p-product-resetmeal {padding: 40px 15px;}
    .p-product-resetmeal__inner { padding: 0 15px; }
    .p-product-resetmeal__items {
        grid-template-columns: 1fr;
    }
    .p-product-resetmeal__block {
      width: 100%;
    }

    .p-product-resetmeal__divider {
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .p-product-resetmeal__title {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .p-product-resetmeal__block {
        width: 100%;
        background: none;
        padding: 0;
    }

    .p-product-resetmeal__badge{
        font-size: 16px;
        background: #FFF8E7;
        border-left: 2px solid #E9C46A;
        color: #000;
        height: 30px;
        margin-bottom: 20px;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 30px;
        font-weight: 400;
        box-shadow: none;
    }
    .p-product-resetmeal__heading {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .p-product-resetmeal__item-title {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
        text-align: center;
        width: calc(100% - 30px);
    }
    .p-product-resetmeal__item-title span{
        border-bottom: solid 1px #E9C46A;
    }
    .p-product-resetmeal__lead {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .p-product-resetmeal__item {
        grid-template-columns: 100px 1fr;
        border-radius: 5px;
        background: #FFF8E7;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.10);
        padding: 50px 15px 15px;
        position: relative;
    }

    .p-product-resetmeal__item-image {
        width: 100%;
        height: auto;
    }
    .p-product-resetmeal__divider{
        display: none;
    }

    .p-product-resetmeal__block:nth-of-type(2) {
        margin-bottom: 0;
    }
}

/** RESET BOX 3日間のプログラム **/
.p-product-program {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-program__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-program__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 28px;
    color: #000;
}

.p-program-grid {
    display: grid;
    grid-template-columns: 30px repeat(4, 200px);
    gap: 2px;
    margin: 0 60px 20px;
    max-width: 1000px;
}

.p-program-rows {
    display: grid;
    grid-template-rows: 30px 30px 30px repeat(3, 200px);
    gap: 3px;
}

.p-program-row {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    background: #FDE9D4;
    color: #000;
    border-radius: 3px;
}

.p-program-row_nocolor{
  background: #FFFEF7;
}

.p-program-columns {
    display: grid;
    grid-template-columns: repeat(3, 200px) 40px 200px;
    gap: 3px;
}

.p-program-col:nth-child(4) {
    grid-column: 5;
}

.p-program-col {
    display: grid;
    grid-template-rows: 30px 30px 30px repeat(3, 200px);
    gap: 3px;
    border-left: 1px solid #fff;
    overflow: visible;
}

.p-program-head {
    background: #FBF0D5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #000;
    border-bottom: 1px solid #fff;
}
.p-program-head_title{
  border-radius: 3px 3px 0 0;
}
.p-program-day {
    letter-spacing: 2.8px;
    margin-top: 4px;
}

.p-program-extra {
    color: #DB6140;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-top: 5px;
}

.p-program-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    background: #FBF0D5;
}
.p-program-cell_first{
    align-items: flex-start;
    padding-top: 15px;
}
.p-program-cell_second{
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.p-program-cell_third{
    align-items: flex-end;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.p-program-cell_last{
  border-radius: 0 0 3px 3px;
}

.p-program-normal span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background: #E9E5DD;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.p-program-img {
    width: 180px;
    height: auto;
}

.p-program-img-mid {
    width: 84px;
    height: auto;
}

.p-program-img-small {
    width: 110px;
    height: auto;
}

.p-product-program__note {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000;
    margin: 60px 0 20px;
}

.p-product-program__cta {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #DB6140;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 0 28px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.p-product-program__cta:hover {
    border-color: #000;
    opacity: 1;
}
.p-program-extra-sp{
      display: none;
    }

@media screen and (max-width: 960px) {
    .p-product-program{ padding: 40px 15px;}
    .p-product-program__inner{ 
      padding: 0 15px; 
      max-width: none;
    }
    .p-program-grid {
      max-width: none;
        width: 100%;
        grid-template-columns: 30px repeat(4, 1fr);
        justify-content: stretch;
        margin: 0 auto;
    }
   .p-program-columns {
        grid-column: 2 / -1;
        grid-template-columns: repeat(4, 1fr);
    }
    .p-program-col:nth-child(4) {
        grid-column: auto;
    }
    .p-program-rows {
        grid-column: 1;
            grid-template-rows: 30px 30px 30px repeat(3, 180px);
    }
    .p-program-col {
        grid-template-rows: 30px 30px 30px repeat(3, 180px);
    }
    .p-program-img {
        width: 80%;
    }
    .p-program-img-mid{
      height: 50%;
      width: auto;
    }
    .p-program-img-small{
        width: 65%;
        margin: 0 auto;
    }
    .p-program-normal span {
        width: 60%;
        height: 60%;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .p-product-program__title {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }
    .p-program-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "rows"
            "columns";
        max-width: 320px;
        margin: 0 auto;
    }
    .p-program-columns {
        grid-template-columns: 1fr;
        grid-area: columns;
    }
    .p-program-rows {
        grid-area: rows;
        grid-template-rows: none;
        grid-template-columns: repeat(3, calc(38px / 3)) repeat(3, minmax(0, 1fr));
        gap: 2px;
        border-radius: 3px;
        margin-left: 0;
        width: 100%;
    }
    .p-program-row_nocolor{

    }
    .p-program-extra{
      display: none;
    }
    .p-program-col--extra .p-program-extra{
      display: block;
    }

    .p-program-col {
        display: grid;
        grid-template-columns: 20px 20px repeat(3, minmax(0, 1fr));
        grid-template-rows: auto;
        align-items: stretch;
        column-gap: 2px;
        width: 100%;
        height: 90px;
    }
    .p-program-head {
      color: #000;
      text-align: center;
      font-variant-numeric: ordinal;
      font-feature-settings: 'rvrn' on;
      font-family: Outfit;
      font-size: 10px;
      font-style: normal;
      font-weight: 300;
      line-height: 11px;
    }
    .p-program-img {
        width: 70px;
    }
    .p-program-normal span {
        width: 60%;
        height: 60%;
        font-size: 14px;
    }

    .p-program-row {
        height: 20px;
    }
    .p-program-row span{
      font-size: 12px;
      font-weight: 400;
    }

    .p-program-columns {
        display: flex;
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .p-program-col {
        border-left: none;
        border-top: 1px solid #fff;
    }
    .p-program-col:nth-child(2) {
        border-radius: 3px;
        border: 1px solid #DB6140;
        overflow: clip;
    }

    .p-program-col .p-program-head {
        width: 20px;
        border-bottom: none;
        writing-mode: vertical-lr;
        text-orientation: upright;
        height: 100%;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100%;
    }

    .p-program-col .p-program-head_title {
        grid-column: 1;
        grid-row: 1;
        border-radius: 3px 0 0 3px;
    }

    .p-program-col .p-program-head:not(.p-program-head_title) {
        grid-column: 2;
        grid-row: 1;
    }

    .p-program-col .p-program-head span {
        line-height: 1;
    }
    .p-program-day{
      margin-top: 0;
      letter-spacing: -0.2em;
      line-height: 1;
      display: inline-block;
    }
    .p-program-col .p-program-cell {
        grid-row: 1;
        border-bottom: none;
    }
    .p-program-col .p-program-cell_last {
        border-radius: 0 3px 3px 0;
    }

    .p-program-col .p-program-cell:nth-of-type(1) { grid-column: 3; }
    .p-program-col .p-program-cell:nth-of-type(2) { grid-column: 4; }
    .p-program-col .p-program-cell:nth-of-type(3) { grid-column: 5; }

    .p-program-col--extra {
        grid-template-rows: auto auto;
        height: fit-content;
    }

    .p-program-col--extra .p-program-extra {
        grid-column: 1 / -1;
        grid-row: 1;
        padding: 0;
        text-align: left;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.7px;
        width: fit-content;
    background-image: linear-gradient(#E9C46A, #E9C46A);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 calc(100% - 3px);
    }

    .p-program-col--extra .p-program-head_title {
        grid-row: 2;
    }

    .p-program-col--extra .p-program-head:not(.p-program-head_title) {
        grid-row: 2;
    }

    .p-program-col--extra .p-program-cell {
        grid-row: 2;
    }
    .p-program-col .p-program-head,
    .p-program-col .p-program-cell,
    .p-program-col--extra .p-program-head,
    .p-program-col--extra .p-program-cell {
        height: 90px;
    }
    .p-program-extra-pc{
      display: none;
    }
    .p-program-extra-sp{
      display: inline-block;
    }

    .p-program-img-mid{
      width: 44px;
      height: auto;
    }
    .p-program-cell_first {
        justify-content: flex-start;
        padding-left: 8px;
        padding-top: 0px;
        align-items: center;
    }
    .p-program-cell_third {
        justify-content: flex-end;
        padding-right: 8px;
        padding-bottom: 0px;
        align-items: center;
    }
    .p-program-cell_second {
        flex-direction: row;
        gap: 6px;
        height: auto;
        flex-wrap: nowrap;
        overflow: visible;
        position: relative;
    }

    .p-program-cell_second-img-wrap{
      width: 21px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .p-program-cell_second-img-wrap .p-program-img-small{
        transform: rotate(90deg);
        width: 54px;
    }
    
    .p-product-program__note {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0;
        text-align: left;
    }
    .p-product-program__cta {
    height: 30px;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0 20px;
    border-radius: 15px;
}
}

/** LINEファスティングサポート **/
.p-product-line_support {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-line_support__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-line_support__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 12px;
    color: #000;
}

.p-product-line_support__lead {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #000;
    margin-bottom: 26px;
}

.p-product-line_support__content {
    display: grid;
    grid-template-columns: 250px 400px;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.p-product-line_support__image {
    overflow: hidden;
}

.p-product-line_support__img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.p-product-line_support__text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000;
}

.p-product-line_support__text p + p {
    margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .p-product-line_support{ padding: 40px 15px;}
  .p-product-line_support__inner{ padding: 0 15px; }
    .p-product-line_support__content {
        grid-template-columns:  250px 1fr;
        justify-items: center;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .p-product-line_support__title {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .p-product-line_support__lead {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.7px;
        text-align: left;
        margin-bottom: 10px;
    }

    .p-product-line_support__content{
      display: flex;
      flex-wrap: nowrap;
      gap: 20px;
    }
    .p-product-line_support__image {
        width: 100px;
        height: 130px;
        flex-shrink: 0;
    }
    .p-product-line_support__img{
      width: 100%;
      height: 100%;
    }
    .p-product-line_support__text{
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.7px;
    }
}

/** RESETの環境への取り組み **/
.p-product-eco {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-eco__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-eco__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 12px;
    color: #000;
}

.p-product-eco__lead {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1.6px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.p-product-eco__content {
    display: grid;
    grid-template-columns: 250px 400px;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.p-product-eco__image {
    width: 200px;
    height: 134px;
    justify-self: end;
}

.p-product-eco__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-product-eco__heading {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.p-product-eco__text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000;
    text-align: left;
}

@media screen and (max-width: 960px) {
  .p-product-eco{ padding: 40px 15px;}
  .p-product-eco__inner{ padding: 0 15px; }
    .p-product-eco__content {
        grid-template-columns: 250px 1fr;
        justify-items: center;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .p-product-eco__title {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .p-product-eco__lead {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.7px;
        text-align: left;
        margin-bottom: 10px;
    }

    .p-product-eco__content{
        display: flex;
      flex-wrap: nowrap;
      gap: 20px;
    }
    .p-product-eco__image{
        width: 100px;
        height: auto;
        flex-shrink: 0;
    }

    .p-product-eco__img{
      width: 100%;
      height: 100%;
    }
    .p-product-eco__text{
        font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.7px;
    }
    .p-product-eco__heading{
      margin-bottom: 0;
    }

}

/** 医師も推奨するファスティング **/
.p-product-doctor {
    background-color: #FFFEF7;
    margin: 0 auto;
    padding: 60px 0;
}

.p-product-doctor__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-doctor__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.p-product-doctor__content {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
    row-gap: 0px;
    align-items: start;
    justify-content: center;
    width: 830px;
    margin: 0 auto;
}
.p-product-doctor__image {
    grid-column: 1;
    grid-row: 1 / 3;
}
.p-product-doctor__text,
.p-product-doctor__comment {
    grid-column: 2;
}
.p-product-doctor__text { grid-row: 1; }
.p-product-doctor__comment { grid-row: 2; }

.p-product-doctor__image {
    width: 200px;
    height: 250px;
    overflow: hidden;
    background: #f3f3f3;
}

.p-product-doctor__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-product-doctor__role {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 2px;
}

.p-product-doctor__name {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1.7px;
    margin-bottom: 10px;
}

.p-product-doctor__suffix {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-left: 6px;
}

.p-product-doctor__comment {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000;
}

.p-product-doctor__comment p + p {
    margin-top: 6px;
}

@media screen and (max-width: 960px) {
  .p-product-doctor{ padding: 40px 15px;}
  .p-product-doctor__inner{ padding: 0 15px; }
    .p-product-doctor__content {
        grid-template-columns: 200px 1fr;
        justify-items: start;
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-product-doctor__title {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .p-product-doctor__content {
        grid-template-columns: 120px 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "image text"
            "comment comment";
        align-items: start;
        gap: 16px;
        text-align: left;
        width: 100%;
        justify-items: start;
    }

    .p-product-doctor__image {
        width: 120px;
        height: 150px;
        grid-area: image;
    }

    .p-product-doctor__text {
        grid-area: text;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        min-width: 0;
    }
    .p-product-doctor__name{
      font-size: 16px;
      letter-spacing: 0.8px;
      font-weight: 400;
    }
    .p-product-doctor__role,.p-product-doctor__suffix{
      font-size: 12px;
      letter-spacing: 0.6px;
    }

    .p-product-doctor__comment {
        grid-area: comment;
        min-width: 0;
    }

    .p-product-doctor__comment {
        font-size: 14px;
        line-height: 24px;
    }
}

/** 原材料名 **/
.p-product-ingredients {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-ingredients__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-ingredients__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.p-product-ingredients__head::-webkit-details-marker {
    display: none;
}

.p-product-ingredients__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    color: #000;
    width: 100%;
    text-align: center;
}

.p-product-ingredients__toggle {
    color: #C2C2C2;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
}

.p-product-ingredients__toggle::after {
    content: "＋";
}

.p-product-ingredients__accordion[open] .p-product-ingredients__toggle::after {
    content: "－";
}

.p-product-ingredients__block {
    width: 800px;
    margin: 0 auto 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    color: #000;
    text-align: left;
    
}

.p-product-ingredients__name {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-bottom: 6px;
}

.p-product-ingredients__content {
    margin-top: 40px;
}

.p-product-ingredients__block p + p {
    margin-top: 4px;
}

@media screen and (max-width: 960px) {
    .p-product-ingredients {
        padding: 40px 15px;
    }
    .p-product-ingredients__inner {
        padding: 0 15px;
    }
    .p-product-ingredients__block {
      width: 100%; 
    } 
}
@media screen and (max-width: 767px) {
    .p-product-ingredients {
        padding: 40px 15px;
    }
    .p-product-ingredients__inner {
        padding: 0 15px;
    }

    .p-product-ingredients__title {
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
    }
    .p-product-ingredients__toggle {
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
    .p-product-ingredients__block {
      font-size: 10px;
      line-height: 12px; 
      width: 100%; 
    } 
    .p-product-ingredients__name {
        font-size: 11px;
    }
}

/** おまとめセットご案内 **/
.p-product-bundle {
    background-color: #FFFEF7;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-bundle__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-product-bundle__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 28px;
    color: #000;
}

.p-product-bundle__intro {
    display: grid;
    grid-template-columns: 300px 500px;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.p-product-bundle__image {
    width: 300px;
    height: 300px;
}

.p-product-bundle__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.p-product-bundle__text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 1.6px;
    color: #000;
    text-align: left;
}

.p-product-bundle__text p + p {
    margin-top: 6px;
}

.p-product-bundle__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    height: 40px;
    background: #DB6140;
    color: #fff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 10px 40px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.p-product-bundle__cta:hover {
    border-color: #000;
    opacity: 1;
}

.p-product-bundle__benefits {
    text-align: center;
}

.p-product-bundle__benefits-title {
    display: inline-block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #000;
    padding: 0 18px;
    position: relative;
    margin-bottom: 15px;
}

.p-product-bundle__benefits-title::before,
.p-product-bundle__benefits-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 140px;
    height: 1px;
    background: #E9C46A;
}

.p-product-bundle__benefits-title::before {
    right: 100%;
    margin-right: 10px;
}

.p-product-bundle__benefits-title::after {
    left: 100%;
    margin-left: 10px;
}

.p-product-bundle__cards {
    display: grid;
    grid-template-columns: repeat(4, 205px);
    gap: 20px;
    justify-content: center;
}

.p-product-bundle__card {
    background: #FFF8E7;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    padding: 15px 20px;
    text-align: left;
}

.p-product-bundle__card-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    letter-spacing: 1.6px;
    color: #000;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 6px;
}
.p-product-bundle__card-title>.p-product-bundle__card-title-border{
    border-bottom: 1px solid #E9C46A;
    padding-bottom: 3px;
}

.p-product-bundle__card-title-small  {
    font-size: 13px;
    letter-spacing: 1.3px;
}

.p-product-bundle__card p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.75px;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 960px) {
  .p-product-bundle { padding: 40px 15px;}
  .p-product-bundle__inner{ 
    padding: 0 15px;
    max-width: none;
    width: 100%;
  }
  .p-product-bundle__intro {
    grid-template-columns: 200px 1fr;
    gap: 30px;
}

.p-product-bundle__image {
    width: 200px;
    height: 200px;
}
.p-product-bundle__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
}

@media screen and (max-width: 767px) {
    .p-product-bundle__title {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .p-product-bundle__intro {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: left;
        gap: 20px;
    }

    .p-product-bundle__image{
      width: 200px;
      height: 200px;
    }

    .p-product-bundle__text {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .p-product-bundle__text p{
      text-align: left;
    }
    
    .p-product-bundle__cta{
      letter-spacing: 0.7px;
      height: 30px;
      padding: 0 20px;
    }

    .p-product-bundle__benefits-title{
      font-size: 14px;
      letter-spacing: 0.7px;
      padding: 0 5px;
      max-width: 100%;
    }
    .p-product-bundle__benefits-title::before,
    .p-product-bundle__benefits-title::after {
      width: min(60px, 18vw);
    }
    .p-product-bundle__benefits {
      overflow: hidden;
    }
    .p-product-bundle__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        max-width: 320px;
        margin: 0 auto 3px;
    }
    .p-product-bundle__card{
      padding: 10px;
    }
    .p-product-bundle__card-title{
      font-size: 13px !important;
      letter-spacing: 0.6px !important;
    }
    .p-product-bundle__card-title-small  {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
    .p-product-bundle__card p{
      font-size: 13px;
      line-height: 24px;
      letter-spacing: 0.7px;
    }
}


/** よくある質問 **/
.p-product-faq {
    border-top: #000 1px solid;
    background: #FDE9D4;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.p-product-faq__inner {
    max-width: 600px;
    margin: 0 auto;
}

.p-product-faq__title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 18px;
    color: #000;
}

.p-product-faq__list {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.p-product-faq__item {
    background: #FFFEF7;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75em;
    letter-spacing: 0.1em;
}

.p-product-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    list-style: none;
    cursor: pointer;
    background: #FFFEF7;
}

.p-product-faq__question::-webkit-details-marker {
    display: none;
}

.p-product-faq__icon {
    font-size: 16px;
}

.p-product-faq__item[open] .p-product-faq__icon {
    transform: none;
}

.p-product-faq__item[open] .p-product-faq__icon::after {
    content: "ー";
}

.p-product-faq__icon::after {
    content: "＋";
}

.p-product-faq__answer {
    padding: 30px 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.4px;
    color: #000;
    background: #FDE9D4;
    text-align: left;
    transition: 0.3s ease-in-out;
}

.p-product-faq__more {
    display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #FFFEF7;
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    letter-spacing: 1.8px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.p-product-faq__more:hover {
    border-color: #000;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .p-product-faq{ padding: 40px 15px;}
    .p-product-faq__inner{ padding: 0 15px; }

    .p-product-faq__title {
        font-size: 20px;
    }

    .p-product-faq__item {
        font-size: 14px;
        letter-spacing: 1.2px;
    }

    .p-product-faq__question {
        padding: 16px 50px 16px 18px;
        position: relative;
    }
    .p-product-faq__question span{
      text-align: left;
      font-size: 14px;
      line-height: 22px;
          letter-spacing: 0.1em;
    }

    .p-product-faq__icon {
        display: none;
    }

    .p-product-faq__question::after {
        content: "";
        width: 11px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 50%;
        right: 19px;
        transform: translateY(-50%);
        transition: 0.3s ease-in-out;
    }

    .p-product-faq__question::before {
        content: "";
        width: 1px;
        height: 12px;
        background-color: #000;
        position: absolute;
        top: 50%;
        right: 24px;
        transform: translateY(-50%);
        transition: 0.3s ease-in-out;
    }

    .p-product-faq__item[open] .p-product-faq__question::before {
        background-color: transparent;
    }

    .p-product-faq__answer {
        max-height: 0;
        overflow: hidden;
        padding: 20px 0;
        margin: 0;
        background: #FDE9D4;
    }

    .p-product-faq__item[open] .p-product-faq__answer {
        max-height: 5000px;
        padding: 20px 0;
    }

    .p-product-faq__more{
      width: 180px;
    }
}
