@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp.min.css");
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&text=0123456789:&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url("pk_nav.css");


/* 
 format
-------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
dt,
figure,
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header,
footer,
article,
section,
nav,
aside,
details,
figcaption,
figure,
menu {
	display: block;
	box-sizing: border-box;
}

li,
a {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}


html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans Japanese";
}

.Container {
	position: relative;
	min-width: 1220px;
	margin: auto;
	padding-bottom: 100px;
	background: #FFF;
	text-align: left;
	/* font-family: "YakuHanJP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */

	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 170%;
}

li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: top;
}

address,
em,
th {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

.sp {
	display: none !important;
}

.pc {
	display: block !important;
}

.Container a:link {
	text-decoration: none;
	color: #333;
}

.Container a:visited {
	text-decoration: none;
	color: #333;
}

.Container a:active {
	text-decoration: none;
	color: #333;
}

.Container a:hover {
	text-decoration: underline;
	color: #333;
	opacity: .6;
	text-decoration: none;
}

.linkdot {
	padding-left: 15px;
	background: url(../images/linkdot.gif) 0 50% no-repeat;
}

small {
	font-size: 12px;
}

small .lg {
	font-size: larger;
}

.notes small {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.notes small:first-letter {
	font-family: sans-serif;
}

.caution {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	color: #F00;
}

.br:before {
	content: "¥A";
	white-space: pre;
}

footer,
.contents {
	width: 1200px;
	margin: auto;
	padding: 0 10px;
}

footer {
	padding: 16px 10px;
}

footer .notes {
	display: block;
}

/*
 
-------------------------------------------------------------------*/
.sectionTopGuide,
.sectionTopNews,
.sectionTopSchedule,
.sectionTopInformation {
	margin-top: 100px;
}

.scrollAdjust,
.sectionTopGuide,
.sectionTopNews,
.sectionTopSchedule,
.sectionTopInformation {}

.wrap001 {
	padding: 0;
	margin: auto;
	width: 1220px;
}

.blockHeaderImage {
	width: 100%;
}

.blockHeaderImage img {
	width: 100%;
}


/*
 
-------------------------------------------------------------------*/
.titlePage {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}


.titlePage__name img {
	display: inline-block;
	margin-bottom: 20px;
}

.titleHead {
	font-weight: normal;
	font-size: 2.4rem;
}


.caption001 {
	font-size: 1.4rem;
}

/*
 
-------------------------------------------------------------------*/
.top_title_001 {
	margin: 0 0 24px 0;
	padding: 48px 0 8px 56px;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-top-left-radius: 24px;
	margin-bottom: 60px;
}

.top_title_001 span {
	font-size: 24px;
	display: inline-block;
	margin-left: 30px;
	font-weight: normal;
	margin-top: 7px;
}


/*
 RACE/EVENT
-------------------------------------------------------------------*/
.tabRaceLinks {}

.tabRaceLinks .slick-track {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 10px;
	/* transform: translate3d(-132px, 0px, 0px)!important; */
}

.tabRaceLinks .slick-track .slick-slide {}

.tabRaceLinks .slick-track .slick-slide .tabRaceLinks__race {
	width: 100%;
	border-left: 1px solid #333;
	font-size: 1.5rem;
}

.tabRaceLinks .slick-track .slick-slide:last-child {
	margin-right: 5px;
}

.tabRaceLinks .slick-track .slick-slide:last-child .tabRaceLinks__race {
	border-right: 1px solid #333;
}

.tabRaceLinks li {
	text-align: center;
	cursor: pointer;
}

.tabRaceLinks a {
	display: block;
}

.tabRaceLinks__date {
	display: inline-block;
	padding-bottom: 20px;
}

.tabRaceLinks__race {
	font-weight: bold;
	line-height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}





.slideRace {
	margin: 0 auto;
	width: 100%;
}

.slideRace li {
	/*margin: 0 10px;*/
}

.slideRace li img {
	height: auto;
	width: 100%;
}

.blockSlideRace {
	margin-top: 60px;
}

.slideRace__image {
	position: relative;
}

.slideRace__imageEnd {
	padding: .5em 2em;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 2.0rem;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.slideRace__data {
	text-align: center;
	margin-top: 40px;
}

a.slideRace__button:not(:root) {
	background: #050505;
	color: #fff;
	padding: 20px 50px;
	display: inline-block;
	text-align: center;
	position: relative;
	min-width: 600px;
	line-height: 130%;
}

a.slideRace__button::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 35%;
	font-size: 2.5rem;
}


.slideRace__noLink {
	color: #050505;
	padding: 10px 80px;
	display: inline-block;
	text-align: center;
}

.slideRace__date {
	display: block;
	font-size: 1.8rem;
}

.slideRace__name {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 10px;
	line-height: 120%;
}

.slideRace .slick-slide {
	opacity: .6;
}

.slideRace .slick-slide.slick-current {
	opacity: 1;
}

/*
 GUIDE
-------------------------------------------------------------------*/
.blockTopGuideLinks001 ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.blockTopGuideLinks001 li {
	width: 280px;
}

.blockTopGuideLinks001__title {
	text-align: center;
	background: #4C4948;
	color: #fff;
	font-size: 2.0rem;
	padding: 10px;
}

.blockTopGuideLinks002 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0 25px;
}

.blockTopGuideLinks002 li {
	width: 390px;
	margin-bottom: 20px;
}

.blockTopGuideLinks002 li a:not(:root) {
	width: 100%;
	background: #848484;
	color: #fff;
	font-size: 2.0rem;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	min-height: 60px;
	align-items: center;
}

.blockTopGuide .bnr-newarea_2025 {
	margin: 0 auto;
	margin-top: 15px;
	width: 1220px;
	font-size: 1.8em;
	font-weight: 700;
	padding: 1em 0;
	background-color: #070707;
	text-align: center;
}

.blockTopGuide .bnr-newarea_2025 a:link {
	text-decoration: none;
	color: #FFFFFF !important;
}

.blockTopGuide .bnr-newarea_2025 a:visited {
	text-decoration: none;
	color: #FFFFFF !important;
}

.blockTopGuide .bnr-newarea_2025 a:active {
	text-decoration: none;
	color: #333;
}

.blockTopGuide .bnr-newarea_2025 a:hover {
	text-decoration: underline;
	color: #333;
	opacity: .6;
	text-decoration: none;
}

.blockTopGuide .bnr-rms2024 {
	margin: 0 auto;
	margin-top: 40px;
	width: 640px;
	font-size: 1.8em;
	font-weight: 700;
	padding: 0 0 20px 0;
	background-color: #070707;
	text-align: center;
}

.blockTopGuide .bnr-rms2024 img {
	width: 100%;
}

.blockTopGuide .bnr-rms2024 p.rms2024_title {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 20px;
}

.blockTopGuide .bnr-rms2024 p.rms2024_link {
	font-size: 0.7em;
	line-height: 1.3em;
	margin-top: 0.5em;
}

.blockTopGuide .bnr-rms2024 a:link {
	text-decoration: none;
	color: #FFFFFF !important;
}

.blockTopGuide .bnr-rms2024 a:visited {
	text-decoration: none;
	color: #FFFFFF !important;
}

.blockTopGuide .bnr-rms2024 a:active {
	text-decoration: none;
	color: #333;
}

.blockTopGuide .bnr-rms2024 a:hover {
	text-decoration: underline;
	color: #333;
	opacity: .6;
	text-decoration: none;
}

/*
 NEWS
-------------------------------------------------------------------*/
.blockTopNewsItems {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow-y: scroll;
	height: 340px;
}

.blockTopNewsItem {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blockTopNewsItem__date {
	width: 140px;
}

.blockTopNewsItem__date::before {
	content: "ー";
	display: inline-block;
	margin-right: 10px;

}

.blockTopNewsItem__category {}

.blockTopNewsItem__title {
	margin-left: 1.8em;
}

.blockTopNewsOthers {
	text-align: right;
	margin-top: 20px;
}

.blockTopNewsPickup {
	margin-top: 100px;
	margin-bottom: 150px;
}

.blockTopNewsPickupItems {}

.blockTopNewsPickupItem {
	width: 560px;
}

.blockTopNewsPickupItem a {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.blockTopNewsPickupItem__image {
	margin-right: 20px;
}

.blockTopNewsPickupItem__title {
	font-weight: bold;
	margin-bottom: 10px;
}

.blockTopNewsPickupItem__detail {}


/*
 SCHEDULE
-------------------------------------------------------------------*/

.blockTopSchedule {
	width: 980px;
	margin-left: auto;
	margin-right: auto;

}

.blockTopSchedule iframe {
	width: 100%;
	height: 700px;
	margin-bottom: 20px;
}

.blockTopSchedule__link {
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}

a.blockTopSchedule__linkButton:not(:root) {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background: #848484;
	color: #fff;
	padding: 20px 40px;
	font-size: 2.0rem;
	position: relative;
	min-width: 560px;
}

a.blockTopSchedule__linkButton::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 32%;
	font-size: 2.5rem;
}

.blockTopScheduleBlanklink {
	margin-bottom: 10px;
	text-align: right;
}

.blockTopScheduleBlanklink a::after {
	display: inline-block;
	content: " ≫";
}

/*
 INFORMATION
-------------------------------------------------------------------*/
.blockTopInformationItems {
	/*display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	*/
}

.blockTopInformationItem:not(:root) {
	width: 380px;
	margin-left: 10px;
	margin-right: 10px;
}

.blockTopInformationItem__image {
	margin-bottom: 20px;
}

.blockTopInformationItem__title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.8rem;
	width: 380px;
}

.blockTopInformationItem__text {
	width: 380px;
}

/*
 slick.js
-------------------------------------------------------------------*/
.slick-prev:before,
.slick-next:before {
	color: #ccc;
}

.slick-slider {
	display: block;
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-dots {
	position: relative;
}

.slick-dotted.slick-slider {
	margin-bottom: 30px !important;
	position: relative;
}

.slick-arrow {
	display: table;
	position: absolute;
	top: calc(100% + 4px);
	z-index: 1;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.slick-arrow.prev:after,
.slick-arrow.next:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	transition: all .2s ease-in;
}

.slick-arrow.prev:after {
	margin: -6px 0 0 -6px;
	border-left: solid 2px #999;
	border-bottom: solid 2px #999;
}

.slick-arrow.next:after {
	margin: -6px 0 0 -6px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
}

.blockSlideRace .slick-arrow {
	display: table;
	position: absolute;
	top: 38%;
	z-index: 1;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}

.slick-arrow.prevRace {
	left: 10%;
	transform: rotate(45deg);
}

.slick-arrow.nextRace {
	right: 10%;
	transform: rotate(225deg);
}

.slick-arrow.prevRace,
.slick-arrow.nextRace {
	opacity: .7;
	width: 40px;
	height: 40px;
}

.slick-arrow.prevRace:hover,
.slick-arrow.nextRace:hover {
	opacity: 1;
}

.slick-arrow.prevRace:after,
.slick-arrow.nextRace:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s ease-in;
	width: 30px;
	height: 30px;
}

.slick-arrow.nextRace:after,
.slick-arrow.prevRace:after {
	/*margin: -6px 0 0 -6px;*/
	margin: 0px 0 0px 0px;
	border-left: solid 8px #fff;
	border-bottom: solid 8px #fff;
}

.tabRaceLinks .slick-current {
	position: relative;
}

.tabRaceLinks .slick-current::after {
	content: "";
	width: 60px;
	height: 2px;
	background: #DC0105;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
}

/* NEWS */
.blockTopNewsPickupItems .slick-arrow.prev {
	left: 50%;
	margin: 0 0 0 -112px;
}

.blockTopNewsPickupItems .slick-arrow.next {
	right: 50%;
	margin: 0 -112px 0 0;
}

/* INFORMATION */
.blockTopInformationItems .slick-arrow.prev {
	left: 47%;
	margin: 0 0 0 -160px;
}

.blockTopInformationItems .slick-arrow.next {
	right: 47%;
	margin: 0 -160px 0 0;
}


.prevRace,
.nextRace,
.blockTopNewsPickupItems .slick-arrow,
.blockTopInformationItems .slick-arrow {
	font-size: 0;
	color: transparent;
	display: block;
	width: 30px;
	height: 20px;
}