@charset "UTF-8";

/* header
----------------------------------------*/
.header:not(.show) {
	mix-blend-mode: normal;
}
.header_logo {
	opacity: 0;
	transition: opacity .3s;
}
.header.show .header_logo {
	opacity: 1;
}
main {
	padding: 0;
}

/* mv
----------------------------------------*/
.mv {
	padding-bottom: 13.9rem;
}
.mv_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.mv_bg_img figure {
	float: left;
	overflow: hidden;
}
.mv_bg_img figure img {
	transform: scale(1.15);
	transition: transform 6s;
	transition-timing-function: linear;
}
.mv_bg_img figure.slick-show img {
	transform: scale(1);
}
.mv_bg_img img {
	width: 100%;
	height: 100dvh;
	object-fit: cover;
}
.mv_bg_over {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
}
.mv_box {
	width: 100%;
	height: 100vh;
	color: #fff;
	z-index: 1100;
}
.mv_txt {
	font-size: 1.1rem;
	letter-spacing: .08em;
	position: absolute;
	top: 4.5rem;
	left: 6rem;
	line-height: 2;
}
.mv_txt span {
	display: inline-block;
	margin-top: .2rem;
}
.mv_logo {
	width: 99.7rem;
	position: absolute;
	left: 6rem;
	bottom: 6.8rem;
}
.mv_logo img {
	width: 100%;
}
.mv_ttl {
	font-size: 2.4rem;
	font-weight: 500;
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 21.2rem;
	display: flex;
	height: fit-content;
	margin: auto 0;
	letter-spacing: .5em;
	line-height: 2.05;
}
.mv_box_number {
	width: 3rem;
	height: 3.3rem;
	font-size: 1.3rem;
	position: absolute;
	right: 6rem;
	bottom: 6rem;
	overflow: hidden;
	z-index: 1100;
}
.mv_box_number::after {
	content: '';
	display: block;
	width: .1rem;
	height: 4.5rem;
	transform-origin: top right;
	transform: rotate(42.28deg);
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}
.mv_box_number p {
	float: left;
	display: flex;
	justify-content: space-between;
	line-height: .8;
}
.mv_box_number p span + span {
	padding-top: 2.3rem;
}
@media only screen and (max-width: 768px) {
	.mv {
		padding-bottom: 6rem;
	}
	.mv_txt {
		top: auto;
		left: 1.5rem;
		line-height: 1.8182;
		bottom: 3.6rem;
	}
	.mv_txt span {
		margin-top: .4rem;
	}
	.mv_logo {
		width: 36rem;
		left: 1.5rem;
		bottom: 12.4rem;
	}
	.mv_ttl {
		font-size: 1.8rem;
		bottom: .9rem;
		right: 2.2rem;
		letter-spacing: .55em;
		line-height: 2.15;
	}
	.mv_box_number {
		right: 1.5rem;
		bottom: 4.2rem;
	}
}

/* about
----------------------------------------*/
.about {
	min-height: 100vh;
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.about_wrap {
	padding: 21rem 0 28.8rem;
	min-height: 100vh;
}
.about.fixed  .about_wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
.about_inner {
	max-width: 128rem;
	margin: 0 auto;
	color: #fff;
	display: flex;
	align-items: flex-start;
}
.about h2 {
	writing-mode: vertical-rl;
	font-size: 1.3rem;
	letter-spacing: .12em;
	font-weight: 500;
	padding-top: 1.6rem;
}
.about h2::before {
	content: '';
	display: block;
	width: .1rem;
	height: 4.5rem;
	background: #fff;
	transform: rotate(42.28deg);
	position: absolute;
	left: 2rem;
	top: -3.8rem;
}
.about h3 {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.7222;
	letter-spacing: .2em;
	margin: 1.6rem 0 0 16.7rem;
}
.about_txt {
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 2.71429;
	margin: 18rem 0 0 -3rem;
}
@media only screen and (max-width: 768px) {
	.about_wrap {
		padding: 10rem 0 13.2rem;
	}
	.about_inner {
		max-width: 37rem;
		flex-wrap: wrap;
	}
	.about h2 {
		font-size: 1.2rem;
		padding-top: 1.2rem;
	}
	.about h2::before {
		height: 2rem;
		left: 1.1rem;
		top: -2.1rem;
	}
	.about h3 {
		font-size: 2.6rem;
		line-height: 1.9231;
		margin: -.4rem 0 0 4.2rem;
	}
	.about_txt {
		font-size: 1.3rem;
		line-height: 2.6154;
		margin: 2.4rem 0 0 6rem;
	}
}

/* location
----------------------------------------*/
.location {
	padding: 14rem 0 0;
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
	z-index: 2;
}
.location::before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100dvh;
	background: #EDE8DE url(../../img/common/bg_01.png) no-repeat center center / cover;
}
.location_inner {
	max-width: calc(50% + 64rem);
	margin: 0 0 0 auto;
	padding-bottom: 15rem;
	color: #4C4C4C;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	position: static;
}
.location_ttl {
	width: calc(50% + 64rem);
	position: absolute;
	top: 17.5rem;
	right: 0;
	bottom: 10rem;
	z-index: 10;
	mix-blend-mode: difference;
	pointer-events: none;
}
.location h2 {
	writing-mode: vertical-rl;
	font-size: 1.3rem;
	letter-spacing: .12em;
	font-weight: 500;
	padding-top: 1.6rem;
	position: sticky;
	top: 17.5rem;
	left: 0;
	margin: 0 auto 0 0;
	color: #fff;
}
.location h2::before {
	content: '';
	display: block;
	width: .1rem;
	height: 4.5rem;
	background: #fff;
	transform: rotate(42.28deg);
	position: absolute;
	left: 2rem;
	top: -3.8rem;
}
.location_img {
	width: 39.7rem;
	padding: 8.2rem 0 0;
}
.location_img figure:nth-child(1) {
	width: 25rem;
	margin: 0 auto 10.8rem;
}
.location_img figure:nth-child(2) {
	width: 23rem;
	z-index: 2;
}
.location_img figure:nth-child(3) {
	width: 30.7rem;
	opacity: .3;
	margin: -15.8rem 0 0 auto;
}
.location_box {
	width: calc(100% - 47.8rem);
}
.location_box figure {
	max-width: 86rem;
}
.location_box h3 {
	font-size: 3rem;
	font-weight: 400;
	writing-mode: vertical-rl;
	letter-spacing: .26em;
	line-height: 2.01;
	margin: -5.5rem 0 0 -7.1rem;
    color: #fff;
    mix-blend-mode: difference;
    transition: opacity .3s;
}
.location_box p {
	font-size: 1.3rem;
	line-height: 2.6154;
	letter-spacing: .12em;
	margin: -22rem 0 0 19.4rem;
}
.location_item {
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.location_item_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.location_item.fixed .location_item_bg {
	position: fixed;
}
.location_item_bg figure {
	float: left;
}
.location_item_bg figure img {
	width: 100%;
	height: 100dvh;
	object-fit: cover;
}
.location_item_box {
	max-width: 112rem;
	margin: 0 auto;
	z-index: 1200;
	padding: 14rem 0 17.1rem;
	color: #fff;
}
.location_item_box h3 {
	width: 8.8rem;
	margin-bottom: 10.6rem;
}
.location_item_box h4 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8182;
	letter-spacing: .11em;
	margin-bottom: 1.8rem;
}
.location_item_box p {
	width: 45.5rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 2.4615;
	letter-spacing: .12em;
	margin-bottom: 3.3rem;
}
.location_item_box p span {
	letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
	.location_item:nth-child(2n+1) .location_item_box {
		text-align: right;
	}
	.location_item:nth-child(2n+1) .location_item_box h3,
	.location_item:nth-child(2n+1) .location_item_box p,
	.location_item:nth-child(2n+1) .location_item_box .btn_more {
		margin-left: auto;
	}
	.location_item:last-child .location_item_bg {
	}
}
@media only screen and (max-width: 768px) {
	.location {
		padding: 10.3rem 0 0;
	}
	.location_inner {
		max-width: none;
		padding-bottom: 9rem;
		display: block;
	}
	.location_ttl {
		width: auto;
		top: 12.3rem;
		right: auto;
		left: 1rem;
	}
	.location h2 {
		font-size: 1.2rem;
		padding-top: 1.2rem;
		top: 10rem;
		left: 0;
	}
	.location h2::before {
		height: 2rem;
		top: -2.1rem;
		left: 1rem;
	}
	.location_img {
		width: auto;
		padding: 0;
	}
	.location_item .location_item_bg::after {
		content: '';
		display: block;
		width: 6.2rem;
		height: 13.1rem;
		background: url(../../img/index/location_ttl_01.svg) no-repeat left top / 100% auto;
		position: absolute;
		bottom: calc(50% + 5.2rem);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1000;
	}
	.location_item:nth-child(3) .location_item_bg::after {
		background-image: url(../../img/index/location_ttl_02.svg);
	}
	.location_item:nth-child(4) .location_item_bg::after {
		background-image: url(../../img/index/location_ttl_03.svg);
	}
	.location_img figure:nth-child(1) {
		width: 13rem;
		margin: 0 auto 7rem 7rem;
	}
	.location_img figure:nth-child(2) {
		width: 15.5rem;
		position: absolute;
		top: 55rem;
		right: 0;
	}
	.location_img figure:nth-child(2) img {
		width: 100%;
		height: 20rem;
		object-fit: cover;
	}
	.location_img figure:nth-child(3) {
		width: 16rem;
		position: absolute;
		top: 40.6rem;
		left: 0;
		opacity: .4;
		margin: 0;
	}
	.location_img figure:nth-child(4) {
		width: 13rem;
		position: absolute;
		top: 9rem;
		right: 1.5rem;
	}
	.location_box {
		width: 34rem;
		margin: 0 0 0 auto;
	}
	.location_box h3 {
        color: #333333;
        font-size: 2rem;
        letter-spacing: .4em;
        line-height: 2.1;
        margin: 6rem 0 0 1rem;
        transition: auto;
        mix-blend-mode: hard-light;
	}
	.location_box p {
		font-size: 1.2rem;
		line-height: 2.6667;
		margin: .8rem 0 0 2rem;
	}
	.location_item {
		padding-top: 100dvh;
	}
	.location_item_box {
		-webkit-backdrop-filter: blur(14px);
		backdrop-filter: blur(14px);
		padding: 9rem 5rem 16rem;
	}
	.location_item_box h3 {
		display: none;
	}
	.location_item_box h4 {
		margin-bottom: 1.8rem;
	}
	.location_item_box p {
		width: auto;
		font-size: 1.2rem;
		line-height: 2.6667;
		margin-bottom: 4.5rem;
	}
}

/* dress
----------------------------------------*/
.dress {
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.dress::before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100dvh;
	background: #EDE8DE url(../../img/common/bg_01.png) no-repeat center center / cover;
}
.dress_head {
	padding: 15.7rem 0 14.6rem;
}
.dress_head h2 {
	font-size: 2.6rem;
	font-weight: 400;
	writing-mode: vertical-rl;
	letter-spacing: .38em;
	line-height: 2.35;
	margin: 0 auto;
	left: .2rem;
}
.dress_head p {
	font-size: 1.2rem;
	letter-spacing: .08em;
	position: absolute;
	top: 32.2rem;
	left: calc(50% + 43.6rem);
}
.dress_body {
	max-width: calc(50% + 64rem);
	margin: 0 0 0 auto;
	padding-bottom: 12rem;
	display: flex;
}
.dress_body_ttl {
	width: 8.2rem;
	padding-top: 3.3rem;
	left: -.5rem;
}
.dress_body h3 {
	writing-mode: vertical-rl;
	font-size: 1.3rem;
	letter-spacing: .12em;
	font-weight: 500;
	padding-top: 1.6rem;
	top: 17.5rem;
	margin: 0 auto 0 0;
	color: #fff;
	mix-blend-mode: difference;
	z-index: 10;
	position: sticky;
}
.dress_body h3::before {
	content: '';
	display: block;
	width: .1rem;
	height: 4.5rem;
	background: #fff;
	transform: rotate(42.28deg);
	position: absolute;
	left: 2rem;
	top: -3.8rem;
}
.dress_body_box {
	flex: 1;
}
.dress_body_img {
	display: flex;
	flex-wrap: wrap;
}
.dress_body_img h4 {
	position: absolute;
	left: 15rem;
	top: 33rem;
	font-size: 6.8rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: .08em;
	z-index: 2;
}
.dress_body_img h4 span {
	color: #4C4C4C;
	margin-right: 3.3rem;
	letter-spacing: .04em;
}
.dress_body_img figure:nth-of-type(1) {
	width: 30rem;
	margin-right: 8rem;
}
.dress_body_img figure:nth-of-type(2) {
	width: calc(100% - 38rem);
	max-width: 88rem;
}
.dress_body_img figure:nth-of-type(3) {
	width: 39.5rem;
	margin: -12rem 0 0 5.5rem;
}
.dress_body_txt {
	width: 62rem;
	position: absolute;
	top: 69.2rem;
	left: 56rem;
}
.dress_body_txt h5 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .11em;
	margin-bottom: 1.1rem;
}
.dress_body_txt p {
	font-size: 1.3rem;
	line-height: 2.4615;
	letter-spacing: .12em;
	margin-bottom: 3.3rem;
}
.dress_body_txt .btn_more span {
	margin-left: .9rem;
	font-size: 1.1rem;
	letter-spacing: .15em;
}
@media only screen and (max-width: 768px) {
	.dress_head {
		padding: 17.5rem 0 11rem;
	}
	.dress_head h2 {
		font-size: 2.4rem;
		letter-spacing: .35em;
		line-height: 2;
		left: auto;
	}
	.dress_head p {
		font-size: 1.1rem;
		top: 2.7rem;
		left: 0;
		right: 0;
		text-align: center;
	}
	.dress_body {
		max-width: 37.5rem;
	}
	.dress_body_ttl {
		width: 2rem;
		padding-top: 2.3rem;
	}
	.dress_body h3 {
		font-size: 1.2rem;
		padding-top: 1.2rem;
		top: 10rem;
	}
	.dress_body h3::before {
		height: 2rem;
		left: 1rem;
		top: -2.1rem;
	}
	.dress_body_img {
		display: block;
	}
	.dress_body_img h4 {
		left: 1.5rem;
		top: 24.2rem;
		font-size: 5rem;
		line-height: 1.1;
	}
	.dress_body_img h4 > span {
		color: inherit;
		margin-right: 0;
		letter-spacing: .04em;
	}
	.dress_body_img h4 > span:last-child {
		letter-spacing: .08em;
	}
	.dress_body_img h4 > span span {
		color: #4C4C4C;
		margin-right: 0;
		letter-spacing: inherit;
	}
	.dress_body_img figure:nth-of-type(1) {
		width: 17rem;
		margin: 0 0 4rem 4.7rem;
	}
	.dress_body_img figure:nth-of-type(2) {
		width: 25rem;
		margin: 0 0 0 auto;
	}
	.dress_body_img figure:nth-of-type(3) {
		width: 17rem;
		margin: -7rem 0 0 -2rem;
	}
	.dress_body_txt {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		padding: 4.9rem 5rem 0 1.5rem;
	}
	.dress_body_txt h5 {
		text-align: right;
		line-height: 2;
		margin-bottom: 1.6rem;
	}
	.dress_body_txt p {
		font-size: 1.2rem;
		line-height: 2.6667;
		margin-bottom: 4.3rem;
	}
}

/* faq
----------------------------------------*/
.faq {
	clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
	padding: 13.6rem 0 20rem;
}
.faq::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: .1rem;
	right: 0;
	height: .1rem;
	background: #BBB8B2;
}
.faq::before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100dvh;
	background: #EDE8DE url(../../img/common/bg_01.png) no-repeat center center / cover;
}
.faq_inner {
	max-width: 128rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.faq h2 {
	writing-mode: vertical-rl;
	font-size: 1.3rem;
	letter-spacing: .12em;
	font-weight: 500;
	padding-top: 1.6rem;
	top: 3.2rem;
	left: -.5rem;
	color: #fff;
	mix-blend-mode: difference;
	z-index: 10;
}
.faq h2::before {
	content: '';
	display: block;
	width: .1rem;
	height: 4.5rem;
	background: #fff;
	transform: rotate(42.28deg);
	position: absolute;
	left: 2rem;
	top: -3.8rem;
}
.faq_box {
	width: 73rem;
	margin: -1.4rem 0 0 12rem;
}
.faq_box dt {
	font-size: 1.6rem;
	letter-spacing: .14em;
	line-height: 2.5;
	padding: 0 3rem .9rem;
	border-bottom: .1rem solid #BBB8B2;
	margin-top: 2.2rem;
	cursor: pointer;
}
.faq_box dt::after {
	content: '';
	display: block;
	width: 1.4rem;
	height: 1.1rem;
	background: url(../../img/index/faq_arrow_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	right: 1rem;
	top: 1.5rem;
}
.faq_box dt.open::after {
	transform: scale(1, -1);
}
.faq_box dt:first-child {
	margin-top: 0;
}
.faq_box dt .inter {
	font-size: 1.6rem;
	color: #BBB8B2;
	position: absolute;
	left: 0;
	top: 0;
}
.faq_box dd {
	font-size: 1.3rem;
	letter-spacing: .12em;
	line-height: 2;
	padding: 1.9rem 0 .5rem;
	display: none;
}
.faq_btn {
	width: fit-content;
	margin: -1.3rem 0 0 10.3rem;
}
.faq_btn h3 {
	font-size: 3rem;
	letter-spacing: .12em;
	font-weight: 400;
	margin-bottom: 3.5rem;
}
.faq_btn .btn_more {
	margin: 0 .5rem 0 auto;
}
.faq_btn .btn_more span {
	margin-left: .9rem;
	font-size: 1.1rem;
	letter-spacing: .15em;
}
@media only screen and (max-width: 768px) {
	.faq {
		padding: 10rem 0 14rem;
	}
	.faq_inner {
		max-width: 38rem;
		margin: 0 0 0 auto;
	}
	.faq h2 {
		font-size: 1.2rem;
		padding-top: 1.2rem;
		top: 10rem;
		left: 0;
		position: sticky;
	}
	.faq h2::before {
		height: 2rem;
		left: 1rem;
		top: -2.1rem;
	}
	.faq_box {
		width: 34rem;
		margin: 8.2rem 0 8.7rem auto;
	}
	.faq_box dt {
		font-size: 1.4rem;
		letter-spacing: .12em;
		line-height: 2;
		padding: 0 4.5rem 1.1rem 3rem;
	}
	.faq_box dt::after {
		width: 1.2rem;
		height: .9rem;
		right: 2.8rem;
		top: 1rem;
	}
	.faq_box dd {
		font-size: 1.2rem;
		line-height: 2.1667;
		padding: 1rem 2rem .2rem 0;
	}
	.faq_btn {
		margin: 0;
		position: static;
	}
	.faq_btn h3 {
		position: absolute;
		top: 0;
		right: 5rem;
		font-size: 2.6rem;
		margin-bottom: 0;
	}
	.faq_btn .btn_more {
		position: absolute;
		bottom: 0;
		left: 4rem;
	}
}

/* about_plan
----------------------------------------*/
.about_plan {
	color: #fff;
	border-top: 0;
}
.about_plan h2::before {
	background: #fff;
}