@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  border-top: 0;
}

header,
.gnavi_btn {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header.sc_on,
.gnavi_btn.sc_on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main {
  width: 100%;
  aspect-ratio: 192/91;
  position: relative;
}
@media (max-width: 740px) {
  .main {
    aspect-ratio: 750/1294;
  }
}
.main video {
  width: 100%;
}
.main .mvskip {
  width: 80px;
  position: absolute;
  right: 1%;
  bottom: 6%;
  cursor: pointer;
}
@media (max-width: 740px) {
  .main .mvskip {
    width: 60px;
    right: 3%;
    bottom: 5%;
  }
}

.usp_wrap {
  width: 100%;
  background-color: #e2ded2;
  padding: 30px 0;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .usp_wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 740px) {
  .usp_wrap h2 {
    width: 245px;
  }
}

.ko_wrap {
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .ko_wrap {
    margin-bottom: 60px;
  }
}
.ko_wrap .ko01 {
  text-align: center;
  font-size: clamp(3rem, 1.694rem + 1.765vw, 3.6rem);
  color: #886750;
  margin-bottom: 80px;
}
.ko_wrap .txt01 {
  text-align: center;
  line-height: 1.8;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  color: #3c5249;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .ko_wrap .txt01 {
    margin-bottom: 40px;
  }
}
.ko_wrap .boxs {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 740px) {
  .ko_wrap .boxs {
    grid-template-columns: repeat(1, 1fr);
    width: 240px;
    margin-bottom: 50px;
  }
}
.ko_wrap .boxs .box_titl {
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-top: 20px;
}
@media (max-width: 740px) {
  .ko_wrap .boxs .box_titl {
    margin-top: 15px;
  }
}
.ko_wrap .btn01 {
  display: grid;
  place-items: center;
  width: 350px;
  height: 55px;
  margin: 0 auto;
  background-color: #677865;
  font-size: clamp(1.6rem, 1.165rem + 0.588vw, 1.8rem);
  color: #fff;
}
@media (max-width: 740px) {
  .ko_wrap .btn01 {
    width: 285px;
    height: 50px;
  }
}

.info {
  display: grid;
  grid-template-columns: 275px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1080px) {
  .info {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
.info .titl {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.info .txts {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 1.4rem;
}
@media (max-width: 740px) {
  .info .txts {
    grid-template-columns: 150px 1fr;
  }
}

.sc_target01 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sc_target01 .po_st {
  position: relative;
}
.sc_target01 .po_st .txts {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  height: calc(50vh + 100px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 740px) {
  .sc_target01 .po_st .txts {
    height: 250px;
  }
}
@media (max-width: 740px) {
  .sc_target01 .po_st .txts.sphon {
    height: calc((100vh - 50px) / 2 + 60px);
  }
}
.sc_target01 .po_st .txts .titl {
  width: 360px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 740px) {
  .sc_target01 .po_st .txts .titl {
    width: 270px;
  }
}
.sc_target01 .po_st .txts .titl svg {
  width: 100%;
  height: auto;
}
.sc_target01 .po_st .txts .titl svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  fill: #3c5249;
}
.sc_target01 .po_st .position_imgs {
  padding: 50vh 0 calc(50vh + 100px);
  position: relative;
  z-index: 1;
}
.sc_target01 .link_boxs {
  width: 100%;
  padding: 80px 0 270px;
}
@media (max-width: 740px) {
  .sc_target01 .link_boxs {
    padding-bottom: 160px;
  }
}
.sc_target01 .link_boxs .txts {
  text-align: center;
  line-height: 2.5;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  color: #fff;
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .sc_target01 .link_boxs .txts {
    margin-bottom: 80px;
  }
}
.sc_target01 .link_boxs .arrow_btn_w {
  margin: 0 auto;
}
.sc_target01.on {
  background-color: #3c5249;
}
.sc_target01.on .po_st .txts .titl svg path {
  fill: #fff;
}

.kusatsu {
  margin-bottom: 160px;
}
@media (max-width: 740px) {
  .kusatsu {
    margin-bottom: 80px;
  }
}

.c01 {
  display: grid;
  grid-template-columns: 55fr 44fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  margin-bottom: 160px;
}
@media (max-width: 740px) {
  .c01 {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
}
.c01 .txts .titl01 {
  font-size: clamp(4.8rem, 1.318rem + 4.706vw, 6.4rem);
  letter-spacing: 0;
  margin-bottom: 90px;
}
@media (max-width: 740px) {
  .c01 .txts .titl01 {
    text-align: right;
    margin-bottom: 40px;
  }
}
.c01 .txts .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 180px;
}
@media (max-width: 740px) {
  .c01 .txts .txt01 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 740px) {
  .c01 .txts .arrow_btn_g {
    margin-left: auto;
  }
}

.c02_wrap {
  padding: 100px 0 160px;
  background-color: #5f7964;
}
@media (max-width: 740px) {
  .c02_wrap {
    padding: 60px 0 100px;
  }
}
.c02_wrap .c02 {
  display: grid;
  grid-template-columns: 44fr 55fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}
@media (max-width: 740px) {
  .c02_wrap .c02 {
    grid-template-columns: 1fr;
  }
}
.c02_wrap .c02 .txts .titl01 {
  font-size: clamp(4.8rem, 1.318rem + 4.706vw, 6.4rem);
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 90px;
}
@media (max-width: 740px) {
  .c02_wrap .c02 .txts .titl01 {
    margin-bottom: 40px;
  }
}
.c02_wrap .c02 .txts .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  color: #fff;
  margin-bottom: 180px;
}
@media (max-width: 740px) {
  .c02_wrap .c02 .txts .txt01 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 740px) {
  .c02_wrap .c02 .txts .arrow_btn_w {
    margin-left: auto;
  }
}

.c03_wrap {
  padding: 90px 0;
  background-color: #a08673;
  margin-bottom: 160px;
}
@media (max-width: 740px) {
  .c03_wrap {
    padding: 60px 0;
    margin-bottom: 100px;
  }
}
.c03_wrap .c03 {
  display: grid;
  grid-template-columns: 44fr 55fr;
  gap: 90px;
}
@media (max-width: 740px) {
  .c03_wrap .c03 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.c03_wrap .c03 .titl01 {
  font-size: clamp(4.8rem, 1.318rem + 4.706vw, 6.4rem);
  color: #fff;
  letter-spacing: 0;
}
.c03_wrap .c03 .txts .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c03_wrap .c03 .txts .txt01 {
    margin-bottom: 60px;
  }
}
.c03_wrap .c03 .txts .soon {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.c04 .txts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c04 .txts {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.c04 .txts .titl01 {
  font-size: clamp(4.8rem, 1.318rem + 4.706vw, 6.4rem);
  letter-spacing: 0;
}
.c04 .txts .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
@media (max-width: 740px) {
  .c04 .arrow_btn_g {
    margin-left: auto;
  }
}
.c04 .po_img {
  margin-bottom: 30px;
}/*# sourceMappingURL=top.css.map */