@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
	margin-left: 28rem;
}
@media screen and (max-width: 768px) {
	.top-kv {
		margin-left: 0;
	}
}
/* ---- slider ---- */
.top-kv-slider > * {
	height: 64rem;
}
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > * {
		height: 44rem;
	}
}
.CMS-NOT-EDITABLE-AREA {
	height: 64rem;
}
@media screen and (max-width: 768px) {
	.CMS-NOT-EDITABLE-AREA {
		height: 44rem;
	}
}



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

news

------------------------------------------- */
.top-news {
    padding: 12rem 0 8rem 0;
	background: 
		url(../img/deco-1.png) no-repeat right 5rem bottom 5rem,
		url(../img/texture-2.jpg) center top;
	background-size: 
		28rem auto,
		96rem auto;
	position: relative;
}
.top-news::after {
	content: "";
	width: 28rem;
	height: 15rem;
	background: url(../img/deco-1.png) no-repeat left top / contain;
	position: absolute;
	left: 5rem;
	top: 5rem;
	z-index: 9;
}
/* .top-news::before {
	content: "";
	width: 100%;
	height: 28rem;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
} */
.top-news > * {
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
		background: 
			url(../img/deco-1.png) no-repeat right 2rem bottom 2rem,
			url(../img/texture-2.jpg) center top;
		background-size: 
			14rem auto,
			96rem auto;
    }   
	.top-news::after {
		width: 14rem;
		background: url(../img/deco-1.png) no-repeat left top / contain;
		left: 2rem;
		top: 2rem;
	}	
}
/* ---- 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;
}
.top-news .CMS-NEWS-INDEX a {
	color: #000;
}
.top-news .CMS-NEWS-TIME {
	border-bottom: solid 0.1rem #000;	
}



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

policy

------------------------------------------- */
.top-policy {
	padding: 10rem 10rem 0 10rem;
	background: url(../img/deco-2.png) no-repeat right 1rem top 1rem;
	background-size: 40% auto;
	display: flex;
}
.top-policy > figure {
	width: 60%;
	position: relative;
}
.top-policy .img {
	position: relative;
	left: -11rem;
	width: 80%;
	margin-top: -17rem;
}
.top-policy > div {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-policy > div > div:nth-child(1) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-bottom: 8rem;
	padding-top: 2rem;
}
.top-policy h2 {
	font-size: 2rem;
	margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
	.top-policy {
		padding: 8rem 3rem;
		background: url(../img/deco-2.png) no-repeat center;
		background-size: 80% auto;
		display: block;
	}
	.top-policy > figure {
		width: 100%;
	}
	.top-policy .img {
		position: relative;
		left: -2rem;
		width: 70%;
		margin-top: -12rem;
	}
	.top-policy > div {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.top-policy > div > div:nth-child(1) {
		margin-bottom: 3rem;
		padding-top: 2rem;
	}
}



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

menu

------------------------------------------- */
.top-menu {
	background: 
		url(../img/deco-3.png) no-repeat left 7rem bottom 6rem,
		url(../img/texture-3.jpg) center top;
	background-size: 
		30rem auto,
		100% auto;
	padding: 10rem 0;
	margin-top: -8rem;
}
.top-menu ul {
	margin-bottom: 7rem;
}
.top-menu ul li {
	display: flex;
	align-items: center;
}
.top-menu ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.top-menu ul li > figure {
	width: 52rem;
	position: relative;
}
.top-menu .img-1 {
	position: absolute;
	right: -12.5rem;
	bottom: -2rem;
	width: 71%;
}
.top-menu .img-2 {
	position: absolute;
	right: 1.5rem;
	bottom: -10rem;
	width: 22rem;
	z-index: 10;
}
.top-menu ul li > div {
	width: 36rem;
}
.top-menu ul li:nth-child(odd) {
	flex-direction: row-reverse;
}
.top-menu h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.2rem;
	background: url(../img/ttl-deco.png) no-repeat left center / contain;
	width: 28rem;
	height: 6rem;
	padding-bottom: 1.8rem;
	padding-right: 4.5rem;
	position: relative;
	left: -2rem;
	margin-bottom: 1rem;
}
.top-menu h3 + p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}
.top-menu .txt {
	background: url(../img/texture-2.jpg) center top;
	background-size: 72rem auto;
	color: #000;
	width: 41rem;
	padding: 4.5rem 4.5rem;
	position: relative;
	line-height: 1.8;
}
.top-menu .txt::before {
	content: "";
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	position: absolute;
	left: 1rem;
	top: 1rem;
	box-sizing: border-box;
	border: solid 0.25rem #3d1c04;
}
.top-menu li:nth-child(even) .txt {
	left: -5rem;
}
.top-menu li:nth-child(even) h3,
.top-menu li:nth-child(even) h3 + p {
	margin-left: 4rem;
}
.top-menu li:nth-child(even) > div {
	padding-top: 3rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		background: 
			url(../img/deco-3.png) no-repeat left 1rem bottom 1rem,
			url(../img/texture-3.jpg) center top;
		background-size: 
			14rem auto,
			100% auto;
		padding: 8rem 3rem;
		margin-top: 0;
	}
	.top-menu ul {
		margin-bottom: 4rem;
	}
	.top-menu ul li {
		display: block;
	}
	.top-menu ul li:not(:last-child) {
		margin-bottom: 8rem;
	}
	.top-menu ul li > figure {
		width: 100%;
	}
	.top-menu .img-1 {
		right: -3rem;
		bottom: -4rem;
		width: 71%;
	}
	.top-menu .img-2 {
		right: -1rem;
		bottom: -4rem;
		width: 14rem;
	}
	.top-menu ul li > div {
		width: 100%;
		margin-top: 5rem;
	}
	.top-menu h3 + p {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 2.5rem;
	}
	.top-menu .txt {
		width: 100%;
		padding: 3rem;
	}
	.top-menu li:nth-child(even) .txt {
		left: auto;
	}
	.top-menu li:nth-child(even) h3,
	.top-menu li:nth-child(even) h3 + p {
		margin-left: 0;
	}
	.top-menu li:nth-child(even) > div {
		padding-top: 0;
	}	
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 10rem 0;
	background: 
		url(../img/deco-4.png) no-repeat right 6rem top 4rem,
		url(../img/deco-4.png) no-repeat left 4rem bottom 4rem,
		url(../img/texture-2.jpg) center top;
	background-size: 
		28rem auto,
		28rem auto,
		96rem auto;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
		background: 
			url(../img/deco-4.png) no-repeat right 1rem top 1rem,
			url(../img/deco-4.png) no-repeat left 1rem bottom 1rem,
			url(../img/texture-2.jpg) center top;
		background-size: 
			14rem auto,
			14rem auto,
			96rem auto;
	}
}
/* ---- 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 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 {
	background:
		url(../img/deco-5.png) no-repeat right 8rem bottom 5rem,
		url(../img/deco-2.png) no-repeat left 20rem top 6rem;
	background-size: 
		22rem auto,
		48rem auto;
	position: relative;
	padding: 10rem 0;
}
.top-access > figure {
	position: absolute;
	right: 0;
	top: -9rem;
	width: 32rem;
}
.top-access .wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 6rem;
}
.top-access .wrap > figure {
	width: 45%;
}
.top-access .wrap > dl {
	width: 55%;
	padding-left: 4rem;
	padding-right: 10rem;
}
@media screen and (max-width: 768px) {
	.top-access {
		background:
			url(../img/deco-5.png) no-repeat right 1.5rem bottom 1.5rem,
			url(../img/deco-2.png) no-repeat left 1rem top 1rem;
		background-size: 
			14rem auto,
			32rem auto;
		position: relative;
		padding: 12rem 3rem 8rem 3rem;
	}
	.top-access > figure {
		top: -4.5rem;
		width: 20rem;
	}
	.top-access .wrap {
		display: block;
		margin-bottom: 2rem;
	}
	.top-access .wrap > figure {
		width: 100%;
		margin-bottom: 1rem;
	}
	.top-access .wrap > dl {
		width: 100%;
		padding: 0;
	}	
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 10rem 0;
	background: url(../img/top-bg-1.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;
}