/* CSS Document */
.para_style2 {
  position: relative;
}
.para_style2 .para_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  margin: 10px 0 0 0;
}
.para_style2 .para_inner .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

section {
  width: 100%;
  background-color: #000;
  background-size: cover;
  background-position: 50% 12px;
  background-repeat: no-repeat;
}

.textbox {
  width: 100%;
  margin: 8vw auto 0 auto;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 800px) {
  .textbox {
    width: 90%;
    margin: 8vw auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .textbox {
    width: 80%;
    margin: 40px auto 0 auto;
  }
}
.textbox .textbox_top,
.textbox .textbox_bottom,
.textbox .textbox_mid {
  background-image: url(../images/common/textbox/textbox_top.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 15vw;
}
@media screen and (min-width: 900px) {
  .textbox .textbox_top,
  .textbox .textbox_bottom,
  .textbox .textbox_mid {
    background-image: url(../images/common/textbox/textbox_wide_top.webp);
    height: 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .textbox .textbox_top,
  .textbox .textbox_bottom,
  .textbox .textbox_mid {
    height: 240px;
  }
}
.textbox .textbox_mid {
  background-image: url(../images/common/textbox/textbox_mid.webp);
  background-repeat: repeat-y;
  height: auto;
  padding: 2vw 6vw 3vw 6vw;
  text-align: left;
  font-family: "Lato", sans-serif;
  margin-top: -7.6vw;
}
.textbox .textbox_mid h2 {
  margin: 5vw 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 4vw;
  font-style: italic;
}
@media screen and (min-width: 800px) {
  .textbox .textbox_mid h2 {
    margin: 2vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .textbox .textbox_mid h2 {
    font-size: 1.6em;
  }
}
.textbox .textbox_mid p {
  text-align: justify;
  font-size: 1.1em;
}
@media screen and (min-width: 1000px) {
  .textbox .textbox_mid p {
    font-size: 1.2em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 800px) {
  .textbox .textbox_mid {
    margin-top: -9vw;
  }
}
@media screen and (min-width: 900px) {
  .textbox .textbox_mid {
    background-image: url(../images/common/textbox/textbox_wide_mid.webp);
    margin-top: -11vw;
  }
}
@media screen and (min-width: 1200px) {
  .textbox .textbox_mid {
    margin-top: -195px;
    padding: 10px 50px 30px 50px;
  }
}
.textbox .textbox_bottom {
  background-image: url(../images/common/textbox/textbox_bottom.webp);
  margin-top: -7vw;
}
@media screen and (min-width: 900px) {
  .textbox .textbox_bottom {
    background-image: url(../images/common/textbox/textbox_wide_bottom.webp);
    margin-top: -4vw;
  }
}
@media screen and (min-width: 1200px) {
  .textbox .textbox_bottom {
    margin-top: -49px;
  }
}

section#top {
  background-image: url(../images/timeline/top_bg.webp);
  padding: 20vw 5vw 15vw 5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  section#top {
    padding: 14vw 5vw 10vw 5vw;
  }
}
@media screen and (min-width: 1000px) {
  section#top {
    padding: 20vw 5vw 7vw 5vw;
  }
}
@media screen and (min-width: 1200px) {
  section#top {
    padding: 240px 5% 0 5%;
  }
}
section#top ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section#top ul li {
  width: 16%;
  background-image: url(../images/timeline/line.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  margin: 3vw -0.5vw 0 -0.5vw;
}
section#top ul li img {
  width: 100%;
  transition: 0.3s all ease;
  cursor: pointer;
}
section#top ul li.line_turn1 {
  width: 16%;
  margin-right: 16.6vw;
  background-image: url(../images/timeline/line_turn1.webp);
}
section#top ul li.line_turn2 {
  width: 16%;
  margin-left: 32vw;
  background-image: url(../images/timeline/line_turn2.webp);
}
@media screen and (min-width: 800px) {
  section#top ul li {
    margin: 3vw -0.8vw 0 -0.8vw;
  }
}
@media screen and (min-width: 1200px) {
  section#top ul li {
    width: 15.5%;
    margin: 0 -8px;
  }
  section#top ul li.line_turn1, section#top ul li.line_turn2 {
    display: none;
  }
  section#top ul li.hatena {
    background: none;
  }
  section#top ul li img:hover {
    margin-top: -5px;
  }
}
section#top .textbox {
  max-width: 1000px;
}

section .section_inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20% 10% 10% 10%;
}
@media screen and (min-width: 900px) {
  section .section_inner {
    padding-top: 15%;
  }
}
@media screen and (min-width: 1000px) {
  section .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20%;
  }
}
@media screen and (min-width: 1200px) {
  section .section_inner {
    padding-top: 240px;
  }
}
section .section_inner .gamelogo h3 {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
section .section_inner .gamelogo h3 img {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  section .section_inner .gamelogo {
    width: 50%;
    margin-top: -180px;
  }
}
@media screen and (min-width: 1200px) {
  section .section_inner .gamelogo {
    margin-top: -220px;
  }
}
section .section_inner .textbox_small {
  width: 100%;
  margin: 20vw auto 0 auto;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 800px) {
  section .section_inner .textbox_small {
    width: 90%;
    margin-top: 15vw;
  }
}
@media screen and (min-width: 1000px) {
  section .section_inner .textbox_small {
    width: 50%;
    margin: 0 auto;
  }
}
section .section_inner .textbox_small .textbox_top,
section .section_inner .textbox_small .textbox_bottom,
section .section_inner .textbox_small .textbox_mid {
  background-image: url(../images/common/textbox/textbox_top.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 16vw;
}
@media screen and (min-width: 1000px) {
  section .section_inner .textbox_small .textbox_top,
  section .section_inner .textbox_small .textbox_bottom,
  section .section_inner .textbox_small .textbox_mid {
    height: 18vw;
  }
}
@media screen and (min-width: 1200px) {
  section .section_inner .textbox_small .textbox_top,
  section .section_inner .textbox_small .textbox_bottom,
  section .section_inner .textbox_small .textbox_mid {
    height: 220px;
  }
}
section .section_inner .textbox_small .textbox_top {
  position: relative;
}
section .section_inner .textbox_small .textbox_top img {
  width: 40%;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  margin-left: -20%;
}
@media screen and (min-width: 800px) {
  section .section_inner .textbox_small .textbox_top img {
    width: 30%;
    margin-left: -15%;
    bottom: 7vw;
  }
}
@media screen and (min-width: 1000px) {
  section .section_inner .textbox_small .textbox_top img {
    bottom: 11vw;
  }
}
@media screen and (min-width: 1200px) {
  section .section_inner .textbox_small .textbox_top img {
    bottom: 150px;
  }
}
section .section_inner .textbox_small .textbox_mid {
  background-image: url(../images/common/textbox/textbox_mid.webp);
  background-repeat: repeat-y;
  height: auto;
  padding: 10vw 6vw 2vw 6vw;
  text-align: left;
  font-family: "Lato", sans-serif;
  margin-top: -8.5vw;
}
@media screen and (min-width: 800px) {
  section .section_inner .textbox_small .textbox_mid {
    margin-top: -9.2vw;
    padding: 8vw 6vw 5vw 6vw;
  }
}
@media screen and (min-width: 1000px) {
  section .section_inner .textbox_small .textbox_mid {
    margin-top: -14.5vw;
    padding: 6vw 3.4vw 1vw 3.4vw;
  }
}
@media screen and (min-width: 1200px) {
  section .section_inner .textbox_small .textbox_mid {
    margin-top: -180px;
    padding: 50px 40px 10px 40px;
  }
}
section .section_inner .textbox_small .textbox_mid h2 {
  margin: 5vw 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 4vw;
  font-style: italic;
}
@media screen and (min-width: 800px) {
  section .section_inner .textbox_small .textbox_mid h2 {
    margin: 2vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  section .section_inner .textbox_small .textbox_mid h2 {
    font-size: 1.6em;
  }
}
section .section_inner .textbox_small .textbox_mid p {
  text-align: justify;
  margin: 0;
  font-size: 1.1em;
}
@media screen and (min-width: 800px) {
  section .section_inner .textbox_small .textbox_mid p {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  section .section_inner .textbox_small .textbox_mid p {
    font-size: 1.1em;
    line-height: 1.5em;
  }
}
section .section_inner .textbox_small .textbox_mid .learnmore {
  width: 50%;
  margin: 30px auto 20px auto;
  padding: 0;
  background-image: url(../images/timeline/learnmore_ov.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
section .section_inner .textbox_small .textbox_mid .learnmore img {
  width: 100%;
  transition: 0.3s all ease;
}
section .section_inner .textbox_small .textbox_mid .learnmore img:hover {
  opacity: 0;
}
section .section_inner .textbox_small .textbox_bottom {
  background-image: url(../images/common/textbox/textbox_bottom.webp);
  margin-top: -7vw;
}
@media screen and (min-width: 1000px) {
  section .section_inner .textbox_small .textbox_bottom {
    margin-top: -4vw;
  }
}
@media screen and (min-width: 1200px) {
  section .section_inner .textbox_small .textbox_bottom {
    margin-top: -55px;
  }
}

section#origin,
section#chronicles,
section#celceta,
section#felghana,
section#napishtim,
section#seven {
  height: 200vw;
}
@media screen and (min-width: 440px) {
  section#origin,
  section#chronicles,
  section#celceta,
  section#felghana,
  section#napishtim,
  section#seven {
    height: 184vw;
  }
}
@media screen and (min-width: 550px) {
  section#origin,
  section#chronicles,
  section#celceta,
  section#felghana,
  section#napishtim,
  section#seven {
    height: 170vw;
  }
}
@media screen and (min-width: 700px) {
  section#origin,
  section#chronicles,
  section#celceta,
  section#felghana,
  section#napishtim,
  section#seven {
    height: 160vw;
  }
}
@media screen and (min-width: 900px) {
  section#origin,
  section#chronicles,
  section#celceta,
  section#felghana,
  section#napishtim,
  section#seven {
    height: 154vw;
  }
}
@media screen and (min-width: 1000px) {
  section#origin,
  section#chronicles,
  section#celceta,
  section#felghana,
  section#napishtim,
  section#seven {
    height: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  section#origin,
  section#chronicles,
  section#celceta,
  section#felghana,
  section#napishtim,
  section#seven {
    height: 750px;
  }
}

section#origin .bg {
  background-image: url(../images/timeline/origin_bg.webp);
}

section#chronicles .bg {
  background-image: url(../images/timeline/chronicles_bg.webp);
}

section#celceta .bg {
  background-image: url(../images/timeline/celceta_bg.webp);
}

section#felghana .bg {
  background-image: url(../images/timeline/felghana_bg.webp);
}

section#unknown {
  background-image: url(../images/timeline/top_bg.webp);
  background-position: 50% 20px;
}
section#unknown .section_inner {
  padding: 7% 10% 10% 10%;
}
@media screen and (min-width: 800px) {
  section#unknown .section_inner {
    padding: 100px 10%;
  }
}
@media screen and (min-width: 1200px) {
  section#unknown .section_inner {
    padding: 200px 10% 110px 10%;
  }
}

section#napishtim .bg {
  background-image: url(../images/timeline/napishtim_bg.webp);
}

section#seven .bg {
  background-image: url(../images/timeline/seven_bg.webp);
}/*# sourceMappingURL=timeline.css.map */