.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;
  color: #e11937;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
}

.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: 44px 40px;
  background: #003a78;
}

.products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.product {
  display: grid;
  grid-template-columns: 261px calc(100% - 276px);
  align-items: center;
  padding: 20px;
  background: #fff;
  text-align: left;
}

.product--large {
  grid-row: span 2;
  grid-template-columns: 261px calc(100% - 276px);
}

.product__photo {
  text-align: center;
}

.product__photo__top {
  margin-bottom: 40px !important;
}

.product__detail {
  padding-left: 16px;
}

.product--large .product__detail {
  margin-top: -70px;
}

.product--large .product__detail .txt__wrap {
  margin-left: 30px;
}

.product h3 {
  margin: 0 0 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}

.product__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px !important;
  padding: 0;
  list-style: none;
}

.product__colors li {
  padding: 6px 8px;
  border: 1px solid #000;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.2;
}

.product__price {
  margin-top: 16px !important;
  font-size: 1.9rem;
  font-weight: 700;
}

.online {
  margin: 60px auto 0;
  padding-bottom: 140px;
}
.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: 55px 0 50px; line-height: 1.8;}

  .lead h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .lead p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .products {
    padding: 60px 15px 52px;
  }

  .products__grid {
    display: flex;
    flex-direction: column;
  }

  .product,
  .product--large {
    display: grid;
    grid-template-columns: 49% 51%;
    min-height: 0;
    margin-bottom: 0;
    padding: 28px 10px;
  }

  .product:last-child {
    margin-bottom: 0;
  }

  .product__detail {
    padding-left: 20px;
  }

  .product__photo__top {
    margin-bottom: 20px !important;
  }

  .product--large .product__detail {
    margin-top: 0;
  }

  .product--large .product__detail .txt__wrap {
    margin-left: 10px;
  }

  .product h3 {
    font-size: 1.4rem;
  }

  .product__colors {
    gap: 6px;
    margin-bottom: 10px;
  }

  .product__colors li {
    padding: 4px;
    font-size: 1.0rem;
  }

  .product__price {
    font-size: 1.4rem;
  }

  .online {
    margin: 50px 15px 0;
    padding-bottom: 60px;
  }
  .tote {
    order: 6;
  }

  .skirt {
    order: 5;
  }

  .product:not(.tote):not(.skirt):not(.shoulder) {
    order: 0;
  }

  /* ショルダー（7番目） */
  .product.shoulder {
    order: 7;
  }
}
