ul {
    list-style: none;
}
body {
    background-image: url(../img/bg.png);
    background-position: center -40px;
    background-size: 100% auto;
    z-index: -1;
}
h1{
    margin: 150px auto 0;
    max-width: 900px;
    width: 95%;
    height: 525px;
    content: '';
    background: url(../img/ttl_movie.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    padding-bottom: 80px;
}
.yodogawa p.txt{
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    padding: 80px 0;
    color: #004328;
}
.yodogawa a{
    color: #f4a470;
}
.container{
    background-color: rgba(69, 167, 42, 0.5);
    padding: 180px 0;
}
.container .movie{
    max-width: 960px;
    width: 95%;
    margin: 0 auto 1em;
}
.container .movie div{
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.container .movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container .caption{
    max-width: 960px;
    width: 95%;
    margin: 0 auto;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.7;
}
.column {
    padding: 100px 0 160px;
    border-bottom: dotted 7px;
}
@media screen and (max-width: 768px){
    body {
        background-image: url(../img/bg_sp.png);
        background-position: center top;
        background-size: 100% auto;
    }
    h1 {
        background: url(../img/ttl_movie_sp.png) no-repeat;
        background-size: contain;
        margin: 70px auto 0;
        width: 90%;
        height: 0;
        padding-top: 41.3%;
    }
    .yodogawa {
        margin-top: 30px;
    }
    .yodogawa p.txt{
        font-size: 1.5rem;
        padding: 30px 0;
    }
    .container {
        padding: 50px 0;
    }
    .container .caption{
        font-size: 1.2rem;
    }
    .column {
        padding: 50px 0;
        border-bottom: dotted 5px;
    }

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