@charset "UTF-8";
/* update 2026-09-15 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* 商品グループエリア（システムパーツグループ）は非表示 */
.fs-c-productList {
  display: none;
}

#denim_on_denim_2026aw {
  overflow: hidden;
  text-align: center;
  display: grid;
  gap: 100px;
  margin-bottom: 100px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw {
    gap: 50px;
    margin-bottom: 50px;
  }
}
#denim_on_denim_2026aw {
  /* grid の子は min-width:auto だと画像の実寸まで広がり、SPで横に見切れる */
}
#denim_on_denim_2026aw > * {
  min-width: 0;
}
#denim_on_denim_2026aw picture {
  display: block;
}
#denim_on_denim_2026aw img {
  width: 100%;
  height: auto;
  display: block;
}
#denim_on_denim_2026aw .intro p {
  text-align: center;
  line-height: 2;
  margin: 50px 0.5rem 0;
}
#denim_on_denim_2026aw {
  /* 見出し（文字）画像
     支給は 1800x500 の透明PNG。透明余白をトリミングした実寸を
     「支給1800px = コンテンツ幅1000px」として比率指定する */
}
#denim_on_denim_2026aw .ttl_img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .ttl_img {
    margin-bottom: 30px;
  }
}
#denim_on_denim_2026aw .text {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .text {
    margin-top: 30px;
  }
}
#denim_on_denim_2026aw .text p {
  line-height: 2;
  margin: 0 0.5rem;
}
#denim_on_denim_2026aw {
  /* ===== sec01 BLUE ===== */
}
#denim_on_denim_2026aw .sec01 .ttl_img {
  /* 341px / 1800px */
  width: 18.9444444444%;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .sec01 .ttl_img {
    width: 28.4166666667%;
  }
}
#denim_on_denim_2026aw .sec01 {
  /* 重なり量 -27% は、4:5 画像（幅53%時の高さ66.25%）に対して
     テンプレート 2:3 画像の -33% と同じ重複率になる値 */
}
#denim_on_denim_2026aw .sec01 .img01 {
  width: 53%;
  margin-left: auto;
}
#denim_on_denim_2026aw .sec01 .img02 {
  width: 53%;
  margin-top: -27%;
}
#denim_on_denim_2026aw .sec01 .img03 {
  width: 45%;
  margin-left: auto;
  margin-top: -27%;
}
#denim_on_denim_2026aw {
  /* ===== sec02 ONE WASH ===== */
}
#denim_on_denim_2026aw .sec02 .ttl_img {
  /* 716px / 1800px */
  width: 39.7777777778%;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .sec02 .ttl_img {
    width: 59.6666666667%;
  }
}
#denim_on_denim_2026aw .sec02 .gridbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .sec02 .gridbox {
    gap: 15px;
  }
}
#denim_on_denim_2026aw {
  /* ===== sec03 BLACK ===== */
}
#denim_on_denim_2026aw .sec03 .ttl_img {
  /* 437px / 1800px */
  width: 24.2777777778%;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .sec03 .ttl_img {
    width: 36.4166666667%;
  }
}
#denim_on_denim_2026aw .sec03 .img01 {
  width: 53%;
}
#denim_on_denim_2026aw .sec03 .img02 {
  width: 53%;
  margin-left: auto;
  margin-top: -27%;
}
#denim_on_denim_2026aw .sec03 .img03 {
  width: 45%;
  margin-top: -27%;
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .sec03 .img03 {
    margin-left: 20px;
  }
}
#denim_on_denim_2026aw {
  /* ===== 商品情報（カートアイコン付き） ===== */
}
#denim_on_denim_2026aw .cash a {
  display: block;
  position: relative;
  margin-right: 1rem;
  /*見切り対策用*/
  margin-bottom: 1rem;
}
#denim_on_denim_2026aw .cash a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(https://yanuk.itembox.cloud/item/special/assets/img/buy_icon.svg) no-repeat;
  margin-left: 10px;
  background-size: 70%;
}
#denim_on_denim_2026aw .cash a {
  /*アイコン無しの場合*/
}
#denim_on_denim_2026aw .cash a.xx:after {
  display: none;
}
@media screen and (max-width: 750px) {
  #denim_on_denim_2026aw .cash a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #denim_on_denim_2026aw .cash a:after {
    background-size: 50%;
  }
}
#denim_on_denim_2026aw {
  /* ===== フェードイン（js絡み） ===== */
}
#denim_on_denim_2026aw .fade-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}
#denim_on_denim_2026aw .fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1.5s;
}
#denim_on_denim_2026aw .fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1.5s;
}
#denim_on_denim_2026aw .scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#denim_on_denim_2026aw {
  /* ===== スライダー（slick） ===== */
}
#denim_on_denim_2026aw .slick-prev,
#denim_on_denim_2026aw .slick-next {
  display: none;
}
#denim_on_denim_2026aw .slick-dots {
  bottom: 0;
}
#denim_on_denim_2026aw .slick-dots li button::before {
  font-size: 23px;
}/*# sourceMappingURL=style.css.map */