.l-movie_kv_ttl {
  position: relative;
  left: -3rem;
  width: 48.8rem;
  margin: 0 auto;
}

.l-movie_kv_ttl::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 15rem;
  left: -15rem;
  width: 11.5rem;
  height: 14.5rem;
  background: url(/career/img/movie/l-movie_kv_ttl_left_icn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-movie_kv_ttl::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: -9rem;
  right: -17rem;
  width: 11.5rem;
  height: 16.9rem;
  background: url(/career/img/movie/l-movie_kv_ttl_right_icn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-movie_kv_bg_star {
  position: absolute;
}

.l-movie_kv_bg_star.is-left {
  z-index: 1;
  top: 8.3rem;
  left: -6.5rem;
  width: 25.4rem;
}

.l-movie_kv_bg_star.is-right {
  z-index: 1;
  top: 6.7rem;
  right: .5rem;
  width: 19.3rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.l-movie_about {
  background: var(--bgColorYellow);
}

.l-movie_about_wrapper {
  padding: 5rem 6rem 0rem;
}

.l-movie_about_content {
  max-width: 136.6rem;
  margin: 0 auto;
  padding: 5rem 26.5rem 18rem;
  background: url(/career/img/movie/l-movie_about_bg_pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.l-movie_about_ttl {
  margin-top: 7.6rem;
  margin-bottom: 2rem;
  color: var(--colorRosePink);
}

.l-movie_article {
  background: var(--bgColorPink);
}

.l-movie_article:nth-of-type(3) {
  position: relative;
  padding-top: 34.6rem;
}

.l-movie_article:nth-of-type(3) .l-movie_article_wrapper {
  padding-bottom: 15.3rem;
}

.l-movie_article:nth-of-type(3) .l-movie_article_content {
  background: var(--bgColorLightGreen);
}

.l-movie_article:nth-of-type(3) .l-movie_article_bg_border {
  position: absolute;
  top: -32rem;
  left: -8rem;
}

.l-movie_article:nth-of-type(4) {
  padding-bottom: 10rem;
}

.l-movie_article:nth-of-type(4) .l-movie_article_bg_dot {
  position: absolute;
  top: -14.5rem;
  left: -7rem;
}

.l-movie_article:nth-of-type(4) .l-movie_article_bg_border {
  position: absolute;
  top: -15.5rem;
  right: -7rem;
}

.l-movie_article_ttl {
  margin-bottom: 4rem;
  color: var(--colorRosePink);
  font-weight: var(--weightMedium);
  text-align: center;
}

.l-movie_article_ttl_icn {
  position: absolute;
  top: -5.3rem;
  left: 7rem;
  width: 15rem;
  height: 12.6rem;
}

.l-movie_article_content {
  z-index: 2;
  position: relative;
  padding: 6rem 7rem;
  border: 1px solid var(--colorBrown);
  border-radius: 2rem;
  background: var(--bgColorLightYellow02);
}

.l-movie_article_content::before {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 13.7rem;
  height: 10.7rem;
  background: url(/career/img/movie/l-movie_content_icn.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-movie_article_item {
  cursor: pointer;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.l-movie_article_list_img_wrapper {
  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;
  margin-bottom: 2rem;
  padding: .8rem .8rem;
  background: url(/career/img/movie/l-movie_article_list_bg.png);
  background-size: contain;
  background-size: 31.8rem 100%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.l-movie_article_list_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}

.l-movie_article_list_img {
  min-width: 30.2rem;
  min-height: 17rem;
  max-height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-movie_article_list_ttl {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
  padding-left: 1.7rem;
  overflow: hidden;
  font-weight: var(--weightRegular);
  font-size: 1.8rem;
  line-height: 1.4;
  word-break: break-all;
}

.l-movie_article_list_ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: .7rem;
  height: 100%;
  border-radius: 1rem;
  background: var(--bgColorBoldGreen02);
  content: "";
}

.l-movie_link {
  position: relative;
  padding-top: 30rem;
  padding-bottom: 10rem;
}

.l-movie_link_btn {
  display: block;
  position: relative;
  width: 92.4rem;
  height: 28rem;
  margin: 0 auto;
  border-radius: 14rem;
  background: var(--bgColorBoldPink);
}

.l-movie_link_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 8rem;
  overflow: hidden;
  border: 1px solid var(--colorBrown);
  border-radius: 14rem;
}

.l-movie_link_btn_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 .4rem;
}

.l-movie_link_btn_txt_head {
  margin-bottom: 1rem;
}

.l-movie_link_btn_img {
  width: 46.1rem;
}

.l-movie_link_btn_illust01 {
  position: absolute;
  bottom: 2.5rem;
  left: 31.1rem;
}

.l-movie_link_btn_illust02 {
  position: absolute;
  top: 4.1rem;
  left: 25.8rem;
  width: 6.4rem;
}

.l-movie_link_bg_border {
  position: absolute;
  top: -17rem;
  left: -8rem;
}

.l-movie_modal {
  z-index: 999;
}

.l-movie_modal_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow-y: hidden;
}

.l-movie_modal_content:has(.tate) {
  overflow-y: auto;
}

.l-movie_modal_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 auto;
}

.l-movie_modal_movie:has(.yoko) {
  width: 80rem;
  min-height: 100dvh;
}

.l-movie_modal_movie:has(.tate) {
  min-height: 81.2rem;
}

.l-movie_modal_movie_wrapper {
  position: relative;
  width: 36.7rem;
}

.l-movie_modal_movie_wrapper:has(.yoko) {
  width: 80rem;
}

.l-movie_modal iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.l-movie_modal .yoko {
  aspect-ratio: 16/9;
}

.l-movie_modal .tate {
  aspect-ratio: 9/16;
}

.l-movie_modal_close_btn {
  position: absolute;
  top: -6rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  cursor: pointer;
}

.l-movie_modal_close_btn svg {
  border-radius: 50%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

@media screen and (max-width: 47.9375em) {
  .l-movie_kv_ttl {
    left: 0;
    width: 24.5rem;
  }
  .l-movie_kv_ttl::before {
    top: 7.7rem;
    left: -8rem;
    width: 5.3rem;
    height: 7rem;
  }
  .l-movie_kv_ttl::after {
    top: -4.5rem;
    right: -7.5rem;
    width: 5.3rem;
    height: 8.5rem;
  }
  .l-movie_kv_bg_star.is-left {
    top: 1.3rem;
    left: -3.5rem;
    width: 8.6rem;
  }
  .l-movie_kv_bg_star.is-right {
    top: 7.8rem;
    right: -1.5rem;
    width: 5rem;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .l-movie_about_wrapper {
    padding: 4rem 0 0;
  }
  .l-movie_about_content {
    padding: 5rem 4rem 11rem 5.2rem;
    background: url(/career/img/movie/l-movie_about_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .l-movie_about_ttl {
    margin: 2rem 0 1.4rem;
  }
  .l-movie_article:nth-of-type(3) {
    padding-top: 10.5rem;
    padding-bottom: 5rem;
  }
  .l-movie_article:nth-of-type(3) .l-movie_article_wrapper {
    padding-bottom: 8.3rem;
  }
  .l-movie_article:nth-of-type(3) .l-movie_article_bg_border {
    top: -17rem;
    left: -15rem;
  }
  .l-movie_article:nth-of-type(4) {
    padding-bottom: 5rem;
  }
  .l-movie_article:nth-of-type(4) .l-movie_article_bg_dot {
    top: -11.5rem;
    left: -16rem;
  }
  .l-movie_article:nth-of-type(4) .l-movie_article_bg_border {
    top: -16rem;
    right: -15rem;
  }
  .l-movie_article_ttl {
    margin-bottom: 2rem;
  }
  .l-movie_article_ttl_icn {
    left: 1rem;
    width: 10.8rem;
    height: 9.1rem;
  }
  .l-movie_article_content {
    padding: 4rem 3rem;
  }
  .l-movie_article_content::before {
    width: 9.7rem;
    height: 6.7rem;
  }
  .l-movie_article_list_img_wrapper {
    margin-bottom: 1rem;
    background-size: 28.5rem 100%;
  }
  .l-movie_article_list_wrapper {
    grid-template-columns: 1fr;
  }
  .l-movie_article_list_img {
    min-width: 27rem;
    min-height: 15.1rem;
    max-height: 15.1rem;
    padding: 0;
  }
  .l-movie_article_list_ttl::before {
    width: .5rem;
  }
  .l-movie_link {
    padding-top: 11rem;
    padding-bottom: 6rem;
  }
  .l-movie_link_btn {
    width: 100%;
    height: 18rem;
  }
  .l-movie_link_btn_wrapper {
    padding-left: 3rem;
  }
  .l-movie_link_btn_txt {
    gap: 0;
  }
  .l-movie_link_btn_txt .c-arrow_bg {
    position: relative;
    left: -1rem;
  }
  .l-movie_link_btn_txt_wrapper {
    min-width: 13.2rem;
  }
  .l-movie_link_btn_txt_head {
    margin-bottom: 0;
  }
  .l-movie_link_btn_img {
    width: 15rem;
    height: 18rem;
  }
  .l-movie_link_btn_illust01 {
    bottom: -3.2rem;
    left: 15.1rem;
    width: 9.5rem;
  }
  .l-movie_link_btn_illust02 {
    top: 1.3rem;
    left: 16.8rem;
    width: 3.2rem;
  }
  .l-movie_link_bg_border {
    top: -13rem;
    left: -16.5rem;
  }
  .l-movie_modal_movie {
    margin: 0 auto;
  }
  .l-movie_modal_movie:has(.yoko) {
    width: 100%;
  }
  .l-movie_modal_movie_wrapper {
    width: 34.5rem;
  }
  .l-movie_modal_movie_wrapper:has(.yoko) {
    width: 34.5rem;
  }
  .l-movie_modal_close_btn {
    top: -6.5rem;
  }
}

@media (hover: hover) {
  .l-movie_article_item:hover {
    opacity: .6;
  }
  .l-movie_modal_close_btn svg:hover {
    opacity: .6;
  }
}

@media (hover: none) {
  .l-movie_article_item:active {
    opacity: 1;
  }
  .l-movie_modal_close_btn svg:active {
    opacity: 1;
  }
}
