@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;
  --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 拡張 */
.lp_header {
  height: min(100px, calc(calc(100/750) * 100vw));
}

.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_q:last-of-type {
  /* border-bottom: 1px solid #1ca3a5; */
}

.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;
}