@charset "utf-8";

.g-container {
	padding-top: 60px;
}

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

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



/*Main Visual*/

/*.l-kv {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}*/

.l-kv {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.l-kv * {
	min-height: 0;
	min-width: 0;
}

.l-kv .l-kv__items{
	width: 100%;
}

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

.l-mv {
	font-family: 'Shippori Mincho B1';
	/*	height: 100vh;
	min-height: 700px;*/
	position: relative;
	background: #fff;
	overflow: hidden;

	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 1;
}

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

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

.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: absolute;*/
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url(../../img/home/l-bg.webp) repeat center / 100% auto;
}

.l-mv-copy {
	font-size: 5rem;
	letter-spacing: 0.05rem;
	color: #FFFFFF;
	background: #AC8D35;
	line-height: 1.4;
	text-align: center;
}

.l-mv-copy em {
	font-size: 1.5rem;
	display: block;
	width: 100%;
	padding-top: 5px;
}

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

.l-mv-copy ul {
	min-height: 80px;
	padding: .25em 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;
}

/*.l-mv-copy 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-copy ul li {
	color: rgba(255,255,255,.75);
	font-size: clamp(1rem,.9vw,1.4rem);
	text-align: center;
	width: calc(100% / 3);
	padding: 1.5em 0;
	position: relative;
}

.l-mv-copy ul li:not(:first-child):before {
	content: '';
	width: 1px;
	height: 60%;
	background: zccaf78;
	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-copy ul li:nth-of-type(4):before {
	display: none;
}

.l-mv-copy ul li em {
	color: rgba(204,175,120,.8);
	font-size: clamp(1.2rem,1.5vw,2.2rem);
	letter-spacing: 0;
	padding: .35em 0 .5em;
	display: block;
}

.l-mv-copy ul li em b {
	color: rgba(204,175,120,1);
	font-weight: 700;
}

.l-mv-copy ul li small  {
	font-size: 1rem;
}*/

.l-mv-cta {
	opacity: 0;
	-webkit-transition: 2s 2.5s;
	transition: 2s 2.5s;
}

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

.l-mv-cta a {
	color: #ccaf78;
	text-decoration: none;
	min-height: 100px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(255, 255, 255, .1)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, .1) 50%, rgba(0, 0, 0, 0) 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.2vw;
	font-weight: 700;
	text-align: center;
	letter-spacing: .175em;
	padding: 0 0 .2em;
}

.l-mv-cta h2 small {
	font-size: 1vw;
	letter-spacing: .15em;
	margin: 1.5em 0 0;
	display: block;
}

.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-mv-action {
	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;
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	background: url(../../img/home/l-copy_bg.jpg) repeat center / cover;
	text-align: center;
}

.l-mv-action img {
	width: 35%;
	margin: 0 auto;
}

.l-mv-copy {
	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;
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	background: var(--color-gradient);
	background-color: rgba(0,0,0,.9);*/

}

.l-mv-feature {
	margin: 0 auto;
	text-align: center;
	padding: 40px 20px;
	max-width: 1080px;
}

.l-mv-feature .feature_list{
	display: grid;
	grid-template-columns: 5fr 5fr 7fr;
	gap: 20px;
}

.l-mv-feature .feature_list+.feature_list{
	position: relative;
	margin-top: 40px;
}

.l-mv-feature .feature_list+.feature_list::before{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background: #4E3D31;
	content: '';
}

.l-mv-feature .feature_list.col_2{
	grid-template-columns: 5fr 3fr;
}

.br_sp{
	display: none;
}

.l-mv-feature .feature_item{
	display: grid;
	place-content: center;
	position: relative;
	font-size: clamp(13px,1.5vw,16px);
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	font-feature-settings: "palt";
}

.l-mv-feature .feature_item ._m{
	margin: 0 .1em;
	font-size: 1.5em;
	line-height: 1.5;
	vertical-align: baseline;
	/* font-weight: 700; */
}

.l-mv-feature .feature_item ._l{
	margin: 0 .1em;
	color: var(--color-gold);
	font-size: 3.2em;
	line-height: 1.2;
	vertical-align: baseline;
	/* font-weight: 700; */
}

.l-mv-feature .feature_item+.feature_item::before{
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 100%;
	background: #4E3D31;
	content: '';
}

.l-mv-copy img {
	width: 80%;
	margin: 0 auto;
}

.l-top-concept {
	width: 100%;
	padding: 4% 0;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}


/*l-top-copy_area .l-top-catch{
	font-size:3.8rem;
	line-height: 2;
	color: #fff;
	display: block;
	margin-top: 60px;
	width: 100%;
}

.l-top-copy_area .l-top-text {
	font-size: 1.8rem;
	line-height: 3;
	color: #fff;
	margin-top: 50px;
	display: block;
	width: 100%;
}

.l-top-copy_area .l-top_point{
	background-color: rgba(0,0,0,.7);
	padding: 10px;
	margin: 0 auto;
}*/

.l-mv-point {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #ede8db;
	padding: 30px 0;
}

.l-top_point {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.l-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	background: #6c5a2b;
}

.l-top-concept-menu {
	max-width: 960px;
	margin: 40px auto;

}

.l-top-concept-menu_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-top-concept-menu_item {
	width: calc(100% / 2);
	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;
	text-align: left;
	font-size: 2rem;
	line-height: 3;
	letter-spacing: 0.1rem;
	padding: 40px;
	color: #002710;
}

.l-top-concept-menu_item a {
	display: block;
	width: 100%;
}

.l-top-concept_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
}

.l-concept_coloums {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 10px 10px 15px -10px #777777;
	box-shadow: 10px 10px 15px -10px #777777;
	position: relative;
	z-index: 10;
	margin-bottom: 120px;
}

.l-concept_coloums:after {
	position: absolute;
	content: "";
	background: #519768;
	width: 100%;
	height: 55%;
	right: 0;
	left: 80%;
	bottom: -10%;
	z-index: -5;
}

.l-concept_coloum-item {
	width: calc(100% / 2);
	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;
	text-align: left;
	position: relative;
}


.l-concept_coloum-item.l-concept_text {
	border-left: 4px solid #519768;
	position: relative;
	background-color: #fff;
}

.l-concept_coloum-item.l-concept_text:after {
	content: "";
	width: 55px;
	height: 60px;
	/* margin: 0; */
	display: inline-block;
	background: url(../../img/home/l-top_section_01.svg) no-repeat center / 100% auto;
	top: 20px;
	right: 30px;
	position: absolute;
	z-index: 1;
}

.l-concept_coloum_tumb {
	padding: 30px;
	text-align: left;
}

.l-concept_coloum_tumb h3 {
	font-size: 3rem;
	border-bottom: 2px solid #519768;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;
}

.l-concept_coloum_tumb h3 em {
	font-size: 6rem;
	color: #519768;
}

.l-concept_coloum_tumb p {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #231815;
}

.l-concept_img figure {
	position: relative;
	z-index: 0;
}

.l-concept_img figcaption {
	position: absolute;
	z-index: 1;
	color: #fff;
	bottom: 10px;
	right: 10px;
	text-shadow: 0px 0px 5px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
}

.l-concept_02 {}

.l-concept_02 .l-concept_text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-left: none;
	border-right: 4px solid #419CC0;
}

.l-concept_02 .l-concept_img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.l-concept_02 .l-concept_coloum_tumb h3 {
	border-color: #419CC0;
}

.l-concept_02 .l-concept_coloum_tumb h3 em {
	color: #419CC0;
}

.l-concept_02.l-concept_coloums:after {
	position: absolute;
	content: "";
	background: #419CC0;
	width: 100%;
	height: 55%;
	right: 80%;
	left: auto;
	bottom: -10%;
	z-index: -5;
}

.l-concept_02 .l-concept_coloum-item.l-concept_text:after {
	background: url(../../img/home/l-top_section_02.svg) no-repeat center / 100% auto;
}

.l-concept_03 .l-concept_text {
	border-color: #BC698F;
}

.l-concept_03 .l-concept_img {}

.l-concept_03 .l-concept_coloum_tumb h3 {
	border-color: #BC698F;
}

.l-concept_03 .l-concept_coloum_tumb h3 em {
	color: #BC698F;
}

.l-concept_03.l-concept_coloums:after {
	background: #BC698F;
}

.l-concept_03 .l-concept_coloum-item.l-concept_text:after {
	background: url(../../img/home/l-top_section_03.svg) no-repeat center / 100% auto;
}

/* ------------------------------------------------------------------------------------------------
*l-Bottom-nav
* ------------------------------------------------------------------------------------------------ */
.l-Bottom-nav {
	width: 100%;
	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;
}


.l-Bottom-nav .g-nav-item a {
	background: var(--color-main);
	position: relative;
	overflow: hidden;
}

.l-Bottom-nav .g-nav-item a:after {
	content: '';
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: .4;
	-webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.l-Bottom-nav .g-nav-item:nth-child(1) a:after {
	background-image: url("../../img/home/footer-01.jpg");
}

.l-Bottom-nav .g-nav-item:nth-child(2) a:after {
	background-image: url("../../img/home/footer-02.jpg");
}

.l-Bottom-nav .g-nav-item:nth-child(3) a:after {
	background-image: url("../../img/home/footer-03.jpg");
}

.l-Bottom-nav .g-nav-item:nth-child(4) a:after {
	background-image: url("../../img/home/footer-04.jpg");
}*/

/*
.l-Bottom-nav .g-nav-item:nth-child(5) a:after {
	background-image: url("../../img/home/footer-05.jpg");
}

.l-Bottom-nav .g-nav-item:nth-child(6) a:after {
	background-image: url("../../img/home/footer-06.jpg");
}
*/

/*.l-Bottom-nav .g-nav-item:nth-child(7) a:after {
	background-image: url("../../img/home/footer-07.jpg");
}

.l-Bottom-nav .g-nav-item:nth-child(8) a:after {
	background-image: url("../../img/home/footer-08.jpg?_");
}*/

/*.l-Bottom-nav .g-nav-item:nth-child(9) a:after {
	background-image: url("../../img/home/footer-09.jpg?_");
}*/

.l-Bottom-nav .g-nav-item a:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
	opacity: .8;
}

.l-Bottom-nav .l-text {
	font-weight: 700;
	position: relative;
	z-index: 10;
}

.l-Bottom-nav .l-text_eng {
	position: relative;
	z-index: 10;
}


/*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 {}

.l-action {
	display: block;
	width: 100%;
	padding: 35px 20px 25px 20px;
	text-align: center;
	background: #DACCBB;
	background: -webkit-gradient(linear, left top, right top, from(rgba(218, 204, 187, 1)), color-stop(50%, rgba(163, 133, 77, 1)), to(rgba(218, 204, 187, 1)));
	background: linear-gradient(90deg, rgba(218, 204, 187, 1) 0%, rgba(163, 133, 77, 1) 50%, rgba(218, 204, 187, 1) 100%);
	color: #201f1e;
	font-size: 3.8rem;
	line-height: 1.1;
}

.l-action h3{
	color: #fff;
}

/*
a.l-action_button {
	text-decoration: none;
	color: #fff;
	max-width: 750px;
	margin: 0 auto;
}
*/
.l-action_button {
	display: block;
	width: min(460px, 80%);
	color: #fff;
	padding: 20px 10px 15px 10px;
	margin: 15px auto 5px auto;
	font-size: 2.65rem;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, right top, from(rgba(88, 72, 57, 1)), color-stop(50%, rgba(114, 100, 87, 1)), to(rgba(88, 72, 57, 1)));
	background: linear-gradient(90deg, rgba(88, 72, 57, 1) 0%, rgba(114, 100, 87, 1) 50%, rgba(88, 72, 57, 1) 100%);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	letter-spacing: 0;
}

.l-action_button {
	display: block;
	height: auto;
}

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

.l-top_map_area {
	background: #333231;
	margin: 0 auto;
	padding: 60px 40px;
	text-align: center;
	position: relative;
}

.l-top_map_area h4 {
	display: block;
	width: 100%;
	margin-bottom: 35px;
	position: relative;
}

.l-top_map_area h4 span {
	color: #ecd37b;
	font-size: 2.2rem;
	position: relative;
	background: #333231;
	padding: 5px 40px;
	z-index: 10;
}

.l-top_map_area h4:after {
	content: "";
	width: 50%;
	height: 1px;
	top: 45%;
	left: 25%;
	position: absolute;
	z-index: 5;
	background: rgb(207, 201, 179);
	background: -webkit-gradient(linear, left top, right top, from(rgba(207, 201, 179, 0)), color-stop(50%, rgba(236, 211, 123, 1)), to(rgba(207, 201, 179, 0)));
	background: linear-gradient(90deg, rgba(207, 201, 179, 0) 0%, rgba(236, 211, 123, 1) 50%, rgba(207, 201, 179, 0) 100%);
}


/*information*/
.l-information .u-inner {
	margin: 40px auto;
	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-zeh-badge {
	width: 160px;
	margin-bottom: 6.5%;
	margin-right: 4.5%;
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: 10;
	opacity: 1;
}

.l-concept_buttan {
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #519768;
	color: #519768;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px;
	margin-top: 20px;
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.l-concept_buttan:hover {
	background-color: #519768;
	color: #fff;
}

.l-concept_buttan:before {
	content: "";
	position: absolute;
	right: 15px;
	width: 9px;
	height: 8px;
	border-top: 1px solid #519768;
	border-right: 1px solid #519768;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
}

.l-concept_buttan:hover {
	background-color: #519768;
	color: #fff;
}

.l-concept_buttan:before {
	content: "";
	position: absolute;
	right: 15px;
	width: 9px;
	height: 8px;
	border-top: 1px solid #519768;
	border-right: 1px solid #519768;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 40%;
}

.l-concept_buttan:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.l-concept_02 .l-concept_buttan {
	border: 1px solid #419CC0;
	color: #419CC0;
}

.l-concept_02 .l-concept_buttan.:before {
	border-top: 1px solid #419CC0;
	border-right: 1px solid #419CC0;
}

.l-concept_02 .l-concept_buttan:hover {
	border: 1px solid #fff;
	color: #ddd;
	background-color: #419CC0;
}

.l-concept_02 .l-concept_buttan:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.l-concept_03 .l-concept_buttan {
	border: 1px solid #BC698F;
	color: #BC698F;
}

.l-concept_03 .l-concept_buttan:before {
	border-top: 1px solid #BC698F;
	border-right: 1px solid #BC698F;
}

.l-concept_03 .l-concept_buttan:hover {
	border: 1px solid #fff;
	color: #ddd;
	background-color: #BC698F;
}

.l-concept_03 .l-concept_buttan:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


.l-concept_buttan.l-concept_btn_commingSoon {
	border: 1px solid #ddd;
	color: #ddd;
}

.l-concept_buttan.l-concept_btn_commingSoon:before {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.l-concept_buttan.l-concept_btn_commingSoon:hover {
	border: 1px solid #ddd;
	color: #ddd;
	background-color: #fff;
}

.l-concept_buttan.l-concept_btn_commingSoon:hover:before {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

/*outset*/
.l-outset {
	background: #333;
}

.l-outset__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 0;
}

.l-outset-box {
	width: 49%;
	/*	margin: 20px 0 0;*/
	padding: 40px;
	background: rgba(255, 255, 255, .95);
}

.l-outset-box.js-scrollClass {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.l-outset-box.is-stateScroll {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.l-outset-box .button a {
	color: #fff;
	text-decoration: none;
	max-width: 400px;
	height: 70px;
	margin: 0 auto;
	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;
	background: -webkit-gradient(linear, left top, right top, from(#d9d0b0), color-stop(50%, #b9ae86), to(#d9d0b0));
	background: linear-gradient(to right, #d9d0b0 0%, #b9ae86 50%, #d9d0b0 100%);
	border-radius: 4px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.l-outset-box .button a b {
	font-size: 2.4rem;
	font-weight: 700;
	text-shadow: 0 0 6px rgba(0, 0, 0, .75);
	padding: 0 30px;
	display: inline-block;
	background: url("../../img/home/arrow_01@white.png") no-repeat right 0 top 40% / 20px auto;
}

/*outset 物件エントリー*/
.l-outset-box--request {
	text-align: center;
	background: transparent;
	padding: 40px 0 0 0;
}

.l-outset-box--request .title {
	color: #a52929;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .1em;
	margin-top: 20px;
}

.l-outset-box--request .button {
	margin: 30px 0 0;
}

.l-outset-box--request .button a {
	color: #dbcfa2;
	background: -webkit-gradient(linear, left top, right top, from(#42689f), color-stop(50%, #0e2950), to(#42689f));
	background: linear-gradient(to right, #42689f 0%, #0e2950 50%, #42689f 100%);
}

.l-outset-box--request .text {
	font-size: 1.2rem;
	line-height: 1.75;
	margin: 30px 0 0;
}


/*outset 会員ログイン*/
.l-outset-box--member {
	text-align: center;
}

.l-outset-box--member .title {
	color: #a52929;
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: .1em;
}

.l-outset-box--member .title b {
	font-size: 2.8rem;
	font-weight: 700;
	display: block;
}

.l-outset-box--member .text {
	font-size: 1.2rem;
	line-height: 1.75;
	margin: 15px 0 0;
}

.l-outset-box--member .button {
	line-height: 1.75;
	margin: 15px 0 0;
}

.l-outset-box .button.l-recommend a {
	background: -webkit-gradient(linear, left top, right top, from(#16437d), color-stop(50%, #0e213e), to(#16437d));
	background: linear-gradient(to right, #16437d 0%, #0e213e 50%, #16437d 100%);
}

.l-top_section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.l-top_section .l-top_section_figure {
	width: 60%;
	padding-right: 5%;
}

.l-top_section .l-top_section_figure img {
	width: 100%;
}

.l-top_section .l-top_section__text_area {
	width: 40%;
	color: #ddd;
	letter-spacing: 0.2rem;
	padding-right: 5%;
}

.l-top_contenter {
	/*padding: 3% 0;*/
}


.l-top_section .l-section_subtitle {
	font-size: 5.5rem;
	padding-bottom: 20px;
	color: rgba(181, 154, 91, .95);
}

.l-top_section .l-section_subtitle__min {
	font-size: 3rem;
	padding-bottom: 10px;
}

.l-top_section .l-section_text {
	font-size: 1.6rem;
	line-height: 2;

}

.l-top_section .l-top_section_link {
	color: #fff;
	background: rgb(128, 110, 26);
	background: -webkit-gradient(linear, left top, right top, from(rgba(128, 110, 26, 1)), color-stop(50%, rgba(193, 175, 135, 1)), to(rgba(128, 110, 26, 1)));
	background: linear-gradient(90deg, rgba(128, 110, 26, 1) 0%, rgba(193, 175, 135, 1) 50%, rgba(128, 110, 26, 1) 100%);
	font-size: 1.8rem;
	display: inline-block;
	padding: 17px 50px;
	text-decoration: none;
	margin-top: 5%;
	letter-spacing: .07rem;
	text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
}

.l-home_section_logo {
	text-align: center;
	padding: 10% 0 5% 0;
}

.l-home_section_logo img {
	width: 25%;
}

.js-scrollClass {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.is-stateScroll {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}


.l-top_section_link.l-top_btn_coming {
	background: #CCC;
	pointer-events: none;
}

.l-top_section-01 {
	background: #666464;
}

.l-top_section-02 {
	background: #333;
}

.l-top_section-02 .l-top_section_figure {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 5%;
	padding-right: 0;
}

.l-top_section-02 .l-top_section__text_area {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 5%;
}

.l-top_map {
	width: 100%;
	height: 640px;
}

.l-slide__banner {
	width: 1080px;
	margin: 0 auto;
}

.l-slide__banner .slick-slide {
	margin: 0 20px;
	width: auto;
	position: relative;
	overflow: hidden;
}

.l-slide__banner .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right center;
	object-position: right center;
}

.l-slide__banner .slick-arrow {
	width: 50px;
	height: 100%;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .6);
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	/*	-webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));*/
}

.l-slide__banner .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #ffffff;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: 48%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-slide__banner .slick-next {
	right: 0;
}

.l-slide__banner .slick-prev {
	left: 0;
}

.l-slide__banner .slick-next::before {
	left: 20px;
}

.l-slide__banner .slick-prev::before {
	border-width: 0 0 1px 1px;
	right: 22px;
}

.dots-2 .slick-dots {
	text-align: center;
}

.dots-2 .slick-dots li {
	display: inline-block;
}

.dots-2 .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #bcbcbc;
	border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
	background: #0a467d;
}


.l-slide__banner .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-slide__banner .slick-slide {
	height: auto !important;
}

.l-banner_area {
	max-width: 1080px;
	margin: 0 auto;
}


.l-subtitle_min {
	color: #333;
	font-size: 2rem;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #b59639;
}


.l-banner_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
}

.l-banner_list li {
	width: 50%;
	padding-right: 15px;
}


.copy_animation_block {
	box-sizing: border-box;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-flow: row wrap;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: min(480px, 80%);
	aspect-ratio: 1 / 1;
	padding: 2em;
	transform: translate(-50%, -50%);
	background: var(--color-translucent);
}

#l-copy_animation {
	width: 100%;
}

.l-top_content_container {
	background: url(../../img/home/l-bg.webp) repeat center / 100% auto;
	padding: 100px 40px;
}

.l-top_content_inner {
	max-width: 1200px;
	margin: 0 auto;
}

.l-top_content_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -40px;
	margin-top: 60px;
}

.l-top_content_item {
	width: 50%;
	padding-right: 40px;
}

.l-top_content_title {
	font-size: 5rem;
	letter-spacing: 0.2rem;
	color: #4e3d31;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}

.l-top_content_text {
	color: #4e3d31;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.2rem;
	text-align: center;
}

.l-top_content_title__min {
	border: 2px solid;
	border-left: none;
	border-right: none;
	border-color: #4e3d31;
	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;
	height: 100px;
	width: 100%;
	font-size: 2.2rem;
	color: #4e3d31;
	margin-bottom: 30px;
}

.l-top_content_title__min img {
	width: 25%;
}

.l-top_text_block {
	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;
	border-bottom: 2px solid;
	border-color: #4e3d31;
	padding-top: 45px;
	padding-bottom: 75px;
}

.l-top_concept_text__min {
	color: #4e3d31;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	padding-bottom: 30px;

}

.l-top_concept_text {
	color: #4e3d31;
	font-size: 2.2rem;
	line-height: 3.6;
	letter-spacing: 0.2rem;
	text-align: center;
}

.l-top_caption {
	font-size: 1.2rem;
	display: inline-block;
	padding-top: 5px;
}

/* logo anime */
