@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.main_inner {
  overflow-x: hidden;
}
#breadcrumbs {
  width: 140rem;
  margin-inline: auto;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  ベーススタイル
///////////////////////////////////////////////////////////////////////////////////////
*/

.lp-barbour_241219 {
  --color-white: #fff;
  --color-black: #000;
  --color-brown: #c09a5d;
  --color-green: #305334;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-source: "source-han-sans-japanese", sans-serif;
  --font-en: var(--font-f37-ginger);
  --font-ja: var(--font-noto);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 900;
  --column_1: 1;
  --column_2: 2;
  --column_3: 3;
  --column_4: 4;
  font-feature-settings: "palt";
  overflow: clip;
}
.lp-barbour_241205_recommend {
  font-family: var(--font-noto);
  color: var(--color-black);
  font-weight: var(--fw-regular);
}

/* ●CSSで表示非表示を切り替える
.hidden-mobile
.hidden-desktop 
*/


/*
///////////////////////////////////////////////////////////////////////////////////////
  fv-section
///////////////////////////////////////////////////////////////////////////////////////
*/
.fv-section_img {
  width: 128rem;
  margin: 0 auto 3.3rem;
}
.fv-section_ttl {
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.4rem;
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
}
.fv-section_lead {
  font-size: 2rem;
  line-height: 1.7;
  text-align: justify;
  width: 75.5rem;
  margin: 0 auto 20rem;
  font-family: var(--font-ja);
  /* letter-spacing: 0.05em; */
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  item-section01
///////////////////////////////////////////////////////////////////////////////////////
*/
.item-section {
  width: 75rem;
  margin: 0 auto 20rem;
}
.item_img {
  width: 48.7rem;
  margin: 0 auto 3.1rem;
}
.item_flex {
  display: flex;
  justify-content: space-between;
}
.item_name {
  font-size: 1.6rem;
  line-height: 1.222;
  font-family: var(--font-ja);
}
.item_price {
  font-size: 1.8rem;
  line-height: 1.222;
  margin-bottom: 1.8rem;
  font-family: var(--font-ja);
  text-align: right;
}
.buy_button {
  width: 8rem;
  height: 2rem;
  background: var(--color-black);
  border: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  margin-left: auto;
  font-family: var(--font-ja);
}
.buy_button:hover {
  background: var(--color-white);
  color: #000;
}
.item-section.item-section06 {
  margin: 0 auto 20rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  bottom-section
///////////////////////////////////////////////////////////////////////////////////////
*/
.bottom-section {
  margin: 0 auto 40rem;
}
/* .bottom_img {
  width: 50rem;
  margin: 0 auto 3rem;
}
.bottom_lead {
  width: 70rem;
  margin: 0 auto 3rem;
  font-size: 2rem;
  line-height: 1.7;
  text-align: justify;
  font-family: var(--font-ja);
}
.bottom_logo {
  text-align: center;
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: var(--fw-bold);
} */
.all_item {
  width: 26.3rem;
  height: 2rem;
  margin: 0 auto 12.6rem;
  background: #000;
  color: #fff;
  border: solid 1px #000;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.all_item:hover {
  background: #fff;
  color: #000;
}
.bottom_attention {
  width: fit-content;
  margin: 0 auto 33.5rem;
  font-size: 1.8rem;
  line-height: 1.2222;
  position: relative;
  left: -4rem;
}



/*
///////////////////////////////////////////////////////////////////////////////////////
  slickページネーション
///////////////////////////////////////////////////////////////////////////////////////
*/
/* ページネーションの位置調整 */
.slick-dots {
  position: absolute;
  bottom: calc(-15 * (100vw / 1280));
  display: flex;
  justify-content: left;
  gap: calc(5 * (100vw / 1280));
  margin: 0;
}

.slick-dots li {
  margin: 0;
  width: fit-content;
  height: fit-content;
}

/* ドットの基本スタイル */
.slick-pagination-bullet {
  width: calc(45 * (100vw /1280));
  height: calc(3 * (100vw / 1280));
  background-color: #C6C6C6;
  position: relative;
  overflow: hidden;
  display: block;
}

/* アクティブドットのスタイル */
.slick-pagination-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #305334;
  animation: progress 4s linear forwards;
}

/* アニメーション */
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


/*
///////////////////////////////////////////////////////////////////////////////////////
  関連ページ
///////////////////////////////////////////////////////////////////////////////////////
*/
.btm_imgArea {
  width: 64rem;
  margin: 5rem auto 15rem;
}
.item_img.btm_img02 {
  margin-top: 3rem;
}
.btm_imgArea_ttl {
  font-size: 2rem;
  margin-bottom: 3.3rem;
  text-align: center;
}
/* SP */
@media screen and (max-width: 767px) {
  .btm_imgArea {
    width: calc(365 * (100vw / 390));
    margin: calc(61 * (100vw / 390)) auto calc(100 * (100vw / 390));
  }
  .item_img.btm_img02 {
    margin-top: calc(20 * (100vw / 390));
  }
  .btm_imgArea_ttl {
    font-size: calc(14 *(100vw / 390));
    margin-bottom: calc(22*(100vw / 390));
    text-align: center;
    letter-spacing: 0;
  }
}
  
/*
///////////////////////////////////////////////////////////////////////////////////////
  アニメーション
///////////////////////////////////////////////////////////////////////////////////////
*/

/* その場でフェード(js不使用) */
.fadein {
  opacity: 0;
  animation: fadein .7s ease forwards;
  animation-delay: 3.5s;
}
@keyframes fadein {
  100% {  opacity: 1;}
}

/* 下から上にフェードイン */
.jsFade {
  opacity: 0;
  transform: translateY(20px);
}
.jsFade.isActive {
  opacity: 1;
  transform: translateY(0px);
  transition: all .7s;
}
.jsFade.delay01.isActive {
  transition-delay: 0.5s;
}

/* 右方向からスライドイン */
.jsFade.slide_right {
  /* opacity: 1; */
  transform: translateX(20px);
}
.jsFade.slide_right.isActive {
  /* opacity: 1; */
  transform: translateX(0px);
  transition: all .7s;
}
.jsFade.slide_right.delay01.isActive {
  transition-delay: 1s;
}

/* 左方向からスライドイン */
.jsFade.slide_left {
  /* opacity: 1; */
  transform: translateX(-20px);
}
.jsFade.slide_left.isActive {
  /* opacity: 1; */
  transform: translateX(0px);
  transition: all .7s;
}
.jsFade.slide_left.delay01.isActive {
  transition-delay: 1s;
}

/* その場でフェード */
.jsFade.jsFade_spot {
  opacity: 0;
  transform: unset;
}
.jsFade.jsFade_spot.isActive {
  opacity: 1;
  transition: all .7s;
  transform: unset;
}
.jsFade.jsFade_spot.delay01.isActive {
  transition-delay: 0.5s;
}

/* .fadeInUp ---------------------------------------*/
.fadeInUp.active {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible ;
}

@keyframes fadeInUp{
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .fadeInUp_sp{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
  }
  .fadeInUp_sp.active {
    opacity: 1;
    visibility: visible;
  }

}


/*
///////////////////////////////////////////////////////////////////////////////////////
  SP
///////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {

/* ===============================================### 
スライド
###=============================================== */
/************** swiper **************/
/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp-barbour_241219 .swiper{
    position: relative;
  }
  .lp-barbour_241219 span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    position: relative;
  }
  .lp-barbour_241219 .swiper-pagination{
    bottom: calc(-20 * (100vw / 750));
  }

  .lp-barbour_241219 .swiper-pagination-bullet {
    width: calc(50 * (100vw / 750));
    height: calc(5* (100vw / 750));
    margin: 0 calc(5* (100vw / 750)) 0 0 !important;
    background-color: #C6C6C6;
  }


  /* mv_________________ */
  .lp-barbour_241219 .mv .swiper-container,
  .lp-barbour_241219 .mv .swiper-slide {
     height: calc(1000* (100vw / 750));
  }
  .lp-barbour_241219 .mv .swiper-slide > img {
     object-fit: cover; /* IE: not support */
     width: 100%;
     height: 100%;
  }
  .lp-barbour_241219 .swiper-slide > img {
    object-fit: cover; /* IE: not support */
    width: 100%;
    height: 100%;
  }
  .lp-barbour_241219 .mv .swiper-pagination {
    bottom: calc(-16*(100vw / 750));
  }
  .lp-barbour_241219 span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: calc(5* (100vw / 750));
    background-color: #305334;
    animation: progress 4.5s linear forwards;
  }
  @keyframes progress{
    0% {
      width: 0;
    }
    100% {
      width: calc(50 * (100vw / 750));
    }
  }
}

.fv-section_img {
  width: 100%;
  margin: 0 auto calc(34* (100vw /750));
}
.fv-section_ttl {
  font-size: calc(30* (100vw /750));
  margin-bottom: calc(28* (100vw /750));
}
.fv-section_lead {
  font-size: calc(24* (100vw /750));
  line-height: 1.666;
  width: calc(650* (100vw /750));
  margin: 0 auto calc(200* (100vw /750));
}
.item-section {
  width: calc(650* (100vw /750));
  margin: 0 auto calc(140* (100vw /750));
}
.item_img {
  width: 100%;
  margin: 0 auto calc(33* (100vw /750));
}
.item_name {
  font-size: calc(24* (100vw /750));
  line-height: 1.3;
}
.item_price {
  font-size: calc(24* (100vw /750));
  margin-bottom: calc(18* (100vw /750));
  text-align: right;
}
.buy_button {
  width: calc(200* (100vw /750));
  height: calc(50* (100vw /750));
  font-size: calc(24* (100vw /750));
}
.item-section.item-section06 {
  margin: 0 auto calc(140* (100vw /750));
}
.bottom-section {
  margin: 0 auto calc(250* (100vw /750));
}
/* .bottom_img {
  width: calc(500* (100vw /750));
  margin: 0 auto calc(30* (100vw /750));
}
.bottom_lead {
  width: calc(650* (100vw /750));
  margin: 0 auto calc(30* (100vw /750));
  font-size: calc(18* (100vw /750));
  line-height: 1.6666;
}
.bottom_logo {
  font-size: calc(26* (100vw /750));
} */

.all_item {
  width: calc(330* (100vw /750));
  height: calc(50* (100vw /750));
  margin: 0 auto calc(115* (100vw /750));
  font-size: calc(24* (100vw /750));
}
.bottom_attention {
  margin: 0 auto calc(272* (100vw /750));
  font-size: calc(22* (100vw /750));
  white-space: nowrap;
  left: calc(-38* (100vw /750));
}
.telflex {
  display: flex;
}


/* ページネーションの位置調整 */
.slick-dots {
  position: absolute;
  bottom: calc(-60 * (100vw / 750));
  display: flex;
  justify-content: left;
  gap: calc(5 * (100vw / 750));
  margin: 0;
}

.slick-dots li {
  margin: 0;
  margin-right: calc(15 * (100vw / 750));
  width: 20px;
  height: 20px;
}

/* ドットの基本スタイル */
.slick-pagination-bullet {
  width: calc(50 * (100vw / 750));
  height: calc(5 * (100vw / 750));
  background-color: #C6C6C6;
  position: relative;
  overflow: hidden;
  display: block;
}

/* アクティブドットのスタイル */
.slick-pagination-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #305334;
  animation: progress 4s linear forwards;
}

/* アニメーション */
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

}
