@charset "UTF-8";
/* CSS Document */
html{
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
	margin:0;
    padding:0;
    overflow: hidden;
    
	font-size:16px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #ddd;
    
	background-color: #fff;
}

p{
	line-height: 1.8em;
    color: #000;
}

.pc{
	display: block;
}
.sp{
	display: none !important;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.fl_l{
    float: left;
}
.fl_r{
    float: right;
}


body{
    background: url(../img/bg.jpg) no-repeat;
    background-size:cover;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

/*----------------------------------------------*/
header{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}


/*----------------------------------------------*/
/* main_v */


.cath{
    width: 100%;
    position: absolute;
    text-align: center;
    overflow: hidden;
    bottom:0;
}


/*----------------------------------------------*/
/* footer */
footer{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left:0;
    bottom: -200px;
    
}
footer p{
color: #443737;
}




