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

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size:1.0em;
	line-height:1.8em;
	color:#f1f1f1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	font-feature-settings : "palt";	
}

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

#overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color:#fff;
	opacity:0.95;
	z-index:15;
	display:none;
}

#menu-wrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:15;
	display:none;
}

#menu-flex {
	display: flex;
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	width: 100%;
	height:100%;
}

#inner {
	width:100%;
	max-width:1200px;
}

.menu {
	display:none;
}

.menu ul li a {
	display:block;
	width:100%;
	margin:20px 0;
	text-align:center;
}

#btn-close {
 position:absolute;
 right:20px;
 top:20px;
	z-index:100;
}

#menu-flex ul a img,
#btn-menu img,
#btn-close img {
	cursor: pointer;
	transition: filter 0.5s;
}

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

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

#menu-flex ul a:hover img,
#btn-menu img:hover,
#btn-close img:hover {
	filter:brightness(120%);
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	display:none;
}

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

@media screen and (orientation: landscape) {
	/* 横向きの場合のスタイル */
	.menu ul {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	}
	
	#menu-flex ul li {
	width:50%;
	text-align:center;
}
	
	
}


/* -------------------------------------------------
main
-------------------------------------------------*/

#content-main-wrapper {
	margin:0 auto;
	max-width:1200px;
}

#art-wrapper {
	position:relative;
}


#main-art {
	display:flex;
	flex-wrap: wrap;
}

#main-art div {
	width:20%;
	margin-bottom:-1px;
	opacity:0;
}

#main-art div img {
	width:100%;
	height:auto;
}

#art-wrapper h2 {
 position:absolute;
	left:35.8%;
	top:11%;
	width:5.83%;
	display:none;
}

#art-wrapper h2 img {
	width:100%;
	height:auto;
}

h1,
#beling,
#roadshow {
	width:100%;
	text-align:center;
}

h1 {
	margin-bottom:80px;
	opacity:0;
}

h1 img {
	width:66.75%;
	height:auto;
}

#btn-chirashi,
#btn-english {
text-align:center;
width:56.66%;
margin:0 auto;
opacity: 0;
}

#btn-chirashi img,
#btn-english img {
 cursor: pointer;
	transition: filter 0.5s;
	width:100%;
	height:auto;
}

#btn-english ul {
	width:100%;
	margin-bottom:30px;
}

#btn-english ul li {
background-color: #e00d1c;
border-radius: 10px;
margin-bottom: 20px;
display:inline-block;
width:100%;
padding: 20px 0;
}

#btn-chirashi img:hover,
#btn-english img:hover {
	filter:brightness(120%);
}

#btn-english ul li a {
margin: 0;
padding: 0;
}

#btn-english ul li:nth-of-type(1) img {
width:74.11%;
height: auto;
}

#btn-english ul li:nth-of-type(2) img {
width:27.2%;
height: auto;
}

#beling {
	margin-bottom:29px;
}

#beling img {
	width:97.25%;
	height:auto;
}

#roadshow {
	margin-bottom:36px;
}

#roadshow img {
	width:58.83%;
	height:auto;
}

#widget-wrapper {
	display:flex;
	justify-content:center;
	margin-bottom:30px;
}

#widget-wrapper li {
	width:300px;
	margin:0 20px;
}

/* -------------------------------------------------
content
-------------------------------------------------*/

#intro-wrapper,
#featuring-wrapper,
#comments-wrapper,
#director-wrapper,
#trailer-wrapper,
#theater-wrapper {
	width:100%;
	padding:30px 0;
}

#intro-container,
#featuring-container,
#comments-container,
#director-container,
#trailer-container,
#theater-container {
	width:1200px;
	margin:0 auto;
}

#intro-container h2,
#featuring-container h2,
#comments-container h2,
#director-container h2,
#trailer-container h2,
#theater-container h2 {
 width:100%;
	text-align:center;
	margin:30px 0 50px 0;
}

#intro-container h2 img,
#featuring-container h2 img,
#comments-container h2 img,
#director-container h2 img,
#trailer-container h2 img,
#theater-container h2 img {
 width:auto;
	height:76px;
}

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

#intro-pic1 {
	width:100%;
	text-align:right;
	margin-bottom:-40px;
	position:relative;
	z-index:1;
}

#intro-pic1 img {
	width:990px;
	height:auto;
}

#intro-article {
	width:100%;
	text-align:left;
	margin-bottom:-40px;
	position:relative;
	z-index:2;
}

#intro-sub-copy li:nth-child(1) {
	position:absolute;
	top:-120px;;
	right:65px;
}

#intro-sub-copy li:nth-child(2) {
	position:absolute;
	top:-40px;
	right:180px;
}

#intro-article-box {
	padding:40px 90px 16px 40px;
 background-color:#c52732;
 width:730px;
}

#intro-article-box h3 img {
	width:602px;
	height:auto;
	margin-bottom:30px;
}

#intro-article-box p {
	font-size:1.0em;
	line-height:2.0em;
	color:#fff;
	margin-bottom:1.5em;
}

#intro-pic2 {
	width:100%;
	text-align:center;
	position:relative;
	z-index:1;
}

#intro-pic2 img {
	width:890px;
	height:auto;
}


/* -------------------------------------------------
featuring
-------------------------------------------------*/

#featuring-container p {
	width:100%;
	text-align:center;
	color:#101010;
	margin-top:-30px;
	margin-bottom:40px;
}

#featuring-list {
 display:flex;
	flex-wrap:wrap;
}

#featuring-list dl {
 width:20%;
	text-align:center;
	margin-bottom:30px;
}

#featuring-list dt img {
	width:180px;
	height:auto;
	margin-bottom:16px;
 border-radius:100px;
}

#featuring-list dd img {
	width:auto;
	height:26px;
 margin-bottom:6px;
}

#featuring-list dd span {
 display:block;
	width:90%;
	padding:0 5%;
	text-align:center;
	color:#e00d1c;
	line-height:1.4em;
}


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

#comments-wrapper {
	background-color:#ffe11a;
	color:#101010;
}

#comments-container {
	width:740px;
}

.comment-article {
	margin-bottom:60px;
}

.comment-article dt {
	font-size:2.4em;
	line-height:1.0em;
	margin-bottom:14px;
}

.comment-article dd {
	color:#e00d1c;
	line-height:1.4em;
	font-size:1.2em;
	margin-bottom:20px;
}

#comments-pic {
 margin-bottom:-30px;	
}

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

/* -------------------------------------------------
director
-------------------------------------------------*/

#director-container {
	width:860px;
}

#director-box {
	background-color:#c52732;
	padding:40px;
	text-align:center;
	margin-top:140px;
	margin-bottom:40px;
}

#director-pic {
	margin-top:-140px;
	margin-bottom:30px;
}

#director-pic img {
	width:200px;
	height:auto;
	border-radius:100px;
}

#director-box h3 {
	margin-bottom:30px;
}

#director-box h4 {
	margin-bottom:30px;
	font-size:1.2em;
}

#director-box p {
	text-align:left;
}

/* -------------------------------------------------
trailer
-------------------------------------------------*/

#trailer-wrapper {
	background-color:#c52732;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
		margin-bottom:50px;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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


#theater-container h3 {
	text-align:center;
	color:#e00d1c;
	font-weight:bold;
	font-size:1.8em;
	margin-bottom:40px;
}

#theater-roadshow,
#theater-map,
#theater-info,
#ticket-info {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

#theater-roadshow img {
	width:666px;
	height:auto;
}

#theater-map img {
	width:663px;
	height:auto;
}

#theater-info {
 color:#101010;
	font-size:1.4em;
	font-weight:bold;	
	margin-bottom:60px;
}

#theater-info a {
	text-decoration:none;
	display:inline-block;
	margin-left:20px;
}

#theater-info a:hover {
	text-decoration:underline;
}

#ticket-info {
	margin-bottom:60px;
}

#ticket-info span {
	margin:0 10px;
}

#ticket-info p {
	color:#d2161f;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:30px;
}

#ticket-info a {
	display:inline-block;
	padding:30px 60px 30px 100px;
	background-color:#d2161f;
	border-radius:50px;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/index/icon_cart.png);
	background-repeat:no-repeat;
	background-size:26px auto;
	background-position:40px center;
	transition: filter 0.5s;
}

#ticket-info a:hover {
	filter:brightness(120%);
}

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

.theater-table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size:1.0em;
	line-height:1.4em;
}

.theater-table td {
	padding: 1.5em 1em;
	background-color: #fff;
	text-align:center;
	color:#101010;
}

.theater-table tr:nth-child(odd) td {
	background-color:#f5f5f5;
}

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

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

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

/* -------------------------------------------------
contact
-------------------------------------------------*/


#contact {
	text-align:center;
	font-size:1.2em;
	color:#e00d1c;
	font-weight:bold;	
	margin-bottom:100px;
}

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

#sns-container {
	width: 100%;
	position:fixed;
	bottom:0;
	left:0;
	text-align:center;
	padding:12px 0 4px 0;
	background-color:#d2161f;
	z-index:5;
}

#social {
	margin:0;
}

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

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

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

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

	/* -------------------------------------------------
main 1200
-------------------------------------------------*/

#roadshow {
	margin-bottom:21px;
}

#widget-wrapper {
	margin-bottom:26px;
}

#contact {
		font-size:1.0em;
}

/* -------------------------------------------------
content 1200
-------------------------------------------------*/

#intro-wrapper,
#featuring-wrapper,
#comments-wrapper,
#director-wrapper,
#trailer-wrapper,
#theater-wrapper {
	width:100%;
	padding:30px 0;
}

#intro-container,
#featuring-container,
#comments-container,
#director-container,
#trailer-container,
#theater-container {
	width:94%;
	margin:0 3%;
}

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

#intro-pic1 {
	margin-bottom:-40px;
}

#intro-pic1 img {
	width:85%;
	height:auto;
}

#intro-article {
	width:100%;
	text-align:left;
	margin-bottom:-40px;
	position:relative;
	z-index:2;
}

#intro-sub-copy li:nth-child(1) {
	position:absolute;
	top:-120px;
	right:2%;
	width:6.66%;
}

#intro-sub-copy li:nth-child(2) {
	position:absolute;
	top:-40px;
	right:10%;
	width:6.66%;
}

#intro-sub-copy li img {
	width:100%;
	height:auto;
}

#intro-article-box {
	padding:40px 7.5% 16px 3.33%;
 background-color:#c52732;
 width:67.5%;
}

#intro-article-box h3 img {
	max-width:602px;
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#intro-article-box p {
	font-size:1.0em;
	line-height:2.0em;
	color:#fff;
	margin-bottom:1.5em;
}

#intro-pic2 img {
	width:78%;
	height:auto;
}

/* -------------------------------------------------
featuring 1200
-------------------------------------------------*/

#featuring-container p {
	margin-top:-30px;
	margin-bottom:40px;
}

#featuring-list dl {
 width:25%;
	text-align:center;
	margin-bottom:30px;
}

#featuring-list dt img {
	width:75%;
	height:auto;
	margin-bottom:16px;
}

#featuring-list dd img {
 margin-bottom:6px;
}

#featuring-list dd span {

}

}

@media screen and (max-width: 700px) {
	
/* -------------------------------------------------
main 700
-------------------------------------------------*/

#widget-wrapper {
	display:block;
	width:300px;
	margin:0 auto;
}

#widget-wrapper li {
	margin:0 0 20px 0;
}

/* -------------------------------------------------
featuring 700
-------------------------------------------------*/

#featuring-container p {
	margin-top:-30px;
	margin-bottom:40px;
}

#featuring-list dl {
 width:33.33%;
	text-align:center;
	margin-bottom:30px;
}

#featuring-list dt img {
	width:75%;
	height:auto;
	margin-bottom:16px;
}

#featuring-list dd img {
 margin-bottom:6px;
}

#featuring-list dd span {

}

}

@media screen and (max-width: 640px) {
	
/* -------------------------------------------------
menu 640
-------------------------------------------------*/

#menu-flex ul li a {
	display:block;
	width:100%;
	margin:16px 0;
	text-align:center;
}

#btn-close {
 position:absolute;
 right:10px;
 top:10px;
}

#menu-flex ul a img,
#btn-menu img,
#btn-close img {
	cursor: pointer;
	transition: filter 0.5s;
	width:auto;
	height:40px;
}

#btn-menu {
	position:fixed;
	top:10px;
	right:10px;
}

#btn-menu img,
#btn-close img {
	width:60px;
	height:auto;
}
	
/* -------------------------------------------------
main 640
-------------------------------------------------*/
	
h1 {
	margin-bottom:40px;
}

#btn-english {
text-align:center;
width:86%;
margin:0 auto;
opacity: 0;
}

#btn-english ul li {
background-color: #e00d1c;
border-radius: 5px;
margin-bottom: 10px;
display:inline-block;
width:100%;
padding: 20px 0;
}

#btn-chirashi img,
#btn-english img {
	margin-bottom:0
}

#btn-english ul {
	margin-bottom:20px;
}

#beling {
	margin-bottom:20px;
}

#roadshow {
	margin-bottom:22px;
}

#roadshow img {
	width:88%;
	height:auto;
}

#widget-wrapper {
	margin-bottom:15px;
}

#contact {
	font-size:0.8em;
	line-height:1.6em;
	margin-bottom:60px;
}

/* -------------------------------------------------
content 640
-------------------------------------------------*/

#intro-wrapper,
#featuring-wrapper,
#comments-wrapper,
#director-wrapper,
#trailer-wrapper,
#theater-wrapper {
	width:100%;
	padding:30px 0;
}

#intro-container h2,
#featuring-container h2,
#comments-container h2,
#director-container h2,
#trailer-container h2,
#theater-container h2 {
 width:100%;
	text-align:center;
	margin:1
	0px 0 40px 0;
}

#intro-container h2 img,
#featuring-container h2 img,
#comments-container h2 img,
#director-container h2 img,
#trailer-container h2 img,
#theater-container h2 img {
 width:auto;
	height:50px;
}

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

#intro-pic1 {
	margin-bottom:-20px;
}

#intro-pic1 img {
	width:90%;
	height:auto;
}

#intro-article {
	width:100%;
	text-align:left;
	margin-bottom:-20px;
	position:relative;
	z-index:2;
}

#intro-sub-copy {
	position:absolute;
	top:-20px;
	right:0;
	width:11%;
}

#intro-sub-copy li:nth-child(1) {
	position:relative;
	top:0;
	right:0;
	width:100%;
	margin-bottom:10px;
}

#intro-sub-copy li:nth-child(2) {
	position:relative;
	top:0;
	right:0;
	width:100%;
}

#intro-article-box {
	padding:30px 5% 16px 5%;
 background-color:#c52732;
 width:75%;
}

#intro-article-box h3 img {
	max-width:602px;
	width:100%;
	height:auto;
	margin-bottom:20px;
}

#intro-article-box p {
	font-size:0.8em;
	line-height:1.6em;
	margin-bottom:1.5em;
}

#intro-pic2 img {
	width:90%;
	height:auto;
}

/* -------------------------------------------------
featuring 640
-------------------------------------------------*/

#featuring-container p {
	margin-top:-20px;
	margin-bottom:30px;
	font-size:0.8em;
}

#featuring-list dl {
 width:33.33%;
	text-align:center;
	margin-bottom:20px;
}

#featuring-list dt img {
	width:85%;
	height:auto;
	margin-bottom:12px;
}

#featuring-list dd img {
	width:100%;
	height:auto;
 margin-bottom:6px;
}

#featuring-list dd span {
	font-size:0.6em;
}

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


#comments-container {
	width:84%;
	margin:0 8%;
}

.comment-article {
	margin-bottom:40px;
}

.comment-article dt {
	font-size:1.8em;
	line-height:1.0em;
	margin-bottom:14px;
}

.comment-article dd {
	color:#e00d1c;
	line-height:1.4em;
	font-size:0.8em;
	margin-bottom:16px;
}

#comments-pic {
 margin-bottom:-30px;	
	overflow:hidden;
}

#comments-pic img {
	width:150%;
	height:auto;
}

/* -------------------------------------------------
director 640
-------------------------------------------------*/

#director-box {
	padding:30px;
	margin-top:100px;
	margin-bottom:40px;
}

#director-pic {
	margin-top:-100px;
	margin-bottom:20px;
}

#director-pic img {
	width:140px;
	height:auto;
	border-radius:100px;
}

#director-box h3 {
	margin-bottom:20px;
}

#director-box h3 img {
	width:140px;
	height:auto;
}

#director-box h4 {
	margin-bottom:20px;
	font-size:1.0em;
}

#director-box p {
	font-size:0.8em;
	line-height:1.6em;
}

/* -------------------------------------------------
trailer 640
-------------------------------------------------*/

#trailer-wrapper {
	background-color:#c52732;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
		margin-bottom:30px;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

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

#theater-container h3 {
	text-align:center;
	color:#e00d1c;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:40px;
}

#theater-roadshow,
#theater-map,
#theater-info,
#ticket-info {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#theater-roadshow img {
	width:90%;
	height:auto;
}

#theater-map img {
	width:90%;
	height:auto;
}

#theater-info {
 color:#101010;
	font-size:1.0em;
	font-weight:bold;	
	margin-bottom:40px;
}

#theater-info a {
	text-decoration:none;
	display:block;
	margin-left:0px;
}

#ticket-info {
	margin-bottom:40px;
}

#ticket-info span{
	display:inline-block;
}

#ticket-info p {
	color:#d2161f;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:30px;
}

#ticket-info a {
	padding:20px 30px 20px 50px;
	font-size:1.0em;
	background-image:url(../images/index/icon_cart.png);
	background-repeat:no-repeat;
	background-size:16px auto;
	background-position:22px center;
}

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

.theater-table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:0.8em;
	line-height:1.4em;
}

.theater-table td {
	padding: 1.0em 0.5em;
	background-color: #fff;
	text-align:center;
	color:#101010;
}

.theater-table tr:nth-child(odd) td {
	background-color:#f5f5f5;
}

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

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

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

/* -------------------------------------------------
contact 640
-------------------------------------------------*/

#contact {
	font-size:0.8em;
	margin-bottom:80px;
}

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

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

/* -------------------------------------------------
sns share 320 end
-------------------------------------------------*/

}

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

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

#menu-flex ul li a {
	display:block;
	width:100%;
	margin:10px 0;
	text-align:center;
}

/* -------------------------------------------------
content 320
-------------------------------------------------*/

#intro-container h2 img,
#featuring-container h2 img,
#comments-container h2 img,
#director-container h2 img,
#trailer-container h2 img,
#theater-container h2 img {
 width:auto;
	height:42px;
}

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

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

/* -------------------------------------------------
sns share 320 end
-------------------------------------------------*/

}