@charset "utf-8";

html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: 0.3s ease-in-out;
}

.h-sp {
  display: block;
}

.h-pc {
  display: none;
}

.h-hide {
  display: none;
}

.t-center {
  text-align: center;
}

header {
  position: relative;
}

.header-MV {
  width: 100%;
  padding: 0;
  margin: 0;
}

h1.header-MV-title {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

h1.header-MV-title img {
  margin: 0 auto;
}



.intro {
  padding: 30px 0;
  color: #000;
}

/*タイトル*/
.intro .intro-lead {
  text-align: center;
  padding: 0;
  margin: 40px auto 0;
  width: 90%;
  line-height: 1.6;
  font-size: 24px;
}

.intro p {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.intro_info {
  width: 90%;
  max-width: 820px;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  font-weight: bold;
  font-size: 16px;
}

.intro_info dt {
  width: 100px;
  position: relative;
  padding-left: 20px;
}

.intro_info dd {
  width: calc(100% - 100px);
  margin-bottom: 10px;
}

.intro_info dt::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #F86400;
  top: 1rem;
  left: 0;
  margin-top: -6px;
}

/*-----pagenav-----*/
.pagenav {
  width: 70%;
  min-width: 250px;
  margin: 50px auto 0;
}

.btn-pagenav a i {
  position: relative;
  display: block;
  left: calc(50% - 7px);
  text-decoration: none;
}


.btn-pagenav a i:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 3px;
}

.btn-pagenav a i:before {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
}

.btn-pagenav a {
  width: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  font-family: Hind, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 4px 4px 20px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}


.btn-pagenav.btn-artist a {
  background: #FFFF00;
}

.btn-pagenav.btn-onair a {
  background: #FFD100;
}

.btn-pagenav a:hover {
  background: #000;
  color: #FFF;
}

.btn-pagenav a:hover i:before {
  border-bottom: 4px solid #FFF;
  border-right: 4px solid #FFF;
}

/*-----footer-----*/
.footer {
  margin-top: 0;
  background-color: #F0F0F0;
  text-align: center;
  color: #000;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer-snsList {
  display: flex;
  flex-wrap: wrap;
  width: 240px;
  margin: 0 auto 20px;
  padding-top: 20px;
}

.footer-snsList li {
  width: 30px;
  margin: 5px;
}

.footer-logo {
  margin: 0 auto 20px;
  width: 153px;
}

.footer-copyright {
  font-size: 12px;
  font-weight: 400;
}

.btn-more {
  padding: 0;
  margin: 50px auto 0;
}

.btn-more a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 460px;
  padding: 20px 6%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
  margin: 0 auto;
}

.btn-more a:after {
  position: absolute;
  content: '';
  top: calc(50% - 2.5px);
  bottom: 0;
  right: 1rem;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}


.btn-more.btn-radiko a {
  display: block;
  background: #FFF;
  border: 3px solid #000;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
}

.btn-more.btn-radiko a:hover {
  background: #000;
  color: #fff;
}

.btn-more.btn-radiko a:before {
  content: '';
  display: block;
  width: 140px;
  height: 40px;
  background: url("../img/icon_radiko.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 auto 5px;
}

.btn-more.btn-radiko a:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.btn-more.btn-twitter a {
  background: #DCF0FF;
  border: 3px solid #6EC8F0;
  color: #000;
}

.btn-more.btn-twitter a:hover {
  background: #2cb8f4;
  color: #fff;
}

.btn-more.btn-twitter a:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../img/icon_twitter.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 20px;
}

.btn-more.btn-twitter a:after {
  border-top: 2px solid #6EC8F0;
  border-right: 2px solid #6EC8F0;
}

.btn-more.btn-bangumi a {
  background: #FFE6BE;
  border: 3px solid #FAAF50;
  color: #000;
}

.btn-more.btn-bangumi :hover {
  background: #fd9001;
  color: #fff;
}

.btn-more.btn-bangumi a:before {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../img/icon_bangumi.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  padding-right: 20px;
}

.btn-more.btn-bangumi a:after {
  border-top: 2px solid #FAAF50;
  border-right: 2px solid #FAAF50;
}


.btn-more a:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

/*共通*/
h2.c-title {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 30px;
  position: relative;
  font-family: Hind, sans-serif;
  font-style: italic;
  font-size: 45px;
  line-height: 1;
  z-index: 2;
}

h2.c-title span {
  display: block;
  font-size: 16px;
  font-style: normal;
}

/*artist*/
.artist {
  position: relative;

}

.artist-bg {
  position: relative;
  margin-top: -130px;
  background-color: #FFFF00;
  z-index: 1;
}

.artist-list {
  z-index: 10;
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artist-list li {
  width: 48%;
  margin-bottom: 30px;
}

.artist-date {
  font-size: 14px;
  font-family: Hind, sans-serif;
  font-style: italic;
  color: #FFF;
  padding-left: 10px;
  margin: 10px 0 0;
  line-height: 1;

}

.artist-date>span {
  position: relative;
  display: inline-block;
}

.artist-date>span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -10px;
  top: 4px;
  right: -10px;
  z-index: -1;
}

.artist-date.artist-date-day1>span::before {
  background-color: #00D232;
}

.artist-date.artist-date-day2>span::before {
  background-color: #009BFF;
}

.artist-name {
  font-weight: bold;
}

.artist-link {
  font-size: 12px;
  text-decoration: underline;
}

.artist-link a:hover {
  background-color: #000;
  color: #FFF;
}

/*onair*/
.onair {
  position: relative;
  margin-top: 70px;
}

.onair-bg {
  position: relative;
  margin-top: -90px;
  padding-bottom: 100px;
  background-color: #FFD200;
  z-index: 1;
}

.onair-studio {
  position: relative;
  background-color: #fae696;
  padding: 20px;
  margin: 0 0 40px;
  width: 100%;
}

.onair-studio-list-about-ttl {
  background-color: #FFD200;
  font-weight: bold;
  position: absolute;
  font-size: 14px;
  top: 20px;
  left: 0;
  padding: 10px 20px;
}

.onair-studio-list-about a {
  display: block;
  text-decoration: underline;
}

.onair-studio-list-about a:first-of-type {
  font-weight: bold;
  margin: 0 0 10px;
}

.onair-studio-list-about img {
  display: block;
  width: 65%;
  margin: 70px 0 10px;
}

.onair-studio-list-map {
  display: block;
  width: 98%;
  margin: 10px auto 0;
}

.onair-list {
  z-index: 10;
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto -90px;
  padding: 100px 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.onair-list h3 {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 20;
  text-align: center;
  font-family: Hind, sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
}

.onair-list h3 span {
  display: block;
  font-size: 21px;
  margin: 20px 0 0;
}

.onair-list h3 span small {
  display: block;
  font-style: normal;
  line-height: 1.3;
  font-size: 18px;
}

.onair-studio-ctns {
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 14px;
}

.onair-studio-ctns dt {
  border-bottom: 2px solid black;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 18px;
}

.onair-studio-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.onair-studio-imgs li {
  display: block;
  width: 49%;
  margin: 0 0 15px;
}
.onair-studio-imgs li:nth-child(n + 3) {
  margin: 0;
}

.onair-studio-caption {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 10px 0 0;
}

.main_navigator-bg {
  position: relative;
  margin-top: -83px;
  background-color: #FFF;
  z-index: 11;
  width: 100%;
  padding: 110px 20px 20px;
}

.main_navigator-lead {
  display: block;
  text-align: center;
  margin: 0 0 40px;
}

.main_navigator {
  width: 100%;
}

.main_navigator_info ul {
  margin: 20px 0;
  z-index: 11;
}

.main_navigator_info h4 {
  font-size: 18px;
  margin: 10px 0;
}

.main_navigator_info h4 a {
  text-decoration: underline;
}

.main_navigator_info h5 {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 14;
}

.main_navigator_info h5:after {
  position: absolute;
  content: '';
  width: 100%;
  right: 0;
  bottom: -5px;
  border-bottom: solid 3px #FFD200;
  z-index: 14;
}

.main_navigator_info h5 span {
  position: relative;
  background-color: #FFD200;
  padding: 2px 50px 0 10px;
  line-height: 1;
  font-family: Hind, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  z-index: 13;

}

.main_navigator_info h5 span::after {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 20px white;
  border-bottom: solid 40px transparent;
  z-index: 12;
}

.main_navigator_info h5+p {
  font-weight: bold;
}

.main_navigator_info_sns img {
  width: 30px;
  margin: 5px 5px 0 0;
}

/*-----timetable-----*/
.timetable {
  margin: 70px auto 0;
}

.timetable-list {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}

.banner {
  width: 90%;
  max-width: 460px;
  margin: 70px auto;
}

@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .h-sp {
    display: none;
  }

  .h-pc {
    display: block;
  }

  .img-scroll {
    width: 10px;
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 10;
  }

  .lead {
    padding: 30px 0;
  }

  h1.header-MV-title img {
    width: 100%;
  }

  .intro {
    padding: 70px 0;
  }

  .intro .intro-lead {
    font-size: 32px;
  }

  .intro p {
    font-size: 18px;
  }

  .intro_info dt {
    width: 120px;
  }

  .intro_info dd {
    width: calc(100% - 120px);
    margin-bottom: 0;
  }

  .intro_info dt::before {
    top: 1.2rem;
  }


  /*共通*/
  h2.c-title {
    font-size: 60px;
  }

  h2.c-title span {
    font-size: 18px;
  }

  /*artist*/

  .artist-bg {
    margin-top: -100px;
  }

  .artist-list li {
    width: 30%;
  }

  .artist-list::after {
    content: "";
    display: block;
    width: 25%;
  }

  .artist-name {
    font-size: 18px;
  }

  /*onair*/
  .onair-studio {
    padding: 20px;
    margin: 0 0 40px;
  }

  .onair-studio-list {
    display: flex;
    justify-content: space-between;
  }

  .onair-studio-list-about-ttl {
    font-size: 16px;
  }

  .onair-studio-list-about a:first-of-type {
    margin: 0 0 5px;
  }

  .onair-studio-list-about img {
    width: 275px;
  }

  .onair-studio-list-map {
    width: 320px;
    margin: 0;
  }

  .onair-bg {
    margin-top: -100px;
    padding-bottom: 120px;
  }

  .onair-list h3 {
    font-size: 40px;
  }

  .onair-list h3 span {
    display: block;
    font-size: 23px;
  }

  .onair-studio-wrap {
    padding: 20px 50px 0;
  }

  .onair-studio-ctns dt {
    font-size: 25px;
  }

  .onair-studio-imgs li {
    width: 24%;
    margin: 0;
  }

  .onair-studio-caption {
    font-size: 14px;
  }

  .main_navigator-bg {
    width: 960px;
    margin: 0 auto;
    margin-top: -65px;
    padding: 90px 60px 80px;
  }

  .main_navigator {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .main_navigator_img {
    width: 400px;
  }

  .main_navigator_info {
    width: 400px;
  }

  .main_navigator_info h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .main_navigator_info ul {
    display: flex;
    justify-content: space-between;
  }

  .main_navigator_info li {
    width: 48%;
  }

  .main_navigator_info h5 span {
    font-size: 14px;
  }

  .timetable-list {
    display: flex;
    justify-content: space-between;
  }

  .timetable-list li {
    width: 47%;
  }
}

@media (min-width: 992px) {

  .header-MV {
    padding-bottom: 0;
  }

  .btn-more a {
    font-size: 16px;
  }

  .footer {
    padding-top: 0;
  }

  .footer-snsList {
    width: 360px;
  }

  .footer-snsList li {
    width: 40px;
    margin: 10px;
  }

  .footer-logo {
    width: 306px;
    margin: 0 auto 50px;
  }

  ul.btn-more {
    display: flex;
    justify-content: space-between;
  }

  .btn-more li {
    width: 48%;
  }

  /*-----pagenav-----*/
  .pagenav {
    width: 96%;
    max-width: 1020px;
    display: flex;
    justify-content: space-between;
  }

  .btn-pagenav {
    width: 32%;
  }

  .btn-pagenav a {
    font-size: 28px;
  }
}