/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Helvetica Neue Cyr";
  src: url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
.pageFv {
  position: relative;
}
@media screen and (min-width: 320px) {
  .pageFv {
    padding: 20rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .pageFv {
    padding: 41rem 14vw 0 5vw;
  }
}

.fvTitleEn {
  font-family: "Helvetica Neue Cyr", sans-serif;
  color: #b67f22;
}
@media screen and (min-width: 320px) {
  .fvTitleEn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvTitleEn {
    font-size: 5.6rem;
  }
}

.fvTitle {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  color: #b67f22;
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .fvTitle {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .fvTitle {
    font-size: 12rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .breadcrumb {
    margin-top: 3rem;
    gap: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    margin-top: 6.6rem;
    gap: 15.5rem;
  }
}

.breadcrumbItem {
  position: relative;
}
@media screen and (min-width: 320px) {
  .breadcrumbItem {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbItem {
    font-size: 1.6rem;
  }
}
.breadcrumbItem::before {
  position: absolute;
  content: "";
  top: 51%;
  height: 1px;
  background: #FFF;
  opacity: 0.2;
}
@media screen and (min-width: 320px) {
  .breadcrumbItem::before {
    left: calc(100% + 1rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbItem::before {
    left: calc(100% + 1.5rem);
    width: 12.5rem;
  }
}
.breadcrumbItem:nth-last-child(1)::before {
  content: none;
}
.breadcrumbItem .breadcrumbLink {
  opacity: 0.2;
}
@media screen and (min-width: 1025px) {
  .breadcrumbItem .breadcrumbLink {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .breadcrumbItem .breadcrumbLink:hover {
    opacity: 1;
  }
}

.pageFvBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.pageFvImg {
  position: absolute;
  top: 6.8rem;
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .pageFvImg {
    right: 0;
    width: 30rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageFvImg {
    right: 10vw;
    width: 79rem;
  }
}

.sectionTitle {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
}
@media screen and (min-width: 320px) {
  .sectionTitle {
    font-size: 2rem;
    letter-spacing: 0.05rem;
  }
}
@media screen and (min-width: 1025px) {
  .sectionTitle {
    font-size: 4.2rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 320px) {
  .pageNav {
    padding: 5rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav {
    padding: 20rem 20.5vw 0 16.5vw;
  }
}
.pageNav.isSticky {
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .pageNav.isSticky {
    top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav.isSticky {
    top: -17rem;
  }
}
.pageNav .pageNavList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
}
.pageNav .pageNavItem {
  display: block;
  position: relative;
  text-align: center;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .pageNav .pageNavItem {
    border-radius: 0.8rem;
    padding: 0.8rem 0 1.2rem 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .pageNavItem {
    border-radius: 1.6rem;
    padding: 0.9rem 0 1.7rem 9rem;
  }
  .pageNav .pageNavItem:hover .itemIcon::before {
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}
@media screen and (min-width: 320px) {
  .pageNav .pageNavItem.bus .itemTitle {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .pageNavItem.bus .itemTitle {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .pageNav .itemTitle {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .itemTitle {
    font-size: 3.2rem;
  }
}
.pageNav .itemTitleEn {
  font-family: "Helvetica Neue Cyr", sans-serif;
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .pageNav .itemTitleEn {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .itemTitleEn {
    font-size: 1.8rem;
    margin-top: 0.7rem;
  }
}
.pageNav .itemIcon {
  position: absolute;
  top: 8%;
  height: 84%;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 320px) {
  .pageNav .itemIcon {
    left: 2.4%;
    border-radius: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .itemIcon {
    left: 1.3%;
    border-radius: 0.8rem;
  }
}
.pageNav .itemIcon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: url("../images/arrow-down.svg") no-repeat center/100% 100%;
          mask: url("../images/arrow-down.svg") no-repeat center/100% 100%;
  z-index: 1;
  width: 58%;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.timeSchedule {
  width: 100%;
  border-collapse: separate;
  text-align: center;
}
.timeSchedule.race {
  border-spacing: 0 0.8rem;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .timeSchedule.race {
    padding: 0.2rem 2.5vw 0.4rem;
    border-radius: 1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule.race {
    padding: 2.2rem 4.2rem 3rem;
    border-radius: 2rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 320px) {
  .timeSchedule.access {
    border-spacing: 0 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule.access {
    border-spacing: 0 1.6rem;
  }
}
.timeSchedule.access thead {
  line-height: 1.3;
}
.timeSchedule.access tbody th {
  width: 26%;
}
.timeSchedule thead {
  color: #b67f22;
}
.timeSchedule thead th {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .timeSchedule thead tr:nth-child(1) th {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule thead tr:nth-child(1) th {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .timeSchedule thead tr:nth-child(2) th {
    font-size: 1.4rem;
    padding: 0.2rem 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule thead tr:nth-child(2) th {
    font-size: 2.8rem;
    padding: 1.2rem 0 0.8rem;
  }
}
.timeSchedule thead .small {
  font-size: 75%;
}
.timeSchedule tbody tr {
  position: relative;
}
.timeSchedule tbody tr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .timeSchedule tbody tr::after {
    border-radius: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule tbody tr::after {
    border-radius: 0.8rem;
  }
}
.timeSchedule tbody tr th, .timeSchedule tbody tr td {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 320px) {
  .timeSchedule tbody tr th, .timeSchedule tbody tr td {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule tbody tr th, .timeSchedule tbody tr td {
    font-size: 3.2rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 320px) {
  .timeSchedule tbody tr th {
    border-radius: 0.4rem 0 0 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule tbody tr th {
    border-radius: 0.8rem 0 0 0.8rem;
  }
}
@media screen and (min-width: 320px) {
  .timeSchedule tbody tr td:nth-last-child(1) {
    border-radius: 0 0.4rem 0.4rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .timeSchedule tbody tr td:nth-last-child(1) {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}

.newsTime {
  display: block;
  text-align: right;
}
@media screen and (min-width: 320px) {
  .newsTime {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .newsTime {
    font-size: 1.8rem;
  }
}

.newsContents {
  line-height: 2;
}
@media screen and (min-width: 320px) {
  .newsContents {
    font-size: 1.3rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .newsContents {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
}
.newsContents h2 {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .newsContents h2 {
    font-size: 2.4rem;
    margin: 64px 0 24px;
  }
}
@media screen and (min-width: 1025px) {
  .newsContents h2 {
    font-size: 4.2rem;
    margin: 64px 0 24px;
  }
}
@media screen and (min-width: 320px) {
  .newsContents ul {
    padding-left: 3.4rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .newsContents ul {
    padding-left: 5rem;
    margin-bottom: 24px;
  }
}
.newsContents ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.newsContents p {
  margin-bottom: 24px;
}
.newsContents a {
  color: #b67f22;
  text-decoration: underline;
}
.newsContents a:hover {
  text-decoration: none;
}/*# sourceMappingURL=page.css.map */