@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:hover img {
	filter:brightness(110%);
}

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

.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 {
	color:#aa9024;
	text-decoration:none;
}

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;
}

/* -------------------------------------------------
hero
-------------------------------------------------*/

#hero-wrapper {
	position: relative;
	width: 100%;
	height:100%;
	min-height:890px;
}

#hero-wrapper {
	background-image:url(../images/index_bg_grad.png),url(../images/index_bg.jpg);
	background-position:top left,center center;
	background-repeat:repeat-x,no-repeat;
	background-size:auto auto,100% auto;
}

#hero-wrapper h1,
#hero-wrapper h2,
#hero-wrapper h3,
#hero-wrapper #berline {
	/*display:none;*/
}

/*THE BIGHOUSE*/
#hero-wrapper h1 {
	position:absolute;
	top:42px;
	left:50%;
	margin-left:-380px;
}

/*ザ・ビッグハウス*/
#hero-wrapper h2 {
	position:absolute;
	top:488px;
	left:50%;
	margin-left:-169px;
}

/*スペクタクル*/
#hero-wrapper h3 {
	position:absolute;
	top:34px;
	right:40px;
}

#hero-wrapper #beling {
	position:absolute;
	top:609px;
	left:50%;
	margin-left:-322px;
}

#hero-wrapper #credit{
	position:absolute;
	top:758px;
	left:50%;
	margin-left:-276px;
}

#hero-wrapper #berline {
	position:absolute;
	top:72px;
	left:48px;
}

#hero-wrapper #banner-machiyma{
	width:22%;
	position:absolute;
	bottom:30px;
	right:30px;
}

#hero-wrapper #banner-machiyma img {
	width:100%;
	height:auto;
}

#hero-wrapper ul {
	position:absolute;
	bottom:40px;
	left:40px;
}

#hero-wrapper ul li {
	display:block;
	margin-bottom:12px;
}

/* footer */
#footer-wrapper {
	width:100%;
	background-color:#1d2283;
	position:relative;
	height:230px;
	background-image:url(../images/index_footer_bg.jpg);
	background-position:center center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}

#roadshow {
	position: absolute;
	left: 40px;
	top: 40px;
}

#catch-copy {
	position:absolute;
	right:40px;
	top:30px;
}

/* -------------------------------------------------
menu 
-------------------------------------------------*/

/* overlay */

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

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

#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 ul {
	display:block;
	width:70%;
	margin:0 auto;
}
#menu li {
	width:50%;
	float:left;
	margin-bottom:20px;
}
#menu img {
	width:80%;
	height:auto;
}
}

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

#menu li {
	margin-bottom:20px;
}

#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;
}


/* 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(1),
ul.banner li:nth-child(3) {
	float:left;
}

ul.banner li:nth-child(2),
ul.banner li:nth-child(4) {
	float:right;
}

/* widget */

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

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

#widget-facebook {
	width:50%;
	height:360px;
	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-wrapper {
	width:100%;
	background-color:#ffe100;
	background-image:url(../images/bg_trailer.gif);
}

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

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

#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-wrapper {
	background-color:#1940c1;
	width:100%;	
}

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

#intro-container > p {
	font-size:18px;
	line-height:2em;
}

#intro-container p b {
	color:#ffde00;
	font-weight:bold;
}

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

#intro-container h4 {
	margin:-36px 0 30px 0;
}

#intro-container h4 {
	margin:-40px 0 30px 0;
}

#intro-column {
	padding:40px 30px 10px 30px;
	background-color:#14339a;	
}

#intro-column h5 {
	margin-bottom:20px;
}

#intro-column > p {
	line-height:2em;
}

/* -------------------------------------------------
pic-insert
-------------------------------------------------*/

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

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

#pic-insert-container-s {
	width:100%;
}

#pic-insert-container-s ul li{
	display:block;
	width:25%;
	float:left;
}

#pic-insert-container-s ul li img{
	width:100%;
	height:auto;
}

/* -------------------------------------------------
comments
-------------------------------------------------*/

#comments-wrapper {
	width:100%;
}

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

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

.comment-box {
	padding: 40px 0 24px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9a61d;
	text-align:left;
}

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

.comment-name span.name {
	font-size:30px;
	color:#c9a61d;
	font-weight:bold;
	margin-right:0.3em;
}

.comment-name span.name span {
	font-size:0.6em;
}

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

#comments-container .caption {
	padding:30px 0 0 0;
	color:#888;
	text-align:right;
}

/* pic-insert */

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



/* -------------------------------------------------
plofile
-------------------------------------------------*/

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

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

#profile-container h4 {
	font-size:30px;
	margin-top:40px;
	margin-bottom:30px;
	font-weight:bold;
}

#profile-container h4 span.txt-s {
	font-size:0.6em;
	font-weight:bold;
}

#profile-container h4 span.sub {
	margin-left:0.5em;
	font-size:0.6em;
	font-weight:normal;
}

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

#profile-section {
	line-height:1.8em;
	overflow:hidden;
 zoom:1;
}

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

#profile-section ul {
	margin:30px 0;
	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;
}

.filmography .caption {
	color:#888;
}


/* -------------------------------------------------
statement
-------------------------------------------------*/

#statement-wrapper {
	width: 100%;
	background-color: #1c8aaa;
	color: #fff;
	background-image: url(../images/bg_statement.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 a {
	color:#fff;
}

/* -------------------------------------------------
theater
-------------------------------------------------*/

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

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

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

/* オンライン販売 */

#online-notice {
	display:block;
	padding:1em 1.5em;
	color:#fff;
	background-color:#231815;
	font-size:1.3em;
	line-height:1.6em;
	font-weight:bold;
	text-align:left;
	margin-bottom:40px;
}

#online-notice a {
	color:#ffde00;
}

#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;
}

ul#ticket {
	margin-bottom:30px;
}

ul#ticket li:nth-child(1) {
	margin-bottom:30px;
}

/* イベント情報 */

#event-container {
	margin-top:30px;
	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;
	line-height:1.4em;
}

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


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

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


.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;
	line-height:1.4em;
}

.theater-table td:nth-child(4) {
	text-align:left;
}

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

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

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

/* -------------------------------------------------
sns share
-------------------------------------------------*/

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

#social {
	margin:0;
}

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

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


/* -------------------------------------------------
media queries
-------------------------------------------------*/


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

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

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

/* -------------------------------------------------
menu
-------------------------------------------------*/

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

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

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

#menu {
	top:40px;
}

/* -------------------------------------------------
content
-------------------------------------------------*/
	
#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;
}

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

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

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

#widget-container {}

#trailer-container {
	padding:30px 0;
}

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

/* -------------------------------------------------
hero
-------------------------------------------------*/

#hero-wrapper h1 img,
#hero-wrapper h2 img,
#hero-wrapper h3 img,
#hero-wrapper #beling img,
#hero-wrapper #credit img,
#hero-wrapper #berline img,
#hero-wrapper ul li img,
#roadshow img,
#catch-copy img {
	width:100%;
	height:auto;
}

/*THE BIGHOUSE*/
#hero-wrapper h1 {
	position:absolute;
	top:18%;
	width:60%;
	margin-left:-30%;
}

/*ザ・ビッグハウス*/
#hero-wrapper h2 {
	position:absolute;
	width:30%;
	margin-left:-15%;
}

/*スペクタクル*/
#hero-wrapper h3 {
	position:absolute;
	width:14%;
	top:12px;
	right:3%;
}

#hero-wrapper #berline {
	position:absolute;
	width:26%;
	top:26px;
	left:4%;;
}

/* footer */
#footer-wrapper {
	height:180px;
}

#roadshow {
	position:absolute;
	width:40%;
	left:3%;
	top:20%;
}

#catch-copy {
	position:absolute;
	width:20%;
	right:3%;
	top:30px;
}

/* beling */

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

/* banner */

ul.banner {
	margin:0;
}

ul.banner li,
ul.banner li:nth-child(1),
ul.banner li:nth-child(2),
ul.banner li:nth-child(3),
ul.banner li:nth-child(4)  {
	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;
}

/* widget */

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

/* -------------------------------------------------
introduction
-------------------------------------------------*/


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

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

#intro-container h4 {
  margin:-20px 0 30px;
}

#intro-container > h4  > img {
	width:90%;
	height:auto;
}

#intro-container > p {
  font-size:15px;
  line-height:2em;
}

#intro-column {
  padding:30px 20px 10px;
		font-size:12px;
}

#intro-column h5 {
  margin-bottom:14px;
}

#intro-column h5 img {
  width:100%;
		height:auto;
}

/* -------------------------------------------------
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;
}

/* -------------------------------------------------
comments
-------------------------------------------------*/

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

.comment-box {
  padding:30px 0 30px;
}

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

.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;
}

/* -------------------------------------------------
pic-insert
-------------------------------------------------*/

#pic-insert-container-s ul li {
  display:block;
  float:left;
  width:50%;
}

/* -------------------------------------------------
statement
-------------------------------------------------*/

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

#statement-container > p > img {
	width:100%;
	height: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;
}

#online-notice {
  font-size:1.0em;
}

ul#ticket li:nth-child(1) {
 margin-bottom:15px;
}

ul#ticket li:nth-child(1) img,
ul#ticket li:nth-child(3) img,
ul#ticket li:nth-child(3) img {
 width:100%;
	height:auto;
}

ul#ticket li:nth-child(2) img {
 width:100%;
	height:auto;
}

/* イベント情報 */

#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 only screen and (max-width: 800px) {

/* -------------------------------------------------
hero
-------------------------------------------------*/

#hero-wrapper {
	position: relative;
	width: 100%;
	height:100%;
	min-height:560px;
}

/*THE BIGHOUSE*/
#hero-wrapper h1 {
	position:absolute;
	width:90%;
	top:23%;
	left:50%;
	margin-left:-45%;
}

/*ザ・ビッグハウス*/
#hero-wrapper h2 {
	position:absolute;
	width:50%;
	top:50%;
	left:50%;
	margin-left:-25%;
}

/*スペクタクル*/
#hero-wrapper h3 {
	position:absolute;
	width:20%;
	top:12px;
	right:3%;
}

#hero-wrapper #beling {
	position:absolute;
	width:80%;
	top:60%;
	left:50%;
	margin-left:-35%;
}

#hero-wrapper #credit {
	position:absolute;
	width:70%;
	top:70%;
	left:50%;
	margin-left:-35%;
}

#hero-wrapper #berline {
	position:absolute;
	width:36%;
	top:26px;
	left:4%;;
}

#hero-wrapper #banner-machiyma{
	width:50%;
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-25%;
}

#hero-wrapper #banner-machiyma img {
	width:100%;
	height:auto;
}


#hero-wrapper ul {
	position:absolute;
	width:10%;
	bottom:3%;
	left:2%;
}

#hero-wrapper ul li {
	display:block;
	margin-bottom:6px;
}

/* -------------------------------------------------
profile
-------------------------------------------------*/

#profile-container h4 {
  font-size:24px;
		margin-bottom:20px;
}

#profile-container h4 span.txt-s {
	display:block;
	margin:0 0 5px 0;
}

#profile-container h4 span.sub {
		display:block;
  margin:5px 0 0 0;
		font-size:0.5em;
}

/*iPad縦対応*/
@media screen and (min-aspect-ratio: 3/4) {
	
/*THE BIGHOUSE*/
#hero-wrapper h1 {
	position:absolute;
	width:70%;
	top:16%;
	left:50%;
	margin-left:-35%;
}

/*ザ・ビッグハウス*/
#hero-wrapper h2 {
	position:absolute;
	width:40%;
	top:46%;
	left:50%;
	margin-left:-20%;
}

/*スペクタクル*/
#hero-wrapper h3 {
	position:absolute;
	width:16%;
	top:20px;
	right:3%;
}

#hero-wrapper #beling {
	position:absolute;
	width:70%;
	top:60%;
	left:50%;
	margin-left:-35%;
}

#hero-wrapper #credit {
	position:absolute;
	width:60%;
	top:74%;
	left:50%;
	margin-left:-30%;
}

#hero-wrapper #berline {
	position:absolute;
	width:26%;
	top:26px;
	left:4%;;
}

#hero-wrapper ul {
	position:absolute;
	width:6%;
	bottom:3%;
	left:2%;
}

#hero-wrapper ul li {
	display:block;
	margin-bottom:6px;
}
}

}

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

/* -------------------------------------------------
footer
-------------------------------------------------*/

#footer-wrapper {
	height:80px;
}

#roadshow {
	position:absolute;
	width:44%;
	left:2%;
	top:15%;
}

#catch-copy {
	position:absolute;
	width:26%;
	right:3%;
	top:30px;
}

/* -------------------------------------------------
widget
-------------------------------------------------*/

#widget-container {
  margin:0 auto;
  padding:10px 4% 20px;
  width:92%;
}

#widget-twitter,
#widget-facebook {
	float:none;
	width:100%;
	padding:10px 0 10px 0;
	text-align:center; 
}

/* -------------------------------------------------
introduction
-------------------------------------------------*/

#intro-container h4 {
  margin:-10px 0 30px;
}

}


/* 横向きの場合のスタイル */
@media screen and (orientation: landscape) {
#hero-wrapper {
	background-image:url(../images/index_bg_grad.png),url(../images/index_bg.jpg);
	background-position:top left,center center;
	background-repeat:repeat-x,no-repeat;
	background-size:auto auto,100% auto;
}
}

/* 縦向きの場合のスタイル */
@media screen and (orientation: portrait) {
#hero-wrapper {
	background-image:url(../images/index_bg_grad.png),url(../images/index_bg.jpg);
	background-position:top left,center center;
	background-repeat:repeat-x,no-repeat;
	background-size:auto auto,auto 101%;
}
#hero-wrapper #banner-machiyma{
	width:50%;
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-25%;
}

#hero-wrapper #banner-machiyma img {
	width:100%;
	height:auto;
}

}
