@charset "UTF-8";
/* ========================================
    共通css
======================================== */

:root {
  --font-yu-gothic: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}  

body {
  font-family: var(--font-yu-gothic);
}

.wrap750 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.w92 {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
}

.fs32{
  font-size: clamp(16px, 3.2vw, 32px) !important;
}

.fs34{
  font-size: clamp(17px, 3.4vw, 34px) !important;
}

.fs37{
  font-size: clamp(18.5px, 3.7vw, 37px) !important;
}

.fs38{
  font-size: clamp(19px, 3.8vw, 38px) !important;
}

.fs52{
  font-size: clamp(26px, 5.2vw, 52px);
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a img:hover {
  opacity: .75;
  transition: .3s;
}



/* ========================================
    main
======================================== */
main {
  background: #FFF;
}

/* ========================================
    header
======================================== */
.fix-header {
	background-color:#c90022;
	line-height: 66px;
	top: -100px;
  left: 0;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 1000;
  animation: ugoki 2.2s linear infinite alternate
	}
  @keyframes ugoki{
    0%{
        opacity: 1;
    }
    60%{
      opacity: 1;
    }  
    100%{
        opacity: 0.77;
    }
  }

	.fix-header-contents {
		width:100%;
		max-width: 750px;
		margin: 0.5em auto;
	}

  .fix-header-contents .fw_bold {
		font-weight: bold;
	}

	.fix-header-contents p {
		font-size: clamp(12.5px, 2.5vw, 25px);
		color: #fff;
		text-align: center;
		line-height: 1.4em;
    letter-spacing: 0.05em;
	}

	.fix-header-contents p span a {
    color: #fff !important;
  }

	.fix-header-contents .box_countdown {
		font-weight: normal;
	}

/* 20250317 ヘッダー追加用に他LPからコピペ */
.lp_header .head_logo {
  width: auto;
}
.lp_header-item {
  display: flex;
  align-items: center;
}

.head__menu {
  font-family: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.head__menu-list {
  display: flex;
}

.head__menu-list a {
  font-size: clamp(15px, 1vw, 18px);
  min-height: 30px;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 3vw, 60px);
  position: relative;
  transition: .3s;
  letter-spacing: 0;
}

.head__menu-list a:hover {
  color: #FF7878;
  text-decoration: underline;
}


header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  max-width: 750px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
  z-index: 50;
}

.lp_header.wrap750 {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  height: 90px;
}
/*ハンバーガーメニュー*/

.head_counceling {
  max-width: 100%;
}

.lp_header-item {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  
  /*ヘッダー*/
  .lp_header.wrap750 {
      padding-left: 10px;
      height: 45px;
  }

  .lp_header_2 {
      padding-left: 220px;
      height: 45px;
  }

  /*20220804追記*/
  .head_logo h1 {
      width: 80px;
  }
  
  .lp_header-item {
      margin-right: 70px;
  }

  .header_tel img {
      width: auto;
      height: 45px;
  }

  .head__menu {
      top: 50px;
  }
}

.section_header_chn {
  max-width: min(75px, calc(calc(75/750)*100vw));
  font-size: min(14px,calc(calc(14/750)*100vw));
  text-align: center;
  padding-top: 4px;
  padding-right: 5px;
}

.none{
  display: none;
}

body a {
	color: black;
	text-decoration: none;
}

/* ========================================
    fv
======================================== */
.fv_area-bottom > p{
  position: relative;
}

.fv_area-bottom .coupon__wrap {
  position: absolute;
  width: 90%;
  margin: auto;
  bottom: 2.3%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.fv_area .coupon__txt  {
  font-family: var(--font-gothic);
  font-weight: bold;
  color: #222;
  position: relative;
  display: inline-block;
  width: fit-content;
}

.fv_area .coupon__txt p {
  text-align: center;
  font-size: clamp(15px, 2.9vw, 29px);
  font-weight: bold;
}

.fv_area .box_countdown {
  font-size: clamp(21px, 4.2vw, 42px);
}

.fv_area .yyc-day-text,
.fv_area .yyc-hou-text,
.fv_area .yyc-min-text,
.fv_area .yyc-sec-text {
  font-size: clamp(16px, 3.2vw, 32px);
}

.fv_area .coupon__txt::before,
.fv_area .coupon__txt::after {
    content: '';
    position: absolute;
    top: 5px;
    font-size: 35px;
    border-left: 3px solid #222;
    height: 90%;
}

.fv_area .coupon__txt::before {
    content: '';
    right: -45px;
    transform: rotate(30deg);
}

.fv_area .coupon__txt::after {
    left: -45px;
    transform: rotate(-30deg);
}

/* ========================================
    treatment
======================================== */
.bg-yellow {
  background: url(../img/customize_hyaluronic/bg_yellow.webp) repeat center top;
}

.treatment__item {
  position: relative;
  padding-bottom: clamp(39px, 7.8vw, 78px);
}

.treatment__item:first-of-type {
  margin-top: clamp(-28.5px, -5.7vw, -57px);
}
.treatment__item p {
  box-shadow: 0px 10px 20px 10px rgb(193 168 96 /20%);
}

.treatment__cta {
  position: absolute;
  width: 90%;
  margin: auto;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.treatment-bottom {
  position: relative;
}

.treatment-bottom .coupon__wrap {
  position: absolute;
  margin: auto;
  width: 90%;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


.treatment-bottom .coupon__txt  {
  font-family: var(--font-gothic);
  font-weight: bold;
  color: #222;
  position: relative;
  display: inline-block;
  width: fit-content;
}

.treatment-bottom .coupon__txt p {
  text-align: center;
  font-size: clamp(15px, 2.9vw, 29px);
  font-weight: bold;
}

.treatment-bottom .box_countdown {
  font-size: clamp(21px, 4.2vw, 42px);
}

.treatment-bottom .yyc-day-text,
.treatment-bottom .yyc-hou-text,
.treatment-bottom .yyc-min-text,
.treatment-bottom .yyc-sec-text {
  font-size: clamp(16px, 3.2vw, 32px);
}

.treatment-bottom .coupon__txt::before,
.treatment-bottom .coupon__txt::after {
    content: '';
    position: absolute;
    top: 5px;
    font-size: 35px;
    border-left: 3px solid #222;
    height: 90%;
}

.treatment-bottom .coupon__txt::before {
    content: '';
    right: -45px;
    transform: rotate(30deg);
}

.treatment-bottom .coupon__txt::after {
    left: -45px;
    transform: rotate(-30deg);
}

/* ========================================
クリッカブルパネル
======================================== */
.click__panel {
  position: relative;
}

.click__panel--list>li {
	position: absolute;
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: 500;
  background: #222222;
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
  padding: 0.15em 0.4em;
  letter-spacing: -0.035em;
}

.click__panel--list>li a {
  color: #ffe4b5;
  vertical-align: text-bottom;
}

@media(hover: hover)and (pointer: fine) {
	.click__panel--button:hover {
    opacity: 0.75;
	}
}

.click__panel--odeko {
  top: 36%;
  left: 5%;
}

.click__panel--mejiri {
  top: 51.3%;
  left: 5%;
}

.click__panel--bunnyline {
  top: 69%;
  left: 5%;
}

.click__panel--ago {
  top: 84%;
  left: 5%;
}

.click__panel--miken {
  top: 36%;
  right: 5%;
}

.click__panel--eyeunder {
  top: 50%;
  right: 5%;
}

.click__panel--golgoline {
  top: 60.5%;
  right: 5%;
}

.click__panel--hourei {
  top: 67.5%;
  right: 5%;
}

.click__panel--marionetteline {
  top: 84%;
  right: 5%;
  letter-spacing: -0.1em !important;
}

/* ========================================
施術詳細
======================================== */

.bg-treatment {
  background: -moz-linear-gradient(to bottom,#fce4ea,#fef6f8,#fff 8%); 
  background: -webkit-linear-gradient(to bottom,#fce4ea,#fef6f8,#fff 8%); 
  background: linear-gradient(to bottom,#fce4ea,#fef6f8,#fff 8%);
  padding-top: min(65px, calc(calc(65 / 750) * 100vw));
}

/* reason */

.section_reason_sec03{
  background: #FFFFFF;
  padding: clamp(37.5px,7.5vw,75px) 0;
}

.reason-list-box{
  /* margin:clamp(30px,4vw,40px) auto 0 ; */
  counter-reset: number 0; 
}

.reason-list{
  background: #facfdb;
  padding: 0 min(30px, calc(calc(30 / 750) * 100vw)) min(40px, calc(calc(40 / 750) * 100vw));
  position: relative;
  margin:0 min(30px, calc(calc(30 / 750) * 100vw)) min(70px, calc(calc(70 / 750) * 100vw));
}

/* reasonエリア */
.reason.section_about02 {
  margin-top: calc( -1 * min(222px, calc(calc(222 / 750) * 100vw)));
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, #fff 1%);
}

.reason__ttl {
  position: relative;
}

.reason__wrap {
  position: relative;
  padding-bottom: min(55px, calc(calc(55 / 750) * 100vw));
}

.reason__case {
  padding: 0 min(60px, calc(calc(60 / 750) * 100vw));
  margin-top: min(45px, calc(calc(45 / 750) * 100vw));
  position: absolute; 
  left: 0;
  right: 0;
  bottom: min(150px, calc(calc(150 / 750) * 100vw));
}

.reason__case-ttl {
  padding: min(115px, calc(calc(115 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw)) min(95px, calc(calc(95 / 750) * 100vw));
}

/* reason__case-listエリア */
.reason__case-list {
  background-image: url(../img/hyaluronic_02/rason_case_list_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: min(200px, calc(calc(200 / 750) * 100vw)); 
}

.case__item-wrap {
  position: relative;
}

.case__item-wrap .c-case-list__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}





/* ========================================
    point
======================================== */
.seciton_point h3 {
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 clamp(40px, 8.0vw, 80px);
}

.bg-pink {
  background: #fae5eb;
}

.seciton_point h4 {
  padding: clamp(15px, 3.0vw, 30px) 0;
}

.seciton_point .border {
  width: 80%;
  margin: 0 auto clamp(20px, 3.0vw, 30px);
  border: solid #f53968 2px;
  padding: 0.5em;
  font-weight: 500;
  vertical-align: text-bottom;
}

.seciton_point_case {
  background: #f2f2f2;
}

/* ========================================
    plan
======================================== */
.seciton_plan_case {
  background: url(https://tcb-beauty.net/menu/wp-content/themes/hemingway_child/img/double-eyelid_5/section_plan_bg.jpg) repeat center top;
  background-size: contain;
  padding: 45px 80px;
}
@media only screen and (max-width: 767px) {
  .seciton_plan_case {
    padding-top: 5.86701vw;
    padding-bottom: 5.86701vw;
    padding-left: 10.43025vw;
    padding-right: 10.43025vw;
  }
}

/* ========================================
    reason
======================================== */
.seciton_reason_video {

}
.seciton_reason_video video {
  max-width: 560px;
  width: 100%;
  margin: 0 auto clamp(20px,3vw,30px);
  display: block;
}

/* ========================================
   qa
======================================== */
.seciton_qa {
  background: #fff;
}
.seciton_qa_inner {
  margin: 0 30px;
}
.seciton_qa_q, .seciton_qa_a {
  border: #f53968 1px solid;
  border-top-width: 0;
  z-index: 1;
  cursor: pointer;
  font-size: clamp(14px, 2.2vw, 22px);
  position: relative;
  line-height: 1.5;
  padding: 15px 50px 15px 15px;
}
.seciton_qa_q span, .seciton_qa_a span {
  display: inline-block;
  margin-left: 40px;
}
.seciton_qa_q {
  color: #f53968;
  transition: all 0.4s;
}
.seciton_qa_q:first-child {
  border-top-width: 1px;
}
.seciton_qa_q::before, .seciton_qa_q::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #f53968;
  transition: .2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 2px;
  right: 15px;
  top: 45%;
}
.seciton_qa_q::after {
  content: '';
  transform: rotate(90deg);
}
.seciton_qa_q.js--accordion-open {
  background: #f53968;
  color: #fff;
}
.seciton_qa_q.js--accordion-open::before, .seciton_qa_q.js--accordion-open::after {
  background-color: #fff;
}
.seciton_qa_q.js--accordion-open::after {
  transform: rotate(0deg);
}
.seciton_qa_q_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "Q.";
}
.seciton_qa_a {
  display: none;
  margin: 0;
  background: #ffecf1;
  color: #f53968;
}
.seciton_qa_a_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
}

/* ========================================
   clinic
======================================== */
#clinic article h2 {
  display: none;
}

.section_clinic {
  padding: clamp(35px, 7vw, 70px) 0;
}

.section_clinic {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
  background: #fff;
}

dl.accordion {
  overflow: hidden;
}

dl.accordion > dt::before {
  color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

dl.accordion > dd {
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  display: none;
  margin-left: 0;
}

dl.accordion > dd::before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

/* ========================================
   reserve 
======================================== */
.reserve {
  /*margin-bottom: -60px;*/
  padding-top: 0 !important;
}

.spf_frame_wrapper {
  margin-bottom: 0 !important;
}

/* ========================================
   footer
======================================== */
.foot_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 40;
}

@media screen and (max-width: 767px) {
  .foot_btn {
      right: 0 !important;
      bottom: 6% !important;
      width: 50px !important;
  }
}

#js--pagetop {
  cursor: pointer;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.l-foot-fixednav {
  text-align: center;
}
  #js--pagetop {
    position: static;
    bottom: 0;
    right: 0;
    padding: 0 20px 40px 0;
    width: 85px;
    margin-left: auto;
  }

@media only screen and (max-width: 767px) {
  #js--pagetop {
    float: right;
    width: 50px;
  }
  .l-foot-fixednav {
    margin-left: 0;
  }
}

.l-foot-subnav {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-foot-subnav {
    width: 100%;
  }
}
.l-foot-subnav__item {
  text-align: center;
}
.l-foot-subnav__item a {
  color: #191919;
}
.l-foot-subnav__item a:hover {
  color: #191919;
}





/**************************** 20221004 追加CSS ****************************/

/* 共通 */
.fc_pink span{color:#f43a69;}

.bg_none {
  background-color: transparent !important;
}
.bg_white {
  background-color: #fff !important;
}
.bg_offwhite {
  background-color: #FDFCFF !important;
}
.mside_auto {
  margin: 0 auto;
}
.fc_pink_serif span.small{
  font-size: clamp(10px, 2.0vw, 20px);
}
.fc_pink_serif strong{
  font-size: clamp(35px, 7.0vw, 70px);
}
.fc_pink_serif span.medium{
  font-weight: bold;
}
.fc_pink_serif{
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 160%;
}

.u_line{text-decoration: underline;}
.u_line2{
  border-bottom: 2px solid #f43a69;
  display: inline;
}


.ff_serif{
font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pb_none {
  padding-bottom: 0 !important;
}
.max500 {
  max-width: 500px;
}
.pt0 {
  padding-top: 0;
}
.pt25{padding-top: clamp(10px, 2.5vw, 25px);}
.pt30{padding-top: clamp(20px, 3vw, 30px);}
.pt65{padding-top: clamp(10px, 6.5vw, 65px);}

.pb25{padding-bottom: clamp(10px, 2.5vw, 25px);}
.pb50{padding-bottom: clamp(30px, 3vw, 50px);}
.pb60{padding-bottom: clamp(30px, 6vw, 60px);}

.mt0 {margin-top: 0;}
.mt10{margin-top: clamp(10px, 1vw, 10px);}
.mt20{margin-top: clamp(10px, 2vw, 20px);}
.mt25{margin-top: clamp(10px, 2.5vw, 25px);}
.mt65{margin-top: clamp(10px, 6.5vw, 65px);}

.mb0{margin-bottom: 0;}
.mb25{margin-bottom: clamp(10px, 2.5vw, 25px);}
.mb30{margin-bottom: clamp(15px, 3vw, 30px);}
.mb35{margin-bottom: clamp(20px, 3.5vw, 35px);}
.mb60{margin-bottom: clamp(30px, 6vw, 60px);}

.wrap1000{
  width:1000px;
  max-width:100%;
  margin:0 auto;
  box-sizing: border-box;
}

.flex-box{
  display: flex;
}

.bggray_ttl{   
  background: #959595;
  color: #FFF;
  border-radius: 30px;
}

.bgpink_ttl{   
  background: #f43a69;
  color: #FFF;
  border-radius: 30px;
}

.comment {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
  font-size: clamp(16px,2.2vw,22px);
  line-height: 1.6em !important;
  text-align: center;
}
.comment::before,
.comment::after {
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #f43a69;
  position: absolute;
  top: 50%;
}
.comment::before {
  transform: rotate(-20deg) translateY(-50%);
  left: -25px;
}
.comment::after {
  transform: rotate(20deg) translateY(-50%);
  right: -25px;
}

@media screen and (max-width: 767px) {
  .u_line2{ border-width: 1px;}
  .sp_padding-box{padding: 0 15px;}
  .comment::before {left: -15px;}
  .comment::after {right: -15px;}
}

.main_inner header{
  background: #FFFFFF;
}

.ttl_design {
  color: #DFDFDF;
  font-size: clamp(20px, 4.6vw, 46px);
  font-weight: 500;
  margin: 0 0 clamp(10px, 1vw, 10px);
  letter-spacing: 0.15em;
}

.ttl_design2 {
  color: #f0b7c6;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 8px;
}

.ttl_design3 {
  font-size: clamp(30px, 5.6vw, 56px);
  margin: 0;
}

.section_ideal,
.section_enquete,
.section_thread-lift,
.seciton_reason-inner,
.section_clinic,
.section_case,
.section_price,
.section_merit,
.section_flow,
.section_question,
.section_doctor {
    padding: clamp(40px,9.0vw,90px) 0 clamp(50px,10vw,100px);
}

@media screen and (max-width: 1040px) {

  .section_clinic,.seciton_qa{
    padding: clamp(55px,9.0vw,90px) 15px clamp(50px,10vw,100px);
  }
}


.section_ttl_eng {
  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;
}
@media screen and (max-width: 767px) {
  .seciton_ttl_area::before{
    left: 20px;
  }
}
.seciton_reason .section_ttl_eng { color: #f0b7c6;}
.seciton_reason .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/reason_bg04.png);}
.seciton_point .section_ttl_eng { color: #f381a3;}
.seciton_point .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/point_bg02.png);}
.seciton_plan .section_ttl_eng { color: #f0b7c6;}
.seciton_plan .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/reason_bg04.png);}
.seciton_flow .section_ttl_eng { color: #C7C7C7;}
.seciton_flow .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/point_bg02.png);}
.seciton_qa .section_ttl_eng { color: #C7C7C7;}
.seciton_qa .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/white_diamond.png);}
.seciton_qa .seciton_ttl_area { background: rgba(234,234,234,0.8);}
.section_clinic .section_ttl_eng { color: #C7C7C7;}
.section_clinic .seciton_ttl_area::before{ background-image: url(../img/double-eyelid_5/white_diamond.png);}
.section_clinic .seciton_ttl_area { background: rgba(234,234,234,0.8);}
.reserve .section_ttl_eng { color: #C7C7C7;}
.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;}
/*
.seciton_point .section_ttl_eng.ttl_pink {
  color: #f0b7c6;
}
*/
.section_ttl_eng {
  color: #f0b7c6;
}

.seciton_ttl{    
  background: #FFFFFF;
  padding: clamp(10px,2vw,20px) 0;
  position: relative;
  margin: 0 0 clamp(30px,5vw,50px);
  font-size: clamp(26px,4.2vw,42px);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}

.seciton_reason p,
.seciton_point p,
.seciton_reason .sec_ttl{
  text-align: center;
}
.seciton_reason .sec_ttl{
  text-align: center;
}


p.caution_gray{
  color: #6A6A6A;
  font-size: clamp(12px, 1.8vw, 18px);
  margin: clamp(20px,3.0vw,30px) 0 0 0;
}

.serif_text{
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
  margin: clamp(30px, 8.0vw, 80px) 0 clamp(30px, 8.0vw, 80px);
}

.ta_left{text-align: left !important;}

.lh180{line-height: 180%;}

.fw_bold{font-weight: bold;}

.align_c{text-align: center;}

/*fv*/

.fv_area {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
  background: #feecdf;
}
.fv_area-top {
  font-weight: 300;
  background-color: #fff;
  line-height: 1.4;
}
.fv_area-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.fv_area > .fv_area-bottom > p.btn {
  padding: 0 0 clamp(10px, 3vw, 50px);
}
.fv_area-inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 43%;
}
.fv_area-inner img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .fv_area-inner::before {
    display: none;
  }
  .fv_area-inner img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
}

.fv_area p.point3{
  background: #f54c77;
  text-align: center;
  padding: 36px 0 28px;
}

.fv_area .coupon_area{
  background: #fdd9e3;
  padding:clamp(0px, 7vw, 70px) 0 0px;
}
.fv_area .coupon_area p{
  text-align: center;
}
.coupon_area p {
  max-width: 100%;
}
.fv_area .coupon_area p.caution{
  font-size: clamp(12px, 2.0vw, 20px);
  font-weight: 500;
  color: #f54c77;
}
.fv_area p.btn{
  background: #fdd9e3;
  text-align: center;
  padding: clamp(30px, 4vw, 40px) 0 clamp(30px, 5.0vw, 50px);
}
.fv_area p.btn > a > img {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv_area p.point3{
    padding: 15px 20px;
  }
}

.section_enquete{
  padding-bottom: clamp(50px,10vw,100px);
  background: rgb(255,236,241);
  background: linear-gradient(180deg, rgba(255,236,241,1) 0%, rgba(255,255,255,1) 10%);
  position: relative;
}
/*
.section_enquete::after {
  background-color: #FAD6E0;
  clip-path: polygon(0 0, 100% 58%, 100% 100%, 0% 100%);
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 13.4%;
  position: absolute;
  bottom: 0;
  left: 0;
}
*/

.section_enquete p{
  text-align: center;
}
.section_enquete p.enquete_read-top {
  width: fit-content;
  margin: 0 auto;
  padding: 0 clamp(30px, 6.0vw, 60px);
  font-size: clamp(16px, 3.2vw, 32px);
  font-weight: 500;
  line-height: 180%;
  position: relative;
}
.section_enquete p.enquete_read-top span {
  color: inherit;
}
.section_enquete p.enquete_read-top::before {
  content: '＼';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section_enquete p.enquete_read-top::after {
  content: '／';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section_enquete p.enquete_read {
  font-weight: 500;
  line-height: 180%;
}
.section_enquete p.enquete_read .read_value {
  margin: 0 0.2em;
}
.section_enquete p.enquete_read .read_value::after {
  bottom: 0.4em;
}
.section_enquete p.graph{
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section_enquete p.graph{
    margin: 40px 20px 0;
  }
  .section_enquete p.enquete_read-top,
  .section_enquete p.enquete_read {
    line-height: 160%;
  }
  .section_enquete p.enquete_read > span::after {
    height: 1px;
  }
}

/* REASON */

.section_reason-inner{
  background: url(../img/double-eyelid_5/reason_bg.png) no-repeat;
  background-position: top center;
}
.section_reason_ttlarea{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 820px;
  box-sizing: border-box;
  background: url(../img/double-eyelid_5/bg_doctor.png) no-repeat top center;
  background-size: 1000px auto;
}

@media screen and (max-width: 767px) {
  
  .section_reason_ttlarea{
    height: 400px;
    padding: 40px 25px 0;
    background-size: 120% auto;
  }
}

.seciton_reason {
  background: #FFF;
}
.seciton_reason .sec_ttl{
  margin-bottom: clamp(30px, 5.0vw, 50px);
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: bold;
  line-height: 1.4;
}
.seciton_reason .sec_ttl span {
  font-size: clamp(30px, 6.0vw, 60px);
}
.seciton_reason p.ttl_sub {
  position: relative;
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: bold;
  margin: 0 0 clamp(45px, 7.0vw, 70px);
}
.seciton_reason p.ttl_sub span {
  color: #000;
}
.seciton_reason p.ttl_sub span::before {
  background: url(../img/double-eyelid_5/reasonttl_arrow.png) no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  bottom: -46px;
  width: 238px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .seciton_reason p.ttl_sub span::before {
    background: url(../img/double-eyelid_5/reasonttl_arrow.png) no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: -30px;
    background-size: 140px auto;
    width: 140px;
    height: 100%;
  }
}

.seciton_reason .section_reason_sec02{
  background: url(../img/double-eyelid_5/reason_bg05.png) repeat;
  padding:clamp(40px,8.0vw,80px) 0 0;
}
.seciton_reason .section_reason_ttlarea03{
  margin: 30px 0;
  background: rgba(255,255,255,0);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
}
.seciton_reason .section_reason_ttlarea03 .ff_serif{
  width: fit-content;
  padding: 0.6em 2.5em;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_reason .section_reason_ttlarea03.problem_resolution {
  margin: 0;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_reason .section_reason_ttlarea03 .ff_serif::before,
  .seciton_reason .section_reason_ttlarea03 .ff_serif::after{
    width: 30px;
    height: 30px;
    border-width: 1px;
  }  
}

/*ideal*/

.section_ideal-box {
  width: fit-content;
  padding: min(15px, calc(calc(15 / 750) * 100vw)) min(40px, calc(calc(40 / 750) * 100vw)) !important;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
}
.section_ideal-box li {
  padding: 0.4em 0 0.4em 1.8em;
  font-size: clamp(12px,3.2vw,24px);
  font-weight: 500;
  position: relative;
  line-height: 145%;
}
.section_ideal-box li strong{
  font-weight: inherit;
  color:#f43a69;
}
.section_ideal-box li:last-child {
  border-bottom: none;
}
.section_ideal-box li::before {
  content: "";
  display: block;
  width: min(31px, calc(calc(31 / 750) * 100vw));
  height: min(29px, calc(calc(29 / 750) * 100vw));
  background: url(../img/double-eyelid_5/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: .4em;
  left: 0;
}

.ideal-box{
  border: solid #f43a69 2px;
  background-color: #FFFFFF;
  padding: 20px 10px 20px 50px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto clamp(30px,10vw,100px);
  position: relative;
}
.ideal-box img{
  width: 54%;
  height: 100%;
}
.ideal-box::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.ideal-box::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ideal-box .section_ideal-box {
  padding: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section_ideal {
    padding-top: 0;
    background: url(../img/double-eyelid_5/section_ideal_bg_sp.jpg) no-repeat top center;
    background-color: #F3F3F3;
    background-size: cover;
  }
  .section_ideal-ttl {
    padding: 30px 0;
  }
  .section_ideal-ttl::after{
    background: url(../img/double-eyelid_5/section_ideal_bg_sp.jpg) no-repeat top center;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 238px;
    height: 100%;
  }
  .section_ideal-ttl::before {
    background: url(../img/double-eyelid_5/reason_bg05.png) no-repeat top center;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 238px;
    height: 100%;
  }
  .ideal-box.flex-box{
    display: block;
    padding: 10px 20px 30px;
  }
  .ideal-box.flex-box.overlap {
    padding: 40px 20px 30px;
  }
  .ideal-box::before,
  .ideal-box::after {
    border-width: 20px;
  }
}

/* problem */
.seciton_problem {
  background-image: url(../img/hyaluronic/problem_bg.png);
  background-position: center top;
  padding-top: clamp(15px,2.7vw,27px);
}
.section_problem_inner {
}
.problem_ttl_area::before {
  background-image: url(../img/hyaluronic/pink_diamond.png);
}
.problem_img-pc {
  display: block;
  box-shadow: 0 0 35px rgba(224,168,170,.5);
}
.problem_img-sp {
  display: none;
}
.problem-box {
  padding-top: 20px;
}
.problem_ttl_eng {
  color: #F3B0C2;
}
.problem_resolution {
  padding: 26px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .problem_ttl_area {
    margin-bottom: 0;
  }
  
  .problem_img-pc {
    display: none;
  }
  .problem_img-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    box-shadow: 0 0 35px rgba(224,168,170,.5);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
}
  .problem-pt100 {
    padding-top: 70px;
  }
}

.why_area {
  padding-bottom: clamp(130px,15vw,150px);
  text-align: center;
}
.why_area .why_area-list {
  flex-wrap: wrap;
}
.why_area .why_area-list li {
  width: calc((100% / 3) - 20px);
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  line-height: 180%;
  font-size: clamp(14px,2.0vw,20px);
  margin: 10px;
}
.why_area .why_area-list li strong {
  display: block;
  font-size: clamp(16px,2.2vw,22px);
  text-align: center;
}
.why_area .why_area-list li:last-child {
  width: calc(((100% / 3) * 2) - 20px);
}

@media screen and (max-width: 767px) {
  .why_area {
    padding-left: 10px;
    padding-right: 10px;
  }
  .why_area .why_area-list li {
    width: calc((100% / 2) - 10px);
    padding: 15px;
    line-height: 160%;
    margin: 5px;
  }
  .why_area .why_area-list li:last-child {
    width: 100%;
  }
  .why_area .why_area-list li strong {
    margin-bottom: 5px;
    font-size: clamp(14px,2.2vw,22px);
  }
}


/* REASON */

.section_reason_sec03{
  background: #FFFFFF;
  padding: clamp(30px,4vw,40px) clamp(15px,3vw,30px);
}

/* .reason-list-box{
  margin:clamp(30px,4vw,40px) auto 0 ;
  counter-reset: number 0; 
} */

/* .reason-list{
  background: #f9cfdb;
  padding:0 clamp(15px,6vw,60px) clamp(30px,8vw,80px);
  position: relative;
  margin:0 0 clamp(50px,8vw,80px);
} */

/* .reason-list.blue {
  background-color: #CEE3FB;
} */


/* 症例の連番 */
.step_num {
  font-weight: 600;
  position: absolute;
  top: -21px;
  text-align: center;
  color: #FACFDB;
  padding: min(15px, calc(calc(15 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
  background-image: url(../img/hyaluronic/step_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: min(22px, calc(calc(22 / 750) * 100vw)) !important;
  width:  min(129px, calc(calc(129 / 750) * 100vw));
  height: min(154px, calc(calc(154 / 750) * 100vw));
  z-index: 10;
  left: calc( -1 * min(15px, calc(calc(15 / 750) * 100vw)));
  box-sizing: border-box;
}
.step_num_right {
  font-weight: 600;
  position: absolute;
  top: -21px;
  text-align: center;
  color: #FACFDB;
  padding: min(15px, calc(calc(15 / 750) * 100vw)) min(20px, calc(calc(20 / 750) * 100vw)) min(30px, calc(calc(30 / 750) * 100vw));
  background-image: url(../img/hyaluronic/step_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: min(22px, calc(calc(22 / 750) * 100vw)) !important;
  width: min(129px, calc(calc(129 / 750) * 100vw));
  height: min(154px, calc(calc(154 / 750) * 100vw));
  z-index: 10;
  right: calc( -1 * min(15px, calc(calc(15 / 750) * 100vw)));
  box-sizing: border-box;
}

.step_num::after, .step_num_right::after {
  font-size: min(100px, calc(calc(100 / 750) * 100vw));
  counter-increment: number;
  content: counter(number);
}

@media screen and (max-width: 767px) {
  .step_num {
    left: -10px;
  }
  .step_num_right {
    right: -10px;
  }
}

.step_num.left {
  left: -7px;
}
.step_num.right {
  right: -7px;
}
.reason-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .reason-list:last-child {
    margin-bottom: 0;
  }
  .reason-list::before{
    background-size: 85% !important;
    left: 20px;
    top: -10px;
    width: 80px;
    height: 100%;
    z-index: 0;
  }
  /*
  .reason-list::after {
    right: 30px;
    top: 48px;
    width: 137px;
    height: 100%;
    background-size: 80% !important;
    z-index: 0;
  }
  */
}

.reason-list .white-box{
  background: #FFFFFF;
  padding:min(50px, calc(calc(50 / 750) * 100vw)) min(30px, calc(calc(20 / 750) * 100vw)) min(40px, calc(calc(40 / 750) * 100vw));
}
.reason-list .white-box p{
  line-height: 200%;
}
.reason-list .reason-list_ttl{
  display: flex;
  align-items: center;
  height: min(180px, calc(calc(180 / 750) * 100vw));
  padding-left: 200px;
  font-size: clamp(22px,3.6vw,36px);
  font-weight: 500;
  line-height: 1.3;
  background: url(../img/double-eyelid_5/reason_bg06.png) no-repeat bottom right;
}
.list-box_ttl {
  justify-content: center;
  display: flex;
  align-items: center;
  height: min(180px, calc(calc(180 / 750) * 100vw));
  font-size: clamp(21px,5.6vw,42px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.list-box_ttl.red {
  color: #F53A69;
  position: relative;
  background: url(../img/hyaluronic/reason_bg06.png) no-repeat bottom right;
}
.list-box_ttl.blue {
  color: #f83e6d;
  position: relative;
  background: url(../img/hyaluronic_02/reason_bg06_white.png) no-repeat bottom right;
  background-size: 26.5%;
}
.list-box_ttl.reason_ttl_right {
  background-position: bottom right;
}
.list-box_ttl.reason_ttl_left {
  background-position: bottom left;
}

.list-box_ttl.red::after {
  content: '';
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 55%;
  height: 2px;
  background-color: #F53A69;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.list-box_ttl.blue::after {
  content: '';
  position: absolute;
  bottom: clamp(15px,3vw,30px);
  left: 50%;
  width: 60%;
  height: 2px;
  background-color: #f83e6d;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.reason-list p{
  font-size: clamp(13px,3.4vw,26px); 
}
.reason-list .white-box .flex-box{
  align-items: center;
}
.reason-list .white-box .flex-box p{
  margin:0 clamp(20px,4vw,40px) 0 0;
}
.reason-list .white-box .flex-box .flex-box_img {
  width: 25%;
}
.reason-list .white-box .flex-box .flex-box_img img {
  width: 100%;
}
.reason-list .white-box .flex-box .section_ideal-box{
  padding:0;
  flex: 1;
}
.reason-list .white-box .white-box_read {
  margin-bottom: clamp(20px,4vw,40px);
  text-align: left;
}
.white-box_txt01 {
  font-weight: bold;
  position: relative;
  padding: 0 16px;
  max-width: 500px;
  margin: 0 auto clamp(15px,3vw,30px);
}
.white-box_txt01.red {
  color: #F53A69;
  text-align: center;
}
.white-box_txt01.red span {
  position: relative;
  display: inline-block;
}
.white-box_txt01.red span::before {
  content: '＼';
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%) rotate(15deg);
}
.white-box_txt01.red span::after {
  content: '／';
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%) rotate(-15deg);
}
.reason-list .white-box .white-box_img {
  margin-bottom: clamp(20px,4vw,40px);
}

.white-box_img > img {
  width: 100%;
}
.white-box_img--illust {

}
.white-box_img--illust > img {
  width: auto;
}
.reason-list .white-box .bggray_ttl,
.reason-list .white-box .bgpink_ttl {
  margin-bottom: clamp(10px,2vw,20px);
}

.reason-list05-list li { margin-bottom: 20px;}
.reason-list05-list li p { font-weight: 500;}
.reason-list05-list li .bgpink_ttl {
  width: 200px;
  margin: 0 auto -1em !important;
}
.reason-list05-list li .pink-box {
  display: block;
  padding: calc(clamp(10px,2vw,20px) + 0.5em) 0px clamp(10px,2vw,20px);
  border: #f43a69 2px solid;
}

@media screen and (max-width: 767px) {
  .reason-list .reason-list_ttl{
    height: 85px;
    padding-left: 100px;
    background-size: 90px auto;
  }
  .list-box_ttl.red {
    height: 85px;
    background-size: 90px auto;
  }
  .reason-list05-list li .bgpink_ttl {
    width: 140px;
  }
  .reason-list05-list li .pink-box {
    border-width: 1px;
  }
  
}

.seciton_reason .section_reason_ttlarea03 .ff_serif{
  width: fit-content;
  padding: 0.6em 2.5em;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_reason .section_reason_ttlarea03 .ff_serif::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_reason .section_reason_ttlarea03 .ff_serif::before,
  .seciton_reason .section_reason_ttlarea03 .ff_serif::after{
    width: 30px;
    height: 30px;
    border-width: 1px;
  }  
}

/* POINT */

.seciton_point{
  padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
  background:
  linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%),
  url(../img/double-eyelid_5/point_bg.png) repeat-x #ededed;
  background-position: top center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_point-inner { padding: 0 15px;}
}

.seciton_point .section_point_drttl{
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px,6vw,60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_point .section_point_drttl::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_point .section_point_drttl::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after{
    width:30px;
    height: 30px;
    border-width: 1px;
  }  
}

.seciton_point_white-box{
  padding:  clamp(15px,4vw,40px) clamp(15px,3vw,30px);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  font-size: clamp(14px,2.4vw,24px);
}
.seciton_point_drarea_bdbox{
  background: #FFF;
  border: 2px #f43a69 solid;
  padding:  clamp(15px,5vw,50px) 0;
  margin-bottom: clamp(30px,6vw,60px);
  position: relative;
}
.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69; 
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.seciton_point_drarea_bdbox .ff_serif{
  margin: 0 0 clamp(20px,3.0vw,30px);
  font-weight: bold;
  letter-spacing: -0.05em;
}
.seciton_point_drarea_bdbox > .youtube {
  margin-bottom: clamp(15px,3vw,30px);
}
.drarea_bdbox_img {
  margin-bottom: clamp(15px,3vw,30px);
}
.seciton_point_drprof{
  margin: 0 0 clamp(15px,3vw,30px);
  background: #FFF;
}
.seciton_point_drprof-box{
  justify-content:space-between;
  width: 100% !important;
  margin: 0 auto;
}
.seciton_point_drprof > p {
  font-weight: 500;
}
.seciton_point_drprof-box li{
  width: 48% !important;
  margin: 0 0 clamp(10px,3.0vw,30px);
  overflow: hidden;
  width: 300px; 
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  background:#000;
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.seciton_point_drprof-box li .dr_img{
  display: block;
}
.seciton_point_drprof-box li .dr_name{
  display: block;
  font-size: clamp(14px,2.6vw,26px); 
  background: #e8e8e8;
  padding: clamp(10px,1.5vw,15px) 0 clamp(10px,1.0vw,10px);
  font-weight: bold;
  line-height: 110%;
}
.seciton_point_drprof-box li .dr_name span{
  font-size: clamp(10px,1.8vw,18px); 
  color: #737373;
}
.seciton_point_drprof-box li .dr_spec{
  color:#FFFFFF;
  font-size: clamp(12px,2.4vw,24px); 
  padding: clamp(8px,0.8vw,8px) 0;
  line-height: 130%;
}

.seciton_point_box{
  background: #FFFFFF;
  margin: 0 0 clamp(30px,6vw,60px);
  font-size: clamp(14px,2.4vw,24px);
}
.seciton_point_box .bd_blk_design{
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1.0vw, 10px) 0;
  margin: 0 auto clamp(20px,4.0vw,40px);
  border: 2px #000 solid;
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
}

.seciton_point_box_imgarea {
  margin-top: 30px;
}
.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0.5em 0;
  margin: 0 auto -2.3em;
  background: rgba(244,58,105,0.8);
  border-radius: 30px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {

  .seciton_point_white-box{
    padding: 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  }
  .seciton_point_drprof > p {
    margin-top: 20px;
  }
  
  .seciton_point_drarea_bdbox::before,
  .seciton_point_drarea_bdbox::after {
    border-width: 20px;
  }

  .seciton_point_drprof-box{
    width: 100%;
  }
  .seciton_point_drprof-box li{
    width:calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .seciton_point_box_imgarea .pink_english_design {
    width: calc(100% - 100px);
    max-width: none;
  }
  .seciton_point_box_imgarea {
    margin-top: 15px;
  }
}


/* PLAN */

.seciton_plan {
  padding: clamp(55px,9vw,90px) 0 clamp(50px,10vw,100px);
  background: 
  linear-gradient(180deg, transparent 0 5%, #FFECF0 25%), 
  url(../img/double-eyelid_5/plan_bg.png) repeat-x #FFECF0;
  background-position: top center;
  text-align: center;
}
.seciton_plan_read {
  margin-bottom: clamp(50px,8vw,80px);
  text-align: center;
  font-weight: 500;
}

.seciton_plan_box {
  margin-bottom: clamp(40px,8vw,80px);
  background: #fff;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}
.seciton_plan_box:last-child {
  margin-bottom: 0;
}
.seciton_plan_box .plan_box_ttl {
  padding: 1.8em 0 0;
  background: #f43a69;
  color: #fff;
  position: relative;
}
.seciton_plan_box .plan_box_detail {
  padding: clamp(15px,6vw,60px);
}

.seciton_plan_box .plan_box_wbox {
  width: calc(100% - 40px);
  max-width: 580px;
  padding: 0.5em 0;
  background: #fff;
  border: #f43a69 2px solid;
  border-radius: 8px;
  font-size: clamp(12px,2.2vw,22px);
  font-weight: bold;
  color: #f43a69;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.2em;
  z-index: 1;
  transform: translateX(-50%);
}

.plan_price_set {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  margin: 0;
}
.plan_price_set .plan_name {
  margin: 0 20px 0 0;
  font-size: clamp(18px,3.6vw,36px);
  font-weight: 500;
  line-height: 1.1;
}
.plan_price_set .plan_value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0.4em;
  margin: 0 10px 0 0;
  font-size: clamp(10px,1.6vw,16px);
  font-weight: bold;
  line-height: 1.1;
}
.plan_price_set .plan_price {
  margin: 0;
  font-size: clamp(28px,5.6vw,56px);
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.plan_price_set .plan_price::before {
  content: "¥";
  font-size: 80%;
  font-weight: bold;
}
.plan_price_set .plan_price span {
  display: inline-block;
  margin-left: -0.5em;
  font-size: 26%;
}
.plan_price_set .plan_price em {
  font-size: clamp(18px,5.6vw,56px);
}

.plan_box_ttl .plan_value {
  background: #fff;
  color: #f43a69;
}

.seciton_plan_box .plan_box_case {
  margin-bottom: clamp(40px,8vw,80px);
}

.plan_box_recommend {
  position: relative;
}
.plan_box_recommend .plan_box_bbox {
  width: fit-content;
  padding: 0.5em 1.5em;
  background: #000;
  border-radius: 8px;
  font-size: clamp(12px,2.2vw,22px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.2em;
  z-index: 1;
  transform: translateX(-50%);
}
.plan_box_recommend .section_ideal-box {
  width: 100%;
  padding: 40px;
  margin-bottom: clamp(20px,4vw,40px);
  border: #000 2px solid;
}

.plan_box_text {
  margin-bottom: clamp(20px,4vw,40px);
  font-size: clamp(12px,2.0vw,20px);
  line-height: 1.8em;
}

.plan_box_price {
  background: #F5F5F5;
}
.plan_box_price .plan_value {
  background: #000;
  color: #fff;
}

.plan_box_coupon {
  display: flex;
  align-items: stretch;
  height: 100px;
  border: #f43a69 2px solid;
  color: #f43a69;
}
.plan_box_coupon p {
  display: flex;
  align-items: center;
  padding: 0 clamp(10px,2.5vw,25px);
  background: #f43a69;
  font-size: clamp(14px,2.8vw,28px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
}
.plan_box_coupon .plan_price_set {
  margin: 0 auto;
  padding: 0;
}
.plan_box_coupon .plan_value {
  background: #f43a69;
  font-size: clamp(10px,2.2vw,22px);
  color: #fff;
}
.plan_box_coupon .plan_price {
  font-size: clamp(32px,7.5vw,75px);
}

.plan_box_coupon p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #f43a69;
  border-right: 0;
  position: absolute;
  right: -20px;
}


@media screen and (max-width: 767px) {
  .seciton_plan-inner {
    padding: 0 15px;
  }
  .seciton_plan .section_plan_ttlarea::before{
    left: 20px;
  }
  .seciton_plan_box .plan_box_wbox {
    width: calc(100% - 80px);
    border-width: 1px;
    line-height: 1.1;
  }
  .plan_price_set .plan_name {
    margin: 0 10px 0 0;
  }
  .plan_price_set .plan_value {
    margin: 0 5px 0 0;
  }

  .plan_box_recommend .section_ideal-box {
    padding: 20px 15px 15px;
    border-width: 1px;
  }

  .plan_box_coupon {
    height: 60px;
    border-width: 1px;
  }
  .plan_box_coupon p::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid #f43a69;
    right: -10px;
  }
  .plan_box_recommend .plan_box_bbox {
    width: calc(100% - 80px);
    border-width: 1px;
  }
}


.seciton_teian {
  padding: clamp(30px,9vw,90px) 0 clamp(50px,10vw,100px);
  background: #fff;
  overflow: hidden;
}

.seciton_teian .seciton_teian_ttl{
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(40px,6vw,60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.seciton_teian .seciton_teian_ttl::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width:50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.seciton_teian .seciton_teian_ttl::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width:50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

.teian_pink_box {
  padding: 20px 40px 60px;
  margin-bottom: 80px;
  background: #FFECF3;
  text-align: center;
}
.teian_pink_box.about_top_pink_box {
  margin-bottom: 0;
}
.teian_pink_box .serif_text {
  margin: 0;
}
.teian_pink_box .pink_box_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.pink_box_img > p {
  padding-left: clamp(15px,3vw,30px);
}
.teian_pink_box .pink_box_text {
  margin-top: 30px;
  text-align: center;
}

.teian_model_box {
  border: #f43a69 2px solid;
}
.teian_model_box .model_box_read {
  margin: 60px 0 30px;
  text-align: center;
  color: #f43a69;
}
.teian_model_box .model_box_read span {
  margin-right: 0.5em;
  background: #f43a69;
  color: #fff;
}
.teian_model_box .model_box_ttl {
  padding: 15px 0;
  background: #f43a69;
  text-align: center;
  color: #fff;
  font-size: clamp(24px,4.8vw,48px);
  line-height: 1.2;
}

.teian_model_box .model_box_detail {
  padding: 60px;
  text-align: center;
}
.teian_model_box .model_box_detail .ff_serif {
  display: inline-block;
  margin-bottom: clamp(20px,4vw,40px);
  font-size: clamp(18px,3.4vw,34px);
  font-weight: 500;
  line-height: 1.6;
}
.teian_model_box .model_box_detail .model_box_text {
  margin-bottom: 0.5em;
  font-size: clamp(14px,2.2vw,22px);
  line-height: 1.8;
}
.teian_model_box .model_box_detail p.smaill {
  font-size: clamp(12px,2vw,20px);
}

.teian_model_box .model_box_img {
  margin: clamp(30px,6vw,60px) 0;
}

.pink_box_text {
  text-align: center;
  margin: clamp(30px,6vw,60px) 0 0;
}



@media screen and (max-width: 767px) {

  .seciton_teian .seciton_teian-inner {
    padding: 0 15px;
  }
  .teian_pink_box {
    padding: 20px 15px 30px;
    margin-bottom: 40px;
  }
  .teian_pink_box.about_top_pink_box {
    padding: 20px 15px 0;
  }
  .teian_pink_box .serif_text {
    margin-top: 20px;
    font-size: 16px;
  }
  .teian_pink_box.about_top_pink_box .pink_box_top_txt {
    margin-top: 0;
  }
  .teian_pink_box .serif_text span {
    font-size: 18px;
  }
  .teian_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -60px;
    margin-right: -30px;
  }
  .teian_pink_box.about_top_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -60px;
    margin-left: -30px;
    margin-right: 0;
  }
  .seciton_teian .seciton_teian_ttl::before,
  .seciton_teian .seciton_teian_ttl::after{
    width:30px;
    height: 30px;
    border-width: 1px;
  }

  .teian_model_box {
    border-width: 1px;
  }
  .teian_model_box .model_box_read {
    margin: 30px 0 15px;
  }
  .teian_model_box .model_box_detail {
    padding: 30px 15px;
  }
  .teian_model_box .model_box_detail .ff_serif {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .teian_model_box .model_box_img {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 500px) {
  .teian_pink_box.about_top_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -120px;
    margin-left: -50px;
    margin-right: 0;
  }
}

/* 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;
}

.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;
  }
}

/* FAQ */

.seciton_qa {
  padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
  background:
  linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%),
  url(../img/double-eyelid_5/flow_bg.png) repeat-x #FFFFFF;
  background-position: top center;
  text-align: center;
}
.seciton_qa_inner {
  padding: 0 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .seciton_qa_inner {
    padding: 0 15px;
  }
}

/* CLINIC */

.section_clinic {
  padding: clamp(55px,9.0vw,90px) 0 clamp(50px,10vw,100px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_clinic_inner {
    padding: 0 15px;
  }
}

/* RESERVE */

.reserve {
  background: #FFFFFF;
}




/* ピコレーザーの施術種類 */
.treat_type {
  background: #f9faf9;
  padding: min(70px, calc(calc(70/750) * 100vw)) 0 min(60px, calc(calc(60/750) * 100vw));
}


/* コース詳細タブ */
.course__tab_wrap {
  width: min(690px, calc(calc(690/750) * 100vw));
  margin: 0 auto;
  padding-top: min(70px, calc(calc(70/750) * 100vw));
}

.course__tab_txt {
  text-align: center;
  font-family: var(--font-yu-gothic);
  font-size: min(24px, calc(calc(24/750) * 100vw));
  font-weight: 500;
  margin-bottom: min(60px, calc(calc(60/750) * 100vw));
}

.course__tab_menu {
  display: flex;
  justify-content: space-between;
  gap: 0 min(10px, calc(calc(10/750) * 100vw));
}
.tab_btn {
  background: #7e9bb0;
  border-radius: min(10px, calc(calc(10/750) * 100vw)) min(10px, calc(calc(10/750) * 100vw)) 0 0;
  padding: min(40px, calc(calc(40/750) * 100vw)) min(20px, calc(calc(20/750) * 100vw)) min(20px, calc(calc(20/750) * 100vw));
  transform: translateY(7px);
  transition: all 0.3s;
  width: min(340px, calc(calc(340/750) * 100vw));
  position: relative;
}
.tab_btn.active {
  background: #2f2f2f;
  transform: translateY(0);
}

.tab_btn ._tag {
  border: min(4px, calc(calc(4/750) * 100vw)) solid #7e9bb0;
  border-radius: 9999px;
  background: #fff;
  padding: min(10px, calc(calc(10/750) * 100vw)) 0 min(14px, calc(calc(14/750) * 100vw));
  width: 94%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: max(-25px, calc(-1 * (calc(25/750) * 100vw)));
  z-index: 1;
}
.tab_btn.active ._tag {
  border: min(4px, calc(calc(4/750) * 100vw)) solid #2f2f2f;
}
.tab_btn ._tag p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(20px, calc(calc(20/750) * 100vw));
  font-weight: 600;
  color: #7e9bb0;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.1rem;
}
.tab_btn.active ._tag p {
  color: #d03577;
}

.tab_btn ._tag p span {
  font-size: min(26px, calc(calc(26/750) * 100vw));
}


.tab_btn p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(32px, calc(calc(32/750) * 100vw));
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: min(10px, calc(calc(10/750) * 100vw));
}
.tab_btn p span {
  font-size: min(24px, calc(calc(24/750) * 100vw));
}
.tab_btn ._price {
  text-align: center;
  color: #fff;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(54px, calc(calc(54/750) * 100vw));
  font-weight: 500;
}
.tab_btn.active ._price {
  color: #fce486;
}

.tab_btn ._price ._yen {
  font-size: min(34px, calc(calc(34/750) * 100vw));
}
.tab_btn ._price ._tax {
  font-size: min(16px, calc(calc(16/750) * 100vw));
}

.course__tab_cont {
  position: relative;
  z-index: 1;
}
.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}
