@charset "utf-8";

@font-face{ 
	font-family: "subset";
	src: url("./NotoSerifCJKjp-Bold.woff") format("woff");
}

/*【全体の設定】
━━━━━━━━━━━━━━━━━━━━━━━*/
html {
	height: 100%;
	}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	}

body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
	height: 100%;

	background-image: url("../../img/sorceryjokers/bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
//	background-attachment: fixed;
	background-size: center/cover;
	background-color: #a3768e;
*/
  -webkit-background-size:cover;/*Android4*/
  }
#bg {
/*
	background-image: url("../../img/sorceryjokers/bg.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000;
*/
	width:100%;
	min-width: 980px;
	position: relative;
	}


#main {
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center top;
	}


/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	height: 100px;
	min-width: 980px;
	margin: 0 auto;
	background-image: url("../../img/sorceryjokers/bg_header.png");
	background-repeat: no-repeat;
	background-position: center top;
	}
#page_header_wrapper {
	width:980px;
	margin: 0 auto;
	position: relative;
/*	z-index: 1;*/
	}
#page_header h1 {
	float: left;
	left: 12px;
	top: 0px;
	position: relative;
	}
#page_header_string {
	float: left;
	margin: 12px 0 0 20px;
	position: relative;
	}
#page_header_twitter {
	position: absolute;
	float: right;
	right: 16px;
	top:56px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 980px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/sorceryjokers/bg_footer.png");
	background-repeat: no-repeat;
	background-position: center top;
	}
#page_footer p {
	width: 600px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
/*	text-shadow: 0px 0px 2px #005;*/
	font-weight: nomal;
	color: #fff;
	font-size: 19px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:980px;
	text-align: center;
	margin: 8px auto 0;
	position: relative;
	}

#top_image .top_border {
	border: 3px solid #fff;
	}

#top_image .img_copy {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	}

.f_clear {
	clear: both;
	}

.blank1 {
	clear: both;
	width: 800px;
	height: 8px;
	margin: 0 auto;
	}

.blank2 {
	clear: both;
	width: 800px;
	height: 16px;
	margin: 0 auto;
	}

.captionbar {
	clear: both;
	width: 540px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
	background-color:rgba(136,39,89,1.0);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	}

.captionbar p {
	color: #fff;
	font-size: 24px;
	padding: 8px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #952;
	}

.frame_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 970px;
	border:2px solid #b95987;
	background-color:rgba(196,163,180,0.9);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

.frame_box {
	margin: 0 auto;
	width: 920px;
	border:1px solid #c69;
	background-color:rgba(255,250,255,1.0);
	background-color:rgba(255,255,255,1.0);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 980px;
	margin: 12px auto;
	}
.store h1 {
	display: none;
	}

.store_box {
	position: relative;
	margin: 12px auto 0;
	text-align: center;
/*	width: 800px;*/
	width: 910px;
	height: 110px;
	}
.android {
/*
	position: absolute;
	text-align: center;
	top: 0px;
	left: 36px;
*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 450px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
/*
	position: absolute;
	text-align: center;
	top: 0px;
	left: 400px;
*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 450px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

.iphone_center {
	position: relative;
	text-align: center;
	}

.iphone_center .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

.android_center {
	position: relative;
	text-align: center;
	}

.android_center .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}


#moeapp_store {
	width: 980px;
	margin: 12px auto;
	}
#moeapp_store h1 {
	display: none;
	}

#moeapp_dl {
	margin: 12px auto 8px;
	}

#moeapp_dl .button {
	margin: 0 4px;
	}


#moeapp_text {
	width: 900px;
	height: 76px;
	margin: 8px auto 0;
	position: relative;
	text-align: center;

	}

#moeapp_text p {
	color: #000;
	font-size: 20px;
	padding: 2px 0px;
	line-height: 26px;
	text-shadow: 1px 0px 0px #aaa;
	}

#moeapp_text2 {
	width: 900px;
	height: 50px;
	margin: 8px auto;
	position: relative;
	text-align: center;
	}

#moeapp_text2 p {
	color: #000;
	font-size: 20px;
	padding: 2px 0px;
	line-height: 26px;
	text-shadow: 1px 0px 0px #aaa;
	}

#moeapp_text2 .red {
	color: #f00;
	text-shadow: 1px 0px 0px #faa;
	}

#moeapp_text a:visited {
	font-weight: bold;
	text-shadow: 1px 0px 0px #aaa;
	}

/*【キャンペーン】
━━━━━━━━━━━━━━━━━━━━━━━*/
#campaign {
	width: 980px;
	margin: 8px auto;
}
#campaign h1 {
	display: none;
	}

#campaign .camp {
	position: relative;
	width: 900px;
/*	height: 52px;*/
	margin: 10px auto 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-shadow: 1px 0px 0px #000;
	}
#campaign .camp1_caption {
	position: relative;
	font-size: 20px;
	text-shadow: 0px 0px 0px #000, 1px 0px 0px #000;
	width: 900px;
	height: 70px;
	margin: 20px auto 20px;
	line-height: 24px;
	}
#campaign .camp1 {
	position: relative;
	width: 900px;
	height: 40px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 22px;
	margin: 4px auto 4px;
	}
#campaign .camp1_table {
	position: relative;
	width: 800px;
	height: 106px;
	margin: 0 auto 4px;
	text-align: center;
	font-size:18px;
	line-height: 28px;
	}

#campaign .camp2_caption {
	position: relative;
	font-size: 24px;
/*	text-shadow: 0px 0px 0px #000, 1px 0px 0px #000;*/
/*	width: 900px;*/
/*	height: 45px;*/
	margin: 20px auto 20px;
	line-height: 24px;
	font-family: "subset";
	/*text-decoration: underline;*/
	display: inline-block;
	border-bottom: 2px solid #4ac6a8;
	}

.camp2_caption img{
	vertical-align:text-bottom;
	margin:0px 20px 2px 0px;
	}

#campaign .camp2 {
	position: relative;
	width: 900px;
	height: 92px;
	margin: 5px auto;
	font-size: 18px;
	line-height: 22px;
	margin: 4px auto 4px;
	}
#campaign .camp_button {
	position: relative;
	width: 800px;
	height: 52px;
	background-color:#e675bd;
	margin: 2px auto 5px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;

	text-shadow: 1px 1px 1px #033;
/*
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
*/
	}


/*【インフォメーション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#information {
	width: 980px;
	margin: 12px auto;
}

#information h1 {
	display: none;
	}

#information .text_box {
	overflow:auto;
	margin: 12px auto;
	text-align: left;
	width: 880px;
	height: 76px;
	background-color:#fff;
	border: 1px solid #eee;
	}

#information .text_box p {
	font-size: 18px;
	color: #222;
	text-shadow: 0px 0px 1px #aaa;
	line-height: 31px;
	margin: 3px 0;
	padding: 4px 10px 4px;
	}

/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 980px;
	margin: 12px auto;
	}

#story h1 {
	display: none;
	}

#story .storybox {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	}

#story .story_title {
	position: relative;
	font-size: 24px;
	color: #ec3ca7;
	line-height: 24px;
	height: 26px;
	margin: 0 auto 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	text-shadow: 0px 0px 1px rgba(100,0,0,0.4);
	}

#story .tbox_bg {
	position: relative;
	width: 900px;
	margin: 4px auto 0;

	background-image: url("../../img/sorceryjokers/tstory_bg.jpg");
	background-repeat: no-repeat;
	background-position: center 10%;
//	overflow: hidden;
	}


#story .tbox {
	position: relative;
	margin: 0 auto;
	text-align: left;
	}

#story .tcg1 {
	margin: 0 0 0 0;
	float: left;
//	border:1px solid #ccf;
	}

#story .tcg2 {
	margin: 10px 30px 10px 0;
	float: right;
	border:2px solid #fff;
	}

#story .tbox1 {
	margin: 80px 10px 0 0;
	width: 520px;
	height: 410px;
	padding-top: 0;
	float: right;
	text-align: center;
//	border:1px solid #ccf;
	}

#story .tbox p {
	font-size: 16px;
	color: #701;
	text-shadow: 0px 0px 1px #62a;
	line-height: 24px;
	margin: 0;
	padding: 14px 10px;
	font-weight: normal;
	background-color:rgba(255,255,255,0.9);
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	}

#story .sbox {
	position: relative;
	width: 900px;
	height: 1400px;
	margin: 4px auto 0;
	text-align: left;
	background-image: url("../../img/sorceryjokers/story_bg.jpg");
	background-repeat: no-repeat;
//	background-position: center 80%;
	border:1px solid #fcc;
	overflow: hidden;
	}

#story .sboxa {
	position: relative;
	width: 900px;
	height: 1400px;
	background-color:rgba(255,255,255,0.5);
	}

#story .stxt {
	position: absolute;
	margin: 0 auto;
	top: 25px;
	left: 30px;
	line-height: 24px;
	text-align: left;
	width: 840px;
	height: 1370px;
	z-index: 3;
//	border: 1px solid #f00;
	}


#story .stxt p {
	color: #002;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0px 0px 1px #a00;
	}

#story .stxt b {
	font-weight: bold;
	}

#story .stb {
	color: #00a;
	font-size: 22px;
	text-shadow: 0px 0px 2px #a00;
	}

#story .stb::before {
	content:"　";
	}

/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#chara {
	width: 980px;
	margin: 12px auto;
	}

#chara h1 {
	display: none;
	}

#chara .c_cg1 {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 5;
	top: 0px;
	left: 0px;
	}

#chara .chara_base {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 660px;

	border-top: 1px solid #a27;
	border-bottom: 1px solid #a27;

	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;

	overflow: hidden;

	background-color: #c7f3fc;

	}

#chara .cbg01 {
	background-image: url("../../img/sorceryjokers/chara_bg.jpg");
	}
#chara .cbg02 {
	background-image: url("../../img/sorceryjokers/chara_bg.jpg");
	}

#chara .h_box  {
	position: absolute;
	text-align: left;
	top: 0;
	width: 920px;
	height: 88px;
	z-index: 1;
	color: #000;
	background-image: url("../../img/sorceryjokers/chara_header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	}

#chara .f_box {
	position: absolute;
	text-align: left;
	bottom: 0;
	width: 920px;
//	height: 56px;
	color: #000;
	z-index: 2;
	}

#chara .nbox {
	position: relative;
	width: 460px;
	height: 88px;
	margin: 0 0 0 10px;
	z-index: 2;
	}

#chara .nbp2 {
	margin: 0 0 0 440px;
	}

#chara .line {
	position: absolute;
	width: 460px;
	height: 2px;
	background-color: #fafafa;
	top: 47px;
	left: 10px;
	z-index: 2;
	box-shadow: 0px 0px 3px rgba(255,255,255,1);
	}

#chara .name {
	position: absolute;
	margin: 0;
	width: 460px;
	height: 80px;
	line-height: 36px;
	z-index: 4;
	top: 12px;
	left: 20px;
	}

#chara .name p {
//	font-family:serif;
	font-size: 34px;
	padding: 0px 0 0;
	color: #a9f9d8;
	color: #fff;
	text-align: left;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgba(0,190,40,0.9), 0px 0px 2px rgba(20,190,40,0.9);
	text-shadow: 0px 0px 4px rgba(0,120,20,0.9), 0px 0px 4px rgba(0,120,20,0.9);
	}

#chara .kana {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
//	text-shadow: 0px 0px 3px rgba(255,255,200,1);
	}

#chara .cv {
	position: absolute;
	text-align: right;
	margin: 0;
	width: 280px;
	height: 40px;
	top: 48px;
	right:80px;
	z-index: 4;
	}

#chara .cvpos1 {
	right:16px;
	}
#chara .cvpos2 {
	right:120px;
	}
#chara .cvpos3 {
	right:220px;
	}

#chara .cv p {
//	font-family:serif;
	padding: 10px 0 0 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 0px 1px rgba(60,120,240,0.9), 0px 1px 1px rgba(60,120,240,0.9), 1px 1px 1px rgba(60,120,240,0.9), 0px 0px 1px rgba(60,120,240,0.9);
//	text-shadow: 0px 0px 4px rgba(0,150,40,0.9), 0px 0px 4px rgba(20,140,40,0.9);
	}

#chara .cg1pos01 {
	left: 430px;
	}
#chara .cg1pos02 {
	left: 0px;
	}
#chara .cg1pos03 {
	left: 480px;
	}
#chara .cg1pos04 {
	left: -145px;
	}
#chara .cg1pos05 {
	left: 480px;
	}
#chara .cg1pos06 {
	left: 60px;
	}
#chara .cg1pos07 {
	left: 340px;
	}
#chara .cg1pos08 {
	left: -40px;
	}
#chara .cg1pos09 {
	left: 430px;
	}
#chara .cg1pos10 {
	left: -25px;
	}
#chara .cg1pos11 {
	left: 400px;
	}
#chara .cg1pos12 {
	left: -30px;
	}


#chara .bgcol01 {
	background-color: #579ae4;
	}
#chara .bgcol02 {
	background-color: #9682cf;
	}

#chara .col01 {
	color: #bcae50;
	}
#chara .col02 {
	color: #68cbdf;
	}
#chara .col03 {
	color: #a6d57c;
	}

#chara .txt {
	position: absolute;
	width: 470px;
	height: 400px;
	text-align: left;
	line-height: 21px;
	z-index: 6;

	top: 200px;
	}

#chara .tl {
	left:10px;
	}

#chara .tr {
	right:10px;
	}


#chara .txt p {
	padding: 16px 14px 14px;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px 0px 1px #f22;
	text-shadow: 1px 0px 1px #411;

	background-color: rgba(20,100,140,0.7);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	}

#chara .txtb {
	font-size: 21px;
	line-height: 27px;
	}

#chara .spec {
	position: absolute;
	margin: 0;
	text-align: left;
	width: 470px;
	height: 70px;
	line-height: 21px;

	top: 120px;

	background-color: rgba(20,80,80,0.5);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	z-index: 7;
	}

#chara .sl {
	left:10px;
	}

#chara .sr {
	right:10px;
	}

#chara .sy {
	top: 434px;
	height:224px;
	}

#chara .sy2 {
	top: 478px;
	height:180px;
	}

#chara .spec p {
	padding: 4px 0 0 8px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	}

#chara .mes {
	position: absolute;
	margin: 0 auto;
	width: 920px;
	height: 54px;
	line-height: 24px;

	bottom: 20px;

	z-index: 10;
	}

#chara .mes p {
	padding: 16px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(50,20,0,0.9);
	}
#chara .mes span {
	padding: 5px;
	background-color: rgba(50,140,110,0.8);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

#chara .mr {
	text-align: right;
	}
#chara .ml {
	text-align: left;
	}

/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 12px auto;
	}

#sample h1 {
	display: none;
	}

.sample_block {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	}

.sample_block .tm {
	margin: 0 10px;
	}

.sample_block a img {
	border: 1px solid #fff;
	opacity: 1;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	transition: all 0.2s linear 0;
	}
.sample_block a:hover img {
	border: 1px solid #f00;
	opacity: 0.8;
	}

/*【システム説明】
━━━━━━━━━━━━━━━━━━━━━━━*/
#system {
	width: 980px;
	margin: 12px auto;
	}

#system h1 {
	display: none;
	}

#system .epjump {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 1510px;
	}

#system .epjump p {
	line-height: 24px;
	color: #000;
	font-size: 20px;
	padding: 10px 0 10px 0;
	}

#system .system_title {
	position: relative;
	font-size: 24px;
	color: #ec3ca7;
	line-height: 24px;
	height: 26px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	text-shadow: 0px 0px 1px rgba(100,0,0,0.4);
	}

/*【ムービー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#movie {
	width: 980px;
	margin: 12px auto;
	}

#movie h1 {
	display: none;
	}

#movie .t_title {
	position: relative;
	width: 900px;
	height:110px;
	margin: 14px auto 0;
	padding: 0;
	text-align: center;
	}

#movie .t_title p {
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #0060ff;
	text-shadow: 1px 1px 1px #831;
	}

#movie .m_box {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(150,36,255,0.3);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 0px;
	display: none;
	z-index: 10;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 900px;
	margin: 0 auto 0;
	padding: 0 0 24px;
	background: transparent;
	font-size: 20px;
	line-height: 21px;
	color: #fff;
	}
#product h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #a79;
	text-shadow: 1px 1px 0 #317;
	}
#product table {
	margin: 0 auto;
	}
#product th {
	border:1px solid #952;
	}
#product td {
	border:1px solid #952;
	}
#product td {
	padding: 4px 10px;
	font-size: 18px;
	color: #000;
	text-shadow: 1px 1px 1px #aaa;
	background-color: rgba(255,255,255,0.9);
	}

#product th {
	text-align: right;
	width: 180px;
	padding: 4px 6px 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #033;
	background-color:rgba(170,100,120,0.9);
	}

#product .model {
	width: 330px;
	}


/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 12px auto;
	}
#inst h1 {
	display: none;
	}

#inst .title {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	}

#inst .dl {
	margin: 12px auto 8px;
	}

#inst .dl_button {
	margin: 0 8px;
	}

#inst_android {
	display:inline;
	}
#inst_other {
	display:inline;
	}

#inst_qr {
	position: relative;
	background:#fff;
	margin: 0 auto;
	text-align: center;
	padding:0;
	width: 500px;
	height: 440px;
	line-height: 14px;
	border:1px solid #aaa;
	}

#inst_qr .titleimg {
	margin: 0 auto;
	padding:0;
	}

#inst_qr .qr {
	position: relative;
	margin: 0 auto;
	padding:0;
	width: 400px;
	height:140px;
	}
#inst_qr .qrimg {
	position: relative;
	width:135px;
	height:135px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	float:left;
	}

#inst_qr .qrtext {
	position: relative;
	text-align: left;
	width:240px;
	height:135px;
	margin: 0 auto;
	padding:20px 0 0;
	line-height: 20px;
	float:left;
	}

.apk_inst_qr {
	}

.apk_inst_qr a:hover img {
//	border: 1px solid #000;
//	opacity: 0.8;
	}

.b_button {
	margin: 16px auto 20px;
	}

