.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	background-color: #F7F4EE;
	transition: 1s;
}
.loading.hide {
	opacity: 0;
	visibility: hidden;
}


/* メインビュー */
.main_image {
	height: 100vh;
	position: relative;
	z-index: 3;
}
.main_image_textbox {
	position: absolute;
	bottom: 12%;
	left: 5%;
	z-index: 5;
}
.main_image_textbox p span {
	display: inline-block;
}
.main_image_textbox_text1 {
	font-family: kudryashev-d-contrast-sans, sans-serif;
/*	font-size: 7.187499999999999vw;*/
	font-size: 6.187499999999999vw;
	color: var(--maincolor);
	letter-spacing: -0.01em;
}
.main_image_textbox_text2 {
	font-family: kudryashev-d-contrast-sans, sans-serif;
/*	font-size: 7.187499999999999vw;*/
	font-size: 6.187499999999999vw;
	color: var(--maincolor);
	letter-spacing: -0.01em;
}
.main_image_textbox_text3 {
	font-weight: 400;
	font-size: 1.3625vw;
	color: var(--maincolor);
	letter-spacing: 0.19em;
	margin-top: 4%;
}
.main_image_line {
	width: 55.7%;
	position: absolute;
	bottom: calc(100% + 50px);
	left: 5%;
}
.main_image_box {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
/*	width: 67.5%;*/
	width: 54.5%;
	height: 100%;
}
.main_image_box_round1 {
	position: absolute;
	top: 0;
	left: -5%;
	z-index: 2;
	width: auto;
	height: 100%;
}
.main_image_box_round3 {
	position: absolute;
	top: 0;
	left: -5%;
	z-index: 3;
	width: auto;
	height: 100%;
	transition: opacity 1s;
	opacity: 0;
}
body.bg1 .main_image_box_round3 {
	opacity: 1;
}
.main_image_box_round2 {
	display: none;
}
.main_image_box_round4 {
	display: none;
}
.main_image_img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.main_image_slider,
.main_image_slider .slick-list,
.main_image_slider .slick-track,
.main_image_slider .slick-slide {
  height: 100%;
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media (max-width: 767px) {
	.main_image {
		height: auto;
		padding-top: 14rem;
	}
	.main_image_textbox {
		position: static;
		padding-left: 3.6rem;
	}
	.main_image_textbox_text1 {
		font-size: 5.4rem;
	}
	.main_image_textbox_text1  span:nth-of-type(14) {
		margin-right: 13%;
	}
	.main_image_textbox_text2 {
		font-size: 5.4rem;
	}
	.main_image_textbox_text3 {
		font-size: 1.6rem;
	}
	.main_image_line {
		width: 32rem;
		margin-left: 4rem;
		margin-top: -2rem;
		position: static;
	}
	.main_image_box {
		position: relative;
		width: 100%;
		height: 60rem;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.main_image_box_round1 {
		top: -3rem;
		left: 0;
		width: 100%;
		height: 11.3rem;
	}
	.main_image_box_round3 {
		display: none;
	}
	.main_image_box_round2 {
		display: block;
		position: absolute;
		bottom: -3rem;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 11.3rem;
		transform: scale(1,-1);
	}
	.main_image_box_round4 {
		display: block;
		position: absolute;
		bottom: -3rem;
		left: 0;
		z-index: 3;
		width: 100%;
		height: 11.3rem;
		transform: scale(1,-1);
		transition: opacity 1s;
		opacity: 0;
	}
	body.bg1 .main_image_box_round4 {
		opacity: 1;
	}
	.main_image_img {
		height: 60rem;
	}
}


/* 私たちについて */
.section_about {
	padding: 18rem 4rem;
}
.section_about .container {
	position: relative;
}
.about_box {
	width: 31.2rem;
	position: relative;
	z-index: 3;
}
.about_box_text {
	font-size: 1.4rem;
	line-height: 1.8;
}
.about_box_text:nth-of-type(1) {
	margin-top: 11rem;
}
.about_box_text:nth-of-type(2) {
	margin-top: 2.5rem;
}
.about_box_text:nth-of-type(3) {
	margin-top: 7rem;
	margin-bottom: 3.5rem;
}
.about_image {
	border-radius: 2rem;
	overflow: hidden;
}
.about_img {
	object-fit: cover;
	height: 100%;
}
.about_img1 {
	position: absolute;
	top: -18%;
	right: 8%;
	width: 17.8%;
	height: 24vw;
	max-height: 24rem;
}
.about_img2 {
	position: absolute;
	width: 35%;
	height: 47.2vw;
	max-height: 47.2rem;
	top: 2%;
	right: 30%;
	z-index: 2;
}
.about_img3 {
	position: absolute;
	top: 62%;
	right: 0;
	width: 35%;
	height: 21.3vw;
	max-height: 21.3rem;
}
@media (max-width: 767px) {
	.section_about {
		padding: 8rem 2rem;
	}
	.about_img1 {
		width: 11.1rem;
		height: 15rem;
		position: absolute;
    top: -3rem;
    right: 0;
	}
	.about_box {
		width: 100%;
	}
	.about_box_text:nth-of-type(1) {
    margin-top: 7.6rem;
	}
	.about_box_text:nth-of-type(2) {
    margin-top: 1.2rem;
	}
	.about_box_text:nth-of-type(3) {
    margin-top: 4.4rem;
	}
	.about_btn_box {
		
		text-align: right;
	}
	.about_img2 {
		position: relative;
		top: inherit;
		right: inherit;
		width: 23rem;
		height: 31rem;
		margin-top: 3.5rem;
	}
	.about_img3 {
		position: static;
		width: 22rem;
		height: 13.4rem;
		margin-left: auto;
		margin-top: -4rem;
	}
}


/* Eye menu */
.section_menu_title {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.6rem;
	color: var(--maincolor);
	letter-spacing: 0.02em;
	text-align: center;
	padding-bottom: 1.5rem;
	transition: 1s;
}
.section_menu {
	background-color: #EBE8E4;
	border-bottom: 1px solid #9D9D9D;
	position: relative;
	transition: 1s;
}
.section_menu.active {
	background-color: #C9D2D2;
}
.menu_box_line1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #9D9D9D;
}
.menu_box_line2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background-color: #9D9D9D;
}
.menu_box {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	max-width: 128rem;
	margin: auto;
	position: relative;
}
.menu_box_line3 {
	position: absolute;
	left: calc(100% / 3);
	width: 1px;
	height: 0;
	background-color: #9D9D9D;
}
.menu_box_line4 {
	position: absolute;
	right: calc(100% / 3);
	width: 1px;
	height: 0;
	background-color: #9D9D9D;
}
.menu_box_item {
	height: 42.1875vw;
	max-height: 54rem;
	position: relative;
	z-index: 2;
	padding: 7.8%;
	display: inline-flex;
	flex-direction: column;
	overflow: hidden;
}
.menu_box_item_title_number {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	color: var(--maincolor);
}
.menu_box_item_title_en {
	font-family: kudryashev-d-contrast-sans, sans-serif;
	font-size: 4.2rem;
	color: var(--maincolor);
	letter-spacing: -0.01em;
	line-height: 1;
	margin: 1.2rem 0 .5rem;
}
.menu_box_item_title_ja {
	font-size: 1.4rem;
}
.menu_box_item_image {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	width: 77%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	clip-path: ellipse(36% 50% at 50% 50%);
}
.menu_box_item_img {
	transform: rotate(-45deg);
	object-fit: cover;
	object-position: 50% -7%;
	width: 100%;
	height: 100%;
}
.menu_box_link {
	margin-top: auto;
	display: inline-flex;
	flex-direction: column;
	margin-left: auto;
	min-width: 16.2rem;
}
.menu_box_item:nth-of-type(6) {
	justify-content: center;
	align-items: center;
}
.menu_box_item:nth-of-type(6) .menu_box_item_img {
	width: 68%;
	height: auto;
	transform: inherit;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.menu_box_item:nth-of-type(6) .menu_box_link {
	margin: auto;
}

@media (max-width: 950px) {
	.menu_box {
		grid-template-columns: 1fr;
	}
	.menu_box_item {
		height: 47.4rem;
		border-bottom: 1px solid #9D9D9D;
		padding: 3rem 4rem;
	}
	.menu_box_item_image {
		width: 48%;
	}
	.menu_box_line2 {
		display: none;
	}
	.menu_box_line3 {
		left: 2rem;
	}
	.menu_box_line4 {
		right: 2rem;
	}
	.menu_box_item:nth-of-type(6) {
		height: auto;
		border-bottom: none;
	}
	.menu_box_item:nth-of-type(6) .menu_box_item_img {
		display: none;
	}
	.menu_box_item:nth-of-type(6) .menu_box_link {
		min-width: inherit;
	}
}
@media (max-width: 767px) {
	.menu_box_item_image {
		width: 66%;
	}
}


/* キャンペーン/特集 */
.section_topics {
	padding: 12rem 4rem;
	overflow: hidden;
}
.section_topics .container {
	position: relative;
}
.topics_box {
	display: flex;
	column-gap: 5rem;
	margin-top: 4rem;
}
.topics_box_image {
	width: 36%;
	border-radius: 2rem;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.topics_box_img {
	object-fit: cover;
	height: 100%;
	transition: .3s;
}
.topics_box_image:hover .topics_box_img  {
	transform: scale(1.1);
}
.topics_box_right {
	width: calc(64% - 5rem);
	display: flex;
	flex-direction: column;
}
.topics_box_info_date {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.5rem;
	color: var(--maincolor);
}
.topics_box_info_title {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-top: 1rem;
}
.topics_slider {
	margin-right: calc(50% - 50vw);
}
.topics_slider_item {
	width: 16rem;
	border-radius: 2rem;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.topics_slider_item + .topics_slider_item {
	margin-left: 2rem;
}
.topics_slider_item_img {
	object-fit: cover;
	height: 100%;
	transition: .3s;
}
.topics_slider_item:hover .topics_slider_item_img  {
	transform: scale(1.1);
}
.topics_slider_top {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.topics_slider_arrow {
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
	cursor: pointer;
}
.prev_arrow, .next_arrow {
	width: 2rem;
}
.prev_arrow {
	transform: scale(-1,1);
}
.slick_num {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.8rem;
	color: var(--maincolor);
	display: flex;
	align-items: center;
	column-gap: .7rem;
}
.count_separate {
	font-size: 1.4rem;
}
.topics_btn_box {
	position: absolute;
	top: 2rem;
	right: 0;
}
@media (min-width: 1279px) {
	.topics_slider_item {
		width: 12.5vw;
	}
}
@media (max-width: 767px) {
	.section_topics {
		padding: 8rem 2rem;
	}
	.topics_box {
		flex-direction: column;
	}
	.topics_box_image {
		order: 2;
		width: 100%;
		border-radius: 1.1rem;
		margin: 2rem 0 4rem;
	}
	.topics_box_right {
		display: contents;
	}
	.topics_box_info {
		order: 1;
	}
	.topics_box_info_date {
		font-size: 1.4rem;
	}
	.topics_box_info_title {
		font-size: 1.6rem;
		margin-top: .6rem;
	}
	.topics_slider_top {
		order: 3;
	}
	.topics_slider {
		order: 4;
	}
	.topics_btn_box {
		position: static;
		text-align: center;
		margin-top: 4rem;
	}
	.slick_num {
		font-size: 1.5rem;
	}
	.count_separate {
		font-size: 1.2rem;
	}
}


/* サロン一覧 */
.section_salon {
	    margin-top: 8rem;
	padding: 0 4rem;
	height: 60rem;
	position: relative;
	overflow: hidden;
}
.salon_infinity {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.salon_slider {
	height: 100%;
	pointer-events: none;
}
.salon_infinity_item_img {
    height: 60rem !important;
    object-fit: cover !important;
}
.salon_container {
	max-width: 116rem;
	margin: auto;
	height: 100%;
	position: relative;
}
.salon_round {
	position: absolute;
	top: 0;
	left: 41%;
	width: auto;
	height: 100%;
}
.salon_box {
	width: 45%;
	height: 100%;
	padding: 7%;
	background-color: #E6E3D9;
	display: flex;
	flex-direction: column;
}
.salon_box_bottom {
	margin-top: auto;
}
.salon_box_top_text1 {
	font-family: kudryashev-d-contrast-sans, sans-serif;
	font-size: 2.8rem;
	color: var(--maincolor);
	letter-spacing: -0.01em;
	text-align: right;
}
.salon_box_top_text1 > .group_salon {
	max-width: 310px;
	display: block;
    	margin: 0 0 10px auto;
}
.salon_box_top_text2 {
	font-family: kudryashev-d-contrast-sans, sans-serif;
	font-size: 2.3rem;
	color: var(--maincolor);
	letter-spacing: -0.01em;
	text-align: right;
	margin-top: .5rem;
}
.salon_box_textbox {
	margin: 3.6rem 0 2rem;
}
.salon_box_text {
	font-size: 1.4rem;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.section_salon {
		padding: 0;
		height: auto;
	}
	.salon_infinity {
		position: static;
	}
	.salon_infinity_item_img {
		height: 30rem;
		width: auto;
	}
	.salon_container {
		height: auto;
	}
	.salon_round {
		top: -11.1rem;
		left: 0;
		width: 100%;
		height: 11.3rem;
	}
	.salon_box {
	        gap: 40px;
		width: 100%;
		height: auto;
		padding: 2rem 2rem 6rem;
	}
	.salon_infinity_item_img {
		height: auto !important;
	}
	.salon_box_top_text1 > .group_salon {
    	max-width: 320px;
	}
	.salon_box_top_text2 {
    	font-size: 2.6rem;
    	}
}


/* Area Serach */
.section_area {
	padding: 8rem 4rem;
}
.section_area .h2 {
	text-align: center;
}
.area_box {
	max-width: 83.5rem;
	margin: 3rem auto 0;
}
.area_box_list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 3.5rem;
}
.area_box_list_item {
	border-top: 1px solid rgba(70, 98, 115, 0.8);
}
.area_box_list_item_btn {
	width: 100%;
	padding: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .8rem;
	cursor: pointer;
}
.area_box_list_item_btn.link_btn {
	border-bottom: none;
}
.area_box_list_item_btn_arrow {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 1px solid rgba(70, 98, 115, 0.8);
	display: grid;
	place-items: center;
}

.area_box_list_item_btn_arrow_img {
	width: 50%;
	transition: .3s;
}
.area_box_list_item_btn:hover .area_box_list_item_btn_arrow_img {
	animation-name: transformBottom;
	animation-fill-mode: forwards;
	animation-duration: .3s;
	transition-timing-function: ease-out;
}
.area_box_list_item_btn_text_en {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 2rem;
	color: var(--maincolor);
	letter-spacing: 0.02em;
	display: block;
}
.area_box_list_item_btn_text_ja {
	font-size: 1.4rem;
	color: var(--mainblack);
	margin-top: .3rem;
}
.area_list {
	display: none;
}
.area_list_item {
	border-top: 1px solid #9D9D9D;
}
.area_list_item_link {
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
}
.area_list_item_link:after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background-image: url(../img/common/icon/btn-arrow-blue.svg);
	background-size: cover;
	transition: .3s;
}
.area_list_item_link_text_en {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.2rem;
	color: var(--maincolor);
	letter-spacing: 0.03em;
}
.area_list_item_link_text_ja {
	font-size: 1.6rem;
	color: var(--mainblack);
	letter-spacing: 0.05em;
	margin-top: .3rem;
}
@media (max-width: 767px) {
	.section_area {
		padding: 6rem 4rem 8rem;
	}
	.area_box {
		max-width: inherit;
		margin-top: 3rem;
	}
	.area_box_list {
		grid-template-columns: 1fr;
	}
}


/* お知らせ */
.section_news {
	padding: 12rem 4rem 0;
}
.news_box {
	display: flex;
	justify-content: space-between;
	column-gap: 3rem;
}
.news_box_left {
	width: 14rem;
	display: flex;
	flex-direction: column;
}
.news_btn_box {
/*	margin-top: auto;*/
	    margin-top: 50px;
}
.news_box_list {
	width: 100%;
	max-width: 76rem;
	flex: 1;
}
.news_box_list_item {
	border-top: 1px solid #9D9D9D;
}
.news_box_list_item:last-of-type .news_box_list_item_link {
	padding-bottom: 0;
}
.news_box_list_item_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 3rem;
	padding: 2rem 0;
}
.news_box_list_item_title {
	font-size: 1.7rem;
	line-height: 1.8;
}
.news_box_list_item_date {
	font-family: neue-haas-grotesk-text, sans-serif;
	font-size: 1.5rem;
	color: var(--maincolor);
}
@media (max-width: 767px) {
	.section_news {
		padding: 8rem 2rem 0;
	}
	.news_box {
		flex-direction: column;
	}
	.news_box_left {
		display: contents;
	}
	.section_news .h2 {
		order: 1;
	}
	.news_btn_box {
		order: 3;
		margin-left: auto;
	}
	.news_box_list {
		order: 2;
		margin: 4rem 0 5.4rem;
	}
	.news_box_list_item_link {
		padding: 1.6rem 0;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.news_box_list_item_title {
		font-size: 1.6rem;
	}
}

