@charset "UTF-8";

/* ===================================
   LPエリア（#Area）
=================================== */
#Area {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: #000;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.6px;
  font-feature-settings: "palt";
  overflow-x: hidden;
  box-sizing: border-box;
  clip-path: inset(0 0 0 0);
  z-index: 1;
}

#Area::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("//ds-assets.store-image.jp/ncole/sp/2026summer_sale_new_mix/bg.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  z-index: -1; 
  pointer-events: none;
}

#Area .main_bnr,
#Area .p-lead,
#Area .lp_nav,
#Area .lp_contentwrap {
  position: relative;
  z-index: 2;
}

#Area a {
  color: #000;
  transition: .3s;
}
#Area a:hover {
  opacity: .7;
  text-decoration: none;
  border: none;
}

/* メインビジュアル */
#Area .main_bnr {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
#Area .main_bnr img {
  width: 100%;
  height: auto;
  display: block;
}
#Area .main_bnr h1 {
  width: 33.7%;
  max-width: 646px;
  position: absolute;
  right: 0;
  bottom: calc(26% - 65px); 
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

/* 導入テキスト */
#Area .p-lead {
  width: 100%;
  max-width: 800px;
  margin: 120px auto 60px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
#Area .p-lead p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  color: #111;
  letter-spacing: 0.5px;
  margin: 0;
}

/* lp_contentwrap */
#Area .lp_contentwrap {
  margin-bottom: 0;
  width: 100%;
}

/* lp_nav (PC表示) */
#Area .lp_nav {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
#Area .lp_nav_flx {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#Area .lp_nav_flx li {
  width: 18.5%;
  max-width: 200px;
}
#Area .lp_nav_flx li img {
  width: 100%;
  height: auto;
  display: block;
}

/* brand */
#Area .brand_block {
  padding: 60px 0 0;
  width: 100%;
}

/* 各セクションラッパー */
#Area .style_section_wrap {
  width: 100%;
  padding: 100px 0 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#Area .style_bg_odd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(184, 184, 184, 0.28);
  mix-blend-mode: multiply;
  z-index: 1;
}

#Area .style_section_wrap > * {
  position: relative;
  z-index: 2;
}

#Area .style_section_wrap[id] {
  scroll-margin-top: 100px;
}

/* ===================================
   基本ブロックグリッド
=================================== */
#Area .style_block {
  display: grid;
  grid-template-columns: 48% 1fr;
  grid-template-rows: auto auto;
  gap: 80px 40px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 100px;
}

/* PC表示時：01, 03, 05 の左右反転 */
#Area .style_block.style_reverse {
  grid-template-columns: 1fr 48%;
}
#Area .style_block.style_reverse .style_txt {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
#Area .style_block.style_reverse .style_img_1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  margin: 0 auto 0 0;
}
#Area .style_block.style_reverse .style_img_2 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  left: 0;
}

/* セクションテキスト */
#Area .style_txt {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  max-width: 580px;
  margin-bottom: 0;
  padding-top: 0;
  text-align: center;
  align-self: center;
}
#Area .style_txt h3 {
  width: 100%;
  margin: 0 auto 30px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #111;
}
#Area .style_txt p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #222;
  margin: 0 auto;
  text-align: center;
}

/* メイン画像コンテナ */
#Area .style_img_1 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  width: 100%;
  max-width: 590px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
#Area .style_img_1 img, 
#Area .style_img_2 img {
  width: 100%;
  height: auto;
  display: block;
}

/* 番号あしらい画像（疑似要素 ::before） */
#Area .style_img_1::before {
  content: "";
  position: absolute;
  top: -26px;
  left: -26px;
  width: 154px;
  height: 154px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  pointer-events: none;
}

/* 各セクション画像指定 */
#LOOK01 .style_img_1::before {
  background-image: url("https://ds-assets.store-image.jp/ncole/sp/2026summer_sale_new_mix/01.png");
}
#LOOK02 .style_img_1::before {
  background-image: url("https://ds-assets.store-image.jp/ncole/sp/2026summer_sale_new_mix/02.png");
}
#LOOK03 .style_img_1::before {
  background-image: url("https://ds-assets.store-image.jp/ncole/sp/2026summer_sale_new_mix/03.png");
}
#LOOK04 .style_img_1::before {
  background-image: url("https://ds-assets.store-image.jp/ncole/sp/2026summer_sale_new_mix/04.png");
}
#LOOK05 .style_img_1::before {
  background-image: url("https://ds-assets.store-image.jp/ncole/sp/2026summer_sale_new_mix/05.png");
}

/* サブ画像コンテナ */
#Area .style_img_2 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  width: 84%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  left: 0;
  z-index: 1;
  align-self: center;
}

/* LOOK 05 Swiper */
#Area .swiper-look5 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#Area .swiper-pagination-look5 {
  bottom: 12px;
  left: auto;
  right: 15px;
  width: auto;
  text-align: right;
}
#Area .swiper-pagination-look5 .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
#Area .swiper-pagination-look5 .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

/* メイン画像直下の商品クレジット */
#Area .main_item_credit_wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 14px;
}

#Area .main_item_credit {
  margin-top: 10px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
#Area .main_item_credit .badge-new,
#Area .main_item_credit .badge-sale {
  margin-right: 6px;
  vertical-align: middle;
}
#Area .main_item_credit .name {
  display: inline;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 4px;
}
#Area .main_item_credit .name a {
  color: #111;
  text-decoration: none;
}
#Area .main_item_credit .name .prefix {
  font-size: 12px;
  color: #555;
  margin-right: 2px;
}
#Area .main_item_credit .price {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
}
#Area .main_item_credit .price s.price_regular {
  color: #000;
  text-decoration: line-through;
  margin-right: 4px;
}
#Area .main_item_credit .price .price_sale_val,
#Area .main_item_credit .price .discount {
  color: #e05252;
  font-weight: 700;
}

/* -----------------------------------
   COORDINATE ITEM (Pair It With～) 
----------------------------------- */
#Area .style_item {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}

#Area .style_item h4 {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#Area .style_item h4::before,
#Area .style_item h4::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000;
}

#Area .style_item > p {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

#Area .style_item_listwrap {
  width: 100%;
  margin: 0 auto;
}

/* PC表示：元の均等6列並びへ戻す設定 */
#Area .style_item_list {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#Area .style_item_list li {
  width: calc(( 100% - (1% * 5)) / 6 );
}

#Area .item_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 商品バッジ */
#Area .badge-new,
#Area .badge-sale {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 4px 8px;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-weight: 300;
}
#Area .badge-new {
  background-color: #9bb7d4;
}
#Area .badge-sale {
  background-color: #f49b9b;
}
#Area .main_item_credit .badge-new,
#Area .main_item_credit .badge-sale {
  font-size: 14px;
  padding: 5px 10px;
}

#Area .item_credit {
  margin-top: 10px;
  font-size: 13px;
  line-height: calc(21 / 13);
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#Area .item_credit .name {
  margin-bottom: 4px;
}
#Area .item_credit .name a {
  color: #000;
  text-decoration: none;
}

#Area .item_credit .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
}
#Area .item_credit .price s.price_regular {
  color: #000;
  text-decoration: line-through;
}
#Area .item_credit .price .price_sale_val,
#Area .item_credit .price .discount {
  color: #e05252;
  font-weight: 700;
}

/* 販売終了メッセージ */
#Area .p-item-list__not_display {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  padding: 10px 0;
  text-align: left;
}

/* 最下部ブランドリンク */
#Area .brand_link {
  width: 87%;
  max-width: 678px;
  margin: 100px auto 110px;
}
#Area .brand_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  position: relative;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#Area .brand_link a::after {
  content: "";
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 98%;
  transform: translate(-50%, -50%);
}

#Area .swiper-scroll {
  overflow: hidden;
  position: relative;
}

/* ===================================
   レスポンシブ (SP表示)
=================================== */
@media screen and (max-width: 767px) {
  #Area {
    font-size: 12px;
    line-height: 25px;
  }

  /* SPあしらい画像サイズ */
  #Area .style_img_1::before {
    top: -16px;
    left: -16px;
    width: 95px;
    height: 95px;
  }

  /* SALE / NEW ラベル */
  #Area .badge-new,
  #Area .badge-sale {
    font-size: 9px;
    padding: 3px 5px;
  }

  /* SPメインビジュアルタイトル */
  #Area .main_bnr h1 {
    width: 78%;
    bottom: 19%;
  }

  /* 導入テキスト */
  #Area .p-lead {
    margin: 50px auto 20px;
    padding: 0 4%;
    box-sizing: border-box;
  }
  #Area .p-lead p {
    font-size: 13px;
    line-height: 2.0;
  }

  /* SPナビゲーション */
  #Area .lp_nav {
    padding: 10px 5% 50px;
    width: 100%;
    box-sizing: border-box;
  }
  #Area .lp_nav_flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 2.5%;
    width: 100%;
    padding: 0;
  }
  #Area .lp_nav_flx li {
    width: 31.5%;
    max-width: none;
  }

  #Area .brand_block {
    padding: 10px 0 0;
  }

  #Area .style_section_wrap {
    padding: 40px 0;
  }

  #Area .style_section_wrap[id] {
    scroll-margin-top: 100px;
  }

  #Area .style_block,
  #Area .style_block.style_reverse {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    transform: translateX(0);
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }

  #Area .style_txt,
  #Area .style_block.style_reverse .style_txt {
    grid-column: auto;
    max-width: none;
    margin-bottom: 80px;
    padding-top: 0;
    text-align: center;
  }
  #Area .style_txt h3 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #Area .style_txt p {
    font-size: 12px;
    line-height: 1.7;
  }

  #Area .style_img_1,
  #Area .style_block.style_reverse .style_img_1 {
    grid-column: auto;
    width: 92%;
    margin: 0 auto 40px;
  }

  #Area .style_img_2,
  #Area .style_block.style_reverse .style_img_2 {
    grid-column: auto;
    width: 72%;
    margin: 0 4% 40px auto;
    left: 0;
  }

  #Area .main_item_credit_wrap {
    gap: 4px;
    margin-top: 10px;
  }
  #Area .main_item_credit {
    margin-top: 6px;
  }
  
  #Area .style_img_2 .main_item_credit {
    padding-left: 0;
  }

  #Area .main_item_credit .name {
    font-size: 11px;
    line-height: 1.35;
  }
  #Area .main_item_credit .price {
    font-size: 11px;
    display: block;
    margin-left: 0;
    margin-top: 2px;
  }
  #Area .main_item_credit .badge-new,
  #Area .main_item_credit .badge-sale {
    font-size: 11px;
    padding: 4px 8px;
  }
  #Area .style_item {
    padding-left: 0;
    width: 100%;
  }
  #Area .style_item h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #Area .style_item h4::before,
  #Area .style_item h4::after {
    width: 20px;
  }

  #Area .style_item > p {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 0 4%;
  }

  #Area .style_item_listwrap {
    width: 100%;
    overflow: hidden;
  }

  #Area .swiper-scroll {
    overflow: hidden;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  #Area .style_item_list,
  #Area .style_item_list.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    padding-left: 7%;
    padding-right: 0;
    padding-bottom: 15px;
    margin: 0;
    box-sizing: border-box;
  }

  #Area .style_item_list li,
  #Area .style_item_list .swiper-slide {
    width: 150px;
    flex: 0 0 150px;
    flex-shrink: 0;
  }

  #Area .item_credit {
    font-size: 10px;
    line-height: 1.4;
  }
  #Area .item_credit .price {
    font-size: 10px;
  }

  #Area .brand_link {
    width: 90%;
    margin: 80px auto 80px;
  }
  #Area .brand_link a {
    height: 52px;
    font-size: 13px;
    letter-spacing: 0px;
  }
}