@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: #9f9f9f;
  --english-font: "futura-pt", sans-serif;
  --f-f-mincho:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  --main-color:#c4a286;
}
/* CSS Document */
.humb,.pc_none{
  display: none;
}
@media screen and (max-width: 750px){

/*
-------------------------------
共通
-------------------------------
*/
ul.nav{
  display: none;
}
.over_width,.inner_width,#wrap{
  width:100%!important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none !important;;
}


/*
-------------------------------
共通
-------------------------------
*/

.over_width,.inner_width,#wrap{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/*
-------------------------------
header
-------------------------------
*/
header{
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
}
ul.nav{
  margin-top:13vw;
  padding:0;
  border-left:1px solid #fff;
}
ul.nav li a{
  color:#fff;
  font-family:var(--english-font);
  font-size:1.8rem;
  line-height: 2.4;
}
/* メインビジュアル */
.kv{
  width:100%;
  height:100vh;
  background: url(../images/index/mv_sp.png) center center no-repeat;
  background-size: cover;
}
.kv picture{
  display: none;
}
/* biography */
.biography{
  margin:100px auto;
  position:static;
  width:100%;
  height:auto;
  padding:0 5%;
  box-sizing: border-box;
}
.biography img{
  width:100%;
}
.biography article span{
  width:100%;
  font-size:1.2rem;
}
.sub_title{
  font-family: var(--english-font);
  font-size: 5rem;
  font-weight: 800;
  color:#dfdfdf;
  opacity: 0.5;
  margin-bottom:2rem;
}
.biography .sub_title{
  position:static;
  transform: rotate(0);
}
.biography h3{
  margin-top:2rem;
  font-size:1.8rem;
  font-weight:bold;
}
.biography p{
  margin-top:4rem;
  font-size:1.4rem;

}
.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:static;
  width:100%;
  margin-top:5rem;
}
.biography_image img{
  width:100%;
}
/* MEMBER */
.member{
  margin-top:100px;
  padding:0 5%;
}
.member ul{
  flex-direction: column;
}
.member ul li{
  width:100%;
  margin-bottom:1.5rem;
}
.member ul li:first-child{
  order:4;
}
.member ul li:nth-child(2){
  order:5;
}
.member ul li:nth-child(3){
  order:1;
}
.member ul li:nth-child(4){
  order:3;
}
.member ul li:nth-child(5){
  order:2;
}
.member ul li p{
  font-size:1.6rem;
  font-family:var(--english-font);

}
/* DISCOGRAPHY */
.discography{
  margin-top:100px;
}
.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: block;
  margin:0 auto;
}
.disco_content .sub_title{
  transform: rotate(0deg);
  opacity: 0.5;
  width:100%;
}
.disco_detail{
  width:100%;
  padding-left:0;
  box-sizing: border-box;
}
.disc_image{
  display: block;
  width:100%;
  justify-content: flex-start;
}
.disc_image img{
  width:100%;
}
.disco_detail p{
  margin:3em auto;
  font-size:1.4rem;
}
._btn{
  display: block;
  font-family:var(--english-font);
  height:60px;
  width:60%;
  max-width: 300px;
  margin:40px 0 0 auto;
  text-align: center;
  font-size:1.6rem;
  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:100%;
}
/* YOUTUBE */
.youtube{
  margin-top:100px;
}
.youtube_content{
  display: block;
  justify-content: space-between;
  margin-bottom:3em;
}
.youtube_content iframe{
  width:100%;
  aspect-ratio: 16 / 9;
  margin-bottom:1.5rem;
}
/* INSTAGRAM */
.instagram{
  margin-top:100px;
}
/* NEWS */
section.news{
  margin-top:100px;
  height:auto;
  padding-bottom:100px;
}
.news_content{
  display: block;
}
.news_content .sub_title{
  transform: rotate(0deg);
  opacity: 0.5;
  width:100%;
}
.topic_list{
  border-bottom:1px solid rgba(0,0,0,0.3);
  margin:0 0 0 auto;
  width:100%;
}
.topic_content_list{
  display: block;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  height:fit-content;
  border-top:none;
  border-bottom:1px solid rgba(0,0,0,0.3);
  padding:1rem;
}
.topic_head{
  width:30%;
}

.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:3px 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:100%;
}
p.topic_arrow{
  width:40%;
  margin:0 0 0 auto;
  position:relative;
  text-align: center;
  border:1px solid #9f9f9f;
  border-radius: 18px;
  font-size:1.2rem;
}
p.topic_arrow::after{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right:13px;
  top:12px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
}
/* ===============================
footer
=============================== */

.footer_content{
  display: block;
  align-items: center;
  justify-content: space-between;
  padding:2rem 5%;
}
.footer_logo{
  width:50%;
  height:fit-content
}
.footer_logo img{
  width:100%;
}
.footer_nav{
  margin-top:2rem;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.footer_nav li{
  flex:1 0 auto;
  width:50%;
  line-height: 2.5;
  padding-left:1.2rem;
  position:relative;
}
.footer_nav li::before{
  position:absolute;
  content:"";
  top:10px;
  width:1px;
  height:14px;
  left:0;
  background-color: #fff;
}
.footer_nav li a{
  color: #fff;
  font-size:1.4rem;
}
.copy{
  width:100%;
  padding-bottom:2rem;
  font-size:1rem;
}
/* ARCHIVE */
.archive_news{
  margin-top:100px;
  width:100%;
  max-width: 1280px;
  padding:0 5%;
}
.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:40px;
}

.cp_link p{
  display: block;

}
.cp_link p img{
  width:50%;
}
.taxonomy_date,.taxonomy_title{
  display: block;
}
.taxonomy_date{
  text-align: left;
  width:50%;
}

.cp_link p::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right:20px;
  top:63px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
}
.post_content{
  width: 100%;
  padding:0 5%;
  box-sizing: border-box;
}
.post_content figure,
.post_content figure img{
  width:100%;
}
/* 
==========================
CONTACT
========================== 
*/
.contact{
  padding:180px 5%;
}
.contact h3{
  font-size:2.4rem;
  margin-top:-2em;
  margin-bottom:2.4rem;
  letter-spacing: 0.3rem;
}
.contact h3 span{
  font-size:1.4rem;
}
.contact p.contact_text{
  margin-bottom:60px;
  text-align: center;
  font-size:1.4rem;
}
.mw_wp_form{
  width:100%;
  margin:0 auto;
  padding:2rem 1rem;
  background-color: #f6f8ea;
}
.mw_wp_form p{
  margin-bottom:8px;
  font-size:1.6rem;
}
input,textarea{
  font-size:1.6rem;
  padding:0.5rem 1rem;
  width:100%;
}
input[type="submit"]{
  width:240px;
}
span.mwform-tel-field{
  display: block;
  width:120%;
}
span.mwform-tel-field input{
  width:20%!important;
}
}
