:root {
  --sans: 'Noto Sans JP', sans-serif;
  --serif: 'Noto Serif JP', serif;
  --outfit: 'Outfit', sans-serif; }

.pageWrc .main {
  overflow: hidden; }
.pageWrc #header {
  background-color: #000;
  display: table;
  max-width: 1060px;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  top: 50px;
  left: 50%; }
  .pageWrc #header .headerInner {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pageWrc #header .headerInner > * {
      padding: 0 50px; }
  .pageWrc #header .headerLogo {
    max-width: 400px;
    width: 100%;
    position: relative; }
    .pageWrc #header .headerLogo:after {
      content: "";
      width: 1px;
      height: 70px;
      background-color: #fff;
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      right: 0; }
  .pageWrc #header .sponsor {
    max-width: 320px;
    width: 100%;
    position: relative; }
    .pageWrc #header .sponsor:after {
      content: "";
      width: 1px;
      height: 70px;
      background-color: #fff;
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      right: 0; }
  .pageWrc #header .detail {
    font-weight: 600;
    color: #fff;
    text-wrap: nowrap; }
  @media screen and (max-width: 1160px) {
    .pageWrc #header {
      top: 0; } }
  @media screen and (max-width: 767px) {
    .pageWrc #header {
      width: 100%;
      padding: 20px 0;
      position: static;
      transform: none; }
      .pageWrc #header .headerInner {
        flex-wrap: wrap; }
        .pageWrc #header .headerInner > * {
          padding: 0; }
      .pageWrc #header .headerLogo {
        max-width: 220px;
        width: 55%;
        padding: 0 20px; }
        .pageWrc #header .headerLogo:after {
          height: 40px; }
      .pageWrc #header .sponsor {
        max-width: 200px;
        width: 45%;
        padding: 0 20px; }
        .pageWrc #header .sponsor:after {
          content: none; }
      .pageWrc #header .detail {
        font-size: 1.3rem;
        text-align: center;
        margin-top: 15px; } }
.pageWrc .secCalender {
  background-color: #000;
  position: relative; }
  .pageWrc .secCalender:after {
    content: "";
    width: 100%;
    height: 270px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    transform: translateY(-100%) rotate(180deg);
    top: 0;
    right: 0;
    z-index: 1; }
  .pageWrc .secCalender .secInner {
    margin-bottom: -460px;
    position: relative;
    top: -380px;
    z-index: 2; }
  .pageWrc .secCalender h2 {
    width: 43%;
    margin-bottom: 15px; }
  .pageWrc .secCalender .box {
    padding: 10px 25px;
    margin-bottom: 150px;
    background-color: #e3dcda;
    display: flex;
    flex-wrap: wrap;
    counter-reset: listnum;
    position: relative; }
    .pageWrc .secCalender .box:after {
      content: "";
      background: url(../img/fire.png) center/contain no-repeat;
      width: 700px;
      height: 170px;
      position: absolute;
      right: -450px;
      bottom: -50px; }
    .pageWrc .secCalender .box p {
      width: calc(100% / 3);
      padding: 30px 20px;
      border-bottom: 1px solid #000;
      position: relative;
      list-style-type: none; }
      .pageWrc .secCalender .box p:before {
        content: counter(listnum);
        counter-increment: listnum;
        font-weight: 900;
        font-size: 3.2rem;
        font-family: var(--sans);
        -webkit-text-stroke: 1px #000;
        text-stroke: 1px #000;
        text-align: right;
        width: 40px;
        position: absolute;
        top: 5px;
        left: -10px; }
      .pageWrc .secCalender .box p:nth-of-type(13), .pageWrc .secCalender .box p:nth-of-type(14) {
        border-bottom: none; }
      .pageWrc .secCalender .box p:nth-of-type(14) {
        width: 39%; }
  .pageWrc .secCalender .proterial {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pageWrc .secCalender .proterial .img {
      width: 45%; }
    .pageWrc .secCalender .proterial .txt {
      width: 50%; }
      .pageWrc .secCalender .proterial .txt h3 {
        font-size: 7.2rem;
        font-weight: 900;
        color: #fff;
        font-family: var(--sans);
        -webkit-text-stroke: 2px #fff;
        margin-bottom: 15px; }
      .pageWrc .secCalender .proterial .txt .head {
        font-size: 3.2rem;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px; }
      .pageWrc .secCalender .proterial .txt .detail {
        font-size: 1.6rem;
        font-weight: 600;
        text-align: justify;
        color: #fff; }
  @media screen and (max-width: 1160px) {
    .pageWrc .secCalender .secInner {
      margin-bottom: -180px;
      top: -200px; } }
  @media screen and (max-width: 767px) {
    .pageWrc .secCalender:after {
      height: 90px; }
    .pageWrc .secCalender .secInner {
      margin-bottom: -100px;
      top: -140px; }
    .pageWrc .secCalender h2 {
      width: 55%; }
    .pageWrc .secCalender .box {
      padding: 10px 10px 30px;
      margin-bottom: 120px; }
      .pageWrc .secCalender .box:after {
        width: 380px;
        height: 110px;
        right: -250px;
        bottom: -40px; }
      .pageWrc .secCalender .box p {
        width: calc(100% / 2);
        padding: 20px 10px; }
        .pageWrc .secCalender .box p:before {
          font-size: 1.8rem;
          width: 25px; }
        .pageWrc .secCalender .box p:nth-of-type(14) {
          width: 50%; }
    .pageWrc .secCalender .proterial {
      flex-direction: column-reverse; }
      .pageWrc .secCalender .proterial .img {
        width: 100%;
        margin-bottom: 20px; }
        .pageWrc .secCalender .proterial .img img {
          width: 100%;
          height: 270px;
          object-fit: cover; }
      .pageWrc .secCalender .proterial .txt {
        width: 100%; }
        .pageWrc .secCalender .proterial .txt h3 {
          font-size: 2.8rem;
          -webkit-text-stroke: 1px #fff;
          margin-bottom: 10px; }
        .pageWrc .secCalender .proterial .txt .head {
          font-size: 1.8rem;
          margin-bottom: 5px; }
        .pageWrc .secCalender .proterial .txt .detail {
          font-size: 1.4rem; } }
.pageWrc .secAbout {
  position: relative; }
  .pageWrc .secAbout .secInner {
    position: absolute;
    transform: translateX(-50%);
    top: 25%;
    left: 50%;
    z-index: 2; }
  .pageWrc .secAbout .blk {
    display: flex;
    justify-content: space-between; }
    .pageWrc .secAbout .blk h2 {
      width: 30%; }
    .pageWrc .secAbout .blk .txt {
      width: 45%; }
      .pageWrc .secAbout .blk .txt .head {
        font-size: 4.8rem;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px; }
      .pageWrc .secAbout .blk .txt .detail {
        font-size: 1.6rem;
        font-weight: 600;
        text-align: justify;
        color: #fff; }
  @media screen and (max-width: 767px) {
    .pageWrc .secAbout .secInner {
      position: absolute;
      transform: translateX(-50%);
      top: 80%;
      left: 50%; }
    .pageWrc .secAbout .blk {
      flex-direction: column; }
      .pageWrc .secAbout .blk h2 {
        width: 30%;
        margin-left: auto;
        margin-bottom: 30px; }
      .pageWrc .secAbout .blk .txt {
        width: 100%; }
        .pageWrc .secAbout .blk .txt .head {
          font-size: 2.8rem;
          margin-bottom: 10px; }
        .pageWrc .secAbout .blk .txt .detail {
          font-size: 1.4rem; } }
.pageWrc .secRally {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #000;
  position: relative; }
  .pageWrc .secRally:before {
    content: "";
    width: 100%;
    height: 270px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    transform: translateY(-100%) rotate(180deg);
    top: 0;
    right: 0;
    z-index: 1; }
  .pageWrc .secRally .secInner {
    position: relative;
    top: -360px;
    z-index: 2; }
  .pageWrc .secRally .blk {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .pageWrc .secRally .blk .img {
      width: 45%; }
    .pageWrc .secRally .blk .txt {
      width: 50%;
      margin-bottom: -100px; }
      .pageWrc .secRally .blk .txt .head {
        font-size: 3.2rem;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px; }
      .pageWrc .secRally .blk .txt .detail {
        font-size: 1.6rem;
        font-weight: 600;
        text-align: justify;
        color: #fff; }
  @media screen and (max-width: 1160px) {
    .pageWrc .secRally {
      padding-bottom: 240px; }
      .pageWrc .secRally .secInner {
        top: -120px; } }
  @media screen and (max-width: 960px) {
    .pageWrc .secRally {
      padding-top: 160px; } }
  @media screen and (max-width: 850px) {
    .pageWrc .secRally {
      padding-top: 300px; } }
  @media screen and (max-width: 767px) {
    .pageWrc .secRally {
      padding-top: 60px;
      padding-bottom: 670px; }
      .pageWrc .secRally:before {
        height: 90px; }
      .pageWrc .secRally .secInner {
        top: 430px; }
      .pageWrc .secRally .blk {
        flex-direction: column-reverse;
        display: flex;
        align-items: center; }
        .pageWrc .secRally .blk .img {
          width: 70%;
          margin-bottom: 20px; }
        .pageWrc .secRally .blk .txt {
          width: 100%;
          margin-bottom: -100px; }
          .pageWrc .secRally .blk .txt .head {
            font-size: 2rem;
            margin-bottom: 10px; }
          .pageWrc .secRally .blk .txt .detail {
            font-size: 1.4rem; } }
.pageWrc .secHighlights {
  background-color: #E1DCDA;
  position: relative;
  padding-top: 100px;
  padding-bottom: 270px; }
  .pageWrc .secHighlights:before {
    content: "";
    width: 100%;
    height: 270px;
    background: #E1DCDA;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    transform: translateY(-100%) rotate(180deg);
    top: 0;
    right: 0;
    z-index: 1; }
  .pageWrc .secHighlights:after {
    content: "";
    background: url(../img/fire.png) center/contain no-repeat;
    width: 700px;
    height: 170px;
    position: absolute;
    right: -250px;
    top: -330px;
    z-index: 2; }
  .pageWrc .secHighlights h2 {
    max-width: 600px;
    width: 60%;
    margin-bottom: 30px; }
  .pageWrc .secHighlights .box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 7%; }
    .pageWrc .secHighlights .box .blk .img {
      margin-bottom: 20px;
      position: relative; }
      .pageWrc .secHighlights .box .blk .img .num {
        font-size: 2.4rem;
        font-weight: 900;
        font-family: var(--outfit);
        text-align: center;
        line-height: 45px;
        letter-spacing: 2px;
        color: #fff;
        -webkit-text-stroke: 1px #fff;
        background-color: #000;
        width: 45px;
        height: 45px;
        position: absolute;
        left: 0;
        bottom: 0; }
        .pageWrc .secHighlights .box .blk .img .num.on {
          background-color: #DC3513; }
    .pageWrc .secHighlights .box .blk .info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .pageWrc .secHighlights .box .blk .info .txt .head {
        font-size: 2.8rem;
        font-weight: 900;
        font-family: var(--sans);
        line-height: 1;
        color: #000;
        margin-bottom: 10px; }
      .pageWrc .secHighlights .box .blk .info .txt .date {
        font-weight: 800;
        line-height: 1.4; }
      .pageWrc .secHighlights .box .blk .info .flag {
        width: 100px; }
  @media screen and (max-width: 940px) {
    .pageWrc .secHighlights {
      padding-top: 60px;
      padding-bottom: 400px; }
      .pageWrc .secHighlights h2 {
        width: 55%; }
      .pageWrc .secHighlights .box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 5%; }
        .pageWrc .secHighlights .box .blk .img {
          margin-bottom: 10px; }
          .pageWrc .secHighlights .box .blk .img .num {
            font-size: 1.8rem;
            line-height: 30px;
            letter-spacing: 1px;
            width: 30px;
            height: 30px; }
        .pageWrc .secHighlights .box .blk .info {
          align-items: flex-start; }
          .pageWrc .secHighlights .box .blk .info .txt .head {
            font-size: 1.6rem;
            margin-bottom: 5px; }
          .pageWrc .secHighlights .box .blk .info .txt .date {
            font-size: 1.2rem; }
          .pageWrc .secHighlights .box .blk .info .flag {
            width: 40px; } }
  @media screen and (max-width: 767px) {
    .pageWrc .secHighlights {
      padding-bottom: 120px; }
      .pageWrc .secHighlights:before {
        height: 90px; }
      .pageWrc .secHighlights:after {
        width: 380px;
        height: 110px;
        right: -230px;
        top: -140px; } }
.pageWrc .secService {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #000;
  position: relative; }
  .pageWrc .secService:before {
    content: "";
    width: 100%;
    height: 270px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    transform: translateY(-100%) rotate(180deg);
    top: 0;
    right: 0;
    z-index: 1; }
  .pageWrc .secService:after {
    content: "";
    background: url(../img/fire.png) center/contain no-repeat;
    width: 700px;
    height: 170px;
    position: absolute;
    right: -250px;
    top: -330px;
    z-index: 2; }
  .pageWrc .secService h2 {
    font-size: 4.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px; }
  .pageWrc .secService .detail {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: justify;
    color: #fff;
    max-width: 600px; }
  .pageWrc .secService .blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px; }
    .pageWrc .secService .blk .img {
      max-width: 850px;
      width: 65%; }
    .pageWrc .secService .blk .linkWrap {
      max-width: 360px;
      width: 30%;
      counter-reset: linknum; }
      .pageWrc .secService .blk .linkWrap p {
        border-top: 1px solid #fff; }
        .pageWrc .secService .blk .linkWrap p:last-of-type {
          border-bottom: 1px solid #fff; }
      .pageWrc .secService .blk .linkWrap a {
        font-size: 2rem;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        color: #fff;
        padding: 15px 0 15px 5px;
        display: flex;
        align-items: center;
        position: relative; }
        .pageWrc .secService .blk .linkWrap a:before {
          content: counter(linknum);
          counter-increment: linknum;
          font-size: 1.6rem;
          font-family: var(--outfit);
          font-weight: 700;
          text-align: center;
          line-height: 20px;
          width: 20px;
          height: 20px;
          margin-right: 10px;
          color: #000;
          background-color: #fff;
          border-radius: 50%; }
        .pageWrc .secService .blk .linkWrap a:after {
          content: "";
          width: 10px;
          height: 10px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          position: absolute;
          transform: rotate(45deg) translateY(-50%);
          top: 50%;
          right: 10px; }
  @media screen and (max-width: 940px) {
    .pageWrc .secService .detail {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .pageWrc .secService {
      padding-top: 40px;
      padding-bottom: 60px; }
      .pageWrc .secService:before {
        height: 90px; }
      .pageWrc .secService:after {
        width: 380px;
        height: 110px;
        right: -230px;
        top: -140px; }
      .pageWrc .secService h2 {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 15px; }
      .pageWrc .secService .detail {
        font-size: 1.4rem; }
      .pageWrc .secService .blk {
        flex-direction: column-reverse;
        margin-top: 0; }
        .pageWrc .secService .blk .img {
          width: 80%;
          margin-bottom: 20px; }
        .pageWrc .secService .blk .linkWrap {
          max-width: 100%;
          width: 100%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .pageWrc .secService .blk .linkWrap p {
            width: 48%; }
            .pageWrc .secService .blk .linkWrap p:nth-of-type(4) {
              border-bottom: 1px solid #fff; }
          .pageWrc .secService .blk .linkWrap a {
            font-size: 1.6rem;
            line-height: 1.2;
            padding: 15px 0 15px 5px;
            display: flex;
            align-items: center;
            position: relative; }
            .pageWrc .secService .blk .linkWrap a:before {
              font-size: 1.6rem;
              line-height: 20px;
              width: 20px;
              height: 20px;
              margin-right: 10px; }
            .pageWrc .secService .blk .linkWrap a:after {
              content: "";
              width: 10px;
              height: 10px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              position: absolute;
              transform: rotate(45deg) translateY(-50%);
              top: 50%;
              right: 10px; } }
.pageWrc #footer .footerInner {
  max-width: 1600px;
  width: 100%;
  display: flex;
  padding: 30px 20px;
  margin: 0 auto; }
.pageWrc #footer .sns {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 40px; }
  .pageWrc #footer .sns a {
    display: block;
    width: 50px; }
.pageWrc #footer .navWrap {
  color: #363636; }
  .pageWrc #footer .navWrap .nav {
    display: flex; }
    .pageWrc #footer .navWrap .nav a {
      display: block; }
      .pageWrc #footer .navWrap .nav a:nth-of-type(n+2) {
        margin-left: 25px; }
  .pageWrc #footer .navWrap .copyright {
    font-size: 1.4rem;
    margin-top: 5px; }
@media screen and (max-width: 767px) {
  .pageWrc #footer .footerInner {
    flex-direction: column;
    padding: 30px 20px; }
  .pageWrc #footer .sns {
    margin-right: 0;
    margin-bottom: 30px; }
  .pageWrc #footer .navWrap .nav {
    flex-direction: column;
    gap: 10px; }
    .pageWrc #footer .navWrap .nav a {
      font-size: 1.6rem; }
      .pageWrc #footer .navWrap .nav a:nth-of-type(n+2) {
        margin-left: 0; }
  .pageWrc #footer .navWrap .copyright {
    font-size: 1.2rem;
    margin-top: 30px; } }
