body {
background: #fff;
color: #000;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 500;
width: 100%;
height:100%;
font-size: 3.2vw;
line-height:1.8em;
margin: 0px;
}


#wrap{
width: 100%;
position: relative;
overflow: hidden;
}

#content{
width: 100%;
}

.pc{ display: none;}
.sp{ display: block;}

.fontS{ font-size: 80%;}
.fontB{ font-weight: 700;}
.txtSpace{ letter-spacing: -0.3vw; font-weight: 500;}
.efblock{ width: 100%;}
.txtRed{ color: #e10000;}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -0.2vw;}

a {text-decoration: underline; color: #da0000;}

.linkLabel{
margin-top:-0;
padding-top:0;
text-indent: -99999px;
}

.warningfontS{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
font-size: 10px;
line-height: 1.5em;
padding-left: 1em;
text-indent: -1em;
}

.noise{
background: url("../../images/noise.gif");
background-size: 50px auto;
width: 100%; height: 100%;
position: fixed;
top: 0; left: 0;
z-index: 2;
mix-blend-mode: overlay;
opacity: 0.5;
pointer-events: none;
}

/*---------------------------------------------

header

----------------------------------------------*/

header{
background: url("../images/header_sp.png") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
}

header:before{
content:"";
display: block;
padding-top: 58.66%;
}

#logo{
width: 50%; height: 45%;
position: absolute;
top: 10%; left: 25%;
z-index: 2;
}

#logo a{
width: 100%; height: 100%;
display: block;
}

#headerTxt{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 600;
width: 100%;
text-align: center;
padding: 0.6em 0;
margin: 0 auto;
font-size: 3.6vw;
line-height: 1.5em;
}

#headerTxt a{ text-decoration: underline;}

/*---------------------------------------------

shiryo

----------------------------------------------*/

#shiryoAll{
width: 100%;
padding: 2em 0 3em;
position: relative;
overflow-x: hidden;
}

#shiryoAll:before{
background: #fff url("../images/bg_map_sp.png") no-repeat center;
background-size: cover;
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
}


#shiryoMM{
background: #000;
color: #fff;
width: 100%;
margin: 0 auto 1em;
padding: 0.5em 0;
text-align: center;
font-size: 5.2vw;
line-height: 1.2em;
letter-spacing: -0.05em;
border: 1px solid #000;
box-sizing: border-box;
}

#shiryoMM a{ color: #f00;}

#shiryoImg{
background: url("../images/img_toi.jpg") no-repeat center;
background-size: 100% 100%;
width: 90%;
margin: 3em auto 0;
line-height: 0;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

#shiryoImg:before{
content:"";
display: block;
padding-top: 70.73%;
}

#shiryoShosai{
width: 90%;
margin: 0 auto;
padding: 1em 0;
border: 1px solid #000;
box-sizing: border-box;
}

#shihyoShosaiTxt{
width: 90%;
margin: 0 auto;
font-size: 3.5vw;
line-height: 1.5em;
}

#shosaiMM{
width: 100%;
text-align: center;
margin-bottom: 1em;
font-size: 5vw;
line-height: 1.2em;
font-weight: 600;
color: #e40000;
letter-spacing: -0.02em;
}

#shosaiShimekiri{
background: #e40000;
width: 100%; height: 2em;
line-height: 2em;
border-radius: 1em;
text-align: center;
margin: 1em auto 0;
font-size: 3.5vw;
color: #fff;
letter-spacing: -0.02em;
}


/*---------------------------------------------

oubo

----------------------------------------------*/

#ouboAll{
background: #fff;
width: 100%;
padding: 2em 0;
margin: 2em auto;
}

#ouboTxt{
background: url("../images/txt_kochira.png") no-repeat center;
background-size: contain;
width: 70%;
margin: 0 auto 2em;
text-indent:-999999px;
position:relative;
overflow: hidden;
}

#ouboTxt:before{
content:"";
display: block;
padding-top: 140%;
}

#ouboBtn{
width: 86%;
margin: 0 auto;
}

input[type="text"] {
width: 75%;
padding: 0.5em 1% 0.5em;
border: 2px solid #C80003;
border-radius: 0.2em;
box-sizing: border-box;
font-size: 3.2vw;
}

input[type="text"]:focus {
border-color: #f00;
box-shadow: 0 0 5px rgba(255, 0, 0, 0.7);
outline: none;
}

input[type="submit"] {
background-color: #e60012;
color: white;
padding: 0.4em 0;
margin-left: 3px;
border: none;
border: 2px solid #C80003;
border-radius: 0.2em;
box-sizing: border-box;
cursor: pointer;
width: 23%;
font-size: 3vw;
font-weight: 600;
}

input[type="submit"]:hover {
background-color: #f00;
}

#ouboEnd{
background: #fff;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
width: 50%;
padding: 1em 0;
margin: 0 auto;
text-align: center;
font-size: 18px;
line-height: 1em;
color: #D00003;
}


/*---------------------------------------------

warning

----------------------------------------------*/

#warning{
background-color: #fff;
width: 100%;
padding: 20px 0;
}

#warningTxtAll{
width: 90%;
height: 300px;
margin: 0 auto;
overflow-x: hidden;
overflow-y: auto;
}

#warningTxt{
width: 95%;
font-size: 2.5vw;
line-height: 1.4em;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 500;
}

#warningTxt a{ color: #000; text-decoration: underline;}


/*---------------------------------------------

footer

----------------------------------------------*/

footer{
background: #000 url("../../images/top/footer_bg_sp.jpg") no-repeat center top;
background-size: cover;
width: 100%;
padding: 6vw 0 12vw;
margin: 0;
}

#bnr_official{
width: 80%;
line-height: 0;
margin: 0 auto 8vw;
}

#copyright{
width: 100%;
margin: 40px auto 0;
font-size: 9px;
line-height: 1.5em;
color: #e60012;
text-align: center;
}

#wb{
width: 140px;
margin: 0 auto 0;
}

#privacy{
width: 100%;
margin: 15px auto;
font-size: 9px;
line-height: 1em;
color: #e60012;
text-align: center;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#privacy a{
text-decoration: none;
}

#wbsns{
width: 100%;
margin: 10px auto;
text-align: center;
}

#wbsns img{
width: 25px;
margin: 0 4px;
}



/*---------------------------------------------

page top

----------------------------------------------*/


#pageTop{
background-color: #e60012;
width: 50px; height: 50px;
position: fixed;
bottom: 0; right: 0;
font-size: 15px;
text-align: center;
line-height: 50px;
z-index: 50;
}

#pageTop a{
width: 100%; height: 100%;
display: block;
color: #000;
text-decoration: none;
}
