/* common */

html {
	font-size: 62.5%;
	line-height: 1;
}

html body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	min-width: 320px;
	color: #333;
}

img {
	width: 100%;
	height: auto;
}

.loading {
	min-height: 480px;
	background-image: url(../img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px auto;
}
.loading * {
	display: none;
}

.show {
	display: block !important;
}

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

.inner {
	width: 980px;
	margin: 0 auto;
}

#titlePreview {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 50px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #333;
}

.ttl01 {
	font-size: 2.0rem;
	padding: 10px 0 8px;
	color: #333;
	display: block;
	border-top: 1px solid #eb0000;
	border-bottom: 1px solid #eb0000;
}

.ttl01 span {
	font-weight: bold;
	display: inline-block;
	padding: 2px 15px 0 15px;
	border-left: 5px solid #eb0000;
	*display: inline;
	*zoom: 1;
}
.ttl01:visited span {
	border-left-color: #eb0000;
}

.ttl02 {
	font-size: 2.2rem;
	min-width: 980px;
	max-width: 980px;
	margin: 0 auto;
	padding: 12px 0 10px;
	color: #fff;
	background: #eb0000;
}

.ttl02 span {
	font-weight: bold;
	display: inline-block;
	margin-left: 10px;
	padding: 2px 15px 0 15px;
	border-left: 5px solid #fff;
	*display: inline;
	*zoom: 1;
}

.ttl03 {
	font-size: 1.8rem;
	color: #333;
}

.ttl03 span {
	display: inline-block;
	padding: 2px 15px 0 10px;
	border-left: 5px solid #eb0000;
	*display: inline;
	*zoom: 1;
}

input[type='button'],
input[type='submit'],
input[type='text'] {
	border-radius: 0;
	-webkit-appearance: none;
}

/* header */

#header {
	min-width: 980px;
	padding: 20px 0 8px;
	border-bottom: 3px solid #eb0000;
	background: #fff;
}

#header .headerTop {
	overflow: hidden;
	zoom: 1;
}

#header .headerTop .logoBox {
	float: left;
	overflow: hidden;
	zoom: 1;
	padding-left: 3px;
}

#header .headerTop .logoBox .logo {
	float: left;
}

#header .headerTop .logoBox .logo img {
	max-width: 80px;
}

#header .headerTop .logoBox .ttl {
	float: left;
	padding: 10px 0 0 30px;
}

#header .headerTop .logoBox .ttl img {
	max-width: 140px;
}

#header .headerTop .js-spNaviBtn {
	display: none;
}

#header .headerTop .js-spNavi {
	display: none;
}

#header .headerTop .searchBox {
	float: right;
	box-sizing: border-box;
	border: 1px solid #aaa;
}

#header .headerTop .searchBox form {
	overflow: hidden;
	zoom: 1;
}

#header .headerTop .searchBox form .select,
#header .headerTop .searchBox form .txt,
#header .headerTop .searchBox form .btn {
	box-sizing: border-box;
	height: 38px;
	vertical-align: top;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#header .headerTop .searchBox form .select::-ms-expand {
	display: none;
}

#header .headerTop .searchBox form .select {
	padding: 0 20px 0 5px;
	border-radius: 0;
	background-color: #fff;
	background-image: url(../img/btn_search_02.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	float: left;
	outline: none;
}

#header .headerTop .searchBox form .txt {
	min-width: 18em;
	padding: 10px;
	border-left: 1px solid #aaa;
	float: left;
	outline: none;
}

#header .headerTop .searchBox form .btn {
	width: 38px;
	cursor: pointer;
	background-color: #aaa;
	background-image: url(../img/btn_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}

#header .pcNavi {
	display: block;
	padding-top: 30px;
}

#header .pcNavi ul {
	overflow: hidden;
	zoom: 1;
}

#header .pcNavi ul li {
	float: left;
}
#header .pcNavi ul li a {
	text-indent: -9999px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 196px;
	height: 34px;
}
#header .pcNavi ul li a:hover,
#header .pcNavi ul li a.current {
	background-position: 0px -34px;
}
#header .pcNavi ul li a.navi01 {
	background-image: url(../img/navi_01.gif);
}
#header .pcNavi ul li a.navi02 {
	background-image: url(../img/navi_02.gif);
}
#header .pcNavi ul li a.navi03 {
	background-image: url(../img/navi_03.gif);
}
#header .pcNavi ul li a.navi04 {
	background-image: url(../img/navi_04.gif);
}
#header .pcNavi ul li a.navi05 {
	background-image: url(../img/navi_05.gif);
}

#header .spNavi {
	display: none;
}

#footer {
	min-width: 980px;
	padding: 15px 0 10px;
	text-align: center;
	border-top: 2px solid #eb0000;
}

#footer .link {
	font-size: 1.2rem;
}

#footer .link a {
	text-decoration: none;
	color: #333;
}

#footer .link a:hover {
	text-decoration: underline;
}

#footer .copy {
	font-size: 1.0rem;
	padding-top: 10px;
	color: #b2b2b2;
}

#page-top {
	position: fixed;
	right: 14px;
	bottom: 14px;
	display: none;
}

#page-top img {
	width: 40px;
	height: auto;
}

.js-modalBg {
	display: none;
}

.wrapper {
	padding-bottom: 80px;
}

.breadcrumbs {
	padding: 14px 0;
}

.breadcrumbs ul {
	overflow: hidden;
	zoom: 1;
}

.breadcrumbs ul li {
	font-size: 1.2rem;
	float: left;
}

.breadcrumbs ul li a {
	text-decoration: none;
	color: #333;
}

.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.breadcrumbs ul li:after {
	padding: 0 5px;
	content: '＞';
}

.breadcrumbs ul li:last-child:after {
	content: '';
}

.movieList {
	margin-top: 50px;
}

.movieList.type30 {
	margin-top: 30px;
}

.movieList .list {
	overflow: hidden;
	zoom: 1;
	margin-top: 30px;
}

.movieList .list li {
	float: left;
	width: 230px;
	margin-left: 20px;
}

.movieList .list li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.movieList .list li:nth-child(n+5) {
	margin-top: 40px;
}

.movieList .list li .thb {
	position: relative;
}

.movieList .list li .thb.new a:after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;

	background-image: url(../img/ico_new.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.movieList .list li .cat {
	font-size: 1.2rem;
	margin-top: 20px;
}
.movieList .list li .cat span {
	display: inline-block;
	padding: 2px 8px;
	background: #e4e4e4;
}
.movieList .list li .cat + .cat {
	margin-top: 7px;
}

.movieList .list li .ttl {
	margin-top: 10px;
}

.movieList .list li .ttl a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.movieList .list li .ttl a:hover {
	text-decoration: underline;
}

.movieList .list li .time {
	margin-top: 10px;
}

.movieList .btnMore {
	margin-top: 30px;
	text-align: center;
}

.movieList .btnMore a {
	font-size: 1.8rem;
	display: inline-block;
	box-sizing: border-box;
	width: 340px;
	padding: 12px 0;
	text-decoration: none;
	color: #fff;
	border: 4px solid #999;
	background-color: #999;
	background-image: url(../img/btn_arrow_white.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.movieList .btnMore a:hover {
	color: #999;
	background-color: #fff;
	background-image: url(../img/btn_arrow_gray.png);
}

.movieList .pagenation {
	margin-top: 80px;
}

.movieList .pagenation ul {
	text-align: center;
	letter-spacing: -.4em;
}

.movieList .pagenation ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 10px;
	margin-bottom: 10px;
}

.movieList .pagenation ul li:first-child {
	margin-left: 0;
}

.movieList .pagenation ul li a {
	display: block;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
	padding: 9px 14px;
}

.movieList .pagenation ul li a:hover {
	border-color: #eb0000;
	color: #fff;
	background: #eb0000;
}

.movieList .pagenation ul li.current a {
	border-color: #eb0000;
	color: #fff;
	background: #eb0000;
}

#list .desc {
	overflow: hidden;
	zoom: 1;
	padding-top: 30px;
}

#list .desc .txt,
#list .desc form {
	float: left;
}

#list .desc .txt {
	font-size: 1.6rem;
	line-height: 28px;
	margin-right: 10px;
}

#list .desc form .select {
	font-size: 1.6rem;
	box-sizing: border-box;
	height: 28px;
	background: #fff;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	outline: none;
}

#detail > .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 20px;
}

#detail > .ttl.new:before{
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	background: #eb0000;
	color: #fff;
	font-weight: normal;
	padding: 1px 10px;
	margin: 0 10px 0 0;
}

#detail .playerWrapper {
	position: relative;
	max-width: 832px;
	margin: 20px auto 0;
}

#detail .playerWrapper .player {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}

#detail .linkBox {
	margin-top: 40px;
}

#detail .linkBox ul {
	padding-top: 20px;
}

#detail .linkBox ul li {
	font-size: 1.6rem;
	margin-top: 6px;
	padding-left: 20px;
	background-image: url(../img/list_02.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#detail .linkBox ul li:first-child {
	margin-top: 0;
}

#detail .linkBox ul li a {
	text-decoration: none;
	color: #289fdd;
}

#detail .linkBox ul li a:hover {
	text-decoration: underline;
}

#detail .day {
	font-size: 1.5rem;
	padding-top: 20px;
}

#detail .desc {
	font-size: 1.6rem;
	padding-top: 20px;
}

#detail .disclaimer {
	box-sizing: border-box;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fafafa;
}

#detail .disclaimer .ttl {
	font-size: 1.6rem;
}

#detail .disclaimer .txt {
	padding-top: 14px;
}

#policy .ttl01 {
	margin-top: 50px;
}

#policy .ttl01:first-child {
	margin-top: 30px;
}

#policy ul {
	padding: 20px 20px 0 20px;
}

#policy ul li {
	padding-top: 10px;
}

#policy ul li:first-child {
	padding-top: 0;
}

#policy dl {
	padding: 20px;
}

#policy dl dt {
	padding-top: 20px;
}

#policy dl dt:first-child {
	padding-top: 0;
}

#policy dl dd {
	padding-top: 2px;
}

#policy .txt {
	padding: 0 20px;
}

#error p {
	padding: 20px 20px 200px 20px;
}

@media only screen and (max-width: 767px) {

.pcOnly {
	display: none;
}

.spOnly {
	display: block;
}

.inner {
	width: 100%;
}

.ttl01 {
	font-size: 2.2rem;
}

.ttl01 span {
	font-weight: normal;
}

.ttl02 {
	min-width: initial;
}

.ttl02 span {
	font-weight: normal;
}

#header .pcNavi {
	display: none;
}

#header .spNavi {
	display: block;
}

#header {
	position: relative;
	z-index: 1000;
	box-sizing: border-box;
	min-width: initial;
	min-width: auto;
	height: 58px;
	padding: 10px 0 8px;
	border-bottom: 4px solid #eb0000;
}

#header .headerTop {
	overflow: auto;
	box-sizing: border-box;
}

#header .headerTop .logoBox {
	float: left;
	overflow: hidden;
	zoom: 1;
	padding-left: 10px;
}

#header .headerTop .logoBox .logo a,
#header .headerTop .logoBox .logo span {
	display: block;
	width: 55px;
	height: 40px;
	background-image: url(../img/logo_110.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 55px auto;
}
#header .headerTop .logoBox .logo img {
	display: none;
}

#header .headerTop .logoBox .ttl {
	padding: 5px 0 0 15px;
}

#header .headerTop .logoBox .ttl img {
	max-width: 110px;
}

#header .headerTop .js-spNaviBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
}

#header .headerTop .js-spNaviBtn a {
	display: block;
	width: 44px;
	height: 44px;
	background-image: url(../img/hamburger.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#header .headerTop .js-spNaviBtn a.active {
	background-image: url(../img/close.png);
}

#header .headerTop .js-spNavi {
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	background: #eb0000;
}

#header .headerTop .js-spNavi ul {
	box-sizing: border-box;
	padding: 10px;
}

#header .headerTop .js-spNavi ul li {
	margin-top: 5px;
}

#header .headerTop .js-spNavi ul li:first-child {
	margin-top: 0;
}

#header .headerTop .js-spNavi ul li a {
	display: block;
	box-sizing: border-box;
	padding: 15px 10px 15px 36px;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	background-image: url(../img/list_01.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 5px auto;
}

#header .headerTop .searchBox {
	float: none;
	margin: 10px;
	border: none;
}

#header .headerTop .searchBox form .select {
	display: block;
	width: 100%;
	margin-bottom: 6px;
	border-bottom: 1px solid #aaa;
	float: none;
}

#header .headerTop .searchBox form .txt {
	width: 87.3%;
	padding: 10px;
	border-top: 1px solid #aaa;
	border-left: none;
}

#header .headerTop .searchBox form .btn {
	width: 12.7%;
	cursor: pointer;
	border-top: 1px solid #aaa;
}

#footer {
	min-width: initial;
	min-width: auto;
	padding: 15px 0 10px;
	border-top: 1px solid #eb0000;
}

#footer .copy {
	padding-top: 25px;
}

#page-top {
	right: 14px;
	bottom: 36px;
}

#page-top img {
	width: 34px;
	height: auto;
}

.js-modalBg {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	background-color: #000;
	filter: alpha(opacity=40);
}

.wrapper {
	padding-bottom: 50px;
}

.wrapper .inner {
	box-sizing: border-box;
	width: auto;
	margin: 0 10px;
}

.breadcrumbs {
	padding: 17px 0;
}

.movieList .list {
	box-sizing: border-box;
	margin: 20px 10px 0;
}

.movieList .list li {
	float: none;
	width: 46.4%;
	margin-left: 0;
}

.movieList .list li:nth-child(odd) {
	float: left;
}

.movieList .list li:nth-child(even) {
	float: right;
}

.movieList .list li:nth-child(n+3) {
	margin-top: 35px;
}

.movieList .list li:nth-child(2n+1) {
	clear: both;
}

.movieList .list li .thb.new a:after {
	width: 30px;
	height: 30px;
	background-size: 100% auto;
}

.movieList .list li .cat {
	font-size: 1.0rem;
	margin-top: 8px;
}
.movieList .list li .cat span {
	padding: 2px 8px;
}

.movieList .list li .ttl {
	margin-top: 10px;
}

.movieList .list li .ttl a {
	font-weight: normal;
	text-decoration: none;
}

.movieList .list li .ttl a:hover {
	text-decoration: underline;
}

.movieList .list li .time {
	font-size: 1.2rem;
}

.movieList .list li .day {
	font-size: 1.2rem;
}

.movieList .list li .mid {
	font-size: 1.2rem;
}

.movieList .btnMore {
	margin-top: 35px;
}

.movieList .btnMore a {
	font-size: 1.6rem;
	display: inline-block;
	width: 100%;
	padding: 14px 0;
	text-decoration: none;
	color: #fff;
	border: 4px solid #999;
	background-position: right 20px center;
}

.movieList .pagenation {
	margin-top: 50px;
}

.movieList .pagenation ul li {
	margin-left: 8px;
	margin-bottom: 8px;
}

.movieList .pagenation ul li:first-child {
	margin-left: 0;
}

.movieList .pagenation ul li a {
	padding: 6px 11px;
}

#list .desc {
	box-sizing: border-box;
	margin: 0 10px;
	padding-top: 17px;
}

#list .desc .txt,
#list .desc form {
	float: none;
}

#list .desc .txt {
	font-size: 1.4rem;
}

#list .desc form {
	width: 100%;
}

#list .desc form .select {
	font-size: 1.4rem;
	display: block;
	width: 100%;
	height: 24px !important;
	margin-top: 17px;
}

#detail > .ttl.new:before{
	font-size: 1.0rem;
	padding: 4px 6px;
}

#detail .linkBox {
	margin-top: 25px;
}

#detail .linkBox ul {
	padding: 15px 0 0 10px;
}

#detail .linkBox ul li {
	font-size: 1.4rem;
	padding-left: 10px;
}

#detail .day {
	font-size: 1.4rem;
	padding-top: 25px;
}

#detail .desc {
	font-size: 1.4rem;
	padding-top: 15px;
}

#detail .disclaimer .ttl {
	font-size: 1.4rem;
}

#detail .disclaimer .txt {
	font-size: 1.2rem;
}

}

