@charset "UTF-8";

}

body {
	width: 100%;
	-webkit-text-size-adjust: 100%;

	overflow-y: scroll;
	overflow-x: hidden;
	background: white;
	font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

a {
	display: inline-block;
	margin: 2vh 0;
	vertical-align: botom
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;


}

section {}


img {
	border: 0px;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.block {
	display: inline-block;
	border: 0px;
	width: 95vw;
	max-width: 592px;
	padding: 3vh 0;
	margin: auto 5px 0;

}

.bc2 {
	vertical-align: top;
	margin: 0 5px auto;
}

.chara {
	border: 0px;
	width: 70vw;
	max-width: 400px;
}




.btnbkb {

	display: inline-block;
	line-height: 6vh;
	color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #421334;
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: middle;
	text-decoration: none;
	width: 90vw;
	max-width: 592px;
	margin: 0
}



p {
	color: #421334;
	font-size: 1.4rem;
	font-weight: 700;

	line-height: 2.3rem;
	margin: 1vh 0;

}

p .note {

	font-size: 0.9rem;
	line-height: 1rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	margin: 0;

}

.none {
	font-size: 0px;
	line-height: 0px
}

.textgray {
	color: #421334;
	opacity: 0.6;
	text-decoration: none;
}



@media screen and (max-width: 700px) {

	html {
		font-size: 75%;
		font-size: 75%;

	}
}
