/* CSS Document */
@charset "utf-8";
/* --------------------------------
 * 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ol, ul, li {
  list-style: none;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/* -------------------------------------------------------------------------------------
 * 全デバイス共通のスタイルとスマートフォン向け（iphone縦）レイアウト　モバイルファースト
 * ------------------------------------------------------------------------------------- */
html {
  font-family: "ArialMT", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "mayro", "sans-serif";
  color: #333;
  font-size: 62.5%;
  line-height: 1;
}
body {
  background: #fff;
  width: 100%;
  font-size: 1.4rem;
}

/* PC用画像を非表示にする */
.pc_head_appicon,
.pc_nav_base,
.pc_item_list{
  display: none;
}

.inner{
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
/*==========================================
 トップに戻るボタン
===========================================*/
#stage{
  margin-top: -50px;
  padding-top: 50px;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10010;
}
#page-top a {
  display: block;
}
#page-top a img{
  width: 80px;
  height: auto;
}
#page-top a:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  transform: rotate(10deg);
}

/* --------------------------------
 * ヘッダーのスタイル
 * -------------------------------- */
header {
  margin-top: 50px;/*SP用nav分*/
}
header .inner{
  position: relative;
}
header h1 img{
  width: 100%;
  height: auto;
}

/*ダウンロードリンク ヘッダー内*/
.head_dl{
  margin: 0 auto;
  width: 100%;
}
.head_dl h2 img{
  padding: 0px 10px 14px;
  width: 100%;
}
ul.store_links,
ul.store_links2{
  margin: 0 auto;
  width: 100%;
}
ul.store_links li,
ul.store_links2 li{
  float: left;
  width: 50%;
  text-align: center;
}
ul.store_links li img,
ul.store_links2 li img{
  width: 84.375%;/*270/320*/
}

/* --------------------------------
 * ナビゲーションのスタイル（sp用）
 * -------------------------------- */
/*ハンバーガー設定*/
.navToggle {
    display: block;
    position: fixed;/* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10000;
    background: #000;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;/* .navToggleに対して */
    width: 35px;
    border-bottom: solid 5px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px;
}

.navToggle span:nth-child(1) {
    top: 11px;
}

.navToggle span:nth-child(2) {
    top: 22px;
}

.navToggle span:nth-child(3) {
    top: 33px;
}
/*タップした後の「X」の形にするため*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 20px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*ナビゲーション設定*/
.sp_nav_base{
	width: 100%;
	height: 50px;
	background: #222;
	position: fixed;
	z-index: 9998;
	top: 0;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #222;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #222;
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 17px 0px;
    width: 100%;
    border-top: 2px solid #999;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
	text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

/* --------------------------------
 * ナビゲーションのスタイル（tablet&PC用）
 * -------------------------------- */
.pc_nav_base{
	width: 100%;
	height: auto;
	max-height: 70px;
	background: url(../images/gnav_bg.png) repeat-x center;
	background-size:contain;
	text-align: center;
	padding: 10px 0px;
}
nav.globalMenuPc{
    width: 100%;
	max-width:1024px;
    text-align: center;
	margin: 0 auto;
}
nav.globalMenuPc ul li{
	list-style-type: none;
	float: left;
	text-align: center;
}
nav.globalMenuPc ul li:nth-child(1){
	width: 21.09%;/*216/1024*/
	max-width: 216px;
	border-right: #999999 solid 1px;
}
nav.globalMenuPc ul li:nth-child(2){
	width: 29.29%;
	max-width: 300px;
	border-right: #999999 solid 1px;
}
nav.globalMenuPc ul li:nth-child(3){
	width: 25.97%;
	max-width: 266px;
	border-right: #999999 solid 1px;
}
nav.globalMenuPc ul li:nth-child(4){
	width: 23.63%;
	max-width: 242px;
}
nav.globalMenuPc ul li a {
    display: block;
	text-decoration: none;
}
nav.globalMenuPc ul li a img{
	max-width: 100%;
}

/* --------------------------------
 * コンテンツエリア全体のスタイル
 * -------------------------------- */
#contents{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0px;
}
div#contents section#point,
div#contents section#chara,
div#contents section#item,
div#contents section#play{
  margin-top: -50px;
  padding-top: 50px;/*ページ内リンク時のズレ調整*/
  padding-bottom: 50px;
}
div#contents section#point h2,
div#contents section#chara h2,
div#contents section#item h2,
div#contents section#play h2{
  width: 100%;
  height: 80px;
  background: url(../images/mainttl_bg.png) repeat-x center;
  background-size: contain;
  position: relative;
  z-index: 5;
}
div#contents section#point h2 img,
div#contents section#chara h2 img,
div#contents section#item h2 img,
div#contents section#play h2 img{
  display: block;
  width: 74.06%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}

/*==========================================
 コンテンツエリア -> ポイントのスタイル
===========================================*/
div#contents section#point ul{
  padding: 0px 10px;
}
div#contents section#point ul li{
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  text-align: center;
}
div#contents section#point ul li img{
  width: 100%;
}
div#contents section#point ul li:nth-child(5) img{
  display: block;/*SP画像表示*/
  background: #fff;/*PC画像削除*/
}

/*==========================================
 コンテンツエリア -> キャラクター紹介のスタイル
===========================================*/
div#contents section#chara h3{
	display: block;
	text-align: center;
	width: 100%;
	padding: 20px 10px 20px;
}
div#contents section#chara h3 img{
	width: 100%;
	max-width: 83.12%;/*266px*/
}
div#contents section#chara ul{
	padding: 0px 10px;
}
div#contents section#chara ul li{
	display: block;
	float: left;
	text-align: center;
	width: 50%;/*2列*/
	padding-bottom: 20px;
	text-align: center;
}
div#contents section#chara ul li img{
	width: 85%;/*320/272px*/
}

/*==========================================
 コンテンツエリア -> アイテム紹介のスタイル
===========================================*/
div#contents section#item h3{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
}
div#contents section#item h3 img{
	width: 100%;
	max-width: 73.75%;/*236px*/
}
/*スライダー設定*/
.slider{
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
.slider img{
	width: 100%;
	height: auto;
}
.slide-arrow{
  	position: absolute;
  	top: 103%;
}
img.prev-arrow{
  	left: 10px;
  	width: 35px;
  	height: 35px;
}
img.next-arrow{
  	right: 10px;
  	width: 35px;
  	height: 35px;
}

/*==========================================
 コンテンツエリア -> あそびかたのスタイル
===========================================*/
div#contents section#play ol{
	padding: 20px 10px;
	background: url(../images/sp/line.png) no-repeat center bottom;
	background-size: 94%;
}
div#contents section#play ol li{
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
div#contents section#play ol li div.stepimg{
	width: 37.5%;/*120px*/
	height: auto;
	display: block;
	float: left;
}
div#contents section#play ol li div.stepimg img{
	width: 100%;
}
div#contents section#play ol li div.txbox{
	width: 60%;
	float: right;
}
div#contents section#play ol li h3{
	background-color: #fff;/*pc用　background　ttl画像削除*/
}
div#contents section#play ol li h3 img{
	display: block;
	width: 100%;
	min-width: 182px;
	min-height: 24px;
}
div#contents section#play ol li p{
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 1.6rem;
	line-height: 2.0rem;
}
div#contents section#play ol li img.arws{
	display: block;
	width: 30px;
	height: auto;
	margin: 0 auto 20px;
}

/*==========================================
 コンテンツエリア -> ダウンロードのスタイル
===========================================*/
div#contents section#download h2{
	display: block;
	padding: 0px 20px;
}
div#contents section#download h2 img{
	display: block;
	width: 100%;
	/*width: 94.375%;302px*/
	text-align: center;
}
.foot_dl,
.foot_links{
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
}
.foot_app_icon{
	display: block;
	width: 50%;
	margin: 20px 120px 20px 70px;
}
.foot_app_icon img{
	width: 100%;
}
.foot_dl p{
	display: block;
	margin-top: 5px;
	text-align: left;
	line-height: 1.6rem;
}
.chara4_img{
	display: block;
	width: 92.81%;
	margin: 30px auto;
}
.foot_links{
    position: relative;
}
.foot_links p{
	display: block;
	float: left;
	width: 50%;/*2列*/
	min-width: 132px;
}
.foot_links p a img{
	width: 92%;
  display: block;/*SP用表示*/
}
.kaboo{
    position: relative;
    top: 6px;
    left: 0;
    width: 32%;
    margin: 0 auto;
  }
.kaboo img{
	width: 100%;
}

/* --------------------------------
 * フッターのスタイル
 * -------------------------------- */
.copy{
	text-align: center;
	margin: 10px auto;
}


/* タブレット向けのレイアウトの指定：481px～ */
@media screen and (min-width: 480px) {
	/* PC用画像を表示にする */
	.pc_head_appicon,
	.pc_nav_base,
	.pc_item_list{
		display: block;
	}
	/* SP用画像を非表示にする */
	.sp_nav_base,
	.sp_item_list{
 	 	display: none;
	}
	/*共通要素の設定変更*/
	.inner{
	  width: 100%;
	  max-width: 1024px;
	  margin: 0 auto;
	}

	/*トップに戻るボタン調整*/
  	#stage{
		margin-top: 0px;
		padding-top: 0px;
	}
	#page-top {
	    position: fixed;
	    bottom: 20px;
	    right: 20px;
		z-index: 10010;
	}
	#page-top a img{
		width: 100px;
	}

	/*ヘッダーのスタイル*/
	header{
    	margin-top: 0px;/*SP用nav分削除*/
	}
	header .inner{
	  width: 100%;
	  max-width: 1024px;
	  height: 100%;
	  max-height: 480px;
	  position: relative;
	  padding: 0 20px;
	}
	header h1{
	  margin:0 auto;
	  height: 0;
	  padding-top: 46.875%;/*480px÷1024px×100=46.875...% 高さ0に指定している代わりにpaddingで高さを出し、背景の表示領域を確保 可変 */
	  background: url(../images/mainimg.png) no-repeat center;
	  background-size: contain;
	}
	header h1 img{
	  display: none;
	}

	/*ダウンロードリンク ヘッダー内　設定変更*/
	.head_dl{
	  width: 46.875%;
	  max-width:480px;
	  height: 20.83%;
	  max-height: 100px;
	  position: absolute;
	  top: 74%;/*75*/
	  left: 2%;/*2*/
	}
	.pc_head_appicon{
	  display: block;
	  width: 20.83%;/*100/480*/
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.pc_head_appicon img{
	  width: 100%;
	  max-width: 100px;
	}
	.head_dl h2{
	  width: 80%;
	  position: absolute;
	  top: 3%;
	  left: 22%;
	}
	.head_dl h2 img{
	  width: 100%;
	}
	ul.store_links{
	  width: 80%;
	  position: absolute;
	  top: 45%;
	  left: 21%;
	}
	ul.store_links li{
	  float: left;
	  width: 50%;
	  text-align: center;
	}
	ul.store_links li img{
	  width: 85%;
	}

	/*コンテンツエリア全体　設定変更*/
	div#contents section#point,
	div#contents section#chara,
	div#contents section#item,
	div#contents section#play{
		margin-top: 0px;
		padding-top: 0px;/*ページ内リンク時のズレ調整*/
		padding-bottom: 50px;
	}
	div#contents section#point h2 img,
	div#contents section#chara h2 img,
	div#contents section#item h2 img,
	div#contents section#play h2 img{
		width: 32%;
		max-width: 320px;
	}

	/*コンテンツエリア　ポイント*/
	div#contents section#point ul{
		padding: 20px 12px 0px 0px;
		margin: 0 auto;
		width: 100%;
		max-width: 1024px;
		height: auto;
	}
	div#contents section#point ul li{
		display: block;
		float: left;
		width: 50%;/*2列*/
		margin-bottom: 20px;
	}
	div#contents section#point ul li:nth-child(5){
		width: 100%;
		height: 0;
		padding-top: 24.414%;
		background: url(../images/point05.png) no-repeat center top;
		background-size: 100%;
	}
	div#contents section#point ul li:nth-child(5) img{
		display: none;/*SP画像非表示*/
	}

	/*コンテンツエリア　キャラクター紹介*/
	div#contents section#chara .inner{
		padding: 40px 0px;
		position: relative;
	}
	div#contents section#chara h3{
		display: block;
		width: 34%;
		height: auto;
		position: absolute;
		top: -14%;/*-12.5*/
		right: 0;
		z-index: 100;
	}
	div#contents section#chara h3 img{
		width: 100%;
		/*max-width: 83.12%;266px*/
	}
	div#contents section#chara ul{
		padding: 0px;
	}
	div#contents section#chara ul li{
		display: block;
		float: left;
		width: 33.33%;/*3列*/
		padding-bottom: 40px;
		text-align: center;
	}
	div#contents section#chara ul li img{
		max-width: 302px;
	}

	/*コンテンツエリア　アイテム紹介*/
	div#contents section#item .inner{
		padding: 40px 10px;
		position: relative;
	}
	div#contents section#item h3{
		display: block;
		width: 40%;
		height: auto;
		position: absolute;
		top: -9%;
		right: 0;
		z-index: 101;
		text-align: right;
	}
	div#contents section#item h3 img{
		width: 100%;
		/*max-width: 83.12%;266px*/
		-ms-transform: rotate(10deg);
		-webkit-transform : rotate(10deg);
		transform : rotate(10deg);
	}
	div#contents section#item div.pc_item_list{
		text-align: center;
	}
	div#contents section#item ul{
		-js-display: flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1024px;
	}
	div#contents section#item ul li{
		display: block;
		width: 11.03%;/*9列*/
		margin-bottom: 14px;
	}
	div#contents section#item ul li img{
		width: 88.5%;
	}

	/*コンテンツエリア　あそびかた*/
	div#contents section#play .inner{
		padding: 40px 10px;
	}
	div#contents section#play ol{
		width: 87.89%;/*1024/900/*/
		max-width: 900px;
		min-width: 600px;
		margin: 0 auto;
		padding: 40px 40px 25px;
		background: #fff;
		border-radius: 30px;
		border : solid 5px #333;
		box-shadow: 3px 3px #999;
		text-align: center;
	}
	div#contents section#play ol li{
		display: block;
		margin-bottom: 15px;
		padding-left: 4%;/**/
	}
	div#contents section#play ol li div.stepimg{
		width: 30%;/**/
		max-width: 200px;
		height: auto;
		float: left;
		margin-right: 12px;
	}
	div#contents section#play ol li div.stepimg img{
		width: 100%;
	}
	div#contents section#play ol li div.txbox{
		float: right;
		width: 64.22%;
		max-width: 578px;
		text-align: center;
	}
	div#contents section#play ol li h3 img{
		display: none;	/*sp用　ttl画像非表示*/
	}
	div#contents section#play ol li h3.step1,
	div#contents section#play ol li h3.step2,
	div#contents section#play ol li h3.step3,
	div#contents section#play ol li h3.step4,
	div#contents section#play ol li h3.step5,
	div#contents section#play ol li h3.step6,
	div#contents section#play ol li h3.step7{
		width: 100%;
		height: 0;
		padding-top: 8.650%;
	}
	div#contents section#play ol li h3.step1{
		background: url(../images/step1_ttl.png) no-repeat center top;
		background-size: contain;
	}
	div#contents section#play ol li h3.step2{
		background: url(../images/step2_ttl.png) no-repeat center top;
		background-size: contain;
	}
	div#contents section#play ol li h3.step3{
		background: url(../images/step3_ttl.png) no-repeat center top;
		background-size: contain;
	}
	div#contents section#play ol li h3.step4{
		background: url(../images/step4_ttl.png) no-repeat center top;
		background-size: contain;
	}
	div#contents section#play ol li h3.step5{
		background: url(../images/step5_ttl.png) no-repeat center top;
		background-size: contain;
	}
	div#contents section#play ol li h3.step6{
		background: url(../images/step6_ttl.png) no-repeat center top;
		background-size: contain;
	}
	div#contents section#play ol li h3.step7{
		background: url(../images/step7_ttl.png) no-repeat center top;
		background-size: contain;
	}

	div#contents section#play ol li p{
		font-size: 2.0rem;
		line-height: 2.6rem;
	}
	div#contents section#play ol li img.arws{
		width: 58px;
		height: auto;
	}

	/*コンテンツエリア　ダウンロード*/
	div#contents section#download .inner{
		padding: 0px 10px 20px;
	}
	div#contents section#download h2{
		width: 100%;/*88.47*/
		max-width: 906px;
		height: 0;
		padding-top: 5.960%;
		background: url(../images/download_txt.png) no-repeat center top;
		background-size: contain;
		margin: 0 auto;
	}
	div#contents section#download h2 img{
		display: none;/*sp用非表示に*/
	}
	.foot_dl{
		width: 88.47%;/*906/1024*/
		padding: 0;
		margin: 20px auto 0;
	}
	.foot_app_icon{
		display: block;
		width: 30%;/*26.04*//***/
		max-width: 236px;
		float: left;
		padding: 0;
		margin-right: 4%;
		margin-left: 0;
		margin-top: 0;
	}
	.foot_app_icon img{
	    width: 100%;
	}
	ul.store_links2{
	    width: 66%;
	    float: left;
	}
  	ul.store_links2 li{
		float: left;
		width: 50%;
		max-width: 242px;
		padding-right: 30px;
	}
  	ul.store_links2 li img{
		width: 100%;
	}
  	.foot_dl p{
		display: block;
		margin: 10px 0;
		padding: 0;
		float: left;
		width: 66%;
		text-align: left;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
  	img.chara4_img{
		display: block;
		width: 85.54%;
		max-width: 876px;
	}
  	.foot_links{
		position: relative;
    }
  	.foot_links p{
		display: block;
		width: 50%;
	}
  	.foot_links p a img{
		width: 60%;
		margin: 0 auto;
	}
  	.kaboo{
		position: absolute;
		top: 47%;/***/
		left: 39.5%;/***/
		width: 22.22%;
		max-width: 200px;
		margin: 0 auto;
    }
  	.kaboo img{
		width: 100%;
    }
}

/* PC向けレイアウト(タブレット横の指定)768px～ 
@media screen and (min-width: 768px) {

}*/

/* PC向けレイアウトの指定：1024px以上では固定レイアウト */
@media screen and (min-width: 1024px) {
	/*トップに戻るボタン*/
	#page-top a img{
		width: 126px;
	}
	/*コンテンツエリア　ポイント*/
	div#contents section#point ul li:nth-child(5){
		width: 1024px;
		height: 250px;
		background: url(../images/point05.png) no-repeat center top;
	}
	/*コンテンツエリア　キャラクター紹介*/
	div#contents section#chara h3{
		position: absolute;
		top: -12%;
		right: 0;
	}
	/*コンテンツエリア　ダウンロード*/
	img.chara4_img{
		display: block;
		width: 876px;
		height: 282px;
	}
}
