html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
}
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background:#fff;
	background:url(../img/bg.png);
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
body {
font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
color: #000;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 25px;
	font-size: 1.6rem;
	line-height: 1.5;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
i {
	vertical-align: middle;
}
ul, ol {
padding-left: 0 !important; 
}
/* Selection colours (easy to forget) */
::selection {
	background: #FC6D6D;
	color: #FFF;
}
::-moz-selection {
	background: #FC6D6D;
	color: #FFF;
}
a {
	color: #e96656;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}
a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #cb4332;
}
p {
    margin: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
h1,h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	line-height:36px;
}
h1,
h1 span {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/*---------------------------------------
 **   css                        -----
-----------------------------------------*/
.header-area{
	max-width:1280px;
	margin-top:30px;
	padding:0px 150px;
}

@media screen and (min-width: 320px) and (max-width: 1200px)  {
	.header-area{
	margin-top:30px;
	padding:0px 10px;
}

}




.header-area .button:last-child {
	border-top:1px #d0cbcb dotted;
	border-bottom:1px #d0cbcb dotted;
	line-height:38px;
}



.header-area .button{
	border-top:1px #d0cbcb dotted;
	line-height:38px;
	padding:20px 30px;
	background:rgba(255,255,255,0.5);
}

.header-area .button a:hover{
	opacity:0.5;
}



.slider{
        width:100%;
        margin:0px auto;
		color:#ccc;
}

@media screen and (max-width: 480px){
	.slider{
        width:100%;
        margin:20px auto;
		color:#ccc;
}
}


@media screen and (max-width: 320px){
	.slider{
        width:100%;
        margin:20px auto;
		color:#ccc;
}
}
.slick-slide {
      margin: 0px auto;
 }

.slick-slide img {
      width: 100%;
}

.slick-prev:before,
.slick-next:before {
        color: black;
}


.title-area{
	width:100%;
	margin:60px auto 30px auto;
	text-align:center;
}

@media screen and (max-width: 480px){
.title-area{
	width:100%;
	margin:30px auto 12px auto;
	text-align:center;
}
}


@media screen and (max-width: 320px){
.title-area{
	width:100%;
	margin:30px auto 12px auto;
	text-align:center;
}
}

.about{	
	margin-top:30px;
	padding:0px;
	background:#FC0;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.about .title{
	position:relative;
	z-index:20;
	margin-top:30px;
}


.about p{
	position:relative;
	z-index:20;
	width:70%;
	word-break:break-word;
	margin:30px 0px;
	font-size:1.2em;
	line-height:2em;
	font-weight:500;
	color:#6d5b54;
}


.about #chara-name{
	position:absolute;
	bottom:-20px;
	right:140px;
	z-index:18;
}


@media screen and (max-width: 640px){
.about p{
	width:100%;
}

.about #chara-name{
	display:none;
}

}

.about .image-margin img{
	display:block;
	margin:40px auto;
}


.link-area ul{
	margin:0px auto;
	line-height:40px;
}

.link-area ul li{
	list-style: none;
	margin:0px 10px;
	float:left;
}

.link-area ul li a{
	color:#000;
	font-weight:700;
}

.link-area ul li a:hover{
	color:#6c7584;
	font-weight:700;
}


.image-margin img{
	display:block;
	margin:20px auto;
}

.image-margin-button img{
	display:block;
	margin:34px auto;
}

.image-margin a{
	display:block;
}

.image-margin a:hover{
	opacity:0.7;
}


.app-img{
	display:block;
	width:100%;
}

.app-area{
	max-width:1280px;
	padding:30px 150px;
}

@media screen and (min-width: 320px) and (max-width: 1280px)  {
.app-area{
	padding:30px 10px;
}

}

.app-frame{
	position:relative;
	display:block;
	border-radius:5px;
	padding:10px;
	min-height:368px;
	margin:20px 4px;
	background:#fff;
	border:1px solid #d0cbcb;
	box-shadow:10px 7px 8px -9px #d0cbcb;
	-moz-box-shadow:10px 7px 8px -9px #d0cbcb;
	-webkit-box-shadow:10px 7px 8px -9px #d0cbcb;
}


.app-frame .soon{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	border-radius:5px;
	z-index:100;
	background:#fff;
	background:url(../img/comingsoon.png) ;
	background-size:contain;
}

.app-frame a{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	z-index:1;
}


.app-frame .name{
	display:table-cell;
    vertical-align: middle;
	font-weight:700;
	font-size:18px;
	height:50px;
	color:#454545;
	padding-left:10px;
	margin-bottom:10px;
}

.app-frame .title{
	margin-top:10px;
}

.app-frame a:hover{
	background:rgba(255,255,255,0.4);
}

.icon-ios{
	display:block;
	background:#39F;
	width:80px;
	height:20px;
	color:#fff;
	font-weight:700;
	text-align:center;
	margin:10px 5px 0px 5px;
	border-radius:8px;
	
}

.icon-android{
	display:block;
	background:#0C9;
	width:80px;
	height:20px;
	color:#fff;
	font-weight:700;
	text-align:center;
	margin:10px 5px 0px 5px;
	border-radius:8px;
}

.app-area ul.icon-area{
	display:inline-block;
	width:100%;
	margin:0px auto;
}

.app-area ul.icon-area li{
	display:block;
	width:90px;
	list-style: none;
	margin-right:30px;
	float:left;
}


.app-area p{
	padding-top:34px;
	font-size:0.9em;
	text-align:left;
	text-wrap:normal;
}

.game-area{
	position:relative;
	padding:20px 24px;
	background:url("../img/bg2.png") top left repeat;
	-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,0.5) inset;
   -moz-box-shadow:0 0 6px 2px rgba(0,0,0,0.5) inset;
        box-shadow:0 0 6px 2px rgba(0,0,0,0.5) inset; 
	border-radius:5px;
	margin-bottom:20px;
}


.game-area .line{
	border:1px solid rgba(252,204,0,0.4);
}



.text-area{
	margin:0px auto;
	text-align:center;
}

.text-area h3{
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #000;
}

.text-area h4{
	font-weight:bold;
	text-align:center;
	margin:20px auto;
	text-shadow:1px 1px 1px #000;
}

.text-area ul{
	width:277px;
	margin:0px auto;
}

.text-area ul li{
	list-style: none;
	margin:25px 10px;
	float:left;
	
}

.text-area a{
	text-decoration:underline;
	color:#fff;

}

.text-area a:hover{
	color:#228406;
}

.title-margin img{
	display:block;
	margin:20px auto 10px auto;
}


.center-wrap{
	width:100%;
	max-width:980px;
	margin:0 auto;
}

.footer-area{
	padding-top:20px;
	background:#6d5b54;
}

