@charset "UTF-8";

/* ===============================================
    変数・共通
================================================== */
:root {
  --font-yumincho: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  --font-yugothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --bg-color: #fff3fc;
}
.bg_white {
  background: #fff;
}
.bg_main-color {
  background: var(--bg-color);
}
.bg_grad {
  background-image: linear-gradient(to bottom, #fff, #fff3fc);
}
.wrap570 {
  width: 570px;
  margin: 0 auto;
}

.ls_3 {
  letter-spacing: -0.03rem;
}
.reason-list .white-box {
  padding: clamp(20px, 5vw, 50px) clamp(18px, 4vw, 50px);
}

.section_enquete, .change, .reason, .plan {
  background-image: none;
}

/* ===============================================
    ヘッダー
================================================== */
.lp_header {
  height: 90px;
}
@media screen and (max-width: 750px) {
  .lp_header {
    height: 50px;
  }
}
.fv__top{
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .fv__top{
    margin-top: 50px;
  }
}

.section_header_logo {
  width: calc(calc(327 / 750) * 100vw);
}

.fv {
  background: var(--bg-color);
}


/* ===============================================
    FV下 CTA
================================================== */
.web_coupon__bg {
  background-image: linear-gradient(145deg, #f3dcf7, #fefee7);
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .web_coupon__bg {
    padding: 4vw 0;
  }
}
.web_coupon__cont {
  background: #fff;
  border-radius: 10px;
  padding: 40px 0 30px;
}
@media screen and (max-width: 750px) {
  .web_coupon__cont {
    border-radius: 1.33vw;
    padding: 5.33vw 0 4vw;
  }
}
.web_coupon__fv_count--rel p {
  text-align: center;
  color: #616161;
  font-family: var(--font-yugothic);
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .web_coupon__fv_count--rel p {
    font-size: 4vw;
  }
}
.limit_btn_link {
  padding: 0!important;
}
.web_coupon--fv .box_countdown .yyc-day, .web_coupon--fv .box_countdown .yyc-hou, .web_coupon--fv .box_countdown .yyc-min, .web_coupon--fv .box_countdown .yyc-sec {
  font-size: 44px!important;
}
@media screen and (max-width: 750px) {
  .web_coupon--fv .box_countdown .yyc-day, .web_coupon--fv .box_countdown .yyc-hou, .web_coupon--fv .box_countdown .yyc-min, .web_coupon--fv .box_countdown .yyc-sec {
    font-size: 5.87vw!important;
  }
}
.web_coupon--fv .box_countdown .yyc-day-text, .web_coupon--fv .box_countdown .yyc-hou-text, .web_coupon--fv .box_countdown .yyc-min-text, .web_coupon--fv .box_countdown .yyc-sec-text {
  font-size: 33px!important;
}
@media screen and (max-width: 750px) {
  .web_coupon--fv .box_countdown .yyc-day-text, .web_coupon--fv .box_countdown .yyc-hou-text, .web_coupon--fv .box_countdown .yyc-min-text, .web_coupon--fv .box_countdown .yyc-sec-text {
    font-size: 4.4vw!important;
  }
}
.web_coupon--fv .box_countdown {
  padding-top: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .web_coupon--fv .box_countdown {
    margin-bottom: 3.33vw;
  }
}

.coupon_collabo__video {
  background: #fff;
  border-radius: 3px;
  padding: 5px;
  box-shadow: 0 5px 20px rgba(201, 173, 180, 0.3);
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .coupon_collabo__video {
    border-radius: 0.4vw;
    padding: 0.67vw;
    box-shadow: 0 0.67vw 2.67vw rgba(201, 173, 180, 0.3);
    margin-bottom: 3vw;
  }
}


/* ===============================================
    PLAN
================================================== */
.seciton_plan_read {
  font-size: clamp(18px, 3.6vw, 36px);
  letter-spacing: -0.02rem;
}


/* ===============================================
    REASON
================================================== */
.section_reason_sec03 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .section_reason_sec03 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.reason-list {
  padding: 0 clamp(15px, 5vw, 50px) clamp(30px, 8vw, 80px);
}
.reason-list p {
  font-size: clamp(13px, 2.2vw, 22px);
}


/* ===============================================
    技術と信頼
================================================== */
.seciton_point {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section_point-inner {
    padding: 0;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .section_point_drttl {
    padding: 0.6em 0.8em;
  }
}
.section_point_drttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}
.section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}
@media screen and (max-width: 767px) {
  .section_point_drttl::before,
  .section_point_drttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
.seciton_point_white-box {
  background: none;
  box-shadow: none;
  font-size: clamp(14px, 2.4vw, 24px);
}
.seciton_point_drarea_bdbox {
  background: #fff;
  border: 2px #f43a69 solid;
  padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}
.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.seciton_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3vw, 30px);
  font-weight: bold;
}
.seciton_point_drprof {
  margin: 0 0 clamp(40px, 8vw, 80px);
  background: transparent;
}
.seciton_point_drprof-box {
  justify-content: space-between;
  margin: 0 auto;
}
.seciton_point_drprof > p {
  font-weight: 500;
  text-align: center;
}
.seciton_point_drprof-box li {
  margin: 0 0 clamp(10px, 3vw, 30px);
  overflow: hidden;
  width: 48%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  background: #000;
  font-family: var(--font-yumincho);
}
.seciton_point_drprof-box li .dr_img {
  display: block;
}
.seciton_point_drprof-box li .dr_img img {
  width: 100%;
}
.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, 1vw, 10px);
  font-weight: bold;
  line-height: 110%;
  text-align: center;
}
.seciton_point_drprof-box li .dr_name span {
  font-size: clamp(10px, 1.8vw, 18px);
  color: #737373;
}
.seciton_point_drprof-box li .dr_spec {
  color: #ffffff;
  font-size: clamp(10px, 2vw, 20px);
  padding: clamp(8px, 0.8vw, 8px) 0;
  line-height: 130%;
  text-align: center;
}

.seciton_point_box {
  background: #ffffff;
  margin: 0 0 clamp(30px, 6vw, 60px);
  font-size: clamp(14px, 2.4vw, 24px);
}
.seciton_point_box .bd_blk_design {
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1vw, 10px) 0;
  margin: 0 auto clamp(20px, 4vw, 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, 0.25);*/
    box-sizing: border-box;
  }
  .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) / 3);*/
    margin-bottom: 10px;
  }

  .seciton_point_box_imgarea .pink_english_design {
    width: calc(100% - 100px);
    max-width: none;
  }
  .seciton_point_box_imgarea {
    margin-top: 15px;
  }
}

.section_point_drttl span {
  color: #f43a69;
}
.seciton_point_white-box .u_line2 {
  border-bottom: 2px solid #f43a69;
  display: inline;
  color: #f43a69;
}
.seciton_point_drarea_bdbox .ta_left span {
  color: #f43a69;
}

.seciton_point_drprof-box {
  background: var(--bg-color);
}


/* ===============================================
    施術までの流れ
================================================== */
/* フローリストスライダー */
.slick-list {
  width: min(800px, 100%);
  margin: 0 auto;
}

.flow_list {
  position: relative;
}
.flow_list .slick-prev {
  left: 0;
  background: url("../img/facelift_tarumi/slick-arrow_prev.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.flow_list .slick-next {
  right: 0;
  background: url("../img/facelift_tarumi/slick-arrow_next.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.flow_list .slick-dots {
  margin-top: min(30px, calc(calc(30/750) * 100vw));
}

.flow_list-item {
  margin-top: min(80px, calc(calc(80/750) * 100vw));
  box-shadow: 0 10px 20px 0 rgba(244, 58, 105, 0.2);
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding: min(25px, calc(calc(25/750) * 100vw)) min(20px, calc(calc(20/750) * 100vw)) min(25px, calc(calc(25/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
  background: #ce197d;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.flow_list-ttl .flow_list-step {
  margin-right: min(35px, calc(calc(35/750) * 100vw));
  width: min(110px, calc(calc(110/750) * 100vw));
  /* ↓double-eyelid_7_ai2023・double-eyelid_7 の記述を相殺 */
  border: none;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
}

.flow_list-ttl .flow_list-title {
  font-weight: 500;
  text-align: left;
  line-height: 1.28;
  font-size: min(36px, calc(calc(36/750) * 100vw));
}

.flow_list-ttl .flow_list-title span {
  display: block;
}

.flow_list-detail {
  padding: min(40px, calc(calc(40/750) * 100vw)) min(50px, calc(calc(50/750) * 100vw));
  background: #fff;
  border: #ce197d 2px solid;
  border-top: none;
}

.flow_list-detail .flow_list-text {
  font-size: min(24px, calc(calc(24/750) * 100vw));
  line-height: 1.75;
  margin-top: 1.4em;
}
.l-section .slick-dots li.slick-active button:before {
  background: #ce197d;
}
/* double-eyelid_7_ai2023・double-eyelid_7 の記述を相殺 */
.flow_list::after {
  display: none;
}


/* ===============================================
    交通費補助改修
================================================== */
.wrap630 {
  width: 630px;
  margin: 0 auto;
}
.transportation__cont {
  background: #fff3fc;
  border-radius: 5px;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .transportation__cont {
    border-radius: 0.67vw;
    padding: 4vw 0;
  }
}
.transportation__cont img {
  width: 100%;
}
.transportation__cont p {
  font-size: clamp(16px, 2vw, 30px);
  line-height: 2;
}



/* ===============================================
    クリニック一覧
================================================== */
#clinic dl.accordion > dt {
  background: #ce197d !important;
}
dl.accordion {
  width: 90%;
}

/* ===============================================
    予約フォーム
================================================== */
.reserve_inner__ttl {
  color: #464243;
  font-family: var(--font-yumincho);
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .reserve_inner__ttl {
    font-size: 6.67vw;
    font-weight: 600;
  }
}


/* ===============================================
    フッターバナー
================================================== */
.foot_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .foot_btn{
  right: 15px;
  bottom: 90px;
  width: 50px;
  }
}
#float_bnr{
  width: 750px;
  text-align: center;
  display: none;
  background: none;
  position: fixed;
  left: calc(50% - 375px);
  bottom: 0;
  z-index: 90;
}
#float_bnr.shadow img{
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 1.0));
}

#float_bnr .bnr-g-default .close {
  top: -13px;
  right: 12px;
}

#float_bnr .close {
  width: 27px;
  height: 27px;
  text-indent: -1000px;
  background: url(../img/footer/lightbox_close.png) no-repeat center;
  overflow: hidden;
  position: absolute;
  top: -12px;
  right: 12px;
}

#float_bnr.bnr-g-default .close {
  top: -13px;
  right: 12px;
  display:none;
}
#float_bnr.bnr-g-25000 .close,
#float_bnr.bnr-g-30000 .close,
#float_bnr.bnr-g-55000 .close {
  top: -13px;
  right: 12px;
  display:none;
}
#float_bnr.bnr-g-nose_clinic01 .close {
  top: 15px;
  right: 59px;
}

#float_bnr.bnr-y-default .close {
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 640px) {
  #float_bnr{
  width: 100%;
  left: 0;
  }
  #float_bnr .close{
  background-size: 60%;
  top: -13px;
  right: 0;
  }
  #float_bnr img{
  max-width: 100vw;
  }
  #float_bnr.bnr-g-default .close {
  top: -14px;
  right: 0;
  }
  #float_bnr.bnr-g-25000 .close,
  #float_bnr.bnr-g-30000 .close,
  #float_bnr.bnr-g-55000 .close {
  top: -9px;
  right: 0;
  }
  #float_bnr.bnr-g-nose_clinic01 .close {
  top: 0px;
  right: 15px;
  }
  #float_bnr.bnr-y-default .close {
  top: 0px;
  right: 0;
  }
}



/* ===============================================
    htmlから転記
================================================== */

/* web予約クーポン */
.web_coupon
{
background:url([tempurl]/img/double-eyelid_7/web_coupon_bk_pc.png)  no-repeat top center;
    margin-top: -60px;
    padding-top: 520px;
}
.change_btn
{
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.web_coupon.web_coupon--fv {
	max-width: 750px;
	margin: 0 auto;
    position: relative;
}

.web_coupon--fv .limit_btn a {
	transition: all .3s;
}
.web_coupon--fv .limit_btn a:hover {
	opacity: .8;
}

@media screen and (max-width: 750px) {
	.web_coupon.web_coupon--fv {
		background-size: 100%;
		padding-top: min(362px, calc(calc(362/750) * 100vw));
        margin-top: 0!important;
	}
	.web_coupon--fv .limit_btn {
		padding-top: min(30px, calc(calc(30/750) * 100vw));
		padding-bottom: min(120px, calc(calc(120/750) * 100vw));
	}
}

@media screen and (max-width: 640px)
{
.web_coupon
{
    background:url([tempurl]/img/double-eyelid_7/web_coupon_bk_sp.png)  no-repeat top center;
	background-size: 100% auto;
    margin-top: -160px;
    padding-top: 68vw;
}
.web_coupon
{
    z-index: 2!important;

}

.fv_area-inner img
{
    height:auto;
}
}

/* お支払い方法 */
.text__title {
    font-size: clamp(22px, 3vw, 40px);
    font-weight: bold;
  }

  .text__text {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.6;
	width: 600px;
    margin: auto;
  }

  @media screen and (max-width: 767px) {
	 .text__text {
	width: auto;
	  }
}

@media screen and (max-width: 750px) {
	.spmb5 {
		margin-bottom: 5px!important;
	}
}

/* その他 */
@media screen and (max-width: 767px){
  header {
    z-index: 999;
  }
}
.ttl-gray{
  color: #c7c7c7;
}
#clinic article>h2{
  display: none;
}

.wrap720 {
    width: 100%;
    max-width: 720px;
    margin: auto;
}