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

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

.lp-barbour_260318 {
  --color-white: #fff;
  --color-black: #000;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-source: "source-han-sans-japanese", sans-serif;
  --font-en: var(--font-barbour-sans);
  --font-ja: var(--font-noto);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  font-feature-settings: normal;
  overflow: clip;
  /* width: var(--container-default); */
  /* width: min(100%, 1400px); */
  width: 100%;
  margin: 0 auto;
}
.lp-barbour_260318 {
  font-family: var(--font-zen-kaku-gothic-new);
  color: var(--color-black);
  font-weight: var(--fw-medium);
}

/* vimeo動画 */
.lp_movie_inner {
  width: auto;
  height: 100%;
}

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

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

/* その場でフェード(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.delay02.isActive {
  transition-delay: 1s;
}
.jsFade.delay03.isActive {
  transition-delay: 1.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;
  }

}

.hidden-desktop {
  display: none !important;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  main_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_260318 .heading-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.main_area {
  width: 100%;
  margin: 0 auto 13rem;
}
.main_area_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 13rem;
}
.main_area_ttl {
  font-size: 2.2rem;
  line-height: 1.909;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: var(--fw-bold);
}
.main_area_lead {
  width: 81.2rem;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.02em;
}


/* section_block01 */
.section_block {
  margin-bottom: 13rem;
}
.section_ttl {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.909;
  font-weight: var(--fw-bold);
  margin-bottom: 6rem;
}
.section_main_img {
  width: 114rem;
  margin: 0 auto 6rem;
}
.section_inner_block {
  width: 81.2rem;
  margin: 0 auto;
}
.section_top_lead {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.section_inner_block_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  flex-wrap: wrap;
}
.section_inner_block_flex_inner {
  width: 39.4rem;
}
.section_inner_block_flex_inner_text {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.price_block {
  width: fit-content;
  margin: 6rem auto 0;
}
.price_block_text {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 3rem;
}
.price_block_text span {
  font-family: var(--font-en);
  font-weight: var(--fw-light);
}
.price_block_button {
  width: 7.9rem;
  height: 3.5rem;
  border: solid 1px #000;
  color: #000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: -0.015em;
  line-height: 2;
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
}

/* section_block04 */
.section_main_img02 {
  width: 60.8rem;
  margin: 0 auto 6rem;
}

/* all_item */
.all_item {
  width: 113.8rem;
  height: 6rem;
  margin: 0 auto 53.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 1.7rem;
  font-weight: var(--fw-regular);
  line-height: 2.47;
  text-align: center;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  SP
///////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
.hidden-desktop {
  display: block !important;
}
.hidden-mobile {
  display: none !important;
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  main_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.main_area {
  margin: 0 auto calc(130* (100vw /750));
}
.main_area_img {
  margin-bottom: calc(130* (100vw /750));
  width: 100%;
}
.main_area_ttl {
  font-size: calc(30* (100vw /750));
  line-height: 1.6;
  margin-bottom: calc(60* (100vw /750));
}
.main_area_lead {
  width: calc(702* (100vw /750));
  font-size: calc(26* (100vw /750));
  line-height: 1.7692;
}

.section_block {
  margin-bottom: calc(130* (100vw /750));
}
.section_ttl {
  font-size: calc(30* (100vw /750));
  line-height: 1.6;
  margin-bottom: calc(60* (100vw /750));
}
.section_main_img {
  width: 100%;
  margin: 0 auto calc(60* (100vw /750));
}
.section_top_lead {
  font-size: calc(26* (100vw /750));
  line-height: 1.7692;
  width: calc(702* (100vw /750));
  margin: 0 auto;
}
.section_inner_block {
  width: 100%;
}
.section_inner_block_flex {
  margin-top: calc(60* (100vw /750));
}
.section_inner_block_flex_inner {
  width: 100%;
}
.section_inner_block_flex_inner .section_inner_block_flex_inner_text {
  width: calc(702* (100vw /750));
  margin: calc(40* (100vw /750)) auto 0;
}
.section_inner_block_flex_inner.img01 {
  width: calc(500* (100vw /750));
  margin-right: auto;
  order: -1;
}
.section_inner_block_flex_inner.img02 {
  width: calc(500* (100vw /750));
  margin-left: auto;
  order: -1;
}
.section_inner_block_flex_inner.img03 {
  width: calc(500* (100vw /750));
  margin-right: auto;
  order: -1;
}
.section_inner_block_flex_inner.img04 {
  width: calc(500* (100vw /750));
  margin-left: auto;
  order: -1;
}
.section_inner_block_flex_inner_text {
  font-size: calc(26* (100vw /750));
  line-height: 1.30769;
  letter-spacing: 0.02em;
}
.section_inner_block_flex_inner_text.sp_letter {
  letter-spacing: 0;
}
.price_block {
  margin: calc(60* (100vw /750)) auto 0;
}
.price_block_text {
  font-size: calc(23* (100vw /750));
  line-height: 1.5217;
  margin-bottom: calc(30* (100vw /750));
}
.price_block_button {
  width: calc(90* (100vw /750));
  height: calc(40* (100vw /750));
  font-size: calc(23* (100vw /750));
  line-height: 1.3043;
}

/* section_block04 */
.section_main_img02 {
  width: calc(702* (100vw /750));
  margin: 0 auto calc(60* (100vw /750));
}

/* all_item */
.all_item {
  width: calc(702* (100vw /750));
  height: calc(60* (100vw /750));
  margin: 0 auto calc(500* (100vw /750));
  font-size: calc(26* (100vw /750));
  line-height: 1.6513;
}

}
