* {
  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 {
  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;
}

.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%;
}

.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;
}

.poster-link {
  display: block;
  width: 93%;
}

.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%;
}



.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;
}

@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);
  }
}
/* ========================================
   Schedule
======================================== */
.section-schedule--dynamic {
  position: relative;
  z-index: 6;

  /* 画像同士の余白はここで一括管理 */
  --schedule-card-width: 59%;
  --schedule-card-gap: 14px;
}

.section-schedule--dynamic .schedule-head {
  position: relative;
  z-index: 1;
  line-height: 0;
}

.section-schedule--dynamic .schedule-foot {
  position: relative;
  z-index: 2;
  line-height: normal;
}

/* 見出しまわり */
.section-schedule--dynamic .section-obi--schedule {
  top: 18.2%;
  left: 44%;
  width: 50%;
}

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

/* 1〜2枚目：01背景上に配置 */
.section-schedule--dynamic .schedule-list--head {
  position: absolute;
  top: 23%;
  left: 50%;
  width: var(--schedule-card-width);
  transform: translateX(-50%);
  z-index: 3;
  display: grid;
  gap: var(--schedule-card-gap);
}

/* 3枚目〜最後の1つ前：02背景を繰り返し */
.section-schedule--dynamic .schedule-repeat-area {
  position: relative;
  z-index: 2;
  margin-top: -18%;
  padding: 0 0 var(--schedule-card-gap);
  background-image: url("assets/02visitschedule_bg.png?v=phase3-008");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

.section-schedule--dynamic .schedule-list--repeat {
  width: var(--schedule-card-width);
  margin: 0 auto;
  display: grid;
  gap: var(--schedule-card-gap);
}

/* 最後の1枚：03背景に載せる */
.section-schedule--dynamic .schedule-foot {
  margin-top: 0%;
  padding: 0% 0 10%;
  background-image: url("assets/03visitschedule_bg.png?v=phase3-008");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.section-schedule--dynamic .schedule-list--foot {
  width: var(--schedule-card-width);
  margin: 0 auto;
}

/* 共通カード */
.section-schedule--dynamic .schedule-card {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 件数が少ない場合 */
.section-schedule--dynamic.schedule-count-1 .schedule-list--head {
  top: 28%;
}

.section-schedule--dynamic.schedule-count-2 .schedule-list--head {
  top: 23%;
}

/* 3件だけの場合は中間repeatがないので、03を上に寄せる */
.section-schedule--dynamic.schedule-count-3 .schedule-foot {
  margin-top: -22%;
  padding-top: 8%;
  padding-bottom: 26%;
}

/* PC時も同じ比率で管理 */
@media screen and (min-width: 768px) {
  .section-schedule--dynamic {
    --schedule-card-gap: 18px;
  }
}

.section-obi--schedule {
    top: 18.2%;
    left: 44%;
    width: 50%;
}
.section-schedule .section-vsu--right {
    top: 5.8%;
    width: 35%;
}
