html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
div,
span,
img,
a,
table,
tr,
th,
td,
article {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  color: #2E260D;
  font-size: 62.5%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}


/*共通*/
article {
  padding: 0 20px;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}


a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #f19b04;
}

/*.btn{
background: -moz-linear-gradient(45deg, #f19b04, #F5C825); 
background: -webkit-linear-gradient(45deg, #f19b04, #F5C825); 
background: linear-gradient(15deg, #f19b04, #F5C825);
	color: #fff;
	display: inline-block;
	margin: 40px auto 0 auto;
	padding: 14px 24px;
	border-radius: 24px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-size:18px;
}

.btn:hover{
background: -moz-linear-gradient(45deg, #F5C825, #f19b04); 
background: -webkit-linear-gradient(45deg, #F5C825, #f19b04); 
background: linear-gradient(15deg, #F5C825, #f19b04);
text-shadow: 1px 1px 1px #666;
}*/




/*header*/
header {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding: 30px 20px 20px 20px;
  margin: auto;
}



h1 {
  font-size: 22px;
  background-color: #fafafa;
  padding: 0px 20px;
  text-align: center;
}

/*menu link*/
nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 16px;
}

nav li {
  padding-left: 16px;
  font-size: 18px;
}

nav a {
  padding: 0 0 5px;
  position: relative;
  text-decoration: none;
}

nav a::before,
nav a::after {
  border-bottom: solid 2px #f19b04;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

nav a::before {
  left: 50%;
}

nav a::after {
  right: 50%;
}

nav a:hover::before,
nav a:hover::after {
  width: 50%;
}

nav .current {
  color: #f19b04;
}

.bandcamp {
  padding: 0;
}

.bandcamp img {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
}


/*トップコンセプトイメージ*/
#concept {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.concept_text {
  position: absolute;
  left: 40px;
  top: 200px;
  z-index: 1;
  text-align: left;
  width: 500px;
}

.concept_text h2 {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0;
}

.concept_text p {
  font-size: 17px;
  line-height: 2;
  margin: 8px 0 0 0px;
}

.concept_image {
  right: 0px;
  text-align: right;
}

.concept_image img {
  max-width: 80%;
}

#top_news .flex {
  justify-content: space-between;
}

/*トップニュース*/
.flex {
  display: flex;
  margin: 20px auto;
  justify-content: space-around;
}

#top_news {
  text-align: left;
  max-width: 1200px;
  margin: auto;
}

#top_news h2 {
  font-size: 1.4rem;
  border-bottom: 1px #ccc solid;
  margin-bottom: 1rem;
}


#top_news li {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news_list {
  width: 60%;
  margin: 0 30px;
}

.online {
  border: 1px #ccc solid;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}

.online .title {
  font-size: 16px;
  font-weight: bold;
  background: rgba(246, 246, 208, 0.7);
  padding: 6px;
  margin-bottom: 10px;
}

.online-url {
  margin: 8px 0 12px 0;
}

.online-url li {
  font-size: 12px !important;
  margin-bottom: 2px !important;
}

.banner_area {
  width: 40%;
  margin-top: 20px;
}

/*profile*/
main {
  max-width: 1024px;
  margin: 40px auto;
}

.profile {
  font-size: 0.9rem;
  line-height: 1.5;
}

.profile_img {
  min-width: 300px;
  margin-right: 24px;
}

.profile h2 {
  padding-left: 0.5rem;
  border-left: 5px solid red;
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
  font-weight: bold;
}

.tres p {
  margin-bottom: 1rem;
}

.tres_member {
  max-width: 960px;
  margin: 1rem auto;
  color: #555;
}

.tres_member h3 {
  margin-top: 1.5rem;
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
  border-top: 1px dotted #ccc;
}

/*schedule*/
.schedule {
  max-width: 960px;
  margin: 20px auto;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
}

.schedule h2 {
  max-width: 640px;
  background: #efefef;
  margin: 16px auto 24px auto;
  padding: 4px;
}

.schedule p {
  margin-bottom: 32px;
}

hr {
  border: 0;
  height: 1px;
  display: inline-block;
  width: 100px;
  background: #ddd;
  margin: 16px 0;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*discography*/
#box {
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  width: 90%;
}

#box h2 {
  border-left: #999999 solid;
  border-bottom: 1px #222 solid;
  padding: 5px;
}

#box h3 {
  border-bottom: 1px #222 dotted;
  padding: 3px;
  font-weight: normal;
  font-size: 14px;
  width: 87%;
  margin: 20px 0;
}

#box ul li {
  margin: 0px 10px 10px 0;
  display: table;
  vertical-align: middle;
  text-align: center;

}

#box p {
  line-height: 160%;
}


#box li img {
  cursor: pointer;
}

#disco-index {
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
}

#disco-index li {
  float: left;
  background-color: #000;
  width: 120px;
}

#disco-index img {
  width: 120px;
  height: 120px;
}

#disco-other {
  padding-bottom: 30px;

  display: block;
  overflow: hidden;
}

#disco-other ul li {
  text-align: left;
  font-size: 11px;
  float: left;
  width: 400px;
  border-left: 5px #222 solid;
}

#disco-other img {
  width: 50px;
  height: 50px;
  padding-right: 10px;
  float: left;
  display: block;
  border-left: #000 2px solid;
}

.noimage {
  background-color: #111;
  width: 40px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 9px;
  text-align: center;
  padding-top: 20px;
  border-left: #000 2px solid;
}

.index-text {
  display: block;
  background-color: #111;
  color: #FFFFFF;
  font-size: 12px;
  padding: 3px;

  width: 120px;
}




.detail {
  display: block;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
  padding: 5px;
  background-color: #000;

}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 80vh;
  overflow: auto;
}

.modal__content {
  height: auto;
}

.note-img {
  max-width: 220px;
}

.js-modal-close {
  text-align: right;
  width: 100%;
  display: block;
}


.buy {
  display: block;
  background-color: #666;
  color: #FFFFFF;
  font-size: 12px;
  padding: 3px;
  height: 20px;
}



#overlay {
  /*オーバーレイのCSS*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.disco .flex {
  /*オーバーレイ内の要素を上下・左右中央揃え*/
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.overlay-inner {
  padding: 16px;
  background-color: #FFF;
  text-align: center;
}

.note {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

.note-text {
  margin: 10px;
}

.overlay-inner img {
  max-width: 200px;
  height: 100%;
  width: 100%;

}

#open-btn,
#close-btn {
  display: block;
  cursor: pointer;
  border: 0;
  background: #fff;
}

.is-hide {
  display: none;
}



/*---NBAGI RECORD PAGE--------------------------------*/
.nbagi h2 {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
}

.nbagi h3 {
  font-size: 16px;
  margin-bottom: 8px;

}

.mailing {
  display: flex;
  flex-wrap: wrap;
  border: 1px #ccc solid;
}

.mailing section {
  width: 50%;
  font-size: 14px;
  line-height: 1.4;
}

.mailing div {
  padding: 10px;

}


.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-flex_2 {
  width: 50%;
}

.d-flex_4 {
  width: 25%;
}

.shop {
  margin: 0 auto;
  padding: 30px 0 30px 0;
  overflow: hidden;
  text-align: center;
  color: #333333;
  border-bottom: #CCCCCC 1px solid;
  font-size: 14px;
  line-height: 1.4;
}

.t-shirt img {
  max-width: 460px;
  margin: 20px auto;
}

.shop h3 {
  font-size: 18px;
  color: #f19b04;
  margin: 0 0 5px 0;
}

.info {
  max-width: 600px;
  margin: auto;
  text-align: left;
}

.info img {
  max-width: 140px;
  margin-right: 16px;
}

.album img {
  max-width: 210px;
}

.shop ul {
  margin-top: 20px;
}

.shop li {
  margin-bottom: 3px;
}

.jacke {
  text-align: left;
}

#text {
  text-align: left;
  letter-spacing: 1px;
  padding: 0 24px;
  box-sizing: border-box;
}

.member {
  text-align: left;
  margin-top: 20px;
  background-color: #efefef;
  padding: 3px;
  max-width: 760px;
}


.shop .point {
  color: #CC0000;
  font-size: 13px;
}




footer {
  text-align: center;
  padding: 160px 0 20px 0;
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}




@media screen and (min-width: 768px) and (max-width: 960px) {
  header li {
    padding-left: 10px;
    font-size: 15px;
  }

  .flex div {
    padding: 0 40px 40px 40px;
  }
}


@media screen and (max-width: 767px) {
  h1 {
    padding: 10px 20px;
  }

  header {
    padding: 0;
    flex-wrap: wrap;
  }

  header div {
    width: 100%;
  }

  header ul {
    flex-wrap: wrap;
    margin-top: 14px;
  }

  header li {
    width: 45%;
    padding: 10px 0 10px 8px;
    border-bottom: 1px #ccc solid;
    margin: 0 3px;
    font-size: 15px;
  }

  header li:nth-child(7) {
    width: 100%;
    border-bottom: 0;
  }

  .sns li {
    width: 100%;
    text-align: center;
    font-size: 24px;
    border-bottom: 0;
    padding: 0;

  }

  .sns a {
    margin: 0 4px;
  }

  .bandcamp img {
    height: 24px;
    width: 24px;
  }

  nav a:hover::before,
  nav a:hover::after {
    width: 0%;
  }

  main {
    margin: 0px auto;
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex div {
    width: 100%;
    margin-bottom: 40px;
  }

  .concept_text h2 {
    font-size: 24px;
    display: inline-block;
    padding: 10px;
  }

  .concept_text p {
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0 20px 10px;
  }

  .concept_image {
    position: static;
    text-align: center;
  }

  .concept_image img {
    max-width: 100%;
  }

  .concept_text {
    top: 90px;
    left: 0;
    text-align: center;
    width: 100%;
  }

  #top_news {
    margin-top: 30px;
  }

  #top_news h2 {
    font-size: 24px;
  }

  .news_list,
  .banner_area {
    width: 100%;
  }

  .news_list {
    margin: 0;
  }

  .banner_area {
    margin-top: 0;
  }

  .schedule {
    margin: 0px auto;
    padding: 0 20px;
  }


  .profile_img {
    min-width: auto;
    margin-right: 0px;
  }

  .d-flex_2,
  .d-flex_4 {
    width: 100%;
  }

  .jacke {
    width: 100%;
    text-align: center;
  }

  #disco-index li {
    width: 47%;
  }

  #disco-index img {
    width: 100%;
    height: auto;
  }

  .index-text {
    font-size: 11px;
    padding: 4px;
    width: 100%;
  }

  .note-text {
    margin: 10px 20px 0 0;
  }

  .note-img {
    margin: 0px;
    max-width: 100% !important;
  }

  .disco .flex div {
    width: 100%;
  }

  .overlay-inner {
    width: 75vw !important;
    height: 80vh;
    overflow: auto;
  }

  #TB_window {
    width: 100% !important;
    margin-left: 0 !important;
    top: 35% !important;
    bottom: 10%;
    left: 0 !important;
    right: 0;
  }

  #TB_ajaxContent {
    height: 500px !important;
  }

  #TB_ajaxContent,
  #TB_ajaxContent img {
    width: 100%;
    max-width: fit-content;

  }

  .shop h3 {
    margin: 16px 0 5px 0;
  }
}