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

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAMES
  ------------------------------ */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes loopRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loopRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}

@-webkit-keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}

@keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}

@-webkit-keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes strokeOffset {
  to {
    stroke-dashoffset: 0;
  }
}

.sectionInner {
  position: relative;
}

#topMv {
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  #topMv.isPagefv {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 600px) {
  #topMv.isPagefv {
    margin-top: -18rem;
  }
}

#topMv .mv img {
  position: relative;
}

@media screen and (min-width: 320px) {
  #topMv .mv img {
    width: 160%;
    left: -10%;
  }
}

@media screen and (min-width: 600px) {
  #topMv .mv img {
    width: 100%;
    left: auto;
  }
}

#topMv .copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  #topMv .copy {
    padding: 0 2.5vw 5rem;
  }
}

@media screen and (min-width: 600px) {
  #topMv .copy {
    padding: 0 2.5vw 12rem;
  }
}

@media screen and (min-width: 320px) {
  #topMv .copy img {
    width: 95%;
  }
}

@media screen and (min-width: 600px) {
  #topMv .copy img {
    width: 70rem;
  }
}

#topMv .pageTitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  #topMv .pageTitle {
    padding: 0 2.5vw 5rem;
  }
}

@media screen and (min-width: 600px) {
  #topMv .pageTitle {
    padding: 0 2.5vw 12rem;
  }
}

#topMv .pageTitle .en {
  font-family: archivo-variable, sans-serif;
  font-variation-settings: "wdth" 100, "wght" 800;
}

@media screen and (min-width: 320px) {
  #topMv .pageTitle .en {
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 600px) {
  #topMv .pageTitle .en {
    font-size: 7.2rem;
  }
}

#topMv .pageTitle .ja {
  font-weight: 800;
}

@media screen and (min-width: 320px) {
  #topMv .pageTitle .ja {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 600px) {
  #topMv .pageTitle .ja {
    font-size: 2.8rem;
  }
}

#topAbout {
  overflow: hidden;
}

@media screen and (min-width: 320px) {
  #topAbout .sectionInner {
    padding: 5rem 10vw 10rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .sectionInner {
    padding: 9.5rem 12.5vw 10rem;
  }
}

#topAbout .gallery {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 320px) {
  #topAbout .gallery {
    top: 3rem;
    left: -25.5rem;
    gap: 2rem;
    width: 300%;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .gallery {
    top: 5rem;
    left: -31rem;
    gap: 3rem;
    width: 200%;
  }
}

@media screen and (min-width: 320px) {
  #topAbout .gallery .img {
    width: 38.5rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .gallery .img {
    width: 38.5rem;
  }
}

@media screen and (min-width: 320px) {
  #topAbout .gallery .img:first-child {
    margin-right: 15rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .gallery .img:first-child {
    margin-right: 36rem;
  }
}

#topAbout .raceInfo {
  position: absolute;
}

@media screen and (min-width: 320px) {
  #topAbout .raceInfo {
    top: 41rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 60%;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .raceInfo {
    top: 15rem;
    right: 5vw;
    -webkit-transform: unset;
            transform: unset;
    width: 22rem;
  }
}

#topAbout .copy {
  position: relative;
  z-index: 1;
}

#topAbout .copy .en {
  font-family: archivo-variable, sans-serif;
  font-variation-settings: "wdth" 100, "wght" 800;
  line-height: 1.14;
  color: #0b99eb;
}

@media screen and (min-width: 320px) {
  #topAbout .copy .en {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .copy .en {
    font-size: 7.4rem;
  }
}

#topAbout .copy .ja {
  font-weight: 700;
  letter-spacing: .08em;
}

@media screen and (min-width: 320px) {
  #topAbout .copy .ja {
    font-size: 1.4rem;
    margin: 2rem 0 1.5rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .copy .ja {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
  }
}

#topAbout .copy .ja span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topAbout .copy .ja span::before {
  content: "(";
  margin-right: 1.5rem;
}

#topAbout .copy .ja span::after {
  content: ")";
  margin-left: 1.5rem;
}

#topAbout .linkList {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 320px) {
  #topAbout .linkList {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 40rem 0 0;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 5rem 5rem 0;
  }
}

@media screen and (min-width: 320px) {
  #topAbout .linkList li:nth-child(1) a {
    background: #0b99eb;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList li:nth-child(1) a {
    background: #0b99eb;
  }
}

@media screen and (min-width: 320px) {
  #topAbout .linkList li:nth-child(2) a {
    background: #00b24f;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList li:nth-child(2) a {
    background: #00b24f;
  }
}

@media screen and (min-width: 320px) {
  #topAbout .linkList li:nth-child(3) a {
    background: #0b99eb;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList li:nth-child(3) a {
    background: #00b24f;
  }
}

@media screen and (min-width: 320px) {
  #topAbout .linkList li:nth-child(4) a {
    background: #00b24f;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList li:nth-child(4) a {
    background: #0b99eb;
  }
}

#topAbout .linkList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  border-radius: 1rem;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

@media screen and (min-width: 320px) {
  #topAbout .linkList a {
    padding: 1rem 4rem 1rem 1rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList a {
    padding: 1rem 4rem 1rem 1rem;
  }
}

#topAbout .linkList a:hover {
  opacity: .6;
}

#topAbout .linkList .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 320px) {
  #topAbout .linkList .icon {
    width: 5rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList .icon {
    width: 5rem;
  }
}

#topAbout .linkList .icon svg {
  fill: #FFFFFF;
}

@media screen and (min-width: 320px) {
  #topAbout .linkList .icon svg {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList .icon svg {
    width: 3rem;
    height: 3rem;
  }
}

#topAbout .linkList .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

@media screen and (min-width: 320px) {
  #topAbout .linkList .text {
    width: calc(100% - 5rem);
    font-size: 1.45rem;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList .text {
    width: calc(100% - 5rem);
    font-size: 1.45rem;
  }
}

@media screen and (min-width: 320px) {
  #topAbout .linkList .text span:nth-child(2) {
    font-size: 60%;
  }
}

@media screen and (min-width: 600px) {
  #topAbout .linkList .text span:nth-child(2) {
    font-size: 60%;
  }
}
/*# sourceMappingURL=top.css.map */