/* Y'S GEAR : /mc/wear/suzuka8h/css/motogp.css */

@font-face {
	font-family: "LINESeedJP_OTF_Bd";
	src: url('../font/LINESeedJP_OTF_Bd.woff2') format("woff2");
	font-weight: bold;
	font-style: normal;
}

.contentsWidth {
	font-size: 1.7rem;
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
}

.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after {
	box-sizing: border-box;
}

.contentsWidth a,
.contentsWidth a img,
.contentsWidth a p { transition: all ease .5s; }

/*======================================================================*
 *  [ motogpMain ] 
 *======================================================================*/

.motogpMain {
	margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
	.motogpMain {
		margin: 0 -20px 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.motogpMain {
		margin: 0 -10px 10px;
	}
	.motogpMain img {
		aspect-ratio: 3.75 / 3;
		object-fit: cover;
	}
} /* */

/*======================================================================*
 *  [ motogpNav ] 
 *======================================================================*/

.motogpNav {
	display: flex;
	margin-bottom: 50px;
}

/* [ リンク ] */
.motogpNav a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 33.33%;
	height: 80px;
	padding-right: 12%;
	background: linear-gradient(135deg, #f9f9f9 0%, #eeeeee 100%);
}
.motogpNav a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 10px;
	content: "";
}
.motogpNav a[href="#team"]::before {
	background: #222299;
}
.motogpNav a[href="#travel"]::before {
	background: #222222;
}
.motogpNav a[href="#fg"]::before {
	background: #669900;
}
.motogpNav a:hover img,
.motogpNav a:active img {
	opacity: 1;
	transform: translateY(-5px);
}

@media print, screen and (min-width: 569px) {
	/* [ リンク ] */
	.motogpNav a::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
	}
	.motogpNav a[href="#team"]::after {
		background: url(../img/nav_team.png) center center / auto 100% no-repeat;
	}
	.motogpNav a[href="#travel"]::after {
		background: url(../img/nav_travel.png) center center / auto 100% no-repeat;
	}
	.motogpNav a[href="#fg"]::after {
		background: url(../img/nav_fg.png) center center / auto 100% no-repeat;
	}
} /* */

@media screen and (max-width: 568px) {
	.motogpNav {
		margin-bottom: 30px;
	}

	/* [ リンク ] */
	.motogpNav a {
		height: 60px;
		padding: 5px 0 0;
	}
	.motogpNav a::before {
		height: 5px;
	}
	.motogpNav img {
		width: 78px;
	}
} /* */

/*======================================================================*
 *  [ motogpOutline ] 
 *======================================================================*/

.motogpOutline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}

/* [ キャッチコピー ] */
.motogpOutline h2 {
	width: 100%;
	padding: 0 20px;
	color: #1E1D8C;
	font-size: 4rem;
	font-family: "LINESeedJP_OTF_Bd";
	line-height: 1.25;
	text-align: center;
}

/* [ テキスト ] */
.motogpOutline .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	width: 50%;
	margin: 20px 0;
	padding: 0 30px;
	font-size: 1.6rem;
}
.motogpOutline .txt h3 {
	font-size: 1.8rem;
}

/* [ 画像 ]*/
.motogpOutline .img {
	display: flex;
	align-items: flex-end;
	width: 50%;
}

@media screen and (max-width: 980px) {
	.motogpOutline {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	.motogpOutline {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	/* [ キャッチコピー ] */
	.motogpOutline h2 {
		padding: 0;
		font-size: 3.4rem;
	}

	/* [ テキスト ] */
	.motogpOutline .txt {
		width: 100%;
		padding: 0;
	}
	.motogpOutline .txt h3 {
		text-align: center;
	}

	/* [ 画像 ]*/
	.motogpOutline .img {
		width: 100%;
		justify-content: center;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ キャッチコピー ] */
	.motogpOutline h2 {
		padding: 0 10px;
		font-size: 2.4rem;
	}

	/* [ テキスト ] */
	.motogpOutline .txt {
		margin: 30px 0;
		padding: 0 10px;
	}
	.motogpOutline .txt h3 {
		text-align: left;
	}
} /* */

/*======================================================================*
 *  [ mogogpLineup ] 
 *======================================================================*/

.mogogpLineup {
	margin-bottom: 50px;
	text-align: center;
}

/* [ カテゴリ ] */
.mogogpLineup h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	padding: 20px 35% 0 0;
	margin-bottom: 30px;
}
.mogogpLineup h2:has(img[src*="team"]) {
	background: url(../img/team_ttl.jpg) center center / cover no-repeat;
}
.mogogpLineup h2:has(img[src*="travel"]) {
	background: url(../img/travel_ttl.jpg) center center / cover no-repeat;
}
.mogogpLineup h2:has(img[src*="fg"]) {
	background: url(../img/fg_ttl.jpg) center center / cover no-repeat;
}
.mogogpLineup h2 + p {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: bold;
}

 /* [ 一覧 ] */
.mogogpLineup .list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.mogogpLineup .list section {
	display: flex;
	width: 33.33%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mogogpLineup .list a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 20px;
	color: #000;
}
.mogogpLineup .list img {
	max-width: 100%;
}
.mogogpLineup .list h3 {
	flex: 1;
	font-weight: 500;
}
.mogogpLineup .list p {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 176px;
	height: 47px;
	background: #1E1D8C;
	color: #fff;
	font-weight: bold;
}
.mogogpLineup .list p::before {
	display: block;
	width: 8px;
	height: 16px;
	background: url(../img/icon_arrow.svg) center center / contain no-repeat;
	content: "";
}
.mogogpLineup .list a:hover p,
.mogogpLineup .list a:active p {
	opacity: 0.6;
}

@media screen and (max-width: 980px) {
	/* [ カテゴリ ] */
	.mogogpLineup h2 {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	/* [ カテゴリ ] */
	.mogogpLineup h2 {
		height: 175px;
	}

	/* [ 一覧 ] */
	.mogogpLineup .list section {
		width: 50%;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ カテゴリ ] */
	.mogogpLineup h2 {
		height: 120px;
		margin-right: -10px;
		margin-left: -10px;
		padding: 0 50% 0 0;
	}
	.mogogpLineup h2 img {
		width: 130px;
	}
	.mogogpLineup h2 + p {
		padding: 0 10px;
		font-size: 1.8rem;
	}

	/* [ 一覧 ] */
	.mogogpLineup .list a {
		padding: 20px 10px;
		gap: 10px;
	}
	.mogogpLineup .list h3 {
		font-size: 1.6rem;
	}
	.mogogpLineup .list p {
		gap: 8px;
		width: 120px;
		height: 38px;
		font-size: 1.2rem;
	}
	.mogogpLineup .list p::before {
		width: 6px;
		height: 12px;
	}
} /* */
