/* 出荷予定日 */
.shippingBox {
  display: flex;
  align-items: center;
  column-gap: 6%;
  font-weight: 700;
  border: 1px solid #333;
  line-height: 1.5;
  margin: 10px 0;
  padding: 14px 6%;  
  width: 100%;
  /*white-space: nowrap;*/
}
@media (min-width: 768px) {
  .shippingBox {
    column-gap: 8%;
    padding: 14px 8%;
    white-space: normal;
  }
}
.shippingDay {
  color: #b00;
  font-size: 1.5em;
}
.shippingImg svg {
  fill: #333;
  width: 50px;
  height: 50px;
}
.shippingCaption {
  display: inline-block;
  font-weight: normal;
  margin-top: 2px;
}

.label-color .label-name:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 10px;
  height: 10px;
  top: 1px;
  right: 3px;
}
.label-color.Red .label-name:before {
  background: #f66;
}
.label-color.Blue .label-name:before {
  background: #66f;
}

.soldout-slash {
   background-image: linear-gradient(-45deg, transparent 49%, black 49%, black 51%, transparent 51%, transparent); 
  /* 対角線はギザギザになる
    background-image: linear-gradient(to bottom right, transparent 49%, black 49%, black 51%, transparent 51%, transparent);  */
border: 1px solid black;
  opacity:0.3;
}


/*オプション項目のラジオボタン*/

.c-form__unit {
  margin-bottom: 0.5em; 
}  
.c-form__unit-label {
  font-weight: bold;
  margin-bottom: 0.4em;
}  
.c-form__option input[type="radio"] {
    display: none;
}
.c-form__option input[type="radio"]:checked + label {
    color: #f6f6f6;
    background-color: #333;
}
.c-form__option label {
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0.5em 1em;
    transition: background-color .2s linear;
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-weight: 300;
    border: 1px solid #ccc;
}
/*.c-form__option label:hover {
    background-color: #a69c68;
    border-color: #a69c68;
    color: #fff;
}*/


/* マージン調整 */ 
.mgt1m {
  margin-top: 1em;
}
.mgb1b {
  margin-bottom: 1em;
}
.mgl1m {
  margin-left: 1em;
}
.mg100 {
  margin: 100px 0; 
}
.mg30 {
  margin: 30px 0; 
}

.pd-fav-item button span {
  margin-left: 2px;
}

form {
  margin: 0; 
}

h2.pd-name {
  font-size: 1.7em;
  margin: 10px 0;
}

.pd-price {
  font-size: 1.5em;
  margin: 0.5em 0;
}

.pd-price .font-m {
  font-size: 0.6em;  
}
.pd-naire {
  width: 100%;
}

/* オプション1で表形式縦並びの場合 */
.o12 .table-bordered {
  border-top: none;
}

.product-order-exp {
  margin: 30px 0; 
}

.together-items {
  margin-top: 30px;
}

.together-items .product-item-card {
  margin-bottom: 0;
}

.pd-fav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pd-fav-item button {
  border: 1px solid #eee;
  background-color: transparent;
}

.pd-fav-item button.is-added {
  color: #ff7979;
}

.pd-fav-item svg {
  vertical-align: top;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* レビューの星 */
.fa-star,
.fa-star-half-alt {
  color: #ffdc00;
}

.fa-star.star-gray {
  color: #eee; 
}

.p-posted-review__star.is-color {
  fill: #ffdc00;
}

svg:not(:root) {
  overflow: hidden;
}

.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;
  fill: currentColor;
  fill: #ddd;
}

.pd-model {
  font-family: oswald, san-serif;
  margin: 10px 0;
}

/* グループ（タグ化）  */
.caption_box {
  position: relative;
  margin-top: 1em;
  padding: 0.5em 0;
  border-bottom: 1px solid black;
  z-index: -1;
}

.caption_box .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color:
    white;
  transform: translateY(50%) translateX(1em);
}

.product_belong_lists {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.product_belong_lists li.product_belong_list {
  padding: 1px 10px;
  margin-right: 2.5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #eee;

}

/* 商品情報 */
input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 4px 6px;
  height: 30px;
}

#product select {
  border-radius: 0;
  height: 30px;
}

input.product-order-form {
  width: calc(100% - 14px);
}

input.product-cart-init-num {
  float: left;
  width: 3em;
}
/* 数量 */
.product-qty {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.product-qty-name {
  padding: 5px 5px 5px 0;
}

/* 商品単位 */
.product-unit {
  float: left;
  padding: 5px;
}

#product .pure-button {
  font-size: 1.2em;
  margin: 0.5em 0 1em;
  padding: 1em 0;
  width: 100%;
}

#product .pure-button-black {
  background-color: #333;
  color: #fff;
}

/* お気に入りボタン */
.pd-fav-item button {
  padding: 1em 0;
  cursor: pointer;
  transition: .3s;
  color: #999;
  border: 0;
  outline: none;
}

.favorite-button i {
  margin-right: 5px;
}

#product .pure-button-gray {
  background-color: #eee;
  color: #666;
}


/* スライドショー slick */
.slick, .slick-thumb {
  opacity: 0;
  transition: opacity .3s linear;
}

.slick.slick-initialized,
.slick-thumb.slick-initialized {
  opacity: 1;
}

/*画像を拡大するか、しないか*/
.slick-slide img {
  width: 100%;
}

.product-image-sub img {
  transition: 0.3s;
}
.product-image-sub img:hover {
  cursor: pointer; 
  opacity: 0.75;
}

#product .slick-slider {
  margin-bottom: 0;
}

.slick button {
  height: 100%;
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  width: 40px;
}
.product-image-sub .slick-slide {
  padding: 0;/*サムネ間隔。計算の端数で等間隔にならないので基本空けない*/
}

.product-image-sub {
  margin-top: 5px;
  padding: 0 40px;
}

svg.slick-prev {
  left:  -40px;
  height: 100%;
}

svg.slick-next {
  right: -40px;
  height: 100%;  
}

svg.slick-prev, svg.slick-next {
  margin-top: 0; 
  background-color: rgba(0, 0, 0, 0.1);
  width: 40px;
  transition: .3s;
  padding: 0 7px;
}

svg.slick-prev:hover, svg.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}

svg.slick-prev:hover, svg.slick-prev:focus,
svg.slick-next:hover, svg.slick-next:focus {
  opacity: 0.75;
}

/* サムネが6枚以下の場合のslickスタイル */
#product .slick-dots {
  display: flex!important;
  justify-content: center;
  position: static;
  bottom: 0;
  margin: 5px 0;
}
#product .slick-dots li {
  width: 16.6666%;
  height: auto;
  margin: 0;
}

/* md */
@media (min-width: 768px) {
  .product-info-wrapper {
    padding-left: 50px;
  }
  .pd-model, h2.pd-name {
    margin-top: 0;
  }
  /* サムネスライドショー */
  /* 間隔などを調整する場合
  .product-image-sub {
    padding: 0 10%;
  }
  
  svg.slick-prev {
    left: -12.5%;
  }

  svg.slick-next {
    right: -12.5%;
  }

  svg.slick-prev, svg.slick-next {
    margin-top: 0; 
    background-color: rgba(0, 0, 0, 0.1);
    width: calc(12.5% - 10px);
    transition: .3s;
  }*/
}

/* lg */
@media (min-width: 1024px) {

}


/* table02 */
#table02 th, #table02 td {

  border-bottom: 1px solid #b5b1b1;
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}

/* tab */
@media only screen and (max-width: 768px) {
  #table02 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}