@charset "UTF-8";

@media screen and (min-width: 768px) and (max-width: 1440px) {
  :root {
    font-size: calc(10* (100vw / 1440));
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - custompropaty
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 {
  --color-white: #fff;
  --color-black: #000;
  --color-green: #113E1D;
  --font-jp: "ヒラギノ角ゴシック ProN W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", Meiryo, sans-serif;
  --font_weight-semibold: 600;
  overflow: clip;
  font-feature-settings: "pwid" 0;
  font-variant-east-asian: proportional-width;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 .common-position {
  position: absolute;
}
.lp-barbour_250829 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250829 .common-flex_row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250829 .common-flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250829 .common-flex_column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250829 .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_250829 .desktop-position {
    position: absolute;
  }
  .lp-barbour_250829 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .desktop-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .desktop-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .desktop-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .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_250829 .mobile-position {
    position: absolute;
  }
  .lp-barbour_250829 .mobile-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .mobile-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .mobile-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .mobile-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250829 .mobile-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - hero
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 .hero {
  position: relative;
  z-index: 2;
}
.lp-barbour_250829 .hero_inner {
  width: 144rem;
  margin: 0 auto;
}
.lp-barbour_250829 .hero_content {
  --row: 16rem;
}
.lp-barbour_250829 .hero_image {
  width: 100%;
}
.lp-barbour_250829 .hero_text {
  width: 96rem;
  margin: 0 auto;
  --row: 6rem;
  justify-content: center;
}
.lp-barbour_250829 .hero_text_title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250829 .hero_text_lead {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250829 .hero_inner {
    width: 100%;
  }
  .lp-barbour_250829 .hero_content {
    --row: calc(100*100vw/402);
  }
  .lp-barbour_250829 .hero_text {
    width: calc(360*100vw/402);
    --row: calc(60*100vw/402);
  }
  .lp-barbour_250829 .hero_text_title {
    font-size: calc(22*100vw/402);
    line-height: 1.7272727273;
  }
  .lp-barbour_250829 .hero_text_lead {
    font-size: calc(15*100vw/402);
    line-height: 2.2666666667;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 .product {
  position: relative;
  z-index: 2;
  margin-top: 16rem;
}
.lp-barbour_250829 .product_inner {
  width: 96rem;
  margin: 0 auto;
  --row: 8rem;
}
.lp-barbour_250829 .product_title {
  position: relative;
  display: flex;
  padding-left: 2rem;
  z-index: 2;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
  text-align: left;
}
.lp-barbour_250829 .product_title::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 3.8rem;
  left: 0;
  top: 0;
  background-color: var(--color-green);
  z-index: 2;
}
.lp-barbour_250829 .product_content:has(.product_lead) {
  --row: 2.4rem;
}
.lp-barbour_250829 .product_lead {
  font-size: 1.8rem;
  line-height: 2;
  /* letter-spacing: .01em; */
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250829 .product {
    margin-top: calc(124*100vw/402);
  }
  .lp-barbour_250829 .product_inner {
    width: 100%;
    --row: calc(80*100vw/402);
  }
  .lp-barbour_250829 .product_title {
    padding-left: 0;
    margin-bottom: calc(24*100vw/402);
    font-size: calc(17*100vw/402);
    line-height: 1.7647058824;
    text-align: center;
    justify-content: center;
  }
  .lp-barbour_250829 .product_title::before {
    width: calc(360*100vw/402);
    height: calc(2*100vw/402);
    top: calc(-26*100vw/402);
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-barbour_250829 .product_content:has(.product_lead) {
    --row: calc(24*100vw/402);
  }
  .lp-barbour_250829 .product_lead {
    width: calc(360*100vw/402);
    margin: 0 auto;
    font-size: calc(15*100vw/402);
    line-height: 2.2666666667;
    /* letter-spacing: 0; */
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product02
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 .product02 .product_wrapper02 {
  margin-top: 8rem;
}
.lp-barbour_250829 .product02 .product_wrapper03 {
  margin-top: 4rem;
}
.lp-barbour_250829 .product02 .product_image0201 {
  width: 72rem;
  margin: 0 auto;
}
.lp-barbour_250829 .product02 .product_image {
  --column: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250829 .product02 .product_wrapper02 {
    margin-top: calc(80*100vw/402);
  }
  .lp-barbour_250829 .product02 .product_wrapper03 {
    margin-top: calc(40*100vw/402);
  }
  .lp-barbour_250829 .product02 .product_image0201 {
    width: 100%;
  }
  .lp-barbour_250829 .product02 .product_image {
    --column: 0;
  }
  .lp-barbour_250829 .product02 .product_image0202,
  .lp-barbour_250829 .product02 .product_image0203,
  .lp-barbour_250829 .product03 .product_image0302,
  .lp-barbour_250829 .product03 .product_image0303 {
    width: calc(291*100vw/402);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product03
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 .product03 .product_wrapper02 {
  margin-top: 8rem;
}
.lp-barbour_250829 .product03 .product_wrapper03 {
  margin-top: 4rem;
}
.lp-barbour_250829 .product03 .product_wrapper04 {
  margin-top: 4rem;
}
.lp-barbour_250829 .product03 .product_wrapper05 {
  margin-top: 8rem;
}
.lp-barbour_250829 .product03 .product_image0301 {
  width: 72rem;
  margin: 0 auto;
}
.lp-barbour_250829 .product03 .product_image {
  --column: 4rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250829 .product03 .product_wrapper02 {
    margin-top: calc(80*100vw/402);
  }
  .lp-barbour_250829 .product03 .product_wrapper02 .product_lead {
    letter-spacing: 0.0032em;
  }
  .lp-barbour_250829 .product03 .product_wrapper03 {
    margin-top: calc(40*100vw/402);
  }
  .lp-barbour_250829 .product03 .product_wrapper04 {
    margin-top: calc(40*100vw/402);
  }
  .lp-barbour_250829 .product03 .product_wrapper05 {
    margin-top: calc(80*100vw/402);
  }
  .lp-barbour_250829 .product03 .product_image0301 {
    width: 100%;
  }
  .lp-barbour_250829 .product03 .product_image {
    --column: 0;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product04
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 .product04 .product_title {
  padding-left: 0;
  justify-content: center;
  text-align: center;
}
.lp-barbour_250829 .product04 .product_title::before {
  content: initial;
}
.lp-barbour_250829 .product04 .product_image0401 {
  width: 48rem;
  margin: 0 auto;
}
.lp-barbour_250829 .product04 .product_detail {
  width: 38.5rem;
  margin: 2.4rem auto 0;
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
.lp-barbour_250829 .product04 .product_detail > span {
  white-space: nowrap;
}
.lp-barbour_250829 .product04 .product_detail_price {
  margin: 0 1rem 0 3rem;
}
.lp-barbour_250829 .product04 .product_detail_btn {
  border-bottom: 2px solid var(--color-black);
}
.lp-barbour_250829 .product04 .product_wrapper02 {
  margin-top: 16rem;
  padding-left: 12rem;
  --column: 2.4rem;
}
.lp-barbour_250829 .product04 .product_image0402 {
  width: 36rem;
  flex-shrink: 0;
}
.lp-barbour_250829 .product04 .product_information {
  --row: 2.4rem;
}
.lp-barbour_250829 .product04 .product_information_title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
.lp-barbour_250829 .product04 .product_information_lead {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
.lp-barbour_250829 .product04 .product_information_lead span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
.lp-barbour_250829 .product04 .product_information_btn {
  width: fit-content;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
.lp-barbour_250829 .product04 .product_wrapper03 {
  margin-top: 8rem;
}
.lp-barbour_250829 .product04 .product_profile {
  padding: 2.5rem 2rem;
  border: 1px solid var(--color-black);
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: .004em;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
.lp-barbour_250829 .product04 .product_profile > a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.lp-barbour_250829 .product04 .product_link > a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  transition: .3s;
}
.lp-barbour_250829 .product04 .product_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.7rem;
  margin: 16rem auto 0;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  text-align: center;
  border: 1px solid var(--color-black);
}
.lp-barbour_250829 .product04 .product_link > a {
  width: 100%;
  height: 100%;
  padding: 1.65rem 0;
}
.lp-barbour_250829 .product04 .product_copy {
  margin: 16rem auto 18rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: var(--font_weight-semibold);
  font-family: var(--font-jp);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250829 .product04 .product_image0401 {
    width: calc(360*100vw/402);
  }
  .lp-barbour_250829 .product04 .product_detail {
    width: calc(360*100vw/402);
    margin-top: calc(24*100vw/402);
    font-size: calc(15*100vw/402);
    line-height: 1.3333333333;
  }
  .lp-barbour_250829 .product04 .product_detail_price {
    margin: 0 calc(10*100vw/402) 0 calc(30*100vw/402);
  }
  .lp-barbour_250829 .product04 .product_wrapper02 {
    margin-top: calc(100*100vw/402);
    padding-left: 0;
    --column: 0;
    --row: calc(24*100vw/402);
  }
  .lp-barbour_250829 .product04 .product_image0402 {
    width: calc(360*100vw/402);
    margin: 0 auto;
  }
  .lp-barbour_250829 .product04 .product_information {
    width: calc(360*100vw/402);
    margin: 0 auto;
    --row: calc(24*100vw/402);
  }
  .lp-barbour_250829 .product04 .product_information_title {
    font-size: calc(17*100vw/402);
    line-height: 1.7647058824;
  }
  .lp-barbour_250829 .product04 .product_information_lead {
    font-size: calc(15*100vw/402);
    line-height: 2;
  }
  .lp-barbour_250829 .product04 .product_information_lead span {
    font-size: calc(12*100vw/402);
    line-height: 2.5;
  }
  .lp-barbour_250829 .product04 .product_information_btn {
    font-size: calc(15*100vw/402);
  }
  .lp-barbour_250829 .product04 .product_wrapper03 {
    margin-top: calc(80*100vw/402);
  }
  .lp-barbour_250829 .product04 .product_profile {
    width: calc(360*100vw/402);
    margin: 0 auto;
    padding: calc(18*100vw/402) calc(20*100vw/402);
    font-size: calc(13*100vw/402);
    line-height: 2.6153846154;
    letter-spacing: .001em;
  }
  .lp-barbour_250829 .product04 .product_link {
    width: calc(360*100vw/402);
    margin-top: calc(80*100vw/402);
    font-size: calc(16*100vw/402);
    line-height: 1.875;
  }
  .lp-barbour_250829 .product04 .product_link > a {
    padding: calc(16.5*100vw/402) 0;
  }
  .lp-barbour_250829 .product04 .product_copy {
    width: calc(360*100vw/402);
    margin: calc(80*100vw/402) auto calc(140*100vw/402);
    font-size: calc(13*100vw/402);
    line-height: 2.6153846154;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - animation
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250829 .js-fade {
  opacity: 0;
  transform: translateY(20px);
}
.lp-barbour_250829 .js-fade.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.9s, transform 0.9s;
}
