@charset "utf-8";
/* CSS Document */
/*****************************************************************************
section
*****************************************************************************/
.section {
	padding: 40px 0;
	font-size: 1rem;
}
.section > .inner {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.section {
		padding: 20px 0;
	}
	.section > .inner {
		width: auto;
		margin: 0;
	}
}
/*****************************************************************************
pageTitle
*****************************************************************************/
.pageTitle {
	background: 100% 100% no-repeat #1247a3;
	background-image: url(../images/tire.png);
}
.pageTitle > .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 66px 0 25px;
	position: relative;
}
.pageTitle .shun {
	position: absolute;
	top: -20px;
	right: 0;
	line-height: 45px;
	padding: 0 48px;
}
.pageTitle .shun::after {
	content: "";
	background: #dc0002;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: skewX(-15deg);
}
.pageTitle .shun span {
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
	color: #ffffff;
	white-space: nowrap;
}
.pageTitleHd {
	background: #121212;
	text-align: center;
	font-size: 2.8rem;
	line-height: 74px;
	color: #ffe100;
}
@media screen and (max-width: 600px) {
	.pageTitle {
		background-position: 50% 100%;
		background-size: 120% auto;
	}
	.pageTitle > .inner {
		width: auto;
		text-align: center;
		padding: 30px 0;
	}
	.pageTitle > .inner img {
		max-width: 300px;
		width: 85%;
	}
	.pageTitle .shun {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -25px;
		transform: translateX(-50%);
		line-height: 40px;
		width: 80%;
	}
	.pageTitle .shun span {
		font-size: 1.2rem;
	}
	.pageTitleHd {
		line-height: 1.4;
		padding: 40px 0 15px
	}
	.pageTitleHd span {
		display: block;
	}
	.pageTitleHd .l1 {
		font-size: 1.3rem;
	}
	.pageTitleHd .l2 {
		font-size: 2.4rem;
	}
}
/*****************************************************************************
.point
*****************************************************************************/
.tabNav {
	background: #121212;
	text-align: center;
	border-bottom: 13px solid #dc0002;
	line-height: 1;
	position: relative;
	z-index: 2;
}
.tabNav ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	padding: 15px 0 0;
}
.tabNav li {
	width: calc((100% - 10px)/2);
	position: relative;
}
.tabNav li:nth-child(2) {
	margin-left: 10px;
}
.tabNav li.sl::after {
	content: "";
	width: 20px;
	height: 20px;
	background: #dc0002;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}
.tabNav li a {
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabNav li a p {
	width: 100%;
}
.tabNav li a .jp, .tabNav li a .en {
	display: block;
}
.tabNav li a .jp {
	font-size: 1.8rem;
}
.tabNav li a .en {
	font-size: 1.2rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.45);
}
.tabNav li.sl a {
	background: #dc0002;
	border: 1px solid #dc0002;
	height: 90px;
}
.tabNav li:not(.sl) a:hover {
	background: rgba(255, 255, 255, 0.35);
}
.tabNav li a .icon {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 1);
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 18px;
	margin-right: 5px;
	position: relative;
	vertical-align: middle;
}
.tabNav li a .icon .fa {
	vertical-align: middle;
	font-size: 14px;
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 6px);
}
.tabNav li.sl a .icon .fa {
	left: calc(50% - 5px);
	transform: rotate(90deg);
}
@media screen and (max-width: 600px) {
	.tabNav ul {
		width: auto;
		margin: 0 5px;
		padding-top: 0;
	}
	.tabNav li {
		width: calc((100% - 5px)/2);
	}
	.tabNav li:nth-child(2) {
		margin-left: 5px;
	}
	.tabNav li a {
		height: 65px;
	}
	.tabNav li.sl a {
		height: 70px;
	}
	.tabNav li a .jp {
		font-size: 1.1rem;
		line-height: 1.1;
	}
	.tabNav li a .en {
		display: none;
	}
	.tabNav li a .icon {
		display: none;
	}
}
/*****************************************************************************
.point
*****************************************************************************/
.point {
	background: url(../images/bg.jpg) 50% 100% no-repeat;
	background-size: cover;
	padding: 0 0 400px;
	position: relative;
	z-index: 1;
}
.point::before {
	content: "";
	width: 100%;
	height: 120px;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.point > .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 25px;
	position: relative;
	z-index: 1;
}
.point ul {
	display: flex;
	justify-content: center;
	text-align: center;
	line-height: 1.1;
}
.point li {
	background: #ffe100;
	height: 180px;
	width: 180px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	font-size: 2.2rem;
	color: #1247a3;
}
.point li:nth-child(1) {
	margin-left: 0;
}
@media screen and (max-width: 600px) {
	.point {
		padding: 0 0 380px;
	}
	.point::before {
		height: 80px;
	}
	.point > .inner {
		width: auto;
	}
	.point ul {
		flex-wrap: wrap;
	}
	.point li {
		background: #ffe100;
		height: 100px;
		width: 100px;
		font-size: 1.2rem;
		color: #1247a3;
		margin-left: 10px;
	}
}
.labeling {
	color: #ffffff;
	margin: 52px 0 0;
	position: relative;
}
.labeling::after {
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewX(-15deg);
	z-index: 0;
}
.labeling dl {
	display: flex;
	padding: 18px 0;
	align-items: center;
	position: relative;
	z-index: 1;
}
.labeling dt {
	padding-left: 180px;
	white-space: nowrap;
}
.labeling dt span {
	display: block;
}
.labeling dt .s {
	font-size: 1.7em;
	position: relative;
}
.labeling dt .s::after {
	content: "";
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 3.5em);
	height: 0;
	z-index: 0;
}
.labeling dt .l {
	font-size: 2em;
}
.labeling img {
	position: absolute;
	left: 45px;
	bottom: -15px;
}
.labeling dd {
	padding: 0 60px 0 40px;
	font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
	.labeling {
		margin-top: 30px;
		overflow-x: hidden;
	}
	.labeling dl {
		display: block;
	}
	.labeling img {
		position: relative;
		bottom: auto;
		left: auto;
		width: 80px;
	}
	.labeling dt {
		padding: 0 40px 0 70px;
	}
	.labeling dd {
		padding: 0 20px 0;
	}
	.labeling dd {
		margin-top: 15px;
		font-size: 1rem;
		display: flex;
	}
	.labeling dd .text {
		margin-left: 15px;
	}
}
.labelingTblWrapper {
	padding: 60px 0 0;
	color: #ffffff;
}
.labelingTbl {
	display: flex;
}
.labelingTbl > div {
	width: calc((100% - 25px)/2);
}
.labelingTbl > div:nth-child(2) {
	margin-left: 25px;
}
.labelingTbl > div .hd {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px;
}
.labelingTbl > div .hd .s {
	font-size: 0.6em;
	font-weight: 500;
}
.labelingTbl table {
	width: 100%;
}
.labelingTbl th, .labelingTbl td {
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 1.4rem;
	padding: 10px 0;
}
.labelingTbl thead th {
	font-weight: 700;
	font-size: 1.2rem;
}
.labelingTbl .notoSans {
	font-size: 1.15rem;
}
.labelingTbl > div thead th img {
	width: 65%;
	height: auto;
	margin: 0 0 5px;
}
.labelingTbl > div tbody td:nth-child(2), .labelingTbl > div tbody td:nth-child(3) {
	width: 5em;
}
.labelingTbl > div tbody td:nth-child(1) span {
	display: inline-block;
}
.labelingTbl > div tbody td:nth-child(1) span:nth-child(1) {
	text-align: right;
}
.labelingTbl > div tbody td:nth-child(1) span:nth-child(3) {
	text-align: left;
}
.labelingTbl > div:nth-child(1) tbody td:nth-child(1) span {
	width: 33.3%;
}
.labelingTbl > div:nth-child(2) tbody td:nth-child(1) span {
	width: 30%;
}
.labelingTbl > div:nth-child(2) tbody td:nth-child(1) span:nth-child(2) {
	width: 40%;
}
.labelingTbl .color1 {
	background: #22ac38;
}
.labelingTbl .color2 {
	background: #241a17;
}
.labelingTbl .color3 {
	background: #00633d;
}
.labelingTbl .color4 {
	background: #009944;
}
.labelingTbl .color5 {
	background: #8fc31f;
}
.labelingTbl .color6 {
	background: #f39800;
}
.labelingTbl .color7 {
	background: #ed6c00;
}
.labelingTbl .color8 {
	background: #e60012;
}
.labelingTbl .color9 {
	background: #ffffff;
	color: #333333;
}
.labelingTblWrapper .ftNote {
	margin-top: 20px;
}
@media screen and (max-width: 600px) {
	.labelingTblWrapper {
		padding: 30px 10px 0;
	}
	.labelingTbl {
		display: block;
	}
	.labelingTbl > div, .labelingTbl > div:nth-child(2) {
		width: auto;
		margin-left: 0;
	}
	.labelingTbl > div:nth-child(2) {
		margin-top: 30px;
	}
	.labelingTbl thead th {
		font-size: 0.85rem;
	}
	.labelingTbl th, .labelingTbl td, .labelingTbl .notoSans {
		font-size: 0.85rem;
	}
}
/*****************************************************************************
lineup
*****************************************************************************/
.lineup {
	margin-top: -400px;
	position: relative;
	z-index: 2;
	line-height: 1;
}
.lineup .sectionHd {
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.lineup .sectionHd .en {
	color: #DC0002;
	font-size: 2.875rem;
}
.lineup .sectionHd .hd {
	margin-top: 15px;
	font-size: 4.275rem;
}
.lineup .sectionHd .sub {
	margin-top: 20px;
	font-size: 1.785rem;
	position: relative;
}
.lineup .sectionHd .sub::before, .lineup .sectionHd .sub::after {
	content: "";
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	width: calc(50% - 9.5em);
	height: 0;
	z-index: 0;
}
.lineup .sectionHd .sub::before {
	left: 0;
}
.lineup .sectionHd .sub::after {
	right: 0;
}
@media screen and (max-width: 600px) {
	.lineup {
		margin-top: -380px;
	}
	.lineup .sectionHd .en {
		font-size: 1.2rem;
	}
	.lineup .sectionHd .hd {
		margin-top: 10px;
		font-size: 2.2rem;
	}
	.lineup .sectionHd .sub {
		margin: 10px 0 12px;
		font-size: 1.2rem;
		line-height: 1.1;
	}
	.lineup .sectionHd .sub::before, .lineup .sectionHd .sub::after {
		width: calc(50% - 6.5em);
	}
}
@media screen and (max-width: 600px) {
	.linupTopLinksOuter {
		margin-bottom: 20px;
	}
}