@charset "UTF-8";
/*===========================================================================*/
/*  cartarea  */
/*===========================================================================*/
.renew .product_right {
  width: 55%;
}
.renew .product_right .bx-wrapper {
  margin-bottom: 20px;
}
.renew .mox__title {
  margin: 1.5em 0;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-left: 5px solid #ff4f00;
  background: linear-gradient(#fff, #eee);
}
.renew .product-detail .review-wrap {
  margin-bottom: 0;
}
.renew .product-detail .favorite-btn {
  display: inline-block;
}
.renew .product-detail .favorite-btn i {
  transform: translate(-88px, -50%);
}
.renew .product-detail .favorite-btn input {
  padding: .5em 1.5em .5em 2.3em;
  font-size: 0.85rem;
}
.renew .cart_box {
  padding: 0;
}
.renew .product {
  width: 40%;
}
.renew .product .value {
  margin-top: 0;
  padding-top: 0;
  line-height: 100%;
}
.renew .product .value .price-num {
  font-size: 27px;
}
.renew .product-option {
  margin-bottom: 1em;
  padding: 0;
  border: none;
}
.renew .product-option dt {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: .2em .3em .2em 1em;
}
.renew .product-option dt:hover {
  cursor: pointer;
}
.renew .product-option dt:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  color: #ff6600;
  font-family: FontAwesome;
}
.renew .product-option dd {
  width: 100%;
}
.renew .product-option dd table {
  width: 100%;
}
.renew .product-option dd table td, .renew .product-option dd table th {
  padding: 0.5em;
  border: 1px solid #ccc;
  font-weight: normal;
}
.renew .product-option dd table th {
  min-width: 150px;
  background-color: #f3f3f3;
  text-align: left;
}
.renew .product-option dd table th .price {
  display: block;
  color: #000;
  font-weight: bold;
}
.renew .product-option dd table td .opt-shaft:first-of-type {
  margin-bottom: 0.4em;
}
.renew .product-option dd table td .opt-shaft span {
  min-width: 100px;
  display: inline-block;
}
.renew .yotei_pj_div input[type="text"] {
  box-sizing: border-box;
  margin: .5em 0 1em;
  padding: 0.5em;
  border-radius: 3px;
  font-size: 16px;
}
.renew .nouki {
  margin-bottom: 2em;
  padding: 0;
  border: none;
  line-height: 1.5;
  text-align: left;
}
.renew .nouki strong {
  font-size: 100%;
}
.renew .quantity {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.renew .quantity__txt {
  margin-bottom: 0;
  margin-left: 0.5em;
  font-size: 0.85rem;
}
.renew .dropdown {
  position: relative;
  max-width: 205px;
}
.renew .dropdown, .renew .dropdown * {
  box-sizing: border-box;
}
.renew .dropdown.current .dropdown__select {
  background-color: #eee;
  box-shadow: inset 0 0 0 3px #fff;
}
.renew .dropdown.current .dropdown__list {
  display: block;
}
.renew .dropdown__select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
}
.renew .dropdown__select:hover {
  border-color: #0099ff;
}
.renew .dropdown__input {
  width: 100%;
  padding: .7em .5em .7em 3em;
  font-weight: bold;
  border: none;
  outline: none;
  transition: .15s all ease;
  font-size: 16px;
  transform: scale(1);
  transform-origin: 0 50%;
  background-color: transparent;
}
.renew .dropdown__input:focus {
  padding-left: 0.8em;
}
.renew .dropdown__input:focus + .dropdown__txt {
  display: none;
}
.renew .dropdown__txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-bottom: 0;
  padding: .5em;
  font-size: .8rem;
  color: #666;
  line-height: 1;
  pointer-events: none;
}
.renew .dropdown__item {
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  border: 1px solid #ccc;
  border-top: none;
}
.renew .dropdown__item:last-of-type {
  border-radius: 0 0 5px 5px;
}
.renew .dropdown__item:hover {
  background-color: #eee;
}
.renew .dropdown__item_add, .renew .dropdown__item_substract {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  min-height: 40px;
  border: 1px solid #ccc;
  border-top: none;
}
.renew .dropdown__item_add p, .renew .dropdown__item_substract p {
  margin: 0;
  font-size: 0.75rem;
  color: #888;
  text-align: center;
}
.renew .dropdown__num {
  display: flex;
  align-items: center;
  width: 35px;
  margin-bottom: 0;
  padding-left: .5em;
  font-size: 0.75rem;
}
.renew .dropdown__in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  padding-right: 0.5em;
}
.renew .dropdown__sale {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #cc0000;
  white-space: nowrap;
  line-height: 1.4;
}
.renew .dropdown__comment {
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #888;
  text-align: right;
  line-height: 1.4;
}
.renew .dropdown__list {
  position: absolute;
  width: 100%;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 10;
}
.renew .dropdown__list:hover {
  cursor: pointer;
}
.renew .related-wrap {
  margin-bottom: 1.5em;
}
.renew .related-wrap .selected_syurui {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.renew .related-wrap .selected_syurui:before {
  content: "カラー：";
  color: #888;
  font-weight: normal;
}
.renew .related-wrap .related_IMG_ul {
  display: flex;
  flex-wrap: wrap;
}
.renew .related-wrap .related_IMG_ul .related_IMG_li {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 0.5em;
}
.renew .related-wrap .related_IMG_ul .related_IMG_li.selected:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: inset 0 0 0 2px #ff6600;
  background: rgba(255, 102, 0, 0.1);
}
.renew .related-wrap .related_IMG_ul .related_IMG_li:hover {
  cursor: pointer;
}
.renew .related-wrap .related_IMG_ul .related_IMG_li:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  box-shadow: inset 0 0 0 2px #ff6600;
}
.renew .related-wrap .related_IMG_ul .related_IMG_li img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: 50% 50%;
}
.renew #cart-btn-group-bottom .form_pdf_btn, .renew #cart-btn-group-bottom .detail_print_btn {
  min-width: 87px;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 776px) {
  .renew .product_right {
    width: 100%;
  }
  .renew .product_right .bx-wrapper {
    margin-bottom: 45px;
  }
  .renew .product {
    width: 100%;
  }
  .renew .product-option dd {
    width: 100%;
  }
  .renew .product-option dd table {
    width: 100%;
    border-bottom: 1px solid #aaa;
  }
  .renew .product-option dd table td, .renew .product-option dd table th {
    display: block;
    border-bottom: none;
    font-size: 0.9em;
    color: #333;
  }
  .renew .product-option dd table th .price {
    display: inline;
    font-weight: bold;
  }
  .renew .product-option dd table td input[type="text"], .renew .product-option dd table td select {
    padding: 0.5em;
    font-size: 16px;
    transform: scale(0.9);
    transform-origin: 0 50%;
  }
  .renew .product-option dd table td input[type="text"] {
    width: 186px;
  }
  .renew .dropdown__item {
    min-height: 45px;
  }
  .renew .related-wrap .related_IMG_ul .related_IMG_li {
    width: 100px;
    height: 100px;
  }
  .renew .related-wrap .related_IMG_ul .related_IMG_li img {
    width: 100px;
    height: 100px;
  }
}
