#maincontent #top .texts {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    margin-top: -60px;
}
#maincontent #top .texts .shoulder{
    font-family: "SuzukiPROheadline";
    font-size:150%;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}
#maincontent #top .texts .shoulder span{
    display: inline-block;
    position: relative;
}
#maincontent #top .texts h1{
    position: relative;
}
#maincontent #top .texts .playvideo{
    position: absolute;
    right: 0;
    top: 50%;
}
#maincontent #top .texts .playvideo a{
    padding: 10px 0px;
    display: inline-block;
    background-image: url(../../common/img/ico_pv.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 55px;
    font-size:150%;
    text-decoration: none;
    color: #fff;
    font-family: "SuzukiPROBold";
}
#maincontent #top .texts .playvideo a:hover{
    opacity:0.7;
    -webkit-opacity:0.7;
}
@media only screen and (max-width: 768px) {

    #maincontent #top .texts {
        top: 30%;
    }

    #maincontent #top .texts .playvideo{
        right: auto;
        left: 0;
        width: 100%;
        top:120%;
        text-align: center;
    }
}
