@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
header::after {
  height: 100%;
}
header .yokoku {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  header .yokoku {
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
header .yokoku .box {
  font-size: 2rem;
  line-height: 1;
  padding: 4px 4px 3px;
  border: 0.5px solid #fff;
}
@media (max-width: 768px) {
  header .yokoku .box {
    font-size: 1.4rem;
    border: 0.5px solid #fff;
    width: 100%;
    text-align: center;
  }
}
header .yokoku p:not(.box) {
  font-size: 1.3rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  header .yokoku p:not(.box) {
    font-size: 1.2rem;
    line-height: 1.25;
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
header .pankuzu .arrow-top {
  display: none;
}

.mv {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .mv {
    margin-top: 0;
  }
}
.mv .op_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #746b63;
}
.mv .pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv .pic {
    height: auto;
    aspect-ratio: 5/8;
  }
}
.mv .pic .img {
  height: 100%;
  -webkit-transform: translateY(-7%);
          transform: translateY(-7%);
}
@media (max-width: 768px) {
  .mv .pic .img {
    height: auto;
    width: 100%;
    aspect-ratio: 175/318;
    -webkit-transform: translateY(-4.5%);
            transform: translateY(-4.5%);
  }
}
.mv .pic .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top bottom;
     object-position: top bottom;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
@media (max-width: 768px) {
  .mv .pic .img img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: center;
       object-position: center;
    -webkit-transform: none;
            transform: none;
  }
}
.mv .txt_wrap {
  display: block;
  position: absolute;
  top: 123px;
  left: 0;
  width: 100%;
  height: calc(100vh - 130px);
  opacity: 0;
}
@media (max-width: 768px) {
  .mv .txt_wrap {
    top: auto;
    bottom: 0;
    height: calc(160vw - 120px);
  }
}
.mv .txt_wrap .txt {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv .txt_wrap .txt h2 {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #e2c190;
  text-align: center;
}
.mv .txt_wrap .txt h2 p {
  font-size: 1.4vw;
  letter-spacing: 0.22em;
  line-height: 1;
}
@media (max-width: 768px) {
  .mv .txt_wrap .txt h2 p {
    font-size: 3.6vw;
  }
}
.mv .txt_wrap .txt h2 p.f_bell {
  margin-top: 1.25em;
  font-size: 2.8vw;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .mv .txt_wrap .txt h2 p.f_bell {
    font-size: 6.4vw;
  }
}

/* .main {
  width: 100%;
  margin-top: -57px;
  opacity: 0;
  animation: mv 1s ease-out 0.5s forwards;
  @include tab {
    margin-top: 0;
  }
  &.close {
    margin-top: 0;
  }
  img {
    &.txt {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: translateY(20px);
      animation: mvTxt 1s ease-out 1.5s forwards;
    }
  }
}
@keyframes mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvTxt {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */
.sec01 {
  padding: 60px 0 65px;
  background: #fff;
}
@media (max-width: 768px) {
  .sec01 {
    padding: 45px 0 50px;
  }
}
.sec01 .usp_wrap.inner-cont {
  max-width: 1070px;
}
@media (max-width: 768px) {
  .sec01 .usp_wrap.inner-cont {
    width: 64.5%;
  }
}
.sec01 > .entryBtn_wrap {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sec01 > .entryBtn_wrap {
    margin-top: 40px;
  }
}
.sec01 > .entryBtn_wrap h2,
.sec01 > .entryBtn_wrap h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec01 > .entryBtn_wrap h2,
  .sec01 > .entryBtn_wrap h3 {
    margin-bottom: 20px;
  }
}
.sec01 > .entryBtn_wrap h3 {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec01 > .entryBtn_wrap h3 {
    font-size: 2.4rem;
  }
}
.sec01 > .entryBtn_wrap p {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .sec01 > .entryBtn_wrap p {
    margin-bottom: 30px;
  }
}

.sec02 {
  padding: 150px 0 200px;
}
@media (max-width: 768px) {
  .sec02 {
    padding: 100px 0;
  }
}
.sec02 dl {
  text-align: center;
}
.sec02 dl dt {
  font-size: 2.3rem;
  letter-spacing: 0.22em;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec02 dl dt {
    font-size: 1.6rem;
  }
}
.sec02 dl dt.f_bell {
  margin-top: 70px;
  font-size: 4.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sec02 dl dt.f_bell {
    margin-top: 50px;
    font-size: 3.2rem;
  }
}
.sec02 dl dt.f_bell + dt {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .sec02 dl dt.f_bell + dt {
    margin-top: 25px;
  }
}
.sec02 dl dd {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .sec02 dl dd {
    font-size: 1.5rem;
  }
}
.sec02 .pic {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .sec02 .pic {
    margin-top: 60px;
  }
}
.sec02 .pic .capNbg {
  bottom: -10px;
}
@media (max-width: 480px) {
  .sec02 .pic .capNbg {
    bottom: -15px;
  }
}

.sec03 .item_wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sec03 .item {
  position: relative;
  width: 100%;
  height: 100vh;
  aspect-ratio: 16/9;
  color: #fff;
}
@media (max-width: 768px) {
  .sec03 .item {
    aspect-ratio: 375/667;
  }
}
.sec03 .item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec03 .item.item_loca .pic .capWbg, .sec03 .item.item_access .pic .capWbg, .sec03 .item.item_resi .pic .capWbg {
  bottom: 40px;
}
@media (max-width: 768px) {
  .sec03 .item.item_loca .pic .capWbg, .sec03 .item.item_access .pic .capWbg, .sec03 .item.item_resi .pic .capWbg {
    bottom: 48px;
  }
}
.sec03 .item .pic_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec03 .item .pic_wrap .pic {
  width: 100%;
  height: 100%;
}
.sec03 .item .pic_wrap .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec03 .item .bar_wrap {
  width: 89%;
  max-width: 924px;
  position: absolute;
  top: 16.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sec03 .item .bar_wrap {
    width: 76.5%;
    top: 13.7%;
  }
}
.sec03 .item .bar_wrap .bar {
  position: relative;
  height: 198px;
  width: 0.5px;
  background: #fff;
  clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
  -webkit-animation: 3.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite sec03_bar;
          animation: 3.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite sec03_bar;
}
@media (max-width: 768px) {
  .sec03 .item .bar_wrap .bar {
    height: 216px;
  }
}
.sec03 .item .dl_wrap {
  width: 89%;
  max-width: 924px;
  position: absolute;
  top: 16.66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sec03 .item .dl_wrap {
    width: 76.5%;
    top: 14%;
  }
}
.sec03 .item .dl_wrap dl {
  padding-left: 20px;
}
@media (max-width: 480px) {
  .sec03 .item .dl_wrap dl {
    padding-left: 16px;
  }
}
.sec03 .item .dl_wrap dl dt {
  margin-bottom: 30px;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sec03 .item .dl_wrap dl dt {
    font-size: 2.4rem;
  }
}
.sec03 .item .dl_wrap dl dt + dd {
  margin-bottom: 50px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sec03 .item .dl_wrap dl dt + dd {
    margin-bottom: 80px;
    font-size: 1.4rem;
  }
}
.sec03 .item .dl_wrap dl dd.f_gara {
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sec03 .item .dl_wrap dl dd span {
  width: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.sec03 .item .dl_wrap dl dd span::after {
  width: 100px;
  height: 0.5px;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover: hover) {
  .sec03 .item .dl_wrap dl dd span:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.sec03 .spacer {
  display: block;
  width: 100%;
  height: 50vh;
}
@media (max-width: 768px) {
  .sec03 .spacer {
    height: 100vh;
  }
}

.animOpa_bar {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.animOpa_bar.is-show {
  opacity: 1;
}

.info_wrap .entryBtn_wrap {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .info_wrap .entryBtn_wrap {
    padding: 65px 0;
  }
}
.info_wrap .entryBtn_wrap h2,
.info_wrap .entryBtn_wrap h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info_wrap .entryBtn_wrap h2,
  .info_wrap .entryBtn_wrap h3 {
    margin-bottom: 20px;
  }
}
.info_wrap .entryBtn_wrap h3 {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .info_wrap .entryBtn_wrap h3 {
    font-size: 2.4rem;
  }
}
.info_wrap .entryBtn_wrap p {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .info_wrap .entryBtn_wrap p {
    margin-bottom: 30px;
  }
}

@-webkit-keyframes sec03_bar {
  0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
  }
  35% {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
  40% {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
  75% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

@keyframes sec03_bar {
  0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 0%, 0 0%);
  }
  35% {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
  40% {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
  75% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}/*# sourceMappingURL=top.css.map */