@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;
	margin-bottom: -1px;
}

.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;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.l-mv-feature {
	background: #000;
	opacity: 1;
	/*	-webkit-transition: 2s 2s;
	transition: 2s 2s;*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;

}

.l-mv-feature img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.l-banner_bagge_link {
	display: inline-block;
	position: relative;
}

.l-banner_bagge {
	position: absolute;
	top: -40px;
	left: 20px;
	z-index: 5;
}

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

.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:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: rgb(255, 255, 255);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(181, 154, 91, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(181, 154, 91, 1) 50%, rgba(255, 255, 255, 1) 100%);
	top: 0;
	right: 0;
}

.l-mv-feature ul li:last-child:after {
	content: none;
}

/*.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: 10px 0 0px 0;
	justify-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	font-weight: bold;
}

.l-mv-feature ul li div span {
	font-size: 1rem;
	padding-top: 5px;
}


/*.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: #770b11;
	font-size: clamp(1.7rem, 1.9vw, 2.3rem);
	letter-spacing: -0.07rem;
	padding: .35em 0 .0;
	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);*/
	line-height: 1.2;
}

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

.l-mv-cta {
	opacity: 1;
	background: var(--color-gradient-navy);
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 15px 10px;
}

.l-mv-cta img {
	text-align: center;
	margin: 0 auto;
}

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

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

.l-mv-cta a {
	color: #fff;
	text-decoration: none;
	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: #00002a;*/
	background: rgb(99, 10, 15);
	background: -webkit-gradient(linear, left top, right top, from(rgba(99, 10, 15, 1)), color-stop(50%, rgba(146, 36, 41, 1)), to(rgba(99, 10, 15, 1)));
	background: linear-gradient(90deg, rgba(99, 10, 15, 1) 0%, rgba(146, 36, 41, 1) 50%, rgba(99, 10, 15, 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: .6s;
	transition: .6s;*/

}

.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: 600;
	text-align: center;
	letter-spacing: .195em;
	padding: 30px 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;
	text-shadow: 0px 0px 5px rgba(20, 20, 20, 0.2), 0px 0px 10px rgba(20, 20, 20, 0.2);
	max-width: 1080px;
	margin: 0 auto;
}

.l-mv-cta h2 small {
	font-size: 0.8vw;
	letter-spacing: .15em;
	margin: 1em 0 0;
	display: block;
	width: 100%;
	color: #fff;
}

.l-mv-cta h2 span {
	font-size: 1.8rem;
	display: block;
	width: 100%;
	letter-spacing: .1rem;
	padding-bottom: 1.75rem;
	color: #fff;
}

.l-mv-cta h2 .l-btn_mv {
	background: rgb(0, 0, 0);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), color-stop(50%, rgba(51, 51, 51, 1)), to(rgba(0, 0, 0, 1)));
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 50%, rgba(0, 0, 0, 1) 100%);
	padding: 20px 35px;
	letter-spacing: 0.1rem;
	border-radius: 5px;
	line-height: 1;
	font-size: 2.8rem;
	-webkit-box-shadow: 0px 0px 5px rgba(20, 20, 20, 0.2), 0px 0px 10px rgba(20, 20, 20, 0.2);
	box-shadow: 0px 0px 5px rgba(20, 20, 20, 0.2), 0px 0px 10px rgba(20, 20, 20, 0.2);
	position: relative;
	width: 100%;
}

.l-mv-cta h2 .l-btn_mv:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(../../img/common/arrow_W.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 3.5%;
	top: 40%;
}


.l-mv-cta.l-mv-cta_link {
	background: #8f7946;
	padding: 0;
}


.l-mv-cta.l-mv-cta_link a {
	background: #8f7946;
}


.l-cta_link_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.l-cta_link_list li {
	width: 50%;
	padding: 0 10px;
}

.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%;
}

.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-copy {
	text-align: center;
	padding: 30px 0 20px 0;
	background: var(--color-gold);
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: 0.5rem;
}

.l-copy span {
	display: block;
	font-size: 70%;
	letter-spacing: 0;
}

.l-copy b {
	display: block;
	width: 100%;
	font-size: 3.8rem;
}



.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: #00002a;
	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: #00002a;
	display: inline-block;
}

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



/* ------------------------------------------------------------------------------------------------
*l-Bottom-nav
* ------------------------------------------------------------------------------------------------ */
.l-Bottom-nav {
	width: 100%;
	background: var(--color-main);
	background: var(--color-gradient);
	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: 0 -30px;
	padding: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

.l-banner_outlet {
	margin: 0 auto;
	text-align: center;
	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;
	-ms-flex-line-pack: center;
	align-content: center;
}

/* ==================================================
	メリットボックス
================================================== */
.l-mv-cta{
	padding: 28px 10px 36px;
}

.l-mv-cta .u-inner{
	margin-top: 0;
}

.l-read{
	margin-bottom: 3.2rem;
	font-size: 2.2em;
	line-height: 1.8;
	color: #fff;
}

.l-read .num{
	vertical-align: baseline;
	font-size: 2em;
	line-height: 1;
	color: var(--color-gold);
}

.merit_box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.2rem;
}

.merit_box .merit_box-item{
	padding: 2.4rem 0 2.0rem;
	font-size: 1.2em;
	line-height: 1.6;
	color: #fff;
	border: 2px solid #fff;
	background: rgba(0,0,0, .3);
}

.merit_box .merit_box-item .main{
	font-size: 1.46em;
	color: var(--color-gold);
}

