/* 外部link iconのサイズ変更。　既存のモジュールに上書き
========================================================================== */
.m-product-component_box_right a[target="_blank"]:not(.m-no-icon):after {
  height: 10px;
  width: 10px;
}
@media (max-width: 768px) {
  .m-product-component_box_right a[target="_blank"]:not(.m-no-icon):after {
    height: 8px;
    width: 8px;
    margin-left: 8px;
    margin-bottom: 1px;
  }
}
.m-product-component_box_right a[target="_blank"]:not(.m-no-icon):hover:after {
  background-image: url(/common/img/parts/icon-window_bg01.svg);
  height: 10px;
  width: 10px;
}
@media (max-width: 768px) {
  .m-product-component_box_right a[target="_blank"]:not(.m-no-icon):hover:after {
    height: 8px;
    width: 8px;
  }
}
/* section-title
========================================================================== */
@media (min-width: 769px) {
  .m-full-width-content.opt-bg.opt-bg-gray {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
/* 商品詳細
========================================================================== */
.js-modal-box.theme-slim {
  overflow-y: scroll;
  width: 580px;
  min-width: 300px;
  padding-top: 42px;
  padding-bottom: 42px;
  background: #fff;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .js-modal-box.theme-slim {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    max-height: 70vh !important;
  }
}
.js-modal-box.theme-slim .m-sb-product-detail_cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-modal-box.theme-slim .m-sb-product-detail_cart-list p {
  margin-bottom: 35px;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.js-modal-box.theme-slim .m-sb-product-detail_cart-list p:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url(/common/img/parts/icon_cart.svg) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: -5px;
}
.js-modal-box.theme-slim .m-sb-product-detail_cart-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-modal-box.theme-slim .m-sb-product-detail_cart-list ul li {
  margin-bottom: 40px;
  text-align: center;
}
.js-modal-box.theme-slim .m-sb-product-detail_cart-list ul li:last-child {
  margin-bottom: 0;
}
.js-modal-box.theme-slim .m-sb-product-detail_cart-list ul li a:after {
  display: none!important;
}
.lity {
  background: rgba(0, 0, 0, 0.4);
}
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  background: none;
  width: auto;
  height: auto;
  right: 3px;
  top: -27px;
  position: absolute;
  font-size: 100px;
  line-height: 100px;
  font-family: serif;
  text-shadow: none;
  font-weight: 300;
}
.lity-content:after {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
}
