@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6, li) {
  overflow-wrap: break-word;
  line-height: inherit;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
  cursor: not-allowed;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0;
  word-wrap: break-word;
  position: relative;
  color: #000;
  background: #a0dffa;
}
body.is-modal-open, body.is-nav-open {
  overflow: hidden;
}

::selection {
  background: #3ace41;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover, a:visited {
  text-decoration: inherit;
}

img {
  max-width: 100%;
  user-select: none;
  pointer-events: none;
  display: block;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-bold {
  font-weight: bold;
}

.font-larger {
  font-size: calc(20 / 1512 * 100vw);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .font-larger {
    font-size: calc(18 / 440 * 100vw);
  }
}

.ta-c {
  text-align: center;
}

.lp-main {
  overflow-x: clip;
}

.header-slider {
  background: #6ed4ff;
}
.header-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.header-slider .swiper-slide {
  color: white;
  font-size: calc(40 / 1512 * 100vw);
  font-weight: 800;
}
@media screen and (max-width: 960px) {
  .header-slider .swiper-slide {
    font-size: calc(24 / 440 * 100vw);
  }
}

.lp-main-wrapper {
  max-width: calc(1210 / 1512 * 100vw);
  margin: 0 auto;
  padding-top: calc(100 / 1512 * 100vw);
  font-size: calc(16 / 1512 * 100vw);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .lp-main-wrapper {
    max-width: 90%;
    padding-top: calc(40 / 440 * 100vw);
    font-size: calc(14 / 440 * 100vw);
    flex-direction: column;
  }
}

.lp-kv {
  max-width: calc(567 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-kv {
    max-width: 100%;
    margin-bottom: calc(30 / 440 * 100vw);
  }
}
.lp-kv__heading {
  width: fit-content;
  margin: 0 auto calc(20 / 1512 * 100vw) auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .lp-kv__heading {
    margin-bottom: calc(20 / 440 * 100vw);
  }
}
.lp-kv__heading-image {
  max-width: calc(227 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-kv__heading-image {
    max-width: calc(227 / 440 * 100vw);
  }
}
.lp-kv__heading-deco {
  max-width: calc(61 / 1512 * 100vw);
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 80% 0;
}
@media screen and (max-width: 960px) {
  .lp-kv__heading-deco {
    max-width: calc(61 / 440 * 100vw);
  }
}
.lp-kv__main-image {
  margin-bottom: calc(40 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-kv__main-image {
    margin-bottom: calc(40 / 440 * 100vw);
  }
}
.lp-kv__text {
  font-size: calc(17 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-kv__text {
    font-size: calc(17 / 440 * 100vw);
  }
}
.lp-kv__catch {
  font-size: calc(24 / 1512 * 100vw);
  border: calc(3 / 1512 * 100vw) solid white;
  color: white;
  border-radius: calc(10 / 1512 * 100vw);
  margin-bottom: calc(20 / 1512 * 100vw);
  font-weight: 600;
  background: #3ace41;
  text-align: center;
  padding: calc(10 / 1512 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .lp-kv__catch {
    font-size: calc(24 / 440 * 100vw);
    border: calc(3 / 440 * 100vw) solid white;
    border-radius: calc(10 / 440 * 100vw);
    margin-bottom: calc(20 / 440 * 100vw);
    padding: calc(10 / 440 * 100vw) 0;
    line-height: 1.4;
  }
}

.rally-info {
  max-width: calc(534 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .rally-info {
    max-width: 100%;
  }
}
.rally-info__list {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 1512 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .rally-info__list {
    gap: calc(30 / 440 * 100vw) 0;
  }
}
.rally-info__list > li {
  background: white;
  box-shadow: calc(5 / 1512 * 100vw) calc(5 / 1512 * 100vw) 0 black;
  border-radius: calc(30 / 1512 * 100vw);
  padding: calc(10 / 1512 * 100vw) calc(20 / 1512 * 100vw) calc(25 / 1512 * 100vw) calc(20 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .rally-info__list > li {
    box-shadow: calc(5 / 440 * 100vw) calc(5 / 440 * 100vw) 0 black;
    padding: calc(10 / 440 * 100vw) calc(20 / 440 * 100vw) calc(25 / 440 * 100vw) calc(20 / 440 * 100vw);
  }
}
.rally-info__title {
  background: #3ace41;
  color: white;
  font-size: calc(16 / 1512 * 100vw);
  text-align: center;
  padding: calc(10 / 1512 * 100vw) 0;
  border-radius: calc(100 / 1512 * 100vw);
  margin-bottom: calc(20 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .rally-info__title {
    font-size: calc(16 / 440 * 100vw);
    padding: calc(10 / 440 * 100vw) 0;
    border-radius: calc(100 / 440 * 100vw);
    margin-bottom: calc(20 / 440 * 100vw);
    line-height: 1.5;
  }
}
@media screen and (max-width: 960px) {
  .rally-info__title--sp-smaller {
    font-size: calc(12 / 440 * 100vw);
  }
}
.rally-info__outline {
  border: calc(3 / 1512 * 100vw) solid #3ace41;
  width: fit-content;
  margin: calc(10 / 1512 * 100vw) auto 0 auto;
  padding: calc(5 / 1512 * 100vw) calc(10 / 1512 * 100vw);
  font-size: calc(18 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .rally-info__outline {
    border-width: calc(3 / 440 * 100vw);
    margin: calc(10 / 440 * 100vw) auto 0 auto;
    padding: calc(5 / 440 * 100vw) calc(10 / 440 * 100vw);
    font-size: calc(18 / 440 * 100vw);
  }
}
.rally-info__register {
  position: relative;
  padding: calc(80 / 1512 * 100vw) 0;
}
@media screen and (max-width: 960px) {
  .rally-info__register {
    padding: calc(80 / 440 * 100vw) 0;
  }
}
.rally-info__register-bg {
  position: absolute;
  z-index: -1;
  top: calc(-50 / 1512 * 100vw);
  left: -25%;
  width: 150%;
  animation: registerbg 5s infinite linear forwards;
}
@media screen and (max-width: 960px) {
  .rally-info__register-bg {
    top: calc(-50 / 440 * 100vw);
  }
}
.rally-info__register-button {
  display: block;
  width: fit-content;
  background: black;
  border-radius: calc(10 / 1512 * 100vw);
  color: white;
  padding: calc(20 / 1512 * 100vw) calc(40 / 1512 * 100vw);
  font-weight: 600;
  margin: 0 auto;
  box-shadow: 0 0 calc(10 / 1512 * 100vw) rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .rally-info__register-button:hover {
    background: #3ace41;
  }
}
@media screen and (max-width: 960px) {
  .rally-info__register-button {
    border-radius: calc(10 / 440 * 100vw);
    padding: calc(20 / 440 * 100vw) calc(40 / 440 * 100vw);
    box-shadow: 0 0 calc(10 / 440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.rally-info__caution {
  background: #a0dffa;
  border: calc(1 / 1512 * 100vw) solid black;
  border-radius: calc(30 / 1512 * 100vw);
  position: relative;
  padding: calc(30 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .rally-info__caution {
    border: calc(1 / 440 * 100vw) solid black;
    padding: calc(30 / 440 * 100vw);
    border-radius: calc(30 / 440 * 100vw);
  }
}
.rally-info__caution:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(5 / 1512 * 100vw);
  right: calc(-5 / 1512 * 100vw);
  z-index: -1;
  display: block;
  border: inherit;
  border-radius: inherit;
}
@media screen and (max-width: 960px) {
  .rally-info__caution:before {
    top: calc(5 / 440 * 100vw);
    right: calc(-5 / 440 * 100vw);
  }
}
.rally-info__caution dt {
  text-align: center;
  margin-bottom: calc(20 / 1512 * 100vw);
  font-size: calc(18 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .rally-info__caution dt {
    margin-bottom: calc(20 / 440 * 100vw);
    font-size: calc(18 / 440 * 100vw);
  }
}
.rally-info .icon-kinashi {
  position: absolute;
  width: calc(95 / 1512 * 100vw);
  right: 0;
  bottom: calc(-80 / 1512 * 100vw);
  animation: kinashiicon 2s linear infinite forwards;
}
@media screen and (max-width: 960px) {
  .rally-info .icon-kinashi {
    width: calc(95 / 440 * 100vw);
    bottom: calc(-80 / 440 * 100vw);
  }
}
.rally-info__back {
  padding-top: calc(150 / 1512 * 100vw);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .rally-info__back {
    padding-top: calc(150 / 440 * 100vw);
  }
}
.rally-info__back > a {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .rally-info__back > a {
    font-size: calc(18 / 440 * 100vw);
  }
}
.rally-info__back > a:before {
  content: "←";
  font-size: calc(24 / 1512 * 100vw);
  font-weight: 600;
  translate: calc(-10 / 1512 * 100vw) 15%;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .rally-info__back > a:before {
    font-size: calc(24 / 440 * 100vw);
    translate: calc(-10 / 440 * 100vw) 15%;
  }
}

.lp-copy {
  text-align: center;
  display: block;
  padding-top: calc(200 / 1512 * 100vw);
  padding-bottom: calc(40 / 1512 * 100vw);
}
@media screen and (max-width: 960px) {
  .lp-copy {
    padding-top: calc(100 / 440 * 100vw);
    padding-bottom: calc(40 / 440 * 100vw);
    font-size: calc(12 / 440 * 100vw);
  }
}

@keyframes registerbg {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  40% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  80% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
@keyframes kinashiicon {
  0% {
    rotate: 0deg;
  }
  25% {
    rotate: -10deg;
  }
  50% {
    rotate: 0deg;
  }
  75% {
    rotate: 10deg;
  }
  100% {
    rotate: 0deg;
  }
}
/* -----------------------------

vendor style

----------------------------- */
body.is-modal-open {
  overflow: hidden;
}

.modal-container {
  display: none;
}
.modal-container.is-modal-active {
  z-index: 9999;
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.modal-container.is-modal-active .modal-inner {
  animation: showModalContent 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-right .modal-inner {
  animation: showModalContentFromRight 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-active-from-left .modal-inner {
  animation: showModalContentFromLeft 0.4s 1 ease-out forwards;
}
.modal-container.is-modal-closing .modal-inner {
  animation: closingModalContent 0.2s 1 ease-out forwards;
}
.modal-container.is-modal-closing-to-left .modal-inner {
  animation: closingModalContentToLeft 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing-to-right .modal-inner {
  animation: closingModalContentToRight 0.2s 1 ease-in forwards;
}
.modal-container.is-modal-closing .modal-close {
  animation: closingModalBg 0.2s 1 ease forwards;
}
.modal-container .modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 20vw;
  max-width: 80vw;
  min-height: 20vh;
  max-height: 90vh;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  pointer-events: all;
  overflow: hidden;
}
.modal-container .modal-content {
  flex: 1;
  min-height: 0;
  padding: 5vw;
  overflow: auto;
}
.modal-container .modal-content img {
  max-width: 100%;
  max-height: 100%;
}
.modal-container .modal-close {
  z-index: 9999;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-indent: -9999px;
  pointer-events: all;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .modal-container .modal-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
  }
}
.modal-container .modal-close:before, .modal-container .modal-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #000;
  content: "";
}
.modal-container .modal-close:before {
  transform: rotate(45deg);
}
.modal-container .modal-close:after {
  transform: rotate(-45deg);
}
.modal-container .modal-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal-container .modal-nav--prev, .modal-container .modal-nav--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  z-index: 9998;
  width: 3vw;
  height: 3vw;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  pointer-events: all;
}
.modal-container .modal-nav--prev:before, .modal-container .modal-nav--next:before {
  display: block;
  position: absolute;
  top: 0.75vw;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 2px solid #fff;
  content: "";
}
.modal-container .modal-nav--prev {
  left: 2.5vw;
}
.modal-container .modal-nav--prev:before {
  transform: rotate(45deg);
  left: calc(0.75vw + 2px);
  border-left: 2px solid #fff;
}
.modal-container .modal-nav--next {
  right: 2.5vw;
}
.modal-container .modal-nav--next:before {
  transform: rotate(-45deg);
  left: calc(0.75vw - 2px);
  border-right: 2px solid #fff;
}

.modal-bg {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-bg:not(.is-bg-kept) {
  animation: showModal 0.4s 1 ease-out forwards;
}
.modal-bg.is-modal-closing {
  animation: closingModalBg 0.2s 1 ease-out forwards;
}

@keyframes showModal {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes showModalContent {
  0% {
    display: none;
    opacity: 0;
    translate: 0 20px;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromLeft {
  0% {
    display: none;
    opacity: 0;
    translate: -20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: -20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes showModalContentFromRight {
  0% {
    display: none;
    opacity: 0;
    translate: 20px 0;
  }
  1% {
    display: flex;
    opacity: 0;
    translate: 20px 0;
  }
  100% {
    display: flex;
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes closingModalContent {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 20px;
  }
}
@keyframes closingModalContentToLeft {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: -20px 0;
  }
}
@keyframes closingModalContentToRight {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 20px 0;
  }
}
@keyframes closingModalBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
