.pcOnly {display: inline-block !important;}
.spOnly {display: none !important;}

#special{ margin: 0 auto; max-width: 1256px; width: 100%; position: relative; background: #fff; text-align: center;}

#social-wrap { position: absolute; right: 0; top: 15px; overflow: hidden; z-index: 9; }
#social-wrap a.fb { background-position: 0 0; }
#social-wrap a.tw { background-position: -36px 0; }
#social-wrap a { display: block; width: 36px; height: 36px; background: url(../img/social_bt.png) no-repeat left top; margin: 0 10px 0 0; float: left; text-indent: -9999px; }

/*sec01*/
#sec01 { width: 100%; max-width: 1256px; opacity: 1; position: relative;}
#sec01 .keyVusial{ position: relative;}
#sec01 .lead{ font-size: 2.6rem; line-height: 2; font-weight: bold; margin: 74px auto 72px;}

.lead h2 {
  margin: 0 0 25px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.lead h2 span{
  display: block;
  margin-bottom: 25px;
}

.lead p {
  margin: 0 0 25px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.9;
}

.lead p:last-child {
  margin-bottom: 0;
}

.products {
  padding: 80px 60px;
  background: #f9f5e9;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.product {
  display: flex;
  flex-direction: column;
  padding: 35px 10px 20px;
  background: #fff;
}

.product__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.product__photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product__detail {
  padding: 0 10px 16px;
  text-align: center;
}

.product h3 {
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
}

.product__colors {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px !important;
  padding: 0;
  list-style: none;
}

.product__colors li {
  padding: 5px 7px;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1.2;
}

.product__price {
  margin: 0 !important;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.online {
  margin: 60px auto 0;
}
.btn{ margin: auto; text-align: center;}
.btn img:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {

  .pcOnly {display: none !important;}
  .spOnly {display: inline-block !important;}

  #special { max-width: 100%;}
  #social-wrap {top: 10px;}

  /*sec01*/
  #sec01 { width: 100%; height: auto;}
  #sec01 .keyVusial{ position: inherit;}
  #sec01 .lead{ font-size: 1.8rem; margin: 60px 0 50px; line-height: 1.8;}

  .lead h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .lead h2 span{
    width: 355px;
    margin: 0 auto 20px;
  }

  .lead p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .products {
    padding: 60px 15px;
  }

  .products__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product {
    padding: 0 0 10px;
  }

  .product__photo {
    height: 220px;
    margin-bottom: -16px;
  }

  .product__detail {
    padding: 0 6px 12px;
  }

  .product h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.45;
  }

  .product__colors {
    gap: 5px;
    margin-bottom: 8px !important;
  }

  .product__colors li {
    padding: 2px 4px;
    font-size: 1.1rem;
  }

  .product__price {
    font-size: 1.4rem;
  }

 .online {
    margin: 50px 0 0;
  }
}
