@charset "utf-8";
/* pick UP!ボタンのスタイル */
.top__nav {
	position: fixed;
	right: 0;
	top: 294px;
	z-index: 100;
}
.top__nav .top__nav--btn {
	cursor: pointer;
	position: relative;
}
.top__nav .top__nav--btn .pickup-txt {
	position: absolute;
	margin-top: 6px;
	top: 36px;
	left: 20px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	width: 100px;
	line-height: 1.2;
}
.top__nav .top__nav--btn.bottom {
	margin-top: 18px;
}
main.top .block02 .block02-inner.period > a:hover,
.top__nav .top__nav--btn:hover,
main.top ul.top-news li a:hover,
main.top ul.top-news li a:hover img,
main.top .block02 .block02-inner.prize .theme_btn:hover > img{
	opacity: 0.7;
}
main.top {
	max-width: 1600px;
	min-width: 1024px;
	margin: 0 auto;
}

main.top section.block01 {
	background: url(/contents_file/fun/koushien/images/top/main_image2018-02.jpg) no-repeat;
	background-color: #FFF;
	background-position: center top;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 54.6875%;
	background-size: 100% auto;
}
main.top section.block01.block01--01 {
	background: url(/contents_file/fun/koushien/images/top/main_image2018.jpg) center top no-repeat;
	background-size: 100% auto;
}
main.top section.block01.block01--02 {
	background: url(/contents_file/fun/koushien/images/top/main_image2018-02.jpg) center top no-repeat;
	background-size: 100% auto;
}
main.top section.block01.block01--dark:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
}
main.top section.block01 h1 {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	z-index: 10;
	width: 59.513591%;
	max-width: 952.217456px;
	min-width: 609.419172px;
}
main.top section.block01 h1 > img {
	width: 100%;
}
main.top section.block02 {
	background: url(/contents_file/fun/koushien/images/top/period_body_back.png);
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 48px 0 70px;
}
main.top section.block02 .block02-inner {
	position: relative;
}
main.top section.block02 .block02-inner > h2 {
	font-size: 30px;
	text-align: center;
	padding-top: 24px;
}
main.top section.block02 .block02-inner.period {
	width: 1005px;
	margin: 0 auto;
	position: relative;
}
main.top section.block02 .block02-inner.period > a {
	position: absolute;
	margin-left: -128px;
	left: 50%;
	bottom: 40px;
}

main.top section.block02 .block02-inner.period img.period_text1 {
	top: -5px;
	left: -7px;
}
main.top section.block02 .block02-inner.period img.period_text2 {
	bottom: 29px;
	left: 273px;
}
main.top section.block02 .block02-inner.period img.period_illust {
	bottom: 0;
	right: -12px;
}
main.top section.block02 .block02-inner.prize {
	margin: 24px auto 0;
	width: 994px;
}
main.top section.block02 .block02-inner.prize > img{
	margin-left: -5px;
}
main.top section.block02 .block02-inner.prize > img.supplementary {
	right: 0;
	top: -3px;
}
main.top section.block02 .block02-inner.prize > ul li {
	position: relative;
	width: 420px;
	display: inline-block;
}
main.top section.block02 .block02-inner.prize > ul li:nth-child(2) {
	float: right;
}
main.top section.block02 .block02-inner.prize > ul li::before {
	content:"";

}
main.top section.block02 .block02-inner.prize > ul li:nth-child(1)::before {
	background: url(/contents_file/fun/koushien/images/top/prize_text1.png);
	display: block;
	background-size: 262px 24px;
	width: 262px;
	height: 24px;
	margin: 0 auto;
}
main.top section.block02 .block02-inner.prize > ul li:nth-child(2)::before {
	background: url(/contents_file/fun/koushien/images/top/prize_text3.png);
	display: block;
	background-size: 255px 26px;
	width: 255px;
	height: 26px;
	margin: 0 auto;
}
main.top section.block02 .block02-inner.prize > ul li p {
	width: 215px;
	line-height: 1.9;
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
}
main.top section.block02 .block02-inner.prize > ul li .left {
	margin-top: 15px;
	z-index: 10;
	position: absolute;
	left: 0;
}
main.top section.block02 .block02-inner.prize > ul li > img {
	position: absolute;
	right: 0;
	top: 40px;
}
main.top section.block02 .sns ul{
	width: 130px;
}
main.top section.block03 {
	padding: 78px 0 180px;
}
main.top section.block03 h2 > img {
	display: block;
	margin: 0 auto;
}
.top-news {
	width: 77%;
	margin: 45px auto 0;
	min-width: 1024px;
	font-size: 0;
}

.top-news li {
	width: 33%;
	min-height: 430px;
	display: inline-block;
	vertical-align: top;
}
.body--hack .top-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.body--hack .top-news li {
	float: none;
}
.top-news__bg {
	-webkit-box-shadow: 0px 0px 7px 4px #ddd;
	        box-shadow: 0px 0px 7px 4px #ddd;
	border: 1px solid #ddd;
	position: relative;
	width: 322px;
	height: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-size: 100% auto;
	margin: 0 auto;
}
.new > .top-news__bg::before {
	content:"";
	position: absolute;
	background: url(/contents_file/fun/koushien/images/top/icon_new.png?20190401) no-repeat;
	width: 68px;
	height: 48px;
	background-size: 68px 48px;
	z-index: 10;
	top: -2px;
	right: 12px;
}
.top-news__inner {
	position: relative;
	height: 100%;
}
.top-news__data {
	color: rgb(73, 37, 11);
	margin-top: 24px;
	font-size: 13px;
	font-weight: bold;
}
.top-news__week {
	font-size: 0.85em;
}
.top-news__title {
	font-size: 19px;
	margin-top: 5px;
	letter-spacing: 1px;
}
.top-news  .top-news__text {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0;
	padding-bottom: 40px;
}
.top-news .top-news__button {
	height: auto;
	margin-bottom: 0;
	text-align: right;
	padding: 0 15px 0 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
main.top ul.top-news li:nth-child(3n+2) {
	margin: 0 0.5% 0;
}
main.top ul.top-news li:nth-child(n+4) {
	margin-top: 16px;
}
.top-news__button_link {
    display: inline-block;
    background: #083C7F;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 14px;
	border-radius: 2px 0 0 2px;
	position: relative;
}
.top-news__button_link::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.5px 0 15.5px 15px;
	border-color: transparent transparent transparent #083C7F;
}
@media all and (-ms-high-contrast: none){
	.top-news__button_link::after {
		right: -14px;
	}
	main.top ul.top-news li {
		float: left;
	}
}
_::-webkit-full-page-media, _:future, :root main.top ul.top-news li:nth-child(3n+2){
		margin-left: 0;
		margin-right: 0;
}
main.top ul.top-news li {
	float: left\9;
}
.body--safari9 main.top ul.top-news li  {
	float: left;
}
main.top section.block03 > a.more-btn {
	display: block;
	margin: 63px auto 0;
	width: 119px;
}
main.top .block02 .sns li {
	display: inline-block;
}
main.top .block02 .sns li:nth-child(2) {
	margin-left: 38px;
}
section.top-block .top-block__inner {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
main.top ul.top-news li.more-contents {
	display: none;
	margin-top: 16px;
}
/* ライブ配信 */
.top-live {
	text-align: center;
	font-size: 0;
	position: absolute;
/*
	top: 50px;
*/
	top: 0;
	bottom :0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 60px 0 0;
	height: 405px;
}
.top-live__headline {
	margin: 70px 0 50px;
	font-size: 24px;
	color: #ff4c6a;
	font-weight: bold;
	text-align: center;
}
.top-live__list {
	text-align: center;
}
.top-live__item {
	font-size: 14px;
	display: inline-block;
}
.top-live__item + .top-live__item {
	margin-left: 20px;
}
.top-live__link {
	color: #ff4c6a;
}
.top-live__image {
	height: 56px;
	width: auto;
}
.top-live__link:hover img {
	opacity: .7;
}
.topBlock,
.topBlock__wrapper {
	height: calc(100vh - 90px);
}
.topBlock--image {
	height: auto;
}
.slick-track {
	height: 100%;
}
.topBlock {
	position: relative;
}
.topBlock__wrapper {
	position: absolute;
	width: 90%;
	height: 90%;
}
.topBlock__wrapper--image {
	position: static;
	height: auto;
	margin: 5px auto 0;
}
.topBlock__movie {
	width: 100%;
	height: 100%;
	padding: 0;
	position: relative;
}
.topBlock__image > img{
	margin:  0 auto;
	width: 100%;
}
#topMovie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slick-list {
	width: 100%;
	height: 100%;
}
.slider {
	width: 90%;
	height: 90%;
	position: relative;
}
.slider::before {
	content: "";
	display: block;
	background: url(/contents_file/fun/koushien/images/top/main_title2018.png) left top no-repeat;
	background-size: 100%;
	width: 277.33333px;
	height: 87.66666667px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;

}
.slider__item {
	width: 100%;
	height: 100%;
	position: relative;
}

.slider__item--01 {
	background: url(/contents_file/fun/koushien/images/top/modal01.jpg) center center no-repeat;
	background-size: cover;
}
.slider__item--02 {
	background: url(/contents_file/fun/koushien/images/top/modal02.jpg) center center no-repeat;
	background-size: cover;
}
.slider__item--03 {
	background: url(/contents_file/fun/koushien/images/top/modal03.jpg) center center no-repeat;
	background-size: cover;
}
.slider__item--04 {
	background: url(/contents_file/fun/koushien/images/top/modal04.jpg) center top no-repeat;
	background-size: cover;
}
.slider__link {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.slider__link:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .3);
}
.slider__link:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background: url(/contents_file/fun/koushien/images/top/button.png) center center no-repeat;
	background-size: 100%;
	width: 155px;
	height: 150px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.slider__button {
	width: 150px;
}
main.top section.block02--title {
	padding: 28px 0 50px;
	background: #FFF;
}
.block02__title img{
	margin: 0 auto;
}
/* 印刷時設定 */
@media print {
  .col-left {
    display: block;
  }
  .col-right {
    display: block !important;
    float: right;
  }
  .fb_iframe_widget,
  .fb_iframe_widget span {
    display: block !important;
  }
  footer:before {
    content: '　';
    clear: both;
  }
}

.info{
	width: 90%;
	margin: 0 auto 78px;
	padding: 20px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #da0000;
	border: 3px solid #da0000;
}
.info a{
	color: #da0000;
	font-weight: bold;
	text-decoration: underline;
}
.info a:hover{
	text-decoration: none;
}
