@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : movie_contents.css
Description :
===================================================================== */
/* =====================================================================
    movie_contents
======================================================================*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

#wrapper {
  overflow: clip;
}

.main {
  font-family: Meiryo, sans-serif;
  font-size: 14px;
}
.main * {
  font-weight: bold;
}

.set-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.set-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.movie_contents {
  padding: 8rem 0 40rem;
  background: url(../images/top/bg_live.jpg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .movie_contents {
    padding: 4rem 0 16rem;
  }
}
.movie_contents-ttl {
  margin: 0 0 -8% 10%;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .movie_contents-ttl {
    margin: 0 0 -5% calc(260 / 1000 * 100%);
    width: calc(371 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .movie_contents .movie-list > li:not(:first-child) p {
    min-height: 6em;
  }
}
.movie_contents .movie-list > li:first-child {
  width: 100%;
}
.movie_contents .movie-list > li:first-child a.yt_popup::before {
  font-size: 12rem;
}
@media screen and (min-width: 768px) {
  .movie_contents .movie-list > li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(580 / 1000 * 100%);
  }
  .movie_contents .movie-list > li:first-child p span:not(.new) {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 768px) {
  .movie_contents .movie-list > li:nth-child(2), .movie_contents .movie-list > li:nth-child(4) {
    margin-left: calc(600 / 1000 * 100%);
  }
}

.movie-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem 4%;
}
@media screen and (min-width: 768px) {
  .movie-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.4rem calc(12 / 1000 * 100%);
  }
}
.movie-list > li {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .movie-list > li {
    width: calc(190 / 1000 * 100%);
  }
}
.movie-list > li.is-hidden {
  display: none;
}
.movie-list > li a.yt_popup {
  position: relative;
}
.movie-list > li a.yt_popup::before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 8rem;
  color: #fff;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}
@media screen and (min-width: 768px) {
  .movie-list > li a.yt_popup::before {
    font-size: 5rem;
  }
}
.movie-list > li a.yt_popup img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.movie-list > li p {
  margin-top: 0.5em;
}
.movie-list > li p span:not(.new) {
  padding: 0 0.2em;
  background-color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.movie-list > li p .new {
  color: #ffffff;
  display: block;
  margin-bottom: 0.3em;
  font-family: "Azeret Mono", monospace;
  font-size: 130%;
  line-height: 1.3;
  text-shadow: 1px 1px 0.2em #4c6c0f, 1px -1px 0.2em #4c6c0f, -1px 1px 0.2em #4c6c0f, -1px -1px 0.2em #4c6c0f, 1px 0px 0.2em #4c6c0f, 0px 1px 0.2em #4c6c0f, -1px 0px 0.2em #4c6c0f, 0px -1px 0.2em #4c6c0f;
}

.btn-more {
  display: block;
  margin: 5rem auto 0;
  padding: 0.6em;
  width: 100%;
  font-size: 140%;
  color: #fff;
  background-color: #111a33;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}
@media screen and (min-width: 768px) {
  .btn-more {
    width: 60%;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .btn-more:hover {
    color: #111a33;
    background-color: #fff;
  }
}

a.nolink {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}

/* =====================================================================
    prefectures 
======================================================================*/
.prefectures-tab {
  position: sticky;
  margin-top: -8em;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2%;
  font-size: 3rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .prefectures-tab {
    margin-top: -3.85em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem 1%;
    font-size: 2.4rem;
  }
}
.prefectures-tab > li {
  width: 32%;
}
@media screen and (min-width: 768px) {
  .prefectures-tab > li {
    width: calc(158 / 1000 * 100%);
  }
}
.prefectures-tab > li a {
  position: relative;
  text-align: center;
  padding: 0.8em;
  font-weight: bold;
  line-height: 1.25;
  color: #111a33;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .prefectures-tab > li a:hover {
    color: #fff;
    background-color: #111a33;
  }
  .prefectures-tab > li a:hover::after {
    background-color: #fff;
  }
}
.prefectures-tab > li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #d4d4d4;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.prefectures-tab > li a small {
  display: block;
  padding-top: 0.3em;
  font-family: "Azeret Mono", monospace;
  font-size: 65%;
  color: #09b9ee;
}
.prefectures-tab > li a span {
  display: block;
  font-size: 80%;
  font-weight: bold;
}
.prefectures-list > li {
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .prefectures-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.prefectures-list > li p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.prefectures-list-ttl {
  margin: 0 auto;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .prefectures-list-ttl {
    margin: 0;
    width: calc(357 / 1000 * 100%);
  }
}
.prefectures-list-subttl {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 1em;
  font-size: 150%;
  border-bottom: 5px solid #09b9ee;
}
@media screen and (min-width: 768px) {
  .prefectures-list-subttl {
    font-size: 170%;
  }
}
.prefectures-list-subttl::before {
  content: "▶";
  position: absolute;
  display: block;
  top: 0.2em;
  left: 0;
  color: #09b9ee;
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .prefectures-list-group {
    width: calc(600 / 1000 * 100%);
  }
}
.prefectures-list-group > li {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .prefectures-list-group > li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .prefectures-list-group .movie-list > li {
    width: 31.6666666667%;
  }
}/*# sourceMappingURL=movie_contents.css.map */