@charset "UTF-8";

body {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  background-color: #000;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

body {
  animation: whiteIn 2s ease 0s 1 normal;
  -webkit-animation: whiteIn 2s ease 0s 1 normal;
}

@keyframes whiteIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes whiteIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

a:link {
  text-decoration: underline;
  color: #fff;
}

a:visited {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  width: 100%;
  background-image: url(../img/bg-top.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom -200px left;
}

.header-inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.mv {
  width: 56%;
}

.top-logo {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44%;
  padding-bottom: 15%;
  transform: translateY(-50%);
}

.banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5%;
}

.top-corner {
  position: absolute;
  width: 12%;
}

.tl {
  top: 5px;
  left: 5px;
}

.tr {
  top: 5px;
  right: 5px;
}

.bl {
  bottom: 5px;
  left: 5px;
}

.br {
  bottom: 5px;
  right: 5px;
}

.story-bg {
  background-position: top -60px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.webp .story-bg {
  background-image: url(../img/bg-1.webp);
}

.no-webp .story-bg {
  background-image: url(../img/bg-1.jpg);
}

.contents {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

.cont-padding {
  padding: 4rem 0 6rem;
}

.heading {
  width: 28%;
  margin: 0 auto;
}

.story {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.05em;
  background-image:
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png);
  background-position:
    top left,
    bottom left,
    top right,
    bottom right,
    left,
    right;
  background-repeat: no-repeat;
  background-size:
    10% 1px,
    10% 1px,
    10% 1px,
    10% 1px,
    1px 100%,
    1px 100%;
}

ruby {
  ruby-position: over;
}

rt {
  padding: 0 0 0.2em;
  font-size: 0.6em;
}

p span {
  display: inline-block;
  transform: rotate(15deg);
  padding-left: 0.1em;
}

.blue-bg {
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: bottom left;
  background-color: #193693;
}

.webp .blue-bg {
  background-image: url(../img/bg-2.webp);
}

.no-webp .blue-bg {
  background-image: url(../img/bg-2.jpg);
}

.chara-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 0;
  position: relative;
  z-index: 3;
}

.chara-list>* {
  min-width: 0;
}

.chara-item {
  margin-bottom: 1.5rem;
  background-image:
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png);
  background-position:
    top,
    bottom,
    left,
    right;
  background-repeat: no-repeat;
  background-size:
    100% 1px,
    100% 1px,
    1px 100%,
    1px 100%;
  background-color: rgba(25, 54, 147, 0.5);
  ;
}

.chara-outer {
  width: 100%;
  padding: 1.8rem;
  background-image:
    url(../img/bg-top-left.png),
    url(../img/bg-top-right.png),
    url(../img/bg-bottom-left.png),
    url(../img/bg-bottom-right.png);
  background-position:
    top left,
    top right,
    bottom left,
    bottom right;
  background-repeat: no-repeat;
  background-size: 14% auto;
}

.chara-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.chara-thumb {
  width: 35%;
}

.chara-info {
  width: 60%;
}

.chara-word {
  width: 100%;
  padding-bottom: 1rem;
}

.chara-name {
  width: 100%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.5rem;
  border-bottom: #fff solid 1px;
}

.chara-name img {
  width: 44%;
}

.chara-info p {
  font-size: 13px;
}

.chara-catch {
  width: 45%;
  margin: 1rem auto 3rem;
}

.chara-catch img {
  width: 100%;
}

.chara-other {
  width: 50%;
  margin: 0 auto;
}

.chara-outer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 0;
}

.tech-bg {
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: bottom right;
  background-color: #000;
}

.webp .tech-bg {
  background-image: url(../img/bg-3.webp);
}

.no-webp .tech-bg {
  background-image: url(../img/bg-3.jpg);
}

.tech {
  width: 100%;
  max-width: 800px;
  margin: 4rem auto 0;
}

.tech-title {
  position: absolute;
  top: -23px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tech-title img {
  width: 200px !important;
  border: none !important;
}

.tech-frame {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tech-item {
  position: relative;
  margin: 0 0 4rem 0;
}

.tech-btm {
  margin: 0 !important;
}

.tech-image img {
  width: 100%;
  margin-bottom: 1rem;
}

.tech-1 {
  width: 51%;
}

.tech-2 {
  width: 43%;
}

.tech-3 {
  width: 56.5%;
}

.tech-4 {
  width: 37.5%;
}

.tech-item img {
  border: #193693 solid 3px;
}

.tech-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.3em 2em;
  font-size: 14px;
  background-image:
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png),
    url(../img/bg-line.png);
  background-position:
    top left,
    bottom left,
    top right,
    bottom right,
    left,
    right;
  background-repeat: no-repeat;
  background-size:
    15px 1px,
    15px 1px,
    15px 1px,
    15px 1px,
    1px 100%,
    1px 100%;
}

.tech-5 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.bg-comics {
  background-color: #193693;
}

.comics {
  position: relative;
  max-width: 640px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.comics-cover {
  width: 45%;
}

.comics-info {
  width: 50%;
}

.comics-info p {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: #fff solid 1px;
  font-size: 14px;
}

.comics-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.cut-2 {
  position: absolute;
  width: 32%;
  top: -80px;
  right: 4%;
  z-index: 1;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #000;
}

.footer_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

.social {
  width: 100%;
  margin: 0 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_item:first-child {
  width: 70px;
  padding: 0 10px;
  line-height: 0;
}

.social_item {
  width: 55px;
  padding: 0 10px;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc_display {
    display: none;
  }

  .pc {
    display: none;
  }

  .header-inner {
    position: relative;
    width: 100%;
    display: block;
  }

  .mv {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .top-logo {
    top: 55%;
    right: 10%;
    width: 80%;
    padding-bottom: 0;
    transform: translateY(0);
    z-index: 3;
  }

  .banner {
    bottom: 0;
    padding: 3%;
    z-index: 2;
  }

  .top-corner {
    width: 18%;
    z-index: 2;
  }

  .bl {
    display: none;
  }

  .br {
    display: none;
  }

  .story-bg {
    background-position: top left;
    background-size: cover;
  }

  .contents {
    width: 90%;
    padding: 1.5rem 0 2rem;
  }

  .cont-padding {
    padding: 2rem 0 3rem;
  }

  .heading {
    width: 70%;
  }

  .story {
    width: 100%;
    padding: 1.5rem 0 2rem;
    font-size: 13px;
    line-height: 2.2;
    background-size:
      10% 1px,
      10% 1px,
      10% 1px,
      10% 1px,
      1px 100%,
      1px 100%;
  }

  .blue-bg {
    background-size: 170% auto;
  }

  .webp .blue-bg {
    background-image: url(../img/bg-2.webp);
  }

  .no-webp .blue-bg {
    background-image: url(../img/bg-2.jpg);
  }

  .chara-list {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }

  .chara-item {
    margin-bottom: 1rem;
  }

  .chara-outer {
    width: 100%;
    padding: 1.4rem;
    background-size: 18% auto;
  }

  .chara-thumb {
    width: 37.5%;
  }

  .chara-info {
    width: 57.5%;
  }

  .chara-word {
    width: 100%;
    padding-bottom: 0.3rem;
  }

  .chara-name {
    padding-bottom: 0.6rem;
    margin-bottom: 0.3rem;
  }

  .chara-name img {
    width: 48%;
  }

  .chara-info p {
    font-size: 11px;
  }

  .chara-catch {
    width: 90%;
    margin: 0.5rem auto 1.5rem;
  }

  .chara-catch img {
    width: 100%;
  }

  .chara-other {
    width: 100%;
    margin: 0 auto;
  }

  .chara-outer-inner {
    column-gap: 10px;
  }

  .tech-bg {
    background-size: 180% auto;
  }

  .tech {
    margin: 2rem auto 0;
  }

  .tech-title {
    top: -14px;
    left: 0;
  }

  .tech-title img {
    width: 126px !important;
  }

  .tech-item {
    margin: 0 0 2rem 0;
  }

  .tech-image img {
    width: 100%;
    margin-bottom: 0.8rem;
  }

  .tech-1 {
    width: 51.5%;
  }

  .tech-2 {
    width: 43.5%;
  }

  .tech-3 {
    width: 57%;
  }

  .tech-4 {
    width: 38%;
  }

  .tech-item img {
    border: #193693 solid 2px;
  }

  .tech-text {
    padding: 0.4em 1.2em;
    font-size: 11px;
    background-size:
      10px 1px,
      10px 1px,
      10px 1px,
      10px 1px,
      1px 100%,
      1px 100%;
  }

  .comics {
    width: 90%;
    margin: 1.5rem auto 0;
  }

  .comics-info p {
    margin-top: 0.6rem;
    padding-top: 0.4rem;
    font-size: 10px;
    letter-spacing: -0.1em;
  }

  .footer {
    padding: 1.5rem 0;
    font-size: 10px;
  }

  .social {
    margin: 0 0 1.5rem;
  }

  .social_item:first-child {
    width: 60px;
    padding: 0 10px;
    line-height: 0;
  }

  .social_item {
    width: 50px;
    padding: 0 10px;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .header {
    width: 100%;
    background-position: bottom left;
  }

  .header-inner {
    width: 100%;
  }

  .mv {
    width: 54%;
  }

  .top-logo {
    top: 50%;
    right: 2%;
  }

  .story-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contents {
    padding: 2rem 0 3rem;
  }

  .cont-padding {
    padding: 3rem 0 5rem;
  }

  .heading {
    width: 40%;
  }

  .story {
    width: 80%;
    padding: 1.5rem 0 3rem;
    font-size: 16px;
    background-size:
      8% 1px,
      8% 1px,
      8% 1px,
      8% 1px,
      1px 100%,
      1px 100%;
  }

  .blue-bg {
    background-size: 100% auto;
  }

  .chara-outer {
    padding: 1.2rem;
    background-size: 18% auto;
  }

  .chara-word {
    padding-bottom: 0.5rem;
  }

  .chara-name {
    padding-bottom: 0.6rem;
    margin-bottom: 0.4rem;
  }

  .chara-name img {
    width: 46%;
  }

  .chara-info p {
    font-size: 11px;
  }

  .chara-catch {
    width: 50%;
    margin: 1rem auto 2rem;
  }

  .chara-other {
    width: 50%;
  }

  .tech-bg {
    background-size: 100% auto;
  }

  .tech {
    width: 100%;
    margin: 2rem auto 0;
  }

  .tech-title {
    top: -23px;
  }

  .tech-title img {
    width: 180px !important;
    border: none !important;
  }

  .tech-item {
    margin: 0 0 3rem 0;
  }

  .tech-text {
    padding: 0.3em 2em;
    font-size: 12px;
  }

  .tech-5 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .comics {
    max-width: 80%;
    margin: 2rem auto 0;
  }

  .comics-info p {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 12px;
  }

}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  a {
    display: inline-block;
    transition: transform 180ms ease, filter 180ms ease;
    transform: translateZ(0);
    /* ちらつき対策（任意） */
  }

  a:hover {
    transform: scale(0.97);
  }

  a:active {
    transform: scale(0.95);
    /* 押し込み感を強めたいなら */
  }

}