@charset "utf-8";
/*
 * ================================================
 *
 * [product-detail]
 *
 * ================================================
 */

/**
 * ---------------------------------------------------
 * main
 * ---------------------------------------------------
 */
#productDetail {
  padding: 100px 0 120px;
  overflow: hidden;
}
  #itemDetail {
    overflow: hidden;
  }
  #productDetail .outline {
    width: 500px;
    float: right;
  }
    #productDetail .outline h1.itemName {
      font-size: 2rem;
      font-weight: bold;
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid #707070;
    }
    #productDetail .outline .tag span {
      font-size: 1.3125rem;
      display: inline-block;
      margin: 0 10px 10px 0;
      padding: 2px 10px;
      color: #477131;
      background: #ffffff;
      border: 1px solid #477131;
    }
    #productDetail .outline .tag span.free {
      font-size: 1.3125rem;
      display: inline-block;
      margin: 0 10px 10px 0;
      padding: 2px 10px;
      color: #ffffff;
      background: #477131;
      border: 1px solid #477131;
    }
    #productDetail .outline .review {
      color: #E6BE5A;
      font-size: 3rem;
      font-family: 'NotoSansJP-B';
    }
      #productDetail .outline .review a {
        color: #277CC6;
        font-size: 1.1875rem;
        margin-left: 20px;
        font-family: 'NotoSansJP';
      }
    #productDetail .outline .option {
      margin-top: 30px;
      margin-bottom: 30px;
    }
      #productDetail .outline .option .headStyle03 {
        margin-bottom: 10px;
      }
      #productDetail .outline .option .fwB {
        font-weight: bold;
      }
      #productDetail .outline .option select {
        padding: 10px;
      }
      #option_tbl {
        border-collapse: collapse;
      }
        #option_tbl th,
        #option_tbl td {
          font-weight: normal;
          padding: 5px 10px;
          border: 1px solid #707070;
        }
        #option_tbl th {
          background: #e9f3f4;
        }
        #option_tbl td.cell_2 div,
        #option_tbl td.cell_2 label {
          display: inline !important;
        }
        #option_tbl td.cell_2 div {
          margin-right: 10px;
        }
    #productDetail .outline .price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      overflow: hidden;
    }
      #productDetail .outline .price dt {
        font-weight: bold;
        font-size: 1.3125rem;
        margin: 0;
        width: 100px;
      }
      #productDetail .outline .price dd {
        color: #477131;
        font-weight: bold;
        margin: 0;
        width: calc(100% - 100px);
        font-size: 2.6875rem;
      }
        #productDetail .outline .price dd span {
          color: #333333;
          font-weight: bold;
          font-size: 1.3125rem;
        }
    #productDetail .outline .price.member,
    #productDetail .outline .price.member dd,
    #productDetail .outline .price.member dd span {
      color: #f33528;
    }
    #productDetail .outline .stock {
      display: block;
      margin-top: 30px;
    }
    #productDetail .outline .count {
      overflow: hidden;
      margin-top: 30px;
      margin-bottom: 40px;
    }
      #productDetail .outline .count dt {
        float: left;
        margin-top: 14px;
        font-weight: bold;
        font-size: 1.3125rem;
      }
        #productDetail .outline .count dd {
          float: left;
          margin-left: 70px;
        }
          #productDetail .outline .count dd input {
            width: 80px;
            height: 48px;
            font-size: 100%;
            text-align: right;
            padding-right: 10px;
            border-radius: 10px;
            border: 1px solid #707070;
          }
    #productDetail .outline .cartBtn input {
      cursor: pointer;
      width: 495px;
      height: 84px;
      border: none;
      color: #ffffff;
      font-size: 1.5rem;
      background: #477131;
      box-shadow: 5px 5px rgba(112,112,112,112.1);
    }
    #productDetail .outline .cartBtn input:hover {
      opacity: .7;
    }
  #productDetail .img {
    width: 520px;
    float: left;
  }
    #productDetail .img img {
      width: 100%;
      height: auto;
    }
    #productDetail .img #mainImg {
      display: flex;
      list-style-type: none;
      height: 520px;
      padding: 0;
      margin: 0;
    }
      #productDetail .img #mainImg .swiper-slide {
        width: 100%;
        position: relative;
      }
    #productDetail .img #subImg {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 533px;
      list-style: none;
      padding-inline-start: 0!important;
    }
      #productDetail .img #subImg li {
        width: 120px;
        margin: 0 13px 20px 0;
      }
      #productDetail .img #subImg li:nth-of-type(4n) {
        margin-right: 0;
      }
        #productDetail .img #subImg li img {
          cursor: pointer;
        }
        #productDetail .img #subImg li img:hover {
          opacity: .7;
        }
    #productDetail .img .swiper-button-next,
    #productDetail .img .swiper-button-prev {
      color: #515151;
      outline: none;
    }
    #productDetail .description  {
      font-size: 1.3125rem;
      clear: both;
    }
      #productDetail .description .cInner {
        line-height: 2rem;
        margin-bottom: 50px;
      }
        #productDetail .description .cInner ul li {
          margin-bottom: 0.5em;
        }
      #productDetail .description .cInner02 {
        margin-bottom: 94px;
      }
      #productDetail .description > h2 {
        padding-left: 10px;
        font-size: 2rem;
        margin-top: 40px;
        margin-bottom: 20px;
        font-family: 'NotoSansJP';
        border-left: 4px solid #6B5F55;
      }
      #productDetail .description > ul {
        margin: 0;
        list-style: none;
        padding-inline-start: 0!important;
        margin-bottom: 40px;
      }
      #productDetail .description > p {
        margin-bottom: 1.0rem;
      }
      #productDetail .description a {
        color: #277CC6;
        text-decoration: underline;
      }
      #productDetail .description a:hover {
        text-decoration: none;
      }
  #productDetail .description .linkBox {
    padding-top: 50px;
    border-top: 1px solid #707070;
  }
    #productDetail .description .linkBox ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }
    #productDetail .description .linkBox li::before {
        content: '';
        display: inline-block;
        width: 9px;
        height: 8px;
        background-image: url(https://img21.shop-pro.jp/PA01463/476/etc/arw05.png?20210224);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px;
    }
    #productDetail .description .linkBox a {
      color: #333333;
      line-height: 3rem;
      text-decoration: none;
    }
    #productDetail .description .linkBox a:hover {
      text-decoration: underline;
    }

/**
 * ---------------------------------------------------
 * review
 * ---------------------------------------------------
 */
#productReview  {
  clear: both;
  padding: 0 0 0;
  background: url("https://img21.shop-pro.jp/PA01463/476/etc/bg01.jpg") repeat-y;
}
  #productReview  {
    padding: 70px 0 100px 0;
  }
  #productReview .inner  {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  #productReview .reviewBtn {
    top: 0;
    right: 0;
    position: absolute;
  }
    #productReview .reviewBtn input {
      width: 254px;
      height: 84px;
      border: none;
      color: #3C3C3C;
      font-size: 1.5rem;
      background: #ffffff;
      border: 1px solid #707070;
      background-image: url(https://img21.shop-pro.jp/PA01463/476/etc/arw.png?20210224);
      background-repeat: no-repeat;
      background-position: center right 10px;
      box-shadow: 5px 5px rgba(112,112,112,112.1);
    }
    #productReview .reviewBtn input:hover {
      background: #d4d4d4;
      background-image: url(https://img21.shop-pro.jp/PA01463/476/etc/arw.png?20210224);
      background-repeat: no-repeat;
      background-position: center right 10px;
      box-shadow: 5px 5px rgba(112,112,112,112.1);
    }
  #productReview .reviewBox {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 40px 0;
    border-top: 1px solid #707070;
  }
  #productReview .reviewBox:last-of-type {
    border-bottom: 1px solid #707070;
  }
  #productReview .reviewL {
    width: 30%;
    float: left;
    overflow: hidden;
  }
  #productReview .reviewL .name {
    float: left;
    color: #333333;
    font-size: 1.1875rem;
    margin-right: 20px;
  }
  #productReview .reviewL .item {
    float: left;
  }
  #productReview .reviewL .item span {
    font-size: 1.1875rem;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 2px 10px;
    color: #333333;
    background: #ffffff;
    border-radius: 4px;
  }
  #productReview .reviewR {
    width: 70%;
    float: right;
    margin-top: -20px;
  }
  #productReview .reviewR .star {
    color: #E6BE5A;
    font-size: 3rem;
    font-family: 'NotoSansJP-B';
  }
  #productReview .reviewR time {
    color: #333333;
    font-size: 1.1875rem;
  }
  #productReview .reviewR dl {
    margin-top: 30px;
  }
  #productReview .reviewR dl dt {
    color: #333333;
    font-weight: bold;
    font-size: 1.3125rem;
    margin-bottom: 14px;
  }
  #productReview .reviewR dl dd {
    color: #333333;
    font-size: 1.1875rem;
  }
    #productReview .reviewR dl dd figure {
      margin-bottom: 20px;
    }

/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px)  {
  #productDetail {
    padding: 10px 20px 30px 20px;
  }
    #productDetail .outline {
      width: auto;
      float: none;
      padding-top: 20px;
    }
      #productDetail .outline h1.itemName {
        padding-bottom: 15px;
        margin-bottom: 15px;
      }
      #productDetail .outline .tag span {
        font-size: 1.2rem;
        margin: 0 5px 5px 0;
        padding: 2px 5px;
      }
      #productDetail .outline .review {
        font-size: 2rem;
      }
      #productDetail .outline .stock {
        margin-top: 10px;
      }
      #productDetail .outline .count {
        margin-top: 10px;
        margin-bottom: 20px;
      }
          #productDetail .outline .count dd {
            margin-left: 60px;
          }
      #productDetail .outline .cartBtn input {
        width: 100%;
        height: 50px;
        box-shadow: 5px 5px rgb(112 112 112);
      }
    #productDetail .img {
      width: auto;
      float: none;
    }
      #productDetail .img #mainImg {
        height: auto;
        margin-bottom: 10px;
      }
      #productDetail .img #subImg {
        width: auto;
        margin: 0;
      }
        #productDetail .img #subImg li {
          width: 24.2%;
          margin: 0 1% 1% 0;
        }
      #productDetail .img .swiper-button-next,
      #productDetail .img .swiper-button-prev {
        width: 20px;
      }
      #productDetail .img .swiper-button-next:after,
      #productDetail .img .swiper-button-prev:after {
        font-size: 2.5rem;
      }
      #productDetail .img .swiper-button-next {
        right: 0;
      }
      #productDetail .img .swiper-button-prev {
        left: 0;
      }
    #productDetail .description .linkBox {
      padding-top: 30px;
    }
  /**
   * ---------------------------------------------------
   * review
   * ---------------------------------------------------
   */
  #productReview  {
    padding: 30px 20px;
  }
    #productReview .inner  {
      width: auto;
    }
    #productReview .reviewBtn {
      text-align: right;
      position: static;
      margin-bottom: 25px;
    }
      #productReview .reviewBtn input {
        font-size: 1.4rem;
        width: 200px;
        height: 60px;
        margin: 0 0 0 auto;
      }
    #productReview .reviewBox {
      padding: 20px 0;
    }
    #productReview .reviewL {
      width: auto;
      float: none;
      overflow: hidden;
    }
    #productReview .reviewR {
      width: auto;
      float: none;
      margin-top: 0;
    }
    #productReview .reviewR .star {
      line-height: 1.3;
    }

}
