@charset "UTF-8";
/* CSS Document */


h2 {
	font-size: clamp(1.9rem, 4vw, 3.2rem);
	font-weight: 400;
	margin: 2em 0;
}

section:first-of-type p strong {
	font-weight: 400;
}

section:nth-of-type(2) {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

section:nth-of-type(2) h3 strong {
	border-bottom: solid 1px #000;
}

section:nth-of-type(2) ul {
	display: flex;
	flex-wrap: wrap;
}

section:nth-of-type(2) li {
	width: 50%;
	aspect-ratio: 3 / 1;
	position: relative;
}

section:nth-of-type(2) ul a {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
	font-size: 3.6rem;
}

section:nth-of-type(2) ul a[href="licensing/"] {
	background: #d5c59e url("../images/type_licensing.png") no-repeat right top;
	background-size: contain;
}

section:nth-of-type(2) ul a[href="sales-agency/"] {
	background: #d1bae3 url("../images/type_sales-agency.png") no-repeat right top;
	background-size: contain;
}

section:nth-of-type(2) ul a[href="events/"] {
	background: #a7c4eb url("../images/type_events.png") no-repeat right top;
	background-size: contain;
}

section:nth-of-type(2) ul a[href="originalbrand/"] {
	background: #e5b0b3 url("../images/type_originalbrand.png") no-repeat right top;
	background-size: contain;
}

section:nth-of-type(2) ul i {
	display: inline-block;
	height: 100%;
	aspect-ratio: 5 / 9;
	text-indent: -9999px;
}

section:nth-of-type(2) ul a[href="licensing/"] i {
	background: url("../images/type_1.png") no-repeat left top;
	background-size: contain;
}

section:nth-of-type(2) ul a[href="sales-agency/"] i {
	background: url("../images/type_2.png") no-repeat left top;
	background-size: contain;
}

section:nth-of-type(2) ul a[href="events/"] i {
	background: url("../images/type_3.png") no-repeat left top;
	background-size: contain;
}

section:nth-of-type(2) ul a[href="originalbrand/"] i {
	background: url("../images/type_4.png") no-repeat left top;
	background-size: contain;
}

section:nth-of-type(2) ul strong {
	font-weight: 400;
	line-height: 2.6;
	color: #000;
	display: inline-block;
	vertical-align: bottom;
	font-size: min(calc((94vw - 17.2rem) * 2.9 / 100), 3.3rem);
}


@media screen and (max-width: 800px) {

	section:nth-of-type(2) ul {
		display: block;
	}

	section:nth-of-type(2) li {
		width: calc(100% - (37.5vw - 180px));
		max-width: 100%;
		aspect-ratio: auto;
		margin: 0 auto;
		height: clamp(9rem, 15vw, 10.7rem);
		min-height: 8rem;
	}

	section:nth-of-type(2) ul a {
		max-width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	section:nth-of-type(2) ul strong {
		font-size: clamp(1.8rem, 2.8vw, 3.6rem);
		margin-left: 0.2em;
	}
}


@media screen and (max-width: 600px) {

}