@charset "UTF-8";
#page-honne-scroll {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  background: #F7FCE3;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#page-honne-scroll img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#page-honne-scroll {
  /* Exclude TrustArc (.truste-button*) — #page-honne-scroll button beats
     their class selectors and strips bg/border (invisible on first visit). */
}
#page-honne-scroll button:not([class*=truste-]) {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}
#page-honne-scroll {
  /* Restore kayumiCP modal CTAs — page button reset above wins on specificity */
}
#page-honne-scroll .cpModal .cpBtn {
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}
#page-honne-scroll .cpModal .cpBtn.btnYes, #page-honne-scroll .cpModal .cpBtn.btnSubmit {
  background-color: #00a79e;
  color: #fff;
}
#page-honne-scroll .cpModal .cpBtn.btnNo, #page-honne-scroll .cpModal .cpBtn.btnClose {
  background-color: #ccc;
  color: #fff;
}
#page-honne-scroll a {
  text-decoration: none;
  color: inherit;
}
#page-honne-scroll {
  /* Isolate TrustArc cookie banner from page img/a resets */
}
#page-honne-scroll #consent_blackbar img {
  max-width: none;
  height: auto;
  vertical-align: baseline;
}
#page-honne-scroll #consent_blackbar .truste-cookie-link {
  text-decoration: underline;
  color: #004267;
}
#page-honne-scroll #consent_blackbar .truste-buttonsColumn button {
  position: relative;
  z-index: 1;
}
#page-honne-scroll #siteContent {
  position: relative;
  z-index: 1;
  /* Avoid shared Honne overflow-x:clip turning this into a clipped scrollport */
  overflow: visible;
}
#page-honne-scroll {
  /* Reset shared Honne #siteMain (padding + :before bgGrid) so cream
     does not frame hsHero__top — white bgGrid runs page-top → end of top */
}
#page-honne-scroll #siteMain {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  min-height: 0;
  flex: none;
  gap: 0;
  overflow-x: visible;
  z-index: auto;
}
#page-honne-scroll #siteMain::before {
  content: none;
  display: none;
}
#page-honne-scroll {
  /* Ensure loading overlay sits above page chrome */
}
#page-honne-scroll #loading {
  z-index: 9999;
}
#page-honne-scroll {
  /* Body lock while mobile menu is open (class toggled in main.js) */
}
#page-honne-scroll.scroll-prevent {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
#page-honne-scroll {
  /* ---- Header ---- */
}
#page-honne-scroll .hsHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 24px;
  pointer-events: none;
}
#page-honne-scroll .hsHeader .logo,
#page-honne-scroll .hsHeader .menuToggler,
#page-honne-scroll .hsHeader .mobileNavMenuWrapper {
  pointer-events: auto;
}
#page-honne-scroll .hsHeader .logo img {
  width: 122px;
  height: auto;
}
#page-honne-scroll .hsHeader {
  /* Override shared Honne .menuToggler so the close (X) isn’t clipped/misaligned */
}
#page-honne-scroll .hsHeader .menuToggler {
  position: relative;
  top: auto;
  right: auto;
  z-index: 102;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: auto;
  min-height: 40px;
  overflow: visible;
  text-align: center;
  color: #000;
}
#page-honne-scroll .hsHeader .menuToggler .bar {
  position: relative;
  width: 25px;
  height: 16px;
  margin: 0 auto 6px;
  margin-top: 0;
  overflow: visible;
}
#page-honne-scroll .hsHeader .menuToggler .bar span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2.5px;
  margin: 0;
  display: block;
  background-color: #000;
  border-radius: 2px;
  transform: translateY(-50%);
  transform-origin: center center;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}
#page-honne-scroll .hsHeader .menuToggler .bar span:nth-child(1) {
  top: 0;
}
#page-honne-scroll .hsHeader .menuToggler .bar span:nth-child(3) {
  top: 100%;
}
#page-honne-scroll .hsHeader .menuToggler .txt {
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
#page-honne-scroll .hsHeader .menuToggler.active .bar span {
  background-color: #fdfdfd;
}
#page-honne-scroll .hsHeader .menuToggler.active .bar span:nth-child(1) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
}
#page-honne-scroll .hsHeader .menuToggler.active .bar span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%);
}
#page-honne-scroll .hsHeader .menuToggler.active .bar span:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(-45deg);
}
#page-honne-scroll .hsHeader .menuToggler.active .txt {
  color: #fdfdfd;
}
#page-honne-scroll .hsHeader .mobileNavMenuWrapper {
  z-index: 101;
}
#page-honne-scroll {
  /* ---- Hero ---- */
}
#page-honne-scroll .hsHero {
  position: relative;
  padding: 0;
  overflow: visible;
  background: transparent;
  /* Top: white base + bgGrid — ends at active card bottom */
}
#page-honne-scroll .hsHero__top {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 80px 0 0;
  overflow: visible;
}
#page-honne-scroll .hsHero__bottom {
  position: relative;
  z-index: 2;
  background: #F7FCE3;
  padding: 16px 0 40px;
}
#page-honne-scroll .hsHero__bg {
  position: absolute;
  inset: 0;
  background-color: #fff;
  background-repeat: repeat;
  background-size: 500px;
  pointer-events: none;
  z-index: 0;
}
#page-honne-scroll .hsHero__logo {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 12px;
  width: min(250px, 55vw);
}
#page-honne-scroll .hsHero__logo img {
  width: 100%;
}
#page-honne-scroll .hsHero .hsZadankai {
  position: relative;
  z-index: 2;
  width: min(340px, 94vw);
  margin: 0 auto 16px;
  padding: 0 10px;
  box-sizing: border-box;
}
#page-honne-scroll .hsHero__note {
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 20px auto 0;
  padding: 4px 14px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #c1272d;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  #page-honne-scroll .hsHero__note {
    font-size: 1.8rem;
    padding: 6px 18px;
  }
}
#page-honne-scroll .hsHero__lead {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 150%;
  color: #C1272D;
  margin: 20px auto 20px;
  max-width: 280px;
}
#page-honne-scroll .hsHero__lead .bracket {
  display: block;
  width: 17px;
  height: 31px;
  flex-shrink: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#page-honne-scroll .hsHero__lead .bracket--left {
  margin-right: 20px;
  background-image: url("/siteb/img/index/bracket-left.svg");
}
#page-honne-scroll .hsHero__lead .bracket--right {
  margin-left: 14px;
  background-image: url("/siteb/img/index/bracket-right.svg");
}
#page-honne-scroll .hsHero__lead .bracketTxt {
  display: inline-block;
  white-space: nowrap;
}
#page-honne-scroll .hsHero__carousel {
  position: relative;
  z-index: 2;
  height: auto;
  margin-bottom: 0;
  /* Reserve #honneBook top:66px so white ends at visual active-card bottom */
  padding-bottom: 66px;
  overflow: visible;
}
#page-honne-scroll .hsHero__dogs {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: min(1222px, 92vw);
  aspect-ratio: 1222/230;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
  background: transparent;
}
#page-honne-scroll .hsHero__dogs .hsDogLeg {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: top center;
  background: transparent;
  pointer-events: none;
  animation: hsDogLegsMove 3s ease-in-out infinite;
}
#page-honne-scroll .hsHero__dogs .hsDogLeg--l1 {
  left: 0%;
  top: 22.3%;
  width: 6%;
  animation-delay: 0s;
}
#page-honne-scroll .hsHero__dogs .hsDogLeg--l2 {
  left: 9%;
  top: 2%;
  width: 6.3%;
  animation-delay: 0.5s;
}
#page-honne-scroll .hsHero__dogs .hsDogLeg--l3 {
  left: 18%;
  top: 27.2%;
  width: 6.1%;
  animation-delay: 1s;
}
#page-honne-scroll .hsHero__dogs .hsDogLeg--r1 {
  left: 78.9%;
  top: 12.6%;
  width: 6.1%;
  animation-delay: 1.5s;
}
#page-honne-scroll .hsHero__dogs .hsDogLeg--r2 {
  left: 86.7%;
  top: 27.8%;
  width: 6.2%;
  animation-delay: 2s;
}
#page-honne-scroll .hsHero__dogs .hsDogLeg--r3 {
  left: 94.5%;
  top: 8.7%;
  width: 6.4%;
  animation-delay: 2.5s;
}
#page-honne-scroll .hsHero .hsCardSwiper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  overflow: visible;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 320px;
  height: auto;
  position: relative;
  top: 0;
  right: 0;
  transition: opacity 0.3s, top 0.35s ease, right 0.35s ease;
  /* Tilt (±4deg) applied in JS via slide.progress for all non-active slides */
  /* Left of active: adjacent (l1) + outer (l2) */
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide.hs-slide-l1 {
  top: 122px;
  right: 16px;
  z-index: 3;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide.hs-slide-l2 {
  top: 114px;
  right: 35px;
  z-index: 2;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide.hs-slide-r1 {
  top: 122px;
  left: 16px;
  z-index: 3;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide.hs-slide-r2 {
  top: 114px;
  left: 35px;
  z-index: 2;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper {
  width: 100%;
  height: fit-content;
  max-width: 320px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  align-self: center;
  transform-origin: center center;
  transition: transform 0.35s ease;
  /*
    Front in-flow defines height. Back fills that exact box only.
    (Avoid stretch-to-480px which made the back taller than the front.)
  */
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper .flipCard.cardFront {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper .flipCard.cardBack {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  max-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper .flipCard .imgWrapper {
  display: block;
  margin: 0 10px;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper .flipCard .imgWrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper .flipCard.cardBack .imgWrapper {
  max-height: calc(100% - 50px);
  overflow: hidden;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper .flipCard.cardBack .imgWrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper {
  /* White veil on non-active (side) cards — Figma Rectangle 19 */
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide .cardFlipWrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.68;
  border-radius: 8px;
  pointer-events: none;
  z-index: 20;
  transition: opacity 0.25s ease;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide.swiper-slide-active {
  z-index: 5;
}
#page-honne-scroll .hsHero .hsCardSwiper .swiper-slide.swiper-slide-active .cardFlipWrapper::after {
  opacity: 0;
}
#page-honne-scroll .hsHero {
  /* Neutralize #honneBook layout rules from shared Honne CSS */
}
#page-honne-scroll .hsHero #honneBook {
  position: relative;
  top: 66px;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  align-self: auto;
  flex: none;
}
#page-honne-scroll .hsHero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: min(370px, 94vw);
  margin: 0 auto 16px;
  padding: 0 10px;
  perspective: 1000px;
}
#page-honne-scroll .hsHero__grid .hsGridCard {
  position: relative;
  width: 100%;
}
#page-honne-scroll .hsHero__grid .hsGridCard:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: calc(50% - 5px);
}
#page-honne-scroll .hsHero__grid .hsGridCard > .doneMark {
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  z-index: 5;
  pointer-events: none;
}
#page-honne-scroll .hsHero__grid .hsGridCard > .doneMark img {
  width: 100%;
  height: auto;
}
#page-honne-scroll .hsHero__grid .hsGridCard:has(.cardFlipWrapper.is-done) > .doneMark {
  display: block;
}
#page-honne-scroll .hsHero__grid .hsGridCard.is-stamping > .doneMark {
  display: block;
  animation: hsDoneMarkInCorner 0.45s ease forwards;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper {
  width: 100%;
  height: fit-content;
  position: relative;
  cursor: pointer;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.is-flipped {
  transform: rotateY(180deg);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.is-flipped .cardFront {
  pointer-events: none;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.is-flipped .cardBack {
  pointer-events: auto;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper:not(.is-flipped) .cardBack {
  pointer-events: none;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.eGreen .flipCard {
  background-color: rgb(216.75, 241.8, 240.45);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.eGreen .cardFront .flipBtn {
  background-color: #00a79e;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.eGreen .cardFront .mind {
  background-color: #00a79e;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.eGreen .cardBack {
  background-color: #00a79e;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.eGreen .cardBack .mind {
  color: #00a79e;
  background-color: rgb(216.75, 241.8, 240.45);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.yGreen .flipCard {
  background-color: rgb(240.3, 246.75, 219.75);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.yGreen .cardFront .flipBtn {
  background-color: #9dc814;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.yGreen .cardFront .mind {
  background-color: #9dc814;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.yGreen .cardBack {
  background-color: #9dc814;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.yGreen .cardBack .mind {
  color: #9dc814;
  background-color: rgb(240.3, 246.75, 219.75);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.lPurple .flipCard {
  background-color: rgb(238.2, 236.1, 244.95);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.lPurple .cardFront .flipBtn {
  background-color: #8f81bc;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.lPurple .cardFront .mind {
  background-color: #8f81bc;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.lPurple .cardBack {
  background-color: #8f81bc;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.lPurple .cardBack .mind {
  color: #8f81bc;
  background-color: rgb(238.2, 236.1, 244.95);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.dPurple .flipCard {
  background-color: rgb(230.25, 225.75, 234.6);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.dPurple .cardFront .flipBtn {
  background-color: #5a3c77;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.dPurple .cardFront .mind {
  background-color: #5a3c77;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.dPurple .cardBack {
  background-color: #5a3c77;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper.dPurple .cardBack .mind {
  color: #5a3c77;
  background-color: rgb(230.25, 225.75, 234.6);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard {
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  border: 2px solid #000;
  overflow: hidden;
  box-sizing: border-box;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard .imgWrapper {
  display: block;
  margin: 0 4px;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard .imgWrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard .mind {
  display: block;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  width: fit-content;
  padding: 1px 10px;
  border-radius: 0 0 6px 6px;
  line-height: 1.2;
  font-size: 0.65rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardFront {
  position: relative;
  height: auto;
  padding-top: 4px;
  transform: rotateY(0deg);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardFront .commentWrapper {
  margin-top: -6px;
  text-align: center;
  font-weight: bold;
  line-height: 1.35;
  padding: 0 4px 6px;
  font-size: 0.7rem;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardFront .flipBtn {
  font-weight: bold;
  cursor: pointer;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 22px;
  border-radius: 6px 6px 0 0;
  font-size: 0.65rem;
  gap: 4px;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardFront .flipBtn .arrow svg {
  width: 18px;
  height: auto;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardBack {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  max-height: 100%;
  padding-top: 6px;
  color: #fff;
  transform: rotateY(180deg);
  box-sizing: border-box;
  overflow: hidden;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardBack .imgWrapper {
  max-height: calc(100% - 28px);
  overflow: hidden;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardBack .imgWrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardBack .backToFrontBtnWrapper {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardBack .backToFrontBtnWrapper .backToFrontBtn {
  gap: 4px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  background-color: #000;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22px;
  border-radius: 6px 6px 0 0;
  font-size: 0.65rem;
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardBack .backToFrontBtnWrapper .backToFrontBtn .arrow {
  transform: scaleX(-1);
}
#page-honne-scroll .hsHero__grid .cardFlipWrapper .flipCard.cardBack .backToFrontBtnWrapper .backToFrontBtn .arrow svg {
  width: 18px;
  height: auto;
}
#page-honne-scroll .hsHero__controls {
  position: relative;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
#page-honne-scroll .hsHero__stampRow {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  margin: 12px auto 8px;
  width: min(340px, 92vw);
  padding: 0 4px;
  box-sizing: border-box;
}
#page-honne-scroll .hsHero__dogsFeet {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 885/335;
  margin: 8px auto 0;
  /* Hang lower half under cream bottom */
  margin-bottom: -17.5%;
  line-height: 0;
  pointer-events: none;
}
#page-honne-scroll .hsHero__dogsFeet .hsDogLeg {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: top center;
  background: transparent;
  pointer-events: none;
  animation: hsDogLegsMove 3s ease-in-out infinite;
  /* Positions measured from dogs_feet_sp.png (6 opaque columns) */
}
#page-honne-scroll .hsHero__dogsFeet .hsDogLeg--sp1 {
  left: 0.6%;
  top: 13.1%;
  width: 11.5%;
  animation-delay: 0s;
}
#page-honne-scroll .hsHero__dogsFeet .hsDogLeg--sp2 {
  left: 16.2%;
  top: 28.4%;
  width: 11.5%;
  animation-delay: 0.5s;
}
#page-honne-scroll .hsHero__dogsFeet .hsDogLeg--sp3 {
  left: 31.6%;
  top: 9.3%;
  width: 12.1%;
  animation-delay: 1s;
}
#page-honne-scroll .hsHero__dogsFeet .hsDogLeg--sp4 {
  left: 51.6%;
  top: 20.9%;
  width: 10.8%;
  animation-delay: 1.5s;
}
#page-honne-scroll .hsHero__dogsFeet .hsDogLeg--sp5 {
  left: 69.7%;
  top: 0.6%;
  width: 11.9%;
  animation-delay: 2s;
}
#page-honne-scroll .hsHero__dogsFeet .hsDogLeg--sp6 {
  left: 87.9%;
  top: 25.7%;
  width: 11.3%;
  animation-delay: 2.5s;
}
#page-honne-scroll .hsHero__cta {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 12px;
  padding-bottom: 24px;
}
#page-honne-scroll .hsHero__cta .hsGoods__note {
  justify-content: center;
}
#page-honne-scroll .hsHero {
  /* Reused .hsGoods__note in hero top — needs stacking above absolute __bg */
}
#page-honne-scroll .hsHero__top .hsGoods__note {
  position: relative;
  z-index: 2;
  justify-content: center;
  margin: 8px auto 16px;
}
#page-honne-scroll .hsThumbNav {
  display: flex;
  gap: 0;
  justify-content: center;
}
#page-honne-scroll .hsThumbNav__item {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 3px solid transparent;
}
#page-honne-scroll .hsThumbNav__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-honne-scroll .hsThumbNav__item .doneMark {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  align-items: center;
  justify-content: center;
}
#page-honne-scroll .hsThumbNav__item .doneMark img {
  width: 40px;
  height: auto;
}
#page-honne-scroll .hsThumbNav__item.is-done .doneMark {
  display: flex;
}
#page-honne-scroll .hsThumbNav__item.is-active {
  border-color: #00a79e;
}
#page-honne-scroll .hsNavBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 520px;
}
#page-honne-scroll .hsNavBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  /* Swiper may still stamp this class if re-bound; never disable in loop mode */
}
#page-honne-scroll .hsNavBtn.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#page-honne-scroll .hsNavBtn--prev .arrow {
  order: -1;
  transform: scaleX(-1);
}
#page-honne-scroll {
  /* Match Honne .countStampWrapper / .stampImg layout */
}
#page-honne-scroll .hsStampCount {
  text-align: center;
}
#page-honne-scroll .hsStampCount__img {
  width: 80px;
  height: 80px;
  background-image: url("/siteb/img/common/stampCountBgBorderNone.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
  position: relative;
  color: #fdfdfd;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#page-honne-scroll .hsStampCount__img .countWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#page-honne-scroll .hsStampCount__img .countWrapper .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -30%);
  z-index: 1;
  font-size: 3.2rem;
}
#page-honne-scroll .hsStampCount__img .countWrapper .total {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(0%, -13px);
  z-index: 1;
  font-size: 2rem;
  text-align: center;
}
#page-honne-scroll .hsStampCount__title {
  text-align: center;
  background: #000;
  color: #fdfdfd;
  margin-top: 5px;
  padding: 3px 5px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1rem;
}
#page-honne-scroll .hsStampCount {
  /* PC nav stamp count — Honne md+ sizes */
}
@media (min-width: 768px) {
  #page-honne-scroll .hsStampCount:not(.hsStampCount--sp) .hsStampCount__img {
    width: 90px;
    height: 90px;
  }
  #page-honne-scroll .hsStampCount:not(.hsStampCount--sp) .hsStampCount__title {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}
#page-honne-scroll .hsApplyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #00a79e;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px 28px;
  min-width: 220px;
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
#page-honne-scroll .hsApplyBtn .text {
  font-size: 20px;
}
#page-honne-scroll .hsApplyBtn--lg {
  width: 300px;
  height: 60px;
  min-width: 300px;
  box-sizing: border-box;
  gap: 12px;
  padding: 10px 20px;
  background-color: #c1272d;
  color: #fdfdfd;
  font-weight: 900;
  font-size: 2rem;
  border-radius: 50px;
  flex-shrink: 0;
  opacity: 1;
}
#page-honne-scroll .hsApplyBtn--lg .text {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
#page-honne-scroll .hsApplyBtn--lg.no-link {
  background-color: #707070;
  pointer-events: none;
  opacity: 1;
}
#page-honne-scroll .hsApplyBtn--lg.is-active {
  background-color: #c1272d;
  opacity: 1;
  pointer-events: auto;
}
#page-honne-scroll .hsApplyBtn.is-active {
  opacity: 1;
  pointer-events: auto;
}
#page-honne-scroll .hsApplyBtn:hover.is-active {
  transform: translateY(-1px);
}
#page-honne-scroll {
  /* SP stamp-row apply — Figma pill 220×40, gray inactive / red active */
}
#page-honne-scroll .hsHero__stampRow .hsApplyBtn {
  flex: 0 0 220px;
  width: 220px;
  min-width: 220px;
  height: 40px;
  padding: 0 20px;
  gap: 6px;
  border-radius: 50px;
  background-color: #9d9d9d;
  color: #fdfdfd;
  font-weight: 900;
  opacity: 1;
  pointer-events: none;
}
#page-honne-scroll .hsHero__stampRow .hsApplyBtn .text {
  font-size: 16px;
  font-weight: 900;
  color: inherit;
}
#page-honne-scroll .hsHero__stampRow .hsApplyBtn.no-link {
  background-color: #9d9d9d;
  opacity: 1;
  pointer-events: none;
}
#page-honne-scroll .hsHero__stampRow .hsApplyBtn.is-active {
  background-color: #c1272d;
  opacity: 1;
  pointer-events: auto;
}
#page-honne-scroll {
  /* Stamp bounce overlay (moved onto collected card via JS) */
}
#page-honne-scroll #stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  max-width: none;
  transform: translate(-50%, -50%) rotate(9deg) scale(1);
  transform-origin: center center;
  z-index: 30;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#page-honne-scroll #stamp img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
#page-honne-scroll #stamp.is-active {
  opacity: 1;
  visibility: visible;
  animation: hsStampBounce 0.5s ease forwards;
}
#page-honne-scroll {
  /* ---- Detail ---- */
}
#page-honne-scroll .hsDetail {
  position: relative;
  z-index: 2;
  background: #F7FCE3;
  padding: 40px 24px 80px;
  text-align: center;
}
#page-honne-scroll .hsDetail__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0 auto 28px;
  max-width: 560px;
  color: #00a79e;
  white-space: nowrap;
}
#page-honne-scroll .hsGoods {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 8px;
}
#page-honne-scroll .hsGoods__item {
  flex: 1;
  position: relative;
  text-align: center;
}
#page-honne-scroll .hsGoods__item img {
  display: block;
  width: 100%;
}
#page-honne-scroll .hsGoods__item .label {
  display: inline-block;
  white-space: nowrap;
  background-color: #00a79e;
  color: #fdfdfd;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 0 16px;
  border-radius: 20px;
}
#page-honne-scroll .hsGoods__note {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  max-width: 680px;
  margin: 8px auto 28px;
  font-size: 12px;
  color: #000;
  font-weight: 900;
}
#page-honne-scroll .hsZadankai {
  max-width: 600px;
  margin: 0 auto 24px;
}
#page-honne-scroll .hsZadankai a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
#page-honne-scroll .hsLinkBtns {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 16px;
}
#page-honne-scroll .hsSolidBtn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 14px 20px;
  min-width: 290px;
  min-height: 100px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06);
  border-bottom: 6px solid #000;
}
#page-honne-scroll .hsSolidBtn .icon {
  width: 48px;
  flex-shrink: 0;
}
#page-honne-scroll .hsSolidBtn .txt {
  flex: 1;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  color: #00a79e;
}
#page-honne-scroll .hsSolidBtn .arrow {
  align-self: flex-end;
  margin-bottom: 4px;
}
#page-honne-scroll .hsSolidBtn--full {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  min-height: 60px;
}
#page-honne-scroll .hsSolidBtn--full .txt {
  text-align: center;
  font-size: 20px;
  color: #707070;
}
#page-honne-scroll .hsSolidBtn--dark {
  padding: 0 20px;
  border-color: #333;
}
#page-honne-scroll .hsSolidBtn--dark .txt {
  color: #646464;
}
#page-honne-scroll .hsKayumiCP {
  max-width: 600px;
  margin: 0 auto 16px;
}
#page-honne-scroll .hsKayumiCP a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
#page-honne-scroll {
  /* ---- Footer ---- */
}
#page-honne-scroll .hsFooter {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 20;
  color: #000;
  height: auto !important;
  overflow: visible;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  #page-honne-scroll .hsFooter {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  #page-honne-scroll .hsFooter {
    background-color: transparent;
    z-index: unset;
  }
}
#page-honne-scroll .hsFooter {
  /* Figma Group 149: ellipse 1366×218; anno @121px, menu @158px, SN @202px */
}
#page-honne-scroll .hsFooter .hsFooterEllipse {
  width: 100%;
  box-sizing: border-box;
  margin-top: -48px;
  position: relative;
  z-index: 1;
}
#page-honne-scroll .hsFooter .hsFooterEllipse__bg {
  line-height: 0;
  pointer-events: none;
}
#page-honne-scroll .hsFooter .hsFooterEllipse__bg img {
  display: block;
  width: 100%;
  height: auto;
}
#page-honne-scroll .hsFooter .hsFooterEllipse__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 55.504587156%;
  z-index: 2;
  padding: 0 40px;
  box-sizing: border-box;
}
#page-honne-scroll .hsFooter .annoBox {
  font-size: 12px;
  line-height: 1.4;
  max-width: 785px;
  margin: 0 auto 20px;
  color: #707070;
}
#page-honne-scroll .hsFooter .footerMenuWrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
}
#page-honne-scroll .hsFooter .footerMenuWrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#page-honne-scroll .hsFooter .footerMenuWrapper ul a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
#page-honne-scroll .hsFooter .footerMenuWrapper ul a:hover {
  opacity: 0.7;
}
#page-honne-scroll .hsFooter .footerMenuWrapper ul a.howto {
  color: #00a79e;
  border-top: 2px solid #00a79e;
  border-bottom: 2px solid #00a79e;
  padding: 1px 4px;
}
#page-honne-scroll .hsFooter .materialSN {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  color: #666;
  position: relative;
  z-index: 1;
}
#page-honne-scroll .hsFooter .footerDogs {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: #d7f0ef;
}
#page-honne-scroll .hsFooter .footerDogs img {
  position: relative;
  top: 20px;
  width: 100%;
  max-width: 891px;
  display: block;
  margin: 0 auto;
}
#page-honne-scroll .hsFooter .siteInfo {
  background: #00a79e;
  color: #fff;
  border-top: 5px solid #000;
  box-sizing: border-box;
  height: 67px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
#page-honne-scroll .hsFooter .hsFooter__sp {
  display: none;
}
#page-honne-scroll {
  /* ---- Mobile overrides ---- */
}
@media (max-width: 991.98px) {
  #page-honne-scroll .hsHeader {
    padding: 18px 16px;
  }
  #page-honne-scroll .hsHeader .logo img {
    width: 67px;
  }
  #page-honne-scroll .hsHero__top {
    padding: 70px 0 16px;
  }
  #page-honne-scroll .hsHero__bottom {
    padding: 12px 0 24px;
  }
  #page-honne-scroll .hsHero {
    /* SP lead under hsHero__note (タップして…) */
  }
  #page-honne-scroll .hsHero__note + #page-honne-scroll .hsHero__lead {
    margin: 12px auto;
  }
  #page-honne-scroll .hsDetail {
    padding: 32px 16px 100px;
  }
  #page-honne-scroll .hsDetail__title {
    font-size: 22px;
    line-height: 1.4;
    max-width: 220px;
    margin-bottom: 20px;
  }
  #page-honne-scroll .hsGoods {
    max-width: 340px;
    gap: 6px;
  }
  #page-honne-scroll .hsGoods__item .label {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 0 8px;
    border-radius: 20px;
  }
  #page-honne-scroll .hsGoods__note {
    justify-content: center;
    font-size: 11px;
    max-width: 340px;
  }
  #page-honne-scroll .hsZadankai,
  #page-honne-scroll .hsKayumiCP {
    max-width: 340px;
  }
  #page-honne-scroll .hsLinkBtns {
    max-width: 340px;
    gap: 10px;
  }
  #page-honne-scroll .hsSolidBtn {
    min-width: 0;
    flex: 1;
    min-height: 60px;
    padding: 10px 8px;
    gap: 6px;
  }
  #page-honne-scroll .hsSolidBtn .icon {
    width: 22px;
  }
  #page-honne-scroll .hsSolidBtn .txt {
    font-size: 13px;
  }
  #page-honne-scroll .hsSolidBtn--full {
    max-width: 340px;
  }
  #page-honne-scroll .hsFooter {
    padding-top: 0;
    background-color: transparent;
  }
  #page-honne-scroll .hsFooter .hsFooter__sp {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    padding: 0;
    background-color: transparent;
  }
  #page-honne-scroll .hsFooter .hsFooter__spCurve {
    width: 100%;
    line-height: 0;
    position: relative;
    z-index: 1;
  }
  #page-honne-scroll .hsFooter .hsFooter__spCurve > img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  #page-honne-scroll .hsFooter .hsFooter__spCurve {
    /* Anno sits ON the curve image (Figma: 49px / 124px from top).
       Do NOT pull mint fill up — that paints over transparent corners. */
  }
  #page-honne-scroll .hsFooter .hsFooter__spCurve .annoBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 39.5161290323%;
    z-index: 2;
    font-size: 11px;
    line-height: 1.55;
    padding: 0 40px;
    margin: 0 auto;
    max-width: 340px;
    color: #707070;
    box-sizing: border-box;
  }
  #page-honne-scroll .hsFooter .hsFooter__spFill {
    position: relative;
    z-index: 1;
    background-color: rgb(200, 231, 230);
    margin-top: -1px;
    padding: 12px 0 0;
    overflow: visible;
  }
  #page-honne-scroll .hsFooter .footerMenuWrapper {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    padding: 0 16px 8px;
  }
  #page-honne-scroll .hsFooter .footerMenuWrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
  }
  #page-honne-scroll .hsFooter .footerMenuWrapper ul a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  #page-honne-scroll .hsFooter .footerMenuWrapper ul a.howto {
    color: #00a79e;
    border-top: 2px solid #00a79e;
    border-bottom: 2px solid #00a79e;
    padding: 2px 6px;
  }
  #page-honne-scroll .hsFooter .materialSN {
    font-size: 12px;
    font-weight: bold;
    margin: 20px auto 24px;
    color: #666;
    position: relative;
    z-index: 1;
  }
  #page-honne-scroll .hsFooter .footerDogs {
    background-color: transparent;
    margin: 0;
    line-height: 0;
    overflow: visible;
  }
  #page-honne-scroll .hsFooter .footerDogs img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    top: 8px;
  }
  #page-honne-scroll .hsFooter .siteInfo {
    background: #00a79e;
    color: #fdfdfd;
    border-top: 4px solid #1a1a1a;
    padding: 0 16px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  #page-honne-scroll .hsHero__top {
    padding-top: 40px;
  }
  #page-honne-scroll .hsHero__lead {
    font-size: 22px;
    max-width: none;
  }
  #page-honne-scroll .hsHero .hsCardSwiper .swiper-slide {
    width: 360px;
    height: auto;
  }
  #page-honne-scroll .hsHero .hsCardSwiper .cardFlipWrapper {
    max-width: 360px;
  }
}

@keyframes hsDoneMarkInCorner {
  0% {
    transform: scale(1.6);
    opacity: 0;
  }
  55% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hsStampBounce {
  0% {
    transform: translate(-50%, -50%) rotate(9deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) rotate(9deg) scale(1);
  }
}
@keyframes hsDogLegsMove {
  0%, 20%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(10%);
  }
}

/*# sourceMappingURL=style.css.map */
