@charset "utf-8";
.page-top-visual {
  background-image: url("../images/common/page-header.jpg");
  padding: 110px 0px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-top-visual-Container {
  padding-top: 176px;
  background-color: rgba(0, 0, 0, .2);
}

.page-top-visual-Container.inPage {
	padding-top:0;
	background-color: none;
}


.page-top-H2 {
  text-align: left;
  color: #fff;
  font-family: "Arial";
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.page-top-H2 .page-top-Span {
  font-size: 14px;
  color: #FFF;
  display: block;
  line-height: 1;
  margin-top: 5px;
}
.discography-H3 {
  text-transform: uppercase;
  font-family: "Arial";
  font-size: 18px;
  margin-bottom: 50px;
  display: block;
  text-align: left;
  line-height: 1;
  font-weight: normal;
}
.page-Wrapper {
  margin-bottom: 110px;
}
/*schedule*/
.archive-schedule-Ul {
  margin-bottom: 20px;
}
.schedule-archive-link-Box {
  text-align: right;
}
.schedule-archive-Link {
  font-size: 11px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #adadad;
  line-height: 1;
}
.schedule-List {
  border-top: 1px solid #e5e5e5;
  line-height: 1;
  padding: 20px 15px;
  position: relative;
}
.page-inner li.schedule-List::after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #333;
  font-size: 13px;
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.schedule-List a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.schedule-List:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.schedule-Category {
  width: 70px;
  font-size: 10px;
  background-color: #000;
  line-height: 1;
  color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  margin-right: 18px;
}
.archive-schedule-Ul .schedule-Category {
  padding: 5px 0px;
}
.archive-schedule-Ul .schedule-title {
  font-size: 13px;
  font-weight: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.schedule-Day {
  font-size: 13px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.schedule-title {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
}
.schedule-ul {
  margin-bottom: 30px;
}
.schedule-link-Box {
  display: block;
  text-align: right
}
.schedule-link {
  display: inline-block;
  font-size: 11px;
  padding-bottom: 5px;
  border-bottom: 1px solid #adadad;
  line-height: 1;
  font-weight: bold;
}
.schedule-link:hover {
  text-decoration: none;
}
/*news*/
.nwes-title-H3 {
  display: block;
  border-left: 3px solid #010101;
  padding-left: 12px;
  text-align: left;
  line-height: 1.8;
  padding: 3px 12px;
  margin-bottom: 40px;
}
.nwes-title-H3 .news-day {
  font-size: 10px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.post-text {
  display: block;
  text-align: left;
  margin-bottom: 35px;
  font-size: 13px;
  line-height: 1.8;
}
.botan-lzink-Archive {
  line-height: 1;
  margin: auto;
  font-size: 11px;
  padding: 10px 0px;
  width: 160px;
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.botan-lzink-Archive:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.discography-img-Box {
  margin-bottom: 40px;
}
.discography-img-Box img {
  max-width: 320px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}
/*discography*/
.discography-ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.discography-ul-dvd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.discography-List {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 45px;
}
.discography-List:nth-child(4n) {
  margin-right: 0px;
}
.discography-List .img {
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.discography-List .img img {
  width: 100%;
}
.discography-List .text {
  text-align: left;
  margin-bottom: 20px;
}
.discography-title {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}
.shop-link-Botan {
  display: block;
  width: 180px;
  background-color: #2a3b4b;
  border: 1px solid #2a3b4b;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  padding: 10px 0px;
  margin: auto;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.shop-link-Botan::before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 14px;
}
.shop-link-Botan:hover {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #2a3b4b;
}
.discography-releaseDay {
  line-height: 1;
  font-size: 10px;
  display: block;
}
.section-discography {
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.section-discography.section-discography02 {
  border-bottom: none;
}
.discography-ul-dvd .discography-List {
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
}
.discography-ul-dvd .discography-List:last-child {
  margin-right: 0px;
}
.caution-redText {
  color: #e61515;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}
/*profile*/
.profile-name-H3 {
  display: block;
  margin-bottom: 35px;
  text-align: left;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
}
.profile-name-span {
  font-size: 10px;
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
.profile-img {
  margin-bottom: 60px;
}
.profile-img img {
  max-width: 300px;
}
.profile-content .profile-Text {
  text-align: left;
  display: block;
  margin-bottom: 45px;
  font-size: 13px;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  line-height: 1.8;
}
/*RADIO*/
.radio-Ul {
  margin: auto;
  margin-bottom: 60px;
}
.radio-Ul .radio-List {
  padding: 50px 0px;
  background-color: #ebebeb;
  margin-bottom: 30px;
}
.radio-Ul .radio-List:last-child {
  margin-bottom: 0px;
}
.radio-list-H3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
.radio-list-Text {
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 30px;
}
.radio-list-botan {
  font-size: 13px;
  color: #FFF;
  background-color: #000;
  display: block;
  margin: auto;
  width: 270px;
  line-height: 1;
  padding: 20px 0px;
  border: 1px solid #000;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.radio-list-botan:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.sponsor-text p {
  font-size: 13px;
  line-height: 1.8;
  display: block;
  text-align: center;
}

.thanks-Text{
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    
}
@media screen and (max-width:980px) {
  .page-top-visual-Container {
    padding-top: 108px;
    background-color: rgba(0, 0, 0, .2);
  }
  .page-top-visual {
    padding: 50px 0px;
    margin-bottom: 20px;
  }
  .content-inner {
    max-width: initial;
    margin: auto;
    width: 90%;
  }
  .schedule-List a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .schedule-Day {
    display: inline-block;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .schedule-Category {
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px 0px;
    font-size: 13px;
  }
  .schedule-title {
    font-size: 15px;
    font-weight: normal;
  }
  .discography-H3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .discography-List {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .discography-List:nth-child(2n) {
    margin-right: 0px;
  }
  .discography-List:nth-child(4n) {
    margin-right: auto;
  }
  .discography-ul-dvd {
    display: block;
    width: 100%;
  }
  .discography-ul-dvd .discography-List {
    width: 100%;
    margin-right: 0px;
  }
  .discography-title {
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .discography-releaseDay {
    line-height: 1;
    font-size: 14px;
    display: block;
  }
  .discography-List .img {
    margin-bottom: 10px;
  }
  .radio-Ul {
    max-width: initial;
    margin: auto;
    margin-bottom: 60px;
    width: 100%;
  }
  .list-Box {
    width: 90%;
    margin: auto;
  }
  .radio-list-botan {
    font-size: 15px;
    width: 80%;
    line-height: 1;
    padding: 15px 0px;
  }
  .radio-list-H3 {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .radio-list-Text {
    line-height: 1.8;
    font-size: 11px;
    margin-bottom: 30px;
  }
  .radio-Ul {
    margin-bottom: 30px;
  }
  .botan-lzink-Archive {
    font-size: 12px;
    padding: 15px 0px;
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .shop-link-Botan {
    display: block;
    width: 80%;
    padding: 20px 0px;
  }
  .discography-List {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .profile-img {
    margin-bottom: 30px;
  }
  .profile-name-H3 {
    margin-bottom: 20px;
  }
  .profile-content .profile-Text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .sponsor-text p {
    font-size: 15px;
  }
}