@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));
}

.head_logo {
  padding: min(20px, calc(calc(20/750) * 100vw));
  box-sizing: border-box;
  height: 100%;
}

.head_logo h1 {
  height: 100%;
}

.head_logo img {
  max-height: 100%;
  width: auto;
  display: block;
}

.head_btn {
  height: 100%;
}

.head_btn img {
  max-height: 100%;
  width: auto;
  display: block;
}

.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/botox_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;
}

.l-section {
  padding: min(100px, calc(calc(100/750) * 100vw)) 0 min(90px, calc(calc(90/750) * 100vw));
}

.select_type {
  padding-bottom: min(100px, calc(calc(100/750) * 100vw));
}

.section_inner {
  padding: 0 min(30px, calc(calc(30/750) * 100vw));
  box-sizing: border-box;
}

/*---------------------------------------------------------------------------------------
--
-- component
--
----------------------------------------------------------------------------------------*/
/* ▼サンプル01 */
.c-ttl01 {
  font-family: var(--serif);
  font-size: min(55px, calc(calc(55/750) * 100vw));
  font-weight: bold;
  color: var(--color-black-1);
  line-height: 1.25em;
  text-align: center;
  margin-bottom: min(100px, calc(calc(100/750) * 100vw));
}

.c-ttl01__eng01 {
  display: block;
  text-align: center;
  color: var(--color-ocher);
  font-size: min(20px, calc(calc(20/750) * 100vw));
  line-height: 1;
}

.c-ttl01__eng01:after {
  content: "";
  display: block;
  background: url("../img/hoge/hogehoge.png") no-repeat;
  margin: auto;
  background-size: contain;
  width: min(29px, calc(calc(29/750) * 100vw));
  height: min(34px, calc(calc(34/750) * 100vw));
  margin-top: min(10px, calc(calc(10/750) * 100vw));
}

.c-ttl02 {
  color: var(--color-black-2);
  font-size: min(40px, calc(calc(40/750) * 100vw));
  line-height: 1.35;
  font-family: var(--serif);
  font-weight: bold;
  text-align: center;
  margin-bottom: min(60px, calc(calc(60/750) * 100vw));
}

/* ▼サンプル02 */
.c-txt {
  font-size: min(28px, calc(calc(28/750) * 100vw));
  line-height: 1.68;
  text-align: justify;
}

.c-txt--serif {
  font-family: var(--serif);
}

.c-shadow {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.c-marker {
  background: #F9E6DF;
}

/*---------------------------------------------------------------------------------------
--
-- project
--
----------------------------------------------------------------------------------------*/
/* ▼サンプル01 */
.p-gnav {
  display: flex;
  flex-wrap: wrap;
  gap: min(2px, calc(calc(2/750) * 100vw));
  margin-bottom: min(70px, calc(calc(70/750) * 100vw));
}

.p-gnav__item {
  width: calc(50% - min(1px, calc(calc(1/750) * 100vw)));
}

.p-gnav__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(100px, calc(calc(100/750) * 100vw));
  color: var(--color-black-3);
  font-size: min(32px, calc(calc(32/750) * 100vw));
  background: var(--color-yellow3);
  transition: ease all 0.3s;
}

.p-gnav__item__link:hover {
  opacity: 0.8;
}

/* ▼サンプル02 */
.p-worry {
  position: relative;
  margin-bottom: min(85px, calc(calc(85/750) * 100vw));
}

.p-worry:after {
  content: "";
  display: block;
  background: url("../img/hoge/hogehoge.png") no-repeat;
  background-size: contain;
  width: min(175px, calc(calc(175/750) * 100vw));
  height: min(71px, calc(calc(71/750) * 100vw));
  position: absolute;
  bottom: max(-60px, calc(-1 * (calc(60/750) * 100vw)));
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

/*---------------------------------------------------------------------------------------
--
-- utility
--
----------------------------------------------------------------------------------------*/
/* .u-inner */
.u-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: calc(100% - min(60px, calc(calc(60/750) * 100vw))) !important;
}

.u-inner--2 {
  max-width: calc(100% - min(120px, calc(calc(120/750) * 100vw))) !important;
}

/* .mb○○-flex */
.mb0-flex {
  margin-bottom: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.mb5-flex {
  margin-bottom: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.mb10-flex {
  margin-bottom: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.mb15-flex {
  margin-bottom: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.mb20-flex {
  margin-bottom: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.mb25-flex {
  margin-bottom: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.mb30-flex {
  margin-bottom: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.mb35-flex {
  margin-bottom: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.mb40-flex {
  margin-bottom: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.mb45-flex {
  margin-bottom: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.mb50-flex {
  margin-bottom: min(50px, calc(calc(50/750) * 100vw)) !important;
}

.mb55-flex {
  margin-bottom: min(55px, calc(calc(55/750) * 100vw)) !important;
}

.mb60-flex {
  margin-bottom: min(60px, calc(calc(60/750) * 100vw)) !important;
}

.mb65-flex {
  margin-bottom: min(65px, calc(calc(65/750) * 100vw)) !important;
}

.mb70-flex {
  margin-bottom: min(70px, calc(calc(70/750) * 100vw)) !important;
}

.mb75-flex {
  margin-bottom: min(75px, calc(calc(75/750) * 100vw)) !important;
}

.mb80-flex {
  margin-bottom: min(80px, calc(calc(80/750) * 100vw)) !important;
}

.mb85-flex {
  margin-bottom: min(85px, calc(calc(85/750) * 100vw)) !important;
}

.mb90-flex {
  margin-bottom: min(90px, calc(calc(90/750) * 100vw)) !important;
}

.mb95-flex {
  margin-bottom: min(95px, calc(calc(95/750) * 100vw)) !important;
}

.mb100-flex {
  margin-bottom: min(100px, calc(calc(100/750) * 100vw)) !important;
}

.mb105-flex {
  margin-bottom: min(105px, calc(calc(105/750) * 100vw)) !important;
}

.mb110-flex {
  margin-bottom: min(110px, calc(calc(110/750) * 100vw)) !important;
}

.mb115-flex {
  margin-bottom: min(115px, calc(calc(115/750) * 100vw)) !important;
}

.mb120-flex {
  margin-bottom: min(120px, calc(calc(120/750) * 100vw)) !important;
}

.mb125-flex {
  margin-bottom: min(125px, calc(calc(125/750) * 100vw)) !important;
}

.mb130-flex {
  margin-bottom: min(130px, calc(calc(130/750) * 100vw)) !important;
}

.mb135-flex {
  margin-bottom: min(135px, calc(calc(135/750) * 100vw)) !important;
}

.mb140-flex {
  margin-bottom: min(140px, calc(calc(140/750) * 100vw)) !important;
}

.mb145-flex {
  margin-bottom: min(145px, calc(calc(145/750) * 100vw)) !important;
}

.mb150-flex {
  margin-bottom: min(150px, calc(calc(150/750) * 100vw)) !important;
}

/* .mt○○-flex */
.mt0-flex {
  margin-top: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.mt5-flex {
  margin-top: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.mt10-flex {
  margin-top: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.mt15-flex {
  margin-top: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.mt20-flex {
  margin-top: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.mt25-flex {
  margin-top: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.mt30-flex {
  margin-top: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.mt35-flex {
  margin-top: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.mt40-flex {
  margin-top: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.mt45-flex {
  margin-top: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.mt50-flex {
  margin-top: min(50px, calc(calc(50/750) * 100vw)) !important;
}

.mt55-flex {
  margin-top: min(55px, calc(calc(55/750) * 100vw)) !important;
}

.mt60-flex {
  margin-top: min(60px, calc(calc(60/750) * 100vw)) !important;
}

.mt65-flex {
  margin-top: min(65px, calc(calc(65/750) * 100vw)) !important;
}

.mt70-flex {
  margin-top: min(70px, calc(calc(70/750) * 100vw)) !important;
}

.mt75-flex {
  margin-top: min(75px, calc(calc(75/750) * 100vw)) !important;
}

.mt80-flex {
  margin-top: min(80px, calc(calc(80/750) * 100vw)) !important;
}

.mt85-flex {
  margin-top: min(85px, calc(calc(85/750) * 100vw)) !important;
}

.mt90-flex {
  margin-top: min(90px, calc(calc(90/750) * 100vw)) !important;
}

.mt95-flex {
  margin-top: min(95px, calc(calc(95/750) * 100vw)) !important;
}

.mt100-flex {
  margin-top: min(100px, calc(calc(100/750) * 100vw)) !important;
}

.mt105-flex {
  margin-top: min(105px, calc(calc(105/750) * 100vw)) !important;
}

.mt110-flex {
  margin-top: min(110px, calc(calc(110/750) * 100vw)) !important;
}

.mt115-flex {
  margin-top: min(115px, calc(calc(115/750) * 100vw)) !important;
}

.mt120-flex {
  margin-top: min(120px, calc(calc(120/750) * 100vw)) !important;
}

.mt125-flex {
  margin-top: min(125px, calc(calc(125/750) * 100vw)) !important;
}

.mt130-flex {
  margin-top: min(130px, calc(calc(130/750) * 100vw)) !important;
}

.mt135-flex {
  margin-top: min(135px, calc(calc(135/750) * 100vw)) !important;
}

.mt140-flex {
  margin-top: min(140px, calc(calc(140/750) * 100vw)) !important;
}

.mt145-flex {
  margin-top: min(145px, calc(calc(145/750) * 100vw)) !important;
}

.mt150-flex {
  margin-top: min(150px, calc(calc(150/750) * 100vw)) !important;
}

/* .ml○○-flex */
.ml0-flex {
  margin-left: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.ml5-flex {
  margin-left: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.ml10-flex {
  margin-left: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.ml15-flex {
  margin-left: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.ml20-flex {
  margin-left: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.ml25-flex {
  margin-left: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.ml30-flex {
  margin-left: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.ml35-flex {
  margin-left: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.ml40-flex {
  margin-left: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.ml45-flex {
  margin-left: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.ml50-flex {
  margin-left: min(50px, calc(calc(50/750) * 100vw)) !important;
}

/* .mr○○-flex */
.mr0-flex {
  margin-right: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.mr5-flex {
  margin-right: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.mr10-flex {
  margin-right: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.mr15-flex {
  margin-right: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.mr20-flex {
  margin-right: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.mr25-flex {
  margin-right: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.mr30-flex {
  margin-right: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.mr35-flex {
  margin-right: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.mr40-flex {
  margin-right: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.mr45-flex {
  margin-right: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.mr50-flex {
  margin-right: min(50px, calc(calc(50/750) * 100vw)) !important;
}

/* .pt○○-flex */
.pt0-flex {
  padding-top: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.pt5-flex {
  padding-top: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.pt10-flex {
  padding-top: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.pt15-flex {
  padding-top: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.pt20-flex {
  padding-top: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.pt25-flex {
  padding-top: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.pt30-flex {
  padding-top: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.pt35-flex {
  padding-top: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.pt40-flex {
  padding-top: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.pt45-flex {
  padding-top: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.pt50-flex {
  padding-top: min(50px, calc(calc(50/750) * 100vw)) !important;
}

.pt55-flex {
  padding-top: min(55px, calc(calc(55/750) * 100vw)) !important;
}

.pt60-flex {
  padding-top: min(60px, calc(calc(60/750) * 100vw)) !important;
}

.pt65-flex {
  padding-top: min(65px, calc(calc(65/750) * 100vw)) !important;
}

.pt70-flex {
  padding-top: min(70px, calc(calc(70/750) * 100vw)) !important;
}

.pt75-flex {
  padding-top: min(75px, calc(calc(75/750) * 100vw)) !important;
}

.pt80-flex {
  padding-top: min(80px, calc(calc(80/750) * 100vw)) !important;
}

.pt85-flex {
  padding-top: min(85px, calc(calc(85/750) * 100vw)) !important;
}

.pt90-flex {
  padding-top: min(90px, calc(calc(90/750) * 100vw)) !important;
}

.pt95-flex {
  padding-top: min(95px, calc(calc(95/750) * 100vw)) !important;
}

.pt100-flex {
  padding-top: min(100px, calc(calc(100/750) * 100vw)) !important;
}

.pt105-flex {
  padding-top: min(105px, calc(calc(105/750) * 100vw)) !important;
}

.pt110-flex {
  padding-top: min(110px, calc(calc(110/750) * 100vw)) !important;
}

.pt115-flex {
  padding-top: min(115px, calc(calc(115/750) * 100vw)) !important;
}

.pt120-flex {
  padding-top: min(120px, calc(calc(120/750) * 100vw)) !important;
}

.pt125-flex {
  padding-top: min(125px, calc(calc(125/750) * 100vw)) !important;
}

.pt130-flex {
  padding-top: min(130px, calc(calc(130/750) * 100vw)) !important;
}

.pt135-flex {
  padding-top: min(135px, calc(calc(135/750) * 100vw)) !important;
}

.pt140-flex {
  padding-top: min(140px, calc(calc(140/750) * 100vw)) !important;
}

.pt145-flex {
  padding-top: min(145px, calc(calc(145/750) * 100vw)) !important;
}

.pt150-flex {
  padding-top: min(150px, calc(calc(150/750) * 100vw)) !important;
}

/* .pb○○-flex */
.pb0-flex {
  padding-bottom: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.pb5-flex {
  padding-bottom: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.pb10-flex {
  padding-bottom: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.pb15-flex {
  padding-bottom: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.pb20-flex {
  padding-bottom: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.pb25-flex {
  padding-bottom: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.pb30-flex {
  padding-bottom: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.pb35-flex {
  padding-bottom: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.pb40-flex {
  padding-bottom: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.pb45-flex {
  padding-bottom: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.pb50-flex {
  padding-bottom: min(50px, calc(calc(50/750) * 100vw)) !important;
}

.pb55-flex {
  padding-bottom: min(55px, calc(calc(55/750) * 100vw)) !important;
}

.pb60-flex {
  padding-bottom: min(60px, calc(calc(60/750) * 100vw)) !important;
}

.pb65-flex {
  padding-bottom: min(65px, calc(calc(65/750) * 100vw)) !important;
}

.pb70-flex {
  padding-bottom: min(70px, calc(calc(70/750) * 100vw)) !important;
}

.pb75-flex {
  padding-bottom: min(75px, calc(calc(75/750) * 100vw)) !important;
}

.pb80-flex {
  padding-bottom: min(80px, calc(calc(80/750) * 100vw)) !important;
}

.pb85-flex {
  padding-bottom: min(85px, calc(calc(85/750) * 100vw)) !important;
}

.pb90-flex {
  padding-bottom: min(90px, calc(calc(90/750) * 100vw)) !important;
}

.pb95-flex {
  padding-bottom: min(95px, calc(calc(95/750) * 100vw)) !important;
}

.pb100-flex {
  padding-bottom: min(100px, calc(calc(100/750) * 100vw)) !important;
}

.pb105-flex {
  padding-bottom: min(105px, calc(calc(105/750) * 100vw)) !important;
}

.pb110-flex {
  padding-bottom: min(110px, calc(calc(110/750) * 100vw)) !important;
}

.pb115-flex {
  padding-bottom: min(115px, calc(calc(115/750) * 100vw)) !important;
}

.pb120-flex {
  padding-bottom: min(120px, calc(calc(120/750) * 100vw)) !important;
}

.pb125-flex {
  padding-bottom: min(125px, calc(calc(125/750) * 100vw)) !important;
}

.pb130-flex {
  padding-bottom: min(130px, calc(calc(130/750) * 100vw)) !important;
}

.pb135-flex {
  padding-bottom: min(135px, calc(calc(135/750) * 100vw)) !important;
}

.pb140-flex {
  padding-bottom: min(140px, calc(calc(140/750) * 100vw)) !important;
}

.pb145-flex {
  padding-bottom: min(145px, calc(calc(145/750) * 100vw)) !important;
}

.pb150-flex {
  padding-bottom: min(150px, calc(calc(150/750) * 100vw)) !important;
}

.pb155-flex {
  padding-bottom: min(155px, calc(calc(155/750) * 100vw)) !important;
}

.pb160-flex {
  padding-bottom: min(160px, calc(calc(160/750) * 100vw)) !important;
}

/* .pl○○-flex */
.pl0-flex {
  padding-left: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.pl5-flex {
  padding-left: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.pl10-flex {
  padding-left: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.pl15-flex {
  padding-left: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.pl20-flex {
  padding-left: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.pl25-flex {
  padding-left: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.pl30-flex {
  padding-left: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.pl35-flex {
  padding-left: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.pl40-flex {
  padding-left: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.pl45-flex {
  padding-left: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.pl50-flex {
  padding-left: min(50px, calc(calc(50/750) * 100vw)) !important;
}

/* .pr○○-flex */
.pr0-flex {
  padding-right: min(0px, calc(calc(0/750) * 100vw)) !important;
}

.pr5-flex {
  padding-right: min(5px, calc(calc(5/750) * 100vw)) !important;
}

.pr10-flex {
  padding-right: min(10px, calc(calc(10/750) * 100vw)) !important;
}

.pr15-flex {
  padding-right: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.pr20-flex {
  padding-right: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.pr25-flex {
  padding-right: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.pr30-flex {
  padding-right: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.pr35-flex {
  padding-right: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.pr40-flex {
  padding-right: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.pr45-flex {
  padding-right: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.pr50-flex {
  padding-right: min(50px, calc(calc(50/750) * 100vw)) !important;
}

/* .u-fsz--○○ */
.u-fsz--15 {
  font-size: min(15px, calc(calc(15/750) * 100vw)) !important;
}

.u-fsz--16 {
  font-size: min(16px, calc(calc(16/750) * 100vw)) !important;
}

.u-fsz--17 {
  font-size: min(17px, calc(calc(17/750) * 100vw)) !important;
}

.u-fsz--18 {
  font-size: min(18px, calc(calc(18/750) * 100vw)) !important;
}

.u-fsz--19 {
  font-size: min(19px, calc(calc(19/750) * 100vw)) !important;
}

.u-fsz--20 {
  font-size: min(20px, calc(calc(20/750) * 100vw)) !important;
}

.u-fsz--21 {
  font-size: min(21px, calc(calc(21/750) * 100vw)) !important;
}

.u-fsz--22 {
  font-size: min(22px, calc(calc(22/750) * 100vw)) !important;
}

.u-fsz--23 {
  font-size: min(23px, calc(calc(23/750) * 100vw)) !important;
}

.u-fsz--24 {
  font-size: min(24px, calc(calc(24/750) * 100vw)) !important;
}

.u-fsz--25 {
  font-size: min(25px, calc(calc(25/750) * 100vw)) !important;
}

.u-fsz--26 {
  font-size: min(26px, calc(calc(26/750) * 100vw)) !important;
}

.u-fsz--27 {
  font-size: min(27px, calc(calc(27/750) * 100vw)) !important;
}

.u-fsz--28 {
  font-size: min(28px, calc(calc(28/750) * 100vw)) !important;
}

.u-fsz--29 {
  font-size: min(29px, calc(calc(29/750) * 100vw)) !important;
}

.u-fsz--30 {
  font-size: min(30px, calc(calc(30/750) * 100vw)) !important;
}

.u-fsz--31 {
  font-size: min(31px, calc(calc(31/750) * 100vw)) !important;
}

.u-fsz--32 {
  font-size: min(32px, calc(calc(32/750) * 100vw)) !important;
}

.u-fsz--33 {
  font-size: min(33px, calc(calc(33/750) * 100vw)) !important;
}

.u-fsz--34 {
  font-size: min(34px, calc(calc(34/750) * 100vw)) !important;
}

.u-fsz--35 {
  font-size: min(35px, calc(calc(35/750) * 100vw)) !important;
}

.u-fsz--36 {
  font-size: min(36px, calc(calc(36/750) * 100vw)) !important;
}

.u-fsz--37 {
  font-size: min(37px, calc(calc(37/750) * 100vw)) !important;
}

.u-fsz--38 {
  font-size: min(38px, calc(calc(38/750) * 100vw)) !important;
}

.u-fsz--39 {
  font-size: min(39px, calc(calc(39/750) * 100vw)) !important;
}

.u-fsz--40 {
  font-size: min(40px, calc(calc(40/750) * 100vw)) !important;
}

.u-fsz--41 {
  font-size: min(41px, calc(calc(41/750) * 100vw)) !important;
}

.u-fsz--42 {
  font-size: min(42px, calc(calc(42/750) * 100vw)) !important;
}

.u-fsz--43 {
  font-size: min(43px, calc(calc(43/750) * 100vw)) !important;
}

.u-fsz--44 {
  font-size: min(44px, calc(calc(44/750) * 100vw)) !important;
}

.u-fsz--45 {
  font-size: min(45px, calc(calc(45/750) * 100vw)) !important;
}

.u-fsz--46 {
  font-size: min(46px, calc(calc(46/750) * 100vw)) !important;
}

.u-fsz--47 {
  font-size: min(47px, calc(calc(47/750) * 100vw)) !important;
}

.u-fsz--48 {
  font-size: min(48px, calc(calc(48/750) * 100vw)) !important;
}

.u-fsz--49 {
  font-size: min(49px, calc(calc(49/750) * 100vw)) !important;
}

.u-fsz--50 {
  font-size: min(50px, calc(calc(50/750) * 100vw)) !important;
}

.u-fsz--51 {
  font-size: min(51px, calc(calc(51/750) * 100vw)) !important;
}

.u-fsz--52 {
  font-size: min(52px, calc(calc(52/750) * 100vw)) !important;
}

.u-fsz--53 {
  font-size: min(53px, calc(calc(53/750) * 100vw)) !important;
}

.u-fsz--54 {
  font-size: min(54px, calc(calc(54/750) * 100vw)) !important;
}

.u-fsz--55 {
  font-size: min(55px, calc(calc(55/750) * 100vw)) !important;
}

.u-fsz--56 {
  font-size: min(56px, calc(calc(56/750) * 100vw)) !important;
}

.u-fsz--57 {
  font-size: min(57px, calc(calc(57/750) * 100vw)) !important;
}

.u-fsz--58 {
  font-size: min(58px, calc(calc(58/750) * 100vw)) !important;
}

.u-fsz--59 {
  font-size: min(59px, calc(calc(59/750) * 100vw)) !important;
}

.u-fsz--60 {
  font-size: min(60px, calc(calc(60/750) * 100vw)) !important;
}

.u-fsz--72 {
  font-size: min(72px, calc(calc(72/750) * 100vw)) !important;
}

/* line-height */
.u-lh--100 {
  line-height: 1 !important;
}

.u-lh--105 {
  line-height: 1.05 !important;
}

.u-lh--110 {
  line-height: 1.1 !important;
}

.u-lh--115 {
  line-height: 1.15 !important;
}

.u-lh--120 {
  line-height: 1.2 !important;
}

.u-lh--125 {
  line-height: 1.25 !important;
}

.u-lh--130 {
  line-height: 1.3 !important;
}

.u-lh--135 {
  line-height: 1.35 !important;
}

.u-lh--140 {
  line-height: 1.4 !important;
}

.u-lh--145 {
  line-height: 1.45 !important;
}

.u-lh--150 {
  line-height: 1.5 !important;
}

.u-lh--155 {
  line-height: 1.55 !important;
}

.u-lh--160 {
  line-height: 1.6 !important;
}

.u-lh--165 {
  line-height: 1.65 !important;
}

.u-lh--170 {
  line-height: 1.7 !important;
}

.u-lh--175 {
  line-height: 1.75 !important;
}

.u-lh--180 {
  line-height: 1.8 !important;
}

.u-lh--185 {
  line-height: 1.85 !important;
}

.u-lh--190 {
  line-height: 1.9 !important;
}

.u-lh--195 {
  line-height: 1.95 !important;
}

.u-lh--200 {
  line-height: 2 !important;
}

/* fonts */
.u-bold {
  font-weight: bold !important;
}

.u-sbold {
  font-weight: 500 !important;
}

.u-color--blue {
  color: #0086d3 !important;
}

.u-color--aqua-1 {
  color: #e7ebf3 !important;
}

.u-color--aqua-2 {
  color: #5ad4eb !important;
}

.u-color--navy {
  color: #0272b2 !important;
}

.u-color--yellow {
  color: #fff100 !important;
}

.u-color--yellow2 {
  color: #fcff00 !important;
}

.u-color--yellow3 {
  color: #e4ba56 !important;
}

.u-color--red {
  color: #ff4e00 !important;
}

.u-color--orange {
  color: #ff4e00 !important;
}

.u-color--black-1 {
  color: #4c4c4c !important;
}

.u-color--black-2 {
  color: #453f41 !important;
}

.u-color--black-3 {
  color: #252525 !important;
}

.u-color--cv-tel {
  color: #7eb6ff !important;
}

.u-color--cv-web {
  color: #e67bbb !important;
}

.u-color--cv-line {
  color: #48cb5e !important;
}

.u-color--ocher {
  color: #a98945 !important;
}

.u-color--white {
  color: #ffffff !important;
}

/* none */
@media screen and (min-width:641px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width:640px) {
  .sp_none {
    display: none !important;
  }
}

/* text-align */
.u-center {
  text-align: center !important;
}

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

.flex-box {
  display: flex;
}

.u-mincho {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.u-ls--wide {
  letter-spacing: 0.02em;
}

/* recommend */
.recommend {
  padding-bottom: clamp(26px, 5.4vw, 54px);
}

.recommend-cont {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * min(105px, calc(calc(105/750) * 100vw)));
  padding-bottom: min(50px, calc(calc(50/750) * 100vw));
}

.recommend-cont:before {
  content: "";
  display: block;
  background: linear-gradient(90deg, #ff829f, #ffa2ad 50%, #ffb9c4 100%);
  width: calc(100% - min(60px, calc(calc(60/750) * 100vw)));
  height: min(620px, calc(calc(620/750) * 100vw));
  margin: 0 min(30px, calc(calc(30/750) * 100vw));
  z-index: -1;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 20px rgba(136, 110, 116, 0.5);
}

.recommend-ttl {
  width: min(631px, calc(calc(631/750) * 100vw));
  margin: 0 auto;
  padding: min(30px, calc(calc(30/750) * 100vw)) 0;
}

/* 施術を探す */
.bg_palepink {
  background-color: #fff6f7;
}

.w92 {
  max-width: 690px;
  width: 92%;
}

/* タブ */
#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;
}

/* タブの中身 */
#tabbody .tabpage_inner {
  width: 100%;
  border-top: 6px solid #ff9eb3;
  margin-top: -1px;
  /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
  background-color: #ffd9e1;
  position: relative;
  /* z-indexを調整するために必要 */
  z-index: 0;
}

/* 無料クーポンバナー */
.bnr-coupon-zero {
  padding-top: min(100px, calc(calc(100/750) * 100vw));
  padding-bottom: min(120px, calc(calc(120/750) * 100vw));
}

/* 気になる部位や症状から選ぶ */
.consern-area__cont {
  width: 92%;
  margin: 0 auto;
  position: relative;
}

.area-list__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.concern-area__item {
  position: absolute;
}

.concern-area__list {
  position: relative;
  width: 100%;
  height: 100%;
}

.concern-area__item.--01 {
  top: min(30px, calc(calc(30/750) * 100vw));
  left: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--02 {
  top: min(100px, calc(calc(100/750) * 100vw));
  left: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--03 {
  top: min(253px, calc(calc(253/750) * 100vw));
  left: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--04 {
  bottom: min(255px, calc(calc(255/750) * 100vw));
  left: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--05 {
  bottom: min(182px, calc(calc(182/750) * 100vw));
  left: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--06 {
  bottom: min(108px, calc(calc(108/750) * 100vw));
  left: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--07 {
  top: min(68px, calc(calc(68/750) * 100vw));
  right: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--08 {
  top: min(140px, calc(calc(140/750) * 100vw));
  right: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--09 {
  top: min(215px, calc(calc(215/750) * 100vw));
  right: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--10 {
  bottom: min(295px, calc(calc(295/750) * 100vw));
  right: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--11 {
  bottom: min(218px, calc(calc(218/750) * 100vw));
  right: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--12 {
  bottom: min(125px, calc(calc(125/750) * 100vw));
  right: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--13 {
  top: min(185px, calc(calc(185/750) * 100vw));
  left: min(24px, calc(calc(24/750) * 100vw));
}

.concern-area__item.--14 {
  bottom: min(50px, calc(calc(50/750) * 100vw));
  right: min(24px, calc(calc(24/750) * 100vw));
}

.concern__list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: min(23px, calc(calc(23/750) * 100vw));
  padding: min(12px, calc(calc(12/750) * 100vw)) min(6px, calc(calc(6/750) * 100vw));
  border-radius: 9999px;
  border: min(2px, calc(calc(2/750) * 100vw)) solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: min(163.5px, calc(calc(163.5/750) * 100vw));
  text-align: center;
  font-feature-settings: "palt";
}

.concern__list-link.--ls--narrow {
  letter-spacing: -0.05em;
}

.concern__list-link.--ls--xnarrow {
  letter-spacing: -0.1em;
}

.concern__list-link.--lh-adjust {
  line-height: 1;
  padding-top: min(10px, calc(calc(10/750) * 100vw));
}

.--black .concern__list-link {
  color: #fff;
  background: linear-gradient(#403f3f 10%, #5e5e5e 70%);
  position: relative;
}

.--white .concern__list-link {
  color: #5d5d5d;
  background: linear-gradient(#cccccc 10%, #e3e3e3 70%);
}

.concern-area__item.--radius-l .concern__list-link {
  border-radius: min(45px, calc(calc(45/750) * 100vw));
}

.--black .concern__list-link:hover {
  color: #fff;
}

.--white .concern__list-link:hover {
  color: #5d5d5d;
}

.--black .concern__list-link:after {
  content: "";
  display: block;
  width: min(10px, calc(calc(10/750) * 100vw));
  height: min(10px, calc(calc(10/750) * 100vw));
  border-top: min(2px, calc(calc(2/750) * 100vw)) solid #fff;
  border-right: min(2px, calc(calc(2/750) * 100vw)) solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(15px, calc(calc(15/750) * 100vw));
}

.--white .concern__list-link:after {
  content: "";
  display: block;
  width: min(10px, calc(calc(10/750) * 100vw));
  height: min(10px, calc(calc(10/750) * 100vw));
  border-top: min(2px, calc(calc(2/750) * 100vw)) solid #5d5d5d;
  border-right: min(2px, calc(calc(2/750) * 100vw)) solid #5d5d5d;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(15px, calc(calc(15/750) * 100vw));
}

.concern-area__item--adjust {
  position: relative;
  right: min(5px, calc(calc(5/750) * 100vw));
}

/* お悩みから探す */
.search-probrem__wrap {
  width: 92%;
  margin: 0 auto;
}

.search-probrem__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, calc(calc(20 / 750) * 100vw));
  padding: 0 min(30px, calc(calc(30/750) * 100vw));
  margin: 0;
}

.search-probrem__item {
  width: calc(50% - min(10px, calc(calc(10 / 750) * 100vw)));
  font-weight: bold;
  font-size: min(30px, 4vw);
  border-bottom: min(2px, 0.2666666667vw) solid #ff8ea0;
  position: relative;
}

.search-probrem__item:after {
  content: "";
  display: block;
  width: min(10px, calc(calc(10 / 750) * 100vw));
  height: min(10px, calc(calc(10 / 750) * 100vw));
  border-top: min(2px, 0.2666666667vw) solid #ff6586;
  border-right: min(2px, 0.2666666667vw) solid #ff6586;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(4px, calc(calc(4 / 750) * 100vw));
}

.search-probrem__link {
  display: flex;
  line-height: 2.2;
  font-size: min(38px, calc(calc(38 / 750) * 100vw));
  line-height: 1.6;
}

.search-probrem__link.--ls--narrow {
  letter-spacing: -0.05em;
}

/* アコーディオン開閉アイコン */
.search-probrem__dt {
  position: relative;
}

.search-probrem__dt:before {
  content: "";
  display: block;
  width: min(30px, calc(calc(30/750) * 100vw));
  height: min(30px, calc(calc(30/750) * 100vw));
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: min(16px, calc(calc(16/750) * 100vw));
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}

/* 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;
}

/* アコーディオン開閉アイコン ここまで */
.search-probrem__dl {
  box-shadow: 0 0 15px rgba(136, 110, 116, 0.3);
  margin-bottom: min(28px, calc(calc(28/750) * 100vw));
  border-radius: min(10px, calc(calc(10/750) * 100vw));
  background: #fff;
}

.search-probrem__list-ttl {
  padding: min(30px, 4vw);
  background: linear-gradient(90deg, #ff829f, #ffa2ac 70%);
  color: #fff;
  border-radius: min(10px, calc(calc(10/750) * 100vw));
  font-size: min(38px, calc(calc(38/750) * 100vw));
  font-weight: bold;
}

.search-probrem__dt.js--accordion-open .search-probrem__list-ttl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search-probrem__dd {
  display: none;
  margin: 0;
  margin-bottom: min(35px, calc(calc(35/750) * 100vw));
  padding-top: min(20px, calc(calc(20/750) * 100vw));
  padding-bottom: min(35px, calc(calc(35/750) * 100vw));
}

.search-probrem__link-item {
  background: linear-gradient(90deg, #ff829f, #ffa2ac 70%);
  border-radius: 10px;
  font-size: min(38px, calc(calc(38/750) * 100vw));
  font-weight: bold;
  margin-bottom: min(35px, calc(calc(35/750) * 100vw));
  position: relative;
  cursor: pointer;
}

.search-probrem__link-item:before {
  content: "";
  display: block;
  width: min(30px, calc(calc(30/750) * 100vw));
  height: min(30px, calc(calc(30/750) * 100vw));
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: min(15px, calc(calc(15/750) * 100vw));
  transform: translateY(-50%);
  border-radius: 50%;
}

.search-probrem__link-item:after {
  content: "";
  display: block;
  width: min(12px, calc(calc(12/750) * 100vw));
  height: min(12px, calc(calc(12/750) * 100vw));
  background-color: transparent;
  border-top: min(2px, calc(calc(2/750) * 100vw)) solid #ff8ea6;
  border-right: min(2px, calc(calc(2/750) * 100vw)) solid #ff8ea6;
  position: absolute;
  top: 50%;
  right: min(26px, calc(calc(26/750) * 100vw));
  transform: translateY(-50%) rotate(45deg);
}

.search-probrem__link {
  color: #fff;
  transition: all 0.3s;
  display: flex;
  padding: min(30px, calc(calc(30/750) * 100vw));
  color: #fff;
  transition: all 0.3s;
}

.search-probrem__link.--acc {
  color: #5d5d5d;
  padding: 0;
  font-size: min(27.5px, calc(calc(27.5/750) * 100vw));
  ;
}

.search-probrem__link.--acc:hover {
  color: #5d5d5d;
}

.search-probrem__link:hover {
  color: #fff;
  opacity: 0.8;
}

/* タイプで選ぶ */

.select-type__dl {
  width: 92%;
  margin: 0 auto;
  margin-top: min(65px, calc(calc(65/750) * 100vw));
  border-radius: min(10px, calc(calc(10/750) * 100vw));
}

.select-type__list-ttl {
  position: relative;
  box-shadow: 0 0 30px rgba(119, 107, 110, 0.3);
}

.select-type__list-ttl:before {
  content: "";
  display: block;
  width: min(50px, calc(calc(50/750) * 100vw));
  height: min(50px, calc(calc(50/750) * 100vw));
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  z-index: 1;
  border: min(2px, calc(calc(2/750) * 100vw)) solid #ff6082;
}

.--yellow.select-type__list-ttl:before {
  border: min(2px, calc(calc(2/750) * 100vw)) solid #ec9000;
}

.--purple.select-type__list-ttl:before {
  border: min(2px, calc(calc(2/750) * 100vw)) solid #96589a;
}

.select-type__dt {
  cursor: pointer;
  position: relative;
  transition: all .3s;
  border-radius: min(10px, calc(calc(10/750) * 100vw));
}

.select-type__dt:hover {
  opacity: 0.8;
}

.select-type__dt:before {
  content: "";
  display: block;
  height: min(20px, 2.6666666667vw);
  width: min(2px, 0.2666666667vw);
  background-color: #ff6586;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s;
  z-index: 2;
}

.--yellow.select-type__dt:before {
  background-color: #ec9000;
}

.--purple.select-type__dt:before {
  background-color: #96589a;
}

.js--accordion-open.select-type__dt:before {
  transform: translate(-50%, 50%) rotate(90deg);
}


.select-type__dt:after {
  content: "";
  display: block;
  height: min(20px, 2.6666666667vw);
  width: min(2px, 0.2666666667vw);
  background-color: #ff6586;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(90deg);
  transition: all 0.3s;
  z-index: 2;
}

.--yellow.select-type__dt:after {
  background-color: #ec9000;
}

.--purple.select-type__dt:after {
  background-color: #96589a;
}

.select-type__item {
  padding-bottom: min(20px, calc(calc(20/750) * 100vw));
  transition: all 0.3s;
}

.select-type__list {
  margin-top: min(55px, calc(calc(55/750) * 100vw));
}

.select-type__dd {
  background-color: #fff;
  display: none;
  border-bottom-left-radius: min(10px, calc(calc(10/750) * 100vw));
  border-bottom-right-radius: min(10px, calc(calc(10/750) * 100vw));
}

.select-type__dl:nth-child(1) {
  border: #ff6787 2px solid;
  background-color: #FFF;
}

.select-type__dl:nth-child(2) {
  border: #ed940c 2px solid;
  background-color: #FFF;
}

.select-type__dl:nth-child(3) {
  border: #9c5f9e 2px solid;
  background-color: #FFF;
}

.select-type__list-topimg {
  padding: min(65px, calc(calc(65/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) 0;
}

.select-type__list {
  padding: 0 min(30px, calc(calc(30/750) * 100vw));
}

/* 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;
}

.box_countdown {
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  padding-left: min(25px, calc(calc(25 / 750) * 100vw));
  padding-right: min(25px, calc(calc(25 / 750) * 100vw));
}

.box_countdown::before {
  position: absolute;
  content: "";
  height: 0;
  transform: rotate(75deg);
  width: 3%;
  border-bottom: 1px solid #24B280;
  border-left: min(15px, calc(calc(15 / 750) * 100vw)) solid #24B280;
  border-right: 0;
  left: -2%;
  top: 55%;
}

.box_countdown::after {
  position: absolute;
  content: "";
  height: 0;
  transform: rotate(105deg);
  width: 3%;
  border-bottom: 1px solid #24B280;
  border-right: min(15px, calc(calc(15 / 750) * 100vw)) solid #24B280;
  border-left: 0;
  right: -2%;
  top: 55%;
}

.btn_img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
}

.c-web-coupon .box_countdown_txt {
  color: #24B280;
  font-size: clamp(12px, 3vw, 24px);
  margin-right: 0.2em;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-size: clamp(18px, 3vw, 36px);
  color: #24B280;
  padding: 1.5px 4px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  color: #24B280;
  font-size: min(20px, calc(calc(20/750) * 100vw));
  /*margin: 0 2.5px;*/
}

/* featherlight */
.featherlight_cont {
  display: none;
}

.icn_modal {
  position: relative;
}

.hifu-case .icn_modal:before {
  content: "";
  position: absolute;
  bottom: clamp(10px, 2.8vw, 20px);
  right: clamp(10px, 2.8vw, 20px);
  background: url(../img/skin/icon_glass.png) no-repeat;
  background-size: 100%;
  width: clamp(17px, 4.5vw, 34px);
  height: clamp(17px, 4.5vw, 34px);
  z-index: 2;
  pointer-events: none;
}

.hifu-case .icn_modal:after {
  content: "";
  position: absolute;
  bottom: 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;
  pointer-events: none;
}

.c-case-list {
  display: flex;
  flex-direction: column;
  gap: min(20px, calc(calc(20/750) * 100vw));
}

.hokuro-case .c-case-list {
  padding-top: min(70px, calc(calc(70/750) * 100vw));
}

.hifu-case .c-case-list {
  flex-direction: row;
  justify-content: center;
}

.c-case-list__item {
  width: 100%;
}

.hifu-case .c-case-list__item {
  width: calc(50% - min(20px, calc(calc(20/750) * 100vw)));
}

/*モーダル部分*/
.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%;
  }
}

/* fv */
.fv,
.fv__top {
  position: relative;
}

/* coupon */
.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use) .featherlight-close-icon {
  top: unset;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 40px;
  height: 40px;
}

.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use) .featherlight-close-icon:before,
.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use) .featherlight-close-icon:after {
  background: #000;
  height: 25px;
}

.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;
}

.with-featherlight .featherlight .featherlight-content #c-web-coupon__use,
.with-featherlight .featherlight .featherlight-content {
  padding: 0;
}

.with-featherlight .featherlight .featherlight-content:has(#c-web-coupon__use),
.with-featherlight .featherlight .featherlight-inner#c-web-coupon__use {
  border-radius: min(30px, calc(calc(30 / 750) * 100vw));
}

.with-featherlight .featherlight .featherlight-inner#c-web-coupon__use {
  max-height: calc(90vh - 100px);
}

/* ページトップボタン */
.foot .foot_btn {
  width: min(85px, calc(calc(85 / 750) * 100vw));
  height: min(85px, calc(calc(85 / 750) * 100vw));
  z-index: 49;
}

/* クーポン背景 */
.p-coupon--top {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F9E6DF;
}

.p-coupon--02 {
  background-color: #F5EEDB;
  z-index: 1;
  position: relative;
}

/* 症例スライダー */
.p-case {
  background-image: url(../img/skin_ipl/case_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

.p-case__ttl img {
  width: min(710px, calc(calc(710 / 750) * 100vw));
  margin: 0 auto;
}

.p-case__lead {
  font-size: min(36px, calc(calc(36 / 750) * 100vw));
  color: #fff;
  text-align: center;
  background-color: #B2AC75;
  padding: min(30px, calc(calc(30 / 750) * 100vw)) 0;
  margin: 0 min(20px, calc(calc(20 / 750) * 100vw)) min(40px, calc(calc(40 / 750) * 100vw));
}

/* anout_tcb */
.p-about_tcb__top {
  position: relative;
}

.p-about_tcb__top-txtbox {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.p-about_tcb__top-txt {
  font-size: min(38px, calc(calc(38 / 750) * 100vw));
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #8F664A;
}

.p-about_tcb__txtarea {
  margin-top: min(60px, calc(calc(60 / 750) * 100vw));
  margin-bottom: min(20px, calc(calc(20 / 750) * 100vw));
}

.p-about_tcb__txt {
  font-size: min(40px, calc(calc(40 / 750) * 100vw));
  color: #8F664A;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: min(40px, calc(calc(40 / 750) * 100vw));
}

.p-about_tcb__txt--pink {
  color: #f43a69;
}

.p-about_tcb__txt--sky {
  color: #21B4AC;
}

.p-about_tcb__txt--marker {
  background: linear-gradient(transparent 70%, #FFFA9B 30%)
}

.p-about_tcb__txt--lh12 {
  line-height: 1.2;
}

.p-about_tcb__txt--lh3 {
  line-height: 3;
}


/* お試し1回無料キャンペーン */
.p-campaign {
  z-index: 2;
  position: relative;
}

.p-campaign--inner {
  box-shadow:
    0px min(6px, calc(calc(6 / 750) * 100vw)) min(12px, calc(calc(12 / 750) * 100vw)) #CBBF9F;
}

/* 症例写真photo */
.p-photo {
  background-image: url(../img/skin_ipl/photo_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: min(50px, calc(calc(50 / 750) * 100vw));
}

.p-photo__ttl {
  width: calc(100% - min(40px, calc(calc(40 / 750) * 100vw)));
  margin: 0 auto;
  padding: min(100px, calc(calc(100 / 750) * 100vw)) 0 min(90px, calc(calc(90 / 750) * 100vw));
}

.p-photo__txt {
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  text-align: center;
  margin-bottom: min(40px, calc(calc(40 / 750) * 100vw));
  line-height: 1.8;
}

.p-photo__deco {
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  color: #8F664A;
  background: linear-gradient(transparent 60%, #F9EECC 40%)
}

/* ========================================
    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;
  }
}

.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 {
  /* 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 {
  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 {
  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_profile {
  display: flex;
  align-items: center;
  margin-bottom: clamp(15px, 3vw, 30px);
}

.doctor_profile-img {
  overflow: hidden;
  width: clamp(115px, 23vw, 230px);
  height: clamp(150px, 30vw, 300px);
  background-color: #DFDFDF;
  margin-right: clamp(15px, 3vw, 30px);
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.doctor_profile-img img {
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}

.doctor_profile-txt p {
  line-height: 1.5;
}

.doctor_profile-achive {
  font-size: clamp(12px, 2.4vw, 24px);
  font-weight: 500;
  color: #fff;
  background: url(../img/threadlift/doctor_archive_bg.png) no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 0 clamp(15px, 3vw, 30px);
  box-sizing: border-box;
  margin-bottom: clamp(5px, 1vw, 10px);
  min-width: clamp(168px, 33vw, 336px);
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctor_profile-position {
  margin-bottom: 10px;
}

.doctor_profile-name {
  font-weight: 500;
}

.doctor_profile-name span {
  position: relative;
  font-size: clamp(16px, 3.5vw, 35px);
  padding-bottom: 5px;
  display: block;
}

.doctor_profile-name span::before {
  content:
    '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  border: 1px solid #f43a69;
  min-width: clamp(150px, 30vw, 300px);
}

.doctor_profile-name small {
  display: block;
  font-size: clamp(13px, 2.6vw, 26px);
  color: #f43a69;
  margin-top: clamp(7px, 1.4vw, 14px);
}

.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: '閉じる';
}


.doctor_career {
  margin-bottom: clamp(25px, 5vw, 50px);
}

.ttl02 {
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 500;
  color: #f43a69;
  background: none !important;
  position:
    relative;
  margin-bottom: clamp(10px, 2vw, 20px);
}

.ttl02 span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  left: 47%;
  z-index: 2;
  padding-right: 5px;
}

.ttl02::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #f43a69;
  top: calc(50% + 0px);
  width: 100%;
  z-index: 1;
}

.doctor_remark {
  margin-bottom: clamp(25px, 5vw, 50px);
}

.doctor_list>dl+dl {
  margin-top: clamp(5px, 1vw, 10px);
}

.doctor_list>dl a {
  color: #f43a69;
  text-decoration: underline;
}

.doctor_list>li a:hover {
  text-decoration: none;
}

.doctor_list>dl dt {
  display: inline-block;
  background-color: #f43a69;
  padding: 2px 5px;
  color: #fff;
  font-size: clamp(10px, 2vw, 20px);
  margin-bottom: 3px;
}

.doctor__title__wrap {
  padding-left: clamp(15px, 3vw, 30px);
  padding-right: clamp(15px, 3vw, 30px);
}

/* 共通部分タイトルスタイル */

.clinic-title__wrap h2,
.reserve-title__wrap h2,
.doctor__title__wrap h2 {
  text-align: center;
  line-height: 1.35;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  position: relative;
  margin-bottom: clamp(10px, 2vw, 20px);
  font-size: clamp(22px, 4vw, 50px);
  border-bottom: 2px solid #f43a69;
}

.clinic-title__wrap span,
.reserve-title__wrap span,
.doctor__title__wrap span {
  color: #f43a69;
  font-size: clamp(24px, 5vw, 60px);
}

.section_ttl-eng {
  color: #92A8C8;
  font-size: clamp(20px, 3vw, 40px);
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.clinic-title__wrap,
.reserve-title__wrap {
  font-size: clamp(32px, 4vw, 50px);
  width: 85%;
  margin: 0 auto;
  margin-bottom: clamp(30px, 6vw, 60px);
}

.clinic-sub-title,
.reserve-sub-title {
  color: #92A8C8;
  font-size: clamp(20px, 3vw, 40px);
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}


/* ========================================
    クリニック一覧箇所を青系に変更
======================================== */

.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);
}

/* 症例写真の施術概要 */
.c-case-summary {
  border: 1px solid #CCCCCC;
  background: #fff;
  font-size: min(24px, calc(calc(24/750) * 100vw));
  padding: 1em;
  color: #464646;
  margin: min(45px, calc(calc(45/750) * 100vw)) min(25px, calc(calc(25/750) * 100vw)) 0;
}

.c-case-summary__item {
  line-height: 1.66;
  margin: 0;
}

/* potenza_01流用 */
.nav_menu {
  margin-top: min(80px, calc(calc(80 / 750) * 100vw));
}

.nav_menu__wrap {
  display: flex;
  flex-wrap: wrap;
}

.nav_menu__wrap li {
  width: 50%;
  background: #F9E6DF;
  border: min(2px, calc(calc(2 / 750) * 100vw)) solid #806B70;
  border-bottom: none;
  text-align: center;
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.nav_menu__wrap li:nth-child(odd) {
  border-right: none;
}

.nav_menu__wrap li::before {
  content: "";
  width: min(7px, calc(calc(7 / 750) * 100vw));
  height: min(7px, calc(calc(7 / 750) * 100vw));
  border-top: min(3px, calc(calc(3 / 750) * 100vw)) solid #806B70;
  border-right: min(3px, calc(calc(3 / 750) * 100vw)) solid #806B70;
  position: absolute;
  top: 50%;
  right: min(20px, calc(calc(20 / 750) * 100vw));
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}

.nav_menu__wrap li:nth-child(5),
.nav_menu__wrap li:nth-child(6) {
  border-bottom: min(2px, calc(calc(2 / 750) * 100vw)) solid #806B70;
}

.nav_menu__wrap li a {
  color: #644B3A;
  height: min(110px, calc(calc(110 / 750) * 100vw));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.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));
}

.sec_ttl__wrap {
  padding-top: min(100px, calc(calc(100 / 750) * 100vw));
  margin-bottom: min(100px, calc(calc(100 / 750) * 100vw));
  position: relative;
}

.sec_ttl__wrap::before {
  content: "";
  width: min(2px, calc(calc(2 / 750) * 100vw));
  height: min(60px, calc(calc(60 / 750) * 100vw));
  background-color: #806B70;
  position: absolute;
  left: 50%;
  bottom: calc(-1 * min(80px, calc(calc(80 / 750) * 100vw)));
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* .recommend__wrap .sec_ttl__wrap::before {
  background-color: #000;
  bottom: calc( -1 * min(90px, calc(calc(90 / 750) * 100vw)));
} */

.sec_ttl__wrap h2 {
  text-align: center;
  width: 100%;
  /* height: min(47px, calc(calc(47 / 750) * 100vw)); */
  color: #806B70;
  margin-bottom: min(20px, calc(calc(20 / 750) * 100vw));
}

/* .p-faq .sec_ttl__wrap h2 {
  height: min(56px, calc(calc(56 / 750) * 100vw));
} */

.sec_ttl__wrap h2 img {
  height: auto;
}

.sec_ttl__wrap h3 {
  text-align: center;
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif !important;
  color: #644B3A;
  margin-bottom: min(10px, calc(calc(10 / 750)* 100vw));
}

/* .recommend__wrap .sec_ttl__wrap h3 {
  color: #157b7d;
} */

.sec_ttl__wrap h5 {
  text-align: center;
  font-size: min(22px, calc(calc(22 / 750) * 100vw));
  font-weight: 400;
  padding-top: min(15px, calc(calc(15 / 750) * 100vw));
  letter-spacing: 0.1rem;
}

.about__read {
  margin-bottom: min(30px, calc(calc(30 / 750) * 100vw));
}

.about__read p {
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: 600;
  text-align: center;
  line-height: 2;
  color: #806B70;
}

.about__read p span {
  color: #CF625F;
}

/* .recommend__wrap {
  background: url(../img/potenza_01/recommend_bg.png) no-repeat top / cover;
  padding-bottom: min(80px, calc(calc(80 / 750) * 100vw));
} */

.recommend__list {
  padding-top: min(60px, calc(calc(60 / 750) * 100vw));
}

.recommend__list li {
  background: #fff;
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: bold;
  line-height: 2.65;
  padding-left: min(95px, calc(calc(95 / 750) * 100vw));
  height: min(80px, calc(calc(80 / 750) * 100vw));
  margin-bottom: min(18px, calc(calc(18 / 750) * 100vw));
  position: relative;
}

.recommend__list li::before {
  content: "";
  width: min(30px, calc(calc(30 / 750) * 100vw));
  height: min(12px, calc(calc(12 / 750) * 100vw));
  border-top: min(6px, calc(calc(6 / 750) * 100vw)) solid #F24685;
  border-right: min(6px, calc(calc(6 / 750) * 100vw)) solid #F24685;
  position: absolute;
  top: min(25px, calc(calc(25 / 750) * 100vw));
  left: min(40px, calc(calc(40 / 750) * 100vw));
  transform: rotate(131deg);
}

/* コンテンツ幅 */
.wrap630 {
  width: 630px;
  margin: 0 auto;
}

.wrap670 {
  width: 670px;
  margin: 0 auto;
}

.wrap690 {
  width: 690px;
  margin: 0 auto;
}

/* attention */

.attention__top_mark {
  font-size: min(34px, calc(calc(34 / 750) * 100vw));
  color: #fff;
  background-color: #1ca3a5;
  display: inline-block;
  padding: 0 min(30px, calc(calc(30 / 750) * 100vw));
  margin-bottom: min(60px, calc(calc(60 / 750) * 100vw));
  text-align: center;
}

.p-attention {
  background: url(../img/rejuran/attention_bg.jpg) no-repeat top / contain #f9f7f7;
  padding-top: min(230px, calc(calc(230 / 750) * 100vw));
}

.attention__top_read p {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(40px, calc(calc(40 / 750) * 100vw));
  text-align: center;
  line-height: 1.55;
  margin-bottom: min(30px, calc(calc(30 / 750) * 100vw));
}

.attention__top_read p span {
  font-size: min(56px, calc(calc(56 / 750) * 100vw));
  color: #FB5E03;
  display: inline-block;
  letter-spacing: 0.5rem;
  line-height: 1.35;
}

.attention__arrow_area {
  height: min(60px, calc(calc(60 / 750) * 100vw));
  position: relative;
  background-color: #f2f8f8;
}

/* .attention__arrow_area::before {
  content: "";
  width: 100%;
  height: min(60px, calc(calc(60 / 750) * 100vw));
  border-width: min(60px, calc(calc(60 / 750) * 100vw)) min(375px, calc(calc(375 / 750) * 100vw)) 0 min(375px, calc(calc(375 / 750) * 100vw));
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  box-sizing: border-box;
  position: absolute;
  top: 0;
} */

.attention__frame {
  position: relative;
  padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
}

.attention__frame_sub_txt {
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  color: #feda95;
  position: absolute;
  top: min(115px, calc(calc(115 / 750) * 100vw));
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.attention__frame p {
  width: 100%;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(40px, calc(calc(40 / 750) * 100vw));
  font-weight: 400;
  color: #fff;
  line-height: 1.9;
  text-align: center;
  position: absolute;
  top: min(175px, calc(calc(175 / 750) * 100vw));
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: -0.2rem;
}

.attention__frame p span {
  font-size: min(45px, calc(calc(45 / 750) * 100vw));
  color: #feda95;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  border-bottom: solid 2px #feda95;
}

.attention__bottom {
  background: #fff;
  padding: min(100px, calc(calc(100 / 750) * 100vw)) 0 min(40px, calc(calc(40 / 750) * 100vw));
  position: relative;
}

.attention__bottom p span {
  display: inline-block;
  font-size: min(50px, calc(calc(50 / 750) * 100vw));
  color: #FB5E03;
  position: relative;
  z-index: 0;
  line-height: 1.6;
  font-weight: bold;
}

.attention__bottom p span::before {
  content: "";
  width: 98%;
  height: 15%;
  background-color: #fff38c;
  position: absolute;
  bottom: 25%;
  z-index: -1;
}

.attention__bottom_txt {
  font-size: min(34px, calc(calc(34 / 750) * 100vw));
  color: #fff;
  line-height: 1.9;
  text-align: center;
  vertical-align: baseline;
  background-color: #1ca3a5;
  width: min(175px, calc(calc(175 / 750) * 100vw));
  height: min(55px, calc(calc(55 / 750) * 100vw));
  position: absolute;
  top: calc(-1 * min(30px, calc(calc(30 / 750) * 100vw)));
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.attention__bottom_txt::before {
  content: "";
  width: min(180px, calc(calc(180 / 750) * 100vw));
  height: min(50px, calc(calc(50 / 750) * 100vw));
  box-sizing: border-box;
  border: min(90px, calc(calc(90 / 750) * 100vw)) solid transparent;
  border-top: min(20px, calc(calc(20 / 750) * 100vw)) solid #1ca3a5;
  position: absolute;
  left: 50%;
  bottom: calc(-1 * min(109px, calc(calc(109 / 750) * 100vw)));
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.attention__bottom p {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(34px, calc(calc(34 / 750) * 100vw));
  line-height: 2.1;
  text-align: center;
}

/* point */

#point {
  background-color: #f2f8f8;
  padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
}

.point {
  background: #F2F8F8;
}

.point__ttl {
  padding-top: min(80px, calc(calc(80 / 750) * 100vw));
  margin-bottom: min(60px, calc(calc(60 / 750) * 100vw));
}

.point__ttl_head {
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  font-weight: 500;
  line-height: 1;
  margin-bottom: min(20px, calc(calc(20 / 750) * 100vw));
}

.point__ttl h3 {
  font-size: min(60px, calc(calc(60 / 750) * 100vw));
  font-weight: 600;
  color: #1ca3a5;
  text-align: center;
}

.point__ttl h3 ._num {
  font-size: min(70px, calc(calc(70 / 750) * 100vw));
}

.point__pain-relief {
  font-size: min(30px, calc(calc(30 / 750)* 100vw));
  line-height: 1.8;
  padding: min(20px, calc(calc(20 / 750)* 100vw));
  background: #fff;
  border-radius: 10px;
}

.point__pain-relief li {
  padding-left: min(50px, calc(50 / 750) *100vw);
  position: relative;
  line-height: 1.8;
}

.point__pain-relief li::before {
  position: absolute;
  top: 0.3em;
  left: 0%;
  content: "";
  background: url(../img/rejuran/check_icon.png) no-repeat center/contain;
  width: 1.16em;
  height: 1.16em;
}

.point__item {
  padding-bottom: min(120px, calc(calc(120 / 750) * 100vw));
}

.point__item__combination {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.point__item img {
  /* margin-bottom: min(30px, calc(calc(30 / 750) * 100vw)); */
}

.point__subhead_num {
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: 600;
  color: #fff;
  background-color: #1ca3a5;
  text-align: center;
  padding: 2px min(30px, calc(calc(30 / 750) * 100vw));
  margin-bottom: min(30px, calc(calc(30 / 750) * 100vw));
  display: inline-block;
  position: relative;
}

.point__subhead_num::before {
  content: "";
  width: min(10px, calc(calc(10 / 750) * 100vw));
  height: min(10px, calc(calc(10 / 750) * 100vw));
  box-sizing: border-box;
  border: min(10px, calc(calc(10 / 750) * 100vw)) solid transparent;
  border-top: min(20px, calc(calc(20 / 750) * 100vw)) solid #1ca3a5;
  position: absolute;
  bottom: calc(-1 * min(25px, calc(calc(25 / 750) * 100vw)));
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.point__subhead p {
  font-size: min(34px, calc(calc(34 / 750) * 100vw));
  font-weight: 600;
  text-align: center;
  color: #1ca3a5;
  margin-bottom: min(40px, calc(calc(40 / 750) * 100vw));
}

/* .second_view */
.second_view {
  padding-top: min(50px, calc(calc(50 / 750) * 100vw));
}

.second_view p {
  font-size: min(40px, calc(calc(40 / 750) * 100vw));
  line-height: 1;
  text-align: center;
}

/* price */
.sec_ttl__attention {
  color: #727272;
  font-weight: bold;
  font-size: min(21px, calc(calc(21 / 750)* 100vw));
  text-align: center;
}

/* よくある質問 */
.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);
}

.seciton_qa_q_txt::before {
  /* content: "Q";
  width: 42px;
  height: 42px;
  background: #CF5D5D;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 31px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center; */
}

@media screen and (max-width: 750px) {
  /* .seciton_qa_q_txt::before {
    width: 5.07vw;
    height: 5.07vw;
    top: 4.53vw;
    left: 2.67vw;
  } */
}

.js--accordion-open .seciton_qa_q_txt::before {
  /* content: "";
  width: 38px;
  height: 38px;
  background: url(../img/potenza_01/txt_q_after.png) no-repeat center/contain;
  position: absolute;
  top: 34px;
  left: 20px; */
}

@media screen and (max-width: 750px) {
  /* .js--accordion-open .seciton_qa_q_txt::before {
    width: 5.07vw;
    height: 5.07vw;
    top: 4.53vw;
    left: 2.67vw;
  } */
}

/* .seciton_qa_a_txt p {
  line-height: 1.8em;
} */

/* .seciton_qa_a_txt::before {
  content: "A";
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  top: 35px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20827D;
  font-weight: bold;
  border-radius: 50%;
} */

/* @media screen and (max-width: 750px) {
  .seciton_qa_a_txt::before {
    width: 5.07vw;
    height: 5.07vw;
    top: 5.33vw;
    left: 2.67vw;
  }
} */

@media screen and (max-width: 767px) {

  .seciton_qa_q p,
  .seciton_qa_a p {
    margin-left: 25px;
  }
}

/* FLOW */

/* .flow_bg {
  background: url(../img/shiratama/flow_bg_gold.png) no-repeat top/cover;
  padding-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(40px, 6vw, 80px);
  padding-left: 1.5em;
  padding-right: 1.5em;
} */

/* .flow_list {
  position: relative;
} */

/* .flow_list::after {
  content: "";
  height: 100%;
  border-left: #f43a69 2px dotted;
  position: absolute;
  top: 0;
  left: 50%;
} */

.attention-head {
  font-size: clamp(18px, 3vw, 28px);
}

/* .flow_list-item {
  margin-top: 80px;
  position: relative;
  z-index: 1;
} */

/* .flow_list-item:first-child {
  margin-top: 0;
} */

/* .flow_list-ttl {
  padding: 40px 0;
  background: #d54a6a;
  background: url(../img/potenza_01/flow_list_ttl_bg.png) no-repeat top/cover;
  height: auto;
  text-align: center;
  color: #fff;
  position: relative;
} */

/* .flow_list-ttl .flow_list-step {
  display: flex;
  align-items: center;
  background: #fff;
  border: #1ca3a5 2px solid;
  position: absolute;
  left: 0;
  top: -20px;
  padding: 2px 20px;
  font-size: 30px;
  font-weight: 500;
  color: #1ca3a5;
  letter-spacing: 0.1em;
  line-height: 1;
} */

/* .flow_list-ttl .flow_list-step span {
  font-size: 140%;
} */
/* 
.flow_list-ttl .flow_list-title {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
} */

/* .flow_list-ttl .flow_list-title span {
  display: block;
  font-size: 80%;
} */

/* .flow_list-detail {
  padding: 1.5em 1.5em 2.5em 1.5em;
  background: #fff;
  border: #1ca3a5 2px solid;
  border-top: none;
} */
/* 
.flow_list-detail img {
  width: 100%;
}

.flow_list-detail .flow_list-text {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.8;
}

.fc_pink span {
  color: #f43a69;
}

.flow_list-detail .flow_list-text.small {
  font-size: 20px;
}


@media screen and (max-width: 767px) {
  .seciton_flow_inner {
    padding: 0 15px;
  }

  .flow_list-item {
    margin-top: 50px;
  }

  .flow_list-ttl {
    padding: 20px 10px;
  }

  .flow_list-ttl .flow_list-step {
    padding: 2px 10px;
    border-width: 1px;
    font-size: 16px;
    top: -15px;
  }

  .flow_list-ttl .flow_list-title {
    font-size: 18px;
  }

  .flow_list-detail {
    padding: 15px 15px 20px;
  }

  .flow_list-detail .flow_list-text {
    margin-top: 20px;
    font-size: 14px;
  }

  .flow_list-detail .flow_list-text.small {
    font-size: 12px;
  }
} */

/* ★★★モーダル追加★★★ */

.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/botox_1_crm/botox1_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);
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}

/* ★★★★★botox_1_crm用に追記★★★★★ */

.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/eraboto/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/eraboto/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/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;
}

.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: 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;
  }

}