@charset "utf-8";

/* bnr_list
---------------------------------------- */
.bnr_list {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	gap: min(3vw, 12px) 2%;
}
.bnr_list:first-child {
	margin-top: 0;
}
.bnr_list:last-child {
	margin-bottom: 0;
}

.bnr_list+.bnr_list {
	margin-top: min(3vw, 12px);
}

.bnr_list li {
	width: 100%;
}

.bnr_list li a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
}

@media screen and (min-width:641px) {
	.bnr_list li {
		width: 49%;
	}
	#sideArea .bnr_list li {
		width: 100%;
	}
}

/* official
---------------------------------------- */
.official li a {
	min-height: 3em;
	padding: 0.75em 0.5em;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}

.official .icon {
	width: 90%;
	padding-left: 2em;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.official .icon::before {
	content: "";
	width: 1.6em;
	height: 1.6em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.official li a .icon span {
	font-family: Arial, Helvetica, "sans-serif";
	display: inline-block;
}

/* .official_youtube a {
	background: #ff0000;
} */

.official_x a {
	background: #000;
}

.official_facebook a {
	background: #1877f2;
}

.official_instagram a {
	background: #d4006a;
}

.official_line a {
	background: #00b900;
}

.official_tiktok a {
	background: #000;
}

/* .official_youtube .icon::before {
	background: url("../../img/2026/common/ico_youtube.png") no-repeat;
	background-size: contain;
} */

.official_x .icon::before {
	background: url("../../img/2026/common/ico_x.png") no-repeat;
	background-size: contain;
}

.official_facebook .icon::before {
	background: url("../../img/2026/common/ico_facebook.png") no-repeat;
	background-size: contain;
}

.official_instagram .icon::before {
	background: url("../../img/2026/common/ico_insta.png") no-repeat;
	background-size: contain;
}

.official_line .icon::before {
	background: url("../../img/2026/common/ico_line.png") no-repeat;
	background-size: contain;
}

.official_tiktok .icon::before {
	background: url("../../img/2026/common/ico_tiktok.png") no-repeat;
	background-size: contain;
}

@media print,
screen and (min-width:460px) {
	.official li a {
		font-size: 1em;
	}
}

@media print,
screen and (min-width:641px) {
	.official li a .icon span {
		display: inline;
	}
}

@media print,
screen and (min-width:1001px) {
	.official li a {
		font-size: 1.125em;
	}
}