<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&amp;display=swap&amp;subset=japanese);

html{
    font-size:16px;
}
body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6,p{
    font-weight:400;
}
li,ol,ul{
    list-style-type:none;
}
img{
    border:0;
    vertical-align:bottom;
}

#page * {
    box-sizing: border-box;
}
#page {
    font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
}
#page img {
    width: 100%;
}

.al_r {
    text-align: right;
}
.flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}


.main_visual {
    font-size: 0;
    line-height: 0;
    background: url(../images/main.jpg) no-repeat top center;
    background-size: cover;
    height: 760px;
    position: relative;
    z-index: 1;
}
.main_visual .logo_wrap {
    max-width: 787px;
    margin: 0 auto;
    padding: 0 20px 0;
    position: absolute;
    z-index: 50;
    z-index: 50;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.main_visual h1 {
    background: url(../images/logo.png) no-repeat top center;
    background-size: contain;
    padding-top: calc(366 / 787 * 100%);
    height: auto;
}
.date {
    color: #fcff00;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 10px 20px;
    border-top: solid 2px #fcff00;
    border-bottom: solid 2px #fcff00;
    background: url(../images/bg_date.jpg) repeat left center;
}
.date span {
    font-size: 1.5em;
}
@media screen and (max-width:767px) {
    .main_visual {
        height: 85vw;
    }
    .date {
        font-size: 28px;
    }
}
@media screen and (max-width:479px) {
    .date {
        font-size: 22px;
    }
}

.sec_inner {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1200px;
}
.block_title {
    font-weight: bold;
}
.read_txt {
    font-size: 20px;
    line-height: 1.6;
}
@media screen and (max-width:479px) {
    .sec_inner {
        padding: 0 20px;
    }
}

/* ====================================================================
    about eスポーツ .sec01
================================================================= */
.sec_about-Esports {
    background: url(../images/bg_aboutEsports.jpg) no-repeat top center;
    background-size: cover;
}
.sec_about-Esports .sec_inner {
    padding-top: 10px;
    padding-bottom: 80px;
}

.sec_about-Esports .block_wrap {
    margin: 80px auto;
}
.sec_about-Esports .block_title {
    color: #fcff00;
    font-size: 70px;
    line-height: 1.1em;
}
.sec_about-Esports .block_read {
    padding: 40px;
    background-color: #fcff00;
    justify-content: space-between;
}
.sec_about-Esports .block_read .read_txt {
    font-weight: bold;
    flex: 0 0 60%;
}
.sec_about-Esports .block_read .img_wrap {
    flex: 0 0 35%;
}
@media screen and (min-width:768px) {
    .sec_about-Esports .block_read {
        align-items: flex-start;
    }
}
@media screen and (max-width:767px) {
    .sec_about-Esports .block_title {
        font-size: 40px;
    }
    .sec_about-Esports .block_wrap:last-child .block_read {
        flex-direction: column-reverse;
        flex-wrap: unset;
    }
    .sec_about-Esports .block_read .read_txt,
    .sec_about-Esports .block_read .img_wrap {
        flex: 0 0 100%;
    }
    .sec_about-Esports .block_read .read_txt {
        margin-bottom: 20px;
        text-align: justify;
    }
}
@media screen and (max-width:479px) {
    .sec_about-Esports .block_wrap {
        margin: 40px auto;
    }
    .sec_about-Esports .block_title {
        font-size: 28px;
    }
    .sec_about-Esports .block_read {
        padding: 20px;
    }
    .sec_about-Esports .block_read .read_txt {
        font-size: 16px;
    }
}

/* ====================================================================
    選手紹介 .sec02
================================================================= */
.sec_player {
    background: url(../images/bg_imakoko.jpg) no-repeat bottom center, url(../images/bg_girl.jpg) repeat top left;
}
.img_player {
    margin-top: -60px;
    margin-bottom: 100px;
}
@media screen and (max-width:991px) {
    .sec_player {
        background: url(../images/bg_imakoko.jpg) no-repeat bottom center/120%, url(../images/bg_girl.jpg) repeat top left;
    }
}
@media screen and (max-width:479px) {
    .img_player {
        margin-bottom: 60px;
    }
}

/* ====================================================================
    密着取材 .sec03
================================================================= */
.sec_coverage {
    background: url(../images/bg_txt02.png) no-repeat 0% 90%/38vw,
            url(../images/bg_txt03.png) no-repeat 100% 96%/34vw,
            url(../images/bg_coverage.png) no-repeat top center/100% #f79781;
}

.sec_coverage .block_title,
.sec_coverage .block_subtitle {
    color: #173268;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 10;
}
.sec_coverage .block_title {
    padding: 80px 0 30px;
}
.sec_coverage .block_subtitle {
    padding: 0 0 50px;
}
.sec_coverage .block_img img {
    margin-bottom: 30px;
}
.sec_coverage .block_img .flex {
    justify-content: space-between;
}
.sec_coverage .block_img .flex .img_wrap {
    flex: 0 0 49%;
}
.player01_wrap,
.player01 {
    position: relative;
}
.player01 {
    z-index: 10;
}
.bg_txt01 {
    width: 240px !important;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
}
.sec_coverage .read_txt {
    color: #184234;
    font-size: 26px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.fukidasi_txt.flex {
    margin: 0 auto;
    max-width: 950px;
    justify-content: space-between;
}
.fukidasi_txt.flex .img_wrap {
    flex: 0 0 31%;
}
@media screen and (max-width:991px) {
    .sec_coverage {
        background: url(../images/bg_txt02.png) no-repeat 0% 88%/38vw,
                url(../images/bg_txt03.png) no-repeat 100% 90%/34vw,
                url(../images/bg_coverage.png) no-repeat top center/100% #f79781;
    }
    .sec_coverage .read_txt {
        font-size: 20px;
    }
}
@media screen and (max-width:767px) {
    .sec_coverage .block_title,
    .sec_coverage .block_subtitle {
        font-size: 30px;
    }
    .bg_txt01 {
        width: 140px !important;
        top: -60px;
    }    
}
@media screen and (max-width:479px) {
    .sec_coverage {
        background: url(../images/bg_txt02.png) no-repeat 0% 75%/85vw,
            url(../images/bg_txt03.png) no-repeat 100% 100%/80vw,
            url(../images/bg_coverage.png) no-repeat top center/100% #f79781;
    }
    .sec_coverage .block_title,
    .sec_coverage .block_subtitle {
        font-size: 22px;
    }
    .sec_coverage .block_title {
        padding: 40px 0 15px;
    }
    .sec_coverage .block_subtitle {
        padding: 0 0 25px;
    }
    .sec_coverage .block_img .flex .img_wrap {
        flex: 0 0 100%;
    }
    .sec_coverage .read_txt {
        font-size: 16px;
    }
    .fukidasi_txt.flex {
        justify-content: center;
    }
    .fukidasi_txt.flex .img_wrap {
        flex: 0 0 52%;
        margin-bottom: 30px;
    }    
}

/* ====================================================================
    STAGE:0について .sec04
================================================================= */
.sec_aboutSTAGE0 {
    background-color: #000;
}
.sec_aboutSTAGE0 .sec_head .block_title {
    color: #fcff00;
    font-size: 50px;
    text-align: center;
    padding: 60px 0;
}
.block_wrap.aboutSTAGE0 {
    background: url(../images/bg_aboutSTAGE0.jpg) no-repeat center top;
    background-size: cover;
    padding: 240px 40px 120px;
}
.block-aboutSTAGE0 {
    padding-top: 10px;
    padding-bottom: 80px;
    background-color: rgba(0,0,0,0.7);
}
.logo_stage0 {
    margin: -150px auto 0;
    max-width: 400px;
    display: block;
}
.block-aboutSTAGE0 .block_title {
    color: #fcff00;
    font-size: 46px;
    text-align: center;
}
.block-aboutSTAGE0 .block_title span {
    line-height: 1.8;
    border-bottom: solid 3px #fcff00;
}
.block-aboutSTAGE0 .block_read {
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    padding: 30px 0 0;
    max-width: 900px;
    line-height: 1.8;
}
@media screen and (max-width:767px) {
    .block_wrap.aboutSTAGE0 {
        background: url(../images/bg_aboutSTAGE0.jpg) no-repeat left top;
        background-size: cover;
    }    
    .sec_aboutSTAGE0 .sec_head .block_title {
        font-size: 40px;
    }
    .logo_stage0 {
        max-width: 300px;
    }
    .block-aboutSTAGE0 .block_title {
        font-size: 28px;
    }
    .block-aboutSTAGE0 .block_read {
        padding: 20px 0 0;
    }
}
@media screen and (max-width:479px) {
    .block_wrap.aboutSTAGE0 {
        padding: 140px 30px 60px;
    }    
    .sec_aboutSTAGE0 .sec_head .block_title {
        font-size: 26px;
        padding: 30px 0;
    }
    .block-aboutSTAGE0 {
        padding-bottom: 40px;
    }
    .logo_stage0 {
        margin: -100px auto 0;
    }
    .block-aboutSTAGE0 .block_read {
        font-size: 16px;
    }
}

/* ====================================================================
    エントリー条件 .sec05
================================================================= */
.sec_entry {
    background: url(../images/bg_entry.jpg) no-repeat center top #000;
    padding: 80px 0;
}
.sec_entry .block_title {
    color: #fcff00;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    padding: 0 0 50px;
}
.sec_entry .block_read {
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.icon_rule {
    max-width: 550px;
    margin: 80px auto;
    display: block;
}
@media screen and (max-width:767px) {
    .sec_entry .block_title {
        font-size: 36px;
    }
    .sec_entry .block_read {
        font-size: 20px;
    }
    .icon_rule {
        max-width: 380px;
        margin: 40px auto;
    }
}
@media screen and (max-width:479px) {
    .sec_entry {
        padding: 40px 0;
    }
    .sec_entry .block_title {
        font-size: 28px;
        padding: 0 0 25px;
    }
}

/* ====================================================================
    密着するゲームのタイトル .sec06
================================================================= */
.sec_gameINFO {
    background-color: #000;
    padding: 0 0 80px;
}
.sec_gameINFO .block_title {
    color: #fcff00;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    padding: 0 0 50px;
}
.block-gameINFO {
    background: url(../images/bg_game01.jpg) no-repeat center center;
}
.block-gameINFO_inner {
    background-color: #252525;
    margin: 0 auto;
    padding: 60px 40px;
    max-width: 700px;
}
.game_title {
    color: #fcff00;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.block-gameINFO_inner img {
    max-width: 450px;
    margin: 30px auto 60px;
    display: block;
}
.block-gameINFO_inner .block_read {
    color: #fff;
    font-size: 20px;
}
.block-gameINFO_inner .block_read .copy {
    font-size: 14px;
    margin: 0 0 20px;
    display: block;
}
@media screen and (max-width:767px) {
    .sec_gameINFO .block_title {
        font-size: 36px;
    }
}
@media screen and (max-width:479px) {
    .sec_gameINFO {
        padding: 0 0 40px;
    }
    .sec_gameINFO .block_title {
        font-size: 28px;
        padding: 0 0 25px;
    }
    .block-gameINFO_inner {
        padding: 30px 20px;
    }
    .game_title {
        font-size: 22px;
    }
    .block-gameINFO_inner img {
        margin: 30px auto 30px;
    }
    .block-gameINFO_inner .block_read {
        font-size: 16px;
    }
}

/* ====================================================================
    ボトムバナー .sec07
================================================================= */
.sec_btmBNR {
    background: url(../images/bg_footBnr.jpg) no-repeat center center;
    background-size: cover;
}
.sec_btmBNR img {
    margin: 0 auto;
    max-width: 600px;
    padding: 150px 40px 40px;
    display: block;
}
@media screen and (max-width:767px) {
    .sec_btmBNR {
        background: url(../images/bg_footBnr.jpg) no-repeat right center;
        background-size: cover;
    }
}
@media screen and (max-width:479px) {
    .sec_btmBNR img {
        padding: 150px 20px 40px;
    }
}


#page-top {
    position: fixed;
    font-size: 77%;
    z-index: 50;
}
@media screen and (min-width: 768px) {
    #page-top {
        bottom: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
    #page-top {
        bottom: 5px;
        right: 5px;
    }
    #page-top a img {
        width: 50px;
        height: auto;
    }
}





.brXS, .brS, .brM, .brL { display: none; }
.brPC { display: none; }
@media (max-width: 479px) { .brXS { display: inline; } }
@media (max-width: 575px) { .brS { display: inline; } }
@media (max-width: 767px) { .brM { display: inline; } }
@media (max-width: 991px) { .brL { display: inline; } }
@media (min-width: 992px) { .brPC { display: inline; } }</pre></body></html>