@charset "utf-8";

/*---------------------------------------------------------------------------------------
-- :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;
  --color-gray: #f0f0f0;
}

/*---------------------------------------------------------------------------------------
-- base
----------------------------------------------------------------------------------------*/
body {
  background: var(--color-aqua-1);
  font-family: var(--gothic);
}

body a:hover {
	color: #fff;
	text-decoration: none;
}

*,:after,:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after,:before {
  text-decoration: inherit;
  vertical-align: inherit
}

main,
body header {
  width: min(100%, 750px);
  margin: 0 auto;
  background-color: var(--color-white);
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
  z-index: 100;
}

.lp_header {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  box-sizing: border-box;
  height: clamp(50px, 13.333vw, 100px);
}

.lp_header-item {
  display: flex;
  align-items: center;
}

.lp_header-item {
  position: relative;
}

.drawer-btn {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 22.5px;
  width: 50px;
  height: 40px;
  cursor: pointer;
}

.drawer-btn span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.drawer-btn span::before,
.drawer-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  transition: all ease 0.3s;
}

.drawer-btn span::before {
  top: -15px;
}

.drawer-btn span::after {
  bottom: -15px;
}

.head__menu {
  display: none;
  position: fixed;
  top: 100px;
  left: 100%;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  background-color: #111;
  overflow: auto;
  z-index: 60;
}

.head__menu-inner {
  margin: clamp(40px, 11vw, 80px) auto 100px;
  max-width: 1000px;
}

.head__menu-list {
  max-width: 85%;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  margin-bottom: clamp(30px, 8vw, 60px);
}

.head__menu-list {
  display: flex;
}

.head__menu-list a {
  font-size: clamp(15px, 1vw, 18px);
  min-height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  transition: .3s;
  letter-spacing: 0;
}

.head__menu-list a {
  font-size: 20px;
  color: #fff;
  border: none;
  padding-bottom: 20px;
  background-size: 40px;
  position: relative;
}

.head__menu-list li:not(:last-child) a {
  margin-bottom: clamp(15px, 2vw, 20px);
}

.head__menu-list li a::before {
  content:'';
  position: absolute;
  right: min(15px, calc(calc(15 / 750) * 100vw));
  display: inline-block;
  width: min(10px, calc(calc(10 / 750) * 100vw));
  height: min(10px, calc(calc(10 / 750) * 100vw));
  border-top: min(3px, calc(calc(3 / 750) * 100vw)) solid #fff;
  border-right: min(3px, calc(calc(3 / 750) * 100vw)) solid #fff;
  transform: rotate(45deg);
}

.is-drawer_open .head_counceling {
  display: none;
}

.drawer-btn.active span {
  background-color: transparent;
}

.drawer-btn.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.drawer-btn.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.is-drawer_open .head__menu {
  display: block;
  left: 0;
}

@media screen and (max-width: 767px) {
  /*ヘッダー*/
  .head_logo h1 {
    width: 130px;
  }

  .drawer-btn {
    width: 35px;
    height: 28px;
    top: calc(50% - 15px);
    right: 17px;
  }

  .head__menu {
    top: 50px;
  }

  .drawer-btn span::before {
    top: -12px;
  }

  .head__menu-list li:not(:last-child) a {
    margin-bottom: 12px;
  }

  .head__menu-list a {
    font-size: 16px;
    padding-bottom: 10px;
    background-size: 26px;
  }

  .head__menu-list a {
    background-position: 0 4px;
  }
}

/* =======================================================================
// 早見表
==========================================================================*/
.c-reference-table {
  background: radial-gradient(ellipse at center, #6e6e6e, #000);
}

.c-reference-table__ttl {
  padding: min(20px, 4vw) 0;
  font-size: min(24px, 4.8vw);
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.c-reference-table-text{
  font-size: min(16px, 3.2vw);
  margin-top: min(11px, 2.13vw);
  color: #fff;
  text-align: right;
}

.c-hero {
  min-height: min(9.6rem, calc(calc(96 / 750) * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/liposuction_injection_m_c/bg_heading_sp.webp);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  color: #fff;
}

.c-hero__main{
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.2;
  text-align: center;
}

.fv_area-tiktok {
  background-image: url(../img/liposuction_injection_m_c/sns-area_bg.webp);
  background-size: 100% 100%;
  padding: min(40px, 8vw) min(60px, 12vw);
  text-align: center;
}

.fv_area-tiktok .fv_area-tiktok-inner {
  padding: clamp(25px, 5vw, 50px) 0;
  text-align: center;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}

.fv_area-tiktok-inner{
  background-color: #fff;
  border-radius: min(4px, 0.8vw);
  border: min(3px, 0.53vw) solid #455ea6;
  box-shadow: 0 min(4px, 0.8vw) min(13px, 2.66vw) #7790c4;
  box-sizing: border-box;
}

.fv_area-tiktok-img{
  border: min(4px, 0.8vw) solid #805c56;
  border-radius: min(4px, 0.8vw);
}

@media screen and (max-width: 767px) {
  .fv_area-tiktok-inner{
    padding: clamp(25px, 5vw, 50px) 20px !important;
  }
}

.modal_list__movie {
  display: none;
}

.c-lp_inner {
	padding: min(27px, 5.33vw) min(27px, 5.33vw) min(40px, 8vw);
}

.c-lp_inner img {
  width: 100%;
}

.p-about__list{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: min(20px, 4vw);
}

.p-about__item{
  position: relative;
  background-color: #fff;
  margin-inline: 0 min(27px, 5.3vw);
  border-radius: 0 min(7px, 1.3vw) min(7px, 1.3vw) 0;
  box-shadow: 0 min(1px, 0.26vw) min(3px, 0.53vw) rgba(0, 0, 0, .16);
}

.p-about__item a{
  position: absolute;
  width: min(150px, calc(calc(230 / 750) * 100vw));
  right: max(-26px, calc(calc(-40 / 750) * 100vw));
  bottom: max(-25px, calc(calc(-35 / 750) * 100vw));
}

.p-about__item:nth-child(even) a {
  right: auto;
  left: max(-26px, calc(calc(-40 / 750) * 100vw));
}

.p-about__item-inner{
  width: fit-content;
  display: flex;
  align-items: center;
  gap: min(13px, 2.6vw);
  padding: min(25px, 2.6vw);
}

.p-about__item-ttl{
  font-size: min(27px, 5.3vw);
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin-bottom: min(7px, 1.3vw);
}

.p-about__item-ttl .num {
  font-size: min(20px, 4vw);
  font-weight: 900;
  color: #b6bac8;
  font-family: "Arial", sans-serif;
}

.p-about__item-ttl span {
  display: block;
}

.p-about__item-txt {
  color: #515871;
  font-size: min(17px, 3.46vw);
  line-height: 1.8;
}

.p-about__item:nth-child(even) {
  margin-inline: min(27px, 5.3vw) 0;
  border-radius: min(7px, 1.3vw) 0 0 min(7px, 1.3vw);
}

.p-about__item:nth-child(even) .p-about__item-inner {
  flex-direction: row-reverse;
  margin-inline: 0 auto;
}

.p-about__item-img {
  flex-shrink: 0;
  width: min(133px, 26.6vw);
}

.p-about-img{
  width: 100%;
}

.c-bg-gray{
  background: var(--color-gray) !important;
}

.c-bg-white{
  background: var(--color-white) !important;
}

.c-section__ttl {
  margin-bottom: min(27px, 5.33vw);
  padding-top: min(40px, 8vw);
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
  position: relative;
  z-index: 0;
}

.c-section__ttl--en {
  color: rgba(0, 0, 0, .1);
  font-family: "Arial", sans-serif;
  font-size: min(45px, 9.06vw);
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.c-section__ttl--ja {
  font-size: min(24px, 4.8vw);
  padding-bottom: min(13px, 2.66vw);
  border-bottom: min(3px, 0.53vw) solid;
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
}

.c-section__ttl--ja.--large {
  font-size: min(32px, 6.4vw);
}

.p-about__item-description-img {
  margin: 0 auto min(20px, 4vw);
}

.p-about__item-description-txt{
  font-size: min(19px, 3.73vw);
  margin-bottom: min(33px, 6.66vw);
  line-height: 1.8;
  color: #000;
}

.--txt-blue {
  color: #008aeb !important;
}

.c-case-photo_box{
  background-color: #fff;
  padding: min(25px, 5vw);
  margin-bottom: min(20px, 4vw);
}

.c-case-photo-ttl{
  font-size: min(28px, 5.5vw);
  text-align: center;
  color: #515871;
  margin-bottom: min(25px, 4vw);
}

.c-case-photo_box-img{
  margin: auto;
  position: relative;
  max-width: min(420px, 53.33vw);
}

.c-case-photo_box-img::before {
  content: "";
  position: absolute;
  top: min(5px, 1.06vw);
  right: min(5px, 1.06vw);
  width: min(32px, 6.4vw);
  height: min(32px, 6.4vw);
  background: url(../img/liposuction_injection_m_c/icon_rupe.webp) no-repeat;
  background-size: cover;
  pointer-events: none;
}

.js--modal {
  display: none;
}

.c-case-photo_box .c-case-photo-ttl:not(:first-child) {
  margin-top: min(27px, 5.33vw);
}

.with-featherlight .featherlight .featherlight-inner.js--modal {
  overflow: auto;
}

.p-about__item-description-list{
  display: flex;
  justify-content: center;
  gap: min(40px, 4vw);
}

.p-about__item-description-item{
  border: solid min(1px, 0.26vw) #008aeb;
  font-size: min(19px, 3.4vw);
  width: min(107px, 21.3vw);
  color: #008aeb;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  line-height: 1.4;
}

.c-description-commit{
  margin-top: min(67px, 13.3vw);
  padding: min(60px, 12vw) min(27px, 5.3vw) min(40px, 8vw);
  background-color: #f0f0f0;
  position: relative;
}

.c-description-commit-index{
  color: #fff;
  background-color: #515871;
  display: grid;
  place-items: center;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(480px, 69.3vw);
  height: min(65px, 10.6vw);
  top: max(-30px, -4vw);
  font-size: min(30px, 4.8vw);
}

.c-description-commit-fullimg{
  margin-bottom: min(27px, 5.3vw);
}

.c-description-commit-txt{
  margin-block: auto;
  font-size: min(19px, 3.73vw);
  line-height: 1.8;
  color: #000;
}

.p-suction__about__conts{
  padding: min(27px, 5.3vw);
}

.p-suction__about__cont__ttl{
  font-size: min(24px, 4.8vw);
  font-weight: bold;
  border-top: min(1px, 0.26vw) solid #000;
  border-bottom: min(1px, 0.26vw) solid #000;
  text-align: center;
  margin-bottom: min(27px, 5.3vw);
  padding: min(11px, 2.13vw) 0;
  line-height: 1.8;
  color: #000;
}

.p-suction__about__cont__boxtxt{
  text-align: center;
  font-size: min(24px, 4.8vw);
  font-weight: bold;
  line-height: 1.8;
  color: #000;
}

.p-suction__about__cont__boxtxt span {
  padding: min(3px, 0.53vw);
  background-color: #008aeb;
  color: #fff;
}

.p-suction__about__cont__txt{
  margin-top: min(27px, 5.3vw);
  font-size: min(17px, 3.46vw);
  font-weight: bold;
  line-height: 1.8;
  color: #000;
}

.p-suction__about__cont__img {
  margin-top: min(20px, 4vw);
}

.p-suction__about__cont__txt span {
  color: #008aeb;
}

.p-suction__about__cont:not(:first-child) {
  margin-top: min(40px, 8vw);
}

.c-description-commit.--bg-white .c-description-commit-ttl {
  background-color: #f0f0f0;
}

.c-description-commit-ttl {
  font-weight: bold;
  color: #002666;
  border-radius: min(19px, 3.73vw);
  margin-bottom: min(13px, 2.6vw);
  background-color: #f0f0f0;
  text-align: center;
  font-size: min(21px, 4.26vw);
  line-height: 1.8;
}

.c-description-commit-body{
  display: flex;
  gap: min(13px, 2.6vw);
}

.c-description-commit-img{
  flex-shrink: 0;
  height: auto;
  margin-bottom: auto;
  overflow: clip;
}

.c-description-commit-txt{
  margin-block: auto;
  font-size: min(19px, 3.73vw);
  line-height: 1.8;
  color: #000;
}

.c-description-text{
  font-size: min(16px, 3.2vw);
  margin-top: min(11px, 2.13vw);
  text-align: right;
}

.c-description-commit.--img-small .c-description-commit-img {
  width: min(107px, 21.3vw);
  border-radius: 0;
}

.c-description-commit-body+.c-description-commit-ttl {
  margin-top: min(33px, 6.6vw);
}

.p-reason__points ol {
  display: flex;
  flex-direction: column;
  gap: min(20px, 4vw);
}

.p-reason__point{
  padding: min(20px, 4vw) 0;
  border: solid min(1px, 0.26vw) #d3b079;
  background-color: #fff;
}

.p-reason__points {
  counter-reset: point-num;
}

.p-reason__point-ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: min(13px, 2.6vw);
  margin-bottom: min(20px, 4vw);
  margin-left: max(-7px, -1.3vw);
}

.p-reason__point-ttl-num {
  background: #d3b079;
  color: #fff;
  padding-left: min(17px, 3.46vw);
  padding-right: min(23px, 4.53vw);
  font-size: min(21px, 4.26vw);
  height: min(61px, 12.26vw);
  font-family: "Arial", sans-serif;
  clip-path: polygon(0 0, 100% 0, calc(100% - min(21px, 4.26vw)) 100%, 0 100%);
  line-height: 1.8;
}

.p-reason__point-ttl-num::after {
  counter-increment: point-num;
  content: counter(point-num, decimal-leading-zero);
  font-size: min(32px, 6.4vw);
  margin-left: min(4px, 0.8vw);
}

.p-reason__point-ttl-txt {
  color: #987640;
  line-height: 1.4;
  font-weight: bold;
  font-size: min(21px, 4.26vw);
}

.p-reason__point-content {
  padding-inline: min(27px, 5.3vw);
}

.p-reason__point-img {
  margin-bottom: min(20px, 4vw);
  text-align: center;
}

.p-reason__point-txt {
  font-size: min(17px, 3.46vw);
  line-height: 1.7;
}

.p-case{
  background: url(../img/liposuction_injection_m_c/case_bg.webp) repeat center / 100% auto;
}

.p-suction__photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  padding: 0;
}

.p-case__photos {
  background-color: #fff;
}

.p-suction__photos .c-case-photo_box-img {
  width: calc(50% - 5px);
  max-width: none;
}

.c-comment {
  display: flex;
  align-items: center;
  gap: min(24px, 4.8vw);
  margin: min(33px, 6.6vw) 0 min(47px, 9.3vw);
}

.c-comment__img {
  flex-shrink: 0;
  width: min(113px, 22.6vw);
  height: auto;
}

.c-comment__txt {
  font-weight: bold;
  background-color: #fff;
  font-size: min(17px, 3.46vw);
  padding: min(13px, 2.6vw);
  border-radius: min(13px, 2.6vw);
  filter: drop-shadow(0 min(1px, 0.26vw) min(3px, 0.53vw) rgba(0, 0, 0, 0.2));
  position: relative;
  line-height: 1.8;
  color: #000;
}

.c-comment__txt::before {
  content: "";
  position: absolute;
  left: max(-15px, -2.93vw);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(16px, 3.2vw) min(19px, 3.73vw) min(16px, 3.2vw) 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

dt.ex_acc__head {
  background: #efefef;
  text-align: center;
  color: #585858;
  font-family: var(--font-yu-gothic);
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  line-height: 1;
  padding: min(24px, calc(calc(24 / 750) * 100vw)) 0;
  position: relative;
  box-sizing: border-box;
}

dt.ex_acc__head::before {
  width: min(30px, calc(calc(30 / 750) * 100vw));
  height: min(2px, calc(calc(2 / 750) * 100vw));
  right: min(30px, calc(calc(30 / 750) * 100vw));
}

dt.ex_acc__head::after {
  width: min(2px, calc(calc(2 / 750) * 100vw));
  height: min(30px, calc(calc(30 / 750) * 100vw));
  right: min(44px, calc(calc(44 / 750) * 100vw));
  transition: all 0.3s;
}

dt.ex_acc__head::before,
dt.ex_acc__head::after {
  content: "";
  background: #707070;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

dd.ex_acc__body {
  display: none;
  background: #fff;
  margin-left: 0;
  box-sizing: border-box;
}

.ex_acc__head.js--accordion-open::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.acc__white {
  background: #fff !important;
}

.p-price__table {
  font-weight: bold;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.4;
  border-top: solid min(1px, 0.26vw) #b6bac8;
  border-left: solid min(1px, 0.26vw) #b6bac8;
  font-size: min(19px, 3.73vw);
}

.p-suction__price__table {
  font-size: min(17px, 3.46vw);
}

.p-price__table td {
  padding: min(7px, 1.3vw) min(13px, 2.6vw);
  border-right: solid min(1px, 0.26vw) #b6bac8;
  border-bottom: solid min(1px, 0.26vw) #b6bac8;
}

.p-price__table thead {
  background-color: #000;
  color: #fff;
}

.p-price__table th {
  padding: min(7px, 1.3vw);
  border-right: solid min(1px, 0.26vw) #b6bac8;
  border-bottom: solid min(1px, 0.26vw) #b6bac8;
  text-align: center;
  font-weight: bold;
}

.p-price__table tbody th {
  height: min(80px, 16vw);
  text-align: left;
  background-color: #f0f0f0;
  color: #515871;
  font-weight: 600;
  line-height: 1.4;
}

.p-price__table tbody td {
  font-size: min(24px, 4.8vw);
  text-align: right;
  font-weight: bold;
  color: #000;
}

.p-price__table-yen {
  font-size: min(17px, 3.46vw);
}

.p-price__table-tax {
  font-size: min(16px, 3.2vw);
}

.p-price__btn {
  width: min(373px, 74.6vw);
  height: min(80px, 16vw);
  margin: min(16px, 3.2vw) auto;
  color: #000;
  font-size: min(24px, 4.8vw);
  font-weight: bold;
  border: solid min(3px, 0.53vw) #000;
  border-radius: min(8px, 1.6vw);
  display: grid;
  place-items: center;
  position: relative;
  -webkit-box-shadow: 0 min(7px, 1.3vw) min(7px, 1.3vw) rgba(0, 0, 0, .2);
  box-shadow: 0 min(7px, 1.3vw) min(7px, 1.3vw) rgba(0, 0, 0, .2);
}

.p-price__btn::after {
  content: "";
  position: absolute;
  border-right: min(1px, 0.26vw) solid;
  border-bottom: min(1px, 0.26vw) solid;
  width: min(11px, 2.13vw);
  height: min(11px, 2.13vw);
  top: 51%;
  transform: translateY(-50%) rotate(-45deg);
  right: min(20px, 4vw);
  transition: .3s;
}

.c-lp_wrap a {
  text-decoration: none;
}

.c-section__ttl.--blue {
  color: #008aeb;
}

.new_web-coupon--txt p {
  text-align: center;
  color: #fb654a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(16px, calc(calc(16 / 750) * 100vw));
  font-weight: 400;
  letter-spacing: max(-0.5px, calc(-0.5 * (calc(30 / 750) * 100vw)));
  padding-top: min(15px, calc(calc(15 / 750) * 100vw));
}

.section_ttl {
  max-width: 880px;
  margin: 0 auto clamp(30px, 4.5vw, 45px);
}

.reserve .section_ttl {
  padding: clamp(55px, 11vw, 110px) 0 0 0;
}

.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 #cd5951;
}

.strong_pink strong {
  font-weight: inherit;
  /* color: #FF7878; */
  color: #cd5951;
}

.section_ttl-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  border-bottom: 2px solid #A5A5A5;
}

.section_ttl-eng {
  font-size: clamp(14px, 3.0vw, 30px);
  color: #A5A5A5;
  letter-spacing: 0.04em;
  text-align: center;
}

.section-clinic {
  padding-bottom: clamp(60px, 10vw, 120px);
}