
/******************************
*enページ専用の設定
*****************************/
.main_title {
    top: 31.5%;

}
@media screen and (max-width: 670px){
    .main_title {
        top: 40.5%;
        width: 88%;
        right: 6%;
    }
}
/******************************
*topの購入ボタン
*****************************/
.buy{
    top: 12%;
    width: 19%;
}
.buy.usa{
    right: 23%;
    display: block;
}
.buy.esp{
    display: block;
}


@media screen and (max-width: 670px){
.buy{
    width: 40%;
    top: 78.5%;
}
.buy.usa{
    right: 51%;
}
.buy.esp{
    right: 9%;
}
}

/******************************
*topkvバナー設定（海外版スマホページ限定）
*****************************/

@media screen and (max-width: 670px){
    .steam_bnr, .switch_bnr {
        width: 61%;
        right: 20.5%;
    }
    .switch_bnr{
        top: 70%;
    }
    .steam_bnr{
        top: 82.5%;
    }
}

/******************************
*topの購入ボタン　非表示の期間に上に詰めるクラス(nodisp_buy)
*****************************/

@media screen and (max-width: 670px){
    .kv.nodisp_buy .kv_bg{
        height: 120vw;
        display: block;
        overflow-y: hidden;
    }
    .kv.nodisp_buy .kv_sechs{
        overflow-y: hidden;
        height: 100%;
    }
    .kv.nodisp_buy .main_title{
        top: 48%;
    }
    .kv.nodisp_buy .game_type{
        top: 67%;
    }
    .kv.nodisp_buy .release{
        top: 77%;
    }

}
/******************************
*topのサブタイトル？
*****************************/

.game_type {
    top: 56.5%;
}


@media screen and (max-width: 670px){
    .game_type {
        top: 58.2%;
        width: 82%;
        right: 9%;
    }
}



/******************************
*storyセクション
*****************************/
.story.moji {
    width: 95%;
    top: 25%;
    left: 2.5%;
}

@media screen and (max-width: 670px) {
    .story.bg {
        scale: 1.3;
        display: block;
        margin: 35vw 0 10vw;
    }
    .story.icon {
        width: 40%;
        left: 30%;
        top: -9.6%;
    }
    .story.moji {
        width: 116%;
        top: -6%;
        left: -8%;
    }

    .just_releace .story.icon {
        top: -7.6%;
    }
    .just_releace .story.moji {
        top: -2%;
    }

}


/******************************
*footerセクション コピーライト
*****************************/
.ff_links {
    width: 35%;
    grid-template-columns: 9fr 1.3fr 16fr 1.3fr 26fr;
}

.fh_spec {
    align-items: center;
    grid-template-columns: 2fr 5fr;
    min-width: 380px;
}
.game_info_en{
    display: grid;
    grid-template-columns: 4fr 1fr;
    align-items: end;

}
.spec_text {
    margin: auto;
}
.isrb{
    margin: 0 auto;
}
.isrb img{
    height: 68px!important;
    width: auto!important;
}

@media screen and (min-width: 670px){
    .ff_company {
        width: 9vw;
        padding: 6.5vw 10vw;
    }
    
    .ff_links{
        top: 22%;
    }
    
    .ff_copyright {
        top: 45%;
    }
}

@media screen and (max-width: 670px){
    .footer_text {
        width: 90%;
        padding: 18vw 0 0vw;
    }
    .fh_spec {
        width: 90%;
        grid-template-columns: 1.9fr 5.5fr;
        align-items: center;
        padding: 14vw 0 12vw;
        min-width: unset;

    }
    .game_info_en{
        grid-template-columns:4.3fr 1.2fr;
    }
    .ff_links {
        width: 55%;
    }
}


