@charset "UTF-8";
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - custompropaty
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_251015_2 {
  --color-white: #fff;
  --color-black: #000;
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font_weight-light: 300;
  --font_weight-regular: 400;
  --font_weight-medium: 500;
  overflow: clip;
  font-feature-settings: "pwid" 0;
  font-variant-east-asian: proportional-width;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .lp-barbour_251015_2 .hidden-desktop {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  .lp-barbour_251015_2 .hidden-mobile {
    display: none!important;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_251015_2 .common-position {
  position: absolute;
}
.lp-barbour_251015_2 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_251015_2 .common-flex_row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_251015_2 .common-flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_251015_2 .common-flex_column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_251015_2 .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_251015_2 .desktop-position {
    position: absolute;
  }
  .lp-barbour_251015_2 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .desktop-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .desktop-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .desktop-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .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_251015_2 .mobile-position {
    position: absolute;
  }
  .lp-barbour_251015_2 .mobile-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .mobile-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .mobile-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .mobile-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_251015_2 .mobile-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - hero
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_251015_2 .hero {
  margin-bottom: 28rem;
}
.lp-barbour_251015_2 .hero_content {
  --row: 18rem;
}
.lp-barbour_251015_2 .hero_image {
  width: 100%;
}
.lp-barbour_251015_2 .hero_text {
  width: 96rem;
  margin: 0 auto;
  --row: 6rem;
  text-align: center;
}
.lp-barbour_251015_2 .hero_text_title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-family: var(--font-jp);
  font-weight: var(--font_weight-medium);
}
.lp-barbour_251015_2 .hero_text_lead {
  font-size: 1.7rem;
  line-height: 2;
  font-family: var(--font-jp);
  font-weight: var(--font_weight-medium);
}
@media screen and (max-width: 767px) {
  .lp-barbour_251015_2 .hero {
    margin-bottom: calc(118*100vw/402);
  }
  .lp-barbour_251015_2 .hero_content {
    --row: calc(100*100vw/402);
  }
  .lp-barbour_251015_2 .hero_title {
    width: calc(366*100vw/402);
    height: calc(68*100vw/402);
    top: calc(577*100vw/402);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
  }
  .lp-barbour_251015_2 .hero_text {
    width: calc(360*100vw/402);
    --row: calc(60*100vw/402);
    text-align: left;
  }
  .lp-barbour_251015_2 .hero_text_title {
    font-size: calc(22*100vw/402);
    line-height: 1.6363636364;
  }
  .lp-barbour_251015_2 .hero_text_lead {
    font-size: calc(14*100vw/402);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_251015_2 .product {
  width: 100%;
}
.lp-barbour_251015_2 .product_inner {
  width: 100%;
  height: 100%;
}
.lp-barbour_251015_2 .product_movie {
  position: sticky;
  top: 0;
  width: 48rem;
  width: 40vh;
  /* width: auto;
  height: 80dvh;
  aspect-ratio: 1/2;
  object-fit: contain; */
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.lp-barbour_251015_2 .product_wrapper {
  position: relative;
  z-index: 2;
  width: 144rem;
  margin: 28rem auto 0;
  padding-bottom: 60rem;
  padding-bottom: 50vh;
}
.lp-barbour_251015_2 .product_content {
  background-color: var(--color-white);
  padding: 10rem 24rem;
}
.lp-barbour_251015_2 .product_image {
  width: 48rem;
}
.lp-barbour_251015_2 .product_text {
  --row: 8rem;
  width: 42rem;
}
.lp-barbour_251015_2 .product_lead {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-jp);
}
.lp-barbour_251015_2 .product_detail {
  --row: 2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: var(--font_weight-light);
  font-family: var(--font-barbour-sans);
}
.lp-barbour_251015_2 .product_detail li {
  justify-content: space-between;
}
.lp-barbour_251015_2 .product_detail_price {
  --column: 1rem;
}
.lp-barbour_251015_2 .product_detail_btn {
  font-size: 1.8rem;
  border-bottom: 2px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp-barbour_251015_2 .product_movie {
    width: calc(402*100vw/402);
  }
  .lp-barbour_251015_2 .product_wrapper {
    width: calc(402*100vw/402);
    margin-top: calc(100*100vw/402);
    padding-bottom: calc(500*100vw/402);
  }
  .lp-barbour_251015_2 .product_content {
    padding: calc(200*100vw/402) calc(51*100vw/402);
  }
  .lp-barbour_251015_2 .product_image {
    width: 100%;
  }
  .lp-barbour_251015_2 .product_text {
    --row: calc(80*100vw/402);
    width: 100%;
    margin-top: calc(42*100vw/402);
  }
  .lp-barbour_251015_2 .product_lead {
    font-size: calc(15*100vw/402);
  }
  .lp-barbour_251015_2 .product_detail {
    --row: calc(16*100vw/402);
    font-size: calc(16*100vw/402);
  }
  .lp-barbour_251015_2 .product_detail_price {
    --column: calc(10*100vw/402);
  }
  .lp-barbour_251015_2 .product_detail_btn {
    font-size: calc(15*100vw/402);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
- レイアウトのタイプ別設定 -
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_251015_2 .product_content[data-type="01"] {
  grid-template-columns: 54rem;
  grid-template-rows: 40rem;
}
.lp-barbour_251015_2 .product_content[data-type="01"] .product_image {
  grid-column: 1;
  grid-row: 1;
}
.lp-barbour_251015_2 .product_content[data-type="01"] .product_text {
  grid-column: 2;
  grid-row: 2;
}
.lp-barbour_251015_2 .product_content[data-type="02"] {
  grid-template-columns: 48rem;
  grid-template-rows: 40rem;
}
.lp-barbour_251015_2 .product_content[data-type="02"] .product_image {
  grid-column: 2;
  grid-row: 1;
}
.lp-barbour_251015_2 .product_content[data-type="02"] .product_text {
  grid-column: 1;
  grid-row: 2;
}
.lp-barbour_251015_2 .product_content[data-type="03"] {
  grid-template-columns: 48rem 6rem;
  grid-template-rows: 35rem 32.5rem;
}
.lp-barbour_251015_2 .product_content[data-type="03"] .product_image {
  grid-column: 1;
  grid-row: 2;
  width: 42rem;
}
.lp-barbour_251015_2 .product_content[data-type="03"] .product_image:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
  width: 36rem;
}
.lp-barbour_251015_2 .product_content[data-type="03"] .product_text {
  grid-column: 3;
  grid-row: 3;
}
.lp-barbour_251015_2 .product_content[data-type="04"] {
  grid-template-columns: 12rem 42rem;
  grid-template-rows: 35rem 32.5rem;
}
.lp-barbour_251015_2 .product_content[data-type="04"] .product_image {
  grid-column: 3;
  grid-row: 2;
  width: 42rem;
}
.lp-barbour_251015_2 .product_content[data-type="04"] .product_image:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
  width: 36rem;
}
.lp-barbour_251015_2 .product_content[data-type="04"] .product_text {
  grid-column: 1;
  grid-row: 3;
}
.lp-barbour_251015_2 .product01 {
  margin-top: 23.2rem;
}
.lp-barbour_251015_2 .product07 .product_wrapper {
  padding-bottom: 0;
}
.lp-barbour_251015_2 .product07 .product_content {
  padding-bottom: 38.2rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_251015_2 .product_content[data-type="03"] .product_image {
    width: calc(270*100vw/402);
  }
  .lp-barbour_251015_2 .product_content[data-type="03"] .product_image:nth-of-type(2) {
    width: calc(240*100vw/402);
    margin-left: auto;
    margin-top: calc(20*100vw/402);
  }
  .lp-barbour_251015_2 .product_content[data-type="04"] .product_image {
    width: calc(270*100vw/402);
  }
  .lp-barbour_251015_2 .product_content[data-type="04"] .product_image:nth-of-type(2) {
    width: calc(240*100vw/402);
    margin-left: auto;
    margin-top: calc(20*100vw/402);
  }
  .lp-barbour_251015_2 .product01 {
    margin-top: calc(540*100vw/402);
  }
  .lp-barbour_251015_2 .product07 .product_content {
    padding-bottom: calc(200*100vw/402);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
animation
///////////////////////////////////////////////////////////////////////////////////////
*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - プログレスバー
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_251015_2 .swiper-pagination {
  display: flex;
  font-size: 0;
  justify-content: center;
  top: calc(675*100vw/402);
  column-gap: calc(10*100vw/402);
  left: 50%;
  transform: translateX(-50%);
}
.lp-barbour_251015_2 .swiper-pagination-bullet {
  display: inline-block;
  width: fit-content;
  position: relative;
  border-radius: 0;
  width: calc(60*100vw/402);
  height: calc(2*100vw/402);
  background-color: RGBA(0, 0, 0, 0.3);
  opacity: 1;
  position: relative;
  right: initial;
}
.lp-barbour_251015_2 .swiper-pagination-bullet .bulletInner {
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  content: "";
  z-index: 100;
}
.lp-barbour_251015_2 .swiper-pagination-bullet-active .bulletInner {
  animation: progress 3s ease-in-out forwards;
}
@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
-  -
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_251015_2 .fixed_container {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: fit-content;
}
.lp-barbour_251015_2 .nav-link {
  --column: 3.5rem;
  margin-left: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: var(--font_weight-light);
  font-family: var(--font-barbour-sans);
  transition: all 0.2s;
  color: #ccc;
}
.lp-barbour_251015_2 .fixed_container ul {
  --row: 1.4rem;
  width: fit-content;
}
.lp-barbour_251015_2 .nav-link.active {
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp-barbour_251015_2 .fixed_container {
    top: calc(20*100vw/402);
    transform: translateY(0%);
    transition: transform .3s ease-in-out;
  }
  .lp-barbour_251015_2 .fixed_container.is-active {
    transform: translateY(60%);
  }
  .lp-barbour_251015_2 .nav-link {
    --column: calc(20*100vw/402);
    margin-left: calc(21*100vw/402);
    font-size: calc(13*100vw/402);
  }
  .lp-barbour_251015_2 .fixed_container ul {
    --row: calc(8*100vw/402);
  }
}
