@charset "UTF-8";
body {
  font-feature-settings: "palt";
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "UDKakugo_LargePr6-B", "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.wrapper-ofx {
  overflow-x: hidden; }

img {
  width: 100%; }

a {
  text-decoration: none;
  color: #000; }

.border-f-1px {
  border: 1px solid #fff; }

.pagelink {
  display: block;
  margin-top: -58px !important;
  padding-bottom: 58px !important; }

.mb-00 {
  margin-bottom: 0 !important; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-30-minus {
  margin-bottom: -30px; }

.mb-minus {
  margin-bottom: -10%; }

.mb-minus-game {
  margin-bottom: -12%; }

.mb-minus-chara {
  margin-bottom: -16%; }

.mb-40-minus {
  margin-bottom: -40px; }

.mb-45-minus {
  margin-bottom: -45px; }

.mb-50-minus {
  margin-bottom: -50px; }

.mb-55-minus {
  margin-bottom: -55px; }

.mb-60-minus {
  margin-bottom: -60px; }

.mb-70-minus {
  margin-bottom: -70px; }

.mb-75-minus {
  margin-bottom: -75px; }

.mb-80-minus {
  margin-bottom: -80px; }

.mb-85-minus {
  margin-bottom: -85px; }

.mb-95-minus {
  margin-bottom: -95px; }

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

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

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

.border-top-glay {
  border-top: 1px solid #d4d4d4; }

.p00,
.pa-0 {
  padding: 0px !important; }

.pa-10 {
  padding: 10px !important; }

.pa-15 {
  padding: 15px !important; }

.pa-20 {
  padding: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pa-25 {
  padding: 25px !important; }

.pa-30 {
  padding: 30px !important; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.bg-white {
  background: #fff; }

.bg-skyblue {
  background: #72b6e5; }

.bg-glay {
  background: #f8f8f8; }

.link-underline {
  text-decoration: underline !important; }

.result {
  opacity: 0; }

.loading {
  width: 100%;
  height: 100%;
  background: url("../../img/top/loading/loading_bg.jpg") repeat;
  background-size: 768px auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loading .spinner {
    max-width: 50%; }
    .loading .spinner img {
      filter: drop-shadow(0px -1px 7px rgba(0, 0, 0, 0.6));
      width: 100%; }

.loading .spinner {
  animation: loaderAnime 3s infinite; }

@keyframes loaderAnime {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(0deg); } }

.loading .spinner.spinnerFinish {
  animation: SfAnime 3s forwards; }

@keyframes SfAnime {
  10% {
    transform: translate(0, 0) scale(1); }
  100% {
    transform: translate(0, -150px) scale(20);
    display: none; } }

.finish {
  animation: loaderfinish 2s forwards; }

@keyframes loaderfinish {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    z-index: -100; } }

@media screen and (min-width: 940px) {
  .loading .spinner {
    max-width: 300px; }
    .loading .spinner img {
      filter: drop-shadow(0px -1px 9px rgba(0, 0, 0, 0.6));
      width: 100%; } }

html,
body {
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-attachment: fixed; }

.no-webp .keyvisual {
  background: url("../../img/top/header/keyvisual_sp.jpg") center no-repeat;
  height: auto;
  width: 100%;
  padding-top: 162%;
  background-size: 100% auto;
  opacity: 0; }

.webp .keyvisual {
  background: url("../../img/top/header/keyvisual_sp.webp") center no-repeat;
  height: auto;
  width: 100%;
  padding-top: 162%;
  background-size: 100% auto;
  opacity: 0; }

.no-webp .motion-kv,
.webp .motion-kv {
  opacity: 1;
  animation-name: motionKv;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-duration: 0.7s;
  transform-origin: bottom center; }

@keyframes motionKv {
  0% {
    transform: scale(120%); }
  100% {
    transform: scale(100%); } }

.no-webp header .globalMenuSp {
  position: fixed;
  z-index: 61;
  display: none;
  top: 0;
  left: 0;
  background: url("../../img/top/header/bg.png") top center repeat;
  background-size: 768px auto;
  width: 100%;
  height: 120%; }

.webp header .globalMenuSp {
  position: fixed;
  z-index: 61;
  display: none;
  top: 0;
  left: 0;
  background: url("../../img/top/header/bg.webp") top left repeat;
  background-size: 768px auto;
  width: 100%;
  height: 120%; }

header {
  position: relative;
  line-height: 100%;
  /* ナビ開いてる時のボタン */ }
  header picture {
    z-index: 2;
    min-height: 100%; }
  header .logo {
    position: absolute;
    z-index: 5;
    bottom: 20%;
    left: 50%;
    margin-left: -29%;
    max-width: 58%;
    opacity: 0;
    filter: drop-shadow(0px -1px 9px rgba(0, 0, 0, 0.6)); }
  header .motion-logo {
    opacity: 1;
    animation-name: motionLogo;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 0.7s;
    transform-origin: bottom center; }

@keyframes motionLogo {
  0% {
    opacity: 0;
    bottom: 28%;
    transform: scale(110%); }
  100% {
    opacity: 1;
    bottom: 20%;
    transform: scale(100%); } }
  header .wrap-hamburger {
    width: 52px;
    height: 50px;
    position: fixed;
    background: linear-gradient(325deg, rgba(36, 217, 114, 0.7) 0%, rgba(176, 238, 16, 0.7) 100%);
    right: 15px;
    top: 15px;
    z-index: 300;
    border-radius: 4px;
    font-family: "FOT-UD角ゴ_ラージ Pr6 U"; }
    header .wrap-hamburger p {
      position: absolute;
      top: 38px;
      left: 6px;
      letter-spacing: 1.2px;
      color: #fff; }
  header .hamburger {
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: -1px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all; }
    header .hamburger span {
      display: block;
      position: absolute;
      width: 30px;
      height: 4px;
      left: 11px;
      background: #fff; }
    header .hamburger span:nth-child(1) {
      top: 13px; }
    header .hamburger span:nth-child(2) {
      top: 23px; }
    header .hamburger span:nth-child(3) {
      top: 33px; }
  header .hamburger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  header .hamburger.active span:nth-child(1) {
    top: 22.5px;
    left: 11px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header .hamburger.active span:nth-child(2) {
    top: 22.5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .hamburger.active span:nth-child(3) {
    opacity: 0; }
  header .globalMenuSp {
    position: fixed;
    z-index: 61;
    display: none;
    top: 0;
    left: 0; }
  header .globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-feature-settings: "palt"; }
    header .globalMenuSp ul li {
      list-style-type: none;
      padding: 0;
      transition: .4s all;
      margin-bottom: 4.8vh;
      letter-spacing: 1.3px; }
    header .globalMenuSp ul li:last-child {
      padding-bottom: 0; }
    header .globalMenuSp ul li a {
      display: block;
      text-decoration: none; }
  header .globalMenuSp.active {
    display: block;
    animation-name: motiongnaviSP;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-duration: 0.7s; }

@keyframes motiongnaviSP {
  0% {
    opacity: 1;
    left: 100%; }
  24% {
    left: 10%; }
  100% {
    opacity: 1;
    left: 0%; } }
  header .gnavi {
    width: 100%;
    text-align: center;
    font-family: "FOT-UD角ゴ_ラージ Pr6 U"; }
    header .gnavi ul {
      z-index: 1400; }
      header .gnavi ul li.g-top {
        display: inline-block; }
      header .gnavi ul li a {
        font-feature-settings: "palt";
        font-size: 20px;
        color: #fff;
        display: inline-block;
        padding: 0 10px; }
  header .gnavi-logo {
    text-align: center;
    margin: 40px auto 34px;
    max-width: 32vw; }
  header .preorder {
    position: absolute;
    z-index: 10;
    bottom: 4%;
    right: 1%;
    opacity: 0;
    width: 23%; }
    header .preorder img {
      width: 100%;
      animation: poyopoyo 3s ease-out infinite; }

@keyframes poyopoyo {
  33% {
    transform: scale(1); }
  40%,
  60%,
  80% {
    transform: scale(1); }
  50%,
  70% {
    transform: scale(0.95); } }
  header .preorder.motion-preorder {
    opacity: 1;
    animation-name: motionPreorder;
    animation-timing-function: ease-out;
    animation-duration: 0.6s; }

@keyframes motionPreorder {
  0% {
    opacity: 0;
    right: -200px; }
  100% {
    opacity: 1;
    right: 1%; } }
  header .info {
    position: absolute;
    z-index: 5;
    bottom: 5%;
    right: 30%;
    max-width: 40%;
    opacity: 0; }
  header .motion-info {
    opacity: 1;
    animation-name: motionInfo;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 0.6s;
    transform-origin: center center; }

@keyframes motionInfo {
  0% {
    opacity: 0;
    right: -200px; }
  100% {
    opacity: 1;
    right: 30%; } }
  header .movie {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 15px;
    max-width: 32%;
    display: block;
    border-radius: 5px;
    opacity: 0;
    border: 2px solid rgba(255, 255, 255, 0.8); }
    header .movie a,
    header .movie img {
      vertical-align: bottom;
      border-radius: 5px;
      line-height: 100%; }
  header .motion-movie {
    opacity: 1;
    animation-name: motionmovie;
    animation-direction: alternate;
    animation-duration: 1s; }

@keyframes motionmovie {
  0% {
    opacity: 0;
    left: -200px; }
  40% {
    left: 2%; }
  100% {
    opacity: 1;
    left: 15px; } }
  header .appstore-text a {
    text-align: center;
    font-size: 11px;
    border-radius: 6px;
    position: absolute;
    z-index: 5;
    bottom: 5%;
    right: 50%;
    margin-right: -20%;
    color: #fff;
    width: 40%;
    line-height: 170%;
    padding: 10px;
    letter-spacing: 1px;
    background: rgba(30, 38, 61, 0.9); }
  header .appstore-text a:hover {
    background: rgba(30, 38, 61, 0.95); }
  header .lang {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 50px; }
  header .scroll {
    max-width: 42px;
    position: absolute;
    bottom: -590px;
    left: 37px;
    display: none; }
  header .share {
    z-index: 100;
    display: none;
    margin-bottom: 30px;
    position: absolute;
    bottom: -280px;
    left: 33px; }
    header .share li {
      max-width: 44px;
      margin-top: 10px;
      cursor: pointer; }
  header .gnavi-share {
    z-index: 1000;
    margin: 5vh auto 30px; }
    header .gnavi-share ul {
      width: 120px;
      margin: 10px auto 30px;
      display: flex;
      justify-content: space-between; }
    header .gnavi-share li {
      max-width: 50px;
      cursor: pointer; }

@media screen and (min-width: 1200px) {
  .no-webp .keyvisual {
    margin-bottom: 0px;
    padding-top: 0;
    background: url("../../img/top/header/keyvisual_pc.jpg") top center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw; }
  .webp .keyvisual {
    margin-bottom: 0px;
    padding-top: 0;
    background: url("../../img/top/header/keyvisual_pc.webp") top center no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw; }
  .no-webp header .globalMenuSp,
  .webp header .globalMenuSp {
    display: block;
    transform: scale(1);
    transition: all 0.4s ease;
    transform-origin: top right;
    width: 280px;
    height: 500px;
    background: none;
    top: 0;
    left: auto;
    right: 20px; }
  header .logo {
    top: 2%;
    left: 2%;
    margin-left: 0; }
    header .logo img {
      height: 48vh;
      width: auto; }
  header .info {
    position: absolute;
    z-index: 5;
    right: 16%;
    left: auto;
    bottom: 34px; }
    header .info img {
      max-width: 330px;
      filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.6)); }
  header .motion-info {
    opacity: 1;
    animation-name: motionInfo;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-duration: 0.6s;
    transform-origin: center center; }
  @keyframes motionInfo {
    0% {
      opacity: 0;
      right: -13%; }
    100% {
      opacity: 1;
      right: 16%; } }
  header .preorder {
    position: absolute;
    bottom: 24px;
    right: 1%;
    left: auto;
    top: auto;
    width: auto; }
    header .preorder img {
      height: 38vh;
      width: auto;
      filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.6)); }
  @keyframes motionPreorder {
    0% {
      opacity: 0;
      right: -200px; }
    100% {
      opacity: 1;
      right: 1%; } }
  header .wrap-hamburger {
    display: none; }
  header .globalMenuSp.isSmall {
    transform: scale(0.8); }
    header .globalMenuSp.isSmall ul {
      margin-top: 3vh; }
      header .globalMenuSp.isSmall ul li {
        display: block !important; }
  header .gnavi {
    position: absolute;
    z-index: 10000;
    height: auto;
    top: 0px;
    right: 6px;
    left: auto;
    font-size: 28px;
    opacity: 0;
    background: rgba(255, 255, 255, 0); }
    header .gnavi .button {
      position: relative;
      padding: 0% 2%;
      color: #1e263d;
      text-decoration: none;
      transition: 0.3s; }
    header .gnavi ul {
      margin-top: 2vh;
      text-align: right; }
      header .gnavi ul li {
        margin-bottom: 0px; }
        header .gnavi ul li a {
          line-height: 180%;
          background: rgba(255, 255, 255, 0.8);
          font-size: 15px;
          letter-spacing: 1px;
          margin-bottom: 8px; }
          header .gnavi ul li a span {
            display: none; }
      header .gnavi ul .button::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: "";
        background: white;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform 0.3s; }
      header .gnavi ul .button:hover::before {
        transform-origin: left top;
        transform: scale(1, 1); }
  header .motion-gnavi {
    opacity: 1;
    animation-name: motiongnavi;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-duration: 0.6s; }
  @keyframes motiongnavi {
    0% {
      opacity: 0;
      right: -400px;
      transform: scale(100%); }
    100% {
      opacity: 1;
      right: 6;
      transform: scale(100%); } }
  header .movie {
    top: auto;
    bottom: 34px;
    left: 2%;
    border: 5px solid rgba(255, 255, 255, 0.8); }
    header .movie img {
      height: 16vh;
      width: auto; }
  header .motion-movie {
    opacity: 1;
    animation-name: motionmovie;
    animation-direction: alternate;
    animation-duration: 1s; }
  @keyframes motionmovie {
    0% {
      opacity: 0;
      left: -200px; }
    40% {
      left: 2%; }
    100% {
      opacity: 1;
      left: 2%; } }
  header .appstore-text a {
    max-width: 34%;
    font-size: 16px;
    bottom: 39px;
    right: 250px;
    margin-right: auto;
    padding: 18px 10px; }
    header .appstore-text a br {
      display: none; }
  header .lang {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px; }
  header .scroll {
    display: block; }
  header .share {
    display: block;
    z-index: 10; }
    header .share li {
      max-width: 54px;
      margin-top: 10px; }
  header .gnavi-logo,
  header .gnavi-share {
    display: none; } }

.sun {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.sun:after {
  content: "";
  position: absolute;
  top: -1160px;
  left: -900px;
  width: 2000px;
  height: 2000px;
  background: url(../../img/top/header/sun.png) center center no-repeat;
  background-size: 100%;
  animation: shine 10s infinite alternate; }

@keyframes shine {
  0% {
    transform-origin: center;
    opacity: 1;
    transform: rotate(0); }
  30% {
    transform-origin: center;
    opacity: 0; }
  60% {
    transform-origin: center;
    opacity: 1; }
  100% {
    transform-origin: center;
    opacity: 0;
    transform: rotate(40deg); } }

.grass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .grass li {
    position: absolute;
    display: block;
    list-style: none;
    width: 10px;
    height: 30px;
    background: rgba(0, 150, 25, 0.6);
    animation: animate 2s linear infinite;
    bottom: -150px; }
  .grass li:nth-child(1) {
    left: 5%;
    width: 32px;
    height: 58px;
    background: url(../../img/top/header/grass_a.png) no-repeat;
    animation-delay: 0s;
    background-size: 100%; }
  .grass li:nth-child(2) {
    left: 0%;
    width: 60px;
    height: 63px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 2s;
    animation-duration: 5s; }
  .grass li:nth-child(3) {
    left: 50%;
    width: 60px;
    height: 63px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 4s; }
  .grass li:nth-child(4) {
    left: 20%;
    width: 60px;
    height: 63px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 0s;
    animation-duration: 6s; }
  .grass li:nth-child(5) {
    left: 45%;
    width: 60px;
    height: 63px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 0s; }
  .grass li:nth-child(6) {
    left: 55%;
    width: 60px;
    height: 63px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 3s; }
  .grass li:nth-child(7) {
    left: 15%;
    width: 60px;
    height: 63px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 7s; }
  .grass li:nth-child(8) {
    left: 30%;
    width: 60px;
    height: 63px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 5s;
    animation-duration: 5s; }
  .grass li:nth-child(9) {
    left: 10%;
    width: 15px;
    height: 45px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 2s;
    animation-duration: 12s; }
  .grass li:nth-child(10) {
    left: 45%;
    width: 32px;
    height: 58px;
    background: url(../../img/top/header/grass_a.png) no-repeat;
    background-size: 100%;
    animation-delay: 3s;
    animation-duration: 11s; }
  .grass li:nth-child(11) {
    left: 25%;
    width: 32px;
    height: 58px;
    background: url(../../img/top/header/grass_a.png) no-repeat;
    background-size: 100%;
    animation-delay: 4s;
    animation-duration: 11s; }
  .grass li:nth-child(12) {
    left: 55%;
    width: 32px;
    height: 58px;
    background: url(../../img/top/header/grass_b.png) no-repeat;
    background-size: 100%;
    animation-delay: 0s;
    animation-duration: 11s; }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1; }
  100% {
    transform: translateY(-1000px) translateX(500px) rotate(260deg);
    opacity: 0; } }

@media screen and (min-width: 940px) {
  .sun:after {
    content: "";
    position: absolute;
    top: -1100px;
    left: -18%;
    width: 2000px;
    height: 2000px;
    background: url(../../img/top/header/sun.png) center center no-repeat;
    animation: shine 10s infinite alternate; }
  .grass li:nth-child(1) {
    left: 25%; }
  .grass li:nth-child(2) {
    left: 10%; }
  .grass li:nth-child(3) {
    left: 70%; }
  .grass li:nth-child(4) {
    left: 40%; }
  .grass li:nth-child(5) {
    left: 65%; }
  .grass li:nth-child(6) {
    left: 75%; }
  .grass li:nth-child(7) {
    left: 35%; }
  .grass li:nth-child(8) {
    left: 50%; }
  .grass li:nth-child(9) {
    left: 20%; }
  .grass li:nth-child(10) {
    left: 85%; }
  @keyframes animate {
    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 1; }
    100% {
      transform: translateY(-1000px) translateX(1000px) rotate(260deg);
      opacity: 0; } } }

.preorderoWrapper {
  padding: 30px 10px 4%; }
  .preorderoWrapper .inner h1 {
    max-width: 1028px;
    margin: 0 auto 5%; }
  .preorderoWrapper .inner .bg-area {
    background: url("../../img/top/preorder/bg.png") bottom no-repeat #b0ee10;
    background-size: 100% auto;
    border-radius: 5px;
    padding: 20px 16px;
    max-width: 980px;
    margin: 0 auto 30px; }
    .preorderoWrapper .inner .bg-area .btn-app-google {
      padding: 36px 10px 10px;
      text-align: center; }
    .preorderoWrapper .inner .bg-area .btn-wrap {
      padding: 12% 4% 6%;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
      gap: 1% 2%; }
    .preorderoWrapper .inner .bg-area h2 {
      max-width: 260px;
      margin: 0px auto -23px;
      padding: 7px 0px;
      font-size: 14px;
      font-family: UDKakugo_LargePr6-B;
      font-weight: normal;
      letter-spacing: 1px;
      z-index: 1;
      position: relative;
      text-align: center;
      color: #fff;
      position: relative;
      border-radius: 5px;
      background: #1e263d; }
    .preorderoWrapper .inner .bg-area .btn-title {
      margin-bottom: -28px; }
    .preorderoWrapper .inner .bg-area .btn-app-google,
    .preorderoWrapper .inner .bg-area .btn-wrap {
      border: 2px solid #ffffff;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.7); }
    .preorderoWrapper .inner .bg-area .btn-wrap {
      padding-top: 40px; }
      .preorderoWrapper .inner .bg-area .btn-wrap .readtext {
        font-size: 12px;
        letter-spacing: 1px;
        font-family: UDKakugo_LargePr6-B;
        text-align: center;
        margin-bottom: 14px;
        line-height: 140%; }
        .preorderoWrapper .inner .bg-area .btn-wrap .readtext br {
          display: none; }
    .preorderoWrapper .inner .bg-area .pre-btn-app img {
      height: auto;
      max-width: 40%;
      vertical-align: top;
      display: inline-block; }
    .preorderoWrapper .inner .bg-area .pre-btn-google img {
      height: auto;
      max-width: 50%;
      vertical-align: top;
      display: inline-block; }
    .preorderoWrapper .inner .bg-area .btn {
      border-radius: 5px;
      text-align: center;
      color: #fff;
      width: 100%;
      letter-spacing: 1px;
      padding: 1.6% 0;
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 3em;
      vertical-align: middle;
      font-family: UDKakugo_LargePr6-B; }
    .preorderoWrapper .inner .bg-area .btn img {
      width: 3em;
      vertical-align: middle; }
    .preorderoWrapper .inner .bg-area .btn.btn_line {
      background: #4cc764;
      margin-bottom: 10px; }
      .preorderoWrapper .inner .bg-area .btn.btn_line img {
        margin-right: 6px; }
    .preorderoWrapper .inner .bg-area .btn.btn_tw {
      background: #1d9bf0;
      margin-bottom: 10px; }
      .preorderoWrapper .inner .bg-area .btn.btn_tw img {
        margin-right: 0px; }
    .preorderoWrapper .inner .bg-area .btn.btn_mail {
      background: #f1882b;
      margin-bottom: 10px; }
      .preorderoWrapper .inner .bg-area .btn.btn_mail img {
        margin-right: 4px;
        width: 30px; }
    .preorderoWrapper .inner .bg-area .btn.btn_yoyaku10 {
      background: #df2b6d; }
      .preorderoWrapper .inner .bg-area .btn.btn_yoyaku10 img {
        margin-right: 8px;
        width: 40px; }
    .preorderoWrapper .inner .bg-area .btn.btn_gamewith {
      background: #34b792; }
      .preorderoWrapper .inner .bg-area .btn.btn_gamewith img {
        width: 140px;
        vertical-align: middle; }
    .preorderoWrapper .inner .bg-area .howto-text {
      text-align: center;
      padding: 14px 10px 4px; }
    .preorderoWrapper .inner .bg-area .howto-text a {
      color: #000;
      font-size: 12px;
      font-family: UDKakugo_LargePr6-B;
      text-decoration: underline; }
    .preorderoWrapper .inner .bg-area .howto-text a:hover {
      color: #008b07; }
  .preorderoWrapper .inner .bg-area.other-bg {
    background: url("../../img/top/preorder/btn_bg.png") repeat;
    background-size: cover;
    margin: 0 auto 25px; }

@media screen and (min-width: 940px) {
  .preorderoWrapper {
    padding: 7% 10px 4%; }
    .preorderoWrapper .inner .bg-area h2 {
      font-size: 23px;
      max-width: 360px; }
    .preorderoWrapper .inner .bg-area .btn-app-google {
      padding: 60px 0 20px; }
      .preorderoWrapper .inner .bg-area .btn-app-google .pre-btn-app img {
        height: auto;
        max-width: 268px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0px; }
      .preorderoWrapper .inner .bg-area .btn-app-google .pre-btn-google img {
        height: auto;
        max-width: 324px;
        display: inline-block;
        margin-left: 10px; }
    .preorderoWrapper .inner .bg-area .btn-wrap {
      padding: 5% 4% 4%; }
      .preorderoWrapper .inner .bg-area .btn-wrap a {
        font-size: 20px; }
      .preorderoWrapper .inner .bg-area .btn-wrap .btn {
        padding: 6px 0; }
      .preorderoWrapper .inner .bg-area .btn-wrap .readtext {
        font-size: 18px;
        line-height: 140%; }
        .preorderoWrapper .inner .bg-area .btn-wrap .readtext br {
          display: block; }
    .preorderoWrapper .inner .bg-area .btn-app-google,
    .preorderoWrapper .inner .bg-area .btn-wrap {
      border: 3px solid #ffffff; }
    .preorderoWrapper .inner .bg-area .howto-text {
      padding: 24px 10px 4px; }
    .preorderoWrapper .inner .bg-area .howto-text a {
      color: #000;
      font-size: 15px; }
    .preorderoWrapper .inner .bg-area .howto-text a:hover {
      color: #008b07; } }

.no-webp .campaignWrapper {
  background: url("../../img/top/campaign/bg-campaign.jpg") center no-repeat #b0ee10;
  background-size: cover; }

.webp .campaignWrapper {
  background: url("../../img/top/campaign/bg-campaign.webp") center no-repeat #b0ee10;
  background-size: cover; }

.campaignWrapper {
  padding-bottom: 15px; }
  .campaignWrapper .inner {
    padding: 5% 10px 3%; }
    .campaignWrapper .inner h1 {
      max-width: 933px;
      margin: 0 auto 10px;
      vertical-align: bottom;
      line-height: 100%; }
      .campaignWrapper .inner h1 img {
        max-width: 100%; }
    .campaignWrapper .inner li {
      max-width: 830px;
      margin: 0 auto 7px;
      position: relative; }
      .campaignWrapper .inner li img {
        max-width: 100%;
        line-height: 100%;
        vertical-align: bottom; }
      .campaignWrapper .inner li span.icon {
        position: absolute;
        top: -5px;
        left: -20px;
        width: 41px;
        height: 43px;
        display: block;
        background: url("../../img/top/campaign/icon-achieve.png") no-repeat;
        background-size: 41px 43px;
        z-index: 100; }
    .campaignWrapper .inner .bg-white {
      padding: 10px;
      max-width: 955px;
      margin: auto;
      border: 1px solid #fff;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 5px; }

.aten {
  text-align: center;
  margin-top: 10px;
  font-size: 12px; }

.aten-wrapper {
  max-width: 870px;
  height: 110px;
  margin: 14px auto 0px;
  font-family: UDKakugo_LargePr6-B; }
  .aten-wrapper .aten-wrap {
    color: #000;
    font-size: 14px;
    padding: 0 0px;
    margin: auto; }
    .aten-wrapper .aten-wrap .aten-wrap-inner {
      color: #000;
      height: 110px;
      max-width: 100%;
      padding: 10px;
      margin: auto;
      overflow-y: scroll;
      background: #fff;
      border-radius: 5px; }
  .aten-wrapper .kiyaku {
    max-width: 100%;
    margin: 0px auto 0px;
    letter-spacing: -0.5px; }
    .aten-wrapper .kiyaku .kiyaku-inner {
      padding: 7px 7px;
      font-size: 12px;
      line-height: 160%;
      color: #000; }
      .aten-wrapper .kiyaku .kiyaku-inner h1 {
        font-weight: bold;
        margin-bottom: 0.6em;
        text-align: center;
        font-size: 14px;
        line-height: 1.8em; }
      .aten-wrapper .kiyaku .kiyaku-inner h2 {
        font-weight: bold;
        margin-bottom: 0.6em;
        text-align: left;
        font-size: 14px;
        line-height: 1.8em; }
      .aten-wrapper .kiyaku .kiyaku-inner .bg-white {
        padding: 53px 20px 53px; }
      .aten-wrapper .kiyaku .kiyaku-inner div {
        margin-bottom: 30px;
        line-height: 160%; }
        .aten-wrapper .kiyaku .kiyaku-inner div dt {
          margin-bottom: 0.5em;
          font-weight: bold; }
        .aten-wrapper .kiyaku .kiyaku-inner div dd {
          line-height: 160%;
          text-indent: -0.5em;
          padding-left: 5px;
          margin-bottom: 0.7em; }
          .aten-wrapper .kiyaku .kiyaku-inner div dd.no-indent {
            text-indent: 0em;
            padding-left: 0; }
          .aten-wrapper .kiyaku .kiyaku-inner div dd.aten {
            text-indent: 0em; }
        .aten-wrapper .kiyaku .kiyaku-inner div a {
          text-decoration: underline;
          color: #000; }
        .aten-wrapper .kiyaku .kiyaku-inner div:last-child {
          margin-bottom: 0px; }

@media screen and (min-width: 750px) {
  .campaignWrapper .inner li img {
    max-width: 100%;
    line-height: 100%;
    vertical-align: bottom; }
  .campaignWrapper .inner li span.icon {
    position: absolute;
    top: -10px;
    left: -20px;
    width: 62px;
    height: 66px;
    display: block;
    background: url("../../img/top/campaign/icon-achieve.png") no-repeat;
    background-size: 62px 66px;
    z-index: 100; } }

@media screen and (min-width: 1200px) {
  .campaignWrapper {
    padding: 0px 0 53px; }
    .campaignWrapper .inner h1 {
      margin: 0 auto 37px; }
    .campaignWrapper .inner li {
      margin-bottom: 12px; }
      .campaignWrapper .inner li span.icon {
        position: absolute;
        top: -20px;
        left: -48px;
        width: 82px;
        height: 86px;
        display: block;
        background: url("../../img/top/campaign/icon-achieve.png") no-repeat;
        background-size: 82px 86px;
        z-index: 100; }
    .campaignWrapper .inner .bg-white {
      padding: 60px 20px 40px; }
  .aten {
    margin-top: 30px; }
  .aten-wrapper {
    height: 220px;
    margin: 14px auto 14px; }
    .aten-wrapper .aten-wrap {
      padding: 0 20px; }
      .aten-wrapper .aten-wrap .aten-wrap-inner {
        height: 220px; }
    .aten-wrapper .kiyaku .kiyaku-inner {
      font-size: 14px;
      padding: 20px 25px; } }

.otherinfoWrapper {
  background: url("../../img/top/otherinfo/otherinfoWrapper_bg.png") repeat;
  background-size: 42px 42px;
  padding: 50px 14px; }
  .otherinfoWrapper .otherinfoBox {
    background: rgba(176, 238, 17, 0.781);
    border-radius: 5px;
    max-width: 953px;
    margin: auto;
    height: auto;
    padding: 8px; }
  .otherinfoWrapper .inner {
    border: 1px solid #000;
    border-radius: 5px; }
    .otherinfoWrapper .inner dt {
      text-align: center;
      border-bottom: 1px solid #000;
      line-height: 100%;
      padding: 14px 0;
      font-family: UDKakugo_LargePr6-B;
      letter-spacing: 1px; }
      .otherinfoWrapper .inner dt img {
        max-width: 200px;
        vertical-align: bottom;
        display: inline-block;
        padding: 14px 0; }
    .otherinfoWrapper .inner dd {
      font-family: UDKakugo_LargePr6-B;
      border-bottom: 1px solid #000;
      padding: 15px 20px;
      line-height: 180%;
      font-size: 13px; }
      .otherinfoWrapper .inner dd span {
        font-weight: bold; }
      .otherinfoWrapper .inner dd a {
        text-decoration: underline; }
    .otherinfoWrapper .inner dd:last-child {
      border-bottom: none; }

@media screen and (min-width: 940px) {
  .otherinfoWrapper .inner dt img {
    max-width: 300px; } }

.introWrapper {
  margin-bottom: 35px;
  padding-top: 8%;
  padding-bottom: 4%;
  background: url("../../img/top/intro/bg_sp.jpg") no-repeat;
  background-size: 100% auto; }
  .introWrapper .inner h1 {
    max-width: 1028px;
    margin: 0 auto 25px;
    padding: 0 20px; }
  .introWrapper .inner .read-area-wrapper {
    display: flex;
    justify-content: center; }
  .introWrapper .inner .read-area {
    font-feature-settings: "palt";
    padding: 5% 4%;
    margin: 2% 2% 0;
    max-width: 940px;
    color: #1e263d;
    font-family: UDKakugo_LargePr6-B;
    border-radius: 5px;
    font-size: 2.4vw;
    background: url("../../img/top/intro/bg.png") top left no-repeat #b0ee10;
    background-size: cover;
    font-size: clamp(0.8em, 1.5vw, 1.5rem); }
    .introWrapper .inner .read-area h2 {
      font-size: clamp(1.2rem, 4vw, 3.3rem);
      border-bottom: 2px solid #000;
      line-height: 130%;
      letter-spacing: 2px;
      margin-bottom: 14px;
      text-align: center;
      padding-bottom: 14px;
      max-width: 862px; }
      .introWrapper .inner .read-area h2 br {
        display: block; }
    .introWrapper .inner .read-area p {
      letter-spacing: 0.5px;
      line-height: 160%;
      text-align: justify;
      margin-bottom: 7px;
      text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.6); }
      .introWrapper .inner .read-area p span {
        color: #ff2b8f; }
    .introWrapper .inner .read-area p.last-read {
      line-height: 160%;
      margin-bottom: 0px; }
      .introWrapper .inner .read-area p.last-read br {
        display: none; }

.no-webp .intro-img-bg {
  overflow: hidden; }
  .no-webp .intro-img-bg .chara03 {
    position: absolute;
    top: -6.5%;
    left: -6%;
    width: 100%;
    padding-top: 124.1%;
    background: url("../../img/top/intro/intro-chara03_sp.png") no-repeat;
    background-size: 100% auto; }
  .no-webp .intro-img-bg .chara02 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 124.1%;
    background: url("../../img/top/intro/intro-chara02_sp.png") no-repeat;
    background-size: 100% auto; }
  .no-webp .intro-img-bg .chara01 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 124.1%;
    background: url("../../img/top/intro/intro-chara01_sp.png") no-repeat;
    background-size: 100% auto; }

.webp .intro-img-bg {
  overflow: hidden; }
  .webp .intro-img-bg .chara03 {
    position: absolute;
    top: -6.5%;
    left: -6%;
    width: 100%;
    padding-top: 124.1%;
    background: url("../../img/top/intro/intro-chara03_sp.webp") no-repeat;
    background-size: 100% auto; }
  .webp .intro-img-bg .chara02 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 124.1%;
    background: url("../../img/top/intro/intro-chara02_sp.webp") no-repeat;
    background-size: 100% auto; }
  .webp .intro-img-bg .chara01 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 124.1%;
    background: url("../../img/top/intro/intro-chara01_sp.webp") no-repeat;
    background-size: 100% auto; }

.no-webp .intro-img-bg {
  position: relative;
  z-index: 1;
  background: url("../../img/top/intro/intro-bg_sp.jpg") no-repeat;
  background-size: 100% auto;
  padding-top: 82%; }

.webp .intro-img-bg {
  position: relative;
  z-index: 1;
  background: url("../../img/top/intro/intro-bg_sp.webp") no-repeat;
  background-size: 100% auto;
  padding-top: 82%; }

@media screen and (min-width: 940px) {
  .introWrapper {
    padding-top: 4%;
    background: url("../../img/top/intro/bg.jpg") top center no-repeat;
    background-size: cover; }
    .introWrapper .inner h1 {
      padding: 0 0px;
      margin-bottom: 50px; }
    .introWrapper .inner .read-area {
      margin: 50px 2% 0;
      padding: 34px 40px; }
      .introWrapper .inner .read-area h2 {
        border-bottom: 2px solid #000;
        margin-bottom: 15px;
        padding-bottom: 22px; }
      .introWrapper .inner .read-area p {
        line-height: 150%;
        margin-bottom: 20px;
        letter-spacing: 1px; }
        .introWrapper .inner .read-area p span {
          font-size: 22px; }
      .introWrapper .inner .read-area p.last-read {
        font-size: 27px; }
        .introWrapper .inner .read-area p.last-read br {
          display: block; }
  .no-webp .intro-img-bg .chara03 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 30.909090909%;
    background: url("../../img/top/intro/intro-chara03.png") no-repeat;
    background-size: 100% auto; }
  .no-webp .intro-img-bg .chara02 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 30.909090909%;
    background: url("../../img/top/intro/intro-chara02.png") no-repeat;
    background-size: 100% auto; }
  .no-webp .intro-img-bg .chara01 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 30.909090909%;
    background: url("../../img/top/intro/intro-chara01.png") no-repeat;
    background-size: 100% auto; }
  .webp .intro-img-bg .chara03 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 30.909090909%;
    background: url("../../img/top/intro/intro-chara03.webp") no-repeat;
    background-size: 100% auto; }
  .webp .intro-img-bg .chara02 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 30.90%;
    background: url("../../img/top/intro/intro-chara02.webp") no-repeat;
    background-size: 100% auto; }
  .webp .intro-img-bg .chara01 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 30.90%;
    background: url("../../img/top/intro/intro-chara01.webp") no-repeat;
    background-size: 100% auto; }
  .no-webp .intro-img-bg {
    z-index: 1;
    background: url("../../img/top/intro/intro-bg.jpg") no-repeat;
    background-size: 100% auto;
    margin-top: 0%;
    padding-top: 30.909090909%; }
  .webp .intro-img-bg {
    z-index: 1;
    background: url("../../img/top/intro/intro-bg.webp") no-repeat;
    background-size: 100% auto;
    margin-top: 0%;
    padding-top: 30.909090909%; } }

.systemWrapper {
  padding: 2% 0px 6%; }
  .systemWrapper .inner h1 {
    max-width: 1028px;
    margin: 0 auto 3%; }
  .systemWrapper .inner .system_content {
    height: auto;
    max-width: 1000px;
    margin: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px; }
    .systemWrapper .inner .system_content img {
      max-width: 980px;
      vertical-align: bottom; }
  .systemWrapper .inner .wrapper_pv {
    margin: 0 auto 10px; }

.systemWrapper-detail {
  width: 100%;
  margin-bottom: 34px;
  background: linear-gradient(90deg, #65d0f7 0%, #a8f43b 100%);
  min-height: 1px;
  position: relative; }
  .systemWrapper-detail:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .systemWrapper-detail .bg-corner-r {
    background: url("../../img/top/system/detail/bg-corner-right.png") no-repeat top right;
    background-size: 100% auto;
    width: 40%;
    padding-top: 55%;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 0; }
  .systemWrapper-detail .bg-corner-l {
    background: url("../../img/top/system/detail/bg-corner-left.png") no-repeat top right;
    background-size: 100% auto;
    width: 40%;
    padding-top: 55%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 0; }
  .systemWrapper-detail h1 {
    font-family: "FOT-UD角ゴ_ラージ Pr6 U";
    line-height: 130%;
    text-shadow: white 1px 0 10px;
    padding: 19px 20px 18px;
    font-size: 5vw;
    overflow: hidden; }
  .systemWrapper-detail .detail-content {
    background: linear-gradient(180deg, #eaf6ff 0%, #dbedfb 100%);
    padding: 10px 0 0;
    height: auto;
    position: relative; }
    .systemWrapper-detail .detail-content .bg-content-corner-r {
      background: url("../../img/top/system/detail/bg_content_corner_r.png") no-repeat bottom right;
      background-size: 100% auto;
      width: 35%;
      padding-top: 55%;
      position: absolute;
      right: 0;
      bottom: 0px;
      z-index: 0; }
    .systemWrapper-detail .detail-content .bg-content-corner-l {
      background: url("../../img/top/system/detail/bg_content_corner_l.png") no-repeat bottom right;
      background-size: 100% auto;
      width: 35%;
      padding-top: 55%;
      position: absolute;
      left: 0;
      bottom: 0px;
      z-index: 0; }
    .systemWrapper-detail .detail-content .detail-content-inner {
      max-width: 1400px;
      padding: 0 10px 8px;
      position: relative;
      margin: auto;
      color: #1e263d; }
      .systemWrapper-detail .detail-content .detail-content-inner article {
        margin-bottom: 10px;
        font-size: 12px;
        max-width: 49%; }
        .systemWrapper-detail .detail-content .detail-content-inner article h3 {
          font-size: 4vw;
          text-align: center;
          font-family: "FOT-UD角ゴ_ラージ Pr6 U";
          margin: 10px 0 8px; }
        .systemWrapper-detail .detail-content .detail-content-inner article p {
          padding: 0 10px;
          font-size: 10px;
          line-height: 150%;
          text-align: justify;
          text-justify: inter-ideograph; }
      .systemWrapper-detail .detail-content .detail-content-inner .other {
        max-width: 100%;
        margin: 0 0 5px 0px; }
        .systemWrapper-detail .detail-content .detail-content-inner .other h3 {
          font-size: 4vw;
          text-align: center;
          font-family: "FOT-UD角ゴ_ラージ Pr6 U";
          margin: 10px 0 8px; }
        .systemWrapper-detail .detail-content .detail-content-inner .other p {
          padding: 0 10px;
          text-align: left;
          font-size: 10px;
          line-height: 150%;
          margin: auto;
          text-align: justify;
          text-justify: inter-ideograph; }
    .systemWrapper-detail .detail-content .text-area-left {
      margin-right: 0%;
      max-width: 100%; }
      .systemWrapper-detail .detail-content .text-area-left .flexarea {
        display: flex;
        justify-content: space-between; }
    .systemWrapper-detail .detail-content .text-area-right {
      margin-left: 0%;
      max-width: 100%; }
      .systemWrapper-detail .detail-content .text-area-right .flexarea {
        display: flex;
        justify-content: space-between; }
    .systemWrapper-detail .detail-content h2 {
      color: #fff;
      display: block;
      max-width: 230px;
      margin: 10px auto 14px;
      padding: 0 1em;
      clear: both;
      text-align: center;
      font-size: 14px;
      /*装飾*/
      position: relative;
      padding: 0.2em 0.2em 0.2em 0.6em;
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      color: #ffffff;
      border-radius: 3px 3px 3px 3px;
      background-color: #ff2b8f;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
    .systemWrapper-detail .detail-content .btn-detail {
      border-radius: 4px;
      max-width: 260px;
      text-align: center;
      margin: 20px auto 20px;
      clear: both;
      letter-spacing: 1px; }
      .systemWrapper-detail .detail-content .btn-detail a {
        color: #fff;
        padding: 8px 0em 10px;
        border-radius: 6px;
        display: block;
        background: url(../../img/top/system/detail/icon-play.png) 13px center no-repeat #242a47;
        background-size: 20px 20px;
        padding-left: 23px; }

.webp .detail-title01 {
  padding-left: 38%;
  background: url("../../img/top/system/detail/bg_chara01.webp") no-repeat 10px -10px;
  background-size: 40% auto;
  text-align: right; }

.no-webp .detail-title01 {
  padding-left: 38%;
  background: url("../../img/top/system/detail/bg_chara01.png") no-repeat 10px -10px;
  background-size: 40% auto;
  text-align: right; }

.webp .detail-title02 {
  padding-right: 40%;
  padding-left: 5%;
  background: url("../../img/top/system/detail/bg_chara02.webp") no-repeat right -20px;
  background-size: 40% auto; }

.no-webp .detail-title02 {
  padding-right: 40%;
  padding-left: 5%;
  background: url("../../img/top/system/detail/bg_chara02.png") no-repeat right -20px;
  background-size: 40% auto; }

.webp .detail-title03 {
  padding-left: 36%;
  background: url("../../img/top/system/detail/bg_chara03.webp") no-repeat -70px 5px;
  background-size: 70% auto; }

.no-webp .detail-title03 {
  padding-left: 36%;
  background: url("../../img/top/system/detail/bg_chara03.png") no-repeat -70px 5px;
  background-size: 70% auto; }

@media screen and (max-width: 570px) {
  .systemWrapper {
    margin: 0 2% 2%;
    padding: 0% 0px 6%; }
    .systemWrapper .inner h1 {
      max-width: 1028px;
      margin: 0 auto 8%; } }

@media screen and (min-width: 570px) {
  .webp .detail-title01 {
    padding-left: 38%;
    background: url("../../img/top/system/detail/bg_chara01.webp") no-repeat 10px -10px;
    background-size: 40% auto;
    text-align: right; }
  .webp .detail-title02 {
    padding-right: 40%;
    padding-left: 5%;
    background: url("../../img/top/system/detail/bg_chara02.webp") no-repeat right -50px;
    background-size: 40% auto; }
  .webp .detail-title03 {
    padding-left: 36%;
    background: url("../../img/top/system/detail/bg_chara03.webp") no-repeat -130px 5px;
    background-size: 70% auto; }
  .no-webp .detail-title01 {
    padding-left: 38%;
    background: url("../../img/top/system/detail/bg_chara01.png") no-repeat 10px -10px;
    background-size: 40% auto;
    text-align: right; }
  .no-webp .detail-title02 {
    padding-right: 40%;
    padding-left: 5%;
    background: url("../../img/top/system/detail/bg_chara02.png") no-repeat right -50px;
    background-size: 40% auto; }
  .no-webp .detail-title03 {
    padding-left: 36%;
    background: url("../../img/top/system/detail/bg_chara03.png") no-repeat -130px 5px;
    background-size: 70% auto; } }

@media screen and (min-width: 1200px) {
  .systemWrapper-detail {
    margin-bottom: 80px; }
    .systemWrapper-detail .bg-corner-r,
    .systemWrapper-detail .bg-corner-l {
      width: 404px; }
    .systemWrapper-detail h1 {
      font-size: 80px;
      line-height: 130%;
      height: auto;
      padding: 30px 0;
      max-width: 1400px;
      margin: auto; }
    .systemWrapper-detail .detail-title01 {
      padding-left: 22%;
      background: none;
      position: relative;
      z-index: 2; }
      .systemWrapper-detail .detail-title01 img {
        max-width: 912px; }
    .systemWrapper-detail .detail-title02 {
      padding-right: 0%;
      background: none;
      padding-left: 5%; }
      .systemWrapper-detail .detail-title02 img {
        max-width: 807px; }
    .systemWrapper-detail .detail-title03 {
      padding-left: 27%;
      background: none; }
      .systemWrapper-detail .detail-title03 img {
        max-width: 951px; }
    .systemWrapper-detail .detail-content {
      padding: 50px 0 0px; }
      .systemWrapper-detail .detail-content .detail-content-inner {
        max-width: 1400px;
        margin: auto; }
        .systemWrapper-detail .detail-content .detail-content-inner article {
          margin-bottom: 30px;
          float: left;
          font-size: 15px;
          text-align: left; }
          .systemWrapper-detail .detail-content .detail-content-inner article h3 {
            font-size: 1.8vw;
            letter-spacing: 1px;
            margin: 10px 0 12px; }
          .systemWrapper-detail .detail-content .detail-content-inner article img {
            max-width: 519px; }
          .systemWrapper-detail .detail-content .detail-content-inner article p {
            line-height: 160%;
            max-width: 450px;
            margin: auto;
            font-size: 16px; }
        .systemWrapper-detail .detail-content .detail-content-inner .other {
          max-width: 1026px;
          margin: 0 0 35px 350px; }
          .systemWrapper-detail .detail-content .detail-content-inner .other h3 {
            font-size: 1.8vw;
            letter-spacing: 1px;
            margin: 10px 0 12px; }
          .systemWrapper-detail .detail-content .detail-content-inner .other p {
            max-width: 770px;
            font-size: 16px;
            text-align: left;
            margin: auto; }
      .systemWrapper-detail .detail-content .text-area-left {
        margin-right: 25%;
        max-width: 75%;
        padding-bottom: 45px;
        display: block; }
      .systemWrapper-detail .detail-content .text-area-right {
        margin-left: 25%;
        max-width: 75%;
        z-index: 100;
        padding-bottom: 45px;
        position: relative;
        display: block; }
      .systemWrapper-detail .detail-content h2 {
        color: #fff;
        display: block;
        margin: 0 auto 30px;
        padding: 0 10px;
        clear: both;
        max-width: 400px;
        font-size: 1.8vw;
        text-align: center;
        letter-spacing: 1px;
        /*装飾*/
        position: relative;
        padding: 0.2em 0.2em 0.2em 0.6em;
        -webkit-transform: skewX(-15deg);
        transform: skewX(-15deg);
        color: #ffffff;
        border-radius: 3px 3px 3px 3px;
        background-color: #ff2b8f;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
      .systemWrapper-detail .detail-content .btn-detail {
        margin: 22px auto;
        max-width: 410px;
        font-size: 26px;
        letter-spacing: 0.8px; }
        .systemWrapper-detail .detail-content .btn-detail a {
          color: #fff;
          padding: 10px 0em;
          border-radius: 6px;
          display: block;
          background: url(../../img/top/system/detail/icon-play.png) 24px center no-repeat #242a47;
          background-size: 30px 30px;
          padding-left: 42px; }
  .webp .chara-bg01 {
    background: url("../../img/top/system/detail/bg_chara01.webp") no-repeat bottom;
    background-size: 100% auto;
    height: auto;
    width: 43%;
    padding-top: 100%;
    position: absolute;
    left: -6%;
    top: auto;
    bottom: 0px;
    z-index: -1;
    display: block; }
  .no-webp .chara-bg01 {
    background: url("../../img/top/system/detail/bg_chara01.png") no-repeat bottom;
    background-size: 100% auto;
    height: auto;
    width: 43%;
    padding-top: 100%;
    position: absolute;
    left: -6%;
    top: auto;
    bottom: 0px;
    z-index: -1;
    display: block; }
  .webp .chara-bg02 {
    background: url("../../img/top/system/detail/bg_chara02.webp") no-repeat bottom;
    background-size: 100% auto;
    height: auto;
    width: 50%;
    padding-top: 90%;
    position: absolute;
    right: -24%;
    top: auto;
    bottom: 0px;
    z-index: -1;
    display: block; }
  .no-webp .chara-bg02 {
    background: url("../../img/top/system/detail/bg_chara02.png") no-repeat bottom;
    background-size: 100% auto;
    height: auto;
    width: 50%;
    padding-top: 90%;
    position: absolute;
    right: -24%;
    top: auto;
    bottom: 0px;
    z-index: -1;
    display: block; }
  .webp .chara-bg03 {
    background: url("../../img/top/system/detail/bg_chara03.webp") no-repeat bottom;
    background-size: 100% auto;
    height: auto;
    width: 80%;
    padding-top: 120%;
    position: absolute;
    left: -30%;
    top: auto;
    bottom: 20px;
    z-index: -1;
    display: block; }
  .no-webp .chara-bg03 {
    background: url("../../img/top/system/detail/bg_chara03.png") no-repeat bottom;
    background-size: 100% auto;
    height: auto;
    width: 80%;
    padding-top: 120%;
    position: absolute;
    left: -30%;
    top: auto;
    bottom: 20px;
    z-index: -1;
    display: block; } }

.characterWrapper {
  padding: 15px 0px 30px;
  background: url("../../img/top/character/bg_sp.jpg") no-repeat;
  background-size: 100% auto;
  height: auto; }
  .characterWrapper .inner h1 {
    max-width: 1028px;
    margin: 3% auto 4%; }
  .characterWrapper .inner nav {
    max-width: 1120px;
    margin: 14px 2% 0; }
    .characterWrapper .inner nav ul {
      display: flex;
      justify-content: space-between;
      z-index: 100000; }
      .characterWrapper .inner nav ul li {
        margin: 0 1.5%;
        width: calc(100vw / 6);
        cursor: pointer;
        border-radius: 5px;
        width: 100%;
        height: auto;
        padding-top: 18%;
        position: relative; }
      .characterWrapper .inner nav ul li::after {
        content: '';
        border-radius: 5px;
        width: 100%;
        height: auto;
        padding-top: 124%;
        position: absolute;
        z-index: -1;
        right: -4px;
        bottom: -4px;
        background: linear-gradient(-325deg, #24d972 0%, #b0ee10 100%); }
      .characterWrapper .inner nav ul li a {
        width: 100%;
        padding-top: 120%;
        position: absolute;
        top: 0;
        left: 0; }
      .characterWrapper .inner nav ul li.chara01.active-thumbs a,
      .characterWrapper .inner nav ul li.chara02.active-thumbs a,
      .characterWrapper .inner nav ul li.chara03.active-thumbs a,
      .characterWrapper .inner nav ul li.chara04.active-thumbs a,
      .characterWrapper .inner nav ul li.chara05.active-thumbs a,
      .characterWrapper .inner nav ul li.chara06.active-thumbs a {
        position: absolute;
        top: -2px;
        left: 0;
        display: block;
        width: 100%;
        padding-top: 120%;
        border: 3px #ff2b8f solid;
        border-radius: 5px; }
  .characterWrapper .inner .charaArea {
    display: none;
    position: relative; }
  .characterWrapper .inner .charaArea.active-chara {
    display: block; }
  .characterWrapper .inner .charaUp {
    max-width: 64%;
    vertical-align: bottom;
    position: absolute;
    top: 0%;
    left: 0px;
    z-index: 10; }
  .characterWrapper .inner .character_image {
    z-index: 10;
    max-width: 38%;
    position: absolute;
    left: 59%;
    top: 0; }
  .characterWrapper .inner .spec {
    background: rgba(30, 38, 61, 0.7);
    color: #fff;
    padding: 24px 12px 12px;
    margin: 0px auto;
    position: static;
    z-index: 10;
    max-width: 100%;
    height: auto; }
    .characterWrapper .inner .spec p {
      margin-bottom: 1%; }
    .characterWrapper .inner .spec .chara_catch {
      color: #000;
      margin-bottom: 14px; }
      .characterWrapper .inner .spec .chara_catch span {
        color: #fff;
        font-family: UDKakugo_LargePr6-B;
        line-height: 100%;
        margin-bottom: 0;
        vertical-align: bottom;
        padding: 6px;
        font-size: 5vw;
        display: inline-block; }
    .characterWrapper .inner .spec .chara_name {
      font-size: 7vw;
      line-height: 130%;
      font-family: UDKakugo_LargePr6-B;
      margin-bottom: 8px;
      float: left;
      margin-right: 0px;
      display: inline-block; }
    .characterWrapper .inner .spec .chara_cv {
      float: left;
      padding: 10px 14px;
      margin-bottom: 8px;
      font-size: 3vw;
      vertical-align: bottom;
      font-family: UDKakugo_LargePr6-B; }
    .characterWrapper .inner .spec .chara_movie_shot {
      display: inline-block;
      line-height: 100%;
      padding: 10px 10px 10px 14px;
      margin-bottom: 5px;
      font-size: 3vw;
      margin-bottom: 10px;
      margin-right: 10px;
      font-family: UDKakugo_LargePr6-B;
      background: url(../../img/top/character/icon-play.png) 13px center no-repeat #95d500;
      background-size: 22px 22px;
      padding-left: 40px;
      border-radius: 5px; }
      .characterWrapper .inner .spec .chara_movie_shot a {
        color: #000; }
    .characterWrapper .inner .spec .chara_caption {
      clear: both;
      font-size: 3vw;
      font-family: UDKakugo_LargePr6-B;
      line-height: 140%;
      background: #1e263d;
      padding: 10px 14px;
      margin-bottom: 20px;
      border-radius: 5px; }
      .characterWrapper .inner .spec .chara_caption br {
        display: none; }
    .characterWrapper .inner .spec h2 {
      border-bottom: 1px solid #fff;
      margin-bottom: 10px;
      font-size: 15px; }
  .characterWrapper .inner .character_bg {
    margin: 0 auto 0px;
    width: 100%;
    z-index: 9;
    height: auto;
    overflow: hidden;
    height: auto;
    max-width: 100%;
    padding-top: 64%; }
  .characterWrapper .inner .move {
    animation: slide 0.3s ease-out forwards; }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-60px); }
  80% {
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
  .characterWrapper .inner .moveSpec {
    animation: slide_moveSpec 0.4s ease-out forwards; }

@keyframes slide_moveSpec {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .characterWrapper .inner .moveBg {
    animation: slideBg 0.45s ease-in-out forwards;
    animation-delay: 0.3s; }

@keyframes slideBg {
  0% {
    opacity: 0;
    transform: translateX(-160px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
  .characterWrapper .inner .l-hero {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 64%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff; }
  .characterWrapper .inner .l-hero__bg {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 140%;
    height: auto;
    padding-top: 64%;
    opacity: 0;
    animation: anime 12s 0s infinite; }
  .characterWrapper .inner .l-hero__bg {
    width: 140%;
    padding-top: 64%;
    background: url("../../img/top/character/bg-chara_a.jpg") center center no-repeat;
    background-size: cover; }
  .characterWrapper .inner .l-hero__bg:nth-of-type(2) {
    animation-delay: 6s;
    padding-top: 64%;
    width: 140%;
    background: url("../../img/top/character/bg-chara_b.jpg") center center no-repeat;
    background-size: cover; }

@keyframes anime {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    transform: translateX(-2%); }
  100% {
    opacity: 0;
    transform: translateX(2%);
    z-index: 9; } }

.no-webp li.chara01 {
  background: url("../../img/top/character/thumb/thumb_chara01.png") no-repeat;
  background-size: 100% auto; }

.webp li.chara01 {
  background: url("../../img/top/character/thumb/thumb_chara01.webp") no-repeat;
  background-size: 100% auto; }

.no-webp li.chara02 {
  background: url("../../img/top/character/thumb/thumb_chara02.png") no-repeat;
  background-size: 100% auto; }

.webp li.chara02 {
  background: url("../../img/top/character/thumb/thumb_chara02.webp") no-repeat;
  background-size: 100% auto; }

.no-webp li.chara03 {
  background: url("../../img/top/character/thumb/thumb_chara03.png") no-repeat;
  background-size: 100% auto; }

.webp li.chara03 {
  background: url("../../img/top/character/thumb/thumb_chara03.webp") no-repeat;
  background-size: 100% auto; }

.no-webp li.chara04 {
  background: url("../../img/top/character/thumb/thumb_chara04.png") no-repeat;
  background-size: 100% auto; }

.webp li.chara04 {
  background: url("../../img/top/character/thumb/thumb_chara04.webp") no-repeat;
  background-size: 100% auto; }

.no-webp li.chara05 {
  background: url("../../img/top/character/thumb/thumb_chara05.png") no-repeat;
  background-size: 100% auto; }

.webp li.chara05 {
  background: url("../../img/top/character/thumb/thumb_chara05.webp") no-repeat;
  background-size: 100% auto; }

.no-webp li.chara06 {
  background: url("../../img/top/character/thumb/thumb_chara06.png") no-repeat;
  background-size: 100% auto; }

.webp li.chara06 {
  background: url("../../img/top/character/thumb/thumb_chara06.webp") no-repeat;
  background-size: 100% auto; }

@media screen and (min-width: 940px) {
  .characterWrapper .inner .spec {
    top: 6%;
    right: 6%; } }

@media screen and (min-width: 1200px) {
  .characterWrapper {
    background: url("../../img/top/character/bg.jpg") no-repeat;
    background-size: 100% auto;
    padding: 44px 0; }
    .characterWrapper .inner {
      max-width: auto;
      margin: 0 auto 2.5%;
      position: relative; }
      .characterWrapper .inner nav {
        margin: 50px auto 0; }
        .characterWrapper .inner nav ul li::after {
          content: '';
          border-radius: 5px;
          width: 100%;
          height: auto;
          position: absolute;
          z-index: -1;
          right: -12px;
          bottom: -3px; }
        .characterWrapper .inner nav ul li.chara01.active-thumbs a,
        .characterWrapper .inner nav ul li.chara02.active-thumbs a,
        .characterWrapper .inner nav ul li.chara03.active-thumbs a,
        .characterWrapper .inner nav ul li.chara04.active-thumbs a,
        .characterWrapper .inner nav ul li.chara05.active-thumbs a,
        .characterWrapper .inner nav ul li.chara06.active-thumbs a {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          padding-top: 120%;
          border: 6px #ff2b8f solid;
          border-radius: 5px; }
      .characterWrapper .inner .charaUp {
        max-width: 32%;
        position: relative;
        bottom: 0;
        left: 0px; }
      .characterWrapper .inner .chara_img_1_bg.charaUp {
        position: relative;
        bottom: 0;
        left: 100px; }
      .characterWrapper .inner .chara_img_2_bg.charaUp {
        position: relative;
        bottom: 0;
        left: 80px; }
      .characterWrapper .inner .chara_img_3_bg.charaUp {
        position: relative;
        bottom: 0;
        left: 100px; }
      .characterWrapper .inner .chara_img_4_bg.charaUp {
        position: relative;
        bottom: 0;
        left: 100px; }
      .characterWrapper .inner .chara_img_5_bg.charaUp {
        position: relative;
        bottom: 0;
        left: 100px; }
      .characterWrapper .inner .chara_img_6_bg.charaUp {
        position: relative;
        bottom: 0;
        left: 100px; }
      .characterWrapper .inner .character_image {
        position: absolute;
        top: 0%;
        left: 50%;
        max-width: 34%;
        bottom: auto; }
        .characterWrapper .inner .character_image img {
          max-width: 52%;
          margin-left: -26%;
          margin-top: 10px;
          display: block; }
      .characterWrapper .inner .character_image.chara_img_5 img {
        margin-left: -20%;
        max-width: 54%; }
      .characterWrapper .inner .character_image.chara_img_6 img {
        margin-left: -18%; }
      .characterWrapper .inner .charaArea {
        position: relative; }
      .characterWrapper .inner .spec {
        z-index: 10;
        padding: 20px 20px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 440px;
        height: 340px; }
        .characterWrapper .inner .spec p {
          margin-bottom: 15px; }
        .characterWrapper .inner .spec .chara_catch {
          margin-bottom: 20px; }
          .characterWrapper .inner .spec .chara_catch span {
            display: inline-block;
            font-size: 24px; }
        .characterWrapper .inner .spec .chara_cv {
          font-size: 20px; }
        .characterWrapper .inner .spec .chara_name {
          font-size: 36px;
          letter-spacing: 1px; }
        .characterWrapper .inner .spec .chara_caption {
          font-size: 16px;
          line-height: 150%;
          padding: 12px 14px;
          vertical-align: bottom; }
          .characterWrapper .inner .spec .chara_caption br {
            display: none; }
        .characterWrapper .inner .spec .chara_movie_shot {
          font-size: 20px; }
      .characterWrapper .inner .character_bg {
        max-width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 0;
        position: relative; }
      .characterWrapper .inner .l-hero {
        padding-top: 32%; }
      .characterWrapper .inner .l-hero__bg {
        padding-top: 32%; }
  @keyframes anime {
    0% {
      opacity: 0; }
    50% {
      opacity: 1;
      transform: translateX(-2%); }
    100% {
      opacity: 0;
      transform: translateX(2%);
      z-index: 9; } }
      .characterWrapper .inner .chara_cv {
        font-size: 22px; }
      .characterWrapper .inner .moveSpec {
        animation: slide_moveSpec 0.4s ease-out forwards; }
  @keyframes slide_moveSpec {
    0% {
      opacity: 0;
      transform: translateX(-100px); }
    100% {
      opacity: 1;
      transform: translateX(0px); } }
      .characterWrapper .inner .moveBg {
        animation: slideBg 0.6s ease-out forwards;
        animation-delay: 0.3s; }
  @keyframes slideBg {
    0% {
      opacity: 0;
      transform: translateX(50%); }
    90% {
      transform: translateX(12%); }
    100% {
      opacity: 1;
      transform: translateX(10%); } } }

.movieWrapper {
  padding: 5% auto 5%; }
  .movieWrapper h1 {
    max-width: 1028px;
    margin: 5% auto 3%; }
  .movieWrapper .inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 5% 5%; }
  .movieWrapper .moviewrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2% 2%;
    margin-bottom: 20px; }
    .movieWrapper .moviewrap a {
      border: 4px solid rgba(255, 255, 255, 0.7);
      border-radius: 5px;
      max-width: 100%;
      display: block; }
      .movieWrapper .moviewrap a img {
        max-width: 100%;
        border-radius: 5px;
        vertical-align: bottom; }

.letterWrapper {
  padding: 5% 10px;
  background: url("../../img/top/intro/bg_sp.jpg") no-repeat;
  background-size: cover; }
  .letterWrapper h1 {
    max-width: 1028px;
    margin: 0 auto 3%; }
  .letterWrapper .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 5% 5%; }
  .letterWrapper #tweet-moment {
    margin: 0 auto;
    max-width: 800px;
    height: 700px;
    border-radius: 8px;
    padding-left: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #fff; }
  .letterWrapper #tweet-moment::-webkit-scrollbar {
    width: 10px; }
  .letterWrapper .section::-webkit-scrollbar-track {
    background: #fff; }
  .letterWrapper #tweet-moment::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #91f23d 0%, #59d9ae 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(255, 255, 255, 0.5);
    border-radius: 100px; }
  .letterWrapper #twitter-widget-0 {
    min-height: 600px; }
  .letterWrapper .timeline-Viewport {
    max-width: 110% !important; }

@media screen and (min-width: 940px) {
  .letterWrapper {
    padding: 100px 10px;
    background: url("../../img/top/intro/bg.jpg") top center no-repeat;
    background-size: cover; }
    .letterWrapper #tweet-moment::-webkit-scrollbar {
      width: 14px; } }

.btn-wrap-fixed {
  background: linear-gradient(325deg, rgba(36, 217, 114, 0.7) 0%, rgba(176, 238, 16, 0.7) 100%);
  position: -webkit-sticky;
  padding: 10px;
  /* Safari */
  position: sticky;
  z-index: 11;
  bottom: 0;
  text-align: center; }
  .btn-wrap-fixed a {
    margin: auto;
    display: block;
    background: url("../../img/top/fixed/footer-preorder_sp.png") no-repeat;
    background-size: 100% auto;
    height: auto;
    max-width: 1080px;
    padding-top: 18.18%; }

@media screen and (min-width: 940px) {
  .btn-wrap-fixed {
    padding: 10px 0 10px; }
    .btn-wrap-fixed a {
      background: url("../../img/top/fixed/footer-preorder.png") no-repeat;
      background-size: 100% auto;
      height: 113px;
      max-width: 1200px;
      padding-top: 0; } }

.linkWrapper {
  width: 100%;
  padding: 3% 20px 4%;
  background: rgba(0, 0, 0, 0.8); }
  .linkWrapper h1 {
    margin: 1% auto 4%;
    line-height: 100%;
    font-size: 18px;
    vertical-align: bottom;
    color: #fff;
    font-family: UDKakugo_LargePr6-B;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 2px; }
  .linkWrapper .inner {
    max-width: 1080px;
    margin: auto; }
    .linkWrapper .inner .linkwrap {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
      gap: 10px 2%; }

@media screen and (min-width: 940px) {
  .linkWrapper {
    padding: 2% 20px 4%; }
    .linkWrapper h1 {
      font-size: 32px; } }

.background-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden; }

.background-movie {
  position: relative; }

#sample {
  width: 124%;
  height: 124%;
  margin-top: -5%;
  margin-left: -12%; }

.background-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/top/bg.png) repeat; }
