@charset "utf-8";

/*---------------
全体
---------------*/
body{
	width:100%;
	height: 100%;
	background-color: #fff;
	line-height: 1.2;
	min-width:1280px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #FFF;
	-ms-word-break: break-all;
	    word-break: break-all;
}
.contentBox{
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
/*+++++
header
+++++*/
.headerWrap{
	padding: 5px 0;
	background: #ee6a78;
}
.headerSnsBox{
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.snsBase{
	display: inline-block;
	vertical-align: top;
}
/*+++++
footer
++++++*/
.footerWrap{
	padding: 10px 0;
	font-size: 14px;
	background: #000;
}
.linkList{
	text-align: right;
}
.linkList a{
	color: #FFF;
	text-decoration: none;
}
.linkList > li{
	display: inline-block;
	padding-right: 8px;
}

/*store周り*/

.chainBaseInfoBox{
	position: relative;
	margin-top: 40px;
 	width: 1024px;
 	height: 224px;
 	margin-bottom: 20px;
 	background: url("../images/pc/img_dlbase.png") no-repeat;
}
.storeLinkBox{
    position: absolute;
    right: 44px;
    bottom: 11px;
    width: 595px;
    height: 55px;
}
.storeLinkBase{
	position: absolute;
	left: 0;
	top: 7px;
}
.storeLinkBase.is-app{
	left: 7px;
}
.storeLinkBase.is-play{
	left: 204px;
}
.storeLinkBase.is-amazon{
	left: 400px;
}