@charset "UTF-8";
/* =========================================================
   mixins.scss
   - rem変換
   - メディアクエリ
========================================================= */
/* ------------------------------
   rem変換（16pxベース）
------------------------------ */
/* ------------------------------
   SP（max-width:768px 以下）
------------------------------ */
/* ------------------------------
   PC（min-width:1024px 以上）
------------------------------ */
body {
  font-family: "Noto Sans JP", "BIZ UDPGothic", "M PLUS 1p", sans-serif;
}

/* ======================================
   Layout（frame / wrap）
   1440pxフレーム・1150pxコンテンツ
====================================== */
/* ページ全体の外枠（背景含む） */
.frame {
  width: min(100%, 1440px); /* 1440px以上で中央固定 */
  margin-inline: auto;
  background: #fff url("../img/bg.png") repeat; /* LP本体の背景色 */
}

/* コンテンツの最大幅（中身の整列用） */
.wrap {
  width: min(100%, 1150px);
  margin-inline: auto;
  padding-inline: 16px;
}
@media (max-width: 768px) {
  .wrap {
    padding-inline: 1.75rem;
  }
}

* {
  /* outline: 2px solid blue; */
}

/* デフォルト：PCでは表示 */
.sp-none {
  display: block !important;
}

.pc-none {
  display: none !important;
}

/* スマホサイズ（〜767px）で反転 */
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
}
/* デフォルト：PCでは無効（クリックできない） */
a[href^="tel:"] {
  pointer-events: none;
  color: #999;
  text-decoration: none;
  cursor: default;
}

/* ▼ SPだけ有効（max-width:768px） */
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
}
/* ===============================
  FV
=============================== */
.fv {
  position: relative;
  padding-top: 1.875rem;
}
@media (max-width: 768px) {
  .fv {
    padding-top: 0;
  }
}
.fv picture, .fv img {
  display: block;
  width: 65.25rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.fv__note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.6;
  padding: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .fv {
    height: auto;
  }
  .fv picture, .fv img {
    width: 100%;
    height: auto;
    margin-top: 0.625rem;
  }
  .fv__note {
    font-size: 0.75rem;
    padding: 0.75rem 1.75rem;
    text-align: left;
  }
}

/* ===============================
  CTA
=============================== */
.cta {
  padding: 2.5rem 0;
  text-align: center;
  background-color: #FFF490;
  /* --- 幅指定だけ --- */
  /* --- テキスト部分（現行通り） --- */
  /* --- SPレイアウト --- */
}
@media (max-width: 768px) {
  .cta {
    padding: 1.25rem 0;
  }
}
.cta__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  margin-inline: auto;
}
.cta__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta__block img {
  display: block;
  height: auto;
}
.cta__block--apply img:first-child { /* 上の文字画像 */
  width: 411px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cta__block--apply img:first-child {
    width: 95% !important;
  }
}
.cta__block--apply img:last-child { /* 下のボタン画像 */
  width: 464px;
  max-width: 100%;
  margin-top: 0.3125rem;
}
.cta__block--note img { /* 吹き出し画像 */
  width: 255px;
  max-width: 100%;
  position: relative;
  left: 0.625rem;
}
@media (max-width: 768px) {
  .cta__block--note img {
    width: 100%;
    left: 0;
  }
}
.cta__tel-btn img { /* 電話ボタン画像 */
  width: 377px;
  max-width: 100%;
}
.cta__tel-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cta__tel-lead {
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
  }
}
.cta__tel-time {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cta__tel-time {
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .cta__inner {
    flex-direction: column;
    gap: 0.625rem;
  }
  .cta__block--apply img:first-child, .cta__block--apply img:last-child, .cta__block--note img, .cta__tel-btn img {
    width: 100%;
  }
}

/* ===============================
  4つの理由セクション
=============================== */
.section--reason {
  overflow: hidden; /* 右はみ出しカット */
  padding-inline: 1rem;
  margin-top: 3rem;
  /* h2タイトル画像 */
}
.section--reason .reason__title {
  text-align: center;
}
.section--reason .reason__title picture, .section--reason .reason__title img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.section--reason .reason__title img {
  width: 794px;
  max-width: 100%;
}

/* ===============================
  4つの理由セクション
=============================== */
.section--reason {
  overflow: hidden; /* はみ出しカット */
  padding-inline: 1rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .section--reason {
    padding-inline: 1.75rem;
    margin-top: 0.625rem;
  }
}
.section--reason .reason__title {
  text-align: center;
}
.section--reason .reason__title picture, .section--reason .reason__title img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.section--reason .reason__title img {
  width: 794px;
  max-width: 100%;
}

/* ===============================
  理由カード（共通）
=============================== */
.reason {
  /* --- カード本体（右見切れがデフォ） --- */
  /* --- 左見切れ用（理由2/4など） --- */
  /* --- 本文（共通） --- */
  /* ===============================
     理由3 追加ブロック
  =============================== */
  /* ===============================
     理由4 用：本文＋車画像横並び
  =============================== */
  /* ===============================
     理由4の前：新築ブロック
  =============================== */
  /* ===============================
     SP（共通リスポンシブ）
  =============================== */
}
.reason__card {
  margin-left: auto; /* 右寄せ */
  margin-right: -2.5rem; /* はみ出し量 */
  max-width: 75rem;
  padding: 1.875rem 1.75rem 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #333;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 0 0 rgb(0, 0, 0);
  border: 7px solid #000;
  /* 見出し行 */
}
@media (max-width: 768px) {
  .reason__card {
    padding: 1.25rem 1.25rem 1.875rem;
  }
}
.reason__card .reason__head {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .reason__card .reason__head {
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
    width: 100%;
  }
}
.reason__card .reason__head .reason__badge {
  display: block;
  width: 4.9375rem;
  height: 5.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .reason__card .reason__head .reason__badge {
    width: 2.9375rem;
    height: 3.0625rem;
  }
}
.reason__card .reason__head .reason__h3 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .reason__card .reason__head .reason__h3 {
    font-size: 1.1875rem;
  }
}
.reason__card .reason__head .reason__h3 span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .reason__card .reason__head .reason__h3 span {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.reason__card--left {
  margin-left: -2.5rem;
  margin-right: auto;
  margin-block: 1.875rem;
  padding-left: 9.375rem;
}
@media (max-width: 768px) {
  .reason__card--left {
    padding-left: 1.25rem;
  }
}
.reason__card:last-of-type {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .reason__card:last-of-type {
    margin-bottom: 3.75rem;
  }
}
.reason__text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  width: 80%;
  padding-left: 4.375rem;
  margin-top: 1.875rem;
  font-weight: 500;
}
.reason__text .mark {
  background: linear-gradient(transparent 70%, #FFE386 0);
  font-weight: 900;
}
.reason__text--bottom {
  padding-left: 0;
  margin: 1.25rem 0 1.25rem;
}
@media (max-width: 768px) {
  .reason__text--bottom {
    margin-top: 0;
  }
}
.reason__media {
  padding-left: 5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .reason__media {
    width: 100%;
  }
}
.reason__media .reason__sv-logo {
  display: block;
  margin-bottom: 0.75rem;
}
.reason__media .reason__sv-logo img {
  display: block;
  width: 48.5625rem;
  height: auto;
}
@media (max-width: 768px) {
  .reason__media .reason__sv-logo img {
    width: 85%;
    margin: 0 auto;
  }
}
.reason__media .reason__disclaimer {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 1em;
}
.reason__media .reason__disclaimer:first-of-type {
  margin-top: 1.25rem;
}
.reason__media .reason__disclaimer:last-of-type {
  margin-bottom: 1.25rem;
}
.reason__media .reason__disclaimer::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.7;
}
.reason__media .reason__tv {
  display: flex;
  gap: 1.875rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .reason__media .reason__tv {
    gap: 0.625rem;
  }
}
.reason__media .reason__tv-img {
  display: block;
  width: min(40%, 26.25rem);
  height: auto;
}
.reason__media .reason__tv-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
}
.reason__media .reason__tv-note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .reason__media .reason__tv-note {
    display: block;
    margin-top: 0.625rem;
    font-size: 0.625rem;
  }
}
.reason__media .reason__caption {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.reason__content {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .reason__content.sp-none {
    display: flex !important;
  }
}
.reason__content .reason__text {
  margin-top: 0;
}
.reason__content.pc-none .reason__text {
  margin-top: 0.625rem;
}
.reason__facesupport {
  display: flex;
  align-items: flex-end;
  float: left;
}
.reason__car {
  width: 11.625rem;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .reason__car {
    width: 50%;
    float: right;
    display: inline-block;
  }
}
.reason__newbuild {
  margin: 2.5rem 0;
}
.reason__newbuild-inner {
  display: grid;
  grid-template-columns: 24.8125rem 38.125rem;
  gap: 3.125rem;
  align-items: center;
  justify-content: center;
}
.reason__newbuild-left picture, .reason__newbuild-left img {
  display: block;
  max-width: 100%;
  height: auto;
}
.reason__newbuild-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
  margin-top: 1rem;
  letter-spacing: -0.01em;
}
.reason__newbuild-right img {
  display: block;
  width: 38.125rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .reason__card:first-child {
    position: relative;
    margin-top: 0;
    z-index: 100;
  }
  .reason .reason__head {
    gap: 0.75rem;
  }
  .reason .reason__head .reason__badge {
    width: 7.5rem;
    height: auto;
  }
  .reason .reason__head .reason__h3 {
    font-size: 1.125rem;
  }
  .reason__text {
    font-size: 0.9375rem;
    width: 100%;
    padding-left: 0;
    margin-top: 0.625rem;
  }
  .reason__media {
    padding-left: 0;
    margin-top: 1.25rem;
  }
  .reason__media .reason__disclaimer {
    font-size: 0.625rem;
  }
  .reason__media .reason__tv {
    flex-direction: column;
    align-items: flex-start;
  }
  .reason__media .reason__tv-img {
    width: 100%;
  }
  .reason__media .reason__tv-text {
    font-size: 1rem;
  }
  .reason__media .reason__caption {
    font-size: 0.75rem;
  }
  .reason__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .reason__newbuild-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .reason__newbuild-text {
    font-size: 0.9375rem;
  }
  .reason__newbuild-right img {
    width: 100%;
  }
}

/* ===============================
   Section: ちゅピＣＯＭ光 プラン料金例
=============================== */
.section--plan {
  background: #fff;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .section--plan {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    margin-bottom: 0em;
  }
}
.section--plan .wrap {
  position: relative;
  top: -3.125rem;
}
@media (max-width: 768px) {
  .section--plan .wrap {
    top: -4.375rem;
  }
}
.section--plan .plan__title {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .section--plan .plan__title {
    margin-bottom: 0;
  }
}
.section--plan .plan__title picture,
.section--plan .plan__title img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.section--plan .plan__title img {
  max-width: 100%;
}

/* ===============================
   Namespace: .plan__
=============================== */
.plan {
  /* おすすめ2案 */
  /* 注意書き（ハングインデント） */
  /* セット割タイトル（中央 Noto Sans 42px） */
  /* 4社ボックス */
  /* 「さらに！」 */
  /* 2カラム（1/2・gap 80） */
  /* ロゴ（実寸優先） */
  /* 電気側説明（Noto Sans 22px semibold） */
  /* ===============================
     画像幅モディファイア（任意で付与）
     例）<img class="plan__img--w414" ...>
  =============================== */
  /* ===============================
     SP
  =============================== */
}
.plan__reco {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .plan__reco {
    gap: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.plan__reco picture,
.plan__reco img {
  display: block;
  width: 100%;
  height: auto;
}
.plan__notes {
  margin: 0.75rem 0;
}
.plan__note {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #000;
  position: relative;
  padding-left: 1.75rem;
  margin-top: 0.375rem;
  /* 指定どおり15px維持 */
}
@media (max-width: 768px) {
  .plan__note {
    font-size: 0.6875rem;
  }
}
.plan__note-label {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1.5rem;
}
.plan__note--small {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .plan__note--small {
    font-size: 0.6875rem;
  }
}
.plan__set-title {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  color: #000;
  margin: 2.5rem 0 1.25rem;
}
.plan__carriers {
  display: grid;
  grid-template-columns: repeat(4, 14.6875rem);
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.plan__carrier {
  background: #FFD446;
  text-align: center;
  display: grid;
  place-items: center;
  height: 4.5rem;
}
.plan__carrier span {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: 800; /* ExtraBold相当 */
  color: #000;
}
@media (max-width: 768px) {
  .plan__carrier span {
    font-size: 1rem;
  }
}
.plan__more {
  text-align: center;
  margin: 3.125rem 0 1.5rem;
  border-top: 1px solid #000;
  padding-top: 3.125rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .plan__more {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
.plan__more-lead {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  color: #000;
}
.plan__more-strong {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.9375rem;
  font-weight: 900;
  color: #000;
}
.plan__more-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.25rem;
  align-items: center;
}
.plan__more-grid picture,
.plan__more-grid img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .plan__more-col {
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .plan__more-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.plan__logo {
  display: block;
  width: auto;
  height: auto;
  margin: 0.75rem 0;
  width: 30.25rem;
}
.plan__elec-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
  margin: 0.5rem 0 0.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .plan__elec-text {
    font-size: 0.9375rem;
  }
}
.plan__img--w235 {
  width: 14.6875rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w350 {
  width: 21.875rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w382 {
  width: 23.875rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w394 {
  width: 24.625rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w414 {
  width: 25.875rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w432 {
  width: 27rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w484 {
  width: 30.25rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w520 {
  width: 32.5rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w610 {
  width: 38.125rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
.plan__img--w777 {
  width: 48.5625rem !important;
  height: auto;
  margin: 1.25rem auto 0;
}
@media (max-width: 768px) {
  .plan__img--w235 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w350 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w382 {
    width: 85% !important;
    height: auto;
    margin: 0.625rem auto 0;
  }
  .plan__img--w394 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w414 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w432 {
    width: 85% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w484 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w520 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w610 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
  .plan__img--w777 {
    width: 100% !important;
    height: auto;
    margin: 1.25rem auto 0;
  }
}
@media (max-width: 768px) {
  .plan__reco {
    grid-template-columns: 1fr;
  }
  .plan__carriers {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
  .plan__carrier {
    height: 2.25rem;
  }
  .plan__set-title {
    font-size: 1.0625rem;
  }
  .plan__more-lead {
    font-size: 0.9375rem;
  }
  .plan__more-strong {
    font-size: 1.25rem;
  }
  .plan__more-grid {
    display: block;
  }
}

.section--benefits .benefits__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .section--benefits .benefits__title {
    margin-bottom: 0;
  }
}
.section--benefits .benefits__title picture,
.section--benefits .benefits__title img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.section--benefits .benefits__title img {
  max-width: 100%;
  width: 57rem;
}

/* 2列グリッド */
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  margin-bottom: 3.75rem;
}

/* 共通カード */
.benefit {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 0 0 rgb(0, 0, 0);
  border: 5px solid #000;
  /* ヘッダー（ピンク帯＋下ボーダー） */
  /* 本文 */
  /* ボタン（角丸／色指定） */
  /* 横幅広い単独 */
}
.benefit__head {
  background: #FF086E;
  border-bottom: 5px solid #000;
  border-radius: 0.625rem 0.625rem 0 0;
  display: grid;
  place-items: center;
  padding: 1rem 0.75rem;
}
.benefit__head picture, .benefit__head img {
  display: block;
  height: auto;
}
.benefit__body {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 1rem 1.25rem 4.375rem;
}
@media (max-width: 768px) {
  .benefit__body {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.benefit__lead {
  margin-bottom: 0.75rem;
}
.benefit__lead picture, .benefit__lead img {
  display: block;
  height: auto;
  margin: auto;
}
.benefit__text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 500;
}
.benefit__btn {
  position: absolute;
  display: block;
  width: 16.75rem;
  margin: 0 auto;
  text-align: center;
  background: #FF8C05;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem 1.25rem;
  border-radius: 624.9375rem;
  text-decoration: none;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .benefit__btn {
    position: initial;
    transform: translateX(0);
  }
}
.benefit.benefit--wide {
  max-width: 40.3125rem;
  margin-inline: auto;
}

/* 画像幅モディファイア（必要なだけ追加） */
.benefit__img--w268 {
  width: 16.75rem;
  height: auto;
}
.benefit__img--w269 {
  width: 16.8125rem;
  height: auto;
}
.benefit__img--w306 {
  width: 19.125rem;
  height: auto;
}
.benefit__img--w363 {
  width: 22.6875rem;
  height: auto;
}
.benefit__img--w384 {
  width: 24rem;
  height: auto;
}
.benefit__img--w390 {
  width: 24.375rem;
  height: auto;
}
.benefit__img--w423 {
  width: 26.4375rem;
  height: auto;
}
.benefit__img--w426 {
  width: 26.625rem;
  height: auto;
}
.benefit__img--w436 {
  width: 27.25rem;
  height: auto;
}
.benefit__img--w444 {
  width: 27.75rem;
  height: auto;
}
.benefit__img--w453 {
  width: 28.3125rem;
  height: auto;
}
.benefit__img--w569 {
  width: 35.5625rem;
  height: auto;
}
@media (max-width: 768px) {
  .benefit__img--w268 {
    width: 100%;
    height: auto;
  }
  .benefit__img--w269 {
    width: 100%;
    height: auto;
  }
  .benefit__img--w306 {
    width: 100%;
    height: auto;
  }
  .benefit__img--w363 {
    width: 95%;
    height: auto;
  }
  .benefit__img--w384 {
    width: 95%;
    height: auto;
  }
  .benefit__img--w390 {
    width: 100%;
    height: auto;
  }
  .benefit__img--w423 {
    width: 100%;
    height: auto;
  }
  .benefit__img--w426 {
    width: 100%;
    height: auto;
  }
  .benefit__img--w436 {
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
  .benefit__img--w444 {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .benefit__img--w453 {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .benefit__img--w569 {
    width: 100%;
    height: auto;
  }
  .benefit__img--w363-b {
    width: 70%;
  }
}

/* フッタ注記 */
.benefits__footnotes {
  margin: 1.875rem 0 2.5rem;
}
@media (max-width: 768px) {
  .benefits__footnotes {
    margin: 1.25rem 0 2.5rem;
  }
}
.benefits__footnotes p {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #000;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .benefits__footnotes p {
    font-size: 0.6875rem;
  }
}
.benefits__footnotes p::before {
  content: "※";
  margin-right: 0.25em;
}

/* SP */
@media (max-width: 768px) {
  .benefits__grid {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .benefit__text {
    font-size: 0.875rem;
  }
  .benefit.benefit--wide {
    max-width: 100%;
  }
}
.section--flow {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .section--flow {
    padding-bottom: 3.75rem;
  }
}
.section--flow .flow__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section--flow .flow__title picture, .section--flow .flow__title img {
  display: block;
  margin: 1.875rem auto;
  height: auto;
}
.section--flow .flow__title img {
  max-width: 100%;
  width: 56.8125rem;
}

/* ===== ステップ全体 ===== */
.flow {
  /* ▼（28x24 の下向き） */
}
.flow__steps {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
.flow__arrow {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  border-top: 1.5rem solid #000; /* ▼ */
}

/* ===== カード ===== */
.flow-card {
  background: #fff;
  border: 4px solid #000;
  border-radius: 15px;
  /* ボタン2つ横並び（幅333px固定） */
}
.flow-card__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .flow-card__head {
    position: relative;
    display: block;
    text-align: center;
    padding: 0.5rem;
  }
}
.flow-card__icon {
  width: 4.75rem;
  height: 4.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  position: relative;
  top: -0.625rem;
  left: 0.625rem;
}
@media (max-width: 768px) {
  .flow-card__icon {
    position: absolute;
    width: 3.5625rem;
    height: 3.5625rem;
    left: -0.625rem;
    top: -0.5rem;
  }
}
.flow-card__title {
  margin: 0;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  color: #000;
  line-height: 1.3;
}
.flow-card__text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
  padding: 0.9375rem;
  padding-bottom: 1.25rem;
  padding-left: 5rem;
  font-weight: 500;
}
.flow-card__note {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  padding: 0 0.9375rem 0;
  padding-left: 6rem;
  text-indent: -1em;
}
.flow-card__note:last-child {
  padding-bottom: 1.875rem;
}
.flow-card__note::before {
  content: "※";
  margin-right: 0.25em;
}
@media (max-width: 768px) {
  .flow-card__note {
    font-size: 0.75rem;
    padding-left: 1.875rem;
    margin-top: 0;
    padding-bottom: 0.3125rem;
  }
  .flow-card__note:last-child {
    padding-bottom: 1.875rem;
  }
}
.flow-card__actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 1.25rem;
}
.flow-card__btn {
  display: block;
  width: 20.8125rem;
}
.flow-card__btn img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .flow-card__btn img {
    width: 80%;
    margin: 0 auto;
  }
}

/* ===== ノート風ブロック ===== */
.flow-notes {
  position: relative;
  margin: 5rem 0 0;
  background: url("../img/notes_bg.png") repeat center/contain;
  padding: 1.5rem 3.75rem 2.5rem;
  /* クリップ（117x77）を疑似要素で上に被せる */
}
@media (max-width: 768px) {
  .flow-notes {
    background: url("../img/notes_bg_sp.png") repeat center/contain;
  }
}
.flow-notes::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.375rem; /* 半分被るくらい */
  transform: translateX(-50%);
  width: 7.3125rem;
  height: 4.8125rem;
  background: url("../img/clip.png") no-repeat center/contain;
}
@media (max-width: 768px) {
  .flow-notes::before {
    width: 3.625rem;
    height: 2.375rem;
    top: -1.25rem;
  }
}
.flow-notes__title {
  text-align: center;
  margin: 2.5rem 0 1.875rem;
}
@media (max-width: 768px) {
  .flow-notes__title {
    margin: 1.25rem 0 1.25rem;
  }
}
.flow-notes__title picture, .flow-notes__title img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.flow-notes__title img {
  max-width: 100%;
}

/* お約束の各項目 */
.flow-promise + .flow-promise {
  margin-top: 1.875rem;
}
.flow-promise__head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 800; /* ExtraBold */
  color: #FF086E;
  margin: 0 0 0.375rem;
  line-height: 1.4;
}
.flow-promise__text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000;
  margin: 0;
  font-weight: 500;
}

/* ===== SP ===== */
@media (max-width: 768px) {
  .flow-card__title {
    font-size: 1.0625rem;
  }
  .flow-card__text {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
  .flow-card__actions {
    gap: 0.75rem;
    margin-top: 0;
  }
  .flow-card__btn {
    width: 100%;
  }
  .flow-promise__head {
    font-size: 1.0625rem;
  }
  .flow-promise__text {
    font-size: 0.875rem;
  }
  .flow-notes {
    padding: 1.25rem 1.25rem 1.75rem;
    margin-top: 3.125rem;
  }
}
.section--faq {
  background: #CBE3FF;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .section--faq {
    padding: 2.5rem 0;
  }
}
.section--faq .faq__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.section--faq .faq__title picture, .section--faq .faq__title img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.section--faq .faq__title img {
  max-width: 100%;
  width: 28.4375rem;
}

/* 見出し帯（H3） — セクション見出しとは非接続 */
.faq {
  /* dl 枠：3px + 角丸15px */
  /* Q 行（ボタン化） */
  /* Q. ラベル：32px #0062FF */
  /* 質問テキスト：26px 黒 */
  /* ▼（width:27, height:15, bar:3×20） 初期＝下向き */
  /* 開いたら逆向き（▲）：コンテナごと回転で確実に反転 */
  /* A. ラベル：25px #FF086E（インデント用） */
  /* 回答：M PLUS 1p 20px */
  /* 箇条書き（flex版） */
  /* SP */
}
.faq__head {
  background: #195DF7;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  padding: 1.25rem 1rem;
  border-radius: 0.75rem 0.75rem 0 0; /* 上だけ角丸 */
  margin-top: 3.125rem;
  text-align: center;
}
.faq__list {
  border: 3px solid #000;
  border-radius: 0.9375rem;
  background: #fff;
  margin-top: 0;
  overflow: hidden;
  margin-top: 1.875rem;
}
.faq__item + .faq__item {
  border-top: 1px solid #000;
}
.faq__q {
  margin: 0;
}
.faq__toggle {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto; /* Q. | テキスト | 矢印 */
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border: 0;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .faq__toggle {
    display: block;
    text-align: center;
  }
}
.faq__qmark {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #0062FF;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}
.faq__qtext {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .faq__qtext {
    position: relative;
  }
}
.faq__arrow {
  position: relative;
  display: inline-block;
  width: 1.6875rem;
  height: 0.9375rem;
  transition: transform 0.2s ease; /* 反転アニメ */
}
.faq__arrow::before, .faq__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 0.1875rem;
  height: 1.25rem;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: 50% calc(100% - 1.5px);
  /* 下向き（デフォルト） */
}
.faq__arrow::before {
  transform: rotate(45deg);
}
.faq__arrow::after {
  transform: rotate(-45deg);
}
.faq__toggle[aria-expanded=true] .faq__arrow {
  transform: rotate(180deg);
}
.faq__amark {
  position: absolute;
  left: 1.25rem; /* dd の内側左端に固定（↑の padding-left と整合） */
  top: 1.25rem; /* 上のパディングと揃えて配置 */
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.5625rem;
  font-weight: 900;
  color: #FF086E;
  line-height: 1;
  /* インライン幅に依存しないので本文に被らない */
}
@media (max-width: 768px) {
  .faq__amark {
    font-size: 1.3125rem;
  }
}
.faq__a {
  position: relative;
  /* 左にラベルぶんの余白を追加（既存の padding を踏襲しつつ左だけ拡張） */
  padding: 0.9375rem 1.25rem 1.25rem 4rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
}
.faq__a .is-accent {
  color: #FF086E;
}
.faq__a .faq__anote {
  display: block;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .faq__a .faq__anote {
    font-size: 0.75rem;
  }
}
.faq__a .faq__note {
  display: block;
  padding-left: 1.5rem; /* インデント */
  text-indent: -1.5rem; /* ※の位置だけ戻す */
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #000;
  margin-top: 1.25rem;
}
.faq__a .faq__note a {
  color: #0000FF;
  text-decoration: underline;
}
.faq__a .faq__note:last-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .faq__a .faq__note {
    font-size: 0.875rem;
    padding-left: 1.25rem;
    text-indent: -1.25rem;
  }
}
.faq__bullets {
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
  /* 各行 */
  /* 3カラム */
  /* SP：縦積み */
}
.faq__bullets .faq__bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.5rem 0;
  letter-spacing: -0.05em;
}
.faq__bullets .b-col {
  display: block;
  line-height: 1.6;
}
.faq__bullets .b-col.b-strong {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 900;
  flex: 0 0 10%;
}
.faq__bullets .b-col.b-light {
  flex: 0 0 25%;
}
.faq__bullets .b-col.b-desc {
  flex: 0 0 65%;
}
@media (max-width: 768px) {
  .faq__bullets .faq__bullet {
    gap: 0.25rem;
    flex-wrap: wrap;
  }
  .faq__bullets .b-col {
    flex: 1 1 100%;
  }
  .faq__bullets .b-col.b-strong {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-weight: 900;
    flex: 0 0 28%;
  }
  .faq__bullets .b-col.b-light {
    flex: 0 0 70%;
  }
  .faq__bullets .b-col.b-desc {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .faq__bullets__a {
    font-size: 1rem;
    padding: 1rem 1rem 1rem 3.25rem;
  }
  .faq__bullets__amark {
    font-size: 1.375rem;
    left: 1rem;
    top: 1rem;
  }
  .faq__bullets .faq__anote {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .faq__head {
    font-size: 1.125rem;
  }
  .faq__qtext {
    font-size: 1.0625rem;
  }
  .faq__qmark {
    font-size: 1.3125rem;
  }
  .faq__a {
    font-size: 0.875rem;
    padding-bottom: 0;
  }
}

.section--note {
  background: #fff;
  padding: 5rem 0 12.5rem;
}
@media (max-width: 768px) {
  .section--note {
    padding: 2.5rem 0 9.375rem;
  }
}

.note__title {
  margin: 0 auto 1.875rem;
  padding-bottom: 1.875rem;
  text-align: center;
  font: 900 2.4375rem "Noto Sans JP", sans-serif;
  color: #000;
  border-bottom: 1px solid #000;
}

.note__wrap {
  margin: 0 auto;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.note__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  background: #fff;
  border: 0;
}
@media (max-width: 768px) {
  .note__toggle {
    padding: 1.25rem 0;
  }
}
.note__toggle[aria-expanded=true] .note__arrow {
  transform: rotate(180deg);
}

.note__arrow {
  position: relative;
  width: 1.6875rem;
  height: 0.9375rem;
  transition: transform 0.25s ease;
}
.note__arrow::before, .note__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 0.1875rem;
  height: 1.25rem;
  border-radius: 9999px;
  background: #000;
  transform-origin: 50% calc(100% - 1.5px);
}
.note__arrow::before {
  transform: rotate(45deg);
}
.note__arrow::after {
  transform: rotate(-45deg);
}

.note__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.note__list li {
  position: relative;
  margin-bottom: 0rem;
  padding-left: 1.375rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #000;
}
.note__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.375rem;
  font-size: 0.75rem;
  color: #000;
}
@media (max-width: 768px) {
  .note__list li::before {
    top: 0;
    font-size: 0.875rem;
  }
}
.note__list li a {
  color: #0000FF;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .note__title {
    font-size: 1.0625rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .note__list li {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
}
/* rem() がある前提。なければ px に置換OK */
.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(139, 139, 139, 0.7); /* #8B8B8B 70% */
}
.modal__wrap {
  position: absolute;
  width: 71.875rem;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .modal__wrap {
    width: 100%;
  }
}
.modal__dialog {
  position: relative;
  z-index: 1;
  background: #fff;
  width: min(1150px, 100% - 32px); /* wrap相当：PC1150、SPは左右16px余白 */
  max-height: 28.125rem;
  margin: 2.5rem auto;
  padding: 2.5rem;
  overflow: auto;
  border-radius: 0.8125rem;
}
@media (max-width: 768px) {
  .modal__dialog {
    max-height: 70vh;
    border-radius: 0.5rem;
    padding: 1.25rem 1rem;
  }
}
.modal__body {
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  /* 注釈：※を擬似要素で吊り下げインデント */
}
.modal__body .modal__h1 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .modal__body .modal__h1 {
    font-size: 1rem;
  }
}
.modal__body .modal__lead {
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .modal__body .modal__lead {
    font-size: 0.8125rem;
  }
}
.modal__body .modal__h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.75rem 0 0.375rem;
}
.modal__body p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.5rem 0;
}
.modal__body .modal__note {
  position: relative;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8;
  padding-left: 2.1875rem;
  text-indent: -0.625rem;
}
@media (max-width: 768px) {
  .modal__body .modal__note {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
.modal__body .modal__note::before {
  content: "※";
  position: absolute;
  left: 1em;
  top: 0;
}
.modal__body .modal__note--pt2 {
  font-size: 0.8125rem;
}
.modal__body .modal__note--pt2::before {
  content: "●";
}
.modal__close {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.625rem 1.125rem;
  background: #FF8C05; /* 指定色 */
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  border: 0;
  border-radius: 1.125rem;
  cursor: pointer;
  width: 7.5rem;
  text-align: center;
}

/* SP微調整（必要なら） */
@media (max-width: 768px) {
  .modal__close {
    font-size: 0.8125rem;
  }
}
/* デフォルト（PC想定） */
.follow {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 26.25rem;
  background: #FFF490;
  border-radius: 0.75rem 0 0 0;
  z-index: 9998;
  /* ▼ ここからSP（max-width:768px） */
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}
.follow .follow__inner {
  padding: 0.9375rem 1.25rem;
}
@media (max-width: 768px) {
  .follow .follow__inner {
    padding: 0.625rem 1.25rem;
  }
}
.follow .follow__title {
  margin-bottom: 0.625rem;
}
.follow .follow__title img {
  display: block;
  width: 15.4375rem;
  height: auto;
  margin: 0 auto 0.625rem;
}
.follow .follow__btns {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "form tel" "top  top";
  row-gap: 0.625rem;
}
@media (max-width: 768px) {
  .follow .follow__btns {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
  }
}
.follow .follow__btn--form {
  grid-area: form;
}
.follow .follow__btn--form img {
  width: 16.125rem;
}
@media (max-width: 768px) {
  .follow .follow__btn--form img {
    width: 100%;
    height: auto;
  }
}
.follow .follow__btn--tel {
  grid-area: tel;
}
.follow .follow__btn--tel img {
  width: 7.9375rem;
}
@media (max-width: 768px) {
  .follow .follow__btn--tel img {
    width: 100%;
    height: auto;
  }
}
.follow .follow__btn--top {
  grid-area: top;
}
.follow .follow__btn--top img {
  width: 16.125rem;
}
@media (max-width: 768px) {
  .follow .follow__btn--top img {
    width: 3.625rem;
    height: 3.625rem;
  }
}
@media (max-width: 768px) {
  .follow {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .follow .follow__inner {
    width: 100%;
    padding: 0.625rem 1rem;
    position: relative;
    z-index: 9997;
  }
  .follow .follow__title {
    margin: 0 auto 0.5rem;
  }
  .follow .follow__title img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .follow .follow__title img {
    width: 90%;
    margin: 0 auto 0.5rem;
    position: absolute;
    bottom: 20px;
    background: #FFF490;
    padding: 10px;
    padding-bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .follow .follow__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
}
.follow.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 9998;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 900; /* "black" 相当 */
  color: #000;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  /* ハンバーガー（SP表示・PCで非表示） */
  /* ナビ共通（PC横並びの見た目が基準） */
  /* ラベルの出し分け：PC=短い、SP=長い */
  /* =======================
     SP（max）スタイル
  ======================= */
  /* =======================
     PC（min）スタイル
  ======================= */
}
.header__inner {
  width: min(100%, 1440px);
  margin-inline: auto;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 3.75rem;
  gap: 2.5rem;
}
.header__logo a {
  display: block;
  line-height: 1;
}
.header__logo img {
  display: block;
  height: 1.9375rem;
  width: auto;
}
@media (max-width: 768px) {
  .header__logo img {
    height: 1.375rem;
  }
}
.header__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  background: #FF086E;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.header__toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.375rem;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.0625rem;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  will-change: transform, opacity;
}
.header__toggle span:nth-child(1) {
  transform: translate(-50%, -0.5rem);
}
.header__toggle span:nth-child(2) {
  transform: translate(-50%, 0);
}
.header__toggle span:nth-child(3) {
  transform: translate(-50%, 0.5rem);
}
.header__toggle[aria-expanded=true] span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.header__toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.header__toggle[aria-expanded=true] span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}
.header .nav {
  /* PCはここで通常表示、SPでドロワー化 */
}
.header .nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.header .nav__link {
  display: inline-flex;
  align-items: center;
}
.header .label--pc {
  display: inline;
}
.header .label--sp {
  display: none;
}
@media (max-width: 768px) {
  .header {
    /* ドロワーナビ */
    /* ラベル出し分け（SPは長い文言） */
  }
  .header__inner {
    height: 2.375rem;
    padding-block: 0.3125rem;
    justify-content: center;
  }
  .header .nav {
    position: fixed;
    top: 2.375rem;
    left: 0;
    right: 0;
    bottom: auto;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
    transform: translateY(-4%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    padding: 1rem;
    overflow: auto;
    border-top: 1px solid #eee;
  }
  .header .nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
    padding: 0;
  }
  .header .nav__list {
    flex-direction: column;
    align-items: center;
    margin: 0 1.75rem;
    gap: 1.25rem;
    padding: 1.25rem 0 2.5rem;
  }
  .header .nav__list:first-child {
    font-size: 2.1875rem;
    padding: 2.5rem 0;
  }
  .header .nav__list li {
    width: 100%;
  }
  .header .nav__list li:first-child {
    background-color: initial;
    text-align: center;
  }
  .header .nav__link {
    width: 100%;
    justify-content: center;
    font-size: 1.25rem;
    background-color: #FFE501;
    text-align: center;
    border-radius: 0.8125rem;
    padding: 0.9375rem;
  }
  .header .label--pc {
    display: none;
  }
  .header .label--sp {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .header {
    /* PCは短い文言 */
  }
  .header .header__toggle {
    display: none;
  }
  .header .nav {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    padding: 0;
  }
  .header .nav__list {
    gap: 0.625rem;
  }
  .header .nav__link {
    font-size: 1rem;
    padding: 0.625rem 1rem;
  }
  .header .label--pc {
    display: inline;
  }
  .header .label--sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */