/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*スライダー*/
#slideGallery .slider li {
	width:100%!important;
}
#slideGallery .slider>div {
}
#slideGallery .slider>div>div {
	width:100vw!important;
}
#slideGallery .slider li img{
	width: 100%;
	object-fit: cover;
	font-family: "object-fit:cover;";
}
#slideGallery{
	position: relative;
    background-color: #fff;
}
/*スライダー：拡大→縮小して表示
#slideGallery .slider img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 3s ease;
}
#slideGallery .slider .slick-active img {
  transform: scale(1.0);
}*/
/*スライダー：キャッチコピー*/
#slideGallery .slideTxt{
	position: absolute;
	z-index:2;
	width:100%;
}
#slideGallery .slideTxt .inner{
	display: table;
	max-width:1150px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#slideGallery .slideTxt .inner div{
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}
/*スクロールボタン*/
.scroll-btn{
	bottom:3%;
	left:50%;
	width:180px;
	height:60px;
	margin-left:-90px;
	position: absolute;
	z-index:3;
	text-align: center;
}
.scroll-text{
	position: absolute;
	right:10px;
	bottom:5px;
}
.scroll-btn a{
	display: block;
	color:#fff;
	text-shadow: rgba(0,0,0,0.75) 0 0 5px;
	letter-spacing: 0.09em;
}
.scroll-btn svg{
	height:60px;
	position: absolute;
	right:50%;
	top:50%;
	margin-top:-30px;
	margin-right:-25px;
}
/*コンセプト*/
.concept-scroll{
	width:100%;
	height:8px;
	position: fixed;
	top:0;
	left:0;
	z-index: 120;
	background-color: rgba(255,255,255,0.4);
}
.concept-scroll-inner{
	width:0;
	height:8px;
	position: fixed;
	top:0;
	left:0;
	z-index: 120;
	background-color: rgba(255,255,255,0.8);
}
#concept{
	width:100%;
	overflow: hidden;
	position: relative;
}
#concept .inner-bg{
    background-image: url(../img/index/concept_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
   position: absolute;
    top:0;
	width: 100%;
	height:100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.concept-inner{
    transition: opacity 1s;
    opacity: 0;
    width:100%;
	/*position: fixed;*/
    /*position: absolute;*/
    transform: translateY(100%);
}
#concept h2{
    letter-spacing: 0.15em;
	line-height: 1.38em;
	color:#000;
}
#concept h2 .text2{
    letter-spacing: 0.13em;
}
#concept h2 .text3{
    letter-spacing: -1em;
}
#concept .concept-txt{
    letter-spacing: 0.13em;
	line-height: 2em;
}
#fullpage-wrap{
    position: relative;
    width:100%;
}
/*取扱店舗ボタン：白*/
#concept .shop-link-white{
	margin-top:40px;
}
.shop-link-white a{
	color:#fff;
	text-align: center;
	width:210px;
	display: block;
	border:2px solid #fff;
	padding:0;
	transition: 0.8s ease;
}
.shop-link-white a:hover{
	background-color: #fff;
	color:#4d4d4d;
}
.shop-link-white a:hover .icon-target-white:after{
	background-image: url(../img/common/icon-target_over.png);
}
/*共通*/
.common-h{
	line-height: 1em;
	display: inline-block;
	padding-left:10px;
	padding-right:10px;
	letter-spacing: 0.08em;
	border-bottom:2px solid #000;
	padding-bottom:2px;
}
.common-hs{
	display: block;
	letter-spacing: 0.02em;
	margin-top:5px;
}
/*JOURNAL*/
#journal{
    background: #fff;
	padding-top:80px;
	padding-bottom:40px;
}
#journal h2{
	margin-bottom:72px;	
}
.journal-article{
	overflow: hidden;
}
.journal-article li{
	position:relative;
	overflow: hidden;
}
.journal-article li a{
	color:#fff;
   	will-change: color;
    transition: color 0.8s cubic-bezier(0.53, 0.01, 0.32, 1);
}
.journal-article li a img{
   	will-change: transform;
    transition: transform 0.8s cubic-bezier(0.53, 0.01, 0.32, 1);
}
.journal-article li a:hover img{
    -ms-transform: scale(1.04);
	transform: scale(1.04);
 }
.journal-article li a:hover{
    color:#beb3b3;
 }
.journal-article li{
	float:left;
}
.journal-txt{
	position:absolute;
	display: block;
	width: 100%;
	bottom:0px;
	left:0px;
	padding:15px 15px 13px 15px;
	z-index:19;
	line-height:1.8em;
	background-color: rgba(19, 19, 19, 0);
	background-image: -webkit-linear-gradient(rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
	background-image: -o-linear-gradient(rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
	background-image: linear-gradient(rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 0.7) 100%);
}
#journal .category-text{
	display: block;
	letter-spacing: 0.1em;
}
#journal .main-text{
	display: block;
	font-family: Yu Gothic Pr6N B;
	letter-spacing: 0.02em;
}
/*PRODUCTS*/
#products{
    background: #fff;
    padding:140px 0 0 0;
}
/*見出し下の高さはこれで調整*/
#products h2{
    background: #fff;
    padding:0 0 30px 0;
}
.products-list li{
	padding-top:75px;
}
/*/見出し下の高さはこれで調整*/
.products-list a{
	display: block;
}
.products-list a:hover .products-img{
    transform:scale(1.05,1.05);
}
.products-list-inner{
	width:100%;
	border:6px solid #000000;
	display: flex;
	transition: all 0.8s;
}
.products-list a:hover .products-list-inner{
	border:6px solid #4d4d4d;
}
.products-text{
	padding:0 20px 20px 20px;
}
.products-name{
	letter-spacing: 0.035em;
    line-height: 1em;
}
.products-img {
	position: relative;
    transition:0.8s transform;
}
#products .detail-title{
	letter-spacing: 0.06em;
}
#products .product-color span.color{
	display: inline-block;
	width:38px;
	height:7px;
	opacity: 1;
	overflow: hidden;
}
#products .products-list li dd{
    line-height: 1.666em;
	margin-top:10px;
}
/*最新情報*/
#news{
    background: #fff;
	padding-top:95px;
	padding-bottom:150px;
}
#news h2{
	margin-bottom:70px;	
}
.news-list li{
	border-bottom:1px solid #000;
    padding-top:20px;
    padding-bottom:20px;
	transition: all 0.3s;
	letter-spacing: 0.02em;
	font-family: Yu Gothic Pr6N M;
}
.news-list li:first-child{
    padding-top:0;
}
.news-list li:last-child{
    margin-bottom:0;
}
.news-list a{
	transition: color 0.3s;
	display: block;
	padding-left:20px;
	padding-right:20px;
	line-height: 1.58em;
}
.news-list li:hover{
	border-bottom:1px solid #b3b3b3;
}
.news-list li a:hover{
	color:#b3b3b3;
}
.news-list-inner dt{
	font-family: Yu Gothic Pr6N B;
	margin-bottom:0px;
}
.news-list-inner dd{
	margin:0;
}
/* ////////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
     #slideGallery object,#slideGallery object img{
	   width:360px;
	   height:225px;
    }
	/*コンセプト*/
	#concept .inner-bg{
		padding:140px 0;
    }
	/*JOURNAL*/
	.journal-article li:nth-of-type(1),.journal-article li:nth-of-type(2){
		width:49.375%;
		margin-bottom:20px;
		margin-right:1.25%;
	}
	.journal-article li:nth-of-type(2){
		margin-right:0;
	}
	.journal-article li:nth-of-type(3),.journal-article li:nth-of-type(4),.journal-article li:nth-of-type(5){
		width:32.5%;
		margin-right:1.25%;
	}
	.journal-article li:nth-of-type(5){
		margin-right:0;
	}
	.journal-article li:nth-of-type(1) img:not(.pickup-new-img),.journal-article li:nth-of-type(2) img:not(.pickup-new-img){
		height:346px;
	}
	.journal-article li:nth-of-type(3) img:not(.pickup-new-img),.journal-article li:nth-of-type(4) img:not(.pickup-new-img),.journal-article li:nth-of-type(5) img:not(.pickup-new-img){
		height:230px;
	}	
	/*PRODUCTS*/	
	.products-img-inner{
		position: absolute;
		bottom:0;
	}
	/*大きいサイズ*/
	.products-list li.big-view{
		margin-top:53px;
	}
	.big-view .products-list-inner{
		display: table;
		padding-top:67px;
	}
	.big-view .products-list-inner >*{
		display: table-cell;
	}
	.big-view .products-list-inner >*:first-child{
		width:45%;
	}
	.big-view .products-list-inner >*:last-child{
		width:55%;
	}
	.big-view .products-img-inner{
		padding-right:60px;
	}
	/*横並び*/
	.small-view{
		width: 47%;
		display: inline-block;
	}
	.small-view .products-text{
		order:2;
	}
	.small-view .products-list-inner{
		flex-direction: column;
	}
	.small-view .products-img{
		text-align: center;
		position: relative;
		display: block;
		height:98px;
		order:1;
	}
	.small-view .products-img-inner{
		width: 63%;
		left:18.5%;
	}
	/*最新情報*/
    .news-list dt{
        width:217px;
    }
}
@media screen and (min-width: 1100px){
    #concept .inner-bg.kakudai{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
/* ////////////////////////////////////////
Firefoxのみ→全ブラウザ対応
////////////////////////////////////////
@-moz-document url-prefix() {*/
    /*transformと固定背景は併用できない*/
    /*↓対処*/
	#concept .inner-bg{
		padding:100px 0;
    	background-image: none;
	}
	#concept .inner-bg::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: url(../img/index/concept_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
    #concept .inner-bg.kakudai{
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #concept .inner-bg.kakudai::before{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    /*↑対処*/
/* ////////////////////////////////////////
Edgeのみ
//////////////////////////////////////// */
@supports (-ms-ime-align:auto) {
    /*transformと固定背景は併用できない*/
    /*↓対処*/
	#concept .inner-bg{
		padding:100px 0;
    	background-image: none;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		overflow: hidden;
	   position: absolute;
		top:0;
		width: 100%;
		height:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}
	#concept .inner-bg::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: none;
        background-repeat: no-repeat;
		background-size:cover;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
	#concept .inner-bg-sp{
		padding:100px 0;
    	background-image: none;
	}
	#concept .inner-bg-sp::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: url(../img/index/concept_bg_sp.jpg);
        background-repeat: no-repeat;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
    #concept .inner-bg-sp.kakudai::before{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
	/*
	#concept .inner-bg{
		padding:100px 0;
    	background-image: none;
	}
	#concept .inner-bg::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: url(../img/index/concept_bg_sp.jpg);
        background-repeat: no-repeat;
		background-size:cover;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
    #concept .inner-bg.kakudai::before{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
	*/
    /*↑対処*/
}
/*タブレットのみ*/
@media screen and (min-width: 768px) and (max-width: 1100px){
	/*スライダー：ロゴ*/
	#slideGallery .slideTxt .inner div{
	   padding-bottom:16vh;
    }
	/*/スライダー：ロゴ*/
	.big-view .products-list-inner{
		padding-top:30px;
	}
    /* 背景画像固定効かない
	#concept .inner-bg{
		padding:100px 0;
    	background-image: url(../img/index/concept_bg_sp.jpg);
		background-attachment:inherit;
	}*/
    /*↓対処*/
	#concept .inner-bg{
		padding:100px 0;
    	background-image: none;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		overflow: hidden;
	   position: absolute;
		top:0;
		width: 100%;
		height:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}
	#concept .inner-bg::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: none;
        background-repeat: no-repeat;
		background-size:cover;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
	#concept .inner-bg-sp{
		padding:100px 0;
    	background-image: none;
	}
	#concept .inner-bg-sp::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: url(../img/index/concept_bg_sp.jpg);
        background-repeat: no-repeat;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
    #concept .inner-bg-sp.kakudai::before{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
	/*
	#concept .inner-bg{
		padding:100px 0;
    	background-image: none;
	}
	#concept .inner-bg::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: url(../img/index/concept_bg_sp.jpg);
        background-repeat: no-repeat;
		background-size:cover;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
    #concept .inner-bg.kakudai::before{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
	*/
    /*↑対処*/
}
/*Safariだけに適用されるCSSハック※要素ごとに付ける*/
  _::-webkit-full-page-media, _:future, :root #news{
  }
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	/*共通*/
	.common-hs{
		margin-bottom:40px;
		letter-spacing: 0.16em;
	}
    /*スライダー：ロゴ*/
     #slideGallery object,#slideGallery object img{
	    width:180px;
		height:107px;
    }
	#slideGallery .inner img{
	    width:180px;
		height:auto;
    }
	/*コンセプト*/
    /* 背景画像固定効かない
	#concept .inner-bg{
		padding:100px 0;
    	background-image: url(../img/index/concept_bg_sp.jpg);
		background-attachment:inherit;
	}*/
    /*↓対処*/
	#concept .inner-bg{
		padding:100px 0;
    	background-image: none;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top center;
		overflow: hidden;
	   position: absolute;
		top:0;
		width: 100%;
		height:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}
	#concept .inner-bg::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: none;
        background-repeat: no-repeat;
		background-size:cover;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
	#concept .inner-bg-sp{
		padding:100px 0;
    	background-image: none;
	}
	#concept .inner-bg-sp::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: url(../img/index/concept_bg_sp.jpg);
        background-repeat: no-repeat;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
    #concept .inner-bg-sp.kakudai::before{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
	/*
	#concept .inner-bg{
		padding:100px 0;
    	background-image: none;
	}
	#concept .inner-bg::before{
        content:'';
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
    	background-image: url(../img/index/concept_bg_sp.jpg);
        background-repeat: no-repeat;
		background-size:cover;
		transform: translateZ(0);
	   -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
	}
    #concept .inner-bg.kakudai::before{
        top:0;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
	*/
    /*↑対処*/
	/*JOURNAL*/
	#journal{
		padding-top:40px;
		padding-bottom:0;
	}
	#journal h2{
		margin-bottom:40px;	
	}
	.journal-article li{
		width:100%;
		margin-bottom:10px;
	}
	.journal-article li p.journal-txt{
		line-height: 1.58em;
	}
	.journal-article li:last-child{
		margin-bottom:0;
	}
	.journal-article li img:not(.pickup-new-img){
		height:187px;
	}	
	/*PRODUCTS*/
	#products{
		padding:83px 0 0 0;
	}
	/*見出し下の高さはこれで調整*/
	#products h2{
		padding:0;
	}
	.products-list li:first-child{
		padding-top:48px;
	}
	.products-list li{
		padding-top:35px;
	}
	/*/見出し下の高さはこれで調整*/
	.products-text{
		width: 100%;
		display: block;
		padding:0 16px 16px 16px;/*★np修正250311*/
	}
	.products-text{
		order:2;
	}
	.products-img{
		width: 70%;
		left:15%;
		position: relative;
		display: block;
		height:65px;
		order:1;
	}
	.products-img-inner{
		position: absolute;
		bottom:0;
	}
	.products-list-inner{
		flex-direction: column;
	}
	.products-name-detail1{
		line-height: 1.4em;
	}
	.products-name-detail2{
		line-height: 1.58em;
	}
	/*最新情報*/
	#news{
		padding:110px 0 80px 0;
	}
	#news h2{
		margin-bottom:35px;	
	}
	.news-list a{
		padding-left:10px;
		padding-right:10px;
		line-height: 1.58em;
	}
	.news-list-inner dt{
		margin-bottom:5px;
	}
}
/* ////////////////////////////////////////
スライド調整用　sm(540px以上)
//////////////////////////////////////// */
@media screen and (min-width:540px) {
	#slide_pc{display: block;}
	#slide_sp{display: none;}
	#slide_tablet{display: none;}
}
@media screen and (min-width:540px) and (max-width:767px) {
    #concept .inner-bg::before{
    	background-image: url(../img/index/concept_bg.jpg);
    }
}
@media screen and (max-width: 539px){
	/*スライダー：ロゴ*/
	#slideGallery .slideTxt .inner{
		max-width:180px;
	}
	#slideGallery .slideTxt .inner div{
	   padding-bottom:16vh;
    }
	/*(垂直中央ではない)
    #slideGallery .slideTxt .inner div{
	   vertical-align: top;
	   padding-top:12vh;
    }
	スライダー：ロゴ(垂直中央ではない)*/
	#slide_pc{display: none;}
	#slide_sp{display: block;}
	#slide_tablet{display: none;}
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
	#slide_sp{display: none !important;}
	#slide_tablet{display: none !important;}
	/*印刷時のスライド画像サイズ*/
	.slider li img{width:1200px !important;}
}