/* MG */

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
	 position: relative;
}
div, a {
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
.anchor {
    position: absolute;
    margin: -150px;
}
p {
	margin-top: 0px;
	margin-bottom: calc((100vw - 320px) * 15 / 2240 + 10px);  /* 15 -> 10 @2560-> 320 */
}
.hide {
	display: none;
}