/* ========================================

二重LP　個別css

======================================== */

@charset "UTF-8";

/* ========================================
CSS変数始まり */


/* -- ↓CSS変数代入↓ -- */

:root {
	--color1: #f43a69;
}


/* -- ↑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_y/reason_bg04.png);
}

.g-diamond::before {
	background-image: url(../img/double-eyelid_5_y/point_bg02.png);
}

.w-diamond {
	background-color: #ededed!important;
}

.w-diamond::before {
	background-image: url(../img/double-eyelid_5_y/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: revert;
	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_y/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);
}

/* -- ↑強調↑ -- */


/* 共通終わり
======================================== */


/* ========================================
    ヘッダー始まり */

@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;
}


/* ヘッダー終わり
======================================== */


/* ========================================
FV始まり　*/

.fv {
	overflow: hidden;
	position: relative;
}

.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%);
}

  .fv p.caution{
	font-size: clamp(12px, 2.0vw, 20px);
	text-align: center;
	font-weight: 500;
	background: #fff;
	padding-top: 30px;
	color: #f54c77;
}

  .fv p.btn{
	background: #fff;
	text-align: center;
	padding: clamp(30px, 4vw, 40px) 0 clamp(30px, 5.0vw, 50px);

}

@media screen and (max-width: 767px) {
	.fv__top::before {
		display: none;
	}
	.fv__top img {
		width: 100%;
		height: auto;
		position: static;
		transform: none;
	}
}

.fv__point3 {
	background: #f54c77;
}


/* FV終わり
======================================== */


/* ========================================
満足度 始まり */

.enquete__reason_ttlarea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 820px;
	box-sizing: border-box;
	background: url(../img/double-eyelid_5_y/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_y/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_y/reasonttl_arrow.png) no-repeat;
	content: "";
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	bottom: -75px;
	width: 170px;
	height: 100%;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.enquete__ttl-sub span::before {
		content: "";
		position: absolute;
		left: 0px;
		right: 0;
		margin: auto;
		bottom: -45px;
		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_y/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_y/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_y/reason_point02.png) no-repeat top center;
}

.reason__point3::before {
	background: url(../img/double-eyelid_5_y/reason_point03.png) no-repeat top center;
}

.reason__point04::before {
	background: url(../img/double-eyelid_5_y/reason_point04.png) no-repeat top center;
}

.reason__point05::before {
	background: url(../img/double-eyelid_5_y/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_y/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: auto;
}

.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_y/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_y/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_y/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_y/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_y/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_y/flow_bg.png) repeat-x #FFFFFF;
	background-position: top center;
}


/* reserve 終わり
================================= */
