@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
--
----------------------------------------------------------------------------------------*/
/* header */
.lp_header {
  height: min(90px, calc(calc(90/750) * 100vw));
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding-left: min(22px, calc(calc(22/750) * 100vw));*/
  background-color: var(--color-white);
  box-sizing: border-box;
  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));
}

/* 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;
}

/*---------------------------------------------------------------------------------------
--
-- utility
--
----------------------------------------------------------------------------------------*/

/* none */
@media screen and (min-width:641px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width:640px) {
  .sp_none {
    display: none !important;
  }
}

/* タブ */
#tabcontrol {
  width: 100%;
  display: flex;
}

#tabcontrol a {
  display: inline-block;
  border-radius: 0.75em 0.75em 0 0;
  padding: 0.75em 1em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: min(23px, calc(calc(23/750) * 100vw));
  font-weight: bold;
  position: relative;
  /* JavaScriptでz-indexを調整するために必要 */
  width: 32%;
}

#tabcontrol a span {
  font-size: min(30px, calc(calc(30/750) * 100vw));
}

#tabcontrol a:nth-child(1),
#tabcontrol a:nth-child(2) {
  margin-right: 3%;
}

/* ▼タブ表示オフの色 */
#tabcontrol a:nth-child(1),
#tabcontrol a:nth-child(2),
#tabcontrol a:nth-child(3) {
  background-color: #bab9b9;
}

/* タブにマウスポインタが載った際*/
#tabcontrol a:hover {
  opacity: .7;
}

#tabpage1::before,
#tabpage2::before,
#tabpage3::before {
  content: "";
  display: block;
  height: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}


/* Scripts */
.js--accordion-cont {
  display: none;
}

/* 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: 90%;
  /* 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;
}

.c-web-coupon .box_countdown_txt {
  color: #24B280;
  font-size: clamp(12px, 3vw, 24px);
  margin-right: 0.2em;
}

.hokuro-case .c-case-list {
  padding-top: min(70px, calc(calc(70/750) * 100vw));
}

.c-case-list__item {
  width: 100%;
}

/*モーダル部分*/
.with-featherlight .featherlight {
  background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content .featherlight-inner {
  padding: 10px;
  max-width: 750px;
}

@media screen and (max-width: 750px) {
  .with-featherlight .featherlight .featherlight-content .featherlight-inner {
    max-width: 100%;
  }
}

.with-featherlight .featherlight .featherlight-close-icon .featherlight-inner {
  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 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;
  }
}

/* クリニック一覧 */
main #clinic dl.accordion>dt {
  background: #ffa2ac;
}

/* ハンバーガーメニュー */

.head__menu .search-probrem__dd {
  display: block;
}

/* ========================================
　ここから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%;
  }
}

/* ページトップボタン */
.foot .foot_btn {
  width: min(85px, calc(calc(85 / 750) * 100vw));
  height: min(85px, calc(calc(85 / 750) * 100vw));
  z-index: 49;
}

/* ========================================
    slider (slickカスタマイズ)
======================================== */

/* ロードまでのレイアウト崩れ対策 */
.js--case-slide {
  opacity: 0;
}

.js--case-slide.slick-initialized.slick-slider {
  opacity: 1;
}

/* ロードまでのレイアウト崩れ対策 ここまで */

.case-slide {
  padding: 0 min(20px, calc(calc(20 / 750) * 100vw)) min(100px, calc(calc(100 / 750) * 100vw));
}

.p-photo .case-slide {
  padding: 0 min(20px, calc(calc(20 / 750) * 100vw)) min(90px, calc(calc(90 / 750) * 100vw));
}

.case-slide .slick-list {
  border: 1px solid #F2EAD9;
  height: auto !important;
}

.case-slide__ttl {
  color: #fff;
  background-color: #AC926C;
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  text-align: center;
  padding: min(20px, calc(calc(20 / 750) * 100vw)) 0;
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
}

.case-slide .slick-slide {
  max-width: min(345px, calc(calc(345 / 750) * 100vw));
  background-color: #fff;
  border: min(22px, calc(calc(22 / 750) * 100vw)) solid #fff;
  border-right: none;
  box-sizing: border-box;
}

.case-slide .slick-slide img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 330 /280;
}


/* slick-arrow */
.js--case-slide .slick-prev,
.js--case-slide .slick-next {
  background: #fff;
  width: min(80px, calc(calc(80 / 750)* 100vw));
  height: min(80px, calc(calc(80 / 750)* 100vw));
  border-radius: 50%;
  opacity: 0.9;
  margin: auto;
  bottom: calc(-1 * min(95px, calc(calc(95 / 750) * 100vw)));
  box-shadow: 0 min(6px, calc(calc(6 / 750) * 100vw)) min(12px, calc(calc(12 / 750) * 100vw)) rgb(0 0 0 /0.16);
  border: none;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 750px) {

  .js--case-slide .slick-prev,
  .js--case-slide .slick-next {
    bottom: calc(-1 * min(110px, calc(calc(110 / 750) * 100vw)));
  }
}

.js--case-slide .slick-next {
  right: min(36px, calc(calc(15 / 375) * 100vw));
}

.js--case-slide .slick-prev {
  left: min(36px, calc(calc(15 / 375) * 100vw));
}

.js--case-slide .slick-prev:before {
  content: '';
  display: block;
  width: min(28px, calc(calc(28 / 750)* 100vw));
  height: min(28px, calc(calc(28 / 750)* 100vw));
  border-top: #a4a4a4 solid min(2px, calc(calc(2 / 750)* 100vw));
  border-right: #a4a4a4 solid min(2px, calc(calc(2 / 750)* 100vw));
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(8px, calc(calc(8 / 750)* 100vw));
  right: 0;
  margin: auto;
}

.js--case-slide .slick-next:before {
  content: '';
  display: block;
  width: min(28px, calc(calc(28 / 750)* 100vw));
  height: min(28px, calc(calc(28 / 750)* 100vw));
  border-top: #a4a4a4 solid min(2px, calc(calc(2 / 750)* 100vw));
  border-right: #a4a4a4 solid min(2px, calc(calc(2 / 750)* 100vw));
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: min(8px, calc(calc(8 / 750)* 100vw));
  margin: auto;
}

.p-photo .js--case-slide .slick-prev,
.p-photo .js--case-slide .slick-next {
  display: none !important;
}

/* インジケーター */
.slick-dots-custom {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.6vw, 16px);
  margin-top: min(45px, calc(calc(45 / 750) * 100vw));
}

.p-photo .slick-dots-custom {
  margin-top: min(20px, calc(calc(20 / 750) * 100vw));
}

.slick-dots-custom li {
  width: min(20px, calc(calc(20 / 750) * 100vw));
  height: min(20px, calc(calc(20 / 750) * 100vw));
  border-radius: 50%;
  background-color: #DECBBD;
  cursor: pointer;
}

.slick-dots-custom li.slick-active {
  background-color: #D1976B;
}

.slick-dots-custom li button {
  text-indent: -9999px;
}

/* ========================================
    op-slide用個別設定（スクロールヒント）
======================================== */
.op-slide__wrap img {
  /* width: 160%; */
  max-width: none;
  width: 160%;
}

.op-slide__wrap--potenza img {
  width: 265%;
}

/* ========================================
    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 {
  /* padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px); */
  /* background: linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%), url(../img/double-eyelid_5/point_bg.png) repeat-x #ededed; */
  background-position: top center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_point-inner {
    /* padding: 0 15px; */
  }
}

.seciton_point_white-box {
  /* background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%), url(../img/double-eyelid_5/point_white-box_bg.png); */
  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 .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, 20px);
  font-size: clamp(14px, 2.4vw, 24px);
  padding:  clamp(40px, 8vw, 80px) clamp(30px, 6vw, 60px);
}

.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_drprof-box {
    width: 100%;
  }

  .seciton_point_drprof-box li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .seciton_point_box {
	margin: 0;
  }

  .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 {
  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/bnls-diet/doctor_slick-arrow_next.png') center no-repeat;
  background-size: cover;
  outline: none;
  border: none;
}

.slick-prev {
  background: url('../img/bnls-diet/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(46% - 364px);
}

.slick-next {
  right: calc(46% - 364px);
}

@media screen and (max-width:767px) {

  .slick-prev,
  .slick-next {
    top: calc(50% - 21px);
  }
}

/* Dots */
.doctor .slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.doctor .slick-dots li {
  position: relative;
  display: inline-block;
  width: clamp(3px, 1.6vw, 16px);
  height: clamp(3px, 1.6vw, 16px);
  padding: 5px;
  cursor: pointer;
  border: none;
}

.doctor .slick-dots li:not(:last-child) {
  margin-right: clamp(25px, 5vw, 50px);
}

.doctor .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;
}

.doctor .slick-dots li button:hover,
.doctor .slick-dots li button:focus {
  outline: none;
}

.doctor .slick-dots li button:hover:before,
.doctor .slick-dots li button:focus:before {
  opacity: 1;
}

.doctor .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;
}

.doctor .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f43a69;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0px;
  }

}

.js--ad_list {
  display: none;
}

.doctor .slick-dotted.slick-slider.doctor-slick .item {
  background-color: #fff;
  padding: clamp(15px, 3vw, 30px);
  border: 2px solid #f43a69;
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(25px, 5vw, 50px);
}

.doctor_about {
  padding: clamp(15px, 3vw, 30px);
  background-color: #EEF1F6;
  margin-bottom: clamp(15px, 3vw, 30px);
}

@media screen and (max-width: 767px) {
  .doctor_list {
    padding: clamp(15px, 3vw, 30px);
  }
}

.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-head {
  min-height: clamp(35px, 7vw, 70px);
  background-color: #f43a69;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(13px, 2.6vw, 26px);
  font-weight: 500;
  border: 1px solid #f43a69;
  transition: .4s;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.ad-head.js--accordion-open {
  background-color: #fff;
  color: #f43a69;
}

.doctor_word {
  position: relative;
}

.doctor_word::before {
  content: '経歴・備考を見る';
}

.js--accordion-open .doctor_word::before {
  content: '閉じる';
}

/* ========================================
    クリニック一覧箇所を青系に変更
======================================== */

.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;
}

.featherlight-content .simplebar-content {
  width: min(88vw, 640px);
}


.nav_menu__active {
  color: #fff;
  background-color: #EB957D;
  border-radius: 50px;
  padding: 2px 25px;
  width: fit-content;
  margin: 0 auto;
  font-size: min(24px, calc(calc(24 / 750)* 100vw));
}

/* コンテンツ幅 */
.wrap630 {
  width: 630px;
  margin: 0 auto;
}

.wrap690 {
  width: 690px;
  margin: 0 auto;
}

/* よくある質問 */
.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;
  }
}


/* ★★★モーダル追加★★★ */

.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);
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}

/* ★★★★★botox_1_crm用に追記★★★★★ */
.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));
}

.menu__contents-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

  #card& img {
    width: 48%;
    padding-block: min(10px, calc(10 / 750 * 100vw));
    filter: drop-shadow(8px 8px 9px rgba(57, 197, 222, 0.5));
  }
}

.list__body {
  position: relative;
}

.main__bgc_blue {
  background-color: #d5f9ff;
  padding-block: min(30px, calc(30/750)*100vw);
}

.main__bgc_pink {
  background-color: #f8e6f9;
  padding-block: min(30px, calc(30/750)*100vw);
}


.main__unit {
    position: relative;
    background-color: #fff;
    width: 88%;
    margin: auto;
    border-radius: 20px;
    filter: drop-shadow(12px 14px 8px rgba(50, 202, 230, 0.4));
    overflow: hidden;

    @media screen and (max-width:750px) {
        filter: drop-shadow(6px 7px 4px rgba(50, 202, 230, 0.4));
    }

    #sy_lip &,
    #sy_tearbag &,
    #sy_chin &,
    #sy_nose & {
        filter: drop-shadow(12px 14px 8px rgba(207, 50, 230, 0.3));

        @media screen and (max-width:750px) {
            filter: drop-shadow(6px 7px 4px rgba(207, 50, 230, 0.3));
        }
    }
}


.main__unit_top {
    background-color: #40c5dd !important;
    font-size: min(50px, calc(50/750)*100vw);
    margin: auto;
    border-radius: 20px 20px 0 0;
    color: #fff;
    text-align: center;
    padding: 1% 0;

    #sy_lip &,
    #sy_tearbag &,
    #sy_chin &,
    #sy_nose & {
        background-color: #e685e0 !important;
    }
}

.zen-maru-gothic-regular {
  font-family: 'Oswald', 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.main__unit_text {
    font-size: min(30px, calc(30/750)*100vw);
    color: #40c5dd;
    font-weight: 600;
    font-feature-settings: "palt";

    #sy_lip &,
    #sy_tearbag &,
    #sy_chin &,
    #sy_nose & {
        color: #e685e0;
    }
}

.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) {

  .icn_modal2::before {
      right: 7%;
  }

  .icn_modal3::after {
      right: 4%;
  }
}

.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;
}

.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;
}

.model_detail p.model_notes {
  font-size: clamp(10px, 1.6vw, 16px);
  text-align: center;
}

.model_detail .model_icon {
  display: block;
  margin: 20px auto;
}

/*flow*/

.section_flow {
  background: #fff;
}

.model_detail p.model_notes {
  font-size: clamp(10px, 1.6vw, 16px);
  text-align: center;
}

.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/double-eyelid_5/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/double-eyelid_5/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;
}

.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: linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
      url(../img/eye_kuma_fukurami-509_4/flow_bg.png) repeat-x #ffffff; */
  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/eye_kuma_fukurami-509_4/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/double-eyelid_5/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;
  }

}

/* 限定解除要件アコーディオン */
.ex_acc__head {
  background: #efefef;
  text-align: center;
  color: #585858;
  font-family: var(--font-gothic);
  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;
  /* margin-bottom: min(10px, calc(calc(10/750) * 100vw)); */
}

.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;
}

.ex_acc__wrap_box {
  margin: 0 auto;
  padding: min(50px, calc(calc(50/750) * 100vw)) 0;
  width: 90%;
}



/* 20260528 TCB_AD-10827 ヒアルロン酸注射集約ページ新規作成 */

/* ハンバーガーメニュー内デザイン */ 
.accordion-003 {
  .js-drower-close {
    display: block;
    text-decoration: none;

    p {
      background-color: #ecfbfd; /* 前半の背景色（薄いピンク） */
      border-bottom: 1px solid #53cbe1;  /* 前半の枠線（ピンク） */
            
      span {
        color: #22b8d3; /* 前半の文字色 */
        font-weight: bold;

        &::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 #53cbe1;
          border-right: 0;
          position: absolute;
          top: 50%;
          left: min(-30px, calc(calc(0 / 750)* 100vw));
          transform: translateY(-50%);
        }
      }
    }
  }

  /* 後半の色出し分け */
  .js-drower-close:nth-child(n + 7) {
    p {
      background-color: #fdf2fd; /* 後半の背景色（薄いブルー） */
      border-bottom: 1px solid #cf8ecb;  /* 後半の枠線（ブルー） */

      span {
        color: #d570ce;

        /* 矢印の色出し分け */
        &::before{
          border-left: min(15px, calc(calc(15 / 750)* 100vw)) solid #cf8ecb;
        }
      }
    }
  }
}

.bg-fv {
  background-image: url("../img/hyaluronic_all_c/fv.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 100%;
  position: relative; 
  padding-top: 174%; 
}

.bg-menu_blue {
  background-image: url("../img/hyaluronic_all_c/bg-menu.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;

  #link.menu__contents p a img{
    filter: drop-shadow(8px 8px 9px rgba(57, 197, 222,0.5));
  }
}

.bg-faq{
  background-color: #fbeffc;
}

.btn_area-bg{
  display: flex;
  justify-content: center;
  gap: min(20px, calc(20/750)*100vw);
  width: 100%;
  position: absolute;
  bottom: min(300px, calc(300 / 750 * 100vw));
  left: 0;
  z-index: 10;

  img{
    max-width: min(333px, calc(333/750)*100vw);
    height: auto;
    flex: 1;
    filter: drop-shadow(8px 8px 9px rgba(150, 95, 152,0.35));
  }
}

.coupon-under_fv{
  position: absolute;
  bottom: 0;
  width: 98%;
  right: 0;
  bottom: min(20px, calc(20/750)*100vw);
}

.bg-about_hyaluronic {
  background-image: url("../img/hyaluronic_all_c/bg-about_hyaluronic.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  overflow: hidden;
  padding-bottom: min(80px, calc(80/750)*100vw);
}

.bg-recommend_point {
  background-image: url("../img/hyaluronic_all_c/bg-recommend-point.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;

  #recommend_point img {
    filter: drop-shadow(20px 20px 25px rgba(57, 197, 222, 0.3));
    padding-block: min(30px, calc(30 / 750 * 100vw));
    width: 85%;
  }
}

.list__body {
  position: relative;
  width: min(690px, calc(690/750)*100vw);
  margin: 0 auto;
  filter: drop-shadow(2px 4px 15px rgba(233,209,217,1));
}

.list__item-forehead_02 {
  position: absolute;
  top: 18%;
  width: 25%;
  right: 4%;
}

.list__item-tearbag {
  position: absolute;
  top: 44%;
  width: 20%;
  right: 3%;
}

.list__item-nose {
  position: absolute;
  top: 55%;
  width: 20%;
  right: 3%;
}

.list__item-lip {
  position: absolute;
  top: 66%;
  width: 20%;
  right: 3%;
}

.list__item-chin {
  position: absolute;
  top: 77%;
  width: 20%;
  right: 3%;
}

.list__item-forehead {
  position: absolute;
  top: 18%;
  width: 20%;
  left: 5%;
}

.list__item-brow {
  position: absolute;
  top: 29%;
  width: 18%;
  left: 5%;
}

.list__item-eye {
  position: absolute;
  top: 43%;
  width: 27%;
  left: 5%;
}

.list__item-nasolabial_folds {
  position: absolute;
  top: 59%;
  width: 27%;
  left: 5%;
}

.list__item-marionette_lines {
  position: absolute;
  top: 70%;
  width: 29%;
  left: 5%;
}

.padding-box_30{
  padding: min(30px, calc(30/750)*100vw);
}

/* お悩み */

.main__unit{
  .slider {
    margin: 0 auto;
    max-width: min(590px, 75vw);
    padding-block: min(30px, calc(30 / 750 * 100vw)) min(50px, calc(50/750)*100vw);
    background: radial-gradient(circle at center, #d8f6ff 0%, #8be2ff 100%);
    border-radius: min(20px, calc(20 / 750 * 100vw));
    position: relative;
    box-shadow: inset 5px 5px 15px rgba(38,136,204,0.3);

    #sy_lip &,
    #sy_tearbag &,
    #sy_chin &,
    #sy_nose & {
      background: radial-gradient(circle at center, #ffeef4 0%, #ecbee9 100%);
      box-shadow: inset 5px 5px 15px rgba(152,60,205,0.3);
    }
  }

  .slick-list {
    overflow: hidden;
    width: 100%;
  }

  .slick-arrow {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1) !important;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;*/
    width: min(100px, calc(100 / 750 * 100vw));
    height: min(100px, calc(100 / 750 * 100vw));
    text-indent: -9999px;
    /*background-size: contain;
    background-repeat: no-repeat;*/
    
    &.slick-prev {
      left: -14%; 
      background-image: url("../img/hyaluronic_all_c/slick-arrow_left.webp");

      @media screen and (max-width:750px) {
        left: -16%; 
      }

      #sy_lip &,
      #sy_tearbag &,
      #sy_chin &,
      #sy_nose & {
        background-image: url("../img/hyaluronic_all_c/slick-arrow_left_pink.webp");
      }
    }

    &.slick-next {
      right: -14%; 
      background-image: url("../img/hyaluronic_all_c/slick-arrow_right.webp");

      @media screen and (max-width:750px) {
        right: -16%; 
      }

      #sy_lip &,
      #sy_tearbag &,
      #sy_chin &,
      #sy_nose & {
        background-image: url("../img/hyaluronic_all_c/slick-arrow_right_pink.webp");
      }
    }

    &:hover, &:focus, &:active {
      transform: translateY(-50%) scale(1) !important;
    }
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    background-size: contain;
  }

  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    background-size: contain;
  }

  .slide-img {
    width: 100%;
    max-width: 82%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: min(10px, calc(10 / 750 * 100vw));
    filter: drop-shadow(5px 5px 8px rgba(63,147,161,0.5));
    padding: min(30px, calc(30/750)*100vw);

    #sy_lip &,
    #sy_tearbag &,
    #sy_chin &,
    #sy_nose & {
      filter: drop-shadow(5px 5px 8px rgba(151,107,179,0.5));
    }
  }

  .slick-slide {
    background-color: transparent !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .slick-dots {
    bottom: 35px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;

    @media screen and (max-width:750px) {
      bottom: 15px;
    }
  }

  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative;

    @media screen and (max-width:750px) {
      margin: 0;
    }
  }

  .slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    content: "•";
    font-family: slick;
    font-size: 60px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;

    @media screen and (max-width:750px) {
      font-size: 35px;
    }
  }

  .slick-dots li.slick-active button:before {
    color: #40c5dd; /* デフォルトは水色 */
    opacity: 1;
  }

  #sy_lip &,
  #sy_tearbag &,
  #sy_chin &,
  #sy_nose & {
    .slick-dots li.slick-active button:before {
      color: #e685e0 !important;
    }
  }
}

/* スライダー ピンク */

.slider-pink{
    overflow: hidden;
    max-width: min(750px, calc(750/750)*100vw);
}

.slider.slider-pink{
  margin: 0 auto;
  width: 100%;
  max-width: min(750px, 100vw);
  padding-block: min(30px, calc(30 / 750 * 100vw)) min(50px, calc(50/750)*100vw);
  position: relative;

  .slick-list {
    overflow: hidden;
    /*width: 100%;*/
  }

  .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1) !important;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: min(90px, calc(90 / 750 * 100vw));
    height: min(90px, calc(90 / 750 * 100vw));
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    
    &.slick-prev {
      left: -7% !important; 
      background-image: url("../img/hyaluronic_all_c/slick-arrow_left_pink02.webp") !important;
      width: 110px;
      height: 110px;

      @media screen and (max-width:750px) {
        width: 65px;
        height: 65px;
        left: -8% !important;
        }
      }

    &.slick-next {
      right: -7% !important; 
      background-image: url("../img/hyaluronic_all_c/slick-arrow_right_pink02.webp") !important;
      width: 110px;
      height: 110px;

      @media screen and (max-width:750px) {
        width: 65px;
        height: 65px;
        right: -8% !important;
        }
      }

    &:hover, &:focus, &:active {
      transform: translateY(-50%) scale(1) !important;
    }
  } 

  .slide-img {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(8px 8px 14px rgba(202,119,223,0.3));
    /*padding: min(30px, calc(30/750)*100vw);*/
    max-width: min(570px, calc(570/750)*100vw);
  }

  .slick-slide {
    background-color: transparent !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-inline: min(25px, calc(25/750)*100vw);
    padding-block: min(40px, calc(40/750)*100vw) min(85px, calc(85/750)*100vw);
  }

  .slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cecece;
    content: "•";
    font-family: slick;
    font-size: 65px;
    height: 65px;
    left: 0;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;

    @media screen and (max-width:750px) {
      font-size: 45px;
      height: 45x;
    }
  }

  .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    position: relative;

    @media screen and (max-width:750px) {
      margin: 0 7px;
      }
  }

  .slick-dots li.slick-active button:before {
    color: #ea9ce5;
    opacity: 1;
  }
}


/* モーダル関連 */

.icn_modal3::after {
  right: 13%;
}
.icn_modal2::after {
  content: '';
  position: absolute;
  top: 9%;
  right: 13%;
  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: 15%;
}

.icn_modal2::before {
  content: '';
  position: absolute;
  top: 11%;
  right:15%;
  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;
}


/* faq */
.faq {
  background: #f9f9f9;
  box-shadow: 0 0 min(15px, calc(calc(15/750) * 100vw)) rgba(0, 0, 0, 0.05);
}

.faq__list {
  position: relative;
  z-index: 10;
  max-width: min(690px, calc(690/750)*100vw);
  margin: 0 auto;
}

.faq__question,
.faq__answer {
  z-index: 1;
  cursor: pointer;
  font-size: min(28px, 3.7333333333vw);
  position: relative;
  line-height: 1.5;
  padding: 0.68em 2.2em 0.68em 0.68em;
}

.faq__question,
.faq__answer_txt {
  display: flex;
  align-items: center;
}

.faq__question {
  background: #fff;
  border-bottom: none;
  transition: all 0.4s;
}

.faq__question:hover {
  background: #ffd2f3;
}

.faq__answer {
  background: #fef4fa;
  border-bottom: none;
  color: #453f41;
  display: none;
}

.faq__question::before,
.faq__question::after,
.flow__ttl::before,
.flow__ttl::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: min(24px, 3.2vw);
  height: min(2px, 0.2666666667vw);
  top: 50%;
  right: min(60px, 8vw);
  background-color: #d1007e;
  transition: 0.2s;
  width: min(26px, 3.4666666667vw);
  height: min(2px, 0.2666666667vw);
  right: min(15px, 2vw);
  top: 45%;
}

.faq__question::after {
  content: "";
  transform: rotate(90deg);
}

.faq__question.js--accordion-open::after {
  transform: rotate(0deg);
}

.flow__ttl.js--accordion-open::after {
  transform: rotate(90deg);
}

.faq__question span,
.faq__answer span {
  margin-left: min(55px, 7.3333333333vw);
  display: block;
  color: #453f41;
}

.faq__item {
  margin: 0 auto min(30px, calc(calc(30/750) * 100vw));
}

.faq__item:last-child {
  margin-bottom: 0;
}

.question_icon {
  position: absolute;
  top: min(24px, 3.2vw);
}

.faq__question_txt,
.faq__answer_txt {
  position: relative;
}

.faq__question_txt::before,
.faq__answer_txt::before {
  content: "";
  display: block;
  width: min(38px, 5.0666666667vw);
  height: min(46px, 6.1333333333vw);
  position: absolute;
  top: 0;
  left: 0;
}

.faq__question_txt {
  font-weight: bold;
}

.faq__question_txt::before {
  background: url("../img/hyaluronic_all_c/question.webp") no-repeat;
  background-size: 100%;
}

.faq__answer_txt::before {
  background: url("../img/hyaluronic_all_c/answer.webp") no-repeat;
  background-size: 100%;
}

/* recommend右下注釈 */
.notice p {
  font-size: min(23px, calc(23/750)*100vw);
  color: #3e484a;
  text-align: right;
  line-height: 2.5em;
}

/* 通常オファー */
.offer--normal_bg{
  position: relative;
}

.offer--normal_cta {
  position: absolute;
  bottom: 10%;
  margin: 0 auto;
  padding-inline: min(60px, calc(60/750)*100vw);
}

/* ポイント */
#point p{
  text-align: center;
  color: #444;
  font-size: min(30px, calc(30/750)*100vw);
}

.point_ttl {
  text-align: center;
  color: #444;
  font-size: min(40px, calc(40/750)*100vw);
}

/* 満足度アンケート下余白 PCのみ表示 */

@media screen and (min-width:750px) {
  .padding-pc{
    padding-bottom: 80px;
  }
}