@charset "UTF-8";
/* ---------------------------------------
  協賛企業
-----------------------------------------*/
@media screen and (max-width: 767px) {
	.p-sponsors .l-header .inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.p-sponsors .l-header .logo_wrap {
		position: static;
	}
	.p-sponsors .l-header .logo_wrap .logo {
		width: 6rem;
		height: 6rem;
	}
	.p-sponsors .l-header .logo_wrap .logo img {
		width: 4.3rem;
	}
	.p-sponsors .l-header .logo_wrap .date {
		display: none;
	}
}
.p-sponsors-mv-wrap {
	display: -ms-grid;
	display: grid;
	place-content: center;
	padding-top: 6rem;
	height: 42rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-mv-wrap {
		padding-top: 0;
		height: 44rem;
	}
	.p-sponsors-mv-wrap .c-wrap {
		padding: 0;
	}
}
.p-sponsors-mv-wrap .ttl {
	width: 16rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-mv-wrap .ttl {
		width: 20rem;
	}
}
.p-sponsors-sec {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-sec {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
}
.p-sponsors-sec:first-of-type {
	padding-top: 0;
}
.p-sponsors-sec:last-of-type {
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-sec .c-wrap {
		padding: 0 3rem;
	}
}
.p-sponsors-sec__title {
	position: relative;
	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;
	height: 4rem;
	background-color: #F00;
	color: #fff;
	margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-sec__title {
		height: 8rem;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 2.4rem;
		margin-bottom: 6.5rem;
	}
}
.p-sponsors-sec__title-en {
	font-family: "BIZ UDMincho", serif;
	font-size: 3rem;
	letter-spacing: 0.15em;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-sponsors-sec__title-en {
		font-size: 5rem;
	}
}
.p-sponsors-sec__title-jp {
	font-size: 1.5rem;
	position: absolute;
	right: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-sponsors-sec__title-jp {
		font-size: 2.8rem;
		position: static;
	}
}
.p-sponsors-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-sponsors-list .item a {
	display: block;
}
.p-sponsors-list.-dream {
	gap: 6rem 8rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-list.-dream {
		gap: 7rem;
	}
}
.p-sponsors-list.-dream .item {
	width: 42rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-list.-dream .item {
		width: 63rem;
	}
}
@media screen and (min-width: 768px) {
	.p-sponsors-list.-dream .item:first-of-type {
		width: 100%;
	}
	.p-sponsors-list.-dream .item:first-of-type a {
		width: 42rem;
		margin: auto;
	}
}
.p-sponsors-list.-gold {
	gap: 6rem;
}
.p-sponsors-list.-gold .item {
	width: 28rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-list.-gold .item {
		width: 42rem;
	}
}
.p-sponsors-list.-silver {
	gap: 4rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-list.-silver {
		gap: 5rem;
	}
}
.p-sponsors-list.-silver .item {
	width: 21rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-list.-silver .item {
		width: 31.5rem;
	}
}
.p-sponsors-list.-general {
	gap: 4rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-list.-general {
		gap: 5rem;
	}
}
.p-sponsors-list.-general .item {
	width: 17.6rem;
}
@media screen and (max-width: 767px) {
	.p-sponsors-list.-general .item {
		width: 31.5rem;
	}
}
/*# sourceMappingURL=sponsors.css.map */