
 
    body {
    margin: 0;
    padding: 0;
    line-height:1.4;
    background-color:#eee;
    font-family:Arial, sans-serif;
    font-size:0.9em;
    }

    .main {
    background-color:#eee;
    }

    audio{
        position: absolute;
        left: 10px;
        bottom: 10px;
        opacity: 0.9;
        z-index: 999;
    }
    .yo_img{
        position: absolute;
        top: 0;
        left: 0;        
    }
    .yo_img img{
        position: absolute;
        top: 0;
        left: 0;
    }
    .yo_img .ly2{
        z-index: 2;
    }
    .yo1{
    margin-top:60px;
    text-align:center;
    background-color:#ccc;
    }

    .yo2 {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        background-color:#ccc;	
        height:550px;
        text-align:right;
        padding-top: 30px;
        line-height: 50px;
    }

    .yo2_name{
        position:absolute;
        top:240;
        text-align:right;
        font-family: Times;
    }
    .yo2_nmL{
        color:#70553e;
        padding: 20px;
        font-size:8em;
        font-weight: 300;
        line-height: 100px;
        background-color:rgba(255,255,255,0.2);
    }
    .yo2_nms1{
        color:#999;
        font-size:2em;
    }
    .yo2_nms2{
        margin-right: 30px;
        margin-top: 120px;
        color:#999;
        font-size:1.8em;
        line-height: 35px;
    }

@media screen and (max-width: 767px) {
    .yo2{
        overflow: hidden;
        background-color:#ccc;
    }
    .yo2_name{
        top: 0;
    }
    .yo2_nmL{
        margin: 0;
        font-size: 20vw;
        line-height: 16vw;
    }
    .yo2_nms2{
        margin-top: 40vw;
        width: 50vw;
        font-size: 1.6em;
        overflow-wrap: anywhere;
        word-break: break-all;
    }

    .yo2_nms2 span br{
        display: none;
    }
    .yo_img{
        width: 100%;
        bottom: 80vw;
        top: inherit;
    }
    .yo_img .ly1{
        width: calc(100vw * 0.45);
        min-width: 180px;
    }
    .yo_img .ly2{
        width: 100vw;
        min-width: 405px;
        z-index: 2;
    }
    .img-main{
        width: 100%;
        height: auto;
    }
}