@charset "UTF-8";
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - custompropaty
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250530_1 {
  --color-white: #fff;
  --color-black: #000;
  --color-green: #96AA9D;
  --font-noto: "noto-sans-cjk-jp", sans-serif;
  --font_weight-light: 300;
  --font_weight-regular: 400;
  --font_weight-medium: 500;
  --font_weight-semibold: 600;
  --font_weight-bold: 700;
  overflow: clip;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250530_1 .common-position {
  position: absolute;
}
.lp-barbour_250530_1 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250530_1 .common-flex_row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250530_1 .common-flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250530_1 .common-flex_column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250530_1 .common-flex_column_reverse {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--row, 0) var(--column, 0);
}
@media screen and (min-width: 768px) {
  .lp-barbour_250530_1 .desktop-position {
    position: absolute;
  }
  .lp-barbour_250530_1 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .desktop-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .desktop-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .desktop-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .desktop-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
@media screen and (max-width: 767px) {
  .lp-barbour_250530_1 .mobile-position {
    position: absolute;
  }
  .lp-barbour_250530_1 .mobile-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .mobile-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .mobile-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .mobile-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250530_1 .mobile-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - hero
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250530_1 .hero {
  width: var(--container-default);
  margin: 0 auto;
}
.lp-barbour_250530_1 .hero_inner {
  --row: 6rem;
}
.lp-barbour_250530_1 .hero_image {
  width: 100%;
}
.lp-barbour_250530_1 .hero_content {
  --row: 2rem;
}
.lp-barbour_250530_1 .hero_title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250530_1 .hero_lead {
  width: 110rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250530_1 .hero {
    width: calc(750*100vw/750);
  }
  .lp-barbour_250530_1 .hero_inner {
    --row: calc(60*100vw/750);
  }
  .lp-barbour_250530_1 .hero_content {
    --row: calc(20*100vw/750);
  }
  .lp-barbour_250530_1 .hero_title {
    font-size: calc(28*100vw/750);
  }
  .lp-barbour_250530_1 .hero_lead {
    width: calc(650*100vw/750);
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
    text-align: justify;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - information
///////////////////////////////////////////////////////////////////////////////////////
*/
/* .lp-barbour_250530_1 .information {
  margin-top: 6rem;
} */
.lp-barbour_250530_1 .information_movie {
  width: 64rem;
  margin: 2rem auto 0;
}
.lp-barbour_250530_1 .information_title {
  margin-top: 6rem;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250530_1 .information_image {
  width: 64rem;
  margin: 2rem auto 0;
}
.lp-barbour_250530_1 .information_lead {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* .lp-barbour_250530_1 .information {
    margin-top: calc(60*100vw/750);
  } */
  .lp-barbour_250530_1 .information_movie {
    width: calc(750*100vw/750);
    margin-top: calc(20*100vw/750);
  }
  .lp-barbour_250530_1 .information_title {
    margin-top: calc(60*100vw/750);
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
  }
  .lp-barbour_250530_1 .information_image {
    width: calc(650*100vw/750);
    margin-top: calc(20*100vw/750);
  }
  .lp-barbour_250530_1 .information_lead {
    width: calc(650*100vw/750);
    margin: calc(20*100vw/750) auto 0;
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
    text-align: justify;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250530_1 .product {
  width: 108rem;
  margin: 16rem auto 0;
}
.lp-barbour_250530_1 .product_inner {
  margin-top: 2rem;
  grid-template-columns: repeat(3, 1fr);
  --column: 3rem;
}
.lp-barbour_250530_1 .product_title {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-noto);
  color: var(--color-black);
}
.lp-barbour_250530_1 .product_wrapper {
  --row: 2rem;
}
.lp-barbour_250530_1 .product_content {
  height: 100%;
  justify-content: space-between;
  --row: 2rem;
}
.lp-barbour_250530_1 .product_image {
  width: 100%;
}
.lp-barbour_250530_1 .product_price {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
}
.lp-barbour_250530_1 .product_lead {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
}
.lp-barbour_250530_1 .product_btn {
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  font-weight: var(--font_weight-medium);
  font-family: var(--font-noto);
  color: var(--color-white);
}
.lp-barbour_250530_1 .product_btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4rem;
  background-color: var(--color-green);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250530_1 .product {
    width: calc(750*100vw/750);
    margin-top: calc(160*100vw/750);
  }
  .lp-barbour_250530_1 .product_inner {
    margin-top: calc(20*100vw/750);
    --row: calc(60*100vw/750);
  }
  .lp-barbour_250530_1 .product_title {
    font-size: calc(28*100vw/750);
    line-height: 1.5;
    text-align: center;
  }
  .lp-barbour_250530_1 .product_wrapper {
    --row: calc(20*100vw/750);
  }
  .lp-barbour_250530_1 .product_content {
    width: calc(650*100vw/750);
    margin: 0 auto;
    justify-content: initial;
    --row: calc(30*100vw/750);
  }
  .lp-barbour_250530_1 .product_price {
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
    text-align: center;
    white-space: nowrap;
  }
  .lp-barbour_250530_1 .product_lead {
    margin-top: calc(20*100vw/750);
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
  }
  .lp-barbour_250530_1 .product_btn {
    margin-top: calc(20*100vw/750);
    font-size: calc(20*100vw/750);
  }
  .lp-barbour_250530_1 .product_btn > a {
    height: calc(40*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - closing
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250530_1 .closing {
  width: 96rem;
  margin: 16.3rem auto 40rem;
}
.lp-barbour_250530_1 .closing_title {
  font-size: 2rem;
  line-height: 1.2142857143;
  font-weight: var(--font_weight-medium);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250530_1 .closing_image {
  width: 64rem;
  margin: 2rem auto 0;
}
.lp-barbour_250530_1 .closing_text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250530_1 .closing {
    width: calc(750*100vw/750);
    margin-top: calc(160*100vw/750);
    margin-bottom: calc(409*100vw/750);
  }
  .lp-barbour_250530_1 .closing_title {
    font-size: calc(22*100vw/750);
    line-height: 1.5;
  }
  .lp-barbour_250530_1 .closing_image {
    width: 100%;
    margin-top: calc(20*100vw/750);
  }
  .lp-barbour_250530_1 .closing_text {
    margin-top: calc(20*100vw/750);
    font-size: calc(20*100vw/750);
    text-align: center;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - animation
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250530_1 .js-fadeImage {
  opacity: 0;
  transform: translateY(5%);
}
.lp-barbour_250530_1 .js-fadeImage.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
