@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

body {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #241613;
	background: #efefef;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

.inner {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

a {
	transition: all .6s;
}

a:hover {
	opacity: .8;
}

.fade-up {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

.sorts {
	font-family: "Sorts Mill Goudy", serif;
	font-weight: 400;
}

.cont-inner {
	width: calc(100% - 20px);
	margin: 0 auto;
}

.lp-cont {
	background: #fff;
}

header {
	background: #fff;
}

.header-logo {
	width: 200px;
	margin: 0 auto;
}

.fv {
	padding: 0 10px 20px 0px;
}

.cta-cont.fixed-cont {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0px;
	padding: 10px 0;
	width: 100%;
	max-width: 700px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all .7s;
	background: #fff;
}

.cta-cont.fixed-cont.active {
	opacity: 1;
	visibility: visible;
}

.cta-cont.fixed-cont.hide {
	opacity: 0;
	visibility: hidden;
}

.cta-cont-txt {
	width: 90%;
	margin: 0 auto 10px;
}

.cta-cont-flex .cta-cont {
	width: 77%;
}

.cta-cont-flex .cta-cont:nth-child(2) {
	width: 21%;
}

section {
	padding: 70px 0;
}

.cmn-title {
	margin-bottom: 30px;
	text-align: center;
}

.cmn-title p {
	font-size: 30px;
	padding-bottom: 25px;
	line-height: 1;
	position: relative;
	text-transform: capitalize;
}

.cmn-title p::before {
	content: "";
	height: 20px;
	width: 1px;
	background: linear-gradient(to bottom, #cab670, #ae9352);
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.cmn-title h2 {
	font-size: 12px;
}

.about-img {
	margin-bottom: 30px;
}

.about-txt {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.about-txt p {
	font-size: 16px;
}

.features,
.rec {
	background: #fbf6f2;
	position: relative;
	margin-top: 70px;
	padding-top: 50px;
}

.features::before,
.rec::before {
	content: "";
	position: absolute;
	left: 0;
	top: -75px;
	z-index: 1;
	display: block;
	width: 115%;
	height: 300px;
	border-top-left-radius: 200% 200%;
	border-top-right-radius: 200% 200%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: #fbf6f2;
}

.features ol {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

.features ol li {
	margin-bottom: 70px;
}

.features ol li:last-child {
	margin-bottom: 0;
}

.features-flex {
	align-items: initial;
}

.features-flex-cont {
	width: calc(100% - 120px);
}

.features-flex-txt {
	width: 120px;
	position: relative;
}

.ver-title {
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
	justify-content: center;
}

.ver-title p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -.55rem;
}

.ver-title h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: 500;
}

.features-flex-cont-img {
	margin-bottom: 20px;
	position: relative;
}

.features-flex-cont-img p {
	font-size: 90px;
	color: #d7c9a8;
	position: absolute;
	top: -45px;
	right: -40px;
	line-height: 1;
}

.features-flex-cont-txt {
	margin-left: 20px;
}

.features-flex-cont-txt h3 {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	color: #af9452;
	padding-bottom: 20px;
	letter-spacing: .1em;
}

.features-flex-cont-txt h3 span {
	font-size: 20px;
	letter-spacing: .05em;
}

.features-flex-cont-txt p {
	font-size: 14px;
	line-height: 2;
}

.features ol li:nth-child(2) .features-flex-cont-img p {
	right: initial;
	left: -40px;
}

.features ol li:nth-child(2) .features-flex-cont-txt {
	margin-left: 0;
	margin-right: 20px;
}

.cta-cont-top {
	margin-bottom: 30px;
}

.cta-cont-top-top {
	background-image: url(../img/salon_bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
}

.cta-cont-top-top img:nth-child(1) {
	width: 70%;
	margin: 0 auto 10px;
}

.cmn-title p.box-top {
	padding-bottom: 5px;
}

.cmn-title p.box-top::before {
	display: none;
}

.cmn-title h2.box {
	border: 1px solid #ae9352;
	border-radius: 0px;
	line-height: 1;
	padding: 6.5px 10px;
	display: inline-block;
}

.point-list ol li {
	margin-bottom: 50px;
}

.point-list ol li:last-child {
	margin-bottom: 0;
}

.point-list-title {
	text-align: center;
	margin-bottom: 30px;
}

.point-list-title p {
	font-size: 30px;
}

.point-list-title p span {
	font-family: "Zen Old Mincho", serif;
	font-size: 40px;
	color: #af9452;
}

.point-list-title h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
}

.point-list-txt {
	width: calc(100% - 40px);
	margin: 0 auto 30px;
}

.point-list-txt p {
	font-size: 14px;
	line-height: 2;
}

.cont-cont-inner {
	position: relative;
	width: calc(100% - 40px);
	margin: 0 auto;
	z-index: 1;
}

.rec-box {
	background: #fff;
	border-radius: 20px;
	padding: 50px 20px;
}

.rec-box .cmn-title {
	margin-top: -65px;
}

.rec-box .rec-box-cont p {
	font-size: 20px;
	margin-right: 20px;
	border-radius: 20px;
	padding: 10px;
	background: #b2b9be;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}

.rec-box .rec-box-cont p:nth-child(even) {
	margin-right: 0;
	margin-left: 20px;
	background: #b6a477;
}

.rec-box .rec-box-cont p:last-child {
	margin-bottom: 0;
}

.rec-box .rec-box-cont p:nth-child(2) {
	padding-block: 20px;
}

.achievements {
	padding-bottom: 45px;
}

.achievements .cmn-title {
	margin-bottom: 60px;
}

.achievements .cont-inner {
	max-width: 500px;
}

.swiper-wrapper {
	align-items: stretch;
}

.swiper-slide {
	background: #e5e5e5;
	height: auto;
}

.achievements-box {
	height: 100%;
}

.achievements-box-img {
	margin: 0 20px 0 0;
	position: relative;
	top: -27px;
}

.achievements-box-txt {
	padding: 0 20px 20px;
}

.achievements-box-txt h3 {
	font-size: 18px;
	line-height: 1.6;
	padding-bottom: 10px;
	font-weight: 600;
}

.achievements-box-txt p {
	font-size: 14px;
	line-height: 1.5;
}

.controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 420px;
	margin: 20px auto 0;
}

.swiper-button-prev,
.swiper-button-next {
	cursor: pointer;
}

.swiper-pagination {
	text-align: center;
	flex: 1;
	position: relative;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #b2b9be;
}

.swiper-pagination-bullet-active {
	background: #cbb770;
	width: 115px;
	border-radius: 20px;
}

.swiper-button-prev,
.swiper-button-next {
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: relative;
}

.swiper-button-prev {
	transform: rotate(180deg);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.flow {
	background: linear-gradient(to bottom, #fff, #fbf6f2);
	position: relative;
	padding-bottom: 0px;
}

.flow .ver-title {
	align-items: flex-end;
	flex-direction: initial;
	justify-content: flex-start;
	margin-left: 10px;
	margin-bottom: 30px;
}

.flow-list ol li {
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto 70px;
}

.flow-list ol li::before {
	content: "";
	position: absolute;
	bottom: -67px;
	left: 40px;
	width: 2px;
	height: 57.5px;
	background: linear-gradient(to bottom, #cbcbcb, #666);
}

.flow-list ol li:nth-child(2) {
	margin-bottom: 110px;
}

.flow-list ol li:nth-child(2)::before {
	height: 120px;
	bottom: -110px;
}

.flow-list ol li:nth-child(3) {
	margin-bottom: 90px;
}

.flow-list ol li:nth-child(3)::before {
	height: 100px;
	bottom: -90px;
}

.flow-list ol li:last-child {
	margin-bottom: 50px;
}

.flow-list ol li:last-child::before {
	bottom: -42px;
	height: 50px;
}

.flow-list ol li:last-child::after {
	content: "▼";
	color: #666;
	position: absolute;
	left: 34.5px;
	bottom: -49px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.flow-list-img {
	position: absolute;
	right: 10px;
	top: -80px;
	z-index: 1;
	height: 120px;
}

.flow-list-img img {
	height: 100%;
	width: auto;
}

.flow-list-txt {
	width: calc(100% - 100px);
}

.flow-list-txt-title {
	margin-bottom: 10px;
	position: relative;
}

.flow-list-txt-title p {
	font-size: 56px;
	color: rgba(175, 148, 82, .1);
	line-height: 1;
}

.flow-list-txt-title p span {
	font-family: "Zen Old Mincho", serif;
	line-height: 1;
}

.flow-list-txt-title h3 {
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 18px;
	color: #af9452;
	font-weight: 700;
}

.flow-list-txt-txt {
	padding-bottom: 10px;
}

.flow-list-txt-txt p {
	font-size: 14px;
	line-height: 2;
}

.flow-list-btn {
	max-width: 240px;
}

.flow-txt-box {
	width: calc(100% - 20px);
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #cab670;
	text-align: center;
	padding: 15px 0;
}

.flow-txt-box p {
	font-size: 24px;
}

.chance-img {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.acc-wrap {
	width: calc(100% - 20px);
	margin: 0 auto;
}

.acc-cont {
	display: none;
}

.acc-header {
	position: relative;
	align-items: center;
	cursor: pointer;
	padding: 20px 30px 15px 0;
	display: flex;
	border-bottom: 1px solid #b2b9be;
}

.acc-header p {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #af9452;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-right: 15px;
	position: relative;
}

.acc-header h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	width: calc(100% - 45px);
}

.acc-header::before,
.acc-header::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #b6a477;
	transition: all 0.3s ease;
	transform: translateY(-50%);
}

/* 縦棒（＋の縦） */
.acc-header::after {
	transform: translateY(-50%) rotate(90deg);
}

/* アクティブ時は横棒（ー）に */
.active .acc-header::after {
	transform: translateY(-50%) rotate(0deg);
	/* 消える */
	opacity: 0;
}

.active .acc-header::before {
	transform: translateY(-50%) rotate(0deg);
	/* 横棒だけ残す */
}

.acc-cont p {
	font-size: 14px;
	line-height: 1.7;
	transition: all .7s;
}

.active .acc-cont p {
	padding-block: 20px;
}

footer {
	margin-top: 70px;
	padding: 30px 20px 50px;
	background: #241613;
	color: #fff;
}

.footer-txt-cont {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.footer-txt-cont p {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 15px;
}

.footer-txt-cont p span {
	color: #b6a477;
}

.footer-txt-cont p:last-child {
	padding-bottom: 0;
}

.footer-txt-bottom {
	margin-bottom: 20px;
}

.footer-bottom a {
	color: #fff;
	font-size: 16px;
	padding-bottom: 30px;
	text-align: center;
	display: block;
	text-decoration: underline;
}

.footer-bottom p.copy {
	max-width: 300px;
	margin: 0 auto;
	font-size: 10px;
	color: #fff;
}

@media screen and (min-width: 700px) {
	.cmn-title p {
		font-size: 45px;
	}

	.cmn-title h2 {
		font-size: 18px;
	}

	.about-txt p {
		font-size: 24px;
	}

	.features-flex-cont-img p {
		font-size: 135px;
		top: -67.5px;
		right: -60px;
	}

	.ver-title p {
		font-size: 45px;
		letter-spacing: -.75rem;
	}

	.ver-title h2 {
		font-size: 18px;
		line-height: 1;
	}

	.features-flex-cont-txt h3 span {
		font-size: 30px;
	}

	.features-flex-cont-txt h3 {
		font-size: 36px;
	}

	.features-flex-cont-txt p {
		font-size: 21px;
	}

	.point-list-title h3 {
		font-size: 45px;
	}

	.point-list-title p span {
		font-size: 60px;
	}

	.point-list-title p {
		font-size: 45px;
	}

	.point-list-txt p {
		font-size: 21px;
	}

	.rec-box .rec-box-cont p {
		font-size: 30px;
	}

	.achievements-box-txt h3 {
		font-size: 28px;
	}

	.achievements-box-txt p {
		font-size: 21px;
	}

	.flow-list-txt-title p {
		font-size: 84px;
	}

	.flow-list-txt-title h3 {
		font-size: 27px;
	}

	.flow-list-txt-txt p {
		font-size: 21px;
	}

	.flow-list-txt-txt p {
		font-size: 21px;
	}

	.flow-txt-box p {
		font-size: 36px;
	}

	.acc-header h3 {
		font-size: 27px;
		width: calc(100% - 60px);
	}

	.acc-header p {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 24px;
	}

	.acc-cont p {
		font-size: 21px;
	}

	.footer-txt-cont p {
		font-size: 21px;
	}

	.footer-bottom a {
		font-size: 21px;
	}

	.footer-bottom p.copy {
		max-width: 500px;
		font-size: 15px;
	}

	.flow-list-img {
		top: -120px;
		height: 180px;
	}

	.flow-list-btn {
		max-width: 360px;
	}
}

@media screen and (max-width: 500px) {
	.header-logo {
		width: 100px;
	}

	.features,
	.rec {
		margin-top: 50px;
		padding-top: 20px;
	}

	.features::before,
	.rec::before {
		top: -70px;
		height: 200px;
	}

	.features-flex-cont {
		width: calc(100% - 80px);
	}

	.features-flex-txt {
		width: 80px;
	}

	.features-flex-cont-txt h3 span,
	.features-flex-cont-txt h3 {
		letter-spacing: .0em;
	}

	.achievements-box-img {
		top: -5vw;
	}

	.controls {
		width: calc(100% - 40px);
	}

	.flow-list ol li:last-child::before {
		bottom: -40px;
	}

	.flow-list ol li:last-child::after {
		bottom: -48px;
	}
}
