@charset "UTF-8";
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - custompropaty
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 {
  --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_250516 .common-position {
  position: absolute;
}
.lp-barbour_250516 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250516 .common-flex_row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250516 .common-flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250516 .common-flex_column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp-barbour_250516 .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_250516 .desktop-position {
    position: absolute;
  }
  .lp-barbour_250516 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .desktop-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .desktop-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .desktop-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .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_250516 .mobile-position {
    position: absolute;
  }
  .lp-barbour_250516 .mobile-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .mobile-flex_row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .mobile-flex_row_reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .mobile-flex_column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp-barbour_250516 .mobile-flex_column_reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - hero
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .hero {
  width: var(--container-default);
  margin: 0 auto;
}
.lp-barbour_250516 .hero_inner {
  --row: 6rem;
}
.lp-barbour_250516 .hero_image {
  width: 100%;
}
.lp-barbour_250516 .hero_text {
  --row: 3rem;
  width: 96rem;
  margin: 0 auto;
}
.lp-barbour_250516 .hero_text_title {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250516 .hero_text_lead {
  font-size: 2rem;
  line-height: 1.63;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250516 .hero {
    width: calc(750*100vw/750);
  }
  .lp-barbour_250516 .hero_inner {
    --row: calc(60*100vw/750);
  }
  .lp-barbour_250516 .hero_text {
    --row: calc(30*100vw/750);
    width: calc(650*100vw/750);
  }
  .lp-barbour_250516 .hero_text_title {
    font-size: calc(28*100vw/750);
  }
  .lp-barbour_250516 .hero_text_lead {
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .product_inner {
  position: relative;
  z-index: 2;
  width: min(100%, 960px);
  margin: 0 auto;
}
.lp-barbour_250516 .product_color {
  top: 1rem;
  left: 17.7rem;
  font-size: 3.2rem;
  line-height: 1.0625;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-noto);
}
.lp-barbour_250516 .product_text {
  width: min(100%, 800px);
  margin: 0 auto;
  --row: 1.3rem;
}
.lp-barbour_250516 .product_text_title {
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: .15em;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-f37-ginger);
  text-align: center;
}
.lp-barbour_250516 .product_text_lead {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
}
.lp-barbour_250516 .product_wrapper {
  margin-top: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
  --row: 3.2rem;
  --column: 3rem;
}
.lp-barbour_250516 .product_detail {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: -.05em;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250516 .product_detail span {
  display: block;
}
.lp-barbour_250516 .product_btn {
  width: fit-content;
  margin: 6.2rem auto 0;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: var(--font_weight-bold);
  font-family: var(--font-noto);
  color: var(--color-white);
  border-radius: 30px;
}
.lp-barbour_250516 .product_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6.2rem;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250516 .product_inner {
    width: calc(650*100vw/750);
  }
  .lp-barbour_250516 .product_color {
    top: calc(10*100vw/750);
    left: calc(0*100vw/750);
    font-size: calc(32*100vw/750);
  }
  .lp-barbour_250516 .product_text {
    width: calc(650*100vw/750);
    --row: calc(13*100vw/750);
  }
  .lp-barbour_250516 .product_text_title {
    font-size: calc(52*100vw/750);
  }
  .lp-barbour_250516 .product_text_lead {
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
  }
  .lp-barbour_250516 .product_wrapper {
    margin-top: calc(15*100vw/750);
    grid-template-columns: repeat(2, 1fr);
    --row: calc(32*100vw/750);
    --column: calc(30*100vw/750);
  }
  .lp-barbour_250516 .product_detail {
    margin-top: calc(15*100vw/750);
    font-size: calc(18*100vw/750);
    line-height: 1.3333333333;
  }
  .lp-barbour_250516 .product_btn {
    margin-top: calc(62*100vw/750);
    font-size: calc(24*100vw/750);
    border-radius: 30px;
  }
  .lp-barbour_250516 .product_btn > a {
    width: calc(300*100vw/750);
    height: calc(62*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product01
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .product01 {
  margin-top: 18.3rem;
}
.lp-barbour_250516 .product01 .product_btn {
  background-color: var(--color-pink);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250516 .product01 {
    margin-top: calc(184*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product02
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .product02 {
  margin-top: 17.4rem;
}
.lp-barbour_250516 .product02 .product_btn {
  background-color: var(--color-yellow);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250516 .product02 {
    margin-top: calc(174*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product03
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .product03 {
  margin-top: 17.4rem;
}
.lp-barbour_250516 .product03 .product_btn {
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
    .lp-barbour_250516 .product03 {
    margin-top: calc(174*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - product04
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .product04 {
  margin-top: 17.4rem;
}
.lp-barbour_250516 .product04 .product_btn {
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
    .lp-barbour_250516 .product04 {
    margin-top: calc(174*100vw/750);
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - closing
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .closing_text {
  width: min(100%, 960px);
  margin: 16rem auto 51.6rem;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
}
@media screen and (max-width: 767px) {
  .lp-barbour_250516 .closing_text {
    width: calc(650*100vw/750);
    margin: calc(160*100vw/750) auto calc(410*100vw/750);
    font-size: calc(22*100vw/750);
    line-height: 1.6363636364;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
setting - animation
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250516 .js-fadeImage {
  opacity: 0;
  transform: translateY(5%);
}
.lp-barbour_250516 .js-fadeImage.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
