@charset "utf-8";
:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* layout Style
-------------------------------*/
.mainContentsR .mainContentsRContent {
}
.mainContentsL {
	float: left;
	width: 16.66%;
	margin-bottom: 30px;
}

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

	/* small */
	.mainContentsR {
		float: none;
		margin-top: 0;
		width:100%;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsL {
		float: none;
		margin-left: 0;
		width: 100%;
		padding: 0;
		margin-bottom: 0px;
	}
}

/* title Style
-------------------------------*/

.header-img{
	margin-bottom:30px;
	position:relative;
}

@media only screen and (max-width: 750px){
.header-img{
	margin-bottom:20px;
}
	.header-img img{
		width:100%;
	}
}

/* h2 Style
-------------------------------*/
h2.title {
	position:absolute;
	left:8.695%;
	top:50%;
	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-size:50px;
	font-size:5.0rem;
/* 	font-family:'futura', 'Century Gothic', sans-serif; */
	color:#FFF;
}
h2.title span.total_rows {
	color: #999;
	font-weight: 300;
	font-style: normal;
	display: inline;
}

@media only screen and (max-width: 750px){
	/* small */
	h2.title {
		left:7.81%;
		padding:0 !important;
		font-size: 35px;
		font-size: 3.5rem;
	}
	h2.title span.total_rows {
		display: block;
	}
}
.ttl-wrap h3 {
	text-align: center;
	margin: 0 0 40px;
	font-size: 32px;
 font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}
@media only screen and (max-width: 750px){
	.ttl-wrap h3 {
		font-size: 23px;
	}
}

/* Recommend Item */
#recommend-wrap .images {
	text-align: center;
	font-size: 13px;
	padding: 0px 0px 20px 0px;
	background-color: #fff;
}
#recommend-wrap p.brand_name {
	color:#2D2727;
	padding-top:10px;
	font-weight: 500;
}
#recommend-wrap p.price {
	color:#7d7d7d;
	padding-top:10px;
}

/* Checked Item */

#checked-wrap .item_archive__list .images p {
	display:none;
}
#checked-wrap .owl-stage .owl-item .item_archive__list .images {
	/* border: 1px solid #e6e6e6; */
	margin: 0 -1px 0 0;
}
.goodsTile:hover {
	/* opacity: 0.7; */
}
.box:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	#checked-wrap .ttl-wrap h3{
		margin-bottom: 10px;
	}

}
/* mainContentsL > conditions Style
-------------------------------*/
.mainContentsL .conditions {
	margin-bottom: 40px;
}
.mainContentsL .conditions ul.category_select li.category{
	font-size: 16px;
	font-size:1.6rem;
}
.mainContentsL .conditions ul.category_select li.category a,
.mainContentsL .conditions ul.category_select li.category span{
	display:block;
	border-bottom:1px solid #e6e6e6;
	padding:10px;
	cursor:pointer;
}
.mainContentsL .conditions ul.category_select li ul.submenu{
	display: none;
	padding:0;
	margin:0;
	font-size: 16px;
	font-size:1.6rem;
}
.mainContentsL .conditions ul.category_select li ul.submenu a{
	padding:10px 10px 10px 47px;
}
.mainContentsL .conditions-wrapper .title{
	font-size: 22px;
	font-size:2.2rem;
	padding-bottom:12px;
/* 	font-family:'futura', 'Century Gothic', sans-serif; */
	cursor: pointer;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
.mainContentsL .conditions-wrapper .clearfix {
	margin-bottom: 10px;
}
#filter .clearfix {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #A5A5A5;
}
#filter .clearfix .subtitle.down {
	background: url(../img/arrow/arrow_up.gif) no-repeat right 20px center;
}
.mainContentsL .conditions-wrapper .clearfix #color_pc{
	background:none !important;
	border:none !important;
	padding:15px 0 10px 0 !important;
}
.mainContentsL .conditions-wrapper .clearfix #color_pc.subtitle {
	height: 60px;
	overflow: hidden;
}

.mainContentsL .conditions-wrapper .clearfix label{
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}
.color_select,
.price_select {
	padding: 0;
	display: none;
}
.detail-filter .prices,
.detail-filter .brands {
	position: relative;
}
.prices_select_area {
	position: absolute;
	top: 8px;
	left: 55px;
	z-index: 2;
}
.prices_select_area .subtitle::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 4px;
	border-color: rgba(0,0,0,.2) transparent transparent transparent;
	position: absolute;
	right: -1px;
	top: 10px;
	content: '';
	transform: translateY(-50%);
}
.prices_select_area .subtitle {
	width: 130px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	padding-left: 5px;
	cursor: pointer;
	font-size: 12px;
/* 	font-family: 'Noto Sans JP'; */
	font-weight:300;
}
.material_select_area .subtitle::after,
.brand_select_area .subtitle::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 4px;
	border-color: rgba(0,0,0,.2) transparent transparent transparent;
	position: absolute;
	right: -1px;
	top: 10px;
	content: '';
	transform: translateY(-50%);
}
.price_select {
	width: 130px;
	padding: 0;
	display: none;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.material_sp_select,
.brand_select {
	width: 130px;
	padding: 0;
	display: none;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
	.price_select {
		width: 170px;
		padding: 0;
		display: none;
		background-color: #fff;
		border: 1px solid #e6e6e6;
	}
	.material_sp_select,
	.brand_select {
		width: 170px;
		padding: 0;
		display: none;
		background-color: #fff;
		border: 1px solid #e6e6e6;
	}
	.prices_select_area {
		position: absolute;
		top: 6px;
		left: 85px;
		z-index: 3;
	}
	.material_select_area,
	.brand_select_area {
		position: absolute;
		top: 8px;
		left: 85px;
		z-index: 2;
		font-size: 12px;
	}
	.brand_select_area{
		top:6px;
	}
	.material_select_area{
		top:6px;
	}
	.brand_select_area {
		z-index: 4;
	}
	.material_select_area .subtitle,
	.brand_select_area .subtitle {
		width: 170px;
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 5px;
		padding-left: 5px;
		cursor: pointer;
		font-weight: 300;
	}
	.prices_select_area .subtitle {
		width: 170px;
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 5px;
		padding-left: 5px;
		cursor: pointer;
	}
}

.detail-filter .stocks.medium-9.columns > *{
	display: inline-block;
	vertical-align: top;
}

.stocks_select_area {
	/* position: absolute;
	top: 2px;
	left: 70px;
	z-index: 0; */
}
.stocks_select_area .stock_select li:last-child{
	margin-right: 0;
}
.checked {
	font-weight: bold !important;
}
#filter .scene_select,
#filter .color_select,
#filter .price_select,
#filter .stock_select,
#filter .material_select {
	margin-left: 40px;
}
#filter .scene_select a,
#filter .price_select a,
#filter .material_select a {
	display: block;
	width: 100%;
}
.scene_select li,
.scene_select p,
.prices p,
.brands p,
.brand_select li,
.price_select li,
.price_select p,
.stock_select li,
.stock_select p,
.stocks p,
.materials p,
.material_select li,
.material_select p ,
.material_sp_select li,
.material_sp_select p {
	font-size: 12px;
	font-weight: 300;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	margin-top: 7px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.price_select li,
.material_sp_select li,
.brand_select li {
	margin-bottom: 0px;
	padding-left: 5px;
	font-size:13px;
	font-weight: 300;
/* 	font-family: 'Noto Serif JP',serif; */
}
.scene_select li,
.scene_select p,
.stock_select li,
.stock_select p,
.material_select li,
.material_select p {
	float: left;
}
.scene_select li:after,
.material_select li:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 47%;
	left: 0;
	display: block;
	margin-top: -8px;
	width: 14px;
	height: 14px;
	border: 1px solid #A5A5A5;
	border-radius: 0;
	content: '';
}
.scene_select li.checked:before,
.material_select li.checked:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 42%;
	left: 2px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	/* border-right: 2px solid #A5A5A5; */
	border: 2px solid #000;
	content: '';
	opacity: 1;
	/* -webkit-transform: rotate(45deg); */
	-ms-transform: rotate(45deg);
	/* transform: rotate(45deg); */
	/* z-index: 2; */
	border-radius: 2px;
	background-color: #000;
}
.stock_select li:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 47%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 17px;
	height: 16px;
	border: 1px solid #A5A5A5;
	border-radius: 30px;
	content: '';
}
.stock_select li.checked:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 46%;
	left: 4px;
	display: block;
	margin-top: -7px;
	width: 9px;
	height: 9px;
	/* border-right: 2px solid #A5A5A5; */
	border: 1px solid #000;
	content: '';
	opacity: 1;
	/* -webkit-transform: rotate(45deg); */
	-ms-transform: rotate(45deg);
	/* transform: rotate(45deg); */
	z-index: 2;
	border-radius: 15px;
	background-color: #000;
}
.scene_select p,
.stock_select p,
.prices p,
.brands p,
.price_select p,
.stocks p,
.material_select p {
	width:70px;
}


.scene_select li a,
.stock_select li a,
.material_select li a {
	position: relative;
	display: block;
	padding-left: 22px;
	/* z-index: 3; */
}

.material_select .pc-content{
	width: 90%;
	float:left;
}

.material_select .pc-content li{
	margin-bottom: 0;
}

.color_select{
	display:block !important;
	margin-bottom:10px;
}
.color_select li {
	float: left;
	margin-right: 8px;
	margin-bottom:8px;
	position: relative;
	width: 20px;
	height: 20px;
}
.color_select li:nth-child(6){
	margin-right:0;
}
.color_select li a {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	position: relative;
}
.color_select li.checked {
	border: 1px solid #A5A5A5;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
.color_select li a {
	display: block;
	width: 20px;
	height: 21px;
	top: -1px;
	left: -1px;
}
.mainContentsL .conditions-wrapper ul.price_select .price {
	display: inline-block;
	width: 70px;
}


.narrow-btn button{
	background-color: #333;
	text-align:center;
	color:#FFF;
	width:100%;
	font-size:15px;
	font-size:1.5rem;
	padding:15px 0;
	margin-bottom:15px;
}
.reset-btn{
	text-align:center;
	border: 1px solid #e6e6e6;
}
.reset-btn button{
	background:none;
	text-decoration:none;
	color:#000;
	font-size:15px;
	font-size:1.5rem;
	padding: 15px 0;
	outline: none;
}

.side-search {
	position:relative;
}
.side-search #form_freeword{
	padding: 0px 10px;
	height: 35px;
	font-size:16px;
	font-size:1.6rem;
	box-shadow:none !important;
	border:1px solid #e6e6e6 !important;
}
.side-search #form_search {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	background: none;
	background: url(../img/search_btn2.png);
	width: 20px;
	height: 15px;
	border: none;
}

@media only screen and (max-width: 1024px){
	.tag-ttl,
	.category-ttl{
		background: none;
	}
	.tag-ttl.down,
	.category-ttl.down{
		background: none;
	}
	.color_select li:nth-child(6){
		margin-right: 8px;
	}
	.color_select li:nth-child(4){
		margin-right:0;
	}

	.side-search #form_freeword{
		font-size:12px;
		font-size:1.2rem;
	}
}
@media only screen and (max-width: 750px){

	.search-acmenu{
		margin-bottom:20px;
	}
	.search-acmenu dd{
		display:none;
		padding-top:20px;
	}

	.color_select li:nth-child(6){
		margin-right:8px;
	}

	.mainContentsL .conditions-wrapper .clearfix #color_pc.subtitle {
		height: auto;
		overflow: hidden;
	}

	.scene_select li,
	.scene_select p,
	.prices p,
	.brands p,
	.brand_select li,
	.price_select li,
	.price_select p,
	.material_select li,
	.material_select p ,
	.material_sp_select li,
	.material_sp_select p {
		margin-bottom: 12px;
	}
	.stock_select li,
	.stock_select p,
	.stocks p{
		margin-bottom: 15px;
	}

}


.itemContents .input-filter-area .detail-filter .filter-title{
	float:left;
	color:#847016;
	font-size: 13px;
	margin-bottom:38px; /* -5 -7 */
}

.itemContents .input-filter-area .detail-filter .filter-contents{

}

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

	.itemContents .input-filter-area .detail-filter .filter-title{
		margin-bottom:12px;
	}

}


/* controls Style
-------------------------------*/
.controlWrapper {
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	background-color: #f7f7f7;
	padding-right: 10px;
	padding-left: 10px;
}
.headerControlWrapper {
	margin-bottom:50px;
	position:relative;
}
.footerControlWrapper {
	margin-bottom: 100px;
	padding-top:80px;
}

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

.headerControlWrapper {
	padding-top:20px;
	margin-bottom:20px;
	position:relative;
}
.headerControlWrapper .num{
	float:left;
	margin-bottom:20px;
}

	/* small */
	.controlWrapper {
		border-top: none;
		padding: 0;
	}
	.controlWrapper .pager {
		background-color: #fff;
	}
	.footerControlWrapper {
		margin-bottom: 40px;
	}
}

/* searchArea Style
-------------------------------*/
.searchArea {
	float: left;
	display: inline-block;
	width: 300px;
}
.searchArea .searchItem {
	position: relative;
	display: inline-block;
	float: left;
	margin-left:0;
}
.searchArea .searchItem ul {
	display: none;
	position: absolute;
	top: 35px;
	right: 0px;
	z-index: 1;
	border: 1px solid #A5A5A5;
}
.searchArea .searchItem ul.order_by {
	width: 250px;
}
.searchArea .searchItem ul.per_page {
	width: 250px;
}
.searchArea .searchItem ul li a {
	display: block;
	padding: 5px 10px;
	background-color: #fff;
	font-weight: 300;
	font-size: 10px;
}
.searchArea .searchItem ul li a:hover {
	background-color: #EEE;
	opacity: 1!important;
}
.searchArea .searchItem ul li.active a {
	background-color: #EEE;
}



.search-area {
	padding-bottom:30px !important;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:30px !important;
}
.searchArea2{
	float:right;
	text-align:right;
	padding-top:10px;
}
.searchArea2 li{
	display:inline-block;
	margin-left:10px;
	font-size:14px;
	font-size:1.4rem;
}
.searchArea2 li input[type="checkbox"] + label:before {
	top: 1px;
}
.searchArea2 li label {
	font-size: 14px;
}

@media only screen and (max-width: 1024px){
	.searchArea {
		float: left;
		display: inline-block;
		width: 125px;
	}
	.searchArea a.open_select {
		width: 125px;
	}
	.searchArea .searchItem ul.order_by {
		width: 125px;
	}
	.searchArea .searchItem ul.per_page {
		width: 125px;
	}
}

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

	.search-area {
		padding-bottom:20px !important;
	}

		/* small */
	.searchArea {
		float: left;
		display: inline-block;
		width: 30%;
	}
	.searchArea2{
		float:right;
		width:68%;
	}
	.searchArea .searchItem {
		float: none;
		width:100%;
	}
	.searchArea2 li {
		margin-left: 5px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align:left;
		vertical-align:top;
	}
	.searchArea2 li:first-child{
		margin-left:0;
	}
	.searchArea a.open-submenu {
		padding: 5px 0;
		display: block;
		width: 100%;
	}

	.searchArea .conditions ul {
		left: 0px;
	}

	.searchArea2 input[type="checkbox"]+label, input[type="radio"]+label {
		margin: 0;
		padding: 0;
	}
	.searchArea2 input[type="checkbox"] + label:before {
		display: inline-block;
		position: static;
		margin-top: -2px;
		vertical-align: middle;
		width: 12px;
		height: 12px;
	}
	.searchArea2 li label {
		font-size: 10px;
	}
	.searchArea2 li {
		margin-left: 5px !important;
	}

	#filter .title,
	#per_page .title,
	#order_by .title {
		display: block;
		width: 100%;
		padding: 15px;
		border-bottom: 1px solid #A5A5A5;
		text-align: center;
		position: relative;
	}

	#filter .title .close-button,
	#per_page .title .close-button,
	#order_by .title .close-button {
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		background: url(../img/button/close.png) no-repeat center center;
		width: 20px;
		height: 20px;
	}

	#per_page a,
	#order_by a {
		display: block;
		width: 100%;
		padding: 20px 40px;
		border-bottom: 1px solid #A5A5A5;
	}
}
@media only screen and (max-width: 380px){
	.searchArea2 li {
		margin-left: 0px;
		font-size: 10px;
		font-size: 1.0rem;
		text-align:left;
		vertical-align:top;
	}
}

/* recommend
-------------------------------*/
.recommend_item .item_archive__list {
    width: 20%;
	display: inline-block;
	float: left;
	border: 1px solid #e6e6e6;
}

.recommend_item {
    display: inline-block;
	width: 100%;
}

.images .add_favorite,
#recommend_list .add_favorite,
.favorite-btn .add_favorite{
	background:url(../img/heart.png) no-repeat 0 0;
	z-index: 99; 
	position: absolute;
    top: 10px;
    left: 10px;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background-size: 16px
}
.images .add_favorite.active,
#recommend_list .add_favorite.active,
.favorite-btn .add_favorite.active {
	background:url(../img/heart_on.png) no-repeat 0 0;
	z-index: 99; 
	background-size: 16px;
}

.box {
	border: 1px solid #e6e6e6;
	margin: 0 -1px -1px 0;
	float: left;
}
.item-goods-details {
    display: flex;
    flex-direction: column;
    width: 100%;
	min-height: 110px;
	justify-content: flex-end;
}
@media all and (-ms-high-contrast: none) {
  .item-goods-details {
		height: 1px;
	}
}
.item-count-wrap{
	margin:0 0 20px 0;
}
.item-count-area {
	font-size: 18px;
	font-family: var(--Classico);
	line-height: 1;
}
.item-count-area .item-count {
	font-size: 26px;
	color: #847016;
	line-height: 1;
}
.item-count-range{
	font-size: 12px;
/* 	font-family: 'Noto Sans JP'; */
	line-height: 1;
}
@media only screen and (min-width: 768px) {
	.goodsTile .price {
		margin-bottom: 25px;
	}

}
@media only screen and (max-width: 767px){

	.item-count-wrap{
		margin: 0 auto 20px auto;
	}

	.item-count-range{
		font-size: 11px;
	}

}

@media only screen and (max-width: 750px){
	.recommend_item .item_archive__list{
		width: 33.3333%;
	}
	.recommend_item {
		display: inline-block;
		margin-left: 0px;
	}
}

/* sceneContents
-------------------------------*/
.sceneContents .sceneMenu{
	width: 100%;
}
.sceneContents .sceneMenu ul{
	display: table;
	margin: 0 auto;
}
.sceneContents .sceneMenu li {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 400;
	padding: 0 20px 15px;
}
.sceneContents .sceneMenu li.selected {
	font-size: 30px;
}
.sceneContents .sceneMenu li a {
	color: #919191;
}
.sceneContents .text {
	text-align: center;
	font-size: 12px;
	padding-bottom: 20px;
}
.sceneContents .imageArea {
	width: 100%;
	position: relative;
	margin-bottom: 75px;
}
.slider_main:not(:first-child) {
	display: none;
}

.flex-control-paging li a.flex-active {
	background-color: #969696!important;
}
.flex-control-paging li a {
	background-color: #c8c8c8!important;
}
.sceneContents .sceneTitle {
	text-align: center;
	font-size: 16px;
	margin: 50px 0;
	padding: 20px;
	background-color: #c8c8c8;
}

@media only screen and (max-width: 750px){
	.sceneContents .sceneMenu li {
		font-size: 10px;
		padding: 5px;
	}
	.sceneContents .sceneMenu li.selected {
		font-size: 16px;
	}
	.sceneContents .text {
		font-size: 11px;
	}
	.sceneContents .sceneTitle {
		font-size: 12px;
		margin: 20px 0;
		padding: 10px;
	}
}




/* mainImage
-------------------------------*/

.mainImage a,
.mainImage img {
	display: block;
}
.mainImage a.nofade {
	cursor: default;
}
.mainImage ul li {
	display: none;
}

.imageArea .flex-direction-nav a {
	cursor: pointer;
	display: block;
	opacity: 1;
	position: absolute;
	top: 55%;
	width: 20px;
	height: 38px;
}
.imageArea .flex-direction-nav .flex-prev {
	left: 5%;
	background: url(../img/item-detail/s_detail_prev.png) no-repeat center center / 100% auto;
}
.imageArea .flex-direction-nav .flex-next {
	right: 5%;
	background: url(../img/item-detail/s_detail_next.png) no-repeat center center / 100% auto;
}


@media only screen and (max-width: 750px){
	.imageArea .flex-direction-nav a{
		top: 42%;
	}
}

/* modelInfoArea
-------------------------------*/
.modelInfoArea {
	margin-top: 10px;
}
.modelInfoArea span {
	margin-left: 10px;
}

/* stockStatus
-------------------------------*/
.stockStatus {
	margin-top: 20px;
}
.stockStatus ul {
	display: table;
	border-top: 1px dotted #A5A5A5;
	width: 100%;
}
.stockStatus ul li {
	display: table-row;
}
.stockStatus .thCol,
.stockStatus .tdCol {
	display: table-cell;
}
.stockStatus .thCol {
	width: 26%;
	border-left: none;
	border-right: none;
	padding: 0 10px 0 0px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}
.stockStatus .thCol.rowlast {
	border-bottom: 1px dotted #A5A5A5;
}
.stockStatus .tdCol {
	border-bottom: 1px dotted #A5A5A5;
	vertical-align: middle;
}
.stockStatus .tdCol.itemPrice {
	width: 22%;
}
.stockStatus .tdCol.stockLabel {
	width: 22%;
}
.stockStatus .tdCol.sizeName {
	width: 10%;
}
.stockStatus .tdCol.selectButton {
	width: 20%;
}
.stockStatus .sizeName span {
	margin: 0 2px;
}
.stockStatus .selectButton {
	padding: 4px 0;
	min-width: 120px;
}
.stockStatus .selectButton a {
	display: block;
	width: 100%;
}
.stockStatus .selectButton input {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #dddddd;
}
.stockStatus .selectButton span {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	cursor: default;
}
.stockStatus .td.selectButton img {
	display: block;
	vertical-align: middle;
	width: 158px;
}
.stockStatus .remarks {
	margin-top: 10px;
}

@media only screen and (max-width: 750px){
	/* small */
	.stockStatus ul {
		border-top: none;
	}
	.stockStatus ul li {
		display: block;
	}
	.stockStatus .thCol {
		display: block;
		border: none;
		width: 100%;
		background-color: #000;
		padding: 5px 0 5px 15px;
	}
	.stockStatus .thCol.empty {
		display: none;
	}
	.stockStatus .thCol a {
		color: #fff;
	}
	.stockStatus .tdCol {
		display: inline-block;
		text-align: center;
	}
	.stockStatus .tdCol.itemPrice {
		width: 21%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.stockLabel {
		width: 22%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.sizeName {
		width: 10%;
		padding-top: 9px;
		height: 39px;
	}
	.stockStatus .tdCol.selectButton {
		width: 42%;
		height: 39px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.stockStatus .selectButton input.button {
		width: 158px;
		padding: 5px 0 5px 0;
		padding-bottom: 5px;
		margin: 0 auto;
	}
	.stockStatus .selectButton img {
		width: 100%;
	}

	.stockStatus .thCol.rowlast {
		border-bottom: none;
	}
	.stockStatus .rowlast .tdCol {
		border-bottom: none;
	}
	.stockStatus .last .tdCol {
		border-bottom: 1px dotted #A5A5A5;
	}
}

/* snsArea
-------------------------------*/
.snsArea {
	margin-top: 15px;
}
.snsArea li {
	float: left;
	margin-right: 5px;
}

/* sizeTable
-------------------------------*/
.sizeTable {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
}
.sizeTable th,
.sizeTable td {
	padding: 8px 2px;
	border-top: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	text-align: center;
}
.sizeTable th {
	background-color: #fff;
}

/* popularWrapper
-------------------------------*/
.popularWrapper {
	margin-top: 50px;
	padding: 0 6.25%;
}
.popularWrapper h2 {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.popularWrapper li:last-child {
	float: left!important;
}
@media only screen and (max-width: 750px){
	/* small */
	.popularWrapper h2 {
		text-align: center;
	}
}


/* clearfix
-------------------------------*/
.color ul li a.white {
	border: 1px solid #A5A5A5;
}
@media only screen and (max-width: 750px){
	.color ul {
		display: table;
		margin: 0 auto;
		/*padding-left: 15px;*/
	}
}

/* controllButton
-------------------------------*/
.controllButton {
	margin: 20px 0 0;
	position: relative;
}
.controllButton .columns {
	text-align: center;
}
.controllButton .columns:first-child {
	padding-right: 2px;
}
.controllButton .columns:last-child {
	padding-left: 2px;
	margin-top: 0;
}
.controllButton .columns .cart_btn,
.controllButton .columns .restock_request_btn {
	width: 100%;
}

@media only screen and (max-width: 750px){
	.controllButton .columns:first-child {
		padding-right: 0;
	}
	.controllButton .columns:last-child {
		margin-top: 10px;
		padding-left: 0;
	}
}

.clearfix .sns {
	margin-top: 20px;
}

.clearfix .sns li {
	float: left;
	width: 50px;
}
.clearfix .sns li img {
	width: auto;
	height: 20px;
	opacity: 0.5;
}


/* タブ切り替え
--------------------------------------*/
#horizontalTab{
	clear: both;
}

ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	display: inline-block;
	padding: 15px 0;
	margin: 0;
	width: 21.55%;
	text-align: center;
	cursor: pointer;
	float: left;
	border: 1px solid #bfbfbf;
	margin-bottom: -1px !important;
	opacity: .3;
}

.resp-tabs-list li:first-child{
	border-left: 1px solid #bfbfbf;
}

.resp-tabs-container {
	padding: 60px 0 65px;
	background-color: #fff;
	clear: left;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	font-size: 16px;
	line-height: 1.75;
}

.resp-tabs-list li.resp-tab-active {
	border-bottom: none;
	border-bottom: 1px solid #fff;
	padding: 15px 0!important;
	opacity: 1;
}

.resp-tabs-list li.resp-tab-active {
	background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
	display: block;
}

.resp-tab-content {
}

h2.resp-accordion {
	font-size: 13px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

h2.resp-accordion span.resp-arrow {
	width: 20px;
	height: 40px;
	float: right;
	background: url(../img/item-detail/icn_open.png) no-repeat center center;
	background-size: 20px;
}

h2.resp-accordion.resp-tab-active span.resp-arrow{
	background: url(../img/item-detail/icn_close.png) no-repeat center center;
	background-size: 20px;
}


/*-----------Accordion styles-----------*/
.resp-easy-accordion  h2.resp-accordion {
		display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active {
	display: block;
}

h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 750px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
		height: 60px;
	}

	.resp-tabs-container h2.resp-accordion:first-child {
		background: url(../img/item-detail/ttl_product_detail.png) no-repeat 10px center;
	}
	.resp-tabs-container h2.resp-accordion:nth-of-type(2) {
		background: url(../img/item-detail/ttl_reviews_sp.png) no-repeat 10px center;
		background-size: auto 16px;
	}

	.resp-tab-content-active {
		padding-bottom: 20px;
		border-bottom: 1px solid #c1c1c1 !important;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #bfbfbf;
	}

	.resp-tabs-container{
		padding: 25px 0;
		border-top: 0;
		border-bottom: 0;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.resp-accordion-closed {
		display:none !important;
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}

/* recommend,common,checked */


.common-wrap {
	border-top: none;
}

.common-wrap #recommend-wrap{
    padding: 150px 0 0;
}

.common-wrap #recommend-wrap .item_archive__list .item_name{
	display: none;
}

.non-checked-item{
	margin-bottom:50px;
}

#checked-wrap{
	margin-top:0;
/*	margin-bottom: 150px;*/
}

#checked-wrap .item_archive__list .images p {
	display:none;
}
#checked-wrap .owl-stage .owl-item .item_archive__list .images {
	/* border: 1px solid #e6e6e6; */
	margin: 0 -1px 0 0;
}

/*
.owl-item .item_archive__list .images .price {
	font-family: 'Noto Sans JP';
}
*/


#recommend-wrap .owl-item{
	/*width: 220px;*/
}
#recommend-wrap .images {
	text-align: center;
	font-size: 13px;
	padding: 0px 0px 20px 0px;
	background-color: #fff;
	position: relative;
}
#recommend-wrap p.brand_name {
	color:#2D2727;
	padding-top:10px;
	font-weight: 500;
}
#recommend-wrap p.price {
	color:#7d7d7d;
	padding-top:8px;
}

#recommend-wrap ul li p {
	font-size: 12px;
}

#recommend-wrap ul li p.brand_name{
/* 	font-family: 'Noto serif JP', serif; */
    font-size: 8px;
	font-weight: bold;
}

.teturnTop{
    padding: 100px 0 40px;
}


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


	.common-wrap {
		margin-bottom:85px;
		overflow: hidden;
	}

    .common-wrap #recommend-wrap{
        padding: 90px 0 0;
    }

	.non-checked-item{
		margin-bottom:0px;
	}

	#checked-wrap{
		margin-top:55px!important;
		margin-bottom: 0px;
	}

	#checked-wrap .row{
		width:100% !important;
		margin:0 auto;
	}

	#recommend-wrap .row{
		width: 100% !important;
		margin:0;
	}

	#recommend-wrap ul li p.brand_name{
		font-size: 12px;
	}

	#recommend-wrap ul li p.price{
		font-size: 10px;
	}

	#recommend-wrap .owl-nav .owl-prev{
		left:6% !important;
	}

	#recommend-wrap .owl-nav .owl-next{
		right:6% !important;
	}

}
