html,
body {
    color: #5b5b5b;
    margin: 0px;
    background-color: rgb(253, 253, 254);
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
}

#main_wrap {
    width: 100vw;
    min-height: 100vh;
    background-image: url(img/main2.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(255, 255, 255, 0.128);
}

#inner {
    width: 80%;
    margin: 0 auto;
}

#inner #tamabi {
    font-size: 3vw;
}

#inner #tamabi {
    margin: 10px 0 0 0;
}

#inner h1 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 6vw;
    transform: scale(1, 2);
}

#sp_h {
    display: none;
}

#poem {
    margin-top: 40vw;
    font-size: 1.6vw;
}

#cl_wrap {
    margin-top: 5vw;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}

#cl_wrap .clm {
    flex: 1;
}

.clm_title {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.clm span {
    position: absolute;
    font-size: 1.2vw;
    transform: scale(1, 2);
    text-align: right;
    bottom: 0;
    right: 0;
}

.bg01 {
    background-image: url(img/bg_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg02 {
    background-image: url(img/bg_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg03 {
    background-image: url(img/bg_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg04 {
    background-image: url(img/bg_04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg05 {
    background-image: url(img/bg_05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

h2 {
    margin: 0;
    transform: scale(1, 2);
    font-size: 4vw;
}

.clm p {
    padding: 20px 0 0 0;
    font-size: 1.6vw;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#info_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}

#info_wrap .clm {
    flex: 1;
}

#info_wrap h3 {
    transform: scale(1, 2);
    font-size: 2.5vw;
}

#info_wrap .clm p {
    padding: 0;
}

footer {
    margin: 60px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 50px 0 50px 0;
}
#info_wrap .live_h3 {
    font-size: 2vw;
}

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



    #inner {
        width: 90%;
        margin: 0 auto;
    }

    #inner #tamabi {
        font-size: 4vw;
    }

    #inner h1 {
        display: none;
    }

    #tamabi {
        padding: 0vh 0 0 0;
    }

    #sp_h {
        padding: 6vh 0 0 0;
        display: block;
        font-size: 12vw;
        transform: scale(1, 2);
        line-height: 13vw;
        color: black;
        opacity: 0.4;
    }


    #cl_wrap {
        margin-top: 10vh;
        display: block;
        justify-content: inherit;
        column-gap: 0;
    }

    h2 {
        margin: 0;
        transform: scale(1, 2);
        font-size: 7vw;
    }

    #poem {
        font-size: 3.5vw;
    }

    .clm {
        margin-bottom: 50px;
    }

    .clm span {
        position: absolute;
        font-size: 3.2vw;
        transform: scale(1, 2);
        text-align: right;
        bottom: 0;
        right: 0;
    }

    .clm p {
        padding: 20px 0 0 0;
        font-size: 4vw;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    #info_wrap {
        display: block;
        justify-content: inherit;
        column-gap: 0;
    }

    #info_wrap h3 {
        transform: scale(1, 2);
        font-size: 5.5vw;
    }

    footer {
        padding: 10px;
        font-size: 2.6vw;
    }
}