@charset "euc-jp";
/* 商品検索結果 */
/* ==========================================================================
PC
========================================================================== */
/* header
========================================================================== */
.nav_category {
	border-top: 1px solid #e1d9d2;
}

h2{
	font-weight: bold;
}
/* item_page head
========================================================================== */
.item_page__search_title {
	font-size: 20px;
	font-weight: bold;
	color: #4e2d1a;
	float: left;
	padding-top: 20px;
}

/* item_detail__product__item
========================================================================== */
.item_page__cat_title__lang_en span{
	font-size: 14px;
}

.item_detail__product__item {
	border-right: 1px solid #e1d9d2;
	float: left;
	width: 66.5%;
	box-sizing: border-box;
	padding: 49px 25px 100px 41px;
	min-height: 2300px;
}
.item_detail__product__img{
	padding: 0 6px 0 8px;
	box-sizing: border-box;
}
.item_detail__product__img__bxSlider img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.item_detail__product__img__bxSlider a {
	outline: none;
}

.item_detail__product__img__bx_pager {
	padding: 20px 0 6px;
	font-size: 0;
}
.item_detail__product__img__bx_pager a {
	width: 9%;
	margin-right: 1%;
	margin-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
}
.item_detail__product__img__bx_pager a.active {
	outline: 1px solid #039;
}
.item_detail__product__img__bx_pager img {
	width: 100%;
}
.item_detail__specification {
	margin-bottom: 31px;
}
.item_detail__specification__title {
	font-size: 1.6rem;
	padding: 8px 12px;
}
.item_detail__specification__list {
	line-height: 1.6;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.item_detail__specification__list__title {
	float: left;
	font-size: 1.4rem;
	clear: left;
	min-height: 35px;
	box-sizing: border-box;
	padding: 9px 8px 5px 18px;
	width: 21.5%;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
}
.item_detail__specification__list__text {
	padding-left: 92px;
	font-size: 1.4rem;
	margin-bottom: 1px;
	padding: 9px 8px 5px calc( 21.5% + 13px );
	min-height: 38px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;	
}
.item_detail__specification__tag_list {
	margin-bottom: 19px;
	font-size: 0;
}
.item_detail__specification__tag {
	display: inline;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	font-size: 10px;
	padding: 4px;
	line-height: 3;
	white-space: nowrap;
}
.item_detail__specification__tag:not(:last-child) {
	margin-right: 4px;
}
.item_detail__specification__tag a {
	text-decoration: underline;
}
.item_detail__specification__return {
	font-size: 14px;
	text-decoration: underline;
}
.item_detail__specification__return::before {
	content: "";
	display: inline-block;
	border-left: 9px solid #333;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	padding-right: 10px;
	margin-left: 4px;
}
.item_detail__detail_box__tabrow {
	letter-spacing: -1em;
	position: relative;
}
.item_detail__detail_box__tabrow::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ccc;
	z-index: 1;
}
.item_detail__detail_box__tab {
	font-size: 11px;
	border: 1px solid #ccc;
	display: inline-block;
	font-weight: bold;
	padding: 2px 15px;
	letter-spacing: .1em;
	margin-right: 1px;
	background-color: #f5f5f5;
	cursor: pointer;
	color: #039;
}
.item_detail__detail_box__content {
	border: 1px solid #ccc;
	display: none;
	padding: 16px 22px 28px;
}
.item_detail__detail_box__tabrow + .item_detail__detail_box__content,
.item_detail__detail_box__tabrow + .item_detail__detail_box__content + .item_detail__detail_box__content{
	border-top: none;
}
.item_detail__detail__title {
	font-size: 16px;
	letter-spacing: .1em;
	margin-bottom: 15px;
	color: #1a1a1a;
}
.item_detail__detail__text {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.94;
}
.item_detail__detail__img {
	margin: 10px 0;
	max-width: 100%;
}
.item_detail__detail__features {
	padding-top: 12px;
}
.item_detail__detail__features__title {
	font-size: 14px;
	color: #4e2d1a;
	padding-bottom: 6px;
}
.item_detail__detail__features .entry_list__img img {
	width: 100%;
}
.item_detail__product__none {
	font-size: 20px;
	text-align: center;
	padding-top: 50px;
}

/* JavaScript操作 商品詳細タブ */

.item_detail__detail_box__tab.js-active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 2;
}
.item_detail__detail_box__content.js-active {
	display: block;
}

/* item_detail__cart
========================================================================== */

.item_detail__cart {
	float: right;
	width: 32.4%;
}
.item_detail__cart__form {
	border-top: 1px solid #333;
	margin: 40px 4% 0 1.5%;
	padding: 29px 17px 15px 17px;
	box-sizing: border-box;
}
.item_detail__cart__product_name {
	font-size: 21px;
	padding-bottom: 10px;
	padding-left: 2px;
	letter-spacing: .1em;
}
.item_detail__cart__product_model {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	padding-left: 5px;
}
.item_detail__cart__product_sales {
	padding: 19px 0 17px 5px;
	font-size: 18px;
	letter-spacing: .1em;
	font-weight: bold;
	word-break: keep-all;
}
.item_detail__cart__product_init_num_row {
	font-size: 12px;
	display: block;
	padding-left: 10px;
	margin: 0 0 14px 5px;
}
.item_detail__cart__product_init_num {
	width: 60px;
	box-sizing: border-box;
	padding: 2px 0 2px 8px;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #ccc;
	height: 19px;
	vertical-align: 1px;
}
.item_detail__cart__submit {
	display: block;
	width: 100%;
	border: none;
	border-radius: 9px;
	background-color: #DF6013;
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 21px;
	padding-bottom: 16px;
	padding-left: 22px;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 7px;
}
.item_detail__cart__submit_soldout {
	border: 1px solid #666;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 14px;
	padding-bottom: 13px;
	font-size: 14px;
	text-align: center;
}
.item_detail__cart__link_list {
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 9px;
	line-height: 2;
}
.item_detail__cart__link_item {
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 0 50%;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #ccc;
	border-radius: 9px;
	box-sizing: border-box;
	margin-bottom: 13px;
	padding: 4px 0;
	font-size: 14px;
	letter-spacing: .03em;
}
.item_detail__cart__link_item a {
	color: #333;
	display: inline-block;
	width: 100%;
}

.item_detail__cart__link_item__inquiry a::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: -4px;
	padding-left: 5px;
}
.item_detail__cart__link_item__store
a{
	text-indent: -22px;
}


.item_detail__guide{
	border-top: 1px solid #333;
	padding: 23px 16px 14px;
	box-sizing: border-box;
	margin: 0 4% 0 1.5%;
}
.item_detail__guide__link_item{
	font-size: 1.2rem;
	line-height: 2.3;
	color: #4f2d1a;
	text-decoration: none;
}
.item_detail__delivery{
	padding: 20px 16px 17px;
}
.item_detail__delivery__title{
	font-size: 1.4rem;
	padding: 0 0 15px;
	display: block;
}
.item_detail__delivery_rank,
.item_detail__delivery__annotation{
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 0px 0 3px;
	display: inline-block;
}
.item_detail__delivery__annotation{
	width: 90%;
}
.item_detail__delivery__link_list{
	margin-bottom: 4px;
}

.item_detail__sns{
	margin-top: 35px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.item_detail__sns iframe {
	vertical-align: top;
	display: inline-block;
}
.item_detail__sns iframe.twitter-share-button {
	margin-right: 1px;
}

/* prduct_option */
.prduct_option {
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 8px;
}

.prduct_option__select {
	font-size: 12px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 4px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.prduct_option_url {
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

/* together_product (この商品を見た人は...)
========================================================================== */

.together_product {
	border-top: 1px solid #e1d9d2;
	border-bottom: 1px solid #e1d9d2;
}
.together_product .item_list {
	padding-top: 14px;
	display: table;
	margin: 0 auto;
}

/* :hover
========================================================================== */


/* ==========================================================================
画像拡大プラグイン
! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT
========================================================================== */

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity.lity-opened {
	opacity: 1;
}
.lity.lity-closed {
	opacity: 0;
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
	opacity: 1;
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lity-close:active {
	top: 1px;
}

/* Image */

.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
.lity-hide {
	display: none;
}

/* Lity カスタム
========================================================================== */

.lity-image img {
	min-width: 544px;
}

/* ==========================================================================
タブレット & PC幅狭
========================================================================== */

@media screen and (max-width: 1024px) {
	/* together_product (この商品を見た人は...)
	========================================================================== */
	.together_product {
	}
	.together_product__title {
		padding-left: 86px;
		letter-spacing: .1em;
		background-position: 44px 50%;
	}
	.together_product .item_list__item {
		width: 32%;
		margin-right: 0;
	}
	.together_product .item_list__item:not(:nth-child(3n)) {
		margin-right: 2%;
	}
}

/* ==========================================================================
モバイル幅
========================================================================== */

@media screen and (max-width: 767px) {
	/* item_page head
	========================================================================== */
	.item_page__search_title {
		padding-top: 0;
	}
	/* item_detail__product__item
	========================================================================== */
	.item_detail__product__item {
		border-right: none;
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		min-height: inherit;
	}
	.item_detail__product__img__bx_pager a {
		width: 18%;
	}
	/* item_detail__cart
	========================================================================== */
	.item_detail__cart {
		float: none;
		width: 100%;
		margin: 40px 0;
		padding: 29px 20px 28px;
	}
	/* together_product (この商品を見た人は...)
	========================================================================== */
	.together_product__title {
		padding-left: 60px;
		background-position: 20px 50%;
	}
	/* Lity カスタム
	========================================================================== */
	.lity-image img {
		min-width: 0;
	}
}

/* mobile用 縦のみ*/
