.keyvisual {
  margin-top: calc(var(--header-height) * -1);
  padding: var(--header-height) 0 100px;
  background: url("/hokkaido100/sakerucheese/assets/images/common/bg_01.jpg") center top/60px auto repeat;
}
.keyvisual .p-keyvisual__image-pic {
  left: -3.8181818182%;
  width: 93.0909090909%;
}
.navancher {
  margin-top: -60px;
  padding-top: 30px;
}
.navancher::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404040;
  content: "";
}
.navancher .p-ancherlink .item-image {
  width: 110px;
  margin: -58px auto 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.lineup {
  background-position: center top;
  background-size: 60px auto;
  background-repeat: repeat;
}
.lineup.plane {
  background-image: url("/hokkaido100/sakerucheese/assets/images/common/bg_02.jpg");
}
.lineup.smoke {
  background-image: url("/hokkaido100/sakerucheese/assets/images/common/bg_05.jpg");
}
.lineup.chili {
  background-image: url("/hokkaido100/sakerucheese/assets/images/common/bg_06.jpg");
}
.lineup.garlic {
  background-image: url("/hokkaido100/sakerucheese/assets/images/common/bg_08.jpg");
}
.lineup.buttersyouyu {
  background-image: url("/hokkaido100/sakerucheese/assets/images/common/bg_07.jpg");
}
.lineup.consomme {
  background-image: url("/hokkaido100/sakerucheese/assets/images/common/bg_04.jpg");
}
.lineup__bg {
  display: block;
  height: max(500px, min(34.3170899108vw, 600px));
  overflow: hidden;
}
.lineup__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lineup-box {
  display: flex;
  justify-content: space-between;
  margin-top: -190px;
  padding: 60px 60px;
  border-radius: 20px 20px;
  background: var(--color-white);
}
.lineup-box.reverse {
  flex-direction: row-reverse;
}
.lineup__image {
  width: 495px;
}
.lineup__image .image-list {
  display: flex;
  justify-content: center;
  margin-top: -135px;
  gap: 0 30px;
}
.lineup__image .image-list .item {
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.16));
}
.lineup__body {
  width: 560px;
  padding: 0 20px;
}
.lineup__title {
  margin-bottom: 20px;
}
.lineup__text {
  text-align: center;
}
.lineup__text p {
  display: inline-block;
  text-align: left;
}
.lineup__text .note {
  font-weight: 400;
  font-size: 1.2rem;
}
.lineup__button {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    padding-bottom: 80px;
  }
  .keyvisual .p-keyvisual__image-pic {
    left: 4.0677966102%;
    width: 86.7796610169%;
  }
  .navancher {
    margin-top: -40px;
    padding-top: 0;
  }
  .navancher .p-ancherlink .item-button {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 10px 45px 10px calc(81px + 7.8175895765%);
    overflow: hidden;
    text-align: left;
  }
  .navancher .p-ancherlink .item-image {
    position: absolute;
    top: 10px;
    left: calc(16px + 3.2573289902%);
    width: 65px;
    margin: 0 0;
  }
  .lineup__bg {
    height: auto;
  }
  .lineup-box {
    flex-direction: column !important;
    margin: -30px -9.5238095238% 0;
    padding: 1px 9.5238095238% 50px;
  }
  .lineup__image {
    width: 85.0793650794%;
    margin: 0 auto 40px;
  }
  .lineup__image .image-list {
    margin-top: -120px;
    gap: 0 7.4626865672%;
  }
  .lineup__image .image-list .item {
    width: 61.5671641791%;
  }
  .lineup__image .image-list .item.w1 {
    width: 30.9701492537%;
  }
  .lineup__body {
    width: 100%;
    padding: 0 0;
  }
  .lineup__text .note {
    font-size: 1rem;
  }
}
@media screen and (min-width: 767.1px) {
  .navancher .p-ancherlink .item-button {
    font-size: 1.6rem;
  }
}