/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero .inner {
  width: 100%;
}
.hero_image picture img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	outline
----------------------------------------------------------------------------*/
.outline .inner {
  max-width: 950px;
  padding-top: 185px;
}
@media screen and (max-width: 950px) {
  .outline .inner {
    max-width: 100%;
    padding-top: 8.842vw;
    padding-bottom: 6.842vw;
  }
}
.outline_image {
  text-align: center;
}
@media screen and (max-width: 950px) {
  .outline_image {
    max-width: 100%;
    margin-bottom: 4.842vw;
  }
}
.outline_image picture {
  display: inline-block;
}
.outline_image picture img {
  width: 880px;
}
@media screen and (max-width: 950px) {
  .outline_image picture img {
    width: 92.632vw;
  }
}
.outline_heading {
  text-align: center;
}
.outline_heading picture {
  display: inline-block;
}
.outline_heading picture img {
  width: 815px;
}
@media screen and (max-width: 950px) {
  .outline_heading picture img {
    width: 85.789vw;
  }
}

/*----------------------------------------------------------------------------
	movie
----------------------------------------------------------------------------*/
.movie{
  background-image: linear-gradient(transparent, #ffdc00 65%);
}
.movie .inner {
  position: relative;
  max-width: 950px;
  margin-top: 227px;
  padding-right: 44px;
  padding-bottom: 50px;
  padding-left: 44px;
}
@media screen and (max-width: 950px) {
  .movie .inner {
    max-width: 100%;
    margin-top: 8vw;
    padding-right: 6.842vw;
    padding-bottom: 4.632vw;
    padding-left: 4.632vw;
  }
}
.movie .field {
  position: relative;
  background-color: #fff;
  padding-top: 22px;
  padding-right: 33px;
  padding-bottom: 27px;
  padding-left: 33px;
  border-radius: 28px;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .movie .field {
    padding-top: 2.316vw;
    padding-right: 3.474vw;
    padding-bottom: 2.842vw;
    padding-left: 3.474vw;
    border-radius: 2.947vw;
  }
}
.movie .inner::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
  top: -131px;
  right: -23px;
  width: 410px;
  height: 523px;
  background-image: url(../images/movie_art-01.png);
}
@media screen and (max-width: 950px) {
  .movie .inner::after {
    top: -7.105vw;
    right: -1.789vw;
    width: 35.579vw;
    height: 46.579vw;
  }
}
@media screen and (max-width: 950px) {
}
.movie_heading {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 950px) {
  .movie_heading {
    margin-bottom: 6.842vw;
  }
}
.movie_heading picture {
  display: inline-block;
}
.movie_heading picture img {
  width: 654px;
}
@media screen and (max-width: 950px) {
  .movie_heading picture img {
    width: 68.842vw;
  }
}
.movie_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 65px;
       column-gap: 65px;
  margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
  .movie_box {
    -moz-column-gap: 6.842vw;
         column-gap: 6.842vw;
    margin-bottom: 3.158vw;
  }
}
.movie_item-headline {
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 950px) {
  .movie_item-headline {
    margin-bottom: 0.737vw;
  }
}
.movie_item-headline picture {
  display: inline-block;
}
.movie_item-headline picture img {
  width: 220px;
}
@media screen and (max-width: 950px) {
  .movie_item-headline picture img {
    width: 23.158vw;
  }
}
.movie_frame iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.movie_link a {
  position: relative;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #68c711;
  border-radius: 500px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .movie_link a {
    padding-top: 1.895vw;
    padding-bottom: 1.895vw;
  }
}
@media screen and (max-width: 950px) {
  .movie_link a::after {
    right: 3.895vw;
    width: 3.053vw;
    height: 1.053vw;
  }
}
.movie_link a picture {
  display: inline-block;
}
.movie_link a picture img {
  width: 563px;
}
@media screen and (max-width: 950px) {
  .movie_link a picture img {
    width: 59.263vw;
  }
}

/*----------------------------------------------------------------------------
	search
----------------------------------------------------------------------------*/
.search .inner {
  width: 100%;
}
.search a {
  display: block;
}
.search_image img {
  width: 100%;
}
/*# sourceMappingURL=index.css.map */