body{
	background-color:#fff0f4;
}
.container{
    background: url("../images/top/pc/pcbg.png") repeat-y;
    width: 1400px;
    margin: 0 auto;
    position:relative;
}
/* トップの飾り */
.img_top_logo{
    position:absolute;
    left:0;
    top:0;
}
.main{
    background: url("../images/top/pc/img_main.png") no-repeat;
    background-size:100%;
    overflow:hidden;
}
.top_content{
    margin-left: 130px;
}
/* 左側コンテンツ */
.top_left_content{
    width:270px;
    float:left;
    margin-top:42px;
}
/* youtube */
.movie_list li{
    position:relative;
}
.movie_list li .img_movie{
    width:260px;
    margin-top:27px;
    margin-left:8px;
}
.movie_list li .frm_movie{
    width:265px;
    position:absolute;
    top:0;
    left:0;
}
.colorbox-youtube{
    display:block;
}
/* アプリ情報 */
.appli_info_wrap{
    background: url("../images/top/pc/appli_info_base_2.png") no-repeat;
    background-size:262px;
    width:268px;
    height:375px;
    margin:0 auto;
    position:relative;
}
.appli_info{
    width:244px;
    font-size:6px;
    position:absolute;
    top:56px;
    left:23px;
}
.appli_info li{
    height:28px;
    float:left;
    color:#c04e62;
    font-size:11px;
    padding-left:6px;
    width:206px;
}
.appli_info li span.left{
	display:inline-block;
    font-weight:bold;
}
.appli_info li span.right{
	display:inline-block;
    float:right;
	text-align:right;
}
.appli_info li:first-child{
    height:47px;
}
.appli_download_link {
    text-align:center;
    position:absolute;
    top:274px;
    left:0;
    right:0;
}
.appli_download_link img{
    height:34px;
    margin: 2px;
}
.appli_download_link a{
    text-decoration:none;
}
/* 右側コンテンツ */
.top_right_content{
    width:245px;
    float:right;
    margin-top:42px;
}
.now_project{
    background: url("../images/top/pc/ico_now_project_on.png") no-repeat;
    background-size:100%;
    width:190px;
    height:190px;
    text-indent:-9999px;
    display:inline-block;
}
.now_project:hover{
    background: url("../images/top/pc/ico_now_project_off.png") no-repeat;
    background-size:100%;
}
.ico_line_official{
    background: url("../images/top/pc/ico_line_on.png") no-repeat;
    background-size:100%;
    width:134px;
    height:134px;
    text-indent:-9999px;
    display:inline-block;
    margin-left:47px;
}
.ico_line_official:hover{
    background: url("../images/top/pc/ico_line_off.png") no-repeat;
    background-size:100%;
}
.ico_real_event{
    background: url("../images/top/pc/ico_real_event_on.png") no-repeat;
    background-size:100%;
    width:134px;
    height:134px;
    text-indent:-9999px;
    display:inline-block;
    margin-left:47px;
}
.ico_real_event:hover{
    background: url("../images/top/pc/ico_real_event_off.png") no-repeat;
    background-size:100%;
}
.logo{
    width:211px;
}
/* ページ下部コンテンツ */
.bottom_content{
    clear:both;
    width:1150px;
    margin:0 auto;
}
/* ページ下部左側 */
.bottom_left_content{
    float:left;
    width:300px;
}
.twitter_wrap{
    background: url("../images/top/pc/frame_twitter.png") no-repeat;
    background-size:100%;
    height:378px;
    position:relative;
}
.twitter_content{
    background:#fff;
    position:absolute;
    top:60px;
    left:21px;
}
.social_link{
    text-align:center;
}
.social_link img{
    height:74px;
}
/* ページ下部右側 */
.bottom_right_content{
    float:left;
    width:850px;
}
.news_list{
    overflow:hidden;
	position:relative;
	z-index:2;
}
.news_list li{
    background: url("../images/top/pc/news_base.png") no-repeat;
    background-size:100%;
    float:left;
    width:258px;
    height:258px;
    overflow:hidden;
    margin-left:24px;
    margin-top:24px;
}
.news_list li a{
    background: url("../images/top/pc/news_on.png") no-repeat;
    background-size:100%;
    width:258px;
    height:258px;
    display:inline-block;
    text-decoration:none;
    color:#fff;
	text-shadow: #ffabab 1px 1px 0px, #ffabab -1px 1px 0px,
                 #ffabab 1px -1px 0px, #ffabab -1px -1px 0px;
}
.news_list li a:hover{
    background: url("../images/top/pc/news_off.png") no-repeat;
    background-size:100%;
}
.news_text{
    margin-top:169px;
    margin-left:25px;
    margin-right:25px;
    height:77px;
    overflow: hidden;
    line-height:20px;
}
.more_info{
    text-align:center;
    margin-top:10px;
    margin-bottom:30px;
}
.footer_content{
    background: url("../images/common/pc/footer_banner_base.png");
    background-size:100%;
    width:1400px;
    padding-top:0px;
    margin: 0px auto 0 auto;
	height: 100px;
}
/* ボトムの飾り */
.img_bottom_wave{
    position:absolute;
    right:0;
    bottom:-50px;
}
.back_to_top{
    background: url("../images/top/pc/ico_backto_top_off.png") no-repeat;
    background-size:100%;
    width:134px;
    height:84px;
    text-indent: -9999px;
	position:absolute;
	bottom:-17px;
	right:129px;
}
.back_to_top:hover{
    background: url("../images/top/pc/ico_backto_top_on.png") no-repeat;
    background-size:100%;
}
.img_main{
	width:100%;
}
.page_header{
	margin-bottom:-7px;
}
.bt_play{
	position:absolute;
	top:93%;
	left:36%;
}
.relative{
	position:relative;
}
.main_img{
	position:absolute;
	top:16%;
	left:27%;
	width:100%;
}
.gallery_img{
	position:absolute;
	top:3%;
	left:17%;
	width:66%;
}
.gallery_img a{
    background-size:100%;
    display:inline-block;
    text-decoration:none;
}
.gallery_img a:hover{
    background: url("../images/gallery/sample_on.png") no-repeat;
    background-size:100%;
	z-index:100;
}
.action_pop{
	text-indent: -9999px;
}
#sample1{
	position:absolute;
	top:1%;
	left:0%;
	width:9%;
	height:90%;
}
#sample2{
	position:absolute;
	top:1%;
	left:9.2%;
	width:9%;
	height:90%;
}
#sample3{
	position:absolute;
	top:1%;
	left:18.2%;
	width:9%;
	height:90%;
}
#sample4{
	position:absolute;
	top:1%;
	left:27.3%;
	width:9%;
	height:90%;
}
#sample5{
	position:absolute;
	top:1%;
	left:36.5%;
	width:9%;
	height:90%;
}
#sample6{
	position:absolute;
	top:1%;
	left:45.6%;
	width:9%;
	height:90%;
}
#sample7{
	position:absolute;
	top:1%;
	left:54.7%;
	width:9%;
	height:90%;
}
#sample8{
	position:absolute;
	top:1%;
	left:63.8%;
	width:9%;
	height:90%;
}
#sample9{
	position:absolute;
	top:1%;
	left:72.9%;
	width:9%;
	height:90%;
}
#sample10{
	position:absolute;
	top:1%;
	left:82%;
	width:9%;
	height:90%;
}
#sample11{
	position:absolute;
	top:1%;
	left:91.1%;
	width:9%;
	height:90%;
}
.no_disp{
	display:none;
}
.still_str{
	color:#a53cd8;
}
.still_str_posi{
	font-weight:bold;
	padding-top:20px;
}
.now_disp{
	display:block;
}
.normal_str{
	color: #a86501;
	text-shadow: #fff -3px -3px 3px, #fff 3px -3px 3px, #fff 3px 3px 3px, #fff -3px 3px 3px;
}
.cy_logo{
	position:absolute;
	top:10px;
	left:120px;
}
.lf_logo{
	position:absolute;
	top:10px;
	left:300px;
}
.vita_logo{
	position:absolute;
	top:10px;
	left:475px;
}
.cp_logo{
	position:absolute;
	top:16px;
	left:685px;
}
.shou_logo{
	position:absolute;
	top:61px;
	left:267px;
}
