@charset "Shift_JIS";

/* --------------------------------------------------------------------
	[SP] 商品詳細機能改修
-------------------------------------------------------------------- */
div.cartbox_ .btn_cart_ {
	background-color: #ff6575;
}
div.cartbox_.fixed_ {
  display: none !important;
}
div.cartbox_ {
  opacity: 1 !important;
}

.goodsspec_ .goods_name_ {
  margin: 0 10px 10px;
}
#spec_price {
  margin-bottom: 15px;
}
#btn_cart_ {
  background-color: #ff6575;
  border-radius: 5px;
}
.option_buttons_ li {
  border: 1px solid #544f4f;
  border-radius: 5px;
}

/* モーダル */
.goods-detail--cartbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.goods-detail--cartbox-in {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}
.goods-detail--cartbox-body,
.goods-detail--store-stock-body {
  background-color: #fff;
  width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: column;
}
.goods-detail--cartbox-body h2,
.goods-detail--store-stock-body h2 {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #5c5c5c;
  padding: 19px 0;
  position: relative;
}
.goods-detail--cartbox-body h2 .close_,
.goods-detail--store-stock-body h2 .close_ {
  position: absolute;
  content: "";
  width: 47px;
  height: 100%;
  background: url("../img/usr/sb/ico_close.png") no-repeat center;
  background-size: 19px 19px;
  top: 0;
  right: 0;
}
.goods-detail--cartbox-frame,
.goods-detail--store-stock-frame {
  max-height: 100%;
  overflow: auto;
  padding: 0 12px;
}
.goods-detail--cartbox-frame .close_btn_,
.goods-detail--store-stock-frame .close_btn_ {
  padding: 24px 0;
}
.goods-detail--cartbox-frame .close_btn_ span,
.goods-detail--store-stock-frame .close_btn_ span {
  display: block;
  line-height: 2.4;
  text-align: center;
  background-color: #ececec;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.goods-detail--cartbox-line {
  padding-top: 24px;
}
.goods-detail--cartbox-color {
  display: flex;
  margin-bottom: 18px;
}
.goods-detail--cartbox-color figure {
  width: 62px;
  border: 1px solid #ebebeb;
}
.goods-detail--cartbox-color dl {
  margin-left: 10px;
}
.goods-detail--cartbox-color dt {
  font-size: 15px;
  margin-bottom: 5px;
}
.goods-detail--cartbox-color .spec_price_ {
  display: flex;
  line-height: 1;
  align-items: center;
}
.goods-detail--cartbox-color .spec_price_ > span {
  font-size: 16px;
}
.goods-detail--cartbox-color .spec_price_ .special_price_ {
  color: #ff6575;
}
.goods-detail--cartbox-color .spec_price_ > span .tax_ {
  font-size: 11px;
}
.goods-detail--cartbox-color .spec_price_ .price_pop_ {
  color: #f9f9f9;
  font-size: 12px;
  line-height: 1;
  background-color: #ff6575;
  padding: 5px;
}
.goods-detail--cartbox-size {
  border-top: 1px solid #c9c9c9;
}
.goods-detail--cartbox-size li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #c9c9c9;
}
.goods-detail--cartbox-size-item {
  min-width: 50px;
  padding-right: 15px;
}
.goods-detail--cartbox-size-item .size_ {
  font-size: 13px;
  font-weight: bold;
}
.goods-detail--cartbox-size-item .stock_,
.goods-detail--cartbox-size-item .commennt_ {
  font-size: 12px;
}
.goods-detail--cartbox-size-item .stock_.re_one_ {
  color: #ff6575;
}
.goods-detail--cartbox-size-item-cart {
  margin-left: auto;
  flex-basis: 100%;
}
.goods-detail--cartbox-size-item-cart button {
  color: #fff;
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 5px;
  padding: 0;
  background-color: #5c5c5c;
  min-width: 111px;
}
.goods-detail--cartbox-size-item-cart button span {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  min-height: 22px;
  letter-spacing: 0.03em;
  padding: 0 6px 0;
  display: table;
  margin: 0 auto;
}
/*.goods-detail--cartbox-size-item-cart button.btn_rearrival_ span {
  background-image: url("../img/usr/sb/ico_mail.png");
  background-size: 16px 12px;
  padding: 0 6px 0 22px;
}*/
.goods-detail--cartbox-size-item-cart button.btn_sold_ {
  background-color: #ccc
}
.goods-detail--cartbox-size-item-cart button.btn_sold_ span {
  font-weight: normal;
  background: none;
}
.goods-detail--store-stock {
  margin-left: 12px;
  display: none;
}
.goods-detail--store-stock button {
  background-color: #fff;
  border: 1px solid #535353;
  border-radius: 5px;
  padding: 0 6px;
  width: 35px;
}
.goods-detail--store-stock button span {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  height: 35px;
  color: rgb(51, 51, 51);
}
.goods-detail--cartbox-size-item-bookmark {
  width: 35px;
  margin-left: 13px;
  position: relative;
}
.goods-detail--cartbox-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.goods-detail--cartbox .alert_message {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 10px 0;
  background-color: #DEA2A2;
  border-radius: 5px;
  width: 137px;
  display: none;
  z-index: 999;
  position: absolute;
  top: -74px;
  right: -10px;
}
.goods-detail--cartbox .alert_message::before {
  content: "";
  display: inline-block;
  height: 0px;
  width: 0px;
  border-width: 11px 8px 0px;
  border-style: solid;
  border-color: #DEA2A2 transparent;
  border-image: initial;
  position: absolute;
  right: 13px;
  bottom: -9px;
}
@media screen and (min-width: 500px) {
  .goods-detail--cartbox .alert_message::before {
    right: 17px;
  }
}
@media screen and (min-width: 700px) {
  .goods-detail--cartbox .alert_message::before {
    right: 19px;
  }
}
@media screen and (min-width: 900px) {
  .goods-detail--cartbox .alert_message::before {
    right: 21px;
  }
}

/* 店舗在庫 */
.goods-detail--store-stock-body {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: fixed;
  top: 10px;
  left: 10px;
  display: none;
}
.goods-detail--store-stock-frame {
  padding-top: 12px;
  max-height: calc(100vh - 87px);
}
.goods-detail--store-stock-frame .shop_list_ {
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  width: 100%;
  margin: 0;
}
.goods-detail--store-stock-frame .shop_list_ .item_flame_,
.goods-detail--store-stock-frame .shop_list_ .item_note_ {
  margin: 0 0 20px;
}
.goods-detail--store-stock-frame .shop_list_ .store_list_ {
  margin: 0;
}
.goods-detail--store-stock-frame .shop_list_ .close_btn_ {
  padding: 24px 0;
  margin: 0;
}
/* login page css */
div.login_ div.loginform_ img.icon_ {
	width : auto !important;
	height : auto !important;
}