@charset "utf-8";
/* 基本設定------------------------------------ */
body{
    width:100%;
    color:rgba(50,49,48);
    font-size:17px;
    background-color: rgb(244,244,244);
}
main{
    width:100%;
    margin:0 auto;
    padding-top:70px;
}
a{
    color:rgba(50,49,48);
}
main h1{
    font-size: 20px;
    display:block;
    padding:15px;
}
p{
    line-height: 1.7;
    font-size: 14px;
}
#menu-btn-check{
    display: none;
}
footer{
    background-color: rgb(244,244,244);
}
/* 基本設定ここまで------------------------------ */
/* メニュースタイル */
nav{
    width:100%;
    height:58px;
    position:fixed;
    top:63px;
    left:0;
    z-index: 80;
    background-color: rgb(244,244,244);
    box-sizing: border-box;
    padding:18px;
}
ul{
    width:700px;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
}
nav ul li{
    display:block;
    text-align: center;
}
/* メニュースタイルここまで */
/* ヘッダースタイル------------------------------ */
header{
    width:100%;
    height:60px;
}
#topLogo{
    width:100%;
    background-color: rgb(244,244,244);
    height: 65px;
    text-align: center;
    position: fixed;
    top:0;
    left:0;
    padding:20px;
}
#topLogo img{
    width:150px;
    z-index: 100;
}
/* ヘッダースタイルここまで----------------------- */

/* homeスタイル-------------------------------- */
main#home{
    width:100%;
}
main#home .main-content iframe{
    width:100%;
    aspect-ratio: 2/1;
}
/* homeスタイルここまで-------------------------- */

/* aboutスタイル-------------------------------- */
#about .artist-photo{
    padding-top: 7px;
}
#about .artist-photo img{
    width:100%;
}
#about .artist-content h2{
    font-weight: bold;
    display:block;
    font-size:19px;
}
#about .artist-content h2 span{
    font-weight: bold;
    font-size: 14px;
}
#about .artist-content{
    padding:14px 12px 0;
}
#about .artist-content p{
    display: block;
    padding-top: 14px;
}
#about .memberList{
    padding-top: 14px;
}
#about .memberList ul{
    width:100%;
    display: block;
}
#about .memberList li{
    padding-top:7px;
    padding:7px 12px 0;
}
/* aboutスタイルここまで-------------------------- */

/* discスタイル---------------------------------- */
#disc .main-content .disc-item{
    padding-top:40px;
    display: flex;
}
#disc .main-content .disc-photo{
    width: 50%;
}
#disc .main-content .disc-content{
    width: 50%;
}
#disc .main-content .disc-photo img{
    width:100%;
}
#disc .main-content .disc-content h2{
    padding:12px;
    font-weight: bold;
}
#disc .main-content .disc-content ul{
    display: block;
}
#disc .main-content .disc-content ul,
#disc .main-content .disc-content p{
    padding:12px;
}
#disc .main-content .disc-content li{
    padding-top:8px;
    font-size: 14px;
}
#disc .main-content .disc-content li:first-child{
    padding-bottom:12px;
    font-weight: bold;
    color:rgb(55, 116, 177);
}
/* discスタイルここまで--------------------------- */
/* movieスタイル-------------------------------- */
#movie .main-content .movie-item{
    padding-top: 30px;
}
#movie .main-content .movie-item h2{
    font-weight: bold;
}
#movie .main-content .movie-item .movie-content{
    padding-top:10px;
}
#movie .main-content .movie-item iframe{
    width:100%;
    aspect-ratio: 2/1;
}

/* movieスタイルここまで-------------------------- */

/* liveスタイル---------------------------------- */
#live .main-content .live-item{
    padding-top:30px;
}
#live .main-content .live-item p{
    padding-left: 200px;
}
/* liveスタイルここまで--------------------------- */

/* contactスタイル------------------------------ */
#contact .contact-item{
    padding-top:30px;
}
#contact div.contact-item p{
    padding-left: 200px;
}
#contact .contact-item address{
    text-align: center;
}
/* contactスタイルここまで------------------------ */

/* フッタースタイル------------------------------ */
footer{
    box-sizing: border-box;
    width:100%;
    height: 260px;
}
footer p{
    display:block;
    text-align: center;
    padding-top:5px;
}
footer div{
    width:100%;
    height: 100%;
    padding-top:200px;
}
/* フッタースタイルここまで----------------------- */