#main {
    background: url(../img/content-bg.jpg);
    padding: 10rem 0;
    color: #4E413C;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.title {
    margin-bottom: 2rem;
}
.leadbox{
    margin-bottom: 4rem;
}
.lead {
    color: #403531;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
    /* font-size: 1.8rem; */
    margin-bottom: 2rem;
}
.contents{
    margin-bottom: 8rem;
}
.contents-title{
    margin-bottom: 2rem;
}
.thumbnails {
    display: flex;
    justify-content: space-around;
}
.thumbnails div{
    margin-right: 3rem;
    margin-bottom: 2rem;
}
.thumbnails div a{
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.4);
    position: relative;
    display: block;
}
.thumbnails div p{
    font-size: 90%;
}
.thumbnails 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%);
}
.thumbnails a:last-child{
    margin-right: 0;
}
.movie-thumbnail > div{
    background: #000;
}
.main-image-bloc{
    border-top: 1rem solid #D57DAA;
    background: url(../img/header-bg.jpg) top center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 2rem;
}
.main-image img{
    margin: 5.0rem 0 5.0rem;
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 5.0rem 0;
}
.contents.introduction .work-introduction{
    border-bottom: 1px solid #4E413C;
    padding-bottom: 1em;
}

.contents.introduction .work-introduction{
    border-bottom: 1px solid #4E413C;
    padding-bottom: 1em;
}
.contents.introduction .sidai{
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}
.contents.introduction .sidai .sidai-title{
    width: 30%;
}
.contents.introduction .sidai .sidai-detail{
    
}
.contents.introduction .sidai .sidai-title{
    text-align: center;
}
.contents.introduction .sidai .sidai-detail li{
    list-style-type: disc;
}
.contents.introduction .sidai .sidai-title span{
    display: inline;
    background: #6B645F;
    color: #FFF;
    font-size: 2.2rem;
    font-size: 22px;
    padding: 0.2rem 0.8rem;
}
.contents.information-bloc{
    background: #FFF;
    padding: 0 2rem;
}
.contents.information-bloc dl.information{
    display: block;
    width: 50%;
    font-size: 1.4rem;
    font-size: 14px;
    padding: 2.0rem 0;
}
.contents.information-bloc dl.information > dt{
    width: 100%;
    text-align: left;
    padding: 0;
    color: #D57DAA;
    font-weight: bold;
}
.contents.information-bloc dl.information > dt:before{
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 1.2em;
    background: #D57DAA;
    position: relative;
    bottom: -0.2em;
    left: -0.2em;
}
.contents.information-bloc dl.information .font-small{
    font-size: 80%;
}
.contents.information-bloc dl.information dd{
    padding: 0 0 0 1em;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 1em;
}
.contents.information-bloc dl.information dd dl{
    display: block;
}
.contents.information-bloc dl.information dd dl dt{
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #D57DAA;
}
.profile{
    background: transparent;
    width: 100%;
}
.contents.profile{
    padding: 7.0rem 0;
}
.contents.profile .contents-inner{
    max-width: 960px;
}
.contents.profile .position{
    color: #C22D79;
}
.contents.profile .profile-macmillan{
    margin-bottom: 8.0rem;
}
.contents.profile .profile-macmillan h2{
    font-size: 2.4rem;
    font-size: 24px;
    color: #C22D79;
}
    .contents.profile .macmillan-image{
        margin-right: 2.0rem;
    }
    .contents.profile .profile-cambell{
        max-width: 640px;
        margin-left: auto;
        flex-direction: row-reverse;
    }
    .contents.profile .cambell-image{
        margin-left: 2.0rem;
    }
.contents.profile .profile-cambell h2{
    font-size: 2.0rem;
    font-size: 20px;
    color: #C22D79;
}
.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}
.profile-detail{
    flex: 1;
}
.contents.performance-detail {
    padding: 2.4rem 0 3rem;
    border-top: 1px solid #6B645F;
    border-bottom: 1px solid #6B645F;
    position: relative;
    font-size: 2.4rem;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.bg-palepink {
    background: #FFE5F2;
    color: #4E413C;
}
.contents.performance-detail:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #6B645F;
    top: 2px;
}
.contents.performance-detail:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #6B645F;
    bottom: 2px;
}
.contents.performance-detail span.font-big {
    font-size: 6.0rem;
    font-size: 60px;
}
.contents.performance-detail p.place {
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: normal;
}