@charset "UTF-8";
/* CSS Document */

/* .main{

  background-image: url("../../assets/img/SVG/アセット\ 1.svg");

    } */
.main {
  background-color: #000;
  z-index: -1;
}

.gallery {
  position: relative;
}

.gallery-img {
  padding-right: 5%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);

}

.gallery-top_img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}



.gradient {
  width: auto;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));

}

.section-gallery_img {
  position: relative;
  /* margin-top: 250px; */
  margin-bottom: 11%;
}

.section-gallery_item .slick-slide {
  margin: 0 20px;
}

.section-gallery_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 0 0;

}

.section-gallery_item {
  overflow: hidden;
}

.section-photo_text {
  position: relative;
  margin-top: 250px;
  margin-bottom: 10%;
}

.section-photo_text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.section-photo_snap .slick-slide img {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  justify-content: center;
  margin: 0 auto;
}

.section-photo_snap {

  margin: 0 auto;
}

.section-photo_snap img {
  width: 50vw;
}

/* .randomImg{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
height: auto;
max-width: 730px;
max-height: 800px;

} */

.center {
  margin: 0 auto;
  width: 80%;

}


.section-movie {
  display: block;
}

.section_movie_title {
  position: relative;
  margin-top: 250px;
  margin-bottom: 10%;
}


.section_movie_title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section_movie_video {
  position: relative;
  text-align: center;
  width: 80vw;
  max-width: 85vw;
  overflow: hidden;
  position: relative;
  padding-bottom: 230px;

}

.section_movie_video video {
  width: 100%;
}

/* MB 765px以下に適用されるcss*/
@media screen and (max-width: 765px) {

  .gallery-img {
    padding-right: 5%;
    position: absolute;
    top: 55%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }

  .gallery-img img {
    width: 30vw;
  }

  .section-gallery_img img {
    width: 10vw;
  }

  .section-photo_text {
    margin-top: 130px;
  }

  .section-photo_text img {
    width: 10vw;
  }

  .section_movie_title {
    margin-top: 130px;
  }

  .section_movie_title img {
    width: 10vw;
  }

  .section_movie_video {
    padding-bottom: 130px;
  }
}

/* MB 470px以下に適用されるcss*/
@media screen and (max-width: 470px) {

  .gallery-img {
    padding-right: 5%;
    position: absolute;
    top: 55%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }

  .gallery-img img {
    width: 55vw;
  }

  .section-gallery_img {
    margin-bottom: 10%;
  }

  .section-gallery_img img {
    display: block;
    margin: 0;
    padding: 200px 0 0;

  }

  .section-gallery_img img {
    width: 20%;
    margin-left: 40px;

  }

  .section-gallery_item {
    width: 80vw;
    margin: 0 auto;
  }

  .section-gallery_item img {
    width: 100%;
    padding-bottom: 50px;
  }



  .section-photo_text img {
    width: 30%;
    margin: 0;

  }

  .section-photo_text {
    margin-bottom: 15%;
  }

  .section_movie_title {
    margin-bottom: 15%;
  }

  .section_movie_title img {
    width: 30%;
    margin: 0;
  }
}