@charset "UTF-8";
/* **********************************************
	リンク集ページスタイル
	
	スマホ(max-width: 768px)
	タブレット（min-width: 768px）and(max-width:960px)
	PC（min-width: 960px）
	
 ********************************************** */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	本文エリア
 ================================================= */
#wrapper .contents {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 70px 0px 0px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	NEWSエリア
 ================================================= */
#wrapper .linksArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .linksArea {
		max-width: 860px;
	}
}
/* 見出し */
.linksArea .mds {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.linksArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	color: #d64045;
	white-space: nowrap;
}
.linksArea .mds h1 .h2-jp {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #939393;
	white-space: nowrap;
	letter-spacing: 0.0125em;
}
.linksArea .mds p {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 60px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
	white-space: nowrap;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.linksArea .mds {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	.linksArea .mds h1 {
		font-size: 48px;
		font-weight: 500;
		line-height: 60px;
		color: #d64045;
	}
	.linksArea .mds h1 .h2-jp {
		margin: 0px auto;
		padding: 0px;
		font-size: 16px;
		font-weight: 400;
		line-height: 21px;
		color: #939393;
		letter-spacing: 0.0125em;
	}
	.linksArea .mds p {
		margin: 60px auto 30px;
		padding: 0px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
	}
}
/* =================================================
	各リンクエリア
 ================================================= */
#group,
#artist,
#onlineshop,
#social {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto 0px;
	padding: 0px 0px 30px;
}
#group h2,
#artist h2,
#onlineshop h2,
#social h2 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 10px 0px 10px 30px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75em;
	color: #231815;
	border-top: 3px double #d64045;
	position: relative;
}
#group h2::after,
#artist h2::after,
#onlineshop h2::after,
#social h2::after {
	font-family: "Font Awesome 6 Free"; /* ここ超重要！ */
	font-weight: 900; /* solidアイコンなら 900、regularは400 */
	content: "\f6be";
	width: 20px;
	height: auto;
	display: block;
	margin: auto;
	padding: 0px;
	text-align: left;
	font-size: 20px;
	line-height: 1.75em;
	color: #1e22aa;
	position: absolute;
	top: 10px;
	left: 0;
}
#group .grid-box,
#artist .grid-box,
#onlineshop .grid-box,
#social .grid-box {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 0px;
	padding: 0px 0px 40px;
}
#group ul,
#artist ul,
#onlineshop ul,
#social ul {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 10px;
	padding: 15px 15px 20px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
	list-style: none;
	border: 1px solid #d64045;
	border-radius: 0px 30px 0px 30px;
}
#group ul li,
#artist ul li,
#onlineshop ul li,
#social ul li {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.65em;
	color: #333;
}
#group ul li.name,
#artist ul li.name,
#onlineshop ul li.name,
#social ul li.name {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75em;
	color: #d64045;
}
#group ul li.name i,
#artist ul li.name i,
#onlineshop ul li.name i,
#social ul li.name i {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.75em;
}
#group ul li.url a,
#artist ul li.url a,
#onlineshop ul li.url a,
#social ul li.url a {
	width: 100%;
	height: auto;
	display: block;
	margin: 10px auto 0px;
	padding: 7px 0px;
	border-top: 1px dotted #d64045;
	border-bottom: 1px dotted #d64045;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	color: #d64045;
	text-decoration: none;
	transition: all 0.3s ease;
}
#group ul li.url a:hover,
#artist ul li.url a:hover,
#onlineshop ul li.url a:hover,
#social ul li.url a:hover {
	color: #fff;
	background: rgba(214,64,69,1);
	border-top: 1px solid #d64045;
	border-bottom: 1px solid #d64045;
}
#group ul li.copy,
#artist ul li.copy,
#onlineshop ul li.copy,
#social ul li.copy {
	padding: 15px 0px 0px;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
}
#group ul li.copy a,
#artist ul li.copy a,
#onlineshop ul li.copy a,
#social ul li.copy a {
	color: #1e22aa;
}
#group ul li.copy a:hover,
#artist ul li.copy a:hover,
#onlineshop ul li.copy a:hover,
#social ul li.copy a:hover {
	text-decoration: none;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#group,
	#artist,
	#onlineshop,
	#social {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px;
		padding: 0px 0px 40px;
	}
	#group h2,
	#artist h2,
	#onlineshop h2,
	#social h2 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 20px 0px 20px 36px;
		text-align: left;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.75em;
		color: #231815;
		border-top: 3px double #d64045;
		position: relative;
	}
	#group h2::after,
	#artist h2::after,
	#onlineshop h2::after,
	#social h2::after {
		font-family: "Font Awesome 6 Free"; /* ここ超重要！ */
		font-weight: 900; /* solidアイコンなら 900、regularは400 */
		content: "\f6be";
		width: 20px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0px;
		text-align: left;
		font-size: 24px;
		line-height: 1.75em;
		color: #1e22aa;
		position: absolute;
		top: 20px;
		left: 0;
	}
	#group .grid-box,
	#artist .grid-box,
	#onlineshop .grid-box,
	#social .grid-box {
		width: 100%;
		height: auto;
		display: grid;	/* 全体中央寄せのリストは左寄せ */
		grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
		gap: 10px;
		justify-content: flex-start;
		margin: 0px auto 0px;
		padding: 0px 0px 40px;
	}
	#group ul,
	#artist ul,
	#onlineshop ul,
	#social ul {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 20px 20px 30px;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
		list-style: none;
		border: 1px solid #d64045;
		border-radius: 0px 30px 0px 30px;
	}
	#group ul li,
	#artist ul li,
	#onlineshop ul li,
	#social ul li {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.65em;
		color: #333;
	}
	#group ul li.name,
	#artist ul li.name,
	#onlineshop ul li.name,
	#social ul li.name {
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.75em;
		color: #d64045;
	}
	#group ul li.name i,
	#artist ul li.name i,
	#onlineshop ul li.name i,
	#social ul li.name i {
		font-size: 24px;
		font-weight: 400;
		line-height: 1.75em;
	}
	#group ul li.url a,
	#artist ul li.url a,
	#onlineshop ul li.url a,
	#social ul li.url a {
		width: 100%;
		height: auto;
		display: block;
		margin: 10px auto;
		padding: 7px 0px;
		border-top: 1px dotted #d64045;
		border-bottom: 1px dotted #d64045;
		text-align: center;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.5em;
		color: #d64045;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	#group ul li.url a:hover,
	#artist ul li.url a:hover,
	#onlineshop ul li.url a:hover,
	#social ul li.url a:hover {
		color: #fff;
		background: rgba(214,64,69,1);
		border-top: 1px solid #d64045;
		border-bottom: 1px solid #d64045;
	}
	#group ul li.copy,
	#artist ul li.copy,
	#onlineshop ul li.copy,
	#social ul li.copy {
		padding: 15px 0px 0px;
		text-align: left;
		font-size: 13px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
	}
	#group ul li.copy a,
	#artist ul li.copy a,
	#onlineshop ul li.copy a,
	#social ul li.copy a {
		color: #1e22aa;
	}
	#group ul li.copy a:hover,
	#artist ul li.copy a:hover,
	#onlineshop ul li.copy a:hover,
	#social ul li.copy a:hover {
		text-decoration: none;
	}
}