@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_250911 {
  --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%, 1440px); */
  width: 100%;
  margin: 0 auto;
}
.lp-barbour_250911 {
  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: all .7s; */
  animation: fadeIn 1.4s ease 0.1s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jsFade.delay01.isActive {
  animation-delay: 0.5s;
}
.jsFade.delay02.isActive {
  animation-delay: 1s;
}
.jsFade.delay03.isActive {
  animation-delay: 1.5s;
}

.jsFade_just {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.1s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jsFade_just.delay01 {
  animation-delay: 1s;
}

/* 右方向からスライドイン */
.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 calc(180* (100vw /1440));
}
.main_area_img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: calc(180* (100vw /1440));
  position: relative;
}
.main_area_ttl {
  font-size: calc(24* (100vw /1440));
  line-height: 1.58333;
  text-align: center;
  margin-bottom: calc(60* (100vw /1440));
  font-weight: var(--fw-medium);
  font-family: var(--font-en);
}
.main_area_lead {
  width: calc(960* (100vw /1440));
  margin: 0 auto;
  line-height: 2;
  font-size: calc(17* (100vw /1440));
}

.main_area_img_ttl {
  position: absolute;
  top: calc(393* (100vw /1440));
  left: calc(138* (100vw /1440));
  width: calc(429* (100vw /1440));
}

/* lp_section01 */
.lp_section01 {
  margin: 0 auto calc(100* (100vw /1440));
}
.lp_section01_img01 {
  width: calc(720* (100vw /1440));
  margin: 0 auto;
}
.credit_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10* (100vw /1440)) 0;
  margin-top: calc(10* (100vw /1440));
}
.credit_wrap.credit_wrap01 {
  width: calc(300* (100vw /1440));
}
.credit_wrap_row {
  display: flex;
  font-family: var(--font-en);
}
.credit_wrap_row_name {
  font-size: calc(15* (100vw /1440));
  font-weight: var(--fw-regular);
  margin-right: calc(10* (100vw /1440));
}
.credit_wrap_row_detail {
  font-size: calc(15* (100vw /1440));
  font-weight: var(--fw-light);
  margin-right: calc(10* (100vw /1440));
}
.credit_wrap_row_price {
  font-size: calc(15* (100vw /1440));
  font-weight: var(--fw-light);
  text-decoration: underline;
}
/* lp_section02 */
.lp_section02 {
  margin: 0 auto calc(180* (100vw /1440));
  display: flex;
  width: 100%;
}
.lp_section02_img01 {
  width: 50%;
}
/* lp_section03 */
.lp_section03 {
  margin: 0 auto calc(180* (100vw /1440));
}
.lp_section03_img01 {
  width: calc(720* (100vw /1440));
  margin: 0 auto;
}
.credit_wrap.credit_wrap02 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* lp_section04 */
.lp_section04 {
  margin: 0 auto calc(180* (100vw /1440));
  display: flex;
  justify-content: space-between;
  width: calc(1200* (100vw /1440));
}
.lp_section04_img01 {
  width: calc(600* (100vw /1440));
}
.credit_wrap.credit_wrap03 {
  width: calc(350* (100vw /1440));
}
.lp_section04_img02 {
  width: calc(480* (100vw /1440));
}
/* lp_section05 */
.lp_section05 {
  width: calc(1200* (100vw /1440));
  margin: 0 auto calc(180* (100vw /1440));
}
.lp_section05_img01 {
  width: 100%;
}
/* lp_section06 */
.lp_section06 {
  width: calc(1200* (100vw /1440));
  margin: 0 auto calc(180* (100vw /1440));
}
.lp_section06_img01 {
  width: calc(720* (100vw /1440));
  margin-left: auto;
  margin-bottom: calc(78* (100vw /1440));
}
.credit_wrap.credit_wrap04 {
  width: fit-content;
  margin-left: auto;
}
.lp_section06_img02 {
  width: calc(600* (100vw /1440));
}
/* lp_section07 */
.lp_section07 {
  width: 100%;
  margin-bottom: calc(180* (100vw /1440));
}
.lp_section07_flex {
  display: flex;
}
.lp_section07_img01 , .lp_section07_img02 {
  width: 50%;
}
.credit_wrap.credit_wrap05 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* lp_section08 */
.lp_section08 {
  width: calc(1200* (100vw /1440));
  margin: 0 auto calc(180* (100vw /1440));
}
.lp_section08_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto calc(100* (100vw /1440));
}
.lp_section08_img01 {
  width: calc(586* (100vw /1440));
}
.lp_section08_img03 {
  width: calc(720* (100vw /1440));
  margin: 0 auto;
}
.credit_wrap.credit_wrap06 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* lp_section09 */
.lp_section09 {
  width: calc(960* (100vw /1440));
  margin-left: auto;
  margin-bottom: calc(180* (100vw /1440));
}
.lp_section09_flex {
  display: flex;
}
.credit_wrap.credit_wrap07 {
  width: fit-content;
}
.lp_section09_img01 {
  width: 50%;
}
/* lp_section10 */
.lp_section10 {
  width: calc(1320* (100vw /1440));
  margin-bottom: calc(180* (100vw /1440));
  display: flex;
  justify-content: space-between;
}
.lp_section10_img01 {
  width: calc(420* (100vw /1440));
}
.lp_section10_img02 {
  width: calc(720* (100vw /1440));
}
.credit_wrap.credit_wrap08 {
  width: fit-content;
}
/* lp_section11 */
.lp_section11 {
  width: calc(1200* (100vw /1440));
  margin: 0 auto calc(180* (100vw /1440));
}
/* bottom_message */
.bottom_message {
  width: calc(1200* (100vw /1440));
  margin: 0 auto calc(180* (100vw /1440));
  background-color: #f7f5f4;
  padding-top: calc(89* (100vw /1440));
  padding-bottom: calc(88* (100vw /1440));
  padding-left: calc(120* (100vw /1440));
  padding-right: calc(120* (100vw /1440));
}
.bottom_message_ttl {
  font-size: calc(24* (100vw /1440));
  font-family: var(--font-en);
  font-weight: var(--fw-medium);
  line-height: 1.583;
  margin-bottom: calc(60* (100vw /1440));
}
.bottom_message_lead {
  font-size: calc(16* (100vw /1440));
  line-height: 2;
}
.bottom_message_lead span {
  font-weight: var(--fw-bold);
  font-size: calc(17* (100vw /1440));
}
.bottom_message_lead.lead01 {
  margin-bottom: calc(60* (100vw /1440));
}
/* bottom_caption */
.bottom_caption {
  width: calc(960* (100vw /1440));
  margin: 0 auto calc(100* (100vw /1440));
  font-size: calc(17* (100vw /1440));
  line-height: 2;
}
/* all_item */
.all_item {
  width: calc(960* (100vw /1440));
  height: calc(70* (100vw /1440));
  margin: 0 auto calc(180* (100vw /1440));
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: calc(18* (100vw /1440));
  font-family: var(--font-en);
  font-weight: var(--fw-light);
  line-height: 1.6666;
  text-align: center;
  padding: calc(20* (100vw /1440));
}





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

.main_area_img_ttl {
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: calc(174* (100vw /402));
}

/* lp_section01 */
.lp_section01 {
  margin: 0 auto calc(40* (100vw /402));
}
.lp_section01_img01 {
  width: calc(300* (100vw /402));
  margin: 0 auto;
}
.credit_wrap {
  gap: calc(8* (100vw /402)) 0;
  margin-top: calc(8* (100vw /402));
}
.credit_wrap.credit_wrap01 {
  width: calc(250* (100vw /402));
}
.credit_wrap_row_name , .credit_wrap_row_detail {
  font-size: calc(12* (100vw /402));
  margin-right: calc(10* (100vw /402));
}
.credit_wrap_row_price {
  font-size: calc(12* (100vw /402));
}

/* lp_section02 */
.lp_section02 {
  margin: 0 auto calc(100* (100vw /402));
}

/* lp_section03 */
.lp_section03 {
  margin: 0 auto calc(100* (100vw /402));
}
.lp_section03_img01 {
  width: calc(300* (100vw /402));
}

/* lp_section04 */
.lp_section04 {
  margin: 0 auto calc(100* (100vw /402));
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.lp_section04_img01 {
  width: calc(351* (100vw /402));
  order: 1;
  margin-right: auto;
}
.lp_section04_img02 {
  width: calc(231* (100vw /402));
  margin-bottom: calc(20* (100vw /402));
  margin-left: auto;
  order: -1;
}
.credit_wrap.credit_wrap03 {
  width: calc(240* (100vw /402));
  margin-left: auto;
}

/* lp_section05 */
.lp_section05 {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
}

/* lp_section06 */
.lp_section06 {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
}
.lp_section06_img01 {
  width: calc(351* (100vw /402));
  margin-bottom: calc(100* (100vw /402));
}
.credit_wrap.credit_wrap04 {
  margin-left: unset;
  margin-right: auto;
}
.lp_section06_img02 {
  width: 100%;
}

/* lp_section07 */
.lp_section07 {
  margin-bottom: calc(100* (100vw /402));
}
.lp_section07_flex {
  flex-wrap: wrap;
}
.lp_section07_img01 {
  width: calc(231* (100vw /402));
  margin-bottom: calc(20* (100vw /402));
}
.lp_section07_img02 {
  width: calc(351* (100vw /402));
  margin-left: auto;
}
.credit_wrap.credit_wrap05 {
  width: calc(351* (100vw /402));
  margin-left: calc(51* (100vw /402));
  margin-right: auto;
}

/* lp_section08 */
.lp_section08 {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
}
.lp_section08_sp {
  margin-bottom: calc(20* (100vw /402));
}
.lp_section08_sp_img {
  width: calc(321* (100vw /402));
}
.lp_section08_img03 {
  width: 100%;
}

/* lp_section09 */
.lp_section09 {
  width: calc(300* (100vw /402));
  margin-right: auto;
  margin-bottom: calc(100* (100vw /402));
}
.lp_section09_sp {
  width: 100%;
}
.credit_wrap.credit_wrap07 {
  margin-left: auto;
  margin-right: auto;
}

/* lp_section10 */
.lp_section10 {
  width: 100%;
  margin-bottom: calc(100* (100vw /402));
  justify-content: center;
  flex-wrap: wrap;
}
.lp_section10_img01 {
  width: 100%;
  margin-bottom: calc(100* (100vw /402));
}
.lp_section10_img02 {
  width: calc(300* (100vw /402));
  margin: 0 auto;
}
.credit_wrap.credit_wrap08 {
  margin-left: auto;
  margin-right: auto;
}

/* lp_section11 */
.lp_section11 {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
}

/* bottom_message */
.bottom_message {
  width: 100%;
  margin: 0 auto calc(140* (100vw /402));
  padding-top: calc(31* (100vw /402));
  padding-bottom: calc(59* (100vw /402));
  padding-left: calc(21* (100vw /402));
  padding-right: calc(21* (100vw /402));
}
.bottom_message_ttl {
  font-size: calc(24* (100vw /402));
  line-height: 1.583;
  margin-bottom: calc(32* (100vw /402));
}
.bottom_message_lead {
  font-size: calc(13* (100vw /402));
}
.bottom_message_lead span {
  font-size: calc(14* (100vw /402));
}
.bottom_message_lead.lead01 {
  margin-bottom: calc(32* (100vw /402));
}
.bottom_caption {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(100* (100vw /402));
  font-size: calc(14* (100vw /402));
}

/* all_item */
.all_item {
  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));
}
}
