@charset "UTF-8";
body{
    line-height: 1.7;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
    overflow-x: hidden;
}
a,
a:link{
    color:#3585b7;
}
a:visited{
    color: #6252b7;
}
a:hover{
    text-decoration: none;
    color:#555;
}

/*header*/
header{
    margin: 0;
    padding: 15px 10px 5px;
    display: flex;
    background: rgba(181, 250, 172, 0.996);
    border-bottom: 2px solid #0066ff;
}
header #logo{
    margin: 0 20px;
    margin-right: auto;
    padding: 0;
}
header #logo img{
    margin: 0;
    padding: 0;
    object-fit: contain;
    height: 80px;
    /* width:180px; */
}
header #logo img:hover{
    opacity: 0.7;
}
header nav{
    margin-left: auto;
}
header nav #mark{
    display: none;
}
header nav .menu ul{
    list-style-type: none;
    display: flex;
    padding: 0;
}
header nav .menu ul li a,
header nav .menu ul li a:link,
header nav .menu ul li a:visited{
    font-size: 15px;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #000;
}
/* header nav .menu ul li a:hover{
    color: #888;
} */
/*footer*/
footer{
    background: #f2f8f8;
    padding: 50px 50px 20px;
}
footer ul{
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
    display: flex;
}
footer .sub{
    justify-content: flex-end;
}
footer ul li{
    margin: 0 0 0 20px;
}
footer ul li a,
footer ul li a:link
footer ul li a:visited{
    text-decoration: none;
    font-size: 13px;
    color: #000;
}
footer ul li a:hover{
    color: #888;
}
footer p{
    margin: 0;
    text-align: right;
    color: #888;
}
/*main*/
main p,
main dl dd{
    color: #00000096;
}
main img .hidden-pc{
    display: none;
}
main .inner{
    width:1280px;
    margin: 50px auto;
    padding: 0 20px;
}
main h2{
    padding-left: 10px;
    margin: 50px 0 20px;
    font-weight:normal;
    font-size: 30px;
    color:#618afc;
}
main p{
    margin:0 0 15px;
    text-indent: 1 em;
}
main dl{
    width:100%;
}
main dl dt{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0;
}
main dl dd{
    font-size: 20px;
    margin: 0;
    padding: 0 1em;
}
main dl dd dl dt{
    padding: 0;
    font-weight: normal;
}
main .title{
    padding: 50px;
    background: #f2f8f8;
}
main .title h1{
    margin: 0;
    line-height: 1;
    font-size: 40px;
    color: #174d94;
}
main .title ol{
    list-style-type: none;
    display: flex;
    margin: 30px 0 0;
    padding: 0;
}
main .title ol li{
    font-size: 13px;
}
main .title ol li::after{
    content: ">";
    margin: 0 5px 0 10px;
}
main .title ol li:last-child::after{
    content: none;
}
hr{
    height: 1px;
    color: #000;
}
main .btm-box a,
main .btm-box a:link,
main .btm-box a:visited{
    color: #000;
    text-decoration: none;
    margin: 0;
}
main .btm-box .item:hover{
    color:#ccc;
    background: #000000;
}
main .btm-box .row{
    display:flex;
    justify-content:center;
}
main .btm-box #conductor{
    border-top-left-radius: 20px;
}
main .btm-box #trainer{
    border-top-right-radius: 20px;
}
main .btm-box #schedule{
    border-bottom-left-radius: 20px;
}
main .btm-box #webTeam{
    border-bottom-right-radius: 20px;
}
main .btm-box .item{
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px ;
    padding: 10px;
    border: 1px solid #000;
    background: #ccc;
    text-align: center;
}
main .btm-box a .item span{
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    font-weight: bold;
    background: rgba(167, 255, 226, 0.5);
}
main .btm-box a:hover .item span{
    color: #fff;
    background: none;
}
main .btm-box{
    margin: 40px 0 20px;
}
main .inner .bold{
    font-weight: bold;
}
main .btm-box a .item#conductor{
    background: url(../image/conductor.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: 0 -50px;
}
main .btm-box a:hover .item#conductor{
    background: url(../image/conductor.jpg) no-repeat top center;
    background-size: cover;
    background-color: none;
    background-position: 0 -50px;
}
main .btm-box a .item#student{
    background: url(../image/student.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: 0 -50px;
}
main .btm-box a:hover .item#student{
    background: url(../image/student.jpg) no-repeat top center;
    background-size: cover;
    background-color: none;
    background-position: 0 -50px;
}
main .btm-box a .item#trainer{
    background: url(../image/bass.JPG) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: 0 -10px;
}
main .btm-box a:hover .item#trainer{
    background: url(../image/bass.JPG) no-repeat top center;
    background-size: cover;
    background-color: none;
    background-position: 0 -10px;
}
main .btm-box a .item#schedule{
    background: url(../image/Mt_Fuji_square.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: 0 -100px;
}
main .btm-box a:hover .item#schedule{
    background: url(../image/Mt_Fuji_square.jpg) no-repeat top center;
    background-size: cover;
    background-color: none;
    background-position: 0 -100px;
}
main .btm-box a .item#parts{
    background: url(../image/instruments/horn.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: 0 -50px;
}
main .btm-box a:hover .item#parts{
    background: url(../image/instruments/horn.jpg) no-repeat top center;
    background-size: cover;
    background-color: none;
    background-position: 0 -50px;
}
main .btm-box a .item#webTeam{
    background: url(../image/PC.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
    background-position: 0 0;
}
main .btm-box a:hover .item#webTeam{
    background: url(../image/PC.jpg) no-repeat top center;
    background-size: cover;
    background-color: none;
    background-position: 0 0;
}
/*home*/
.home main img:hover{
    transform: scale(1.3);
    transition: 0.3s;
}
.home main .vidual{
    text-align: center;
    background: url(../image/vidual.JPG) no-repeat center top;
    background-size: cover;
}

.home main .vidual div{
    padding:25px 100px 100px;
    background-color: rgba(0,0,0,0.6);
    color:#fff;
    font-family:'Times New Roman', Times, serif;
    text-align: left;
    display: inline-block;
}
.home main .vidual div dl dt,
.home main .vidual div dl dd{
    color: #fff;
}
.home main .vidual div h2,
.home main .vidual div h2 a,
.home main .vidual div h2 a:link,
.home main .vidual div h2 a:visited{
    text-align: center;
    color: #fff;
}
.home main .vidual div h2 a:hover{
    color:#ccc;
} 
.home main .inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1200px 600px 750px 500px; *//*イベントあり*/
    grid-template-rows: 0 600px 750px 500px; /*イベントなし*/
}
.home main .inner section{
    margin-left: 20px;
    padding-left: 20px;
}
.home main .inner section h2{
    margin-top: 40px;
    padding-top: 20px;
}
.home main .inner .Events img{
    display: block;
    margin-left: auto;
    object-fit: cover;
    transform: none;
    border-radius: 20px;
    padding: 0 10px;
    width: 100%;
}
.home main .inner .Events .photo{
    justify-content: center;
}
.home main .inner .Events .photo img{
    object-fit: contain;
    width: 300px;
    height: 400px;
}
.home main .inner .Events dl{
    margin: 20px;
    padding: 20px;
    height: 80%;
    background-color: #e2e6e4;
    border-radius: 20px;
}
.home main .inner .Events dl dt{
    color: #f38721;
}
.home main .inner .Events dl dd{
    color: #000;
}
.home main .inner .Events dl dd{
    font-size: 18px;
    display: flex;
}
.home main .inner .Events dl dd div{
    margin-right: 60px;
    width: 100%;
}
.home main .inner .Events dl dd div .cafe{
    width: 100%;
}

.home main .inner .Events dl dd div p{
    color: #000;
}
.home main .inner .Events .photo{
    display:flex;
    justify-content: center;
    overflow-x: scroll;
}
.home main .inner .Events{
    grid-column: 1/3;
    grid-row: 1/2;
    margin: 0 auto;
}
.home main .inner .SNS_links{
    grid-column: 1/2;
    grid-row: 2/3;
}
.home main .inner .Tweets{
    grid-column: 1/2;
    grid-row: 3/4;
}
.home main .inner .Recruiting{
    grid-column: 2/3;
    grid-row: 2/3;
}
.home main .inner .Status{
    grid-column: 2/3;
    grid-row: 3/4;
}
.home main .inner .news{
    grid-column: 1/3;
    grid-row: 4/5;
    text-align: center;
}
.home main .inner .news dl{
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.home main .inner .news div{
    display: inline-block;
    text-align: left;
}
.home main .inner .news div dl div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px;
}
.home main .inner .news h2{
    color: #cc5b3e;
}
.home main .inner .news dl dt{
    padding: 5px 30px;
    margin: 5px 1em;
    border-left: 2px solid #000;
}
.home main .inner .news dl dd{
    padding: 5px 0;
    margin: 5px 0;
}
.home main .inner .news p a{
    margin-left: 40px;
    text-decoration: none;
    color: #445cac;
    font-size: 16px;
}

.home main .inner div{
    display: inline-block;
}
.home main .inner div ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: space-evenly;
}
.home main .inner div ul li{
    padding: 0 40px 0;
}
.home main section div img{
    height:60px;
    margin: 10px 0;
}
.home main section div a img,
.home main section div a span{
    vertical-align: middle;
    padding: 0;
    font-size: 15px;
    color: #000;
}
.home main .Recruiting div a{
    text-decoration: none;
}

.home main section div a span::before{
    content: "<<<";
    padding: 0 8px;
}
/*concert_info*/
.concert main .vidual{
    padding-top: 100px;
    text-align: center;
    background: url(../image/concertHall.jpg) no-repeat center top;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
}
.concert main .top dl dd{
    font-size: 25px;
}
.concert main .top dl dd a{
    color: #000;
}
.concert main .box{
    display: flex;
    justify-content: space-evenly;
    color: #000000;
}
.concert main div{
    margin-bottom: 10px;
}
.concert main div img{
    border: 3px solid #fff;
    height: 480px;
}
.concert main .box p{
    font-size: 20px;
    font-weight: bold;
}
.concert main .box dl{
    padding-bottom: 100px;
}
.concert main .box dl dt{
    font-weight: normal;
    padding: 20px 40px 0;
    background-color: rgba(255, 255, 255, 0.8);
}
.concert main .box dl dd{
    font-size: 23px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 60px 20px;
}
.concert main .box a{
    text-decoration: none;
}
/*past_concerts*/
.past main .menu,
.past main .btm-menu{
    display: flex;
    justify-content: flex-start;
}
.past main .menu section,
.past main .btm-menu section{
    padding: 20px 40px 30px;
}
.past main .menu section ul,
.past main .btm-menu section ul{
    list-style-type: none;
    margin: 0;
    padding: 0px;
}
.past main .inner div#Karl_N,
.past main .inner div#Yuki_H,
.past main .inner div#Shuta_S{
    background-color: #d1d0d0;
    border-radius: 30px;
    position: fixed;
    z-index: -2;
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
    opacity: 0;
    transition: 0.5s;
}
.past main .inner .concerts span{
    cursor: pointer;
    color: #3585b7;
    padding-bottom: 1px;
    border-bottom: 1px solid #000;
}
.past main .inner .OP1 div#Karl_N,
.past main .inner .OP2 div#Yuki_H,
.past main .inner .OP3 div#Shuta_S{
    z-index: 2;
    opacity: 1;
}

.past #msk_bg{
    display: none;
    transition: all 0.5s;
}
.past .OP #msk_bg{
    display: block;
    background-color: rgba(0,0,0,0.8);
    background-blend-mode: lighten;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    cursor:pointer;
}
.past main .inner div .dsc{
    position: absolute;
    display: none;
    top: 5%;
    left: 15%;
    right: 15%;
    text-indent: 1em;
    transition: 0.5s;
    overflow-y: scroll;
    height: 90%;
    padding: 0 3%;
    box-sizing: border-box;
}
.past main .inner .OP1 div#Karl_N .dsc,
.past main .inner .OP2 div#Yuki_H .dsc,
.past main .inner .OP3 div#Shuta_S .dsc{
    display: block;
}
.past main .inner div .dsc h3{
    font-size: 20px;
}
.past main .inner div .dsc img{
    float: left;
    width: 200px;
    margin: 10px;
}
.past main .concerts section{
    display: flex;
    color: #000;
}
.past main .concerts section div{
    margin: 50px;
}
.past main .concerts ul{
    list-style-type: none;
    padding: 20px 0;
    text-align: center;
}
.past main .concerts ul ul{
    list-style-type: disc;
    display: inline-block;
    text-align: left;
}
.past main .concerts h2{
    color: #000;
    font-size: 25px;
}
.past main .concerts img{
    margin:10px 0 10px;
    object-fit: contain;
    width: 400px;
}
.past main .concerts section a{
    border-bottom: 1px solid;
}
.past main .btm-menu p{
    margin-top: 10px;
}
.past main .btm-menu{
    background: rgba(230, 230, 166, 0.563);
}
/*profile*/
.profile main .inner h2{
    color: #00bd5e;
}
.profile main .box .row{
    display:flex;
    justify-content:center;
}
.profile main .box .item{
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    padding: 10px;
    margin: 5px;
    border-radius: 20px;
    background: #ccc;
    text-align: center;
}
.profile main .box a .item span{
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    width: 100%;
    border-radius: 20px;
    background: rgba(255, 242, 167, 0.5);
}
.profile main .box a:hover .item span{
    background: none;
}
.profile main .box a,
.profile main .box a:link,
.profile main .box a:visited{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.profile main .box .item:hover{
    color:#ffffff;
    background: #000000;
    transform: scale(1.1);
    transition: 0.3s;
}
.profile main .inner .box a .item#conductor{
    background: url(../image/conductor.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: contain;
}
.profile main .inner .box a:hover .item#conductor{
    background: url(../image/conductor.jpg) no-repeat top center;
    background-size: contain;
    background-color: none;
}
.profile main .inner .box a .item#student{
    background: url(../image/student.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: contain;
}
.profile main .inner .box a:hover .item#student{
    background: url(../image/student.jpg) no-repeat top center;
    background-size: contain;
    background-color: none;
}
.profile main .inner .box a .item#trainer{
    background: url(../image/bass.JPG) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: contain;
}
.profile main .inner .box a:hover .item#trainer{
    background: url(../image/bass.JPG) no-repeat top center;
    background-size: contain;
    background-color: none;
}
.profile main .inner .box a .item#schedule{
    background: url(../image/Mt_Fuji_square.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: contain;
}
.profile main .inner .box a:hover .item#schedule{
    background: url(../image/Mt_Fuji_square.jpg) no-repeat top center;
    background-size: contain;
    background-color: none;
}
.profile main .inner .box a .item#parts{
    background: url(../image/instruments/horn.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: cover;
}
.profile main .inner .box a:hover .item#parts{
    background: url(../image/instruments/horn.jpg) no-repeat top center;
    background-size: cover;
    background-color: none;
}
.profile main .inner .box a .item#webTeam{
    background: url(../image/PC.jpg) no-repeat top center;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-size: contain;
}
.profile main .inner .box a:hover .item#webTeam{
    background: url(../image/PC.jpg) no-repeat top center;
    background-size: contain;
    background-color: none;
}
/*cunducor*/
.conductor main .inner h2{
    color: #000;
}
.conductor main .inner #Photo{
    width: 500px;
    float: left;
    margin-right: 20px;
}
.conductor main .inner div p{
    text-indent: 1em;
}
/*student*/
.student main .inner h2{
    color: #445cac;
}
.student main .inner{
    text-align: center;
}
.student main .inner div{
    text-align: left;
    display: inline-block;
}
.student main .inner dl dt{
    margin-top: 10px;
}
.student main .inner dl dd dl dt{
    margin: 0;
}
/*trainer*/
.trainer main .inner dl{
    margin-left: 1em;
}
.trainer main .inner dl dt{
    margin-top: 20px;
}
.trainer main .inner dl dd{
    text-indent: 1em;;
}
/*schedule*/
.schedule main .inner dl dd dl div{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3px;
}
.schedule main .inner dl dd dl div dt{
    text-align: right;
}
.schedule main .inner dl dd dl div dt::after{
    content: "：";
    padding: 0 10px;
}
.schedule main .inner dl dd dl div dd a{
    text-decoration: none;
}
.schedule main .inner dl.year dt{
    width: 4.5em;
}
/*parts*/
.parts main .inner h2{
    color:#00bd5e ;
}
.parts main .inner nav{
    display: flex;
}
.parts main .inner nav p{
    font-size: 20px;
    padding-left: 10px;
    border-left: 3px solid #ff7d04;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}
.parts main .inner nav ul{
    margin-right: 10px;
    list-style-type: none;
}
.parts main .inner nav ul li{
    padding: 5px 15px;
    margin: 0;
    border-left: 1px solid #000;
}
.parts main .inner nav ul li a,
.parts main .inner nav ul li a:link,
.parts main .inner nav ul li a:visited{
    text-decoration: none;
    color: #1f630a;
}
.parts main .inner nav ul li a:hover{
    color: #00bd5e;
}

.parts main .inner dl{
    margin-left: 30px;
}
.parts main .inner dl p{
    font-size: 17px;
    text-indent: 1em;
}
.parts main .inner dl h2{
    padding-left: 10px;
    border-left: 3px solid #90ff6b;
    border-bottom: 1px solid;
}
.parts main .inner dl img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 1em 20px 1em;
    float: left;
}
.parts main .inner dl dt{
    margin-left: 1em;
    display: list-item;
    list-style: disc;
}
.parts main .inner dl dd{
    text-indent: 1em;
    margin: 0 1em 10px;
}

/*webTeam*/
.team main .inner p{
    margin-left: 20px;
    text-align: left;
}
.team main table{
    border-collapse: collapse;
    text-align: left;
    margin: 20px;
}
.team main table tr:nth-child(odd){
    background: #ffe7e7;
}
.team main table th{
    border-bottom: 1px solid #000;
    background: #c7c7c7;
    text-align: center;
}
.team main table td{
    border-bottom: 1px solid #000;
    padding-left: 1em;
}
/*members*/
.members main .inner .catchCopy{
    text-align: center;
}
.members main .inner .box{
    display: flex;
    justify-content: space-evenly;
}
.members main .inner section#info dl dt{
    padding: 5px 0;
}
.members main .inner section#info dl dd ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.members main .inner section#info dl dd ul li{
    margin: 0;
    padding: 5px 0;
}
.members main .inner section#Recruiting h3{
    border-left: 3px solid rgb(226, 133, 133);
    padding: 0 10px;
}
.members main .inner section p{
    padding-left: 1em;
    font-size: 18px; 
}
.members main .inner section ul{
    padding: 0 0 10px 50px;
}
.members main .inner section ul li{
    font-size: 18px;
    padding: 5px;
}
.members main .inner section .bold{
    color: rgb(236, 73, 73);
}

.members main section#SNS div{
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
}
.members main section#SNS img{
    height:60px;
    margin: 10px 10px;
}
.members main section#SNS img:hover{
    transform: scale(1.3);
    transition: 0.3s;
}
/*links*/
/*inquiry*/
.inquiry main .inner h2{
    color: #cc5b3e;
}
.inquiry main .inner p{
    font-size: 18px;
    padding-left: 30px;
}
.inquiry main .inner p.bold{
    text-decoration: none;
    font-size: 20px;
}
.inquiry main .inner img{
    margin: 10px;
}
.inquiry main img:hover{
    transform: scale(1.3);
    transition: 0.3s;
}
/*sitemap*/
.sitemap main .inner ul li{ 
    font-size: 15px;
    padding: 10px;
}
.sitemap main .inner ul li a:hover{
    color: #000;
    text-decoration: none;
}
.sitemap main .inner ul li dl dt{
    font-size: 15px;
    font-weight: normal;
}
.sitemap main .inner ul li dl dd{
    border-left: 1px solid #000;
    font-size: 15px;
    padding-bottom: 5px;
}