/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
@charset "UTF-8";


 .loadingWrap {
 width: 100%;/*100%で全画面表示*/
 height: 100%;/*100%で全画面表示*/
 background: #000;/*背景色*/
 position: fixed;
 top: 0;/*画面上部からの位置*/
 left: 0;/*画面左部からの位置*/
 z-index: 9999;/*レイヤー(この他にpositionを使用していない場合は不要)*/
}
.loadingWrap .loader {
	position: absolute;
    top: 50%;
    left: 50%;
	margin: auto;/*画像位置調整(-画像高さの半分 0 0 -画像幅の半分)*/
}



/* ==========================================================================
news
========================================================================== */

.btn_close {
  position:fixed;
  top:10px;
  right:10px;
  display:block;
  cursor:pointer;
}
@media screen and (max-width:768px) {
  .btn_close {
    display:none;
  }
}

body.report {
	background:url(../../theater/img/bg_ptn.png) center center;
  font-family: "Noto Sans Japanese";
}

.report .fix{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;	
    background-size: cover;
}

body.report .container {
	width: 100%;
  padding: 60px 5%;
	max-width:1000px;
	margin:0 auto;
  background-color: #f4f4f4;
}
.report h1 {
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: normal;
  color: #cd201e;
	margin: 120px 0 0 0;
	border-bottom: #bbb solid 1px;
	padding-bottom:10px;
}

.report h1.first {
  margin-top:30px;
}

.report h1 span {
	font-size: 13px;
	padding: 0 0 0 20px;
}


.report dd {
  padding:30px 0 0;
  font-size: 16px;
  font-weight:400;
  line-height: 1.8em;
}

.report dd img {
  width:100%;
}

.dialogue {
  color:#2e7a09;
  font-weight:500;
}

#pagetop,
#toppage {
  position:fixed;
  width:auto;
  height:50px;
  cursor:pointer;
  z-index:9000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#pagetop {
  bottom:10px;
  right:10px;
}
#toppage {
  top:10px;
  left:10px;
}

#pagetop:hover,
#toppage:hover {
  opacity:0.3;
}

#pagetop img,
#toppage img {
  height:100% !important;
}
