@charset "utf-8";

/* ---------------------------------------------------------------------------------------
	RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong, address,
ol, ul, li, dl, dt, dd, figure, figcaption,
fieldset, form, label, legend,
tbody, tfoot, thead, tr{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	font-feature-settings: "palt";
	color: #000;
	text-align: justify;
	background-color: #f5f0e6;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section{
	display: block;
}
ol, ul{
	list-style: none;
}
a{
	outline: none;
}
a img{
	border: 0;
}
img{
	vertical-align: top;
}
.clearboth{
	width: 100%;
	clear: both;
	display: block;
}

main{
	overflow: hidden;
}

/* ---------------------------------------------------------------------------------------
	フッター
--------------------------------------------------------------------------------------- */

footer{
	padding: 10px 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #A40B5D;
}

@media screen and (max-width:640px){
	footer{
		font-size: 2.933333326vw;
	}
}
