@charset "shift_jis";
/* CSS Document */
/*********** Šî–{Ý’è ***********/
html{
	height:100%;
}
body{
	height:100%;
	width:100%;
	font-size:100%;
	line-height:1;
	color:#fff;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro W3","ƒƒCƒŠƒI", Meiryo, Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", sans-serif;
}
input,
textarea{
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro W3","ƒƒCƒŠƒI", Meiryo, Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS P Gothic", sans-serif;
}

*{
	outline:none;
}
a{
	/*\*/
	overflow:hidden;
	/**/
}

/*iphoneƒ{ƒ^ƒ“’²®*/
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.clear{
	clear:both;
}
.clearfix{
	zoom:100%;
}
.clearfix:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}


.ta_c{
	text-align:center;
}
.ta_r{
	text-align:right;
}
.ta_l{
	text-align:left;
}


.normal{
	font-weight:normal;
}
.bold{
	font-weight:bold;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/*********** “§‰ßÝ’è ***********/
.opac,
.bright{
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.opac:hover{
  opacity: 0.7;
  filter: alpha(opacity=60);
}
.bright:hover{
	filter: brightness(80%);
}


/*********** ŠeŽíÝ’è ***********/
#wrap{
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    overflow: hidden;
    background: #000;
    position: relative;
}
#wrap:before{
    content:'';
    display: block;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background: url(/img/bg.webp) center 0/cover no-repeat;
}


#header_top {
    background: url(https://ntrzenra.com/img/enter/header_top.png) left top repeat-x;
    height: 29px;
    padding: 0;
    z-index: 9;
}
#header_top h1 {
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
}
#mobile {
    position: absolute;
    top: 5px;
    right: 10%;
}
#mobile a{
    color: #fff;
}


header{
    position: relative;
}
#sp_mv{
    display: none;
}

#contents{
    position: relative;
    padding:0 20px 20px;
}
#btn_en a{
    display: block;
    width: 30%;
    margin: 0 auto 10px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
    margin-bottom: 10px;
}
.enter_btn {
    background: rgba(255,86,255,0.7);
    border:1px solid #fff;
}
#btn_en a:hover{
    background: rgba(86,87,255,0.7);
}

.enter_sp {
    display: none!important;
}
#exit p{
    line-height:1.5;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

#exit a{
    color:#fff;
}

footer{
    position: relative;  
    margin-top: auto;
    text-align: center;
    padding:20px 20px 10px;
    font-size: 90%;
}

/*********** —]”’Ý’è ***********/
.mb20{
    margin-bottom: 20px;
}


#text{
    max-width: 800px;
    margin: 50px auto 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    z-index: 9;
}
#text_box {
    max-width: 800px;
    padding: 3%;
    margin: 50px auto 20px;
    line-height: 1.5;
    z-index: 9;
    background-color: rgb(0 0 0 / 40%);
}


/*  banner
---------------------------*/
.banner_box {
    width: 960px;
    margin: 50px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 99;
}
.banner {
    margin: 0 10px 5px 0;
}



/*********** ƒŒƒXƒ|ƒ“ƒVƒuƒ‹Ý’è ***********//*===============================================
œsmart.css  ‰æ–Ê‚Ì‰¡•‚ª960px‚Ü‚Å
===============================================*/
@media screen and (max-width:960px){
    #btn_en a{
        width:62%;
        max-width: 572px;   
    }
/*  banner
---------------------------*/
.banner_box {
    width: 90%;
    margin: 50px auto 30px;
    display: block;
    z-index: 99;
}

.banner {
    
    margin: 0 0 10px 0;
}      
    
}

/*===============================================
œsmart.css  ‰æ–Ê‚Ì‰¡•‚ª768px‚Ü‚Å
===============================================*/
@media screen and (max-width:768px){
    #wrap:before{
        background: url(/img/bg_sp.webp) center 0/cover no-repeat;
    }
    #pc_mv{
        display: none;
    }
    #sp_mv{
        display:inline;
    }
    #btn_en a{
        width:70%;     
    }
    .enter_pc {
    display: none!important;
}
    .enter_sp {
    display: inline-block!important;
}
    #exit{
        font-size: 80%;
    }
    #exit figure img{
        width:13%;
        min-width:49px; 
    }
    footer{
        background: rgba(69,0,141,0.5);
        font-size: 80%;  
        padding:10px 20px 10px;      
    }    
    
#header_top {
    height: 33px;
    padding: 5px 0 0 0;
    background-size: contain;
}
#header_top h1 {
    line-height: 1.2;
    font-size: 12px;
}
#mobile {
    display: none!important;
}    
    
    
}




