/* introduction */
.introduction{
    padding: 3rem 0;
}
/* .lead-comment{
} */
.lead-comment p{
    font-size: 1.7rem;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin-bottom: 1rem;
}
/* flyer download */
.flyer{
    max-width: 600px;
    margin: 0 auto;
    font-size: 90%;
    line-height: 1.2;
    padding: 2rem 0;
}
.flyer img{
    max-width: 600px;

}
/* artist block */
/* whole */
.artistBloc{
    display: flex;
    width: 100%;
    padding: 6rem 0;
}
.someyaBloc{
    background: #efeeed;
}
.taniharaBloc{
    background: #000;
    color: #efeeed;
}
#main .taniharaBloc h4{
    color: #FFF;
}
.artistBloc a{
    color: inherit;
}
.blank,
.artist-title{
    flex: 1;
}
.artist-body{
    width: 960px;
    min-width: 960px;
    padding: 0 2rem;
}
.artist-title img{
    max-width: 100px;
    margin-top: 0;
    margin-top: -6rem;
}
.someyaBloc .artist-title img{
    margin-left: auto;
}
.taniharaBloc .artist-title img{
    margin-right: auto;
}
/* artist profile */
.artist-profile{
    margin-bottom: 5rem;
}
.artist-profile:after{
    content: "";
    clear: both;
    display: block;
}
.artist-statementBloc{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 2rem;
}
.artist-statementBloc figure{
    width: 40%;
    margin-left: 2rem;
}
.artist-statementBloc figure figcaption{
    font-size: 90%;
    text-align: center;
}
.artist-statementBloc .statement-text{
    width: 60%;
}
#main h4.artist-statement-title{
    display: inline-block;
    padding: 0 2rem;
    border-radius: 2.4rem;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
#main .someyaBloc h4.artist-statement-title{
    background: #000;
    color: #F8F8F8;
}
#main .taniharaBloc h4.artist-statement-title{
    background: #efeeed;
    color: #000;
}
/* interview video */
.artist-interview{
    width: 700px;
    margin: 2rem auto 2rem;
}
.artist-interview video{
    width: 100%;
}
/* source */
.source-bloc{
    /* background: #dedede; */
    padding: 1rem;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 0.25;
    color: #000;
}
.someyaBloc .source-bloc{
    border: 1px solid #000;
}
.taniharaBloc .source-bloc{
    border: 1px solid #efeeed;
    color: #efeeed;
}
.source-bloc ul{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.source-bloc ul li a{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 1.4rem;
    line-height: 1.2;
    color: inherit;
}
.someyaBloc .source-bloc ul li:first-child{
    flex: 1;
}
.someyaBloc .source-bloc ul li:last-child{
    flex: 1.5;
}
.taniharaBloc .source-bloc ul li:first-child{
    flex: 1;
}
.taniharaBloc .source-bloc ul li:last-child{
    flex: 2;
}
.source-bloc ul li img{
    max-width: 60px;
    margin-right: 1rem;
}
.taniharaBloc .source-bloc ul li:last-child img{
    max-width: 130px;
}
/* about nijl */
.about-nijl{
    padding: 4rem 0;
    background: #F8F8F8;
}
#main .about-nijl h3{
    font-size: 2.0rem;
}
/* covid attention */
.covid-attention{
    padding: 2rem 0;
}
.covid-attention .covid-attention-body{
    margin: 0 auto;
    width: 90%;
    border: 2px solid #1e3d75;
    padding: 1rem 2rem;
    background: #f2f7ff;
}
#main .covid-attention .covid-attention-body h4{
    font-size: 2rem;
    color: #1e3d75;
}
#main .covid-attention .covid-attention-body ul{
    list-style-type: disc;
    margin-left: 2rem;
}
#main .covid-attention .covid-attention-body ul li{
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
/* moderator */
.moderator{
    padding: 3rem 0;
    background: #F8F8F8;
}
.moderator .inner{
    display: flex;
    justify-content: space-between;
}
#main .moderator .inner h4{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.moderator .organizer,
.moderator .contact{
    padding: 2rem;
    width: 50%;
}
/* event footer */
.event-footer{
    padding: 3rem 0 4rem;
}
.event-footer .inner{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.event-footer .inner img{
    max-width: calc(960px / 5);
}
/* schedule */
.event-detail{
    margin: 0 0 3rem;
    padding: 3rem 0;
    background: #000;
        /* background: url(../img/banner-bg.png) center top repeat-y; */
}
.event-detail .inner{
    display: flex;
    justify-content: space-around;
}
.event-detail .inner div{
    /* border-left: 6px solid #000; */
    /* border-right: 6px solid #efeeed; */
    padding: 3rem 2rem 1.4rem;
    background: #fafeff;
}
.event-detail .inner div table th{
    padding-right: 1rem;
}
.event-detail .inner div table th span{
    background: #000;
    border-radius: 6rem;
    color: #FFF;
    padding: 0.4rem 1rem;
}
.btn-covid-notice{
    display: flex;
    justify-content: flex-end;
}
.btn-covid-notice a{
    display: inline-block;
    background: #000;
    border-radius: 6rem;
    color: #fff;
    font-size: 86%;
    padding: 0.1rem 1.6rem;
    margin-left: auto;
}
.mainImg2{
    background: url(../img/banner-bg.png) center top repeat-y;
}
.otherlg-video{
    display: flex;
    justify-content: center;
    font-size: 90%;
    margin-bottom: 4rem;
}
.otherlg-video a{
    border-radius: 4rem;
    padding: 0.1rem 1rem 0;
    text-decoration: none;
    transition: 0.6s;
    min-width: 140px;
    text-align: center;
    margin: 0 0.4rem;
}
.otherlg-video a i{
    margin-right: 0.4rem;
}
.someyaBloc .otherlg-video a{
    background: #000;
    color: #FFF;
}
.taniharaBloc .otherlg-video a{
    background: #FFF;
    color: #000;
}
.someyaBloc .otherlg-video a:hover{
    background: steelblue;
}
.taniharaBloc .otherlg-video a:hover{
    background: rgb(252, 255, 62);
}