@charset "utf-8";

#board.en h1,
#program.en h1 {
    font-size: 3.2rem;
    line-height: 38px;
}

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

#board.en .title,
#program.en .title {
    display: flex;
    align-items: center;
}

#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;
}

#program.en #attentions dl div {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
}

#program.en #attentions dt {
    font-size: 1.6rem;
}

#program.en #attentions dd {
    font-size: 1.6rem;
}

.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;
}

.en #transport li:first-of-type {
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}


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

.en header h1 span {
    font-size: 2rem;
}

.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 {}

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

    .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%;
}

h2 {
    font-size: 3rem;
    padding-bottom: 10px;
}

.time span {
    font-size: 1.2rem;
}

#transport ul {
    margin-top: 2rem;
    margin-left: 1rem;
}

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

    ul#link li {
        width: 50%;
    }

    h2 {
        font-size: 2rem;
    }
}


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

    ul#link li {
        width: 100%;
    }

    #board.en .title,
    #program.en .title {
        display: block;
        align-items: center;
    }

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

    .en #info dl a {
        flex-direction: column;
    }

    .en #info dl dd.dd_img {
        max-width: 100%;
        margin-top: 1rem;
    }

}
