/*	lower css
============================== */
#page-top{
    font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.8);
	position: relative;
}
@media all and (min-width: 768px) {
	#page-top{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
}
}
@media all and (max-width: 767px) {
	#page-top::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_sp.jpg);
  position: fixed;
		background-size: cover;
  top: 0px;
  left: 0px;
  z-index: -1; 
}
}

/*	header
============================== */
#headerArea header {margin: 0 auto; position: relative;}
header {}
header#title div a {
display: block; text-indent: -9999px;
  background-position: left center;
  background-image: url(../img/title.png);
  background-repeat: no-repeat;
}
header#title #schedule { position: absolute;
display: block; text-indent: -9999px; height: 0;
}

@media all and (min-width: 768px) {
	#headerArea{background-image: url(../img/header_bg.jpg); background-repeat: repeat-x; background-position: center top;}
	#headerArea header { width: 100%; background-image: url(../img/header.jpg?0116); background-repeat: no-repeat; background-position: center top;}
	header#title div {width:980px; height: 170px; margin: 0 auto;}
	header#title div a {
	width:980px; height: 170px;
	background-size: 260px 170px;
	}
}
@media all and (max-width: 767px) {
	#headerArea header { width:100%; }
	header#title div a {
	background-image: url(../img/title_sp.jpg?0116);
	width:100%; height:0; padding-top: 24.154%;
	background-size:cover;
	}
}

#contentsArea{ text-align: left;}
@media all and (min-width: 768px) {
	#contentsArea  { padding-top: 40px;}
}
@media all and (max-width: 767px) {
	#contentsArea  { padding-top: 20px;}
}

/*	low h1
============================== */
h1 {
    margin: 0 auto;
    position: relative; text-indent: -9999px; background-repeat: no-repeat; background-size: contain; background-position: top left;
}
body.intro h1 {
    background-image: url(../img/intro/h1.png);
  }
body.story h1 {
    background-image: url(../img/story/h1.png);
  }
body.news h1 {
    background-image: url(../img/news/h1.png);
  }
body.chart h1 {
    background-image: url(../img/chart/h1.png);
  }
body.caststaff h1 {
    background-image: url(../img/caststaff/h1.png?1);
  }
body.news h1 {
    background-image: url(../img/news/h1.png);
  }

@media all and (min-width: 768px) {
  h1 {
	  width: 980px;
	  height: 42px; margin-bottom: 40px;
  }

}
@media all and (max-width: 767px) {
  h1 {width:95%; height:27px; margin-bottom: 20px;
  }
}

/*	wrap
============================== */
.low div.wrap {}
.low div.wrap .contentsBlock {
	/*background-color: rgba(255, 255, 255, 0.2);*/
	border: solid 10px rgba(255, 255, 255, 0.1);
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.4));
	/*padding: 10px;*/
}
.low div.wrap .contentsBlock .contentsBox {background-color: rgba(1, 0, 30, 0.5);}
@media all and (min-width: 768px) {
	.low div.wrap .contentsBlock .contentsBox { padding: 40px 40px;}
}
@media all and (max-width: 767px) {
  .low div.wrap {
	margin: 2.4%;
  }
	/*.low div.wrap .contentsBlock { background-color: rgba(255, 255, 255, 0.15);}*/
	.low div.wrap .contentsBlock .contentsBox { padding: 15px; background-color: rgba(1, 0, 30, 0.35);}
}

/*	txtArea
============================== */
section.txtArea { padding: 10px 0px;}
section.txtArea .txt {line-height: 2.0em; padding: 0.5em 0;}
.txt {line-height: 2.0em;}

@media all and (max-width: 767px) {
section.txtArea .txt { font-size: 0.9em;  line-height: 1.8em;}
.txt { font-size: 0.9em;  line-height: 1.8em;}
}
