@charset "utf-8";
/* CSS Document */
/* トップイメージ */
div.topimgbox {
	width:100%;
	background: url(../images/index/topimg.jpg) no-repeat;
	background-position: center top;
	background-size: auto 100%;
	box-sizing: border-box;
}
	div.topimgbox div.messagebox {
		width:88.8vw;
		height:51.3vw;
		margin: 0 auto;
		position: relative;
	}
		div.topimgbox div.messagebox div.message {
			width:100%;
			height:60vw;
			position: absolute;
			top:0;
			right:0;
			background: url(../images/index/message.png) no-repeat;
			background-position: center top;
			background-size: auto 100%;
			opacity: 0;
		}
/* 杵 */
div.kinebox { 
	width:100%;
}
	div.kinebox div.kine {
		height:250px;
		width:50%;
		margin: 20px auto 0 auto;
		float: left;
		position: relative;
	}
		div.kinebox div.kine div.info {
			box-sizing: border-box;
			padding:0 10px;
		}
		div.kinebox div.kine div.info img.title { width:40px;}
			div.kinebox div.kine div.info p.ptext {
				max-width: 300px;
				margin-top: 5px;
				font-size: 12px;
				line-height: 18px;
			}
			div.kinebox div.kine div.info img.kineimg {
				display: block;
				width: 120px;
				margin: 0 auto 0 auto;
				position: absolute;
				bottom:60px;
			}
			div.kinebox div.kine div.info a {
				display: block;
				max-width: 90%;
				width:180px;
				height: 45px;
				line-height: 45px;
				text-align: center;
				text-decoration: none;
				color: #fff;
				font-size: 12px;
				font-weight: bold;
				background: #040000;
				margin: 20px 0 0 auto;
				letter-spacing: 1px;
				position: absolute;
				right:10px;
				bottom:0;
			}
	div.kinebox div.imagebox {
		width:50%;
		height:270px;
		background: url(../images/index/img01.jpg) no-repeat;
		background-position: center top;
		background-size: cover;
		margin: 0px auto 0 auto;
		float: right;
	}
/* 商品一覧 */
div.categorylistbox {
	width:96%;
	margin: 20px auto 0 auto;
}
	div.categorylistbox h2 {
		font-size: 16px;
		text-align: center;
	}
	div.categorylistbox div.center {
		width:100%;
		text-align: center;
		margin-top: 20px;
	}
		div.categorylistbox div.center a.item {
			display: inline-block;
			width:46%;
			height: 52vw;
			max-width: 250px;
			max-height: 270px;
			box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
			margin: 0 1.08vw 2.16vw 1.08vw;
			vertical-align: top;
			position: relative;
			box-sizing: border-box;
			text-align: left;
			text-decoration: none;
			color: #333;
			padding: 10px;
		}
			div.categorylistbox div.center a.item img.title {display: none;}
			div.categorylistbox div.center a.item img.img {
				width:25vw;
				max-width: 170px;
				position: absolute;
				bottom:1vw;
				right:2vw;
				line-height: 20px;
			}
			div.categorylistbox div.center a.item p.title {
				font-size: 14px;
				line-height: 20px;
			}
			div.categorylistbox div.center a.item p.ptext {
				font-size: 12px;
				margin-bottom: 20px;
				line-height: 18px;
			}
			div.categorylistbox div.center a.item p.details {
				font-size: 14px;
				text-decoration: none;
				color: #333;
			}
/* お知らせ */
div.newsbox {
	width:96%;
	background: url(../images/index/newsbgsp.png) no-repeat, url(../images/index/newsbgsp.png) no-repeat;
	background-position: center top, center bottom;
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	padding: 18px 0;
}
	div.newsbox div.center {
		width:100%;
		background: url(../images/index/newsbg02.png) no-repeat, #F5F5F5;
		background-size: auto 100%;
		background-position: left 10px top;
	}
		div.newsbox div.center p.newstitle {			
			font-size: 16px;
			box-sizing: border-box;
			padding: 0 10px;
		}
		div.newsbox div.center div.newsbox01 {
			width:100%;
			box-sizing: border-box;
			padding: 5px 15px 10px 15px;
		}
			div.newsbox div.center div.newsbox01 a {
				display: block;
				width:100%;
				height:40px;
				font-size: 12px;
				line-height: 20px;
				color: #333;
				text-decoration: none;
			}
				div.newsbox div.center div.newsbox01 a span {
					display: block;
					height:20px;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					font-size: 12px;
				}
			div.newsbox div.center div.newsbox01 p.nodata {
				display: block;
				width:100%;
				height:40px;
				font-size: 12px;
				line-height: 20px;
				color: #333;
			}