@charset "UTF-8";

.body-grey {
  background: #f5f5f5;
}

body {
  background: #fff;
}

.content {
}

.wrapper-15 {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  height: auto;
}

.wrapper-normal {
  padding: 15px 15px;
  width: auto;
  height: auto;
  border-bottom: 1px solid #eee;
}

.wrapper-normal .text-normal {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.6;
}

.wrapper-margin {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) inset;
}

.wrapper-margin-mini {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

.wrapper-margin.post-relative {
  margin-top: -55px;
}

.wrapper-margin-mini {
  padding: 5px 15px;
  box-sizing: border-box;
  width: auto;
  height: auto;
  text-align: center;
  background: #f5f5f5;
}

.wrapper-margin.white {
  background: #fff;
}

.wrapper-margin-inner-over {
  margin: 0 -15px;
}

/* レスポンシブ */

@media screen and (min-width: 768px) {
  /* 全体 */

  html {
    background: #f5f5f5;
  }

  body {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

  .d-block {
    width: 0;
    height: 0;
    display: none;
  }

  /* 商品詳細 */

  .product-img {
    padding: 15px 0;
    width: 85% !important;
    margin: 0 auto;
  }

  .product-content-wrapper .item-list-box .item-list .item-block .img-box {
    height: 140px !important;
  }

  .product-content-wrapper .item-article-img {
    height: 450px !important;
  }

  .product-content-wrapper .item-article-text {
    -webkit-line-clamp: 2 !important;
    height: 40px !important;
  }

  .product-bottom-fix-box-coupon {
    bottom: 77px !important;
    width: 800px !important;
  }

  .product-bottom-fix-box {
    width: 800px !important;
    display: block !important;
    height: auto !important;
    box-sizing: border-box;
    padding: 10px;
  }

  .product-bottom-fix-box .sell-button {
    display: none;
    width: 0;
    height: 0;
  }

  .product-bottom-fix-box .buy-button {
    display: block;
    width: 100% !important;
    height: 60px !important;
    line-height: 4 !important;
  }

  .pc-none {
    display: none;
  }

  /* サイズ選択 */

  .buy-size-select .buy-size-select-box .list .list-box {
    cursor: pointer;
  }

  .buy-size-select .item-box {
    width: 765px !important;
  }

  .switch-button-wrapper {
    display: none;
  }

  /* 購入確認 */

  .buy-c .buy-item-box .img-box {
    height: 350px !important;
  }

  .button-bottom-fix {
    width: 800px !important;
  }

  /* ポップアップ */
  .popup-wrapper .popup-content {
    width: 500px !important;
  }

  /* 購入完了 */
  .sell-comp .img-box {
    height: 350px !important;
  }
}
