@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv::before {
	content: "";
	width: 100%;
	height: 20rem;
	background: linear-gradient(to bottom, #000, transparent);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
#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: 48rem;
	}
}



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

news

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



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

concept

------------------------------------------- */
.top-concept {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 8rem 0 0 0;
	color: #fff;
	display: flex;
	align-items: center;
}
.top-concept > * {
	width: 50%;
}
.top-concept > figure {
	position: relative;
	bottom: -3rem;
	padding-left: 2rem;
}
.top-concept > div {
	padding: 0 5rem 10rem 10rem;
}
.top-concept h2 {
	line-height: 1;
	font-family: var(--font-en);
	font-weight: 700;
	font-size: 10rem;
	margin-bottom: 3rem;
	opacity: 0.2;
}
.top-concept h2 span {
	display: block;
}
.top-concept h3 {
	font-size: 2.2rem;
	border-bottom: solid 0.15rem var(--prime);
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	line-height: 1.6;
}
.top-concept p {
	margin-bottom: 6rem;
}
.top-concept .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 6rem 3rem 8rem 3rem;
		flex-direction: column-reverse;
	}
	.top-concept > * {
		width: 100%;
	}
	.top-concept > figure {
		padding-left: 0;
		bottom: auto;
	}
	.top-concept > div {
		padding: 0;
	}
	.top-concept h2 {
		font-size: 9rem;
		margin-bottom: 2rem;
	}
	.top-concept h3 {
		font-size: 2rem;
	}
	.top-concept p {
		margin-bottom: 3rem;
	}
}



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

menu

------------------------------------------- */
.top-menu {
	padding: 10rem 0;
	background:
		url(../img/deco-1.png) no-repeat left 4rem top 4rem,
		url(../img/deco-1.png) no-repeat right 4rem bottom 6rem;
	background-size:
		24rem auto;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 8rem 3rem;
		background:
			url(../img/deco-1.png) no-repeat left 1rem top 1rem,
			url(../img/deco-1.png) no-repeat right 1rem bottom 1rem;
		background-size:
			16rem auto;
	}
}
/* ---- h3 ---- */
.top-menu h3 {
	width: 20rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.top-menu h3 {
		width: 22rem;
		position: relative;
		left: -2rem;
		margin-bottom: 1.5rem;
	}
}
/* ---- recommend ---- */
.top-menu-recommend {
	margin-bottom: 8rem;
}
.top-menu-recommend ul {
	display: flex;
	gap: 3rem;
}
.top-menu-recommend ul li {
	flex: 1;
}
.top-menu-recommend figure {
	position: relative;
}
.top-menu-recommend .img {
	position: absolute;
	right: -3rem;
	top: -4rem;
	width: 12rem;
}
.top-menu-recommend figure figcaption {
	background-color: #000;
	color: #fff;
	padding: 0.7rem 0 0.8rem 0;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.top-menu-recommend {
		margin-bottom: 8rem;
	}
	.top-menu-recommend ul {
		display: block;
	}
	.top-menu-recommend ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.top-menu-recommend .img {
		right: -2rem;
		top: -3rem;
		width: 16rem;
	}
	.top-menu-recommend figure figcaption {
		font-size: 1.8rem;
	}
}
/* ---- ul ---- */
.top-menu > ul {
	margin-bottom: 6rem;
}
.top-menu > ul li {
	display: flex;
	justify-content: space-between;
}
.top-menu > ul li:not(:last-child) {
	margin-bottom: 5rem;
}
.top-menu > ul li:nth-child(even)  {
	flex-direction: row-reverse;
}
.top-menu > ul li > * {
	width: 50%;
}
.top-menu > ul li:nth-child(odd) > figure {
	padding-right: 5rem;
}
.top-menu > ul li:nth-child(odd) > div {
	padding-right: 10rem;
}
.top-menu > ul li:nth-child(even) > figure {
	padding-left: 5rem;
}
.top-menu > ul li:nth-child(even) > div {
	padding-left: 10rem;
}
.top-menu h4 {
	font-size: 2rem;
	margin-bottom: 2rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.top-menu > ul {
		margin-bottom: 4rem;
	}
	.top-menu > ul li {
		display: block;
	}
	.top-menu > ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.top-menu > ul li > * {
		width: 100%;
	}
	.top-menu > ul li > figure {
		margin-bottom: 2rem;
	}
	.top-menu > ul li:nth-child(odd) > figure {
		padding-right: 0;
	}
	.top-menu > ul li:nth-child(odd) > div {
		padding-right: 0;
	}
	.top-menu > ul li:nth-child(even) > figure {
		padding-left: 0;
	}
	.top-menu > ul li:nth-child(even) > div {
		padding-left: 0;
	}
	.top-menu h4 {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}	
}



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

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: 220px;
}
@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 6rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#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 0 12rem 0;
	background: url(../img/top-bg-2.png) no-repeat right top;
	background-size: 47% auto;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
		background: url(../img/top-bg-2.png) no-repeat right top;
		background-size: 60% auto;
	}
	}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	justify-content: space-between;
}
.top-access .wrap figure {
	width: 45%;
}
.top-access .wrap > div {
	width: 50%;
	padding-right: 12rem;
}
.top-access .more-wrap {
	margin-top: 4rem;
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		display: block;
	}
	.top-access .wrap figure {
		width: 100%;
		margin-bottom: 1rem;
	}
	.top-access .wrap > div {
		width: 100%;
		padding-right: 0;
	}
	.top-access .more-wrap {
		margin-top: 2.5rem;
	}	
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	background: url(../img/texture-3.jpg) center top;
	background-size: 100% auto;
	color: #fff;	
}
/* ---- 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;
}