@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	SPサイズ用 CSS

-------------------------------------------------- */
body {
	min-width: 320px;
}
.pcOnly {
	display: none;
}

/* title */
.title01 {
	font-size: 2.2rem;
}
.movieList .title01,
.rankingMovieList .title01{
	margin-left: -10px;
	margin-right: -10px;
}

/* --------------------------------------------------
	title
-------------------------------------------------- */
.title01 span {
	font-weight: normal;
}
.title02 {
	min-width: initial;
}
.title02 span {
	font-weight: normal;
}
.title04 {
	font-size: 1.4rem;
}

/* --------------------------------------------------
	button01
-------------------------------------------------- */
.button01 a {
	font-size: 1.6rem;
	display: inline-block;
	width: 100%;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
#header {
	position: relative;
	z-index: 1000;
	padding: 5px;
	border-bottom: 4px solid #1f2774;
}
#header .headerTop {
	overflow: auto;
	box-sizing: border-box;
}
#header .logoBox {
	line-height: 44px;
	padding-left: 10px;
}
#header .logoBox .headerLogo img {
	height: 40px;
}
#header .logoBox .headerTitle {
	margin-left: 10px;
}
#header .logoBox .headerTitle img {
	height: 16.5px;
}

/* --------------------------------------------------
	btnGlobalNavi
-------------------------------------------------- */
#btnGlobalNavi {
	position: absolute;
	top: 5px;
	right: 5px;
}
#btnGlobalNavi a {
	display: block;
	width: 44px;
	height: 44px;
	background-image: url(../img/btn_menu_01.svg);
	background-size: auto 88px;
}
#btnGlobalNavi a.active {
	background-position: 0px -44px;
}

/* --------------------------------------------------
	globalNavi
-------------------------------------------------- */
#globalNavi {
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	background-color: rgba(51,51,51,0.95);
	height: 0;
	overflow-y: hidden;
	transition: height 0.2s;
}
#globalNavi.open {
	height: 430px;
}
#globalNavi ul {
	box-sizing: border-box;
	padding: 10px;
}
#globalNavi li {
	margin-top: 5px;
}
#globalNavi li:first-child {
	margin-top: 0;
}
#globalNavi .globalNavi01 a {
	line-height: 15px;
	display: block;
	box-sizing: border-box;
	padding: 15px 10px 15px 30px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../img/arrow_01.svg);
	background-position: 12px center;
	background-size: auto 6px;
}
#globalNavi .globalNavi02 {
	font-size: 1.2rem;
}
#globalNavi .globalNavi02 li {
	line-height: 40px;
	padding-left: 30px;
	background-image: url(../img/arrow_02.svg);
	background-position: 12px center;
	background-size: auto 6px;
}
#globalNavi .globalNavi02 a {
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}

/* --------------------------------------------------
	footer, page-top, modalBg
-------------------------------------------------- */
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .link {
	font-size: 1.0rem;
}
#footer .copy {
	font-size: 0.8rem;
}
#footer .link + .copy {
	padding-top: 25px;
}
#page-top {
	right: 14px;
	bottom: 36px;
}
#page-top img {
	width: 34px;
	height: auto;
}
#modalBg {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
/*
	background-color: #000;
	filter: alpha(opacity=40);
*/
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
#main {
	padding-bottom: 50px;
}
#main .inner {
	box-sizing: border-box;
	width: auto;
	margin: 0 10px;
}
#main .btnBookmark a {
	width: 25px;
	height: 25px;
}
#main .like {
	font-size: 1.2rem;
	line-height: 25px;
	padding-left: 25px;
	padding-right: 10px;
	background-size: auto 12px;
	background-position: 8px center;
}
#main .movieList .list {
	box-sizing: border-box;
	margin: 20px 10px 0;
}
#main .movieList .list li {
	float: none;
	width: 46.4%;
	margin-left: 0;
}
#main .movieList .list li:nth-child(odd) {
	float: left;
}
#main .movieList .list li:nth-child(even) {
	float: right;
}
#main .movieList .list li:nth-child(n+3) {
	margin-top: 35px;
}
#main .movieList .list li:nth-child(2n+1) {
	clear: both;
}
#main .movieList .list li .thb .time {
	font-size: 1.0rem;
	padding: 5px;
}
#main .movieList .list li .thb.new::before {
	width: 38px;
	height: 38px;
}
#main .movieList .list li .thb.recommend::after {
	top: 2px;
	right: -5px;
	width: 30px;
	height: 30px;
}
#main .movieList .list li .cat {
	font-size: 1.0rem;
	margin-top: 8px;
}
#main .movieList .list li .cat span {
	padding: 2px 8px;
}
#main .movieList .list li .ttl {
	margin-top: 10px;
}
#main .movieList .list li .ttl a {
	font-weight: normal;
	text-decoration: none;
}
#main .movieList .list li .ttl a:hover {
	text-decoration: underline;
}
#main .movieList .list li .day {
	font-size: 1.2rem;
}
#main .movieList .pagenation {
	margin-top: 50px;
}
#main .movieList .pagenation ul li {
	margin-left: 8px;
	margin-bottom: 8px;
}
#main .movieList .pagenation ul li:first-child {
	margin-left: 0;
}
#main .movieList .pagenation ul li a {
	padding: 6px 11px;
}
#main .disclaimer .ttl {
	font-size: 1.4rem;
}
#main .disclaimer .txt {
	font-size: 1.2rem;
}

/* noticeList */
#main .noticeList .noticeTitle {
	margin-top: 5px;
}

/* testEnqForm */
#main .testEnqForm .testEnqBox01 {
	margin-top: 30px;
	padding: 20px;
}
#main .testEnqForm .testEnqBox01 dl {
	font-size: 1.6rem;
}
#main .testEnqForm .testEnqBox01 input[type="text"],
#main .testEnqForm .testEnqBox01 textarea,
#main .testEnqForm .testEnqBox01 select {
	font-size: 1.4rem;
	padding: 5px;
}

/* loginForm*/
#main .loginForm {
	margin: 50px auto;
}
#main .loginForm dt {
	margin-bottom: 10px;
}
#main .loginForm dd {
	margin-bottom: 20px;
}

/* --------------------------------------------------
	list
-------------------------------------------------- */
#list .desc {
	box-sizing: border-box;
	margin: 0 10px;
	padding-top: 20px;
}
#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
-------------------------------------------------- */
#detail .ttl {
	padding-left: 0;
}
#detail .ttl.new {
	padding-left: 64px;
}
#detail > .ttl.new:before{
	font-size: 1.0rem;
	padding: 4px 6px;
}
#detail .detailToolBar {
	margin-top: 10px;
}
#detail .relatedLink {
	margin-top: 25px;
}
#detail .relatedLink ul {
	padding: 15px 0 0 10px;
}
#detail .relatedLink ul li {
	font-size: 1.4rem;
	padding-left: 10px;
}
#detail .detailBox01 {
	margin-top: 15px;
}
#detail .day {
	font-size: 1.4rem;
	line-height: 1;
}
#detail .desc {
	font-size: 1.4rem;
	margin-top: 15px;
}

/* --------------------------------------------------
	pushNotification
-------------------------------------------------- */
#pushNotification {
	bottom: 84px;
}
