@charset "UTF-8";


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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
/* slider */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: calc(100vh - 7rem);
}
@media screen and (max-width: 768px) {
	.top-kv::before {
		content: "";
		width: 100%;
		height: 20rem;
		background: linear-gradient(to bottom, #000, transparent);
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.6;
		z-index: 3;
	}
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 48rem;
	}
}



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

concept

------------------------------------------- */
.top-concept {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 10rem 0;
	color: #fff;
	display: flex;
	justify-content: center;
}
.top-concept .wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(98,28,2,0.8);
	padding: 5rem 6rem;
	position: relative;
}
.top-concept .wrap::before,
.top-concept .wrap::after {
	content: "";
	width: 0.2rem;
	height: 8rem;
	background: #fff;
	position: absolute;
	transform: rotate(-45deg);	
}
.top-concept .wrap::before {
	right: 2rem;
	top: -2rem;
}
.top-concept .wrap::after {
	left: 2rem;
	bottom: -2rem;
}
.top-concept .wrap > div:nth-of-type(1) {
	display: flex;
	flex-direction: row-reverse;
	height: 36rem;
	margin-bottom: 3rem;
}
.top-concept h2 {
	font-size: 2rem;
	margin-left: 2.5rem;
}
.top-concept p {
	line-height: 2.2;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 8rem 0;
	}
	.top-concept .wrap {
		padding: 4rem 3rem;
	}
	.top-concept p {
		line-height: 2;
	}
}



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

menu

------------------------------------------- */
.top-menu {
	padding: 10rem 0;
}
.top-menu ul {
	margin-bottom: 8rem;
}
.top-menu ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-menu ul li:not(:last-child) {
	margin-bottom: 9rem;
}
.top-menu ul li > * {
	width: 47%;
}
.top-menu ul li:nth-child(odd) {
	flex-direction: row-reverse;
}
.top-menu ul li > figure {
	position: relative;
}
.top-menu .img {
	position: absolute;
	left: -12rem;
	bottom: -9rem;
	width: 30rem;
}
.top-menu ul li > div {
	display: flex;
	flex-direction: row-reverse;
	height: 34rem;
	background: url(../img/deco-1.png) no-repeat center right;
	background-size: auto 100%;
}
.top-menu ul li:nth-child(even) > div {
	justify-content: flex-end;
	background: url(../img/deco-1.png) no-repeat center left;
	background-size: auto 100%;	
}
.top-menu h3 {
	line-height: 1.6;
	font-size: 2rem;
	margin-left: 2rem;
}
.top-menu h3 span {
	background: url(../img/bg-txt.png) no-repeat center / contain;
	width: 4rem;
	height: 11.1rem;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding-top: 1.6rem;
	margin-left: 2rem;
}
.top-menu p {
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 8rem 0;
	}
	.top-menu ul {
		margin-bottom: 6rem;
	}
	.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 > figure {
		margin-bottom: 4rem;
	}
	.top-menu ul li:nth-child(1) > figure {
		margin-bottom: 9.5rem;
	}
	.top-menu .img {
		left: 0;
		bottom: -8rem;
		width: 22rem;
	}
	.top-menu ul li > div {
		justify-content: center;
		background: url(../img/deco-1.png) no-repeat center;
		background-size: auto 100%;
	}
	.top-menu ul li:nth-child(even) > div {
		justify-content: center;
		background: url(../img/deco-1.png) no-repeat center;
		background-size: auto 100%;	
	}
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 8rem 0;
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
	color: #fff;
}
.top-gallery .wrap {
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
}
#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 figure {
	padding: 0 0.5rem;
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	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;
}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
.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;
}



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

access

------------------------------------------- */
.top-access {
	padding: 10rem 0;
	position: relative;
	background: url(../img/texture-2.jpg) center top;
	background-size: 100% auto;
	color: #fff;
}
.top-access .img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36rem;
}
.top-access .wrap {
	display: flex;
	justify-content: space-between;
}
.top-access .wrap > figure {
	width: 40%;
}
.top-access .wrap > div {
	width: 50%;
	padding-right: 10rem;
}
.top-access dl {
	margin-bottom: 4rem;
}
.top-access dl a {
	color: #fff;
}
.top-access .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem 0 3rem;
	}
	.top-access .img {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin: 4rem auto 0 auto;
	}
	.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 dl {
		margin-bottom: 3rem;
	}
	.top-access .more {
		margin: 0 auto;
	}
}


.top-kv{
    position: relative;
}

.kv-txt{
    position: absolute;
    z-index: 999;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    text-align: center;
    font-size: 3.6rem;
    -webkit-text-stroke: 2px #fff;
  text-stroke: 2px black;
  paint-order: stroke;
    width: 100%;
}

@media screen and (max-width: 768px) {
	.kv-txt {
        font-size: 2rem;
        width: 100%;
        margin: 0 auto;
	}
}