@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}
*:focus {
  outline: none;
}
#sb_wrap {
    max-width: 1000px;
    width: 100%;
    margin:0% auto;
    position: relative;
	text-align: center;
    padding: 0%;
    font-weight: 400;
    letter-spacing: 2px;
    background:#FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#sb_wrap img {
	line-height: 0;
	vertical-align: bottom;
	width: 100%;
}
#sb_wrap .clear {
	clear: both;
}
#sb_wrap ul,#sb_wrap li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sb_wrap a{
    list-style: none;
    color: #000;
    text-decoration: none;
}

#sb_wrap .logo_s {
    width: 25%;
    max-width: 150px;
    margin: 4% auto 10%;
}
#sb_wrap .title{
    width: 100%;
    font-size: 50px;
    text-align: center;
    margin: 3% auto;
    display: inline-block;
    line-height: 1em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}
#sb_wrap .lead{
    font-size: 15px;
    text-align: center;
    margin: 0% auto;
    position: relative;
    line-height: 2em;
    letter-spacing: 2px;
    font-weight: 400;
}
#sb_wrap .main{
    width: 100%;
    text-align: center;
    margin: 0% auto;
    position: relative;
    display: inline-block;
}

.pc {
	display: block;
}
.sp {
	display:none;
}
.FL {
	float: left;
}

.FR {
	float: right;
}
.small {
	font-size: 70%;
}
.clear{
    clear: both;
}
.hr{
    width: 100%;
    text-align: center;
    margin: 5% auto;
    border-top: #000000 1px solid;
}



@media only screen and (max-width: 768px) {
	#sb_wrap {
		width: 100%;		
        margin: 0 auto 0%;
    }
    #sb_wrap .title{
        font-size: 30px;
        letter-spacing: 1px;
    }
    
    .hr{
        width: 50%;
    }
    
    
    .FL{
        float: none;
    }
    .FR{
        float: none;
    }
    
    .credit{
        font-size: 12px;
        letter-spacing: 0px;
        font-weight: 600;
    }
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}
