@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_251008 {
  --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_251008 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: var(--fw-medium);
  font-style: normal;
  color: var(--color-black);
}

/* 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: opacity 0.9s, transform 0.9s;
}
.jsFade.delay01.isActive {
  animation-delay: 0.5s;
}
.jsFade.delay02.isActive {
  animation-delay: 1s;
}
.jsFade.delay03.isActive {
  animation-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
///////////////////////////////////////////////////////////////////////////////////////
*/
.main_area {
  width: 100%;
  margin: 0 auto 18rem;
}
.main_area_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 18rem;
  position: relative;
}
.main_area_ttl {
  font-size: 2.4rem;
  line-height: 1.58333;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: var(--fw-medium);
}
.main_area_lead {
  width: 96rem;
  margin: 0 auto;
  line-height: 2;
  font-size: 1.7rem;
}
.fw_light {
  font-weight: var(--fw-regular);
}

/* section01 */
.item_block_top {
  margin: 0 auto 18rem;
}
.item_block_top_ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.583;
}
.item_block_top_img {
  width: 70rem;
  margin: 0 auto 4rem;
}
.item_block_top_lead {
  font-size: 1.7rem;
  width: 96rem;
  margin: 0 auto;
  line-height: 2;
  font-weight: var(--fw-regular);
}

/* section02 */
.item_block_column {
  margin: 0 auto 18rem;
}
.item_block_column_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 10rem;
}
.item_block_column_inner:last-of-type {
  margin-bottom: 0;
}
.item_block_column_inner_1 {
  width: 116rem;
}
.item_block_column_inner_2 {
  width: 116rem;
}
.item_block_column_inner_img {
  width: 54rem;
}
.item_block_column_inner_text {
  width: 48rem;
  margin-top: 1rem;
}
.detail_top {
  width: 8.2rem;
  margin-bottom: 6.5rem;
}
.detail_ttl {
  font-size: 2.4rem;
  line-height: 1.583;
  margin-bottom: 6rem;
}
.detail_lead {
  font-size: 1.7rem;
  line-height: 2;
  width: 42rem;
  font-weight: var(--fw-regular);
}

/* section03 */
.max_flex_area {
  width: 100%;
  margin-bottom: 18rem;
}
.max_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.max_flex_area_inner {
  width: 50%;
}
.price_box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  /* margin-top: 4.5rem; */
  margin-top: 4rem;
  font-weight: var(--fw-regular);
  /* position: relative; */
  /* left: 1.8rem; */
}
.price_box_name {
  font-size: 2rem;
  margin-right: 3rem;
  font-family: var(--font-en);
}
.price_box_price {
  font-size: 2rem;
  margin-right: 1rem;
  font-family: var(--font-en);
}
.price_box_button {
  font-size: 1.8rem;
  font-family: var(--font-en);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.max_flex_area.section03 .main_area_lead , .max_flex_area.section06 .main_area_lead {
  margin-top: 4rem;
}

/* section04 */
.width_flex_area {
  width: 120rem;
  margin: 0 auto 18rem;
}
.width_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.width_flex_inner {
  width: 50%;
}

/* bottom_section */
.bottom_section {
  width: 96rem;
  margin: 0 auto 18rem;
}
.bottom_section_img {
  width: 100%;
  margin-bottom: 4rem;
}

/* bottom_button */
.bottom_button {
  width: 96rem;
  height: 7rem;
  margin: 0 auto 18rem;
  display: block;
  color: var(--color-white);
  background-color: var(--color-black);
  border: solid 1px var(--color-black);
  font-size: 1.8rem;
  line-height: 1.6666;
  padding: 2rem 0;
  text-align: center;
}

.detail_ttl.bottom_custom {
  margin-bottom: 2rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  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(100* (100vw /402));
}
.main_area_img {
  margin-bottom: calc(100* (100vw /402));
  width: 100%;
}
.main_area_ttl {
  font-size: calc(20* (100vw /402));
  line-height: 1.9;
  margin-bottom: calc(60* (100vw /402));
}
.main_area_lead {
  width: calc(360* (100vw /402));
  font-size: calc(14* (100vw /402));
  line-height: 2;
}


.item_block_top {
  margin: 0 auto calc(110* (100vw /402));
}
.item_block_top_ttl {
  font-size: calc(20* (100vw /402));
  margin-bottom: calc(60* (100vw /402));
  line-height: 1.9;
}
.item_block_top_img {
  width: calc(300* (100vw /402));
  margin: 0 auto calc(60* (100vw /402));
}
.item_block_top_lead {
  font-size: calc(14* (100vw /402));
  width: calc(360* (100vw /402));
}
.item_block_column {
  margin: 0 auto calc(100* (100vw /402));
}
.item_block_column_inner_text {
  width: calc(360* (100vw /402));
  margin-top: 0;
  order: -1;
}
.item_block_column_inner_img {
  width: calc(300* (100vw /402));
}
.detail_lead {
  font-size: calc(14* (100vw /402));
  width: calc(360* (100vw /402));
  margin: 0 auto;
  margin-top: calc(60* (100vw /402));
}
.item_block_column_inner {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: calc(110* (100vw /402));
  margin-left: calc(21* (100vw /402));
}
.item_block_column_inner_1 , .item_block_column_inner_2 {
  width: calc(360* (100vw /402));
}
.detail_top {
  width: calc(80* (100vw /402));
  margin-left: auto;
  margin-bottom: calc(25* (100vw /402));
}
.detail_ttl {
  font-size: calc(20* (100vw /402));
  line-height: 1.8;
  margin-bottom: calc(60* (100vw /402));
}
.max_flex_area {
  width: 100%;
  margin-bottom: calc(100* (100vw /402));
}
.price_box {
  /* margin-bottom: calc(62* (100vw /402)); */
  margin-top: calc(60* (100vw /402));
}
.price_box_name {
  font-size: calc(16* (100vw /402));
  margin-right: calc(136* (100vw /402));
}
.price_box_price {
  font-size: calc(16* (100vw /402));
  margin-right: calc(10* (100vw /402));
}
.price_box_button {
  font-size: calc(15* (100vw /402));
  text-underline-offset: 3px;
}
.max_flex_area.section03 .main_area_lead , .max_flex_area.section06 .main_area_lead {
  margin-top: calc(60* (100vw /402));
}
.width_flex_area {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
}
.width_flex {
  width: 100%;
  margin-bottom: calc(60* (100vw /402));
}
.width_flex.sp_slide {
  width: 100%;
  display: block;
  margin-bottom: calc(60* (100vw /402));
}
.width_flex_inner {
  width: calc(321* (100vw /402));
}
.max_flex_area_inner {
  width: 100%;
}
.max_flex_area_inner:last-of-type {
  margin-bottom: calc(20* (100vw /402));
  order: -1;
}
.bottom_section {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(140* (100vw /402));
}
.bottom_section_img {
  width: calc(300* (100vw /402));
  margin: 0 auto;
  margin-bottom: calc(60* (100vw /402));
}
.bottom_button {
  width: calc(360* (100vw /402));
  height: calc(70* (100vw /402));
  margin: 0 auto calc(140* (100vw /402));
  font-size: calc(16* (100vw /402));
  line-height: 1.875;
  padding: calc(20* (100vw /402)) 0;
}
.detail_ttl.bottom_custom {
  margin-bottom: calc(58* (100vw /402));
}
.section05 .item_block_top_ttl {
  line-height: 1.8;
  margin-bottom: calc(25* (100vw /402));
}
.item_block_top.section05 {
  margin-bottom: calc(100* (100vw /402));
}
}
