@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");

/* Reset */
	html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	bottom: auto;
	width: auto;
	}

html {
  width: 100%;
  height: 100%;
}

body {
	font-family: "Sawarabi Gothic";
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: .15em;
	text-align: center;
}

a {
	color: #F15A22;
	text-decoration: underline;
}

a:hover {
	color: #E15A28;
	text-decoration: none;
}

a:visited {
	color: #E5B36E;
	text-decoration: underline;
}

.qr_landing_page {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5rem;
	padding-bottom: 3rem;
	}

.block {
	margin-bottom: 10rem;
}

.logo {
	width: 250px;
	}

.paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
}

.font_08rem{
	font-size: .8em;
	margin-bottom: 30px;
	}

	
.rakuten_logo {
	width: 200px;
	}

.insta_logo {
	}

.comment {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 2rem;
}

.copyright {
	font-size: .7em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

@media screen and (max-width: 1024px) {
			
body {
	width: 98%;
	font-size: 1rem;
	line-height: 1.8em;
}

.logo {
	width: 40%;
	}
	
.rakuten_banner {
	width: 90%;
	}
	
.rakuten_logo {
	width: 150px;
	}
	
.qr_landing {
	width: 95%;
	text-align: center;
	}
	
.comment {
	width: 90%;
	line-height: 2rem;
}
}
