@charset "UTF-8";


html,body {
	width: 100%;
}
body {
	width: 100%;
	font-family: "Sawarabi Mincho";
	/* font-family: "Open Sans",Hiragino Sans,"ヒラギノ角ゴシック","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",YuGothic,"游ゴシック体","Yu Gothic","游ゴシック","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif; */
	color: #3f3a39;
	line-height: 1.8;
	background: url('../images/bg.jpg');
	-webkit-font-smoothing: antialiased;
}
/* body, textarea { font-family:"ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "ＭＳ Ｐゴシック", sans-serif; } */

a {
	outline: none;
}
a:hover img {
	opacity: 1;
}
/* a:link {
	color: #19b5a4;
	text-decoration: underline;
}
a:visited {
	color: #19b5a4;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #19b5a4;
	text-decoration: none;
} */

a img {
	transition: all 0.2s;
}
a:hover img {
	opacity: 0.7;
}





#container {
	/* display: none; */
	min-width: 1200px;
}





/* loading */
/*------------------------------------------------------------------------------*/
#loadingArea {
	/* display: none; */
	width: 100%;
	height: 100vh;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
#loadingArea > .logo {
	width: 200px;
	height: 53px;
	background: url('../images/logo_loading.png') no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
	animation-name: load_anime;
	animation-duration: 0.8s;
	animation-timing-function: ease-out;
}
@keyframes load_anime {
	0% { top: 48%; opacity: 0; }
	100% { top: 50%; opacity: 1; }
}




/* googlefont */
/*------------------------------------------------------------------------------*/
.fontRaleway {
	font-family: 'Raleway', sans-serif;
}





/* footer */
/*------------------------------------------------------------------------------*/
footer {
	text-align: center;
	background-color: #3f3a39;
	padding: 30px 0 10px 0;
}
footer h2 {
	display: inline-block;
	width: 200px;
}
footer h2 img {
	width: 100%;
	height: auto;
}
footer ul {
	display: table;
	margin: 0 auto;
	padding: 1.5em 0 1em 0;
}
footer ul li {
	display: table-cell;
	padding: 0 1em;
}
footer ul li a {
	font-size: 2.8em;
	color: #fff;
	transition: all 0.2s;
}
footer ul li a:hover {
	color: #bda052;
}
footer small {
	font-size: 1.2em;
	color: #fff;
}





.pointItem {
	color: #9c003e;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}



.pc {
	display: block!important;
}
.sp {
	display: none!important;
}










