@charset "UTF-8";

/* =========================================================
   栗丘ライディングパーク - スタイルシート
   ========================================================= */
:root {
  --k-yellow: #FBCB2E;
  --k-yellow-light: #FFE072;
  --k-blue: #2452C4;
  --k-blue-dark: #1B3FA0;
  --k-orange: #F26A2B;
  --k-green: #3C8C43;
  --k-dark: #1A1A1A;
  --k-text: #333;
  --k-paper: #f3f3f3;
  --k-radius: 28px;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Rounded", "Arial Rounded MT Bold", sans-serif;
  ;
  background: #fff;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inline;
}

@media (width <=767px) {
  .br-sp {
    display: inline;
  }

  .br-pc {
    display: none;
  }
}

.k-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.k-container {
  width: min(1100px, 88%);
  margin-inline: auto;
}

/* =========================================================
   ヘッダー
   ========================================================= */
.k-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-top: 10px solid #fbce3b;
}

.k-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 36px 0 38px;
  position: relative;
}

@media (max-width: 750px) {
  .k-header__inner {
    padding: 10px 10px 0 14px;
  }
}

.k-header-logo {
  width: 281px;
}

@media (max-width: 750px) {
  .k-header-logo {
    width: 204px;
  }
}

.k-header__inner .menu-icon {
  width: 22px;
  height: 20px;
}

.k-header__inner .menu-icon span {
  height: 2px;
  background: #000;
  border-radius: 4px;
}

.k-header__inner .menu-icon span:nth-child(2) {
  top: 9px;
}

.k-header__inner .menu-icon span:nth-child(3) {
  top: 19px;
}

.k-header__inner .menu-button.is-open .menu-icon span {
  background: #fff;
}

/* =========================================================
   ヒーロー
   ========================================================= */
.k-hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.k-scroll-btn-wrap {
  display: none;
  gap: 30px;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.k-course-scroll-wrapper .k-scroll-btn-wrap {
  bottom: 180px;
}

@media (max-width: 750px) {
  .k-scroll-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.k-scroll-btn {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
}

.k-next-btn {
  transform: rotate(135deg);
}


.k-prev-btn {
  left: 10px;
}

.k-next-btn {
  right: 10px;
}

.k-hero-section {
  position: relative;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.k-hero-section::-webkit-scrollbar {
  display: none;
}

.k-hero {
  min-width: 1380px;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .k-hero {
    min-width: 999px;
    max-width: 999px;
  }
}

.k-hero::before {
  content: "";
  width: 95px;
  height: 77px;
  position: absolute;
  top: 50px;
  left: 40px;
  background: url(../img/ridingpark/hero/hero-star1.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  .k-hero::before {
    width: 76px;
    height: 54px;
    top: 70px;
    left: 175px;
  }
}

.k-hero::after {
  content: "";
  width: 140px;
  height: 102px;
  position: absolute;
  top: 5px;
  right: 115px;
  background: url(../img/ridingpark/hero/hero-star2.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  .k-hero::after {
    width: 99px;
    height: 72px;
    top: 85px;
    right: 130px;
  }
}

.k-hero-top {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .k-hero-top {
    display: none;
  }
}

.k-hero-sub {
  padding: 14px 24px;
  background: #000;
  position: absolute;
  top: 220px;
  right: 80px;
  transform: rotate(26deg);
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  color: #fff;
  border-radius: 999px;
  z-index: 2;
}

.k-hero-title {
  width: 1173px;
}

.k-hero-title-sp-1,
.k-hero-title-sp-2 {
  display: none;
}

@media (max-width: 750px) {
  .k-hero-title-sp-1 {
    display: block;
    position: absolute;
    top: 34px;
    right: 10px;
    width: 58px;
  }

  .k-hero-title-sp-2 {
    display: block;
    position: absolute;
    top: 34px;
    left: 0;
    width: 103px;
  }
}

.k-hero-image {
  display: flex;
  justify-content: center;
  position: relative;
  margin: -240px 0 0 -50px;
  pointer-events: none;
}

@media (max-width: 750px) {
  .k-hero-image {
    width: 999px;
    margin: -30px 0 0;
  }
}

.k-hero-item {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.item-human-1 {
  width: 456px;
  height: 124px;
  top: 130px;
  left: 474px;
  background-image: url(../img/ridingpark/hero/hero-human1.webp);
}

@media (max-width: 750px) {
  .item-human-1 {
    width: 332px;
    height: 91px;
    top: 75px;
    left: 365px;
  }
}

.item-human-2 {
  width: 54px;
  height: 91px;
  bottom: 222px;
  right: 600px;
  background-image: url(../img/ridingpark/hero/hero-human2.webp);
}

@media (max-width: 750px) {
  .item-human-2 {
    width: 39px;
    height: 67px;
    bottom: 155px;
    right: 415px;
  }
}

.item-human-3 {
  width: 62px;
  height: 79px;
  bottom: 198px;
  right: 420px;
  background-image: url(../img/ridingpark/hero/hero-human3.webp);
}

@media (max-width: 750px) {
  .item-human-3 {
    width: 45px;
    height: 58px;
    bottom: 130px;
    right: 290px;
  }
}

.item-motorcycle-1 {
  width: 82px;
  height: 138px;
  top: 234px;
  right: 474px;
  background-image: url(../img/ridingpark/hero/hero-motorcycle1.webp);
  z-index: 1;
}

@media (max-width: 750px) {
  .item-motorcycle-1 {
    width: 60px;
    height: 101px;
    top: 146px;
    right: 330px;
  }
}

.item-motorcycle-2 {
  width: 126px;
  height: 136px;
  top: 268px;
  left: 314px;
  background-image: url(../img/ridingpark/hero/hero-motorcycle2.webp);
}

@media (max-width: 750px) {
  .item-motorcycle-2 {
    width: 93px;
    height: 99px;
    top: 168px;
    left: 255px;
  }
}

.item-tree-1 {
  width: 137px;
  height: 93px;
  top: 93px;
  right: 542px;
  background-image: url(../img/ridingpark/hero/hero-tree1.webp);
}

@media (max-width: 750px) {
  .item-tree-1 {
    width: 100px;
    height: 68px;
    top: 50px;
    right: 375px;
  }
}

.item-tree-2 {
  width: 124px;
  height: 121px;
  bottom: 214px;
  left: 242px;
  background-image: url(../img/ridingpark/hero/hero-tree2.webp);
}

@media (max-width: 750px) {
  .item-tree-2 {
    width: 90px;
    height: 89px;
    bottom: 150px;
    left: 200px;
  }
}

.item-play-1 {
  width: 101px;
  height: 76px;
  bottom: 362px;
  left: 288px;
  background-image: url(../img/ridingpark/hero/hero-play.webp);
  cursor: pointer;
}

@media (max-width: 750px) {
  .item-play-1 {
    width: 73px;
    height: 55px;
    bottom: 255px;
    left: 232px;
  }
}

.item-play-2 {
  width: 101px;
  height: 76px;
  bottom: 148px;
  right: 195px;
  background-image: url(../img/ridingpark/hero/hero-play.webp);
  cursor: pointer;
}

@media (max-width: 750px) {
  .item-play-2 {
    width: 73px;
    height: 55px;
    bottom: 106px;
    right: 125px;
  }
}

.item-popup {
  width: 90px;
  height: 68px;
  background-image: url(../img/ridingpark/hero/hero-play.webp);
  cursor: pointer;
}

@media (max-width: 750px) {
  .item-popup {
    width: 64px;
    height: 48px;
  }
}

.item-play-1:hover,
.item-play-2:hover,
.item-popup:hover {
  animation: jelly .55s ease;
}

@keyframes jelly {
  0% {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(1.18, .82);
  }

  50% {
    transform: scale(.85, 1.15);
  }

  70% {
    transform: scale(1.08, .92);
  }

  100% {
    transform: scale(1, 1);
  }
}

.item-popup-1 {
  bottom: 185px;
  right: 215px;
}

.item-popup-2 {
  bottom: 275px;
  left: 630px;
}

.item-popup-3 {
  bottom: 210px;
  left: 575px;
}

.item-popup-4 {
  bottom: 165px;
  left: 500px;
}

.item-popup-5 {
  bottom: 335px;
  left: 585px;
}

.item-popup-6 {
  top: 350px;
  right: 460px;
  z-index: 1;
}

.item-popup-7 {
  top: 300px;
  left: 640px;
}

.item-popup-8 {
  bottom: 228px;
  left: 430px;
}

.item-popup-9 {
  bottom: 300px;
  left: 325px;
}

.item-popup-10 {
  bottom: 360px;
  left: 180px;
}

.item-popup-11 {
  top: 200px;
  left: 590px;
}

.item-popup-12 {
  bottom: 420px;
  left: 460px;
}

@media (max-width: 750px) {
  .item-popup-1 {
    bottom: 115px;
    right: 135px;
  }

  .item-popup-2 {
    bottom: 185px;
    left: 470px;
  }

  .item-popup-3 {
    bottom: 145px;
    left: 430px;
  }

  .item-popup-4 {
    bottom: 110px;
    left: 380px;
  }

  .item-popup-5 {
    bottom: 240px;
    left: 455px;
  }

  .item-popup-6 {
    top: 235px;
    right: 320px;
  }

  .item-popup-7 {
    top: 200px;
    left: 480px;
  }

  .item-popup-8 {
    bottom: 159px;
    left: 330px;
  }

  .item-popup-9 {
    bottom: 205px;
    left: 260px;
  }

  .item-popup-10 {
    bottom: 250px;
    left: 160px;
  }

  .item-popup-11 {
    top: 125px;
    left: 445px;
  }

  .item-popup-12 {
    bottom: 290px;
    left: 350px;
  }
}

.k-pop-modal__list img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.k-modal-movie {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1280 / 720;
  background: #eee;
  font-size: 3rem;
}

.wheelie1 {
  animation: wheelie1 5s cubic-bezier(.34, .1, .3, 1) 0s infinite;
}

.wheelie2 {
  animation: wheelie2 5s cubic-bezier(.34, .1, .3, 1) 0s infinite;
}

.jump {
  animation: jump 5s linear 0s infinite;
}

.rustle-gust {
  animation: rustle-gust 5s ease-in-out 0s infinite;
}

/* ウィリー：実時間 0〜1.4s → 0〜28% */
@keyframes wheelie1 {
  0% {
    transform: rotate(0deg) translateY(0);
  }

  6% {
    transform: rotate(7deg) translateY(-5px);
  }

  18% {
    transform: rotate(9deg) translateY(-7px);
  }

  28% {
    transform: rotate(0deg) translateY(0);
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}

@keyframes wheelie2 {
  0% {
    transform: rotate(0deg) translateY(0);
  }

  6% {
    transform: rotate(-7deg) translateY(-5px);
  }

  18% {
    transform: rotate(-9deg) translateY(-7px);
  }

  28% {
    transform: rotate(0deg) translateY(0);
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}

/* ジャンプ：実時間 1.2〜2.6s → 24〜52% */
@keyframes jump {
  0% {
    transform: translateY(0) scaleY(1);
  }

  24% {
    transform: translateY(0) scaleY(1);
  }

  28% {
    transform: translateY(5px) scaleY(0.9);
    animation-timing-function: ease-in;
  }

  32% {
    transform: translateY(-10px) scaleY(1);
    animation-timing-function: ease-out;
  }

  36% {
    transform: translateY(0) scaleY(1);
  }

  39% {
    transform: translateY(0) scaleY(1);
  }

  43% {
    transform: translateY(5px) scaleY(0.9);
    animation-timing-function: ease-in;
  }

  47% {
    transform: translateY(-10px) scaleY(1);
    animation-timing-function: ease-out;
  }

  52% {
    transform: translateY(0) scaleY(1);
  }

  100% {
    transform: translateY(0) scaleY(1);
  }
}

/* そよぎ：実時間 2.4〜4s → 48〜80% */
@keyframes rustle-gust {
  0% {
    transform: translateX(0) skewX(0);
  }

  48% {
    transform: translateX(0) skewX(0);
  }

  52% {
    transform: translateX(-3px) skewX(1.4deg);
  }

  56% {
    transform: translateX(3px) skewX(-1.2deg);
  }

  61% {
    transform: translateX(-2.5px) skewX(1deg);
  }

  66% {
    transform: translateX(2.5px) skewX(-.9deg);
  }

  71% {
    transform: translateX(-1.5px) skewX(.6deg);
  }

  76% {
    transform: translateX(1px) skewX(-.4deg);
  }

  80% {
    transform: translateX(0) skewX(0);
  }
}

/* =========================================================
   ニュース
   ========================================================= */
.k-section--news {
  margin-top: -155px;
}

@media (max-width: 750px) {
  .k-section--news {
    margin-top: -48px;
    padding: 0 20px;
  }
}

.k-news {
  width: 930px;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 750px) {
  .k-news {
    width: 100%;
    margin: 15px 0;
  }
}

.k-news__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  position: absolute;
  top: -30px;
  left: -2px;
  border-radius: 50%;
  background: var(--k-dark);
  color: var(--k-yellow);
  font-size: 2.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}

@media (max-width: 750px) {
  .k-news__badge {
    width: 95px;
    height: 95px;
    top: -15px;
    font-size: 2.1rem;
  }
}

.k-news__badge span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

@media (max-width: 750px) {
  .k-news__badge span {
    font-size: 1.2rem;
  }
}

.k-news__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 17px 20px 17px 140px;
  border: 3px solid #000;
  border-radius: 30px;
}

@media (max-width: 750px) {
  .k-news__body {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 67px;
    gap: 2px;
    padding: 5px 20px 5px 105px;
    line-height: 1.4;
    border-width: 2px;
  }
}

.k-news__body time {
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  color: #ff733c;
}

@media (max-width: 750px) {
  .k-news__body time {
    font-size: 1.1rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.k-news__body p {
  font-size: 1.7rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

@media (max-width: 750px) {
  .k-news__body p {
    font-size: 1.3rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

/* =========================================================
   セクション共通
   ========================================================= */
.k-head {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 750px) {
  .k-head {
    width: 100%;
    margin-top: 18px;
  }

  .k-course .k-head {
    padding: 0 20px;
  }
}

.k-head__ja {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 55px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  border-radius: 999px;
  z-index: 2;
}

@media (max-width: 750px) {
  .k-head__ja {
    display: inline-block;
    width: auto;
    height: 25px;
    padding: 0 26px;
    top: -18px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
}

.k-head-info .k-head__ja {
  width: 335px;
}

@media (max-width: 750px) {
  .k-head-info .k-head__ja {
    width: auto;
  }
}

.k-head__en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 674px;
  height: 118px;
  margin: 0 auto;
  background: #fbce3b;
  border: 3px solid #000;
  border-radius: 28px;
  box-shadow: 5px 5px 0 #000;
}

@media (max-width: 750px) {
  .k-head__en {
    width: 100%;
    height: 58px;
    border-radius: 15px;
    box-shadow: 2px 2px 0 #000;
  }
}

.k-head--white .k-head__en {
  background: #fff;
}

.k-head__en img {
  width: auto;
  height: 58px;
}

@media (max-width: 750px) {
  .k-head__en img {
    width: auto;
    height: 29px;
  }
}

/* =========================================================
   コース紹介
   ========================================================= */
.k-section--course {
  margin: -35px 0 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 750px) {
  .k-section--course {
    padding-bottom: 280px;
  }
}

.k-course-content {
  margin: 165px 0 0;
  background: linear-gradient(to bottom, #fbcb2e 0%, #fbcb2e 70%, rgba(251, 203, 46, 0) 100%);
  position: relative;
}

@media (max-width: 750px) {
  .k-course-content {
    padding: 0 20px;
    background: linear-gradient(to bottom, #fbcb2e 0%, #fbcb2e 80%, rgba(251, 203, 46, 0) 100%);
  }
}

.k-course-content::before {
  content: "";
  width: calc(100% + 240px);
  aspect-ratio: 1512 / 287;
  position: absolute;
  top: -145px;
  left: calc(50% - 65px);
  transform: translateX(-50%);
  background: url(../img/ridingpark/wave-yellow.svg) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 750px) {
  .k-course-content::before {
    top: -115px;
  }
}

.k-course {
  width: 1116px;
  margin: 0 auto;
  padding: 50px 0 275px;
  position: relative;
  background: #fff;
  border-radius: 100px;
  z-index: 1;
}

@media (max-width: 750px) {
  .k-course {
    width: 100%;
    padding: 18px 0 0;
    padding-bottom: 0;
    border-radius: 30px;
    overflow: hidden;
  }
}

.k-course-scroll-wrapper {
  width: 100%;
  margin-top: -44px;
  position: relative;
}

@media (max-width: 750px) {
  .k-course-scroll-wrapper {
    margin-top: 10px;
  }
}

.k-course-map__inner {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.k-course-map__inner::-webkit-scrollbar {
  display: none;
}

@media (max-width: 750px) {
  .k-course-map__inner {
    padding-right: 20px;
    position: relative;
    background: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.k-course-map {
  margin-left: 30px;
}

@media (max-width: 750px) {
  .k-course-map {
    min-width: 718px;
    max-width: 718px;
    margin-left: 10px;
    padding-bottom: 210px;
    position: relative;
  }
}

.k-course-map img {
  width: 1037px;
}

.k-view-button {
  display: inline-block;
  padding: 6px 40px 6px 24px;
  background: #fbce3b;
  position: absolute;
  font-size: 1.9rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
  border: 2px solid #000;
  border-radius: 999px;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .k-view-button {
    padding: 4px 40px 4px 15px;
    font-size: 1.3rem;
  }
}

.k-view-button span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  right: -30px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  background: #ff733c;
  border: 2px solid #000;
  border-radius: 50%;
}

@media (max-width: 750px) {
  .k-view-button span {
    width: 42px;
    height: 42px;
    top: -7px;
    right: -8px;
    font-size: .9rem;
  }
}

.k-view-button span::after {
  content: "";
  width: 34px;
  height: 21px;
  background: url(../img/ridingpark/icon/icon-camera.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  .k-view-button span::after {
    width: 23px;
    height: 14px;
  }
}

.k-view-button:hover span {
  animation: jelly .55s ease;
}

@keyframes jelly {
  0% {
    transform: scale(1, 1);
  }

  30% {
    transform: scale(1.18, .82);
  }

  50% {
    transform: scale(.85, 1.15);
  }

  70% {
    transform: scale(1.08, .92);
  }

  100% {
    transform: scale(1, 1);
  }
}

.view-button1 {
  top: 135px;
  left: 36px;
}

@media (max-width: 750px) {
  .view-button1 {
    top: 95px;
    left: 6px;
  }
}

.view-button2 {
  top: 82px;
  left: 195px;
}

@media (max-width: 750px) {
  .view-button2 {
    top: 56px;
    left: 115px;
  }
}

.view-button3 {
  top: 142px;
  left: 388px;
}

@media (max-width: 750px) {
  .view-button3 {
    top: 100px;
    left: 248px;
  }
}

.k-course-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 310px;
  height: 172px;
  padding: 20px;
  position: absolute;
  border-radius: 25px;
}

@media (max-width: 750px) {
  .k-course-card {
    height: 134px;
  }
}

.k-course-card--moto {
  bottom: -225px;
  left: 148px;
  background: #ff733c;
}

@media (max-width: 750px) {
  .k-course-card--moto {
    bottom: 20px;
    left: 10px;
  }
}

.k-course-card--enduro {
  bottom: -160px;
  right: 150px;
  background: #418446;
}

@media (max-width: 750px) {
  .k-course-card--enduro {
    bottom: 20px;
    right: 0;
  }
}

.k-course-card::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 48px solid black;
}

@media (max-width: 750px) {
  .k-course-card::before {
    top: -24px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 24px solid black;
  }
}

.k-course-card--moto::before {
  border-bottom-color: #ff733c;
}

.k-course-card--enduro::before {
  border-bottom-color: #418446;
}

.k-course-card__en {
  padding-right: 14px;
  position: relative;
  writing-mode: vertical-rl;
  font-size: 2.3rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 750px) {
  .k-course-card__en {
    font-size: 1.8rem;
  }
}

.k-course-card__en::after {
  content: "";
  width: 1px;
  height: 120px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #000;
}

.k-course-card__title {
  margin: 0 0 4px;
  font-size: 2.1rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
}

@media (max-width: 750px) {
  .k-course-card__title {
    font-size: 1.9rem;
  }
}

.k-course-card__text {
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.8;
}

@media (max-width: 750px) {
  .k-course-card__text {
    font-size: 1.3rem;
  }
}

.k-course-video {
  width: 100%;
  margin-top: -340px;
  position: relative;
}

@media (max-width: 750px) {
  .k-course-video {
    margin-top: -410px;
  }
}

.k-course-video img {
  width: 100%;
}

.k-course-logo {
  position: relative;
}

.k-course-logo::after {
  content: "";
  width: 95px;
  height: 1095px;
  position: absolute;
  top: -630px;
  right: 0;
  background: url(../img/ridingpark/course-kurioka-logo.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  .k-course-logo::after {
    width: 27px;
    height: 300px;
    top: -325px;
  }
}

/* ==========================================
   ビデオ
   ========================================== */
.k-course-video-wrapper {
  height: 300vh;
  position: relative;
  z-index: -1;
}

@media (max-width: 750px) {
  .k-course-video-wrapper {
    height: 240vh;
  }
}

.k-sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.k-sticky-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 750px) {
  .k-sticky-container video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.k-scroll-down {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowmove 1s ease-in-out infinite;
  text-align: center;
}

@media (max-width: 750px) {
  .k-scroll-down {
    bottom: 85px;
  }
}

.k-scroll-down::after {
  content: "Scroll";
  display: block;
  margin-top: 55px;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
}

.k-scroll-down span {
  width: 38px;
  height: 5px;
  position: absolute;
  margin-left: -20px;
  transform: translateX(-50%);
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.k-scroll-down span:first-child {
  animation: move 3s ease-out 1s infinite;
}

.k-scroll-down span:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.k-scroll-down span:before,
.k-scroll-down span:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}

.k-scroll-down span:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.k-scroll-down span:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}



/* =========================================================
   料金
   ========================================================= */
.k-wave-wrap {
  width: 100%;
  overflow: hidden;
}

.k-section--price {
  margin-top: -100px;
  padding: 68px 0 100px;
  overflow: hidden;
}

@media (max-width: 750px) {
  .k-section--price {
    padding: 30px 20px 40px;
  }
}

.k-price-content {
  margin: 100px 0 0;
  padding: 20px 0 0;
  position: relative;
}

@media (max-width: 750px) {
  .k-price-content {
    margin-top: 40px;
    padding: 0;
  }
}

.k-price-content::before {
  content: "";
  width: calc(100% + 240px);
  aspect-ratio: 1512 / 287;
  position: absolute;
  top: -165px;
  left: calc(50% - 65px);
  transform: translateX(-50%);
  background: url(../img/ridingpark/wave-white.svg) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 750px) {
  .k-price-content::before {
    top: -65px;
  }
}

.k-price {
  width: 1116px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
  background: #fbce3b;
  border-radius: 100px;
  z-index: 1;
}

@media (max-width: 750px) {
  .k-price {
    width: 100%;
    padding: 14px 20px 20px;
    border-radius: 30px;
  }
}

.k-price-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 795px;
  margin: 38px auto 0;
}

@media (max-width: 750px) {
  .k-price-inner {
    width: 100%;
  }
}

.k-table-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.k-table-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #000;
  border-radius: 20px;
}

.k-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background: #fff;
}

.k-table+.k-note {
  margin-top: 8px;
}

.k-table__head {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  color: #fff;
  padding: 12px;
}

@media (max-width: 750px) {
  .k-table__head {
    font-size: 1.7rem;
  }
}

.k-table__head--green {
  background: #418446;
}

.k-table__head--orange {
  background: #ff733c;
}

.k-table__head--blue {
  background: #2659b8;
}

.k-table th,
.k-table td {
  border: 1px solid #000;
  padding: 15px 0;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 750px) {

  .k-table th,
  .k-table td {
    font-size: 1.3rem;
  }
}

.k-table th {
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.k-table thead th {
  background: #fce394;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

@media (max-width: 750px) {

  .k-table thead th {
    letter-spacing: 0;
    text-indent: 0;
  }
}

.k-table .k-yen {
  font-weight: var(--font-weight-bold);
  color: #ff733c;
}

.k-note {
  font-size: 1.1rem;
  margin: 6px 0 0;
}

@media (max-width: 750px) {
  .k-note {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* =========================================================
   カレンダー
   ========================================================= */
.k-section--calendar {
  overflow: hidden;
}

.k-calendar-content {
  margin-top: 175px;
  padding-bottom: 158px;
  background: #2659b8;
  position: relative;
}

@media (max-width: 750px) {
  .k-calendar-content {
    margin-top: 74px;
    padding: 0 20px 64px;
  }
}

.k-calendar-content::before {
  content: "";
  width: calc(100% + 240px);
  aspect-ratio: 1512 / 287;
  position: absolute;
  top: -175px;
  left: calc(50% - 65px);
  transform: translateX(-50%);
  background: url(../img/ridingpark/wave-blue.svg) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 750px) {
  .k-calendar-content::before {
    top: -74px;
  }
}

.k-calendar-slider-wrap {
  width: 1000px;
  margin: 40px auto 0;
  padding: 38px 100px;
  background: #fbce3b;
  border-radius: 50px;
}

@media (max-width: 750px) {
  .k-calendar-slider-wrap {
    width: 100%;
    padding: 20px 58px;
    border-radius: 30px;
  }
}

.k-calendar-item {
  margin: 0 10px;
}

@media (max-width: 750px) {
  .k-calendar-item {
    margin: 0;
  }
}

.slick-prev,
.slick-next {
  width: 24px;
  height: 24px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
}

@media (max-width: 750px) {

  .slick-prev,
  .slick-next {
    width: 16px;
    height: 16px;
  }
}

.slick-prev {
  left: -40px;
}

@media (max-width: 750px) {
  .slick-prev {
    left: -32px;
  }
}

.slick-next {
  right: -40px;
  transform: rotate(135deg);
}

@media (max-width: 750px) {
  .slick-next {
    right: -32px;
  }
}

.slick-prev::before,
.slick-next::before {
  content: none;
}


/* =========================================================
   インフォメーション
   ========================================================= */
.k-section--info {
  margin-top: -100px;
  padding: 68px 0 126px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 750px) {
  .k-section--info {
    padding: 0 40px 70px;
  }
}

.k-section--info::before,
.k-section--info::after {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../img/ridingpark/info-deco.png) repeat-y;
  background-size: contain;
  z-index: -1;
}

@media (max-width: 750px) {

  .k-section--info::before,
  .k-section--info::after {
    width: 20px;
  }
}

.k-section--info::before {
  left: 0;
}

.k-section--info::after {
  right: 0;
}

.k-info-content {
  margin: 100px 0 0;
  padding: 20px 0 0;
  position: relative;
}

.k-info-content::before {
  content: "";
  width: calc(100% + 240px);
  aspect-ratio: 1512 / 287;
  position: absolute;
  top: -165px;
  left: calc(50% - 65px);
  transform: translateX(-50%);
  background: url(../img/ridingpark/wave-white.svg) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 750px) {
  .k-info-content::before {
    top: -35px;
  }
}

.k-info {
  width: 1116px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .k-info {
    width: 100%;
  }
}

.k-map {
  margin: 42px auto 30px;
  border-radius: 28px;
  overflow: hidden;
}

@media (max-width: 750px) {
  .k-map {
    margin: 24px 0 0;
  }
}

.k-map iframe {
  aspect-ratio: 1000 / 400;
  border: 0;
}

.k-info-lead {
  text-align: center;
  margin-bottom: 116px;
}

@media (max-width: 750px) {
  .k-info-lead {
    margin-bottom: 46px;
  }
}

.k-info-lead__name {
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

@media (max-width: 750px) {
  .k-info-lead__name {
    font-size: 1.6rem;
  }
}

.k-info-lead__tel {
  font-size: 2rem;
  color: #f15a24;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

@media (max-width: 750px) {
  .k-info-lead__tel {
    font-size: 1.6rem;
  }
}

.k-info-lead__time {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

@media (max-width: 750px) {
  .k-info-lead__time {
    font-size: 1.1rem;
  }
}

.k-info-inner {
  width: 875px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .k-info-inner {
    width: 100%;
  }
}

.k-info-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 750px) {
  .k-info-list {
    gap: 18px;
  }
}

.k-info-block:nth-child(2) {
  z-index: 1;
}

.k-info-block__label {
  display: inline-block;
  min-width: 228px;
  margin-left: 40px;
  padding: 14px 28px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 750px) {
  .k-info-block__label {
    min-width: 135px;
    padding: 0 14px;
    margin-left: 14px;
    font-size: 1.7rem;
    border-radius: 10px 10px 0 0;
  }
}

.k-label--green {
  background: var(--k-green);
}

.k-label--orange {
  background: var(--k-orange);
}

.k-label--blue {
  background: var(--k-blue);
}

.k-info-block__body {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 750px) {
  .k-info-block__body {
    padding: 14px 16px;
  }
}

.k-info-block__body p {
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.k-info-block__body p.k-info-block-head {
  font-size: 1.8rem;
}

@media (max-width: 750px) {
  .k-info-block__body p {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0;
    text-indent: 0;
  }

  .k-info-block:first-child .k-info-block__body p {
    font-size: 1.1rem;
  }

  .k-info-block:first-child .k-info-block__body p.k-info-block-head {
    font-size: 1.3rem;
  }
}

.k-info-block__body ul li {
  padding-left: 1em;
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  line-height: 2;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

@media (max-width: 750px) {
  .k-info-block__body ul li {
    font-size: 1.3rem;
    letter-spacing: 0;
    text-indent: 0;
  }
}

.k-info-run__list {
  margin-top: -10px;
}

.k-info-run__list div {
  padding: 10px 0;
}

.k-info-run__list div:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}

.k-info-run-text {
  position: relative;
  padding-left: 1em;
}

@media (max-width: 750px) {
  .k-info-run-text {
    text-indent: -1em;
  }
}

.k-info-run-text::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  color: #ff733c;
}

.k-run-deflist {
  list-style: none;
  padding: 0;
}

.k-run-deflist li>span:first-child {
  display: inline-block;
  min-width: 12em;
}

@media (max-width: 750px) {
  .k-run-deflist li>span:first-child {
    min-width: 8em;
  }
}

p.k-info-note {
  margin-top: 16px;
  font-size: 1.3rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0;
  text-indent: 0;
}

@media (max-width: 750px) {
  p.k-info-note {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}

p.k-info-note--dot {
  font-size: 1.6rem;
}

@media (max-width: 750px) {
  p.k-info-note--dot {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.k-deflist {
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
}

.k-deflist li {
  position: relative;
}

@media (max-width: 750px) {
  .k-deflist li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .k-deflist li:nth-child(2) span,
  .k-deflist li:nth-child(3) span {
    display: block;
  }
}

.k-deflist li>span:first-child {
  display: inline-block;
  min-width: 11em;
}

@media (max-width: 750px) {
  .k-deflist li>span:first-child {
    min-width: 7em;
  }
}

.k-deflist li::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  color: #418446;
}

.k-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  margin: 0;
  padding: 0;
}

.k-tags li {
  position: relative;
}

.k-tags li::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
  color: #2659b8;
}

.k-tags--orange li::before {
  color: #ff733c;
}

/* =========================================================
   フッター
   ========================================================= */
.k-footer {
  background: #fbce3b;
  text-align: center;
  padding: 66px 20px 80px;
}

@media (max-width: 750px) {
  .k-footer {
    padding: 0 20px 80px;
  }
}

.k-logo--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 349px;
  margin: 0 auto 10px;
}

@media (max-width: 750px) {
  .k-logo--footer {
    width: 240px;
    padding-top: 16px;
    border-top: 1px solid #000;
  }
}

.k-footer__copy {
  font-size: 1.3rem;
}

@media (max-width: 750px) {
  .k-footer__copy {
    font-size: .7rem;
  }
}

.k-follow {
  height: calc(100vh - 85px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 85px 0 30px;
  position: fixed;
  top: 85px;
  right: 35px;
  z-index: 10;
}

@media (max-width: 750px) {
  .k-follow {
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    padding: 22px 0 16px;
    background: #fbce3b;
  }
}

.k-follow::before {
  content: "";
  width: 1px;
  /*height: calc(100% - 220px);*/
  height: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}

@media (max-width: 750px) {
  .k-follow::before {
    content: none;
  }
}

@media (max-width: 750px) {
  .k-follow::before {
    content: none;
  }
}

.k-follow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}

@media (max-width: 750px) {
  .k-follow-list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding-top: 24px;
  }
}

/*
.k-follow-list::before {
  content: "";
  display: block;
  width: 11px;
  height: 62px;
  background: url(../img/ridingpark/followus.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  .k-follow-list::before {
    width: 75px;
    height: 11px;
    background: url(../img/ridingpark/followus-sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
*/

.k-follow-instagram {
  width: 20px;
}

.k-follow-youtube {
  width: 20px;
}

@media (max-width: 750px) {
  .k-follow-youtube {
    margin-top: 3px;
  }
}

.k-follow-map {
  width: 24px;
}

.k-fixed-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: fixed;
  left: -5px;
  bottom: 30px;
  z-index: 10;
}

@media (max-width: 750px) {
  .k-fixed-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

.k-fixed-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 275px;
  height: 54px;
  background: #fbce3b;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  border: 3px solid #000;
  box-shadow: 5px 5px 0 #000;
  border-radius: 0 999px 999px 0;
}

@media (max-width: 750px) {
  .k-fixed-button {
    width: auto;
    height: 47px;
    font-size: 1.9rem;
    border: 2px solid #000;
    border-radius: 0;
    box-shadow: none;
  }

  .k-fixed-button:first-child {
    border-right: none;
  }

  .k-fixed-button span {
    display: none;
  }
}

/* =========================================================
   イラスト
   ========================================================= */
.deco-item {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.deco-character {
  width: 209px;
  height: 180px;
  background-image: url(../img/ridingpark/illustration/character1.webp);
  top: -125px;
  right: 12px;
}

@media (max-width: 750px) {
  .deco-character {
    width: 160px;
    height: 138px;
    top: -15px;
    right: 180px;
  }
}

.deco-star-1 {
  width: 155px;
  height: 106px;
  background-image: url(../img/ridingpark/illustration/star1.svg);
  top: -135px;
  left: 37px;
}

@media (max-width: 750px) {
  .deco-star-1 {
    width: 57px;
    height: 47px;
    background-image: url(../img/ridingpark/illustration/star1-sp.svg);
    top: auto;
    bottom: 215px;
    left: auto;
    right: 190px;
  }
}

.deco-star-2 {
  width: 126px;
  height: 134px;
  background-image: url(../img/ridingpark/illustration/star2.svg);
  top: -50px;
  left: -80px;
}

@media (max-width: 750px) {
  .deco-star-2 {
    width: 45px;
    height: 39px;
    background-image: url(../img/ridingpark/illustration/star2-sp.svg);
    top: -25px;
    left: -18px;
  }
}

.deco-star-3 {
  width: 157px;
  height: 106px;
  background-image: url(../img/ridingpark/illustration/star3.svg);
  bottom: -90px;
  right: -80px;
}

@media (max-width: 750px) {
  .deco-star-3 {
    width: 62px;
    height: 37px;
    bottom: -40px;
    right: -10px;
  }
}

.deco-star-4 {
  width: 157px;
  height: 106px;
  background-image: url(../img/ridingpark/illustration/star4.svg);
  top: -180px;
  left: -134px;
}

@media (max-width: 750px) {
  .deco-star-4 {
    width: 61px;
    height: 39px;
    top: -70px;
    left: -4px;
  }
}

.deco-star-5 {
  width: 146px;
  height: 192px;
  background-image: url(../img/ridingpark/illustration/star5.svg);
  top: 600px;
  right: -174px;
}

@media (max-width: 750px) {
  .deco-star-5 {
    width: 82px;
    height: 27px;
    background-image: url(../img/ridingpark/illustration/star5-sp.svg);
    top: 475px;
    right: -14px;
  }
}

.deco-star-6 {
  width: 90px;
  height: 85px;
  background-image: url(../img/ridingpark/illustration/star6.svg);
  bottom: 105px;
  left: -145px;
}

@media (max-width: 750px) {
  .deco-star-6 {
    width: 43px;
    height: 23px;
    background-image: url(../img/ridingpark/illustration/star6-sp.svg);
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.deco-tree-1 {
  width: 153px;
  height: 172px;
  background-image: url(../img/ridingpark/illustration/tree1.webp);
  bottom: -90px;
  left: -48px;
}

@media (max-width: 750px) {
  .deco-tree-1 {
    width: 90px;
    height: 101px;
    bottom: 192px;
    left: auto;
    right: -5px;
  }
}

.deco-tree-2 {
  width: 106px;
  height: 218px;
  background-image: url(../img/ridingpark/illustration/tree2.webp);
  bottom: 170px;
  left: 20px;
}

@media (max-width: 750px) {
  .deco-tree-2 {
    display: none;
  }
}

.deco-tree-3 {
  width: 259px;
  height: 185px;
  background-image: url(../img/ridingpark/illustration/tree3.webp);
  top: 300px;
  right: -75px;
  z-index: 1;
}

@media (max-width: 750px) {
  .deco-tree-3 {
    width: 114px;
    height: 81px;
    top: 140px;
    right: -25px;
  }
}

.deco-tree-4 {
  width: 179px;
  height: 201px;
  background-image: url(../img/ridingpark/illustration/tree1.webp);
  bottom: -30px;
  right: -65px;
}

@media (max-width: 750px) {
  .deco-tree-4 {
    display: none;
  }
}

@media (max-width: 750px) {
  .deco-tree-sp {
    width: 64px;
    height: 132px;
    background-image: url(../img/ridingpark/illustration/tree2.webp);
    bottom: 170px;
    left: 10px;
  }
}

.deco-motorcycle-1 {
  width: 241px;
  height: 190px;
  background-image: url(../img/ridingpark/illustration/motorcycle1.webp);
  top: -30px;
  right: -14px;
}

@media (max-width: 750px) {
  .deco-motorcycle-1 {
    width: 105px;
    height: 82px;
    top: -22px;
  }
}

.deco-motorcycle-2 {
  width: 277px;
  height: 248px;
  background-image: url(../img/ridingpark/illustration/motorcycle2.webp);
  top: -92px;
  left: 205px;
}

@media (max-width: 750px) {
  .deco-motorcycle-2 {
    width: 116px;
    height: 103px;
    top: -38px;
    left: -30px;
  }
}

.deco-human {
  width: 172px;
  height: 215px;
  background-image: url(../img/ridingpark/illustration/human.webp);
  bottom: 530px;
  left: -146px;
}

@media (max-width: 750px) {
  .deco-human {
    width: 95px;
    height: 118px;
    bottom: -75px;
    left: auto;
    right: -25px;
  }
}

.deco-image-1 {
  width: 404px;
  height: 268px;
  background-image: url(../img/ridingpark/k-image1.webp);
  top: -150px;
  right: -340px;
  z-index: 1;
}

@media (max-width: 750px) {
  .deco-image-1 {
    width: 141px;
    height: 94px;
    top: -50px;
    right: -50px;
  }
}

.deco-image-2 {
  width: 336px;
  height: 299px;
  background-image: url(../img/ridingpark/k-image2.webp);
  bottom: 960px;
  left: -320px;
}

@media (max-width: 750px) {
  .deco-image-2 {
    display: none;
  }
}

.deco-image-3 {
  width: 397px;
  height: 359px;
  background-image: url(../img/ridingpark/k-image3.webp);
  bottom: 360px;
  right: -340px;
  z-index: 1;
}

@media (max-width: 750px) {
  .deco-image-3 {
    width: 139px;
    height: 135px;
    bottom: 300px;
    right: -60px;
  }
}

@media (max-width: 750px) {
  .deco-image-4 {
    width: 117px;
    height: 104px;
    bottom: 75px;
    left: -28px;
    background-image: url(../img/ridingpark/k-image2.webp);
    z-index: 1;
  }
}