﻿body{
    background: url("../images/top/sp/bg.png") repeat-y;
    background-size:contain;
    width:auto;
    font-size:10px;
}
.top_content{
    position:relative;
}
/* TOP画像上のリンク */
.now_project{
    position:absolute;
    top:76%;
    left:11%;
    width:30%;
}
.end_project{
    position:absolute;
    top:76%;
    left:11%;
    width:30%;
}
.ico_line_official{
    position:absolute;
    top:85%;
    left:15%;
    width:20%;
}
.ico_real_event{
    position:absolute;
    top:70%;
    right:10%;
    width:19%;
}
.appli_download_link_top{
    position:absolute;
    top:85%;
    left:41%;
}
.btn_download{
    width:40%;
}
.header_download{
    width:77%;
    margin-left:10px;
}
/* ムービー */
.movie_list{
    text-align:center;
    margin-left:7%;
    overflow:hidden;
	width:85%;
}
.movie_list li{
    position:relative;
    display:inline-block;
    width:48%;
    overflow:hidden;
}
.movie_list li .img_movie{
    width:98%;
    margin-top:0%;
    margin-left:0%;
}
.movie_list li .frm_movie{
    width:97%;
    position:absolute;
    top:0;
    left:1%;
}
/* ツイッター */
.twitter_wrap{
    background: url("../images/top/pc/frame_twitter.png") no-repeat;
    background-size:100%;
    width:320px;
    margin:0 auto;
    height:407px;
    position:relative;
}
.twitter_content{
    background:#fff;
    position:absolute;
    top:60px;
    left:21px;
}
/* アプリ情報 */
.appli_info_wrap{
    background: url("../images/top/sp/appli_info_base_2.png") no-repeat;
    background-size:100%;
    width:320px;
    height:427px;
    margin:0 auto;
    position:relative;
}
.appli_info{
    width:244px;
    font-size:6px;
    position:absolute;
    top:71px;
    left:23px;
}
.appli_info li{
    height:35px;
    float:left;
    color:#c04e62;
    font-size:14px;
    padding-left:10px;
    width:258px;
}
.appli_info li span.left{
    font-weight:bold;
}
.appli_info li span.right{
    display:inline-block;
    float:right;
    text-align:right;
}
.appli_info li:first-child{
    height:57px;
}
.appli_download_link {
    text-align:center;
    position:absolute;
    top:359px;
    left:0;
    right:0;
}
.appli_download_link img{
    height:42px;
    margin: 1px;
}
.appli_download_link a{
    text-decoration:none;
}

/* お知らせリスト */
.news_list{
    text-align:center;
}
.news_list li{
    background: url("../images/top/sp/news_base.png") no-repeat;
    background-size:100%;
    width:155px;
    overflow:hidden;
    display:inline-block;
    position:relative;
}
.new_base{
    background: url("../images/top/sp/news_base_1017.png") no-repeat!important;
    background-size:155px!important;
}
.new_base_11_1_1{
    background: url("../images/top/pc/news_base_1101_1.png") no-repeat!important;
    background-size:154px!important;
}
.new_base_11_1_2{
    background: url("../images/top/pc/news_base_1101_2.png") no-repeat!important;
    background-size:154px!important;
}
.new_base_11_1_3{
    background: url("../images/top/pc/news_base_1101_3.png") no-repeat!important;
    background-size:154px!important;
}
.new_base_11_1_4{
    background: url("../images/top/pc/news_base_1101_4.png") no-repeat!important;
    background-size:154px!important;
}
.new_base_11_14_1{
    background: url("../images/top/pc/news_base_1114.png") no-repeat!important;
    background-size:154px!important;
}
.new_base_11_15_1{
    background: url("../images/top/pc/news_base_1115_1.png") no-repeat!important;
    background-size:154px!important;
}
.new_base_11_15_2{
    background: url("../images/top/pc/news_base_1115_2.png") no-repeat!important;
    background-size:154px!important;
}
.new_base_12_01{
    background: url("../images/top/pc/news_base_1201.png") no-repeat!important;
    background-size:154px!important;
}
.news_list li a{
    background: url("../images/top/sp/news_on.png") no-repeat;
    background-size:100%;
    width:100%;
    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/sp/news_off.png") no-repeat;
    background-size:100%;
}
.news_list li img{
    width:100%;
}
.news_img_area{
    width:97%;
    height:96%;
    position:absolute;
    top:1%;
    left:1%;
}
.news_img_area img{
    width:100%;
}
.news_text{
    position:absolute;
    top:62%;
    margin:0 5%;
    height:37%;
    overflow: hidden;
    line-height:12px;
    text-align:left;
    font-size:10px;
}
.news_text_long{
    position:absolute;
    top:53%;
    margin:0 5%;
    height:37%;
    overflow: hidden;
    line-height:12px;
    text-align:left;
    font-size:10px;
}
.more_info{
    text-align:center;
}
.more_info img{
    width:150px;
}
/* topへ戻る */
.back_to_top{
    background: url("../images/top/sp/ico_backto_top_off.png") no-repeat;
    background-size:100%;
    position:fixed;
    bottom:0;
    right: 0;
    width:73px;
    height:47px;
    text-indent: -9999px;
    z-index:5;
}
.back_to_top:active{
    background: url("../images/top/sp/ico_backto_top_on.png") no-repeat;
    background-size:100%;
    z-index:5;
}
.img_top_logo{
	left:0%!important;
	width:34%!important;
}
#line_img img{
	width:36px;
	height:36px;
}
.no_disp{
	display:none!important;
}
.h57{
	height:57px!important;
}