@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;
}

}

/* layout Style
-------------------------------*/
.mainContentsR {
	position: relative;
	float: right;
	width: 38.2%;
	margin-bottom: 30px;
}
.mainContentsR .mainContentsRContent {
	width: 100%;
}
.mainContentsL {
	position: relative;
	float: left;
	width: 60.4%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 749px){
	/* small */
	.mainContentsR {
		float: none;
		margin: 0;
		/*padding: 0 6.25%;*/
		width: 100%;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsL {
		float: none;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		/*padding: 0 6.25%;*/
	}
}
/* imageArea
-------------------------------*/
.imageArea {
	margin: 0 5px 20px;
	padding: 0 11.9% 99.9%;
	height: 0;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 749px){
	.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 {
	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;
}

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

.mainImageSlider li .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;
}

/* thumnailBox
-------------------------------*/
.thumnailBox {
	max-width: 610px;
	margin: 0 auto;
}
.thumnailBox ul {
}
.thumnailBox li.thumnail {
	float: left;
	width: 12.5%;
	padding: 5px 5px 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 24px;
	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;
}
.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_favorite_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_favorite_pop > p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.itemDetailWrapper .add_favorite_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
}

.itemDetailWrapper .request_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 .request_cart_pop > p {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}
.itemDetailWrapper .request_cart_pop .btn-area .button {
	font-size: 14px;
	height: auto;
	padding: 10px 0;
}

/* detail popup
------------------------------------------------- */
.remodal .inputArea .inputMailAddress {
	padding: 0 25px 0 10px;
    height: 40px;
    line-height: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    transition: all ease 0.4s;
}
.remodal .btn-area .requestMailBtn {
	width: 60%;
    margin: 4% auto;
}

/* 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
-------------------------------*/
.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: 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%;
}

.inner .detailOptions .restock_request_btn {
	padding: 0 3em;
}

@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;
	height: 20px;
	margin: 0 0 32px;
	padding-top: 0;
	border-top: 0;
	text-align: center;
}

.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;
}
.ico1 {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
.ico2 {
	background: #e95a7f none repeat scroll 0 0;
	color: #fff;
}
.ico3 {
	background: #00a968 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: #cccc33 none repeat scroll 0 0;
	color: #fff;
}
.ico7 {
	background: #a5a9ab none repeat scroll 0 0;
	color: #fff;
}


@media only screen and (max-width: 749px){
.mainContentsL .clearfix.iconList{
	margin: 10px 0 15px;
}
}

/* 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{
	padding: 10px 0;
}

.size_table ul li.active{
	color: #000;
	/*background: #b2b2b2;*/
}

.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: 90%;
}


}

@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: 85px;
}

.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;
}

.exText {
	text-align: center;
}


}


/* .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%;
	background: #000;
	color: #fff;
	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;
}

.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;
	}
	
	.color_list .color_detail img{
		width: 70px;
	}

/* modal
--------------------------------------*/
.reveal-modal-bg {
	background: rgba(255,255,255,0.5);
}

.reveal-modal, dialog {
	border-radius:0;
	box-shadow:none;
	border:1px solid #ccc;
	padding:50px 40px;
}

.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
	top:50px;
	right:40px;
}

.reveal-modal #itemSize,
#itemSize {
	margin-left:0;
	letter-spacing: 0.05em;
}

.reveal-modal #itemSize table,
#itemSize table {
	width:100%;
	margin:20px 0 0 0;
}

.reveal-modal #itemSize td,
#itemSize td {
	font-size:1.4rem;
	border:1px solid #ccc;
}

.reveal-modal #itemSize th,
#itemSize th {
	font-size:1.4rem;
	padding:20px 0;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:1px solid #ccc;
	background:#f9f9f9;
}

.reveal-modal #itemSize table,
#itemSize table {
	border-collapse:collapse;
}

.reveal-modal #itemSize table tr,
#itemSize table tr {
	border-top:1px solid #ccc ;
	border-left:1px solid #ccc ;
	border-bottom:1px solid #ccc ;
	border-right:none;
}

.reveal-modal #itemSize tbody tr:nth-child(2n) td,
#itemSize tbody tr:nth-child(2n) td {
	background:#f9f9f9;
}

.attention {
	text-align:center;
}


.popupList {
	text-align:center;
	font-size:1.4rem;
	/* margin-bottom:100px; */
}

.popupList li {
	display:block;
	margin-bottom:0px;
	padding: 5% 0;
	border-top: 1px solid #E5E5E5;
}

.sizeGuideToggle {
	font-size: 14px;
	width: 60%;
    margin: 0 auto;
}

.popupList a {
	font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

.reveal-modal .title {
	font-size: 1.8rem;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.reveal-modal .subtitle {
	font-weight:bold;
	margin-top:30px;
	margin-bottom:15px;
}

.reveal-modal p {
	font-size:1.4rem;
	line-height:2;
}

#Modal01.reveal-modal {
	width:480px;
}

#Modal02.reveal-modal {
	width:400px;
}

.detailItemSalePrice {
	font-size:1.6rem;
	margin-bottom:40px;
	color:#FF0000;
}
.detailItemSpecialSalePrice {
	color:#111;
}

.detailItemSalePrice span {
	text-decoration:line-through;
	display:block;
	color:#000;
	font-size:1.3rem;
	display: -webkit-box;
}
.sizeGuideArea {
	margin-bottom: 5%;
	margin-top: 7%;
}

.sizeGuideTitle {
	font-size: 14px;
	text-align: center;
	margin-bottom: 2%;
}
.sizeGuideContents {
	width: 70%;
	margin: 0 auto;
}
#sozai {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
#sozai .subtitle {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
#sozai p {
	font-size: 1.4rem;
	line-height: 2;
}
#sozai .washing_instruction {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
#sozai .washing_instruction .washing_images img {
	width: 25px;
	margin: 0 5px;
}
.milePromotionTxt {
	display: block;
	font-weight: bold;
	color: red;
}

@media only screen and (max-width: 750px){
	.popupList {
		/* margin-bottom:50px; */
		margin-bottom: 0;
		margin-top: 3rem;
	}
	
	.reveal-modal {
		margin-left:0;
		border:none;
		padding:20px 10%;
		top:-60px;
	}
	
	#Modal01.reveal-modal ,
	#Modal02.reveal-modal {
		width:100%;
	}
	
	#Modal01.reveal-modal {
		padding:20px 5%;
	}
	
	.close-reveal-modal {
		width:20px;
	}
	
	.close-reveal-modal img {
		width:100%;
		height:auto;
	}
	
	.reveal-modal .close-reveal-modal {
		left:5%;
		top:30px;
	}
	
	.reveal-modal .title {
		text-align:center;
		font-size:1.4rem;
	}
	
	.reveal-modal .subtitle {
		margin-bottom:5px;
	}
	
	.reveal-modal-bg {
		background: rgba(255,255,255,1);
	}
	
	#itemSize .title {
		font-size:1.4rem;
	}
	
	.reveal-modal #itemSize td ,
	.reveal-modal #itemSize th,
	#itemSize td ,
	#itemSize th {
		font-size:1.2rem;
	}
	
	.detailItemSalePrice {
		font-size:1.4rem;
		margin-bottom:0px;
		position: absolute;
		bottom: 15px;
		right: 6%;
	}

	.detailItemSalePrice span {
		font-size:1.2rem;
		display: -webkit-box;
	}
	
	.siteSpMenu .bottomWrap .favorite ,
	.bottomWrap .btnA {
		display:inline-block;
	}
	
	.siteSpMenu .bottomWrap .favorite  {
		margin-left:20px;
	}
	
	.siteSpMenu .sizeSelect li .btnA {
		right:-10px;
	}
	
	.siteSpMenu .detailOptions .btnA {
		width:  100%;
		min-width:135px;
		height:auto;
		padding: 2% 0;
		line-height:36px;
		font-size:1.2rem;
	}
	.sizeGuideTitle {
		font-size: 14px;
		text-align: center;
		margin-bottom: 0%;
	}
	
	.siteSpMenu .sizeSelect li .btnB {
		min-width:22px;
		height:18px;
		line-height:1;
		border:none;
	}
	
	.siteSpMenu .sizeSelect li .btnA {
		right:40px;
	}
	

	.siteSpMenu .sizeSelect li .btnB {
		right:0;
		top:-8px;
		background:none;
	}
	
	.siteSpMenu .sizeSelect span {
		font-size:1.4rem;
	}
	
	.siteSpMenu .bottomWrap {
	    padding: 0 0 10%;
	}
	
	.siteSpMenu .detailItemPrice {
	    bottom: 22px;
	    right: 7.4%;
	}

	.siteSpMenu .detailOptions fieldset.sizeSelector.typeA ,
	.siteSpMenu .detailOptions fieldset.sizeSelector.typeB {
		padding: 10px 7.4% 0px 7.4%;
	}

	.siteHeader {
		height:auto;
	}

	.siteHeader .inner {
		height:50px;
		padding: 15px 15px;
	}

	.siteContent {
		margin-top: 80px;
	}

	.overLay {
		width:100%;
		height:100vh;
		position:fixed;
		z-index:2;
		display:none;
	}

	.siteSpMenu .sizeSelect li {
		margin-bottom:10px;
	}
	
	.flexslider .slides img {
	    width: 49.5%;
	    display: block;
	    float: left;
	}
	
	.detailFooterGoodsList{
		/*position: relative;*/
		width: 80%;
    	margin: 0 auto;
	}
	
	.prev {
		position: absolute;
	    top: 30%;
	    z-index: 9999;
	    left:0;
	}
	.next {
		position: absolute;
	    top: 30%;
	    z-index: 9999;
	    right: 0%;
	}
	
	.sellarprev {
		position: absolute;
	    top: 30%;
	    z-index: 9999;
	    left:0;
	}
	.sellarnext {
		position: absolute;
	    top: 30%;
	    z-index: 9999;
	    right: 0%;
	}
	
	.sizeGuideContents {
		width: 90%;
		margin: 0 auto;
	}
	.ReserveDateArea {
		padding: 5% 0;
		width: 94%;
		margin: 0 auto;
	}
	.sozai {
		text-align: left;
	}
	
	.popupTtl {
		text-align: center;
		font-weight: 600;
		margin-bottom: 2rem;
	}


}
.item_checked {
	padding-right: 250px;
    padding-left: 210px;
}
.item_checked__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 20px;
  padding: 0 10px;
}

.item_checked__carousel {
  display: inline-flex;
}
.item_checked__carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
}
.item_checked__carousel .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
}

.item_checked__list {
  padding: 0 5px;
}

.item_checked__list .item_archive__price_wrap .itemPrice {
  display: block;
}

.item_checked__link {
  display: block;
}

.item_checked__img {
  width: 100%;
}
.item_checked .item_archive__name_wrap {
	text-align: center;
	margin-top: 4%;
}
@media only screen and (max-width: 750px){
	/* recently viwed
	--------------------------------------*/

	.item_checked {
		margin: 5% 0;
		position: relative;
	}
	.item_checked__title {
		font-size: 1.6rem;
		text-align: left;
		font-weight:500;
		margin: 15% auto 0%;
	}
	.item_checked__carousel{
		display: block;
	}
	.item_checked__img {
		margin-top: 10%;
		margin-bottom: 1%;
	}
	
	.sp_item_ck {
		width:50%;
		float:left;
		padding: 0 ;
		/*height: 300px;*/
	}
	.item_checkedarea .item_checked .slide_under_space{
		margin-bottom : 0px;
	}
}

@media only screen and (max-width: 767px) {
  .item_checked {
    /* margin: 0 10% ; */
    padding: 0;
  }
}

@media only screen and (max-width: 750px)
{
	.siteSpMenu {
	    position: static;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    z-index: 3;
	}
	/*
	.siteSpMenu.active {
		width: 90%;
		margin: 0 5%;
	}
	*/
	.sizeSelect.spSizeSelct .btnA{
		width: 0;
	}
	
	#checked-wrap .checked-list li {
		width: 32.8%;
	}
	.detailItemName {
		text-align: center;
	}
	.detailItemPrice {
		text-align: center;
		margin-bottom: 12%;
		padding-bottom: 3rem;
		font-size: 1.85rem;
		border-bottom:1px solid #D5D5D5;
	}
	
	.detailItemPoint {
		text-align: center;
		font-size: 1.2rem;
	}
	.milePromotionTxt {
		margin-bottom: 1rem;
	}
	.rightBtnDetail {
		margin: 0 0 0 3%;
		margin-bottom: 1%;
	}
	.detailItemStore {
		text-align: center;
		font-size: 1.35rem;
	}

	.explain2 {
		display: block;
	    margin-top: 2rem;
	    font-weight: 600;
	}
}

.favorite_on {
	display: none;
}

.favorite_off {
	display: none;
}

.ReserveDate{
	display: none;
}
.hiddenText p{
	font-size: 14px;
    text-align: center;
    margin-bottom: 2%;
}
.hiddenText p.reserve-memo{
	font-size: 14px;
}
.favArea{
	display: none;
}
@media only screen and (max-width: 750px)
{
	.isSP .detailItemName {
		font-weight:bold;
		font-size:1.4rem;
	}
	
	.isSP .detailItemPrice .nowPrice {
		font-weight: bold;
	}
	
	.isSP .detailItemPrice .nowPrice #tax{
		font-size: 1.6rem;
	}
	
	.fixedBotton {
	    /*opacity : 0.1;*/
	    /*transform : translate(0, 50px);*/
	    transition : all 500ms;
	}
	 
	.fixedBotton.scrollin {
	    opacity : 1;
	    transform : translate(0, 0);
	    /*margin-bottom: 3%;*/
	}
	
	.sp_add_cart_pop {
		background-color: #fff;
		border: 1px solid;
		display: none;
		margin: 0 auto;
		padding: 30px;
		position: absolute;
		width: 100%;
		z-index: 10000;
	}
	.sp_add_cart_pop > p {
		font-size: 16px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.sp_add_cart_pop .cartCloseBotton{
		top: 11%;
	}
	
	.sp_add_cart_pop .cartPopCloseBotton{
		top: 11%;
		text-align: right;
	}
	
	.sp_add_cart_pop .spAddCartTitle {
		font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    margin-bottom: 8%;
	}
	
	.sp_add_cart_pop .btn-area .button {
		font-size: 14px;
		height: auto;
		padding: 10px 0;
	}
	
	.sp_add_cart_pop {
	    padding: 30px 20px;
	    width: 90%;
	    text-align: left;
	    background-color: #fff;
	    position: fixed;
	    z-index: 100;
	    top: 33%;
	    left: 5%;
	    right: 5%;
	    overflow-y: scroll;
	    display: none;
	    line-height: 1;
	    /*margin-top: 70%;*/
	}
	
	.item_checkedarea {
		overflow: hidden;
	}
	
	.favorite_on {
		display: none;
	}
	
	.favorite_off {
		display: none;
	}
	
	#page-top {
		position: fixed;
	    bottom: 80px;
	    width: 10%;
	    right: 5%;
	    display:none;
	    z-index: 10000000;
	}
	
	#page-top img {
		display:none;
	}
	
	.spAddCartAreaRight .soldOutBotton{
		display: inline-block !important;
	    width: 83%;
	    /* min-width: 210px; */
	    height: 35px;
	    line-height: 35px;
	    font-size: 1.1rem;
	    text-align: center;
	    transition: all ease 0.3s;
	    vertical-align: middle;
	    background-color: #fff;
	    color: #b1b1b1;
	    border: 1px solid #b1b1b1;
	}
	
	.siteHeader .listMenuMyPage li {
	    position: relative;
	    display: inline-block;
	    margin-left: 1em;
	}
	
	.overlay.header .naviHam {
	    position: absolute;
	    top: 16px;
	    right: 18px;
	    opacity: 1;
	    z-index: 99999999;
	    width: 18px;
	}
	.detailItemInfo {
		display:block;
		font-size:1.2rem;
		padding-bottom: 10px;
	}
	.hiddenText p.reserve-memo{
		font-weight: unset;
		text-align: left;
	}
	
	.ReserveDate{
		display: block;
	}
	.reserve-title{
		border-bottom: 1px solid #E5E5E5;
		padding-bottom: 5%;
	}
	.hiddenText p {
		margin-bottom: 5%;
	}
	.favArea{
		display: block;
		margin-left: auto;
		width: 7%;
	}
	.topitem .isSP.favArea{
		padding-top: 0;
	}
	.favArea .favBotton .favB{
		text-align: end;
	}
	.favArea .favBotton .favB img{
		width: 7%;
	}
	.siteSpMenu .detailOptions .btn.btnB {
		width: 100%;
		min-width: 135px;
		height: auto;
		padding: 2% 0;
		line-height: 36px;
		font-size: 1.2rem;
		margin: 2% 0;
	}
	.sizeGuideToggle {
		font-size: 14px;
		width: 100%;
	    margin: 0 auto;
	}
	
	.attention {
		text-align:center;
	}
	
	.reveal-modal #itemSize table, #itemSize table {
		margin-top: 0;
	}
	
	.innerExplainContents .description {
		font-size: 1.4rem !important;
		line-height: 1.4;
		text-align: left;
	}
	
	.innerExplainContents .description a {
		text-decoration: underline;
	}

	.innerExplainContents .goods_explain1 {
		font-size: 1.4rem !important;
		text-align: left;
	}
	
	.innerExplainContents .goods_explain1:not(:first-child) {
		margin-top: 3rem;
	}

	.pdpHeaderTextBanner {
		background-color: #000;
		position: relative;
	}

	.pdpHeaderTextBanner .pdpHeaderText {
		color: #fff;
		text-align: center;
		line-height: 2.4;
		font-weight: bold;
		font-size: 12px;
		width: 98%;
		margin: 0 auto;
	}

	.pdpHeaderTextBanner .pdpHeaderText a{
		color: #fff;
	}

	.pdpHeaderTextBanner .bannerClose {
		color: #fff;
		position: absolute;
		top: 0;
		right: 15px;
		font-size: 1.6rem;
		line-height: 2.3;
		width: 30px;
		text-align: center;
	}
}

.test_hide_pc{
	display: none;
}

.item_font_price_name{
	font-size: 1%;
}

.hiddenText {
	display:none;
}
.hiddenTax {
	display:none;
}
.first_view {
	display:none;
}
.topitem {
	opacity:0;
}
p.txt_goods{
	font-size:13px !important;
}
li.reserve_area{
	padding: 0; 
	border-top: 0;
}
p.reserve-title{
	border-bottom: 0;
	font-size: 14px; 
	font-weight: unset;
	padding-top: 2%;
	border-top: 1px solid #E5E5E5;
}
p.reserve-memo{
	margin-bottom: 0;
}
li.reserve_area div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hiddenText p.reserve_area-text{
	border-bottom: 0;
	font-size: 14px; 
	padding-top: 2%; 
	text-align: left;
}
ul.delivery-area li div.ReserveDateArea{
	text-align: center; 
	padding: 0 0;
	font-size: 14px;
}
ul.delivery-area li div.ReserveDateArea .detailReserveDate-sp{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	font-weight:unset
}
.limit-none{
	display:none;
}
.store_selling_dete{
	font-size: 15px;
}

.tabButtonArea {
	display: flex;
	margin-bottom: 4rem;
	margin-top: 5rem;
}

.tabButtonArea .tabTitle {
	width: 50%;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 2% 0;
    border: 1px solid #E5E5E5;
    color: #333;
    line-height: 36px;
}

.tabButtonArea .tabTitle.active {
    background: #fff;
    color: #111;
}

.tabContents {
	position: relative;
}


.tabContents .toggleBtnContents {
	position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 -16px 16px 10px rgba(255, 255, 255, 1);
    box-shadow: 0 -16px 16px 10px rgba(255, 255, 255, 1);
}

.tabContents .toggleBtnContents .toggleBtn {
	font-size: 12px;
	color: #2d2d2d;
	padding: 0 0 0 12px;
}

.tabContents .toggleBtnContents .toggleBtnAllow {
	position: relative;
	display: inline-block;
	/* transform: rotateX( 180deg ); */
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(-45deg);
	margin-left: 0.5rem;
}

@media only screen and (min-width: 750px) {
	#unisize_tag_pc	{
		display: block;
		width: 60%;
		margin: 0 auto 20px;
	}
	#unisize_ex_pc {
		display: block;
		width: 70%;
		margin: 0 auto 20px;
	}
}