@charset "utf-8";
.s_pc_view {
	display: inherit !important;
}
.s_pctab_view {
	display: inherit !important;
}
.s_pctab_view_ini {
	display: initial !important;
}
.s_tab_view {
	display: none !important;
}
.s_sp_view,
.s_sp_view_ini {
	display: none !important;
}
.s_mat0 {
	margin-top: 0;
}
.s_mat5 {
	margin-top: 5px;
}
.s_mat10 {
	margin-top: 10px;
}
.s_mat20 {
	margin-top: 20px;
}
.s_mat30 {
	margin-top: 30px;
}
.s_mat40 {
	margin-top: 40px;
}
.s_mat50 {
	margin-top: 50px;
}
.s_mat60 {
	margin-top: 60px;
}

.s_mab0 {
	margin-bottom: 0;
}
.s_mab5 {
	margin-bottom: 5px;
}
.s_mab10 {
	margin-bottom: 10px;
}
.s_mab20 {
	margin-bottom: 20px;
}
.s_mab30 {
	margin-bottom: 30px;
}
.s_mab40 {
	margin-bottom: 40px;
}
.s_mab50 {
	margin-bottom: 50px;
}
.s_mab60 {
	margin-bottom: 60px;
}
.s_mab100 {
	margin-bottom: 100px;
}

.s_auto {
	margin-inline: auto;
}

.s_al_center,
.aligncenter {
	text-align: center;
}
.s_al_right,
.alignright {
	text-align: right;
}
.s_al_left,
.alignleft {
	text-align: left;
}
.s_vl_top {
	vertical-align: top;
}
.s_vl_middle {
	vertical-align: middle;
}
.s_vl_bottom {
	vertical-align: bottom;
}

.s_f_left {
	float: left;
}
.s_f_right {
	float: right;
}
.is_f_clear {
	float: none;
	text-align: center;
}

.s_red {
	color: #b00036;
}
.s_black {
	color: var(--bk-color);
}
.s_white {
	color: #fff;
}
.s_em_color {
	color: var(--key-color);
}
.s_em_color_main {
	color: var(--main-color);
}
.s_em_border {
	/* display: inline-block; */
	background: linear-gradient(
		180deg,
		transparent 0%,
		transparent 60%,
		#eaeaea 60%,
		#eaeaea 100%
	);
}

.s_bold {
	font-weight: bold;
}
.s_fw_black {
	font-weight: 900;
}
.s_indent {
	text-indent: 1em;
}
p.s_kome,
.s_kome li {
	text-indent: -1.1em;
	margin-left: 1em;
}
.s_kome li {
	margin-top: 0.5em;
}
.s_underline {
	text-decoration: underline;
}
.s_fw_normal {
	font-weight: normal;
}
.s_inline {
	display: inline-block;
}
.s_break {
	word-break: break-all;
}

.s_fs_sm {
	font-size: 0.875em;
}
.s_fs_lg {
	font-size: 1.25em;
}

.s_lh_lg {
	line-height: var(--lh-lg);
}

.s_img_floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.s_img_floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.s_fs12 {
	font-size: 0.75em;
}
.s_fs13 {
	font-size: 0.8125em;
}
.s_fs14 {
	font-size: 0.875em;
}
.s_fs15 {
	font-size: 0.9375em;
}
.s_fs16 {
	font-size: 1em;
}
.s_fs17 {
	font-size: 1.0625em;
}
.s_fs18 {
	font-size: 1.125em;
}
.s_fs19 {
	font-size: 1.1875em;
}
.s_fs20 {
	font-size: 1.25em;
}
.s_fs21 {
	font-size: 1.3125em;
}
.s_fs22 {
	font-size: 1.375em;
}
.s_fs23 {
	font-size: 1.4375em;
}
.s_fs24 {
	font-size: 1.5em;
}
.s_fs25 {
	font-size: 1.5625em;
}
.s_fs26 {
	font-size: 1.625em;
}
.s_fs28 {
	font-size: 1.75em;
}
.s_fs30 {
	font-size: 1.875em;
}

.s_w10p {
	width: 10%;
}
.s_w20p {
	width: 20%;
}
.s_w30p {
	width: 30%;
}
.s_w40p {
	width: 40%;
}
.s_w50p {
	width: 50%;
}
.s_w60p {
	width: 60%;
}
.s_w70p {
	width: 70%;
}
.s_w80p {
	width: 80%;
}
.s_w90p {
	width: 90%;
}
.s_w100p {
	width: 100%;
}
.s_w500 {
	width: 500px !important;
	max-width: 100%;
	margin-inline: auto;
}
.s_w630 {
	width: 630px !important;
	max-width: 100%;
	margin-inline: auto;
}

.s_disable {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.s_pc_view {
		display: none !important; /*改行にのみ使用*/
	}
	.s_tab_view {
		display: inherit !important; /*改行にのみ使用*/
	}

	.s_f_left.is_sp_f_clear {
		float: left;
	}
	.s_f_right.is_sp_f_clear {
		float: right;
	}
}

@media screen and (max-width: 640px) {
	.s_pctab_view,
	.s_pctab_view_ini {
		display: none !important;
	}
	.s_sp_view {
		display: inherit !important; /*改行にのみ使用*/
	}
	.s_sp_view_ini {
		display: initial !important; /*改行にのみ使用*/
	}
	.s_mat10 {
		margin-top: 5px;
	}
	.s_mat20,
	.s_mat30 {
		margin-top: 10px;
	}
	.s_mat40,
	.s_mat50 {
		margin-top: 20px;
	}
	.s_mat60 {
		margin-top: 30px;
	}
	.s_mab10 {
		margin-bottom: 5px;
	}
	.s_mab20,
	.s_mab30 {
		margin-bottom: 10px;
	}
	.s_mab40,
	.s_mab50 {
		margin-bottom: 20px;
	}
	.s_mab60 {
		margin-bottom: 30px;
	}
	.s_mab100 {
		margin-bottom: 50px;
	}

	.s_sp_w_auto {
		width: auto;
	}
	.s_sp_w13p {
		width: 13%;
	}

	.s_sp_mab10 {
		margin-bottom: 10px;
	}
}

/*----------------------------------------------
	top
---------------------------------------------*/
/*  .s_mv
---------------------------------------------*/
.s_mv {
	position: relative;
	width: 1380px;
	max-width: 100%;
	height: 950px;
	margin-inline: auto;
}
.s_mv_tagline {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 230px;
	z-index: 9;
	height: 1em;
	margin: auto;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.375em;
	opacity: 0;
	filter: blur(30px);
	animation: fadeBlur 1s 1.5s forwards;
}
.s_mv_box {
	position: absolute;
	width: 400px;
}
/* .s_mv_mask {
	position: relative;
	width: 300px;
	height: 600px;
	transform: skewX(-12deg);
	overflow: hidden;
} */
.s_mv_mask {
	position: relative;
	width: 100%;
	height: 600px;
	clip-path: polygon(100px 0, 100% 0, calc(100% - 100px) 100%, 0 100%);
}
.s_mv_ph {
	position: absolute;
	inset: -100%;
	z-index: 2;
	margin: auto;
	opacity: 0;
}
.s_mv_shadow {
	position: absolute;
	z-index: -1;
	opacity: 0;
	mix-blend-mode: multiply;
}
.s_mv_box:nth-of-type(1) .s_mv_ph,
.s_mv_box:nth-of-type(1) .s_mv_shadow,
.s_mv_box:nth-of-type(3) .s_mv_ph,
.s_mv_box:nth-of-type(3) .s_mv_shadow {
	transform: translateX(-50px);
}
.s_mv_box:nth-of-type(2) .s_mv_ph,
.s_mv_box:nth-of-type(2) .s_mv_shadow,
.s_mv_box:nth-of-type(4) .s_mv_ph,
.s_mv_box:nth-of-type(4) .s_mv_shadow {
	transform: translateX(50px);
}
/* 固有css */
.s_mv_box:nth-of-type(1) {
	z-index: 2;
	bottom: 0;
	left: 20px;
}
.s_mv_box:nth-of-type(1) .s_mv_ph {
	animation: fadeRight 0.5s 0.6s forwards;
}
.s_mv_box:nth-of-type(1) .s_mv_shadow {
	top: -5%;
	left: -8%;
	animation: fadeRight 1s 1.5s forwards;
}
.s_mv_box:nth-of-type(2) {
	z-index: 1;
	top: 0;
	left: 300px;
}
.s_mv_box:nth-of-type(2) .s_mv_ph {
	animation: fadeLeft 0.5s 0.2s forwards;
}
.s_mv_box:nth-of-type(2) .s_mv_shadow {
	top: 0;
	right: -20%;
	animation: fadeLeft 1s 1.5s forwards;
}
.s_mv_box:nth-of-type(3) {
	z-index: 3;
	right: 280px;
	bottom: 40px;
}
.s_mv_box:nth-of-type(3) .s_mv_ph {
	animation: fadeRight 0.5s 0.4s forwards;
}
.s_mv_box:nth-of-type(3) .s_mv_shadow {
	top: -12%;
	left: -2%;
	animation: fadeRight 1s 1.5s forwards;
}
.s_mv_box:nth-of-type(4) {
	z-index: 4;
	top: 80px;
	right: 0;
}
.s_mv_box:nth-of-type(4) .s_mv_ph {
	animation: fadeLeft 0.5s 0.8s forwards;
}
.s_mv_box:nth-of-type(4) .s_mv_shadow {
	right: -2%;
	bottom: -10%;
	animation: fadeLeft 1s 1.5s forwards;
}
/* s_mv_department */
.s_mv_department {
	position: absolute;
	top: 150px;
	right: 90px;
	z-index: 5;
	padding: 10px 20px 20px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 100px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 0.5s 2.5s forwards;
}
.s_department_ttl {
	margin-bottom: 5px;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
}
.s_department_block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.s_department_box {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.s_department_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	margin-right: 5px;
	background: var(--key-color);
	border-radius: 70px;
	font-size: 1em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: var(--lh-sm);
}
.s_department_name {
	font-size: 1em;
	line-height: var(--lh-sm);
}
/* s_mv_access */
.s_mv_access {
	position: absolute;
	right: 90px;
	bottom: 0;
	z-index: 5;
	width: 500px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 0.5s 2.5s forwards;
}
.s_mv_access a {
	text-decoration: none;
}
.s_mv_access a * {
	transition: 0.3s;
}
.s_mv_access_btn {
	position: absolute;
	right: 20px;
	bottom: 10px;
	display: inline-block;
	padding: 0.3em 45px 0.3em 15px;
	background: var(--main-color);
	border-radius: 50px;
	font-family: "Cinzel", serif;
	font-size: 0.875em;
	color: #fff;
}
.s_mv_access_arrow::before,
.s_mv_access_arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	margin: auto;
	transition: 0.3s;
}
.s_mv_access_arrow::before {
	right: 13px;
	width: 25px;
	height: 1px;
	background: #fff;
}
.s_mv_access_arrow::after {
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) skew(-10deg, -10deg);
}
.s_mv_access a:hover img {
	opacity: 0.7;
}
.s_mv_access a:hover .s_mv_access_btn {
	background: var(--key-color);
}
.s_mv_access a:hover .s_mv_access_arrow::before {
	width: 20px;
}
@media screen and (max-width: 1280px) {
	.s_mv_box {
		width: 340px;
	}
	.s_mv_box:nth-of-type(2) {
		left: 280px;
	}
	.s_mv_tagline {
		left: 100px;
	}
	.s_mv_box:nth-of-type(3) {
		right: 240px;
	}
	/* s_mv_department */
	.s_mv_department {
		right: 2.5%;
	}
	/* s_mv_access */
	.s_mv_access {
		right: 2.5%;
	}
}
@media screen and (max-width: 1024px) {
	.s_mv {
		height: 600px;
	}
	.s_mv_tagline {
		left: 40px;
		bottom: 100px;
		font-size: 2.15em;
	}
	.s_mv_box {
		width: 280px;
	}
	.s_mv_mask {
		height: 400px;
		clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
	}
	.s_mv_box:nth-of-type(2) {
		left: 240px;
	}
	.s_mv_box:nth-of-type(3) {
		right: 200px;
	}
	/* s_mv_department */
	.s_mv_department {
		top: 100px;
		width: 340px;
		padding: 5px 10px 10px;
		font-size: 1.2rem;
	}
	.s_department_box {
		margin: 0 2px;
	}
	.s_department_label {
		width: 50px;
		height: 50px;
	}
	/* s_mv_access */
	.s_mv_access {
		width: 340px;
	}
}
@media screen and (max-width: 820px) {
	.s_mv_box {
		width: 240px;
	}
	.s_mv_mask {
		height: 400px;
	}
	.s_mv_box:nth-of-type(1) {
		bottom: -40px;
		left: 20px;
	}
	.s_mv_box:nth-of-type(2) {
		left: 200px;
	}
	.s_mv_box:nth-of-type(3) {
		right: 170px;
	}
	.s_mv_tagline {
		bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.s_mv_box:nth-of-type(1) {
		left: 0;
	}
	.s_mv_box:nth-of-type(2) {
		left: 180px;
	}
}
@media screen and (max-width: 640px) {
	.s_mv {
		width: 100%;
		height: 660px;
	}
	.s_mv_tagline {
		bottom: 140px;
		left: 30px;
		font-size: 1.45em;
		animation: fadeBlur 1s 1.2s forwards;
	}
	.s_mv_box {
		width: 250px;
	}
	.s_mv_slider .slick-list {
		overflow: visible !important;
	}
	.s_mv_mask {
		position: absolute !important;
		height: 380px;
	}
	.s_mv_box:nth-of-type(1) {
		bottom: 50px;
		left: 30px;
	}
	.s_mv_box:nth-of-type(1) .s_mv_mask {
		top: initial !important;
		right: initial !important;
		bottom: 0 !important;
		left: 0 !important;
	}
	.s_mv_box:nth-of-type(1) .s_mv_shadow {
		top: -410px;
		left: -40%;
		width: 80%;
		animation: fadeRight 1s 1.2s forwards;
	}
	.s_mv_box:nth-of-type(2) {
		top: 70px;
		right: 30px;
		left: initial;
	}
	.s_mv_box:nth-of-type(2) .s_mv_mask {
		top: 0 !important;
		right: initial !important;
		bottom: initial !important;
		left: 0 !important;
	}
	.s_mv_box:nth-of-type(2) .s_mv_shadow {
		right: -20%;
		width: 80%;
		animation: fadeLeft 1s 1.2s forwards;
	}
	.s_mv_box:nth-of-type(3),
	.s_mv_box:nth-of-type(4) {
		display: none;
	}
	/* s_mv_department */
	.s_mv_department {
		right: initial;
		left: 10px;
		width: 200px;
		font-size: 1rem;
		animation: fadeUp 0.5s 2.2s forwards;
	}
	.s_department_block {
		align-items: start;
		width: auto;
		margin-inline: auto;
	}
	.s_department_ttl {
		margin: 0;
	}
	.s_department_box {
		flex-direction: column;
		margin: 0;
	}
	.s_department_label {
		width: auto;
		height: auto;
		margin-bottom: 2px;
		padding: 0.1em 0.3em 0.2em;
	}
	.s_department_name {
		text-align: center;
	}
	/* s_mv_access */
	.s_mv_access {
		bottom: 70px;
		width: 60%;
		animation: fadeUp 0.5s 2.2s forwards;
	}
}
@media screen and (max-width: 460px) {
	.s_mv_box:nth-of-type(1) {
		left: -30px;
	}
	.s_mv_box:nth-of-type(2) {
		right: -40px;
	}
}
/*  .s_banner
---------------------------------------------*/
.s_banner {
	position: relative;
	padding: 100px 0 240px;
	background:
		url(../images/bg_wave_top.png) no-repeat center top 0 / 100% auto,
		url(../images/bg_wave_btm.png) no-repeat center bottom -1px / 100% auto;
}
.s_banner::before {
	position: absolute;
	top: -300px;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bg_header02.png) no-repeat 0 15% / 12% auto;
}
.s_banner .l_wrap_lg {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 0.5s 1s forwards;
}
.s_banner_slide {
	position: relative;
	transform: translateY(100px);
}
.s_banner_link {
	display: block;
	margin: 0 25px;
	color: var(--bk-color);
	text-align: center;
	text-decoration: none;
}
.s_banner_wrap {
	position: relative;
	display: block;
}
.s_banner_wrap::before {
	position: absolute;
	top: 20px;
	right: -20px;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #313fa0;
	opacity: 0.1;
	transition: 0.3s;
}
.s_banner_more {
	display: inline-block;
	margin-top: 25px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75em;
	font-weight: 700;
	transition: 0.3s;
}
.s_banner_link:hover .s_banner_wrap::before {
	top: 0;
	right: 0;
}
.s_banner_link:hover .s_banner_more {
	color: var(--key-color);
}
/* .slick-arrow, */
.slick-dots {
	font-size: 0;
	color: transparent;
}
/* .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 70px;
	z-index: 2;
	width: 40px;
	height: 40px;
	background: rgba(var(--rgb-main-color), 0.5);
	border: none;
	border-radius: 100px;
	margin: auto;
	cursor: pointer;
	transition: 0.3s;
}
.slick-arrow:hover {
	background: var(--main-color);
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
} */
.slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.slick-dots li {
	margin: 0 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 15px;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.slick-dots li button:hover {
	background: var(--main-color);
}
.slick-dots li.slick-active button {
	background: rgba(var(--rgb-main-color), 0.5);
}
@media screen and (max-width: 1280px) {
	.s_banner::before {
		background-size: 12% auto;
	}
}
@media screen and (max-width: 1024px) {
	.s_banner::before {
		background-position: 0 15%;
	}
}
@media screen and (max-width: 820px) {
	.s_banner::before {
		background: url(../images/bg_header02.png) no-repeat 0 10% / 13% auto;
	}
}
@media screen and (max-width: 768px) {
	.s_banner_link {
		margin: 0 10px;
	}
	.s_banner_wrap::before {
		top: 10px;
		right: -10px;
	}
}
@media screen and (max-width: 640px) {
	.s_banner {
		padding: 90px 0 260px;
		background-size: 1920px auto;
	}
	.s_banner::before {
		top: -50px;
		z-index: 2;
		width: 20%;
		height: 200px;
		background-size: 100% auto;
	}
	.s_banner .l_wrap_lg {
		width: 100%;
	}
	.s_banner_more {
		position: relative;
		padding-right: 20px;
		font-size: 1.5rem;
	}
	.s_banner_more::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		content: "";
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 2px solid var(--bk-color);
		border-right: 2px solid var(--bk-color);
		transform: rotate(45deg) skew(-10deg, -10deg);
	}
	.slick-dots {
		margin-top: 20px;
	}
	.slick-dots li {
		margin: 0 7px;
	}
	.slick-dots li button {
		width: 14px;
		height: 14px;
		border: 1px solid var(--main-color);
	}
}
/*  .s_top_features
---------------------------------------------*/
.s_top_features {
	padding-bottom: 80px;
	background:
		url(../images/bg_right01.png) no-repeat right top 40px / 14% auto,
		url(../images/bg_left01.png) no-repeat left -7% top 660px / 13% auto;
	background-color: #fff;
}
.s_top_features_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s_top_features_box {
	position: relative;
	width: calc(50% - 40px);
	margin-top: 40px;
	padding: 20px 20px 0;
	text-align: center;
}
.s_top_features_num {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 3.75em;
	color: var(--gy-d1-color);
	font-weight: 700;
	line-height: 1em;
}
.s_top_features_icon {
	display: flex;
	align-items: end;
	width: 180px;
	height: 230px;
	margin-inline: auto;
}
.s_top_features_ttl {
	margin: 30px 0 20px;
	font-size: 1.25em;
	color: var(--main-color);
	font-weight: 700;
}
.s_top_features_txt {
	line-height: 1.8em;
}
@media screen and (max-width: 640px) {
	.s_top_features {
		position: relative;
		margin-top: -40px;
		padding-bottom: 30px;
		background-image: none;
	}
	.s_top_features::before,
	.s_top_features::after {
		position: absolute;
		content: "";
	}
	.s_top_features::before {
		top: -150px;
		right: -2.5%;
		width: 22%;
		height: 200px;
		background: url(../images/bg_right01.png) no-repeat right top / 100% auto;
	}
	.s_top_features::after {
		bottom: -160px;
		left: -5%;
		z-index: 1;
		width: 25%;
		height: 180px;
		background: url(../images/bg_left01.png) no-repeat left bottom / 100% auto;
	}
	.s_top_features_block {
		flex-direction: column;
		margin-top: -40px;
	}
	.s_top_features_box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin-top: 60px;
		padding-top: 0;
	}
	.s_top_features_ttl {
		order: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 45px;
		margin: 0 0 10px;
		padding-left: 30px;
		font-size: 1.8rem;
	}
	.s_top_features_icon {
		order: 2;
		width: 120px;
		height: auto;
	}
	.s_top_features_txt {
		order: 3;
		width: calc(100% - 120px);
		font-size: 1.4rem;
		text-align: left;
	}
}
/*  .s_top_section_wrap(treatments + clinic)
---------------------------------------------*/
.s_top_section_wrap {
	background: url(../images/bg_right02.png) no-repeat right center / 8% auto;
}
@media screen and (max-width: 640px) {
	.s_top_section_wrap {
		background-position: right top 1280px;
		background-size: 14% auto;
	}
}
/*  .s_top_treatments
---------------------------------------------*/
.s_top_treatments {
	position: relative;
	padding: 200px 0 160px;
	background: url(../images/bg_wave_top.png) no-repeat center 0 / 100% auto;
}
.s_top_treatments_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 50px;
}
.s_top_treatments_box {
	position: relative;
	width: calc((100% / 3) - 40px);
	margin: 30px 0 0;
	padding-bottom: 30px;
}
.s_top_treatments_box a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 30px 10px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
}
.s_top_treatments_box a * {
	transition: 0.3s;
}
.s_top_treatments_name {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.1em;
	color: var(--main-color);
	font-weight: 700;
	letter-spacing: 0;
}
.s_top_treatments_icon img {
	max-width: 110px;
}
.s_top_treatments_link {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.s_top_treatments_btn {
	position: relative;
	width: 40px;
	height: 50px;
	background: var(--main-color);
	border-radius: 50%;
	transform: skewX(-15deg);
}
.s_top_treatments_btn::before {
	position: absolute;
	inset: 0;
	right: 5px;
	content: "";
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.s_top_treatments_more {
	display: inline-block;
	margin-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.5625em;
	color: var(--main-color);
	font-weight: 700;
}
.s_top_treatments_box a:hover .s_top_treatments_name,
.s_top_treatments_box a:hover .s_top_treatments_icon img {
	opacity: 0.5;
}
.s_top_treatments_box a:hover .s_top_treatments_btn {
	background: var(--key-color);
	transform: translateX(10px) skewX(-15deg);
}
.s_top_treatments_box a:hover .s_top_treatments_more {
	color: var(--key-color);
}
@media screen and (max-width: 1024px) {
	.s_top_treatments_block {
		margin: 0 40px;
	}
	.s_top_treatments_box {
		width: calc((100% / 3) - 20px);
	}
}
@media screen and (max-width: 768px) {
	.s_top_treatments_name {
		font-size: 1em;
	}
}
@media screen and (max-width: 640px) {
	.s_top_treatments {
		padding-bottom: 100px;
		background-size: 1920px auto;
	}
	.s_top_treatments_block {
		margin: 0;
	}
	.s_top_treatments_box {
		width: calc((100% / 2) - 10px);
		margin: 5px;
		padding: 0 0 30px;
		border-radius: 10px;
	}
	.s_top_treatments_box a {
		padding: 20px 0;
	}
	.s_top_treatments_name {
		font-size: 1.8rem;
	}
	.s_top_treatments_icon img {
		width: 80px;
	}
	.s_top_treatments_btn {
		width: 34px;
		height: 40px;
	}
	.s_top_treatments_more {
		font-size: 0.9rem;
	}
}
/*  .s_top_clinic
---------------------------------------------*/
.s_top_clinic_block {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
	padding-bottom: 200px;
}
.s_top_clinic_box {
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.s_top_clinic_box:nth-child(n) {
	transform: translateX(50px);
}
.s_top_clinic_mask {
	position: relative;
	width: 100%;
	height: 310px;
	transform: scale(1.1);
	clip-path: polygon(70px 0, 100% 0, calc(100% - 70px) 100%, 0 100%);
}
.s_top_clinic_mask:nth-child(2) {
	transform: translate(-80px, 200px) scale(1.1);
}
.s_top_clinic_mask img {
	position: absolute;
	inset: -100%;
	margin: auto;
}
@media screen and (max-width: 820px) {
	.s_top_clinic_block {
		padding-bottom: 70px;
	}
	.s_top_clinic_box:nth-child(n) {
		transform: translateX(30px);
	}
	.s_top_clinic_mask {
		height: 220px;
		clip-path: polygon(50px 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
	}
	.s_top_clinic_mask:nth-child(2) {
		transform: translate(-45px, 80px) scale(1.1);
	}
}
@media screen and (max-width: 640px) {
	.s_top_clinic_block {
		flex-direction: column;
		padding-bottom: 90px;
	}
	.s_top_clinic_box {
		width: calc(100% + 70px);
		transform: translateX(-15px) !important;
	}
	.s_top_clinic_box:nth-child(2) {
		margin-top: 60px;
	}
	.s_top_clinic_mask:nth-child(2) {
		transform: translate(-40px, 80px) scale(1.1);
	}
}
/*  .s_top_news
---------------------------------------------*/
.s_top_news {
	padding: 120px 0;
}
.s_top_news_block {
	width: 630px;
	max-width: 95%;
	margin-inline: auto;
}
.s_top_news_item {
	margin-top: 20px;
}
.s_top_news_link {
	display: flex;
	align-items: stretch;
	background: #fff;
	text-decoration: none;
}
.s_top_news_link * {
	transition: 0.3s;
}
.s_top_news_cont {
	width: calc(100% - 80px);
	padding: 1em 10px 1em 2em;
}
.s_top_news_date {
	margin-right: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875em;
	color: var(--main-color);
	font-weight: 700;
}
.s_top_news_ttl {
	display: block;
	margin-top: 8px;
	color: var(--bk-color);
}
.s_top_news_cat {
	display: inline-block;
	min-width: 90px;
	padding: 0.1em 1.2em;
	background: var(--main-color);
	border-radius: 50px;
	font-size: 0.875em;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
}
.is_cat_info {
	background: var(--info-color);
}
.is_cat_column {
	background: var(--column-color);
}
.s_top_news_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	background: var(--main-color);
	color: #fff;
}
.s_top_news_more {
	margin-top: -8px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75em;
	font-weight: 700;
}
.s_top_news_arrow {
	position: relative;
	width: 10px;
	height: 10px;
}
.s_top_news_arrow::before {
	position: absolute;
	top: 0;
	right: -100%;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	margin: 10px auto 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateX(-5px) skew(-8deg, -8deg);
}
.s_top_news_link:hover .s_top_news_cont {
	opacity: 0.5;
}
.s_top_news_link:hover .s_top_news_btn {
	background: var(--key-color);
}
.s_top_news_link:hover .s_top_news_arrow {
	transform: translateX(5px);
}
@media screen and (max-width: 640px) {
	.s_top_news {
		padding: 100px 0;
	}
	.s_top_news_item {
		margin-top: 10px;
	}
	.s_top_news_cont {
		position: relative;
		width: calc(100% - 70px);
		padding: 1em;
	}
	.s_top_news_date {
		font-size: 1em;
	}
	.s_top_news_cat {
		position: absolute;
		top: 1em;
		right: 1em;
		min-width: 60px;
		padding: 0.1em 0.8em;
	}
	.s_top_news_btn {
		width: 70px;
	}
	.s_top_news_more {
		font-size: 1.4rem;
	}
}

/*----------------------------------------------
	about
---------------------------------------------*/
#about .l_page_head::before {
	background-image: url(../images/about_mv.jpg);
}
/*  .features
---------------------------------------------*/
.s_about_features {
	background: url(../images/bg_left01.png) no-repeat left top 560px / 14% auto;
}
.s_features_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0;
}
.s_features_cont {
	position: relative;
	width: calc(100% - 240px);
	padding-top: 70px;
	text-align: center;
}
.s_features_num {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-family: "Montserrat", sans-serif;
	font-size: 3.75em;
	font-style: italic;
	color: var(--gy-d1-color);
	font-weight: 700;
	line-height: 1em;
}
.s_features_ttl {
	margin-bottom: 40px;
	font-size: 1.25em;
	color: var(--main-color);
	font-weight: 700;
}
.s_features_icon {
	width: 200px;
	transform: translateY(20px);
}
@media screen and (max-width: 640px) {
	.s_about_features {
		background-position: left top 700px;
		background-size: 22% auto;
	}
	.s_features_box {
		position: relative;
		flex-direction: column-reverse;
		padding-top: 55px;
		margin: 40px 0 0;
	}
	.s_features_cont {
		position: static;
		width: 100%;
		padding-top: 0;
	}
	.s_features_ttl {
		margin: 20px 0;
	}
	.s_features_icon {
		width: 140px;
		transform: translateY(0);
	}
	.s_features_num {
		font-size: 4.5rem;
	}
}
/*  .partner
---------------------------------------------*/
.s_about_partnership {
	position: relative;
}
.s_about_partnership::before {
	position: absolute;
	top: -400px;
	right: 0;
	content: "";
	z-index: 1;
	width: 14%;
	height: 570px;
	background: url(../images/bg_right01.png) no-repeat right top / 100% auto;
}
.s_partner_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}
.s_partner_li {
	display: block;
	width: calc(100% / 3);
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width: 1280px) {
	.s_about_partnership::before {
		top: -200px;
	}
}
@media screen and (max-width: 1024px) {
	.s_about_partnership::before {
		top: -100px;
	}
}
@media screen and (max-width: 640px) {
	.s_about_partnership::before {
		top: -60px;
		width: 20%;
	}
	.s_partner_list {
		flex-direction: column;
		margin-top: 0;
	}
	.s_partner_li {
		width: 100%;
	}
}
/*  .notice
---------------------------------------------*/
.s_about_notice {
	position: relative;
}
.s_about_notice::before {
	position: absolute;
	right: 0;
	bottom: -300px;
	content: "";
	width: 8%;
	height: 700px;
	background: url(../images/bg_right02.png) no-repeat right bottom / 100% auto;
}
@media screen and (max-width: 640px) {
	.s_about_notice::before {
		width: 13%;
		right: -20px;
		bottom: -160px;
	}
}

/*----------------------------------------------
	price
---------------------------------------------*/
#price .l_page_head::before {
	background-image: url(../images/price_mv.jpg);
}
.s_price_wrap {
	background:
		url(../images/bg_left01.png) left -80px top 1000px / 14% auto,
		url(../images/bg_right01.png) right top 2300px / 13% auto,
		url(../images/bg_left01.png) left center / 14% auto,
		url(../images/bg_right03.png) right bottom 1800px / 12% auto;
	background-repeat: no-repeat;
}
/*  .base
---------------------------------------------*/
.s_base_box {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.s_base_label {
	position: relative;
	width: 300px;
	font-size: 1.125em;
	color: var(--main-color);
	text-align: center;
}
.s_base_label::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 10px;
	background: #eaeaea;
}
.s_base_txt {
	width: calc(100% - 340px);
}
@media screen and (max-width: 1280px) {
	.s_price_wrap {
		background-position:
			left -80px top 1000px,
			right -40px top 2310px,
			left -80px bottom 4100px,
			right -60px bottom 1800px;
	}
}
@media screen and (max-width: 1024px) {
	.s_price_wrap {
		background: none;
	}
}
@media screen and (max-width: 640px) {
	/*  .base
---------------------------------------------*/
	.s_base_box {
		flex-direction: column;
	}
	.s_base_label,
	.s_base_txt {
		width: 100%;
	}
	.s_base_label {
		margin-bottom: 10px;
		text-align: left;
	}
}

/*----------------------------------------------
	greeting
---------------------------------------------*/
#greeting .l_page_head::before {
	background-image: url(../images/greeting_mv.jpg);
}
.s_greeting {
	background: url(../images/bg_right01.png) no-repeat right bottom / 14% auto;
}
.s_greeting_txt {
	margin-bottom: 1.5em;
	line-height: 1.8;
}
.s_director_name {
	margin-top: 10px;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.75em;
	color: var(--main-color);
	text-align: center;
}
.s_director_post {
	display: inline-block;
	margin-right: 1em;
	font-size: 0.78em;
}
@media screen and (max-width: 640px) {
	.s_greeting {
		background-size: 20% auto;
		background-position: right -40px bottom;
	}
	.s_director_box:has(+ .s_director_box) {
		margin-bottom: 60px;
	}
}

/*----------------------------------------------
	treatments
---------------------------------------------*/
#treatments .l_page_head::before {
	background-image: url(../images/treatments_mv.jpg);
}
.s_treatments_contents {
	padding: 60px 0 200px;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(202, 218, 234, 0.15) 10%,
		rgba(124, 163, 204, 0.33) 40%,
		rgba(122, 144, 157, 0.27) 60%,
		rgba(220, 226, 229, 0.62) 80%,
		rgba(242, 244, 245, 0.6) 90%,
		rgba(255, 255, 255, 1) 100%
	);
}
.s_treatments_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px;
}
.s_treatments_box {
	position: relative;
	width: calc((100% / 3) - 10px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
	padding: 30px 20px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
}
.s_treatments_name {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5em;
	color: var(--key-color);
	font-weight: 400;
	letter-spacing: 0;
}
.s_treatments_icon img {
	max-width: 110px;
}
.s_treatments_more a {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding: 1em 1.5em 0.5em;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75em;
	color: var(--main-color);
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}
.s_treatments_more a::before,
.s_treatments_more a::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	height: 1px;
	background: var(--main-color);
	transition: 0.3s;
}
.s_treatments_more a::before {
	width: 100%;
}
.s_treatments_more a::after {
	width: 10px;
	transform: rotate(30deg) translateY(-3px);
}
.s_treatments_more a:hover {
	padding: 1em 2em 0.5em;
	color: var(--key-color);
}
#greeting .c_ph_shadow {
	transform: translateX(20px);
}
@media screen and (max-width: 768px) {
	.s_treatments_box {
		padding: 20px 10px;
	}
	.s_treatments_name {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 640px) {
	.s_treatments_contents {
		padding: 20px 0 60px;
	}
	.s_treatments_block {
		margin: 0;
	}
	.s_treatments_box {
		width: calc((100% / 2) - 5px);
		margin: 10px 0 0;
	}
	.s_treatments_name {
		font-size: 1.5rem;
	}
	.s_treatments_txt {
		font-size: 1.2rem;
	}
}
/*  .first
---------------------------------------------*/
.s_first_cont {
	width: calc(100% - 320px);
}
.s_first_lead {
	font-size: 1.5em;
	line-height: 1.6;
}
.s_first_em {
	position: relative;
	display: inline-block;
	margin: 0 0.2em;
}
.s_first_em::before {
	position: absolute;
	inset: -100%;
	content: "";
	z-index: -1;
	width: calc(100% + 0.4em);
	height: 100%;
	margin: auto;
	background: #e9e9ef;
	transform: skewX(-12deg);
}
.s_first_box {
	width: 420px;
	margin-top: 30px;
}
.s_first_ttl {
	margin-bottom: 10px;
	font-size: 1.25em;
	color: var(--main-color);
	font-weight: 700;
}
.s_first_ph {
	width: 320px;
}
.s_first_note {
	padding: 1.5em 40px;
	background: #eaeaea;
	line-height: 1.8;
}
.s_first_info_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s_first_info_box + .s_first_info_box {
	margin-top: 30px;
}
.s_first_info_ttl {
	position: relative;
	width: 260px;
	padding: 5px 0 5px 80px;
	background: url(../images/ttl_stripe.png) no-repeat 0 0 / 22px auto;
	font-size: 1.5em;
	color: var(--main-color);
	font-weight: 700;
	text-align: center;
}
.s_first_info_icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
	width: 40px;
	height: 40px;
}
.s_first_info_txt {
	width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
	.s_first_cont {
		width: calc(100% - 400px);
	}
	.s_first_box {
		width: 100%;
	}
	.s_first_ph {
		width: 360px;
	}
}
@media screen and (max-width: 640px) {
	/*  .first
---------------------------------------------*/
	.s_first_lead {
		font-size: 1.8rem;
	}
	.s_first_note {
		padding: 1.5em 20px;
		line-height: 1.4;
	}
	.s_first_info_box {
		flex-direction: column;
	}
	.s_first_info_ttl,
	.s_first_info_txt {
		width: 100%;
	}
	.s_first_info_ttl {
		text-align: left;
	}
	.s_first_info_txt {
		margin-top: 10px;
	}
}

/*----------------------------------------------
	treatments - common
---------------------------------------------*/
/*  .s_sec_treatments_links
---------------------------------------------*/
.s_sec_treatments_links {
	position: relative;
}
.s_sec_treatments_links::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 150%;
	background: linear-gradient(
		to bottom,
		rgba(124, 163, 204, 0.37),
		rgba(122, 144, 157, 0.27) 50%,
		rgba(255, 255, 255, 0) 100%
	);
}
.s_treatments_commons {
	display: flex;
	justify-content: center;
}
.s_treatments_common_box {
	position: relative;
	margin: 10px 5px;
	padding-bottom: 30px;
}
.s_treatments_common_box a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 170px;
	height: 100%;
	padding: 20px 5px;
	background: #fff;
	border-radius: 20px;
	color: var(--main-color);
	text-align: center;
	text-decoration: none;
}
.s_treatments_common_box a,
.s_treatments_common_box a * {
	transition: 0.3s;
}
.s_treatments_common_name {
	font-family: "Zen Old Mincho", serif;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}
.s_treatments_common_icon img {
	width: 80px;
}
.s_treatments_common_link {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.s_treatments_common_btn {
	position: relative;
	width: 34px;
	height: 40px;
	background: var(--main-color);
	border-radius: 50%;
	transform: skewX(-15deg);
}
.s_treatments_common_btn::before {
	position: absolute;
	inset: 0;
	right: 5px;
	content: "";
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.s_treatments_common_more {
	display: inline-block;
	margin-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.5625em;
	color: var(--main-color);
	font-weight: 700;
	letter-spacing: 0;
}
.s_treatments_common_box a:hover .s_treatments_common_name,
.s_treatments_common_box a:hover .s_treatments_common_icon {
	opacity: 0.5;
}
.s_treatments_common_box a:hover .s_treatments_common_btn {
	transform: skewX(-15deg) translateX(10px);
	background: var(--key-color);
}
.s_treatments_common_box a:hover .s_treatments_common_more {
	color: var(--key-color);
}
/*  .s_treatments_option
---------------------------------------------*/
.s_treatments_option {
	display: inline-block;
	min-width: 200px;
	padding: 0.2em 0.4em;
	background: #dfe0e7;
	text-align: center;
}
.s_treatments_option.is_option_lg {
	min-width: 300px;
}
/*  .s_sec_treatments_grad
---------------------------------------------*/
.s_sec_treatments_grad {
	position: relative;
	padding-bottom: 300px;
}
.s_sec_treatments_grad::before,
.s_sec_treatments_grad::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
}
.s_sec_treatments_grad::before {
	z-index: -5;
	height: 200px;
	background: linear-gradient(
		to bottom,
		rgba(124, 163, 204, 0),
		rgba(122, 144, 157, 0.13) 100%
	);
}
.s_sec_treatments_grad::after {
	z-index: -4;
	height: 200px;
	background: url(../images/bg_wave_btm.png) no-repeat center bottom -1px / 100%
		auto;
}
@media screen and (max-width: 1480px) {
	/*  .s_treatments_common
---------------------------------------------*/
	.s_treatments_common_box a {
		width: 140px;
		padding: 20px 5px;
	}
	.s_treatments_common_name {
		font-size: 0.7em;
	}
	.s_treatments_common_icon img {
		width: 70px;
	}
	/*  .s_sec_treatments_grad
---------------------------------------------*/
	.s_sec_treatments_grad {
		padding-bottom: 200px;
	}
}
@media screen and (max-width: 1230px) {
	.s_treatments_common_box {
		margin: 20px 2.5px;
	}
	.s_treatments_common_box a {
		width: 120px;
		padding: 10px 0;
	}
	.s_treatments_common_icon img {
		width: 60px;
	}
	.s_treatments_common_btn {
		width: 26px;
		height: 30px;
	}
	.s_treatments_common_btn::before {
		width: 6px;
		height: 6px;
	}
	.s_treatments_common_more {
		margin-top: 2px;
		font-size: 0.5em;
	}
}
@media screen and (max-width: 1024px) {
	.s_sec_treatments_links::before {
		height: 120%;
	}
	.s_treatments_commons {
		width: 720px;
		margin-inline: auto;
		flex-wrap: wrap;
	}
	.s_treatments_common_box {
		margin: 10px 5px;
	}
	.s_treatments_common_box a {
		width: 170px;
		padding: 20px 5px;
	}
	.s_treatments_common_name {
		font-size: 1em;
	}
	.s_treatments_common_icon img {
		width: 80px;
	}
	.s_treatments_common_btn {
		width: 34px;
		height: 40px;
	}
	.s_treatments_common_btn::before {
		width: 8px;
		height: 8px;
	}
	.s_treatments_common_more {
		font-size: 0.6em;
	}
}
@media screen and (max-width: 820px) {
	.s_sec_treatments_grad {
		padding-bottom: 160px;
	}
}
@media screen and (max-width: 767px) {
	.s_treatments_commons {
		width: 360px;
	}
	.s_treatments_common_name {
		font-size: 1.2em;
	}
	.s_treatments_common_more {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 640px) {
	.s_treatments_common_name {
		font-size: 1.25em;
	}
	/*  .s_treatments_option
---------------------------------------------*/
	.s_treatments_option {
		min-width: 100px;
		text-align: left;
	}
	/*  .s_sec_treatments_grad
---------------------------------------------*/
	.s_sec_treatments_grad {
		padding-bottom: 200px;
	}
	.s_sec_treatments_grad::after {
		background-size: 1920px auto;
	}
	.s_sec_treatments_grad + section {
		padding-top: 0;
	}
}
/*----------------------------------------------
	treatments - aga
---------------------------------------------*/
.s_aga_point {
	min-width: 250px;
	margin-top: 20px;
	padding: 0.5em;
	background: url(../images/bg_point.png) no-repeat center / 244px auto;
	font-size: 1.375em;
	font-weight: 700;
	text-align: center;
}
.s_aga_box {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid var(--gy-d1-color);
}
.s_aga_box_ttl {
	margin-bottom: 20px;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375em;
	color: var(--key-color);
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.s_aga_point {
		font-size: 1.25em;
	}
}
@media screen and (max-width: 640px) {
	.s_aga_box {
		margin-top: 40px;
		padding-top: 30px;
	}
}
/*----------------------------------------------
	treatments - ed
---------------------------------------------*/
.s_ed_arrow {
	width: 10%;
	max-width: 114px;
}
/*----------------------------------------------
	treatments - ope
---------------------------------------------*/
/*  .s_ope_block
---------------------------------------------*/
.s_ope_block {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
}
.s_ope_box {
	position: relative;
	width: calc((100% / 3) - 10px);
	padding: 30px 20px 20px;
	border: 4px solid #f3faff;
	border-radius: 25px;
}
.s_ope_icon {
	position: absolute;
	top: -70px;
	right: 0;
	left: 0;
	width: 100px;
	margin: auto;
}
.s_ope_list li {
	margin-top: 20px;
	padding-left: 30px;
	background: url(../images/treatments/ope_icon_problem.png) no-repeat 0 1px /
		20px auto;
	font-size: 1.125em;
	color: var(--main-color);
	font-weight: 700;
	line-height: 1.2;
}
/*  .s_ope_symptoms
---------------------------------------------*/
.s_ope_symptoms_box {
	display: flex;
	justify-content: space-between;
}
.s_ope_symptoms_img {
	width: 22%;
	max-width: 200px;
}
.s_ope_symptoms_cont {
	width: calc(78% - 40px);
}
/*  .s_ope_kinds
---------------------------------------------*/
.s_ope_kinds_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
.s_ope_kinds_ttl {
	margin-bottom: 10px;
	padding: 0 0.1em 0.1em;
	background: var(--main-color);
	border-radius: 50px;
	font-size: 1.375em;
	color: #fff;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	.s_ope_block {
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
	}
	.s_ope_box {
		min-width: 280px;
	}
	.s_ope_box:not(:first-child) {
		margin-top: 50px;
	}
	.s_ope_icon {
		top: -40px;
		width: 80px;
	}
	/*  .s_ope_symptoms
---------------------------------------------*/
	.s_ope_symptoms_box {
		flex-direction: column;
	}
	.s_ope_symptoms_img {
		margin: 0 auto 10px;
	}
	.s_ope_symptoms_cont {
		width: 100%;
	}
}
/*----------------------------------------------
	treatments - anti
---------------------------------------------*/
/*  .s_anti_dermapen
---------------------------------------------*/
.s_anti_dermapen_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.s_anti_dermapen_ttl {
	padding: 0.2em;
	background: #dfe0e7;
	font-size: 1.25em;
	text-align: center;
	line-height: 1.2;
}
.s_anti_dermapen_txt {
	margin: 10px 0;
}
/*  .s_anti_list
---------------------------------------------*/
.s_anti_list {
	width: 500px;
	max-width: 100%;
	margin-inline: auto;
}
.s_anti_list li {
	position: relative;
	display: block;
	font-weight: 700;
	text-align: center;
}
.s_anti_list li:not(:last-child) {
	margin-bottom: 25px;
}
.s_anti_list li::before {
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	content: "";
	width: 100%;
	height: 50%;
	background: #fff;
	transform: skewX(-12deg);
}
.s_anti_list_inner {
	position: relative;
	z-index: 2;
}
/*  .s_option
---------------------------------------------*/
.s_option_box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.s_option_ph {
	width: 30%;
	max-width: 240px;
}
.s_option_cont {
	width: calc(100% - 240px);
}
@media screen and (max-width: 640px) {
	/*  .s_anti_dermapen
---------------------------------------------*/
	.s_anti_dermapen_ttl {
		font-size: 1.1em;
	}
	.s_dermapen_img {
		width: 280px;
		margin-inline: auto;
	}
	/*  .s_option
---------------------------------------------*/
	.s_option_box {
		flex-direction: column;
		align-items: center;
	}
	.s_option_cont {
		width: 100%;
		margin-top: 10px;
	}
}

/*----------------------------------------------
	clinic
---------------------------------------------*/
#clinic .l_page_head::before {
	background-image: url(../images/clinic_mv.jpg);
}
.s_clinic_contents {
	position: relative;
	background:
		url(../images/bg_right01.png) no-repeat right top 300px / 14% auto,
		url(../images/bg_left01.png) no-repeat left -100px bottom 300px / 14% auto,
		url(../images/bg_right02.png) no-repeat right bottom / 9% auto;
}
.s_clinic_contents::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: calc(100% + 200px);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(124, 163, 204, 0.33) 20%,
		rgba(221, 221, 221, 1) 80%,
		rgba(221, 221, 221, 0) 100%
	);
}
.s_clinic_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s_clinic_box {
	width: calc(50% - 40px);
	margin: 35px 0;
}
.s_clinic_ph {
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
	.s_clinic_contents::before {
		height: calc(100% + 100px);
	}
}
@media screen and (max-width: 1024px) {
	.s_clinic_contents {
		background-position:
			right -20px top,
			left -100px bottom 300px,
			right bottom;
	}
	.s_clinic_contents::before {
		height: calc(100% + 50px);
	}
	.s_clinic_box {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 820px) {
	.s_clinic_contents {
		background-position:
			right -20px top,
			left -60px bottom 500px,
			right bottom;
	}
}
@media screen and (max-width: 640px) {
	.s_clinic_contents {
		background-size:
			22% auto,
			0%,
			14% auto;
		background-position:
			right 0 top,
			left -60px bottom 500px,
			right bottom;
	}
	.s_clinic_box {
		width: 100%;
		margin: 20px 0;
	}
	.s_clinic_ph {
		margin-bottom: 10px;
	}
	.s_clinic_contents::before {
		height: calc(100% + 50px);
		background: linear-gradient(
			to bottom,
			rgba(255, 255, 255, 1),
			rgba(124, 163, 204, 0.33) 40%,
			rgba(221, 221, 221, 1) 80%,
			rgba(221, 221, 221, 0) 100%
		);
	}
}

/*----------------------------------------------
	medicines
---------------------------------------------*/
#medicines .l_page_head::before {
	background-image: url(../images/medicines_mv.jpg);
}
.s_medicines_contents {
	background: url(../images/bg_left01.png) no-repeat left -100px top 260px / 14%
		auto;
}
@media screen and (max-width: 820px) {
	.s_medicines_contents {
		background: none;
	}
}

/*----------------------------------------------
	faq
---------------------------------------------*/
.s_faq_contents {
	background:
		url(../images/bg_left01.png) no-repeat left -100px top 260px / 14% auto,
		url(../images/bg_right01.png) no-repeat right top 1800px / 14% auto;
}
.s_faq_box {
	padding: 40px 0;
	border-top: 1px solid rgba(var(--rgb-main-color), 0.5);
}
.s_faq_box:last-of-type {
	border-bottom: 1px solid rgba(var(--rgb-main-color), 0.5);
}
.s_faq_q {
	position: relative;
	padding: 0.1em 0 0.1em 50px;
	font-size: 1.125em;
	color: var(--main-color);
	font-weight: 700;
}
.s_faq_q::before,
.s_faq_q::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 34px;
	height: 30px;
	line-height: 1em;
}
.s_faq_q::before {
	background: var(--main-color);
	transform: skewX(-12deg);
}
.s_faq_q::after {
	content: "Q.";
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-size: 1.11em;
	color: #fff;
	transform: translateY(-1px);
}
.s_faq_a {
	margin-top: 20px;
}
@media screen and (max-width: 1024px) {
	.s_faq_contents {
		background-position:
			left -80px top 160px,
			right -60px top 1800px;
	}
}
@media screen and (max-width: 820px) {
	.s_faq_contents {
		background-position:
			left -50px top 160px,
			right -60px top 1800px;
	}
}
@media screen and (max-width: 640px) {
	.s_faq_contents {
		background-size:
			23% auto,
			0;
		background-position:
			left -60px top 160px,
			right -50px top 1600px;
	}
	.s_faq_box {
		padding: 20px 0;
	}
}
@media screen and (max-width: 460px) {
	.s_faq_contents {
		background-position: left -40px top 200px;
	}
}

/*----------------------------------------------
	access
---------------------------------------------*/
.s_access_block {
	display: flex;
	justify-content: space-between;
}
.s_access_block > * {
	width: calc(50% - 30px);
}
.s_access_tbl {
	width: 100%;
}
.s_access_tbl td {
	padding: 20px 0;
	vertical-align: top;
}
.s_access_tbl td:first-child {
	width: 8em;
}
@media screen and (max-width: 1024px) {
	.s_access_block > * {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 640px) {
	.s_access_block {
		flex-direction: column;
	}
	.s_access_block > * {
		width: 100%;
	}
	.s_access_map {
		margin-top: 30px;
	}
	.s_access_tbl td {
		padding: 0 0 20px;
		vertical-align: top;
	}
}

/*----------------------------------------------
	news
---------------------------------------------*/
.s_news_contents {
	background: url(../images/bg_left01.png) no-repeat left -100px top 260px / 14%
		auto;
}
@media screen and (max-width: 1024px) {
	.s_news_contents {
		background-position: left -80px top 160px;
	}
}
@media screen and (max-width: 820px) {
	.s_news_contents {
		background-position: left -50px top 160px;
	}
}
@media screen and (max-width: 640px) {
	.s_news_contents {
		background-size: 23% auto;
		background-position: left -60px top 160px;
	}
}
@media screen and (max-width: 460px) {
	.s_news_contents {
		background-position: left -40px top 200px;
	}
}

/*----------------------------------------------
	mens_loh
---------------------------------------------*/
.s_loh_check_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.6rem;
}
.s_loh_check_list li {
	position: relative;
	display: inline-block;
	width: calc(50% - 50px);
	margin-bottom: 20px;
	padding: 0.2em 0.2em 0.2em 40px;
	border-bottom: 1px solid var(--main-color);
}
.s_loh_check_list li::before {
	position: absolute;
	top: 0.32em;
	left: 0;
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon_check_square.png) no-repeat 0 0 / 100% auto;
}
.s_loh_em {
	background: linear-gradient(
		to bottom,
		transparent,
		transparent 70%,
		#fdf7b1 70%,
		#fdf7b1 100%
	);
}
.s_loh_moya {
	font-size: 2em;
	color: #fff;
	text-align: center;
}
.s_loh_moya span {
	display: inline-block;
	padding: 2em;
	background: url(../images/loh/loh_bg_moya.png) no-repeat center / 100% auto;
}
.s_loh_reason {
	margin-top: -20px;
}
.s_loh_care {
	padding-bottom: 30px;
	background: url(../images/features_icon01.png) no-repeat right bottom / auto
		80%;
	color: var(--main-color);
	font-size: 1.75em;
}
.s_loh_care span {
	display: inline-block;
	padding: 2em;
	background: url(../images/loh/loh_fukidashi.png) no-repeat center / 100% auto;
}
/*  .s_loh_features
---------------------------------------------*/
.s_loh_features_ttl {
	font-size: 2em;
	color: var(--main-color);
	font-weight: 500;
	text-align: center;
}
.s_loh_features_em {
	background: var(--gy-f2-color);
}
.s_loh_features_box:nth-child(2) {
	margin-top: 60px;
}
/*  .s_loh_voice
---------------------------------------------*/
.s_loh_voice_ttl {
	position: relative;
	padding: 1em;
	background: var(--main-color);
	border-radius: 23px;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}
.s_loh_voice_ttl::before {
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	content: "";
	width: 20px;
	margin: auto;
	aspect-ratio: 1.2;
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: var(--main-color);
}
.s_loh_voice_block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.s_loh_voice_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(50% - 30px);
	margin-top: 40px;
}
.s_loh_voice_person {
	width: 60px;
}
.s_loh_voice_fukidashi {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 90px);
	min-height: 80px;
	padding: 0.5em 0;
	background: #fff;
	border-radius: 30px;
	font-size: 1.375em;
	color: var(--main-color);
	text-align: center;
}
.s_loh_voice_fukidashi::before {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	height: 30px;
	margin: auto;
	aspect-ratio: 1;
	background: #fff;
}
.s_loh_voice_box:nth-child(odd) .s_loh_voice_fukidashi::before {
	left: -20px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.s_loh_voice_box:nth-child(even) {
	flex-direction: row-reverse;
	transform: translateY(60px);
}
.s_loh_voice_box:nth-child(even) .s_loh_voice_fukidashi::before {
	right: -20px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.s_loh_voice_txt {
	position: relative;
	z-index: 1;
}
/*  .s_loh_end
---------------------------------------------*/
.s_loh_end_ttl {
	margin-bottom: 30px;
	font-size: 2.4375em;
	color: var(--main-color);
	font-weight: 500;
	text-align: center;
}
.s_loh_check_box {
	padding: 1em 80px 2em;
	background: var(--base-color);
}
.s_loh_check_border {
	margin: 10px 0;
	padding: 0 80px;
	border-bottom: 1px dashed var(--main-color);
}
.s_loh_check {
	position: relative;
	display: inline-block;
	padding: 0.4em 0 0.4em 40px;
	font-size: 1.25em;
	color: var(--main-color);
	font-weight: 700;
}
.s_loh_check::before,
.s_loh_check::after {
	position: absolute;
	content: "";
	height: 3px;
	background: var(--main-color);
	border-radius: 10px;
}
.s_loh_check::before {
	top: 1.1em;
	left: 0.2em;
	width: 22px;
	transform: rotate(-50deg);
}
.s_loh_check::after {
	top: 1.35em;
	left: 0;
	width: 10px;
	transform: rotate(45deg);
}
.s_loh_comment {
	margin: 60px 0 10px;
	padding-bottom: 60px;
	background: url(../images/features_icon03.png) no-repeat right bottom / auto
		60%;
	color: var(--main-color);
	font-size: 1.875em;
	text-align: center;
}
.s_loh_comment_wrap {
	display: inline-block;
	padding: 1.2em 4em;
	background: url(../images/loh/loh_fukidashi_lg.png) no-repeat center / 100%
		auto;
}
.s_loh_comment_sm {
	display: inline-block;
	margin-top: 10px;
	font-size: 0.66em;
	line-height: 1.4;
}
.s_loh_btn a {
	width: 540px;
	max-width: 100%;
	margin-inline: auto;
	padding: 10px 3em;
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
	font-weight: 500;
}
.s_loh_btn a::before,
.s_loh_btn a::after {
	right: 2em;
}
@media screen and (max-width: 820px) {
	.s_loh_check_list li {
		width: calc(50% - 20px);
	}
	/*  .s_loh_voice
---------------------------------------------*/
	.s_loh_voice_box {
		width: calc(50% - 5px);
	}
	.s_loh_voice_person {
		width: 40px;
	}
	.s_loh_voice_fukidashi {
		width: calc(100% - 60px);
	}
	.s_loh_voice_box:nth-child(odd) .s_loh_voice_fukidashi::before {
		left: -10px;
	}
	.s_loh_voice_box:nth-child(even) .s_loh_voice_fukidashi::before {
		right: -10px;
	}
	/*  .s_loh_end
---------------------------------------------*/
	.s_loh_btn a {
		width: 440px;
		padding: 10px 1.5em;
	}
}
@media screen and (max-width: 640px) {
	.s_loh_check_list {
		flex-direction: column;
	}
	.s_loh_check_list li {
		width: 100%;
	}
	.s_loh_moya {
		font-size: 1.25em;
	}
	.s_loh_moya span {
		padding: 2em 1.2em;
	}
	.s_loh_reason {
		margin-top: 10px;
	}
	.s_loh_care {
		background-size: auto 30%;
	}
	.s_loh_care span {
		padding: 1.4em 2em;
		background-image: url(../images/loh/loh_fukidashi_lg.png);
		background-size: 100% auto;
	}
	.s_loh_features_ttl {
		font-size: 1.25em;
	}
	.s_loh_features_box:nth-child(2) {
		margin-top: 0;
	}
	.s_loh_features_box {
		text-align: center;
	}
	.s_loh_features_box img {
		width: 70%;
	}
	/*  .s_loh_voice
---------------------------------------------*/
	.s_loh_voice_block {
		flex-direction: column;
		margin-top: 20px;
		padding-bottom: 0;
	}
	.s_loh_voice_box {
		width: 100%;
		margin-top: 20px;
	}
	.s_loh_voice_box:nth-child(even) {
		transform: translateY(0);
	}
	/*  .s_loh_end
---------------------------------------------*/
	.s_loh_end_ttl {
		margin-bottom: 20px;
		font-size: 1.75em;
	}
	.s_loh_check_box {
		padding: 0.1em 20px 1.4em;
	}
	.s_loh_check_border {
		padding: 0;
	}
	.s_loh_check::before {
		top: 1em;
		left: 0.25em;
	}
	.s_loh_comment {
		margin: 30px 0 10px;
		background-size: auto 25%;
	}
	.s_loh_comment_wrap {
		padding: 2em 1em;
		background-size: 100% 100%;
	}
}

/*----------------------------------------------
	anti-aging
---------------------------------------------*/
.s_anti_contents {
	font-family: "Zen Old Mincho", serif;
}
/*  .s_anti_why
---------------------------------------------*/
.s_anti_why_ttl {
	margin-bottom: 20px;
	font-size: 2.25em;
	color: #d2c392;
	font-weight: 900;
}
/*  .s_anti_common
---------------------------------------------*/
.s_anti_btn {
	text-align: center;
}
.s_anti_btn a {
	display: block;
	width: 55%;
	margin-inline: auto;
	padding: 0.8em 2em 0.9em;
	background: #d2c392;
	border-radius: 100px;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.22);
	font-size: 1.375em;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	transition: 0.3s;
}
.s_anti_btn a:hover {
	background: #afa06f;
}
.is_anti_menu_btn a {
	border: 1px solid #fff;
}
.is_anti_end_btn a {
	position: relative;
	border: 1px solid #707070;
}
.is_anti_end_btn a::before {
	position: absolute;
	top: -20px;
	left: -15px;
	content: "";
	width: 30px;
	height: 24px;
	background: url(../images/anti/anti_caution.png) no-repeat 0 0 / 100% auto;
}
/*  .s_anti_nayami
---------------------------------------------*/
.s_anti_nayami_block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.s_anti_nayami_box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	min-height: 120px;
	margin: 1em;
	padding: 1em;
}
.s_anti_nayami_box::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #e6eaeb;
	border-radius: 50%;
	filter: blur(15px);
}
.s_anti_nayami_txt {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125em;
}
/*  .s_anti_approach
---------------------------------------------*/
.s_anti_approach_ttl {
	margin-bottom: 30px;
	padding: 0.4em 0.2em 0.5em;
	background: #1a2438;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 1.875em;
	color: #fff;
}
/*  .s_anti_menu
---------------------------------------------*/
.s_anti_menu_block {
	margin-top: 30px;
}
.s_anti_menu_label {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	display: inline-block;
	width: 400px;
	margin: auto;
	padding: 0.2em 0.4em 0.3em;
	background: #4f5f75;
	font-size: 2.125em;
	color: #fff;
	font-weight: 900;
	text-align: center;
}
.s_anti_menu_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.s_anti_menu_name {
	width: 20%;
	max-width: 160px;
}
.s_anti_menu_cont {
	width: calc(100% - 200px);
}
.s_anti_menu_ttl {
	margin-bottom: 10px;
	font-size: 1.375em;
	font-weight: 500;
}
/*  .s_anti_voice
---------------------------------------------*/
.s_anti_voice_ttl {
	font-size: 1.875em;
	padding: 0.3em 0 0.3em 8%;
	background: url(../images/icon_voice.png) no-repeat 0 0.4em / 5.4% auto;
	font-weight: 400;
}
.s_anti_voice_box {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.s_anti_voice_person {
	width: 65px;
}
.s_anti_voice_cont {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: calc(60% - 100px);
	min-height: 100px;
	padding: 1em 2em;
}
.s_anti_voice_cont::before,
.s_anti_voice_cont::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	transform: skewX(-12deg);
}
.s_anti_voice_cont::before {
	top: 10px;
	left: 10px;
	background: rgba(230, 234, 235, 0.45);
}
.s_anti_voice_cont::after {
	top: 0;
	left: 0;
	background: rgba(230, 234, 235, 1);
}
.s_anti_voice_txt {
	position: relative;
	z-index: 1;
	font-size: 1.125em;
}
.s_anti_voice_box:nth-child(odd) .s_anti_voice_person {
	margin-right: 30px;
}
.s_anti_voice_box:nth-child(even) {
	flex-direction: row-reverse;
}
.s_anti_voice_box:nth-child(even) .s_anti_voice_person {
	margin-left: 40px;
}
.s_anti_voice_box:nth-child(1) {
	transform: translateX(40px);
}
.s_anti_voice_box:nth-child(3) {
	transform: translateX(100px);
}
/*  .s_anti_faq
---------------------------------------------*/
.s_anti_faq_ttl {
	margin-top: calc(-0.7em - 80px);
	font-size: 8.5em;
	color: rgba(210, 195, 146, 0.6);
	font-weight: 400;
}
.s_anti_faq_box {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.s_anti_faq_box:not(:first-child) {
	margin-top: 30px;
}
.s_anti_faq_q_box,
.s_anti_faq_a_box {
	display: flex;
	align-items: start;
	padding: 0.5em 1em;
}
.s_anti_faq_q_box {
	background: #1a2438;
	color: #fff;
}
.s_anti_faq_a_box {
	color: #1a2438;
}
.s_anti_faq_q,
.s_anti_faq_a {
	padding-right: 20px;
	border-right: 1px solid #fff;
	font-size: 1.75em;
}
.s_anti_faq_a {
	border-color: #1a2438;
}
.s_anti_faq_q_txt,
.s_anti_faq_a_txt {
	padding: 0.5em 1.5em;
	font-size: 1.125em;
}
/*  .s_anti_end
---------------------------------------------*/
.s_anti_end {
	position: relative;
}
.s_anti_end::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: calc(100% + 238px);
	background: #4f5f75;
}
@media screen and (max-width: 1280px) {
	/*  .s_anti_end
---------------------------------------------*/
	.s_anti_end::before {
		height: calc(100% + 198px);
	}
}
@media screen and (max-width: 1230px) {
	/*  .s_anti_end
---------------------------------------------*/
	.s_anti_end::before {
		height: calc(100% + 158px);
	}
}
@media screen and (max-width: 1024px) {
	/*  .s_anti_voice
---------------------------------------------*/
	.s_anti_voice_ttl {
		padding: 0.3em 0 0.3em 8%;
		background-size: 5% auto;
	}
}
@media screen and (max-width: 820px) {
	/*  .s_anti_menu
---------------------------------------------*/
	.s_anti_menu_name {
		max-width: 120px;
	}
	.s_anti_menu_cont {
		width: calc(100% - 140px);
	}
	/*  .s_anti_voice
---------------------------------------------*/
	.s_anti_voice_box:nth-child(3) {
		transform: translateX(40px);
	}
}
@media screen and (max-width: 768px) {
	/*  .s_anti_faq
---------------------------------------------*/
	.s_anti_faq {
		margin-top: 40px;
		padding-top: 80px;
	}
	.s_anti_faq_ttl {
		font-size: 6em;
	}
	/*  .s_anti_end
---------------------------------------------*/
	.s_anti_end::before {
		height: calc(100% + 98px);
	}
}
@media screen and (max-width: 640px) {
	/*  .s_anti_why
---------------------------------------------*/
	.s_anti_why_ttl {
		font-size: 2em;
	}
	/*  .s_anti_common
---------------------------------------------*/
	.s_anti_btn a {
		width: 90%;
		padding: 0.8em 1em 0.9em;
	}
	/*  .s_anti_nayami
---------------------------------------------*/
	.s_anti_nayami_box {
		width: 150px;
		min-height: 80px;
	}
	.s_anti_nayami_box::before {
		filter: blur(10px);
	}
	/*  .s_anti_menu
---------------------------------------------*/
	.s_anti_menu_block {
		margin-top: 20px;
	}
	.s_anti_menu_label {
		top: -20px;
		width: 300px;
	}
	.s_anti_menu_box {
		flex-direction: column;
	}
	.s_anti_menu_name {
		margin: 0 0 10px;
		width: 30%;
	}
	.s_anti_menu_cont {
		width: 100%;
	}
	.s_anti_menu_txt {
		font-size: 1.125em;
	}
	/*  .s_anti_voice
---------------------------------------------*/
	.s_anti_voice_ttl {
		padding: 0.3em 0 0.3em 40px;
		background-size: 30px auto;
	}
	.s_anti_voice_box:nth-child(n) {
		flex-direction: column;
		transform: translateX(0);
	}
	.s_anti_voice_person {
		margin: 0 0 5px !important;
	}
	.s_anti_voice_cont {
		width: calc(100% - 20px);
	}
	/*  .s_anti_end
---------------------------------------------*/
	.s_anti_end::before {
		height: calc(100% + 140px);
	}
}

/*----------------------------------------------
	goods
---------------------------------------------*/
.s_goods_contents {
	position: relative;
	color: var(--gy-55-color);
}
.s_goods_contents::before,
.s_goods_contents::after {
	position: absolute;
	top: 300px;
	content: "";
}
.s_goods_contents::before {
	right: -100%;
	left: -100%;
	z-index: -9;
	width: 150%;
	height: 110%;
	margin: auto;
	background: linear-gradient(
		to right,
		#d0f3ff,
		#e7f3f7 20%,
		#ffffff 60%,
		#f4fcf2 80%,
		#f4f7e2 100%
	);
	transform: rotate(1deg);
}
.s_goods_contents::after {
	left: 0;
	z-index: -8;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(
			to bottom,
			transparent,
			transparent 50%,
			#fff 50%,
			#fff 72%,
			transparent 72%,
			transparent 100%
		),
		url(../images/bg_wave_top_blur.png) no-repeat center top / 100% auto,
		url(../images/bg_wave_btm_blur.png) no-repeat center top 49% / 100% auto,
		url(../images/bg_wave_top_blur.png) no-repeat center top 74% / 100% auto;
}
.s_goods_lead {
	background: #fff;
}
.s_goods_ttl {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.375em;
	font-weight: 400;
	margin-bottom: 30px;
}
.s_goods_ttl.is_ttl_circle::before {
	content: "●";
	color: #d3f3fe;
}
.s_goods_sec_ttl {
	padding: 0.4em 0.2em 0.5em;
	background: linear-gradient(
		to right,
		#d0f3ff,
		#e7f3f7 20%,
		#ffffff 60%,
		#f4fcf2 80%,
		#f4f7e2 100%
	);
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
}
.s_goods_block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.s_goods_ph {
	width: 40%;
	max-width: 315px;
}
.s_goods_ph img + img {
	margin-top: 10px;
}
.s_goods_info {
	width: calc(100% - 330px);
}
.s_goods_cont {
	width: calc(100% - 360px);
}
.s_goods_name {
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25em;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.s_goods_list li {
	display: inline-block;
	min-width: 147px;
	margin: 10px 5px 0;
	padding: 0.2em 1em;
	background: #e0f3f9;
	border-radius: 60px;
}
.s_goods_txt {
	margin-top: 10px;
}
.s_goods_link {
	text-align: right;
}
.s_goods_link a {
	font-family: "Zen Old Mincho", serif;
	color: var(--gy-55-color);
}
.s_goods_box_border {
	margin-top: 40px;
	padding: 30px 0;
	border-top: 1px dashed var(--gy-55-color);
	border-bottom: 1px dashed var(--gy-55-color);
}
.s_goods_btn {
	margin-bottom: 30px;
	text-align: center;
}
.s_goods_btn a {
	position: relative;
	display: block;
	width: 360px;
	max-width: 100%;
	margin-inline: auto;
	padding: 1.8em 1em;
	border-radius: 100px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25em;
	color: var(--gy-55-color);
	text-decoration: none;
	transition: 0.3s;
}
.s_goods_btn a::before,
.s_goods_btn a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 100px;
	transition: 0.3s;
}
.s_goods_btn a::before {
	z-index: -1;
	background: linear-gradient(
		135deg,
		#d0f3ff,
		#e7f3f7 25%,
		#ffffff 50%,
		#f4fcf2 75%,
		#f4f7e2 100%
	);
}
.s_goods_btn a::after {
	z-index: -2;
	background: linear-gradient(135deg, #d0f3ff, #f4f7e2 100%);
}
.s_goods_btn a:hover {
	box-shadow: none;
}
.s_goods_btn a:hover::before {
	opacity: 0;
}
@media screen and (max-width: 1180px) {
	.s_goods_contents::before,
	.s_goods_contents::after {
		top: 260px;
	}
	.s_goods_contents::after {
		background:
			linear-gradient(
				to bottom,
				transparent,
				transparent 50%,
				#fff 50%,
				#fff 72.5%,
				transparent 72.5%,
				transparent 100%
			),
			url(../images/bg_wave_top_blur.png) no-repeat center top / 100% auto,
			url(../images/bg_wave_btm_blur.png) no-repeat center top 49% / 100% auto,
			url(../images/bg_wave_top_blur.png) no-repeat center top 74% / 100% auto;
	}
}
@media screen and (max-width: 820px) {
	.s_goods_contents::after {
		background:
			linear-gradient(
				to bottom,
				transparent,
				transparent 50%,
				#fff 50%,
				#fff 72.7%,
				transparent 72.7%,
				transparent 100%
			),
			url(../images/bg_wave_top_blur.png) no-repeat center top / 100% auto,
			url(../images/bg_wave_btm_blur.png) no-repeat center top 49% / 100% auto,
			url(../images/bg_wave_top_blur.png) no-repeat center top 74% / 100% auto;
	}
}
@media screen and (max-width: 768px) {
	.s_goods_contents::before,
	.s_goods_contents::after {
		top: 200px;
	}
	.s_goods_contents::after {
		background:
			linear-gradient(
				to bottom,
				transparent,
				transparent 50%,
				#fff 50%,
				#fff 73%,
				transparent 73%,
				transparent 100%
			),
			url(../images/bg_wave_top_blur.png) no-repeat center top / 100% auto,
			url(../images/bg_wave_btm_blur.png) no-repeat center top 49% / 100% auto,
			url(../images/bg_wave_top_blur.png) no-repeat center top 74% / 100% auto;
	}
}
@media screen and (max-width: 640px) {
	.s_goods_contents {
		font-size: 1.4rem;
	}
	.s_goods_contents::before {
		background: linear-gradient(
			to right,
			#e7f3f7,
			#ffffff 40%,
			#f4fcf2 80%,
			#f4f7e2 100%
		);
		transform: rotate(0);
	}
	.s_goods_contents::after {
		background:
			linear-gradient(
				to bottom,
				transparent,
				transparent 52%,
				#fff 52%,
				#fff 75%,
				transparent 75%,
				transparent 100%
			),
			url(../images/bg_wave_top_blur.png) no-repeat center top / 1920px auto,
			url(../images/bg_wave_btm_blur.png) no-repeat center top 51% / 1920px auto,
			url(../images/bg_wave_top_blur.png) no-repeat center top 77% / 1920px auto;
	}
	.s_goods_block {
		flex-direction: column;
		align-items: center;
	}
	.s_goods_info,
	.s_goods_cont {
		width: 100%;
		margin-top: 10px;
	}
	.s_goods_ph {
		width: 50%;
	}
	.s_goods_list li {
		font-size: 1.2rem;
	}
}
