@charset "UTF-8";
@keyframes scroll {
  0% {
    transform: translateY(-20%) rotate(45deg);
  }
  25% {
    transform: translateY(-20%) rotate(45deg);
  }
  30% {
    transform: translateY(0%) rotate(45deg);
  }
  35% {
    transform: translateY(-40%) rotate(45deg);
  }
  50% {
    transform: translateY(0%) rotate(45deg);
  }
  55% {
    transform: translateY(-40%) rotate(45deg);
  }
  60% {
    transform: translateY(-20%) rotate(45deg);
  }
  100% {
    transform: translateY(-20%) rotate(45deg);
  }
}
/*
 * -------------------------------
 *
 * ローディング
 *
 * -------------------------------
 */
.loading-cover {
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: calc(var(--vh) * 100);
  background: #000;
  left: 0;
  top: 0;
}

/*
 * -------------------------------
 *
 * 全体
 *
 * -------------------------------
 */
._qrlp {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.container__contents {
  max-width: 768px;
  margin: 60px auto 0;
}

/*
 * -------------------------------
 *
 * ヘッダー
 *
 * -------------------------------
 */
.qrlp-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  background: #000;
  z-index: 1;
}

.qrlp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  height: 60px;
  margin-inline: auto;
  max-width: 768px;
  box-sizing: border-box;
}

.qrlp-header._hide {
  position: fixed;
  transform: translateY(-100%);
}

.qrlp-header._is-transition {
  transition: transform 0.2s;
}

.qrlp-header._float {
  z-index: 10;
  position: fixed;
  transform: translateY(0);
}

.qrlp-header__id {
  flex-basis: 70%;
  max-width: 200px;
  margin: 0;
}

.qrlp-header__contact {
  flex-basis: 30%;
  max-width: 90px;
}

.qrlp-header__contact a {
  display: block;
  border: 1px solid #fff;
}
/*
 * -------------------------------
 *
 * ヒーローエリア
 *
 * -------------------------------
 */
.qrlp-hero {
  position: relative;
  background: url("../images/qr_lp/main_image.jpg") bottom right no-repeat;
  background-size: cover;
  height: calc(var(--mvh) - 60px);
  min-height: clamp(49rem, 31.144rem + 55.8vw, 74rem);
}

.qrlp-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.qrlp-hero__catch {
  position: absolute;
  width: clamp(30px, 8vw, 60px);
  left: calc(50% - clamp(15px, 4vw, 30px));
  top: 10%;
}

.qrlp-hero__scroll a {
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 22px;
  left: calc(50% - 23px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qrlp-hero__scroll a::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  transform: translateY(-20%) rotate(45deg);
  border-top: none;
  border-left: none;
  animation: scroll 3s linear infinite;
}
.qrlp-hero__scroll span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.qrlp-lead {
  margin: auto;
  font-size: clamp(14px, 3.73vw, 20px);
  line-height: 1.5;
  background: url("../images/qr_lp/shitake_image.jpg") center bottom no-repeat;
  background-size: contain;
  padding: clamp(40px, 10.6666666667vw, 80px) 0 clamp(85px, 22.6666666667vw, 170px);
  width: calc(100% - 40px);
  max-width: 640px;
  min-height: clamp(49rem, 31.144rem + 55.8vw, 74rem);
  display: flex;
  justify-content: center;
}

.qrlp-lead__contents {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.qrlp-lead__contents .punctuation-mark._start {
  margin-inline-start: -0.5em;
}

.qrlp-lead__contents .punctuation-mark._end {
  margin-inline-end: -0.5em;
}

/*
 * -------------------------------
 *
 * こだわり
 *
 * -------------------------------
 */
.qrlp-feature {
  position: relative;
  padding: clamp(90px, 24vw, 180px) 20px 0;
  margin-top: calc(clamp(35px, 9.3333333333vw, 70px) * -1);
}

.qrlp-feature::after {
  content: "";
  width: 1px;
  height: calc(clamp(90px, 24vw, 180px) - clamp(10px, 2.6666666667vw, 20px));
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
}

.qrlp-feature__title {
  margin: auto;
  width: clamp(45px, 12vw, 90px);
}

.qrlp-feature__content {
  margin-top: clamp(60px, 16vw, 120px);
}

.qrlp-feature__content:first-of-type {
  margin-top: clamp(35px, 9.3333333333vw, 70px);
}

.qrlp-feature__visual {
  position: relative;
}

.qrlp-feature__image img {
  width: 100%;
  height: auto;
}

.qrlp-feature__catch {
  position: absolute;
  right: clamp(15px, 4vw, 30px);
  bottom: calc(clamp(35px, 9.3333333333vw, 70px) * -1);
  width: clamp(90px, 24vw, 180px);
  z-index: 1;
  margin: 0;
}

.qrlp-feature__catch img {
  width: 100%;
  height: auto;
}

.qrlp-feature__heading {
  margin: clamp(40px, 10.6666666667vw, 80px) -20px 0;
  width: clamp(170px, 45.3333333333vw, 340px);
}

.qrlp-feature__lead {
  margin: clamp(15px, 4vw, 30px) auto 0;
  line-height: 1.8;
}

/*
 * -------------------------------
 *
 * 動画
 *
 * -------------------------------
 */
.qrlp-movie {
  max-width: 740px;
  padding: 0 20px;
  margin-top: clamp(60px, 16vw, 120px);
}

.qrlp-movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-sizing: border-box;
}

.qrlp-movie iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

/*
 * -------------------------------
 *
 * 味わう
 *
 * -------------------------------
 */
.qrlp-taste {
  background: #333231;
  position: relative;
  padding: 0 20px clamp(40px, 10.6666666667vw, 80px);
  margin-top: clamp(60px, 16vw, 120px);
}

.qrlp-taste__images {
  display: flex;
  margin: auto -20px;
}

.qrlp-taste__image {
  flex-basis: 50%;
}

.qrlp-taste__image img {
  width: 100%;
  height: auto;
}

.qrlp-taste__heading {
  width: clamp(62px, 16.5333333333vw, 124px);
  margin: calc(clamp(50px, 13.3333333333vw, 100px) * -1) auto 0;
}

.qrlp-taste__lead {
  margin: clamp(15px, 4vw, 30px) auto 0;
  line-height: 1.8;
}

.qrlp-taste__buttons {
  margin: clamp(15px, 4vw, 30px) auto 0;
  width: calc((100% + 40px) * 0.8);
}

.qrlp-taste__button {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 450px;
  border: 1px solid #fff;
  margin-inline: auto;
  box-sizing: border-box;
}
.qrlp-taste__button img {
  width: 100%;
  height: auto;
}

/*
 * -------------------------------
 *
 * フッター
 *
 * -------------------------------
 */
.qrlp-footer {
  margin-top: clamp(38px, 10.1333333333vw, 76px);
}

.qrlp-footer__contents {
  background: url("../images/qr_lp/footer_bg.jpg") center no-repeat;
  background-size: cover;
  padding: clamp(35px, 9.3333333333vw, 70px) 20px clamp(25px, 6.6666666667vw, 50px);
}

.qrlp-footer__logo {
  width: clamp(105px, 28vw, 210px);
  margin: 0 auto;
}

.qrlp-footer__logo img {
  width: 100%;
  height: auto;
}

.qrlp-footer__company {
  width: clamp(190px, 50.6666666667vw, 380px);
  margin: clamp(25px, 6.6666666667vw, 50px) auto 0;
}

.qrlp-footer__company img {
  width: 100%;
  height: auto;
}

.qrlp-footer__address {
  margin: clamp(8px, 2.1333333333vw, 16px) auto 0;
  text-align: center;
  font-size: clamp(11px, 2.9333333333vw, 22px);
}

.qrlp-footer__tel {
  margin: clamp(20px, 5.3333333333vw, 40px) auto 0;
  width: calc((100% + 40px) * 0.8);
}

.qrlp-footer__tel a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 450px;
  border: 1px solid #fff;
  margin-inline: auto;
  box-sizing: border-box;
}
.qrlp-footer__tel a img {
  width: 100%;
  height: auto;
}

.qrlp-footer__contact {
  margin: clamp(16px, 4.2666666667vw, 32px) auto 0;
  width: calc((100% + 40px) * 0.8);
}

.qrlp-footer__contact a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 450px;
  border: 1px solid #fff;
  margin-inline: auto;
  box-sizing: border-box;
}
.qrlp-footer__contact a img {
  width: 100%;
  height: auto;
}

.qrlp-footer__links {
  padding: clamp(25px, 6.6666666667vw, 50px) 0;
  width: 80%;
  margin: auto;
}

.qrlp-footer__link {
  display: block;
  max-width: 450px;
  display: block;
  background: #fff;
  margin: auto;
}

.qrlp-footer__credit {
  display: block;
  font-size: clamp(8px, 2.1333333333vw, 16px);
  text-align: center;
  border-top: 1px solid #8e8e8e;
  margin: 0 20px;
  padding: 1.5em 0;
}

@media (hover: hover){
  .qrlp-header__contact a:hover {
    opacity: 0.6;
  }
  .qrlp-hero__scroll a:hover {
    opacity: 0.6;
  }
  .qrlp-taste__button:hover {
    opacity: 0.6;
  }
  .qrlp-footer__tel a:hover {
    opacity: 0.6;
  }
  .qrlp-footer__contact a:hover {
    opacity: 0.6;
  }
}