*{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body{
	background-color: #000000;
}
p,span,tr,td,li{
	
}
a{
	
}

#loading{
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
}
.loading_img{
    background-image: url(../img/loading.gif);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
}

#wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /*min-width: 768px;*/
}

.bgm_control{
    position: fixed;
    top: 30px;
    right: 24px;
    z-index: 9999;
}
.bgm_control span{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}
.bgm_control .sound{
    background-image: url(../img/bgm_sound.png);
    background-size: 100px 18px;
    width: 100px;
    height: 18px;
    margin-right: 30px;
}
.bgm_control .slash{
    background-image: url(../img/bgm_slash.png);
    background-size: 11px 18px;
    width: 11px;
    height: 18px;
}
.bgm_control .on_btn{
    cursor: pointer;
    background-image: url(../img/bgm_on_off.png);
    background-size: 37px 18px;
    width: 37px;
    height: 18px;
}
.bgm_control .on_btn.active{
    background-image: url(../img/bgm_on_on.png);
}
.bgm_control .off_btn{
    cursor: pointer;
    background-image: url(../img/bgm_off_off.png);
    background-size: 57px 18px;
    width: 57px;
    height: 18px;
}
.bgm_control .off_btn.active{
    background-image: url(../img/bgm_off_on.png);
}


/*==================================*/

/* section */

/*==================================*/

section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section:before{
    content:"";
    background-image: url(../img/dot.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section_view{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section_inner{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
section img{
    display: block;
    margin: auto;
}
.skip_btn{
    background-image: url(../img/skip_btn.png);
    background-size: 125px 25px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 125px;
    height: 25px;
    text-indent: -99999px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.skip_btn:hover{
    opacity: 0.7;
}
.typing_text{
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", "HG明朝E", "游明朝", YuMincho, serif;
}
.typing_text span{
    opacity: 0;
}


/*----------------------------------*/
/* fitstview */
/*----------------------------------*/
section.fitstview{
    background-image: url(../img/firstview_back.png);
}
section.fitstview .section_view{
    opacity: 1;
}
section.fitstview .title{
    max-width: 934px;
    width: 69.96%;
}
section.fitstview .text_01{
    max-width: 824px;
    width: 61.72%;
    margin-top: 3%;
}
section.fitstview .text_02{
    max-width: 416px;
    width: 31.16%;
    margin-top: 8%;
}
section.fitstview .start_btn{
    background-image: url(../img/start_btn.png);
    background-size: 130px 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #c8161e;
    cursor: pointer;
    width: 50%;
    max-width: 670px;
    height: 88px;
    text-indent: -99999px;
    margin: 2% auto 4%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
section.fitstview .start_btn:hover{
    background-color: #a80007;
}
section.fitstview .text_03{
    max-width: 1200px;
    width: 89.88%;
}


/*----------------------------------*/
/* prologue__1 */
/*----------------------------------*/
section.prologue__1{
    background-image: url(../img/prologue_1_back.png);
}
section.prologue__1 .typing_text{
    margin-bottom: 7%;
}


/*----------------------------------*/
/* prologue__2 */
/*----------------------------------*/
section.prologue__2{
    background-image: url(../img/prologue_1_back.png);
}
section.prologue__2 .center_box{
    display: table;
    margin: auto;
    max-width: 1183px;
    width: 88.61%;
}
section.prologue__2 .left_box{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
section.prologue__2 .right_box{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
section.prologue__2 .sample_img{
    background-image: url(../img/search_img_before.png);
    background-size: cover;
    background-position: center;
    width: 96.36%;
    position: relative;
}
section.prologue__2 .sample_img:before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.31%;
}
section.prologue__2 .sample_img_pointer{
    position: absolute;
    width: 30.52%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
section.prologue__2 .sample_img_pointer.animate{
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: pointerAnime;
}
@keyframes pointerAnime {
    0% {transform: rotate(0deg);}
    30% {transform: rotate(-15deg);}
    60% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}
section.prologue__2 .sample_search_timer{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}
section.prologue__2 .text_01{
    max-width: 417px;
    width: 70.49%;
    margin-left: 5%;
}
section.prologue__2 .text_02{
    margin-top: 7%;
    max-width: 558px;
    width: 94.33%;
    margin-left: 5%;
}
section.prologue__2 .text_03{
    margin-top: 7%;
    max-width: 570px;
    width: 96.28%;
    margin-left: 5%;
}


/*----------------------------------*/
/* prologue__notice */
/*----------------------------------*/
section.prologue__notice{
    background-color: #000000;
}
section.prologue__notice .text_01{
    max-width: 1087px;
    width: 81.42%;
}


/*----------------------------------*/
/* prologue__3 */
/*----------------------------------*/
section.prologue__3{
    background-color: #000000;
}
section.prologue__3 .text_01{
    max-width: 651px;
    width: 48.76%;
}


/*----------------------------------*/
/* search */
/*----------------------------------*/
section.search{
    background-color: #000000;
}
section.search .section_view{
    display: block;
}
section.search .search_alert_back{
    background-image: url(../img/search_alert_back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
section.search .search_box{
    cursor: pointer;
    background-color: #cccccc;
    width: 800px;
    height: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
section.search .search_img_box{
    position: absolute;
    width: 100%;
    height: 100%;
}
section.search .search_img_box img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;  
}
section.search .search_img_box img.search_img--after{
    opacity: 0;
}
section.search .search_target{
    /*border: 1px solid #ff0000;*/
    position: absolute;
    width: 14%;
    height: 22%;
    top: 24.5%;
    left: 17%;
}
section.search .search_miss_view{
    background-color: #7f0000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;  
    display: none;
}
section.search .search_timer{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0,0,0,0.3);
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
section.search .search_catch_target{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 47.28%;
    display: none;
    z-index: 1;
}


/*==================================*/

/* result */

/*==================================*/

.result{
    background-image: url(../img/result_back_01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.result .result_inner{
    display: table-cell;
    vertical-align: middle;
}
.result .result_box{
    display: table;
    margin: auto;
    width: 89.88%;
    max-width: 1200px;
}
.result .left_box{
    display: table-cell;
    vertical-align: middle;
    width: 35.83%;
    text-align: left;
}
.result .right_box{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.result .text_01{
    display: block;
}
.result .mask_img{
    width: 85.58%;
}
.result .star{
    width: 44.54%;
    margin-top: 4%;
}
.result .btns{
    margin-top: 9%;
    letter-spacing: -0.4em;
    width: 87.79%;
}
.result .btns a{
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    width: 47.33%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.result .btns a:hover{
    opacity: 0.7;
}
.result .btns a:first-child{
    margin-right: 5.3%;
}
.result .btns a:last-child{
    margin-top: 4%;
}
.result .btns a img{
    width: 100%;
}

/*----------------------------------*/
/* result__01 */
/*----------------------------------*/
.result__01 .text_01{
    width: 68.96%;
}

/*----------------------------------*/
/* result__02 */
/*----------------------------------*/
.result__02 .text_01{
    width: 68.96%;
}

/*----------------------------------*/
/* result__03 */
/*----------------------------------*/
.result__03 .text_01{
    width: 68.96%;
}

/*----------------------------------*/
/* result__03 */
/*----------------------------------*/
.result__03 .text_01{
    width: 68.96%;
}

/*----------------------------------*/
/* result__04 */
/*----------------------------------*/
.result__04 .text_01{
    width: 68.96%;
}

/*----------------------------------*/
/* result__05 */
/*----------------------------------*/
.result__05 .text_01{
    width: 68.96%;
}

/*----------------------------------*/
/* result__06 */
/* result__07 */
/*----------------------------------*/
.result__06,
.result__07{
    background-image: url(../img/result_miss_back.png);
}
.result__06 .result_box,
.result__07 .result_box{
    display: block;
}
.result__06 .miss_text,
.result__07 .miss_text{
    display: block;
    margin: auto;
    max-width: 336px;
    width: 28%;
}
.result__06 .btns,
.result__07 .btns{
    width: 100%;
    margin: 5% auto 0;
}
.result__06 .btns a,
.result__07 .btns a{
    width: 26.66%;
    margin-right: 3%;
}
.result__06 .btns a:first-child,
.result__07 .btns a:first-child{
    margin-right: 3%;
}
.result__06 .btns a:last-child,
.result__07 .btns a:last-child{
    margin-top: 0%;
    margin-right: 0%;
}
.result__06 .text_01{
    margin: 5% auto 0;
    max-width: 542px;
    width: 45.16%;
}
.result__07 .text_01{
    display: block;
    margin: 5% auto 0;
    max-width: 617px;
    width: 51.41%;
}




/***************************************
****************************************

SP

****************************************
***************************************/
@media screen and (max-width: 768px) {

.bgm_control{
    top: 20px;
    right: 15px;
}
.bgm_control .sound{
    background-size: 50px 9px;
    width: 50px;
    height: 9px;
    margin-right: 15px;
}
.bgm_control .slash{
    background-size: 5.5px 9px;
    width: 5.5px;
    height: 9px;
}
.bgm_control .on_btn{
    background-size: 18.5px 9px;
    width: 18.5px;
    height: 9px;
}
.bgm_control .off_btn{
    cursor: pointer;
    background-image: url(../img/bgm_off_off.png);
    background-size: 28.5px 9px;
    width: 28.5px;
    height: 9px;
}

.skip_btn{
    background-size: 62.5px 12.5px;
    cursor: pointer;
    width: 62.5px;
    height: 12.5px;
    bottom: 30px;
}
.typing_text{
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 2px;
}



/*----------------------------------*/
/* fitstview */
/*----------------------------------*/
section.fitstview .text_01{
    margin-top: 2%;
}
section.fitstview .text_02{
    margin-top: 6%;
}
section.fitstview .start_btn{
    background-size: 65px 12.5px;
    width: 50%;
    height: 44px;
    margin: 2% auto 3%;
}

/*----------------------------------*/
/* prologue__1 */
/*----------------------------------*/
section.prologue__1 .typing_text{
    margin-bottom: 6%;
}


}
