@charset "UTF-8";
/* 変数定義 */
body {
  background-color: #FFFFFF !important;
}

header {
  background-color: #F8F8F5;
}

#product_detail #product_title {
  margin-bottom: 10px;
}
#product_detail #product_title h3 {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 20px;
  color: #1E6AAD;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  #product_detail #product_title h3 {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 18px;
  }
}
#product_detail #product_title #order_number {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 20px;
  color: #1E6AAD;
}
@media screen and (max-width: 560px) {
  #product_detail #product_title #order_number {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 18px;
  }
}
#product_detail #product_eyecatch {
  width: 100%;
  height: 468px;
}
@media screen and (max-width: 560px) {
  #product_detail #product_eyecatch {
    height: 59.4vw;
  }
}
#product_detail #product_eyecatch img {
  width: 100%;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 560px) {
  #product_detail #product_eyecatch img {
    height: 59.4vw;
  }
}
#product_detail #product_comment {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #1E6AAD;
  border-radius: 5px;
  margin: 20px auto;
  padding: 46px 30px;
  color: #1E6AAD;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  font-weight: 400;
}
#product_detail #product_thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#product_detail #product_thumbnails .product_thumbnail {
  width: 113px;
  margin: 3px auto;
}
#product_detail #product_thumbnails .product_thumbnail img {
  width: 113px;
}
#product_detail .discount {
  color: #FF4E00;
}
#product_detail .discount > * {
  color: #FF4E00;
}
#product_detail .product_price {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2.8px;
  font-weight: 400;
  margin: 20px auto;
}
#product_detail .product_price .about_tax {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-right: 3px;
}
#product_detail .product_price .yen {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 3px;
}
#product_detail .product_price .discount_percent {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 5px;
}
#product_detail .product_amount {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 560px) {
  #product_detail .product_amount {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 110px;
  }
}
#product_detail .product_amount button, #product_detail .product_amount input {
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
#product_detail .product_amount .decrease {
  border: none;
  background-color: #E6E6E6;
  color: #393939;
  font-weight: 400;
}
#product_detail .product_amount .decrease:active {
  background-color: #999999;
  color: #FFFFFF;
}
#product_detail .product_amount .increase {
  border: none;
  background-color: #999999;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}
#product_detail .product_amount .increase:active {
  background-color: #E6E6E6;
  color: #393939;
}
#product_detail .product_amount .amount {
  border: 1px solid #E6E6E6;
  text-align: center;
  margin: auto 10px;
}
#product_detail .product_amount .mini_button input, #product_detail .product_amount .mini_button button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 30px;
}
#product_detail .push_cart {
  text-align: center;
  position: relative;
}
#product_detail .push_cart button {
  display: inline-block;
  margin: 20px auto;
}
#product_detail .product_kind {
  display: flex;
  width: 600px;
  margin: 20px auto;
  justify-self: center;
  align-items: center;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind {
    width: 90vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#product_detail .product_kind form {
  display: flex;
  flex: 1;
  margin-left: auto;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#product_detail .product_kind .information {
  width: 240px;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind .information {
    width: 100%;
    max-width: none;
  }
}
#product_detail .product_kind .information .title {
  color: #1E6AAD;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 20px;
  font-weight: 300;
  margin: 4px;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind .information .title {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 25px;
  }
}
#product_detail .product_kind .information .discount {
  color: #FF4E00;
}
#product_detail .product_kind .information .discount > span {
  color: #FF4E00;
}
#product_detail .product_kind .information .discount .discount_percent {
  display: inline-block;
  margin-left: 5px;
}
#product_detail .product_kind .information .price {
  margin: 4px;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 20px;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind .information .price {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 25px;
    text-align: right;
  }
}
#product_detail .product_kind .information .price .yen {
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind .information .price .yen {
    font-size: 12px;
  }
}
#product_detail .product_kind .information .price .tax {
  font-size: 9px;
  letter-spacing: 0.9;
  line-height: 28px;
}
#product_detail .product_kind .push_cart {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind .push_cart {
    flex-wrap: wrap;
  }
}
#product_detail .product_kind .push_cart .short_button {
  width: 180px;
}
@media screen and (max-width: 560px) {
  #product_detail .product_kind .push_cart .short_button {
    width: 150px;
  }
}
#product_detail .product_kind .push_cart button {
  margin: 4px;
}
#product_detail .product_kind .mini_button input, #product_detail .product_kind .mini_button button {
  width: 32px;
  height: 32px;
  font-size: 16px;
}
#product_detail .product_information {
  width: 470px;
  margin: 20px auto;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 560px) {
  #product_detail .product_information {
    width: 90vw;
  }
}
#product_detail .product_information .product_information_item {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
@media screen and (max-width: 560px) {
  #product_detail .product_information .product_information_item {
    width: 90vw;
  }
}
#product_detail .product_information .product_information_item .product_information_item_title {
  margin-left: 20px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  color: #1E6AAD;
}
#product_detail .product_information .product_information_item .product_information_item_comment {
  width: 375px;
  margin: 0 60px 20px;
  line-height: 24px;
  font-size: 14px;
  color: #1E6AAD;
}
@media screen and (max-width: 560px) {
  #product_detail .product_information .product_information_item .product_information_item_comment {
    width: 270px;
  }
}
#product_detail .product_information .readme::before {
  content: "";
  display: inline-block;
  background-image: url(/images/product_detail/attention.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
#product_detail .product_information .gift::before {
  content: "";
  display: inline-block;
  background-image: url(/images/product_detail/gift.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
#product_detail .product_detail_table table {
  width: 470px;
  margin: 20px auto;
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 560px) {
  #product_detail .product_detail_table table {
    width: 90vw;
  }
}
#product_detail .product_detail_table table * {
  font-size: 14px;
}
#product_detail .product_detail_table table th {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  font-weight: 600;
  padding: 10 18;
}
#product_detail .product_detail_table table tr, #product_detail .product_detail_table table td {
  border: 1px solid #E6E6E6;
  padding: 10 18;
}
#product_detail .product_detail_table table td:first-child {
  width: 156px;
}
#product_detail .nannka {
  width: 470px;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  #product_detail .nannka {
    width: 90vw;
  }
}
#product_detail .nannka h5 {
  height: 46px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 46px;
  color: #393939;
  background-color: #F8F8F5;
  margin: 10px auto 10px;
}
#product_detail .nannka * {
  width: 470px;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 28px;
  color: #393939;
  padding: 0 10;
}
@media screen and (max-width: 560px) {
  #product_detail .nannka * {
    width: 90vw;
  }
}
#product_detail .nannka ul {
  width: auto;
  padding: 0 0 0 30;
  line-height: 25px;
}
#product_detail .nannka li {
  line-height: 25px;
  margin: 10px auto;
  width: auto;
}

.product_amount {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 560px) {
  .product_amount {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.product_amount button, .product_amount input {
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.product_amount .decrease {
  border: none;
  background-color: #E6E6E6;
  color: #393939;
  font-weight: 400;
}
.product_amount .decrease:active {
  background-color: #999999;
  color: #FFFFFF;
}
.product_amount .increase {
  border: none;
  background-color: #999999;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}
.product_amount .increase:active {
  background-color: #E6E6E6;
  color: #393939;
}
.product_amount .amount {
  border: 1px solid #E6E6E6;
  text-align: center;
  margin: auto 10px;
}

.product_detail .product_eyecatch {
  width: 100%;
  height: 468px;
}
@media screen and (max-width: 560px) {
  .product_detail .product_eyecatch {
    height: 59.4vw;
  }
}
.product_detail .product_eyecatch img {
  width: 100%;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 560px) {
  .product_detail .product_eyecatch img {
    height: 59.4vw;
  }
}
.product_detail .product_comment {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #1E6AAD;
  border-radius: 5px;
  margin: 8px auto;
  padding: 30px;
  color: #1E6AAD;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  font-weight: 400;
  height: 110px;
}
@media screen and (max-width: 560px) {
  .product_detail .product_comment {
    height: 165px;
    padding: 20px;
  }
}
.product_detail .product_thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product_detail .product_thumbnails .product_thumbnail {
  width: 113px;
  margin: 3px auto;
}
.product_detail .product_thumbnails .product_thumbnail img {
  width: 113px;
}
.product_detail .discount {
  color: #FF4E00;
}
.product_detail .discount > * {
  color: #FF4E00;
}
.product_detail .product_price {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 20px auto;
}
.product_detail .product_price .price {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 2.8px;
  font-weight: 400;
  margin-left: 3px;
  text-align: center;
}
.product_detail .product_price .discount_percent {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 5px;
}
.product_detail .product_amount {
  width: 220px;
  margin: 20px auto;
}
.product_detail .product_amount button, .product_detail .product_amount input {
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.product_detail .product_amount .decrease {
  border: none;
  background-color: #E6E6E6;
  color: #393939;
  font-weight: 400;
}
.product_detail .product_amount .decrease:active {
  background-color: #999999;
  color: #FFFFFF;
}
.product_detail .product_amount .increase {
  border: none;
  background-color: #999999;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}
.product_detail .product_amount .increase:active {
  background-color: #E6E6E6;
  color: #393939;
}
.product_detail .product_amount .amount {
  border: 1px solid #E6E6E6;
  text-align: center;
  margin: auto 10px;
}
.product_detail .push_cart {
  text-align: center;
  position: relative;
}
.product_detail .push_cart button {
  display: inline-block;
  margin: 20px auto;
}
.product_detail .product_kind {
  display: flex;
  width: 470px;
  margin: 20px auto;
}
@media screen and (max-width: 560px) {
  .product_detail .product_kind {
    width: 90vw;
  }
}
.product_detail .product_kind .information .title {
  color: #1E6AAD;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 20px;
  font-weight: 300;
  margin: 4px;
}
@media screen and (max-width: 560px) {
  .product_detail .product_kind .information .title {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 25px;
  }
}
.product_detail .product_kind .information .discount {
  color: #FF4E00;
}
.product_detail .product_kind .information .discount > span {
  color: #FF4E00;
}
.product_detail .product_kind .information .discount .discount_percent {
  display: inline-block;
  margin-left: 5px;
}
.product_detail .product_kind .information .price {
  margin: 4px;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 20px;
}
@media screen and (max-width: 560px) {
  .product_detail .product_kind .information .price {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 25px;
  }
}
.product_detail .product_kind .information .price .yen {
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .product_detail .product_kind .information .price .yen {
    font-size: 12px;
  }
}
.product_detail .product_kind .information .price .tax {
  font-size: 9px;
  letter-spacing: 0.9;
  line-height: 28px;
}
.product_detail .product_kind .push_cart {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .product_detail .product_kind .push_cart {
    width: 150px;
  }
}
.product_detail .product_kind .push_cart .short_button {
  width: 180px;
}
@media screen and (max-width: 560px) {
  .product_detail .product_kind .push_cart .short_button {
    width: 150px;
  }
}
.product_detail .product_kind .push_cart button {
  margin: 4px;
}
.product_detail .nannka {
  width: 470px;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  .product_detail .nannka {
    width: 90vw;
  }
}
.product_detail .nannka h5 {
  height: 46px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 46px;
  color: #393939;
  background-color: #F8F8F5;
  margin: 10px auto 10px;
}
.product_detail .nannka * {
  width: 470px;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 28px;
  color: #393939;
  padding: 0 10;
}
@media screen and (max-width: 560px) {
  .product_detail .nannka * {
    width: 90vw;
  }
}
.product_detail .nannka ul {
  width: auto;
  padding: 0 0 0 30;
  line-height: 25px;
}
.product_detail .nannka li {
  line-height: 25px;
  margin: 10px auto;
  width: auto;
}

.discount {
  color: #FF4E00;
}
.discount > * {
  color: #FF4E00;
}

.product_title {
  margin-bottom: 10px;
}
.product_title .title {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 40px;
  color: #1E6AAD;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  .product_title .title {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 28px;
  }
}
.product_title .order_number {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 20px;
  color: #1E6AAD;
}
@media screen and (max-width: 560px) {
  .product_title .order_number {
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 18px;
  }
}

.product_price {
  text-align: center;
  font-size: 28px;
  letter-spacing: 2.8px;
  font-weight: 400;
  margin: 20px auto;
}
.product_price .about_tax {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-right: 3px;
}
.product_price .yen {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 3px;
}
.product_price .discount_percent {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 5px;
}

.product_discount_price {
  color: #FF4E00;
  text-align: center;
  font-size: 28px;
  letter-spacing: 2.8px;
  font-weight: 400;
  margin: 20px auto;
}
.product_discount_price .about_tax {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-right: 3px;
}
.product_discount_price .yen {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 3px;
}
.product_discount_price .discount_percent {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 5px;
}

.product_detail_information {
  width: 470px;
  margin: 30px auto;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 28px;
  color: #393939;
}
@media screen and (max-width: 560px) {
  .product_detail_information {
    width: 90vw;
  }
}
.product_detail_information .title {
  height: 46px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 46px;
  color: #393939;
  background-color: #F8F8F5;
  margin: 10px auto 10px;
}
.product_detail_information ul {
  width: auto;
  padding: 0 0 0 30;
  line-height: 25px;
}
.product_detail_information li {
  line-height: 25px;
  margin: 10px auto;
  width: auto;
}

.product_information {
  width: 470px;
  margin: 20px auto;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 560px) {
  .product_information {
    width: 90vw;
  }
}
.product_information .product_information_item {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
@media screen and (max-width: 560px) {
  .product_information .product_information_item {
    width: 90vw;
  }
}
.product_information .product_information_item .product_information_item_title {
  margin-left: 20px;
  line-height: 64px;
  font-size: 14px;
  font-weight: bold;
  color: #1E6AAD;
}
.product_information .product_information_item .product_information_item_comment {
  width: 375px;
  margin: 0 60px 20px;
  line-height: 24px;
  font-size: 14px;
  color: #1E6AAD;
}
@media screen and (max-width: 560px) {
  .product_information .product_information_item .product_information_item_comment {
    width: 270px;
  }
}
.product_information .readme::before {
  content: "";
  display: inline-block;
  background-image: url(../images/product_detail/attention.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_information .gift::before {
  content: "";
  display: inline-block;
  background-image: url(../images/product_detail/gift.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=product_detail.css.map */