@charset "UTF-8";

/* Noto sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

/* css変数 */
:root {
  --font-noto: "Noto Sans JP","游ゴシック体","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
}

body.rugby2023 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.rugby-wrapper {
  overflow: hidden;
  font-family: var(--font-noto);
  font-weight: 500;
}

@media screen and (min-width: 993px) {
	body.rugby2023 { margin-bottom: 0px; }
	.rugby-contentsWrap a { transition: all 0.3s ease;}
	.rugby-contentsWrap a:hover { opacity: 0.5; }
}
.rugby-contentsWrap { color: #19184B; }
.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 #19184B;
	letter-spacing: .3rem;
	line-height: 1;
	padding: 18px 10px;
	color: #19184B;
}
.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-header
========================================== */
#rugby-header a{
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 120px;
	background: #2D3CFF;
	background-size: 60px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
#rugby-header a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 103%;
	height: 100%;
	margin-left: 10%;
	background-image: linear-gradient(to right, #2634EE, #FF3000);
	transform: skewX(-35deg);
}
.rugby-header-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 3px 10px 0;
}
.rugby-header-inner .logo {
	max-width: 70px;
	width: 15%;
	height: 85px;
	margin-right: 20px;
	background: url('../images/common/logo_sp.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.rugby-header-inner .title {
	width: 70%;
	max-width: 232px;
	height: auto;
}
.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: 25px;
	background: url('../images/common/head_title_data_sp.png') no-repeat;
	background-size: contain;
}
.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 {
	width: 250%;
	color: #ffffff;
	font-size: 10px;
    transform-origin: left top;
    transform: scale(0.5);
}

/* PC（993px〜） */
@media screen and (min-width: 993px) {
	#rugby-header a { height: 160px; }
	#rugby-header a:before { margin-left: 18%; }
	.rugby-header-inner {
		align-items: center;
		max-width: 1050px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.rugby-header-inner .logo {
		max-width: 265px;
		width: 265px;
		height: 100px;
		margin-right: 30px;
		background: url('../images/common/logo_pc.png') no-repeat;
		background-size: contain;
		background-position: center;
	}
	.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;
	}
	.rugby-header-inner .title span.date {
		height: 38px;
		margin-top: 3px;
		margin-bottom: 0;
		background: url('../images/common/head_title_data_pc.png') no-repeat;
		background-size: contain;
	}
	.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-main
========================================== */
.rugby-main {
	background: #2D3CFF;
}


/* rugby-box
========================================== */
.rugby-box-inner {
	z-index: 1;
	position: relative;
}
@media screen and (min-width: 993px) {
	.rugby-box-inner {
		width: 1000px;
		margin: 0 auto;
	}
}

/* rugby-tit
========================================== */
.rugby-tit {
	color: #FFFFFF;
	text-align: center;
	padding: 20px 10px;
	position: relative;
	color: #FFFFFF;
	text-align: center;
  font-family: var(--font-noto);
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	padding-top: 40px;
	padding-bottom: 32px;
	z-index: 2;
  letter-spacing: 1.02px;
}
.rugby-tit .sub {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	/* font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; */
	font-weight: 300;
	color: #ffffff;
	line-height: normal;
	letter-spacing: 0.4rem;
}
.rugby-tit .sub:before,
.rugby-tit .sub:after {
	content: '';
	display: inline-block;
	letter-spacing: 0;
	width: 1px;
	height: 12px;
	background: #ffffff;
	vertical-align: text-bottom;
	margin: 0 10px;
}
.rugby-tit .sub:after { margin-left: 7px; }
.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;
}

/* PC（993px〜） */
@media screen and (min-width: 993px) {
	.rugby-tit {
		font-size: 64px;
		padding-bottom: 38px;
		padding-top: 100px;
    letter-spacing: 3.2px;
	}
	.rugby-tit .sub { bottom: 0; font-size: 18px; }
	.rugby-tit .sub:before,
	.rugby-tit .sub:after { height: 18px; margin: 0 20px; }
	.rugby-tit.top:before { bottom: -100px; height: 100px; }
}
