@charset "UTF-8";

/* result
========================================== */
/* #result { padding-bottom: 40px; } */


#result {
	position: relative;
	padding-bottom: 0;
}
#result::before {
	content: '';
	background-image: url(../images/common/bg/sp_01.png);
	background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
    padding-top: 28%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
}
#result::after {
	display: none;
}

#result .result-tit-note {
	padding-bottom: 20px;
	font-size: 11px;
	text-align: center;
}

@media screen and (min-width: 993px) {
	#result {
		padding-bottom: 120px;
		position: relative;
	}

	#result::before {
		background-image: url(../images/common/bg/pc-top_01.png);
		width: 35%;
    	padding-top: 53%;
	}

	#result::after {
		display: block;
		content: '';
		background-image: url(../images/common/bg/pc-bottom_01.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 55%;
    	padding-top: 19%;
    	position: absolute;
    	bottom: -2px;
		right: 0;
		z-index: 0;
	}

	#result .result-tit-note {
		display: none;
	}
}
.result-inner {
	margin: 40px auto 0;
}

@media screen and (min-width: 993px) {
	.result-inner {
		margin: 80px auto 0;
	}
}
.result-link {
	border-bottom: 4px solid #ffa755;
}
.result-tit {
	font-size: 22px;
	text-align: center;
	background-color: #ffffff;
}

#result .rugby-box-inner { z-index: 2; }

/* result-sort */
.result-sort {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}
.result-sort li {
	width: calc(95% / 6);
	min-height: 57px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.15;
	color: #19184b;
	background: #ffa755;
	cursor: pointer;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	padding: 10px 5px 5px;
	margin-top: 10px;
	display: flex;
    align-items: center;
}
.result-sort li > p {
	margin: auto;
}
.result-sort li.active { margin-top: 0; }
.result-sort li#KeypoolA { background: #78dcaa; }
.result-sort li#KeypoolB { background: #cd72d7; }
.result-sort li#KeypoolC { background: #50c8e6; }
.result-sort li#KeypoolD { background: #ff5673; }
.result-sort li#Keytournament { background: #ffeb3b; }
.result-sort li + li { margin-left: 3px; }
.result-sort li span {
	display: block;
	font-size: 16px;
}
.result-sort li#Keyall span { font-size: 12px; }
.result-tit > p {
	width: 100%;
	border-top: 4px solid #ffa755;
	padding: 20px 0 0;
	font-weight: bold;
}
.result-tit > p.poolA { border-top: 4px solid #78dcaa; }
.result-tit > p.poolB { border-top: 4px solid #cd72d7; }
.result-tit > p.poolC { border-top: 4px solid #50c8e6; }
.result-tit > p.poolD { border-top: 4px solid #ff5673; }
.result-tit > p.tournament { border-top: 4px solid #ffeb3b; }

.figure-tournament{
	background-color: #ffffff;
}
.result-tournament-img {
	padding: 0 20px 20px;
}
.result-tournament-img figure {
	width: 100%;
	text-align: center;
}
.result-tournament-img figure img {
	max-width: 100%;
}

@media screen and (min-width: 993px) {
	.result-sort li {
		width: 140px;
		font-size: 16px;
		min-height: 65px;
	}
	.result-sort li > p {
		display: flex;
    	align-items: flex-end;
	}
	.result-sort li span {
		font-size: 20px;
		display: inline-block;
		vertical-align: sub;
		margin: 0 3px;
	}
	.result-sort li#Keyall span { font-size: 20px; padding-top: 0; }
	.result-tit > p {
		font-size: 32px;
		border-top: 8px solid #ffa755;
	}
	.result-tit > p.poolA { border-top: 8px solid #78dcaa; }
	.result-tit > p.poolB { border-top: 8px solid #cd72d7; }
	.result-tit > p.poolC { border-top: 8px solid #50c8e6; }
	.result-tit > p.poolD { border-top: 8px solid #ff5673; }
	.result-tit > p.tournament { border-top: 8px solid #ffeb3b; }

	.result-tournament-img {
		padding: 0 20px 20px;
	}

	.result-tit > p {
		padding: 20px 0;
	}
}


/* result-list(SP.PC) */
.result-table #fixturesAll,
.result-table #fixturesA,
.result-table #fixturesB,
.result-table #fixturesC,
.result-table #fixturesD,
.result-table #fixturesT {
  display: none;
}
.result-table .result-list {
	width: 100%;
}
.result-table .result-list li {
	position: relative;
	background-color: #ffffff;
	border-top: 1px solid #19184B;
}
.result-table .highlight .date {
	background-color: rgba(255, 195, 182,0.5);
}
.highlight>.card,
.highlight>.score-txt,
.highlight>.result-btn,
.highlight>.stadium,
.result-list .highlight>.live .tver,
.result-list .highlight>.live .hulu {
  background-color: rgba(255, 195, 182,0.2);
}

@media screen and (min-width: 993px) {
  .result-table #fixturesAll,
  .result-table #fixturesA,
  .result-table #fixturesB,
  .result-table #fixturesC,
  .result-table #fixturesD,
  .result-table #fixturesT {
    display: block;
  }
  .result-table #fixturesSpAll,
  .result-table #fixturesSpA,
  .result-table #fixturesSpB,
  .result-table #fixturesSpC,
  .result-table #fixturesSpD,
  .result-table #fixturesSpT {
    display: none;
  }
	.result-table .highlight { background-color:  rgba(255, 195, 182,0.2); }
	.result-table .highlight .date {
		background-color: none; }

  .highlight>.card,
  .highlight>.stadium,
  .result-table table .highlight>.live-tver,
  .result-table table .highlight>.live-hulu {
    background-color: rgba(255, 195, 182,0.0);
  }
}


.result-table .date {
	position: relative;
	background: #f3f5f6;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
}
.result-table .date .rugby_live {
	position: absolute;
	display: inline-block;
	transform: translate(25%, -50%);
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 25px;
	background: url(../images/common/icon/icon_ntv.png) no-repeat center;
    background-size: contain;
	margin: 0px 0px 0px 0px;
	right: 100px;
    top: 50%;
}
.result-list li .live {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CCC;
}
.result-list li .live:not(:has(a)) {
  display: none;
}
.result-list li .live .tver,
.result-list li .live .hulu {
  width: 50%;
  padding: 10px 10px 10px 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.result-list li .live .tver {
  background: #E9F9FE;
}
.result-list li .live .hulu {
  background: #E9FFE8;
}
.result-list li .live .tver::before,
.result-list li .live .hulu::before {
  content: '';
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.result-list li .live .tver::before {
  background-image: url(../images/result/logo_tver.png);
}
.result-list li .live .hulu::before {
  width: 35px;
  background-image: url(../images/result/logo_hulu.png);
}
.result-list li .live .tver::after {
  content: '';
  width: 1px;
  height: 70%;
  background: #CCC;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.result-list li .live .tver > a.no-link,
.result-list li .live .hulu > a.no-link {
  display: none;
}
.result-list li .live:has(.tver-missed-btn.no-link + .hulu-missed-btn.no-link, .tver-highlight-btn.no-link) {
  display: none;
}
.result-list li .live .tver .tver-live-btn,
.result-list li .live .hulu .hulu-live-btn,
.result-list li .live .tver .tver-missed-btn,
.result-list li .live .hulu .hulu-missed-btn,
.result-list li .live .tver .tver-highlight-btn {
  display: inline-block;
  width: 55px;
  padding-top: 29%;
  font-size: 0;
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.result-list li .live .tver .tver-live-btn,
.result-list li .live .hulu .hulu-live-btn {
  background-image: url(../images/result/icon_live.png);
}
.result-list li .live .tver .tver-missed-btn {
  background-image: url(../images/result/icon_minogashi_tver.png);
}
.result-list li .live .hulu .hulu-missed-btn {
  background-image: url(../images/result/icon_minogashi_hulu.png);
}
.result-list li .live .tver .tver-highlight-btn {
  background-image: url(../images/result/icon_highlight.png);
}

@media screen and (min-width: 601px) {
  .result-list li .live .tver .tver-live-btn,
  .result-list li .live .hulu .hulu-live-btn,
  .result-list li .live .tver .tver-missed-btn,
  .result-list li .live .hulu .hulu-missed-btn,
  .result-list li .live .tver .tver-highlight-btn {
    padding-top: 37px;
  }
}

@media screen and (min-width: 993px) {
	.result-table .date .rugby_live {
		right: 25px;
	}

}

.result-table .type {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #19184b;
	line-height: 1;
}
.result-table .type span {
    text-align: center;
    min-width: 80px;
    padding: 6px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
	font-weight: 600;
}

.poolA .type  {	background: #78dcaa; }
.poolB .type  {	background: #cd72d7; }
.poolC .type  {	background: #50c8e6; }
.poolD .type  {	background: #ff5673; }
.tournament .type  { background: #ffeb3b; }

@media screen and (min-width: 993px) {
	.result-table .type span {
		height: auto;
	}
	.poolA .type  {	background: none; }
	.poolB .type  {	background: none; }
	.poolC .type  {	background: none; }
	.poolD .type  {	background: none; }
	.tournament .type  { background: none; }

	.poolA .type span  { background: #78dcaa; }
	.poolB .type span  { background: #cd72d7; }
	.poolC .type span  { background: #50c8e6; }
	.poolD .type span  { background: #ff5673; }
	.tournament .type span  { background: #ffeb3b; }


}



.result-table .card {
	display: flex;
	font-size: 14px;
	text-align: center;
	color: #cd72d7;
	padding-top: 10px;
}
.result-table .card a {
    display: block;
    flex-grow: 2;
	width: 40%;
}
.result-table .card a > .card-01,
.result-table .card a > .card-02 {
	width: 100%;
	text-decoration: underline;
}
.result-table .card span {
	padding: 0 2px;
	color: #FF3000;
	font-weight: 600;
	font-size: 14px;
}
.result-table .card .card-01,
.result-table .card .card-02 {
	display: block;
	flex-grow: 2;
	width: 40%;
	text-align: right;
	font-weight: bold;
	color: #173756;
	font-size: 14px;
}
@media screen and (min-width: 993px) {
	.result-table .card span {
		font-size: 15px;
	}
	.result-table .card .card-01,
	.result-table .card .card-02 {
		font-size: 16px;
	}
}

.result-table .card .card-02 { text-align: left; }
.result-table .card .card-01:after,
.result-table .card .card-02:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
.result-table .card .card-01.poolC01:after,
.result-table .card .card-02.poolD02:before,
.result-table .card .card-01.poolB01:after,
.result-table .card .card-02.poolA02:before,
.result-table .card .card-01.poolD01:after,
.result-table .card .card-02.poolC02:before,
.result-table .card .card-01.poolA01:after,
.result-table .card .card-02.poolB02:before,
.result-table .card .card-01.quaterfinals1Winner:after,
.result-table .card .card-02.quaterfinals1Winner:before,
.result-table .card .card-01.quaterfinals2Winner:after,
.result-table .card .card-02.quaterfinals2Winner:before,
.result-table .card .card-01.quaterfinals3Winner:after,
.result-table .card .card-02.quaterfinals3Winner:before,
.result-table .card .card-01.quaterfinals4Winner:after,
.result-table .card .card-02.quaterfinals4Winner:before,
.result-table .card .card-01.semifinal1Loser:after,
.result-table .card .card-02.semifinal1Loser:before,
.result-table .card .card-01.semifinal2Loser:after,
.result-table .card .card-02.semifinal2Loser:before,
.result-table .card .card-01.semifinal1Winner:after,
.result-table .card .card-02.semifinal1Winner:before,
.result-table .card .card-01.semifinal2Winner:after,
.result-table .card .card-02.semifinal2Winner:before,
.result-table .card .card-01.loser:after,
.result-table .card .card-02.loser:before {
	display: none;
}
.result-table .card .card-01.ROM:after,
.result-table .card .card-02.ROM:before {
	background: url(../images/common/mark/romania.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.ARG:after,
.result-table .card .card-02.ARG:before {
	background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.AUS:after,
.result-table .card .card-02.AUS:before {
	background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.ENG:after,
.result-table .card .card-02.ENG:before {
	background: url(../images/common/mark/england.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.FIJ:after,
.result-table .card .card-02.FIJ:before {
	background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.FRA:after,
.result-table .card .card-02.FRA:before {
	background: url(../images/common/mark/france.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.GEO:after,
.result-table .card .card-02.GEO:before {
	background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.IRE:after,
.result-table .card .card-02.IRE:before {
	background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.ITA:after,
.result-table .card .card-02.ITA:before {
	background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.JPN:after,
.result-table .card .card-02.JPN:before {
	background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.NAM:after,
.result-table .card .card-02.NAM:before {
	background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.NZL:after,
.result-table .card .card-02.NZL:before {
	background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.POR:after,
.result-table .card .card-02.POR:before {
	background: url(../images/common/mark/portugal.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.SAM:after,
.result-table .card .card-02.SAM:before {
	background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.SCO:after,
.result-table .card .card-02.SCO:before {
	background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.RSA:after,
.result-table .card .card-02.RSA:before {
	background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.TON:after,
.result-table .card .card-02.TON:before {
	background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.WAL:after,
.result-table .card .card-02.WAL:before {
	background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.URU:after,
.result-table .card .card-02.URU:before {
	background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.CHI:after,
.result-table .card .card-02.CHI:before {
	background: url(../images/common/mark/chile.png) no-repeat center; background-size: contain;
}


.result-table .score-txt {
	text-align: center;
}
.result-table .result-btn {
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: .3rem;
	line-height: 1;
	color: #173756;
  padding-bottom: 10px;
}
.result-table .result-btn a {
	width: 100%;
  max-width: 200px;
  margin: 0 auto;
	display: block;
	color: #19184B;
	padding: 5px;
	border: #19184B solid 1px;
}

.result-table .stadium {
	text-align: center;
	padding: 10px;
  font-weight: 400;
}

/* table(PC) */
.result-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	background-color: #ffffff;
}
.result-table thead {
	background: #19184B;
	color: #ffffff;
}
.result-table thead th {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.result-table thead th:nth-child(1) { width: 190px; }

.result-table thead th:nth-child(1)>span {
	display: none;
}
@media screen and (min-width: 993px) {
	.result-table thead th:nth-child(1)>span {
		display: inline;
		font-weight: normal;
		font-size: 12px;
	}

}

.result-table thead th:nth-child(2) { width: 100px; }
.result-table thead th:nth-child(4) { width: 190px; }
.result-table thead th:nth-child(5),
.result-table thead th:nth-child(6) {
  width: 80px;
  background-color: #222;
  font-size: 0;
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.result-table thead th.tver {
  background-image: url(../images/result/logo_tver.png);
  background-size: 35px;
}
.result-table thead th.hulu {
  background-image: url(../images/result/logo_hulu.png);
  background-size: 40px;
}
.result-table thead th + th { border-left: 1px solid #cccccc; }
.result-table table tr { border-bottom: 1px solid #cccccc; }
.result-table table td {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #cccccc;
}
.result-table table .type {
	position: relative;
	top: 0;
	left: 0;
}
.result-table table .date {
	text-align: left;
	font-weight: 400;
}
.result-table table .date div {
    display: inline-block;
}
.result-table table .type span {
	display: inline-block;
	padding: 5px 0;
}
.result-table table .card {
	font-size: 16px;
	padding: 15px 0;
}
.result-table table .card {
	border-bottom: none;
	display: table-cell;
}
.result-table table .card-inner { display: flex; }
.result-table table .score-txt { margin-top: 0; color: #173756; }
.result-table table .result-btn { margin-bottom: 0; }
.result-table table .stadium { border-bottom: none; }
.result-table table .live-tver {
  background: #E9F9FE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  min-height: 122px;
}
.result-table table .live-hulu {
  background: #E9FFE8;
}
.result-table table .live-tver > a,
.result-table table .live-hulu > a {
  display: block;
  width: 60px;
  padding-top: 50%;
  font-size: 0;
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.result-table table .live-tver > a.no-link,
.result-table table .live-hulu > a.no-link {
  display: none;
}
.result-table table .live-tver > a.tver-live-btn,
.result-table table .live-hulu > a.hulu-live-btn {
  background-image: url(../images/result/icon_live.png);
}
.result-table table .live-tver > a.tver-missed-btn {
  background-image: url(../images/result/icon_minogashi_tver.png);
}
.result-table table .live-hulu > a.hulu-missed-btn {
  background-image: url(../images/result/icon_minogashi_hulu.png);
}
.result-table table .live-tver > a.tver-highlight-btn {
  background-image: url(../images/result/icon_highlight.png);
}




/* scoreTable
========================================== */
#standingsA,
#standingsB,
#standingsC,
#standingsD {
  background-color: #FFFFFF;
  padding: 0 10px 20px 10px;
}
#standingsA .scoreTable-table { border: 2px solid #78dcaa; }
#standingsB .scoreTable-table { border: 2px solid #cd72d7; }
#standingsC .scoreTable-table { border: 2px solid #50c8e6; }
#standingsD .scoreTable-table { border: 2px solid #ff5673; }

@media screen and (min-width: 993px) {
  #standingsA,
  #standingsB,
  #standingsC,
  #standingsD {
    padding: 0 20px 20px 20px;
  }
}





.scoreTable-inner {
	font-size: 14px;
}
@media screen and (min-width: 993px) {
}
.scoreTable-table-tab {
  text-align: center;
	color: #19184B;
	padding: 10px;
}
.poolA .scoreTable-table-tab { background: #78dcaa; }
.poolB .scoreTable-table-tab { background: #cd72d7; }
.poolC .scoreTable-table-tab { background: #50c8e6; }
.poolD .scoreTable-table-tab { background: #ff5673; }
.tournament .scoreTable-table-tab { background: #ffeb3b; }


.scoreTable-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.scoreTable-table table tr {
	border-bottom: 1px solid #cccccc;
}
.scoreTable-table table tr:last-child {
	border-bottom: none;
}
.scoreTable-table table tr th {
	border-left: 1px solid #cccccc;
	background: #000000;
	color: #fff;
	font-size: 12px;
	padding: 10px 5px;
}
.scoreTable-table table tr th {
  background: #19184B;
}

.scoreTable-table table tr:nth-child(4) {
	border-top: 2px solid #ffeb3b;
}
.scoreTable-table table tr th:first-child { border-left: none; }
.scoreTable-table table td {
	width: 10%;
	text-align: center;
	border-left: 1px solid #cccccc;
	padding: 5px;
	font-size: 12px;
}
.scoreTable-table table td:last-child {
  width: 12%;
}
@media screen and (min-width: 993px) {
	.scoreTable-table table td {
		padding: 10px;
		font-size: 14px;
	}
  .scoreTable-table table td .br-sp {
    display: none;
  }
}
.scoreTable-table table td:first-child { border-left: none; }
.scoreTable-table table td:nth-child(2) { width: 15%; }
