div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0; vertical-align:top;}
img.lp {border:1px solid #a9a9a9;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

/* input */
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;vertical-align:middle;margin:2px;padding:0px;}
input.txt,textarea.txt {margin:2px;padding:3px;border:1px solid #999;vertical-align:middle;font-size:14px;color:#333;}
select {margin:2px;padding:1px;border:1px solid #999;vertical-align:middle;font-size:14px;color:#333;}

/* ========== 共通パーツ========== */
.fs24 {font-size: 2.4rem !important;}
.fs23 {font-size: 2.3rem !important;}
.fs22 {font-size: 2.2rem !important;}
.fs21 {font-size: 2.1rem !important;}
.fs20 {font-size: 2.0rem !important;}
.fs19 {font-size: 1.9rem !important;}
.fs18 {font-size: 1.8rem !important;}
.fs17 {font-size: 1.7rem !important;}
.fs16 {font-size: 1.6rem !important;}
.fs15 {font-size: 1.5rem !important;}
.fs14 {font-size: 1.4rem !important;}
.fs13 {font-size: 1.3rem !important;}
.fs12 {font-size: 1.2rem !important;}
.fs11 {font-size: 1.1rem !important;}
.fs10 {font-size: 1.0rem !important;}
.lh10 {line-height: 1em;}
.lh11 {line-height: 1.1em;}
.lh12 {line-height: 1.2em;}
.lh13 {line-height: 1.3em;}
.lh14 {line-height: 1.4em;}
.lh15 {line-height: 1.5em;}
.lh16 {line-height: 1.6em;}
.lh17 {line-height: 1.7em;}
.lh18 {line-height: 1.8em;}
.lh19 {line-height: 1.9em;}
.lh20 {line-height: 2em;}
.bold {font-weight: bold;}
.lft {text-align: left;}
.cnt {text-align: center;}
.rgt {text-align: right;}
.flft {float: left;}
.frgt {float: right;}
.vat {vertical-align:top;}
.vam {vertical-align:middle;}
.vab {vertical-align:bottom;}
.ofa {overflow: auto;}
.ofh {overflow: hidden;}
.prv {position:relative;}
.pab {position:absolute;}
.mgb5 {margin-bottom: 5px;}
.mgb15 {margin-bottom: 15px;}
.mgb20 {margin-bottom: 20px;}
.mgt5 {margin-top: 5px;}
.mgt15 {margin-top: 15px;}
.mglra {margin-left:auto;margin-right:auto;}
.or {color: #f08300;}
.clear_fix {
min-height: 1em;
_height: 1px;
_overflow: visible;
}
.clear_fix:after {
content: "";
display: block;
clear: both;
height: 0px;
overflow: hidden;
}

html{
font-size: 62.5%;
}
body {
font-family: Meiryo, arial, sans-serif;
padding: 0px;
margin: 0px;
text-align: center;
color: #333;
line-height: 1em;
/* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.4rem;
background: #000;
}
a:link {color: #333;}
a:visited {color: #333;}
a:hover {color: #999;}
a:active {color: #666;}
a:hover img {opacity:0.7;}
img {max-width: 100%;}
.cosMarkerList {
margin: 1em 0;
}
.cosMarkerList li {
padding-left: 1.1em;
position: relative;
margin-bottom: .2em;
font-size: min(1.6rem,4vw);
line-height: 1.6;
text-align: left;
}
.cosMarkerList li::before {
content:"※";
display: block;
position: absolute;
top: 0;
left: 0;
}

@media screen and (min-width: 601px){
	.spItem{display:none;}
}
@media screen and (max-width: 600px){
	.pcItem{display:none;}
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#000;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px){
	#splash_logo {
	  position: absolute;
	  top: 50%;
	  left: 0%;
	  transform: translate(0%, -50%);
	}
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:auto;
}

/* fadeUpをするアイコンの動き */

.loadUp{
animation-name: loadingAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes loadingAnime{
  from {
    opacity: 0;
  transform: translateY(0);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*========= fadeUpのためのCSS ===============*/

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/* ==========================================
  メニュー
========================================== */
/* for SP */
@media screen and (max-width: 899.99px){

	#g-nav{
	    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	    position:fixed;
	  z-index: -1;
	  opacity: 0;/*はじめは透過0*/
	    /*ナビの位置と形状*/
	  top:0;
	  width:100%;
	    height: 100vh;/*ナビの高さ*/
	  background:#999;
	    /*動き*/
	  transition: all 0.3s;
	}

	/*アクティブクラスがついたら透過なしにして最前面へ*/
	#g-nav.panelactive{
	  opacity: 1;
	  z-index:999;
	}

	/*ナビゲーションの縦スクロール*/
	#g-nav.panelactive #g-nav-list{
	    /*ナビの数が増えた場合縦スクロール*/
	    position: fixed;
	    z-index: 999; 
	    width: 100%;
	    height: 100vh;/*表示する高さ*/
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	}

	/*ナビゲーション*/
	#g-nav ul {
	    display: none;
	    /*ナビゲーション天地中央揃え*/
	    position: absolute;
	    z-index: 999;
	    top:40%;
	    left:50%;
	    transform: translate(-50%,-50%);
	}

	#g-nav ul#social_area {
        top: auto;
	    bottom:20%;
	    left:50%;
	    transform: translate(-50%,-50%);
	}

	#g-nav.panelactive ul {
	    display: block;
	}

	/*リストのレイアウト設定*/

	#g-nav li{
	  list-style: none;
	    text-align: center; 
	}

	#g-nav li a{
	  color: #333;
	  text-decoration: none;
	  padding:10px;
	  display: block;
	  text-transform: uppercase;
	  letter-spacing: 0.1em;
	  font-weight: bold;
	}

	/*========= ボタンのためのCSS ===============*/
	.openbtn1{
	  position:fixed;
	    z-index: 9999;/*ボタンを最前面に*/
	  top:0px;
	  right: 0px;
	  cursor: pointer;
	    width: 50px;
	    height:50px;
	}
	  
	/*×に変化*/  
	.openbtn1 span{
	    display: inline-block;
	    transition: all .4s;
	    position: absolute;
	    left: 14px;
	    height: 3px;
	    border-radius: 2px;
	  background-color: #666;
	    width: 45%;
	  }

	.openbtn1 span:nth-of-type(1) {
	  top:15px; 
	}

	.openbtn1 span:nth-of-type(2) {
	  top:23px;
	}

	.openbtn1 span:nth-of-type(3) {
	  top:31px;
	}

	.openbtn1.active span:nth-of-type(1) {
	    top: 18px;
	    left: 18px;
	    transform: translateY(6px) rotate(-45deg);
	    width: 30%;
	}

	.openbtn1.active span:nth-of-type(2) {
	  opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3){
	    top: 30px;
	    left: 18px;
	    transform: translateY(-6px) rotate(45deg);
	    width: 30%;
	}

	/* social area */
	#social_area {
	    position: absolute;
	    bottom:15%;
	    left:50%;
	    transform: translate(-50%,-50%);
	}
	#social_area div{
	margin: 10px 0;
	padding: 0px 5px;
	display:block;
	}
	#social_area div.HomeBt a {
	text-decoration: none;
	}
	.fb_iframe_widget > span {
	vertical-align: baseline !important;
	}
}

/* for PC */
@media screen and (min-width: 900px){
	#g-nav {
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 100;
	padding: 20px 20px 0 20px;
	line-height: 1em;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	}
	#g-nav a {
	text-decoration: none !important;
	}
	#g-nav-list {
	display: flex;
	justify-content: space-between;
	}
	#g-nav-list>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.6vw;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	}
	#g-nav-list>ul>li {
	margin: 0 .5em;
	padding: 0;
	}
	.openbtn1 {
	display: none;
	}

	@media screen and (min-width: 1000px){
		#g-nav-list>ul {
		font-size: 1.6rem;
		}
	}

	/* social area */
	#social_area {
	display:flex;
	align-items: center;
	transform: translateY(-6px);
	}
	#social_area div{
	margin: 0px;
	padding: 0px 5px;
	}
	#social_area div.twBt {
	transform: translateY(-4px);
	}
	.fb_iframe_widget > span {
	vertical-align: baseline !important;
	}

}

.sectionInner {
position: relative;
max-width: 1000px;
margin: 0px auto;
padding: 70px 0px;
}
#Top {
background: #000;
padding: 60px 0 0 0;
}
h1 {
margin: 0px !important;
padding: 0px;
}
@media screen and (min-width: 901px){
	.kv_sp_txt {
	display: none;
	}
}
.date {
margin: 0px auto 40px auto;
font-size: min(3rem,5vw);
font-family: 'Courier', sans-serif;
line-height: 1.4em;
}
.direct {
font-size: min(3rem,5vw);
font-family: 'Noto Serif JP', serif;
line-height: 1.4em;
}
.direct span {
font-size: 70%;
}
h2 {
margin: 0px auto 40px auto;
font-size: 6rem;
line-height: 1em;
font-family: 'Rufina', serif;
font-weight: 700;
}

.kv_credit {
padding: 30px 0;
font-size: min(2rem,4vw);
color: #fff;
font-family: 'Noto Serif JP', serif;
background: #000;
}
.kv_credit span {
display: inline-block;
}
.kv_credit .credit_logo img {
height: 1em;
}

.Simaltaneous {
padding: 60px 0;
}
.Simaltaneous h2 {
font-size: 2.4rem;
color: #fff;
}
.Simaltaneous ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
padding: 0 5px;
}
.Simaltaneous li {
width: 50%;
padding: 0 5px;
}

#Intro {
text-align: center;
font-family: 'Noto Serif JP', serif;
background-image: url(../images/main_bg.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
}
#Intro .sectionInner {
background-image: url(../images/moon.png);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}

#Intro .mainCopy {
margin: 30px auto 0px auto;
font-size: min(2.4rem,3.6vw);
font-weight: 700;
line-height: 2.4em;
}
#Intro .mainCopy p {
margin: 0 auto 2em auto;
}
#Intro .mainCopy p span {
display: block;
width: 20em;
margin: 0 auto 0.5em auto;
padding: 0 2em;
border-bottom: 1px solid #fff;
}


#Cast {
font-family: 'Noto Serif JP', serif;
background-image: url(../images/main_bg.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
}
#Cast .sectionInner {
background-image: url(../images/moon.png);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}

#CastInner {
position: relative;
width: 1000px;
margin: 0px auto;
padding: 70px 0px;
}
#Cast h3 {
margin: 30px auto 20px auto;
font-size: min(2.4rem,5vw);
font-weight: 700;
}

#Cast ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0px auto 30px auto;
padding: 0px 0px 30px 0px;
}
#Cast li {
width: calc(25% - 10px);
margin: 0px 5px 20px 5px;
font-size: min(2rem,4vw);
font-weight: 700;
}
#Cast li p {
margin: 1em auto 0;
}
#Cast li span {
display: block;
margin: 0.8em auto 0;
font-size: 0.7em;
font-weight: 500;
}

#Staff {
color: #fff;
background: url(../images/koroshiya2019_staff_bg.jpg) center top no-repeat #000;
}
#Staff h2 {
color: #fff;
}
#Staff li {
display: inline-block;
margin: 20px;
color: #fff;
font-size: min(1.6rem,3.8vw);
line-height: 1.8em;
}
#Staff li.act {
margin: 40px 20px 20px;
}
#Staff li.act img {
max-width: 300px;
padding-top: 1.5em;
}

#Data {
background: #eceae4;
text-align: left;
font-size: 1.8rem;
line-height: 1.8em;
}
#Data h2 {
text-align: center;
}
.Date {
margin: 0px 0px 20px 0px;
font-size: min(3.5rem,8vw);
color: #0092b6;
font-family: 'Rufina', serif;
font-weight: 700;
}
.Date span {
display: inline-block;
margin-left: 1em;
font-size: min(2.8rem,6vw);
}
.DataUnit {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0px 0px 30px 0px;
}
.DataUnit h3 {
font-size: 2rem;
width: 150px;
}
.DataUnit .DataTxt {
width: 800px;
}
.DataUnit table {
width: 100%;
}
.DataUnit th {
background: #ddd;
line-height: 1em;
}
.DataUnit th span {
display: block;
font-size: 0.8em;
font-weight: normal;
}
.DataUnit th,
.DataUnit td {
padding: 10px 0px;
vertical-align: middle;
text-align: center;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px dotted #aaa;
border-right: 1px dotted #aaa;
}
.markCaps span {
display: inline-block;
padding-right: 1em;
}
.DataUnit h4 {
margin: 0px 0px 0px 0px;
}
.DataUnit .price {
margin: 0px 0px 20px 0px;
line-height: 2em;
}
.DataUnit .contact {
}
.DataUnit .contact span {
}
#Data a.TcketFormBt {
display: block;
width: 350px;
margin: 30px auto 10px 0;
padding: 15px 0px;
text-align: center;
color: #fff;
text-decoration: none;
background: #0092b6;
}
#Data .TcketFormBtCap {
margin: 0px auto 30px auto;
}
#Data a.TcketFormBt:hover {
opacity: 0.7;
}
.timeTableList {
width: 50%;
margin: 0 0 20px;
}
.timeTableList li {
display: flex;
width: auto;
padding: 10px 0;
border-bottom: 1px dotted #666;
line-height: 1em;
}
.timeTableList span {
display: block;
padding: 5px 20px 5px 0 !important;
text-align: right;
width: calc(100% / 3);
}
.Cos {
margin: 20px auto 0px auto;
font-size: 1.4rem;
line-height: 1.4em;
}
iframe {
width: 100%;
height: 300px;
}
.Map p {
margin: 20px auto 0px auto;
}
.theaterName {
font-size: 2rem;
font-wight: bold;
}

#footer {
padding: 50px 0px 70px 0px;
color: #fff;
background: #000;
}

#Special {
padding: 50px 0px;
}
#Special h2 {
color: #fff;
}
#Special a {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
max-width: 1000px;
margin: 0px auto;
padding: 20px;
text-decoration: none;
background: #fff;
}
#Special a > div {
width: calc(50% - 10px);
}
#Special img {
max-width: 100%;
}
.spTxt {
font-size: 1.4rem;
}
.spTi {
margin: 20px auto;
font-size: 3rem;
font-weight: 700;
}

/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*===============================================
 for SP
===============================================*/
@media screen and (max-width: 600px){

	#splash_logo img {
	max-width: 60%;
	}

	.sectionInner {
	position: relative;
	max-width: 1000px;
	margin: 0px auto;
	padding: 40px 5px;
	}

	#Top {
	padding: 0;
	}
	#Top .sectionInner {
	padding: 0;
	}

	h1 {
	margin: 0px !important;
	padding: 0px;
	}
	h2 {
	font-size: 4rem;
	margin: 0px auto 30px auto;
	}

	.kv_sp_txt {
	padding: 10px 0;
	background: #000;
	}
	.kv_sp_txt p {
	max-width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	}

	.kv_credit .credit_end {
	margin: 15px 0 0;
	}

	.Simaltaneous li {
	width: 100%;
	padding: 2px 0;
	}

	#Cast ul {
	padding: 0px 10px 20px 10px;
	justify-content: space-between;
	}
	#Cast li {
	width: calc(100% / 3 - 5px);
	margin: 0;
	}
	#Cast li p {
	margin: 0.5em auto 0;
	line-height: 1.4em;
	}
	#Cast li span {
	margin: 0.2em auto 0;
	font-size: 0.6em;
	}


	#Staff li {
	display: block;
	margin: 1.5em 0;
	color: #fff;
	line-height: 1.4em;
	}
	#Staff li span {
	font-size: 70%;
	}
	#Staff li:nth-child(10) {
	margin: 1.5em 0 3em;
	}
	#Staff li.act {
	margin: 5rem 0 1.5rem;
	}

	#Data h3 {
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
	color: #0092b6;
	}
	.DataUnit {
	display: block;
	}
	.DataUnit .DataTxt {
	width: 100%;
	text-align: center;
	}
	.DataUnit .DataTxt.ticket p {
	margin: 0 0 1em;
	}
	#Data a.TcketFormBt {
	margin: 10px auto;
	}
	.Date span {
	display: block;
	margin: 10px 0px 0px 0px;
	}
	.timeTableList {
	width: 90%;
	margin: 20px auto;
	}
	.timeTableList span {
	display: block;
	text-align: right;
	width: calc(100% / 3);
	}
	.DataTxt.timeTable p {
	font-size: 1.4rem;
	}
	.DataTxt.timeTable p.markGuide {
	font-size: 1.6rem;
	}
	.DataTxt.timeTable p.Cos {
	text-align: left;
	}
	.Map {
	font-size: 1.4rem;
	line-height: 1.6em;
	}
	#footer {
	font-size: 3vw;
	}
}
