@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt,section,header,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: top;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
html,
body {
	height: 100%;	
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/bg02.png) no-repeat center top fixed;
	background: #FFF;
}


header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: url(../img/header_base.png) repeat-x center top;
	z-index: 9999;
}
div.header_inner {
	width: 1020px;
	margin: 0 auto;
	position: relative;
    padding: 0 20px;
}
div.header_inner h1 {
	position: absolute;
	top: 	4px;
	left: 0px;
}
div.header_inner #navigation {
	position: absolute;
	top: 12px;
	left: 264px; 
	width: 760px;	
}
#navigation li {
	list-style: none;
	float: left;
	margin-right: 2px;
	position: relative;	
}
#navigation li .new {
	position: absolute;
	top: -5px;
	right: -3px;
	z-index: 10;
}
#navigation li .cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* ==== INDEX 用 ========== */ 
.bn_area {
	clear: both;
	width: 1020px;
	margin: 0 auto;
}
.bn_area:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
ul.second li {
	list-style: none;
	float: left;
	margin: 0 0 10px;	
}
ul.second li:nth-child(odd) {
	clear: both;
}
ul.second li:nth-child(even) {
	float: right;
}

ul.second:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
ul.second {
	margin-bottom: 50px;
}

ul.bn_second {
    width: 1020px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.bn_second li {
    list-style: none;    
}


ul.third li {
	list-style: none;
	float: left;
	margin: 0 22px 10px 0;
	width: 325px;
}
ul.third li:nth-child(3n) {
	margin-right: 0;
}
ul.third li:nth-child(3n+1) {
	clear: both;
}
ul.third li img {
	width: 100%;
	height: auto;	
}

ul.bn_center {
	text-align: center;
	width: 500px;
	margin: 15px auto 0;
}

ul.bn_center li {
	display: block!important;
	float: none;
	margin-bottom: 10px;
	list-style: none;
}

/* センターバナー */
.center_bn {
    clear: both;
    text-align: center;
    margin-bottom: 10px;    
}


.log {
	height: 200px;
	background: url(../img/bg_log.png) repeat-x center 0;
	margin-bottom: 10px;
    min-width: 1100px;
}
.log_inner {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 45px;	
}
.log_inner .log_info {
	float: left;
	width: 100px;
}
.log_inner .topics {
	margin-left: 123px;
	width: 777px;
	height: 110px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.topics table {
	border-top: 1px dashed #0084ff;
}
.topics th,
.topics td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #0084ff;
	border-bottom: 1px dashed #0084ff;
}
.topics th {
	width: 1%;
	white-space: nowrap;
	padding: 10px 25px;
}
.topics td {
	padding: 10px;	
}
.topics td a {
	color: #00ffe4;
	text-decoration: underline;
}
.topics td a:hover {
	color: #00ffe4;
	text-decoration: none;
}

.masterup_base {
	width: 1000px;
	margin: 100px auto 0;
	height: 300px;
	position: relative;
}


.masterup_base .count_down_voice {
	position: absolute;
	top: 440px;
	left: 50px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	z-index: 100;
}
.masterup_base .masterup_btn {
	position: absolute;
	top: 817px;
	left: 15px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}


.masterup_base .shopping_btn {
	position: absolute;
	top: 900px;
	right: -59px;
}

.masterup_btn:hover img {
    padding-top: 2px;
    padding-left: 2px;
}
a.popup {
	outline: none;	
}


.count_down_voice:hover img {
	transform: translateX(1px) translateY(1px);
}

/* ==== // INDEX 用 ========== */ 

footer {
	background: url(../img/footer_base.png) repeat-x center top;
	height: 111px;
    min-width: 1100px;
	bottom: 0;
}
.footer_copybn {
	width: 460px;
	margin: 0 auto;
	padding-top: 19px;
	position: relative;
}
.footer_copybn  div.footer_bn {
	position: absolute;
	left: 259px;
	top: 34px;	
}


.bg_inner {
	width: 938px;
	min-height: 500px;
	margin: 170px auto 50px;
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(29,32,136,0.5);
	box-sizing: border-box;
	padding: 140px 0;
	position: relative;
}
.bg_inner .title {
	position: absolute;
	top: -15px;
	left: 19px;
}

/* ===================== 
	タテに並べる ver
===================== */
.cam {
	width: 782px;
	margin: 0 auto;
}

.cam .cam01 {
	margin-bottom: 50px;	
}

.cam .cam02 {
	margin-bottom: 20px;	
}
.cam .cam03 {
	margin-bottom: 10px;	
}
.cam .cam04 {
	margin-bottom: 5px;	
}


/* ===================== 
	キャラ一覧
===================== */
.chara_all1 {
	width: 784px;
	height: 997px;
	margin: -200px auto 0;
	position: relative;
}
.chara_all1 .chara_title {
	text-align: center;	
}
.chara_all1 .chara_all01 {
	position: absolute;
	top: 82px;
	left: 0;	
}
.chara_all1 .chara_all02 {
	position: absolute;
	top: 82px;
	left: 304px;	
}
.chara_all1 .chara_all03 {
	position: absolute;
	top: 82px;
	left: 546px;	
}


.chara_all2 {
	width: 784px;
	height: 940px;
	margin: 0 auto;
	position: relative;
}
.chara_all2 .chara_title {
	text-align: center;	
}
.chara_all2 .chara_all04 {
	position: absolute;
	top: 98px;
	left: 60px;
}
.chara_all2 .chara_all05 {
	position: absolute;
	top: 69px;
	left: 424px;
}



/* ===================== 
	キャラ詳細　チェンジ画像
===================== */

div.chara_detail {
	position: relative;	
}
.chara_detail .page_change {
	position: absolute;
	top: -120px;
	left: 500px;
}
.page_change li {
	list-style: none;
	float: left;
	margin-right: 4px;
 }


.chara_detail .img_text {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 10;
}
div.chara_detail  .chara_change {
	position: absolute;
	top: 0;
	left: 511px;
	z-index: 1;
}
.chara_change ul {
	position: relative;	
}
.chara_change ul li {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;	
}
.chara_b,
.chara_c,
.chara_d {
	display: none;	
}


div.chara_detail .btn_change {
	position: absolute;
	left: 799px;
	top: 197px;
	z-index: 100;
}
.btn_change li {
	list-style: none;
	margin: 0 0 12px;
}


div.chara_detail .voice_choice {
	position: absolute;
	left: 82px;
	top: 239px;
	z-index: 100;
}
.voice_choice li {
	list-style: none;
	margin-right: 6px;
	float: left;	
}

/* #################### */
    /* 190806 追加 */
/* #################### */

div.chara_detail_area .btn_change_a {
	position: absolute;
	left: 850px;
	top: 187px;
	z-index: 100;
}

.btn_change_a li {

	list-style: none;

	margin: 0 0 12px;

	cursor: pointer;

}

.chara_b,

.chara_c,

.chara_d {

	display: none;

}

/* #################### */
    /* 190808 追加 */
/* #################### */

/* キャラ1用 */
.chara01 .chara_a {
	left: -35px;
}
.chara01 .chara_b {
	left: -50px;
}
.chara01 .chara_c {
	left: -52px;
}
.chara01 .chara_d {
	left: -50px;
}

/* キャラ2用 */
.chara02 .chara_a {
	left: -100px;
}
.chara02 .chara_b {
	left: -80px;
}
.chara02 .chara_c {
	left: -100px;
}
.chara02 .chara_d {
	left: -80px;
}

/* キャラ3用 */
.chara03 .chara_a {
	left: -15px;
}
.chara03 .chara_b {
	left: -50px;
}
.chara03 .chara_c {
	left: -57px;
}
.chara03 .chara_d {
	left: -50px;
}

/* キャラ4用 */

.chara04 .chara_a {
	left: -15px;
}
.chara04 .chara_b {
	left: -15px;
}
.chara04 .chara_c {
	left: 0px;
}
.chara04 .chara_d {
	left: 0px;
}

.chara_left {
    z-index: 10!important;    
}
.chara_right {
    z-index: 1!important;    
}


.bg_inner .pagetop {
	position: absolute;
	right: 0;
	bottom: 0;	
}





/* センターバナー */
.center_bn {
	clear: both;
	text-align: center;
	margin-bottom: 10px;	
}

/* ページトップ */
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;	
}





/* ==================================== */
/* ==================================== */
/* ------ 190608 yam追加 ----- */

body#toppage {
	background: url(../img/bg_main.png) no-repeat center top;	
}
header {
	background: rgba(255,255,255,0.7);
	box-shadow:0px 0px 17px 8px #b0d6fb;
    height: 100px;}
/* #navigation ul li:nth-child(1):after,
#navigation ul li:nth-child(5):after{ 
	content: '';
	display: block;
	width: 60px;
	height: 20px;
	background: url(../img/new.png) no-repeat left top;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 10;
}
*/

.bn_wrapper {
	position: relative;	
}

.bn_wrapper .top_bn_area {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	
}

.top_bn_base {
	width: 1100px;
	margin: 0 auto;
	padding: 35px 45px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
	box-shadow:0px 0px 11px -1px #b7d1ff;
}
/* バナー 1行目*/
.bn01 {
	text-align: center;
	margin-bottom: 20px;	
}
/* バナー2コ用 */
.bn02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.bn03 {
	text-align: center;
}



img.peco:hover {
	transform: translate(1px, 1px);
}

/* ==================================== */
/* ==================================== */
/* ------ キャラクター 一覧 ----- */

body#character {
	background: url(../img/bg_sub.png) no-repeat center top fixed;	
}
.main_inner {
	width: 1000px;
	min-height: 500px;
	margin: 170px auto 50px;
	background: rgba(255,255,255,0.8);
	border:1px solid #5f78fb;
    box-shadow:0px 0px 5px 0px #ffbee2;
	box-sizing: border-box;
	padding: 15px 35px 140px;
	position: relative;
}

.title {
	margin: 0 0 25px;
}

.chara_center_title {
	text-align: center;
	margin: 0 0 60px;
}

.chara_list4 {
	width: 860px;
	height: 850px;
	margin: -30px auto 100px ;
	position: relative;
}
.chara_list4 .chara_thumb_01 {
	position: absolute;
	left: 352px;
	top: 0;
	z-index: 5;
}
.chara_list4 .chara_thumb_02 {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 5;
}
.chara_list4 .chara_thumb_03 {
	position: absolute;
	left: 610px;
	top: 0;
	z-index: 3;
}
.chara_list4 .chara_thumb_04 {
	position: absolute;
	left: 655px;
	top: 0;
	z-index: 1;
}


.chara_list2_a {
	width: 602px;
	height: 840px;
	margin: 0 auto 30px;
	position: relative;
}
.chara_list2_a .chara_thumb_01 {
	position: absolute;
	left: 0;
	top: 0;
}
.chara_list2_a .chara_thumb_02 {
	position: absolute;
	left: 313px;
	top: 0;
}



.chara_list2_b {
	width: 698px;
	height: 936px;
	margin: 0 auto 30px;
	position: relative;
}
.chara_list2_b .chara_thumb_01 {
	position: absolute;
	left: 0;
	top: 0;
}
.chara_list2_b .chara_thumb_02 {
	position: absolute;
	left: 349px;
	top: 0;
}

/* ==================================== */
/* ==================================== */
/* ------ 200520 yam追加 ----- */
.chara_list3 {
	width: 884px;
	height: 1153px;
	margin: -30px auto 100px ;
	position: relative;
}
.chara_list3 .chara_thumb_01 {
	position: absolute;
	left: 352px;
	top: 0;
	z-index: 5;
}
.chara_list3 .chara_thumb_02 {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 5;
}
.chara_list3 .chara_thumb_03 {
	position: absolute;
	left: 610px;
	top: 0;
	z-index: 3;
}
/* ==================================== */
/* ==================================== */

.chara_navi_header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
	position: relative;
}

.chara_navi_header .chara_navi {
	position: absolute;
	left: 280px;
}

.chara_navi li {
	list-style: none;
	float: left;	
}




.chara_detail_area {
	position: relative;
	height: 1400px;
}
.chara_detail_area .chara_left {
	position: absolute;
	left: 74px;
	top: 188px;
	z-index: 1;
}
.chara_detail_area .chara_right {
	position: absolute;
	left: 489px;
	top: 100px;
	z-index: 5;
}
.chara_detail_area .chara_btn_change,
.chara_detail_area .sv_choice {
   position: absolute;
   left: 88px;
   top: 260px;
   z-index: 1000;
   width: 350px;
}
.chara_btn_change li,
.sv_choice li {
   list-style: none;
   margin-right: 7px;
   float: left;
}

.chara_right ul {
	position: relative;	
}
.chara_right ul li {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;	
}
.chara_b,
.chara_c,
.chara_d {
	display: none;	
}


/* 01 */
.chara_detail_area.chara01 .chara_left {
	left: 74px;
	top: 90px;
	z-index: 1;
}
.chara_detail_area.chara01 .chara_right {
	left: 580px;
	top: 0px;
	z-index: 5;
}


/* 02 */
.chara_detail_area.chara02 .chara_left {
	left: 74px;
	top: 90px;
}
.chara_detail_area.chara02 .chara_right {
	left: 580px;
	top: 0px;
	z-index: 5;
}


/* 03 */
.chara_detail_area.chara03 .chara_left {
	left: 74px;
	top: 90px;
}
.chara_detail_area.chara03 .chara_right {
	left: 570px;
	top: 37px;
	z-index: 5;
}

/* 04 */
.chara_detail_area.chara04 .chara_left {
	left: 74px;
	top: 90px;
}
.chara_detail_area.chara04 .chara_right {
	left: 530px;
	top: 0px;
	z-index: 5;
}


/* 05 */
.chara_detail_area.chara05 .chara_left {
	left: 74px;
	top: 90px;
}
.chara_detail_area.chara05 .chara_right {
	left: 540px;
	top: 10px;
	z-index: 5;
}


/* 06 */
.chara_detail_area.chara06 .chara_left {
	left: 74px;
	top: 90px;
}
.chara_detail_area.chara06 .chara_right {
	left: 570px;
	top: 37px;
	z-index: 5;
}

/* 07 */
.chara_detail_area.chara07 .chara_left {
	left: 74px;
	top: 90px;
}
.chara_detail_area.chara07 .chara_right {
	left: 540px;
	top: 0px;
	z-index: 5;
}

/* 08 */
.chara_detail_area.chara08 .chara_left {
	left: 74px;
	top: 50px;
}
.chara_detail_area.chara08 .chara_right {
	left: 489px;
	top: 0px;
	z-index: 5;
}

/* #################### */
	/* story */
/* #################### */
.story {
	position: relative
	width: 847px;
	margin: 30px auto 0 ;
	text-align: center;
}

/* #################### */
	/* yoyaku */
/* #################### */
.yoyaku {
	position: relative
	width: 847px;
	margin: 70px auto 0;
	text-align: center;
	display: block;
}

.yoyaku99c {
	position: relative
	width: 847px;
	margin: 0px auto 50px;
	text-align: center;
	display: block;
}

/* #################### */
	/* spec */
/* #################### */
.spec_base {
	width: 720px;
	margin: 0 auto;
}
.spec_base table {
	border: 1px solid #FF5400;
	width: 100%;
	margin-bottom: 65px;
}
.spec_base caption {
	color: #FF5400;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: center;
}

.spec_base th,
.spec_base td {
	padding: 5px;
	border: 1px solid #3333ff;
	color: #3333ff;
	font-size: 13px;
	vertical-align: middle;
}

.spec_base th {
	width: 230px;
	text-align: center;
	background: #dae9ff;	
}
.spec_base td {
	background: #FFF;
	padding-left: 20px;
}
.spec_base td a {
	color: #00ffe4;
	text-decoration: underline;
}
.spec_base td a:hover {
	color: #00ffe4;
	text-decoration: none;
}
.spec_base td.wide {
	padding: 15px 5px 15px 20px;	
}

/* ###################### */
	/* scenery */
/* ###################### */
div.scenery_inner {
	padding-top: 17px;
}

.scenery {
	width: 902px;
	margin: 0 auto;
	text-align: center;	
}
.scenery p {
	margin: 0!important;
	padding: 0!important;	
}
.scenery img {
	vertical-align: top;	
}

/* #################### */
     /* canpaigh */
/* #################### */

.cam_base {
	width: 905px;
	margin: 0 auto;	
}
.cam01 {
	text-align: center;
	margin-bottom: 36px;	
}

.cam01b {
	text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.cam02 {
	text-align: center;
	margin-bottom: 80px;	
}

ul.bn_btn01 {
	width: 538px;
	height: 154px;
	margin: 0 auto;	
	margin-bottom: 80px;
}
ul.bn_btn01 li {
	list-style: none;
	float: left;
}
ul.bn_btn01 li.right {
	float: right;	
}

.btn_cam {
	text-align: center;
	margin-bottom: 76px;
}

textarea {
	width:100%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	min-height: 4em;
	font-size: 11px;
}

.end_text {
	width: 454px;
	height: 484px;
	margin: 0 auto;
	background: url(../img/cam02.png) no-repeat center top;
	box-sizing: border-box;
	padding: 87px 29px 19px;
}
.end_text .end_inner {
	background: #FFF;
	padding: 5px;
	box-sizing: border-box;
	height: 360px;
}
.end_inner .scroll {
	height: 350px;
	overflow: auto;
	box-sizing: border-box;
}

/* #################### */
	/* salespoint */
/* #################### */
.salespoint {
	width: 906px;
	margin: 0 auto;
	text-align: center;
}

.salespoint .salespoint_01 {
	padding-bottom: 70px;	
}
.salespoint .salespoint_02 {
	margin-bottom: 10px;	
}
.salespoint .salespoint_03 {
	margin-bottom: 10px;	
}
.salespoint .salespoint_04 {
	margin-bottom: 10px;	
}
.salespoint .salespoint_05 {
	margin-bottom: 50px;	
}

.mirei{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #d92e00;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
	
.misa{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#595959;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
	
.miu{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#51b600;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	}
.text01 {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	color: #333333;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* #################### */
	/* tokuten */
/* #################### */
.box_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 840px;
    margin: 0 auto;
}

.box_flex .detail {
   width: 407px;
   height: 583px;
   box-sizing: border-box;
   background: url(../img/tempo_03.png) no-repeat 0 0;
   text-align: center;
   padding: 18px 0 0;
   margin-bottom: 32px;
   position: relative;
}

.box_flex .detail .btn_dlcode {
	width: 280px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 63px;
}


.box_base {
	width: 840px!important;
	margin: 0 auto;	
}

.box_title {
	text-align: center;
	margin-bottom: 30px;	
}

.box_base .box {
	width: 407px;
	height: 583px;
	box-sizing: border-box;
	background: url(../img/tempo_03.png) no-repeat 0 0;
	text-align: center;
	padding: 18px 0 0;
	float: left;
	margin-bottom: 32px;
	margin-right: 0;
}

.box.right {
	float: right;	
}

.box .tokuten_img {
	text-align: center;
	margin-bottom: 45px;	
}

.box .tokuten_img2 {
	text-align: center;
	margin-bottom: -7px;	
}

.clear {
	clear: both;	
}

.boxbnr_base {
	clear: both;
	width: 910px;
	margin: 0 auto;	
}

.boxbnr3 {
    float: left;
    margin-right: 2px;
    margin-bottom: 50px;    
}

.boxbnr3.end {
    margin-right: 0;    
}
.flex_between {
    width: 906px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex_left {
   width: 604px;
   margin-left: 10px;
   display: -webkit-flex;
   display: flex;
}

/* #################### */
     /* loveero */
/* #################### */

div.box-title {
	clear: both;
	text-align: center;
}
div.box {
	float: left;
	margin: 0 23px 47px 0;
}
#wrapper div.box.first {
	clear: both;
}
#wrapper div.box.end {
	margin-right: 0;
}

.box_cg_base {
	width: 775px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}

/* #################### */
	/* loveero_window */
/* #################### */
div.inner_loveero {
	width: 778px;
	margin: 0 auto;
	min-height: 500px;
}
div.withbtn {
	margin-bottom: 30px;
	position: relative;
}
div.withbtn div.left_btn,
div.withbtn div.right_btn {
	position: absolute;
	top: 190px;
}
div.withbtn div.left_btn {
	left: -70px;
}
div.withbtn div.right_btn {
	right: -70px;
}
div.withbtn div.left_btn img:hover, div.withbtn div.right_btn img:hover, div.tolink img:hover {
	position : relative;
	top : 1px;
	left : 1px;
}
div.text_box {
    width: 747px;
    height: 309px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: url(../img/bg_text.png) no-repeat 0 0;
    display: block;
	margin: 0 auto 20px;
	padding: 10px 10px 20px 10px;
	box-sizing: border-box;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

div.tolink {
    text-align: center;
}

/* #################### */
     /* info */
/* #################### */
.info_inner {
	width: 1000px;
	margin: 170px auto 50px;
	background: rgba(255,255,255,0.8);
	border:1px solid #5f78fb;
    box-shadow:0px 0px 5px 0px #ffbee2;
	box-sizing: border-box;
	padding: 100px 140px 140px;
	position: relative;
	font-size: 16px;
	color: #2b4fff;
	line-height: 1.8;
}
.info_title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}
.info_inner p {
	margin-bottom: 20px;
}
.info_subtitle {
	font-weight: bold;
	margin-bottom: 30px;
	padding: 30px 0px;

}
.info_footer {
	padding-top: 60px;
	text-align: right;
	padding: 40px 30px 0px; 

}

/* ###################### */
	/* dl movie */
/* ###################### */
.movie-base {
    width: 828px;
    height: 478px;
    background: url(../img/waku.png) no-repeat 0 0;
    margin: 0 auto;
	box-sizing: border-box;
	padding-top: 12px;
	padding-left: 14px;
}
.movie-base iframe {
	width: 800px;
	height: 450px;	
}
.div.img_center{
  text-align: center;
}

/* twitterボタン hover*/
.twitter_follow_btn {
	margin: 0 auto 76px;
	width: 454px;
	height: 83px;
}
.twitter_follow_btn strong {
	visibility: hidden;
}
.twitter_follow_btn a {
	width: 454px;
	height: 83px;
	display: block;
	text-decoration: none;
	background: url(../img/btn_cam.png) no-repeat 0 0;	
}
.twitter_follow_btn a:hover {
	background: url(../img/btn_cam_q.png) no-repeat 0 0;	
}



/* #################### */
     /* page top */
/* #################### */

#scrollUp {
	bottom: -10px;
	right: 10px;
	width: 60px;
	height: 30px;
	padding: 5px 3px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #333;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #CCC;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
}
	#scrollUp:hover {
		bottom: 0px;
	}

/* 干渉回避、最下部に記載 */
@media(max-width: 1000px) {
.main_inner,
.chara_inner {
    margin-left: 50px;
    margin-right: 50px;
}
}
