@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
header {
  display: none;
}

.fl_bnr {
  opacity: 0;
  width: 375px;
  position: fixed;
  bottom: 70px;
  left: 25px;
  z-index: 101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .fl_bnr {
    bottom: 130px;
  }
}
@media (max-width: 768px) {
  .fl_bnr {
    width: 100%;
    bottom: 60px;
    left: 0;
    z-index: 99;
  }
}
.fl_bnr.on {
  bottom: 170px;
}
@media (max-width: 768px) {
  .fl_bnr.on {
    bottom: 60px;
  }
}
.fl_bnr .fl_bnr_c {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.gnavi_btn_top {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 60px;
  height: 35px;
  cursor: pointer;
  z-index: 10000;
  color: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 740px) {
  .gnavi_btn_top {
    width: 40px;
    top: 5px;
    right: 5%;
  }
}
.gnavi_btn_top span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}
.gnavi_btn_top span:nth-of-type(1) {
  width: 100%;
  top: 11px;
}
.gnavi_btn_top span:nth-of-type(2) {
  width: 100%;
  top: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnavi_btn_top span:nth-of-type(3) {
  width: 100%;
  top: 23px;
}
@media not all and (pointer: coarse) {
  .gnavi_btn_top:hover span:nth-of-type(2) {
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
  }
}
.gnavi_btn_top.on span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-20deg);
          transform: translateY(6px) rotate(-20deg);
}
.gnavi_btn_top.on span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.gnavi_btn_top.on span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(20deg);
          transform: translateY(-6px) rotate(20deg);
}

.top_header {
  width: 100%;
  padding: 15px 100px 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  z-index: 10;
}
@media (max-width: 1100px) {
  .top_header {
    padding: 30px 100px 100px 5%;
  }
}
@media (max-width: 740px) {
  .top_header {
    padding: 15px 5% 100px;
  }
}
.top_header .top_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .top_header .top_boxs {
    margin-bottom: 15px;
  }
}
.top_header .top_boxs h1 {
  width: 645px;
}
@media (max-width: 740px) {
  .top_header .top_boxs h1 {
    width: 270px;
  }
}
.top_header .top_boxs .btns {
  width: 250px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1100px) {
  .top_header .top_boxs .btns {
    display: none;
  }
}
.top_header .top_boxs .btns .cv_btn {
  width: 100%;
  height: 36px;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.1;
  font-size: 1.2rem;
  color: #fff;
}
.top_header .top_boxs .btns .cv_btn.btn01 {
  background-color: #c4b19b;
}
.top_header .top_boxs .btns .cv_btn.btn02 {
  border: 1px solid #c4b19b;
}
.top_header .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .top_header .pankuzu {
    display: none;
  }
}
.top_header .pankuzu a,
.top_header .pankuzu p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  color: #fff;
}
.top_header .yokoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
@media (max-width: 740px) {
  .top_header .yokoku {
    gap: 5px;
  }
}
.top_header .yokoku .box01 {
  width: 90px;
  padding: 7px 0;
  text-align: center;
  border: 1px #ccc solid;
  font-size: 2rem;
}
@media (max-width: 740px) {
  .top_header .yokoku .box01 {
    width: 100%;
    padding: 5px 0;
    font-size: 1.3rem;
  }
}
.top_header .yokoku .box02 {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .top_header .yokoku .box02 {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.mv_all_wrap {
  width: 100%;
  height: 800vh;
  position: relative;
  z-index: 100;
}
.mv_all_wrap #allWrappertop {
  position: absolute;
  top: 700vh;
  left: 0;
  width: 100%;
  height: 0;
}
.mv_all_wrap .mv01_bg {
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/mv_bg01.webp");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 4;
}
.mv_all_wrap .mv01_01 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 5;
}
.mv_all_wrap .mv01_01 .titl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 740px) {
  .mv_all_wrap .mv01_01 .titl {
    top: 40%;
  }
}
.mv_all_wrap .mv01_01 .mv01_sc {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
}
@media (max-width: 740px) {
  .mv_all_wrap .mv01_01 .mv01_sc {
    bottom: auto;
    top: 50%;
  }
}
.mv_all_wrap .mv01_01 .mv01_cap {
  line-height: 1;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media (max-width: 768px) {
  .mv_all_wrap .mv01_01 .mv01_cap {
    bottom: 0px;
  }
}
.mv_all_wrap .mv01_01 .mv_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  opacity: 0;
}
@media (max-width: 740px) {
  .mv_all_wrap .mv01_01 .mv_1 {
    width: 20px;
  }
}
.mv_all_wrap .mv03_bg {
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/mv_bg03.webp");
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  z-index: 2;
}
.mv_all_wrap .mv03_bg .mv03_bg_plot {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv_all_wrap .mv03_bg .mv03_bg_plot img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.mv_all_wrap .mv03_bg #mv03 {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 740px) {
  .mv_all_wrap .mv03_bg #mv03 {
    width: 90%;
  }
}
.mv_all_wrap .mv03_bg .mv03_bg_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

.usp_wrap {
  padding: 60px 0;
  background-color: #f6f6f2;
}
@media (max-width: 740px) {
  .usp_wrap {
    padding: 40px 0;
  }
}
.usp_wrap .usp {
  width: 660px;
  margin: 0 auto 50px;
}
@media (max-width: 740px) {
  .usp_wrap .usp {
    width: 90%;
    margin-bottom: 40px;
  }
}
.usp_wrap .cv_btn {
  width: 550px;
  height: 80px;
  margin: 0 auto 15px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: clamp(1.5rem, 0.971rem + 0.714vw, 1.8rem);
  color: #fff;
  background-color: #c4b19b;
}
@media (max-width: 740px) {
  .usp_wrap .cv_btn {
    width: 90%;
    height: 50px;
  }
}
.usp_wrap .cv_btn_cap {
  text-align: center;
  font-size: clamp(1.5rem, 1.294rem + 0.278vw, 1.6rem);
}

.sccon_wrap_all {
  width: 100%;
  position: relative;
  background-color: #cdc1b4;
}
.sccon_wrap_all .thm_img_wrap_start {
  width: 100%;
  height: 0;
  position: sticky;
  top: 0;
  right: 0;
}
.sccon_wrap_all .thm_img_wrap_start .img_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: calc(100vh - 40px);
  overflow: hidden;
}
.sccon_wrap_all .thm_img_wrap_start .img_wrap .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("../images/top/con_img01.webp");
}
@media (max-width: 768px) {
  .sccon_wrap_all .thm_img_wrap_start .img_wrap {
    height: 100vh;
  }
}
@media (max-width: 740px) {
  .sccon_wrap_all .thm_img_wrap_start .img_wrap {
    width: 100%;
    height: 40vh;
  }
}
.sccon_wrap_all .sccon_wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 740px) {
  .sccon_wrap_all .sccon_wrap {
    grid-template-columns: 1fr;
  }
}
.sccon_wrap_all .sccon_wrap.sccon01 {
  z-index: 1;
}
.sccon_wrap_all .sccon_wrap.last {
  position: static;
  visibility: visible !important;
}
@media (max-width: 740px) {
  .sccon_wrap_all .sccon_wrap .txts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 60vh;
  }
}
.sccon_wrap_all .sccon_wrap .txts .one {
  position: relative;
  z-index: 1;
  padding: 15vh 0 10vh;
}
@media (max-width: 740px) {
  .sccon_wrap_all .sccon_wrap .txts .one {
    padding: 0 0 5vh;
    margin-top: -7.5vh;
  }
}
.sccon_wrap_all .sccon_wrap .txts .one.off {
  opacity: 0;
}
.sccon_wrap_all .sccon_wrap .txts .one img {
  width: auto;
  height: 15vh;
  margin: 0 auto;
}
.sccon_wrap_all .sccon_wrap .txts .boxs {
  width: 350px;
  height: 60vh;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .sccon_wrap_all .sccon_wrap .txts .boxs {
    width: 90%;
  }
}
.sccon_wrap_all .sccon_wrap .txts .boxs .ttl01 {
  font-size: 1.8rem;
  margin-bottom: 32px;
}
.sccon_wrap_all .sccon_wrap .txts .boxs .ttl02 {
  line-height: 1.63;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 32px;
}
.sccon_wrap_all .sccon_wrap .txts .boxs .txt01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.989rem + 0.556vw, 1.6rem);
}
.sccon_wrap_all .sccon_wrap .txts .boxs .more {
  width: 120px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 740px) {
  .sccon_wrap_all .sccon_wrap .txts .boxs .more {
    width: 85px;
  }
}
.sccon_wrap_all .sccon_wrap .txts .boxs .more::after {
  position: absolute;
  left: 0;
  content: "";
  width: 105%;
  height: 1px;
  background: #514a4a;
  bottom: -10px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media not all and (pointer: coarse) {
  .sccon_wrap_all .sccon_wrap .txts .boxs .more:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.sccon_wrap_all .sccon_wrap .thm_img_wrap {
  height: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .sccon_wrap_all .sccon_wrap .thm_img_wrap {
    height: 100%;
  }
}
@media (max-width: 740px) {
  .sccon_wrap_all .sccon_wrap .thm_img_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 40vh;
  }
}
.sccon_wrap_all .sccon_wrap .thm_img_wrap .thm_img {
  height: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sccon_wrap_all .sccon_wrap .thm_img_wrap .thm_img.thm_img01 {
  background-image: url("../images/top/con_img01.webp");
}
.sccon_wrap_all .sccon_wrap .thm_img_wrap .thm_img.thm_img02 {
  background-image: url("../images/top/con_img02.webp");
}
.sccon_wrap_all .sccon_wrap .thm_img_wrap .thm_img.thm_img03 {
  background-image: url("../images/top/con_img03.webp");
  background-position: bottom;
}
@media (max-width: 740px) {
  .sccon_wrap_all .sccon_wrap .thm_img_wrap .thm_img.thm_img03 {
    background-image: url("../images/top/con_img03_sp.webp");
  }
}
.sccon_wrap_all .sccon_wrap .thm_img_wrap .thm_img .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.sccon_wrap_all .sccon_wrap .thm_img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.sccon_wrap_all .sccon_wrap {
  pointer-events: none;
}
.sccon_wrap_all .sccon_wrap.on {
  pointer-events: all;
}
.sccon_wrap_all .sccon_wrap.on .thm_img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.sccon_wrap_all .sccon_wrap .txts .boxs .ttl01 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, transform 0.6s;
  transition: opacity 0.4s, transform 0.6s, -webkit-transform 0.6s;
}
.sccon_wrap_all .sccon_wrap .txts .boxs .ttl02 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.1s, -webkit-transform 0.6s 0.1s;
  transition: opacity 0.4s 0.1s, -webkit-transform 0.6s 0.1s;
  transition: opacity 0.4s 0.1s, transform 0.6s 0.1s;
  transition: opacity 0.4s 0.1s, transform 0.6s 0.1s, -webkit-transform 0.6s 0.1s;
}
.sccon_wrap_all .sccon_wrap .txts .boxs .txt01 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.6s 0.2s;
  transition: opacity 0.4s 0.2s, -webkit-transform 0.6s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.6s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
}
.sccon_wrap_all .sccon_wrap .txts .boxs .more {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.4s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.4s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.4s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.sccon_wrap_all .sccon_wrap.on .txts .boxs .ttl01,
.sccon_wrap_all .sccon_wrap.on .txts .boxs .ttl02,
.sccon_wrap_all .sccon_wrap.on .txts .boxs .txt01,
.sccon_wrap_all .sccon_wrap.on .txts .boxs .more {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.limited_con {
  width: 100%;
  padding: 80px 0;
  background-color: #c4b19b;
  color: #fff;
}
@media (max-width: 740px) {
  .limited_con {
    padding: 60px 0;
  }
}
.limited_con .top_txts {
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .limited_con .top_txts {
    margin-bottom: 25px;
  }
}
.limited_con .top_txts .titl01 {
  font-size: clamp(2.4rem, 1.578rem + 1.111vw, 2.8rem);
  margin-bottom: 30px;
}
.limited_con .top_txts .txt01 {
  line-height: 2;
}
.limited_con .boxs01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 550px;
  margin: 0 auto 40px;
}
@media (max-width: 740px) {
  .limited_con .boxs01 {
    gap: 15px;
    width: 90%;
    margin-bottom: 30px;
  }
}
.limited_con .boxs01 .box {
  position: relative;
}
.limited_con .boxs01 .box .txt {
  line-height: 1.5;
  font-size: clamp(1.4rem, 0.167rem + 1.667vw, 2rem);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
}
.limited_con .cv_btn {
  width: 550px;
  height: 80px;
  margin: 0 auto;
  background-color: #3d3d3e;
  display: grid;
  place-items: center;
}
.limited_con .cv_btn.btn_mb {
  margin-bottom: 15px;
}
@media (max-width: 740px) {
  .limited_con .cv_btn.btn_mb {
    margin-bottom: 10px;
  }
}
@media (max-width: 740px) {
  .limited_con .cv_btn {
    width: 90%;
    height: 50px;
  }
}
.limited_con .cv_btn_cap {
  text-align: center;
  font-size: clamp(1.5rem, 1.294rem + 0.278vw, 1.6rem);
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .limited_con .cv_btn_cap {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=top.css.map */