﻿@charset "UTF-8";
/* 商品をカートに入れる fo 300001*/

.mfp-content {
  background: #fff;
  /* fo o */
//  width: 100% !important;
//  height: 100%;
//    width: auto !important;
    height: auto;
}
@media screen and (max-width: 419px) {
  .mfp-content {
     width: 100% !important;
  }
}
@media screen and (min-width: 420px) {
  .mfp-content {
     width: auto !important;
  }
}

.block-input-cart-frame {
  /* fo o */
  width: auto; /*400px fo task30 */
  margin: 0 auto;
  padding: 10px;
  font-size: 12px;
}
.block-input-cart-frame h2 {
  color: #fff;
  background: #333;
  border-bottom: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px;
}

/* ×ボタン */
.block-input-cart-popup-close {
  position: relative;
  cursor: pointer;
}

.block-input-cart-popup-close span {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}

.block-input-cart-popup-close span:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.block-input-cart-popup-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
}

.block-input-cart--top-info--ul {
  border: 1px solid #d4d4d4;
  margin-top: 20px;
  list-style: none;
}
.block-input-cart--top-info--li {
  padding: 5px 10px;
  font-size: 16px;
}
.block-input-cart--name {
  font-size: 16px;
  font-weight: bold;
}
.block-input-cart--stock_msg {
  font-size: 14px;
}
.block-input-cart--stock_flg {
  font-weight: bold;
  color: #0066cc;
}
.block-input-cart--stock_msg--red {
  color: #d53100;;
}


.block-input-cart-frame ul {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    outline: 0;
    font-size: 12px;
}
.block-input-cart-frame li {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    outline: 0;
    font-size: 12px;
}

a.zaiko_ari {
    color: #0066cc;
}

a.zaiko_nasi {
    color: #f93769;
}

.p-order_quantity_list {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0px;
}

.p-order_quantity_list_02,
.p-order_quantity_list_02 *,
.p-order_quantity_list_02:before,
.p-order_quantity_list_02:after,
.p-order_quantity_list_02 *:before,
.p-order_quantity_list_02 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-order_quantity_list_02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    list-style: none;
}

.p-order_quantity_list_detail_01 {
    border-left: 1px solid #d4d4d4;
}

.p-order_quantity_item_heading {
    background-color: #f1efe2;
    vertical-align: middle;
    font-weight: normal;
    font-size: 12px;
    border: solid #d4d4d4 1px;
}

.p-order_quantity_item_heading_02 {
    background-color: #f1efe2;
    font-weight: normal;
    font-size: 12px;
    border-top: solid #d4d4d4 1px;
    border-right: solid #d4d4d4 1px;
    border-bottom: solid #d4d4d4 1px;
    text-align: center;
    padding: 5px 0;
    height: 43px;
}

.p-order_quantity_item_heading_03 {
    background-color: #f1efe2;
    font-weight: normal;
    font-size: 12px;
    border-top: solid #d4d4d4 1px;
    border-right: solid #d4d4d4 1px;
    border-bottom: solid #d4d4d4 1px;
    text-align: center;
    padding: 8px 0;
    height: 43px;
}

.p-order_quantity_item_head_name_04:before {
    content: "";
    content: "総数量";
}

.p-order_quantity_item {
    font-size: 12px;
    border: solid #d4d4d4 1px;
    vertical-align: middle;
    padding: 10px;
    max-height: 40px;
}

.p-order_quantity_item_02 {

	/* fo design
    border-right: solid #d4d4d4 1px;
    border-bottom: solid #d4d4d4 1px;
    */
    border: solid #d4d4d4 1px;
    padding: 5px;
    text-align: center;
}

.p-order_quantity_col {
    width: 100px;
    margin: 0;
    text-align: right;
    padding: 2px 3px;
}



.p-cart_flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-cart_flex_02 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-cart_flex_03 {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-cart_justify-content_01 {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.p-cart_justify-content_02 {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.p-cart_flex_basis_01 {
    /* fo o
    -ms-flex-preferred-size: 218px;
    flex-basis: 218px;
    */
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
}

.p-cart_flex_basis_02 {
    /* fo o
    -ms-flex-preferred-size: 99px;
    flex-basis: 99px; 
    */
    -ms-flex-preferred-size: 100px;
    flex-basis: 120px; /* fo 100->120 */
}

.p-cart_flex_basis_03 {
    -ms-flex-preferred-size: 111px;
    flex-basis: 111px;
}

.p-cart_flex_basis_04 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.p-cart_flex_basis_05 {
    -ms-flex-preferred-size: 204px;
    flex-basis: 204px;
}

.p-cart_list_style {
    list-style-type: none;
}

.padding7 {
    padding: 7px;
}
.txt_10 {
    font-size: 10px;
}

.u-col_12 {
    width: 90%;
}
.u-input_config {
    border: 2px solid #ddd;
    transition: border-color ease .2s;
    line-height: 1.5em;
    font-size: 16px;
}

.u-text_align_right {
    text-align: right;
}


/* fo */
.ajax-cart-display-none {
  display: none;
}
.iziModal-wrap h2 {
/*  color: #fff;
  background: #333;
  border-bottom: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px;
*/
}
.cart_title {
  clear: both;
  width: auto;
  height: 35px;
  border-top: solid #1badcf 3px;
  border-bottom: solid #dcdcdc 1px;
}
.cart_title p {
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  line-height: 35px;
  text-indent: 11px;
  margin: 0;
}
.block-stock-status-frame {
  padding: 10px;
}
.iziModal-content .text-center {
  padding: 5px;
  text-align: center;
  font-size: 16px;
}
.p-zaikoAlert_cartIn_information {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-blue-1badcf);
  text-align: center;
  margin: 20px 0; /* fo 2501 */
}
.p-zaikoAlert_cart_bt {
  width: 100%;
  display: block;
}
.js-input-cart-stockstatus-submit {
  /* fo 2501 */
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 11px;
  margin: 0 auto;
  background: #ffd803;
  background-color: #ffd803;
  display: inline-block;
  border-color: #ffd803;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2.5em;
  cursor: pointer;
}
.p-cart_zaikoAlert_title {
  font-size: 16px;
  text-weight: bold;
}
.u-comment_text_center {
  text-align: center;
}
.btn-stockstatus-popup-close {
  display: block;
  font-size: 16px;
  padding: 12px 0;
  margin: 0 0 10px;
  background: var(--color-white);
  border-width: thin;
  border-color: var(--color-black);
  border-radius: 5px;
  margin: auto;
  width: 200px;
}
.p-cart_flex_basis_100per {
  width: 100%;
}

.p-order_quantity_item_heading_total {
    background-color: var(--color-blue-1badcf);
    color: var(--color-white);
    font-weight: bold;
    font-size: 12px;
    border-top: solid #d4d4d4 1px;
    border-right: solid #d4d4d4 1px;
    border-bottom: solid #d4d4d4 1px;
    text-align: center;
    padding: 5px 0;
    height: 43px;
}
.sb-mode-display-setting {
  display: none;
}
.block-replacement-goods {
  width: 100%
}
.block-replaecement-goods-line {
  width: 100%;
  display: initial;
}
.block-replaecement-goods-line-item {
  margin: 0;
}
.block-model-list--goods {
  margin-bottom: 32px;
}
.block-accessory-list--list {
  margin-bottom: 32px;
}

/* fo o */
.block-change-quantity-btn {
  margin-top: 15px;
  display: inline-block;
  width: 38%;
}
.btn-stockstatus-rep-popup-close {
  font-size: 16px;
  padding: 12px 0;
  background: var(--color-white);
  border-width: thin;
  border-color: #88a069;
  border-radius: 5em;
  margin: 0 auto;
  width: 100%;
}
.block-replacement-product-btn {
  margin-top: 15px;
  display: inline-block;
  width: 60%;
}
.block-replacement-product-link {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #88a069;
  border-radius: 5em;
  margin: 0 auto;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-black);
  background-color: var(--color-blue-e8f4ff);
  text-decoration: none;
}