#main {
    background: url(../img/main-image-bg.png);
    padding: 0;
    color: #4E413C;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}
.bg-purple {
    background: #491E57;
    color: #E9A831;
}

.bg-ivory {
    background: #F6E5C5;
    color: #491E57;
}
.row{
    display: flex;
    flex-direction: row;
}
.title {
    margin-bottom: 2rem;
}

.leadbox {
    margin-bottom: 1rem;
}

.archive-movie-bloc {
    background: rgba(246, 229, 197, 0.85);
    padding: 5rem 2rem 6rem;
    margin-bottom: 0rem;
    border-radius: 0.4rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.lead {
    color: #491E57;
    font-family: "Sawarabi Mincho";
    font-weight: bold;
    font-size: 1.8rem;
}

.contents {
    margin-bottom: 8rem;
}

.contents-title {
    margin-bottom: 2rem;
}

.archive-movies {
    display: flex;
    justify-content: space-around;
}

.archive-movie {
    margin: 1rem 2rem;
}

.archive-movie a {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    display: block;
}

.archive-movie p {
    font-size: 90%;
}

.archive-movie a:after {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    position: absolute;
    font-weight: bold;
    font-size: 6rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.archive-movie a:last-child {
    margin-right: 0;
}

.movie-thumbnail>div {
    background: #000;
}

.header-border-bottom {
    background: url(../img/header-bg.jpg) center center no-repeat;
    background-size: cover;
    height: 15.6rem;
}

.main-image-bloc {
    border-top: 1rem solid #D0B67C;
    border-bottom: 1rem solid #D0B67C;
    padding-bottom: 3rem;
}

.main-image-bloc:before {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    background: #491E57;
    position: relative;
}

.main-image-bloc:before, .main-image-bloc:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #491E57;
    position: relative;
}
.main-image-bloc:after {
    bottom: -3rem;
}
.main-image img {
    width: 560px;
    margin: 0 auto;
}

.contents-inner {
    max-width: 768px;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.contents.performance-detail {
    padding: 4.6rem 0 4.6rem;
    margin-bottom: 0;
}

.contents.performance-detail .contents-inner {
    max-width: 800px;
}

dl {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    align-items: center;
}

dt {
    width: 14%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    /* border-top: 1px solid #ccc; */
}

dd {
    padding: 10px;
    margin: 0;
    width: 86%;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}

.contents.performance-detail dd span.times {
    background: #E9A831;
    color: #491E57;
    border-radius: 0.2rem;
    padding: 0.1rem 0.8rem;
    font-size: 80%;
    margin-right: 0.8rem;
}

.contents.performance-detail dd span.reception {
    font-size: 70%;
}

.contents.performance-detail dd .notice {
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #E9A831;
    padding: 0.8rem 1.4rem;
    margin: 1.2rem 0;
    line-height: 1.4;
}

.contents.introduction {
    padding: 7rem 0;
    margin-bottom: 0;
}
.contents.introduction .work-image {
    margin: 1rem auto;
    width: 210px;
}
.contents.after-talk {
    padding: 4rem 0 7rem;
    margin-bottom: 0;
}
.contents.after-talk .after-talk-title {
    margin-bottom: 2rem;
}
.contents.after-talk h2 {
    font-size: 3.6rem;
    font-size: 36px;
}
.contents.after-talk h2:after {
    content: '';
    height: 1px;
    max-width: 280px;
    display: block;
    background: #E9A831;
    position: relative;
    margin: -0.6rem auto 0;
}
.contents.kyoden-profile {
    padding: 7rem 0;
}
.contents.kyoden-profile .contents-inner {
    max-width: 960px;
}
.contents-inner {
    max-width: 768px;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
.contents.kyoden-profile .nagatsuka-image{
    margin-right: 2rem;
    width: 180px;
}
.profile-text{
    flex: 1;
}
.contents.kyoden-profile .profile-nagatsuka{
    margin-bottom: 4rem;
}
.contents.kyoden-profile .profile-nagatsuka h2 {
    font-size: 2.4rem;
    font-size: 24px;
    border-bottom: 1px solid #491E57;
    font-weight: bold;
}
.contents.kyoden-profile .profile-nagatsuka h2 {
    font-size: 2.4rem;
    font-size: 24px;
    border-bottom: 1px solid #491E57;
}
.contents.kyoden-profile .profile-iriguchi {
    max-width: 640px;
    margin-left: auto;
    flex-direction: row-reverse;
}
.contents.kyoden-profile .iriguchi-image {
    margin-left: 2rem;
}
.contents.kyoden-profile .profile-iriguchi h2 {
    font-size: 1.8rem;
    font-size: 18px;
    border-bottom: 1px solid #491E57;
    font-weight: bold;
}
.back-eventList a {
    background: #491E57;
}
.back-eventList{
    padding-bottom: 6rem;
    margin-bottom: 0;
}