@charset "utf-8";

/*
Theme Name: Theme Name: 映画『山人 -やまんど-』公式サイト
Description: Studio Impala
Version: 1.0
*/




/*==========================================
 General
===========================================*/

#loading {
	width: 100vw;
	height: 100vh;
	background: #EAE9E1;
	z-index: 9999;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s ease-out;
}

#loading span {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	border: 1px solid #2D2920;
	border-right: 1px solid transparent;
	border-radius: 30px;
	animation: loading 1s linear infinite;

}


@keyframes loading {
	to {}

	from {
		transform: rotate(360deg);
		transform-origin: 50% 50%;
	}

}



#content {
	display: none;
}

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}

body {
	font-family: 'Arial', 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-family: "Zen Old Mincho", serif;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	color: #2D2920;
	font-size: 1.6rem;
	font-weight: 500;
	background: #EAE9E1;

}


@media only screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}
}

a {
	color: #2D2920;
	text-decoration: none;
}

a:link {
	color: #2D2920
}

a:visited {
	color: #2D2920
}

a:hover {
	color: #2D2920;
	text-decoration: underline;
}

a:active {
	color: #2D2920
}

a.btn {
	padding: 15px 20px;
	font-size: 1.8rem;
	font-weight: 600;
	background-color: #F6B101;
	color: #2D2920;
	text-align: center;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	transition: all 0.2s linear;
	box-sizing: border-box;
}

a.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

p {
	font-size: 1.6rem;
	text-align: left;
	color: #000;
	line-height: 2;
	margin-bottom: 30px;
	font-weight: 500;
}

p.small {
	font-size: 1.5rem;
	text-align: left;
	color: #000;
	line-height: 2;
	margin-bottom: 30px;
}

p.center {
	text-align: center !important;
}

.x-small {
	font-size: 1.3rem;
	line-height: 1.3;
}

p.last-sentence {
	margin-bottom: 70px !important;
}

p.center {
	text-align: center;
}

p.underline {
	text-decoration: underline;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.mgn20 {
	margin-bottom: 20px !important;
}

.mgn30 {
	margin-bottom: 30px !important;
}

.mgn40 {
	margin-bottom: 40px !important;
}

.mgn50 {
	margin-bottom: 50px !important;
}

.mgn60 {
	margin-bottom: 60px !important;
}

.mgn70 {
	margin-bottom: 70px !important;
}

.mgn80 {
	margin-bottom: 80px !important;
}

.mgn90 {
	margin-bottom: 90px !important;
}

.mgn100 {
	margin-bottom: 100px !important;
}

.mgn120 {
	margin-bottom: 120px !important;
}

.center {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	p {
		color:#111;
	}
}



/*==========================================
text
===========================================*/


h1 {
	color: #2D2920;
	display: block;
	text-align: center;
	margin: 0 auto 0;
	margin-bottom: 100px;
	font-weight: 600;
	position: relative;
	font-family: "Zen Old Mincho", serif;
	font-size: 3.5rem;
	line-height: 1.4;
	letter-spacing: 0.075em;
}




h2 {
	font-family: "Zen Old Mincho", serif;
	text-align: left;
	font-size: 2.4rem;
	margin-bottom: 30px;
	font-weight: 600;
	font-style: normal;
	position: relative;
	letter-spacing: 0.05em;
	color: #2D2920
}

h2 span {
	display: inline-block;
	font-size: 2rem;
	margin-left: 30px;
}



h3 {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #2D2920;
	text-align: left;
	margin: 0 auto 40px;
	display: block;
	font-weight: 600;
}

h4 {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #2D2920;
	text-align: left;
	margin: 0 auto 20px;
	display: block;
	font-weight: 600;
}




@media only screen and (max-width: 768px) {
	h1 {
		margin-bottom: 60px;
		font-size: 2.4rem;
	}

	#yama-wrapper h1 {
		margin-bottom: 0;
	}


	h2 {
		font-size: 2rem;
		line-height:1.4;
	}

	h3 {
	margin: 0 auto 30px;
	font-size: 2rem;
	}

	h4 {
	font-size:1.8rem;
	font-weight:500;
	}

	h1::after {
		top: 40px;
		height: 3px;
	}



}


/*==========================================
 header
===========================================*/
header {
	width: 10%;
	top: 0;
	left: 0;
	z-index: 700;
	position: fixed !important;


}

#head-inner {
	margin: 0 auto;

}








@media only screen and (max-width: 768px) {
	header {
		padding-top: 0;
		padding-bottom: 0;


		top: 0;
		left: 0;
		width: 100%;

	}

	#head-inner {
		padding: 20px 0 10px;
		min-width: auto;
	}

}








/*==========================================
 ナビゲーション
===========================================*/




.menu {
	position: fixed;
	right: 20px;
	top: 20px;
	padding: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 1000;
	opacity: 1;
	background-color: #3a2d08;
	border-radius: 50px;
}

.menu .bar {
	display: inline-block;
	width: 30px;
	height: 2px;
	left: 10px;
	background-color: #FFF;
	position: absolute;
	transition: .15s ease-in-out;
}


.menuOpen .bar {
	background-color: #FFF;
}

#bar01 {
	top: 17px;

}

#bar02 {
	top: 30px;

}

.menuOpen #bar01 {
	top: 24px;
	transform: translateY(0px) rotate(-45deg);


}



.menuOpen #bar02 {
	top: 39px;
	transform: translateY(-15px) rotate(45deg);

}



nav#nav {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px;
	background: #D3D4C1;
	z-index: 999;
	display: block;
	box-sizing: border-box;
}



nav#nav.active {
	opacity: 1;
	visibility: visible !important;
}

#nav .nav-logo {
	width: 20vw;
	top: 25%;
	left: 15%;
	text-align: center;
	display: flex;
	flex-flow: column;
	z-index: 2;
	position: absolute;

}

#nav .nav-logo img {
	width: 100%;
	height: auto;
}

#nav ul#g-navi {
	width: 500px;
	top: 20%;
	right: 5%;
	display: flex;
	flex-flow: column;
	z-index: 2;
	position: absolute;
}

#nav ul#g-navi li {
	color: #2D2920;
	font-size: 2.4rem;
	padding-bottom: 35px;
	display: block;
	letter-spacing: 0.4em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	text-align: left;

}

#nav ul#g-navi li:last-child {
	margin-left: 0 !important;
}


#nav ul#g-navi li a {
	text-decoration: none;
	transition: .15s ease-in-out;
	color: #2D2920;
	transition: .15s ease-in-out;
}

#nav ul#g-navi li a:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 980px) {
	#nav ul#g-navi {
		width: 500px;
		top: 20%;
		right: -10%;
		display: flex;
		flex-flow: column;
		z-index: 2;
		position: absolute;
	}
}

@media only screen and (max-width: 768px) {
	.menu {

		right: 15px;
		top: 20px;

	}


	#nav #nav-wrap {
		width: 100%;
		padding: 100px 5%;
	}

	#nav .nav-logo {
		display: none;

	}

	#nav ul#g-navi {
		width: 100%;
		top: inherit;
		left: inherit;
		margin-left: 0;
		text-align: center;
		display: block;
		position: relative;
		margin: 120px auto;
	}

	#nav ul#g-navi li {
		font-size: 1.6rem;
		padding-bottom: 25px;
		display: block;
		letter-spacing: 0.4em;
		font-weight: 700;
		text-align: center;
	}

}

@media only screen and (max-width: 375px) {
	#nav ul li {}
}




/* Go Page Top
================================================== */
#page-top {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	border: 2px solid #3a2d08;
	background: #3a2d08;
	position: fixed;
	bottom: 30px;
	right: 20px;
	text-align: center;
	cursor: pointer;
	z-index: 500;
}

#page-top::after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;

	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top: 17px;
	left: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	#page-top {
		display: none;
	}
}




/*footer
================================================== */


footer {
	width: 100%;
	height: 70vh;
	background-image: url("images/bg4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


footer {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}

footer .foot-credit {
	font-size: 1.3rem;
	color: #2D2920;
	margin-bottom: 30px;
	line-height: 1.4;
}

footer .foot-billing {
	font-size: 4rem;
	color: #2D2920;
	font-weight: 600;
	letter-spacing: 0.05em;
}

footer .foot-billing span {
	font-size: 2.5rem;
	color: #2D2920;
	font-weight: 600;
}

footer .foot-billing span.large {
	font-size: 3.5rem;
	color: #2D2920;
	font-weight: 600;
}

footer .foot-billing span.num {
	font-size: 4.8rem;
	color: #2D2920;
	font-weight: 600;
}



@media only screen and (max-width: 768px) {
	footer #foot-logo {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}

	footer .foot-billing {
		font-size: 3rem;
		line-height: 1.2;
	}
}

/*  top main image
================================================== */
.topVisualWrapper {
	width: 100%;
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.topVisualWrapper .billing_bnr {
	position: absolute;
	bottom: 4%;
	left: 4%;
	width: 14vw;
	height: auto;
}

.topVisualWrapper .billing_bnr img {
	width: 100%;
	height: auto;
}


.topVisualWrapper img.bg {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.topVisualWrapper.fixed {
	padding-top: 60px;
}


.billing {
	background: #616953;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}

.billing div {
	width: 80%;
	margin: 0 auto;

}

.billing div img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

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

	.billing {
		padding: 15px 10px;
	}

	.billing div {
		width: 100%;
		margin: 0 auto;
	}
}




/*Fixed bg
================================================== */


.fixed-bg {
	width: 100vw;
	height: 90vh;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.fixed-bg-1 {
	background-image: url("images/bg_section1.jpg");
}

.fixed-bg-2 {
	background-image: url("images/bg_section2.jpg");
}




@media only screen and (min-width: 1360px) {
	.fixed-bg {

		background-size: cover;

	}
}

@media only screen and (max-width: 768px) {
	.fixed-bg {

		background-attachment: scroll;

	}
}




/*==========================================
 Contents
===========================================*/


/*Layout
================================================== */
#contentsArea {
	width: 100%;
	padding-top: 0;
}

#contentsArea section {
	position: relative;
	padding: 140px 40px 40px;
	box-sizing: border-box;

}

#contentsArea .wfull {
	width: 100%;
	box-sizing: border-box;
}

#contentsArea .w1360 {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}

#contentsArea .w1180 {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

#contentsArea .w1080 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

#contentsArea .w980 {
	width: 100%;
	max-width: 1020px;

	margin: 0 auto;


}

#contentsArea .w900 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;


}

#contentsArea .w800 {
	width: 100%;
	max-width: 840px;

	margin: 0 auto;

}
















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





	#contentsArea #intro-wrapper,
	#contentsArea #comment-wrapper,
	#contentsArea profile-wrapper,
	#contentsArea theater-wrapper {
		padding-left: 0;
	}

}

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

	#contentsArea section {
		padding: 50px 20px 0 20px;
	}

	#contentsArea .w1080 {
		width: inherit;
	}

	#contentsArea .w1080 {
		width: inherit;
	}

	#contentsArea .w980 {
		width: inherit;
	}

	#contentsArea .w900 {
		width: inherit;
	}

	#contentsArea .w800 {
		width: inherit;
	}

	.fl-box .fl-box-left {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.fl-box .fl-box-right {
		width: 100%;
		text-align: center;

	}

	.fl-box-half {
		width: 100%;
	}

	.fl-box-half-left {
		width: 100%;
		float: none;
	}



}

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

	.fullImg {
		margin-bottom: 80px;
	}

	.fullImg div {
		width: 100%;
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}

	.fullImg div img {
		width: 96%;
		margin: 0 auto;
	}



}

/*intro
================================================== */
#intro-wrapper {
	width:100%;
	max-width:1400px;
	padding-bottom: 140px;
	margin:0 auto;
}


#intro-wrapper .intro-main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#intro-wrapper .intro-main .text {
	width: 55%;
}

#intro-wrapper .intro-main .img {
	width: 35%;
}

#intro-wrapper .intro-main .img img {
	width: 100%;
	height: auto;
}

#intro-wrapper .intro-main .ex-large {
	font-family: "Zen Old Mincho", serif;
	color: #2D2920;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

#intro-wrapper .intro-main p.large {
	font-family: "Zen Old Mincho", serif;
	color: #2D2920;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.6;
}

#intro-wrapper .intro-sub {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#intro-wrapper .intro-sub .intro-sub-text {
	width: 55%;
}



@media screen and (max-width: 768px) {
	#intro-wrapper .intro-main {
		flex-direction: column;
		margin-bottom: 40px;
	}

	#intro-wrapper .intro-main .text {
		width: 100%;
	}

	#intro-wrapper .intro-main .img {
		width: 100%;
		margin: 0 auto;
		max-width: 600px;
	}

	#intro-wrapper .intro-main .ex-large {
		font-size: 2.2rem;
	}

	#intro-wrapper .intro-main p.large {
		font-size: 1.8rem;
	}

	#intro-wrapper .intro-sub {
		flex-direction: column;
		margin-bottom: 30px;
	}

	#intro-wrapper .intro-sub .intro-sub-text {
		width: 100%;
	}


	#intro-wrapper .intro-sub div {
		width: 100%;
	}

	#intro-wrapper {
		padding-bottom: 50px;
	}

	#intro-wrapper .intro-mishima-img {
		width: 100%;

		margin-bottom: 0;
	}

	#intro-wrapper .intro-mishima-img div {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 20px;
		box-sizing: border-box;
	}
}


#intro-wrapper .map-wrapper {
	background: #616953;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

#intro-wrapper .map-wrapper .map {
	width: 32%;
	margin-bottom:50px;
}

#intro-wrapper .map-wrapper .map img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 600px;
}

#intro-wrapper .map-wrapper .text {
	width: 64%;
}

#intro-wrapper .map-wrapper .text p {
	color: #fff;
	margin-bottom: 0;
}

#intro-wrapper .map-wrapper .text h2 {
	line-height: 1;
	color: #fff;
	padding-top: 0;
	margin-bottom: 30px;
}

#intro-wrapper .mishima-img {
	width: 100%;	
	justify-content: space-between;
	display:flex;
}

#intro-wrapper .mishima-img div {
	width:32%;
}

#intro-wrapper .mishima-img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	#intro-wrapper .map-wrapper {
		flex-direction: column;
		margin-bottom: 30px;
		padding: 30px 20px;
	}

	#intro-wrapper .map-wrapper .map {
		width: 100%;
		margin-bottom:20px;

	}

	#intro-wrapper .map-wrapper .text {
		width: 100%;
		margin-bottom: 30px;
	}

	#intro-wrapper .mishima-img {
	width: 100%;	
	flex-direction: column;
	
}

	#intro-wrapper .mishima-img div{
	width:100%;
	margin-bottom:20px;
}
}

/*Trailer
================================================== */
#movie-wrapper {
	margin-bottom: 0;
	background: #D3D4C1;
}

#movie-wrapper h1{
margin-bottom:40px;
}

#contentsArea #trailerWrap {
	padding-bottom: 120px;
	text-align: center;
	transition: all 1s ease;
	opacity: 1;
	transform: translateY(30px);
}

#contentsArea #trailerWrap.active {
	opacity: 1;
	transform: translateY(0);
}

#trailerWrap .videoContainer {
	width: 100%;
	max-width: 980px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin: 0 auto;
}

#trailerWrap .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 80px;
	width: 100%;
	text-align: center;
	margin: 40px auto;
}

#trailerWrap .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

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

	#movie-wrapper h1 {
		margin-bottom: 0;
	}

	#contentsArea #trailerWrap {
		padding-bottom: 40px !important;
	}

	#trailerWrap .videoContainer {
		margin: 0;
	}

	#social-wrapper {

		padding-bottom: 70px;
	}

	.social-timeline {
		padding-bottom: 0;
	}
}


/*parallax 
================================================== */
.parallax {
	width: 100%;

}

.parallax-img {
	width: 100%;
	height: auto;
	overflow: hidden;

}

.parallax-img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.parallax-img {
	width: 100%;
	height: 50vh;
}
}

/*yama
================================================== */
#yama-wrapper {
	background: #718935;

}

#yama-wrapper section {
	padding: 100px 0 0;
}

#yama-wrapper h1 {
	color: #fff;
}


.slideWrap {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 140px 0 140px
}

.slideWrap.first {
	padding: 0 0 100px
}

.slideWrap.second {
	background: #476d3b
}

.slideWrap.third {
	background: #7C7B66
}

.slideWrap.fourth {
	background: #3E7779;
	padding: 100px 0
}

.text-wrapper {
	width: 80%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto 50px;
}

.text-wrapper h2 {
	color: #fff !important;
	padding-top: 0;

}

.text-wrapper p {
	color: #fff !important;
}

.slider {
	width: 100%;
	z-index: 500;
}

.slider.slick-initialized {
	display: block;

}

.slick-list {}

.slick-slide {
	margin: 0 10px;
	height: auto !important;
	overflow: hidden;
}


.slick-slide img {
	width: 120%;
	height: auto;
	object-fit: cover;
}

.slick-prev {
	left: 20px !important;
	z-index: 999;
	top: 45% !important;

}

.slick-next {
	right: 30px !important;
	z-index: 999;
	top: 45% !important;

}

.slick-prev:before,
.slick-next:before {
	font-size: 30px !important;
}

.slide-arrow {
	width: 3.5vw;
	height: auto;
	position: absolute;
	z-index: 999;
	top: 50% !important;
	margin-top: -20px;
	cursor: pointer;
	transition: all 0.3s linear
}

.slide-arrow:hover {
	opacity: 0.8;
}

.prev-arrow {

	left: 20px !important;


}

.next-arrow {

	right: 20px !important;
	z-index: 999;
	top: 50% !important;
	margin-top: -20px;
	cursor: pointer;
}


@media only screen and (max-width: 768px) {
	#yama-wrapper section {
		padding: 60px 0 0;
	}

	.slideWrap {
		padding: 60px 0 30px;
	}

	.slideWrap.first {
		padding: 60px 0 30px;
	
}
.slideWrap.fourth {
	
	padding: 60px 0 30px;
}


	.slider {
		padding-bottom: 30px;
	}

	.text-wrapper {
		width: 100%;
		padding: 0 20px;
	}



	.slick-slide {
		margin: 0;
		height: auto !important;
		overflow: hidden;
	}
}

@media only screen and (max-width: 480px) {
	.slide-arrow {
		width: 8vw;
		margin-top: -30px;
	}

}

/*message
================================================== */
#message-wrapper {}

#message-wrapper p {}

#message-wrapper .message-wrap {
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 100px;
	box-sizing: border-box;
	flex-wrap: wrap;
}

#message-wrapper .message-list-box {
	width: 47.5%;
	box-sizing: border-box;
}

#message-wrapper .interview-img {
	width: 47.5%;
}

#message-wrapper .interview-img img {
	width: 100%;
	height: auto;
}

#message-wrapper .message-list {
	margin-left: 20px;
}

#message-wrapper .message-list li {
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.6rem;
	color: #2D2920;
	letter-spacing: 0.05em;
	text-align: left;
	margin-bottom: 30px;
	line-height: 1.8;
	list-style-type: none;
	position: relative;
	padding-left: 10px;
}

#message-wrapper .message-list li:before {
	content: '';
	position: absolute;
	border-top: 1px solid #2d2920;
	width: 15px;
	top: 15px;
	left: -18px;
	display: block;
}

.message-mv-wrap {
	width: 100%;
	max-width: 1360px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 140px;
}



.message-mv-wrap div {
	width: 47.5%;
	text-align: center;

}

video.video {
	width: 100%;
	height: auto;
}

.message-mv-wrap div span {
	display: inline-block;
	margin-top: 20px;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	color: #2D2920;
	font-weight: 600;
}


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

	#message-wrapper .message-wrap {
		flex-flow: column;
		margin: 0 auto 60px;
		flex-wrap: nowrap;
	}


	#message-wrapper .interview-img {
		width: 100%;
	}

	#message-wrapper .message-list-box {
		width: 100%;
		padding: 0 0 20px 0;
	}

	#message-wrapper .message-list li {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.message-mv-wrap {
		flex-flow: column;
		margin: 0 auto 50px;
		max-width: 600px;
	}

	.message-mv-wrap div {
		width: 100%;
		margin-bottom: 50px;
	}

	.message-mv-wrap div span {
	font-size: 1.6rem;
}

}

/*Comment
================================================== */



.grid-container {
	-webkit-column-count: 2;
	-webkit-column-gap: 140px;
	-webkit-column-fill: auto;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-moz-column-fill: balance !important;
	column-count: 2;
	column-gap: 40px;
	column-fill: auto;
	margin-top: 40px;
}

@media screen and (max-width: 580px) {
	.grid-container {
		-webkit-column-count: 1;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 1;
		-moz-column-gap: 15px;
		-moz-column-fill: balance !important;
		column-count: 1;
		column-gap: 15px;
		column-fill: auto;
		padding-right: 10px;
	}
}



/* Google Chorome BugFix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.grid {
		display: block !important;
	}
}


#contentsArea #comments #commentBox {
	box-shadow: 10px 10px 0px 0px #a00038;

	padding: 30px;
	display: inline-block;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#contentsArea #comments #commentBox:first-child {
	margin-top: -40px;
}

#contentsArea #comments #commentBox p {
	font-size: 2rem;
	line-height: 1.8;
	color: #025874;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

#contentsArea #comments #commentBox .name {
	font-size: 2rem;
	line-height: 1.4;
	color: #025874;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.05 display:inline-block;
	text-align: right;
	width: 100%;
}

#contentsArea #comments #commentBox .name span {

	color: #025874;
	font-family: Helvetica, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 600;


}


@media screen and (max-width: 580px) {
	#contentsArea #comments #commentBox p {
		font-size: 1.8rem;
	}

	#contentsArea #comments #commentBox .name {
		font-size: 1.8rem;
	}
}



#staff-wrapper .staff-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#staff-wrapper .staff-box .text {
	width: 70%;
}

#staff-wrapper .staff-box .profile-text{
	
	margin-bottom: 60px;
}

#staff-wrapper .staff-box .img {
	width: 25%;
}

#staff-wrapper .staff-box .img img {
	width: 100%;
	height: auto;
}



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


	#staff-wrapper h2 {
		font-size: 2rem;
	}

	#staff-wrapper .staff-box {
		flex-flow: column;
		flex-direction: column-reverse;
	}

	#staff-wrapper .staff-box .text {
		width: 100%;
	}

	#staff-wrapper .staff-box .img {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 30px;
	}

	#staff-wrapper .staff-box .staff-img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}


}

/*==========================================
 コメント
===========================================*/
#comment-wrapper {

	padding-top: 20px;
	padding: 0 0 100px;
}

#contentsArea #comments {
	padding-top: 100px;
}

#contentsArea #comments h1 {
	margin-bottom: 60px;
}

#comments span.zoom {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 20px 0 30px;
	text-align: center;
}

.comments-wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
	padding-bottom: 50px;
}



.comments-wrap .item {
	width: 47%;
	margin-bottom: 10px;
	transition: all 1s 0s ease;
	padding: 30px 0 60px;
	position: relative;

	border-bottom: 1px solid #69573B;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}



.comments-wrap .item p {
	color: #2D2920;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	/*flex-grow: 1;*/

}

.comments-wrap .item a {
	display: inline-block;
	margin: 0 auto 10px;
	max-width: 300px;
	transition: all 0.1s;
}

.comments-wrap .item a:hover {
	opacity: 0.8;
}


.comments-wrap .item .name {
	color: #2D2920;
	font-size: 2rem;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	
	/*height:2em;
	line-height:1.7rem;*/
	text-align: right;
}

.comments-wrap .item .name span {
	color: #3F5B0E;
	font-size: 1.6rem;
	font-weight: 600;

	line-height: 1.6;

}


@media screen and (max-width: 768px) {
	#contentsArea #comments {
		padding-top: 50px;
	}

	#comment-wrapper {
		padding: 0;
	}

	.comments-wrap {
		flex-direction: column;
	}

	#contentsArea #comments h1 {
		margin-bottom: 30px;
	}

	.comments-wrap .item {
		width: 100%;
		margin-bottom: 30px;
	}



	.comments-wrap {
		flex-direction: column;
	}


	.comments-wrap .item {
		width: 100%;
		padding: 20px 0 40px;
	}

	.comments-wrap .item p {
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.comments-wrap .item .name {


		font-size: 1.8rem;
		font-weight: 600;
		position: relative;
		text-align: left;

		line-height: 1.2;
	}

	.comments-wrap .item .name span {

		font-size: 1.5rem;
	}
}



/*==========================================
 上映情報
===========================================*/

#theater-wrapper {
	padding-bottom: 80px;
	box-sizing: border-box;
}

#theater h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.6rem;
	padding: 0;
}

table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 80px;
}

table th,
table td {
	border-bottom: 1px solid #cdcdcd;
	padding: 40px 10px 40px 0;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 500;
	color: #222;
	line-height: 1.4;
}

table th {

	white-space: nowrap;

}

table tr td:last-child {
	width: 30%;

	line-height: 130%;
	white-space: normal;

}


table td a {
	color: #3F5B0E !important;
	text-decoration: underline;
	font-weight: 600;
}







@media screen and (max-width: 768px) {
	#contentsArea #theater-wrapper {
		padding-bottom: 20px;
		box-sizing: border-box;

	}

	table {
		width: 100%;
		border: none;
		margin-bottom: 50px;
	}

	table thead {
		display: none;
	}

	table tr {

		display: block;
		margin-bottom: 20px;
	}

	table th,
	table td {
		min-height: 1.2em;
	}

	table th {

		padding: 10px 0;
		display: block;

		text-align: left;
	}

	table td {
		padding: 10px 0;
		display: block;
		text-align: right;
	}

	table td.theater {
	
	}

	table td::before {
		content: attr(data-label);
		float: left;
		
	}

	table td:first-child {}

	table tr td:last-child {
		width: 100%;
		margin-bottom: 40px;
	}

	table tr td:last-child {}
}



/*==========================================
 自主上映
===========================================*/
#guide-wrapper {
	background: #D3D4C1;
	padding-bottom: 100px;

}

#guide {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

#guide ul {
	padding-left: 20px;
	margin-bottom: 40px;
}

#guide ul li {
	font-size: 1.6rem;
	text-align: left;
	color: #222;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 600;
	list-style-type: disc;
}

#guide h3.guide {
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 20px;
}

#guide .bt-wrap {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 120px;
}

#guide .bt-wrap h3 {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	color: #222;
}

#guide .bt-wrap ul {
	padding-left: 0;
	display: flex;
	justify-content: space-between;
}

#guide .bt-wrap ul li {
	width: 100%;
	list-style-type: none;
	margin: 0 10px;
}

@media screen and (max-width: 768px) {
	#guide-wrapper {
		padding-bottom: 10px;

	}

	#guide .bt-wrap {
		width: 100%;
		max-width: 600px;
		text-align: center;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

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


	#guide ul li {
		margin-bottom: 20px;
	}

	#guide .bt-wrap ul {
		flex-direction: column;
	}

	#guide .bt-wrap ul li {
		margin: 0 0 30px;
	}
}

/*==========================================
 You tube (訪問時再生）
===========================================*/

.mfp-content .youtube {
	width: 100%;
	padding: 50px 10px;
	box-sizing: border-box;
	max-width: 900px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mfp-content .iframeWrapper {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}


.mfp-content iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-style: none;


}

.mfp-content .youtube .mfp-close {
	color: #fff !important;
}

.mfp-iframe-holder .mfp-content {
	max-width: 900px !important;
}





/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Hack */

@media screen and (max-width: 480px) {
	.post.aligncenter {
		text-align: center !important;
	}
}