@charset "UTF-8";
/* ==========================================================
   コンコンピルクリニック トップページ
   PCファースト（SP調整は末尾の @media (max-width: 749.98px) に集約）
========================================================== */

/* ===== 装飾帯（水彩テクスチャ） ===== */
.band {
  position: relative;
  background: #fce4ec url(../img/top/texture.webp) center / cover no-repeat;
}

/* ===== FV ===== */
.fv {
  position: relative;
  padding-top: 100px;
}
.fv-band {
  position: relative;
  background: linear-gradient(-90deg, #ffd1d4 0%, #fff1f2 100%);
  border-top: 1px solid var(--c-pink-line);
  border-bottom: 1px solid var(--c-pink-line);
  overflow: hidden;
  height: 700px;
}
.fv-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/fv_bg_pc.webp) center / cover no-repeat;
}
.fv-photo {
  position: absolute;
  bottom: 0;
  right: calc(50% - 735px);
  height: 100%;
  pointer-events: none;
}
.fv-photo img {
  width: auto;
  height: 100%;
}
.fv-inner {
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 71px;
}
.fv-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 43px;
  background: var(--c-pink);
  border: 1px solid var(--c-rose);
  color: var(--c-rose);
  font-family: var(--f-maru);
  font-weight: 500;
  font-size: 22.5px;
  border-radius: 50px;
}
.fv-catch {
  margin-top: 10px;
  font-family: var(--f-maru);
  font-weight: 500;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.fv-catch span {
  color: var(--c-rose);
}
.fv-lead {
  margin-top: 12px;
  font-size: 22px;
  line-height: calc(36 / 22);
  font-weight: 500;
}
.fv-points {
  display: flex;
  margin-top: 33px;
  gap: 25px;
}
.fv-points li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  text-align: center;
  border-radius: 50%;
  background: var(--c-salmon);
  color: #fff;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.35;
}
.fv-points li::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}
.fv-points .num {
  display: block;
  font-size: 52px;
  line-height: 0.7;
}
.fv-points .num i {
  font-style: normal;
  font-size: 16.5px;
}
.fv-points .speed {
  font-size: 21px;
}
.fv .btn-cta {
  width: 425px;
  height: 66px;
  font-size: 24px;
  margin-top: 22px;
}
.fv .btn-cta::after {
  right: 30px;
  font-size: 22px;
}

/* ===== 料金プラン（price-intro） ===== */
.price-intro {
  background: #fff;
  padding: 90px 0 30px;
}
.price-box {
  width: 1200px;
  margin: 32px auto 0;
  background: var(--c-pink);
  border: 1px solid var(--c-rose-l);
  border-radius: 20px;
  padding: 52px 0 60px;
}
.price-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-main .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 61px;
  background: var(--c-salmon);
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  border-radius: 50px;
  margin-right: 45px;
  margin-top: 20px;
}
.price-main .num {
  font-family: var(--f-antique);
  color: var(--c-rose);
  font-weight: 400;
  font-size: 128px;
  line-height: 1;
}
.price-main .num .comma {
  font-size: 70px;
}
.price-main .sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  margin-left: 16px;
  margin-top: 37px;
  position: relative;
}
.price-main .sub-row {
  display: flex;
  align-items: flex-start;
}
.price-main .unit {
  font-family: var(--f-antique);
  color: var(--c-rose);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  margin-top: 4px;
}
.price-main .tax {
  font-family: var(--f-antique-soft);
  color: var(--c-rose);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
.price-main .ref {
  font-weight: 700;
  font-size: 16px;
  align-self: flex-start;
  margin-left: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
.price-check {
  width: fit-content;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 32px;
  line-height: calc(50 / 32);
}
.price-check li {
  display: flex;
  align-items: center;
  position: relative;
}
.price-check .ico {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 30px;
  margin-right: 12px;
}
.price-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid #000;
}
.price-lead {
  text-align: center;
  font-weight: 500;
  margin-top: 44px;
  font-size: 32px;
  line-height: calc(50 / 32);
}
.price-note {
  text-align: center;
  margin-top: 26px;
  font-size: 14px;
}
.price-intro .btn-table {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 384px;
  height: 66px;
  margin: 0 auto;
  margin-top: 40px;
  background: var(--c-rose);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 60px;
  transition: opacity 0.3s;
}
.price-intro .btn-table:hover {
  opacity: 0.8;
}

/* ===== 当院の特徴（features） ===== */
.features {
  background: #fff;
  position: relative;
  padding: 55px 0 130px;
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  width: 1207px;
  margin: 52px auto 0;
  gap: 52px 51px;
}
.feature-card {
  position: relative;
  width: 578px;
  height: 417px;
}
.feature-card .card-body {
  background: var(--c-pink);
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.feature-card .card-body::after {
  content: "";
  position: absolute;
  top: 52px;
  bottom: 53px;
  left: 412px;
  border-left: 1px solid var(--c-pink-line);
}
.feature-card .no {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 44px;
  left: 46px;
  width: 68px;
  height: 68px;
  background: var(--c-salmon);
  color: #fff;
  font-weight: 700;
  font-size: 36px;
}
.feature-card h3 {
  position: absolute;
  top: 38px;
  left: 129px;
  display: flex;
  align-items: center;
  min-height: 79px;
  color: var(--c-rose);
  font-weight: 700;
  font-size: 24px;
  line-height: calc(34 / 24);
}
.feature-card .txt {
  position: absolute;
  top: 134px;
  left: 46px;
  max-width: 350px;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0.1em;
}
.feature-card .icon {
  position: absolute;
  top: 0;
  left: 412px;
  width: 166px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-note {
  font-size: 14px;
  line-height: calc(18 / 14);
}
.feature-card .features-note {
  position: absolute;
  top: 330px;
  left: 46px;
}
.features-fox {
  position: absolute;
  width: 231px;
  right: calc(50% - 606px);
  bottom: 3px;
}

/* ===== ピルの種類と料金（price） ===== */
.price {
  position: relative;
  /* 下90px＝重要事項リンク下の見え余白90px＋comparisonの-80px重なり分 */
  padding: 120px 0 170px;
}
.price-cats {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
  margin: 40px auto 0;
  gap: 0 116px;
}
.price-cat {
  width: 552px;
}
.price-cat h3 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 36px;
}
.price-cat .chips {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin-top: 20px;
}
.chip {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 88px;
  background: #fff;
  border: 2px solid var(--c-rose);
  border-radius: 50px;
  color: var(--c-rose);
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
  font-family: var(--f-base);
  transition: background 0.3s;
}
.chip::after {
  content: "〉";
  color: #F43F5E;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(90deg) translateX(0.28em);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s;
}
.chip:hover {
  background: var(--c-pink);
}

/* PC タブ */
.price-tabs {
  width: 1202px;
  margin: 90px auto 0;
}
.tab-list {
  display: flex;
}
.tab-list [role="tab"] {
  flex: 1;
  height: 100px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  cursor: pointer;
  font-family: var(--f-base);
  font-weight: 500;
  font-size: 22px;
  background: #f5f5f5;
  color: #000;
  border-radius: 20px 20px 0 0;
}
.tab-list [role="tab"][aria-selected="true"] {
  background: var(--c-rose-l);
  border-color: var(--c-rose-l);
  color: #fff;
  font-weight: 700;
}
.tab-panel {
  background: var(--c-pink);
  border-radius: 0 0 20px 20px;
  padding: 56px 76px 60px;
  border: 1px solid #FFA3B1;
  font-weight: 500;
}
.tab-panel[hidden] {
  display: none;
}

/* パネル共通 */
.panel-desc {
  letter-spacing: 0.1em;
  font-size: 28px;
  line-height: calc(40 / 28);
}
.panel-reco {
  letter-spacing: 0.1em;
  margin-top: 26px;
  font-size: 28px;
  line-height: calc(40 / 28);
}
.panel-reco li::before {
  content: "●";
  color: var(--c-rose-l);
  font-size: 1em;
}
.reco-tail {
  letter-spacing: 0.1em;
  margin-top: 26px;
  font-size: 28px;
  line-height: calc(40 / 28);
}

/* 料金表（画像） */
.zu-img {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.zu-img img {
  width: auto;
  height: auto;
  max-width: none;
}
.panel-note {
  font-weight: 400;
  margin-top: 24px;
  font-size: 16px;
}

/* SP アコーディオン */
.acc-cat h3 {
  font-weight: 700;
}
.acc-item .acc-body {
  display: none;
  background: var(--c-pink);
}

/* 副作用 */
.side-effect {
  position: relative;
  width: 1200px;
  margin: 70px auto 0;
  background: var(--c-pink);
  border-radius: 40px;
  padding: 60px 48px 56px;
  border: 1px solid #FFA3B1;
}
.side-effect .fox {
  position: absolute;
  width: 96px;
  top: -96px;
  left: calc(50% - 48px);
}
.side-effect h3 {
  color: var(--c-rose);
  font-weight: 700;
  font-size: 30px;
}
.side-effect .se-lead {
  font-size: 24px;
  line-height: calc(38 / 24);
  margin-top: 8px;
}
.se-list {
  display: flex;
  gap: 26px;
  margin-top: 36px;
}
.se-item {
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 20px 126px 24px 28px;
  font-size: 18px;
  line-height: 1.6;
}
.se-item .se-cat {
  display: block;
  color: var(--c-rose);
  font-weight: 700;
  font-size: 22px;
}
.se-item .se-price {
  position: absolute;
  top: 52px;
  right: 26px;
  color: var(--c-rose-l);
  font-weight: 700;
  font-size: 30px;
}
.se-item .se-price .u {
  font-size: 0.55em;
}
.se-item .se-dose {
  display: block;
}

/* ===== かんたん比較（comparison） ===== */
.comparison {
  background: #fff;
  position: relative;
  margin-top: -80px;
  border-top-right-radius: 80px;
  padding: 100px 0 120px;
}
.comparison::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle 80px at 100% 0, transparent 79px, #fff 80px);
  pointer-events: none;
}
.comp-scroll {
  width: 1200px;
  margin: 60px auto 0;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}
.comp-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.comp-table th,
.comp-table td {
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 6px;
  font-size: 16px;
}
.comp-table thead th {
  background: var(--c-rose-l);
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}
.comp-table .col-drug {
  width: 180px;
}
.comp-table .cat th {
  background: #ffd6da;
  text-align: center;
  font-weight: 700;
  padding: 18px 20px;
  font-size: 18px;
}
.comp-frame {
  position: relative;
}
.comp-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--c-rose-l);
  border-radius: 40px;
  pointer-events: none;
}
/* ヘッダー外周の白ボーダー除去 */
.comp-table thead tr:first-child th {
  border-top: none;
}
.comp-table thead tr:first-child th:first-child {
  border-left: none;
}
.comp-table thead tr:first-child th:last-child {
  border-right: none;
}
/* ヘッダー最下段とボディの間の白線を除去 */
.comp-table thead th[rowspan] {
  border-bottom: none;
}
.comp-table thead tr:nth-child(2) th {
  border-bottom: none;
}
.comp-table tbody th {
  background: #fff;
  border: 1px solid var(--c-rose-l);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  padding: 16px 8px;
}
.comp-table tbody td {
  background: #fff;
  border: 1px solid var(--c-rose-l);
  color: var(--c-rose-l);
  font-weight: 500;
  font-size: 28px;
}
.comp-table tbody th img {
  margin: 0.5em auto 0;
  max-width: 130px;
}
.comp-notes {
  width: 1200px;
  margin: 36px auto 0;
  line-height: 1.7;
  font-size: 14px;
}
.comp-scroll-hint {
  display: none;
}

/* ===== 決済方法（payment） ===== */
.payment {
  position: relative;
  padding: 100px 0 90px;
}
.pay-list {
  width: 1200px;
  margin: 45px auto 0;
}
.pay-item {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 24px 0 28px;
}
.pay-item + .pay-item {
  margin-top: 24px;
}
.pay-tit {
  color: var(--c-rose);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.pay-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.pay-logos.conv {
  gap: 21px;
}

/* ===== Q&A ===== */
.qa {
  position: relative;
  padding: 170px 0 200px;
}
.faq-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.faq-list .faq-item + .faq-item {
  margin-top: 34px;
}
.faq-list .js-faq-q {
  position: relative;
  min-height: 86px;
  background: var(--c-salmon);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 32px;
  border-radius: 50px;
  padding: 10px 100px;
}
.faq-list .js-faq-q.is-open {
  border-radius: 50px 50px 0 0;
}
.faq-list .js-faq-q::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%) rotate(90deg) translateX(0.28em);
  font-weight: 400;
  font-size: 33px;
  line-height: 1;
  transition: transform 0.3s;
}
.faq-list .js-faq-q.is-open::after {
  transform: translateY(-50%) rotate(-90deg) translateX(0.28em);
}
.faq-list .js-faq-a {
  display: none;
  background: var(--c-pink);
  letter-spacing: 0.1em;
  border-radius: 0 0 50px 50px;
  padding: 25px 54px 50px;
  font-size: 18px;
  line-height: calc(30 / 18);
}

/* ===== ピルに関する重要事項（リンク＋モーダル） ===== */
.pill-important {
  text-align: center;
  margin-top: 60px;
}
.pill-important button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f-base);
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  transition: color 0.3s;
}
.pill-important button:hover {
  color: var(--c-rose);
}

.pill-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  /* PCレイアウト時はヘッダー同様に最小幅を確保（750-1239px相当の潰れ防止） */
  min-width: 1240px;
  /* フェード（.is-open で表示） */
  opacity: 0;
  transition: opacity 0.3s;
}
.pill-modal.is-open {
  opacity: 1;
}
.pill-modal[hidden] {
  display: none;
}
.pill-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.pill-modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1200px;
  max-width: 100%;
  max-height: min(86vh, 1100px);
  background: var(--c-pink);
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(244, 63, 94, 0.25);
}

/* ヘッダー（タイトル固定） */
.pill-modal-head {
  position: relative;
  flex: 0 0 auto;
  background: var(--c-salmon);
  color: #fff;
  text-align: center;
  padding: 20px 90px;
}
.pill-modal-head h2 {
  margin: 0;
  font-family: var(--f-base);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
}
.pill-modal-x {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  padding: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.pill-modal-x:hover {
  opacity: 0.7;
}

/* スクロールする本文 */
.pill-modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 26px 50px 60px;
  font-size: 18px;
  line-height: calc(30 / 18);
  letter-spacing: 0.1em;
  text-align: justify;
}
.pill-modal-body::-webkit-scrollbar {
  width: 6px;
}
.pill-modal-body::-webkit-scrollbar-thumb {
  background: var(--c-rose);
  border-radius: 3px;
}
.pill-modal-body p {

}
.pill-modal-body p:last-child {
  margin-bottom: 0;
}
.pm-section {
  margin-top: 40px;
}
.pm-section:first-of-type {
  margin-top: 36px;
}
.pm-sec-tit {
  color: var(--c-rose);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--c-rose);
  padding-bottom: 12px;
  margin: 0 0 16px;
}

/* 薬剤カード（白） */
.pm-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 40px 28px;
  margin: 48px 0 0;
}
.pm-card-tit {
  display: inline-block;
  background: var(--c-rose);
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 999px;
  padding: 11px 23px;
  margin: 0 0 16px;
}
.pm-drugs {
  background: var(--c-pink);
  border-radius: 20px;
  padding: 10px 29px;
  font-size: 16px;
  line-height: calc(30 / 16);
  margin-bottom: 1em;
}
.pm-drugs b {
  color: var(--c-rose);
}
.pm-item {
  margin-top: 14px;
}
.pm-item-tit {
  color: var(--c-rose);
  font-weight: 700;
  font-size: 18px;
}
.pm-item p {
  margin: 0 ;
}

/* 薬剤サブタイトル（カード内・黒太字） */
.pm-subcard {
  margin-top: 24px;
}
.pm-subcard-tit {
  font-weight: 700;
  font-size: 18px;
}
/* セクション直下のサブカードは白ボックス（副作用緩和薬） */
.pm-section > .pm-subcard {
  background: #fff;
  border-radius: 20px;
  padding: 22px 40px 26px;
  margin: 48px 0 0;
}

/* 救済制度ブロック（白ボックス） */
.pm-relief {
  background: #fff;
  border-radius: 20px;
  padding: 22px 40px 26px;
  margin: 48px 0 0;
}
.pm-relief-tit {
  color: var(--c-rose);
  font-weight: 700;
}
.pm-exclude {
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid #F43F5E;
}

/* 注意ボックス（白） */
.pm-note {
  background: #fff;
  border-radius: 20px;
  padding: 22px 40px 26px;
  margin: 48px 0 0;
}
.pm-note-tit {
  color: var(--c-rose);
  font-weight: 700;
}

/* チェックリスト（●・PC2カラム） */
.pm-check {
  margin: 16px 0 18px;
  columns: 2;
  column-gap: 26px;
}
.pm-check li {
  position: relative;
  padding: 0 0 0 30px;
  line-height: calc(40 / 18);
  break-inside: avoid;
  letter-spacing: -0.05em;
}
.pm-check li::before {
  content: "●";
  color: var(--c-rose);
  position: absolute;
  left: 0;
  top: 0;
}

/* 症状リスト（・） */
.pm-alert {
  margin: 10px 0 16px;
}
.pm-alert li {
  position: relative;
  padding: 0 0 0 28px;
  line-height: calc(30 / 18);
}
.pm-alert li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* 厚労省リンク */
.pm-ref {
  font-size: 18px;
  margin-top: 24px !important;
}
.pm-ref a {
  color: var(--c-rose);
  text-decoration: underline;
  word-break: break-all;
  font-size: 16px;
}

/* 連絡先（1行表記＋電話番号大） */
.pm-contact-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 16px;
}
.pm-contact-line .pm-clinic {
  line-height: 1.5;
  letter-spacing: 0;
}
.pm-contact-line .pm-tel {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--c-rose);
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}
.pm-contact-line .pm-tel .k {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.pm-contact-line .pm-tel .n {
  /* 数字グリフがベースライン寄りのため光学的に持ち上げて中央合わせ */
  position: relative;
  top: -0.05em;
}

/* フッター（閉じるボタン） */
.pill-modal-foot {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 40px 40px;
}
.pill-modal-btn {
  border: none;
  cursor: pointer;
  background: var(--c-rose);
  color: #fff;
  font-family: var(--f-base);
  font-weight: 700;
  font-size: 22px;
  padding: 15px 48px;
  border-radius: 999px;
  transition: opacity 0.3s;
}
.pill-modal-btn:hover {
  opacity: 0.85;
}

/* ==========================================================
   SP（<= 749.98px）
========================================================== */
@media (max-width: 749.98px) {
  /* ===== FV ===== */
  .fv {
    padding-top: min(calc(100 / 750 * 100vw), 100px);
  }
  .fv-band {
    height: auto;
    min-height: calc(1012 / 750 * 100vw);
    padding-bottom: min(calc(40 / 750 * 100vw), 40px);
    isolation: isolate;
    border-top: none;
    border-bottom: none;
  }
  .fv-band::before {
    background-image: url(../img/top/fv_bg_sp.webp);
    background-position: center;
  }
  .fv-photo {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: none;
    height: auto;
    width: 100%;
  }
  .fv-photo img {
    width: 100%;
    height: auto;
  }
  .fv-inner {
    width: calc(650 / 750 * 100%);
    margin: 0 auto;
    padding-top: min(calc(50 / 750 * 100vw), 50px);
  }
  .fv-tag {
    width: min(calc(336 / 750 * 100vw), 336px);
    height: min(calc(52 / 750 * 100vw), 52px);
    font-size: min(calc(28 / 750 * 100vw), 28px);
  }
  .fv-catch {
    margin-top: calc(30 / 750 * 100%);
    font-size: min(calc(48 / 750 * 100vw), 48px);
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .fv-lead {
    margin-top: calc(30 / 750 * 100%);
    font-size: min(calc(22 / 750 * 100vw), 22px);
    line-height: 1.75;
    font-weight: 500;
  }
  .fv-points {
    margin-top: calc(60 / 750 * 100%);
    gap: min(calc(6 / 750 * 100vw), 6px) min(calc(32 / 750 * 100vw), 32px);
    flex-wrap: wrap;
    width: min(calc(320 / 750 * 100vw), 320px);
  }
  .fv-points li:nth-child(3) {
    margin-left: min(calc(83 / 750 * 100vw), 83px);
  }
  .fv-points li {
    width: min(calc(136 / 750 * 100vw), 136px);
    height: min(calc(136 / 750 * 100vw), 136px);
    font-size: min(calc(18 / 750 * 100vw), 18px);
    line-height: 1.35;
  }
  .fv-points li::before {
    inset: min(calc(9 / 750 * 100vw), 9px);
  }
  .fv-points .num {
    font-size: min(calc(56 / 750 * 100vw), 56px);
    line-height: 1;
  }
  .fv-points .num i {
    font-size: min(calc(18 / 750 * 100vw), 18px);
  }
  .fv-points .speed {
    font-size: min(calc(23 / 750 * 100vw), 23px);
  }
  .fv .btn-cta {
    position: relative;
    z-index: 3;
    width: min(calc(656 / 750 * 100vw), 656px);
    height: min(calc(100 / 750 * 100vw), 100px);
    font-size: min(calc(30 / 750 * 100vw), 30px);
    margin: min(calc(85 / 750 * 100vw), 85px) auto 0;
  }
  .fv .btn-cta::after {
    right: min(calc(36 / 750 * 100vw), 36px);
    font-size: min(calc(28 / 750 * 100vw), 28px);
  }

  /* ===== 料金プラン ===== */
  .price-intro {
    padding: min(calc(90 / 750 * 100vw), 90px) 0 min(calc(40 / 750 * 100vw), 40px);
  }
  .price-box {
    width: calc(676 / 750 * 100%);
    margin: calc(40 / 750 * 100%) auto 0;
    border-radius: min(calc(20 / 750 * 100vw), 20px);
    padding: calc(75 / 750 * 100%) 0 calc(70 / 750 * 100%);
  }
  .price-main {
    flex-wrap: wrap;
  }
  .price-main .badge {
    width: min(calc(224 / 750 * 100vw), 224px);
    height: min(calc(61 / 750 * 100vw), 61px);
    font-size: min(calc(32 / 750 * 100vw), 32px);
    margin: 0 calc(50% - min(calc(112 / 750 * 100vw), 112px)) calc(20 / 750 * 100%);
  }
  .price-main .num {
    font-size: min(calc(128 / 750 * 100vw), 128px);
  }
  .price-main .num .comma {
    font-size: min(calc(60 / 750 * 100vw), 60px);
  }
  .price-main .sub {
    position: static;
    margin-left: calc(12 / 750 * 100%);
    align-self: flex-start;
    margin-top: min(calc(40 / 750 * 100vw), 40px);
  }
  .price-main .unit {
    font-size: min(calc(42 / 750 * 100vw), 42px);
    margin-top: min(calc(4 / 750 * 100vw), 4px);
  }
  .price-main .tax {
    font-size: min(calc(22 / 750 * 100vw), 22px);
  }
  .price-main .ref {
    font-size: min(calc(18 / 750 * 100vw), 18px);
    margin-left: min(calc(60 / 750 * 100vw), 60px);
    position: relative;
    top: 0;
  }
  .price-check {
    margin-top: calc(40 / 750 * 100%);
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.6;
  }
  .price-check .ico {
    width: min(calc(30 / 750 * 100vw), 30px);
    margin-right: min(calc(12 / 750 * 100vw), 12px);
  }
  .price-check li::before {
    left: 0;
    top: calc(50% - min(calc(9 / 750 * 100vw), 9px));
    width: min(calc(24 / 750 * 100vw), 24px);
    height: min(calc(24 / 750 * 100vw), 24px);
  }
  .price-lead {
    margin-top: calc(36 / 750 * 100%);
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.6;
  }
  .price-note {
    margin-top: calc(40 / 750 * 100%);
    font-size: min(calc(16 / 750 * 100vw), 16px);
    padding: 0 calc(30 / 750 * 100%);
  }
  .price-intro .btn-table {
    width: min(calc(542 / 750 * 100vw), 542px);
    height: min(calc(84 / 750 * 100vw), 84px);
    font-size: min(calc(31 / 750 * 100vw), 31px);
    margin-top: calc(50 / 750 * 100%);
  }

  /* ===== 当院の特徴 ===== */
  .features {
    padding: min(calc(28 / 750 * 100vw), 28px) 0 min(calc(140 / 750 * 100vw), 140px);
  }
  .feature-list {
    width: calc(670 / 750 * 100%);
    margin: calc(50 / 750 * 100%) auto 0;
    flex-direction: column;
    gap: min(calc(56 / 750 * 100vw), 56px);
  }
  .feature-card {
    width: auto;
    height: auto;
  }
  .feature-card .card-body {
    width: 100%;
    height: auto;
    border-radius: min(calc(30 / 750 * 100vw), 30px);
    padding: calc(36 / 670 * 100%) calc(150 / 670 * 100%) calc(60 / 670 * 100%) calc(46 / 670 * 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    column-gap: min(calc(10 / 750 * 100vw), 10px);
  }
  .feature-card .card-body::after {
    top: 0;
    bottom: 0;
    left: calc(514 / 670 * 100%);
  }
  .feature-card .no {
    position: static;
    flex-shrink: 0;
    top: min(calc(39 / 750 * 100vw), 39px);
    left: calc(46 / 670 * 100%);
    width: min(calc(60 / 750 * 100vw), 60px);
    height: min(calc(60 / 750 * 100vw), 60px);
    font-size: min(calc(34 / 750 * 100vw), 34px);
  }
  .feature-card h3 {
    position: static;
    top: auto;
    left: auto;
    flex: 1;
    margin-left: 0;
    font-size: min(calc(36 / 750 * 100vw), 36px);
    line-height: calc(40/36);
    min-height: min(calc(72 / 750 * 100vw), 72px);
    display: flex;
    align-items: center;
  }
  .feature-card .txt {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    letter-spacing: normal;
    margin-top: calc(30 / 522 * 100%);
    font-size: min(calc(24 / 750 * 100vw), 24px);
    line-height: 1.65;
  }
  .feature-card .icon {
    left: auto;
    height: auto;
    display: block;
    align-items: normal;
    justify-content: normal;
    top: 50%;
    transform: translateY(-50%);
    right: calc(23 / 670 * 100%);
    width: min(calc(110 / 750 * 100vw), 110px);
  }
  .features-note {
    font-size: min(calc(20 / 750 * 100vw), 20px);
    line-height: 1.6;
    margin-top: calc(12 / 750 * 100%);
  }
  .feature-card .features-note {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
  }
  .features-fox {
    width: min(calc(224 / 750 * 100vw), 224px);
    right: calc(45 / 750 * 100%);
    bottom: 1.5%;
  }

  /* ===== ピルの種類と料金 ===== */
  .price {
    /* 下80px相当＝重要事項リンク下の余白（SPはcomparisonの重なりなし） */
    padding: min(calc(80 / 750 * 100vw), 80px) 0 min(calc(80 / 750 * 100vw), 80px);
  }
  .price-acc {
    width: calc(672 / 750 * 100%);
    margin: min(calc(60 / 750 * 100vw), 60px) auto 0;
  }
  .acc-cat + .acc-cat {
    margin-top: min(calc(80 / 750 * 100vw), 80px);
  }
  .acc-cat h3 {
    font-size: min(calc(30 / 750 * 100vw), 30px);
    margin-bottom: calc(40 / 750 * 100%);
    text-align: center;
  }
  .acc-item + .acc-item {
    margin-top: min(calc(50 / 750 * 100vw), 30px);
  }
  .chip {
    height: min(calc(88 / 750 * 100vw), 88px);
    font-size: min(calc(28 / 750 * 100vw), 28px);
  }
  .chip::after {
    right: calc(100 / 750 * 100%);
    font-size: min(calc(28 / 750 * 100vw), 28px);
  }
  .chip[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(-90deg) translateX(0.28em);
  }
  .acc-item .acc-body {
    margin-top: min(calc(30 / 750 * 100vw), 30px);
    border: 1px solid #FFA3B1;
    border-radius: min(calc(30 / 750 * 100vw), 30px);
    padding: calc(60 / 672 * 100%) calc(34 / 672 * 100%) calc(40 / 672 * 100%);
    font-weight: 500;
  }
  .panel-desc {
    font-size: min(calc(24 / 750 * 100vw), 24px);
    line-height: 1.65;
  }
  .panel-reco {
    margin-top: calc(30 / 604 * 100%);
    font-size: min(calc(26 / 750 * 100vw), 26px);
    line-height: 1.65;
  }
  .reco-tail {
    margin-top: calc(30 / 604 * 100%);
    font-size: min(calc(26 / 750 * 100vw), 26px);
    line-height: 1.65;
  }
  .zu-img {
    display: block;
    justify-content: normal;
    margin-top: calc(50 / 604 * 100%);
  }
  .zu-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .panel-note {
    margin-top: calc(24 / 604 * 100%);
    font-size: min(calc(16 / 750 * 100vw), 16px);
    line-height: calc(20/16);
  }
  .side-effect {
    width: calc(672 / 750 * 100%);
    margin: calc(120 / 750 * 100vw) auto 0;
    border-radius: min(calc(40 / 750 * 100vw), 40px);
    padding: calc(50 / 672 * 100%) calc(45 / 672 * 100%) calc(60 / 672 * 100%);
  }
  .side-effect .fox {
    /* 負の値にmin()は使わない（固定化するため） */
    width: calc(102 / 750 * 100vw);
    top: calc(-93 / 750 * 100vw);
    left: calc(50% - 51 / 750 * 100vw);
  }
  .side-effect h3 {
    font-size: min(calc(28 / 750 * 100vw), 28px);
  }
  .side-effect .se-lead {
    font-size: min(calc(24 / 750 * 100vw), 24px);
    font-weight: 500;
    line-height: 1.6;
    margin-top: calc(10 / 582 * 100%);
  }
  .se-list {
    flex-direction: column;
    gap: min(calc(26 / 750 * 100vw), 26px);
    margin-top: calc(36 / 582 * 100%);
  }
  .se-item {
    border-radius: min(calc(20 / 750 * 100vw), 20px);
    padding: calc(28 / 582 * 100%) calc(36 / 582 * 100%);
    font-size: min(calc(24 / 750 * 100vw), 24px);
    line-height: 1.6;
    font-weight: 500;
  }
  .se-item .se-cat {
    font-size: min(calc(24 / 750 * 100vw), 24px);
  }
  .se-item .se-price {
    top: 50%;
    transform: translateY(-50%);
    right: calc(36 / 582 * 100%);
    font-size: min(calc(34 / 750 * 100vw), 34px);
  }
  .se-item .se-dose {
    display: inline;
    margin-left: 0.75em;
  }

  /* ===== かんたん比較 ===== */
  .comparison {
    margin-top: 0;
    border-top-right-radius: 0;
    padding: min(calc(100 / 750 * 100vw), 100px) 0 min(calc(70 / 750 * 100vw), 70px);
  }
  .comparison::before {
    content: none;
  }
  .comp-scroll {
    width: auto;
    overflow-x: auto;
    margin-top: min(calc(50 / 750 * 100vw), 50px);
    padding: 0 calc(40 / 750 * 100%) calc(40 / 750 * 100%);
  }
  .comp-frame {
    width: max-content;
  }
  .comp-table {
    table-layout: fixed;
    width: min(calc(1200 / 750 * 100vw), 1200px);
  }
  .comp-table th,
  .comp-table td {
    padding: min(calc(14 / 750 * 100vw), 14px) 0;
    font-size: min(calc(20 / 750 * 100vw), 20px);
  }
  .comp-table thead th {
    font-size: min(calc(20 / 750 * 100vw), 20px);
    line-height: 1.3;
  }
  .comp-table .col-drug {
    width: min(calc(179 / 750 * 100vw), 179px);
  }
  .comp-table .cat th {
    padding: min(calc(22 / 750 * 100vw), 22px) min(calc(20 / 750 * 100vw), 20px);
    font-size: min(calc(20 / 750 * 100vw), 20px);
  }
  .comp-table tbody th {
    font-size: min(calc(20 / 750 * 100vw), 20px);
    line-height: 1.3;
    padding: min(calc(20 / 750 * 100vw), 20px) min(calc(8 / 750 * 100vw), 8px);
  }
  .comp-table tbody th img {
    max-width: min(calc(150 / 750 * 100vw), 150px);
  }
  .comp-table tbody td {
    font-size: min(calc(30 / 750 * 100vw), 30px);
  }
  .comp-scroll-hint {
    display: block;
    text-align: center;
    font-size: min(calc(22 / 750 * 100vw), 22px);
    margin-top: calc(24 / 750 * 100%);
    color: #666;
  }
  .comp-notes {
    width: calc(670 / 750 * 100%);
    margin: calc(30 / 750 * 100%) auto 0;
    font-size: min(calc(16 / 750 * 100vw), 16px);
    line-height: calc(20/16);
  }
  .comp-notes li {
    padding-left: 1.7em;
    text-indent: -1.7em;
  }
  .comp-notes li + li {
    margin-top: 0.4em;
  }

  /* ===== 決済方法 ===== */
  .payment {
    padding: min(calc(85 / 750 * 100vw), 85px) 0 min(calc(170 / 750 * 100vw), 170px);
  }
  .pay-list {
    width: calc(670 / 750 * 100%);
    margin: min(calc(30 / 750 * 100vw), 30px) auto 0;
  }
  .pay-item {
    border-radius: min(calc(20 / 750 * 100vw), 20px);
    padding: min(calc(24 / 750 * 100vw), 24px) 0 min(calc(28 / 750 * 100vw), 28px);
  }
  .pay-item + .pay-item {
    margin-top: min(calc(36 / 750 * 100vw), 36px);
  }
  .pay-tit {
    font-size: min(calc(28 / 750 * 100vw), 28px);
  }
  .pay-logos {
    margin-top: min(calc(18 / 750 * 100vw), 18px);
  }
  .pay-logos.card img {
    width: min(calc(462 / 750 * 100vw), 462px);
  }
  .pay-logos.conv {
    gap: min(calc(21 / 750 * 100vw), 21px);
  }
  .pay-logos.conv img:nth-child(1) {
    width: min(calc(167 / 750 * 100vw), 167px);
  }
  .pay-logos.conv img:nth-child(2) {
    width: min(calc(176 / 750 * 100vw), 176px);
  }
  .pay-logos.conv img:nth-child(3) {
    width: min(calc(93 / 750 * 100vw), 93px);
  }

  /* ===== Q&A ===== */
  .qa {
    padding: min(calc(70 / 750 * 100vw), 70px) 0 min(calc(90 / 750 * 100vw), 90px);
  }
  .faq-list {
    width: calc(670 / 750 * 100%);
    margin-top: min(calc(70 / 750 * 100vw), 70px);
  }
  .faq-list .faq-item + .faq-item {
    margin-top: min(calc(36 / 750 * 100vw), 36px);
  }
  .faq-list .js-faq-q {
    min-height: min(calc(120 / 750 * 100vw), 120px);
    border-radius: min(calc(30 / 750 * 100vw), 30px);
    font-size: min(calc(28 / 750 * 100vw), 28px);
    line-height: 1.4;
    padding: min(calc(16 / 750 * 100vw), 16px) min(calc(90 / 750 * 100vw), 90px);
  }
  .faq-list .js-faq-q.is-open {
    border-radius: min(calc(30 / 750 * 100vw), 30px) min(calc(30 / 750 * 100vw), 30px) 0 0;
  }
  .faq-list .js-faq-q::after {
    right: calc(70 / 750 * 100%);
    font-size: min(calc(25 / 750 * 100vw), 25px);
  }
  .faq-list .js-faq-a {
    border-radius: 0 0 min(calc(30 / 750 * 100vw), 30px) min(calc(30 / 750 * 100vw), 30px);
    padding: calc(40 / 670 * 100%) calc(30 / 670 * 100%);
    font-size: min(calc(22 / 750 * 100vw), 22px);
    line-height: 1.65;
  }

  /* ===== ピルに関する重要事項（リンク＋モーダル） ===== */
  .pill-important {
    margin-top: min(calc(70 / 750 * 100vw), 70px);
  }
  .pill-important button {
    font-size: min(calc(26 / 750 * 100vw), 26px);
  }
  .pill-modal {
    padding: min(calc(50 / 750 * 100vw), 50px) calc(30 / 750 * 100%);
    min-width: 0;
  }
  .pill-modal-dialog {
    border-radius: min(calc(40 / 750 * 100vw), 40px);
  }
  .pill-modal-head {
    padding: min(calc(26 / 750 * 100vw), 26px) min(calc(90 / 750 * 100vw), 90px);
  }
  .pill-modal-head h2 {
    font-size: min(calc(32 / 750 * 100vw), 32px);
  }
  .pill-modal-x {
    right: min(calc(28 / 750 * 100vw), 28px);
    width: min(calc(48 / 750 * 100vw), 48px);
    height: min(calc(48 / 750 * 100vw), 48px);
    font-size: min(calc(40 / 750 * 100vw), 40px);
  }
  .pill-modal-body {
    padding: min(calc(36 / 750 * 100vw), 36px) calc(38 / 750 * 100vw) min(calc(60 / 750 * 100vw), 60px);
    font-size: min(calc(22 / 750 * 100vw), 22px);
    line-height: calc(35 / 22);
  }
  .pm-section {
    margin-top: min(calc(40 / 750 * 100vw), 40px);
  }
  .pm-sec-tit {
    font-size: min(calc(26 / 750 * 100vw), 26px);
    padding-bottom: min(calc(12 / 750 * 100vw), 12px);
  }
  .pm-card,
  .pm-relief,
  .pm-note,
  .pm-section > .pm-subcard {
    border-radius: min(calc(20 / 750 * 100vw), 20px);
    padding: min(calc(29 / 750 * 100vw), 29px) min(calc(41 / 750 * 100vw), 41px) min(calc(32 / 750 * 100vw), 32px);
    margin-top: min(calc(46 / 750 * 100vw), 46px);
  }
  .pm-card-tit {
    font-size: min(calc(22 / 750 * 100vw), 22px);
    padding: min(calc(11 / 750 * 100vw), 11px) min(calc(23 / 750 * 100vw), 23px);
  }
  .pm-drugs {
    font-size: min(calc(20 / 750 * 100vw), 20px);
    line-height: calc(30 / 20);
    padding: min(calc(12 / 750 * 100vw), 12px) min(calc(24 / 750 * 100vw), 24px);
    border-radius: min(calc(20 / 750 * 100vw), 20px);
  }
  .pm-item-tit {
    font-size: min(calc(22 / 750 * 100vw), 22px);
  }
  .pm-subcard-tit {
    font-size: min(calc(22 / 750 * 100vw), 22px);
  }
  .pm-check {
    columns: 1;
  }
  .pm-check li {
    padding-left: min(calc(34 / 750 * 100vw), 34px);
    line-height: calc(40 / 22);
  }
  .pm-alert li {
    line-height: calc(35 / 22);
  }
  .pm-ref {
    font-size: min(calc(22 / 750 * 100vw), 22px);
  }
  .pm-ref a {
    font-size: min(calc(20 / 750 * 100vw), 20px);
  }
  .pm-contact-line {
    gap: min(calc(12 / 750 * 100vw), 12px);
  }
  .pm-contact-line .pm-tel {
    font-size: min(calc(50 / 750 * 100vw), 50px);
    gap: min(calc(6 / 750 * 100vw), 6px);
  }
  .pm-contact-line .pm-tel .k {
    font-size: min(calc(22 / 750 * 100vw), 22px);
  }
  .pill-modal-foot {
    padding: min(calc(20 / 750 * 100vw), 20px) 0 min(calc(40 / 750 * 100vw), 40px);
  }
  .pill-modal-btn {
    font-size: min(calc(31 / 750 * 100vw), 31px);
    padding: min(calc(20 / 750 * 100vw), 20px) min(calc(100 / 750 * 100vw), 100px);
  }
}
