@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

/* rugby-modal
========================================== */
#rugby-modal {}
.rugby-modal-bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
@media screen and (min-width: 993px) {
	.rugby-modal-bg:hover {
		cursor: pointer;
	}
}

.rugby-modal-inner {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: none;
}
@media screen and (min-width: 376px) {
	.rugby-modal-inner {
		width: 80%;
	}
}
@media screen and (min-width: 993px) {
	.rugby-modal-inner {
		width: 100%;
		padding: 0 30px;
	}
}

.rugby-modal-movie {
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}
.rugby-modal-movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.rugby-modal-skip {
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 0.25rem;
}
.rugby-modal-skip_btn {
	cursor: pointer;
}

/* rugby-countdown
========================================== */
#rugby-countdown {
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(0deg, #fff 25%, #eb2327 25%, #eb2327 50%, #fff 50%, #fff 75%,#eb2327 75%, #eb2327 );
	background-size: 20px 20px;
	text-align: center;
	font-size: 32.5px;
	font-weight: bold;
}
#rugby-countdown .rugby-countdown-inner {
	position: relative;
	width: 78%;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0;
}
#rugby-countdown .rugby-countdown-inner:before,
#rugby-countdown .rugby-countdown-inner:after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: -15px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 100%;
	background: #fff;
	transform: skewX(15deg);
}
#rugby-countdown .rugby-countdown-inner:after {
	left: auto;
	right: -15px;
	transform: skewX(-15deg);
}
#rugby-countdown .rugby-countdown-inner .rugby-countdown-txt {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
#rugby-countdown-timer {
	position: relative;
	z-index: 1;
	color: #eb2327;
	line-height: 1;
}
#rugby-countdown-timer > p span { font-size: 22.5px; }

@media screen and (min-width: 993px) {
	#rugby-countdown { font-size: 70px; background-size: 40px 40px; }
	#rugby-countdown .rugby-countdown-inner:before,
	#rugby-countdown .rugby-countdown-inner:after {
		left: -30px;
		width: 80px;
		height: 100%;
		transform: skewX(20deg);
	}
	#rugby-countdown .rugby-countdown-inner:after {
		left: auto;
		right: -30px;
		transform: skewX(-20deg);
	}
	#rugby-countdown .rugby-countdown-inner {
		width: 60%;
		min-width: 780px;
		max-width: 900px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: center;
		padding: 45px 0 35px;
	}
	#rugby-countdown .rugby-countdown-inner .rugby-countdown-txt { font-size: 45px; }
	#rugby-countdown-timer { padding-left: 15px; }
	#rugby-countdown-timer > p span { font-size: 45px; }
}


/* rugby-mainV
========================================== */
#rugby-mainV { position: relative; }
#rugby-mainV .rugby-mainV-txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(25, 24, 75, 0.5);
	padding: 8px 20px;
}
#rugby-mainV .rugby-mainV-txt span {
	display: block;
	width: 100%;
	height: 60%;
	background: url('../images/top/mainV_chatch.png') no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (min-width: 993px) {
	#rugby-mainV .rugby-mainV-txt { height: 135px; padding: 20px; }
}

/* rugby-slider
========================================== */
.rugby-mainV-item img { width: 100%; }
.rugby-mainV-item .img {
	width: 100%;
	padding-top: 53.3%;
	height: 0;
}
.rugby-mainV-item .img-01 {
	background: url('../images/top/slider/slider_01_sp.jpg') no-repeat;
	background-size: contain;
}
.rugby-mainV-item .img-02 {
	background: url('../images/top/slider/slider_02_sp.jpg') no-repeat;
	background-size: contain;
}
.rugby-mainV-item .img-03 {
	background: url('../images/top/slider/slider_03_sp.jpg') no-repeat;
	background-size: contain;
}
.rugby-mainV-item .img-04 {
	background: url('../images/top/slider/slider_04_sp.jpg') no-repeat;
	background-size: contain;
}
.rugby-mainV-item .img-05 {
	background: url('../images/top/slider/slider_05_sp.jpg') no-repeat;
	background-size: contain;
}
.rugby-mainV-item .img-06 {
	background: url('../images/top/slider/slider_06_sp.jpg') no-repeat;
	background-size: contain;
}
.slick-dotted.slick-slider { margin-bottom: 0; }
.rugby-mainV-slider .slick-dots {
	z-index: 1;
	line-height: 20px;
	bottom: 0;
}
.slick-dots li button:before {
	opacity: 1;
	color: #03172b;
}
@media screen and (min-width: 993px) {
	.rugby-mainV-slider .slick-dots {
		bottom: 10px;
	}
	.slick-dots li button:before {
		font-size: 12px;
	}
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ffffff;
}

/* 全部読み込んでからスライダー表示 */
.rugby-mainV-slider { display:none; }
.rugby-mainV-slider.slick-initialized { display: block; animation: show .5s linear; }
@keyframes show {
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}

@media screen and (min-width: 993px) {
	.rugby-mainV-item .img { padding-top: 42.63%; }
	.rugby-mainV-item .img-01 {
		background: url('../images/top/slider/slider_01_pc.jpg') no-repeat;
		background-size: contain;
	}
	.rugby-mainV-item .img-02 {
		background: url('../images/top/slider/slider_02_pc.jpg') no-repeat;
		background-size: contain;
	}
	.rugby-mainV-item .img-03 {
		background: url('../images/top/slider/slider_03_pc.jpg') no-repeat;
		background-size: contain;
	}
	.rugby-mainV-item .img-04 {
		background: url('../images/top/slider/slider_04_pc.jpg') no-repeat;
		background-size: contain;
	}
	.rugby-mainV-item .img-05 {
		background: url('../images/top/slider/slider_05_pc.jpg') no-repeat;
		background-size: contain;
	}
	.rugby-mainV-item .img-06 {
		background: url('../images/top/slider/slider_06_pc.jpg') no-repeat;
		background-size: contain;
	}
	.rugby-mainV-slider .slick-dots {
		line-height: 40px;
	}
}
/* rugby-box
========================================== */
.rugby-box-inner {
	background: #ffffff;
	padding: 80px 20px 25px;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 993px) {
	.rugby-box-inner { padding: 140px 80px 60px; }
}


/* top-bnr-area
========================================== */
.top-bnr-area {
	background: #19184B;
	text-align: center;
	padding: 15px 15px 0;
}
.top-bnr-area .top-bnr-item { width: 100%; line-height: 1;}
.top-bnr-area .top-bnr-item + .top-bnr-item { margin-top: 25px; }
#top-movie-bnr + .top-bnr-item { margin-top: 15px; }


.top-bnr-area .top-bnr-item a { display: inline-block; line-height: 0; }
.top-bnr-area .top-bnr-item a img { max-width: 100%; width: 100%; }

@media screen and (min-width: 993px) {
	.top-bnr-area { padding: 40px 0 20px; }
	.top-bnr-area .top-bnr-item + .top-bnr-item { margin-top: 50px; }
}


/* top-live
========================================== */
#top-live { padding: 15px 0; }
.top-live-inner { position: relative; box-shadow: none; padding: 10px 15px 15px; }
.top-live-inner:after {
	content: 'LIVE';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background: #eb0927;
	animation: live-anime 1300ms ease 0s infinite normal;
}
.top-live-inner + .top-live-inner { margin-top: 20px; }
@keyframes live-anime {
	0% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	40% {
	  -webkit-transform: scale(1.15);
	  transform: scale(1.15);
	}
	80% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  }


.live-tit { position: relative; margin-bottom: 7.5px; }
.live-tit .pool {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 80px;
	text-align: center;
	background: #43c8e7;
	color: #ffffff;
	font-size: 14px;
}
.live-tit .pool.poolA { background: #43c8e7; }
.live-tit .pool.poolB { background: #f6416c; }
.live-tit .pool.poolC { background: #32d9c3; }
.live-tit .pool.poolD { background: #9545b1; }
.live-tit .pool.tournament { background: #f4d700; }

.live-tit .card {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.live-tit .card > span { display: block; }
.live-tit .card .card-01:before,
.live-tit .card .card-02:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 10px;
}

.live-tit .japan:before, .live-tit .japan:after { background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain; }
.live-tit .america:after, .live-tit .america:before { background: url(../images/common/mark/america.png) no-repeat center; background-size: contain; }
.live-tit .argentina:after, .live-tit .argentina:before { background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain; }
.live-tit .australia:after, .live-tit .australia:before { background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain; }
.live-tit .england:after, .live-tit .england:before { background: url(../images/common/mark/england.png) no-repeat center; background-size: contain; }
.live-tit .fiji:after, .live-tit .fiji:before { background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain; }
.live-tit .france:after, .live-tit .france:before { background: url(../images/common/mark/france.png) no-repeat center; background-size: contain; }
.live-tit .georgia:after, .live-tit .georgia:before { background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain; }
.live-tit .ireland:after, .live-tit .ireland:before { background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain; }
.live-tit .italy:after, .live-tit .italy:before { background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain; }
.live-tit .japan:after, .live-tit .japan:before { background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain; }
.live-tit .namibia:after, .live-tit .namibia:before { background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain; }
.live-tit .newzealand:after, .live-tit .newzealand:before { background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain; }
.live-tit .russia:after, .live-tit .russia:before { background: url(../images/common/mark/russia.png) no-repeat center; background-size: contain; }
.live-tit .samoa:after, .live-tit .samoa:before { background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain; }
.live-tit .scotland:after, .live-tit .scotland:before { background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain; }
.live-tit .southafrica:after, .live-tit .southafrica:before { background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain; }
.live-tit .tonga:after, .live-tit .tonga:before { background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain; }
.live-tit .wales:after, .live-tit .wales:before { background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain; }
.live-tit .uruguay:after, .live-tit .uruguay:before { background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain; }
.live-tit .canada:after, .live-tit .canada:before { background: url(../images/common/mark/canada.png) no-repeat center; background-size: contain; }


.live-tit .card .color_red { color: #f6416c; line-height: 1.2; }
.live-frame {
	padding-top: 56.25%;
	overflow: hidden;
	position: relative;
}
.live-frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* PC */
@media screen and (min-width: 993px) {
	.top-live-inner { padding: 30px 80px 60px; }
	.top-live-inner + .top-live-inner { margin-top: 80px; }
	.live-tit { margin-bottom: 25px; }
	.top-live-inner:after {
		right: 10px;
		top: 10px;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		line-height: 90px;
		font-size: 24px;
	}
	.live-tit .pool {
		width: 100px;
		font-size: 18px;
		padding: 5px 0;
	}
	.live-tit .card {
		font-size: 28px;
	}
	.live-tit .card > span {
		display: inline-block;
	}
	.live-tit .card .card-01:after,
	.live-tit .card .card-02:before {
		display: inline-block;
		vertical-align: middle;
		content: '';
		width: 50px;
		height: 50px;
		margin: 0 10px;
	}
	.live-tit .card .card-01:before { display: none; }
}
/* PC */
@media screen and (min-width: 1070px) {
	#top-live { padding: 80px 0 25px; }
	.top-live-inner:after {
		right: -30px;
		top: -50px;
		width: 130px;
		height: 130px;
		line-height: 130px;
		font-size: 32px;
	}
}


/* #emergency
========================================== */
#emergency { background: #19184B; padding: 15px; }
#emergency .emergency-box { width: 100%; max-width: 1000px; margin: 0 auto; background: #fff; border: 1px solid #eb0927; }
#emergency h2 {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #eb0927;
	padding: 5px;
	color: #fff;
	background: #eb0927;
}
#emergency .emergency-inner { padding: 15px; font-size: 14px; }
#emergency  .emergency-inner + .emergency-inner { border-top: 1px dotted #eb0927; }



/* top-special
========================================== */
#top-special .rugby-tit.top br { display: none; }

/* Tablet（-992px) */
@media only screen and (max-width: 992px) {
	#top-special .rugby-tit.top br { display: block; }
	#top-special .rugby-tit.top .sub { bottom: auto; text-align: center; }
	#top-special .rugby-tit.top .sub:before,
	#top-special .rugby-tit.top .sub:after {
		position: absolute;
		left: 50%;
		top: 3px;
		margin-left: 5.5em;
	}
	#top-special .rugby-tit.top .sub:before { margin-left: -5.5em; }
}

#top-special .rugby-box-inner { padding: 60px 0 25px; }
#top-special .rugby-box-inner .top-special-inner { background: url('../images/common/bg_black.png'); }
#top-special .top-special-list {
	padding: 15px 0;
	margin-right: -10px;
}
#top-special .top-special-item {
	display: block;
	background: #fff;
	margin-right: 10px;
	border: 1px solid #ffffff;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
}
#top-special .top-special-item a { display: block; }
#top-special .top-special-thumb {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#top-special .top-special-item.new {
	position: relative;
	overflow: hidden;
}
#top-special .top-special-item.new:after {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Oswald', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	content: 'NEW';
	display: inline-block;
	width: 80px;
	padding: 45px 0 0px;
	font-size: 13px;
	text-align: center;
	background: #e60012;
	color: #fff;
	transform: translate(50%, -50%) rotate(45deg);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.35);
}
#top-special .top-special-txt { padding: 10px; }
#top-special .top-special-txt .top-special-txt-date { font-size: 10px; }
#top-special .top-special-txt .top-special-txt-count { font-size: 11px; }
#top-special .top-special-txt .top-special-txt-name { font-weight: bold; }
#top-special .top-special-txt .top-special-txt-count span {
	font-size: 14px;
	color: #e60012;
}
#top-special .top-special-btn { padding: 15px 15px 0; }
#top-special .top-special-btn a {
	position: relative;
	text-align: center;
	display: block;
	background: #e7010e;
	color: #fff;
	font-size: 14px;
	padding: 15px 30px;
	letter-spacing: 2px;
}
#top-special .top-special-btn a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 15px;
	left: auto;
	margin: auto;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
}


/* PC */
@media screen and (min-width: 993px) {
	#top-special .rugby-box-inner { width: 100%; padding: 140px 0 60px; }
	#top-special .top-special-list {
		width: 1000px;
		margin: 0 auto;
		padding: 30px 60px;
	}
	#top-special .top-special-list .slick-list { width: 100%; }
	#top-special .top-special-item { margin-right: 15px; }
	#top-special .top-special-item.new:after {
		width: 100px;
		padding: 60px 0 0px;
		font-size: 19px;
	}
	#top-special .top-special-txt { font-size: 16px; min-height: 4.6em; }
	#top-special .slick-prev,
	#top-special .slick-next {
		width: 40px;
		height: 50px;
		background: #282828;
	}
	#top-special .slick-next { right: 50px; }
	#top-special .slick-prev {
		left: 40px;
		z-index: 1;
	}
	#top-special .slick-prev:before,
	#top-special .slick-next:before {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: -5px;
		margin: auto;
		transform-origin: 50% 50%;
		transform: rotate(45deg);
	}
	#top-special .slick-prev:before {
		transform: rotate(-135deg);
		left: 5px;
	}
	#top-special .slick-prev.slick-disabled,
	#top-special .slick-next.slick-disabled {
		display: none !important;
	}
	#top-special .top-special-btn { padding: 30px 0 0; }
	#top-special .top-special-btn a {
		width: 480px;
		margin: 0 auto;
		font-size: 18px;
		padding: 20px 30px;
	}
	#top-special .top-special-btn a:before {
		width: 15px;
		height: 15px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		right: 20px;
	}
}



/* onair
========================================== */
#onair {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#onair .rugby-box-inner {
	padding: 50px 15px 25px;
}
#onairList .onair-item {
	border-bottom: 1px solid #979797;
	letter-spacing: 2px;
	padding: 5px 0 15px;
}
#onairList .onair-item .date {
	font-size: 12px;
	background-color: #fff9a9;
	padding: 2px 5px;
}
#onairList .onair-item .red {
	color: #e02020;
	font-size: 13px;
	padding: 0 3px;
}
#onairList .onair-item .free-txt {
	padding: 10px 0;
}
#onairList .onair-item .free-txt.logo_one:before,
#onairList .onair-item .free-txt.logo_all:before,
#onairList .onair-item .free-txt.logo_2023:before {
	display: inline-block;
	vertical-align: sub;
	content: '';
	width: 60px;
	height: 25px;
	margin: 0 10px 0 0;
}
#onairList .onair-item .free-txt.logo_one:before {
	background: url(../images/common/logo/logo_one.png) no-repeat right center; background-size: contain;
}
#onairList .onair-item .free-txt.logo_all:before {
	background: url(../images/common/logo/logo_all.png) no-repeat right center; background-size: contain;
}
#onairList .onair-item .free-txt.logo_2023:before {
	background: url(../images/common/logo/logo_2023.png) no-repeat right center; background-size: contain;
}

#onairList .onair-item .card {
	display: flex;
	font-size: 14px;
	text-align: center;
	color: #f6416c;
	padding: 10px 0;
}
#onairList .onair-item .card .card-01,
#onairList .onair-item .card .card-02 {
	display: block;
	flex-grow: 2;
	width: 40%;
	text-align: right;
	color: #19184B;
	letter-spacing: 1px;
}
#onairList .onair-item .card .card-02 { text-align: left; }
#onairList .onair-item .card .card-01:before,
#onairList .onair-item .card .card-02:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
#onairList .onair-item .tournament .card .card-01:before,
#onairList .onair-item .tournament .card .card-02:after,
#onairList .onair-item .card .card-01.loser:before,
#onairList .onair-item .card .card-02.loser:after {
	display: none;
}
#onairList .onair-item .card .card-01.america:before,
#onairList .onair-item .card .card-02.america:after {
	background: url(../images/common/mark/america.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.argentina:before,
#onairList .onair-item .card .card-02.argentina:after {
	background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.australia:before,
#onairList .onair-item .card .card-02.australia:after {
	background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.england:before,
#onairList .onair-item .card .card-02.england:after {
	background: url(../images/common/mark/england.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.fiji:before,
#onairList .onair-item .card .card-02.fiji:after {
	background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.france:before,
#onairList .onair-item .card .card-02.france:after {
	background: url(../images/common/mark/france.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.georgia:before,
#onairList .onair-item .card .card-02.georgia:after {
	background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.ireland:before,
#onairList .onair-item .card .card-02.ireland:after {
	background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.italy:before,
#onairList .onair-item .card .card-02.italy:after {
	background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.japan:before,
#onairList .onair-item .card .card-02.japan:after {
	background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.namibia:before,
#onairList .onair-item .card .card-02.namibia:after {
	background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.newzealand:before,
#onairList .onair-item .card .card-02.newzealand:after {
	background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.russia:before,
#onairList .onair-item .card .card-02.russia:after {
	background: url(../images/common/mark/russia.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.samoa:before,
#onairList .onair-item .card .card-02.samoa:after {
	background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.scotland:before,
#onairList .onair-item .card .card-02.scotland:after {
	background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.southafrica:before,
#onairList .onair-item .card .card-02.southafrica:after {
	background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.tonga:before,
#onairList .onair-item .card .card-02.tonga:after {
	background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.wales:before,
#onairList .onair-item .card .card-02.wales:after {
	background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.uruguay:before,
#onairList .onair-item .card .card-02.uruguay:after {
	background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain;
}
#onairList .onair-item .card .card-01.canada:before,
#onairList .onair-item .card .card-02.canada:after {
	background: url(../images/common/mark/canada.png) no-repeat center; background-size: contain;
}

@media screen and (min-width: 993px) {
	#onair { font-size: 38px; }
	#onair .rugby-box-inner { padding: 80px 80px 60px; }
	#onairList .onair-item { padding: 20px 0 40px; letter-spacing: 3px; }
	#onairList .onair-item .card { font-size: 38px; }
	#onairList .onair-item .card .card-01:before,
	#onairList .onair-item .card .card-02:after {
		width: 50px; height: 50px;
	}
	#onairList .onair-item .red { font-size: 32px; padding: 0 10px; }
	#onairList .onair-item .date { font-size: 22px; padding: 5px; }
	#onairList .onair-item .free-txt.logo_one:before,
	#onairList .onair-item .free-txt.logo_all:before,
	#onairList .onair-item .free-txt.logo_2023:before {
		width: 120px;
		height: 50px;
	}
}


/* outline
========================================== */
#about {
	position: relative;
	padding-bottom: 0;
}
#about .about-bg {
	position: relative;
}
#about .about-bg::before,
#about::before {
	display: block;
	content: '';
	background-image: url(../images/top/bg-item-bottom_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 35%;
	padding-top: 56%;
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 0;
}
#about::before {
	display: none;
}
.outline-headline {
	color: #19184B;
	text-align: center;
    margin-bottom: 25px;
	font-size: 15.8px;
}
.outline-headline .txt-strong {
	font-weight: 700;
	color: #FF3000;
}
.outline-headline .txt-point {
	font-weight: 700;
	padding: 4px 0;
	color: #ffffff;
	background: #FF3000;
}
.outline-headline .br_pc {
	display: none;
}

@media screen and (min-width: 993px) {
	#about {
		padding-bottom: 120px;
	}
	#about::before {
		display: block;
		background-image: url(../images/top/bg-item-bottom_pc.png);
		width: 49%;
    padding-top: 42%;
	}
	#about .about-bg::before {
		display: none;
	}
	.outline-headline {
		font-size: 20px;
		line-height: 2;
		border-bottom: none;
		margin-bottom: 60px;
	}
	.outline-headline .br_sp {
		display: none;
	}
	.outline-headline .br_pc {
		display: block;
	}
}

.outline-detail {
	border: 1px solid #19184B;
	padding: 40px 20px 30px;
}
.outline-detail dt {
	font-size: 18px;
    font-weight: 700;
	color: #19184B;
	padding: 30px 0 20px;
}
.outline-detail dt:first-child {
	padding: 0 0 20px;
}
.outline-detail dd {
	font-size: 15.5px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D2D2DA;
}
.outline-detail dd:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.outline-detail dd > span { display: block; font-weight: 700; }
.outline-detail dd > span + span { margin-top: 20px; }

@media screen and (min-width: 993px) {
	.about-inner { background: #ffffff; }
	.outline-box {
		width: 840px;
		margin: 0 auto;
	}
	.outline-detail {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #19184B;
		font-size: 16px;
		padding: 10px 20px;
	}
	.outline-detail dt {
		width: 260px;
		border-bottom: 1px solid #D2D2DA;
		padding: 30px 20px;
		font-size: 18px;
		position: relative;
	}
	.outline-detail dt::after {
		content: '';
		width: 1px;
		height: calc(100% - 20px);
		background-color: #D2D2DA;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.outline-detail dt:first-child {
		padding: 30px 20px;
	}
	.outline-detail dt:nth-child(9) {
		border-bottom: none;
	}
	.outline-detail dd {
		width: calc(100% - 260px);
		padding: 30px 0 30px 50px;
		font-size: 18px;
	}
	.outline-detail dd:last-child {
		padding: 30px 0 30px 50px;
	}
}

/* top-banner
========================================== */
#top-banner {
  position: relative;
}
#top-banner::before {
	background-image: url(../images/top/bg-item-top_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	z-index: 0;
	content: '';
	width: 32%;
	padding-top: 45%;
	left: 0;
  }

  @media screen and (min-width: 993px) {
    #top-banner::before {
		background-image: url(../images/top/bg-item-top_pc.png);
		width: 31%;
		padding-top: 45%;
		left: -25px;
	}
}
#top-banner .rugby-box-inner {
  padding: 40px 20px 0;
  background: none;
}
.top-banner-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  font-size: 0;
}
.top-banner-item {
  flex: 0 0 49%;
  flex-basis: 100%;
  max-width: 100%;
  vertical-align: top;
}
.top-banner-item:not(:first-child) {
  margin-top: 10px;
}
.top-banner-item > a {
  display: block;
}
.top-banner-item > a > div {
  padding-top: 17.9%;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-banner-item > .is-pc {
  display: none;
}

@media screen and (min-width: 993px) {
  #top-banner .rugby-box-inner {
    padding: 90px 0 0;
  }
  .top-banner-item {
    max-width: 49.2%;
  }
  .top-banner-item:nth-child(2n) {
    margin-left: 1.6%;
  }
  .top-banner-item:nth-child(n + 2) {
    margin-top: 0;
  }
  .top-banner-item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .top-banner-item > .is-pc {
    display: block;
  }
  .top-banner-item > .is-sp {
    display: none;
  }
}

#top-banner.bottom::before {
  display: none;
}
#top-banner.bottom .rugby-box-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 993px) {
  #top-banner.bottom .rugby-box-inner {
    padding: 40px 0;
  }
}


/* schedule
========================================== */
#schedule {
	position: relative;
}

#schedule .rugby-box-inner{
	padding: 0;
	background: none;
}
#schedule .rugby-tit.top:before{
	display: none;
}


/* sp ========================================== */
#schedule  .schedule-button {
	padding: 0 35px;
	margin: 0 auto;
	max-width: 470px;
	margin-top: 35px;
	display: block;
}
#schedule  .schedule-button-inner{
	width: 100%;
	max-width: 400px;
	border: 2px solid #ffffff;
	padding: 18px 10px 20px;
}
#schedule  .schedule-button p {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px; /* 100% */
	letter-spacing: 3px;
	position: relative;
}
#schedule  .schedule-button p:after{
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

#schedule .Opta {
  font-family: var(--font-noto);
  clear: both;
  width: 100%;
  padding: 0;
  border: none;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 1;
  font-size: 100%;
}
#schedule .Opta .Opta_W {
  margin-top: 30px;
  position: relative;
  width: 100%;
  border: none;
  overflow: hidden;
  direction: inherit;
}
#schedule .Opta .Opta_W div {
  border-radius: 0;
  color: #404040;
}
#schedule .Opta .Opta-Flex {
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  padding: 0 20px;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 1.1;
  border: none;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture::before {
  position: absolute;
  bottom: -1px;
  right: -1px;
  content: '';
  border-top: 30px solid transparent;
  border-right: 30px solid #2D3CFF;
}
#schedule .Opta h3 {
  width: 100%;
  padding: 5px 20px 5px;
  border-bottom: 0;
  height: 56px;
  line-height: 30px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background: #19184B;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 .w-number-title {
  border-right: 1px solid #ffffff;
  white-space: nowrap;
  padding: 0 20px 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 .w-number-title .w-number {
  padding: 0 3px;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 .w-number-title + span,
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 .Opta-ClockTime,
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 abbr {
  font-size: 24px;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 .w-number-title + span {
  padding-left: 30px;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 abbr,
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 span {
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  height: auto;
  text-decoration: none;
  border: none;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 .w-daysOfWeek {
  font-size: 14px;
  font-weight: 500;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-fixture-content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 25px;
  color: #19184B;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-fixture-content .Opta-Venue {
  order: 3;
  width: 100%;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 5px;
  padding: 0;
  color: #19184B;
  background-color: #fff;
  border-bottom: none;
  text-align: center;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-fixture-content .Opta-badges {
  order: 1;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-top: 0;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team .Opta-TeamName {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Home .Opta-TeamName {
  justify-content: flex-end;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .w-flag {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 3.5px 0 4px;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-600 .w-flag {
	background-image: url(../images/common/mark/ireland.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-800 .w-flag {
  background-image: url(../images/common/mark/argentina.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-952 .w-flag {
	background-image: url(../images/common/mark/italy.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-550 .w-flag {
  background-image: url(../images/common/mark/england.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-500 .w-flag {
	background-image: url(../images/common/mark/wales.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-2800 .w-flag {
  background-image: url(../images/common/mark/uruguay.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-100 .w-flag {
	background-image: url(../images/common/mark/australia.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-950 .w-flag {
  background-image: url(../images/common/mark/samoa.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-2850 .w-flag {
	background-image: url(../images/common/mark/georgia.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-700 .w-flag {
	background-image: url(../images/common/mark/scotland.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-19574 .w-flag {
  background-image: url(../images/common/mark/chile.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-750 .w-flag {
	background-image: url(../images/common/mark/tonga.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-2900 .w-flag {
	background-image: url(../images/common/mark/namibia.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-850 .w-flag {
	background-image: url(../images/common/mark/newzealand.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-954 .w-flag {
	background-image: url(../images/common/mark/fiji.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-650 .w-flag {
	background-image: url(../images/common/mark/france.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-958 .w-flag {
	background-image: url(../images/common/mark/portugal.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-951 .w-flag {
	background-image: url(../images/common/mark/romania.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-900 .w-flag {
	background-image: url(../images/common/mark/southafrica.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team-3000 .w-flag {
  background-image: url(../images/common/mark/japan.png);
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team {
  height: auto;
  width: 50%;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-badges .w-vs {
  color: #FF3000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  margin: 0 5px 0 5px;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline {
  order: 2;
  width: 20%;
  margin: 5px auto 0;
  color: #19184B;
  position: relative;
  font-weight: normal;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline .Opta-Divider {
  font-size: 14px;
  height: 0;
  text-align: center;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline .Opta-Score {
  width: 30%;
  font-size: 14px;
  float: left;
  text-align: center;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline .Opta-Score.Opta-Away {
  float: right;
}
#schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline .Opta-Score .Opta-Team-Score {
  font-size: 14px;
}

#schedule .Opta .Opta-Cf:after {
  clear: both;
  content: "";
  display: table;
}

/* pc ========================================== */
@media screen and (min-width: 993px) {
	#schedule  .schedule-button {
		padding: 0 20px;
		margin: 0 auto;
		max-width: 440px;
		margin-top: 50px;
		display: block;
	}
	#schedule  .schedule-button-inner{
		width: 100%;
		max-width: 400px;
		border: 2px solid #ffffff;
		padding: 24px 10px 26px;
	}
	#schedule  .schedule-button p {
		color: #ffffff;
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px; /* 100% */
		letter-spacing: 3px;
	}

  #schedule .Opta .Opta_W {
    margin-top: 70px;
  }
  #schedule .Opta .Opta-Flex {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  #schedule .Opta h3 {
    height: 39px;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture h3 .w-number-title + span {
    padding-left: 110px;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Team span {
    font-size: 20px;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .w-flag {
    width: 26px;
    height: 26px;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-fixture-content .Opta-Venue {
    font-size: 12px;
    margin-top: 10px;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline {
    width: 15%;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline .Opta-Divider {
    font-size: 16px;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline .Opta-Score {
    font-size: 16px;
  }
  #schedule .Opta .Opta_R_F.Opta_R_F_G .Opta-fixture .Opta-Scoreline .Opta-Score .Opta-Team-Score {
    font-size: 16px;
  }
}

/* twitter
========================================== */
#twitter .twitter-timeline-box {
	border: 1px solid #d8d8d8;
	line-height: 0;
	text-align: center;
	min-height: 344px;
}
/* @media screen and (min-width: 993px) {
	#twitter-widget-0 { height: 450px !important; }
} */


/* program
========================================== */
#program .program-inner { text-align: center; }
#program .program-inner img { max-width: 100%; }
#program .program-inner a { display: block; line-height: 0; }
#program .program-inner a + a { margin-top: 15px; }
@media screen and (min-width: 993px) {
	#program .program-inner a + a { margin-top: 20px; }
}

/* topics
========================================== */
#topics .topics-bg {
	position: relative;
}
#topics .topics-bg::before {
	content: '';
	background-image: url(../images/top/bg-item-bottom_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 35%;
	padding-top: 56%;
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 0;
}

#topics .rugby-box-inner {
	padding: 60px 0 25px;
}
#topics .topics-list { width: 100%; }
#topics .topics-item {
	background-color: #ffffff;
	line-height: 1.25;
	border-bottom: 1px solid #cccccc;
}
#topics .topics-item a {
	display: block;
	padding: 16px 10px;
}
#topics .topics-item:first-child a {
	position: relative;
	padding: 0;
}
#topics .topics-item a:after {
	content: '';
	display: block;
	clear: both;
}
#topics .topics-item .topics-item-thumb {
	width: 31.25%;
	padding-top: 17.57812%;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#topics .topics-item:first-child .topics-item-thumb {
	width: 100%;
	padding-top: 56.25%;
	float: none;
}
#topics .topics-item:first-child .topics-item-thumb:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.85) 100%);
}
#topics .topics-item .topics-item-txt {
	margin-left: 34.375%;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
  font-weight: 400;
}
#topics .topics-item:first-child .topics-item-tit {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	line-height: 1.3;
	letter-spacing: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 0;
	padding: 10px;
}
#topics .topics-item .topics-item-data {
	bottom: 0;
	padding-top: 5px;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0.4px;
	color: #9b9b9b;
}
#topics .topics-item:first-child .topics-item-data {
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	padding-top: 0;
	letter-spacing: 0;
	color: #222222;
	margin-left: 0;
}
#topics .topics-item .topics-item-data .genre:after {
	content: '|';
	display: inline-block;
	padding: 0 5px;
}
#topics .topics-item:first-child .topics-item-data .genre:after {
	display: none;
}
#topics .topics-item:first-child .topics-item-data .genre {
	display: inline-block;
	background-color: #ebf8ff;
	letter-spacing: 0.4px;
	color: #222222;
	padding: 2px 5px;
}
#topics .topics-item:first-child .topics-item-data .date {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.4);
	letter-spacing: 0.4px;
	color: #ffffff;
	padding: 2px 5px;
}
#topics .more-btn {
	width: calc(100% - 30px);
	margin: 20px auto 0;
}

@media screen and (min-width: 993px) {
  #topics .topics-bg::before {
		background-image: url(../images/top/bg-item-bottom_pc.png);
		width: 49%;
    padding-top: 42%;
	}
	#topics .rugby-box-inner {
		width: 100%;
		padding: 140px 0 50px;
	}
	#topics .topics-list {
		max-width: 1000px;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: flex-start;
		align-content: stretch;
		margin: 0 auto;
	}
	#topics .topics-item {
		width: 32%;
		border: 1px solid #efefef;
		margin-left: 2%;
	}
	#topics .topics-item:nth-child(3n+1) {
		margin-left: 0;
	}
	#topics .topics-item:nth-child(n+4) {
		margin-top: 20px;
	}
	#topics .topics-item a {
		display: block;
		padding: 0;
	}
	#topics .topics-item a:after {
		display: none;
	}
	#topics .topics-item .topics-item-thumb {
		width: 100%;
		padding-top: 56.57894%;
		float: none;
	}
	#topics .topics-item:first-child .topics-item-thumb {
		padding-top: 56.57894%;
	}
	#topics .topics-item:first-child .topics-item-thumb:before {
		display: none;
	}
	#topics .topics-item .topics-item-txt {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.56;
		margin: 15px;
	}
	#topics .topics-item:first-child .topics-item-tit {
		position: relative;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: normal;
		color: inherit;
		padding: 0;
		line-height: 1.56;
	}
	#topics .topics-item .topics-item-data {
		bottom: 0;
		padding-top: 5px;
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: 0.4px;
		color: #9b9b9b;
	}
	#topics .topics-item:first-child .topics-item-data {
		position: relative;
		bottom: 0;
		padding-top: 5px;
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: 0.4px;
		color: #9b9b9b;
	}
	#topics .topics-item:first-child .topics-item-data .genre:after {
		content: '|';
		display: inline-block;
		padding: 0 5px;
	}
	#topics .topics-item:first-child .topics-item-data .genre {
		display: inline-block;
		background-color: inherit;
		color: #9b9b9b;
		padding: 0;
	}
	#topics .topics-item:first-child .topics-item-data .date {
		display: inline-block;
		background-color: inherit;
		color: #9b9b9b;
		padding: 0;
	}
	#topics .more-btn {
		width: 400px;
		margin: 40px auto 0;
	}
}
