:root {
	--var-w: 2048px;
	--var-h: 1364px;
	--var-w-aspect: calc(100% / var(--var-w));
	--var-h-aspect: calc(100% / var(--var-h));
}
body {
	margin: 0;
	padding: 0;
	background-color:#000;
	color: #fff;
	font-weight: 600;
}
.sp {
	display: none;
}
.container {
	background:url(../img/okushizu_main_back.png) center top no-repeat;
	background-size: contain;
	width: 100vw;
	overflow: hidden;
	position: relative;
	aspect-ratio: 2048 / 1365;
}
.logo {
        background: url(../img/logo-okushizu.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 3.3%;
        left: 40%;
        transform: translateX(-50%);
        width: 5%;
        height: calc(5% * 0.75);
        animation: rotateAction 3s linear infinite normal;
}
@keyframes rotateAction {
        0% { transform: translateX(-50%) rotateY(0deg);}
        40% {transform: translateX(-50%) rotateY(0deg);}
        60% { transform: translateX(-50%) rotateY(360deg); }
        100% { transform: translateX(-50%) rotateY(360deg); }
}
.date {
	position: absolute;
	top: 25.2%;
	left: 12%;
}
.ground {
	position: absolute;
	top: 29%;
	left: 12%;
}
.score {
	position: absolute;
	top: 32.7%;
	left: 14.5%;
	height: 6.5%;
	font-size: 36px;
	display: flex;
	align-items: center;
}
.score > div {
	display: inline-block;
	padding: 0 5px;
}
.possesion {
	position: absolute;
	top: 24%;
        left: 33.3%;
	width: 26.5%;
	display: flex;
	gap: 3%;
}
.possesion > div {
	display: inline-block;
	width: 50%;
}
.possesion .label {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	width: 50%;
}
.possesion .value {
	display: inline-block;
	font-size: 20px;
	text-align: right;
	width: calc(50% - 10px);
}
.possesion_bar {
	position: absolute;
	top: 27.3%;
	left: 33.3%;
	width: 26.7%;
	height: 1.4%;
}
.possesion_bar .home {
	display:inline-block;
	width: 48%;
	height: 100%;
}
.possesion_bar .away {
	position: absolute;
	display: inline-block;
	width: 48%;
	height: 100%;
	right: 0;
}
.possesion_bar .home .bar {
	background-color:#aea;
	height: 100%;
}
.possesion_bar .away .bar {
	background-color:#eaa;
	height: 100%;
}
.pass_home,
.pass_away {
	position: absolute;
	font-size: 18px;
        top: 36.3%;
        left: 43%;
	width: 3%;
	height: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pass_away {
        top: 40.3%;
}
.type {
        position: absolute;
        display: inline-block;
        font-size: 16px;
        top: 24.7%;
        left: 74.5%;
	height: 4%;
}
.type > div {
	height: 50%;
	display: flex;
	align-items: center;
}
.type .label {
	display: inline-block;
	font-size: 13px;
	margin-right: 30px;
}
.type img {
	height: 70%;
	vertical-align: middle;
	padding-right: 10px;
}
.pass_success {
        position: absolute;
        display: inline-block;
        font-size: 20px;
        line-height: 1.7em;
        top: 31%;
        left: calc(var(--var-w-aspect) * 1533px);
}
.pos_time {
        position: absolute;
        display: inline-block;
        font-size: 20px;
        line-height: 1.7em;
        top: 36.5%;
        left: calc(var(--var-w-aspect) * 1533px);
}
.type_list {
        position: absolute;
        display: inline-block;
        font-size: 20px;
        line-height: 2.1em;
        top: calc(var(--var-h-aspect) * 735px);
        left: calc(var(--var-w-aspect) * 1428px);
	height: 32%;
}
.type_list ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	height: 100%;
}
.type_list li {
	width: 200px;
	height: 12.5%;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1300px) {
	.type_list {
		font-size: 14px;
	}
}

.pdflink {
	position: absolute;
	top: 40px;
	right: 20px;
}
.pdflink a {
	display: block;
	width: 200px;
	border: 1px solid #719DC4;
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	color:#fff;
	padding: 5px;
/*	background-color:#060F26;*/
	background: url(../img/linkbtn_back.png) center center no-repeat;
	background-size: cover;
}
.pdflink a:hover {
	background-color: #4EBEF4;
}
.backlink {
	display: block;
	width: 300px;
	height: 80px;
	line-height: 77px;
/*	border: 1px solid #719DC4;
	border-radius: 100px;*/
	text-align: center;
	text-decoration: none;
	color:#fff;
	font-size: 24px;
	font-weight: 800;
	padding: 5px;
/*	background-color:#060F26;*/
	position: absolute;
/*	bottom:30px;*/
	top: 90%;
	left: 50%;
	transform: translateX(-50%);
/*        background: url(../img/linkbtn_back.png) center center no-repeat;*/
	background: url(../img/btn_back1.png) center center no-repeat;
        background-size: cover;
/*        animation: linkAction1 5s infinite normal;*/
	text-shadow: 3px 3px 3px #033;
}
@keyframes linkAction1 {
        0%,50%,100% {
/*                opacity: 1;
		color:#fff;*/
		width: 300px;
		heigh: 80px;
        }
	25%,75% {
/*		opacity: 0.7;
		color:#ddd;*/
		width: 310px;
		height: 83px;
	}
}
/*.backlink:hover {
	background-color: #4EBEF4;
}*/
.heatmap {
	position: absolute;
	top: 51%;
	left: 7.5%;
	width: 14%;
	height:28%;
	perspective: 1000px;
	transform: rotate(90deg);
}
.heatmap img {
	width: 100%;
	height: 100%;
	transform: rotateY(-20deg);
	opacity: 0.8;
}
.heatmap.default {
	transform: none;
	perspective: unset;
	width: 19%;
	height: 21.5%;
	top: 54.5%;
	left: 5%;
}
.heatmap.default img {
	transform: none;
}
.menu {
	position: absolute;
	top: 13%;
	left: 0;
	width: 100vw;
	padding: 0 2.8%;
	height: 50px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	display: flex;
}
.menu ul li {
	--var-w: 150px;
	width: var(--var-w);
	height: calc(63px / 200px * var(--var-w));
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	color:#fff;
	align-content: center;
        background: url(../img/btn_base.png) center center no-repeat;
        background-size: contain;
}
.menu ul li a:hover {
	opacity: 0.6;
}
/*
.teamstylebtn {
	position: absolute;
	top: 12.55%;
	left: 12%;
	width: 10.3%;
	height: 5.6%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.teamstylebtn a {
	display: block;
	width: 100%;
	height: 100%;
}
.teamstylebtn a:hover {
	background: url(../img/btn_base.png) center center no-repeat;
	background-size:contain;
}
.analysis {
	position: absolute;
	top: 12.55%;
	left: 22.3%;
	width: 10.5%;
	height: 5.6%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.analysis a {
	display: block;
	width: 100%;
	height: 100%;
}
.analysis a:hover {
        background: url(../img/menu_btn_3.png) center center no-repeat;
        background-size:contain;
}
.highlight {
        position: absolute;
        top: 12.55%;
        left: 32.8%;
        width: 9.5%;
        height: 5.6%;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
}
.highlight a {
	display: block;	
	width: 100%;
	height: 100%;
}
.highlight a:hover {
        background: url(../img/menu_btn_4.png) center center no-repeat;
        background-size:contain;
}
*/
.video {
	position: absolute;
	top: 59%;
	left: 83.2%;
	width: 23%;
	height: 19.5%;
	transform: translateX(-50%);
	background-color:rgba(204,204,204,0.3);
}
.video video {
	width: 100%;
	height: 100%;
}
.teamstyle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:rgba(51, 51, 80, 0.95);
	border: 4px solid #aaa;
	border-radius: 3px;
	width: 400px;
	display:none;
}
.teamstyle.active {
	display: block;
}
.teamstyle .caption {
	text-align: center;
	font-size: 24px;
	color:#aaa;
}
.teamstyle ul {
	list-style: none;
	padding: 20px;
	margin: 0;
}
.teamstyle ul li {
	position: relative;
	padding: 0 10px;
	height: 3em;
	line-height: 3em;
	font-size: 20px;
	border-bottom: 1px solid #666;
}
.teamstyle ul li:last-child {
	border-bottom: none;
}
.teamstyle img{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 50px;
	vertical-align: middle;
}
.teamstyle .close {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.teamstyle .close:hover {
	color:#ddd;
}

@media only screen and (max-width: 1300px) {
	.date {
		font-size: 12px;
	}
	.ground {
		font-size: 12px;
	}
	.score {
		font-size: 14px;
	}
	.type {
		font-size: 13px;
	}
	.possesion .label{
		font-size: 12px;
	}
	.possesion .value {
		font-size: 16px;
	}
        .type_list {
                font-size: 14px;
        }
}
