@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 0 100px;
}

#anchor ul {
	display: flex;
	justify-content: center;
	gap: 40px;
}

#anchor a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: var(--text-color);
}

#anchor a[aria-current="true"] {
	color: var(--main-color);
}

#anchor figure {
	margin: 0 0 10px;
	overflow: hidden;
	border-radius: 100%;
}

#anchor img {
	width: 204px;
	height: 204px;
	transition: 0.3s;
}

#anchor a:hover img {
	transform: scale(1.05);
}

/* ---------------------------------------------------------
	CSS Document depilation
--------------------------------------------------------- */

#depilation {
	scroll-margin-top: 180px;
	margin-bottom: 100px;
}

#depilation h1 {
	margin-bottom: 60px;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	color: #3FA7D1;
}

#depilation h1 .en {
	display: block;
	font-family: "Jost", serif;
	font-weight: 500;
}

#depilation h1 .ja {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}

#depilation .visual {
	height: 348px;
	margin-bottom: 30px;
}

#depilation .menu_lead {
}

#depilation .tax {
	margin-bottom: 30px;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#depilation .anchor {
	margin-bottom: 80px;
}

#depilation .anchor ul {
	display: flex;
	justify-content: space-between;
}

#depilation .anchor li {
	width: 23%;
}

#depilation .anchor a {
	display: block;
	height: 40px;
	border-radius: 3px;
	background: #3FA7D1;
	text-decoration: none;
	font-size: 17px;
	line-height: 40px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#depilation .main {
	margin-bottom: 100px;
}

#depilation .main p {
	margin-bottom: 35px;
}

#depilation .main .row {
	width: 860px;
	margin: 0 auto;
}

#depilation .main dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #3FA7D1;
	font-size: 24px;
	color: #3FA7D1;
}

#depilation .main dt {
	font-weight: 500;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#depilation .figure {
	margin-bottom: 100px;
}

#depilation .figure h2 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	color: #457B9D;
}

#depilation .figure img {
	height: 811px;
}

/* ---------------------------------------------------------
	CSS Document menu
--------------------------------------------------------- */

#depilation .menu {
	margin-bottom: 100px;
}

#depilation .menu h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	color: #457B9D;
}

#depilation .menu .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: justify;
}

#depilation .menu dl {
	width: 30%;
}

#depilation .menu dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #3FA7D1;
	font-size: 18px;
}

#depilation .menu dt {
	font-weight: 500;
}

/* ---------------------------------------------------------
	CSS Document menu
--------------------------------------------------------- */

#depilation .sale {
	margin-bottom: 100px;
}

#depilation .sale h2 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	color: #457B9D;
}

#depilation .sale .row {
	padding: 60px 120px;
	background: #F8F9FA;
}

#depilation .sale dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #3FA7D1;
	font-size: 24px;
}

#depilation .sale dt {
	font-weight: 500;
}

#depilation .sale dd {
	font-weight: 500;
	color: #457B9D;
}

#depilation .sale dd span {
	font-weight: 400;
	font-size: 20px;
	color: #231815;
}

/* ---------------------------------------------------------
	CSS Document beforeafter
--------------------------------------------------------- */

#beforeafter .row {
	margin-bottom: 60px;
	background: #457B9D;
	color: #fff;
}

#beforeafter .flex {
	display: flex;
	justify-content: center;
	padding: 50px;
	position: relative;
}

#beforeafter .flex:after {
	content: '';
	width: 43px;
	height: 80px;
	background: url(../images/arrow_yl.png) no-repeat center;
	transform: translateX(-50%);
	position: absolute;
	bottom: 50px;
	left: 50%;
}

#beforeafter .before,
#beforeafter .after {
	width: 50%;
	text-align: center;
}

#beforeafter figure {
	height: 219px;
}

#beforeafter figure img {
	height: 219px;
	overflow: hidden;
	border-radius: 100%;
}

#beforeafter .name {
	margin-top: 25px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
}

#beforeafter .name span {
	display: block;
	color: #FFD166;
}

#beforeafter .price {
	background: #A8DADC;
	font-weight: 500;
	font-size: 24px;
	line-height: 60px;
	color: #457B9D;
}
