@media (max-width: 767px) {
	.sports-top__anchors i {
		font-size: 1.2rem;
	}
}
.sports-top__area1 {
	padding-block: 0 60px;
}
@media (min-width: 768px), print {
	.sports-top__area1 {
		padding-block: 0 80px;
	}
}
@media (min-width: 768px), print {
	.sports-top__area1__column {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
}
@media (min-width: 768px), print {
	.sports-top__area1__header {
		width: 206px;
	}
}
.sports-top__area1__contents {
	margin-top: 15px;
}
@media (min-width: 768px), print {
	.sports-top__area1__contents {
		margin-top: 0;
		width: 880px;
	}
}
.sports-top__area1__title__en {
	color: var(--color-seco);
	font-family: var(--font-mont);
	line-height: var(--line-height-s);
	font-size: 3rem;
	font-weight: 800;
}
@media (min-width: 768px), print {
	.sports-top__area1__title__en {
		font-size: 4rem;
	}
}
.sports-top__area1__title__jp {
	font-size: 1.6rem;
	color: #333333;
	font-weight: normal;
}
@media (min-width: 768px), print {
	.sports-top__area1__title__jp {
		font-size: 2rem;
	}
}
.sports-top__area2 {
	background-color: var(--color-bg);
}
@media (min-width: 768px), print {
	.sports-top__area2 {
		padding-block: 0 120px;
	}
}
.sports-top__area2__title__en {
	color: var(--color-seco);
	font-family: var(--font-mont);
	line-height: var(--line-height-s);
	font-size: 3rem;
	font-weight: 800;
}
@media (min-width: 768px), print {
	.sports-top__area2__title__en {
		font-size: 4rem;
	}
}
.sports-top__area2__title__jp {
	font-size: 1.6rem;
	color: #333333;
	font-weight: normal;
}
@media (min-width: 768px), print {
	.sports-top__area2__title__jp {
		font-size: 2rem;
	}
}
.sports-top__area2__column {
	margin-top: 20px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
}
@media (min-width: 768px), print {
	.sports-top__area2__column {
		margin-top: 30px;
		border-radius: 20px;
		display: flex;
		align-items: center;
	}
}
@media (min-width: 768px), print {
	.sports-top__area2__column__figure {
		flex: 0 0 560px;
	}
}
.sports-top__area2__column__content {
	padding: 15px 20px 20px;
}
@media (min-width: 768px), print {
	.sports-top__area2__column__content {
		padding: 20px 60px;
	}
}
.sports-top__area2__column__title {
	font-size: 2.2rem;
	font-weight: bold;
}
@media (min-width: 768px), print {
	.sports-top__area2__column__title {
		font-size: 3.2rem;
	}
}
.sports-top__area2__column__description {
	margin-top: 15px;
}
@media (min-width: 768px), print {
	.sports-top__area2__column__description {
		margin-top: 30px;
	}
}
.sports-top__area2__column__button {
	margin-top: 20px;
}
@media (min-width: 768px), print {
	.sports-top__area2__column__button {
		margin-top: 40px;
	}
}
.sports-top__area3 {
	padding-block: 0 60px;
}
@media (min-width: 768px), print {
	.sports-top__area3 {
		padding-block: 0 120px;
	}
}
.sports-top__area3__title__en {
	color: var(--color-seco);
	font-family: var(--font-mont);
	line-height: var(--line-height-s);
	font-size: 3rem;
	font-weight: 800;
}
@media (min-width: 768px), print {
	.sports-top__area3__title__en {
		font-size: 4rem;
	}
}
.sports-top__area3__title__jp {
	font-size: 1.8rem;
	color: #333333;
	font-weight: normal;
}
@media (min-width: 768px), print {
	.sports-top__area3__title__jp {
		font-size: 2rem;
	}
}
.sports-top__area3__description {
	margin-top: 30px;
}
@media (min-width: 768px), print {
	.sports-top__area3__description {
		margin-top: 0;
		width: 880px;
	}
}
.sports-top__area3__text1 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
@media (min-width: 768px), print {
	.sports-top__area3__text1 {
		font-size: 2.4rem;
	}
}
.sports-top__area4 {
	position: relative;
	padding: 20px 20px 40px;
	background: url(/assets/images/sports/racing/top/area5-bg.jpg) no-repeat center center/cover;
}
@media (min-width: 768px), print {
	.sports-top__area4 {
		padding: 80px 0 100px;
	}
}
.sports-top__area4__panel {
	border-radius: 20px;
	background-color: #fff;
	width: 100%;
	margin-inline: auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px), print {
	.sports-top__area4__panel {
		border-radius: 30px;
		max-width: 1120px;
	}
}
.sports-top__area4__panel-title {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	color: var(--color-seco);
	line-height: var(--line-height-s);
	border-bottom: 1px solid var(--color-border);
	padding-block: 20px;
}
.sports-top__area4__panel-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: 0;
	background: var(--color-prim);
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 768px), print {
	.sports-top__area4__panel-title {
		font-size: 3.6rem;
		padding-block: 30px;
	}
}
.sports-top__area4__panel-content {
	padding: 20px;
}
@media (min-width: 768px), print {
	.sports-top__area4__panel-content {
		padding: 50px 80px 60px;
	}
}
.sports-top__area4__text1 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
@media (min-width: 768px), print {
	.sports-top__area4__text1 {
		font-size: 2.4rem;
	}
}
.sports-top__area5 {
	position: relative;
	padding: 20px 20px 40px;
	background: url(/assets/images/sports/track/top/area5-bg.jpg) no-repeat center center/cover;
}
@media (min-width: 768px), print {
	.sports-top__area5 {
		padding: 80px 0 100px;
	}
}
.sports-top__area5__panel {
	border-radius: 20px;
	background-color: #fff;
	width: 100%;
	margin-inline: auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px), print {
	.sports-top__area5__panel {
		border-radius: 30px;
		max-width: 1120px;
	}
}
.sports-top__area5__panel-title {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	color: var(--color-seco);
	line-height: var(--line-height-s);
	border-bottom: 1px solid var(--color-border);
	padding-block: 20px;
}
.sports-top__area5__panel-title::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: 0;
	background: var(--color-prim);
	left: 50%;
	transform: translateX(-50%);
}
@media (min-width: 768px), print {
	.sports-top__area5__panel-title {
		font-size: 3.6rem;
		padding-block: 30px;
	}
}
.sports-top__area5__panel-content {
	padding: 20px;
}
@media (min-width: 768px), print {
	.sports-top__area5__panel-content {
		padding: 50px 80px 60px;
	}
}
.sports-top__area5__text1 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
@media (min-width: 768px), print {
	.sports-top__area5__text1 {
		font-size: 2.4rem;
	}
}

.top-section-topics {
	border-top: 1px solid var(--color-border);
	padding-block: 40px 10px;
}
@media (min-width: 768px), print {
	.top-section-topics {
		padding-block: 80px 150px;
	}
}
.top-section-topics__header {
	position: relative;
}
.top-section-topics__header::before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: var(--color-prim);
	top: -41px;
}
@media (min-width: 768px), print {
	.top-section-topics__header::before {
		width: 40px;
		top: -81px;
	}
}
@media (min-width: 768px), print {
	.top-section-topics__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.top-section-topics__description {
	margin-top: 30px;
}
@media (min-width: 768px), print {
	.top-section-topics__description {
		margin-top: 0;
		width: 880px;
	}
}
.top-section-topics__contents {
	overflow: hidden;
}
.top-section-topics__button {
	margin-top: 30px;
}
@media (min-width: 768px), print {
	.top-section-topics__button {
		margin-top: -52px;
	}
	.top-section-topics__button .top-button__inner {
		margin-right: unset;
	}
}

.top-heading__en {
	color: var(--color-seco);
	font-family: var(--font-mont);
	line-height: var(--line-height-s);
	font-size: 3rem;
	font-weight: 800;
}
@media (min-width: 768px), print {
	.top-heading__en {
		font-size: 4rem;
	}
}
.top-heading__jp {
	font-size: 1.8rem;
}
@media (min-width: 768px), print {
	.top-heading__jp {
		font-size: 2rem;
	}
}

.top-topics-slider {
	margin-top: 30px;
}
.top-topics-slider__slide > a {
	text-decoration: none;
}
.top-topics-slider__slide > a > p {
	padding-top: 14px;
	font-weight: bold;
	line-height: var(--line-height-s);
}
.top-topics-slider__slide > a figure {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.top-topics-slider__slide > a figure::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	-webkit-mask-image: url(/assets/images/common/icon-circle-arrow-right.svg);
	mask-image: url(/assets/images/common/icon-circle-arrow-right.svg);
	background: #fff;
	bottom: 20px;
	right: 20px;
}
.top-topics-slider__slide > a figure img {
	object-fit: cover;
	aspect-ratio: 352/198;
}
@media (hover: hover) {
	.top-topics-slider__slide > a {
		transition: color 0.3s;
	}
	.top-topics-slider__slide > a figure::after {
		transition: background-color 0.3s;
	}
	.top-topics-slider__slide > a figure img {
		transition: transform 0.3s;
	}
	.top-topics-slider__slide > a:hover {
		color: var(--color-prim);
	}
	.top-topics-slider__slide > a:hover figure::after {
		background: var(--color-prim);
	}
	.top-topics-slider__slide > a:hover figure img {
		transform: scale(1.1);
	}
}
.top-topics-slider__ui {
	width: 130px;
	height: 50px;
	margin: 20px auto 0;
	position: relative;
}
.top-topics-slider__ui::after {
	content: "";
	display: block;
	position: absolute;
	height: 30px;
	width: 1px;
	background-color: var(--color-border);
	top: 13px;
	left: 65px;
}
.top-topics-slider__prev, .top-topics-slider__next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	bottom: 0;
	background-color: #fff;
	text-align: center;
}
.top-topics-slider__prev::after, .top-topics-slider__next::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}
.top-topics-slider__prev.swiper-button-disabled, .top-topics-slider__next.swiper-button-disabled {
	opacity: 0.3;
}
@media (hover: hover) {
	.top-topics-slider__prev:not(.swiper-button-disabled), .top-topics-slider__next:not(.swiper-button-disabled) {
		cursor: pointer;
		transition: opacity 0.3s;
	}
	.top-topics-slider__prev:not(.swiper-button-disabled):hover, .top-topics-slider__next:not(.swiper-button-disabled):hover {
		opacity: 0.7;
	}
}
.top-topics-slider__prev {
	left: 0;
}
.top-topics-slider__prev::after {
	background: url(/assets/images/top/icon-slider-arrow-left.svg) no-repeat center center;
}
.top-topics-slider__next {
	left: 80px;
}
.top-topics-slider__next::after {
	background: url(/assets/images/top/icon-slider-arrow-right.svg) no-repeat center center;
}
@media (min-width: 768px), print {
	.top-topics-slider {
		margin-top: 78px;
		padding-top: 40px;
	}
	.top-topics-slider__slides {
		max-width: 1180px;
		margin: 0 auto;
	}
	.top-topics-slider__slide {
		width: 352px !important;
	}
	.top-topics-slider__slide > p {
		padding-top: 20px;
	}
	.top-topics-slider__slide figure {
		transition: transform 0.3s;
	}
}
@media (min-width: 768px) and (min-width: 768px), print and (min-width: 768px), print and (min-width: 768px), print {
	.top-topics-slider__slide.swiper-slide-active {
		margin-left: 30px !important;
		margin-right: 70px !important;
	}
	.top-topics-slider__slide.swiper-slide-active figure {
		transform: scale(1.18);
		transform-origin: center bottom;
	}
	.top-topics-slider__slide.swiper-slide-active p {
		margin-inline: -30px;
	}
	.top-topics-slider__slide.swiper-slide-active > a::after {
		right: -10px;
	}
}
@media (min-width: 768px), print {
	.top-topics-slider__ui {
		margin: 40px 0 0;
	}
}

.l-top-content {
	padding-bottom: 60px;
}
@media (min-width: 768px), print {
	.l-top-content {
		min-width: 1280px;
		padding-bottom: 140px;
	}
}

.top-loading {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100svh;
	background: #fff;
	z-index: 10000;
	display: grid;
	place-content: center;
	transition: opacity 0.6s, visibility 0.6s;
}

.is-fetched .top-loading {
	opacity: 0;
	visibility: hidden;
}
.is-fetched .top-kv__mask-images {
	animation: maskExpandAnime 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1s;
	min-height: 228px;
}
@media (min-width: 768px), print {
	.is-fetched .top-kv__mask-images {
		min-height: 475px;
	}
}
.is-fetched .top-kv__images {
	animation: imgFadeInAnime 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1s;
}
.is-fetched .l-mainheader {
	animation: headerAppearAnime 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 3s;
}

.top-kv__mask-images {
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-mask-image: url(/assets/images/common/circle-mask.svg);
	mask-image: url(/assets/images/common/circle-mask.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	mask-position: center top;
	min-height: 228px;
	-webkit-mask-size: 5000px;
	mask-size: 2000px;
	min-height: 230px;
	margin-top: 114px;
}
@media (min-width: 768px), print {
	.top-kv__mask-images {
		min-height: 475px;
		mask-size: 5000px;
	}
}
.top-kv__images {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.top-kv__layer1 {
	position: absolute;
	height: calc(100% - 160px);
	width: 100%;
	bottom: 0;
	z-index: -1;
}
.top-kv__layer2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
}

.top-kv-slider {
	height: 100%;
}
.top-kv-slider__slide {
	position: relative;
	height: 100%;
}
.top-kv-slider__slide::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 37, 102, 0.2) 0%, transparent 100%);
}
.top-kv-slider__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
}
.top-kv-slider__controller {
	position: absolute;
	bottom: 40px;
	width: 200px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
@media (min-width: 768px), print {
	.top-kv-slider__controller {
		bottom: 80px;
	}
}
.top-kv-slider__controller .swiper-pagination {
	position: static;
}
.top-kv-slider__controller .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}
.top-kv-slider__controller .swiper-pagination-bullet-active {
	background-color: var(--color-prim);
}
.top-kv-slider__playbutton {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #707070;
	border: 1px solid #707070;
	position: absolute;
	right: 30px;
	top: 2px;
	z-index: 100;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.top-kv-slider__playbutton::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.3em solid transparent;
	border-left: 0.5em solid currentColor;
	margin-left: 6px;
}
.top-kv-slider__playbutton.is-playing {
	gap: 2px;
}
.top-kv-slider__playbutton.is-playing::before, .top-kv-slider__playbutton.is-playing::after {
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	margin: 0;
	border: 0;
	background: currentColor;
}
@media (hover: hover) {
	.top-kv-slider__playbutton {
		transition: border-color 0.3s, background-color 0.3s;
	}
	.top-kv-slider__playbutton:hover {
		border-color: var(--color-prim);
		background-color: #fff;
		color: var(--color-prim);
	}
}
.top-kv-slider__copy {
	margin-top: 70px;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
}
@media (min-width: 768px), print {
	.top-kv-slider__copy {
		margin-top: 140px;
		background-size: unset;
	}
}
.top-kv-slider__copy-text1 {
	font-size: 0.9rem;
	font-weight: 600;
	font-family: var(--font-mont);
	text-shadow: 0 1px 15px rgba(0, 56, 153, 0.5);
	text-transform: uppercase;
}
@media (min-width: 768px), print {
	.top-kv-slider__copy-text1 {
		font-size: 1.6rem;
	}
}
.top-kv-slider__copy-text2 {
	margin-top: 5px;
}
.top-kv-slider__copy-text2 img {
	width: 350px;
}
@media (min-width: 768px), print {
	.top-kv-slider__copy-text2 {
		margin-top: 20px;
	}
	.top-kv-slider__copy-text2 img {
		width: 818px;
	}
}
.top-kv-slider__copy-text3 {
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	text-shadow: 0 1px 10px rgba(18, 67, 149, 0.8);
	line-height: var(--line-height-l);
}
@media (min-width: 768px), print {
	.top-kv-slider__copy-text3 {
		margin-top: 30px;
		font-size: 2.1rem;
	}
}

@keyframes tree1Anime {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -44px;
	}
	100% {
		opacity: 1;
		top: -42px;
	}
}
@keyframes cloud1Anime {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -68px;
	}
	100% {
		opacity: 1;
		top: -70px;
	}
}
@keyframes sunAnime {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -53px;
	}
	100% {
		opacity: 1;
		top: -55px;
	}
}
@keyframes cloud2Anime {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -68px;
	}
	100% {
		opacity: 1;
		top: -70px;
	}
}
@keyframes solarAnime {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: 22px;
	}
	100% {
		opacity: 1;
		top: 24px;
	}
}
@keyframes tree2Anime {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -42px;
	}
	100% {
		opacity: 1;
		top: -40px;
	}
}
@keyframes tree3Anime {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		bottom: 46px;
	}
	100% {
		opacity: 1;
		bottom: 44px;
	}
}
@keyframes car1Anime {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	26% {
		offset-distance: 50.4%;
	}
	35% {
		offset-distance: 49.8%;
	}
	52% {
		offset-distance: 49.8%;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		offset-distance: 100%;
	}
}
@keyframes car2Anime {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	80% {
		left: calc(50% + 480px);
	}
	100% {
		opacity: 1;
		left: calc(50% + 500px);
	}
}
@keyframes maskExpandAnime {
	0% {
		-webkit-mask-size: 100%;
		mask-size: 100%;
		height: 0;
	}
	80% {
		height: calc(100% - 140px);
	}
	100% {
		-webkit-mask-size: 5000px;
		mask-size: 5000px;
		height: calc(100% - 160px);
	}
}
@keyframes imgFadeInAnime {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes headerAppearAnime {
	0% {
		opacity: 0;
	}
	80% {
		transform: translateY(3px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes tree1AnimeSp {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -44px;
	}
	100% {
		opacity: 1;
		top: -42px;
	}
}
@keyframes cloud1AnimeSp {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -28px;
	}
	100% {
		opacity: 1;
		top: -30px;
	}
}
@keyframes sunAnimeSp {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -48px;
	}
	100% {
		opacity: 1;
		top: -50px;
	}
}
@keyframes cloud2AnimeSp {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -68px;
	}
	100% {
		opacity: 1;
		top: -70px;
	}
}
@keyframes solarAnimeSp {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -2px;
	}
	100% {
		opacity: 1;
		top: -4px;
	}
}
@keyframes tree2AnimeSp {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		top: -54px;
	}
	100% {
		opacity: 1;
		top: -52px;
	}
}
@keyframes tree3AnimeSp {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
		bottom: 30px;
	}
	100% {
		opacity: 1;
		bottom: 28px;
	}
}
@keyframes car1AnimeSp {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	26% {
		offset-distance: 50.4%;
	}
	35% {
		offset-distance: 49.8%;
	}
	52% {
		offset-distance: 49.8%;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		offset-distance: 100%;
	}
}
@keyframes car2AnimeSp {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	80% {
		right: 6%;
	}
	100% {
		opacity: 1;
		right: 5%;
	}
}
@keyframes maskExpandAnimeSp {
	0% {
		-webkit-mask-size: 100%;
		mask-size: 100%;
		height: 0;
	}
	80% {
		height: calc(100% - 90px);
	}
	100% {
		-webkit-mask-size: 2000px;
		mask-size: 2000px;
		height: calc(100% - 110px);
	}
}
@keyframes imgFadeInAnimeSp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes headerAppearAnimeSp {
	0% {
		opacity: 0;
	}
	80% {
		transform: translateY(3px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 767px) {
	.top-kv {
		min-height: max(100svh + 30px, 500px);
	}
	.top-kv .l-mainheader {
		animation-name: headerAppearAnimeSp;
	}
}
.top-heading__en {
	color: var(--color-seco);
	font-family: var(--font-mont);
	line-height: var(--line-height-s);
	font-size: 3rem;
	font-weight: 800;
}
@media (min-width: 768px), print {
	.top-heading__en {
		font-size: 4rem;
	}
}
.top-heading__jp {
	font-size: 1.8rem;
}
@media (min-width: 768px), print {
	.top-heading__jp {
		font-size: 2rem;
	}
}

.c-billboard-cattop {
	position: relative;
	min-height: 230px;
	margin-top: 114px;
}
@media (min-width: 768px), print {
	.c-billboard-cattop {
		min-height: 475px;
		margin-top: 120px;
	}
}
.c-billboard-cattop__car1 {
	position: absolute;
	top: -13px;
	left: calc(50% - 150px);
	width: 67px;
	height: 21px;
	transform: rotate(-6deg);
	background: url(/assets/images/common/illust-car1.png) no-repeat;
	background-size: contain;
}
@media (min-width: 768px), print {
	.c-billboard-cattop__car1 {
		top: 0;
		left: calc(50% - 468px);
		width: 110px;
		height: 35px;
		transform: rotate(-9deg);
	}
}
@media (min-width: 768px), print {
	.c-billboard-cattop__tree1 {
		position: absolute;
		top: 11px;
		left: calc(50% - 680px);
		width: 82px;
		height: 76px;
		background: url(/assets/images/common/illust-tree1.png) no-repeat;
		background-size: contain;
		transform: rotate(-14deg);
	}
}
.c-billboard-cattop__cloud1 {
	position: absolute;
	top: -36px;
	left: calc(50% - 180px);
	width: 47px;
	height: 8px;
	background: url(/assets/images/common/illust-cloud1.png) no-repeat;
	background-size: contain;
	transform: rotate(-9deg);
}
@media (min-width: 768px), print {
	.c-billboard-cattop__cloud1 {
		top: -190px;
		left: calc(50% - 470px);
		width: 120px;
		height: 20px;
	}
}
.c-billboard-cattop__sun {
	position: absolute;
	top: -50px;
	left: calc(50% + 50px);
	width: 17px;
	height: 15px;
	background: url(/assets/images/common/illust-sun.png) no-repeat;
	background-size: contain;
	transform: translateX(-50%);
}
@media (min-width: 768px), print {
	.c-billboard-cattop__sun {
		top: 0;
		left: calc(50% + 574px);
		width: 25px;
		height: 23px;
	}
}
.c-billboard-cattop__solar {
	position: absolute;
	top: -4px;
	left: calc(50% + 134px);
	width: 37px;
	height: 18px;
	transform: rotate(11deg) translateX(-50%);
	background: url(/assets/images/common/illust-solar.png) no-repeat;
	background-size: contain;
}
@media (min-width: 768px), print {
	.c-billboard-cattop__solar {
		top: 37px;
		left: calc(50% + 520px);
		width: 47px;
		height: 23px;
		transform: rotate(11deg);
	}
}
.c-billboard-cattop__tree2 {
	position: absolute;
	top: -53px;
	left: calc(50% + 70px);
	width: 45px;
	height: 58px;
	transform: rotate(4deg);
	background: url(/assets/images/common/illust-tree2.png) no-repeat;
	background-size: contain;
}
@media (min-width: 768px), print {
	.c-billboard-cattop__tree2 {
		top: 1px;
		left: calc(50% + 610px);
		width: 63px;
		height: 82px;
		transform: rotate(13deg);
	}
}
.c-billboard-cattop__bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(/assets/images/common/circle-mask.svg);
	mask-image: url(/assets/images/common/circle-mask.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center top;
	mask-position: center top;
	-webkit-mask-size: 2000px;
	mask-size: 2000px;
}
.c-billboard-cattop__bg::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 38, 101, 0.2);
	top: 0;
}
.c-billboard-cattop__bg img {
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px), print {
	.c-billboard-cattop__bg {
		-webkit-mask-size: 5000px;
		mask-size: 5000px;
	}
}
.c-billboard-cattop__inner {
	position: relative;
	padding: 50px 54px 0;
	color: #fff;
	font-weight: bold;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 20px;
}
@media (min-width: 768px), print {
	.c-billboard-cattop__inner {
		padding-inline: 40px;
	}
}
@media (min-width: 768px), print {
	.c-billboard-cattop__inner {
		padding-block: 160px 80px;
	}
}
.c-billboard-cattop__en {
	font-size: 1.6rem;
	font-family: var(--font-mont);
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px), print {
	.c-billboard-cattop__en {
		font-size: 2rem;
	}
}
.c-billboard-cattop__title {
	font-size: 3rem;
	line-height: var(--line-height-s);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px), print {
	.c-billboard-cattop__title {
		font-size: 4rem;
	}
}
.c-billboard-cattop__description {
	margin-top: 16px;
	font-size: 1.4rem;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px), print {
	.c-billboard-cattop__description {
		margin-top: 24px;
		font-size: 1.8rem;
	}
}

.c-member_box__content {
	padding-bottom: 50px;
}
@media (min-width: 768px), print {
	.c-member_box__content {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: 800px;
		padding-bottom: 0;
	}
}
.c-member_box__sns {
	padding-bottom: 80px;
	overflow: hidden;
}
@media (min-width: 768px), print {
	.c-member_box__sns {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 335px;
		margin-left: 65px;
	}
}
@media (min-width: 768px), print {
	.c-member_box__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}
@media (min-width: 768px), print {
	.c-member_box__button {
		max-width: 312px;
		margin-top: 32px;
		margin-left: 0;
		padding: 0;
	}
}

.c-heading-secondary.memberbox {
	margin-top: 30px;
	margin-bottom: 40px;
}
@media (min-width: 768px), print {
	.c-heading-secondary.memberbox {
		margin-bottom: 40px;
	}
}

.twitter-timeline {
	width: 100%;
	min-height: 1000px;
}

.c-members-list {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 5%;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 50px;
}

.c-members-list.staff {
	border-bottom: none;
	padding: 35px 0 0;
}
@media (min-width: 768px), print {
	.c-members-list.staff {
		padding: 50px 0 0;
	}
}

.c-members-list.c-staff-list {
	margin-top: 0;
}

.c-members-list > li {
	box-sizing: border-box;
	width: 240px;
	position: relative;
	overflow: hidden;
	margin-top: 60px;
}

@media (min-width: 768px), print {
	.c-members-list > li:nth-child(-n+3) {
		margin-top: 40px;
	}
}

.c-members-list.staff > li:nth-child(-n+2) {
	margin-top: 0;
}
@media (min-width: 768px), print {
	.c-members-list.staff > li:nth-child(-n+3) {
		margin-top: 0;
	}
}

.c-members-list > li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 2000px;
	background-color: #194082;
	z-index: -1;
	transform-origin: left top;
	transition: 0.2s cubic-bezier(0.61, 1, 0.88, 1);
	transform: skewY(-60deg) scale(1, 0);
}

.c-members-list > li.u-member-hasphoto {
	overflow: hidden;
}

.c-members-list > li.u-member-hasphoto > div {
	overflow: hidden;
}

.u-member-hasphoto button .u-member-photo img {
	transition: color 0.3s, transform 0.3s;
}
.u-member-hasphoto button:hover .u-member-photo img {
	transform: scale(1.1);
}

.u-member-hasphoto.newface > div {
	position: relative;
}

.u-member-hasphoto.newface > div::before {
	content: "2026 New Face";
	position: absolute;
	z-index: 1;
	background-color: #E60012;
	color: #ffffff;
	left: 0;
	bottom: 70px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	padding: 6px 10px;
	border-radius: 0 10px 0 10px;
}

.u-member-photo {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s;
}

.c-members-list .name__jp {
	margin-top: 16px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #000000;
}

.c-members-list .name__en {
	display: block;
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
	color: #000000;
}

.c-members-list .name__staff {
	display: block;
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.c-members-list {
		grid-gap: 5%;
		margin-top: 0;
	}
	.c-members-list.c-staff-list {
		margin-top: 0;
	}
	.c-members-list > li {
		width: 47.5%;
		margin-top: 30px;
	}
	.c-members-list .u-member-hasphoto::after {
		position: absolute;
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		-webkit-mask-image: url(/assets/images/common/icon-circle-arrow-red.svg);
		mask-image: url(/assets/images/common/icon-circle-arrow-red.svg);
		background: #fff;
		bottom: 20px;
		right: 20px;
	}
}
.c-button__icon {
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute;
	bottom: 31px;
	right: 16px;
	background-color: #e22a2a;
	line-height: 1;
	color: inherit;
}

.u-icon-mask-chev-cir-right {
	-webkit-mask-image: url(/assets/images/common/icon-circle-arrow-red.svg);
	mask-image: url(/assets/images/common/icon-circle-arrow-red.svg);
}

.c-column {
	display: flex;
	flex-direction: column;
	gap: 0;
}
@media (min-width: 768px), print {
	.c-column {
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
	}
}
.c-column__home {
	text-align: right;
}
@media (min-width: 768px), print {
	.c-column__home {
		text-align: left;
	}
}
@media (min-width: 768px), print {
	.c-column__image {
		flex: 0 0 560px;
	}
}
.c-column__content {
	width: 100%;
	flex-shrink: 1;
}
@media (min-width: 768px), print {
	.c-column__content {
		margin-top: 0;
	}
}
@media (min-width: 768px), print {
	.c-column--1t2 .c-column__image {
		flex-basis: 320px;
	}
	.c-column--1t3 .c-column__image {
		flex-basis: 270px;
	}
	.c-column--reverse {
		flex-direction: row-reverse;
	}
}
@media (max-width: 767px) {
	.c-column--sp-narrow .c-column__image {
		width: 60%;
		margin-inline: auto;
	}
}
.c-column__lead {
	margin-top: 0 !important;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: var(--line-height-s);
}
@media (min-width: 768px), print {
	.c-column__lead {
		font-size: 3.2rem;
	}
}

.un-modal {
	width: 95vw;
	max-height: min(90vh, 960px);
	padding-top: 60px;
	margin: auto;
}
.un-modal[open] {
	animation: modal-fade 0.2s ease;
}
.un-modal::backdrop {
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(3px);
	animation: backdrop-fade 0.2s ease;
}
.un-modal__header, .un-modal__actions {
	padding: 16px 16px;
}
.un-modal__inner {
	padding: 20px;
	border: none;
	border-radius: 12px;
	background: #FFF;
	color: var(--color-txt);
	box-shadow: 0 18px 48px rgba(0, 31, 63, 0.28);
	overflow: auto;
	margin: auto;
}
.un-modal__header {
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.un-modal__title {
	display: none;
}
.un-modal__title {
	display: none;
}
.un-modal__en {
	line-height: var(--line-height-l);
	font-size: 16px;
	margin-left: 30px;
}
.un-modal__newface {
	background-color: #E60012;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	padding: 5px 8px;
	border-radius: 12px;
	width: 104px;
	margin: 4px 0 10px;
}
.un-modal__actions {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	border-top: 1px solid var(--color-border, #E1E6EA);
}
.un-modal__close {
	appearance: none;
	border: none;
	background: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: inherit;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 0;
	right: 5px;
	color: #FFFFFF;
}
.un-modal__close:hover {
	background: rgba(0, 0, 0, 0.05);
}
.un-modal__close:focus-visible {
	outline: none;
	outline-offset: 2px;
}
@media (min-width: 768px), print {
	.un-modal {
		width: min(1000px, 92vw);
		border-radius: 30px;
		padding: 60px;
	}
	.un-modal__inner {
		padding: 50px;
	}
	.un-modal__header, .un-modal__actions {
		padding: 16px 20px;
	}
	.un-modal__close {
		right: 62px;
	}
	.un-modal__body {
		font-size: 1.6rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.un-modal,
	.un-modal::backdrop {
		animation: none !important;
	}
}
@keyframes modal-fade {
	from {
		opacity: 0;
		transform: translateY(-6px) scale(0.99);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@keyframes backdrop-fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*# sourceMappingURL=sports.css.map */
