@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-variant-ligatures: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #00a0e9;
  background-color: #f5f6f7;
  font-variant-ligatures: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow-x: hidden;
  position: relative;
  font-size: 15px;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
    padding-top: 160px;
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-size: 150%;
  }
}

a:hover {
  opacity: 0.6;
  transition: all 300ms;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .wrap-content .sp_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100svh;
  }
  .wrap-content .sp_box .heading {
    margin-top: 0;
  }
}
.wrap-content .wrap__mv {
  max-width: 371px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-content .wrap__mv img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap-content .wrap__mv img {
    width: 100%;
  }
}
.wrap-content .heading {
  text-align: center;
  letter-spacing: 3px;
  line-height: 140%;
  font-size: 22px;
  font-size: 5.641025641vw;
}
@media screen and (max-width: 767px) {
  .wrap-content .heading {
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .wrap-content .heading span {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  .wrap-content .heading {
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-size: 32px;
  }
  .wrap-content .heading span {
    letter-spacing: 4px;
  }
}
.wrap-content .story__inner {
  z-index: 4;
}
.wrap-content .story__inner-title {
  max-width: 780px;
  width: 90%;
  margin: 0 auto 50px;
}
.wrap-content .story__inner-title .box-title__inner {
  padding: 0 0 0;
}
.wrap-content .story__inner-title .box-title__inner .story {
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 0;
  letter-spacing: 2.5px;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .wrap-content .story__inner-title .box-title__inner .story {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-content .story__inner-title .box-title__inner .story {
    padding: 0;
    margin-top: 0;
  }
  .wrap-content .story__inner-title .box-title__inner .story p:first-child {
    margin-top: 0;
  }
}
.wrap-content .story__inner-title .box-title__inner .story p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.wrap-content .story__inner-title .box-title__inner .story .story-strong {
  font-size: 22px;
  font-size: 5.641025641vw;
}
.wrap-content .story__inner-title .box-title__inner .story .story-strong span {
  background-color: #00a0e9;
  padding: 5px 0;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .wrap-content .story__inner-title .box-title__inner .story .story-strong {
    font-size: 24px;
  }
}
.wrap-content .story__photo .story__photo_innner {
  display: flex;
  justify-content: center;
}
.wrap-content .story__photo .story__photo_innner img {
  width: 100%;
  max-width: 930px;
  margin: 0 5%;
}
.wrap-content .schedule .schedule_innner {
  margin: 50px auto 30px;
  text-align: center;
  font-size: 18px;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  .wrap-content .schedule .schedule_innner {
    line-height: 40px;
    font-size: 24px;
  }
}
.wrap-content .schedule .schedule_innner p {
  font-weight: 500;
  line-height: 0.9;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wrap-content .schedule .schedule_innner p {
    line-height: 1.2;
  }
}
.wrap-content .schedule .schedule_innner p.date {
  font-size: 30px;
  font-size: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .wrap-content .schedule .schedule_innner p.date {
    font-size: 36px;
  }
}
.wrap-content .schedule .schedule_innner p.place {
  font-size: 25px;
  font-size: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  .wrap-content .schedule .schedule_innner p.place {
    font-size: 28px;
  }
}
.wrap-content .schedule .schedule_innner span {
  line-height: 1;
  font-size: 80%;
  color: #f4b4d0 !important;
  font-size: 13px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .wrap-content .schedule .schedule_innner span {
    font-size: 15px;
  }
}

.social-box {
  margin: 0 auto;
  width: 80%;
  max-width: 350px;
  border-radius: 10px;
  gap: 20px;
  padding: 10px 0;
}
.social-box h3 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .social-box h3 {
    font-size: 16px;
  }
}
.social-box ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.social-box ul li {
  width: 50px;
  margin: 0;
  padding: 0;
}
.social-box ul li img {
  width: 100%;
}

.banner {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner ul li img {
  max-width: 280px;
  width: 100%;
}

footer {
  background-color: #cee0ef;
  text-align: center;
  padding: 10px 0 10px;
  color: #808080;
  letter-spacing: 1px;
}
footer p {
  font-size: 12px;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  footer p {
    font-size: 12px;
  }
}

#story {
  --scrollbar:15px;
  padding-bottom: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#story .story__inner--gradient {
  display: block;
  position: fixed;
  inset: 0;
  top: 35rem;
  top: 50%;
  background: #e5eff7;
  z-index: -1;
  pointer-events: none;
  transition: opacity 10ms ease, -webkit-clip-path 1s ease;
  transition: clip-path 1s ease, opacity 10ms ease;
  transition: clip-path 1s ease, opacity 10ms ease, -webkit-clip-path 1s ease;
}
@media screen and (max-width: 767px) {
  #story .story__inner--gradient {
    top: 30%;
  }
}
#story .story__inner--gradient2 {
  width: 120%;
  position: fixed;
  transform: rotate(3deg);
  z-index: -1;
  inset: 0;
  left: -10%;
  top: 55%;
  background-image: url("../img/bg_line.png");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100rem;
  -webkit-clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
          clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #story .story__inner--gradient2 {
    background-size: 60rem;
    top: 40%;
  }
}

/* loading -------------------- */
:root {
  --color_basegray:#f5f6f7;
  --color_baseblue: #09a1ed;
  --color_subblue: #6aaef4;
  --color_subred: #f4b4d0;
  --color_subyellow: #fed900;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: var(--color_basegray);
  z-index: 9999;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -40px;
  margin-left: -100px;
  text-align: center;
  z-index: 2;
  font-size: 17.6px;
  letter-spacing: 0.5rem;
}

.signal {
  display: flex;
  justify-content: center;
}

.light {
  width: 22px;
  height: 22px;
  margin: 6px;
  border-radius: 50%;
  opacity: 0.3;
}

.sigblue {
  background-color: var(--color_baseblue);
  animation: glow-blue 2s infinite;
}

.sigyellow {
  background-color: var(--color_subyellow);
  animation: glow-yellow 2s infinite;
}

.sigred {
  background-color: var(--color_subred);
  animation: glow-red 2s infinite;
}

@keyframes glow-red {
  0%, 30% {
    opacity: 0.8;
    box-shadow: 0 0 20px var(--color_subred);
  }
  35%, 100% {
    opacity: 0.3;
    box-shadow: none;
  }
}
@keyframes glow-blue {
  0%, 33.33% {
    opacity: 0.3;
    box-shadow: none;
  }
  33.34%, 66.66% {
    opacity: 0.8;
    box-shadow: 0 0 20px var(--color_baseblue);
  }
  100% {
    opacity: 0.3;
    box-shadow: none;
  }
}
@keyframes glow-yellow {
  0%, 66.66% {
    opacity: 0.3;
    box-shadow: none;
  }
  66.67%, 100% {
    opacity: 0.8;
    box-shadow: 0 0 20px var(--color_subyellow);
  }
}/*# sourceMappingURL=teaser.css.map */