/* ! 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.news {
	background-color: #f0f0f0;
  font-family: "Noto Sans Japanese";
}

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

body.news .container {
	width: 100%;
    padding: 0 5%;
	max-width:1000px;
	margin:0 auto;
}
.news h1 {
    letter-spacing: 2px;
	font-size: 26px;
	font-weight: normal;
    margin-bottom: 20px;
    color: #cd201e;
	margin: 30px 0 0 0;
	border-bottom: #bbb solid 1px;
	padding-bottom:10px;
}
.news h1 span {
	font-size: 13px;
	padding: 0 0 0 20px;
}
.news a {
    color: #000;
    text-decoration:underline !important;
    word-break: break-all;
}

.news a.txt {
	text-decoration:underline;
}

.news a:hover {
    color: #000
}
.news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 30px 0 60px;
	border-bottom: #bbb dotted 1px;
	color:#000;
}

.news dl:nth-last-of-type(1) {
	border-bottom: none;
}


.news dl dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0;
	padding: 30px 0 20px 0;
  color: #cd201e;
}
.news dl dt:first-child {
	padding: 0 0 20px 0;
}
.news dl dt span {
	font-size: 14px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
	color:#000;
}
.news dl dd {
	font-size: 16px;
	line-height:1.8em;
	margin: 0;
}
.news dl dd:last-child {
	border-bottom: none;
}

.news dd span{
	font-size: 19px;
	font-weight: 500;
}

.news dd .small {
  font-size:88%;
  color:#000;
  font-weight: 400;
}

.news dd .medium {
  font-size:94%;
  color:#000;
  font-weight: 400;
}

.news dd .green {
	font-size: 16px;
	font-weight: 400;
  color:#186800;
}

.img_box{
	width:100%;
	margin:0 auto;
}

.img_logo{
	float:left;
	margin-left:25px;
}

.img_poster{
	float:left;
	margin-left:25px;
}

.news img {
	width:100%;
	max-width:600px;
	height:auto !important;
}

.news img.size_s {
	max-width:400px;
}

.news img.size_ss {
	width: 100%;
	max-width: 250px;
	vertical-align:bottom;
	margin: 0 auto;
}

.news .phset:after {
  content:" ";
  display:block;
  clear:both;
}

.news .phL {
  float:left;
  width:48%;
}
.news .phR {
  float:right;
  width:48%;
}
.news .phF {
  width:100%;
  max-width:100%;
}

.news .button_cg{
	max-width: 150px;
	margin: 0 auto;
	padding: 0;
}

.news .button_cg a{
	margin: 0 auto;
	padding: 0;
	display: block;
}

.news .button_cg img{
	margin: 0 auto;
	padding: 0;
	display: block;
}


.news .top_link{
	text-align: center;
	display: block;
	width: 150px;
	margin: 0 auto;
}

.news .top_link img{
}

.news p {
  margin:0;
  padding:0;
}

.news p.name {
  margin:1.3em 0 0;
  display:inline-block;
  font-weight:600;
  color: #cd201e;
}

.news hr {
  border-top: 1px dotted #ddd;
}

.news hr.bold {
  border-top: 4px dotted #ddd;
}



.news .underline {
  display:inline-block;
  margin:0 0 5px;
  padding-bottom:0;
  border-bottom:1px solid #cd201e;
}


.fancybox-inner {
     overflow:hidden !important;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}