		* {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		body {
			width: 100%;
			height: 100%;
			font-family: "zen-maru-gothic", sans-serif;
			font-weight: 500;
			font-style: normal;
		}

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

		#wrap {
			width: 100%;
			overflow-x: hidden;
			position: relative;
		}