@charset "UTF-8";
/* =====================
	MOVIE
 ======================= */
/** ---------- MOVIE ARCHIVE ---------- **/
.movie_lead {
  text-align: center;
  font-size: 133.33333%;
  line-height: 1.7;
  margin-bottom: 2em;
}

.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5em 0;
}

.movie_list_item {
  width: 30.42254%;
  margin: 0 1.12676%;
}

.movie_list_item_yt {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.movie_list_item_yt iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.movie_list_item .ttl {
  font-size: 93.33333%;
  line-height: 1.5;
  margin-top: 0.5em;
}

.movie_list_item .link {
  text-align: right;
}

.movie_list_item .link a {
  display: inline-block;
  font-size: 66.66667%;
  background: #00549d;
  color: #fff;
  border-radius: 100px;
  padding: 0 2em;
}

/** ---------- MOVIE SINGLE ---------- **/
.movie_single .single_head .ttl {
  width: auto;
}

.movie_single .movie_single_main {
  width: 90.58442%;
  margin: 0 auto 4em;
}

.movie_single .movie_single_main_inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.movie_single .movie_single_main_inner iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** ---------- MOVIE ARCHIVE ---------- **/
  .movie_lead {
    font-size: 18px;
  }
  .movie_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 0;
  }
  .movie_list_item {
    width: 48%;
    margin: 0;
  }
  .movie_list_item .ttl {
    font-size: 100%;
  }
  .movie_list_item .link {
    margin-top: 0.5em;
  }
  .movie_list_item .link a {
    font-size: 14px;
  }
  /** ---------- MOVIE SINGLE ---------- **/
  .movie_single .movie_single_main {
    width: 100%;
  }
}

/*# sourceMappingURL=map/movie.css.map */
