@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&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: 400;
}

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 {
	padding: 4vw 0 10vw;
	text-align: center;
	font-weight: 700;
}
header#hd1 p {
	color: #666;
}
header#hd1 h1 {
	font-size: 1.4rem;
}
header#hd1 p:last-of-type {
	margin: .5rem 10vw 0;
	padding: .3rem 0;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background-color: #ef907a;
	border-radius: 3em;
}
header#hd1 h2 {
	margin: .5rem 0 0 0;
	color: #f66;
}
@media screen and (min-width:800px) {
	header#hd1 {
		padding: 80px calc(50vw - 450px) 100px;
	}
	header#hd1 p {
		font-size: 1.2rem;
	}
	header#hd1 h1 {
		font-size: 2rem;
	}
	header#hd1 p:last-of-type {
		margin: .5rem 0 0;
		font-size: 1.1rem;
	}
	header#hd1 h2 {
		font-size: 1.2rem;
	}
}


/*映画紹介部分*/
section.movie {
	margin: 0;
	padding: 4vw 10vw 10vw;
	position: relative;
	background-color: #e8d583;
}
section.movie::before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	z-index: 2;
	pointer-events: none;
	width: 0vw;
	height: 0vw;
	border-style: solid;
	border-width: 0 0 4vw 100vw;
	border-color: transparent transparent #e8d583 transparent;
	top: -4vw;
}
section.movie:nth-of-type(2) {
	background-color: #dbbd9a;
}
section.movie:nth-of-type(2)::before {
	border-color: transparent transparent #dbbd9a transparent;
}
@media screen and (min-width:800px) {
	section.movie {
		padding: 50px 0 100px;
	}
	section.movie::before {
		border-width: 0 0 100px 100vw;
		top: -100px;
	}
	section.movie dl {
		width: 900px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	section.movie dl dt {
		width: 400px;
	}
	section.movie dl dd {
		width: 450px;
	}
}

section.movie dl {
	padding: 4vw 0 0;
}
section.movie dl dt {}
section.movie dl dt img {
/*	max-height: 60vh;*/
	max-width: 100%;
}
section.movie dl dd h2 {
	margin: 2vw 0 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: #532e03;
}
section.movie dl dd p:nth-of-type(1) {
	margin: .5rem 0 1rem 0;
	font-size: .9rem;
}
section.movie dl dd p:nth-of-type(3) {
	margin: 1rem 0 0 0;
	font-size: .9rem;
	line-height: 1.4;
	color: #555;
}
@media screen and (min-width:800px) {
	section.movie dl {
		padding: 0;
	}
	section.movie:nth-of-type(2) {
		padding-bottom: 150px;
	}
	section.movie:nth-of-type(2) dl {
		flex-direction: row-reverse
	}
	section.movie dl dd h2 {
		margin: 0;
	}
}

/*監督プロフィール*/
section.director {
	margin: 0;
	padding: 4vw 10vw 10vw;
	position: relative;
	background-color: #e8e6cd;
}
section.director::before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	z-index: 2;
	pointer-events: none;
	width: 0vw;
	height: 0vw;
	border-style: solid;
	border-width: 0 0 4vw 100vw;
	border-color: transparent transparent #e8e6cd transparent;
	top: -4vw;
}
section.director h2 {
	margin-bottom: .6rem;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
}
section.director p {
	font-size: .92rem;
}
@media screen and (min-width:800px) {
	section.director {
		margin: 0;
		padding: 50px calc(50vw - 450px) 150px;
	}
	section.director::before {
		border-width: 0 0 100px 100vw;
		top: -100px;
	}
}

/*ご来場に際しての注意*/
section.note {
	margin: 0;
	padding: 4vw 10vw 10vw;
	position: relative;
	background-color: #fff;
}
section.note::before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	z-index: 2;
	pointer-events: none;
	width: 0vw;
	height: 0vw;
	border-style: solid;
	border-width: 0 0 4vw 100vw;
	border-color: transparent transparent #fff transparent;
	top: -4vw;
}
section.note h3 {
	margin: 0 0 0 0;
	padding: .3rem 0;
	text-align: center;
	font-size: .95rem;
	line-height: 1;
	color: #fff;
	background-color: #999;
	border-radius: 3em;
}
section.note ul {
	margin: .5rem 0 0 0;
	font-size: .8rem;
	line-height: 1.4;
}
section.note ul li:not(:first-of-type) {
	margin-top: .4rem;
	padding-top: .4rem;
	border-top:1px dashed #ccc;
}
@media screen and (min-width:800px) {
	section.note {
		margin: 0;
		padding: 50px calc(50vw - 450px) 150px;
	}
	section.note::before {
		border-width: 0 0 100px 100vw;
		top: -100px;
	}
}

/*上映スケジュール*/
section.schedule {
	margin: 0;
	padding: 4vw 10vw 10vw;
	color: #fff;
	position: relative;
	background-color: #bfb099;
}
section.schedule::before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	z-index: 2;
	pointer-events: none;
	width: 0vw;
	height: 0vw;
	border-style: solid;
	border-width: 0 0 4vw 100vw;
	border-color: transparent transparent #bfb099 transparent;
	top: -4vw;
}
@media screen and (min-width:800px) {
	section.schedule {
		margin: 0;
		padding: 50px calc(50vw - 450px) 150px;
	}
	section.schedule::before {
		border-width: 0 0 100px 100vw;
		top: -100px;
	}
}
section.schedule h3 {
	font-size: 1.4rem;
	text-align: center;
	font-weight: 700;
}
section.schedule h4 {
	margin: 1.5rem 0 .5rem;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 700;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

section.schedule table {
	line-height: 1.2;
}
section.schedule table th {
	padding: 0 .5rem 0 0;
	font-size: 1.3rem;
	font-weight: 700;
}
section.schedule table tr {
	clear: both;
}
section.schedule table tr * {
	float: left;
}
section.schedule table td {
	padding: 0 0 0 0;
}
section.schedule table td:last-of-type {
	font-weight: 700;
	margin-left: 1.1rem;
}
section.schedule table td:last-of-type span {
	font-weight: 400;
	font-size: .9rem;
}
section.schedule table tr:last-of-type th:first-of-type,
section.schedule table tr:last-of-type td:first-of-type {
	padding-top: .5rem;
}
@media screen and (min-width:800px) {
	section.schedule h4 {
		margin: 50px 0 20px;
	}
	section.schedule table {
		width: 100%;
	}
	section.schedule table tr * {
		float: none;
	}
	section.schedule table th {
		padding: .5rem;
		border-right: 1px dashed #eee;
		border-bottom: 1px dashed #eee;
	}
	section.schedule table td:first-of-type {
		padding: .5rem;
		width: 20%;
		border-right: 1px dashed #eee;
		border-bottom: 1px dashed #eee;
	}
	section.schedule table td:last-of-type {
		padding: .5rem;
		border-bottom: 1px dashed #eee;
	}
	section.schedule table td br {
		display: none;
	}
	section.schedule table td span {
		margin: 0 0 0 1rem;
	}
	section.schedule table tr:last-of-type * {
		border-bottom: none;
	}
}

section.schedule table + p {
	margin: 2rem 0 0 0;
	font-size: .8rem;
	line-height: 1.2;
}
section.schedule table + p + p {
	margin: .5rem 0 0 0;
	padding: .3rem;
	font-size: .8rem;
	line-height: 1.2;
	color: #666;
	background-color: rgba(255,255,255,.5);
	border-radius: .2rem;
}


/*フッター*/
footer.footer {
	margin: 0;
	padding: 4vw 10vw 5vw;
	color: #fff;
	text-align: center;
	position: relative;
	background-color: #8b826a;
}
footer.footer::before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	z-index: 2;
	pointer-events: none;
	width: 0vw;
	height: 0vw;
	border-style: solid;
	border-width: 0 0 4vw 100vw;
	border-color: transparent transparent #8b826a transparent;
	top: -4vw;
}
footer.footer h3 {
	font-weight: 700;
	font-size: 1.1rem;
}
footer.footer img {
	margin: .3rem 0 0 0;
	width: 70%;
}
footer.footer dl {
	margin: 1rem 0 0 0;
	font-size: .8rem;
}
footer.footer dl dt {
	font-weight: 700;
}
footer.footer dl + p {
	font-size: .8rem;
	font-weight: 700;
}
footer.footer a.archive {
	display: table;
	margin: 1em auto 0;
	padding: .1em 3em;
	text-decoration: none;
	font-size: .9em;
	color: #fff;
	background-color: #bbb;
	border-radius: 6em;
}
@media screen and (min-width:800px) {
	footer.footer {
		margin: 0;
		padding: 50px calc(50vw - 450px) 50px;
	}
	footer.footer::before {
		border-width: 0 0 100px 100vw;
		top: -100px;
	}
	footer.footer img {
		margin: .6rem 0 0 0;
		width: 350px;
	}
}



/*トップへ戻る*/
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;
	}
}




