@charset "UTF-8";

/*-----------------------------ヘッダーロゴ---------------------------------*/
header .inner .logo {
    display: none;
}
header .inner .logo.logo_second {
    display: block!important;
    margin-left: 0!important;
}
/*-----------------------------お問い合わせボタン---------------------------------*/
header .header_contents .header_col1 .btn {
    display: block;
}
header .header_contents .header_col1 .tel:nth-child(1) {
    display: none!important;
}
/*-----------------------------ヘッダーナビ---------------------------------*/
header nav ul.nav_1st > li:nth-last-child(-n+6) {
    display: block;
}
header nav ul.nav_1st > li:nth-last-child(n+7) {
    display: none;
}
/*-----------------------------MV---------------------------------*/
#lenta_mv + .block_html {
    clear: initial;
    overflow: initial;
    position: initial;
}
#lenta_mv + .width_fixed>.content_wrapper {
    max-width: 100%!important;
    padding: 0!important;
}
#mv_outer:not(.edit_outer) #mv {
    position: relative;
    left: 0;
}
#lv_outer {
    display: none;
}
#pan {
    display: none;
}