@charset "UTF-8";

/* ========================================================================== */

/* S T Y L E . C S S */

/* ========================================================================== */

.top-news , .top-member {
  margin: 100px 0;
}
.top-live {
  margin: 0;
}
.top-news ul {
  width: 100%;
  max-width: 1024px;
  text-align: left;
  margin: -25px auto 0;
}
.top-news ul li a {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: .99px dotted #999;
}
.top-news-inner a {
  display: -webkit-flex;
  display: flex;
}
.top-news-schedule {
  width: 200px;
}
.top-news-detail {
  -webkit-flex: 1;
  flex: 1;
}
.schedule-tit {
  padding: 0 0 5px 25px!important;
}
.venue {
  display: block;
}

    @media screen and (max-width: 600px) {
      .top-news-inner a {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
      }
      .top-news-schedule {
        width: 100%;
      }
      .top-news-detail {
        width: 100%;
        -webkit-flex: 1;
        flex: 1;
      }
      .venue {
        display: none;  
      }
    }


/* ───────────────────────────────────────────────────────────── IMG BOX CSS */
.img-box {
  margin: 80px 0 100px;
  display: flex;
  justify-content: center;
  position: relative;
}
.img-box img {
  width: 80%;
}
.top-catch {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.top-catch h2 {
  background-image: none;
}
.top-catch h2 img {
  width: 600px;
}

    @media screen and (max-width: 1024px) {
      .img-box {
        margin: 50px 0 100px;
      }
      .top-catch {
        position: absolute;
        top: -25%;
      }
      .top-catch h2 {
        font-size: 3.2em;
      }
      .top-catch h2 img {
        width: 60%;
      }
    }

    @media screen and (max-width: 768px) {
      .img-box {
        margin: 0 0 100px;
      }
    }
    @media screen and (max-width: 600px) {
      .img-box {
        margin: 0 0 100px;
      }
      .img-box img {
        width: 100%;
      }
    }
    @media screen and (max-width: 375px) {
      .img-box {
        margin: 60px 0 100px;
      }
      .top-catch {
        top: -30%;
      }
      .top-catch h2 img {
        width: 70%
      }
    }


/* ───────────────────────────────────────────────────────────── TOP LIVE CSS */
.top-live ul {
  width: 100%;
  max-width: 1024px;
  text-align: left;
  margin: -25px auto 0;
}
.top-live ul li {
  padding: 25px;
  box-sizing: border-box;
  border-bottom: .99px solid #888;
}
.top-live-inner a {
  display: -webkit-flex;
  display: flex;
}
.top-live-schedule {
  width: 200px;
}
.top-live-detail  {
  -webkit-flex: 1;
  flex: 1;
}

	@media screen and (max-width: 600px) {
    .top-live-inner a {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
    }
    .top-live-schedule {
      width: 100%;
    }
    .top-live-detail  {
      width: 100%;
      -webkit-flex: 1;
      flex: 1;
    }
  }

/* ───────────────────────────────────────────────────────────── MOVIE CSS */
.movie iframe {
  height: 315px;
}


  @media screen and (max-width: 645px) {
    .top-movie iframe {
      width: 100%;
    }
  }
  @media screen and (max-width: 414px) {
    .top-movie iframe {
      height: 208px;
    }
  }
  @media screen and (max-width: 375px) {
    .top-movie iframe {
      height: 189px;
    }
  }

/* ───────────────────────────────────────────────────────────── BIOGRAPHY CSS */
.biography-logo img {
  width: 300px;
  margin: 45px auto 60px;
}