@charset "UTF-8";

/* Reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	padding: 0px 0px 0px 0px;
}

a {
    color:#333333;
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
    color:#333333;
}

a:hover,
a:active {
    text-decoration: none;
}

.c-both {
    clear: both;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

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

/* Header */

header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#box_header {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 80px;
    width: 100%;
    min-width: 768px;
    padding: 15px 20px 15px 20px;
	background-color: #EBEBEA;
	/*border-bottom: 1px solid #AAAAAA;*/
}

#box_header #logo {
    height: 50px;
    width: 138px;
    float: left;
}

#box_header #logo h1 a {
    float: left;
    /*background-image: url(../img/logo_gf.png);*/
    display: block;
    height: 50px;
    width: 101px;
    text-indent: -9999px;
    margin: 0px 0px 0px 0px;
    outline: 0;
}


#box_hbtn{
    width: 470px;
	margin: 10px 0px 0px 20px;
    float: right;
}


/*
#btn_his a {background: url(../img/btn_his.png);}
#btn_buy a {background: url(../img/btn_buy.png);}
#btn_out a {background: url(../img/btn_out.png);}
*/


#btn_his a,
#btn_buy a,
#btn_out a{
	outline: 0;
	float: left;
	width: 100px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	margin: 0px 10px 0px 0px;
}

#btn_his a:hover,
#btn_buy a:hover,
#btn_out a:hover{
    background-position: 0px -34px;
}

#btn_his a:active,
#btn_buy a:active,
#btn_out a:active{
    background-position: 0px -68px;
}


#h_search {
	width: 240px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#h_search_inp  {
	width: 180px;
	height: 34px;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #fff;
	font-size: 14px;
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;

    -webkit-border-top-left-radius: 3px;  
    -webkit-border-bottom-left-radius: 3px;  
    -moz-border-radius-topleft: 3px;  
    -moz-border-radius-bottomleft: 3px;  

}

#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 180px;
	padding: 0;
	border: 0;
	border-radius: 5px;
}

*:first-child + html #searchsubmit    {  
    top: 1px;  
}
 
#h_search_form {
     position: relative;
}

/* Main */

main {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#box_ttl {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 768px;
    margin: 20px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
	float: left;
}
#box_ttl {
	display: table;
}
#box_ttl > *:first-child {
	width: 40px;
}
#box_ttl > * {
	display: table-cell;
	vertical-align: middle;
}



#box_ttl #ttl_top,
#box_ttl #ttl_buy,
#box_ttl #ttl_vie,
#box_ttl #ttl_his {
	/*float: left;*/
	line-height: 1;
}

/*
#box_ttl #ttl_top h2 {background: url(../img/ttl_top.png) no-repeat left 0px;}
#box_ttl #ttl_buy h2 {background: url(../img/ttl_buy.png) no-repeat left 0px;}
#box_ttl #ttl_vie h2 {background: url(../img/ttl_vie.png) no-repeat left 0px;}
#box_ttl #ttl_his h2 {background: url(../img/ttl_his.png) no-repeat left 0px;}
*/

#box_ttl #ttl_top h2,
#box_ttl #ttl_buy h2,
#box_ttl #ttl_vie h2,
#box_ttl #ttl_his h2 {
	display: block;
	/*height: 25px;*/
	font-size: 28px;
    padding: 0px 0px 0px 5px;
}


#box_ttl #ttl_btn {
	float: right;
}

.ttl_btn_name {
	float: left;
	margin: 5px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}

#box_ttl #ttl_btn .on {background: url(../img/btn_on.png);}
#box_ttl #ttl_btn .off {background: url(../img/btn_off.png);}

#box_ttl #ttl_btn .on,
#box_ttl #ttl_btn .off{
	outline: 0;
	width: 80px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	margin: 0px 0px 0px 10px;
	float: left;
}

#box_ttl #ttl_btn .on:hover,
#box_ttl #ttl_btn .off:hover{
    background-position: 0px -25px;
}

#box_ttl #ttl_btn .del {background: url(../img/btn_del.png);}

#box_ttl #ttl_btn .del{
	outline: 0;
	width: 140px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	margin: 0px 0px 0px 10px;
	float: left;
}

#box_ttl #ttl_btn .del:hover{
    background-position: 0px -34px;
}

#box_ttl #ttl_btn .del:active{
    background-position: 0px -68px;
}
.viewing_limit {
	padding: 0px 20px 0px 20px;
	text-align: right;
}
/* List */

#mv_list_cnt {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 768px;
    padding: 40px 20px 0px 20px;
	float: left;
}

#mv_list {
	margin: 0px auto 0px;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#mv_list .grid-item_tp,
#mv_list .grid-item {
	position: relative;
	height: 200px;
	width: 235px;
	margin: 0px 10px 20px 10px;
}

#mv_list .grid-item_tp h3,
#mv_list .grid-item h3 {
    width: 226px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#mv_list .grid-item_tp .viewing,
#mv_list .grid-item .viewing {
	margin: 8px 0px 0px 0px;
    width: 225px;
    padding: 5px;
    text-align: center;
   	font-weight: bold;
	color: #FFF;
	background-color: #15934B;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */ 
}

#mv_list .new {
	background-image: url(../img/icn_new.png);
	background-position: 3px 3px;
}

#mv_list .new {
	z-index: 100;
	height: 55px;
	width : 55px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
}

#mv_list .update {
	background-image: url(../img/icn_update.png);
	background-position: 3px 3px;
}

#mv_list .update {
	z-index: 100;
	height: 55px;
	width : 55px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
}

#mv_list .grid-item_tp h4,
#mv_list .grid-item h4{
  position: absolute;
  opacity: 0;
  top: 125px;
  left: -5px;
  width: 225px;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  transition: .3s;
}

#mv_list .grid-item_tp h4:after,
#mv_list .grid-item h4:after{
  position: absolute;
  top: -10px;
  left: 34px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  content: "";
}

#mv_list .grid-item_tp a:hover h4,
#mv_list .grid-item a:hover h4{
  opacity: 1;
  top: 132px;
}


#mv_list .on .playing{
	display: block;
}

#mv_list .off .playing{
	-display: none;
}

.playingoverlay {
	width: 235px;
	height: 135px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
}

.playingoverlay .nowplaying {
	text-align: center;
	position: absolute;
	margin:auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
}

#mv_list .image {
	margin: 0px 0px 5px 0px;
}

#mv_list .image img {
	width: 235px;
	height: 135px;
	box-sizing: border-box;
	border: 1px solid #DDD;
}
#mv_list .image img.playing {
	border: 1px solid #690;
}

#mv_list .on .image img {
	border: 1px solid #690;
}

#mv_list .off .image img {
	border: 1px solid #DDD;
}

#mv_list_cnt .loading-list {
	text-align: center;
	margin-top: -44px;
}

.grid-item .playing{
/*
	top: 129px;
	left: -0px;
	font-weight: bold;
	color: #FFF;
	background: #690;
	text-align: center;
	padding:2px 3px 3px 3px;
	height: 19px;
	width: 220px;
	position: absolute;
	z-index: 0;
*/
}



/* Player */

.acdn-content{
	float: left;
	width: 100% ;
	/*height: 545px ;*/
	background: #000 ;
    display: none;
    margin: 0px 0px 30px 0px;
}


#box_player_cnt{
	/*width: 1180px ;*/
	height: 520px ;
    margin: 0px auto 0px auto;
}

#box_player_cnt #box_player{
	position: relative;
	/*float: left;*/
	width: 854px;
	/*height: 545px;*/
	/*margin: 0px 0px 0px 0px;*/
	padding: 20px;
	margin: 0 auto;
}

#box_player_cnt #box_player #story_ttl{
	float: left;
	width: 834px;
	padding: 20px 10px 10px 0px;
	font-size: 14px;
	color: #FFF;
}

#box_player_list {
	float: left;
	width: ;
	height: 545px;
	padding: 0px 15px 0px 15px;
	margin: 0px 20px 0px 20px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: #222;
}

#box_player_list1,
#box_player_list2 {
	width: 184px;
	margin: 0px 0px 0px 0px;
}

.min_ttl {
	padding: 18px 0px 0px 0px;
	font-weight: bold;
	color: #FFF;
}

#box_btn {
	padding: 20px 0px 0px 0px;
	position: absolute;
	top: 0px;
	right: -40px;
}

#box_player_list .image {
	margin: 10px 0px 5px 0px;
}

#box_player_list img {
	border: solid 2px #444;
	height: 100px;
	width: 180px;
}

#box_btn a:hover img,
#box_player_list a:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

#box_btn a img,
#box_player_list a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

#box_player_list #box_player_list1 .grid-item{
	position: relative;
	margin: 0px 0px 5px 0px;
}

#box_player_list #box_player_list2 .grid-item{
	position: relative;
	margin: 0px 0px 15px 0px;
}

#box_player_list h5 {
	z-index: 100;
	width: 184x;
	height: 25x;
	top: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #FFF;
	padding: 0px;
	font-size: 11px;
}

.next_btn {background: url(../img/btn_base_gr.png);}

.next_btn{
	outline: 0;
	width: 184px;
	height: 21px;
	display: block;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 11px;
	color: #FFF;
	padding: 4px 0px 0px 0px;
	text-align: center;
}

.next_btn:hover{
    background-position: 0px -25px;
}

.next_btn:active{
    background-position: 0px -50px;
	height: 20px;
	padding: 5px 0px 0px 0px;
}

.next_btn a{
	color: #FFF;
}

.scrolltop {
	text-align:	right;
	padding: 20px 30px;
}
.scrolltop > a {
	position: relative;
}
.scrolltop > a:after {
	content: "";
	position: absolute;
	left: -16px;
	top: 2px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #FFFFFF;
}

/* Information */
#information {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-width: 768px;
	min-height: 240px;
	padding: 20px 20px 0px 20px;
	text-align: center;
}
#information button {
	width: 200px;
	height: 50px;
	font-size: 24px;
}
.error-message {
	padding: 10px;
	background-color: #FBD7E5;
	border: 1px solid red;
	color: #000000;
}
.error-message > *:first-child {
	font-weight: bold;
}
.error-message > * + * {
	margin-top: 10px;
}

/* Footer */

footer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#box_footer {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 250px;
    min-width: 768px;
    margin: 10px 0px 0px 0px;
    padding: 30px 0px 0px 20px;
	border-top: 1px solid #CCC;
	background-image: url(../img/ft_bg.png);
	background-repeat: repeat-x;
	background-position: left;
	float: left;
}

#logo {
	position: sticky;
	width: 100%;
	text-align: center;
}

/*
#logo_sunrise {
    float: left;
    margin: 0px 20px 0px 0px;
    position: relative;
    left: 775px;
}

#logo_sunrise h1 {
    float: left;
    background-image: url(../img/logo_sunrise.png);
    background-repeat: no-repeat;
    background-size: 144px 38px;
    display: block;
    height: 44px;
    width: 144px;
    text-indent: -9999px;
    margin: 20px 20px 0px 0px;
    outline: 0;
}
*/

#logo_sunrise {
    float: left;
    background-image: url(../img/logo_sunrise.png);
    background-repeat: no-repeat;
    background-size: 144px 38px;
    display: block;
    height: 44px;
    width: 144px;
    text-indent: -9999px;
    margin: 20px 20px 0px 0px;
    outline: 0;
    position: absolute;
    left: 35%;
    /*left: 700px*/
}

/*
#logo_sotsu {
    float: left;
    margin: 0px 20px 0px 0px;
    position: relative;
    left: 775px;
}

#logo_sotsu h1 {
    float: left;
    background-image: url(../img/logo_sotsu.png);
    background-repeat: no-repeat;
    background-size: 110px 27px;
    display: block;
    height: 40px;
    width: 130px;
    text-indent: -9999px;
    margin: 25px 0px 0px 0px;
    outline: 0;
}
*/

#logo_sotsu {
    float: left;
    background-image: url(../img/logo_sotsu.png);
    background-repeat: no-repeat;
    background-size: 110px 27px;
    display: block;
    height: 40px;
    width: 130px;
    text-indent: -9999px;
    margin: 25px 0px 0px 180px;
    outline: 0;
    position: absolute;
    left: 35%;
    /*left: 880px*/
}

/*
#logo_bnlc {
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
    left: 775px;
}

#logo_bnlc h1 {
    float: left;
    background-image: url(../img/logo_bnlc.png);
    background-repeat: no-repeat;
    background-size: 95px 70px;
    display: block;
    height: 90px;
    width: 157px;
    text-indent: -9999px;
    margin: 0px 20px 0px 0px;
    outline: 0;
}
*/

#logo_bnlc {
    float: left;
    background-image: url(../img/logo_bnlc.png);
    background-repeat: no-repeat;
    background-size: 95px 70px;
    display: block;
    height: 90px;
    width: 157px;
    text-indent: -9999px;
    margin: 0px 20px 0px 330px;
    outline: 0;
    position: absolute;
    left: 38%;
    /*left: 1030px*/
}

#logo_bn {
    float: left;
    background-image: url(../img/bandainamco_logo.png);
    background-repeat: no-repeat;
    background-size: 160px 36px;
    display: block;
    height: 50px;
    width: 221px;
    text-indent: -9999px;
    margin: 20px 20px 0px 330px;
    outline: 0;
    position: absolute;
    left: 35%;
    /*left: 1030px*/
}

#copyright {
	position: sticky;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

#links {
    margin: 0px 0px 10px 0px;
}

#box_footer #copyright #links a {
    margin: 0px 10px 10px 0px;
}

#box_footer #copyright #links a:link,
#box_footer #copyright #links a:visited {
    text-decoration: none;
    color:#E9597D !important;
}

#box_footer #copyright #links a:hover,
#box_footer #copyright #links a:active {
    text-decoration:underline;
}

#copyright small {
	font-size: 10px;
	line-height: 1.4em;
	color: #666;
    display: block;
}

#mv_list .grid-item-buy {
	position: relative;
	-height: 50px;
	width: 700px;
	margin: 0px 10px 30px 10px;
}

.notice {
	text-align:center;
	font-size:150%;
	line-height:150%;
	padding: 1em 0 1em 0;
}

.bnidbutton {
    color: #000000;
    background: #FDCC00;
    --border: 1px solid #DDD;
    --border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 200px;
	height: 50px;
	vertical-align:middle;
	display:inline;
	padding: 1em 3em 1em 3em;
	font-size: 12pt;
}

.loginbuttonarea {
	text-align: center;
	width: 100%;
	height: 50px;
	padding-top:30px;
}

.logininformation {
	margin: 1em 0 2em 0;
	text-align:center;
}

.logininformation p {
	margin: 2em 0 2em 0;
}

#information .logina {
	-display:block;
	-text-align:center;
	-height:50px;
	-margin-top: 2em;
}

.logininformation h1 {
	font-size:150%;
}

.livelist {
	margin:1em 1em 1em 1em;
	text-align:center;
	position: relative;
}

.livelist-title {
	font-size:14pt;
	padding-top:1em;
	padding-bottom:1em;
}

.livelist-item {
	height:180px;
	width:1000px;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:10px;

}

.livelist-item:hover {
	background-color:#F4F4F4;
}

.livelist-item-contents {
	height:160px;
	width:980px;
	margin:10px 10px 10px 10px;
}

.livelist-item-image {
	float: left;
	display: table-cell;
	width: 284px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}

.livelist-item-image img {
	width:auto;
	height:auto;
	max-width:284px;
	max-height:160px;
}

.livelist-item-title {
	width:600px;
	text-align:left;
	font-size:14pt;
	padding-left:1em;
	margin-bottom:1em;
	line-height:130%;
	float:left;

}

.livelist-item-status {
	width:600px;
	text-align:left;
	padding-left:1em;
	font-size:12pt;
	float:left;
}

.livedetail {
	padding:2em;
}

#flashplayer {
	text-align:center;
}

.description {
	margin-top: 2em;
	width: 640px;
	margin: 2em auto;
}

.description .title {
	font-size:20pt;
	line-height: 130%;
	margin-bottom: 1em;
	font-weight:bold;
}

.description .caption {
	font-size: 14pt;
	line-height: 130%;
}

/*
#minstplayer {
	position: unset !important;
}

#minstplayer-figure {
	position: unset !important;
}
*/
#liveplayer {
	height: 540px;
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

.gridnotice {
	font-weight: bold;

}

body.vjs-full-window {
	overflow-y: hidden !important;
}
