.l-container__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #151515;
  width: 100%;
  height: 100%;
  pointer-events: none;
  pointer-events: auto;
  content: "";
}

body.is-load .l-container__inner::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.p-hero__mv {
  z-index: 1;
  overflow: hidden;
}

.p-hero__mv-img {
  position: relative;
}

.p-hero__mv-img::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #151515;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-hero__mv-img img {
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: 85% 60%;
      -ms-transform-origin: 85% 60%;
          transform-origin: 85% 60%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .p-hero__mv-img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

body.is-load .p-hero__mv-img::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

body.is-load .p-hero__mv-img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: transform 15s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: transform 15s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.p-hero__mv-line {
  position: relative;
}

.p-hero__mv-line .is-dummy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  min-width: 100%;
}

.p-hero__mv-line .p-in-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .p-hero__mv-line .p-in-main {
    height: 104%;
  }
}

.p-hero__mv-line .p-in-main img {
  width: auto;
  max-width: none;
  height: 100%;
}

body.is-load .p-hero__mv-line .p-in-main {
  -webkit-transition: width 1s cubic-bezier(0.83, 0, 0.17, 1);
  transition: width 1s cubic-bezier(0.83, 0, 0.17, 1);
  width: 100%;
}

.p-hero__mv-catch {
  overflow: hidden;
}

.p-hero__mv-catch .p-in-inner {
  -webkit-transform: translate3d(0, 101%, 0) scaleY(1.1);
          transform: translate3d(0, 101%, 0) scaleY(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

body.is-load .p-hero__mv-catch .p-in-inner {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
  transition: 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
}

.p-hero__mv-ttl {
  overflow: hidden;
}

.p-hero__mv-ttl .p-in-inner {
  -webkit-transform: translate3d(0, -110%, 0) scaleY(1.1);
          transform: translate3d(0, -110%, 0) scaleY(1.1);
}

body.is-load .p-hero__mv-ttl .p-in-inner {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
  transition: 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
}

.p-hero__desc {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

body.is-load .p-hero__desc {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

@media screen and (min-width: 901px) {
  .c-footer__share {
    -webkit-transform: translateY(-50%) translateX(101%);
        -ms-transform: translateY(-50%) translateX(101%);
            transform: translateY(-50%) translateX(101%);
  }
  body.is-load .c-footer__share {
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.15s;
    transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.15s;
  }
}

.l-section {
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .l-section {
    -webkit-transform: translate(0, 70px);
        -ms-transform: translate(0, 70px);
            transform: translate(0, 70px);
  }
}

.l-section.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s, opacity 0.5s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s, opacity 0.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

.l-section__cover figure {
  position: relative;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 3s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 3s;
  overflow: hidden;
}

.l-section__cover figure::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9e1b32;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.l-section__cover figure img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .l-section__cover figure::after {
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  background-color: #151515;
}

.is-active .l-section__cover figure img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 2.5s 0.1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 2.5s 0.1s;
}

.l-section__cover-page {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .l-section__cover-page {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s 0.1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s 0.1s;
}

.is-active .l-section__cover-page::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .l-section__cover-page::after {
  -webkit-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 77px;
}

.is-active .l-section__cover-page > .js-split .split {
  vertical-align: baseline;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  color: #ffffff;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(2) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(4) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(6) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(7) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.is-active .l-section__cover-page > .js-split .split:nth-of-type(10) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.l-section__cover-page .p-in-bar::before, .l-section__cover-page .p-in-bar::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9e1b32;
  width: 100%;
  height: 100%;
  content: "";
}

.l-section__cover-page .p-in-bar::before {
  -webkit-transform: translate3d(0, 101%, 0);
          transform: translate3d(0, 101%, 0);
  z-index: 1;
}

.l-section__cover-page .p-in-bar::after {
  background-color: #4D4D4D;
}

.is-active .l-section__cover-page .p-in-bar::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.1s 1.1s;
  transition: opacity 0.1s 1.1s;
}

.l-section__ttl {
  overflow: hidden;
}

.l-section__ttl span {
  display: inline-block;
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .l-section__ttl span {
    -webkit-transform: translate(-15px, 0);
        -ms-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
}

.is-active .l-section__ttl span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-active .l-section__ttl span:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.is-active .l-section__ttl span:nth-of-type(2) {
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
}

.is-active .l-section__ttl span:nth-of-type(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.is-active .l-section__ttl span:nth-of-type(4) {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}

.is-active .l-section__ttl span:nth-of-type(5) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}

.is-active .l-section__ttl span:nth-of-type(6) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.is-active .l-section__ttl span:nth-of-type(7) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.is-active .l-section__ttl span:nth-of-type(8) {
  -webkit-transition-delay: 0.31s;
          transition-delay: 0.31s;
}

.is-active .l-section__ttl span:nth-of-type(9) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

.is-active .l-section__ttl span:nth-of-type(10) {
  -webkit-transition-delay: 0.37s;
          transition-delay: 0.37s;
}

.is-active .l-section__ttl span:nth-of-type(11) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-active .l-section__ttl span:nth-of-type(12) {
  -webkit-transition-delay: 0.43s;
          transition-delay: 0.43s;
}

.is-active .l-section__ttl span:nth-of-type(13) {
  -webkit-transition-delay: 0.46s;
          transition-delay: 0.46s;
}

.is-active .l-section__ttl span:nth-of-type(14) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

.is-active .l-section__ttl span:nth-of-type(15) {
  -webkit-transition-delay: 0.52s;
          transition-delay: 0.52s;
}

.is-active .l-section__ttl span:nth-of-type(16) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.is-active .l-section__ttl span:nth-of-type(17) {
  -webkit-transition-delay: 0.58s;
          transition-delay: 0.58s;
}

.is-active .l-section__ttl span:nth-of-type(18) {
  -webkit-transition-delay: 0.61s;
          transition-delay: 0.61s;
}

.is-active .l-section__ttl span:nth-of-type(19) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}

.is-active .l-section__ttl span:nth-of-type(20) {
  -webkit-transition-delay: 0.67s;
          transition-delay: 0.67s;
}

.is-active .l-section__ttl span:nth-of-type(21) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-active .l-section__ttl span:nth-of-type(22) {
  -webkit-transition-delay: 0.73s;
          transition-delay: 0.73s;
}

.is-active .l-section__ttl span:nth-of-type(23) {
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}

.is-active .l-section__ttl span:nth-of-type(24) {
  -webkit-transition-delay: 0.79s;
          transition-delay: 0.79s;
}

.is-active .l-section__ttl span:nth-of-type(25) {
  -webkit-transition-delay: 0.82s;
          transition-delay: 0.82s;
}

.is-active .l-section__ttl span:nth-of-type(26) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.is-active .l-section__ttl span:nth-of-type(27) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}

.is-active .l-section__ttl span:nth-of-type(28) {
  -webkit-transition-delay: 0.91s;
          transition-delay: 0.91s;
}

.is-active .l-section__ttl span:nth-of-type(29) {
  -webkit-transition-delay: 0.94s;
          transition-delay: 0.94s;
}

.is-active .l-section__ttl span:nth-of-type(30) {
  -webkit-transition-delay: 0.97s;
          transition-delay: 0.97s;
}

.is-active .l-section__ttl span:nth-of-type(31) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.is-active .l-section__ttl span:nth-of-type(32) {
  -webkit-transition-delay: 1.03s;
          transition-delay: 1.03s;
}

.is-active .l-section__ttl span:nth-of-type(33) {
  -webkit-transition-delay: 1.06s;
          transition-delay: 1.06s;
}

.is-active .l-section__ttl span:nth-of-type(34) {
  -webkit-transition-delay: 1.09s;
          transition-delay: 1.09s;
}

.is-active .l-section__ttl span:nth-of-type(35) {
  -webkit-transition-delay: 1.12s;
          transition-delay: 1.12s;
}

.is-active .l-section__ttl span:nth-of-type(36) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

.is-active .l-section__ttl span:nth-of-type(37) {
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}

.is-active .l-section__ttl span:nth-of-type(38) {
  -webkit-transition-delay: 1.21s;
          transition-delay: 1.21s;
}

.is-active .l-section__ttl span:nth-of-type(39) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}

.is-active .l-section__ttl span:nth-of-type(40) {
  -webkit-transition-delay: 1.27s;
          transition-delay: 1.27s;
}

.l-section__detail p {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .l-section__detail p {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.is-active .l-section__detail p:nth-of-type(1) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}

.is-active .l-section__detail p:nth-of-type(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.is-active .l-section__detail p:nth-of-type(3) {
  -webkit-transition-delay: 0.38s;
          transition-delay: 0.38s;
}

.is-active .l-section__detail p:nth-of-type(4) {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}

.is-active .l-section__detail p:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-active .l-section__detail p:nth-of-type(6) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}

.is-active .l-section__detail p:nth-of-type(7) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}

.is-active .l-section__detail p:nth-of-type(8) {
  -webkit-transition-delay: 0.68s;
          transition-delay: 0.68s;
}

.l-section__slide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-section__slide.is-initialized {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.p-gallery {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.p-gallery__inner {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .p-gallery__inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.p-gallery__title span {
  display: inline-block;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .p-gallery__title span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.is-active .p-gallery__title span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.is-active .p-gallery__title span:nth-of-type(2) {
  -webkit-transition-delay: 0.03s;
          transition-delay: 0.03s;
}

.is-active .p-gallery__title span:nth-of-type(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.is-active .p-gallery__title span:nth-of-type(4) {
  -webkit-transition-delay: 0.09s;
          transition-delay: 0.09s;
}

.is-active .p-gallery__title span:nth-of-type(5) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.is-active .p-gallery__title span:nth-of-type(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.is-active .p-gallery__title span:nth-of-type(7) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.is-active .p-gallery__title span:nth-of-type(8) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.is-active .p-gallery__title span:nth-of-type(9) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.is-active .p-gallery__title span:nth-of-type(10) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.is-active .p-gallery__title span:nth-of-type(11) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-active .p-gallery__title span:nth-of-type(12) {
  -webkit-transition-delay: 0.33s;
          transition-delay: 0.33s;
}

.is-active .p-gallery__title span:nth-of-type(13) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.is-active .p-gallery__title span:nth-of-type(14) {
  -webkit-transition-delay: 0.39s;
          transition-delay: 0.39s;
}

.is-active .p-gallery__title span:nth-of-type(15) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.is-active .p-gallery__title span:nth-of-type(16) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.is-active .p-gallery__title span:nth-of-type(17) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.is-active .p-gallery__title span:nth-of-type(18) {
  -webkit-transition-delay: 0.51s;
          transition-delay: 0.51s;
}

.is-active .p-gallery__title span:nth-of-type(19) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.is-active .p-gallery__title span:nth-of-type(20) {
  -webkit-transition-delay: 0.57s;
          transition-delay: 0.57s;
}

.is-active .p-gallery__title span:nth-of-type(21) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-active .p-gallery__title span:nth-of-type(22) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

.is-active .p-gallery__title span:nth-of-type(23) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s;
}

.is-active .p-gallery__title span:nth-of-type(24) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}

.is-active .p-gallery__title span:nth-of-type(25) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.is-active .p-gallery__title span:nth-of-type(26) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.is-active .p-gallery__title span:nth-of-type(27) {
  -webkit-transition-delay: 0.78s;
          transition-delay: 0.78s;
}

.is-active .p-gallery__title span:nth-of-type(28) {
  -webkit-transition-delay: 0.81s;
          transition-delay: 0.81s;
}

.is-active .p-gallery__title span:nth-of-type(29) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.is-active .p-gallery__title span:nth-of-type(30) {
  -webkit-transition-delay: 0.87s;
          transition-delay: 0.87s;
}

.is-active .p-gallery__title span:nth-of-type(31) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-active .p-gallery__title span:nth-of-type(32) {
  -webkit-transition-delay: 0.93s;
          transition-delay: 0.93s;
}

.is-active .p-gallery__title span:nth-of-type(33) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.is-active .p-gallery__title span:nth-of-type(34) {
  -webkit-transition-delay: 0.99s;
          transition-delay: 0.99s;
}

.is-active .p-gallery__title span:nth-of-type(35) {
  -webkit-transition-delay: 1.02s;
          transition-delay: 1.02s;
}

.is-active .p-gallery__title span:nth-of-type(36) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.is-active .p-gallery__title span:nth-of-type(37) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.is-active .p-gallery__title span:nth-of-type(38) {
  -webkit-transition-delay: 1.11s;
          transition-delay: 1.11s;
}

.is-active .p-gallery__title span:nth-of-type(39) {
  -webkit-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

.is-active .p-gallery__title span:nth-of-type(40) {
  -webkit-transition-delay: 1.17s;
          transition-delay: 1.17s;
}

.p-gallery__main-container::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #9e1b32;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-gallery__main-container .swiper-slide figure {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .p-gallery__main-container::after {
  -webkit-transform: translate3d(0, -101%, 0);
          transform: translate3d(0, -101%, 0);
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  background-color: #151515;
}

.is-active .p-gallery__main-container .swiper-slide figure {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 2.5s 0.1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 2.5s 0.1s;
}

/*============================
hero
============================*/
.p-hero {
  position: relative;
  margin-bottom: 76px;
}

@media screen and (min-width: 901px) {
  .p-hero {
    margin-bottom: 175px;
  }
}

.p-hero__mv {
  position: relative;
}

.p-hero__mv-img img {
  min-width: 100%;
}

.p-hero__mv-text {
  position: absolute;
  top: 0;
  right: 3.2%;
  left: 3.5%;
  margin-top: 14.6%;
}

@media screen and (min-width: 901px) {
  .p-hero__mv-text {
    right: 7.7%;
    left: 7.7%;
    margin-top: 7.8%;
  }
}

.p-hero__mv-catch {
  padding-left: 2%;
  width: 92.3%;
}

@media screen and (min-width: 901px) {
  .p-hero__mv-catch {
    padding-left: 1.4%;
    width: 50%;
  }
}

@media (-ms-high-contrast: none) {
  .p-hero__mv-catch .p-in-inner {
    position: relative;
    padding-top: 11.56%;
  }
}

.p-hero__mv-catch .p-in-svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (-ms-high-contrast: none) {
  .p-hero__mv-catch .p-in-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.p-hero__mv-line {
  margin: 13px 0 10px;
  width: 100%;
}

@media screen and (min-width: 901px) {
  .p-hero__mv-line {
    margin: 15px 0;
    width: 60%;
  }
}

.p-hero__mv-line img {
  min-width: 100%;
}

.p-hero__mv-ttl {
  padding-left: 3.5%;
  width: 92.5%;
}

@media screen and (min-width: 901px) {
  .p-hero__mv-ttl {
    padding-left: 2%;
    width: 46%;
  }
}

.p-hero__mv-ttl .p-in-inner {
  display: block;
}

@media (-ms-high-contrast: none) {
  .p-hero__mv-ttl .p-in-inner {
    position: relative;
    padding-top: 2.93%;
  }
}

.p-hero__mv-ttl .p-in-svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (-ms-high-contrast: none) {
  .p-hero__mv-ttl .p-in-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 900px) {
  .p-hero__desc-inner {
    padding-left: 6%;
  }
}

.p-hero__lead {
  margin-top: 58px;
  margin-bottom: 46px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (min-width: 901px) {
  .p-hero__lead {
    margin-top: 115px;
    margin-bottom: 31px;
    font-size: 28px;
    line-height: 1.71;
  }
}

.p-hero__text {
  letter-spacing: 0.03em;
  line-height: 2.15;
}

@media screen and (min-width: 901px) {
  .p-hero__text {
    font-size: 18px;
    line-height: 2.13;
  }
}

.p-hero__credit {
  margin-top: 22px;
  margin-left: 2px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 901px) {
  .p-hero__credit {
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: 0.01em;
  }
}

/*============================
gallery
============================*/
.p-gallery {
  margin-top: 100px;
}

.p-gallery__title {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

@media screen and (min-width: 901px) {
  .p-gallery__title {
    margin-bottom: 43px;
    font-size: 42px;
  }
}

.p-gallery__main-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-gallery__main .swiper-slide {
  background-color: #151515;
}

.p-gallery__main .swiper-slide figure {
  position: relative;
  padding-top: 56.25%;
}

.p-gallery__main .swiper-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.1s 1s, -webkit-transform 0.1s 1s;
  transition: opacity 0.1s 1s, -webkit-transform 0.1s 1s;
  transition: transform 0.1s 1s, opacity 0.1s 1s;
  transition: transform 0.1s 1s, opacity 0.1s 1s, -webkit-transform 0.1s 1s;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 901px) {
  .p-gallery__main .swiper-slide figure img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-gallery__main .swiper-slide.is-loaded.swiper-slide-active figure img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform 10s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s, -webkit-transform 10s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s;
  transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s, -webkit-transform 10s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-gallery__main .swiper-slide .swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-animation: spin 0.9s linear infinite;
          animation: spin 0.9s linear infinite;
  margin: -15px 0 0 -15px;
  border: 1px solid #9e1b32;
  border-radius: 50%;
  border-right-color: transparent;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 901px) {
  .p-gallery__main .swiper-slide .swiper-lazy-preloader {
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
  }
}

.p-gallery__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 25px;
}

@media screen and (max-width: 900px) {
  .p-gallery__util {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-gallery__nav {
  margin-right: 19px;
  font-size: 0;
  letter-spacing: -0.4em;
}

.p-gallery__nav > * {
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: normal;
}

@media screen and (min-width: 901px) {
  .p-gallery__nav {
    margin: 15px 0;
  }
}

.p-gallery__nav-button-prev, .p-gallery__nav-button-next {
  display: inline-block;
}

.p-gallery__nav-button-prev {
  margin-right: 12px;
}

@media screen and (min-width: 901px) {
  .p-gallery__nav-button-prev {
    margin-right: 18px;
  }
}

.p-gallery__pagination {
  margin-left: 19px;
}

@media screen and (max-width: 900px) {
  .p-gallery__pagination {
    margin-right: 5px;
  }
}

.p-gallery__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-gallery__thumb-item {
  position: relative;
  cursor: pointer;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 15%;
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .p-gallery__thumb-item {
    margin-right: 1.1%;
    margin-bottom: 1.1%;
    width: 9%;
  }
  .p-gallery__thumb-item::before {
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: 1;
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    background-color: rgba(158, 27, 50, 0.5);
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
  }
  .p-gallery__thumb-item:hover::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .p-gallery__thumb-item:hover figure {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 1.3s;
            transition-duration: 1.3s;
  }
}

@media screen and (max-width: 900px) {
  .p-gallery__thumb-item:nth-of-type(6n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 901px) {
  .p-gallery__thumb-item:nth-of-type(10n) {
    margin-right: 0;
  }
}

.p-gallery__thumb-item figure {
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.p-gallery__thumb-item figure img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-gallery__thumb-item figure img.lazyloaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-gallery__link {
  margin: 91px auto 30px;
}

@media screen and (max-width: 900px) {
  .p-gallery__link {
    width: 89%;
  }
}

@media screen and (min-width: 901px) {
  .p-gallery__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 150px;
    width: 106.5%;
  }
}

.p-gallery__link-item {
  margin-bottom: 18px;
}

@media screen and (min-width: 901px) {
  .p-gallery__link-item {
    margin-bottom: 45px;
    width: 47%;
  }
  .p-gallery__link-item:nth-of-type(even) {
    margin-left: 6%;
  }
}

/*============================
form
============================*/
.p-form {
  position: relative;
  margin-top: 100px;
  padding: 47px 0 100px;
}

@media screen and (min-width: 901px) {
  .p-form {
    padding: 82px 0 83px;
  }
}

.p-form::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/form/form-bg-sp.png) no-repeat top 0 left 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

@media screen and (min-width: 901px) {
  .p-form::before {
    background-image: url(../img/form/form-bg-pc.jpg);
  }
}

.p-form__embed {
  position: relative;
  height: 75vh;
  overflow-y: auto;
}

@media screen and (min-width: 901px) {
  .p-form__embed {
    width: 65.2%;
    height: 796px;
  }
}

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