.event_wrap {
    background-image: url(../img/bg_top_left.png), url(../img/bg_top_right.png), url(../img/bg_bottom_left.png), url(../img/bg_bottom_right.png);
    background-position: left top, right top, left bottom, right bottom;
    background-size: 340px, 340px, 340px, 340px;
    background-repeat: no-repeat;
    padding: 40px 0 20px 0;
}

.title {
    margin-bottom: 2rem;
}

.lead {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    font-size: 2.2rem;

}
.made_date{
    margin-bottom: 6rem;
}
.movie-thumbnail {
    width: 540px;
    margin: 0 auto;
    margin-bottom: 4rem;
    color: #369f42;
    background: #369f42;
    background: -webkit-linear-gradient(-30deg, #91cb90,  #c7df9a, #a0cf85, #91cb90, #c7df9a);
    padding: 10px 10px 8px;
    margin-top: 3rem;
}
.movie-thumbnail > div{
    background: #FFF;
}
.performer-profiles{
    margin-bottom: 5rem;
}
.event-profile {
    display: flex;
}
#details .portrait {
    width: 250px;
    position: relative;
    padding: 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: rgb(255,231,231);
background: linear-gradient(0deg, rgba(255,231,231,1) 0%, rgba(255,85,85,1) 11%, rgba(255,183,100,1) 22%, rgba(245,255,69,1) 34%, rgba(100,255,91,1) 45%, rgba(94,249,255,1) 55%, rgba(97,114,255,1) 67%, rgba(255,107,242,1) 79%, rgba(255,125,125,1) 91%, rgba(255,205,205,1) 100%);
}
#details .introduction {
    width: calc(100% - 250px);
    padding: 2rem;
    font-size: 96%;
}
#details .introduction h3{
    margin-bottom: 0rem;
}
#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;
    font-size: 2.2rem;
}
#details .idea:before{
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgb(255,231,231);
    background: linear-gradient(0deg, rgba(255,231,231,1) 0%, rgba(255,85,85,1) 11%, rgba(255,183,100,1) 22%, rgba(245,255,69,1) 34%, rgba(100,255,91,1) 45%, rgba(94,249,255,1) 55%, rgba(97,114,255,1) 67%, rgba(255,107,242,1) 79%, rgba(255,125,125,1) 91%, rgba(255,205,205,1) 100%);
}
.event-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: 2.4rem;
}
.collaborations ul li:first-child{
    padding-left: 0;
}
.collaborations ul li:last-child{
    padding-right: 0;
}
.nihonhaku_logo {
    display: flex;
    flex-direction: column;
    align-items: ;
    justify-content: space-between;
    align-items: center;
}
.nihonhaku_logo span {
    font-size: 60%;
    letter-spacing: -0.1rem;
    margin-top: 0.6rem;
    white-space: nowrap;
}
.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: #369f42;
    background: -webkit-linear-gradient(-30deg, #92C03D, #369f42, #369f42, #92c03d, #369f42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.archive-movies h2:after{
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #369f42;
}
.movie-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.movie-list > div{
    max-width: 28%;
    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: rgb(255,231,231);
background: linear-gradient(295deg, rgba(255,231,231,1) 0%, rgba(255,85,85,1) 11%, rgba(255,183,100,1) 22%, rgba(245,255,69,1) 34%, rgba(100,255,91,1) 45%, rgba(94,249,255,1) 55%, rgba(97,114,255,1) 67%, rgba(255,107,242,1) 79%, rgba(255,125,125,1) 91%, rgba(255,205,205,1) 100%);
}
