@charset "utf-8";

body{
	padding-top: 41px !important;
}










#header .header-inner {
	background: rgba(38,38,38,0.5);
}

/* --------------------------------------------------------------------------------
	メイン幅
-------------------------------------------------------------------------------- */
.fs-l-main{
	max-width: none;
}
.fs-l-pageMain{
	max-width: none;
}


/* --------------------------------------------------------------------------------
index
-------------------------------------------------------------------------------- */
/* ----------------------------------------
バナー - 1
---------------------------------------- */
#index .bnrs-1{
	padding: 45px 0 45px;
	background: rgb(160,166,170);
	background: linear-gradient(0deg, rgba(160,166,170,1) 0%, rgba(30,30,30,1) 100%);
}
#index .bnrs-1 .bnrs-box{
}
#index .bnrs-1 ul{
	display: flex;
	justify-content: space-between;
}
#index .bnrs-1 ul li{
	width: 545px;
}
#index .bnrs-1 ul li a{
	display: block;
	width: 100%;
	height: auto;
}


/* ----------------------------------------
news
---------------------------------------- */
#index .news{
	width: 930px;
	margin: 0 auto;

	overflow: hidden;
}
#index .news .news-wrapper{
	padding: 35px 0 28px;
}

/* 見出し */
#index .news h2{
	margin: 0 0 16px;
	line-height: 1.2;
	font-weight: 400;
	font-size: 27px;
	color: #744c6c;
}

/* news-box */
#index .news .news-box{
	padding: 0 27px;
}

/* news-box */
#index .news .news-list{
	padding: 0 0 30px;
}
#index .news .news-list ul li{
	display: flex;

	width: 100%;
	padding: 0 0 14px;
	font-size: 17px;
}
#index .news .news-list ul li .datetime{
	width: 150px;
	padding: 0 0 0 0;
	color: #737373;
}
#index .news .news-list ul li .desc{
	width: calc(100% - 127px);
}
#index .news .news-list ul li .desc a{
	display: block;
}


/* ----------------------------------------
category
---------------------------------------- */
#index .category{
	padding: 102px 0 80px;
	background: #1e1e1e url("../images/index/bg-category.png") no-repeat 0 0;
	background-size: 800px auto;
}
#index .category h2{
	padding: 0 0 44px;
	text-align: center;
	color: #fff;
	font-size: 38px;
}

/********** カテゴリーリスト-1 & 2 **********/
#index .category .category-list-1{
}

/********** カテゴリーリスト共通 **********/
#index .category ul{
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .category ul li{
	width: 275px;
	margin: 0 45px 70px 0;
}
#index .category ul li:nth-of-type(4){
	margin-left: 225px;
}
#index .category ul li:last-child{
	margin-right: 0;
}
#index .category ul li a{
	position: relative;
	z-index: 1;
	
	display: block;
	padding: 0 0 20px;
	text-decoration: none;
	color: #fff;
}
/* カテゴリー名 */
#index .category ul li .label{
	position: absolute;
	z-index: 2;
	
	display: flex;
	align-items: center;
	
	width: 260px;
	padding: 35px 0 0;
	writing-mode: vertical-rl;
	font-size: 28px;
}
/* 商品を見る */
#index .category ul li .btn-item{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	
	display: flex;
	align-items: center;
	
	width: 150px;
	height: 32px;
	padding: 0 0 0 20px;
	border: solid 1px #fff;
	
	background :url("../images/common/cate-btn-arrow.svg") no-repeat calc(100% - 11px) 9px;
}
/* 画像 */
#index .category ul li .img{
	width: 260px;
	height: 430px;
	overflow: hidden;
	
	background: #000;
}
#index .category ul li .img img{
	transform: scale(1.1) !important;	/*画像の拡大率*/
	transform: translate3d(0,0,0) !important;
	transition-duration: 0.5s !important;	/*変化に掛かる時間*/
	width: 260px;
	height: 430px;
}
#index .category ul li a:hover .img img{
	transform: scale(1.1) !important;	/*画像の拡大率*/
	transition-duration: 0.5s !important;	/*変化に掛かる時間*/
	opacity: 0.8;
}

/* ----------------------------------------
price
---------------------------------------- */
#index .price{
	position: relative;
	
	padding: 95px 0 73px;
}
#index .price::before{
	content: '';
	
	position: absolute;
	z-index: 1;
	top: 0;
	
	width: 100%;
	height: 90px;
	background: rgb(255,255,255);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(160,166,170,1) 100%);
}
#index .price .price-wrapper{
	position: relative;
	z-index: 2;
}

/* 見出し */
#index .price h2{
	padding: 0 0 30px;
	text-align: center;
	color: #1e1e1e;
	font-size: 38px;
}

/* price-box */
#index .price .price-box{
	width: 940px;
	margin: 0 auto;
}

/* 価格リスト */
#index .price ul{
	display: flex;
	flex-wrap: wrap;
	
	width: 100%;
}
#index .price ul li{
	width: 296px;
	margin: 0 26px 30px 0;
}
#index .price ul li:nth-of-type(3n){
	margin-right: 0;
}
#index .price ul li a{
	display: flex;
	align-items: center;
	
	height: 70px;
	padding: 0 0 0 20px;
	border-radius: 5px;
	border: solid 1px #744c6c;
	
	text-decoration: none;
	font-size: 18px;
	color: #1e1e1e;
	
	background : #fff url("../images/common/price-arrow.svg") no-repeat calc(100% - 11px) 31px;
}
#index .price ul li a:hover{
	color: #fff;
	background: #744c6c url("../images/common/price-arrow-hover.svg") no-repeat calc(100% - 11px) 31px;
}
#index .price ul li a .kara{
	
}
#index .price ul li a .price-value{
	font-size: 20px;
}
#index .price ul li a .yen{
	
}



/* ----------------------------------------
concept
---------------------------------------- */
#index .concept{
	padding: 50px 0 0;
	background: #f3f5f5;
}

/* 見出し */
#index .concept h2{
	margin: 0 0 16px;
	line-height: 1.2;
	font-weight: 400;
	font-size: 27px;
	color: #744c6c;
}

/* concept-box */
#index .concept .concept-box{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	padding: 0 0 80px;
}

/* imgs */
#index .concept .imgs ul{
	width: 305px;
}
#index .concept .imgs ul li{
}
#index .concept .imgs ul li.grid-1-1{
	width: 305px;
}

#index .concept .imgs ul li img{
	display: block;
}

/* txt */
#index .concept .concept-box .txt{
	width: 750px;
}
#index .concept .concept-box .txt h3{
	padding: 0 0 10px;
	font-size: 22px;
}
#index .concept .concept-box .txt .txt-box{
	margin: 0 0 40px;
}
#index .concept .concept-box .txt .txt-box p{
	line-height: 2;
	font-size: 15px;
}



/* ----------------------------------------
youtube
---------------------------------------- */
#index .youtube{
	width: 940px;
	margin: 0 auto;
	padding: 0 0 100px;
}
#index .youtube iframe{
	display: block;
	width: 100%;
	height: 529px;
}



/* ----------------------------------------
footer
---------------------------------------- */
#footer{
	padding: 0;
}









