@charset "UTF-8";
.l-inline-wrap {
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.l-inline {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.p-top .p-top__mv {
  position: relative;
  padding-top: 31%;
  overflow: hidden;
  background: #000;
}

.p-top .p-top__mv.is-active .p-top__mv__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=52)";
  opacity: .52;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 6s cubic-bezier(.25, .46, .45, .94), -webkit-transform 6s cubic-bezier(.25, .46, .45, .94);
  transition: opacity 6s cubic-bezier(.25, .46, .45, .94), -webkit-transform 6s cubic-bezier(.25, .46, .45, .94);
  transition: transform 6s cubic-bezier(.25, .46, .45, .94), opacity 6s cubic-bezier(.25, .46, .45, .94);
  transition: transform 6s cubic-bezier(.25, .46, .45, .94), opacity 6s cubic-bezier(.25, .46, .45, .94), -webkit-transform 6s cubic-bezier(.25, .46, .45, .94);
}

.p-top .p-top__mv.is-active .p-top__mv__txt.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 2s cubic-bezier(.39, .575, .565, 1);
  transition: opacity 2s cubic-bezier(.39, .575, .565, 1);
}

@supports (-ms-ime-align: auto) {
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active {
    -webkit-transition: opacity 2s cubic-bezier(.39, .575, .565, 1) 1s;
    transition: opacity 2s cubic-bezier(.39, .575, .565, 1) 1s;
  }
}

.p-top .p-top__mv.is-active .p-top__mv__txt.is-active.is-on {
  -webkit-transition: opacity 3s cubic-bezier(.39, .575, .565, 1) 1.5s;
  transition: opacity 3s cubic-bezier(.39, .575, .565, 1) 1.5s;
}

.p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 2s cubic-bezier(.25, .46, .45, .94), -webkit-transform 2s cubic-bezier(.25, .46, .45, .94);
  transition: opacity 2s cubic-bezier(.25, .46, .45, .94), -webkit-transform 2s cubic-bezier(.25, .46, .45, .94);
  transition: opacity 2s cubic-bezier(.25, .46, .45, .94), transform 2s cubic-bezier(.25, .46, .45, .94);
  transition: opacity 2s cubic-bezier(.25, .46, .45, .94), transform 2s cubic-bezier(.25, .46, .45, .94), -webkit-transform 2s cubic-bezier(.25, .46, .45, .94);
}

.p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(1) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(2) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(3) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

@supports (-ms-ime-align: auto) {
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(1) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(2) {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(3) {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
}

.p-top .p-top__mv__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
  opacity: .28;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-top .p-top__mv__txt {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 58.8%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  color: #fff;
  font-weight: 600;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

  mix-blend-mode: overlay;
}

.p-top .p-top__mv__txt.is-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;

  mix-blend-mode: normal;
}

.p-top .p-top__mv__title {
  font-size: 48px;
  line-height: 1em;
  font-family: "Hind", sans-serif;
  letter-spacing: .02em;
}

.p-top .p-top__mv__title li:last-child {
  margin-top: 4%;
}

.p-top .p-top__mv__catch {
  margin-top: 10%;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: .1em;
}

.p-top .p-top__mv__catch li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.p-top .p-top__overview {
  padding: 59px 0 76px;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: .05em;
  text-align: center;
}

.p-top .p-top__chapter {
  width: 90%;
  max-width: 1138px;
  margin: 0 auto 160px;
}

.p-top .p-top__chapter li {
  position: relative;
  padding-top: 420px;
  background: #000;
}

.p-top .p-top__chapter li.is-active figure {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 4s cubic-bezier(.25, .46, .45, .94);
  transition: opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 4s cubic-bezier(.25, .46, .45, .94);
  transition: transform 4s cubic-bezier(.25, .46, .45, .94), opacity 1s cubic-bezier(.25, .46, .45, .94);
  transition: transform 4s cubic-bezier(.25, .46, .45, .94), opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 4s cubic-bezier(.25, .46, .45, .94);
}

.p-top .p-top__chapter li figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 4s cubic-bezier(.25, .46, .45, .94);
  transition: opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 4s cubic-bezier(.25, .46, .45, .94);
  transition: transform 4s cubic-bezier(.25, .46, .45, .94), opacity 1s cubic-bezier(.25, .46, .45, .94);
  transition: transform 4s cubic-bezier(.25, .46, .45, .94), opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 4s cubic-bezier(.25, .46, .45, .94);
}

.p-top .p-top__chapter li .p-top__chapter__txt {
  position: absolute;
  top: 27px;
  left: 50px;
  color: #fff;
}

.p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__num {
  font-weight: 500;
  font-size: 20px;
  font-family: "Hind", sans-serif;
  letter-spacing: .075em;
}

.p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 34px;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -.03em;
}

.p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__title.is-en {
  font-weight: 500;
  font-family: "Hind", sans-serif;
}

.p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__catch {
  margin-top: 16px;
  font-weight: 600;
  font-size: 15px;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__btn {
  margin-top: 28px;
}

.p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__btn.is-comingsoon {
  margin-top: 20px;
}

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

.p-top .p-top__chapter li + li {
  margin-top: 8px;
}

.p-top .p-top__chapter li.is-comingsoon a {
  pointer-events: none;
}

.p-top .p-top__chapter li.is-comingsoon figure {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
  opacity: .28;
}

@media screen and (min-width: 768px) {
  .p-top .p-top__mv.is-active .p-top__mv__txt {
    min-width: 492px;
  }
  .p-top .p-top__chapter li:hover figure {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: .9;
  }
  .p-top .p-top__chapter li:hover.is-comingsoon figure {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)";
    opacity: .28;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active {
    -webkit-transition: opacity 2s cubic-bezier(.39, .575, .565, 1) 1s;
    transition: opacity 2s cubic-bezier(.39, .575, .565, 1) 1s;
  }
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(1) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(2) {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .p-top .p-top__mv.is-active .p-top__mv__txt.is-active .p-top__mv__catch li:nth-child(3) {
    -webkit-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
}

@media screen and (max-width: 1230px) {
  .p-top .p-top__mv__title {
    font-size: 46px;
  }
  .p-top .p-top__mv__catch {
    margin-top: 8%;
  }
}

@media screen and (min-width: 1500px) {
  .p-top .p-top__mv__title {
    font-size: 52px;
  }
  .p-top .p-top__mv__catch {
    font-size: 16px;
  }
}

@media screen and (min-width: 1750px) {
  .p-top .p-top__mv__title {
    font-size: 56px;
  }
  .p-top .p-top__mv__catch {
    font-size: 18px;
  }
}

@media screen and (min-width: 2000px) {
  .p-top .p-top__mv__title {
    font-size: 60px;
  }
  .p-top .p-top__mv__catch {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top .p-top__mv {
    padding-top: 120%;
  }
  .p-top .p-top__mv__txt {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    height: 100%;
    padding-top: 7%;
    padding-left: 7%;
  }
  .p-top .p-top__mv__title {
    font-size: 30px;
    line-height: 1em;
    letter-spacing: .01em;
  }
  .p-top .p-top__mv__title li:last-child {
    width: 50%;
    margin-top: 2.5%;
  }
  .p-top .p-top__mv__catch {
    margin-top: 61%;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: -.01em;
  }
  .p-top .p-top__overview {
    padding: 40px 7% 38px;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0em;
    text-align: left;
  }
  .p-top .p-top__chapter {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .p-top .p-top__chapter li {
    padding-top: 80%;
  }
  .p-top .p-top__chapter li .p-top__chapter__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5% 7%;
  }
  .p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__num {
    font-size: 16px;
    letter-spacing: .05em;
  }
  .p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__title {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: .01em;
  }
  .p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__catch {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.45em;
    letter-spacing: .075em;
  }
  .p-top .p-top__chapter li .p-top__chapter__txt .p-top__chapter__btn {
    position: absolute;
    right: 6%;
    bottom: 6%;
    margin-top: 0;
  }
  .p-top .p-top__chapter li + li {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) and (max-width: 321px) {
  .p-top .p-top__mv__catch {
    margin-top: 55%;
    font-size: 13px;
  }
}
