@charset "UTF-8";
#visual {
  background-image: url("https://file003.shop-pro.jp/PA01479/167/assets/img/product/visual_img.jpg");
  background-size: cover;
  background-position: center;
}

#product_list {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #product_list {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}
#product_list .btnArea {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #product_list .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
  }
}
#product_list .btnArea .btnStyle01 + .btnStyle01 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #product_list .btnArea .btnStyle01 {
    padding: 0;
  }
  #product_list .btnArea .btnStyle01::after {
    right: -23px;
  }
  #product_list .btnArea .btnStyle01 + .btnStyle01 {
    margin-top: 0;
    margin-left: 43px;
  }
}
@media screen and (min-width: 1080px) {
  #product_list .btnArea .btnStyle01 + .btnStyle01 {
    margin-left: 50px;
  }
}

#product {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #product {
    padding-top: 100px;
  }
}

#product_detail {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 768px) {
  #product_detail .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#product_detail .imgArea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #product_detail .imgArea {
    width: 300px;
  }
}
@media screen and (min-width: 1080px) {
  #product_detail .imgArea {
    width: 450px;
  }
}
@media screen and (min-width: 1334px) {
  #product_detail .imgArea {
    width: 600px;
  }
}
#product_detail .imgArea .main {
  max-height: 600px;
  margin-bottom: 13px;
  overflow: hidden;
}
#product_detail .imgArea .main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#product_detail .imgArea .thumb .product_thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6.5px;
}
#product_detail .imgArea .thumb li {
  width: 20%;
  padding: 6.5px;
}
#product_detail .imgArea .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#product_detail .textArea {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #product_detail .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1080px) {
  #product_detail .textArea {
    padding-left: 80px;
  }
}
#product_detail .name {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (min-width: 1080px) {
  #product_detail .name {
    font-size: 2.5rem;
  }
}
#product_detail .price {
  display: block;
  margin-top: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
#product_detail .price + .price {
  margin-top: 10px;
}
#product_detail .price .unit {
  margin-left: 8px;
  font-size: 1.6rem;
}
#product_detail .price .tax {
  font-size: 1.5rem;
}
#product_detail .price.is-sale {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #aaa;
  font-size: 2rem;
}
#product_detail .price.is-sale::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: auto;
  border-bottom: 1px solid;
}
@media screen and (min-width: 1080px) {
  #product_detail .price {
    margin-top: 30px;
    font-size: 3.8rem;
  }
  #product_detail .price + .price {
    margin-top: 15px;
  }
  #product_detail .price.is-sale {
    font-size: 2.8rem;
  }
}

#product_detail .p-product-option{
    margin: 30px 0;
}
#product_detail .p-product-option-select__box{
    margin-bottom: 20px;
    color: #282828;
}
#product_detail .p-product-option-select__ttl{
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
}
#product_detail .product_cart_select{
    width: 100px;
}

#product_detail .selectArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  #product_detail .selectArea {
    margin: 40px 0;
  }
}
#product_detail .selectArea .text {
  margin-right: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1;
}
#product_detail .selectArea .select {
  display: block;
  position: relative;
  z-index: 1;
  width: 167px;
}
#product_detail .selectArea .select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#product_detail .selectArea select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  min-height: 50px;
  padding: 11px 20px;
  background: none;
  border: 1px solid #282828;
  border-radius: 5px;
  color: #282828;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
#product_detail .selectArea select:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  #product_detail .selectArea select {
    font-size: 2.5rem;
  }
}
#product_detail .btn_cart {
  display: block;
  width: 100%;
  padding: 17px 0 19px;
  background: #282828;
  border: 1px solid #282828;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#product_detail .btn_cart:not(.is-disabled):hover {
  background: #43b0e1;
  border-color: #43b0e1;
}
#product_detail .btn_cart.is-disabled {
  border-color: #aaa;
  background-color: #aaa;
  pointer-events: none;
}
#product_detail .spec {
  display: block;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media screen and (min-width: 768px) {
  #product_detail .spec {
    margin-top: 40px;
    padding: 40px 0;
  }
}
#product_detail .spec .box + .box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aaa;
}
@media screen and (min-width: 768px) {
  #product_detail .spec .box + .box {
    margin-top: 40px;
    padding-top: 40px;
  }
}
#product_detail .spec dl + dl {
  margin-top: 20px;
}
#product_detail .spec dt, #product_detail .spec dd {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.7857;
}
#product_detail .spec dt {
  margin-bottom: 5px;
  font-weight: bold;
}
#product_detail .spec dd {
  font-weight: 400;
}
#product_detail .spec .message .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.7857;
}
#product_detail .spec .message .text {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.7857;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}


#product_other {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 768px) {
  #product_other {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
#product_other .contents + .contents {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #product_other .contents + .contents {
    margin-top: 150px;
  }
}
#product_other .flex_layout .flex_imgArea {
  max-width: 472px;
}
#product_other .textStyle01 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
}
#product_other .textArea .textStyle01 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #product_other .textArea .textStyle01 {
    margin-top: 30px;
  }
}
#product_other .textArea + .product_other_img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #product_other .textArea + .product_other_img {
    margin-top: 50px;
  }
}
#product_other .product_other_img {
  display: block;
}
#product_other .product_other_img.is-border-radius {
  overflow: hidden;
  border-radius: 5px;
}
#product_other .product_make_list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1334px) {
  #product_other .product_make_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#product_other .product_make_list .detail + .detail {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list .detail {
    width: calc((100% - 100px) / 3);
  }
  #product_other .product_make_list .detail + .detail {
    margin-top: 0;
  }
}
#product_other .product_make_list .name {
  display: block;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3181;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list .name {
    margin-bottom: 30px;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1080px) {
  #product_other .product_make_list .name {
    font-size: 3.5rem;
  }
}
#product_other .product_make_list .img {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
#product_other .product_make_list .text {
  display: block;
  margin-top: 25px;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  letter-spacing: 0.04em;
  line-height: 1.8666;
}
@media screen and (min-width: 768px) {
  #product_other .product_make_list .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1079px) {
  #product_other .product_make_list .text br {
    display: none;
  }
}
#product_other .btnArea {
  margin-top: 50px;
}
#product_other .btnArea .btnStyle01 {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #product_other .btnArea {
    margin-top: 100px;
  }
}

/* レビュー */
.p-product-review {
  margin-bottom: 60px;
}
.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}
.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
}
.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review-info__item.is-type {
  margin-right: 35px;
}
.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #FDD800;
}
.p-product-review__rate.is-color {
  fill: #000000;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
    margin-top: 30px;
  }
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
