.itemHead{
    width: 100%;
    height: 230px;
    background: black;
}

.pc-box h2{
    font-size: 28px;
  border-bottom: 1px solid #000;
}

#wrap{
  width: 100%;
}
#wrap img{
    width: 100%;
}

.footstamp{
  margin-bottom:60px;
}




/* 商品名・値段部分 */

.add_cart{
  margin: 0;
  width:100%;
  margin-right:10px;
}

.add_cart_table{
margin-bottom:30px;
}

.sold_out{
  /*margin-top: 25px; */
  color: red;
}

.price{
color:red;
  font-size: 26px;
}

.price span{
  font-size: 21px;
  margin-right: 3px;
}

#sk_link_other {
  margin-top:20px;
}

#sk_link_other a,
.product_link_area p a{
    border-bottom: solid 1.5px;
}

/* お届け日・カート部分 */
.cartBlock{
  background: #eeeff0;
  padding: 6% 5%;
  width:340px;
  margin-left: auto;
  min-width: 260px;
  margin-bottom:20px;
}

.cartBlock a{
color: #4ba7f8;
}



.cartBlock input[type="submit"]{
background: #555;
  border: none;
  border-radius: 5px;
  outline: none;
  width: 100%;
  padding: 5% 0;
}

.cartBlock input[type="txt" i]{
    padding: 8px 4px !important;
    margin: 9px 0px !important;
}

.cartBlock input[type="text" i]{
  padding: 8px;
  margin-bottom: 12px;
}

.cartBlock .pur_block div{
  margin-bottom: 9px;
}

.fa-clock{
    font-size: 1.3em;
    margin-top: 4px;
    margin-right: 10px;
}

.fa-truck{
    font-size: 1.2em;
    margin-left: -49px;
    margin-top: 6px;
    margin-right: 10px;
    display: inline-block;
    transform: scaleX(-1);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.delivery_free_block{
    display:flex;
}

.delivery_free{
    font-wold;
    font-size: 21px;
}

.delivery{
  border-bottom: 1px solid #bababa;
  margin-bottom: 5%;
  padding: 4% 0;
}

.zoom-section{
display:flex;
 /* justify-content: space-around;*/
  width:100%;
  max-width:600px;
}

/* 
.twitter #twitter-widget-0,
.twitter .btn-o,
.twitter #widget .btn-o .btn{
    width: 120px !important;
    height: 30px !important;
}

.twitter .btn{
    text-align: center !important;
}

.twitter .btn .label{
    font-size: 14px !important;
}

.twitter .btn i{
    top: -4px;
    width: 25px !important;
    height: 25px !important;
}
*/


/* sp */
@media screen and (max-width:750px) {
  .zoom-section{
    display:block;
  }
  
  .pc-box h2{
    font-size: 6vw;
}

/* 商品名・値段部分 */
  .add_cart{
    margin: 10% 0;
  }
  
  .add_cart_table th{
    width: 30%;
  }s
  .price{
   font-size: 6vw;
  }
/* お届け日・カート部分 */
  .cartBlock{
    margin: auto;
    width: initial;
  }
  
  .product_link_area p{
      margin-bottom: 20px;
  }
  
 #wrap{
display:flex;
}
  
}
/*
.zoom-desc{
  display:flex;
 justify-content: start;
  width:100%;
}
*/
.zoom-desc{
  display:grid;
  grid-template-columns: 1fr 1fr;
  margin-left:10px;
  gap: 10px 10px;
}

.zoom-small-image{
  width:100%;
  max-width: 600px;
}
/*
.cloud-zoom-gallery {
  max-width:25%;
}
*/
.zoom-section{
   justify-content: center;
}
.product_name{
  padding-bottom:15px;
  margin-bottom:24px;
}
zoom-desc a{
  cursor: pointer;
}
.zoom-tiny-image{
  width:100%;
cursor: pointer;
}
.mousetrap{
  display:none;
}
.cartBlock_flex{
  display:block;
  margin:0;
}
.product_name_h1{
    position: absolute;
    top: 0;
    line-height: 230px;
    margin-top: 30px;
}

.btn{
  border-radius:0 !important;
}
.sk_link_other,#sk_link_other a, .product_link_area p a{
  font-size:14px;
  line-height:2;
}

.cartBlock {
    background: #eeeff0;
    padding: 5%;
    margin-left: auto;
}
.delivery_free_block:first-child{
  margin-bottom:15px;
}

.cartBlock input[type="submit"]{
  border-radius:10px !important;
  font-size:16px;
  margin:10px auto;
}
.product_h3{
  width:100%;
  background:#ccc;
  padding:10px 10px;
  margin-bottom:30px;
  margin-top:40px;
  
}
.add_cart{
  position:relative;
}
/*
.product_link{
  position:absolute;
  bottom:0;
  left:0;
}
*/
.product_description{
  font-size:14px;
  line-height:2;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
}
table{
  margin-top:10px;
}
.product_btn {
    max-width: 480px;
    padding: 15px;
    border: 1px solid #000;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 60px;
  font-weight:bold;
  background:#fff;
  cursor: pointer;
    transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.product_btn:hover{
  background: black;
  color: #fff;
}

.cloud-zoom-gallery{
  cursor: pointer;
}

a {
  cursor: pointer !important;
}
.ar{
height: 13px;
    margin: 0 10px;
}
.lum-lightbox-inner .lum-lightbox-caption{
  display:none;
}

.zoom-section{
  display:block;
  }
.zoom-desc {
grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top:10px;
    margin-left: 0px;
    gap: 10px 10px;
  width: 100%;
}
@media only screen and (max-width: 1000px){
.itemHead h1 {
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
  margin-left:35px;
}
.zoom-section{
  display:block;
  }
  .cartBlock_flex{
    margin-top:30px;
  }
  .zoom-small-image{
  width:100%;
}
  .cartBlock_flex{
    display:block;
  }
  .cartBlock{
    width:100%;
  }
  .product_link{
    position:static;
    margin-top:20px;
  }
  .pc-box h2{
    font-size:2em;
  }
  #wrap {
    display: block;
    margin: 0 auto;
}
  .footstamp{
    margin-bottom:30px;
  }
  .add_cart{
    width:100%;
    margin-right:0px;
  }
  .add_cart_table{
margin-bottom:20px;
}
  .cartBlock{
    padding:6%;
  }
  .cartBlock_flex{
    margin-bottom:30px;
  }
  .product_description{
    padding-bottom:30px;
  }
  .product_btn{
    margin-top:30px;
  }
}
@media only screen and (max-width: 430px){
.itemHead h1 {
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
  margin-left:10px;
}
.pc-box h2{
    font-size:2em;
  }
}

.product_images{
  display:flex;
}
.cartBlock_flex{
  margin-left:30px;
}
@media only screen and (max-width: 1000px){
  .product_images{
    display:block;
  }
  .zoom-section{
    max-width:100%;
  }
  .zoom-small-image{
    max-width:100%;
  }
  .cartBlock_flex{
    margin-left:0px;
  }
  .cartBlock{
    width:auto;
    min-width:auto;
}
}
/*追尾カート*/

/*追尾カート*/