@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Hind:400,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/***********************
        COMMON
*************************/


.wapper {
    color: #333;
    background-color: #ECF0ED;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-size:180px 180px;
    overflow: hidden;
    -webkit-animation: 9.5s infinite BK-inter linear;
    animation: 9.5s infinite BK-inter linear;
}

@keyframes BK-inter {
    0% { background-position: 0 0;}
  100% { background-position: -100px 200px;}
}



/*NEWS*/
.wapper .MusicTop {
    background-color: #EE876C;
    margin-bottom: 5%;
}
.wapper .Music_inner {
    padding: 5% 10%;
}

.wapper .Msc_Ttls {
    margin-bottom: 2%;
    font-size: 2.5em;
    letter-spacing: 2px;
    color: #C3BB87;
    font-family: 'Patua One', cursive;
}
.wapper .Msc_Ttl {
    margin-bottom: 3%;
    font-size: 4.5em;
    letter-spacing: 4px;
    color: #C3BB87;
    font-family: 'Patua One', cursive;
}
.wapper .Msc_Ttl img{
    width: 20%;
}
.wapper .Msc_Txt {
    color: #fff;
    font-weight: normal;
}


.MscMember {
    width: 80%;
    min-width: 800px;
    margin: 0 auto 6%;
    background-color: #ECF0ED;
}
.MscMember .Mscmember_inner {

}
.MscMember .MemberTtlBox {
    padding-bottom: 2%;
    margin: 12% 0 5%;
    text-align: center;
    border-bottom: solid #D95524 1px;
}
.MscMember .MemberTtlBox .Ttl {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #D95524;
    font-size: 2.8vw;
    letter-spacing: 3px;
    line-height: 1;
}
.MscMember .Txt {
    margin: 1% 0 0 0;
}

.MscMember .MemberBox {
    width: 90%;
    margin: 0 auto 3%;
    align-items: center;
}
.MscMember .MemberBox .Photo {
    padding: 3%;
}
.MscMember .Photo img {
    width: 94%;
}
.MscMember .TxtArea {
    flex-basis: 100%;
}
.MscMember .TxtArea .Ttl {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #D95524;
    font-size: 2.2vw;
    letter-spacing: 3px;
    line-height: 1;
}
.MscMember .TxtArea .sTtl {
    margin: 0 0 1.5% 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #D95524;
    font-size: 1.2vw;
    letter-spacing: 3px;
    line-height: 1.5;
}
.MscMember .TxtArea .sTtl span {
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    color: #D95524;
    font-size: 1.2vw;
    letter-spacing: 3px;
    line-height: 1.5;
}
.MscMember span {
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 0.9vw;
    letter-spacing: 1px;
}
.MscMember p {
    margin: 2% 0;
    font-size: 14px;
    line-height: 1.8;
}
.MscMember .TagArea {
    flex-wrap: wrap;
    align-items: center;
}
.MscMember .TagArea div {
    margin-right: 2%;
}

.MscMember .TagArea .Tagsmall {
    width: 70px;
}
.MscMember .TagArea .Tagsmall2 {
    width: 160px;
}
.MscMember a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
.MscMember a img {
}





/***********************
        MEDIA QUERY
*************************/

    
/***********************
       COMMON
*************************/
@media (max-width: 1280px) {

        
}

@media (max-width: 769px)and (min-width: 481px) {}


@media (max-width: 769px){

    .wapper .Msc_Ttl img {
        width: 43%;
    }
    .MscMember {
        width: 96%;
        min-width:inherit;
        margin: 0 auto 6%;
    }
    .MscMember span{
    font-size: 10px;
    }

    .wapper .MemberTtlBox .Ttl {
    font-size: 25px;
    }

    .wapper .MemberBox {
    flex-direction: column;
    margin: 0 auto 10%;
    }
    .wapper .MemberBox .Photo {
    margin: 0 auto;
    padding: 3% 6% 4%;
    }
    .wapper .Photo img {
    width: 100%;
    }

    .wapper .TxtArea .Ttl {
    font-size: 24px;
    letter-spacing: 2px;
    }

    .wapper .TxtArea .sTtl {
    margin: 2% 0 2% 0;
    font-size: 16px;
    letter-spacing: 2px;
    }
    .wapper .TxtArea .sTtl span {
    font-size: 16px;
    letter-spacing: 2px;
    }
    .wapper p {
    margin: 4% 0 2%; 
    }

    .wapper .TagArea div {
        margin-right: 5%;
    }


}


@media screen and (max-width: 600px){

    



}
        

@media screen and (max-width: 480px){

    


}