@charset "utf-8";

/* layout Style
-------------------------------*/
@media only screen and (max-width: 750px){
.row.itemlist{
	width: 100% !important;
	margin:0;
	margin-bottom: -40px !important;
	}
.row.itemlist .mainContents{
	width: 100% !important;
	margin:0;
	}
}
.mainContentsR {
	float: right;
	width: 79.16%;
	border-top: 1px solid #e6e6e6;
	padding-top: 18px;
}
.mainContentsR .mainContentsRContent {
}

.mainContentsR .mainContentsRContent .CategoryName h1 {
	text-align: center;
	font-size: 3.8rem;
}

.mainContentsL {
	float: left;
	width: 16.66%;
	margin-bottom: 30px;
	/*margin-top: 33px;*/
}
.andlove-home-link {
	text-align: right;
	max-width: 1040px;
	font-size: 17px;
	font-family: 'futura', 'Century Gothic', sans-serif;
	font-weight: bold;
	padding: 0 54px 0 20px;
	width: 100%;
	margin: 0 auto;
}
.itemPankuzuName {
	margin-left: 20.84%;
	margin-bottom: 10px;

}
@media only screen and (max-width: 750px){
	.crumbsList{
		display: none;
	}	
	.itemPankuzuName {
	margin-left: 0px;
	margin-bottom: 0px;
	}
	.andlove-home-link {
		display: none;
	}
}
@media only screen and (max-width: 750px){
	/* small */
	.mainContentsR {
		float: none;
		margin-top: 0;
		width:100%;
		border-top: none;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsL {
		float: none;
		margin-left: 0;
		width: 100%;
		padding: 0;
		margin-bottom: 0px;
	}

}

/* title Style
-------------------------------*/
.columns .clearfixLabel{
	display: flex;
}
/*.columns .clearfixLabel:before{
	 content: '/';
}*/
.slash {
	padding-right: 1.5em;
	position: relative;
}
.slash:after {
	display: block;
	content: '/';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0 0.5em;
}

.slash.last{
	padding-left:0;
	position: relative;
}
.slash.last:after{
	display: none;
}


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

@media only screen and (max-width: 750px){
.header-img{
	margin-bottom:20px;
	}
.header-img img{
	width:100%;
	}
.columns .clearfixLabel{
	display: flex;
	justify-content: center;
	font-size: 14px;
	margin-top: 20px;
	color: #030000;
	font-family: 'Roboto';
	/*border: 1px solid #A5A5A5;
	width: 93px;
	height: 39px;
	line-height: 2.5;*/
	}
}

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

@media only screen and (max-width: 750px){
	/* small */
	h2.title {
		left:7.81%;
		padding:0 !important;
		font-size: 35px;
		font-size: 3.5rem;
	}
	h2.title span.total_rows {
		display: block;
	}
	.scene_select li:after,
	.price_select li:after {	
		width: 21px !important;
		height: 21px !important;
		margin-left: 30px;
	}
	.scene_select li a,
	.price_select li a {
		position: relative;
		display: block;
		/*padding-left: 10.54vw !important;*/
		z-index: 3;
		margin: 0;
		margin-bottom: 17px;
		margin-left: 30px;
	}
	.scene_select li.checked:before,
	.price_select li.checked:before{	
		margin-left: 30px;
		top: 42% !important;
	}
	.scene_select li,
	.price_select li {
	margin-top: 0 !important;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 0 !important;
	position: relative !important;
	padding: 20px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	box-shadow: none !important;
	border: 1px solid #e6e6e6 !important;	
	}
}

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

.mainContentsL .conditions-wrapper .clearfix label{
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
}
.tag-ttl,
.category-ttl{
	font-size: 22px;
	font-size:2.2rem;
	padding-bottom:12px;
	font-family:'futura', 'Century Gothic', sans-serif;
	cursor: pointer;
	font-weight:bold;
	border-bottom:1px solid #000;
	background: url(../img/item-list/on_ico.png) no-repeat right 35%;
}
.tag-ttl.down,
.category-ttl.down{
	background: url(../img/item-list/no_ico.png) no-repeat right 35%;
}
.scene_select,
.color_select,
.price_select {
	padding: 0;
	display: none;
	margin-bottom: 20px;
}
#filter .scene_select,
#filter .color_select,
#filter .price_select {
	margin-left: 40px;
}
#filter .scene_select a,
#filter .price_select a {
	display: block;
	width: 100%;
}
.scene_select li,
.price_select li {
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 5px;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	margin-top: 7px;
}
.scene_select li:after,
.price_select li:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 47%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 1px solid #A5A5A5;
	border-radius: 0;
	content: '';
}
.scene_select li.checked:before,
.price_select li.checked:before{
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 25%;
	left: 5px;
	display: block;
	margin-top: -7px;
	width: 9px;
	height: 15px;
	border-right: 2px solid #A5A5A5;
	border-bottom: 2px solid #A5A5A5;
	content: '';
	opacity: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.scene_select li a,
.price_select li a {
	position: relative;
	display: block;
	padding-left: 30px;
	z-index: 3;
}
.color_select{
	display:block !important;
	margin-bottom:10px;
}
.color_select li {
	float: left;
	margin-right: 8px;
	margin-bottom:8px;
	position: relative;
	width: 20px;
	height: 20px;
}
.color_select li:nth-child(6){
	margin-right:0;
}
.color_select li a {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	position: relative;
}
.color_select li.checked {
	border: 1px solid #A5A5A5;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
.color_select li a {
	display: block;
	width: 20px;
	height: 21px;
	top: -1px;
	left: -1px;
}
.mainContentsL .conditions-wrapper ul.price_select .price {
	display: inline-block;
	width: 70px;
}
.narrow-btn button{
	/*background:#000 url(../img/item-list/shibori.png) no-repeat right 37% center;*/
	background: #363636;
	text-align:center;
	color:#C9C9C9;
	width:100%;
	font-size:14px;
	font-family: 'Hiragino Sans';
	padding:15px 0;
	margin-bottom:15px;
}
.child-sp-title .reset-btn{
	text-align:center;
}
.reset-btn button{
	background:none;
	/*text-decoration:underline;*/
	color:#000;
	font-size:15px;
	font-size:1.5rem;
}

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

.search-narrowDown{
	display: flex;
}
.item-sort-wrap-pc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item-sort-wrap-sp{
	display: none;
}
.child-sp-title{
	display: none;
}

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

	.side-search #form_freeword{
		font-size:12px;
		font-size:1.2rem;
	}
}
@media only screen and (max-width: 750px){
	.child-sp-title{
		width: 100%;
		display: flex;
		/* justify-content: space-around; */
		margin-bottom: 14px;
		flex-wrap: wrap;
	}
	
	.child-sp{
		padding:6px 0 6px 40px;
		border: 1px solid;
		width: 49%;
		min-height: 39px;
		/* background: #FFFFFF url(../img/item-list/cross_sign.png) no-repeat right 89% center; */
		background-color: transparent;
		background-image: none;
		/* line-height: 3.5; */
		font-size: 12px;
		font-family: 'Hiragino Sans';
		margin-right: 2%;
		margin-top: 2%;
		position: relative;
		display: flex;
		align-items: center;

	}
	.child-sp::before{
		content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 13px;
    height: 13px;
    background-image: url(../img/item-list/cross_sign.png);
    transform: translateY(-50%);
	}
	.child-sp:nth-child(2n){
		margin-right: 0;
	}
	.child-sp.reset-btn button{
		font-size: 12px;
	}
	.search-narrowDown{
		display: flex;
	}
	.search-acmenu{
		margin-bottom:20px;
	}
	.search-acmenu dt{
		/*background:#363636 url(../img/item-list/search_arrow.png) no-repeat right 37% center;*/
		background:#363636 url(../img/item-list/shibori.png) no-repeat right 38% center;
		color:#C9C9C9;
		text-align:center;
		padding:15px 0;
		font-size:14px;
		font-family:'Hiragino Sans';
	}
	/*.search-acmenu dt.active{
		background:#363636 url(../img/item-list/search_arrow_on.png) no-repeat right 37% center;
	}*/
	.search-acmenu dd{
		display:none;
		padding-top:0;
	}
	.color_select li:nth-child(6){
		margin-right:8px;
	}
	.mainContentsL .conditions-wrapper .clearfix #color_pc.subtitle {
		height: auto;
		overflow: hidden;
	}
	.item-sort-wrap-pc{
		display: none;
	}.item-sort-wrap-sp{
		display: block;
	}
}

/* controls Style
-------------------------------*/
.controlWrapper {
	border-top: 1px solid #A5A5A5;
	border-bottom: 1px solid #A5A5A5;
	background-color: #f7f7f7;
	padding-right: 10px;
	padding-left: 10px;
}
.headerControlWrapper {
	margin-bottom:50px;
	position:relative;
}
.headerControlWrapper .num,
.headerControlWrapper .layout-list{
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-size:16px;
	font-size:1.6rem;
}
.headerControlWrapper .layout-list{
	right:0;
	left:inherit;
	overflow:hidden;
}
.headerControlWrapper .layout-list li{
	float:left;
	margin-left:20px;
}
.footerControlWrapper {
	margin-bottom: 105px;
	padding-top:25px;
}

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

	.headerControlWrapper {
		/*padding-top:20px;*/
		margin-bottom:20px;
		position:relative;
	}
	.headerControlWrapper .num,
	.headerControlWrapper .layout-list{
		position:static;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.headerControlWrapper .num{
		float:left;
		margin-bottom:20px;
	}
	.headerControlWrapper .layout-list{
		right:0;
		left:inherit;
		overflow:hidden;
		float:right;
	}
	.headerControlWrapper .layout-list li{
		margin-left:10px;
		margin-bottom:20px;
	}
	/* small */
	.controlWrapper {
		border-top: none;
		padding: 0;
	}
	.controlWrapper .pager {
		background-color: #fff;
	}
	.footerControlWrapper-Sp {
		margin-bottom: 40px;
	}	
}
/* searchArea Style
-------------------------------*/
.searchItem-list{
	display: flex;
}
.jsSearchSubMenu{
	border-top: 1px solid #E5E5E5;
	margin-bottom: 25px;
	font-size: 20px;
	padding-top: 10px;
}
.searchArea .searchItem {
	position: relative;
	display: inline-block;
	float: left;
	margin-left:0;
}
.searchArea a.open_select{
	display: block;
	padding: 8px 30px 8px 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: 250px;*/
	height: 36px;
	
}

.searchArea.narrowDown{
	align-items: center;
}
.searchArea .searchItem ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 1;
	border: 1px solid #A5A5A5;
}
.searchArea .searchItem ul.order_by {
	/* width: 250px; */
}
.searchArea .searchItem ul.per_page {
	width: 250px;
}
.searchArea .searchItem ul li a {
	display: block;
	padding: 5px 10px;
	background-color: #fff;
	/*font-weight: 300;
	font-size: 10px;*/
	font-size:11px;
	font-size:1.1rem;
	font-family: 'Roboto';
	white-space: nowrap;
}
.searchArea .searchItem ul li a:hover {
	background-color: #EEE;
	opacity: 1!important;
}
.searchArea .searchItem ul li.active a {
	background-color: #EEE;
}
.search-area {
	padding-bottom:30px !important;
	/*border-bottom:1px solid #e6e6e6;*/
	margin-bottom:30px !important;
}
.searchArea2{
	float:right;
	text-align:right;
	display: flex;	
}

.searchArea2 li{
	display:inline-block;
	margin-left:10px;
	font-size:14px;
	font-size:1.4rem;
}
.searchArea2 li input[type="checkbox"] + label:before {
	top: 1px;
}
.searchArea2 li label {
	font-size: 14px;
}
.item-number-list{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.1;
}
.item-number-list .num{
	display: flex;
}
.searchArea-footerPager{
	margin: 0;
	margin-bottom: 85px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.searchArea-footerPager .for-pc{
	float: left;
}
.footerControlWrapper-Pc{
	float: right;
}
.num.pager-pc{
	display: flex;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px){
	.searchArea {
		float: right;
		display: inline-block;
		width: 127px;
	}
	.searchArea a.open_select {
		width: 125px;
	}
	.searchArea .searchItem ul.order_by {
		width: 100%;
		margin-top: 13px;
	}
	.searchArea .searchItem ul.per_page {
		width: 125px;
	}
	
	.footerControlWrapper-Sp .row .small-12 .searchArea {
		width: 100%;

	}
	.footerControlWrapper-Sp .row .small-12 .searchArea .pager {
		position: relative;
		overflow: hidden;
	}
	
	.footerControlWrapper-Sp .row .small-12 .pager ul.pagination {
		min-height: 17px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		position: relative;
		left: 44%;
		float: left;
	}
	.num.pager-sp{
		display: flex;
	}
}
@media only screen and (max-width: 750px){
	/*checked item*/
	.checked-item-for-sp{
		display: flex;
		flex-wrap: wrap;
		width: 94.667vw;
		margin:0 auto;
		margin-top: -1.333vw;
	}
	.checked-item-for-sp .checked-item-in-sp{
		width: 17.867vw;
		margin-right: 1.333vw;
		margin-top: 1.333vw;
	}
	.checked-item-for-sp .checked-item-in-sp:nth-child(5n){
		margin-right: 0;
	}
	.checked-item-in-sp .item-txt{
		display: none;
	}
	.checked-item-in-sp .item-name{
		display: none;
	}
	.checked-item-in-sp .price{
		display: none;
	}
	.ttl-wrap h2{
		font-size:24px;	
		font-family: 'Roboto';
		font-weight: 500;	
		margin-bottom: 19px;
		margin-top: 19px;
		text-align: left;		
	}
}
.common-wrap{
	margin-bottom: 95px;
	max-width: 1000px;
	margin: 0 auto 80px;
}
.wrap-heder{
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-top: 40px;
}
.wrap-heder-text{
	line-height: 1.1;
	font-family: 'Roboto',sans-serif;
}
.checked-item-list{
	display: flex;
	padding-top: 30px;
	max-width: 1000px;
	margin: 0 auto;
}
#checked-wrap .item p, .checked-wrap .item p {
	display: none;
}
.owl-carousel.owl-loaded {
	display: block;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.item .item-txt, .item .item-name, .item .price{
	display: none;
}

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

	/* small */
	.mainContentsRContent .searchArea {
		display: inline-block;
		width: 33.3%;
	}
	.mainContentsRContent .pager-wrap {
		float: right;		
		width: auto;
	}
	.jsSearchSubMenu.down{
		background: #DBDBDB url(../img/item-list/arrow_minus.png) no-repeat right 10px center;
	}
	.jsSearchSubMenu{
		margin-bottom: 0;
		padding-top: 10px;
		background: #DBDBDB url(../img/item-list/arrow_plus.png) no-repeat right 10px center;
		padding: 18px 10px;
		border: 1px solid #e6e6e6;
		font-size: 16px;
		font-weight: 500;
		font-family: 'Roboto';
		cursor: pointer;
	}
	.jsSearchSubMenu p{
		margin-left: 19px;
	}
	.narrowDown{	
		width: 100%;
	}
	.pager li{
		margin:0;
	}
	ul.pagination {
		margin-right: 1.867vw;
		padding-top: 15px;
	}

	.mainContentsR .mainContentsRContent .CategoryName h1 {
		margin-top: 20px;
		text-align: center;
		font-size: 2.4rem;
	}

	.search-area {
		padding-bottom:20px !important;
	}			
	.searchArea2{
		float:left;		
		font-size: 12px;
		width: auto;
		display: flex;
	}
	.searchArea-2-pager{
		padding: 3.467vw;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		line-height: 1;
	}
	.item-sort-wrap-sp .searchArea-2-pager{
		padding-left: 0;
		padding-right: 0;
	}
	.item-sort-wrap-sp .searchArea-2-pager .pager-wrap.searchArea{
		float: none;
	}
	.item-sort-wrap-sp .searchArea-2-pager .pager-wrap.searchArea .pager.pager_footer .pagination{
		margin: 0;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	.item-sort-wrap-sp .searchArea-2-pager .pager-wrap.searchArea .pager.pager_footer .pagination li{
		float: none;
		letter-spacing: normal;
		padding: 0;
		margin: 0;
	}
	.item-sort-wrap-sp .searchArea-2-pager .pager-wrap.searchArea .pager.pager_footer .pagination li a{
		display: inline;
		padding-left: 1.5em;
	}
	.item-sort-wrap-sp .searchArea-2-pager .pager-wrap.searchArea .pager.pager_footer .pagination li:first-child a{
		padding-left: 0;
	}
	.searchArea-footerPager{
		display: none;
	}
	.searchArea .searchItem {
		float: none;
		width:100%;
	}
	.searchArea a.open_select {
		display: block;
		padding: 10px 15px 10px 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: 3.2vw;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		line-height: 1.3;
		align-items: center;
	}
	.searchArea2 li {
		margin-left: 5px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align:left;
		vertical-align:top;
	}
	.searchArea2 li:first-child{
		margin-left:0;
	}
	.searchArea a.open-submenu {
		padding: 5px 0;
		display: block;
		width: 100%;
	}

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

	.searchArea2 input[type="checkbox"]+label, input[type="radio"]+label {
		margin: 0;
		padding: 0;
	}
	.searchArea2 input[type="checkbox"] + label:before {
		display: inline-block;
		position: static;
		margin-top: -2px;
		vertical-align: middle;
		width: 12px;
		height: 12px;
	}
	.searchArea2 li label {
		font-size: 10px;
	}
	.searchArea2 li {
		margin-left: 5px !important;
	}
	
	#filter .title,
	#per_page .title,
	#order_by .title {
		display: block;
		width: 100%;
		padding: 15px;
		border-bottom: 1px solid #A5A5A5;
		text-align: center;
		position: relative;
	}
	
	#filter .title .close-button,
	#per_page .title .close-button,
	#order_by .title .close-button {
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		background: url(../img/button/close.png) no-repeat center center;
		width: 20px;
		height: 20px;
	}
	
	#per_page a,
	#order_by a {
		display: block;
		width: 100%;
		padding: 20px 40px;
		border-bottom: 1px solid #A5A5A5;
	}
	.scene_select,
	.color_select,
	.price_select {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 380px){
	.searchArea2 li {
		margin-left: 0px;
		font-size: 10px;
		font-size: 1.0rem;
		text-align:left;
		vertical-align:top;
	}
}

/* リスト
-------------------------------*/
.itemList .goodsList li.columns {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.goodsList .itemImage {
	position: relative;
}
.goodsList .itemImage .soldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(162, 162, 162);
	opacity: 60%;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px !important;
	font-family: 'Roboto';
	font-weight: 500;
	letter-spacing: 0.1em;
}
.goodsList .itemImage a {
	display: block;
}
.goodsList .itemImage a img {
	width: 100%;
}
.flex--item-center {
	align-items: center;
}
.flex--center {
	justify-content: center;
}
.flex{
	display: -webkit-flex;
}

@media only screen and (max-width: 750px){
	/* small */
	.itemList .goodsList {
		padding:0;
		display: flex;
		flex-wrap: wrap;
		width: 94.667vw;
		margin: 0 auto;
		
	}
	.itemList .goodsList.col_cnt_1 li.columns  {
		width:94%;
		margin:0 3%;
	}
	.itemList .goodsList.col_cnt_1 .goodsTile .item-txt,
	.itemList .goodsList.col_cnt_1 .goodsTile .goodsNameWrapper {
		display: block;
	}
	.itemList .goodsList.col_cnt_ li.columns,
	.itemList .goodsList.col_cnt_2 li.columns{
		width:49%;
		margin-right:2%;
	}
	.itemList .goodsList.col_cnt_ li.columns:nth-child(2n),
	.itemList .goodsList.col_cnt_2 li.columns:nth-child(2n){
		margin-right:0;
	}
	.itemList .goodsList.col_cnt_ .goodsTile .goodsNameWrapper,
	.itemList .goodsList.col_cnt_2 .goodsTile .goodsNameWrapper {
		display: block;
	}
	.itemList .goodsList.col_cnt_3 li.columns {
		width:30.83%;
		margin-right:3.755%;
	}
	.itemList .goodsList.col_cnt_3 li.columns:nth-child(3n){
		margin-right:0;
	}
	.itemList .goodsList.col_cnt_4 li.columns {
		width: 45.867vw;
		margin-right: 2.933vw;
	}
	.itemList .goodsList.col_cnt_4 li.columns:nth-child(2n) {
		margin-right:0;
	}
}

@media only screen and (min-width: 750px){
	/* medium */
	.itemList .goodsList{
		font-size:0;
	}
	.itemList .goodsList li.columns {
		float:none !important;
		display:inline-block;
		vertical-align:top;
		font-size:12px;
		font-size:1.2rem;
		position: relative;
	}
	.itemList .goodsList.col_cnt_1 li.columns {
		width: 96%;
		margin: 0 2%;
	}
	.itemList .goodsList.col_cnt_ li.columns,
	.itemList .goodsList.col_cnt_3 li.columns{
		max-width: 31.57%;
		margin-right: 2.645%;
	}
	.itemList .goodsList.col_cnt_ li.columns:nth-child(3n),
	.itemList .goodsList.col_cnt_3 li.columns:nth-child(3n){
		margin-right:0;
	}
	.itemList .goodsList.col_cnt_4 li.columns {
		max-width: 24.25%;
		margin-right: 1%;
	}
	.itemList .goodsList.col_cnt_4 li.columns:nth-child(4n) {
		margin-right:0;
	}

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

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

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




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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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


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

ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.zenken{
	padding-right: 26px;
}

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

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

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

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

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

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

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

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

.resp-tab-content {
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

	.resp-tabs-container{
		padding: 25px 0;
		border-top: 0;
		border-bottom: 0;
	}
	
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.resp-accordion-closed {
		display:none !important;
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}
/* recommend */
@media only screen and (max-width: 750px){
	#recommend-wrap{
		display: none;
	}
}


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


@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;*/
	display: none;
}

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

}

.ranking-number {
	padding-bottom: 0.5rem;
	text-align: left;
}
.ranking-number span {
	position: relative;
	font-size: 1.5rem;
	color: #000;
	display: inline-block;
}
.ranking-number.icon-01 span,
.ranking-number.icon-02 span,
.ranking-number.icon-03 span {
	padding-left:26px;
}
.ranking-number.icon-01 span::before,
.ranking-number.icon-02 span::before,
.ranking-number.icon-03 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	width: 21px;
	height: 17px;
}
.ranking-number.icon-01 span::before{
	background-image: url(/assets/front/img/ranking_icon_01.png);
}
.ranking-number.icon-02 span::before{
	background-image: url(/assets/front/img/ranking_icon_02.png);
}
.ranking-number.icon-03 span::before{
	background-image: url(/assets/front/img/ranking_icon_03.png);
}

#checked-item-pc .checked-item-list .item{
	margin-left: 0.8%;
	max-width: 160px;
	width: 16%;;
}
#checked-item-pc .checked-item-list .item:first-child{
	margin-left: 0;
}

@media only screen and (max-width:750px) {
	.footerControlWrapper-Sp .row .small-12.columns .pager-wrap.searchArea .pager_footer .pagination{
		float: none;
		width: 100%;
		left: inherit;
		display: flex;
		justify-content: center;
	}
	.columns .clearfixLabel{
		display: none;
	}
}



#mainImg .flexslider,
#mainImg .flexslider_sp {
	text-align: center;
	border: none;
	background: none;
	height: calc(100vw * 0.428);
	margin-bottom: 90px;
}
#mainImg .flex-direction-nav {
	margin: 0 auto;
}
.flex-direction-nav a {
	opacity: 1;
}
.flex-direction-nav .flex-prev {
	left: -20px;
}
.flex-direction-nav .flex-next {
	right: -20px;
}
#mainImg .flex-prev:before,
#mainImg .flex-next:before {
	width: 40px;
	height: 40px;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #636363;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: transparent;
	text-shadow: transparent;
}
#mainImg .flex-prev:before {
	background-image: url(/assets/front/img/top/c_prev.svg);
}
#mainImg .flex-next:before {
	background-image: url(/assets/front/img/top/c_next.svg);
}
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1 !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: -20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: -20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1 !important;
}


@media screen and (max-width:750px) {
	#mainImg{
		margin-right: -20px;
		margin-left: -20px;
	}
	#mainImg .flexslider,
	#mainImg .flexslider_sp {
		margin-bottom: 10px;
	}

	#mainImg .flex-control-paging li a {
    height: 1.6vw;
    width: 1.6vw;
	}
	.flexslider-control-wap .flex-control-nav {
    margin: 0;
    padding: 0;
}
#mainImg .flex-control-nav.flex-control-paging {
	display: none;
}
.flexslider-control-wap {
	position: relative;
	width: auto;
	display: inline-flex;
	padding: 0 3.2vw;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 10px;
}
.flex-control-nav {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	height: 10px;
	margin: 20px 0 0 0;
	position: relative;
	bottom: inherit;
	line-height: 10px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-direction-nav {
	overflow: hidden;
	margin: 0 auto;
}
#mainImg .flex-direction-nav {
	visibility: hidden;
}
#mainImg .flex-direction-nav .flex-next::before,
#mainImg .flex-direction-nav .flex-prev:before {
	width: 2.6vw;
	height: 2.4vw;
	content: "";
	background-size: 2.6vw 2.4vw;
}
#mainImg .flex-direction-nav .flex-next::before {
	background-image: url(/assets/front/img/arw_small_next.svg);
}
#mainImg .flex-direction-nav .flex-prev:before {
	background-image: url(/assets/front/img/arw_small_prev.svg);
}
#mainImg .flex-direction-nav .flex-next, #mainImg .flex-direction-nav .flex-prev {
	z-index: 90;
	display: block;
	width: 2.6vw;
	height: 2.4vw;
	text-indent: 9999px;
	outline: none;
	overflow: hidden;
	position: relative;
	top: inherit;
	margin: 0;
}
.flexslider-control-wap .flex-direction-nav .flex-nav-prev,
.flexslider-control-wap .flex-direction-nav .flex-nav-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.flexslider-control-wap .flex-direction-nav .flex-nav-prev {
	left: 0;
}
.flexslider-control-wap .flex-direction-nav .flex-nav-next {
	right: 0;
}
#mainImg .flex-direction-nav .flex-prev {
	left: 0;
	float: left;
}
#mainImg .flex-direction-nav .flex-next {
	right: 0;
	float: right;
}
#mainImg .flex-control-nav.flex-control-paging {
	align-items: center;
	justify-content: center;
}
}

.item_compare_price_text {
	font-size: 10px;
	color: gray;
}
