* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  color: #fff;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.lp-wrap {
  background: #000;
  padding: 0;
}

.lp {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  background: #000;
}

.section {
  position: relative;
  width: 100%;
}

.base-img {
  display: block;
  width: 100%;
  height: auto;
}

.deco-gif {
  pointer-events: none;
}

/* ========================================
   FV
======================================== */
.fv {
  position: relative;
  z-index: 1;
}

.hero-vsu,
.hero-store,
.hero-sen {
  position: absolute;
  pointer-events: none;
}

.hero-vsu {
  left: 0;
  top: 0;
  width: 48.6%;
  z-index: 2;
}

.hero-store {
  left: 1.4%;
  bottom: 0;
  width: 43%;
  z-index: 3;
}

.hero-sen {
  right: 21.2%;
  top: 41.5%;
  width: 43%;
  z-index: 4;
}

/* ========================================
   Shared section decorations
======================================== */
.section-obi,
.section-vsu {
  position: absolute;
  z-index: 2;
}

.section-obi {
  left: 50%;
  transform: translateX(-50%);
}

.section-vsu {
  width: 26%;
}

.section-vsu--right {
  right: 3.8%;
}

.section-vsu--left {
  left: 2.2%;
}

/* ========================================
   New machine
======================================== */
.section-news {
  z-index: 2;
}

.news-flash {
  position: absolute;
  top:1.7%;
  left: 50%;
  transform: translateX(-50%);
  width: 46.4%;
  z-index: 4;
}

.section-obi--news {
  top: 16.2%;
  width: 45%;
  left: 47%;
}

.section-news .section-vsu--right {
  top: 11.8%;
  width: 35%;
}

.news-posters {
  position: absolute;
  top: 19.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 50.5%;
  z-index: 3;
  display: grid;
  gap: 10px;
  justify-items: center;
}

.poster-img {
  width: 93%;
  height: auto;
}

/* ========================================
   Lottery
======================================== */
.section-lottery {
  z-index: 3;
}

.section-obi--lottery {
  top: 28%;
  left: 53%;
  width: 45%;
}

.section-lottery .section-vsu--left {
  top: 12.2%;
  width: 35%;
}

.lottery-link {
  position: absolute;
  top: 35.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 38.5%;
  z-index: 3;
}

.lottery-catch {
  width: 100%;
}

/* ========================================
   Schedule
======================================== */
.section-schedule {
  z-index: 4;
}

.section-obi--schedule {
  top: 6.2%;
  left: 44%;
  width: 50%;
}

.section-schedule .section-vsu--right {
  top: 2.8%;
      width: 35%;
}

.schedule-list {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 59%;
  z-index: 3;
  display: grid;
  gap: 8px;
}

.schedule-card {
  width: 92%;
  height: auto;
}

/* ========================================
   Latest links
======================================== */
.section-latest {
  z-index: 5;
}

.section-obi--latest {
  top: 21.4%;
      left: 53%;
      width: 45%;
}

.section-latest .section-vsu--left {
  top: 8.2%;
  width: 35%;
}

.sns-buttons {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  width: 54%;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 9%;
  row-gap: 6%;
}

.sns-button {
  display: block;
  transition: transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.sns-button:hover,
.sns-button:focus-visible {
  transform: scale(1.03);
}

.sns-button img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   Responsive
======================================== */
@media screen and (min-width: 768px) {
  .lp-wrap {
    padding: 24px 20px 56px;
  }

  .lp {
    max-width: 764px;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.05),
      0 18px 48px rgba(0, 0, 0, 0.45);
  }
}
