/* ====================
Layout
 ==================== */
.l-header__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-hero-scroll .l-header__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-top {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-load .l-top {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}

.p-hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 85.333%;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding-top: 103.333%;
  }
}
.p-hero__canvas {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  padding-top: 0;
  /*padding-top: 137.333%;*/
  width: 100%;
}

.p-hero__canvas.is-kv-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}

@media (-ms-high-contrast: none) {
  .p-hero__canvas {
    display: none;
  }
}

.p-hero__canvas canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-hero__kv {
  display: none;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  padding-top: 137.333%;
  width: 100%;
}

@media (-ms-high-contrast: none) {
  .p-hero__kv {
    display: block;
  }
}

.p-hero__kv.is-kv-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}

.p-hero__kv-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s linear 1.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s linear 1.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 1.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0s linear 1.2s, -webkit-transform 0s linear 1.2s;
  width: 100%;
}

.p-hero__kv-item.is-current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 2s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-hero__kv-item img {
  width: 100%;
}

.p-hero__container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 22px;
  left: 22px;
}

@media screen and (min-width: 961px) {
  .p-hero__nav {
    position: fixed;
    left: 342px;
  }
  .is-hero-bind .p-hero__nav {
    position: absolute;
    top: auto;
    bottom: calc(100vh - 22px);
    left: 22px;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}

@media screen and (max-width: 960px) {
  .p-hero__nav {
    top: 12px;
    left: 14px;
  }
}

.p-hero__nav-item {
  display: block;
  position: relative;
  cursor: pointer;
  background: #62737d;
  width: 50px;
  height: 2px;
}

@media screen and (max-width: 960px) {
  .p-hero__nav-item {
    width: 35px;
  }
}

.p-hero__nav-item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 20px;
  content: "";
}

.p-hero__nav-item::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  transition: width 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  background: #b2b2b2;
  width: 0;
  height: 100%;
  content: "";
}

.p-hero__nav-item.is-current::before {
  left: 0;
  -webkit-transition: width 10s linear;
  transition: width 10s linear;
  width: 100%;
}

.p-hero__nav-item + .p-hero__nav-item {
  margin-left: 10px;
}

.p-hero__title {
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 70%;
  max-width: 500px;
}

@media screen and (max-width: 960px) {
  .p-hero__title {
    bottom: 0;
    width: 75%;
  }
}

.p-hero__catch {
  display: block;
  position: absolute;
  top: 42px;
  right: 46px;
}

@media screen and (min-width: 961px) {
  .p-hero__catch {
    position: fixed;
    width: calc(100% - 320px - 84px);
  }
  .is-hero-bind .p-hero__catch {
    position: absolute;
    top: auto;
    bottom: calc(100vh - 42px);
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    width: calc(100% - 84px);
  }
}

@media screen and (max-width: 960px) {
  .p-hero__catch {
    top: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}

.p-hero__catch-item {
  position: absolute;
  top: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
}

.p-hero__catch-item.is-current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.p-hero__catch-item.-catch1 {
  width: 80px;
}

@media screen and (max-width: 960px) {
  .p-hero__catch-item.-catch1 {
    width: 30px;
  }
}

.p-hero__catch-item.-catch2 {
  width: 120px;
}

@media screen and (max-width: 960px) {
  .p-hero__catch-item.-catch2 {
    width: 60px;
  }
}

.p-hero__catch-item.-catch3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-hero__catch-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
}

.p-hero__catch-text:first-child {
  position: relative;
}

.-catch3 .p-hero__catch-text {
  width: 50px;
}

@media screen and (max-width: 960px) {
  .-catch3 .p-hero__catch-text {
    width: 19px;
  }
}

.-catch3 .p-hero__catch-text:first-child {
  position: absolute;
  right: 0;
  left: auto;
}

.is-load .is-current .p-hero__catch-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 2s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-load .is-current .p-hero__catch-text:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-load .is-current .p-hero__catch-text:nth-child(2) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.is-load .is-current .p-hero__catch-text:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-load .is-current .p-hero__catch-text:nth-child(4) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.is-load .is-current .p-hero__catch-text:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.is-load .is-current .p-hero__catch-text:nth-child(6) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.is-load .is-current .p-hero__catch-text:nth-child(7) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.is-load .is-current .p-hero__catch-text:nth-child(8) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

.is-load .is-current .p-hero__catch-text:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.is-load .is-current .p-hero__catch-text:nth-child(10) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

.is-load .is-current .p-hero__catch-text:nth-child(11) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.is-load .is-current .p-hero__catch-text:nth-child(12) {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

.is-load .is-current .p-hero__catch-text:nth-child(13) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.is-load .is-current .p-hero__catch-text:nth-child(14) {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

.is-load .is-current .p-hero__catch-text:nth-child(15) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.p-about {
  position: relative;
  margin: -4% auto 80px;
  width: 90%;
  max-width: 780px;
}

@media screen and (max-width: 960px) {
  .p-about {
    margin: 28px auto 45px;
  }
}

.p-about__roadshow {
  position: relative;
  margin: 0 auto 78px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-about__roadshow {
    margin-bottom: 44px;
  }
}

.p-about__billing {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-about__billing {
    margin: 20px auto 0;
  }
}

.p-about__billing-item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-about__billing-item + .p-about__billing-item {
  margin-top: 42px;
}

.p-about__billing-item.-item1 {
  max-width: 670px;
}

.p-about__billing-item.-item2 {
  width: 80%;
  max-width: 630px;
}

@media screen and (max-width: 960px) {
  .p-about__billing-item.-item2 {
    width: 100%;
  }
}

.p-bnr {
  margin: 0 auto 130px;
  width: 72%;
}

@media screen and (min-width: 961px) {
  .p-bnr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 960px) {
  .p-bnr {
    margin-bottom: 75px;
    width: 90%;
  }
}

.p-bnr li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  transition: opacity 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  margin-bottom: 10px;
}

@media screen and (min-width: 961px) {
  .p-bnr li {
    width: 49%;
  }
  .p-bnr li:nth-of-type(even) {
    margin-left: 2%;
  }
  .p-bnr li:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: .65;
  }
}

@media screen and (max-width: 960px) {
  .p-bnr li {
    margin-bottom: 10px;
  }
}

.p-headline {
  position: relative;
  margin: 0 auto 110px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .p-headline {
    margin-bottom: 72px;
  }
}

.p-headline__header {
  position: relative;
  margin: 0 auto 38px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 20px;
  }
}

.p-headline__title {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 26px;
  line-height: .8;
}

@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 15px;
  }
}

.p-headline__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-headline__title::before {
    width: 24px;
    height: 24px;
  }
}

.p-headline__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-headline_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

@media screen and (min-width: 961px) {
  .p-headline_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-headline_list__item {
  position: relative;
  max-width: 100%;
}

@media screen and (min-width: 961px) {
  .p-headline_list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-headline_list__item + .p-headline_list__item {
  margin-left: 44px;
}

@media screen and (max-width: 960px) {
  .p-headline_list__item + .p-headline_list__item {
    margin: 8px auto 0;
  }
}

.p-bg_movie {
  position: relative;
  margin: 0 auto 138px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-bg_movie {
    margin-bottom: 78px;
  }
}

.p-bg_movie__inner {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-bg_movie__inner {
    height: 145px;
  }
}

.p-bg_movie__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-bg_movie__bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/movie/btn_play.png") no-repeat center;
  background-size: 65px auto;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-bg_movie__bg::after {
    background-size: 44px auto;
  }
}

.p-bg_movie__bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 100%;
}

[data-ua="pc"] .p-bg_movie:hover .p-bg_movie__bg-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.is-bg-movie-init .p-bg_movie__bg-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-intro {
  position: relative;
  margin: 138px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-intro {
    margin-top: 78px;
  }
}

.p-intro__header {
  position: relative;
  margin: 0 auto 102px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 55px;
  }
}

.p-intro__header::before {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: url("../img/common/icon_story.png") no-repeat center;
  background-size: contain;
  width: 45px;
  height: 20px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-intro__header::before {
    bottom: -24px;
    width: 22px;
    height: 12px;
  }
}

.p-intro__title {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.p-intro__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #1a1a1a;
  width: 96px;
  height: 96px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-intro__title::before {
    width: 60px;
    height: 60px;
  }
}

.p-intro__title::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #313131;
  width: 80px;
  height: 80px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-intro__title::after {
    width: 50px;
    height: 50px;
  }
}

.p-intro__title-main {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-intro__title-main {
    font-size: 18px;
  }
}

.p-intro__title-sub {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .p-intro__title-sub {
    font-size: 10px;
  }
}

.p-intro__text {
  position: relative;
  margin: 0 auto;
  width: 72%;
  max-width: 690px;
}

@media screen and (max-width: 960px) {
  .p-intro__text {
    width: 90%;
  }
}