@charset "utf-8";
.sd{ display: none;}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
}
.wrapper {
	width: 100%;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.main_area {
	margin: 0 0 30px;
}
.playerLeftElement{
	padding: 0px;
	width: 880px;
	float: left;
}
.youtube_area {
	position: relative;
}
.youtube_area a:hover {
	opacity: 0.9;
}
.youtube_area .arrow_img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42.5px;
	margin-left: -42.5px;
}
.youtube_area .main_img {
	width: 100%;
	max-width: 880px;
}

/*.youtube_area {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    text-align: center;
}
.youtube_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}*/
.playerLeftElement .titleText{
	margin: 15px 0;
	padding: 0 0 0 10px;
	font-size: 1.8rem;
	font-weight:bold;
	border-left: solid 3px #0b186d;
}
.playerLeftElement .descText {
	margin: 0px;
	padding:5px 0px 10px 0px;
}
.playerLeftElement .downloadLink{
	margin: 0px;
	padding:5px 0px 10px 0px;
	height: 17px;
}
.playerLeftElement .staticText{
	margin: 0px;
	border-top: 1px solid #cecbce;
	padding:5px 0px 10px 0px;
	height: 17px;
}
.playerRightElement{
	width:300px;
	padding: 0px;
	float: right;
}
.playerRightElement .iframecontainer {
	width:300px;
	height: 250px;
	margin: 0 auto 20px;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {	
	margin: 0 0 20px;
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
	border-top: solid 3px #666;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
h2.headline01 {
    margin: 0 0 40px;
    padding: 0 0 10px;
    font-size: 3.3rem;
    font-weight: bold;
	text-align: center;
    border-bottom: solid 1px #035d9f;
}
h2.headline02 {
    margin: 0 0 15px;
    padding: 0 0 5px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: solid 1px #aaa;
}
h3.headline01 {
	margin: 0 0 30px;
	padding: 0 0 5px;
	font-size: 1.6rem;
	border-bottom: solid 1px #000;
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	margin: 0 0 20px;
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
}
.header_inner {
	width: 1200px;
	margin: 0 auto 0;	
}
.header_inner .logo_area {
	float: left;
}
.header_inner .titr {
	float: right;
}
/*---------------------------------------------------------------------

navi

---------------------------------------------------------------------*/
.navi {
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0 10px;
	border-bottom: solid 1px #aaa;
	/*background: #d3d3d3;
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #a7a7a7 100%);
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#a7a7a7 100%);
	background: linear-gradient(to bottom,  #d3d3d3 0%,#a7a7a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a7a7a7',GradientType=0 );*/
}
.navi li span {
	box-sizing: border-box;
	float: left;
	width:14.285%;
	margin: 0 0 -1px 0;
	padding: 15px 0;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	border: solid 1px #aaa;
	border-right: none;
	background: #eee;
	cursor: pointer;
}
.navi li:last-child span {
	border-right: solid 1px #aaa;
}
.navi li:hover {
	background: #a7a7a7;
}
.navi li span.is-active {
	font-weight: bold;
	background: #fff;
	border-bottom: solid 1px #fff;
}
.tab-content__item {
	display: none;
}
.tab-content__item.is-active {
	display: block;
	animation: fade 0.5s ease;
}
/*---------------------------------------------------------------------

movie_list

---------------------------------------------------------------------*/
.movie_list {
	margin: 0 0 30px;
}
.movie_list li {
	width: 262px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 1.3rem;
}
.movie_list li:nth-child(4n){
	margin: 0 0 10px 0;
}
.movie_list li a {
	text-decoration: none;
}
.movie_list li a:hover {
	opacity: 0.8;
}
.movie_list li dl dt {
	margin: 0 5px 0 0;
	width: 90px;
	float: left;
}
.movie_list li dl dt img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
.movie_list li dl dd span.date {
	font-size: 1.2rem;
	color: #666;
}
.movie_list_new li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ccc;
}
.movie_list_new li a {
	text-decoration: none;
}
.movie_list_new li a:hover {
	opacity: 0.8;
}
.movie_list_new li dl dt {
	margin: 0 5px 0 0;
	width: 50px;
	float: left;
}
.movie_list_new li dl dt img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
.movie_list_new li dl dd span.date {
	font-size: 1.2rem;
	color: #666;
}
.movie_list_recommend li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ccc;
}
.movie_list_recommend li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	display: block;
	position: relative;
}
.movie_list_recommend li a:hover {
	opacity: 0.8;
}
.movie_list_recommend li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	 display: none;
}
/*------------------------------------------------------------------------

ディスクレーマ―

------------------------------------------------------------------------*/
.flash_area {
	margin: 0 0 20px;
	padding: 15px;
	border: solid 1px #ccc;
}
.disclaimer {
	margin: 0 0 10px;
	font-size: 1.2rem;
}
.disclaimer li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style: disc inside;
}
.copyms {
	padding: 10px 0;
	text-align: center;
	border-top: 2px solid #0b186d;
}
.ortxt a {
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 1px #6d0019;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: #a90329;
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );

}
.ortxt a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
	right: 15px;
    margin-top: -0.4em;
    width: 0.7em;
    height: 0.7em;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(45deg);
}