.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
 * TOP
 *
 * @date 2017-07-12
 * @include _top
 *
 * memo:
 * // background: url("../img/common/headline_bg.png") center top no-repeat
 * // width: -webkit-calc(100% - 127px)
 * // width: calc(100% - 127px)
 * // transition: all .3s
 *
 * ============================================================================================ */
.header__title {
  display: none;
}

.header__ham a {
  background: none;
}

.header__colyid {
  width: 150px;
  position: fixed;
  right: 104px;
  top: 48px;
  left: auto;
  z-index: 4;
  line-height: 0;
}
.header__colyid a {
  display: block;
  transition: all 0.3s;
}
.header__colyid a:hover {
  opacity: 0.8;
}
.header__colyid img {
  width: 100%;
  height: auto;
}

.visual {
  width: 100%;
  position: relative;
  z-index: 1;
}

.visual__inner {
  width: 100%;
  position: relative;
}

.visual__logo {
  position: absolute;
  left: 50%;
  bottom: -113px;
  transform: translateX(-50%);
  z-index: 1;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  pointer-events: none;
}

.visual__list {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.visual__list li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.05);
  transition: all 1s;
}
.visual__list li:first-of-type {
  position: relative;
  left: auto;
  top: auto;
}
.visual__list li.is--current {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}

.visual__paging {
  position: absolute;
  left: 25px;
  bottom: -30px;
  z-index: 1;
  display: flex;
}
.visual__paging p {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.3s;
}
.visual__paging p:last-of-type {
  margin-right: 0;
}
.visual__paging p.is--current {
  opacity: 1;
  pointer-events: none;
}
.visual__paging p.is--current span {
  background-color: #4795fb;
}
.visual__paging p:hover {
  opacity: 1;
}
.visual__paging p:hover span {
  background-color: #4795fb;
}
.visual__paging span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border: #4795fb solid 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s;
}

.visual__badge {
  position: absolute;
  left: 50%;
  bottom: -94px;
  transform: translateX(-50%);
  z-index: 2;
}
.visual__badge ul {
  display: flex;
  justify-content: center;
}
.visual__badge li {
  margin: 0 10px;
}
.visual__badge a {
  display: block;
  transition: all 0.3s;
}
.visual__badge a:hover {
  opacity: 0.6;
}
.visual__colyid {
  width: 381px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.visual__colyid a {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.visual__colyid a:hover {
  opacity: 0.6;
}
.visual__colyid img {
  width: 100%;
  height: auto;
}

.visual__scroll {
  position: absolute;
  right: 25px;
  bottom: -100px;
  z-index: 3;
}
.visual__scroll span {
  display: block;
  line-height: 1em;
  animation: loopMovingArrrow 0.8s ease-in-out infinite alternate;
}

@keyframes loopMovingArrrow {
  0% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.intro {
  width: 100%;
  position: relative;
  z-index: 0;
}

.intro__inner {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 570px;
  padding-bottom: 450px;
}

.intro__title {
  position: relative;
  z-index: 1;
  line-height: 1em;
  margin-bottom: 50px;
}
.intro__title img {
  transform: translateX(10px);
}

.intro__lead {
  position: relative;
  z-index: 1;
  color: #4795fb;
  font-family: roc-grotesk, sans-serif;
  font-weight: 100;
  font-feature-settings: "palt" 1;
  font-size: 53px;
  line-height: 1.25em;
  margin-bottom: 200px;
}
.intro__lead p {
  display: block;
}
.intro__lead span {
  display: inline-block;
}

.intro__dot {
  line-height: 1em;
}

.intro__sky1 {
  position: absolute;
  left: 50%;
  top: 650px;
  z-index: 0;
  width: -webkit-calc(50vw - 330px);
  width: calc(50vw - 330px);
  height: 265px;
  background: url("../img/top/items_sky1.jpg") center center no-repeat;
  background-size: cover;
  margin-left: 330px;
  pointer-events: none;
}

.intro__sky2 {
  position: absolute;
  left: 0;
  top: 1250px;
  z-index: 0;
  width: -webkit-calc(50vw - 245px);
  width: calc(50vw - 245px);
  height: 265px;
  background: url("../img/top/items_sky2.jpg") center center no-repeat;
  background-size: cover;
  pointer-events: none;
}

.intro__location {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 150px;
  z-index: 0;
  margin-left: -807px;
  pointer-events: none;
}
.intro__location p {
  position: relative;
  width: 100%;
  height: 100%;
}
.intro__location span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.intro__location span.is--current {
  opacity: 1;
}

.intro__video {
  position: absolute;
  left: 50%;
  top: 1070px;
  z-index: 1;
  margin-left: 200px;
  width: 300px;
  height: 622px;
  pointer-events: none;
}

.movie {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 140px;
}

.movie__inner {
  width: 826px;
  margin: 0 auto;
  position: relative;
}

.movie__block {
  width: 100%;
  height: 303px;
  overflow: hidden;
  position: relative;
}

.movie__headline {
  width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.movie__player {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translateY(-50%);
}

.movie__button {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.movie__button a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(71, 149, 251, 0.8);
  position: relative;
  transition: all 0.3s;
}
.movie__button a:hover {
  background-color: rgba(71, 149, 251, 0);
}
.movie__button a:hover .button--icon {
  transform: translate(-50%, -50%) scale(1.2);
}
.movie__button .button--icon {
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.heroes {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 150px;
}

.heroes__inner {
  width: 100%;
  position: relative;
  background-color: #4795fb;
}

.heroes__headline {
  width: 100%;
  text-align: center;
}
.heroes__headline img {
  transform: translateY(-10px);
}

.heroes__nav {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.heroes__nav a {
  text-decoration: none;
  color: #505064;
  font-family: halogen, sans-serif;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  line-height: 3em;
  position: relative;
}
.heroes__nav a::before {
  content: "-";
  display: inline-block;
  margin-right: 6px;
}
.heroes__nav span {
  display: inline-block;
  transition: all 0.3s;
}
.heroes__nav a:hover span {
  transform: translateX(10px);
}
.heroes__nav li.is--current {
  pointer-events: none;
}
.heroes__nav li.is--current span {
  transform: translateX(10px);
}

.heroes__block {
  width: 638px;
  height: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.heroes__desc {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  display: none;
}
.heroes__desc.is--current {
  display: block;
}
.heroes__desc .desc--name {
  color: #505064;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  letter-spacing: 0.25em;
  line-height: 1em;
  margin-bottom: 25px;
  margin-top: -5px;
}
.heroes__desc .desc--text {
  color: #505064;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}
.heroes__desc .desc--more {
  display: inline-block;
}
.heroes__desc .desc--more a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-family: halogen, sans-serif;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 32px;
  padding: 0 35px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  transition: all 0.3s;
}
.heroes__desc .desc--more a:hover {
  color: #4795fb;
  background-color: #ffffff;
}
.heroes__desc .desc--image {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.news {
  width: 826px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  margin-bottom: 150px;
}

.news__inner {
  width: 100%;
  position: relative;
}

.news__block {
  width: 100%;
}
.news__block ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__block li {
  flex-basis: 256px;
  border-top: rgba(80, 100, 100, 0.5) solid 1px;
  box-sizing: border-box;
}
.news__block li:nth-child(n+4) {
  display: none;
}
.news__block a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #505064;
  transition: all 0.2s;
}
.news__block a:hover {
  opacity: 0.5;
}
.news__block span {
  display: block;
}
.news__block .block--desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px;
}
.news__block .block--desc__date {
  font-family: roc-grotesk, sans-serif;
  font-weight: 200;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 1em;
}
.news__block .block--desc__category {
  font-family: roc-grotesk, sans-serif;
  font-weight: 200;
  font-feature-settings: "palt" 1;
  font-size: 10px;
  line-height: 1em;
}
.news__block .block--thumb {
  width: 100%;
  height: 144px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  mask-image: url("../img/common/tnumb_mask.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../img/common/tnumb_mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
}
.news__block .block--text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}

.twitter {
  width: 100%;
  position: relative;
  z-index: 0;
}

.twitter__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.twitter__bg p {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-position: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}

.twitter__inner {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 90px;
}

.twitter__headline {
  width: 100%;
  text-align: center;
}

.twitter__wijet {
  width: 684px;
  height: 390px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.twitter__rights {
  display: flex;
  justify-content: center;
  text-align: center;
}
.twitter__rights p {
  margin: 0 45px;
}
.twitter__rights .rights--icon {
  display: block;
  margin-bottom: 10px;
}
.twitter__rights .rights--text {
  display: block;
  color: #4795fb;
  font-family: halogen, sans-serif;
  font-weight: 300;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  line-height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.twitter__bg .type--1_1 {
  background-image: url("../img/top/1_1_twitter.png");
}
.twitter__bg .type--1_2 {
  background-image: url("../img/top/1_2_twitter.png");
}
.twitter__bg .type--1_3 {
  background-image: url("../img/top/1_3_twitter.png");
}
.twitter__bg .type--1_4 {
  background-image: url("../img/top/1_4_twitter.png");
}
.twitter__bg .type--1_5 {
  background-image: url("../img/top/1_5_twitter.png");
}
.twitter__bg .type--1_6 {
  background-image: url("../img/top/1_6_twitter.png");
}
.twitter__bg .type--2_1 {
  background-image: url("../img/top/2_1_twitter.png");
}
.twitter__bg .type--2_2 {
  background-image: url("../img/top/2_2_twitter.png");
}
.twitter__bg .type--2_3 {
  background-image: url("../img/top/2_3_twitter.png");
}
.twitter__bg .type--2_4 {
  background-image: url("../img/top/2_4_twitter.png");
}
.twitter__bg .type--3_1 {
  background-image: url("../img/top/3_1_twitter.png");
}
.twitter__bg .type--3_2 {
  background-image: url("../img/top/3_2_twitter.png");
}
.twitter__bg .type--3_3 {
  background-image: url("../img/top/3_3_twitter.png");
}
.twitter__bg .type--3_4 {
  background-image: url("../img/top/3_4_twitter.png");
}
.twitter__bg .type--4_1 {
  background-image: url("../img/top/4_1_twitter.png");
}
.twitter__bg .type--4_2 {
  background-image: url("../img/top/4_2_twitter.png");
}
.twitter__bg .type--5_1 {
  background-image: url("../img/top/5_1_twitter.png");
}
.twitter__bg .type--5_2 {
  background-image: url("../img/top/5_2_twitter.png");
}
.twitter__bg .type--5_3 {
  background-image: url("../img/top/5_3_twitter.png");
}
.twitter__bg .type--5_4 {
  background-image: url("../img/top/5_4_twitter.png");
}
.twitter__bg .type--5_5 {
  background-image: url("../img/top/5_5_twitter.png");
}
.twitter__bg .type--6_1 {
  background-image: url("../img/top/6_1_twitter.png");
}
.twitter__bg .type--6_2 {
  background-image: url("../img/top/6_2_twitter.png");
}
.twitter__bg .type--6_3 {
  background-image: url("../img/top/6_3_twitter.png");
}
.twitter__bg .type--6_4 {
  background-image: url("../img/top/6_4_twitter.png");
}
.twitter__bg .type--6_5 {
  background-image: url("../img/top/6_5_twitter.png");
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
   * SP TOP
   *
   * @date 2017-07-12
   * @include sp/_top
   *
   * memo:
   * padding: 70px
   * padding: 18.6666666667vw
   * width: -webkit-calc(100% - 127px)
   * width: calc(100% - 127px)
   * +spimg(width, 346)
   * ============================================================================================ */
  .header__title {
    display: none;
  }
  .header__ham a {
    background: none;
  }
  .header__colyid {
    width: 46.6666666667vw;
    height: 13.3333333333vw;
    right: 18.4vw;
    top: 4vw;
  }
  .header__colyid a {
    transition: none;
  }
  .header__colyid a:hover {
    opacity: 1;
  }
  .visual {
    width: 100%;
    height: 100vh;
    min-height: 630px;
    min-height: 168vw;
    position: relative;
    z-index: 1;
  }
  .visual__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .visual__inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    height: 26.6666666667vw;
  }
  .visual__logo {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate(0%);
    z-index: 1;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    width: 100%;
    text-align: center;
    margin-top: -10px;
    margin-top: -2.6666666667vw;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
  .visual__logo img {
    width: 260px;
    width: 69.3333333333vw;
    height: auto;
  }
  .visual__list {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .visual__list li {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scale(1.1);
    transition: all 1s;
  }
  .visual__list li:first-of-type {
    position: relative;
    left: auto;
    top: auto;
  }
  .visual__list li.is--current {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
  }
  .visual__paging {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .visual__paging p {
    width: 20px;
    width: 5.3333333333vw;
    height: 20px;
    height: 5.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.3s;
  }
  .visual__paging p:last-of-type {
    margin-right: 0;
  }
  .visual__paging p:hover {
    opacity: 0.2;
  }
  .visual__paging p:hover span {
    background-color: #ffffff;
  }
  .visual__paging p.is--current {
    opacity: 1;
    pointer-events: none;
  }
  .visual__paging p.is--current span {
    background-color: #4795fb;
  }
  .visual__paging span {
    display: block;
    width: 3px;
    width: 0.8vw;
    height: 3px;
    height: 0.8vw;
    background-color: #ffffff;
    border: #4795fb solid 1px;
    border: #4795fb solid 0.2666666667vw;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 0.3s;
  }
  .visual__badge {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0%);
    z-index: 2;
    margin-bottom: 70px;
    margin-bottom: 18.6666666667vw;
  }
  .visual__badge ul {
    display: flex;
    justify-content: center;
  }
  .visual__badge li {
    margin: 0 7px;
    margin: 0 1.8666666667vw;
  }
  .visual__badge a {
    display: block;
    transition: none;
  }
  .visual__badge a:hover {
    opacity: 1;
  }
  .visual__badge img {
    width: auto;
    height: 30px;
    height: 8vw;
  }
  .visual__colyid {
    width: 62.4vw;
    margin-top: 10px;
    margin-top: 2.6666666667vw;
  }
  .visual__colyid a {
    display: block;
  }
  .visual__colyid a:hover {
    opacity: 1;
  }
  .visual__colyid img {
    width: 100%;
    height: auto;
  }
  .visual__scroll {
    width: 100%;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 15px;
    bottom: 4vw;
    z-index: 1;
    text-align: center;
  }
  .visual__scroll::before {
    content: "SCROLL";
    display: block;
    font-family: halogen, sans-serif;
    font-weight: 300;
    font-feature-settings: "palt" 1;
    color: #4795fb;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1em;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .visual__scroll span {
    display: block;
    line-height: 1em;
    animation: loopMovingArrrow 0.8s ease-in-out infinite alternate;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .visual__scroll img {
    width: 4px;
    width: 1.0666666667vw;
    height: auto;
  }
  @keyframes loopMovingArrrow {
    0% {
      transform: translateY(0px);
    }
    60% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(10px);
      transform: translateY(2.6666666667vw);
    }
  }
  .intro {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .intro__inner {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 315px;
    padding-top: 84vw;
    padding-bottom: 175px;
    padding-bottom: 46.6666666667vw;
  }
  .intro__title {
    position: relative;
    z-index: 2;
    line-height: 1em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .intro__title img {
    transform: translateX(10px);
    width: 328px;
    width: 87.4666666667vw;
    height: auto;
  }
  .intro__lead {
    position: relative;
    z-index: 2;
    color: #4795fb;
    font-family: roc-grotesk, sans-serif;
    font-weight: 100;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.25em;
    margin-bottom: 120px;
    margin-bottom: 32vw;
  }
  .intro__lead p {
    display: block;
  }
  .intro__lead span {
    display: inline-block;
  }
  .intro__dot {
    line-height: 1em;
  }
  .intro__dot img {
    width: 1.5px;
    width: 0.4vw;
    height: auto;
  }
  .intro__sky1 {
    position: absolute;
    left: auto;
    right: 0;
    top: 272px;
    top: 72.5333333333vw;
    z-index: 1;
    width: 210px;
    width: 56vw;
    height: 130px;
    height: 34.6666666667vw;
    background: url("../img/top/items_sky1.jpg") center center no-repeat;
    background-size: cover;
    margin-left: 330px;
    pointer-events: none;
  }
  .intro__sky2 {
    position: absolute;
    left: 0;
    top: 725px;
    top: 193.3333333333vw;
    z-index: 0;
    width: 152.5px;
    width: 40.6666666667vw;
    height: 132px;
    height: 35.2vw;
    background: url("../img/top/items_sky2.jpg") center center no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  .intro__location {
    width: 195px;
    width: 52vw;
    height: 195px;
    height: 52vw;
    position: absolute;
    left: 0;
    top: 150px;
    top: 40vw;
    z-index: 0;
    margin-left: 0px;
    pointer-events: none;
  }
  .intro__location p {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .intro__location span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  .intro__location span.is--current {
    opacity: 1;
  }
  .intro__video {
    position: absolute;
    left: 50%;
    top: 650px;
    top: 173.3333333333vw;
    z-index: 3;
    margin-left: 0;
    margin-left: 15px;
    margin-left: 4vw;
    width: 150px;
    width: 40vw;
    height: 311px;
    height: 82.9333333333vw;
    pointer-events: none;
  }
  .intro__video video {
    width: 100%;
    height: auto;
  }
  .movie {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 75px;
    margin-bottom: 20vw;
  }
  .movie__inner {
    width: 86.66%;
    margin: 0 auto;
    position: relative;
  }
  .movie__block {
    width: 100%;
    height: 128.5px;
    height: 34.2666666667vw;
    overflow: hidden;
    position: relative;
  }
  .movie__headline {
    width: 100%;
    position: absolute;
    left: 0;
    top: -5px;
    top: -1.3333333333vw;
    text-align: center;
    z-index: 2;
    pointer-events: none;
  }
  .movie__headline img {
    height: 35px;
    height: 9.3333333333vw;
    width: auto;
  }
  .movie__player {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .movie__button {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .movie__button a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 149, 251, 0.8);
    position: relative;
    transition: none;
  }
  .movie__button a:hover {
    background-color: rgba(71, 149, 251, 0.8);
  }
  .movie__button a:hover .button--icon {
    transform: translate(-50%, -50%) scale(1);
  }
  .movie__button .button--icon {
    display: block;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
  }
  .movie__button .button--icon img {
    width: 36px;
    width: 9.6vw;
    height: auto;
  }
  .heroes {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 75px;
    margin-bottom: 20vw;
  }
  .heroes__inner {
    width: 100%;
    position: relative;
    background-color: #4795fb;
  }
  .heroes__headline {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .heroes__headline img {
    transform: translateY(-3.5px);
    transform: translateY(-0.9333333333vw);
    height: 35px;
    height: 9.3333333333vw;
    width: auto;
  }
  .heroes__nav {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    transform: translateY(0%);
    width: 100%;
  }
  .heroes__nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .heroes__nav li {
    flex-basis: 50%;
    border-top: #ffffff solid 1px;
    border-top: #ffffff solid 0.2666666667vw;
    border-right: #ffffff solid 1px;
    border-right: #ffffff solid 0.2666666667vw;
  }
  .heroes__nav li:nth-child(2n) {
    border-right: none;
  }
  .heroes__nav a {
    text-decoration: none;
    color: #ffffff;
    font-family: halogen, sans-serif;
    font-weight: 300;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 30px;
    line-height: 8vw;
    position: relative;
    display: block;
    padding-left: 15px;
    padding-left: 4vw;
  }
  .heroes__nav a::before {
    content: "-";
    display: inline-block;
    margin-right: 6px;
  }
  .heroes__nav span {
    display: inline-block;
    transition: all 0.3s;
  }
  .heroes__nav a:hover span {
    transform: translateX(0px);
  }
  .heroes__nav li.is--current {
    pointer-events: none;
    background-color: #ffffff;
  }
  .heroes__nav li.is--current a {
    color: #505064;
  }
  .heroes__nav li.is--current span {
    transform: translateX(10px);
  }
  .heroes__block {
    width: 86.66%;
    height: 340px;
    height: 90.6666666667vw;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
    position: relative;
    z-index: 0;
  }
  .heroes__desc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    display: none;
  }
  .heroes__desc.is--current {
    display: block;
  }
  .heroes__desc .desc--name {
    color: #505064;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    font-size: 5.3333333333vw;
    letter-spacing: 0.25em;
    line-height: 1em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    margin-top: 0px;
  }
  .heroes__desc .desc--text {
    color: #505064;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.9em;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.25em;
  }
  .heroes__desc .desc--more {
    display: inline-block;
  }
  .heroes__desc .desc--more a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: halogen, sans-serif;
    font-weight: 300;
    font-feature-settings: "palt" 1;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 32px;
    line-height: 8.5333333333vw;
    padding: 0 35px;
    padding: 0 9.3333333333vw;
    border: 1px solid #ffffff;
    border: 0.2666666667vw solid #ffffff;
    box-sizing: border-box;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    transition: none;
  }
  .heroes__desc .desc--more a:hover {
    color: #4795fb;
    background: none;
  }
  .heroes__desc .desc--image {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
  }
  .news {
    width: 86.66%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .news__inner {
    width: 100%;
    position: relative;
  }
  .news__block {
    width: 100%;
    padding-bottom: 35px;
    padding-bottom: 9.3333333333vw;
  }
  .news__block ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news__block li {
    flex-basis: 47.69%;
    border-top: rgba(80, 100, 100, 0.5) solid 1px;
    border-top: rgba(80, 100, 100, 0.5) solid 0.2666666667vw;
    box-sizing: border-box;
    margin-bottom: 35px;
    margin-bottom: 9.3333333333vw;
  }
  .news__block li:nth-child(n+4) {
    display: block;
  }
  .news__block a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #505064;
    transition: none;
  }
  .news__block a:hover {
    opacity: 1;
  }
  .news__block span {
    display: block;
  }
  .news__block .block--desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-top: 1.3333333333vw;
    padding-bottom: 10px;
    padding-bottom: 2.6666666667vw;
  }
  .news__block .block--desc__date {
    font-family: roc-grotesk, sans-serif;
    font-weight: 200;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1em;
  }
  .news__block .block--desc__category {
    font-family: roc-grotesk, sans-serif;
    font-weight: 200;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1em;
    transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .news__block .block--thumb {
    width: 100%;
    height: 88px;
    height: 23.4666666667vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .news__block .block--text {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.75em;
  }
  .twitter {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .twitter__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .twitter__bg p {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-position: no-repeat;
    background-size: cover;
    transition: all 0.3s;
  }
  .twitter__inner {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 38px;
    padding-bottom: 10.1333333333vw;
  }
  .twitter__headline {
    width: 100%;
    text-align: center;
  }
  .twitter__headline img {
    width: auto;
    height: 35px;
    height: 9.3333333333vw;
  }
  .twitter__wijet {
    width: 86.66%;
    height: 180px;
    height: 48vw;
    margin: 0 auto;
    margin-bottom: 57px;
    margin-bottom: 15.2vw;
  }
  .twitter__rights {
    display: block;
    text-align: center;
  }
  .twitter__rights p {
    margin: 0;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .twitter__rights p:last-of-type {
    margin-bottom: 0;
  }
  .twitter__rights .rights--icon {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .twitter__rights .rights--text {
    display: block;
    color: #4795fb;
    font-family: halogen, sans-serif;
    font-weight: 300;
    font-feature-settings: "palt" 1;
    font-size: 18.5px;
    font-size: 4.9333333333vw;
    line-height: 1em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .twitter__bg .type--1_1 {
    background-image: url("../img/top/1_1_twitter_sp.png");
  }
  .twitter__bg .type--1_2 {
    background-image: url("../img/top/1_2_twitter_sp.png");
  }
  .twitter__bg .type--1_3 {
    background-image: url("../img/top/1_3_twitter_sp.png");
  }
  .twitter__bg .type--1_4 {
    background-image: url("../img/top/1_4_twitter_sp.png");
  }
  .twitter__bg .type--1_5 {
    background-image: url("../img/top/1_5_twitter_sp.png");
  }
  .twitter__bg .type--1_6 {
    background-image: url("../img/top/1_6_twitter_sp.png");
  }
  .twitter__bg .type--2_1 {
    background-image: url("../img/top/2_1_twitter_sp.png");
  }
  .twitter__bg .type--2_2 {
    background-image: url("../img/top/2_2_twitter_sp.png");
  }
  .twitter__bg .type--2_3 {
    background-image: url("../img/top/2_3_twitter_sp.png");
  }
  .twitter__bg .type--2_4 {
    background-image: url("../img/top/2_4_twitter_sp.png");
  }
  .twitter__bg .type--3_1 {
    background-image: url("../img/top/3_1_twitter_sp.png");
  }
  .twitter__bg .type--3_2 {
    background-image: url("../img/top/3_2_twitter_sp.png");
  }
  .twitter__bg .type--3_3 {
    background-image: url("../img/top/3_3_twitter_sp.png");
  }
  .twitter__bg .type--3_4 {
    background-image: url("../img/top/3_4_twitter_sp.png");
  }
  .twitter__bg .type--4_1 {
    background-image: url("../img/top/4_1_twitter_sp.png");
  }
  .twitter__bg .type--4_2 {
    background-image: url("../img/top/4_2_twitter_sp.png");
  }
  .twitter__bg .type--5_1 {
    background-image: url("../img/top/5_1_twitter_sp.png");
  }
  .twitter__bg .type--5_2 {
    background-image: url("../img/top/5_2_twitter_sp.png");
  }
  .twitter__bg .type--5_3 {
    background-image: url("../img/top/5_3_twitter_sp.png");
  }
  .twitter__bg .type--5_4 {
    background-image: url("../img/top/5_4_twitter_sp.png");
  }
  .twitter__bg .type--5_5 {
    background-image: url("../img/top/5_5_twitter_sp.png");
  }
  .twitter__bg .type--6_1 {
    background-image: url("../img/top/6_1_twitter_sp.png");
  }
  .twitter__bg .type--6_2 {
    background-image: url("../img/top/6_2_twitter_sp.png");
  }
  .twitter__bg .type--6_3 {
    background-image: url("../img/top/6_3_twitter_sp.png");
  }
  .twitter__bg .type--6_4 {
    background-image: url("../img/top/6_4_twitter_sp.png");
  }
  .twitter__bg .type--6_5 {
    background-image: url("../img/top/6_5_twitter_sp.png");
  }
}
