/* 7Days 202403 CSS　Ver.1.0.0 */
main img {
	width: 100%;
	height: auto;
}
#main-content {
	margin-top: -1px;
	background: linear-gradient(0deg, #fff 0%, #555 70%, #101010 95%) no-repeat #fff;
}
section:not(:first-of-type) {
	margin-top: 30px;
}
.ev-read {
	padding-top: 30px;
	color: rgb(255, 255, 255);
}
.ev-read-txt {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bolder;
}
.ev-present-inner {
	background-color: rgba(255, 255, 255, 1.0);
	border: 2px solid rgba(219, 15, 24, 1.0);
}
.ev-present-title {
	width: 40%;
	padding: 8px;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(219, 15, 24, 1.0);
	display: flex;
	align-items: center;
	justify-content: center;
}
.ev-present-detail {
	width: 60%;
	padding: 15px;
}
.ev-present-title h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.pre-detail-txt {
	width: 73%;
}
.pre-detail-ph {
	width: 25%;
}
.pre-detail-ph img {
	width: 80%;
}
.ev-conte-box:not(:first-of-type) {
	margin-top: 30px;
}
.ucar-7days-link {
	padding-top: 30px;
	text-align: center;
}
.ucar-7days-link a, 
.ucar-7days-link a:visited {
	font-size: 28px;
	font-weight: bold;
	color: rgba(74, 74, 74, 1.0);
	text-shadow: 1px 2px 4px rgba(0,0,0,0.25);
}
.ucar-7days-link a:hover {
	color: rgba(12, 12, 12, 1.0);
}
.ucar-7days-link a span {
	padding-bottom: 4px;
	font-size: 18px;
	vertical-align: middle;
}
.fighters {
	margin-bottom: 30px;
}
.tenpo-link {
	padding: 120px 0 160px;
}
a.netz-btn-02, 
a.netz-btn-02:visited {
	max-width: 520px;
	margin: 0 auto;
	padding: 0.8em 1.2em;
	font-size: 1.65em;
	font-weight: bold;
	text-align: center;
	color: rgba(0, 114, 186, 1.0);
	border: 2px solid rgba(0, 114, 186, 1.0);
	border-radius: 20px;
	display: block;
}
a.netz-btn-02:hover {
	color:rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 114, 186, 1.0);
}

.confetti canvas {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0.55;
}




/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	.pre-detail-ph img {
		width: 100%;
	}

}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	section:not(:first-of-type) {
		margin-top: 20px;
	}
	.ev-read-txt {
		padding: 0 20px 15px;
		font-size: 15px;
		letter-spacing: -0.01em;
	}
	.ev-present-inner {
		border: 3px solid rgba(219, 15, 24, 1.0);
	}
	.ev-present-title {
		width: 100%;
		padding: 8px;
	}
	.ev-present-detail {
		width: 100%;
		padding: 15px;
	}
	.ev-present-title h3 {
		font-size: 30px;
		line-height: 1.4;
	}
	.pre-detail-txt {
		width: 68%;
		letter-spacing: -0.01em;
	}
	.pre-detail-ph {
		width: 30%;
	}
	.pre-detail-ph img {
		width: 100%;
	}
	.ucar-7days-link {
		margin-top: 40px;
	}
	.ucar-7days-link a, 
	.ucar-7days-link a:visited {
		font-size: 20px;
	}
	.tenpo-link {
		padding: 60px 0 80px;
	}
	a.netz-btn-02, 
	a.netz-btn-02:visited {
		max-width: 85%;
		font-size: 1.35em;
	}
	
	.confetti canvas {
		opacity: 0.15;
	}


}
