@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
-------------------------------
共通
-------------------------------
*/
:root {
  --main-font-color: #000;
  --english-font: "futura-pt", sans-serif;
  --f-f-mincho:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  --f-f-main:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*
-------------------------------
index
-------------------------------
*/
/* メインビジュアル */
.kv{
  position:relative;
}
.kv img{
  width:100%;
}

/* biography */
.biography{
  margin:200px auto;
  position:relative;
  width:100%;
  height:75vw;
}
.sub_title{
  font-family: var(--english-font);
  font-size: 20rem;
  font-weight: 800;
  color:#dfdfdf;
  opacity: 0.5;
}
.biography .sub_title{
  position:absolute;
  transform: rotate(90deg);
  top:400px;
  right:-400px;
}
.biography h3{
  font-size:3.6rem;
  font-weight:bold;
}
.biography article span{
  font-size:1.6rem;
  font-family: var(--english-font);
  width:70%;
  text-align: center;
  margin:1rem auto;
  display: block;
}
.biography p{
  margin-top:10rem;
  font-size:1.6rem;
}
.biography::after{
  content:"";
  position:absolute;
  width:100%;
  padding-right:500%;
  margin-right:-500%;
  height:50vw;
  background-color: #dfdfdf;
  opacity: 0.2;
  left:0;
  top:200px;
  z-index: -1;
}
.biography_image{
  position:absolute;
  top:45vw;
  width:60vw;
}
.biography_image img{
  width:100%;
}
/* MEMBER */
.member{
  margin-top:200px;
}
.member ul{
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.member ul li{
  width:calc(100% - 80px) / 5;
  overflow: hidden;
  background: url(../images/index/member_bg.jpg);
  padding:16px;
  box-sizing: border-box;
}
.member ul li img{
  width:100%;
  transition: 1s all;
}
.member ul li:hover img{
  transform: scale(1.1);
  transition: 1s all;
}
.member ul li p{
  text-align: center;
  margin-top:0.5em;
  font-family: var(--english-font);
  font-size:1.4rem;
  color:#fff;
}
.lb-data{
  font-family: var(--english-font);
  font-size:2rem;
  color: #ffdc1d !important;;
}
.lb-number{
  display: none!important;
}
/* DISCOGRAPHY */
.discography{
  margin-top:200px;
  position:relative;
}
.discography::after{
  content:"";
  position:absolute;
  width:100%;
  padding-left:500%;
  margin-left:-500%;
  height:900px;
  background-color: #dfdfdf;
  opacity: 0.2;
  left:0;
  top:200px;
  z-index: -1;
}
.disco_content{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width:100%;
  max-width: 1280px;
  margin:0 auto;
}
.disco_content .sub_title{
  transform: rotate(90deg);
  opacity: 0.5;
  width:20%;
}
.disco_detail{
  width:80%;
  padding-left:3%;
  box-sizing: border-box;
}
.disc_image{
  display: flex;
  width:100%;
  justify-content: flex-start;
}
.disc_image img{
  width:50%;
}
.disco_detail p{
  margin:3em auto;
  font-size:1.6rem;
}
._btn{
  display: block;
  font-family:var(--english-font);
  height:60px;
  width:30%;
  max-width: 300px;
  margin:60px 0 0 auto;
  text-align: center;
  font-size:2.4rem;
  line-height: 60px;
  box-sizing: border-box;
  border-radius: 30px;
  border:1px solid #9f9f9f;
  color:#9f9f9f;
  position:relative
}
._btn::after{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  border-bottom:1px solid #9f9f9f;
  border-right:1px solid #9f9f9f;
  transform: rotate(-45deg);
  top:24px;
  right:17px;
}
.live_image{
  margin-top:60px;

}
.live_image img{
  width:65vw;
}
/* YOUTUBE */
.youtube{
  margin-top:200px;
}
.youtube_content{
  display: flex;
  margin-bottom:3em;
  gap:2%;
}
.youtube_content iframe{
  width:32%;
  aspect-ratio: 16 / 9;
}
/* INSTAGRAM */
.instagram{
  margin-top:200px;
}
/* NEWS */
section.news{
  padding-top:100px;
  margin-top:150px;
  height:700px;
  background-color: #fff;
  padding-right:5%;
}
.news_content{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width:100%;
  max-width: 1280px;
  margin:0 auto;
}
.news_content .sub_title{
  transform: rotate(90deg);
  opacity: 0.5;
  width:20%;
}
.topic_list{
  border-bottom:1px solid rgba(0,0,0,0.3);
  margin:0 0 0 auto;
  width:80%;
}
.topic_content_list{
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  height:100px;
  /* color:#fff; */
  border-top:1px solid rgba(0,0,0,0.3);
}
.topic_head{
  width:15%;
}

.topic_content_list p{
  padding:5px 0;
  box-sizing: border-box;
}

p.topic_date{
  width:10%;
  margin-right:10px;
  font-family: var(--english-font);
}
.topic_content_list p.topic_cat{
  width:100%;
  margin-right:15px;
  color:#fff;
  background-color: #3d3d3d;
  padding:5px 0;
  font-size:var(--fs-small);
}
.topic_content_list p.topic_cat.news{
  background-color: #14006b;
}
.topic_content_list p.topic_cat.live{
  background-color: #6b0000;
}
.news_category::before{
  height:0;
}
p.topic_title{
  width:55%;
}
p.topic_arrow{
  width:15%;
  position:relative;
  text-align: center;
  border:1px solid #9f9f9f;
  border-radius: 18px;
  font-family: var(--english-font);

}
p.topic_arrow::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right:12px;
  top:14px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
}

/* ARCHIVE */
.archive_news{
  margin-top:200px;
  width:100%;
  max-width: 1280px;
  padding:0 3%;
  box-sizing: border-box;
}
.news_head ul{
  display: flex;
  justify-content: flex-end;
}
.news_head ul li{
  padding-left:2em;
  font-size:1.2rem;
  font-family: var(--english-font);
}
.cp_list{
  margin-top:60px;
}
.cp_list li{
  border-bottom:1px solid #dfdfdf;
  font-size:1.4rem;
  padding:1em;
}
.cp_link p{
  display: flex;
  align-items: center;
  position: relative;
}
.cp_link p img{
  width:15%;
  aspect-ratio: 16 / 9;
}
.taxonomy_date,.taxonomy_title{
  display: block;
}
.taxonomy_date{
  text-align: center;
  width:15%;
}
.taxonomy_title{
  text-align: left;
}
.cp_link p::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right:20px;
  top:43px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
}
/* 
==========================
CONTACT
========================== 
*/
.contact{
  padding:180px 5%;
}
.contact h3{
  font-size:3.6rem;
  color:var(--title-font-color);
  font-family: var(--english-font);
  margin-bottom:3.6rem;
  letter-spacing: 0.3rem;
  box-sizing: border-box;
}
.contact h3 span{
  font-size:2rem;
}
.contact p.contact_text{
  margin-bottom:60px;
  text-align: center;
  font-size:1.4rem;
}
.mw_wp_form{
  width:80%;
  margin:0 auto;
  padding:2rem;
  background-color: #f6f8ea;
  box-sizing: border-box;
}
.mw_wp_form p{
  margin-bottom:8px;
  font-size:1.6rem;
}
form,input,textarea{
  font-size:1.6rem;
  padding:0.5rem 1rem;
  width:80%;
}
input[type="submit"]{
  width:240px;
}

