@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
img {
  width: 100%;
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

#top

-------------------------------*/
html,
body {
  background: #fff;
  color: #fff;
  font: 13px/1em "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font: 16px/1em "Zen Maru Gothic", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
}

#wrapper.apply.apply-anime::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #f1f1f1;
  z-index: 1;
  mix-blend-mode: exclusion;
  pointer-events: none;
}

.rule-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 3vw auto 15vw;
}
@media screen and (min-width: 1024px) {
  .rule-ttl {
    margin: 2vw auto 6vw;
  }
}
.rule-ttl::before {
  content: "";
  width: 100%;
  height: 40vw;
  background: #1CA8FF;
  border-radius: 100%;
  position: absolute;
  top: -27vw;
  left: 0;
  z-index: -1;
  transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
  .rule-ttl::before {
    top: -37vw;
  }
}

.rule-wrap {
  margin: 3em auto 5em;
  width: 85%;
  z-index: 1;
  position: relative;
  max-width: 500px;
}
.rule-wrap:has(+ .apply-area) {
  margin: 3em auto 0;
}

.rule-img img {
  border-radius: 20px;
  border: solid 3px #4BB7FA;
}

.rule-number {
  background: #1CA8FF;
  width: 2em;
  height: 2em;
  text-align: center;
  margin: 0.5em auto;
  font-size: 1.7em;
  border-radius: 100%;
  font-weight: bold;
}

.rule-txt {
  color: #4BB7FA;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.7;
}

.apply-area {
  background: #E1F7FF;
  padding: 30vw 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .apply-area {
    padding: 21vw 0 8vw;
  }
}
.apply-area::before {
  content: "";
  width: 100%;
  height: 40vw;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -24vw;
  left: 0;
  z-index: -1;
  transform: scale(1.1);
}
@media screen and (min-width: 1024px) {
  .apply-area::before {
    top: -29vw;
  }
}

.apply-btn {
  width: 60%;
  margin: 0 auto;
  display: block;
  max-width: 350px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.apply-btn.apply-anime {
  display: none;
}
.apply-btn:hover {
  transform: scale(1.1);
}

#footer {
  background: #E1F7FF;
}

.lp-logo {
  width: 60%;
  margin: 0 auto;
  max-width: 300px;
}

.lp-rs {
  width: 28%;
  margin: 1em auto;
  max-width: 150px;
}

.top-btn {
  width: 170px;
  height: 40px;
  background: #231815;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em auto 0;
}
@media screen and (min-width: 1024px) {
  .top-btn {
    width: 200px;
    height: 50px;
  }
}

.cc {
  color: #231815;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 1024px) {
  .cc {
    margin: 40px auto 0;
  }
}

.after-txt {
  display: none;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  margin: 1em auto 0;
  text-align: center;
  font-size: 1.1em;
  animation-name: glitch-anim;
  animation-duration: 2s;
  animation-timing-function: step-end;
  animation-iteration-count: infinite;
}
.after-txt.apply-anime {
  display: block;
}
.after-txt.t1 {
  animation-delay: 0.1s;
}
.after-txt.t2 {
  animation-delay: 0.2s;
}
.after-txt.t3 {
  animation-delay: 0.3s;
}

@keyframes glitch-anim {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  8% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  10% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  11% {
    transform: rotate(180deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  14% {
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  18% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  47% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  48% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  49% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  50% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  90% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  91% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes flash {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.after-lead {
  display: none;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  margin: 1em auto 0;
  text-align: center;
  font-size: 6.5vw;
  animation: flash 100ms linear infinite;
}
@media screen and (min-width: 1024px) {
  .after-lead {
    font-size: 2.5em;
  }
}
.after-lead.apply-anime {
  display: block;
}

body.is-sound-modal-open {
  overflow: hidden;
}

.sound-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1CA8FF;
  padding: 20px;
}
.sound-modal.is-hidden {
  display: none;
}

.sound-modal-inner {
  width: 100%;
  max-width: 420px;
  background: #fff;
  color: #555;
  text-align: center;
  padding: 40px 24px;
  border-radius: 16px;
}

.sound-modal-ttl {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 28px;
}

.sound-modal-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.sound-modal-btn {
  min-width: 100px;
  padding: 10px 20px;
  border: solid 2px #1CA8FF;
  background: #1CA8FF;
  color: #f1f1f1;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.08em;
  cursor: pointer;
  border-radius: 999px;
  transition: opacity 0.3s ease;
}
.sound-modal-btn[data-sound=no] {
  background: transparent;
  color: #1CA8FF;
}
.sound-modal-btn:hover {
  opacity: 0.8;
}