@charset "utf-8";

.bg-sakura {
    background: url(../images/content-bg.jpg);
    color: #4E413C;
}
.introduction{
    padding: 3rem 0 1rem;
    margin-bottom: 2rem;
}
.movie{
    padding: 3rem 0 1rem;
    margin-bottom: 2rem;
}
.movie h2{
    font-weight: bold;
    font-size: 2.0rem;
    border-bottom: 1px solid#C22D79;
    margin-bottom: 2rem;
    color: #C22D79;
}
.movie .txtBox{
    width: 640px;
    margin: 0 auto;
}
.movie-en{
    margin-bottom: 4rem;
}