html {
	position: relative;
	min-height: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

html.home {
	overflow-y: auto;
}

body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #403137;
	background: #e4e6e4;
	font-family: "ten-mincho", serif;
}

.container-fluid {
	position: relative;
}

ul,
ol,
li,
body#home h1,
body#home h2,
h3,
h4,
h5 {
	margin:0;
	padding:0;
	list-style:none;
}

a, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #fff100;
}

a:hover img {
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

*::selection {
	color: #fff;
	background: #90751b;
}

*::-moz-selection {
	color: #fff;
	background: #90751b;
}

button:focus {
	outline: none;
}

strong {
	padding: 2px 6px;
	color: #000;
	background: #fff100;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	text-shadow: none;
}

a.arw {
	padding-left: 10px;
	background: url(../img/icn-arw.png) no-repeat left center;
	text-decoration: underline;
}

a.btn {
	width: 7em;
	padding: 8px 20px 6px 20px;
	background: #90751b;
	color: #fff;
	font-family: "ten-mincho", serif;
	font-weight: 700;
	letter-spacing: .2em;
	font-size: 2em;
	text-align: center;
}

a.btn:hover {
	color: #fff;
	background: #b10e17;
}

.fb_iframe_widget > span,
.twitter-share-button,
.line-it-button {
	vertical-align: top !important;
}

.awards {
	position: absolute;
	top: 10px;
	width: 100%;
}

.awards img {
	width: 60%;
}

body#home .social {
	margin-top: 10px;
}

.share {
	margin-top: 10px;
}

body#home h1 img {
	width: 50%;
	margin-top: 0;
}

h2 {
	line-height: 1.4;
}

body#home h2 {
	margin-top: -20px;
	font-size: 30px;
	font-weight: 800;
}

body#home h2 small {
	font-size: 60%;
}

.lead {
	position: absolute;
	left: 20px;
	top: 20px;
}

.copyright {
	position: absolute;
	left: 20px;
	top: 960px;
	width: 50%;
}

.menu li.noicn {
	padding-top: 0;
	margin-right: 0;
}

body#home .menu {
	margin-top: 170px;
}

.menu li {
	padding-top: 12px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: normal;
	white-space: nowrap;
}

body#home .menu li {
	font-size: 1em;
	font-weight: 800;
}

body#home .menu li a,
body#home .menu li a:visited,
.modal-body .menu li a,
.modal-body .menu li a:visited {
	padding: 2px 6px 2px 26px;
	color: #403137;
	background: url(../img/icn.png) no-repeat 0 3px;
}

.modal-body .menu li a,
.modal-body .menu li a:visited {
	background: url(../img/icn.png) no-repeat 0 5px;
}

.menu li a,
.menu li a:visited {
	padding: 2px 6px 2px 26px;
	color: #fff;
	background: url(../img/icn.png) no-repeat 0 0px;
}

.menu li a:hover,
.menu li a:visited:hover,
body#home .menu li a:hover,
body#home .menu li a:visited:hover {
	padding: 2px 6px 2px 26px;
	color: #fff;
	background: #fff100;
}

.menu li.noicn a,
.menu li.noicn a:visited {
	padding: 0 0 0 0 !important;
	background: none !important;
}

.menu li h1 {
	margin: 0 0 !important;
	padding: 0 0 !important;
}

body#home {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #e4e6e4 url(../img/bg.jpg) no-repeat left bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#theaters {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #1b2722 url(../theaters/img/bg.jpg) no-repeat -100px bottom;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#intro {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #8d7f6f url(../introduction/img/bg.jpg) no-repeat right bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#story {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #8d7f6f url(../story/img/bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#staff {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #8d7f6f url(../staff/img/bg.jpg) no-repeat left bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#cast {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #8d7f6f url(../cast/img/bg.jpg) no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#comment {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #020107 url(../comment/img/bg.jpg) no-repeat -50px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#collab {
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	display: block;
	background: #8d7f6f url(../collaboration/img/bg.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body#theaters h2 {
	color: #fff;
	font-family: "ten-mincho", serif;
	font-weight: 700;
	letter-spacing: .2em;
}

body#theaters p,
body#theaters th,
body#theaters td {
	font-size: 0.9em;
	font-family: "a-otf-ud-shin-go-pr6n";
}

body#theaters th {
	color: #fff100;
	border-top: none;
}

body#theaters td {
	border-top: none;
}

.table thead th {
	border-bottom: 3px solid #fff100;
}

.table a:link, a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.table a:hover {
	color: #fff100;
	border-bottom: 1px dotted #fff100;
}

.ticket * {
	color: #fff100;
	line-height: 1.6;
}

.ticket h4 {
	font-family: "a-otf-ud-shin-go-pr6n";
	font-size: 1em;
	font-weight: 800;
}

.ticket .pic {
	margin-top: 10px;
}

.tape img {
	width: 180px;
}

#cboxClose {
	top: 62px !important;
}

.lead2 {
	width: 100%;
}

.social img {
	height: 3em;
}

.social {
	margin-right: -10px !important;
}

.bnr img {
	height: 70px;
}

.bnr2 img {
	height: 40px;
}

h3 {
	color: #fff;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 0.40);
	font-size: 24px;
	line-height: 30px;
}

body#collab h3 {
	color: #fff100;
}

h3 small {
	font-size: 16px !important;
}

h3.yellow {
	color: #fff100;
}

p, table.filmo th, table.filmo td {
	color: #fff;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 0.40);
	font-size: 15px;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif !important;
	line-height: 1.7;
	font-weight: 300;
}

table.filmo {
	margin-bottom: 100px;
}

table.filmo th {
	padding-right: 2em;
	padding-bottom: 8px;
	vertical-align: top;
	word-break: keep-all;
}

table.filmo td {
	padding-right: 2em;
	padding-bottom: 8px;
}

.thumb {
	width: 40%;
}

em {
	display: inline-block;
	padding-left: 6px;
	padding-right: 4px;
	transform: scale(1.7,1);
	font-weight: 300;
}

p em {
	padding-right: 12px;
}

table.name th,
table.name td {
	font-family: "ten-mincho", serif !important;
	font-size: 16px;
}

.highlight {
	font-size: 130%;
	color: #fff100;
}

.name {
	color: #fff100;
}

.link {
	padding: 20px;
	border: 1px solid #fff100;
	text-align: center;
	font-size: 1.2em;
	font-family: "ten-mincho", serif !important;
}

.link a:link, .link a:visited {
	color: #fff100;
}

.link a:hover, .link a:visited:hover {
	color: #fff;
}

.bluray {
	position: absolute;
	top: 200px;
	right: 0;
}

@media only screen and (max-width: 1910px) {
	body#home h2 {
		font-size: 28px;
		font-weight: 800;
	}
	
	body#home h1 img {
		width: 40%;
	}
	
	.awards img {
		width: 55%;
	}
	
	.bnr img {
		height: 50px;
	}
	
	.bnr2 img {
		height: 30px;
	}
	
	.copyright {
		top: 800px;
	}
}

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

	body#home h2 {
		font-size: 20px;
		font-weight: 800;
	}
	
	.awards img {
		width: 80%;
	}
	
	body#home .menu {
		margin-top: 160px;
	}

	body#home .menu li a,
	body#home .menu li a:visited {
		padding: 2px 6px 2px 26px;
		color: #403137;
		background: url(../img/icn.png) no-repeat 0 5px;
	}
	
	body#home h1 img {
		width: 50%;
		margin-top: auto;
	}
	
	.lead2 {
		width: auto;
	}
	
	body#home h2 {
		font-size: 24px;
		font-weight: 800;
	}

	.social li img {
		height: 2em;
	}

	.social li.mx-3 {
		margin-right: auto;
		margin-bottom: auto;
	}
	

}

@media only screen and (max-width: 1600px) {
	body#home h2 {
		margin-top: -10px;
		font-size: 20px;
	}
	
	.copyright {
		top: 750px;
	}
}


@media only screen and (max-width: 1400px) {
	body#home h2 {
		font-size: 18px;
		font-weight: 800;
	}

	.bluray {
		top: 300px;
	}
}

@media only screen and (max-width: 1200px) {
	.bnr {
		left: 0;
		bottom: 300px;
	}
	
	.copyright {
		top: 670px;
	}
	
	.bluray {
		top: 330px;
	}
	
	.bluray img {
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	.bluray {
		top: 310px;
	}
	
	.bluray img {
		width: 70%;
	}
}

@media only screen and (max-width : 992px) {
	.bnr {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	body#home {
		position: relative;
		height: 100%;
		padding-bottom: 40px;
		display: block;
		background: #e4e6e4 url(../img/bg-sm.png) no-repeat left top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	body#theaters {
		position: relative;
		height: 100%;
		padding-bottom: 40px;
		margin-bottom: 300px;
		display: block;
		background: #1b2722 url(../theaters/img/bg-sm.jpg) no-repeat 0 550px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	body#intro,
	body#story,
	body#staff,
	body#cast,
	body#comment,
	body#collab {
		background-image: none;
	}
	
	body#comment {
		background-color: #8d7f6f;
	}
	
	.photo {
		width: 100%;
	}
	
	#SPNavBtn {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.lead {
		left: auto;
		right: 20px;
		top: 100px
	}
	
	.awards img {
		width: 70%;
	}
	
	body#home h1 {
		margin-top: 650px !important;
	}
	
	body#home h1 img {
		width: 70%;
	}
	
	.copyright {
		display: block;
		position: relative;
		left: auto;
		width: 90%;
		top: auto;
		margin: auto auto;
		padding-top: 20px;
		text-align: center;
	}
	
	.lead2 {
		width: 100%;
	}
	
	body#home h2 {
		font-size: 1.7em;
	}
	
	.social li img {
		width: 2em;
	}
	
	.bnr {
		padding-top: 30px;
	}
	
	.modal.bg {
		background: url(../img/bg2-sm.jpg) no-repeat;
		background-size: cover;
	}
	
	.modal .menu {
		margin-top: 30px !important;
	}
	
	.close {
		position: absolute;
		right: 30px;
		top: 30px;
		z-index: 999;
	}
	
	.menu li a, .menu li a:visited {
		padding-left: 1em;
		font-size: 1.4em;
		font-weight: 800;
		background: url(../img/icn.png) no-repeat 0 10px;
	}
	
	.menu li.sociallink {
		margin-top: 3em;
	}
	
	.menu li.sociallink img.img-fluid {
		width: 1.2em !important;
	}
	
	.menu li.sociallink a,
	.menu li.sociallink a:visited {
		margin-right: 30px !important;
		padding: 2px 6px 2px 0 !important;
		color: #403137;
		background: none !important;
	}

	.menu li.sociallink a:hover,
	.menu li.sociallink a:visited:hover {
		padding: 2px 6px 2px 0;
		color: #fff;
		background: none;
	}
	
	body#theaters p,
	body#theaters th,
	body#theaters td {
		font-size: 0.7em;
	}

	h3 {
		font-size: 20px;
	}
	
	h4, p, table.filmo th, table.filmo td, h3 {
		text-shadow: none;
	}
	
	.bluray {
		position: relative;
		top: auto;
		right: auto;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	
	.bluray img {
		width: auto;
	}

}

@media only screen and (max-width: 768px) {
	body#home h1 {
		margin-top: 550px !important;
	}
	
	body#theaters {
		position: relative;
		height: 100%;
		margin-bottom: 400px;
		display: block;
		background: #1b2722 url(../theaters/img/bg-sm.jpg) no-repeat -100px 600px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	body#home h2 {
		font-size: 1.5em;
	}
	

}

@media only screen and (max-width: 700px) {
	.lead {
		width: 10%;
		right: 0;
		top: 100px;
	}
	
	body#home h1 {
		margin-top: 480px !important;
	}
	.thumb {
		width: 70%;
	}
	
	table.filmo th,
	table.filmo td {
		font-size: 0.75em;
	}
	
	table.name {
		letter-spacing: -0.9px;
	}
	
	.bluray {
		margin-top: 0;
	}
}

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

	body#home h1 {
		margin-top: 450px !important;
	}
}

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


@media screen and (max-width: 550px) {
	
	body#home h1 {
		margin-top: 400px !important;
	}
	
	
	body#home h2 {
		font-size: 1.45em;
	}
	
	h3 small {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 500px) {
		
	body#home h1 {
		margin-top: 340px !important;
	}
	
	body#home h2 {
		font-size: 1.3em;
	}
	
	#SPNavBtn {
		width: 60px;
	}
	
	body#theaters {
		margin-bottom: 50px;
		background: #1b2722 url(../theaters/img/bg-sm.jpg) no-repeat 0 80px;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	
	body#theaters p,
	body#theaters th,
	body#theaters td {
		font-size: 0.6em;
	}
	
	body#theaters h2 {
		width: 80%;
		margin-left: 0;
		margin-top: 45px;
		margin-bottom: 170px;
	}
	body#comment h3 small,
	body#staff h3 small {
		font-size: 11px !important;
	}
	.bnr {
		padding-top: 0;
	}
}

@media screen and (max-width: 400px) {
		
	body#home h1 {
		margin-top: 300px !important;
	}
	
	body#home h2 {
		font-size: 1em;
	}
	
	h3 {
		font-size: 1.05em;
	}
	
	
	.bnr img,
	.bnr2 img {
		width: 97%;
		height: auto;
	}
	
	.copyright {
		margin-bottom: 2em !important;
	}
}

@media screen and (max-width: 320px) {
	
	body#home h1 {
		margin-top: 230px !important;
	}
	
	body#home h2 {
		font-size: 0.8em;
	}
}
