@charset "utf-8";

.br_sp{
	display: none;
}
.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%;
}



/* ------------------------------------------------------------------------------------------------
*	行動提起
* ------------------------------------------------------------------------------------------------ */
.action{
	position: relative;
	padding: 6rem 0;
}
.action::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../img/home/action-bg.jpg") center/ cover no-repeat;
	content: '';
}
.action .inner{
	position: relative;
	z-index: 1;
	width: 90.625%;
	max-width: 1450px;
	margin: 0 auto;
}
.action .action-logo{
	width: 16.5rem;
	max-width: 16.5rem;
	margin: 0 auto;
}
.action .action-ttl{
	margin-top: 1rem;
	color: #b4995a;
	font-weight: 600;
	font-size: clamp(3rem,2.2vw,3.6rem);
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}
.action .action-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: clamp(1rem,1.6vw,3rem);
	margin-top: 3.5rem;
}
.action-list .list-item{
	position: relative;
	padding: 3rem clamp(2rem,2vw,4rem);
	box-sizing: border-box;
}
.action-list .list-item::before,
.action-list .list-item::after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	content: '';
}
.action-list .list-item::before{
	background: url("../../img/home/action-item-bg.svg") center / contain no-repeat;
}
.action-list .list-item::after{
	/* background: url("../../img/home/action-item-bg-deco.svg") center / cover no-repeat; */
}
.action-list .list-item>*{
	position: relative;
	z-index: 2;
}
.action-list .item-title{
	color: #FFF;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.5rem;
	align-items: center;
}
.action-list .title-num{
	font-size: clamp(1.8rem,1.6vw,2.7rem);
	height: 2.96em;
}
.action-list .title-num img{
	width: auto;
	height: 100%;
}
.action-list .title-txt{
	font-size: clamp(1.8rem,1.6vw,2.7rem);
	letter-spacing: .075em;
	line-height: 1.4;
}
.action-list .item-txt{
	margin-top: .8em;
	color: #FFF;
	font-size: clamp(1.3rem,1.2vw,1.8rem);
	line-height: 1.4;
	letter-spacing: .2em;
}
.action-contact .contact-ttl{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 7rem auto 0;
	color: #684d1c;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: .075em;
	text-align: center;
}
.action-contact .contact-ttl::before,
.action-contact .contact-ttl::after{
	position: absolute;
	top: 50%;
	width: 7.4rem;
	aspect-ratio: 74/18;
	content: '';
}
.action-contact .contact-ttl::before{
	left: -.75em;
	transform: translate(-100%,-50%);
	background: url("../../img/home/action-contact-ttl-left.svg") center  / cover no-repeat;
}
.action-contact .contact-ttl::after{
	right: -.75em;
	transform: translate(100%,-50%);
	background: url("../../img/home/action-contact-ttl-right.svg") center  / cover no-repeat;
}
.action-contact .contact-btn{
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: .2rem solid #b4995a;
	max-width: 1060px;
	margin: 2.5rem auto 0;
	background: #FFF;
	color: #b4995a;
	font-size: 2.8rem;
	letter-spacing: .075em;
	line-height: 2.78em;
	text-align: center;
	text-decoration: none;
}
.action-contact .contact-btn .btn-gld{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
	background: #b4995a;
	color: #FFF;
}
.action-contact .contact-btn .btn-gld .arrow{
	width: 3.8rem;
	line-height: 1.2rem;
	margin-bottom: .8rem;
}

/* ------------------------------------------------------------------------------------------------
*	特徴

* ------------------------------------------------------------------------------------------------ */
.point{
	margin: 6rem 0 9rem;
}
.point .inner{
	width: 81.25%;
	max-width: 1300px;
	margin: 0 auto;
}
.point .point-logo{
	width: 31.5rem;
	max-width: 315px;
	margin: 0 auto;
}

.point .point-ttl{
	margin-top: 3rem;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}
.point .point-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
	margin-top: 6.5rem;
}

.point-list .list-item{
	position: relative;
	padding: 5em 12% 2.27em;
	box-sizing: border-box;
	font-size: clamp(1.5rem,1.46vw,2.2rem);
}
.point-list .list-item::before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url("../../img/home/point-bg.svg") center / cover no-repeat;
	content: '';
}
.point-list .list-item .item-copy{
	font-size: clamp(1.5rem,1.46vw,2.2rem);
	line-height: 1.3;
	letter-spacing: .075em;
	text-align: center;
}
.point-list .list-item .item-ttl{
	margin-top: .2em;
	font-weight: bold;
	font-size: clamp(3rem,2.6vw,5rem);
	line-height: 1.5;
	letter-spacing: .025em;
	text-align: center;
}
.ttl-gld{
	color: #b4995a;
	font-weight: bold;
}
.point-list .list-item  .item-txt{
	padding-top: 1em;
	border-top: .1rem solid;
	margin-top: .8em;
	font-size: clamp(1.6rem,1.6vw,2.4rem);
	line-height: 1.375;
}
.point .point-link{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5.5rem;
	margin-top: 3rem;
}
.point .point-link .item-btn{
	display: block;
	position: relative;
	width: 100%;
	max-width: 250px;
	margin: 1.5rem auto 0;
	background: #b4995a;
	border:  .1rem solid #b4995a;
	padding: .75em .75em .5em;
	box-sizing: border-box;
	color: #FFF;
	font-size: 1.5rem;
	letter-spacing: .05em;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
.point .point-link .item-btn::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translate(-50%,-50%) rotate(45deg);
	width: .5em;
	aspect-ratio: 1;
	border-top: .1rem solid #FFF;
	border-right: .1rem solid #FFF;
	content: '';
}

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


.u-request .u-inner {
	margin-top: 70px;
	text-align: center;
}

.u-request .request-ttl{
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: .1em;
}

.u-request .request-btn{
	display: block;
	width: 100%;
	max-width: 420px;
	height: 2.46em;
	line-height: 2.46em;
	margin: 2.5rem auto 0;
	background: radial-gradient(#b90023 30%,#9f040d 100%);
	font-weight: 400;
	color: #FFF;
	font-size: 3rem;
	letter-spacing: .1em;
	text-decoration: none;
}

.u-request .request-txt{
	margin-top: 5rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.83;
	letter-spacing: .1em;
}

/*information*/
.l-information .u-inner {
	margin-top: 20px;
	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;
}
