@charset "UTF-8";
/* CSS Document */

img{
    vertical-align: top;   
}

/*------------------------------
TOPbnrNorikumi
------------------------------*/

#contentsArea{
	position:relative;
    /*background: url(../images/chara.png) no-repeat right bottom;*/
	min-width:1200px;
	color:#fff;
	visibility: hidden;
}


#main{
	min-height: 100px;
	min-width:1200px;
	text-align: center;
	position: relative;
}




.inner{
	width:1024px;
	margin: 0 auto;
}


#creditBox{
	text-align: center;
	position: relative;
}
#creditBox .bnrBtn{
	position: absolute;
	left: 50%;
	margin-left: 180px;
	top: 50%;
	margin-top: -85px;
	display: block;
}
#snsBox{
	margin-top: 50px;
	margin-bottom: 100px;
	width: 100%;
}
#snsBox li{
	display: inline;
}
#snsBox li #twitter-widget-0{
	width: 100px !important;
}
#snsBox li#fb .fb-like{
	position: relative;
	top: -2px;
}
#snsBox li#gp {}
#snsBox li#pl {
	margin-left: -30px;
}
#snsBox #fb .pluginButtonContainer{
	margin-top: -5px!important;
}


#footerAreaM{
	background: #000;
	padding: 15px 0 30px;
	text-align: center;
	min-width:1200px;
	font-size: 80%;
	color:#FF6E00;
}
#footerAreaM a{
	color: #FF6E00;
	padding: 0 10px;
	line-height: 1em;
	border-right: 1px solid #FF6E00;
}
#footerAreaM a img{
	vertical-align: bottom;
	margin-bottom: -5px;
}
#footerAreaM a.end{
	border-right: 0;
}

#footerAreaM a:hover{
	color: #fff;
	text-decoration:underline;
}


#footerArea{
	background: #000;
	padding: 15px 0;
	text-align: center;
	min-width:1200px;
	font-size: 80%;
	color:#FF6E00;
}
#footerArea a{
	color: #FF6E00;
	padding: 0 10px;
	line-height: 1em;
	border-right: 1px solid #FF6E00;
}
#footerArea a img{
	vertical-align: bottom;
	margin-bottom: -5px;
}
#footerArea a.end{
	border-right: 0;
}

#footerArea a:hover{
	color: #fff;
	text-decoration:underline;
}


/*#footerArea{
	background: #000;
	padding: 15px 0;
	text-align: center;
	min-width:1200px;
	font-size: 80%;
	color:#FF6E00;
}
#footerArea a{
	color: #303030;
	padding: 0 10px;
	line-height: 1em;
	border-right: 1px solid #e6e6e6;
}
#footerArea a img{
	vertical-align: bottom;
	margin-bottom: -5px;
}
#footerArea a.end{
	border-right: 0;
}*/
/*@media screen and (min-width: 1024px)and (min-height: 900px)  {
.toTop{
	padding-bottom: 100px;
}

#footerArea{
	width: 100%;
	position: fixed;
	bottom: 0;
    z-index: 100;
}
}*/
#bnrBox{
	margin: 60px auto;
	text-align: center;
}
#bnrBox li{
	display: inline;
}
#bnrBox li img{
	margin: 5px;
}
.toTop{
	text-align: center;
	padding: 20px 0 40px 0;
}
#copyright{
	margin: 20px auto 0 auto;
	color:#FF6E00;
}


.opover:hover{
    opacity: 0.7;
}




/*---------------------------
Contents
----------------------------*/

#contentsMainWrapper{
    position: relative;
    background: url('../images/bg_contents.jpg') no-repeat center top;
    background-size: 100% auto;
}

#contentsMainInner{
    background: url(../images/chara.png) no-repeat right bottom;
}


.ttl{
	text-align: center;
	margin-bottom: 60px;

}
.conBox{
	text-align: left;
	margin: 80px auto 60px auto;
	position: relative;
}
.conBox .box{
	overflow: hidden;
	margin-bottom: 80px;
}
.conBox .txtImg{
	margin: 20px 0 40px 0;
	text-align: center;

}
.conBox .ph{
	float: left;
}
.conBox .name,
#castBox dt{
	display: block;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.conBox .txt{
	line-height: 1.8em;
	float: right;
	width: 800px;
}
.conBox .txt.noPh{
	float:none;
	width: auto;
}
.conBox .txtL{
	line-height: 1.8em;
	float: right;
	width: 700px;
}
.conBox .txt p{
	margin-bottom: 30px;
}


/* HERO */
#heroArea{
    position: relative;
    height: 0;
    padding-top: 95.6%;
    background-image: url('../images/top_bg_main.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

#heroArea .cover{
    position: absolute;
    left:0; top:0;
    width: 100%; height: 100%;
}
#heroArea .cover img{
    width: 100%; height: 100%;   
}

#heroArea .navs{
    position: absolute;
    left:0; top:20.3%;
    padding: 30px 0 0 80px;
    background: url('../images/nav/nav_line.png') no-repeat -41px top;
	text-align:left;
}

#heroArea .mainNav li.abm{
    margin-top:5px;
    margin-bottom:10px;
}

#heroArea .mainNav li{
    margin-top:5px;
}

#heroArea .subNav{
    overflow: hidden;
}

#heroArea .subNav li{
    float: left;
    margin-top:20px;
    margin-right: 10px;
}

#heroArea .site_ttl{
    position: absolute;
    left:2%; top:70%;
    width: 98%;
    text-align: center;
}

#heroArea .site_ttl a:hover{
	opacity:0.6;
}

#heroArea .site_ttl img{
    width: 55.2%;
}

#heroArea #liveviewing{
    padding:20px 0 0;
}

#heroArea #liveviewing a:hover{
	opacity:0.6;
}


#heroArea #dtv{
    padding:10px 0 0;
}

#heroArea #dtv a:hover{
	opacity:0.6;
}

#heroArea .catchcopy{
    position: absolute;
    right:10%; top:32%;
    width:8.4%;
}

#heroArea .musicBtn{
    position: absolute;
    left:8%; top:80%;
    width:8.4%;
}

#heroArea .twcpBtn{
    position: absolute;
    right:20%; top:79%;
    width:8.4%;
}


#heroArea .commentBtn{
    position: absolute;
    right:8%; top:80%;
    width:8.4%;
}

#heroArea .musicBtn a:hover{
	opacity:0.6;
}

#heroArea .twcpBtn a:hover{
	opacity:0.6;
}

#heroArea .commentBtn a:hover{
	opacity:0.6;
}

#heroArea .catchcopy img{
    width:100%;   
}


#heroArea .billing{
    position: absolute;
    left:52%; top:81%;
    margin-left: -470px;
}


#heroArea .bnrs{
    position: absolute;
    left:50%; top:92%;
	width:1055px;
    margin-left: -500px;
}

#heroArea .bnrs li{
    float:left;
    margin-left: 15px;
}

#heroArea .sns{
    position: absolute;
    left:50%; top:98%;
    z-index: 20;
    margin-left: -190px;
}

#heroArea .sns li{
    float:left;
    margin-right: 10px;
}


/* comment */
#commentArea{
    position: relative;
    height: 5300px;
    padding-top:0;
    background-image: url('../images/comment_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	background-color:#000;
}


#commentArea #subCnav {
	width:1037px;
	text-align:right;
	padding:40px 0 0;
	margin:0 auto;
	position:relative;

}

#commentArea #subCnav .btn {
	padding:0 0 5px;
}

#commentArea #subCnav .btn a:hover {
	opacity:0.6;
}

#commentArea ul {
	width:1037px;
	margin:0 auto;
	position:relative;
}
#commentArea ul li {
	position:absolute;
}
#commentArea ul li#comm01 {
	top:450px;
	left:0;
}

#commentArea ul li#comm02 {
	top:450px;
	left:430px;
}

#commentArea ul li#comm12 {
	top:450px;
	left:430px;
}

#commentArea ul li#comm03 {
	top:823px;
	left:0;
}

#commentArea ul li#comm04 {
	top:775px;
	left:435px;
}


#commentArea ul li#comm05 {
	top:1140px;
	left:435px;
}

#commentArea ul li#comm06 {
	top:1415px;
	left:0;
}

#commentArea ul li#comm07 {
	top:1450px;
	left:435px;
}

#commentArea ul li#comm08 {
	top:1889px;
	left:0;
}

#commentArea ul li#comm09 {
	top:2107px;
	left:0;
}

#commentArea ul li#comm10 {
	top:2107px;
	left:383px;
}

#commentArea ul li#comm11 {
	top:2107px;
	left:775px;
}

#commentArea ul li#comm13 {
	top:2580px;
	left:0;
}


#commentArea ul li#comm14 {
	top:2843px;
	left:0;
}


#commentArea ul li#comm15 {
	top:3046px;
	left:0;
}


#commentArea ul li#comm16 {
	top:3046px;
	left:344px;
}


#commentArea ul li#comm17 {
	top:3046px;
	left:708px;
}


#commentArea ul li#comm18 {
	top:3826px;
	left:0;
}

#commentArea ul li#comm19 {
	top:4160px;
	left:0;
}


#commentArea ul li#comm20 {
	top:4434px;
	left:0;
}


#commentArea ul li#comm21 {
	top:4674px;
	left:0;
}


#commentArea ul li#close {
	top:5090px;
	left:425px;
}

#commentArea ul li#close a:hover {
	opacity:0.6;
}

#commentArea ul li#notice {
	top:357px;
	left:14px;
}






/* comment2 */
#commentArea2{
    position: relative;
    height: 2700px;
    padding-top:0;
    background-image: url('../images/comment2_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	background-color:#000;
}


#commentArea2 #subCnav {
	width:1037px;
	text-align:right;
	padding:40px 0 0;
	margin:0 auto;
	position:relative;

}

#commentArea2 #subCnav .btn {
	padding:0 0 5px;
}

#commentArea2 #subCnav .btn a:hover {
	opacity:0.6;
}

#commentArea2 ul {
	width:1037px;
	margin:0 auto;
	position:relative;
}
#commentArea2 ul li {
	position:absolute;
}
#commentArea2 ul li#comm01 {
	top:450px;
	left:0;
}

#commentArea2 ul li#comm02 {
	top:450px;
	left:453px;
}

#commentArea2 ul li#comm12 {
	top:450px;
	left:430px;
}

#commentArea2 ul li#comm03 {
	top:700px;
	left:0;
}

#commentArea2 ul li#comm04 {
	top:650px;
	left:453px;
}


#commentArea2 ul li#comm05 {
	top:880px;
	left:453px;
}

#commentArea2 ul li#comm06 {
	top:1160px;
	left:0;
}

#commentArea2 ul li#comm07 {
	top:1365px;
	left:0;
}

#commentArea2 ul li#comm08 {
	top:1600px;
	left:0;
}

#commentArea2 ul li#comm09 {
	top:1850px;
	left:671px;
}


#commentArea2 ul li#comm10 {
	top:2107px;
	left:383px;
}

#commentArea2 ul li#comm11 {
	top:2107px;
	left:775px;
}

#commentArea2 ul li#comm13 {
	top:2580px;
	left:0;
}


#commentArea2 ul li#comm14 {
	top:2843px;
	left:0;
}


#commentArea2 ul li#comm15 {
	top:3046px;
	left:0;
}


#commentArea2 ul li#comm16 {
	top:3046px;
	left:344px;
}


#commentArea2 ul li#comm17 {
	top:3046px;
	left:708px;
}


#commentArea2 ul li#comm18 {
	top:3826px;
	left:0;
}

#commentArea2 ul li#comm19 {
	top:4160px;
	left:0;
}


#commentArea2 ul li#comm20 {
	top:4434px;
	left:0;
}


#commentArea2 ul li#comm21 {
	top:4674px;
	left:0;
}


#commentArea2 ul li#close {
	top:2450px;
	left:425px;
}

#commentArea2 ul li#close a:hover {
	opacity:0.6;
}

#commentArea2 ul li#notice {
	top:357px;
	left:14px;
}





/* media */
#mediaArea{
    padding-top:0;
    background-image: url('../images/media_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
	background-color:#000;
	text-align:left;
}

#mediaArea #wrap {
	width:1037px;
	text-align:left;
	margin:0 auto;
	padding:344px 0 100px;
}

#mediaArea ul {
    width:594px;
    margin:0 auto;
    overflow:auto;
    padding:54px 0 30px;
}

#mediaArea li {
	width:188px;
	margin:0 10px 0 0;
	float:left;
}

#mediaArea li.last {
	width:188px;
	margin:0;
	float:left;
}

#mediaArea li img:hover {
	opacity:0.6;
}

#mediaArea table {
	width:1037px;
	text-align:center;
	padding:20px 0 0;
    border-collapse:separate;
    border-spacing:1px;

}

#mediaArea table th {
	padding:20px;
	background-color:#e56100;
}

#mediaArea table td {
	padding:20px;
	border:1px solid #e56100;
}


#mediaArea .close {
	width:188px;
	margin:0 auto;
	padding:0 0 50px;
}

#mediaArea .close:hover {
	opacity:0.6;
}




/* media */
#ticketArea{
    padding-top:0;
    background-image: url('../live/images/livebg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
	background-color:#000;
	text-align:left;
}

#ticketArea #wrap {
	width:1037px;
	text-align:left;
	margin:0 auto;
	padding:344px 0 100px;
}


#ticketArea #wrap .box1 {
	font-size:14px;
	line-height:2em;
	width:680px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 0;
}

#ticketArea #wrap .box2 {
	font-size:14px;
	line-height:2em;
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:60px 0 0;
}

#ticketArea #wrap .box2 h3 {
	width:190px;
	margin:0 auto;
}


#ticketArea #wrap .box2 .point1 {
	font-size:16px;
	color: #00fcff;
	font-weight:bold;
	text-align:left;
	padding:40px 0 10px;
}


#ticketArea #wrap .box2 .point2 {
	font-size:14px;
	text-align:left;
	padding:10px 0;
	border-bottom:1px dotted #3D3D3D;
}

#ticketArea #wrap .box2 .point2 .blue {
	color: #00fcff;
	font-weight:bold;
}


#ticketArea a{
	color: #FF6E00;
}

#ticketArea a:hover{
	color: #fff;
	text-decoration:underline;
}



#ticketArea .close {
	width:188px;
	margin:0 auto;
	padding:0 0 50px;
}

#ticketArea .close:hover {
	opacity:0.6;
}



/* media */
#liveArea{
    padding-top:0;
    background-image: url('../live/images/ticketbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
	background-color:#000;
	text-align:left;
}

#liveArea #wrap {
	width:1037px;
	text-align:left;
	margin:0 auto;
	padding:344px 0 100px;
}

#liveArea ul {
    width:1000px;
    margin:0 auto;
    overflow:auto;
    padding:54px 0 40px;
}

#liveArea li {
	width:160px;
	margin:0 8px 0 0;
	float:left;
}

#liveArea li.last {
	width:160px;
	margin:0;
	float:left;
}

#liveArea li img:hover {
	opacity:0.6;
}

#liveArea table {
	width:1037px;
	text-align:center;
	padding:20px 0 0;
    border-collapse:separate;
    border-spacing:1px;

}

#liveArea table th {
	padding:20px;
	background-color:#e56100;
}

#liveArea table td {
	padding:20px;
	border:1px solid #e56100;
}

#liveArea table td.vtop {
text-align: center;
vertical-align: middle;
}


#liveArea .close {
	width:188px;
	margin:0 auto;
	padding:0 0 50px;
}

#liveArea .close:hover {
	opacity:0.6;
}

#liveArea .tBox {
	padding:0 0 50px;
}


/* INTRO */
#introArea{
    position: relative;
    height: 0;
    padding-top: 113.3%;
    background: url('../images/intro_bg.png') no-repeat center top;
    background-size:contain;
    z-index: 10;
}

#introArea .introInner{
    position: absolute;
    left:50%; top:50%;
    margin-top: -100px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-align: center;
}


.norikumis{
    position: absolute;
    left:50%; top:-200px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}
.norikumis .bnrOubo{
    position: relative;
    z-index: 1;
}
.norikumis .bnrNorikumi{
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
}


#introArea .ttl{
    margin-top: 86px;
}

#introArea .txt2{
    margin-top: 75px;
}

#introArea .txt3{
    margin-top: 75px;
}


/* CAST */
#castArea{
	position: relative;
    min-height: 1170px;
    box-sizing: border-box;
    background: url('../images/cast/bg.png') no-repeat;
    background-size:100% auto;
}

#castArea .pageup{
    padding-top: 50px;   
}

#castArea .castInner{
    position: absolute;
    left:50%; top:155px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}
#castArea .ttl{
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
#castArea .lst{
    width: 1203px;
    overflow: hidden;
}
#castArea .lst li{
    float:left;
}
#castArea .lst span, #castArea .cast11 span{
    display:block;
}

#castArea .cast11{
    position: absolute;
    left:0; bottom: 0;
}
#castArea .txts{
    pointer-events: none;
    position: absolute;
    right:15px; bottom: 0;
}
#castArea .txts .txt2{
    margin-top: 20px;   
}

#castArea .castPageUp{
    position: absolute;
    left:50%; bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}


#castArea .cast1{width:126px;}
#castArea .cast2{width:111px;}
#castArea .cast3{width:109px;}
#castArea .cast4{width:132px;}
#castArea .cast5{width:133px;}
#castArea .cast6{width:132px;}
#castArea .cast7{width:132px;}
#castArea .cast8{width:112px;}
#castArea .cast9{width:113px;}
#castArea .cast10{width:103px;}

#castArea .cast1 span{background: url('../images/cast/chara01_off.png') no-repeat;}
#castArea .cast2 span{background: url('../images/cast/chara02_off.png') no-repeat;}
#castArea .cast3 span{background: url('../images/cast/chara03_off.png') no-repeat;}
#castArea .cast4 span{background: url('../images/cast/chara04_off.png') no-repeat;}
#castArea .cast5 span{background: url('../images/cast/chara05_off.png') no-repeat;}
#castArea .cast6 span{background: url('../images/cast/chara06_off.png') no-repeat;}
#castArea .cast7 span{background: url('../images/cast/chara07_off.png') no-repeat;}
#castArea .cast8 span{background: url('../images/cast/chara08_off.png') no-repeat;}
#castArea .cast9 span{background: url('../images/cast/chara09_off.png') no-repeat;}
#castArea .cast10 span{background: url('../images/cast/chara10_off.png') no-repeat;}
#castArea .cast11 span{background: url('../images/cast/chara11_off.png') no-repeat;}

#castArea .cast1 a:hover span{background: url('../images/cast/chara01_on.png') no-repeat;}
#castArea .cast2 a:hover span{background: url('../images/cast/chara02_on.png') no-repeat;}
#castArea .cast3 a:hover span{background: url('../images/cast/chara03_on.png') no-repeat;}
#castArea .cast4 a:hover span{background: url('../images/cast/chara04_on.png') no-repeat;}
#castArea .cast5 a:hover span{background: url('../images/cast/chara05_on.png') no-repeat;}
#castArea .cast6 a:hover span{background: url('../images/cast/chara06_on.png') no-repeat;}
#castArea .cast7 a:hover span{background: url('../images/cast/chara07_on.png') no-repeat;}
#castArea .cast8 a:hover span{background: url('../images/cast/chara08_on.png') no-repeat;}
#castArea .cast9 a:hover span{background: url('../images/cast/chara09_on.png') no-repeat;}
#castArea .cast10 a:hover span{background: url('../images/cast/chara10_on.png') no-repeat;}
#castArea .cast11 a:hover span{background: url('../images/cast/chara11_on.png') no-repeat;}


/* STAFF */
#staffArea{
    border-bottom: 1px solid #641900;
}

#staffArea .name{
    font-size: 190%;
    font-weight: normal;
}

.name{
	font-size: 180%;
	color: #ff3f00;
}



/* COMIC */
#comicArea{
    
}

#comicArea .outline{
    line-height: 2.5;
}

#comicArea .boxSuper{
    margin:70px 0;
}

#comicArea .boxSuper .cttl{
    font-size:120%;
    margin-top: 20px;
}

#comicArea .boxSuper .csttl{
    margin-top: 20px;
    font-weight: normal;
}

#comicArea .boxSuper .ctxt{
    margin-top: 20px;
    line-height: 1.8;
}


.sp #comicArea .boxSuper{
    overflow: hidden;
}
.sp #comicArea .cttl{
    float: left;
    font-size:200% !important;
    line-height: 2;
}
.sp #comicArea .csttl{
    float: left;
    font-size:200% !important;
}
.sp #comicArea .ctxt{
    clear: left;
    float: left;
    font-size:200% !important;
}

.sp #comicArea #comment1 .ctxt{
    width:90%;
}

.sp #comicArea #comment2 .ctxt{
    width:60%;
}



/* Music */
#musicArea{
    
}

#musicArea .outline{
    line-height: 2.5;
}

#musicArea .boxSuper{
    margin:70px 0;
}

#musicArea .txt{
    width:550px;
}

#musicArea .txt .cttl{
    font-size:120%;
    margin-bottom: 20px;
	color:#FF8600;
}


#musicArea .boxSuper .cttl{
    font-size:120%;
    margin-top: 20px;
	color:#FF8600;
}

#musicArea .boxSuper .csttl{
    margin-top: 20px;
    font-weight: normal;
}

#musicArea .boxSuper .ctxt{
    margin-top: 20px;
    line-height: 1.8;
}


.sp #musicArea .boxSuper{
    overflow: hidden;
}
.sp #musicArea .cttl{
    float: left;
    font-size:200% !important;
    line-height: 2;
}
.sp #musicArea .csttl{
    float: left;
    font-size:200% !important;
}
.sp #musicArea .ctxt{
    clear: left;
    float: left;
    font-size:200% !important;
}

.sp #musicArea #comment1 .ctxt{
    width:90%;
}

.sp #musicArea #comment2 .ctxt{
    width:60%;
}



/*---------------
CAST
---------------*/
#castBtn {
	margin: 0 -10px;
}
#castBtn{
	text-align: center;
}
#castBtn ul{

}
#castBtn ul li{
	display: inline-block;
}
#castBtn ul li.btnOver{
	background: url(../images/cast/cast_btn03_off.png) no-repeat center 10px;
}
#castBtn ul li.btnOver:hover{
	background: url(../images/cast/cast_btn03_on.png) no-repeat center 10px;
}

#castBtn ul li img{
	margin: 10px;
}


#introToTop{
    margin: 0 !important;
    padding-bottom: 100px;
}

#castToTop{
    margin: 0 !important;
    padding: 0;
}

#staffToTop{
    margin: 0 !important;
    padding: 0;
}

#comicToTop{
    
}




/*-----------------
terraMile
-----------------*/
#terraMile{
	position: absolute;
	right: 0;
	top: 0;
	z-index:1000;

}
#terraMile .terraMileBtn {
	background: url(../images/terramile_btn_off.png) no-repeat right top;
	height: 80px;
	z-index: 2;
	position: relative;
	display: block;
}
.terraMileBtn span{
	display: none;
}
#terraMile:hover .terraMileBtn{
X	background: url(../images/terramile_btn_on.png) no-repeat right top;
	background: url(http://terra-mileageclub.com/images/terramile_btn_on.png) no-repeat right top;
}
#terraMile .terraMileIn{
	height: 0;
	width: 320px;
	overflow: hidden;
	margin-top:-30px;
}
.terraMileTtl{
	position: relative;
	z-index: 2;

}
#terraMile .terraMileIn iframe {
	height: 600px;
	width: 300px;
	margin-top:0;
	padding-left: 30px;
}

#terraMileTopics{
	position: absolute;
	right: 0;
	top: 0px;
	z-index:10;
	background:url(../images/terramile_topics.png);
	width:376px;
	height:63px;
}


#twitterBtn{
	position: absolute;
	left: -20px;
	top: 0px;
	z-index:10;
}

#twitterBtn a:hover{
	opacity:0.8;
}


#terraMileTopics p{
	color:#ff9100;
	font-size:12px;
	padding:14px 0 0 20px;
}


#terraCommentA{
	position: absolute;
	left: 20px;
	top: 0px;
	z-index:1;
}

#terraCommentA a:hover{
	opacity:0.6;
	}

/*----------------

terra mile

----------------*/
.sp .pcOnry{
	display:none;
}
.sp .spOnry{
	display: block;
}
.pc .spOnry{
	display:none;
}
.sp #terraMile .terraMileBtn {
	background: url(../images/terramile_btn_off.png) no-repeat right top;
	height: 80px;
	width: 320px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
	position: relative;
	display: block;
}


.item {
	width:160px;
	float:left;
	background-color:#222222;
	margin:0 10px 10px 0;
	padding:40px;
 }
.itemBoxWrap{
	margin: 0 auto;
	max-width: 100%;
	height:auto;
	line-height:0;
	padding:20px 0 0;
}

.ticker {
	margin: 0 auto;
	padding: 10px;
	width:98.5%;
	height:60px;
	text-align: left;
	overflow: hidden;
	position:absolute;
	left:0;
	background-color:#000000;
	z-index:9;
}

.ticker ul {
	width: 100%;
	position: relative;
	background-color:#000000;
	color:#fff;
	margin: 0 0 0 260px;
	font-size:11px;
}

.ticker ul li {
	width: 100%;
	display: none;
	background-color:#000000;
}

.ticker ul li a:link {
	color:#FF9600;
}

.ticker ul li a:visited {
	color:#FF9600;
}

.ticker ul li a:hover{
	color: #fff;
	text-decoration:underline;
}




/*----------------
0401
----------------*/
#visual0401{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	display: table;
	table-layout: fixed;
}
#visual0401 .v_box{
	display: table-cell;
	position: relative;
}
#visual0401 .v_box::before{
	position: absolute;
	width: 100%;
	padding-top: 141.45%;
	background: url(../images/visual0401/shokichi_off.jpg) no-repeat left top;
	background-size: 100% auto;
	content: "";
	opacity: 1;
	display: block;
}
#visual0401 .v_box:hover::before{
	opacity: 0;
	-webkit-transition: all .40s ease;
	-ms-transition: all .40s ease;
	transition: all .40s ease;
}
#visual0401 .v_box#v_shokichi::before{
	background: url(../images/visual0401/shokichi_off.jpg) no-repeat left top;
	background-size: 100% auto;
}
#visual0401 .v_box#v_terra::before{
	background: url(../images/visual0401/terra_off.jpg) no-repeat left top;
	background-size: 100% auto;
}
#visual0401 .v_box img{
	width: 100%;
	height: auto;
}
#heroArea0401 .site_ttl {
    position: absolute;
    left: 1%;
    top: 65%;
    width: 98%;
    text-align: center;
	z-index: 1;
}
#heroArea0401 {
    padding-top: 72.6%;
    background:#000;
}
#heroArea0401 .twcpBtn,
#heroArea0401 .musicBtn,
#heroArea0401 .commentBtn{
	z-index: 2;
}
#heroArea0401 .sns {
    top: 104%;
}
#heroArea0401 .bnrs {
    top: 97%;
}
#footerAreaM0401 {
    padding: 0 0 30px;
	color: #df0000;
}

#footerAreaM0401 a{
	color: #007caf;
	padding: 0 10px;
	line-height: 1em;
	border-right: 1px solid #007caf;
}
#footerAreaM0401 a img{
	vertical-align: bottom;
	margin-bottom: -5px;
}
#footerAreaM0401 a.end{
	border-right: 0;
}

#footerAreaM0401 #copyright{
	margin: 20px auto 0 auto;
	color: #df0000;
}


#heroArea0401 #catch{
    position: absolute;
    left: 1%;
    top: 30%;
    width: 98%;
    text-align: center;
	z-index: 1;
}

#heroArea0401 #catch img{
    width: 14%;
}


#footerAreaM0401 a:hover{
	color: #fff;
	text-decoration:underline;
}
