/* 40th LP Style 2021-10-29*/
@import url('//fonts.googleapis.com/css2?family=Archivo+Black&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/*
font-family: 'Archivo Black', sans-serif;
font-family: 'Zen Kaku Gothic New', sans-serif;
*/
@import url('//fonts.googleapis.com/css2?family=Chango&display=swap');
/*font-family: 'Chango', cursive;*/

header{
	background: #000;
}
header .cp_logo{
	max-width: 147px;
}
header .cp_logo img{
	width: 100%;
}
footer{
	background: #000;
}
#go_top{
	width: 50px;
	height: 50px;
}
#go_top .genericon{
	font-size: 30px;
}
.genericon-collapse::before{
	background: #f00;
}

.article_wrap h1{
	margin-top: 1em;
	max-width: 800px;
	position: relative;
	color: #000;
	font-size: 30px;
	font-family: 'Archivo Black', sans-serif;
	margin-bottom: .75em;
}

.article_wrap h1::before{
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		height: 10px;
		background-image: repeating-linear-gradient(-45deg, #f00 0px, #f00 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
		background-size: 10px 10px;
		z-index: 1;
	}
	.article_wrap h1 span {
		position: relative;
		z-index: 2;
	}
img{ 
	width: 100%;
}
.article_inner{
	max-width: 800px;
}

.inner_text{
	padding: 1.5em 0;
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;	
}
.inner_text::before{
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: repeating-linear-gradient(-45deg, #f00 0px, #f00 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 10px 10px;
	z-index: 1;
}
.inner_text h2{
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.inner_text h2.main__tit{
	font-family: 'Chango', cursive;
	font-size: 2rem;
	text-align: center;
}
.inner_text h3{
	font-family: 'Chango', cursive;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.5;
}
.inner_text h2 span{
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -3px;
}
.inner_text h2.main__tit span{
	font-size: 2.4rem;
	color: #f00;
	letter-spacing: 1px;
}
.inner_text h2.main__tit span:nth-child(2){
	color: #4cd137;
}
.inner_text h2.main__tit span:nth-child(3){
	color: #0984e3;
}
.inner_text h4, .inner_text p{
	font-size: 18px;
	line-height: 1.6;
}
.inner_text p.coming{
	text-align: center;
}
.inner_text.prog p{
	padding: 0 2em;
}

.fes_img{
	max-width: 560px;
	margin: 1em auto;
}

@media (max-width: 640px){
	.inner_text {
		padding: 1em;
	}
	.inner_text h2{
		font-size: 1.2rem;
		text-align: left;
	}
	.inner_text h2 span{
		font-size: 1.5rem;
	}
	.inner_text h3{
		font-size: 1.35rem;
	}
	.inner_text h4,.inner_text p{
	font-size: 16px;
	}
	.inner_text.prog p{
		padding: 0 1em;
	}

}

.font-ss{font-size: .77em;}
.txt-r{text-align:right;}
.fc_red{color:#f00;}