/* @charset "utf-8"; */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Waterfall&display=swap");

/*動画サイズ調整*/
.vertical-video {
  aspect-ratio: 13 / 16;
}

.text-center {
  text-align: center;
}

.text-color {
  color: #7A4452;
  font-weight: bold;
}

.text-white {
  color: #fff;
}
.text-bold {
  font-weight: bold;
}
.mtp_150-100 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .mtp_150-100 {
    margin-top: 100px;
  }
}
#p-details {
  text-align: left;
}
.concept_bg {
  background: url(https://www.kissmylife.jp/renewal2023/images/product/kml250003/premium-bg.png) no-repeat center center / cover;
  padding: 50px 30px 100px;
}

.bg-red {
  background-color: #7A4452;
  padding: 50px 20px;
}
.concept-intro {
  color: #fff;
  text-align: center;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .concept-intro {
      font-size: 24px;
  }
}
.details-intro {
  color: #fff;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .details-intro {
      font-size: 18px;
  }
  .details-text {
    font-size: 14px;
    text-align: left;
  }
}
.message-sec {
  position: relative;
}
.message-tit {
}
.message-text {
  font-size: 18px;
  font-weight: bold;
  color: #E5D1BA;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .message-text {
    font-size: 20px;
  }
}
.flex-wrap {
  display: flex;
  gap: 20px;
}

.box-reverse {
  flex-direction: row-reverse;
}

.premium-text {
  width: 50%;
}

.premium-img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .flex-wrap {
    display: block;
  }
  .box-reverse {
    flex-direction: inherit;
  }
  .premium-text {
    width: 100%;
  }
  
  .premium-img {
    width: 100%;
  }
}

.point-box {
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.point-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #B99C7A;
  position: absolute;
  top: -50px;
  left: 50%;
}

.point-no {
  text-align: center;
  max-width: 120px;
  margin: 0 auto;
  padding: 10px 0;
}

.point-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .point-text {
    font-size: 18px;
  }
}
.stick-content2::after {
  background: none;
}

.about-wrap {
  margin-top: 50px;
}

.about-title {
  font-size: clamp(18px, 3vw, 24px);
}

.about-text {
  background-color: #E0D5C0;
  padding: 50px;
}

.about-img {
  background-color: #F6F2EC;
  padding: 50px;
}

@media screen and (min-width: 768px) {
  .select-item01 {
      padding: 50px 0;
      gap: 20px;
      align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .about-text {
      padding: 20px;
  }

  .about-img {
      padding: 20px;
  }
}

.flow-box {
  background-color: #CCA2A6;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  margin-top: -10px;
}
/*　リンクボタン */
.product-link-btn a {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  color: #5b4b36;
  transition: 0.3s;
  position: relative;
  background-color: #A56666;
  color: #fff;
  border: none;
  max-width: 300px;
  padding: 10px 0;
  font-size: 16px;
}

.product-link-btn a::before,
.product-link-btn a::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.product-link-btn a::before {
  top: 50%;
  right: 20px;
  width: 30px;
  transform: translateY(-50%);
}

.product-link-btn a::after {
  top: 43%;
  right: 20px;
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
}

/*テーブル */
.table-wrap {
  margin: 0 auto;
  /* テーブル全体を中央に */
  width: 100%;
  margin-top: 30px;
}

table.custom-table {
  border-collapse: collapse;
  width: auto;
  /* 文字数に応じて可変 */
  margin: 0 auto;
  /* テーブル自体をセンター */
  font-size: 12px;
  /* PC */
}

.custom-table th,
.custom-table td {
  padding: 6px;
  text-align: center;
  color: #404040;
  border: 1px solid #fff;
  white-space: normal;
}
.custom-table.table02 th,
.custom-table.table02 td,
.custom-table.table03 th,
.custom-table.table03 td {
  border: 1px solid #e4e4e4;
}
/*table01*/
.custom-table th:first-child,
.custom-table td:first-child {
  background-color: #CCA2A6;
  color: #fff;
  font-weight: bold;
}

.custom-table.table01 tr:first-child th {
  color: #fff;
  font-weight: bold;
}

.custom-table.table01 tr:first-child th:nth-child(2) {
  background-color: #959595;
}

.custom-table.table01 tr:nth-child(n+2) td:nth-child(2) {
  background-color: #DEDEDE;
}

.custom-table.table01 tr:first-child th:nth-child(3) {
  background-color: #A8C3D1;
}

.custom-table.table01 tr:nth-child(n+2) td:nth-child(3) {
  background-color: #CDE2ED;
}
/* table02 */
.custom-table.table02 th:first-child,
.custom-table.table02 td:first-child {
  background-color: #CCA2A6;
  color: #fff;
  font-weight: bold;
}

.custom-table.table02 td:nth-child(2) {
  background-color: #ffffff;
}

/* table03 */
.custom-table.table03 tr:first-child th:first-child {
  background-color: #A56666;
  color: #fff;
  font-weight: bold;
}

.custom-table.table03 tr:nth-child(n+2) td:first-child {
  background-color: #CCA2A6;
  color: #fff;
  font-weight: bold;
}

.custom-table.table03 tr:first-child th:nth-child(2) {
  background-color: #A8C3D1;
  color: #fff;
  font-weight: bold;
  width: 70%;
}

.custom-table.table03 tr:nth-child(n+2) td:nth-child(2) {
  background-color: #ffffff;
  text-align: left;
}

/* スマホ時 */
@media screen and (max-width: 767px) {
  .custom-table {
    font-size: 10px;
  }
  table.custom-table.table01 {
      min-width: 600px;
      /* 横スクロール用 */
  }

  .table-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }
}
.flow-box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-box {
    text-align: left;
  }
}
/*区切りライン */
.section-line {
  margin-left: -20px;
  margin-right: -20px;
}

.section-line img {
  width: 100%;
  height: auto;
  display: block;
}


/*アコーディオン */
.style-accordion summary {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .style-accordion summary {
    font-size: 14px;
  }
}
/* アコーディオン全体 */
.style-accordion details {
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
}

/* summary全体の共通設定 */
.style-accordion summary {
  display: block;
  height: 110px;
  cursor: pointer;
  position: relative;
  padding: 0 16px; /* 右側に余白 */
  color: #A56666;
  font-weight: bold;
  line-height: 60px; /* ボタン中央にテキスト */
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .style-accordion summary {
    font-size: 13px;
  }
}
/* テキスト右寄せ */
.style-accordion summary span {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
}

/* Safariデフォルトマーカーを消す */
.style-accordion summary::-webkit-details-marker {
  display: none;
}

/* 個別ボタン画像 */
.accordion1 summary {
  background-image: url('https://www.kissmylife.jp/renewal2023/images/product/kml250003/natural-btn.jpg');
  background-size: cover;
  background-position: left;
}
.accordion2 summary {
  background-image: url('https://www.kissmylife.jp/renewal2023/images/product/kml250003/feminine-btn.jpg');
  background-size: cover;
  background-position: left;
}
.accordion3 summary {
  background-image: url('https://www.kissmylife.jp/renewal2023/images/product/kml250003/cool-btn.jpg');
  background-size: cover;
  background-position: left;
}
.accordion4 summary {
  background-image: url('https://www.kissmylife.jp/renewal2023/images/product/kml250003/short-btn.jpg');
  background-size: cover;
  background-position: left;
}

/* 中身アニメーション */
.style-inner {
  padding: 16px 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.style-accordion details[open] .style-inner {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .style-accordion summary {
    height: 80px;
  }
}


/* =====================
画像レイアウト
===================== */

/* PC：常に4列 */
@media screen and (min-width: 768px) {
  .style-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
  }
}

/* SP：自動可変（2列想定） */
@media screen and (max-width: 767px) {
  .style-inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }
}

.style-inner img {
  width: 100%;
  height: auto;
  display: block;
}

#present {
  background: url(https://www.kissmylife.jp/renewal2023/images/product/kml250003/present-bg.jpg) no-repeat center center / cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.present-box {
  background-color: #fff;
  padding: 50px 20px 50px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .present-box {
    padding: 20px 20px 50px;
  }
}
.present-bnr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  /* ← 半分はみ出す */
  width: 80% !important;
}
.qol-img {
  max-width: 200px;
  margin: 30px auto 10px;
}
#size {
    background-color: #EBE8E2;
    padding: 50px 20px;
  }
  #size p {
    text-align: left;
  }
.size-intro {
  text-align: center;
    font-size: 28px;
    color: #7A4452;
    font-weight: bold;
}
.faq_wrap {
  margin-top: 30px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.faq-text {
  font-size: 14px;
}
}
.faq_q,
.faq_a {
  display: flex;
  align-items: center;
  padding: 10px;
}
.faq_q {
  background-color: #A56666;
  color: #fff;
  font-weight: bold;
}
.faq_a {
  background-color: #fff;
}
.faq_wrap img {
  max-width: 30px;
  margin-right: 10px;
  flex: 0 0 30px;
}

.faq-bnr img {
  max-width: none;
  width: 100%;
  margin-right: 0;
}
.service-title01,
.service-title02 {
  border-radius: 50px;
  padding: 10px 20px;
  margin-bottom: 30px;
  display: block;
}
.service-title01 {
  background-color: #7A4452;
}
.service-title02 {
  background-color: #A56666;
}