@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: "Arial", "Helvetica", "メイリオ", "游ゴシック", "Yu Gothic", sans-serif;
}

svg,
img {
  vertical-align: bottom;
}

.l-main {
  width: 100%;
  position: relative;
  background-image: url(../img/morning_background_pc.svg);
  background-size: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-main {
    background-image: url(../img/morning_background_sp.svg);
    aspect-ratio: 6/7;
  }
}
.l-main.evening {
  background-image: url(../img/evening_background_pc.svg);
}
@media screen and (max-width: 768px) {
  .l-main.evening {
    background-image: url(../img/evening_background_sp.svg);
  }
}
.l-main.night {
  background-image: url(../img/night_background_pc.svg);
}
@media screen and (max-width: 768px) {
  .l-main.night {
    background-image: url(../img/night_background_sp.svg);
  }
}
.l-main__empty {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%);
  width: 37%;
  height: 24.5%;
}
@media screen and (max-width: 768px) {
  .l-main__empty {
    top: 67%;
    width: 59%;
    height: 18%;
  }
}

.character_1 {
  position: absolute;
  z-index: 1;
  top: -32%;
  right: 40%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .character_1 {
    top: -50%;
    right: 40%;
    width: 15%;
  }
}
.character_1 img {
  width: 100%;
}

.character_2 {
  position: absolute;
  z-index: 1;
  bottom: 0%;
  right: 12%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .character_2 {
    width: 15%;
    bottom: -30%;
    right: 8%;
  }
}
.character_2 img {
  width: 100%;
}

.character_3 {
  position: absolute;
  z-index: 1;
  bottom: 25%;
  left: -20%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .character_3 {
    width: 15%;
    bottom: 15%;
    left: -20%;
  }
}
.character_3 img {
  width: 100%;
}

.morning_cloud_1 {
  width: 30%;
  position: absolute;
  top: 28%;
  z-index: 1;
  -webkit-animation: cloud-move-1 60s linear infinite;
          animation: cloud-move-1 60s linear infinite;
}
.morning_cloud_1 img {
  width: 100%;
}

@-webkit-keyframes cloud-move-1 {
  0% {
    left: 10%;
    visibility: visible;
  }
  20% {
    left: -30%;
    visibility: hidden;
  }
  25% {
    left: 100%;
    visibility: hidden;
  }
  30% {
    visibility: visible;
    left: 100%;
  }
  100% {
    left: 10%;
    visibility: visible;
  }
}

@keyframes cloud-move-1 {
  0% {
    left: 10%;
    visibility: visible;
  }
  20% {
    left: -30%;
    visibility: hidden;
  }
  25% {
    left: 100%;
    visibility: hidden;
  }
  30% {
    visibility: visible;
    left: 100%;
  }
  100% {
    left: 10%;
    visibility: visible;
  }
}
.morning_cloud_2 {
  width: 30%;
  position: absolute;
  top: 10%;
  z-index: 1;
  -webkit-animation: cloud-move-2 60s linear infinite;
          animation: cloud-move-2 60s linear infinite;
}
.morning_cloud_2 img {
  width: 100%;
}

@-webkit-keyframes cloud-move-2 {
  0% {
    left: 50%;
    visibility: visible;
  }
  45% {
    left: -30%;
    visibility: hidden;
  }
  50% {
    left: 100%;
    visibility: hidden;
  }
  55% {
    visibility: visible;
    left: 100%;
  }
  100% {
    left: 50%;
    visibility: visible;
  }
}

@keyframes cloud-move-2 {
  0% {
    left: 50%;
    visibility: visible;
  }
  45% {
    left: -30%;
    visibility: hidden;
  }
  50% {
    left: 100%;
    visibility: hidden;
  }
  55% {
    visibility: visible;
    left: 100%;
  }
  100% {
    left: 50%;
    visibility: visible;
  }
}
.morning_cloud_3 {
  width: 30%;
  position: absolute;
  top: 22%;
  z-index: 1;
  -webkit-animation: cloud-move-3 60s linear infinite;
          animation: cloud-move-3 60s linear infinite;
}
.morning_cloud_3 img {
  width: 100%;
}

@-webkit-keyframes cloud-move-3 {
  0% {
    left: 80%;
    visibility: visible;
  }
  75% {
    left: -30%;
    visibility: hidden;
  }
  80% {
    left: 100%;
    visibility: hidden;
  }
  85% {
    visibility: visible;
    left: 100%;
  }
  100% {
    left: 80%;
    visibility: visible;
  }
}

@keyframes cloud-move-3 {
  0% {
    left: 80%;
    visibility: visible;
  }
  75% {
    left: -30%;
    visibility: hidden;
  }
  80% {
    left: 100%;
    visibility: hidden;
  }
  85% {
    visibility: visible;
    left: 100%;
  }
  100% {
    left: 80%;
    visibility: visible;
  }
}
.l-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .l-text {
    top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-text {
    top: 10%;
    width: 100%;
  }
}
.l-text .typography {
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.l-text .typography span {
  display: inline-block;
  font-size: 6vw;
  font-weight: bold;
  font-family: "Silkscreen", sans-serif;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-text .typography span {
    font-size: 12vw;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.l-text .subtitle-en {
  font-size: 2vw;
  font-weight: bold;
  font-family: "Silkscreen", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin: auto auto 4% auto;
}
@media screen and (max-width: 768px) {
  .l-text .subtitle-en {
    width: 100%;
    font-size: 4vw;
    margin: 1% auto 4% auto;
  }
}
.l-text .subtitle-jp {
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%);
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes float {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
.l-text .subtitle-jp-left {
  position: absolute;
  left: -9.5px;
  top: 10px;
  width: 5px;
  height: 50px;
  background: #212121;
  border-top: solid 5px #212121;
  border-bottom: solid 5px #212121;
}
@media screen and (max-width: 1100px) {
  .l-text .subtitle-jp-left {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-text .subtitle-jp-left {
    height: 34px;
  }
}
.l-text .subtitle-jp-left::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -10px;
  width: 5px;
  height: 60px;
  background: #FFFFFF;
  border-top: solid 5px #212121;
  border-bottom: solid 5px #212121;
}
@media screen and (max-width: 1100px) {
  .l-text .subtitle-jp-left::before {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-text .subtitle-jp-left::before {
    height: 44px;
  }
}
.l-text .subtitle-jp-right {
  position: absolute;
  right: -9.5px;
  top: 10px;
  width: 5px;
  height: 50px;
  background: #212121;
  border-top: solid 5px #212121;
  border-bottom: solid 5px #212121;
}
@media screen and (max-width: 1100px) {
  .l-text .subtitle-jp-right {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-text .subtitle-jp-right {
    height: 34px;
  }
}
.l-text .subtitle-jp-right::before {
  content: "";
  position: absolute;
  right: 5px;
  top: -10px;
  width: 5px;
  height: 60px;
  background: #FFFFFF;
  border-top: solid 5px #212121;
  border-bottom: solid 5px #212121;
}
@media screen and (max-width: 1100px) {
  .l-text .subtitle-jp-right::before {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-text .subtitle-jp-right::before {
    height: 44px;
  }
}
.l-text .subtitle-jp-text {
  position: relative;
  display: inline-block;
  border-top: 5px solid #212121;
  border-bottom: 5px solid #212121;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 1.2vw;
  line-height: 60px;
  color: #212121;
  font-weight: bold;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1100px) {
  .l-text .subtitle-jp-text {
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-text .subtitle-jp-text {
    font-size: 3.6vw;
    line-height: 44px;
  }
}
.l-text .subtitle-jp-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #212121 transparent transparent;
  translate: -50% 100%;
}
.l-text .subtitle-jp-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7.2px 6px 0 6px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
/*# sourceMappingURL=style.css.map */