.nav-top::before {
	position: relative;
	top: 30px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background: #333;
}

.nav-top:hover::before {
	background: #24788b;
}

.slider {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.slick-box {
	padding: 0;
}

.slick-box .slide__img-wrap {
	background: #ccc;
}

.slick-box .slide__img {
	width: 100%;
}

.slick-box .slick-box__item {
	position: relative;
}

.slick-box .ico-new {
	font-family: 'Exo', sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	position: absolute;
	z-index: 10;
	bottom: 110px;
	left: 50%;
	display: block;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	letter-spacing: 2px;
	color: #fff;
}

.slider__ttl {
	position: relative;
	top: -40px;
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: center;
	background: #fff;
}

.slider__ttl .slide__link {
	text-decoration: none;
}

.slider__ttl .slide__link:hover {
	text-decoration: underline;
	color: #24788b;
}

.slider__ttl .slide__ttl {
	font-size: 30px;
	margin-top: 15px;
	color: #000;
}

.slider__ttl .slide__ttl:hover {
	color: #24788b;
}

.sec-01 {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/index/bg_image_01.png) no-repeat center center;
	background-position: left top 40px;
	background-size: 100% 93%;
}

.sec-01 .sec__ttl {
	margin-bottom: 20px;
}

.sec-02 {
	width: 980px;
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
}

.sec-02 .sec__ttl {
	margin-bottom: 30px;
}

.sec-02 .sec__ttl .header01 {
	width: 200px;
	margin: 0 auto;
	background: #fff;
}

.sec-02 .sec__ttl .header02::before {
	position: relative;
	z-index: -1;
	top: -25px;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #b8c2c5;
}

.sec__ttl {
	font-family: 'Exo', sans-serif;
}

.sec__ttl .header01 {
	font-size: 47px;
	margin-bottom: 0;
	color: #474e50;
}

.sec__ttl .header02 {
	font-size: 18px;
	margin-top: -18px;
	color: #828b8e;
}

.sec__list {
	margin-top: 13px;
}

.ticket-link {
	font-size: 18px;
	display: block;
	width: 300px;
	margin: 0 auto 30px;
	padding: 14px 0;
	text-decoration: none;
	color: #000;
	border: 3px solid #000;
	background: #fff;
	text-align: center;
}

.ticket-link:hover {
	opacity: 1;
	color: #fff;
	border: 3px solid #24788b;
	background: #24788b;
}

.ticket-link span {
	display: block;
	font-size: 14px;
}

.sec__list .sec__movie__list {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.sec__list__item {
	position: relative;
	display: inline-block;
	width: 470px;
	margin-bottom: 40px;
	vertical-align: top;
	background: #1f282a;
}

.sec__list__item:nth-child(2n) {
	margin-left: 35px;
}

.sec__list__item:hover,
.sec__list__item:hover .item__date {
	opacity: 1;
	background: #24788b;
}

.sec__list__item .sec__item__link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.sec__list__item .sec__item__img {
	width: 100%;
}

.sec__list__item .item__ttl {
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	box-sizing: border-box;
	min-height: 90px;
	margin: 0 15px;
	padding: 20px;
	color: #fff;
}

.sec__list__item .item__ttl .item__ttl__txt {
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sec__list__item .item__date {
	font-size: 14px;
	position: absolute;
	top: -37px;
	left: -15px;
	display: inline;
	padding: 15px 20px 0;
	color: #fff;
	background: #1f282a;
}

.topic__list,
.topic__box {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.topic__list {
	width: 850px;
}

.topic__list .topic__list__item {
	margin: 6px 0 45px 0;
}

.topic__box {
	display: flex;
	justify-content: left;
}

.topic__box .box--01 {
	font-size: 14px;
	text-align: right;
	color: #748185;
}

.topic__box .box--02 {
	margin-left: 40px;
	text-align: left;
}

.topic__box .box--02 .topic__link {
	text-decoration: none;
}

.topic__box .box--02:hover .topic__ttl,
.topic__box .box--02:hover .topic__detail {
	color: #24788b;
}

.topic__box .box--02:hover .topic__ttl {
	text-decoration: underline;
}

.topic__box .topic__genre {
	margin-top: 5px;
	margin-bottom: 18px;
}

.topic__box .topic__date {
	font-family: 'Exo', sans-serif;
	letter-spacing: 1px;
}

.topic__box .topic__ttl {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
}

.topic__box .topic__detail {
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.more-read {
	font-size: 16px;
	display: block;
	width: 300px;
	margin: 40px auto 0;
	padding: 16px 0;
	text-decoration: none;
	color: #000;
	border: 1px solid #b8c2c5;
	background: #fff;
}

.more-read:hover {
	opacity: 1;
	color: #fff;
	background: #1f464f;
}

.sec-03 {
	margin: 0 auto;
	margin-top: 120px;
	padding-top: 1px;
	padding-bottom: 90px;
	text-align: center;
	background: url(../images/index/bg_image_02.png);
}

.sec-03 .sec__ttl {
	margin-top: 40px;
}

.sec-03 .sec__ttl .header01 {
	color: #fff;
}

.sec-03 .sec__ttl .header02 {
	color: #bac1c3;
}

.sec-03 .more-read {
	color: #fff;
	border: 1px solid #b8c2c5;
	background: none;
}

.sec-03 .more-read:hover {
	border: 1px solid #1f282a;
	background: #1f282a;
}

.movie {
	display: flex;
	width: 980px;
	margin: 35px auto 0;
	padding-left: 0;
	list-style: none;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.movie .movie_inner {
	position: relative;
}

.movie .movie__ttl {
	font-size: 18px;
	line-height: 1.4;
	padding: 12px 30px;
	text-align: left;
	color: #474e50;
}

.movie .movie__date {
	font-family: 'Exo', sans-serif;
	font-size: 14px;
	position: absolute;
	top: -37px;
	left: 0;
	display: inline;
	padding: 13px 13px 0;
	color: #748185;
	background: #fff;
}

.movie .movie__item {
	width: 300px;
	min-height: 250px;
	margin: 20px 20px 0;
}

.movie .movie__item:nth-child(-n+3) {
	margin-top: 0;
}

.movie .movie__item:nth-child(3n+1) {
	margin-left: 0;
}

.movie .movie__item:nth-child(3n) {
	margin-right: 0;
}

.movie .movie__item__link {
	display: block;
	height: 100%;
	text-decoration: none;
	background: #fff;
}

.movie .movie__item__link:hover {
	background: #1f282a;
}

.movie .movie__item__link:hover .movie__ttl,
.movie .movie__item__link:hover .movie__date {
	color: #fff;
	background: #1f282a;
}

.movie .movie__item__img {
	width: 100%;
	vertical-align: bottom;
}

.sec-04 {
	margin: 0 auto;
	background: url(../images/index/bg_image_01.png);
}

.bnr {
	display: flex;
	width: 980px;
	margin: 0 auto;
	padding: 90px 0;
	list-style: none;
	justify-content: center;
}

.bnr__list {
	margin: 0 20px;
}

.bnr__list:first-child {
	margin-left: 0;
}

.bnr__list:last-child {
	margin-right: 0;
}

.bnr__list:hover {
	opacity: .8;
}

.bnr .bnr__link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.bnr .bnr__img {
	width: 100%;
}

@media screen and (max-width: 767px) {

.nav-top {
	position: relative;
}

.nav-top::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 3px;
	height: 100%;
	background: #8c9699;
}

.nav-top:hover::before {
	background: #8c9699;
}

.slider::after {
	bottom: 65px;
}

.slider__ttl {
	position: static;
	width: 70%;
	padding: 0;
	background: none;
}

.slider__ttl .slide__link:hover {
	color: #000;
}

.slider__ttl .slide__ttl {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 13%;
	color: #000;
}

.slider__ttl .ico-new {
	bottom: 110px;
}

.slick-dots {
	right: 0;
	bottom: -18%;
	left: 0;
}

.slick-dots li {
	width: 8vw;
}

.slick-dots li button::before {
	width: 9vw;
}

.sec-01,
.sec-02,
.sec-03,
.sec-04 {
	width: 100%;
}

.sec-01 {
	background-position: left top 29px;
	background-size: 100% 45%;
}

.sec__ttl .header01 {
	font-size: 3.3rem;
}

.ticket-link {
	font-size: 1.8rem;
	font-weight: bold;
	width: 87%;
	margin-top: 20%;
	padding: 4% 0;
	color: #000;
	border: 3px solid #000;
	background: #fff;
}

.sec__list .sec__movie__list {
	width: 100%;
}

.sec__list__item {
	display: block;
	width: 87%;
	margin: 0 auto 6% auto;
}

.sec__list__item:nth-child(2n) {
	margin: 0 auto 6% auto;
}

.sec__list__item .item__ttl {
	font-size: 1.8rem;
	min-height: auto;
	margin: 0 6%;
	padding: 4%;
}

.sec__list__item .item__ttl .item__ttl__txt {
	line-height: 115%;
}

.sec__list__item .item__date {
	font-size: 1.4rem;
	top: -38px;
	left: -6.8%;
}

.sec__ttl .header02 {
	font-size: 1.5rem;
	margin-top: -6px;
}

.sec-02 .sec__ttl .header01 {
	font-size: 3.3rem;
}

.sec-02 .sec__ttl .header02::before {
	top: -25px;
}

.topic__list {
	width: 87%;
}

.topic__list .topic__list__item {
	margin: 0;
}

.topic__box {
	display: block;
	margin-top: 11%;
}

.topic__box .topic__ttl {
	font-size: 2.4rem;
}

.topic__box .topic__genre {
	margin: 0 4% 0 0;
}

.topic__box .topic__detail {
	font-size: 1.3rem;
}

.topic__box .topic__date {
	font-size: 1.2rem;
}

.topic__box .box--01 {
	display: flex;
	text-align: left;
	align-items: baseline;
}

.topic__box .box--01 .pc-only {
	display: none;
}

.topic__box .box--02 {
	margin-top: 3%;
	margin-left: 0;
}

.more-read {
	font-size: 1.6rem;
	width: 87%;
	padding-left: 4% 0;
	color: #474e50;
	border: 2px solid #b8c2c5;
	background: none;
}

.sec-03 {
	margin-top: 18%;
	padding-top: 1%;
	padding-bottom: 23%;
}

.sec-03 .sec__ttl {
	font-size: 10vw;
}

.sec-03 .more-read {
	margin-top: 0;
	color: #fff;
}

.movie {
	display: block;
	width: 87%;
	margin-top: 6%;
}

.movie .movie__item {
	width: auto;
	height: auto;
	margin: 0 0 7%;
}

.movie .movie__ttl {
	font-size: 1.8rem;
	padding: 20px;
}

.movie .movie__date {
	font-size: 1.4rem;
	top: -30px;
	left: 0;
}

.sec-04 {
	padding-top: 60px;
	padding-bottom: 35px;
}

.bnr {
	display: block;
	width: 87%;
	padding: 0;
}

.bnr .bnr__list {
	margin: 0 0 5%;
}

}

