@charset "UTF-8";
/* CSS Document */ :root {
  --bionas-blue-200: #0080D1;
  --bionas-blue-500: #1D3E69;
  --bionas-yellow: #fffa77;
  --bionas-blue-gradation-light: linear-gradient(180deg,rgba(224, 240, 249, 1) 32%, rgba(224, 233, 246, 1) 100%);
  --bionas-blue-gradation-strong: linear-gradient(90deg,rgba(0, 128, 209, 1) 0%, rgba(0, 68, 180, 1) 100%);
  --bionas-gold-gradation: linear-gradient(90deg,rgba(157, 121, 44, 1) 0%, rgba(255, 240, 214, 1) 41%, rgba(219, 186, 122, 1) 66%, rgba(208, 168, 90, 1) 80%, rgba(157, 121, 44, 1) 100%);
  --bionas-bronze-gradation: linear-gradient(90deg,rgba(137, 91, 29, 1) 0%, rgba(207, 161, 111, 1) 40%, rgba(199, 151, 90, 1) 66%, rgba(188, 132, 61, 1) 80%, rgba(137, 91, 29, 1) 100%);
  --bionas-pt-gradation: linear-gradient(90deg,rgba(233, 235, 240, 1) 0%, rgba(197, 201, 211, 1) 100%);
  --bionas-red: #DE3A7B;
}
/* =========================================================================
 * 共通
 * ------------------------------------------------------------------ */
#bg {
  background: #1D83C4;
  background: linear-gradient(142deg, rgb(29 131 196 / 8%) 27%, rgb(31 185 210 / 9%) 85%);
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
main {
  background: #FFF;
}
section {
  position: relative;
}
.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.shine_inner {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 2rem;
}
.shine_inner .shine_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left top;
    mask-position: left bottom;
    display: block;
  mask-image: url(../images/man/2606/cta.webp);
}
.shine_inner .shine_mask .shine {
    content: "";
    -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    display: block;
}
@-webkit-keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
.updown {
    animation-name: updown1;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* =========================================================================
 * ヘッダー/赤帯
 * ------------------------------------------------------------------ */
.header_band {
  background: red;
  color: yellow;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2em;
}
.header_band p {
  font-size: 1.6rem;
  font-feature-settings: "halt"1;
}
.header {
  width: 100%;
  background: #fff;
}
.header_inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.5rem 0.8rem 1rem;
  margin: 0 auto;
  white-space: nowrap;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header_logo img {
  height: 3.6rem;
  width: auto;
  display: block;
}
.header_shop_box {
  display: flex;
  gap: 1rem;
  color: var(--bionas-blue-500);
  text-align: center;
  letter-spacing: 0;
}
.header_shop {
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid var(--bionas-blue-500);
  padding: 0.3rem 0.8rem;
  line-height: 1.2;
}
.header_catch {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
}
.header_catch span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  border-bottom: 1px solid var(--bionas-blue-500);
  display: inline-block;
  padding-bottom: 0.3rem;
}
iframe {
      border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* =========================================================================
 * MV
 * ------------------------------------------------------------------ */
.mv .cta_mv {
  position: absolute;
  bottom: 1.5em;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta_mv .shine_inner .shine_mask {
  mask-image: url(../images/man/2605/cta_mv.webp);
}
/* =========================================================================
 * 7種の美容ケア
 * ------------------------------------------------------------------ */
.services {
  background: #e1f0f8;
  background: linear-gradient(-180deg, rgba(225, 240, 248, 1) 0%, rgba(224, 233, 246, 1) 100%);
}
/* =========================================================================
 * 比較表
 * ------------------------------------------------------------------ */
.comparison {
  background: var(--bionas-blue-gradation-light);
  padding-bottom: 4rem;
}
/* =========================================================================
 * CTAエリア
 * ------------------------------------------------------------------ */
.cta_area {
  background: url("../images/man/mens_darkblue/cta_area_bg.webp") 100% 0 / 100% no-repeat;
  padding-bottom: 4.9em;
}
.cta_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_area h2 {
  padding-top: 0.7em;
}
.cta_box p {
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-top: 1em;
  position: relative;
  display: flex;
  align-items: center;
}
.cta_box p:before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.8rem;
  background: url("../images/man/mens_darkblue/cta_area_cta_icon.webp") 100% 0 / 100% no-repeat;
  margin-right: 0.2em;
}
.cta_box p span {
  color: #FFF96C;
}
.cta_box a {
  display: block;
  width: 90%;
}
.cp_box p.notes, .cta_area p.notes {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-feature-settings: "halt" 1;
    font-size:1rem;
}
.cta_area p.notes {
    bottom: 1rem;
    color: #FFF;
}
@media (min-width: 500px) {
    .cp_box p.notes, .cta_area p.notes {
        font-size: 1rem;
    }
}
/* =========================================================================
 * 症例紹介
 * ------------------------------------------------------------------ */
.menu {
  background: var(--bionas-blue-gradation-light);
  padding-bottom: 5rem;
}
.menu_cards {
  background: #FFF;
  width: 95%;
  margin: 0 auto;
  padding: 1.5rem 2.5rem;
  position: relative;        /* ← 追加 */
}
.menu_warap:not(:nth-child(2)) {
  margin-top: 2rem;
}
.menu_cards_title {
  position: relative;
  font-size: 1.6rem;
  color: var(--bionas-blue-500);
  font-weight: 600;
  padding-left: 2.5rem;
}
.menu_cards_title:before,
.modal_title:after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../images/man/mens_darkblue/icon_circle.webp") 100% 0 / 100% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.menu_cards_title span {
  font-size: 1rem;
  font-weight: lighter;
}
.menu_cards.liftup .menu_cards_title {
  line-height: 1.2;
}
@media (min-width: 500px) {
  .menu_cards {
    width: 85%;
  }
}

/* === スライダー（Swiper） === */
.menu_cards_slider {
  position: relative;
}
.menu_cards_slider.swiper {
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.menu_cards_slide ul {
  margin-top: 0;
}

/* === スライダー矢印 === */
.menu_cards_arrow {
  position: absolute;
  top: 50%;                   /* カードの上下中央付近 */
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--bionas-blue-gradation-strong);
  opacity: 0.8;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_cards_arrow:after {
  content: none;
}
.menu_cards_arrow.is-prev { left: 0.8rem; }
.menu_cards_arrow.is-next { right: 0.8rem; }
.menu_cards_arrow span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
}
.menu_cards_arrow.is-prev span {
  transform: rotate(-135deg);
  margin-left: 0.3rem;
}
.menu_cards_arrow.is-next span {
  transform: rotate(45deg);
  margin-right: 0.3rem;
}
.menu_cards_arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

/* === Before/After 画像 === */
.menu_cards ul {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.menu_cards ul.vertical {
  flex-direction: column;
}
.menu_cards ul li {
  flex: 1;
  position: relative;
  min-width: 0;
}
.menu_cards ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.menu_cards ul li:before {
  content: '';
  display: block;
  width: 10rem;
  height: 4rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.menu_cards ul li:first-child:before {
  background: url("../images/man/mens_darkblue/icon_before.webp") 100% 0 / 100% no-repeat;
}
.menu_cards ul li:last-child:before {
  background: url("../images/man/mens_darkblue/icon_after.webp") 100% 0 / 100% no-repeat;
}

/* === 詳細を見るボタン === */
.menu_cards_button {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: linear-gradient(90deg, rgba(214, 235, 248, 1) 32%, rgba(214, 225, 243, 1) 100%);
  border: 1px solid var(--bionas-blue-200);
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  border-radius: 4px;
  margin-top: 1.5rem;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
}
.menu_cards_button span {
  display: inline-block;
  background: var(--bionas-blue-gradation-strong);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
}
.menu_cards_button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 600;
  background: var(--bionas-blue-gradation-strong);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* === モーダル === */
.modal {
  border: none;
  padding: 0;
  background: transparent;
  width: 90%;
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.modal_inner {
  background: #fff;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
  border-top: 5px solid;
  border-image: linear-gradient(90deg, rgba(157, 121, 44, 1) 0%, rgba(255, 240, 214, 1) 41%, rgba(219, 186, 122, 1) 66%, rgba(208, 168, 90, 1) 80%, rgba(157, 121, 44, 1) 100%) 1;
}
.modal_title {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--bionas-blue-500);
  position: relative;
  padding-left: 2.5rem;
}
.modal_title_dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4a7fd6;
  flex-shrink: 0;
}
.modal_text {
  font-size: 1.2rem;
  color: var(--bionas-blue-500);
  text-align: justify;
  font-weight: 500;
  margin-top: 1.3rem;
}
.modal_concerns {
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(224, 240, 249, 1) 32%, rgba(224, 233, 246, 1) 100%) padding-box,
    linear-gradient(90deg, rgba(0, 128, 209, 1) 0%, rgba(0, 68, 180, 1) 100%) border-box;
  padding: 2.5rem 1.5rem 1.5rem;
  margin-top: 2.5rem;
}
.modal_concerns_label {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 1.3rem;
  background: linear-gradient(90deg, rgba(0, 128, 209, 1) 0%, rgba(0, 68, 180, 1) 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 50px;
  white-space: nowrap;
  letter-spacing: 0.15rem;
}
.modal_concerns_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal_concerns_list li {
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.modal_concerns_list li::before {
  content: "";
  display: block;
  background: url("../images/man/mens_darkblue/icon_check.webp") 100% 0 / 100% no-repeat;
  position: absolute;
  left: 0;
  width: 1.8rem;
  height: 2.1rem;
}
.modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 2rem auto 0;
  padding: 0.3rem 2rem 0.3rem 3rem;
  background: #fff;
  border: 1px solid var(--bionas-blue-500);
  border-radius: 50px;
  font-size: 1.3rem;
  cursor: pointer;
  color: var(--bionas-blue-500);
}
.modal_close span {
  font-size: 14px;
}
@media (min-width: 500px) {
  .modal {
    max-width: 400px;
  }
}

body.is-modal-open {
  overflow: hidden;
}
dialog:not([open]) {
  display: none;
}
/* =========================================================================
 * CP情報
 * ------------------------------------------------------------------ */
.campaign_area {
  background: url("../images/man/260522/cp_area_bg.webp") 100% 0 / 100% no-repeat;
  padding-bottom: 2em;
}
.cp_box p.notes {
  bottom: 0.8rem;
  color: #1D3E69;
}
.cp_box {
  position: relative;
}
.cp_box p.notes {
    bottom: 0.8rem;
}
/* =========================================================================
 * サブスク
 * ------------------------------------------------------------------ */
.subscription {
    background: url(../images/man/mens_darkblue/subscription_bg.webp) no-repeat center center / cover;
    padding-bottom: 3em;
}
/* =========================================================================
 * プラン
 * ------------------------------------------------------------------ */
.plan_cards {
  width: 90%;
  margin: 0 auto;
  border: 1.5px solid;
}
.plan_cards.bronze {
  border-color: #895B1D;
}
.plan_cards.pt {
  border-color: #C5C9D3;
}
.plan_cards.executive {
  border-color: #DBBA7A;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.plan_cards_title {
  padding-bottom: 1.5rem;
}
.bronze .plan_cards_title {
  background: var(--bionas-bronze-gradation);
}
.pt .plan_cards_title {
  background: url("../images/man/mens_darkblue/plan_titile_pt_bg.webp") 100% 0 / 100% no-repeat;
  background-size: cover;
}
.executive .plan_cards_title {
  background: url("../images/man/mens_darkblue/plan_titile_executive_bg.webp") 100% 0 / 100% no-repeat;
  background-size: cover;
}
.plan_cards_title img {
  width: 22rem;
  margin: 0 auto;
}
.plan_cards_title h3 {
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
.pt .plan_cards_title h3,
.executive .plan_cards_title h3 {
  color: var(--bionas-blue-500);
}
.plan_cards_inner {
  padding-bottom: 2rem;
}
/* ============================
   プラン特徴アイコン3カラム
   ============================ */
.plan_feature {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
  margin-top: 0.5rem;
  padding-top: 0.8rem;
}
.plan_feature ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.plan_feature li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15rem;
}
.pt .plan_feature li:first-child small,
.pt .plan_feature li:last-child small,
.executive .plan_feature li:first-child small,
.executive .plan_feature li:last-child small {
  letter-spacing: 0;
}
/* アイコン */
.plan_feature li img {
  width: 6rem;
  height: auto;
  margin-bottom: 0.5rem;
}
/* 上のグレー説明（"月額で" / "1枠まで" / "1メニューを"） */
.plan_feature li small {
  display: block;
  font-size: 1.1rem;
  color: var(--bionas-blue-500);
  font-weight: 600;
}
/* 下の赤強調（"何度も通える" / "予約確保" / "継続ケア"） */
.plan_feature li > .red {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--bionas-red);
}
/* small内に入る部分強調（"1枠" / "1メニュー"）は赤＋bold */
.plan_feature li small .red {
  color: var(--bionas-red);
  font-weight: bold;
}
.plan_cards .plan_recommend {
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 1rem auto 0;
  overflow: hidden;
  padding: 1.2rem 2rem 1.8rem;
}
.plan_cards .plan_recommend:before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.plan_cards.bronze .plan_recommend:before {
  background: var(--bionas-bronze-gradation);
}
.plan_cards.pt .plan_recommend:before {
  background: var(--bionas-pt-gradation);
  opacity: 0.3;
}
.plan_cards.executive .plan_recommend:before {
  background: var(--bionas-gold-gradation);
  opacity: 0.2;
}
.plan_recommend_label {
  font-size: 1.3rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.plan_recommend_label:before,
.plan_recommend_label:after {
  content: '';
  flex: 1;
  height: 1px;
  background: #000;
}
.plan_recommend ul li {
  position: relative;
  padding-left: 3rem;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 1rem;
}
.plan_recommend ul li:before {
  content: "";
  display: block;
  background: url(../images/man/mens_darkblue/icon_check.webp) 100% 0 / 100% no-repeat;
  position: absolute;
  left: 0;
  width: 1.8rem;
  height: 2.1rem;
}
@media (min-width: 500px) {
  .plan_cards {
    width: 85%;
  }
}
/* ============================
   予約例アコーディオン
   ============================ */
.plan_example {
  width: 100%;
}

/* 開閉ボタン */
.plan_example_button {
  position: relative;
  display: block;
  width: 90%;
  background: #E6E6E6;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
  margin: 2rem auto 0;
  padding: 1rem 0;
  font-weight: 500;
  letter-spacing: 0.15rem;
}

/* ＋／− アイコン（横棒・縦棒の2本で作る） */
.plan_example_button::before,
.plan_example_button::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
}

/* 横棒：常に表示 */
.plan_example_button::before {
  transform: translateY(-50%);
}

/* 縦棒：閉じている時は横棒に重ねて「−」、開いた時は立てて「＋」 */
.plan_example_button::after {
  transform: translateY(-50%) rotate(0);
}
.plan_example_button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 中身（最初は閉じている） */
.plan_example_inner {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  width: 90%;
  margin: 0 auto;
}
.plan_example_inner.is-open {
  max-height: 800px;            /* 画像より十分大きい値 */
}
.plan_example_inner img {
  display: block;
  width: 100%;
  height: auto;            /* ボタンとの間隔 */
}
/* ============================
   他プランを見る（アコーディオン）
   ============================ */
.plan_more_button {
  position: relative;
  display: block;
  width: 20rem;
  margin: 2rem auto;
  padding: 1rem 0;
  background: #fff;
  border: 1px solid var(--bionas-blue-500);
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: var(--bionas-blue-500);
  cursor: pointer;
  font-size: 1.4rem;
}

/* ＋／− アイコン */
.plan_more_button::before,
.plan_more_button::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
}
.plan_more_button::before {
  transform: translateY(-50%);
}
/* 閉：＋（縦棒あり）／ 開：−（縦棒を倒す） */
.plan_more_button::after {
  transform: translateY(-50%) rotate(90deg);
}
.plan_more_button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(0);
}

/* 中身（最初は閉じている） */
.plan_ac_inner {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease;
}
.plan_ac_inner.is-open {
  max-height: 5000px;             /* プラン2枚分が入る大きめの値 */
}
/* ============================
   施術の流れ
   ============================ */
.flow {
  background: var(--bionas-blue-gradation-light);
  padding-bottom: 6rem;
}
.flow_list {
  margin: 0 auto;
  width: 95%;
}
/* カード */
.flow_item {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* STEPバッジ（画像） */
.flow_step {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 90px;          /* 表示サイズ。実画像に合わせて調整 */
  height: auto;
  z-index: 2;
  pointer-events: none; /* 重なってもクリック邪魔しない */
}
/* メイン写真 */
.flow_image {
  width: 12.5rem;
  min-width: 0;
  flex-shrink: 0;
}
.flow_image img {
  width: 100%;
  height: auto;
  display: block;
}
/* 本文 */
.flow_title {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--bionas-blue-500);
}
.flow_text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--bionas-blue-500);
  text-align: justify;
  margin-top: 1rem;
}

/* 対象メニュー（画像） */
.flow_menu {
  display: block;
  width: 96%;
  height: auto;
  margin: 1rem auto 0;
}

/* 矢印（下向き三角） */
.flow_arrow {
  width: 36px;
  height: 16px;
  margin: 16px auto;
  background: var(--bionas-blue-gradation-strong);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0.4;
}
@media (min-width: 500px) {
  .flow_list {
    width: 85%;
  }
  .flow_item {
    gap: 2rem;
  }
  .flow_image {
    width: 15.5rem;
  }
  .flow_title {
    font-size: 2rem;
  }
  .flow_text {
    font-size: 1.4rem;
  }
}
/* ============================
   SHOP情報
   ============================ */
.shop {
  padding-bottom: 4rem;
  background: var(--bionas-blue-gradation-light);
}
.shop_inner {
  width: 90%;
  margin: 0 auto;
}
/* 店内写真 */
.shop_image img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}
/* 情報リスト */
.shop_info {
  padding: 2.4rem 0 0;
}
.shop_info_item {
  margin-bottom: 1.6rem;
}
.shop_info_item:last-child {
  margin-bottom: 0;
}
/* ラベル（●アイコン付き） */
.shop_info_label {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0044B4;
  margin-bottom: 0.4rem;
}
.shop_info_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/man/mens_darkblue/icon_circle.webp) 100% 0 / 100% no-repeat;
}

/* 説明テキスト */
.shop_info_text {
  padding-left: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #000;
}
.shop_map_google {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 2rem;
  padding-top: 70%;
}
.map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shop_map_station {
  margin-top: 2rem;
}
.shop_map_google {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 2rem;
  padding-top: 70%;
}
.shop_map_google p {
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  background: var(--bionas-blue-gradation-strong);
}
.shop_gallery {
  margin-top: 3rem;
}
.shop_gallery ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.shop_gallery li {
  overflow: hidden;
}
.shop_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
}
@media (min-width: 500px) {
  .shop_inner {
    width: 85%;
  }
  .shop_info_label {
    font-size: 1.6rem;
  }
  .shop_info_text {
    font-size: 1.4rem;
  }
  .shop_map_google p {
    font-size: 1.8rem;
  }
  .shop_gallery {
    margin-top: 5rem;
  }
}
/* ============================
   よくある質問
   ============================ */
.faq_list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
}
.faq_item {
  background: var(--bionas-blue-gradation-light);
  overflow: hidden;
}
/* 質問（ボタン） */
.faq_question {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.6rem 5.6rem 1.6rem 5.2rem;   /* 左：Qアイコン分／右：＋アイコン分 */
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bionas-blue-500);
  background: transparent;
  cursor: pointer;
}

/* Qアイコン（画像） */
.faq_question::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 2.4rem;
  background: url("../images/man/mens_darkblue/icon_faq.webp") 100% 0 / 100% no-repeat;
}

/* ＋／− アイコン（グラデーション） */
.faq_question::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: var(--bionas-blue-gradation-strong);   /* ← 全面にグラデを敷く */

  /* ＋の形に切り抜くマスク（横棒＋縦棒） */
  -webkit-mask:
    linear-gradient(#000, #000) center / 100% 2px no-repeat,
    linear-gradient(#000, #000) center / 2px 100% no-repeat;
  mask:
    linear-gradient(#000, #000) center / 100% 2px no-repeat,
    linear-gradient(#000, #000) center / 2px 100% no-repeat;

  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* 開：45度回して × （閉じる時はそのまま＋） */
.faq_question[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(45deg);
}

/* 開：縦棒を倒して「−」 */
.faq_question[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(45deg);   /* + を ×→ じゃなく − にしたい場合は下の別解参照 */
}

/* 回答（最初は閉じている） */
.faq_answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.faq_answer.is-open {
  max-height: 800px;
}
.faq_answer_inner {
  padding: 0 2rem 1.6rem 5.2rem;     /* 左インデントを質問テキストと揃える */
  font-size: 1.3rem;
  line-height: 1.7;
  color: var(--bionas-blue-500);
}
@media (min-width: 500px) {
  .faq_list {
    width: 85%;
  }
}
/* ============================
   予約システムの使い方
   ============================ */
.reservation {
  padding: 4rem 0;
  overflow: hidden;
}
.reservation_heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--bionas-blue-500);
  margin-bottom: 3rem;
}
.reservation_slider_wrapper {
  position: relative;
  padding: 0 1.6rem;
}
/* Swiperは中央スライドだけ大きく、左右をのぞかせる */
.reservation_slider {
  overflow: visible;
  padding-bottom: 4rem;
}
/* スライド */
.reservation_slide {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.reservation_slide.swiper-slide-active {
  opacity: 1;
}
.reservation_slider .swiper-wrapper {
  align-items: stretch;
}
.reservation_slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.reservation_slide_body {
  flex: 1;
}
/* 見出しエリア（ネイビー帯） */
.reservation_slide_head {
  background: var(--bionas-blue-gradation-strong);
  color: #fff;
  padding: 1.6rem 1.2rem;
  text-align: center;
}
.reservation_slide_title {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  line-height: 1.2;
}
.reservation_slide_title_top {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.reservation_slide_title_bottom {
  font-size: 1.7rem;
  font-weight: bold;
}
/* 本文エリア（白背景） */
.reservation_slide_body {
  padding: 1.6rem 1.4rem 1.8rem;
}
.reservation_slide_text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--bionas-blue-500);
  margin-bottom: 1.2rem;
}
.reservation_slide_img {
  margin-bottom: 0.8rem;
}
.reservation_slide_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.6rem;
}
.reservation_slide_note {
  font-size: 1.1rem;
  color: #888;
  line-height: 1.5;
}
/* ナビゲーションボタン（青い円） */
.reservation_slider_nav {
  position: absolute;
  top: 38%;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: var(--bionas-blue-gradation-strong);
  opacity: 0.8;
  color: #fff;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservation_slider_nav.is-prev { left: 0.4rem; }
.reservation_slider_nav.is-next { right: 0.4rem; }
/* 矢印（CSSのみで描く） */
.reservation_slider_nav::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.reservation_slider_nav.is-prev::before {
  transform: rotate(-135deg);
  margin-left: 0.3rem;
}
.reservation_slider_nav.is-next::before {
  transform: rotate(45deg);
  margin-right: 0.3rem;
}

.reservation_slider_nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
/* ページネーション（ドット） */
.reservation_slider_pagination {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.reservation_slider_pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #c8d4e3;
  opacity: 1;
  cursor: pointer;
}
.reservation_slider_pagination .swiper-pagination-bullet-active {
  background: var(--bionas-blue-500);
}
@media (min-width: 500px) {
  .reservation_slider_wrapper {
    padding: 0 7.6rem;
  }
}
/* ============================
   フッター
   ============================ */
.footer {
  background: #1c1c1c;
  color: #fff;
  padding: 4rem 1.6rem 3rem;
  text-align: center;
}

.footer_inner {
  max-width: 600px;
  margin: 0 auto;
}

/* ロゴ */
.footer_logo img {
  width: 18rem;
  height: auto;
  display: inline-block;
}

/* 会社情報 */
.footer_info {
  margin-bottom: 2rem;
}
.footer_info_text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9;
}

/* メニュー（縦線区切り） */
.footer_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.footer_menu_item {
  position: relative;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer_menu_item + .footer_menu_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1em;
  background: #fff;
}
.footer_menu_link {
  color: #fff;
  text-decoration: none;
}

/* コピーライト */
.footer_copyright {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}
/* ============================
   追従カウントダウンタイマー
   ============================ */
.countdown {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 300;
  background: url(../images/man/260529/countdown_bg.webp) 100% 0 / 100% no-repeat;
  height: 12.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 1rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  max-width: 500px;
}

/* 表示状態 */
.countdown.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
/* バッジ（"6/30までにご来店の方限定"） */
.countdown_label {
  position: absolute;
  top: -2.5em;
  left: 0;
  right: 0;
  margin: auto;
  width: 30rem;
  background: #208DCA;
  background: radial-gradient(circle, rgba(32, 141, 202, 1) 0%, rgba(34, 192, 215, 1) 100%);
  transform: skewX(-15deg);
}
.countdown_label p {
  transform: skewX(15deg);
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.countdown_label p strong {
  color: var(--bionas-yellow);
  font-size: 2rem;
}
.countdown_label p strong span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border: 1.5px solid;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
}

/* 中身 */
.countdown_inner {
  position: absolute;
  bottom: 0;
}

/* タイマー文 */
.countdown_timer {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.countdown_timer strong {
  font-weight: 600;
}
/* 数字バッジ（JSが値を入れる span） */
.countdown_timer .countdown-day,
.countdown_timer .countdown-hour,
.countdown_timer .countdown-min,
.countdown_timer .countdown-sec {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  margin: 0 0.2rem;
  background: #fff;
  color: var(--bionas-red);
  border-radius: 3px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
/* CTAボタン */
.countdown_cta {
  display: block;
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.countdown_cta img {
  width: 100%;
  height: auto;
  display: block;
}
.countdown .shine_inner {
  padding-top: 0;
}
@media (min-width: 500px) {
  .countdown {
    height: 15rem;
  }
}
