@charset "UTF-8";


body.game {}

body.game header .logo_verblitz {
	background-image: url(../images/logo_verblitz_white.svg);
}

body.game nav {
	background: #00441b;
}
body.game nav h1 {
	height: 42px;
	background-image: url(../../images/game/nav_title.svg);
}
body.game nav h1 +p {
	color: white;
}
body.game nav ul li {
	color: white;
	padding-right: 50px;
}

body.game main {
	padding-bottom: 0;
	background: #E9E9E7;
}

body.game main .field.host {
	background: #bfa666;
	color: white;
}
body.game main .field.visitor {
	background: #e9e9e7;
	color: #bfa666;
}
body.game main .field.host::before {
	content: 'HOST';
}
body.game main .field.visitor::before {
	content: 'VISITOR';
}

body.game main .score .points .result {
	width: 100%;
	height: 42px;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	text-align: center;
	font-size: 37px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 1px;
	position: relative;
}
body.game main .score .points .result::before {
	content: 'VS';
}
body.game main .score .points .result::before {
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}
body.game main .score .points .result.WIN {
	border-top-color: #BFA666;
	border-bottom-color: #BFA666;
	color: #BFA666;
}
body.game main .score .points .result.WIN::before {
	content: 'WIN';
}
body.game main .score .points .result.LOSE {
	border-top-color: #BFA666;
	border-bottom-color: #BFA666;
	text-shadow: 1px 1px #bfa666, -1px 1px #bfa666, 1px -1px #bfa666, -1px -1px #bfa666;
	color: white;
}
body.game main .score .points .result.LOSE::before {
	content: 'LOSE';
}
body.game main .score .points .result.DRAW {
	border-top-color: #858585;
	border-bottom-color: #858585;
	color: #858585;
}
body.game main .score .points .result.DRAW::before {
	content: 'DRAW';
}


body.game main section#archive {
	padding: 140px 60px 50px;
	background: white;
}
body.game main section#archive .selected {
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
}
body.game main section#archive select {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 0 0 45px;
  padding: 0 34px 0 20px;
  font-size: 11px;
  line-height: 1;
  height: 36px;
  border-radius: 6px;
  background: url(../../images/game/select_triangle.svg) no-repeat center right 12px / auto 5px white;
  border: solid 1px #272727;
}
body.game main section#archive select::-ms-expand {
  display: none;
}

body.game main section {
	/* background: #e9e9e7; */
	padding: 60px 60px 80px;
	position: relative;
}
body.game main section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 1;
	width: calc(100% - 120px);
	height: 0;
	border-top: solid 1px #707070;
}
body.game main section:nth-child(-n+2)::before {
	display: none;
}

body.game main h2 {
	font-size: 30px;
	line-height: 1;
	padding: 0 0 15px;
}
body.game main h2 span {
	display: inline-block;
	font-size: 16px;
	margin: 0 0 0 20px;
}
body.game main article {
	background: white;
	padding: 20px 0;
	margin: 20px 0 0;
}
body.game main article .table {
	display: table;
	width: 100%;
}
body.game main article .table >div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 160px;
}
body.game main article .table .season {
	width: 10.5%;
	border-right: solid 2px #c2c2c2;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}
body.game main article .table .season span {
	display: inline-block;
	font-size: 20px;
	margin: 0 4px;
}
body.game main article .table .season .field {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 800;
	width: 58px;
	margin: 8px auto -8px;
	padding: 4px 0 4px;
}
body.game main article .table .setting {
	width: 21.5%;
	border-right: solid 2px #c2c2c2;
	text-align: left;
	padding-left: 28px;
}
body.game main article .table .setting .date {
	font-size: 47px;
	line-height: 1;
	font-weight: 800;
}
body.game main article .table .setting .date span {
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
}
body.game main article .table .setting .time {
	font-size: 20px;
	line-height: 1;
	font-weight: 800;
	color: #858585;
	margin: 8px 0 0;
}
body.game main article .table .setting .place {
	font-size: 12px;
	line-height: 1.4;
	margin: 12px 0 0;
}
body.game main article .table .setting .place a {
	color: #00441b;
	text-decoration: underline;
}
body.game main article .table .score {
	width: 47.5%;
	border-right: solid 2px #c2c2c2;
	white-space: nowrap;
}
body.game main article .table .score .team {
	display: inline-block;
	vertical-align: middle;
	min-width: 90px;
}
body.game main article .table .score .team.otherteam {
	width: 120px;
	font-size: 14px;
	line-height: 1.4;
	white-space: normal;
}
body.game main article .table .score .team::before {
	content: '';
	display: block;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body.game main article .table .score .team::after {
	white-space: pre;
	display: block;
}
body.game main article .table .score .points {
	display: inline-block;
	vertical-align: middle;
	min-width: 145px;
	margin: 0 20px;
}
body.game main article .table .score .points .point {
	position: relative;
}
body.game main article .table .score .points .point::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 39px;
	z-index: 1;
	width: 10px;
	height: 5px;
	background: #272727;
	transform: translate(-50%, 0);
}
body.game main article .table .score .points .result.\- + .point::before {
	display: none;
}
body.game main article .table .score .points .point span {
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	display: inline-block;
	margin: 12px 0 0;
	min-width: 1.5em;
}
body.game main article .table .score .points .point span:first-child {
	padding-right: 18px;
}
body.game main article .table .score .points .point span:last-child {
	padding-left: 18px;
}
body.game main article .table .link {}
body.game main article .table .link a {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	width: 132px;
	border-radius: 6px;
	padding: 8px 0 7px;
	margin: 5px auto;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
body.game main article .table .link a.report {
	border: solid 2px #00441B;
	color: #00441B;
}
body.game main article .table .link a.report::before {
	content: "試合詳細";
	position: relative;
	z-index: 2;
	transition: 0.2s;
}
body.game main article .table .link a.report::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	width: 0%;
	height: 100%;
	background: #00441B;
	border-radius: 2px;
	transition: left 0.2s 0s, width 0s 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.report:hover {
	color: white;
}
body.game main article .table .link a.report:hover::after {
	width: 100%;
	left: 0;
	transition: left 0s 0s, width 0.2s 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.detail {
	color: #272727;
	font-weight: 500;
	width: auto;
	padding: 2px 25px 2px 5px;
	background: url(../images/icon_exlink.svg) no-repeat center right 0px / auto 80%;border-radius: 0;
	display: inline-block;
}
body.game main article .table .link a.gameinfo {
	background: #00441B;
	color: white;
	border: solid 2px #00441B;
	padding: 6px 0 5px;
}
body.game main article .table .link a.gameinfo::before {
	content: "試合情報";
	position: relative;
	z-index: 2;
	transition: 0.2s;
}
body.game main article .table .link a.gameinfo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	width: 0%;
	height: 100%;
	background: white;
	border-radius: 2px;
	transition: left 0.2s 0s, width 0s 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.gameinfo:hover {
	color: #00441B;
}
body.game main article .table .link a.gameinfo:hover::after {
    background: white;
	width: 100%;
	left: 0;
	transition: left 0s 0s, width 0.2s 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.ticket {
	background: #BFA666;
	color: white;
	border: solid 2px #BFA666;
	padding: 6px 0 5px;
}
body.game main article .table .link a.ticket::before {
	content: "チケット";
	position: relative;
	z-index: 2;
	transition: 0.2s;
}
body.game main article .table .link a.ticket::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	width: 0%;
	height: 100%;
	background: white;
	border-radius: 2px;
	transition: left 0.2s 0s, width 0s 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.ticket:hover {
	color: #BFA666;
}
body.game main article .table .link a.ticket:hover::after {
	width: 100%;
	left: 0;
	transition: left 0s 0s, width 0.2s 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

body.game main .buy_ticket {
	background: #BFA666;
	color: white;
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	border-radius: 6px;
	padding: 19px 0 18px 30px;
	margin: 30px 0 0;
	text-align: center;
	border: solid 2px #BFA666;
	position: relative;
	overflow: hidden;
}
body.game main .buy_ticket::before {
	content: 'チケットの購入について詳しく見る';
	display: inline-block;
	vertical-align: middle;
	background: url(../images/arrow_white.svg) no-repeat center right / contain;
	padding: 0 24px 0 0;
	position: relative;
	z-index: 2;
}
body.game main .buy_ticket::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	width: 0%;
	height: 100%;
	background: white;
	border-radius: 2px;
	transition: left 0.2s 0s, width 0s 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main .buy_ticket:hover {
	color: #BFA666;
}
body.game main .buy_ticket:hover::after {
	width: 100%;
	left: 0;
	transition: left 0s 0s, width 0.2s 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

body.game main .announce {
	background: white;
	color: #272727;
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	padding: 21px 0 20px;
	margin: 30px 0 0;
	text-align: center;
}


@media (max-width: 1300px) {

body.game {}
body.game header .logo_verblitz {}
body.game nav {
	padding-bottom: 40px;
}
body.game nav h1 {}
body.game nav h1 +p {}
body.game nav ul li {}
body.game main {}
body.game main section#archive {}
body.game main section#archive .selected {}
body.game main section#archive select {}
body.game main section#archive select::-ms-expand {}
body.game main h2 {}
body.game main h2 span {}
body.game main article {}
body.game main article .table {}
body.game main article .table >div {}
body.game main article .table .season {}
body.game main article .table .season span {}
body.game main article .table .season .field {}
body.game main article .table .season .field::before {}
body.game main article .table .season .field.host {}
body.game main article .table .season .field.visitor {}
body.game main article .table .season .field.host::before {}
body.game main article .table .season .field.visitor::before {}
body.game main article .table .setting {}
body.game main article .table .setting .date {}
body.game main article .table .setting .date span {}
body.game main article .table .setting .time {}
body.game main article .table .setting .place {}
body.game main article .table .score {}
body.game main article .table .score .team {}
body.game main article .table .score .team::before {}
body.game main article .table .score .team::after {}
body.game main article .table .score .team.verblitz::before {}
body.game main article .table .score .team.verblitz::after {}
body.game main article .table .score .team.sungoliath::before {}
body.game main article .table .score .team.sungoliath::after {}
body.game main article .table .score .team.kubota-spears::before {}
body.game main article .table .score .team.kubota-spears::after {}
body.game main article .table .score .team.honda-heat::before {}
body.game main article .table .score .team.honda-heat::after {}
body.game main article .table .score .team.dynaboars::before {}
body.game main article .table .score .team.dynaboars::after {}
body.game main article .table .score .team.canon-eagles::before {}
body.game main article .table .score .team.canon-eagles::after {}
body.game main article .table .score .points {}
body.game main article .table .score .points .result {}
body.game main article .table .score .points .result::before {}
body.game main article .table .score .points .result.WIN {}
body.game main article .table .score .points .result.WIN::before {}
body.game main article .table .score .points .result.LOSE {}
body.game main article .table .score .points .result.LOSE::before {}
body.game main article .table .score .points .point {}
body.game main article .table .score .points .point::before {}
body.game main article .table .score .points .point span {}
body.game main article .table .score .points .point span:first-child {}
body.game main article .table .score .points .point span:last-child {}
body.game main article .table .link {}
body.game main article .table .link a {}
body.game main article .table .link a.report {}
body.game main article .table .link a.report::before {}
body.game main article .table .link a.detail {}
body.game main article .table .link a.detail::before {}
body.game main article .table .link a.gameinfo {}
body.game main article .table .link a.gameinfo::before {}
body.game main article .table .link a.ticket {}
body.game main article .table .link a.ticket::before {}
body.game main .buy_ticket {}
body.game main .buy_ticket::after {}
body.game main .announce {}

}


@media (max-width: 960px) {

body.game {}
body.game header .logo_verblitz {}
body.game nav {
}
body.game nav h1 {}
body.game nav h1 +p {}
body.game nav ul li {}
body.game main {}

body.game main section .table .team::after {
	width: 25vw;
}
body.game main .score .points .result {
	font-size: 8vw;
	height: 9vw;
	padding: 1vw 0;
}
body.game main .score .points .result::before {}
body.game main .score .points .result.WIN {}
body.game main .score .points .result.WIN::before {}
body.game main .score .points .result.LOSE {}
body.game main .score .points .result.LOSE::before {}

body.game main section#archive {
	padding: 16vw 0 9.5vw 5vw;
}
body.game main section#archive .selected {
	font-size: 10vw;
}
body.game main section#archive select {
	margin: 0 0 -1px 7vw;
	font-size: 2vw;
	padding: 0 7vw 0 3vw;
	height: 8.5vw;
	vertical-align: bottom;
	background-position: center right 2.5vw;
	background-size: 1.5vw auto;
}
body.game main section#archive select::-ms-expand {}

body.game main section {
	padding: 14vw 5vw 13vw;
}
body.game main section::before {
	left: 5vw;
	width: 90vw;
}
body.game main section:first-child::before {
	display: none;
}

body.game main h2 {
	font-size: 7.5vw;
	padding: 0 0 3.5vw;
}
body.game main h2 span {
	display: block;
	margin: 3vw 0 0;
	font-size: 4vw;
}
#practice h2 {
	font-size: 6vw;
}
body.game main article {
	padding: 9vw 6vw 1.5vw;
	margin: 2vw 0 0;
	position: relative;
}
body.game main article .table {
	display: block;
}
body.game main article .table >div {
	display: block;
	height: auto;
}
body.game main article .table .season {
	width: 100%;
	text-align: left;
	font-size: 3.5vw;
	border-right: none;
}
body.game main article .table .season span {
	font-size: 4.5vw;
}
body.game main article .table .season .field {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: -1vw 0 0 2vw;
	font-size: 3.5vw;
	padding: 1.3vw 0 0.5vw;
	width: 15vw;
}
body.game main article .table .season .field::before {}
body.game main article .table .season .field.host {}
body.game main article .table .season .field.visitor {}
body.game main article .table .season .field.host::before {}
body.game main article .table .season .field.visitor::before {}
body.game main article .table .setting {
	width: 100%;
	text-align: left;
	border-right: none;
	padding: 2vw 0 0;
}
body.game main article .table .setting .date {
	font-size: 12.5vw;
}
body.game main article .table .setting .date span {
	font-size: 6vw;
	margin-left: 1vw;
}
body.game main article .table .setting .time {
	font-size: 3.5vw;
	margin: 1vw 0 0;
}
body.game main article .table .setting .place {
	font-size: 3vw;
	margin: 2vw 0 0;
}
body.game main article .table .score {
	width: 100%;
	border-right: none;
	padding: 7vw 0;
	border-top: solid 2px #c2c2c2;
	margin: 6vw 0 0;
	white-space: nowrap;
}
body.game main article .table .score .team {
	width: 22vw;
	min-width: auto;
}
body.game main article .table .score .team::before {
	height: 16vw;
}
body.game main article .table .score .team::after {
	margin-left: -41%;
	margin-right: -41%;
	width: 182%;
}
body.game main article .table .score .points {
	min-width: auto;
	margin: 0 0.5vw;
	width: 26vw;
}
body.game main article .table .score .points .point {}
body.game main article .table .score .points .point::before {
	top: 7vw;
	z-index: 1;
	width: 2vw;
	height: 1vw;
}
body.game main article .table .score .points .point span {
	font-size: 8.5vw;
}
body.game main article .table .score .points .point span:first-child {
	padding-right: 2.5vw;
}
body.game main article .table .score .points .point span:last-child {
	padding-left: 2.5vw;
}
body.game main article .table .link {position: absolute;top: 5.5vw;right: 7.5vw;z-index: 1;}
body.game main article .table .link a {
	font-size: 3.5vw;
	padding: 2.3vw 0 1.2vw;
	width: 31.5vw;
	margin: 2vw 0;
}
body.game main article .table .link a.report {
}
body.game main article .table .link a.report::before {}
body.game main article .table .link a.detail {
	padding: 0.5vw 5vw 0.5vw 0;
}
body.game main article .table .link a.detail::before {}
body.game main article .table .link a.gameinfo {}
body.game main article .table .link a.gameinfo::before {}
body.game main article .table .link a.ticket {}
body.game main article .table .link a.ticket::before {}
body.game main .buy_ticket {
	font-size: 4vw;
	padding: 5vw 0 5vw 7vw;
	margin: 6vw 0 0;
}
body.game main .buy_ticket::after {
	width: 3vw;
	height: 5vw;
}
body.game main .announce {
	font-size: 4vw;
	line-height: 1.6;
	padding: 5vw 10vw 5vw;
	margin: 6vw 0 0;
}

}


@media (max-width: 768px) {

body.game {}
body.game header .logo_verblitz {}
body.game nav {}
body.game nav h1 {
	width: 29vw;
	height: 11vw;
}
body.game nav h1 +p {}
body.game nav ul li {}
body.game main {}
body.game main section#archive {}
body.game main section#archive .selected {}
body.game main section#archive select {}
body.game main section#archive select::-ms-expand {}
#topleague {}
#practice {}
#practice::before {}
body.game main h2 {}
body.game main h2 span {}
#practice h2 {}
body.game main article {
}
body.game main article .table {}
body.game main article .table >div {}
body.game main article .table .season {}
body.game main article .table .season span {}
body.game main article .table .season .field {}
body.game main article .table .season .field::before {}
body.game main article .table .season .field.host {}
body.game main article .table .season .field.visitor {}
body.game main article .table .season .field.host::before {}
body.game main article .table .season .field.visitor::before {}
body.game main article .table .setting {
	width: calc(100% - 35vw);
}
body.game main article .table .setting .date {}
body.game main article .table .setting .date span {}
body.game main article .table .setting .time {}
body.game main article .table .setting .place {}
body.game main article .table .score {}
body.game main article .table .score .team {}
body.game main article .table .score .team.otherteam {
	width: 21vw;
	font-size: 3.5vw;
	line-height: 1.4;
	white-space: normal;
}
body.game main article .table .score .team::before {}
body.game main article .table .score .team::after {}
body.game main article .table .score .team.verblitz::before {}
body.game main article .table .score .team.verblitz::after {}
body.game main article .table .score .team.sungoliath::before {}
body.game main article .table .score .team.sungoliath::after {}
body.game main article .table .score .team.kubota-spears::before {}
body.game main article .table .score .team.kubota-spears::after {}
body.game main article .table .score .team.honda-heat::before {}
body.game main article .table .score .team.honda-heat::after {}
body.game main article .table .score .team.dynaboars::before {}
body.game main article .table .score .team.dynaboars::after {}
body.game main article .table .score .team.canon-eagles::before {}
body.game main article .table .score .team.canon-eagles::after {}
body.game main article .table .score .points {}
body.game main article .table .score .points .result {}
body.game main article .table .score .points .result::before {}
body.game main article .table .score .points .result.WIN {}
body.game main article .table .score .points .result.WIN::before {}
body.game main article .table .score .points .result.LOSE {}
body.game main article .table .score .points .result.LOSE::before {}
body.game main article .table .score .points .point {}
body.game main article .table .score .points .point::before {}
body.game main article .table .score .points .point span {}
body.game main article .table .score .points .point span:first-child {}
body.game main article .table .score .points .point span:last-child {}
body.game main article .table .link {}
body.game main article .table .link a {}
body.game main article .table .link a.report {}
body.game main article .table .link a.report::before {}
body.game main article .table .link a.detail {}
body.game main article .table .link a.detail::before {}
body.game main article .table .link a.gameinfo {}
body.game main article .table .link a.gameinfo::before {}
body.game main article .table .link a.ticket {}
body.game main article .table .link a.ticket::before {}
body.game main .buy_ticket {}
body.game main .buy_ticket::after {}
body.game main .announce {}
body.game main article .table .link a.report:hover,
body.game main article .table .link a.gameinfo:hover,
body.game main article .table .link a.ticket:hover,
body.game main article .table .link a.eventinfo:hover,
body.game main .buy_ticket:hover {
	color: inherit;
}
body.game main article .table .link a.report:hover::after,
body.game main article .table .link a.gameinfo:hover::after,
body.game main article .table .link a.ticket:hover::after,
body.game main article .table .link a.eventinfo:hover::after,
body.game main .buy_ticket:hover::after {
	width: 0;
	left: 100%;
}

}

/*231024追記*/
body.game main article .table .link a.eventinfo {
	background: #b71c24;
	color: white;
	border: solid 2px #b71c24;
	padding: 6px 0 5px;
}
body.game main article .table .link a.eventinfo::before {
	content: "イベント情報";
	position: relative;
	z-index: 2;
	transition: 0.2s;
}
body.game main article .table .link a.eventinfo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	width: 0%;
	height: 100%;
	background: white;
	border-radius: 2px;
	transition: left 0.2s 0s, width 0s 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.eventinfo:hover {
	color: #b71c24;
}
body.game main article .table .link a.eventinfo:hover::after {
	width: 100%;
	left: 0;
	transition: left 0s 0s, width 0.2s 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

/* 20250130追記 */
body.game main article .table .link a.highlight {
	background: #00441B;
	color: white;
	border: solid 2px #00441B;
	padding: 6px 0 5px;
}
body.game main article .table .link a.highlight::before {
	content: "ハイライト";
	position: relative;
	z-index: 2;
	transition: 0.2s;
}
body.game main article .table .link a.highlight::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	width: 0%;
	height: 100%;
	background: white;
	border-radius: 2px;
	transition: left 0.2s 0s, width 0s 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.highlight:hover {
	color: #00441B;
}
body.game main article .table .link a.highlight:hover::after {
	background: white;
	width: 100%;
	left: 0;
	transition: left 0s 0s, width 0.2s 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

body.game main article .table .link a.midokoro {
	background: #00441B;
	color: white;
	border: solid 2px #00441B;
	padding: 6px 0 5px;
}
body.game main article .table .link a.midokoro::before {
	content: "見どころ";
	position: relative;
	z-index: 2;
	transition: 0.2s;
}
body.game main article .table .link a.midokoro::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
	width: 0%;
	height: 100%;
	background: white;
	border-radius: 2px;
	transition: left 0.2s 0s, width 0s 0.2s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
body.game main article .table .link a.midokoro:hover {
	color: #00441B;
}
body.game main article .table .link a.midokoro:hover::after {
	background: white;
	width: 100%;
	left: 0;
	transition: left 0s 0s, width 0.2s 0s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}