@charset "euc-jp";

/* セット物リスト表示 */
.setcontent h4{
  margin-top:1em;
  padding:0.5em 1em;
  border-radius:0.5em;
  background-color:#333333;
  color:#ffffff;
  display:inline-block;
}
.setcontent ul , .setcount li{
  margin:0;
  padding:0;
}
.setcontent li{
  list-style-type: disc;
  margin-left:1.5em;
  padding-top:0.75em;
}
.setcontent br{
  display:none;
}

.p_list_wrap{
}
.p_list_wrap .unit{
  display:flex;
  flex-direction:column;
}
.p_list_wrap .explain{
  flex-grow:1;
}
.explain .s_expl{
  font-size:0.9em;
  padding-left:0.45em;
  padding-right:0.45em;
  margin-bottom:0.45em;
  line-height:1.1em;
}
#delivery_rule dt{
  font-size:1.2em;
  line-height:1.6em;
  font-weight:bold;
  padding:1em;
}
#delivery_rule dd{
  box-sizing:border-box;
  padding:1em 1em 1em 1em;
}
#product_wrap{
  display:flex;
  flex-wrap:wrap;
}
#product_image_wrap{
  width:100%;
  padding:0.75em;
}
#product_data_wrap{
  width:100%;
  padding:0.75em;
}
.together_block {
  width:100%;
}
.together_block ul{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
.together_block li {
  margin:0 2%;
  width:29.333333%;
  aspect-ratio: 1;
  text-align:center;
}
.together_block li img{
  object-fit: cover;
  object-position:50% 100%;
  height:100%;
  width:100%;
  
}
@media screen and (min-width:600px){
  #product_image_wrap{
    width:55%;
  }
  #product_data_wrap{
    width:45%;
  }
  #delivery_rule dd{
    padding:1em 1em 1em 10em;
  }
}



#head_breadcrumb{
  margin-top:1em;
  display:flex;
  flex-wrap:wrap;
}
#head_breadcrumb a{
  	text-decoration:none;
}
#head_breadcrumb div{
  margin:0.3em;
  background-color:#c0c0c0;
  padding:0.3em;
  border-radius:2px;
  color:#fff;
}

.toShopbag{
  	display:flex;
  	flex-wrap:wrap;
  	align-items:center;
  	color:#D23C30;
  	font-weight:bold;
  	border:1px solid #D23C30;
  	margin:1em 0;
  	font-size:1.5em;
  	padding:0.25em;
}
.toShopbag .bag_img{
  	width:20%;
  	position:relatibe;
}
.toShopbag img{
  	width:100%;
  	height:auto;
}
.bag_msg{
  	width:80%;
  	text-align:center;
}
.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
  width:59.468%;
  float:left;
}
.product_image_main img {
  display: block;
  margin: 0 auto 10px;
  width:100%;
  max-width: 100%;
  height: auto;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left:0.998%;
  width:19%;
}
.product_image_thumb li:first-child{
  margin-left:0 ;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_exp {
  padding:0 1em;
  line-height: 1.6;
  float:right;
  width:39.468%;
  box-sizing:border-box;
}

.product_info_block {
  font-size:1.2em;
}
.product_info_block h2{
  font-size:1.3em;
  border-radius:5px;
  text-align:center;
  font-weight:bold;
  position:relative;
  margin-bottom:1em;
}
.product_info_block h2::before{
  content:"";
  display:block;
  position:absolute;
  height:2px;
  background-color:#000;
  width:100%;
  left:0;
  top:calc(50% - 1px);
  z-index:;
}
.product_info_block h2 p{
  background-color:#fff;
  padding:0 20px;
  display:inline-block;
  position:relative;
}
.product_info_block h2 p::before,.product_info_block h2 p::after{
  content:"";
  position:absolute;
  height:6px;
  width:6px;
  background-color:#000;
  top:calc(50% - 3px);
  border-radius:3px;
}
.product_info_block h2 p::before{
  left:3px;
}
.product_info_block h2 p::after{
  right:3px;
}
  .product_spec_block {
/*
    float: left;
    width: 65%;
    */
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
      font-size:1.15em;
    }
      .product_spec_table {
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {  
          width: 33.333%;
          vertical-align:middle;
        }
        .product_spec_table td {
          width: 66.666%;
          vertical-align:middle;
        }
		  .product_spec_table .product_sales{
            font-weight:bold;
            font-size:1.2em;
		  }
          .product_spec_table select {
            width: 90%;
          }
          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    /*
    float: right;
    width: 30%;
    */
    margin-top:6em;
    margin-bottom: 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #444;
      text-decoration: none;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  /*
  font-size: 123.076%;
  */
  font-size:1.3em;
}
  .product_addcart_btn {
    margin-top:0.7em;
    padding:0.8em 0;
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
/*    background-color: #18189c;*/
  background-color:#660022;
    border-radius:0.3em;
    cursor: pointer;
    -webkit-appearance:none;
    box-sizing:borde-box;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
div .item_detail span{
  display:block;
  padding-left:2em;
  padding-right:2em;
}
font{
font-weight:bold;
background:linear-gradient(transparent 60%, #ff6 60%);
}

.product_name{
  margin-top:0.6em;
  font-size:2.2em;
 /* border-top:3px solid #DBB400;
  border-bottom:1px solid #DBB400;
 */
  padding-top:0.6em;
  padding-bottom:0.6em;
  padding-left:0.8em;
  margin-bottom:1.2em;
}
.product_exp_deliver_announce{
  display:block;
  line-height:1.8em;
  font-size:1.2em;
}
.product_exp_deliver_announce::before{
  content:"";
  display:block;
  clear:both;
}
.ex_title{
  font-weight:bold;
  font-size:1.8em;
  margin-bottom:0.8em;
  padding:0.8em;
  background-color:#eee;
}
.product_exp_deliver_announce b{
  color:#dd1111;
}
.product_exp_deliver_announce font{
  font-weight:bold;
  background:transparent;
  border-bottom:1px dotted #ccc;
  display:block;
  margin-bottom:0.4em;
}
.product_exp_deliver_announce img{
  max-width:100%;
  margin:0.4em 1.6em 0.8em;
}
.product_exp_deliver_announce .product_exp_deliver_com{
  padding:0 1.6em;
}
.attention_message{
  color:#F18D00;
  font-weight:bold;
  margin-bottom:2em;
  display:block;
}

#banner img{
  width:100%;
  height:auto;
  margin-top:2em;
  margin-bottom:5em;
}

.frozen{
  display:inline-block;
  padding:0.5em 1em;
  line-height:1.5em;
  background-color:#2EA9DF;
  color:#fff;
  font-weight:bold;
  margin-bottom:1em;
  border-radius:1.25em;
}
.product_soldout_msg{
  color:#dd0000;
}

#add_cart_wrap{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  align-items:center;
}
#add_cart_btn{
  width:50%;
  box-sizing:border-box;
  padding:0.25em;
}
#add_line_friend{
  width:50%;
  box-sizing:border-box;
  padding:1em 0.25em 0.25em 0.25em;

}
/* 生しらすづけページ */
.chkpoint{
  position:relative;
  padding:0.25em;
  border-radius:5px;
  display:flex;
  align-items:center;
  margin-bottom:1em;
background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
  color: #fff;
}
.chkpoint span{
  font-weight:bold;
  display:inline-block;
}
.chkpoint .chkmark{
  display: block;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin:0.8em;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}