@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#guidelines .prof dl {
	width: 460px;
	margin-right: 45px;
	border-bottom: 1px solid #cfb230;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}
#guidelines .prof dl::before {
	content: "";
	display: inline-block;
	background: url("../img/icon05.png") no-repeat center / 100% auto;
	width: 44px;
	height: 31px;
	position: absolute;
	right: -43px;
	bottom: -1px;
}
#guidelines .prof dl dt {
	white-space: nowrap;
	text-shadow: 7px 7px 10px #000;
	font-weight: 600;
	font-family: var(--font-tangerine);
	font-size: 54px;
}
#guidelines .prof dl dt span {
	position: relative;
	display: inline-block;
}
#guidelines .prof dl dt span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ffff4e 0%, #a06814 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "Fan Mark　";
	text-shadow: none;
}
#guidelines .prof dl dd {
	font-size: 110%;
	padding-bottom: 25px;
	padding-right: 30px;
}
#guidelines .prof dl:nth-of-type(2) dt span::before {
	content: "Streaming Tag　";
}
#guidelines .prof dl:nth-of-type(3) dt span::before {
	content: "Fan Name　";
}
#guidelines .prof dl:nth-of-type(4) dt span::before {
	content: "Fan Art　";
}
#guidelines .img_area .img {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 50px;
	background: url("../img/frame_lr2.png") no-repeat left center, url("../img/frame_lr2.png") no-repeat right center, url("../img/frame_tb2.png") no-repeat center top, url("../img/frame_tb2.png") no-repeat center bottom;
}
#guidelines .attentions::before {
	background: #1a202c;
}
#guidelines .attentions::after {
	content: "";
	background: url(../img/bg01.png) no-repeat top right / 100%;
	width: 250px;
	height: 214px;
	position: absolute;
	top: 0;
	right: 50px;
	z-index: -1;
}
#guidelines .attentions .line_bg {
	position: relative;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-top: -122px;
	margin-bottom: 122px;
}
#guidelines .attentions .line_bg::before {
	content: "";
	background: url("../img/line01.png") repeat-x bottom left/contain;
	position: absolute;
	width: 100vw;
	height: 23px;
}
	@media only screen and (max-width: 1150px) {
		#guidelines .attentions .line_bg {
			margin-left: -25px;
		}
		#guidelines .attentions .line_bg::before {
			min-width: 1150px;
		}
	}
#guidelines .attentions h2.sub {
	white-space: nowrap;
	text-shadow: 7px 7px 10px #000;
	font-weight: 600;
	font-family: var(--font-tangerine);
	margin-bottom: 30px;
}
#guidelines .attentions h2.sub span {
	position: relative;
	display: inline-block;
}
#guidelines .attentions h2.sub span::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: linear-gradient(90deg, #ffff4e 0%, #a06814 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	content: "Attention　";
	text-shadow: none;
}
#guidelines .attentions ul:first-of-type {
	margin-bottom: 80px;
}
#guidelines .attentions ul li {
	padding-left: 20px;
	background: url("../img/icon03.png") no-repeat left top 10px;
	margin-bottom: 40px;
	font-size: 110%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#guidelines .prof dl {
		width: calc(50% - 60px);
		margin-bottom: 15px;
	}
	#guidelines .prof dl dt {
		font-size: 35px;
	}
	#guidelines .prof dl dd {
		padding-right: 0;
		padding-bottom: 15px;
		font-size: 100%;
	}
	#guidelines .img_area .img {
		width: 100%;
		padding: 30px;
		background-size: auto calc(100% - 30px), auto calc(100% - 30px), calc(100% - 30px) auto, calc(100% - 30px) auto;
	}
	#guidelines .attentions .line_bg {
		margin-top: -72px;
		margin-bottom: 72px;
	}
	#guidelines .attentions ul:first-of-type {
		margin-bottom: 50px;
	}
	#guidelines .attentions ul li {
		margin-bottom: 20px;
		font-size: 105%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#guidelines .prof dl {
		width: calc(100% - 44px);
	}
	#guidelines .img_area .img {
		padding: 15px;
		background-size: auto calc(100% - 15px), auto calc(100% - 15px), calc(100% - 15px) auto, calc(100% - 15px) auto;
	}
	#guidelines .attentions::after {
		width: 150px;
		height: 140px;
		right: 20px;
	}
	#guidelines .attentions .line_bg {
		margin-top: -62px;
		margin-bottom: 62px;
	}
}