@charset "utf-8";


/*【全体の設定】
━━━━━━━━━━━━━━━━━━━━━━━*/
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;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	}

#bg {
	background-image: url("../../img/kotonoha/bg.gif");
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #edf;
	background-color: #f8eff3;
	-moz-background-size:2560px 1200px;
	background-size:2560px 1200px;
	width:100%;
	min-width: 980px;
	position: relative;
	}


#main {
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center top;
	}

/*【フォント】
━━━━━━━━━━━━━━━━━━━━━━━*/
@font-face {
	font-family: 'juliamo_c';
	src: url(./juliamo.woff) format('woff');
}
.juliamo_c {font-family: juliamo_c;}

/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	height: 100px;
	min-width: 980px;
	margin: 0 auto;
	background-image: url("../../img/kotonoha/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/kotonoha/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(250,60,130,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 #953;
	}

.frame_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 970px;
	border:2px solid #c48;
	background-color:rgba(250,245,255,0.8);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

.frame_box {
	margin: 0 auto;
	width: 920px;
	border:1px solid #a49;
	background-color:rgba(255,247,250,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;
	}

/*【インフォメーション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#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;
	}

#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: 26px;
	color: #dc1c87;
	line-height: 28px;
	height: 28px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	}

#story .tbox {
	position: relative;
	margin: 0 auto;
	text-align: left;
	}

#story .tcg1 {
	margin: 10px 20px 0 40px;
	float: left;
	border:3px solid #fff;
	}

#story .tbox1 {
	margin: 10px auto 0;
	width: 500px;
	height: 390px;
	padding-top: 20px;
	float: left;
	}

#story .tbox p {
	font-size: 17px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 0;
	font-weight: normal;
	}

#story .sbox {
	position: relative;
	width: 840px;
	height: 880px;
	margin: 14px auto 2px;
	text-align: left;
	background-image: url("../../img/kotonoha/story_bg.jpg");
	background-repeat: repeat-y;
	background-position: left 30%;
	border: 1px solid #aaa;
	}

#story .stxt {
	position: relative;
	margin: 240px 0 0 20px;
	text-align: center;
	line-height: 23px;
	width: 440px;
	height: 580px;
	background-color:rgba(255,255,255,0.7);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	}

#story .stxt p {
	padding: 40px 0 0;
	color: #211;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 0px 1px #e55;
	}

#story .sserif {
	position: absolute;
	margin: 0;
	left: 680px;
	top: 40px;
	}

#story .yougobox {
	position: relative;
	width: 880px;
	height: 230px;
	margin: 0 auto;
	text-align: left;
	background-image: url("../../img/kotonoha/ybg.gif");
	background-repeat: repeat;
	background-position: center center;
	background-color:rgba(255,255,255,0.4);
	border: 1px solid #922;
	}

#story .ytop {
	position: absolute;
	text-align: left;
	width: 880px;
	height: 35px;
	line-height: 20px;
	top: 0px;
	}

#story .ytop p {
	padding: 10px 0 0 50px;
	color: #722;
	color: #8c461e;
	color: #e10b6f;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 1px 0px 1px #a55;
	}

#story .ycg {
	position: absolute;
	top: 35px;
	left: 15px;
	border: 1px solid #baa;
	}

#story .ytxt {
	position: absolute;
	text-align: left;
	width: 350px;
	height: 180px;
	top: 35px;
	left: 520px;
	line-height: 20px;
	}

#story .ytxt p {
	padding: 4px 0 0 2px;
	color: #422;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 0px 0px #511;
	}

#story .ybottom {
	position: absolute;
	width: 880px;
	height: 40px;
	bottom: 0px;
	background-image: url("../../img/kotonoha/ybottom.png");
	background-repeat: no-repeat;
	background-position: center top;
	}

#story .yougoh2 {
	height: 330px;
	}

#story .ytxth2 {
	height: 280px;
	}

/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#chara {
	width: 980px;
	margin: 12px auto;
	}

#chara h1 {
	display: none;
	}

#chara .c_cg1 {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 3;
	top: 10px;
	left: 490px;
	}

#chara .c_cgbase {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 1;
	top: 390px;
	left: 510px;
	}

#chara .c_cg2 {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 3;
	top: 600px;
	left: 490px;
	}

#chara .c_cg3 {
	position: absolute;
	text-align: left;
	margin: 0;
	z-index: 4;
	top: 480px;
	left: 20px;
	}


#chara .chara_base {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 820px;

	border-top: 1px solid #a27;
	border-bottom: 1px solid #a27;

	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color: #fff;

	overflow: hidden;
	}

#chara .cbg01 {
	background-image: url("../../img/kotonoha/cbg01.png");
	}
#chara .cbg02 {
	background-image: url("../../img/kotonoha/cbg02.png");
	}
#chara .cbg03 {
	background-image: url("../../img/kotonoha/cbg03.png");
	}

#chara .h_box  {
	position: absolute;
	text-align: left;
	top: 0;
	width: 920px;
	height: 120px;
	color: #000;
	z-index: 1;
	}

#chara .f_box {
	position: absolute;
	text-align: left;
	bottom: 0;
	width: 920px;
	height: 36px;
	color: #000;
	z-index: 2;
	}

#chara .line {
	position: absolute;
	width: 540px;
	height: 2px;
	background-color: #fafafa;
	top: 64px;
	left: 20px;
	z-index: 2;
	}
#chara .name {
	position: absolute;
	margin: 0;
	width: 500px;
	height: 80px;
	line-height: 40px;
	z-index: 4;
	top: 0;
	left: 120px;
	}

#chara .name p {
	font-family:serif;
	padding: 12px 0 0;
	color: #fff;
	font-size: 48px;
	text-align: left;
	font-weight: normal;
	text-shadow: 1px 0px 1px #fff;
	}

#chara .kana {
	font-family:serif;
	font-size: 28px;
	font-weight: normal;
	text-shadow: 1px 0px 1px #fff;
	}

#chara .cv {
	position: absolute;
	text-align: right;
	margin: 0;
	width: 400px;
	height: 40px;
	top: 64px;
	left: 140px;
	z-index: 4;
	}

#chara .cv p {
	font-family:serif;
	padding: 10px 0 0 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 0px 1px #fff;
	}

#chara .cg1pos01 {
	left: 600px;
	}
#chara .cg1pos02 {
	left: 540px;
	}
#chara .cg1pos03 {
	left: 590px;
	}

#chara .cg2pos01 {
	left: 520px;
	}
#chara .cg2pos02 {
	left: 550px;
	}
#chara .cg2pos03 {
	left: 490px;
	}


#chara .bgcol01 {
	background-color: #fd9daf;
	}
#chara .bgcol02 {
	background-color: #68cbdf;
	}
#chara .bgcol03 {
	background-color: #a6d57c;
	}

#chara .col01 {
	color: #fd9daf;
	}
#chara .col02 {
	color: #68cbdf;
	}
#chara .col03 {
	color: #a6d57c;
	}

#chara .txt {
	position: absolute;
	width: 560px;
	height: 250px;
	text-align: right;
	line-height: 20px;
	z-index: 6;

	top: 140px;
	left:10px;

	}

#chara .txtpos02 {
	top: 170px;
	}

#chara .txt p {
	padding: 0;
	font-size: 20px;
	color: #520;
	text-shadow: 0px 0px 3px #888;
	}

#chara .spec {
	position: absolute;
	margin: 0;
	text-align: left;
	width: 340px;
	height: 110px;
	line-height: 21px;

	top: 310px;
	left: 220px;

	background-color: rgba(220,190,200,0.3);
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	z-index: 7;
	}

#chara .spec p {
	padding: 22px 0 0 22px;
	font-size: 14px;
	color: #520;
	text-shadow: 0px 0px 3px #888;
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 12px auto;
	}

#sample h1 {
	display: none;
	}

.sample_block {
	width: 900px;
	height: 98px;
	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;
	}

/*【ムービー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#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: #d38;
	text-shadow: 1px 1px 0 #734;
	}
#product table {
	margin: 0 auto;
	}
#product th {
	border:1px solid #bbd;
	}
#product td {
	border:1px solid #bbd;
	}
#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(180,50,130,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;
	}

