@charset "UTF-8";
@media screen and (max-width: 767px) {
	.visible_pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.visible_sp {
		display: none !important;
	}
}

.bg-cinema {
	background: #191919 url("/resource/images/cinema/title_bg_cinema_sp.png") center top no-repeat;
	background-size: cover;
	padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
	.bg-cinema {
		background: #191919 url("/resource/images/cinema/title_bg_cinema.png") center top no-repeat;
		background-size: 130%;
		min-height: 418px;
		padding-bottom: 1px;
	}
}

@media screen and (min-width: 1120px) {
	.bg-cinema {
		background-size: 100%;
		padding-top: 60px;
	}
}

.btn-red {
	background: linear-gradient(to right, #ff5622 0%, #e22703 51%, #ff5622 100%);
	transition: 0.5s;
	background-size: 200% auto;
}

.btn-red:hover {
	opacity: 1;
	background-position: right center;
}

.wrap_offcanvas_screen2 {
	width: 100%;
	height: 120%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
	background: rgba(0, 0, 0, 0.7);
}

.close-what {
	position: absolute;
	right: 15px;
	top: -28px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.box-cinema-btn-sp {
		position: fixed;
		left: 0;
		bottom: 60px;
		width: 100%;
		z-index: 1;
		padding: 5px;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.box-cinema-btn-sp .btn-onlineticket {
		width: 100%;
		height: 40px;
		background-image: -webkit-gradient(linear, left top, right top, from(#e22703), to(#ff5622));
		background: linear-gradient(to right, #e22703 0%, #ff5622 100%);
		text-align: center;
	}
	.box-cinema-btn-sp a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0;
		position: relative;
	}
	.box-cinema-btn-sp a p {
		margin: 0 5px;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4;
	}
	.box-cinema-btn-sp a p.sm {
		font-size: 8px;
		color: #fff;
		text-align: left;
		line-height: 1.2;
	}
	.box-cinema-btn-sp a:before, .box-cinema-btn-sp a i {
		display: inline-block;
		vertical-align: middle;
		color: #fff;
	}
	.box-cinema-btn-sp a i {
		position: absolute;
		top: 15px;
		right: 10px;
	}
	.box-cinema-btn-sp.scroll {
		bottom: 40px;
	}
	.box-onlineticket {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		width: 100%;
		box-sizing: border-box;
		padding: 0 12px;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		z-index: 10;
	}
	.box-onlineticket .bevel {
		padding: 25px 20px 30px;
	}
	.box-onlineticket h3 {
		font-weight: bold;
		font-size: 18px;
		color: #fd2525;
		text-align: center;
	}
	.box-onlineticket h3:before {
		font-weight: normal;
	}
	.box-onlineticket .txt-onlineticket01 {
		margin: 20px 0 0;
		line-height: 1.7;
		font-size: 14px;
		color: #fd2525;
	}
	.box-onlineticket .txt-onlineticket01 strong {
		font-weight: bold;
	}
	.box-onlineticket .txt-onlineticket02 {
		margin: 15px 0 0;
		line-height: 1.7;
		font-size: 12px;
	}
	.box-onlineticket .txt-onlineticket02 a {
		margin-left: 5px;
		color: #154598;
	}
	.box-onlineticket .txt-onlineticket02 a span.icon-telephone {
		font-size: 12px;
		color: #154598;
	}
	.box-onlineticket .btn-onlineticket2 {
		margin: 20px auto 0;
		font-size: 14px;
	}
	.box-onlineticket .lnk-onlineticket {
		margin: 18px 0 0;
		text-align: center;
		font-size: 14px;
	}
	.box-onlineticket .close-what {
		right: 12px;
		top: -28px;
	}
	.box-cinema-pickup {
		background: #171717 url(/resource/images/cinema/bg-cinema-pickup-sp.png) center top no-repeat;
		background-size: 100% auto;
		padding: 27px 0 20px;
	}
	.box-cinema-pickup-inner h2 {
		margin: 0 0 20px;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	.box-cinema-pickup-inner > div p {
		margin: 9px 0 0;
		text-align: center;
		font-size: 13px;
		color: #fff;
	}
	.box-cinema-pickup-inner .cinema-pickup-bnr li {
		max-width: 200px;
		padding: 0 5px;
	}
	.box-cinema-pickup-inner .cinema-pickup-bnr li img {
		width: 100%;
		height: auto;
	}
	.box-cinema-pickup-inner .slick-prev:before,
	.box-cinema-pickup-inner .slick-next:before {
		color: #fff;
	}
	.cinema-index .box-cinema-main {
		padding: 0 0 24px;
	}
	.cinema-index .box-cinema-main .slick-slider {
		margin: 0;
	}
	.cinema-index .box-cinema-main .slider .slick-slide {
		width: 90vw;
		margin: 0 5px;
	}
	.cinema-index .box-cinema-main .slider img {
		max-width: 100%;
	}
	.cinema-index .box-cinema-main .slick-prev:before,
	.cinema-index .box-cinema-main .slick-next:before {
		color: #fff;
	}
	.cinema-index .box-cinema-newranking {
		position: relative;
		background: #fff url(/resource/images/cinema/bg-cinema-newranking-sp.jpg) center bottom no-repeat;
		background-size: cover;
	}
	.cinema-index .box-cinema-newranking-inner {
		padding-bottom: 10px;
	}
	.cinema-index .box-cinema-newranking-inner .txt-cinema-ranking-research {
		margin-top: 10px;
		margin-right: 5px;
		text-align: right;
		font-size: 9px;
		color: #fff;
	}
	.cinema-index .box-cinema-newranking-inner .tab li {
		position: relative;
		width: 50%;
		background: url(/resource/images/cinema/bg-cinema-tab-sp.jpg);
		border: none;
	}
	.cinema-index .box-cinema-newranking-inner .tab li span {
		font-weight: bold;
		font-size: 13px;
		color: #8b7c9f;
	}
	.cinema-index .box-cinema-newranking-inner .tab li.tab-select {
		background: none;
	}
	.cinema-index .box-cinema-newranking-inner .tab li.tab-select span {
		color: #fff;
	}
	.cinema-index .box-cinema-newranking-inner .tab-content .tab-content-ranking {
		height: 0.1px;
		visibility: hidden;
	}
	.cinema-index .box-cinema-newranking-inner .tab-content > li {
		padding: 0 2px 2px;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new {
		padding: 20px 5px 20px;
		position: relative;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new::-webkit-scrollbar {
		height: 3px;
		padding: 0;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new::-webkit-scrollbar-thumb {
		background: #b58935;
		box-shadow: none;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul li {
		float: left;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul li p {
		line-height: 1.3;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		text-align: left;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul li p.txt-cinema-newrank-roadshow {
		font-size: 9px;
		color: #aea0c1;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul li p.txt-cinema-newrank-roadshow02 {
		margin: 4px 0 0;
		font-size: 9px;
		color: #ffea77;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking {
		padding: 20px 5px 34px;
		position: relative;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking::-webkit-scrollbar {
		height: 3px;
		padding: 0;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking::-webkit-scrollbar-thumb {
		background: #b58935;
		box-shadow: none;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol:after {
		content: "";
		clear: both;
		display: block;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li {
		float: left;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li p {
		margin: 4px 0 0;
		line-height: 1.3;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		text-align: left;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li p.txt-cinema-newrank-roadshow {
		font-size: 9px;
		color: #aea0c1;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li span {
		display: block;
		margin: 3px auto 0;
		width: 32px;
		height: 27px;
		font-size: 10px;
		padding-top: 14px;
		color: #fff;
		text-align: center;
		font-family: 'Libre Baskerville', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(1) span {
		background: url(/resource/images/cinema/icon-crown01.png) center top no-repeat;
		background-size: 100% auto;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(2) span {
		background: url(/resource/images/cinema/icon-crown02.png) center top no-repeat;
		background-size: 100% auto;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(3) span {
		background: url(/resource/images/cinema/icon-crown03.png) center top no-repeat;
		background-size: 100% auto;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(4) span, .cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(5) span, .cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(6) span {
		margin: 6px auto 0;
		border: 1px solid #897a9d;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		text-align: center;
		padding-top: 0;
		line-height: 25px;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr.cinema-new-bnr-little {
		display: table;
		width: auto;
		margin: 0 auto;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr.cinema-new-bnr-little li {
		display: table-cell;
		vertical-align: top;
		max-width: 112px;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr.cinema-new-bnr-little li img {
		width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr .slick-track {
		margin-left: -34%;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr li {
		padding: 0 5px;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr li img {
		width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-ranking-bnr .slick-track {
		margin-left: -34%;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-ranking-bnr li {
		padding: 0 5px;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-ranking-bnr li img {
		width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-newranking-inner .newranking-link {
		text-align: center;
		margin-top: 10px;
	}
	.cinema-index .box-cinema-newranking-inner .newranking-link a {
		color: #fff;
	}
	.cinema-index .box-cinema-newranking-inner .btn-border-wrp.sp_hide {
		display: none;
	}
	.cinema-index .box-cinema-newranking .slick-prev:before,
	.cinema-index .box-cinema-newranking .slick-next:before {
		color: #fff;
	}
	.cinema-index .box-cinema-recommend {
		position: relative;
		padding: 22px 0 10px;
		max-height: 230px;
		overflow: hidden;
		background: #fff;
		box-sizing: border-box;
	}
	.cinema-index .box-cinema-recommend h2 {
		margin: 0 0 20px;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		color: #b58935;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner {
		margin: 0 12px;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner h3 {
		margin: 5px 0 0;
		font-weight: bold;
		font-size: 15px;
		color: #333;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text {
		vertical-align: top;
		padding: 0 15px 0 0;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend01 {
		margin: 10px 0 0;
		color: #666;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend01 span {
		font-size: 10px;
		display: block;
		line-height: 1.3;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend01 .txt-cinema-recommend-eng {
		color: #154598;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend02 {
		margin: 11px 0 0;
		line-height: 1.44;
		font-size: 13px;
		color: #666;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend03 {
		margin: 10px 0 0;
		font-size: 13px;
		color: #666;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img {
		display: table-cell;
		width: 85px;
		float: right;
		margin: 0 0 10px 10px;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img img {
		max-width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img.sp_hide {
		display: none;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-close {
		width: 100%;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-close a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-close a p {
		height: 45px;
		line-height: 45px;
		font-size: 12px;
		color: #154598;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-more {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(51%, white), to(white));
		background: linear-gradient(rgba(255, 255, 255, 0.1), white, white);
		padding-top: 25px;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-more a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-more a p {
		height: 45px;
		line-height: 45px;
		font-size: 12px;
		color: #154598;
	}
	.cinema-index .box-cinema-news {
		position: relative;
		padding: 27px 12px 50px;
	}
	.cinema-index .box-cinema-news h2 {
		margin: 0 0 20px;
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		color: #333;
	}
	.cinema-index .box-cinema-news .lnk-more {
		position: absolute;
		top: 31px;
		right: 14px;
	}
	.cinema-index .box-cinema-news .lnk-more a span {
		display: block;
		padding: 0 13px 0 0;
		font-weight: bold;
		font-size: 11px;
		color: #154598;
	}
	.cinema-index .box-cinema-news .lnk-more a span:before {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		color: #154598;
	}
	.cinema-index .box-cinema-news > div > ul li {
		position: relative;
		margin: 10px 0 0;
		z-index: 0;
		float: none;
	}
	.cinema-index .box-cinema-news > div > ul li.is-important:before {
		content: "";
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 0;
		left: 0;
		background: url(/resource/images/cinema/icn-cinema-important.png) no-repeat;
		background-size: cover;
		z-index: 10;
	}
	.cinema-index .box-cinema-news > div > ul li.is-important a .bevel .txt-cinema-news01 .txt-cinema-news-label {
		background: #f23e3e;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel {
		width: 100%;
		margin: 0;
		padding: 16px 25px 16px 15px;
		text-align: left;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel img {
		display: block;
		float: left;
		margin-right: 12px;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel .txt-cinema-news01 .txt-cinema-news-label {
		display: inline-block;
		margin: 0 7px 0 0;
		padding: 2px 3px 1px 4px;
		background: #154598;
		font-size: 10px;
		color: #fff;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel .txt-cinema-news01 .txt-cinema-news-date {
		font-size: 10px;
		color: #666;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel .txt-cinema-news02 {
		margin: 11px 0 0;
		font-weight: bold;
		font-size: 14px;
		color: #333;
		line-height: 1.2;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel i {
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: -7px;
		color: #154598;
	}
	.cinema-index .box-cinema-faq {
		padding: 25px 0;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-text {
		padding: 0 10px 20px;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-text p {
		line-height: 1.2;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-btn .btn {
		margin: 0 auto;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-btn .btn-border {
		background: #fff;
	}
	.cinema-index .wrp-max, .cinema-index .box-cinema-main, .cinema-index .nav-sub, .cinema-index .btn-shadow {
		opacity: 0;
		transition: all 350ms 0s ease-in;
	}
	.cinema-index .wrp-max.is-active, .cinema-index .box-cinema-main.is-active, .cinema-index .nav-sub.is-active, .cinema-index .btn-shadow.is-active {
		opacity: 1;
	}
}

@media screen and (max-width: 1119px) {
	.btn-cinema-search .btn-shadow {
		width: 220px;
		margin: 0 auto;
	}
	.btn-cinema-search .btn {
		margin: 3px auto 43px;
	}
	.nav-sub {
		display: none;
	}
	.hdg-top .nav-sub {
		display: block;
	}
	.hdg-top .nav-sub .nav-sub-inner ul {
		display: table;
		width: 100%;
	}
	.hdg-top .nav-sub .nav-sub-inner ul li {
		position: relative;
		display: table-cell;
		padding: 0 5px;
		line-height: 1.2;
		vertical-align: middle;
	}
	.hdg-top .nav-sub .nav-sub-inner ul li a {
		font-weight: bold;
		font-size: 13px;
		color: #fffdfd;
	}
	.hdg-top .nav-sub .nav-sub-inner ul li a span {
		display: inline-block;
		font-weight: normal;
		font-size: 13px;
		color: #fffdfd;
	}
	.hdg-top .nav-sub .nav-sub-inner ul li:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 20px;
		background: #484847;
		transform: translateY(-50%);
	}
	.hdg-top .nav-sub .nav-sub-inner ul li:first-child:after {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.box-onlineticket {
		display: none;
		position: fixed;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		width: 590px;
	}
	.box-onlineticket .bevel {
		padding: 40px 40px 47px;
	}
	.box-onlineticket h3 {
		font-weight: bold;
		font-size: 18px;
		color: #fd2525;
		text-align: center;
	}
	.box-onlineticket .txt-onlineticket01 {
		margin: 38px 0 0;
		line-height: 1.7;
		font-size: 15px;
		color: #fd2525;
	}
	.box-onlineticket .txt-onlineticket01 strong {
		font-weight: bold;
	}
	.box-onlineticket .txt-onlineticket02 {
		margin: 25px 0 0;
		line-height: 1.7;
	}
	.box-onlineticket .txt-onlineticket02 a {
		margin-left: 5px;
		cursor: default;
		color: #333;
	}
	.box-onlineticket .txt-onlineticket02 a:hover {
		transition: none;
		opacity: 1;
		color: #333;
	}
	.box-onlineticket .btn-onlineticket2 {
		position: relative;
		margin: 30px auto 0;
		min-height: 51px;
	}
	.box-onlineticket .btn-onlineticket2 > div {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.box-onlineticket .btn-onlineticket2 > div .btn {
		margin-top: 0;
	}
	.box-onlineticket .lnk-onlineticket {
		margin: 13px 0 0;
		text-align: center;
	}
	.box-onlineticket .close-what {
		right: 0;
		top: -40px;
	}
	.box-cinema-pickup {
		background: #171717 url(/resource/images/cinema/bg-cinema-pickup.png) center top no-repeat;
		background-size: 133% auto;
		padding: 55px 0 60px;
		overflow-x: hidden;
	}
	.box-cinema-pickup-inner {
		max-width: 1128px;
		margin: 0 auto;
	}
	.box-cinema-pickup-inner h2 {
		margin: 0 0 40px;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
		text-align: center;
	}
	.box-cinema-pickup-inner > div {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 0;
	}
	.box-cinema-pickup-inner > div p {
		margin: 9px 0 0;
		text-align: center;
		font-size: 14px;
		color: #fff;
	}
	.box-cinema-pickup-inner .cinema-pickup-bnr li {
		padding: 0 5px;
	}
	.box-cinema-pickup-inner .cinema-pickup-bnr li img {
		width: 100%;
		height: auto;
	}
	.box-cinema-pickup-inner .slick-prev:before,
	.box-cinema-pickup-inner .slick-next:before {
		color: #fff;
	}
	.cinema .slick-list a {
		display: block;
		background-color: #fff;
	}
	.cinema .slick-list a img {
		width: 100%;
		height: auto;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.cinema .slick-list a:hover {
		opacity: 1;
	}
	.cinema .slick-list a:hover img {
		opacity: 0.8;
	}
	.cinema-index .slick-slide {
		text-align: center;
	}
	.cinema-index .slick-next {
		right: -38px;
	}
	.cinema-index .hdg-top {
		padding: 50px 0 0;
	}
	.cinema-index .hdg-top .hdg-top-sm {
		margin-bottom: 45px;
	}
	.cinema-index .box-cinema-main {
		position: relative;
		z-index: 0;
	}
	.cinema-index .box-cinema-main > div {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}
	.cinema-index .box-cinema-main > div .slider {
		margin-bottom: 93px;
	}
	.cinema-index .box-cinema-main > div .slider .slick-slide {
		width: 830px;
		padding: 0 30px;
	}
	.cinema-index .box-cinema-main > div .slider .slick-slide:not(.slick-center) {
		-webkit-filter: opacity(70%);
		filter: opacity(70%);
		transition: 0.2s ease-in-out;
	}
	.cinema-index .box-cinema-main > div .slider .slick-arrow {
		z-index: 1;
	}
	.cinema-index .box-cinema-main > div .slider .slick-arrow.slick-prev {
		left: 50%;
		margin-left: -430px;
	}
	.cinema-index .box-cinema-main > div .slider .slick-arrow.slick-next {
		right: 50%;
		margin-right: -422px;
	}
	.cinema-index .box-cinema-main > div .slider .slick-dots {
		bottom: -34px;
	}
	.cinema-index .box-cinema-main > div .slider:before, .cinema-index .box-cinema-main > div .slider:after {
		content: '';
		direction: block;
		position: absolute;
		top: 0;
		width: 200px;
		height: 100%;
		z-index: 1;
	}
	.cinema-index .box-cinema-main > div .slider:before {
		left: 0;
		background: linear-gradient(to right, #191919 0%, #191919 20%, rgba(25, 25, 25, 0) 100%);
	}
	.cinema-index .box-cinema-main > div .slider:after {
		right: 0;
		background: linear-gradient(to right, rgba(25, 25, 25, 0) 0%, #191919 75%, #191919 100%);
	}
	.cinema-index .box-cinema-main .slick-prev:before,
	.cinema-index .box-cinema-main .slick-next:before {
		color: #fff;
	}
	.cinema-index .box-cinema-newranking {
		position: relative;
		padding: 35px 0 30px;
		background: #fff url(/resource/images/cinema/bg-cinema-newranking.jpg) center top no-repeat;
		background-size: 100% 700px;
	}
	.cinema-index .box-cinema-newranking-inner {
		max-width: 1008px;
		margin: 0 auto;
	}
	.cinema-index .box-cinema-newranking-inner .tab {
		max-width: 878px;
		margin: 0 auto;
		padding: 0 0 30px;
	}
	.cinema-index .box-cinema-newranking-inner .tab li {
		position: relative;
		width: 50%;
		border-bottom: 1px solid #191919;
		color: #8b7c9f;
	}
	.cinema-index .box-cinema-newranking-inner .tab li span {
		font-size: 20px;
		color: inherit;
	}
	.cinema-index .box-cinema-newranking-inner .tab li.tab-select, .cinema-index .box-cinema-newranking-inner .tab li:hover {
		color: #fff;
	}
	.cinema-index .box-cinema-newranking-inner .tab li:hover:after {
		opacity: 0;
	}
	.cinema-index .box-cinema-newranking-inner .tab li.tab-select:after {
		bottom: -1px;
		background-color: #e0e0e0;
		border: none;
		opacity: 1;
	}
	.cinema-index .box-cinema-newranking-inner .tab-content {
		width: 905px;
		margin: 0 auto;
	}
	.cinema-index .box-cinema-newranking-inner .tab-content .tab-content-ranking {
		height: 0.1px;
		visibility: hidden;
	}
	.cinema-index .box-cinema-newranking-inner .txt-cinema-ranking-research {
		margin: 18px 0 0;
		text-align: right;
		font-size: 10px;
		color: #aea0c1;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul li p {
		margin: 3px 0 0;
		line-height: 1.3;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
		text-align: left;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul li p.txt-cinema-newrank-roadshow {
		font-size: 10px;
		color: #aea0c1;
		margin-top: 3px;
		font-weight: normal;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-new ul li p.txt-cinema-newrank-roadshow02 {
		font-size: 10px;
		color: #ffea77;
		margin-top: 9px;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol {
		width: 100%;
		display: table;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li {
		display: table-cell;
		padding: 0 14px;
		max-width: 150px;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li p {
		margin: 7px 0 0;
		line-height: 1.3;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
		text-align: left;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li p.txt-cinema-newrank-roadshow {
		font-size: 10px;
		color: #aea0c1;
		margin-top: 3px;
		font-weight: normal;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li img {
		width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li span {
		display: block;
		margin: 5px auto 0;
		width: 35px;
		height: 30px;
		font-size: 10px;
		padding-top: 16px;
		color: #fff;
		text-align: center;
		font-family: 'Libre Baskerville', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(1) span {
		background: url(/resource/images/cinema/icon-crown01.png) center top no-repeat;
		background-size: 100% auto;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(2) span {
		background: url(/resource/images/cinema/icon-crown02.png) center top no-repeat;
		background-size: 100% auto;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(3) span {
		background: url(/resource/images/cinema/icon-crown03.png) center top no-repeat;
		background-size: 100% auto;
	}
	.cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(4) span, .cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(5) span, .cinema-index .box-cinema-newranking-inner .box-cinema-ranking ol li:nth-of-type(6) span {
		margin: 10px auto 0;
		border: 1px solid #897a9d;
		border-radius: 50%;
		width: 27px;
		height: 27px;
		text-align: center;
		padding-top: 0;
		line-height: 27px;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr.cinema-new-bnr-little {
		display: table;
		width: auto;
		margin: 0 auto;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr.cinema-new-bnr-little li {
		display: table-cell;
		vertical-align: top;
		max-width: 181px;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr.cinema-new-bnr-little li img {
		width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr li {
		padding: 0 14px;
	}
	.cinema-index .box-cinema-newranking-inner .cinema-new-bnr li img {
		width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-newranking-inner .btn-border-wrp {
		background: #fff;
		margin-top: 40px;
	}
	.cinema-index .box-cinema-newranking-inner .btn-border-wrp .btn-border {
		color: #fff;
		background: #402e5b;
	}
	.cinema-index .box-cinema-newranking .slick-prev:before,
	.cinema-index .box-cinema-newranking .slick-next:before {
		color: #fff;
	}
	.cinema-index .box-cinema-recommend {
		position: relative;
		padding: 60px 0 65px;
		background: #fff url(/resource/images/cinema/bg-cinema-recommend.jpg) center bottom no-repeat;
		background-size: 100%;
	}
	.cinema-index .box-cinema-recommend h2 {
		margin: 0 0 10px;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		color: #b58935;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner {
		width: 992px;
		margin: 0 auto;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner:after {
		content: "";
		clear: both;
		display: block;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner h3 {
		margin: 17px 0 0;
		font-weight: bold;
		font-size: 18px;
		color: #333;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text {
		width: 772px;
		float: left;
		padding: 0 0 65px;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend01 {
		margin: 10px 0 0;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend01 span {
		font-size: 12px;
		color: #666;
		line-height: 1.4;
		display: block;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend01 .txt-cinema-recommend-eng {
		color: #154598;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend02 {
		margin: 18px 0 0;
		line-height: 1.44;
		font-size: 14px;
		color: #666;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text .txt-cinema-recommend03 {
		margin: 14px 0 0;
		font-size: 14px;
		color: #666;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img {
		width: 200px;
		float: right;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img img {
		max-width: 100%;
		height: auto;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img.pc_hide {
		display: none;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .txt-link:hover {
		text-decoration: none;
		border-bottom: solid 1px;
		transition: none;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-close {
		display: none;
	}
	.cinema-index .box-cinema-recommend .btn-cinema-recommend-more {
		display: none;
	}
	.cinema-index .box-cinema-recommend .txt-link:hover {
		border-bottom: none;
	}
	.cinema-index .box-cinema-news {
		position: relative;
		max-width: 1128px;
		margin: 0 auto;
		padding: 50px 0 0;
	}
	.cinema-index .box-cinema-news h2 {
		margin: 0 0 20px;
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		color: #333;
	}
	.cinema-index .box-cinema-news .lnk-more {
		position: absolute;
		top: 52px;
		right: 0;
	}
	.cinema-index .box-cinema-news .lnk-more a span {
		display: block;
		padding: 0 13px 0 0;
		font-weight: bold;
		font-size: 13px;
		color: #154598;
	}
	.cinema-index .box-cinema-news .lnk-more a span:before {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		color: #154598;
	}
	.cinema-index .box-cinema-news > div {
		overflow-x: hidden;
	}
	.cinema-index .box-cinema-news > div > ul {
		margin: 0 -4px;
		padding-bottom: 40px;
	}
	.cinema-index .box-cinema-news > div > ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.cinema-index .box-cinema-news > div > ul li {
		position: relative;
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding: 9px 4px 0;
		z-index: 0;
	}
	.cinema-index .box-cinema-news > div > ul li.is-important:before {
		content: "";
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 9px;
		left: 4px;
		background: url(/resource/images/cinema/icn-cinema-important.png) no-repeat;
		background-size: cover;
		z-index: 10;
	}
	.cinema-index .box-cinema-news > div > ul li.is-important a .bevel .txt-cinema-news01 .txt-cinema-news-label {
		background: #f23e3e;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel {
		width: 100%;
		margin: 0;
		padding: 20px;
		text-align: left;
		transition: all .5s ease-in-out;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel > div:after {
		content: "";
		clear: both;
		display: block;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel > div img {
		display: block;
		float: left;
		margin-right: 20px;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel > div .txt-cinema-news01 .txt-cinema-news-label {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 4px 4px 3px 4px;
		background: #154598;
		font-size: 11px;
		color: #fff;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel > div .txt-cinema-news01 .txt-cinema-news-date {
		font-size: 12px;
		color: #666;
		transition: .5s;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel > div .txt-cinema-news02 {
		margin: 10px 0 0;
		font-weight: bold;
		font-size: 15px;
		color: #333;
		transition: .5s;
		line-height: 1.2;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel:hover:before {
		padding: 0 0 3px;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel:hover .txt-cinema-news-date,
	.cinema-index .box-cinema-news > div > ul li a .bevel:hover .txt-cinema-news02 {
		color: #1a95ce !important;
	}
	.cinema-index .box-cinema-news > div > ul li a .bevel i {
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: -7px;
		color: #154598;
	}
	.cinema-index .box-cinema-faq {
		max-width: 840px;
		margin: 0 auto;
		padding: 55px 0;
	}
	.cinema-index .box-cinema-faq:after {
		content: "";
		clear: both;
		display: block;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-text {
		float: left;
		width: 560px;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-text p {
		line-height: 1.55;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-btn {
		float: right;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-btn .btn {
		margin: 0;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-btn .btn-border {
		margin: 0;
		background: #fff;
	}
}

@media screen and (min-width: 1120px) {
	.nav-sub {
		width: 100%;
		background: #191919 url("/resource/images/cinema/title_bg_cinema.png") center top no-repeat;
		background-size: 100%;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 110px;
		transition: all .5s ease-in-out;
	}
	.nav-sub.scroll {
		top: 73px;
	}
	.nav-sub.scroll-top {
		top: 0px;
	}
	.nav-sub:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.nav-sub .nav-sub-inner {
		width: 1120px;
		margin: 0 auto;
	}
	.nav-sub .nav-sub-inner:after {
		content: "";
		clear: both;
		display: block;
	}
	.nav-sub .nav-sub-inner ul {
		display: table;
		height: 59px;
		float: left;
	}
	.nav-sub .nav-sub-inner ul li {
		display: table-cell;
		padding: 0 37px 0 0;
	}
	.nav-sub .nav-sub-inner ul li a {
		position: relative;
		display: block;
		min-height: 59px;
		line-height: 59px;
		font-size: 14px;
	}
	.nav-sub .nav-sub-inner ul li a:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		opacity: 0;
		background: #2a49a4;
		transition: all .5s ease-in-out;
	}
	.nav-sub .nav-sub-inner ul li a:hover {
		font-weight: bold;
		color: #2a49a4;
		opacity: 1;
	}
	.nav-sub .nav-sub-inner ul li a:hover:after {
		opacity: 1;
	}
	.nav-sub .nav-sub-inner ul li.nav-sub-index a {
		font-weight: bold;
		color: #2a49a4;
	}
	.nav-sub .nav-sub-inner ul li.nav-sub-index a:after {
		opacity: 1;
	}
	.nav-sub .nav-sub-inner .btn-onlineticket {
		font-size: 14px;
		float: right;
		margin: 6px auto;
		width: 230px;
	}
	.nav-sub .nav-sub-inner .btn-onlineticket .btn {
		width: 230px;
		padding: 7px 15px 7px 0;
	}
	.nav-sub .nav-sub-inner .btn-onlineticket .btn span {
		color: #fff;
		font-size: 10px;
		line-height: 1;
	}
	.box-cinema-btn-sp {
		display: none;
	}
	.cinema-index .btn-cinema-search .nav-sub {
		display: none;
	}
	.cinema-index .btn-cinema-search .btn {
		margin: 3px auto 40px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.box-cinema-btn-sp {
		position: fixed;
		left: 0;
		bottom: 60px;
		width: 100%;
		z-index: 1;
		padding: 5px;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.box-cinema-btn-sp .btn-onlineticket {
		width: 100%;
		height: 40px;
		background: linear-gradient(to right, #e22703 0%, #ff5622 100%);
		text-align: center;
	}
	.box-cinema-btn-sp a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0;
		position: relative;
	}
	.box-cinema-btn-sp a p {
		margin: 0 5px;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4;
	}
	.box-cinema-btn-sp a p.sm {
		font-size: 8px;
		color: #fff;
		text-align: left;
		line-height: 1.2;
	}
	.box-cinema-btn-sp a:before, .box-cinema-btn-sp a i {
		display: inline-block;
		vertical-align: middle;
		color: #fff;
	}
	.box-cinema-btn-sp a i {
		position: absolute;
		top: 15px;
		right: 10px;
	}
	.box-cinema-btn-sp.scroll {
		bottom: 40px;
	}
	.box-cinema-pickup {
		padding: 55px 20px 60px;
	}
	.cinema-index .hdg-top {
		padding: 60px 0 20px;
	}
	.cinema-index .bg-cinema {
		padding: 0 20px;
	}
	.cinema-index .box-cinema-main > div .slider:before, .cinema-index .box-cinema-main > div .slider:after {
		content: none;
	}
	.cinema-index .box-cinema-newranking {
		padding-top: 15px;
	}
	.cinema-index .box-cinema-newranking-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cinema-index .box-cinema-recommend {
		padding: 50px 10px 35px;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-text {
		width: 77%;
		padding-bottom: 15px;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img {
		width: 20%;
	}
	.cinema-index .box-cinema-recommend .box-cinema-recommend-inner .box-cinema-recommend-img img {
		max-width: 153px;
	}
	.cinema-index .box-cinema-news {
		padding: 50px 20px 0;
	}
	.cinema-index .box-cinema-faq {
		padding: 30px 20px;
	}
	.cinema-index .box-cinema-faq .box-cinema-faq-text {
		width: 60%;
	}
}

.bnr-area {
	background: url(/resource/images/cinema/bg-cinema-bnr.png);
}

.bnr-area__inner {
	position: relative;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px 10px;
}

@media screen and (min-width: 768px) {
	.bnr-area__inner {
		padding: 40px 15px;
	}
}

.bnr-area__ttl {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.bnr-area__ttl {
		font-size: 21px;
	}
}

.bnr-area ul {
	font-size: 0;
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.bnr-area ul {
		margin-top: 30px;
	}
}

.bnr-area ul li {
	display: inline-block;
	width: 100%;
	padding: 0 0 5px;
}

@media screen and (min-width: 768px) {
	.bnr-area ul li {
		padding: 0 7px;
		width: 50%;
	}
}

.bnr-area ul li img {
	width: 100%;
}
