@charset "UTF-8";
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - custompropaty
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 {
  --color-white: #fff;
  --color-black: #000;
  --color-pink: #FE97B3;
  --color-yellow: #DED014;
  --color-blue: #7BA6DD;
  --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 - 
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .common-position {
  position: absolute;
}
.lp-barbour_250523 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250523 .common-flex_row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250523 .common-flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250523 .common-flex_column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250523 .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_250523 .desktop-position {
    position: absolute;
  }
  .lp-barbour_250523 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .desktop-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .desktop-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .desktop-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .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_250523 .mobile-position {
    position: absolute;
  }
  .lp-barbour_250523 .mobile-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .mobile-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .mobile-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .mobile-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250523 .mobile-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - hero
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .hero {
  position: relative;
  z-index: 2;
}
.lp-barbour_250523 .hero_inner {
  width: var(--container-default);
  margin: 0 auto;
}
.lp-barbour_250523 .hero_content {
  --row: 6rem;
}
.lp-barbour_250523 .hero_image {
  width: 100%;
}
.lp-barbour_250523 .hero_text {
  width: 80rem;
  margin: 0 auto;
  --row: 5rem;
}
.lp-barbour_250523 .hero_text_title {
  width: fit-content;
  margin: 0 auto;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-noto);
  color: var(--color-black);
}
.lp-barbour_250523 .hero_text_lead {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .hero_inner {
    width: calc(750*100vw/750);
  }
  .lp-barbour_250523 .hero_content {
    --row: calc(60*100vw/750);
  }
  .lp-barbour_250523 .hero_text {
    width: calc(650*100vw/750);
    --row: calc(50*100vw/750);
  }
  .lp-barbour_250523 .hero_text_title {
    font-size: calc(28*100vw/750);
  }
  .lp-barbour_250523 .hero_text_lead {
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .product {
  position: relative;
  z-index: 2;
}
.lp-barbour_250523 .product_inner {
  width: 96rem;
  margin: 0 auto;
}
.lp-barbour_250523 .product_content {
  position: relative;
  z-index: 2;
  width: fit-content;
  height: fit-content;
}
.lp-barbour_250523 .product_lead {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
}
.lp-barbour_250523 .product_detail {
  align-items: center;
  justify-content: center;
  --column: 1rem;
  margin-top: 5.2rem;
}
.lp-barbour_250523 .product_detail_text {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
}
.lp-barbour_250523 .product_detail_btn {
  width: fit-content;
  height: fit-content;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  line-height: .4;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-white);
  background-color: var(--color-black);
}
.lp-barbour_250523 .product_detail_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 3rem;
}
.lp-barbour_250523 .product_content:has(.product_slider) {
  overflow: hidden;
}
.lp-barbour_250523 .js-sliderImageNumber02 {
  width: 64rem;
  /* overflow: hidden; */
}
.lp-barbour_250523 .js-sliderImageNumber03 {
  width: 96rem;
  /* overflow: hidden; */
}
.lp-barbour_250523 .js-sliderImageNumber02 .product_image {
  margin-right: 4rem;
}
.lp-barbour_250523 .js-sliderImageNumber03 .product_image {
  margin-right: 3rem;
}
.lp-barbour_250523 .product_title {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250523 .product_btn {
  width: fit-content;
  height: fit-content;
  margin: 14rem auto 40rem;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-white);
  background-color: var(--color-black);
}
.lp-barbour_250523 .product_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 4rem;
}
.lp-barbour_250523 .product_image0101 {width: 88rem}
.lp-barbour_250523 .product_image0102 {width: 46rem}
.lp-barbour_250523 .product_image0103 {width: 46rem}
.lp-barbour_250523 .product_image0104 {width: 30rem}
.lp-barbour_250523 .product_image0105 {width: 30rem}
.lp-barbour_250523 .product_image0106 {width: 30rem}
.lp-barbour_250523 .product_image0107 {width: 30rem}
.lp-barbour_250523 .product_image0108 {width: 30rem}
.lp-barbour_250523 .product_image0109 {width: 30rem}
.lp-barbour_250523 .product_image0110 {width: 30rem}
.lp-barbour_250523 .product_image0111 {width: 30rem}
.lp-barbour_250523 .product_image0112 {width: 30rem}
.lp-barbour_250523 .product_image0113 {width: 30rem}
.lp-barbour_250523 .product_image0114 {width: 30rem}
.lp-barbour_250523 .product_image0115 {width: 30rem}
.lp-barbour_250523 .product_image0201 {width: 88rem}
.lp-barbour_250523 .product_image0202 {width: 30rem}
.lp-barbour_250523 .product_image0203 {width: 30rem}
.lp-barbour_250523 .product_image0204 {width: 30rem}
.lp-barbour_250523 .product_image0205 {width: 30rem}
.lp-barbour_250523 .product_image0206 {width: 30rem}
.lp-barbour_250523 .product_image0301 {width: 64rem}
.lp-barbour_250523 .product_image0302 {width: 46rem}
.lp-barbour_250523 .product_image0303 {width: 46rem}
.lp-barbour_250523 .product_image0304 {width: 30rem}
.lp-barbour_250523 .product_image0305 {width: 30rem}
.lp-barbour_250523 .product_image0306 {width: 30rem}
.lp-barbour_250523 .product_image0307 {width: 30rem}
.lp-barbour_250523 .product_image0308 {width: 30rem}
.lp-barbour_250523 .product_image0309 {width: 30rem}
.lp-barbour_250523 .product_image0310 {width: 30rem}
.lp-barbour_250523 .product_image0311 {width: 30rem}
.lp-barbour_250523 .product_image0312 {width: 30rem}
.lp-barbour_250523 .product_image0313 {width: 30rem}
.lp-barbour_250523 .product_image0314 {width: 30rem}
.lp-barbour_250523 .product_image0315 {width: 30rem}
.lp-barbour_250523 .product_image0401 {width: 46rem}
.lp-barbour_250523 .product_image0402 {width: 46rem}
.lp-barbour_250523 .product_image0403 {width: 87.9rem}
.lp-barbour_250523 .product_image0404 {width: 30rem}
.lp-barbour_250523 .product_image0405 {width: 30rem}
.lp-barbour_250523 .product_image0406 {width: 30rem}
.lp-barbour_250523 .product_image0407 {width: 30rem}
.lp-barbour_250523 .product_image0408 {width: 30rem}
.lp-barbour_250523 .product_image0409 {width: 30rem}
.lp-barbour_250523 .product_image0501 {width: 64rem}
.lp-barbour_250523 .product_image0502 {width: 46.2rem}
.lp-barbour_250523 .product_image0503 {width: 46rem}
.lp-barbour_250523 .product_image0504 {width: 41.9rem}
.lp-barbour_250523 .product_image0505 {width: 30rem}
.lp-barbour_250523 .product_image0506 {width: 30rem}
.lp-barbour_250523 .product_image0507 {width: 30rem}
.lp-barbour_250523 .product_image0508 {width: 30rem}
.lp-barbour_250523 .product_image0509 {width: 30rem}
.lp-barbour_250523 .product_image0510 {width: 30rem}
.lp-barbour_250523 .product_image0511 {width: 30rem}
.lp-barbour_250523 .product_image0512 {width: 30rem}
.lp-barbour_250523 .product_image0513 {width: 30rem}
.lp-barbour_250523 .product_image0514 {width: 30rem}
.lp-barbour_250523 .product_image0515 {width: 30rem}
.lp-barbour_250523 .product_image0516 {width: 30rem}
.lp-barbour_250523 .product_image0601 {width: 30rem}
.lp-barbour_250523 .product_image0602 {width: 30rem}
.lp-barbour_250523 .product_image0603 {width: 30rem}
.lp-barbour_250523 .product_image0604 {width: 30rem}
.lp-barbour_250523 .product_image0605 {width: 30rem}
.lp-barbour_250523 .product_image0606 {width: 30rem}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .product_inner {
    width: calc(750*100vw/750);
  }
  .lp-barbour_250523 .product_lead {
    font-size: calc(22*100vw/750);
    line-height: 1.5454545455;
  }
  .lp-barbour_250523 .product_detail {
    --column: calc(0*100vw/750);
    margin-top: calc(52*100vw/750);
  }
  .lp-barbour_250523 .product_detail_text {
    font-size: calc(18*100vw/750);
  }
  .lp-barbour_250523 .product_detail_btn {
    font-size: calc(18*100vw/750);
  }
  .lp-barbour_250523 .product_detail_btn a {
    width: calc(120*100vw/750);
    height: calc(30*100vw/750);
  }
  .lp-barbour_250523 .js-sliderImageNumber02 {
    width: calc(600*100vw/750);
    margin: 0 auto;
  }
  .lp-barbour_250523 .js-sliderImageNumber03 {
    width: calc(750*100vw/750);
  }
  .lp-barbour_250523 .js-sliderImageNumber02 .product_image {
    margin: 0 calc(15*100vw/750) 0;
  }
  .lp-barbour_250523 .js-sliderImageNumber03 .product_image {
    margin: 0 calc(15*100vw/750) 0;
  }
  .lp-barbour_250523 .product_title {
    font-size: calc(28*100vw/750);
  }
  .lp-barbour_250523 .product_btn {
    margin: calc(140*100vw/750) auto calc(400*100vw/750);
    font-size: calc(20*100vw/750);
  }
  .lp-barbour_250523 .product_btn > a {
    width: calc(400*100vw/750);
    height: calc(40*100vw/750);
  }
  .lp-barbour_250523 .product_image0101 {width: calc(750*100vw/750);}
  .lp-barbour_250523 .product_image0102 {width: calc(450*100vw/750)}
  .lp-barbour_250523 .product_image0103 {width: calc(450*100vw/750)}
  .lp-barbour_250523 .product_image0104 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0105 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0106 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0107 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0108 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0109 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0110 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0111 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0112 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0113 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0114 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0115 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0201 {width: calc(750*100vw/750);}
  .lp-barbour_250523 .product_image0202 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0203 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0204 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0205 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0206 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0301 {width: calc(650*100vw/750)}
  .lp-barbour_250523 .product_image0302 {width: calc(360*100vw/750)}
  .lp-barbour_250523 .product_image0303 {width: calc(375*100vw/750)}
  .lp-barbour_250523 .product_image0304 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0305 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0306 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0307 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0308 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0309 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0310 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0311 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0312 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0313 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0314 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0315 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0401 {width: calc(375*100vw/750)}
  .lp-barbour_250523 .product_image0402 {width: calc(325*100vw/750)}
  .lp-barbour_250523 .product_image0403 {width: calc(750*100vw/750)}
  .lp-barbour_250523 .product_image0404 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0405 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0406 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0407 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0408 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0409 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0501 {width: calc(650*100vw/750)}
  .lp-barbour_250523 .product_image0502 {width: calc(360*100vw/750)}
  .lp-barbour_250523 .product_image0503 {width: calc(450*100vw/750)}
  .lp-barbour_250523 .product_image0504 {width: calc(450*100vw/750)}
  .lp-barbour_250523 .product_image0505 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0506 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0507 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0508 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0509 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0510 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0511 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0512 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0513 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0514 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0515 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0516 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0601 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0602 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0603 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0604 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0605 {width: calc(270*100vw/750)}
  .lp-barbour_250523 .product_image0606 {width: calc(270*100vw/750)}
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product01
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .product01 {
  margin-top: 14rem;
}
.lp-barbour_250523 .product01 .product_content01 {
  margin-left: auto;
}
.lp-barbour_250523 .product01 .product_content02 {
  margin-top: 3rem;
  grid-template-columns: 50rem;
  grid-template-rows: 24.8rem 61.3rem;
}
.lp-barbour_250523 .product01 .product_image0102 {
  grid-row: 1;
  grid-column: 1;
}
.lp-barbour_250523 .product01 .product_image0103 {
  grid-row: 2;
  grid-column: 2;
}
.lp-barbour_250523 .product01 .product_lead {
  width: 46rem;
  grid-row: 1;
  grid-column: 2;
}
.lp-barbour_250523 .product01 .product_content03 {
  margin: 3.0rem auto 0;
}
.lp-barbour_250523 .product01 .product_content04 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .lp-barbour_250523 .product01 .product_lead {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .product01 {
    margin-top: calc(150*100vw/750);
  }
  .lp-barbour_250523 .product01 .product_content01 {
    margin: 0 auto;
  }
  .lp-barbour_250523 .product01 .product_content02 {
    width: calc(650*100vw/750);
    margin: calc(30*100vw/750) auto 0;
  }
  .lp-barbour_250523 .product01 .product_image0103 {
    margin-left: auto;
  }
  .lp-barbour_250523 .product01 .product_lead {
    width: calc(650*100vw/750);
    margin: calc(25*100vw/750) 0 calc(35*100vw/750);
  }
  .lp-barbour_250523 .product01 .product_content03 {
    margin: calc(30*100vw/750) auto 0;
  }
  .lp-barbour_250523 .product01 .product_content04 {
    margin: calc(60*100vw/750) auto 0;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product02
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .product02 {
  margin-top: 14rem;
}
.lp-barbour_250523 .product02 .product_content01 {
  width: 88rem;
  margin: 0 auto;
}
.lp-barbour_250523 .product02 .product_lead {
  margin-top: 2rem;
}
.lp-barbour_250523 .product02 .product_content02 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .product02 {
    margin-top: calc(140*100vw/750);
  }
  .lp-barbour_250523 .product02 .product_content01 {
    width: calc(750*100vw/750);
  }
  .lp-barbour_250523 .product02 .product_lead {
    width: calc(650*100vw/750);
    margin: calc(20*100vw/750) auto 0;
  }
  .lp-barbour_250523 .product02 .product_content02 {
    margin-top: calc(40*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product03
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .product03 {
  margin-top: 12.6rem;
}
.lp-barbour_250523 .product03 .product_content01 {
  margin: 0 auto;
}
.lp-barbour_250523 .product03 .product_content02 {
  margin-top: 3rem;
  grid-template-columns: 50rem;
  grid-template-rows: 30.7rem 61.3rem;
}
.lp-barbour_250523 .product03 .product_image0302 {
  grid-row: 1;
  grid-column: 1;
}
.lp-barbour_250523 .product03 .product_image0303 {
  grid-row: 2;
  grid-column: 2;
}
.lp-barbour_250523 .product03 .product_lead {
  width: 46rem;
  grid-row: 1;
  grid-column: 2;
  margin-top: -1rem;
}
.lp-barbour_250523 .product03 .product_content03 {
  margin: 3rem auto 0;
}
.lp-barbour_250523 .product03 .product_content04 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .product03 {
    margin-top: calc(140*100vw/750);
  }
  .lp-barbour_250523 .product03 .product_content02 {
    margin-top: calc(40*100vw/750);
    grid-template-columns: calc(375*100vw/750);
    grid-template-rows: calc(130*100vw/750);
  }
  .lp-barbour_250523 .product03 .product_image0302 {
    grid-row: 1;
    grid-column: 1;
  }
  .lp-barbour_250523 .product03 .product_image0303 {
    grid-row: 2;
    grid-column: 2;
  }
  .lp-barbour_250523 .product03 .product_lead {
    width: calc(650*100vw/750);
    margin: calc(20*100vw/750) auto 0;
  }
  .lp-barbour_250523 .product03 .product_content03 {
    margin-top: calc(30*100vw/750);
  }
  .lp-barbour_250523 .product03 .product_content04 {
    margin-top: calc(60*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product04
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .product04 {
  margin-top: 9.5rem;
}
.lp-barbour_250523 .product04 .product_content01 {
  grid-template-columns: 50rem;
  grid-template-rows: 30.7rem 32.6rem 15.7rem;
}
.lp-barbour_250523 .product04 .product_image0401 {
  grid-row: 1;
  grid-column: 1;
}
.lp-barbour_250523 .product04 .product_image0402 {
  grid-row: 2/5;
  grid-column: 2;
}
.lp-barbour_250523 .product04 .product_lead {
  width: 46rem;
  grid-row: 3/4;
  grid-column: 1;
}
.lp-barbour_250523 .product04 .product_content02 {
  margin: 3rem auto 0;
}
.lp-barbour_250523 .product04 .product_content03 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .product04 {
    margin-top: calc(140*100vw/750);
  }
  .lp-barbour_250523 .product04 .product_content01 {
    grid-template-columns: calc(390*100vw/750);
    grid-template-rows: calc(130*100vw/750);
  }
  .lp-barbour_250523 .product04 .product_image0401 {
    grid-row: 1;
    grid-column: 1;
  }
  .lp-barbour_250523 .product04 .product_image0402 {
    grid-row: 2/5;
    grid-column: 2;
  }
  .lp-barbour_250523 .product04 .product_lead {
    width: calc(650*100vw/750);
    margin: 0 auto calc(35*100vw/750);
  }
  .lp-barbour_250523 .product04 .product_content02 {
    margin-top: calc(25*100vw/750);
  }
  .lp-barbour_250523 .product04 .product_content03 {
    margin-top: calc(30*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product05
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .product05 {
  margin-top: 14rem;
}
.lp-barbour_250523 .product05 .product_content01 {
  margin: 0 auto;
}
.lp-barbour_250523 .product05 .product_content02 {
  margin-top: 3.0rem;
  grid-template-columns: 50.0rem;
  grid-template-rows: 30.9rem 32.8rem 16.6rem;
}
.lp-barbour_250523 .product05 .product_image0502 {
  grid-column: 2;
  grid-row: 1;
}
.lp-barbour_250523 .product05 .product_image0503 {
  grid-column: 1;
  grid-row: 2;
}
.lp-barbour_250523 .product05 .product_image0504 {
  grid-column: 2;
  grid-row: 4;
}
.lp-barbour_250523 .product05 .product_lead {
  grid-column: 2;
  grid-row: 3;
}
.lp-barbour_250523 .product05 .product_content03 {
  margin: 3.0rem auto 0;
}
.lp-barbour_250523 .product05 .product_content04 {
  margin-top: 6.0rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .product05 {
    margin-top: calc(140*100vw/750);
  }
  .lp-barbour_250523 .product05 .product_content02 {
    margin-top: calc(30*100vw/750);
    grid-template-columns: calc(50*100vw/750) calc(100*100vw/750) calc(240*100vw/750);
    grid-template-rows: calc(180*100vw/750) calc(620*100vw/750) calc(170*100vw/750) calc(600*100vw/750);
  }
  .lp-barbour_250523 .product05 .product_image0502 {
    grid-column: 4;
    grid-row: 1;
    z-index: 5;
  }
  .lp-barbour_250523 .product05 .product_image0503 {
    grid-column: 1;
    grid-row: 2;
  }
  .lp-barbour_250523 .product05 .product_image0504 {
    grid-column: 3;
    grid-row: 4;
  }
  .lp-barbour_250523 .product05 .product_lead {
    width: calc(650*100vw/750);
    grid-column: 2;
    grid-row: 3;
  }
  .lp-barbour_250523 .product05 .product_content03 {
    margin: calc(30*100vw/750) auto 0;
  }
  .lp-barbour_250523 .product05 .product_content04 {
    margin-top: calc(60*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product06
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .product06 {
  margin-top: 14.0rem;
}
.lp-barbour_250523 .product06 .product_content {
  margin: 6.0rem auto 0;
  --column: 4.0rem;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-barbour_250523 .product06 .product_content01 {
  margin-top: 3.0rem;
}
.lp-barbour_250523 .product06 .product_detail {
  margin-top: 2.0rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .product06 {
    margin-top: calc(140*100vw/750);
  }
  .lp-barbour_250523 .product06 .product_content {
    margin: calc(30*100vw/750);
    --column: calc(30*100vw/750);
  }
  .lp-barbour_250523 .product06 .product_content01 {
    margin-top: calc(60*100vw/750);
  }
  .lp-barbour_250523 .product06 .product_detail {
    margin-top: calc(15*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - slick
///////////////////////////////////////////////////////////////////////////////////////
*/
/* .lp-barbour_250523 .slick-dots {
  position: absolute;
  bottom: max(-30*100vw/1400, -30px);
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
.lp-barbour_250523 .slick-dots li {
  position: relative;
  display: inline-block;
  width: .6rem;
  height: .6rem;
  margin: 0 1.0rem;
  padding: 0;
  cursor: pointer;
}
.lp-barbour_250523 .slick-dots li button {
  font-size: 0;
  width: .6rem;
  height: .6rem;
  border-radius: calc(5*100vw/750);
  border: 1px solid #000;
  padding: 0;
  cursor: pointer;
}
.lp-barbour_250523 .slick-dots li button:before {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: .6rem;
  height: .6rem;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
}
.lp-barbour_250523 .slick-dots .slick-active button:before {
  background-color: var(--color-black);
  opacity: 1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250523 .slick-dots {
    bottom: calc(-27*100vw/750);
  }
  .lp-barbour_250523 .slick-dots li {
    width: calc(8*100vw/750);
    height: calc(8*100vw/750);
    margin: 0 calc(9*100vw/750);
  }
  .lp-barbour_250523 .slick-dots li button:before {
    width: calc(8*100vw/750);
    height: calc(8*100vw/750);
  }
  .lp-barbour_250523 .slick-dots li button {
    width: calc(8*100vw/750);
    height: calc(8*100vw/750);
    border-radius: calc(5*100vw/750);
    border: 1px solid #000;
  }
} */
/*
///////////////////////////////////////////////////////////////////////////////////////
swiper
///////////////////////////////////////////////////////////////////////////////////////
*/
.swiper {
  width: 100%;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
}
.swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
}
.swiper-slide.swiper-slide-active {
  margin-top: 0;
}
.swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: -3rem;
}
.swiper-pagination-bullet {
  width: .8rem;
  height: .8rem;
  border-radius: 100%;
  background: gray;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-black);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .9rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination.swiper-pagination-bullets {
    bottom: calc(-30*100vw/750);
  }
  .swiper-pagination-bullet {
    width: calc(6*100vw/750);
    height: calc(6*100vw/750);
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(10*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - animation
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250523 .js-fadeImage {
  opacity: 0;
  transform: translateY(5%);
}
.lp-barbour_250523 .js-fadeImage.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
