@charset "UTF-8";
html,
body,
header,
main,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
a,
figure,
figcaption,
address,
article,
blockquote,
label {
  font-size: 100%;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  color: #333333;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  font-family: "DotGothic16", sans-serif;
  background-color: #000;
  width: 100%;
}

main {
  display: block;
}

p {
  line-height: 1.8;
  text-align: justify;
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 750px) {
  section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 100%;
}
button:active {
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #d4d4d4;
  margin-top: 16px;
  margin-bottom: 16px;
}

.serif {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "YuMincho", serif;
}

.sans {
  font-family: sans-serif;
}

q::before,
q::after {
  content: none;
}

:focus {
  outline-color: #936d00;
}

:active {
  outline: none;
}

a[href^=http]::after {
  content: url(img/common/icon_blank.png);
  margin-left: 4px;
}

@media only screen and (min-width: 750px) {
  .sponly {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .pconly {
    display: none !important;
  }
}
.l-header {
  color: #fff;
  background-color: #243E7F;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.header-logo {
  width: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.header-lead {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-top: 32px;
  margin-left: 32px;
}
@media only screen and (max-width: 750px) {
  .header-lead {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 1.6rem;
  }
}

.mainimage {
  background-position: left bottom;
  background-image: url(../img/top/bg_header.png), url(../img/top/bg_header2.png);
  background-position: center bottom, left bottom;
  background-repeat: no-repeat, repeat-x;
}

.yuusya {
  text-align: left;
  margin-right: 16px;
  margin-left: auto;
  margin-bottom: -120px;
  z-index: 1;
  position: relative;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .yuusya {
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 60%;
  }
}

.leadArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .leadArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news {
  color: #fff;
  background-color: #656565;
  border-radius: 8px 8px 0 0;
  max-width: 420px;
  min-width: 330px;
  padding: 16px;
  margin-top: auto;
  margin-left: auto;
}
@media only screen and (min-width: 750px) and (max-width: 1024px) {
  .news {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .news {
    font-size: 1.4rem;
    margin-top: 16px;
    max-width: none;
    min-width: none;
    width: 100%;
  }
}

.pickupArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1024px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .pickupArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.news dt {
  margin-right: 16px;
}

footer {
  width: 100%;
  background-color: #000;
}

.copyright {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  .copyright {
    font-size: 1.2rem;
  }
}

.l-nav {
  background-color: #333333;
  padding: 24px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 750px) {
  .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

@media only screen and (max-width: 750px) {
  .nav-item.-charactor {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media only screen and (max-width: 750px) {
  .nav-item.-episode {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media only screen and (max-width: 750px) {
  .nav-item.-aboutpump {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.nav-link {
  font-size: 2.4rem;
  border-radius: 8px;
  border: solid 2px #fff;
  padding: 12px;
  width: 30vw;
  max-width: 280px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 750px) and (max-width: 1024px) {
  .nav-link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .nav-link {
    font-size: 1.4rem;
    width: auto;
    max-width: none;
  }
}

.nav-link.-charactor {
  color: #333333;
  background-color: #f8b62b;
}

.nav-link.-episode {
  background-color: #a80000;
}

.nav-link.-aboutpump {
  background-color: #000000;
}

.container {
  max-width: 1024px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media only screen and (max-width: 750px) {
  .flex.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.bgwhite {
  background-color: #fff;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-link {
  color: #936d00;
}

.text-highlight {
  color: #ffff00;
}

.text-script {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #000;
  font-family: "DotGothic16", sans-serif;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  border: solid 2px #fff;
  padding: 12px;
  max-width: 280px;
}

.title-section {
  text-align: center;
}

.subtitle {
  font-size: 2.4rem;
  margin-top: 32px;
  margin-bottom: 16px;
}

.button-episode {
  color: #fff;
  font-family: "DotGothic16", sans-serif;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  border: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 16px 24px;
  width: 240px;
  background-color: #000;
  background-image: url(../img/common/img_arrow.png);
  background-repeat: no-repeat;
  background-position: left 8px center;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .button-episode {
    width: auto;
    max-width: 240px;
  }
}

.button-episode:hover,
.button-episode:focus {
  color: #ffff00;
}

.button-episode.-small {
  height: 36px;
  width: auto;
  border: solid 1px #fff;
}

.link-arrow {
  background-image: url(../img/common/img_arrow.png);
  background-repeat: no-repeat;
  background-position: left 4px center;
  padding-left: 20px;
}

a.link-arrow:hover {
  color: #ffff00;
}

.button-nav {
  font-size: 1.4rem;
  width: 64px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
}

@media only screen and (max-width: 750px) {
  .related-list .button-nav {
    top: calc(100% + 10px);
  }
}

.button-nav.-prev {
  background-image: url("img/common/icon_prev.png");
  background-position: left 8px center;
  padding-left: 28px;
}
.button-nav.-prev:hover {
  background-position: left 4px center;
}

.button-nav.-next {
  background-image: url("img/common/icon_next.png");
  background-position: right 8px center;
  padding-left: 12px;
  right: 0;
}
.button-nav.-next:hover {
  background-position: right 4px center;
}

.button-close {
  background-image: url("img/common/icon_close.png");
  background-position: right 8px center;
  font-size: 1.4rem;
  width: 80px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
}

.topicpath {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .topicpath {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.topicpathlist {
  padding-left: 16px;
  padding-right: 16px;
}

.topicpathlist-item {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.topicpathlist-item:not(:last-child)::after {
  content: " 〉";
  padding-left: 8px;
  padding-right: 8px;
}

.charactor {
  background-color: #f8b62b;
}

.episode {
  color: #fff;
  background-color: #a80000;
}

.aboutpump {
  color: #fff;
  background-color: #000000;
  background-image: url(../img/top/bg_aboutpump.png);
  background-size: contain;
  background-position: center;
}

.charactors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  gap: 16px;
}
@media only screen and (max-width: 750px) {
  .charactors {
    grid-template-columns: 1fr;
  }
}

.chara {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 750px) {
  .chara {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

.charaimage {
  max-width: 80px;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media only screen and (max-width: 750px) {
  .charaimage {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.profile {
  grid-column: 2/3;
  grid-row: 1/2;
  max-width: 18em;
}
@media only screen and (max-width: 750px) {
  .profile {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.profile-name {
  font-size: 2.4rem;
}

.profile-detail {
  line-height: 1.5;
  margin-top: 8px;
  max-width: 17em;
}

.status {
  grid-column: 2/3;
  grid-row: 2/3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 750px) {
  .status {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.status-inner {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  border: solid 2px #fff;
  padding: 12px;
  max-width: 200px;
}
.status-level {
  line-height: 1;
}

.status-list {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}

.status-item {
  margin-top: 4px;
  margin-right: 1em;
}

.episodes {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 900px;
  background-size: cover;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/top/img_frame_episode.png);
}
@media only screen and (min-width: 950px) {
  .episodes {
    aspect-ratio: 3/1;
  }
}
@media only screen and (max-width: 750px) {
  .episodes {
    aspect-ratio: 8/3;
  }
}

@media only screen and (max-width: 750px) {
  .episodes.-comingsoon {
    aspect-ratio: 3/1;
  }
}

.episodes-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center, center center;
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .episodes-bg {
    width: 30%;
  }
}

.episodes.-prologue {
  background-image: url(../img/top/img_frame.png);
}

.-prologue .episodes-bg {
  background-image: url(../img/top/img_frame.png), url(../prologue/img/bg_prologue.png);
}

.-episode1 .episodes-bg {
  background-image: url(../img/top/img_frame_episode.png), url(../episode1/img/bg_episode1.png);
}

.-episode2 .episodes-bg {
  background-image: url(../img/top/img_frame_episode.png), url(../episode2/img/bg_episode2.png);
}

.-episode3 .episodes-bg {
  background-image: url(../img/top/img_frame_episode.png), url(../episode3/img/bg_episode3.png);
}

.-episode4 .episodes-bg {
  background-image: url(../img/top/img_frame_episode.png), url(../episode4/img/bg_episode4.png);
}

.episodes.-epilogue {
  background-image: url(../img/top/img_frame.png);
}

.-epilogue .episodes-bg {
  background-image: url(../img/top/img_frame.png), url(../epilogue/img/bg_epilogue_01.jpg);
}

.-episode3 .episodes-bg {
  background-position: left center, right center;
}

.episodemessage {
  color: #ffff00;
}

.episodes-inner {
  width: 40%;
  margin-left: auto;
  padding: 32px 16px;
}
@media only screen and (max-width: 750px) {
  .episodes-inner {
    font-size: 12px;
    padding: 12px 8px;
    width: 70%;
  }
}

@media only screen and (max-width: 750px) {
  .episodes-inner p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.title-episode {
  font-size: 2rem;
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
  .title-episode {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 750px) {
  .episodes .button-episode {
    margin-top: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 1px;
    border-radius: 4px;
  }
}

.episodes img {
  width: 900px;
  height: 300px;
}
@media only screen and (max-width: 1024px) {
  .episodes img {
    width: auto;
    height: auto;
  }
}

.m-caution {
  text-align: right;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .m-caution {
    font-size: 12px;
  }
}

.wallpaper {
  max-width: 600px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .wallpaper {
    max-width: none;
    margin-bottom: 0;
  }
}

.wallpaper a {
  color: #fff;
  background-color: #146f00;
  display: block;
  padding: 16px;
  border-radius: 16px;
}
.wallpaper a:hover {
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .wallpaper a {
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.grid-wallpaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 750px) {
  .grid-wallpaper {
    gap: 10px;
  }
}

.title-wallpaper {
  max-width: 240px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 750px) {
  .title-wallpaper {
    max-width: 70%;
    margin-bottom: 16px;
  }
}

.image-wallpaper {
  max-width: 200px;
}
@media only screen and (max-width: 750px) {
  .image-wallpaper {
    max-width: 40%;
  }
}

.text-wallpaper {
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .text-wallpaper {
    font-size: 12px;
    max-width: 60%;
  }
}

.button-wallpaper {
  color: #333333;
  background-color: #f8b62b;
  border-radius: 8px;
  border: solid 2px #333;
  padding: 16px;
  text-align: center;
  display: block;
}

.image-pump {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

.status-pump {
  border-radius: 16px;
  border: solid 2px #fff;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .status-pump {
    font-size: 12px;
    max-width: 60%;
  }
}

.title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-line::before {
  content: "";
  border-bottom: solid 2px #fff;
  height: 10px;
  display: block;
  width: 16px;
  margin-right: auto;
}

.title-line::after {
  content: "";
  border-bottom: solid 2px #fff;
  height: 10px;
  display: block;
  width: 50%;
  margin-left: auto;
}

.pump-list {
  padding: 16px;
  border-bottom: solid 2px #fff;
}
@media only screen and (max-width: 750px) {
  .pump-list {
    padding: 12px;
  }
}

.pump-item {
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.status-pump .link-arrow {
  display: block;
  margin: 16px;
}
@media only screen and (max-width: 750px) {
  .status-pump .link-arrow {
    margin: 12px;
  }
}

.pump-item:nth-child(1) {
  background-image: url(../img/top/icon_01.png);
}

.pump-item:nth-child(2) {
  background-image: url(../img/top/icon_02.png);
}

.pump-item:nth-child(3) {
  background-image: url(../img/top/icon_03.png);
}

.pump-item:nth-child(4) {
  background-image: url(../img/top/icon_04.png);
}

.mt32 {
  margin-top: 32px;
}/*# sourceMappingURL=style.css.map */