@charset "UTF-8";

/* main */
main h3 {
  text-align: center;
  font-weight: 600;
  font-size: 5.2vw;
  /* padding: 13.38vw 0 7.26vw; */
  padding: 15.38vw 0 6.26vw;
}

#eventListTtl {
  padding: 15.38vw 0 0;

}

section nav.fixed i,
section nav.fixed b {
  background: #fff;
}

#mainV {
  height: 100%;
  width: 100%;
  background-color: #fff;
  color: #fff;
}

#mainV>ul {
  position: relative;
}

#mainV .controllScrollButtonWrap {
  top: 51%;
  display: flex;
  align-items: center;
}

#mainV .controllScrollButtonWrap b {
  padding: 2.05vw;
}

#mainV .controllScrollButtonWrap .controllScrollButtonPrev b {
  justify-content: left;
  transform: rotate(180deg);
}

#mainV .controllScrollButtonWrap .controllScrollButtonNext b {
  justify-content: left;

}

#mainV #FVslider {
  width: 100vw;
  height: calc(100vh - 20.26vw);
  min-height: 154vw;
  z-index: 13;
  margin: 0 0 0;
}

#mainV #FVslider .controllScrollButtonWrap {
  left: -7vw;
  width: 114.62vw;
}

#mainV #FVslider button {
  background-color: #FFF;
  width: 14.62vw;
  height: 14.62vw;
  border-radius: 50%;
}

#mainV .controllScrollButtonPrev {
  left: -.6vw;
}

#mainV .controllScrollButtonNext {
  right: -.6vw;
}

#mainV #FVslider button b img {
  height: 2.18vw;
}

#mainV #FVslider .controllScrollWrap li {
  width: 100vw;
  height: 100%;
}

#mainV #FVslider .controllScrollWrap img {
  width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}

#topfloatingSns {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 5;
  top: 5.38vw;
  right: 14.87vw;
  width: 28.49vw;
}

#topfloatingSns img {
  height: 6.26vw;
  width: auto;
}

#mainV #slider>li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(40, 40, 40, 0), rgba(35, 35, 35, .4));
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#mainV #slider>.active,
#mainV #slider>.nextActive,
#mainV #slider>.nextActive2,
#mainV #slider>.beforeActive,
#mainV #slider>.beforeActive2 {
  display: block;
  opacity: 1;
  z-index: 1;
}

#mainV #slider>.nextActive {
  opacity: 0;
}

#mainV #slider>.beforeActive {
  z-index: 2;
}

#mainV #slider>.beforeActive2 {
  opacity: 0;
  z-index: 2;
}

#mainV #slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#mainV #slider img.topSlider {
  display: none;
}


.topBanner {
  width: 91.69vw;
  margin: 5.44vw 0 0 7.69vw;
}

#mainMenu {
  margin: 7.69vw 7.69vw;
  height: 61.54vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

#mainMenu li {
  width: 50%;
  height: 15.38vw;
  display: flex;
  justify-content: start;
  align-items: center;

}

body #mainMenu li p {
  line-height: 3.59vw;
  color: #000;
}

/* #mainMenu li:last-child,
#mainMenu li:first-child {
  height: 15.64vw;

} */

#mainMenu li a {
  width: 100%;
  height: 100%;
  font-size: 3.3vw;
  line-height: 5.56vw;
  font-weight: 600;
  display: flex;
  justify-content: start;
  align-items: center;
}



/* #mainMenu li a:hover svg * {
  fill: #fff;
} */

#mainMenu li a:hover {
  background: #000;
}
#mainMenu li:nth-child(1) a:hover {
  border-top-left-radius: 10px;
}
#mainMenu li:nth-child(2) a:hover {
  border-top-right-radius: 10px;
}
#mainMenu li:nth-last-child(2) a:hover {
  border-bottom-left-radius: 10px;
}
#mainMenu li:last-of-type a:hover {
  border-bottom-right-radius: 10px;
}

#mainMenu li a:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(355%) hue-rotate(177deg) brightness(118%) contrast(100%);
}

#mainMenu li a:hover p {
  color: #fff;
}

#mainMenu li:nth-child(odd) a {
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, transparent 10%, transparent 10%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, transparent 0%, transparent 90%);
  border-image-slice: 1;
  padding: 0;
}

/* #mainMenu li:nth-child(odd) {
  padding: 0 0 0 5vw;
} */

#mainMenu li:nth-child(odd):not(:nth-last-child(2)) {
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent 5%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 100%, transparent 100%);
  border-image-slice: 1;

}

#mainMenu li:nth-child(even):not(:last-child) {
  border-bottom: 1px solid;
  border-image: linear-gradient(to left, transparent 5%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 100%, transparent 100%);
  border-image-slice: 1;
}

#mainMenu li:nth-child(odd) a {
  padding: 0 0 0 3.56vw;
}

#mainMenu li:nth-child(even) a {
  padding: 0;
}

.iconWrap {
  width: 14.82vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainMenu li:first-of-type img {
  width: 5.66vw;
  height: auto;
}

#mainMenu li:nth-of-type(2) img {
  width: 5.66vw;
  height: auto;
}

#mainMenu li:nth-of-type(3) img {
  width: 7.2vw;
  height: auto;
}

#mainMenu li:nth-of-type(4) img {
  width: 5.62vw;
  height: auto;
}

#mainMenu li:nth-of-type(5) img {
  width: 7.18vw;
  height: auto;
}

#mainMenu li:nth-of-type(6) img {
  width: 7.9vw;
  height: auto;
}

#mainMenu li:nth-of-type(7) img {
  width: 7.9vw;
  height: auto;
}

#mainMenu li:nth-of-type(8) img {
  width: 6.67vw;
  height: auto;
}

/* BIKER'S INFO */

.controllScrollButtonNext {
  border-radius: 50%;
  width: 8.21vw;
  height: 8.21vw;
  background-color: #000;
  right: 3vw;
}

.controllScrollButtonNext b img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(60deg) brightness(98%) contrast(107%);
  width: 2.75vw;
}

#FVslider .controllScrollButtonNext b img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(17%) hue-rotate(297deg) brightness(101%) contrast(106%);
}

.controllScrollButtonWrap {
  top: 46%;
}

.innerContent p {
  font-size: 3.1vw;
}

.innerContent .iconTtl img {
  margin: 0 1.25vw -.25vw 0;
  width: 9.9vw;
}


.innerContent .controllScrollWrap::-webkit-scrollbar {
  display: none;
}

.innerContent .controllScrollWrap .controllScrollItemWrap {
  padding: 2.56vw 0;
  padding-right: 52vw;
}

.innerContent .controllScrollWrap .controllScrollItemWrap li {
  margin-right: 2.56vw;
  width: 40.26vw;
  height: 48.72vw;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  font-size: 3.02vw;
  line-height: 5.56vw;
  font-weight: 600;
  padding: 0 0 2.56vw;
}

.innerContent .controllScrollWrap .controllScrollItemWrap li img {
  width: 100%;
  height: auto;
}

.innerContent .controllScrollWrap .controllScrollItemWrap li:first-child {
  margin: 0 2.56vw 0 7.69vw;
}

.innerContent .controllScrollWrap .controllScrollItemWrap li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.innerContent .controllScrollWrap .controllScrollItemWrap li a p {
  margin: auto 1vw 0 3.08vw;
  line-height: 4.1vw;
}

.controllScrollBarOver {
  margin-top: 2vw;
  display: flex;
  align-items: center;
  height: 5vw;
  justify-content: space-between;
}

.controllScrollBarWrap {
  position: relative;
}

.controllScrollBar {
  width: 80vw;
  height: 1px;
  background: #333;
}

.controllScrollBarActive {
  position: absolute;
  top: -1px;
  left: 0;
  width: 5vw;
  height: 3px;
  background: #333;
}

/* 種目リスト */
#eventList li:first-child {
  margin: 5.64vw 2.56vw 1.28vw 7.41vw;
}

#eventList li {
  margin: 5.64vw 2.56vw 1.28vw 1.28vw;
  position: relative;
}
    #eventList li a,.innerContent .controllScrollWrap .controllScrollItemWrap li a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    }

#eventList li.new::after {
  content: "";
  position: absolute;
  display: block;
  width: 11.03vw;
  height: 12.31vw;
  top: -5.64vw;
  left: -1.28vw;
  background-image: url(/2026/top/assets/img/top/iconEventNew.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#eventList .badge,
#Village .badge {
  background-color: #000;
  line-height: 1;
}

/* NEWS */

#newsWrap h3 {
  padding: 0;
  margin: 18vw 0 0;
  font-weight: 400;
  font-size: 7.69vw;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.newsLinkWrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw 0;
}

.newsLinkWrap p img {
  margin: 0 0 0 2vw;
  width: 4.68vw;
}

#newsSection>h3 {
  padding: 10.38vw 0 4.26vw;
}

.news {
  display: flex;
  flex-direction: column;
  justify-content: start;
  background: #FFF;
  width: 40.26vw;
  height: 48.72vw;
  height: auto;
  border-radius: 3vw;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 0 0 2.56vw;
  margin: 2.56vw 0 2.56vw 2.56vw;
  transition: all .4s;
  font-size: 3.02vw;
  line-height: 5.56vw;
  font-weight: 600;
}

/* .news dd {
  margin: 0 0 1vw;
} */

.news:first-of-type {
  margin: 2.56vw 0 2.56vw 6.41vw;
}

.news h4 {
  font-size: 3.02vw;
  line-height: 4.1vw;
}

.news dt,
.news h4 {
  padding: 0 3.08vw;
  letter-spacing: -.2vw;
}

.news img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

p.badge,
.news .badge {
  border-radius: 9999px;
  color: #fff;
  width: 18.21vw;
  height: 4.1vw;
  font-size: 2.56vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.56vw;
  background-color: #44A560;
  margin: auto 0 0;
}

#newsSection {
  background: linear-gradient(180deg, #fff 50vw, rgba(112, 157, 168, .49) 50vw, rgba(112, 157, 168, 0.49) 100%);
}
#newsSection .controllScrollButtonWrap {
    top: 26.75vw;
}

#newsSection .controllScrollOver {
  margin: 0 2.56vw 0 0;
}

.news .badge {
  margin: 1.5vw 3.08vw 0;
}

#tournamentInfo {
  margin: 0 7.69vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.56vw 0;
  padding-bottom: 15.38vw;

}

#tournamentInfo li a {
  font-size: 3.33vw;
  line-height: 4.1vw;
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: 600;
  border-radius: 10px;
  width: 41.03vw;
  height: 15.38vw;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  transition: all .3s;
}
#tournamentInfo li a:hover{
  background: #000;
  color: #FFF;
}
#tournamentInfo li a:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(355%) hue-rotate(0deg) brightness(118%) contrast(100%);
}

#tournamentInfo li a div {
  width: 14.62vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tournamentInfo li:first-child img {
  width: 9vw;
}

#tournamentInfo li:nth-child(2) img {
  width: 8.1vw;
}

#tournamentInfo li:nth-child(3) img {
  width: 5.15vw;
}

#tournamentInfo li:nth-child(4) img {
  width: 7.3vw;
}

#tournamentInfo li:nth-child(5) img {
  width: 7.5vw;
}

#tournamentInfo li:nth-child(6) img {
  width: 7.5vw;
}

/* 黒のボタン */

.blackMenu {
  display: flex;
  justify-content: space-between;
  margin: 0 7.69vw 11.03vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.56vw 1.54vw;
}

.blackMenu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  width: 26.41vw;
  height: 21.28vw;
  background-color: #000;
  color: #fff;
  padding: 0;
  border-radius: 10px;
  transition: all .4s;
}
.blackMenu li a:hover{
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.blackMenu li a:hover img {
  filter: brightness(100%) saturate(100%) invert(99%) sepia(8%) saturate(355%) hue-rotate(0deg) brightness(118%) contrast(100%);
}

.blackMenu li:first-child img {
  height: 7.18vw;
  width: auto;
}

.blackMenu li:nth-child(2) img {
  height: 7.06vw;
  width: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(107deg) brightness(106%) contrast(103%);
}

.blackMenu li:nth-child(3) img {
  height: 5.58vw;
  width: auto;
}

.blackMenu li:nth-child(4) img {
  height: 6.39vw;
  width: auto;
}

.blackMenu li:nth-child(5) img {
  height: 5.59vw;
  width: auto;
}


.blackMenu li a .iconWrap {
  height: 20.67vw;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: end;
}

.blackMenu li p {
  font-size: 3.02vw;
  line-height: 4.1vw;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}

.blackMenu li:nth-of-type(5) a,
.blackMenu li:nth-of-type(4) a {
  width: 40.77vw;
  height: 17.95vw;
}

/* banner */
#underWrap {
  background-color: rgba(112, 157, 168, 0.49);

}

#underWrap ul {
  margin: 0 7.69vw;
  padding: 0 0 15.38vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.56vw 1.54vw;
}

#underWrap li a {
  font-size: 3.33vw;
  line-height: 4.1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-weight: 600;
  border-radius: 10px;
  width: 26.41vw;
  height: 21.28vw;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 3.33vw 0 0;
  transition: all .4s;
}
#underWrap li a:hover{
  background: #000;
  color: #FFF;
}
#underWrap li a:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(355%) hue-rotate(0deg) brightness(118%) contrast(100%);
}

#underWrap li a img {
  height: 6.7vw;
  transition: all .4s;
}

#underWrap li a img * {
  border: 2px;
}

#underWrap li a div {
  width: 100%;
  height: 9.49vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* スポンサー */
.sponsor {
  margin: 0;
  padding-bottom: 6vw;
}

.bgBeige {
  background-color: rgba(101, 105, 101, 1);
}

.list_ttl {
  width: 100%;
}

.sponsor .controllScrollOver,
.sponsor .swiperWrap {
  margin: 0;
}

.sponsor .controllScrollWrap,
.sponsor .swiper {
  height: 20.2vw;
  width: 48.48vw;
  margin: auto;
  border-radius: 5px;
}

.sponsor .swiper-next,
.sponsor .swiper-prev {
  background: url(/2026/top/assets/img/common/arrowRight4sliderWhite.svg) 25% center no-repeat;
  width: 25vw;
  height: 20vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.sponsor .controllScrollWrap>ul {
  flex-flow: nowrap;
}

.sponsor .controllScrollWrap>ul {
  display: flex;
  /* height: 20vw; */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* background-color: #fff; */
  text-align: center;
  margin: auto;
  border-radius: 1.21vw;
  position: relative;
}

.sponsor .controllScrollWrap>ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 1;
}

.sponsor .controllScrollWrap>ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor .controllScrollWrap a::after {
  display: none;
}

.sponsor .controllScrollWrap>ul li.active {
  opacity: 1;
  z-index: 2;
}

.sponsor .controllScrollWrap>ul li.done {
  opacity: 0;
  z-index: 3;
}

.sponsor .controllScrollWrap>ul li img {
  width: 100%;
  padding: 0 5vw;
  height: auto;
}

.sponTTl {
  font-size: 6.9vw;
  letter-spacing: .2vw;
  font-weight: 300;
  text-align: center;
  padding: 8vw 0 7vw;
  color: #fff;
  font-family: "Bebas Neue", "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #FFF;
}

.sponLink {
  display: block;
  text-align: center;
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid #FFF;
  color: #FFF;
  padding: 6.5vw 7vw 2vw 0;
  margin: 0 auto 3.5vw;
  width: 33.59vw;
  text-align: left;
  font-size: 3.14vw;
  font-weight: bold;
  background-image: url(/2026/top/assets/img/common/arrowRightBlack.svg);
  background-image: url(/2026/top/assets/img/common/arrowRight.svg);
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-size: 4vw;
  color: #fff;
}

/* スポンサー */


.footerTopLink {
  padding: 11.25vw 11vw 13vw;
}

.footerTopLink li {
  width: 34.3vw;
  padding-bottom: 2vw;
  border-bottom: 2px solid #000;
  font-size: 3.14vw;
}

.footerTopLink li::after {
  width: 3vw;
  height: 5.59vw;
  background-size: 4vw;
}