@charset "UTF-8";

/*

template.css

*/




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

sponsors_fixed.php

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

#sponsors_fixed {
	background: #ffffff;
}

#sponsors_fixed .con {
	padding: 80px 4%;
}

#sponsors_fixed .sponsor_list .top .h2_ttl {
	margin: 0 0 40px;
}

#sponsors_fixed .sponsor_list .bottom .h2_ttl {
	margin: 0 0 40px;
}

#sponsors_fixed .h2_ttl span {
	display: block;
	text-align: center;
	font-size: 6vw;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	color: #313131;
}

#sponsors_fixed .h2_ttl h2 {
	text-align: center;
	font-size: 3vw;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
	color: #313131;
}

#sponsors_fixed .sponsor_list .top {
	margin: 0 0 160px;
}

#sponsors_fixed .sponsor_list .top .special_sponsor {
	width: 60%;
	margin: 0 auto;
}

#sponsors_fixed .sponsor_list .top a {
	display: block;
}

#sponsors_fixed .sponsor_list .top img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s;
}

#sponsors_fixed .sponsor_list .top a:hover img {
	opacity: 0.7;
}


#sponsors_fixed .sponsor_list .bottom ul li {
	margin: 0 0 80px;
}

#sponsors_fixed .sponsor_list .bottom ul li:last-of-type {
	margin: 0;
}

#sponsors_fixed .sponsor_list .bottom ul li .size1 {
	width: 25%;
	margin: 0 auto;
}

#sponsors_fixed .sponsor_list .bottom ul li .size2 {
	width: 40%;
	margin: 0 auto;
}

#sponsors_fixed .sponsor_list .bottom ul li .size3 {
	width: 55%;
	margin: 0 auto;
}

#sponsors_fixed .sponsor_list .bottom ul li .size4 {
	width: 20%;
	margin: 0 auto;
}

#sponsors_fixed .sponsor_list .bottom ul li a {
	display: block;
}

#sponsors_fixed .sponsor_list .bottom ul li img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	transition: all 0.3s;
}

#sponsors_fixed .sponsor_list .bottom ul li a:hover img {
	opacity: 0.7;
}


@media (min-width: 768px) {

	#sponsors_fixed .con {
		padding: 120px 8%;
	}

	#sponsors_fixed .sponsor_list .top .h2_ttl {
		margin: 0 0 80px;
	}

	#sponsors_fixed .h2_ttl span {
		font-size: 5vw;
	}

	#sponsors_fixed .h2_ttl h2 {
		font-size: 2.5vw;
	}

	#sponsors_fixed .sponsor_list .top .special_sponsor {
		width: 40%;
	}

	#sponsors_fixed .sponsor_list .bottom ul {
	  	display:flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	#sponsors_fixed .sponsor_list .bottom ul li {
		flex-basis: 50%;
		margin: 0;
		padding: 40px 0;
	}

	#sponsors_fixed .sponsor_list .bottom ul li .size1 {
		width: 40%;
	}
	
	#sponsors_fixed .sponsor_list .bottom ul li .size2 {
		width: 64%;
	}
	
	#sponsors_fixed .sponsor_list .bottom ul li .size3 {
		width: 88%;
	}

	#sponsors_fixed .sponsor_list .bottom ul li .size4 {
		width: 32%;
	}

}


@media (min-width: 1024px) {

	#sponsors_fixed .h2_ttl span {
		font-size: 4vw;
	}

	#sponsors_fixed .h2_ttl h2 {
		font-size: 2vw;
	}

	#sponsors_fixed .sponsor_list .bottom ul li .size1 {
		width: 30%;
	}
	
	#sponsors_fixed .sponsor_list .bottom ul li .size2 {
		width: 48%;
	}
	
	#sponsors_fixed .sponsor_list .bottom ul li .size3 {
		width: 66%;
	}

	#sponsors_fixed .sponsor_list .bottom ul li .size4 {
		width: 24%;
	}
    
}




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

others_cup_fixed.php

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

#others_cup {
	background: #DAE5DF;
}

#others_cup .con {
	padding: 80px 4%;
}

#others_cup .h2_ttl {
	margin: 0 0 80px;
}

#others_cup .h2_ttl h2 {
	text-align: center;
	font-size: 6vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
}

#others_cup .others_cup_list ul li {
	margin: 0 0 80px;
	text-align: center;
}

#others_cup .others_cup_list ul li:last-of-type {
	margin: 0;
}

#others_cup .others_cup_list ul li a {
	display: inline-block;
	transition: all 0.3s;
}

#others_cup .others_cup_list ul li a:hover {
	opacity: 0.7;
}

#others_cup .others_cup_list ul li img {
	display: block;
	max-width: 120px;
	height: auto;
	margin: 0 auto;
}

#others_cup .others_cup_list ul li.gym img {
	max-width: 200px;
}

#others_cup .others_cup_list ul li.judo img {
	max-width: 150px;
}


@media (min-width: 768px) {

	#others_cup .con {
		padding: 120px 8%;
	}

	#others_cup .h2_ttl h2 {
		font-size: 5vw;
	}

	#others_cup .others_cup_list ul {
		display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
	  	-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#others_cup .others_cup_list ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0;
	}

	#others_cup .others_cup_list ul li img {
		width: 80%;
	}

}


@media (min-width: 1024px) {

	#others_cup .h2_ttl h2 {
		font-size: 4vw;
	}

	#others_cup .others_cup_list ul li img {
		width: 100%;
	}
    
}