@media only screen and (max-width: 768px) {
  .l-header-logo {
    width: 5.4613rem;
    height: 5.4613rem; } }

@media only screen and (min-width: 769px) {
  .l-header-logo {
    width: 5rem;
    height: 5rem; } }

@media only screen and (max-width: 768px) {
  .l-footer {
    padding-top: 39.7653rem; } }

@media only screen and (min-width: 769px) {
  .l-footer {
    padding-top: 7.8rem; } }

@media only screen and (max-width: 640px) {
  #ncommon-purchase.is-right-middle {
    right: 1.7067rem;
    bottom: 1.7067rem;
    visibility: visible;
    -webkit-transition: visibility 0s, -webkit-transform 0.56s cubic-bezier(0.19, 1, 0.22, 1);
    transition: visibility 0s, -webkit-transform 0.56s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.56s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s;
    transition: transform 0.56s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s;
    transition: transform 0.56s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s, -webkit-transform 0.56s cubic-bezier(0.19, 1, 0.22, 1); }
    #ncommon-purchase.is-right-middle.is-hidden {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0) translate3d(1.7067rem, 0, 0);
              transform: translate3d(100%, 0, 0) translate3d(1.7067rem, 0, 0);
      -webkit-transition: visibility 0s 0.56s, -webkit-transform 0.56s cubic-bezier(0.19, 1, 0.22, 1);
      transition: visibility 0s 0.56s, -webkit-transform 0.56s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 0.56s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0.56s;
      transition: transform 0.56s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0.56s;
      transition: transform 0.56s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s 0.56s, -webkit-transform 0.56s cubic-bezier(0.19, 1, 0.22, 1); } }

.mv-title {
  opacity: 0;
  visibility: hidden;
  will-change: opacity; }
  .mv-title.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }
  .mv-title #mv-title-mask-rect {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
    will-change: transform; }
  .mv-title.is-active #mv-title-mask-rect {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1); }

.mv-copy {
  opacity: 0;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  will-change: opacity, filter; }
  .mv-copy.is-enter {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    visibility: visible;
    -webkit-transition: opacity 1s linear, -webkit-filter 1s linear;
    transition: opacity 1s linear, -webkit-filter 1s linear;
    -o-transition: opacity 1s linear, filter 1s linear;
    transition: opacity 1s linear, filter 1s linear;
    transition: opacity 1s linear, filter 1s linear, -webkit-filter 1s linear; }
  .mv-copy.is-leave {
    opacity: 0;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transition: opacity 1s linear, -webkit-filter 1s linear;
    transition: opacity 1s linear, -webkit-filter 1s linear;
    -o-transition: opacity 1s linear, filter 1s linear;
    transition: opacity 1s linear, filter 1s linear;
    transition: opacity 1s linear, filter 1s linear, -webkit-filter 1s linear; }

.mv-bg-blur {
  -webkit-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear; }
  .mv-bg-blur.is-inactive {
    opacity: 0; }

.mv-release {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .mv-release.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    -webkit-transition: opacity 0.5s linear, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s linear, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.5s linear, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s linear, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s linear, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }

.mv.is-short #mv-title-mask-rect,
.mv.is-short .mv-title.is-active,
.mv.is-short .mv-release,
.mv.is-short .mv-copy,
.mv.is-short .mv-bg-blur,
.mv.is-short .nav-movie,
.mv.is-short .nav-container {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

@media only screen and (min-width: 769px) {
  .nav-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -0.5rem, 0); }
    .nav-container .nav-box.is-hidden {
      height: 0; }
    .nav-container.is-active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      visibility: visible;
      -webkit-transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.4s linear, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.4s linear, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.4s linear, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .nav-container.is-active .nav-box {
        height: 100%;
        -webkit-transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); } }

@media only screen and (min-width: 769px) {
  .nav-movie {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
    .nav-movie.is-active {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      visibility: visible;
      -webkit-transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.4s linear, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: opacity 0.4s linear, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.4s linear, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.4s linear, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); } }

@media only screen and (min-width: 769px) {
  .news.is-active .news-nav {
    opacity: 1;
    -webkit-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear; }
  .news-nav {
    opacity: 0; } }

@media only screen and (max-width: 768px) {
  .about {
    padding: 2.1333rem; } }

@media only screen and (min-width: 769px) {
  .about {
    padding: 2.5rem 3rem; } }

.about-title {
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .about-title {
      margin-bottom: 1.7067rem;
      padding-bottom: 1.4507rem;
      font-size: 1.3653rem; } }
  @media only screen and (min-width: 769px) {
    .about-title {
      margin-bottom: 2rem;
      padding-bottom: 1.4rem;
      font-size: 1.4rem; } }
  .about-title:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/index/about/separator01.png) center center no-repeat;
    background-size: auto 100%; }
    @media only screen and (max-width: 768px) {
      .about-title:after {
        height: 0.256rem; } }
    @media only screen and (min-width: 769px) {
      .about-title:after {
        height: 0.2rem; } }

@media only screen and (max-width: 768px) {
  .about-image {
    margin-bottom: 0.6827rem;
    border-radius: 2.1333rem; } }

@media only screen and (min-width: 769px) {
  .about-image {
    margin-bottom: 1rem;
    border-radius: 1.5rem; } }

@media only screen and (min-width: 769px) {
  .about-desc {
    text-align: center; } }

.mv {
  position: relative;
  background-color: #fff; }
  .mv-container {
    position: relative; }
    @media only screen and (min-width: 769px) {
      .mv-container {
        width: calc(100% - 13rem);
        max-width: 1600px;
        margin: 0 auto; } }
  .mv-body {
    position: relative; }
  .mv-front {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .mv-front {
        height: 42.8373rem; } }
    @media only screen and (min-width: 769px) {
      .mv-front {
        height: 47.42647vw;
        max-height: 758.82353px; } }
  .mv-title {
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .mv-title {
        width: 28.928rem;
        top: 14.592rem;
        left: 1.8773rem; } }
    @media only screen and (min-width: 769px) {
      .mv-title {
        width: 26.1rem;
        top: 8.9rem;
        left: calc(50% - 12.3rem); } }
  .mv-copy {
    position: absolute;
    visibility: hidden;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      .mv-copy {
        width: 12.288rem;
        top: 8.2773rem;
        left: 9.8133rem; } }
    @media only screen and (min-width: 769px) {
      .mv-copy {
        width: 8.4rem;
        top: 8.5rem;
        left: calc(50% - 4.3rem); } }
  .mv-release {
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .mv-release {
        width: 11.1787rem;
        right: 0.768rem;
        bottom: -0.6827rem; } }
    @media only screen and (min-width: 769px) {
      .mv-release {
        width: 9.4rem;
        bottom: -0.6rem;
        right: -0.5rem; } }
  .mv-bg {
    height: 100%;
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 768px) {
      .mv-bg {
        width: 100%;
        left: 0; } }
    @media only screen and (min-width: 769px) {
      .mv-bg {
        width: 100vw;
        left: calc(50% - 50vw); } }
    .mv-bg-plain, .mv-bg-blur {
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    @media only screen and (max-width: 768px) {
      .mv-bg-plain {
        background-image: url(../images/index/mv/bg01_sp.jpg); } }
    @media only screen and (min-width: 769px) {
      .mv-bg-plain {
        background-image: url(../images/index/mv/bg01_pc.jpg); } }
    @media only screen and (max-width: 768px) {
      .mv-bg-blur {
        background-image: url(../images/index/mv/bg01_blur_sp.jpg); } }
    @media only screen and (min-width: 769px) {
      .mv-bg-blur {
        background-image: url(../images/index/mv/bg01_blur_pc.jpg); } }

@-webkit-keyframes arrow-in {
  0% {
    -webkit-transform: translateX(-0.8rem) rotateX(-80deg);
            transform: translateX(-0.8rem) rotateX(-80deg);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0) rotateX(0deg);
            transform: translateX(0) rotateX(0deg);
    opacity: 1; } }

@keyframes arrow-in {
  0% {
    -webkit-transform: translateX(-0.8rem) rotateX(-80deg);
            transform: translateX(-0.8rem) rotateX(-80deg);
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0) rotateX(0deg);
            transform: translateX(0) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes arrow-out-in {
  0%, 35%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  15% {
    opacity: 0;
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
  20% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } }

@keyframes arrow-out-in {
  0%, 35%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  15% {
    opacity: 0;
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
  20% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); } }

@media only screen and (max-width: 768px) {
  .nav {
    margin-top: -2.56rem; } }

@media only screen and (min-width: 769px) {
  .nav {
    position: absolute;
    z-index: 10;
    top: calc(50% - 11.1rem);
    left: 0; } }

.nav-container {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .nav-container {
      width: 100vw;
      height: 51.2rem; } }
  @media only screen and (min-width: 769px) {
    .nav-container {
      width: 13rem;
      height: 24.8rem; } }

.nav-box {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; }
  @media only screen and (max-width: 768px) {
    .nav-box {
      height: 100%;
      padding: 4.864rem 2.56rem 16.8107rem;
      background-image: url(../images/index/nav/bg01_sp.png); } }
  @media only screen and (min-width: 769px) {
    .nav-box {
      padding: 3rem 1.3rem 0;
      background-image: url(../images/index/nav/bg01_pc.png); } }

.nav-chara {
  position: absolute; }
  @media only screen and (max-width: 768px) {
    .nav-chara {
      width: 6.7413rem;
      top: 8.96rem;
      left: 0; } }
  @media only screen and (min-width: 769px) {
    .nav-chara {
      width: 5.1rem;
      top: -2.7rem;
      left: 0.3rem; } }

.nav-item.mod-introduction .nav-arrow {
  -webkit-animation: arrow-out-in 2.6s infinite;
          animation: arrow-out-in 2.6s infinite; }

@media only screen and (max-width: 768px) {
  .nav-item.mod-introduction {
    margin-bottom: 2.7307rem;
    padding-bottom: 2.3893rem;
    border-bottom: 1px solid #424344; }
    .nav-item.mod-introduction .nav-link {
      padding-bottom: 2.304rem; }
    .nav-item.mod-introduction .nav-ja {
      width: 22.1867rem;
      margin-left: auto;
      margin-right: auto; }
    .nav-item.mod-introduction .nav-en {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .nav-item.mod-introduction .nav-en-icon {
        height: 1.3653rem; }
    .nav-item.mod-introduction .nav-arrow {
      width: 2.816rem;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
  .nav-item:not(.mod-introduction) .nav-link {
    padding-left: 3.4133rem; }
  .nav-item:not(.mod-introduction) .nav-ja {
    margin-bottom: 1.1093rem; }
    .nav-item:not(.mod-introduction) .nav-ja-icon {
      width: auto;
      height: 1.8773rem; }
  .nav-item:not(.mod-introduction) .nav-en-icon {
    height: 1.024rem; }
  .nav-item:not(.mod-introduction) .nav-arrow {
    width: 1.9627rem;
    top: 0.5973rem;
    left: 0; }
  .nav-item:nth-child(n+3) {
    margin-top: 1.536rem; } }

@media only screen and (min-width: 769px) {
  .nav-item.mod-introduction {
    margin-bottom: 1.9rem; } }
  @media only screen and (min-width: 769px) and (max-width: 768px) {
    .nav-item.mod-introduction .nav-link {
      padding-bottom: 1.6213rem; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) {
    .nav-item.mod-introduction .nav-link {
      padding-bottom: 1.7rem; } }

@media only screen and (min-width: 769px) {
    .nav-item.mod-introduction .nav-ja {
      width: 9.5rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1rem; }
    .nav-item.mod-introduction .nav-en {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .nav-item.mod-introduction .nav-en-icon {
        height: 0.75rem; }
    .nav-item.mod-introduction .nav-arrow {
      width: 1.7rem;
      height: 0.7rem;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto; }
  .nav-item:not(.mod-introduction) .nav-link {
    padding-left: 1.8rem; }
    .nav-item:not(.mod-introduction) .nav-link:hover .nav-arrow {
      -webkit-animation: arrow-in 0.8s cubic-bezier(0.19, 1, 0.22, 1);
              animation: arrow-in 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .nav-item:not(.mod-introduction) .nav-ja {
    margin-bottom: 0.7rem; }
    .nav-item:not(.mod-introduction) .nav-ja-icon {
      width: auto;
      height: 0.9rem; }
  .nav-item:not(.mod-introduction) .nav-en-icon {
    height: 0.6rem; }
  .nav-item:not(.mod-introduction) .nav-arrow {
    width: 1.25rem;
    height: 0.5rem;
    top: 0.25rem;
    left: 0; }
  .nav-item:nth-child(n+3) {
    margin-top: 1rem; } }

.nav-link {
  display: block;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .nav-link:hover .nav-ja-icon,
    .nav-link:hover .nav-en-icon {
      fill: #be9b46; } }

.nav-ja {
  display: block; }
  @media only screen and (max-width: 768px) {
    .nav-ja {
      margin-bottom: 1.1947rem; } }
  .nav-ja-icon {
    display: block;
    fill: #fff;
    -webkit-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    transition: fill 0.4s ease; }

.nav-en {
  display: block; }
  .nav-en-icon {
    display: block;
    width: auto;
    fill: #595959;
    -webkit-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    transition: fill 0.4s ease; }

.nav-arrow {
  position: absolute; }
  .nav-arrow svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #be9b46; }

.nav-movie {
  position: absolute; }
  @media only screen and (max-width: 768px) {
    .nav-movie {
      bottom: 0.3413rem;
      z-index: 10;
      left: -1.3653rem; } }
  @media only screen and (min-width: 769px) {
    .nav-movie {
      z-index: 1;
      bottom: -8.5rem;
      left: -7rem; } }
  .nav-movie-link {
    display: block;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .nav-movie-link {
        width: 27.7333rem;
        height: 16.2133rem; } }
    @media only screen and (min-width: 769px) {
      .nav-movie-link {
        width: 18rem;
        height: 10.5rem;
        -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .nav-movie-link:hover .nav-movie-mask:before {
          opacity: 0.5; } }
  .nav-movie-figure {
    display: block;
    background-image: url(../images/index/nav/movie_frame.svg);
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      .nav-movie-figure {
        padding: 0.768rem;
        -webkit-filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.16));
                filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.16)); } }
    @media only screen and (min-width: 769px) {
      .nav-movie-figure {
        padding: 0.4rem;
        -webkit-filter: drop-shadow(0 0.3413rem 0.6827rem rgba(0, 0, 0, 0.16));
                filter: drop-shadow(0 0.3413rem 0.6827rem rgba(0, 0, 0, 0.16)); } }
  .nav-movie-mask {
    display: block;
    overflow: hidden;
    position: relative; }
    .nav-movie-mask:before {
      content: "";
      background: #fff;
      opacity: 0;
      -webkit-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      pointer-events: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .nav-movie-src {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .nav-movie-caption {
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .nav-movie-caption {
        width: 9.8987rem;
        bottom: 0.5973rem;
        right: 0.5973rem; } }
    @media only screen and (min-width: 769px) {
      .nav-movie-caption {
        width: 6.8rem;
        bottom: 0.3rem;
        right: 0.05rem; } }

.news {
  position: relative;
  background: url(../images/common/pattern/green01.png) center center repeat; }
  @media only screen and (max-width: 768px) {
    .news {
      margin-top: -1.536rem; } }
  .news:not(.is-ready) .news-item:nth-child(n+2) {
    display: none; }
  .news.is-ready .news-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .news:before {
    content: "";
    position: absolute;
    background: url(../images/index/news/bg01.png) center top repeat-x;
    background-size: auto 100%; }
    @media only screen and (max-width: 768px) {
      .news:before {
        width: 100%;
        height: 0.512rem;
        top: -0.768rem; } }
    @media only screen and (min-width: 769px) {
      .news:before {
        width: 100%;
        height: 0.4rem;
        top: -0.6rem; } }
  .news:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .news:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 125, 70, 0)), color-stop(50%, #007d46), to(#007d46));
        background: -webkit-linear-gradient(top, rgba(0, 125, 70, 0), #007d46 50%, #007d46 100%);
        background: -o-linear-gradient(top, rgba(0, 125, 70, 0), #007d46 50%, #007d46 100%);
        background: linear-gradient(to bottom, rgba(0, 125, 70, 0), #007d46 50%, #007d46 100%); } }
    @media only screen and (min-width: 769px) {
      .news:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 125, 70, 0)), to(#007d46));
        background: -webkit-linear-gradient(top, rgba(0, 125, 70, 0), #007d46);
        background: -o-linear-gradient(top, rgba(0, 125, 70, 0), #007d46);
        background: linear-gradient(to bottom, rgba(0, 125, 70, 0), #007d46); } }
  .news-container {
    position: relative;
    z-index: 1;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .news-container {
        padding: 3.84rem 0 2.7307rem; } }
    @media only screen and (min-width: 769px) {
      .news-container {
        padding: 1.85rem 0; } }
    .news-container:after {
      content: "";
      position: absolute;
      z-index: -1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 768px) {
        .news-container:after {
          width: 20.6507rem;
          height: 22.3573rem;
          bottom: -9.3867rem;
          right: 0;
          background-image: url(../images/index/news/illust01_sp.png); } }
      @media only screen and (min-width: 769px) {
        .news-container:after {
          width: 12.9707rem;
          height: 8.0213rem;
          bottom: -3.84rem;
          right: 0;
          background-image: url(../images/index/news/illust01_pc.png); } }
  @media only screen and (max-width: 768px) {
    .news-wrap {
      padding-left: 2.56rem;
      padding-right: 2.56rem; } }
  @media only screen and (min-width: 769px) {
    .news-wrap {
      max-width: 1360px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      padding-left: 6.5rem;
      padding-right: 6.5rem; } }
  @media only screen and (min-width: 769px) {
    .news-wrap {
      padding-left: 19.5rem;
      padding-right: 14rem; } }
  .news-list {
    position: relative; }
  .news-item {
    opacity: 0;
    pointer-events: none; }
    .news-item.is-active {
      pointer-events: auto; }
    @media only screen and (min-width: 769px) {
      .news-item.is-new .news-date {
        margin-right: 1.1rem;
        padding-right: 4.5rem; } }
  @media only screen and (max-width: 768px) {
    .news-inside {
      display: block; } }
  @media only screen and (min-width: 769px) {
    .news-inside {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 769px) {
    .news-link:hover .news-title {
      color: #afd28c; } }
  .news-date {
    position: relative;
    line-height: 1;
    color: #afd28c;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    @media only screen and (max-width: 768px) {
      .news-date {
        margin-bottom: 1.28rem;
        display: inline-block;
        font-size: 1.024rem; } }
    @media only screen and (min-width: 769px) {
      .news-date {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        margin-right: 1rem;
        font-size: 0.8rem; } }
    .news-date-icon {
      position: absolute;
      color: #fff;
      background-color: #be9b46;
      border-radius: 999em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .news-date-icon {
          left: calc(100% + 1.28rem);
          padding: 0.512rem 1.1093rem;
          font-size: 0.8533rem; } }
      @media only screen and (min-width: 769px) {
        .news-date-icon {
          right: 0;
          padding: 0.4rem 0.8rem;
          font-size: 0.7rem; } }
  .news-title {
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .news-title {
        max-height: 4em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2; } }
    @media only screen and (min-width: 769px) {
      .news-title {
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-transition: color 0.14s linear;
        -o-transition: color 0.14s linear;
        transition: color 0.14s linear;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; } }
  .news-nav {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .news-nav {
        top: 3.84rem;
        right: 2.56rem; } }
    @media only screen and (min-width: 769px) {
      .news-nav {
        top: 50%;
        right: calc(50% - 25rem);
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media only screen and (max-width: 768px) {
      .news-nav-item:nth-child(n+2) {
        margin-left: 0.8533rem; } }
    @media only screen and (min-width: 769px) {
      .news-nav-item:nth-child(n+2) {
        margin-left: 0.5rem; } }

.spec {
  position: relative;
  z-index: 110; }
  @media only screen and (max-width: 768px) {
    .spec {
      padding-left: 2.56rem;
      padding-right: 2.56rem; } }
  @media only screen and (min-width: 769px) {
    .spec {
      max-width: 1360px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      padding-left: 6.5rem;
      padding-right: 6.5rem; } }
  @media only screen and (max-width: 768px) {
    .spec {
      margin-bottom: -37.12rem; } }
  @media only screen and (min-width: 769px) {
    .spec {
      margin-bottom: -5.8rem; } }
  .spec-container {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(../images/common/pattern/white01.png) center center repeat; }
    @media only screen and (max-width: 768px) {
      .spec-container {
        padding: 2.4747rem 2.1333rem 2.56rem;
        border-radius: 2.56rem; } }
    @media only screen and (min-width: 769px) {
      .spec-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 2.5rem;
        border-radius: 2.5rem; } }
    @media only screen and (max-width: 768px) {
      .spec-container:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25.6rem, #fff), to(#fff));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 25.6rem, #fff 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 25.6rem, #fff 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 25.6rem, #fff 100%); } }
  @media only screen and (min-width: 769px) {
    .spec-primary, .spec-secondary {
      width: 48%;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none; } }
  .spec-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    line-height: 1;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .spec-table-row {
        padding-bottom: 1.4507rem; } }
    @media only screen and (min-width: 769px) {
      .spec-table-row {
        padding-bottom: 1.15rem;
        font-size: 0.9rem; } }
    .spec-table-row:before {
      content: "";
      width: 100%;
      position: absolute;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; }
      @media only screen and (max-width: 768px) {
        .spec-table-row:before {
          height: 0.256rem;
          background-image: url(../images/index/spec/table_separator_sp.png); } }
      @media only screen and (min-width: 769px) {
        .spec-table-row:before {
          height: 0.15rem;
          background-image: url(../images/index/spec/table_separator_pc.png); } }
    @media only screen and (max-width: 768px) {
      .spec-table-row:nth-child(n+2) {
        margin-top: 1.1947rem; } }
    @media only screen and (min-width: 769px) {
      .spec-table-row:nth-child(n+2) {
        margin-top: 0.75rem; } }
  .spec-table-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .spec-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .spec-info {
        padding: 1.536rem 0 1.7067rem; } }
    @media only screen and (min-width: 769px) {
      .spec-info {
        padding: 0.6rem 0 0.7rem; } }
    @media only screen and (min-width: 769px) {
      .spec-info-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 769px) {
      .spec-info-item:nth-child(n+2) {
        margin-left: 0.9rem; } }
    .spec-info-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 768px) {
        .spec-info-link {
          font-size: 1.024rem; } }
      @media only screen and (min-width: 769px) {
        .spec-info-link {
          font-size: 0.75rem;
          -webkit-transition: color 0.14s linear;
          -o-transition: color 0.14s linear;
          transition: color 0.14s linear; }
          .spec-info-link:hover {
            color: #be9b46; } }
      .spec-info-link svg {
        fill: #be9b46; }
        @media only screen and (max-width: 768px) {
          .spec-info-link svg {
            width: 0.768rem;
            margin-right: 0.768rem; } }
        @media only screen and (min-width: 769px) {
          .spec-info-link svg {
            width: 0.6rem;
            margin-right: 0.5rem; } }
    .spec-info-badge {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 768px) {
        .spec-info-badge-item:nth-child(n+2) {
          margin-left: 0.4267rem; } }
      @media only screen and (min-width: 769px) {
        .spec-info-badge-item:nth-child(n+2) {
          margin-left: 0.4rem; } }
      .spec-info-badge-link {
        display: block; }
      .spec-info-badge img {
        width: auto; }
        @media only screen and (max-width: 768px) {
          .spec-info-badge img {
            height: 2.7307rem; } }
        @media only screen and (min-width: 769px) {
          .spec-info-badge img {
            height: 2.85rem; } }
  .spec-ticket-link {
    position: relative;
    display: block;
    background-color: #f5f5f5; }
    @media only screen and (max-width: 768px) {
      .spec-ticket-link {
        padding: 0.768rem 0.6827rem 0.768rem 6.144rem;
        border-radius: 0.1707rem; } }
    @media only screen and (min-width: 769px) {
      .spec-ticket-link {
        padding: 0.6rem 0.5rem 0.6rem 3.2rem;
        border-radius: 0.25rem; } }
  .spec-ticket-image {
    position: absolute; }
    @media only screen and (max-width: 768px) {
      .spec-ticket-image {
        width: 4.7787rem;
        top: 0.5973rem;
        left: 0.6827rem; } }
    @media only screen and (min-width: 769px) {
      .spec-ticket-image {
        width: 3.6rem;
        top: -0.5rem;
        left: -1.05rem; } }
  .spec-ticket-caption {
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .spec-ticket-caption {
        font-size: 0.9387rem; } }
    @media only screen and (min-width: 769px) {
      .spec-ticket-caption {
        font-size: 0.75rem; } }
  @media only screen and (max-width: 768px) {
    .spec-secondary {
      margin-top: 2.1333rem; } }
  @media only screen and (max-width: 768px) {
    .spec-purchase-item:nth-child(2) {
      margin-top: 1.1093rem; } }
  @media only screen and (min-width: 769px) {
    .spec-purchase-item:nth-child(2) {
      margin-top: 0.75rem; } }
  .spec-purchase-item.mod-artbook {
    background: center top no-repeat; }
    @media only screen and (max-width: 768px) {
      .spec-purchase-item.mod-artbook {
        margin-top: 1.536rem;
        padding-top: 1.8rem;
        background-image: url(../images/index/spec/button_separator_sp.png);
        background-size: auto 0.512rem; } }
    @media only screen and (min-width: 769px) {
      .spec-purchase-item.mod-artbook {
        margin-top: 1.1rem;
        padding-top: 1.2rem;
        background-image: url(../images/index/spec/button_separator_pc.png);
        background-size: auto 0.4rem; } }
  .spec-purchase-button {
    position: relative;
    display: block;
    z-index: 0;
    letter-spacing: 0.1em;
    color: #fff; }
    @media only screen and (min-width: 769px) {
      .spec-purchase-button:hover .spec-purchase-button-inside {
        -webkit-transform: translateY(0.3rem);
            -ms-transform: translateY(0.3rem);
                transform: translateY(0.3rem); } }
    .spec-purchase-button:before {
      content: "";
      width: 100%;
      height: 99%;
      position: absolute;
      z-index: -1;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .spec-purchase-button:before {
          bottom: -0.256rem;
          border-radius: 0.8533rem; } }
      @media only screen and (min-width: 769px) {
        .spec-purchase-button:before {
          bottom: -0.3rem;
          border-radius: 0.5rem; } }
    .spec-purchase-button-inside {
      overflow: hidden;
      position: relative;
      -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.19, 1, 0.22, 1);
      transition: -webkit-transform 0.24s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: transform 0.24s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.24s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.24s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.24s cubic-bezier(0.19, 1, 0.22, 1);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 768px) {
        .spec-purchase-button-inside {
          height: 4.2667rem;
          border-radius: 0.8533rem; } }
      @media only screen and (min-width: 769px) {
        .spec-purchase-button-inside {
          height: 3rem;
          border-radius: 0.5rem; } }
  .spec-purchase-artbook {
    display: block; }
  .spec-purchase-reserve:before {
    background-color: #af0303; }
  .spec-purchase-reserve .spec-purchase-button-inside {
    background-color: #e60011; }
    @media only screen and (max-width: 768px) {
      .spec-purchase-reserve .spec-purchase-button-inside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 4.2667rem; } }
    @media only screen and (min-width: 769px) {
      .spec-purchase-reserve .spec-purchase-button-inside {
        padding-left: 3rem; } }
    .spec-purchase-reserve .spec-purchase-button-inside:before {
      content: "";
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #b60000 url(../images/index/spec/cart.png) center center no-repeat; }
      @media only screen and (max-width: 768px) {
        .spec-purchase-reserve .spec-purchase-button-inside:before {
          width: 4.2667rem;
          background-size: 1.9627rem auto; } }
      @media only screen and (min-width: 769px) {
        .spec-purchase-reserve .spec-purchase-button-inside:before {
          width: 3rem;
          background-size: 1.3rem auto; } }
  .spec-purchase-reserve-text01 {
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .spec-purchase-reserve-text01 {
        margin-bottom: 0.512rem;
        font-size: 1.28rem; } }
    @media only screen and (min-width: 769px) {
      .spec-purchase-reserve-text01 {
        font-size: 1.1rem; } }
  .spec-purchase-reserve-text02 {
    line-height: 1;
    letter-spacing: 0.02em; }
    @media only screen and (max-width: 768px) {
      .spec-purchase-reserve-text02 {
        font-size: 1.024rem; } }
    @media only screen and (min-width: 769px) {
      .spec-purchase-reserve-text02 {
        font-size: 0.8rem; } }
  .spec-purchase-detail:before {
    background-color: #a2842f; }
  .spec-purchase-detail .spec-purchase-button-inside {
    background: url(../images/common/pattern/brown02.png) center top repeat; }
  .spec-purchase-detail svg {
    fill: #a48630; }
    @media only screen and (max-width: 768px) {
      .spec-purchase-detail svg {
        width: 1.9627rem; } }
    @media only screen and (min-width: 769px) {
      .spec-purchase-detail svg {
        width: 1.5rem; } }
  @media only screen and (max-width: 768px) {
    .spec-purchase-detail-text {
      margin: 0 0.6827rem; } }
  @media only screen and (min-width: 769px) {
    .spec-purchase-detail-text {
      margin: 0 0.8rem;
      font-size: 1.1rem; } }

@-webkit-keyframes ururira {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

@keyframes ururira {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

@media only screen and (max-width: 768px) {
  .timeline.has-error .timeline-title {
    margin-bottom: 3.4133rem; } }

@media only screen and (min-width: 769px) {
  .timeline.has-error .timeline-title {
    margin-bottom: 4rem; } }

.timeline.has-error .c-slider {
  display: none; }

.timeline-main {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .timeline-main {
      margin-bottom: 6.4rem;
      padding-top: 3.4133rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-main {
      margin-bottom: 4.5rem;
      padding-top: 3.6rem; } }

.timeline-title {
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 768px) {
    .timeline-title {
      width: 24.9173rem;
      margin-bottom: 2.7307rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-title {
      width: 22.5rem;
      margin-bottom: 1rem; } }

.timeline .c-slider.is-ready .timeline-more {
  visibility: visible; }

@media only screen and (max-width: 768px) {
  .timeline .c-slider-container {
    height: 29.8667rem; } }

@media only screen and (min-width: 769px) {
  .timeline .c-slider-container {
    height: 18.65rem; } }

@media only screen and (max-width: 768px) {
  .timeline .c-slider-list {
    padding: 0 4.0533rem; } }

@media only screen and (min-width: 769px) {
  .timeline .c-slider-list {
    padding: 1rem 3rem 0; } }

.timeline-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: opacity, transform;
  cursor: pointer; }
  .timeline-card:not(.timeline-more) {
    opacity: 0; }
    @media only screen and (max-width: 768px) {
      .timeline-card:not(.timeline-more) {
        -webkit-transform: translate3d(4.2667rem, 0, 0);
                transform: translate3d(4.2667rem, 0, 0);
        -webkit-transition: opacity 0.2s linear, -webkit-transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.2s linear, -webkit-transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: opacity 0.2s linear, transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.2s linear, transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.2s linear, transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1); } }
    @media only screen and (min-width: 769px) {
      .timeline-card:not(.timeline-more) {
        -webkit-transform: translate3d(7rem, 0, 0);
                transform: translate3d(7rem, 0, 0);
        -webkit-transition: opacity 0.2s linear, -webkit-transform 0.84s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.2s linear, -webkit-transform 0.84s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: opacity 0.2s linear, transform 0.84s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.2s linear, transform 0.84s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.2s linear, transform 0.84s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.84s cubic-bezier(0.165, 0.84, 0.44, 1); } }
    .timeline-card:not(.timeline-more).is-loaded {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  @media only screen and (max-width: 768px) {
    .timeline-card {
      width: 23.8933rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-card {
      width: 11.3rem; } }
  @media only screen and (max-width: 768px) {
    .timeline-card + .timeline-card {
      margin-left: 1.7067rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-card + .timeline-card {
      margin-left: 1.5rem; } }
  .timeline-card-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 769px) {
      .timeline-card-link:hover .timeline-card-inside {
        -webkit-transform: translate3d(-0.5rem, -0.5rem, 0);
                transform: translate3d(-0.5rem, -0.5rem, 0); } }
  .timeline-card-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media only screen and (max-width: 768px) {
      .timeline-card-inside {
        border-radius: 1.28rem; } }
    @media only screen and (min-width: 769px) {
      .timeline-card-inside {
        border-radius: 1.5rem; } }
  .timeline-card-thumb {
    position: relative;
    background-color: #424344; }
    @media only screen and (max-width: 768px) {
      .timeline-card-thumb {
        height: 14.9333rem; } }
    @media only screen and (min-width: 769px) {
      .timeline-card-thumb {
        height: 6.3rem; } }
    .timeline-card-thumb img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .timeline-card-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    z-index: 0; }
    .timeline-card-body:before {
      content: "";
      z-index: -1;
      opacity: 0.9;
      background: url(../images/common/pattern/black01.png) center center repeat;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    @media only screen and (max-width: 768px) {
      .timeline-card-body {
        padding: 1.536rem 1.9627rem 6.144rem; } }
    @media only screen and (min-width: 769px) {
      .timeline-card-body {
        padding: 1.2rem 1.2rem 3.1rem; } }
  .timeline-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .timeline-card-title {
        max-height: 6em;
        font-size: 1.1947rem;
        -webkit-line-clamp: 3; } }
    @media only screen and (min-width: 769px) {
      .timeline-card-title {
        max-height: 10em;
        font-size: 0.7rem;
        -webkit-line-clamp: 5; } }
  .timeline-card-date {
    position: absolute;
    line-height: 1;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .timeline-card-date {
        bottom: 2.3893rem;
        right: 2.1333rem;
        font-size: 1.024rem; } }
    @media only screen and (min-width: 769px) {
      .timeline-card-date {
        font-size: 0.7rem;
        bottom: 1.28rem;
        right: 1.024rem; } }

.timeline-more {
  position: relative;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.2s linear, -webkit-filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s linear, -webkit-filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.2s linear, filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s linear, filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s linear, filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .timeline-more {
      width: 17.0667rem;
      margin-left: 1.7067rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-more {
      width: 10rem;
      margin-left: 3rem; } }
  .timeline-more.is-fetching {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  .timeline-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 1px, transparent 1px, transparent 2px);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 1px, transparent 1px, transparent 2px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 1px, transparent 1px, transparent 2px);
    background-size: 1px 3px;
    background-repeat: repeat-y; }
    @media only screen and (max-width: 768px) {
      .timeline-more:before {
        height: calc(100% - 5.12rem); } }
    @media only screen and (min-width: 769px) {
      .timeline-more:before {
        height: calc(100% - 3rem); } }
  @media only screen and (max-width: 768px) {
    .timeline-more-button {
      width: 8.7893rem; }
      .timeline-more-button img {
        margin-bottom: 1.7067rem; }
      .timeline-more-button svg {
        width: 6.3147rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-more-button {
      width: 4.1rem; }
      .timeline-more-button img {
        margin-bottom: 0.8rem; }
      .timeline-more-button svg {
        width: 3.5rem; }
      .timeline-more-button:hover svg {
        fill: #be9b46; } }
  .timeline-more-button svg {
    height: auto;
    fill: #fff;
    -webkit-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease; }

@media only screen and (max-width: 768px) {
  .timeline-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -1.28rem 0 0.3413rem; } }

@media only screen and (min-width: 769px) {
  .timeline-about {
    position: absolute;
    z-index: 120;
    bottom: -6rem;
    left: calc(50% + 17.5rem); } }

@media only screen and (max-width: 768px) {
  .timeline-about-button {
    width: 22.6987rem; } }

@media only screen and (min-width: 769px) {
  .timeline-about-button {
    width: 9.6rem;
    -webkit-animation: ururira 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
            animation: ururira 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    will-change: transform; }
    .timeline-about-button:hover {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; } }

.timeline-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 769px) {
    .timeline-twitter {
      margin-top: -1rem; } }
  .timeline-twitter-link {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 999em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .timeline-twitter-link {
        width: 22.6133rem;
        height: 4.2667rem; } }
    @media only screen and (min-width: 769px) {
      .timeline-twitter-link {
        width: 13.5rem;
        height: 2.1rem;
        -webkit-transition: color 200ms linear, background-color 200ms linear;
        -o-transition: color 200ms linear, background-color 200ms linear;
        transition: color 200ms linear, background-color 200ms linear; }
        .timeline-twitter-link:hover {
          color: #000;
          background-color: #fff; } }
    .timeline-twitter-link svg {
      height: auto; }
      @media only screen and (max-width: 768px) {
        .timeline-twitter-link svg {
          width: 0.8533rem; } }
      @media only screen and (min-width: 769px) {
        .timeline-twitter-link svg {
          width: 0.5rem; } }
      .timeline-twitter-link svg path {
        fill: currentColor; }
  .timeline-twitter-icon {
    height: auto; }
    @media only screen and (max-width: 768px) {
      .timeline-twitter-icon {
        width: 1.536rem; } }
    @media only screen and (min-width: 769px) {
      .timeline-twitter-icon {
        width: 0.9rem; } }
  @media only screen and (max-width: 768px) {
    .timeline-twitter-text {
      margin: 0 0.512rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-twitter-text {
      margin: 0 0.35rem;
      font-size: 0.75rem; } }

.timeline-modal-container {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media only screen and (max-width: 768px) {
    .timeline-modal-container {
      border-radius: 2.1333rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-modal-container {
      border-radius: 2.5rem; } }

.timeline-modal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform; }
  @media only screen and (max-width: 768px) {
    .timeline-modal-list {
      width: calc(100vw - 5.12rem); } }

.timeline-modal-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }
  @media only screen and (max-width: 768px) {
    .timeline-modal-item {
      width: calc(100vw - 5.12rem);
      padding: 2.56rem 2.56rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-modal-item {
      width: 37rem;
      padding: 2.5rem 3rem; } }

@media only screen and (max-width: 768px) {
  .timeline-modal-nav {
    width: 100%;
    position: absolute;
    top: calc(100% + 1.7067rem);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (max-width: 768px) {
  .timeline-modal-nav-prev, .timeline-modal-nav-next {
    width: 4.2667rem;
    height: 4.2667rem;
    margin: 0 1.28rem; } }

@media only screen and (min-width: 769px) {
  .timeline-modal-nav-prev, .timeline-modal-nav-next {
    width: 1.8rem;
    height: 1.8rem;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto 0; } }

.timeline-modal-nav-prev {
  right: calc(100% + 1.5rem); }

.timeline-modal-nav-next {
  left: calc(100% + 1.5rem); }

.timeline-modal-media {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .timeline-modal-media {
      margin-bottom: 1.536rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-modal-media {
      margin-bottom: 1.8rem; } }
  @media only screen and (max-width: 768px) {
    .timeline-modal-media.mod-carousel {
      margin-bottom: 3.584rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-modal-media.mod-carousel {
      margin-bottom: 3.6rem; } }
  .timeline-modal-media-frame {
    overflow: hidden;
    border: 1px solid #eee; }
  @media only screen and (min-width: 769px) {
    .timeline-modal-media-video {
      width: 31rem; } }
  .timeline-modal-media-video video {
    display: block;
    width: 100%;
    height: auto; }
  .timeline-modal-media-image {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    background-color: #fff; }
    @media only screen and (min-width: 769px) {
      .timeline-modal-media-image {
        width: 31rem; } }
    .timeline-modal-media-image img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .timeline-modal-media-carousel {
    position: relative; }
    .timeline-modal-media-carousel-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      will-change: transform, height; }
  .timeline-modal-media-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .timeline-modal-media-pagination {
        top: calc(100% + 1.4507rem); } }
    @media only screen and (min-width: 769px) {
      .timeline-modal-media-pagination {
        top: calc(100% + 1.4rem); } }
    .timeline-modal-media-pagination-bullet {
      display: block;
      position: relative;
      -webkit-box-shadow: 1px 1px 0 #eee;
              box-shadow: 1px 1px 0 #eee;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .timeline-modal-media-pagination-bullet {
          border: 0.1rem solid #fff; } }
      @media only screen and (min-width: 769px) {
        .timeline-modal-media-pagination-bullet {
          border: 0.2rem solid #fff; } }
      .timeline-modal-media-pagination-bullet:focus {
        outline: none; }
      .timeline-modal-media-pagination-bullet.is-active:before {
        background: -webkit-gradient(linear, left top, right top, from(#34b0b0), color-stop(20%, #34b0b0), color-stop(20%, #50cdcd));
        background: -webkit-linear-gradient(left, #34b0b0 0%, #34b0b0 20%, #50cdcd 20% #50cdcd 100%);
        background: -o-linear-gradient(left, #34b0b0 0%, #34b0b0 20%, #50cdcd 20% #50cdcd 100%);
        background: linear-gradient(to right, #34b0b0 0%, #34b0b0 20%, #50cdcd 20% #50cdcd 100%); }
      .timeline-modal-media-pagination-bullet:before {
        content: "";
        display: block;
        background-color: #000; }
        @media only screen and (max-width: 768px) {
          .timeline-modal-media-pagination-bullet:before {
            width: 0.5973rem;
            height: 0.5973rem; } }
        @media only screen and (min-width: 769px) {
          .timeline-modal-media-pagination-bullet:before {
            width: 0.6rem;
            height: 0.6rem; } }
      @media only screen and (max-width: 768px) {
        .timeline-modal-media-pagination-bullet:nth-child(n+2) {
          margin-left: 0.4267rem; } }
      @media only screen and (min-width: 769px) {
        .timeline-modal-media-pagination-bullet:nth-child(n+2) {
          margin-left: 0.5rem; } }

.timeline-modal-description, .timeline-modal-date {
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .timeline-modal-description, .timeline-modal-date {
      font-size: 1.1947rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-modal-description, .timeline-modal-date {
      font-size: 0.8rem; } }

.timeline-modal-description {
  text-align: justify; }

.timeline-modal-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .timeline-modal-date {
      margin-top: 0.8533rem; } }
  @media only screen and (min-width: 769px) {
    .timeline-modal-date {
      margin-top: 0.5rem; } }

/* NHL */

.spec-toku-title {
  color: #007d46;
  text-align: center;
  font-size: 1.2rem
}
.spec-toku-name {
  text-align: center;
  font-size: 1rem;
}
.spec-toku-image {
  padding-left: 10%;
  width: 75%
}
.spec-toku-note {
  line-height: 1.2;
  font-size: 0.75rem;
  opacity: 0.6;
}
@media only screen and (min-width: 769px) {
  .spec-primary, .spec-secondary {
    width: 31.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; } 
}

@media only screen and (min-width: 769px) {
  .mv-release {
    bottom: -2.6rem;
   } }

@media only screen and (max-width: 768px) {
.spec-purchase-item:nth-child(3) {
  margin-top: 1.1093rem; } }
@media only screen and (min-width: 769px) {
.spec-purchase-item:nth-child(3) {
  margin-top: 0.75rem; } }

.screen___note {
  margin-right: 2rem;
  text-align: right;
}
.screen___note-text {
  color: white;
}

@media only screen and (min-width: 769px) {
  .news-nav {
    top: 50%;
    right: calc(50% - 15rem); } }