@charset "UTF-8";

body{
overflow-x: hidden;
}

@media (max-width: 1200px){
    body{
        overflow-x: auto;
    }
    
}
/* ------------------------------------------------
                    TOP
--------------------------------------------------- */

/*--------------- main visual ---------------*/
#mainvisual{
    width: 100%;
    max-width: 1500px;
    min-width: 1240px;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
}
#mainvisual.top_margin{
    margin: -70px auto 0;
}
/*--- background movie ---*/
#mainvisual #mv_video_area{
    width: 100%;
    margin: 0 auto 0;
    position: absolute;
    top: 0;
    left: 0;
}
#mainvisual #mv_video_area video{
    width: 100%;
}

/*--- title---*/
#mainvisual h1{
    width: 40%;
    max-width: 567px;
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
#mainvisual h1 img{
    width: 100%;
}
#mainvisual h1 span{
    position: absolute;
    top: -2%;
    left: 50%;
    margin-left: -47%;
    width: 26%;
}
#mainvisual h1 span img{
    width:  100%;
}
@media (max-width: 1300px){
#mainvisual h1 span{
    margin-left: -240px;
}
}

/*--- main text---*/
#mainvisual p.main_text{
    width: 18%;
    max-width: 234px;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
#mainvisual p.main_text img{
    width: 100%;
}

/*バナー-------------------*/

@media (min-width: 769px) {
    #mainvisual.banner05 h1{
        top: 42%
    }
    #mainvisual .banner img{
    height: 130px;
    }
    }
    #mainvisual .banner{
        position: absolute;
        top: 63%;
        left: 50%;
        margin-left: -623px;
    }
    #mainvisual .banner_2{
        display: flex;
        width: 740px;
        justify-content: space-between;
    }
    
    @media (max-width: 1490px) {
        #mainvisual .banner{
            left: 50%;
            margin-left: -540px;
        }
    }
    @media (max-width: 769px) {
        #mainvisual .banner{

            text-align: center;
            padding: 10px 0 0 0;
            left: 0;
    position: relative;
    margin-left: 0;
        }
        #mainvisual .banner img{
        width: 74%;
        }
        #mainvisual .banner_2{
            display: block;
            width: 100%;
            justify-content:center;
        }
    }

/*--- Twitter---*/
#mv_tw{
    width: 338px;
    position: fixed;
    height: 162px;
    margin-top: -172px;
    top: 50%;
    left: -290px;
    padding: 0px 48px 0 0;
    background: url(../img/bnr_twitter.png) no-repeat right top;
    background-size: 48px;
    z-index: 100;
    cursor: pointer;
}
#mv_tw .slide-inner {
    margin: -150px auto 0;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0px auto 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    height: 100%;
    width: 290px;
}
#mv_tw.on .slide-inner {
    background-color: #fff;
}


/*--- Trailer---*/
#mv_trailer{
    width: 367px;
    position: fixed;
    height: 182px;
    margin-top: 10px;
    top: 50%;
    padding: 0px 79px 0 0;
    background: url(../img/top/bnr_trailer_on.png) no-repeat right top;
    background-size: 79px;
    z-index: 6;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#mv_trailer.off:hover{
    opacity: 0.7;
}
#mv_trailer.off{
    width: 336px;
    position: fixed;
    height: 182px;
    top: 50%;
    left: -288px;
    padding: 0px 48px 0 0;
    background: url(../img/top/bnr_trailer.png) no-repeat right top;
    background-size: 48px;
    cursor: pointer;
}
#mv_trailer .trailer_trigger{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#mv_trailer.off .trailer_trigger{
    margin: 0 0 0 -35px;
}
#mv_trailer.on{
    width: 395px;
    position: fixed;
    height: 182px;
    top: 50%;
    left: 0;
    padding: 0px 79px 0 0;
    background: url(../img/top/bnr_trailer_on.png) no-repeat right top;
    background-size: 79px;
    cursor: pointer;
}
#mv_trailer img{ width: 100%;}

#mv_trailer.on img{
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#mv_trailer.on img:hover{
    opacity: 0.8;
}
.trailer_img{
    position: relative;
    overflow: hidden;
    width: 323px;
    height: 182px;
}
.trailer_img:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/top/trailer_thum_ov.png) no-repeat right top;
    background-size: 100% auto;
}
/*モーダル*/
.modal_bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    display: none;
}
.modal_contents2{
    width: 80%;
    max-width: 900px;
    position: fixed;
    z-index: 998;
    display: none;
}
.modal_contents{
    width: 80%;
    max-width: 900px;
    position: fixed;
    z-index: 998;
    display: none;
}
.yt_wrapper{
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.yt_wrapper iframe{
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.modal_close{
    width: 50px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
.modal_close img{
    width: 100%;
}


/*--------------- main NEWS ---------------*/
#mv_news{
    width: 100%;
    max-width: 1500px;
    margin: -102px auto 0;
    padding: 0 60px 20px;
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 1390px) {
    #mv_news{
        margin:-7.5vw auto 0;
    }
}
@media (max-width: 1200px) {
    #mv_news{
        margin:-84px auto 0;
    }
}
#mv_news h2{
    margin-right: 12px;
    font-family: 'Anton', sans-serif;
    font-size: 30px;
    font-weight: normal;
}
#mv_news .btn_more{
    margin-right: 20px;
    padding: 0 10px;
    border: 2px solid #000;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
}

#mv_news #mv_news_slider{
    position: relative;
}
#mv_news #mv_news_slider .news_slider{
    padding: 0 0 0 33px;
}
#mv_news #mv_news_slider .news_slider li{
    width: 100%;
}
.news_slider{
  display: none;
}
.news_slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
#mv_news #mv_news_slider .news_slider li a{
    display: flex;
    align-items: center;
}
#mv_news #mv_news_slider .news_slider li a .news_date{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
}

#mv_news #mv_news_slider .news_slider li a .news_cate{
    width: 90px;
    margin-right: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 13px;
}
#mv_news #mv_news_slider .news_slider li a .news_cate { background: #000;}
#mv_news #mv_news_slider .news_slider li a .news_cate.cate_red{ background: #bc0015;}
/* #mv_news #mv_news_slider .news_slider li a .news_cate.category4{ background: #8f8f8f;} */

#mv_news #mv_news_slider .news_slider li a .news_title{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/* slider prev, next*/
#mv_news #news_arrows{
}
#mv_news #news_arrows .slick-disabled{
opacity: 0.3 !important;
}
#mv_news #news_arrows .slick-prev{
    width: 13px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#mv_news #news_arrows .slick-prev img{
    width: 100%;
}
#mv_news #news_arrows .slick-next{
    width: 13px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#mv_news #news_arrows .slick-next img{
    width: 100%;
}


.scroll_contents{
    height: 0;
    font-size: 0;
    line-height: 0;
}
/*--------------- STORY---------------*/
#con_story{
    width: 100%;
    padding: 70px 60px;
    background: url(../img/top/story_bg.jpg) center center no-repeat;
    background-size: cover;
}
#con_story h2{
    width: 200px;
    margin: 0 auto 20px;
}
#con_story h2 img{ width: 100%;}

#con_story p{
    width: 90%;
    max-width: 623px;
    margin: 0 auto;
}
#con_story p img{ 
    width: 100%;
    max-width: 586px;
}



/*--------------- CHARACTER---------------*/
#con_character{
    width: 100%;
    padding: 70px 0px;
    text-align: center;
    /*background: url(../img/character_bg.png) center center no-repeat;
    background-size: cover;*/
    position: relative;
    z-index: 4;
}
#con_character h2{
    width: 339px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}
#con_character h2 img{ width: 100%;}

#con_character p{
    width: 406px;
    margin: 110px auto 116px;
    position: relative;
    z-index: 6;
}
#con_character p img{ width: 100%;}

#con_character .btn{
    width: 380px;
    margin: 0 auto;
    padding: 30px 60px 30px 30px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
}
#con_character .btn:before{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #2b55cc;
    z-index: 3;
}
#con_character .btn:after{
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 4;
}
#con_character .btn span{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    z-index: 5;
}
#con_character .btn span:after{
    content: "";
    width: 28px;
    height: 26px;
    margin-top: -13px;
    background: url(../img/arrow_white.png) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20px;
}

#con_character .img_left{
    width: 40%;
    max-width: 580px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin-left: -686px;
}
#con_character .img_right{
    width: 40%;
    max-width: 580px;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin-right: -742px;
}
@media (max-width: 1345px){
    #con_character .img_left{
        left: 0%;
        margin-left: 0;
    }
    #con_character .img_right{
        right: 0%;
        margin-right: 0;
    }
}

#con_character .bg_left{
    width: 50%;
    max-width: 750px;
    height: 100%;
    display: block;
    background: url(../img/top/character_bg_left.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#con_character .bg_right{
    width: 50%;
    max-width: 750px;
    height: 100%;
    display: block;
    background: url(../img/top/character_bg_right.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}


/*--------------- GALLERY---------------*/
#con_gallery{
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: url(../img/top/gallery_bg.jpg) center center no-repeat;
    background-size: cover;
    font-size: 0;
}
.gallery_contents_inner{
    padding: 37px 11px 119px 11px;
    position: relative;
    z-index: 2;
    background: url(../img/top/top_gal_overbg.png) ;
}
.gallery_contents_inner2{
    padding: 117px 11px 81px 11px;
}
/*
#con_gallery .bg{
    width: 100%;
}
*/
#con_gallery h2{
    width: 251px;
    margin: 0 auto;
}
#con_gallery h2 img{ width: 100%; display: block;}

#con_gallery .btn_play{
    width: 148px;
    margin: 81px auto;
    display: block;
    cursor: pointer;
}
#con_gallery .btn_play2{
    margin: 31px auto 81px auto;
}
#con_gallery .btn_play img{ width: 100%;}
#con_gallery .btn_gallery{
    width: 349px;
    position: absolute;
    bottom: 70px;
    right: 5%;
}
#con_gallery .btn_gallery img{ width: 100%;}

#con_gallery .yp_wp {
    position: relative;
}
#con_gallery .background-wrap{
height: 0;
overflow: hidden;
max-width: 100%;
padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
position: relative;
}
#con_gallery .yp_wp iframe{
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: -137px;
    width: 100%;
}
#visual_header{
    overflow-y: hidden;
    height: 530px;
}

@media (max-width: 768px) {
    
#con_gallery .background-wrap{
    height: 0;
    overflow: hidden;
    max-width: none;
    padding-bottom: 100%;
    position: relative;
    width: 100vw;
    }
#con_gallery .yp_wp iframe{   
     z-index: 0;
    height: 119vw;
    left: -47vw;
    position: absolute;
    top: -15vw;
    width: 191vw;
}
}


/*--------------- SYSTEM---------------*/
#con_system{
    width: 100%;
    padding: 70px 60px;
    text-align: center;
    background: url(../img/top/system_bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}
#con_system h2{
    width: 233px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}
#con_system h2 img{ width: 100%;}

#con_system .tab_head{
    width: 90%;
    max-width: 1500px;
    margin: 50px auto 30px;
    display: flex;
    justify-content: center;
}
#con_system .tab_head .tab{
    width: 30%;
    margin: 0 0.5%;
    display: table;
    list-style: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}
#con_system .tab_head .tab.is-active:before {
    content: " ";
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 8px;
    margin-left: -4px;
    position: absolute;
    top: 100%;
    left: 50%;
    pointer-events: none;
}
#con_system .tab_head .tab .tab_num{
    width: 70px;
    padding: 4px 10px;
    display: table-cell;
    font-family: 'Anton', sans-serif;
    vertical-align: middle;
    background: #000;
    color: #fff;
    font-size: 40px;
}
#con_system .tab_head .tab .tab_text{
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-weight: 600;
}
#con_system .tab_head .tab.is-active .tab_num, 
#con_system .tab_head .tab:hover .tab_num{
    background: #0032c2;
    transition: all 0.2s ease-out;
}
#con_system .tab_head .tab.is-active .tab_text, 
#con_system .tab_head .tab:hover .tab_text{
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    background: #000;
    color: #fff;
    text-align: left;
}


#con_system .system_contents{
}
#con_system .system_contents .system_inner{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#con_system .system_contents .system_inner.is-show{
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#con_system .system_contents .system_inner .tab_title{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
#con_system .system_contents .system_inner .tab_title#title01 img{ width: auto; max-height: 45px; margin: 0 auto;}
#con_system .system_contents .system_inner .tab_title#title02 img{ width: auto; max-height: 45px; margin: 0 auto;}
#con_system .system_contents .system_inner .tab_title#title03 img{ width: auto; max-height: 45px; margin: 0 auto;}

#con_system .system_contents .system_inner .slider{
    width: 70%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#con_system .system_contents .system_inner .slider:after{
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    background: url(../img/top/system_frame.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#con_system .system_contents .system_inner .slider .slider_inner{
    padding: 20px 20px 25px;
}
#con_system .system_contents .system_inner .slider .slider_inner img{ width: 100%;}

#con_system .system_contents .system_inner .thum_list{
    width: 21%;
    display: inline-block;
    vertical-align: middle;
}
#con_system .system_contents .system_inner .thum_list .thum_item{
    margin: 5px 0;
    cursor: pointer;
    border: 2px solid #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#con_system .system_contents .system_inner .thum_list .thum_item.slick-current{
    border: 2px solid #0032c2;
}
#con_system .system_contents .system_inner .thum_list .thum_item img{ width: 100%;}


#con_system .system_contents .system_inner .thum_list .thum_item:hover{
    opacity: 0.7;
}

/*--------------- NEWS---------------*/
#con_news{
    width: 100%;
    padding: 70px 60px;
    text-align: center;
    background: url(../img/top/news_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#con_news h2{
    width: 164px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
    line-height: 1;
}
#con_news h2 img{ width: 100%;}

#con_news .news_wrapper{
    width: 90%;
    max-width: 884px;
    margin: 75px auto 70px;
}
#con_news .news_wrapper ul{
    width: 100%;
}
#con_news .news_wrapper ul li{
    width: 100%;
    display: block;
}
#con_news .news_wrapper ul li a{
    width: 100%;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
#con_news .news_wrapper ul li a:after{
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/arrow_gray.png) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
}
#con_news .news_wrapper ul li a .news_date{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Anton', sans-serif;
    font-size: 26px;
}
#con_news .news_wrapper ul li a .news_cate{
    width: 90px;
    margin-right: 14px;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 13px;
}
#con_news .news_wrapper ul li a .news_cate{ background: #000;}
#con_news .news_wrapper ul li a .news_cate.cate_red{ background: #bc0015;}
/* #con_news .news_wrapper ul li a .news_cate.category4{ background: #8f8f8f;} */

#con_news .news_wrapper ul li a .news_title{
    margin-right: auto;
    max-width: 571px;
    display: inline-block;
    vertical-align: middle;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    text-align: left;
}

/*--------------- Twitter---------------*/
#con_tw{
    width: 100%;
    padding: 70px 60px 180px;
    text-align: center;
    background: url(../img/top/twitter_bg.png) 0 0 repeat;
    position: relative;
}
#con_tw h2{
    width: 247px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}
#con_tw h2 img{ width: 100%;}

#con_tw .tw_wrapper{
    width: 800px;
    margin: 40px auto 20px;
}
#con_tw .btn {
    width: 300px;
    margin: 0 auto;
    padding: 25px 35px 25px 0;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    position: relative;
}



@media (max-width: 768px) {
    
/* ------------------------------------------------
                    smart phone
--------------------------------------------------- */

    /*--------------- main visual ---------------*/
    #mainvisual{
        width: 100%;
        max-width: 1500px;
        min-width: auto;
        margin: 0 auto;
        position: relative;
    }
    /*--- background movie ---*/
    #mainvisual #mv_video_area_sp{
        width: 100%;
        margin: 0 auto 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    #mainvisual #mv_video_area_sp video{
        width: 100%;
    }

    /*--- title---*/
    #mainvisual h1{
        width: 46%;
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        z-index: 3;
    }
    #mainvisual h1 img{
        width: 100%;
    }

    #mainvisual h1 span{
        position: absolute;
    top: -4%;
    left: 50%;
    margin-left: -23vw;
    width: 26%;
    }
    /*--- main text---*/
    #mainvisual p.main_text{
        width: 27%;
        max-width: 191px;
        position: absolute;
        top: 14%;
        right: 6%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        z-index: 3;
    }
    #mainvisual p.main_text img{
        width: 100%;
    }



    /*--- Twitter---*/
    #mv_tw{
        width: 320px;
        position: absolute;
        height: 101px;
        margin-top: -111px;
        top: 50%;
        left: -290px;
        padding: 0px 30px 0 0;
        background: url(../img/bnr_twitter.png) no-repeat right top;
        background-size: 30px;
        z-index: 100;
        cursor: pointer;
    }
    #mv_tw .slide-inner {
        /*margin: -150px auto 0;*/
        overflow-x: hidden;
        overflow-y: scroll;
        width: 320px;
    }
    #mv_tw.on .slide-inner {
        background-color: transparent;
    }
    /*--- Trailer---*/
    #mv_trailer{
        width: 230px;
        position: absolute;
        height: 114px;
        margin-top: 10px;
        top: 50%;
        padding: 0px 50px 0 0;
        background: url(../img/top/bnr_trailer_on.png) no-repeat right top;
        background-size: 50px;
        z-index: 7;
        cursor: pointer;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    #mv_trailer.off{
        width: 210px;
        position: absolute;
        height: 114px;
        top: 50%;
        left: -180px;
        padding: 0px 30px 0 0;
        background: url(../img/top/bnr_trailer.png) no-repeat right top;
        background-size: 30px;
        z-index: 102;
        cursor: pointer;
    }
    #mv_trailer.on{
        width: 250px;
        position: absolute;
        height: 114px;
        top: 50%;
        left: 0;
        padding: 0px 50px 0 0;
        background: url(../img/top/bnr_trailer_on.png) no-repeat right top;
        background-size: 50px;
        z-index: 7;
        cursor: pointer;
    }
    .trailer_img{
        width: 203px;
    }
    #mv_trailer img{
        width: 100%;
    }
    #mv_trailer .trailer_img{
        height: 114px;
    }
    #mv_trailer .trailer_img img{
        height: 114px;
        width: auto;
    }

    /*モーダル*/
    .modal_bg{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 997;
        display: none;
    }
    .modal_contents{
        width: 80%;
        max-width: 900px;
        position: fixed;
        z-index: 998;
        display: none;
    }
    .modal_contents2{
        width: 80%;
        max-width: 900px;
        position: fixed;
        z-index: 998;
        display: none;
    }
    .yt_wrapper{
        width: 100%;
        padding-top: 56.25%;
        position: relative;
    }
    .yt_wrapper iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .modal_close{
        width: 50px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 999;
        cursor: pointer;
    }
    .modal_close img{
        width: 100%;
    }


    /*--------------- main NEWS ---------------*/
    #mv_news{
        width: 100%;
        max-width: 1500px;
        margin: 0 auto 0;
        padding: 10px 3% 20px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        align-items: stretch;
    }
    #mv_news h2{
        margin-right: auto;
        padding: 10px 5px;
        color: #fff;
        background: #000;
        font-size: 22px;
        line-height: 1;
        writing-mode: vertical-rl;
        text-align: center;
    }
    #mv_news .btn_more{
        margin-right: 0;
        margin-left: auto;
        padding: 10px 0;
        border: 2px solid #000;
        font-family: 'Anton', sans-serif;
        font-size: 18px;
        writing-mode: vertical-rl;
        text-align: center;
    }

    #mv_news #mv_news_slider{
        width: calc(100% - 100px);
        padding-bottom: 0;
    }
    #mv_news #mv_news_slider .news_slider {
        width: 100%;
        padding: 0;
    }
    #mv_news #mv_news_slider .news_slider li a{
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #mv_news #mv_news_slider .news_slider li a .news_date{
        display: inline-block;
        vertical-align: middle;
        font-family: 'Anton', sans-serif;
        font-size: 5vw;
    }
    #mv_news #mv_news_slider .news_slider li a .news_cate{
        font-size: 3vw;
        height: 5vw;
        margin-top: 1vw;
        width: auto;
        margin-right: 0.5vw;
        padding: 0 1.5vw;
    }
    #mv_news #mv_news_slider .news_slider li a .news_title{
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-size: 4vw;
    }

    /* slider prev, next*/
    #mv_news #news_arrows{
    }
    #mv_news #news_arrows .slick-prev{
        width: 13px;
        height: 8px;
        display: inline-block;
        position: absolute;
        top: auto;
        bottom: 10px;
        left: auto;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #mv_news #news_arrows .slick-prev img{
        width: 100%;
    }
    #mv_news #news_arrows .slick-next{
        width: 13px;
        height: 8px;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: auto;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #mv_news #news_arrows .slick-next img{
        width: 100%;
    }


    /*--------------- STORY---------------*/
    #con_story{
        width: 100%;
        padding: 8% 5% 10%;
        background: url(../img/top/story_bg_sp.jpg) center top no-repeat;
        background-size: cover;
    }
    #con_story h2{
        width: 32%;
        max-width: 200px;
        margin: 0 auto 20px;
    }
    #con_story h2 img{ width: 100%;}

    #con_story p{
        width: 90%;
        max-width: 623px;
        margin: 0 auto;
    }
    #con_story p img{ width: 100%;}



    /*--------------- CHARACTER---------------*/
    #con_character{
        width: 100%;
        padding: 12% 0 8%;
        text-align: center;
        background: url(../img/top/character_bg_sp.png) center center no-repeat;
        background-size: cover;
        position: relative;
        z-index: 4;
    }
    #con_character h2{
        width: 50%;
        max-width: 339px;
        margin: 0 auto;
        position: relative;
        z-index: 6;
    }
    #con_character h2 img{ width: 100%;}

    #con_character p{
        width: 50%;
        max-width: 406px;
        margin: 5% auto 78%;
        position: relative;
        z-index: 6;
    }
    #con_character p img{ width: 100%;}

    #con_character .btn{
        width: 76%;
        max-width: 380px;
        margin: 0 auto;
        padding: 10px 30px 15px 10px;
        box-sizing: border-box;
        display: inline-block;
        color: #fff;
        position: relative;
        z-index: 3;
    }
    #con_character .btn:before{
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 5px;
        background: #2b55cc;
        z-index: 3;
    }
    #con_character .btn:after{
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        z-index: 4;
    }
    #con_character .btn span{
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        z-index: 5;
    }
    #con_character .btn span:after{
        content: "";
        width: 24px;
        height: 23px;
        margin-top: -11px;
        background: url(../img/arrow_white.png) 0 0 no-repeat;
        background-size: cover;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -20px;
    }
    #con_character .img_sp{
        width: 100%;
        position: absolute;
        top: 5%;
        left: 0;
        z-index: 2;
    }


    /*--------------- GALLERY---------------*/
    #con_gallery{
        width: 100%;
        padding: 0%;
        text-align: center;
        position: relative;
        overflow: hidden;
        background: url(../img/top/gallery_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        font-size: 0;
        height: 97vw;
    }
    .gallery_contents_inner{
        height: 97vw;
        padding:15vw 11px 119px 11px
    }

    #con_gallery .bg{
        width: 100%;
    }
    #con_gallery h2{
        width: 42%;
        max-width: 251px;
        margin: 0 auto;
        display: block;
    }
    #con_gallery h2 img{ width: 100%; display: block;}

    #con_gallery .btn_play{
        width: 27vw;
        margin: 7% auto 5%;
        cursor: pointer;
    }
    #con_gallery .btn_play img{ width: 100%;}
    #con_gallery .btn_gallery{
        width: 78%;
        max-width: 349px;
        margin: 0 auto;
        display: block;
        position: static;
        cursor: pointer;
    }
    #con_gallery .btn_gallery img{ width: 100%;}



    /*--------------- SYSTEM---------------*/
    #con_system{
        width: 100%;
        padding: 8% 6%;
        text-align: center;
        background: url(../img/top/system_bg_sp.jpg) center top no-repeat;
        background-size: cover;
        position: relative;
    }
    #con_system h2{
        width: 42%;
        max-width: 233px;
        margin: 0 auto;
        position: relative;
        z-index: 6;
    }
    #con_system h2 img{ width: 100%;}

    #con_system .tab_head{
        width: 100%;
        max-width: 1500px;
        margin: 3vw auto 4vw;
        display: block;
    }
    #con_system .tab_head .tab{
        width: 100%;
        margin: 0 0 3%;
        display: table;
        list-style: none;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
    #con_system .tab_head .tab.is-active:before {
        content: none;
    }
    #con_system .tab_head .tab .tab_num{
        width: 13vw;
        padding: 4px 8px;
        display: table-cell;
        font-family: 'Anton', sans-serif;
        vertical-align: middle;
        background: #000;
        color: #fff;
        font-size: 6vw;
    }
    #con_system .tab_head .tab .tab_text{
        padding: 0 10px;
        display: table-cell;
        vertical-align: middle;
        background: #fff;
        text-align: left;
        font-weight: 600;
        font-size:3vw;
    }
    #con_system .tab_head .tab.is-active .tab_num{
        background: #0032c2;
        transition: all 0.2s ease-out;
    }
    #con_system .tab_head .tab.is-active .tab_text{
        padding: 0 10px;
        display: table-cell;
        vertical-align: middle;
        background: #000;
        color: #fff;
        text-align: left;
    }


    #con_system .system_contents{
    }
    #con_system .system_contents .system_inner{
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        display: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    #con_system .system_contents .system_inner.is-show{
        display: block;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #con_system .system_contents .system_inner .tab_title{
        width: 100%;
        margin-bottom: 3vw;
        text-align: center;
    }
    #con_system .system_contents .tab_title#title01 img{ width: 100% !important; max-width: 640px; max-height: initial !important; margin: 0 auto;}
    #con_system .system_contents .tab_title#title02 img{ width: 100% !important; max-width: 640px; max-height: initial !important; margin: 0 auto;}
    #con_system .system_contents .tab_title#title03 img{ width: 100% !important; max-width: 640px; max-height: initial !important; margin: 0 auto;}
    
    #con_system .system_contents .system_inner .slider{
        width: 100%;
        margin-right: 0;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    #con_system .system_contents .system_inner .slider:after{
        content: "";
        width: 100%;
        height: 100%;
        box-sizing: content-box;
        background: url(../img/top/system_frame.png) 0 0 no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #con_system .system_contents .system_inner .slider .slider_inner{
        padding: 1%;
    }
    #con_system .system_contents .system_inner .slider .slider_inner img{ width: 100%;}

    #con_system .system_contents .system_inner .thum_list{
        width: 100%;
        display: block;
    }
    #con_system .system_contents .system_inner .thum_list .thum_item{
        margin: 5px 1%;
        cursor: pointer;
        border: 2px solid #fff;
    }
    #con_system .system_contents .system_inner .thum_list .thum_item.slick-current{
        border: 2px solid #0032c2;
    }
    #con_system .system_contents .system_inner .thum_list .thum_item img{ width: 100%;}



    /*--------------- NEWS---------------*/
    #con_news{
        width: 100%;
        padding: 8% 3%;
        text-align: center;
        background: url(../img/top/news_bg_sp.jpg) center top no-repeat;
        background-size: cover;
        position: relative;
    }
    #con_news h2{
        width: 28%;
        max-width: 164px;
        margin: 0 auto;
        position: relative;
        z-index: 6;
        line-height: 1;
    }
    #con_news h2 img{ width: 100%;}

    #con_news .news_wrapper{
        width: 80%;
        max-width: 884px;
        margin: 8% auto;
    }
    #con_news .news_wrapper ul{
        width: 100%;
    }
    #con_news .news_wrapper ul li{
        width: 100%;
        display: block;
        text-align: left;
    }
    #con_news .news_wrapper ul li a{
        width: 100%;
        padding: 20px 40px 20px 20px;
        box-sizing: border-box;
        display: block;
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }
    #con_news .news_wrapper ul li a:after{
        content: "";
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: url(../img/arrow_gray.png) 0 0 no-repeat;
        background-size: cover;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 15px;
    }
    #con_news .news_wrapper ul li a .news_date{
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        font-family: 'Anton', sans-serif;
        font-size: 20px;
    }
    #con_news .news_wrapper ul li a .news_cate{
        width: 90px;
        margin-right: 0;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-size: 12px;
    }

    #con_news .news_wrapper ul li a .news_title{
        margin-right: auto;
        display: block;
        font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", verdana, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
        font-size: 16px;
    }

    /*--------------- Twitter---------------*/
    #con_tw{
        width: 100%;
        padding: 70px 3% 41vw;
        text-align: center;
        background: url(../img/top/twitter_bg.png) 0 0 repeat;
        position: relative;
    }
    #con_tw h2{
        width: 42%;
        max-width: 247px;
        margin: 0 auto;
        position: relative;
        z-index: 6;
    }
    #con_tw h2 img{ width: 100%;}

    #con_tw .tw_wrapper{
        width: 80%;
        margin: 40px auto 20px;
    }
    #con_tw .btn {
        width: 70%;
        max-width: 300px;
        margin: 0 auto;
        padding: 15px 35px 15px 0;
        box-sizing: border-box;
        display: inline-block;
        color: #fff;
        position: relative;
    }
}



@media (max-width: 480px) {
    /*--------------- main visual ---------------*/

    /*--- main text---*/
    #mainvisual p.main_text{
        width: 27%;
        max-width: 191px;
        position: absolute;
        top: 14%;
        right: 6%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        z-index: 3;
    }
    #mainvisual p.main_text img{
        width: 100%;
    }

    
    
}
    
    
    #loadingBg {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #ffffff;
    z-index: 10000;
}
#loading {
    z-index: 10000;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 400px;
    padding: 50px 20px;
    margin: -70px 0 0 -220px;
    background: #ffffff;
}

@media (max-width: 768px) {
    #loading {
        z-index: 10000;
        top: 50vw;
        left: 0%;
        width: 100%;
        padding: 0px;
        margin: 0px;
        background: #ffffff;
    }
}
#loading #percent {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
}
#loading #gauge {
    width: 0px;
    height: 5px;
    background: #ff0000;
}

#loading .loading_logo{
    text-align: center;
    display: block;
}
#loading .loading_logo img{
    max-width: 128px;
}
@media (max-width: 768px) {
    #loading .loading_logo img{
        max-width: 80px;
    }
}
.inline-wrap{
    text-align: center;
}
.mfp-content .mfp_inner{
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 0 auto;
    background-image: url(../halloween/share/img/bg.gif);
}
.mfp-content .mfp_inner.anniversary{
    background-image: none;
    background-color: #fff;
}
.mfp-content .mfp_inner img{
    width: 100%;
    max-width: 494px;
}
.mfp-auto-cursor .mfp-content{
    position: relative;
    text-align: center;
}
.mfp-close-btn-in .mfp-close{
    color: #fff;
    position: absolute;
    left: 50%;
    top: -48px;
    margin-left: 214px;
    font-size: 70px;
}
    .mfp-content .mfp_inner video{
        max-width:500px;
    }
    .mfp-content .mfp_inner .video{
        position: relative;
    }
    .mfp-content .mfp_inner .video .playbtn{
width: 50%;
pointer-events: none;
    left: 26%;
    position: absolute;
    top: 22%;
    }
@media (max-width: 768px) {
    .mfp-content .mfp_inner video{
        width:100%;
    }
.mfp-close-btn-in .mfp-close{
    color: #fff;
    position: absolute;
    left: 50%;
    top: auto;
    margin-left: -20px;
    font-size: 70px;
    bottom: -58px;
}
}
    