@charset "euc-jp";
/* CSS Document */

body,html {
	height:100%;	
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	font-size:16px;
	line-height:2.2em;
	color:#2b2b2b;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: none;
	color:#aa9024;
}

a:link,
a:visited,
a:active,
a:hover {
	color:#aa9024;
}

a:hover img {
	opacity: 0.8;
}

.btn {
	display: inline-block;
	font-size:18px;
	line-height:1em;
	border: 2px solid #aa9024;
	padding:24px 44px;
	border-radius: 60px;        /* CSS3草案 */  
	-webkit-border-radius: 60px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 60px;   /* Firefox用 */  
	margin:0;
}

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

.btn-icon {
	display: inline-block;
	width:66px;
	height:66px;
	border: 2px solid #aa9024;
	border-radius: 60px;        /* CSS3草案 */  
	-webkit-border-radius: 60px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 60px;   /* Firefox用 */ 
	text-indent:-200px;
	overflow:hidden;
}

.btn-icon:hover {
	background-color:#aa9024;
}

p {
	text-align:left;
	margin-bottom:1.6em;
}

#intro-container h4,
#comments-container h4,
#profile-container h4,
#statement-container h4,
#theater-container h4 {
	padding-left:0.8em;
}

/* overlay */

#overlay,
#menu,
.btn-close {
	display:none;
	/*display:none;*/
}

#overlay {
	z-index:3;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#161616;
}

#menu {
	z-index:3;
	position:fixed;
	top:140px;
	left:0;
	width:100%;
	height:100%;
}

#menu ul {
	 text-align:center;
}

/* 横向きの場合のスタイル */
@media screen and (orientation: landscape) {
#menu li {
	width:50%;
	float:left;
}
#menu img {
	width:80%;
	height:auto;
}
}

/* 縦向きの場合のスタイル */
@media screen and (orientation: portrait) {
#menu img {
	width:610px;
	height:auto;
} 
}

.btn-close {
	z-index: 3;
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;	
	display:none;
}

/* btn-menu */

#btn-menu {
	position:fixed;
	right:20px;
	top:20px;
	cursor: pointer;	
	z-index:2;
	display:none;
}


/* content */

#hero-wrapper,
#slide-container {
	display:block;
 width:100%;
 height:100%;
	position:relative;
	background-color:#101010;
}

#copy-intro,
#hero-wrapper h1,
#hero-wrapper h2,
#hero-wrapper h3,
#hero-wrapper #cannes,
#hero-wrapper #scroll {
	display:none;
}

/*生きて、死ぬ*/
#copy-intro {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-322px;
	margin-top:-32px;
}

/*港町*/
#hero-wrapper h1 {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-203px;
	margin-top:-120px;
}

/*想田和弘監督作品*/
#hero-wrapper h2 {
		position:absolute;
	top:28px;
	left:28px;
}

/*泡沫夢幻*/
#hero-wrapper h3 {
	position:absolute;
	top:28px;
	right:28px;
}

/*カンヌ*/
#hero-wrapper #cannes {
	position:absolute;
	bottom:22px;
	left:28px;
}

/*スクロール*/
#hero-wrapper #scroll {
	position:absolute;
	bottom:28px;
	left:50%;
	margin-left:-45px;
}

/* beling */

#beling-container {
	width:900px;
	margin:0 auto;
	padding:40px 50px;
	text-align:center;
}

#beling-container img {
	margin-bottom:30px;
}

#beling-container a {
	display:block;
	text-decoration:underline;
}

/* banner */

ul.banner {
	margin-top:30px;
}

ul.banner li:nth-child(2) {
	float:left;
}

ul.banner li:nth-child(3) {
	float:right;
}

/* widget */

#widget-container {
	width:720px;
	margin:0 auto;
	padding:30px 50px 50px 50px;
}

#widget-twitter {
	width:50%;
	float:left;
	text-align:center;
}

#widget-facebook {
	width:50%;
	float:right; 
	text-align:center;
}

widget-facebook .fb_iframe_widget,
widget-facebook .fb_iframe_widget span,
widget-facebook .fb_iframe_widget iframe[style]{ width: 100%!important; }


/* trailer */

#trailer-container {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 5% 50px 5%;
	text-align:center;
}

#youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* introduction */

#intro-container {
	width:900px;
	margin:0 auto;
	padding:50px 50px 50px 50px;
	text-align:center;
}

#intro-container h3 {
	margin-bottom:30px;
}

#intro-container h4 {
	margin-bottom:60px;
	font-size:22px;
	color:#787878;
	letter-spacing: 0.8em;
}

#intro-container h5 {
	font-size:30px;
	line-height:1.6em;
	margin-bottom:30px;
}

/* intro-pic */

#intro-pic-container {
	width:100%;
}

#intro-pic-container img {
	width:50%;
	height:auto;
}

/* comments */

#comments-wrapper {
	width:100%;
	background-color:#101010;
	color:#e5e5e5;
}

#comments-container {
	width:900px;
	margin:0 auto;
	padding:80px 50px 70px 50px;
	text-align:center;
}

#comments-container h3 {
	margin-bottom:30px;
}

#comments-container h4 {
	margin-bottom:60px;
	font-size:22px;
	color:#747474;
	letter-spacing: 0.8em;
}

.comment-name span {
	display:inline-block;
}

.comment-name span.name {
	font-size:24px;
	color:#a68619;
	margin-bottom:40px;
	margin-right:0.5em;
}

.comment-name span.job {
	color:#929292;
	font-size:18px;
}

.caption {
	color:#888;
}

/* pic-insert */

#pic-insert img {
	width:100%;
	height:auto;
}

/* plofile */

#profile-container {
	width:900px;
	margin:0 auto;
	padding:80px 50px 50px 50px;
	text-align:center;
}

#profile-container h3 {
	margin-bottom:30px;
}

#profile-container h4 {
	margin-bottom:60px;
	font-size:22px;
	color:#787878;
	letter-spacing: 0.8em;
}

img.profile-img {
	display:block;
	float:left;
	margin:0 60px 30px 0;
}

#profile-section {
	text-align:left;
	line-height:1.8em;
	overflow:hidden;
 zoom:1;
	margin-bottom:30px;
}

#profile-container h5 {
	font-size:24px;
	margin-bottom:10px;
}

#profile-container h5 span {
	font-size:0.6em;
}

#profile-section ul {
	display:block;
}

#profile-section li {
	display:block;
	float:left;
	margin-right:14px;
}

a.icon-twitter {
	background-image: url(../images/icon_twitter.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

a.icon-twitter:hover {
	background-position: center bottom;	
}

a.icon-fb {
	background-image: url(../images/icon_fb.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

a.icon-fb:hover {
	background-position: center bottom;	
}

.filmography {
	margin-bottom:30px;
	text-align:left;
}

.filmography dl {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cfcfcf;	
}

.filmography dt,
.filmography dd {
	display:inline-block;
	padding:14px 10px;
}

.filmography dt {
	font-size:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aa9024;
	margin-top:-2px;	
}

.filmography p,
.filmography table {
	font-size:14px;
	color:#5e5e5e;
	line-height:1.6em;
}

.filmography table td {
	padding:5px 10px 5px 0px;
}

/* statement */

#statement-wrapper {
	width: 100%;
	background-color: #101010;
	color: #e5e5e5;
	background-image: url(../images/bg_cat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
}

#statement-container {
	width:900px;
	margin:0 auto;
	padding:80px 50px 70px 50px;
	text-align:center;
}

#statement-container h3 {
	margin-bottom:30px;
}

#statement-container h4 {
	margin-bottom:60px;
	font-size:22px;
	color:#747474;
	letter-spacing: 0.8em;
	margin-bottom:40px;
}

#jikkai {
	padding: 50px 60px;
	background-image: url(../images/bg_stripe.gif);
	margin-top:60px;
}

#jikkai h4 {
	color:#0b7baa;
	margin-bottom:40px;
}

#jikkai ol {
	text-align:left;
	padding-left:1em;
	line-height:1.6em;
}

#jikkai ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom:20px;
}

/* theater */

#theater-container {
	width:900px;
	margin:0 auto;
	padding:80px 50px 50px 50px;
	text-align:center;
}

#theater-container h3 {
	margin-bottom:30px;
}

#theater-container h4 {
	margin-bottom:60px;
	font-size:22px;
	color:#787878;
	letter-spacing: 0.8em;
}

#theater-container > img,
#theater-container > a > img {
	display:inline-block;
	margin-bottom:40px;
}

/* オンライン販売 */

#online-notice {
	display:block;
	padding:1em 1.5em;
	background-color:#ebebeb;
	font-size:1.3em;
	line-height:1.6em;
	font-weight:bold;
	text-align:left;
}

#online-notice b {
	color:#3890c7;
}

#online-txt {
	margin-bottom:60px;	
}

#online-txt h5 {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	margin:2em 0 1em 0;
}

#online-txt p {
	line-height:1.6em;
}

/* イベント情報 */

#event-container {
	margin-bottom:60px;
}

#event-container h5 {
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

#event-container table {
	width:100%;
	margin-bottom:20px;
}

#event-container table tr.header td {
	border:none;
}

#event-container table tr.header td {
	background-color:#313131;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	padding:0.5em 1em;
}

#event-container table tr td {
	text-align:left;
	padding:1em 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}

ul.event-notice li {
	font-size:0.8em;
	text-align:left;
	line-height:1.4em;
	margin-bottom:0.4em;
}


/* 上映劇場用テーブル */

.theater-table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 80px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.theater-table tr.header td {
	background-color: #f3f3f3;
	font-weight: bold;
}

.theater-table td {
	padding: 1em 1em;
	border: 1px solid #cccccc;
	background-color: #FFF;
}

.theater-table tr.header td {
	background-color: #efefef;
}

.theater-table td a {
	color: #aa9024;
	text-decoration: none;
}

.theater-table td a:hover {
	text-decoration: underline;
}

/* sns share */

#sns-container {
	width: 100%;
	background-color:#242424;
	text-align:center;
	position:fixed;
	left:0;
	bottom:0;
}

#social {
	margin:0;
}

#social li {
	display:inline-block;
	padding:14px 5px 14px 5px;
}

#social li.eiga {
	margin-right:-20px;
}

/* メディアクエリ */

@media screen and (max-width: 1000px) {
	
body {
	font-size:14px;
	line-height:1.8em;
}

.btn {
	font-size:14px;
	padding:18px 20px;
}

.btn-icon {
	display: inline-block;
	width:50px;
	height:50px;
}

/* overlay */

#menu img {
	 width:30%;
		height:auto;
}

.btn-close,
#btn-menu {
	top: 2%;
	right: 3%;
}

.btn-close img,
#btn-menu img {
	width:50px;
	height:auto;
}

#menu {
	top:60px;
}
	
#beling-container,
#widget-container,
#trailer-container,
#intro-container,
#comments-container ,
#profile-container,
#statement-container,
#theater-container {
	width:94%;
	padding:40px 3% 10px 3%;
	text-align:center;
}

#intro-container h3,
#comments-container h3,
#profile-container h3,
#statement-container h3,
#theater-container h3 {
	margin-bottom:20px;
}

#beling-container h3 img,
#widget-container h3 img,
#intro-container h3 img,
#comments-container h3 img,
#profile-container h3 img,
#statement-container h3 img,
#theater-container h3 img {
	width:100%;
	height:auto;
}

#intro-container h4,
#comments-container h4,
#profile-container h4,
#statement-container h4,
#theater-container h4 {
	font-size:14px;
	margin-bottom:30px;
}

#beling-container {
	padding-top:30px;
}

#widget-container {}

#intro-container {
	padding-top:30px;
}

#comments-container {}

#profile-container {}

#statement-container {}

/* content */

#hero-wrapper,
#slide-container {
	display:block;
 width:100%;
 height:100%;
	position:relative;
	background-color:#101010;
}

#copy-intro img,
#hero-wrapper h1 img,
#hero-wrapper h2 img,
#hero-wrapper h3 img,
#hero-wrapper #cannes img,
#hero-wrapper #scroll img {
	width:100%;
	height:auto;
}

/*生きて、死ぬ*/
#copy-intro {
	position:absolute;
	width:60%;
	top:50%;
	left:50%;
	margin-left:-30%;
	margin-top:-2%;
}

/*港町*/
#hero-wrapper h1 {
	position:absolute;
	width:28%;
	top:50%;
	left:50%;
	margin-left:-14%;
	margin-top:-8%;
}

/*想田和弘監督作品*/
#hero-wrapper h2 {
	position:absolute;
	width:9%;
	top:20px;
	left:4%;
}

/*泡沫夢幻*/
#hero-wrapper h3 {
	position:absolute;
	width:26%;
	top:20px;
	right:4%;
}

/*カンヌ*/
#hero-wrapper #cannes {
	position:absolute;
	width:22%;
	bottom:22px;
	left:4%;
}

/*スクロール*/
#hero-wrapper #scroll {
	position:absolute;
	width:8%;
	bottom:28px;
	left:50%;
	margin-left:-4%;
}

/* beling */

#beling-container img {
	width:100%;
	height:auto;
	margin-bottom:30px;
}

/* banner */

ul.banner li,
ul.banner li:nth-child(1),
ul.banner li:nth-child(2)  {
	float:none;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:-10px;
}

ul.banner li img,
ul.banner li:nth-child(1) img,
ul.banner li:nth-child(2) img {
	max-width:430px;
	height:auto;
}

/* introduction */

#intro-container h5 {
	font-size:22px;
	line-height:1.6em;
	margin-bottom:30px;
}

/* profile */

img.profile-img {
	display:inline-block;
	float:none;
	margin:0 0 30px 0;
}

#profile-container h5 {
	font-size:20px;
}

#profile-section li {
	margin-right:7px;
}

a.icon-twitter {
	background-size:50px auto;
}

a.icon-fb {
	background-size:50px auto;
}

.filmography {
	margin-bottom:30px;
	text-align:left;
}

.filmography dl {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
	position:relative;
}

.filmography dt {
	display:inline-block;
	padding:14px 6px 10px 6px;
	font-size:18px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aa9024;
	margin-top:-2px;	
}

.filmography dd {
	display:block;
	padding:0;
	margin-bottom:14px;
}

.filmography dd.link {
	position:absolute;
	right:10px;
	top:14px;
}

.filmography dt.no-border {
	border:none;
}

.filmography table tr td:first-child {
	width:4em;
	vertical-align:top;
}

.filmography table td {
	padding:5px 10px 5px 0px;
}

/* intro-pic */

#intro-pic-container {
	width:100%;
}

#intro-pic-container img {
	width:100%;
	height:auto;
}

/* comments */

.comment-name {
	margin-bottom:50px;
}

.comment-name span.name {
	font-size:20px;
	margin:0px 0 5px 0;
	margin-right:0.5em;
}

.comment-name span.job {
	color:#929292;
	font-size:12px;
}

/* statement */

#statement-wrapper {
	background-size:130% auto;
}

#jikkai {
	padding: 30px 8% 20px 8%;
	margin-top:30px;
	margin-bottom:30px;
}

/* theater */

#theater-container > img,
#theater-container > a > img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

/* イベント情報 */

#event-container {
	margin-bottom:30px;
}

#event-container h5 {
	font-size:1.4em;
	margin-bottom:15px;
}

#event-container table tr.header td {
	border:none;
}

#event-container table tr.header td {
	font-size:1.1em;
}

#event-container table tr td {
	text-align:left;
	padding:1em 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}

ul.event-notice li {
	font-size:0.8em;
	text-align:left;
	line-height:1.4em;
	margin-bottom:0.4em;
}


#theater-container td {
	font-size:12px;
	line-height:1.4em;
}

.theater-table {
	margin-bottom: 40px;
}

/* sns share */

#sns-container {
	position:relative;
	margin:0;
}

#social li {
	display:inline-block;
	padding:10px 5px;
}

#social {
	padding:10px 0;
	margin:0;
}

/* 縦向きの場合のスタイル */
@media screen and (orientation: portrait) {

/* overlay */
#menu img {
	 width:80%;
		height:auto;
}

#slide-container {
	width:100%;
	height:46%;
}

/*生きて、死ぬ*/
#copy-intro {
	position:absolute;
	width:80%;
	top:45%;
	left:50%;
	margin-left:-40%;
}

/*港町*/
#hero-wrapper h1 {
	position:absolute;
	width:40%;
	top:45%;
	left:50%;
	margin-left:-20%;
}

/*想田和弘監督作品*/
#hero-wrapper h2 {
	position:absolute;
	width:12%;
	top:3%;
	left:4%;
}

/*泡沫夢幻*/
#hero-wrapper h3 {
	position:absolute;
	width:32%;
	top:60%;
	right:4%;
}

/*カンヌ*/
#hero-wrapper #cannes {
	position:absolute;
	width:36%;
	bottom:2%;
	left:3%;
}

/*スクロール*/
#hero-wrapper #scroll {
	position:absolute;
	width:14%;
	top:82%;
	left:50%;
	margin-left:-7%;
}

}
/* 縦向きの場合のスタイル */

}

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

/* widget */

#widget-twitter,
#widget-facebook {
	float:none;
	width:100%;
	padding:10px 0 10px 0;
	text-align:center; 
}
}
@media only screen and (max-width: 480px) {

}
