@charset "UTF-8";

/* 商品リスト用CSS（Sass不使用） */

.item-status {
  text-align: center;
  display: block;
}


.item-new {
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 120%;
  background: #ff565f;
  color: #fff;
}

.item-free {
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 120%;
  background: #0093eb;
  color: #fff;
}


.item-recommend {
  margin-right: 5px;
  padding: 5px 7px;
  font-size: 120%;
  background: #4ACE95;
  color: #fff;
}


.item-comment {
  color: #CC0033;
}

.price {
  font-weight: normal;
  font-size: 90%;
}

.item-info2 {
  margin: 10px 0 10px 0;
  margin-left: 1.4em;
  font-size: 95%;
}

.item-coupon,
.item-campaign,
.item-alert {
  margin-bottom: 5px;
  font-size: 90%;
  line-height: 1.5;
  text-indent: -1.8em;
}

.item-offer .item-coupon,
.item-offer .item-campaign,
.item-offer .item-alert {
  color: #d91e1a;
}

.item-coupon .icon-coupon,
.item-coupon .icon-coupon2,
.item-campaign .icon-campaign,
.item-alert .icon-alert {
  margin-right: 3px;
  font-size: 150%;
  vertical-align: middle;
  color: #d91e1a;
}

.item-offer .icon-coupon,
.item-offer .icon-coupon2,
.item-offer .icon-campaign,
.item-offer .icon-alert {
  color: #d91e1a;
}

.item-name {
	margin: 0.5em 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}

.item-price {
	font-weight: bold;
}

/* status label */
.item-last {
  background: #999;
  color: #fff;
  line-height: 1.3;
  font-size: 80%;
}

/* category label */
.item-ladies {
  color: #E57179;
  padding: 0 0 5% 5px;
  /*display: block;*/
}
.item-mens {
  color: #2F93BD;
  padding: 0 0 5% 5px;
  /*display: block;*/
}
.item-unisex {
  color: #666;
  padding: 0 0 5% 5px;
  /*display: block;*/
}
.item-kids {
  color: #72dc24;
  padding: 0 0 5% 5px;
  /*display: block;*/
  /*-webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;*/
}

/* ranking label */
.newproduct_border .item-ladies,
.ranking_wrapper .item-ladies {
  display: block;
  position: absolute;
  z-index: 1;
}
.newproduct_border .item-mens,
.ranking_wrapper .item-mens,
.newproduct_border .item-unisex,
.ranking_wrapper .item-unisex, 
.newproduct_border .item-kids,
.ranking_wrapper .item-kids {
  display: block;
  position: absolute;
  z-index: 1;
}



/* newproduct
--------------------------------------------------------------- */
.item-photo img {
	max-width: 100%;
	height: auto;
}

.newproduct_list {
 padding: 0;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 603px) {
  .newproduct_list {
    padding: 0;
  }
}

.content-section_newproduct {
  padding: 0;
}

.content-section_newproduct .content-title {
  padding-left: 7px;
}

.content-title.fsize20 {
  font-size: 20px;
}

.newproduct_unit {
 width: 100%;
 margin-bottom: 40px;
	align-self: stretch;
}



@media only screen and (min-width: 603px) {
  .newproduct_unit {
    width: 49%;
			margin-left: 2%;
  }
  .newproduct_unit:nth-child(2n+1) {
    margin-left: 0;
  }
}

.newproduct_wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.newproduct_wrapper > a {
  display: block;
}

.newproduct_wrapper .copy {
  font-size: 13px;
}

.newproduct_border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #cecece;
  margin-bottom: 5px;
	background-color: #fff;
}


/* product_tag
--------------------------------------------------------------- */
.product_tag_unit {
  width: 100%;
  margin: 5px 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.product_tag_unit:before {
	display: none;
}

.product_tag {
  display: table-cell;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  border-left: 1px solid #FFF;
}

.product_tag:first-child {
	border-left: none;
}

.tag_new {
  background-color: #FF004E;
}
.tag_freeshipping {
  background-color: #669AD3;
}
.tag_movie {
  background-color: #C4617D;
}
.tag_recommended {
  background-color: #4ACE95;
}
.tag_sale {
  background-color: #FF6F3D;
}
.tag_newcolor {
  background-color: #0BA4FF;
}

.item-rating-label,
.item-rating,
.item-rating > * {
	display: inline-block;
}

.item-cart {
	margin-top: 0.5em;
}


/* Carousel
--------------------------------------------------------------- */
.item-carousel {
	padding-top: 20px;
}

.item-carousel .carousel-control.left,
.item-carousel .carousel-control.right {
	background: none;
	color: #727272;
}

.item-carousel .carousel-caption {
	padding: 1em 0;
	position: static;
	color: inherit;
	text-shadow: none;
}

.item-carousel .carousel-indicators li {
	border-color: #ccc;
}

.item-carousel .carousel-indicators .active {
	background-color: #A40081;
	border-color: #A40081;
}

.item-carousel .carousel-indicators {
	width: auto;
	height: 0;
	margin-left: 0;
	top: 0;
	right: 5px;
	left: auto;
}

