@charset "UTF-8";

/* モニター制度 LP — XD共有デザイン準拠（#monitor 内のみ。フッターは変更しない） */

:root {
  --monitor-teal: #3a9ba9;
  --monitor-gold: #c5a880;
  --monitor-gold-dark: #9d8264;
  --monitor-feature-accent: #a6937c;
  /* LINE CTA バナー背景（画像の緑に合わせる。リンク色など従来用途は .monitor_line で上書き） */
  --monitor-line: #06c755;
  --monitor-line-banner: #3eb058;
  --monitor-line-banner-head: #e6f082;
}

#monitor {
  line-height: 2;
  color: #242424;
  overflow-x: hidden;
}

.bl_heading .bl_headingLv1 {
  /* font-family: 'Noto Serif JP', serif; */
  font-family: DNPShueiMinPr6, serif!important;
}

.bl_heading .bl_headingLv2 {
  font-family: DNPShueiMinPr6, serif!important;
}

.bl_heading {
  margin-bottom: 70px;
}

/* style_lp_hifu.css の .element フェードを上書き（常に表示） */
#monitor .element {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 856px) {
  #monitor {
    line-height: 2.2;
  }
}

#monitor p a {
  color: #957c54;
}

#monitor p a:hover {
  text-decoration: underline;
}

/* ----- ヒーロー（写真全面 + 右寄せコピー／SPもPC同様オーバーレイ） ----- */
#monitor .monitor_hero {
  position: relative;
  width: 100%;
  max-width: none;
}

#monitor .monitor_hero__inner {
  position: relative;
  display: block;
  min-height: 320px;
}

#monitor .monitor_hero__visual {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 320px;
  background: #e8e6e3;
}

#monitor .monitor_hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

/* SP含め常に写真上に重ねる（縦積みにしない） */
#monitor .monitor_hero__content {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(88%, 380px);
  max-width: none;
  padding: 20px 14px 22px 16px;
  text-align: right;
  box-sizing: border-box;
  box-shadow: -6px 0 28px rgba(0, 0, 0, 0.08);
}

@media (max-width: 855px) {
  #monitor .monitor_hero__content {
    border-radius: 4px 0 0 4px;
  }
}

#monitor .monitor_hero__eyebrow {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #555;
  margin: 0 0 16px;
  text-align: right;
}

#monitor .monitor_hero__title {
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 1.35;
  text-align: right;
}

#monitor .monitor_hero__titleMark {
  display: inline-block;
  background: #fff;
  color: var(--monitor-teal);
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 7vw, 44px);
  letter-spacing: 0.08em;
  padding: 12px 20px 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: middle;
  text-align: center;
}

#monitor .monitor_hero__titleRest {
  display: block;
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", serif;
  font-size: clamp(22px, 5.5vw, 36px);
  color: #222;
  letter-spacing: 0.06em;
  vertical-align: middle;
  text-align: right;
  margin-top: 8px;
}

#monitor .monitor_hero__text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 10px;
  line-height: 2;
  color: #333;
  margin: 0 0 0.5em;
  text-align: right;
}

#monitor .monitor_hero__text:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 856px) {

  #monitor .monitor_hero__inner {
    min-height: 420px;
  }

  #monitor .monitor_hero__visual {
    min-height: 420px;
  }

  #monitor .monitor_hero__visual img {
    min-height: 420px;
  }

  #monitor .monitor_hero__content {
    width: 48%;
    max-width: 600px;
    padding: 36px 48px 36px 28px;
    background: transparent;
    box-shadow: none;
  }

  /* 参照コンポ：上段小さめ／見出し大＋「という選択肢。」やや小／本文は小さく行間タイト */
  #monitor .monitor_hero__eyebrow {
    font-size: 2rem;
    line-height: 1.85;
    margin: 0 0 36px;
    white-space: nowrap;
  }

  #monitor .monitor_hero__title {
    margin: 0 0 40px;
    line-height: 1.2;
  }

  #monitor .monitor_hero__titleMark {
    font-size: clamp(48px, 4.5rem, 68px);
    line-height: 1.12;
    padding: 3px 32px 22px;
    margin-right: 10px;
    margin-bottom: 2px;
  }

  #monitor .monitor_hero__titleRest {
    font-size: clamp(34px, 3.1rem, 52px);
    line-height: 1.22;
    margin-top: 4px;
    letter-spacing: 10px;

  }

  #monitor .monitor_hero__text {
    font-size: 1.5rem;
    line-height: 1.72;
    margin: 0 0 0.3em;
    white-space: nowrap;
  }
}

/* ABOUT: XDどおり明朝系本文 */
#monitor .monitor_about ul li p {
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", serif;
  font-size: 15px;
  line-height: 2.2;
  color: #333;
}

@media (min-width: 856px) {
  #monitor .monitor_about ul li p {
    font-size: 16px;
  }
}

@media (min-width: 856px) {
  #monitor .monitor_about ul li:nth-child(2) img {
    margin-right: 30px;
    margin-left: 0px;
  }
}

/* FEATURES ブロック全体：白ベース */
#monitor .monitor_features {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 48px;
}

@media (min-width: 856px) {
  #monitor .monitor_features {
    padding-bottom: 80px;
  }
}

/* FEATURES: HIFU共通 .lp_point を上書き — 番号左・見出し右・引用太字黒・本文明朝 #333、画像は縦中央・右列 */
#monitor .monitor_features.lp_point {
  background: #fff;
}

#monitor .monitor_features.lp_point ul {
  width: 90%;
  max-width: 1000px;
}

#monitor .monitor_features.lp_point ul li {
  margin: 28px 0;
  align-items: stretch;
}

#monitor .monitor_features .monitor_feature_txt {
  width: 100%;
}

#monitor .monitor_features .monitor_feature__head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(10px, 2vw, 22px);
}

#monitor .monitor_features .monitor_feature__num {
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(52px, 11vw, 88px);
  font-weight: 400;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: var(--monitor-feature-accent);
  flex-shrink: 0;
  display: block;
  width: auto;
  padding: 0;
}

#monitor .monitor_features .monitor_feature__headText {
  flex: 1;
  min-width: 0;
  padding-top: 0.45em;
}

#monitor .monitor_features .monitor_feature__title {
  display: block;
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(16px, 2.8vw, 21px);
  font-weight: 500;
  line-height: 1.55;
  color: var(--monitor-feature-accent);
  letter-spacing: 0.04em;
  padding: 0;
}

#monitor .monitor_features .monitor_feature__subtitle {
  display: block;
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(13px, 2.1vw, 16px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--monitor-feature-accent);
  margin-top: 0.35em;
  letter-spacing: 0.02em;
}

#monitor .monitor_features .monitor_feature__quote {
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(17px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 1.65;
  color: #000;
  margin: clamp(22px, 4vw, 36px) 0 clamp(16px, 2.5vw, 24px);
}

#monitor .monitor_features .monitor_feature_txt p:not(.monitor_feature__quote) {
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 15px;
  line-height: 1.95;
  color: #333;
  margin: 0 0 1em;
}

#monitor .monitor_features .monitor_feature_txt p:not(.monitor_feature__quote):last-child {
  margin-bottom: 0;
}

#monitor .monitor_features.lp_point ul li img {
  margin-top: 20px;
}

#monitor .monitor_features.lp_point ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 856px) {
  #monitor .monitor_features.lp_point ul li:last-child {
    margin-top: 44px;
  }

  #monitor .monitor_features.lp_point ul li {
    align-items: center;
    gap: clamp(24px, 3.5vw, 48px);
    margin: 44px 0;
  }

  #monitor .monitor_features .monitor_feature_txt {
    flex: 1 1 58%;
    max-width: 58%;
    width: auto;
  }

  #monitor .monitor_features .monitor_feature__num {
    font-size: clamp(72px, 5.5vw, 96px);
  }

  #monitor .monitor_features.lp_point ul li img {
    flex: 0 0 38%;
    width: 38%;
    max-width: 380px;
    margin: 0;
    align-self: center;
    object-fit: cover;
  }
}

#monitor .lp_h2 span {
  color: var(--monitor-gold);
}

#monitor .lp_h2 {
  color: #333;
}

/* おすすめメニュー表 */
#monitor .monitor_reco_ill {
  width: 100%;
  margin: 0 auto 32px;
}

#monitor .monitor_reco_ill img {
  width: 100%;
  height: auto;
  display: block;
}

/* メニュー見出し（lp_h2 と併用） */
#monitor .monitor_menu_title.monitor_menu_h2 {
  text-align: center;
  margin: 56px auto 24px;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #333;
}

#monitor .monitor_menu_h2__en {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.22em;
  margin-bottom: 6px;
}

@media (min-width: 856px) {
  #monitor .monitor_menu_h2__en {
    font-size: 14px;
  }
}

@media (min-width: 856px) {
  #monitor .monitor_menu_title.monitor_menu_h2 {
    font-size: 26px;
    margin-top: 72px;
    margin-bottom: 32px;
  }
}

#monitor .monitor_menu_table_wrap {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 80px;
}

#monitor .monitor_menu_table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
}

#monitor .monitor_menu_table th,
#monitor .monitor_menu_table td {
  border: 1px solid #e0dcd6;
  padding: 1rem 1.1rem;
  vertical-align: middle;
  text-align: left;
  line-height: 1.85;
}

#monitor .monitor_menu_table thead th {
  background: #f8f7f5;
  font-weight: normal;
  color: #333;
  text-align: center;
}

#monitor .monitor_menu_table td:first-child {
  width: 38%;
}

#monitor .monitor_menu_table a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #9d8264;
  text-decoration: none;
}

#monitor .monitor_menu_table a:hover {
  text-decoration: underline;
}

#monitor .monitor_menu_table .monitor_menu_arr {
  flex-shrink: 0;
  color: #bbb;
  font-size: 14px;
}

@media (max-width: 855px) {
  #monitor .monitor_menu_table thead {
    display: none;
  }

  #monitor .monitor_menu_table tr {
    display: block;
    border-bottom: 1px solid #e0dcd6;
    padding: 16px 0;
  }

  #monitor .monitor_menu_table td {
    display: block;
    width: 100% !important;
    border: none;
    padding: 8px 0;
  }

  #monitor .monitor_menu_table td:first-child {
    padding-bottom: 4px;
  }
}

/* メンズ */
#monitor .monitor_mens_intro {
  width: 90%;
  max-width: 900px;
  margin: 70px auto 48px;
}

#monitor .monitor_mens_intro h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 1.2rem;
  letter-spacing: 0.06em;
}

#monitor .monitor_mens_intro p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  margin: 0 0 1em;
  line-height: 2;
}

#monitor .monitor_mens_banner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 48px;
  overflow: hidden;
}

#monitor .monitor_mens_banner__label {
  flex: 1 1 100%;
  background: #1e3a5f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

#monitor .monitor_mens_banner__img {
  flex: 1 1 100%;
}

#monitor .monitor_mens_banner__img img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: contain;
  display: block;
}

@media (min-width: 856px) {
  #monitor .monitor_mens_banner {
    flex-wrap: nowrap;
    min-height: 260px;
  }

  #monitor .monitor_mens_banner__label {
    flex: 0 0 42%;
    max-width: 42%;
  }

  #monitor .monitor_mens_banner__img {
    flex: 1 1 58%;
  }
}

/* FAQ */
#monitor .lp_qa.monitor_faq {
  background: #f5f5f5;
  padding: 48px 0 56px;
}

#monitor .monitor_faq .lp_qa__wrap dl dt {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #333;
  margin-bottom: 10px;
}

#monitor .monitor_faq .lp_qa__wrap dl dd {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  line-height: 2;
}

/* CTA */
#monitor .monitor_cta {
  padding: 60px 0;
}

#monitor .monitor_cta_box {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  background: #fdf8f4;
  border: 1px solid #c5a37d;
  padding: 36px 24px 40px;
  text-align: center;
}

#monitor .monitor_cta_lead {
  color: #9d8264;
  font-size: 18px;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
}

#monitor .monitor_cta_box p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 15px;
  color: #444;
  margin: 0 0 12px;
  line-height: 2;
}

#monitor .monitor_cta_btn {
  display: inline-block;
  margin-top: 28px;
  padding: 18px 32px;
  background: #b79975;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}

#monitor .monitor_cta_btn:hover {
  opacity: 0.85;
}

@media (min-width: 856px) {
  #monitor .monitor_cta_lead {
    font-size: 20px;
  }

  #monitor .monitor_cta_btn {
    min-width: 360px;
    padding: 22px 40px;
  }
}

/* LINE CTA（バナー画像準拠：横長・左明朝2行＋サブ白・右QR白枠） */
#monitor .monitor_line {
  width: calc(100% - 32px);
  max-width: 700px;
  margin: 0 auto 48px;
  background: var(--monitor-line-banner);
  color: #fff;
  padding: 20px 24px;
  box-sizing: border-box;
}

#monitor .monitor_line__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
}

#monitor .monitor_line_txt {
  flex: 1 1 260px;
  min-width: 0;
  text-align: left;
}

@media (max-width: 856px) {
  #monitor .monitor_line_txt {
    text-align: center;
  }
}

#monitor .monitor_line__head {
  margin: 0;
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
  font-weight: normal;
  font-size: clamp(22px, 4.2vw, 32px);
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--monitor-line-banner-head);
}

#monitor .monitor_line__head + .monitor_line__head {
  margin-top: 0.12em;
}

#monitor .monitor_line__sub {
  margin: 0.85em 0 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(13px, 2.1vw, 15px);
  font-weight: normal;
  line-height: 1.65;
  color: #fff;
}

@media (min-width: 856px) {
  #monitor .monitor_line {
    padding: 22px 40px 22px 40px;
  }

  #monitor .monitor_line__inner {
    gap: 24px 40px;
  }
}

/* 施術の流れ：矢印（XD指定画像で表示） */
#monitor .lp_flow ul li::before {
  content: "";
  display: block;
  width: 56px;
  height: 22px;
  margin: 0 auto;
  background: url("../image/flow_yaji.png") no-repeat center / contain;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}

#monitor .lp_flow ul li:last-child::before {
  display: none;
}

/* FLOW: STEP見出しは明朝、本文はゴシック（XD） */
#monitor .monitor_flow.lp_flow ul li {
  background: #fff;
  border-color: #e8e4df;
}

#monitor .monitor_flow.lp_flow ul li strong {
  font-family: dnp-shuei-mincho-pr6n, "Hiragino Mincho ProN", serif;
  font-weight: normal;
  color: #333;
}

#monitor .monitor_flow.lp_flow ul li strong span {
  color: var(--monitor-gold-dark);
}

#monitor .monitor_flow.lp_flow ul li p {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  color: #333;
}

/* FAQ: Q. は dt の ::before、A. は dd 先頭（XDの白カード） */
#monitor .monitor_faq .lp_qa__wrap dl dd::before {
  content: "A. ";
  font-weight: bold;
}

/* LINE CTA：QR（白角丸枠・画像内のQRに合わせて表示のみ） */
#monitor .monitor_line__qr {
  flex: 0 0 auto;
  display: block;
  padding: 10px;
  background: #fff;
  line-height: 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}


#monitor .monitor_line__qr img {
  display: block;
  width: 108px;
  height: auto;
}

@media (min-width: 856px) {
  #monitor .monitor_line__qr img {
    width: 132px;
  }
}

#monitor .monitor_line__qr:hover {
  opacity: 0.95;
}
