@charset "UTF-8";
/* ########## 基本設定 ##########*/
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
img {
  box-sizing: border-box;
}
li {
  list-style: none;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  /* background-image: url(../img/bg-img-01.jpg); */
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  /* border: solid 1px blueviolet; */
}
body {
  background: #000;
}
.stardos-stencil-regular {
  font-family: "Stardos Stencil", system-ui;
  font-weight: 400;
  font-style: normal;
}

.stardos-stencil-bold {
  font-family: "Stardos Stencil", system-ui;
  font-weight: 700;
  font-style: normal;
}
/* ######################## SPここから#################################### */
/* ##############  header  ################### */
header img {
  width: 125px;
  margin: 10px 0 0 0;
}
header {
  display: flex;
  justify-content: center;
  z-index: 100;
  opacity: 0.9;
  align-items: center;
  position: sticky;
  top: 0;
}
.menu-btn {
  top: 10px;
  right: 5%;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #000;
}
header .menu-content-pc {
  display: none;
}

/* ##################  ハンバーガーメニュー  ###################### */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #b8aa7b;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(0, 0, 0, 80%);
  transition: all 0.5s; /*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #b8aa7b;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #b8aa7b;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #b8aa7b;
  border-right: solid 2px #b8aa7b;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
/* ##################  ハンバーガーメニュー  ###################### */
.icon-box {
  display: flex;
  justify-content: left;
  align-items: center;
}
.icon {
  padding-bottom: 0px;
}
.icon a {
  color: #b8aa7b;
  text-decoration: none;
}
.fab.fa-twitter {
  font-size: 20px;
  margin: 3px;
}
.fab.fa-youtube {
  font-size: 20px;
  margin: 3px 10px 3px 3px;
}
.fab.fa-facebook {
  font-size: 20px;
  margin: 3px;
}
/* ##############  headerここまで  ################### */
.wrap {
  width: 100%;
}
.hero-box-min {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-box-min p {
  padding-top: 90px;
  padding-bottom: 30px;
  color: #fff;
  font-family: serif;
  font-size: 22px;
  text-align: center;
}
/* ######################### hero-box# ここまで########################### */
  /* ############################# バイオグラフィーここから ########################### */
   .band-img-r{
    display: none;
    width: 95%;
    margin: 10px;
}
.band-img-l{
  display: none;
  width: 95%;
  margin: 10px;
}
/* ############################# ニュースここから ########################### */
.news-area {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 90%;
  background-image: url(../img/bg-img-105.jpg);
  background-position: center center;
  opacity: 0.8;
  /* border: solid 1px blue; */
  margin: 0 auto;
  padding-top: 30px;
}
.news-area h2 {
  margin: 20px auto;
  padding: 0 0 0 0;
  width: 50%;
  text-align: center;
  color: #b8aa7b;
}
.news-area p {
  margin: 10px 0 10px 0;
}
.slidein dl {
  border-bottom: 1px solid #b8aa7b;
  padding: 0 0 15px 10px;
}
.news-title {
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-area p.time-stamp {
  font-size: 0.9em;
  color: gray;
  margin: 0;
}
.mini-icon {
  background-color: #f00;
  color: #fff;
  border-radius: 3px;
}
.news-area a{
  text-decoration: none;
  color: #65a3f5
}
.news-area a:hover{
  color: #f00;
}
/* ############################# ニュースここまで ########################### */
/* ############################# メンバーここから ########################### */
.member-area {
  width: 90%;
  margin: 0px auto;
  background-position: center center;
  color: #b8aa7b;
  position: relative;
  overflow: hidden;
  /* border: solid 1px #f00; */
  text-align: center;
  border-bottom: solid 1px #b8aa7b;
}
.member-area h2 {
  margin: 0px auto;
  padding: 0 0 0 0;
  width: 50%;
  text-align: center;
  color: #b8aa7b;
}
.member-area img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.member-list p {
  padding: 5px 0 5px 0;
}
/* ############################# メンバーここまで ########################### */
/* ############################# コンテンツここから ########################### */
.content-area {
  width: 90%;
  margin: 20px auto;
  color: #fff;
  text-align: center;
}
.music-box {
  width: 90%;
  margin: 0 auto;
}
.music-box .title {
  text-align: left;
  padding: 10px 0 5px 15px;
}
/* ############################# コンテンツここまで ########################### */
footer {
  color: #b8aa7b;
  width: 100%;
  height: 5vh;
  border-top: 1px solid #b8aa7b;
}
footer p {
  font-size: small;
  text-align: center;
}
/* ######################### スライダー ####################### */
.slidein {
  width: 100%;
  margin: 0px auto 20px auto;
  /* background-color: rgba(0, 0, 0, 0.2); */
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1s;
}

.slidein-left {
  transform: translate(0, 0);
}
.slidein-right {
  transform: translate(0, 0);
}
.slidein-up {
  transform: translate(0, 0);
}
.slidein-bottom {
  transform: translate(0, 0);
}
.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
/* ######################### スライダー ####################### */
/* ######################## SPここまで#################################### */

/* #################### TBここから #################################*/
@media (min-width: 768px) {
  header img {
    width: 150px;
    margin: 10px 0 0 25px;
  }
  header .menu-content-pc ul li {
    width: 100px;
    text-align: center;
  }
  .wrap {
    width: 100%;
  }
  .hero-box-min {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .hero-box-min p {
    padding-top: 280px;
    padding-bottom: 100px;
    color: #fff;
    font-family: serif;
    font-size: 48px;
    text-align: center;
  }
  .member-list {
    width: 80%;
    display: flex;
    justify-content: space-around;
  }
  /* ############################# コンテンツここから ########################### */
  .content-area {
    width: 70%;
    margin: 20px auto;
    color: #fff;
    text-align: center;
  }
  .music-box {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .content-area h2 {
    margin: 20px;
  }
  .music-box .title {
    text-align: left;
    padding: 10px 0 5px 15px;
  }
  /* ############################# コンテンツここまで ########################### */
  footer {
    color: #b8aa7b;
    width: 100%;
    height: 5vh;
    border-top: 1px solid #b8aa7b;
  }
  footer p {
    font-size: small;
    text-align: center;
  }
  /* ######################### スライダー ####################### */
  .slidein {
    width: 100%;
    margin: 0px auto 20px auto;
    /* background-color: rgba(0, 0, 0, 0.2); */
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1s;
  }
  .slidein-left {
    transform: translate(-100%, 0);
  }
  .slidein-right {
    transform: translate(100%, 0);
  }
  .slidein-up {
    transform: translate(0, -100%);
  }
  .slidein-bottom {
    transform: translate(0, 100%);
  }
  .scrollin {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
  /* ######################### スライダー ####################### */
}

/* #################### TBここまで #################################*/

/*##################### PCここから ####################################### */
/* 幅が 950px 以上であれば */
@media (min-width: 950px) {
  /* ##############  headerここから  ################### */
  header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    top: 0;
  }
  header img {
    width: 175px;
    margin: 10px 10px 0 10px;
  }
  .menu-btn {
    display: none;
  }
  header .menu-content-pc {
    display: block;
    margin: 0;
  }
  header h1 {
    text-align: center;
  }
  header .menu-content-pc ul {
    display: flex;
    justify-content: center;
  }
  header .menu-content-pc ul li {
    width: 115px;
    text-align: center;
    border-right: solid 1px #b8aa7b;
  }
  header .menu-content-pc ul li:first-child {
    border-left: solid 1px #b8aa7b;
  }

  header .menu-content-pc ul li a {
    color: #b8aa7b;
    width: 115px;
    text-decoration: none;
    position: relative; /*アンダーラインの位置を決めるための基準 */
  }
  header .menu-content-pc ul li a:hover {
    color: #f00;
    font-weight: bold;
    transition: all 0.4s ease;
  }
  .icon a:hover {
    color: #f00;
    transition: all 0.4s ease;
  }
  .icon-box h1 a:hover {
    opacity: 0.6;
    transition: all 0.4s ease;
  }

  header .menu-content-pc ul li a::after {
    position: absolute; /*親要素であるaタグを基準に位置を指定*/
    left: 0; /*アンダーラインを各メニュー（aタグ）の左端に指定*/
    content: ""; /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
    width: 100%; /*アンダーラインを各aタグの幅に合わせる*/
    height: 1px; /*アンダーラインの高さ（太さ）*/
    background: #f00; /*アンダーラインの色*/
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #f00;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s; /*変形の時間*/
  }
  header .menu-content-pc ul li a:hover::after {
    transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top; /*左から右に向かう*/
  }
  .fab.fa-twitter {
    font-size: 25px;
    margin: 3px;
  }
  .fab.fa-youtube {
    font-size: 25px;
    margin: 3px 10px 3px 3px;
  }
  .fab.fa-facebook {
    font-size: 25px;
    margin: 3px;
  }
  /* ##############  headerここまで  ################### */
  .wrap {
    width: 100%;
    max-width: 1280px;
  }
  .hero-box-min {
    width: 100%;
    max-width: 1280px;
    min-height: 720px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
  }
  .hero-box-min p {
    padding-top: 500px;
    padding-bottom: 80px;
    color: #fff;
    font-family: serif;
    font-size: 60px;
    text-align: center;
  }
   /* ############################# バイオグラフィーここから ########################### */
  .band-img-r{
    display: inline;
    width: 350px;
    float: right;
    margin: 10px;
}
.band-img-l{
  display: inline;
  width: 350px;
  float: left;
  margin: 10px 10px 10px 0px;
}


  /* ############################# ニュースここから ########################### */
  .news-area {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 70%;
    background-image: url(../img/bg-img-105.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    /* border: solid 1px blue; */
    margin: 0 auto;
    padding-top: 30px;
  }
  .news-area h2 {
    margin: 20px auto;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
  }
  .news-area p {
    margin: 10px 0 10px 0;
  }
  .slidein dl {
    border-bottom: 1px solid #b8aa7b;
    padding: 0 0 15px 10px;
  }
  .news-title {
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news-area p.time-stamp {
    font-size: 0.9em;
    color: gray;
    margin: 0;
  }
  .mini-icon {
    background-color: #f00;
    color: #fff;
    border-radius: 3px;
  }

  /* ############################# ニュースここまで ########################### */
  /* ############################# メンバーここから ########################### */
  .member-area {
    width: 70%;
    padding-bottom: 30px;
  }
  .member-list {
    width: 100%;
    display: flex;
    justify-content:space-around;

  }
  /* ############################# メンバーここまで ########################### */
  /* ############################# コンテンツここから ########################### */
  .content-area {
    width: 50%;
    margin: 20px auto;
    color: #fff;
    text-align: center;
  }
  .music-box {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .content-area h2 {
    margin: 20px;
  }
  .music-box .title {
    text-align: left;
    padding: 10px 0 5px 15px;
  }
  .video-box {
    margin: 0 auto 20px auto;
    width: 70%;
    height: 300px;
    border-top: solid 1px #b8aa7b;
    color: #fff;
    text-align: center;
    padding-top: 20px;
  }
  /* ############################# コンテンツここまで ########################### */
  /* ######################### スライダー ####################### */
  .slidein {
    width: 100%;
    margin: 0px auto 20px auto;
    /* background-color: rgba(0, 0, 0, 0.2); */
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1s;
  }

  .slidein-left {
    transform: translate(-100%, 0);
  }
  .slidein-right {
    transform: translate(100%, 0);
  }
  .slidein-up {
    transform: translate(0, -100%);
  }
  .slidein-bottom {
    transform: translate(0, 100%);
  }
  .scrollin {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
  footer {
    color: #b8aa7b;
    width: 100%;
    height: 5vh;
    border-top: 1px solid #b8aa7b;
  }
  footer p {
    font-size: small;
    text-align: center;
  }
  /* ######################### スライダー ####################### */
}
/*##################### PCここまで ####################################### */
