@charset "utf-8";
.s_pc_view {
	display: inherit !important;
}
.s_tab_view {
	display: inherit !important;
}
.s_sp_view {
	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_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: 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_color_yl {
	color: var(--yl-color);
}
.s_color_base {
	color: var(--base-color);
}

.s_indent {
	text-indent: 1em;
}
.s_kome,
.s_lst_kome li {
	text-indent: -1em;
	margin-left: 1em;
}
.s_underline {
	text-decoration: underline;
}
.s_fw_normal {
	font-weight: normal;
}
.s_inline {
	display: inline-block;
}
.s_block {
	display: block;
}

.s_sm {
	font-size: 0.8em;
}
.s_lg {
	font-size: 1.6em;
}

.s_img_floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.s_img_floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.s_fs11 {
	font-size: 1.1rem !important;
}
.s_fs12 {
	font-size: 1.2rem !important;
}
.s_fs13 {
	font-size: 1.3rem !important;
}
.s_fs14 {
	font-size: 1.4rem !important;
}
.s_fs15 {
	font-size: 1.5rem !important;
}
.s_fs16 {
	font-size: 1.6rem !important;
}
.s_fs17 {
	font-size: 1.7rem !important;
}
.s_fs18 {
	font-size: 1.8rem !important;
}
.s_fs19 {
	font-size: 1.9rem !important;
}
.s_fs20 {
	font-size: 2rem !important;
}
.s_fs21 {
	font-size: 2.1rem !important;
}
.s_fs22 {
	font-size: 2.2rem !important;
}
.s_fs23 {
	font-size: 2.3rem !important;
}
.s_fs24 {
	font-size: 2.4rem !important;
}

.s_lh_16 {
	line-height: 1.6;
}
.s_ls_narrow {
	letter-spacing: -0.2em;
}

.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_disable {
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.s_pc_view {
		display: none !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_tab_view {
		display: none !important;
	}
	.s_sp_view {
		display: inherit !important;
	}
}

/*----------------------------------------------
	s_mv_area
---------------------------------------------*/
.s_mv_area {
	position: relative;
}
.s_mv_band {
	position: absolute;
	top: 69px;
	width: 100%;
	padding: 5px;
	background: #696969;
	font-family: var(--ff-noto-sans);
	font-weight: var(--fw-bold);
	color: #fff;
	text-align: center;
}
.s_mv_catch {
	position: absolute;
	top: 125px;
	left: 0;
}
.s_mv_price {
	position: absolute;
	bottom: 0;
	left: 0;
}
.s_mv_price img {
	width: 98%;
}

/*----------------------------------------------
	s_lead_area
---------------------------------------------*/
.s_lead_area {
	margin-top: -1px;
}
.s_lead_btm {
	position: relative;
}
.s_lead_btm_txt {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	margin: auto;
	font-size: 1.9rem;
	font-weight: var(--fw-med);
	text-align: center;
}

/*----------------------------------------------
	s_intro_area
---------------------------------------------*/
.s_intro_area {
	padding-bottom: 30px;
}
.s_intro_block {
	padding: 20px 10px 15px;
	background: var(--main-color);
	border-radius: 5px;
	text-align: center;
}
.s_intro_name {
	font-size: 1.2rem;
	font-weight: var(--fw-med);
	color: #fff;
	text-align: center;
	letter-spacing: 0.3em;
	transform: translateY(3px);
}
.s_intro_logo {
	text-align: center;
}
.s_intro_logo img {
	width: 230px;
}
.s_intro_shop {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.s_intro_shop_box {
	width: calc(50% - 5px);
}
.s_intro_shop_ex {
	position: relative;
	padding: 10px 0;
	background: #fff;
	font-size: 1.75rem;
	color: var(--main-color);
	font-weight: var(--fw-semi);
	line-height: 1.2em;
}
.s_intro_shop_ex::before {
	position: absolute;
	bottom: -9px;
	right: 0;
	left: 0;
	content: "";
	width: 15px;
	margin: auto;
	aspect-ratio: var(--arrow-vertical-50);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: #fff;
}
.s_intro_shop_name {
	font-family: var(--ff-cjk);
	font-size: 1.6rem;
	font-weight: var(--fw-med);
	color: #fff;
}

/*----------------------------------------------
	s_trouble_area
---------------------------------------------*/
.s_trouble_area {
	padding: 30px 0 35px;
	background: url(../images/trouble_bg_top.png) no-repeat center top 2px / 90%
			auto,
		url(../images/trouble_bg_btm.png) no-repeat right 5px top 195px / 90px auto,
		url(../images/trouble_bg.jpg) no-repeat center top / 100% auto;
}
.s_trouble_head {
	text-align: center;
	color: #fff;
}
.s_trouble_lead {
	font-size: 2.4rem;
	font-weight: var(--fw-med);
}
.s_trouble_txt {
	font-size: 1.8rem;
	font-weight: var(--fw-med);
}
.s_trouble_em {
	position: relative;
}
.s_trouble_em::before {
	position: absolute;
	top: -3px;
	right: 0;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	margin: auto;
	background: var(--yl-color);
	border-radius: 14px;
}
.s_trouble_arrow {
	margin: 10px 0 20px;
}
.s_trouble_arrow img {
	width: 20%;
}
.s_trouble_list {
	width: calc(100% - 120px);
	margin: 30px auto 0;
	font-family: var(--ff-cjk);
}
.s_trouble_list li {
	padding-left: 24px;
	background: url(../images/icon_check.png) no-repeat left top 5px / 20px auto;
}
.s_trouble_list li:not(:last-child) {
	margin-bottom: 5px;
}
.s_trouble_list_em {
	position: relative;
}
.s_trouble_list_em::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100%;
	height: 2.3px;
	background: var(--base-color);
}
@media screen and (max-width: 375px) {
	.s_trouble_list {
		width: calc(100% - 80px);
	}
}

/*----------------------------------------------
	s_cause_area
---------------------------------------------*/
/* s_cause_head
---------------------------------------------*/
.s_cause_head {
	position: relative;
	padding: 25px 0;
	background: url(../images/cause_bg.jpg);
	text-align: center;
}
.s_cause_head::before {
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	content: "";
	width: 40px;
	margin: auto;
	aspect-ratio: var(--arrow-vertical-70);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: #fff;
}
.s_cause_head::after {
	position: absolute;
	top: -20px;
	left: 0;
	content: "";
	width: 100%;
	height: calc(100% + 55px);
	margin: auto;
	background: url(../images/cause_bg_top.png) no-repeat center top / 90% auto,
		url(../images/cause_bg_btm.png) no-repeat right 20px bottom / 50px auto;
}
.s_cause_head_txt {
	margin-bottom: -10px;
	font-family: var(--ff-noto-sans);
	font-weight: var(--fw-bold);
	color: #fff;
}
.s_cause_head_ttl img {
	width: 70%;
}
/* s_cause_cont
---------------------------------------------*/
.s_cause_cont {
	background: url(../images/bg_wh.jpg) no-repeat center top / 100% auto;
}
.s_cause_lead {
	position: relative;
	z-index: 1;
	font-size: 2.4rem;
	font-weight: var(--fw-med);
	text-align: center;
}
.s_cause_em {
	position: relative;
}
.s_cause_em::after {
	position: absolute;
	right: -100%;
	bottom: 0;
	left: -100%;
	content: "";
	z-index: -1;
	margin: auto;
	width: calc(100% + 6px);
	height: 12px;
	background: var(--base-color);
	opacity: 0.6;
}
.s_cause_block {
	margin-top: 10px;
	padding: 30px 10px 10px;
}
.s_cause_box {
	display: flex;
	justify-content: space-between;
}
.s_cause_left {
	width: 49%;
}
.s_cause_right {
	padding-right: 25px;
	width: 49%;
	text-align: center;
}
.s_cause_list {
	border-bottom: 3px solid var(--base-color);
	font-family: var(--ff-cjk);
	font-weight: var(--fw-med);
}
.s_cause_ttl {
	position: relative;
	padding-top: 15px;
	font-size: 2.6rem;
	color: var(--base-color);
	font-weight: var(--fw-med);
}
.s_cause_ttl::before {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	content: "";
	width: 50px;
	margin: auto;
	aspect-ratio: var(--arrow-vertical-77);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: rgba(var(--rgb-base-color), 0.8);
}
.s_cause_ex {
	font-family: var(--ff-cjk);
	font-size: 1.4rem;
	line-height: 1.2;
	transform: translateY(-5px);
}
.s_cause_result {
	position: relative;
	margin-top: 50px;
	padding: 0.2em 60px;
	background: var(--base-color);
	border-radius: 10px;
	font-size: 2.8rem;
	color: #fff;
	font-weight: var(--fw-semi);
}
@media screen and (max-width: 375px) {
	.s_cause_result {
		padding: 0.2em 40px;
	}
}
.s_cause_result::before {
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	content: "";
	width: 25px;
	margin: auto;
	aspect-ratio: var(--arrow-vertical-65);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: #fff;
}
.s_cause_result::after {
	position: absolute;
	right: 30px;
	bottom: 0;
	content: "";
	width: 90px;
	height: 110px;
	background: url(../images/cause_ph.png) no-repeat center bottom / auto 100%;
}

/*----------------------------------------------
	s_solution_area
---------------------------------------------*/
.s_solution_area {
	position: relative;
	padding-bottom: 20px;
	background: url(../images/solution_bg.jpg) no-repeat center top / 100% auto;
}
.s_solution_lead {
	position: relative;
	z-index: 1;
	margin-top: -60px;
	padding: 0 0 20px;
	background: url(../images/solution_arrow.png) no-repeat center bottom / auto
		100%;
	font-size: 2rem;
	color: var(--base-color);
	font-weight: var(--fw-bold);
	text-align: center;
}
.s_solution_em {
	position: relative;
}
.s_solution_em::after {
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	margin: auto;
	background: var(--base-color);
	border-radius: 5px;
}
.s_solution_catch {
	transform: translateY(-10px);
}
.s_solution_txt {
	margin-top: 260px;
}
.s_solution_txt img {
	width: 70%;
}

/*----------------------------------------------
	s_machine_area
---------------------------------------------*/
.s_machine_area {
	background: url(../images/machine_bg_top.png) no-repeat left 3px top 80px /
			102% auto,
		url(../images/machine_bg_btm.png) no-repeat left -15px bottom 30px / 115% auto,
		linear-gradient(to right, var(--base-color), #c2b08d);
	text-align: center;
}
.s_machine_lead {
	color: #fff;
	font-size: 1.8rem;
	font-weight: var(--fw-semi);
}
.s_machine_ttl {
	color: var(--yl-color);
	font-size: 2.8rem;
	font-weight: var(--fw-semi);
	line-height: 1.2;
}
.s_machine_box {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.s_machine_box > * {
	width: calc(50% - 5px);
}
.s_machine_catch {
	color: #fff;
	font-size: 2.8rem;
	font-weight: var(--fw-med);
	line-height: 1.2;
	transform: translateX(8px);
}
.s_machine_em {
	border-bottom: 3px solid var(--yl-color);
}
.s_machine_txt {
	font-family: var(--ff-cjk);
	font-size: 1.6rem;
}
.s_machine_care {
	display: flex;
	justify-content: space-around;
	margin-top: 15px;
}
.s_machine_img {
	width: calc((100% / 3) - 15px);
	color: #fff;
	font-family: var(--ff-cjk);
	font-size: 1.4rem;
	font-weight: var(--fw-med);
	line-height: 1.4;
}
.s_machine_img img {
	margin-bottom: 10px;
}

/*----------------------------------------------
	s_voice_area
---------------------------------------------*/
.s_voice_area {
	background: url(../images/bg_wh.jpg) no-repeat center top / 100% auto;
}
.s_voice_box {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 20px;
	border-radius: 5px;
}
.s_voice_box::before,
.s_voice_box::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.s_voice_box::before {
	z-index: -2;
	background: #fff;
}
.s_voice_box::after {
	z-index: -1;
	background: rgba(var(--rgb-base-color), 0.2);
}
.s_voice_box:not(:last-child) {
	margin-bottom: 20px;
}
.s_voice_head {
	display: flex;
	align-items: center;
}
.s_voice_img {
	width: 90px;
}
.s_voice_ttl {
	margin-left: 15px;
	color: var(--base-color);
	font-size: 2.2rem;
	line-height: 1.4;
}
.s_voice_txt {
	margin-top: 10px;
	font-family: var(--ff-cjk);
	font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
	.s_voice_box {
		padding-right: 10px;
	}
	.s_voice_img {
		width: 80px;
	}
	.s_voice_ttl {
		margin-left: 10px;
		font-size: 2rem;
	}
}

/*----------------------------------------------
	s_reason_area
---------------------------------------------*/
.s_reason_head {
	position: relative;
}
.s_reason_logo {
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: auto;
}
.s_reason_catch {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 2.6rem;
	font-weight: var(--fw-med);
	text-align: center;
	line-height: 1.6;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff,
		0 0 10px #fff;
}
.s_reason_catch_em {
	color: var(--base-color);
}
.s_reason_top {
	top: 110px;
}
.s_reason_btm {
	bottom: 50px;
}
.s_reason_box {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.s_reason_box_head {
	position: absolute;
	top: -13px;
	left: -10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border: 2px solid var(--base-color);
	border-radius: 80px;
	box-shadow: inset 0 0 30px #fff, 0 0 30px #fff;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff,
		0 0 10px #fff, 0 0 30px #fff, 0 0 30px #fff;
	color: var(--base-color);
	font-weight: var(--fw-med);
	line-height: 1;
}
.s_reason_box_num {
	font-size: 2.6em;
}
.s_reason_box_ttl {
	margin-top: 10px;
	font-size: 2.2rem;
	color: var(--base-color);
	font-weight: var(--fw-med);
	line-height: 1.4;
}
.s_reason_end_ttl {
	margin-bottom: 10px;
	font-weight: var(--fw-med);
	text-align: center;
}
.s_reason_end_txt {
	padding-bottom: 40px;
	font-family: var(--ff-cjk);
	font-size: 1.4rem;
}

/*----------------------------------------------
	s_care_area
---------------------------------------------*/
.s_care_area {
	background: url(../images/care_bg.jpg) no-repeat center top / 100% auto;
}
.s_care_cont {
	margin-top: 220px;
}
.s_care_lead {
	font-family: var(--ff-cjk);
	font-size: 1.4rem;
}
.s_care_parts_ttl {
	font-size: 2.8rem;
	color: var(--main-color);
	font-weight: var(--fw-reg);
	text-align: center;
}
.s_care_parts_caption {
	font-family: var(--ff-cjk);
	text-align: center;
}
.s_care_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 3px dotted #ddd;
}
.s_care_box:first-of-type {
	margin-top: 20px;
}
.s_care_box_img {
	width: 120px;
	position: relative;
}
.s_care_box_img img {
	width: 120px;
	height: auto;
}
.s_care_box_num {
	position: absolute;
	top: -10px;
	left: 0;
	color: var(--main-color);
	font-family: var(--ff-cjk);
	font-size: 2.4rem;
	font-weight: var(--fw-bold);
}
.s_care_box_cont {
	width: calc(100% - 140px);
}
.s_care_box_ttl {
	color: var(--main-color);
	font-size: 2.4rem;
	font-weight: var(--fw-med);
	line-height: 1.2;
}
.s_care_box_price {
	margin: -5px 0;
}
.s_care_box_time {
	font-family: var(--ff-cjk);
	font-weight: var(--fw-med);
}
.s_care_amount {
	color: var(--main-color);
	font-size: 2.3rem;
}
.s_care_box_em {
	font-family: var(--ff-cjk);
	font-size: 1.4rem;
	font-weight: var(--fw-med);
}
@media screen and (max-width: 375px) {
	.s_care_cont {
		margin-top: 180px;
	}
}

/*----------------------------------------------
	s_plan_area
---------------------------------------------*/
.s_plan_area {
	background: url(../images/bg_gy.jpg) no-repeat center top / 100% auto;
}
.s_plan_box {
	text-align: center;
}
.s_plan_ttl {
	padding: 20px 0 30px;
	color: var(--main-color);
	font-size: 2.8rem;
	font-weight: var(--fw-reg);
}
.s_plan_ttl span {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--main-color);
}
.s_plan_ttl span::before,
.s_plan_ttl span::after {
	position: absolute;
	right: 0;
	left: 0;
	content: "";
	margin: auto;
}
.s_plan_ttl span::before {
	bottom: -3px;
	width: 20px;
	height: 4px;
	background: #fff;
}
.s_plan_ttl span::after {
	bottom: -11.5px;
	width: 28px;
	height: 2px;
	background: var(--main-color);
	transform: rotate(-45deg);
}
.s_pack_box {
	padding: 20px 0;
}
.s_pack_box:not(:last-child) {
	border-bottom: 3px dotted #ddd;
}
.s_pack_box_caption {
	font-family: var(--ff-cjk);
	font-size: 1.4rem;
	font-weight: var(--fw-med);
}
.s_pack_box_ttl {
	margin-top: -10px;
	font-size: 4rem;
	font-weight: var(--fw-reg);
}
.s_pack_box_em {
	color: var(--main-color);
}
.s_pack_box_icons {
	display: flex;
	justify-content: space-between;
}
.s_pack_icon {
	position: relative;
	width: calc((100% / 7) - 5px);
}
.s_pack_icon::before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
	width: calc(100% - 1.5px);
	height: calc(100% - 1.5px);
	background: rgba(240, 240, 240, 0.8);
	border: 2px solid #ccc;
	border-radius: 100px;
}
.s_pack_icon.is_icon_on::before {
	background: transparent;
	border-color: var(--main-color);
}
.s_pack_box_plan {
	position: relative;
	margin: 20px 0 10px;
	padding: 10px 0;
	background: var(--main-color);
	border-radius: 5px;
	color: #fff;
	font-family: var(--ff-cjk);
	font-size: 1.8rem;
	font-weight: var(--fw-med);
	line-height: 1.4;
}
.s_pack_box_plan::before {
	position: absolute;
	top: -8px;
	right: 0;
	left: 0;
	content: "";
	width: 14px;
	aspect-ratio: var(--arrow-vertical-50);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: auto;
	background: var(--main-color);
}
.s_pack_box_total {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
.s_pack_box_time {
	font-family: var(--ff-cjk);
	font-size: 2.4rem;
}
.s_pack_box_price {
	color: var(--main-color);
	font-size: 4rem;
}
/* option - color */
.is_box_gr .s_plan_ttl,
.is_box_gr .s_pack_box_em,
.is_box_gr .s_pack_box_price {
	color: var(--em-color);
}
.is_box_gr .s_plan_ttl span::after,
.is_box_gr .s_pack_box_plan,
.is_box_gr .s_pack_box_plan::before {
	background: var(--em-color);
}
.is_box_gr .s_plan_ttl span {
	border-bottom-color: var(--em-color);
}
.is_box_gr .s_pack_icon.is_icon_on::before {
	border-color: var(--em-color);
}

/*----------------------------------------------
	s_faq_area
---------------------------------------------*/
.s_faq_area {
	background: url(../images/bg_br.jpg) no-repeat center top / 100% auto;
}
.s_faq_box {
	font-family: var(--ff-cjk);
}
.s_faq_box:not(:last-child) {
	margin-bottom: 30px;
}
.s_faq_q {
	position: relative;
	padding: 10px 10px 10px calc(15px + 1em);
	background: var(--base-color);
	border-radius: 5px;
	color: #fff;
	font-weight: var(--fw-med);
	line-height: 1.4;
	cursor: pointer;
}
.s_faq_q::before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: "Q.";
}
.s_faq_arrow {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 40px;
}
.s_faq_arrow::after {
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
	width: 14px;
	aspect-ratio: var(--arrow-vertical-50);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	margin: auto;
	background: var(--base-color);
	transition: all 0.2s;
}
.on .s_faq_arrow::after {
	top: 0;
	bottom: 1px;
	aspect-ratio: var(--arrow-vertical-50);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.s_faq_cont {
	position: relative;
	padding: 10px 10px 10px calc(15px + 1em);
	font-size: 1.4rem;
}
.s_faq_cont::before {
	position: absolute;
	top: 10px;
	left: 10px;
	content: "A.";
}

/*----------------------------------------------
	s_flow_area
---------------------------------------------*/
.s_flow_area {
	background: rgba(var(--rgb-base-color), 0.07);
}
.s_flow_box {
	margin-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}
.s_flow_arrow {
	width: 40px;
	margin: auto;
	aspect-ratio: var(--arrow-vertical-60);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
	background: var(--base-color);
	transform: translateY(15px);
}
.s_flow_step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin: -40px auto 0;
	background: var(--base-color);
	border-radius: 100px;
	color: #fff;
	font-family: var(--ff-noto-serif);
	font-weight: var(--fw-light);
	line-height: 1;
}
.s_flow_num {
	font-size: 3em;
}
.s_flow_ttl {
	color: var(--base-color);
	font-size: 3.2rem;
	font-weight: var(--fw-semi);
}
.s_flow_ex {
	font-family: var(--ff-cjk);
}
.s_flow_btn_list > * {
	margin-top: 20px;
}
.s_flow_step_box {
	margin-top: 20px;
	font-family: var(--ff-cjk);
}
.s_flow_step_ttl {
	margin-bottom: 5px;
	padding: 0.2em 0 0.25em;
	background: rgba(var(--rgb-base-color), 0.2);
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: var(--fw-med);
}
.s_flow_step_txt {
	text-align: left;
	line-height: 1.6;
}

/*----------------------------------------------
	s_shop_area
---------------------------------------------*/
.s_shop_box {
	margin-bottom: 30px;
}
.s_shop_catch {
	position: relative;
	z-index: 1;
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	border: 2px solid var(--base-color);
	color: var(--base-color);
	font-weight: var(--fw-semi);
	text-align: center;
	line-height: 1.4;
	transform: translateY(20px);
}
.s_shop_catch::before,
.s_shop_catch::after {
	position: absolute;
	right: 0;
	left: 0;
	content: "";
	width: 20px;
	margin: auto;
	aspect-ratio: var(--arrow-vertical-60);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
}
.s_shop_catch::before {
	z-index: -2;
	bottom: -10px;
	background: var(--base-color);
}
.s_shop_catch::after {
	z-index: -1;
	bottom: -7px;
	background: #fff;
}
.s_shop_cont {
	font-family: var(--ff-cjk);
}
.s_shop_name {
	margin-top: 5px;
	font-size: 2rem;
	font-weight: var(--fw-med);
}
.s_shop_info {
	font-size: 1.4rem;
	line-height: 1.6;
}
.s_shop_btn_list {
	width: 300px;
	margin: 20px auto 0;
}
.s_shop_btn_list > * {
	margin-top: 10px;
}
/* option - color */
.is_box_color_dark .s_shop_catch {
	border: 2px solid var(--dark-color);
	color: var(--dark-color);
}
.is_box_color_dark .s_shop_catch::before {
	background: var(--dark-color);
}

/*----------------------------------------------
	s_message_area
---------------------------------------------*/
.s_message_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.8rem;
}
.s_message_parson {
	width: calc(30% + 40px);
	margin-left: -50px;
	transform: translateY(10px);
}
.s_message_txt {
	width: calc(70%);
}
.s_message_em {
	color: #ea4f56;
}

/*----------------------------------------------
	s_404_area
---------------------------------------------*/
.page404 .l_all {
	background: url(../images/bg_common.jpg) repeat 0 0;
}
.s_404_area {
	padding: 100px 0 60px;
	text-align: center;
}
.s_404_ttl {
	color: var(--pink-color);
	font-size: 3.6rem;
	font-weight: var(--fw-reg);
	line-height: 1.2;
}
.s_404_em {
	display: block;
	font-size: 3.8em;
}
.s_404_lead {
	margin: 30px 0 60px;
	font-size: 2rem;
}
