@charset "utf-8";

html,body,h1,h2,p {
    margin-bottom: 0;
    padding: 0;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
a {
    color: #222;
}
#container {
    margin-bottom: 400px;
}
/*トップページのスタイル*/
h1 {
    text-align: center;
    padding: 30px 0;
}
.main-img {
    width: 50%;
    margin: 20px auto 50px;
}
.main-txt {
    text-align: center;
    margin-bottom: 40px;
}

/*詳細ページ*/
.wrapper {
    width: 70%;
    margin: 100px auto;
}
.wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
.wrapper h2 span {
    font-size: 16px;
}
.wrapper-inner {
    display: flex;
    justify-content: space-around;
}
.movie-photo {
    width: 30%;
}
.movie-txt {
    width: 56%;
    line-height: 2;
}