@charset "UTF-8";
/* media query
------------------------------------------ */
/* display
------------------------------------------ */
.is-show-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-show-pc {
    display: none;
  }
}

.is-show-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-show-sp {
    display: block;
  }
}

/* function
------------------------------------------ */
#bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.barbour-251031 {
  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
  /* animation
  ------------------------------------------ */
  /* 共通
  ------------------------------------------ */
  position: relative;
  z-index: 1;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  /* animation
  ------------------------------------------ */
  /* LP
  ------------------------------------------ */
}
.barbour-251031 img {
  width: 100%;
  height: auto;
}
.barbour-251031 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.barbour-251031 .js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}
.barbour-251031 .js-fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.barbour-251031 .section {
  position: relative;
  padding-top: 20vh;
  background: transparent !important;
}
@media (max-width: 767px) {
  .barbour-251031 .section {
    padding-top: calc(160 * 100vw / 402);
  }
}
.barbour-251031 .section-cont {
  background-color: #fff;
}
.barbour-251031 .section-inner {
  width: 120rem;
  padding: 16rem 0 24rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section-inner {
    width: calc(360 * 100vw / 402);
    margin: 0 auto;
    padding: calc(80 * 100vw / 402) 0 calc(160 * 100vw / 402);
  }
}
.barbour-251031 .section-ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .section-ttl {
    font-size: calc(20 * 100vw / 402);
    line-height: 2;
    text-align: left;
  }
}
.barbour-251031 .section-txt {
  width: 60rem;
  margin-left: auto;
  font-size: 1.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .barbour-251031 .section-txt {
    width: 100%;
    font-size: calc(15 * 100vw / 402);
    margin: auto;
  }
}
.barbour-251031 .section-txt-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32rem;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 2;
  padding: 0.04rem 0 0 1rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section-txt-bg {
    width: calc(300 * 100vw / 402);
    margin-top: calc(20 * 100vw / 402);
    margin-left: auto;
    position: static;
    font-size: calc(12 * 100vw / 402);
    background-color: transparent;
  }
}
.barbour-251031 .section-photo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .barbour-251031 .section-photo-wrap {
    display: block;
  }
}
.barbour-251031 .section-credit {
  font-size: 1.7rem;
  font-family: var(--font-barbour-sans);
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .barbour-251031 .section-credit {
    display: block;
    font-size: calc(16 * 100vw / 402);
  }
}
@media (max-width: 767px) {
  .barbour-251031 .section-credit-block .section-credit {
    margin-top: calc(20 * 100vw / 402);
  }
}
.barbour-251031 .section-credit-block .section-credit:first-of-type {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section-credit-block .section-credit:first-of-type {
    margin-top: calc(20 * 100vw / 402);
  }
}
.barbour-251031 .section-credit-label {
  width: 10rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .barbour-251031 .section-credit-left {
    margin-top: calc(16 * 100vw / 402);
  }
}
.barbour-251031 .section-credit-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section-credit-right {
    margin-left: 0;
    gap: calc(10 * 100vw / 402);
  }
}
.barbour-251031 .section-credit-right a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .barbour-251031 .section-credit-right a {
    font-size: calc(15 * 100vw / 402);
  }
}
.barbour-251031 .margin-block {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .barbour-251031 .margin-block {
    margin-top: calc(80 * 100vw / 402);
  }
}
.barbour-251031 .mv {
  width: calc(1440 * 100vw / 1440);
  height: 100vh;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .barbour-251031 .mv {
    width: 100%;
    height: auto;
  }
}
.barbour-251031 .mv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 767px) {
  .barbour-251031 .mv img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.barbour-251031 .hero {
  background-color: #fff;
}
.barbour-251031 .hero-inner {
  padding: 18rem 0 18rem;
  width: 96rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .barbour-251031 .hero-inner {
    width: 100%;
    padding: calc(100 * 100vw / 402) 0 calc(160 * 100vw / 402);
  }
}
.barbour-251031 .hero-ttl {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .hero-ttl {
    font-size: calc(24 * 100vw / 402);
  }
}
.barbour-251031 .hero-txt {
  margin: 6rem 0 auto;
  width: 96rem;
  font-size: 1.7rem;
  line-height: 2;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .hero-txt {
    margin: calc(60 * 100vw / 402) auto 0;
    width: calc(360 * 100vw / 402);
    margin-top: calc(60 * 100vw / 402);
    font-size: calc(17 * 100vw / 402);
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.barbour-251031 .section01-photo-01 {
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section01-photo-01 {
    width: 100%;
  }
}
.barbour-251031 .section01-photo-02 {
  width: 96rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section01-photo-02 {
    margin-right: auto;
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section01-photo-03 {
  width: 96rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 767px) {
  .barbour-251031 .section01-photo-03 {
    -webkit-animation-delay: 0;
            animation-delay: 0;
    margin-top: calc(20 * 100vw / 402);
    margin-left: auto;
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section01-photo-04 {
  width: 96rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section01-photo-04 {
    width: 100%;
  }
}
.barbour-251031 .section01-photo-04-wrap {
  position: relative;
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section01-photo-04-wrap {
    width: 100%;
  }
}
.barbour-251031 .section01-photo-wrap {
  width: 96rem;
  margin-left: auto;
  margin-right: 12rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section01-photo-wrap {
    width: 100%;
  }
}
.barbour-251031 .section01-wrap {
  width: 96rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section01-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .barbour-251031 .section01-price-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .barbour-251031 .section01-price-01 .section-credit-left {
    margin-top: 0;
  }
  .barbour-251031 .section01-price-01 .section-credit-right {
    margin-left: calc(40 * 100vw / 402);
  }
}
.barbour-251031 .section02-photo-01 {
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section02-photo-01 {
    width: 100%;
  }
}
.barbour-251031 .section02-photo-02 {
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section02-photo-02 {
    width: 100%;
    margin-right: 0;
  }
}
.barbour-251031 .section03-photo-01 {
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-01 {
    width: 100%;
  }
}
.barbour-251031 .section03-photo-02 {
  width: 48rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-02 {
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section03-photo-03 {
  width: 48rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-03 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    margin-top: calc(20 * 100vw / 402);
    margin-left: auto;
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section03-photo-04 {
  width: 48rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-04 {
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section03-photo-05 {
  width: 48rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-05 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    margin-top: calc(20 * 100vw / 402);
    margin-left: auto;
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section03-photo-06 {
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-06 {
    width: 100%;
  }
}
.barbour-251031 .section03-photo-07 {
  width: 96rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-07 {
    width: 100%;
  }
}
.barbour-251031 .section03-photo-wrap-01 {
  position: relative;
  width: 120rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-wrap-01 {
    width: 100%;
    margin-right: 0;
  }
}
.barbour-251031 .section03-photo-wrap-02 {
  position: relative;
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-wrap-02 {
    width: 100%;
  }
}
.barbour-251031 .section03-photo-wrap-02 .section-txt-bg {
  width: 30rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-photo-wrap-02 .section-txt-bg {
    width: calc(300 * 100vw / 402);
  }
}
.barbour-251031 .section03-wrap-02 {
  width: 96rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-wrap-02 {
    width: 100%;
    margin-left: 0;
  }
}
.barbour-251031 .section03-wrap-03 {
  position: relative;
  width: 120rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section03-wrap-03 {
    width: 100%;
    margin-right: 0;
  }
}
.barbour-251031 .section04-wrap-01 {
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section04-wrap-01 {
    width: 100%;
  }
}
.barbour-251031 .section04-photo-wrap {
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section04-photo-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .barbour-251031 .section04-photo-02 {
    width: calc(240 * 100vw / 402);
    margin-right: auto;
  }
}
.barbour-251031 .section04-photo-03 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 767px) {
  .barbour-251031 .section04-photo-03 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    width: calc(240 * 100vw / 402);
    margin-top: calc(20 * 100vw / 402);
    margin-left: auto;
  }
}
.barbour-251031 .section04-photo-wrap {
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section04-photo-wrap {
    width: 100%;
  }
}
.barbour-251031 .section04-photo-04 {
  width: 120rem;
  margin: 10rem auto 0;
}
@media (max-width: 767px) {
  .barbour-251031 .section04-photo-04 {
    width: 100%;
  }
}
.barbour-251031 .section04-photo-05 {
  width: 96rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section04-photo-05 {
    width: 100%;
  }
}
.barbour-251031 .section05-photo-01 {
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section05-photo-01 {
    width: 100%;
  }
}
.barbour-251031 .section05-photo-02 {
  width: 96rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section05-photo-02 {
    width: 100%;
  }
}
.barbour-251031 .section05-photo-03 {
  width: 120rem;
  margin: 10rem auto 0;
}
@media (max-width: 767px) {
  .barbour-251031 .section05-photo-03 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .barbour-251031 .section05-photo-04 {
    margin-right: auto;
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section05-photo-05 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 767px) {
  .barbour-251031 .section05-photo-05 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    margin-top: calc(20 * 100vw / 402);
    margin-left: auto;
    width: calc(240 * 100vw / 402);
  }
}
.barbour-251031 .section05-photo-wrap {
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section05-photo-wrap {
    width: 100%;
  }
}
.barbour-251031 .section06-photo-01 {
  width: 120rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section06-photo-01 {
    width: 100%;
  }
}
.barbour-251031 .section06-photo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section06-photo-wrap {
    width: 100%;
  }
}
.barbour-251031 .section06-photo-04 {
  width: 96rem;
}
@media (max-width: 767px) {
  .barbour-251031 .section06-photo-04 {
    width: calc(240 * 100vw / 402);
    margin-right: auto;
  }
}
.barbour-251031 .section06-photo-05 {
  width: 96rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 767px) {
  .barbour-251031 .section06-photo-05 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    width: calc(240 * 100vw / 402);
    margin-top: calc(20 * 100vw / 402);
    margin-left: auto;
  }
}
.barbour-251031 .section06-wrap-01 {
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section06-wrap-01 {
    width: 100%;
  }
}
.barbour-251031 .section06-wrap-02 {
  width: 96rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section06-wrap-02 {
    width: 100%;
  }
}
.barbour-251031 .section06-wrap-03 {
  width: 96rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .barbour-251031 .section06-wrap-03 {
    width: 100%;
  }
}
.barbour-251031 .movie {
  padding: 12rem 0 24rem;
  border-top: 1px solid #000;
  background-color: #fff;
}
@media (max-width: 767px) {
  .barbour-251031 .movie {
    padding: calc(80 * 100vw / 402) 0 calc(160 * 100vw / 402);
  }
}
.barbour-251031 .movie-cont {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .barbour-251031 .movie-cont {
    margin-top: 8rem;
  }
}
.barbour-251031 .movie-ttl {
  font-family: var(--font-barbour-sans);
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .movie-ttl {
    font-size: calc(20 * 100vw / 402);
  }
}
.barbour-251031 .movie-txt {
  margin-top: 8rem;
  font-size: 1.9rem;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .movie-txt {
    width: calc(360 * 100vw / 402);
    margin: calc(60 * 100vw / 402) auto 0;
    font-size: calc(15 * 100vw / 402);
    text-align: left;
  }
}
.barbour-251031 .map {
  padding: 12rem 0;
  background-color: #113e1d;
}
@media (max-width: 767px) {
  .barbour-251031 .map {
    padding: 8rem 0;
  }
}
.barbour-251031 .map-ttl {
  font-family: var(--font-barbour-sans);
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .map-ttl {
    font-size: calc(20 * 100vw / 402);
  }
}
.barbour-251031 .map-img {
  width: 80rem;
  margin: 12rem auto 0;
}
@media (max-width: 767px) {
  .barbour-251031 .map-img {
    width: calc(360 * 100vw / 402);
    margin: calc(60 * 100vw / 402) auto 0;
  }
}
.barbour-251031 .lp-footer {
  position: relative;
  z-index: 1;
  padding: 24rem 0;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .barbour-251031 .lp-footer {
    padding: calc(160 * 100vw / 402) 0;
  }
}
.barbour-251031 .lp-footer-ttl {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .lp-footer-ttl {
    font-size: calc(14 * 100vw / 402);
    padding-bottom: calc(10 * 100vw / 402);
  }
}
.barbour-251031 .lp-footer-ttl:nth-of-type(2) {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .barbour-251031 .lp-footer-ttl:nth-of-type(2) {
    margin-top: calc(90 * 100vw / 402);
  }
}
.barbour-251031 .lp-footer-logo {
  width: 12.3rem;
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .barbour-251031 .lp-footer-logo {
    width: calc(160 * 100vw / 402);
    margin: calc(45 * 100vw / 402) auto 0;
  }
}
.barbour-251031 .lp-footer p {
  margin-top: 3rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .barbour-251031 .lp-footer p {
    margin-top: calc(30 * 100vw / 402);
    font-size: calc(15 * 100vw / 402);
  }
}
.barbour-251031 .lp-footer p a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  font-weight: 500;
  font-style: normal;
}
.barbour-251031 .lp-footer p:nth-of-type(1) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .barbour-251031 .lp-footer p:nth-of-type(1) {
    margin-top: calc(45 * 100vw / 402);
  }
}