@charset "utf-8";


/*#engtitle3 {
	background:url(../../images/item_select/xxxxxxx.png) no-repeat right center;
}*/

#rightBox span.icon-star-full {
	margin-right:0.3em;
	color:rgba(253,215,13,1.00);
	vertical-align:baseline;
}
select.required {
	border: 1px solid #aaaaaa;
	height:35px;
}
.ui-spinner{
	max-height:35px;
}
/* leftBox
--------------------------*/
#leftBox ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
	align-items: center;
}
#leftBox ul li.fleft {
	width:100px;
	margin-right:20px;
	margin-bottom:20px;
}
#leftBox ul li.fright {
	width:100px;
	margin-bottom:20px;
}

/* highslide用ダミーデータ */
#dummyImage {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

/* rightBox
--------------------------*/
#iconArea {
	margin-bottom:10px;
}
#iconArea img {
	display:inline-block;
	margin-right:10px;
}
#pcode {
	line-height:20px;
}

#textBox01 {
	line-height:16px;
	padding-bottom:20px;
}
#textBox02 {
	line-height:16px;
	/* padding:20px 0; */
	margin-bottom:10px;
}
#textBox03 {
	line-height:20px;
	color:#b81a35;
}
#pullDownList input {
	border: medium none;
	border-radius: 4px;
	height: 28px;
	text-align: center;
	width: 40px;
}
#pullDownList table {
	width:100%;
	margin-bottom: 10px;
}
#pullDownList table th {
	width: 35%;
	min-width:130px;
	line-height:20px;
}
#pullDownList table td {
	line-height:20px;
	padding:10px 0;
	font-weight:bold;
}
#pullDownList table td a.text01 {
	color:#b81a35;
	line-height:20px;
	background:url(../../images/item_select/icon_arrow.gif) no-repeat left center;
	padding-left:20px;
	text-decoration: none;
}
.btn01 {border:#947054 1px solid;}
.btn01 button {
	width:100%;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	line-height:30px;
}
.cartbtnSubmit button {
	background-color: #b81a35;
	color: #fff;
}
.btnFavorite button {
	background-color:#f8f1e8;
}
.btn01 button span {
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
	margin-bottom: -0.5em;
}

/* itemList
----------------------------------*/
.itemList {
	margin-bottom:10px;
	overflow:visible !important;
	display: flex;
	flex-wrap: wrap;
}
.itemList .pcode {
	font-size:10px;
	line-height:20px;
}
.itemList .photo {
	margin-bottom:0.2em;
}
.itemList .photo img.noimage { width: 100%;}
.itemList h4.itemName {
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;	
}
.itemList a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-decoration:none;
}
.itemList table {
	width:100%;
}
.itemList table th {
	/*width:40%;*/
	color:#b81a35;
}
.itemList table td {
	/*width:60%;*/
	font-size:14px;
	font-weight:bold;
	color:#b81a35;
}

.opt1 {
	display:inline-block;
	position:absolute;
	top:-2px;
	left:-2px;
}
.opt2 {
	display:inline-block;
	position:absolute;
	top:-2px;
	right:-2px;
}
.opt3 img {
	width: 36px;
	height: auto;
}
.opt4 img {
	width: 36px;
	height: auto;
}
.opt5 img {
	width: 64px;
	height: auto;
}

/* reviewArea
----------------------------------*/
#reviewArea {margin-bottom:30px;}
#reviewArea .reviewItem header h4 {
	font-weight: bold;
	padding-right: 0.5em;
}
#reviewArea .reviewItem header h4:before{
	content: "";
	background-image: url(../../images/common/icon_voice.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 0.5em;
	display: inline-block;
	vertical-align: middle;
}
#reviewArea .reviewItem .reviewScore {margin-bottom: 0.2em;}
#reviewArea .reviewItem .reviewName {margin-bottom: 0.5em;}
#reviewArea .reviewName time {
	display: inline-block;
	padding-left: 0.5em;
}
#reviewArea .reviewItem header {
	padding-bottom: 0.5em ;
	display: flex;
	align-items: center;
}
#reviewArea #moreReview {display: none;}
#reviewArea .reviewItem .deleteReview a {
	display: block;
	width: 4em;
	text-align: center;
	line-height: 2em;
	text-decoration: none;
	background-color: #ccc;
	border-radius: 5px;
}
#reviewArea .reviewItem .deleteReview a:hover {
	color: #555;
	background-color: #ddd;
}
#reviewArea #reviewOpen button {
	font-weight: bold;
	padding-bottom: 0;
	font-family:"メイリオ", Meiryo, "Yu Gothic", YuGothic, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#reviewText {
	font-size: 1.25em;
	line-height: 1.5em;
}
.reviewScore span[class^="icon-"] {
	color: #eeae32;
	margin-right: 0.2em;
	vertical-align: middle;
}
.reviewScore .reviewStar {display: inline-block;}
.reviewScore .reviewCount {
	display: inline-block;
	font-size: 0.7em;
	margin-left: 0.5em;
}
.reviewScore .rCount {font-size: 0.7em;}


/* 下記から追加記述 */
#itemSelectWrap .itemEngtitle .title01 {margin-bottom: 1em;}
#pullDownList {
	border-top: #947054 1px solid;
	padding-top: 1em;
}
#itemSelectWrap h3 {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:5px;
}

/* 商品画像
-------------------------------*/
.flex-control-thumbs {
	display: flex;
	padding: 0 0 1em;
}
.flex-control-thumbs li {
	/* height: 90px; */
	padding-top:15%;
	width: 15%;
	margin-right: 2%;
	border: #ccc 1px solid;
	position: relative;
}

.flex-control-thumbs li img{
	/* max-height: 86px; */
	max-height: 100%;
	width: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.flex-control-thumbs li:last-child {margin-right: 0;}
.highslide-full-expan,
.flex-direction-nav { display: none;}

#mainSlide .owl-dots .active {background-color: #0052a4;}

/* leftBox */
#itemSelectWrap #leftBox .itemThumbImg li {
	width: 17.5%;
	margin: 0 3% 3% 0;
}
#itemSelectWrap #leftBox .itemThumbImg li:nth-child(5n) {margin-right: 0;}

/* reviewArea */
#itemSelectWrap #reviewFlex,
#itemSelectWrap .reviewStar {
	display: flex;
	align-items: center;
}
#itemSelectWrap #reviewFlex {margin-bottom: 1.5em;}
#itemSelectWrap .reviewCount {padding-left: 0.3em;}
#itemSelectWrap .rCount {padding-left: 0.5em;}

#itemSelectWrap #reviewArea .reviewItem {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: #ccc 1px dashed;
}

/* rightBox */
#itemSelectWrap #rightBox .redFont {color: #b81a35;}
#itemSelectWrap #rightBox .redFont img {
	width: auto;
	height: 12px;
	margin: 0 0.2em;
}
#itemSelectWrap #rightBox .btnFavorite.btn01 {margin-top: 1em;}

#itemSelectWrap #leftBox .itemMainImg {
	text-align: center;
	border: #eee 1px solid;
	background-color: #fff;
}

#itemSelectWrap #leftBox .itemMainImg img,
#itemSelectWrap #leftBox .itemThumbImg li img {
	-ms-interpolation-mode: bicubic;
}
#itemSelectWrap #itemAreaWrap .itemEngtitle .title01 {margin-bottom: 1.5em;}
#itemSelectWrap #leftBox .itemThumbImg li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border: #eee 1px solid;
	background-color: #fff;
}
#itemSelectWrap #itemAreaWrap .itemProductBox {
	position: relative;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
}
#itemSelectWrap #itemAreaWrap .itemProductBox .photo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
}
#itemSelectWrap #itemAreaWrap .itemProductBox .itemInfo {
	padding: 10px;
}

/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media only screen and (max-width: 769px) {
	
	/* slideMainBox
	----------------------------------*/
	#itemSelectWrap .itemMainImg .slideMainBox{
		position: relative;
		text-align: center;
		width: 100%;
		max-width: 400px;
		height: 400px;
		margin: 0 auto;
		/* background: #eee; */
	}
	#itemSelectWrap .itemMainImg .slideMainBox img{
		margin: auto;
		max-height: 400px;
		width: auto!important;
		max-width:100%;
		padding:1px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	#itemSelectWrap {
		display: flex;
		flex-wrap: wrap;
		padding-top: 1em;
	}
	#itemSelectWrap .itemSpTitle {width: 100%;}
	#itemSelectWrap .layout02 {
		width: 100%;
		margin-bottom: 2em;
	}
	#iconArea img {
		width: auto;
		height: 1.5em;
		margin-right: 5px;
	}
	#itemDetail img{
		width: auto;
		max-width: 100%;
	}
	
	/* leftBox
	----------------------------------*/
	.itemOverview { width: 100%;}
	#itemSelectWrap #leftBox .itemThumbImg li {
		width: 17.5%;
		margin: 0 3% 3% 0;
	}
	#itemSelectWrap #leftBox .itemThumbImg li:nth-child(5n) {margin-right: 0;}
	
	
	/* photoBox
	----------------------------------*/
	#photoBox {
		position: relative;
		margin-bottom: 1em;
	}
	
	/* dummyImage
	----------------------------------*/	
	#dummyImage img {
		width: 100%;
		max-width: 450px;
		max-height: 450px;
	}
	
	/* itemDetail
	----------------------------------*/
	#itemDetail img{
		max-width: 100%;
	}
	/* reviewArea
	----------------------------------*/
	#reviewArea .reviewItem header h4:before{
		width: 20px;
		height: 15px;
	}
	#itemSelectWrap #reviewFlex.spNone {display: none!important;}
	#itemSelectWrap .reviewCount {padding-left: 0.5em;}
	
	/* itemProductBox
	----------------------------------*/
	#itemSelectWrap #itemAreaWrap .itemProductBox {
		width: 47%;
		margin: 0 6% 5% 0;
	}
	#itemSelectWrap #itemAreaWrap .itemProductBox:nth-child(2n) {margin-right: 0;}
	#itemSelectWrap #itemAreaWrap .itemProductBox .opt {width: 40px;}
	.itemList table th {width: 5em;}
	
	/* rightBox
	----------------------------------*/
	.cartbtnSubmit button span img {
		width: auto;
		height: 1.73em;
	}
	.btnFavorite button span img {
		width: auto;
		height: 1.33em;
	}
	
	#itemSelectWrap #rightBox #favoriteBox { margin-bottom: 2.5em;}
	
	.itemList .optIcon img {
		display: inline-block;
		margin-right: 0.5em;
	}
}

/*===============================================
●画面の横幅が770px以上(PC)
===============================================*/
@media only screen and (min-width: 770px) {
	
	/* slideMainBox
	----------------------------------*/
	#itemSelectWrap .itemMainImg .slideMainBox{
		position: relative;
		text-align: center;
		width:100%;
		max-width: 609px;
		padding-top: 100%;
		/* background: #eee; */
	}
	#itemSelectWrap .itemMainImg .slideMainBox img{
		max-width: 100%;
		width: auto!important;
		max-height: 572px;
		margin: auto;
		padding:1px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}

	/* engtitle
	----------------------------------*/
	#engtitle {background:url(../../images/item_select/eng_itemDetail.png) no-repeat right top 0.2em / auto 60%;}
	#engtitle2 {background:url("../../images/item_select/eng_specification.png") no-repeat right center / auto 70%;}
	#engtitle3 {background:url("../../images/item_select/eng_detail.png") no-repeat right center/ auto 60%;}
	#engtitle4 {background:url("../../images/item_select/eng_review.png") no-repeat right center/ auto 60%;}
	#engtitle5 {background:url(../../images/item_select/eng_related.png) no-repeat right center/ auto 70%;}
	.itemList table th {
		width:40%;}
	.itemList table td {
		width:60%;}
	
	/* グリッドレイアウト記述
	----------------------------------*/
	/*#itemSelectWrap {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 55% 5% 40%;
		grid-template-columns: 55% 5% 40%;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		
	}
	#itemSelectWrap .layout01 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1/4;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	#itemSelectWrap .layout02 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		margin-bottom: 5em;
	}
	#itemSelectWrap #leftBox.layout02 {margin-bottom: 3em;}
	#itemSelectWrap .layout03 {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 2;
		-ms-grid-row-span: 4;
		grid-row: 2/6;
	}
	#leftBox.layout02 {
		-ms-grid-row: 2;
		grid-row: 2;
	}
	#itemSpecification.layout02 {
		-ms-grid-row: 3;
		grid-row: 3;
	}
	#itemDetail.layout02 {
		-ms-grid-row: 4;
		grid-row: 4;
	}
	#reviewBox.layout02 {
		-ms-grid-row: 5;
		grid-row: 5;
	}
	#itemAreaWrap.layout02 {
		-ms-grid-row: 6;
		grid-row: 6;
	}*/
	
	.itemOverview {
		display: flex;
		justify-content: space-between;
		margin-bottom: 5em;
	}
	
	/* leftBox
	----------------------------------*/
	#itemSelectWrap .itemOverview #leftBox {
		flex-basis: 55%;
		margin-right: 5%;
		overflow: hidden;
	}
	#itemSelectWrap .itemOverview #rightBox {
		flex-basis: 40%;
	}
	/*
	#itemSelectWrap #leftBox img {width: 100%;}
	*/
	#itemSelectWrap #leftBox .itemMainImg {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		max-height: 572px;
	}
	
	
	/*photoBox
	---------------------------------------- */
	#photoBox {
		position: relative;
		width: 60%;
		padding-right: 1.5%;
	}
	#mainSlide li {
		width: 15%;
		max-height: 550px;
	}
	#mainSlide li img {
		width: 100%;
		max-width: 550px;
		max-height: 550px;
	}
	/* dummyImage
	---------------------------------------- */
	#dummyImage img{
		width : 550px;
	}
	
	
	/*詳細*/
	
	#itemSpecification, #itemDetail, #reviewBox{
		margin-bottom: 5em;
	}
	
	
	/* reviewArea
	----------------------------------*/
	#reviewArea .reviewItem header h4:before{
		width: 22px;
		height: 17px;
	}
	
	/* itemProductBox
	----------------------------------*/
	#itemSelectWrap #itemAreaWrap .itemProductBox {
		flex-basis: 22.7%;
		margin: 0 3% 5% 0;
	}
	#itemSelectWrap #itemAreaWrap .itemProductBox:nth-child(4n) {margin-right: 0;}
	
	
	/* rightBox
	----------------------------------*/
	#itemSelectWrap #rightBox #iconArea img {margin-right:10px;}
	
	.cartbtnSubmit button span img {
		width: auto;
		height: 1.73em;
	}
	.btnFavorite button span img {
		width: auto;
		height: 1.33em;
	}
}