#story {
  background-color: #140E28;
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #story {
    padding-top: 50px;
  }
}
#story #visual-bg {
  background: url(/assets/image/page-visual.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #story #visual-bg {
    background: url(/assets/image/visual-sp.png) no-repeat top center;
    background-size: 100% 100%;
  }
}
#story #visual {
  text-align: center;
  padding: 0px 5% 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#story #visual h1 {
  font-size: 4.3rem;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#story #visual h1 span {
  font-size: 6.2rem;
}
@media screen and (max-width: 767px) {
  #story #visual h1 span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  #story #visual h1 {
    font-size: 6vw;
    margin-bottom: 15px;
  }
}
#story #visual .en {
  margin-bottom: 30px;
}
#story #visual .copy {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(120deg, #fff 0%, #b2e6fd 32%, #9486fc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  #story #visual .copy {
    font-size: 5vw;
  }
}
#story #visual .copy span {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #story #visual .copy span {
    font-size: 5.8vw;
  }
}
#story #visual p {
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.85);
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #story #visual p {
    font-size: 4vw;
  }
}
#story #visual p .note {
  font-size: 1.4rem;
}
#story #characters h2 {
  line-height: 0;
}
#story #characters .inner {
  padding-block: 80px 0;
}
#story #characters .row {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
#story #characters .row .image {
  width: 53%;
  position: relative;
  z-index: 1;
}
#story #characters .row .info {
  position: relative;
  z-index: 1;
  width: 47%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#story #characters .row .info .info-inner {
  max-width: 430px;
}
#story #characters .row .info .en {
  font-weight: 200;
  line-height: 0;
}
#story #characters .row .info .en span {
  font-size: 3.8rem;
}
#story #characters .row .info h3 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  width: 100%;
  font-size: 4rem;
  letter-spacing: 2px;
  margin: 30px 0;
}
#story #characters .row .info p {
  padding: 25px 30px;
  color: #fff;
}
#story #characters .row#row1::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 520px;
  width: 40%;
  aspect-ratio: 1;
  background: url(/assets/image/story/bg01.png) no-repeat center center;
  background-size: 100% 100%;
  left: 36%;
  top: -10%;
}
#story #characters .row#row1 .info p {
  background-color: #0099BD;
}
#story #characters .row#row2 {
  flex-direction: row-reverse;
}
#story #characters .row#row2::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 520px;
  width: 40%;
  aspect-ratio: 1;
  background: url(/assets/image/story/bg02.png) no-repeat center center;
  background-size: 100% 100%;
  left: -10%;
  top: -20%;
}
#story #characters .row#row2 .info p {
  background-color: #A04553;
}
#story #characters .row#row3::after {
  content: "";
  display: block;
  position: absolute;
  max-width: 520px;
  width: 40%;
  aspect-ratio: 1;
  background: url(/assets/image/story/bg03.png) no-repeat center center;
  background-size: 100% 100%;
  left: 28%;
  top: -28%;
}
#story #characters .row#row3 .info p {
  background-color: #4545A0;
}
@media screen and (max-width: 767px) {
  #story #characters .inner {
    line-height: 0;
    padding: 0;
  }
  #story #characters .inner img {
    max-width: none;
    width: 100%;
  }
}