@charset "utf-8";

/*------------------------------------------------------------------------------

                                clearFix

------------------------------------------------------------------------------*/
div.body:after
{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    content: ".";
}


/*------------------------------------------------------------------------------

                            テキスト画像代替

------------------------------------------------------------------------------*/
#hoge
{
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -10000px;
    text-decoration: none;
    text-align: left;
/*\*/
    overflow: hidden;
/* */
}

/*------------------------------------------------------------------------------

                            font

------------------------------------------------------------------------------*/
@font-face {
    font-family : '';

}



html{
    width: 100%;
    min-width: 900px;
    background-color: #ffffff;
    font-size: 62.5%;
}

body{
    position: relative;
    width: 100%;
    min-width: 900px;
    background: #ffffff;
    color: #000000;
    /*font-family: Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ ゴシック', sans-serif;*/
    /*font-size: 18px;*/
    /*line-height: 140%;*/
    /*overflow: hidden;*/
}



/*------------------------------------------------------------------------------

                            #contents

------------------------------------------------------------------------------*/
#contents{
    position: relative;
    opacity: 0;
    width: 100%; 
    min-width: 1000px;
    background-image: url(../../../assets_171225/raid_event3/images/bg_01.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    overflow: hidden;
    z-index: 1;
}

#contents:after{
    content: "";
    display: block;
    background-image: url(../../../assets_171225/raid_event3/images/bg_character.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin-left: -800px;
    height: 5408px;
    width: 1600px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

#contents .bg{
    background-image: url(../../../assets_171225/raid_event3/images/bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 763px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#contents .bg:after{
    content: "";
    display: block;
    background-image: url(../../../assets_171225/raid_event3/images/bg_bar.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin-bottom: -0.375%;
    padding-top: 0.75%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*------------------------------------------------------------------------------

                            #btnProducer

------------------------------------------------------------------------------*/
#btnProducer{
    position: absolute;
    top: 10px; right: 20px;
    display: block;
    width: 312px; height: 69px;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
#btnProducer img{
    display: block;
}

/*------------------------------------------------------------------------------

                            #contentsHeader

------------------------------------------------------------------------------*/
#contentsHeader{
    position: relative;
    margin: 0 auto;
    width: 857px;
    /*width: 100%;*/
    overflow: hidden;
}

h1{
    margin: 0 auto;
    text-align: center;
    width: 800px;
}

h1 img.title_01{
    display: block;
    margin-bottom: -18px;
}

h1 img.title_02{
    display: block;
    margin: 0 auto -34px;
    position: relative;
    z-index: 1;
}

#contentsHeader p{
    text-align: center;
    margin: -156px auto 0;
    width: 857px;
}

#contentsHeader .copyright{
    position: absolute;
    margin-left: 42px;
    top: 598px;
    left: 50%;
}
/*h1 #collabo_title{
    margin-top: -72px;
}*/


/*------------------------------------------------------------------------------

                            #contentsNav

------------------------------------------------------------------------------*/
#contentsNav{
    position: relative;
    z-index: 30;
    width: 600px;
    margin: -50px auto 30px auto;
    padding-bottom: 10px;
    font-size: 0;
    text-align: center;
}

#contentsNav li{
    position: relative;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
}

#contentsNav li.short_btn:nth-of-type(2n+1){
    margin: 3px 3px 3px 8px;
}

#contentsNav li.short_btn:nth-of-type(2n){
    margin: 3px 8px 3px 3px;
}

#contentsNav li img{
    position: relative;
    display: block;
}


/*------------------------------------------------------------------------------

                            #contentsOutline

------------------------------------------------------------------------------*/
#contentsOutline{
    background: url(../../../assets_171225/raid_event3/images/outline_bg.png) repeat-y top center;
    margin: 0 auto;
    width: 1000px;
}

#contentsOutline:after{
    content: "";
    display: block;
    clear: both;
}

#contentsOutline #movieFrame{
    float: left;
    margin: 20px 0 0 107px;
}

#contentsOutline #movieFrame a{
    display: block;
}

#contentsOutline > img{
    float: left;
}


/*------------------------------------------------------------------------------

                            .collabo_link

------------------------------------------------------------------------------*/
nav.collabo_link{
    margin: 58px auto 0;
    text-align: center;
    font-size: 0;
    width: 1000px;
}
nav.collabo_link li{
    display: inline-block;
}
nav.collabo_link li:last-child{
    margin-left: 4px;
}
nav.collabo_link li a{
    display: block;
    position: relative;
    z-index: 1;
}
nav.collabo_link li a:after{
    content: "";
    display: block;
    background-color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin: -55px 0 0 -198px;
    height: 109px;
    width: 396px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
/*------------------------------------------------------------------------------

                            #eventDetail

------------------------------------------------------------------------------*/
#eventDetail{
    position: relative;
}



/*------------------------------------------------------------------------------

                            #eventDetail > section

------------------------------------------------------------------------------*/
#eventDetail > section{
    position: relative;
    width: 800px;
    margin: 164px auto;
    padding: 20px 50px 0px 50px;
    background-image: url(../../../assets_171108/ver2/images/frame_middle.png);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center top;
}
#eventDetail > section:before{
    content: " ";
    position: absolute;
    top: -47px; left: 0px;
    display: block;
    width: 100%; height: 47px;
    background: url(../../../assets_171108/ver2/images/frame_top.png) no-repeat scroll left top;
}
#eventDetail > section:after{
    content: " ";
    position: absolute;
    bottom: -47px; left: 0px;
    display: block;
    width: 100%; height: 47px;
    background: url(../../../assets_171108/ver2/images/frame_bottom.png) no-repeat scroll left top;
}

#eventDetail > section a.btn{
    display: block;
    width: 539px;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}
#eventDetail > section div.btn{
    text-align: center;
}
#eventDetail > section div.btn a.btn{
    display: inline-block;
    width: 359px;
    margin: 0 10px;
}
#eventDetail > section a.btn img{
    display: block;
}

#eventDetail > section > h2 > img{
    position: relative;
    margin-top: -47px;
}

#eventDetail > section .body{
    width: 800px;
    margin: 10px auto;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.8;
}

#eventDetail > section .center{
    text-align: center;
}

#eventDetail > section .body p{
    margin-bottom: 1em;
}

#eventDetail > section .body dl{
    margin: 0 auto 1em auto;
}

#eventDetail > section .body dl dt{
    color: #ff9000;
    text-align: center;
}
#eventDetail > section .body dl dd{
    text-align: center;
}

#eventDetail > section .body span.blue{
    color: #1578ff;
}
#eventDetail > section .body span.green{
    color: #21ff46;
}
#eventDetail > section .body span.yellow{
    color: #ffe400;
}
#eventDetail > section .body span.purple{
    color: #be4dff;
}
#eventDetail > section .body span.pink{
    color: #f951ff;
}
#eventDetail > section .body span.red{
    color: #f12838;
}
#eventDetail > section .body span.orange{
    color: #ff9000;
}

#eventDetail > section .body strong{
    font-size: 1.5em;
    font-weight: normal;
}

#eventDetail > section .body h2{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #21ff46;
    line-height: 1.3;
    font-weight: normal;
    color: #21ff46;
}

#eventDetail > section .body p.note{
    text-indent: -1em;
    font-size: 80%;
}


/*------------------------------------------------------------------------------

                            #event01

------------------------------------------------------------------------------*/
#eventDetail > section#event01{
    margin-top: 100px;
    padding-top: 30px;
    background-image: url("../../../assets_171225/raid_event3/images/raid_frame_middle.png");
}
#eventDetail > section#event01:before{
    background: url(../../../assets_171225/raid_event3/images/raid_frame_top.png) no-repeat scroll left top;
}
#eventDetail > section#event01:after{
    background: url(../../../assets_171225/raid_event3/images/raid_frame_bottom.png) no-repeat scroll left top;
}
#eventDetail > section#event01 .body{
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
}
#eventDetail > section#event01 .body p{
    text-align: center;
    width: 470px;
    margin-bottom: 40px;
}
#eventDetail > section#event01 .body > img{
    position: absolute;
    top: 0;
    left: 0;
}

/*------------------------------------------------------------------------------

                            #event02

------------------------------------------------------------------------------*/
#eventDetail > section#event02{
    padding-top: 30px;
}
#eventDetail > section#event02 .body{
    margin: 0 auto;
}
#eventDetail > section#event02 .body img{
    display: block;
    margin: 0 auto;
}
#eventDetail > section#event02 .body p{
    text-align: center;
    margin-bottom: 40px;
}
#eventDetail > section#event02 .body .txt_title{
    margin-bottom: 20px;
}

/*------------------------------------------------------------------------------

                            #event03

------------------------------------------------------------------------------*/
#eventDetail > section#event03{
    padding-top: 30px;
}
#eventDetail > section#event03 .body{
    margin: 10px auto 0;
    position: relative;
}
#eventDetail > section#event03 .body > p{
    margin: 0 auto 40px;
    text-align: center;
}
#eventDetail > section#event03 .body > img{
    margin-bottom: -25px;
}

/*------------------------------------------------------------------------------

                            #event04

------------------------------------------------------------------------------*/
#eventDetail > section#event04 .body{
    margin: 10px auto 0;
    position: relative;
}
#eventDetail > section#event04 .body > p{
    margin: 0 auto 40px;
    text-align: center;
}
#eventDetail > section#event04 .body > img{
    margin-bottom: -25px;
}

/*------------------------------------------------------------------------------

                            #event05

------------------------------------------------------------------------------*/
#eventDetail > section#event05 .body{
    margin: 0;
    position: relative;
}
#eventDetail > section#event05 .body .text_box{
    display: block;
    width: 100%;
    padding-top: 125px;
    position: absolute;
    top: 0;
    left: 0;
}
#eventDetail > section#event05 .body .text_box p{
    margin: 0 0 40px 75px;
    text-align: center;
    width: 278px;
}
#eventDetail > section#event05 .body > img:last-child{
    margin-bottom: -25px;
}

/*------------------------------------------------------------------------------

                            #event06

------------------------------------------------------------------------------*/
#eventDetail > section#event06 .body{
    position: relative;
}
#eventDetail > section#event06 .body .text_box{
    display: block;
    width: 100%;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
#eventDetail > section#event06 .body .text_box p{
    text-align: center;
    margin: 0 0 40px 112px;
    width: 252px;
}
#eventDetail > section#event06 .body .text_box p:first-child{
    margin: 0 0 40px;
    width: 100%;
}
#eventDetail > section#event06 .body > img:last-child{
    margin-bottom: -25px;
}

/*------------------------------------------------------------------------------

                            #event07

------------------------------------------------------------------------------*/
#eventDetail > section#event07 .body{
    position: relative;
}
#eventDetail > section#event07 .body p{
    text-align: center;
    margin: 0 0 40px;
}
#eventDetail > section#event07 .body > img:last-child{
    margin-bottom: -25px;
}

/*------------------------------------------------------------------------------

                            #event08

------------------------------------------------------------------------------*/
#eventDetail > section#event08{
    margin-bottom: 100px;
}
#eventDetail > section#event08 .body{
    margin: 0;
    position: relative;
}
#eventDetail > section#event08 .body p{
    text-align: center;
}
#eventDetail > section#event08 > img{
    margin-top: -67px;
}

/*------------------------------------------------------------------------------

                            .storeBtn

------------------------------------------------------------------------------*/
.storeBtn{
    position: relative;
    width: 446px;
    margin: 40px auto;
    text-align: center;
}

.storeBtn > *{
    display: inline-block;
    vertical-align: middle;
}

.storeBtn a{
    display: inline-block;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.storeBtn a img{
    display: block;
}

.storeBtn a.device{
    margin-top: 10px;
}

/*------------------------------------------------------------------------------

                            a.officialBtn

------------------------------------------------------------------------------*/
a.officialBtn{
    position: relative;
    display: block;
    width: 506px;
    margin: 20px auto 115px auto;
    background-color: rgba(255,255,255,1);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}
a.officialBtn img{
    display: block;
}

/*------------------------------------------------------------------------------

                            #btnTop

------------------------------------------------------------------------------*/
#btnTop{
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 3000;
    display: block;
    cursor: pointer;
}

#btnTop.fixed{
    position: fixed;
    bottom: 20px;
}



/*------------------------------------------------------------------------------

                            #scheduleDetail

------------------------------------------------------------------------------*/
#scheduleDetail{
    position: absolute;
    top: 0; left: 0;
    z-index: 1000;
    width: 100%; height: 100%;
}

#scheduleDetail span.bg{
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.8);
}

#scheduleBody{
    position: absolute;
    top: 200px; left: 50%;
    margin-left: -396px;
}

#scheduleDetail .close{
    position: absolute;
    top: 130px; left: 50%;
    margin-left: 336px;
    cursor: pointer;
}
#scheduleDetail .close:hover{
    opacity: 0.8;
}


/*------------------------------------------------------------------------------

                            #scheduleDetail

------------------------------------------------------------------------------*/
#scheduleDetail{
    position: absolute;
    top: 0; left: 0;
    z-index: 1000;
    width: 100%; height: 100%;
}

#scheduleDetail span.bg{
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.8);
}

#scheduleBody{
    position: absolute;
    top: 200px; left: 50%;
    margin-left: -396px;
}

#scheduleDetail .close{
    position: absolute;
    top: 130px; left: 50%;
    margin-left: 336px;
    cursor: pointer;
}
#scheduleDetail .close:hover{
    opacity: 0.8;
}

/*------------------------------------------------------------------------------

                            #youtubeContainer

------------------------------------------------------------------------------*/
#youtubeContainer{
    position: absolute;
    top: 0px; left: 0px;
    z-index: 2000;
    display: none;
    opacity: 0;
    width: 100%; height: 100%;
}

#youtubeContainerBg{
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
    /*opacity: 0.7;*/
}
#youtubeContainerBg .close{
    content: " ";
    position: absolute;
    top: 90px !important; left: 50%;
    display: block;
    margin-left: 340px;
    cursor: pointer;
}
#youtubeContainerBg .close:hover{
    opacity: 0.8;
}

.youtubeVideoContainer{
    top: 400px !important;
}

.youtubeVideoContainer iframe{
    position: absolute;
    z-index: 10;
}
.youtubeVideoContainer:before{
    content: " ";
    position: absolute;
    top: -4px; left: -4px;
    z-index: 1;
    display: block;
    width: 100%; height: 100%;
}