@charset "shift_jis";

/* 全体チェック＆社内アナウンスのために、#topEyecatch 内ビジュアルを一旦設定 */
/* 768px以上 */
@media (min-width: 768px) {
    .topContainer{
        width:618px;
    }
    #topEyecatch{
    width:100%;
    margin:0 auto;
    height:440px;
    background:url(/en/commons/img/top/top_keyvisual_layout.jpg) no-repeat center center;
    background-size:cover;
    }
}

/* 992px以上 */
@media (min-width: 992px) {
    .topContainer{
        width:752px;
    }
    #topEyecatch{
    width:100%;
    margin:0 auto;
    height:540px;
    background:url(/en/commons/img/top/top_keyvisual_layout.jpg) no-repeat center center;
    background-size:cover;
    }
}

/* 1200px以上 */
@media (min-width: 1200px) {
    .topContainer{
        width:930px;
    }
    #topEyecatch{
    width:100%;
    max-width:2000px;
    margin:0 auto;
    height:640px;
    background:url(/en/commons/img/top/top_keyvisual_layout.jpg) no-repeat center center;
    background-size:cover;
    }
}
