@charset "euc-jp";
.prd_opt_src {
  display: none !important;
}
#item-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#item-photo {
  width: 45%;
  margin-right: 5%;
}
#purchase-box {
  width: 50%;
}
.product_image_main {
  margin-bottom: 30px;
}
.product_image_main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.product_image_thumb ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4%;
}
.product_image_thumb ul li {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 4%;
}
.product_image_thumb ul li:nth-child(6n) {
  margin-right: 0;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
  cursor: pointer;
}
#item-detail h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
#item-detail .price {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}
.product_exp {
  margin-top: 50px;
  line-height: 1.6;
}
#purchase-box input,
#purchase-box button,
#purchase-box select {
  margin: 0;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  position: relative;
  width: 220px;
  height: 35px;
}
::-webkit-input-placeholder {
 color: #ccc;
 font-size: 14px;
 text-align: center;
}
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
 font-size: 14px;
 text-align: center;
}
:-ms-input-placeholder {
 color: #ccc;
 font-size: 14px;
 text-align: center;
}
#purchase-box .disable_cartin {
  max-width: 300px;
  margin-top: 30px;
}
#purchase-box .disable_cartin button {
  display:block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 8px 10px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: .3s linear;
}
#purchase-box .disable_cartin button:hover {
  background: #000;
  color: #fff;
}
#purchase-box .disable_cartin button i {
  margin-right: .5em;
  font-size: 14px;
}
.option-box dl {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.option-box dl:last-of-type {
  margin-bottom: 0;
}
.option-box dl dt {
  font-size: 14px;
  margin-right: 20px;
  width: 60px;
  white-space: nowrap;
}
.zaiko_list span{
  display: block;
  width: 30%;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ebebeb;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.purchase-count {
  display: flex;
  align-items: center;
  position: relative;
  height: 35px;
}
.product_init {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -17px;
  z-index: 10;
}

#prd_opt .ttl_h2 {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}
#prd_opt .product_option_table {
  width: 94%;
  margin-right: 2%;
  margin-left: 2%;
  padding-bottom: .6em;
}
#prd_opt .product_option_table table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
}
#prd_opt .product_option_table table th,
#prd_opt .product_option_table table td {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  line-height: 1.3;
}
#prd_opt .product_option_table table th {
  background: #ebebeb;
  color: #000;
}

#prd_opt .btn {
  display: block;
  margin: 0 auto;
  width: 25%;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 3px 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ebebeb;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}



@media all and (-ms-high-contrast:none) {
.product_init {
  margin-top: -8px;
}
}
.product_init a {
  font-size: 10px;
}
@media screen and (max-width:768px) {
#shopping-contents {
  padding:0;
}
#item-detail {
  flex-direction: column;
}
#item-photo {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%;
}
#purchase-box {
  width: 100%;
}
.product_image_main {
  margin-bottom: 4%;
}
.product_image_main img {
  width: 65%;
}
#item-detail h2 {
  font-size: 4.75vw;
  margin-bottom: 2.6%;
  text-align: center;
  line-height: 1.3;
}
#item-detail .price {
  font-size: 4.25vw;
  margin-bottom: 3.4%;
  text-align: center;
}
.product_exp {
  font-size: 2.75vw;
  margin-top: 6.8%;
}
#purchase-box input,
#purchase-box button,
#purchase-box select {
  padding: .5vw 1vw;
  font-size: 2.5vw;
  width: 100%;
  max-width: 100%;
  height: 7vw;
}
::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder {
 font-size: 2.5vw;
} 
#purchase-box .disable_cartin {
  width: 85%;
  max-width: 100%;
  margin: 4% auto 0;
}
#purchase-box .disable_cartin button {
  border-radius: 5vw;
  padding: 1.75vw 1vw;
  font-size: 2.75vw;
}
#purchase-box .disable_cartin button i {
  font-size: 2.5vw;
}
.option-box dl {
  max-width: 100%;
  width: 100%;
  margin-bottom: 4vw;
}
.option-box dl:last-of-type {
  margin-bottom: 0;
}
.option-box dl dt {
  font-size: 2.5vw;
  margin-right: 2.6%;
  width: 10%;
}
.option-box dl dd {
  width: 87.4%;
 }
.purchase-count {
  height: inherit;
}
.product_init {
  right: 1vw;
  margin-top: -1.75vw;
}
.product_init a {
  font-size: 1.25vw;
}
}
@media screen and (max-width:425px) {
.product_image_main img {
  width: 80%;
}
#item-detail h2 {
  font-size: 6vw;
}
#item-detail .price {
  font-size: 5.25vw;
}
.product_exp {
  font-size: 3.5vw;
}
#purchase-box input,
#purchase-box button,
#purchase-box select {
  font-size: 3.25vw;
  height: 9vw;
}
::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder {
 font-size: 3.25vw;
} 
#purchase-box .disable_cartin {
  width: 100%;
}
#purchase-box .disable_cartin button {
  font-size: 3.25vw;
}
#purchase-box .disable_cartin button i {
  font-size: 3vw;
}
.option-box dl dt {
  font-size: 3.25vw;
}
}