/*---------------------------------------
	detail.scss
---------------------------------------*/
/*---------------------------------------
	_detail-style.scss
---------------------------------------*/
.productsDetail {
  display: flex;
  background: #fff;
  box-shadow: 0 0 1.3vw 0 rgba(0, 0, 0, 0.15);
  padding: 3vw;
  align-items: center;
}
.productsDetail_thumb {
  width: 70%;
  max-width: 520px;
  min-width: 400px;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 55%, #d2d2d2 100%);
  margin-right: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productsDetail_thumb img {
  width: 100%;
}
.productsDetail_contentWrap {
  width: 100%;
}
.productsDetail_title {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 56px;
  font-size: 2.91667vw;
  letter-spacing: 2px;
  letter-spacing: 0.10417vw;
  line-height: 68px;
  line-height: 3.54167vw;
  /*
  font-size: 4rem;
  letter-spacing: 0.2rem;
  line-height: 4.4rem;
  */
  vertical-align: top;
}
.productsDetail_desc {
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2.6rem;
  color: #666;
  margin-top: 1.6vw;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.productsDetail_priceWrap {
  display: flex;
  align-items: center;
  color: #666;
  margin-top: 30px;
}
.productsDetail_price {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 2.6rem;
  color: #202121;
  margin-right: 5%;
}
.productsDetail_btn {
  width: 420px;
  margin-top: 30px;
}

.quantityBtn {
  display: flex;
  align-items: center;
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.quantityBtn_title {
  margin-right: 10px;
}
.quantityBtn_input input {
  border: 1px solid #c0c0c0;
  width: 120px;
  padding: 10px 10px 10px 20px;
  border-radius: 2px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  color: #666;
}

/*---------------------------------------
	_detail-style-pc.scss
---------------------------------------*/
/*---------------------------------------
	_detail-style-mb.scss
---------------------------------------*/
@media screen and (max-width: 1023px) {
  .productsDetail {
    display: block;
    box-shadow: 0 0 3.4vw 0 rgba(0, 0, 0, 0.2);
    padding: 5% 5% 6%;
  }
  .productsDetail_thumb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #f1f1f1;
    background: linear-gradient(to bottom, #f1f1f1 55%, #d2d2d2 100%);
    margin-right: 0;
  }
  .productsDetail_thumb img {
    width: 100%;
  }
  .productsDetail_title {
    font-size: 70px;
    font-size: 6.84262vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 80px;
    line-height: 7.82014vw;
    margin-top: 4vw;
  }
  .productsDetail_desc {
    font-size: 34px;
    font-size: 3.32356vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    line-height: 52px;
    line-height: 5.08309vw;
    margin-top: 2.4vw;
    padding-bottom: 4.2vw;
  }
  .productsDetail_priceWrap {
    width: 100%;
    margin-top: 4.4vw;
  }
  .productsDetail_price {
    font-size: 40px;
    font-size: 3.91007vw;
    margin-right: auto;
  }
  .productsDetail_btn {
    width: 100%;
    margin-top: 5vw;
  }

  .quantityBtn {
    font-size: 34px;
    font-size: 3.32356vw;
    letter-spacing: 4.4px;
    letter-spacing: 0.43011vw;
  }
  .quantityBtn_title {
    margin-right: 3vw;
  }
  .quantityBtn_input input {
    width: 20vw;
    min-width: 20vw;
    padding: 3vw 4vw;
    font-size: 36px;
    font-size: 3.51906vw;
  }
}
