.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) 0.2s;
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  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: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -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;
}

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.9s;
  transition: opacity 2.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

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

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

.p-hero__mv-catch::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  content: "";
}

body.is-load .p-hero__mv-catch::before {
  left: 101%;
  -webkit-transition: width 0.8s 0.2s cubic-bezier(0.5, 0, 0.75, 0), left 0.6s 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.8s 0.2s cubic-bezier(0.5, 0, 0.75, 0), left 0.6s 1s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.p-hero__mv-catch .p-in-inner {
  -webkit-transform: translate3d(0, 200%, 0) scaleY(1.2);
          transform: translate3d(0, 200%, 0) scaleY(1.2);
  -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.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}

body.is-load .p-hero__mv-catch:nth-of-type(2)::before {
  -webkit-transition-delay: 0.3s, 0.9s;
          transition-delay: 0.3s, 0.9s;
}

@media screen and (max-width: 900px) {
  body.is-load .p-hero__mv-catch:nth-of-type(2) .p-in-inner {
    -webkit-transition-delay: 0.8s, 0.8s;
            transition-delay: 0.8s, 0.8s;
  }
}

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

@media not all and (max-width: 900px) {
  .p-hero__mv-ttl::before {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    width: 0;
    height: 1px;
    content: "";
  }
}

body.is-load .p-hero__mv-ttl::before {
  left: 101%;
  -webkit-transition: width 0.8s 0.4s cubic-bezier(0.5, 0, 0.75, 0), left 0.6s 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.8s 0.4s cubic-bezier(0.5, 0, 0.75, 0), left 0.6s 1s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

@media screen and (max-width: 900px) {
  body.is-load .p-hero__mv-ttl::before {
    -webkit-transition-delay: 0.4s, 1s, 1s;
            transition-delay: 0.4s, 1s, 1s;
    -webkit-transition-delay: 0.4s, 1.2s;
            transition-delay: 0.4s, 1.2s;
  }
}

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

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.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

@media screen and (max-width: 900px) {
  body.is-load .p-hero__mv-ttl .p-in-inner {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
    -webkit-transition-delay: 0.9s, 0.9s;
            transition-delay: 0.9s, 0.9s;
  }
}

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

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

body.is-load .p-hero__scroll-head span {
  -webkit-animation: scrollText 2s infinite cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
          animation: scrollText 2s infinite cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

body.is-load .p-hero__scroll-head span:nth-of-type(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

body.is-load .p-hero__scroll-head span:nth-of-type(2) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}

body.is-load .p-hero__scroll-head span:nth-of-type(3) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}

body.is-load .p-hero__scroll-head span:nth-of-type(4) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}

body.is-load .p-hero__scroll-head span:nth-of-type(5) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}

body.is-load .p-hero__scroll-head span:nth-of-type(6) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

body.is-load .p-hero__scroll-bar::before {
  -webkit-animation: scrollBar 2s infinite both cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
          animation: scrollBar 2s infinite both cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}

.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: 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 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 1s, -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 1s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s, opacity 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

@media not all and (max-width: 900px) {
  body.is-load .p-hero__desc {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
}

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

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

@media not all and (max-width: 900px) {
  .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, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

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

.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 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 1s, -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 1s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s, opacity 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

.l-section__page {
  overflow: hidden;
}

.l-section__page span {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: translate(-101%, 0);
      -ms-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
}

.is-active .l-section__page span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
  transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 2.5s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
  color: #AA3131;
}

.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;
}

.has-scroll-smooth .l-section__cover figure {
  -webkit-transition: 0s;
  transition: 0s;
}

.l-section__cover figure img {
  -webkit-transform: translate(0, 120px);
      -ms-transform: translate(0, 120px);
          transform: translate(0, 120px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-filter: saturate(35%);
          filter: saturate(35%);
}

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

.is-active .l-section__cover figure img {
  -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-filter: saturate(100%);
          filter: saturate(100%);
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 2.5s 0.2s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 2.5s 0.2s;
}

.l-section__wrap::after {
  height: 0;
}

.is-active .l-section__wrap::after {
  -webkit-transition: height 2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: height 2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .is-active .l-section__wrap::after {
    -webkit-transition-duration: 3.3s;
            transition-duration: 3.3s;
  }
}

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

.l-section__ttl span {
  display: inline-block;
  vertical-align: baseline;
  color: rgba(255, 255, 255, 0.2);
}

.is-active .l-section__ttl {
  -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 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 1s, -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 1s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s, opacity 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-active .l-section__ttl span {
  -webkit-transition: color 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.36s;
          transition-delay: 0.36s;
}

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

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

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

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

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

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

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

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

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

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

.p-gallery__title span {
  display: inline-block;
  vertical-align: baseline;
  color: rgba(255, 255, 255, 0.2);
}

.is-active .p-gallery__title {
  -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 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transition: opacity 1s, -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 1s;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s, opacity 1s, -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-active .p-gallery__title span {
  -webkit-transition: color 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 900px) {
  .p-gallery__main-container .swiper-slide figure {
    -webkit-transform: translate3d(0, 70px, 0);
            transform: translate3d(0, 70px, 0);
  }
}

.p-gallery.is-active .p-gallery__main-container {
  -webkit-transition: background 1.6s 1s;
  transition: background 1.6s 1s;
  background-color: #151515;
}

.p-gallery.is-active .p-gallery__main-container .swiper-slide figure {
  -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) 2.5s 0.1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 2.5s 0.1s;
}

.p-gallery__util,
.p-gallery__thumb {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

.p-gallery.is-active .p-gallery__util, .p-gallery.is-active
.p-gallery__thumb {
  -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;
  pointer-events: auto;
}

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

@media not all and (max-width: 900px) {
  .p-hero {
    margin-bottom: 175px;
  }
}

.p-hero__mv {
  position: relative;
}

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

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

@media screen and (max-width: 900px) {
  .p-hero__mv-text {
    margin: -10.6% 0 0 10.5%;
  }
}

@media not all and (max-width: 900px) {
  .p-hero__mv-text {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-top: 10.5%;
    width: 49.1%;
    min-width: 690px;
  }
}

.p-hero__mv-catch {
  width: 84%;
}

@media not all and (max-width: 900px) {
  .p-hero__mv-catch {
    margin: 0 auto;
    width: 100%;
  }
}

@media (-ms-high-contrast: none) {
  .p-hero__mv-catch {
    padding: 7px 0;
  }
}

.p-hero__mv-catch .p-in-inner {
  padding: 2.5% 0;
}

@media not all and (max-width: 900px) {
  .p-hero__mv-catch .p-in-inner {
    padding: 1% 0;
  }
}

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

@media screen and (max-width: 900px) {
  .p-hero__mv-catch:nth-of-type(2) {
    width: 46%;
  }
}

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

@media not all and (max-width: 900px) {
  .p-hero__mv-catch .p-in-svg.is-sp {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .p-hero__mv-catch .p-in-svg.is-pc {
    display: none;
  }
}

@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-ttl {
  margin-top: 9px;
  margin-left: 0.8%;
  width: 91%;
}

@media not all and (max-width: 900px) {
  .p-hero__mv-ttl {
    margin: 8px auto 0;
    width: 69%;
  }
}

@media (-ms-high-contrast: none) {
  .p-hero__mv-ttl {
    padding: 5px 0;
  }
}

.p-hero__mv-ttl .p-in-inner {
  display: block;
  padding: 1.64% 0;
}

@media not all and (max-width: 900px) {
  .p-hero__mv-ttl .p-in-inner {
    padding: 0.8% 0;
  }
}

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

.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 not all and (max-width: 900px) {
  .p-hero__mv-ttl .p-in-svg.is-sp {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .p-hero__mv-ttl .p-in-svg.is-pc {
    display: none;
  }
}

@media not all and (max-width: 900px) {
  .p-hero__scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .p-hero__scroll-head {
    position: relative;
    overflow: hidden;
  }
  .p-hero__scroll-head span {
    display: inline-block;
    vertical-align: baseline;
    -webkit-animation: scrollText 2s infinite cubic-bezier(0.19, 1, 0.22, 1);
            animation: scrollText 2s infinite cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-hero__scroll-head span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .p-hero__scroll-head span:nth-of-type(2) {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
  }
  .p-hero__scroll-head span:nth-of-type(3) {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  .p-hero__scroll-head span:nth-of-type(4) {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .p-hero__scroll-head span:nth-of-type(5) {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
  }
  .p-hero__scroll-head span:nth-of-type(6) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .p-hero__scroll-head .p-in-dummy {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
  }
  .p-hero__scroll-bar {
    position: relative;
    margin: 0 auto;
    margin-top: 9px;
    width: 1px;
    height: 48px;
    overflow: hidden;
  }
  .p-hero__scroll-bar::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
  }
}

.p-hero__desc {
  margin-top: 39px;
}

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

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

@media not all and (max-width: 900px) {
  .p-hero__text {
    line-height: 2.1;
  }
}

.p-hero__credit {
  margin: 25px 0 0 2px;
  font-size: 12.5px;
  letter-spacing: 0.06em;
}

@media not all and (max-width: 900px) {
  .p-hero__credit {
    margin-top: 36px;
    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 not all and (max-width: 900px) {
  .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 figure {
  position: relative;
  padding-top: 62.05%;
}

.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 not all and (max-width: 900px) {
  .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 #AA3131;
  border-radius: 50%;
  border-right-color: transparent;
  width: 30px;
  height: 30px;
}

@media not all and (max-width: 900px) {
  .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;
  }
}

@media not all and (max-width: 900px) {
  .p-gallery__util {
    margin: 10px 0 10px;
  }
}

.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 not all and (max-width: 900px) {
  .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 not all and (max-width: 900px) {
  .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 not all and (max-width: 900px) {
  .p-gallery__thumb-item {
    margin-right: 1.1%;
    margin-bottom: 1.2%;
    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(170, 49, 49, 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 not all and (max-width: 900px) {
  .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: 48px auto 30px;
}

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

@media not all and (max-width: 900px) {
  .p-gallery__link {
    width: 86%;
  }
}

@media not all and (max-width: 900px) {
  .p-gallery__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 66px;
    width: 68.1%;
  }
}

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

@media not all and (max-width: 900px) {
  .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: 70px;
  padding: 44px 0 75px;
}

@media not all and (max-width: 900px) {
  .p-form {
    margin-top: 106px;
    padding: 68px 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 not all and (max-width: 900px) {
  .p-form::before {
    background-image: url(../img/form/form_bg_pc.jpg);
  }
}

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

@media not all and (max-width: 900px) {
  .p-form__embed {
    width: 56%;
    height: 808px;
  }
}

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