@charset "UTF-8";
[data-page-type=movie] img {
  vertical-align: bottom;
}
[data-page-type=movie] .s-kv.active .c-lead .c-col2_l, [data-page-type=movie] .s-kv.active .c-lead .c-col2_r {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
[data-page-type=movie] .s-kv .c-lead .c-col2_l,
[data-page-type=movie] .s-kv .c-lead .c-col2_r {
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
[data-page-type=movie] .s-kv .c-lead .c-col2_l .c-ttl h2 {
  margin-bottom: 0;
  font-size: var(--fs-35-40);
}
[data-page-type=movie] .s-kv .c-lead .c-col2_l .c-ttl p {
  line-height: 1.4;
}
@media all and (min-width: 864px) {
  [data-page-type=movie] .s-kv .c-lead .c-col2_l .c-ttl p {
    margin-bottom: 12px;
  }
}
@media (max-width: 865px) {
  [data-page-type=movie] .s-kv .c-lead .c-col2_l .c-ttl p {
    margin-bottom: 24px;
  }
}
[data-page-type=movie] .s-kv.active figure {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}
[data-page-type=movie] .s-kv figure {
  -webkit-filter: brightness(2);
          filter: brightness(2);
  opacity: 0;
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 2s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 2s ease 0s;
  transition: filter 2s ease 0s, opacity 1s ease 0s;
  transition: filter 2s ease 0s, opacity 1s ease 0s, -webkit-filter 2s ease 0s;
  overflow: hidden;
}
[data-page-type=movie] .s-kv figure.img_kv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
[data-page-type=movie] .c-kv {
  aspect-ratio: 375/640;
}
[data-page-type=movie] .c-kv figure.img_kv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
[data-page-type=movie] .c-kv h1 {
  width: 29.33vw;
  height: 21.33vw;
  margin: -80.27vw 0 0 -44.67vw;
}
[data-page-type=movie] #movie.animate .section_inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
[data-page-type=movie] #movie.animate .section_inner::before {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 1;
}
[data-page-type=movie] #movie {
  width: 100%;
  position: relative;
  padding: 30px 0 clamp(0px, 17vw, 100px);
}
[data-page-type=movie] #movie .section_inner {
  position: relative;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  opacity: 0;
}
[data-page-type=movie] #movie .section_inner::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #e4eaef;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate3d(0, calc(-50% + 40px), 0);
          transform: translate3d(0, calc(-50% + 40px), 0);
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  opacity: 0;
}
[data-page-type=movie] #movie .section_inner .c_movie {
  position: relative;
  width: 90%;
  margin: auto;
  aspect-ratio: 16/9;
  cursor: pointer;
}
[data-page-type=movie] #movie .section_inner .c_movie .button_play {
  pointer-events: none;
  position: absolute;
  bottom: clamp(0px, 5vw, 50px);
  right: clamp(0px, 5vw, 50px);
  width: clamp(0px, 15vw, 100px);
  height: auto;
  cursor: pointer;
}
[data-page-type=movie] #movie .section_inner .c_movie video {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
[data-page-type=movie] #movie .section_inner .button_play_wrap {
  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;
}
[data-page-type=movie] #movie .section_inner .button_play_text {
  cursor: pointer;
  margin-top: 20px;
  font-size: var(--fs-16-16);
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
[data-page-type=movie] #movie .section_inner .button_play_text span {
  padding-top: 5px;
  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;
  gap: 5px;
  font-size: var(--fs-12-12);
  color: #8f8f8f;
}
[data-page-type=movie] #movie .section_inner .button_play_text span svg {
  width: 1.5em;
  height: auto;
}
[data-page-type=movie] .c-link_items ul li {
  margin-bottom: 0.35em;
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
[data-page-type=movie] .c-link_items ul li .c-text_buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page-type=movie] .c-link_items ul li .c-text_buy .c-txt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page-type=movie] .c-link_items ul li .c-text_buy .c-col2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-page-type=movie] .c-link_items ul li h5 {
  width: auto;
  font-size: var(--fs-12-12);
  line-height: 1.833;
}
[data-page-type=movie] .c-link_items ul li a.c-icon_buy {
  position: relative;
  top: -2px;
}
[data-page-type=movie] .feature.animate .s_style_ttl {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
[data-page-type=movie] .feature.animate .s_style_ttl .ttl_inner h3 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
[data-page-type=movie] .feature.animate .s_style_ttl .lead {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
[data-page-type=movie] .feature.animate .s_style_ttl .lead p {
  font-size: var(--fs-14-14);
  line-height: 1.714;
}
[data-page-type=movie] .feature .style .look_movie,
[data-page-type=movie] .feature .style .c-style_ttl,
[data-page-type=movie] .feature .style .c-link_items li {
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
[data-page-type=movie] .feature .style.animate .look_movie,
[data-page-type=movie] .feature .style.animate .c-style_ttl,
[data-page-type=movie] .feature .style.animate .c-link_items li {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
[data-page-type=movie] .feature .style.animate .c-style_ttl {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(6) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(7) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(8) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
[data-page-type=movie] .feature .style.animate .c-link_items li:nth-child(10) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
[data-page-type=movie] .feature .style .l-col2_r_inner {
  width: 89.33%;
  margin-inline: auto;
  padding: 35px 0 50px 0;
}
[data-page-type=movie] .feature .style .look_movie {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  position: relative;
}
[data-page-type=movie] .feature .style .c-style_ttl {
  margin-bottom: 23px;
}
[data-page-type=movie] .feature .style .c-style_ttl h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[data-page-type=movie] .feature .style .c-style_ttl h4 span {
  display: block;
  text-align: center;
}
[data-page-type=movie] .feature .style .c-style_ttl h4 span.txt {
  font-size: var(--fs-13-13);
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 6px;
}
[data-page-type=movie] .feature .style .c-style_ttl h4 span.num {
  font-size: var(--fs-32-32);
  font-weight: 700;
  line-height: 24px;
}
[data-page-type=movie] .feature .style .c-link_items {
  padding: 0;
}
[data-page-type=movie] .feature .style .c-link_items ul li {
  margin-bottom: 0.35em;
}
[data-page-type=movie] .feature .style .c-link_items ul li:last-child {
  margin-bottom: 0px;
}
[data-page-type=movie] .feature .style .c-link_items ul li .c-col2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-page-type=movie] .feature .style .c-link_items ul li span.name {
  padding-right: 0.5em;
  display: inline-block;
}
[data-page-type=movie] .feature .style .c-link_items ul li span.price {
  display: inline-block;
}
[data-page-type=movie] .feature .style .c-link_items ul li h5 {
  font-size: var(--fs-12-12);
  line-height: 1.833;
  width: calc(100% - 50px);
}
[data-page-type=movie] .feature .style .c-link_items ul li h5 a {
  text-decoration: underline;
}
[data-page-type=movie] .feature .style .c-link_items ul li h5 .txt_wrap {
  vertical-align: middle;
}
[data-page-type=movie] .feature .style .c-link_items ul li h5 span.c-icon {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  margin-right: 0.5em;
}
[data-page-type=movie] .feature .style .c-link_items ul li h5.strong span {
  font-weight: 700;
}
[data-page-type=movie] .feature .style .c-link_items ul li a.c-icon_buy {
  position: relative;
  top: -2px;
}
[data-page-type=movie] .feature .style .c-link_items ul li .c-txt_item:has(.c-col2) {
  display: block;
}
[data-page-type=movie] .feature .style .c-link_items ul li .c-txt_item:has(.c-col2) h5 {
  width: 100%;
  display: block;
}
[data-page-type=movie] .feature .style .c-link_items ul li .c-txt_item:has(.c-col2) .c-col2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-page-type=movie] .feature .s_style_ttl {
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  padding: 30px 0;
}
[data-page-type=movie] .feature .s_style_ttl .ttl_inner {
  background: #e4eaef;
  width: 100%;
  padding: 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-page-type=movie] .feature .s_style_ttl .ttl_inner h3 {
  font-size: var(--fs-32-32);
  letter-spacing: 3.2px;
  font-weight: 500;
}
[data-page-type=movie] .c-list_items ul.grid-cols-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 46px;
}
@media (max-width: 1000px) {
  [data-page-type=movie] .c-list_items ul.grid-cols-2 {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    row-gap: 20px;
  }
}
[data-page-type=movie] .c-list_items ul.grid-cols-2 li {
  width: 100%;
}
[data-page-type=movie] .c-list_items ul.grid-cols-2 li .c-info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-page-type=movie] .c-list_items ul.grid-cols-2 li h5, [data-page-type=movie] .c-list_items ul.grid-cols-2 li span.price {
  font-size: var(--fs-12-12);
  line-height: 1.833;
}
[data-page-type=movie] .c-list_items2 ul {
  row-gap: 55px;
}
[data-page-type=movie] .c-list_items2 ul li {
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}
@media (max-width: 865px) {
  [data-page-type=movie] .c-list_items2 ul li {
    width: 100%;
  }
}
[data-page-type=movie] .c-list_items2 ul li .c-info {
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (max-width: 865px) {
  [data-page-type=movie] .c-list_items2 ul li .c-info {
    width: 90.66%;
    margin-left: auto;
    margin-right: auto;
  }
}
[data-page-type=movie] .c-list_items2 ul li .c-info:first-of-type {
  margin-top: 20px;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info:nth-child(9) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
[data-page-type=movie] .c-list_items2 ul li .c-info .name {
  padding-right: 10px;
}
[data-page-type=movie] .c-list_items2 ul li a.c-icon_buy {
  position: relative;
  top: -2px;
  -webkit-transition: background 0.15s linear, color 0.15s linear;
  transition: background 0.15s linear, color 0.15s linear;
}
[data-page-type=movie] .c-list_items2 ul li a.c-icon_buy:hover {
  background: var(--color-black);
  color: var(--color-white);
}
[data-page-type=movie] .c-list_items2 h5 {
  font-size: var(--fs-12-12);
  line-height: 1.833;
}
[data-page-type=movie] .c-list_items2 span.price {
  font-size: var(--fs-12-12);
  line-height: 1.833;
}

#previewMovie {
  display: block;
  margin: 0 auto 20px auto;
  width: 90vw;
  height: auto;
  cursor: pointer;
}

.movie-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.movie-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.movie-modal__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  max-width: 95vw;
  max-height: 95vh;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.movie-modal__content #modalMovie {
  width: 100%;
  height: auto;
}
.movie-modal--framed {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  padding: 32px 24px 24px 24px;
  width: 90vw;
  max-width: 720px;
  height: auto;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.movie-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.movie-modal.is-open .movie-modal__content--framed {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.movie-modal__close {
  position: absolute;
  top: -45px;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  font-size: 2rem;
  color: #c1c1c1;
  cursor: pointer;
  z-index: 3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.movie-modal__close:hover {
  background: rgba(0, 0, 0, 0.3);
}
.movie-modal video {
  width: 100%;
  max-width: 95vw;
  height: auto;
  background: #000;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

@media all and (min-width: 864px) {
  [data-page-type=movie] .c-kv {
    aspect-ratio: 1280/750;
  }
  [data-page-type=movie] .c-kv h1 {
    width: 12.5vw;
    height: 9.06vw;
    left: 43.7%;
    margin: -2.27vw 0 0 0;
  }
  [data-page-type=movie] .style .l-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [data-page-type=movie] .style .l-col2.l_i .l-col2_l {
    width: 44.14%;
  }
  [data-page-type=movie] .style .l-col2.l_i .l-col2_r {
    width: 55.86%;
    padding-left: 7.81vw;
    position: sticky;
    top: 90px;
  }
  [data-page-type=movie] .style .l-col2.l_i .l-col2_r .l-col2_r_inner {
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding: 9.38vw 0;
  }
  [data-page-type=movie] .style .l-col2.r_i {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [data-page-type=movie] .style .l-col2.r_i .l-col2_l {
    width: 44.14%;
  }
  [data-page-type=movie] .style .l-col2.r_i .l-col2_r {
    width: 55.86%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: sticky;
    top: 90px;
  }
  [data-page-type=movie] .style .l-col2.r_i .l-col2_r .l-col2_r_inner {
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 9.38vw 7.81vw 9.38vw 0;
  }
  [data-page-type=movie] .c-link_items {
    width: 400px;
    margin-inline: auto;
    padding-bottom: 50px;
  }
}
.v4 {
  position: relative;
}
.v4 h1 {
  width: 140px;
  height: 102px;
  position: absolute;
  top: calc(20px + var(--header-height));
  left: 20px;
  z-index: 2;
  top: calc(var(--header-height) + 5.33vw);
  left: auto;
  right: 5.33vw;
  pointer-events: none;
}
.v4 .c-list_select ul {
  width: 100%;
  height: calc(100dvh - var(--header-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v4 .c-list_select ul li {
  width: 100%;
  height: 50%;
  margin-bottom: 0;
}
.v4 .c-list_select ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.v4 .c-list_select ul li figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.v4 .c-list_select ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.v4 .c-list_select ul li p {
  position: absolute;
  letter-spacing: 0.2em;
}
.v4 .c-list_select ul li p.c-black {
  color: var(--color-black);
}
.v4 .c-list_select ul li p.c-black:after {
  background: var(--color-black);
}
.v4 .c-list_select ul li p.c-white {
  color: var(--color-white);
}
.v4 .c-list_select ul li p.c-white:after {
  background: var(--color-white);
}
.v4 .c-list_select ul li p.u_l {
  bottom: 35px;
  left: 20px;
}
.v4 .c-list_select ul li p.u_r {
  bottom: 35px;
  right: 30px;
}
.v4 .c-list_select ul li p::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
}

@media all and (min-width: 864px) {
  .v4 h1 {
    width: 230px;
    height: 167px;
    top: 50%;
    left: 50%;
    margin: -88.5px 0 0 -115px;
  }
  .v4 .c-list_select ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .v4 .c-list_select ul li {
    width: 50%;
    height: 100%;
    position: relative;
  }
  .v4 .c-list_select ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .v4 .c-list_select ul li figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .v4 .c-list_select ul li p.u_l {
    bottom: 30px;
    left: 50px;
  }
  .v4 .c-list_select ul li p.u_r {
    bottom: 30px;
    right: 50px;
  }
  .v4 .c-list_select ul li:nth-child(2) p.u_r {
    left: 30px;
    right: auto;
    color: var(--color-black);
  }
  .v4 .c-list_select ul li:nth-child(2) p.u_r:after {
    background: var(--color-black);
  }
}
@media (min-width: 864px) and (any-hover: hover) {
  .v4 .c-list_select ul:has(li:nth-child(1):hover) li:nth-child(2):after {
    opacity: 1;
  }
  .v4 .c-list_select ul:has(li:nth-child(2):hover) li:nth-child(1):after {
    opacity: 1;
  }
  .v4 .c-list_select ul li a img {
    -webkit-transition: scale 0.3s ease;
    transition: scale 0.3s ease;
  }
  .v4 .c-list_select ul li a:hover img {
    scale: 1.05;
  }
}