<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	color:#333;	
	text-align: justify;
	height:100%;
}

html{
	height:100%;
}

a { 
border-style:none;
text-decoration: none;
color: #fff;
}

a:hover{ 
border-style:none;
color: #fff;
opacity: 0.7;
text-decoration: underline;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}



#loader {
    width: 400px;
    height: 150px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -75px; /* heightの半分のマイナス値 */
    margin-left: -200px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ecd231;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}


.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
}

.imgresponsive img{
	width: 100%;
	height: auto;
	padding: 10px;
}

.circle{
	object-fit:cover;
	border-radius:3% 3% 30% 3%;
}

.circle_02{
	object-fit:cover;
	border-radius:30% 3% 3% 3%;
}

.circle_03{
	object-fit:cover;
	border-radius:3% 30% 3% 3%;
}

.circle_04{
	object-fit:cover;
	border-radius:3% 3% 3% 30%;
}

.circle_05{
	object-fit:cover;
	border-radius:5%;
}

.menubtn{
	z-index: 100;
	position: fixed;
	top:2%;
	right:4%;
	width: 7%;
	cursor: pointer;
	box-sizing: border-box;
}

.menubox{
	padding: 1%;
	z-index: 99;
    background-color: #ecd231;
}

.menubox a{
	outline: none;
	color: #333;
}

.menubox a:hover{
	outline: none;
	color: #333;
}

.showMenu .menuarea{
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

.menubox li{
	width: auto;
	color: #333;
	font-family: 'Josefin+Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	float: left;
	box-sizing: border-box;
	letter-spacing: 2px;
	padding: 5px 15px 0px;
}

.small{
	font-size: 80%;
	padding-top: 20px;
	line-height: 180%;
}

.middle{
	font-size: 80%;
	padding-top: 20px;
}

.middle_00{
	font-size: 80%;
	padding-top: 20px;
}

.large{
	font-size: 130%;
	line-height: 140%;
}

.italic{
	font-style: italic;
	padding-top: 20px;
}

.wide{
	letter-spacing: 0.2em;
}

.narrow{
	letter-spacing: -0.08em;
}

.narrow_02{
	letter-spacing: -0.03em;
}

.copy{
	font-size: 60%;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 140%;
}

.white{
	color: #fff !important;	
}

.blue{
	color: #004898;	
}

.red{
	color: #be1e23 !important;	
}

.yellow{
	color: #ecd231;
}

.gray{
	color: #333;	
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.underline { 
text-decoration: underline;
}

.comment_name{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color:#333;
	padding-top: 10px;
	text-align: right;
}

.left_m{
	box-sizing: border-box;
	color: #333;
}

.right_m{
	box-sizing: border-box;
	color: #333;
}

.menubox img{
	width: 50%;
	height: auto;
	padding-top: 3px;
}

.left_m img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	outline: none;
}

.left_m:hover img {
  opacity: .2;
}

.right_m img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.right_m:hover img {
  opacity: .2;
}

#pctrailerarea{
	width:70%;
	margin:0 auto;
	display: inherit;
	padding:2% 15%;
	margin-top:50px;
}

div.pctrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 0px;
}
 
div.pctrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 15px;
	line-height: 180%;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#top_wrapper{
	width:100%;
	overflow: hiPCen;
	position: relative;
	background-color: #000;
}

#Nbtn_wrapper{
}

.Nbtn{
	z-index: 98;
	position: absolute;
	top:3.4%;
	right:12%;
	width: 9%;
	cursor: pointer;
	box-sizing: border-box;
}

#Nbtn_sp{
	display: none;
	}


.Nbtn img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.tweet{
	width:68px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:66px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.line{
	width:76px;
	float: right;
	margin-right:60px;
	line-height: 100%;
}

.scrollShowEffect {
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	    -ms-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transition: all 2s ease-in-out;
	   -moz-transition: all 2s ease-in-out;
	    -ms-transition: all 2s ease-in-out;
	     -o-transition: all 2s ease-in-out;
	        transition: all 2s ease-in-out;
	opacity:0;
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 10px;
}

.mb10s{
	width:70%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 20px;
}

.mb50{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 50px;
}

.mb20s{
	width:40%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s2{
	width:60%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 30px;
}

.mb100{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	margin-bottom: 100px;
}

.space30{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	height: 30px;
}

.space50{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	height: 50px;
}

.space100{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	height: 100px;
}

.spshow{
	display: none;
}

.pcshow{
	width:100%;
}

.pagetitle1{
	font-family: "Josefin Sans", sans-serif;
	font-size: 26px;
	font-weight: 400;
	color: #be1e23;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}

.pagetitle2{
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #be1e23;
	letter-spacing: 2px;
	margin-bottom: 50px;
	text-align: center;
}

#footer_wrapper{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	margin: 0 auto;
	background-color: #ffffff;
	color: #333;
	padding:50px 0 50px 0;
}

#footer_logo{
	width:30%;
	margin:0 auto;
    margin-bottom: 20px;
}


.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}


#hidarite_intro_wrapper{
	width:100%;
	background-size:cover;
	background-color: #000;
    color: #333;
}

#hidarite_intro_inner{
	width:80%;
	overflow: hiPCen; /* heightを戻す */
	padding:8% 5%;
	background-image: url("images/pc/hidarite_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
    box-sizing: border-box;
	text-align: justify;
	margin: 10% 10%;
}

#hidarite_coscr_wrapper{
	width:100%;
	background-size:cover;
	background-color: #000;
    color: #333;
}

#hidarite_coscr_inner{
	width:80%;
	overflow: hiPCen; /* heightを戻す */
	padding:8% 5%;
	background-image: url("images/pc/hidarite_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
    box-sizing: border-box;
	text-align: justify;
	margin: 10% 10%;
}

#hidarite_director_wrapper{
	width:100%;
	background-size:cover;
	background-color: #000;
    color: #333;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_director_inner{
	width:80%;
	overflow: hiPCen; /* heightを戻す */
	padding:8% 5%;
	background-image: url("images/pc/hidarite_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
    box-sizing: border-box;
	text-align: justify;
	margin: 10% 10%;
}

#hidarite_cast_wrapper{
	width:100%;
	background-size:cover;
	background-color: #000;
    color: #333;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_cast_inner{
	width:80%;
	overflow: hiPCen; /* heightを戻す */
	padding:8% 5%;
	background-image: url("images/pc/hidarite_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
    box-sizing: border-box;
	text-align: justify;
	margin: 10% 10%;
}

#hidarite_comment_wrapper{
	width:100%;
	background-size:cover;
	background-color: #000;
	background-attachment: fixed;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_comment_inner{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	text-align: center;
}

#hidarite_credit_wrapper{
	width:100%;
	background-size:cover;
	background-color: #000;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_credit_inner{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	padding:3% 10% 3% 10%;
    box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

#hidarite_theater_wrapper{
	width:100%;
	background-color: #000;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_theater_inner{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	padding:10% 15% 10% 15%;
    box-sizing: border-box;
	text-align: center;
	color: #fff;
}

.midashi{
	width:100%;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.2em;
	line-height: 30px;
	margin-bottom: 20px;
	color:#333;
}

.midashi1{
	width:100%;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 30px;
	margin-bottom: 10px;
	color:#be1e23;
}

.midashi2{
	width:100%;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	color:#2688AB;
	letter-spacing: 2px;
	line-height: 24px;
}

.midashi3{
	width:100%;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.midashi4{
	width:100%;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	color:#2688AB;
	line-height: 24px;
}



.marker {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #fcec94; /* 線の色 */
  text-underline-offset: -0.4em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.marker2 {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 1.6em; /* 線の太さ */
  text-decoration-color: rgb(252, 236, 148, 0.9); /* 線の色 */
  text-underline-offset: -1.1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.wrapperline{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.introbox{
	width:44%;
	float: left;
	margin:0%;
	padding: 3%;
	background-color: #333;
	color: #fff;
}

.box_01{
	width:70%;
	float: left;
	margin-top:3%;
}

.box_02{
	width:60%;
	float: left;
}

.box_03{
	width:65%;
	float: left;
	margin-right:5%;
}

.box_04{
	width:15%;
	float: left;
}

.box_05{
	width:35%;
	float: left;
	padding-left: 5%;
}

.box_06{
	width:35%;
	float: left;
	padding-right: 5%;
}

.box_07{
	width:30%;
	float: left;
}

.box_08{
	width:25%;
	float: left;
	padding:0 0 0 5%;
}

.box_09{
	width:25%;
	float: left;
	padding:0 5% 0 0%;
}

.box_10{
	width:42%;
	float: left;
	padding-left: 3%;
}

.box_11{
	width:42%;
	float: left;
	padding-right: 3%;
}

.box_12{
	width:5%;
	float: left;
}
.box_13{
	width:40%;
	float: left;
}


.commentbox{
	width:55%;
	float: left;
	margin:0;
	padding: 30px;
	font-size: 14px;
	line-height: 30px;
	background-image: url("images/pc/hidarite_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-align: justify;
}

.commentbox2{
	width:20%;
	float: left;
	margin:0;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 30px;
	background-color: rgb(255, 255, 255, 0.8);
	text-align: justify;
}

.commentbox_F{
	width:25%;
	float: left;
	margin:0;
}

.commentbox_F2{
	width:10%;
	float: left;
	margin:0;
}

table   {
width: 100%;
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #fff;
}

.theaterbox{
	padding:6px;
}

.theaterboxa{
	width:100%;
	padding:6px;
}

.theaterboxb{
	width:20%;
	padding:6px;
}

.theaterboxc{
	width:40%;
	padding:6px;
}

.theaterboxc a{
	color:#fff;
	text-decoration: none;
}

.theaterboxc a:hover{
	opacity: 0.7;
	text-decoration: underline;
}


.ticket{
    width:60%;
    margin:0 auto;
    margin-bottom: 30px;
}



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

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 13px;
	line-height: 180%;
}

#fade {
    width: 100%;
    height: 110%;
    display: none;
    background-color: #ecd231;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}
	
.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: auto;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
}

.menubtn{
	z-index: 100;
	position: fixed;
	top: 0.1%;
	right:7%;
	width: 20%;
	cursor: pointer;
	box-sizing: border-box;
}

.menubox{
	padding: 10% ;
	z-index: 99;
    background-color: #ecd231;
}

.menubox li{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 5% 0%;
	margin:1%;
}

.left_m{
	border-bottom: 1px solid #333;
	box-sizing: border-box;
}

.right_m{
	border-bottom: 1px solid #333;
	box-sizing: border-box;
}
	
.menubox img{
	width: 4%;
	height: auto;
	padding-top: 3px;
}


#spmain{
	width:100%;
	display: block;
    margin-bottom: 0px;
}
	
#top_day{
	display: none;
}
	
#top_comment{
	display: none;
}
	
#Nbtn_wrapper{
	display: none;
}
	
#Nbtn_sp{
	display:block;
	width:40%;
	margin:0 auto;
	}
	
#pctrailerarea{
	display:none;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:30px;
}

.pcshow{
	display: none;
}

.spshow{
	display:inherit;
	width:100%;
}


.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
.box_01{
	width:100%;
	float: left;
	margin: 0%;
}

.box_02{
	width:100%;
	float: left;
	margin: 0%;
}

.box_03{
	width:100%;
	float: left;
	margin: 0%;
}

.box_05{
	width:100%;
	float: left;
	padding-left: 0%;
	margin: 0%;
}
	
.box_06{
	width:100%;
	float: left;
	padding-right: 0%;
	margin: 0%;
}
	
.box_08{
	width:100%;
	float: left;
	padding:0 0 10px 0;
}
	
.box_09{
	width:100%;
	float: left;
	padding:0 0% 0 0%;
}

.box_10{
	width:100%;
	float: left;
	padding-left: 0%;
}

.box_11{
	width:100%;
	float: left;
	padding-right: 0%;
}

.box_12{
	width:5%;
	float: left;
}
.box_13{
	width:100%;
	float: left;
	padding-bottom: 20px;
}


#top_image{
	display: none;
}
	
#hidarite_message_wrapper{
	width:100%;
	background:none;
}

#hidarite_message_inner{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	background-color: #ffffff;
}

#hidarite_intro_wrapper{
	width:100%;
	background:none;
}

#hidarite_intro_inner{
width:90%;
background-repeat: repeat;
padding:20% 10% 10%;
margin: 10% 5%;
}
	
#hidarite_coscr_wrapper{
	width:100%;
	background:none;
}

#hidarite_coscr_inner{
width:90%;
background-repeat: repeat;
padding:10%;
margin: 10% 5%;
}
	
#hidarite_director_wrapper{
	width:100%;
	background:none;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_director_inner{
width:90%;
background-repeat: repeat;
padding:10%;
margin: 10% 5%;
}

#hidarite_cast_wrapper{
	width:100%;
	background:none;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_cast_inner{
width:90%;
background-repeat: repeat;
padding:10%;
margin: 10% 5%;
}
	
#hidarite_comment_wrapper{
	width:100%;
}
	
#hidarite_comment_inner{
	padding:5%;
}

#hidarite_credit_wrapper{
	width:100%;
	background:none;
	overflow: hiPCen; /* heightを戻す */
	background-color: #000;
}

#hidarite_credit_inner{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	text-align: center;
	font-size: 80%;
	line-height: 200%;
}

#hidarite_theater_wrapper{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
}

#hidarite_theater_inner{
	width:100%;
	overflow: hiPCen; /* heightを戻す */
	padding:10% 10% 10% 10%;
    box-sizing: border-box;
	color: #fff;
}
	
#footer_logo{
	width:80%;
	margin:0 auto;
    margin-bottom: 20px;
}
	
.pagetitle1{
	width:100%;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}
	
.pagetitle2{
	width:100%;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 0px;
}
	
.midashi{
	width:100%;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 28px;
	margin-bottom: 20px;
}
	
.midashi1{
	font-size: 16px;
	line-height: 30px;
	letter-spacing:0px;
	font-weight: 400;
	margin-bottom: 10px;
	}


.midashi2{
	font-size: 22px;
	text-align: center;
	margin-bottom: 5px;
}
	
.midashi4{
	font-size: 12px;
	text-align: center;
}

.midashi3{
	font-size: 18px;
	line-height: 20px;
}

.small{
	padding-top: 10px;
	line-height: 160%;
	}
	
.comment_name{
	font-size: 18px;
}

.castbox{
	width:100%;
	float: left;
	margin: 0%;
}
	
.commentbox{
	width:100%;
	margin:0;
	font-size: 14px;
	line-height: 26px;
	background-color: #f9f9f9;
}
	
.commentbox2{
	width:64%;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 26px;
}
	
.commentbox_F2{
	width:10%;
	float: left;
	margin:0;
}

.theaterbox{
	padding:6px;
	font-size:12px;
}

.theaterboxa{
	padding:6px;
	font-size:10px;
}

.theaterboxb{
	padding:10px;
	font-size:10px;
}

.theaterboxc{
	padding:10px;
	font-size:10px;
}

.ticket{
    width:100%;
    margin:0 auto;
    margin-bottom: 30px;
}

}</pre></body></html>