/* loading */
.loading {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #454545;
}
.loading_logo {
	width: 22rem;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #fff;
}
.loading_number_wrap {
	position: absolute;
	top: calc(48% + 7rem);
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: baseline;
	gap: 0.2rem;
}
.loading_number {
	font-family: utile-display, sans-serif;
	font-weight: 200;
	font-size: 2.6rem;
	color: #FAEEE7;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    padding: 0 0.05em;
}
@media (max-width:768px) {
	.loading_logo {
		width: 16rem;
	}
	.loading_number {
		font-size: 2.2rem;
	}
	.loading_number_wrap {
		top: calc(48% + 5.5rem);
	}
}

/* タイトル */
.title_en {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.6rem;
	writing-mode: vertical-rl;
}
@media (max-width:767px) {
	.title_en {
		font-size: 1.3rem;
		writing-mode: horizontal-tb;
	}
}


.main {
	position: relative;
	padding-top: 1px;
}


/* mv */
.mv {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100dvh;
	padding: 7.4rem 14rem;
	display: flex;
	align-items: flex-end;
	clip-path: inset(0 0 0 0);
}
.mv_swiper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mv_swiper_item {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv_swiper_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes zoomIn {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.swiper-slide-active .mv_swiper_img {
	animation: zoomIn 8s linear forwards;
}
.mv_box {
	width: 8rem;
	margin-left: auto;
}
.mv_scroll {
	padding-bottom: 1rem;
	border-bottom: 1px solid #fff;
	width: 8rem;
}
.mv_scroll .swiper-wrapper {
	transition-timing-function: linear;
}
.mv_scroll_text {
	font-family: "Manrope", sans-serif;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
}
@media (max-width:767px) {
	.mv {
		padding: 4rem 2rem;
	}
}


/* read */
.read {
	position: sticky;
	z-index: -1;
	top: 0;
	margin-top: 100dvh;
	width: 100%;
	height: 100dvh;
}
.read_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* mv text */
.mv_textbox {
	margin-top: calc(-100dvh - 11.4rem);
	height: calc(100dvh - 17.4rem);
}
.mv_textbox_inner {
	position: sticky;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	padding-left: 14rem;
	width: 100%;
}
.mv_text {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.7rem;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.03em;
}
.mv_catch_text {
	width: 68.7rem;
}
@media (max-width:767px) {
	.mv_textbox {
		margin-top: calc(-100dvh - 22.4rem);
		height: calc(100dvh - 17.4rem);
	}
	.mv_textbox_inner {
		padding-left: 2rem;
	}
	.mv_text {
		font-size: 1.2rem;
	}
	.mv_catch_text {
		width: 30.7rem;
	}
}

/* read text */
.read_box {
	padding-left: 14rem;
	width: 100%;
	margin-top: 50dvh;
	margin-bottom: 50dvh;
}
.read_box_inner {
	position: sticky;
	z-index: 2;
	top: 50%;
	left: 14rem;
	transform: translateY(-50%);
}
.read_box_text_ja {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.06em;
}
.read_box_text_ja span {
	display: inline-block;
}
.read_box_text_ja + .read_box_text_ja {
	margin-top: 4rem;
}
.read_box_text_ja + .read_box_text_en {
	margin-top: 6rem;
}
.read_box_text_en {
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8;
}
.read_box_text_en:first-child {
	margin-top: 7rem;
}
.read_box_trigger1 {
	margin-top: -47rem;
	height: 1px;
}
.read_box_trigger2 {
	margin-top: 40rem;
	height: 1px;
}
.read_box_trigger3 {
	margin-top: 40rem;
	height: 1px;
}
.read_box_trigger4 {
	margin-top: 40rem;
	height: 1px;
}
.read_box_trigger5 {
	margin-top: 40rem;
	height: 1px;
}
.read_box_trigger6 {
	margin-top: 40rem;
	height: 1px;
}
.read_box_trigger7 {
	margin-top: 40rem;
	height: 1px;
}
.read_link {
	display: flex;
	justify-content: center;
	gap: 6rem;
	margin-bottom: 50dvh;
}
.read_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.5rem;
	padding-top: calc(50vh - 5.5rem);
	position: sticky;
	top: 0;
	height: fit-content;
}
.read_btn + .read_btn {
	margin-top: 50dvh;
}
.read_btn_text_en {
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
}
.read_btn_text_ja {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 2.2rem;
	color: #fff;
	line-height: 1;
	margin-top: .8rem;
}
.read_btn_circle {
	width: 5.5rem;
	height: 5.5rem;
	border: 1px solid #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	position: relative;
}
.read_btn_circle:before {
	content: "";
	display: block;
	width: 1rem;
	height: .9rem;
	background-image: url(../img/arrow-gray.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.read_btn_circle:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 5.6rem;
	height: 5.6rem;
	background-image: url(../img/circle-rotate.svg);
	background-size: cover;
	background-repeat: no-repeat;
	animation: rotate 2s linear infinite;
}
@keyframes rotate {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@media (max-width: 767px) {
	.read_box {
		padding-left: 2rem;
	}
	.read_box_text_ja {
		font-size: 1.3rem;
	}
	.read_box_text_ja + .read_box_text_ja {
    margin-top: 3rem;
	}
	.read_box_text_en {
		font-size: 1.1rem;
	}
	.read_box_text_ja + .read_box_text_en {
    margin-top: 4rem;
	}
	.read_link {
		gap: 0;
		display: block;
		width: 23rem;
		margin-left: auto;
		margin-right: auto;
	}
	.read_link_sp {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		position: sticky;
		top: 0;
		left: 8rem;
		margin: auto;
	}
	.read_btn {
		padding-top: calc(50dvh - 10.2rem);
		padding-bottom: 8.6rem;
	}
	.read_btn + .read_btn {
		padding-bottom: 0;
	}

	.read_btn_text_en {
		font-size: 1.2rem;
	}
	.read_btn_text_ja {
		font-size: 1.6rem;
	}
	.read_btn_circle {
		width: 4.5rem;
		height: 4.5rem;
	}
	.read_btn_circle:after {
		width: 4.7rem;
		height: 4.7rem;
	}
}


/* products */
.products {
	padding: 8rem 0;
	background-color: #fff;
}
.products_banner {
	aspect-ratio: 1 / 0.418;
	padding: 5rem 3.5rem;
	display: flex;
	align-items: flex-end;
	margin: 0 3rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.products_banner_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.products_banner_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.products_banner_box .logo_eansthesalon{
	fill: #fff;
	color: #fff;
}
.products_banner_text_en {
	font-family: utile-display, sans-serif;
	font-size: 5.2rem;
	color: #fff;
	line-height: 1;
}
.products_banner_text_ja {
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-top: 1.5rem;
}
.products_inner {
	margin-top: 5rem;
	margin-left: 3rem;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.products .title_en {
	color: #A3A3A2;
}
.products_swiper {
	width: 100%;
	padding-right: 3rem;
}
.products_item {
	width: calc(32.3rem * var(--scale));
	padding: calc(6rem * var(--scale)) calc(2rem * var(--scale)) calc(4rem * var(--scale));
	background-color: rgb(215 219 226 / .3);
	backdrop-filter: blur(11px);
	flex-shrink: 0;
	text-align: center;
	height: auto;
}
.products_item_link {
	height: 100%;
}
.products_item .logo_eansthesalon{
	color: #454545;
	fill: #454545;
}
.products_item_text {
	font-family: utile-display, sans-serif;
	font-size: 1.5rem;
	line-height: 1;
}
.products_item_title_en {
	font-family: utile-display, sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	margin-top: 1rem;
}
.products_item_title_ja {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-top: 2rem;
}
.products_item_image {
	width: calc(23rem * var(--scale));
	margin: 5rem auto 2rem;
	aspect-ratio: 1/1;
}
.products_item_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.products_item:hover .products_item_img {
	transform: scale(1.1);
}
.products_item_price {
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1;
}
.products_item_price span {
	font-size: 1.1rem;
	display: inline-block;
	margin-left: .5rem;
}
@media (max-width:767px) {
	.products {
		padding: 4rem 0;
	}
	.products_banner {
		margin: 0 2rem;
		aspect-ratio: 1 / 0.818;
		padding: 2rem 1.5rem;
	}
	.products_banner_box {
		flex-direction: column;
	}
	.products_banner_box .logo_eansthesalon{
		width: 12rem;
	}
	.products_banner_text_en {
		font-size: 2.6rem;
	}
	.products_banner_text_ja {
		font-size: 1.2rem;
	}
	.products_banner_link {
		width: 100%;
		text-align: right;
	}
	.products_inner {
		flex-direction: column;
		gap: .5rem;
		margin-left: 2rem;
	}
	.products_swiper {
		padding-right: 2rem;
	}
	.products_item {
		width: 26rem;
		padding: 3rem 1.5rem;
	}
	.products_item_text {
		font-size: 1.2rem;
	}
	.products_item_title_en {
		font-size: 2rem;
	}
	.products_item_title_ja {
		font-size: 1.1rem;
		margin-top: 1rem;
	}
	.products_item_image {
		width: 15rem;
		margin: 3rem auto 1.5rem;
	}
	.products_item_price {
		font-size: 1.3rem;
	}
	.products_item_price span {
		font-size: 1.1rem;
	}
}



.bg_blue {
	padding: 10rem 0;
	background-image: url(../img/bg-noise.png);
	background-size: 100%;
	background-repeat: repeat-y;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.bg_blue::before,
.bg_blue::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 40%;
	height: 100%;
	background: linear-gradient(
			105deg,
			transparent 30%,
			rgba(255, 255, 255, 0.15) 50%,
			transparent 70%
	);
	pointer-events: none;
	z-index: 3;
}
.bg_blue.active:after {
	animation: light_sweep 2s ease-in-out;
	animation-delay: .3s;
}
.bg_blue.active:before {
	animation: light_sweep 2s ease-in-out;
}
@keyframes light_sweep {
	0%   { left: -100%; opacity: 1; }
	100% { left: 150%;  opacity: 0; }
}
.bg_blue_sakura1 {
	position: absolute;
	top: -4%;
	right: 0;
	z-index: -1;
	width: 30%;
	pointer-events: none;
}
.bg_blue_sakura2 {
	position: absolute;
	bottom: 2%;
	left: 0;
	width: 25%;
	pointer-events: none;
}
@media (max-width:767px) {
	.bg_blue {
		padding: 4rem 0;
	}
	.bg_blue::before,
	.bg_blue::after {
		background: linear-gradient(
			95deg,
			transparent 30%,
			rgba(255, 255, 255, 0.15) 50%,
			transparent 70%
	);
		width: 80%;
	}
	.bg_blue_sakura1 {
		width: 50%;
	}
	.bg_blue_sakura2 {
		width: 40%;
		bottom: 1%;
	}
}


/* about */
.about {
	padding: 0 3.1rem;
}
.about .title_en {
	color: #FAEEE7;
}
.about_box {
	margin-top: 2.5rem;
	margin-left: 12rem;
	display: flex;
	align-items: flex-end;
	gap: 14rem;
}
.about_box_left {
	display: flex;
	align-items: flex-start;
	gap: 16rem;
}
.about_box_title {
	display: flex;
	gap: 1rem;
}
.about_box_title_en {
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	color: #FAEEE7;
	writing-mode: vertical-rl;
}
.about_box_title_ja {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 4.2rem;
	color: #FAEEE7;
	writing-mode: vertical-rl;
}
.about_box_text_lg {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 2.4rem;
	color: #FAEEE7;
}
.about_box_text {
	font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	color: #FAEEE7;
	line-height: 2.5;
	margin-top: 5rem;
}
.about_box_right {
	padding-bottom: 1.5rem;
}
.about_box_text_en_lg {
	font-family: utile-display, sans-serif;
	font-size: 1.3rem;
	color: #D7DBE2;
	line-height: 1.8;
}
.about_box_text_en {
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #D7DBE2;
	line-height: 1.6;
	margin-top: 1rem;
}
.about_logo_salon {
	width: 16rem;
	height: 100%;
	margin-top: 3rem;
	fill: #FAEEE7;
}
.about_swiper {
	margin-top: 15rem;
	pointer-events: none;
}
.about_swiper .swiper-wrapper {
	transition-timing-function: linear;
}
.about_swiper_image {
	width: auto !important;
	height: 42.4rem !important;
	aspect-ratio: 1 / 0.701;
}
.about_swiper_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width:767px) {
	.about {
		padding: 0 2rem;
	}
	.about_box {
		flex-direction: column;
		margin-left: 0;
		gap: 8rem;
	}
	.about_box_left {
		gap: 3rem;
		width: 100%;
	}
	.about_box_title_en {
		font-size: 1rem;
	}
	.about_box_title_ja {
		font-size: 3.2rem;
	}
	.about_box_text_lg {
		font-size: 1.8rem;
	}
	.about_box_text {
		font-size: 1.2rem;
	}
	.about_logo_salon {
    width: 12rem;
	}
	.about_swiper {
		margin-top: 6rem;
	}
	.about_swiper_image {
		height: 20rem !important;
	}
	.about_box_right {
    padding-right: 2rem;
	}
}


/* features */
.features {
	margin-top: 6rem;
	padding-left: 3.1rem;
}
.features_inner {
	display: flex;
	align-items: flex-start;
}
.features .title_en {
	color: #FAEEE7;
	margin-right: 2rem;
}
.features_swiper {
	padding-right: 3rem;
	width: 100%;
}
.features_box_item {
	width: calc(48rem * var(--scale));
	padding: calc(4rem * var(--scale));
	margin-bottom: 2rem;
	background-color: rgb(250 238 231 / .3);
	display: flex;
	align-items: center;
	gap: 3rem;
	flex-shrink: 0;
}
.features_box_item_img {
	width: calc(11.4rem * var(--scale));
}
.features_box_item_text1 {
	font-family: utile-display, sans-serif;
	font-size: 1.5rem;
	color: #fff;
	line-height: 1;
}
.features_box_item_text2 {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.46;
	margin-top: .8rem;
	height: 7.9rem;
}
.features_box_item_text3 {
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	color: #D7DBE2;
	line-height: 1.6;
	margin-top: 1rem;
}
.features_link {
	margin-top: 6rem;
	text-align: right;
	margin-right: 6.5rem;
}
@media (max-width:767px) {
	.features_inner {
		flex-direction: column;
		gap: .5rem;
		width: 100%;
	}
	.features_box_item {
		width: 30rem !important;
		padding: 1.5rem;
		gap: 1.5rem;
	}
	.features_box_item_img {
		width: 10rem;
	}
	.features_box_item_text1 {
		font-size: 1.2rem;
	}
	.features_box_item_text2 {
		font-size: 1.4rem;
		height: 6.2rem;
	}
	.features_box_item_text3 {
		font-size: 1rem;
	}
	.features_box_item_textbox {
		flex: 1;
	}
	.features_link {
		margin-top: 4rem;
		text-align: right;
		margin-right: 2rem;
	}
}


/* other */
.other {
	background-color: rgb(207 207 207 / .4);
	padding: 6rem 3rem;
	position: relative;
}
.other:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.other_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
}
.other_image {
	width: 53.8%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.other_img {
	width: 94.3%;
}
.other_textbox {
	width: 41.6%;
}
.other_logo {
	width: 15.4rem;
	fill: #454545;
}
.other_text {
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-top: 3rem;
}
.other_link {
	text-align: right;
	margin-top: 6rem;
}
@media (max-width:767px) {
	.other {
		padding: 4rem 2rem;
	}
	.other_box {
		width: 100%;
		gap: 2.5rem;
	}
	.other_image {
		width: 100%;
		flex-direction: column;
		gap: .5rem;
	}
	.other_textbox {
		width: 100%;
	}
	.other_text {
		font-size: 1.3rem;
	}
	.other_link {
		margin-top: 4rem;
	}
}