@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*/////////////////////////////////////////
//  PAGE PICK UP
/////////////////////////////////////////*/
#product-pickup {
  background: #f8f8f8;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #product-pickup {
    margin-top: 40px;
    padding-top: 30px;
  }
}

#main-area {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #main-area {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#main-area .product-img {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #main-area .product-img {
    max-width: initial;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #main-area .product-img {
    width: 100%;
  }
}
#main-area .product-info {
  width: calc(100% - 550px - 50px);
}
@media screen and (max-width: 1080px) {
  #main-area .product-info {
    max-width: initial;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #main-area .product-info {
    width: 100%;
  }
}
#main-area .product-info .product-catch {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #main-area .product-info .product-catch {
    font-size: 14px;
  }
}
#main-area .product-info .product-name-h {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #main-area .product-info .product-name-h {
    font-size: 24px;
  }
}
#main-area .product-info .product-price {
  font-size: 28.67px;
}
#main-area .product-info .product-price .mark {
  font-size: 23.45px;
}
#main-area .product-info .product-price .tax {
  font-size: 15.64px;
}
#main-area .product-info .product-txt {
  margin-top: 30px;
}
#main-area .product-info .product-txt .product-detail01 {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
#main-area .product-info .product-txt .shipping {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8333333333;
  letter-spacing: 0.025em;
}
#main-area .product-info .product-txt .shipping a {
  text-decoration: underline;
}
#main-area .product-info .cartArea {
  /*バリエーション選択*/
  /* 数量 */
}
#main-area .product-info .cartArea .typeBox {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#main-area .product-info .cartArea .typeBox .control-label {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.4666666667;
  letter-spacing: 0.025em;
}
#main-area .product-info .cartArea .typeBox .control-label + div {
  position: relative;
  display: block;
  padding: 0;
  width: 290px;
}
#main-area .product-info .cartArea .typeBox .control-label + div:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/common/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
#main-area .product-info .cartArea .typeBox #input_option_type_0 {
  width: 100%;
  border: 1px solid #d5d5d5;
  font-size: 15px;
  height: 40px;
  padding-left: 20px;
  margin-top: 10px;
}
#main-area .product-info .cartArea .typeBox .input_option_type_0formError {
  width: inherit;
  color: #f70621;
  left: 300px !important;
  top: 32px !important;
  font-size: 14px !important;
}
#main-area .product-info .cartArea .qtySct {
  margin-top: 15px;
}
#main-area .product-info .cartArea .qtySct .qty-ttl {
  font-size: 15px;
  line-height: 1;
}
#main-area .product-info .cartArea .qtySct input#text-out-of-stock {
  height: 50px;
  background: #fff;
  position: relative;
  z-index: 3;
}
#main-area .product-info .cartArea .qtySct > span {
  position: relative;
  display: block;
  padding: 0;
  width: 100px;
}
#main-area .product-info .cartArea .qtySct > span:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  z-index: 2;
  background: url("https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/common/arrow-select2.svg") 0 0 no-repeat;
  pointer-events: none;
}
#main-area .product-info .cartArea .qtySct #quantity {
  width: 100%;
  border: 1px solid #d5d5d5;
  font-size: 15px;
  height: 40px;
  padding-left: 20px;
  margin-top: 10px;
}
#main-area .product-info .cartArea .cartBtn #btn-add {
  max-width: 450px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  #main-area .product-info .cartArea .cartBtn #btn-add {
    max-width: 100%;
  }
}
#main-area .product-info .cartArea .cartBtn #btn-add span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background: #f70621;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  max-width: 450px;
  width: 100%;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #main-area .product-info .cartArea .cartBtn #btn-add span {
    max-width: 100%;
  }
}
#main-area .product-info .cartArea .cartBtn #btn-add span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/product/icon-product-cart.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#main-area .product-info .cartArea .wishlist-area .wishlist-btn {
  max-width: 450px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  #main-area .product-info .cartArea .wishlist-area .wishlist-btn {
    max-width: 100%;
  }
}
#main-area .product-info .cartArea .wishlist-area .wishlist-btn .wishlist-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #f70621;
  color: #f70621;
  font-size: 16px;
  font-weight: 700;
  max-width: 450px;
  width: 100%;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #main-area .product-info .cartArea .wishlist-area .wishlist-btn .wishlist-label {
    max-width: 100%;
  }
}
#main-area .product-info .cartArea .wishlist-area .wishlist-btn .wishlist-label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#main-area .product-info .cartArea .wishlist-area .wishlist-btn .wishlist-label.add-label:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/product/icon-heart-remove.png);
}
#main-area .product-info .cartArea .wishlist-area .wishlist-btn .wishlist-label.remove-label:before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/product/icon-heart-add.png);
}

#buy-now {
  position: fixed;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  transition: linear all 0.2s;
  overflow: hidden;
  z-index: 3;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #buy-now {
    width: 95%;
  }
}
#buy-now.is-animation {
  height: 85px;
}
@media screen and (max-width: 768px) {
  #buy-now.is-animation {
    height: 75px;
  }
}
#buy-now .btn-buy {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  #buy-now .btn-buy {
    max-width: 300px;
  }
}
#buy-now .btn-buy span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  background: #f70621;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  max-width: 450px;
  width: 100%;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #buy-now .btn-buy span {
    max-width: 300px;
    height: 40px;
  }
}
#buy-now .btn-buy span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/proideashopcom/uploads/assets/images/product/icon-product-cart.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#thumb-slider {
  margin-top: 8px;
}
#thumb-slider .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  flex-flow: row wrap;
}
#thumb-slider .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 104px;
}
@media screen and (max-width: 1080px) {
  #thumb-slider .slick-slide {
    flex: 0 0 19%;
  }
}
#thumb-slider .slick-initialized .slick-slide {
  display: block;
}
#thumb-slider .slick-track:before {
  display: none;
}
#thumb-slider .slick-track:after {
  display: none;
}

#average_star {
  display: flex;
  gap: 7px;
  margin-top: 23px;
  align-items: flex-end;
}
#average_star .c-product_info__star {
  display: flex;
  margin-top: 0;
}
#average_star .c-product_info__star img {
  width: 22px;
}
#average_star span {
  font-size: 12px;
  border-bottom: 1px solid #c8c8c8;
}

.zoom-overlay {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  transition: linear all 0.2s;
  z-index: 9999;
  top: 0;
  left: 0;
}
.zoom-overlay .closeBtn {
  position: absolute;
  color: #fff;
  width: 40px;
  height: 40px;
  right: 12px;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  font-size: 40px;
  padding: 0;
}
.zoom-overlay.active {
  display: flex;
  visibility: visible;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .zoom-overlay.active {
    align-items: flex-start;
    padding-top: 10px;
  }
}
.zoom-overlay #zoomBox {
  width: 80%;
}
@media (max-width: 640px) {
  .zoom-overlay #zoomBox {
    width: 100%;
  }
  .zoom-overlay #zoomBox .slick-dots {
    display: block;
    bottom: -25px;
  }
  .zoom-overlay #zoomBox .slick-dots li {
    width: 5px;
    height: 5px;
  }
}
.zoom-overlay #zoomBox img {
  width: 100%;
}
.zoom-overlay #zoomBox .slick-next,
.zoom-overlay #zoomBox .slick-prev {
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.3);
  z-index: 99;
}
.zoom-overlay #zoomBox .slick-next {
  right: -85px;
}
.zoom-overlay #zoomBox .slick-prev {
  left: -85px;
}
.zoom-overlay #zoomBox .slick-next:before {
  font-family: bootstrap-icons !important;
  content: "\f285";
  font-size: 25px;
  font-weight: 900;
}
.zoom-overlay #zoomBox .slick-prev:before {
  font-family: bootstrap-icons !important;
  content: "\f284";
  font-size: 25px;
  font-weight: 900;
}

#product-review {
  font-family: "Noto Serif JP", serif;
  padding: 70px 0 80px;
}
@media screen and (max-width: 768px) {
  #product-review {
    padding: 25px 0;
  }
  #product-review .inner {
    padding: 0 20px;
  }
}
#product-review .noItem {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #product-review .noItem {
    font-size: 14px;
  }
}
#product-review #average_star {
  margin-top: 40px;
}
#product-review #average_star .c-product_info__star {
  margin: 0 auto;
}
#product-review .reviewHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  gap: 0 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #product-review .reviewHead {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
#product-review .reviewHead .reviewNum {
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
#product-review .reviewHead .reviewAve {
  line-height: 1;
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
}
#product-review .reviewHead .reviewAve span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #product-review .reviewHead .reviewAve span {
    font-size: 22px;
  }
}
#product-review .reviewRows .reviewItem {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 30px;
}
#product-review .reviewRows .reviewItem .itemHead {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #product-review .reviewRows .reviewItem .itemHead {
    font-size: 14px;
  }
}
#product-review .reviewRows .reviewItem .itemHead ul {
  display: flex;
  gap: 0 18px;
}
#product-review .reviewRows .reviewItem .itemHead .reviewEva {
  color: #ffd900;
  font-size: 24px;
  line-height: 1;
}
#product-review .reviewRows .reviewItem .itemHead .reviewDate {
  line-height: 1.8;
  letter-spacing: 0.025em;
}
#product-review .reviewRows .reviewItem .itemHead .reviewUser {
  line-height: 1.8;
  letter-spacing: 0.025em;
}
#product-review .reviewRows .reviewItem .reviewTtl {
  font-size: 18px;
  letter-spacing: 0.025em;
}
#product-review .reviewRows .reviewItem .reviewCom {
  background: #fff;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  #product-review .reviewRows .reviewItem .reviewCom {
    font-size: 14px;
  }
}
#product-review .reviewBtn {
  width: 100%;
  margin: 50px auto 40px;
}
#product-review .reviewBtn.open {
  background: #ddd;
}
#product-review .postArea {
  display: none;
}
#product-review .postArea table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#product-review .postArea table th,
#product-review .postArea table td {
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #product-review .postArea table th,
  #product-review .postArea table td {
    font-size: 14px;
    display: block;
    padding: 10px 0;
  }
}
#product-review .postArea table th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #product-review .postArea table th {
    width: 100%;
    padding-bottom: 0;
  }
}
#product-review .postArea table th label {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #product-review .postArea table th label {
    font-size: 14px;
  }
}
#product-review .postArea table td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #product-review .postArea table td {
    width: 100%;
  }
}
#product-review .postArea table td input,
#product-review .postArea table td textarea {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #product-review .postArea table td input,
  #product-review .postArea table td textarea {
    font-size: 14px;
  }
}
#product-review .postArea table td input {
  height: 50px;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #product-review .postArea table td input {
    height: 30px;
  }
}
#product-review .postArea table td .star {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding-right: 30px;
}
#product-review .postArea table td .star:after {
  content: "";
  display: inline-block;
  margin-top: 6px;
  width: 12px;
  height: 7px;
  background: #ccc;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#product-review .postArea table td .star select {
  color: #ffd900;
  font-size: 24px;
}
#product-review .postArea table td textarea {
  height: 250px;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #product-review .postArea table td textarea {
    height: 180px;
  }
}
#product-review .postArea .postBtn {
  max-width: 271px;
  width: 100%;
  height: 47px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  background: #f70621;
}
@media screen and (max-width: 768px) {
  #product-review .postArea .postBtn {
    font-size: 14px;
    height: 50px;
    margin-top: 20px;
  }
}

#product-lp {
  max-width: 900px;
  width: 100%;
  margin: 100px auto 0;
}
#product-lp img {
  display: block;
  width: initial;
}
@media screen and (max-width: 768px) {
  #product-lp img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #product-lp {
    margin-top: 60px;
  }
}
#product-lp .movie-area {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #product-lp .movie-area {
    margin-bottom: 40px;
  }
}
#product-lp .movie-area .movie-ttl {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
#product-lp iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}/*# sourceMappingURL=product.css.map */