@charset "utf-8";

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

.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-mv {
	font-family: 'Shippori Mincho B1';
	/*	height: 100vh;
	min-height: 700px;*/
	position: relative;
	background: #fff;
	overflow: hidden;
}

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

.l-mv .l-kv__item {
	position: relative;
}

.l-mv .l-kv__item .l-kv__item_copy{
	position: absolute;
	z-index: 1;
}

.l-mv  .kv_01 .l-kv__item_copy{
	top: calc((var(--calc-vw) * 1vw) * 12.0);
	left: 50%;
	width: min(780px, calc((var(--calc-vw) * 1vw) * 68));
	transform: translateX(-50%);
}

.l-mv  .kv_02 .copy_01{
	top: 45vw;
	left: calc((var(--calc-vw) * 1vw) * 12);
	width: min(780px, calc((var(--calc-vw) * 1vw) * 68));
	transform: translateY(-50%);
}

.l-mv  .kv_02 .copy_02{
	top: 45vw;
	right: calc((var(--calc-vw) * 1vw) * 16);
	width: min(54px, calc((var(--calc-vw) * 1vw) * 8.6));
	transform: translateY(-50%);
}


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

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

.l-mv-copy p {
	display: block;
	width: 100%;
}

.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: #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-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: 35px;
	margin: 0 auto;
	/*	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);*/

}

.l-mv-copy img {
	/*	width: 100%;*/
	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 {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0;
	background: url('../../img/home/bg-merritt.jpg') center / cover no-repeat;
}

.l-top_point {
	position: relative;
	z-index: 1;
	text-align: center;
	width: min(1440px, 76%);
	margin: 0 auto;
}

.l-top_point .l-top_point_inner .l-top_point_bnr{
	margin-bottom: min(20px, calc(var(--calc-vw) * 1vw));
}

.l-top_point .l-top_point_line{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -44%);
	width: min(1800px, 94vw);
}

.l-copy{
	padding: min(60px, calc((var(--calc-vw) * 1vw) * 4)) 0;
	text-align: center;
	background: var(--color-red);
}

.l-copy h2{
	font-size: min(56px, calc((var(--calc-vw) * 1vw) * 5.2));
	color: var(--color-gold);
}

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


/*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-zeh-badge {
	position: absolute;
	width: 420px;
	margin-top: 1.5%;
	margin-left: 1.5%;
	position: absolute;
	left: 0;
	top: 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: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(15%, #d9d0b0), color-stop(85%, #d9d0b0), to(#fff));
	background: linear-gradient(to right, #fff 0%, #d9d0b0 15%, #d9d0b0 85%, #fff 100%);
}

.l-outset__inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0 20px;
}

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

.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_copy_banner {
	display: block;
	max-width: 1000px;
	margin: 10px auto;
}

.l_copy_banner figcaption {
	font-size: 1rem;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
}

.l-copy_caption {
	color: #333;
	display: block;
	max-width: 750px;
	margin: 10px auto;
	font-size: 10px;
	padding-top: 10px;
	text-align: left;
}

.l-copy_bottan {
	display: block;
	width: 20%;
	margin: 10px auto;
	text-decoration: none;
	font-size: 2.6rem;
	line-height: 1;
	padding: 20px 20px 15px 20px;
	background: rgb(180, 167, 16);
	background: -webkit-gradient(linear, left top, right top, from(rgba(180, 167, 16, 1)), color-stop(50%, rgba(218, 209, 108, 1)), to(rgba(180, 167, 16, 1)));
	background: linear-gradient(90deg, rgba(180, 167, 16, 1) 0%, rgba(218, 209, 108, 1) 50%, rgba(180, 167, 16, 1) 100%);
	color: #fff;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px -5px #696969;
	box-shadow: 0px 0px 15px -5px #696969;
	border-radius: 10px;
}

.l-copy_bottan: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-top_movie_warpper {
	max-width: 1080px;
	margin: 80px auto;
}

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

.l-top_movie_warpper h4 span {
	color: #8e7947;
	font-size: 3rem;
	position: relative;
	background: #fff;
	padding: 5px 20px;
	z-index: 10;
}

.l-top_movie_warpper h4:after {
	content: "";
	width: 100%;
	height: 1px;
	top: 45%;
	left: 0;
	position: absolute;
	z-index: 5;
	background-color: #8e7947;
}

.l-top_movie_warpper em {
	color: #8e7947;
	font-size: 1.8rem;
	margin-bottom: 20px;
	display: block;
}

.l-top_movie {
	position: relative;
	height: 607px;
	overflow: hidden;
}

.l-top_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-mv_bagge {
	display: block;
	width: 690px;
	position: absolute;
	top: 3%;
	right: 2%;
	z-index: 100;
}

.l-mv_bagge_area {
	display: block;
	width: 100%;
	display: none;
}

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

.l-kv_banner_area {
	background: #470808;
	background: -webkit-gradient(linear, left top, right top, from(rgba(71, 8, 8, 1)), color-stop(50%, rgba(145, 0, 0, 1)), to(rgba(71, 8, 8, 1)));
	background: linear-gradient(90deg, rgba(71, 8, 8, 1) 0%, rgba(145, 0, 0, 1) 50%, rgba(71, 8, 8, 1) 100%);
	display: block;
	width: 100%;
	text-align: center;
	padding: 35px;
}

.l-kv_banner_area figure {
	max-width: 1000px;
	margin: 0 auto;
}

.l-maincont{
	background: url('../../img/home/bg-main.jpg') center / cover no-repeat;
}

.l-maincont .u-inner{
	width: min(780px, 70%);
	margin-top: 0;
	padding: 140px 0 160px;
	background: transparent;
}

.l-maincont .u-inner .maincopy{
	margin-bottom: min(68px, calc((var(--calc-vw) * 1vw) * 5.4));
	line-height: 1.8;
	font-size: clamp(36px, 48px, calc((var(--calc-vw) * 1vw) * 4.8));
}

.l-maincont .u-inner .mainbody{
	line-height: 2.2;
	font-size: clamp(16px, 24px, calc((var(--calc-vw) * 1vw) * 2.4));
}