@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,600&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&display=swap');
*/

/*=========================
基本のスタイル
=========================*/
body {
	color: #333;
	background-color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;*/
/*	font-family: 'Noto Sans JP', sans-serif;*/
	font-weight: 600;
}

a {
	transition: .2s linear;
	-webkit-transform: translateZ(0);
}

a:link { color:#06c; }
a:visited { color:#551A8B; }
a:hover { color:#6cf; }
a:active { color:#abe3ff; }
a:focus { outline:none;}

a:hover,
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}



/*=========================
真夏のカルトホラー合戦
=========================*/


/*=== ヘッダ ===*/
header#hd1 {
	background: url(../img/mainimg_sp.jpg) 50% 0 no-repeat;
	background-size: cover;
}
header#hd1 .header_innerWrap {
	padding: 0 25px;
	overflow: hidden;
}
@media screen and (min-width:800px) {
	header#hd1 {
		background: url(../img/mainimg_pc.jpg) 50% 0 no-repeat #070102;
		background-size: 1240px;
	}
	header#hd1 .header_innerWrap {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
}


/*●毎回完全入替制　●席数80席限定*/
#irekae_msg {
	padding: 1.8em 0 0;
	color: #fff;
	background-color: #070102;
}
#irekae_msg strong {
	display: table;
	margin: 0 auto;
	padding: .3em 1.4em;
	border: 1px solid #fff;
	position: relative;
	z-index: 20;
}
#irekae_msg strong::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e60013;
	position: absolute;
	z-index: 10;
	top: -0.3em;
	left: -0.2em;
}
#irekae_msg strong::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #00a1e9;
	position: absolute;
	z-index: 10;
	top: 0.1em;
	left: 0.2em;
}
@media screen and (min-width:800px) {
	#irekae_msg {
		padding: 1.2em 0;
		font-size: 1.7em;
	}
	#irekae_msg strong {
		width: 1170px;
		padding: .3em 0;
		text-align: center;
	}
	#irekae_msg strong::before {
		top: -0.18em;
		left: -0.2em;
	}
	#irekae_msg strong::after {
		top: 0.1em;
		left: 0.2em;
	}
	#irekae_msg strong br {
		display: none;
	}
	#irekae_msg strong span {
		padding-left: 1.4em;
	}
}

/*ロゴ*/
header#hd1 h1.logo {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 76vw;
  height: calc(76vw * .7);
	margin: 180px 0 150px 14px;
	padding: 0;
  background: url(../img/logo_pc.png) no-repeat 50%;
	background-size: cover;
	overflow: hidden;
}
header#hd1 h1.logo span {
	padding: 110%;
}
@media screen and (min-width:800px) {
	header#hd1 h1.logo {
		width: 692px;
		height: 485px;
		margin: 200px 0 110px 190px;
	}
}

/*日付*/
header#hd1 p.eventdate {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 63vw;
  height: calc(63vw * 1.05);
	margin: -250px 0 0 0;
	padding: 0;
  background: url(../img/date.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
	position: absolute;
	right: 0;
}
header#hd1 p.eventdate span {
	padding: 110%;
}
@media screen and (min-width:800px) {
	header#hd1 p.eventdate {
		width: 423px;
		height: 447px;
		margin: -390px 0 0 0;
		padding: 0;
		background: url(../img/date.svg) no-repeat 50%;
		position: absolute;
		z-index: 100;
		right: calc((100vw - 1200px) * .5);
	}
}

/*シネマテーク*/
header#hd1 img.seriesTitle {
	width: 8.5vw;
	position: absolute;
	top: 0px;
	left: 0;
}
@media screen and (min-width:800px) {
	header#hd1 img.seriesTitle {
		width: 45px;
		top: 0px;
		left: calc(49.7vw - 600px);
	}
}

/*ハンバーガー オープン時のナビゲーション*/
header#hd1 nav {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0 0 0 auto;
}
@media screen and (min-width:800px) {
	header#hd1 nav {
		display: none;
	}
}
header#hd1 nav a {
	color: #FFF;
	text-decoration: none;
}
header#hd1 nav a:hover {
	opacity: 0.7;
}
.btn {
	text-align: right;
}
.btn a {
	display: inline-block;
	text-align: center;
}
.close a,
.open a {
/*	width: calc(100vw * 0.08);*/
	width: calc(100vw * 0.08);
	line-height: calc(100vw * 0.08);
	font-size: calc(100vw * 0.08);
	font-weight: 100;
	transform-origin: bottom left;
}
.open a {
	transition: 1s;
}

#menu {
	position: fixed;
	top: 0;
	width: 70vw;
	height: 100%;
	padding: 10px 10px 6vw 25px;
	background: rgba(0, 0, 0,.75);
	transition: right 1s;
	z-index: 99999;
}
#menu:not(:target) {
	right: -100%;
}
#menu:target {
	right: 0;
}
#menu li a {
	display: block;
	padding: 1em 0;
}

/*メッセージ*/
section.msgBox {
	background-image: url(../img/header_bg.png);
	background-position: 50%, 50%;
	background-size: 200%;
	background-color:  #070002;
	overflow: hidden;
}
section.msgBox div {
	box-sizing: border-box;
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 80vw;
  height: calc(80vw * .56);
	margin: 40px auto;
	padding: 0;
  background: url(../img/msg_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section.msgBox div p {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section.msgBox {
		background-image: url(../img/header_bg.png);
		background-position: 50%, 50%;
		background-size: 100%;
		background-color:  #070002;
		overflow: hidden;
	}
	section.msgBox div {
		box-sizing: border-box;
		display: block;
		box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		width: 463px;
		height: 307px;
		margin: 50px auto 70px;
		padding: 0;
		background: url(../img/msg_pc.svg) no-repeat 50%;
		background-size: contain;
		overflow: hidden;
	}
}

/*グローバルナビ　PC用*/
section.msgBox nav {
	display: none;/*スマホでは非表示*/
}
@media screen and (min-width:800px) {
	section.msgBox nav {
		display: block;
/*		background: url(../img/menu_bg.png) 50% repeat-x;*/
	}
	section.msgBox nav ul {
		width: 1200px;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	section.msgBox nav li {
		display: block;
		box-sizing: border-box;
		width: 300px;
		height: 95px;
		margin: 0;
		padding: 0;
		background: url(../img/menuBG_pc01.svg) no-repeat 0;
		background-size: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	section.msgBox nav li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 110%;
		overflow: hidden;
		white-space: nowrap;
	}
	section.msgBox nav li a:hover {
		background-color: rgba(255,255,255,.2);
	}
	section.msgBox nav li:nth-of-type(2) {
		padding: 0;
		background: url(../img/menuBG_pc02.svg) no-repeat 0;
	}
	section.msgBox nav li:nth-of-type(3) {
		padding: 0;
		background: url(../img/menuBG_pc03.svg) no-repeat 0;
	}
	section.msgBox nav li:nth-of-type(4) {
		padding: 0;
		background: url(../img/menuBG_pc04.svg) no-repeat 0;
	}
}


/*作品紹介*/
section.introductionTitle {
	box-sizing: border-box;
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 20vw;
  height: calc(20vw * .21);
	margin: 15px auto;
	padding: 0;
  background: url(../img/tit_sakuhinsyoukai.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section.introductionTitle strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section.introductionTitle {
		width: 206px;
		height: 45px;
		margin: 40px auto;
	}
}


/*ムービーブロック共通*/
section.movieBlock {
	padding: 25px;
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
	background-color: #162e59;
	overflow: hidden;
}
section.movieBlock img {
	width: 100%;
	height: auto;
}
section.movieBlock p.data {
	font-size: 1.1em;
	line-height: 1.8;
	font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
section.movieBlock p.intro {
	margin: 10px 0 0 0;
	font-size: .98em;
	line-height: 1.8;
}
section.movieBlock p.sponsoring {
	margin: 5px 0 0 0;
	font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: .7em;
	font-weight: 400;
	line-height: 1.3;
	text-align: right;
}
section.movieBlock .movieBlock_inner ul li {
	margin-top:10px;
	line-height: 0;
}
@media screen and (min-width:800px) {
	section.movieBlock {
		padding: 170px 0;
		font-size: 1em;
	}
	/*section.movieBlock .movieBlock_inner {
		padding-bottom: 170px;
	}*/
	section.movieBlock .movieBlock_inner ul {
		width: 760px;
		margin: 10px auto 0;
		display: flex;
		justify-content: space-between;
	}
	section.movieBlock .movieBlock_inner ul li:first-of-type {
		display: none;
	}
	section.movieBlock p.sponsoring {
		width: 760px;
		margin: 10px auto 0;
	}
	section.movieBlock p.data {
		margin: 40px 0 20px;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
		text-shadow: 0px 1px 3px rgba(0, 0, 0, .9);
	}
	section.movieBlock p.intro {
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
		text-shadow: 0px 1px 3px rgba(0, 0, 0, .9);
	}
}


/*中川信夫*/
section#director1 {
	background: url(../img/block_bg01_sp.png) 50% 0 no-repeat #162e59;
	background-size: cover;
}
/*ジョン・カーペンター*/
section#director2 {
	background: url(../img/block_bg02_sp.png) 50% 0 no-repeat #be2120;
	background-size: cover;
}
/*ジョー・ダンテ*/
section#director3 {
	background: url(../img/block_bg03_sp.png) 50% 0 no-repeat #162e59;
	background-size: cover;
}
/*ダリオ・アルジェント*/
section#director4 {
	background: url(../img/block_bg04_sp.png) 50% 0 no-repeat #be2120;
	background-size: cover;
}
@media screen and (min-width:800px) {
	/*中川信夫*/
	section#director1 {
		background: url(../img/block_bg01_pc.png) 50% 0 no-repeat #002066;
		background-size: cover;
	}
	/*ジョン・カーペンター*/
	section#director2 {
		background: url(../img/block_bg02_pc.png) 50% 0 no-repeat #be2120;
		background-size: cover;
	}
	/*ジョー・ダンテ*/
	section#director3 {
		background: url(../img/block_bg03_pc.png) 50% 0 no-repeat #002066;
		background-size: cover;
	}
	/*ダリオ・アルジェント*/
	section#director4 {
		background: url(../img/block_bg04_pc.png) 50% 0 no-repeat #be2120;
		background-size: cover;
	}
}


/*中川信夫 東海道四谷怪談*/
section#director1 .directorName {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 100%;
  height: calc((100vw - 50px) * .22);
	margin: 0 auto 40px;
	padding: 0;
  background: url(../img/directorName01_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section#director1 .directorName strong {
	padding: 110%;
}
section#director1 .movie01 h2 {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 56vw;
	height: calc(56vw * .58);
	margin: 0 auto 20px;
	padding: 0;
  background: url(../img/movie01_num_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section#director1 .movie01 h2 strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section#director1 .movie01 {
		padding-bottom: 200px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	section#director1 .movie01::before {
		box-sizing: border-box;
		content: "";
		display: block;
		width: calc(((100vw - 1200px) * .5) + 970px);
		height: 720px;
		background-color: #fff;
		position: absolute;
		z-index: -1;
		background: url(../img/movie01_ph01_pc.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	section#director1 .directorName {
		width: 454px;
		height: 165px;
		margin: 0px auto 100px;
		background: url(../img/directorName01_pc.svg) no-repeat 50%;
	}
	section#director1 .movie01 h2 {
		width: 344px;
		width: 1200px;
		height: 167px;
		margin: 65px auto 20px;
		background: url(../img/movie01_num_pc.svg) no-repeat 550px 0;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
	}
	section#director1 .movie01 p {
		box-sizing: border-box;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 260px 0 550px;
	}
}

/*中川信夫 地獄*/
section#director1 .movie02 h2 {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 56vw;
	height: calc(56vw * .58);
	margin: 30px auto 20px;
	padding: 0;
  background: url(../img/movie02_num_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section#director1 .movie02 h2 strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section#director1 .movie02 {
		margin-top: 120px;
		padding-bottom: 200px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	section#director1 .movie02::before {
		box-sizing: border-box;
		content: "";
		display: block;
		width: calc(((100vw - 1200px) * .5) + 970px);
		height: 720px;
		background-color: #fff;
		position: absolute;
		right: 0;
		z-index: -1;
		background: url(../img/movie02_ph01_pc.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	section#director1 .movie02 h2 {
		width: 1200px;
		height: 172px;
		margin: 65px auto 20px;
		background: url(../img/movie02_num_pc.svg) no-repeat 300px 0;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
	}
	section#director1 .movie02 p {
		box-sizing: border-box;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 500px 0 300px;
	}
}

/*ジョン・カーペンター ゼイリブ*/
section#director2 .directorName {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 100%;
  height: calc((100vw - 50px) * .22);
	margin: 0 auto 40px;
	padding: 0;
  background: url(../img/directorName02_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section#director2 .directorName strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section#director2 .directorName {
		width: 700px;
		height: 160px;
		margin: 0px auto 100px;
		background: url(../img/directorName02_pc.svg) no-repeat 50%;
	}
	section#director2 .movie03 {
		padding-bottom: 200px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	section#director2 .movie03::before {
		box-sizing: border-box;
		content: "";
		display: block;
		width: calc(((100vw - 1200px) * .5) + 970px);
		height: 720px;
		background-color: #fff;
		position: absolute;
		z-index: -1;
		background: url(../img/movie03_ph01_pc.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	section#director2 .movie03 h2 {
		width: 1200px;
		height: 172px;
		margin: 65px auto 20px;
		background: url(../img/movie03_num_pc.svg) no-repeat 220px 0;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
	}
	section#director2 .movie03 p {
		box-sizing: border-box;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 500px 0 220px;
	}
}

/*ジョン・カーペンター ゼイリブ*/
section .movie03 h2 {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 56vw;
	height: calc(56vw * .58);
	margin: 30px auto 20px;
	padding: 0;
  background: url(../img/movie03_num_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section .movie03 h2 strong {
	padding: 110%;
}
/*ジョン・カーペンター ザ・フォッグ*/
section .movie04 h2 {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 56vw;
	height: calc(56vw * .58);
	margin: 30px auto 20px;
	padding: 0;
  background: url(../img/movie04_num_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section .movie04 h2 strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section#director2 .movie04 {
		margin-top: 100px;
		padding-bottom: 200px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	section#director2 .movie04::before {
		box-sizing: border-box;
		content: "";
		display: block;
		width: calc(((100vw - 1200px) * .5) + 970px);
		height: 720px;
		background-color: #fff;
		position: absolute;
		z-index: -1;
		right: 0;
		background: url(../img/movie04_ph01_pc.jpg) 0 0 no-repeat;
	}
	section#director2 .movie04 h2 {
		width: 1200px;
		height: 172px;
		margin: 65px auto 20px;
		background: url(../img/movie04_num_pc.svg) no-repeat 300px 0;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
	}
	section#director2 .movie04 p {
		box-sizing: border-box;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 320px 0 300px;
	}
}

/*ジョー・ダンテ*/
section#director3 .directorName {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 62%;
  height: calc(62vw * .11);
	margin: 0 auto 40px;
	padding: 0;
  background: url(../img/directorName03_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section#director3 .directorName strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section#director3 .directorName {
		width: 519px;
		height: 62px;
		margin: 0px auto 100px;
		background: url(../img/directorName03_pc.svg) no-repeat 50%;
	}
	section#director3 .movie05 {
		padding-bottom: 0px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	section#director3 .movie05::before {
		box-sizing: border-box;
		content: "";
		display: block;
		width: calc(((100vw - 1200px) * .5) + 970px);
		height: 720px;
		background-color: #fff;
		position: absolute;
		z-index: -1;
		background: url(../img/movie05_ph01_pc.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	section#director3 .movie05 h2 {
		width: 1200px;
		height: 108px;
		margin: 65px auto 20px;
		background: url(../img/movie05_num_pc.svg) no-repeat 330px 0;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
	}
	section#director3 .movie05 p {
		box-sizing: border-box;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -60px;
		padding: 0 220px 0 540px;
	}
	section#director3 .movie05 p + p {
		margin-top: 320px;
		padding: 0 260px 30px 340px;
	}
	section#director3 .movie05 + ul {
/*		margin-top: -110px;*/
	}
}

/*ジョー・ダンテ ハウリング*/
section .movie05 h2 {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 56vw;
	height: calc(56vw * .58);
	margin: 30px auto 20px;
	padding: 0;
  background: url(../img/movie05_num_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section .movie05 h2 strong {
	padding: 110%;
}

/*ダリオ・アルジェント*/
section#director4 .directorName {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 100%;
  height: calc((100vw - 50px) * .21);
	margin: 0 auto 40px;
	padding: 0;
  background: url(../img/directorName04_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section#director4 .directorName strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section#director4 .directorName {
		width: 679px;
		height: 161px;
		margin: 0px auto 100px;
		background: url(../img/directorName04_pc.svg) no-repeat 50%;
	}
	section#director4 .movie06 {
		padding-bottom: 200px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	section#director4 .movie06::before {
		box-sizing: border-box;
		content: "";
		display: block;
		width: calc(((100vw - 1200px) * .5) + 970px);
		height: 720px;
		background-color: #fff;
		position: absolute;
		z-index: -1;
		right: 0;
		background: url(../img/movie06_ph01_pc.jpg) 0 0 no-repeat;
	}
	section#director4 .movie06 h2 {
		width: 1200px;
		height: 160px;
		margin: 65px auto 20px;
		background: url(../img/movie06_num_pc.svg) no-repeat 330px 0;
		filter: drop-shadow(0 0 6px rgba(0, 0, 0, .9));
	}
}

/*ダリオ・アルジェント インフェルノ*/
section .movie06 h2 {
	display: block;
	box-sizing: border-box;
	white-space: nowrap;
  overflow: hidden;
	width: 56vw;
	height: calc(56vw * .58);
	margin: 30px auto 20px;
	padding: 0;
  background: url(../img/movie06_num_sp.svg) no-repeat 50%;
	background-size: contain;
	overflow: hidden;
}
section .movie06 h2 strong {
	padding: 110%;
}
@media screen and (min-width:800px) {
	section#director4 .movie06 h2 {
		width: 1200px;
		height: 172px;
		margin: 105px auto 20px;
		background: url(../img/movie06_num_pc.svg) no-repeat 300px 0;
	}
	section#director4 .movie06 p {
		box-sizing: border-box;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 400px 0 300px;
	}
}




/*ご来場に際しての注意*/
section.note_schedule {
	padding: 25px;
	font-size: .7em;
	font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: .7em;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #070102;
}
section.note_schedule .note {
	margin-bottom: 60px;
	padding: 25px;
	border: 1px solid #fff;
}
section.note_schedule h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}
section.note_schedule ul li {
	display: flex;
	justify-content: flex-start;
	line-height: 1.8;
}
section.note_schedule ul li:not(:first-child) {
	margin-top: 5px;
}
section.note_schedule ul li::before {
	content: "";
	display: block;
	min-width: .8em;
	height: .8em;
	margin: .5em .5em 0 0;
	background-color: #fff;
	border-radius: 3em;
}
@media screen and (min-width:800px) {
	section.note_schedule {
		padding: 80px 0 30px;
		font-size: 1.2em;
	}
	section.note_schedule .note {
		box-sizing: border-box;
		width: 770px;
		margin: 0 auto 70px;
		padding: 50px 60px;
	}
}

/*上映スケジュール*/
section.note_schedule .schedule {}
section.note_schedule .schedule table {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #162e59;
	border-bottom: 1px solid #162e59;
}
section.note_schedule .schedule table th {
	padding: 7px 0;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #162e59;
	border-left: 1px solid #162e59;
	border-top: 1px solid #162e59;
}
section.note_schedule .schedule table td {
	padding: 7px 0;
	font-weight: bold;
	color: #162e59;
	background-color: #fff;
	border-left: 1px solid #162e59;
	border-top: 1px solid #162e59;
}
section.note_schedule .schedule table td:empty {
	display: none;
}
section.note_schedule .schedule_note {
	padding: 5px 0 0 0;
	text-align: left;
}
section.note_schedule .schedule_note2 {
	padding: 20px 0;
	text-align: center;
	font-size: 1.2em;
	font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
section.note_schedule .schedule_inner + p + p br {
	display: none;
}
section.note_schedule .schedule .schedule_pc {
	display: none;
}
@media screen and (min-width:800px) {
	section.note_schedule .schedule {
		width: 770px;
		margin: 0 auto;
	}
	section.note_schedule .schedule .schedule_inner {
		display: none;
	}
	section.note_schedule .schedule table {
		width: 33%;
		height: 100%;
	}
	section.note_schedule .schedule table td:empty {
		display: table-cell;
	}
	section.note_schedule .schedule .schedule_pc {
		display: block;
	}
	section.note_schedule .schedule .schedule_pc table {
		width: 100%;
	}
	section.note_schedule .schedule_note2 {
		padding: 60px 0 30px;
	}
	section.note_schedule .schedule_note2 br {
		display: block;
	}
}

/*お問い合わせ*/
footer.footer div {
	padding: 30px 25px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	background-color: #be2120;
}
footer.footer div p {
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.3;
}
footer.footer div img {
	width: 40vw;
}
@media screen and (min-width:800px) {
	footer.footer div {
		padding: 70px 25px 50px;
		text-align: center;
		color: #fff;
		font-size: 2em;
		font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
		background-color: #be2120;
	}
	footer.footer div p {
		margin-bottom: 30px;
		font-size: 1.4em;
		line-height: 1.3;
	}
	footer.footer div img {
		width: 250px;
	}
}

/*主催など*/
footer.footer dl {
	font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background-color: #070102;
}
footer.footer dl {
	padding: 20px 25px;
	font-size: .9em;
	line-height: 1.3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
footer.footer dl dt {
	margin-bottom: 7px;
	width: 30%;
	color: #070102;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
}
footer.footer dl dd {
	margin-bottom: 7px;
	width: 66%;
}
/*入替制*/
footer.footer dl + p {
	padding-bottom: 1em;
	font-size: .8em;
	text-align: center;
	color: #fff;
	font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background-color: #070102;
}
footer.footer a.archive {
	display: table;
	margin: .6em auto 0;
	padding: .1em 3em;
	text-decoration: none;
/*	font-size: .7em;*/
	color: #fff;
	background-color: #bbb;
	border-radius: 6em;
}
@media screen and (min-width:800px) {
	footer.footer {
		background-color: #070102;
	}
	footer.footer dl {
		width: 770px;
		margin: 0 auto;
		padding: 0 0 0 0;
	}
	footer.footer dl {
		padding: 20px 0 20px 220px;
		font-size: 1em;
	}
	footer.footer dl dt {
		width: 15%;
	}
	footer.footer dl dd {
		margin-bottom: 7px;
		width: 83%;
	}
	/*入替制*/
	footer.footer dl + p {
		padding: 10px;
	}
}



/*トップへ戻る*/
a.totop {
	position: fixed;
	z-index: 20;
	bottom: 4vw;
/*	right: calc(50% - 40px);*/
	right: 25px;
	width: 77px;
	height: 77px;
	margin-bottom: 0px;
	white-space: nowrap;
	text-indent: 110%;
	background: url(../img/arrow_totop.svg) 50% no-repeat;
	overflow: hidden;
	background-size: 80%;
}
@media screen and (min-width:800px) {
	a.totop {
		right: calc(50% - 600px);
		height: 110px;
		background-size: contain;
	}
}




