@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;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  ベーススタイル
///////////////////////////////////////////////////////////////////////////////////////
*/
.barbour_241120 {
  overflow: hidden;
  --color-black: #000;
  --color-green: #204128;
  /* font-feature-settings: "palt"; */
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* その場でフェード */
.fadein {
  opacity: 0;
  animation: fadein .7s ease forwards;
  animation-delay: 3.5s;
}
@keyframes fadein {
  100% {  opacity: 1;}
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  fv-section
///////////////////////////////////////////////////////////////////////////////////////
*/
.fv-section_img {
  width: 128rem;
  margin: 0 auto 2.1rem;
  position: relative;
}
.fv-section_ttl {
  font-size: 3.2rem;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 500;
  /* letter-spacing: 0.04em; */
}
.fv-section_lead {
  font-size: 2rem;
  line-height: 1.7;
  text-align: justify;
  width: 80.4rem;
  margin: 0 auto 20.5rem;
  /* letter-spacing: 0.05em; */
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section01
///////////////////////////////////////////////////////////////////////////////////////
*/
.secttl_img {
  margin: 0 auto 5.2rem;
  font-size: 3.2rem;
  text-align: center;
  font-family: var(--font-f37-ginger);
  font-weight: 700;
}
/* .section01 .secttl_img {
  width: 19rem;
} */
.flex_base {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 3.2rem;
  width: 96rem;
  flex-wrap: wrap;
}
.flex_base_in {
  width: 45.5rem;
}
.slide {
  display: none;
}
.slide.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
  position: relative;
  z-index: 10;
}
.sec_lead {
  width: 84rem;
  margin: 0 auto 3.3rem;
  font-size: 2rem;
  line-height: 1.7;
  text-align: justify;
  /* letter-spacing: 0.02em; */
}
.sec_item_name {
  font-size: 2rem;
  line-height: 1.444444;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.buy_button {
  width: 5rem;
  height: 2.7rem;
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-size: 2rem;
  border: solid 1px #000;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buy_button:hover {
  background: #fff;
  color: #000;
}
.sec_area {
  margin: 0 auto 20rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section03
///////////////////////////////////////////////////////////////////////////////////////
*/
.sec_area.section03 {
  margin: 0 auto 21.2rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section04
///////////////////////////////////////////////////////////////////////////////////////
*/
/* .section04 .secttl_img {
  width: 26rem;
} */
.flex_base.sec04 {
  margin: 0 auto;
}
.sec04 .flex_base_in:first-of-type {
  margin-top: 26rem;
}
.sec04_plus_img {
  width: 45.5rem;
  margin: -21.3rem auto 3.5rem;
  position: relative;
  right: -15.8rem;
}
.sec_area.section04 {
  margin: 0 auto 21.2rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  section05
///////////////////////////////////////////////////////////////////////////////////////
*/
/* .section05 .secttl_img {
  width: 24.8rem;
} */

/*
///////////////////////////////////////////////////////////////////////////////////////
  bottom_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.bottom_area {
  margin-bottom: 68.5rem;
}
.buy_button.all_item {
  width: 35.5rem;
  height: 3.5rem;
  font-size: 1.9rem;
}


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

/* 下から上にフェードイン */
.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 calc(21* (100vw /390));
}
.fv-section_ttl {
  font-size: calc(18* (100vw /390));
  margin-bottom: calc(30* (100vw /390));
}
.fv-section_lead {
  font-size: calc(16* (100vw /390));
  width: calc(366* (100vw /390));
  margin: 0 auto calc(121* (100vw /390));
  line-height: 1.87;
}
.flex_base {
  margin: 0 auto calc(28* (100vw /390));
  width: calc(366* (100vw /390));
}
.flex_base_in {
  width: 100%;
}
.sp_mb {
  margin-bottom: calc(20* (100vw /390));
}
.sec_lead {
  width: calc(366* (100vw /390));
  margin: 0 auto calc(26* (100vw /390));
  font-size: calc(16* (100vw /390));
  line-height: 1.87;
}
.sec_item_name {
  font-size: calc(16* (100vw /390));
  margin-bottom: calc(10* (100vw /390));
  letter-spacing: 0.01em;
}
.buy_button {
  width: calc(42* (100vw /390));
  height: calc(23* (100vw /390));
  font-size: calc(16* (100vw /390));
  margin: 0;
}
/* .section01 .secttl_img {
  width: calc(106* (100vw /390));
} */
.secttl_img {
  font-size: calc(18* (100vw /390));
  margin: 0 auto calc(31* (100vw /390));
}
.sec_area {
  margin: 0 auto calc(120* (100vw /390));
}
.sec_area.section03 {
  margin: 0 auto calc(123* (100vw /390));
}
/* .section04 .secttl_img {
  width: calc(145* (100vw /390));
} */
.flex_base_in.order1 {
  order: 1;
}
.flex_base_in.order2 {
  order: 2;
}
.sec04_plus_img {
  width: calc(366* (100vw /390));
  margin: 0 auto calc(30* (100vw /390));
  right: unset;
}
.sec04 .flex_base_in:first-of-type {
  margin-top: calc(20* (100vw /390));
}
.sec_area.section04 {
  margin: 0 auto calc(123* (100vw /390));
}
/* .section05 .secttl_img {
  width: calc(140* (100vw /390));
} */
.bottom_area .sec_lead {
  margin: 0 auto calc(56* (100vw /390));
}
.buy_button.all_item {
  width: calc(271* (100vw /390));
  height: calc(35* (100vw /390));
  font-size: calc(16* (100vw /390));
  margin: 0 auto;
}
.bottom_area {
  margin-bottom: calc(298* (100vw /390));
}
.sec_area.section06 {
  margin: 0 auto calc(117* (100vw /390));
}

.sp_flex {
  display: flex;
  justify-content: center;
}
}
