@charset "UTF-8";
/*---- SP First ----*/

:root {
  --sceneThemeColor: #b19b7b;
}

/*---- ポジションマップ ----*/
.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/babygift/ico-strong-point1.webp");
        }
        &:nth-of-type(2) {
          background-image: url("/img/usr/@event/babygift/ico-strong-point2.webp");
        }
        &:nth-of-type(3) {
          background-image: url("/img/usr/@event/babygift/ico-strong-point3.webp");
        }
    }
  }
}

/*---- タイプサムネイル ----*/
& label.checkbox {
  &[for$="_sassi"]::before {
    width: 96px !important;
    background-image: url('/img/usr/@event/babygift/ctype_s.webp') !important;
  }
  &[for$="_card"]::before {
    background-image: url('/img/usr/@event/babygift/ctype_c.webp') !important;
  }
  &[for$="_sassi_card"]::before {
    background-image: url('/img/usr/@event/babygift/ctype_sc.webp') !important;
  }
}