@charset "UTF-8";
/* CSS Document */


@media (max-width: 768px){
	.g-navigation{
		text-align: left!important;
	}
	.g-link{
		text-align: left!important;
		padding-right: 60px;
	}
	.g-navigation ul li a {
		padding: 0 0.5em!important;
	}
	.pagehd-logo{
		width: 200px;
		height: auto;
		margin: 0 0 10px 10px;
	}
	.overflow-x-scroll{
	overflow-x: scroll;
	}

}




.contents{color: #101010; font-size: 15px; line-height: 1.8; letter-spacing: 0.05em; overflow: hidden;}
.contents-inner{ max-width: 1100px; width: 100%; margin: 0 auto; overflow: hidden;}
.contents p{padding-bottom: 1em;}
.contents a{color: #101010; text-decoration: none;}
.contents a:hover{color: #3F3F3F;}
.footer{background: #fff;}	
	
.fadein {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fadein-on {
    opacity: 1;
}
html,body {
	height: 100%;
}
body {
	overflow-y: scroll;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4e4646;
}
h3{
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
}
.mainimage{
	width: 100%;
	height: 100vh;
	color: rgba(255,255,255,0.8);
	background-size: cover;
	display: none;
	border-top: solid 1px #ddd;
}
.overview{
	padding-top: 0px;
	padding-bottom: 100px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 18px;
}
.overview p{
	padding: 10px 0;
}	
.overview .bold{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 25px;
}
	
.story{
	margin-top: 60px;
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+28,f4f4f4+28,f4f4f4+28,f4f4f4+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 28%, #f4f4f4 28%, #f4f4f4 28%, #f4f4f4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 28%,#f4f4f4 28%,#f4f4f4 28%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 28%,#f4f4f4 28%,#f4f4f4 28%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */
}
.story h3{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	}
.story > div{
	padding: 80px 0;
}
.story p{
	padding: 30px 20px;
}
.cast{
	padding: 100px 0;
}
.cast > div > div{
	padding: 20px 0;
}	
.cast > div img{
	width: 100%;
	max-width: 180px;
	height: auto;
}
.cast h3,
.director h3,
.support h3{
	margin-bottom: 60px;
}
.director{
	padding: 100px 0;
	background-color: #2d2b2b;
	color: #efefef;
}	

.support{
	padding: 60px 0 ;
}	
	
	

@media (max-width: 768px){
/*.mainimage h1{
	font-size: 15px;
	line-height: 1.6em;
}
.mainimage h1 span{
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
	display: block;
	margin-top: 10px;
}*/
.overview{
	font-size: 14px;
	padding: 80px 20px;
}
.overview .bold{
	font-size: 16px;
}
.story p,
.overview p,
.su p{
	padding: 20px 0;
	text-align: left;
	font-size: 14px;
}
.story{
	background: #f4f4f4;
}
.story h3{
	-webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
	}
	
}
/* トップへ戻る　*/
#backTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 40px;
	color: rgba(180,180,180,0.5);
}
	
.btn{
	background: #53a770;
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	display: block;
	width: 300px;
	margin: 20px auto;
	border: solid 2px #53a770;
	line-height: 1.3em;
	font-weight: bold;
}
.btn{
	color: #fff!important;
}
.btn:hover{
	background :#fff;
	color: #53a770!important;
	border: solid 2px #53a770;
	cursor: pointer;
}

@media (max-width: 768px){
.btn{
	background: #53a770;
	color: #fff;
	padding: 15px 5px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	display: block;
	width: 280px;
	margin: 20px auto;
}	
	
	
}	
	
.width100{
    width: 100%;
    height: auto;
}

.fixedbtn{
    position: fixed;
    bottom: 0;
    display: block;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    text-align: center;
}
.fixedbtn div{
    padding: 15px 20px;
}


.fixedbtn:hover{
    color: #fff;
    background: #555;
}
.fixedbtn span{
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.fixedbtn span:nth-child(1){
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #92e0df;
}

@media screen and (max-width: 768px) {
	.fixedbtn div{
		font-size: 13px;
		padding: 5px 5px 10px 5px;;
    }
	.fixedbtn span:nth-child(1){
		font-size: 14px;
    }
}	
	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
	
.cast a{
  border: solid 1px #333;
  color: #333;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 80px;
}
.cast a:hover{
  background: #333;
  color: #fff;
}
.modal .close{
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  text-decoration: none;
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 100px;
}
.modal .close:hover{
  background: #777;
}
	
	
	
.modal{
  padding: 5em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
.modal{
  padding: 2em;
  line-height: 1.8em;
}
}

/* twitter */
.twitter-btn{
  position: fixed;
  top: 110px;
  right: 20px;
  background: #eee;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 13px;
  z-index: 100;
}
.twitter-btn a{
  text-decoration: none;
}
.twitter-btn i{
  font-size: 30px;
  color: #222;
  display: block;
  margin-top: 14px;
}
	
/* ナビ追加 */
.toggle-menu{
  position: fixed;
  top: 40px;
  right: 20px;
  background: #222;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 13px;
  z-index: 100;
}
.toggle-menu i{
  font-size: 30px;
  color: #fff;
  display: block;
  margin-top: 7px;
}
.toggle-menu:hover{
	cursor: pointer;
	opacity: .8;
}	
.navi-toggle{
	height: 100vh;
	width: 100%;
	background: rgba(255,255,255,.98);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow-y: auto;
	display: none;
	position: relative;
}
.navi-toggle ul{
	margin: 30px auto!important;
}
.navi-toggle ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.navi-toggle ul li a{
	list-style: none;
	font-family: 'Noto Serif JP', serif;
	color: #333;
	font-size: 25px;
	padding: 15px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
	white-space: nowrap;
}
.navi-toggle ul li a:hover{
	opacity: .6;
}
#naviCloseBtn{
	z-index: 101;
	display: none;
}

@media screen and (max-width: 768px) {
	.navi-toggle ul{
		margin-left: -25px!important;
	}
	.navi-toggle ul li a{
		font-size: 18px;
	}
	.toggle-menu span{
		display: none;
	}
	.toggle-menu{
		top: 10px;
		right: 10px;
		height: 50px;
		width: 50px;
		font-size: 13px;
		z-index: 100;
	}
	.twitter-btn{
		top: 65px;
		right: 10px;
		height: 50px;
		width: 50px;
		font-size: 13px;
		z-index: 100;
	}
	.twitter-btn i,
	.toggle-menu i{
		margin-top: 10px;
	}
}




.theater-area{
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
	background: #e8e8e8;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.table-theater{
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}
.table-theater thead th{
	background: #282627;
	color: #fff;
	padding: 5px;
}
.table-theater thead th:nth-child(1){width: 15%;}
.table-theater thead th:nth-child(2){width: 35%;}
.table-theater thead th:nth-child(3){width: 25%;}


.table-theater th,
.table-theater td{
	padding: 10px;
	text-align: center;
	border: solid 1px #ddd;
}
.table-theater a{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
.theater-area{
	font-size:  16px;
	padding: 5px;
}
.table-theater th,
.table-theater td{
	padding: 5px 3px;
	line-height: 1.2em;
	font-size: 13px;
	text-align: left;
}
}

.news{
	max-width: 800px;
	margin: 20px auto;
}
.news h4{
	background: #eee;
	padding: 10px;
}
.news .article {
	margin: 2em 0;
}
.news .article p{
	border: none;
}


.comment{
	max-width: 800px;
	margin: 20px auto;
}
.comment .com-text {
	margin: 2em 0;
	border-bottom: solid 1px #ccc;
	padding:0 20px;
}
.comment .com-text p{
	border: none;
}
.comment .com-name{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	text-align: right;
	font-weight: 500;
}
.comment .com-name span{
	font-size: 15px;
}










