@charset "utf-8";

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

.fv {
	position: relative;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	z-index: 1;
	top: 55%;
	left: 5%;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	height: max-content;
	margin: 0;
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.5rem;
	line-height: 1;
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	position: relative;
	padding-left: calc(36px * 1.25);
	font-size: 1em;
	font-weight: 800;
	color: #F5AEA7;
}

.fv_text > *:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 36px;
	height: 4px;
	background-color: #F5AEA7;
}

.fv_text > *:nth-of-type(2) {
	padding-left: calc(36px * 1.25);
	font-size: 0.8em;
	color: #8C4200;
}

@media screen and (min-width: 768px) {
	.fv {}

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {
		top: auto;
		bottom: 10%;
		left: 5%;
		transform: translate(0, 0);
		gap: 12px;
		letter-spacing: 0;
		writing-mode: unset;
	}

	.fv_text > * {}

	.fv_text > *:nth-of-type(1) {}

	.fv_text > *:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.fv_text {
		right: 10%;
		bottom: 15%;
		gap: 24px;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		right: 10%;
		bottom: 10%;
		gap: 36px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		right: 15%;
		bottom: 10%;
	}
}

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	.section_inner {
		padding: 10% 0;
	}
}

@media screen and (min-width: 1440px) {
	
}

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

.section_1 {
	background-image: url(../img/concept_bg_sp.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section_1 .section_inner {
	padding: 10% 0 25%;
}

.section_1 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .img {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section_1 {
		background-image: url(../img/concept_bg_pc.png);
	}

	.section_1 .img {
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_1 .img {
		width: 40%;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_2 {
	margin-top: -15%;
	background-image: url(../img/beauty_light_therapy_machine_bg_sp.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section_2 .section_inner {
	padding: 25% 0 30%;
}

.section_2 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_2 .img {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/beauty_light_therapy_machine_bg_pc.png);
	}

	.section_2 .section_inner {
		padding: 15% 0 25%;
	}

	.section_2 .img {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .img {
		width: 70%;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_3 {
	margin-top: -15%;
	background-image: url(../img/victoria_epilator_bg_sp.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section_3 .section_inner {
	padding: 25% 0 30%;
}

.section_3 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .img {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section_3 {
		background-image: url(../img/victoria_epilator_bg_pc.png);
	}

	.section_3 .section_inner {
		padding: 15% 0 25%;
	}

	.section_3 .img {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_3 .img {
		width: 70%;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_4 {
	margin-top: -15%;
	background-image: url(../img/dr_arrivo_zeus_pro_bg_sp.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section_4 .section_inner {
	padding: 25% 0 15%;
}

.section_4 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_4 .img {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section_4 {
		background-image: url(../img/dr_arrivo_zeus_pro_bg_pc.png);
	}

	.section_4 .section_inner {
		padding: 15% 0 10%;
	}

	.section_4 .img {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_4 .img {
		width: 70%;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_5 {
	background-image: url(../img/menu_bg_sp.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section_5 .section_inner {
	padding: 15% 0 15%;
}

.section_5 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .heading .main {
	color: #E3BFBF;
}

.section_5 .heading .sub {
	color: #5D1513;
}

.section_5 .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 80%;
	margin: 0 auto 0;
}

.section_5 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .content .title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	margin: 0 auto 0;
	font-size: 1.5rem;
}

.section_5 .content .title > * {
    display: block;
    width: max-content;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.section_5 .content .title .main {
    font-family: "Dela Gothic One", sans-serif;
    font-size: 1em;
}

.section_5 .content .title .sub {
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.7em;
}

.section_5 .content table {
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .content table tbody {
	width: 100%;
}

.section_5 .content table tbody tr {
	width: 100%;
}

.section_5 .content table tbody tr th,
.section_5 .content table tbody tr td {
	width: 50%;
	border: 0;
	border-top: 1px #5D1513 solid;
	border-bottom: 1px #5D1513 solid;
	font-size: 1rem;
	font-weight: 400;
}

.section_5 .content table tbody tr th {
	width: 75%;
	padding-left: 0;
}

.section_5 .content table tbody tr td {
	width: 25%;
	padding-right: 0;
}

.section_5 .content table tbody tr td .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 0;
	width: 100%;
}

.section_5 .content table tbody tr th span,
.section_5 .content table tbody tr td span {
	display: block;
}

.section_5 .content table tbody tr th span {
	text-align: left;
}

.section_5 .content table tbody tr td span {
	text-align: right;
}

@media screen and (min-width: 768px) {
	.section_5 {
		background-image: url(../img/menu_bg_pc.png);
	}

	.section_5 .section_inner {
		padding: 0 0 5%;
	}

	.section_5 .content_wrap {
		width: 75%;
	}
}

@media screen and (min-width: 1280px) {
	.section_5 .content .title {
		margin: 0 auto 0 0;
	}

	.section_5 .content table tbody tr th {
		width: 70%;
		padding: 16px 8px 16px 64px;
	}

	.section_5 .content table tbody tr td {
		width: 30%;
		padding: 16px 8px 16px 8px;
	}

	.section_5 .content table tbody tr td .flex {
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .content_wrap {
		width: 65%;
	}

	.section_5 .content {
		gap: 24px;
	}

	.section_5 .content .title {
		font-size: 2.4rem;
	}

	.section_5 .content table tbody tr th span,
	.section_5 .content table tbody tr td span {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_5 .content table tbody tr th {
		padding: 16px 8px 16px 96px;
	}
}

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

.section_6 {
	background-color: #FFF9F3;
}

.section_6 .section_inner {
	padding: 15% 0 30%;
}

.section_6 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .heading .main {
	color: #B5651D;
}

.section_6 .heading .sub {
	color: #B5651D;
}

.section_6 .img_top {
	width: 30%;
	margin: 0 auto 0;
}

.section_6 .content_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
}

.section_6 .content_1 .img {
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .content_1 .slider_area {
	position: relative;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .content_1 .slider_area .swiper {
	padding-bottom: 24px;
}

.section_6 .content_1 .slider_area .swiper-pagination {
	bottom: 0;
}

.section_6 .content_1 .slider_area .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #B5651D;
}

.section_6 .content_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .content_2 > .img {
	width: 80%;
	margin: 0 auto 0;
}

.section_6 .content_2 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .content_2 .flex .img {
	width: 80%;
	margin: 0 auto 0;
}

.section_6 .content_2 .flex .map {
	width: 100%;
	margin: 0 auto 0;
}

.section_6 .content_2 .flex .map iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	.section_6 .section_inner {
		padding: 5% 0 20%;
	}

	.section_6 .img_top {
		width: 15%;
	}

	.section_6 .content_1 {
		width: 80%;
	}

	.section_6 .content_2 {
		width: 80%;
	}

	.section_6 .content_2 > .img {
		width: 100%;
	}

	.section_6 .content_2 .flex .img {
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_6 .content_1 .flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: 100%;
		margin: 0 auto 0;
	}

	.section_6 .content_1 .flex .img {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_6 .content_2 .flex {
		flex-direction: row;
		align-items: stretch;
	}

	.section_6 .content_2 .flex .img {
		flex: 4;
	}

	.section_6 .content_2 .flex .map {
		flex: 6;
	}
}

@media screen and (min-width: 1440px) {
	.section_6 .img_top {
		width: 10%;
	}

	.section_6 .content_1 {
		width: 70%;
	}

	.section_6 .content_1 .flex {
		gap: 24px;
	}

	.section_6 .content_1 .flex .img {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_6 .content_2 {
		width: 70%;
	}

	.section_6 .content_2 .flex {
		gap: 24px;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_7 {
	margin-top: -15%;
	background-image: url(../img/staff_bg_sp.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.section_7 .section_inner {
	padding: 15% 0 10%;
}

.section_7 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_7 .img {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section_7 {
		background-image: url(../img/staff_bg_pc.png);
		background-size: cover;
	}

	.section_7 .section_inner {
		padding: 10% 0 5%;
	}

	.section_7 .img {
		width: 75%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_7 .img {
		width: 65%;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_8 {
	background-color: #FDF4EC;
}

.section_8 .section_inner {
	padding: 10% 0 10%;
}

.section_8 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
	margin: 0 auto 0;
}

.section_8 .img_top {
	width: 50%;
	margin: 0 auto;
}

.section_8 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section_8 .section_inner {
		padding: 5% 0 5%;
	}

	.section_8 .img_top {
		width: 20%;
	}

	.section_8 .flex {
		flex-direction: row;
		width: 70%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_8 .section_container_inner {
		gap: 72px;
	}

	.section_8 .flex {
		gap: 24px;
		width: 60%;
	}
}

@media screen and (min-width: 1920px) {
	
}

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