@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;
	}

#bg {
	background-image: url("../../img/tsuriotsu/bg.jpg");
/*	background-repeat: repeat-y;*/
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #edf;
/*	-moz-background-size:160% 160%;
	background-size:160% 160%;*/
	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/tsuriotsu/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/tsuriotsu/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(252,82,133,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 #eab;
	background-color:rgba(255,225,232,0.7);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

.frame_box {
	margin: 0 auto;
	width: 920px;
	border:1px solid #c89;
	background-color:rgba(255,249,253,0.8);
	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 .storyboxt {
	position: relative;
	width: 900px;
	height: 500px;
	text-align: left;
	margin: 0 auto;
	background-image: url("../../img/tsuriotsu/tstory_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;

	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}

#story .storyboxs {
	position: relative;
	width: 900px;
	height: 1410px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	}

#story .storybox {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	}

#story .story_title {
	position: relative;
	font-size: 21px;
	color: #fa4174;
	line-height: 28px;
	height: 28px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	text-shadow: 1px 1px 1px #410;
	}

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

#story .tcg1 {
	position: relative;
	margin: 12px 0 0 10px;
	float: left;
	}

#story .tbox1 {
	position: relative;
	margin: 70px 0 0 10px;
	width: 480px;
	height: 400px;
	padding: 10px 12px 0;
	float: left;
	background-color: rgba(240,240,240,0.7);

	}

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

#story .sbox {
	position: relative;
	width: 900px;
	height: 780px;
	margin: 4px auto 0;
	text-align: left;
	background-image: url("../../img/tsuriotsu/story_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	}

#story .stxt {
	position: relative;
	text-align: left;
	line-height: 26px;
	top: 40px;
	left: 30px;
	width: 500px;
	height: 700px;
	}

#story .stxt p {
	padding: 0;
	color: #111;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 0px 1px #f35;
	}


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

#chara h1 {
	display: none;
	}

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

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

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

	background-image: url("../../img/tsuriotsu/chara_bg.jpg");
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #fff;

	overflow: hidden;
	}

#chara .h_box  {
	position: absolute;
	text-align: left;
	top: -12px;
	width: 590px;
	height: 72px;
	color: #ffffff;
	z-index: 1;
	background-color: rgba(255,124,146,0.9);
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;

	}

#chara .line {
	position: absolute;
	width: 560px;
	height: 2px;
	background-color: #fafafa;
	top: 46px;
	left: 20px;
	z-index: 2;
	}

#chara .name {
	position: absolute;
	margin: 0;
	width: 560px;
	height: 60px;
	line-height: 38px;
	font-size: 34px;
	z-index: 4;
	top: 0px;
	left: 30px;
	}

#chara .name p {
	padding: 8px 0 0;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .name_z {
	position: absolute;
	margin: 0;
	width: 200px;
	height: 60px;
	line-height: 38px;
	font-size: 22px;
	z-index: 4;
	top: 0px;
	left: 340px;
	}

#chara .name_z p {
	padding: 14px 0 0;
	color: #fff;
	text-align: left;
	//text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .kana_z {
	position: absolute;
	margin: 0;
	width: 200px;
	height: 60px;
	line-height: 16px;
	font-size: 12px;
	z-index: 4;
	top: 0px;
	left: 340px;
	}

#chara .kana_z p {
	padding: 4px 0 0 64px;
	color: #fff;
	text-align: left;
	//text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .name2 {
	font-size: 32px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .name3 {
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .kana {
	padding: 0 0 0 12px;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .kana2 {
	padding: 0 0 0 12px;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .cv {
	position: absolute;
	text-align: left;
	margin: 0;
	width: 300px;
	height: 40px;
	top: 61px;
	left: 60px;
	z-index: 4;
	}

#chara .cv p {
	padding: 10px 0 0 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	}

#chara .cg1pos01 {
	left: 450px;
	}
#chara .cg1pos02 {
	left: 485px;
	}
#chara .cg1pos03 {
	left: 520px;
	}
#chara .cg1pos04 {
	left: 440px;
	}
#chara .cg1pos05 {
	left: 460px;
	}
#chara .cg1pos06 {
	left: 460px;
	}
#chara .cg1pos07 {
	left: 475px;
	}
#chara .cg1pos08 {
	left: 460px;
	}
#chara .cg1pos09 {
	left: 470px;
	}
#chara .cg1pos10 {
	left: 440px;
	}
#chara .cg1pos11 {
	left: 450px;
	}
#chara .cg1pos12 {
	left: 440px;
	}

#chara .txt_bg {
	position: absolute;
	width: 510px;
	height: 390px;

	top: 75px;
	left: 10px;

	background-color: rgba(225,230,245,0.8);
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	z-index: 2;
	}

#chara .txt {
	position: absolute;
	width: 510px;
	height: 390px;
	text-align: left;
	line-height: 20px;

	top: 75px;
	left: 10px;

	z-index: 5;
	}

#chara .txt p {
	padding: 16px 16px 0;
	font-size: 15px;
	color: #000;
	font-weight: normal;

	}

#chara .spec_bg {
	position: absolute;
	margin: 0;
	width: 360px;
	height: 90px;
	top: 474px;
	left: 40px;
	z-index: 6;

	background-image: url("../../img/tsuriotsu/spec_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;

	overflow: hidden;
	}

#chara .spec_bg2 {
	position: absolute;
	margin: 0;
	width: 360px;
	height: 28px;
	top: 474px;
	left: 40px;
	z-index: 6;

	background-image: url("../../img/tsuriotsu/spec_bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;

	overflow: hidden;
	}

#chara .spec {
	position: absolute;
	margin: 0;
	text-align: left;
	width: 360px;
	height: 28px;
	line-height: 28px;

	top: 474px;
	left: 40px;

	z-index: 7;
	}

#chara .spec p {
	padding: 1px 0 0 60px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 1px #aaa;
	}

#chara .spech {
	position: absolute;
	margin: 0;
	text-align: center;
	width: 40px;
	height: 26px;
	line-height: 14px;

	top: 504px;
	left: 40px;

	padding: 9px 0 0;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	//text-shadow: 0px 0px 1px #aaa;

	z-index: 7;
	}

#chara .sh1 {
	left: 43px;
	}
#chara .sh2 {
	left: 86px;
	}
#chara .sh3 {
	left: 129px;
	}
#chara .sh4 {
	left: 172px;
	}
#chara .sh5 {
	left: 215px;
	width: 182px;
	}

#chara .specd_tx5 {
	position: absolute;
	margin: 0;
	text-align: center;
	width: 182px;
	height: 31px;
	line-height: 13px;

	top: 530px;
	left: 215px;

	padding: 10px 0 0;
	font-size: 13px;
	color: #ff7c92;
	font-weight: bold;

	//border: 1px solid #0f0;

	z-index: 7;
	}

#chara .specd {
	position: absolute;
	margin: 0;
	text-align: left;
	width: 40px;
	height: 31px;
	top: 530px;
	left: 40px;

	//border: 1px solid #0f0;

	z-index: 7;
	}
#chara .sd1 {
	left: 43px;
	}
#chara .sd2 {
	left: 86px;
	}
#chara .sd3 {
	left: 129px;
	}
#chara .sd4 {
	left: 172px;
	}


#chara .mes {
	position: absolute;
	margin: 0;
	text-align: left;
	width: 620px;
	height: 100px;
	line-height: 32px;

	top: 570px;
	left: -32px;

	background-color: rgba(255,124,146,0.9);
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	z-index: 7;
	}

#chara .mes p {
	padding: 6px 0 0 40px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	}

#chara .mes2 {
	position: absolute;
	margin: 0;
	text-align: left;
	width: 620px;
	height: 130px;
	line-height: 32px;

	top: 538px;
	left: -32px;

	background-color: rgba(255,124,146,0.9);
	border-radius:32px;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	z-index: 7;
	}

#chara .mes2 p {
	padding: 6px 0 0 40px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	}

/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#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;
	}

/*【ムービー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#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: #ff7c92;

	text-shadow: 1px 1px 0 #221;
	}
#product table {
	margin: 0 auto;
	}
#product th {
	border:1px solid #a73;
	}
#product td {
	border:1px solid #a73;
	}
#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 #555;
	background-color:rgba(255,190,200,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;
	}

