@charset "utf-8";

.en .header_wrap {
    height: 360px;
    background-position: top 30px left 60px;
}



#program.en h1 {
    font-size: 3.4rem;
    line-height: 46px;
}

#program.en header h1 span {
    font-size: 2.2rem;
}

#attentions {
    margin-top: 80px;
}

#program.en .target {
    text-align: left;
    padding: 24px 32px;
}

#program.en #attentions .target p:first-of-type {
    margin-bottom: 0;
}

#program.en #attentions .target p:last-of-type {
    font-size: 1.6rem;
}

#program.en #attentions .target p:last-of-type span {
    font-size: 1.4rem;
}

.en .live_info {
    text-align: left;
}

.en .access_info p:first-of-type {
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.en .access_info p:nth-of-type(2) {
    font-size: 1.2rem;
}

.en #transport p {
    margin-top: 36px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.en .to_tr {
    top: 0;
}




#program.en header h1 {
    font-size: 3rem;
}

#program.en header h1 span {
    font-size: 1.6rem;
}

.del {
    display: block;
}

.venue_li {
    display: none;
}

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

    #program.en .header_wrap {
        background-position: top 200px left;
        padding-bottom: 500px;
    }
}

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

    .en .header_wrap {
        background-position: top 290px left;
        padding-bottom: 500px;
        height: 600px;
    }

    .en .live_btn {
        letter-spacing: 0;
    }


    #program.en header h1 {
        font-size: 2.4rem;
    }

    .en header h1 span {
        font-size: 1.6rem;
        line-height: 1.2rem;
    }

    #program.en .header_wrap {
        background-position: top 290px left;
        padding-bottom: 500px;
    }

    .en header h1 {
        margin-top: 200px;
        line-height: 16px;
    }

    #program.en header h1 {
        margin-top: 200px;
        line-height: 16px;
       
    }
    
    .en header h1 a {
         font-size: 2.6rem;
    }

    .del {
        display: none;
    }

    .venue_li {
        display: block;
        margin-top: 1rem;
    }
    
    #board #attentions ul.venue_li li {
        margin-bottom: 0;
    }
    .en h2 {
        margin-top: 0;
    }

}

.live_btn {
    writing-mode: horizontal-tb;
    position: relative;
    text-align-last: center;
}

.yt_btn {
    padding-top: 0;
    vertical-align: -2px;
    padding-left: 6px;
}

.en #info {
    height: auto;
    margin-top: 120px;
}


.en #info h4 {
    width: auto;
}

.en #info .news {
    width: 100%;
    height: auto;
}

.en #info dl {
    height: auto;
}

.en #info dl a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.en #info dl dd.dd_img {
    max-width: 240px;
    height: auto;
}

.en .board {
    margin-top: 36px;
}


ul#link {
    max-width: 960px;
    margin-top: 260px;
}

ul#link li {
    width: 32%;
}

@media screen and (max-width: 768px){
    ul#link {
    margin-top: 160px;
}
    
    ul#link li {
    width: 50%;
}
}


@media screen and (max-width: 500px){
    
    ul#link li {
    width: 100%;
}
}