@charset "UTF-8";

/* a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: blueviolet;
}

a:active {
  color: crimson;
} */

body {
  margin: auto;
  min-width: 320px;
  max-width: 500px;
  background-image: url(../images/back.png);
  background-size: contain;
}
#top {
  width: 100vw;
  height: 141.5vw;
  min-width: 320px;
  max-width: 500px;
  background-image: url(../images/topimage.jpg);
  background-size: cover;
  background-position: top;
}

@media screen and (min-width: 501px) {
  #top {
    width: 500px;
    height: 707.5px;
    min-width: 320px;
    max-width: 500px;
    background-image: url(../images/topimage.jpg);
    background-size: cover;
    background-position: top;
  }
}

.main {
  text-align: center;
}

.stone {
  margin: auto;
  height: 24px;
  width: 112px;
}

.main__ttl {
  width: 100vw;
  height: 47vw;
  background-image: url(../images/obiobi.png);
  background-size: cover;
  background-position: top;
  color: #fff;
}

@media screen and (min-width: 501px) {
  .main__ttl {
    width: 500px;
    height: 235px;
  }
}
.main__movie {
  padding-top: 50px;
  height: 400px;
  color: #df0909;
}

.main__story {
  padding-top: 100px;
  color: white;
  position: relative;
  height: 850px;
}

.main__story::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #df0909;
  transform: skewY(-5deg);
  z-index: -1;
}

.main__scroll {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 300px;
}

.main__char {
  padding-top: 120px;
  height: 1200px;
  color: #df0909;
  /* background-color: aqua; */
}

.credit {
  padding: 50px;
  height: 750px;
  background-color: #df0909;
  color: #fff;
  text-align: center;
}

.footer {
  height: 350px;
  background-color: #1f1f1f;
  color: #fff;
  text-align: center;
}
