@charset "utf-8";
/*================================================
CSS トップページ向けCSS
2015 atali.inc(telime)
This style is released under the MIT License
use "Twitter Bootstrap v3.0.2"
================================================*/
.content .main img{width:100%;}

/* === POSTER ===*/
.first-view{
	padding: 0px!important;
	
}
@media (min-width: 768px){
	.first-view{
		width:100%;
		min-height: calc(100vh - 71px);
		margin-top: 71px;
	}
}
.navbar{
	margin-bottom: 0;
}

.poster-size{
	
	height:calc(100vw * 1.5);
	/*min-height: 860px;*/
}
@media (min-width: 768px) and (max-width: 1199px){
	.poster-size{
		height:calc(100vw * 1.5);
	}
	@media (max-height:600px) {
		.poster-size{
			height: calc(100vw * 0.72);
		}
	}
}
@media (min-width: 1199px){
	.poster-size{
		aspect-ratio: 1487 / 2103;
        height: 100%;
	}
}
.poster-size section{
	position: relative;
	width: 100%;
	height: 100%;
}

.poster-pc div,.poster-sp div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.poster-sp div{
	width: 100%;
	height: 100%;
	min-height: calc(60vh);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.poster-pc #image-change_pc1{
	background-image: url("../img/bg/01.png");
  	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

@media (min-width: 768px) and (max-width: 1199px){
	.poster-pc div{
		background-position: 50% 0%;
		background-size: 100% auto;
		left: inherit;
		right: 0;
		min-width: 540px;
	}
}

@media (max-width: 767px){
	.poster-size{
		position: relative;
		height:calc(100vw * 1.5);
		min-height: inherit;
	}

}

/* === TOPICS ===*/
#page-topics {
	background: #333333 url(../img/bg_sec4.png) repeat scroll 0 0;
	background-size: 20px 20px;
	padding: 50px 0;
}
#page-topics>.container>.title {
	display: none;
}
.panle{
	margin-bottom: 16px;
}

.topics {
	width:90%;
	margin: 20px auto;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index: 0;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 20px, rgba(0, 0, 0, 0.2) -10px -10px 20px;
}
@media (min-height:700px) {
	.topics {
		margin: 20px auto;
	}
}
.topics:hover{
	text-decoration: none;
}

.topics h1{
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 170px;
}

.topics-event{
	background: linear-gradient(to bottom, #f8c738 35%,#ce9222 60%,#f8c738 100% );
}

.topics-access{
	background: linear-gradient(to bottom, #f8c738 35%,#ce9222 60%,#f8c738 100% );
}

.topics-seat{
	background: linear-gradient(to bottom, #f8c738 35%,#ce9222 60%,#f8c738 100% );
}
.topics-keirinjp{
	background: linear-gradient(to bottom, #f8c738 35%,#ce9222 60%,#f8c738 100% );
}
.topics-keirinjp img{
	height:32px;
}
@media (max-width:912px){
	.topics-keirinjp img{
		height:20px;
	}
	.text-fff {
		font-size: 20px;
	}
}
@media (max-width:539px){
	.topics-keirinjp img{
		height:15px;
	}
	.text-fff {
		font-size: 15px;
	}
}
.text-fff {
	color: #531010;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topics:before {
	content: '';
	display: block;
	width: 100%;
	height: 21px;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 10;
	background: transparent none no-repeat scroll top right;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
a.topics:hover {
	color: #fff;
	top: 2px;
	box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 20px, rgba(0, 0, 0, 0.3) -10px -10px 20px;
}
.topics-dummy:before {
	content: '';
	background: transparent url(../img/img_dummy1pc.png) no-repeat scroll center center;
	-webkit-background-size: 298px 292px;
	background-size: 298px 292px;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.topics .cover {
	display: block;
	position: absolute;
	top: 0;
	left: -200%;
	z-index: 1;
	width: 500%;
	height: 100%;
	text-align: center;
}
.topics .cover img {
	width: auto;
	height: 100%;
}
.topics .title {
	margin: 0;
	padding: 15px 15px 15px 20px;
	min-height: 5.0em;
	font-size: 1.2em;
	font-style: normal;
	text-align: left;
	width: 100%;
}

.topics .title span {
	font-size: 0.70em;
	font-weight: normal;
	min-height: 3em;
	padding: 0 25px 0 0;
}
/*スマホサイズ*/
@media (max-width: 767px) {
	.topics h1{
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
	}
}
/* === label ===*/
.topics .label {
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 0;
	padding: 0 0.4em;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 20px;
	z-index: 2;
}
.topics .label-movie {
	background: #ffea00;
	color: #1b5e20;
}
.topics .label-campaign {
	background: #1965BE;
}
.topics .label-ceremony {
	background-color: #8C2982;
}
.topics .label-event {
	background-color: #FE5623;
}
.topics .label-funservice {
	background-color: #EB2E84;
}

/* === date style ===*/
.topics-friday:before {
	background-image: url(../img/topics/friday1026_sp.jpg);
}
.topics-friday .title {
	background: transparent url(../img/topics/1_friday.png) repeat scroll 0 0;
	-webkit-background-size: 600px 120px;
	background-size: 600px 120px;
}
.topics-friday:before {
	background-image: url(../img/topics/friday1026_sp.jpg);
}
.topics-friday .title {
	background: transparent url(../img/topics/1_friday.png) repeat scroll 0 0;
	-webkit-background-size: 600px 120px;
	background-size: 600px 120px;
}
.topics-saturday:before {
	background-image: url(../img/topics/saturday1026_sp.jpg);
}
.topics-saturday .title {
	background: transparent url(../img/topics/2_saturday.png) repeat scroll 0 0;
	-webkit-background-size: 600px 120px;
	background-size: 600px 120px;
}
.topics-sunday:before {
	background-image: url(../img/topics/sunday1026_sp.jpg);
}
.topics-sunday .title {
	background: transparent url(../img/topics/3_sunday.png) repeat scroll 0 0;
	-webkit-background-size: 600px 120px;
	background-size: 600px 120px;
}
.topics-monday:before {
	background-image: url(../img/topics/monday1026_sp.jpg);
}
.topics-monday .title {
	background: transparent url(../img/topics/4_monday.png) repeat scroll 0 0;
	-webkit-background-size: 600px 120px;
	background-size: 600px 120px;
}
.topics-other-r .title {
	background: rgba(56,29,34,0.55);
}
.topics-other-b .title {
	background: rgba(32,32,63,0.55);
}
/*
ABOUT
===========================================*/
#page-about {
	background: url(../img/bg_sec2_b.jpg) repeat center center scroll #333;
	-webkit-background-size: auto 100%;
	background-size: cover;
	position: relative;
}
#page-about:before {
	content: '';
	background: url(../img/bg_sec2.png) repeat 0 0 scroll transparent;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
/*
CONTENTS TITLE
===========================================*/

@media (min-width: 1200px) {
.col-lg-offset-05 {
    margin-left: Calc(8.33333333%/2);
  }
}
h2{
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 40px;
	background: linear-gradient(135deg, #94b84c 0%, #94b84c 15%, #fffdf5 15% ,#fffdf5 85%,#94b84c 85%, #94b84c 100%);
}
.pb-30 {
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	h2{
		font-size: 52px!important;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-top: 0px;
		margin-bottom: 40px;
		background: linear-gradient(135deg, #94b84c 0%, #94b84c 20%, #fffdf5 20% ,#fffdf5 80%,#94b84c 80%, #94b84c 100%);
	}
	.pb-30 {
		padding-bottom: 30px;
	}
}
/*
HISTORY
===========================================*/

#page-history {
	background: #FB8C00 url(../img/bg_sec3.jpg) repeat scroll 0 0;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	padding-bottom: 40px;
}
/*
HISTORY UI
===========================================*/
.kf-history {
	margin: 20px 20px 20px 310px;
	padding-bottom: 20px;
	background-color: #fff;
	border-radius: 20px;
	color: #fb8c00;
	position: relative;
}
.kf-history:after {
	content: '';
	display: block;
	clear: both;
}
.kf-history .kf-range {
	overflow: hidden;
}
.kf-history .kf-range h1 {
	margin: 0;
	padding: 0;
}
.kf-history .kf-label-bundle {
	border: 1px solid #fff;
	float: left;
	margin-left: -290px;
	top: 0;
	width: 270px;
}
.kf-history .kf-label {
	color: #fff;
	background-color: #fa8b0c;
	border-top: 1px dotted #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 0.5em;
	text-decoration: none;
	position: relative;
}
.kf-history .kf-label:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/mk1.png) no-repeat scroll center center transparent;
	vertical-align: middle;
	float: right;
}
.kf-history .kf-label.active {
	background-color: #FA5D06;
}
.kf-history .kf-label:hover {
	text-decoration: underline;
}
.kf-history .kf-label-bundle+.kf-range .kf-label, .kf-history .kf-label-bundle .kf-label:first-child {
	border-top: 0 none;
}
.kf-history .kf-range .kf-label {
	display: none;
}
.kf-history .kf-range h1 .kf-label {
	font-size: 1em;
}
/* timeline */
.kf-timeline {
	position: relative;
	margin: 40px 20px;
}
.kf-timeline:before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 180px;
	background-color: #fa8b0c;
}
.kf-timeline .kf-time {
	position: relative;
	clear: both;
	min-height: 20px;
	font-size: 1.0em;
}
.kf-timeline .kf-time:last-child {
	height: 20px;
}
.kf-timeline .kf-time>h1 {
	width: 180px;
	line-height: 20px;
	padding: 0 20px;
	text-align: right;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.5em;
	float: left;
}
.kf-timeline .kf-time>h1:after {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: -10px;
	background-color: #fa8b0c;
	border-radius: 10px;
}
.kf-timeline .kf-time>.body {
	width: 220px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 2em;
	position: relative;
	top: -3px;
	left: 0;
	float: left;
}
.kf-timeline .kf-time>.body .photo {
	float: right;
	padding: 5px;
}
.kf-timeline .kf-time .photo img {
	height: 65px;
	width: auto;
}
/* btn show */
.btn-show, a.btn-show {
	display: inline-block;
	background-color: #fa8b0c;
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0.2em 2.5em;
	position: relative;
}
.btn-show:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 100%;
	background: url(../img/mk1.png) no-repeat scroll center center transparent;
	-webkit-background-size: auto 1em;
	background-size: auto 1em;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
}
.btn-show:hover {
	color: #fff;
	text-decoration: underline;
}
/* btn-more */
.btn-more {
	color: #fff;
	background-color: #11479f;
	border: 1px solid #fff;
	display: block;
	letter-spacing: 0.2em;
	line-height: 2em;
	margin: 40px 20%;
	padding: 0.5em;
	text-decoration: none;
}
.btn-more::after {
	background: transparent url("../img/mk1b.png") no-repeat scroll center center;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	content: "";
	display: inline-block;
	float: right;
	height: 2em;
	width: 1em;
}
.btn-more:hover {
	color: #fff;
	background-color: #0d3b83;
	text-decoration: none;
}

/*
TABLE_eve
===========================================*/
.table_eve, .table_eve td, .table_eve th {
	border: 1px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 1.1em;
}
.table_eve td, .table_eve th {
	padding: 5px;
}
.table_eve th {
	background: #D90000;
}
.table_eve th.award {
	min-width: 768px;
}
.table_eve td {
	background: #333;
}
/*
TABLE_eve2
===========================================*/
.table_eve2, .table_eve2 td, .table_eve2 th {
	border: 1px solid #fff;
	border-collapse: collapse;
	text-align: center;
	font-size: 1.1em;
}
.table_eve2 td, .table_eve2 th {
	padding: 5px;
}
.table_eve2 th {
	background: #800000;
}
.table_eve2 th.award {
	min-width: 768px;
}
.table_eve2 td {
	background: #333;
}
/*
page-bus
===========================================*/
/*バス時刻表*/
#page-bus .container>.body {
	color: #FFF;
	background: inherit;
}
#page-bus .bus_title {
	background-color: #000;
	color: #fff;
	padding: 0.5em;
	margin-bottom: 1em;
	clear: both;
}
#page-bus .table-event th, #page-bus .table-event td {
	border: 1px solid #fff;
}
#page-bus .table-event span {
	width: 30%;
	text-align: left;
	float: left;
	display: block;
}
/*
NEWS
===========================================*/
#page-news .updates {
	box-shadow: 5px 5px 10px #000;
}

/*================================================
 Media Query
 デバイスの幅毎にCSS値変更
================================================*/
@media (min-width: 768px) {
	#page-visual {
		margin-bottom: 60px;
		text-align: left;
		background: url(../img/title_pc1bg.jpg) no-repeat scroll center 0 #000;
	}
	#page-visual .main_title, #page-visual .date {
		margin-left: -15px;
	}
	#page-visual .slogan1 {
		position: absolute;
		left: 335px;
		top: -20px;
	}
	#page-visual .keirinjp {
		position: absolute;
		bottom: 0;
		right: 2px;
	}
	#page-visual .count_wrapper {
		width: 186px;
		text-align: center;
		padding-bottom: 10px;
		min-height: 300px;
	}
	#page-visual .ticker {
		position: absolute;
		bottom: 3px;
		left: 0;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.kf-history {
		margin: 20px 20px 20px 210px;
	}
	.kf-history .kf-label-bundle {
		margin-left: -190px;
		width: 170px;
	}
	.kf-history .kf-label-bundle .kf-label {
		font-size: 1em;
		line-height: 22px;
	}
	.kf-timeline::before {
		left: 140px;
	}
	.kf-timeline .kf-time>h1 {
		width: 140px;
	}
	.table_eve td, .table_eve th {
		padding: 3px;
	}
	.table_eve th.award {
		min-width: 768px;
	}
	.table_eve2 td, .table_eve2 th {
		padding: 3px;
	}
	.table_eve2 th.award {
		min-width: 768px;
	}
}
@media (max-width: 767px) {
	#page-visual .main_visual {
		margin: 0 -15px;
	}
	#page-visual .main_title, #page-visual .date, #page-visual .slogan1, #page-visual .keirinjp {
		display: none;
	}
	#page-visual .keirinjp img {
		width: 45px;
		height: auto;
	}
	#page-topics {
		padding: 15px 0;
	}
	.topics {
		height: auto;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}
	.topics:before {
		right: -10px;
		top: 0;
	}
	.topics-dummy {
		display: none;
	}
	.topics .label {
		top: 7px;
		left: 7px;
		font-size: 11px;
		line-height: 15px;
	}
	.topics .cover {
		width: 100%;
		left: auto;
		position: relative;
	}
	.topics .cover img {
		width: 100%;
		height: auto;
	}
	.topics .title {
		min-height: 3.0em;
	}
	.topics .title span {
		padding: 0;
	}
	#page-about {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		background-position: 30% 0;
	}
	#page-history {
		padding-bottom: 20px;
	}
	.kf-history {
		margin: 10px 0;
		border-radius: 0;
		border: 1px solid #fff;
		min-height: 0;
		font-size: 1.0em;
		padding-bottom: 0;
	}
	.kf-history .kf-label-bundle {
		display: none;
	}
	.kf-history .kf-range .kf-label {
		display: block;
	}
	.kf-history .kf-label:after {
		width: 1em;
		height: 1em;
		background-image: url(../img/mk2.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.kf-history .kf-label.active:after {
		background-image: url(../img/mk0.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.kf-timeline {
		margin: 40px 0 40px 20px;
	}
	.kf-timeline:before {
		left: 70px;
	}
	.kf-timeline .kf-time {
		min-height: 10px;
	}
	.kf-timeline .kf-time>h1 {
		width: 70px;
		padding: 0 10px 0 0;
		font-size: 1.0em;
		line-height: 10px;
	}
	.kf-timeline .kf-time>h1:after {
		height: 10px;
		width: 10px;
		right: -5px;
		border-radius: 5px;
	}
	.kf-timeline .kf-time>.body {
		top: -5px;
		font-size: 0.90em;
		width: 170px;
	}
	.kf-timeline .kf-time .photo img {
		height: 50px;
		width: auto;
	}
	.kf-timeline .kf-time:last-child {
		height: 10px;
	}
	.btn-show, a.btn-show {
		font-size: 1em;
		line-height: 1.6;
		padding: 0.2em 2.0em;
	}
	.btn-more {
		margin: 10px 10%;
	}
}
@media screen and (min-width: 1000px) {
	.br-pc { display: block; }
	.br-sp { display: none; }
}
@media screen and (max-width: 1000px) {
	.br-pc { display: none; }
	.br-sp { display: block; }
}

.poster-size {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
	.outline-blur {
		height: 100%; /* 任意サイズ */
	/* 左右だけフェードするマスク */
	-webkit-mask-image: linear-gradient(to right, 
		transparent 0%, 
		black 2%, 
		black 98%, 
		transparent 100%);
		
	mask-image: linear-gradient(to right, 
		transparent 0%, 
		black 2%, 
		black 98%, 
		transparent 100%);
	
	mask-mode: alpha;
	-webkit-mask-mode: alpha;
	}
}

.poster-img {
	width:auto;
	height:100%;
}
@media screen and (max-width: 1023px) {
	.poster-img {
		width:100%;
		height:100%;
	}
}
@media screen and (max-width: 767px) {
	.poster-img {
		width:100%;
		height:auto;
	}
}