@charset "UTF-8";

#about {
	position: relative;
	padding-bottom: 0;
}
#about::before {
	content: '';
	background-image: url(../images/outline/bg-item_top.png);
	background-repeat: no-repeat;
  background-size: contain;
	width: 100%;
  padding-top: 47%;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 0;
}
#about::after {
  content: '';
  background-image: url(../images/outline/bg-item_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 20px right;
  width: 88%;
  padding-top: 65%;
  position: absolute;
  bottom: -2px;
  right: -35%;
  z-index: 0;
}


.about-inner > .tit {
	position: relative;
	font-size: 19px;
	background: #173756;
	color: #ffffff;
	padding: 15px 15px;
}
.about-inner > .tit > span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 9px;
}

.rugby-box-inner.outline {
  padding: 30px 20px 25px;
  margin: 30px auto 0;
  background-color: #fff;
}

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

	#about::before {
		background-image: url(../images/outline/bg-item_top.png);
		width: 26%;
    padding-top: 53%;
	}

	#about::after {
    background-position: bottom 20px right;
    width: 27%;
    padding-top: 23%;
    position: absolute;
    bottom: -2px;
		right: 0;
		z-index: 0;
	}

  .rugby-box-inner.outline {
    padding: 70px 80px;
    margin: 70px auto 0;
  }
}
/* outline
========================================== */
.outline-headline {
  color: #19184B;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  margin-bottom: 25px;
}
.outline-headline .txt-strong {
  font-weight: 700;
  color: #ff3000;
}
.outline-headline .txt-point {
  font-weight: 700;
  padding: 4px;
  color: #ffffff;
  background: #ff3000;
}
.outline-headline .br_pc {
  display: none;
}

@media screen and (min-width: 993px) {
  .outline-headline {
    color: #19184B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    margin-bottom: 60px;
  }
  .outline-headline .br_sp {
    display: none;
  }
  .outline-headline .br_pc {
    display: block;
  }
}


.outline-box { background: #ffffff; }
.outline-detail {
	border: 1px solid #19184B;
	padding: 30px 20px;
  margin-bottom: 25px;
}
.outline-detail dt {
	font-size: 18px;
	font-weight: bold;
	color: #173756;
	padding: 30px 0 10px;
}
.outline-detail dt:first-child {
	padding: 0 0 10px;
}
.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; }
.outline-team {   border: 1px solid #2D3CFF;}
.outline-team > .tit {
	font-size: 16px;
	background-color: #2D3CFF;
	padding: 10px 15px;
	color: #ffffff;
}
.outline-team .outline-team-inner { padding-bottom: 25px; }
.outline-team .outline-team-inner > span {
	display: inline-block;
	font-size: 10px;
	padding: 10px 20px 0;
}
.outline-team .caption {
	background: #F3F5F6;
	color: #19184B;
	font-size: 14px;
	padding: 10px 15px;
	margin: 20px 15px;
}
.outline-team .caption p { text-indent: -1em; margin-left: 1em; }
.outline-team .caption p:before {
	content: '●';
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
	font-size: 8px;
	vertical-align: middle;
}
.outline-team .sub-tit {
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px 10px;
}
.outline-team .sub-tit:before {
	content: '◆';
	display: inline-block;
	width: 1.2em;
	text-indent: 0;
	color: #19184B;
}

@media screen and (min-width: 993px) {
	.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;
	}
  .outline-team .outline-team-inner {
    padding-bottom: 40px;
}
}


/* table */
.outline-table.seed { margin-bottom: 30px; }
.outline-table .outline-list {
	display: block;
	width: calc(100% - 40px);
  margin: 0px 20px;
	background: #ffffff;
}
.outline-table .outline-list .data {
	width: 100%;
	display: flex;
	border: 1px solid #cccccc;
  border-width: 0px 1px 1px 1px;
}
.outline-table .outline-list .data .tit {
	background: #f3f5f6;
	width: 125px;
	padding: 10px 20px 8px;
}
.outline-table .outline-list .data .result {
	width: calc(100% - 125px);
	padding: 10px 20px 8px;
}
.outline-table .country {
	background: #19184B;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.7px;
	padding: 5px 20px 7.5px;
}
.outline-table .country:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.outline-table .france .country:after {
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	content: '開催国';
	background: #FF3000;
	color: #ffffff;
	font-size: 14px;
	/* font-weight: normal; */
	padding: 2px 20px;
  height: 100%;
  align-items: center;
}

.outline-table .japan td {
  background: rgba(255,195,182,0.2);
}

.outline-table .france .country{ position: relative;  }
.outline-table .japan .country:before { background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain; }
.outline-table .newzealand .country:before { background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain; }
.outline-table .australia .country:before { background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain; }
.outline-table .southafrica .country:before { background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain; }
.outline-table .argentina .country:before { background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain; }
.outline-table .wales .country:before { background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain; }
.outline-table .france .country:before { background: url(../images/common/mark/france.png) no-repeat center; background-size: contain; }
.outline-table .ireland .country:before { background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain; }
.outline-table .scotland .country:before { background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain; }
.outline-table .england .country:before { background: url(../images/common/mark/england.png) no-repeat center; background-size: contain; }
.outline-table .georgia .country:before { background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain; }
.outline-table .italy .country:before { background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain; }
.outline-table .fiji .country:before { background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain; }
.outline-table .tonga .country:before { background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain; }
.outline-table .samoa .country:before { background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain; }
.outline-table .namibia .country:before { background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain; }
.outline-table .chile .country:before { background: url(../images/common/mark/chile.png) no-repeat center; background-size: contain; }
.outline-table .uruguay .country:before { background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain; }
.outline-table .romania .country:before { background: url(../images/common/mark/romania.png) no-repeat center; background-size: contain; }
.outline-table .portugal .country:before { background: url(../images/common/mark/portugal.png) no-repeat center; background-size: contain; }



@media screen and (min-width: 993px) {
	.about-inner { background: #ffffff; }
	.about-inner > .tit {
		position: relative;
		background: #173756;
		font-size: 32px;
		border-top: 1px solid #516c85;
		padding: 25px 30px;
	}
	.about-inner > .tit:before {
		position: absolute;
		top: -3px;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		background: #071d32;
	}
	.about-inner > .tit > span { font-size: 12px; letter-spacing: 4px; }
	.outline-box {
		width: 840px;
		margin: 0 auto;
	}
	.outline-detail {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
		font-size: 16px;
	}
	/* .outline-detail dt {
		width: 260px;
		padding: 25px 30px;
		font-size: 16px;
	} */
	.outline-detail dd {
		width: calc(100% - 260px);
		padding: 25px 30px;
	}
	.outline-team > .tit { padding: 10px 30px; }
	.outline-team .caption {
		margin: 30px 40px;
		font-size: 16px;
		padding: 20px 30px;
	}
	.outline-team .outline-team-inner > span { font-size: 11px; padding: 10px 40px 0; }
	.outline-team .sub-tit {
		font-size: 16px;
		padding: 0 40px;
		margin-bottom: 20px;
	}
	.outline-table {
		padding: 0 40px;
		font-size: 16px;
	}
	.outline-table.seed { margin-bottom: 40px; }
	.outline-table table { width: 100%; border-collapse: collapse; }
	.outline-table thead {
		background: #19184B;
		color: #ffffff;
	}
	.outline-table table th { padding: 10px 0; }
	.outline-table tbody { background: #ffffff; }
	.outline-table table th,
	.outline-table table td {
		text-align: center;
		border: solid 1px #cccccc;
	}
	.outline-table .country {
		width: 300px;
		background: #ffffff;
    color: #19184B;
		/* font-weight: normal; */
		padding: 7.5px 20px 5px;
		text-align: left;
	}
	.outline-table .country:before {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
	.outline-table .japan .country:after {
		top: 50%;
		transform: translate(0, -50%);
	}
  .outline-table .france .country:after{
    position: absolute;
    top: 16px;
    right: 10px;
    height: auto;
    padding: 2px 20px;
    line-height: 23.8px;
  }
}



/* stadium
========================================== */
.about-inner.stadium {
	background-color: #43c8e7;
	background-image: url(../images/outline/stadium_map_bg.png);
	background-size: 200px;
}
.stadium .map {
	width: calc(100% - 60px);
	margin: 30px auto 60px;
	height: 0;
	padding-top: 87%;
	background: url(../images/outline/stadium_map_sp.png) no-repeat;
	background-size: contain;
}
.stadium .stadium-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px 60px;
}
.stadium .stadium-list li {
	position: relative;
	width: calc(50% - 5px);
	padding-top: 35.4%;
  margin-top: 10px;
}
.stadium .stadium-list li:nth-child(1) { background: url(../images/outline/stadium_img_01.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(2) { background: url(../images/outline/stadium_img_02.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(3) { background: url(../images/outline/stadium_img_03.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(4) { background: url(../images/outline/stadium_img_04.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(5) { background: url(../images/outline/stadium_img_05.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(6) { background: url(../images/outline/stadium_img_06.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(7) { background: url(../images/outline/stadium_img_07.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(8) { background: url(../images/outline/stadium_img_08.jpg); background-size: 100% auto; }
.stadium .stadium-list li:nth-child(9) { background: url(../images/outline/stadium_img_09.jpg); background-size: 100% auto; margin: 10px auto 0px;}

.stadium .stadium-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.6) 100%);
}
.stadium .stadium-list li .prefectures {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	color: #2D3CFF;
	font-size: 10px;
	padding: 2px 5px;
}
.stadium .stadium-list li .name {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 12px;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.stadium .stadium-list li .name .number {
  width: 30px;
	line-height: 1.1;
	text-align: center;
	font-size: 16px;
  color: #FF3000;
}
.stadium .stadium-list li .name .sub-name {
  width: calc(100% - 30px);
	border-left: 1px solid #ffffff;
	padding: 0 10px;
  line-height: 1.5;
}
@media screen and (min-width: 993px) {
	.about-inner.stadium { background-size: 400px; }
	.stadium .map {
		width: 100%;
		margin: 80px auto 85px;
		height: 0;
		padding-top: 460px;
		background: url(../images/outline/stadium_map_pc.png) no-repeat;
		background-position: center;
		background-size: contain;
	}
	.stadium .stadium-list { padding: 0;}
	.stadium .stadium-list li {
		width: calc(100% / 3);
		padding-top: 240px;
	}
	.stadium .stadium-list li:before { height: 240px; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8) 100%);}
	.stadium .stadium-list li:nth-child(n) { margin-top: 0; }
	/* .stadium .stadium-list li:nth-child(3n) { border-right: none; } */
	.stadium .stadium-list li .prefectures { font-size: 14px; }
	.stadium .stadium-list li .name { align-items: center; font-size: 14px; padding-bottom: 15px;}
	.stadium .stadium-list li .name .number { width: 60px; font-size: 24px; }
	.stadium .stadium-list li .name .sub-name { width: calc(100% - 60px); padding: 5px 10px; }
}

