@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_241205_recommend {
  --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: 94.2rem;
  margin: 0 auto 3.6rem;
  position: relative;
}
.fv-section_ttl {
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.3rem;
  font-weight: var(--fw-black);
}
.fv-section_lead {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  width: 69.8rem;
  margin: 0 auto 9.5rem;
  /* letter-spacing: 0.05em; */
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  item01
///////////////////////////////////////////////////////////////////////////////////////
*/
.item01 {

}
.item_area {
  margin: 0 auto 10rem;
  width: 85rem;
  background-color: var(--color-green);
  border: solid 5px var(--color-brown);
  border-radius: 30px;
  padding: 2.8rem 0 6rem;
}
.flex_b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_area_top {
  width: 77.8rem;
  align-items: center;
  margin: 0 auto 8.2rem;
}
.item_area_top .item_area_top_left , .item_area_top .item_area_top_right {
  font-size: 1.3rem;
  font-family: var(--font-f37-ginger);
  font-weight: var(--fw-black);
  color: #fff;
  line-height: 1;
}
.item_area_top .item_area_top_middle {
  font-size: 1.8rem;
  font-family: var(--font-f37-ginger);
  font-weight: var(--fw-black);
  color: #fff;
  line-height: 1;
} 
.item_ttl {
  font-size: 2rem;
  font-weight: var(--fw-black);
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.item_sub_ttl {
  font-size: 1.5rem;
  font-weight: var(--fw-black);
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 4.5rem;
}
.item_img {
  width: 50rem;
  margin: 0 auto 4.7rem;
}
.item_area_detail {
  width: 70rem;
  margin: 0 auto;
}
.item_area_detail_left {margin-top: 0.4rem;}
.item_variation_flex {
  display: flex;
}
.item_variation_flex.align_center {
  align-items: center;
}
.com_mb {
  margin-bottom: 2.3rem;
}
.value_item {
  width: 8rem;
  font-size: 1.2rem;
  font-family: var(--font-f37-ginger);
  color: #fff;
  letter-spacing: 0.05em;
}
.value_item_detail {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: var(--font-f37-ginger);
  font-weight: var(--fw-black);
}
.color_flex {
  display: flex;
  width: 11rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.color_value {
  width: 2rem;
  height: 2rem;
  border: solid 1px #fff;
  border-radius: 100%;
}
.color_value.--gray {
  background: #444444;
}
.color_value.--green {
  background: #178016;
}
.color_value.--mos_green {
  background: #546c33;
}
.color_value.--yellow {
  background: #e1dca0;
}
.color_value.--blue {
  background: #0e31ed;
}
.color_value.--navy {
  background: #000080;
}
.color_value.--mid_navy {
  background: #010434;
}
.color_value.--black {
  background: #000;
}
.color_value.--ash_gray {
  background: #2a2e39;
}
.color_value.--orange {
  background: #cb8724;
}
.color_value.--red {
  background: #f12502;
}
.color_value.--brown {
  background: #814517;
}
.color_value.--light_blue {
  background: #80c2ed;
}
.price_flex {
  width: 17rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buy_button {
  width: 8rem;
  height: 2rem;
  background: #fff;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-family: var(--font-f37-ginger);
  font-weight: var(--fw-black);
  letter-spacing: 0.05em;
  color: var(--color-green);
}
.buy_button:hover {
  background: var(--color-green);
  color: #fff;
}
.item_area_detail_right {
  width: 40rem;
}
.item_detail_lead {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #fff;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  pickup_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.pickup_area {

}
.pickup_area01 {
  margin-bottom: 6rem;
  margin-top: 14.4rem;
}
.pickup_area02 {
  /* margin-bottom: 15.3rem; */
}
.btm_imgArea {
  width: 64rem;
  margin: 5rem auto 15rem;
}
.item_img.img10 {
  margin-top: 3rem;
}
.btm_imgArea_ttl {
  font-size: 2rem;
  margin-bottom: 3.3rem;
  text-align: center;
}
.pickup_area_ttl {
  font-size: 4.8rem;
  font-family: var(--font-f37-ginger);
  color: var(--color-green);
  text-align: center;
  font-weight: var(--fw-black);
  margin-bottom: 4.5rem;
  letter-spacing: 0.13em;
}
.pickup_area_sub_ttl01 {
  font-family: var(--font-f37-ginger);
  color: var(--color-green);
  text-align: center;
  font-size: 2.5rem;
  font-weight: var(--fw-black);
  margin-bottom: 2rem;
}
.pickup_area_sub_ttl02 {
  color: var(--color-green);
  text-align: center;
  font-size: 2rem;
  font-weight: var(--fw-black);
  letter-spacing: 0.07em;
  margin-bottom: 3rem;
}
.pickup_area_img {
  width: 60rem;
  margin: 0 auto 2.3rem;
}
.pickup_area_lead {
  width: 70rem;
  margin: 0 auto;
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  line-height: 1.75;
}
.pickup_area_attention {
  width: 70rem;
  margin: 1rem auto 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}


/*
///////////////////////////////////////////////////////////////////////////////////////
  アニメーション
///////////////////////////////////////////////////////////////////////////////////////
*/

/* その場でフェード(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;
}


/* SP */
@media screen and (max-width: 767px) {
.fv-section_img {
  width: 100%;
  margin: 0 auto 0;
}
.fv-section_ttl {
  font-size: calc(40* (100vw /750));
  margin-bottom: calc(45* (100vw /750));
  line-height: 1.5;
}
.fv-section_lead {
  font-size: calc(22* (100vw /750));
  line-height: 1.90;
  width: calc(670* (100vw /750));
  margin: 0 auto calc(85* (100vw /750));
}
.item_area {
  margin: 0 auto calc(46* (100vw /750));
  width: calc(700* (100vw /750));
  border-radius: 15px;
  padding: calc(25* (100vw /750)) 0 calc(35* (100vw /750));
}
.item_area_top {
  width: calc(600* (100vw /750));
  margin: 0 auto calc(57* (100vw /750));
}
.item_area_top .item_area_top_left, .item_area_top .item_area_top_right {
  font-size: calc(18* (100vw /750));
}
.item_area_top .item_area_top_middle {
  font-size: calc(23* (100vw /750));
  line-height: 1;
}
.item_ttl {
  font-size: calc(30* (100vw /750));
  margin-bottom: calc(23* (100vw /750));
  line-height: 1.3333;
}
.item_sub_ttl {
  font-size: calc(23* (100vw /750));
  margin-bottom: calc(35* (100vw /750));
}
.item_detail_lead {
  font-size: calc(23* (100vw /750));
  line-height: 1.869;
}
.item_img {
  width: calc(630* (100vw /750));
  margin: 0 auto calc(26* (100vw /750));
}
.item_area_detail {
  width: calc(630* (100vw /750));
}
.item_area_detail_left {
  margin-top: calc(45* (100vw /750));
  width: 100%;
  order: 2;
}
.value_item {
  width: calc(132* (100vw /750));
  font-size: calc(22* (100vw /750));
}
.value_item_detail {
  font-size: calc(25* (100vw /750));
}
.color_flex {
  width: calc(510* (100vw /750));
  gap: calc(25* (100vw /750));
}
.color_value {
  width: calc(50* (100vw /750));
  height: calc(50* (100vw /750));
}
.com_mb {
  margin-bottom: calc(40* (100vw /750));
}
.price_flex {
  width: calc(505* (100vw /750));
}
.buy_button {
  width: calc(200* (100vw /750));
  height: calc(50* (100vw /750));
  font-size: calc(25* (100vw /750));
}
.pickup_area01 {
  margin-bottom: calc(41* (100vw /750));
  margin-top: calc(101* (100vw /750));
}
.pickup_area_ttl {
  font-size: calc(67* (100vw /750));
  margin-bottom: calc(44* (100vw /750));
}
.pickup_area_sub_ttl01 {
  font-size: calc(28* (100vw /750));
  margin-bottom: calc(19* (100vw /750));
}
.pickup_area_sub_ttl02 {
  font-size: calc(30* (100vw /750));
  margin-bottom: calc(19* (100vw /750));
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.pickup_area_img {
  width: 100%;
  margin: 0 auto calc(20* (100vw /750));
}
.pickup_area_lead {
  width: calc(630* (100vw /750));
  font-size: calc(23* (100vw /750));
  line-height: 1.869
}
.pickup_area02 {
  /* margin-bottom: calc(100* (100vw /750)); */
}
.pickup_area_attention {
  width: calc(630* (100vw /750));
  margin: calc(15* (100vw /750)) auto 0;
  font-size: calc(18* (100vw /750));
  line-height: 1.88;
}
.item_variation_flex {
  align-items: center;
}
.btm_imgArea {
  width: calc(365 * (100vw / 390));
  margin: calc(61 * (100vw / 390)) auto calc(100 * (100vw / 390));
}
.item_img.img10 {
  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;
}
}
