/* --------------------------------------------------
TOP
-------------------------------------------------- */
    /*　↓↓↓ 240530 addition　↓↓↓ */
/* KVarea ------------------------------ */
/* .kv-area {
  position: relative;
  height: auto;
  margin-bottom: var(--gap5);
  z-index: 1;
  @media (768px <= width) {
    height: auto;
  }
} */
/* 
.kv-swiper {
  width: calc(100% - var(--gap-s5));
  min-height: 500px; /* キャッチコピーと被りすぎないようにするために（値は調整可能） */
  /* height: calc(100vh - 64px);  */
  /* headerの高さをマイナス */
  /* margin-left: var(--gap-s5);
  aspect-ratio: 370 / 610;
  @media (768px <= width) {
    width: calc(100% - var(--gap10));
    margin-left: var(--gap10);
    aspect-ratio: 1280 / 680;
    height: auto;
  }
}  */
/* .kv-swiper .swiper_slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */
/* .kv-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;

  @media (768px <= width) {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
} */
/* .kv-area .catchcopy-img {
  display: block;
  width: 370px;
  height: auto;
  aspect-ratio: 621/214;
  position: absolute;
  left: var(--gap-s5);
  bottom: 0;
  z-index: 9999;
  margin-bottom: -1px;
  @media (768px <= width) {
    width: 51%;
    left: var(--gap10);
  }
}
.kv-area .catchcopy-img img {
  width: 100%;
  height: auto;
} */
/* #kbc-page.kbc-main-contents .introduction .content-textarea {
  width: var(--container-width-m);
  margin-left: auto;
  margin-right: auto;
} */

/* feature-list ------------------------------
.feature-list {
  padding-top: var(--gap8);
  @media (768px <= width) {
    padding-top: var(--gap5);
  }
}
.feature-list .feature-list-item {
  width: initial;
}
.feature-list .feature-list-item:nth-child(odd) {
  display: grid;
  align-items: center;

  @media (768px <= width) {
    grid-template-columns: 600px 1fr;
    gap: var(--card-gap);
  }
}
.feature-list .feature-list-item:nth-child(even) {
  display: grid;
  align-items: center;

  @media (768px <= width) {
    grid-template-columns: 1fr 600px;
    gap: var(--card-gap);
  }
}
.feature-list .feature-list-item:nth-of-type(odd) .column-card_img {
  order: -1;
  @media (768px <= width) {
    order: -1;
  }
}

.feature-list .feature-list-item:nth-of-type(even) .column-card_img {
  order: -1;
  @media (768px <= width) {
    order: 2;
  }
}
.feature-list .feature-list-item:nth-of-type(even) .column-card_img img {
  width: 100%;
  height: auto;
}
.feature-list-item .btn-link.btn-primary {
  width: 100%;
} */
/* shop-info ------------------------------ */
    /*　↓↓↓ 240530 addition　↓↓↓ */
/* .shopinfo.bg-img-area {
  background: url(../image/index/top_store_01.jpg) no-repeat center center;
  background-size: 100% cover;
  position: relative;
} */

/* .shopinfo.bg-img-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(49, 48, 47, 0.6);
} */
/* .shopinfo .shopinfo-textarea {
  display: grid;
  gap: 48px;
  margin-bottom: var(--section-gap);
  padding: var(--section-gap) 0;
  color: var(--white);
  position: relative;
  z-index: 4;
  line-height: var(--line-height-l);
} */
