@media only screen and (max-width: 1200px) {
	.sp {
		display: inline-block;
	}
	.container {
		background: url(../img/back_okushizu_sp.png) center top no-repeat;
		background-size: contain;
		aspect-ratio: 941 / 1672;
	}
	.pdflink a {
		width: 100px;
		font-size: 16px;
		padding: 5px 20px;
	}
	.menu {
		top: 10%;
		padding: 0 7.6%;
	}
	.logo {
		top: 5.8%;
		left: 13%;
	}
	.date {
		top: 17.9%;
		left: 25%;
		font-size: 24px;
	}
	.ground {
		top: 20.3%;
		left: 25%;
		font-size: 24px;
	}
	.score {
		font-size: 32px !important;
		top: 22.5%;
		left: 45%;
		height: 3.5%;
	}
	.possesion_bar {
		top: 31.55%;
		left: 10.7%;
		width: 78.4%;
		height: 1.0%;
	}
	.possesion_bar .home {
		width: 49%;
	}
	.possesion_bar .away {
		width: 49%;
	}
	.possesion {
		top: 30%;
		left: 10.7%;
		width: 78.4%;
	}
        .possesion .value {
                font-size: 24px;
        }
	.pass_home, .pass_away {
		top: 38.3%;
		left: 36%;
		width: 6%;
		font-size: 24px;
	}
	.pass_away {
		top: 41.8%;
	}
	.type {
		top: 38.5%;
		left: 66.5%;
		height: 2.7%;
	}
	.pass_success {
		font-size: 24px;
		top: 42.1%;
		left: 66%;
	}
	.pos_time {
		font-size: 24px;
		top: 45.2%;
		left: 66%;
	}
/*
        .heatmap {
		top: 57%;
		left: 50%;
		width: 50%;
		height: 14%;
		transform: translateX(-50%);
		perspective: initial;
	}
*/
	.heatmap {
		top: 58%;
		left: 50%;
		width: 34%;
		height: 12%;
		transform: translateX(-50%);
		perspective: initial;
	}
	.video {
		top: 78.7%;
		left: 50%;
		width: 31%;
		height: 9.5%;
		border-radius: 10px;
		overflow: hidden;
	}
	.type_list {
		top: 77.4%;
		left: 10%;
		height: 9.4%;
		width: 80%;
	}
	.type_list ul {
		display: flex;
		flex-wrap: wrap;
	}
	.type_list ul li {
		width: 50%;
		height: 25%;
		flex-basis: 50%;
		font-size: 22px;
	}
	.teamstylebtn {
		width: 17%;
		height: 3%;
		top: 10%;
		left: 23.5%;
	}
	.analysis {
		width: 17%;
		height: 3%;
		top: 10%;
		left: 40.6%;
	}
	.highlight {
		width: 16%;
		height: 3%;
		top: 10%;
		left: 57.5%;
	}
	.teamstyle .close {
		width: 100px;
		border: 1px solid #ccc;
		border-radius: 40px;
		text-align: center;
		font-size: 24px;
		margin: 0 auto 20px auto;
		padding: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.pdflink a {
		font-size: 12px;
		padding: 5px;
	}
}
