@charset "utf-8";

.colList li {
	float: left;
	padding: 25px;
}

figure {
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 280px;
	background: #fff;
}
figure img {
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
figcaption {
	position: absolute;
	bottom: 0;
	right: -400px;
	z-index: 2;
	width: 400px;
	height: 280px;
	background-position: right;
	-webkit-transition: .3s;
	transition: .3s;
}
figure:hover img {
	-webkit-transform: translateX(-120px);
	transform: translateX(-120px);
}
figure:hover figcaption {
	right: 0;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
}
.list001 {
	background-image:url(../img/top/col001.jpg);	
	}
.list002 {
	background-image:url(../img/top/col002.jpg);	
	}
.list003 {
	background-image:url(../img/top/col003.jpg);	
	}
.list004 {
	background-image:url(../img/top/col004.jpg);	
	}
.list005 {
	background-image:url(../img/top/col005.jpg);	
	}
.list006 {
	background-image:url(../img/top/col006.jpg);	
	}
.list007 {
	background-image:url(../img/top/col007.jpg);	
	}
.list008 {
	background-image:url(../img/top/col008.jpg);	
	}
.list009 {
	background-image:url(../img/top/col009.jpg);	
	}
.list010 {
	background-image:url(../img/top/col010.jpg);	
	}
.colList li p {
	letter-spacing: 10px;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
	padding-top: 5px;
}
.colName {
	letter-spacing: 5px;	
	}
.wanobiimage01 {
	margin: 20px auto 0;
}

.listBox {
	margin: 0 auto 50px;
	padding: 0 20px 20px;
	}
.listBox p {
	color: #000;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
	padding-top: 50px;
	}
.txtPadr {
	padding-right: 150px;
}
.txtPadl {
	padding-left: 100px;
}
.listCap {
	text-align: left !important;
	width: 94%;
	padding: 10px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
}
.listCap li {
	list-style-type: decimal;
	margin-left: 20px;
}

.listCap p {
		padding-top: 0 !important;
		}

.productList {
	margin: 40px auto 0;
}
.productList li {
	display: inline-block;
	padding: 5px;
}
.productList li a:hover img {
	opacity: 0.5;
	transition-duration: 1s;
	transition-timing-function: ease;
}
.productList li img {
	width: 230px;
}
.slideBox {
	width: 960px;
	height: 440px;
	}
.photographername {
	text-align: right !important;
}
.slideBox_sp {
	display: none;
	}
@media (max-width: 736px) {

.wanobiimage01 img {
	width: 100%;
}
.colList li {
	float: none;
}
figure {
	width: 100%;
	height: auto;
}
.colList img {
	width: 100%;
}
figcaption {
	display: none;
}
figure:hover img {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.txtPadr {
	padding-right: 10px;
}
.txtPadl {
	padding-left: 10px;
}
.slideBox {
	display: none;
	}
.slideBox_sp {
	display: block;
	width: 320px;
	height: 160px;
	}
.slideBox_sp img{
	width: 320px;
	}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  height: auto !important;
}
}
