@charset "utf-8";

.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
	display: none !important;
}

.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
	display: inherit !important;
}

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

.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
	display: inherit !important;
}

.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
	display: none !important;
}

}

@media only screen and (max-width:750px) {
	.for-sp{
		display: block;
	}
	.for-pc{
		display: none;
	}	
}
@media only screen and (min-width:750px) {
	.for-sp{
		display: none;
	}
	.for-pc{
		display: block;
	}
}

/* layout Style
-------------------------------*/
.mainContents.itemDetailWrapper{
	max-width: 1000px;
	padding: 0;
}
.mainContentsR {
	position: relative;
	float: right;
	width: 55%;
	max-width: 550px;
	margin-bottom: 30px;
	padding-left: 40px;
}
.mainContentsR .mainContentsRContent {
	width: 100%;
}
.mainContentsL {
	position: relative;
	float: left;
	width: 45%;
	max-width: 450px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 750px){
	.mainContents.itemDetailWrapper{
		padding-right: 2.667vw;
		padding-left: 2.667vw;

	}
	/* small */
	.mainContentsR {
		float: none;
		margin: 0;
		/*padding: 0 6.25%;*/
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsL {
		float: none;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		/*padding: 0 6.25%;*/
	}
}
/* imageArea
-------------------------------*/
.imageArea {
	/*max-width: 500px;*/
	/* max-height: 600px; */
	/*margin: 0 5px 20px;
	padding: 0 11.9% 99.9%;
	height: 0;*/
	position: relative;
	/* overflow: hidden; */
	z-index: 0;
	display: none;
}
.model-size{
	text-align:right; 
	margin: 12px 32px 0 0;
}


@media only screen and (max-width: 749px){
	.model-size{
		margin-top: 9px;
		margin-right: 45px;
	}
	.imageArea {
		margin-right: 0px;
	}
}

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

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

.mainImageSlider li{
	position: relative;
}

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

.add_favorite {
	text-indent: -9999px;
	background: url(../img/heart.png) no-repeat 0 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.add_favorite.active {
	background: url(../img/heart_on.png) no-repeat 0 0;
}

.mainImageSlider li .zoom-btn{
	width: 130px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 20001;
}
.flex-direction-nav a.flex-next:before {
	display: none;
}
.imageArea .flex-direction-nav a:before {
	display: none;
}
/* thumnailBox
-------------------------------*/
.thumnailBox {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	/*max-width: 500px;*/
	margin: 0;
	margin-top: 11px;
	display: none;
}
.thumnailBox ul {
	margin-top: -1%;
}
.thumnailBox li.thumnail {
	/*float: left; */
	width: 19%;
	margin: 1% 1% 0 0;
}
.thumnailBox .thumnail a,
.thumnailBox .thumnail img {
	display: block;
	width: 100%;
}
.thumnailBox .thumnail .colorName {
	margin-top: 5px;
	font-size: 9px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: center;
	height: 15px;
}
@media only screen and (min-width: 750px){
	/* medium */
	.thumnailBox .thumnail .colorName {
		display: none;
	}	
	
}

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

}

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


/* specArea
-------------------------------*/
.specArea .brandName{
	margin-bottom:8px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'futura', 'Century Gothic', sans-serif;
	text-align: center;
}

.specArea .itemName {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 13px;
	/*text-align: center;*/
}
.specArea .itemName2 {
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 20px;
}
.specArea .itemPrice {
	font-size: 16px;
	font-weight: 400;
	color: #7d7d7d;
	text-align: center;
	margin-bottom: 33px;
}
.specArea .itemPrice .arrow {
	margin: 0 5px;
	color: #f00;
}
.specArea .itemPrice .tax {
	font-size: 80%;
}
.specArea .itemPrice .sale_price,
.specArea .itemPrice .txt_re,
.other_detail td > span.txt_re {
	color: #f00;
}
.specArea .itemPrice .comment {
	margin-left: 10px;
	font-size: 80%;
	color: #f00;
}
.detailArea .itemPrice .sale_price,
.detailArea .itemPrice .txt_re{
	color: #f00;
}

.specArea .itemPrice .proper_wrapper {
	display: none;
}
.specArea .itemPrice .sale_wrapper {
	display: none;
}
.specArea .itemPrice .sale_wrapper .separator {
	margin: 0 5px;
	font-size: 80%;
}
.specArea .itemPrice .sale_wrapper .proper_price {
	text-decoration: line-through;
	font-size: 80%;
	color: #999;
}

.detailArea .sizeGuide{
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-family: 'futura', 'Century Gothic', sans-serif;
	text-align: right;
	border-top: 1px solid #bfbfbf;
}

.detailArea .sizeGuide a{
	text-decoration: underline;
}

@media only screen and (max-width: 749px){
	.specArea {
		text-align: center;
	}
	.specArea .itemPrice {
		margin-bottom: 15px;
	}
	.specArea .itemPrice .sale_wrapper .comment {
		display: block;
	}
	
	.specArea .brandName {
	margin-bottom: 10px;
	}

.specArea .itemName {
	margin: 0 0 15px;
}

.detailArea .sizeGuide{
	font-size: 12px;
	}
}
.itemDetailWrapper .add_cart_pop {
	background-color: #fff;
	border: 1px solid;
	bottom: 0;
	display: none;
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
.itemDetailWrapper .add_cart_pop > p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.itemDetailWrapper .add_cart_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
}
.itemDetailWrapper .add_cart_process_pop {
	background-color: #fff;
	border: 1px solid;
	bottom: 0;
	display: none;
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 9999;
	text-align: center;
}
.itemDetailWrapper .add_cart_process_pop > p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/* 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: 749px){
	/* 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
-------------------------------*/
.size_guide_area {
	padding-top: 30px;
}
.size_guide_area .sizeTable {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.size_guide_area .sizeTable th,
.size_guide_area .sizeTable td {
	padding: 20px 0;
	font-size: 1.3rem;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
}
.size_guide_area .sizeTable th {
	background-color: #f4f4f4;
}
.size_guide_area .sizeTable tbody th{
	width: 6em;
}
.size_guide_area .unit-text{
	padding-top: 1em;
	font-size: 1.2rem;
	text-align: right;
}
/* 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: 749px){
	/* small */
	.popularWrapper h2 {
		text-align: center;
	}
}

/* goodsList
-------------------------------*/
.goodsList li.columns {
	margin: 0 1.3%;
	width: 14.5%;
}
.goodsList li.columns:nth-child(6n+1) {
	margin-left: 0;
	margin-right: 1.3%;
}
.goodsList li.columns:nth-child(6n) {
	margin-left: 1.3%;
	margin-right: 0;
}
@media only screen and (max-width: 749px){
	/* small */
	.goodsList {
		margin: 9px 0 0 0;
	}

	.goodsList li.columns {
		width: 48%;
		margin: 25px 0;
	}
	.goodsList li.columns:nth-child(2n+1) {
		margin-right: 2%;
		clear: both;
	}
	.goodsList li.columns:nth-child(2n+2) {
		margin-left: 2%;
	}
}

/* clearfix
-------------------------------*/
/*.detailArea .clearfix{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #A5A5A5;
}*/
.detailArea .clearfix.color .subtitle{
	margin-bottom: 10px;
	font-family: 'futura', 'Century Gothic', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.detailArea .clearfix .subtitle.detail_title{
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	cursor: pointer;
}
.detailArea .clearfix .subtitle.active{
	background: url(../img/arrow/arrow_up.gif) no-repeat right 5px center;
	cursor: pointer;
}
.detailArea .clearfix .detail,
.detailArea .clearfix .size {
	padding-top: 10px;
}
.detailArea .clearfix .subtitle2{
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}

@media only screen and (max-width: 749px){
	.detailArea .color .subtitle,
	.detailArea .size .subtitle,
	.detailArea .quantity .subtitle {
		text-align: center;
	}
}

.colorList{
	margin-bottom: 20px;
	text-align: center;
}

.colorList ul{
	display: inline-block;
}

.colorList li {
	float: left;
	margin: 0 5px;
	position: relative;
	width: 40px;
	cursor: pointer;
}

.colorList li img{
	vertical-align: middle;
	border: 1px solid #000;
}

.colorList li.active img{
	border: 1px solid #ee86a1;
}

.colorList li:hover{
	opacity: .7;
}

.colorList li span{
	display: block;
	margin-top: 3px;
	height: 25px;
	font-size: 10px;
	letter-spacing: -.5px;
	line-height: 1.2;
}

.colorList li.active span{
	color: #ee86a1;
}

/*.color ul li .selected {
	display: none;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #A5A5A5;
	z-index: 1;
	position: absolute;
	top: -5px;
	left: -5px;
}*/

.color ul li a.white {
	border: 1px solid #A5A5A5;
}
.color_detail .soldout {
	position: relative;
}
.color_detail .soldout::before {
	border-left: 1px solid #000;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	transform: skewX(-35deg);
}
.color_detail .soldout.white::before {
	border-left: 1px solid #fff;
}
@media only screen and (max-width: 749px){
	.color ul {
		display: table;
		margin: 0 auto;
		/*padding-left: 15px;*/
	}
	
	.colorList{
		padding-bottom: 10px;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.colorList li {
	   width: 50px;
	   font-size: 11px;
	}

	.colorList li span{
	   font-size: 11px;
	}

}

.size,
.quantity {
	position: relative;
}
.size_text,
.quantity_text {
	display: block;
	padding: 5px 30px 5px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 12px;
	width: 100px;
	margin-top: 10px;
	cursor: pointer;
}
.size_list,
.quantity_list {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 1;
	border: 1px solid #A5A5A5;
	width: 100px;
}
.size_detail,
.quantity_detail {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	cursor: pointer;
}
.size_detail:hover,
.quantity_detail:hover {
	background-color: #eee;
}
@media only screen and (max-width: 749px){
	.size_text,
	.quantity_text {
		margin: 10px auto 0;
	}
	.size_list,
	.quantity_list {
		left: 0px;
		right: 0px;
		margin: 0 auto;
	}
}

/* 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: 749px){
	.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;
}


/* iconList
-------------------------------*/
.mainContentsL .clearfix.iconList,
.detailArea .clearfix.iconList {
	font-weight: 300;
	font-size: 12px;
	color: #c8161e;
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
}

.mainContentsL .clearfix.iconList span.ico,
.detailArea span.ico {
	box-sizing: border-box;
	cursor: auto;
	display: inline-block;
	font-family: "futura","Century Gothic",sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 5px;
	padding: 0 10px;
	text-align: center;
}
/* .sale_wrapper{
	font-size:10px;
	color:#FFFFFF;
	margin:0px;
	width: 58px;
	height: 20px;
	padding:3px;
	background: #e95a7f none repeat scroll 0 0;
} */
.itemPrice .hide{
  display: none !important;
}
.ico1 {
	background: #3C95FD none repeat scroll 0 0;;
	color: #fff;
}
.ico2 {
	background: #FF0000 none repeat scroll 0 0;
	color: #fff;
}
.ico3 {
	background: #F88600 none repeat scroll 0 0;
	color: #fff;
}
.ico4 {
	background: #dda0dc none repeat scroll 0 0;
	color: #fff;
}
.ico5 {
	background: #0000ff none repeat scroll 0 0;
	color: #fff;
}
.ico6 {
	background: #FFA408 none repeat scroll 0 0;
	color: #fff;
}
.ico7 {
	background: #a5a9ab none repeat scroll 0 0;
	color: #fff;
}
.ico_price_rate{
	background: #FF0000 none repeat scroll 0 0;
	color: #fff;
}


@media only screen and (max-width: 749px){
.mainContentsL .clearfix.iconList{
	margin: 0;
	padding: 30px 0 20px 0;
	text-align: left;
}
}

/* size_table
-------------------------------*/
.size_table{
	padding-bottom: 36px;
	border-bottom: 1px solid #bfbfbf;
}

.size_table ul{
	margin-left: -1%;
}

.size_table ul li{
	margin-bottom: 4px;
	margin-left: 1%;
	width: 32.33%;
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	background: #eee;
}

.size_table ul li.active{
	color: #fff;
	background: #f085a1;
}

.size_table ul li:hover{
	opacity: .7;
	cursor: pointer;
}

.size_table ul li.active span{
	padding-left: 25px;
	background: url(../img/item-detail/icn_check.png) no-repeat left center;
}

.size_table ul li.no_stock{
	color: #b2b2b2;
}

.size_table ul li.no_stock:hover{
	opacity: 1;
}

@media only screen and (max-width: 749px){
.size_table{
	padding-bottom: 20px;
}

}




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

.size_table ul li{
	width: 49%;
}


}

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

.size_table ul li{
	width: 49%;
}

dl#jis_size dd table {
	table-layout: auto;
}
}
/* other_detail
-------------------------------*/
.other_detail{
	/*margin: 25px 0;*/
	font-size: 14px;
}

.other_detail th,
.other_detail td{
	padding: 15px 0;
	font-size: 14px;
}

.other_detail th{
	width: 44px;
}

.other_detail td{
	line-height: 1.4;
}

.other_detail td > span{
	margin-left: 1em;
}

.other_detail td > span.sku_proper_price{
	margin-left: 0;
	text-decoration: line-through;
}


.other_detail td > span.sku_sale_price{
	font-size: 16px;
	margin-left: 0;
}

.other_detail td > span.sku_comment + .txt_re,
.other_detail td span.sku_sale_price + .txt_re{
	margin-left: 0;
}

.other_detail .quantity_text {
	display: block;
	padding: 11px 30px 12px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 17px;
	width: 190px;
	margin-top: 0px;
	cursor: pointer;
}

.other_detail .quantity_list {
	top: 60px;
	width: 190px;
}

.other_detail td .itemPrice .sale_wrapper .proper_price {
	text-decoration: line-through;
	font-size: 80%;
	color: #999;
}

.other_detail td .itemPrice .sale_wrapper .separator {
	margin: 0 5px;
	font-size: 80%;
}

.other_detail td .itemPrice .sale_price {
 	font-size: 24px;
   color: #f00;
}

.other_detail td .itemPrice .sale_price .sub{
	font-size: 12px;
}


.other_detail td .itemPrice .comment {
	margin-left: 10px;
	font-size: 80%;
	color: #f00;
}

.other_detail td .itemPrice .comment {
	display: block;
	margin-left: 82px;
}

.other_detail td .itemPrice .proper_price{
	font-size: 24px;
}

.other_detail td .itemPrice .txt_re{
   color: #f00;
}



@media only screen and (max-width: 749px) {
.other_detail{
	margin: 12px 0;
}




}


/* .controll_btn
-------------------------------*/
.controll_btn{
	
}

.controll_btn .cart_btn{
	width: 81.97%;
	margin-right: 2%;
	width: -webkit-calc(98% - 58px);/*Chrome19~25対応*/
	width: -moz-calc(98% - 58px);/*Firefox4~15対応*/
  	width: calc(98% - 58px);
	float: left;
}

.controll_btn .cart_btn button{
	position: relative;
	height: 60px;
	width: 100%;
	font-size: 24px;
	font-weight: 200;
	font-family: 'futura', 'Century Gothic', sans-serif;
}

.controll_btn .cart_btn button:before{
	position: absolute;
	top: 32%;
	left: 20px;
	content: '';
	width: 16px;
	height: 20px;
	background: url(../img/item-detail/icn_add_bag.png) no-repeat center center;
}

.controll_btn .cart_btn button img{
	display: inline-block;
	margin-bottom: 5px;
}

.controll_btn .btn_map{
	min-width: 58px;
	max-width: 58px;
	width: 13.09%;
	height: 60px;
	float: right;
	box-sizing: border-box;
}

.controll_btn .btn_map button{
	border: 1px solid #000;
}

.controll_btn .btn_map img{
	vertical-align: middle;
}

@media only screen and (max-width: 900px) {
	.controll_btn .cart_btn button{
		font-size: 16px;
		font-weight: bold;
	}
	.controll_btn .cart_btn button::before {
		background-size: 14px;
	}
}

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

.controll_btn {
	margin-bottom: 22px;
}
.controll_btn .cart_btn button{
	font-size: 24px;
	font-weight: normal;
}
.controll_btn .cart_btn button::before {
	background-size: auto;
}
}

@media only screen and (max-width: 340px) {
	.controll_btn .cart_btn button{
		font-size: 16px;
		font-weight: bold;
	}
	.controll_btn .cart_btn button::before {
		background-size: 14px;
	}
}

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

ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.item .item-txt{
	font-weight: 500;
	font-size:11px;color:#333333;
	font-size:1.1rem;
	font-family: 'Roboto';
	margin-bottom:5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

/*.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-active.resp-accordion:nth-of-type(2) {
	padding-left: 100px!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;
}

/*tab_content*/
.ttl_review{
	margin: 0 0 20px;
}

.ttl_review .stars{
	color: #e95a7f;
}

.resp-tab-content .btn_review{
	display: inline-block;
	margin-left: 15px;
	padding: 0 20px;
	line-height: 40px;
	background: #000;
	color: #fff;
}

.review_list{
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bfbfbf;
	font-size: 14px;
}

.review_list:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;	
}


.review_list .stars{
	
}
.review_list .size{
	margin: 0 15px;
	font-size: 12px;
}
.review_list .date{
	font-size: 12px;
}

.review_list .nick_name{
	margin: 10px 0 5px;
}

.review_list .nick_name span{
	font-weight: bold;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 749px) {
	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; 
		padding-left: 100px;
		line-height: 40px;
	}
	
	.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;
	}
}

@media only screen and (max-width: 400px) {
.ttl_review .btn_review{
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 200px;
	box-sizing: border-box;
}
}


/* related item
--------------------------------------*/

#related-wrap{
	padding:28px 0 100px;
}
#related-wrap ul.related-list{
	overflow:hidden;
}
#related-wrap ul.related-list li{
	width:15.5%;
	float:left;
	margin-left:1.4%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}
#related-wrap ul.related-list li:first-child{
	margin-left:0;
}
#related-wrap ul.related-list li .img{
	position:relative;
	margin-bottom:20px;
}
#related-wrap ul.related-list li .img .heart{
	position:absolute;
	top:10px;
	right:10px;
}
#related-wrap ul.related-list li .img .mask {
	width:100%;
	height:100%;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#related-wrap ul.related-list li .img:hover .mask {
	opacity:1;
}
#related-wrap ul.related-list li .img .mask .bag-btn{
	position:absolute;
	bottom:10px;
	margin:auto;
	left:0;
	right:0;
}

#related-wrap ul.related-list li .img .mask .bag-btn img{
	max-width: 120px;
}

#related-wrap ul.related-list li .item-name{
	margin-bottom:10px;
}
#related-wrap ul.related-list li .price{
	color:#7d7d7d;
}

#related-wrap ul.related-list li .sp-btn{
	display:none;
}

#related-wrap ul.related-list li .img .bag-btn{
	position:absolute;
	bottom:0px;
	margin:auto;
	right:0px;

	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#related-wrap ul.related-list li .img:hover .bag-btn {
	opacity:1;
}


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

	#related-wrap ul.related-list li .img .mask {
		display:none;
	}
	#related-wrap ul.related-list li .sp-btn{
		display:block;
		width:70%;
		margin:0 auto;
		padding-top:10px;
	}
	#related-wrap ul.related-list li .item-name {
		margin-bottom: 0px;
	}
}

#category-wrap{
	margin-bottom: 43px;
}


@media only screen and (max-width: 750px){
#category-wrap{
	margin-bottom: 30px;
}

	#related-wrap{
		padding:0 0 40px;
	}
	#related-wrap ul.related-list li,
	#related-wrap ul.related-list li:first-child{
		width:31.33%;
		float:left;
		margin:0 3% 40px 0;
		font-size:14px;
		font-size:1.4rem;
	}
	#related-wrap ul.related-list li:nth-child(3n){
		margin-right:0;
	}
	#related-wrap ul.related-list li .img{
		margin-bottom:10px;
	}
	#related-wrap ul.related-list li .img img{
		width:100%;
	}
	#related-wrap ul.related-list li .img .heart{
		top:5px;
		right:5px;
		width:15px;
	}
	
	#related-wrap ul.related-list li .item-name{
		margin-bottom:5px;
	}

}

	dl#jis_size dt:after {
		  content: "▲閉じる";
		  padding-left:10px;
	}
	dl#jis_size dt.active:after {
		  content: "▼表示する";
		  padding-left:10px;
	}
	
	dl#jis_size dt {
		padding-top: 10px;
		color: #000;
		font-size: 12px;
		line-height: 1.75;
	}
	
	dl#jis_size dd table {
		table-layout: fixed;
	}
	dl#jis_size dd table tr td {
		padding-top: 10px;
		color: #000;
		font-size: 12px;
		line-height: 1.75;
	}
	
	dl#jis_size  {
		font-family: Helvetica,"Hiragino Kaku Gothic Pro",Meiryo,Arial,Verdana,sans-serif;
		color: #000;
	}
	/*item-list*/
	@media (max-width: 768px) {
	.item-list--color {
		border-top: solid 1px #DDDDDD;
		padding-top: 22px;
	}
}
	@media screen and (min-width: 768px) {
	.item-list--color {
		border-top: solid 1px #DDDDDD;
		margin-top: 20px;
	}
}
.btn_heart{
	line-height: 1;
	font-size: 0px;
}
.item-list--color .add_favorite {
	position: relative;
}
.item-list--color .thumnail-list {
	display: block;
}
.item-list--color .button-list {
	width: 140px;
	margin-left: auto;
}
	.item-list--color .button-list button:not(:last-child) {
	margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
	.item-list--color .button-list {
	width: 46.8384074941%;
	}
}
@media screen and (min-width: 769px){
	.item-list--color .button-list {
	width: 187px;
	}
}
@media screen and (min-width: 769px){
	.item-list--color .button-list {
	width: 14.609375vw;
	}
}
	@media screen and (min-width: 769px){
	.item-list--color .button-list {
	/*min-width: 130px;*/
	width: 100%;
}
}
	@media screen and (min-width: 769px) {
	.item-list--color .button-list button:not(:last-child) {
	margin-bottom: 8px;
}
}
.item-list--color button, .item-list--color .button-style {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
	margin-left: auto;
	height: 40px;
	width: 100%;
}
@media screen and (min-width: 769px) {
.item-list--color button, .item-list--color .button-style {
	height: 40px;
	font-weight: bold;
	font-size: 1.4rem;
	}
}
@media screen and (min-width: 769px){
	.item-list--color button, .item-list--color .button-style {
	font-size: 1.0rem;
	}
}
.item-list--color .add_cart_btn {
	/* background: #E9638F url(../img/icon/ico-cart-white.svg) no-repeat left 20px top 12px; */
	background-color: #2C2C2C;
	background-size: 1em;
	font-size: 1.0rem;
	color: white;
	flex: 4;
	max-width: 190px;
	height: 40px;
}

.item-list--color .check_store_stock_btn {
	background: white url(../img/icon/ico-cart-white.svg) no-repeat left 20px top 12px;
	background-size: 1em;
	color: #868383;
	max-width: 115px;
	font-size: 12px;
	border: solid #707070 1px;
	margin-left: 5px;
	font-weight: normal;
	height: 40px;
	padding: 10px;
}
.item-list--color .add_favorite_wrap {
	flex-shrink: 0;
	text-align: center;
	max-width:40px;
	width: 40px;
	height: 40px;
	/*border: solid #707070 1px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EAEAEA;
	margin-left: 6px;
}
.spec-list{
	margin-bottom:10px;
}
.product_info__text{
	margin-bottom:20px;
}

@media screen and (min-width: 769px){
	.item-list--color .add_cart_btn {
	background-position: left 13.3689839572% top 50%;
	}
}
.item-list--color .buttonGray {
	background: #A0A0A0;
}
.item-list--color .buttonGray:hover, .item-list--color .buttonGray:focus, .item-list--color .buttonGray:active {
	background: #A0A0A0;
}
.item-list--color .stock_request_btn,
.item-list--color .restock_request_btn {
	background: white; /*url(../img/icon/ico-contact-white.svg) no-repeat left 20px center;*/
	background-size: 1em;
	font-size: 1.0rem;
	color: #868383;
	border: solid #707070 1px;
	flex: 4;
	max-width: 200px;
}
@media screen and (min-width: 769px){
.item-list--color .stock_request_btn,
.item-list--color .restock_request_btn {
	background-position: left 13.3689839572% top 50%;
	}
}
.item-list--color .stock_request_btn--line {
	background: #58B535 url(../img/icon/ico-line-white.svg) no-repeat left 20px center;
	background-size: 1em;
	color: white;
}
@media screen and (min-width: 769px){
.item-list--color .stock_request_btn--line {
	background-position: left 13.3689839572% top 50%;
	}
}
.item-list--color .item {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	border-bottom: solid 1px #CCCCCC;
}

@media screen and (min-width: 769px) {
	.item-list--color .item {
		padding: 12px 0;
	}
}
.item-list--color .item .item__pic {
	width: 58px;
	flex-shrink: 0;
}
#item-detail-checked-wrap .owl-stage-outer{
	margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
	#checked-wrap , #recommend-wrap , #item-detail-checked-wrap{
		max-width: 1000px;
		width: 100%;
		margin:0 auto;
	}
	#recommend-wrap .row{
		padding: 0;
	}
	#recommend-wrap .goodsSpecWrapper{
		text-align: left;
		margin-top: 20px;
		margin-left: 0;
	}
	#recommend-wrap .goodsBrandNameWrapper{
		font-size: 12px;
		color: gray;
	}
	#recommend-wrap .goodsNameWrapper{
		font-size: 14px;
	}
	#recommend-wrap .price{
		font-size: 12px;
		text-align: left;
	}
	#recommend-wrap .price_part{
		font-size: 14px;
		color:black;
	}
	#checked-wrap .checked-list li , #item-detail-checked-wrap .checked-list li{
		width: 15.28%;
	}
}
@media screen and (max-width: 768px) {
	.mainContentsR.inner--sp{
		padding: 0 2%;
	}
	#checked-wrap , #recommend-wrap , #item-detail-checked-wrap{
		/* padding: 0 2%; */
	} 
	#recommend-wrap .colorChipWrapper{
		display: none;
	}
	#recommend-wrap .goodsSpecWrapper{
		text-align: left;
		margin-top: 10px;
		margin-left: 0;
	}
	#recommend-wrap .goodsBrandNameWrapper{
		font-size: 10px;
		color: gray;
	}
	#recommend-wrap .goodsNameWrapper{
		font-size: 11px;
	}
	#recommend-wrap .price{
		font-size: 10px;
	}
	#recommend-wrap .price_part{
		font-size: 14px;
		color:black;
	}
	#recommend-wrap .add_favorite{
		display: none;
	}
	#recommend-wrap .ttl-wrap h2{
		margin: 0;
		font-size: 2.4rem;
		text-align: left;
	}
	#recommend-wrap ul.recommend-list{
		padding-top: 30px;
	}
	#recommend-wrap ul.recommend-list li{
		margin-bottom: 10px;
		margin-top: 0;
	}
	#recommend-wrap ul.recommend-list li:nth-child(2n){
		margin-top: 0;
	}

}
#checked-wrap .bag-btn , #item-detail-checked-wrap .bag-btn{
	display:none;
}
#checked-wrap .favorite-btn , #item-detail-checked-wrap .favorite-btn{
	display:none;
}
#checked-wrap .item-name, 
#checked-wrap .price , 
#item-detail-checked-wrap .item-name , 
#item-detail-checked-wrap .price , 
#item-detail-checked-wrap .item-txt{
	display: none;
}
@media screen and (max-width: 768px) {
	.item-list .item .item__pic{
		background-color: #f8f8f8;
	}
	.item-list .item .item__pic > img{
		width: 50px;
		height: 50px;
		margin-right: 16px;
	}
	.item-list .item .item__pic > span{
		font-size: 17px;
		color: #999999;
	}
	.cart_buttons_sp , .other_buttons_sp{
		display: flex;
		margin-bottom: 5px;
	}
	.cart_buttons_sp{
		justify-content: space-between;
		align-items: center;
	}
	.other_buttons_sp{
		justify-content: flex-end;
	}
	.retail_stock_wrap{
		width: 100%;
		margin-left: 23%;
	}
	.cart_text_sp{
		width: 30%;
		text-align: left;
	}
	.cart_text_sp span{
		font-family: "Hiragino Sans";
	}
	.button-list{
		width: 100%;
	}
	.restock_request_btn , .stock_request_btn{
		width: 100%;
		height: 50px;
		background-color: gray;
	}
	.add_favorite_wrap {
		width: 10%;
		height: 40px;
		margin-left: 10px;
	}
	.add_favorite {
		left: 5%;
		position: relative;
		top: 10px;
	}
	.add_cart_btn , .restock_request_btn , .restock_request_btn , .add-cart-wrap , .check_store_stock_btn{
		/*border-radius: 10px;*/
	}
	.cart_buttons_sp .add_cart_btn{
		width: 100%;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		background-color: #E9638F
	}
	.item-list .check_store_stock_btn{
		width: 534px;
		height: 40px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		background-color: white;
		color: #868383;
		font-size: 12px;
		border: solid #707070 1px;
		font-weight: normal;
		padding:10px;
	}
	.crumbsList{
		/* margin-left:13px; */
		margin-bottom: 0;
	}
	.model-height{
		margin-right:12px;
	}
	.thumnail-list{
		margin-left:15px;
	}
	.thumnail-list .slick-track{
		width: 400px !important;
	}
	.thumnail-list .slick-track .slick-slide{
		width: 80px !important;
	}
	.thumnail-list .slick-track img{
		height: 80px;
		width: 80px;
	}
	#thumnailBox{
		overflow: hidden;
	}
	.thumnailBox .slick-list , .thumnailBox .slick-list .slick-track{
		width: 336px !important;
		margin: 0 auto;
	}
	.thumnailBox .slick-track > li{
		width: 112px !important;
	}
	.thumnailBox .slick-track img{
		height: 112px;
		width: 112px;
	}
	.description_area{
		padding: 5% 0% 5% 5%;
		background-color: #FFEFEF;
	}
	.description_area .sub-section__slide > .product_info__section{
		padding-right: 5%;
	}
	.size-section-wrap > .sub-section__slide > .detail__size_tb{
		width:100%;
		table-layout: fixed;
	}
	.size-section-wrap.three_or_more {
		margin-right: 5%;
		position: relative;
		/* overflow: hidden; */
		background-color: #fff;
		margin-top: 15px;
	}
	.size-section-wrap.three_or_more > .sub-section__slide > .detail__size_tb{
		width:650px;
		/* table-layout: auto; */
		position: relative;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), white 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), white 15px) right/50px 100%;
		background-repeat: no-repeat;
		background-attachment: local;
	}
	.size-section-wrap.three_or_more > .sub-section__slide{
		overflow: auto;
		white-space: nowrap;
		background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
/* .size-section-wrap.three_or_more::after{
content: "";
display: block;
width: 10px;
background-color: red;
height: calc(100% - 15px);
top: 15px;
right: 0;
position: absolute;
} */
/* .description_area .size-section-wrap > .sub-section__slide,
.description_area .size-section-wrap > .sub-section__slide > .detail__size_tb {
margin-bottom: 0;
padding-bottom: 0;
} */
}
.item-list--color .item .color__name {
	font-size: 1rem;
	margin-top: 4px;
}

@media screen and (min-width: 769px) {
	.item-list--color .item .color__name {
		font-size: 1.0rem;
		text-align: center;
		line-height: 1.1;
		padding-top: 9px;
		margin-top: 0;
	}
}

.item-list--color .item .size-list {
	width: 100%;
}
.item-list--color .item .size-list .size-block > span{
	font-size: 1.1rem;
	/* flex: 2; */
	/* width: 40%; */
	white-space: nowrap;
	margin-right: 5px;

}
.item-list--color .item .size-list .size-block > div{
	
}
.item-list--color .item .size-list .size-block > .button-list{
	margin-left: auto;
	/*width: 100%;*/
	max-width: 190px;
}
.item-list--color .item .size-list > ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin-left: 0;
}
#checked-wrap .ttl-wrap h2 , #item-detail-checked-wrap .ttl-wrap h2{
	margin-top: 75px;
}
@media screen and (min-width: 750px) {
	.item-list--color .item .size-list {
		width: 100%;
		padding-left: 25px;
	}
	.item-list--color .item .size-list .color__name {
		display: none;
	}
}
.item-list--color .item .size-list li {
	width: 100%;
	line-height: 1.5833333333;
	font-size: 1.2rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-list--color .item .size-list li > form {
	display: block;
}
.item-list--color .item .size-list li .size-block {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	/* margin-top:10px;
	margin-bottom:10px; */
	justify-content: flex-end;
	margin: 0;
}
@media (max-width: 768px) {
	.item .size-list li .size-block {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.item .size-list ul{
		margin-left: 0;
	}
	/*.item .size-list ul form{
		margin-left: 1.25em;
	}*/
	
}

@media (max-width: 768px) {
	.item-list--color .item .size-list li {
		padding-right: 5px;
	}
}
.item-list--color .item .size-list li:not(:last-child) {
	border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 769px) {
	.item-list--color .item .size-list li {
		font-size: 1.6rem;
		padding: 0;
	}
}
@media screen and (min-width: 769px) {
	.item-list--color .item .size-list li {
		font-size: 11px;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.item-list--color .item .size-list li:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
.item-list--color .item .size-list .add_favorite {
	width: 20px;
    height: 20px;
    display: block;
    margin: 0;
    right: inherit;
    bottom: inherit;
    top: inherit;
    position: relative;
/*background: url(img/icon/ico-favorite.svg) no-repeat;
background-size: 100% 100%;*/
}
.item-list--color .item .size-list .add_favorite.active {
/*background: url(../img/icon/ico-favorite_on.svg) no-repeat;
background-size: 100% 100%;*/

}
@media screen and (min-width: 769px) {
	.description_area{
		padding: 5%;
		background-color: #FFEFEF;
	}
	.description_area h2{
		font-size: 21px;
		font-weight: 800;
	}
	.description_area .sub-section__slide > ul > li{
		font-size: 14px;
	}
	.description_area .sub-section__slide .spec-list{
		margin-bottom: 30px;
	}
	.description_area .sub-section__slide .product_info__text{
		font-size: 14px;
		margin-bottom: 50px;
	}
	.size-section-wrap{
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px) {
	.description_area h2{
		font-size: 18px;
		font-weight: 800;
	}
}

.description_area tbody{
	background-color: white;
}
.description_area thead > tr > th{
	background-color: rgb(201, 253, 225);
}
.etc{
	margin-top: 30px;
}
.etc p{
	font-size: 12px;
	margin-top: 10px;
}
.etc img{
	margin-right: 10px;
}
@media screen and (min-width: 769px) {
	.item-list--color .item .size-list .add_favorite {
		width: 20px;
		height: 20px;
		display: block;
		margin: 0;
		right: inherit;
		bottom: inherit;
		top: inherit;
		position: relative;
	}
}

#item-list--favorite {
	display: none;
}

/*
.item-list--color:not(.item-list--favorite) .item .size-list li
{
@media (max-width: 768px)
{
min-height: 78px + 44px;    
}
}
*/
/* .itemDetailWrapper .add_cart_pop {
	background-color: #fff;
	border: 1px solid;
	display: none;
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	width: 40%;
	z-index: 10000;
} */

/* .itemDetailWrapper .add_cart_pop > p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
} */

/* .itemDetailWrapper .add_cart_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
	width: 240px;
} */

@media (max-width: 768px) {
	.itemDetailWrapper .add_cart_pop {
		width: 80%;
		right: 0%;
		left: 0%;
		margin: auto;
	}
}
.cart-area {
	display: block;
	position: relative;
}
/*@media (min-width: 769px) {
	.cart-area-sp{
		display: none;
	}
}
@media (max-width: 768px) {
	.cart-area{
		display: none;
	}
	.cart-area-sp{
		display: block;
	}
}
.retail-stock-area {
	display: block;
	position: relative;
}
@media (min-width: 768px) {
	.retail-stock-area-sp{
		display: none;
	}
}
@media (max-width: 768px) {
	.retail-stock-area{
		display: none;
	}
	.retail-stock-area-sp{
		display: block;
	}
}*/
/*.button-list button{
background: url(../img/item-detail/icn_add_bag1.png) no-repeat center center;
}*/
.button-list .cart_btn{
	width: 81.97%;
	margin-right: 2%;
	width: -webkit-calc(98% - 58px);/*Chrome19~25対応*/
	width: -moz-calc(98% - 58px);/*Firefox4~15対応*/
	width: calc(98% - 58px);
	float: left;
}
.button-list .buttonGray:before{
	display: none;
}

.button-list  button:before{
	position: absolute;
	/*top: 32%;*/
	left: 14px;
	content: '';
	width: 16px;
	height: 18px;
	background: url(../img/item-detail/icn_add_bag.png) no-repeat center center;
}

.item-detail-row{
	display: flex;
}
.item-detail-row .brandName, .item-detail-row .categoryName {
	font-weight: bold;
	font-size: 9px;
}
.item-detail-row .categoryName{
	margin-left: 26px;
}
.item-detail-row a{
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}
/*recommed */
#recommend-wrap ul.recommend-list li:nth-of-type(5n){
	margin-left: 0;
}
#recommend-wrap ul.recommend-list li {
	margin-top: 20px;
}
.ttl-wrap h2 {
	margin-bottom: 30px;
}


.capsArea{
	display: flex;
	padding-top: 10px;
}
.capsArea > .brandName,
.capsArea > .categoryName {
	font-weight: bold;
	font-size: 0.9rem;
}
.capsArea > .categoryName{
	padding-left: 25px;
}
.capsArea > .brandName a,
.capsArea > .categoryName a{
	font-weight: normal;
	text-decoration: underline;
	font-size: 1.1rem;
}
.goodNameArea .itemName {
	font-size: 1.8rem;
	font-weight: bold;
	padding-top:10px;
}
.itemPrice.hide-for-small{
	padding-top: 15px;
}
.itemPrice.hide-for-small .proper_wrapper,
.itemPrice.hide-for-small .sale_wrapper{
	font-size: 1.4rem;
	font-weight: bold;
}
.other_detail_wrap{
	padding-top: 20px;
}
.other_detail_wrap .other_detail th,
.other_detail_wrap .other_detail td{
	width: auto;
	padding: 0;
	font-size: 1rem;
}

.goods_explain_area{
	padding-top: 35px;
}
.goods_explain_area .goods_explain_area_header{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
}
.goods_explain_area .goods_explain_area_text{
	padding-top: 15px;
	font-size: 1.6rem;
}

.cart-modal-btn{
	display: none;
}
.cart-modal-wrap-header{
	display: none;
}
.cart-modal-wrap-inr > .close-btn{
	display: none;
}

.itemPrice{
	padding-top: 10px;
}
.itemPrice .proper_wrapper,
.itemPrice .sale_wrapper {
	font-size: 1.4rem;
	font-weight: bold;
}
.additional-items-area .additional-items-area-header{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.1;
	padding-top: 30px;
}
.additional-items-area .additional-items-area-text{
	padding-top: 15px;
	font-size: 1.6rem;
}

@media only screen and (max-width:750px) {
	.imageArea {
	margin: 0 -3%;
	}
	.capsArea{
		padding-top: 20px;
	}
	.goodNameArea .itemName{
		padding-top: 20px;
		font-size: 1.5rem;
	}
	.itemPrice{
		padding-top: 10px;
	}
	.itemPrice .proper_wrapper,
	.itemPrice .sale_wrapper {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.other_detail_wrap > .other_detail{
		margin: 0;
	}
	.goods_explain_area{
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #DDDDDD;
	}
	#recommend-wrap ul.recommend-list li {
		margin-top: 0;
	}
	#recommend-wrap ul.recommend-list li,
	#recommend-wrap ul.recommend-list li:first-child{
		margin-bottom: 20px;
	}
	#recommend-wrap ul.recommend-list li .item .item-txt{
		line-height: 1.1;
	}
	#recommend-wrap ul.recommend-list li .item-name{
		font-size:1.1rem;
		margin-bottom: 0;
	}
	#recommend-wrap ul.recommend-list li .price{
		text-align: left;
	}
	#recommend-wrap{
		padding-bottom: 0;
	}
	#item-detail-checked-wrap{
		margin: 0 2.667vw;
	}
	#item-detail-checked-wrap .row{
		width: 100% !important;
		margin: 0;
	}
	#item-detail-checked-wrap .ttl-wrap h2{
		margin: 0;
		font-size: 2.4rem;
		text-align: left;
		line-height: 1.1;
	}
	#item-detail-checked-wrap{
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid #DDDDDD;
	}
	#item-detail-checked-wrap .checked-item-list{
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	#item-detail-checked-wrap .checked-item-list .item{
		width: 17.867vw;
		margin-bottom: 1.333vw;
		margin-right: 1.333vw;
		margin-left: 0;
	}
	#item-detail-checked-wrap .checked-item-list .item:nth-child(5n){
		margin-right: 0;
	}
	.thumnailBox{
		margin-top: 30px;
	}
	.cart-modal-btn{
		margin: 20px 0 0;
		display: block;
	}
	.cart-modal-btn > button{
		display: flex;
		width: 100%;
		background-color: #000;
		font-size: 1.1rem;
		color: #fff;
		padding: 18px 0;
		align-items: center;
		justify-content: center;
	}
	.cart-modal-btn > button > span{
		position: relative;
		padding-left:20px;
		line-height: 1.1;
	}
	.cart-modal-btn > button > span::before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width:13px;
		height: 16px;
		background-image: url(/assets/front/img/icon_cart_bug.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
	}
	.cart-modal-wrap{
		display: none;
		position: fixed;
		top: 0;
		background-color: #fff;
		width: 100%;
		left: 0;
		height: 100%;
		z-index: 100;
	}
	.cart-modal-wrap-inr{
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
	}
	.cart-modal-wrap-header{
		background-color: #484848;
		padding: 15px 20px;
		display: flex;
		color: #fff;
		font-size: 14px;
		align-items:center;
	}
	.cart-modal-wrap-header .head-text{
		line-height: 1.1;
	}
	.cart-modal-wrap-header .close-btn.icon{
		margin-left: auto;
	}
	.cart-modal-wrap .cart-area{
		display: block;
	}

	.cart-modal-wrap .cart-area .item-list--color{
		padding-top: 0;
	}
	.cart-modal-wrap .cart-area .item-list--color .item{
		flex-direction: column;
		border-bottom: none;
	}
	.cart-modal-wrap .cart-area .item-list--color .item .item__pic{
		width: 100%;
		flex-shrink: inherit;
		display: flex;
		align-items: center;
		background-color: #F8F8F8;
		border-bottom: 1px solid #E5E5E5;
	}
	.cart-modal-wrap .cart-area .item-list--color .item .item__pic > a{
		width: 58px;
		margin-right: 25px;
	}
	.cart-modal-wrap .cart-area .item-list--color .item .color__name {
		font-size: 1.1rem;
		margin-top: 0;
	}
	.cart-modal-wrap .cart-area .item-list--color .item .size-list{
		padding: 0 10px;
	}
	.cart-modal-wrap .cart-area .item-list--color .item .size-list li{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 7px;
		padding-right: 0;
		border-bottom: 1px solid #DDDDDD;
	}
	.cart-modal-wrap .cart-area .item-list--color .item .size-list li > form{
		padding: 0;
		margin: 0;
	}
	.cart-modal-wrap .cart-area .item .size-list li .size-block{
		padding: 0;
	}
	.cart-modal-wrap .cart-area .item-list--color .item .size-list .size-block > span{
		font-size: 1.4rem;
	}
	.item-list--color .item .size-list .add_favorite{
		left: 0%;
		position: relative;
		top: 0px;
		width: 22px;
		height: auto
	}
	.cart-modal-wrap-inr .item-list--color .add_cart_btn{
		border-radius: 0;
		font-size: 1.1rem;
	}
	.cart-modal-wrap-inr .item-list--color .add_favorite_wrap{
		border-radius: 0;
		border: none;
		min-width: 40px;
	}
	.cart-modal-wrap-inr > .close-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.cart-modal-wrap-inr > .close-btn > button{
		display: block;
		background-color: transparent;
		border: 1px solid #ccc;
		color: #343434;
		padding: 12px 40px;
		font-size: 1.4rem;
	}
	.cart-modal-wrap-header .close-btn.icon > button{
		display: block;
		width:13px;
		height: 13px;
		background-image: url(/assets/front/img/icon_close_btn_cart_modal.svg);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		font-size: 0;
	}
}

@media only screen and (min-width:750px)  {
	.cart-modal-wrap{
		display: block !important;
	}
}
.clearfix.color{
	display: none;
}
.size_table{
	display: none;
}


.checked-item-list {
	display: flex;
	padding-top: 30px;
}
.checked-item-list .item {
	margin-left: 0.8%;
	max-width: 160px;
	width: 16%;
}
.checked-item-list .item:first-child {
	margin-left: 0;
}

.compare_price_text {
	font-weight: lighter; 
	font-size: 10px;
	color: gray;
}
