@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_251016 {
  --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_251016 {
  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.7s, transform 0.7s;
}
.jsFade.delay01.isActive {
  transition-delay: 0.5s;
}
.jsFade.delay02.isActive {
  transition-delay: 1s;
}
.jsFade.delay03.isActive {
  transition-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 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);
  font-family: var(--font-en);
}
.main_area_lead {
  width: 96rem;
  margin: 0 auto;
  line-height: 2;
  font-size: 1.7rem;
}

/* item_block01 */
.item_block {
  margin-bottom: 18rem;
}
.item_block01_img01 {
  width: 72rem;
  margin: 0 auto 10rem;
}
.credit_box {
  margin-top: 1rem;
  text-align: center;
}
.credit_inner {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-family: var(--font-en);
  margin-top: 1.5rem;
  line-height: 1.25;
}
.credit_inner:first-of-type {
  margin-top: 0;
}
.credit_inner_ttl {
  font-weight: var(--fw-regular);
  margin-right: 1rem;
}
.credit_inner_name {
  font-weight: var(--fw-light);
  margin-right: 1rem;
}
.credit_inner_price {
  font-weight: var(--fw-light);
  text-decoration: underline;
}
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_block01_box {
  width: 120rem;
  margin: 0 auto;
}
.item_block01_img02 {
  width: 60rem;
}
.item_block01_img03 {
  margin-top: 54.5rem;
  width: 48rem;
}

/* item_block02 */
.item_block02_box {
  width: 120rem;
  margin: 0 auto;
}
.item_block02_img01 {
  width: 48rem;
}
.item_block02_img02 {
  width: 60rem;
}
.credit_box.credit_box02 {
  text-align: left;
}
.credit_box.credit_box02 .credit_inner {
  justify-content: flex-start;
}

/* item_block03 */
.item_block03_box {
  width: 100%;
}
.item_block03_img01 , .item_block03_img02 {
  width: 50%;
}

/* item_block04 */
.item_block04_box {
  width: 120rem;
  margin: 0 auto;
}
.item_block04_img01 {
  width: 60rem;
}
.item_block04_img02 {
  width: 48rem;
}

/* item_block05 */
.item_block05_img01 {
  width: 108rem;
  margin-left: auto;
}
.credit_box.credit_box05 {
  text-align: left;
}
.credit_box.credit_box05 .credit_inner {
  justify-content: flex-start;
}

/* item_block06 */
.item_block06_box {
  width: 120rem;
  margin: 0 auto;
}
.item_block06_img01 , .item_block06_img02 {
  width: 50%;
}

/* item_block07 */
.item_block07_img01 {
  width: 108rem;
  margin-bottom: 10rem;
}
.credit_box.credit_box07 {
  text-align: right;
}
.credit_box.credit_box07 .credit_inner {
  justify-content: flex-end;
}
.item_block07_img02 {
  width: 108rem;
  margin-left: auto;
}
.credit_box.credit_box07_2 {
  text-align: left;
}
.credit_box.credit_box07_2 .credit_inner {
  justify-content: flex-start;
}

/* item_block08 */
.item_block08_img01 {
  width: 72rem;
  margin: 0 auto;
}

/* end_image_block */
.end_image_block {
  width: 108rem;
  margin: 0 auto 18rem;
}

.end_logo {
  width: 30rem;
  margin: 0 auto 18rem;
}

.about_box {
  width: 108rem;
  margin: 0 auto 18rem;
  background-color: #f3e2d1;
  padding-top: 6.8rem;
  padding-bottom: 6.7rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.about_box_ttl {
  font-size: 2.4rem;
  line-height: 1.58333;
  font-family: var(--font-barbour-serif);
  margin-bottom: 6rem;
}
.about_box_lead {
  font-size: 1.7rem;
  line-height: 2;
}

.attention {
  font-size: 1.7rem;
  line-height: 2;
  margin: 0 auto 10rem;
  width: 96rem;
}

.shop_list {
  width: 96rem;
  margin: 0 auto 18rem;
  border: solid 1px #000;
  padding-left: 1.5rem;
  /* padding-bottom: 1.5rem; */
}
.shop_list_ttl {
  width: 11rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
  margin-top: -2rem;
}
.shop_list_ttl p {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  font-weight: var(--fw-bold);
}
.shop_list_inner {
  display: flex;
  align-items: baseline;
  margin-left: 1.5rem;
  margin-bottom: 1.8rem;
}
.shop_list_inner_ttl {
  font-size: 1.7rem;
  line-height: 2;
  margin-right: 1rem;
}
.shop_list_inner_tel {
  font-size: 1.5rem;
  margin-right: 1rem;
  font-family: var(--font-en);
  font-weight: var(--fw-light);
}
.shop_list_inner_num {
  font-size: 1.5rem;
  font-family: var(--font-en);
  font-weight: var(--fw-light);
}

.all_item {
  width: 96rem;
  height: 7rem;
  background-color: #454128;
  border: solid 1px #454128;
  padding: 2rem 0;
  color: #fff;
  font-family: var(--font-en);
  text-align: center;
  font-weight: var(--fw-light);
  margin: 0 auto 18rem;
  font-size: 1.8rem;
  line-height: 1.6666;
}
.all_item:hover {
  background-color: #fff;
  color: #454128;
}


/*
///////////////////////////////////////////////////////////////////////////////////////
  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;
}

.item_block {
  margin-bottom: calc(100* (100vw /402));
}
.item_block01_img01 {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
}
.credit_box {
  margin-top: calc(8* (100vw /402));
}
.credit_inner {
  font-size: calc(12* (100vw /402));
  margin-top: calc(8* (100vw /402));
  line-height: 1;
}
.credit_inner_ttl , .credit_inner_name {
  margin-right: calc(10* (100vw /402));
}
.item_block01_box {
  width: 100%;
}
.item_block01_img02 {
  width: calc(351* (100vw /402));
}
.item_block01_img03 {
  margin-top: calc(20* (100vw /402));
  width: calc(231* (100vw /402));
  margin-left: auto;
}
.item_block02_box {
  width: 100%;
}
.item_block02_img01 {
  width: calc(231* (100vw /402));
  margin-bottom: calc(20* (100vw /402));
}
.item_block02_img02 {
  width: calc(351* (100vw /402));
  margin-left: auto;
}
.item_block04_box {
  width: 100%;
  justify-content: center;
}
.item_block04_img01 {
  width: calc(360* (100vw /402));
  margin-bottom: calc(20* (100vw /402));
}
.item_block04_img02 {
  width: calc(300* (100vw /402));
}
.item_block05_img01 {
  width: 100%;
  margin-right: auto;
}
.credit_box.credit_box05 {
  text-align: center;
}
.credit_box.credit_box05 .credit_inner {
  justify-content: center;
}
.item_block06_box {
  width: 100%;
}
.item_block06_img01, .item_block06_img02 {
  width: calc(321* (100vw /402));
}
.item_block07_img01 {
  width: 100%;
  margin-bottom: calc(80* (100vw /402));
}
.credit_box.credit_box07 {
  text-align: center;
}
.credit_box.credit_box07 .credit_inner {
  justify-content: center;
}
.item_block07_img02 {
  width: 100%;
  margin-right: auto;
}
.credit_box.credit_box07_2 {
  text-align: center;
}
.credit_box.credit_box07_2 .credit_inner {
  justify-content: center;
}
.item_block08_img01 {
  width: calc(300* (100vw /402));
}
.end_image_block {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
}
.end_logo {
  width: calc(150* (100vw /402));
  margin: 0 auto calc(100* (100vw /402));
}
.about_box {
  width: 100%;
  margin: 0 auto calc(100* (100vw /402));
  padding-top: calc(31* (100vw /402));
  padding-bottom: calc(31* (100vw /402));
  padding-left: calc(21* (100vw /402));
  padding-right: calc(21* (100vw /402));
}
.about_box_ttl {
  font-size: calc(24* (100vw /402));
  margin-bottom: calc(32* (100vw /402));
}
.about_box_lead {
  font-size: calc(14* (100vw /402));
}
.attention {
  font-size: calc(14* (100vw /402));
  margin: 0 auto calc(60* (100vw /402));
  width: calc(360* (100vw /402));
}
.shop_list {
  width: calc(360* (100vw /402));
  margin: 0 auto calc(140* (100vw /402));
  padding-left: calc(25* (100vw /402));
  padding-bottom: calc(17* (100vw /402));
}
.shop_list_ttl {
  width: calc(98* (100vw /402));
  margin-bottom: calc(15* (100vw /402));
  margin-top: calc(-20* (100vw /402));
}
.shop_list_ttl p {
  font-size: calc(17* (100vw /402));
  line-height: 2;
}
.shop_list_inner {
  margin-left: calc(15* (100vw /402));
  margin-bottom: calc(10* (100vw /402));
}
.shop_list_inner_ttl {
  font-size: calc(14* (100vw /402));
  line-height: 2.42857;
  margin-right: calc(10* (100vw /402));
}
.shop_list_inner_tel {
  font-size: calc(12* (100vw /402));
  margin-right: calc(10* (100vw /402));
}
.shop_list_inner_num {
  font-size: calc(12* (100vw /402));
}
.all_item {
  width: calc(360* (100vw /402));
  height: calc(70* (100vw /402));
  padding: calc(20* (100vw /402)) 0;
  margin: 0 auto calc(160* (100vw /402));
  font-size: calc(18* (100vw /402));
}
}
