@charset "utf-8";

body {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	color: #fff;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

ul {
	margin:0;
	padding: 0;
	list-style: none;
}

a {
	color: #fff;
	text-decoration: none;
    outline: none;
}

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

*{
    box-sizing: border-box
}

#header nav {
	position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    z-index: 999;
}

#header .top_logo {
	display: block;
    position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    top: 24px;
    right: 40px;
    width: 140px;
    height: 60px;
    z-index: 999;
}

@media screen and (max-width:650px){
	
	#header .top_logo {
		display: none;
	}

}
	
#header .top_subtitle {
    position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    top: 18px;
    left: 40px;
    font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.1em;
    z-index: 999;
}

#header .top_title {
    position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    top: 46px;
    left: 40px;
    font-weight: 300;
    font-family: 'Murecho', sans-serif;
    font-size: 2.4em;
    line-height: 1.2em;
    letter-spacing: -0.5px;
    z-index: 999;
}

#header .top_title br {
	display: none;
}

#header .top_lead {
    position: absolute;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    top: 98px;
    left: 40px;
    font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 0.8em;
    letter-spacing: -0.5px;
    z-index: 999;
}

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

	#header .top_subtitle {
	    position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 18px;
	    left: 28px;
	    font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
	    font-size: 1em;
	    z-index: 999;
	}
	
	#header .top_title {
	    position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 46px;
	    left: 28px;
		font-weight: 300;
		font-family: 'Murecho', sans-serif;
	    font-size: 1.6em;
	    letter-spacing: -0.5px;
	    z-index: 999;
	}
	
	#header .top_lead {
	    position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 84px;
	    left: 28px;
	    font-weight: 300;
		font-family: 'Noto Sans Japanese', sans-serif;
	    font-size: 0.8em;
	    letter-spacing: -0.5px;
	    z-index: 999;
	}

}

@media screen and (max-width:540px){
	
	#header .top_lead {	
		display: none;
	}
	
	#header .top_title br {
		display: block;
	}
	
}	

@media screen and (max-width:375px){

	#header .top_subtitle {
	    position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 18px;
	    left: 18px;
	    font-weight: 400;
		font-family: 'Noto Sans Japanese', sans-serif;
	    font-size: 1em;
	    z-index: 999;
	}
	
	#header .top_title {
	    position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 46px;
	    left: 18px;
		font-weight: 300;
		font-family: 'Murecho', sans-serif;
	    font-size: 1.4em;
	    letter-spacing: -0.5px;
	    z-index: 999;
	}
	
	#header .top_lead {
	    position: absolute;
	    padding: 0 0 0 0;
	    margin: 0 0 0 0;
	    top: 78px;
	    left: 18px;
	    font-weight: 300;
		font-family: 'Noto Sans Japanese', sans-serif;
	    font-size: 0.6em;
	    letter-spacing: -0.5px;
	    z-index: 999;
	}

}

#wrapper h1{
    font-size: 2rem;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    letter-spacing: 0.1em;
    width:12em;
}

@media screen and (max-width:768px){
	
	#wrapper h1 {
	    font-size: 1.5rem;
	}
	    
}

.sp-bottom {
    text-align: center;
    width: 80%;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
}

@media screen and (max-width:414px){
	
	.sp-bottom {
	    text-align: center;
	    width: 85%;
	    padding: 0 0 0 0;
	    margin: 0 auto 0 auto;
	}
	
}

.ms-section h2 {
	font-size: 2em;
	line-height: 1.1em;
	letter-spacing: 0.2em;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}

.ms-section h3 {
    font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0;
    margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.sp-bottom span {
	font-size: 1.5em;
	font-weight: 300;
	font-family: 'Noto Sans Japanese', sans-serif;
}



@media screen and (max-width:768px){
	
	.sp-bottom span {
		font-size: 1.2em;
		font-weight: 300;
		font-family: 'Noto Sans Japanese', sans-serif;
	}

}

@media screen and (max-width:630px){
	
	.ms-section h2 {
		font-size: 1.5em;
		margin: 28px 0px 8px 0px;
		padding: 0 0 0 0;
	}
	
	.ms-section h3 {
	    font-size: 1.1em;
	}
	   
	.sp-bottom span {
		font-size: 1em;
		font-weight: 300;
		font-family: 'Noto Sans Japanese', sans-serif;
	}

}

.ms-section .cap {
	position: absolute;
	bottom: 26px;
	right: 20px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 0.8em;
	line-height: 1.6em;
    margin: 0 0 30px 0;
}

#footer {
    position: fixed;
    bottom:20px;
    left: 20px;
}

#footer .footer_copyright {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #010101;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #fff;
}

#footer .footer_copyright br {
	display: none;
}

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

	#footer .footer_copyright {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		color: #010101;
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8em;
		line-height: 1.6em;
		color: #fff;
	}	
	
	#footer .footer_copyright br {
		display: block;
	}
	
}

@media only screen and (max-width: 480px) {

	#footer .footer_copyright {
		display: none;
	}	
	
}

@media only screen and (max-height: 480px) {

	.sp-bottom {
	    text-align: center;
	    width: 90%;
	    padding: 0 0 0 0;
	    margin: 0 auto 0 auto;
	}
	
	.ms-section h2 {
		font-size: 1.6em;
		line-height: 1.1em;
		letter-spacing: 0.2em;
		margin: 0 0 8px 0;
		padding: 0 0 0 0;
	}
	
	.ms-section h3 {
	    font-size: 1.1em;
		line-height: 1.4em;
		letter-spacing: 0;
	    margin: 0 0 30px 0;
		padding: 0 0 0 0;
	}
	
	.sp-bottom span {
		font-size: 1.2em;
		font-weight: 300;
		font-family: 'Noto Sans Japanese', sans-serif;
	}

	#header .top_subtitle,
	#header .top_title,
	#header .top_lead,
	#footer .footer_copyright {
		display: none;
	}	
	
}

@media only screen and (max-height: 375px) {

	.sp-bottom {
	    text-align: center;
	    width: 90%;
	    padding: 0 0 0 0;
	    margin: 0 auto 0 auto;
	}
	
	.ms-section h2 {
		font-size: 1.3em;
		line-height: 1.1em;
		letter-spacing: 0.2em;
		margin: 0 0 8px 0;
		padding: 0 0 0 0;
	}
	
	.ms-section h3 {
	    font-size: 1.1em;
		line-height: 1.4em;
		letter-spacing: 0;
	    margin: 0 0 30px 0;
		padding: 0 0 0 0;
	}
	
	.sp-bottom span {
		font-size: 1em;
		font-weight: 300;
		font-family: 'Noto Sans Japanese', sans-serif;
	}

	#header .top_subtitle,
	#header .top_title,
	#header .top_lead,
	#footer .footer_copyright {
		display: none;
	}	
	
}


@media only screen and (max-width: 320px) {

	.sp-bottom {
	    text-align: center;
	    width: 85%;
	    padding: 0 0 0 0;
	    margin: 0 auto 0 auto;
	}
	
	.ms-section h2 {
		font-size: 1.2em;
		line-height: 1.1em;
		letter-spacing: 0.2em;
		margin: 0 0 8px 0;
		padding: 0 0 0 0;
	}
	
	.ms-section h3 {
	    font-size: 1em;
		line-height: 1.4em;
		letter-spacing: 0;
	    margin: 0 0 30px 0;
		padding: 0 0 0 0;
	}
	
	.sp-bottom span {
		font-size: 0.9em;
		font-weight: 300;
		font-family: 'Noto Sans Japanese', sans-serif;
	}

	#header .top_subtitle,
	#header .top_title,
	#header .top_lead,
	#footer .footer_copyright {
		display: none;
	}	
	
}



