@charset "UTF-8";

.voice {
	width: 800px;
	max-width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}
 .main {
	    margin-top: 50px;
}
.moviebox video {
	max-width: 100%;
}
.raceitem {
	display: flex;
}
.reportcontent figure {
	margin: 0 1em 1em 0;
	width: 40%;
}
.reportcontent .voice-text {
	width: 60%;
}
@media print,
screen and (max-width: 768px) {
	.PCimg {
		display: none !important
	}

	.SPimg {
		display: block !important
	}

	.scrl {
		overflow: scroll;
	}


	.icon {
		top: 1em;
		left: auto;
		right: 2em;
	}

	#head.active {
		opacity: 1;
		z-index: 20;
	}

	.headlist {
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		text-align: center;
	}

	.headlist div {
		width: 100%;
		font-size: 7vw;
		padding: 20px;
	}

	.headlist a {
		color: #004ba5;
	}

	#main h1 {
		top: auto;
		bottom: 6vw;
		max-width: 40vw;
	}

	.bighead {
		font-size: 50px;
	}

	.newsInner {
		padding: 100px 0;
		justify-content: center;
	}

	#news .bighead {
		width: 100%;
		margin-bottom: 30px;
	}

	.news-flx {
		width: 100%;
	}

	.newsitem {
		width: 48%;
	}

	.newslink {
		width: 80%;
	}

	.profileInner {
		clip-path: none;
	}

	.proftxt {
		width: 80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#profile .bighead {
		width: 100%;
		text-align: center;
	}

	.snslink {
		justify-content: center;
	}

	.ball-areaInner {
		flex-wrap: wrap;
		padding: 50px 0;
	}

	.ball-item a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ball-item figure {
		width: 50%;
		margin-right: 5%;
	}

	.contactInner a {
		flex-wrap: wrap;
	}

	.contacttxt {
		width: 100%;
		padding: 50px 0 80px;
		clip-path: polygon(0 0, 100% 0%, 100% 73%, 0% 100%);
	}

	.line01 {
		display: none;
	}

	.ball-item {
		width: 100%;
		margin: 0;
	}

	#gallery.ball-item {
		margin-top: 10%;
	}

	#main {
		position: relative;
		clip-path: polygon(0 0, 100% 0%, 100% 164vw, 0% 100%);
	}

	.nlogo img {
		max-width: 36vw;
	}


}