@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	opacity: 0;
}

#loading {
	margin-left: -12px !important;
	display: none !important;
	opacity: 0 !important;
}

/* .opening
---------------------------------------------------------------------------*/
.opening {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1300px;
	height: 100vh;
	min-height: 700px;
	max-height: calc(100vw * 0.66);
	white-space: nowrap;
	display: block !important;
	opacity: 1;
}

.img-top {
	background: url(../img/top/img-top.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.mask-top {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100vh;
	z-index: 3;
}

/* .loading-top
------------------------------------*/
.loading-top {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: scale(1.4) translate(-50%,-50%) !important;
	width: 90px;
	height: 125px;
	margin: -15px 0 0 20px;
	text-align: center;
	z-index: 4;
	display: none;
	opacity: 0;
}

.loading-top-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transform-origin: center center;
}

.loading-top .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #C2DA00;
	font-size: 11px;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

.loading-top .txt strong {
	color: #86BE02;
}

.loading-top span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	opacity: 0;
}

.loading-top .obj1 { top: 1px; left: 32px; width: 13px; height: 13px; background-color: #FFF100; }
.loading-top .obj2 { top: 22px; left: 6px; width: 24px; height: 24px; background-color: #C2D800; }
.loading-top .obj3 { top: 20px; left: 48px; width: 21px; height: 21px; background-color: #87C300; }
.loading-top .obj4 { top: 56px; left: 2px; width: 13px; height: 13px; background-color: #FFF100; }
.loading-top .obj5 { top: 54px; left: 24px; width: 19px; height: 19px; background-color: #87C300; }
.loading-top .obj6 { top: 60px; left: 61px; width: 26px; height: 26px; background-color: #C2D800; }
.loading-top .obj7 { top: 77px; left: 41px; width: 13px; height: 13px; background-color: #FFF100; }

/* .logo-top
------------------------------------*/
.logo-top {
	position: fixed;
	bottom: 75px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	z-index: 3;
	display: none;
	opacity: 0;
}

.logo-top img {
	width: 100%;
	height: auto;
}

/* .header-top
------------------------------------*/
.header-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	display: none;
	opacity: 0;
}

.header-top .logo {
	position: absolute;
	top: 50px;
	left: 65px;
}

.header-top .logo img {
	width: 230px;
	height: auto;
}

.header-top .gnav {
	position: absolute;
	top: 45px;
/* 	right: 205px; */
	right: 60px;
	margin: 0;
}

.header-top .gnav ul {
	display: -webkit-box;
	display: flex;
}

.header-top .gnav a {
	padding: 15px 1.5vw;
}

.header-top .gnav strong {
	margin-bottom: 13px;
	font-size: 19px;
	letter-spacing: 0.18em;
}

.header-top .gnav em {
	font-size: 13px;
}

.header-top .snav {
	display: none;
}

.header-top .sns {
	display: -webkit-box;
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 60px;
	right: 65px;
}

.header-top .sns li {
	display: block;
	margin: 0 0 0 14px;
}

.header-top .sns a {
	background-color: transparent;
	width: 42px;
	height: 42px;
	padding: 9px;
}

.header-top .sns a .on {
	top: 9px;
	left: 9px;
}

.header-top .sns img {
	width: 22px;
	height: auto;
}

/* .opening h1
------------------------------------*/
.opening h1 {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -190px;
	color: #FFFFFF;
	font-size: 17px;
	letter-spacing: 0.3em;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: 'palt' 0;
	z-index: 1;
	display: none;
	opacity: 0;
}

.opening h1 strong,
.opening h1 em {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 7px 6px;
	width: 31px;
}

.opening h1 strong {
	background-color: #92B600;
}

.opening h1 em {
	position: absolute;
	top: 0;
	right: 31px;
	background-color: #7EA600;
}

/* .txt-top
------------------------------------*/
.txt-top {
	position: absolute;
	top: 36%;
	left: 8.5%;
	z-index: 1;
	display: none;
	opacity: 0;
}

.txt-top h2 {
	margin-bottom: 28px;
}

.txt-top h2 em {
	display: block;
	margin-bottom: 35px;
	font-size: 18px;
	font-style: italic;
	letter-spacing: 0.08em;
}

.txt-top p {
	color: #5B4023;
	font-size: 15px;
	line-height: 2.2;
	letter-spacing: 0.22em;
}

.txt-top .btn-link {
	margin: 28px 0 0 -4px;
}

/* media query
-----------------------------------*/
@media (max-width: 1439px) {
	.txt-top {
		left: 8%;
	}
	.txt-top p {
		letter-spacing: 0.18em;
	}
}

@media (max-width: 1300px) {
	.opening {
		height: 858px;
		max-height: 858px;
	}
}

@media (max-height: 800px) {
	.opening {
		max-height: 800px;
	}
	.txt-top {
		left: 8%;
	}
}

/* .news-header
------------------------------------*/
.news-header {
	display: inline-block;
	overflow: hidden;
	position: absolute !important;
	bottom: -70px;
	left: 0;
	box-sizing: border-box;
	z-index: 2;
}

.news-header,
.bg-news-header,
.slider-news,
.slider-news .slick-list {
	height: 70px !important;
}

.bg-news-header {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	z-index: 0;
}

.news-header .inner {
	position: relative;
	z-index: 1;
}

.news-header a {
	display: inline-block;
	padding: 24px 36px 24px 32px;
	white-space: nowrap;
}

.news-header time {
	display: inline-block;
	width: 95px;
	font-size: 11px;
	letter-spacing: 0.18em;
	transform: translateY(-1px);
}

.news-header strong {
	display: inline-block;
	max-width: 400px;
	color: #5B4023;
	font-size: 16px;
	letter-spacing: 0.15em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

_::-webkit-full-page-media, _:future, :root .news-header time {
	transform: translateY(0);
}


/* .sec-policy
---------------------------------------------------------------------------*/
.sec-policy {
	padding-top: 145px;
}


/* .sec-news
---------------------------------------------------------------------------*/
.sec-news {
	width: 880px;
	margin: 0 auto 120px;
}

.news-list article {
	display: none;
}

.news-list article:nth-of-type(1),
.news-list article:nth-of-type(2),
.news-list article:nth-of-type(3) {
	display: block;
}


/* .sec-service
---------------------------------------------------------------------------*/
.sec-service {
	margin-bottom: 160px;
}


/* .sec-map
---------------------------------------------------------------------------*/
.sec-map {
	width: 970px;
	margin: 0 auto 60px;
}

.sec-map iframe {
	width: 100%;
	height: 400px;
}