/* ------------- */

/* 共通 */

/* ------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	font-size: 18px;
	color: #333333;
	margin: 0 auto;
	line-height: 1.8;
}

/* スマホで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.mincho {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.zen-kaku-gothic {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.aboreto {
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
}

.marcellus {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}

li {
	list-style: none;
}

li a {
	text-decoration: none;
}

h1 {
	font-size: 35px;
	font-weight: lighter;
}

h2 {
	font-size: 28px;
	font-weight: lighter;
}

h3 {
	font-size: 22px;
	font-weight: lighter;
}

p {
	font-size: 18px;
}

.font16 {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #333;
}

section {}

img {
	width: 100%;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ------------- */

/* ボタン */

/* ------------- */
.btn_box {
	left: 50%;
	width: 360px;
	height: 70px;
	margin: 0px auto;
}

.btn {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	letter-spacing: 3px;
	width: 360px;
	height: 70px;
	margin: auto;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	background: linear-gradient(180deg, #02B902 0%, #02B902 95%, #029B02 95%, #029B02 100%);
}

.btn:before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 140px;
	left: 0;
	width: 1100px;
	height: 100%;
	background-color: #fff;
}

.btn.animation a {
	font-size: 22px;
	background: #545454;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0px -1px 0px #fff;
}

.btn.btn-3 {
	width: 260px;
	margin-left: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #777373 0%, #777373 95%, #514C4C 95%, #514C4C 100%);
}

.btn.btn-3 a {
	font-size: 15px;
	display: inline-block;
	line-height: 1.3;
	color: #fff;
	background: #545454;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0px -1px 0px #fff;
}

.arrow-round.arrow-right.arrow-round-3::before {
	right: -125px;
	box-shadow: 1px 0px 0px #545454;
}

.arrow-round.arrow-right.arrow-round-4::before {
	right: -265px;
	box-shadow: 1px 0px 0px #545454;
}

/*アニメーション*/
.animation:before {
	animation: kiran 2.5s ease-in-out infinite;
}

@-webkit-keyframes kiran {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(2) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(8) rotate(45deg);
		opacity: 0;
	}
}

.arrow-round {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	transform: translateY(-50%);
	right: 0;
	top: -56px;
}

.arrow-round::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
}

.arrow-round.arrow-right::before {
	transform: rotate(45deg);
	right: -163px;
}

/* section-btn */
section.section-btn.pc {
	background: #333333;
	padding: 5% 0;
}

/* .btn.animation.btn-2 {
	background: linear-gradient(90deg, #C9AE5C, white);
}

.btn.animation.btn-2 a {
	color: #363636;
	-webkit-text-fill-color: #363636;
	background: none;
} */

/* .arrow-round.arrow-right.arrow-round-3::before {
	border-top: solid 2px #363636;
	border-right: solid 2px #363636;
	right: -343px;
} */

/* ------------- */

/* mv メインビジュアル */

/* ------------- */
ul.mv_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.mv_list li {
	aspect-ratio: 4 / 3;
	/* 高さ固定 */
	background-size: cover;
	background-position: center;
}

.mv_list {
	width: 100%;
	height: 55vh;
	margin-top: 0;
}

h2.mincho {
	margin-top: 36px;
}

.mv_fadein,
.mv_fadein2,
.mv_fadein2 {
	position: absolute;
	background-repeat: no-repeat;
}

.mv_fadein-1 {
	left: 0;
	background-size: contain;
	top: 0px;
	width: 45%;
	height: 2%;
}

.mv_fadein-2 {
	left: 32%;
	background-size: contain;
	top: 0;
	width: 48%;
	height: 1.4%;
}

.mv_fadein-3 {
	right: 0;
	background-size: contain;
	top: 0px;
	width: 28%;
	height: 1%;
}

.mv_fadein-4 {
	background-size: contain;
	left: 0;
	top: 0;
	width: 37%;
	height: 81%;
}

.mv_fadein-5 {
	left: 10%;
	background-size: contain;
	top: -29px;
	width: 80%;
	height: 62%;
}

.mv_fadein-6 {
	background-size: contain;
	right: 0;
	top: -76px;
	width: 30%;
	height: 51%;
}

ul.mv_list.mv_list_bottom {
	position: relative;
	width: 100%;
	height: 76vh;
	margin-top: 140px;
	aspect-ratio: 4 / 3;
	/* 高さ固定 */
	background-size: cover;
	background-position: center;
}

a.line_link {
	font-size: 14px;
	color: #8F8F8F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -15px;
}

section.section-btn.pc a {
	color: #fff;
}

img.mv_logo {
	width: 15%;
}

.mv_wrap {
	width: 75%;
	margin: 0px auto -28px;
	text-align: center;
	margin-top: -180px;
}

.mv {
	background-color: #F2EFE8;
	overflow: hidden;
}

.mv_wrap h2 {
	font-size: 40px;
	color: #333333;
	line-height: 1.5;
}

.fade-in3 p {
	font-size: 23px;
	position: relative;
	width: 80%;
	margin: 10px auto;
}

.top_square_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 900px;
	margin: 0 auto 45px;
}

.top_square {
	width: 80%;
	height: 55px;
	transform: skewX(-45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 7px;
	background-image: linear-gradient(to bottom, #9E9169 50%, #8B8161 50%);
}

.top_square p {
	transform: skewX(45deg);
	margin: 0;
	font-size: 20px;
	width: 100%;
	display: inline-block;
	color: #fff;
}

.top_square:first-child {
	width: 60%;
}

.top_square:nth-child(2) {
	width: 50%;
}

/* ------------- */

/* section-1 */

/* ------------- */
section.section-1 {
	background: #F2EFE8;
	padding: 10px 0;
	padding-bottom: 100px;
}

.flex.section-1_flex {
	justify-content: space-between;
	width: 75%;
	margin: 50px auto;
	align-items: end;
}

.section-1_img {
	width: 55%;
	padding-bottom: 15%;
	position: relative;
}

.slide-in-top {
	position: absolute;
	content: "";
	display: inline-block;
	top: 50px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 80px;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
	opacity: 0;
	transform: rotate(90deg) translateX(-50px);
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
	transform-origin: left top;
}

.slide-in-top.show {
	opacity: 1;
	transform: rotate(90deg) translateX(0);
}

.inner_wrap {
	width: 50%;
}

p.bg_beige_heading {
	font-size: 32px;
}

p.bg_beige_heading span {
	display: inline-block;
	background: #C9AE5C;
	margin: 6px 0px;
	color: #fff;
	padding: 0 5px;
}

/* .fade-in_heading {
	opacity: 0;
	transition: all 2s;
} */

.fadeIn {
	opacity: 1;
}

p.right_border_item {
	margin: 30px 0;
	padding-left: 2em;
	position: relative;
}

p.right_border_item::before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	border-radius: 2px;
	margin-bottom: 10px;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
	background-color: #333333;
}

.section_text {
	width: 75%;
	margin: 0 auto;
}

.section_text p {
	margin: 35px 0;
}

section.section-1 .btn_box {
	margin-top: 100px;
	margin-bottom: 0;
}

.arrow-round.arrow-right.arrow-round-2::before {
	right: -340px;
	box-shadow: 1px 0px 0px #545454;
}

/* ------------- */

/* section-2 */

/* ------------- */
section.section-2 {
	padding: 50px 0 0;
	background-image: url(https://sarto.jp/wp-content/uploads/Group-38.png);
	display: inline-block;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
}

.width_left {
	width: 75%;
	margin: 0 auto;
}

p.text_width {
	width: 54%;
	line-height: 2;
}

.case,
.case_2,
.case_3 {
	margin: 60px 0 100px;
	width: 48%;
	position: relative;
}

.case::after {
	position: absolute;
	content: "01";
	top: -16px;
	right: 0;
	display: inline-block;
	color: #F9F9F9;
	opacity: .8;
	font-size: 184px;
	z-index: 99;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
}

.case_2::after {
	position: absolute;
	content: "02";
	top: -16px;
	left: -70px;
	display: inline-block;
	color: #F9F9F9;
	opacity: .8;
	font-size: 184px;
	z-index: 99;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
}

.case_3::after {
	position: absolute;
	content: "03";
	top: -16px;
	right: 0;
	display: inline-block;
	color: #F9F9F9;
	opacity: .8;
	font-size: 184px;
	z-index: 99;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
}

.show-2 {
	transform: translateX(0);
}

.position_item_left {
	position: relative;
	padding-left: 2.5em;
	font-size: 20px;
	color: #C9AE5C;
}

.position_item_left::before {
	position: absolute;
	content: "";
	display: block;
	width: 37px;
	height: 1px;
	border-radius: 2px;
	margin-bottom: 10px;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
	background-color: #C9AE5C;
}

p.ab_txt {
	position: absolute;
	z-index: 9999;
}

.flex.position_img {
	align-items: flex-start;
	width: 65%;
	justify-content: space-between;
	padding-top: 126px;
}

.flex.position_img img {
	margin: 0 30px;
}

.before_img img {
	width: 100%;
}

.before_img {
	position: relative;
}

.before_img::before {
	position: absolute;
	content: "BEFORE";
	transform: rotate(90deg);
	top: 25px;
	left: -13%;
	color: #CECECE;
	font-size: 24px;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}

.after_img {
	padding-left: 60px;
	position: relative;
}

.after_img::before {
	position: absolute;
	content: "AFTER";
	transform: rotate(90deg);
	top: 19px;
	left: 6%;
	color: #333333;
	font-size: 24px;
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}

/* ------------- */

/* section-3 */

/* ------------- */
section.section-3 {
	padding-top: 50px;
}

.width_right {
	width: 85%;
	text-align: right;
	/* margin-left: auto; */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.position_item_right {
	position: relative;
	padding-left: 2.5em;
	font-size: 20px;
	color: #C9AE5C;
}

.position_item_right::before {
	position: absolute;
	content: "";
	display: block;
	width: 37px;
	height: 1px;
	border-radius: 2px;
	margin-bottom: 10px;
	right: 160px;
	transform: translateY(-50%);
	top: 50%;
	background-color: #C9AE5C;
}

/* ------------- */

/* section-4 */

/* ------------- */
section.section-4 {
	width: 100%;
	margin: 0;
	padding: 200px 0;
	position: relative;
	top: 201px;
	overflow: hidden;
	position: relative;
	margin-top: -30%;
	margin-bottom: 12%;
}

section.section-4::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F2EFE8;
	transform: skewY(8deg) translateY(115px);
	z-index: -1;
}

/* ------------- */

/* section-5 */

/* ------------- */
section.section-5 {
	background: #C9AE5C;
	padding: 100px 0;
}

p.large_txt {
	text-align: center;
	font-size: 68px;
	color: #fff;
	margin-top: 0;
}

p.large_txt span {
	display: block;
	font-size: 40px;
	margin-bottom: -10px;
}

.reason {
	width: 60%;
	margin: 50px auto;
	color: #fff;
	border-left: .5px solid;
}

section.section-5 h3 {
	width: 60%;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
}

/* テキストアニメーション */
.reason_txt {
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}

.reason_txt span {
	display: block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.reason_txt.-visible,
.reason_txt.-visible span {
	transform: translate(0, 0);
}

h1.reason_txt.-visible {
	color: #fff;
}

span.reason_heading,
span.reason_heading-2,
span.reason_heading-3 {
	font-size: 24px;
	position: relative;
	padding-left: 2em;
	height: 5em;
	font-weight: 100;
}

span.reason_heading::before {
	position: absolute;
	top: -50px;
	content: "1";
	left: -38px;
	font-size: 120px;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
}

span.reason_heading-2::before {
	position: absolute;
	top: -50px;
	content: "2";
	left: -38px;
	font-size: 120px;
}

span.reason_heading-3::before {
	position: absolute;
	top: -50px;
	content: "3";
	left: -38px;
	font-size: 120px;
}

.reason_wrap p {
	margin-bottom: 30px;
	font-size: 16px;
}

.reason_width {
	width: 100%;
	margin: 0 auto;
	margin-top: -70px;
	padding-left: 55px;
}

.reason_wrap {
	width: 100%;
	border-bottom: .5px solid #fff;
	padding-left: 5%;
	padding: 50px;
	padding-left: 10%;
	padding-top: 55px;
}

.reason_wrap:first-child {
	padding-top: 30px;
}

.reason_wrap:last-child {
	border: none;
}

/* ------------- */

/* 料金案内 */

/* ------------- */
section.section-6 {
	padding: 100px 0;
	width: 80%;
	margin: 0 auto;
}

p.beige_heading {
	font-size: 32px;
	color: #C9AE5C;
	text-align: center;
}

.flex.price_list {
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 60px;
}

.price_item {
	margin: 5px 5px;
	background: #F2EFE8;
	padding: 30px 0 30px;
	width: 17%;
}

.price_item p {
	text-align: center;
	margin: 0;
}

/* ------------- */

/* お客様の声 */

/* ------------- */
section.section-7 {
	padding: 100px 0;
	background: #F2EFE8;
}

.slider {
	display: flex;
	width: 65%;
	margin: 70px auto;
	justify-content: space-between;
}

.slide {
	width: 30%;
}

.voice_txt {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0;
}

p.voice_txt_inner {
	font-size: 14px;
}

@media screen and (min-width: 1025px) {
	.slider {
		display: flex;
		/* 普通にflexで横並び */
		gap: 20px;
		/* 余白をシンプルに管理 */
	}

	.slider .slick-slide {
		width: auto !important;
		/* slickの幅指定を無効化 */
		float: none !important;
		margin: 0 !important;
	}

	.slider .slick-track {
		display: block !important;
		/* flexが残らないように */
	}
}

/* ------------- */

/* よくあるご質問 */

/* ------------- */
section.section-8 {
	padding: 100px 0;
	width: 80%;
	margin: 0 auto;
}

section.section-8 h2,
section.section-9 h2 {
	text-align: center;
	margin-bottom: 40px;
}

.qa_wrap {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 1000px;
	margin-bottom: 60px;
}

details.qa-007,
details.qa-008 {
	background-color: #FFFFFB;
	margin: 9px auto;
	width: 92%;
	padding: 20px 40px 20px 53px;
	border-radius: 12px;
	font-size: 16px;
	position: relative;
	color: #000;
	border: .5px solid #333333;
}

details.qa-008 {
	background-color: #F1F1F1;
	margin: 10px auto 15px;
	width: 65%;
	padding: 20px 35px 20px 53px;
	border-radius: 12px;
	font-size: 16px;
	position: relative;
	color: #000;
	border: 1px solid #BFBFBF;
}

details.qa-007::before,
details.qa-008::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	width: 16px;
	height: 1px;
	background: #BBBBBB;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

details.qa-007::after,
details.qa-008::after {
	position: absolute;
	content: '';
	top: 48%;
	right: 25px;
	width: 16px;
	height: 1px;
	background: #BBBBBB;
	rotate: 90deg;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* details.qa-008::before,
details.qa-008::after {
	background: #fff;
} */

details.qa-007 p,
details.qa-008 p {
	padding-top: 15px;
	font-size: 14px;
	margin-bottom: 0;
	position: relative;
}

/* 
 details.qa-008 p{
	color: #fff;
 } */

details.qa-007 P::before {
	content: "A";
	position: absolute;
	font-size: 18px;
	color: #C9AE5C;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	padding: 5px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	left: -41px;
	top: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qa-007 summary,
.qa-008 summary {
	display: block;
	list-style: none;
	position: relative;
}

.qa-007 summary::before {
	content: "Q";
	position: absolute;
	font-size: 18px;
	color: #9B9B9B;
	font-family: "Aboreto", system-ui;
	font-weight: 400;
	font-style: normal;
	padding: 5px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	left: -41px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.qa-007 summary::-webkit-details-marker,
.qa-008 summary::-webkit-details-marker {
	display: none;
}

details.qa-007[open]::after,
details.qa-008[open]::after {
	display: none;
}

details.qa-007[open]::before,
details.qa-008[open]::before {
	top: 43px;
}

/* ------------- */

/* 店舗一覧 */

/* ------------- */
section.section-9 {
	padding: 100px 0;
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #bbb;
}

.shop_detail {
	width: 80%;
	margin: 80px auto;
}

.shop_detail_inner {
	position: relative;
	margin: 15px 0;
}

.shop_detail_inner::before {
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	content: "";
	background-image: url(https://sarto.jp/wp-content/uploads/icon-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	left: 0px;
}

.shop_detail_inner.shop_detail_inner-2::before {
	display: inline-block;
	width: 23px;
	height: 23px;
	position: absolute;
	content: "";
	background-image: url(https://sarto.jp/wp-content/uploads/icon-2.png);
	background-repeat: no-repeat;
	left: 0px;
	background-size: contain;
}

.shop_detail_inner.shop_detail_inner-3::before {
	position: absolute;
	content: "";
	background-image: url(https://sarto.jp/wp-content/uploads/icon-3.png);
	background-repeat: no-repeat;
	left: 0px;
	background-size: contain;
}

.shop_detail_inner.shop_detail_inner-4::before {
	position: absolute;
	content: "";
	background-image: url(https://sarto.jp/wp-content/uploads/icon-4.png);
	background-repeat: no-repeat;
	left: 0px;
	background-size: contain;
}

.shop_detail p {
	font-size: 20px;
}

.flex.shop_list div {
	width: 30%;
	margin: 0px 25px;
}

.shop_detail li {
	padding-left: 2em;
}

/* ------------- */

/* sp */

/* ------------- */
@media screen and (max-width: 751px) {

	main {
		overflow: hidden;
	}

	.elementor.elementor-3394.elementor-location-header {
		display: none;
	}

	/* "sp"のclassがついた画像が表示される */
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	body {
		font-size: 14px;
		color: #000;
		margin: 0 auto;
		line-height: 1.4;
	}

	h1 {
		font-size: 35px;
		font-weight: lighter;
	}

	h2 {
		font-size: 28px;
		font-weight: lighter;
	}

	h3 {
		font-size: 18px;
		font-weight: lighter;
	}

	p {
		font-size: 14px;
	}

	.font16 {
		font-size: 16px;
	}

	/* 追従バナー */
	.header-2.hidden {
		width: 100%;
		position: fixed;
		z-index: 9999999999;
		justify-content: flex-end;
		align-items: center;
		bottom: 0px;
		padding-bottom: 0px;
		left: 0;
		background: #333;
		padding: 15px 0;
	}

	/* .header-2 {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
		transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
	} */

	.header-2.show {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		/* 元の位置に戻る */
	}

	.btn_box {
		width: 370px;
	}

	.btn_box_hd {
		left: 50%;
		/* width: 350px; */
		height: 50px;
		align-items: center;
	}

	.btn_content {
		display: inline-flex;
	}

	.btn_hd {
		line-height: 70px;
		letter-spacing: 3px;
		width: 180px;
		height: 45px;
		position: relative;
		background: linear-gradient(180deg, #02B902 0%, #02B902 95%, #029B02 95%, #029B02 100%);
	}

	.btn.btn-3 {
		width: 140px;
		height: 45px;
		margin-left: 10px;
	}

	.btn.btn-3 a {
		font-size: 10px;
		line-height: 1.3;
	}

	.btn.animation.btn-2.btn_hd a {
		font-size: 13px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 45px;
		-webkit-background-clip: text;
	}

	.arrow-round {
		right: 7px;
		top: 0;
	}

	.arrow-round.arrow-right.arrow-round-3.arrow-round_hd::before {
		right: 0;
		top: 43px;
		width: 6px;
		height: 6px;
	}

	.arrow-round.arrow-right.arrow-round-4::before {
		right: 0;
		top: 43px;
		width: 6px;
		height: 6px;
	}

	a.line_link {
		font-size: 10px;
		color: #fff;
		margin-top: -22px;
	}

	/*アニメーション*/
	.animation:before {
		animation: kiran 2.5s ease-in-out infinite;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 400px;
		height: 60px;
		background: white;
		transform: translate(-50%, -50%);
		animation: kiran 2.5s ease-in-out infinite;
		pointer-events: none;
		/* ボタンのクリックを邪魔しない */
	}

	@-webkit-keyframes kiran {
		0% {
			transform: scale(0) rotate(45deg);
			opacity: 0;
		}

		80% {
			transform: scale(0) rotate(45deg);
			opacity: 0.5;
		}

		81% {
			transform: scale(2) rotate(45deg);
			opacity: 1;
		}

		100% {
			transform: scale(8) rotate(45deg);
			opacity: 0;
		}
	}

	.mv {
		position: relative;
		/* 子要素の absolute を効かせる */
		overflow: visible !important;
		/* ←ここ重要！ hiddenだと.scroll_downが切れる */
	}

	/* .scroll_down {
		position: absolute;
		font-size: 13px;
		color: #fff;
		writing-mode: vertical-rl;
		bottom: 15%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		background: rgba(255, 0, 0, 0.3);
		color: black !important;
	} */

	.scroll_down {
		position: absolute;
		bottom: 22%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		color: #fff;
		writing-mode: vertical-rl;
		z-index: 50;
		/* mv内の他の装飾より上にする */
		opacity: 1 !important;
		/* デバッグ時は強制表示 */
	}

	.scroll_down::after {
		content: '';
		display: inline-block;
		position: absolute;
		background-color: #fff;
		right: 50%;
		bottom: -205px;
		transform: translateX(-50%);
		width: 1px;
		height: 180px;
		animation: scroll 1.5s infinite;
	}

	@keyframes scroll {
		0% {
			transform: scale(1, 0);
			transform-origin: 0 0;
		}

		50% {
			transform: scale(1, 1);
			transform-origin: 0 0;
		}

		50.1% {
			transform: scale(1, 1);
			transform-origin: 0 100%;
		}

		100% {
			transform: scale(1, 0);
			transform-origin: 0 100%;
		}
	}

	/* 3秒間かけてフェードイン */
	.fade-in4 {
		animation-name: fadeIn3s;
		animation-delay: 3s;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
		opacity: 0;
	}

	@keyframes fadeIn3s {
		0% {}

		100% {
			opacity: 1;
		}
	}

	.mv_fadein-1 {
		width: 46%;
		height: 25%;
		left: 0;
		top: 0px;
	}

	.mv_fadein-2 {
		left: 17%;
		width: 75%;
		height: 14%;
	}

	.mv_fadein-3 {
		top: -2px;
		width: 40%;
		height: 13%;
	}

	ul.mv_list.mv_list_bottom {
		height: 30vh;
		margin-top: 90px;
		margin-bottom: 0;
		position: initial;
	}

	.mv_fadein-4 {
		left: 0;
		width: 32%;
		height: 20%;
		position: absolute;
		top: 67%;
	}

	.mv_fadein-5 {
		left: 0%;
		width: 91%;
		height: 19%;
		position: absolute;
		top: 65%;
	}

	.mv_fadein-6 {
		right: 0;
		width: 45%;
		height: 24%;
		position: absolute;
		top: 60%;
	}

	.section-1_img::before {
		top: 89%;
		left: 142px;
		color: rgba(255, 255, 255, 0.7);
		font-size: 50px;
		font-family: "Marcellus", serif;
		font-weight: 400;
		font-style: normal;
	}

	.section-1_img {
		width: 100%;
		padding-bottom: 10%;
		position: relative;
	}

	.slide-in-top {
		top: 125px;
		font-size: 48px;
	}

	.mv_wrap {
		width: 100%;
		margin: 0px auto;
		margin-top: -25px;
	}

	img.mv_logo {
		width: 25%;
	}

	.mv_list {
		height: 25vh;
	}

	h2.mincho {
		margin-top: 10px;
	}

	.mv_wrap h2 {
		font-size: 25px;
		color: #333333;
	}

	.fade-in3 p {
		font-size: 16px;
		width: 96%;
		margin: 0px auto;
		line-height: 1.2;
	}

	.top_square:nth-child(2) {
		width: 70%;
	}

	.top_square_flex {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.top_square {
		height: 42px;
		width: 70%;
		transform: inherit;
		margin: 5px auto;
		background-image: linear-gradient(to bottom, #9E9169 50%, #8B8161 50%);
		border-radius: 5px;
	}

	.top_square:first-child {
		width: 70%;
	}

	.top_square p {
		transform: inherit;
	}

	.flex.section-1_flex {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	.inner_wrap {
		width: 96%;
	}

	p.bg_beige_heading {
		font-size: 24px;
	}

	p.right_border_item {
		margin: 10px 0;
		padding-left: 2em;
		position: relative;
	}

	p.right_border_item::before {
		width: 10px;
	}

	.section_text {
		width: 90%;
		margin: 0 auto;
	}

	.section-1_img {
		width: 100%;
		padding-bottom: 15%;
		position: relative;
	}

	section.section-1 {
		padding: 10px 0 1px;
	}

	.sp_suit_bg {
		padding: 0 0 12px;
		background-image: url(https://sarto.jp/wp-content/uploads/bg-sp.jpg);
		display: inline-block;
		background-size: cover;
		width: 100%;
		height: 450px;
		background-position: center;
		margin-bottom: -2px;
	}

	section.section-2 {
		padding: 0;
		background: none;
		margin-top: -100px;
	}

	.width_left {
		width: 90%;
		margin: 0 auto;
	}

	p.text_width {
		width: 100%;
		line-height: 1.8;
	}

	.position_item_left {
		margin-bottom: 0;
	}

	.case {
		margin: 50px 0 70px;
		width: 100%;
		position: relative;
	}

	.case_2,
	.case_3 {
		margin: 50px 0 35px;
		width: 100%;
		position: relative;
	}


	p.font16.ab_txt {
		width: 97%;
		margin: auto;
		margin-top: 20px;
	}

	.slide-in {
		margin: 20px auto;
	}

	.flex.position_img {
		align-items: flex-start;
		width: 100%;
		margin-top: 218px;
		padding-top: 0;
	}


	.flex.position_img:first-child {
		margin-top: 100px;
	}

	.before_img {
		position: relative;
		padding-left: 15px;
	}

	.after_img {
		padding-left: 37px;
		position: relative;
	}

	.flex.position_img img {
		margin: 0px;
	}

	.before_img::before {
		top: 13px;
		left: -16%;
		color: #CECECE;
		font-size: 14px;
	}

	.after_img::before {
		top: 10px;
		left: 2%;
		color: #333333;
		font-size: 14px;
	}

	section.section-3 {
		width: 100%;
		margin: 0;
		padding: 100px 0 150px;
		position: relative;
		top: -21px;
		overflow: hidden;
		position: relative;
		margin-top: 6%;
		margin-bottom: 13%;
	}

	section.section-3::before {
		content: '';
		position: absolute;
		top: 67px;
		bottom: 53px;
		left: 0;
		right: 0;
		background-color: #F2EFE8;
		z-index: -1;
		transform: skewY(15deg);
	}

	.width_right {
		width: 96%;
		text-align: left;
		margin-left: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.position_item_right {
		color: #C9AE5C;
		padding-left: 3em;
	}

	.position_item_right::before {
		right: 0;
		left: 0;
	}

	.case::after {
		top: 8px;
		right: 9px;
		opacity: .8;
		font-size: 180px;
		font-style: italic;
	}

	.case_3::after {
		top: -15px;
		right: 9px;
		opacity: .8;
		font-size: 180px;
		font-style: italic;
	}

	.case_2::after {
		top: 30px;
		left: 125px;
		opacity: .8;
		font-size: 184px;
		font-style: italic;
	}

	section.section-4::before {
		content: none;
	}

	section.section-4 {
		top: 0;
		padding: 50px 0;
	}

	section.section-5 {
		padding: 80px 0;
	}

	p.large_txt {
		text-align: center;
		font-size: 35px;
		color: #fff;
		margin-top: 0;
		margin-bottom: -15px;
	}

	p.large_txt span {
		display: block;
		font-size: 20px;
		margin: 0px;
		margin-bottom: -10px;
	}

	.reason_wrap {
		width: 100%;
		border-bottom: .5px solid #fff;
		padding-left: 7%;
		padding-bottom: 0px;
		padding-top: 25px;
		padding-right: 0;
	}

	section.section-5 h3 {
		width: 85%;
		margin: 0 auto;
		color: #fff;
		font-size: 20px;
		text-align: center;
		font-weight: 400;
	}

	.reason {
		width: 90%;
		margin-bottom: 0;
	}

	.reason_width {
		width: 100%;
		margin: 0 auto;
		margin-top: 0px;
		padding-left: 0;
	}

	span.reason_heading::before,
	span.reason_heading-2::before,
	span.reason_heading-3::before {
		left: 13px;
		font-size: 56px;
		top: -15px;
	}

	span.reason_heading,
	span.reason_heading-2,
	span.reason_heading-3 {
		font-size: 18px;
		position: relative;
		padding-left: 3.5em;
		height: 3.5em;
		width: 96%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.reason_wrap p {
		margin-bottom: 30px;
		font-size: 14px;
		margin-top: -12px;
		font-weight: 300;
		letter-spacing: .5px;
		line-height: 20px;
	}

	.reason_wrap:first-child {
		padding-top: 20px;
	}

	.reason_wrap:last-child {
		padding-bottom: 15px;
	}

	section.section-6 {
		padding: 50px 0;
		width: 100%;
		margin: 0 auto;
	}

	.beige_heading {
		font-size: 28px;
	}

	.price_item {
		margin: 5px 5px;
		background: #F2EFE8;
		padding: 30px 0 30px;
		width: 40%;
	}

	section.section-7 {
		padding: 50px 0;
		background: #F2EFE8;
	}

	p.beige_heading {
		font-size: 28px;
		margin: 0;
	}

	.flex.price_list {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 25px;
	}

	.slider {
		display: flex;
		width: 75%;
		margin: 35px auto;
		justify-content: space-between;
	}

	section.section-8 {
		padding: 50px 0;
		width: 98%;
		margin: 0 auto;
	}

	section.section-8 h2,
	section.section-9 h2 {
		text-align: center;
		margin-bottom: 20px;
		text-align: left;
		padding-left: 1em;
		width: 92%;
	}

	details.qa-007,
	details.qa-008 {
		border-radius: 0;
		padding: 20px 40px 20px 40px;
	}

	.qa-007 summary::before {
		content: "Q";
		position: absolute;
		font-size: 18px;
		left: -35px;
		top: 15%;
	}

	details.qa-007::after,
	details.qa-008::after {
		position: absolute;
		content: '';
		top: 30%;
		right: 12px;
		width: 16px;
	}

	details.qa-007::before,
	details.qa-008::before {
		position: absolute;
		content: '';
		top: 30%;
		right: 12px;
		width: 16px;
	}

	section.section-9 {
		padding: 0px 0;
		width: 90%;
		border-top: none;
	}

	.shop_detail {
		width: 96%;
		margin: 35px auto;
		border-bottom: 1px solid #bbb;
		padding-bottom: 30px;
	}

	.shop_detail p {
		font-size: 18px;
	}

	.shop_detail_inner::before,
	.shop_detail_inner.shop_detail_inner-2::before,
	.shop_detail_inner.shop_detail_inner-3::before,
	.shop_detail_inner.shop_detail_inner-4::before {
		display: inline-block;
		width: 17px;
		height: 17px;
		left: -3px;
		top: 3px;
	}

	.flex.shop_list {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}

	.flex.shop_list div {
		width: 47%;
		margin: 5px;
	}

	details.qa-007 p,
	details.qa-008 p {
		padding-top: 15px;
		margin-bottom: 0;
	}

	details.qa-007 P::before {
		left: -33px;
		top: 18px;
	}

	.shop_detail li {
		padding-left: 1.5em;
	}
}

/* ------------------------------

2025/09/02 追加

------------------------------ */
html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3 {
	font-weight: 400;
}

body.page-id-15978 #bfb_content_pc,
body.page-id-15978 #bfb_content_sp {
	display: none !important;
}

body.page-id-15978 section[data-id="9072439"],
body.page-id-15978 section[data-id="bd6629c"],
body.page-id-15978 section[data-id="a556361"],
body.page-id-15978 section[data-id="aa922bc"],
body.page-id-15978 section[data-id="79f4584"],
body.page-id-15978 section[data-id="55afd99"],
body.page-id-15978 section[data-id="3cf7104"] {
	display: none !important;
}