@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : step.css
Description : ステップ
===================================================================== */
@keyframes blinkAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "RoGSanSrfStd-Bd";
  src: url("../font/RoGSanSrfStd-Bd.ttf.woff") format("woff"), url("../font/RoGSanSrfStd-Bd.ttf.svg#RoGSanSrfStd-Bd") format("svg"), url("../font/RoGSanSrfStd-Bd.ttf.eot"), url("../font/RoGSanSrfStd-Bd.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* ========================================================
    step
======================================================== */
.step {
  position: relative;
  width: 100%;
  height: auto;
  padding: 17rem 0 8rem 0;
}
.step:has(+ .question) {
  padding-bottom: 1rem;
}
.step_column {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.step_ttl {
  display: none;
}
.step_ttl + .step_story {
  margin-top: 0;
}
.step_order {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100%;
  height: 6rem;
  border-radius: 3rem;
  border: 0.4rem solid #0084ff;
  background: linear-gradient(90deg, #63b4ff 0%, #066bc9 32%, #124e86 67%, #02315d 100%);
}
.step_order > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 16.6666666667%;
  padding: 0 0.5rem 0.5rem 0;
}
.step_order > li:nth-child(3) > span {
  transform: scale(0.8, 1.3);
}
.step_order > li:nth-child(6)::before {
  content: none;
}
.step_order > li.current::after {
  content: "";
}
.step_order > li::before {
  content: "";
  position: absolute;
  right: -1.3rem;
  top: 50%;
  display: block;
  width: 2.6rem;
  aspect-ratio: 26/52;
  background-image: url(../images/common/step_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.step_order > li::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 3.6rem;
  aspect-ratio: 36/78;
  background-image: url(../images/common/step_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  animation: blinkAnime 1s infinite;
}
.step_order > li > span {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.8rem;
  text-shadow: 0 5px 5px #003143;
  letter-spacing: -0.2em;
  transform: scale(1, 1.3);
}
.step_story {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-top: 4rem;
  padding: 6rem 4rem 8rem 4rem;
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: auto;
}
.step_story_ttl {
  position: relative;
  width: 68.8524590164%;
  margin: 0 auto;
}
.step_story_talk {
  position: relative;
  width: 100%;
  margin-top: 5rem;
}
.step_story_talk > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 5rem;
  transform: translateY(2rem);
  transition: 1s ease-in-out;
  opacity: 0;
}
.step_story_talk > li:first-child {
  margin-top: 0;
}
.step_story_talk > li.is-appear {
  transform: translateY(0);
  opacity: 1;
}
.step_story_talk > li.heiji {
  width: 103.2786885246%;
  margin-left: -3.2786885246%;
  flex-direction: row;
}
.step_story_talk > li.heiji > figure {
  display: block;
  width: 10rem;
}
.step_story_talk > li.heiji > figure + span {
  width: 51rem;
  color: #bfffbe;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.step_story_talk > li.conan {
  width: 103.2786885246%;
  margin-right: -3.2786885246%;
  flex-direction: row-reverse;
}
.step_story_talk > li.conan > figure {
  display: block;
  width: 10rem;
}
.step_story_talk > li.conan > figure + span {
  width: 51rem;
  color: #c0f4ff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
.step_story_talk > li.img {
  padding: 1.5rem 0;
}
.step_story_talk > li.img > figure {
  display: block;
  width: 75.4098360656%;
  margin: 0 auto;
}
.step_story_talk > li > span {
  display: block;
  width: 100%;
  font-weight: 500;
}
.step_endtext {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin-top: 4rem;
  text-align: center;
}
.step_endtext > p {
  font-family: "Noto Sans JP", sans-serif;
  color: #e5071b;
  font-weight: 700;
  -webkit-text-stroke: 5px #ffffff;
  paint-order: stroke fill;
}
.step_btn {
  position: relative;
  flex-shrink: 0;
  width: 31.884057971%;
  aspect-ratio: 220/95;
  margin: 4rem auto 0 auto;
  z-index: 20;
}
.step_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  background-image: url(../images/common/btn_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.step_btn > a > span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}/*# sourceMappingURL=step.css.map */