@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document anchor (SP)
--------------------------------------------------------- */

#anchor {
	margin: 0 5vw 60px;
}

#anchor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 10px;
}

#anchor li {
	width: calc(33.333% - 10px);
}

#anchor a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 3vw;
	line-height: 1.2;
	color: var(--text-color);
}

#anchor figure {
	margin: 0 auto 5px;
	width: 80px;
	height: 80px;
}

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

#depilation {
	scroll-margin-top: 60px;
	margin: 0 5vw 15vw;
}

#depilation h1 {
	margin-bottom: 8vw;
	font-weight: 500;
	font-size: 8vw;
	line-height: 1;
	color: #3FA7D1;
}

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

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

#depilation .visual {
	height: 28.47093333333333vw;
	margin-bottom: 20px;
}

#depilation .visual img {
	width: 100%;
	height: auto;
	aspect-ratio: 1100 / 348;
	object-fit: cover;
}

#depilation .menu_lead {
	text-align: justify;
}

#depilation .tax {
	margin-bottom: 10vw;
	text-align: justify;
	color: #666;
}

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

#depilation .anchor {
	margin: 0 0 10vw;
}

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

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

#depilation .anchor a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 12vw;
	border-radius: 3px;
	background: #3FA7D1;
	text-decoration: none;
	font-size: 2.8vw;
	letter-spacing: 0;
	line-height: 1.3;
	color: #fff;
}

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

#depilation .main {
	margin: 0 0 15vw;
}

#depilation .main p {
	margin-bottom: 10vw;
}

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

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

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

#depilation .figure {
	margin-bottom: 15vw;
}

#depilation .figure h2 {
	margin-bottom: 5vw;
	font-weight: bold;
	font-size: 6vw;
	line-height: 1.4;
	color: #457B9D;
}

#depilation .figure img {
	height: 75vw;
}

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

#depilation .menu {
	margin-bottom: 15vw;
}

#depilation .menu h2 {
	margin-bottom: 8vw;
	font-weight: bold;
	font-size: 6vw;
	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: 47%;
}

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

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

#depilation .menu .total {
	width: 100%;
	margin: 6vw auto 0;
}

#depilation .menu .total dl {
	width: 100%;
	margin: 30px 0 10px;
}

#depilation .menu .total p {
	font-size: 3vw;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document sale
--------------------------------------------------------- */

#depilation .sale {
	margin-bottom: 15vw;
}

#depilation .sale h2 {
	margin-bottom: 5vw;
	font-weight: bold;
	font-size: 6vw;
	line-height: 1.4;
	color: #457B9D;
}

#depilation .sale .row {
	padding: 5vw;
	background: #F8F9FA;
}

#depilation .sale dl {
	margin-bottom: 8vw;
	padding-bottom: 10px;
	border-bottom: solid 1px #3FA7D1;
	font-size: 4vw;
}

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

#depilation .sale dd {
	text-align: right;
	font-weight: 500;
	font-size: 4.5vw;
	color: #457B9D;
}

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

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

#beforeafter {
	margin-bottom: 15vw;
}

#beforeafter .row {
	margin: 0 5vw 5vw;
	background: #457B9D;
	color: #fff;
}

#beforeafter .flex {
	display: flex;
	justify-content: center;
	padding: 10vw 3vw;
	position: relative;
}

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

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

#beforeafter figure img {
	width: auto;
	height: 36vw;
	overflow: hidden;
	border-radius: 100%;
	aspect-ratio: 135 / 135;
	object-fit: cover;
}

#beforeafter .name {
	margin-top: 5vw;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.4;
}

#beforeafter .name span {
	display: block;
	font-size: 5vw;
	color: #FFD166;
}

#beforeafter .price {
	padding: 1em;
	background: #A8DADC;
	font-weight: bold;
	font-size: 4vw;
	color: #457B9D;
}
