:root {
  --color-gold: #a8821c;
}

.p-in_movie__inner {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 127px 0 23px;
}
@media only screen and (max-width:767px) {
  .p-in_movie__inner {
    display: block;
    padding: 88px 0 52px;
  }
}

.p-special_cap {
  color: var(--color-gold);
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
  .p-special_cap {
    margin-bottom: 2.5rem;
  }
}

.page_tab {
  margin: 80px auto 0;
}
@media only screen and (max-width:767px) {
  .page_tab {
    margin-top: 54px;
  }
}
.page_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media only screen and (max-width:767px) {
  .page_tab ul {
    gap: 5px;
  }
}
.page_tab__item {
  width: calc((100% - 40px) / 5);
}
@media only screen and (max-width:767px) {
  .page_tab__item {
    width: calc((100% - 10px) / 3);
  }
}
.page_tab__item:hover a {
  background: #c80000;
}
.page_tab__item:hover a .-text {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page_tab__item.is-current {
  pointer-events: none;
}
.page_tab__item.is-current a {
  background: #c80000;
}
.page_tab__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
  text-decoration: none;
  color: #fff;
  background: #000;
  text-align: center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.page_tab__item .-text {
  display: inline-block;
  position: relative;
  font-family: "EB Garamond", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-style: normal;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width:767px) {
  .page_tab__item .-text {
    font-size: 11px;
    line-height: 1.3;
  }
}

.p-movie_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
  margin-top: 60px;
  z-index: 2;
}
@media only screen and (max-width:767px) {
  .p-movie_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
}
.p-movie_list-item {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width:768px) {
  .p-movie_list-item:hover .p-video__grad {
    opacity: 0;
  }
  .p-movie_list-item:hover .p-video__icon {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  .p-movie_list-item:hover .p-movie_list-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-movie_list-img {
  position: relative;
  overflow: hidden;
}
.p-movie_list-img img {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie_list-img .p-video__icon {
  width: 96px;
  height: 96px;
  -webkit-transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.9 cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.9 cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1), transform 0.9 cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1), transform 0.9 cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.9 cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie_list-ttl {
  margin-top: 16px;
  padding: 0 7px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  -webkit-transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width:767px) {
  .p-movie_list-ttl {
    margin-top: 0.8rem;
    font-size: 12px;
  }
}

.p-in_movie__title {
  width: 100%;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-in_movie__title {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }
}
.p-in_movie__contents {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-in_movie__contents {
    width: 90%;
    margin-top: 51px;
  }
}
.p-in_movie .l-deco_flower {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: margin-top 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: margin-top 1s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.p-in_movie .l-deco_flower--l {
  left: -24%;
  top: -1.8%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

@media screen and (max-width: 767px) {
  .p-in_movie .l-deco_flower--l {
    width: 37.5%;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.p-in_movie .l-deco_flower--r {
  right: -25.5%;
  bottom: -5.8%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

@media screen and (max-width: 767px) {
  .p-in_movie .l-deco_flower--r {
    width: 40.5%;
    right: 0%;
    bottom: -3.59%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}