/*	lower css
============================== */
#page-top{	font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400;
font-style: normal;
	color: #000;
	position: relative;
}
#contentsArea{ text-align: left; position: relative;}
@media all and (min-width: 768px) {
	#contentsArea{padding-top: 50px;}
	#page-top{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}
}
@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;
}
	#contentsArea{padding-top: 2.4%;}
	
}

/*	header
============================== */
#headerArea header {margin: 0 auto; position: relative; background: linear-gradient(to bottom, rgba(86,87,91,1), rgba(108,111,105,1));}
header#title div a {
display: block; text-indent: -9999px;
  background-position: center center;
  background-image: url(../img/title.jpg?1);
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
	#headerArea header { width: 100%;}
	header#title div {width:100%; height: 180px; margin: 0 auto;}
	header#title div a {
	width:100%; height: 180px;
	background-size: auto 180px;
	}
}
@media all and (max-width: 767px) {
	#headerArea header { width:100%; }
	header#title div a {
	background-image: url(../img/title_sp.jpg?1);
	width:100%; height:0; padding-top: 24.154%;
	background-size:cover;
	}
}



/*	low h1
============================== */
h1 {background-image: url(../img/bg_tit.png); margin: 0 auto 2px;}
h1 span {
    margin: 0 auto;
    position: relative; text-indent: -9999px; background-repeat: no-repeat; background-size: contain; background-position: top center; display: block;
}
body.about h1 span {
    background-image: url(../img/about/h1.png);
  }
body.story h1 span {
    background-image: url(../img/story/h1.png);
  }
body.news h1 span {
    background-image: url(../img/news/h1.png);
  }
body.caststaff h1 span {
    background-image: url(../img/caststaff/h1.png);
  }
body.chart h1 span {
    background-image: url(../img/chart/h1.png);
  }
body.tsukubaex h1 span {
    background-image: url(../img/tsukubaex/h1.png);
  }

@media all and (min-width: 768px) {
  h1 {
	  width: 980px;
	  height: 120px;
  }
	h1 span { height: 120px;}

}
@media all and (max-width: 767px) {
	h1 {height:80px; margin: 0 2.4% 2px;}
	h1 span { height: 80px;}
	body.tsukubaex h1 span {
    background-image: url(../img/tsukubaex/h1_sp.png);
  }
}

/*	wrap
============================== */
.low div.wrap {}
.low div.wrap .contentsBlock { background:rgba(255,255,255,1); position: relative;}

@media all and (min-width: 768px) {
	.low div.wrap .contentsBlock { margin-bottom: 30px; padding: 45px 45px 45px; border: solid 4px #007235;}
}
@media all and (max-width: 767px) {
  .low div.wrap {
	margin: 0 2.4%;
  }
	.low div.wrap .contentsBlock { margin-bottom: 0.5em; padding: 1em; border: solid 4px #007235;}
}

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

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