@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
cart
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-cart .wb-cart-page-title,
.wb-cart-cart .wb-cart-title {
  display: none;
}

/*
---------------------------------------------------------
bxSliderPreset
--------------------------------------------------------- */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.wb-cart-cart-option .bx-wrapper {
  position: relative;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.wb-cart-cart-option .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
/* LOADER */
.wb-cart-cart-option .bx-wrapper .bx-loading {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.8) url("//cdn.jsdelivr.net/bxslider/4.2.12/images/bx_loader.gif") center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/*
---------------------------------------------------------
bx-pager
--------------------------------------------------------- */
.wb-cart-cart-option .bx-wrapper .bx-pager {
  text-align: center;
  bottom: -29px;
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
}

.wb-cart-cart-option .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: top;
}

.wb-cart-cart-option .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  text-indent: -9999px;
  outline: none;
  background: #CCC;
  border: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

.wb-cart-cart-option .bx-wrapper .bx-pager .bx-pager-item .active {
  background: #f74854;
}

/*
---------------------------------------------------------
bx-controls-direction
--------------------------------------------------------- */
.wb-cart-cart-option .bx-wrapper .bx-controls-direction {
  display: none;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-prev,
.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  bottom: -23px;
  margin: 0 0 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  text-indent: -9999px;
  outline: none;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-prev:before,
.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-prev:after,
.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-next:before,
.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-prev:before {
  border-width: 9px 8px 9px 0;
  border-color: transparent #ccc transparent transparent;
  left: 0;
  right: 2px;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-prev:after {
  border-width: 9px 8px 9px 0;
  border-color: transparent #fff transparent transparent;
  left: 4px;
  right: 2px;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-next:before {
  border-width: 9px 0 9px 8px;
  border-color: transparent transparent transparent #ccc;
  left: 0px;
  right: 0;
}

.wb-cart-cart-option .bx-wrapper .bx-controls-direction .bx-next:after {
  border-width: 9px 0 9px 8px;
  border-color: transparent transparent transparent #fff;
  left: -5px;
  right: 0;
}

/*
---------------------------------------------------------
wb-cart-cart-content-wrap
--------------------------------------------------------- */
.wb-cart-cart-content-wrap {
  border: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: stretch;
  justify-content: space-between;
  padding: 18px 12px 0;
  margin-bottom: 12px;
}

.wb-cart-cart-content-wrap a {
  color: inherit;
}

.wb-cart-cart-content-wrap .wb-cart-cart-item-wrap {
  text-align: center;
  margin-right: 14px;
  width: 120px;
}

.wb-cart-cart-item-name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  order: 1;
}

.wb-cart-cart-content-wrap .wb-cart-cart-item-review a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.wb-cart-cart-item-review {
  text-align: center;
}

.wb-cart-cart-item-detail-wrap {
  display: flex;
  flex-direction: column;
}

.wb-cart-cart-item-info-wrap {
  order: 3;
}

.wb-cart-cart-item-info-wrap dl {
  margin-bottom: 10px;
}

.wb-cart-cart-item-info-wrap dl.wb-cart-cart-item-code {
  display: none;
}

dl.wb-cart-cart-unit-price .wb-cart-price {
  font-weight: normal;
}

.wb-cart-cart-item-info-wrap dl dt {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  color: #aaa;
  line-height: 1.3;
}

.wb-cart-cart-item-info-wrap dl dd {
  line-height: 1.3;
}

.wb-cart-cart-item-center-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1;
}

.wb-cart-cart-item-center-wrap .wb-cart-cart-item-detail-toggle-btn {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
  background: url(/img/cart/down_arrow.svg) no-repeat 15px 11px;
  background-size: 13px auto;
  padding: 6px 14px 6px 28px;
  border-radius: 100px;
  display: block;
  text-align: center;
  order: 4;
  margin-top: 7px;
  line-height: 1.3;
  background-color: #F2f2f2;
}

.wb-cart-cart-item-detail-toggle-btn span::after {
  content: 'を開く';
}

.wb-cart-cart-item-detail-toggle-btn.active {
  background-image: url(/img/cart/up_arrow.svg);
}

.wb-cart-cart-item-detail-toggle-btn.active span::after {
  content: 'を閉じる';
}

.wb-cart-cart-item-detail {
  line-height: 1.3;
  order: 5;
  margin-top: 12px;
}

.wb-cart-cart-item-detail .wb-cart-cart-item-detail-opt-name {
  border-bottom: 1px solid #ddd;
  font-size: 11px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  color: #aaa;
}

.wb-cart-cart-item-detail .wb-cart-cart-item-detail-opt-value + .wb-cart-cart-item-detail-opt-name {
  margin-top: 10px;
}

.wb-cart-cart-item-detail .wb-cart-cart-item-detail-btn {
  padding-top: 5px;
}

.wb-cart-cart-item-detail .wb-cart-cart-item-detail-btn a {
  font-weight: bold;
  color: #444;
}

.wb-cart-cart-item-info-wrap dl dd input[readonly="readonly"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  text-align: left;
}

/*
---------------------------------------------------------
wb-cart-cart-item-wrap
--------------------------------------------------------- */
.wb-cart-cart-item-wrap .wb-cart-cart-item-design-edit a {
  color: #6D727B;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid;
  border-radius: 50px;
  font-size: 11px;
  padding: 3px 5px;
  line-height: 1.3;
  min-height: 30px;
}

.wb-cart-cart-item-img-wrap.wb-cart-cart-item-designed a {
  display: block;
  position: relative;
}
.wb-cart-cart-item-img-wrap.wb-cart-cart-item-designed a::before {
  content: "";
  width: 25px;
  height: 26px;
  display: block;
  position: absolute;
  background: url(/img/cart/zoom_in_icon.svg) no-repeat center;
  bottom: 0;
  right: 0;
  background-size: contain;
}

.wb-cart-cart-item-wrap .wb-cart-cart-item-design-edit {
  margin-top: 10px;
}

/*
---------------------------------------------------------
wb-cart-cart-action-wrap
--------------------------------------------------------- */
.wb-cart-cart-action-wrap {
  width: 100%;
  margin-top: 8px;
}

.wb-cart-cart-action-wrap .wb-cart-cart-action-btn-wrap a {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 1.3;
  background: url(/img/cart/delete_icon.svg) no-repeat left center;
  padding-left: 17px;
  background-size: 12px auto;
}

.wb-cart-cart-action-btn-comment {
  margin-bottom: 5px;
}

.wb-cart-cart-action-btn-wrap strong strong {
  color: #fb4c4c;
}

a.wb-cart-cart-action-btn {
  display: block;
  width: 90%;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 49px;
  font-size: 18px;
  margin: 0 auto;
  background-color: #fb4c4c;
}

a.wb-cart-cart-action-btn.action-design-check-btn {
  background-color: #fc8090;
}

a.wb-cart-cart-action-btn.action-design-check-btn {
  background-color: #fc8090;
}

/*
---------------------------------------------------------
spinner_area
--------------------------------------------------------- */
.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.spinner_area input {
  padding: 3px 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: auto;
  vertical-align: middle;
  /* デフォルトのスピナーを消す */
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.spinner_area input[type="number"]::-webkit-outer-spin-button,
.spinner_area input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.spinner_area input[type="number"] {
  -moz-appearance: textfield;
}

.spinner_area input[type="button"] {
  cursor: pointer;
  background: #444;
  color: #fff;
  font-weight: bold;
  border-radius: initial;
  box-shadow: inherit;
  margin: 0 !important;
  line-height: initial;
  color: #fff !important;
}

.spinner_area {
  display: flex;
  width: 100%;
}

input.btnspinner {
  width: 29px;
  padding: 1px;
}

.spinner_area input[type="number"] {
  width: 36%;
  border-left: none;
  border-right: none;
  text-align: right;
  padding: 3px 8px;
}

.wb-cart-cart-item-quantity dd {
  display: flex;
  align-items: center;
}

/*
---------------------------------------------------------
wb-cart-cart-sub-total-wrap
--------------------------------------------------------- */
.wb-cart-cart-sub-total-wrap {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wb-cart-cart-sub-total-wrap dl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wb-cart-cart-sub-total-wrap dd {
  margin-left: 20px;
}

.wb-cart-cart-sub-total-wrap dt {
  font-size: 14px;
  font-weight: bold;
}

.wb-cart-cart-sub-total-wrap .wb-cart-price {
  color: #fb4c4c;
  font-size: 20px;
  font-weight: bold;
}

.wb-cart-cart-sub-total-wrap span.wb-cart-yen {
  color: #fb4c4c;
  font-weight: bold;
  margin-left: 3px;
  font-size: 17px;
}

.wb-cart-cart-sub-total-wrap span.wb-cart-order-tax-in {
  font-size: 14px;
  margin-left: 2px;
}

/*
---------------------------------------------------------
timeout
--------------------------------------------------------- */
.wb-cart-cart-content-wrap.wb-cart-cart-timeout {
  background-color: #fff1f1;
}

.wb-cart-cart-content-wrap.wb-cart-cart-timeout .wb-cart-cart-timeout-attention {
  color: #f13748;
  margin-bottom: 10px;
  font-size: 90%;
}

.wb-cart-cart-content-wrap.wb-cart-cart-timeout .wb-cart-cart-timeout-link a {
  color: #f13748;
  font-weight: bold;
}

/*
---------------------------------------------------------
wb-cart-btn02
--------------------------------------------------------- */
.wb-cart-cart .wb-cart-btn02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
}

.wb-cart-cart .wb-cart-btn02 input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  border: 1px solid #8d8d8d;
  color: #666;
  border-radius: 2px;
  line-height: 1.3;
  background: #fff;
  font-size: 12px;
  padding: 9px 12px;
  margin-left: 5px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
カートが空の時
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-cart .wb-cart-cart-empty {
  padding-left: 50px;
}

.wb-cart-cart .wb-cart-cart-empty img {
  margin-left: -25px;
  margin-right: 5px;
}

/*
---------------------------------------------------------
オプションボタン
--------------------------------------------------------- */
#cart .wb-cart-btn03 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  text-align: center;
}

#cart .wb-cart-btn03 ul {
  list-style: none;
  padding: 0;
}

#cart .wb-cart-btn03 a {
  display: inline-block;
  position: static;
  padding: 8px 20px;
  border-color: #f78b13;
}

/* --------------------------------------------------------
-----------------------------------------------------------
wb-cart-receipt-block
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-receipt-block {
  padding: 15px 0px;
  background-color: #fef6dd;
  margin-top: 30px;
}

.wb-cart-receipt-block .wb-cart-cart-sub-total-wrap {
  display: none;
}

.wb-cart-receipt-block .wb-cart-receipt-point-wrap {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 5px;
}

.wb-cart-receipt-block .wb-cart-receipt-point-wrap .wb-cart-receipt-point-note {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.wb-cart-receipt-block .wb-cart-receipt-point-wrap .wb-cart-receipt-point-title {
  padding-left: 21px;
  background: url(/img/cart/point_icon.svg) no-repeat left center;
  background-size: 18px;
  display: inline-block;
}

.wb-cart-receipt-block .wb-cart-receipt-point-wrap .wb-cart-receipt-point {
  color: #f91b48;
  font-weight: bold;
  letter-spacing: -0.03em;
  padding: 0 0 0 2px;
  font-size: 20px;
}

.wb-cart-receipt-block .wb-cart-receipt-point-wrap .wb-cart-receipt-point-unit {
  color: #f91b48;
  font-weight: bold;
  padding: 0 2px 0 0;
  letter-spacing: -0.03em;
  font-size: 13px;
}

.wb-cart-receipt-block .wb-cart-btn-order-wrap .wb-cart-btn-main.wb-cart-btn-order {
  display: block;
  padding-left: 10%;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}
