@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/*===========================
  サイト共通スタイルの打ち消し
===========================*/
.footer {
  margin-top: 0 !important;
}

/*===========================
     全体
===========================*/
/* アニメーション */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5vw);
            transform: translateY(0.5vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.5vw);
            transform: translateY(0.5vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 18px 20px #fff;
            box-shadow: 0 0 18px 20px #fff;
  }
  18% {
    -webkit-box-shadow: 0 0 18px 26px #fff;
            box-shadow: 0 0 18px 26px #fff;
  }
  80% {
    -webkit-box-shadow: 0 0 18px 20px #fff;
            box-shadow: 0 0 18px 20px #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 18px 20px #fff;
            box-shadow: 0 0 18px 20px #fff;
  }
}
@keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 18px 20px #fff;
            box-shadow: 0 0 18px 20px #fff;
  }
  18% {
    -webkit-box-shadow: 0 0 18px 26px #fff;
            box-shadow: 0 0 18px 26px #fff;
  }
  80% {
    -webkit-box-shadow: 0 0 18px 20px #fff;
            box-shadow: 0 0 18px 20px #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 18px 20px #fff;
            box-shadow: 0 0 18px 20px #fff;
  }
}
#whildhorse {
  background-image: -webkit-gradient(linear, left top, right top, from(#544638), to(#735f4e));
  background-image: linear-gradient(90deg, #544638, #735f4e);
}
#whildhorse .whildhorse-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #1b1612;
  opacity: 1;
  z-index: 3;
  -webkit-animation: fadeOut 1.4s linear forwards;
          animation: fadeOut 1.4s linear forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#whildhorse img {
  max-width: 100%;
}
#whildhorse a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#whildhorse a:hover {
  opacity: 0.7;
}
#whildhorse .kv {
  position: relative;
}
#whildhorse .kv .kv-img {
  margin-top: -10vw;
}
#whildhorse .kv .kv-title {
  position: absolute;
  top: 42vw;
  left: 23vw;
  overflow: hidden;
}
#whildhorse .kv .kv-title .catch, #whildhorse .kv .kv-title .title {
  opacity: 0;
  -webkit-animation: fadeInUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUp 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#whildhorse .kv .kv-title .catch {
  width: 18vw;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
#whildhorse .kv .kv-title .title {
  width: 36vw;
  margin: 2.5rem 0 2rem;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
#whildhorse .kv .kv-title .date {
  opacity: 0;
  -webkit-animation: fadeIn 2s linear forwards;
          animation: fadeIn 2s linear forwards;
  width: 12vw;
  float: right;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
#whildhorse .contents-wrap {
  color: #fff;
  line-height: 3;
  text-align: center;
}
#whildhorse .contents-wrap .inner {
  margin: 0 auto;
  width: 96%;
  max-width: 144rem;
}
#whildhorse .intro {
  padding: 10vw 3vw 13vw;
  font-size: 1.8rem;
  text-shadow: 0 0 3px #fff;
  opacity: 0;
}
#whildhorse .intro.is-active {
  -webkit-animation: fadeInUp2 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUp2 1.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#whildhorse .products {
  padding: 5rem 0 15rem;
}
#whildhorse .products .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  margin-bottom: 12rem;
}
#whildhorse .products .row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#whildhorse .products .pic {
  width: 24%;
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#whildhorse .products .pic figure {
  max-width: 25rem;
  margin: 0 auto 5rem;
}
#whildhorse .products .pic figure img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 20px #fff;
          box-shadow: 0 0 20px 20px #fff;
  background: #fff;
}
#whildhorse .products .pic .name {
  font-size: 1.2rem;
}
#whildhorse .products .text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: -10rem;
  text-shadow: 0 0 3px #fff;
}
#whildhorse .products .text .btn {
  display: inline-block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 0.7em 1.5em;
  font-size: 1.4rem;
  margin-top: 2em;
  background: rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#whildhorse .products .text .btn:hover {
  text-shadow: 0 0 3px #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px 3px #fff;
          box-shadow: 0 0 10px 3px #fff;
}
#whildhorse .c-anim-prod figure, #whildhorse .c-anim-prod .name, #whildhorse .c-anim-prod .text {
  opacity: 0;
}
#whildhorse .c-anim-prod.is-active figure {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#whildhorse .c-anim-prod.is-active figure img {
  -webkit-animation: shadow 5s linear infinite;
          animation: shadow 5s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#whildhorse .c-anim-prod.is-active .text {
  -webkit-animation: fadeIn 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: fadeIn 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#whildhorse .c-anim-prod.is-active .name {
  -webkit-animation: fadeInUp 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeInUp 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@media (max-width: 768px) {
  #whildhorse .kv .kv-img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  #whildhorse .kv .kv-title {
    top: 45vw;
    left: 0;
    right: 0;
    width: 70vw;
    margin: 0 auto;
  }
  #whildhorse .kv .kv-title .catch {
    width: 35vw;
  }
  #whildhorse .kv .kv-title .title {
    width: 70vw;
    margin: 1.5rem 0 1rem;
  }
  #whildhorse .kv .kv-title .date {
    width: 23vw;
  }
  #whildhorse .contents-wrap {
    line-height: 2;
  }
  #whildhorse .contents-wrap .inner {
    width: 80%;
  }
  #whildhorse .intro {
    padding: 14rem 0 10rem;
    font-size: 1.3rem;
  }
  #whildhorse .intro.is-active {
    -webkit-animation: fadeInUp 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUp 1.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s;
  }
  #whildhorse .products {
    padding: 5rem 0;
  }
  #whildhorse .products .row {
    display: block;
    margin-bottom: 12rem;
  }
  #whildhorse .products .pic {
    width: 100%;
  }
  #whildhorse .products .pic figure {
    max-width: 50%;
    margin: 0 auto 6rem;
  }
  #whildhorse .products .name {
    font-size: 1rem;
    margin-top: 3rem;
  }
  #whildhorse .products .text {
    font-size: 1.1rem;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 2em;
  }
  #whildhorse .products .text .btn {
    opacity: 0;
    padding: 0.7em 1.5em;
    font-size: 1rem;
    margin-top: 4rem;
    background: rgba(255, 255, 255, 0.08);
  }
  #whildhorse .c-anim-prod.is-active .text {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #whildhorse .c-anim-prod.is-active .name {
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  #whildhorse .c-anim-prod.is-active .btn {
    -webkit-animation: fadeInUp 1.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeInUp 1.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
}
/*===================
     UTILITY
 ====================*/
#whildhorse .u-pc-only {
  display: block;
}
#whildhorse .u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  #whildhorse .u-pc-only {
    display: none;
  }
  #whildhorse .u-sp-only {
    display: block;
  }
}
#whildhorse .u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#whildhorse .u-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#whildhorse .u-flex-btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#whildhorse .u-flex-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#whildhorse .u-item-ctr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #whildhorse .u-flex-sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#whildhorse .u-txt-ctr {
  text-align: center;
}
#whildhorse .u-m0 {
  margin: 0;
}
#whildhorse .u-cf::after {
  clear: both;
  content: "";
  display: block;
}