@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 90vh;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 44rem;
	}
}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
/* ---- more ---- */
.top-news .more {
    margin: 6rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

concept

------------------------------------------- */
.top-concept {
    padding: 8rem 0;
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}
.top-concept figure {
	position: relative;
}
.top-concept figure::before {
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: solid 0.12rem #fff;
	position: absolute;
	right: -1.5rem;
	bottom: -1.5rem;
}
.top-concept p {
	margin: 5rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 8rem 3rem;
	}
}



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

menu

------------------------------------------- */
.top-menu {
    padding: 8rem 0;
	position: relative;	
}
.top-menu .img {
	position: absolute;
	left: 0;
	top: -12rem;
	width: 34rem;
}
.top-menu ul {
	margin-bottom: 8rem;
	margin-top: -22rem;
}
.top-menu ul li {
	display: flex;
	align-items: center;
}
.top-menu ul li:nth-child(1) {
	align-items: flex-end;
}
.top-menu ul li:not(:last-child) {
	margin-bottom: 7rem;
}
.top-menu ul li:nth-child(odd) {
	flex-direction: row-reverse;
}
.top-menu ul li > * {
	width: 50%;
}
.top-menu ul li:nth-child(odd) > div {
	padding: 0 7rem 0 12rem;
}
.top-menu ul li:nth-child(even) > div {
	padding: 0 12rem 0 7rem;
}
.top-menu ul li:nth-child(1) > div {
	padding: 0 7rem 4rem 12rem;
}
.top-menu h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 2.5rem;
	font-size: 2rem;
	line-height: 1.6;
}
.top-menu h3 span {
	font-weight: normal;
	font-family: var(--font-script);
	font-size: 6.8rem;
	line-height: 1;
	position: relative;
	left: -3rem;
	transform: rotate(-10deg);
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 8rem 0;
	}
	.top-menu .img {
		position: relative;
		left: auto;
		top: -12rem;
		width: 40%;
		margin-bottom: -12rem;
	}
	.top-menu ul {
		margin-bottom: 4rem;
		margin-top: -12rem;
	}
	.top-menu ul li {
		display: block;
	}
	.top-menu ul li:not(:last-child) {
		margin-bottom: 6rem;
	}
	.top-menu ul li > * {
		width: 100%;
	}
	.top-menu ul li:nth-child(odd) > div {
		padding: 1rem 3rem 0 3rem;
	}
	.top-menu ul li:nth-child(even) > div {
		padding: 1rem 3rem 0 3rem;
	}
	.top-menu ul li:nth-child(1) > div {
		padding: 1rem 3rem 0 3rem;
	}
	.top-menu h3 {
		margin-bottom: 2rem;
	}
	.top-menu h3 span {
		left: -2rem;
		font-size: 6rem;
	}	
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 8rem 0;
	background: url(../img/texture-2.jpg) center top;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
}
/* ---- slider ---- */
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 180px;
}
#loopslider ul li {
	width: 240px;
}
@media screen and (max-width: 768px) {
	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 160px;
	}
	#loopslider ul li {
		width: 200px;
	}
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto 8rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#loopslider {
		margin: 0 auto 4rem auto;
	}
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



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

access

------------------------------------------- */
.top-access {
    padding: 8rem 12rem;	
	display: flex;
	justify-content: space-between;
}
.top-access > * {
	width: 46%;
}
.top-access h2 {
	text-align: left;
	margin-bottom: 2rem;
}
.top-access dl {
	margin-bottom: 3rem;
}
.top-access .more {
	margin: 0;
}
.top-access .gmap iframe {
	height: 48rem;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;	
		flex-direction: column;
	}
	.top-access > * {
		width: 100%;
	}
	.top-access > div:nth-of-type(1) {
		background: #ff0000;
		display: contents;
	}
	.top-access h2 {
		text-align: center;
		margin-bottom: 4rem;
		order: -2;
	}
	.top-access dl {
		margin-bottom: 3rem;
	}
	.top-access .more {
		margin: 0 auto;
	}
	.top-access .gmap {
		order: -1;
		margin-bottom: 1rem;
	}	
	.top-access .gmap iframe {
		height: 36rem;
	}	
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
/* ---- wrap ---- */
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* ---- cms ---- */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



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

menu

------------------------------------------- */
.menu-net {
	margin-top: 3rem;
}
