@charset "UTF-8";
/* Scss Document */
/*******************************
 
Common Css
 
*******************************/
/*-----------------------------
command
-----------------------------*/
section{
	margin-bottom: 180px;
}

/*横幅途中変更に伴う調整*/
.news-block .wrap-common,
.sec-lineup .wrap-common,
.sec-gallery .wrap-common{
    max-width: 988px;
}

/*アンカーリンク ヘッダーに被らないように設定*/
.anchor {
	margin-top: -100px;
	padding-top: 100px;
}
.block-main-ttl {
	font-size: 175%;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 40px;
}
.block-main-ttl span {
	display: block;
	font-size: 55%;
	letter-spacing: normal;
	color: #929292;
	font-weight: normal;
}
.flex.justify-content-between{
	justify-content: space-between;
}
.flex.col-pc-2,
.flex.col-pc-3,
.flex.col-pc-4{
	margin-right: -20px;
}
.flex.col-pc-2 .item,
.flex.col-pc-3 .item,
.flex.col-pc-4 .item{
	padding-right: 20px;
}
.flex.col-pc-2 .item {
	width: 50%;
}
.flex.col-pc-3 .item {
	width: 33.333%;
}
.flex.col-pc-4 .item {
	width: 25%;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	section{
		margin-bottom: 100px;
	}
	.flex.col-pc-3 .item,
	.flex.col-pc-4 .item{
		width: 50%;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	section{
		margin-bottom: 60px;
	}
	.block-main-ttl {
		font-size: 167%;
		margin-bottom: 20px;
	}
	.flex.col-pc-2 .item,
	.flex.col-pc-3 .item,
	.flex.col-pc-4 .item{
		width: 100%;
	}
}

/*-----------------------------
BUTTON
-----------------------------*/
.btn-more{
	font-size: 87%;
    display: inline-block;
    margin: 40px auto 0;
    border: solid 1px #2f2f2f;
    width: 170px;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
	text-align: center;
    transition: all 300ms 0s ease;
}
.btn-more-wht{
	font-size: 87%;
    display: inline-block;
    margin: 40px auto 0;
    border: solid 1px #fff;
    width: 170px;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
	text-align: center;
	color: #fff;
}
.btn-more-bl{
    border: solid 1px #000;
	background: #000;
	color: #fff;
}
.btn-more-blue{
    border: solid 1px #1b8cdb;
	background: #1b8cdb;
	color: #fff;
}
.btn-more:hover, .btn-more-wht:hover{
	background-color: #000;
	color: #fff;
}
.btn-more-bl:hover{
	background-color: #fff;
	color: #000;
}
.btn-more-blue:hover{
	color: #1b8cdb;
	background-color: #fff;
}
.btn-txt{
	font-size: 87%;
    text-decoration: underline;
	display: inline-block;
}
.btn-txt:after{
	content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
    display: inline-block;
	transition: all 300ms 0s ease;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.btn-more{
		font-size: 100%;
	}
}

/*-----------------------------
Subnavi
-----------------------------*/
.subnavi{
	color: #fff;
	background: #000;
	font-size: 115%;
	letter-spacing: .1em;
	margin-bottom: 100px;
	padding: 15px 20px;
	-webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.bg_swing{background-color: #8298A3;}
.bg_olive{background-color: #8F9986;}
.bg_adk{background-color: #422e14;}
.bg_amlys{background-color: #C0BE9A;}
.bg_wallfit{background-color: #606a70;}
.bg_asahiwood{background-color: #B5B5B5;}

.subnavi ul{
	justify-content: center;
}
.subnavi ul li:after{
	content: "｜";
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}
.subnavi ul li:last-child:after{
	display: none;
}
.subnavi a{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	position: relative;
	line-height: 1;
}

.subnavi a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}
.subnavi a:hover:after{
	width: 100%;
}
.subnavi.fixed{
	-moz-transform:translate(0, 60px);
    -webkit-transform:translate(0, 60px);
    transform:translate(0, 60px);
	z-index: 98;
}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.subnavi{
		font-size: 100%;
		letter-spacing: normal;
		margin: 0 -5px 50px 0;
		padding: 15px 20px 8px;
	}
	.subnavi ul li{
		width: 50%;
		margin-bottom: 5px;
		padding-right: 5px;
	}
	.subnavi a {
		display: block;
		height: 100%;
		padding: 10px;
		border: solid 1px #eee;
		line-height: 1.5;
	}
	.subnavi ul li:after{
		display: none;
	}
}


/*-----------------------------
Btn-search
-----------------------------*/
.btn-search{
	display: block;
	width: 90%;
	max-width: 484px;
	margin: 30px auto;
	padding: 20px 15px;
	font-size: 110%;
	letter-spacing: .03em;
	color: #fff;
	background: #545454;
	position: relative;
	overflow: hidden;
}
.btn-search span{
	position: relative;
	z-index: 1;
}
.btn-search span:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-image: url("../../../common/img/common/sprite@2x.png");
	background-repeat: no-repeat;
	background-position: left -71px;
	background-size: 250px auto;
}
.btn-search:before{
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
	right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
	margin: auto;
    background: #000;
}
.btn-search:hover{
	color: #fff;
}
.btn-search:hover:before{
	width: 100%;
}
.btn-search.fix-side{
	position: fixed;
    right: -5px;
    bottom: 150px;
    z-index: 99;
    width: 58px;
    letter-spacing: normal;
    line-height: 1.1;
    padding: 30px 15px;
    border-radius: 5px 0 0 5px;
	border: solid 1px #fff;
}
.btn-search.fix-side span:before {
    margin: 0 0 10px;
}
.btn-search.fix-side:before{
	display: none;
}
.btn-search.fix-side:hover{
	right: -1px;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.btn-search.fix-side{
		display: none;
	}
}

/*-----------------------------
SUPPORT
-----------------------------*/
.support-block{
	background: #f0f0ee;
	padding: 60px 0;
}
.support-block ul{
	justify-content: center;
}
.support-block ul li{
	margin-bottom: 10px;
}
.support-block ul li a{
	display: block;
}
.support-block ul li a img{
	width: 100%;
}
.support-block ul li a:hover{
	-moz-transform:translate(0, -3px);
    -webkit-transform:translate(0, -3px);
    transform:translate(0, -3px);
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 5px 0px rgba(10,10,10,0.1);
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.support-block{
		padding: 30px 0;
	}
	/*==== mobile スマフォ縦用css ===*/
	@media screen and (max-width: 480px) {
		.support-block .flex.col-pc-3 .item{
			width: 80%;
		}
	}
}


/*******************************
 
Top Css
 
*******************************/
/*-----------------------------
Mainimg
-----------------------------*/
.page .mainimg {
	margin-bottom: 0;
    padding: 85px 0;
	position: relative;
	overflow: hidden;
}
.page .mainimg.sub p {
    width: 100%;
    font-size: 250%;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    margin-top: 80px;
}
.page .mainimg.sub .bg-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}
.page .mainimg.sub .trimming-img{
	height: 100%;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
    .page .mainimg.sub p {
        font-size: 200%;
        margin-top: 50px;
    }
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .page .mainimg {
        padding: 50px 0;
    }

    .page .mainimg.sub p {
        font-size: 150%;
        margin-top: 30px;
    }
	.page .mainimg .logo_img img{
		width: 18%;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .page .mainimg {
        padding: 17px 0;
    }

    .page .mainimg.sub p {
        font-size: 100%;
        margin-top: 20px;
    }
	.page .mainimg.sub .bg-img{
		height: 172px;
	}
	.page .mainimg .logo_img img{
		width: 15%;
	}
}

/*-----------------------------
NEWS
-----------------------------*/
.news-block{
	margin-top: 80px;
}
.news-list li a{
	justify-content: flex-start;
    align-items: center;
    font-size: 93%;
    border-bottom: solid 1px #bfbfbf;
    padding: 15px 10px;
}
.news-list li a:hover{
	background-color: rgba(0,0,0,0.2);
}
.news-list li .date{
	margin-right: 20px;
    font-weight: bold;
}
.news-list li .tag{
    width: 100px;
	font-size: 75%;
	color: #fff;
	background-color: #2f2f2f;
    margin-right: 20px;
	padding: 2px 0;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.news-block{
		margin-top: 40px;
	}
}

/*-----------------------------
BANNER01
-----------------------------*/
.sec-banner01{
	position: relative;
	overflow: hidden;
}
.sec-banner01 a{
	display: block;
	background: #000;
	color: #fff;
}
.sec-banner01 .txt{
	align-items: center;
	text-align: left;
	padding: 8.6% 0;
}
.sec-banner01 .txt .inner{
	width: 42%;
}
.sec-banner01 .txt .inner .btn-txt{
	margin-top: 40px;
}
.sec-banner01 .img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	margin: 0 0 0 auto;
}
.sec-banner01 .img .trimming-img{
	height: 100%;
}
.sec-banner01 .img .trimming-img:before{
	padding-top: 80%;
}
.sec-banner01 a:hover .txt{
	text-decoration: underline;
}

.sec-banner-sub{
	margin-top: -180px;
    background-color: #000;
	color: #fff;
}
.sec-banner-sub .img{
	margin: 0 auto 0 0;
}
.sec-banner-sub .txt{
	margin-left: 50%;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.sec-banner01 .txt{
		padding: 40px 0;
	}
	.sec-banner01 .txt .inner{
		width: 100%;
	}
	.sec-banner01 .img{
		position: static;
		width: 100%;
	}
	.sec-banner01 .img .trimming-img:before{
		padding-top: 62%;
	}
	.sec-banner-sub{
		margin-top: -60px;
	}
	.sec-banner-sub .txt{
		margin-left: auto;
	}
}


/*-----------------------------
LINEUP
-----------------------------*/
.lineup-list .item{
	margin-bottom: 40px;
}
.lineup-list .item a{
	display: block;
	height: 100%;
	padding: 0 0 22px;
	background: #fff;
}
.lineup-list .item a:hover{
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.lineup-list figcaption{
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .03em;
	margin: 20px 0 10px;
}
.lineup-list .trimming-img:before{
	padding-top: 78%;
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	/*.lineup-list .trimming-img:before{
		padding-top: 60%;
	}*/
}


/*-----------------------------
GALLERY
-----------------------------*/
.gallery-list{
	margin-right: -10px;
}
.gallery-list .item{
	width: 16.666%;
	margin-bottom: 10px;
	padding-right: 10px;
}

.btn-more-insta{
	font-size: 120%;
	line-height: 39px;
}
.btn-more-insta:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
	width: 31px;
    height: 31px;
    background-image: url(../../../common/img/common/sprite@2x.png);
	background-position: right top;
    background-repeat: no-repeat;
    background-size: 250px auto;
	margin-right: 10px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
	.gallery-list .item{
		width: 25%;
	}
}


/*-----------------------------
official SNS
-----------------------------*/
.official_sns{
	justify-content: center;
	align-items: center;
    margin: 40px auto;
}
.official_sns p{
	margin-right: 10px;
}
.official_sns .sns a{
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: solid 1px #313131;
	margin: 0 5px;
	padding: 7px;
}
.official_sns .sns a:before{
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	background-image: url("../../../common/img/common/news_sprite@2x.png");
	background-size: 92px auto;
}
.official_sns .sns.ico-insta a:before{
	background-position: 0px 0px;
}
.official_sns .sns.ico-twt a:before{
	background-position: -31px 0px;
}
.official_sns .sns.ico-fb a:before{
	background-position: -60px 0px;
}
.official_sns .sns.ico-insta a:hover:before{
	background-position: 0px 27px;
}
.official_sns .sns.ico-insta a:hover {
	border-color: #CF2E92;
}
.official_sns .sns.ico-twt a:hover:before{
	background-position: -31px 27px;
}
.official_sns .sns.ico-twt a:hover {
	border-color: #1DA1F2;
}
.official_sns .sns.ico-fb a:hover:before{
	background-position: -60px 27px;
}
.official_sns .sns.ico-fb a:hover {
	border-color: #1877f2;
}


/*-----------------------------
BANNER SIMULATION
-----------------------------*/
.bnr-simulation{
	position: relative;
	overflow: hidden;
	background: #4b4a4a;
	color: #fff;
	margin-bottom: 80px;
}
.bnr-simulation .txt{
	align-items: center;
	text-align: left;
	padding: 8.6% 0 7%;
}
.bnr-simulation .txt .inner{
	width: 42%;
}
.bnr-simulation .txt .inner p{
	margin-bottom: 40px;
}
.bnr-simulation .img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 52%;
	margin: 0 0 0 auto;
}
.bnr-simulation .img .trimming-img{
    height: 100%;
}
.bnr-simulation .img .trimming-img:before{
	padding-top: 80%;
}
.bnr-simulation a{
    display: block;
    margin-bottom: 25px;
    padding: 10px 0;
    color: #fff;
    border-bottom: solid 1px #fff;
    opacity: .3;
}
.bnr-simulation a span{
    letter-spacing: .15em;
}
.bnr-simulation a:hover{
    opacity: 1;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.bnr-simulation .txt{
		padding: 40px 0;
	}
	.bnr-simulation .txt .inner{
		width: 100%;
	}
    .bnr-simulation .txt .inner p{
        margin-bottom: 20px;
    }
    .bnr-simulation .col-pc-3 .item{
        width: 33.333%;
    }
	.bnr-simulation .img{
		position: static;
		width: 100%;
	}
	.bnr-simulation .img .trimming-img:before{
		padding-top: 42%;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .bnr-simulation .col-pc-3 .item{
        width: 50%;
    }
}