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

#page-top{
    font-family: "fot-udkakugo-large-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow:hidden;
	color: #000;
	position: relative;
	/*background-color:#FFFEE5;*/
}
#contentsArea { position: relative; background-repeat: no-repeat;}
#contentsArea .contentsBlock { position: relative;}
#contentsArea .contentsBlock {}

@media all and (min-width: 768px) {
	#contentsArea { padding-top: 35px;}
	#contentsArea .contentsBlock { width: 100%;}
	
}
@media all and (max-width: 767px) {
	#contentsArea { padding: 20px 2.5% 2.5%;}
	#contentsArea .contentsBlock { padding: 0;}
}

@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: 1em;
}

}

@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:100% auto;
  top: 0px;
  left: 0px;
  z-index: -1;
}
}


/*	header
============================== */
#headerArea header {position: relative; background-color: #FBC0C1;}
header#title div { position: relative;}
header#title div a {
display: block; text-indent: -9999px;
background-position: center center;
background-repeat: no-repeat;
background-image: url(../img/title.png?4);
}
.low nav#menu {}

@media all and (min-width: 768px) {
	#headerArea header { }
	header#title div {width:1080px; height: 220px; margin: 0 auto;}
	header#title div a {
	width:100%; height: 220px;
	background-size: 1080px 220px;
	}
	header#title div .schedule {width:245px; height: 45px; bottom:48px; right:0;}
}
@media all and (max-width: 767px) {
	#headerArea header { background-size: cover;}
	header#title div {width: 100%; margin: 0 auto;}
	header#title div a {
	background-image: url(../img/title_sp.png?4);
	width:100%; height:120px;
	background-size:auto 120px;
	}
	header#title div .schedule {width:136px; height: 25px; bottom:5px; right:5px;}
}



/*	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#articles h1 {
    background-image: url(../img/top/h2_topics.png);
  }

@media all and (min-width: 768px) {
h1 {height:125px; margin:0 auto 35px;}

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

/*	#lowerBnrArea
============================== */
#lowerBnrArea, #bnrArea {
	text-align:left; position: relative;
}
.bnrBlock {
	position:relative;
}
.bnrBlock ul li a, .bnrBlock ul li a span{
	display:block;
}
.bnrBlock ul li a{
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(300 / 1000 * 100%);
	padding-top: calc(300 / 1000 * 100%);
}
.bnrBlock ul li a span{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bnrBlock ul li a.lazy-done{
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}


@media all and (min-width: 768px) {
#lowerBnrArea, #bnrArea{
    padding: 40px 0; background-image: url(../img/top/bg_topics.png); background-position: center top; background-size: cover;
}
.bnrBlock {
	max-width:1080px;
	margin:0 auto;
}
#hdBnrArea {
	max-width:1080px;
	padding:1em 0;
}
.bnrBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#lowerBnrArea .bnrBlock ul li, #bnrArea .bnrBlock ul li {
	width:calc((100% - 30px)/2);
}
#lowerBnrArea .bnrBlock ul li:nth-child(odd), #bnrArea .bnrBlock ul li:nth-child(odd) {
	margin-right:30px;
}
/*#lowerBnrArea .bnrBlock ul li:nth-child(even) {
	margin-right:0px;
}*/

}

@media all and (max-width: 767px) {
#lowerBnrArea, #bnrArea {
        padding: 20px 0; background-image: url(../img/top/bg_topics_sp.png); background-position: center top; background-size: cover;
    }
.bnrBlock.wrap { width:90%;}
.bnrBlock ul {
	width:90%;
	margin:0 auto;
}
.bnrBlock ul li:not(:last-child)  {
	margin-bottom:15px;
}

}

/*	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;}
}