.body_other main{
    display: block;
}

.body_other{
    background-color: rgba(183, 158, 173, 0.2);
}

.body_other .area-artisttitle{
    text-align: center;
    color: rgba(62, 79, 117, 0.5);
    font-family: 'Libre Baskerville', serif;
    padding-top: 30px;
    font-size: 2rem;
}

.body_other h1{
    text-align: center;
    padding-top: 30px;
}

.container{
    max-width: 1100px;
    margin: auto auto 0;
    border-top: 0px solid #333334;
}

.container .container-inr{
    max-width: 1100px;
    border-top: 0px solid #333334;
}

main .post-body{
    color: #373737;
}


main{
    display: block;
}

section{
    display: block;
}

article {
    display: block;
    width: 30%;
    padding-top: 30px;
}


main .area-other{
    padding: 0px 70px 70px;
    background: #fff;

}

main .area-other img{
    max-width:30%;
}

main .block-other{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
main .block-other figure{
    display: flex;
}

main .block-other figcaption{
    padding-left: 20px;
    padding-top: 20px;
}

main .block-other figcaption a{
    color: #33738F;
}

main .block-other .subsc{
    width: 35%;

}

main .block-other::after{
    content: "";
    width: 30%;
    display: block;
}




*, ::after, ::before {
    box-sizing: border-box;
}

@media screen and (max-width:850px){
    article {
        width: 100%;
    }
    main .block-other{
        margin: 0;
    }
    main .block-other figure{
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    main .area-other{
        margin-left: auto;
        margin-right: auto;
        padding: 0px 20px 20px;
    }
    main .area-other img {
        max-width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }  
    .body_other h1 img{
        width: 80%;
    }
    .body_other main .post-body .movie-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
      }
      
      .movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    
}/*===============max-width:850px================*/


@media screen and (max-width:768px){
    article {
        width: 100%;
    }
    main .block-other{
        display: flex;
        flex-direction: column;
    }
    main .area-other{
        margin-left: auto;
        margin-right: auto;
    }

    .body_other main .block-other{
        display: block;
        flex-direction: column;
    }
    .body_other main .area-other{
        margin-left: auto;
        margin-right: auto;
    }
    .body_other .block-other article{
        width: 100%;
    }
    main .area-other{
        padding: 0px 20px 20px;
    }

    .body_other .block-other .post-body .movie-wrap{
        margin-left: auto;
        margin-right: auto;
    }

    
    
}/*===============max-width:768px================*/