html, body {
    height: 100%;
    margin: 0;
	padding: 0;
}

body {
    color: #333;
    margin: 0;
    padding: 0;
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1{
	font-size:13px;
	line-height:26px;

}

#wrap {
    margin: 0;
    padding: 0;
	position:relative;
	/*letter-spacing: .01rem;
	background:url(../images/FRHP.webp) no-repeat center/104%;*/
}


@media print, screen and (min-width: 601px) {
	body{
		margin:0 auto;
		max-width:440px;
	}
	body#top{
		aspect-ratio: 1000 / 3200;
	}
}

.copy{
	text-align:left;
	margin:0px;
	padding:0px 0px 20px;
	font-size:13px;
	line-height:40px;
	display:block;
	position:absolute;
	bottom:0px;
	left:40px;
}

a{
	color:#000;
}
