@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_250716 {
  --color-white: #fff;
  --color-black: #000;
  --font-en: var(--font-barbour-sans);
  --fw-regular: 400;
  --fw-medium: 500;
  /* font-feature-settings: "palt"; */
  font-feature-settings: normal;
  overflow: clip;
}
.lp-barbour_250716 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  color: var(--color-black);
  font-weight: var(--fw-regular);
}

/* 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
///////////////////////////////////////////////////////////////////////////////////////
*/
.main_area {
  width: min(100%, 1440px);
  margin: 0 auto 18rem;
}
.main_area_img {
  width: min(100%, 1400px);
  margin: 0 auto;
  margin-bottom: 18rem;
}
.main_area_ttl {
  /* font-family: var(--font-barbour-sans); */
  font-size: 2.4rem;
  line-height: 1.583;
  text-align: center;
  margin-bottom: 6rem;
  font-weight: var(--fw-medium);
}
.main_area_lead {
  width: 96rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: var(--fw-medium);
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  scene_block
///////////////////////////////////////////////////////////////////////////////////////
*/
.scene_block {
  border-top: solid 2px var(--color-black);
  padding-top: 9.8rem;
}
.width_inner {
  width: 120rem;
  margin: 0 auto;
}
.scene01 {
  margin-bottom: 18rem;
}
.scene_ttl_box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 10rem;
}
.scene_num {
  width: 8rem;
  margin-bottom: 6rem;
  margin-top: 1rem;
  margin-left: 0.3rem;
}
.scene_ttl {
  font-size: 2.4rem;
  font-weight: var(--fw-medium);
  line-height: 1.583;
}
.scene_lead_box {
  width: 50%;
}
.scene_lead {
  font-size: 1.8rem;
  line-height: 2;
}
.scene_center_lead {
  width: 96rem;
  margin: 0 auto 10rem;
  font-size: 1.8rem;
  line-height: 2;
}
.scene01_row01 {
  width: 96rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.scene01_img01 {
  width: 36rem;
}
.scene01_img02 {
  width: 48rem;
}

.scene01_row02 {
  width: 96rem;
  margin-bottom: 8rem;
}
.scene01_img04 {
  width: 48rem;
}

.scene01_row03 {
  width: 96rem;
  margin-left: auto;
  display: flex;
  margin-bottom: 8rem;
}

.scene01_row04 {
  width: 96rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.scene01_img06 {
  width: 48rem;
}
.scene01_img07 {
  width: 36rem;
}

.scene01_img08 {
  width: 60rem;
  margin: 0 auto 8rem;
}
.scene_bottom_lead {
  width: 96rem;
  margin: 0 auto 8rem;
  font-size: 1.8rem;
  line-height: 2;
}
.credit_row {
  display: flex;
  justify-content: center;
  margin-bottom: 2.1rem;
  align-items: flex-start;
}
.credit_row:last-of-type {
  margin-bottom: unset;
}
.credit_row p , .credit_row a {
  font-family: var(--font-barbour-sans);
}
.credit_name {
  font-size: 2rem;
  margin-right: 3rem;
}
.credit_price {
  font-size: 2rem;
  margin-right: 1rem;
}
.credit_button {
  border-bottom: solid 2px var(--color-black);
  font-size: 1.8rem;
  line-height: 1.111;
  transition: 0.3s;
  font-weight: 500;
}
.credit_button:hover {
  opacity: 0.7;
}




/*  */
.scene02_img01 {
  width: 96rem;
  margin-left: auto;
  margin-bottom: 8rem;
}
.scene02_row02 {
  width: 96rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.scene02_img02 {
  width: 48rem;
}
.scene02_img03 {
  width: 36rem;
}
.scene02_img04 {
  width: 100%;
  margin-bottom: 10rem;
}

.scene02_row03 {
  width: 96rem;
  margin-left: auto;
  margin-bottom: 8rem;
}

.scene02_row04 {
  width: 96rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.scene02_img06 {
  width: 48rem;
}

.scene02_row05 {
  width: 96rem;
  margin-left: auto;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.scene02_img08 {
  width: 36rem;
}
.scene02_img09 {
  width: 48rem;
}

.scene02_row06 {
  width: 60rem;
  margin: 0 auto 8rem;
}
.scene02_bottom {
  margin-bottom: 18rem;
}


.scene03_row01 {
  width: 96rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.scene03_img01 {
  width: 48rem;
}

.scene03_row02 {
  width: 96rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
  margin-left: auto;
}
.scene03_img03 {
  width: 48rem;
}
.scene03_img04 {
  width: 36rem;
}
.scene03_row03 {
  width: 96rem;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.scene03_img05 {
  width: 48rem;
}
.scene03_row04 {
  width: 96rem;
  margin-left: auto;
  margin-bottom: 8rem;
  display: flex;
  justify-content: space-between;
}
.scene03_img07 {
  width: 36rem;
}
.scene03_img08 {
  width: 48rem;
}
.scene03_img09 {
  width: 60rem;
  margin: 0 auto 8rem;
}
.scene03_bottom {
  margin-bottom: 18rem;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  end_section
///////////////////////////////////////////////////////////////////////////////////////
*/
.end_section {
  margin-bottom: 18rem;
}
.profile_block {
  width: 96rem;
  margin: 0 auto 18rem;
  border: solid 1px var(--color-black);
  padding: 1.6rem 2rem;
}
.profile_lead {
  font-size: 1.5rem;
  line-height: 2;
}
.profile_lead span {
  font-weight: var(--fw-medium);
}
.view_all {
  width: 96rem;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
  padding: 2.5rem 0;
  color: var(--color-white);
  background-color: #4E4E4E;
  border: solid 1px #4E4E4E;
  transition: 0.3s;
}
.view_all:hover {
  color: #4E4E4E;
  background-color: #fff;
}


/*
///////////////////////////////////////////////////////////////////////////////////////
  PC
///////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .hidden-desktop {
    display: none!important;
  }
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  SP
///////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
.hidden-desktop {
  display: block !important;
}
.hidden-mobile {
  display: none !important;
}
/*
///////////////////////////////////////////////////////////////////////////////////////
  main_area
///////////////////////////////////////////////////////////////////////////////////////
*/
.main_area {
  width: 100%;
  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.636;
  margin-bottom: calc(60* (100vw /402));
}
.main_area_lead {
  width: calc(360* (100vw /402));
  font-size: calc(15* (100vw /402));
  line-height: 2;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  scene_block
///////////////////////////////////////////////////////////////////////////////////////
*/
.scene_block {
  padding-top: calc(30* (100vw /402));
}
.width_inner {
  width: 100%;
}
.scene01 {
  margin-bottom: calc(100* (100vw /402));
}
.scene_ttl_box {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(60* (100vw /402));
  flex-wrap: wrap;
}
.scene_num_box {
  width: 100%;
  margin: 0 auto calc(60* (100vw /402));
}
.scene_num {
  width: calc(81* (100vw /402));
  margin-bottom: calc(20* (100vw /402));
  margin-left: auto;
  margin-top: calc(10* (100vw /402));
}
.scene_ttl {
  font-size: calc(22* (100vw /402));
  line-height: 1.636;
}
.scene_lead_box {
  width: 100%;
}
.scene_lead {
  font-size: calc(15* (100vw /402));
}
.scene_center_lead {
  width: calc(360* (100vw /402));
  margin-bottom: calc(60* (100vw /402));
  font-size: calc(15* (100vw /402));
}
/*  */
.scene01_row01 {
  width: 100%;
  margin-left: unset;
  margin-bottom: calc(30* (100vw /402));
}
.scene01_img01,
.scene01_img02 {
  width: calc(291*100vw/402)!important;
}
.scene01_row02 {
  width: 100%;
  margin-bottom: calc(30* (100vw /402));
  display: block;
}
.scene01_img03 {
  width: calc(402* (100vw /402));
}
.scene01_row03 {
  width: 100%;
  margin-left: unset;
  margin-bottom: calc(30* (100vw /402));
}
.scene01_img05 {
  width: 50%;
}
.scene01_row04 {
  width: 150%;
  margin-bottom: calc(60* (100vw /402));
  display: block;
  position: relative;
  right: 44.5%;
}
.scene01_img06, .scene01_img07 {
  width: calc(291* (100vw /402)) !important;
}
.scene01_img08 {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(60* (100vw /402));
}
.scene_bottom_lead {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(60* (100vw /402));
  font-size: calc(15* (100vw /402));
}
.credit_wrap {
  width: calc(300* (100vw /402));
  margin-left: auto;
  margin-right: calc(21* (100vw /402));
}
.credit_row {
  justify-content: space-between;
  margin-bottom: calc(10* (100vw /402));
}
.credit_name {
  font-size: calc(16* (100vw /402));
  margin-right: unset;
}
.credit_price {
  font-size: calc(16* (100vw /402));
  margin-right: calc(10* (100vw /402));
}
.credit_button {
  font-size: calc(15* (100vw /402));
}
.credit_wrap_right {
  display: flex !important;
}


.scene02_img01 {
  width: 100%;
  margin-left: unset;
  margin-bottom: calc(30* (100vw /402));
}
.scene02_row02 {
  width: 100%;
  margin-bottom: calc(30* (100vw /402));
  display: block;
}
.scene02_img02 , .scene02_img03 {
  width: calc(291* (100vw /402)) !important;
}
.scene02_img04 {
  width: calc(600* (100vw /402) * 2);
  margin-bottom: calc(60* (100vw /402));
  display: flex;
}
.move_img_wrapper {
  display: flex;
  width: 200%;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  animation-name: imgMove_L;
}
.move_img_wrapper div {
  width: 50%; /* 親要素 (move_img_wrapper) の半分の幅にする */
  flex-shrink: 0; /* 画像が縮まないようにする */
}
@keyframes imgMove_L {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* move_img_wrapper の幅の半分だけ移動させる */
  }
}
.scene02_row03 {
  width: calc(402* (100vw /402));
  margin: 0 auto calc(30* (100vw /402));
}
.scene02_img05 {
  width: 100%;
  margin-left: unset;
  margin-bottom: calc(30* (100vw /402));
}
.scene02_bottom {
  margin-bottom: calc(293* (100vw /402));
}
.scene02_row04 {
  width: 100%;
  margin: 0 auto calc(30* (100vw /402));
}
.scene02_img06 , .scene02_img07 {
  width: 50%;
}
.scene02_row05 {
  width: 150%;
  margin-bottom: calc(60* (100vw /402));
  display: block;
  position: relative;
  right: 44.5%;
}
.scene02_img08, .scene02_img09 {
  width: calc(291* (100vw /402))!important;
}
.scene02_row06 {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(60* (100vw /402));
}
/*  */
.scene03_row01 {
  width: 100%;
  margin: 0 auto calc(30* (100vw /402));
}
.scene03_img01 , .scene03_img02 {
  width: calc(291* (100vw /402)) !important;
}
.scene03_row02 {
  width: 100%;
  margin-bottom: calc(60* (100vw /402));
  margin-left: unset;
}
.scene03_img03, .scene03_img04 {
  width: calc(291* (100vw /402))!important;
}
.scene03_row03 {
  width: 100%;
  margin-bottom: calc(30* (100vw /402));
}
.scene03_img05 {
  width: 50%;
}
.scene03_row04 {
  width: 150%;
  margin-bottom: calc(60* (100vw /402));
  display: block;
  position: relative;
  right: 44.5%;
}
.scene03_img07, .scene03_img08 {
  width: calc(291* (100vw /402))!important;
}
.scene03_img09 {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(60* (100vw /402))
}
.scene03_bottom {
  margin-bottom: calc(140* (100vw /402));
}

/*
///////////////////////////////////////////////////////////////////////////////////////
  end_section
///////////////////////////////////////////////////////////////////////////////////////
*/
.end_section {
  margin-bottom: calc(140* (100vw /402));
}
.profile_block {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(140* (100vw /402));
  padding: calc(16* (100vw /402)) calc(20* (100vw /402));
  padding-bottom: calc(13 * (100vw / 402));
}
.profile_lead {
  font-size: calc(15* (100vw /402));
  letter-spacing: -0.004em;
}
.view_all {
  width: calc(360* (100vw /402));
  font-size: calc(16* (100vw /402));
  padding: calc(25* (100vw /402)) 0;
}
.profile_lead span {
  margin-right: calc(7 * (100vw / 402));
}
}

/* safari用 */
_::-webkit-full-page-media, _:future, :root .profile_lead {
  letter-spacing: 0.05em;
}

/*
///////////////////////////////////////////////////////////////////////////////////////
setting - closing
///////////////////////////////////////////////////////////////////////////////////////
*/
.lp-barbour_250716 .closing {
  width: 96rem;
  margin: 16.3rem auto 40rem;
}
.lp-barbour_250716 .closing_title {
  font-size: 2rem;
  line-height: 1.2142857143;
  font-weight: var(--font_weight-medium);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
.lp-barbour_250716 .closing_image {
  width: 64rem;
  margin: 2rem auto 0;
}
.lp-barbour_250716 .closing_text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: var(--font_weight-regular);
  font-family: var(--font-noto);
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-barbour_250716 .closing {
    width: calc(750*100vw/750);
    margin-top: calc(160*100vw/750);
    margin-bottom: calc(409*100vw/750);
  }
  .lp-barbour_250716 .closing_title {
    font-size: calc(22*100vw/750);
    line-height: 1.5;
  }
  .lp-barbour_250716 .closing_image {
    width: 100%;
    margin-top: calc(20*100vw/750);
  }
  .lp-barbour_250716 .closing_text {
    margin-top: calc(20*100vw/750);
    font-size: calc(20*100vw/750);
    text-align: center;
  }
}
