#main {
    background: url(../img/background.jpg) center top;
    background-size: cover;
    padding: 40px 0 0 0;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
}

.title {
    margin-bottom: 2rem;
}

.lead {
    color: #1A5500;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 6rem;
}

.movie-thumbnail {
    width: 540px;
    margin: 0 auto;
    margin-bottom: 4rem;
    color: #369f42;
    background: #369f42;
    background: -webkit-linear-gradient(-30deg, #a16e65,  #894f45, #572e26, #a16e65, #894f45);
    padding: 10px 10px 8px;
    margin-top: 3rem;
}
.movie-thumbnail > div{
    background: #FFF;
}
.performer-profiles{
    margin-bottom: 5rem;
}
.dialogue7-profile {
    display: flex;
    margin-bottom: 2rem;
}
#details .portrait {
    width: 250px;
    position: relative;
    padding: 1rem 3rem;
}
#details .portrait .copyright{
    display: block;
    font-weight: normal;
    font-size: 80%;
    text-align: right;
}
#details .portrait:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #000;
    background: #4e6648;
}
#details .introduction {
    width: calc(100% - 250px);
    padding: 2rem;
    font-size: 96%;
}
#details .introduction h3{
    margin-bottom: 0rem;
    color: #4e6648;
}
#details .introduction h3 span{
    font-size: 68%;
    margin-left: 1rem;
}
#details .idea{
    width: 60%;
    position: relative;
    padding: 1rem 0rem 1rem 3rem;
    margin-left: auto;
    font-size: 90%;
    margin-bottom: 3rem;
}
#details .idea h3{
    margin-bottom: 0rem;
    color: #4e6648;
    font-size: 2.2rem;
}
#details .idea:before{
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #000;
    background: #4e6648;
}
.dialogue7-footer{
    margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #FFF;
}
.collaborations ul{
    display: flex;
    width: 960px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
}
.collaborations ul li{
    width: calc(960px / 5);
    padding: 2rem;
}
.back-eventList{
    margin-bottom: 6rem;
}
.imprint{
    font-size: 90%;
    margin-bottom: 2rem;
}
/* 後日追加　アーカイブ */
.archive-movies{
    margin-bottom: 3rem;
}
.archive-movies h2{
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.6rem;
    font-weight: bold;
    color: #4e6648;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.archive-movies h2:after{
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #4e6648;
}
.movie-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.movie-list > div{
    max-width: 44%;
    margin: 0.8rem 2%;

}
.movie-list a{
    display: block;
    box-shadow: 0 0 0.8rem rgba(0,0,0,0.4);
}
.divider{
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #8a5147;
}