@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: var(--color-black-1);
}

main,
body header {
  width: min(100%, 750px);
  margin: 0 auto;
}

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(90px, calc(calc(90 / 750) * 100vw));
}

.section_header,
.section_header_logo,
.section_header_logo img {
  height: auto;
}

.section_header_logo {
  flex-grow: 1;
}

.section_header_logo img {
  width: min(262px, calc(calc(262 / 750) * 100vw));
  /*margin-left: min(20px, calc(calc(20 / 750) * 100vw));*/
  /*TCB_AD-9112*/
  padding-left: min(20px, calc(20 / 750 * 100vw));
  box-sizing: border-box;
}

.lp_lang {
  display: flex;
  width: min(140px, calc(140 / 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 {
  top: min(90px, calc(calc(90 / 750) * 100vw));
  z-index: 99;
}

/* fv */
.fv__top {
  margin-top: min(90px, calc(calc(90 / 750) * 100vw)) !important;
}

/* 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);
}

/*---------------------------------------------------------------------------------------
--
-- 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;
}

/* .mt○○-flex */
.mt32-flex {
  margin-top: min(32px, calc(calc(32 / 750) * 100vw)) !important;
}

/* fonts */
.u-bold {
  font-weight: bold !important;
}

.u-sbold {
  font-weight: 500 !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: 0.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 0.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;
  margin: 0 auto;
}

.c-web-coupon--top {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: min(60px, calc(calc(60/750) * 100vw));
  display: block;
  text-align: center;
}

header .head__menu {
  background-color: #F2F3F3;
}

.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;
  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 {
  position: absolute;
  left: 50%;
  top: max(-25px, calc(-1 * (calc(25/750) * 100vw)));
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 70%;
  max-width: 430px;
  background-color: #fff;
  border: 1px solid #F5738E;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.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: #464646;
  font-size: min(20px, calc(calc(20 / 750) * 100vw));
  margin-right: 0.2em;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  color: #F5738E;
  border-radius: 5px;
  padding: 1.5px 2px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  color: #F5738E;
  font-size: min(20px, calc(calc(20 / 750) * 100vw));
  /*margin: 0 2.5px;*/
}

/* 前施術共通 price部分配置 */
.price {
  position: relative;
}

.price .c-btn--counseling {
  position: absolute;
  bottom: min(60px, calc(calc(60 / 750) * 100vw));
  left: 50%;
  transform: translateX(-50%);
}

/* 白玉点滴・注射 */
/* ポテンツァ */
/* クマ取り */
.kumatori-case {
  background-color: #edf3f8;
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(30px, calc(calc(30 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw));
  margin: 0 min(30px, calc(calc(30 / 750) * 100vw));
  border-radius: min(10px, calc(calc(10 / 750) * 100vw));
}

/* ほくろ・いぼ*/
.hokuro-case {
  background-image: url(../img/skin/hokuro_case_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: min(30px, calc(calc(30 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw));
  margin: 0 min(30px, calc(calc(30 / 750) * 100vw));
  border-radius: min(10px, calc(calc(10 / 750) * 100vw));
  aspect-ratio: 630/409;
}

/* HIFU */
.hifu-case {
  background-color: #eef6fe;
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(30px, calc(calc(30 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw));
  margin: 0 min(30px, calc(calc(30 / 750) * 100vw));
  border-radius: min(10px, calc(calc(10 / 750) * 100vw));
}

/* シワ取り注射 */
.hyaluronic-adult-case {
  background-color: #eef6fe;
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(30px, calc(calc(30 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw));
  margin: 0 min(30px, calc(calc(30 / 750) * 100vw));
  border-radius: min(10px, calc(calc(10 / 750) * 100vw));
}

/* ボタン */

.c-btn--counseling {
  filter: drop-shadow(0 6px 7px rgba(197, 197, 197, 1));
}

.c-btn--counseling,
.c-btn--detail {
  width: min(570px, calc(calc(570 / 750) * 100vw));
  margin: 0 auto;
}

/* 画像の幅 */
.w690 {
  width: min(690px, calc(calc(690 / 750) * 100vw));
  margin: 0 auto;
}

.w673 {
  width: min(673px, calc(calc(673 / 750) * 100vw));
  margin: 0 auto;
}

.w666 {
  width: min(666px, calc(calc(666 / 750) * 100vw));
  margin: 0 auto;
}

.w630 {
  width: min(630px, calc(calc(630 / 750) * 100vw));
  margin: 0 auto;
}

.w598 {
  width: min(598px, calc(calc(598 / 750) * 100vw));
  margin: 0 auto;
}

.w575 {
  width: min(575px, calc(calc(575 / 750) * 100vw));
  margin: 0 auto;
}

/* 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;
}

.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;
}

/* ========================================
　ここからtcb-skin個別スタイル 
======================================== */
/* header */
.section_header {
  align-items: center;
}

.section_header_web {
  width: min(228px, calc(calc(228 / 750) * 100vw));
  /*TCB_AD-9112 */
  /* text-align: right; */
  padding-right: min(18px, calc(18 / 750 * 100vw));
  padding-left: min(18px, calc(18 / 750 * 100vw));
  box-sizing: border-box;
}

/* ドロワーボタン */
@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-inner .js--accordion-cont {
  display: block;
}

header .tab_box .panel_area {
  margin-top: 0;
}

header .head__menu-inner .head__menu__item--parent .head__menu__item__ttl {
  display: flex;
  align-items: center;
  background: #fff;
  padding: min(20px, calc(calc(10 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
  position: relative;
}

header .head__menu__item__ttl img {
  width: min(100px, calc(calc(100 / 750) * 100vw));
  height: min(100px, calc(calc(100 / 750) * 100vw));
  margin-right: min(30px, calc(calc(30 / 750) * 100vw));
}

header .head__menu__item--parent a,
header .head__menu__item--parent p {
  border-top: 1px solid rgb(148 164 185 /0.5);
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  font-weight: bold;
  color: #335c7a;
  line-height: 1.3;
}

header .head__menu__item--child {
  border-top: 1px solid rgb(148 164 185 /0.5);
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  font-weight: bold;
  color: #464646;
  line-height: 1.3;
  position: relative;
}

header .head__menu__item--child:after,
.head__menu__item__ttl.--arrow:after {
  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 #768ba8;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header .head__menu .search-menu .head__menu__item--child a {
  padding: min(39px, calc(calc(39 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
}

header .search-worries .head__menu__item--child:after,
head.head__menu__item__ttl.--arrow:after {
  left: min(160px, calc(calc(160 / 750) * 100vw));
}

header .search-menu .head__menu__item--child:after,
.head__menu__item__ttl.--arrow:after {
  right: min(40px, calc(calc(40 / 750) * 100vw));
}

header .head__menu__item--parent .head__menu__item--child a {
  border-top: none;
}

header .head__menu-inner .search-worries .head__menu__item--child a {
  font-weight: normal;
  background: #f3f5f6;
}

header .head__menu-inner .head__menu__item--child a,
header .head__menu-inner .head__menu__item--parent a,
header .head__menu-inner .head__menu__item--child p,
header .head__menu-inner .head__menu__item--parent p {
  display: block;
  text-align: left;
  padding: min(20px, calc(calc(20 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
  color: #335c7a;
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
}

header .head__menu__item--child:hover,
header .head__menu__item--parent:hover {
  background-color: #f7f7f7;
}

header .head__menu__list--parent {
  margin: 0;
}

header .head__menu__item--parent:hover {
  background: #eff1f5;
  opacity: 0.8;
}

header .head__menu__list--child {
  margin: 0;
}

header .head__menu__item--child {
  border-top: 1px solid rgb(148 164 185 /0.5);
  padding-left: min(160px, calc(calc(160 / 750) * 100vw));
  background: #f3f5f6;
}

header .head__menu__item--child.--no-pl {
  padding-left: 0;
}

.p-head__menu-coupon {
  background: #F2F3F3;
  padding-bottom: min(150px, calc(calc(150 / 375) * 100vw));
}

.head__menu__item--parent .accordion-trigger {
  position: relative;
}

/* FVスライダー */
/* .fv .fv__coupon-slider li {
  margin-bottom: min(5px, calc(calc(5 / 750) * 100vw));
}

.fv .fv__coupon-slider img {
  border-radius: min(20px, calc(calc(20 / 750) * 100vw));
  box-shadow: min(4px, calc(calc(4 / 750) * 100vw)) min(4px, calc(calc(4 / 750) * 100vw)) min(6px, calc(calc(6 / 750) * 100vw)) rgb(80 93 125 /0.16) ;
} */

/* お悩みから探すのアコーディオン開閉アイコン*/

.head__menu__item--parent .accordion-trigger:before {
  content: "";
  display: block;
  width: min(30px, calc(calc(30 / 750) * 100vw));
  height: min(2px, calc(calc(2 / 750) * 100vw));
  background-color: #768ba8;
  position: absolute;
  top: 50%;
  right: min(30px, calc(calc(30 / 750) * 100vw));
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 1;
}

.head__menu__item--parent .accordion-trigger:after {
  content: "";
  display: block;
  width: min(30px, calc(calc(30 / 750) * 100vw));
  height: min(2px, calc(calc(2 / 750) * 100vw));
  background-color: #768ba8;
  position: absolute;
  top: 50%;
  right: min(30px, calc(calc(30 / 750) * 100vw));
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}

.head__menu__item--parent .accordion-trigger.js--accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* fv */
.fv,
.fv__top {
  position: relative;
}

/* coupon */
.p-coupon--top {
  position: relative;
}

.c-web-coupon__lead {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.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 {
  width: 32%;
  margin: 0 auto;
  display: block;
}

.c-web-coupon__use--scroll {
  overflow-y: scroll;
  /*width: 100%!important;
  height: 100%!important;*/
}

.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);
}

/* menu */
.p-menu__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  border-top: 1px solid rgb(148 164 185 /0.5);
}

.p-menu__list:last-of-type {
  border-left: 1px solid rgb(148 164 185 /0.5);
}

.p-menu__item {
  width: 50%;
  border-bottom: 1px solid rgb(148 164 185 /0.5);
  box-sizing: border-box;
  transition: all 0.3s;
}

.p-menu__item:hover {
  background-color: #c5dde7;
}

.p-menu__item:nth-of-type(even) {
  border-left: 1px solid rgb(148 164 185 /0.5);
}

.p-menu__item img {
  padding: min(15px, calc(calc(15 / 750) * 100vw));
  width: min(116.5px, calc(calc(116.5 / 750) * 100vw));
}

.p-menu__accordion .p-menu__item img {
  width: min(112px, calc(calc(112 / 750) * 100vw));
}

.p-menu__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  font-weight: bold;
  color: #464646;
  line-height: 1.3;
}

.p-menu__accordion .p-menu__item a {
  font-size: min(24px, calc(calc(24 / 750) * 100vw));
}

/* 選べる治療方法（共通）*/
.c-treatment-option {
  background: #768ba8;
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: 600;
  padding: min(20px, calc(calc(20 / 750) * 100vw)) 0;
  letter-spacing: 0.15em;
  width: 58%;
  margin: 0 auto;
  border-radius: min(100px, calc(calc(100 / 750) * 100vw));
  box-sizing: border-box;
  position: relative;
  margin-bottom: min(65px, calc(calc(65 / 750) * 100vw));
  text-align: center;
  color: #fff;
}

.c-treatment-option:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: min(8px, calc(calc(8 / 750) * 100vw)) solid transparent;
  border-top: min(25px, calc(calc(25 / 750) * 100vw)) solid #768ba8;
  transform: translateX(-50%);
}

/* ページトップボタン */
.foot_btn {
  width: min(85px, calc(calc(85 / 750) * 100vw));
  height: min(85px, calc(calc(85 / 750) * 100vw));
}

/* ========================================
　症例写真・動画スタイル
======================================== */
.movie__ttl,
.case__ttl {
  width: 39.5%;
  margin: 0 auto;
}

.movie__ttl img,
.case__ttl img {
  width: 100%;
}

.mv_rayout {
  padding: min(30px, calc(calc(30 / 750) * 100vw));
  border: 2px solid #fff;
  margin: 0 min(20px, calc(calc(20 / 750) * 100vw));
}

.mv_rayout video,
.mv_rayout iframe,
.mv_rayout .lite-youtube__wrap {
  padding: min(10px, calc(calc(10 / 750) * 100vw));
  background-color: #fff;
  box-sizing: border-box;
  aspect-ratio: 16 /9;
}

.lite-youtube__wrap--02 {
  width: min(640px, calc(calc(640 / 750) * 100vw));
  margin: auto;
}

/* ========================================
　症例slickスライダー
======================================== */
.p-case {
  background-color: #FFF;
  padding-top: min(80px, calc(calc(80 / 750) * 100vw));
  padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
}

.p-case h2 {
  font-family: var(--serif);
  margin-bottom: min(40px, calc(calc(40 / 750) * 100vw));
  color: #5E8BC3;
  font-size: min(40px, calc(calc(40 / 750) * 100vw));
  font-weight: 500;
  position: relative;
}

.p-case h2::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 11%;
  transform: rotate(-40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(24px, 4.8vw, 48px);
  background: #5E8BC3;
}

.p-case h2::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 11%;
  transform: rotate(40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(24px, 4.8vw, 48px);
  background: #5E8BC3;
}

.p-case__ttl img {
  width: min(710px, calc(calc(710 / 750) * 100vw));
  margin: 0 auto;
}

.js--case-slide.slick-initialized.slick-slider {
  opacity: 1;
}

.case-slide .slick-slide {
  max-width: min(480px, calc(calc(480 / 750) * 100vw));
  background-color: #fff;
  margin-left: min(60px, calc(calc(60 / 750) * 100vw));
  box-sizing: border-box;
}

.case-slide .slick-slide img {
  object-fit: cover;
  width: 100%;
  /* border: min(5px, calc(calc(5 / 750) * 100vw)) solid #fff; */
}

.case-slide .slick-list {
  height: auto !important;
}


/* ========================================
　アコーディオン
======================================== */
.accordion-wrap {
  margin-top: min(20px, calc(calc(20 / 750) * 100vw));
  margin-bottom: min(60px, calc(calc(60 / 750) * 100vw));
}

.p-nikibi .accordion-wrap {
  margin-bottom: min(60px, calc(calc(60 / 750) * 100vw));
}

.accordion-wrap .js--accordion-cont {
  margin-top: min(40px, calc(calc(40 / 750) * 100vw));
}

.details-more {
  text-align: center;
  color: #5488b0;
  cursor: pointer;
  transition: all 0.3s;
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  border: min(2px, calc(calc(2 / 750) * 100vw)) solid #768ba8;
  border-radius: min(10px, calc(calc(10 / 750) * 100vw));
  width: 70%;
  margin: 0 auto;
  padding: min(30px, calc(calc(30 / 750) * 100vw));
  position: relative;
  box-sizing: border-box;
}

.details-more:hover {
  opacity: 0.8;
}

.details-more:before {
  content: "";
  display: block;
  width: min(30px, calc(calc(30 / 750) * 100vw));
  height: min(2px, calc(calc(2 / 750) * 100vw));
  background-color: #5488b0;
  position: absolute;
  top: 50%;
  right: min(30px, calc(calc(30 / 750) * 100vw));
  transform: translateY(-50%);
  transition: all 0.3s;
}

.details-more:after {
  content: "";
  display: block;
  width: min(30px, calc(calc(30 / 750) * 100vw));
  height: min(2px, calc(calc(2 / 750) * 100vw));
  background-color: #5488b0;
  position: absolute;
  top: 50%;
  right: min(30px, calc(calc(30 / 750) * 100vw));
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}

.js--accordion-open.details-more:after {
  transform: translateY(-50%) rotate(0);
}

/* ========================================
　MENUアコーディオン 
======================================== */

.p-menu__accordion p {
  color: #68738b;
  cursor: pointer;
}

.c-btn.c-btn--blue {
  background: #fff;
}

.c-btn.c-btn--blue.c-btn--bgblue {
  background: #5488b0;
}

.tab_box .btn_area {
  display: flex;
  /* overflow-x: hidden; */
  align-items: center;
  width: 100%;
  height: auto;
  z-index: 1;
}

.tab_box .panel_area {
  z-index: 0;
}

.scroll-x__wrap {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}

/* ========================================
   タブ切り替え用スタイル 
======================================== */

/* .tab_box .tab_btn {
  padding: min(30px, calc(calc(30 / 750) * 100vw));
  color: #335c7a;
  background: #fbfcfe;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  height: min(50px, calc(calc(50 / 750) * 100vw));
  align-items: center;
  display: flex;
  justify-content: center;
  border-top: rgb(148 164 185 /0.5) min(2px, calc(calc(2 / 750) * 100vw)) solid;
  border-bottom: rgb(148 164 185 /0.5) min(2px, calc(calc(2 / 750) * 100vw))
    solid;
  flex-shrink: 0;
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  font-weight: bold;
  min-width: min(190px, calc(calc(190 / 750) * 100vw));
}

.tab_btn + .tab_btn {
  border-left: rgb(148 164 185 /0.5) 2px solid;
}

.tab_box .tab_btn:hover {
  background-color: #eff1f5;
  color: #335c7a;
}

.tab_box .tab_btn.active {
  background: #768ba8;
  color: #fff;
} */

/* .tab_box .tab_panel {
  display: none;
  margin-top: min(40px, calc(calc(40 / 750) * 100vw));
} */

.tab_box .tab_panel:has(.c-crown) {
  margin-top: min(60px, calc(calc(60 / 750) * 100vw));
}

.tab_box .tab_panel.active {
  display: block;
}

/* タブ全アクティブ時の高さ不変対応 */
.panel_area {
  position: relative;
}

.tab_panel.menu_panel.active+.tab_panel.menu_panel.active {
  position: absolute;
  top: min(50px, calc(calc(50 / 750) * 100vw));
  left: 0;
  opacity: 0;
  width: min(100%, 100%);
}

/*.tab_box .tab_panel.menu_panel*/

/* ========================================
   ※ヘッダーメニュー用 タブ切り替え用スタイル 
======================================== */

.head__menu .tab_box .tab_btn {
  min-width: 50%;
  box-sizing: border-box;
  height: min(110px, calc(calc(110 / 750) * 100vw));
}

.head__menu .tab_box .tab_btn:first-of-type {
  border-right: rgb(148 164 185 /0.5) 1px solid;
}

.head__menu .tab_box .tab_btn:last-of-type {
  border-left: rgb(148 164 185 /0.5) 1px solid;
}

/* ========================================
    slider (slickカスタマイズ)
======================================== */

/* ロードまでのレイアウト崩れ対策 */
.js-fv-slide {
  opacity: 0;
}

.js-fv-slide.slick-initialized.slick-slider {
  opacity: 1;
}

/* ロードまでのレイアウト崩れ対策 ここまで */

.fv__coupon-slider .slick-slide,
.p-bihada .slick-slide {
  margin-right: min(20px, calc(calc(20 / 750) * 100vw));
  margin-left: min(20px, calc(calc(20 / 750) * 100vw));
  /*filter: brightness(70%);*/
  transition: filter 0.2s ease;
}

.fv__coupon-slider .slick-slide img,
.p-shimi .slick-slide img,
.p-bihada .slick-slide img {
  width: 100%;
}

.p-shimi .slick-slide img,
.p-bihada .slick-slide img {
  border: min(5px, calc(calc(5 / 750) * 100vw)) solid #fff;
  box-sizing: border-box;
}

.fv__coupon-slider .slick-slide.slick-active,
.p-shimi .slick-slide.slick-active {
  filter: brightness(100%);
}

.fv__coupon-slider .slider,
.p-shimi .slider,
.p-bihada .slider {
  position: relative;
}

/* 前後ボタン */
.c-slide-arrow {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(32px, 6.4vw, 64px);
  cursor: pointer;
}

.c-prev-arrow {
  left: 10px;
}

.c-next-arrow {
  right: 10px;
}

/* インジケーター */
.slick-dots {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.6vw, 16px);
  margin-top: min(30px, calc(calc(30 / 750) * 100vw));
}

.slick-dots li {
  width: min(15px, calc(calc(15 / 750) * 100vw));
  height: min(15px, calc(calc(15 / 750) * 100vw));
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #768ba8;
}

.slick-dots li button {
  text-indent: -9999px;
}

/* 症例写真用インジケーター */
.slick-dots-custom {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.6vw, 16px);
  margin-top: min(60px, calc(calc(60 / 750) * 100vw));
}

.slick-dots-custom li {
  width: min(15px, calc(calc(15 / 750) * 100vw));
  height: min(15px, calc(calc(15 / 750) * 100vw));
  border-radius: 50%;
  background-color: #c5c5c5;
  cursor: pointer;
}

.p-bihada .slick-dots-custom li {
  background-color: #c5c5c5;
}

.slick-dots-custom li.slick-active {
  background-color: #768ba8;
}

.slick-dots-custom li button {
  text-indent: -9999px;
}

/* ========================================
    case-slide1
======================================== */
.case-slide1 {
  background-color: #f4eee5;
  padding-top: clamp(25px, 5vw, 50px);
  padding-bottom: clamp(40px, 8vw, 80px);
}

.case-slide1_title {
  padding: 0 clamp(48px, 9.6vw, 96px);
  margin-bottom: clamp(30px, 6vw, 60px);
}

.case-slide1_subtitle {
  font-size: clamp(12px, 2.4vw, 24px);
  text-align: center;
  padding-top: clamp(10px, 2vw, 20px);
  padding-bottom: 2px;
  line-height: 1.35;
}

/* ========================================
    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;
}

/* 共通部分タイトルスタイル */

.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 #5374a5;
}

.clinic-title__wrap span,
.reserve-title__wrap span,
.doctor__title__wrap span {
  color: #5374a5;
  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";
}

/* スクロールバーの表示調整 */

.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;
}

/* 追加ユーティリティ */
.u-bg-gray {
  background: #f5f5f5;
}

/* 人気順王冠 */
.c-crown {
  position: relative;
  padding-top: min(40px, calc(calc(40 / 750) * 100vw));
}

.c-crown:before {
  content: "";
  display: block;
  position: absolute;
  width: min(177px, calc(calc(177 / 750) * 100vw));
  aspect-ratio: 177 / 115;
  top: calc(-1 * min(30px, calc(calc(30 / 750) * 100vw)));
  left: 0.8vw;
}

.c-crown--01:before {
  background: url("../img/skin_all/crown_01.png") no-repeat;
  background-size: contain;
}

.c-crown--02:before {
  background: url("../img/skin_all/crown_02.png") no-repeat;
  background-size: contain;
}

.c-crown--03:before {
  background: url("../img/skin_all/crown_03.png") no-repeat;
  background-size: contain;
}

/* アンカーリンクの位置調整 */

/*div[data-target*="ac_dermapen4"],
div[data-target*="ac_hydrafacial"],
div[data-target*="ac_potenza"],
div[data-target*="ac_peeling"],
div[data-target*="ac_collagenpeel"] {
  margin-top: calc( -1 * min(100px, calc(calc(100 / 750) * 100vw)));
  padding-top: min(100px, calc(calc(100 / 750) * 100vw));
}*/

div[data-target*="ac_"] {
  margin-top: calc(-1 * min(100px, calc(calc(100 / 750) * 100vw)));
  padding-top: min(100px, calc(calc(100 / 750) * 100vw));
}

div[data-target*="ac_subscision"] {
  margin-top: calc(-1 * min(230px, calc(calc(230 / 750) * 100vw)));
  padding-top: min(230px, calc(calc(230 / 750) * 100vw));
}

/* 予約フォーム一覧 */
.p-rsv-links {}

.p-rsv-links__item {
  margin: 0 auto min(60px, calc(calc(60 / 750) * 100vw));
  position: relative;
  padding-bottom: min(50px, calc(calc(50 / 750) * 100vw));
}

.p-rsv-links__item:after {
  content: "";
  display: block;
  height: 0;
  width: 85%;
  border-bottom: 2px dotted #ccc;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
}

.p-rsv-links__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-rsv-links__item:last-child:after {
  display: none;
}

.p-rsv-links__bnr {
  margin: 0 auto min(30px, calc(calc(30 / 750) * 100vw));
  text-align: center;
  /* width: 78%; */
  width: 82%;
}

.p-rsv-links__link {
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

/* 予約フォーム用スタイル */
.c-form-header {
  position: static;
  transform: none;
}

.c-form-header .section_header {
  justify-content: center;
}

.c-form-page-reserve {
  margin-top: 10px;
}

.c-form-page-reserve .reserve-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-form-page-reserve .reserve-sub-title {
  position: relative;
}

.c-form-page-reserve .reserve-title__wrap {
  width: 60%;
}

.c-form-page-reserve .reserve-title__wrap span {
  font-size: min(60px, calc(calc(60 / 750) * 100vw));
}

.c-form-page-reserve .reserve-sub-title:before {
  content: "";
  display: block;
  width: 100%;
  height: min(1px, calc(calc(1 / 750) * 100vw));
  background-color: #5374a5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.c-form-page-reserve span.reserve-sub-title-txt {
  color: #5374a5;
  background-color: #fff;
  font-size: min(30px, calc(calc(32 / 750) * 100vw));
  position: relative;
  z-index: 2;
  padding: 0 0.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.c-form-page-reserve .reserve_inner .coupon_web_inner {
  text-align: center;
  color: #f43a69;
  font-weight: bold;
  font-size: clamp(15px, 3vw, 18px);
  padding: 25px 25px 0;
}

/* 吉田追加分 */
.head__menu__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: min(2px, calc(calc(2 / 750) * 100vw)) solid #dfeeff;
  position: relative;
  background-color: #fff;
}

.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 #97C5FF;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: min(40px, calc(calc(40 / 750) * 100vw));
  transform: translateY(-50%);
}

.head__menu__item a {
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  color: #4377D4;
  display: flex;
  align-items: center;
  width: 100%;
  padding: min(20px, calc(calc(20 / 750) * 100vw));
  font-weight: 600;
}

.head__menu__item.--with_coupon span {
  position: relative;
}

.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: 100%;
  padding: min(10px, calc(calc(10 / 750) * 100vw)) min(10px, calc(calc(10 / 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;
}

.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%;
  }
}

.head__menu__item.--with_limited span {
  position: relative;
}

.head__menu__item.--with_limited span:after {
  content: "初来院限定";
  display: block;
  background: linear-gradient(#FF809E, #FF4470);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 100%;
  padding: min(16px, calc(calc(16 / 750) * 100vw)) min(10px, calc(calc(10 / 750) * 100vw));
  border-radius: min(50px, calc(calc(50 / 750) * 100vw));
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  font-weight: 600;
  width: min(190px, calc(calc(190 / 750) * 100vw));
  transform: translateY(-50%);
  margin-left: 0.5em;
  text-align: center;
}

/* about */
.p-about_tcb__top {
  position: relative;
}

.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: #3f5bb3;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: min(40px, calc(calc(40 / 750) * 100vw));
}

.p-about_tcb__top-txtbox {
  position: absolute;
  top: 48%;
  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: #464646;
}

.u-mincho {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.p-about_tcb__txt--lh12 {
  line-height: 1.2;
}

.p-about_tcb__txt--marker {
  background: linear-gradient(transparent 70%, #d7effe 30%);
}

.p-about_tcb__txt--sky {
  color: #3688d2;
}

.p-about_tcb__txt--pink {
  color: #e14f8d;
}

.p-about_tcb__txt--lh3 {
  line-height: 3;
}

/* オーダーメイド */
.p-odermade {}

.p-odermade__cont {
  background: url(../img/beautiful_skin_short/ordermade_bg.png) repeat center top / 20% auto;
  padding-bottom: min(40px, calc(calc(40 / 750) * 100vw));
}

/* スタッフが実際に体験してみた！ */

.wrap690 {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
}

.p-stuff h2 {
  font-family: var(--serif);
  margin-bottom: min(40px, calc(calc(40 / 750) * 100vw));
  color: #5E8BC3;
  font-size: min(38px, calc(calc(38 / 750) * 100vw));
  font-weight: 500;
  position: relative;
}

.p-stuff h2::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 9%;
  transform: rotate(-40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(24px, 4.8vw, 48px);
  background: #5E8BC3;
}

.p-stuff h2::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 9%;
  transform: rotate(40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(24px, 4.8vw, 48px);
  background: #5E8BC3;
}


.p-stuff .box_countdown {
  top: -10%;
  background-color: transparent;
  border: none;
  width: 90%;
  max-width: 690px;
  position: relative;
}

.p-stuff .box_countdown .yycountdown-box {
  font-weight: bold;
}

.p-stuff .box_countdown::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 6%;
  transform: rotate(-40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(11px, 2.2vw, 22px);
  background: #E64287;
}

.p-stuff .box_countdown::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%;
  transform: rotate(40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(11px, 2.2vw, 22px);
  background: #E64287;
}

@media screen and (max-width: 767px) {
  .p-stuff .box_countdown::before {
    left: 3%;
  }

  .p-stuff .box_countdown::after {
    right: 3%;
  }
}

.p-stuff .c-web-coupon {
  padding-top: min(40px, calc(calc(40 / 750)* 100vw));
  padding-bottom: min(120px, calc(calc(120 / 750)* 100vw));
}

.p-stuff .c-web-coupon .box_countdown_txt {
  font-size: min(22px, calc(calc(22 / 750)* 100vw));
}

.p-stuff .box_countdown .yyc-day,
.p-stuff .box_countdown .yyc-hou,
.p-stuff .box_countdown .yyc-min,
.p-stuff .box_countdown .yyc-sec {
  font-size: min(34px, calc(calc(34 / 750)* 100vw));
}

.p-stuff .box_countdown .yyc-day-text,
.p-stuff .box_countdown .yyc-hou-text,
.p-stuff .box_countdown .yyc-min-text,
.p-stuff .box_countdown .yyc-sec-text {
  font-size: min(22px, calc(calc(22 / 750)* 100vw));
}


/* こんなクリニックは注意 */
.p-cta2 .box_countdown {
  top: -10%;
  background-color: transparent;
  border: none;
  width: 90%;
  max-width: 690px;
  position: relative;
}

.p-cta2 .box_countdown .yycountdown-box {
  font-weight: bold;
}

.p-cta2 .box_countdown::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 6%;
  transform: rotate(-40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(11px, 2.2vw, 22px);
  background: #E64287;
}

.p-cta2 .box_countdown::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%;
  transform: rotate(40deg);
  width: min(2px, calc(calc(2 / 750)* 100vw));
  height: clamp(11px, 2.2vw, 22px);
  background: #E64287;
}

@media screen and (max-width: 767px) {
  .p-cta2 .box_countdown::before {
    left: 3%;
  }

  .p-cta2 .box_countdown::after {
    right: 3%;
  }
}

.p-cta2 .c-web-coupon {
  padding-bottom: min(120px, calc(calc(120 / 750)* 100vw));
  padding-top: min(40px, calc(calc(40 / 750) * 100vw));
}

.p-cta2 .c-web-coupon .box_countdown_txt {
  font-size: min(22px, calc(calc(22 / 750)* 100vw));
}

.p-cta2 .box_countdown .yyc-day,
.p-cta2 .box_countdown .yyc-hou,
.p-cta2 .box_countdown .yyc-min,
.p-cta2 .box_countdown .yyc-sec {
  font-size: min(34px, calc(calc(34 / 750)* 100vw));
}

.p-cta2 .box_countdown .yyc-day-text,
.p-cta2 .box_countdown .yyc-hou-text,
.p-cta2 .box_countdown .yyc-min-text,
.p-cta2 .box_countdown .yyc-sec-text {
  font-size: min(22px, calc(calc(22 / 750)* 100vw));
}

/* 肌治療 */

.p-bihada {
  margin-top: min(35px, calc(calc(35 / 750) * 100vw));
}

.p-bihada-acc {
  padding-left: min(20px, calc(calc(20 / 750) * 100vw));
  padding-right: min(20px, calc(calc(20 / 750) * 100vw));
  box-sizing: border-box;
}

/* ★★★Movieコンテンツ */
.p-shimi__movie-case {
  background-image: url(../img/skin_all/shimi_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  padding-bottom: min(35px, calc(calc(35 / 750) * 100vw));
}

.tab_btn {
  width: 49% !important;
  font-size: clamp(14px, 3vw, 18px);
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: #333 1px solid;
  font-weight: bold;
}



/* simitori04用 追記 20240927 
============================================================================ */

/* オーダーメイド治療なら（比較表） */
.compare {
  background: #F1F4F9;
}

/* TCBのシミ取り治療って？ */
.order {
  background: #F1F4F9;
}

.order__cont {
  position: relative;
  margin: 0 min(45px, calc(calc(45/750) * 100vw));
  margin-top: min(90px, calc(calc(90/750) * 100vw));
}

.order__cont_ttl {
  width: min(322px, calc(calc(322/750) * 100vw));
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: max(-50px, calc(-1 * (calc(50/750) * 100vw)));
  z-index: 1;
}

.order__cont_main {
  text-align: center;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.16));
  background: #FFF;
  border-radius: min(48px, calc(calc(48/750) * 100vw));
  padding: min(120px, calc(calc(120/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) min(70px, calc(calc(70/750) * 100vw));
}

@media screen and (max-width: 750px) {
  .order__cont_main {
    filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
  }
}

/* POINT */
.point__ttl {
  text-align: center;
  font-family: var(--serif);
  background: #fff;
}

.point__ttl h3 {
  color: #3B8696;
  font-size: min(50px, calc(calc(50/750) * 100vw));
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: min(46px, calc(calc(46/750) * 100vw));
  letter-spacing: min(5px, calc(calc(5/750) * 100vw));
}

.point__ttl h4 {
  color: #444;
  font-size: min(40px, calc(calc(40/750) * 100vw));
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  letter-spacing: min(2px, calc(calc(2/750) * 100vw));
}

.point__cont {
  background: #E2F4FC;
  padding: min(60px, calc(calc(60/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
}

.point__cont_item {
  background: #fff;
  padding: min(50px, calc(calc(50/750) * 100vw)) min(40px, calc(calc(40/750) * 100vw)) min(40px, calc(calc(40/750) * 100vw));
  margin-bottom: min(60px, calc(calc(60/750) * 100vw));
}

.point__cont_item h5 {
  color: #3B8696;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: var(--serif);
  font-size: min(40px, calc(calc(40 / 750)* 100vw));
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: min(40px, calc(calc(40 / 750)* 100vw));
  padding-bottom: min(40px, calc(calc(40 / 750)* 100vw));
}

.point__cont_item h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: min(2px, calc(calc(2 / 750)* 100vw));
  background-color: #92CCD8;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.point__cont_item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(28px, calc(calc(28 / 750)* 100vw));
  font-weight: 500;
  line-height: 1.85;
  text-align: justify;
  letter-spacing: min(2px, calc(calc(2/750) * 100vw));
}

/* 注意喚起（余白調整） */
.attention .flow_list-item {
  margin-top: 0 !important;
}


/* 交通費補助 */
.transportation {
  background: #fff3fc;
}

.transportation__cont p {
  font-size: min(28px, calc(calc(28 / 750)* 100vw));
  line-height: 2;
}


/* セクションタイトル（flow,clinic,reserve） */
.ff_serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.section_ttl_eng {
  color: #C7C7C7;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}

.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_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;
}

.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;
}



/* FLOW */

.seciton_flow {
  padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: linear-gradient(180deg, transparent 0 5%, #F2F2F2 25%), url(../img/double-eyelid_5/flow_bg.png) repeat-x #F2F2F2;
  background-position: top center;
  text-align: center;
}

.seciton_flow .seciton_ttl_area::before {
  background-image: url(../img/double-eyelid_5/point_bg02.png);
}

.flow_list {
  position: relative;
}

.flow_list::after {
  content: "";
  height: 100%;
  border-left: #f43a69 2px dotted;
  position: absolute;
  top: 0;
  left: 50%;
}

.flow_list-item {
  margin-top: 80px;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding: 40px 0;
  background: #f43a69;
  text-align: center;
  color: #fff;
  position: relative;
}

.flow_list-ttl .flow_list-step {
  display: flex;
  align-items: center;
  background: #fff;
  border: #f43a69 2px solid;
  position: absolute;
  left: 0;
  top: -20px;
  padding: 2px 20px;
  font-size: 30px;
  font-weight: 500;
  color: #f43a69;
  letter-spacing: 0.1em;
}

.flow_list-ttl .flow_list-step span {
  font-size: 140%;
}

.flow_list-ttl .flow_list-title {
  font-size: 36px;
  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: 60px;
  background: #fff;
  border: #f43a69 2px solid;
  border-top: none;
}

.flow_list-detail .flow_list-text {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.8;
}

.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: 20px;
  }

  .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;
  }
}


/* クリニック一覧 */
.section_clinic {
  text-align: center;
}

.section_ttl__wrap {
  background: linear-gradient(180deg, transparent 0 5%, #F2F2F2 25%), url(../img/double-eyelid_5/flow_bg.png) repeat-x #F2F2F2;
  background-position: top center;
}

.section_clinic .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.section_clinic .seciton_ttl_area::before {
  background-image: url(../img/double-eyelid_5/white_diamond.png);
}


/* reserve */
.reserve .seciton_ttl_area::before {
  background-image: url(../img/double-eyelid_5/white_diamond.png);
}

.reserve .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
  margin-bottom: 0;
}

/*-- TCB_AD-7037 多言語サイトボタン追加用 --*/
.section_header_lang {
  max-width: min(80px, calc(calc(80/750)*100vw));
  font-size: min(14px, calc(calc(14/750)*100vw));
  text-align: center;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {

  /*-- TCB_AD-9112 多言語サイトボタン追加調整のため、OFF
  .section_header_web {
    text-align: center;
  }
    */
  .section_header_logo img {
    width: min(220px, calc(220 / 750 * 100vw));
  }
}


/* 期間限定￥30,000OFFオファー用CSS
================================================================ */
.fv__bottom02 {
  background: url(../img/shimi_001_m/campaign__bg.webp) no-repeat bottom / cover;
  padding: 0 min(25px, calc(calc(25/750) * 100vw));
  padding-top: min(44px, calc(calc(44/750) * 100vw));
}

.fv__bottom02_txt {
  font-size: min(16px, calc(calc(16/750) * 100vw));
  line-height: min(26px, calc(calc(26/750) * 100vw));
}

.fv__bottom02_txt.bold {
  font-weight: 600;
}

.fv__bottom02_txt.note {
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 767px) {
  .fv__bottom02_txt.note {
    font-size: 11px;
  }
}

.c-web-coupon--top02 {
  margin: auto;
  display: block;
  text-align: center;
}

.c-web-coupon_inner02 {
  text-align: center;
  padding: min(46px, calc(calc(46 / 750) * 100vw)) min(15px, calc(calc(15 / 750) * 100vw));
}

/* 20250804 TCB_AD-8657 ABテスト後上書き（クーポン案内A・B追加）
================================================================ */
.coupon__bg {
  background: #d1ebff;
}

.price__box_a {
  position: relative;
  text-align: center;
  background: url(../img/shimi_001_m/coupon__bg_a.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*contain;*/
  padding: min(45px, calc(calc(45/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
  margin: min(50px, calc(calc(50/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
  border-radius: min(30px, calc(calc(30/750) * 100vw));
  border: min(2px, calc(calc(2/750) * 100vw)) solid #af7d2d;
  filter: drop-shadow(5px 5px 3px rgb(186 149 149 / 45%));
}

.price__box_b {
  position: relative;
  text-align: center;
  background: url(../img/shimi_001_m/coupon__bg_b__normal.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*contain;*/
  padding: min(45px, calc(calc(45/750) * 100vw)) 0;
  margin: 0 min(30px, calc(calc(30/750) * 100vw));
}

.price__box__inner {
  padding: min(30px, calc(calc(30/750) * 100vw));
  padding-left: min(28px, calc(calc(28/750) * 100vw));
}

.btn_img._02 {
  filter: none;
}

/* simitori_04追加css--20250805 */
.fv__bottom__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(24px, calc(calc(24/750) * 100vw));
  padding: min(30px, calc(calc(30/750) * 100vw));
  background: linear-gradient(180deg, rgba(242, 221, 156, 1), rgba(219, 190, 108, 1), rgba(198, 158, 49, 1));
  filter: drop-shadow(0px 3px 4px rgba(255, 255, 255));
}

.fv__bottom__ttl p {
  font-family: 'Noto Sans JP', Verdana, Arial, "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: min(40px, calc(calc(40/750) * 100vw));
  letter-spacing: 0.08em;
  filter: drop-shadow(0px 3px 6px rgba(164, 135, 59));
}

.fv__bottom__ttl img {
  width: 6%;
}

.case_photo__ttl {
  padding: min(60px, calc(calc(60/750) * 100vw));
  background: linear-gradient(120deg, rgba(73, 103, 155, 1), rgba(138, 168, 227, 1));
  text-align: center;
}

.case_photo__ttl p {
  font-size: min(68px, calc(calc(68/750) * 100vw));
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.265;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  border-bottom: min(10px, calc(calc(10/750) * 100vw)) solid #B8DCFF;
  display: inline-block;
}

.case_photo__ttl span {
  font-family: 'Noto Sans JP', Verdana, Arial, "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 200;
  font-size: min(34px, calc(calc(34/750) * 100vw));
  letter-spacing: 0.13em;
  color: #FFF;
  line-height: 2;
}

.case_img {
  display: flex;
  flex-direction: column;
  padding: min(50px, calc(calc(50/750) * 100vw)) min(15px, calc(calc(15/750) * 100vw));
  gap: min(20px, calc(calc(20/750) * 100vw));
  filter: drop-shadow(4px 3px 3px rgba(0, 0, 0, 0.18));
}

.compare__txt {
  padding: 0 min(25px, calc(calc(25/750) * 100vw));
}

.compare__txt p {
  text-align: center;
  font-size: min(28px, calc(calc(28/750) * 100vw));
  line-height: 1.857;
  font-family: 'Noto Sans JP', Verdana, Arial, "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
}

.compare__txt p span {
  color: #4377D4;
  background: linear-gradient(transparent 0%, #DAE7FC 0%);
}

.compare__txt02 {
  font-weight: 500 !important;
  padding-top: min(80px, calc(calc(80/750) * 100vw));
}

/* 20250902追加 TCB_AD-8849 【TCB】シミ取りLP：コンテンツ検証_実装
================================================================ */

.about_picolaser {
  background: #ecf9fb;
}

.about_picolaser p {
  font-size: min(26px, calc(calc(26 / 750)* 100vw));
  font-weight: 400;
  line-height: 1.85;
  text-align: justify;
  letter-spacing: min(2.2px, calc(calc(2.2/750) * 100vw));
  font-feature-settings: "palt";
}

.about_picolaser span {
  color: #f5738f;
  font-weight: 600;
}

/* ========================================
よくあるご質問
========================================== */
.seciton_qa {
  /* margin-top: min(30px, calc(calc(30 / 750)* 100vw)); */
  padding-top: min(80px, calc(calc(80 / 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: #ecf9fb;
  /*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));
  padding-bottom: min(10px, calc(calc(10 / 750)* 100vw));
  margin-bottom: min(20px, calc(calc(20 / 750)* 100vw));
  /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); */
  position: relative;
}

.seciton_qa_q {
  border-bottom: none;
  z-index: 1;
  cursor: pointer;
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  padding: 1em;
  ;
  color: #644B3A;
  transition: all 0.4s;
  background-color: #fff;

}

@media screen and (max-width: 750px) {
  .seciton_qa_q {
    font-size: 4vw;
  }
}

.seciton_qa_a {
  border-bottom: none;
  z-index: 1;
  cursor: pointer;
  font-size: min(34px, calc(calc(34 / 750) * 100vw));
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  padding: 1em;
  display: none;
  margin: 0 auto;
  background: #def2f5;
  color: #131313;
  border-radius: 10px;
  margin-bottom: min(30px, calc(calc(30 / 750)* 100vw));
}

@media screen and (max-width: 750px) {
  .seciton_qa_a {
    font-size: 4vw;
  }
}

.seciton_qa_q p {
  display: inline-block;
  font-size: min(28px, calc(calc(28 / 750)* 100vw));
  margin-left: 45px;
  margin-top: 2px;
  line-height: 1.4em;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
}

.seciton_qa_a p {
  display: inline-block;
  font-size: min(28px, calc(calc(28 / 750)* 100vw));
  margin-left: 70px;
  line-height: 1.4em;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.seciton_qa_q::before,
.seciton_qa_q::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #58c2cf;
  transition: .2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 3px;
  right: 0px;
  top: 45%;

}

.seciton_qa_q::after {
  content: '';
  transform: rotate(90deg);
}

.seciton_qa_q.js--accordion-open {
  font-weight: bold;
  color: #464646;
}


.seciton_qa_q.js--accordion-open::before,
.seciton_qa_q.js--accordion-open::after {
  background-color: #58c2cf;
}

.seciton_qa_q.js--accordion-open::after {
  transform: rotate(0deg);
}

.seciton_qa_q_txt::before {
  content: "Q";
  font-size: min(34px, calc(calc(34 / 750)* 100vw));
  width: 60px;
  height: 60px;
  background: #58c2cf;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 39px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .seciton_qa_q_txt::before {
    width: 7.07vw;
    height: 7.07vw;
    top: 6vw;
    left: 0.67vw;
  }
}

@media screen and (max-width: 750px) {
  .js--accordion-open .seciton_qa_q_txt::before {
    width: 7.07vw;
    height: 7.07vw;
    top: 6vw;
    left: 0.67vw;
  }
}

.seciton_qa_a_txt p {
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: min(2px, calc(calc(2/750) * 100vw));
}

.seciton_qa_a_txt::before {
  content: "A";
  font-size: min(34px, calc(calc(34 / 750)* 100vw));
  width: 60px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 33px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5738f;
  font-weight: bold;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .seciton_qa_a_txt::before {
    width: 7.07vw;
    height: 7.07vw;
    top: 4.33vw;
    left: 1.67vw;
  }
}

@media screen and (max-width: 767px) {

  .seciton_qa_q p,
  .seciton_qa_a p {
    margin-left: 25px;
  }
}

.head__menu-inner {
  padding-bottom: min(160px, calc(calc(160 / 750)* 100vw));
}

.gradation_headline {
  position: relative;
  background: #49B6C3;
  background: linear-gradient(180deg, rgba(73, 182, 195, 1) 0%, rgba(77, 207, 205, 1) 100%);
}

.gradation_headline p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
}

/* TCB_AD-9112 多言語サイトに遷移用 */
.flag {
  height: min(40px, calc(40 / 750 * 100vw));
  /* 全旗の高さを統一 */
  width: auto !important;
  /* 比率維持 */
  object-fit: contain;
  /* 枠内で収まるように */
}

.lp_lang .flag {
  display: block;
  box-sizing: border-box;
}



/* ========================================
安心の無料カウンセリング
========================================== */
:root {
  --counseling-border: min(2px, calc(calc(2 / 750)* 100vw)) solid #C1982B;
}

/* 3つのポイント内に設置するときの調整用class */
.u-w92 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.u-pt200 {
  padding-top: min(200px, calc(calc(200 / 750)* 100vw)) !important;
}

/* 3つのポイント内に設置するときの調整用class */

.counseling {
  padding: min(75px, calc(calc(75 / 750)* 100vw)) min(30px, calc(calc(30 / 750)* 100vw));
  box-sizing: border-box;
}

.counseling h2 {
  position: relative;
  width: 91.31%;
  text-align: center;
  color: #4377D4;
  font-family: var(--serif);
  font-size: min(40px, calc(calc(40 / 750)* 100vw));
  font-weight: 600;
  line-height: 1.3;
  padding: min(28px, calc(calc(28 / 750)* 100vw)) 0;
  margin: 0 auto min(245px, calc(calc(245 / 750)* 100vw));
}

.counseling h2::before,
.counseling h2::after {
  content: "";
  width: min(44px, calc(calc(44 / 750)* 100vw));
  height: min(50px, calc(calc(50 / 750)* 100vw));
  position: absolute;
}

.counseling h2::before {
  left: 0;
  bottom: 0;
  border-left: var(--counseling-border);
  border-bottom: var(--counseling-border);
}

.counseling h2::after {
  top: 0;
  right: 0;
  border-top: var(--counseling-border);
  border-right: var(--counseling-border);
}

.counseling h2 span {
  color: #464646;
  font-size: min(32px, calc(calc(32 / 750)* 100vw));
  font-weight: 600;
}

.counseling__inner {
  position: relative;
  background: #FEF4EB;
  padding: min(235px, calc(calc(235 / 750)* 100vw)) min(30px, calc(calc(30 / 750)* 100vw)) min(66px, calc(calc(66 / 750)* 100vw));
  box-sizing: border-box;
}

.counseling__inner_img {
  position: absolute;
  width: 91.31%;
  margin: auto;
  top: max(-195px, calc(-1 * (calc(195/750) * 100vw)));
  box-shadow: 0 0 min(30px, calc(calc(30 / 750)* 100vw)) rgba(167, 167, 167, 0.3);
}

.counseling__inner p {
  text-align: center;
  color: #464646;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(28px, calc(calc(28 / 750)* 100vw));
  font-weight: 400;
  line-height: 1.857;
  margin-top: min(40px, calc(calc(40 / 750)* 100vw));
}

.counseling__inner_point {
  margin: min(35px, calc(calc(35 / 750)* 100vw)) auto min(45px, calc(calc(45 / 750)* 100vw));
}

.counseling__inner_point p {
  text-align: center;
  font-family: var(--serif);
  font-size: min(33px, calc(calc(33 / 750)* 100vw));
  font-weight: 600;
  line-height: 1;
  margin-top: min(32px, calc(calc(32 / 750)* 100vw));
}

.counseling__inner_point p ._color {
  color: #4377D4;
}


/* ========================================
ピコレーザーの施術時間やダウンタイムについて
========================================== */
.pico_info {
  background: #F1F4F9;
  padding: 0 min(40px, calc(calc(40 / 750)* 100vw)) min(80px, calc(calc(80 / 750)* 100vw));
  box-sizing: border-box;
}

.pico_info h2 {
  text-align: center;
  color: #516EAC;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(33px, calc(calc(33 / 750)* 100vw));
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: min(40px, calc(calc(40 / 750)* 100vw));
}

.pico_info__table {
  width: 100%;
  border-radius: min(24px, calc(calc(24 / 750)* 100vw));
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.pico_info__table th {
  background: #516EAC;
  width: 34%;
  height: min(100px, calc(calc(100 / 750)* 100vw));
  color: #fff;
  text-align: center;
  font-size: min(22px, calc(calc(22 / 750)* 100vw));
  vertical-align: middle;
}

.pico_info__table tr:not(:last-child) th {
  border-bottom: dashed min(2px, calc(calc(2 / 750)* 100vw)) #fff;
}

.pico_info__table td {
  background: #fff;
  width: 66%;
  color: #464646;
  text-align: center;
  font-size: min(22px, calc(calc(22 / 750)* 100vw));
  line-height: 1.36;
  vertical-align: middle;
}

.pico_info__table tr:not(:last-child) td {
  border-bottom: dashed min(2px, calc(calc(2 / 750)* 100vw)) rgba(91, 124, 183, 0.5);
}

.pico_info__table td span {
  font-size: min(18px, calc(calc(18 / 750)* 100vw));
}

/* 限定解除要件アコーディオン */
.ex_acc__head {
    background: #FFF;
    text-align: center;
    color: #585858;
    font-family: var(--font-yu-gothic) !important;
    font-size: min(32px, calc(calc(32/750) * 100vw));
    font-weight: 500;
    line-height: 1;
    padding: min(24px, calc(calc(24/750) * 100vw)) 0;
    position: relative;
}

.ex_acc__head::before,
.ex_acc__head::after {
    content: "" "";
    background: #707070;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.ex_acc__head::before {
    width: min(30px, calc(calc(30/750) * 100vw));
    height: min(2px, calc(calc(2/750) * 100vw));
    right: min(30px, calc(calc(30/750) * 100vw));
}

.ex_acc__head::after {
    width: min(2px, calc(calc(2/750) * 100vw));
    height: min(30px, calc(calc(30/750) * 100vw));
    right: min(44px, calc(calc(44/750) * 100vw));
    transition: all 0.3s;
}

.ex_acc__head.js--accordion-open::after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.ex_acc__body {
    display: none;
    background: #fff;
    margin: 0;
}

.ex_acc__wrap_box {
    margin: 0 auto;
    padding: min(50px, calc(calc(50/750) * 100vw)) 0;
    width: 90%;
}

.acc__gray {
    background: #efefef;
}

/* 20260519 メンズシミ取りLP　追加CSS
================================================================ */
.ex__target {
  display: flex;
  flex-wrap: wrap;
  gap: min(40px, calc(calc(40/750) * 100vw));
  margin-top: min(60px, calc(calc(60/750) * 100vw));
  margin-bottom: min(40px, calc(calc(40/750) * 100vw));
  filter: drop-shadow(0px 0px 6px rgba(85,106,141,0.27));
}

.order__cont_main p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.order__cont_main__ttl {
  position: relative;
  color: #516EAC;
  font-size: min(28px, calc(calc(28/750) * 100vw));
  font-weight: 500;
  margin-bottom: min(50px, calc(calc(50/750) * 100vw));
  line-height: 2;
}
.order__cont_main__ttl span {
  font-size: min(60px, calc(calc(60/750) * 100vw));
}
.order__cont_main__ttl::before {
  content: "";
  position: absolute;
  top: min(66px, calc(calc(66/750) * 100vw));
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(500px, calc(calc(500/750) * 100vw));
  height: min(2px, calc(calc(2/750) * 100vw));
  background-image: linear-gradient(to right,#C3C5F8 min(7px, calc(calc(7/750) * 100vw)), transparent 2px);
  background-size: min(14px, calc(calc(14/750) * 100vw)) min(2px, calc(calc(2/750) * 100vw));
  background-repeat: repeat-x;
}
.order__cont_main__txt {
  margin: min(45px, calc(calc(45/750) * 100vw)) 0;
}

.order__cont_main__txt p {
  font-size: min(26px, calc(calc(26/750) * 100vw));
  color: #464646;
  line-height: 1.615;
  letter-spacing: 0.05em;
}
.order__cont_main__txt p span {
  color: #4377D4;
  background: #DEEAFF;
  padding: 0 min(3px, calc(calc(3/750) * 100vw));
}