@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");

html {
  scroll-behavior: smooth !important;
}

.l-container__row {
  color: #383838 !important;
}

.l-container__row a {
  transition: 0.4s;
}

.l-container__row a:hover {
  opacity: 0.4;
}

:root {
  --main-color: #111;
  --animation-duration: 0.6s;
  --slide-distance: 30px;
  --arrow-width-pc: 210px;
  --arrow-width-sp: 180px;
}

.footer_line_banner img {
  display: block;
  margin: auto;
  max-width: 800px;
  width: 40%;
  padding-bottom: 50px;
}

/* 共通のベーススタイル */
.product-detail-custom__slider {
  position: relative;
  overflow: hidden;
}

/* スライダーの基本スタイル */
.slide {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* リード文の共通スタイル */
.slider-lead-message,
.slider-lead-message-sp {
  font-weight: 700;
  font-size: 30px;
  width: 100%;
  font-family: "Gothic A1";
  letter-spacing: 5px;
}

/* スライドブロックの共通スタイル */
.slide-block1,
.slide-block2,
.slider-buynow-arrow-area-pc,
.slider-buynow-arrow-area-sp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  display: block;
}

/* 遅延時間の設定 */
.slide-block1 {
  transition-delay: 0s;
}

.slide-block2 {
  transition-delay: 0.5s;
}

.slider-buynow-arrow-area-pc {
  transition-delay: 1s;
}

/* アクティブ時のアニメーション */
.slide-block1.show,
.slide-block2.show,
.slider-buynow-arrow-area-pc.show,
.slider-buynow-arrow-area-sp.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* BUY NOWボタンの共通スタイル */
.buynow {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--main-color);
  cursor: pointer;
  transition: transform var(--animation-duration) ease;
  font-size: 25px;
}

/* 矢印の共通スタイル */
.sliding-arrow {
  display: inline-block;
  position: relative;
  height: 1px;
  background-color: var(--main-color);
  vertical-align: middle;
  transition: transform var(--animation-duration) ease;
  cursor: pointer;
}

.sliding-arrow::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -2px;
  width: 50px;
  height: 1px;
  background-color: var(--main-color);
  transform: rotate(30deg);
  transform-origin: right;
}

@media screen and (min-width: 720px) {
  .product-detail-custom__slider.sp {
    display: none;
  }

  .slider-lead-message-area-pc {
    left: 10%;
    top: 40%;
  }

  .slider-lead-message {
    font-size: 50px;
    width: 500px;
  }

  .slider-buynow-arrow-area-pc {
    width: 230px;
    margin-top: 30px;
  }

  .sliding-arrow {
    width: var(--arrow-width-pc);
    margin-top: -25px;
  }
}

@media screen and (max-width: 719px) {
  .product-detail-custom__slider.pc {
    display: none;
  }

  .product-detail-custom__slider.sp {
    display: block;
    width: calc(100% + 30px);
    height: 80vh;
    margin-left: -15px;
    margin-top: -70px;
  }

  .sliding-arrow {
    width: var(--arrow-width-sp);
    margin-top: -10%;
    margin-left: -10%;
  }

  .buynow {
    font-size: 16px;
  }
}

/* ホバーアニメーション（PCのみ） */
@media (hover: hover) {
  .buynow:hover {
    transform: translateX(20px);
  }

  .buynow:hover .sliding-arrow {
    transform: translateX(5px);
  }
}

.product-detail-custom__slider {
  position: relative;
  width: calc(100% + 80px);
  height: 40vw;
  margin-left: -40px;
  overflow: hidden;
}

.product-detail-custom__slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 37vw;
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.product-detail-custom__slider.pc {
  margin-top: -25px;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 7;
  }

  80% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    z-index: 0;
    opacity: 0;
  }
}

.product-detail-custom__slider .slide:nth-of-type(2) {
  animation-delay: 4s;
}

.product-detail-custom__slider .slide:nth-of-type(3) {
  animation-delay: 8s;
}

.product-detail-custom__slider img {
  width: 100%;
}

/*****************************************************************
  TOPページ スライダー内のBuyNowボタン、矢印、リード文のアニメーション
******************************************************************/
.slider-lead-message-area-pc {
  display: block;
  position: absolute;
  z-index: 80;
  left: 10%;
  top: 40%;
  overflow: hidden;
}

.slider-lead-message {
  font-size: 50px;
  font-weight: bold;
  font-family: "Gothic A1";
  z-index: 80;
  width: 500px;
  letter-spacing: 5px;
  margin: 0;
}

/* スライドブロックの共通スタイル */
.slide-block1,
.slide-block2,
.slider-buynow-arrow-area-pc {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

/* 各ブロックの遅延時間 */
.slide-block1 {
  transition-delay: 0s;
}

.slide-block2 {
  transition-delay: 0.5s;
}

.slider-buynow-arrow-area-pc {
  position: relative;
  display: inline-block;
  width: 230px;
  margin-top: 30px;
  transition-delay: 1s;
}

.slider-buynow-arrow-area-sp {
  opacity: 0;
  position: relative;
  display: inline-block;
  width: 230px;
  margin-top: 30px;
  transition-delay: 1.5s;
}

/* アクティブ時のアニメーション */
.slider-lead-message-area-pc.active .slide-block1,
.slider-lead-message-area-pc.active .slide-block2,
.slider-lead-message-area-pc.active .slider-buynow-arrow-area-pc {
  opacity: 1;
  transform: translateY(0);
}

/* 既存のスタイルは維持 */
/* .buynow {
  font-size: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #111;
  cursor: pointer;
  transition: transform 0.3s ease;
} */

/* .sliding-arrow {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  width: 210px;
  height: 1px;
  background-color: #111;
  vertical-align: middle;
  transition: transform 0.3s ease;
  cursor: pointer;
  margin-left: -2px;
  margin-top: -25px;
} */

.sliding-arrow::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -2px;
  width: 50px;
  height: 1px;
  background-color: #111;
  transform: rotate(30deg);
  transform-origin: right;
}

/********************************************
* BUY NOWボタンと片矢印ホバー時のアニメーション
*********************************************/
/* .buynow:hover {
  transform: translateX(20px);
} */

.buynow:hover .sliding-arrow {
  transform: translateX(5px);
}

.product-detail-custom__slider.sp {
  display: none;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__slider.pc {
    display: none;
  }

  .product-detail-custom__slider.sp {
    display: block;
    position: relative;
    display: block;
    width: calc(100% + 30px);
    height: 80vh;
    margin-left: -15px;
    margin-top: -70px;
    overflow: hidden;
  }

  .slider-lead-message-area-sp {
    display: block;
    position: absolute;
    z-index: 80;
    left: 10%;
    top: 25%;
    overflow: hidden;
  }

  /* .slider-lead-message-sp {
      font-size: 30px;
      font-weight: bold;
      font-family: "Gothic";
      width: 300px;
      letter-spacing: 5px;
    }  */

  .product-detail-custom__slider.sp .slide {
    height: 80vh;
  }

  .product-detail-custom__slider-buynow {
    left: 0;
    bottom: 20px;
    width: 100%;
    margin: 60px auto 40px;
  }

  .product-detail-custom__slider-buynow a {
    width: 160px;
    padding: 16px;
    font-size: 14px;
  }
}

.product-detail-custom__catch {
  width: calc(100% + 80px);
  margin-left: -40px;
  color: #383838;
  /* background-color: #EAF1EF; */
  /* background-image: url(https://d2w53g1q050m78.cloudfront.net/calatasofficialc/uploads/0805NMNupdate-iconic/conceptbanner900.jpg);
  background-repeat: no-repeat;
  background-size: contain; */
  padding: 3rem 0;
}

/*****************************************************************
* TOPページ スクロール時に各コンテンツを下から出現させるアニメーション 
******************************************************************/
/* 初期状態（非表示） */
.slide-up-contents {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

/* 表示時のスタイル */
.slide-up-contents.show {
  opacity: 1;
  transform: translateY(0);
}

/* 
.product-detail-custom__catch-imgContainer-img{
  display: none;} */

@media screen and (max-width: 719px) {
  .product-detail-custom__catch {
    background-image: none;
  }

  .product-detail-custom__catch-imgContainer-img {
    display: block;
  }
}

.product-detail-custom__catch-wrapper {
  display: flex;
  max-width: 1450px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  gap: 5vw;
  justify-content: flex-end;
}

.product-detail-custom__catch-textContainer {
  width: auto;
}

.product-detail-custom__catch-imgContainer {
  width: 45%;
  padding: 280px 0 210px 0;
}

.product-detail-custom__catch-imgContainer img {
  width: 100%;
}

/* .product-detail-custom__catch-textContainer {
  padding: 0 80px 0;
  width: 50vw;
} */

.product-detail-custom__catch-textContainer h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 auto 45px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
}

.product-detail-custom__catch-textContainer-copy {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 240%;
  color: #ddc592;
}

.product-detail-custom__catch-textContainer-copy span {
  position: relative;
  font-size: 28px;
  z-index: 10;
}

.product-detail-custom__catch-textContainer-copy img {
  position: absolute;
  top: 44px;
  left: 0;
  width: 140px;
  z-index: 1;
}

.product-detail-custom__catch-textContainer-copy br {
  display: none;
}

.product-detail-custom__catch-textContainer-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 150%;
}

.product-detail-custom__catch-textContainer-text br {
  display: block;
}

.product-detail-custom__catch-textContainer-text br.sp {
  display: none;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__catch {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 60px;
  }

  .product-detail-custom__catch-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .product-detail-custom__catch {
    padding-bottom: 0;
  }

  .product-detail-custom__catch-textContainer {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }

  .product-detail-custom__catch-textContainer {
    width: 95%;
  }

  .product-detail-custom__catch-textContainer h2 {
    font-size: 24px;
    margin-top: 20px;
  }

  .product-detail-custom__catch-textContainer-copy {
    position: relative;
    font-size: 22px;
    font-weight: normal;
    line-height: 2.5rem;
    z-index: 10;
    color: #ddc592;
  }

  /* .product-detail-custom__catch-textContainer-copy span {
    font-size: 24px;
    font-weight: bold;
  } */

  .product-detail-custom__catch-textContainer-copy img {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 140px;
    margin-left: -180px;
    z-index: 1;
  }

  .product-detail-custom__catch-textContainer-copy br {
    display: block;
  }

  .product-detail-custom__catch-textContainer-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 200%;
    padding: 0 20px;
    text-align: left;
  }

  .product-detail-custom__catch-textContainer-text br {
    display: none;
  }

  .product-detail-custom__catch-textContainer-text br.sp {
    display: block;
  }

  .product-detail-custom__catch-imgContainer {
    width: 100%;
    padding: 0;
  }
}

.product-detail-custom__itemWrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 80px auto;
  color: #464646 !important;
  font-size: 14px !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__itemWrapper {
    display: block;
    margin: 60px auto;
  }
}

.product-detail-custom__itemWrapper .subscription,
.product-detail-custom__itemWrapper .single {
  display: none;
}

.product-detail-custom__itemWrapper .subscription.active,
.product-detail-custom__itemWrapper .single.active {
  display: block;
}

.product-detail-custom__itemWrapper .p-product_content__inner__img {
  width: 50%;
}

.product-detail-custom__itemWrapper .p-product_content__inner__img img {
  width: 100%;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__itemWrapper .p-product_content__inner__img {
    width: 100%;
    margin-bottom: 60px;
  }
}

.product-detail-custom__itemWrapper .item_content {
  width: 45%;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__itemWrapper .item_content {
    width: 100%;
  }
}

.product-detail-custom__itemWrapper .item_content-header h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
}

.product-detail-custom__itemWrapper .item_content-header h1 span {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__itemWrapper .item_content-header h1 {
    font-size: 24px;
    letter-spacing: 0.5px;
    padding: 0 10px;
  }

  .product-detail-custom__itemWrapper .item_content-copy p {
    padding: 0 10px;
  }
}

.product-detail-custom__itemWrapper .item_content-header h1 span {
  margin-left: 10px;
  font-size: 16px;
}

.product-detail-custom__itemWrapper .item_content-copy p {
  margin-bottom: 30px;
}

.item_content-body {
  border: 1px solid #c1c1c1;
}

.product-detail-custom__itemWrapper .item_content-toggle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
}

.product-detail-custom__itemWrapper .item_content-toggle > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 50%;
  height: 70px;
  border-bottom: 1px solid #999;
  padding: 20px 20px 20px 30px;
  background: #eee;
  cursor: pointer;
}

.product-detail-custom__itemWrapper .item_content-toggle__subscription {
  border-right: 1px solid #999;
}

.product-detail-custom__itemWrapper .item_content-toggle__subscription.active,
.product-detail-custom__itemWrapper .item_content-toggle__single.active {
  font-weight: bold;
  background: #fff;
  border-bottom: 0px;
}

.product-detail-custom__itemWrapper .item_content-toggle__subscription .icon,
.product-detail-custom__itemWrapper .item_content-toggle__single .icon {
  display: none;
  transform: scale(1.5);
  padding-top: 2px;
}

.product-detail-custom__itemWrapper
  .item_content-toggle__subscription:not(.active)
  > .icon.notActive,
.product-detail-custom__itemWrapper
  .item_content-toggle__single:not(.active)
  > .icon.notActive {
  display: inline-block;
}

.product-detail-custom__itemWrapper
  .item_content-toggle__subscription.active
  > .icon.active,
.product-detail-custom__itemWrapper
  .item_content-toggle__single.active
  > .icon.active {
  display: inline-block;
}

.product-detail-custom__itemWrapper .item_content-toggle > div > .type {
  font-size: 16px;
  color: #b22a50;
}

.product-detail-custom__itemWrapper .item_content-toggle > div > .type span {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #383838;
  font-weight: normal;
}

.item_content-price {
  padding: 20px 40px;
}

.item_content-price.active {
  display: block;
}

.item_content-price .price {
  display: block;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: bold;
}

.item_content-price .price span {
  font-size: 16px;
  font-weight: normal;
}

.item_content-discription {
  padding: 10px 40px 30px;
}

.item_content-discriptionList li {
  display: block;
  margin: 10px 40px;
  list-style: none;
  padding-left: 32px;
  text-indent: -32px;
}

.item_content-discriptionList li svg {
  transform: scale(1.2);
  margin-right: 10px;
  vertical-align: -3px;
}

.item_content-discriptionList li span {
  font-size: 12px;
  color: #b22a50;
}

.item_content-quantity {
  margin-top: 20px;
  padding: 20px 40px 0;
}

.item_content-footer {
  margin-top: 20px;
  padding: 20px;
}

.item_content-footer button {
  width: 100%;
  padding: 20px 20px;
  background: #b22a50;
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 719px) {
  .item_content-footer {
    margin-top: 20px;
    padding: 20px;
  }

  .item_content-footer button {
    display: block;
    margin: 0 auto;
    width: 45%;
    padding: 15px;
    background: #b22a50;
    color: #fff;
    font-size: 18px;
  }
}

.product-detail-custom__about {
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: #fffdf9;
}

.product-detail-custom__about-wrapper {
  display: flex;
  max-width: 1450px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.product-detail-custom__about-imgContainer {
  width: 40%;
  padding: 80px 0;
}

.product-detail-custom__about-imgContainer img {
  width: 100%;
}

.product-detail-custom__about-textContainer {
  width: 60%;
}

.icon-question {
  transform: rotate(20deg);
  margin-top: -160px;
  margin-left: 160px;
}

.product-detail-custom__about-textContainer h2 {
  font-size: 35px;
  font-weight: 500;
  margin: 80px auto 80px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
}

.product-detail-custom__about-textContainer h2 span {
  color: #b22a50;
  font-size: 48px;
}

.product-detail-custom__about-textContainer-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 200%;
}

.product-detail-custom__about-textContainer-text span {
  font-size: 24px;
  font-weight: bold;
  color: #b22a50;
}

.product-detail-custom__about-textContainer img {
  width: 120px;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__about {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .product-detail-custom__about-wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .product-detail-custom__about-imgContainer {
    width: 100%;
    padding: 0;
  }

  .product-detail-custom__about-imgContainer img {
    width: 100%;
  }

  .icon-question {
    transform: rotate(10deg);
    margin-top: -80px;
    margin-left: 190px;
  }

  .product-detail-custom__about-textContainer {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
  }

  .product-detail-custom__about-textContainer h2 {
    font-size: 24px;
    margin: 0 auto;
    letter-spacing: 2px;
  }

  .product-detail-custom__about-textContainer h2 span {
    font-size: 28px;
  }

  .product-detail-custom__about-textContainer-text {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }

  .product-detail-custom__about-textContainer-text span {
    font-size: 14px;
  }
}

/******************************************************************************
*                           202504 TOPページ改修分 ↓↓ 
*******************************************************************************/

/*************** 15日分お試し購入セクション *************/
.product-detail-custom__15days-trial {
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: #f6f6f6;
}

.product-detail-custom__15days-trial-wrapper {
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.product-detail-custom__15days-trial-header h2 {
  text-align: center;
  padding-top: 3%;
  letter-spacing: 2px;
  font-size: x-large;
  margin-bottom: 3%;
  font-family: "Noto Sans JP", sans-serif !important;
}

.product-detail-custom__15days-trial-header span {
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #b22a50;
}

.product-detail-custom__15days-trial-detail-Container {
  min-width: 600px;
  width: 31%;
  margin-bottom: 3%;
  padding-bottom: 30px;
  border: 1px solid #ddc592;
  background-color: white;
  text-align: center;
  align-self: center;
}

.trial-detail-header {
  height: 20%;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 1% 0;
  color: white;
  background-color: #b22a50;
  font-family: serif;
  font-weight: 800;
  font-size: large;
  width: 100%;
}

.trial-detail-header p {
  font-family: "Noto Sans JP";
  font-size: x-large;
}

.trial-detail-list ul {
  position: relative;
  padding: 5%;
}

.trial-detail-list li {
  position: relative;
  list-style-type: none;
  font-size: 16px;
}

.trial-detail-list li::before {
  content: "";
  position: absolute;
  background-size: 100%;
  background-image: url("https://d2w53g1q050m78.cloudfront.net/calatasofficialc/uploads/202504_renewal/Vector.png");
  width: 16px;
  height: 16px;
  margin-left: -5%;
  margin-top: 1%;
  display: inline-block;
  z-index: 1;
}

.product-detail-custom__15days-trial-cart-Container {
  width: 50%;
  padding: 2%;
  /* margin-bottom: 5%; */
  border: 1px solid #666666;
  background-color: white;
  text-align: center;
  align-self: center;
}

.trial-cart-header {
  color: #ddc592;
  text-align: center;
  font-size: x-large;
  margin-bottom: 3%;
  font-weight: bold;
}

.trial-cart-detail {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
}

.trial-cart-detail-text {
  display: flex;
  flex-direction: column;
  line-height: 2;
  margin: 0 7%;
}

.product-name {
  color: #b22a50;
  font-size: x-large;
  font-weight: bold;
}

.product-price {
  position: relative;
}

.product-price span:first-of-type {
  font-weight: bold;
  font-size: xx-large;
}

.lp-cta {
    max-width: 600px;
    margin-inline: auto;
    margin-block:3rem;
    padding-inline: 1rem;
    
    img{
        max-width: 90vw;
        margin-inline: auto;
}
}


.lp-cta h3 {
  text-align: center;
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;

  span {
    color: #b22950;
  }
}

.product-info {
  font-size: 12px;
  color: gray;
}

.trial-cart-detail button {
  max-width: 480px;
  width: 100%;
  padding: 10px 2rem;
  background: #b22a50;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  justify-items: center;
  cursor: pointer;
  margin: 2% 0;
}

.trial-cart-detail-text button {
  padding-inline: 2rem;
}

<!--PC画面-->
@media screen and (min-width: 769px) {
  .trial-cart-detail {
    align-items: center;
  }

  .lp-cta {
    margin-bottom: 3rem;
    padding-inline: unset;
  }

  .product-detail-custom__15days-trial-cart-Container {
    width: unset;
    max-width: 1100px;
  }

  .trial-cart-detail-text {
    margin-inline: 0;
    max-width: 65%;
  }

  .trial-cart-detail-img img {
    width: unset !important;
  }
}
<!--!/PC画面-->

/************** 選ばれる理由詳細セクション ***************/

@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");

.reason-detail-wrapper {
  max-width: 60%;
  justify-self: center;
  margin-bottom: 10%;
}

.reason-detail-container {
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 3%;
}

.grid-item {
  width: 100%;
  height: 100%;
  padding: 5% 5% 3%;
  background-color: #ffffff;
  border: 2px solid #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 7%;
}

.item-header {
  display: flex;
  align-items: center;
  color: #b22a50;
}

.item-number {
  margin-right: 10px;
  font-size: 5em;
  color: #ede1a9;
  font-weight: bold;
  font-family: "Tangerine", cursive;
}

.item-title {
  font-size: 20px;
  margin: 10% 0;
  font-weight: bold;
}

.item-feature-summary {
  font-size: 0.9em;
  padding: 3% 10%;
  background-color: #f6f6f6;
}

.item-feature-detail {
  font-size: 0.9em;
  padding: 5%;
}

.explanation-toggle {
  margin-right: auto;
  margin-left: 5%;
  display: flex;
  align-items: center;
  background-color: #f6f3e4;
  border-radius: 15px;
  cursor: pointer;
  font-size: 14px;
}

.explanation-toggle-wrapper {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/calatasofficialc/uploads/202504_renewal/Union.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.explanation-toggle p {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}

.explanation-toggle.active {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  width: 70%;
  padding: 2%;
}

.explanation-toggle.active p {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

.explanation-toggle {
  display: block;
}

.explanation-toggle.active {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.icon-wrap {
  padding: 0.6rem 1rem 1rem;
}

/************** レビュー表示用のスライダー **************/

.review-wrapper {
  margin: 3%;
}

.review-container {
  width: 40%;
  height: 50%;
  margin: 0 auto;
}

.review-slide {
  background-color: white;
  padding: 20px;
  text-align: center;
  margin-top: 0.5%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.review-header {
  font-weight: 500;
  font-size: 30px;
  justify-items: center;
}

.review-header span {
  color: #b22a50;
}

.review-header h3 {
  font-family: "Noto Sans JP";
}

.reviewer-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 3%;
}

.reviewer-details {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.review-text span {
  font-weight: bold;
}

.reviewer-name {
  font-weight: bold;
}

.reviewer-age {
  color: gray;
  font-size: x-small;
}

.review-text {
  text-align: left;
  font-size: smaller;
  margin: 5%;
}

.slick-dots li button:before {
  color: #b22a50 !important;
}

.reviewer-rating {
  width: 18%;
}

.slick-prev:before {
  color: gray !important;
  content: "<" !important;
  font-family: cursive !important;
}

.slick-next:before {
  color: gray !important;
  content: ">" !important;
  font-family: cursive !important;
}

.review-note {
  color: gray;
  font-size: 12px;
  justify-self: center;
  margin-left: -15%;
}

.review-slide {
  min-height: 280px !important;
  position: relative;
  background-color: white;
  padding: 20px;
  text-align: center;
  margin-top: 0.5%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.slick-prev {
  position: absolute;
  left: 5%;
  z-index: 1;
}

.slick-next {
  position: absolute;
  right: 5%;
  z-index: 1;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slick-dots li {
  margin-right: -10px;
}

.slick-dots li button:before {
  color: gray !important;
}

.slick-dots li.slick-active button:before {
  color: #b22a50 !important;
}

.slick-dots li button:hover:before {
  color: #b22a50 !important;
}

@media screen and (max-width: 768px) {
  .product-detail-custom__catch-imgContainer-img {
    width: 90%;
    align-self: center;
  }

  .product-detail-custom__15days-trial-header h2 {
    font-size: 20px;
    padding: 5% 0;
  }

  .product-detail-custom__15days-trial-detail-Container {
    min-width: auto;
    width: 100%;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }

  .trial-detail-header {
    font-size: large;
  }

  .trial-detail-list li {
    font-size: 14px;
    text-align: -webkit-left;
    line-height: 1.5;
    justify-self: center;
  }

  .trial-detail-list li::before {
    margin-left: -9%;
    margin-top: 3%;
  }

  .product-detail-custom__15days-trial-cart-Container {
    width: 90%;
    padding: 8% 0;
  }

  .trial-cart-header {
    font-size: large;
  }

  .trial-cart-text {
    font-size: small;
  }

  .trial-cart-detail {
    flex-direction: column-reverse;
  }

  .product-name {
    font-size: larger;
  }

  .product-info {
    font-size: 12px;
  }

  .trial-cart-detail-img {
    width: 50%;
    align-self: center;
  }

  .trial-cart-detail button {
    padding: 6px;
  }

  .product-price span {
    font-weight: 500;
  }

  .reason-detail-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }

  .reason-detail-container {
    display: block;
  }

  .item-title {
    font-size: 18px;
  }

  .grid-item {
    margin-bottom: 10%;
  }

  .item-feature-summary {
    font-size: 0.8em;
  }

  .item-feature-detail {
    font-size: 0.8em;
  }

  .review-header {
    font-size: large;
  }

  .review-container {
    width: 90%;
  }

  .review-header h3 {
    text-align: center;
  }

  .review-note {
    margin-left: 0;
  }

  .reviewer-rating {
    width: 35%;
  }

  ul.trial-detail-list {
    padding-left: 5% !important;
    padding-bottom: 5% !important;
    max-width: 80%;
    margin: 0 auto;
  }

  .icon-wrap {
    padding: 0.6rem 0.5rem 1rem;
  }

  .review-note {
    font-size: x-small;
  }

  .product-detail-custom__15days-trial {
    padding-bottom: 15%;
  }
}

/*****************************************************************************
*                           202504 TOPページ改修分 ↑↑
******************************************************************************/

.product-detail-custom__point {
  width: calc(100% + 80px);
  margin-left: -40px;
  padding-bottom: 80px;
}

.product-detail-custom__point-header {
  max-width: 1450px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  font-size: 18px;
}

.product-detail-custom__point-header h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 80px auto 80px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
}

.product-detail-custom__point-header h2 br {
  display: none;
}

.product-detail-custom__point-header h2 span {
  color: #b22a50;
  font-size: 35px;
  background-color: #fff;
  font-weight: 500;
}

.product-detail-custom__point-wrapper {
  display: flex;
  max-width: 1450px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin: 0 auto;
}

.product-detail-custom__point-imgContainer {
  width: 40%;
  padding: 40px 0;
}

.product-detail-custom__point-imgContainer.sp {
  display: none;
}

.product-detail-custom__point-imgContainer img {
  width: 100%;
}

.product-detail-custom__point-textContainer {
  width: 55%;
  padding: 120px 0 80px 40px;
}

.product-detail-custom__point-textContainer-copy {
  margin-top: 10px;
  font-size: 36px;
  line-height: 200%;
}

.product-detail-custom__point-textContainer-copy br {
  display: none;
}

.product-detail-custom__point-textContainer-copy span {
  font-size: 35px;
  font-weight: 500;
  color: #ddc592;
}

.product-detail-custom__point-textContainer-text {
  margin-top: 0.8rem;
  /* font-size: 18px; */
  line-height: 200%;
  letter-spacing: 0;
}

.point-textContainer-copy02 {
  margin-top: 2.5rem;
}

.product-detail-custom__point-textContainer-text span {
  font-size: 22px;
  font-weight: bold;
  color: #e99082;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__point {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .product-detail-custom__point-header {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
  }

  .product-detail-custom__point-header h2 {
    font-size: 28px;
    margin: 60px auto 60px;
    text-align: center;
    line-height: 200%;
  }

  .product-detail-custom__point-header h2 br {
    display: block;
  }

  .product-detail-custom__point-header h2 span {
    font-size: 28px;
  }

  .product-detail-custom__point-header br.sp {
    display: none;
  }

  .product-detail-custom__point-wrapper {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .product-detail-custom__point-imgContainer {
    display: none;
  }

  .product-detail-custom__point-imgContainer.sp {
    display: block;
    width: 100%;
  }

  .product-detail-custom__point-imgContainer img {
    width: 100%;
    padding: 0 20px;
  }

  .product-detail-custom__point-textContainer {
    width: 100%;
    padding: 40px 0 0;
  }

  .product-detail-custom__point-textContainer-copy {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
  }

  .product-detail-custom__point-textContainer-copy br {
    display: block;
  }

  .product-detail-custom__point-textContainer-copy span {
    font-size: 29px;
  }

  .product-detail-custom__point-textContainer-text {
    margin-top: 30px;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}

.product-detail-custom__point-header h2.and {
  border-bottom: 1px solid #e9e9e1;
  height: 18px;
}

.product-detail-custom__point-header h2.and span {
  padding-right: 15px;
}

.product-detail-custom__amout {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  max-width: 1450px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  gap: 40px;
}

.product-detail-custom__amout-item {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
  margin-top: 30px;
}

.product-detail-custom__amout-item img {
  float: left;
  width: 210px;
  width: 17%;
  margin-right: 40px;
}

.product-detail-custom__amout-item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.product-detail-custom__amout-item > div p {
  text-align: left !important;
}

.product-detail-custom__amout-item > div h3 {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold;
  /* font-weight: 500; */
  /* background-color: #b22a50; */
  text-align: center;
  /* color: white; */
  width: max-content;
  /* padding: 0.5rem 1rem; */
}

@media screen and (max-width: 719px) {
  .product-detail-custom__amout {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    max-width: 94vw;
    margin: 0 auto;
    gap: 10px !important;
  }

  .product-detail-custom__amout-item {
    flex-direction: column;
    align-content: center;
    gap: 1rem;
    text-align: center;
    min-height: 150px;
    width: 40vw;
    margin: 0 auto;
  }

  .product-detail-custom__amout-item img {
    margin: 0 auto;
  }

  .product-detail-custom__amout-item > div p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 0.5rem;
    text-align: center !important;
  }

  .product-detail-custom__amout-item div h3 {
    font-size: 0.9em;
    display: inline-block;
    margin: 0 auto;
    width: fit-content !important;
    background: none !important;
    color: unset !important;
  }
}

.product-detail-custom__amout-item .fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.product-detail-custom__amout-item .fade.delay3 {
  transition: all 2000ms 300ms;
}

.product-detail-custom__amout-item .fade.delay6 {
  transition: all 2000ms 600ms;
}

.product-detail-custom__amout-item .fade.delay9 {
  transition: all 2000ms 900ms;
}

.product-detail-custom__amout-item .fade.delay12 {
  transition: all 2000ms 1200ms;
}

.product-detail-custom__amout-item .fade.delay15 {
  transition: all 2000ms 1500ms;
}

.product-detail-custom__amout-item .fade.delay18 {
  transition: all 2000ms 1800ms;
}

.product-detail-custom__amout-item .fade.delay21 {
  transition: all 2000ms 2100ms;
}

.product-detail-custom__amout-item .fade.delay24 {
  transition: all 2000ms 2400ms;
}

.product-detail-custom__amout-item .fade.delay27 {
  transition: all 2000ms 2700ms;
}

.product-detail-custom__amout-item .fade.delay30 {
  transition: all 2000ms 3000ms;
}

.product-detail-custom__amout-item .fade.delay33 {
  transition: all 2000ms 3300ms;
}

.product-detail-custom__amout-item .fade.delay36 {
  transition: all 2000ms 3600ms;
}

.product-detail-custom__amout-item .fade.delay39 {
  transition: all 2000ms 3900ms;
}

.product-detail-custom__amout-item .fade.delay42 {
  transition: all 2000ms 4200ms;
}

.product-detail-custom__amout-item .fade.delay45 {
  transition: all 2000ms 4500ms;
}

.product-detail-custom__amout-item .fade.delay48 {
  transition: all 2000ms 4800ms;
}

.product-detail-custom__amout-item .fade.delay51 {
  transition: all 2000ms 5100ms;
}

.product-detail-custom__amout-item .fade.delay54 {
  transition: all 2000ms 5400ms;
}

.product-detail-custom__amout-item .fade.delay57 {
  transition: all 2000ms 5700ms;
}

.product-detail-custom__amout-item .fadein,
.product-detail-custom__amout-item .delay3.fadein,
.product-detail-custom__amout-item .delay6.fadein,
.product-detail-custom__amout-item .delay9.fadein,
.product-detail-custom__amout-item .delay12.fadein,
.product-detail-custom__amout-item .delay15.fadein,
.product-detail-custom__amout-item .delay18.fadein,
.product-detail-custom__amout-item .delay21.fadein,
.product-detail-custom__amout-item .delay24.fadein,
.product-detail-custom__amout-item .delay27.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

@media screen and (max-width: 719px) {
  .product-detail-custom__point-header h2.and {
    border-bottom: 1px solid #c59d69;
    height: 30px;
    text-align: left;
  }

  .product-detail-custom__point-header h2.and span {
    font-size: 24px;
  }

  .product-detail-custom__amout {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    padding: 0;
    gap: 20px;
  }

  .product-detail-custom__amout-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .product-detail-custom__amout-item img {
    float: left;
    width: 100px;
    margin-right: 20px;
  }

  .product-detail-custom__amout-item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .product-detail-custom__amout-item > div p {
    font-size: 12px;
    line-height: 150%;
  }

  .product-detail-custom__amout-item > div p br {
    display: none;
  }
}

.product-detail-custom__reason {
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: #fffdf9;
  padding: 80px 0;
}

.product-detail-custom__reason-header {
  max-width: 1220px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.product-detail-custom__reason-header h2 {
  font-size: 35px;
  font-weight: 500;
  margin: 0px auto 80px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
  text-align: center;
}

.product-detail-custom__reason-header h2 br {
  display: none;
}

.product-detail-custom__reason-header h2 span {
  color: #b22a50;
  font-size: 40px;
}

.product-detail-custom__reason-graph {
  height: 500px;
}

.product-detail-custom__reason-graph#chart-container {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.product-detail-custom__reason-graph-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  gap: 0 40px;
}

.product-detail-custom__reason-graph-legend-item span {
  padding-left: 6px;
  vertical-align: 4px;
}

.product-detail-custom__reason-graph-legend-item-color1 {
  display: inline-block;
  width: 40px;
  height: 20px;
  border: 2px solid #e53434;
  background-color: rgba(255, 99, 132, 0.2);
}

.product-detail-custom__reason-graph-legend-item-color2 {
  display: inline-block;
  width: 40px;
  height: 20px;
  border: 2px solid #dcc25a;
  background-color: rgba(220, 194, 90, 0.5);
}

.product-detail-custom__reason-graph-attention {
  padding-bottom: 80px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__reason-graph {
    height: 280px;
  }

  .product-detail-custom__reason-graph#chart-container {
    height: 280px;
  }

  .product-detail-custom__reason-graph-legend {
    margin: 30px auto 10px;
    gap: 0 40px;
    font-size: 12px;
  }

  .product-detail-custom__reason-graph-legend-item-color1 {
    width: 20px;
  }

  .product-detail-custom__reason-graph-legend-item-color2 {
    width: 20px;
  }

  .product-detail-custom__reason-graph-attention {
    padding-bottom: 60px;
    font-size: 12px;
    text-align: center;
  }
}

/* 成分証明書 */
.seibunshoumei {
  position: relative;
}

.seibunshoumei p {
  position: absolute;
  left: 18%;
  top: -5%;
  font-size: 35px;
  font-weight: 500;
}

.seibunshoumei {
  text-align: center;
}

.seibunshoumei p span {
  color: #ddc592;
  margin: auto 2px;
}

.seibunshoumei p span span {
  font-size: 48px;
}

.seibunshoumei img {
  width: 80%;
  margin: 5% auto;
  object-fit: cover;
  max-width: 1800px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .seibunshoumei {
    margin-top: 15%;
  }

  .seibunshoumei p {
    font-size: 20px;
    position: relative;
    margin: 5% auto;
    left: unset;
    top: unset;
  }

  .seibunshoumei p span span {
    font-size: 30px;
  }

  .seibunshoumei img {
    width: 80%;
    transform: unset;
    margin: 0 auto;
  }
}

.product-detail-custom__reason-textContainer {
  max-width: 1450px;
  width: 100%;
  margin: auto !important;
  /* padding: 80px; */
}

.product-detail-custom__reason-textContainer-copy {
  margin-top: 60px;
  font-size: 36px;
  font-weight: bold;
  line-height: 200%;
}

.product-detail-custom__reason-textContainer-copy br {
  display: none;
}

.product-detail-custom__reason-textContainer-copy span {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #ddc592;
}

.product-detail-custom__reason-textContainer-copy2 {
  /* margin-top: 60px; */
  font-size: 36px;
  line-height: 200%;
  padding-bottom: 1rem;
  font-weight: 500;
}

.product-detail-custom__reason-textContainer-copy2 br {
  display: none;
}

.product-detail-custom__reason-textContainer-copy2 span {
  font-size: 36px;
  color: #ddc592;
}

.product-detail-custom__reason-textContainer-text {
  margin-top: 60px;
  font-size: 18px;
  line-height: 200%;
}

.product-detail-custom__reason-textContainer-text span {
  font-size: 22px;
  font-weight: bold;
  color: #ddc592;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__reason {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 60px;
  }

  .product-detail-custom__reason-header {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
  }

  .product-detail-custom__reason-header h2 {
    font-size: 24px;
    margin: 0px auto 60px;
    line-height: 200%;
  }

  .product-detail-custom__reason-header h2 br {
    display: block;
  }

  .product-detail-custom__reason-header h2 span {
    color: #b22a50;
    font-size: 32px;
  }

  .product-detail-custom__reason-imgContainer {
    width: 100%;
    padding: 40px 80px 80px 0;
  }

  .product-detail-custom__reason > img {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .product-detail-custom__reason-textContainer {
    width: 100%;
    padding: 0 15px;
    margin: 60px auto 0;
  }

  .product-detail-custom__reason-textContainer-copy {
    margin-top: 30px;
    font-size: 22px;
    text-align: center;
  }

  .product-detail-custom__reason-textContainer-copy br {
    display: block;
  }

  .product-detail-custom__reason-textContainer-copy span {
    font-size: 29px;
  }

  .product-detail-custom__reason-textContainer-copy2 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 2.5rem;
    text-align: center;
  }

  .product-detail-custom__reason-textContainer-copy2 br {
    display: block;
  }

  .product-detail-custom__reason-textContainer-copy2 span {
    font-size: 1.75em;
  }

  .product-detail-custom__reason-textContainer-text {
    margin-top: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 200%;
  }

  .product-detail-custom__reason-textContainer-text br.sp {
    display: none;
  }

  .product-detail-custom__reason-textContainer-text span {
    font-size: 22px;
    font-weight: bold;
    color: #b22a50;
  }
}

.product-detail-custom__faq {
  width: calc(100% + 80px);
  margin-left: -40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__faq {
    padding: 10%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-detail-custom__faq-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto 60px;
  }
}

.product-detail-custom__faq-header {
  max-width: 1260px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__faq-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto 60px;
  }
}

.product-detail-custom__faq-header h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0px auto 80px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
  text-align: center;
}

.product-detail-custom__faq-textContainer {
  max-width: 1260px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid #e9e9e1;
}

.product-detail-custom__faq-textContainer__summary {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 1em;
  margin: 0;
  text-indent: -78px;
  padding: 10px 80px 10px 106px;
}

.product-detail-custom__faq-textContainer__summary span {
  padding-right: 20px;
  font-size: 28px;
  color: #b22a50;
}

.product-detail-custom__faq-textContainer__summary::-webkit-details-marker {
  display: none;
}

.product-detail-custom__faq-textContainer__summary::before {
  display: block;
  content: "+";
  color: #b22a50;
  font-size: 28px;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
  width: 6px;
  height: 6px;
}

.product-detail-custom__faq-textContainer[open]
  .product-detail-custom__faq-textContainer__summary::before {
  content: "-";
}

.product-detail-custom__faq-textContainer__content {
  overflow: hidden;
  margin: 0;
  font-size: 1em;
  text-indent: -82px;
  padding: 0 40px 40px 82px;
}

.product-detail-custom__faq-textContainer__content span {
  padding-right: 20px;
  padding-left: 30px;
  font-size: 28px;
  color: #b22a50;
}

.product-detail-custom__faq-more {
  width: 800px;
  margin: 80px auto 0px;
  text-align: center;
}

.product-detail-custom__faq-more a {
  display: inline-block;
  width: 315px;
  padding: 20px 20px;
  color: #fff;
  background: #b22a50;
  font-size: 18px;
}

.product-detail-custom__faq-header {
  width: 100%;
  padding: 0 20px;
}

.product-detail-custom__faq-textContainer {
  width: 100%;
  padding: 0 10px;
}

.product-detail-custom__faq-textContainer__summary {
  text-indent: -34px;
  padding: 10px 20px 10px 44px;
}

.product-detail-custom__faq-textContainer__summary span {
  padding-right: 10px;
}

.product-detail-custom__faq-textContainer__summary::before {
  right: -18px;
  top: 12px;
}

.product-detail-custom__faq-textContainer__content {
  text-indent: -37px;
  padding: 0 20px 20px 43px;
}

.product-detail-custom__faq-textContainer__content span {
  padding-right: 10px;
  padding-left: 5px;
}

.product-detail-custom__faq-more {
  width: 100%;
  margin: 60px auto 0px;
}

.product-detail-custom__faq-more a {
  width: 160px;
  padding: 16px;
}

/*
 *column
 */

.product-detail-custom__column {
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 80px 0;
  background: #fffff9;
}

.product-detail-custom__column-header {
  max-width: 1280px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
}

.product-detail-custom__column-header h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0px auto 80px;
  letter-spacing: 0.5rem;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
  text-align: center;
}

.product-detail-custom__column-itemContainer {
  display: flex;
  gap: 20px;
  max-width: 1280px;
  width: 100%;
  padding: 0 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.product-detail-custom__column-itemContainer > a {
  display: block;
  width: 23%;
  cursor: pointer;
}

.product-detail-custom__column-itemContainer-title {
  margin-top: 24px;
}

.product-detail-custom__column-itemContainer-date {
  margin-top: 24px;
}

.product-detail-custom__column-more {
  max-width: 800px;
  width: 100%;
  margin: 80px auto 0px;
  text-align: center;
}

.product-detail-custom__column-more a {
  display: inline-block;
  width: 315px;
  padding: 20px 20px;
  color: #a2a39e;
  border: 1px solid #a2a39e;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__column {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding: 5%;
  }

  .product-detail-custom__column-itemContainer .column-wrapper {
    grid-gap: 20px !important;
  }

  .product-detail-custom__column-header {
    width: 100%;
    padding: 0 20px;
  }

  .product-detail-custom__column-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto 60px;
  }

  .product-detail-custom__faq-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto 60px;
  }

  .product-detail-custom__column-itemContainer {
    width: 100%;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }

  .product-detail-custom__column-itemContainer > a {
    width: calc(50% - 10px);
  }

  .product-detail-custom__column-more {
    width: 100%;
    margin: 60px auto 0px;
  }

  .product-detail-custom__column-more a {
    width: 160px;
    padding: 16px;
    font-size: 14px;
  }
}

.product-detail-custom__service {
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 80px 0 80px;
}

.product-detail-custom__service-itemContainer {
  display: flex;
  max-width: 1340px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  justify-content: space-between;
}

.product-detail-custom__service-itemContainer > div {
  width: 33.3%;
  border-right: 1px solid #c59d69;
}

.product-detail-custom__service-itemContainer > div:last-child {
  border-right: 0;
}

.product-detail-custom__service-itemContainer > div > img {
  display: block;
  margin: 30px auto 0;
  width: 160px;
}

.product-detail-custom__service-itemContainer-title {
  width: 250px;
  margin: 24px auto 0;
  text-align: center;
  color: #c59d69 !important;
  font-size: 20px !important;
}

.product-detail-custom__service-itemContainer-text {
  max-width: 250px;
  width: 100%;
  margin: 24px auto 30px;
  padding: 0 30px;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__service {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 40px 0;
  }

  .product-detail-custom__service-itemContainer {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    flex-direction: column;
  }

  .product-detail-custom__service-itemContainer > div {
    display: flex;
    width: calc(100% - 15px);
    padding: 20px 0;
    margin: 0 auto;
    border-right: 0;
    border-bottom: 1px solid #ddc592;
    align-items: center;
  }

  .product-detail-custom__service-itemContainer > div > img {
    width: 70px;
    margin: 0 30px 0 0;
    vertical-align: middle;
  }

  .product-detail-custom__service-itemContainer-title {
    width: auto;
    margin: 0;
    font-size: 14px;
    text-align: left;
  }

  .product-detail-custom__service-itemContainer-text {
    max-width: 100%;
    width: auto;
    margin: 12px auto 0;
    font-size: 10px;
    padding: 0;
  }
}

/*
 * NEWS
 */

.product-detail-custom__news {
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 80px 0;
}

.product-detail-custom__news-header {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.product-detail-custom__news-header h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0px auto 80px;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 100%;
  text-align: center;
}

.product-detail-custom__news-itemContainer {
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.product-detail-custom__news-itemContainer > a {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e1;
}

.product-detail-custom__news-item-date {
  width: 150px;
  height: 28px;
  margin-right: 40px;
  font-size: 18px;
  text-align: center;
  background: #b22a50;
  color: #fff;
  border-radius: 15px;
}

.product-detail-custom__news-item-text {
  font-size: 18px;
  text-align: left;
}

.product-detail-custom__news-more {
  width: 800px;
  margin: 80px auto 0px;
  text-align: center;
}

.product-detail-custom__news-more a {
  display: inline-block;
  width: 315px;
  padding: 20px 20px;
  color: #fff;
  background: #b22a50;
  font-size: 18px;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__news {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-detail-custom__news-header {
    width: 100%;
    padding: 0 20px;
  }

  .product-detail-custom__news-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0px auto 60px;
  }

  .product-detail-custom__news-itemContainer {
    width: 100%;
    padding: 0;
  }

  .product-detail-custom__news-item-date {
    width: 80px;
    min-width: 80px;
    height: 28px;
    margin-right: 20px;
    padding: 6px 0;
    font-size: 10px;
  }

  .product-detail-custom__news-item-text {
    font-size: 14px;
    text-align: left;
  }

  .product-detail-custom__news-more {
    width: 100%;
    margin: 60px auto 0px;
  }

  .product-detail-custom__news-more a {
    width: 160px;
    padding: 16px;
    font-size: 14px;
  }
}

.product-detail-custom__footerImg {
  width: calc(100% + 80px);
  height: 595px;
  margin-left: -40px;
}

.product-detail-custom__footerImg img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__footerImg {
    width: calc(100% + 30px);
    height: auto;
    margin-left: -15px;
  }

  .product-detail-custom__footerImg img {
    height: auto;
    width: 100%;
    max-width: 613px;
  }

  .footer_line_banner img {
    width: 80%;
  }
}

#page_top {
  width: 91px;
  height: 91px;
  position: fixed;
  right: 50px;
  bottom: -250px;
  z-index: 99;
}

#page_top a {
  position: relative;
  display: block;
  width: 91px;
  height: 91px;
  text-decoration: none;
}

#page_top img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  #page_top {
    display: none;
    width: 73px;
    height: 73px;
    right: 10px;
  }

  #page_top a {
    width: 73px;
    height: 73px;
  }
}

.item_content-fixedFooter {
  position: fixed;
  bottom: -250px;
  width: 100%;
  padding: 10px;
  z-index: 98;
  text-align: center;
}

.item_content-fixedFooter button {
  max-width: 480px;
  width: 100%;
  padding: 10px 15px;
  background: #b22a50;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  justify-items: center;
  cursor: pointer;
}

@media screen and (max-width: 719px) {
  .item_content-fixedFooter button {
    display: flex;
    width: 480px;
    max-width: 100%;
    height: 48px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #b22a50;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

、

/* 改行*/
.br-pc {
  display: none !important;
}

@media screen and (max-width: 719px) {
  .sp-hidden {
    display: none !important;
  }
}

/* 選ばれる理由　先生、説明文*/
.reason-txt-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 2rem;
}

.reason-sensei-image {
  width: 33vw;
  padding: 2rem;
}

.reason-sensei-image img {
  width: 75%;
  border-radius: 50%;
  margin: 0 auto;
}

.product-detail-custom__reason-textContainer-text {
  background-color: #fffff9;
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
}

.reason-txt-container {
  padding: 2rem;
}

/* 先生プロフィール*/
.doc-kata {
  width: fit-content;
  height: auto;
  background-color: #c59d69;
  font-size: 1rem;
  color: #ffffff;
  padding: 0.5rem 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-left: 5%;
}

@media screen and (max-width: 719px) {
  .product-detail-custom__reason-textContainer-copy2 {
    scale: 0.85;
  }

  .doc-kata {
    margin: 0 auto 1rem;
  }

  .doc-name {
    margin-left: 0 !important;
    padding: 1rem;
  }
}

.doc-kata p {
  margin: 0;
}

.doc-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #343434;
  margin-bottom: 1rem;
  margin-left: 5%;
}

.doc-name span {
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 719px) {
  .reason-txt-wrapper {
    display: flex;
    grid-template-columns: 1fr 2fr;
    flex-direction: column;
  }

  .reason-sensei-image {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  .product-detail-custom__reason-textContainer-text {
    width: 100%;
  }

  .reason-txt-container {
    padding: 0;
  }

  .br-pc {
    display: block;
  }
}

@media screen and (max-width: 719px) {
  .br-item-pc {
    display: none;
  }
}
