html,
body {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sp {
	display: none;
}

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

a img {
	transition: all, .3s;
}

a:hover img {
	transform: translateY(-4px);
}

#pagetop {
	position: fixed;
	bottom  : 33px;
	right   : 30px;
	width   : 50px;
	height  : 50px;
	border  : solid 1px #fff;
}

#pagetop a {
	display: block;
}

#pagetop a:hover {
	opacity     : 0.8;
	filter      : alpha(opacity=80);
	-moz-opacity: 0.8;
}

#wrap {
	text-align: center;
	max-width : 1200px;
	margin    : 0 auto;
	border    : solid 1px #dedede;
}

#main {
	margin: 0;
	padding: 5px;
	margin-bottom: clamp(24px, 65 / 1200 * 100vw, 65px);
}

#lp1 {
	padding: 0 clamp(20px, 40 / 1200 * 100vw, 40px);
}
#lp1 p {
	margin: clamp(20px, 60 / 1200 * 100vw, 60px) 0;
}

#iwaters {
	width: 90%;
	margin: 0 auto clamp(35px, 80 / 1200 * 100vw, 80px);
}
#iwaters h2 {
	width: 36%;
	margin: 0 auto clamp(25px, 64 / 1200 * 100vw, 64px);
}
#iwaters p {
	font-weight: bold;
	font-size: clamp(18px, 34 / 1200 * 100vw, 34px);
}
@media (min-width: 640px) {
	#iwaters p {
		letter-spacing: 0.1em;
	}
	#iwaters p br {
		display: none;
	}
}

.imagetl {
	margin: clamp(35px, 85 / 1200 * 100vw, 85px) 0 0;
}

#lp2 {
	background-color: #fde0a5;
	padding: clamp(20px, 46 / 1200 * 100vw, 46px);
}

#lp3 {
	background-color: #d3edfb;
	padding: clamp(20px, 46 / 1200 * 100vw, 46px);
}

.clickhere {
	margin: clamp(35px, 110 / 1200 * 100vw, 110px) 20px clamp(35px, 130 / 1200 * 100vw, 130px);
}
.clickhere h2 {
	width: 40%;
	margin: 0 auto;
}
.clickhere .button {
	width: 80%;
	margin: clamp(24px, 38 / 1200 * 100vw, 38px) auto clamp(30px, 46 / 1200 * 100vw, 46px);
}

#footlogo {
	width: 40%;
	max-width : 284px;
	margin: clamp(30px, 80 / 1200 * 100vw, 80px) auto;
}

footer.copyright {
	margin: 2px;
	padding: 10px 20px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 1;
	background: url(../images/bg-copy.png) center center repeat-x;
}

@media screen and (max-width:480px) {
	html,
	body {
		font-size: 14px;
	}

	#pagetop {
		bottom: 15px;
		right : 15px;
		width: 30px;
		height: 30px;
	}

	#wrap {
		border: none;
	}

	#main {
		padding: 2px;
	}
}
