@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
  font-size: 21px;
}

body {
  -webkit-font-smoothing: antialiased;
}

em {
  font-style: normal;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/* ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ£Ã†â€™Ã…Â¾ÃƒÂ£Ã†â€™Ã¢â‚¬ÂºÃƒÂ£Ã†â€™Ã¢â‚¬Â¡ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¶ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¤ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã‚ÂÃ…â€™414pxÃƒÂ£Ã‚ÂÃ‚Â§ÃƒÂ¤Ã‚Â½Ã…â€œÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°ÃƒÂ£Ã¢â‚¬Å¡Ã…â€™ÃƒÂ£Ã‚ÂÃ‚Â¦ÃƒÂ£Ã‚ÂÃ¢â‚¬Å¾ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ÃƒÂ¥Ã‚Â Ã‚Â´ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ£Ã‚ÂÃ‚Â®,remÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¥Ã‚ÂÃ…â€™ÃƒÂ¥Ã¢â€šÂ¬Ã‚ÂÃƒÂ§Ã…Â½Ã¢â‚¬Â¡ÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Â°ÃƒÂ£Ã‚ÂÃ‚Â«ÃƒÂ£Ã‚ÂÃ¢â€žÂ¢ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â¹ÃƒÂ¥Ã‚Â Ã‚Â´ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ£Ã‚ÂÃ‚Â¯ÃƒÂ¦Ã…â€œÃ¢â‚¬Â°ÃƒÂ¥Ã…Â Ã‚Â¹ÃƒÂ£Ã†â€™Ã‚Â»ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°ÃƒÂ¥Ã¢â‚¬Â°Ã…Â ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ */
@media screen and (max-width: 767.98px) {
  html {
    font-size: 3.8647342995vw;
  }
}

:where(.bz) img {
  width: 100%;
}

.bz {
}

/* ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ‚Â«PCÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¦Ã¢â€žÂ¢Ã¢â‚¬Å¡ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ */
.bz:before {
  content: "";
  background-image: url(../img/pc-bg.webp);
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
}

.bz:after {
  content: "";
  background: url(../img/pc-deco.webp) no-repeat;
  background-size: contain;
  width: 100%;
  height: 6.4880952381vw;
  position: fixed;
  z-index: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767.98px) {
  .bz:before,
  .bz:after {
    display: none;
  }
}

.bz__inner {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}

.bz-pc-logo {
  position: fixed;
  top: 6%;
  left: 2%;
}

.bz-pc-logo__img {
  width: 100px;
  height: 50px;
}

.bz-pc-left {
  margin-right: 8.3%;
}

.bz-pc-left__inner {
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
}
.bz-pc-left__img {
  width: 300px;
  height: 500px;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.bz-content {
  z-index: 99;
  background: #fff;
  position: relative;
}

.bz-content__inner {
  width: 460px;
  margin-inline: auto;
  overflow: hidden;
}

.bz-content__inner > * {
  position: relative;
}

.bz-pc-right {
  margin-left: 10.2%;
}
.bz-pc-right__inner {
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
}

.bz-pc-right__img {
  width: 200px;
  height: 200px;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

@media screen and (max-width: 1059.98px) {
  .bz-pc-right {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .bz {
  }

  .bz__inner {
    width: 100%;
    display: block;
  }

  .bz-pc-logo {
    display: none;
  }

  .bz-pc-left {
    display: none;
  }

  .bz-pc-left__inner {
  }

  .bz-content {
  }

  .bz-content__inner {
    width: 100%;
  }

  .bz-pc-right {
  }

  .bz-pc-right__inner {
  }
}

/* ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Å“ÃƒÂ£Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬Â°ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¨Ã‚Â¨Ã‹Å“ÃƒÂ¨Ã‚Â¨Ã‹Å“ÃƒÂ¨Ã‚Â¿Ã‚Â° */

.bz-hero {
  background-color: #56e09e;
}

@media screen and (min-width: 768px) {
  .bz {
    min-height: 100vh;
    background-color: #ffffff;
    background-image:
      linear-gradient(#f0f2ef 1px, transparent 1px),
      linear-gradient(90deg, #f0f2ef 1px, transparent 1px);
    background-size: 2rem 2rem;
  }

  .bz__inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
  }

  .bz-pc-logo {
    display: block;
    position: fixed;
    top: 10px;
    left: 22px;
    z-index: 3;
    width: 229px;
  }

  .bz-pc-logo__img {
    display: block;
    width: 100%;
    height: auto;
  }

  .bz-pc-left {
    display: block;
    position: fixed;
    top: var(--bz-pc-left-top, 96px);
    left: var(--bz-pc-left-position, calc(50% - 636px));
    z-index: 2;
    width: 546px;
    margin: 0;
    transform: scale(var(--bz-pc-left-scale, 1));
    transform-origin: top left;
  }

  .bz-pc-left__inner {
    position: static;
    width: 100%;
    transform: none;
  }

  .bz-pc-left__lead {
    display: block;
    width: 100%;
    height: auto;
  }

  .bz-pc-left__campaign {
    position: relative;
    width: 475px;
    margin-top: -17px;
    margin-left: 35px;
  }


  .bz-pc-left__campaign--normal{
    margin-top: 2px;
  }
  .bz-pc-left__campaign-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .bz-pc-left__cta {
    position: absolute;
    top: 58.3%;
    left: 50%;
    display: block;
    width: 72.25%;
    transform: translateX(-50%);
    transition: transform 0.3s;
  }

  .bz-pc-left__cta:hover {
    transform: translateX(-50%) scale(1.03);
  }

  .bz-pc-left__cta-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .bz-content {
    width: 540px;
    margin-top: 55px;
    margin-left: var(--bz-pc-content-left, calc(50% + 11px));
  }

  .bz-content__inner {
    width: 540px;
    margin: 0;
    overflow: visible;
    overflow: hidden;
    border-radius: 43px 43px 0 0;
    box-shadow: 0 0 0 4px #18cf7e;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .bz-pc-logo {
    display: none;
  }
}

.bz-achievements__anime {
  position: relative;
}

.bz-achievements__anime-layer {
  position: absolute;
  top: 19.5%;
  left: 50%;
  width: 52.0934%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.2s ease 0.6s;
}

.bz-achievements__anime-layer.is-visible {
  visibility: visible;
  opacity: 1;
}

.bz-difference__staff-animation {
  position: relative;
}

.bz-difference__staff-animation-01 {
  position: absolute;
  top: 14.5%;
  left: 51.3%;
  width: 13.4%;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.75s ease;
}

.bz-difference__staff-animation-01.is-visible {
  clip-path: inset(0 0 0 0);
}

.bz-difference__staff-animation-02 {
  position: absolute;
  top: 14.5%;
  left: 36.7%;
  width: 13.4%;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.75s ease 0.15s;
}

.bz-difference__staff-animation-02.is-visible {
  clip-path: inset(0 0 0 0);
}

.bz-hero__inner {
  width: 100%;
  margin-inline: auto;
}

.bz-hero__title {
  margin: 0;
}

.bz-hero__visual {
  position: relative;
  display: block;
}

.bz-hero__video {
  position: absolute;
  top: 14.4%;
  left: 0.5rem;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}

.bz-hero__poster {
  position: absolute;
  top: 14.4%;
  left: 0.5rem;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}

.bz-hero__visual.is-video-playing .bz-hero__poster {
  display: none;
}

.bz-hero__artwork {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.bz-hero__cta {
  position: absolute;
  top: 54%;
  left: 50%;
  z-index: 2;
  width: 93.2367%;
  transform: translateX(-50%);
}

.bz-hero__cta-info {
  display: block;
  width: 100%;
  height: auto;
}

.bz-hero__cta-button {
  position: absolute;
  top: 63.7%;
  left: 50%;
  display: block;
  width: 93.0052%;
  transform: translateX(-50%);
  transition: transform 0.3s;
}

.bz-hero__cta-button:hover {
  transform: translateX(-50%) scale(1.03);
}

.bz-hero__cta-button-img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-trial__inner {
  width: 100%;
  margin-inline: auto;
}

.bz-trial__visual {
  position: relative;
}

.bz-trial__artwork {
  display: block;
  width: 100%;
  height: auto;
}

.bz-trial__cta {
  position: absolute;
  top: 25.4%;
  left: 0;
  z-index: 1;
  width: 100%;
}

.bz-trial__cta-info {
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(0.5rem);
}

.bz-trial__cta-button {
  position: absolute;
  top: 65.5%;
  left: 50%;
  display: block;
  width: 99%;
  transform: translateX(-50%);
  transition: transform 0.3s;
}

.bz-trial__cta-button:hover {
  transform: translateX(-50%) scale(1.03);
}

.bz-trial__cta-button-img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-interview {
  background-color: #26d487;
}

.bz-interview__inner {
  width: 100%;
  margin-inline: auto;
}

.bz-interview__header {
  margin-bottom: 0;
}

.bz-interview__title {
  margin: 0;
}

.bz-interview__title-img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-interview__lead {
  margin: 0;
}

.bz-interview__lead-img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-interview__body {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 2.4rem;
  background-color: #26d487;
}

.bz-interview__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bz-interview__slider {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
}

.bz-interview__slider:not(.swiper-initialized) {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.bz-interview__track {
  align-items: flex-start;
}

.bz-interview__slide {
  width: 19.8125rem;
  scroll-snap-align: start;
}

.bz-interview-card {
  position: relative;
}

.bz-interview-card__frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.bz-interview-card__video {
  position: absolute;
  top: 27.25%;
  left: 4.3%;
  z-index: 2;
  display: none;
  width: 18.26125rem;
  height: 10.606875rem;
  border: 0;
  border-radius: 0.5rem;
  object-fit: cover;
}

.bz-interview-card.has-video .bz-interview-card__video {
  display: none;
}

.bz-interview-card__play {
  position: absolute;
  top: 27.25%;
  left: 4.3%;
  z-index: 2;
  display: block;
  width: 18.26125rem;
  height: 10.606875rem;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
}

.bz-interview-card__play img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bz-interview-card.is-playing .bz-interview-card__play {
  display: none;
}

.bz-interview-card.is-playing .bz-interview-card__video {
  display: block;
}

/* figma-css:start nodeId=752-239672 */

.bz-faq {
  padding-bottom: 0.8256rem;
  background-color: #19d178;
  background-image: url(../img/kappa-69.webp);
  background-position: 0 12.125rem;
  background-repeat: no-repeat;
  background-size: 414px 306px;
  font-family: "Noto Sans JP", sans-serif;
}

.bz-faq__inner {
  width: 100%;
  margin-inline: auto;
}

.bz-faq__header {
  margin-bottom: 1.0714rem;
}

.bz-faq__title {
  margin: 0;
}

.bz-faq__title-img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.6323rem;
  margin-inline: auto;
  margin-bottom: 2.2981rem;
  width: 88.0362318841%;
}

.bz-faq__item {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 1.25rem;
}

.bz-faq__question-heading {
  margin: 0;
}

.bz-faq__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 5.7195rem;
  padding: 0.75rem 1.6027rem 0.75rem 1.224rem;
  border: 0;
  border-radius: 1.25rem;
  background-color: transparent;
  color: #00140c;
  text-align: left;
}

.bz-faq__icon {
  flex: 0 0 auto;
  width: 2.3716rem;
  height: 2.3716rem;
}

.bz-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 0.8302rem;
  color: #00140c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.07rem;
}

.bz-faq__chevron {
  flex: 0 0 auto;
  width: 1rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.bz-faq__item.is-open .bz-faq__chevron {
  transform: rotate(180deg);
}

.bz-faq__answer[hidden] {
  display: none;
}

.bz-faq__answer {
  padding: 0 1.6027rem 1.25rem 4.426rem;
}

.bz-faq__item.is-open .bz-faq__answer {
  margin-top: -1rem;
}

.bz-faq__answer-text {
  color: #00140c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.035rem;
}

.bz-faq__campaign {
  width: calc(100% - 1.75rem);
  max-width: 24.125rem;
  margin-inline: auto;
}

.bz-faq__campaign-img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-reservation {
  padding-bottom: 2.9902rem;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.bz-reservation__inner {
  width: 100%;
  margin-inline: auto;
}

.bz-reservation__header {
  margin-bottom: 0.4141rem;
}

.bz-reservation__title {
  margin: 0;
}

.bz-reservation__title-img {
  display: block;
  width: 100%;
  height: auto;
}

.bz-stores {
  width: calc(100% - 3.0955rem);
  max-width: 22.7803rem;
  margin-inline: auto;
}

.bz-stores__domestic {
  margin-bottom: 2.4375rem;
}

.bz-stores__scope-title {
  display: flex;
  align-items: center;
  min-height: 3.8125rem;
  margin: 0 0 1.0367rem;
  padding-right: 1.625rem;
  padding-left: 1.625rem;
  background-color: #029f53;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1238rem;
}

.bz-stores__regions {
  display: flex;
  flex-direction: column;
  gap: 1.0557rem;
}

.bz-stores__region {
  width: 100%;
}

.bz-stores__region-heading {
  margin: 0;
}

.bz-stores__region-trigger {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 2.8125rem;
  padding: 0 0.5rem 0 1.6875rem;
  border: 0;
  border-bottom: 0.0625rem solid #029f53;
  background-color: transparent;
  color: #029f53;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.025rem;
  text-align: left;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .bz-stores__region-trigger:hover {
    opacity: 0.7;
  }
}

.bz-stores__region-trigger:active {
  opacity: 0.7;
}

.bz-stores__region.is-open .bz-stores__region-trigger {
  border-bottom-color: transparent;
}

.bz-stores__region-symbol {
  flex: 0 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.0275rem;
}

.bz-stores__region-panel[hidden] {
  display: none;
}

.bz-stores__region-panel {
  width: 90%;
  max-width: 19.5417rem;
  margin-inline: auto;
}

.bz-stores__prefecture {
  margin-bottom: 0.5625rem;
}

.bz-stores__prefecture:last-child {
  margin-bottom: 0.2121rem;
}

.bz-stores__prefecture-title {
  display: flex;
  align-items: center;
  min-height: 2.4203rem;
  margin: 0 0 0.5rem;
  padding-right: 1.019rem;
  padding-left: 1.019rem;
  background-color: #cde9dc;
  color: #029f53;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.117rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1005rem;
}

.bz-stores__shop-list {
  margin: 0;
  padding: 0;
}

.bz-stores__shop-item {
  display: flex;
  align-items: center;
  min-height: 2.348rem;
}

.bz-stores__shop-item--target {
  position: relative;
}

.bz-stores__shop-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.348rem;
  padding-right: 0.65rem;
  padding-left: 1.006rem;
  box-sizing: border-box;
  color: #029f53;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03rem;
  white-space: normal;
  transition: opacity 0.3s ease;
}

.bz-stores__shop-link > span:not(.bz-stores__shop-arrow) {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (hover: hover) {
  .bz-stores__shop-link:hover {
    opacity: 0.7;
  }
}

.bz-stores__shop-link:active {
  opacity: 0.7;
}

.bz-stores__shop-link--modal {
  border: 0;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}

.bz-stores__shop-item--target .bz-stores__shop-link {
  flex: 0 0 auto;
  max-width: 19.4834rem;
  min-height: 1.7614rem;
  margin-left: 0.21rem;
  padding-left: 0.796rem;
  background-color: #f9ff8d;
  border-radius: 6.25rem;
}

.bz-stores__target-badge {
  position: absolute;
  top: 50%;
  left: -2.075rem;
  z-index: 1;
  width: 2.6841rem;
  height: 2.6841rem;
  transform: translateY(-50%);
}

.bz-stores__shop-arrow {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 0.35rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.bz-stores__placeholder {
  margin: 0;
  padding: 1rem;
  background-color: #cde9dc;
  color: #029f53;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.035rem;
}

.bz-stores__overseas .bz-stores__regions {
  gap: 1.0219rem;
}

.bz-footer {
  background-image: url(../img/kappa-72.webp);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: "Noto Sans JP", sans-serif;
}

.bz-footer__inner {
  width: 100%;
  min-height: 7.6787rem;
  padding-top: 2.8868rem;
  padding-bottom: 0.75rem;
}

.bz-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6223rem;
  margin-bottom: 1.665rem;
}

.bz-footer__link {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8938rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.0715rem;
  white-space: nowrap;
}

.bz-footer__copyright {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.0675rem;
  text-align: center;
}

/* figma-css:end nodeId=752-239672 */

/* figma-css:start nodeId=815-178 */
html.is-reservation-modal-open {
  overflow: hidden;
}

body.is-reservation-modal-open {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.bz-reservation-modal[hidden] {
  display: none;
}

.bz-reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100dvh;
  padding-block: 3rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.bz-reservation-modal__backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(80, 80, 80, 0.7);
}

.bz-reservation-modal__dialog {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: calc(100% - 2.5rem);
  max-width: 23.375rem;
  margin-block: auto;
  padding: 2.2263rem 1.75rem 1.1825rem;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #1ad178;
  border-radius: 1.875rem;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #029f53;
}

.bz-reservation-modal__close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.bz-reservation-modal__badge {
  position: absolute;
  top: -1.2415rem;
  right: -1.0649rem;
  z-index: 2;
  width: 8.1058rem;
  height: auto;
  object-fit: contain;
}

.bz-reservation-modal__badge[hidden] {
  display: none;
}

.bz-reservation-modal__title {
  margin: 0;
  margin-bottom: 0.8125rem;
  color: #029f53;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.075rem;
  white-space: pre-line;
}

.bz-reservation-modal__details {
  width: 100%;
}

.bz-reservation-modal__detail {
  margin-bottom: 1rem;
}

.bz-reservation-modal__detail[hidden] {
  display: none;
}

.bz-reservation-modal__detail--station {
  margin-bottom: 1.2744rem;
}

.bz-reservation-modal__label {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 1.7151rem;
  margin: 0;
  margin-bottom: 0.4469rem;
  padding-right: 0.8221rem;
  padding-left: 0.8221rem;
  border-radius: 5.5821rem;
  background-color: #cde9dc;
  color: #029f53;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9418rem;
  font-weight: 700;
  line-height: 1.2244rem;
  letter-spacing: 0.0848rem;
}

.bz-reservation-modal__detail-copy {
  margin: 0;
  color: #029f53;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9063rem;
  font-weight: 500;
  line-height: 1.3594rem;
  letter-spacing: 0.0544rem;
  white-space: pre-line;
}

.bz-reservation-modal__store-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.2599rem;
}

.bz-reservation-modal__store-img[hidden] {
  display: none;
}

.bz-reservation-modal__cta {
  display: block;
  width: 114.719%;
  margin-left: -1.4304rem;
  line-height: 0;
  transition: transform 0.3s;
  cursor: pointer;
}

.bz-reservation-modal__cta[hidden] {
  display: none;
}

@media (hover: hover) {
  .bz-reservation-modal__cta:hover {
    transform: scale(1.03);
  }
}

.bz-reservation-modal__cta:active {
  transform: scale(1.03);
}

.bz-reservation-modal__cta-img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .bz-reservation-modal__dialog {
    max-width: 450.875px;
  }

.bz-reservation-modal__badge{
  width: 6.8058rem;
  top: -0.8415rem;
  right: -1.3649rem;
}
  
  .bz-reservation-modal__detail-copy{
    
  }
}
/* figma-css:end nodeId=815-178 */

/* ===== ÃƒÂ¨Ã‚Â¿Ã‚Â½ÃƒÂ¥Ã‚Â¾Ã¢â‚¬Å“ÃƒÂ£Ã†â€™Ã…â€œÃƒÂ£Ã¢â‚¬Å¡Ã‚Â¿ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ¯Ã‚Â¼Ã‹â€ fix-ctaÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° ===== */
.bz-follow {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0 0.4rem env(safe-area-inset-bottom);
  visibility: hidden;
  transition: opacity 0.2s ease;
}

/* ÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂºÃƒÂ§Ã‚ÂÃ‚Â¾ÃƒÂ¥Ã¢â‚¬Â°Ã‚ÂÃƒÂ¯Ã‚Â¼Ã‹â€ JSÃƒÂ£Ã‚ÂÃ‚Â§ .is-visible ÃƒÂ£Ã¢â‚¬Å¡Ã¢â‚¬â„¢ÃƒÂ¤Ã‚Â»Ã‹Å“ÃƒÂ¤Ã‚Â¸Ã…Â½ÃƒÂ£Ã‚ÂÃ¢â‚¬â€ÃƒÂ£Ã‚ÂÃ‚Â¦ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */
.bz-follow:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.bz-follow.is-visible {
  opacity: 1;
  visibility: visible;
}

.bz-follow__btn {
  display: block;
  line-height: 0;
  width: 100%;
}

.bz-follow__btn img {
  width: 100%;
  height: auto;
}

/* PCÃƒÂ£Ã‚ÂÃ‚ÂªÃƒÂ£Ã‚ÂÃ¢â‚¬â€ÃƒÂ¦Ã‚Â¡Ã‹â€ ÃƒÂ¤Ã‚Â»Ã‚Â¶ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ£Ã‚ÂÃ…Â¸ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â 768px ÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ£Ã‚ÂÃ‚Â§ÃƒÂ£Ã‚ÂÃ‚Â¯ÃƒÂ©Ã‚ÂÃ…Â¾ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â¤Ã‚Âº */
@media screen and (min-width: 768px) {
  .bz-follow {
    display: none;
  }
}
