/* =========================================
   PV Guide + Accordion (Flat) + Payment Inner Accordion
   Font sizes unified:
   - Main heading: 1.6rem
   - Mid/Small headings + body: 1.4rem
   - Notes: 1.3rem
========================================= */

.page { background-image: none; }

/* ---- PV Tone & Manner variables ---- */
:root{
  --pv-black:#1E1E1E;
  --pv-white:#FFFFFF;

  --pv-base-1:#EFEFEF;
  --pv-base-2:#F2F2F2;

  --pv-gray-1:#515356;
  --pv-gray-2:#BEBEBE;

  --pv-accent-1:#DC5300;
  --pv-accent-2:#EF7B00;
  --pv-alert:#FF2400;

  --pv-radius:14px;
}

:root{ --pv-panel-bg:#fff; }

/* =========================
   Guide header
========================= */
.pv-guide{ color: var(--pv-black);font-family:sans-serif; }

strong {
  font-weight:600;
}

.pv-guide--flat{
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 10px;
}

.pv-guide__eyebrow{
  margin: 0 0 6px;
  font-size: 1.3rem;
  letter-spacing: .14em;
  font-weight: 700;
  color: var(--pv-gray-1);
}

.pv-guide__title{
  margin: 0 0 14px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
}

/* =========================
   Outer Accordion (flat)
========================= */
.pv-acc{ display: grid; gap: 0; }

.pv-acc--flat{
  display: block;
  border-top: 1px solid rgba(30,30,30,.14);
}

.pv-acc--flat .pv-acc__item{
  border: none;
  border-bottom: 1px solid rgba(30,30,30,.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

/* summary reset */
.pv-acc__head{ list-style: none; }
.pv-acc__head::-webkit-details-marker{ display:none; }

/* header */
.pv-acc--flat .pv-acc__head{
  position: relative;
  padding: 16px 44px 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
}

/* left accent bar */
.pv-acc--flat .pv-acc__head:before{
  content:"";
  position:absolute;
  left:6px;
  top:12px;
  bottom:12px;
  width: 3px;
  border-radius: 999px;
  background: var(--pv-accent-1);
  opacity: .75;
}

/* title/meta */
.pv-acc--flat .pv-acc__ttl{
  display:block;
  font-size: 1.6rem; 
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
  letter-spacing: .02em;
}

.pv-acc--flat .pv-acc__meta{
  display:block;
  font-size: 1.3rem;          /* 注釈 */
  line-height: 1.35;
  color: var(--pv-gray-1);
  font-weight:normal!important;
}

/* chevron */
.pv-acc__icon{
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--pv-black);
  border-bottom: 2px solid var(--pv-black);
}
.pv-acc--flat .pv-acc__icon{
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  opacity: .85;
  transition: transform .18s ease;
}
.pv-acc--flat .pv-acc__item[open] .pv-acc__icon{
  transform: translateY(-50%) rotate(-135deg);
}

/* open state */
.pv-acc--flat .pv-acc__item[open] .pv-acc__head{
  background: rgba(220, 83, 0, 0.1) !important;
}

/* body/content */
.pv-acc__body{ background: transparent; }

.pv-acc--flat .pv-acc__content{
  padding: 14px 14px 16px;
  margin: 0;
  border: none;
  box-shadow: none;

  font-size: 1.4rem;          /* 本文 */
  line-height: 1.85;
}

/* lists */
.pv-list{
  margin: 0;
  padding-left: 1.15em;
}
.pv-list li{ margin: 0 0 5px; }
.pv-list b{ font-weight: 700; }

/* subsection title (返品など) */
.pv-subttl{
  margin: 14px 0 6px;
  font-size: 1.4rem;          /* 小見出し */
  font-weight: 700;
  position: relative;
  padding-left: 10px;
}
.pv-subttl:before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width:4px;
  height:1.05em;
  border-radius: 999px;
  background: var(--pv-accent-2);
}

/* note box (light) */
.pv-note{
  margin: 12px 0 0;
  padding: 10px 12px;
  background: #efefef;
  border: 1px solid var(--pv-accent-2);
  border-radius: 10px;
  color: var(--pv-gray-1);
  font-size: 1.3rem;          /* 注釈 */
  line-height: 1.75;
}

/* focus */
.pv-acc__head:focus{ outline:none; }
.pv-acc__head:focus-visible{
  outline: 3px solid rgba(220,83,0,.30);
  outline-offset: 2px;
  border-radius: 10px;
}

/* active feedback */
.pv-acc--flat .pv-acc__head:active{
  background: rgba(220,83,0,.06);
}

/* responsive */
@media (min-width: 768px){
  .pv-guide--flat{ padding: 22px 18px; }
  .pv-acc--flat .pv-acc__head{ padding: 18px 52px 18px 24px; }
  .pv-acc--flat .pv-acc__icon{ right: 18px; }
  .pv-acc--flat .pv-acc__content{ padding: 16px 18px 18px; }
}

/* =========================
   Payment Inner Accordion
========================= */
.pv-pay-acc{
  margin-top: 4px;
  border-top: 1px solid rgba(30,30,30,.12);
}

.pv-pay-item{
  border-bottom: 1px solid rgba(30,30,30,.12);
}

/* inner summary */
.pv-pay-head{
  list-style: none;
  cursor: pointer;
  padding: 12px 36px 12px 10px;
  position: relative;
  font-weight: 700;
  user-select: none;
}
.pv-pay-head::-webkit-details-marker{ display:none; }

.pv-pay-ttl{
  font-size: 1.4rem;          /* 中・小見出し */
  font-weight: 700;
  line-height: 1.25;
}

/* inner chevron */
.pv-pay-icon{
  position:absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--pv-black);
  border-bottom: 2px solid var(--pv-black);
  opacity: .7;
  transition: transform .18s ease;
}
.pv-pay-item[open] .pv-pay-icon{
  transform: translateY(-50%) rotate(-135deg);
  opacity: .9;
}

/* open bg */
.pv-pay-head,
.pv-rma-head {
  background: #f4f4f4 !important;
}

.pv-pay-item[open] .pv-pay-head,
.pv-rma-item[open] .pv-rma-head {
  background: #FFF9F5 !important;
}

/* inner body */
.pv-pay-body{
  padding: 8px 10px 12px;
  font-size: 1.4rem;          /* 本文 */
  line-height: 1.75;
}
.pv-pay-body p{
  margin: 6px 0;
  font-size: 1.4rem;          /* 本文 */
  line-height: 1.75;
}
.pv-pay-body ul{ margin: 6px 0 0 1.2em; }

.pv-pay-note{
  font-size: 1.3rem;          /* 注釈 */
  color: var(--pv-gray-1);
}

/* tap feedback */
.pv-pay-head:active{
  background: rgba(220,83,0,.06);
}

/* =========================
   Payment readable grid (labels)
========================= */
.pv-pay-grid{
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.pv-pay-row{
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(30,30,30,.12);
}
.pv-pay-row:first-child{
  border-top: none;
  padding-top: 0;
}

.pv-pay-label{
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--pv-accent-1);
  letter-spacing: .02em;
  line-height: 1.2;
  padding-top: .15em;
  position: relative;
}
.pv-pay-label:before{
  content:"";
  position:absolute;
  left: -10px;
  top: 0.15em;
  width: 3px;
  height: 1.1em;
  border-radius: 999px;
  background: rgba(220,83,0,.60);
}

.pv-pay-text{
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 0 10px;
}
.pv-pay-text b{ font-weight: 700; }

.pv-pay-text span{display:inline-block;margin-bottom:8px;}

.pv-pay-sub{
  display: inline-block;
  margin-top: 4px;
  font-size: 1.3rem;          /* 注釈 */
  color: var(--pv-gray-1);
}

.pv-pay-foot{
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(30,30,30,.12);
  font-size: 1.3rem;
  line-height: 1.7;
  color: var(--pv-gray-1);
}

/* narrow phones */
@media (max-width: 420px){
  .pv-pay-row{
    grid-template-columns: 1fr;
    gap: 6px;
    border-top: none;
  }
  .pv-pay-label{ color:#da5300;padding: 0 10px; }
  .pv-pay-label:before{ left: 0; top: 0;}
}


/* ===== PV style link button ===== */
.pv-link-btn-wrap{
  margin: 12px 0 0;
}

.pv-link-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 14px;
  border-radius: 999px;

  background: rgba(220,83,0,.08);
  border: 1px solid rgba(220,83,0,.35);

  color: var(--pv-black);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition: background .15s ease, box-shadow .15s ease, transform .05s ease;
}

/* 右向き矢印を疑似要素で */
.pv-link-btn:after{
  content:"";
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--pv-black);
  border-bottom: 2px solid var(--pv-black);
  transform: rotate(-45deg);
  margin-left: 2px;
  opacity: .8;
}

/* hover / focus */
.pv-link-btn:hover{
  background: rgba(220,83,0,.14);
  box-shadow: 0 2px 8px rgba(30,30,30,.08);
}

.pv-link-btn:focus-visible{
  outline: 3px solid rgba(220,83,0,.35);
  outline-offset: 2px;
}

/* active（タップ時） */
.pv-link-btn:active{
  transform: translateY(1px);
  box-shadow: 0 1px 4px rgba(30,30,30,.06);
}

/* iPhone 12 Pro（390px）以下 */
@media (max-width: 390px){
    .pv-pay-label {
        padding: 0 10px;
        color: #da5300;
  }

    .pv-pay-label:before {
        background: transparent;
        border-left: 5px solid rgb(220 83 0 / 16%);
        top: 0;
    }
}

  .pv-pay-row{
    gap: 8px;
  }
}

@media (max-width: 390px){
  .pv-pay-row{
    grid-template-columns: 1fr;
    border-top: none;
  }
}

/* =========================================
   RMA Inner Accordion (キャンセル/返品/交換)
   - same feel as payment inner accordion
========================================= */

.pv-rma-acc{
  margin-top: 10px;
  border-top: 1px solid rgba(30,30,30,.12);
}

.pv-rma-item{
  border-bottom: 1px solid rgba(30,30,30,.12);
}

/* summary */
.pv-rma-head{
  list-style: none;
  cursor: pointer;
  padding: 12px 36px 12px 10px;
  position: relative;
  font-weight: 700;
  user-select: none;
}
.pv-rma-head::-webkit-details-marker{ display:none; }

.pv-rma-ttl{
  font-size: 1.4rem;     /* 中・小見出し */
  line-height: 1.25;
}

/* chevron */
.pv-rma-icon{
  position:absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--pv-black);
  border-bottom: 2px solid var(--pv-black);
  opacity: .7;
  transition: transform .18s ease;
}
.pv-rma-item[open] .pv-rma-icon{
  transform: translateY(-50%) rotate(-135deg);
  opacity: .9;
}

/* body */
.pv-rma-body{
  padding: 8px 10px 12px;
  font-size: 1.4rem;     /* 本文 */
  line-height: 1.75;
}
.pv-rma-body .pv-list{
  margin: 0;
}
.pv-rma-body .pv-list li{
  margin: 6px 0;
}

/* tap feedback */
.pv-rma-head:active{
  background: rgba(220,83,0,.06);
}

.pv-rma-item,
.pv-pay-item{
  background: var(--pv-panel-bg);
  border: 1px solid rgba(30,30,30,.10);
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}

i {
  color:#dc5300;
  margin-right:8px;
}

.img-center {
  margin:0 auto;
  text-align:center;
}

/* =========================================
   details animation (force override UA rules)
========================================= */

details > .pv-acc__body,
details > .pv-pay-body,
details > .pv-rma-body{
  display: block !important;
  overflow: hidden;
}

/* 閉じた状態 */
details:not([open]) > .pv-acc__body,
details:not([open]) > .pv-pay-body,
details:not([open]) > .pv-rma-body{
  max-height: 0 !important;
  opacity: 0;
  pointer-events: none;
}

/* 開いた状態 */
details[open] > .pv-acc__body,
details[open] > .pv-pay-body,
details[open] > .pv-rma-body {
  max-height: 5000px !important;
  opacity: 1;
  pointer-events: auto;
}

/* 速度（ここをゆっくりに） */
.pv-acc__body,
.pv-pay-body,
.pv-rma-body{
  transition: max-height 0.7s ease, opacity 0.25s ease;
  will-change: max-height, opacity;
}
