@charset "UTF-8";
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  30th レイアウト
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.layout30th {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 100dvh;
}

@keyframes scroll-text-loop {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1488px center;
  }
}
.main-content {
  background-color: #fff;
  width: 100%;
}

@media screen and (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  body {
    overflow: hidden;
  }
  .layout30th {
    background-image: url("../images/bg-pc.jpg");
    background-attachment: fixed;
    height: 100dvh;
    overflow: hidden;
  }
  .layout30th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 128px;
    background: url("../images/scroll-text.png") repeat-x 0 center/1488px 128px;
    animation: scroll-text-loop 36s linear infinite;
    will-change: background-position;
    pointer-events: none;
    z-index: 0;
  }
  .main-content {
    max-width: 428px;
    height: 100dvh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
  }
  .main-content::-webkit-scrollbar {
    display: none;
  }
  .side-panel {
    position: fixed;
    top: 0;
    width: calc((100vw - 428px) / 2);
    height: 100dvh;
    z-index: 1;
  }
  .side-left {
    left: 0;
  }
  .side-right {
    right: 0;
  }
  .side-visual {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .side-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(160px, 65%);
  }
  .side-comment {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(213px, 65%);
  }
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  ヒーロー
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.hero {
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.hero > *:not(.hero-confetti) {
  position: relative;
  z-index: 2;
}
.hero-confetti {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-copy {
  padding: 0 48px;
}
.hero-logo {
  width: 49.0654205607%;
  margin: 18.691588785% auto 0;
}
.hero-other {
  width: 60.2803738318%;
  margin: 18.691588785% auto 0;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  イントロダクション
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.intro {
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg-intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 0;
}
.intro-copy {
  width: 71.9626168224%;
  margin: 0 auto;
}
.intro-text {
  color: #fff;
  font-size: 3.2710280374vw;
  font-weight: 500;
  text-align: center;
  line-height: 2.4;
  margin-top: 5.6074766355%;
}
@media screen and (min-width: 768px) {
  .intro-text {
    font-size: 14px;
    margin-top: 24px;
  }
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  CLUBS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.clubs {
  background: linear-gradient(to right, #e6002d, #f39939);
  text-align: center;
}
.clubs-contents {
  display: grid;
  justify-content: center;
  gap: 3.738317757vw;
  padding: 7.476635514% 24px;
}
@media screen and (min-width: 768px) {
  .clubs-contents {
    gap: 16px;
  }
}
.clubs-title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-left: 64px;
}
.clubs-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 56px;
  aspect-ratio: 1/1;
  background: url("../images/logo-member.png") no-repeat center/contain;
}
.clubs-title span {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
}
.clubs-coupon {
  background: radial-gradient(#0C3793, #000000);
  border-radius: 10px;
  padding: 50px 50px 32px;
}
.clubs-coupon-inner p {
  margin-top: 16px;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.clubs-point {
  background: #FFEAEE;
  background-image: url(../images/bg-point.png);
  background-position: top 5% center;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 10px;
  padding: 24px 16px;
}
.clubs-point-inner img {
  display: block;
  margin: 0 auto;
}
.clubs-point-inner .catch-point {
  width: 77.1028037383vw;
}
@media screen and (min-width: 768px) {
  .clubs-point-inner .catch-point {
    width: 330px;
  }
}
.clubs-point-inner .point-image {
  width: 68.9252336449vw;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .clubs-point-inner .point-image {
    width: 295px;
  }
}
.clubs-point-inner p {
  background-color: #F26FAF;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  padding: 8px;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  CLUBS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.public {
  background: linear-gradient(to bottom, #20AEE5, #3EB370);
  text-align: center;
}
.public-contents {
  display: grid;
  justify-content: center;
  gap: 3.738317757vw;
  padding: 5.6074766355% 24px;
}
@media screen and (min-width: 768px) {
  .public-contents {
    gap: 16px;
  }
}
.public-title span {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 16px;
}
.public-popcorn {
  background: #E2FFFF;
  border-radius: 10px;
  padding: 24px 0;
}
.public-popcorn ul {
  margin-top: 16px;
}/*# sourceMappingURL=home.css.map */