/*	lower css
============================== */

#page-top{
    font-family: "m-plus-1p", sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow:hidden;
	color: #000;
	position: relative;
	/*background-color:#FFFEE5;*/
}
#contentsArea { position: relative; /*background-color: #DFF8F8;*/ background-repeat: no-repeat;}
#contentsArea .contentsBlock { position: relative;}
#contentsArea .contentsBlock {background:#FFF6C7; border:solid 1px #000; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);}

@media all and (min-width: 768px) {
	#contentsArea { padding-top: 35px;}
	#contentsArea .contentsBlock { width: 1080px; padding: 0; margin: 0 auto;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;}
	
}
@media all and (max-width: 767px) {
	#contentsArea { padding: 20px 2% 2%;}
	#contentsArea .contentsBlock { padding: 0;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;}
}

@media all and (min-width: 768px) {
	#page-top{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	background-attachment: fixed;
	background-position:top center;
	font-size: 1.05em;
}

}

@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 {position: relative; background-image: linear-gradient(0deg, rgba(230,235,148,1.00), rgba(170,209,142,1.00));}
header#title div a {
display: block; text-indent: -9999px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;

}
.low nav#menu {}

@media all and (min-width: 768px) {
	#headerArea header { }
	header#title div {width:100%; height: 220px; margin: 0 auto;}
	header#title div a {
	width:100%; height: 220px;
	background-size: 1080px 220px;
	background-image: url(../img/title.png);
	}
}
@media all and (max-width: 767px) {
	#headerArea header { }
	header#title div a {
	width:100%; height:0; padding-top: 30%;
	background-image: url(../img/title_sp.png);
	}
}



/*	low h1
============================== */
h1 {
    margin: 0 auto;
    position: relative; text-indent: -9999px; background-repeat: no-repeat; background-size: contain; background-position:center top;
}
body.about h1 {
    background-image: url(../img/about/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);
  }
body.original h1 {
    background-image: url(../img/original/h1.png);
  }

@media all and (min-width: 768px) {
h1 {
	  width: 100%;
	  height: 160px; margin: 0 auto 20px;
  }

}
@media all and (max-width: 767px) {
h1 {height:100px; margin:0 auto 20px;}
}

/*	txtArea
============================== */
section.txtArea { padding: 0px 0px; margin-bottom:1.8em;}
.txt {line-height: 1.8em;}

@media all and (min-width: 768px) {
	section.txtArea .txt {}
	.txtArea p.txt {width: 900px; margin: 0 auto; padding: 0 0 1em;}
}
@media all and (max-width: 767px) {
	section.txtArea { padding: 0; margin-bottom:1.0em; background-size: auto 27px;}
section.txtArea .txt { font-size: 0.9em; margin: 0; padding: 0 0 1em; }
.txt { font-size: 0.9em;}
}


/*	#bnrArea
============================== */
#bnrBlock {
	position:relative;
}
#bnrBlock ul li a.lazy-done{
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}


@media all and (min-width: 768px) {
 #bnrBlock {
	max-width:1080px;
	margin:0 auto;
}
#bnrBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#bnrBlock ul li {
	width:calc((100% - 30px)/2); margin-bottom:30px;
}
#bnrBlock ul li:nth-child(odd) {
	margin-right:30px;
}
#bnrBlock ul li:last-child {
	margin-right:0px;
}

}

@media all and (max-width: 767px) {
#bnrBlock.wrap { width:90%;}
#bnrBlock ul {
	width:100%;
	margin:0 auto;
}
#bnrBlock ul li {
	margin-bottom:15px;
}

}
