@charset "UTF-8";

body.game_detail {}

body.game_detail nav .return_top {
	position: absolute;
	bottom: 110px;
	left: 60px;
	z-index: 1;
	font-size: 19px;
	line-height: 1;
	font-weight: 800;
	color: white;
	background: url(../images/arrow_white_left.svg) no-repeat left center;
	padding: 0 0 0 22px;
}

body.game_detail main {
	background: white;
}
body.game_detail main .return_top {
	font-size: 19px;
	line-height: 1;
	font-weight: 800;
	color: #585858;
	background: url(../images/arrow_gray_left.svg) no-repeat left center;
	padding: 0 0 0 22px;
	float: left;
}

body.game_detail main #game {
	padding: 108px 95px 60px;
	text-align: center;
}
body.game_detail main #result {
	background: #E9E9E7;
	padding: 60px 95px 0;
}
body.game_detail main h1 {
	font-size: 30px;
	line-height: 1;
	text-align: center;
	background: #272727;
	color: white;
	padding: 15px 0 15px;
	margin: 40px 0 0;
}
body.game_detail main h1 span {
	font-size: 16px;
	display: inline-block;
	margin: 0 0 0 15px;
}
body.game_detail main .info {
	padding: 47px 0 0;
}
body.game_detail main .info >div {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
body.game_detail main .info .season {
	padding: 0 0 0;
}
body.game_detail main .info .season .q {
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	border: solid 1px #272727;
	padding: 2px 17px 4px;
	margin: 0 0 5px;
}
body.game_detail main .info .season .q span {
	display: inline-block;
	font-size: 18px;
	margin: 0 3px;
}
body.game_detail main .info .season .field {
	font-size: 16px;
	line-height: 1;
	padding: 4px 4px 4px;
}
body.game_detail main .info .year {
	font-size: 28px;
	line-height: 1;
	font-weight: 800;
}
body.game_detail main .info .date {
	font-size: 58px;
	line-height: 1;
	font-weight: 800;
}
body.game_detail main .info .date span {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	margin: -12px 0 0 10px;
}
body.game_detail main .info .time {
	font-size: 28px;
	line-height: 1;
	font-weight: 800;
	color: #858585;
}
body.game_detail main .place {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	margin: 16px 0 0;
	font-weight: 600;
	padding: 1px 0 3px 24px;
	background: url(../images/pin_green.svg) no-repeat center left / contain;
	color: #00441B;
}
body.game_detail main .place a {color: #00441b;text-decoration: underline;}
body.game_detail main .score {
	margin: 38px 0 0;
	border-top: solid 1px #272727;
	padding: 27px 0 0;
}
body.game_detail main .score .team {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
}
body.game_detail main .score .team::before {
	content: '';
	display: block;
	height: 130px;
	width: auto;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body.game_detail main .score .team::after {
	white-space: pre;
	display: block;
	transform: scale(1.1);
}
body.game_detail main .score .points {
	display: inline-block;
	vertical-align: middle;
	min-width: 320px;
	margin: 0 35px;
}
body.game_detail main .score .points .result {
	padding: 9px 0 0;
	height: 57px;
}
body.game_detail main .score .points .point {
	padding: 10px 0 5px;
}
body.game_detail main .score .points .point .total {
	display: inline-block;
	vertical-align: middle;
	font-size: 73px;
	font-weight: 800;
	line-height: 1;
}
body.game_detail main .score .points .point .point_detail {
	display: inline-block;
	vertical-align: middle;
	margin: 0 28px;
}
body.game_detail main .score .points .point .point_detail > div {
	padding: 9px 0;
}
body.game_detail main .score .points .point .point_detail > div:not(last-child) {
	border-bottom: solid 1px #272727;
}
body.game_detail main .score .points .point .point_detail div span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	padding: 0 6px;
}
body.game_detail main .score .points .point .point_detail div span:nth-child(2) {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding: 0 12px;
}
body.game_detail main .score .points .point .point_detail a {
	display: inline-block;
	font-size: 12.5px;
	line-height: 1;
	margin: 12px 0 0;
	padding-right: 18px;
	color: #00441B;
	background: url(../images/icon_exlink_green.svg) no-repeat right center;
	text-decoration: none;
}
body.game_detail main #game table {width: calc(100% - 60px);margin: 40px auto 0;border-spacing: 0;}
body.game_detail main #game table tr:nth-child(1) {
	background: #BFA666;
	color: white;
	height: 40px;
}
body.game_detail main #game table tr:nth-child(n+2) {
	height: 50px;
}
body.game_detail main #game table tr:nth-child(2n+3) {
	background: #E9E9E7;
}
body.game_detail main #game table td {
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	width: 9%;
}
body.game_detail main #game table td.half {
	width: 10%;
	font-size: 14px;
	font-weight: 500;
}
body.game_detail main .togamereport {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	background: #00441B;
	color: white;
	margin: 60px auto 0;
	width: 380px;
	height: 50px;
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 0 0;
	background: url(../images/arrow_white_down.svg) no-repeat top 50% left calc(50% + 90px) / auto #00441B;
	transition: 0.3s;
}
body.game_detail main .togamereport:hover {
	background-position: top 60% left calc(50% + 90px);
}

body.game_detail main #result {}
body.game_detail main #result article {
	margin: 0;
	padding: 25px 0 35px;
	background: transparent;
}
body.game_detail main #result article h2 {
	text-align: center;
	font-size: 24px;
	background: #00441B;
	color: white;
	padding: 14px 0 0;
	height: 50px;
}
body.game_detail main #result article .icon {
	padding: 30px 0 19px;
	border-bottom: solid 2px #707070;
}
body.game_detail main #result article .icon li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1;
	background-repeat: no-repeat;
	padding: 5px 0 3px 31px;
	margin: 0 20px 10px 0;
	background-size: contain;
}
body.game_detail main #result article .icon li.try,
body.game_detail main #result article#interim .table table td.try {
	background-image: url(../../images/game/icon_try.svg);
}
body.game_detail main #result article .icon li.g,
body.game_detail main #result article#interim .table table td.g {
	background-image: url(../../images/game/icon_g.svg);
}
body.game_detail main #result article .icon li.pg,
body.game_detail main #result article#interim .table table td.pg {
	background-image: url(../../images/game/icon_pg.svg);
}
body.game_detail main #result article .icon li.dg,
body.game_detail main #result article#interim .table table td.dg {
	background-image: url(../../images/game/icon_dg.svg);
}
body.game_detail main #result article .icon li.change,
body.game_detail main #result article#interim .table table td.change {
	background-image: url(../../images/game/icon_change.svg);
}
body.game_detail main #result article .icon li.fail,
body.game_detail main #result article#interim .table table td.fail {
	background-image: url(../../images/game/icon_fail.svg);
}
body.game_detail main #result article .icon li.yellow,
body.game_detail main #result article#interim .table table td.yellow {
	background-image: url(../../images/game/icon_yellow.svg);
}
body.game_detail main #result article .icon li.red,
body.game_detail main #result article#interim .table table td.red {
	background-image: url(../../images/game/icon_red.svg);
}
body.game_detail main #result article .icon li.in,
body.game_detail main #result article#member .table table td.in {
	background-image: url(../../images/game/icon_in.svg);
}
body.game_detail main #result article .icon li.out,
body.game_detail main #result article#member .table table td.out {
	background-image: url(../../images/game/icon_out.svg);
}
body.game_detail main #result article .icon li.captain,
body.game_detail main #result article#member .table table td.captain {
	background-image: url(../../images/game/icon_captain.svg);
}
body.game_detail main #result article .team {
	padding: 20px 0 20px;
}
body.game_detail main #result article .team span {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	height: 58px;
	padding: 22px 0 0;
}
body.game_detail main #result article .team span:first-child {
	border-right: solid 1px #707070;
}
body.game_detail main #result article#interim .table {
	background: white;
	display: block;
	padding: 20px 40px;
}
body.game_detail main #result article#interim .table table {
	width: 100%;
	border-spacing: 0;
}
body.game_detail main #result article#interim .table table td {
	font-size: 15px;
	line-height: 1;
	width: 44%;
	background-repeat: no-repeat;
	padding: 22px 0 20px;
	border-top: solid 1px #707070;
}
body.game_detail main #result article#interim .table table td.half {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	text-align: center!important;
	padding-right: 0!important;
}
body.game_detail main #result article#interim .table table tr:first-child td {
	border-top: none;
}
body.game_detail main #result article#interim .table table td:nth-child(1) {
	text-align: right;
	padding-right: 34px;
	background-position: right center;
}
body.game_detail main #result article#interim .table table td:nth-child(2) {
	width: 12%;
	text-align: center;
	padding: 0;
	font-size: 17px;
	font-weight: 800;
}
body.game_detail main #result article#interim .table table td:nth-child(3) {
	text-align: left;
	padding-left: 34px;
	background-position: left center;
}
body.game_detail main #result article#interim .table table td span {
	display: block;
	margin: 0 0 3px;
	font-size: 15px;
}

body.game_detail main #result article#member {
	padding-bottom: 0;
}
body.game_detail main #result article#member .icon {
	margin-bottom: -41px;
	padding-bottom: 12px;
	border-bottom: none;
}
body.game_detail main #result article#member h3 {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	margin: 0 0 0;
	padding: 0 0 25px;
	border-bottom: solid 2px #707070;
}
body.game_detail main #result article#member h3:nth-of-type(2) {
	margin: 0 0 30px;
}
body.game_detail main #result article#member .table {
	display: block;
	padding: 0 40px 0;
	background: white;
	margin: 0 0 33px;
}
body.game_detail main #result article#member .table table {
	border-spacing: 0;
	width: 100%;
}
body.game_detail main #result article#member .table table td {
	vertical-align: middle;
	border-top: solid 1px #707070;
}
body.game_detail main #result article#member .table table tr:first-child td,
body.game_detail main #result article#member .table table tr:nth-child(2) td,
body.game_detail main #result article#member .table table tr:last-child td {
	border-top: none;
}
body.game_detail main #result article#member .table table td:nth-child(1),
body.game_detail main #result article#member .table table td:nth-child(7) {
	font-size: 20px;
	line-height: 1;
	font-weight: 800;
	width: 37px;
}
body.game_detail main #result article#member .table table td:nth-child(2),
body.game_detail main #result article#member .table table td:nth-child(8) {
	width: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
body.game_detail main #result article#member .table table td:nth-child(3),
body.game_detail main #result article#member .table table td:nth-child(9) {
	font-size: 20px;
	line-height: 1;
	font-weight: 800;
	width: 20px;
	text-align: center;
	padding-left: 4px;
}
body.game_detail main #result article#member .table table td:nth-child(4),
body.game_detail main #result article#member .table table td:nth-child(10) {
	font-size: 16px;
	line-height: 1.4;
	padding: 11px 14px 10px 14px;
	width: 225px;
}
body.game_detail main #result article#member .table table td:nth-child(5),
body.game_detail main #result article#member .table table td:nth-child(11) {
	width: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
body.game_detail main #result article#member .table table td:nth-child(6) {
	width: 106px;
	background: #E9E9E7;
	border-left: solid 40px white;
	border-right: solid 40px white;
	border-top: none;
}

body.game_detail main #result article#gamereport h2 {}
body.game_detail main #result article#gamereport .wrap {
	background: white;
	padding: 40px 40px 20px;
	margin: 0 0 45px;
}
body.game_detail main #result article#gamereport .wrap p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px;
}
body.game_detail main #result article#gamereport .wrap img {
	max-width: 100%;
	height: auto;
}

body.game_detail main .versus {
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
	margin: 40px 0 0;
	padding: 30px 0 45px;
	position: relative;
}
body.game_detail main .versus::before {
	content: 'VS';
	position: absolute;
	top: 82px;
	left: 50%;
	font-size: 38px;
	line-height: 1;
	font-weight: 800;
	transform: translate(-50%, 0);
}
body.game_detail main .versus .team {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0 70px;
}
body.game_detail main .versus .team::before {
	content: '';
	display: block;
	height: 130px;
	width: 130px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
body.game_detail main .buyticket {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	background: #BFA666;
	color: white;
	margin: 38px auto 0;
	width: 380px;
	height: 80px;
	border-radius: 6px;
	text-decoration: none;
	padding: 25px 0 0 0;
	position: relative;
	overflow: hidden;
	border: solid 2px #BFA666;
}
body.game_detail main .buyticket::before {
	content: 'チケットを購入';
	display: inline-block;
	vertical-align: middle;
	background: url(../../images/game/icon_ticket_l.svg) no-repeat center left 0 / auto 100%;
	padding: 3px 0 4px 62px;
	position: relative;
	z-index: 2;
}
body.game_detail main .buyticket::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_detail main .buyticket:hover {
	color: #BFA666;
}
body.game_detail main .buyticket:hover::before {
	background: url(../../images/game/icon_ticket_gold.svg) no-repeat center left 0 / auto 100%;
}
body.game_detail main .buyticket: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_detail main .tofan {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	color: #00441B;
	margin: 25px auto 0;
	text-decoration: underline;
}
body.game_info main #result {
	padding: 60px 95px 45px;
}


@media (max-width: 1300px) {

body.game_detail nav .return_top {
	top: 120px;
	bottom: auto;
	right: 30px;
	left: auto;
}
body.game_detail main .return_top {}

}

@media (min-width: 961px) {

body.game_detail main .versus .team::after {
	display: block;
	transform: scale(1.2);
	margin: 30px 0 0;
	font-weight: 600;
	white-space: pre;
}

}

@media (max-width: 960px) {

body.game_detail {}
body.game_detail nav {
	padding-bottom: 8vw;
}
body.game_detail main {}
body.game_detail main #game {
	padding: 10vw 5vw 10vw;
}
body.game_detail main #result {
	padding: 9vw 5vw 4vw;
}
body.game_detail main h1 {
	font-size: 7vw;
	padding: 5vw 0 4vw;
}
body.game_detail main h1 span {
	font-size: 4vw;
}
body.game_detail main .info {
	padding: 8vw 0 0;
}
body.game_detail main .info >div {
	padding: 0 3vw;
}
body.game_detail main .info .season {
	display: block;
	margin: 0 0 3vw;
}
body.game_detail main .info .season .q {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.5vw;
	padding: 1.5vw 5vw 0;
	margin: 0 2vw 0 0;
	height: 7vw;
}
body.game_detail main .info .season .q span {
	font-size: 4vw;
}
body.game_detail main .info .season .field {
	display: inline-block;
	vertical-align: middle;
	font-size: 4vw;
	line-height: 1;
	padding: 1.8vw 4vw 0;
	height: 7vw;
}
body.game_detail main .info .year {
	font-size: 7vw;
}
body.game_detail main .info .date {
	font-size: 15vw;
}
body.game_detail main .info .date span {
	font-size: 7vw;
}
body.game_detail main .info .time {
	font-size: 8vw;
	display: block;
	margin: 1vw 0 0;
}
body.game_detail main .place {
	font-size: 3.5vw;
	margin: 2vw 0 0;
	padding: 0.5vw 0 0.2vw 5vw;
}
body.game_detail main .score {
	border: none;
	margin: 7vw 0 0;
	padding: 0 0 14vw;
	position: relative;
}
body.game_detail main .score .team {
	position: absolute;
	top: 17vw;
	width: 25vw;
}
body.game_detail main .score .team:first-of-type {
	left: 2vw;
}
body.game_detail main .score .team:last-of-type {
	right: 2vw;
}
body.game_detail main .score .team::before {
	height: 23vw;
	margin: 0;
}
body.game_detail main .score .team::after {}
body.game_detail main .score .points {
	margin: 0;
	min-width: unset;
	width: 100%;
}
body.game_detail main .score .points .result {
	padding: 2vw 0 0;
	height: 12.5vw;
}
body.game_detail main .score .points .point {
	position: relative;
}
body.game_detail main .score .points .point::before {
	content: '';
	position: absolute;
	bottom: -5vw;
	left: 50%;
	width: 3vw;
	height: 1vw;
	background: #272727;
	transform: translate(-50%, 0);
}
body.game_detail main .score .points .point .total {
	position: absolute;
	bottom: -10vw;
	font-size: 9vw;
}
body.game_detail main .score .points .point .total:first-of-type {
	right: calc(50% + 5.5vw);
}
body.game_detail main .score .points .point .total:last-of-type {
	left: calc(50% + 5.5vw);
}
body.game_detail main .score .points .point .point_detail {
	margin: 0;
}
body.game_detail main .score .points .point .point_detail > div {
	padding: 2vw;
}
body.game_detail main .score .points .point .point_detail .second {}
body.game_detail main .score .points .point .point_detail div span {
	font-size: 5vw;
}
body.game_detail main .score .points .point .point_detail div span:nth-child(2) {
	font-size: 3vw;
	line-height: 1;
	font-weight: 500;
	padding: 0 2vw;
}
body.game_detail main .score .points .point .point_detail a {
	font-size: 3vw;
	margin: 12.5vw 0 0;
	padding: 0.5vw 5vw 0 0;
}
body.game_detail main #game table {
	width: 100%;
	margin: 4vw 0 0;
}
body.game_detail main #game table tr:nth-child(1) {
	height: 8vw;
}
body.game_detail main #game table tr:nth-child(2) {
	height: 8vw;
}
body.game_detail main #game table tr:nth-child(3) {
	height: 8vw;
}
body.game_detail main #game table td {
	font-size: 3.5vw;
}
body.game_detail main #game table td.half {
	font-size: 3vw;
}
body.game_detail main .togamereport {
	width: 71vw;
	font-size: 4vw;
	margin: 10vw auto 0;
	height: 10vw;
	padding: 3vw 0 0;
	background-position: center left calc(50% + 21vw);
	background-size: auto 2vw;
}
body.game_detail main #result {}
body.game_detail main #result article {
	padding: 4vw 0 9vw;
}
body.game_detail main #result article h2 {
	font-size: 5vw;
	padding: 3vw 0 0;
	height: 10vw;
}
body.game_detail main #result article .icon {
	padding: 7vw 0 3vw;
}
body.game_detail main #result article .icon li {
	font-size: 3vw;
	padding: 1vw 0 1vw 6vw;
	margin: 0 3vw 3.5vw 0;
}
body.game_detail main #result article .icon li.try,
body.game_detail main #result article#interim .table table td.try {
}
body.game_detail main #result article .icon li.g,
body.game_detail main #result article#interim .table table td.g {}
body.game_detail main #result article .icon li.pg,
body.game_detail main #result article#interim .table table td.pg {}
body.game_detail main #result article .icon li.dg,
body.game_detail main #result article#interim .table table td.dg {}
body.game_detail main #result article .icon li.change,
body.game_detail main #result article#interim .table table td.change {}
body.game_detail main #result article .icon li.fail,
body.game_detail main #result article#interim .table table td.fail {}
body.game_detail main #result article .icon li.yellow,
body.game_detail main #result article#interim .table table td.yellow {}
body.game_detail main #result article .icon li.red,
body.game_detail main #result article#interim .table table td.red {}
body.game_detail main #result article .icon li.in,
body.game_detail main #result article#member .table table td.in {}
body.game_detail main #result article .icon li.out,
body.game_detail main #result article#member .table table td.out {
}
body.game_detail main #result article .icon li.captain,
body.game_detail main #result article#member .table table td.captain {}
body.game_detail main #result article#member .table table td.captain +td +td +td {
	background-image: url(../../images/game/icon_captain.svg);
}
body.game_detail main #result article#member .table table td.captain +td +td +td.out {
	background: url(../../images/game/icon_captain.svg) no-repeat top calc(50% - 2.5vw) center / contain, url(../../images/game/icon_out.svg) no-repeat bottom calc(50% - 2.5vw) center / contain;
	height: 8vw;
	padding: 2vw 0;
	box-sizing: content-box;
}
body.game_detail main #result article#member .table table td.captain +td +td +td.in {
	background: url(../../images/game/icon_captain.svg) no-repeat top calc(50% - 2.5vw) center / contain, url(../../images/game/icon_in.svg) no-repeat bottom calc(50% - 2.5vw) center / contain;
	height: 8vw;
	padding: 2vw 0;
	box-sizing: content-box;
}
body.game_detail main #result article .team {
	padding: 3vw 0;
}
body.game_detail main #result article .team span {
	font-size: 4vw;
	height: 10.5vw;
	padding: 3.5vw 0 0;
}
body.game_detail main #result article .team span:first-child {}
body.game_detail main #result article#interim .table {
	padding: 4vw 5vw 5vw;
}
body.game_detail main #result article#interim .table table {}
body.game_detail main #result article#interim .table table td {
	width: 37%;
	font-size: 3.5vw;
	line-height: 1.2;
	padding: 0;
}
body.game_detail main #result article#interim .table table td.half {
	font-size: 4vw;
	padding: 4vw 0;
}
body.game_detail main #result article#interim .table table tr:first-child td {}
body.game_detail main #result article#interim .table table td:nth-child(1) {
	padding-right: 8.5vw;
}
body.game_detail main #result article#interim .table table td:nth-child(2) {
	width: 26%;
	font-size: 4vw;
	padding: 3vw 0 3vw;
}
body.game_detail main #result article#interim .table table td:nth-child(3) {
	padding-left: 8.5vw;
}
body.game_detail main #result article#interim .table table td span {
	font-size: 4vw;
	margin: 0;
}
body.game_detail main #result article#member {
	padding-bottom: 0;
}
body.game_detail main #result article#member .icon {
	padding: 4vw 0 4vw;
	margin: 0;
}
body.game_detail main #result article#member h3 {
	font-size: 4.5vw;
	padding: 0 0 6vw;
}
body.game_detail main #result article#member h3:nth-of-type(2) {
	margin: 0 0 5vw;
}
body.game_detail main #result article#member .table {
	padding: 0 3vw 0;
	margin: 0 0 9vw;
}
body.game_detail main #result article#member .table table {}
body.game_detail main #result article#member .table table td {}
body.game_detail main #result article#member .table table tr:first-child td,
body.game_detail main #result article#member .table table tr:nth-child(2) td,
body.game_detail main #result article#member .table table tr:last-child td {}
body.game_detail main #result article#member .table table td:nth-child(1),
body.game_detail main #result article#member .table table td:nth-child(7) {
	font-size: 4vw;
	width: 6vw;
}
body.game_detail main #result article#member .table table td:nth-child(2),
body.game_detail main #result article#member .table table td:nth-child(8) {
	width: 0;
	padding: 0;
}
body.game_detail main #result article#member .table table td:nth-child(3),
body.game_detail main #result article#member .table table td:nth-child(9) {
	font-size: 4.5vw;
	width: 8vw;
	text-align: center;
	padding-left: 0;
}
body.game_detail main #result article#member .table table td:nth-child(4),
body.game_detail main #result article#member .table table td:nth-child(10) {
	font-size: 3.5vw;
	line-height: 1.2;
	padding: 2vw 0.5vw 2vw 0vw;
	width: 21.5vw;
}
body.game_detail main #result article#member .table table td:nth-child(5),
body.game_detail main #result article#member .table table td:nth-child(11) {
	width: 4.5vw;
	background-size: contain;
}
body.game_detail main #result article#member .table table td:nth-child(6) {
	width: 10vw;
	border-left-width: 3vw;
	border-right-width: 3vw;
}
body.game_detail main #result article#gamereport h2 {}
body.game_detail main #result article#gamereport .wrap {
	padding: 7vw 5vw 3vw;
	margin: 0 0 3vw;
}
body.game_detail main #result article#gamereport .wrap p {
	font-size: 4vw;
	line-height: 1.55;
	margin: 0 0 5vw;
}
body.game_detail main #result article#gamereport .wrap figure {
	margin: 0 0 10vw;
}
body.game_detail main #result article#gamereport .wrap figure img {}
body.game_detail main .versus {
	margin: 7.5vw 0 0;
	padding: 6vw 0 0vw;
	border-bottom: none;
}
body.game_detail main .versus::before {
	content: 'VS';
	position: absolute;
	top: 16vw;
	left: 50%;
	font-size: 8vw;
}
body.game_detail main .versus .team {}
body.game_detail main .versus .team:first-child {
	margin: 0 12vw 0 0;
}
body.game_detail main .versus .team:last-child {
	margin: 0 0 0 12vw;
}
body.game_detail main .versus .team::before {
	width: 25vw;
	height: 25vw;
}
body.game_detail main .versus .team::after {
	white-space: pre;
	display: block;
}
body.game_detail main .buyticket {
	font-size: 4vw;
	margin: 10.5vw auto 0;
	width: 84vw;
	height: 18vw;
	border-radius: 6px;
	text-decoration: none;
	padding: 7vw 0 0 12vw;
	background-position: center left 23vw;
	background-size: auto 5vw;
}
body.game_detail main .tofan {
	font-size: 4vw;
	margin: 6vw auto 3.5vw;
}
body.game_info main #result {
	padding: 1vw 5vw 3vw;
}

}


@media (max-width: 768px) {

body.game_detail nav .return_top {
	top: 7.5vw;
	right: 5vw;
}
body.game_detail main .return_top {}

}