@charset "utf-8";
/* CSS Document */
body:not(.on) .section02 .titlebox{
    margin-top: 250px;
}
/* ------pagetitle------ */
.hero {
  position: relative;
  height: 950px;
  margin: 0 auto;
  background-color: #739964;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
body:not(.on) .hero{
       width: 100%;
    height: 500px;
}

body:not(.on) .hero-bg {
   width: 300px;
    height: 500px;
}
.hero-bg {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 800px;
  border-radius: 30px;
  background-size: cover;
  object-fit: cover;
  z-index: 0;
  overflow: hidden;
}
.hero-bg .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg .swiper .swiper-slide {
  position: relative;
}
.hero-bg .swiper .swiper-slide .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body:not(.on) .hero-bg .swiper {
  position: static;
  height: auto;
}

body:not(.on) .hero-bg .swiper .swiper-slide {
  position: static;
  width: 100%;
  height: auto;
}

body:not(.on) .hero-bg .swiper .swiper-slide .swiper-img {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.hero-bg .swiper-slide-active .swiper-img, .hero-bg .swiper-slide-duplicate-active .swiper-img, .hero-bg .swiper-slide-prev .swiper-img {
  animation: zoomUp 16s linear 0s normal both;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(137deg, rgba(17, 48, 0, 0) 0%, rgba(17, 48, 0, 0.15) 48%, rgba(17, 48, 0, 0.55) 83%, rgba(17, 48, 0, 0.71) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 5;
}
body:not(.on) .hero, body:not(.on) .hero-bg {
  position: static;
  height: 100%;
  transform: none;
}
body:not(.on) .hero-bg .swiper, body:not(.on) .hero-bg .swiper .swiper-slide .swiper-img, body:not(.on) .hero-bg, body:not(.on) .hero-bg .swiper .swiper-slide .swiper-img {
  position: static;
  transform: none;
}
body:not(.on) .hero-overlay {
  display: none;
}
body:not(.on) .hero-content {
  position: absolute;
    top: 100px;
    right: 100px;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 8vw, 120px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-jp {
  writing-mode: vertical-rl;
  color: #fff;
  margin-top: 150px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.3em;
  margin-right: clamp(12px, 5vw, 40px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: 2px 2px 7px rgba(17, 48, 0, 0.6);
}
.horse-icon {
  position: absolute;
  bottom: -120px;
  right: 80px;
  width: 80px;
  z-index: 2;
  width: 250px;
}
body:not(.on) .horse-icon{
    top: 200px;
}

body.on .hero::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/wave.png') no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
/* ------pagetitle------ */
.section04 {
  background-color: rgba(205, 228, 206, 0.6);
  padding: clamp(40px, 8vw, 100px) clamp(40px, 8vw, 100px) clamp(40px, 8vw, 100px) clamp(180px, 10vw, 400px);
  border-radius: 0 clamp(80px, 8vw, 120px) clamp(80px, 8vw, 120px) 0;
  margin-right: clamp(60px, 12vw, 300px);
}
.section04 .section-inner {
  gap: clamp(50px, 6vw, 100px);
}
.section04 .leftbox {
  text-align: center;
}
.section04 .horse-img {
  width: clamp(250px, 40vw, 500px);
  min-width: 350px;
  border-radius: 20px;
  object-fit: cover;
}
.section04 .horse-img2 {
  width: clamp(180px, 30vw, 320px);
}
.heading-ribbon-wrap {
  position: absolute;
  margin-top: clamp(-160px, -10vw, -80px);
}
.heading-ribbon {
  position: relative;
  background-color: #000;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: clamp(20px, 4vw, 45px);
  padding: 8px 100px;
  letter-spacing: 0.1em;
  z-index: 1;
}
.heading-ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -999px;
  width: 1000px;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.section04 .rightbox {
  position: relative;
}
.section04-horse {
  position: absolute;
  text-align: right;
  right: -80px;
  top: -80px;
}
.section04-horse p {
  position: absolute;
  top: -60px;
  white-space: nowrap;
}
.section04-horse img {
  width: clamp(80px, 12vw, 140px);
  height: auto;
}
.section04 .vertical-button {
  justify-content: flex-end;
  margin-top: -20px;
  margin-right: 50px;
}
.section05 {
  position: relative;
  color: #fff;
  text-align: left;
  padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 80px) clamp(100px, 15vw, 200px);
  font-family: "Zen Old Mincho", serif;
}
.section05-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 1;
  pointer-events: none;
}
body.on .section05::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: clamp(80px, 12vw, 160px);
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/footer.png') no-repeat center bottom;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}
.heading-ribbon-wrap2 {
  position: absolute;
  display: inline-block;
  top: -50px;
  right: 100px;
  white-space: nowrap;
}
.heading-ribbon-wrap2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px; /* 調整 */
  transform: translateY(-50%);
  width: clamp(40px, 6vw, 70px);
  height: clamp(40px, 6vw, 70px);
  background: url('https://gocoo-horse.jp/system_panel/uploads/images/horse-2.svg') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.heading-ribbon2 {
  color: #000;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 5vw, 36px);
  letter-spacing: 0.2em;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.section05-content {
  position: relative;
  z-index: 15;
  max-width: 960px;
  margin: 0 auto;
}
.section05-title {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 20px;
}
.section05-text {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.8;
  margin-bottom: 20px;
}
.section05-button {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 50px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  z-index: 15;
  position: relative;
}
.section05-button p {
  color: #fff;
  font-size: 20px;
}
.section05-button:hover {
  background: #000;
  color: #fff;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
	
.section04-horse {
  right: -45%;
}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .intro-item3 {
    position: relative;
    left: 0px;
    top: 30px;
    width: 100%;
  }
.intro-item2 {
    gap: 30px;
}
    
  .intro-item2 .vertical-text {
    writing-mode: initial;
  }
  .intro-item1::after {
    content: "";
    position: absolute;
    top: -100px;
    left: 100px;
    width: 150px;
    height: 80px;
  }
.section04-horse {
  right: -35%;
	top: -10%;
}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .intro-section {
    padding: 200px 0px;
  }
  .intro-item1 {
    gap: 100px;
  }
  .intro-item1 .imgbox {
    width: 90%;
  }
  .intro-img1 {
    width: 100%;
    min-width: 0px;
  }
  .intro-wrapper::before {
    bottom: -100px;
    right: 10px;
  }
  .intro-item2 .vertical-button {
    bottom: -30px;
    right: 0px;
  }
  .intro-item2 .vertical-text {
    margin: 0 auto;
  }
  .intro-item3 .vertical-button {
    position: relative;
    bottom: 20px;
    left: 0px;
  }
  .intro-img3 {
    width: 90%;
    max-width: 400px;
  }
  .section04 {
    width: 100%;
    border-radius: 0;
    padding: clamp(40px, 8vw, 100px);
    margin-right: 0;
  }
  .section04 .horse-img1 {
    margin-bottom: 80px;
  }
.section04-horse {
  right: 10%;
	top: -10%;
}
 .section04-horse p{
  font-size: 14px;
}
  .heading-ribbon-wrap2 {
    top: -50px;
    right: 20px;
  }
  .heading-ribbon-wrap2::before {
    right: -20px;
  }
  /* ---------- 576px ~ ---------- */
  @media screen and (max-width: 576px) {
    .hero {
      height: 650px;
    }
    .horse-icon {
      right: 20px;
      bottom: -70px;
      width: 200px;
    }
    .intro-item2 .imgbox, .intro-item3 .imgbox {
      width: 100%;
    }
    .intro-img2 {
      width: 90%;
    }
    .heading-ribbon {
      padding: 8px 30px;
    }
    .heading-ribbon2 {
      font-size: clamp(18px, 3vw, 24px);
    }
    .hero-bg {
      height: 570px;
    }
    .hero::before {
      top: 100%;
    }
.intro-item1 .imgbox::after {
    width: 50%;
	bottom: -25%;

}
.intro-item2 .imgbox::after {
    width: 50%;
	top: -25%;
}
.intro-wrapper::after {
    width: 40%;
	top: -16%;
}
  }
  /* ---------- 350px ~ ---------- */
  @media screen and (max-width: 350px) {}