@charset "utf-8";
/* タイトル周りの共通パーツ*/
.content-H2 {
  display: block;
  text-align: left;
  font-family: "Arial";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
}
.content-H2 .content-H2-Span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
/*メインビジュアル*/
.top-main-Visual img {
  width: 100%;
}
.top-main-Visual {
  margin-bottom: 50px;
}
/*news*/
.top-nwes-Section {
  margin-bottom: 65px;
}
.top-news-Ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-news-Ul .top-news-List {
  width: 24%;
  font-family: 'Noto Sans JP', sans-serif;
}
.top-news-List .img {
  margin-bottom: 15px;
}
.top-news-List .img img {
  width: 100%;
}
.top-news-List .top-news-Day {
  line-height: 1;
  display: block;
  text-align: left;
  color: #999;
  margin-bottom: 10px;
  font-size: 10px;
}
.top-news-Ul .top-news-List .top-news-H3 {
  text-align: left;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}
/*schedule*/
.top-schedule-Section {
  margin-bottom: 65px;
}
.top-schedule-Ul {
  display: block;
}
.top-schedule-Ul .top-schedule-List a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 5px;
  line-height: 1;
}
.top-schedule-Ul .top-schedule-List {
  border-top: 1px solid #999;
}
.top-schedule-Ul .top-schedule-List:last-child {
  border-bottom: 1px solid #999;
}
.top-schedule-List .top-schedule-Day {
  font-size: 12px;
  color: #333;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  margin-right: 20px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-schedule-List .top-schedule-Category {
  text-transform: uppercase;
  font-size: 10px;
  background-color: #333;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  margin-right: 15px;
}
.top-schedule-List .top-schedule-H3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
}
/*youtube*/
.top-youtube-Section {
  padding: 55px 0px;
  background-image: url("../images/index/ytb-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.top-youtube-Section .top-youtube-H3 {
  font-family: "Arial";
  color: #FFF;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1;
}
.top-youtube-Section .youtube-iframe {
  margin: 0 auto 30px;
}
.youtube-iframe {
  max-width: 560px;
}
.youtube-link {
  font-size: 12px;
  color: #fff;
}
.youtube-link::after {
  content: "\f138";
  font-family: FontAwesome;
  margin-left: 5px;
}
/*ディスコグラフィー*/
.viwe-more-link {
  font-size: 10px;
}
.viwe-more-link::after {
  content: "\f138";
  font-family: FontAwesome;
  margin-left: 5px;
}
.top-discography-Ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.top-discography-Ul .top-discography-List {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.top-discography-Ul .top-discography-List:last-child {
  margin-right: 0px;
}
.top-discography-List .img {
  margin-bottom: 15px;
  border: 1px solid #dbdbdb;
}
.top-discography-List .img img {
  width: 100%;
}
.top-discography-List .top-discography-H3 {
  font-size: 14px;
  font-family: "Arial";
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.top-discography-List .top-discography-Year {
  display: block;
  line-height: 1;
  font-size: 10px;
}
.top-section-Title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-discography-Section {
  margin-bottom: 60px;
}
@media screen and (max-width:980px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .top-main-Visual {
    padding-top: 100px;
    background-color: #000;
  }
  .content-H2 .content-H2-Span {
    font-size: 18px;
    display: block;
    line-height: 1;
    margin-top: 10px;
  }
  .content-H2 {
    font-size: 30px;
  }
  .top-news-Ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-news-Ul .top-news-List {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .top-news-Ul .top-news-List:nth-child(2n) {
    margin-right: 0px;
  }
  .top-schedule-Ul .top-schedule-List a {
    display: block;
    padding: 20px 5px;
    text-align: left;
  }
  .top-schedule-List .top-schedule-Category {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    width: 100px;
    border-radius: 0px;
  }
  .top-schedule-List .top-schedule-Day {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .top-youtube-Section .top-youtube-H3 {
    font-size: 25px;
  }
  .top-section-Title {
    display: block;
    margin-bottom: 40px;
  }
  .top-schedule-List .top-schedule-H3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .viwe-more-link {
    font-size: 15px;
    display: block;
    text-align: right;
  }
  .top-discography-Ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-discography-Ul .top-discography-List {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .top-discography-Ul .top-discography-List:nth-child(2n) {
    margin-right: 0px;
  }
  .top-discography-List .top-discography-H3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .top-discography-List .top-discography-Year {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .top-news-Ul .top-news-List {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .top-news-List .top-news-Day {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .top-news-Ul .top-news-List .top-news-H3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .top-news-Ul .top-news-List {
    margin-bottom: 40px;
  }
  .top-discography-Ul .top-discography-List {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .top-discography-List .top-discography-H3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .top-discography-List .top-discography-Year {
    font-size: 18px;
  }
}