@charset "utf-8";


/* -------------------------- */
/* -------------------------- */
/* -------------------------- */



/*---------------------------------------------------------
    
---------------------------------------------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

.special_ft {
  background: #fff;
}

.special_ft .l-foot1 {
  background: rgb(0, 80, 150);
  background: linear-gradient(60deg, rgba(0, 80, 150, 1) 0%, rgba(10, 108, 194, 1) 100%);
}

.special_ft .l-foot2_inner {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #8E8E8E;
}

.special_ft .l-foot1_link {
  flex: unset;
  padding: 0;
}

.special_ft .l-foot_copy {
  position: static;
}

@media screen and (max-width: 767px) {


  .image-section.left {
    background-size: 300% auto;
    background-position: 0% center;
  }

  .special_ft .l-foot1_inner {
    padding-top: 47px;
    padding-bottom: 62px;
  }

  .special_ft .l-foot2_inner {
    justify-content: center;
  }

  .special_ft .l-foot_copy {
    padding: 24px 0 16px;
  }

  .special_ft .l-foot1_link {
    gap: 8px;
  }

  .special_ft .l-foot1_link a {
    font-size: 12px;
    margin: 0;
  }

  .special_ft .l-foot1_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*---------------------------------------------------------
        „Ó»­
---------------------------------------------------------*/
.movie_cnt {
  overflow: hidden;
  position: relative;
}

/* movie_cnt-line */
.movie_cnt-line {
  display: block;
  position: fixed;
  width: 73.6111vw;
  height: 100vh;
  border-left: 1px solid rgb(206 219 230 / 20%);
  border-right: 1px solid rgb(206 219 230 / 20%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.movie_cnt-line.line01 {
  min-width: 1168px;
}

.movie_cnt-line.line02 {
  width: 36.80555vw;
  min-width: 586px;
}

.movie_cnt-line.line02::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(206 219 230 / 20%);
}

/* movie_mv */
.movie_mv {
  position: relative;
  padding-bottom: clamp(1rem, 4.3vw, 56px);
}

.mv_img img {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  object-fit: cover;
}

.movie_mv h2 {
  position: absolute;
  max-width: 1297px;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.movie_mv h1 {
  position: absolute;
  max-width: 1290px;
  padding: 0 10px;
  width: 100%;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.movie_mv h1 img {
  width: 127px;
}

.movie_cnt .wrap {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.movie_cnt .intro {
  margin-top: 20px;
}

/* movie_anc-list */
.movie_anc-list {
  display: grid;
  gap: 20px 72px;
  grid-template-columns: repeat(3, 1fr);
  margin: 48px 0 0;
}

.movie_anc-list a {
  color: var(--key-color);
  font-size: 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 68 126 / 60%);
}

.movie_anc-list a img {
  width: auto;
  max-width: unset;
  height: 36px;
}

.movie_anc-list a .btn_arrow {
  padding-left: 1rem;
}

/* movie_sec */
.movie_sec {
  margin-top: 127px;
  position: relative;
}

#anc01.movie_sec {
  margin-top: 80px;
}

.movie_sec:last-of-type {
  margin-bottom: 127px;
}

#anc01.movie_sec::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/m_gallery/assets/img/movie/bg_ill03.png);
  width: 100vw;
  height: 51.18vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19.5vw;
}

.movie_cnt h2 span {
  display: block;
  width: auto;
  height: 77px;
}

.movie_cnt h2 span img {
  height: 77px;
}

.movie_grid {
  display: grid;
  gap: 64px 80px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  position: relative;
}

#anc01.movie_sec .movie_grid::before,
#anc01.movie_sec .movie_grid::after,
#anc02.movie_sec .movie_grid::before,
#anc03.movie_sec .movie_grid::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  z-index: -1;
}

#anc01.movie_sec .movie_grid::before {
  background-image: url(/m_gallery/assets/img/movie/bg_ill01.png);
  width: 272px;
  height: 272px;
  top: -165px;
  right: -220px;
}

#anc01.movie_sec .movie_grid::after {
  background-image: url(/m_gallery/assets/img/movie/bg_ill02.png);
  width: 206px;
  height: 178px;
  top: 290px;
  left: -195px;
}

#anc02.movie_sec .movie_grid::before {
  background-image: url(/m_gallery/assets/img/movie/bg_ill04.png);
  width: 204px;
  height: 180px;
  top: 360px;
  right: -190px;
}

#anc03.movie_sec .movie_grid::before {
  background-image: url(/m_gallery/assets/img/movie/bg_ill05.png);
  width: 326px;
  height: 300px;
  top: -100px;
  left: -260px;
}

.movie_thumbnail {
  position: relative;
  border: 1px solid #ccc;
}

.movie_thumbnail a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.movie_thumbnail a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/m_gallery/assets/img/movie/thumbnail_arrow.png);
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie_grid li img {
  display: block;
  width: 100%;
  aspect-ratio: 490 / 276;
  overflow: hidden;
  object-fit: cover;
  height: auto;
}


.movie_grid li h3 {
  color: #0A6CC2;
  font-size: 24px;
  margin: 24px 0 16px;
}


/* modal */
.movieModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 85%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 0.1rem solid var(--color-white);
  z-index: 999;
}

.close-movieModal {
  position: absolute;
  top: -28px;
  right: -28px;
  cursor: pointer;
}

i.m-modal-close {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/m_gallery/assets/img/movie/m-modal-close.png);
  width: 38px;
  height: 38px;
}

.movieModal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 946px;
  padding: 10px;
}

.movieModal .modal-content iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
  .movie_cnt-line.line01 {
    width: 729px;
    min-width: unset;
  }

  .movie_cnt-line.line02 {
    width: 365px;
    min-width: unset;
  }

  .movie_anc-list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .movie_mv h1 img {
    width: 99px;
  }

  .mv_img img {
    overflow: hidden;
    object-fit: cover;
    min-height: 250px;
  }

  .movie_mv {
    padding-bottom: 4.3vw;
  }

  .movie_cnt h2 span {
    height: 42px;
  }

  .movie_cnt h2 span img {
    height: 42px;
  }

  .movie_grid {
    margin-top: 32px;
    gap: 64px 80px;
    grid-template-columns: repeat(1, 1fr);
  }


  #anc01.movie_sec .movie_grid::before {
    width: 60vw;
    height: 60vw;
    top: -30vw;
    right: -40vw;
  }

  #anc01.movie_sec .movie_grid::after {
    width: 54.933vw;
    height: 47.466vw;
    top: 340px;
    left: -30vw;
  }

  #anc02.movie_sec .movie_grid::before {
    width: 54.4vw;
    height: 48vw;
    right: -50vw;
  }

  #anc03.movie_sec .movie_grid::before {
    width: 86.93vw;
    height: 80vw;
    top: -48px;
    left: -40vw;
  }

  .close-movieModal {
    top: -34px;
    right: 8px;
  }

}