@charset "utf-8";
/* CSS Document */

/************************************************************************************
* paddingとborderを幅と高さに含める
*************************************************************************************/
* {
	-webkit-box-sizing:border-box;   /* for SP>3 */
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
	box-sizing:border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;   /* for SP>3 */
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {/* for IE<8 */
	zoom:1;
}

/************************************************************************************
SECTION
*************************************************************************************/
.section920 {
	width:920px;
	margin:0 auto;
	text-align:left;
}
@media only screen and (max-width: 919px){
	.section920 {
		width:100%;
	}
}


/************************************************************************************
PRODUCT
*************************************************************************************/
section#products {
	width:100%;
	padding:121px 20px 0;
}
.bread_link {
	padding:0 3rem;
	width:100%;
	max-width:1480px;
	display:block;
	margin:0 auto;
}
.bread_link a {
    color: #972036;
}
.bread_link a:hover {
    color: #cb9293;
}
section#products h1.tit {
	font-size:1.4rem;
	font-weight:700;
	text-align:center;
	line-height:80px;
    margin-bottom:50px;
	
	position:relative;
	
	
}
section#products h1.tit:after {
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #952036;
}
section#products div.imgBox, section#products div.textBox {
	width:45%;
}
/*------------------------------imgBox------------------------------*/
section#products div.imgBox {
	float:left;
	position: relative;
}
section#products div.imgBox div {
	width:100%;
}
section#products div.imgBox div img {
	width:100%;
	height:auto;
	/*cursor:pointer;*/
	transition: opacity 3.0s ease-out;
}
.image-transition {
    opacity: 0;
}
section#products div.imgBox ul {
	display:flex;
	list-style:none;
	margin-top:8px;
	
	padding-left:0 !important;
}
section#products div.imgBox ul li {
	display: list-item;
	margin-right:8px;
	/*cursor:pointer;*/
	transition: all 0.5s 0s ease;
}
section#products div.imgBox ul li:hover {
	border:1px solid rgba(149, 32, 54,0.8);
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
section#products div.imgBox ul li:last-child {
	margin-right:0px;
}
section#products div.imgBox ul li img {
	width:100%;
}
/*------------------------------textBox------------------------------*/
section#products div.textBox {
	float:right;
}
section#products table {
	width:100%;
	caption-side:top !important;
	border-collapse:collapse;   /* for IE */
	border:none;
	border-spacing:0;
	margin-bottom:40px;
}
section#products table:last-child {
	margin-bottom:0 !important;
}
section#products caption {
	color:rgba(140, 140, 140,1);
	font-size:16px;
	font-weight:bold;
	padding:0 !important;
	margin-bottom:10px;
}
section#products th, section#products td {
	border:none;
	border-bottom:1px solid rgba(189, 189, 189,0.3);
	padding:15px;
}
section#products td.bNone {
	border:none;
}
section#products th {
	width:30%;
	color:rgba(142,142,142,0.9);
	font-weight:normal;
	white-space:nowrap;
}
section#products td {
	width:70%;
}
section#products caption, section#products th, section#products td {
	text-align:left;
	vertical-align:top;
}
@media only screen and (max-width: 1479px){
	.bread_link {
		width:100%;
		padding:0 2rem;
		margin-bottom:0;
	}
}
@media only screen and (max-width: 1439px){
	.bread_link {
		max-width:1200px;
		padding:0 3rem;
		margin-bottom:0;
	}
}
@media only screen and (max-width: 1238px){
	.bread_link {
		padding:0 2rem;
	}
}
@media only screen and (max-width: 1139px){
	.bread_link {
		max-width:992px;
		padding:0 3rem;
	}
}
@media only screen and (max-width: 959px){
	.bread_link {
		max-width:768px;
	}
}
@media only screen and (max-width: 919px){
	section#products {
		width:100%;
		padding:121px 20px 0;
	}
	
	section#products h1.tit {
		font-size:1.3rem;
		line-height:65px;
		margin-bottom:30px;
	}
	section#products div.imgBox, section#products div.textBox {
		width:100%;
		float:none;
	}
	section#products div.imgBox {
		margin-bottom:50px;
	}
	#img-container img {
		width:100% !important;
		height:auto !important;
	}
	section#products table {
		margin-bottom:30px;
	}
	section#products table:last-child {
		margin-bottom:0 !important;
	}
	section#products th, section#products td {
		font-size:13px;
		line-height:180%;
		padding:10px 15px;
	}
	.js-image-zoom__zoomed-area {
		display:none !important;
	}
}
@media only screen and (max-width: 799px){
	.bread_link {
		padding:0 2.0rem;
	}
}
@media only screen and (max-width: 719px){
	.bread_link {
		max-width:576px;
		padding:0 1.2rem;
	}
}
@media only screen and (max-width: 620px){
	.bread_link {
		padding:0 0.5rem;
	}
}
@media only screen and (max-width: 615px){
	.bread_link {
		padding:0;
	}
}