@charset "UTF-8";

/* ==================================================
   既存CSS打消し
   ================================================== */
.navi_10730101 {
    font-size: 14px;
}
.mdl_col_6>:nth-child(7n) {
    margin-right: 0;
}
.mdl_col_6>:nth-child(6n) {
    margin-right: 1%;
}
.product_sub_description .mdl_part_link_4th {
    width: calc(100% / 7);
    margin-top: 0;
}
@media (width <=750px) {  
  .p-product_content .net_content{
    flex-wrap: wrap;
  }
  .p-product_content .c-product_info__title span{
    display: block;
  }
  .navi_10730101 {
    font-size: inherit;
  }
  .product_sub_description .mdl_part_link_4th {
      margin-top: 20px;
  }
  .mdl_col_6>:nth-child(6n) {
      margin-right: 0;
  }
}
/* ==================================================
   リニューアル用
   ================================================== */

.p-detail-lp,
.p-detail-lp *,
.p-detail-lp *::before,
.p-detail-lp *::after {
  box-sizing: border-box;
}

.p-detail-lp {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px;
  position: relative;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif !important;
  -webkit-text-size-adjust: 100%;
}

.p-detail-lp img {
  max-width: 100%;
  vertical-align: bottom;
}

.p-detail-lp a {
  text-decoration: none;
  color: inherit;
}

.p-detail-lp ul,
.p-detail-lp li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-detail-lp button {
  font: inherit;
  cursor: pointer;
}

.p-detail-lp .sec {
  position: relative;
}

.p-detail-lp .sec-img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================================================
   section2
   ================================================== */
.p-detail-lp .sec-02 {
  margin-bottom: 50px;
}
.p-detail-lp .sec-02 .link{
  width: min(720px,96vw);
  margin: 0 auto;
  padding: 0.5em 0;
  background: #e8e8e8;
  text-align: center;
  border-radius: 10px;
}
.p-detail-lp .sec-02 .link a{
  text-decoration:underline;
  font-weight: bold;
  color: #172a88;
}

/* ==================================================
   section1〜4：画像を並べるだけ
   ================================================== */
.p-detail-lp .sec-04 {
    margin-top: 0 !important;
}
.p-detail-lp .sec-04 .sec-img + .sec-img {
  display: block;
}

/* ==================================================
   section5 / section6 共通：
   画像に「カートに入れる」「詳しく見る」ボタンを重ねるパターン
   ================================================== */
.p-detail-lp .p-overlay-frame {
  position: relative;
}

.p-detail-lp .p-overlay-frame__bg {
  display: block;
  width: 100%;
  height: auto;
}

.p-detail-lp .p-overlay-frame__btn {
  position: absolute;
  transition: opacity 0.2s ease;
}

.p-detail-lp .p-overlay-frame__btn:hover {
  opacity: 0.8;
}

.p-detail-lp .p-overlay-frame__btn img {
  display: block;
  width: 100%;
  height: auto;
}


/* ==================================================
   section5
   ================================================== */
.p-detail-lp .sec-05 .title{
  margin-bottom: 50px;
}

.sec-05 .p-overlay-frame__btn {
  position: absolute;
  left: 50%;
  bottom: min(50px, 6.66vw);
  transform: translateX(-50%);
  max-width: min(600px, 80vw);
  width: 100%;
}

.sec-05 .p-overlay-frame__btn.button01 {
  top: min(500px, 66.55vw);
}

.sec-05 .p-overlay-frame__btn.button02 {
  bottom: min(500px, 116vw);
}

/* .sec-05 .p-overlay-frame__btn.button03 {
  bottom: min(120px, 66.55vw);
} */

.sec-05 .p-overlay-frame__btn:hover {
  opacity: 0.8;
}

.sec-05 .p-overlay-frame__btn img {
  display: block;
  width: 100%;
  height: auto;
}


/* ==================================================
   section6
   ================================================== */
.p-detail-lp .sec-06 .p-overlay-frame__btn {
  position: absolute;
  bottom: min(50px, 6.66vw);
  max-width: min(600px, 80vw);
  width: 100%;
}
.p-detail-lp .sec-06 .ct_wrapper{
  padding: min(100px, 13.33vw) 0 0;
}
.p-detail-lp .sec-06 .ct_wrapper2{
  padding: 30px 0 0;
}
.p-detail-lp .sec-06 .ct_wrapper .p-overlay-frame__btn, .p-detail-lp .sec-06 .ct_wrapper2 .p-overlay-frame__btn {
  position: absolute;
  right: min(100px, 13.33vw);
  width: min(354px, 47.2vw);
  transition: opacity 0.2s ease;
}

.p-detail-lp .sec-06 .ct_wrapper .p-overlay-frame__btn.button01 {
  top: min(500px, 66.66vw);
}

.p-detail-lp .sec-06 .ct_wrapper .p-overlay-frame__btn.button02 {
  bottom: min(500px, 66.66vw);
}

.p-detail-lp .sec-06 .ct_wrapper .p-overlay-frame__btn.button03 {
  bottom: min(120px, 16vw);
}

.p-detail-lp .sec-06 .ct_wrapper2 .p-overlay-frame__btn.button04 {
  bottom: min(100px, 13.33vw);
}

.p-detail-lp .sec-06 .ct_wrapper .p-overlay-frame__btn:hover {
  opacity: 0.8;
}

.p-detail-lp .sec-06 .ct_wrapper .p-overlay-frame__btn img {
  display: block;
  width: 100%;
  height: auto;
}


/* ==================================================
   section7：Q&A（アコーディオン）
   ================================================== */
.p-detail-lp .faq-section {
  width: 100%;
  padding: min(50px,6.66vw) min(16px,2.13vw);
  box-sizing: border-box;
  background: #fff;
  background-color: #F1EAE4;
}

.p-detail-lp .faq-heading {
  width: min(206px,27.46vw);
  margin: 0 auto min(50px,6.66vw);
}

.p-detail-lp .faq-photo {
  width: min(680px,90.66vw);
  margin: 0 auto  min(80px,10.66vw);
}

.p-detail-lp .faq-inner {
  max-width: min(680px,90.66vw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-detail-lp .faq-item {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(107, 92, 83, 0.12);
}

.p-detail-lp .faq-question {
  border-radius: 10px;
}

.p-detail-lp details[open] .faq-question {
  border-radius: 10px 10px 0 0;
}

.p-detail-lp details[open] .faq-answer {
  border-radius: 0 0 10px 10px;
}

.p-detail-lp .faq-question {
  background-color: #FFF;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
}

.p-detail-lp .faq-question::-webkit-details-marker {
  display: none;
}

.p-detail-lp .faq-q-image {
  flex: 1;
  max-width: calc(100% - 30px);
}

.p-detail-lp .faq-q-image img {
  display: block;
  width: 100%;
  max-width: calc(100% - 30px);
  height: auto;
}

/* ==================================================
   Q&A テキスト版（画像を使わず直接テキストで表示）
   ================================================== */
.p-detail-lp .faq-q-text,
.p-detail-lp .faq-a-text {
  display: flex;
  align-items: flex-start;
  gap: min(16px, 2.13vw);
  flex: 1;
}
.p-detail-lp .faq-q-text {
    align-items: center;
}

.p-detail-lp .faq-label {
  width: min(28px, 3.73vw);
  height: auto;
  flex-shrink: 0;
  display: block;
}

.p-detail-lp .faq-q-body {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #555555;
  padding-top: 0.15em;
}

@media (width <=750px) {
  .p-detail-lp .faq-q-body {
    font-size: 1.6rem;
  }
}

.p-detail-lp .faq-a-body {
  font-size: 1.8rem;
  line-height: 1.85;
  color: #555555;
  padding-top: 0.1em;
}

@media (width <=750px) {
  .p-detail-lp .faq-a-body {
    font-size: 1.6rem;
  }
}

.p-detail-lp .faq-a-body p {
  margin: 0 0 0.9em;
}

.p-detail-lp .faq-answer  .faq-a-text {
  border-top: 1px solid;
  padding-top: 16px;
}

.p-detail-lp .faq-a-body p:last-child {
  margin-bottom: 0;
}

.p-detail-lp .faq-a-body strong {
  font-weight: 700;
  color: #6b5c53;
}

.p-detail-lp .faq-a-body .faq-note {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: #8a8a8a;
  margin-top: 0.6em;
}

.p-detail-lp .faq-a-body sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
}

.p-detail-lp .faq-toggle-icon {
  position: relative;
  width: min(16px,2.13vw);
  height: min(16px,2.13vw);
  flex-shrink: 0;
  margin-left: 12px;
}

.p-detail-lp .faq-toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #555555;
  transform: translateY(-50%);
}

.p-detail-lp .faq-toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #555555;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-detail-lp details[open] .faq-toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.p-detail-lp .faq-answer {
  overflow: hidden;
  background-color: #ffffff;
}

.p-detail-lp details[open] .faq-answer-inner {
  animation: p-detail-lp-faqAccordion 0.35s ease-out forwards;
}

@keyframes p-detail-lp-faqAccordion {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    padding-top: 0;
    padding-bottom: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    padding-bottom: 12px;
  }
}

.p-detail-lp .faq-answer-inner {
  padding: 0 16px 20px!important;
}

.p-detail-lp .faq-a-image img {
  display: block;
  width: 100%;
  max-width: calc(100% - 30px);
  height: auto;
}

.p-detail-lp .faq-a-image {
    margin-bottom: 8px;
    padding-top: 1em;
    border-top: 1px solid #000;
}

/* もっと見るリンクボタン */
.p-detail-lp .faq-more-btn {
  display: block;
  width: min(556px,74.13vw);
  margin: 28px auto 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.p-detail-lp .faq-more-btn:hover {
  opacity: 0.8;
}

.p-detail-lp .faq-more-btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================================================
   section7専用：Q&A 3件のみ表示 → 「さらに詳しく」で残りを表示
   （JS不要／チェックボックス+labelのCSSのみで実装）
   ================================================== */
.p-detail-lp .faq-more-toggle {
  /* 見た目には出さないが、チェック状態の判定には使うため
     display:none ではなく position/opacity で隠す */
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* ↑ 上記の代わりに以下を追加 */
.p-detail-lp .faq-hidden-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 70px;      /* 4つ目の質問が少しだけ覗く高さ。お好みで調整可 */
  overflow: hidden;
  position: relative;
}

.p-detail-lp .faq-hidden-group::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;           /* max-heightと同じ値にする */
  background: linear-gradient(to bottom, rgba(241, 234, 228, 0) 0%, #f1eae4 85%);
  pointer-events: none;   /* グラデーションの下のテキストがクリックできないよう保険 */
}

.p-detail-lp .faq-more-toggle:checked ~ .faq-hidden-group {
  max-height: none;
  overflow: visible;
}

.p-detail-lp .faq-more-toggle:checked ~ .faq-hidden-group::after {
  content: none;          /* 展開後はグラデーションを消す */
}

.p-detail-lp .faq-more-toggle:checked ~ .faq-more-btn {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .p-detail-lp details[open] .faq-answer-inner {
    animation: none;
  }
}
