/* ========================================

二重（若年層向け） シーズナル　個別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_point p {
	color: #fff;
}

.seciton_reason .sec_ttl {
	text-align: center;
}

.wrap1000 {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.flex-box {
	display: flex;
}

/* ========================================
    共通始まり */

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;
	}
}

.seciton_qa {
	background: #fff;
}
/* .section_clinic {
	background: url(../img/double-eyelid_5/flow_bg.png) repeat-x!important;
	background-position: top center;
} */


.fv, .change, .reason, .plan {
	background: #e7f4fe;
	background-image: url('');
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.fv, .change, .reason, .plan {
		background-image: url('');
		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: #008fd1;
	font-weight: 600;
}

.fc_pink_serif span.small {
	font-size: 20px;
}

.fc_pink_serif span.small.anno {
	position: absolute;
	top: 16px;
	right: 0;
}
@media screen and (max-width: 750px) {
	.fc_pink_serif span.small.anno {
		font-size: 2.67vw;
		top: 2.13vw;
	}
}

.fc_pink_serif strong {
	font-size: 80px;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	.fc_pink_serif strong {
		font-size: 10.67vw;
	}
}

.fc_pink_serif span.medium {
	font-weight: bold;
}

.fc_pink_serif {
	font-size: clamp(17px, 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;
}

.title__wrap--top {
	font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: clamp(30px, 5.6vw, 56px);
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #7fbbe4;
}

.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); */
	background-image: url(../img/double-eyelid_7_m/sec_ttl_bg.png);
	position: relative;
	background-size: cover;
}
.point .title__wrap__area {
	background-image: url(../img/double-eyelid_7_m/point_ttl_bg.png);
}


.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: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: clamp(22px, 4.2vw, 42px);
	font-weight: 500;
	color: #fff;
	line-height: 124%;
	letter-spacing: 0.08em;
	text-align: center;
	position: relative;
}
.title__wrap--headline  span {
	color: #008fd1;
}


.ff_serif {
		font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-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: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

.u_line {
	text-decoration: underline;
}

.u_line2 {
	border-bottom: 2px solid #008fd1;
	display: inline;
}
.section_point-inner2 .u_line2 {
	border-bottom: 2px solid #fef100;
	color: #fef100;
}

.fs40 {
	font-size: clamp(18px, 4.0vw, 40px);
}
.fs_40s {
	font-size: clamp(15px, 4.0vw, 40px);
}
.fs_40s span {
	font-size: clamp(17px, 4.0vw, 40px);
}
@media screen and (max-width: 750px) {
.fs_s {
	font-size: 2.93vw;
}
}

.fs44 {
	font-size: clamp(22px, 4.4vw, 44px);
}

.ta_left {
	text-align: left !important;
}

.lh180 {
	line-height: 180%;
}

.fw_bold {
	font-weight: bold;
}

.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;
}

/*
.w-diamond::before {
	background-image: url(../img/double-eyelid_5/white_diamond.png);
}
*/

.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;
	}
}


/* 共通終わり
======================================== */


/* ========================================
    header始まり　*/


header {
	background-color: #000 !important;
}

.section_header {
	display: flex;
	justify-content: space-between;
	margin: 0;
	background-color: #000 !important;
}

.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: 10px 0 70px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.limit_btn {
		padding: 4vw clamp(15px, 1.5vw, 15px) 13vw;
	}
}

.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: #022351;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
    font-weight: 700;
    display: inline-block;
	position: relative;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
	.box_countdown p {
		font-size: 4vw;
	}
}

.box_countdown p::before,
.box_countdown p::after {
	content: "";
	width: 2px;
	height: 90%;
	background-color: #022351;
	position: absolute;
	top: 55%;
}
.box_countdown p::before {
	left: -20px;
	transform: translateY(-50%) rotate(155deg);
    -webkit-transform: translateY(-50%) rotate(155deg);
    -ms-transform: translateY(-50%) rotate(155deg);
}
.box_countdown p::after {
	right: -15px;
	transform: translateY(-50%) rotate(25deg);
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
}



.box_countdown .yycountdown-box {
	margin-left: 10px;
}

.box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 48px;
	font-weight: 500;
	background: none!important;
	color: #008fd1!important;
	border-radius: 5px;
	padding: 1.5px 6px;
	letter-spacing: 0.2rem;
}

.box_countdown .yyc-day-text, .box_countdown .yyc-hou-text, .box_countdown .yyc-min-text, .box_countdown .yyc-sec-text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 35px;
	font-weight: 500;
	color: #008fd1!important;
	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: 6.26vw!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: 4.56vw!important;
		margin: 0 2px;
	}
}

.fv__top {
	position: relative;
}

.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;
	line-height: 1.4;
}

.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: #008fd1;
	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;
}

@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;
	}

	.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-image: url('');
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.enquete {
		background-image: url('');
		background-size: 100%;
		background-repeat: repeat-y;
		background-position: inherit;
	}
}

.section_enquete p {
	text-align: center;
}

.section_enquete p.enquete_read {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 180%;
	color: #202e35;
}
.section_enquete p.enquete_read._bold {
	font-weight: 700;
	letter-spacing: 0.2rem;
}
.section_enquete p.enquete_read._flex {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 35px;
}
@media screen and (max-width: 750px) {
	.section_enquete p.enquete_read._flex {
		font-size: 4.67vw;
	}
}
.section_enquete p.enquete_read .read_value {
	margin: 0 5px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	line-height: 1.2;
	position: relative;
}
@media screen and (max-width: 750px) {
	.section_enquete p.enquete_read .read_value {
		margin: 0 0.6vw 2.67vw;
		font-size: 6.67vw;
	}
}

.section_enquete p.enquete_read .read_value::after {
	bottom: 0.4em;
}

.section_enquete p.graph {
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
	.section_enquete p.graph {
		margin: 10px 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-image: url('');
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.attention {
		background-image: url('');
		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: 25px 0;
	color: #6c8999;
	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: #6c8999 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: #6c8999;
	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: #6c8999;
}

.attention .flow_list-detail {
	border: #6c8999 2px solid;
}

.attention .flow_list-item {
	box-shadow: 0 10px 20px 0 rgba(108, 137, 153, 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: #6c8999 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: #fff;
}

.attention_sp .accordion_one .accordion_header {
	background-color: #6c8999;
	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 #6c8999;
	border-right: 1px solid #6c8999;
	border-bottom: 1px solid #6c8999;
	box-sizing: border-box;
}

.attention_sp .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}

@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: #008fd1 solid 2px;
	border-left: #008fd1 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #008fd1 solid 2px;
	border-right: #008fd1 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: #008fd1 solid 2px;
	border-left: #008fd1 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #008fd1 solid 2px;
	border-right: #008fd1 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(10px, 3vw, 40px) clamp(15px, 3vw, 30px) clamp(30px, 4vw, 40px);
}

.reason-list-box {
	margin: clamp(30px, 4vw, 40px) auto 0;
}

.reason-list {
	background: #022351;
	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_7_m/reason_point01.png) no-repeat top center;
}

.reason-list02::before {
	background: url(../img/double-eyelid_7_m/reason_point02.png) no-repeat top center;
}

.reason-list03::before {
	background: url(../img/double-eyelid_7_m/reason_point03.png) no-repeat top center;
}

.reason-list04::before {
	background: url(../img/double-eyelid_7_m/reason_point04.png) no-repeat top center;
}

.reason-list05::before {
	background: url(../img/double-eyelid_7_m/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);
	font-family: 'Noto Sans JP', sans-serif;
}

.reason-list .white-box p {
	line-height: 2;
	font-size: clamp(13px, 2.2vw, 22px);
}

.reason-list .reason-list_ttl {
	color: #fff;
	display: flex;
	align-items: center;
	height: 160px;
	padding-left: 200px;
	font-size: clamp(22px, 3.6vw, 36px);
	font-weight: bold;
	line-height: 1.3;
	background: url(../img/double-eyelid_7_m/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: #008fd1 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);
	line-height: 1!important;
}

.white-box_txt01.red {
	color: #008fd1;
	text-align: center;
}

.white-box_txt01.red::before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #008fd1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(155deg);
    -webkit-transform: translateY(-50%) rotate(155deg);
    -ms-transform: translateY(-50%) rotate(155deg);
}

.white-box_txt01.red::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #008fd1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(25deg);
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
}

.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: #008fd1;
}

.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_7_m/icon_check.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: .4em;
	left: 0;
}

.ideal-box {
	border: solid #008fd1 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 #008fd1;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.ideal-box::after {
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 30px solid #008fd1;
	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 22px;
		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: #FFFFFF;
}

.spf_frame_wrapper {
	margin-bottom: 0 !important;
}

.bggray_ttl {
	background: #959595;
	color: #FFF;
	border-radius: 30px;
}

.bgpink_ttl {
	background: #008fd1;
	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;
	z-index: 1;
}
.comment::before {
	content: "";
	height: 15%;
	width: 100%;
	background-color: #fef100;
	position: absolute;
	bottom: 10%;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 767px) {
	.u_line2 {
		border-width: 1px;
	}
	.sp_padding-box {
		padding: 0 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: url(../img/double-eyelid_7_m/point_bg.png) no-repeat top center/cover;
	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;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 750px) {
	.seciton_point .section_point_drttl {
		padding: 1em 0.8em;
	}
	.seciton_point .section_point_drttl.type_s {
		padding: 1em 0.5em;
	}
}

.seciton_point .section_point_drttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #008fd1 solid 2px;
	border-left: #008fd1 solid 2px;
}

.seciton_point .section_point_drttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #008fd1 solid 2px;
	border-right: #008fd1 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: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-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: #e2ecf2;
	padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1.0vw, 10px);
	font-weight: bold;
	line-height: 110%;
	color: #202e35;
}

.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%;
	background: url(../img/double-eyelid_7_m/dr_spec_bg.png) no-repeat top center/cover;
}

.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: 600;
}

.seciton_point_box_imgarea {
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	.seciton_point_box_imgarea._right {
		width: 95vw;
	}
	.seciton_point_box_imgarea._left {
		width: 95vw;
		margin-left: -5vw;
	}
}


.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(10px, 4vw, 60px);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
	font-size: clamp(14px, 2.4vw, 24px);
}
.seciton_point_white-box.plr_0 {
	padding: clamp(15px, 8vw, 80px) 0;
}
.plr_10 {
	padding: 0 clamp(10px, 4vw, 60px);
}
.seciton_point_white-box.white_only {
	background: #fff;
}

.seciton_point_white-box p {
	color: #202e35;
	font-weight: 600;
}

.seciton_point_drarea_bdbox {
	background: #FFF;
	border: 2px #008fd1 solid;
	padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
	margin-bottom: clamp(30px, 6vw, 60px);
	position: relative;
}
.seciton_point_drarea_bdbox._gray {
	border: 2px #6c8696 solid;
}
.seciton_point_drarea_bdbox.ss {
	padding: clamp(15px, 5vw, 50px) clamp(15px, 5vw, 50px);
}


.seciton_point_drarea_bdbox::before {
	content: "";
	border-left: 30px solid transparent;
	border-top: 30px solid #008fd1;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.seciton_point_drarea_bdbox._gray::before {
	border-top: 30px solid #6c8696;
}

.seciton_point_drarea_bdbox::after {
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 30px solid #008fd1;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.seciton_point_drarea_bdbox._gray::after {
	border-bottom: 30px solid #6c8696;
}

.seciton_point_drarea span {
	color: #008fd1;
}
.seciton_point_drarea_bdbox p {
	color: #202e35;
}

/* POINT終わり
=================================*/


/*===============================
plan始まり */

.plan {
	background-color: #fff;
}

.plan .title__wrap--top {
	color: #6c8696;
}
.plan .title__wrap__area {
	padding: 10px 0;
}

.seciton_plan_read {
	margin-bottom: clamp(50px, 8vw, 80px);
	text-align: center;
	font-weight: 600;
}
.seciton_plan_read span {
	font-size: clamp(20px, 4vw, 40px);
}

.seciton_plan_box {
	margin-bottom: clamp(40px, 8vw, 80px);
	background: #fff;
	box-shadow: 0 0px 25px 0 rgb(24 43 76 / 35%);
}

.seciton_plan_box:last-child {
	margin-bottom: 0;
}

.seciton_plan_box .plan_box_ttl {
	padding: 1.8em 0 0;
	background: #022351;
	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: #182b4c 2px solid;
	border-radius: 8px;
	font-size: clamp(12px, 2.2vw, 22px);
	font-weight: bold;
	color: #182b4c;
	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: #008fd1;
}

.plan_box_recommend {
	position: relative;
}

.plan_box_recommend .plan_box_bbox {
	width: fit-content;
	padding: 0.5em 1.5em;
	background: #202e35;
	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%);
}
@media screen and (max-width: 767px) {
	.plan_box_recommend .plan_box_bbox {
		border-radius: 3px;
	}
}

.plan_box_recommend .section_ideal-box {
	width: 100%;
	padding: 40px;
	margin-bottom: clamp(20px, 4vw, 40px);
	border: #202e35 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: #e2ecf2;
}

.plan_box_price .plan_value {
	background: #202e35;
	color: #fff;
}

.plan_box_coupon {
	display: flex;
	align-items: stretch;
	height: 100px;
	border: #022351 2px solid;
	color: #008fd1;
}

.plan_box_coupon p {
	display: flex;
	align-items: center;
	padding: 0 clamp(10px, 2.5vw, 25px);
	background: #022351;
	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: #008fd1;
	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 #022351;
	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 #022351;
		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.3em 0.4em 0.4em;
	margin: 0 10px 0 0;
	font-size: clamp(10px, 1.6vw, 16px);
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.plan_price_set .plan_value._main {
	color: #182b4c;
}


.plan_price_set .plan_price {
	margin: 0;
	font-size: clamp(28px, 5.6vw, 56px);
	font-weight: 500;
	line-height: 1;
	position: relative;
	font-family: 'Lato', sans-serif;
	display: flex;
	align-items: flex-end;
}
.plan_price_set .plan_price._bold {
	font-weight: 600;
}


.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.3em;
	font-size: 26%;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	vertical-align: top;
}

.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終わり
================================= */


/*===============================
お支払い方法 始まり */

.payment .text__title {
	color: #008fd1;
	position: relative;
	display: inline-block;
	padding: 20px 80px;
	font-size: clamp(25px, 3vw, 40px);
}
@media screen and (max-width: 767px) {
	.payment .text__title {
		padding: 20px 60px;
	}
}

.payment .text__title::before,
.payment .text__title::after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.payment .text__title::before,
	.payment .text__title::after {
		content: "";
		width: 30px;
		height: 30px;
		position: absolute;
	}
}
.payment .text__title::before {
	border-left: 2px solid #008fd1;
	border-bottom: 2px solid #008fd1;
	left: 0;
	bottom: 0;
}
.payment .text__title::after {
	border-top: 2px solid #008fd1;
	border-right: 2px solid #008fd1;
	top: 0;
	right: 0;
}


/* お支払い方法 終わり
================================= */


/*===============================
交通費補助 始まり */
.seciton_traffic {
	font-size: clamp(12px, 2.0vw, 20px);
	line-height: 1.8em;
	background-color: #e1ebf1;
}

@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: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: clamp(30px, 5.6vw, 56px);
	font-weight: 500;
	letter-spacing: 0.15em;
	color: #008fd1;
}

.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 #008fd1;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.traffic__conditions__title, .traffic__flow__title {
	background-color: #008fd1;
	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_7_m/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%;
	}
}


/* 交通費補助終わり
================================= */

/*===============================
提案 始まり */

.teian {
	background-color: #ffffff;
	background-image: url('');
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.teian {
		background-image: url('');
		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: #008fd1 solid 2px;
	border-left: #008fd1 solid 2px;
}

.seciton_teian .seciton_teian_ttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #008fd1 solid 2px;
	border-right: #008fd1 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_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: #e1ebf1;
	text-align: center;
}

.teian_pink_box .serif_text {
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.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: #008fd1 2px solid;
}

.teian_model_box .model_box_read {
	margin: 60px 0 30px;
	text-align: center;
	color: #008fd1;
}
@media screen and (max-width: 767px) {
	.teian_model_box .model_box_read {
		margin: 30px 0 15px;
	}
}


.teian_model_box .model_box_read span {
	margin-right: 0.5em;
	background: #008fd1;
	color: #fff;
}

.teian_model_box .model_box_ttl {
	padding: 15px 0;
	background: #008fd1;
	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;
}
@media screen and (max-width: 767px) {
	.teian_model_box .model_box_detail {
		padding: 30px 45px;
	}
}

.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);
	line-height: 1.6;
}

.teian_model_box .model_box_img {
	margin: clamp(30px, 6vw, 60px) 0;
}

@media screen and (max-width: 767px) {
	.teian_pink_box {
		padding: 10px 15px 30px;
		margin-bottom: 40px;
	}
	.teian_pink_box .serif_text {
		margin-top: 20px;
		font-size: 16px;
	}
	.teian_pink_box .serif_text span {
		font-size: 16px;
	}
}

.pink_box_text {
	text-align: center;
	margin: clamp(30px, 6vw, 60px) 0 0;
}


/* 提案 終わり
================================= */


/*===============================
flow始まり */

.seciton_flow {
	padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
	background-image: url(../img/double-eyelid_5/flow_bg.png);
	background-position: top center;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.seciton_flow_inner {
		padding: 0 15px;
	}
}

.flow_list {
	position: relative;
}

.flow_list::after {
	content: "";
	height: 100%;
	border-left: #6c8696 2px dotted;
	position: absolute;
	top: 0;
	left: 50%;
}

.flow_list-item {
	margin-top: 80px;
	/*box-shadow: 0 10px 20px 0 rgb(108 173 153 / 20%);*/
	position: relative;
	z-index: 1;
}

.flow_list-ttl {
	padding: 40px 0;
	background: #6c8696;
	text-align: center;
	color: #fff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.flow_list-ttl {
		padding: 40px 10px 20px;
	}
}


.flow_list-ttl .flow_list-step {
	display: flex;
	align-items: center;
	background: #022351;
	border: #022351 2px solid;
	position: absolute;
	left: 0;
	top: -20px;
	padding: 2px 40px 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.2em;
    display: inline-block;
    vertical-align: baseline;
}
@media screen and (max-width: 767px) {
	.flow_list-ttl .flow_list-step {
		padding: 4px 25px 8px;
		border-width: 1px;
		font-size: 22px;
		top: -20px;
		vertical-align: baseline;
		display: inline-block;
		letter-spacing: 1.5vw;
	}
}

.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: #6c8696 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: 18px;
		font-weight: bold;
	}
	.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;
	}
}


/* flow 終わり
================================= */


/* ==============================
 QA 始まり */

.seciton_qa .title__wrap__area {
	background-color: #ededed;
}

.seciton_qa_q, .seciton_qa_a {
	border: #6c8696 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;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.seciton_qa_q, .seciton_qa_a {
		padding: 15px 40px 15px 15px;
	}
}

.seciton_qa_q span, .seciton_qa_a span {
	display: inline-block;
	margin-left: 40px;
}

.seciton_qa_q {
	color: #6c8696;
	transition: all 0.4s;
}

.seciton_qa_q:first-child {
	border-top-width: 1px;
}

.seciton_qa_q::before, .seciton_qa_q::after {
	content: '';
	display: inline-block;
	position: absolute;
	background-color: #6c8696;
	transition: .2s;
	width: clamp(13px, 2.6vw, 26px);
	height: 2px;
	right: 15px;
	top: 45%;
}

.seciton_qa_q::after {
	content: '';
	transform: rotate(90deg);
}

.seciton_qa_q.js--accordion-open {
	background: #6c8696;
	color: #fff;
}

.seciton_qa_q.js--accordion-open::before, .seciton_qa_q.js--accordion-open::after {
	background-color: #fff;
}

.seciton_qa_q.js--accordion-open::after {
	transform: rotate(0deg);
}

.seciton_qa_q_txt::before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: "Q.";
}

.seciton_qa_a {
	display: none;
	margin: 0;
	background: #f8f9f9;
	color: #6c8696;
}

.seciton_qa_a_txt::before {
	position: absolute;
	top: 15px;
	left: 15px;
	content: "A.";
}

.seciton_qa_inner {
	padding: 0 50px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.seciton_qa_inner {
		padding: 0 15px;
	}
}


/* QA 終わり
================================= */


/* ==============================
このページ専用の追記　始まり */


/* 20220127追記 色の統一 */

#clinic dl.accordion>dt {
	background: #6c8999!important;
}
#clinic a {
	color: #008fd1!important;
}

/* 20230510追記 共通アコーディオン */

.accordion_pink{
	border: 2px solid #008fd1;
	box-shadow: 0 10px 20px 0 rgb(0 143 209 / 20%)!important;
}

.accordion_pink_title{
	position: relative;
	padding: 20px;
	padding-right: 70px;
	background-color: #008fd1;
	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: #008fd1;
	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,
.fv_area-top02,
.fv_area-top03,
.fv_area-top04 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.fv_area-top01 > img,
.fv_area-top02 > img,
.fv_area-top03 > img,
.fv_area-top04 > img {
	width: 100%;
}
.fv_area-top03 img {
	box-shadow: 5px 15px 25px rgba(108, 134, 150, .25);
}
.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: #fff;
	padding: clamp(20px,4vw,40px) clamp(15px,3vw,30px);
	max-width: 750px;
	margin: 0 auto 60px;
	box-sizing: border-box;
	box-shadow: 5px 15px 25px rgba(108, 134, 150, .25);
}
@media screen and (max-width: 750px) {
	.fv_area-top-reserve {
		margin-bottom: 30px;
	}
}
.fv_area-top-reserve_title {
	text-align: center;
	line-height: 1.6;
	font-weight: 600;
	font-size: clamp(20px,4vw,40px);
	color: #008fd1;
	padding-bottom: clamp(15px,3vw,30px);
	margin-bottom: clamp(20px,3vw,30px);
	border-bottom: 1px solid #008fd1;
	font-family: 'Noto Sans JP', sans-serif;
}
.fv_area-top-reserve_text {
	font-size: clamp(12px, 2.4vw, 24px);
	color: #444444;
	line-height: 1.6;
	text-align: justify!important;
	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_m/web_coupon_bk_sp_02.png) no-repeat top center;
    margin-top: -60px;
    /* padding-top: 810px */
}
.web_coupon--01 {
    margin-top: 10px !important;
}
@media screen and (max-width: 750px) {
	.web_coupon--01 {
		margin-top: 3vw!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));
	letter-spacing: 0.5rem;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
	.section_enquete p.enquete_read .speak {
		letter-spacing: 0.8vw;
	}
}

.section_enquete p.enquete_read .speak::before,
.section_enquete p.enquete_read .speak::after {
	content: "";
	width: 2px;
	height: 80%;
	background-color: #008fd1;
	position: absolute;
	bottom: 0;
}

.section_enquete p.enquete_read .speak::before {
	left: -30px;
	transform: rotate(155deg);
    -webkit-transform: rotate(155deg);
    -ms-transform: rotate(155deg);
}
@media screen and (max-width: 750px) {
	.section_enquete p.enquete_read .speak::before {
		left: -15px;
	}
}
.section_enquete p.enquete_read .speak::after {
	right: -30px;
	transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
}
@media screen and (max-width: 750px) {
	.section_enquete p.enquete_read .speak::after {
		right: -15px;
	}
}

.section_enquete p.enquete_read .speak .small {
	font-size: 0.7em;
	letter-spacing: 0;
}
.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_m/web_coupon_bk_sp_02.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;
}


/* =================================

 html直書きを転記_231020 

 ===================================*/

.drawer-btn {
	display: block;
	position: static;
	top: calc(50% - 20px);
	right: 22.5px;
	width: 50px;
	height: 40px;
	cursor: pointer;
}

.drawer-btn span {
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	transition: all ease 0.3s;
}

.drawer-btn span::before, .drawer-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
	transition: all ease 0.3s;
}

.drawer-btn span::before {
	top: -15px;
}

.drawer-btn span::after {
	bottom: -15px;
}

.drawer-btn.active span {
	background-color: transparent;
}

.drawer-btn.active span::before {
	top: 0;
	transform: rotate(45deg);
}

.drawer-btn.active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.fv_area-tiktok .fv_area-tiktok-inner
{
    padding-top: 0!important;
}

.text__title {
    font-size: clamp(22px, 3vw, 40px);
    font-weight: bold;
  }

  .text__text {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.6;
	width: 600px;
    margin: auto;
  }

  .transportation__subsidy--bg {
    position: relative;
	width: 750px;
    margin: 0 auto 30px;
	background-color: #008fd1;
	padding: 50px 0;
  }
  @media screen and (max-width: 767px) {
	.transportation__subsidy--bg {
		padding: 10px 0;
	}
  }

  .transportation__subsidy--bg img {
	padding-bottom: 10px;
	box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
	.transportation__subsidy--bg img {
		padding: 0 10px 10px;
	  }
  }


  .transportation__subsidy--text {
    font-size: clamp(16px, 2vw, 30px);
    line-height: 2;
    text-align: left;
    padding: 0 60px;
	color: #fff;
  }

  .transportation__subsidy--text2 {
    font-size: clamp(16px, 2vw, 30px);
    line-height: 2;
    text-align: left;
    padding: 0 60px;
	color: #fff;
  }

  @media screen and (max-width: 767px) {
    .transportation__subsidy--text, .transportation__subsidy--text2 {
     padding: 0 20px;
     }

	 .text__text {
	width: auto;
	  }

  	.transportation__subsidy--bg {
	width: auto;
  	}
}

.head__menu {
	top: 90px;
}

@media screen and (max-width: 767px) {
	header {
		z-index: 50;
	}
	.lp_header {
		/*padding-left: 10px;*/
		/*height: 50px;*/
	}
	.head_logo h1 {
		width: 80px;
	}
	.drawer-btn {
		width: 35px;
		height: 28px;
		position: static;
		top: calc(50% - 15px);
		right: 17px;
	}
	.drawer-btn span::before {
		top: -12px;
	}
	.drawer-btn span::after {
		bottom: -12px;
	}
	.head__menu {
		top: 45px;
	}
	.head__menu-list a {
		background-position: 0 4px;
	}
	.head__menu-list li:not(:last-child) a {
		margin-bottom: 12px;
	}
	.head__menu-list a {
		font-size: 16px;
		padding: 0 12px 0 40px;
		padding-bottom: 10px;
		background-size: 26px;
	}
	.head__menu-list li a::before {
		width: 23px;
		top: calc(50% - 17px);
	}
}

/* FV・クーポンなど */
.web_coupon
{
background:url(../img/double-eyelid_7_m/web_coupon_bk_sp.png)  no-repeat top center;
    margin-top: -60px;
    padding-top: 520px;
}
.change_btn {
    margin-left:auto;
    margin-right:auto;
    display:block;
	padding-top: 25px;
}
@media screen and (max-width: 750px) {
	.change_btn {
		padding-top: 3.33vw;
	}
}
.web_coupon--fv {
	background: url(../img/double-eyelid_7_m/web_coupon_bk_sp.png)  no-repeat top center;
	margin-top: -90px!important;
}
.web_coupon--fv .limit_btn {
	padding-top: 10px;
	padding-bottom: 120px;
}
.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(../img/double-eyelid_7_m/web_coupon_bk_sp.png)  no-repeat top center;
		background-size: 100% auto;
		margin-top: -160px;
		padding-top: 68vw;
		z-index: 2!important;
	}
	.web_coupon--fv {
		margin-top: -48px!important;
	}
	.fv_area-inner img {
		height:auto;
	}
}




/* 男女兼用 tiktok.css */
.fv_area-tiktok {
	background-image: url("../img/double-eyelid_7_m/pc-bk.jpg");
	background-size: cover;
}
.fv_area-tiktok .fv_area-tiktok-inner {
	padding: 50px 0;
}
.fv_area-tiktok-inner-pc {
	width: clamp(768px, 100vw, 1106px);
	margin: 0 auto;
	position: relative;
}
.fv_area-tiktok-inner-pc picture img {
	width: clamp(768px, 100vw, 1106px);
}
.tiktok-video {
	position: absolute;
	top: 15%;
	right: 8%;
}
.tiktok-video a:hover {
	opacity: 1.0;
}
.tiktok-video a video {
	height: clamp(330px, 43vw, 500px);
	width: auto;
	background: #000;
	border-radius: 10px;
	border: solid #000 10px;
}
.with-featherlight .featherlight {
	background: #6A6A6A;
}

/* レスポンシブ */
@media only screen and (max-width:1116px) {
	.fv_area-tiktok-inner-pc {
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	.tiktok-video {
		top: 12%;
	}
	.tiktok-video a video {
		width: 200px;
		height: 400px;
	}
}

/* reserve 注意書き */
.coupon_web_inner {
	text-align: center;
	color: #f43a69;
	font-weight: bold;
	font-size: 18px;
	padding: 25px 25px 0;
}

/* other */
.fv__top{
	margin-top: 88px;
}
@media screen and (max-width: 767px){
	header {
		z-index: 999;
	}
}
.ttl-gray{
	color: #c7c7c7;
}
.ttl-gray_2{
	color: #6c8696;
}
.ttl-white{
	color: #fff;
	opacity: 0.6;
}
.ttl_font_osw {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.ttl_font_osw_b {
	font-family: 'Oswald', sans-serif;
	font-weight: 500!important;
	letter-spacing: 0.5rem;
}
.font_ye {
	color: #fef100!important;
}
.font_bl {
	color: #008fd1!important;
}

.bg_sky {
	background-color: #e9f5fe;
}

.bg_blue_img {
	background: url(../img/double-eyelid_7_m/point_bg.png) no-repeat top center/cover;
}

.sha_none {
	box-shadow: none!important;
}

#clinic article>h2{
	display: none;
}

@media screen and (max-width: 750px) {
	.ls_750_02vw {
		letter-spacing: -0.2vw;
	}
}
@media only screen and (max-width: 750px) {
	.pb3 {
		padding-bottom: 3px;
	}
}


/* 1Dayクイックアイ修正 20250331
======================================== */
.section_ideal-box li sup {
	font-size: 14px;
  }
  .section_ideal-box li._anno {
	padding-left: 0;
	padding-bottom: 0;
	font-size: 14px;
  }
  @media screen and (max-width: 750px) {
	.section_ideal-box li sup {
	  font-size: 10px;
	}
	.section_ideal-box li._anno {
	  font-size: 10px;
	}
  }
  .section_ideal-box li._anno::before {
	display: none;
  }
  .seciton_plan_box .plan_box_wbox._type02 {
	top: -1.8em!important;
  }