/* ========================================

二重LP　個別css

======================================== */

@charset "UTF-8";

/* ========================================
CSS変数始まり */


/* -- ↓CSS変数代入↓ -- */

:root {
	--color1: #ff5dc0;
}


/* -- ↑CSS変数代入↑ -- */


/* CSS変数終わり
======================================== */


/* ========================================
共通始まり */

body {
	padding-bottom: 150px;
	font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif
}

@media only screen and (max-width: 767px) {
	body {
		padding-bottom: 19.55671vw;
	}
}

main {
	background: #F2F5F9;
}

main img {
	vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
	main img {
		width: 100% !important;
	}
}

main .main_inner {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	main .main_inner {
		width: 100%;
		box-shadow: none;
	}
}

.wrap1000 {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.flex-box {
	display: flex;
}

#js--pagetop {
	cursor: pointer;
	text-align: right;
	position: absolute;
	bottom: 50px;
	right: 50px;
}

@media only screen and (max-width: 1050px) {
	#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;
	}
}


/*-- ↓フォント関連↓ --*/

.ff_serif {
	font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.lh180 {
	line-height: 180%;
}

.fw-bold {
	font-weight: bold;
}

.fs40 {
	font-size: clamp(20px, 4.0vw, 40px);
}

.fs44 {
	font-size: clamp(22px, 4.4vw, 44px);
}

.fc-select {
	color: var(--color1);
}

.fs10-20 {
	font-size: clamp(10px, 2.0vw, 20px);
}

.fc_select_serif strong {
	font-size: clamp(35px, 7.0vw, 70px);
}

.fc_select_serif span.medium {
	font-weight: bold;
}

.fc_select_serif {
	font-size: clamp(20px, 3.6vw, 36px);
	line-height: 160%;
}

.select-underline {
	border-bottom: 2px solid var(--color1);
	display: inline;
}


/*-- ↑フォント関連↑ --*/


/*-- ↓セクションタイトル部分↓ --*/

.ttl-gray {
	color: #c7c7c7;
}

.ttl-pink {
	color: #f0b7c6;
}

.bggray_ttl {
	background: #959595;
	color: #FFF;
	border-radius: 30px;
}

.bgpink_ttl {
	background: var(--color1);
	color: #FFF;
	border-radius: 30px;
}

.p-diamond::before {
	background-image: url(../img/double-eyelid_5/reason_bg04.png);
}

.g-diamond::before {
	background-image: url(../img/double-eyelid_5/point_bg02.png);
}

.w-diamond {
	background-color: #ededed!important;
}

.w-diamond::before {
	background-image: url(../img/double-eyelid_5/white_diamond.png);
}

.title__wrap--top {
	font-size: clamp(30px, 5.6vw, 56px);
	font-weight: 500;
	letter-spacing: 0.15em;
}

.title__wrap__area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	height: clamp(70px, 14vw, 140px);
	background: rgba(255, 255, 255, 0.8);
	position: relative;
}

.title__wrap__area::before {
	content: "";
	width: 238px;
	height: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 85%;
	position: absolute;
	left: 0;
	right: 720px;
	margin: 0 auto;
	bottom: 0;
}

.title__wrap--headline {
	font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: clamp(22px, 4.2vw, 42px);
	font-weight: 500;
	line-height: 124%;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
}


/*-- ↑セクションタイトル部分↑ --*/


/* -- ↓鍵かっこ部分↓ -- */

.kagikattko {
	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%);
}

.kagikattko .ff_serif {
	width: fit-content;
	padding: 0.6em 2.5em;
	margin: 0 auto;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.kagikattko .ff_serif::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: var(--color1) solid 2px;
	border-left: var(--color1) solid 2px;
}

.kagikattko .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: var(--color1) solid 2px;
	border-right: var(--color1) solid 2px;
}

@media screen and (max-width: 767px) {
	.kagikattko .ff_serif::before, .kagikattko .ff_serif::after {
		width: 30px;
		height: 30px;
		border-width: 1px;
	}
}

.kagikattko .ff_serif {
	width: fit-content;
	padding: 0.6em 2.5em;
	margin: 0 auto;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.kagikattko .ff_serif::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: var(--color1) solid 2px;
	border-left: var(--color1) solid 2px;
}

.kagikattko .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: var(--color1) solid 2px;
	border-right: var(--color1) solid 2px;
}

@media screen and (max-width: 767px) {
	.kagikattko .ff_serif::before, .kagikattko .ff_serif::after {
		width: 30px;
		height: 30px;
		border-width: 1px;
	}
}

/* -- ↑鍵かっこ部分↑ -- */


/* -- ↓チェックリスト↓ -- */

.check-box {
	width: fit-content;
	padding: clamp(15px, 3vw, 10px) clamp(15px, 7vw, 30px) 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	position: relative;
}

.check-box li {
	padding: 0.4em 0 0.4em 50px;
	font-size: clamp(14px, 2.2vw, 22px);
	font-weight: 500;
	position: relative;
	line-height: 145%;
}

.check-box li strong {
	font-weight: inherit;
	color: var(--color1);
}

.check-box li:last-child {
	border-bottom: none;
}

.check-box li::before {
	content: "";
	display: block;
	width: 31px;
	height: 29px;
	background: url(../img/double-eyelid_5/icon_check.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: .4em;
	left: 0;
}

@media screen and (max-width: 767px) {
	.check-box li {
		padding: 0.2em 0 0.2em 25px;
		border-width: 1px;
	}
	.check-box li::before {
		width: 15px;
		height: 14px;
	}
}

/* -- ↑チェックリスト↑ -- */


/* -- ↓強調↓ -- */

.serif-text {
	font-weight: bold;
	font-size: clamp(18px, 3.2vw, 34px);
	margin: clamp(30px, 8.0vw, 80px) 0 clamp(30px, 8.0vw, 80px);
}

/* -- ↑強調↑ -- */


/* -- 追記 -- */

.seciton_qa, .section_clinic, .reserve {
	background: linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%), url(../img/double-eyelid_5/flow_bg.png) repeat-x #FFFFFF;
	background-position: top center;
}

.fv, .change, .reason, .plan {
	background: #fff3fc;
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.fv, .change, .reason, .plan {
		background: #fff3fc;
		background-size: 100%;
		background-repeat: repeat-y;
		background-position: inherit;
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.fc_pink span {
	color: #ff5dc0;
}

.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%;
}

.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 {
	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;
}

.ff_serif {
	font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.seciton_ttl_area .ff_serif {
	font-size: clamp(22px, 4.2vw, 42px);
	font-weight: 500;
	line-height: 124%;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 767px) {
	.seciton_ttl_area::before {
		left: 20px;
	}
}

.seciton_point_drarea_bdbox .ff_serif {
	margin: 0 0 clamp(20px, 3.0vw, 30px);
	font-weight: bold;
}

.u_line {
	text-decoration: underline;
}

.u_line2 {
	border-bottom: 2px solid #ff5dc0;
	display: inline;
}

.fs40 {
	font-size: clamp(20px, 4.0vw, 40px);
}

.fs44 {
	font-size: clamp(22px, 4.4vw, 44px);
}

.ta_left {
	text-align: left !important;
}

.lh180 {
	line-height: 180%;
}

.fw_bold {
	font-weight: bold;
}

.pc_none {
	display: none !important;
}

.sp_none {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc_none {
		display: block !important;
	}
	.sp_none {
		display: none !important;
	}
}





/* 共通終わり
======================================== */


/* ========================================
    ヘッダー始まり */

@media screen and (max-width: 767px) {
	header {
		z-index: 999;
	}
}

.section_header {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.section_header_tel {
	margin: 0;
}


/* ヘッダー終わり
======================================== */

/* ========================================
クーポン 始まり */

.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--fv {
	background: url([tempurl]/img/double-eyelid_7/web_coupon_bk_sp.png)  no-repeat top center;
}
.web_coupon--fv .limit_btn {
	padding-top: 20px;
	padding-bottom: 100px;
}
.web_coupon--fv .box_countdown {
	padding-bottom: 0;
}

@media screen and (max-width: 750px) {
	.web_coupon--fv {
		background-size: 100%;
	padding-top: min(540px, calc(calc(540/750) * 100vw));
	}
	.web_coupon--fv .limit_btn {
		padding-top: min(20px, calc(calc(20/750) * 100vw));
		padding-bottom: min(100px, calc(calc(100/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;
}
}

/* クーポン　終わり
======================================== */


/* ========================================
満足度 始まり */

.enquete__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) {
	.enquete__reason_ttlarea {
		height: 400px;
		padding: 40px 25px 0;
		background-size: 120% auto;
	}
}

.enquete__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;
}

.enquete__reason_ttlarea__wrap {
	background: url(../img/double-eyelid_5/reason_bg.png) no-repeat;
	background-position: top center;
}

.enquete__ttl-sub {
	position: relative;
	font-size: clamp(22px, 3.6vw, 36px);
	font-weight: bold;
	margin: 0 0 clamp(45px, 7vw, 70px);
}

.enquete__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: 170px;
	height: 100%;
	background-size: contain;
}

.enquete__sec-ttl {
	margin-bottom: clamp(30px, 5vw, 50px);
	font-size: clamp(18px, 3.6vw, 36px);
	font-weight: bold;
	line-height: 1.4;
}

.enquete__sec-ttl span {
	font-size: clamp(30px, 6.0vw, 60px);
}

.enquete__read {
	font-weight: 500;
	line-height: 180%;
}

.enquete__read .enquete__read--value {
	margin: 0 0.2em;
}

.enquete__read .enquete__read--value::after {
	bottom: 0.4em;
}

@media screen and (max-width: 767px) {
	.enquete__read {
		line-height: 160%;
	}
	.enquete__read>span::after {
		height: 1px;
	}
}


/* 満足度終わり
======================================== */


/* ========================================
    reason始まり */

.reason {
	background: url(../img/double-eyelid_5/reason_bg05.png) repeat;
}

.reason__point__video video {
	max-width: 560px;
	width: 100%;
	margin: 0 auto clamp(20px, 3vw, 30px);
	display: block;
}

.reason__wrap {
	padding: clamp(30px, 4vw, 40px) clamp(15px, 3vw, 30px);
}

.reason__wrap__point {
	margin: clamp(30px, 4vw, 40px) auto 0;
}

.reason__point1::before {
	background: url(../img/double-eyelid_5/reason_point01.png) no-repeat top center;
}

.reason__point1--txt {
	font-weight: bold;
	position: relative;
	padding: 0 16px;
	max-width: 500px;
	margin: 0 auto clamp(15px, 3vw, 30px);
}

.reason__point1--txt.red {
	color: #F53A69;
	text-align: center;
}

.reason__point1--txt.red::before {
	content: '＼';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.reason__point1--txt.red::after {
	content: '／';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.reason__point {
	background: #f9cfdb;
	padding: 0 clamp(15px, 6vw, 60px) clamp(30px, 8vw, 80px);
	position: relative;
	margin: 0 0 clamp(50px, 8vw, 80px);
}

.reason__point::before {
	content: "";
	position: absolute;
	left: 80px;
	top: -20px;
	width: 129px;
	height: 100%;
}

.reason__point2::before {
	background: url(../img/double-eyelid_5/reason_point02.png) no-repeat top center;
}

.reason__point3::before {
	background: url(../img/double-eyelid_5/reason_point03.png) no-repeat top center;
}

.reason__point04::before {
	background: url(../img/double-eyelid_5/reason_point04.png) no-repeat top center;
}

.reason__point05::before {
	background: url(../img/double-eyelid_5/reason_point05.png) no-repeat top center;
}

@media screen and (max-width: 767px) {
	.reason__point {
		padding: 0 15px 30px;
	}
	.reason__point:last-child {
		margin-bottom: 0;
	}
	.reason__point::before {
		background-size: 85% !important;
		left: 20px;
		top: -10px;
		width: 80px;
		height: 100%;
		z-index: 0;
	}
}

.reason__point .reason__point__content {
	background: #FFFFFF;
	padding: clamp(20px, 5vw, 50px) clamp(20px, 5vw, 50px);
}

.reason__point .reason__point__content p {
	line-height: 200%;
}

.reason__point .reason__point__ttl {
	display: flex;
	align-items: center;
	height: 160px;
	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;
}

.reason__point p {
	font-size: clamp(14px, 2.2vw, 22px);
}

.reason__point .reason__point__content .flex-box {
	margin: 0 0 clamp(20px, 4vw, 40px);
	align-items: center;
}

.reason__point .reason__point__content .flex-box p {
	margin: 0 clamp(20px, 4vw, 40px) 0 0;
}

.reason__point .reason__point__content .flex-box .flex-box_img {
	width: 25%;
}

.reason__point .reason__point__content .flex-box .flex-box_img img {
	width: 100%;
}

.reason__point .reason__point__content .flex-box .check-box {
	padding: 0;
	flex: 1;
}

.reason__point .reason__point__content .reason__content--txt {
	margin-bottom: clamp(20px, 4vw, 40px);
	text-align: left;
}

.reason__point .reason__point__content .reason__content__img {
	margin-bottom: clamp(20px, 4vw, 40px);
}

.reason__point .reason__point__content .bggray_ttl, .reason__point .reason__point__content .bgpink_ttl {
	margin-bottom: clamp(10px, 2vw, 20px);
}

.reason__point05__list li {
	margin-bottom: 20px;
}

.reason__point05__list li p {
	font-weight: 500;
}

.reason__point05__list li .bgpink_ttl {
	width: 200px;
	margin: 0 auto -1em !important;
}

.reason__point05__list li .select-box {
	display: block;
	padding: calc(clamp(10px, 2vw, 20px) + 0.5em) 0px clamp(10px, 2vw, 20px);
	border: var(--color1) 2px solid;
}

@media screen and (max-width: 767px) {
	.reason__point .reason__point__ttl {
		height: 85px;
		padding-left: 100px;
		background-size: 90px auto;
	}
	.reason__point05__list li .bgpink_ttl {
		width: 140px;
	}
	.reason__point05__list li .select-box {
		border-width: 1px;
	}
	.reason__top__inner.flex-box {
		display: block;
		padding: 10px 20px 30px;
	}
	.reason__top__inner::before, .reason__top__inner::after {
		border-width: 20px;
	}
}

.reason__top__inner {
	border: solid var(--color1) 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;
}

.reason__top__inner img {
	width: 54%;
	height: 100%;
}

.reason__top__inner::before {
	content: "";
	border-left: 30px solid transparent;
	border-top: 30px solid var(--color1);
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.reason__top__inner::after {
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 30px solid var(--color1);
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.reason__top__inner .check-box {
	padding: 0;
	flex: 1;
}

.reason__content__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;
}

.reason__content__comment::before, .reason__content__comment::after {
	content: "";
	display: block;
	width: clamp(1px, 0.2vw, 2px);
	height: clamp(35px, 5.5vw, 55px);
	background: var(--color1);
	position: absolute;
	top: 50%;
}

.reason__content__comment::before {
	transform: rotate(-20deg) translateY(-50%);
	left: -25px;
}

.reason__content__comment::after {
	transform: rotate(20deg) translateY(-50%);
	right: -25px;
}

@media screen and (max-width: 767px) {
	.select-underline {
		border-width: 1px;
	}
	.reason__content__comment::before {
		left: -15px;
	}
	.reason__content__comment::after {
		right: -15px;
	}
}


/* reason終わり
======================================== */


/*================================
クリニックを選ぶポイント始まり */

.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;
}

.point .point__drarea--ttl {
	width: fit-content;
	padding: 0.6em 1em;
	margin: 0 auto clamp(30px, 6vw, 60px);
	font-weight: 500;
	text-align: center;
	position: relative;
}

.point .point__drarea--ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: var(--color1) solid 2px;
	border-left: var(--color1) solid 2px;
}

.point .point__drarea--ttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: var(--color1) solid 2px;
	border-right: var(--color1) solid 2px;
}

@media screen and (max-width: 767px) {
	.point .point__drarea--ttl::before, .point .point__drarea--ttl::after {
		width: 30px;
		height: 30px;
		border-width: 1px;
	}
}

.point__content__drprof {
	margin: 0 0 clamp(40px, 8vw, 80px);
	background: #FFF;
}

.point__drprof__box {
	justify-content: space-between;
	width: 640px;
	margin: 0 auto;
}

.point__content__drprof>p {
	font-weight: 500;
}

.point__drprof__box li {
	margin: 0 0 clamp(10px, 3.0vw, 30px);
	overflow: hidden;
	width: 300px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
	background: #000;
	font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.point__drprof__box li .point__unit__drimg {
	display: block;
}

.point__drprof__box li .point__unit__drname {
	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%;
}

.point__drprof__box li .point__unit__drname span {
	font-size: clamp(10px, 1.8vw, 18px);
	color: #737373;
}

.point__drprof__box li .point__unit__drspec {
	color: #FFFFFF;
	font-size: clamp(12px, 2.4vw, 24px);
	padding: clamp(8px, 0.8vw, 8px) 0;
	line-height: 130%;
}

.point__content__box {
	background: #FFFFFF;
	margin: 0 0 clamp(30px, 6vw, 60px);
	font-size: clamp(14px, 2.4vw, 24px);
}

.point__content__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;
}

.select-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) {
	.point__wrap__content {
		padding: 15px;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
	}
	.point__content__drprof>p {
		margin-top: 20px;
	}
	.point__drarea__box::before, .point__drarea__box::after {
		border-width: 20px;
	}
	.point__drprof__box {
		width: 100%;
	}
	.point__drprof__box li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}
	.select-english-design {
		width: calc(100% - 100px);
		max-width: none;
	}
}

.point__wrap__content {
	background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%), url(../img/double-eyelid_5/point_white-box_bg.png);
	padding: clamp(15px, 8vw, 80px) clamp(15px, 6vw, 60px);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
	font-size: clamp(14px, 2.4vw, 24px);
}

.point__drarea__box {
	background: #FFF;
	border: 2px var(--color1) solid;
	padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
	margin-bottom: clamp(30px, 6vw, 60px);
	position: relative;
}

.point__drarea__box::before {
	content: "";
	border-left: 30px solid transparent;
	border-top: 30px solid var(--color1);
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.point__drarea__box::after {
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 30px solid var(--color1);
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.point__drarea__box .ff_serif {
	margin: 0 0 clamp(20px, 3.0vw, 30px);
	font-weight: bold;
}

/* クリニックを選ぶポイント終わり
=================================*/


/*===============================
plan始まり */

.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;
}

.plan__head {
	margin-bottom: clamp(50px, 8vw, 80px);
	text-align: center;
	font-weight: 500;
}

.plan__content {
	margin-bottom: clamp(40px, 8vw, 80px);
	background: #fff;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.plan__content:last-child {
	margin-bottom: 0;
}

.plan__content .plan__content__ttl {
	padding: 1.8em 0 0;
	background: var(--color1);
	color: #fff;
	position: relative;
}

.plan__content .plan__content__detail {
	padding: clamp(15px, 6vw, 60px);
}

.plan__content .plan__ttl--top {
	width: calc(100% - 40px);
	max-width: 580px;
	padding: 0.5em 0;
	background: #fff;
	border: var(--color1) 2px solid;
	border-radius: 8px;
	font-size: clamp(12px, 2.2vw, 22px);
	font-weight: bold;
	color: var(--color1);
	text-align: center;
	position: absolute;
	left: 50%;
	top: -1.2em;
	z-index: 1;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.plan__wrap {
		padding: 0 15px;
	}
}

.plan__price--value {
	background: #fff;
	color: var(--color1);
}

.plan__detail__recommend {
	position: relative;
}

.plan__detail__recommend .plan__recommend--ttl {
	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__detail__recommend .check-box {
	width: 100%;
	padding: 40px;
	margin-bottom: clamp(20px, 4vw, 40px);
	border: #000 2px solid;
}

.plan__detail--txt {
	margin-bottom: clamp(20px, 4vw, 40px);
	font-size: clamp(12px, 2.0vw, 20px);
	line-height: 1.8em;
}

.plan__detail__price {
	background: #F5F5F5;
}

.plan__detail__price .plan__price--value {
	background: #000;
	color: #fff;
}

.plan__detail__coupon {
	display: flex;
	align-items: stretch;
	height: 100px;
	border: var(--color1) 2px solid;
	color: var(--color1);
}

.plan__detail__coupon p {
	display: flex;
	align-items: center;
	padding: 0 clamp(10px, 2.5vw, 25px);
	background: var(--color1);
	font-size: clamp(14px, 2.8vw, 28px);
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: relative;
}

.plan__detail__coupon .plan__ttl__price {
	margin: 0 auto;
	padding: 0;
}

.plan__detail__coupon .plan--value {
	background: var(--color1);
	font-size: clamp(10px, 2.2vw, 22px);
	color: #fff;
}

.plan__detail__coupon .plan--price {
	font-size: clamp(32px, 7.5vw, 75px);
}

.plan__detail__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 var(--color1);
	border-right: 0;
	position: absolute;
	right: -20px;
}

@media screen and (max-width: 767px) {
	.plan__content .plan__ttl--top {
		width: calc(100% - 80px);
		border-width: 1px;
		line-height: 1.1;
	}
	.plan__ttl__price .plan__price--name {
		margin: 0 10px 0 0;
	}
	.plan__ttl__price .plan--value {
		margin: 0 5px 0 0;
	}
	.plan__detail__recommend .check-box {
		padding: 20px 15px 15px;
		border-width: 1px;
	}
	.plan__detail__coupon {
		height: 60px;
		border-width: 1px;
	}
	.plan__detail__coupon p::after {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 10px solid var(--color1);
		right: -10px;
	}
	.plan__detail__recommend .plan__recommend--ttl {
		width: calc(100% - 80px);
		border-width: 1px;
	}
}

.plan__ttl__price {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	margin: 0;
}

.plan__ttl__price .plan__price--name {
	margin: 0 20px 0 0;
	font-size: clamp(18px, 3.6vw, 36px);
	font-weight: 500;
	line-height: 1.1;
}

.plan__price--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--price {
	margin: 0;
	font-size: clamp(28px, 5.6vw, 56px);
	font-weight: 500;
	line-height: 1;
	position: relative;
}

.plan__price--price::before {
	content: "¥";
	font-size: 80%;
	font-weight: bold;
}

.plan__price--price span {
	display: inline-block;
	margin-left: -0.5em;
	font-size: 26%;
}

.plan__price--price em {
	font-size: clamp(18px, 5.6vw, 56px);
}

.plan__content .plan__detail__case {
	margin-bottom: clamp(40px, 8vw, 80px);
}


/* plan終わり
================================= */


/*===============================
提案 始まり */

.teian .teian__wrap--ttl {
	width: fit-content;
	padding: 0.6em 1em;
	margin: 0 auto clamp(40px, 6vw, 60px);
	font-weight: 500;
	text-align: center;
	position: relative;
}

.teian .teian__wrap--ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: var(--color1) solid 2px;
	border-left: var(--color1) solid 2px;
}

.teian .teian__wrap--ttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: var(--color1) solid 2px;
	border-right: var(--color1) solid 2px;
}

@media screen and (max-width: 767px) {
	.teian .teian__wrap {
		padding: 0 15px;
	}
	.teian .teian__wrap--ttl::before, .teian .teian__wrap--ttl::after {
		width: 30px;
		height: 30px;
		border-width: 1px;
	}
	.teian__wrap__select .teian__select__img img {
		width: 132px !important;
		margin-top: -60px;
		margin-right: -30px;
	}
	.teian__wrap__model {
		border-width: 1px;
	}
	.teian__wrap__model .teian__model--read {
		margin: 30px 0 15px;
	}
	.teian__wrap__model .teian__model__detail {
		padding: 30px 15px;
	}
	.teian__wrap__model .teian__model__detail .ff_serif {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.teian__wrap__model .teian__detail__img {
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.teian__wrap__select {
	padding: 20px 40px 60px;
	margin-bottom: 80px;
	background: #FFECF3;
	text-align: center;
}

.teian__wrap__select .serif-text {
	margin: 0;
}

.teian__wrap__select .teian__select__img {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 20px;
}

.teian__wrap__select .pink_box_text {
	margin-top: 30px;
	text-align: center;
}

.teian__wrap__model {
	border: var(--color1) 2px solid;
}

.teian__wrap__model .teian__model--read {
	margin: 60px 0 30px;
	text-align: center;
	color: var(--color1);
}

.teian__wrap__model .teian__model--read span {
	margin-right: 0.5em;
	background: var(--color1);
	color: #fff;
}

.teian__wrap__model .teian__model--ttl {
	padding: 15px 0;
	background: var(--color1);
	text-align: center;
	color: #fff;
	font-size: clamp(24px, 4.8vw, 48px);
	line-height: 1.2;
}

.teian__wrap__model .teian__model__detail {
	padding: 60px;
	text-align: center;
}

.teian__wrap__model .teian__model__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__wrap__model .teian__model__detail .teian__detail--txt {
	margin-bottom: 0.5em;
	font-size: clamp(14px, 2.2vw, 22px);
	line-height: 1.8;
}

.teian__wrap__model .teian__model__detail p.smaill {
	font-size: clamp(12px, 2vw, 20px);
}

.teian__wrap__model .teian__detail__img {
	margin: clamp(30px, 6vw, 60px) 0;
}

@media screen and (max-width: 767px) {
	.teian__wrap__select {
		padding: 20px 15px 30px;
		margin-bottom: 40px;
	}
	.teian__wrap__select .serif-text {
		margin-top: 20px;
		font-size: 16px;
	}
	.teian__wrap__select .serif-text span {
		font-size: 18px;
	}
}


/* 提案 終わり
================================= */


/*===============================
flow始まり */

.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;
}

@media screen and (max-width: 767px) {
	.flow__wrap {
		padding: 0 15px;
	}
	.flow__list-box__ttl {
		padding: 20px 10px;
	}
	.flow__list-box__ttl .flow__ttl--step {
		padding: 2px 10px;
		border-width: 1px;
		font-size: 16px;
		top: -15px;
	}
}

.flow__wrap__list {
	position: relative;
}

.flow__wrap__list::after {
	content: "";
	height: 100%;
	border-left: var(--color1) 2px dotted;
	position: absolute;
	top: 0;
	left: 50%;
}

.flow__wrap__youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.flow__wrap__youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.flow__list__box {
	margin-top: 80px;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
	position: relative;
	z-index: 1;
}

.flow__list-box__ttl {
	padding: 40px 0;
	background: var(--color1);
	text-align: center;
	color: #fff;
	position: relative;
}

.flow__list-box__ttl .flow__ttl--step {
	display: flex;
	align-items: center;
	background: #fff;
	border: var(--color1) 2px solid;
	position: absolute;
	left: 0;
	top: -20px;
	padding: 2px 20px;
	font-size: 30px;
	font-weight: 500;
	color: var(--color1);
	letter-spacing: 0.1em;
}

.flow__list-box__ttl .flow__ttl--step span {
	font-size: 140%;
}

.flow__list-box__ttl .flow__ttl--ttl {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.flow__list-box__ttl .flow__ttl--ttl span {
	display: block;
	font-size: 80%;
}

.flow__list-box__detail {
	padding: 60px;
	background: #fff;
	border: var(--color1) 2px solid;
	border-top: none;
}

.flow__list-box__detail .flow__detail--txt {
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.8;
}

.flow__list-box__detail .flow__detail--txt.small {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.flow__list__box {
		margin-top: 50px;
	}
	.flow__list-box__ttl .flow__ttl--ttl {
		font-size: 20px;
	}
	.flow__list-box__detail {
		padding: 15px 15px 20px;
	}
	.flow__list-box__detail .flow__detail--txt {
		margin-top: 20px;
		font-size: 14px;
	}
	.flow__list-box__detail .flow__detail--txt.small {
		font-size: 12px;
	}
}


/* flow 終わり
================================= */


/* ==============================
 QA 始まり */

.faq {
	background: linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%), url(../img/double-eyelid_5/flow_bg.png) repeat-x #FFFFFF;
	background-position: top center;
}

.faq .title__wrap__area {
	background-color: #ededed;
}

.faq__wrap__q, .faq__wrap__a {
	border: var(--color1) 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;
}

.faq__wrap__q span, .faq__wrap__a span {
	display: inline-block;
	margin-left: 40px;
}

.faq__wrap__q {
	color: var(--color1);
	transition: all 0.4s;
}

.faq__wrap__q:first-child {
	border-top-width: 1px;
}

.faq__wrap__q::before, .faq__wrap__q::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: var(--color1);
	transition: .2s;
	width: clamp(13px, 2.6vw, 26px);
	height: 2px;
	right: 15px;
	top: 45%;
}

.faq__wrap__q::after {
	content: '';
	transform: rotate(90deg);
}

.faq__wrap__q.js--accordion-open {
	background: var(--color1);
	color: #fff;
}

.faq__wrap__q.js--accordion-open::before, .faq__wrap__q.js--accordion-open::after {
	background-color: #fff;
}

.faq__wrap__q.js--accordion-open::after {
	transform: rotate(0deg);
}

.faq__q__txt::before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: "Q.";
}

.faq__wrap__a {
	display: none;
	margin: 0;
	background: #ffecf1;
	color: var(--color1);
}

.faq__a__txt::before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: "A.";
}

.faq_inner {
	padding: 0 50px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.faq_inner {
		padding: 0 15px;
	}
}


/* QA 終わり
================================= */


/* ==============================
クリニック一覧　始まり */

.section_clinic {
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
	background: #fff;
	padding: clamp(35px, 7vw, 70px) 0;
}

#clinic article h2 {
	display: none;
}

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;
}

#clinic p {
	margin-bottom: 1em;
}

#clinic dl.accordion>dt::before {
	content: '▼';
}

#clinic dl.accordion>dd {
	padding: 0.5em;
	background: #fff;
}

#clinic dl.accordion>dd::before {
	content: none;
}

#clinic dl.accordion h3 {
	margin: 3%;
	border-bottom: 3px double #c0b0a3;
}

#clinic dl.accordion dl {
	display: flex;
	margin: 0 3% 3%;
	flex-wrap: wrap;
	justify-content: space-between;
}

#clinic dl.accordion dl dt {
	width: 3em;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 3% 0;
}

#clinic dl.accordion dl dd {
	padding: 3% 0 3% 1em;
	width: calc(100% - 4em);
	border-top: 1px solid #ccc;
	margin-left: 0;
}

#clinic dl.accordion dl dt:first-child, #clinic dl.accordion dl dt:first-child+dd {
	border: none;
	padding-top: 0;
}

#clinic a {
	color: #fa9999;
}

dl.accordion {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-size: clamp(13px, 3.5vw, 26px);
}

#clinic dl.accordion>dt {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #f53968;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 2em;
	position: relative;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

#clinic dl.accordion>dt::before {
	content: '▼';
	color: #fff;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
}

#clinic dl.accordion>dd {
	padding: 0.5em;
	background: #fff;
}

#clinic dl.accordion>dd::before {
	content: none;
}

#clinic dl.accordion h3 {
	margin: 3%;
	border-bottom: 3px double #ffb400;
}

#clinic dl.accordion dl {
	display: flex;
	margin: 0 3% 3%;
	flex-wrap: wrap;
	justify-content: space-between;
}

#clinic dl.accordion dl dt {
	width: 3em;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 3% 0;
}

#clinic dl.accordion dl dd {
	padding: 3% 0 3% 1em;
	width: calc(100% - 4em);
	border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child, #clinic dl.accordion dl dt:first-child+dd {
	border: none;
	padding-top: 0;
}

#clinic a {
	color: #f68888;
}

@media screen and (max-width: 1000px) {
	#clinic .quotation dt {
		display: block;
		margin-bottom: 5px;
	}
	#clinic .quotation dd {
		display: block;
		color: #444;
		padding-right: 20px;
	}
}


/* クリニック一覧 終わり
================================= */


/* ==============================
reserve　始まり */

.reserve {
	background: linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%), url(../img/double-eyelid_5/flow_bg.png) repeat-x #FFFFFF;
	background-position: top center;
}

/* reserve 終わり
================================= */


/* ==============================
ポイント4　始まり */

@charset "UTF-8";*,::after,::before {
    box-sizing: border-box
}

.lp_double-eyelid_6__section4_reasonSubTitle {
    margin:18px auto;
    display:flex;
    align-items:stretch;
    justify-content:center;
    text-align:center;
    font-weight:700;
    letter-spacing:.04em;
    line-height:1.3333333333
   }
   @media screen and (min-width:760px) {
    .lp_double-eyelid_6__section4_reasonSubTitle {
     margin:36px auto;
     font-size:36px
    }
   }
   @media screen and (min-width:1100px) {
    .lp_double-eyelid_6__section4_reasonSubTitle {
     font-size:24px;
    }
   }
   .lp_double-eyelid_6__section4_reasonSubTitle:after,
   .lp_double-eyelid_6__section4_reasonSubTitle:before {
    content:"";
    width:15px;
    height:40px
   }
   @media screen and (min-width:760px) {
    .lp_double-eyelid_6__section4_reasonSubTitle:after,
    .lp_double-eyelid_6__section4_reasonSubTitle:before {
     width:30px;
     height:78px
    }
   }
   @media screen and (min-width:1100px) {
    .lp_double-eyelid_6__section4_reasonSubTitle:after,
    .lp_double-eyelid_6__section4_reasonSubTitle:before {
     width:22px;
     height:36px
    }
   }
   .lp_double-eyelid_6__section4_reasonSubTitle:before {
    background:transparent url(../img/double-eyelid_6/bg_section4sub_01.svg) no-repeat top;
    background-size:contain;
    /*! margin-right:8px */
   }
   @media screen and (min-width:760px) {
    .lp_double-eyelid_6__section4_reasonSubTitle:before {
     margin-right:24px;
    }
   }
   @media screen and (min-width:1100px) {
    .lp_double-eyelid_6__section4_reasonSubTitle:before {
     margin-right:12px;
    }
   }
   .lp_double-eyelid_6__section4_reasonSubTitle:after {
    background:transparent url(../img/double-eyelid_6/bg_section4sub_02.svg) no-repeat top;
    background-size:contain;
    margin-left:8px
   }
   @media screen and (min-width:760px) {
    .lp_double-eyelid_6__section4_reasonSubTitle:after {
     margin-left:24px
    }
   }
   @media screen and (min-width:1100px) {
    .lp_double-eyelid_6__section4_reasonSubTitle:after {
     margin-left:12px
    }
   }
    .lp_double-eyelid_6__section4_reasonMore {
        border: 2px solid #f579b7;
        border-radius: 5px
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMore {
            border-width:4px;
            border-radius: 10px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMore {
            border-width:2px;
            border-radius: 5px
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        position: relative;
        color: #f579b7;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .04em
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreBtn {
            height:100px;
            font-size: 36px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreBtn {
            height:60px;
            font-size: 24px
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreBtn:hover {
        color: #f579b7
    }
    
    .lp_double-eyelid_6__section4_reasonMoreBtn:after,.lp_double-eyelid_6__section4_reasonMoreBtn:before {
        background: #f579b7;
        content: "";
        width: 15px;
        height: 2px;
        position: absolute;
        top: 24px;
        right: 16px;
        transition: all .25s ease
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreBtn:after,.lp_double-eyelid_6__section4_reasonMoreBtn:before {
            width:30px;
            height: 4px;
            top: 50px;
            right: 33px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreBtn:after,.lp_double-eyelid_6__section4_reasonMoreBtn:before {
            width:18px;
            height: 2px;
            top: 31px
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreBtn:after {
        transform: rotate(-90deg)
    }
    
    .lp_double-eyelid_6__section4_reasonMoreBtn.is-open {
        background: #fff
    }
    
    .lp_double-eyelid_6__section4_reasonMoreBtn.is-open:after {
        transform: none
    }
    
    .lp_double-eyelid_6__section4_reasonMoreContents {
        background: #fff;
        border-top: 1px solid #f579b7;
        padding: 17px 28px;
        display: none
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreContents {
            padding:0;
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreNotice {
        margin: 0 0 7px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .04em
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreNotice {
            margin-bottom:14px;
            font-size: 22px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreNotice {
            display:none
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreNotice:before {
        background: transparent url(../img/double-eyelid_6/icon_notice.svg) no-repeat center;
        background-size: contain;
        content: "";
        width: 15px;
        height: 15px;
        margin-right: 3px
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreNotice:before {
            width:31px;
            height: 31px;
            margin-right: 5px
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreTable {
        border: 1px solid #f579b7;
        table-layout: fixed;
        width: 750px;
        text-align: center
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreTable {
            width:1500px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreTable {
            border:none;
            width: 100%
        }
    }
    .lp_double-eyelid_6__section4_reasonMoreTableWrapper {
        width: 100%;
        border-top: 1px solid #f579b7;
    }
    @media screen and (max-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreTableWrapper {
        width: 100%;
        overflow-x: scroll;
        border-top: 1px solid #f579b7;
        }
    }
    .lp_double-eyelid_6__section4_reasonMoreTable_tr:nth-of-type(odd) {
        background: #fff
    }
    
    .lp_double-eyelid_6__section4_reasonMoreTable_tr:nth-of-type(2n) {
        background: #fef4fa
    }
    
    .lp_double-eyelid_6__section4_reasonMoreTable_cell {
        width: 106px;
        font-size: 15px;
        font-weight: 700;
        text-align: center
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreTable_cell {
            width:212px;
            font-size: 30px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreTable_cell {
            width:105px;
            font-size: 15px
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreTable_cell:not(:last-of-type) {
        border-right: 1px solid #f579b7
    }
    
    .lp_double-eyelid_6__section4_reasonMoreTable_thead .lp_double-eyelid_6__section4_reasonMoreTable_th {
        border-top: none
    }
    
    .lp_double-eyelid_6__section4_reasonMoreTable_thead .lp_double-eyelid_6__section4_reasonMoreTable_cell {
        background: #fef4fa;
        color: #f579b7;
        font-size: 14px;
        letter-spacing: .04em
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreTable_thead .lp_double-eyelid_6__section4_reasonMoreTable_cell {
            font-size:28px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreTable_thead .lp_double-eyelid_6__section4_reasonMoreTable_cell {
            font-size:14px
        }
    }
    
    .lp_double-eyelid_6__section4_reasonMoreTable_th {
        background: #f579b7;
        border-top: 1px solid #fff;
        width: 145px;
        padding: 27px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .04em;
        text-align: left
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonMoreTable_th {
            padding:54px 30px;
            width: 290px;
            font-size: 28px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonMoreTable_th {
            padding:25px 16px;
            width: 145px;
            font-size: 15px
        }
    }
    
    .lp_double-eyelid_6__section4_reasonSubText {
        margin: 20px auto;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: .04em;
        line-height: 1.3333333333;
        text-align: center
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_reasonSubText {
            font-size:36px;
            line-height: 1.1111111111
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_reasonSubText {
            font-size:24px;
            line-height: 1
        }
    }
    
    .lp_double-eyelid_6__section4_container {
        margin: 0 auto;
        max-width: calc(100% - 34px)
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_container {
            max-width:680px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_container {
            max-width:780px
        }
    }
    
    .lp_double-eyelid_6__section4_contents {
        background: #f579b7;
        width: 100%;
        max-width: calc(100% - 3.3333333333px);
        height: 147px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        padding: 15px 0 20px;
        color: #fff
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_contents {
            max-width:calc(100% - 20px);
            height: 294px;
            padding: 30px 0 34px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_contents {
            max-width:calc(100% - 14px);
            height: 260px
        }
    }
    
    .lp_double-eyelid_6__section4_contents:has(.lp_double-eyelid_6__section4_reasonImg-07) .lp_double-eyelid_6__section4_contentsText {
        margin-top: 8px
    }
    
    .lp_double-eyelid_6__section4_contentsWrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5px
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_contentsWrapper {
            margin-bottom:50px;
            gap: 7px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_contentsWrapper {
            max-width:614px;
            margin: 0 auto 40px
        }
    }
    
    .lp_double-eyelid_6__section4_contentsTitle {
        margin: 10px auto 12px;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .04em;
        text-align: center;
        text-decoration: underline
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_contentsTitle {
            margin:20px auto 25px;
            font-size: 36px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_contentsTitle {
            font-size:24px
        }
    }
    
    .lp_double-eyelid_6__section4_contentsText {
        margin: 0;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .04em;
        text-align: center
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_contentsText {
            font-size:22px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_contentsText {
            font-size:18px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuList {
            display:flex;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 2px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItem {
            width:100%;
            max-width: calc((100% - 2px)/ 3)
        }
    }
    
    .lp_double-eyelid_6__section4_menuItemBox {
        max-height: none;
        transition: all .25s ease;
        overflow: visible;
        opacity: 1
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItemBox {
            display:none!important
        }
    }
    
    .lp_double-eyelid_6__section4_menuItemBox.is-hidden {
        max-height: 0;
        overflow: hidden;
        opacity: 0
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItemBox.is-hidden {
            max-height:none;
            overflow: visible;
            opacity: 1
        }
    }
    
    .lp_double-eyelid_6__section4_menuItemLarge {
        display: none
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItemLarge {
            display:block
        }
    }
    
    .lp_double-eyelid_6__section4_menuItem:not(:last-of-type) {
        margin-bottom: 1px
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItem:not(:last-of-type) {
            margin-bottom:0
        }
    }
    
    .lp_double-eyelid_6__section4_menuItemTitle {
        background: #f579b7;
        margin: 0
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItemTitle {
            opacity:.5
        }
    }
    
    .lp_double-eyelid_6__section4_menuItemTitle.is-active .lp_double-eyelid_6__section4_menuItemTitleInner:after {
        transform: translateY(-50%) rotate(-180deg)
    }
    
    .lp_double-eyelid_6__section4_menuItemTitle.is-show {
        opacity: 1
    }
    
    .lp_double-eyelid_6__section4_menuItemTitleInner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 0 25px 0 12px;
        height: 55px
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_menuItemTitleInner {
            padding-right:40px;
            height: 110px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItemTitleInner {
            flex-direction:column;
            justify-content: center;
            padding: 0;
            padding-top: 12px;
            height: 90px
        }
    }
    
    .lp_double-eyelid_6__section4_menuItemTitleInner:after {
        background: transparent url(../img/double-eyelid_6/icon_caret.svg) no-repeat center;
        background-size: contain;
        content: "";
        width: 15px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: all .25s ease
    }
    
    @media screen and (min-width: 760px) {
        .lp_double-eyelid_6__section4_menuItemTitleInner:after {
            width:30px;
            height: 16px
        }
    }
    
    @media screen and (min-width: 1100px) {
        .lp_double-eyelid_6__section4_menuItemTitleInner:after {
            content:none
        }
    }
    .lp_double-eyelid_6__section4_reason {
    padding-bottom: 46px
}

@media screen and (min-width: 760px) {
    .lp_double-eyelid_6__section4_reason {
        padding-bottom:80px
    }
}

@media screen and (min-width: 1100px) {
    .lp_double-eyelid_6__section4_reason {
        padding-bottom:60px
    }
}

.lp_double-eyelid_6__section4_reason:nth-of-type(odd) {
    background: #fef4fa;
}

.lp_double-eyelid_6__section4_reason:last-of-type {
    padding-bottom: 0
}

.lp_double-eyelid_6__section4_reasonTitle {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    top: -10px
}

/* ポイント4 終わり
================================= */


/* ========================================

二重（若年層向け） シーズナル　個別css

======================================== */

@charset "UTF-8";
.seciton_reason .section_ttl_eng {
	color: #f0b7c6;
}

.seciton_point .section_ttl_eng {
	color: #C7C7C7;
}

.seciton_plan .section_ttl_eng {
	color: #f0b7c6;
}

.seciton_flow .section_ttl_eng {
	color: #C7C7C7;
}

.seciton_qa .section_ttl_eng {
	color: #C7C7C7;
}

.seciton_qa .seciton_ttl_area {
	background: rgba(234, 234, 234, 0.8);
}

.section_clinic .section_ttl_eng {
	color: #C7C7C7;
}

.section_clinic .seciton_ttl_area {
	background: rgba(234, 234, 234, 0.8);
}

.reserve .section_ttl_eng {
	color: #C7C7C7;
}

.reserve .seciton_ttl_area {
	background: rgba(234, 234, 234, 0.8);
	margin-bottom: 0;
}

.seciton_reason p, .seciton_point p, .seciton_reason .sec_ttl {
	text-align: center;
}

.seciton_reason .sec_ttl {
	text-align: center;
}



/* ========================================
    header始まり　*/

.section_header {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.section_header_tel {
	margin: 0;
}


/* header終わり
======================================== */


/* ========================================
    FV始まり　*/

.fv_area {
	overflow: hidden;
	position: relative;
}

.fv_area-inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

@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);
}

@media screen and (max-width: 767px) {
	.fv_area p.point3 {
		padding: 15px 20px;
	}
}

.limit_btn {
	padding: clamp(20px, 4vw, 40px) 0 clamp(35px, 7vw, 70px);
	text-align: center;
}

@media screen and (max-width: 767px) {
	.limit_btn {
		padding: clamp(20px, 4vw, 40px) clamp(15px, 1.5vw, 15px) clamp(35px, 7vw, 70px);
	}
}

.box_countdown {
	font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
	text-align: center;
	border-radius: 50px;
	display: block;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.box_countdown p {
	color: #7accff;
}

.box_countdown p {
	font-size: 20px;
}

.box_countdown .yycountdown-box {
	margin-left: 10px;
}

.box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
	font-size: 32px;
	background: none!important;
	color: #ff5dc0!important;
	border-radius: 5px;
	padding: 1.5px 6px;
}

.box_countdown .yyc-day-text, .box_countdown .yyc-hou-text, .box_countdown .yyc-min-text, .box_countdown .yyc-sec-text {
	color: #ff5dc0!important;
	font-size: 20px;
	margin: 0 5px;
}

@media screen and (max-width: 767px) {
	.box_countdown {
		max-width: 95%;
		padding: 5px 7px;
	}
	.box_countdown .yycountdown-box {
		margin-left: 5px;
	}
	.box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
		font-size: 25px!important;
		padding: 0 3px;
		border-radius: 3px;
	}
	.box_countdown .yyc-day-text, .box_countdown .yyc-hou-text, .box_countdown .yyc-min-text, .box_countdown .yyc-sec-text {
		font-size: 20px!important;
		margin: 0 2px;
	}
}

.fv__top {
	max-width: 1100px;
	margin: 59px auto 0;
	position: relative;
}

.fv__top::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 57.18%;
}

.fv__top img {
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.fv__top::before {
		display: none;
	}
	.fv__top img {
		width: 100%;
		height: auto;
		position: static;
		transform: none;
	}
}

.flower {
	position: absolute;
}

.flower01 {
	left: -134px;
	bottom: -67px;
	z-index: 99;
}

.flower02 {
	right: -20px;
	transform: rotate(-175deg);
	bottom: 5px;
	z-index: 99;
}

.flower03 {
	bottom: 0px;
	left: -50px;
	z-index: 1;
}

.flower04 {
	bottom: 61px;
	right: -18px;
	z-index: 1;
}

.web_coupon {
	z-index: 20;
	position: relative;
}

.traffic_link_icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 52%;
	margin: auto;
	height: 72%;
}

.traffic_link_icon img {
	height: 32%;
}

@media screen and (max-width: 767px) {
	.traffic_link_icon {
		width: 50%;
		height: 95%;
		left: 39%;
	}
}

/* FV終わり
======================================== */


/* ========================================
experiences 始まり */

.experiences {
	background-color: #ffffff;
}

.section_experiences .experiences_heading {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.section_experiences .experiences_item + .experiences_item {
	margin-top: 100px;
}

.section_experiences .experiences_item_heading {
	margin-bottom: 40px;
	padding: 15px 0;
	border: 1px;
	border-style: solid none;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}

.section_experiences .experiences_item_heading_strong {
	color: #FF5DC0;
	font-size: 40px;
}

.section_experiences .experiences_item_main {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}

.section_experiences .experiences_item_main_figure {
	flex-shrink: 0;
	width: 400px;
	margin: 0 auto;
}

.section_experiences .experiences_item_main_figure_thumb {
	display: block;
	max-width: 100%;
}

.section_experiences .experiences_item_main_figure_video {
	display: none;
}

.section_experiences .experiences_item_main_text {
}

.section_experiences .experiences_item_main_text_figure {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.7;
}

.section_experiences .experiences_item_main_text_desc {
	font-size: 24px;
	line-height: 1.8;
}

.section_experiences .experiences_item_gallery {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 50px;
}

.section_experiences .experiences_item_gallery_main {
	width: 315px;
	flex-shrink: 0;
}

.section_experiences .experiences_item_gallery_main_thumb {
	display: block;
	max-width: 100%;
}

.section_experiences .experiences_item_gallery_main_video {
	display: none;
}

.section_experiences .experiences_item_gallery_sub {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	gap: 20px;
}

.section_experiences .experiences_item_gallery_sub > * {
	width: calc((100% + 20px) / 2 - 20px) !important;
}

.section_experiences .experiences_item_gallery_sub_figure {
}

.section_experiences .experiences_item_gallery_sub_figure_thumb {
	display: block;
	max-width: 100%;
}

.section_experiences .experiences_item_gallery_sub_figure_video {
	display: none;
}

.experiences_item_main_text_note {
	text-align: right !important;
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 1.5;
}

.experiences_item_main_text_accordion {
	text-align: right !important;
	margin: -10px 10px 20px 0;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.section_experiences .experiences_heading {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.section_experiences .experiences_item + .experiences_item {
		margin-top: 50px;
	}

	.section_experiences .experiences_item_heading {
		margin-bottom: 20px;
		padding: 5px 0;
		font-size: 18px;
		line-height: 1.5;
	}

	.section_experiences .experiences_item_heading_strong {
		font-size: 24px;
	}

	.section_experiences .experiences_item_main {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}

	.section_experiences .experiences_item_main_figure {
		width: 250px;
	}

	.section_experiences .experiences_item_main_text_figure {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.section_experiences .experiences_item_main_text_desc {
		font-size: 12px;
	}

	.experiences_item_main_text_note {
		font-size: 12px;
	}

	.experiences_item_main_text_accordion {
		font-size: 12px;
	}
	
	.section_experiences .experiences_item_gallery {
		flex-direction: column;
		padding: 20px;
	}

	.section_experiences .experiences_item_gallery_main {
		width: 250px;
		margin: 0 auto;
	}
}

/* experiences終わり
======================================== */


/* ========================================
enquete 始まり */

/*.enquete {
	background-color: #ffffff;
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}*/

/*@media screen and (max-width: 767px) {
	.enquete {
		background-size: 100%;
		background-repeat: repeat-y;
		background-position: inherit;
}
}*/

.section_enquete p {
	text-align: center;
}

.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 {
		line-height: 160%;
	}
	.section_enquete p.enquete_read>span::after {
		height: 1px;
	}
}


/* enquete終わり
======================================== */


/* ========================================
    change始まり */

.change_btn {
	position: relative;
	display: inline-block;
}


/* change終わり
======================================== */


/* ========================================
    attention始まり */

.attention {
	background: #FFFFFF;
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.attention {
		background-size: 100%;
		background-repeat: repeat-y;
		background-position: inherit;
	}
}

.tab_box .btn_area {
	display: -webkit-box;
	display: flex;
	margin-bottom: 40px;
}

.btn_area {
	justify-content: space-between;
	align-items: center;
}

.tab_box .tab_btn {
	/*width: 188px;*/
	padding: 50px 0;
	color: #333;
	background: #f5f7f8;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
}

.tab_btn {
	width: 33%;
	font-size: clamp(14px, 3vw, 18px);
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	border: #333 1px solid;
	font-weight: bold;
}

.tab_box .tab_btn+.tab_btn {
	margin-left: 8px;
}

.tab_box .tab_btn:hover {
	background-color: #6a6e70;
	color: #fff;
}

.tab_box .tab_btn.active {
	background: #333;
	color: #fff;
}

.tab_box .panel_area {
	border: solid 1px #e3ebf3;
	padding: 20px;
}

.tab_box .tab_panel {
	display: none;
}

.tab_box .tab_panel.active {
	display: block;
}

.btn_area p {
	position: relative;
	line-height: 1.3;
}

.btn_area p::after {
	position: absolute;
	z-index: 99;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid black;
}

.attention .flow_list-ttl {
	background: #333;
}

.attention .flow_list-detail {
	border: #333 2px solid;
}

.attention .flow_list-item {
	box-shadow: 0 10px 20px 0 rgba(139, 139, 139, 0.2);
}

.attention-video {
	padding: 20px 0;
}

.attention-video-pc {
	margin: 0 auto;
	padding: 20px 0;
	width: 80%;
	aspect-ratio: 16/9;
}

.attention-txt {
	font-size: clamp(14px, 3vw, 22px);
	line-height: 1.8;
}

.tab_btn.active {
	position: relative;
}

.tab_btn.active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}

.responsive {
	width: 100%;
	aspect-ratio: 16/9;
}

.attention_sp .accordion_one {
	margin: 0 auto;
}

.attention .flow_list-title {
	color: yellow;
}

.attention_sp .accordion_one .accordion_header {
	background-color: #333;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	box-shadow: #6a6e70;
}

.attention_sp .accordion_one .accordion_header:hover {
	opacity: .8;
}

.attention_sp .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	/*border: 1px solid #fff;*/
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}

.attention_sp .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.attention_sp .accordion_one .accordion_header.stay .i_box {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.attention_sp .accordion_one .accordion_header.stay .i_box .one_i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box {
	-webkit-transform: rotate(315eg);
	transform: rotate(315deg);
}

.attention_sp .accordion_one .accordion_header.stay .i_box .one_i:before {
	content: none;
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i:before {
	content: "";
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.attention_sp .accordion_one .accordion_inner.stay {
	display: block;
}

.attention_sp .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.attention_sp .accordion_one .accordion_header .i_box .one_i:before, .attention_sp .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}

.attention_sp .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.attention_sp .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

.attention_sp .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.attention_sp .accordion_one .accordion_inner {
	display: none;
	padding: 15px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
}

.attention_sp .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}

.accordion_inner_text {
    text-align: right !important;
	font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
	.attention_sp .accordion_one .accordion_header {
		font-size: 18px;
	}
	.attention_sp .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.attention_sp .accordion_one .accordion_header {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
}


/* attention終わり
======================================== */


/* ========================================
    reason始まり */

.reason .section__inner .reason__inner__block {
	background: none;
}

.section_reason_sec03 {
	background: none!important;
}

.seciton_reason .section_reason_ttlarea03 {
	background: none;
}

.seciton_reason_video video {
	max-width: 560px;
	width: 100%;
	margin: 0 auto clamp(20px, 3vw, 30px);
	display: block;
}

.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 .ff_serif::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #ff5dc0 solid 2px;
	border-left: #ff5dc0 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #ff5dc0 solid 2px;
	border-right: #ff5dc0 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;
	}
}

.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: #ff5dc0 solid 2px;
	border-left: #ff5dc0 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #ff5dc0 solid 2px;
	border-right: #ff5dc0 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;
	}
}

.section_reason_sec03 {
	background: #FFFFFF;
	padding: clamp(30px, 4vw, 40px) clamp(15px, 3vw, 30px);
}

.reason-list-box {
	margin: clamp(30px, 4vw, 40px) auto 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::before {
	content: "";
	position: absolute;
	left: 80px;
	top: -20px;
	width: 129px;
	height: 100%;
}

.reason-list01::before {
	background: url(../img/double-eyelid_5/reason_point01.png) no-repeat top center;
}

.reason-list02::before {
	background: url(../img/double-eyelid_5/reason_point02.png) no-repeat top center;
}

.reason-list03::before {
	background: url(../img/double-eyelid_5/reason_point03.png) no-repeat top center;
}

.reason-list04::before {
	background: url(../img/double-eyelid_5/reason_point04.png) no-repeat top center;
}

.reason-list05::before {
	background: url(../img/double-eyelid_5/reason_point05.png) no-repeat top center;
}

@media screen and (max-width: 767px) {
	.reason-list {
		padding: 0 15px 30px;
	}
	.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 .white-box {
	background: #FFFFFF;
	padding: clamp(20px, 5vw, 50px) clamp(20px, 5vw, 50px);
}

.reason-list .white-box p {
	line-height: 200%;
}

.reason-list .reason-list_ttl {
	display: flex;
	align-items: center;
	height: 160px;
	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;
}

.reason-list p {
	font-size: clamp(14px, 2.2vw, 22px);
}

.reason-list .white-box .flex-box {
	margin: 0 0 clamp(20px, 4vw, 40px);
	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;
}

.reason-list .white-box .white-box_img {
	margin-bottom: clamp(20px, 4vw, 40px);
}

.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: #ff5dc0 2px solid;
}

@media screen and (max-width: 767px) {
	.reason-list .reason-list_ttl {
		height: 85px;
		padding-left: 100px;
		background-size: 90px auto;
	}
	.reason-list05-list li .bgpink_ttl {
		width: 140px;
	}
	.reason-list05-list li .pink-box {
		border-width: 1px;
	}
}

.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::before {
	content: '＼';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.white-box_txt01.red::after {
	content: '／';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.section_ideal-box {
	width: fit-content;
	padding: clamp(15px, 3vw, 10px) clamp(15px, 7vw, 30px) 0 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
	position: relative;
}

.section_ideal-box li {
	padding: 0.4em 0 0.4em 50px;
	font-size: clamp(14px, 2.2vw, 22px);
	font-weight: 500;
	position: relative;
	line-height: 145%;
}

.section_ideal-box li strong {
	font-weight: inherit;
	color: #ff5dc0;
}

.section_ideal-box li:last-child {
	border-bottom: none;
}

.section_ideal-box li::before {
	content: "";
	display: block;
	width: 31px;
	height: 29px;
	background: url(../img/double-eyelid_5/icon_check.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: .4em;
	left: 0;
}

.ideal-box {
	border: solid #ff5dc0 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 #ff5dc0;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.ideal-box::after {
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 30px solid #ff5dc0;
	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%;
	}
	.section_ideal-box li {
		padding: 0.2em 0 0.2em 25px;
		border-width: 1px;
	}
	.section_ideal-box li::before {
		width: 15px;
		height: 14px;
	}
	.ideal-box.flex-box {
		display: block;
		padding: 10px 20px 30px;
	}
	.ideal-box::before, .ideal-box::after {
		border-width: 20px;
	}
}

.reserve {
	padding: clamp(35px, 7vw, 70px) 0 1px 0;
	background: #F2F5F9;
}

.reserve {
	/*margin-bottom: -60px;*/
	padding-top: 0 !important;
}

.reserve {
	background: #FFFFFF;
}

.spf_frame_wrapper {
	margin-bottom: 0 !important;
}

.bggray_ttl {
	background: #959595;
	color: #FFF;
	border-radius: 30px;
}

.bgpink_ttl {
	background: #ff5dc0;
	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: #ff5dc0;
	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;
	}
}


/* reason終わり
======================================== */


/* ========================================
   modal始まり */

.modal_list {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
	.modal_list {
		padding-left: 3.91134vw;
		padding-right: 3.91134vw;
	}
}

.modal_list .icn_modal {
	flex-basis: 48%;
}

.modal_list .icn_modal img, .modal_list .icn_modal video {
	width: 100%;
}

.icn_modal {
	position: relative;
}

.icn_modal::before {
	content: '';
	position: absolute;
	top: clamp(10px, 2.8vw, 20px);
	right: clamp(10px, 2.8vw, 20px);
	background: url(../img/oneday-facelift/icon_glass.png) no-repeat;
	background-size: 100%;
	width: clamp(17px, 4.5vw, 34px);
	height: clamp(17px, 4.5vw, 34px);
	z-index: 2;
}

.icn_modal::after {
	content: '';
	position: absolute;
	top: clamp(4px, 1vw, 8px);
	right: clamp(4px, 1vw, 8px);
	z-index: 1;
	width: clamp(30px, 8vw, 60px);
	height: clamp(30px, 8vw, 60px);
	border-radius: 50%;
	background-color: #000;
	opacity: .5;
}

.with-featherlight .featherlight {
	background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content {
	padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
	top: -45px;
	right: 0;
	line-height: 38px;
	width: 38px;
	font-size: 18px;
	background-color: #3D3D3D;
	text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
	max-height: calc(90vh - 60px);
}

@media only screen and (max-width: 767px) {
	.with-featherlight .featherlight .featherlight-inner {
		max-height: calc(75vh - 60px);
	}
}


/* modal始まり
=================================*/


/*================================
point始まり */

.serif_text {
	font-weight: bold;
	font-size: clamp(18px, 3.2vw, 34px);
	margin: clamp(30px, 8.0vw, 80px) 0 clamp(30px, 8.0vw, 80px);
}

.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;
}

.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: #ff5dc0 solid 2px;
	border-left: #ff5dc0 solid 2px;
}

.seciton_point .section_point_drttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #ff5dc0 solid 2px;
	border-right: #ff5dc0 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_drprof {
	margin: 0 0 clamp(40px, 8vw, 80px);
	background: #FFF;
}

.seciton_point_drprof-box {
	justify-content: space-between;
	width: 640px;
	margin: 0 auto;
}

.seciton_point_drprof>p {
	font-weight: 500;
}

.seciton_point_drprof-box li {
	margin: 0 0 clamp(10px, 3.0vw, 30px);
	overflow: hidden;
	width: 300px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
	background: #000;
	font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.seciton_point_drprof-box li .dr_img {
	display: block;
}

.seciton_point_drprof-box li .dr_name {
	display: block;
	font-size: clamp(14px, 2.6vw, 26px);
	background: #e8e8e8;
	padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1.0vw, 10px);
	font-weight: bold;
	line-height: 110%;
}

.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(255, 93, 204, 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;
	}
}

.seciton_point_white-box {
	background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%), url(../img/double-eyelid_5/point_white-box_bg.png);
	padding: clamp(15px, 8vw, 80px) clamp(15px, 6vw, 60px);
	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 #ff5dc0 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 #ff5dc0;
	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 #ff5dc0;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}


/* POINT終わり
=================================*/


/*===============================
plan始まり */

.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: #ff5dc0;
	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: #ff5dc0 2px solid;
	border-radius: 8px;
	font-size: clamp(12px, 2.2vw, 22px);
	font-weight: bold;
	color: #ff5dc0;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -1.2em;
	z-index: 1;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.seciton_plan-inner {
		padding: 0 15px;
	}
}

.plan_box_ttl .plan_value {
	background: #fff;
	color: #ff5dc0;
}

.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: #ff5dc0 2px solid;
	color: #ff5dc0;
}

.plan_box_coupon p {
	display: flex;
	align-items: center;
	padding: 0 clamp(10px, 2.5vw, 25px);
	background: #ff5dc0;
	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: #ff5dc0;
	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 #ff5dc0;
	border-right: 0;
	position: absolute;
	right: -20px;
}

@media screen and (max-width: 767px) {
	.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 #ff5dc0;
		right: -10px;
	}
	.plan_box_recommend .plan_box_bbox {
		width: calc(100% - 80px);
		border-width: 1px;
	}
}

.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);
}

.seciton_plan_box .plan_box_case {
	margin-bottom: clamp(40px, 8vw, 80px);
}


/* plan終わり
================================= */


/*===============================
交通費補助 始まり */
.seciton_traffic {
	font-size: clamp(12px, 2.0vw, 20px);
	line-height: 1.8em;
	background-color: #FFECF3;
}

@media screen and (max-width: 767px) {
	.seciton_traffic {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.traffic__inner {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.seciton_traffic_read {
	font-size:clamp(14px, 3vw, 22px);
	/*clamp(20px, 3.6vw, 25px);*/
	line-height: 1.6;
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);

}

@media screen and (max-width: 767px) {
	.seciton_traffic_read {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.traffic__title__wrap {
	font-family: YuMincho, "Yu Mincho", 游明朝, "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: clamp(30px, 5.6vw, 56px);
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #ff5dc0;
}

.traffic__table {
	border: #C7C7C7 2px solid;
	width: 1000px;
	max-width: 100%;
	font-size: clamp(14px, 2.2vw, 20px);
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

@media screen and (max-width: 767px) {
	.traffic__table {
		width: 100%;
		margin: 0 auto;
	}
}

.traffic__table th,td {
	border: #C7C7C7 1px solid;
	text-align: center;
	padding: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.traffic__table th,td {
		padding: 15px;
	}
}

.traffic__table th {
	background-color: #e8e8e8;
	width: 50%;
}
/*
.traffic__conditions, .traffic__flow {
	border: 2px solid #ff5dc0;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.traffic__conditions__title, .traffic__flow__title {
	background-color: #ff5dc0;
	color: #fff;
	font-size: clamp(24px, 4.8vw, 40px);
} */

.traffic__conditions__list, .traffic__flow__list {
	background-color: #fff;
	padding: 30px 120px;
}

@media screen and (max-width: 767px) {
	.traffic__conditions__list, .traffic__flow__list {
		padding: 5px 20px;
	}
}

.traffic__conditions__list li {
	position: relative;
	padding: 0.5em 0 0.5em 40px;
	line-height: 1.8;
	font-size: clamp(14px, 2.2vw, 20px);
}

@media screen and (max-width: 767px) {
	.traffic__conditions__list li {
		padding-left: 25px;
	}
}

.traffic__conditions__list li::before{
	content: "";
	display: block;
	width: 25px;
	height: 24px;
	background: url(../img/double-eyelid_5/icon_check.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0.8em;
	left: 0;
}

@media screen and (max-width: 767px) {
	.traffic__conditions__list li::before{
		width: 15px;
		height: 15px;
	}
}

.traffic__flow__list li {
	display: flex;
	margin: 20px 0 20px 0;
	align-items: center;
}

.traffic__flow__text {
	width: 600px;
	line-height: 1.8;
	font-size: clamp(14px, 2.2vw, 20px);
	padding-left: 30px;
}

@media screen and (max-width: 767px) {
	.traffic__flow__text {
		padding-left: 15px;
	}
}

@media screen and (max-width: 450px) {
	.traffic__flow__icon {
		width: 44%;
	}
}


/* 交通費補助終わり
================================= */

/*===============================
提案2 始まり */

.teian {
	background-color: #ffffff;
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.teian {
		background-size: 100%;
		background-repeat: repeat-y;
		background-position: inherit;
	}
}

.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: #ff5dc0 solid 2px;
	border-left: #ff5dc0 solid 2px;
}

.seciton_teian .seciton_teian_ttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #ff5dc0 solid 2px;
	border-right: #ff5dc0 solid 2px;
}

@media screen and (max-width: 767px) {
	.seciton_teian .seciton_teian-inner {
		padding: 0 15px;
	}
	.seciton_teian .seciton_teian_ttl::before, .seciton_teian .seciton_teian_ttl::after {
		width: 30px;
		height: 30px;
		border-width: 1px;
	}
	.teian_pink_box .pink_box_img img {
		width: 132px !important;
		margin-top: -60px;
		margin-right: -30px;
	}
	.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;
	}
}

.teian_pink_box {
	padding: 20px 40px 60px;
	margin-bottom: 80px;
	background: #FFECF3;
	text-align: center;
}

.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;
}

.teian_pink_box .pink_box_text {
	margin-top: 30px;
	text-align: center;
}

.teian_model_box {
	border: #ff5dc0 2px solid;
}

.teian_model_box .model_box_read {
	margin: 60px 0 30px;
	text-align: center;
	color: #ff5dc0;
}

.teian_model_box .model_box_read span {
	margin-right: 0.5em;
	background: #ff5dc0;
	color: #fff;
}

.teian_model_box .model_box_ttl {
	padding: 15px 0;
	background: #ff5dc0;
	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;
}

@media screen and (max-width: 767px) {
	.teian_pink_box {
		padding: 20px 15px 30px;
		margin-bottom: 40px;
	}
	.teian_pink_box .serif_text {
		margin-top: 20px;
		font-size: 16px;
	}
	.teian_pink_box .serif_text span {
		font-size: 18px;
	}
}

.pink_box_text {
	text-align: center;
	margin: clamp(30px, 6vw, 60px) 0 0;
}


/* 提案2 終わり
================================= */


/*===============================
flow2 始まり */

.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;
}

@media screen and (max-width: 767px) {
	.seciton_flow_inner {
		padding: 0 15px;
	}
	.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 {
	position: relative;
}

.flow_list::after {
	content: "";
	height: 100%;
	border-left: #ff5dc0 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: #ff5dc0;
	text-align: center;
	color: #fff;
	position: relative;
}

.flow_list-ttl .flow_list-step {
	display: flex;
	align-items: center;
	background: #fff;
	border: #ff5dc0 2px solid;
	position: absolute;
	left: 0;
	top: -20px;
	padding: 2px 20px;
	font-size: 30px;
	font-weight: 500;
	color: #ff5dc0;
	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: #ff5dc0 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) {
	.flow_list-item {
		margin-top: 50px;
	}
	.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;
	}
}


/* flow2 終わり
================================= */


/* ==============================
このページ専用の追記　始まり */


/* 20220127追記 色の統一 */

#clinic dl.accordion>dt {
	background: #ff5dc0;
}

/* 20230510追記 共通アコーディオン */

.accordion_pink{
	border: 2px solid #ff5dc0;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.accordion_pink_title{
	position: relative;
	padding: 20px;
	padding-right: 70px;
	background-color: #ff5dc0;
	color: #fff;
	font-size: clamp(24px, 4.8vw, 40px);
	text-align: center;
}

.accordion_pink_title::before,
.accordion_pink_title::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #fff;
	transition: .2s;
	width: clamp(13px, 2.6vw, 26px);
	height: 2px;
	right: 25px;
	top: 45%;
}

.accordion_pink_title::after {
	content: '';
	transform: rotate(90deg);
}

.accordion_pink_title.js--accordion-open {
	background: #ff5dc0;
	color: #fff;
}

.accordion_pink_title.js--accordion-open::before,
.accordion_pink_title.js--accordion-open::after {
	background-color: #fff;
}

.accordion_pink_title.js--accordion-open::after {
	transform: rotate(0deg);
}

.accordion_pink_body{
	display: none;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.accordion_pink_title{
		padding-left: 10px;
		padding-right: 40px;
		font-size: 17px;
	}

	.accordion_pink_title::before,
	.accordion_pink_title::after {
		right: 15px;
	}
}


/* 
================================= */

/* 20230607追加 */

/* ==============================
 */
 .fv_area-top-video {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.fv_area-top-video::before {
	content: '';
	display: block;
	padding-top: 66%;
}
.fv_area-top-video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.accordion_pink_body {
	/*padding: clamp(15px,1.5vw,60px) clamp(15px,2.5vw,60px);*/
}
.l-inner {
	padding: 0 15px;
}
.plan_box_info {
	width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.plan_box_info > img {
	width: 100%;
}
.fv_area-top01 {
	padding: 30px 0px;
    box-sizing: border-box;
}
.fv_area-top01 > img {
	box-shadow: 0 11px 43px rgba(229,111,143,.25);
}
.fv_area-top03 {
	box-shadow: 0 11px 43px rgba(229,111,143,.25);
}
.fv_area-top01,
.fv_area-top02,
.fv_area-top03,
.fv_area-top04 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.fv_area-top01 > img,
.fv_area-top02 > img,
.fv_area-top03 > img,
.fv_area-top04 > img {
	width: 100%;
}
.fv_area-top-video-text {
	width: 85%;
	max-width: 550px;
	margin: 0 auto 10px;
}
.fv_area-top-video-text > img {
	width: 100%;
}
.gw_content > img {
	width: 100%;
}
.web_coupon--02 {
	margin: 0 !important;
}
.seciton_point.fv_area-top02 {
	background: none;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.seciton_point.fv_area-top02 .text {
	font-size: clamp(14px, 2.4vw, 24px);
}
.fv_area-top-reserve {
	background-color: #fffeda;
	padding: clamp(20px,4vw,40px) clamp(15px,3vw,30px);
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.fv_area-top-reserve_title {
	text-align: center;
	line-height: 1.6;
	font-weight: 500;
	font-size: clamp(24px,4vw,40px);
	color: #ff5cbf;
	padding-bottom: clamp(15px,3vw,30px);
	margin-bottom: clamp(20px,3vw,30px);
	border-bottom: 1px solid #ff5cbf;
	font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fv_area-top-reserve_text {
	font-size: clamp(14px, 2.4vw, 24px);
	color: #444444;
	line-height: 1.6;
	letter-spacing:.1em;
	font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom: clamp(5px,1vw,10px);
}
.fv_area-top-reserve_link {
	text-align: center;
	width: 100%;
}
.fv_area-top-reserve_link > img {
	width: 100%;
}
.web_coupon.web_coupon--02 {
	background: url(../img/double-eyelid_7/st/web_coupon02-sp.png) no-repeat top center;
    margin-top: -60px;
    padding-top: 810px
}
.web_coupon--01 {
    margin-top: -130px !important;
}
.test-small {
	font-size: clamp(15px, 2.5vw, 25px);
}
.section_enquete p.enquete_read .speak {
	line-height: 1.3;
	font-size: min(50px, calc(calc(50/750) * 100vw));
}

.section_enquete p.enquete_read .speak .small {
	font-size: 0.7em;
}
.seciton_plan_box .circle {
	position: absolute;
    top: 50%;
    right: clamp(3px,2vw,30px);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vh;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.seciton_plan_box .circle::before,
.seciton_plan_box .circle::after {
	content: '';
    display: inline-block;
    position: absolute;
    background-color: #EC7A94;
    transition: .2s;
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
}
.seciton_plan_box .circle::after {
	transform: translate(-50%,-50%) rotate(90deg);
}
.seciton_plan_box .plan_box_ttl.js--accordion-open .circle::after {
	transform: translate(-50%,-50%) rotate(0deg);
}
.plan_price_set.before {
	background-color: #F9F8F4;
	padding: 15px 0;
}
.plan_price_set.before .plan_price {
	color: #937C52;
}
.plan_price_set.before .plan_value {
	background-color: #937C52;
}
/* 施術テーブル */
.plan_box_info {	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 90%;
}
.plan_box_info__img {
	display: block;
}
.plan_box_info__data {
	color: #ef2577;
	width: 36%;
}
.plan_box_info__data__item {
	border-bottom: 1px solid #ef2577;
	line-height: 1.25;
	font-size: 24px;
	padding: 0.4em 0 0.3em;
}
.plan_box_info__data__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.plan_box_info__data__item__ttl {
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height: inherit;
}
.plan_box_info__data__item__txt {
	font-size: 0.9em;
	line-height: inherit;
}
.plan_box_info__star {
	color: #ef2577;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.plan_box_info__star__item {
	border-bottom: min(2px, calc(calc(2/750) * 100vw)) dashed #ef2577;
	display: flex;
	justify-content: space-between;
	font-size: 23px;
	margin-bottom: 0.8em;
	width: 47%;
	padding: 0 0.2em 0.2em;
	line-height: 1.25;

}
.plan_box_info__star__item__ttl {
	font-weight: bold;
	line-height: inherit;
}
.plan_box_info__star__item__score {
	font-size: 0.95em;
	line-height: inherit;
}
.plan_box_case .modal_list {
	padding: 0;
}
@media screen and (max-width: 1024px) {
	.fv_area-inner::before {
		padding-top: 117.18%;
	}
}
@media screen and (max-width: 640px) {
	.seciton_plan_box .circle {
		width: 20px;
		height: 20px;
	}
	.seciton_plan_box .circle::before,
	.seciton_plan_box .circle::after {
		width: 10px;
	}

	.web_coupon.web_coupon--02 {
		background: url(../img/double-eyelid_7/st/web_coupon02-sp.png) no-repeat top center;
		background-size: 100% auto;
		margin-top: 0 !important;
		padding-top: 107vw;
	}
	.web_coupon {
		margin-top: -48px !important;
	}
	.plan_box_info {	
		max-width: none;
		margin-top: min(40px, calc(calc(40/750) * 100vw)) !important;
	}
	.plan_box_info__img {
		width: 60%;
	}
	.plan_box_info__data {
		width: 37%;
	}
	.plan_box_info__data__item {
		font-size: min(27px, calc(calc(27/750) * 100vw));
	}
	.plan_box_info__data__item__ttl {
		margin-bottom: 0.1em;
	}
	.plan_box_info__data__item__txt {
		letter-spacing: -0.02em;
	}
	.plan_box_info__star {
		width: 90%;
		margin: min(30px, calc(calc(30/750) * 100vw)) auto 0;
	}
	.plan_box_info__star__item {
		font-size: min(28px, calc(calc(28/750) * 100vw));
		width: 100%;
		margin-bottom: 0.5em;
	}
	.plan_box_info__star__item__ttl {
	}
	.plan_box_info__star__item__score {
	}
}

#clinic dl.accordion dl dd {
	margin-left: 0;
}
#clinic dl.accordion>dd {
	margin-left: 0;
}

.section_experiences .experiences_item_gallery_sub img {
	width: 100%;
	height: auto;
}

/* 20230814追記 */

.fv_area-text-note {
	font-size: 12px;
	line-height: 1.5;
	text-align: right !important;
	margin: -40px 0 20px;
}

.fv__point3 {
    background: #ff5dc0;
}


/* 20231221__ai css マージ */
.section_enquete, .change, .reason, .plan {
	background: #fff3fc;
	/*background-image: url('../img/university_double-eyelid/sakura_pattern.png');*/
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}
.section_enquete2, .change, .reason, .plan {
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.fv {
		background: #fff;
	}
	.section_enquete, .change, .reason, .plan {
		background: #fff3fc;
		/*background-image: url('../img/university_double-eyelid/sakura_pattern.png');*/
		background-size: 100%;
		background-repeat: repeat-y;
		background-position: inherit;
	}
}

.fc_pink span {
	color: #f281b2;
}

.u_line2 {
	border-bottom: 2px solid #f281b2;
}

@media screen and (max-width: 767px) {
    .web_coupon--02 .limit_btn {
        padding-top: min(16px, calc(calc(16 / 750) * 100vw));
    }
}

.box_countdown {
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .box_countdown {
        width: 88%;
    }
}

.web_coupon--fv .box_countdown:before,
.web_coupon--02 .box_countdown:before {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.web_coupon--fv .box_countdown:after,
.web_coupon--02 .box_countdown:after {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
	background: none!important;
	color: #f281b2!important;
}

.box_countdown .yyc-day-text, .box_countdown .yyc-hou-text, .box_countdown .yyc-min-text, .box_countdown .yyc-sec-text {
	color: #f281b2!important;
}

.web_coupon--fv .box_countdown p {
	color: #616161;
}

.web_coupon--fv .box_countdown .yycountdown-box {
	margin-left: 0;
}

.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: min(44px, calc(calc(44 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	border-radius: 5px;
	font-weight: 500;
}

.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 {
	color: #616161!important;
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	font-weight: 500;
}


/* web_coupon--02 カウントダウン*/
.web_coupon--02 .box_countdown p {
	color: #616161;
	font-size: min(30px, calc(calc(30 / 750) * 100vw));
	font-weight: 500;
}

.web_coupon--02 .box_countdown .yycountdown-box {
	margin-left: 0;
}

.web_coupon--02 .box_countdown .yyc-day, .web_coupon--02 .box_countdown .yyc-hou, .web_coupon--02 .box_countdown .yyc-min, .web_coupon--02 .box_countdown .yyc-sec {
	font-size: min(44px, calc(calc(44 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	border-radius: 5px;
	/*padding: 1.5px 6px;*/
	font-weight: 500;
}

.web_coupon--02 .box_countdown .yyc-day-text, .web_coupon--02 .box_countdown .yyc-hou-text, .web_coupon--02 .box_countdown .yyc-min-text, .web_coupon--02 .box_countdown .yyc-sec-text {
	color: #616161!important;
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	/*margin: 0 5px;*/
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.box_countdown .yycountdown-box {
		margin-left: 0;
	}
}

.section_experiences .experiences_item_heading_strong {
	color: #f281b2;
}


.seciton_reason .section_reason_ttlarea03 .ff_serif::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.reason-list05-list li .pink-box {
	display: block;
	padding: calc(clamp(10px, 2vw, 20px) + 0.5em) 0px clamp(10px, 2vw, 20px);
	border: #f281b2 2px solid;
}

.section_ideal-box li strong {
	font-weight: inherit;
	color: #f281b2;
}

.ideal-box {
	border: solid #f281b2 2px;
	background-color: #FFFFFF;
}

.ideal-box::before {
	content: "";
	border-left: 30px solid transparent;
	border-top: 30px solid #f281b2;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.ideal-box::after {
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 30px solid #f281b2;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bgpink_ttl {
	background: #f281b2;
	color: #FFF;
	border-radius: 30px;
}

.comment::before, .comment::after {
	content: "";
	display: block;
	width: clamp(1px, 0.2vw, 2px);
	height: clamp(35px, 5.5vw, 55px);
	background: #f281b2;
	position: absolute;
	top: 50%;
}

.seciton_point .section_point_drttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_point .section_point_drttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.seciton_point_drarea_bdbox {
	background: #FFF;
	border: 2px #f281b2 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 #f281b2;
	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 #f281b2;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.seciton_plan_box .plan_box_ttl {
	padding: 1.8em 0 0;
	background: #f281b2;
	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: #f281b2 2px solid;
	border-radius: 8px;
	font-size: clamp(12px, 2.2vw, 22px);
	font-weight: bold;
	color: #f281b2;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -1.2em;
	z-index: 1;
	transform: translateX(-50%);
}

.plan_box_ttl .plan_value {
	background: #fff;
	color: #f281b2;
}

.plan_box_coupon {
	border: #f281b2 2px solid;
	color: #f281b2;
}

.plan_box_coupon p {
	background: #f281b2;
}

.plan_box_coupon .plan_value {
	background: #f281b2;
	color: #fff;
}

.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 #f281b2;
	border-right: 0;
	position: absolute;
	right: -20px;
}

@media screen and (max-width: 767px) {
	.plan_box_coupon p::after {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 10px solid #f281b2;
		right: -10px;
	}
}


.traffic__title__wrap {
	color: #f281b2;
}


.seciton_teian .seciton_teian_ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_teian .seciton_teian_ttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.teian_model_box {
	border: #f281b2 2px solid;
}

.teian_model_box .model_box_read {
	text-align: center;
	color: #f281b2;
}

.teian_model_box .model_box_read span {
	background: #f281b2;
	color: #fff;
}

.teian_model_box .model_box_ttl {
	background: #f281b2;
}


.flow_list::after {
	content: "";
	height: 100%;
	border-left: #f281b2 2px dotted;
}


.flow_list-ttl {
	background: #f281b2;
	text-align: center;
	color: #fff;
	position: relative;
}

.flow_list-ttl .flow_list-step {
	display: flex;
	align-items: center;
	background: #fff;
	border: #f281b2 2px solid;
	position: absolute;
	left: 0;
	top: -20px;
	padding: 2px 20px;
	font-size: 30px;
	font-weight: 500;
	color: #f281b2;
	letter-spacing: 0.1em;
}

.flow_list-detail {
	background: #fff;
	border: #f281b2 2px solid;
	border-top: none;
}

.seciton_qa_q, .seciton_qa_a {
	border: #f281b2 1px solid;
}

.seciton_qa_q {
	color: #f281b2;
}

.seciton_qa_q::before, .seciton_qa_q::after {
	background-color: #f281b2;
}

.seciton_qa_q.js--accordion-open {
	background: #f281b2;
	color: #fff;
}

.seciton_qa_a {
	background: #ffecf1;
	color: #f281b2;
}

/* 20220127追記 色の統一 */

#clinic dl.accordion>dt {
	background: #f281b2;
}

/* 20230510追記 共通アコーディオン */

.accordion_pink{
	border: 2px solid #f281b2;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.accordion_pink_title{
	background-color: #f281b2;
	color: #fff;
}

.accordion_pink_title.js--accordion-open {
	background: #f281b2;
	color: #fff;
}

.web_coupon.web_coupon--02 {
	background: url(../img/double-eyelid_7/ai/web_coupon02-sp.png) no-repeat top center;
    padding-top: 720px;
	width: min(100%,750px);
	background-color: #fff;
	margin: 0 auto;
}
.web_coupon--01 {
    margin-top: -270px !important;
}

@media screen and (max-width: 640px) {
	.web_coupon.web_coupon--02 {
		background: url(../img/double-eyelid_7/ai/web_coupon02-sp.png) no-repeat top center;
		background-size: 100% auto;
		margin-top: 0 !important;
		padding-top: 98vw;
		background-color: #fff;
	}
}

/* 20231025 FV症例エリア追加 */

.web_coupon--fv .limit_btn_link,
.web_coupon--02 .limit_btn_link {
	padding: 0  min(40px, calc(calc(40 / 750) * 100vw));
	transition: all 0.3s;
}

.web_coupon--fv .limit_btn_link:hover,
.web_coupon--02 .limit_btn_link:hover {
	opacity: 0.8;
}

.case_thum_wrap {
	padding-top: min(30px, calc(calc(30 / 750) * 100vw));
	position: relative;
	background-color: #fff;
	width: min(100%,750px);
	margin: 0 auto;
}

.case_thum_ttl {
	margin-bottom: min(30px, calc(calc(30 / 750) * 100vw));
	width:100%;
	box-sizing: border-box;
	padding: 0  min(30px, calc(calc(30 / 750) * 100vw));
}

.case_thum {
	padding: 0 min(30px, calc(calc(30 / 750) * 100vw)) min(110px, calc(calc(110 / 750) * 100vw));
	width: calc(100% - min(60px, calc(calc(60 / 750) * 100vw)));
}

.case_more_btn {
	padding-bottom: min(50px, calc(calc(50 / 750) * 100vw));
	position: absolute;
	left: 0;
	right: 0;
	bottom: min(110px, calc(calc(110 / 750) * 100vw));
	margin: auto;
    width: min(630px, calc(calc(630 / 750) * 100vw));
}

.case_more_btn a {
	transition: all .3s;
}

.case_more_btn a:hover {
	opacity: .8;
}

/* ここから20231128 aiコンテンツ追加 */
@media screen and (max-width: 767px) {
	header .head__menu {
		top: min(76px, calc(calc(76 / 750) * 100vw));
	}
}

.web_coupon--02 {
    margin: 0 auto !important;
}

.wrap750 {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.fv_area-top-inner .fv_area-top01 {
	max-width: 750px;
	padding: 0;
}

.ai-simulator {
	margin-top: calc( -1 * min(180px, calc(calc(180 / 750) * 100vw)));
}

.ai-simulator--02 {
    background-color: #042441;
}

.ai-simulator--04 {
	padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
}

/* 今すぐボタン */
.try-now-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: min(630px, calc(calc(630 / 750) * 100vw));
	transition: all 0.3s;
}

.try-now-btn:hover {
	opacity: 0.8;
}

.ai-simulator--04 .try-now-btn {
	bottom: min(80px, calc(calc(80 / 750) * 100vw));	
}

/* utility */
.u-relative {
	position: relative;
}

.u-bg--white {
	background-color: #fff;
}


/* 20231130 aiコンテンツ追記 */

.fv__ai-simulator{
	background: #fff3fc;
}
.fv__ai-simulator__inner{
	background: url(../img/double-eyelid_7/ai/ai-simulator-bg.png)repeat-y;
	background-size: cover;
}
.fv__point__simulation{
	background: #ffffff;
	border-radius: 10px;
	border: #c29bb4 solid 3px;
}
.fv__point__youtube iframe{
	height: 100%;
}
.fv__simulation__content p{
	margin-bottom: 30px;
}
.fv__simulation__content img{
	width: 100%;
}

/* 202301101追記 ボタンとモーション追加　TIKTOK CSSスタイルシート内に統合*/
/*モーション　始まり*/
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.shiny-btn {
    position: relative;
    display: flex;
    width: 95%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #384878;
    cursor: pointer;
    overflow: hidden;
	margin: 0 auto;
}

.btn-hover {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	border-radius: 5px;
	transition: all .4s ease-in-out;
	padding: 5px;
}
/*ボタンサイズ調整　始まり*/
.normal_btn-size{
margin: 30px auto;
}
/*.small_btn-size{
@media (max-width: 767px) {
margin: 230px auto 50px auto;
}
}
.small_btn-size{
@media (min-width: 767px) {
margin: 150px auto 50px auto;
}
}*/
.shiny-btn{
@media (max-width: 767px) {
height: 100%;
width: 80%;
}
}
.shiny-btn{
@media (min-width: 767px) {
  width: auto;
  height: auto;
}
}
/*ボタンサイズ調整　終わり*/
/*モーション　始まり*/
.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hover:focus {
    outline: none;
}
.shiny-btn {
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #384878;
    cursor: pointer;
    overflow: hidden;
}
/*モーション　終わり*/

/*グラデ　始まり*/
.btn-hover.color {
background-image: linear-gradient(to right, #00AFF9, #049CDC, #00AFF9, #049CDC);
box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);	
}
/*グラデ　終わり*/
/*光　調整始まり*/
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/*光　終わり*/
