#bpl-menu{background:transparent !important;}
#bpl-menu::after{display:none !important;}
#bpl-menu > a{visibility:hidden; pointer-events:none;}
#bpl-menu .second-menu{top:70px;}
#menu-main{margin-top:70px !important;}
#menu-sub .second-menu::after{display:none !important;}
@media screen and (max-width:640px){
#bpl-menu > a{display:none;}}

/*
================================================================================================================
タイトルロゴエリア
================================================================================================================
*/
#top{position:relative; z-index:2;}
#top > *{position:relative; z-index:3;}

#top img{width:100%;}
#top a > img{transition:opacity. 2s ease;}
#top a:hover > img{opacity:.6;}

#bpl-logo{position:relative; display:flex; aspect-ratio:16 / 9; align-items:center; justify-content:center;}
#bpl-logo > div{width:100%; max-width:1920px; height:100%; background-position:center; background-size:100% auto; background-repeat:no-repeat; text-align:center;}
#bpl-logo > .effect{position:absolute; top:0; left:0; z-index:3; mix-blend-mode:screen;}
#bpl-logo > .effect:nth-child(1){background-image:url(/game/bpl/season6/img/top/effect01.jpg);}
#bpl-logo > .effect:nth-child(2){background-image:url(/game/bpl/season6/img/top/effect02.jpg);}
#bpl-logo > .effect:nth-child(3){background-image:url(/game/bpl/season6/img/top/effect03.jpg);}
#bpl-logo > .logo{position:relative; background-image:url(/game/bpl/season6/img/top/logo.webp); margin:0 auto; z-index:4;}

@media screen and (min-width:1921px){#bpl-logo > .effect{left:calc(50% - 960px);}}
@media screen and (max-width:980px){
#bpl-logo{aspect-ratio:3 / 2;}
#bpl-logo > div{background-size:125% auto;}}
@media screen and (max-width:800px){
#bpl-logo{aspect-ratio:1 / 1;}
#bpl-logo > div{background-size:130% auto;}}
@media screen and (max-width:480px){
#bpl-logo > div{background-position:top 70px center;}}

#bpl-logo::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:url(/game/bpl/season6/img/common/bg/main.jpg);
background-size:cover;
z-index:3;}

/*
================================================================================================================
ニュースエリア
================================================================================================================
*/
#top > .inner{background:rgba(36,109,255,.7); padding:30px 20px;}
@media screen and (max-width:480px){#top > .inner{padding:30px 10px;}}

/*スライド*/
#slider{position:relative; margin:0 auto 30px;}
#slider img{border:1px solid #333; filter:drop-shadow(3px 3px 5px rgba(0,0,0,.4));}

/*ニュース 表示件数*/
#top ul#news li{display:none;}
#top ul#news li:first-child,
#top ul#news li:nth-child(2),
#top ul#news li:nth-child(3),
#top ul#news li:nth-child(4){display:block;}

/*
================================================================================================================
エントリー
================================================================================================================
*/
#entry{background:rgba(255,255,255,.6); padding:40px 0 60px;}
#entry p{width:100%; margin:0 auto;}
#entry p:nth-child(1){display:block; max-width:1200px;}
#entry p:nth-child(2){display:none; width:96%;}
@media screen and (max-width:640px){
#entry{padding:20px 0 30px;}
#entry p:nth-child(1){display:none;}
#entry p:nth-child(2){display:block;}}

a#entry{display:block; transition:all .2s ease;}
a#entry:hover{filter:brightness(120%) blur(1px);}