@charset "UTF-8";

.relative {
  position: relative !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.max-w-1064 {
  max-width: 1064px !important;
}

.w-full {
  width: 100% !important;
}

.w-20 {
  width: 20px !important;
}

.w-190 {
  width: 190px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-start {
  text-align: start !important;
}

.noto-sans-jp {
  font-family: 'YakuHanJP', 'Noto sans JP', serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}

.roboto {
  font-family: 'Roboto', 'Open Sans', 'Noto Sans JP', sans-serif !important;
}

.fw-700,
.fw-bold {
  font-weight: 700 !important;
}

.fw-500,
.fw-medium {
  font-weight: 500 !important;
}

@media (min-width: 761px) {
  .hero-container {
    display: grid;
    grid-template-rows: 88px auto;
    height: 100dvh;
  }

  .bg-nav {
    background: url('../imgs/bg-nav.jpg') no-repeat center center / cover;
  }

  .bg-main {
    position: relative;
    background:
      url('../imgs/wrn.jpg') no-repeat center top,
      url('../imgs/wrn.jpg') no-repeat center bottom,
      url('../imgs/main.jpg') no-repeat center center / cover;
  }

  .hero-senken {
    position: absolute;
    top: 45px;
    right: 30px;
  }

  .hero-kiken {
    position: absolute;
    right: 78px;
    bottom: 50px;
  }

  .hero-text-box {
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translateY(-50%);
  }

  .hero-h1 {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1;
    color: #3b3530;
    transform: rotate(-2deg);
  }

  .hero-h1-fs {
    font-size: 106px;
  }

  .hero-h1-red {
    color: #a81e23;
  }

  .text-ddab27 {
    color: #ddab27;
  }

  .hero-txt-01 {
    display: inline-flex;
    align-items: center;
    background: #3e3a39;
    color: white;
    font-size: 30px;
    font-weight: 500;
    transform: rotate(-2.82deg);
    line-height: 1;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }

  .hero-txt-02 {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    padding-top: 40px;
    padding-left: 20px;
    font-weight: 20px;
  }

  @media (max-width: 1699.98px) {
    .hero-text-box {
      position: absolute;
      top: 50%;
      left: 100px;
      transform: translateY(-50%);
    }

    .hero-senken {
      position: absolute;
      width: 205px;
      top: 45px;
      right: 30px;
    }

    .hero-kiken {
      position: absolute;
      width: 723px;
      right: 78px;
      bottom: 50px;
    }

    .hero-h1 {
      font-size: 60px;
      font-weight: 900;
      line-height: 1.1;
      color: #3b3530;
      transform: rotate(-2deg);
    }

    .hero-h1-fs {
      font-size: 90px;
    }
  }

  @media (max-width: 1399.98px) {
    .hero-text-box {
      position: absolute;
      top: 50%;
      left: 50px;
      transform: translateY(-50%);
    }

    .hero-kiken {
      position: absolute;
      width: 482px;
      right: 50px;
      bottom: 50px;
    }

    .hero-h1 {
      font-size: 60px;
      font-weight: 900;
      line-height: 1.2;
      color: #3b3530;
      transform: rotate(-2deg);
    }

    .hero-h1-fs {
      font-size: 80px;
    }

    .hero-txt-01 {
      display: inline-flex;
      align-items: center;
      background: #3e3a39;
      color: white;
      font-size: 22px;
      font-weight: 500;
      transform: rotate(-2.82deg);
      line-height: 1;
      height: 50px;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 20px;
    }
  }
  .mo {
    display: none;
  }
}

@media (max-width: 760.98px) {
  body {
    overflow-x: hidden;
  }

  .pc {
    display: none;
  }

  .hero-container {
    display: grid;
    grid-template-rows: 60px auto;
  }

  .bg-nav {
    background: url('../imgs/bg-nav.jpg') no-repeat center center / cover;
  }

  .bg-main {
    position: relative;
    background:
      url('../imgs/wrn_sp.jpg') no-repeat center top,
      url('../imgs/main_sp.jpg') no-repeat center top / 100%;
    height: 324vw;
  }

  .hero-senken {
    position: absolute;
    width: 56vw;
    top: 70vw;
    right: -1vw;
  }

  .hero-kiken {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 6vw;
  }

  .hero-text-box {
    position: absolute;
    top: 8vw;
    left: 0;
  }

  .hero-h1 {
    font-size: 12vw;
    font-weight: 900;
    line-height: 1.1;
    color: #3b3530;
    transform: rotate(-2deg);
  }

  .hero-h1-wrn {
    width: 14vw;
  }

  .hero-h1-fs {
    font-size: 14vw;
  }

  .hero-h1-red {
    color: #a81e23;
  }

  .text-ddab27 {
    color: #ddab27;
  }

  .hero-txt-01 {
    background: #3e3a39;
    color: white;
    font-size: 6.5vw;
    font-weight: 500;
    transform: rotate(-2.82deg);
    line-height: 1.4;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-top: 78vw;
  }

  .hero-txt-02 {
    font-size: 5.8vw;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    padding-top: 6vw;
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
  }
}
