@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

html{
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	background: url(../img/bg_teaser.jpg) no-repeat center center;
	background-size: cover;
}

body, h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,td,th{
	color: #000;
	font-size: 1.8rem;
	font-family: 'YakuHanMp', "Noto Serif JP", serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

.l_kv{
	width: 100%;
	min-height: 100vh;
	background: url(../img/img_end.png) no-repeat center center;
	background-size: 100% auto;
}

.md_copy{
	color: #fff;
	font-size: 72%;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media screen and (max-width:767px){
	.l_kv{
		background: url(../img/img_end_sp.png) no-repeat center center;
		background-size: 100% auto;
	}
	
	.md_copy{
		font-size: 50%;
		right: 0;
		left: 0;
		text-align: center;
	}

}
