@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');

html,body {
  background-color: #fff;


  font-family: "Roboto", "Arial", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  

  color: #4c4c4c;
}

body.fixed {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  /*
  transition: opacity 0.4s ease-in-out
  &:hover
    opacity: 0.7 */
}

img {
  max-width: 100%;
  vertical-align: top;
}

.c-wrapper {
  overflow: hidden;
  margin-top: 0;
}

.c-wrapper--fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-top: 0;
}

.loading .c-wrapper {
  height: 100vh;
}

/*
.page .c-wrapper {
  overflow: auto;
}
*/

@media (min-width: 800px) {
  .c-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    color: #333;
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    transition: transform 1s ease-in, -webkit-transform 1s ease-in;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

  .c-header--section {
    height: 44px;
  }

  .c-header--section .c-header__logo a {
    top: 9px;
    left: 8px;
    width: 163px;
    padding-top: 59px;
  }

  .c-header__logo a {
    display: block;
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 14px;
    overflow: hidden;
    width: 171px;
    height: 0;
    margin: 0;
    padding-top: 62px;
    background-image: url('../images/header/pc/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 2;
  }

  .js.loading .c-header {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}

@media (max-width: 799px) {
  .c-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
  }

  .c-header::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
  }

  .c-header__logo a {
    position: absolute;
    top: 12px;
    left: 10px;
    overflow: hidden;
    width: calc(350px / 2);
    height: 0;
    padding-top: calc(48px / 2);
    background-image: url('../images/header/sp/logo.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    line-height: 2;
  }

  .c-header__nav-btn {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 27px;
    height: 27px;
    background-image: url('../images/header/sp/menu.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
  }

  .c-header__nav {
    position: absolute;
    z-index: 9999;
    top: 47px;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    height: calc(100vh - 47px);
    padding-top: 30px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .c-header--opened .c-header__nav-btn {
    background-image: url('../images/header/sp/close.png');
  }

  .c-header--opened .c-header__nav {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.c-header-nav--no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}

@media (min-width: 800px) {
  .c-header-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1030px;
  }

  .c-header-nav__list {
    margin: 0;
    margin-top: 20px;
    margin-left: 200px;
    padding: 0;
    list-style: none;
    font-size: 0;
  }

  .c-header-nav__list__item {
    display: inline-block;
    font-size: 12px;
  }

  .c-header-nav__list__item::after {
    display: block;
    position: absolute;
    z-index: 10;
    width: 34px;
    height: 17px;
    margin-top: -14px;
    background-image: url('../images/header/pc/current.png');
    background-repeat: no-repeat;
    background-position: 40% 0;
    pointer-events: none;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .c-header-nav__list__item--about::after {
    width: 113px;
    background-position: 26px 0;
  }

  .c-header-nav__list__item--about .c-header-nav__list__item__text {
    width: 155px;
  }

  .c-header-nav__list__item--about .c-header-nav__list__item__text::before,.c-header-nav__list__item--about .c-header-nav__list__item__text::after {
    background-position: 0 0;
  }

  .c-header-nav__list__item--system::after {
    width: 113px;
    background-position: 30px 0;
  }

  .c-header-nav__list__item--system .c-header-nav__list__item__text {
    width: 117px;
  }

  .c-header-nav__list__item--system .c-header-nav__list__item__text::before,.c-header-nav__list__item--system .c-header-nav__list__item__text::after {
    background-position: -158px 0;
  }

  .c-header-nav__list__item--player::after {
    width: 147px;
    background-position: 48px 0;
  }

  .c-header-nav__list__item--player .c-header-nav__list__item__text {
    width: 147px;
  }

  .c-header-nav__list__item--player .c-header-nav__list__item__text::before,.c-header-nav__list__item--player .c-header-nav__list__item__text::after {
    background-position: -265px 0;
  }

  .c-header-nav__list__item--game::after {
    width: 106px;
    background-position: 28px 0;
  }

  .c-header-nav__list__item--game .c-header-nav__list__item__text {
    width: 106px;
  }

  .c-header-nav__list__item--game .c-header-nav__list__item__text::before,.c-header-nav__list__item--game .c-header-nav__list__item__text::after {
    background-position: -373px 0;
  }

  .c-header-nav__list__item--tutorial::after {
    width: 133px;
    background-position: 42px 0;
  }

    .c-header-nav__list__item--product::after {
    width: 133px;
    background-position: 42px 0;
  }


  .c-header-nav__list__item--tutorial .c-header-nav__list__item__text {
    width: 85px;
  }

  .c-header-nav__list__item--tutorial .c-header-nav__list__item__text::before,.c-header-nav__list__item--tutorial .c-header-nav__list__item__text::after {
    background-position: -472px 0;
  }


  .c-header-nav__list__item--product .c-header-nav__list__item__text {
    width: 138px;
  }

  .c-header-nav__list__item--product .c-header-nav__list__item__text::before,.c-header-nav__list__item--product .c-header-nav__list__item__text::after {
    background-position: -599px 0;
  }

  .c-header-nav__list__item--current::after,.c-header-nav__list__item:hover::after {
    opacity: 1;
  }

  .c-header-nav__list__item--current .c-header-nav__list__item__text::before,.c-header-nav__list__item:hover .c-header-nav__list__item__text::before {
    opacity: 0;
  }

  .c-header-nav__list__item--current .c-header-nav__list__item__text::after,.c-header-nav__list__item:hover .c-header-nav__list__item__text::after {
    opacity: 1;
  }

  .c-header-nav__list__item--current .c-header-nav__sublist,.c-header-nav__list__item:hover .c-header-nav__sublist {
    height: 43px;
  }

  .c-header-nav__list__item:hover .c-header-nav__sublist {
    z-index: 5;
  }

  .c-header-nav__list__item__text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 0;
    padding-top: 50px;
    cursor: pointer;
  }

  .c-header-nav__list__item__text::before,.c-header-nav__list__item__text::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url('../images/header/pc/nav_bg.png');
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .c-header-nav__list__item__text::before {
    top: 0;
    height: 40px;
  }

  .c-header-nav__list__item__text::after {
    top: -40px;
    height: 80px;
    opacity: 0;
  }

  .c-header-nav__sublist {
    position: absolute;
    top: 70px;
    left: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    padding-left: 200px;
    background-color: #e62b2b;
    list-style: none;
    line-height: 43px;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
  }

  .c-header-nav__sublist__item {
    display: inline-block;
  }

  .c-header-nav__sublist__item a {
    position: relative;
    margin-right: 27px;
    color: #fff;
    opacity: 0.5;
  }

  .c-header-nav__sublist__item a[href] {
    opacity: 1;
  }

  .c-header-nav__sublist__item a[href]::after {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;
    content: '';
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }

  .c-header-nav__sublist__item:hover a[href]::after,.c-header-nav__sublist__item--current a[href]::after {
    width: 100%;
  }

  .c-header-nav__sns {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 88px;
    height: 70px;
    margin: 0;
    padding: 0;
    padding-left: 50px;
    background-image: url('../images/header/pc/share_button_bg.png');
    list-style: none;
    -webkit-transition: width 0.4s ease-out;
    transition: width 0.4s ease-out;
  }

  .c-header-nav__sns::before,.c-header-nav__sns::after {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 88px;
    height: 70px;
    background-image: url('../images/header/pc/share.png');
    content: '';
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .c-header-nav__sns::after {
    background-position: 0 -70px;
    opacity: 0;
  }

  .c-header-nav__sns:hover {
    width: 198px;
  }

  .c-header-nav__sns:hover::before {
    opacity: 0;
  }

  .c-header-nav__sns:hover::after {
    opacity: 1;
  }

  .c-header-nav__sns:hover .c-header-nav__sns__item {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .c-header-nav__sns__item {
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .c-header-nav__sns__item a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 0;
    padding-top: 30px;
    line-height: 2;
  }

  .c-header-nav__sns__item a::before,.c-header-nav__sns__item a::after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-image: url('../images/header/pc/share_icons.png');
    background-repeat: no-repeat;
    content: '';
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .c-header-nav__sns__item a::after {
    opacity: 0;
  }

  .c-header-nav__sns__item a:hover::before {
    opacity: 0;
  }

  .c-header-nav__sns__item a:hover::after {
    opacity: 1;
  }

  .c-header-nav__sns__item--twitter a::after {
    background-position: 0 -30px;
  }

  .c-header-nav__sns__item--facebook a::before {
    background-position: -40px 0;
  }

  .c-header-nav__sns__item--facebook a::after {
    background-position: -40px -30px;
  }

  .c-header-nav__sns__item--line {
    display: none;
  }

  .c-header--section .c-header-nav__list {
    margin-top: 17px;
    margin-left: 188px;
  }

  .c-header--section .c-header-nav__list__item::after {
    margin-top: -12px;
  }

  .c-header--section .c-header-nav__list__item--about::after {
    background-position: 13px 0;
  }

  .c-header--section .c-header-nav__list__item--about .c-header-nav__list__item__text {
    width: 105px;
  }

  .c-header--section .c-header-nav__list__item--system::after {
    background-position: 30px 0;
  }

  .c-header--section .c-header-nav__list__item--system .c-header-nav__list__item__text {
    width: 90px;
  }

  .c-header--section .c-header-nav__list__item--system .c-header-nav__list__item__text::before,.c-header--section .c-header-nav__list__item--system .c-header-nav__list__item__text::after {
    background-position: -106px 0;
  }

  .c-header--section .c-header-nav__list__item--player::after {
    background-position: 44px 0;
  }

  .c-header--section .c-header-nav__list__item--player .c-header-nav__list__item__text {
    width: 115px;
  }

  .c-header--section .c-header-nav__list__item--player .c-header-nav__list__item__text::before,.c-header--section .c-header-nav__list__item--player .c-header-nav__list__item__text::after {
    background-position: -187px 0;
  }

  .c-header--section .c-header-nav__list__item--game::after {
    background-position: 20px 0;
  }

  .c-header--section .c-header-nav__list__item--game .c-header-nav__list__item__text {
    width: 85px;
  }

  .c-header--section .c-header-nav__list__item--game .c-header-nav__list__item__text::before,.c-header--section .c-header-nav__list__item--game .c-header-nav__list__item__text::after {
    background-position: -310px 0;
  }

  .c-header--section .c-header-nav__list__item--tutorial::after {
    background-position: 22px 0;
  }

  .c-header--section .c-header-nav__list__item--tutorial .c-header-nav__list__item__text {
    width: 72px;
  }

  .c-header--section .c-header-nav__list__item--tutorial .c-header-nav__list__item__text::before,.c-header--section .c-header-nav__list__item--tutorial .c-header-nav__list__item__text::after {
    background-position: -391px 0;
  }

  .c-header--section .c-header-nav__list__item--product::after {
    background-position: 32px 0;
  }

  .c-header--section .c-header-nav__list__item--product .c-header-nav__list__item__text {
    width: 110px;
  }

  .c-header--section .c-header-nav__list__item--product .c-header-nav__list__item__text::before,.c-header--section .c-header-nav__list__item--product .c-header-nav__list__item__text::after {
    background-position: -505px 0;
  }

  .c-header--section .c-header-nav__list__item__text {
    padding-top: 27px;
  }

  .c-header--section .c-header-nav__list__item__text::before,.c-header--section .c-header-nav__list__item__text::after {
    height: 13px;
    background-image: url('../images/header/pc/section_nav_bg.png');
  }

  .c-header--section .c-header-nav__list__item__text::after {
    top: -13px;
    height: 25px;
  }

  .c-header--section .c-header-nav__sublist {
    top: 44px;
    padding-left: 188px;
    -webkit-transition: none;
    transition: none;
  }

  .c-header--section .c-header-nav__sns {
    top: -13px;
    height: 57px;
  }
}

@media (max-width: 799px) {
  .c-header-nav__list,.c-header-nav__sublist,.c-header-nav__sns {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .c-header-nav__list {
    padding: 0 10px;
    border-bottom: 1px solid #333;
  }

  .c-header-nav__list__item {
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
  }

  .c-header-nav__list__item:first-child {
    margin-top: 0;
  }

  .c-header-nav__list__item:last-child {
    border-bottom: none;
  }

  .c-header-nav__list__item--about .c-header-nav__list__item__text {
    background-image: url('../images/header/sp/about.png');
  }

  .c-header-nav__list__item--system .c-header-nav__list__item__text {
    background-image: url('../images/header/sp/system.png');
  }

  .c-header-nav__list__item--player .c-header-nav__list__item__text {
    background-image: url('../images/header/sp/player.png');
  }

  .c-header-nav__list__item--game .c-header-nav__list__item__text {
    background-image: url('../images/header/sp/game.png');
  }

  .c-header-nav__list__item--tutorial .c-header-nav__list__item__text {
    background-image: url('../images/header/sp/tutorial.png');
  }

  .c-header-nav__list__item--product {
    padding-bottom: 30px;
  }

  .c-header-nav__list__item--product .c-header-nav__list__item__text {
    background-image: url('../images/header/sp/product.png');
  }

  .c-header-nav__list__item__text {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 2;
  }

  .c-header-nav__sublist {
    margin-top: 15px;
    padding-left: 44px;
  }

  .c-header-nav__sublist__item {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .c-header-nav__sublist__item--current a {
    color: #e62b2b;
  }

  .c-header-nav__sns {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
  }

  .c-header-nav__sns__item {
    display: inline-block;
    margin: 0 5%;
  }

  .c-header-nav__sns__item--twitter a {
    background-image: url('../images/header/sp/icon-twitter.png');
  }

  .c-header-nav__sns__item--facebook a {
    background-image: url('../images/header/sp/icon-facebook.png');
  }

  .c-header-nav__sns__item--line a {
    background-image: url('../images/header/sp/icon-line.png');
  }

  .c-header-nav__sns__item a {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 27px auto;
    line-height: 2;
  }
}

.c-footer {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  padding-top: 20px;
  background-color: #fff;
  color: #4c4c4c;
}

.c-footer__tm {
  padding-bottom: 13px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.c-footer__tm p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 10px;
}

.c-footer__tm p br {
  display: none;
}

.c-footer__tm img {
  height: 8px;
  vertical-align: middle;
}

.c-footer__tm__logos {
  margin-bottom: 15px !important;
}

.c-footer__tm__logos img {
  height: 70px;
  margin: 2px 7px;
}


@media (min-width: 800px) {
.nisa_logo{
  height: 57px !important;
}
}

.c-footer__logo {
  position: absolute;
  right: 25px;
  bottom: 12px;
  margin: 0;
}

.c-footer__logo img {
  height: 25px;
}

.c-footer__copyright {
  position: absolute;
  bottom: 12px;
  left: 25px;
  margin: 0;
  padding-left: 66px;
  background-image: url('../images/footer/logo_kadokawa.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  font-size: 10px;
  line-height: 1.6;
}

.c-footer__copyright p {
  margin: 0;
}

.c-footer__copyright__note {
  margin: 0;
  padding-left: 1em;
  list-style: none;
}

.c-footer__copyright__note li {
  text-indent: -1em;
}

.c-footer__copyright__note li::before {
  content: '※';
}

@media (max-width: 799px) {
  .c-footer {
    height: auto;
    padding-bottom: 20px;
    text-align: center;
  }

  .c-footer__tm {
    margin-bottom: 13px;
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
  }

  .c-footer__tm p br {
    display: block;
  }

  .c-footer__tm__logos img {
    height: 40px;
    margin: 2px 10px;
  }

  .c-footer__logo {
    position: static;
    margin-bottom: 15px;
  }

  .c-footer__logo img {
    height: 23px;
  }

  .c-footer__copyright {
    position: static;
    min-height: 50px;
    margin: 0 10px;
    background-size: 50px auto;
    line-height: 1.3;
    text-align: left;
  }
}

@-webkit-keyframes pageTitle {
  0% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }

  100% {
    -webkit-transform: tranalateX(0%);
    transform: tranalateX(0%);
  }
}

@keyframes pageTitle {
  0% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }

  100% {
    -webkit-transform: tranalateX(0%);
    transform: tranalateX(0%);
  }
}

@-webkit-keyframes pageCharactor {
  0% {
    opacity: 0;
    -webkit-transform: translateX(105%) scale(1.3);
    transform: translateX(105%) scale(1.3);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes pageCharactor {
  0% {
    opacity: 0;
    -webkit-transform: translateX(105%) scale(1.3);
    transform: translateX(105%) scale(1.3);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  60% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@-webkit-keyframes pageCharactorNonBlur {
  0% {
    opacity: 0;
    -webkit-transform: translateX(105%) scale(1.3);
    transform: translateX(105%) scale(1.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
  }
}

@keyframes pageCharactorNonBlur {
  0% {
    opacity: 0;
    -webkit-transform: translateX(105%) scale(1.3);
    transform: translateX(105%) scale(1.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
  }
}

.c-page {
  min-width: 1000px;
  padding-top: calc(43px + 44px);
  background-image: url('../images/page/bg.png');
  background-position: 50% 0;
}

.c-page::before {
  display: block;
  position: fixed;
  top: 200px;
  left: 0;
  width: 100%;
  min-width: 1000px;
  height: 110vh;
  background-repeat: no-repeat;
  content: '';
}

/* category */

.c-page--about .c-page__header {
  background-image: url('../images/about/header_bg.jpg');
}

.c-page--about .c-page__header::before {
  background-image: url('../images/about/header_chara.png');
  background-position: 90% -30px;
  background-size: 540px 346px;
}

.c-page--system .c-page__header {
  background-image: url('../images/system/header_bg.jpg');
}

.c-page--system .c-page__header::before {
  background-image: url('../images/system/header_chara.png');
  background-position: 100% 0;
  background-size: 461px auto;
}

.c-page--player .c-page__header {
  background-image: url('../images/player/header_bg.jpg');
}

.c-page--player .c-page__header::before {
  background-image: url('../images/player/header_chara.png');
  background-position: 100% 0;
  background-size: auto;
}



.c-page--movie .c-page__header {
  background-image: url('../images/movie/header_bg.jpg');
}

.c-page--movie .c-page__header::before {
  background-image: url('../images/movie/header_chara.png');
  background-position: 100% 0;
  background-size: auto;
}

.c-page--product .c-page__header {
  background-image: url('../images/product/header_bg.jpg');
}

.c-page--product .c-page__header::before {
  background-image: url('../images/product/header_chara.png');
  background-position: 100% 0;
  background-size: auto;
}

/* page */

.c-page--about-index .c-page__main {
  min-height: 1022px;
  background-image: url('../images/about/bg.jpg');
}

.c-page--about-mv .c-page__main {
  background-image: url('../images/about/mv/bg.jpg');
}

.c-page--about-mv .c-page__section__fig-pc {
  margin-bottom: -61px;
}

.c-page--system-index::before {
  background-image: url('../images/system/index/bg.png');
  background-position: 100% 0;
}

.c-page--player-index::before {
  background-image: url('../images/player/index/bg.png');
  background-position: 100% 0;
}

.c-page--movie-index::before {
  background-image: url('../images/movie/bg.png');
  background-position: 100% 0;
}

.c-page--product-index::before {
  background-image: url('../images/product/bg.png');
  background-position: 100% 0;
}

.c-page__header {
  position: relative;
  overflow: hidden;
  height: 215px;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.c-page__header::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  content: '';
  -webkit-animation-name: pageCharactor;
  animation-name: pageCharactor;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c-page__header__container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.c-page__header__title {
  position: absolute;
  top: 97px;
  left: 0;
  height: 16px;
  margin: 0;
  background-color: #e62b2b;
  -webkit-animation-name: pageTitle;
  animation-name: pageTitle;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.c-page__header__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: -100vh;
  width: 100vh;
  height: 16px;
  background-color: #e62b2b;
  content: '';
}

.c-page__header__title::after {
  display: block;
  position: absolute;
  top: 0;
  right: -100px;
  width: 100px;
  height: 16px;
  background-image: url('../images/page/bg_title_border.png');
  background-position: 100% 0;
  background-size: auto 16px;
  content: '';
}

.c-page__header__title img {
  position: relative;
  z-index: 10;
  top: -50px;
  height: 63px;
}

.c-page__header__title__text {
  display: block;
  position: absolute;
  z-index: 5;
  bottom: -40px;
  left: 0;
  width: 200%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.c-page__header__title__text small {
  font-size: 24px;
  vertical-align: bottom;
}

.c-page__main {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 8px solid #e62b2b;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

.c-page__section {
  width: 960px;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 15px;
  line-height: 1.857;
}

.c-page__section p {
  margin-bottom: 10px;
}

.c-page__section p br.sp {
  display: none;
}

.c-page__section p em {
  font-style: normal;
  color: #e62b2b;
}

.c-page__section p small {
  display: block;
  padding-left: 1em;
  font-size: 12px;
  text-indent: -1em;
}

.c-page__section p small::before {
  content: '※';
}

.c-page__section__title {
  position: relative;
  width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e62b2b;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
  color: #e62b2b;
  text-align: center;
  letter-spacing: 0.06em;
}

.c-page__section__title span {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.c-page__section__title::before,.c-page__section__title::after {
  display: block;
  position: absolute;
  bottom: -12px;
  width: 25px;
  height: 25px;
  background-image: url('../images/page/title_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: '';
}

.c-page__section__title::before {
  left: -12px;
}

.c-page__section__title::after {
  right: -12px;
}

.c-page__section__title-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 0;
  border-bottom: 3px solid #e62b2b;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-page__section__title-num::before {
  display: block;
  position: absolute;
  bottom: -14px;
  left: -20px;
  width: 25px;
  height: 25px;
  background-image: url('../images/page/title_bg.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: '';
}

.c-page__section__title-num__num,.c-page__section__title-num__text {
  display: block;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.c-page__section__title-num__num {
  padding-right: 13px;
  font-size: 77px;
  line-height: 1;
}

.c-page__section__title-num__num::after {
  vertical-align: bottom;
  content: '.';
}

.c-page__section__title-num__text {
  padding-bottom: 4px;
  font-size: 30px;
  line-height: 35px;
}

.c-page__section__lead {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #e62b2b;
}

.c-page__section__lead:first-letter {
  font-size: 30px;
}

.c-page__section__lead:first-child {
  margin-top: 0;
}

.c-page__section__title , .c-page__section__center {

  text-shadow: 0 0 5px rgba(255, 255, 255, .5), 
  1px 1px 5px rgba(255, 255, 255, .5), 
  2px 2px 5px rgba(255, 255, 255, .5), 
  -1px -1px 5px rgba(255, 255, 255, .5),
  -2px -2px 5px rgba(255, 255, 255, .5);

  font-weight: bold;
  text-align: center;
}
.c-page__section__fig-sp {
  display: none;
}

.c-page__col-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-page__col-image__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  padding-right: 28px;
}

.c-page__col-image__image {
  width: 480px;
}

.c-page__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-page__col2::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right: 1px solid #4c4c4c;
  content: '';
}

.c-page__col2__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.c-page__col2__col:first-child {
  padding-right: 25px;
}

.c-page__col2__col:last-child {
  padding-left: 25px;
}

.firefox .c-page__header::before {
  -webkit-animation-name: pageCharactorNonBlur;
  animation-name: pageCharactorNonBlur;
}

@media (max-width: 799px) {
  .c-page {
    min-width: auto;
    padding-top: 47px;
  }

  .c-page::before {
    top: 150px;
    min-width: 100%;
  }

  /* category */
  .c-page--about .c-page__header {
    background-image: url('../images/about/sp_header_bg.jpg');
  }

  .c-page--about .c-page__header::before {
    width: 215px;
    background-size: auto 123%;
  }

  .c-page--system .c-page__header::before {
    width: 215px;
    background-size: auto 100%;
  }
  /* page */
  .c-page--about-index .c-page__main {
    min-height: auto;
    background-image: url('../images/about/sp_bg.jpg');
  }

  .c-page--about-index .c-page__section__fig-sp {
    margin: 0 -10px;
  }

  .c-page--about-index .c-page__section__fig-sp img {
    width: 100%;
  }

  .c-page--about-mv .c-page__main {
    min-height: auto;
    background-image: url('../images/about/mv/sp_bg.jpg');
  }

  .c-page--about-mv .c-page__section__fig-sp {
    margin: 0 -10px;
    margin-bottom: -20px;
  }

  .c-page--about-mv .c-page__section__fig-sp img {
    width: 100%;
  }

  .c-page--system-index::before {
    background-size: 60% auto;
  }

  .c-page__header {
    height: 128px;
  }

  .c-page__header::before {
    background-position: 0 50% !important;
  }

  .c-page__header__container {
    width: 100%;
  }

  .c-page__header__title {
    top: 63px;
    padding-left: 10px;
  }

  .c-page__header__title::after {
    right: -30px;
    width: 70px;
  }

  .c-page__header__title img {
    top: -36px;
    height: 44px;
  }

  .c-page__header__title__text {
    bottom: -20px;
    left: 10px;
    font-size: 17px;
    letter-spacing: 0.08em;
  }

  .c-page__header__title__text small {
    font-size: 17px;
  }

  .c-page__main {
    top: 25px;
    padding-bottom: 30px;
  }

  .c-page__section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
  }

  .c-page__section p br {
    display: none;
  }

  .c-page__section p br.sp {
    display: block;
  }

  .c-page__section__title {
    width: auto;
    margin: 0 10px;
    font-size: 21px;
  }

  .c-page__section__title-num {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 15px;
    padding-left: 5px;
  }

  .c-page__section__title-num__num {
    padding-right: 5px;
    font-size: 45px;
  }

  .c-page__section__title-num__text {
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .c-page__section__title-num__text br {
    display: none;
  }

  .c-page__section__fig-pc {
    display: none;
  }

  .c-page__section__fig-sp {
    display: block;
    margin: auto;
  }

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

  .c-page__section__lead {
    font-size: 15px;
  }

  .c-page__section__lead:first-letter {
    font-size: 15px;
  }

  .c-page__col-image {
    display: block;
  }

  .c-page__col-image__text,.c-page__col-image__image {
    width: auto;
    padding: 0;
  }

  .c-page__col2 {
    display: block;
  }

  .c-page__col2::after {
    display: none;
  }

  .c-page__col2__col {
    width: auto;
  }

  .c-page__col2__col:first-child,.c-page__col2__col:last-child,.c-page__col2__col {
    padding: 0;
  }
}

.c-page__col-image__vid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    text-align: center;
}

.c-page__section__youtube {
    position: relative;
    width: 100%;
    padding-top: 56.45%;
}

.c-page__section__youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: 3px solid #e62b2b;
}

.home__section__body__banner{
    margin-top: 20px;
    margin-left: 54px;
}

@media (max-width: 799px){
.c-page--player .c-page__header::before {
    width: 260px;
    background-size: auto 100%;
}

.c-page--movie .c-page__header::before {
    width: 260px;
    background-size: auto 100%;
}
 
.c-page--product .c-page__header::before {
    width: 135px;
    background-size: auto 100%;
}

.p-home__section--tutorial .p-home__section__body__image-sp {
    top: -20px;
    width: calc(525px / 2);
}

}


.store--btn a {
    display: block;
    padding: 9px;
    background: url(../images/product/bg_btn_d.png) no-repeat top center;
    background-size: 80%;
    font-size: 13px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

.store--btn a:hover{
    display: block;
    padding: 9px;
    background: url(../images/product/bg_btn_d.png) no-repeat top center;
    background-size: 83%;
    font-size: 13px;
    color: #000000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#lang_sel {
    position: absolute;
    left: 1.7%;
    top: 13.4%;
    z-index: 1;
    border: 4px solid red;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 3px;
    padding-left: 2vh;
    padding-right: 2vh;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1.2px;
    text-align: center;
}

#lang_sel option{
  text-align: center;
  font-weight: bold;
}

.c-page__col-sound {
    width: 50%;
    margin: 30px auto;
    padding: 15px;
    background-color: #e62b2b;
    text-align: center;
}

.c-page__col-sound__text {
    line-height: 1;
    color: #fff;
}

.c-page__col-image__image__singer__span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    color: #e62b2b;
}

.c-page__col-image__text__singer {
    width: 310px;
    margin-top: 10px;
}
.c-page__col-image__image__singer {
    width: 630px;
    margin-top: 10px;
}

.c-page__col-cv {
    display: inline-block;
    width: 48%;
    margin: 10px 20px 10px 0;
}

.c-page__col-cv:nth-child(2n) {
    margin-right: 0;
}

.c-page__col-cv__text__cv {
    margin-left: 10px;
    padding: 3px 7px;
    background: #e62b2a;
    color: #fff;
}

.c-page__col-cv__text {
    margin-top: 6px;
}

@media (max-width: 799px){
.c-page__col-sound {
    width: 100%;
    margin: 30px 0;
}

.c-page__col-image__text, .c-page__col-image__image {
    width: auto;
    padding: 0;
}

.c-page__col-cv {
    width: 100%;
    margin: 10px 0;
}
}

/*FINAL UPDATE CSS*/

@media (min-width: 800px){
.c-header-nav__list__item--faq .c-header-nav__list__item__text {
    width: 78px;
}
.c-header-nav__list__item--faq .c-header-nav__list__item__text::before, 
.c-header-nav__list__item--faq .c-header-nav__list__item__text::after {
    background-position: -733px 0;
}
.c-header-nav__list__item--faq::after {
    width: 78px;
    background-position: 12px 0;
}

.c-header--section .c-header-nav__list__item--faq .c-header-nav__list__item__text {
    width: 55px;
}

.c-header--section .c-header-nav__list__item--faq .c-header-nav__list__item__text::before, 
.c-header--section .c-header-nav__list__item--faq .c-header-nav__list__item__text::after {
    background-position: -610px 0;
}

}

.c-page__col-image-manual .table {
    margin-top: 20px;
    width: 940px;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
    border-top: 1px solid #e62b2b;
    border-left: 1px solid #e62b2b;
}

.c-page__col-image-manual .table thead tr .white_line {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 6px 0px;
}

.c-page__col-image-manual .table thead tr .white_line_right {
    border-right: 1px solid #ffffff;
    padding: 6px;
}

.c-page__col-image-manual .table thead tr td.right_heading {
    padding-top: 20px;
}

.c-page__col-image-manual .table thead tr th, .c-page__col-image-manual .table thead tr td {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1;
    vertical-align: top;
    background: #e62b2b;
    color: #ffffff;
}

.c-page__col-image-manual .table th {
    width: 147px;
    padding: 5px 10px;
    vertical-align: middle;
    font-weight: normal;
    border-right: 1px solid #e62b2b;
    border-bottom: 1px solid #e62b2b;
    background: #ffffff;
}

.c-page__col-image-manual .table td {
    vertical-align: middle;
    padding: 6px;
    border-right: 1px solid #e62b2b;
    border-bottom: 1px solid #e62b2b;
    background: #ffffff;
}

.c-page__col-image-manual {
    width: 100%;
}

.c-page--faq .c-page__header {
    background-image: url(../images/faq/header_bg.jpg);
}

@media (max-width: 799px){
.c-header-nav__list__item--faq .c-header-nav__list__item__text {
    background-image: url(../images/header/sp/faq.png);
}

.c-page__col-image-manual .table {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
}

}

