@charset "utf-8";


/*====================================================================

　top

====================================================================*/

#contents a:link {
		color: #313131;
	}
#contents a:visited {
	color: #313131;
}
#contents a:hover {
	color: #888;
	text-decoration: underline;
}

#mainvisual_cover {
	position: relative;
	margin-bottom: 60px;
}

/*
mainvisual
---------------------------------------------------------*/

#mainvisual {
	position: relative;
	z-index: 1;
}
	.mainvisual_inner {
		height: 800px;
		overflow: hidden;
	}
.maincatch {
	position: absolute;
	top: 45%;
	left: 15%;
	z-index: 1;
	margin: auto;
}
	.maincatch p {
		margin: 0;
		color: #fff;
		font-size: 4.2rem;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.05em;
		text-shadow: 0 0 5px rgba(0,0,0,0.6);
		/*text-align: center;*/
	}
.fadeInUp { 
	animation: fadeInUp 1s ease 0s 1 normal;
}
@keyframes fadeInUp { 
	0% { opacity: 0; transform: translateY(60px); }
	40%{ opacity: 0; }
	70%{ opacity: 0.5; }
	100% { opacity: 1; transform: translateY(0); }
} 
@-webkit-keyframes fadeInUp { 
	0% { opacity: 0; -webkit-transform: translateY(60px); }
	40%{ opacity: 0; }
	70%{ opacity: 0.5; }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@media screen and (max-width: 1240px) {
	.mainvisual_inner {
		height: 650px;
	}
}
@media screen and (max-width: 1024px) {
	.mainvisual_inner {
		height: 500px;
	}
	.maincatch {
		left: 15%;
	}
		.maincatch p {
			font-size: 3rem;
		}
}
@media screen and (max-width: 768px) {
	#mainvisual_cover {
		margin-bottom: 40px;
	}
	#mainvisual {
		padding: 0;
	}
		.mainvisual_inner {
			height: 360px;
		}
			.mainvisual_inner img {
				object-fit: cover;
				width: 100%;
				height: 100%
			}
	.maincatch {
		left: 10%;
	}
		.maincatch p {
			font-size: 1.9rem;
		}
	#slick-slide01 .maincatch  {
		top: 10%;
		right: 7%;
		left: auto;
		min-width: 90px;
	}
	.mainslider .slick-dots {
		bottom: 15px;
	}
		.mainslider .slick-dots li {
			margin: 0 3px;
		}
				.mainslider .slick-dots li button:before {
					font-size: 1.2rem;
				}
}

/*
pickup
---------------------------------------------------------*/

#pickup {
	position: absolute;
	left: 0;
  right: 0;
  margin: auto;
	bottom: -20px;
	z-index: 1;
	padding: 0 6px 20px 5px;
	width: 1100px;
	background-color: #fff;
}
	#pickup li {
		padding: 10px 5px 0 5px;
	}
		#pickup li a:hover {
			opacity: .7;
		}
.pickup_slider {
  display: none;
	opacity: 0;
  transition: opacity .5s ease;
}
.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
	opacity: 1;
}

/* slick-prev, slick-next */
#pickup .slick-prev,
#pickup .slick-next {
	font-size: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	transition: all .3s ease;
	text-align: center;
	width: 36px;
	transform: translate(-50%, -50%);
}
#pickup .slick-prev {
	left: 50%;
}
#pickup .slick-next {
	right: 50%;
}
#pickup .slick-prev:hover,
#pickup .slick-next:hover {
	opacity: .7;
}
#pickup .slick-prev {
	left: 13px;
	z-index: 1;
}
#pickup .slick-next {
	right: 0;
	margin-right: -24px;
}
#pickup .slick-prev:before, 
#pickup .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #fff;
	display: block;
	font-size: 2.2rem;
	line-height: 36px;
	width: 36px;
	height: 36px;
	background-color: #313131;
	text-align: center;
}
#pickup .slick-prev:before {
	content: "\f104";
}
#pickup .slick-next:before {
	content: "\f105";
}

/* slick-dots */
.slick-dots {
	position: absolute;
	width: 100%;
	margin: 0;
	text-align: center;
}
	#pickup .slick-dots li {
		position: relative;
		display: inline-block;
		margin: 0 3px;
		padding: 0;
		cursor: pointer;
	}
		.slick-dots li:after {
			display: none;
		}
			.slick-dots li button {
				font-size: 0;
				line-height: 0;
				display: block;
				padding: 5px;
				cursor: pointer;
				color: transparent;
				border: 0;
				outline: none;
				background: transparent;
			}
			.slick-dots li button:before {
				font-size: 1.2rem;
				line-height: 15px;
				position: absolute;
				top: 0;
				left: 0;
				width: 15px;
				height: 15px;
				font-family: "メイリオ", Meiryo;
				content: '●';
				color: #ddd;
			}
			.slick-dots li.slick-active button:before, 
			.slick-dots li button:hover:before {
				color: #2275b8;
			}

@media screen and (max-width: 1240px) {
	#pickup {
		width: 80%;
	}
}
@media screen and (max-width: 1024px) {
	#pickup .slick-prev {
		left: -13px;
	}
	#pickup .slick-next {
		margin-right: -49px;
	}
}

/*
important
---------------------------------------------------------*/

.important {
	margin-bottom: 60px;
	background-color: #fef3f3;
	border: 2px solid #e57f7f;
	border-radius: 3px;
}
	#contents .important a {
		position: relative;
		display: block;
		padding: 0 40px 0 20px;
		text-decoration: none;
	}
	.important a:before {
		position: absolute;
		top: -5px;
		right: 20px;
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		color: #e54949;
		font-size: 2rem;
		font-weight: 700;
	}
	.important h2 {
		margin-right: 1em;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
		width: 8em;
		float: left;
		background-color: #e54949;
		border-radius: 3px;
		text-align: center;
	}
	.important p {
		color: #e54949;
		font-weight: 700;
		transition: opacity .3s;
	}
	.important a:hover p {
		opacity: .8;
		text-decoration: underline;
	}
@media screen and (max-width: 1024px) {
	.important {
		margin-bottom: 30px;
	}
		.important a {
			padding: 0 30px 0 10px;
		}
		.important a:before {
			right: 10px;
		}
		.important h2 {
			display: block;
			margin-top: 1em;
			font-size: 1.2rem;
			float: none;
		}
		.important p {
			margin-top: 0;
		}
}

/*
topblock
---------------------------------------------------------*/

.topblock {
	margin-bottom: 60px;
}
	.topblock h2 {
		margin-bottom: .7em;
		font-size: 3rem;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.05em;
		text-align: center;
	}
		.topblock h2 .en {
			display: block;
			color: #2275b8;
			font-family: 'Roboto Condensed';
			font-size: 2rem;
		}
	.topblock .lead {
		margin: 0.5em 0;
		text-align: center;
	}
@media screen and (max-width: 768px) {
	.topblock {
		margin-bottom: 30px;
	}
		.topblock h2 {
			font-size: 2.3rem;
		}
			.topblock h2 .en {
				font-size: 1.2rem;
			}
}

#tokyo2020_bnr {
	margin-bottom: 60px;
	padding: 0 10px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#tokyo2020_bnr {
		margin-bottom: 30px;
	}
}

/*
top_event
---------------------------------------------------------*/

.slick-track {
	display: flex;
}
.slick-slide {
	height: auto;
}
.top_event ul {
	margin: 0;
}
	.top_event .slick-track li {
		margin: 10px 15px;
		width: 280px;
		background-color: #fff;
		transition: all .3s ease;
	}
	.top_event li:after {
		display: none;
	}
	.top_event .slick-track li:hover {
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.top_event .slick-track li a {
		display: block;
	}
	#contents .top_event .slick-track li a:hover {
		text-decoration: none;
	}
	.top_event .slick-track li a:hover {
		text-decoration: none;
	}
		.top_event li .pic {
			height: 210px;
			background-color: #eee;
			overflow: hidden;
		}
		.top_event li .pic {
			background: url(../img/common/pic_default03.jpg) no-repeat 50% 50%;
			background-size: cover;
		}
			.top_event li .pic img {
				object-fit: cover;
				width: 100%;
				height: 100%
			}
			.top_event li a .pic img {
				opacity: 1;
			}
		.top_event li .text {
			position: relative;
			padding: 20px;
		}
			.top_event li .text h3 {
				color: #313131;
				font-size: 1.5rem;
				font-weight: 700;
				line-height: 1.4;
			}
			.top_event li .text .date {
				margin: 5px 0 0 0;
				color: #616161;
				font-size: 1.3rem;
			}
			.top_event li .text .tag {
				position: absolute;
				top: -20px;
				padding: 3px;
				color: #fff;
				font-size: 1.2rem;
				font-weight: 700;
				line-height: 1.3;
				width: 8em;
				background-color: #2275b8;
				border-radius: 3px;
				text-align: center;
			}

/* slick-prev, slick-next */
.top_event .slick-prev,
.top_event .slick-next {
	font-size: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	transition: all .3s ease;
	text-align: center;
	width: 60px;
	transform: translate(-50%, -50%);
}
.top_event.slick-prev {
	left: 50%;
}
.top_event .slick-next {
	right: 50%;
}
.top_event .slick-prev:hover,
.top_event .slick-next:hover {
	opacity: .7;
}
.top_event .slick-prev {
	left: 60px;
	z-index: 1;
}
.top_event .slick-next {
	right: 0;
}
.top_event .slick-prev:before, 
.top_event .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #2275b8;
	display: block;
	font-size: 2.2rem;
	line-height: 60px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 2px solid #2275b8;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}
.top_event .slick-prev:before {
	content: "\f104";
}
.top_event .slick-next:before {
	content: "\f105";
}

/* slick-dots */
.slick-dots {
	position: absolute;
	width: 100%;
	margin: 0;
	text-align: center;
}
	.top_event .slick-dots li {
		position: relative;
		display: inline-block;
		margin: 0 3px;
		padding: 0;
		cursor: pointer;
	}
@media screen and (max-width: 768px) {
	.top_event li .pic {
		height: 160px;
	}
	.top_event .slick-prev,
	.top_event .slick-next {
		width: 40px;
	}
	.top_event .slick-prev:before, 
	.top_event .slick-next:before {
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.top_event .slick-prev {
		left: 40px;
	}
	.top_event .slick-dots {
		bottom: -10px;
	}
}

/*
top_news
---------------------------------------------------------*/

.top_info_cover {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
	.top_news {
		width: 65%;
	}

/* tab */
.tab {
	display: table;
	width: 90%;
	z-index: 1;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 5px 0;
}
	.tab li {
		display: table-cell;
		padding: 8px 10px 10px 10px;
		color: #888;
		font-size: 1.3rem;
		font-weight: 700;
		background-color: #f4f4f2;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-radius: 3px 3px 0 0;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		cursor: pointer;
		transition: color .3s ease;
	}
	.tab li:hover {
		color: #313131;
	}
	.tab li.select {
		color: #313131;
		background-color: #fff;
	}
	.hide {
		display: none;
	}

/* more02 */
.more02 {
	font-size: 1.3rem;
	text-align: right;
}
	.more02 a {
		position: relative;
		padding-left: 1.5em;
	}
	.more02 a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f0c9";
		font-weight: 700;
		color: #888;
		position: absolute;
		left: 0;
		transition: color .3s ease;
	}

/* news_list */
.news_list {
	border-top: 1px solid #ddd;
}

/* top_result */
.top_result {
	margin: 0;
	width: 30%;
}
.top_result_inner {
	padding: 0 20px 20px 20px;
	border: 1px solid #ddd;
	border-top: 3px solid #2275b8;
	text-align: center;
}
	.top_result h3 {
		margin: 1em 0;
		font-size: 1.8rem;
		font-weight: 700;
	}
	.top_result a:hover {
		text-decoration: none;
	}
	.top_result .result_tit {
		padding: 1em;
		background-color: #f4f4f2;
		border-radius: 3px;
	}
		.top_result .result_tit .title {
			margin: 0;
			font-size: 1.4rem;
			font-weight: 700;
			line-height: 1.4;
		}
		.top_result .result_tit .date {
			margin: 0;
			color: #616161;
			font-size: 1.3rem;
		}
	.top_result .score {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
		.top_result .score p {
			margin: .7em 0 .2em 0;
			font-size: 1.3rem;
			line-height: 1.4;
			width: 33.333%;
			text-align: center;
		}
		.top_result .score .score_num {
			font-size: 2.8rem;
			font-weight: 700;
		}
			.top_result .score .score_num .win {
				color: #e04a4a;
			}
	#contents .top_result .text_btn {
		display: inline-block;
		margin-top: 1em;
		padding: 3px 20px;
		color: #fff;
		font-size: 1.3rem;
		width: 100%;
		background-color: #2275b8;
		border: 2px solid #2275b8;
		border-radius: 30px;
		text-align: center;
		transition: all .3s ease;
	}
	#contents .top_result a:hover .text_btn {
		color: #2275b8;
		background-color: #fff;
		text-decoration: none;
	}

@media (max-width: 1024px) {
	.top_news {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.top_info_cover {
		display: block;
	}
		.tab li {
			padding: 5px;
			font-size: 1.3rem;
		}
		.top_news {
			margin-right: -10px;
			margin-left: -10px;
			width: auto;
		}
			.more02 {
				margin: .5em 10px;
			}
		.top_result {
			margin-top: 20px;
			width: 100%;
		}
			.top_result h3 {
				margin: .5em 0;
				font-size: 1.6rem;
			}
}

/*
quicknav
---------------------------------------------------------*/

#quicknav {
	padding: 70px 0;
	background: url(../img/top/bg_image.jpg) no-repeat 50% 50%;
	background-size: cover;
}
	#quicknav ul {
		display: flex;
		justify-content: center;
	}
		#quicknav ul li {
			margin: 10px;
			font-size: 1.5rem;
			font-weight: 700;
			line-height: 1.3;
			text-align: center;
		}
		#quicknav ul li:after {
			display: none;
		}
			#quicknav ul li a {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 180px;
				height: 180px;
				background-color: #fff;
				border-radius: 50%;
				box-shadow: 0 0 5px rgba(0,0,0,0.1);
			}
			#quicknav ul li a:hover {
				color: #fff;
				text-decoration: none;
				background-color: #2275b8;
				box-shadow: 0 0 10px rgba(0,0,0,0.2);
			}
			#quicknav ul li span {
				position: relative;
				padding-top: 75px;
			}
			#quicknav ul li span:before {
				display: block;
				position: absolute;
				top: 0;
				content: "";
				width: 100%;
				height: 75px;
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: 65px;
				transition: all .3s ease;
			}
			#quicknav ul li.quicknav01 span:before { background-image: url(../img/top/ico_quicknav01.png); }
			#quicknav ul li.quicknav02 span:before { background-image: url(../img/top/ico_quicknav02.png); }
			#quicknav ul li.quicknav03 span:before { background-image: url(../img/top/ico_quicknav03.png); }
			#quicknav ul li.quicknav04 span:before { background-image: url(../img/top/ico_quicknav04.png); }
			#quicknav ul li.quicknav05 span:before { background-image: url(../img/top/ico_quicknav05.png); }
			#quicknav ul li.quicknav06 span:before { background-image: url(../img/top/ico_quicknav06.png); }
			/* hover */
			#quicknav ul li.quicknav01 a:hover span:before { background-image: url(../img/top/ico_quicknav01_hv.png); }
			#quicknav ul li.quicknav02 a:hover span:before { background-image: url(../img/top/ico_quicknav02_hv.png); }
			#quicknav ul li.quicknav03 a:hover span:before { background-image: url(../img/top/ico_quicknav03_hv.png); }
			#quicknav ul li.quicknav04 a:hover span:before { background-image: url(../img/top/ico_quicknav04_hv.png); }
			#quicknav ul li.quicknav05 a:hover span:before { background-image: url(../img/top/ico_quicknav05_hv.png); }
			#quicknav ul li.quicknav06 a:hover span:before { background-image: url(../img/top/ico_quicknav06_hv.png); }
	
@media (max-width: 1240px) {
	#quicknav ul li {
		font-size: 1.3rem;
	}
	#quicknav ul li a {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 1024px) {
	#quicknav {
		padding: 30px 0;
	}
	#quicknav ul {
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
	#quicknav ul li {
		font-size: 1.2rem;
	}
	#quicknav ul li a {
		width: 130px;
		height: 130px;
	}
}
@media (max-width: 480px) {
	#quicknav ul li {
		margin: 5px;
		font-size: 1.1rem;
		font-weight: 500;
	}
	#quicknav ul li a {
		width: 100px;
		height: 100px;
	}
		#quicknav ul li span {
			padding-top: 50px;
		}
		#quicknav ul li span:before {
			height: 50px;
			background-size: 45px;
		}
}

/*
faq_area
---------------------------------------------------------*/

.faq_area {
	width: 50%;
}
.faq_area h2 {
	margin-bottom: .8em;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
}
	.faq_area ul {
		margin: 0;
		border-top: 1px solid #ddd;
	}
	.faq_area li {
		padding: .8em 0;
		border-bottom: 1px solid #ddd;
	}
	.faq_area li:last-child {
		margin-bottom: 0;
	}
	.faq_area li:after {
		display: none;
	}
	.faq_area .fap_q {
		position: relative;
		margin: 0;
		padding-right: 2em;
		font-size: 1.5rem;
		cursor: pointer;
	}
	.faq_area .fap_q .q {
		margin-right: .5em;
		color: #e64545;
	}
	.faq_area .fap_q:before {
		position: absolute;
		right: 5px;
		content: "\f107";
		font-family: "Font Awesome 5 Free";
		color: #888;
		font-weight: 700;
		transition: all .3s;
	}
	.faq_area .fap_q.close:before {
		transform: rotate(180deg);
	}
	.faq_area .faq_a {
		display: none;
	}
		.faq_area .faq_a p {
			margin: .5em 0 0 0;
			color: #515151;
			font-size: 1.4rem;
			line-height: 1.6;
		}

/* top_bnr */
.top_bnr {
	width: 45%;
}
.top_bnr ul.slide {
	margin: 0;
}
	.top_bnr ul.slide li {
		padding-bottom: 10px;
		width: 50%;
		float: left;
	}
	.top_bnr ul.slide li:after {
		display: none;
	}
	.top_bnr ul.slide li:nth-child(odd) {
		padding-right: 5px;
	}
	.top_bnr ul.slide li:nth-child(even) {
		padding-left: 5px;
	}
		.top_bnr ul.slide li img {
			width: 100%;
			border: 1px solid #ddd;
			transition: opacity .3s ease;
		}
		.top_bnr ul.slide li a:hover img {
			opacity: .7;
		}
.top_bnr ul.slide li.gred img {
	width: auto;
	border: none;
}

/* slick-prev, slick-next */
.top_bnr .slick-prev,
.top_bnr .slick-next {
	font-size: 0;
	position: absolute;
	bottom: -15px;
	display: block;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	transition: all .3s ease;
	text-align: center;
}
.top_bnr .slick-prev:hover,
.top_bnr .slick-next:hover {
	opacity: .7;
}
.top_bnr .slick-prev {
	left: 38%;
	z-index: 1;
}
.top_bnr .slick-next {
	right: 37%;
}
.top_bnr .slick-prev:before, 
.top_bnr .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #ccc;
	display: block;
	font-size: 2.2rem;
	line-height: 1.5em;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
}
.top_bnr .slick-prev:before {
	content: "\f104";
}
.top_bnr .slick-next:before {
	content: "\f105";
}

/* slick-dots */
.top_bnr .slick-dots {
	position: static;
	font-size: 1rem;
	width: auto;
}
.top_bnr .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.faq_area {
		width: 57%;
	}
	.top_bnr {
		width: 40%;
	}
}
@media (max-width: 768px) {
	.faq_area {
		margin-right: -10px;
		margin-left: -10px;
		width: auto;
	}
		.faq_area h2 {
			margin: 0 10px .5em 10px;
			font-size: 1.8rem;
		}
		.faq_area .fap_q {
			margin: 0 10px;
		}
		.faq_area .faq_a p {
			margin: .5em 10px 0 10px;
		}
	.top_bnr {
		margin-top: 20px;
		width: 100%;
	}
		.top_bnr ul.slide li {
			padding-bottom: 4px;
		}
			.top_bnr ul.slide li:nth-child(odd) {
				padding-right: 2px;
			}
			.top_bnr ul.slide li:nth-child(even) {
				padding-left: 2px;
			}
}



