/*
border: 1px solid #333;
*/


@charset "utf-8";

#zoidWIB_wrapper {
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
}

/*
TOP
---------------------*/
#zoidWIB_wrapper header {
     /* padding-bottom: calc(100%*1617/768);*/
    /* calc(100*ImageHeight/ImageWidth)% */
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/header_sp.jpg);
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}

/*ヘッダー ロゴ*/
#zoidWIB_wrapper header .top_main {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
}

#zoidWIB_wrapper header .top_main img {
    width: 100%;
}


    
/*ヘッダー バナー1*/
#zoidWIB_wrapper header .bnr_top1 {
display: block;
    padding-top: 165%;
    padding-bottom: 15px;
    text-align: center;
margin: 0 auto ;
    width: 85%;
}

/*ヘッダー バナー2*/
#zoidWIB_wrapper header .bnr_top2 {
display: block;
margin: 0 auto;
    width: 85%;    padding-bottom: 15px;


}
/*ヘッダー バナー3*/
#zoidWIB_wrapper header .bnr_top3 {
display: block;
margin: 0 auto;
    width: 85%;    padding-bottom: 15px;


}
/*ヘッダー バナー4*/
#zoidWIB_wrapper header .bnr_top4 {
display: block;
margin: 0 auto;
width: 85%;    padding-bottom: 15px;
}

/*
コロコロバナー
---------------------*/
.top_bnr {
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0 auto;
    background-color: #000;
}


/*
YouTube　レスポンシブ
---------------------*/
#zoidWIB_wrapper .movie {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    padding: 30px 0 60px;
}

#zoidWIB_wrapper .movie .movie_areaWrap {
    width: 95%;
    margin: 20px auto 40px;
    display: block;
}

#zoidWIB_wrapper .movie_areaWrap .movie_ttl {
    width: 95%;
    margin: 0 auto 20px;
}

#zoidWIB_wrapper .movie_area {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の縦幅*/
    height: 0;
    overflow: hidden;
}

#zoidWIB_wrapper .movie_area iframe {
    border: 0;
}


#zoidWIB_wrapper .movie_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*
シュミレーター
---------------------*/
#zoidWIB_wrapper .simulator {
    background-color: #ad2626;
    position: relative;
    padding: 40px 0;

}

#zoidWIB_wrapper .simulator .top_simulator2 {
    position: absolute;
    top: 1%;
    left: -2%;
    width: 25%;
}

#zoidWIB_wrapper .simulator .top_simulator {
    text-align: center;
}

/*
ゾイドとは？
---------------------*/
#zoidWIB_wrapper .whats_zoid {

    padding-bottom: calc(4%*1005/768);
    /* calc(100*ImageHeight/ImageWidth)% */
    height: auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/top_whats_zoid_bg.jpg);
    background-size: 100%;
    position: relative;
}

#zoidWIB_wrapper .whats_zoid .top_whats_zoid {}

/*
インフィニティブラストとは？
---------------------*/
#zoidWIB_wrapper .whats_blast {
    padding-bottom: calc(100%*947/768);
    /* calc(100*ImageHeight/ImageWidth)% */
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/top_whats_blast_bg.jpg);
    background-size: 100%;
    position: relative;
    overflow: hidden
}

#zoidWIB_wrapper .whats_blast .top_whats_blast {
    padding: 60px 0;
    position: absolute;
    width: 174%;
    left: -44%;
    right: 0;
    margin: auto;
    overflow: visible;
}

/*
登場ゾイド紹介
---------------------*/
#zoidWIB_wrapper .intro {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/intro_bg.png);
    background-size: 100%;
    background-color: #000;
    text-align: center;
    padding: 80px 0 0;

}

#zoidWIB_wrapper .intro .intro_ttl {
    width: 95%;
    margin: 0 auto;
}


#zoidWIB_wrapper .intro ul {
    width: 95%;
    margin: 20px auto;
    font-size: 0;
}

#zoidWIB_wrapper .intro ul li {
    display: inline-block;
    width: 31.33%;
    margin: 1%;
}

#zoidWIB_wrapper .intro ul li p {
    margin: 1%;
    color: #fff;
}

#zoidWIB_wrapper .intro ul li a {
    text-decoration: none;
}


/*
ローディング画面
---------------------*/
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: aliceblue;
}

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loading_img {
    width: 400px;
    height: auto;
    margin: 200px auto;
}

.loading_img img {
    max-width: 100%;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

/*
ニュース
---------------------*/
.newsWrap {
    background-color: #000;
}

.news {
    width: 100%;
    margin: 0 auto;

}

.news_txt {
    background-image: url(../img/news_bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    padding: 30px 8px;
    background-size: cover;
}

.news_txt ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    overflow: scroll;
    height: 400px;
    
    -ms-overflow-style: none; /* IE対策 */
 overflow: -moz-scrollbars-none; /* Firefox対策 */
}

.news_txt ul::-webkit-scrollbar { /* Google Chrome対策 */
 display: none;
}


.news_txt ul li {
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #999;
    padding: 10px;
}

.news_txt ul li span {
    color: #ccc;
    font-size: 12px;
    display: inline-block;
    padding: 0 16px 0 0
}

.news_txt ul li a {
    color: #fff;
}

.news_txt ul li a:hover {
    text-decoration: underline;
}





/* 
youtubeの背景画面大きさ調整
---------------------*/
#iframe_bgndVideo {
    margin-top: -100px !important;
    transform: scale(1, 1);
}


/* 
youtubeボタン設定
---------------------*/

button {
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
}

.YT_play {
    top: 10px;
    right: 140px;
    width: 55px;
}

.YT_stop {
    top: 10px;
    right: 95px;
    width: 55px;
}

.YTM_play {
    top: 10px;
    right: 50px;
    width: 55px;
}

.YTM_stop {
    top: 10px;
    right: 5px;
    width: 55px;
}


/* 
SLIKC　スライダー
---------------------*/
.slider {
    margin: 0 auto;
    padding: 30px 0;
    background: #000;
}

.slider img {
    height: auto;
    width: 95%;
    margin: 0 auto;
    display: block;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}


/*------------------------------------------------------------ipad*/
@media only screen and (min-device-width : 640px) and (max-device-width : 768px) {
}



/*---------------------------------------------------PC用ページ用設定*/
@media screen and (min-width: 769px) {
    /*-----------------------------------------------------------------*/

    /*
TOP
---------------------*/
    #zoidWIB_wrapper header {
        padding-bottom: 850px;
        background-image: none;
        background-color: transparent;

    }

    /*ヘッダー キャッチ*/
    #zoidWIB_wrapper header .top_catch {
        position: absolute;
        top: 12%;
        right: 150px;
        width: 130px;


    }

    #zoidWIB_wrapper header .top_catch2 {
        position: absolute;
        top: 28%;
        right: 50px;
        width: 130px;

    }

    /*ヘッダー スイッチ*/
    #zoidWIB_wrapper header .top_switch {
        position: absolute;
        top: 2%;
        left: 5%;
        width: 17%;
    }

    /*ヘッダー ロゴ*/
    #zoidWIB_wrapper header .top_main {
        position: absolute;
        top: 15%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 60%;
        max-width: 650px;
    }

    /*ヘッダー 表紙*/
    #zoidWIB_wrapper header .top_cov {
        position: absolute;
        top: 15%;
        left: 5%;
        width: 190px;
    }

    /*ヘッダー バナー1*/
    #zoidWIB_wrapper header .bnr_top1 {
        position: absolute;
        top:47%;
        bottom: auto;
        right: auto;
        left: 4.5%;
        width: 210px;
padding: 0;
        margin: 0 auto;
    }
    
    
    /*ヘッダー バナー2*/
    #zoidWIB_wrapper header .bnr_top2 {
        position: absolute;
        bottom: 5%;
        margin: 0 auto;
        left: 510px;
        right: 0;
        width: 500px;
    }
    
    /*ヘッダー バナー3*/
    #zoidWIB_wrapper header .bnr_top3 {
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 510px;
        width: 500px;
        margin: 0 auto;
    }

    /*ヘッダー バナー4*/
    #zoidWIB_wrapper header .bnr_top4 {
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
        width: 500px;
        margin: 0 auto;
    }





    /*
コロコロバナー
---------------------*/
    .top_bnr {
        background-color: transparent;
    }


    /*
ニュース
---------------------*/
    .newsWrap {
        background-color: transparent;
    }

    .news {
        width: 800px;
        margin: 0 auto;
    }

    .news_txt {
        background-image: url(../img/news_bg.png);
        background-position: top center;
        background-repeat: no-repeat;
        height: 500px;
        padding: 80px;
    }

    .news_txt ul {
        width: 600px;
        margin: 0 auto;
        padding: 0 0 0 0;
        overflow: scroll;
        height: 300px;
    }

    .news_txt ul li {
        font-size: 16px;
        line-height: 1.6;
        border-bottom: 1px solid #999;
        padding: 10px;
    }

    .news_txt ul li span {
        color: #ccc;
        font-size: 12px;
        display: inline-block;
        padding: 0 16px 0 0
    }

    .news_txt ul li a {
        font-size: 16px;

        color: #fff;
    }

    .news_txt ul li a:hover {
        text-decoration: underline;
    }

    /*
YouTube　レスポンシブ
---------------------*/
    #zoidWIB_wrapper .movie .movie_areaWrap {
        width: 47%;
        margin: 0 1% 4%;
        display: inline-block;
    }

    #zoidWIB_wrapper .movie {
        width: 1100px;
        margin: 0 auto;
        text-align: center;
        background-color: transparent;
        padding: 100px 0;
    }

    #zoidWIB_wrapper .movie_areaWrap .movie_ttl {
        width: auto;
        margin: 0 auto 20px;
    }





    /*
シュミレーター
---------------------*/
    #zoidWIB_wrapper .simulator {
        background-color: transparent;
        width: 1000px;
        margin: 0 auto;
    }

    #zoidWIB_wrapper .simulator .top_simulator2 {
        position: absolute;
        top: 1%;
        left: 3%;
        width: 25%;
    }

    /*
ゾイドとは？
---------------------*/
    #zoidWIB_wrapper .whats_zoid {
        background-image: none;
    }

    /*
インフィニティブラストとは？
---------------------*/
    #zoidWIB_wrapper .whats_blast {
        background-image: none;
        width: 1000px;
        margin: 0 auto;
        overflow: visible;
        padding-bottom: 1000px;
    }

    #zoidWIB_wrapper .whats_blast .top_whats_blast {
        padding: 80px 0;
        position: absolute;
        width: 144%;
        left: -24%;
        right: 0;
        margin: auto;
    }



    /*
登場ゾイド紹介
---------------------*/
    #zoidWIB_wrapper .intro {
        box-shadow: 1px -13px 20px 2px rgba(0, 0, 0, .5)
    }

    #zoidWIB_wrapper .intro ul {
        width: 1000px;
        margin: 40px auto 0;
    }

    #zoidWIB_wrapper .intro ul li {
        display: inline-block;
        width: 15.6%;
        margin: .5%;
    }

    #zoidWIB_wrapper .intro ul li p {
        margin: 1%;
        color: #fff;
    }


    /*
バナー
---------------------*/


    /*バナーリスト*/
    #zoidWIB_wrapper .bnr {
        width: 100%;
        margin: 100px auto 0;
        box-shadow: 1px -13px 20px 2px rgba(0, 0, 0, .5)
    }

    #zoidWIB_wrapper .bnr ul {
        width: 700px;
    }


    #zoidWIB_wrapper .bnr_main {
        width: 700px;
    }

    /* 
SLIKC　スライダー
---------------------*/
    .slider {
        background: transparent;
    }

    .slider img {
        width: 98%;
    }









    /*--media--*/
}

/*
border: 1px solid #333;
*/
