@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	Basic CSS

-------------------------------------------------- */
html {
	font-size: 10px;
	line-height: 1;
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
}
*,
*::before,
*::after {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
}
textarea {
	resize: none;
}

/* --------------------------------------------------
	loading
-------------------------------------------------- */
.loading {
	height: 480px;
	overflow: hidden;
}
.loading * {
	visibility: hidden;
}
.loading:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border-top: 5px solid #e4e4e4;
	border-right: 5px solid #e4e4e4;
	border-bottom: 5px solid #e4e4e4;
	border-left: 5px solid #327585;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------------------------------------------
	title
-------------------------------------------------- */
.title01,
.title02 {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	background-color: #1f2774;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title01 {
	font-size: 2.0rem;
	line-height: 30px;
	padding: 10px 15px 10px 50px;
	background-image: url(../img/icon_01.svg);
	background-size: auto 20px;
	background-position: 15px 15px;
	position: relative;
}
.title01 span {
	font-size: 1.6rem;
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
}
#main > .title01:first-child {
	margin-top: 50px;
}
.title02 {
	font-size: 1.8rem;
	line-height: 24px;
	padding: 10px 15px 10px 45px;
	background-image: url(../img/icon_02.svg);
	background-size: auto 14px;
	background-position: 15px 15px;
}
.title03 {
	font-size: 1.8rem;
	color: #333;
	padding-left: 10px;
	border-left: 5px solid #3b8eb1;
}
.title03 span {
}
.title04 {
	font-size: 1.6rem;
	color: #333;
	padding-left: 10px;
	border-left: 5px solid #3b8eb1;
}
.title04 span {
}
.title05 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #3b8eb1;
}

/* 例外　ランキング */
.isRanking .title01,
.isRanking .title02,
.rankingMovieList .title01,
.rankingMovieList .title02 {
	background-color: #cd0101;
}
.isRanking .title01,
.rankingMovieList .title01 {
	background-image: url(../img/icon_01-2.svg);
}

/* --------------------------------------------------
	button
-------------------------------------------------- */
.button01 {
	margin-top: 30px;
	text-align: center;
}
.button01 a {
	font-size: 1.8rem;
	text-decoration: none;
	color: #fff;
	line-height: 54px;
	display: inline-block;
	position: relative;
	width: 260px;
	height: 54px;
	border-radius: 4px;
	background-color: #3b8eb1;
}
.button01 a.on {
	pointer-events: none;
	background-color: #999999;
}
.button01 a:hover {
	opacity: 0.8;
}
.button01 a::after {
	content: "";
	display: block;
	width: 9px;
	height: 16px;
	background-image: url(../img/arrow_03.svg);
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.button01 a.on::after {
	background-image: none;
}
/* カラーバリエーション */
.button01-color01 a {
	background-color: #337585;
}

input[type='button'],
input[type='submit'],
input[type='text'] {
	border-radius: 0;
	-webkit-appearance: none;
}

/* --------------------------------------------------
	titlePreview
-------------------------------------------------- */
#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;
}

/* --------------------------------------------------
	#wrapper
-------------------------------------------------- */
#wrapper {
	position: relative;
	min-height: 100%;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
#header .logoBox {
	line-height: 40px;
	padding-left: 3px;
}
#header .logoBox::after {
	content: "";
	display: block;
	clear: both;
}
#header .logoBox img {
	vertical-align: middle;
}
#header .logoBox .headerLogo {
	float: left;
}
#header .logoBox .headerLogo img {
	width: auto;
	height: 70px;
}
#header .logoBox .headerTitle {
	float: left;
	margin-left: 20px;
}
#header .logoBox .headerTitle img {
	height: 27px;
}

/* --------------------------------------------------
	footer, page-top, modalBg
-------------------------------------------------- */
#footer {
	line-height: 1;
	color: #fff;
	background-color: #001a43;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
#footer .link a {
	text-decoration: none;
}
#page-top {
	position: fixed;
	right: 14px;
	bottom: 14px;
	display: none;
	z-index: 10000;
}
#page-top img {
	width: 40px;
	height: auto;
}
#modalBg {
	display: none;
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
#main .breadcrumbs {
	padding-top: 16px;
	padding-bottom: 16px;
}
#main .breadcrumbs ul {
	overflow: hidden;
	zoom: 1;
}
#main .breadcrumbs ul li {
	font-size: 1.2rem;
	float: left;
}
#main .breadcrumbs ul li a {
	text-decoration: none;
}
#main .breadcrumbs ul li a:hover {
	text-decoration: underline;
}
#main .breadcrumbs ul li:after {
	padding: 0 5px;
	content: '＞';
}
#main .breadcrumbs ul li:last-child:after {
	content: '';
}
#main .btnBookmark {
	float: left;
}
#main .btnBookmark a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon_05.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .btnBookmark a.on {
	background-image: url(../img/icon_05_on.png);
}
#main .btnLike {
	float: left;
}
#main .like {
	color: #696969;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 30px;
	float: left;
	display: block;
	margin-left: 5px;
	padding-left: 40px;
	padding-right: 15px;
	border-radius: 2px;
	background-image: url(../img/icon_06.png);
	background-size: auto 16px;
	background-position: 12px 6px;
}
#main .like.on {
	pointer-events: none;
	background-image: url(../img/icon_06_on.png);
}
#main a.like {
	background-color: #e6e6e6;
}
#main .like span {
	margin-left: 0.5em;
}

/* movieList */
#main .movieList {
	margin-top: 50px;
}
#main .movieList.type30 {
	margin-top: 30px;
}
#main .movieList .list {
	margin-top: 30px;
}
#main .movieList .list::after {
	content: "";
	display: block;
	clear: both;
}
#main .movieList .list li {
	float: left;
	width: 225px;
	margin-left: 20px;
}
#main .movieList .list li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
#main .movieList .list li:nth-child(n+5) {
	margin-top: 40px;
}
#main .movieList .list li .thb {
	position: relative;
}
#main .movieList .list li .thb.new::before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/icon_03.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn01::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn02::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn03::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_03.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn04::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_04.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn05::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_05.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn06::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_06.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn07::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_07.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#main .movieList .list li .thb.icn08::after {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 5px;
	right: -8px;
	background-image: url(../img/icon_opic_08.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#main .movieList .list li .thb [class^="rank-"] {
	display: flex;
	justify-content: center;
	align-items: center;
	background: no-repeat center center / 100% auto;
	background-image: url(../img/icon_bg.png);
	width: 44px;
	height: 44px;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: -8px;
	z-index: 11;
}


#main .movieList .list li .thb img {
	width: 100%;
}
#main .movieList .list li .thb .time {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 6px;
	background-color: rgba(51, 51, 51, 0.8);
	position: absolute;
	right: 0;
	bottom: 0;
}
#main .movieList .list li .ttl {
	margin-top: 15px;
}
#main .movieList .list li .ttl a {
	font-weight: bold;
}
#main .movieList .list li .cat {
	font-size: 1.2rem;
	color: #696969;
	margin-top: 10px;
	display: none;
}
#main .movieList .list li .day {
	margin-top: 15px;
}
#main .movieList .list li .tools {
	margin-top: 20px;
}
#main .movieList .list li .tools::after {
	content: "";
	display: block;
	clear: both;
}
main .movieList .notReady {
	margin-top: 30px;
}
#main .movieList .pagenation {
	margin-top: 80px;
}
#main .movieList .pagenation ul {
	text-align: center;
	letter-spacing: -.4em;
}
#main .movieList .pagenation ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 10px;
	margin-bottom: 10px;
}
#main .movieList .pagenation ul li:first-child {
	margin-left: 0;
}
#main .movieList .pagenation ul li a {
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 9px 14px;
}
#main .movieList .pagenation ul li a:hover {
	border-color: #337585;
	color: #fff;
	background: #337585;
}
#main .movieList .pagenation ul li.current a {
	border-color: #337585;
	color: #fff;
	background: #337585;
}
#main .disclaimer {
	box-sizing: border-box;
	margin-top: 50px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fafafa;
}
#main .disclaimer .ttl {
	font-size: 1.6rem;
}
#main .disclaimer .txt {
	padding-top: 14px;
}
#main .disclaimer .disclaimerBody {
	padding-top: 14px;
}
#main .disclaimer .disclaimerBody li.list {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}
#main .disclaimer .disclaimerBody li.list:first-child {
	margin-top: 0px;
}
/* noticeList */
#main .noticeList {
	margin-top: 30px;
}
#main .noticeList .noticeTitle {
	font-size: 1.6rem;
	font-weight: bold;
}
#main .noticeList dd {
	margin-top: 10px;
	margin-bottom: 50px;
}
#main .noticeList dd:last-child {
	margin-bottom: 0;
}

/*　testEnqForm*/
#main .testEnqForm {
	margin-top: 30px;
}
#main .testEnqForm .testEnqSection:first-child {
	margin-top: 0;
}
#main .testEnqForm .testEnqSection {
	margin-top: 50px;
}
#main .testEnqForm .testEnqText {
	margin-top: 20px;
}
#main .testEnqForm .testEnqBox01 {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	max-width: 640px;
	padding: 20px 30px;
	background-color: #F8F8F8;
	border: 1px solid #D2D2D2;
}
#main .testEnqForm .testEnqBox01 dt {
	float: left;
	clear: both;
}
#main .testEnqForm .testEnqBox01 dd {
	margin-left: 2em;
	margin-bottom: 20px;
}
#main .testEnqForm .testEnqBox01 dd:last-child {
	margin-bottom: 0;
}
#main .testEnqForm .testEnqBox01 input[type="text"],
#main .testEnqForm .testEnqBox01 textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .testEnqForm .testEnqResult {
	text-align: center;
	margin-top: 20px;
}

/* loginForm*/
#main .loginForm {
	max-width: 700px;
}
#main .loginForm dl {
	font-size: 1.6rem;
}
#main .loginForm .inputLogin {
	font-size: 1.6rem;
	line-height: 1;
	height: 32px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main .loginForm .submitForm {
	text-align: center;
}
#main .loginForm .loginText01 {
	text-align: right;
	font-size: 1.2rem;
	margin-top: 30px;
}
#main .loginForm .loginText02 {
	font-size: 1.6em;
	font-weight: bold;
}
#main .loginForm .loginText03 {
	margin-bottom: 30px;
}

/* btnSubmit */
#main .submitButtonBlock {
	text-align: center;
	letter-spacing: -.5em;
}
#main .btnSubmit {
	letter-spacing: normal;
	font-size: 1.6rem;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
	display: inline-block;
	margin-top: 30px;
	margin-right: 10px;
	padding-left: 2em;
	padding-right: 2em;
	height: 40px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
#main .btnSubmit:last-child {
	margin-right: 0;
}
#main .btnSubmit:hover {
	background-color: #ccc;
}

/* --------------------------------------------------
	list
-------------------------------------------------- */
#list .desc {
	overflow: hidden;
	zoom: 1;
	padding-top: 30px;
	/* display: none; */
}
#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;
	outline: none;
}

/* --------------------------------------------------
	policy
-------------------------------------------------- */
#policy ul {
	padding: 20px 20px 0 20px;
}
#policy ul li {
	margin-top: 10px;
	position: relative;
}
#policy ul li:first-child {
	margin-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;
}
#policy ul.list li {
	padding-left: 1.5em;
	position: relative;
}
#policy ul.list li .dot{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
/* --------------------------------------------------
	error
-------------------------------------------------- */
#error p {
	padding: 20px 20px 200px 20px;
}

/* --------------------------------------------------
	detail
-------------------------------------------------- */
#detail .detailHeader {
	position: relative;
	margin-top: 20px;
}
#detail .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 64px;
	position: relative;
}
#detail .ttl.new:before{
	content: "";
	display: block;
	width: 53px;
	height: 26px;
	background-image: url(../img/icon_07.svg);
	background-size: contain;
	position: absolute;
	top: 0px;
	left: 1px;
}
#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 .detailBox01 {
	margin-top: 50px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #1f2774;
}
#detail .detailBox01::after {
	content: "";
	display: block;
	clear: both;
}
#detail .day {
	font-size: 1.5rem;
	line-height: 30px;
}
#detail .relatedLink {
	margin-top: 50px;
}
#detail .relatedLink ul {
	padding-top: 20px;
}
#detail .relatedLink ul li {
	font-size: 1.6rem;
	margin-top: 5px;
	padding-left: 15px;
	background-image: url(../img/arrow_01.svg);
	background-size: auto 7px;
	background-position: left 9px;
}
#detail .relatedLink ul li:first-child {
	margin-top: 0;
}
#detail .relatedLink ul li a {
	text-decoration: none;
}
#detail .relatedLink ul li a:hover {
	text-decoration: underline;
}
#detail .desc {
	font-size: 1.6rem;
	margin-top: 50px;
}


/* --------------------------------------------------
	policy
-------------------------------------------------- */
#policy .title03 {
	margin-top: 20px;
}

/* --------------------------------------------------
	pushNotification
-------------------------------------------------- */
#pushNotification {
	font-size: 1.2rem;
	position: fixed;
	bottom: 68px;
	right: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 250px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10000;
}
#pushNotification .title05 {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#pushNotification .title {
	margin: 10px;
}
#pushNotification .linkNoticeList {
	margin: 10px;
	text-align: right;
}
#pushNotification .linkNoticeList p {
	display: inline-block;
}
#pushNotification .linkNoticeList a {
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../img/arrow_01.svg);
	background-size: auto 7px;
	background-position: left center;
}
#pushNotification .btnClose a {
	font-size: 1.8rem;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#pushNotification .btnClose a:hover {
	background-color: #ddd;
}
