
.header {
    font-family: 'A1 Gothic B';
}

.header h1 {
    width: 100vw;
    transform: translateX(-3vw);
}

#wrapper {
    width: 94%;
    margin: 0 auto;
    background-color: transparent;
}

.yodo-text {
    width: fit-content;
    margin-inline: auto;
}
.yodo-info {
    line-height: 1.35;
}
.yodo-sub-head {
    font-size: 20px;
    text-decoration: underline 6px #FFEC00;
}
.yodo-access {
    font-size: 15px;
}

a.kyoko-btn,
a.kyoko-btn2 {
    width: fit-content;
    display: block;
    margin-inline: auto;
}
.kyoko-btn img {
    width: 100%;
    max-width: 530px;
}
.kyoko-btn2 img {
    width: 100%;
    max-width: 250px;
}
a[target="_blank"].kyoko-btn2:after {
    content: '';
}

body {
    background-image: url(/textlive/images/kyoko_ten/kyoko_ten_back_sp.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center top;
}

@media (min-width:601px){
    #wrapper {
        max-width: 900px;
    }
    .header h1 {
        width: 70%;
        transform: unset;
        padding: 1.5em 0 1em 0;
    }
    .yodo-sub-head {
        font-size: 26px;
    }
    .kyoko-btn2 img {
        max-width: 300px;
    }

    body {
        background-image: url(/textlive/images/kyoko_ten/kyoko_ten_back_pc.jpg);
    }
    .head_copyright {
        font-size: 12px;
        top: 2.5vw;
    }
}

#contents {
    border-right: 4px solid #000;
    border-left:  4px solid #000;
    border-top: 4px solid #000;
}

.header__logo {
    display: none;
}

.header__lead,
#contents {
    background-color: #ffffff;
}

.header__lead {
    font-size: 140%;
    line-height: 1.8;
    width: 100%;
    text-align: justify;
    letter-spacing: 0;
    border-top:  4px solid #000;
    border-right:  4px solid #000;
    border-left:   4px solid #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding-top: 8px;
    padding-bottom: 40px;
    font-family: 'A1 Gothic B';
}

@media (min-width: 601px) {
    .header__lead {
        font-size: 180%;
        text-align: center;
    }
}

.header__lead > div {
    margin: 0 auto;
    padding: 1.8em;
}


@media (min-width: 601px) {
    .header__lead {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.post {border: 4px solid #000;border-radius: 0;}

.post-header {
    padding-top: 20px;
}

.post-header__title {
    border: 4px solid #000;
    border-radius: 0;
}
.post-header__title::before {
    z-index: 0;
    top: auto;
    bottom: -4px;
    width: 11px;
    height: 4px;
    border: 4px solid #000;
    border-left: 0 none transparent;
    background: none;
    background-color: #ffe11a;
}

.post-share li {
    border-top: 4px solid black;
    border-left: 4px solid black;
}
.post-share li:first-child {
    border-top: 4px solid black;
}
@media (max-width: 600px) {
    .post-share li:last-child {
        width: 33.3334%;
    }
}

.post-share li.post-share__twitter a {
    border-radius: 0;
    background-color:#1d9bf0;
}

.post-share li.post-share__facebook a {
    background-color:#1877f2;
}

.post-share li.post-share__line a {
    border-radius: 0;
    background-color:#06c755;
}

@media (min-width: 601px) {
    .post-share li:first-child {
        border-left: 4px solid black;
    }
}

.navi--top {
    margin-top: 0;
    background: none;
}

.navi--bottom {
    margin-bottom: 0;
    border-bottom: 4px solid black;
    background: none;
}

.footer {
    width: 94%;
    margin-top: 0;
    padding-top: 20px;
    border-right: 4px solid black;
    border-left: 4px solid black;
    background-color: white;
}

@media (min-width: 601px) {
    .footer {
        max-width: 900px;
    }
}

@media (max-width: 600px) {
    .footer-contact {
        border-top: 4px solid #000;
    }
    .footer-contact li {
        border-left: 4px solid #000;
        padding-left: 0;
    }
    .footer-contact li:first-child {
        border-left: 0 none;
    }
}

.footer .copyright {
    border-top: 4px solid black;
    border-bottom: 4px solid black;
}
