

#VISUAL .cont {
position: relative;
}
#VISUAL .catch {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
background-image: url("../img/top_bg.png");
background-position: bottom;
background-repeat: repeat-x;
}
#VISUAL .txt1 {
transition: opacity 1s ease;
transition-delay: 1s;
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
opacity: 0;
}
#VISUAL .txt2 {
transition: opacity 1s ease;
transition-delay: 2s;
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
opacity: 0;
}
.init #VISUAL .txt1 {
opacity: 1;
}

.init #VISUAL .txt2 {
/*初期値　透明*/
opacity: 1;
}

#VISUAL .catch .txt1 img {
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 0%;
top: 50%;
width: 200%;
height: auto;
}

#VISUAL .catch .txt2 img {
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 100%;
top: 97%;
width: 200%;
height: auto;
}


#VISUAL .image {
/*background-color: black;*/
width: 100%;
}
#VISUAL .image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
opacity: 1;
}



@media (min-width: 768px) {
	#VISUAL .catch {
	height: 520px;
	/*background-color: red;*/
	background-image: url("../img/top_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	}
	#VISUAL .image {
	box-sizing: border-box;
	position: relative;
	height: 520px;
	}
	#VISUAL .image img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	}
	#VISUAL .image .img1 {
	right: 0;
	}

	.init #VISUAL .txt1{
	top: 0px;
	}
	.init #VISUAL .txt2{
	top: 0px;
	/*background-color: black;*/
	}
	.init #VISUAL .txt1 img{
	width: 100%;
	height: auto;
	}

	.init #VISUAL .catch .txt2 img {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 100%;
	top: 93%;
	width: 200%;
	height: auto;
	}
}
@media (min-width: 1280px) {
	#VISUAL .image {
	padding-top: 40%;
	height: auto;
	}
	#VISUAL .catch {
	padding-top: 40%;
	height: auto;
	}
}




#NEWS {
position: relative;
background-color: #fff;
}
#NEWS .cont {
position: relative;
padding: 40px 0 0 0;
z-index: 2;
}

#NEWS .hed {
position: relative;
padding: 0 0 50px 0;
z-index: 1;
margin-bottom: 50px;
}

#NEWS .red {
position: relative;
padding: 0 0 30px 0;
margin: 0 10px 0 10px;
z-index: 1;
background-color: #f4bcc8;
margin-bottom: 50px;
}

#NEWS .red h2{
font-weight: 700;
font-size: 5.8vw;
color: #ff0000;
padding-top: 30px;
}

#NEWS h2 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 5.8vw;
text-align: center;
color: #e13e41;
margin-bottom: 20px;
}

#NEWS dl {
margin: 0 20px 30px 20px;
border-bottom: solid 1px #666;
}

#NEWS dt {
margin-bottom: 5px;
font-weight: 900;
font-size: 4.0vw;
text-align: center;
}

#NEWS dd {
margin-bottom: 15px;
font-size: 3.467vw;
line-height: 5.333vw;
margin: 0 0 10px 0;
}

#SPONSOR {
padding-top: 30px;
padding-bottom: 40px;
position: relative;
text-align: center;
width: 100%; /*幅指定*/
background-color: #f4e4d9;
}
#SPONSOR h2{
font-size: 18px;
margin-bottom: 5px;
}
#SPONSOR .bnrG{
margin-bottom: 20px;
}
#SPONSOR .bnrG img{
width: 300px;
height: auto;
margin: 0 0 5px 0;
}
#SPONSOR .bnrB img{
width: 150px;
height: auto;
margin: 0 0 5px 0;
}

@media (min-width: 768px) {
	#NEWS .cont {
	padding: 0;
 	display: flex;
  	justify-content: center;
	}
	#NEWSBOX{
	width: calc( 100% - 300px );
	margin: 0 auto;
	max-width: 900px;
	padding-top: 50px;
	}
	#NEWS .hed {
	position: relative;
	display: inline-block;
	z-index: 1;
	}
	#NEWS .hed h2 {
	font-size: 16px;
	text-align: left;
	max-width: 900px;
	}
	
	#NEWS .red {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0;
	margin: 0 0 50px 0;
	}
	#NEWS .red h2 {
	font-size: 20px;
	text-align: left;
	max-width: 900px;
	}
	
	
	#NEWS dl{
	border-bottom: solid 1px #666;
	width: 900px;
	padding-top: 10px;
	margin: 0 0 20px 0;
	}
	#NEWS dt {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	}
	
	#NEWS dd {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 150px;
	font-size: 14px;
	line-height: 1.59;
	max-width: 750px;
	}
	
	
	#NEWS .red dl{
	border-bottom: solid 1px #666;
	width: 840px;
	padding-top: 10px;
	}
	#NEWS .red dt {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	}
	#NEWS .red dd {
	text-align: left;
	margin-bottom: 10px;
	margin-left: 150px;
	font-size: 14px;
	line-height: 1.59;
	max-width: 650px;
	}
	
	#SPONSOR {
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
	right: -5px;
	text-align: center;
	width: 300px; /*幅指定*/
	background-color: #f4e4d9;
	}
	#SPONSOR h2{
	font-size: 16px;
	}
	#SPONSOR .bnrG img{
	width: 244px;
	height: auto;
	margin: 0 0 5px 0;
	}
	#SPONSOR .bnrB img{
	width: 122px;
	height: auto;
	margin: 0 0 5px 0;
	}

}



