@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes titlemotion {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
  }
  65% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
section#message {
  width: 100%;
  position: relative;
}
section#message:not(:last-child) {
  margin-bottom: 104px;
}
section#message.on > figure {
  clip-path: inset(0 0 0 0);
}
section#message.on .inner h3 span::before {
  animation-name: line;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}
section#message.on .inner h3 span:nth-child(2)::before {
  animation-delay: 1s;
}
section#message.on .inner h3 span:nth-child(2) > span {
  transition-delay: 1.2s;
}
section#message.on .inner h3 span > span {
  opacity: 1;
  transition: all 0s ease-in 0.7s;
}
section#message.on .inner > figure {
  opacity: 1;
}
section#message > figure {
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0s;
}
section#message .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#message .inner h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px 0;
}
section#message .inner h3 > span {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section#message .inner h3 > span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF;
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
section#message .inner h3 > span > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  opacity: 0;
}
section#message .inner > figure {
  width: 40px;
  position: absolute;
  top: calc(50% - 143px);
  left: 81.25%;
  opacity: 0;
  transition: all 0.35s ease-out 1s;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#message {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  section#message:not(:last-child) {
    margin-bottom: 0px;
  }
  section#message.on > figure {
    clip-path: inset(0 0 0 0);
  }
  section#message.on .inner h3 > span:nth-child(2) > span::before {
    animation-delay: 1s;
  }
  section#message.on .inner h3 > span:nth-child(2) > span > span {
    transition-delay: 1.2s;
  }
  section#message.on .inner h3 > span:nth-child(2) > span:nth-child(2)::before {
    animation-delay: 1.25s;
  }
  section#message.on .inner h3 > span:nth-child(2) > span:nth-child(2) > span {
    transition-delay: 1.45s;
  }
  section#message.on .inner h3 > span > span {
    clip-path: inset(0 0 0 0);
  }
  section#message.on .inner h3 > span > span::before {
    animation-name: line;
    animation-duration: 0.4s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
  }
  section#message.on .inner h3 > span > span > span {
    opacity: 1;
    transition: all 0s ease-in 0.7s;
  }
  section#message.on .inner h3 > span > span:nth-child(2)::before {
    animation-delay: 0.75s;
  }
  section#message.on .inner h3 > span > span:nth-child(2) > span {
    transition-delay: 0.95s;
  }
  section#message.on .inner > figure {
    opacity: 1;
  }
  section#message > figure {
    width: 150%;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0s;
  }
  section#message .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  section#message .inner h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px 0;
  }
  section#message .inner h3 > span {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#message .inner h3 > span::before {
    content: none;
  }
  section#message .inner h3 > span > span {
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    opacity: 1;
  }
  section#message .inner h3 > span > span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFF;
    clip-path: inset(0 100% 0 0);
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  section#message .inner h3 > span > span > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    opacity: 0;
  }
}

/*# sourceMappingURL=style_sp_message.css.map */
