@charset "UTF-8";

body.rugby2019 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.rugby-wrapper { overflow: hidden; }
@media screen and (min-width: 993px) {
	body.rugby2019 { margin-bottom: 0px; }
	.rugby-contentsWrap a { transition: all 0.3s ease;}
	.rugby-contentsWrap a:hover { opacity: 0.5; }
}
.rugby-contentsWrap { color: #173756; }
.rugby-wrapper .altTx {
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.rugby-wrapper i {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.rugby-wrapper .ic-arrow {
	background-image: url('../images/common/icon/arrow_blue.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-wrapper .ic-blank {
	background-image: url('../images/common/icon/brank_blue.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-wrapper .ic-cup {
	background-image: url('../images/common/icon/cup.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-wrapper a.rugby-btn {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	border: solid 2px #173756;
	letter-spacing: .3rem;
	line-height: 1;
	padding: 18px 10px;
	color: #173756;
}
.rugby-wrapper a.rugby-btn i.ic-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}
.rugby-wrapper a.rugby-btn i.ic-blank {
	position: relative;
	transform: translate(0, 0);
	vertical-align: bottom;
	margin-right: 10px;
}
@media screen and (min-width: 993px) {
	.rugby-wrapper a.rugby-btn {
		font-size: 18px;
		width: 400px;
		margin: 0 auto;
		padding: 25px 10px;
	}
}

/* rugby-nav
========================================== */
.rugby-nav-inner {
	background-image: url('../images/common/bg_menu.png');
	background-size: 35px 61px;
	position: relative;
	padding: 7.5px 15px;
}
#rugby-nav-bottom {
	background-color: #173756;
}
#rugby-nav-bottom .rugby-nav-inner {
	padding: 0;
	background-image: none;
}
#rugby-nav-bottom .rugby-nav-inner .nav-list {
	background: rgba(255, 255, 255, 0.5);
}
#rugby-nav-bottom .nav-list > li:nth-child(n) {
	margin-top: 0;
	width: calc((100% - 2px - 1px + 1px)/3);
}
#rugby-nav-bottom .nav-list > li:nth-child(n + 4) {
	margin-top: 1px;
}

.nav-list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav-list > li {
	width: calc((100% - 7.5px)/4);
	height: 0;
	padding-top: 11%;
	position: relative;
	background: #173756;
}
#rugby-nav-bottom .nav-list > li {
	padding-top: 14%;
}
.nav-list > li:nth-child(n+6) {
	margin-top: 2.5px;
}

#rugby-nav-top .nav-list > li.only-pc-nav {
	display: none;
}

.nav-list > li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-size: 3.1vw;
    line-height: 1.2;
	color: #ffffff;
}

.nav-list > li.is-comming {
	opacity: 0.5;
}
#rugby-nav-bottom .nav-list > li.is-comming {
	opacity: 1;
}
.nav-list > li.is-comming a {
	pointer-events: none;
}
#rugby-nav-bottom .nav-list > li.is-comming a span {
	opacity: 0.5;
}

.nav-list > li a > span {
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.nav-list > li a > span > em {
	display: none;
}
.nav-list > li a .ic-blank {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	right: 0;
	transform: translate(-50%, -50%);
	background-image: url('../images/common/icon/brank_white.png');
}


.nav-list > li.active a { color: #ffffff; background: #173756; }
.nav-list > li.active a .ic-arrow {
	background-image: url('../images/common/icon/arrow_white.png');
}
.nav-list > li.active a .ic-blank {
	background-image: url('../images/common/icon/brank_white.png');
}

/* PC（993px〜） */
@media screen and (min-width: 993px) {
	.rugby-nav-inner {
		padding: 15px 0;
	}
	#rugby-nav-bottom .rugby-nav-inner {
		background-color: #173756;
		background-image: none;
	}
	.nav-list {
		max-width: 1000px;
		margin: 0 auto;
		background: none;
	}
	.nav-list > li {
		width: 160px;
		padding-top: 55px;
		margin-top: 0;
	}
	#rugby-nav-bottom .nav-list {
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	#rugby-nav-bottom .nav-list > li {
		padding-top: 8%;
	}
	#rugby-nav-bottom .nav-list > li:nth-child(n) {
		width: calc((100% - 1px + 1px)/6);
		margin-top: 0;
		border-left: 1px solid rgba(255,255,255,0.5);
	}
	.nav-list > li:nth-child(n+7) {
		margin-top: 10px;
	}
	#rugby-nav-bottom .nav-list > li:nth-child(n+7) {
		margin-top: 1px;
	}
	#rugby-nav-top .nav-list > li.only-pc-nav {
		display: block;
	}

	.nav-list > li a {
		font-size: 16px;
		padding: 20px 40px;
	}
	.nav-list > li a > span > br {
		display: none;
	}
	.nav-list > li a > span > em {
		display: inline;
	}
	.nav-list > li a i {
		bottom: 5px;
	}
}


/* rugby-header
========================================== */
#rugby-header a{
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 90px;
	background: url('../images/common/bg_01.png') #43c8e7;
	background-size: 60px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #ffffff;
}
#rugby-header a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 10%;
	background: #43c8e7;
	background-image: linear-gradient(to right, #78e6f5, #43c8e7);
	transform: skewX(-35deg);
}
.rugby-header-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	z-index: 2;
	width: 100%;
	padding: 5px 10px 0;
}
.rugby-header-inner .logo {
	max-width: 70px;
	width: 15%;
	height: 40px;
	margin-right: 0;
	background: url('../images/common/logo.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-header-inner .title {
	width: 70%;
	max-width: 232px;
}
.rugby-header-inner .title span {
	display: block;
	max-width: 232px;
	height: 54px;
	background: url('../images/common/head_title_sp.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-header-inner .title span.date {
	height: 16px;
	background: url('../images/common/head_title_data.png') no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 20px;
}
.rugby-header-inner .japan {
	max-width: 68px;
	width: 15%;
	height: 68px;
	margin-left: 0;
	background: url('../images/common/head_title_sub.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-header-inner .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #173756;
	font-size: 10px;
	transform: scale(0.5) translate(0, -50%);
}

/* PC（993px〜） */
@media screen and (min-width: 993px) {
	#rugby-header a { height: 160px; }
	#rugby-header a:before { margin-left: 15%; }
	.rugby-header-inner {
		align-items: start;
		max-width: 1050px;
		width: 100%;
		margin: 0 auto;
		padding: 25px 0 0;
	}
	.rugby-header-inner .logo {
		max-width: 170px;
		width: 170px;
		height: 100px;
		margin-right: 15px;
	}
	.rugby-header-inner .title {
		max-width: 740px;
		/* width: 740px; */
	}
	.rugby-header-inner .title span {
		max-width: 740px;
		/* width: 740px; */
		height: 63px;
		background: url('../images/common/head_title_pc.png') no-repeat;
		background-size: contain;
		background-position: center;
	}
	.rugby-header-inner .title span.date { height: 38px; margin-top: 3px; margin-bottom: 0; }
	.rugby-header-inner .japan { max-width: 120px; height: 120px; margin-left: 0;}
	.rugby-header-inner .copyright {
		position: relative;
		margin-top: 10px;
		transform: scale(1) translate(0, 0);
	}
}


/* rugby-box
========================================== */
.rugby-box { background: #173756; }
@media screen and (min-width: 993px) {
	.rugby-box-inner {
		width: 1000px;
		margin: 0 auto;
	}
}

/* rugby-tit
========================================== */
.rugby-tit {
	color: #43c8e7;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	background-image: linear-gradient(to bottom, #113d60, #0b2a45, #071d32);
	padding: 20px 10px;
}
.rugby-tit.top {
	position: relative;
	background: #173756;
	color: #43c8e7;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 25px;
	padding-bottom: 10px;
}
.rugby-tit.top:before {
	position: absolute;
	bottom: -50px;
	left: 0;
	content: '';
	width: 100%;
	height: 50px;
	background: url('../images/common/tit_item_base.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-tit.top .sub {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
	letter-spacing: 0.4rem;
}
.rugby-tit.top .sub:before,
.rugby-tit.top .sub:after {
	content: '';
	display: inline-block;
	letter-spacing: 0;
	width: 1px;
	height: 12px;
	background: #ffffff;
	vertical-align: text-bottom;
	margin: 0 10px;
}
.rugby-tit.top .sub:after { margin-left: 7px; }

/* PC（993px〜） */
@media screen and (min-width: 993px) {
	.rugby-tit { font-size: 44px; padding: 35px 10px; }
	.rugby-tit.top {
		font-size: 64px;
		padding-bottom: 15px;
		padding-top: 40px;
	}
	.rugby-tit.top:before { bottom: -100px; height: 100px; }
	.rugby-tit.top .sub { bottom: -10px; font-size: 18px; }
	.rugby-tit.top .sub:before,
	.rugby-tit.top .sub:after { height: 18px; margin: 0 20px; }
}
