/*///////////////// countdown ////////////////*/
#count{background:#122549;color:#fff;
  font-weight:bold;overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
#count p{line-height:1;}

@media all and (min-width: 768px) {
#count{min-height:100px;}
#count p{font-size:180%;}
	.yycountdown-box{padding:15px 0 15px;}
	#timer .yycountdown-box .yyc-day,
	#timer .yycountdown-box .yyc-hou,
	#timer .yycountdown-box .yyc-min,
	#timer .yycountdown-box .yyc-sec{font-size:250%;}
}
@media all and (max-width: 767px) {
#count{min-height:30px;}
	.yycountdown-box{padding:.8em 0;}
	#timer .yycountdown-box .yyc-day,
	#timer .yycountdown-box .yyc-hou,
	#timer .yycountdown-box .yyc-min,
	#timer .yycountdown-box .yyc-sec{font-size:1.8em;}
}


	#timer .yycountdown-box .yyc-day{display:none;}

/*///////////////// top news ////////////////*/
.newsArea,.newsArea .ticker ul li{background:#fff;}
.newsArea h2{text-indent: -9999px;overflow:hidden;}
.newsArea .ticker ul li{backface-visibility:hidden;-webkit-backface-visibility:hidden;}
.newsArea .ticker ul li a{text-decoration:none; color:#102144;}
.newsArea .ticker ul li a:hover{ text-decoration:none; color:#666;}

@media all and (min-width: 768px) {
.newsArea{margin:15px auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border: #fff 1px solid;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

.newsArea .ticker {position: relative; background:#fff;width: 690px;height:50px;text-align: left; overflow: hidden;}
.newsArea .ticker ul {width:690px;}
.newsArea .ticker ul li {position:absolute;top:0;left:0;display: none;
	line-height:48px;
}
.newsArea .ticker ul li .date{background:#631a1a; color:#fff;font-size:80%;padding:5px;margin-right:10px;}

/* h2 */
.newsArea h2{
	position:relative;width:130px;background:transparent;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:}

.newsArea h2::before {
	content: "";display: block;width:120px;height:50px;background-color: #631a1a;
    -moz-transform-origin: 0 100%;-webkit-transform-origin:0 100%;;transform-origin:0 100%;
    -moz-transform: skewX(20deg);-webkit-transform: skewX(20deg);transform: skewX(20deg);}

.newsArea h2 span{
	display:block;position:absolute;top:10px; left:15px;width:82px;height:28px;
	background:url(../img/top/news.png)  center center no-repeat;}

/* more_btn */
.newsArea .more_btn_pc {width:120px;height:50px;background:#fff;}
.newsArea .more_btn_pc a{display:block;text-indent: -9999px;
	width:85px;height:30px;margin:10px auto;background:url(../img/top/news_more.png)  center center no-repeat;}
}


@media all and (max-width: 767px) {

.newsArea{width:100%;margin:0 auto 1.5em;background:#fff;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}

.newsArea .ticker {width:100%;background:#fff;}
.newsArea .ticker ul {width:98%;margin:.5em auto;}
.newsArea .ticker li{line-height:1;padding:5px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-justify-content: flex-startr;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.newsArea .ticker li .date{background:#631a1a; color:#fff;padding:2px;margin-right:.5em;}
.newsArea .ticker li span:last-child{line-height:1.5;}


/* h2 */
.newsArea h2{width:90%;height:33px;background:#631a1a; 
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:}
.newsArea h2 span{display:block;margin:6px 3px 6px;width:140px;height:21px;background:url(../img/top/news_smp.png?new)  left center no-repeat;background-size:contain;}


/* more_btn */
	.newsArea #more_btn,.newsArea #close_btn{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	.newsArea .icon{display:block;}
	.newsArea #more_btn,.newsArea #close_btn{cursor: pointer;text-align:center;background:#8a1d1f;font-weight:bold;color:#fff;transition:0.5s ;}
	.newsArea #more_btn:hover,.newsArea #close_btn:hover{background:#aa7f7f;}
	.newsArea #more_btn,.newsArea #close_btn{width:10%;height:33px;margin:0;padding:0;}
	.newsArea #close_btn{display:none;}
	.newsArea #more_btn .icon{margin:7px auto;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);}

 .newsArea #close_btn .icon{margin:14px auto;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);}
}

/*///////////////// top bt ////////////////*/
.btArea span ,.btArea span a{display:block;text-indent: -9999px;}

/* bt Flashing */
.btArea span ,.btArea span a:hover {opacity: 1;-webkit-animation: flash 1s;animation: flash 1s;}
@-webkit-keyframes flash {0% {opacity: .6;}100% {opacity: 1;}}
@keyframes flash {0% {opacity: .6;}100% {opacity: 1;}}

@media all and (min-width: 768px) {
.btArea .layoutBox{width:460px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.btArea span{margin-bottom:15px;}
.btArea .bt_story a{width:460px;height:255px;background:url(../img/menu/story.png?last)  center center no-repeat;}
.btArea .bt_intro a{width:460px;height:120px;background:url(../img/menu/intro.png)  center top no-repeat;}
.btArea .bt_cast {margin-right:20px;}
.btArea .bt_cast a{width:220px;height:120px;background:url(../img/menu/cast.png)  center top no-repeat;}
.btArea .bt_staff a{width:220px;height:120px;background:url(../img/menu/staff.png)  center top no-repeat;}
.btArea .bt_chart a{width:460px;height:120px;background:url(../img/menu/chart.png)  center top no-repeat;}
.btArea .bt_msg {margin-right:20px;}
.btArea .bt_msg a{width:220px;height:120px;background:url(../img/menu/msg.png?)  center top no-repeat;}
.btArea .bt_twitter a{width:220px;height:120px;background:url(../img/menu/twitter.png)  center top no-repeat;}
}

@media all and (max-width: 767px) {
.btArea {width:95%;margin:0 auto;}
.btArea .layoutBox{overflow:hidden;width:100%;margin-bottom:.5em;}
.btArea .bt_story {margin:.5em 0;}
.btArea .bt_story a{width:100%;height:0;padding-top:55.4%;background:url(../img/menu/story.png?last)  center top no-repeat;background-size:contain;}
.btArea .bt_intro a{width:48%;height:0;padding-top:42.3%;background:url(../img/menu/intro_smp.png)  center top no-repeat;background-size:contain;float:left;}
.btArea .bt_cast a{width:50%;height:0;padding-top:20%;background:url(../img/menu/cast_smp.png)  center top no-repeat;background-size:contain;float:right;margin-bottom:2.4%;}
.btArea .bt_staff a{width:50%;height:0;padding-top:20%;background:url(../img/menu/staff_smp.png)  center top no-repeat;background-size:contain;float:right;}
.btArea .bt_chart a{width:100%;height:0;padding-top:26%;background:url(../img/menu/chart_smp.png)  center top no-repeat;background-size:contain;margin-bottom:.5em;}
.btArea .bt_msg a{width:100%;height:0;padding-top:26%;background:url(../img/menu/msg_smp.png)  center top no-repeat;background-size:contain;margin-bottom:.5em;}


.twArea {width:100%;margin:0 auto 0; padding:.5em 0;background: #325c84;}
.twArea .bt_twitter a{display:block;width:100%;height:0;padding-top:18%;background:url(../img/menu/twitter_smp.png)  center center no-repeat;margin:0 auto;
	background-size:contain;
	webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/* bt Flashing */
.twArea .bt_twitter a:hover {opacity: 1;-webkit-animation: flash 1s;animation: flash 1s;}
}


/* mov */
@media all and (min-width: 768px) {
.top .movArea{margin:0 auto 20px;overflow:hidden;}
.top .movArea h4{width:460px;height:45px; background:url(../img/top/mov_title.png)  left top no-repeat ;}
.top .movArea .mov{width:450px;height:200px;padding:5px;margin:0 auto; background:#e7ebf1;}
}

@media all and (max-width: 767px) {
.top .movArea {width:95%;margin:0 auto;}
.top .movArea h4{width:100%;height:0;padding-top:10%;margin-top:1em;background:url(../img/top/mov_title_smp.png)  center top no-repeat;background-size:contain;}
.top .movArea .mov {position: relative;width:70%;padding-top: 38%;height: 0;margin:.5em auto;overflow: hidden;
	webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border:solid 3px #e7ebf1;}
.top .movArea .mov iframe{position: absolute;top: 0;left:0;width: 100%;height: 100%;}
}


/*media print*/
@media print {
.btArea .bt_story a{display: none;}
}

/*///////////////// report ////////////////*/

.repArea{max-height:400px;color: #fff;overflow:hidden;}
.repArea .tab div{
 	position: relative;
	display: inline-block;
 	margin:0;padding: 0;
	background: #fff;
	/* box-shadow */
	box-shadow:0px 8px 0px 0px #4b0000;
	shadowColor:"#4b0000",
	shadowOffset:{width:0,height:8},
	shadowOpacity:1,
	shadowRadius:0,
	}
.repArea .s-txt{color:#333;}
.repArea .s-date{text-align:center;}

.repArea .slick-slide .pic:hover{filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;}

@media all and (min-width: 768px) {

/*h2*/
#bArea h2{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-bottom:solid 1px #fff;}
#bArea h2 span{display:block;}
#bArea h2 .h2_title{position: relative;width:940px;height:80px;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-right:solid 1px #fff;}
#bArea h2 .h2_title .title{width:377px;height:80px;background:url(../img/top/repo_title.png)  left bottom no-repeat;text-indent: -9999px;}
#bArea h2 .h2_title .att{white-space: nowrap;
	position:absolute;top:20px;right:20px;padding:10px 0 10px 60px;font-size:15px;line-height:20px;
	width:340px;height:20px;background:url(../img/top/repo_att.png)  left top no-repeat #4b0000;color:#fff;}

/*slider*/
.repArea{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border-right:solid 1px #fff;}
.repArea .slider {width:780px;margin:0 auto; }
.repArea .regular{padding:20px 0;}
.repArea .tab div{width:240px;}

/*ふきだし*/
	.repArea .tab div:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;}

	.repArea .tab div:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
 	margin-left: -25px;
	border:25px solid transparent;
	border-top: 25px solid #4b0000;}

.repArea .slick-slide .pic{width:230px;height:130px;margin:5px auto 0;background:#204165;}
.repArea .slick-slide .lazy{background-position:center center;background-size:cover;}
.repArea .s-txt{font-size:80%;color:#333;padding:5px;}
.repArea .s-date{font-size:70%;margin-top:10px;}
}


@media all and (max-width: 767px) {
#bArea h2 span{display:block;}
#bArea h2 .h2_title .title{display:block;width:100%;height:100%;overflow:hidden;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border-bottom:solid 1px #fff;text-indent: -9999px;}

	#bArea h2 .h2_title .title .in{display:block;width:90%;height:50px;padding-top:5px;margin:0 auto;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border-right:solid 1px #fff;}

	#bArea h2 .h2_title .title .in span{display:block;width:100%;height:46px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	background:url(../img/top/repo_title.png) left bottom no-repeat ;background-size:contain;}

	#bArea h2 .h2_title .att{width:90%;margin:0 auto;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border-right:solid 1px #fff;overflow:hidden;}

	#bArea h2 .h2_title .att span{width:90%;margin:.5em auto 0;padding:.5em 0;font-size:80%;text-align:center;color:#fff;background:#4b0000;}

.repArea .slider {width:90%;margin:0 auto;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
	border-right:solid 1px #fff;}
.repArea .regular{padding:1em 0;}
.repArea .tab div{width:100%;}

/*ふきだし*/
	.repArea .tab div:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #fff;}

	.repArea .tab div:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
 	margin-left: -20px;
	border:20px solid transparent;
	border-top: 25px solid #4b0000;}

.repArea .slick-slide .pic {width:95%; height:0; padding-top:60%;margin:.3em auto;background:#204165;}
.repArea .slick-slide .lazy{background-position:center center;background-size:cover;}
.repArea .slick-slide {margin:0 .1em;}
.repArea .s-txt{min-height:15px;font-size:70%;line-height:1.5;padding:0 .5em .5em;}
.repArea .s-date{font-size:70%;margin-top:1em;}
}

/* text ribon */
.repArea .tab{position: relative;overflow: hidden;}
.repArea .tab .newicon {z-index:10;position: absolute;top: 0;right: 0;overflow: hidden;}
.repArea .tab .newicon{
    display: inline-block;position: absolute;text-align: center;font-weight:bold;
    background: #2e629b;color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);}

@media all and (min-width: 768px) {
.repArea .tab{width: 240px !important; margin:0 10px;}
.repArea .tab .newicon{
    padding: 5px 0;
    left:-10px;
    top: 8px;
    width: 460px;
    font-weight:bold;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;}
}

@media all and (max-width: 767px) {
.repArea .tab{margin:0 .5em;}
.repArea .tab .newicon{
    padding: 3px 0;
    left: 0;
    top: 8px;
    width:180%;
    font-weight:bold;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.05em;}
}


/*media print*/
@media print {
.repArea .slick-slide .pic {display: none;}
}

