/*

  サブビジュアル

================================================================
*/
.under-sv {
	width: 100%;
	height: 320px;
}
.under-sv .flex {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.under-sv .flex .en {
	margin-bottom: 15px;
	font-size: 24px;
	color: rgba(198, 195, 196, 0.5);
	letter-spacing: 0.1em;
}
.under-sv .flex h1 {
	text-align: center;
	font-size: 40px;
}
.under-sv .flex h1 i {
	display: block;
	margin-top: 15px;
	font-size: 60%;
}
.under-sv .pankz {
	position: absolute;
	top: 0;
	right: 0;
}
.under-sv .pankz ul {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #676767;
}
.under-sv .pankz ul li + li {
	position: relative;
	margin-left: 30px;
}
.under-sv .pankz ul li + li:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: -16px;
	width: 1px;
	height: 100%;
	background: #676767;
	transform: rotateZ(20deg);
}
.under-sv .pankz ul li a {
	color: #676767;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.under-sv {
		height: 60vw;
	}
	.under-sv .flex {
		padding-bottom: 10vw;
	}
	.under-sv .flex .en {
		margin-bottom: 3vw;
		font-size: 3.5vw;
	}
	.under-sv .flex h1 {
		font-size: 8vw;
	}
	.under-sv .flex h1 i {
		margin-top: 3vw;
		font-size: 60%;
	}
	.under-sv .pankz {
		top: auto;
		bottom: 0;
		right: 5vw;
	}
	.under-sv .pankz ul {
		overflow-x: auto;
		font-size: 2.8vw;
	}
	.under-sv .pankz ul li {
		flex-shrink: 0;
	}
	.under-sv .pankz ul li + li {
		margin-left: 5vw;
	}
	.under-sv .pankz ul li + li:before {
		left: -2.5vw;
	}
}

/*

  1カラムテンプレート

================================================================
*/
.menu-temp {
	position: relative;
}
.col1-temp {
	position: relative;
}
.col1-temp > .right {
	width: 100%;
}

/*

  2カラムテンプレート

================================================================
*/
.col2-temp {
	display: flex;
	justify-content: space-between;
}
.col2-temp .left {
	width: 250px;
}
.col2-temp .left .stickey {
	position: sticky;
	top: 160px;
}
.col2-temp .left .stickey .anchor {
	border-left: 2px solid #ed9790;
}
.col2-temp .left .stickey .anchor li {
	width: 100%;
	height: 80px;
	font-size: 15px;
}
.col2-temp .left .stickey .anchor li + li {
	border-top: 1px solid #eee;
}
.col2-temp .left .stickey .anchor li a {
	display: flex;
	height: 100%;
	align-items: center;
	padding-left: 20px;
	line-height: 1.7;
	color: #676767;
}
.col2-temp .right {
	width: 880px;
}

/*

  施術ページ：共通h2

================================================================
*/
.h2-area {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 40px;
}
.h2-area .en {
	margin-bottom: 5px;
	font-size: 18px;
	color: rgba(198, 195, 196, 0.5);
	letter-spacing: 0.1em;
}
.h2-area h2 {
	line-height: 1.5;
	font-size: 26px;
}
.h2-area h2 i {
	font-size: 70%;
}
.h2-area h2 .ruby {
	position: relative;
}
.h2-area h2 .ruby::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 10px;
	width: 100%;
	letter-spacing: 0.2em;
}
.under-second.nose-gratiotip h1 .ruby::before {
	content: "びせんけいせい";
	position: absolute;
	font-size: 16px;
	top: -20px;
	right: 37px;
	letter-spacing: 0.4em;
}
.under-second.nose-gratiotip h1 {
	position: relative;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.h2-area {
		margin-bottom: 5vw;
	}
	.h2-area .en {
		margin-bottom: 3vw;
		font-size: 3.5vw;
	}
	.h2-area h2 {
		font-size: 5.5vw;
	}
	.h2-area h2 .ruby::before {
		font-size: 2vw;
	}
	.under-second.nose-gratiotip h1 .ruby::before {
		font-size: 3vw;
		top: -1.2em;
		right: 0.8em;
	}
}

/*

  施術ページ：アンカーリンク

================================================================
*/
.temp-anker {
	position: relative;
}
.temp-anker ul {
	display: flex;
	flex-wrap: wrap;
}
.temp-anker ul li {
	width: 23.8%;
	height: 50px;
	margin-top: 10px;
}
.temp-anker ul li + li {
	margin-left: 1.6%;
}
.temp-anker ul li:nth-child(4n + 1) {
	margin-left: 0;
}
.temp-anker ul li:nth-child(-n + 4) {
	margin-top: 0;
}
.temp-anker ul li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 25px;
	border-radius: 100px;
	border: 1px solid #676767;
	background: url(../img/common/icon_arrow_bottom_gray.svg) no-repeat right 20px
		center / 10px auto;
	color: #676767;
	transition: 0.2s;
}
.temp-anker ul li a span {
	position: relative;
	top: -0.1em;
}
.temp-anker ul li a:hover {
	border-color: #ed9790;
	color: #ed9790;
}
.temp-anker.under {
	margin-top: 30px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-anker {
		margin-top: 5vw;
	}
	.temp-anker .inner {
		padding: 0 5vw;
	}
	.temp-anker ul {
		justify-content: space-between;
	}
	.temp-anker ul li {
		width: 49%;
		height: 10vw;
		margin-top: 2vw;
	}
	.temp-anker ul li + li {
		margin-left: 0;
	}
	.temp-anker ul li:nth-child(-n + 4) {
		margin-top: 2vw;
	}
	.temp-anker ul li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.temp-anker ul li a {
		padding: 0 5vw;
		background-position: right 3.5vw center;
		background-size: 2vw auto;
		transition: 0.2s;
		font-size: 3.4vw;
	}
	.temp-anker ul li a span {
		top: -0.12em;
	}
	.temp-anker ul li a span i {
		display: none;
	}
	.temp-anker.under {
		margin-top: 5vw;
	}
}

/*

  施術ページ：装飾

================================================================
*/
span.uline {
	display: inline;
	background: linear-gradient(
		180deg,
		transparent 0%,
		transparent 60%,
		#faff88 60%,
		#faff88 100%
	);
	color: #ed9790;
}
.bg-wrap {
	background: url(../img/menu/vip-review/vip_bgimg.png) center / cover no-repeat;
	padding: 80px 0 60px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.bg-wrap {
		padding: 10vw 0 10vw;
	}
}
/*

  施術ページ：おすすめの方

================================================================
*/
.temp-recommend {
	position: relative;
	margin-top: 60px;
	padding: 60px 0 80px 0;
	background-color: rgba(255, 255, 255, 0.6);
}
.temp-recommend .h2-area {
	text-align: center;
}
.temp-recommend ul {
	display: flex;
	flex-wrap: wrap;
	color: #676767;
}
.temp-recommend ul li {
	width: 32%;
	padding: 10px 0 12px 25px;
	line-height: 1.6;
	border-bottom: 1px solid #c6c3c4;
	background: url(../img/common/icon_check_pink.svg) no-repeat left top 15px /
		15px auto;
}
.temp-recommend ul li + li {
	margin-left: 2%;
}
.temp-recommend ul li:nth-child(3n + 1) {
	margin-left: 0;
}
.temp-recommend ul li strong {
	color: #ed9790;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-recommend {
		margin-top: 10vw;
		padding: 10vw 0;
	}
	.temp-recommend .inner {
		padding: 0 5vw;
	}
	.temp-recommend ul {
		flex-direction: column;
		font-size: 3.6vw;
	}
	.temp-recommend ul li {
		width: 100%;
		padding: 2.5vw 5vw 2.5vw 5.5vw;
		line-height: 1.5;
		background-position: left top 3.7vw;
		background-size: 3.2vw auto;
	}
	.temp-recommend ul li + li {
		margin-left: 0;
	}
}

/*

  施術ページ：〇〇とは

================================================================
*/
.temp-about {
	margin-top: 80px;
}
.temp-about .h2-area {
	text-align: center;
}
.temp-about .flex-img-right {
	display: flex;
	justify-content: space-between;
}
.temp-about .flex-img-right.tcenter {
	align-items: center;
}
.temp-about .flex-img-right > div.w30 {
	width: 30%;
}
.temp-about .flex-img-right > div.w40 {
	width: 40%;
}
.temp-about .flex-img-right > div.w40 {
	width: 40%;
}
.temp-about .flex-img-right > div.w50 {
	width: 50%;
}
.temp-about .txt {
	flex: 1;
	margin-right: 60px;
	line-height: 1.9;
	font-size: 15px;
	color: #676767;
}
.temp-about .txt2 {
	margin-top: 30px;
	line-height: 1.9;
	color: #676767;
}
.temp-about .txt strong {
	color: #ed9790;
}
.temp-about.bg_white {
	margin-top: 0;
	padding: 80px 0;
	background-color: #fff;
}
.temp-about.bg_white + .bg_white {
	margin-top: 0;
	padding-top: 0;
}
.temp-about .flex-img-right.reverse {
	flex-direction: row-reverse;
	align-items: center;
}
.temp-about .flex-img-right.reverse .txt {
	margin-left: 60px;
	margin-right: 0;
}
.temp-about .flex-img-right.txt-center {
	align-items: center;
}
.flex-img-right + .flex-img-right {
	margin-top: 40px;
}
.temp-about .lead {
	width: 80%;
	line-height: 1.9;
	font-size: 15px;
	color: #676767;
	margin: 0 auto 30px;
}
.temp-about .flex-img-right + .flex-img-right {
	argin-top: 30px;
}
.temp-about h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-about {
		margin-top: 10vw;
	}
	.temp-about .inner {
		padding: 0 5vw;
	}
	.temp-about .flex-img-right {
		flex-direction: column;
	}
	.temp-about .flex-img-right > div {
		margin-top: 5vw;
	}
	.temp-about .flex-img-right > div.w30 {
		width: 100%;
	}
	.temp-about .flex-img-right > div.w40 {
		width: 100%;
	}
	.temp-about .flex-img-right > div.w50 {
		width: 100%;
	}
	.temp-about .txt {
		margin-right: 0;
		padding: 0 2vw;
		font-size: 3.6vw;
	}
	.temp-about.bg_white {
		padding: 10vw 0;
	}
	.temp-about .flex-img-right.reverse {
		flex-direction: column;
	}
	.temp-about .flex-img-right.reverse .txt {
		margin-left: 0;
	}
	.flex-img-right + .flex-img-right {
		margin-top: 40px;
	}
	.temp-about .lead {
		width: 100%;
		font-size: 3.6vw;
		margin: 0 auto 5vw;
	}
	.temp-about .flex-img-right + .flex-img-right {
		margin-top: 5vw;
	}
	.temp-about h3 {
		font-size: 4.2vw;
		margin-bottom: 2vw;
	}
}
/*

  施術ページ：施術の方法

================================================================
*/
.temp-type {
	margin-top: 80px;
}
.temp-type .h2-area {
	text-align: center;
}
.type-list {
	color: #676767;
}
.type-list dt {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 72px;
	min-height: 52px;
	line-height: 1.6;
	font-weight: 500;
	font-size: 16px;
	color: #ed9790;
}
.type-list dt:before {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background-color: #fff;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #ed9790;
	border: 1px solid #ed9790;
}
.type-list dt.no01:before {
	content: "01";
}
.type-list dt.no02:before {
	content: "02";
}
.type-list dt.no03:before {
	content: "03";
}
.type-list dt.no04:before {
	content: "04";
}
.type-list dt.no05:before {
	content: "05";
}
.type-list dt.no06:before {
	content: "06";
}
.type-list dd {
	padding-left: 25px;
}
.type-list dd > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
	padding-left: 47px;
	border-left: 1px solid #c6c3c4;
}
.type-list dd > div figure {
	width: 300px;
}
.type-list dd > div figure img {
	width: 100%;
	height: auto;
}
.type-list dd > div p {
	flex: 1;
	margin-left: 30px;
	line-height: 1.9;
}
.type-list dd + dt {
	margin-top: 40px;
}

.temp-type.p80 {
	margin-top: 0;
	padding: 80px 0;
}
.temp-type .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.temp-type .box figure {
	width: 50%;
}
.temp-type .box p {
	flex: 1;
	color: #676767;
	margin-left: 60px;
	line-height: 1.9;
}

.p-second-02.pb0 {
	padding: 80px 0 0;
}
.p-second-02 .flex-img-left {
	display: flex;
	justify-content: space-between;
}
.p-second-02 .flex-img-left.reverse {
	flex-direction: row-reverse;
}
.p-second-02 .flex-img-left.tcenter {
	align-items: center;
}
.p-second-02 .flex-img-left > div.w50 {
	width: 50%;
}
.p-second-02 .flex-img-left .txt {
	flex: 1;
	margin-left: 60px;
	line-height: 1.9;
}
.p-second-02 .flex-img-left.reverse .txt {
	margin-left: 0;
	margin-right: 60px;
}
.p-second-02 .flex-img-left .txt h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
	font-size: 20px;
}
.p-second-02 .flex-img-left .txt h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.p-second-02 .flex-img-left .txt h3 + h4 {
	margin-top: 30px;
}
.p-second-02 .flex-img-left .txt p + h4 {
	margin-top: 20px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-type {
		margin-top: 10vw;
	}
	.temp-type .inner {
		padding: 0 5vw;
	}
	.type-list {
		font-size: 3.6vw;
	}
	.type-list dt {
		margin-bottom: 5vw;
		padding-left: 15vw;
		min-height: 10vw;
		font-size: 3.6vw;
		line-height: 1.5;
	}
	.type-list dt:before {
		width: 10vw;
		height: 10vw;
		font-size: 4.6vw;
	}
	.type-list dd {
		padding-left: 5vw;
	}
	.type-list dd > div {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 0;
		padding-left: 10vw;
		border-left: 1px solid #c6c3c4;
	}
	.type-list dd > div figure {
		width: 100%;
	}
	.type-list dd > div figure img {
		width: 100%;
	}
	.type-list dd > div p {
		width: 100%;
		margin-left: 0;
		margin-top: 3vw;
		font-size: 3.4vw;
		line-height: 1.7;
	}
	.type-list dd + dt {
		margin-top: 5vw;
	}
	.p-second-02.pb0 {
		padding: 10vw 5vw 0;
	}
	.p-second-02 .flex-img-left {
		flex-direction: column;
	}
	.p-second-02 .flex-img-left.reverse {
		flex-direction: column-reverse;
	}
	.p-second-02 .flex-img-left > div.w50 {
		width: 100%;
	}
	.p-second-02 .flex-img-left .txt {
		margin-left: 0;
		margin-top: 5vw;
		font-size: 3.6vw;
	}
	.p-second-02 .flex-img-left.reverse .txt {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 5vw;
	}
	.p-second-02 .flex-img-left .txt h3 {
		margin-bottom: 3vw;
		padding-bottom: 1vw;
		margin-top: 5vw;
		font-size: 4.2vw;
	}
	.p-second-02 .flex-img-left .txt h3 span {
		font-size: 3.8vw;
	}
	.p-second-02 .flex-img-left .txt h4 {
		font-size: 3.8vw;
		margin-bottom: 0;
	}
	.p-second-02 .flex-img-left .txt p + h4 {
		margin-top: 3vw;
	}
	.p-second-02 .flex-img-left .txt h3 + h4 {
		margin-top: 5vw;
	}
	.temp-type.p80 {
		margin-top: 0;
		padding: 10vw 0;
	}
	.temp-type .box {
		flex-direction: column;
		margin-top: 5vw;
	}
	.temp-type .box figure {
		width: 100%;
	}
	.temp-type .box p {
		font-size: 3.5vw;
		margin-top: 5vw;
		margin-left: 0;
	}
}

/*

  施術ページ：施術詳細

================================================================
*/
.temp-detail {
	margin-top: 100px;
	padding: 80px 0;
	background-color: #f6f6f6;
}
.temp-detail.mt0 {
	margin-top: 0;
}
.temp-detail .h2-area {
	text-align: center;
}
.temp-detail table {
	width: 100%;
	line-height: 1.6;
	color: #676767;
}
.temp-detail table tr {
	border-bottom: 1px solid #c6c3c4;
}
.temp-detail table th {
	white-space: nowrap;
	width: 1%;
	text-align: left;
	vertical-align: top;
	padding: 12px 0;
	padding-left: 5px;
	font-weight: 600;
}
.temp-detail table th span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.temp-detail table th span.period {
	background-position: left 2px center;
	background-size: 19px auto;
	background-image: url(../img/menu/icon_detail_period.svg);
}
.temp-detail table th span.time {
	background-size: 21px auto;
	background-image: url(../img/menu/icon_detail_time.svg);
}
.temp-detail table th span.anesthesia {
	background-size: 24px auto;
	background-image: url(../img/menu/icon_detail_anesthesia.svg);
}
.temp-detail table th span.make {
	background-position: left 3px center;
	background-image: url(../img/menu/icon_detail_make.svg);
}
.temp-detail table th span.face-wash {
	background-position: left 6px center;
	background-size: 13px auto;
	background-image: url(../img/menu/icon_detail_face-wash.svg);
}
.temp-detail table th span.bathing {
	background-size: 24px auto;
	background-image: url(../img/menu/icon_detail_bathing.svg);
}
.temp-detail table th span.downtime {
	background-position: left 2px center;
	background-size: 20px auto;
	background-image: url(../img/menu/icon_detail_downtime.svg);
}
.temp-detail table td {
	padding: 10px 0;
	padding-left: 50px;
}
.temp-detail .post-surgery {
	position: relative;
	margin-top: 50px;
	padding: 50px;
	background-color: #ebebeb;
	border-radius: 6px;
}
.temp-detail .post-surgery h3 {
	position: absolute;
	top: -20px;
	left: 0;
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 50px;
	border-radius: 0 100px 100px 0;
	background: linear-gradient(90deg, #c6c3c4, #818181);
	color: #fff;
}
.temp-detail .post-surgery ul {
	color: #676767;
	line-height: 1.6;
}
.temp-detail .post-surgery ul li {
	position: relative;
	padding-left: 1.2em;
}
.temp-detail .post-surgery ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	color: #ed9790;
}
.temp-detail .post-surgery ul li + li {
	margin-top: 7px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-detail {
		margin-top: 10vw;
		padding: 10vw 0;
	}
	.temp-detail table,
	.temp-detail table tr,
	.temp-detail table tbody,
	.temp-detail table th,
	.temp-detail table td {
		display: block;
	}
	.temp-detail table {
		width: 90vw;
		margin: 0 auto;
		font-size: 3.5vw;
	}
	.temp-detail table th {
		width: 100%;
		padding: 2.5vw 0 0;
		padding-left: 2vw;
	}
	.temp-detail table th span {
		padding-left: 9vw;
	}
	.temp-detail table th span.period {
		background-position: left center;
		background-size: 3.8vw auto;
	}
	.temp-detail table th span.time {
		background-size: 4vw auto;
	}
	.temp-detail table th span.anesthesia {
		background-size: 5vw auto;
	}
	.temp-detail table th span.make {
		background-position: left 0.5vw center;
		background-size: 4.2vw auto;
	}
	.temp-detail table th span.face-wash {
		background-position: left 1vw center;
		background-size: 2.6vw auto;
	}
	.temp-detail table th span.bathing {
		background-size: 4.6vw auto;
	}
	.temp-detail table th span.downtime {
		background-position: left 1vw center;
		background-size: 4.2vw auto;
	}
	.temp-detail table td {
		padding: 1.5vw 0 3vw;
		padding-left: 11vw;
	}
	.temp-detail .post-surgery {
		margin-top: 15vw;
		padding: 10vw 7vw;
		border-radius: 0;
	}
	.temp-detail .post-surgery h3 {
		top: -5vw;
		height: 10vw;
		padding: 0 10vw 1vw 7vw;
		font-size: 4.2vw;
	}
	.temp-detail .post-surgery ul {
		font-size: 3.4vw;
	}
	.temp-detail .post-surgery ul li + li {
		margin-top: 3vw;
	}
}

/*

  施術ページ：施術の流れ

================================================================
*/
.temp-flow {
	margin-top: 80px;
}
.temp-flow .h2-area {
	text-align: center;
}
.flow-list {
	color: #676767;
}
.flow-list dt {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 72px;
	min-height: 52px;
	line-height: 1.6;
	font-weight: 500;
	font-size: 16px;
	color: #ed9790;
}
.flow-list dt:before {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background-color: #fff;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #ed9790;
	border: 1px solid #ed9790;
}
.flow-list dt.no01:before {
	content: "01";
}
.flow-list dt.no02:before {
	content: "02";
}
.flow-list dt.no03:before {
	content: "03";
}
.flow-list dt.no04:before {
	content: "04";
}
.flow-list dt.no05:before {
	content: "05";
}
.flow-list dt.no06:before {
	content: "06";
}
.flow-list dt:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	border: 1px solid #ed9790;
}
.flow-list dd {
	padding-left: 25px;
}
.flow-list dd > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
	padding-left: 47px;
	border-left: 1px solid #c6c3c4;
}
.flow-list dd > div figure {
	width: 300px;
}
.flow-list dd > div figure img {
	width: 100%;
	height: auto;
}
.flow-list dd > div p {
	flex: 1;
	margin-left: 30px;
	line-height: 1.9;
}
.flow-list dd + dt {
	margin-top: 40px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-flow {
		margin-top: 10vw;
	}
	.temp-flow .inner {
		padding: 0 5vw;
	}
	.flow-list {
		font-size: 3.6vw;
	}
	.flow-list dt {
		margin-bottom: 5vw;
		padding-left: 15vw;
		min-height: 10vw;
		font-size: 3.6vw;
		line-height: 1.5;
	}
	.flow-list dt:before {
		width: 10vw;
		height: 10vw;
		font-size: 4.6vw;
	}
	.flow-list dt:after {
		top: -0.5vw;
		left: -0.5vw;
		width: 10vw;
		height: 10vw;
	}
	.flow-list dd {
		padding-left: 5vw;
	}
	.flow-list dd > div {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 0;
		padding-left: 10vw;
		border-left: 1px solid #c6c3c4;
	}
	.flow-list dd > div figure {
		width: 100%;
	}
	.flow-list dd > div figure img {
		width: 100%;
	}
	.flow-list dd > div p {
		width: 100%;
		margin-left: 0;
		margin-top: 3vw;
		font-size: 3.4vw;
		line-height: 1.7;
	}
	.flow-list dd + dt {
		margin-top: 5vw;
	}
}

/*

  施術ページ：症例写真

================================================================
*/
.temp-case {
	margin-top: 80px;
}
.temp-case.focus {
	margin-top: 0;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(../img/menu/bg_focus_case.jpg);
}
.temp-case .h2-area {
	text-align: center;
}
.case-list {
	display: flex;
	flex-wrap: wrap;
}
.case-list > li {
	width: 32%;
	margin-top: 50px;
}
.case-list > li + li {
	margin-left: 2%;
}
.case-list > li a {
	display: block;
}
.case-list > li:nth-child(3n + 1) {
	margin-left: 0;
}
.case-list > li:nth-child(-n + 3) {
	margin-top: 0;
}
.case-list > li > ul {
	display: flex;
	overflow-y: auto;
}
.case-list > li > ul li {
	width: 50%;
	position: relative;
}
.case-list > li > ul li::before {
	content: "Before";
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	z-index: 1;
}
.case-list > li > ul li:nth-child(2):before {
	content: "After";
}
.case-list > li > ul li video {
	position: relative;
	width: 100%;
	height: 192px;
	object-fit: cover;
}
.case-list > li > ul li:has(video.paused)::after {
	content: "▶";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}
.case-list > li > ul li:has(video.playing)::after {
	display: none;
}
.case-list > li h3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #676767;
	border-left: 2px solid #ed9790;
	border-right: 2px solid #ed9790;
}
.case-list > li h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #ed9790;
}
.case-list > li h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 2px;
	background-color: #ed9790;
}
.case-list > li table {
	width: 100%;
	line-height: 1.6;
	color: #676767;
}
.case-list > li table tr {
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
}
.case-list > li table th {
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	padding: 10px 0;
	font-weight: 500;
	color: #c7645c;
}
.case-list > li table td {
	padding: 12px 0;
	padding-left: 20px;
	font-size: 14px;
}
.case-list > li .charge {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.case-list > li .charge figure {
	width: 54px;
}
.case-list > li .charge figure img {
	width: 100%;
	height: auto;
}
.case-list > li .charge p {
	margin-left: 20px;
	color: #676767;
}
.case-list .dousen {
	margin-top: 10px;
	text-align: right;
}
.case-list .dousen a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 40px;
	border-radius: 100px;
	background: linear-gradient(90deg, #ebcdaf, #ed9790);
	color: #fff;
}
.case-list .dousen a span {
	position: relative;
	bottom: 0.1em;
}
.case-list > li .movie iframe {
	width: 100%;
	height: auto;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border: none;
	pointer-events: none;
}
.case-list > li .movie picture {
	display: block;
	aspect-ratio: 16/9;
	background: #000;
}
.case-list > li .movie picture img {
	display: block;
	margin: 0 auto;
	object-fit: contain;
	height: 100%;
}
/*スライダー*/
.case-slider {
	padding: 60px 0;
	margin-inline: auto;
	max-width: auto;
}
.bg-wrap .case-slider {
	padding: 60px 0 0;
}
.case-slider .h2-area {
	text-align: center;
}
.case-slider #main-carousel {
	width: 720px;
	margin: 0 auto 40px;
}
.case-slider #main-carousel .case-list {
	flex-wrap: nowrap;
	padding-left: 0;
	padding-bottom: 0;
	display: flex;
}
.case-slider #main-carousel .case-list .splide {
	width: 720px;
	margin: 0 auto;
}
.case-slider #main-carousel .case-list > li {
	display: block;
	margin-top: 0;
}
.case-slider #main-carousel .case-list > li > ul {
	position: relative;
	width: 100%;
	margin: auto;
}
.case-slider #main-carousel .case-list > li > ul::before {
	content: "Before";
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	z-index: 1;
}
.case-slider #main-carousel .case-list > li > ul::after {
	content: "After";
	position: absolute;
	bottom: 10px;
	left: calc(50% + 30px);
	transform: translateX(-50%);
	color: #fff;
	z-index: 1;
}
.case-slider #main-carousel .case-list > li > ul li video {
	height: 360px;
}
.case-slider #main-carousel .case-list > li > ul li::before {
	content: "";
}
.case-slider #main-carousel .case-list > li > ul li:has(video.paused)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
	pointer-events: none;
}
.case-slider #main-carousel .case-list > li > ul li:has(video.paused)::after {
	content: "";
	width: 60px;
	height: 60px;
	padding: initial;
}
.case-slider
	#main-carousel
	.splide__track--nav
	> .splide__list
	> .splide__slide.is-active {
	border: none;
}
.case-slider #main-carousel .splide__arrow {
	top: 150px;
	transform: initial;
	height: 48px;
	width: 48px;
	background-color: #fff;
	opacity: 1;
}
.case-slider #main-carousel .splide__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 7px;
}
.case-slider #main-carousel .splide__arrow.splide__arrow--prev::before {
	background: url(../img/common/arw-l.svg) center center / contain no-repeat;
}
.case-slider #main-carousel .splide__arrow.splide__arrow--next::before {
	background: url(../img/common/arw-r.svg) center center / contain no-repeat;
}
.case-slider #main-carousel .splide__arrow--prev {
	left: -4em;
}
.case-slider #main-carousel .splide__arrow--next {
	right: -4em;
}
.case-slider #main-carousel .splide__arrow svg {
	display: none;
}
.case-slider #main-carousel .case-list > li + li {
	margin-left: initial;
}
.case-slider #thumbnail-carousel {
	margin: 0 auto;
}
.case-slider #thumbnail-carousel .splide__slide {
	width: 25% !important;
}
.case-slider
	#thumbnail-carousel
	.splide__track--nav
	> .splide__list
	> .splide__slide.is-active {
	border: 3px solid transparent;
}
.case-slider .splide__slide {
	opacity: 0.6;
}
.case-slider .splide__slide img {
	width: 100%;
	height: auto;
}
.case-slider .splide__slide.is-active {
	opacity: 1;
}
.case-slider #main-carousel .case-list > li .movie iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border: none;
	pointer-events: auto;
}
.case-slider #thumbnail-carousel .splide__slide .movie iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border: none;
	pointer-events: none;
}
.case-slider #main-carousel .splide__slide .movie picture {
	display: block;
	aspect-ratio: 16/9;
}
.case-slider #main-carousel .splide__slide .movie picture img {
	object-fit: contain;
	height: 100%;
}
.case-slider #thumbnail-carousel .splide__slide .movie picture {
	display: block;
	aspect-ratio: 16/9;
	background: #000;
}
.case-slider #thumbnail-carousel .splide__slide .movie picture img {
	object-fit: contain;
	height: 100%;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-case {
		margin-top: 15vw;
	}
	.temp-case.focus {
		padding: 10vw 0;
	}
	.case-list {
		padding: 0 5vw;
		/*
  flex-wrap: unset;
  overflow-x: auto;
  padding-left: 5vw;
  padding-bottom: 5vw;*/
	}
	.case-list > li {
		position: relative;
		flex-shrink: 0;
		width: 100%;
		margin-top: 0;
		margin-bottom: 5vw;
	}
	.case-list > li + li {
		margin-left: 0;
	}
	.case-list > li:last-child:after {
		pointer-events: none;
		content: "";
		position: absolute;
		top: 0;
		right: -5vw;
		width: 5vw;
		height: 5vw;
	}
	.case-list > li > ul li video {
		height: 146px;
	}
	.case-list > li h3 {
		height: 10vw;
		margin-bottom: 2vw;
		font-size: 3.6vw;
	}
	.case-list > li h3:before {
		width: 3vw;
	}
	.case-list > li h3:after {
		width: 3vw;
	}
	.case-list > li table {
		font-size: 3.4vw;
	}
	.case-list > li table th {
		padding: 2.5vw 0;
	}
	.case-list > li table td {
		padding: 2.5vw 0;
		padding-left: 5vw;
		font-size: 3.4vw;
	}
	.case-list > li table td i {
		font-size: 3.7vw;
	}
	.case-list > li .charge {
		margin-top: 3vw;
	}
	.case-list > li .charge figure {
		width: 12vw;
	}
	.case-list > li .charge p {
		margin-left: 5vw;
		font-size: 3.2vw;
	}
	.case-list .dousen {
		margin-top: 3vw;
	}
	.case-list .dousen a {
		width: 80%;
		height: 10vw;
		font-size: 3.6vw;
	}
	.case-slider {
		padding: 10vw 0;
		width: 100%;
	}
	.bg-wrap .case-slider {
		padding: 10vw 0 0;
	}
	.case-slider .inner {
		padding: 0 5vw;
	}
	.case-slider #main-carousel {
		width: 100%;
		margin: 0 auto 5vw;
	}
	.case-slider #main-carousel .case-list {
		overflow-x: initial;
	}
	.case-slider #main-carousel .case-list .splide {
		width: initial;
	}
	.case-slider #main-carousel .case-list .splide__track {
		overflow: initial;
	}
	.case-slider #main-carousel .case-list > li + li {
		margin-left: 0 !important;
	}
	.case-slider #main-carousel .case-list > li > ul li {
		width: 45vw;
		height: 45vw;
	}
	.case-slider #main-carousel .case-list > li > ul li figure,
	.case-slider #main-carousel .case-list > li > ul li video {
		width: 45vw;
		height: 45vw;
		overflow: hidden;
	}
	.case-slider
		#main-carousel
		.case-list
		> li
		> ul
		li:has(video.paused)::before {
		border-left: 3.5vw solid white;
		border-top: 2.5vw solid transparent;
		border-bottom: 2.5vw solid transparent;
	}
	#main-carousel .case-list > li > ul li:has(video.paused)::after {
		width: 10vw;
		height: 10vw;
	}
	.case-slider #main-carousel .splide__arrow {
		height: 2em;
		width: 2em;
		top: 74px;
	}
	.case-slider #main-carousel .splide__arrow::before {
		width: 12px;
		height: 5px;
	}
	.case-slider #main-carousel .splide__arrow--prev {
		left: -1em;
	}
	.case-slider #main-carousel .splide__arrow--next {
		right: -1em;
	}
	.case-slider #main-carousel .case-list > li {
		width: 90vw !important;
	}
	.case-slider #thumbnail-carousel {
		width: 90vw;
	}
	.case-slider #thumbnail-carousel .splide__track {
		width: 100%;
		height: 27vw;
	}
	.case-slider #thumbnail-carousel > div {
		width: 90vw;
		height: 45vw;
	}
	.case-slider #thumbnail-carousel .splide__slide {
		width: 55vw !important;
	}
}
.case-slider ul.splide__slide {
	display: flex;
}

/*

  施術ページ：料金表

================================================================
*/
.temp-price {
	margin-top: 100px;
	padding: 50px 60px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.temp-price.bg_gray {
	padding: 80px 0;
	box-shadow: none;
}
.temp-price .h2-area {
	text-align: center;
}
.price-table {
	width: 100%;
	color: #676767;
	border: solid rgba(198, 195, 196, 0.5);
	border-width: 2px 0;
	line-height: 1.6;
}
.price-table tr + tr {
	border-top: 1px solid rgba(198, 195, 196, 0.5);
}
.price-table th {
	white-space: nowrap;
	width: 1%;
	padding: 12px 30px;
	text-align: left;
	background-color: #f6f6f6;
}
.price-table th span.sub {
	display: block;
	font-size: 80%;
}
.price-table th span.note {
	display: inline-block;
	margin-left: 5px;
	vertical-align: text-top;
	font-size: 80%;
}
.price-table td {
	padding: 12px 30px;
	text-align: right;
}
.price-table td p.zeinuki {
	font-weight: 600;
	font-size: 150%;
	color: #c7645c;
}
.price-table td p.zeikomi i {
	font-size: 80%;
}
.price-table td p.monitor span {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px solid #c7645c;
	font-size: 90%;
	font-weight: 600;
	line-height: 1;
	color: #c7645c;
}
.price-table td p.monitor i {
	font-size: 80%;
	font-weight: 500;
	color: #676767;
}
.price-table tr + tr th {
	position: relative;
}
.price-table td.br {
	border-right: 1px dashed rgba(198, 195, 196, 0.5);
}
.price-table caption {
	margin-bottom: 10px;
	text-align: right;
	font-size: 13px;
}
.temp-price .ul-note {
	margin-top: 20px;
	line-height: 1.8;
	font-size: 14px;
	color: #676767;
}
.temp-price .ul-note li {
	display: flex;
}
.temp-price .ul-note li span {
	white-space: nowrap;
	margin-right: 10px;
}
.temp-price .ul-note li + li {
	margin-top: 5px;
}
.temp-price .ul-note.kajo li + li {
	margin-top: 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-price {
		margin-top: 10vw;
		padding: 10vw 0;
	}
	.temp-price .inner {
		padding: 0 5vw 7vw;
	}
	.price-table,
	.price-table tr,
	.price-table tbody,
	.price-table th,
	.price-table td {
		display: block;
	}
	.price-table {
		font-size: 3.5vw;
	}
	.price-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.price-table th {
		white-space: nowrap;
		width: 100%;
		padding: 2.5vw 3vw;
	}
	.price-table td {
		width: 50%;
		padding: 2.5vw 3vw;
		font-size: 3.7vw;
	}
	.price-table td.w100 {
		width: 100%;
	}
	.price-table td.br {
		font-size: 3.5vw;
	}
	.price-table td p.monitor span {
		margin-right: 3vw;
	}
	.price-table caption {
		white-space: nowrap;
		width: 100%;
		margin-top: 2.5vw;
		margin-bottom: 5vw;
		text-align: right;
		font-size: 2.8vw;
	}
	.temp-price .ul-note {
		margin-top: 5vw;
		font-size: 3.3vw;
	}
	.temp-price .ul-note li span {
		margin-right: 3vw;
	}
	.temp-price .ul-note li + li {
		margin-top: 5vw;
	}
}

/*

  施術ページ：FAQ

================================================================
*/
.temp-faq {
	padding: 80px 0 0;
}
.temp-faq .h2-area {
	text-align: center;
}
.temp-faq ul li {
	padding: 40px 50px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	color: #676767;
	line-height: 1.9;
}
.temp-faq ul li + li {
	margin-top: 30px;
}
.temp-faq ul li .qes {
	position: relative;
	padding-left: 2em;
	padding-bottom: 15px;
	font-weight: 600;
}
.temp-faq ul li .qes:before {
	content: "Q";
	position: absolute;
	top: 14px;
	left: 0;
	font-size: 140%;
	color: #ed9790;
	line-height: 0;
}
.temp-faq ul li .ans {
	padding-top: 15px;
	border-top: 1px solid rgba(198, 195, 196, 0.5);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-faq {
		padding: 15vw 5vw 0;
	}
	.temp-faq ul li {
		padding: 5vw;
		font-size: 3.5vw;
	}
	.temp-faq ul li + li {
		margin-top: 5vw;
	}
	.temp-faq ul li .qes {
		padding-left: 2em;
		padding-bottom: 3vw;
		line-height: 1.6;
	}
	.temp-faq ul li .qes:before {
		top: 2.5vw;
		font-size: 160%;
	}
	.temp-faq ul li .ans {
		padding-top: 3vw;
		font-size: 3.4vw;
		line-height: 1.8;
	}
}

/*

  施術ページ：ドクター紹介

================================================================
*/
.temp-doctor {
	margin-top: 80px;
}
.temp-doctor .inner {
	display: flex;
	justify-content: flex-end;
}
.temp-doctor .inner figure {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -190px;
}
.temp-doctor .inner figure img {
	pointer-events: none;
	width: auto;
	height: 380px;
}
.temp-doctor .box {
	width: 850px;
	padding: 50px 80px 50px 140px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.temp-doctor .box .name {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
}
.temp-doctor .box .name h2 {
	font-size: 22px;
}
.temp-doctor .box .name .en {
	margin-left: 30px;
	font-size: 16px;
	color: #c6c3c4;
}
.temp-doctor .box table {
	width: 100%;
	line-height: 1.6;
	color: #676767;
}
.temp-doctor .box table th {
	vertical-align: top;
	text-align: left;
	padding: 10px 0;
}
.temp-doctor .box table td {
	padding: 10px 0;
}
.temp-doctor .box table td .list01 li {
	position: relative;
	padding-left: 1.2em;
}
.temp-doctor .box table td .list01 li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.temp-doctor .box table td .list01 li + li {
	margin-top: 3px;
}
.temp-doctor .box table td .list02 {
	display: flex;
}
.temp-doctor .box table td .list02 li img {
	width: 50px;
	height: auto;
}
.temp-doctor .box table tr + tr th {
	vertical-align: middle;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-doctor {
		margin-top: 10vw;
	}
	.temp-doctor .inner {
		flex-direction: column;
	}
	.temp-doctor .inner figure {
		position: static;
		margin-top: 0;
	}
	.temp-doctor .inner figure img {
		width: 80vw;
		height: auto;
	}
	.temp-doctor .box {
		width: 100%;
		padding: 10vw 7vw 7vw 10vw;
	}
	.temp-doctor .box .name {
		margin-bottom: 2vw;
		padding-bottom: 3.5vw;
	}
	.temp-doctor .box .name h2 {
		font-size: 5.5vw;
	}
	.temp-doctor .box .name .en {
		margin-left: 5vw;
		font-size: 4vw;
	}
	.temp-doctor .box table {
		font-size: 3.5vw;
	}
	.temp-doctor .box table th {
		padding: 2.5vw 0;
	}
	.temp-doctor .box table td {
		padding: 2.5vw 0;
		padding-left: 5vw;
	}
	.temp-doctor .box table td .list01 li + li {
		margin-top: 1vw;
	}
	.temp-doctor .box table td .list02 li + li {
		margin-left: 1vw;
	}
	.temp-doctor .box table td .list02 li img {
		width: 12vw;
	}
}

/*

  施術ページ：CTA

================================================================
*/
.temp-menu-cta {
	margin-top: 80px;
	padding: 96px 0;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/top/top-menu_bg_pc.jpg);
}
.temp-menu-cta.only-top {
	margin-top: 0;
}
.temp-menu-cta .flex {
	display: flex;
	justify-content: center;
	gap: 70px;
}
.temp-menu-cta .flex .left {
	flex-shrink: 0;
}
.temp-menu-cta .inner {
	max-width: 1125px;
	width: 100%;
	margin-inline: auto;
}
.temp-menu-cta .flex .left .en {
	font-size: 60px;
	letter-spacing: 0.1em;
	color: rgba(147, 124, 173, 0.4);
}
.temp-menu-cta .flex .left .txt {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
/* .temp-menu-cta .flex .right {
  display: flex;
  margin-left: 60px;
  padding-left: 60px;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, .2);} */
.temp-menu-cta .flex .right #head-nav-cta li,
.temp-menu-cta #head-nav-cta li.tel a {
	width: 260px;
	height: 50px;
}
.temp-menu-cta #head-nav-cta li.tel a {
	padding-left: 0;
}
.temp-menu-cta .flex .right #head-nav-cta li a {
	border: 1px solid #fff;
}
.temp-menu-cta #head-nav-cta li a:before,
.temp-menu-cta #head-nav-cta .tel a::before {
	left: calc(50% - 60px);
	transform: translateX(-50%);
}
/* .temp-menu-cta .flex .right .tel {
  background: linear-gradient(90deg, #FBBDBD, #ED8C85);
  height: 50px;
} */
/* .temp-menu-cta .flex .right .tel {
  margin-top: 50px;
} */
.temp-menu-cta .flex .right .tel a {
	position: relative;
	pointer-events: none;
	display: inline-block;
	padding-left: 100px;
	background: url(../img/common/icon_tel.svg) no-repeat left 72px center / auto
		70%;
	font-size: 28px;
	color: #fff;
	letter-spacing: 0.1em;
}
.temp-menu-cta .flex .right .tel li a::before {
	content: "新宿院";
	font-family:
		"zen-kaku-gothic-new", "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic",
		"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	position: absolute;
	top: 50%;
	left: 0;
	letter-spacing: 0.08em;
	transform: translateY(-50%);
	font-size: 13px;
	padding: 6px 8px 8px 8px;
	color: #fff;
	background: linear-gradient(90deg, #c6c3c4, #818181);
	border-radius: 17px;
}
.temp-menu-cta .flex .right .tel li.clinic02 a::before {
	content: "銀座院";
	background: linear-gradient(90deg, #c0c2d3, #8b8ab8);
}
.temp-menu-cta .flex .right .tel li.clinic03 a::before {
	content: "横浜院";
	background: linear-gradient(90deg, #9ecded, #569fd1);
}
.temp-menu-cta .flex .right .tel span {
	color: #fff;
	display: block;
	text-align: right;
	font-size: 17px;
	margin-top: 5px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-menu-cta {
		margin-top: 10vw;
		padding: 72px 0 90px;
		max-width: 100%;
	}

	.temp-menu-cta .inner {
		padding: 0 5vw;
	}
	.temp-menu-cta .flex {
		flex-direction: column;
		align-items: center;
		gap: 51px;
	}
	.temp-menu-cta .flex .left {
		text-align: center;
	}
	.temp-menu-cta .flex .left .en {
		font-size: 8vw;
	}
	.temp-menu-cta .flex .left .txt {
		margin-top: 2vw;
		font-size: 3.6vw;
	}
	.temp-menu-cta .flex .right {
		width: 100%;
		justify-content: space-between;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	.temp-menu-cta .flex .right #head-nav-cta {
		padding: 0;
		flex-direction: column;
		height: auto;
		gap: min(6.3vw, 40px);
	}
	.temp-menu-cta #head-nav-cta li a {
		border-radius: 43.55px;
		font-size: 3.8vw;
		padding-left: 0;
		height: 12vw;
	}
	.temp-menu-cta .flex .right #head-nav-cta li,
	.temp-menu-cta #head-nav-cta li.tel a {
		width: 100%;
		max-width: 100%;
		border-radius: 43.55px;
		font-size: 3.8vw;
		height: 12vw;
	}
	.temp-menu-cta .flex .right #head-nav-cta li {
		width: 65%;
		max-width: 400px;
	}
	/* .temp-menu-cta .flex .right .tel {
  margin-top: 3vw;
  flex-direction: column;
  padding: 5vw;
  gap: 3vw;} */
	.temp-menu-cta .flex .right .tel a {
		pointer-events: auto;
		white-space: nowrap;
		padding-left: 26vw;
		font-size: 7vw;
		background: url(../img/common/icon_tel.svg) no-repeat left 20vw center /
			auto 54%;
	}
	.temp-menu-cta .flex .right .tel li a::before {
		font-size: 3.5vw;
		padding: 1.5vw 2vw 2vw 2vw;
	}
	.temp-menu-cta .flex .right .tel span {
		margin-top: 1vw;
		line-height: 1.5;
		font-size: 3.8vw;
	}
}

/*

  施術ページ：バナー

================================================================
*/
.p-banner {
	margin-top: 50px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-banner {
		margin-top: 10vw;
	}
}

/*

  優先度2：テンプレート

================================================================
*/
/*  基本SV設定
--------------------------------------------------------------*/
.under-second {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: 2000px auto;
	background-position: top center;
}
.under-second .flex {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding-left: 50px;
}
.under-second .flex .en {
	margin-bottom: 15px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.1em;
}
.under-second .flex h1 {
	text-align: center;
	font-size: 52px;
	color: #fff;
	letter-spacing: 0.1em;
}
.under-second .pankz {
	position: absolute;
	bottom: 20px;
	left: 0;
}
.under-second .pankz ul {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #676767;
}
.under-second .pankz ul li + li {
	position: relative;
	margin-left: 30px;
}
.under-second .pankz ul li + li:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: -16px;
	width: 1px;
	height: 100%;
	background: #676767;
	transform: rotateZ(20deg);
}
.under-second .pankz ul li a {
	color: #676767;
}
.under-second.eyes-innercorner {
	background-image: url(../img/menu/eyes-innercorner/mv_pc.jpg);
}
.under-second.eyes-outercorner {
	background-image: url(../img/menu/eyes-outercorner/mv_pc.jpg);
}
.under-second.eyes-eyebrow {
	background-image: url(../img/menu/eyes-eyebrow/mv_pc.jpg);
}
.under-second.eyes-sunekose {
	background-image: url(../img/menu/eyes-sunekose/mv_pc.jpg);
}
.under-second.eyes-eyelid {
	background-image: url(../img/menu/eyes-eyelid/mv_pc.jpg);
}
.under-second.eyes-incision {
	background-image: url(../img/menu/eyes-incision/mv_pc.jpg);
}
.under-second.faces-gratiosuction {
	background-image: url(../img/menu/faces-gratiosuction/mv_pc.jpg);
}
.under-second.faces-eline {
	background-image: url(../img/menu/faces-eline/mv_pc.jpg);
}
.under-second.nose-gratiotip {
	background-image: url(../img/menu/nose-gratiotip/mv_pc.jpg);
}
.under-second.nose-grationose {
	background-image: url(../img/menu/nose-grationose/mv_pc.jpg);
}
.under-second.nose-implantation {
	background-image: url(../img/menu/nose-implantation/mv_pc.jpg);
}
.under-second.injection-hyaluronic {
	background-image: url(../img/menu/injection-hyaluronic/mv_pc.jpg);
}
.under-second.injection-botox {
	background-image: url(../img/menu/injection-botox/mv_pc.jpg);
}
.under-second.picotoning {
	background-image: url(../img/menu/picotoning/mv_pc.jpg);
}
.under-second.picofractionallaser {
	background-image: url(../img/menu/picofractionallaser/mv_pc.jpg);
}
.under-second.picospot {
	background-image: url(../img/menu/picospot/mv_pc.jpg);
}
.under-second.ellisyssense {
	background-image: url(../img/menu/ellisyssense/mv_pc.jpg);
}
.under-second.hifu {
	background-image: url(../img/menu/hifu/mv_pc.jpg);
}
.under-second.nose-plasty {
	background-image: url(../img/menu/nose-plasty/mv_pc.jpg);
}
/*優先度3*/
.under-second.cell {
	background-image: url(../img/menu/cell/mv_pc.jpg);
}
.under-second.cellnatant {
	background-image: url(../img/menu/cellnatant/mv_pc.jpg);
}
.under-second.mole {
	background-image: url(../img/menu/mole/mv_pc.jpg);
}
.under-second.whitening {
	background-image: url(../img/menu/whitening/mv_pc.jpg);
}
.under-second.faces-buccalfat {
	background-image: url(../img/menu/faces-buccalfat/mv_pc.jpg);
}
.under-second.faces-injection {
	background-image: url(../img/menu/faces-injection/mv_pc.jpg);
}
.under-second.subcision {
	background-image: url(../img/menu/subcision/mv_pc.jpg);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.under-second {
		height: 100vw;
		margin-bottom: 5vw;
		background-size: 100% auto;
	}
	.under-second .flex {
		justify-content: flex-start;
		padding-left: 10vw;
		padding-bottom: 10vw;
	}
	.under-second .flex .en {
		margin-bottom: 3vw;
		font-size: 3.5vw;
		color: #fff;
		text-shadow: 0 0 10px rgba(13, 65, 73, 0.55);
	}
	.under-second .flex h1 {
		text-shadow: 0 0 10px rgba(13, 65, 73, 0.55);
		font-weight: 600;
		font-size: 8vw;
	}
	.under-second .pankz {
		top: auto;
		bottom: 3vw;
		right: auto;
		left: 5vw;
	}
	.under-second .pankz ul {
		overflow-x: auto;
		font-size: 2.8vw;
	}
	.under-second .pankz ul li {
		flex-shrink: 0;
	}
	.under-second .pankz ul li + li {
		margin-left: 5vw;
	}
	.under-second .pankz ul li + li:before {
		left: -2.5vw;
	}
	.under-second .pankz ul {
		display: flex;
		align-items: center;
		font-size: 12px;
		color: #fff;
	}
	.under-second .pankz ul li + li {
		position: relative;
		margin-left: 30px;
	}
	.under-second .pankz ul li + li:before {
		content: "";
		position: absolute;
		top: 0.1em;
		left: -16px;
		width: 1px;
		height: 100%;
		background: #fff;
		transform: rotateZ(20deg);
	}
	.under-second .pankz ul li a {
		color: #fff;
	}
	.under-second h1 {
		font-size: 8vw;
		line-height: 1.25;
		letter-spacing: 0.05em;
	}
	.under-second.eyes-innercorner {
		background-image: url(../img/menu/eyes-innercorner/mv_sp.jpg);
	}
	.under-second.eyes-outercorner {
		background-image: url(../img/menu/eyes-outercorner/mv_sp.jpg);
	}
	.under-second.eyes-eyebrow {
		background-image: url(../img/menu/eyes-eyebrow/mv_sp.jpg);
	}
	.under-second.eyes-sunekose {
		background-image: url(../img/menu/eyes-sunekose/mv_sp.jpg);
	}
	.under-second.eyes-eyelid {
		background-image: url(../img/menu/eyes-eyelid/mv_sp.jpg);
	}
	.under-second.eyes-incision {
		background-image: url(../img/menu/eyes-incision/mv_sp.png);
	}
	.under-second.faces-gratiosuction {
		background-image: url(../img/menu/faces-gratiosuction/mv_sp.jpg);
	}
	.under-second.faces-eline {
		background-image: url(../img/menu/faces-eline/mv_sp.jpg);
	}
	.under-second.nose-gratiotip {
		background-image: url(../img/menu/nose-gratiotip/mv_sp.jpg);
	}
	.under-second.nose-grationose {
		background-image: url(../img/menu/nose-grationose/mv_sp.jpg);
	}
	.under-second.nose-implantation {
		background-image: url(../img/menu/nose-implantation/mv_sp.jpg);
	}
	.under-second.injection-hyaluronic {
		background-image: url(../img/menu/injection-hyaluronic/mv_sp.jpg);
	}
	.under-second.injection-botox {
		background-image: url(../img/menu/injection-botox/mv_sp.jpg);
	}
	.under-second.picotoning {
		background-image: url(../img/menu/picotoning/mv_sp.jpg);
	}
	.under-second.picofractionallaser {
		background-image: url(../img/menu/picofractionallaser/mv_sp.jpg);
	}
	.under-second.picospot {
		background-image: url(../img/menu/picospot/mv_sp.jpg);
	}
	.under-second.ellisyssense {
		background-image: url(../img/menu/ellisyssense/mv_sp.jpg);
	}
	.under-second.hifu {
		background-image: url(../img/menu/hifu/mv_sp.jpg);
	}
	.under-second.nose-plasty {
		background-image: url(../img/menu/nose-plasty/mv_sp.jpg);
	}
	/*優先度3*/
	.under-second.cell {
		background-image: url(../img/menu/cell/mv_sp.jpg);
	}
	.under-second.cellnatant {
		background-image: url(../img/menu/cellnatant/mv_sp.jpg);
	}
	.under-second.mole {
		background-image: url(../img/menu/mole/mv_sp.jpg);
	}
	.under-second.whitening {
		background-image: url(../img/menu/whitening/mv_sp.jpg);
	}
	.under-second.faces-buccalfat {
		background-image: url(../img/menu/faces-buccalfat/mv_sp.jpg);
	}
	.under-second.faces-injection {
		background-image: url(../img/menu/faces-injection/mv_sp.jpg);
	}
		.under-second.subcision {
		background-image: url(../img/menu/subcision/mv_sp.jpg);
	}
}

/*  優先度2のabout
--------------------------------------------------------------*/
.temp-about.second {
	margin-top: 0;
	padding: 80px 0;
	background-color: #fff;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-about.second {
		padding: 10vw 0;
	}
}

/*  テンプレート：VIPレビュー
--------------------------------------------------------------*/
.vip-review .box {
	background-color: #f9f7f5;
	padding: 0 40px 30px 40px;
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 7px 15px -2px #dedede;
}
.vip-review .box h2 {
	margin-left: -40px;
	margin-right: -40px;
	background: url(../img/menu/vip-review/bg01.png) center / cover no-repeat;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	font-weight: 500;
	font-size: 20px;
	padding: 20px;
}
.vip-review .box h2 span {
	position: relative;
	font-size: 16px;
	margin-bottom: 5px;
}
.vip-review .box h2 span::before,
.vip-review .box h2 span::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 20px;
	height: 1px;
}
.vip-review .box h2 span::before {
	left: -40px;
}
.vip-review .box h2 span::after {
	right: -40px;
}
.vip-review .box .lead {
	width: 800px;
	margin: 40px auto 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
	color: #676767;
	padding: 20px;
	line-height: 1.5;
	text-align: center;
}
.vip-review .box .bf-wrap {
	width: 600px;
	margin: 20px auto 0;
}
.vip-review .box .bf-wrap:has(.bf-img) {
	width: 100%;
}
.vip-review .box .bf-wrap .bf-img {
	display: flex;
	gap: 20px;
}
.vip-review .box .bf-wrap .bf-img > div figure + figure {
	margin-top: 10px;
}
.vip-review .box .bf-wrap .bf-movie {
	margin-top: 10px;
	display: flex;
}
.vip-review .box .bf-wrap .bf-movie:has(iframe) {
	display: block;
}
.vip-review .box .bf-wrap .bf-movie > div {
	position: relative;
	overflow: hidden;
}
.vip-review .box .bf-wrap .bf-movie > div:has(video.playing.paused)::before,
.vip-review .box .bf-wrap .bf-movie > div:has(video.playing.paused)::after {
	content: none;
}
.vip-review .box .bf-wrap .bf-movie > div:has(video.paused)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
	pointer-events: none;
}
.vip-review .box .bf-wrap .bf-movie > div:has(video.paused)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50.5%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	pointer-events: none;
}
.vip-review .box .bf-wrap .bf-movie video {
	width: 160%;
	margin-left: -30%;
	height: auto;
}
.vip-review .box .bf-wrap .bf-movie iframe {
	width: 160%;
	margin-left: -30%;
	height: 540px;
}
.vip-review .box .flex {
	display: flex;
	align-items: end;
	width: 750px;
	margin: 40px auto;
}
.vip-review .box .flex .comment {
	padding: 40px;
	margin-right: 30px;
	box-shadow: 0px 7px 15px 3px #dedede;
	border-radius: 8px;
	position: relative;
}
.vip-review .box .flex .comment::before {
	content: "";
	position: absolute;
	bottom: 30px;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #f9f7f5;
}
.vip-review .box .flex .comment p {
	color: #676767;
	line-height: 1.5;
}
.vip-review .box .flex figure {
	width: 140px;
	height: auto;
}
.vip-review .box .bf-photo {
	margin-top: 40px;
	display: flex;
	gap: 20px;
}
.vip-review .box .bf-photo li {
	position: relative;
}
.vip-review .box .bf-photo li:not(:last-child)::before {
	content: "";
	background: url(../img/menu/vip-review/img01.png);
	width: 30px;
	height: 80px;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0.8;
}
.vip-review .box .review {
	margin-top: 30px;
	text-align: center;
	position: relative;
}
.vip-review .box .review video {
	width: 300px;
	aspect-ratio: 9/16;
}
.vip-review .box .review figure {
	position: absolute;
	right: calc(50% - 380px);
	top: 50%;
	transform: translate(-50%, -50%);
}
.vip-review .box .review figure img {
	width: 70%;
}
.vip-review .box .review:has(iframe) {
	margin: 30px auto 0;
	aspect-ratio: 9/16;
	width: 300px;
}
.vip-review .box .review:has(iframe)::before {
	content: "";
	background: url(../img/menu/vip-review/img02.png) center left / contain
		no-repeat;
	position: absolute;
	top: 50%;
	left: 340px;
	transform: translateY(-50%);
	width: 70%;
	height: 70%;
}
.vip-review .box .review:has(iframe) figure {
	display: none;
}
.vip-review .box .review iframe {
	width: 100%;
	height: 100%;
}

.vip-review ul.bf-movie li {
	width: 50%;
	position: relative;
}
.vip-review ul.bf-movie li:has(video.paused)::after {
	content: "▶";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}
.vip-review ul.bf-movie li:has(video.playing)::after {
	display: none;
}

.vip-review .review {
	position: relative;
}
.vip-review .review:has(video.paused)::after {
	content: "▶";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 10px;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}

/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.vip-review {
		padding: 0 5vw;
	}
	.vip-review .box {
		width: 100%;
		padding: 0 4vw 5vw 4vw;
	}
	.vip-review .box h2 {
		margin-left: -4vw;
		margin-right: -4vw;
		font-size: 4vw;
		padding: 2vw 4vw;
	}
	.vip-review .box h2 span {
		font-size: 3.5vw;
		margin-bottom: 1vw;
	}
	.vip-review .box h2 span::before,
	.vip-review .box h2 span::after {
		width: 4vw;
	}
	.vip-review .box h2 span::before {
		left: -5vw;
	}
	.vip-review .box h2 span::after {
		right: -5vw;
	}
	.vip-review .box .lead {
		width: 100%;
		font-size: 3.5vw;
		margin: 5vw auto 0;
		padding: 4vw;
	}
	.vip-review .box .bf-wrap {
		width: 100%;
		margin: 3vw auto 0;
	}
	.vip-review .box .bf-wrap .bf-img {
		flex-direction: column;
		gap: 3vw;
	}
	.vip-review .box .bf-wrap .bf-img > div figure + figure {
		margin-top: 1vw;
	}
	.vip-review .box .bf-wrap .bf-movie iframe {
		height: 73vw;
	}
	.vip-review .box .flex {
		width: 100%;
		margin: 4vw auto 0;
	}
	.vip-review .box .flex .comment {
		padding: 4vw;
		margin-right: 3vw;
		flex: 1;
	}
	.vip-review .box .flex .comment::before {
		bottom: 3vw;
		right: -2vw;
		border-width: 3vw 0 3vw 3vw;
		border-color: transparent transparent transparent #f9f7f5;
	}
	.vip-review .box .flex .comment p {
		font-size: 3.5vw;
	}
	.vip-review .box .flex figure {
		width: 20vw;
	}
	.vip-review .box .bf-photo {
		margin-top: 5vw;
		flex-wrap: wrap;
		gap: 4vw;
	}
	.vip-review .box .bf-photo li:not(:last-child)::before {
		content: "";
		background: url(../img/menu/vip-review/img01.png) center / cover no-repeat;
		top: initial;
		bottom: -10vw;
		left: 50%;
		transform: translate(-50%, 0) rotate(90deg);
	}
	.vip-review .box .review {
		margin-top: 3vw;
	}
	.vip-review .box .review video {
		width: 70vw;
	}
	.vip-review .box .review figure {
		display: none;
	}
	.vip-review .box .review:has(iframe) {
		margin: 5vw auto 0;
		width: 70vw;
	}
	.vip-review .box .review:has(iframe)::before {
		display: none;
	}
}

/*  p-second-01：aboutに附属するポイント紹介
--------------------------------------------------------------*/
.p-second-01 {
	margin-top: 40px;
	color: #676767;
}
.p-second-01 .title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}
.p-second-01 .title span {
	position: relative;
	display: inline-block;
}
.p-second-01 .title span i {
	background: linear-gradient(
		180deg,
		transparent 0%,
		transparent 60%,
		#faff88 60%,
		#faff88 100%
	);
}
.p-second-01 .title span:before,
.p-second-01 .title span:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 60%;
	background-color: #676767;
}
.p-second-01 .title span:before {
	left: -20px;
	transform: rotateZ(-20deg);
}
.p-second-01 .title span:after {
	right: -20px;
	transform: rotateZ(20deg);
}
.p-second-01 .bottom {
	margin-top: 30px;
	line-height: 1.9;
}

/*  最適な黄金比
--------------------------------------------------------------*/
.golden-ratio {
	padding: 10px;
	background: url(../img/menu/eyes-innercorner/design-bg01.jpg) center center /
		cover no-repeat;
	position: relative;
}
.golden-ratio::before,
.golden-ratio::after,
.golden-ratio .box::before,
.golden-ratio .box::after {
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
}
.golden-ratio::before {
	top: 0;
	left: 0;
	background: url(../img/menu/eyes-innercorner/parts-top_left.png) center
		center / contain no-repeat;
}
.golden-ratio::after {
	top: 0;
	right: 0;
	background: url(../img/menu/eyes-innercorner/parts-top_right.png) center
		center / contain no-repeat;
}
.golden-ratio .box {
	width: 100%;
	height: 100%;
	padding: 40px;
	border: 1px solid #ddd2a9;
}
.golden-ratio .box::before {
	bottom: 0;
	left: 0;
	background: url(../img/menu/eyes-innercorner/parts-bottom_left.png) center
		center / contain no-repeat;
}
.golden-ratio .box::after {
	bottom: 0;
	right: 0;
	background: url(../img/menu/eyes-innercorner/parts-bottom_right.png) center
		center / contain no-repeat;
}
.golden-ratio p {
	line-height: 1.9;
	font-size: 15px;
	color: #676767;
}
.golden-ratio span.bold {
	color: #995f2c;
	font-weight: 600;
}
.golden-ratio span.uline {
	color: #676767;
	background: linear-gradient(
		180deg,
		transparent 0%,
		transparent 60%,
		#f6e2b8 60%,
		#f6e2b8 100%
	);
}
.golden-ratio .head {
	width: 90%;
	margin: 0 auto 30px;
}
.golden-ratio .head.spn {
	display: block;
}
.golden-ratio .flex-img-right.reverse > div {
	margin-left: 50px;
	flex: 1;
}
.golden-ratio .flex-img-right.reverse > div > div {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid rgba(153, 95, 44, 0.45);
	display: flex;
	align-items: center;
}
.golden-ratio .flex-img-right.reverse > div > div figure {
	width: 32%;
}
.golden-ratio .flex-img-right.reverse > div > div p {
	margin-left: 20px;
	flex: 1;
}
.golden-ratio .box > .box2 {
	margin-top: 30px;
	background: url(../img/menu/eyes-innercorner/design-bg03.jpg) center center /
		cover no-repeat;
	padding: 20px;
	display: flex;
	align-items: center;
}
.golden-ratio .box > .box2 .left {
	flex: 1;
	margin-left: 30px;
}
.golden-ratio .box > .box2 .left > div {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 20px;
	background-color: #fdfaf4;
}
.golden-ratio .box > .box2 .left > div::before {
	content: "";
	background: url(../img/menu/eyes-innercorner/parts-top_bottom.png) center
		center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.golden-ratio .box > .box2 .left > div::after {
	content: "";
	background: url(../img/menu/eyes-innercorner/parts-top_bottom.png) center
		center / cover no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.golden-ratio .box > .box2 .left > div figure {
	width: 25%;
}
.golden-ratio .box > .box2 .left > div p {
	color: #995f2c;
	margin-left: 20px;
	flex: 1;
}
.golden-ratio .box > .box2 .left > div p span.uline {
	color: #995f2c;
}
.golden-ratio .box > .box2 > .right {
	width: 45%;
	margin-left: 50px;
	position: relative;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.golden-ratio {
		margin-top: 10vw;
		padding: 2vw;
	}
	.golden-ratio .box {
		padding: 10vw 4vw;
	}
	.golden-ratio::before,
	.golden-ratio::after,
	.golden-ratio .box::before,
	.golden-ratio .box::after {
		width: 15vw;
		height: 15vw;
	}
	.golden-ratio .head.spn {
		display: none;
	}
	.golden-ratio .head.pcn {
		display: block;
		margin: 0 auto 4vw;
	}
	.p-second-01.golden-ratio {
		padding: 1vw;
	}
	.golden-ratio p {
		font-size: 3.6vw;
	}
	.temp-about .golden-ratio .flex-img-right.reverse {
		flex-direction: column-reverse;
	}
	.golden-ratio .box .flex-img-right.reverse > div {
		margin-left: 0;
		margin-top: 0;
	}
	.golden-ratio .box .flex-img-right.reverse > div figure {
		margin-bottom: 4vw;
	}
	.golden-ratio .flex-img-right.reverse .txt {
		margin-left: 0;
		padding: 0 4vw 4vw;
		font-size: 3.2vw;
	}
	.golden-ratio .flex-img-right.reverse > div > div {
		margin: 5vw 0;
		padding: 2vw 3vw 2vw 2vw;
	}
	.golden-ratio .flex-img-right.reverse > div > div p.txt-s {
		font-size: 3.4vw;
		line-height: 1.6;
	}
	.golden-ratio .box .flex-img-right.reverse > div > div figure {
		width: 40%;
		margin-bottom: 0;
	}
	.golden-ratio .flex-img-right.reverse > div > div p {
		margin-left: 2vw;
	}
	.golden-ratio .box > .box2 {
		flex-direction: column-reverse;
		margin-top: 5vw;
		padding: 3vw;
	}
	.golden-ratio .box > .box2 .left {
		margin-top: 5vw;
		margin-left: 0;
	}
	.golden-ratio .box > .box2 .left > div {
		margin-top: 5vw;
		padding: 2vw;
	}
	.golden-ratio .box > .box2 .left > div figure {
		width: 34%;
	}
	.golden-ratio .box > .box2 .left > div p {
		margin-left: 2vw;
		font-size: 2.8vw;
		letter-spacing: 0.04em;
	}
	.golden-ratio .box > .box2 > .right {
		width: 100%;
		margin-left: 0;
	}
	.golden-ratio .box > .box2 > .right .head {
		position: absolute;
		bottom: -7vw;
		left: 0;
		width: 40%;
	}
}

/*  p-second-02：施術の方法
--------------------------------------------------------------*/
.p-second-02 {
	padding: 80px 0;
	color: #676767;
}
.p-second-02 .h2-area {
	text-align: center;
}
.p-second-02 .read {
	text-align: center;
}
.p-second-02 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.p-second-02 .flex > li {
	box-shadow: 0 0 30px rgba(85, 85, 85, 0.05);
	background-color: #fff;
}
.p-second-02 .flex > li figure {
	text-align: center;
}
.p-second-02 .flex > li h3 {
	padding: 10px 0;
	background-color: #6d6d6d;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.p-second-02 .flex > li > div {
	padding: 20px 40px 40px;
}
.p-second-02 .flex > li > div p {
	line-height: 1.9;
	margin-top: 20px;
}
.p-second-02 .flex > li > div .title {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #f6f6f6;
	border-radius: 100px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #c6c3c4;
	line-height: 1;
}
.p-second-02 .flex > li > div ul li {
	padding: 0 0 0 25px;
	background: url(../img/common/icon_check_pink.svg) no-repeat left top 4px /
		15px auto;
	line-height: 1.6;
}
.p-second-02 .flex > li > div ul li + li {
	margin-top: 5px;
}
.p-second-02 .flex.column2 > li {
	width: 48.5%;
}
.p-second-02 .flex.column3 > li {
	width: 32%;
}
.p-second-02 .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 45px;
	background-color: #fff;
}
.p-second-02 .box > figure {
	width: 45%;
}
.p-second-02 .box > p {
	line-height: 1.8;
	width: 50%;
}
.p-second-02 .read {
	text-align: center;
	color: #676767;
	line-height: 1.9;
}
.p-second-02 .strong {
	margin-top: 30px;
	background: linear-gradient(90deg, #b9b4dd 0%, #9392be 100%);
	color: #fff;
	text-align: center;
	padding: 30px;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.p-second-02 .list {
	margin-top: 30px;
	padding: 60px 80px;
	background-color: #fff;
	color: #676767;
	display: flex;
	flex-direction: column;
	line-height: 1.8;
	gap: 20px;
}
.p-second-02 .list li {
	display: flex;
	align-items: baseline;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
}
.p-second-02 .list li h3 {
	width: 25%;
	font-size: 15px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.p-second-02 .list li h3 figure {
	margin-right: 15px;
	max-width: 26px;
	height: auto;
}
.p-second-02 .list li p {
	flex: 1;
	margin-left: 30px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-02 {
		padding: 10vw 5vw;
	}
	.p-second-02 .read {
		font-size: 3.5vw;
	}
	.p-second-02 .flex {
		flex-direction: column;
		margin-top: 5vw;
	}
	.p-second-02 .flex > li {
		width: 100% !important;
	}
	.p-second-02 .flex > li + li {
		margin-top: 5vw;
	}
	.p-second-02 .flex > li figure img {
		width: 50vw;
		height: auto;
	}
	.p-second-02 .flex > li figure img.w100 {
		width: 100%;
	}
	.p-second-02 .flex > li h3 {
		padding: 2.5vw 0;
		font-size: 4.2vw;
	}
	.p-second-02 .flex > li > div {
		padding: 5vw;
	}
	.p-second-02 .flex > li > div p {
		font-size: 3.5vw;
		margin-top: 3vw;
	}
	.p-second-02 .flex > li > div .title {
		margin-top: 3vw;
		margin-bottom: 2.5vw;
		padding: 2.5vw;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.p-second-02 .flex > li > div ul {
		padding: 0 2vw;
	}
	.p-second-02 .flex > li > div ul li {
		padding: 0 0 0 5vw;
		background-position: left top 1vw;
		background-size: 3.2vw auto;
		font-size: 3.5vw;
	}
	.p-second-02 .flex > li > div ul li + li {
		margin-top: 1.5vw;
	}
	.p-second-02 .box {
		margin-top: 5vw;
		padding: 5vw;
		flex-direction: column;
	}
	.p-second-02 .box > figure {
		width: 100%;
		margin-bottom: 5vw;
	}
	.p-second-02 .box > p {
		line-height: 1.9;
		font-size: 3.5vw;
		width: 100%;
	}
	.p-second-02 .strong {
		margin-top: 5vw;
		font-size: 3.8vw;
		padding: 3vw;
		margin-bottom: 3vw;
	}
	.p-second-02 .list {
		margin-top: 5vw;
		padding: 7vw 5vw;
		gap: 5vw;
	}
	.p-second-02 .list li {
		flex-direction: column;
		padding-bottom: 5vw;
	}
	.p-second-02 .list li h3 {
		width: 100%;
		margin-bottom: 2vw;
	}
	.p-second-02 .list li h3 figure {
		margin-right: 3vw;
		max-width: 7vw;
	}
	.p-second-02 .list li p {
		margin-left: 0;
		font-size: 3.5vw;
	}
}

/*  p-second-03：ほかの施術との組み合わせ
--------------------------------------------------------------*/
.p-second-03 {
	color: #676767;
}
.p-second-03 .inner {
	padding: 60px 80px;
	background-color: #fff;
}
.p-second-03 .h2-area {
	text-align: center;
}
.p-second-03 ul li {
	display: flex;
	justify-content: space-between;
}
.p-second-03 ul li figure {
	width: 260px;
}
.p-second-03 ul li > div {
	flex: 1;
	margin-right: 60px;
}
.p-second-03 ul li > div h3 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
	font-size: 20px;
}
.p-second-03 ul li > div .txt {
	line-height: 1.9;
}
.p-second-03 ul li + li {
	margin-top: 30px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-03 .inner {
		padding: 10vw 5vw;
	}
	.p-second-03 ul {
		margin-top: 10vw;
	}
	.p-second-03 ul li {
		flex-direction: column;
	}
	.p-second-03 ul li figure {
		width: 100%;
		margin-top: 5vw;
		text-align: center;
	}
	.p-second-03 ul li figure img {
		width: 80%;
		height: 50vw;
		object-fit: cover;
	}
	.p-second-03 ul li > div {
		width: 100%;
		margin-right: 0;
	}
	.p-second-03 ul li > div h3 {
		text-align: center;
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		line-height: 1.6;
		font-size: 4.2vw;
	}
	.p-second-03 ul li > div .txt {
		padding: 0 2vw;
		font-size: 3.5vw;
	}
	.p-second-03 ul li + li {
		margin-top: 10vw;
	}
}

/*  p-second-04：効果
--------------------------------------------------------------*/
.p-second-04 {
	margin-top: 80px;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(../img/menu/bg_second04.jpg);
}
.p-second-04 .h2-area {
	text-align: center;
}
.p-second-04 .read {
	text-align: center;
	color: #676767;
	line-height: 1.9;
}
.p-second-04 .box {
	margin-top: 30px;
	padding: 60px;
	background-color: #fff;
	color: #676767;
}
.p-second-04 .box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 30px;
}
.p-second-04 .box ul li figure {
	margin-bottom: 20px;
}
.p-second-04 .box ul li h3 {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	font-size: 20px;
}
.p-second-04 .box ul li .txt {
	line-height: 1.8;
}
.p-second-04 .box ul.col2 li {
	width: 48%;
}
.p-second-04 .box ul.col3 li {
	width: 31%;
}
.p-second-04 .box ul.col4 li {
	width: 23%;
}
.p-second-04 ul.list {
	display: flex;
	flex-wrap: wrap;
	color: #676767;
	border: 1px solid #ed9790;
	padding: 50px;
	margin: 30px 0;
}
.p-second-04 ul.list li {
	width: 48%;
	padding: 10px 0 12px 25px;
	line-height: 1.6;
	border-bottom: 1px solid #c6c3c4;
	background: url(../img/common/icon_check_pink.svg) no-repeat left top 15px /
		15px auto;
}
.p-second-04 ul.list li + li {
	margin-left: 4%;
}
.p-second-04 ul.list li + li:nth-child(2n + 1) {
	margin-left: 0;
}
.p-second-04 .box2 {
	padding: 80px;
	background-color: #fff;
}
.p-second-04 .box2 h3 {
	background-color: #ed9790;
	padding: 20px;
	margin: -80px -80px 20px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.p-second-04 .box2 ul.col2 {
	display: flex;
	justify-content: space-between;
}
.p-second-04 .box2 ul.col2 li {
	width: 48%;
}
.p-second-04 .box2 ul.col2 li p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #676767;
	border-left: 2px solid #ed9790;
	border-right: 2px solid #ed9790;
}
.p-second-04 .box2 ul.col2 li p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: #ed9790;
}
.p-second-04 .box2 ul.col2 li p::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 2px;
	background-color: #ed9790;
}
.p-second-04 .box2 .txt {
	margin-top: 30px;
	color: #676767;
	line-height: 1.9;
}
.p-second-04 .box2 .point {
	background-color: #ececec;
	color: #676767;
	line-height: 1.9;
	text-align: center;
	position: relative;
	padding: 30px;
	margin-top: 30px;
}
.p-second-04 .box2 .point::before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
}
.p-second-04 .box2 .flex {
	margin-top: 50px;
	display: flex;
	align-items: center;
}
.p-second-04 .box2 .flex > div {
	flex: 1;
	margin-right: 60px;
}
.p-second-04 .box2 .flex > div .head {
	font-size: 20px;
	color: #ed9790;
}
.p-second-04 .box2 .flex > figure {
	width: 25%;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-04 {
		margin-top: 10vw;
		padding: 10vw 5vw;
	}
	.p-second-04 .read {
		padding: 0 2vw;
		text-align: left;
		font-size: 3.5vw;
	}
	.p-second-04 .box {
		margin-top: 5vw;
		padding: 5vw;
	}
	.p-second-04 .box ul {
		flex-direction: column;
		row-gap: 10vw;
	}
	.p-second-04 .box ul li {
		width: 100% !important;
	}
	.p-second-04 .box ul li figure {
		margin-bottom: 5vw;
	}
	.p-second-04 .box ul li h3 {
		margin-bottom: 3vw;
		font-size: 4.2vw;
	}
	.p-second-04 .box ul li .txt {
		font-size: 3.5vw;
		line-height: 1.9;
	}
	.p-second-04 ul.list {
		flex-direction: column;
		font-size: 3.6vw;
		padding: 5vw;
		margin: 5vw 0;
	}
	.p-second-04 ul.list li {
		width: 100%;
		padding: 2.5vw 5vw 2.5vw 5.5vw;
		line-height: 1.5;
		background-position: left top 3.7vw;
		background-size: 3.2vw auto;
	}
	.p-second-04 ul.list li + li {
		margin-left: 0;
	}
	.p-second-04 .box2 {
		padding: 5vw;
	}
	.p-second-04 .box2 h3 {
		padding: 3vw;
		margin: -5vw -5vw 3vw;
		font-size: 4.2vw;
	}
	.p-second-04 .box2 ul.col2 {
		flex-direction: column;
	}
	.p-second-04 .box2 ul.col2 li {
		width: 100%;
	}
	.p-second-04 .box2 ul.col2 li + li {
		margin-top: 5vw;
	}
	.p-second-04 .box2 ul.col2 li p {
		height: 10vw;
		margin-bottom: 3vw;
		font-size: 3.6vw;
	}
	.p-second-04 .box2 ul.col2 li p::before {
		width: 3vw;
	}
	.p-second-04 .box2 ul.col2 li p::after {
		width: 3vw;
	}
	.p-second-04 .box2 .txt {
		margin-top: 5vw;
		line-height: 1.7;
		font-size: 3.5vw;
	}
	.p-second-04 .box2 .point {
		line-height: 1.7;
		padding: 5vw;
		font-size: 3.5vw;
		margin-top: 5vw;
	}
	.p-second-04 .box2 .point::before {
		width: calc(100% - 3vw);
		height: calc(100% - 3vw);
	}
	.p-second-04 .box2 .flex {
		margin-top: 10vw;
		flex-direction: column;
	}
	.p-second-04 .box2 .flex > div {
		margin-right: 0;
	}
	.p-second-04 .box2 .flex > div .head {
		font-size: 4.2vw;
	}
	.p-second-04 .box2 .flex > figure {
		width: 100%;
		margin-top: 5vw;
	}
}

/*  p-second-05：施術に使用する成分
--------------------------------------------------------------*/
.p-second-05 {
	color: #676767;
}
.p-second-05 .inner {
	padding: 60px 80px;
}
.p-second-05 .h2-area {
	text-align: center;
}
.p-second-05 ul li {
	display: flex;
	justify-content: space-between;
}
.p-second-05 ul li figure {
	width: 470px;
}
.p-second-05 ul li > div {
	flex: 1;
	margin-right: 60px;
}
.p-second-05 ul li > div h3 {
	margin-bottom: 10px;
	padding: 20px;
	border-top: 1px solid #ed9790;
	border-bottom: 1px solid #ed9790;
	background-color: #fff;
	font-size: 20px;
	text-align: center;
}
.p-second-05 ul li > div .txt {
	line-height: 1.9;
}
.p-second-05 ul li + li {
	margin-top: 30px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-05 .inner {
		padding: 10vw 5vw;
	}
	.p-second-05 ul {
		margin-top: 10vw;
	}
	.p-second-05 ul li {
		flex-direction: column;
	}
	.p-second-05 ul li figure {
		width: 100%;
		margin-top: 5vw;
		text-align: center;
	}
	.p-second-05 ul li figure img {
		width: 80%;
		height: 50vw;
		object-fit: cover;
	}
	.p-second-05 ul li > div {
		width: 100%;
		margin-right: 0;
	}
	.p-second-05 ul li > div h3 {
		text-align: center;
		margin-bottom: 3vw;
		padding: 3vw;
		line-height: 1.6;
		font-size: 4.2vw;
	}
	.p-second-05 ul li > div .txt {
		padding: 0 2vw;
		font-size: 3.5vw;
	}
	.p-second-05 ul li + li {
		margin-top: 10vw;
	}
}

/*  p-second-06：メリット
--------------------------------------------------------------*/
.p-second-06 {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(../img/menu/bg_second04.jpg);
	color: #676767;
}
.p-second-06 .h2-area {
	text-align: center;
}
.p-second-06 .box {
	background-color: #fff;
	padding: 60px 80px;
}
.p-second-06 .box .flex {
	display: flex;
	justify-content: space-between;
}
.p-second-06 .box > .flex > div {
	flex: 1;
	margin-right: 60px;
}
.p-second-06 .box > .flex > div h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
	font-size: 20px;
}
.p-second-06 .box > .flex > div > ul {
	text-align: left;
	line-height: 1.5;
}
.p-second-06 .box > .flex > div > ul li {
	position: relative;
	padding-left: 1.2em;
}
.p-second-06 .box > .flex > div > ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-second-06 .box > .flex > div > .comment {
	margin-top: 15px;
	background-color: #fcf0ef;
	padding: 15px;
	align-items: center;
	line-height: 1.8;
	display: flex;
}
.p-second-06 .box > .flex > div > .comment figure {
	margin-right: 20px;
	width: 70px;
}
.p-second-06 .box > .flex > div > .comment p {
	font-size: 18px;
}
.p-second-06 .box > .flex > div > .comment p span {
	color: #ed9790;
}
.p-second-06 .box > .flex > figure {
	width: 260px;
}
.p-second-06 .box > .list {
	margin-top: 60px;
}
.p-second-06 .box > .list ul {
	display: flex;
	justify-content: space-between;
}
.p-second-06 .box > .list ul.col3 li {
	width: 31%;
}
.p-second-06 .box > .list ul li figure {
	margin-bottom: 20px;
}
.p-second-06 .box > .list ul li h3 {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	font-size: 20px;
}
.p-second-06 .box > .list ul li .txt {
	line-height: 1.8;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-06 {
		padding: 10vw 5vw;
	}
	.p-second-06 .box {
		padding: 5vw;
	}
	.p-second-06 .box .flex {
		flex-direction: column;
	}
	.p-second-06 .box > .flex > div {
		margin-right: 0;
	}
	.p-second-06 .box > .flex > div h3 {
		text-align: center;
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		line-height: 1.6;
		font-size: 4.2vw;
	}
	.p-second-06 .box > .flex > div > ul li {
		font-size: 3.5vw;
	}
	.p-second-06 .box > .flex > div > .comment {
		margin-top: 3vw;
		margin-bottom: 5vw;
		padding: 3vw;
		line-height: 1.5;
	}
	.p-second-06 .box > .flex > div > .comment figure {
		margin-right: 3vw;
		width: 14vw;
	}
	.p-second-06 .box > .flex > div > .comment p {
		font-size: 3.3vw;
		flex: 1;
	}
	.p-second-06 .box > .flex > figure {
		width: 100%;
	}
	.p-second-06 .box > .list {
		margin-top: 10vw;
	}
	.p-second-06 .box > .list ul {
		flex-direction: column;
	}
	.p-second-06 .box > .list ul li {
		width: 100% !important;
	}
	.p-second-06 .box > .list ul li + li {
		margin-top: 10vw;
	}
	.p-second-06 .box > .list ul li figure {
		margin-bottom: 5vw;
	}
	.p-second-06 .box > .list ul li h3 {
		margin-bottom: 3vw;
		font-size: 4.2vw;
	}
	.p-second-06 .box > .list ul li .txt {
		font-size: 3.5vw;
		line-height: 1.9;
	}
}

/*  p-second-07：比較
--------------------------------------------------------------*/
.p-second-07 {
	padding: 80px 0;
}
.p-second-07 .h2-area {
	text-align: center;
}
.p-second-07 table {
	width: 100%;
	border-bottom: 1px solid #f1ebea;
	line-height: 1.6;
	color: #676767;
}
.p-second-07 table thead {
	font-size: 18px;
}
.p-second-07 table thead th {
	padding: 10px 0;
	font-weight: 500;
}
.p-second-07 table thead th:nth-child(2) {
	width: 40%;
	background-color: #ed9790;
	color: #fff;
}
.p-second-07 table thead th:nth-child(3) {
	width: 40%;
	background-color: #fceeed;
}
.p-second-07 table tbody th {
	padding: 15px;
	background-color: #f6f6f6;
	font-weight: 500;
}
.p-second-07 table tbody td {
	padding: 15px;
	text-align: center;
	background-color: #fff;
}
.p-second-07 table tbody td figure {
	margin-bottom: 10px;
}
.p-second-07 table tbody td figure img {
	width: 30px;
	height: auto;
}
.p-second-07 table tbody td ul {
	text-align: left;
}
.p-second-07 table tbody td ul li {
	position: relative;
	padding-left: 1.2em;
}
.p-second-07 table tbody td ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-second-07 table tbody tr + tr th {
	border-top: 1px solid #fff;
}
.p-second-07 table tbody tr + tr td {
	border-top: 1px solid #f1ebea;
}
.p-second-07 table tbody td:last-child {
	border-left: 1px solid #f1ebea;
}
.p-second-07 table + p,
.p-second-07 .table-wrap + p {
	margin-top: 30px;
	color: #676767;
	line-height: 1.9;
}

.p-second-07 .table-wrap table thead th:nth-child(2),
.p-second-07 .table-wrap table thead th:nth-child(4) {
	width: 27%;
	background-color: #ed9790;
	color: #fff;
}
.p-second-07 .table-wrap table thead th:nth-child(3) {
	width: 27%;
	background-color: #fceeed;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-07 {
		padding: 10vw 5vw;
	}
	.p-second-07 h3 {
		margin-bottom: 5vw;
		padding: 3vw;
		font-size: 3.8vw;
	}
	.p-second-07 table {
		letter-spacing: 0;
		font-size: 3.3vw;
	}
	.p-second-07 table thead {
		font-size: 3.5vw;
	}
	.p-second-07 table thead th {
		padding: 3vw 0;
		font-weight: 500;
	}
	.p-second-07 table thead th:nth-child(2) {
		width: 37%;
		color: #fff;
	}
	.p-second-07 table thead th:nth-child(3) {
		width: 37%;
	}
	.p-second-07 table tbody th {
		padding: 3vw 0;
	}
	.p-second-07 table tbody td {
		padding: 3vw;
		vertical-align: top;
		text-align: left;
	}
	.p-second-07 table tbody td figure {
		margin-bottom: 2vw;
		text-align: center;
	}
	.p-second-07 table tbody td figure img {
		width: 6vw;
	}
	.p-second-07 table + p,
	.p-second-07 .table-wrap + p {
		margin-top: 5vw;
		font-size: 3.6vw;
	}

	.p-second-07 .table-wrap {
		white-space: nowrap;
	}
	.p-second-07 .table-wrap table {
		table-layout: fixed;
		word-break: break-all;
		display: block;
		overflow-x: scroll;
	}
	.p-second-07 .table-wrap table tr th {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
		width: 35vw;
		padding: 2vw;
	}
	.p-second-07 .table-wrap table tr:not(:first-child) th::before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
	}
	.p-second-07 .table-wrap table tbody td {
		width: 30vw;
		text-align: center;
	}
	.p-second-07 .table-wrap table thead th:nth-child(2),
	.p-second-07 .table-wrap table thead th:nth-child(3),
	.p-second-07 .table-wrap table thead th:nth-child(4) {
		width: 30vw;
	}
}

/*  p-second-08：施術エリア
--------------------------------------------------------------*/
.p-second-08.p60 {
	padding: 60px 0;
}
.p-second-08 .inner {
	margin: 30px auto;
	padding: 30px 80px 40px;
	background: #fff;
}
.p-second-08 .h2-area {
	text-align: center;
}
.p-second-08 figure {
	width: 800px;
	margin: 0 auto;
}
.p-second-08 .lead {
	text-align: center;
	line-height: 1.9;
	font-size: 15px;
	color: #676767;
	margin-bottom: 30px;
}
.p-second-08 .txt {
	margin-top: 30px;
	line-height: 1.9;
	font-size: 15px;
	color: #676767;
}
.p-second-08 .txt.top {
	margin-bottom: 30px;
}
.p-second-08 .txt.under {
	margin-top: 30px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-08.p60 {
		padding: 10vw 5vw;
	}
	.p-second-08 .h2-area {
		margin-bottom: 5vw;
	}
	.p-second-08 .h2-area .en {
		margin-bottom: 3vw;
		font-size: 3.5vw;
	}
	.p-second-08 .h2-area h2 {
		font-size: 5.5vw;
	}
	.p-second-08 .inner {
		margin: 0;
		padding: 5vw;
	}
	.p-second-08 figure {
		width: 100%;
		margin: 0 auto;
	}
	.p-second-08 .lead {
		font-size: 3.5vw;
		margin-bottom: 5vw;
	}
	.p-second-08 .txt {
		font-size: 3.6vw;
		padding: 0 2vw;
	}
}

/*  p-second-09：その他の治療
--------------------------------------------------------------*/
.p-second-09 {
	background: url(../img/menu/vip-review/vip_bgimg.png) center / cover no-repeat;
	padding: 80px 0;
}
.p-second-09 .h2-area {
	text-align: center;
}
.p-second-09 .box {
	padding: 60px;
	background-color: #fff;
}
.p-second-09 .box > ul > li + li {
	margin-top: 50px;
}
.p-second-09 .box > ul li h3 {
	border-top: 1px solid #ed9790;
	border-bottom: 1px solid #ed9790;
	padding: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	color: #676767;
}
.p-second-09 .box .flex {
	margin-top: 30px;
	display: flex;
}
.p-second-09 .box .flex > div {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.p-second-09 .box .flex > div h4 {
	line-height: 1.5;
	font-weight: 600;
	font-size: 22px;
	color: #676767;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
}
.p-second-09 .box .flex > div p {
	line-height: 1.9;
	margin-top: 20px;
	color: #676767;
}
.p-second-09 .box .flex > div ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
.p-second-09 .box .flex > div ul li {
	background-color: #f6f6f6;
	border-radius: 23px;
	font-weight: 600;
	font-size: 16px;
	color: #c6c3c4;
	padding: 6px 20px;
}
.p-second-09 .box .flex > figure {
	margin-left: 50px;
	width: 45%;
}
.p-second-09 .box > ul li a.more {
	position: relative;
	display: block;
	margin-left: auto;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	width: 400px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	border-radius: 40px;
	border: 1px solid #fff;
	background-image: linear-gradient(
		90deg,
		rgba(235, 205, 175, 1) 43%,
		rgba(237, 151, 144, 1)
	);
	transition: 0.2s;
}
.p-second-09 .box > ul li a.more:hover {
	background-image: linear-gradient(
		90deg,
		rgba(237, 151, 144, 1) 43%,
		rgba(235, 205, 175, 1)
	);
}
.p-second-09 .box > ul li a.more::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
	width: 400px;
	height: 65px;
	background-image: linear-gradient(
		90deg,
		rgba(235, 205, 175, 1) 43%,
		rgba(237, 151, 144, 1)
	);
	border-radius: 40px;
	transition: 0.2s;
}
.p-second-09 .box > ul li a.more:hover::before {
	background-image: linear-gradient(
		90deg,
		rgba(237, 151, 144, 1) 43%,
		rgba(235, 205, 175, 1)
	);
}
.p-second-09 .box > ul li a.more::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 40px;
	border: 1px solid #fff;
}
.p-second-09 .box > ul li a.more span {
	position: relative;
	z-index: 1;
}
.p-second-09 .comment {
	display: flex;
	align-items: end;
	width: 800px;
	margin: 40px auto;
}
.p-second-09 .comment > div {
	padding: 40px;
	flex: 1;
	margin-right: 30px;
	box-shadow: 0px 7px 15px 3px #dedede;
	border-radius: 8px;
	position: relative;
}
.p-second-09 .comment > div::before {
	content: "";
	position: absolute;
	bottom: 30px;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #fff;
}
.p-second-09 .comment > div p {
	color: #676767;
	line-height: 1.5;
}
.p-second-09 .comment figure {
	width: 130px;
	height: auto;
}
.p-second-09 .box > a.more {
	position: relative;
	display: block;
	margin: 30px auto 0;
	font-size: 18px;
	text-align: center;
	width: 395px;
	height: 65px;
	line-height: 65px;
	border-radius: 100px;
	color: #fff;
	border: 1px solid #fff;
	background-image: linear-gradient(
		90deg,
		rgba(235, 205, 175, 1) 43%,
		rgba(237, 151, 144, 1)
	);
	transition: 0.2s;
}
.p-second-09 .box > a.more:hover {
	background-image: linear-gradient(
		90deg,
		rgba(237, 151, 144, 1) 43%,
		rgba(235, 205, 175, 1)
	);
}
.p-second-09 .box > a.more::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
	width: 395px;
	height: 65px;
	background-image: linear-gradient(
		90deg,
		rgba(235, 205, 175, 1) 43%,
		rgba(237, 151, 144, 1)
	);
	border-radius: 40px;
	transition: 0.2s;
}
.p-second-09 .box > a.more:hover::before {
	background-image: linear-gradient(
		90deg,
		rgba(237, 151, 144, 1) 43%,
		rgba(235, 205, 175, 1)
	);
}
.p-second-09 .box > a.more::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100px;
	border: 1px solid #fff;
}
.p-second-09 .box > a.more span {
	position: relative;
	z-index: 1;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-09 {
		padding: 10vw 5vw;
	}
	.p-second-09 .box {
		padding: 5vw;
	}
	.p-second-09 .box .h2-area h2 {
		font-size: 5vw;
	}
	.p-second-09 .box > ul li h3 {
		padding: 3vw;
		font-size: 4.5vw;
	}
	.p-second-09 .box .flex {
		margin-top: 5vw;
		flex-direction: column;
	}
	.p-second-09 .box .flex > div h4 {
		font-size: 4vw;
		padding-bottom: 2vw;
	}
	.p-second-09 .box .flex > div p {
		margin-top: 3vw;
		font-size: 3.5vw;
	}
	.p-second-09 .box .flex > div ul {
		gap: 2vw;
		margin-top: 3vw;
	}
	.p-second-09 .box .flex > div ul li {
		font-size: 3vw;
		padding: 1vw 4vw;
	}
	.p-second-09 .box .flex > figure {
		margin-left: 0;
		margin-top: 5vw;
		width: 100%;
	}
	.p-second-09 .box > ul li a.more {
		margin-right: auto;
		margin-top: 3vw;
		font-size: 4vw;
		width: 70vw;
		height: 12vw;
		line-height: 12vw;
	}
	.p-second-09 .box > ul li a.more::before {
		top: 0.5vw;
		left: 0.5vw;
		width: 70vw;
		height: 12vw;
	}
	.p-second-09 .box > ul > li + li {
		margin-top: 7vw;
	}
	.p-second-09 .comment {
		width: 100%;
		margin: 4vw auto 0;
	}
	.p-second-09 .comment > div {
		padding: 4vw;
		margin-right: 3vw;
	}
	.p-second-09 .comment > div::before {
		bottom: 3vw;
		right: -2vw;
		border-width: 3vw 0 3vw 3vw;
		border-color: transparent transparent transparent #fff;
	}
	.p-second-09 .comment > div p {
		font-size: 3.5vw;
	}
	.p-second-09 .comment figure {
		width: 20vw;
	}
	.p-second-09 .box > a.more {
		margin-top: 3vw;
		font-size: 3.5vw;
		width: 60vw;
		height: 10vw;
		line-height: 10vw;
		transition: 0.2s;
	}
	.p-second-09 .box > a.more::before {
		top: 0.5vw;
		left: 0.5vw;
		width: 60vw;
		height: 10vw;
	}
}

/*  p-second-10：違い
--------------------------------------------------------------*/
.p-second-10 {
	background-color: #fff;
	padding: 0 0 80px;
}
.p-second-10 p {
	line-height: 1.9;
	color: #676767;
}
.p-second-10 .h2-area {
	text-align: center;
}
.p-second-10 .difference-table table {
	width: 100%;
	border-bottom: 1px solid #f1ebea;
	line-height: 1.6;
	color: #676767;
}
.p-second-10 .difference-table table thead {
	font-size: 18px;
}
.p-second-10 .difference-table table thead th {
	padding: 10px 0;
	font-weight: 500;
}
.p-second-10 .difference-table table thead th:nth-child(2) {
	width: 40%;
	background-color: #ed9790;
	color: #fff;
}
.p-second-10 .difference-table table thead th:nth-child(3) {
	width: 40%;
	background-color: #fceeed;
}
.p-second-10 .difference-table table tbody th {
	padding: 15px;
	background-color: #f6f6f6;
	font-weight: 500;
}
.p-second-10 .difference-table table tbody td {
	padding: 15px;
	text-align: center;
}
.p-second-10 .difference-table table tbody td ul {
	text-align: left;
}
.p-second-10 .difference-table table tbody td ul li {
	position: relative;
	padding-left: 1.2em;
}
.p-second-10 .difference-table table tbody td ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-second-10 .difference-table table tbody tr + tr th {
	border-top: 1px solid #fff;
}
.p-second-10 .difference-table table tbody tr + tr td {
	border-top: 1px solid #f1ebea;
}
.p-second-10 .difference-table table tbody td:last-child {
	border-left: 1px solid #f1ebea;
}
.p-second-10 .difference-table + p {
	margin-top: 30px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-second-10 {
		padding: 0 5vw 10vw;
	}
	.p-second-10 p {
		font-size: 3.5vw;
	}
	.p-second-10 .difference-table table {
		letter-spacing: 0;
		font-size: 3.3vw;
	}
	.p-second-10 .difference-table table thead {
		font-size: 3.5vw;
	}
	.p-second-10 .difference-table table thead th {
		padding: 3vw 0;
		font-weight: 500;
	}
	.p-second-10 .difference-table table thead th:nth-child(2) {
		width: 37%;
		background-color: #ed9790;
		color: #fff;
	}
	.p-second-10 .difference-table table thead th:nth-child(3) {
		width: 37%;
		background-color: #fceeed;
	}
	.p-second-10 .difference-table table tbody th {
		padding: 3vw 0;
	}
	.p-second-10 .difference-table table tbody td {
		padding: 3vw;
		vertical-align: top;
		text-align: left;
	}
	.p-second-10 .difference-table + p {
		margin-top: 4vw;
	}
}

/*  ボトックス
--------------------------------------------------------------*/
.pt40 {
	padding: 40px 0 80px !important;
}
dl.txt {
	margin-bottom: 1em;
}
dl.txt .list {
	display: flex;
	border-bottom: 1px solid #c6c3c4;
	padding: 10px 0;
}
dl.txt .list dt {
	min-width: 12em;
	font-weight: 600;
	padding-left: 1em;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.pt40 {
		padding: 10vw 0 !important;
	}
	dl.txt .list {
		display: block;
	}
	dl.txt .list dt {
		min-width: initial;
		padding-left: 0;
	}
}

/*  黄金比鼻先移植術/鼻柱下降術
--------------------------------------------------------------*/
.temp-type.nose-implantation .type-list dd:last-child {
	margin-bottom: 30px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.temp-type.nose-implantation .type-list dd:last-child {
		margin-bottom: 5vw;
	}
}

/*

  注力ページ：テンプレート

================================================================
*/

/*  基本SV設定
--------------------------------------------------------------*/
.focus-sv {
	width: 100%;
	height: 600px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: 2000px auto;
	background-position: top center;
}
.focus-sv .pankz {
	position: absolute;
	bottom: 20px;
	left: 0;
}
.focus-sv .pankz ul {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #676767;
}
.focus-sv .pankz ul li + li {
	position: relative;
	margin-left: 30px;
}
.focus-sv .pankz ul li + li:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: -16px;
	width: 1px;
	height: 100%;
	background: #676767;
	transform: rotateZ(20deg);
}
.focus-sv .pankz ul li a {
	color: #676767;
}
.focus-sv h1 {
	position: absolute;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	font-size: 62px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.1em;
	z-index: 2;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.focus-sv {
		height: 133vw;
		margin-bottom: 5vw;
		background-size: 100% auto;
	}
	.focus-sv .pankz {
		top: auto;
		bottom: 3vw;
		right: auto;
		left: 5vw;
	}
	.focus-sv .pankz ul {
		overflow-x: auto;
		font-size: 2.8vw;
	}
	.focus-sv .pankz ul li {
		flex-shrink: 0;
	}
	.focus-sv .pankz ul li + li {
		margin-left: 5vw;
	}
	.focus-sv .pankz ul li + li:before {
		left: -2.5vw;
	}
	.focus-sv .pankz ul {
		display: flex;
		align-items: center;
		font-size: 12px;
		color: #fff;
	}
	.focus-sv .pankz ul li + li {
		position: relative;
		margin-left: 30px;
	}
	.focus-sv .pankz ul li + li:before {
		content: "";
		position: absolute;
		top: 0.1em;
		left: -16px;
		width: 1px;
		height: 100%;
		background: #fff;
		transform: rotateZ(20deg);
	}
	.focus-sv .pankz ul li a {
		color: #fff;
	}
	.focus-sv h1 {
		font-size: 8vw;
		line-height: 1.25;
		letter-spacing: 0.05em;
	}
}

/*  こだわりリスト
--------------------------------------------------------------*/
.focus-kodawari {
	padding: 80px 0;
}
.focus-kodawari .h2-area {
	margin-bottom: 60px;
	text-align: center;
}
.focus-kodawari .point {
	color: #676767;
}
.focus-kodawari .point li {
	position: relative;
	padding: 80px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(85, 85, 85, 0.05);
}
.focus-kodawari .point li + li {
	margin-top: 50px;
}
.focus-kodawari .point li h3 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
}
.focus-kodawari .point li h3:before,
.focus-kodawari .point li h3:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ed9790;
	z-index: 2;
}
.focus-kodawari .point li h3:before {
	width: 20px;
	height: 2px;
}
.focus-kodawari .point li h3:after {
	width: 2px;
	height: 20px;
}
.focus-kodawari .point li h3 span {
	position: relative;
	display: block;
	border: 1px solid #f5e4e3;
	padding: 20px 0;
}
.focus-kodawari .point li h3 span:before,
.focus-kodawari .point li h3 span:after {
	pointer-events: none;
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-color: #ed9790;
	z-index: 2;
}
.focus-kodawari .point li h3 span:before {
	width: 20px;
	height: 2px;
}
.focus-kodawari .point li h3 span:after {
	width: 2px;
	height: 20px;
}
.focus-kodawari .point li h3 span i {
	color: #ed9790;
}
.focus-kodawari .point li .kp {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 74px;
	height: 85px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-left: -37px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(../img/menu/icon_kodawari_point.png);
	font-size: 12px;
	color: #fff;
}
.focus-kodawari .point li .kp span {
	margin-top: 2px;
	font-size: 250%;
}
.focus-kodawari .point li .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.focus-kodawari .point li .flex > div {
	flex: 1;
	margin-right: 60px;
}
.focus-kodawari .point li .flex > div .txt {
	line-height: 1.9;
}
.focus-kodawari .point li .flex > div .txt span {
	display: inline;
	background: linear-gradient(
		180deg,
		transparent 0%,
		transparent 60%,
		#faff88 60%,
		#faff88 100%
	);
	color: #ed9790;
}
.focus-kodawari .point li .flex > div .txt span i {
	position: relative;
	z-index: 2;
}
.focus-kodawari .point li .flex > .video-wrap {
	position: relative;
	width: 420px;
	flex: initial;
	margin-right: 0;
}
.focus-kodawari .point li .flex > .video-wrap::before {
	content: "";
	background: url(../img/menu/eyes-gratiocircle/kodawari03.png) center / cover
		no-repeat;
	width: 190px;
	height: 180px;
	position: absolute;
	top: 20px;
	right: 0;
}
.focus-kodawari .point li .flex > .video-wrap .video-content {
	position: relative;
	width: 211px;
	aspect-ratio: 9/16;
}
.focus-kodawari
	.point
	li
	.flex
	> .video-wrap
	.video-content:has(video.paused)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 20px solid white;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
	pointer-events: none;
}
.focus-kodawari
	.point
	li
	.flex
	> .video-wrap
	.video-content:has(video.paused)::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.3);
}
.focus-kodawari .point li .flex > .video-wrap .video-content iframe {
	width: 100%;
	height: 100%;
}
.focus-kodawari
	.point
	li
	.flex
	> .video-wrap
	.video-content
	iframe
	.ytp-shorts-mode {
	display: none;
}
.ytp-title {
	display: none;
}
.focus-kodawari .point li .flex > div video {
	height: 375px;
	aspect-ratio: 9/16;
}
.focus-kodawari .point li:nth-child(even) .flex {
	flex-direction: row-reverse;
}
.focus-kodawari .point li:nth-child(even) .flex > div {
	margin-right: 0;
	margin-left: 60px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.focus-kodawari {
		padding: 15vw 5vw;
	}
	.focus-kodawari .h2-area {
		margin-bottom: 0;
	}
	.focus-kodawari .point {
		margin-top: 15vw;
	}
	.focus-kodawari .point li {
		padding: 10vw 5vw 5vw;
	}
	.focus-kodawari .point li + li {
		margin-top: 15vw;
	}
	.focus-kodawari .point li h3 {
		margin-bottom: 3vw;
		font-size: 3.8vw;
		line-height: 1.5;
	}
	.focus-kodawari .point li h3:before {
		width: 5vw;
	}
	.focus-kodawari .point li h3:after {
		height: 5vw;
	}
	.focus-kodawari .point li h3 span {
		padding: 3vw;
	}
	.focus-kodawari .point li h3 span:before {
		width: 3vw;
	}
	.focus-kodawari .point li h3 span:after {
		height: 3vw;
	}
	.focus-kodawari .point li .kp {
		top: -10vw;
		width: 15vw;
		height: 17.5vw;
		margin-left: -7.5vw;
		padding-bottom: 1vw;
		font-size: 2.5vw;
	}
	.focus-kodawari .point li .kp span {
		margin-top: 0.5vw;
		font-size: 250%;
	}
	.focus-kodawari .point li .flex {
		flex-direction: column;
	}
	.focus-kodawari .point li .flex > div {
		width: 100%;
		margin-bottom: 5vw;
		margin-right: 0;
	}
	.focus-kodawari .point li .flex > div .txt {
		font-size: 3.5vw;
	}
	.focus-kodawari .point li .flex > .video-wrap {
		width: 100%;
	}
	.focus-kodawari .point li .flex > .video-wrap::before {
		width: 40%;
		height: 39%;
		top: 2vw;
	}
	.focus-kodawari .point li .flex > .video-wrap .video-content {
		width: 55%;
	}
	.focus-kodawari
		.point
		li
		.flex
		> .video-wrap
		.video-content:has(video.paused)::before {
		border-left: 3.5vw solid white;
		border-top: 2.5vw solid transparent;
		border-bottom: 2.5vw solid transparent;
	}
	.focus-kodawari
		.point
		li
		.flex
		> .video-wrap
		.video-content:has(video.paused)::after {
		width: 10vw;
		height: 10vw;
	}
	.focus-kodawari .point li .flex > div video {
		width: 100%;
		height: 100%;
	}
	.focus-kodawari .point li:nth-child(even) .flex {
		flex-direction: column;
	}
	.focus-kodawari .point li:nth-child(even) .flex > div {
		margin-left: 0;
	}
}

/*  youtube動画
--------------------------------------------------------------*/
.focus-youtube {
	padding: 80px 0;
}
.focus-youtube .h2-area {
	text-align: center;
}
.focus-youtube ul {
	display: flex;
	justify-content: space-between;
	color: #4d4d4d;
}
.focus-youtube ul li {
	width: 32%;
}
.focus-youtube ul li iframe {
	width: 100%;
	aspect-ratio: 1 / 0.5625;
	border-radius: 10px;
}
.focus-youtube ul li .title {
	margin-top: 10px;
	line-height: 1.4;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.focus-youtube {
		padding: 10vw 0;
	}
	.focus-youtube ul {
		overflow-x: scroll;
		padding-left: 5vw;
		padding-bottom: 3vw;
	}
	.focus-youtube ul li {
		position: relative;
		flex-shrink: 0;
		width: 80vw;
	}
	.focus-youtube ul li + li {
		margin-left: 5vw;
	}
	.focus-youtube ul li:last-child:after {
		content: "";
		position: absolute;
		top: 0;
		right: -5vw;
		width: 5vw;
		height: 5vw;
	}
	.focus-youtube ul li iframe {
		border-radius: 2vw;
	}
	.focus-youtube ul li .title {
		margin-top: 1vw;
		font-size: 3.2vw;
		line-height: 1.5;
	}
}

/*

  注力ページ：バレない黄金比リフト

================================================================
*/
.focus-sv.faces-tthread {
	background-image: url(../img/menu/faces-tthread/mv_pc.jpg);
}
.focus-sv.faces-tthread h1 {
	top: 110px;
	left: 110px;
	font-size: 66px;
	letter-spacing: 0.08em;
	text-shadow: 0 0 30px rgba(13, 65, 73, 1);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.focus-sv.faces-tthread {
		background-image: url(../img/menu/faces-tthread/mv_sp.jpg);
	}
	.focus-sv.faces-tthread h1 {
		top: 22vw;
		left: 8vw;
		font-size: 11vw;
		letter-spacing: 0;
		line-height: 1.2;
	}
}

/*  PDO/PCLについて
--------------------------------------------------------------*/
.p-faces-tthread-01 {
	margin-top: 50px;
}
.p-faces-tthread-01 .box {
	padding: 50px 80px 70px;
	background-color: #f6f6f6;
	color: #676767;
}
.p-faces-tthread-01 .box + .box {
	margin-top: 40px;
}
.p-faces-tthread-01 .box h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 1.5;
}
.p-faces-tthread-01 .box h3 span {
	font-size: 80%;
}
.p-faces-tthread-01 .subject {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
}
.p-faces-tthread-01 .subject:before,
.p-faces-tthread-01 .subject:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ed9790;
	z-index: 2;
}
.p-faces-tthread-01 .subject:before {
	width: 20px;
	height: 2px;
}
.p-faces-tthread-01 .subject:after {
	width: 2px;
	height: 20px;
}
.p-faces-tthread-01 .subject > div {
	position: relative;
	display: block;
	border: 1px solid #f5e4e3;
	padding: 20px 0;
	background-color: #fff;
	color: #ed9790;
}
.p-faces-tthread-01 .subject > div:before,
.p-faces-tthread-01 .subject > div:after {
	pointer-events: none;
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-color: #ed9790;
	z-index: 2;
}
.p-faces-tthread-01 .subject > div:before {
	width: 20px;
	height: 2px;
}
.p-faces-tthread-01 .subject > div:after {
	width: 2px;
	height: 20px;
}
.p-faces-tthread-01 h4 {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(198, 195, 196, 0.5);
	font-size: 18px;
}
.p-faces-tthread-01 .txt {
	margin-right: 0;
	line-height: 1.8;
}
.p-faces-tthread-01 .txt + h4 {
	margin-top: 30px;
}
.p-faces-tthread-01 .reco {
	position: relative;
	margin-top: 50px;
	padding: 50px 60px;
	border: 1px solid #ed9790;
}
.p-faces-tthread-01 .reco h5 {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.p-faces-tthread-01 .reco h5 span {
	display: inline-block;
	padding: 4px 20px;
	border: solid #ed9790;
	border-width: 0 1px;
	background-color: #f6f6f6;
}
.p-faces-tthread-01 .reco ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #676767;
}
.p-faces-tthread-01 .reco ul li {
	width: 48.5%;
	padding: 10px 0 12px 25px;
	line-height: 1.6;
	border-bottom: 1px solid #c6c3c4;
	background: url(../img/common/icon_check_pink.svg) no-repeat left top 15px /
		15px auto;
}
.p-faces-tthread-01 .reco ul li + li {
	margin-left: 2%;
}
.p-faces-tthread-01 .reco ul li:nth-child(2n + 1) {
	margin-left: 0;
}
.p-faces-tthread-01 .reco ul li:nth-child(-n + 2) {
	margin-top: 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-faces-tthread-01 {
		width: 100vw;
		margin-left: -5vw;
		margin-top: 7vw;
	}
	.p-faces-tthread-01 .box {
		padding: 10vw 5vw;
	}
	.p-faces-tthread-01 .box + .box {
		margin-top: 5vw;
	}
	.p-faces-tthread-01 .box h3 {
		margin-bottom: 5vw;
		text-align: center;
		font-size: 5.5vw;
	}
	.p-faces-tthread-01 .subject {
		margin-bottom: 7vw;
		font-size: 3.8vw;
		line-height: 1;
	}
	.p-faces-tthread-01 .subject:before {
		width: 5vw;
	}
	.p-faces-tthread-01 .subject:after {
		height: 5vw;
	}
	.p-faces-tthread-01 .subject > div {
		padding: 3vw 0;
	}
	.p-faces-tthread-01 .subject > div:before {
		width: 5vw;
	}
	.p-faces-tthread-01 .subject > div:after {
		height: 5vw;
	}
	.p-faces-tthread-01 h4 {
		margin-bottom: 2.5vw;
		padding-bottom: 3vw;
		text-align: center;
		font-size: 3.8vw;
	}
	.p-faces-tthread-01 .txt {
		font-size: 3.5vw;
	}
	.p-faces-tthread-01 .txt + h4 {
		margin-top: 7vw;
	}
	.p-faces-tthread-01 .reco {
		margin-top: 7vw;
		padding: 5vw;
	}
	.p-faces-tthread-01 .reco h5 {
		position: static;
		font-size: 3.8vw;
		line-height: 1.5;
	}
	.p-faces-tthread-01 .reco h5 span {
		display: inline-block;
		width: 100%;
		padding: 2vw 5vw 2.5vw;
		border: none;
		background-color: #ed9790;
		color: #fff;
	}
	.p-faces-tthread-01 .reco ul {
		flex-direction: column;
		font-size: 3.5vw;
	}
	.p-faces-tthread-01 .reco ul li {
		width: 100%;
		padding: 3vw 3vw 3vw 6vw;
		background-position: top 4.5vw left;
		background-size: 3vw auto;
	}
	.p-faces-tthread-01 .reco ul li + li {
		margin-left: 0;
	}
}

/*  糸リフトの持続期間と効果が馴染むまで
--------------------------------------------------------------*/
.p-faces-tthread-02 {
	padding: 0 0 80px;
	background-color: #fff;
}
.p-faces-tthread-02 .h2-area {
	text-align: center;
}
.p-faces-tthread-02 .flex01 {
	display: flex;
	justify-content: space-between;
	color: #676767;
}
.p-faces-tthread-02 .flex01 > div {
	width: 48.5%;
}
.p-faces-tthread-02 .flex01 > div h3 {
	padding: 15px 0;
	background-color: #fceeed;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.p-faces-tthread-02 .flex01 > div > div {
	padding: 20px;
	border: solid #dfdfdf;
	border-width: 0 1px 1px;
	text-align: center;
}
.p-faces-tthread-02 .flex02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	color: #676767;
}
.p-faces-tthread-02 .flex02 figure {
	width: 50%;
}
.p-faces-tthread-02 .flex02 > div {
	flex: 1;
	margin-right: 60px;
}
.p-faces-tthread-02 .flex02 > div .txt {
	line-height: 1.8;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-faces-tthread-02 {
		padding: 0 5vw 10vw;
	}
	.p-faces-tthread-02 .flex01 > div {
		width: 49%;
	}
	.p-faces-tthread-02 .flex01 > div h3 {
		padding: 2.5vw 0;
		line-height: 1.4;
		font-size: 3.5vw;
	}
	.p-faces-tthread-02 .flex01 > div > div {
		padding: 3vw;
		font-size: 3.5vw;
	}
	.p-faces-tthread-02 .flex02 {
		flex-direction: column;
		margin-top: 5vw;
	}
	.p-faces-tthread-02 .flex02 figure {
		width: 100%;
	}
	.p-faces-tthread-02 .flex02 > div {
		width: 100%;
		margin-bottom: 5vw;
		margin-right: 0;
	}
	.p-faces-tthread-02 .flex02 > div .txt {
		font-size: 3.5vw;
	}
}

/*

  注力ページ：ポテンツァ

================================================================
*/
.focus-sv.potenza {
	background-image: url(../img/menu/potenza/mv_pc.jpg);
}
.focus-sv.potenza h1 {
	top: 110px;
	left: 180px;
	font-size: 66px;
	letter-spacing: 0.08em;
	text-shadow: 0 0 30px rgba(13, 65, 73, 1);
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.focus-sv.potenza {
		background-image: url(../img/menu/potenza/mv_sp.jpg);
	}
	.focus-sv.potenza h1 {
		top: 65vw;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 12vw;
		letter-spacing: 0.02em;
	}
}

/*  お肌にあった施術をご提案
--------------------------------------------------------------*/
.p-potenza-01 {
	margin-top: 30px;
	color: #676767;
}
.p-potenza-01 h4 {
	position: relative;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
}
.p-potenza-01 h4:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c6c3c4;
}
.p-potenza-01 h4 span {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	background-color: #fff;
	z-index: 2;
}
.p-potenza-01 .yakuzai {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 30px 60px;
	background-color: #f6f6f6;
}
.p-potenza-01 .yakuzai p {
	position: relative;
	width: 25%;
	margin-top: 10px;
	padding-left: 1em;
}
.p-potenza-01 .yakuzai p:nth-child(-n + 4) {
	margin-top: 0;
}
.p-potenza-01 .yakuzai p:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-potenza-01 {
		margin-top: 7vw;
	}
	.p-potenza-01 h4 {
		position: relative;
		margin-bottom: 5vw;
		font-size: 3.8vw;
		line-height: 1.5;
	}
	.p-potenza-01 h4 span {
		padding-right: 5vw;
	}
	.p-potenza-01 h4 + .txt {
		line-height: 1.8;
		font-size: 3.5vw;
	}
	.p-potenza-01 .yakuzai {
		justify-content: space-between;
		margin-top: 5vw;
		padding: 4vw;
	}
	.p-potenza-01 .yakuzai p {
		width: 53%;
		margin-top: 3vw;
		font-size: 3.3vw;
	}
	.p-potenza-01 .yakuzai p:nth-child(even) {
		width: 45%;
	}
	.p-potenza-01 .yakuzai p:nth-child(-n + 4) {
		margin-top: 3vw;
	}
	.p-potenza-01 .yakuzai p:nth-child(-n + 2) {
		margin-top: 0;
	}
}

/*  ポテンツァのバリエーション
--------------------------------------------------------------*/
.p-potenza-02 {
	overflow: hidden;
	padding: 80px 0;
	background-color: rgba(255, 255, 255, 0.4);
}
.p-potenza-02 .h2-area {
	text-align: center;
}
.p-potenza-02 .read {
	text-align: center;
	color: #676767;
	font-size: 18px;
	line-height: 1.8;
}
.p-potenza-02 .slide-gratiodouble {
	margin-top: 86px;
}
.p-potenza-02 .slide-gratiodouble .box {
	position: relative;
	width: 940px;
}
.p-potenza-02 .slide-gratiodouble .box + .box {
	margin-left: 40px;
}
.p-potenza-02 .slide-gratiodouble .box:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #ed9790;
}
.p-potenza-02 .slide-gratiodouble .box .box-in {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	background-color: #fff;
	z-index: 2;
}
.p-potenza-02 .slide-gratiodouble .box .box-in > div {
	flex: 1;
	margin-left: 60px;
	padding-right: 60px;
	color: #676767;
}
.p-potenza-02 .slide-gratiodouble .box .box-in > div h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c3c4;
	font-weight: 500;
	font-size: 20px;
}
.p-potenza-02 .slide-gratiodouble .box .box-in > div .txt {
	line-height: 1.8;
}
.p-potenza-02 .slick-list {
	overflow: visible;
}
.p-potenza-02 .slick-dots {
	position: absolute;
	top: -66px;
	left: 50%;
	display: flex;
	justify-content: center;
	margin-left: -590px;
	z-index: 2;
}
.p-potenza-02 .slick-dots li + li {
	margin-left: 20px;
}
.p-potenza-02 .slick-dots li button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 46px;
	background-color: #fff;
	border: 1px solid #676767;
	border-radius: 100px;
	color: #fff;
	text-indent: -9999px;
}
.p-potenza-02 .slick-dots li button:before {
	text-indent: 0;
	color: #676767;
}
.p-potenza-02 .slick-dots li:nth-child(1) button:before {
	content: "にきび跡・クレーター";
}
.p-potenza-02 .slick-dots li:nth-child(2) button:before {
	content: "ニキビ";
}
.p-potenza-02 .slick-dots li:nth-child(3) button:before {
	content: "くすみ・小じわ";
}
.p-potenza-02 .slick-dots li:nth-child(4) button:before {
	content: "肝斑治療";
}
.p-potenza-02 .slick-dots li:nth-child(5) button:before {
	content: "赤ら顔";
}
.p-potenza-02 .slick-dots li:nth-child(6) button:before {
	content: "毛穴の開き";
}
.p-potenza-02 .slick-dots li.slick-active button {
	border: none;
	background: linear-gradient(90deg, #ebcdaf, #ed9790);
}
.p-potenza-02 .slick-dots li.slick-active button:before {
	color: #fff;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-potenza-02 {
		padding: 10vw 0;
	}
	.p-potenza-02 .read {
		padding: 0 5vw;
		font-size: 3.8vw;
	}
	.p-potenza-02 .slide-gratiodouble {
		margin-top: 30vw;
	}
	.p-potenza-02 .slide-gratiodouble .box {
		width: 70vw;
	}
	.p-potenza-02 .slide-gratiodouble .box + .box {
		margin-left: 5vw;
	}
	.p-potenza-02 .slide-gratiodouble .box:after {
		top: 1vw;
		left: 1vw;
	}
	.p-potenza-02 .slide-gratiodouble .box .box-in {
		flex-direction: column;
		padding: 3vw;
	}
	.p-potenza-02 .slide-gratiodouble .box .box-in > div {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
		padding: 3vw;
	}
	.p-potenza-02 .slide-gratiodouble .box .box-in > div h3 {
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		text-align: center;
		line-height: 1.5;
		font-size: 3.8vw;
	}
	.p-potenza-02 .slide-gratiodouble .box .box-in > div ul {
		font-size: 3.4vw;
		line-height: 1.6;
	}
	.p-potenza-02 .slide-gratiodouble .box .box-in > div ul li {
		padding-left: 1em;
	}
	.p-potenza-02 .slide-gratiodouble .box .box-in > div ul li:before {
		top: 2.2vw;
		width: 1.5vw;
		height: 1.5vw;
	}
	.p-potenza-02 .slide-gratiodouble .box .box-in > div ul li + li {
		margin-top: 3vw;
	}
	.p-potenza-02 .slick-dots {
		top: -25vw;
		flex-wrap: wrap;
		margin-left: -50vw;
	}
	.p-potenza-02 .slick-dots li {
		margin-top: 1.5vw;
	}
	.p-potenza-02 .slick-dots li + li {
		margin-left: 2vw;
	}
	.p-potenza-02 .slick-dots li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.p-potenza-02 .slick-dots li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.p-potenza-02 .slick-dots li button {
		width: 30vw;
		height: 10vw;
		font-size: 3.3vw;
	}
	.p-potenza-02 .slick-dots li:nth-child(1) button:before {
		content: "にきび跡";
	}
}

/*

  ドラッグデリバリーシステム

================================================================
*/
.p-potenza-03 {
	margin-top: 50px;
}
.p-potenza-03 h3 {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f6f6f6;
	font-weight: 500;
	font-size: 18px;
	color: #676767;
}
.p-potenza-03 ul {
	display: flex;
	justify-content: space-between;
}
.p-potenza-03 ul li {
	width: 18%;
}
.p-potenza-03 ul li .step {
	padding: 10px 0;
	text-align: center;
	background-color: #21aeac;
	font-size: 18px;
	color: #fff;
}
.p-potenza-03 ul li .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	margin-top: 10px;
	background-color: #e7f3f3;
	text-align: center;
	line-height: 1.5;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-potenza-03 {
		margin-top: 7vw;
	}
	.p-potenza-03 h3 {
		margin-bottom: 5vw;
		padding: 3vw;
		font-size: 3.8vw;
		line-height: 1.6;
	}
	.p-potenza-03 ul {
		overflow-x: scroll;
	}
	.p-potenza-03 ul li {
		flex-shrink: 0;
		width: 50vw;
	}
	.p-potenza-03 ul li + li {
		margin-left: 3vw;
	}
	.p-potenza-03 ul li .step {
		padding: 2.5vw 0;
		font-size: 3.8vw;
	}
	.p-potenza-03 ul li .txt {
		height: 15vw;
		margin-top: 1vw;
		padding: 0 4vw;
		text-align: left;
		font-size: 3.3vw;
		line-height: 1.6;
	}
}

/*

  埋没法と切開法の主な違い

================================================================
*/
.p-potenza-04 {
	margin-top: 50px;
}
.p-potenza-04 h3 {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f6f6f6;
	font-weight: 500;
	font-size: 18px;
	color: #676767;
}
.p-potenza-04 table {
	width: 100%;
	border-bottom: 1px solid #e7f3f3;
	line-height: 1.6;
	color: #676767;
}
.p-potenza-04 table thead {
	font-size: 18px;
}
.p-potenza-04 table thead th {
	padding: 10px 0;
	font-weight: 500;
}
.p-potenza-04 table thead th:nth-child(2) {
	width: 40%;
	background-color: #21aeac;
	color: #fff;
}
.p-potenza-04 table thead th:nth-child(3) {
	width: 40%;
	background-color: #e7f3f3;
}
.p-potenza-04 table tbody th {
	padding: 15px;
	background-color: #f6f6f6;
	font-weight: 500;
}
.p-potenza-04 table tbody td {
	padding: 15px;
	text-align: center;
}
.p-potenza-04 table tbody td figure {
	margin-bottom: 10px;
}
.p-potenza-04 table tbody td figure img {
	width: 30px;
	height: auto;
}
.p-potenza-04 table tbody td ul {
	text-align: left;
}
.p-potenza-04 table tbody td ul li {
	position: relative;
	padding-left: 1.2em;
}
.p-potenza-04 table tbody td ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-potenza-04 table tbody tr + tr th {
	border-top: 1px solid #fff;
}
.p-potenza-04 table tbody tr + tr td {
	border-top: 1px solid #e7f3f3;
}
.p-potenza-04 table tbody td:last-child {
	border-left: 1px solid #e7f3f3;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-potenza-04 {
		margin-top: 7vw;
	}
	.p-potenza-04 h3 {
		margin-bottom: 5vw;
		padding: 3vw;
		font-size: 3.8vw;
	}
	.p-potenza-04 table {
		letter-spacing: 0;
		font-size: 3.3vw;
	}
	.p-potenza-04 table thead {
		font-size: 3.5vw;
	}
	.p-potenza-04 table thead th {
		padding: 3vw 0;
		font-weight: 500;
	}
	.p-potenza-04 table thead th:nth-child(2) {
		width: 37%;
		color: #fff;
	}
	.p-potenza-04 table thead th:nth-child(3) {
		width: 37%;
	}
	.p-potenza-04 table tbody th {
		padding: 3vw 0;
	}
	.p-potenza-04 table tbody td {
		padding: 3vw;
		vertical-align: top;
		text-align: left;
	}
	.p-potenza-04 table tbody td figure {
		margin-bottom: 2vw;
		text-align: center;
	}
	.p-potenza-04 table tbody td figure img {
		width: 6vw;
	}
}

/*

  当院で使用する薬剤

================================================================
*/
.p-potenza-05 {
	padding: 80px 0;
}
.p-potenza-05 .h2-area {
	text-align: center;
}
.p-potenza-05 ul {
	display: flex;
	flex-wrap: wrap;
}
.p-potenza-05 ul li {
	width: 18.5%;
	margin-top: 30px;
	color: #676767;
}
.p-potenza-05 ul li + li {
	margin-left: 1.875%;
}
.p-potenza-05 ul li figure {
	margin-bottom: 15px;
	border: 1px solid #dfdfdf;
}
.p-potenza-05 ul li h3 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.p-potenza-05 ul li .txt {
	line-height: 1.7;
	font-size: 13px;
}
.p-potenza-05 ul li:nth-child(5n + 1) {
	margin-left: 0;
}
.p-potenza-05 ul li:nth-child(-n + 5) {
	margin-top: 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-potenza-05 {
		padding: 10vw 5vw;
	}
	.p-potenza-05 ul {
		justify-content: space-between;
	}
	.p-potenza-05 ul li {
		width: 48%;
		margin-top: 10vw;
	}
	.p-potenza-05 ul li + li {
		margin-left: 0;
	}
	.p-potenza-05 ul li figure {
		margin-bottom: 3vw;
	}
	.p-potenza-05 ul li h3 {
		margin-bottom: 3vw;
		font-size: 3.8vw;
	}
	.p-potenza-05 ul li .txt {
		line-height: 1.6;
		font-size: 3.2vw;
	}
	.p-potenza-05 ul li:nth-child(-n + 5) {
		margin-top: 10vw;
	}
	.p-potenza-05 ul li:nth-child(-n + 2) {
		margin-top: 0;
	}
}

/*

  注力ページ：サブシジョン

================================================================
*/


.subcision-about-frame {
	background-image: url(../img/menu/subcision/about_frame.png);
	background-size: cover;
	background-position: center center;
  max-width: 1200px!important;
  width: 100%!important;
  height: auto!important;
	aspect-ratio: 1144/130!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	margin: 76px auto;

	p{
		font-size: 22px;
		font-weight: bold;
		text-align: center;
	}
	
}

.risk{
	background-image: url(../img/menu/subcision/risk_bg.webp);
	background-size: cover;
	background-position: center center;
  width: 100%!important;
  height: auto!important;
	padding: 65.85px 7vw;
	margin-top: 0;
	ul li{
		line-height: 1.8;
    font-size: 15px;
    color: #676767;
    letter-spacing: 0;
	}
}

@media screen and (max-width:768px) {
		.subcision-about-frame {
	background-image: url(../img/menu/subcision/about_frame_sp.png);
	
	aspect-ratio: 768/246!important;
	/* margin: 76px auto; */
	padding: 3vw;


	p{
		/* font-size: 3.8vw; */
		font-size: 3.6vw;
    line-height: 1.6;
	}
	
}

}



/*

  注力ページ：バレない黄金比二重術

================================================================
*/
.focus-sv.eyes-gratiodouble {
	background-image: url(../img/menu/eyes-gratiodouble/mv_pc.jpg);
}
.focus-sv.eyes-gratiodouble h1 {
	top: 110px;
	left: 60px;
	font-size: 74px;
	letter-spacing: 0.05em;
	text-shadow: 0 0 30px rgba(13, 21, 73, 0.55);
}
.focus-sv.eyes-gratiodouble h1 span {
	display: block;
	margin-top: 10px;
	font-size: 50px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.focus-sv.eyes-gratiodouble {
		background-image: url(../img/menu/eyes-gratiodouble/mv_sp.jpg);
	}
	.focus-sv.eyes-gratiodouble h1 {
		top: 9.5vw;
		left: 8vw;
		font-size: 10vw;
		letter-spacing: 0.08em;
	}
	.focus-sv.eyes-gratiodouble h1 span {
		margin-top: 2vw;
		font-size: 6.5vw;
	}
}

/*  バレない黄金比二重術のデザイン
--------------------------------------------------------------*/
.p-eyes-gratiodouble-01 {
	overflow: hidden;
	padding: 80px 0;
	background-color: rgba(255, 255, 255, 0.4);
}
.p-eyes-gratiodouble-01 .h2-area {
	text-align: center;
}
.p-eyes-gratiodouble-01 .read {
	text-align: center;
	color: #676767;
	line-height: 1.8;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble {
	margin-top: 86px;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box {
	position: relative;
	width: 940px;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box + .box {
	margin-left: 40px;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #ed9790;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	background-color: #fff;
	z-index: 2;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div {
	flex: 1;
	margin-left: 60px;
	padding-right: 60px;
	color: #676767;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c3c4;
	font-weight: 500;
	font-size: 22px;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul {
	line-height: 1.6;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul li {
	position: relative;
	padding-left: 1.2rem;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #ed9790;
}
.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul li + li {
	margin-top: 10px;
}
.p-eyes-gratiodouble-01 .slick-list {
	overflow: visible;
}
.p-eyes-gratiodouble-01 .slick-dots {
	position: absolute;
	top: -66px;
	left: 50%;
	display: flex;
	justify-content: center;
	margin-left: -260px;
	z-index: 2;
}
.p-eyes-gratiodouble-01 .slick-dots li + li {
	margin-left: 20px;
}
.p-eyes-gratiodouble-01 .slick-dots li button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 46px;
	background-color: #fff;
	border: 1px solid #676767;
	border-radius: 100px;
	color: #fff;
	text-indent: -9999px;
}
.p-eyes-gratiodouble-01 .slick-dots li button:before {
	text-indent: 0;
	color: #676767;
}
.p-eyes-gratiodouble-01 .slick-dots li:nth-child(1) button:before {
	content: "Mix二重";
}
.p-eyes-gratiodouble-01 .slick-dots li:nth-child(2) button:before {
	content: "末広二重";
}
.p-eyes-gratiodouble-01 .slick-dots li:nth-child(3) button:before {
	content: "幅広平行二重";
}
.p-eyes-gratiodouble-01 .slick-dots li.slick-active button {
	border: none;
	background: linear-gradient(90deg, #ebcdaf, #ed9790);
}
.p-eyes-gratiodouble-01 .slick-dots li.slick-active button:before {
	color: #fff;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiodouble-01 {
		padding: 10vw 0;
	}
	.p-eyes-gratiodouble-01 .read {
		padding: 0 5vw;
		font-size: 3.5vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble {
		margin-top: 23vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box {
		width: 60vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box + .box {
		margin-left: 5vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box:after {
		top: 1vw;
		left: 1vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in {
		flex-direction: column;
		padding: 3vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
		padding: 3vw 0;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div h3 {
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		text-align: center;
		font-size: 3.8vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul {
		font-size: 3.4vw;
		line-height: 1.6;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul li {
		padding-left: 1em;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul li:before {
		top: 2.2vw;
		width: 1.5vw;
		height: 1.5vw;
	}
	.p-eyes-gratiodouble-01 .slide-gratiodouble .box .box-in > div ul li + li {
		margin-top: 3vw;
	}
	.p-eyes-gratiodouble-01 .slick-dots {
		top: -15vw;
		margin-left: -47vw;
	}
	.p-eyes-gratiodouble-01 .slick-dots li + li {
		margin-left: 2vw;
	}
	.p-eyes-gratiodouble-01 .slick-dots li button {
		width: 30vw;
		height: 10vw;
		font-size: 3.3vw;
	}
}

/*  通常の埋没法の比較
--------------------------------------------------------------*/
.p-eyes-gratiodouble-02 {
	overflow: hidden;
	padding: 80px 0;
	background-color: #fff;
}
.p-eyes-gratiodouble-02 .h2-area {
	text-align: center;
}
.p-eyes-gratiodouble-02 .flex {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
.p-eyes-gratiodouble-02 .flex > div h3 {
	padding: 10px 0;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}
.p-eyes-gratiodouble-02 .flex > div > div {
	padding: 30px;
	border: solid #dfdfdf;
	border-width: 0 1px 1px 1px;
}
.p-eyes-gratiodouble-02 .flex > div > div figure {
	margin-bottom: 10px;
}
.p-eyes-gratiodouble-02 .flex > div > div .txt {
	line-height: 1.8;
	color: #676767;
}
.p-eyes-gratiodouble-02 .flex .left {
	width: 410px;
}
.p-eyes-gratiodouble-02 .flex .left h3 {
	background-color: #6d6d6d;
}
.p-eyes-gratiodouble-02 .flex .right {
	width: 560px;
}
.p-eyes-gratiodouble-02 .flex .right h3 {
	background-color: #ed9790;
}
.p-eyes-gratiodouble-02 .note {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: right;
	font-size: 13px;
	color: #676767;
}
.p-eyes-gratiodouble-02 .note span {
	position: relative;
	display: inline-block;
	padding-left: 1em;
}
.p-eyes-gratiodouble-02 .note span:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiodouble-02 {
		padding: 10vw 5vw;
	}
	.p-eyes-gratiodouble-02 .flex {
		flex-direction: column;
		width: 100%;
	}
	.p-eyes-gratiodouble-02 .flex > div h3 {
		padding: 2.5vw 0;
		font-size: 3.8vw;
	}
	.p-eyes-gratiodouble-02 .flex > div > div {
		padding: 5vw;
	}
	.p-eyes-gratiodouble-02 .flex > div > div figure {
		margin-bottom: 3vw;
	}
	.p-eyes-gratiodouble-02 .flex > div > div .txt {
		font-size: 3.5vw;
	}
	.p-eyes-gratiodouble-02 .flex .left {
		width: 100%;
	}
	.p-eyes-gratiodouble-02 .flex .right {
		width: 100%;
		margin-top: 5vw;
	}
	.p-eyes-gratiodouble-02 .note {
		width: 100%;
		margin-top: 2vw;
		text-align: left;
		font-size: 3vw;
		line-height: 1.6;
	}
	.p-eyes-gratiodouble-02 .note span {
		padding-left: 1.5em;
	}
}

/*  比較タブ
--------------------------------------------------------------*/
.p-eyes-gratiodouble-03 {
	overflow: hidden;
	padding: 60px 0;
}
.p-eyes-gratiodouble-03 .tabs .label-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.p-eyes-gratiodouble-03 .tabs .label-flex .tab_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 18%;
	height: 60px;
	border-radius: 10px 10px 0 0;
	background-color: #bdbdbd;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}
.p-eyes-gratiodouble-03 .tabs .label-flex .tab_item span {
	margin-top: 2px;
	font-size: 80%;
}
.p-eyes-gratiodouble-03 .tabs .label-flex .tab_item + .tab_item {
	margin-left: 0.8%;
}
.p-eyes-gratiodouble-03 .tabs input[name="tab_item"] {
	display: none;
}
.p-eyes-gratiodouble-03 .tab_content {
	overflow: hidden;
	display: none;
	padding: 50px 80px;
	background-color: #fff;
	color: #676767;
}
.p-eyes-gratiodouble-03 .tab_content .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-eyes-gratiodouble-03 .tab_content .flex figure {
	width: 330px;
}
.p-eyes-gratiodouble-03 .tab_content .flex > div {
	flex: 1;
	margin-right: 60px;
}
.p-eyes-gratiodouble-03 .tab_content .flex > div h2 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c3c4;
	font-weight: 500;
	font-size: 22px;
}
.p-eyes-gratiodouble-03 .tab_content .flex > div h2 span {
	font-size: 80%;
}
.p-eyes-gratiodouble-03 .tab_content .flex > div .txt {
	line-height: 1.8;
}
.p-eyes-gratiodouble-03 .tab_content .flex > div .price {
	display: flex;
	align-items: flex-end;
	margin-top: 30px;
	color: #000;
}
.p-eyes-gratiodouble-03 .tab_content .flex > div .price span {
	font-size: 26px;
}
.p-eyes-gratiodouble-03 .tab_content .star {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.p-eyes-gratiodouble-03 .tab_content .star li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	padding: 10px;
	background-color: #f6f6f6;
	border-radius: 100px;
}
.p-eyes-gratiodouble-03 .tab_content .star li span {
	margin-right: 10px;
	font-size: 13px;
}
.p-eyes-gratiodouble-03 .tab_content .star li img {
	width: 120px;
	height: auto;
}
.p-eyes-gratiodouble-03 .tab_content .reco {
	position: relative;
	margin-top: 50px;
	padding: 50px 60px;
	border: 1px solid #ed9790;
}
.p-eyes-gratiodouble-03 .tab_content .reco h3 {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.p-eyes-gratiodouble-03 .tab_content .reco h3 span {
	display: inline-block;
	padding: 4px 20px;
	border: solid #ed9790;
	border-width: 0 1px;
	background-color: #fff;
}
.p-eyes-gratiodouble-03 .tab_content .reco ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #676767;
}
.p-eyes-gratiodouble-03 .tab_content .reco ul li {
	width: 48.5%;
	padding: 10px 0 12px 25px;
	line-height: 1.6;
	border-bottom: 1px solid #c6c3c4;
	background: url(../img/common/icon_check_pink.svg) no-repeat left top 15px /
		15px auto;
}
.p-eyes-gratiodouble-03 .tab_content .reco ul li + li {
	margin-left: 2%;
}
.p-eyes-gratiodouble-03 .tab_content .reco ul li:nth-child(2n + 1) {
	margin-left: 0;
}
.p-eyes-gratiodouble-03 .tab_content .reco ul li:nth-child(-n + 2) {
	margin-top: 0;
}
.p-eyes-gratiodouble-03 .tab_content .reco ul li strong {
	color: #ed9790;
}
.p-eyes-gratiodouble-03 #case01:checked ~ #case01_content,
.p-eyes-gratiodouble-03 #case02:checked ~ #case02_content,
.p-eyes-gratiodouble-03 #case03:checked ~ #case03_content,
.p-eyes-gratiodouble-03 #case04:checked ~ #case04_content {
	display: block;
}
.p-eyes-gratiodouble-03 .tabs #case01:checked ~ .label-flex .case01,
.p-eyes-gratiodouble-03 .tabs #case02:checked ~ .label-flex .case02,
.p-eyes-gratiodouble-03 .tabs #case03:checked ~ .label-flex .case03,
.p-eyes-gratiodouble-03 .tabs #case04:checked ~ .label-flex .case04 {
	height: 75px;
	background-color: #fff;
	color: #676767;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiodouble-03 {
		padding: 5vw 0;
	}
	.p-eyes-gratiodouble-03 .tabs {
		padding: 0 4vw;
	}
	.p-eyes-gratiodouble-03 .tabs .label-flex {
		justify-content: space-between;
	}
	.p-eyes-gratiodouble-03 .tabs .label-flex .tab_item {
		width: 49.4%;
		height: 13vw;
		margin-top: 1vw;
		border-radius: 2vw;
		font-size: 3.3vw;
	}
	.p-eyes-gratiodouble-03 .tabs .label-flex .tab_item + .tab_item {
		margin-left: 0;
	}
	.p-eyes-gratiodouble-03 .tabs .label-flex .tab_item:nth-child(-n + 3) {
		margin-top: 0;
	}
	.p-eyes-gratiodouble-03 .tab_content {
		margin-top: 7vw;
		background-color: transparent;
		padding: 0 2vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex {
		flex-direction: column;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex figure {
		width: 100%;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex > div {
		width: 100%;
		margin-bottom: 5vw;
		margin-right: 0;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex > div h2 {
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		text-align: center;
		font-size: 4.2vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex > div h2 span {
		display: block;
		margin-top: 2vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex > div .txt {
		font-size: 3.5vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex > div .price {
		margin-top: 5vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .flex > div .price span {
		font-size: 5.2vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .star {
		flex-wrap: wrap;
		margin-top: 5vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .star li {
		justify-content: space-between;
		align-items: center;
		width: 48%;
		margin-top: 3vw;
		padding: 0;
		background-color: transparent;
	}
	.p-eyes-gratiodouble-03 .tab_content .star li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.p-eyes-gratiodouble-03 .tab_content .star li span {
		margin-right: 3vw;
		font-size: 3vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .star li img {
		width: 50%;
	}
	.p-eyes-gratiodouble-03 .tab_content .reco {
		margin-top: 13.5vw;
		padding: 5vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .reco h3 {
		top: -4.5vw;
		font-size: 3.8vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .reco h3 span {
		padding: 2vw 5vw 2.5vw;
		border: none;
		background-color: #ed9790;
		color: #fff;
	}
	.p-eyes-gratiodouble-03 .tab_content .reco ul {
		flex-direction: column;
		font-size: 3.5vw;
	}
	.p-eyes-gratiodouble-03 .tab_content .reco ul li {
		width: 100%;
		padding: 3vw 3vw 3vw 6vw;
		background-position: top 4.5vw left;
		background-size: 3vw auto;
	}
	.p-eyes-gratiodouble-03 .tab_content .reco ul li + li {
		margin-left: 0;
	}
	.p-eyes-gratiodouble-03 .tabs #case01:checked ~ .label-flex .case01,
	.p-eyes-gratiodouble-03 .tabs #case02:checked ~ .label-flex .case02,
	.p-eyes-gratiodouble-03 .tabs #case03:checked ~ .label-flex .case03,
	.p-eyes-gratiodouble-03 .tabs #case04:checked ~ .label-flex .case04 {
		height: 13vw;
		background-color: rgb(237, 151, 144);
		color: #fff;
	}
}

/*

  埋没法と切開法の主な違い

================================================================
*/
.p-eyes-gratiodouble-04 {
	margin-top: 50px;
}
.p-eyes-gratiodouble-04 h3 {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f6f6f6;
	font-weight: 500;
	font-size: 18px;
	color: #676767;
}
.p-eyes-gratiodouble-04 table {
	width: 100%;
	border-bottom: 1px solid #f1ebea;
	line-height: 1.6;
	color: #676767;
}
.p-eyes-gratiodouble-04 table thead {
	font-size: 18px;
}
.p-eyes-gratiodouble-04 table thead th {
	padding: 10px 0;
	font-weight: 500;
}
.p-eyes-gratiodouble-04 table thead th:nth-child(2) {
	width: 40%;
	background-color: #ed9790;
	color: #fff;
}
.p-eyes-gratiodouble-04 table thead th:nth-child(3) {
	width: 40%;
	background-color: #fceeed;
}
.p-eyes-gratiodouble-04 table tbody th {
	padding: 15px;
	background-color: #f6f6f6;
	font-weight: 500;
}
.p-eyes-gratiodouble-04 table tbody td {
	padding: 15px;
	text-align: center;
}
.p-eyes-gratiodouble-04 table tbody td ul {
	text-align: left;
}
.p-eyes-gratiodouble-04 table tbody td ul li {
	position: relative;
	padding-left: 1.2em;
}
.p-eyes-gratiodouble-04 table tbody td ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-eyes-gratiodouble-04 table tbody tr + tr th {
	border-top: 1px solid #fff;
}
.p-eyes-gratiodouble-04 table tbody tr + tr td {
	border-top: 1px solid #f1ebea;
}
.p-eyes-gratiodouble-04 table tbody td:last-child {
	border-left: 1px solid #f1ebea;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiodouble-04 {
		margin-top: 7vw;
	}
	.p-eyes-gratiodouble-04 h3 {
		margin-bottom: 5vw;
		padding: 3vw;
		font-size: 3.8vw;
	}
	.p-eyes-gratiodouble-04 table {
		letter-spacing: 0;
		font-size: 3.3vw;
	}
	.p-eyes-gratiodouble-04 table thead {
		font-size: 3.5vw;
	}
	.p-eyes-gratiodouble-04 table thead th {
		padding: 3vw 0;
		font-weight: 500;
	}
	.p-eyes-gratiodouble-04 table thead th:nth-child(2) {
		width: 37%;
		background-color: #ed9790;
		color: #fff;
	}
	.p-eyes-gratiodouble-04 table thead th:nth-child(3) {
		width: 37%;
		background-color: #fceeed;
	}
	.p-eyes-gratiodouble-04 table tbody th {
		padding: 3vw 0;
	}
	.p-eyes-gratiodouble-04 table tbody td {
		padding: 3vw;
		vertical-align: top;
		text-align: left;
	}
}

/*

  注力ページ：切らない黄金比クマ取り

================================================================
*/
.focus-sv.eyes-gratiocircle {
	background-image: url(../img/menu/eyes-gratiocircle/mv_pc.jpg);
}
.focus-sv.eyes-gratiocircle h1 {
	top: 80px;
	left: 60px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.focus-sv.eyes-gratiocircle {
		background-image: url(../img/menu/eyes-gratiocircle/mv_sp.jpg);
	}
	.focus-sv.eyes-gratiocircle h1 {
		top: 14vw;
		left: 8vw;
		line-height: 1.35;
	}
}

/*  TCLINICのクマ取りとは
--------------------------------------------------------------*/
.p-eyes-gratiocircle-01 {
	padding: 280px 0 80px 0;
	background-color: #fff;
}
.p-eyes-gratiocircle-01 .box {
	padding: 40px 80px 60px 80px;
	position: relative;
	background-color: #f6f6f6;
}
.p-eyes-gratiocircle-01 .box::after {
	content: "";
	background: url(../img/menu/eyes-gratiocircle/info-arrow.png) center / cover
		no-repeat;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 425px;
	height: 74px;
}
.p-eyes-gratiocircle-01 .box .doctors {
	position: absolute;
	left: 50%;
	top: -220px;
	width: 692px;
	height: 360px;
	margin-left: -346px;
	z-index: 2;
}
.p-eyes-gratiocircle-01 .box .doctors > div {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-image: url(../img/menu/eyes-gratiocircle/info-comment.png);
}
.p-eyes-gratiocircle-01 .box .doctors > div .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 58px;
	left: 0;
	width: 438px;
	height: 171px;
	text-align: center;
	font-size: 20px;
	color: #676767;
	line-height: 1.8;
	z-index: 2;
}
.p-eyes-gratiocircle-01 .box .doctors > div .txt span i {
	color: #ed9790;
}
.p-eyes-gratiocircle-01 .box .doctors > div .name {
	pointer-events: none;
	position: absolute;
	top: 70px;
	right: -100px;
}
.p-eyes-gratiocircle-01 .box .doctors > div .name .jp {
	font-size: 18px;
}
.p-eyes-gratiocircle-01 .box .doctors > div .name .en {
	margin-top: 10px;
	font-size: 16px;
	color: rgba(198, 195, 196, 0.5);
	letter-spacing: 0.1em;
}
.p-eyes-gratiocircle-01 .box .atten > div {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 25px;
	background: url(../img/menu/eyes-gratiocircle/info-bg01.png) center / cover
		no-repeat;
	z-index: 2;
}
.p-eyes-gratiocircle-01 .box .atten > div figure {
	white-space: nowrap;
}
.p-eyes-gratiocircle-01 .box .atten > div .title {
	white-space: nowrap;
	margin-left: 20px;
	font-size: 20px;
	color: #fff;
}
.p-eyes-gratiocircle-01 .box .atten > div .txt {
	flex: 1;
	margin-left: 20px;
	color: #fff;
	line-height: 1.6;
}
.p-eyes-gratiocircle-01 .box .read {
	margin-top: 30px;
	text-align: center;
	color: #676767;
	line-height: 1.8;
}
.p-eyes-gratiocircle-01 .box .read span {
	font-weight: 700;
}
.p-eyes-gratiocircle-01 .box .answer {
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	color: #ed9790;
}
.p-eyes-gratiocircle-01 .box .answer span {
	display: inline-block;
	background: linear-gradient(
		180deg,
		transparent 0%,
		transparent 60%,
		#faff88 60%,
		#faff88 100%
	);
}
.p-eyes-gratiocircle-01 .box .answer span i {
	position: relative;
	z-index: 2;
}
.p-eyes-gratiocircle-01 .box .exsample {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.p-eyes-gratiocircle-01 .box .exsample::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ececec;
	position: absolute;
	top: 16px;
	left: 0;
}
.p-eyes-gratiocircle-01 .box .exsample .title {
	position: relative;
	padding: 10px 40px;
	margin-bottom: 20px;
	background-color: #8a8a8a;
	display: inline-block;
	color: #fff;
	z-index: 2;
}
.p-eyes-gratiocircle-01 .box .exsample ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-eyes-gratiocircle-01 .box .exsample ul li {
	position: relative;
	width: 49.5%;
	text-align: left;
	margin-top: 10px;
	padding: 20px 20px 20px 50px;
	border-radius: 6px;
	background-color: #fff;
	color: #676767;
	letter-spacing: 0;
}
.p-eyes-gratiocircle-01 .box .exsample ul li::before {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.p-eyes-gratiocircle-01 .box .exsample ul li:nth-child(1)::before {
	background: url(../img/menu/eyes-gratiocircle/info-exsample01.png) center /
		cover no-repeat;
}
.p-eyes-gratiocircle-01 .box .exsample ul li:nth-child(2)::before {
	background: url(../img/menu/eyes-gratiocircle/info-exsample02.png) center /
		cover no-repeat;
}
.p-eyes-gratiocircle-01 .box .exsample ul li:nth-child(3)::before {
	background: url(../img/menu/eyes-gratiocircle/info-exsample03.png) center /
		cover no-repeat;
}
.p-eyes-gratiocircle-01 .box .exsample ul li:nth-child(4)::before {
	background: url(../img/menu/eyes-gratiocircle/info-exsample04.png) center /
		cover no-repeat;
}
.p-eyes-gratiocircle-01 .box .exsample ul li span i {
	color: #ed9790;
}
.p-eyes-gratiocircle-01 .box .exsample ul li:nth-child(-n + 2) {
	margin-top: 0;
}
.p-eyes-gratiocircle-01 .box .yotte {
	margin-top: 30px;
	text-align: center;
	color: #676767;
	line-height: 1.8;
}
.p-eyes-gratiocircle-01 .box .yotte span {
	font-weight: 700;
}
.p-eyes-gratiocircle-01 .box > .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.p-eyes-gratiocircle-01 .box > .flex > div {
	width: 48.5%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}
.p-eyes-gratiocircle-01 .box > .flex > div .title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
}
.p-eyes-gratiocircle-01 .box > .flex > div .title figure {
	width: 24px;
	height: 22px;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div {
	text-align: center;
	background-color: #fff;
	padding: 30px;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .catch {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #676767;
	line-height: 1.5;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .catch span {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::before,
.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 1px;
	background-color: #676767;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::before {
	left: -50px;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::after {
	right: -50px;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .head {
	padding: 10px;
	position: relative;
	line-height: 1.5;
	color: #fff;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .flex {
	display: flex;
	justify-content: center;
	padding: 20px;
	align-items: center;
	gap: 20px;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .flex p {
	color: #676767;
	line-height: 1.5;
}
.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .flex p span {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 700;
}
.p-eyes-gratiocircle-01 .box > .flex .left .box2 .head {
	background-color: #8a8a8a;
}
.p-eyes-gratiocircle-01 .box > .flex .left .box2 .head::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #8a8a8a;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.p-eyes-gratiocircle-01 .box > .flex .left .box2 .flex {
	background-color: #f6f6f6;
}
.p-eyes-gratiocircle-01 .box > .flex .left .box2 .flex figure {
	width: 12em;
}
.p-eyes-gratiocircle-01 .box > .flex .left .box2 .flex p span {
	color: #8a89b8;
}
.p-eyes-gratiocircle-01 .box > .flex .right {
	border: 1px solid #f5dcda;
}
.p-eyes-gratiocircle-01 .box > .flex .right .box2 .head {
	background-color: #ed9790;
}
.p-eyes-gratiocircle-01 .box > .flex .right .box2 .head::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #ed9790;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.p-eyes-gratiocircle-01 .box > .flex .right .box2 .flex {
	background-color: #fdf4f4;
}
.p-eyes-gratiocircle-01 .box > .flex .right .box2 .flex figure {
	width: 6em;
}
.p-eyes-gratiocircle-01 .box > .flex .right .box2 .flex p span {
	color: #ed9a93;
}
.p-eyes-gratiocircle-01 .box > .flex .left .title {
	background: url(../img/menu/eyes-gratiocircle/info-bg02.png) center / cover
		no-repeat;
}
.p-eyes-gratiocircle-01 .box > .flex .left .title::before {
	background: url(../img/menu/eyes-gratiocircle/info-compare01.png) center /
		cover no-repeat;
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
}
.p-eyes-gratiocircle-01 .box > .flex .right .title {
	background: url(../img/menu/eyes-gratiocircle/info-bg03.png) center / cover
		no-repeat;
}
.p-eyes-gratiocircle-01 .box > .flex .right .title::before {
	background: url(../img/menu/eyes-gratiocircle/info-compare04.png) center /
		cover no-repeat;
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
}
.p-eyes-gratiocircle-01 .flex-tcli {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	color: #676767;
}
.p-eyes-gratiocircle-01 .flex-tcli figure {
	width: 400px;
}
.p-eyes-gratiocircle-01 .flex-tcli > div {
	flex: 1;
	margin-left: 50px;
}
.p-eyes-gratiocircle-01 .flex-tcli > div .txt {
	font-size: 18px;
	line-height: 1.8;
}
.p-eyes-gratiocircle-01 .flex-tcli > div .txt span {
	color: #ed9891;
}
.p-eyes-gratiocircle-01 .flex-tcli > div .stxt {
	margin-top: 30px;
	line-height: 1.8;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiocircle-01 {
		padding: 50vw 0 10vw 0;
	}
	.p-eyes-gratiocircle-01 .box {
		padding: 10vw 5vw;
	}
	.p-eyes-gratiocircle-01 .box::after {
		bottom: -4vw;
		width: 40vw;
		height: 7vw;
	}
	.p-eyes-gratiocircle-01 .box .doctors {
		left: 50%;
		top: -45vw;
		width: 90vw;
		height: 48vw;
		margin-left: -45vw;
	}
	.p-eyes-gratiocircle-01 .box .doctors > div .txt {
		top: 7vw;
		left: 0;
		width: 57vw;
		height: 22vw;
		font-size: 3.4vw;
		line-height: 1.5;
	}
	.p-eyes-gratiocircle-01 .box .doctors > div .name {
		top: auto;
		bottom: 6vw;
		right: 35vw;
	}
	.p-eyes-gratiocircle-01 .box .doctors > div .name .jp {
		font-size: 3.3vw;
	}
	.p-eyes-gratiocircle-01 .box .doctors > div .name .en {
		margin-top: 1.5vw;
		font-size: 3vw;
	}
	.p-eyes-gratiocircle-01 .box .atten:after {
		top: 1vw;
		left: 1vw;
		border-radius: 2vw;
	}
	.p-eyes-gratiocircle-01 .box .atten > div {
		flex-direction: column;
		padding: 5vw;
		border-radius: 2vw;
	}
	.p-eyes-gratiocircle-01 .box .atten > div figure {
		position: absolute;
		top: -4vw;
		left: 6vw;
	}
	.p-eyes-gratiocircle-01 .box .atten > div figure img {
		width: auto;
		height: 12vw;
	}
	.p-eyes-gratiocircle-01 .box .atten > div .title {
		margin-bottom: 3vw;
		margin-left: 0;
		font-size: 4vw;
	}
	.p-eyes-gratiocircle-01 .box .atten > div .txt {
		width: 100%;
		margin-left: 0;
		font-size: 3.5vw;
		line-height: 1.7;
	}
	.p-eyes-gratiocircle-01 .box .read {
		margin-top: 5vw;
		padding: 0 2vw;
		text-align: left;
		font-size: 3.5vw;
		line-height: 1.8;
	}
	.p-eyes-gratiocircle-01 .box .answer {
		margin-top: 7vw;
		font-size: 4.2vw;
	}
	.p-eyes-gratiocircle-01 .box .answer span {
		display: inline;
		font-weight: 600;
		line-height: 1.7;
	}
	.p-eyes-gratiocircle-01 .box .exsample {
		margin-top: 7vw;
	}
	.p-eyes-gratiocircle-01 .box .exsample::before {
		top: 3.5vw;
	}
	.p-eyes-gratiocircle-01 .box .exsample .title {
		font-size: 3.5vw;
		padding: 2vw 4vw;
	}
	.p-eyes-gratiocircle-01 .box .exsample ul li {
		width: 100%;
		margin-top: 2vw;
		padding: 2vw 2vw 2vw 12vw;
		border-radius: 2vw;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.p-eyes-gratiocircle-01 .box .exsample ul li::before {
		width: 8vw;
		height: 8vw;
		left: 2vw;
	}
	.p-eyes-gratiocircle-01 .box .exsample ul li:nth-child(-n + 2) {
		margin-top: 2vw;
	}
	.p-eyes-gratiocircle-01 .box .exsample ul li:first-child {
		margin-top: 0;
	}
	.p-eyes-gratiocircle-01 .box .yotte {
		margin-top: 5vw;
		padding: 0 2vw;
		text-align: left;
		font-size: 3.5vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex {
		flex-direction: column;
		margin-top: 10vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div {
		width: 100%;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div .title {
		padding-left: 20vw;
		height: 10vw;
		font-size: 4.2vw;
		line-height: 1.5;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div .title figure {
		width: 5vw;
		height: 4.8vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div + div {
		margin-top: 5vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div {
		padding: 5vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .catch {
		margin-bottom: 5vw;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .catch span {
		font-size: 3.2vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::before,
	.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::after {
		width: 5vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::before {
		left: -8vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .catch::after {
		right: -8vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .head {
		padding: 2vw;
		font-size: 3.5vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .flex {
		padding: 3vw;
		gap: 3vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .flex p {
		font-size: 3.5vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex > div > div .box2 .flex p span {
		font-size: 3.8vw;
		margin-bottom: 1vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex .left .box2 .flex figure {
		width: 30vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex .right .box2 .flex figure {
		width: 15vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex .left .title::before {
		left: -2vw;
		width: 24vw;
		height: 24vw;
	}
	.p-eyes-gratiocircle-01 .box > .flex .right .title::before {
		right: initial;
		left: -2vw;
		width: 24vw;
		height: 24vw;
	}
	.p-eyes-gratiocircle-01 .flex-tcli {
		padding: 0 5vw;
		flex-direction: column;
		margin-top: 5vw;
	}
	.p-eyes-gratiocircle-01 .flex-tcli figure {
		width: 100%;
		margin-bottom: 5vw;
	}
	.p-eyes-gratiocircle-01 .flex-tcli figure:before {
		top: 1vw;
		left: 1vw;
	}
	.p-eyes-gratiocircle-01 .flex-tcli > div {
		width: 100%;
		margin-left: 0;
		padding: 0 2vw;
	}
	.p-eyes-gratiocircle-01 .flex-tcli > div .txt {
		font-size: 3.8vw;
		line-height: 1.7;
	}
	.p-eyes-gratiocircle-01 .flex-tcli > div .stxt {
		margin-top: 30px;
		font-size: 3.5vw;
		line-height: 1.9;
	}
}

/*  クマの種類
--------------------------------------------------------------*/
.p-eyes-gratiocircle-02 {
	padding: 60px 0;
	border: solid #eee;
	border-width: 1px 0;
	background-color: #fff;
}
.p-eyes-gratiocircle-02 .h2-area {
	text-align: center;
}
.p-eyes-gratiocircle-02 .kuma {
	display: flex;
	justify-content: space-between;
	color: #676767;
}
.p-eyes-gratiocircle-02 .kuma > li {
	width: 24%;
	border: 1px solid;
	height: 100%;
}
.p-eyes-gratiocircle-02 .kuma > li h3 {
	padding: 10px 0 12px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.p-eyes-gratiocircle-02 .kuma > li div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}
.p-eyes-gratiocircle-02 .kuma > li div .txt {
	padding: 10px;
	line-height: 1.8;
}
.p-eyes-gratiocircle-02 .kuma > li div dl {
	padding: 20px;
}
.p-eyes-gratiocircle-02 .kuma > li div dl dt {
	font-weight: 600;
}
.p-eyes-gratiocircle-02 .kuma > li div dl dd {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
.p-eyes-gratiocircle-02 .kuma > li div dl dd ul li {
	position: relative;
	padding-left: 1.2em;
}
.p-eyes-gratiocircle-02 .kuma > li div dl dd ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.p-eyes-gratiocircle-02 .kuma > li div dl dd ul li + li {
	margin-top: 5px;
}
.p-eyes-gratiocircle-02 .kuma > li div dl dd + dt {
	margin-top: 20px;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(1) {
	border-color: rgba(109, 109, 109, 0.2);
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(1) h3 {
	background-color: #6d6d6d;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(1) dl {
	background-color: #f6f6f6;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(1) dl dt {
	color: #4d4d4d;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(2) {
	border-color: rgba(175, 108, 108, 0.2);
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(2) h3 {
	background-color: #af6c6c;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(2) dl {
	background-color: #fff7f8;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(2) dl dt {
	color: #af6c6c;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(3) {
	border-color: rgba(109, 104, 152, 0.2);
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(3) h3 {
	background-color: #6d6898;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(3) dl {
	background-color: #f6f6fa;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(3) dl dt {
	color: #6d6898;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(4) {
	border-color: rgba(152, 125, 104, 0.2);
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(4) h3 {
	background-color: #987d68;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(4) dl {
	background-color: #f4f1ef;
}
.p-eyes-gratiocircle-02 .kuma > li:nth-child(4) dl dt {
	color: #987d68;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiocircle-02 {
		padding: 10vw 5vw;
	}
	.p-eyes-gratiocircle-02 .kuma {
		flex-direction: column;
	}
	.p-eyes-gratiocircle-02 .kuma > li {
		width: 100%;
	}
	.p-eyes-gratiocircle-02 .kuma > li + li {
		margin-top: 5vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li h3 {
		padding: 3vw 0;
		font-size: 3.8vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li figure img {
		object-fit: cover;
		width: 100%;
		height: 40vw;
		object-position: top;
	}
	.p-eyes-gratiocircle-02 .kuma > li div {
		padding: 3vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li div .txt {
		margin-bottom: 3vw;
		padding: 2vw;
		font-size: 3.5vw;
		line-height: 1.9;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl {
		padding: 5vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl dt {
		font-size: 3.5vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl dd {
		margin-top: 2vw;
		font-size: 3.4vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl dd ul li + li {
		margin-top: 0.5vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl dd + dt {
		margin-top: 5vw;
	}
}

/*  バレない黄金比クマ取りについて
--------------------------------------------------------------*/
.p-eyes-gratiocircle-03 {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: 2000px auto;
	background-position: top center;
	background-image: url(../img/menu/eyes-gratiocircle/bg_03.jpg);
}
.p-eyes-gratiocircle-03 .h2-area {
	text-align: center;
}
.p-eyes-gratiocircle-03 .h2-area .en {
	color: #d0bc86;
}
.p-eyes-gratiocircle-03 .flex {
	display: flex;
	justify-content: space-between;
}
.p-eyes-gratiocircle-03 .flex figure {
	width: 48.5%;
}
.p-eyes-gratiocircle-03 .txt {
	margin-top: 30px;
	color: #676767;
	line-height: 1.9;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiocircle-03 {
		padding: 15vw 5vw;
		background-size: cover;
	}
	.p-eyes-gratiocircle-03 .flex {
		flex-direction: column;
	}
	.p-eyes-gratiocircle-03 .flex figure {
		width: 100%;
	}
	.p-eyes-gratiocircle-03 .flex figure + figure {
		margin-top: 3vw;
	}
	.p-eyes-gratiocircle-03 .txt {
		margin-top: 5vw;
		padding: 0 2vw;
		font-size: 3.5vw;
	}
}

/*  クマ除去方法
--------------------------------------------------------------*/
.p-eyes-gratiocircle-04 {
	padding: 80px 0 0;
}
.p-eyes-gratiocircle-04 .h2-area {
	text-align: center;
}
.p-eyes-gratiocircle-04 .read {
	text-align: center;
	color: #676767;
	line-height: 1.9;
}
.p-eyes-gratiocircle-04 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	color: #676767;
}
.p-eyes-gratiocircle-04 ul li {
	width: 32%;
	background-color: #fff;
}
.p-eyes-gratiocircle-04 ul li h3 {
	padding: 10px 0;
	background-color: #ed9790;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
}
.p-eyes-gratiocircle-04 ul li > div {
	padding: 30px;
}
.p-eyes-gratiocircle-04 ul li > div .title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
.p-eyes-gratiocircle-04 ul li > div .txt {
	line-height: 1.8;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.p-eyes-gratiocircle-04 {
		padding: 15vw 5vw 0;
	}
	.p-eyes-gratiocircle-04 .read {
		padding: 0 2vw;
		text-align: left;
		font-size: 3.5vw;
		line-height: 1.9;
	}
	.p-eyes-gratiocircle-04 ul {
		flex-direction: column;
		margin-top: 7vw;
	}
	.p-eyes-gratiocircle-04 ul li {
		width: 100%;
	}
	.p-eyes-gratiocircle-04 ul li h3 {
		padding: 2vw 0;
		font-size: 3.8vw;
		line-height: 1.5;
	}
	.p-eyes-gratiocircle-04 ul li > div {
		padding: 5vw;
	}
	.p-eyes-gratiocircle-04 ul li > div .title {
		margin-bottom: 3.5vw;
		font-weight: 600;
		font-size: 4vw;
	}
	.p-eyes-gratiocircle-04 ul li > div .txt {
		font-size: 3.5vw;
		line-height: 1.9;
	}
}

/* ----------------------優先度1の指摘からfontsizeを0.1ずつサイズダウン sp */
@media (max-width: 767px) {
	.temp-recommend ul {
		font-size: 3.5vw;
	}
	.vip-review .box .lead {
		font-size: 3.4vw;
	}
	.vip-review .box .flex .comment p {
		font-size: 3.4vw;
	}
	.p-eyes-gratiocircle-01 .box .atten > div .txt {
		font-size: 3.4vw;
		line-height: 1.6;
	}
	.p-eyes-gratiocircle-01 .box .read {
		font-size: 3.4vw;
		line-height: 1.7;
	}
	.p-eyes-gratiocircle-01 .box .exsample ul li {
		font-size: 3.4vw;
		line-height: 1.4;
	}
	.p-eyes-gratiocircle-01 .box .yotte {
		font-size: 3.4vw;
		line-height: 1.7;
	}
	.p-eyes-gratiocircle-01 .flex-tcli > div {
		padding: 0;
	}
	.p-eyes-gratiocircle-01 .flex-tcli > div .txt {
		font-size: 3.7vw;
		line-height: 1.6;
	}
	.focus-kodawari .point li .flex > div .txt {
		font-size: 3.4vw;
		line-height: 1.8;
	}
	.point-3 .txt {
		font-size: 3.7vw;
	}
	.temp-about .txt {
		font-size: 3.5vw;
		line-height: 1.8;
		padding: 2vw 0;
	}
	.p-eyes-gratiocircle-02 .kuma > li div .txt {
		padding: 0;
		font-size: 3.4vw;
		line-height: 1.8;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl dt {
		font-size: 3.4vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl dd {
		font-size: 3.3vw;
	}
	.p-eyes-gratiocircle-02 .kuma > li div dl dt {
		font-size: 3.4vw;
	}
	.p-eyes-gratiocircle-03 .txt {
		padding: 0;
		font-size: 3.4vw;
	}
	.p-eyes-gratiocircle-04 .read {
		padding: 0;
		font-size: 3.4vw;
		line-height: 1.8;
	}
	.temp-detail table {
		font-size: 3.4vw;
	}
	.temp-detail .post-surgery ul {
		font-size: 3.3vw;
	}
	.flow-list dt {
		font-size: 3.5vw;
	}
	.flow-list dd > div p {
		font-size: 3.3vw;
		line-height: 1.6;
	}
	.case-list > li table td {
		font-size: 3.3vw;
	}
	.temp-faq ul li {
		font-size: 3.4vw;
	}
	.temp-faq ul li .ans {
		font-size: 3.3vw;
		line-height: 1.7;
	}
	.temp-doctor .box table {
		font-size: 3.4vw;
	}
}

/*  ピコトーニング
--------------------------------------------------------------*/
.pico-accent {
	position: relative;
	background: url(../img/menu/picotoning/pico-accent_bg.jpg) center center /
		cover no-repeat;
	margin-top: 40px;
	padding: 30px;
}
.pico-accent .accent-parts_top::before,
.pico-accent .accent-parts_top::after,
.pico-accent .accent-parts_bottom::before,
.pico-accent .accent-parts_bottom::after {
	content: "";
	width: 70px;
	height: 45px;
	position: absolute;
}
.pico-accent .accent-parts_top::before {
	top: 0;
	left: 0;
	background: url(../img/menu/picotoning/pcio-accent_parts-top_left.png) center
		center / contain no-repeat;
}
.pico-accent .accent-parts_top::after {
	top: 0;
	right: 0;
	background: url(../img/menu/picotoning/pcio-accent_parts-top_right.png) center
		center / contain no-repeat;
}
.pico-accent .accent-parts_bottom::before {
	bottom: 0;
	left: 0;
	background: url(../img/menu/picotoning/pcio-accent_parts-bottom_left.png)
		center center / contain no-repeat;
}
.pico-accent .accent-parts_bottom::after {
	bottom: 0;
	right: 0;
	background: url(../img/menu/picotoning/pcio-accent_parts-bottom_right.png)
		center center / contain no-repeat;
}
.pico-accent p {
	text-align: center;
	font-size: 20px;
	line-height: 1.9;
}
.picoway-box {
	position: relative;
	background: url(../img/menu/picotoning/picoway-box_bg01.jpg) center center /
		cover no-repeat;
}
.picoway-box::before {
	content: "";
	background: url(../img/menu/picotoning/picoway-box_bg02.png) center center /
		contain no-repeat;
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	width: 30%;
	height: 100%;
}
.picoway-box .picoway-content {
	padding: 40px 0;
	width: 70%;
}
.picoway-box .picoway-content .head {
	display: flex;
	align-items: center;
	padding: 0 0 30px 40px;
	border-bottom: 1px solid #e6e6e6;
	gap: 20px;
}
.picoway-box .picoway-content .head h3 {
	flex: 1;
}
.picoway-box .picoway-content .head span {
	line-height: 1.5;
	font-size: 26px;
	margin-left: 30px;
}
.picoway-box .picoway-content .head span i {
	position: relative;
}
.picoway-box .picoway-content .head span i::before {
	content: "(シネロン・キャンデラ)";
	position: absolute;
	font-size: 12px;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.4em;
	white-space: nowrap;
}
.picoway-box .picoway-content .txt {
	color: #676767;
	margin: 20px 0 0 30px;
	padding: 30px;
	line-height: 1.9;
	background-color: #fff;
	box-shadow: 5px 5px 15px 4px #ebf5ff;
}
.picoway-box .picoway-content .txt p + p {
	margin-top: 10px;
}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
	.pico-accent {
		margin-top: 5vw;
		padding: 5vw;
	}
	.pico-accent .accent-parts_top::before,
	.pico-accent .accent-parts_top::after,
	.pico-accent .accent-parts_bottom::before,
	.pico-accent .accent-parts_bottom::after {
		width: 14vw;
		height: 9vw;
	}
	.pico-accent p {
		font-size: 3.5vw;
	}
	.picoway-box {
		background: url(../img/menu/picotoning/picoway-box_bg01-sp.jpg) left
			bottom / cover no-repeat;
	}
	.picoway-box::before {
		background: url(../img/menu/picotoning/picoway-box_bg02.png) center center /
			cover no-repeat;
		top: -7vw;
		right: 7vw;
		transform: initial;
		width: 27vw;
		height: 65vw;
	}
	.picoway-box .picoway-content {
		padding: 7vw 0 5vw;
		width: 100%;
	}
	.picoway-box .picoway-content .head {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0 3vw 5vw;
		width: 80%;
	}
	.picoway-box .picoway-content .head h3 {
		width: 50vw;
	}
	.picoway-box .picoway-content .head span {
		font-size: 3.3vw;
		margin-left: 0;
	}
	.picoway-box .picoway-content .head span i::before {
		font-size: 2vw;
		top: -2vw;
	}
	.picoway-box .picoway-content .txt {
		margin: 5vw;
		padding: 5vw;
		font-size: 3.5vw;
		z-index: 1;
		position: relative;
	}
}

/* =======================================================
   電話予約ボタン（ヘッダーCTA共通） */
#head-nav-cta li.tel a {
	pointer-events: auto;
	padding-left: 30px;
	background: linear-gradient(90deg, #fbbdbd, #ed8c85);
}
#head-nav-cta li.tel a:before {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/common/icon_tel.svg);
}

/* =======================================================
   電話予約モーダル（ヘッダー共通） */
body.is-tel-modal-open {
	overflow: hidden;
}

.tel-modal {
	display: none; /* is-open が付いたときに表示 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 50; /* ヘッダーより前面 */
}

.tel-modal.is-open {
	display: block;
}

.tel-modal__bg {
	position: absolute;
	inset: 0;
	background: rgba(36, 36, 36, 0.6);
}

.tel-modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(800px, calc(100% - 80px));
	max-width: 650px;
	max-height: calc(100vh - 80px);
	padding: 53px 95px;
	background-color: #fbfcf9;
	border-radius: 19.5px;
	box-sizing: border-box;
}

.tel-modal__list {
	padding: 0;
	list-style: none;
}

.tel-modal__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: #313131;
	margin-bottom: 32px;
}
.tel-modal__item:last-child {
	margin-bottom: 0;
}
.tel-modal__clinic {
	flex: 1 1 auto;
}

.tel-modal__clinic-name {
	font-family: "Zen Old Mincho", serif;
	font-size: 25.51px !important;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin: 0 !important;
}

.tel-modal__clinic-time {
	font-family: "zkgn-r", sans-serif !important;
	font-size: 10px !important;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin: 0 !important;
	line-height: 1;
}

.tel-modal__btn {
	position: relative;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 247px;
	padding: 13px 44px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	box-sizing: border-box;
}

.tel-modal__btn::before {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/common/icon_tel.svg) no-repeat center / cover;
}

.tel-modal__btn:hover {
	opacity: 0.8;
	color: #fff;
}
.tel-modal__btn-label {
	font-size: 13px;
	margin-right: 6px;
	opacity: 0.9;
}

.tel-modal__btn-number {
	letter-spacing: 0.08em;
}

.tel-modal__btn--shinjuku {
	background: linear-gradient(90deg, #c6c3c4, #818181);
}

.tel-modal__btn--ginza {
	background: linear-gradient(90deg, #c0c2d3, #8b8ab8);
}

.tel-modal__btn--yokohama {
	background: linear-gradient(90deg, #87c2e8, #4d9ad9);
}
.pc-burger {
	display: flex !important;
}
.sp-burger {
	display: none !important;
}
.sp-burger-line {
	display: none;
}
@media (max-width: 767px) {
	.tel-modal__inner {
		width: calc(100% - 30px);
		max-height: calc(100vh - 40px);
		padding: 39px 30px;
	}

	.tel-modal__item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 12px;
	}

	.tel-modal__btn {
		width: 247px;
		height: 36px;
		min-width: 0;
		justify-content: center;
		padding-left: 44px;
	}

	.tel-modal__clinic-name {
		font-size: 24px !important;
	}

	.tel-modal__clinic-time {
		font-size: 14px !important;
		margin-bottom: 9px;
	}

	.tel-modal__close {
		top: 10px;
		right: 12px;
	}
	.sp-burger {
		display: flex !important;
		gap: 16px;
	}
	.sp-burger li {
		width: 100% !important;
		max-width: 265.88px;
		height: auto !important;
	}
	.sp-burger li a {
		padding: 0 !important;
		font-weight: bold;
	}
	.sp-burger__wrapper {
		max-width: 548px;
		width: calc(100% - 20px);
	}
	.sp-burger__wrapper #head-nav-cta {
		padding: 0;
	}
	.sp-burger-line {
		display: flex;
		justify-content: center;
		background: linear-gradient(90deg, #8de562, #43c606);
		padding-block: 20px;
		border-radius: 11.83px;
		width: 100%;
		height: 10vw;
		margin-top: 2.8vw;
	}
	.sp-burger-line a {
		color: #fff;
		font-size: 3.8vw;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-self: center;
	}
	.pc-burger {
		display: none !important;
	}
	/* .sp-tel-modal {
    display: block !important;
  } */
}
