@charset "UTF-8";
/*---- SP First ----*/

:root {
  --sceneThemeColor: #99c499;
}

/*---- ポジションマップ ----*/
.lp--scene-content {
  .gslp-block-lineup--body {
    ul {
      li {
        &.handy-ui   { top: 50%; left: 50%;  z-index: +9; }
        &.choice_csc { top: 80%; left: 77.55%;  z-index: +8; }
        &.choice_pe  { top: 80%; left: 25%; z-index: +7; }
        &.choice_pk  { top: 20%; left: 25%;   z-index: +6; }
      }
    }
  }
}

/*---- 特長 ----*/
.lp--scene-content {
    & .lp-strong {
      .lp-strong-point {
        &:nth-of-type(1) {
          background-image: url("/img/usr/@event/uchiiwai/ico-strong-point1.webp");
        }
        &:nth-of-type(2) {
          background-image: url("/img/usr/@event/uchiiwai/ico-strong-point2.webp");
        }
        &:nth-of-type(3) {
          background-image: url("/img/usr/@event/uchiiwai/ico-strong-point3.webp");
        }
    }
  }
}

/*---- タイプサムネイル ----*/
& label.checkbox {
  &[for$="_sassi"]::before {
    width: 96px !important;
    background-image: url('/img/usr/@event/uchiiwai/ctype_s.webp') !important;
  }
  &[for$="_card"]::before {
    background-image: url('/img/usr/@event/uchiiwai/ctype_c.webp') !important;
  }
  &[for$="_sassi_card"]::before {
    background-image: url('/img/usr/@event/uchiiwai/ctype_sc.webp') !important;
  }
}