@charset "utf-8";
/* item.css_en */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../../../images/item_kv.jpg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 商品一覧　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#item_area {
	padding-bottom: 200px;
}
.item_list {
	padding-bottom: 200px;

}

/* スライド */
.item_list .box_fl_left {
	width: 600px;
}
.item_list .box_fl_left li img {
	width: 100%;
	height: auto;
}
.bx-prev,
.bx-next {
	display: none;	
}

/* 情報 */
.item_list .box_fl_right {
	width: 450px;
}
.item_list .box_fl_right h4 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.item_info p {
	margin-bottom: 12px;
}
.item_info {
	margin-bottom: 50px;
}

/* サムネイル */
.thumb_box {
	font-size: 0px;
	margin-bottom: 30px;
}
.thumb_box li {
	margin-right: 10px;
	display: inline-block;
	font-size: 15px;
}
.thumb_box li:last-child  {
	margin-right: 0px;
}
.thumb_box li a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: auto;
	width: 82px;
	padding-bottom: 8px;
}  
.thumb_box li a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
	padding-bottom: 5px;
	border-bottom: 3px solid #333333;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 購入ページボタン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.more_bt {
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.more_bt a img {
	width: 13px;
	height: auto;
	position: absolute;
	right: 20px;
	top: 19px;
}
.more_bt a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #333333;
}
.more_bt a::before {
	background-color: #000000;
}

/* ホバーでスライド */
.more_bt a {
  position: relative;
  z-index: 1;
  transition: .3s;
}
.more_bt a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.more_bt a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}









/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 商品一覧　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#item_area {
	padding-bottom: 100px;
}
.item_list {
	padding-bottom: 100px;
}

/* スライド */
.item_list .box_fl_left {
	width: 100%;
	margin-bottom: 10px;
}

/* 情報 */
.item_list .box_fl_right {
	width: 100%;
}
.item_list .box_fl_right h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.item_info p {
	margin-bottom: 8px;
}
.item_info {
	margin-bottom: 40px;
}

/* サムネイル */
.thumb_box {
	margin-bottom: 40px;
	margin-left: -5px;
	margin-right: -5px;
}
.thumb_box li {
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}
.thumb_box li a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: auto;
	width: 100%;
	padding-bottom: 8px;
}  

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 購入ページボタン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.more_bt a {
	font-size: 15px;
}
}
