@charset "UTF-8";


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　RESET
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*reset*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol{
	list-style-type:none;
}
ul li img {
	vertical-align: top;
}

* { margin:0;
	padding:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 }
*:after { display:block; clear:both; }
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

html,body {
	/*color:#333333;*/
	-webkit-text-size-adjust: none;
	width:100%;
	height: 100%;
	position: relative;
	background:#fff;
	-webkit-background-size: 100%;
	background-size: 100%;
}



.siteLoadingArea {
	display: block;
	position:relative;
	width:100%;
	height: 100%;
	z-index: 10000;
}
.siteLoadingArea .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 320px;
	height: 320px;
}
.siteLoadingArea .container img {
	width:100%;
}
.wrap {

	width:100%;
	margin: 0 auto;
	position: relative;
	height:100%;
    -webkit-transition: all 1s ease-in-out;  
    transition: all 1s ease-in-out; 

}
.wrap.off {
	opacity: 0;
}
.wrap.on {
	opacity: 1;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　CONTENTS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.mainArea h1 {
	width:100%;
	margin:0 auto;
	line-height:0;
	height:auto;
}
.mainArea h1 img {
	width:100%;
	height:auto;
}
.mainArea h2 {
	width:100%;
	margin:0 auto;
	line-height:0;
	height:auto;
}
.mainArea h2 img {
	width:100%;
	height:auto;
}
.mainArea p {
	width:100%;
	line-height:0;
	font-size: 0;
}
.mainArea a {
	line-height:0;
}
.mainArea p img {
	width:100%;
}
.mainArea section img {
	width:100%;
	height:auto;
}
p a {
	line-height:0;
}
p.link {
	padding:0 0 15px 0;
	text-align:center;
	color:#dfcfc0;
	font-size:12px;
	line-height:1.5;
}
p.link a {
	color:#dfcfc0;
	font-size:12px;
	text-align:center;
	line-height:1.5;
}
p.notice {
	text-align:center;
	font-size:12px;
	color:#dfcfc0;
	padding:0 0 20px 0;
}
p.copyright {
	text-align:center;
	font-size:12px;
	color:#ddd;
	padding:0 0 20px ;
}



.appArea {
	position: relative;
	width: 100%;
}
.appArea .appBtn {
	position: absolute;
	top: 9%;
	right: 11%;
	width: 40%;
}
.appArea .appBtn li {
	padding:3% 0;
	width: 100%;
}
.appArea .appBtn li img {
	width: 100%;
	height: auto;
}
.illustArea {
	background: #28c8ff;
	padding-bottom: 5%;
}
.illustArea ul {
	position: relative;
	font-size: 0;
	margin:0 2%;
}
.illustArea li {
	display: inline-block;
	width: 46%;
	margin:3% 2%;
}
.illustArea li img {
	width: 100%;
}



footer {
	font-size: 0;
	background: #312316;
	padding:5% 0 0;
}
footer .shiroLogo {
	text-align: center;
	width: 40%;
	margin: 0 auto;
	padding:10px 0;
}
footer .shiroLogo img {
	width: 100%;
}

footer .appArea {
	background:url(/shironekoproject/billion_battle/img/footer_app_bg.png) 50% 0 repeat-y;	
	-webkit-background-size: 100%;
	background-size: 100%;
}
footer .appArea ul {
	padding:10px 0;
	width: 100%;
	text-align: center;
}
footer .appArea li {
	display: inline-block;
	width: 30%;
}
footer .appArea li img {
	width: 100%;
	height: auto;
}
footer .copyright {
	padding-bottom: 25px;
	color: #e2d8ce;
	font-size: 10px;
	line-height: 1.8;
	text-align: center;
}
footer .copyright a {
	color: #e2d8ce;
}
footer .notice {
	width: 94%;

	display: inline-block;
	margin: 10px;
	padding:10px 3%;
	background: #463a2c;
	border-radius: 4px;
	line-height: 1.5;
	font-size: 10px;
}
footer .notice li {
	margin: 0 2% 10px 6%;
	list-style-type: disc;
	line-height: 1.5;
	font-size: 10px;
	color: #e2d8ce;
}
footer .notice li:last-child {
	margin-bottom: 0;
}


.snsArea ul {
	padding:5px 0 0;
	width: 100%;
	text-align: center;
}
.snsArea li {
	display: inline-block;
	vertical-align: middle;
	margin:0 5px;
}
.snsArea li img {

}


/* 壁紙 */
.illustArea * {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.illustArea h3 {
	margin: 0 0 1%;
}

.illustArea ul {
	margin:20px 0 0;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.illustArea li img {
	width: 100%;
}
.illustArea li p {
	text-align: center;
	font-size: 14px;
}
.illustArea li .link {
	padding-top: 5px;
}
.illustArea li .link h3 {
	display: inline-block;
	width: 100%;
	margin:8px 0 4px;
	padding: 6px;
	background: #be9e2f;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 0 1px #e4cf85, 0 0 0 2px #be9e2f;
}

.illustArea li a {
	display: inline-block;
	width: 100%;
	margin:4px 0;
	padding: 16px 0;
	background: #584932;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 2px #584932;
}


