@charset "UTF-8";
/*---- SP First ----*/

:root {
  --sceneThemeColor: #9ca7bc;
}

/*---- ポジションマップ ----*/
.lp--scene-content {
  .gslp-block-lineup--body {
    ul {
      li {
        &:nth-child(1) { top: 0;    left: 0;    z-index: +9; }
        &:nth-child(2) { top: 0;    left: 50%;  z-index: +8; }
        &:nth-child(3) { top: 0;    left: 100%; z-index: +7; }
        &:nth-child(4) { top: 50%;  left: 0%;   z-index: +6; }
        &:nth-child(5) { top: 50%;  left: 50%;  z-index: +5; }
        &:nth-child(6) { top: 50%;  left: 100%; z-index: +4; }
        &:nth-child(7) { top: 100%; left: 0%;   z-index: +3; }
        &:nth-child(8) { top: 100%; left: 50%;  z-index: +2; }
        &:nth-child(9) { top: 100%; left: 100%; z-index: +1; }
      }
    }
  }
}

/*---- 特長 ----*/
.lp--scene-content {
    & .lp-strong {
      .lp-strong-point {
        &:nth-of-type(1) {
          background-image: url("/img/usr/@event/corpgift/ico-strong-point1.webp");
        }
        &:nth-of-type(2) {
          background-image: url("/img/usr/@event/corpgift/ico-strong-point2.webp");
        }
        &:nth-of-type(3) {
          background-image: url("/img/usr/@event/corpgift/ico-strong-point3.webp");
        }
    }
  }
}

/*---- タイプサムネイル ----*/
& label.checkbox {
  &[for$="_file"]::before {
    background-image: url("/img/usr/@event/corpgift/ctype_f.webp") !important;
  }
  &[for$="_sassi"]::before {
    background-image: url("/img/usr/@event/corpgift/ctype_s.webp") !important;
  }
  &[for$="_card"]::before {
    background-image: url("/img/usr/@event/corpgift/ctype_c.webp") !important;
  }
  &[for$="_sassi_card"]::before {
    background-image: url("/img/usr/@event/corpgift/ctype_sc.webp") !important;
  }
}

@media screen and (min-width: 641px) { /*-- PC --*/
  .lp--scene-content {
    /*---- シリーズ： ----*/
    .top-brand_list {
      gap: 12px;

      > li {
        width: calc((100% - 36px) /4);

        a {
          h4 {
            font-size: 1.3rem;
          }
          .brand-desc {
            font-size: 1.1rem;
          }
        }
      }
    }
  }
}
