@charset "UTF-8";

/*
--------------------------------------------------------------
    index
        root
        base
        reset
        layout
        component
        project
        utility
--------------------------------------------------------------
*/
/*---------------------------------------------------------------------------------------
--
-- :root
--
----------------------------------------------------------------------------------------*/
:root {
  --gothic: 游ゴシック medium, yu gothic medium, 游ゴシック, yu gothic, メイリオ, meiryo, ヒラギノ角ゴ pro, hiragino kaku gothic pro, sans-serif;
  --serif: YuMincho, "Yu Mincho", 游明朝, "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  --noto-font: "Noto Sans JP", sans-serif;
  --noto-serif: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --color-blue: #0086d3;
  --color-aqua-1: #e7ebf3;
  --color-aqua-2: #5ad4eb;
  --color-navy: #0272b2;
  --color-yellow: #fff100;
  --color-yellow2: #fcff00;
  --color-yellow3: #e4ba56;
  --color-red: #ff4e00;
  --color-black-1: #4c4c4c;
  --color-black-2: #453f41;
  --color-black-3: #252525;
  --color-cv-tel: #7eb6ff;
  --color-cv-web: #e67bbb;
  --color-cv-line: #48cb5e;
  --color-ocher: #a98945;
  --color-white: #ffffff;
}

/*---------------------------------------------------------------------------------------
--
-- reset
--
----------------------------------------------------------------------------------------*/
/*共通*/
html body a {
  cursor: pointer;
  text-decoration: none;
  color: #5d5d5d;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

body a:hover {
  color: unset;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------------------------------------------------------------------------------------
--
-- base
--
----------------------------------------------------------------------------------------*/
body {
  background: var(--color-aqua-1);
  font-family: var(--gothic);
  color: #121212;
}

body p {
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  line-height: 1.8;
  font-weight: 500;
}

main,
body header {
  width: min(100%, 750px);
  margin: 0 auto;
  background-color: var(--color-white);
}

main {
  background-color: var(--color-white);
}

/* spアコーディオン */
dl.accordion {
  overflow: hidden;
}

dl.accordion>dt::before {
  color: var(--color-white);
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

dl.accordion>dd {
  background: var(--color-white);
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  display: none;
}

dl.accordion>dd:before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

/*---------------------------------------------------------------------------------------
--
-- layout
--
----------------------------------------------------------------------------------------*/
/* header2.css 拡張 */

.section_header,
.section_header_logo,
.section_header_logo img {
  height: auto;
}

.section_header_logo img {
  width: min(266px, calc(calc(266/750) * 100vw));
  margin-left: min(20px, calc(calc(20/750) * 100vw));
}

.lp_header .head__menu {
  z-index: -1;
  top: min(100px, calc(calc(100 / 750) * 100vw));
}

/* fv */
.fv__top {
  margin-top: min(100px, calc(calc(100/750) * 100vw)) !important;
}


/* FV下メニュー */
/* 背景 */
.menu_bg {
  background-image: url(../img/botulinum_diet/onayami_BG.webp);
  background-size: 100% auto;
  /* 横に合わせて、縦は自動 */
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

/* メニュー */
.menu_item {
  position: relative;
  display: block;
  max-width: 95%;
  margin: 0 auto;
}

/*　ボタン　*/
.menu_btn {
  position: absolute;
  bottom: -5.5%;
  right: 9%;
  width: 37%;
}

/* footer */
footer {
  padding: min(40px, calc(calc(40/750) * 100vw)) 0 min(200px, calc(calc(200/750) * 100vw)) !important;
}

footer small {
  font-size: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.l-foot-subnav {
  background: var(--color-white) !important;
  padding: 0 0 min(40px, calc(calc(40/750) * 100vw)) !important;
}

/* section */
section,
.section {
  width: min(750px, 100%);
  margin: 0 auto;
  /* background-color: #fff; */
}

.flex-box {
  display: flex;
}

.w92 {
  max-width: 690px;
  width: 92%;
}

/* Scripts */
.js--accordion-cont {
  display: none;
}

.js--accordion-trigger .search-probrem__list-ttl {
  position: relative;
  cursor: pointer;
}

.js--accordion-trigger .search-probrem__list-ttl:before {
  content: "";
  display: block;
  height: min(20px, calc(calc(20/750) * 100vw));
  width: min(1.5px, calc(calc(1.5/750) * 100vw));
  background-color: #ff8ea6;
  position: absolute;
  top: 50%;
  right: min(30px, calc(calc(30/750) * 100vw));
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 2;
}

.js--accordion-trigger.js--accordion-open .search-probrem__list-ttl:before {
  transform: translateY(-50%) rotate(90deg);
}

.js--accordion-trigger .search-probrem__list-ttl:after {
  content: "";
  display: block;
  height: min(20px, calc(calc(20/750) * 100vw));
  width: min(1.5px, calc(calc(1.5/750) * 100vw));
  background-color: #ff8ea6;
  position: absolute;
  top: 50%;
  right: min(30px, 4vw);
  transform: translateY(-50%) rotate(90deg);
  z-index: 2;
}

/* Webクーポン */
.c-web-coupon {
  position: relative;
  padding-top: min(25px, calc(calc(25 / 750) * 100vw));
  padding-bottom: min(90px, calc(calc(90 / 750) * 100vw));
  display: block;
  text-align: center;
}

header .head__menu {
  background-color: #E7EBF3;
}

.p-head__menu-coupon .c-web-coupon {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 min(40px, calc(calc(40 / 750) * 100vw)) min(220px, calc(calc(220 / 750) * 100vw));
}

.c-web-coupon_inner {
  text-align: center;
  margin: auto;
  width: 95%;
  /* padding: 0 min(40px, calc(calc(40 / 750) * 100vw)); */
}

.c-web-coupon_inner img {
  width: 100%;
}

.c-web-coupon .limit_btn {
  position: absolute;
  bottom: min(130px, calc(calc(130/750) * 100vw));
  left: 50%;
  transform: translateX(-50%);
}

.c-web-coupon .limit_btn_link {
  transition: all 0.3s;
}

/* featherlight */
.featherlight_cont {
  display: none;
}

.icn_modal {
  position: relative;
}

.c-case-list {
  display: flex;
  flex-direction: column;
  gap: min(20px, calc(calc(20/750) * 100vw));
}

.c-case-list__item {
  width: 100%;
}

/*modal_list*/
.modal_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 0 auto;
  /* width: 840px; */
  justify-content: space-between;
}

.modal_list>li {
  max-width: calc((100% - 15px) / 2);
}

.modal_list>li:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 15px;
}

.modal_list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .modal_list {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ========================================
　ここからslin_ipl個別スタイル 
======================================== */
/* header */
.section_header {
  align-items: center;
}

.section_header_web {
  width: min(259px, calc(calc(259 / 750) * 100vw));
  text-align: right;
}

/* フロートバナー */
#float_bnr {
  z-index: 49 !important;
}

/* ドロワーボタン */
@media screen and (max-width: 640px) {
  header .drawer-btn span {
    right: min(20px, calc(calc(20 / 750) * 100vw))
  }

  header .drawer-btn span::before {
    top: -10px;
  }

  header .drawer-btn span::after {
    bottom: -10px;
  }
}

/* ハンバーガーメニュー */
@media screen and (min-width: 641px) {
  header .head__menu {
    width: calc(100% + 1px);
  }
}

header .head__menu-inner {
  margin-top: 0;
  /* margin-bottom: 0; */
}

header .head__menu__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: min(2px, calc(calc(2 / 750) * 100vw)) solid #DFDFDF;
  position: relative;
  background-color: #fff;
}

header .head__menu__item:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: min(12.5px, calc(calc(12.5 / 750)* 100vw)) solid transparent;
  border-bottom: min(12.5px, calc(calc(12.5 / 750)* 100vw)) solid transparent;
  border-left: min(15px, calc(calc(15 / 750)* 100vw)) solid #3D77CF;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: min(40px, calc(calc(40 / 750)* 100vw));
  transform: translateY(-50%);
}

header .head__menu__item.--with_coupon span {
  position: relative;
}

header .head__menu__item.--with_coupon span:after {
  content: 'クーポン配布中!!';
  display: block;
  background: linear-gradient(#FB7AB0, #DF4685);
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 120%;
  padding: min(10px, calc(calc(10 / 750)* 100vw)) min(30px, calc(calc(30 / 750)* 100vw));
  border-radius: min(50px, calc(calc(50 / 750) * 100vw));
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  width: min(240px, calc(calc(240 / 750) * 100vw));
  transform: translateY(-50%);
  margin-left: 0.5em;
  text-align: center;
}

header .head__menu__item a {
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  padding: min(20px, calc(calc(20 / 750) * 100vw));
  font-weight: 600;
}

.c-icon__wrap {
  width: min(64px, calc(calc(64 / 750) * 100vw));
  height: min(64px, calc(calc(64 / 750) * 100vw));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
}

@media screen and (max-width: 500px) {
  .c-icon__wrap--small img {
    width: 80%;
  }
}

/* fv */
.fv,
.fv__top {
  position: relative;
}

.c-web-coupon__use {
  margin: 0 auto;
  display: block;
}

.c-web-coupon__use--box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.c-web-coupon__use--box span img {
  width: min(32px, calc(calc(32 / 750)* 100vw));
}

.c-web-coupon__use--text {
  font-size: min(20px, calc(calc(20 / 750)* 100vw));
  color: #20827D;
  font-weight: bold;
}

.c-web-coupon__use--scroll {
  overflow-y: scroll;
}

/* ページトップボタン */
.foot .foot_btn {
  width: min(85px, calc(calc(85 / 750) * 100vw));
  height: min(85px, calc(calc(85 / 750) * 100vw));
  z-index: 49;
}

/* ========================================
    skin_02_tik流用スタイル
======================================== */
.wrap750 {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 信頼↓ */
.ff_serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.fc_pink_serif {
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 160%;
}

.fc_pink span {
  color: #f43a69;
}

.lh180 {
  line-height: 180%;
}

.ta_left {
  text-align: left !important;
  font-size: 100%;
}

.fs40 {
  font-size: clamp(20px, 4.0vw, 40px);
}

.fs44 {
  font-size: clamp(22px, 4.4vw, 44px);
}

.u_line2 {
  border-bottom: 2px solid #f43a69;
  display: inline;
  color: #f43a69;
}

.seciton_point {
  background-position: top center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_point-inner {
    padding: 0 15px;
  }
}

.section_point_drttl {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px, 6vw, 60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}

.section_point_drttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}

.section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {

  .section_point_drttl::before,
  .section_point_drttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}

.seciton_point_white-box {
  padding: 0;
  font-size: clamp(14px, 2.4vw, 24px);
}

@media screen and (max-width: 767px) {
  .seciton_point_white-box {
    padding: 15px;
    padding-top: 40px;
  }
}

.seciton_point_drarea_bdbox {
  background: #FFF;
  border: 2px #f43a69 solid;
  padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}

.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.seciton_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3.0vw, 30px);
  font-weight: bold;
}

.seciton_point_drprof {
  margin: 0 0 clamp(40px, 8vw, 80px);
  background: #FFF;
}

.seciton_point_drprof-box {
  display: flex;
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
}

.seciton_point_drprof>p {
  font-weight: 500;
}

.seciton_point_drprof-box li {
  margin: 0 0 clamp(10px, 3.0vw, 30px);
  overflow: hidden;
  width: 300px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  background: #000;
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.seciton_point_drprof-box li .dr_img {
  display: block;
}

.seciton_point_drprof-box li .dr_name {
  display: block;
  font-size: clamp(14px, 2.6vw, 26px);
  background: #e8e8e8;
  padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1.0vw, 10px);
  font-weight: bold;
  line-height: 110%;
  text-align: center;
}

.seciton_point_drprof-box li .dr_name span {
  font-size: clamp(10px, 1.8vw, 18px);
  color: #737373;
}

.seciton_point_drprof-box li .dr_spec {
  color: #FFFFFF;
  font-size: clamp(12px, 2.4vw, 24px);
  padding: clamp(8px, 0.8vw, 8px) 0;
  line-height: 130%;
  text-align: center;
}

.seciton_point_box {
  background: #FFFFFF;
  margin: 0 0 clamp(30px, 6vw, 60px);
  font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_box .bd_blk_design {
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1.0vw, 10px) 0;
  margin: 0 auto clamp(20px, 4.0vw, 40px);
  border: 2px #000 solid;
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
  text-align: center;
}

.seciton_point_box_imgarea {
  margin-top: 30px;
}

.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0.5em 0;
  margin: 0 auto -2.3em;
  background: rgb(225 79 141 / 0.8);
  border-radius: 30px;
  color: #fff;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .seciton_point_drprof>p {
    margin-top: 20px;
  }

  .seciton_point_drarea_bdbox::before,
  .seciton_point_drarea_bdbox::after {
    border-width: 20px;
  }

  .seciton_point_drprof-box {
    width: 100%;
  }

  .seciton_point_drprof-box li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .seciton_point_box_imgarea .pink_english_design {
    width: calc(100% - 100px);
    max-width: none;
  }

  .seciton_point_box_imgarea {
    margin-top: 15px;
  }
}

/* 信頼↑ */

/* ドクタースライダー↓ */

/* Arrows */
.slick-prev,
.slick-next {
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.7
}

.slick-prev {
  left: calc(46% - 364px);
}

.slick-next {
  right: calc(46% - 364px);
}

@media screen and (max-width:767px) {

  .slick-prev,
  .slick-next {
    top: calc(50% - 21px);
  }
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0px;
  }

}

/* ========================================
    クリニック一覧箇所を青系に変更
======================================== */

.section_clinic .clinic_acc__head {
  background: #f43a69;
}

.section_clinic .clinic_acc__item h3::before {
  background-color: #f43a69;
}

.section_clinic .clinic_acc__item_inner::before {
  background-color: #f43a69;
}

.section_clinic .clinic_acc__item_inner dd ul li::before {
  background: #f43a69;
}

.section_clinic .clinic-title__wrap h2,
.reserve .reserve-title__wrap h2 {
  border-color: #f43a69;
}

.clinic-title__wrap span,
.reserve-title__wrap span {
  color: #f43a69;
}

.section_clinic .clinic_ttl__01 {
  color: #f43a69 !important;
}

.section_clinic .clinic_ttl__01 span {
  color: #f43a69 !important;
}

.section_clinic .clinic-sub-title,
.reserve .reserve-sub-title {
  color: #EEA3C4;
}

/* スクロールバーの表示調整 */

.c-web-coupon__use--scroll::-webkit-scrollbar {
  display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-track {
  display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-thumb {
  display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-button {
  display: none;
}

.c-web-coupon__use--scroll::-webkit-scrollbar-track-piece:start,
.c-web-coupon__use--scroll::-webkit-scrollbar-track-piece:end {
  display: none;
}

.featherlight-content .simplebar-content {
  width: min(88vw, 640px);
}

/* コンテンツ幅 */
.wrap630 {
  width: 630px;
  margin: 0 auto;
}

.wrap670 {
  width: 670px;
  margin: 0 auto;
}

.wrap690 {
  width: 690px;
  margin: 0 auto;
}


/* point */

#point {
  background-color: #f2f8f8;
  padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
}

.point {
  background: #F2F8F8;
}

/* よくある質問 */
.seciton_qa {
  /* margin-top: min(30px, calc(calc(30 / 750)* 100vw)); */
  padding-top: min(60px, calc(calc(60 / 750)* 100vw));
  padding-bottom: min(60px, calc(calc(60 / 750)* 100vw));
  padding-left: min(20px, calc(calc(20 / 750)* 100vw));
  padding-right: min(20px, calc(calc(20 / 750)* 100vw));
  background: #F9E6DF;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seciton_qa_inner {
  background-color: #fff;
  border-radius: 10px;
  padding-left: min(30px, calc(calc(30 / 750)* 100vw));
  padding-right: min(30px, calc(calc(30 / 750)* 100vw));
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.seciton_qa_q {
  /* border: 1px solid #1ca3a5; */
  border-bottom: none;
  z-index: 1;
  cursor: pointer;
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  padding: 1em;
  color: #644B3A;
  transition: all 0.4s;
  background-color: #fff;

}

@media screen and (max-width: 750px) {
  .seciton_qa_q {
    font-size: 4vw;
  }
}


.seciton_qa_a {
  /* border: 1px solid #1ca3a5; */
  border-bottom: none;
  z-index: 1;
  cursor: pointer;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  padding: 1em;
  display: none;
  margin: 0 auto;
  /* background: #F9E6DF; */
  color: #644B3A;
  /* border-radius: 10px; */
  margin-bottom: min(30px, calc(calc(30 / 750)* 100vw));
}

.seciton_qa_a:last-of-type {
  /* border-bottom: 1px solid #1ca3a5; */
}

@media screen and (max-width: 750px) {
  .seciton_qa_a {
    font-size: 4vw;
  }
}

.seciton_qa_q p,
.seciton_qa_a p {
  display: inline-block;
  margin-left: 40px;
  line-height: 1.5em;
}

.seciton_qa_q::before,
.seciton_qa_q::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #E6A897;
  transition: .2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 3px;
  right: 15px;
  top: 45%;

}

.seciton_qa_q::after {
  content: '';
  transform: rotate(90deg);
}

.seciton_qa_q.js--accordion-open {
  /* background: #1ca3a5; */
  font-weight: bold;
  color: #464646;
}


.seciton_qa_q.js--accordion-open::before,
.seciton_qa_q.js--accordion-open::after {
  background-color: #fff;
}

.seciton_qa_q.js--accordion-open::after {
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {

  .seciton_qa_q p,
  .seciton_qa_a p {
    margin-left: 25px;
  }
}

.attention-head {
  font-size: clamp(18px, 3vw, 28px);
}


/* ★★★モーダル追加★★★ */

.modal_list {
  display: flex;
  justify-content: space-between;
  /* padding: 0 30px; */
}

@media only screen and (max-width: 767px) {
  .modal_list {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal_list .icn_modal {
  flex-basis: 48%;
}

.modal_list .icn_modal img,
.modal_list .icn_modal video {
  width: 100%;
}

.icn_modal {
  position: relative;
}

.icn_modal::before {
  content: "";
  position: absolute;
  top: clamp(5px, 1vw, 10px);
  right: clamp(5px, 1vw, 10px);
  background: url(../img/botulinum_diet/botulinum1_076.webp) no-repeat;
  background-size: 100%;
  width: clamp(30px, 4.5vw, 40px);
  height: clamp(30px, 4.5vw, 40px);
  z-index: 2;
}

.icn_modal::after {
  /* content: "";
  position: absolute;
  top: clamp(4px, 1vw, 8px);
  right: clamp(4px, 1vw, 8px);
  z-index: 1;
  width: clamp(30px, 8vw, 60px);
  height: clamp(30px, 8vw, 60px);
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5; */
}

.with-featherlight .featherlight {
  background: #6a6a6a;
}

.with-featherlight .featherlight .featherlight-content {
  /* padding: 10px; */
  padding: 0;
}

.with-featherlight .featherlight .featherlight-close-icon {
  top: -45px;
  right: 0;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  background-color: #3d3d3d;
  text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
  max-height: calc(90vh - 60px);
}

.with-featherlight .featherlight .featherlight-content .featherlight-inner {
  max-width: 750px;
  padding: 10px !important;
}

@media screen and (max-width: 750px) {
  .with-featherlight .featherlight .featherlight-content .featherlight-inner {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}

.img__right {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  width: 96%;
}

.menu__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.menu__contents p {
  width: 48%;
  padding-bottom: min(20px, calc(calc(20/750) * 100vw));
}

.list__body {
  position: relative;
}

.list__item01 {
  position: absolute;
  top: 34%;
  width: 27%;
  left: 4%;
}

.list__item02 {
  position: absolute;
  top: 48%;
  width: 27%;
  left: 4%;
}

.list__item03 {
  position: absolute;
  top: 59%;
  width: 27%;
  left: 4%;
}

.list__item04 {
  position: absolute;
  top: 71%;
  width: 27%;
  left: 4%;
}

.list__item05 {
  position: absolute;
  top: 82%;
  width: 27%;
  left: 4%;
}

.list__item06 {
  position: absolute;
  top: 34%;
  width: 25%;
  right: 6%;
}

.list__item07 {
  position: absolute;
  top: 47%;
  width: 27%;
  right: 6%;
}

.list__item08 {
  position: absolute;
  top: 56%;
  width: 25%;
  right: 6%;
}

.list__item09 {
  position: absolute;
  top: 66%;
  width: 27%;
  right: 6%;
}

.list__item10 {
  position: absolute;
  top: 84%;
  width: 35%;
  right: 3%;
}

.main__bgc_blue {
  background-color: #EFF7FF;
}

.main__unit {
  position: relative;
  background-color: #fff;
  width: 95%;
  margin: auto;
  border-radius: 20px;
  filter: drop-shadow(1px 1px 5px rgba(90, 90, 90, 0.2));
}

.main__unit_top {
  background-color: #8AA9E8;
  font-size: clamp(24px, 4vw, 48px);
  margin: auto;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  padding: 1% 0;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
}

.main__unit_text {
  font-size: clamp(14px, 3vw, 28px);
  color: #3D77CF;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
}

.area__heading,
.area__heading2 {
  color: #fff;
  background-color: #98C0E5;
  font-size: clamp(18px, 3vw, 36px);
  font-weight: 600;
  padding: 2%;
}

.area__heading span {
  color: #fff;
  font-size: clamp(14px, 3vw, 28px);
  font-weight: 400;
}

.area__heading2 span {
  color: #fff;
  font-size: clamp(11px, 2vw, 22px);
  font-weight: 400;
}

.area__ttl {
  color: #000;
  font-size: clamp(16px, 3vw, 32px);
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 2%;
}

.area__text {
  color: #000;
  font-size: clamp(14px, 3vw, 28px);
  line-height: 1.6;
}

.area__text span {
  color: #3D77CF;
  font-size: clamp(14px, 3vw, 28px);
  font-weight: 600;
  background: linear-gradient(transparent 0%, #EFF7FF 0%);
}

.area__text_blue {
  color: #3D77CF;
  font-size: clamp(14px, 3vw, 28px);
  line-height: 1.6;
}

.area__lead {
  position: relative;
  display: inline-block;
  color: #3D77CF;
  font-size: clamp(14px, 3vw, 28px);
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
}

.area__lead::after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #3D77CF;
  border-right: solid 2px #3D77CF;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: -25px;
  bottom: 0;
  margin: auto;
}

.heading__text_small {
  color: #fff;
  font-size: clamp(10px, 2vw, 20px);
  background-color: #828282;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .area__lead::after {
    width: 7px;
    height: 7px;
    top: 9px;
    right: -15px;
    bottom: 0;
  }
}

.modal_list2 {
  width: 880px;
  margin: 0 auto;
}

.modal_list3 {
  width: 60%;
}

@media screen and (max-width: 767px) {

  .modal_list2,
  .modal_list3 {
    width: 100%;
  }
}

.icn_modal2 {
  position: relative;
  text-align: center;
}

.icn_modal2::before {
  content: '';
  position: absolute;
  top: clamp(10px, 2.8vw, 20px);
  right: 26%;
  background: url(../img/common/icon_glass.webp) no-repeat;
  background-size: 100%;
  width: clamp(17px, 4.5vw, 34px);
  height: clamp(17px, 4.5vw, 34px);
  z-index: 2;
}

.icn_modal2::after {
  content: '';
  position: absolute;
  top: clamp(4px, 1vw, 8px);
  right: 25%;
  z-index: 1;
  width: clamp(30px, 8vw, 60px);
  height: clamp(30px, 8vw, 60px);
  border-radius: 50%;
  background-color: #000;
  opacity: .5;
}

.icn_modal3::before {
  right: 6%;
}

.icn_modal3::after {
  right: 3%;
}

@media only screen and (max-width: 767px) {
  .list__item10 {
    right: 6%;
  }

  .icn_modal2::before {
    right: 7%;
  }

  .icn_modal3::after {
    right: 4%;
  }

  .modal_list2,
  .modal_list3 {
    width: 70%;
  }
}

.section_ttl {
  width: 90%;
  margin: 0 auto clamp(30px, 4.5vw, 45px);
}

.section_ttl-text {
  width: 100%;
  padding-bottom: clamp(10px, 2vw, 20px);
  margin-bottom: clamp(10px, 2vw, 20px);
  font-size: clamp(20px, 3.8vw, 38px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  position: relative;
}

.section_ttl-text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #FF7878;
}

.section_ttl-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  border-bottom: 2px solid #A5A5A5;
}

.section_ttl-eng {
  font-family: 'Oswald', 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: clamp(14px, 3.0vw, 30px);
  color: #A5A5A5;
  letter-spacing: 0.04em;
  text-align: center;
}

/*修正後強調用*/
.strong_pink2 strong {
  font-weight: 800;
  color: #EC5DAD;
}

.reason_satisfaction-img {
  text-align: center;
  margin-bottom: clamp(40px, 8vw, 80px);
}

.section_reason {
  background: #fff;
}

.reason_satisfaction {
  padding-bottom: clamp(20px, 4vw, 40px);
}

.reason_satisfaction-img {
  text-align: center;
  margin-bottom: clamp(40px, 8vw, 80px);
}

.reason_satisfaction-read {
  margin-bottom: clamp(30px, 4.5vw, 45px);
  font-size: clamp(18px, 3.8vw, 38px);
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 1.8em;
}

.reason_satisfaction-read strong,
.reason_satisfaction-read strong * {
  font-weight: bold;
}

.reason_satisfaction-read .reason_value {
  margin: 0 0.2em;
}

.reason_satisfaction-read .reason_value span {
  font-size: 1.8em;
}

.reason_satisfaction-read .reason_value sup {
  font-size: 0.6em;
}

.reason_satisfaction-read .under_line {
  display: inline-block;
  background-image: linear-gradient(transparent 75%, #FFF7D0 0%);
  line-height: 1em;
}

/*修正後アンダーライン オレンジから水色へ*/
.under_line2 {
  display: inline-block;
  background-image: linear-gradient(transparent 75%, #E0ECF7 0%);
  line-height: 1em;
}

.under_line3 {
  display: inline-block;
  background-image: linear-gradient(transparent 60%, #E0ECF7 0%);
  line-height: 1em;
}

/*20250521修正　文字色をグレーから黒へ*/
.faceinjection-lift-read {
  font-size: clamp(15px, 3.2vw, 25px);
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
  color: #333333;
}

@media only screen and (max-width: 767px) {

  .section_ttl-text::before,
  .section_ttl-text::after {
    border-width: 1px;
  }
}

.seciton_point_drprof>p {
  color: #444;
  font-weight: 500;
}

.seciton_reason p,
.seciton_point p,
.seciton_reason .sec_ttl {
  text-align: center;
  color: #444;
}

.seciton_point .section_point_drttl {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px, 6vw, 60px);
  color: #444;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.seciton_point_box .bd_blk_design {
  width: 100%;
  max-width: 500px;
  padding: 0;
  margin: 0 auto clamp(20px, 4vw, 40px);
  border: 2px #000 solid;
  border-radius: 50px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
}

.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0;
  margin: 0 auto -2.3em;
  background: rgba(244, 58, 105, 0.8);
  border-radius: 50px;
  color: #fff;
  position: relative;
  font-size: clamp(14px, 3vw, 24px);
  font-weight: 400;
}

/* Merit */

.section_merit {
  background-color: #fff;
  padding: clamp(35px, 7vw, 70px) 0;
}

.section_merit_inner {
  overflow: hidden;
}

.section_merit {
  background-color: #fff;
  /*padding: clamp(35px,7vw,70px) 0;*/
}

.double_eye_model {
  /*margin-bottom: clamp(20px,4vw,40px);*/
}

.merit_contents {
  /*margin-bottom: clamp(35px,7vw,70px);*/
}

.section_merit_inner {
  overflow: hidden;
}

.merit_list {
  margin-bottom: clamp(30px, 6vw, 60px);
}

.merit_list-item {
  margin-top: clamp(40px, 8vw, 80px);
}

.merit_list_ttl {
  position: relative;
}

.merit_list_ttl-num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px clamp(10px, 2vw, 20px);
  background: #fff;
  border: #FF7878 2px solid;
  position: absolute;
  top: -50px;
  left: 0;
  font-size: clamp(14px, 3vw, 30px);
  font-weight: bold;
  color: #FF7878;
  letter-spacing: 0.04em;
}

.merit_list_ttl-num span {
  padding-left: clamp(5px, 1vw, 10px);
  font-size: clamp(30px, 6vw, 60px);
  letter-spacing: normal;
}

.merit_list_ttl-text {
  padding: clamp(20px, 4vw, 40px) clamp(15px, 3vw, 30px);
  background: #FF7878;
  font-size: clamp(16px, 3.4vw, 34px);
  font-weight: 500;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}

.merit_list-box {
  padding: clamp(15px, 6vw, 60px);
  border: #FF7878 solid 2px;
}

.merit_list-box img {
  display: block;
  margin: 0 auto clamp(20px, 4vw, 40px);
}

.merit_list-box p {
  font-size: clamp(12px, 1.8vw, 18px);
  line-height: 2em;
}

.model_contetns {
  padding: 0 clamp(15px, 6vw, 60px) clamp(30px, 6vw, 60px);
  background: url(../img/botulinum_diet/model_bg_sp.webp) no-repeat top;
  background-size: contain;
}

.model_ttl {
  padding: clamp(25px, 5vw, 50px) clamp(15px, 3vw, 30px);
  margin-bottom: clamp(15px, 4vw, 40px);
}

.model_ttl-img {
  margin-bottom: 20px;
}

.model_ttl p {
  font-size: clamp(12px, 2.2vw, 22px);
  font-weight: 500;
  line-height: 2em;
}

.model_detail {
  padding: clamp(30px, 4.5vw, 45px) clamp(15px, 8vw, 50px) clamp(15px, 4.5vw, 45px);
  border: #FF7878 solid 2px;
  position: relative;
}

.model_detail_inner {}

.model_fw01 {
  position: absolute;
  left: -90px;
  bottom: 0;
}

.model_fw02 {
  position: absolute;
  right: -80px;
  top: -170px;
}

.model_fw03 {
  position: absolute;
  right: -195px;
  top: 90px;
}

.model_fw03 img {
  max-width: 70%;
}

.model_detail-ttl {
  width: fit-content;
  margin: 0 auto 30px;
  background-image: linear-gradient(transparent 75%, #FFF7D0 0%);
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 500;
  text-align: center;
  line-height: 1em;
}

.model_detail p {
  font-size: clamp(12px, 1.8vw, 18px);
  line-height: 1.8em;
}

.model_detail p.model_notes {
  font-size: clamp(10px, 1.6vw, 16px);
  text-align: center;
}

.model_detail .model_icon {
  display: block;
  margin: 20px auto;
}


@media screen and (max-width: 767px) {

  .section_merit_inner .section_ttl {
    padding: 0 15px;
  }

  .merit_list-box {
    border-width: 1px;
  }

  .merit_list_ttl-num {
    top: -30px;
    border-width: 1px;
  }

  .model_contetns {
    background: url(../img/botulinum_diet/model_bg_sp.webp) no-repeat top;
    background-size: contain;
  }

  .model_detail {
    border-width: 1px;
  }

  .model_ttl-img {
    max-width: 60%;
  }

  .model_detail .model_icon {
    max-width: 80%;
  }

  .model_fw01 {
    left: -100px;
    bottom: 70px;
  }

  .model_fw02 {
    right: -220px;
    top: -80px;
  }

  .model_fw03 {
    right: -240px;
    top: 190px;
  }

  .model_fw01 img,
  .model_fw02 img,
  .model_fw03 img {
    max-width: 70%;
  }
}

/*flow*/

.section_flow {
  background: #fff;
}

.double_eye_flow_list {
  margin-bottom: 30px;
}

.flow_list {
  margin-bottom: 60px;
  position: relative;
}

.flow_list::after {
  content: "";
  height: 100%;
  border-left: #FF7878 2px dotted;
  position: absolute;
  top: 0;
  left: 170px;
}

.flow_list-item {
  padding: 40px clamp(15px, 6.0vw, 60px) clamp(20px, 5.0vw, 50px);
  margin-top: clamp(75px, 11vw, 110px);
  ;
  background-color: #fff;
  border-top: #D1D5DD 2px solid;
  border-right: #D1D5DD 2px solid;
  border-bottom: #FF7878 2px solid;
  border-left: #FF7878 2px solid;
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding-bottom: clamp(10px, 2.0vw, 20px);
  margin-bottom: clamp(15px, 3.0vw, 30px);
  border-bottom: #707070 1px solid;
  position: relative;
}

.flow_list-ttl img {
  box-shadow: -4px 4px 0px 0px #E2E2E2;
  position: absolute;
  top: -110px;
  right: 0;
}

.flow_list-step {
  display: flex;
  align-items: center;
  font-size: clamp(22px, 5.8vw, 58px);
  font-weight: 500;
  color: #C5CBD5;
  opacity: 0.8;
  line-height: 1;
}

.flow_list-step span {
  padding-left: 0.05em;
  font-size: clamp(50px, 10vw, 100px);
  color: #FF7878;
}

.flow_list-title {
  font-size: clamp(16px, 3.0vw, 30px);
  font-weight: 500;
  line-height: 1.6em;
}

.flow_list-text {
  font-size: clamp(12px, 1.8vw, 18px);
  line-height: 2em;
}

.flow_list-box {
  display: block;
  margin-top: 40px;
}

.section_flow_inner {
  width: 90%;
  margin: 0 auto;
}

.flow_list-ttl img {
  box-shadow: -4px 4px 0px 0px #E2E2E2;
  max-width: 60%;
  position: absolute;
  right: -99px;
  top: -100px;
}

.flow_list-box img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {

  .section_flow_inner .section_ttl {
    padding: 0 15px;
  }

  .flow_list::after {
    left: 100px;
  }

  .flow_list-item {
    border-width: 1px;
  }

  .flow_list-ttl img {
    max-width: 60%;
    box-shadow: -2px 2px 0px 0px #E2E2E2;
    right: -40px;
    top: -80px;
  }

  .flow_list-box {
    display: block;
    margin-top: 20px;
  }

  .flow_list-box img {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.em_pink em {
  font-weight: inherit;
  color: #FF7878;
}

.model_detail p.model_notes {
  font-size: clamp(10px, 1.6vw, 16px);
  text-align: center;
}

.shourei_btn-mt {
  margin-top: clamp(35px, 7vw, 70px);
}

.counceling_btn {
  background: #ffffff;
  width: 100%;
}

.btnwrap,
.link_cont,
.counceling_btn,
.line_link02 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.counceling_btn .counceling_txt {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  font-size: clamp(13px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}


.counceling_btn .counceling_txt::before {
  transform: rotate(-15deg) translateY(-50%);
  left: -25px;
}

.counceling_btn .counceling_txt::before,
.counceling_btn .counceling_txt::after,
.section_price_case .counceling_txt::before,
.section_price_case .counceling_txt::after {
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #000;
  position: absolute;
  top: 50%;
}

.counceling_btn .counceling_txt {
  display: block;
  width: fit-content;
  margin: 0 auto 15px;
  position: relative;
  font-size: clamp(13px, 2.6vw, 26px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}

.counceling_btn .counceling_txt::after {
  transform: rotate(15deg) translateY(-50%);
  right: -25px;
}

.text__title {
  font-size: clamp(22px, 3vw, 40px);
  font-weight: bold;
  color: #121212;
}

.text__text {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.6;
}

.wrap690 {
  max-width: 690px;
  margin: 0 auto;
}

.transportation {
  background: #fff;
}

.transportation__cont {
  background: #FEF0F2;
  border-radius: min(5px, calc(calc(5/750) * 100vw));
  padding: min(40px, calc(calc(40/750) * 100vw)) 0;
}

.transportation__cont p {
  font-size: clamp(16px, 2vw, 30px);
  line-height: 2;
}

/* FAQ */

.seciton_qa .section_ttl_eng {
  color: #C7C7C7;
}

.section_ttl_eng {
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}

.ff_serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.seciton_qa {
  padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%),
    url(../img/botulinum_diet/flow_bg.png) repeat-x #FFFFFF;
  background-position: top center;
  text-align: center;
}

.seciton_qa .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.seciton_ttl_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(70px, 14.0vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 clamp(40px, 8.0vw, 80px);
  position: relative;
}

.seciton_qa .seciton_ttl_area::before {
  background-image: url(../img/botulinum_diet/white_diamond.png);
}

.seciton_ttl_area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}

.hyaluronic {
  font-family: var(--font-gothic);
}

.seciton_ttl_area .ff_serif {
  font-size: clamp(20px, 4.0vw, 40px);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
  position: relative;
}

.fc_pink span {
  color: #f43a69;
}

.t-left {
  text-align: left !important;
}

.w92 {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
}

.seciton_qa_q:first-child {
  border-top-width: 1px;
}

.seciton_qa_q {
  color: #f53968;
  transition: all 0.4s;
}

.seciton_qa_q,
.seciton_qa_a {
  border: #f53968 1px solid;
  border-top-width: 0;
  z-index: 1;
  cursor: pointer;
  font-size: clamp(14px, 2.2vw, 22px);
  position: relative;
  line-height: 1.5;
  padding: 15px 50px 15px 15px;
}

.seciton_qa_q::before,
.seciton_qa_q::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #f53968;
  transition: .2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 2px;
  right: 15px;
  top: 45%;
}

.seciton_qa_q {
  color: #f53968;
  transition: all 0.4s;
}

.seciton_qa_q,
.seciton_qa_a {
  border: #f53968 1px solid;
  border-top-width: 0;
  z-index: 1;
  cursor: pointer;
  font-size: clamp(14px, 2.2vw, 22px);
  position: relative;
  line-height: 1.5;
  padding: 15px 50px 15px 15px;
}

.seciton_qa_q_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "Q.";
  font-weight: 400;
}

.seciton_qa_q span,
.seciton_qa_a span {
  display: inline-block;
  margin-left: 40px;
  font-weight: 400;
}

.seciton_qa_q::after {
  content: '';
  transform: rotate(90deg);
}

.seciton_qa_q::before,
.seciton_qa_q::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #f53968;
  transition: .2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 2px;
  right: 15px;
  top: 45%;
}

.seciton_qa_q:first-child {
  border-top-width: 1px;
}

.seciton_qa_q.js--accordion-open {
  background: #f53968;
  color: #fff;
}

.seciton_qa_a {
  display: none;
  margin: 0;
  background: #ffecf1;
  color: #f53968;
}

.seciton_qa_q:first-child {
  border-top-width: 1px;
}

.seciton_qa_a_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
}

.section_clinic {
  background: #FFF;
}

.section_clinic .section_ttl_eng {
  color: #c7c7c7;
}

.section_clinic .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.section_clinic {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background-position: top center;
  text-align: center;
}

.section_clinic_inner {
  padding: 0 50px;
  text-align: left;
}

.section_clinic .seciton_ttl_area::before {
  background-image: url(../img/botulinum_diet/white_diamond.png);
}

@media screen and (max-width: 767px) {
  .section_clinic_inner {
    padding: 0 15px;
  }
}


.title__wrap--headline {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(22px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}

.title__wrap--top {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #f0b7c6;
}

.title__wrap__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  height: clamp(70px, 14vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.ttl-gray {
  color: #c7c7c7;
}

.w-diamond {
  background-color: #ededed;
}

.w-diamond::before {
  background-image: url(../img/botulinum_diet/white_diamond.png);
}

.title__wrap__area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}

/* ヘッダーメニューのアコーディオン */

.c-icon__wrap2 {
  width: min(64px, calc(calc(64 / 750) * 100vw));
  height: min(64px, calc(calc(64 / 750) * 100vw));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.7em;
}

.accordion-003 {
  max-width: 750px;
}

.accordion-003 summary {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  padding: 1.6em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
}

.accordion-003 summary span {
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
  width: 4px;
  height: 2em;
  border-radius: 5px;
  background-color: #3D77CF;
  content: '';
}

.accordion-003 summary::before {
  position: absolute;
  right: 4.5em;
  rotate: 90deg;
}

.accordion-003 summary::after {
  position: absolute;
  right: 4.5em;
  transition: rotate .3s;
}

.accordion-003[open] summary::after {
  rotate: 90deg;
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  font-size: clamp(14px, 3vw, 28px);
  padding: 2% 0 2% 20%;
  color: #2762BE;
  transition: transform .5s, opacity .5s;
  background-color: #EFF7FF;
  border-bottom: 1px solid #C4C1FF;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

.accordion-003 p span {
  position: relative;
}

.accordion-003 p span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: min(12.5px, calc(calc(12.5 / 750)* 100vw)) solid transparent;
  border-bottom: min(12.5px, calc(calc(12.5 / 750)* 100vw)) solid transparent;
  border-left: min(15px, calc(calc(15 / 750)* 100vw)) solid #3D77CF;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: min(-30px, calc(calc(0 / 750)* 100vw));
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {

  .accordion-003 p span:before {
    left: min(-23px, calc(calc(0 / 750)* 100vw));
  }

  .accordion-003 summary {
    padding: 1em 1em;
  }

  .accordion-003 summary::before,
  .accordion-003 summary::after {
    width: 2px;
    height: 1.5em;
  }

  .c-icon__wrap2 {
    margin-right: 1em;
  }

  .accordion-003 summary::before {
    right: 2.5em;
  }

  .accordion-003 summary::after {
    right: 2.5em;
  }

}

/*TCB_AD-8568 20250730*/
.fv__top {
  z-index: 0;
}

.fv__top_after {
  margin-top: calc(min(80px, calc(80 / 750 * 100vw)) * -1);
  position: relative;
  z-index: 1;
  padding: 0 min(10px, calc(10 / 750 * 100vw));
  box-sizing: border-box;
}

/* 限定解除要件アコーディオン */
.ex_acc__head {
  background: #fff;
  text-align: center;
  color: #585858;
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  font-weight: 500;
  line-height: 1;
  padding: min(24px, calc(calc(24 / 750) * 100vw)) 0;
  position: relative;
  cursor: pointer;
}

.ex_acc__head::before,
.ex_acc__head::after {
  content: "";
  background: #707070;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ex_acc__head::before {
  width: min(30px, calc(calc(30 / 750) * 100vw));
  height: min(2px, calc(calc(2 / 750) * 100vw));
  right: min(30px, calc(calc(30 / 750) * 100vw));
}

.ex_acc__head::after {
  width: min(2px, calc(calc(2 / 750) * 100vw));
  height: min(30px, calc(calc(30 / 750) * 100vw));
  right: min(44px, calc(calc(44 / 750) * 100vw));
  transition: all 0.3s;
}

.ex_acc__head.js--accordion-open::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.ex_acc__body {
  display: none;
  background: #fff;
  margin: 0;
}

.acc__gray {
  background: #efefef;
}

/* 以下、bnls-diet.cssと同じ */

/*共通*/

:root {
  --font-yu-mincho: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  --font-yu-gothic: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
  background: #e7ebf3;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  color: #3D3D3D;
}

a {
  cursor: pointer;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

.object_hidden {
  overflow: hidden;
}

.object_hidden img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.bg_yellow {
  background-color: #FFFCE9;
}

.wrap750 {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}

.wrap90 {
  width: 92%;
  margin: 0 auto;
}

.wrap85 {
  width: 85%;
  margin: 0 auto;
}

.icn_modal {
  position: relative;
}

.icn_modal::before {
  content: '';
  position: absolute;
  top: clamp(10px, 2.8vw, 20px);
  right: clamp(10px, 2.8vw, 20px);
  background: url(../img/influencer/icon_glass.png) no-repeat;
  background-size: 100%;
  width: clamp(17px, 4.5vw, 34px);
  height: clamp(17px, 4.5vw, 34px);
  z-index: 2;
}

.icn_modal::after {
  content: '';
  position: absolute;
  top: clamp(4px, 1vw, 8px);
  right: clamp(4px, 1vw, 8px);
  z-index: 1;
  width: clamp(30px, 8vw, 60px);
  height: clamp(30px, 8vw, 60px);
  border-radius: 50%;
  background-color: #000;
  opacity: .5;
}

.btnwrap,
.link_cont,
.counceling_btn,
.line_link02 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.change_btn {
  position: relative;
  display: inline-block;
}

.change_btn::before {
  content: '';
  display: block;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease .4s;
}

.change_btn:hover::before {
  opacity: 1;
}

.link_cont picture,
.counceling_btn .counceling_btn_link,
.shourei_btn_link {
  position: relative;
  display: inline-block;
}

.link_cont picture::before,
.counceling_btn .counceling_btn_link::before,
.shourei_btn_link::before {
  content: '';
  display: block;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease .4s;
}

.link_cont picture:hover::before,
.counceling_btn .counceling_btn_link:hover::before,
.shourei_btn_link:hover::before {
  opacity: 1;
}

.counceling_btn_link::before {
  background-image: url('../img/bust/counceling_btn_sp_hover.png');
}

.limit_btn_link::before {
  background-image: url('../img/glp-1/coupon_btn_web_sp_hover.png');
}

.shourei_btn_link::before {
  background-image: url('../img/bust/shourei_btn_hover.png');
}

.shourei_btn-mt {
  margin-top: clamp(35px, 7vw, 70px);
}

.line_link02 {
  text-align: center;
}

.line_link a,
.line_link02 a {
  display: inline-block;
  position: relative;
}

.line_link a::before,
.line_link02 a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 4px;
  display: block;
  width: 100%;
  height: calc(100% - 22px);
  background-color: #BEBEBE;
  transition: all .4s;
}

.line_link img,
.line_link02 img {
  position: relative;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.line_link img:hover,
.line_link02 img:hover {
  bottom: -4px;
  left: 4px;
}



/*共通終わり*/

/*ヘッダーメニュー*/

.lp_header-item {
  display: flex;
  align-items: center;
}

.head__menu {
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

.head__menu-list {
  display: flex;
}

.head__menu-list a {
  font-size: clamp(15px, 1vw, 18px);
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 3vw, 60px);
  position: relative;
  transition: .3s;
  letter-spacing: 0;
}

.head__menu-list a:hover {
  color: #FF7878;
  text-decoration: underline;
}


header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  max-width: 750px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
  z-index: 50;
}

.lp_header {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  height: 100px;
}

/*ハンバーガーメニュー*/

.mv_double_eye {
  /* margin-top: 100px; */
}

.head_counceling {
  max-width: 100%;
}

.lp_header-item {
  margin-right: 100px;
}

.drawer-btn {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 22.5px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}

.drawer-btn span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.drawer-btn span::before,
.drawer-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.drawer-btn span::before {
  top: -15px;
}

.drawer-btn span::after {
  bottom: -15px;
}

.head__menu {
  display: none;
  position: fixed;
  top: 70px !important;
  left: 100%;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  background-color: #fff;
  overflow: auto;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  .head__menu {
    top: min(70px, calc(calc(70/767) * 100vw)) !important
  }
}


/*ハンバーガーメニューの中身*/
.is-drawer_open .head_counceling {
  display: none;
}

.drawer-btn.active span {
  background-color: transparent;
}

.drawer-btn.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.drawer-btn.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.is-drawer_open .head__menu {
  z-index: 99;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .is-drawer_open .head__menu {
    margin-top: 20px;
  }
}

.head__menu-inner {
  margin: clamp(40px, 11vw, 80px) auto 100px;
  /* max-width: 85%; */
}

.head__menu-list {
  max-width: 85%;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  margin-bottom: clamp(30px, 8vw, 60px);
}

.head__menu-list li {}

.head__menu-list a {
  font-size: 20px;
  color: #3D3D3D;
  padding: 0 15px 0 clamp(40px, 8vw, 65px);
  border: none;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 20px;
  background: url(../img/bust/menu_tcb_icon.png) no-repeat;
  background-size: 40px;
  position:
    relative;
}

.head__menu-list li:not(:last-child) a {
  margin-bottom: clamp(15px, 2vw, 20px);
}

.head__menu-list li a:hover {
  text-decoration: none;
}

.head__menu-list li a::before {
  content:
    '';
  background:
    url(../img/bust/icn_arrow.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 33px;
  height: 14px;
  position: absolute;
  top: calc(50% - 22px);
  right: 0;
  display: inline-block;
}

/*fv*/

.fv_bnls-diet {
  margin-top: 35px;
  position: relative;
}

.fv_bnls-diet wrap {
  position: absolute;
  bottom: 2%;
}

.fv_bnls-diet wrap p:hover {
  opacity: .65;
  transition: .9s;
}

/*カウントダウン*/

.box_countdown {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
  max-width: 65%;
  /* width: 72%; */
  text-align: center;
  background: #ffffc1 !important;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef1c9c;
  border: 3px solid #ef1c9c;
  box-sizing: border-box;
  z-index: 10;
  position: relative;
}

.box_countdown p {
  font-size: min(24px, calc(calc(24/750) * 100vw));
  color: #fff;
  background: #ef1c9c;
  padding: min(7px, calc(calc(7/750) * 100vw));
  border-radius: 3px
}

.box_countdown .yycountdown-box {
  margin-left: 8px;
  color: #ef1c9c;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-size: min(34px, calc(calc(34/750) * 100vw));
  border-radius: 5px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  font-size: min(28px, calc(calc(28/750) * 100vw));
  margin: 0 3px;
}

.box_countdown::before,
.box_countdown::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20%;
  height: 0;
  width: 0;
  border-width: 10px;
  border-style: solid solid solid none;
  transform: rotate(270deg);
}

.box_countdown::before {
  bottom: -12px;
  border-color: transparent #ffffc1 !important;
  z-index: 1;
}

.box_countdown::after {
  bottom: -16px;
  border-color: transparent #ef1c9c;
}

@media screen and (max-width: 767px) {
  .box_countdown::before {
    bottom: -12px
  }

  .box_countdown::after {
    bottom: -15px;
  }
}

/* ========================================
    bg
======================================== */
.bg {
  background-color: #ecf5fd;
  background-image: url(../img/diet_bnls_botulinum_001/bg.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

/* ========================================
    coupon_area
======================================== */
.coupon_area {
  position: relative;
}

.coupon_area wrap {
  position: absolute;
  bottom: 13%;
}

.coupon_area wrap p:hover {
  opacity: .65;
  transition: .9s;
}

@media screen and (max-width:767px) {
  .coupon_area wrap {
    bottom: 11%;
  }
}

@media screen and (max-width:640px) {
  .coupon_area wrap {
    bottom: 12%;
  }
}

@media screen and (max-width:520px) {
  .coupon_area wrap {
    bottom: 13%;
  }
}

@media screen and (max-width:420px) {
  .coupon_area wrap {
    bottom: 14%;
  }
}

/* ========================================
    case
======================================== */

.case_container {
  display: flex;
}


.case_cont {}

.case_txt {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.case_img {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.case_modal {
  margin-top: clamp(35px, 7vw, 70px);
}

.case_list {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  /* background: #FCF2F2; */
}

.case_cont__item {
  display: block;
  position: relative;
}

.case_cont__item:hover {
  opacity: 0.8;
}

@media screen and (max-width:767px) {
  .case_list {
    margin-bottom: 40px;
    width: 84%;
  }
}

/* ========================================
      modal (featherlight)
  ======================================== */
.c-modal {
  position: relative;
}

.c-modal-icon {
  position: absolute;
  top: clamp(8px, 1.6vw, 16px);
  right: clamp(8px, 1.6vw, 16px);
  width: clamp(32px, 6.4vw, 64px);
  transition: all 0.3s;
}

.c-modal-icon:hover {
  opacity: 0.8;
}

/* ========================================
    monitor_area
======================================== */
.monitor_area {
  position: relative;
}

.monitor_area wrap {
  position: absolute;
  bottom: 11.5%;
}

@media screen and (max-width:767px) {
  .monitor_area wrap {
    bottom: 12%;
  }
}

@media screen and (max-width:640px) {
  .monitor_area wrap {
    bottom: 13%;
  }
}

@media screen and (max-width:520px) {
  .monitor_area wrap {
    bottom: 14%;
  }
}

@media screen and (max-width:420px) {
  .monitor_area wrap {
    bottom: 15%;
  }
}

.monitor_area wrap p:hover {
  opacity: .65;
  transition: .9s;
}

/* 施術の流れスライダー */
.slick-list {
  width: min(800px, 100%);
  margin: 0 auto;
}

.flow_list {
  position: relative;
}

.flow_list .slick-prev {
  left: 0;
  background: url("../img/diet_bnls_botulinum_001/slick-arrow_prev.png") no-repeat;
  background-size: 100%;
}

.flow_list .slick-next {
  right: 0;
  background: url("../img/diet_bnls_botulinum_001/slick-arrow_next.png") no-repeat;
  background-size: 100%;
}

.flow_list .slick-dots {
  margin-top: min(30px, calc(calc(30/750) * 100vw));
}

.flow_list-item {
  margin-top: min(80px, calc(calc(80/750) * 100vw));
  /* box-shadow: 0 10px 20px 0 rgba(215, 58, 105, 0.2); */
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding: min(25px, calc(calc(25/750) * 100vw)) min(20px, calc(calc(20/750) * 100vw)) min(25px, calc(calc(25/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
  background: #5173a6;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.flow_list-ttl .flow_list-step {
  margin-right: min(35px, calc(calc(35/750) * 100vw));
  width: min(110px, calc(calc(110/750) * 100vw));
}

.flow_list-ttl .flow_list-title {
  font-weight: 500;
  text-align: left;
  line-height: 1.28;
  font-size: min(36px, calc(calc(36/750) * 100vw));
}

.flow_list-ttl .flow_list-title span {
  display: block;
}

.flow_list-detail {
  padding: min(40px, calc(calc(40/750) * 100vw)) min(50px, calc(calc(50/750) * 100vw));
  background: #fff;
  border: #5173a6 2px solid;
  border-top: none;
}

.flow_list-detail .flow_list-text {
  font-size: min(24px, calc(calc(24/750) * 100vw));
  line-height: 1.75;
  margin-top: 1.4em;
}

.l-section .slick-dots li.slick-active button:before {
  background: #5173a6;
}

.fc_pink span {
  color: #fc368c;
}


/*Q&A*/

.section_question {
  background: #FFFCE9;
  font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
  overflow: hidden;
}

.section_question_inner {
  position: relative;
}

.section_question_inner::before,
.section_question_inner::after {
  content: "";
  display: block;
  position: absolute;
}

.section_question_inner::before {
  background: url(../img/bust/question_background_sp.png) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
  top: -70px;
  left: 0;
}

/* .section_question_inner h2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
} */

.faq__list {
  position: relative;
  z-index: 10;
}

.faq__item {}

.faq__item+.faq__item {}

.faq {}

.faq dl {}

.faq__question,
.faq__answer {
  z-index: 1;
  cursor: pointer;
  font-size: clamp(14px, 2.2vw, 22px);
  position: relative;
  line-height: 1.5;
  padding: 15px 50px 15px 15px;
}

.faq__question,
.faq__answer_txt {
  display: flex;
  align-items: center;
}

.faq__question:hover {
  background: #f2f8fe;
}

.faq__question::before {
  content: '';
}

.faq__question::after {
  content: '';
  transform: rotate(90deg);
}

.faq__question.js--accordion-open::after {
  transform: rotate(0deg);
}

.faq__question span,
.faq__answer span {
  margin-left: 55px;
  display: block;
}

.faq__item:last-child dd {
  border-top: none;
}

.question_icon {
  position: absolute;
  top: 24px;
}

.faq__question_txt,
.faq__answer_txt {
  position: relative;
}

.faq__question_txt::before,
.faq__answer_txt::before {
  content: '';
  display: block;
  width: clamp(20px, 3.8vw, 38px);
  height: clamp(30px, 4.6vw, 46px);
  position: absolute;
  top: -10px;
  left: 0;
}

.faq__question_txt::before {
  background: url('../img/bust/question.png') no-repeat;
  background-size: 100%;
}

.faq__answer_txt::before {
  background: url('../img/bust/answer.png') no-repeat;
  background-size: 100%;
}

.accordion_option {
  display: none;
}

/*モーダル部分*/

.with-featherlight .featherlight {
  background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content {
  padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
  top: -45px;
  right: 0;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  background-color: #3D3D3D;
  text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
  max-height: calc(90vh - 60px);
}

/*modal_list*/

.modal_list {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 10px; */
}

.modal_list>li {
  max-width: calc(calc(100% - 15px)/2);
}

.modal_list>li:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 15px;
}

.modal_list li:nth-child(2n) {
  margin-right: 0;
}

/*クリニック一覧*/
.l-section--clinic #clinic h2 {
  display: none;
}

.l-section--clinic #clinic dl.accordion>dt {
  background: #5173a6;
}

#clinic dl.accordion h3 {
  margin: 3%;
  border-bottom: 3px double #5173a6;
}


/* 日本地図⇒脱毛LP仕様 クリニック一覧 */

/* spアコーディオン */

dl.accordion {
  overflow: hidden;
}

dl.accordion>dt::before {
  color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

dl.accordion>dd {
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  display: none;
}

dl.accordion>dd::before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}


/* clinic */

#clinic p {
  margin-bottom: 1em;
}

#clinic dl.accordion>dt::before {
  content: '▼';
}

#clinic dl.accordion>dd {
  padding: 0.5em;
  background: #fff;
}

#clinic dl.accordion>dd::before {
  content: none;
}

#clinic dl.accordion dl {
  display: flex;
  margin: 0 3% 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#clinic dl.accordion dl dt {
  width: 3em;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 3% 0;
}

#clinic dl.accordion dl dd {
  padding: 3% 0 3% 1em;
  width: calc(100% - 4em);
  border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
  border: none;
  padding-top: 0;
}

#clinic a {
  color: #fa9999;
}

dl.accordion {
  width: 85%;
  margin: 0 auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(13px, 3.5vw, 26px);
}

#clinic dl.accordion>dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: #FF7878;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

#clinic dl.accordion>dt::before {
  content: '▼';
  color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

#clinic dl.accordion>dd {
  padding: 0.5em;
  background: #fff;
}

#clinic dl.accordion>dd::before {
  content: none;
}

#clinic dl.accordion dl {
  display: flex;
  margin: 0 3% 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#clinic dl.accordion dl dt {
  width: 3em;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 3% 0;
}

#clinic dl.accordion dl dd {
  padding: 3% 0 3% 1em;
  width: calc(100% - 4em);
  border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
  border: none;
  padding-top: 0;
}

#clinic a {
  color: #5173a6;
}

.reserve {
  padding: clamp(35px, 7vw, 70px) 0 1px 0;
  background: #F2F5F9;
}

.ttl01 {
  width: 85%;
  margin: 0 auto clamp(30px, 6vw, 60px);
  position: relative;
}

@media screen and (max-width: 1000px) {
  #clinic .quotation dt {
    display: block;
    margin-bottom: 5px;
  }

  #clinic .quotation dd {
    display: block;
    color: #444;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1100px) {

  .simplebar-scrollbar::before {
    background: #A5A5A5 !important;
    /*jsのcssが下で読み込まれているため*/
    border-radius: 10px;
  }

  .simplebar-track {
    background-color: #fff;
    border: 1px solid #000;
    border-top: none;
  }

}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }
}

/*MV動画*/

video {
  vertical-align: bottom;
  width: 100%;
}

.p-front-main {
  background: #F1F3F7;
}

.p-front-main__inner {}

.p-front-fv__item .c-picture__video {
  pointer-events: none;
}

.p-front-fv {
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}

.p-front-fv__inner {
  max-width: 450px;
  width: 100%;
  margin: auto;
  position: relative;
}

.p-front-fv__list {}

/* ▼slick start */
/* .slick-arrow */
.p-front-fv .slick-prev,
.p-front-fv .slick-next {
  width: min(7.4vw, 27px);
  height: min(7.4vw, 27px);
  border: 2px solid #ffffff;
  border-left: none;
  border-bottom: none;
  top: 50%;
}

.p-front-fv .slick-next {
  transform: rotate(45deg);
  right: 5%;
}

.p-front-fv .slick-prev {
  transform: rotate(-135deg);
  left: 5%;
}

/* slick-dots */
.p-front-fv .slick-dots {
  bottom: 11px;
}

.p-front-fv .slick-dots li {
  width: clamp(50px, 13vw, 70px);
  height: clamp(6.5px, 1.73vw, 13px);
  background: #ffffff;
  border-radius: 6.5px;
  margin: 0 clamp(12.5px, 3.33vw, 25px) 0 0;
}

.p-front-fv .slick-dots li.slick-active {
  background: #FDC5C5;
}

.p-front-fv .slick-dots li:last-child {
  margin-right: 0;
}

.p-front-fv .slick-dots li button {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.p-front-fv .slick-dots li button:before,
.p-front-fv .slick-dots li.slick-active button:before {
  content: "";
}

/*ドクタースライダー*/

.slick-dotted.slick-slider.doctor-slick {}

.slick-dotted.slick-slider.doctor-slick li {}

.double_eye_flow_list {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .p-front-fv .slick-dots {
    bottom: max(15px, 2.5vw);
  }
}

/* ▲slick end */

/* フロートバナー */
#float_bnr {
  width: 750px;
  text-align: center;
  display: none;
  background-color: #fff;
  position: fixed;
  left: calc(50% - 375px);
  bottom: 0;
  z-index: 90;
}

#float_bnr .close {
  width: 27px;
  height: 27px;
  text-indent: -1000px;
  background: url(../img/kumatori_injection/lightbox_close.png) no-repeat center;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 640px) {
  #float_bnr {
    width: 100%;
    left: 0;
  }

  #float_bnr img {
    max-width: 100vw;
  }

  #float_bnr .close {
    background-size: 60%;
    top: 0;
    right: 0;
  }
}

/*フッター*/

footer,
.l-foot-subnav {
  font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
  background: #FFF5F5;
}

.l-foot-subnav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  font-size: 22px;
}

.l-foot-subnav__link {
  color: #ACB3C2;
  display: flex;
  align-items: center;
}

.l-foot-subnav__link::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #ACB3C2;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-right: 8px;
  position: relative;
  bottom: 3px;
}

.l-foot-subnav__link:hover {
  color: #ACB3C2;
  text-decoration: underline;
}

footer small {
  color: #fdc5c5;
  font-size: 13px;
  text-align: center;
}

footer {
  padding: 10px 0 50px;
}

.foot_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  cursor: pointer;
}

.foot_btn p {}


@media screen and (max-width: 767px) {

  /*ヘッダー*/
  .lp_header {
    padding-left: 10px;
    height: 60px;
  }

  /*20220804追記*/
  .head_logo h1 {
    width: 80px;
  }

  .lp_header-item {
    margin-right: 70px;
  }

  .head__menu {
    top: 50px;
  }

  .drawer-btn {
    width: 35px;
    height: 28px;
    top: calc(50% - 15px);
    right: 17px;
  }

  .drawer-btn span::before {
    top: -12px;
  }

  .drawer-btn span::after {
    bottom: -12px;
  }

  .head__menu-list a {
    background-position: 0 4px;
  }

  .head__menu-list li:not(:last-child) a {
    margin-bottom: 12px;
  }

  .head__menu-list a {
    font-size: 16px;
    padding: 0 12px 0 40px;
    padding-bottom: 10px;
    background-size: 26px;
  }

  .head__menu-list li a::before {
    width: 23px;
    top: calc(50% - 17px);
  }


  /*よくあるご質問*/
  .section_question_inner::before {
    background: url(../img/bust/question_background_sp.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100%;
    top: -35px;
    left: 0;
  }

  .faq__question,
  .faq__answer {
    font-size: 14px;
    padding: 15px 43px 15px 15px;
  }

  .faq__question::before,
  .faq__question::after {
    width: 13px;
    height: 1px;
    right: 15px;
    top: 45%;
  }

  .faq__question span,
  .faq__answer span {
    margin-left: 30px;
  }

  .faq__question_txt::before,
  .faq__answer_txt::before {
    width: 20px;
    height: 30px;
    top: -3px;
  }

  /*フッター*/

  .foot_btn {
    right: 15px;
    bottom: 90px;
    width: 50px;
  }

  footer {
    padding: 10px 0 20px;
  }

  footer small {
    color: #fdc5c5;
    font-size: 13px;
    text-align: center;
  }

  .l-foot-subnav {
    padding-top: 20px;
    font-size: 13px;
  }

  .l-foot-subnav__link::before {
    bottom: 1px;
  }


  /*モーダル部分*/
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}

/*20220907追記*/

.reason_satisfaction {
  padding-bottom: clamp(20px, 4vw, 40px);
}

.reason_satisfaction-img {
  text-align: center;
  margin-bottom: clamp(40px, 8vw, 80px);
}

.reason_satisfaction-txt+.reason_satisfaction-txt {
  margin-top: clamp(40px, 8vw, 80px);
}

.reason_satisfaction-txt01 {
  text-align: center;
}

.reason_satisfaction-txt02 {
  text-align: center;
  width: 67%;
  margin: 0 auto;
}

.double_eye_model {
  margin-bottom: clamp(20px, 4vw, 40px);
}

/*選ばれる理由 動画*/

.reason_case-contents {
  max-width: 83%;
  margin: 0 auto;
  padding: 0 4.25% 20px;
  border-right: 2px solid #FF7878;
  border-left: 2px solid #FF7878;
  border-bottom: 2px solid #FF7878;
}

.iframe_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .reason_case-contents {
    border-right: 1px solid #FF7878;
    border-left: 1px solid #FF7878;
  }
}

/*動画部分*/

.modal_movie-list {
  display: none;
}

.reason_case-movie02 {
  max-width: 75%;
  margin: 0 auto;
}

.reason-border {
  padding-bottom: clamp(35px, 7vw, 70px);
  border-bottom: 2px solid #FF7878;
}

@media screen and (max-width: 767px) {
  .reason-border {
    border-bottom: 1px solid #FF7878;
  }
}

.reason_satisfaction-mt {
  padding-top: clamp(35px, 7vw, 70px);
}

.reason_case-contents {
  position: relative;
  z-index: 1;
}

/*ドクター紹介*/

.section_doctor {
  background-color: #F2F5F9;
}

.section_doctor-inner {}


/*ドクタースライダー*/

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: calc(50% - 21px);
  display: block;
  width: clamp(25px, 4vw, 40px);
  height: clamp(56px, 10.2vw, 102px);
  cursor: pointer;
  z-index: 4;
  background: url('../img/diet_bnls_botulinum_001/doctor_slick-arrow_next.png') center no-repeat;
  background-size: cover;
  outline: none;
  border: none;
}

.slick-prev {
  background: url('../img/diet_bnls_botulinum_001/doctor_slick-arrow_prev.png') center no-repeat;
  background-size: cover;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.7
}

.slick-prev {
  left: calc(50% - 364px);
}

.slick-next {
  right: calc(50% - 364px);
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: clamp(3px, 1.6vw, 16px);
  height: clamp(3px, 1.6vw, 16px);
  padding: 5px;
  cursor: pointer;
}

.slick-dots li:not(:last-child) {
  margin-right: clamp(25px, 5vw, 50px);
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  /* font-size: 35px; */
  /* line-height: 20px; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  text-align: center;
  opacity: .25;
  color: #493232;
  background: #493232;
  border-radius: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease 0.3s;
  z-index: 10;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #5173a6;
}

@media screen and (max-width: 767px) {
  .slick-dots li {}

  .slick-dots li:not(:last-child) {}

  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0px;
  }

}

.js--ad_list {
  display: none;
}

/*slickの高さを合わせる*/

.slick-list .slick-track {
  /* display: flex; */
}

.slick-list .slick-slide {
  /* height: auto; */
}

.slick-list .slick-slide.slick-active {
  /* height: 100%; */
}

.slick-dotted.slick-slider.doctor-slick {}

.slick-dotted.slick-slider.doctor-slick .item {
  background-color: #fff;
  padding: clamp(15px, 3vw, 30px);
  border: 2px solid #5173a6;
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(25px, 5vw, 50px);
}

.doctor_profile {
  display: flex;
  align-items: center;
  margin-bottom: clamp(15px, 3vw, 30px);
}

.doctor_profile-img {
  overflow: hidden;
  width: clamp(115px, 23vw, 230px);
  height: clamp(150px, 30vw, 300px);
  background-color: #DFDFDF;
  margin-right: clamp(15px, 3vw, 30px);
  position: relative;
  z-index: 1;
  object-fit: cover;
  /* position: relative; */
}

/* .doctor_profile-img::before{
    content:'';
    background: url(../img/bust/doctor_bg.png) no-repeat;
    background-size: 100%;
    display:block;
    width: 100%;
    height: 100%;
    position: absolute;
} */

.doctor_profile-img img {
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}

.doctor_profile-txt {}

.doctor_profile-txt p {
  line-height: 1.5;
}

.doctor_profile-achive {
  font-size: clamp(12px, 2.4vw, 24px);
  font-weight: 500;
  color: #fff;
  background: url(../img/bust/doctor_archive_bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 0 clamp(15px, 3vw, 30px);
  box-sizing: border-box;
  margin-bottom: clamp(5px, 1vw, 10px);
  min-width: clamp(168px, 33vw, 336px);
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor_profile-position {
  margin-bottom: 10px;
}

.doctor_profile-name {
  font-weight: 500;
}

.doctor_profile-name span {
  position: relative;
  font-size: clamp(16px, 3.5vw, 35px);
  padding-bottom: 5px;
  display: block;
}

.doctor_profile-name span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border: 1px solid #5173a6;
  min-width: clamp(150px, 30vw, 300px);
}

.doctor_profile-name small {
  display: block;
  font-size: clamp(13px, 2.6vw, 26px);
  color: #5173a6;
  margin-top: clamp(7px, 1.4vw, 14px);
}

/* .doctor_outer{
    display:flex;
    flex-direction:column;
    flex-grow: 1;
    justify-content: space-between;
} */

.doctor_about {
  padding: clamp(15px, 3vw, 30px);
  background-color: #f2f8fe;
  /* flex-grow: 1; */
  margin-bottom: clamp(15px, 3vw, 30px);
}

.doctor_about-txt {}

.doctor_profile-position,
.doctor_about-txt p,
.doctor_list>dl dd {
  font-size: clamp(12px, 2.4vw, 24px);
  font-weight: 500;
  line-height: 1.5;
}

.doctor_about-txt p+p {
  margin-top: clamp(10px, 1.5vw, 15px);
}

.ad_doctor {
  /* flex-grow:1; */
}

.ad-head {
  min-height: clamp(35px, 7vw, 70px);
  background-color: #5173a6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(13px, 2.6vw, 26px);
  font-weight: 500;
  border: 1px solid #5173a6;
  transition: .4s;
  padding: 5px;
  box-sizing:
    border-box;
  cursor: pointer;
}

.ad-head.js--accordion-open {
  background-color: #fff;
  color: #5173a6;
}

.ad-head.js--accordion-open .doctor_word {}

.ad-head p {}

.doctor_word {
  position: relative;
}

.doctor_word::before {
  content: '経歴・備考を見る';
}

.js--accordion-open .doctor_word::before {
  content: '閉じる';
}


.doctor_career {
  margin-bottom: clamp(25px, 5vw, 50px);
}

.ttl02 {
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 500;
  color: #5173a6;
  position:
    relative;
  margin-bottom: clamp(10px, 2vw, 20px);
}

.ttl02 span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}

.ttl02::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #5173a6;
  top: calc(50% + 0px);
  width: 100%;
  z-index: 1;
}

.doctor_career-txt {}

.doctor_remark {
  margin-bottom: clamp(25px, 5vw, 50px);
}

.doctor_list {}

.doctor_list>dl {}

.doctor_list>dl+dl {
  margin-top: clamp(5px, 1vw, 10px);
}

.doctor_list>dl a {
  color: #5173a6;
  text-decoration: underline;
}

.doctor_list>dl a:hover {
  text-decoration: none;
}

.doctor_list>dl dt {
  display: inline-block;
  background-color: #5173a6;
  padding: 2px 5px;
  color: #fff;
  font-size: clamp(10px, 2vw, 20px);
  margin-bottom: 3px;
}

.doctor_list>dl dd {}

/*白色アイコン*/

.white_icon {
  position: relative;
}

.white_icon::before,
.white_icon::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  transition: all 0.4s;
}

.white_icon::before {
  right: 5px;
  transform: translate(-50%, -50%) rotate(90deg);
}

.js--accordion-open.white_icon::before,
.js--accordion-open.white_icon::after {
  background: #5173a6;
}

.js--accordion-open.white_icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 767px) {
  .ttl02::before {
    top: calc(50% - 2px);
  }

  .slick-dotted.slick-slider.doctor-slick .item {
    border: 1px solid #5173a6;
  }

  .white_icon::before,
  .white_icon::after {
    width: 10px;
    height: 1px;
  }

  .white_icon::before {
    right: 10px;
  }
}

/*20220921追記*/

.problem_flower_bg {
  position: relative;
}

.problem_flower_bg::before,
.problem_flower_bg::after {
  content:
    '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

.problem_flower_bg::before {
  background-image: url('../img/bust/red_flower.png');
  width: clamp(200px, 40vw, 405px);
  height: clamp(235px, 47vw, 471px);
  top: calc(50% - clamp(220px, 44vw, 440px));
  right: calc(50% - clamp(260px, 52vw, 520px));
}

.problem_flower_bg::after {
  background-image: url(../img/bust/yellow_flower.png);
  width: clamp(210px, 42vw, 423px);
  height: clamp(189px, 37vw, 378px);
  top: calc(50% + clamp(15px, 3vw, 30px));
  right: calc(50% - clamp(275px, 57vw, 570px));
}

/* .reason_bg{
    position:relative;
}

.reason_bg::before{
    content:'';
    position:
    absolute;
    background: url(../img/bust/reason_bg.png) no-repeat;
    background-size: 100%;
    display: block;
    width: clamp(50px,9.9vw,99px);
    height: clamp(51px,10vw,102px);
    bottom: -10px;
    left: calc(50% - clamp(150px,30vw,300px));
    opacity: .3;
} */

.risk_cont {
  margin-bottom: clamp(20px, 4vw, 40px);
}

.risk_cont h3 {
  max-width: 70%;
  text-align: center;
  margin: 0 auto clamp(10px, 2vw, 20px);
}

.ttl03 {
  background-color: #FF7878;
  text-align: center;
  padding: 1em 2.5em;
  margin-bottom: clamp(15px, 3vw, 30px);
}

/* fulfill ダイエットでこんなお悩みありませんか？の下 */
.section_fulfill {
  background-color: #fff;
}

.section_fulfill::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 14%;
  background-image: url('../img/glp-1/fulfill_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fulfill_top {}

.fulfill_ttl {
  margin: 0 auto clamp(30px, 6vw, 60px);
  position: relative;
}

.fulfill_top_txt {
  margin: 0 auto clamp(30px, 6vw, 60px);
  position: relative;
  text-align: center;
}

.fulfill_btn {
  margin: 0 auto clamp(30px, 6vw, 60px);
}

.fulfill_btn_item {
  margin-bottom: 18px;
  text-align: center;
}

.fulfill_btn_item:last-child {
  margin-bottom: 0;
}

.fulfill_check_txt {
  width: 64%;
  margin: 0 auto 10px;
}

.fulfill_bgBtn {
  display: flex;
}

/* .case */
.case {
  padding: 94px 0 0;
}

.case_ttl {
  margin: 0 auto clamp(30px, 6vw, 60px);
}

.case_subttl01 {
  margin: 0 auto clamp(20px, 4.4vw, 40px);
  text-align: center;
}

.case_subttl02 {
  margin: 0 auto clamp(20px, 4.4vw, 40px);
  text-align: center;
}

.case_img01 {
  margin: 0 0 clamp(20px, 7.067vw, 60px);
}

.case_img01--02 {
  margin: 0 0 clamp(20px, 6.067vw, 30px);
}

.case_img02 {
  margin: 0 0 clamp(20px, 11.867vw, 100px);
}

.case_img02--02 {
  margin: 0 0 21px;
}

.case_img03 {
  background-color: #fff;
  margin: 0 0 20px;
  text-align: center;
  padding: 0 10px;
}

.case_img03--02 {
  margin: 0 0 clamp(15px, 5.6vw, 42px);
  text-align: center;
}

.case_img04 {
  background-color: #fff;
  margin: 0 0 clamp(20px, 5.333vw, 50px);
  text-align: center;
  padding: 0 10px;
}

.case_img04--02 {
  margin: 0 0 clamp(20px, 5.333vw, 50px);
  text-align: center;
}

.case_txt01 {
  margin-bottom: 18px;
  text-align: center;
}

.case_txt01--02 {
  text-align: center;
  margin: 0 0 clamp(20px, 9.333vw, 70px);
}

.case_txt02 {
  margin-bottom: 21px;
  text-align: center;
}

.case_txt02--02 {
  text-align: center;
  margin: 0 0 clamp(20px, 5.6vw, 56px);
}

.case_txt03 {
  margin-bottom: clamp(20px, 7.067vw, 60px);
  text-align: center;
}

.case_txt03--02 {
  margin-bottom: clamp(20px, 5.067vw, 38px);
  text-align: center;
}

.case_subttl03 {
  margin: 0 0 clamp(10px, 4.267vw, 32px);
  text-align: center;
}

.case02_list {
  margin: 0 0 clamp(10px, 6vw, 45px);
}

.case02_item {
  margin-bottom: 10px;
}

.doctor_profile-advisor {
  margin-bottom: clamp(5px, 1vw, 10px);
}

.doctor_profile-advisor>span {
  display: inline-block;
  padding: 2px 0.8em 2px 0.5em;
  font-size: clamp(12px, 2.4vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  border-left: 5px solid #5173a6;
  background-color: #f2f8fe;
  color: #5173a6;
}


/* 20250714追加 テキストコーディング用 */

/* クーポンエリア外枠 PC */
.double-border-box {
  padding: 7px;
  /* ← 内側線と同じだけ内側に余白 */
  border: 4px solid;
  border-image: linear-gradient(150deg,
      #547db4 0%,
      #97b9db 50%,
      #547db4 100%) 1;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  z-index: 1;
}

/* クーポンエリア外枠 SP */
@media screen and (max-width: 767px) {
  .double-border-box {
    padding: 4px;
    /* ← 内側線と同じだけ内側に余白 */
    border: 2px solid;
    border-image: linear-gradient(150deg,
        #547db4 0%,
        #97b9db 50%,
        #547db4 100%) 1;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
  }
}

/* クーポンエリア外枠 PC2 */
.double-border-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 4px solid;
  border-image: linear-gradient(150deg,
      #547db4 0%,
      #97b9db 50%,
      #547db4 100%) 1;
  pointer-events: none;
  z-index: 1;
}

/* クーポンエリア外枠 SP2 */
@media screen and (max-width: 767px) {
  .double-border-box::before {
    content: "";
    position: absolute;
    border: 2px solid;
    border-image: linear-gradient(150deg,
        #547db4 0%,
        #97b9db 50%,
        #547db4 100%) 1;
    pointer-events: none;
  }
}

/* クーポンエリア Web申し込みで貰えるお得なクーポン */
.label {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
}

.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.fv_bg {
  background-color: #5073a6;
}

/* 背景ボックス */
.bnls_contents_bg {
  background-color: #fff;
  width: 650px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-sizing: border-box;
}

/* 上部：時計＋テキスト横並び */
.bnls_contents_cont {
  display: flex;
  align-items: center;
  justify-content: space-between 10px;
  margin-bottom: 20px;
  padding: 20px;
  gap: 30px;
}

/* タイトルテキスト */
.bnls_ttl {
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: clamp(24px, 3vw, 45px);
  color: #5173a6;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
}

.bnls_ttl span {
  font-family: sans-serif;
  font-size: clamp(12px, 2.5vw, 18px);
  color: #333;
}

/* 画像共通 */
.bnls_img_01 {
  display: block;
  margin: 30px auto;
  margin-top: -50px;
  max-width: 100%;
  height: auto;
}

.bnls_img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
}

/* テキスト */
.bnls_text {
  font-size: clamp(14px, 3vw, 21px);
  line-height: 1.8;
  color: #444;
  padding: 0 1em;
  text-align: justify;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-feature-settings: 'palt' on;
  letter-spacing: 0.01em;
}

.bnls_text strong {
  color: #fa378f;
}

.bnls_icon {
  width: 220px;
  height: auto;
}


@media screen and (max-width: 767px) {
  .bnls_contents_bg {
    width: 90%;
    padding: 15px;
  }

  .bnls_contents_cont {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
  }

  .bnls_icon {
    width: 115px;
  }
}

/* 20250813 TCB_AD-8374 追記 */

/* 満足度グラフ用背景 */
.bg_satisfaction {
  background-color: #edf7ff;
}

/* おすすめポイント 01~05 */
.recommend_point {
  margin: auto;
  padding: min(15px, calc(15 / 750 * 100vw));
}

@media screen and (max-width: 767px) {
  .recommend_point {
    width: 50px;
  }
}

/* 脂肪溶解注射 おすすめポイント */
/* 各コンテンツタイトル */
.recommend_ttl {
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: min(40px, calc(40 / 750 * 100vw));
  color: #5173a6;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  padding: min(10px, calc(10 / 750 * 100vw));
}

.recommend_img {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 95%;
  margin: 0 auto;
}

.recommend_txt {
  font-size: clamp(11px, 3vw, 21px);
  line-height: 1.8;
  color: #444;
  padding: 1em;
  text-align: justify;
  font-family: 'Yu Gothic', '游ゴシック', serif;
  font-feature-settings: 'palt' on;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* 脂肪溶解効果のある成分 枠内縦線 */
.box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  position: relative;
  padding: 25px;
}

.divider {
  width: 2px;
  background-color: #5173a6;
}

@media (max-width: 768px) {
  .box-wrapper {
    flex-direction: row;
    gap: 8px;
    padding: 10px;
  }

  .divider {
    width: 1.5px;
    height: auto;
  }
}

/* オススメ　point5用の枠 */
.border-box {
  border: 2px solid #5173a6;
  background-color: #fff;
  box-sizing: border-box;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .border-box {
    border: 1.5px solid #5173a6;
  }
}

/* point5 */
/*　脂肪溶解効果のある成分 3分割用 */
.box {
  flex: 1;
  background: #fff;
  text-align: center;
}

/*　脂肪溶解効果のある成分 見出し デオキシコール酸/マンヌロン酸 */
.box h3 {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #6279a3;
  text-align: center;
  line-height: 1.5;
  font-size: min(24px, calc(24 / 750 * 100vw));
  /*margin-bottom: 15px;*/
}

/*　脂肪溶解効果のある成分 画像 */
.icon {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/*　脂肪溶解効果のある成分 画像下テキスト */
.box>p {
  font-size: clamp(12px, 2vw, 22px);
  font-family: 'Yu Gothic';
  font-weight: 500;
  line-height: 1.6;
}

/*　脂肪溶解効果のある成分 画像の高さ調整用 */
.box>div {
  display: flex;
  align-items: stretch;
}

/* point5 チェックボックス */
/* チェックボックス */
.checkbox li::before {
  content: "";
  width: min(30px, calc(30 / 750 * 100vw));
  height: min(30px, calc(30 / 750 * 100vw));
  background: url("../img/diet_bnls_botulinum_001/checkbox.webp") no-repeat center / contain;
  position: absolute;
  left: 0;
}

/* 枠内見出し */
.checkbox li {
  position: relative;
  font-family: 'Yu Gothic';
  font-weight: 600;
  font-size: min(30px, calc(30 / 750 * 100vw));
  color: #6279a3;
  padding-bottom: 10px;
  padding-left: min(40px, calc(40 / 750 * 100vw));
  display: flex;
  align-items: flex-start;
  width: 100%;
}

/* 枠内テキスト */
.checkbox p {
  font-size: min(22px, calc(22 / 750 * 100vw));
  font-family: 'Yu Gothic';
  color: #282828;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: min(30px, calc(30 / 750 * 100vw));
}

/* 脂肪溶解注射 おすすめポイント用背景 */
.bnls_contents_bg_02 {
  background-color: #fff;
  width: 650px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: min(30px, calc(30 / 750 * 100vw));
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .bnls_contents_bg_02 {
    width: 90%;
    padding: 15px;
  }
}

/* 限定解除要件アコーディオン */
dt.ex_acc__head {
  background: #efefef;
  text-align: center;
  color: #585858;
  /* font-family: var(--font-yu-mincho); */
  font-size: min(32px, calc(calc(32/750) * 100vw));
  font-weight: 500;
  line-height: 1;
  padding: min(24px, calc(calc(24/750) * 100vw)) 0;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

dt.ex_acc__head._type02 {
  background: #fff;
}

dt.ex_acc__head::before,
dt.ex_acc__head::after {
  content: "";
  background: #707070;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

dt.ex_acc__head::before {
  width: min(30px, calc(calc(30/750) * 100vw));
  height: min(2px, calc(calc(2/750) * 100vw));
  right: min(30px, calc(calc(30/750) * 100vw));
}

dt.ex_acc__head::after {
  width: min(2px, calc(calc(2/750) * 100vw));
  height: min(30px, calc(calc(30/750) * 100vw));
  right: min(44px, calc(calc(44/750) * 100vw));
  transition: all 0.3s;
}

dt.ex_acc__head.js--accordion-open::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}

dl.ex_acc__wrap {
  margin-bottom: 0;
  margin-top: 0;
}

dd.ex_acc__body {
  display: none;
  margin-left: 0;
  box-sizing: border-box;
}

.ex_conditional p span {
  font-family: var(--font-yu-gothic);
}

/* 20260512 ABテスト追加 TCB_AD-10756 【TCB】痩身LP：コンテンツ検証_実装 */
.fv_bg_top {
  background: url("../img/diet_bnls_botulinum_001/bg_gray.webp");
  background-size: 110% auto;
  background-repeat: repeat-y;
  background-position: top center;
}

.fv_img_top {
  padding-top: min(150px, calc(150/750 * 100vw));
}

/* 外側の要素 */
.double-box-outer {
  margin: 0 auto;
  border: min(3px, calc(3/750 * 100vw)) solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #5173a6, #aacce9, #5173a6) border-box;
  border-radius: min(20px, calc(20/750 * 100vw));
  padding: min(4px, calc(4/750 * 100vw));
}

/* 内側の要素 */
.double-box-inner {
  border: min(3px, calc(3/750 * 100vw)) solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to right, #5173a6, #aacce9, #5173a6) border-box;
  border-radius: min(15px, calc(15/750 * 100vw));
  display: flex;
  flex-direction: column;
}

.box-img {
  padding-bottom: min(30px, calc(30/750 * 100vw));
}

.double-box-menu {
  min-width: min(660px, 97%);
  width: min(660px, calc(660/750 * 100vw));
  height: auto;
}

.double-box-inner .line {
  border-top: 1px solid #98b2e5;
  width: 94%;
  margin: 0 auto;
  padding-bottom: min(30px, calc(30/750 * 100vw));
}


/* --- 新しいメニューボタン 共通変数設定 --- */
.onayami-container {
  --theme-color: #98b2e5;
  --theme-color02: #4676bd;
  --theme-shadow: rgba(61, 104, 167, 0.4);
  --btn-shadow: rgba(47, 62, 93, 0.6);
  --bg-url: url('../img/diet_bnls_botulinum_001/fukidashi_blue.webp');
  --grid-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Crect width='50' height='50' fill='none' stroke='%23c4d7ff66' stroke-width='2'/%3E%3Cpath d='M25 0v50M0 25h50' stroke='%23c4d7ff66' stroke-width='1'/%3E%3C/svg%3E");

  max-width: 750px;
  margin: 0 auto;
  padding: min(10px, calc(10/750 * 100vw)) min(40px, calc(40/750 * 100vw)) min(40px, calc(40/750 * 100vw));
  filter: drop-shadow(5px 5px 5px var(--theme-shadow));
}

/* ピンク版の変数上書き */
.onayami-container.is-pink {
  --theme-color: #ffaeda;
  --theme-color02: #f75bb0;
  --theme-shadow: rgba(184, 95, 143, 0.4);
  --btn-shadow: rgba(184, 95, 143, 0.8);
  --bg-url: url('../img/diet_bnls_botulinum_001/fukidashi_pink.webp');
  --grid-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50'%3E%3Crect width='50' height='50' fill='none' stroke='%23ffaeda66' stroke-width='2'/%3E%3Cpath d='M25 0v50M0 25h50' stroke='%23ffaeda66' stroke-width='1'/%3E%3C/svg%3E");
}

/* --- 吹き出しエリア --- */
.fukidashi-area {
  background: var(--bg-url) no-repeat center bottom;
  background-size: contain;
  width: min(580px, 80%);
  margin: 0 auto min(-60px, calc(-60/750 * 100vw));
  aspect-ratio: 544 / 201;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: min(15px, calc(15/750 * 100vw));
  z-index: 2;
  position: relative;
  filter: drop-shadow(2px 2px var(--theme-shadow));
}

.fukidashi-text {
  font-size: min(45px, calc(45/750 * 100vw));
  line-height: 1.4;
  font-family: var(--noto-serif);
  font-weight: 600;
  color: #282828;
  text-align: center;
}

.highlight {
  color: var(--theme-color02);
}

/* --- 方眼紙二重ボックス --- */
.grid-box-outer {
  border: min(4px, calc(4/750 * 100vw)) solid var(--theme-color);
  border-radius: min(20px, calc(20/750 * 100vw));
  padding: min(4px, calc(4/750 * 100vw));
  background: #fff;
}

.grid-box-inner {
  border: min(2px, calc(2/750 * 100vw)) solid var(--theme-color);
  border-radius: min(14px, calc(14/750 * 100vw));
  background-color: #fff;
  background-image: var(--grid-image);
  background-size: min(50px, calc(50/750 * 100vw)) min(50px, calc(50/750 * 100vw));
  background-repeat: repeat;
  background-position: top left;
  padding: min(120px, calc(120/750 * 100vw)) 0 min(40px, calc(40/750 * 100vw));
}

/* --- コンテンツレイアウト --- */
.content-row {
  display: flex;
  align-items: center;
  gap: min(20px, 2.6vw);
  margin-bottom: min(30px, calc(30/750 * 100vw));
  justify-content: flex-start;
  margin-left: min(30px, calc(30/750 * 100vw));
}

.person-icon img {
  width: min(180px, 24vw);
  height: auto;
}

/* リスト周りの余白を復元 */
.check-list {
  list-style: none;
  padding-top: min(20px, calc(20/750 * 100vw));
  margin: 0;
}

.check-list li {
  font-size: min(26px, calc(26/750 * 100vw));
  font-weight: bold;
  color: #282828;
  margin-bottom: min(15px, calc(15/750 * 100vw));
  display: flex;
  align-items: baseline;
}

.hash {
  color: var(--theme-color02);
  margin-right: min(6px, calc(6/750 * 100vw));
  font-size: min(42px, calc(42/750 * 100vw));
}

.text-marker {
  background: #fffeb0;
}

/* --- CTAボタン --- */
.btn-row {
  text-align: center;
}

.cta-btn {
  width: min(480px, 80%);
  height: auto;
  filter: drop-shadow(5px 5px 5px var(--btn-shadow));
}

/* PC表示（750px以上） */
@media screen and (min-width: 750px) {
  .fukidashi-area {
    aspect-ratio: auto;
    height: 201px;
    margin-bottom: -120px !important;
  }

  .grid-box-inner {
    padding-top: 120px !important;
  }

  .content-row {
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
}

.bg-gradient-section {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: min(1500px, calc(1500/750 * 100vw));

  background: linear-gradient(to bottom,
      #c4d7ff 0%,
      #e6e0fa 50%,
      #ffdbee 100%);
  background-size: cover;
  background-attachment: scroll;
}

.ttl_bigtxt {
  color: #282828;
  font-size: min(54px, calc(54/750 * 100vw));
  font-family: var(--noto-serif);
  font-weight: 500;
  line-height: 1.8;
}

.ttl_subtxt {
  color: #fff;
  font-size: min(28px, calc(28/750 * 100vw));
  font-family: var(--noto-font);
  font-weight: 350;
  line-height: 1.2;
}

._an .coupon_red__wrap,
.mv_bgc {
  background-color: #5173a6;
}

.mv_img {
  width: min(690px, calc(690/750 * 100vw));
  margin-left: min(40px, calc(40/750 * 100vw));
  margin-top: max(-90px, calc(-90 / 750 * 100vw));
}

@media screen and (max-width: 750px) {
  .fv_image {
    width: 93%;
  }
}

.price_acc__head.bg_default,
.price_acc__cont.bg_default {
  background: #dce3ed !important;
}