@keyframes btn_move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m-modal[data-modal-type=youtube] .m-modal__content {
  height: auto;
}

.m-modal .m-modal__content .m-modal__close-btn {
  top: 0;
  right: 0;
}

.m-modal[data-modal-type=youtube] .m-modal__content .m-modal__close-btn {
  transform: translateY(-100%);
}

[tabindex="0"] {
  cursor: pointer;
}

[tabindex="0"]:focus {
  outline: 1px solid #666;
}

@media only screen and (max-width: 960px) {
  .m-modal .m-modal__content .m-modal__close-btn,
  .m-modal .m-modal__content .m-modal__close-btn {
    width: 30px;
    height: 30px;
  }
  .m-modal .m-modal__content .m-modal__close-btn::after,
  .m-modal .m-modal__content .m-modal__close-btn::before {
    height: 30px;
  }
}
.l-nav-btn {
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .l-nav-btn {
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .l-nav-btn {
    transform: translateX(-100%) rotate(-360deg);
  }
}
.is-start-movie .l-nav-btn {
  opacity: 1;
  transform: translateX(0) rotate(0);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.l-nav-btn span {
  position: absolute;
  left: 50%;
  width: 40%;
  height: 2px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.l-nav-btn span:nth-child(1) {
  top: 37%;
  transform: translate(-50%, -50%);
}
.is-nav-open .l-nav-btn span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-210deg);
}
.l-nav-btn span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.is-nav-open .l-nav-btn span:nth-child(2) {
  opacity: 0;
}
.l-nav-btn span:nth-child(3) {
  top: 63%;
  transform: translate(-50%, -50%);
}
.is-nav-open .l-nav-btn span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(210deg);
}
.l-nav-btn:hover span:nth-child(1) {
  top: 50%;
}
.l-nav-btn:hover span:nth-child(3) {
  top: 50%;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.is-nav-open .l-nav {
  pointer-events: visible;
  opacity: 1;
}
.l-nav-list {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.l-nav-list li {
  font-size: 30px;
//  line-height: 1.6em;
}
.l-nav-list li a{ color: #fff;}
.l-nav-list li + li {
//  margin-top: 2em;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-bg video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  transform: scale(2);
}
.is-start-movie .l-bg video {
  transform: scale(1);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.l-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_fillter.png) top center repeat rgb(0, 0, 0);
}
.is-start-movie .l-bg::after {
  background: url(../img/bg_fillter.png) top center repeat rgba(0, 0, 0, 0);
  transition: all 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.l-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  animation: motionLoadingSpinner 5s linear 0s infinite forwards;
}
@keyframes motionLoadingSpinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.is-start-op .l-loading {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  pointer-events: none;
}

.l-content {
  position: relative;
  top: 0px;
  margin: 0 auto;
}

.l-section {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}
.l-section img,
.l-section a,
.l-section span {
  display: block;
}
.l-section .l-title__wrapper .l-title {
  font-family: "Inria Serif", serif;
  font-size: 174px;
  background: linear-gradient(180deg, #1b2927, #1e3d3e);
  -webkit-background-clip: text;
  margin-left: -12px;
  letter-spacing: 3px;
  color: transparent;
}
@media only screen and (max-width: 960px) {
  .l-section .l-title__wrapper .l-title {
    font-size: 88px;
    overflow: hidden;
  }
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
}
@media only screen and (max-width: 960px) {
  .p-hero {
    height: auto;
    min-height: 0;
    padding-top: 170%;
    overflow: hidden;
  }
}
.p-hero .bg_top {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-hero .bg_top img {
  width: 100%;
}
.p-hero .p-hero__mainvisual {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-hero .p-hero__mainvisual .p-hero__title {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 32%;
  opacity: 0;
  filter: blur(10px);
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual .p-hero__title {
    top: 44%;
    width: 59%;
  }
}
.is-start-movie .p-hero .p-hero__mainvisual .p-hero__title {
  opacity: 1;
  filter: blur(0);
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.p-hero .p-hero__mainvisual .p-hero__left {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  transform: translate(-80%, -50%);
  margin-left: -15%;
  width: 29%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual .p-hero__left {
    top: 39%;
    margin-left: 5%;
    width: 55%;
  }
}
.is-start-hero-1 .p-hero .p-hero__mainvisual .p-hero__left {
  opacity: 1;
  transform: translate(-100%, -50%);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-hero .p-hero__mainvisual .p-hero__right {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  transform: translate(-20%, -50%);
  margin-left: 20%;
  width: 30%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual .p-hero__right {
    top: 38%;
    margin-left: 5%;
    width: 55%;
  }
}
.is-start-hero-1 .p-hero .p-hero__mainvisual .p-hero__right {
  opacity: 1;
  transform: translate(0%, -50%);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-hero .p-hero__mainvisual .p-hero__1 {
  position: absolute;
  top: 58%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin-left: -28%;
  width: 29%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual .p-hero__1 {
    top: 70%;
    margin-left: -21%;
    width: 40%;
  }
}
.is-start-hero-2 .p-hero .p-hero__mainvisual .p-hero__1 {
  opacity: 1;
  transform: translate(-70%, -50%);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-hero .p-hero__mainvisual .p-hero__2 {
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin-left: -38%;
  width: 17%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual .p-hero__2 {
    top: 19%;
    margin-left: -23%;
    width: 30%;
  }
}
.is-start-hero-2 .p-hero .p-hero__mainvisual .p-hero__2 {
  opacity: 1;
  transform: translate(-70%, -50%);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p-hero .p-hero__mainvisual .p-hero__3 {
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 1;
  transform: translate(0%, -50%);
  margin-left: 11%;
  width: 17%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual .p-hero__3 {
    top: 62%;
    margin-left: 8%;
    width: 31%;
  }
}
.is-start-hero-2 .p-hero .p-hero__mainvisual .p-hero__3 {
  opacity: 1;
  transform: translate(0%, 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p-hero .p-hero__mainvisual .p-hero__4 {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 1;
  transform: translate(-20%, 0%);
  margin-left: 7.5%;
  width: 42%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__mainvisual .p-hero__4 {
    top: 4%;
    margin-left: -4%;
    width: 54%;
  }
}
.is-start-hero-2 .p-hero .p-hero__mainvisual .p-hero__4 {
  opacity: 1;
  transform: translate(0%, 0);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-hero .p-hero__collabo {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 1;
  overflow: hidden;
  width: 242px;
  height: 242px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-hero .p-hero__collabo img {
  animation: btn_move 10s linear infinite;
}
.p-hero .p-hero__collabo span, .p-hero .p-hero__collabo a {
  cursor: pointer;
  display: block;
  opacity: 0;
}
.p-hero .p-hero__collabo span::before, .p-hero .p-hero__collabo a::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 26px;
  width: 78%;
  height: 78%;
  z-index: -1;
  background: url(../img/img_collabo-illust.jpg) no-repeat center center/cover;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__collabo span::before, .p-hero .p-hero__collabo a::before {
    top: 13px;
    left: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .p-hero .p-hero__collabo span, .p-hero .p-hero__collabo a {
    transform: translateX(100%) rotate(-360deg);
  }
}
.is-start-movie .p-hero .p-hero__collabo span, .is-start-movie .p-hero .p-hero__collabo a {
  opacity: 1;
  transform: translateX(0) rotate(0);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
@media only screen and (max-width: 960px) {
  .p-hero .p-hero__collabo {
    width: 120px;
    height: 120px;
    right: auto;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 960px) {
  .p-hero .p-hero__collabo:hover {
    transform: scale(1.05);
  }
}

.p-content {
  text-align: center;
}

.p-movie {
  padding: 10% 0 80px;
}
@media only screen and (max-width: 960px) {
  .p-movie {
    margin-top: -17%;
    padding: 0 0 63px;
  }
}
.p-movie .p-movie__content {
  width: 100%;
}
.p-movie .p-movie__content .p-movie__list .p-movie__list__item {
  position: relative;
  width: 60%;
  max-width: 800px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .p-movie .p-movie__content .p-movie__list .p-movie__list__item {
    width: 76%;
    max-width: 300px;
  }
}
.p-movie .p-movie__content .p-movie__list .p-movie__list__item .p-movie__list__thumb {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-movie .p-movie__content .p-movie__list .p-movie__list__item:hover .p-movie__list__thumb {
  transform: scale(1.1);
}
.p-movie .p-movie__content .p-movie__list .p-movie__list__item .movie_cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie .p-movie__content .p-movie__list .p-movie__list__item .movie_cover .movie_cover-base {
  width: 120px;
  animation: btn_move 10s linear infinite;
}
@media only screen and (max-width: 960px) {
  .p-movie .p-movie__content .p-movie__list .p-movie__list__item .movie_cover .movie_cover-base {
    width: 68px;
  }
}
.p-movie .p-movie__content .p-movie__list .p-movie__list__item .movie_cover .movie_cover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .p-movie .p-movie__content .p-movie__list .p-movie__list__item .movie_cover .movie_cover-icon {
    width: 10px;
  }
}

.p-present {
  padding-top: 13px;
}
@media only screen and (max-width: 960px) {
  .p-present {
    margin-top: -14px;
  }
}
.p-present .p-present__content {
  padding: 30px 0 75px;
}
@media only screen and (max-width: 960px) {
  .p-present .p-present__content {
    padding: 9px 0 64px;
  }
}
.p-present .p-present__content .p-thumbnail__X {
  margin: 0 auto;
  max-width: 540px;
}
@media only screen and (max-width: 960px) {
  .p-present .p-present__content .p-thumbnail__X {
    max-width: 68%;
  }
}

.p-profile {
  margin-bottom: 100px;
  padding-bottom: 17%;
}
@media only screen and (max-width: 960px) {
  .p-profile {
    margin-bottom: 0;
    padding-bottom: 17%;
  }
}
.p-profile .p-profile__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__content {
    display: block;
    padding-top: 40px;
  }
}
.p-profile .p-profile__left {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__left {
    width: 90%;
    margin: 0 auto 32%;
  }
}
.p-profile .p-profile__left .p-profile__photo {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__left .p-profile__photo img {
    max-width: none;
    width: 199px;
  }
}
.p-profile .p-profile__illust {
  position: absolute;
  top: 0;
  right: 45%;
  width: 30%;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__illust {
    right: 0;
    width: 54%;
  }
}
.p-profile .p-profile__right {
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right {
    width: 90%;
    margin: 0 auto 10%;
  }
}
.p-profile .p-profile__right .p-profile__inner {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  padding-left: 15px;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-profile__inner {
    padding-left: 0;
  }
}
.p-profile .p-profile__right .p-profile__inner .p-profile__name {
  font-size: 48px;
  padding-bottom: 13px;
  letter-spacing: 5.5px;
  color: #fa8a00;
  margin-top: -8px;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-profile__inner .p-profile__name {
    font-size: 36px;
    padding-bottom: 15px;
    letter-spacing: 4px;
    margin-top: -5px;
  }
}
.p-profile .p-profile__right .p-profile__inner .p-profile__detail {
  font-size: 18px;
  padding-bottom: 46px;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-profile__inner .p-profile__detail {
    font-size: 13px;
    padding-bottom: 40px;
    letter-spacing: 2px;
  }
}
.p-profile .p-profile__right .p-profile__inner .p-profile__detail span:nth-of-type(1) {
  padding-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-profile__inner .p-profile__detail span:nth-of-type(1) {
    padding-bottom: 10px;
  }
}
.p-profile .p-profile__right .p-profile__txt {
  padding-left: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-profile__txt {
    padding-left: 0;
    font-size: 10px;
  }
}
.p-profile .p-profile__right .p-profile__txt span {
  line-height: 2.3em;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-profile__txt span {
    line-height: 2.6em;
  }
}
.p-profile .p-profile__right .p-btn__site {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 40px;
  padding-left: 15px;
  font-size: 14px;
  font-family: "Inria Serif", serif;
  letter-spacing: 2px;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-btn__site {
    margin-top: 54px;
    padding-left: 0;
    font-size: 11px;
  }
}
.p-profile .p-profile__right .p-btn__site .p-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.p-profile .p-profile__right .p-btn__site .p-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-profile .p-profile__right .p-btn__site .p-btn .p-text {
  margin-right: 18px;
}
@media only screen and (max-width: 960px) {
  .p-profile .p-profile__right .p-btn__site .p-btn .p-text {
    margin-right: 10px;
  }
}
.p-profile .p-profile__right .p-btn__site .p-btn .p-icon {
  width: 30%;
}

@media only screen and (max-width: 960px) {
  .footer_wrapper {
    background-color: transparent;
    padding-top: 0;
    margin-top: -9.33vw;
  }
  .footer_wrapper::before {
    background: none;
  }
}