@charset "utf-8";


.is-home .g-footer-inner {
	display: none;
}

.is-home .g-footer-nav_button {
	display: inline-block;
}

.is-home .g-footer-pagetop {
	bottom: 75px;
}

.g-wrap {
	position: relative;
	padding-top: 60px;
}

.c-copy_area {
	position: absolute;
	top: 15%;
	margin: 0 auto;
	text-align: center;
	left: 25%;
	right: 50%;
	width: 50%;
}



/*Main Visual*/
.l-mv {
	font-family: 'Shippori Mincho B1';
	/*	height: 100vh;*/
	/*	min-height: 700px;*/
	position: relative;
	background: #000 url("../../img/home/mv_bg_01.jpg") no-repeat center / cover;
	overflow: hidden;
}

.l-mv-catch {
	margin: -4.5% 0 0;
	height: 65%;
	position: absolute;
	top: calc(50% - 3em);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.l-mv-catch img {
	width: auto;
	max-width: none;
	height: 100%;
}

.l-mv-name {
	width: 40%;
	max-width: 550px;
	margin: 3% 0 0 -2.5%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: 4s 0s;
	transition: 4s 0s;
	opacity: 0;
	-webkit-filter: blur(20px);
}

.loaddone .l-mv-name {
	-webkit-filter: blur(00px);
	filter: blur(00px);
	opacity: 1;
}

.l-mv-data {
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-mv-feature {
	background: rgb(2, 52, 36);
	background: -webkit-gradient(linear, left top, right top, from(rgba(2, 52, 36, 1)), color-stop(50%, rgba(0, 77, 37, 1)), to(rgba(2, 52, 36, 1)));
	background: linear-gradient(90deg, rgba(2, 52, 36, 1) 0%, rgba(0, 77, 37, 1) 50%, rgba(2, 52, 36, 1) 100%);
	opacity: 1;
	-webkit-transition: 2s 2s;
	transition: 2s 2s;
}

/*
.loaddone .l-mv-feature {
	opacity: 1;
}
*/

.l-mv-feature ul {
	min-height: 80px;
	padding: 1.8em 12.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 0;
}

/*.l-mv-feature ul:after {
	content: '';
	width: 75%;
	height: 1px;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	position: absolute;
	top: calc(50% - .5em);
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
	opacity: .25;
}*/

.l-mv-feature ul li {
	color: rgba(0, 0, 0, .75);
	font-size: clamp(1.6rem, 1vw, 1.8rem);
	text-align: center;
	width: calc(100% / 3);
	padding: 0.2em 0;
	position: relative;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

/*.l-mv-feature ul li:not(:first-child):before {
	content: '';
	width: 1px;
	height: 60%;
	background: #ccaf78;
	display: block;
	position: absolute;
	top: calc(50% - .5em);
	left: 0;
	-webkit-transform: translate(0,-50%) skewX(-15deg);
	    -ms-transform: translate(0,-50%) skewX(-15deg);
	        transform: translate(0,-50%) skewX(-15deg);
	opacity: .3;
}*/

/*.l-mv-feature ul li:nth-of-type(4):before {
	display: none;
}*/

.l-mv-feature ul li div {
	background: rgb(224, 195, 140);
	background: -webkit-gradient(linear, left top, right top, from(rgba(224, 195, 140, 1)), color-stop(50%, rgba(255, 241, 207, 1)), to(rgba(224, 195, 140, 1)));
	background: linear-gradient(90deg, rgba(224, 195, 140, 1) 0%, rgba(255, 241, 207, 1) 50%, rgba(224, 195, 140, 1) 100%);
	/* height: 100px; */
	-webkit-box-shadow: 0px 0px 15px -5px #000000;
	box-shadow: 0px 0px 15px -5px #000000;
	width: 98%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0 10px 0;
	justify-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	min-height: 100px;
	position: relative;
}

.l-mv-feature ul li div:after {
	content: '';
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid rgba(2, 52, 36, .5);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-mv-feature ul li em {
	/*	color: rgba(204,175,120,.8);*/
	color: #583822;
	font-size: clamp(1.7rem, 1.9vw, 2.3rem);
	letter-spacing: -0.07rem;
	padding: .35em 0 .35em;
	display: block;
	width: 100%;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	font-weight: bold;
}

.l-mv-feature ul li em b {
	color: #992400;
	font-weight: 700;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.l-mv-feature ul li small {
	font-size: 1rem;
}

.l-mv-cta {
	opacity: 0;
	-webkit-transition: 0.5s 1s;
	transition: 0.5s 1s;
	max-width: 1280px;
	margin: 10px auto 0 auto;
}

.l-mv img {
	width: 100%;
}

.loaddone .l-mv-cta {
	opacity: 1;
}

.l-mv-cta a {
	/*	color: #ccaf78;*/
	color: #FFEDB3;

	text-decoration: none;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	min-height: 100px;
	/*	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.1)), to(rgba(0,0,0,1)));
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,.1) 50%, rgba(0,0,0,1) 100%);*/
	/*	background: #24140e;*/
	/*	background: rgb(22,22,22);
	background: -webkit-gradient(linear, left top, right top, from(rgba(22,22,22,1)), color-stop(25%, rgba(181,97,11,1)), color-stop(75%, rgba(204,116,26,1)), to(rgba(22,22,22,1)));
	background: linear-gradient(90deg, rgba(22,22,22,1) 0%, rgba(181,97,11,1) 25%, rgba(204,116,26,1) 75%, rgba(22,22,22,1) 100%);*/
	/*background: -webkit-gradient(linear, left top, right top, from(rgba(212,212,212,1)), color-stop(25%, rgba(241,241,241,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(75%, rgba(241,241,241,1)), to(rgba(212,212,212,1)));
	background: linear-gradient(90deg, rgba(212,212,212,1) 0%, rgba(241,241,241,1) 25%, rgba(255,255,255,1) 50%, rgba(241,241,241,1) 75%, rgba(212,212,212,1) 100%);*/
	background: -webkit-gradient(linear, left top, right top, from(rgba(2, 52, 36, 1)), color-stop(50%, rgba(0, 77, 37, 1)), to(rgba(2, 52, 36, 1)));
	background: linear-gradient(90deg, rgba(2, 52, 36, 1) 0%, rgba(0, 77, 37, 1) 50%, rgba(2, 52, 36, 1) 100%);

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s;

	border: 2px solid #FFEDB3;
}

/*.l-mv-cta a:hover {
	color: #fff;
	-webkit-backdrop-filter: brightness(150%) contrast(150%);
	backdrop-filter: brightness(150%) contrast(150%);
}*/

.l-mv-cta h2 {
	font-size: 2.4vw;
	font-weight: 700;
	text-align: center;
	letter-spacing: .175em;
	padding: 50px 0 45px 0;
	vertical-align: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	word-wrap: break-word;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-mv-cta h2 small {
	font-size: 0.8vw;
	letter-spacing: .15em;
	margin: 0.7em 0 0;
	display: block;
	width: 100%;
	line-height: 1.6;
}

.l-mv-image {
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-72.5%, 0);
	-ms-transform: translate(-72.5%, 0);
	transform: translate(-72.5%, 0);
	opacity: 0;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	-webkit-transition: 4s 0s;
	transition: 4s 0s;
}

.l-mv-image img {
	width: auto;
	max-width: none;
	height: 100%;
}

.l-cta_deco {
	margin: -10px auto 5px auto;
}

.loaddone .l-mv-image {
	-webkit-filter: blur(00px);
	filter: blur(00px);
	opacity: 1;
}

.l-mv-op {
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	-webkit-transition: 1s 3s linear;
	transition: 1s 3s linear;
}

.loaddone .l-mv-op {
	opacity: 0;
}

.l-mv-op-logo {
	width: 20%;
	max-width: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 4s 1s linear;
	transition: 4s 1s linear;
}

.loaddone .l-mv-op-logo {
	-webkit-transform: translate(-50%, -50%) scale(.9);
	-ms-transform: translate(-50%, -50%) scale(.9);
	transform: translate(-50%, -50%) scale(.9);
}

.l-mv-op-logo img {
	opacity: 0;
}

.loaddone .l-mv-op-logo img {
	-webkit-animation: a-mv-op-logo 4s 1s both;
	animation: a-mv-op-logo 4s 1s both;
}

@-webkit-keyframes a-mv-op-logo {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes a-mv-op-logo {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}



.l-top_concept {
	background: url(../../img/home/concept_bg.jpg) repeat center / 100% auto;
	padding: 80px 0 40px 0;
}

.l-top_concept .u-inner {
	background: transparent;
	text-align: center;
}

.l-top_concept h4 {
	font-size: 4.1rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	margin-top: 0;
	margin-bottom: 30px;
	color: #142e2b;
	font-weight: bold;
}

.l-top_concept h5 {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.1rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid;
	color: #142e2b;
	display: inline-block;
}

.l-top_concept p {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1rem;
}

.l-action {
	display: block;
	width: 100%;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(rgba(131, 108, 82, 1)), color-stop(50%, rgba(180, 155, 126, 1)), to(rgba(131, 108, 82, 1)));
	background: linear-gradient(90deg, rgba(131, 108, 82, 1) 0%, rgba(180, 155, 126, 1) 50%, rgba(131, 108, 82, 1) 100%);
	padding: 20px 20px 10px 20px;
	line-height: 1.4;
	-moz-text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
	-ms-text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
	padding: 25px;
	border-bottom: 5px solid #023424;
	font-family: 'Noto Serif JP';
}

.l-action_copy {
	display: block;
	text-align: center;
	font-size: 2.1vw;
	color: #fff;
	letter-spacing: 0.5rem;
	/*background:#fff;
	background: rgb(212,212,212);
	background: -webkit-gradient(linear, left top, right top, from(rgba(212,212,212,1)), color-stop(25%, rgba(241,241,241,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(75%, rgba(241,241,241,1)), to(rgba(212,212,212,1)));
	background: linear-gradient(90deg, rgba(212,212,212,1) 0%, rgba(241,241,241,1) 25%, rgba(255,255,255,1) 50%, rgba(241,241,241,1) 75%, rgba(212,212,212,1) 100%);*/

}

.l-action_copy p {
	font-size: 1.8rem;
	padding-top: 5px;
}

/* ------------------------------------------------------------------------------------------------
*l-Bottom-nav
* ------------------------------------------------------------------------------------------------ */
.l-Bottom-nav {
	width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#091614), color-stop(50%, #142d2a), to(#091614));
	background: linear-gradient(to right, #091614 0%, #142d2a 50%, #091614 100%);
	background-color: rgba(0, 0, 0, .9);
	margin-top: 80px;
}

.l-Bottom-nav .u-inner {
	background: none;
	padding: 40px 0;
	margin: 0 auto;
}

.l-Bottom-nav_list {
	text-align: center;
	display: block;
	letter-spacing: -.5rem;
	margin: -10px;
}

.l-Bottom-nav .g-nav-item {
	text-align: center;
	letter-spacing: 0.8px;
	display: inline-block;
	width: calc(100% / 5);
	padding: 10px 10px;
	position: relative;
}



.l-Bottom-nav .g-nav-item a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .35em;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px double rgba(255, 255, 255, .75);
	height: 120px;
}

.l-Bottom-nav .g-nav-item a:hover {
	border: 2px double rgba(255, 255, 255, .5);
}

.l-Bottom-nav .l-text {
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.l-Bottom-nav .l-text_eng {
	font-size: 1.3rem;
	padding-bottom: 10px;
}

.l-Bottom-nav .l-text_eng_small {
	color: #b28f31;
	font-size: 1.1rem;
	display: inherit;
}

.l-Bottom-nav .l-text_eng_small span {
	border: 1px solid #b28f31;
	padding: 0 3px;
}

.l-Bottom-nav .g-nav-item--outline,
.l-Bottom-nav .g-nav-item--guide {
	display: none;
}


/*news*/
.c-news-lists {}

.c-news-lists .c-news-lists_items {
	margin-bottom: .5rem;
	line-height: 1.5;
}

.c-news-lists .c-news-lists_items:last-child {
	margin-bottom: 0;

}

/*banner*/
.l-banner-cp img {}


/*information*/
.l-information .u-inner {
	margin-top: 90px;
	padding: 40px;
}

/*l-Bottom-banner*/
.l-Bottom-banner .u-inner {
	background: transparent;
}

.l-Bottom-banner ul {
	margin: -20px -30px;
	padding: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-Bottom-banner ul li {
	width: calc(100% / 2 - 80px);
	margin: 20px 20px;
}

.l-mv .l-zeh-badge {
	width: 160px;
	margin-bottom: 20px;
	margin-right: 20px;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 10;
	opacity: 1;
}

.l-kv_batch {
	position: absolute;
	bottom: 0%;
	left: 0%;
	display: block;
	margin-bottom: 20px;
	margin-left: 20px;
	z-index: 10;
}

.l-kv_batch img {
	width: 75%;
}




.l-cta {
	text-align: center;
	padding: 20px;
	/*	background: -webkit-gradient(linear, left top, right top, from(rgba(2, 52, 36, 1)), color-stop(50%, rgba(0, 77, 37, 1)), to(rgba(2, 52, 36, 1)));
	background: linear-gradient(90deg, rgba(2, 52, 36, 1) 0%, rgba(0, 77, 37, 1) 50%, rgba(2, 52, 36, 1) 100%);*/
	background: url(../../img/home/banner_bg_pc.jpg) repeat top center / 100% auto;
	border-bottom: 5px solid #023424;
	background-size: cover;
}

.l-cta a {
	/*	padding: 2% 0 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.6)), color-stop(25%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,1)), to(rgba(255,255,255,0.75)));
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0.75) 100%);
	display: block;*/
	display: block;
}

.l-cta a:hover {
	opacity: 1;
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}
