@charset "euc-jp";
main{
  padding-bottom: 12rem;
}
.details_block{
  padding: 0 2rem;
}
.details_block > form{
  display: contents;
}
.details_block h2{
  font-size: 2rem;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 0 .5rem .8rem;
  margin-bottom: 2rem;
}
.details_block select,
.details_block input:not([type="submit"]){
  width: 100%;
  font-size: 1.8rem;
  padding: .5rem;
  display: block;
}
.product_init{
  display: none;
}

.pruduct_info{
  margin-bottom: 3rem;
}
.product_image_main{
  margin-bottom: 2rem;
}
.product_image_main img{
  width: 100%;
  border: 1px solid #ddd;
}
.product_image_thumb ul{
  margin-bottom: 2rem;
  display: flex;
}
.product_image_thumb ul li + li{
  margin-left: .5rem;
}
.product_image_thumb ul li img{
  border: 1px solid #ddd;
}
.product_exp a{
  text-decoration: underline;
  color: var(--main-color);
}
.tmpl_txt .abouts{
  margin-top: 3rem;
}
.tmpl_txt .abouts dt{
  color: var(--main-color);
}
.tmpl_txt .abouts dd{
  margin-bottom: 2rem;
}
.tmpl_txt .delivery_cost dt{
  margin-top: 3rem;
  margin-bottom: .5rem;
}
.tmpl_txt .delivery_cost dt a{
  width: 22rem;
  display: block;
  padding: 1rem 1.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background-color: var(--main-color);
}
.tmpl_txt .delivery_cost dd{
  margin-bottom: 1.5rem;
}

.product_spec_table{
  width: 100%;
}
.product_spec_table tr th{
  color: #fff;
  display: block;
  width: 100%;
  padding: .5rem;
  text-align: left;
  color: var(--main-color);
  border-bottom: 2px dashed var(--main-color);
}
.product_spec_table tr td{
  display: block;
  width: 100%;
  padding: 1rem .5rem;
}

input[type="submit"].product_cart_btn{
  width: 96%;
  max-width: 30rem;
  color: #fff;
  margin: 3rem auto 0;
  padding: 2rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  background-color: var(--main-color);
}
.stock_error{
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: var(--main-color);
}

.other_info_block{
  margin-top: 3rem;
}
.other_info_lst li{
  margin-bottom: 1rem;
}
.other_info_lst li:before{
  content: "-";
  font-weight: bold;
  padding-right: .5rem;
}

.social_share{
  display: flex;
  align-items: space-around;
}

.together_block{
  margin-top: 5rem;
  padding: 5rem 2rem;
  background-image: url(https://file003.shop-pro.jp/PA01459/743/images/bg_sp.jpg);
  background-size: cover;
}
.together_block h3{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}
.together_block ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.together_block ul li{
  width: 100%;
  max-width: 34rem;
  padding: 2rem;
  margin-bottom: 3rem;
  border: 5px solid #e6e6e6;
  border-radius: 2rem;
  background: #fff;
  text-align: center;
}
.together_block ul li p{
  color: var(--main-color);
  font-weight: bold;
  padding-top: 1rem;
}
@media screen and (min-width:720px){
  .together_block ul li{
    width: calc(100% / 3 - 2%);
  }
  .together_block ul li + li{
    margin-left: 3.6%;
  }
}


/* ---------------------------------------------------------
For PC
----------------------------------------------------------*/
@media screen and (min-width:961px){
  main{
    padding-bottom: 10rem;
  }
  .details_block{
    width: 110rem;
    margin: 0 auto;
    padding: 0 0 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .details_block h2{
    width: 100%;
    font-size: 2.2rem;
    padding: 0 0 .8rem;
    border-bottom: 3px solid var(--main-color);
  }

  .pruduct_info{
    width: 50%;
  }
  .pruduct_details{
    width: 47%;
  }

  .other_info_block{
    font-size: 1.4rem;
  }

  .together_block{
    margin-top: 0;
    background-image: url(https://file003.shop-pro.jp/PA01459/743/images/bg_pc.jpg);
  }
  .together_block h3{
    font-size: 2rem;
  }
  .together_block ul{
    width: 110rem;
    margin: 0 auto;
  }
}