[data-aspect-ratio-sp="3:4"]::before{
    padding-top: calc((4/3)*100%);
}
[data-aspect-ratio-sp="588:1176"]::before{
    padding-top: calc((1176/588)*100%);
}
.Hero_Img_noMovie{
    display: none;
}
.iOS_9 .Hero_Img_noMovie{
    display: block;
}
.iOS_9 .Hero_Video,.iOS_9 .Hero_Play_CheckBox,.iOS_9 .Hero_Play_Label{
    display: none;
}
.Hero{
    position: relative;
}
.Hero_Video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.Hero_Play_CheckBox {
    display: none;
}
.Hero_Play_Label, .Hero_Play_CheckBox:checked+.Hero_Play_Label {
    width: 25px;
    height: 25px;
    padding: 0;
    right: 10px;
    bottom: 10px;
    display: block;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.Hero_Play_Label {
    background: url(https://169.p.syniva.es/jp/ja/special-feature/ut/fighting-game-legends/common/img/pause.svg) 50%/25px 25px no-repeat;
}
.Hero_Play_CheckBox:checked+.Hero_Play_Label {
    background: url(https://169.p.syniva.es/jp/ja/special-feature/ut/fighting-game-legends/common/img/play.svg) 50%/25px 25px no-repeat;
}

@media screen and (min-width: 813px) {
    .Hero{
        max-width: 1226px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 25px;
        padding-left: 25px;
    }
    .Hero_Play_Label, .Hero_Play_CheckBox:checked+.Hero_Play_Label {
        right: 35px;
    }
}