@charset "utf-8";

.main-content .top-set {
	overflow: hidden;
}

.main-content .top-set #slider {
	float: left;
	width: 50%;
	position: relative;
}

.main-content .top-set #slider .list .item img {
	width: 100%;
	height: auto;
}

.main-content .top-set #slider .button {
	position: absolute;
	top: calc(50% - 11px);
	width: 18px;
	height: 22px;
	margin-top: inherit;

	background: inherit;
}

.main-content .top-set #slider .button.prev {
	left: 12px;
}

.main-content .top-set #slider .button.next {
	right: 12px;
}

.main-content .top-set #slider .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	opacity: 1;

	background-image: url(../images/top/slider_circle_off.png);
}

.main-content .top-set #slider .swiper-pagination-bullet-active {
	background-image: url(../images/top/slider_circle_on.png);
}

.main-content .top-set .page-title {
	padding: 1.6% 3.6% 4%;
	margin: 0 auto;
	width: 50%;
	box-sizing: border-box;
}

.main-content .top-set .page-title img {
	width: 100%;
	height: inherit;
	;
}

.main-content .top-set .fujiq {
	text-align: center;
}

.main-content .top-set .fujiq .logo {
	display: inline-block;
	box-sizing: border-box;
	padding: 5vw 0 1vw;

	width: 40%;
}

.main-content .top-set .fujiq .logo img {
	width: 100%;
}

.main-content .thumbs {
	width: 95%;
	overflow: hidden;
	margin: 0 auto ;
}

.main-content .thumbs .thumb {
	float: left;
	position: relative;
	margin: 10px 5px 0;
	padding-bottom: 50px;

	width: calc(50% - 10px);
	background-color: #111;
}


.main-content .thumbs .thumb.center {
	float:inherit;
	position: inherit;
	margin: 0 auto;
	width: calc(70% - 10px);
}

.main-content .thumbs .thumb.center.thumb-topmargin {
	margin-top: 50px;
}

.main-content .thumbs .thumb .date {
	position: relative;
	overflow: hidden;
	height: 50px;
	letter-spacing: -0.05em;
}

.main-content .thumbs .thumb .date .year {
	position: absolute;
	left: 16px;
	top: 12px;

	color: #0092b1;
	font-size: 20px;
	font-family: 'Play', sans-serif;
}

.main-content .thumbs .thumb .date .day {
	text-align: center;
	color: #eaff00;
	line-height: 100%;
	font-size: 48px;
	font-family: 'Play', sans-serif;
}

.main-content .thumbs .thumb .date .day.many {
	margin-top: 12px;
	font-size: 26px;
}

.main-content .thumbs .thumb .date .day.many2 {
	margin-top: 4px;
	font-size: 40px;
}

.main-content .event_end .thumb .date .day,
.main-content .thumbs.event_end .thumb .date .year {
	color: #18839a !important;
}

.main-content .thumbs .thumb .date .tsmall {
	font-size: 60%;
	margin-left: 5px;
}

.main-content .event_end .thumb {
	background-color: #346476;
}

.main-content .thumbs .end_live {
	width: 65%;
	padding: 10px;
	background-color: #346476;
	font-size: 140%;
	font-family: 'Play', sans-serif;
	color: #FFF;
	margin: 0 auto 50px;
	text-align: center;
}

.main-content .delay {
	text-decoration: line-through;
}

.main-content .red {
	color: #f00;
}

.main-content .thumbs .thumb.year .date .day {
	color: #0092b1;
}

.main-content .thumbs .thumb .main {
	position: relative;
	overflow: hidden;
}

.main-content .thumbs .thumb .main .image img {
	width: 100%;
	height: inherit;
}

.main-content .thumbs .thumb .main .over-content {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow-y: auto;

	box-sizing: border-box;
	padding: 5%;
	width: 100%;
	height: 100%;

	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

.main-content .thumbs .thumb .main .over-content .title {
	font-size: 16px;
	font-weight: bold;
}

.main-content .thumbs .thumb .main .over-content .text {
	margin-top: 16px;
}

.main-content .thumbs .thumb .main .over-content .buttons {
	margin-top: 12px;
	overflow: hidden;
}

.main-content .thumbs .thumb .main .over-content .buttons .item {
	display: block;
	float: left;
	padding: 12px 0;
	width: 48%;

	text-align: center;

	background-color: #000;
}

.main-content .thumbs .thumb .main .over-content .buttons .item:first-child {
	margin-right: 2%;
		color: #eaff00;
}

.main-content .thumbs .thumb .main .over-content .buttons .item:last-child {
	margin-left: 2%;

	color: #eaff00;
}


.main-content .thumbs .thumb .cover-content {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
}

.main-content .thumbs .thumb.year .cover-content .image {
	margin: 0 auto;
	width: 95%;
}

.main-content .thumbs .thumb.year .cover-content .image .box {
	float: left;
	margin: 3% 0.5% 0;
	width: 99%;
}

.main-content .thumbs .thumb.year .cover-content .image .box img {
	width: 100%;
	height: inherit;
}



.main-content .thumbs .thumb .sns {
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
}

.main-content .thumbs .thumb .sns .item:first-child {
	margin-right: 4px;
}

.main-content .thumbs .thumb .sns .item:last-child {
	margin-left: 4px;
}

.main-content .thumbs .thumb.official .title {
	padding: 22px 0;

	color: #0092b1;
	text-align: center;
	font-size: 24px;
	font-family: 'Play', sans-serif;
}

.main-content .thumbs .thumb.official .list {
	overflow: hidden;
	margin: 5% 4% 0;
}

.main-content .thumbs .thumb.official .list .item {
	display: block;
	float: left;
	margin: 3% 1.5% 0;
	width: 47%;
}

.main-content .thumbs .thumb.official .list .item img {
	width: 100%;
	height: inherit;
	;
}


.sponsors {
	clear: both;
	width: 93%;
	margin: 80px auto ;
	padding: 40px 10px 0 10px ;
	background-color: #FFF;
	text-align: center;
	line-height: 110px;
}

.sponsors .info-title {
	font-size: 34px;
	font-family: 'Play', sans-serif;
	color: #0092b1;
	line-height: 30px;
	padding-bottom: 10px;
}
.sponsors .info-title .small {
	font-size: 16px;
	color: #666;
}

.sponsors a:link {
	margin: 10px 1px;
}
.sponsors a:link img {
	width: 180px;
}

@media screen and (max-width:1340px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 13px;
		font-size: 24px;
	}
}

@media screen and (max-width:1270px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 14px;
		font-size: 20px;
	}
}

@media screen and (max-width:1160px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 15px;
		font-size: 18px;
	}
}

@media screen and (max-width:1110px) {
	.main-content .thumbs .thumb .date .day {
		margin-top: 4px;
		font-size: 40px;
	}

	.main-content .thumbs .thumb.official .title {
		font-size: 20px;
	}
}

@media screen and (max-width:1100px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 16px;
		font-size: 17px;
	}
}

@media screen and (max-width:1050px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 17px;
		font-size: 15px;
	}
}

@media screen and (max-width:1030px) {
	.main-content .thumbs .thumb .date .day {
		margin-top: 6px;
		font-size: 34px;
	}
}

@media screen and (max-width:960px) {
	.main-content .thumbs .thumb .date .day {
		margin-top: 8px;
		font-size: 28px;
	}

	.main-content .thumbs .thumb .date .year {
		left: 12px;
		top: 14px;
		font-size: 16px;
	}

	.main-content .thumbs .thumb.official .title {
		font-size: 18px;
	}
}

@media screen and (max-width:910px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 18px;
		font-size: 13px;
	}
}

@media screen and (max-width:860px) {
	.main-content .thumbs .thumb.official .title {
		font-size: 16px;
	}
}

@media screen and (max-width:840px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 18px;
		font-size: 12px;
	}
}

@media screen and (max-width:800px) {
	#main-visual .top-set #slider {
		float: inherit;
		width: inherit;
	}



	#main-visual .top-set .page-title {
		margin: 30px 0 0;
		float: inherit;
		width: inherit;

		text-align: center;
	}

	.news {
		margin: 20px auto 20px auto;
		width:90%;
		background-color: #cae6ee;
	}

	.news .label {
		width: 100%;
		height: auto;
		color: #000;
		padding: 16px 12px 0 12px;
		font-size: 18px;
		font-family: 'Play', sans-serif;
	}

	.news .text {
		width: 95%;
		padding: 8px 20px 16px 12px;
		font-size: 12px;
		color: #000;
	}

	.news .text a {
		color: #000;
	}

	.news .link {
		position: absolute;
		display: block;
		right: 12px;
		top: calc(50% - 10.5px);

		width: 21px;
		height: 21px;
	}

	.main-content .top-set .page-title img {
		width: 90%;
	}

	.main-content .thumbs {
		/*margin: 1.5% -5px 0;*/
	}

	.main-content .thumbs .thumb.center {
		float:inherit;
		position: inherit;
		margin: 6% 2% 0;
		width: inherit;
	}

	.main-content .thumbs .thumb {
		float: inherit;
		margin: 6% 2% 0;
		padding-bottom: 50px;

		width: inherit;
		height: inherit;
		max-height: inherit;
		min-height: inherit;
	}

	.main-content .thumbs .thumb:first-child {
		margin: 0 2% 0;
	}

	.main-content .thumbs .thumb .date .day {
		margin-top: 2px;
		font-size: 45px;
	}

	.main-content .thumbs .thumb .date .day.many {
		margin-top: 6px;
		font-size: 36px;
	}

	.main-content .thumbs .thumb .date .plus-button {
		position: absolute;
		right: 12px;
		top: 12px;

		width: 25px;
		height: 25px;
		background: url(../images/top/thumb_button_plus.png);
		background-size: cover;
	}

	.main-content .thumbs .thumb .sns .item:first-child {
		margin-right: 12px;
	}

	.main-content .thumbs .thumb .sns .item:last-child {
		margin-left: 12px;
	}

	.main-content .thumbs .thumb.official .main {
		display: none;
	}

	.main-content .thumbs .thumb.official .title {
		font-size: 7vw;
	}

	.main-content .thumbs .thumb.official .date {
		height: inherit;
	}

	.main-content .thumbs .thumb.official .cover-content {
		position: relative;
		top: inherit;
	}

	.main-content .thumbs .thumb.official .list {
		margin: -3% 4% 0;
	}

	.sponsors {
		width: 86%;
		line-height: 60px;
		padding: 20px 10px 10px 10px ;
	}

	.sponsors .info-title {
		font-size: 24px;
	}
	.sponsors a:link {
		margin: 10px 10px;
	}
	.sponsors a:link img {
		width: 40%;
	}
	.main-content .thumbs .end_live {
		width: 90%;
		font-size: 140%;
	}
}

@media screen and (max-width:550px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 11px;
		font-size: 28px;
	}
}

@media screen and (max-width:450px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 13px;
		font-size: 24px;
	}
}

@media screen and (max-width:390px) {
	.main-content .thumbs .thumb .date .day.many {
		margin-top: 13px;
		font-size: 20px;
	}
}
