#chocolatier-lp_ch {
  --common-header-height: 0px;
  --lp-viewport-height: 100dvh;
  --lp-mv-height: max(520px, calc(var(--lp-viewport-height) - var(--common-header-height)));
  --lp-full-height: max(520px, var(--lp-viewport-height));
  --lp-half-height: max(360px, calc(var(--lp-viewport-height) / 2));
  box-sizing: border-box;
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background: #4b2500 url("../images/bg-side.webp") center top/375px auto repeat;
  color: #fff;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1.8;
}
#chocolatier-lp_ch *,
#chocolatier-lp_ch *::before,
#chocolatier-lp_ch *::after {
  box-sizing: inherit;
}
#chocolatier-lp_ch a {
  color: inherit;
  text-decoration: none;
}
#chocolatier-lp_ch img,
#chocolatier-lp_ch video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#chocolatier-lp_ch button {
  font: inherit;
}

.chocolatier-lp__layout_ch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 600px minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
}

.chocolatier-lp__main_ch {
  position: relative;
  z-index: 1;
  width: 600px;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  background: #333;
}

.chocolatier-lp__rail_ch {
  position: relative;
  min-width: 0;
  padding: 44px 24px;
}

.chocolatier-lp__sticky_ch {
  position: fixed;
  bottom: var(--lp-rail-bottom-offset, 160px);
  z-index: 2;
  width: min(100%, 220px);
}

.chocolatier-lp__rail--left_ch .chocolatier-lp__sticky_ch {
  left: calc((100vw - 600px) / 4 - 110px);
}

.chocolatier-lp__rail--right_ch .chocolatier-lp__sticky_ch {
  right: calc((100vw - 600px) / 4 - 110px);
}

#chocolatier-lp_ch.is-rail-at-bottom_ch .chocolatier-lp__sticky_ch {
  position: absolute;
  right: auto;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
}

.chocolatier-lp__title-card_ch {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
}

.chocolatier-lp__side-title_ch {
  width: min(100%, 160px);
  margin: 0 0 18px;
}

.chocolatier-lp__title-card-visual_ch {
  width: min(100%, 220px);
  aspect-ratio: 624/577;
  margin: 0 auto;
}

#chocolatier-lp_ch .chocolatier-lp__side-title_ch img,
#chocolatier-lp_ch .chocolatier-lp__title-card-visual_ch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chocolatier-lp__index_ch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 0;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  text-align: center;
}

#chocolatier-lp_ch .chocolatier-lp__index-brand-logo_ch {
  width: min(100%, 180px);
  height: auto;
  margin: 0 0 10px;
  object-fit: contain;
}

.chocolatier-lp__mobile-nav_ch sup {
  font-size: 8px;
}

.chocolatier-lp__index_ch a {
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  letter-spacing: 0.06em;
  transition: color 0.2s ease;
}

#chocolatier-lp_ch .chocolatier-lp__index_ch a:hover,
#chocolatier-lp_ch .chocolatier-lp__index_ch a:focus-visible,
#chocolatier-lp_ch .chocolatier-lp__index_ch a.is-current_ch {
  color: #EBB866;
}

.chocolatier-lp__menu-trigger-wrap_ch {
  position: fixed;
  top: var(--lp-menu-trigger-top, 0px);
  left: 50%;
  z-index: 30;
  width: min(100%, 600px);
  height: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.chocolatier-lp__menu-trigger_ch {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  pointer-events: auto;
}

.chocolatier-lp__menu-trigger_ch span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 4px 0;
  background: #4b2500;
}

.chocolatier-lp__panel_ch {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.chocolatier-lp__panel--full_ch {
  height: var(--lp-full-height);
}

.chocolatier-lp__mv_ch {
  height: var(--lp-mv-height);
}

.chocolatier-lp__panel--half_ch {
  height: var(--lp-half-height);
}

.chocolatier-lp__media_ch {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #333;
}

.chocolatier-lp__overlay_ch {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: clamp(28px, 7vw, 60px);
  pointer-events: none;
}

.chocolatier-lp__overlay--mv_ch {
  display: none;
  top: 26px;
  right: auto;
  bottom: auto;
  left: 26px;
  width: 96px;
  height: 96px;
  padding: 0;
}

.chocolatier-lp__mv-title_ch {
  width: 100%;
  height: 100%;
  margin: 0;
}

#chocolatier-lp_ch .chocolatier-lp__mv-title_ch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chocolatier-lp__mv-copy_ch {
  position: absolute;
  right: 10px;
  bottom: 38px;
  left: 40px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  text-align: left;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}

.chocolatier-lp__mv-copy_ch span {
  display: block;
}

.chocolatier-lp__overlay--lead_ch {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding: clamp(45px, 8vw, 72px) clamp(28px, 7vw, 46px);
  padding-right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.32), transparent 52%);
  color: #38220f;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.65);
}

.chocolatier-lp__overlay--lead_ch p {
  max-width: 390px;
  margin: 0;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.035em;
}

.chocolatier-lp__overlay--title_ch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.chocolatier-lp__overlay--title_ch h3 {
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.chocolatier-lp__section-title-mask_ch,
.chocolatier-lp__section-title-main_ch {
  display: block;
}

.chocolatier-lp__section-title-mask_ch {
  overflow: hidden;
  line-height: 1.1;
}

.chocolatier-lp__section-title-sub_ch {
  display: block;
  margin-top: 8px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.chocolatier-lp__section-title_ch {
  background: #24150F;
}

#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch .chocolatier-lp__media_ch {
  opacity: 0;
}

#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title-main_ch {
  transform: translateY(110%);
  backface-visibility: hidden;
}

#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title-sub_ch,
#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch .chocolatier-lp__flag_ch {
  opacity: 0;
}

#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__media_ch,
#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__section-title-sub_ch,
#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__flag_ch {
  opacity: 1;
}

#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__media_ch {
  transition: opacity 1s ease 0.2s;
}

#chocolatier-lp_ch.is-base-ready_ch #chocolatier-belgium_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__media_ch,
#chocolatier-lp_ch.is-base-ready_ch #chocolatier-france_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__media_ch {
  transition-delay: 0.2s;
}

#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__section-title-sub_ch,
#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__flag_ch {
  transition: opacity 0.8s ease 0.4s;
}

#chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch .chocolatier-lp__section-title-main_ch {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.chocolatier-lp__flag_ch {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 38px;
  height: 25px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.chocolatier-lp__flag--belgium_ch {
  background: linear-gradient(to right, #111 0 33.333%, #f6d10a 33.333% 66.666%, #e42b2b 66.666%);
}

.chocolatier-lp__flag--france_ch {
  background: linear-gradient(to right, #1a3d8d 0 33.333%, #fff 33.333% 66.666%, #e52b37 66.666%);
}

#chocolatier-belgium_ch .chocolatier-lp__section-title_ch::after,
#chocolatier-france_ch .chocolatier-lp__section-title_ch::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 38% 0 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  pointer-events: none;
}

#chocolatier-lp_ch.is-base-ready_ch #chocolatier-belgium_ch .chocolatier-lp__section-title_ch::after,
#chocolatier-lp_ch.is-base-ready_ch #chocolatier-france_ch .chocolatier-lp__section-title_ch::after {
  opacity: 0;
}

#chocolatier-lp_ch.is-base-ready_ch #chocolatier-belgium_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch::after,
#chocolatier-lp_ch.is-base-ready_ch #chocolatier-france_ch .chocolatier-lp__section-title_ch.is-section-title-visible_ch::after {
  opacity: 1;
  transition: opacity 1s ease 0.2s;
}

#chocolatier-belgium_ch .chocolatier-lp__overlay--title_ch,
#chocolatier-france_ch .chocolatier-lp__overlay--title_ch {
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
}

#chocolatier-belgium_ch .chocolatier-lp__overlay--title_ch h3,
#chocolatier-france_ch .chocolatier-lp__overlay--title_ch h3 {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: min(70px, 21.25vw);
  font-weight: 600;
}

.chocolatier-lp__vertical-copy_ch {
  position: absolute;
  z-index: 2;
  top: 32px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
  color: #4a2400;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.chocolatier-lp__vertical-copy_ch span {
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 8px 0;
  background: #fff;
  writing-mode: vertical-rl;
}

.chocolatier-lp__vertical-copy--right_ch {
  right: 24px;
}

.chocolatier-lp__vertical-copy--left_ch {
  left: 24px;
}

.chocolatier-lp__link-panel_ch {
  color: #fff;
  cursor: pointer;
}

.chocolatier-lp__link-panel_ch::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 35% 0 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
  pointer-events: none;
}

.chocolatier-lp__link-panel_ch:focus-visible {
  outline: 3px solid #ffe06b;
  outline-offset: -3px;
}

.chocolatier-lp__link-copy_ch {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  padding-right: 44px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
}

.chocolatier-lp__link-copy_ch span,
.chocolatier-lp__link-copy_ch strong {
  display: block;
}

.chocolatier-lp__link-copy_ch span {
  margin-bottom: 5px;
  font-size: 14px;
}

.chocolatier-lp__link-copy_ch strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

#chocolatier-lp_ch .chocolatier-lp__link-arrow_ch {
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 39px;
  height: 39px;
  object-fit: contain;
}

.chocolatier-lp__information_ch {
  color: #4a2400;
  text-align: center;
}

.chocolatier-lp__information-inner_ch {
  width: min(100%, 470px);
  margin: 0 auto;
  padding: 68px 42px;
}

.chocolatier-lp__delivery_ch {
  background: #fff;
  color: #412100;
}

.chocolatier-lp__information_ch.chocolatier-lp__delivery_ch h3 {
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid #C3A280;
}

.chocolatier-lp__delivery_ch .chocolatier-lp__date-label_ch {
  color: #412100;
}

.chocolatier-lp__information-lead_ch {
  margin: 0 0 42px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.chocolatier-lp__information_ch h3 {
  margin: 38px 0 20px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.chocolatier-lp__information_ch h3:first-of-type {
  margin-top: 0;
}

.chocolatier-lp__date-list_ch {
  display: grid;
  gap: 18px;
  margin: 0;
}

#chocolatier-lp_ch .chocolatier-lp__date-link_ch {
  display: grid;
  gap: 5px;
  color: inherit;
  text-decoration: none;
}

#chocolatier-lp_ch .chocolatier-lp__date-link_ch:focus-visible {
  outline: 2px solid #412100;
  outline-offset: 4px;
}

.chocolatier-lp__date-label_ch {
  width: max-content;
  margin: 0 auto;
  padding: 2px 10px;
  background: #d6b978;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.chocolatier-lp__date-value_ch {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.chocolatier-lp__delivery-cta-list_ch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}

.chocolatier-lp__profile_ch {
  background: #E9E6DD url("../images/bg_profile.webp") center top/405px auto repeat;
}

#chocolatier-lp_ch .chocolatier-lp__profile-title_ch {
  display: block;
  width: 90px;
  height: 26px;
  margin: 0 auto 26px;
  object-fit: contain;
}

.chocolatier-lp__profile_ch h3 {
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 3px solid #412100;
}

.chocolatier-lp__provisional-copy_ch {
  max-width: 350px;
  margin: 0 auto;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}

#chocolatier-lp_ch .chocolatier-lp__instagram_ch {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  color: #4a2400;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}

#chocolatier-lp_ch .chocolatier-lp__instagram_ch span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#chocolatier-lp_ch .chocolatier-lp__instagram_ch strong {
  font-size: 14px;
}

#chocolatier-lp_ch .chocolatier-lp__instagram-icon_ch {
  flex: 0 0 auto;
  width: 34px;
  height: auto;
  object-fit: contain;
}

.chocolatier-lp__guide_ch,
.chocolatier-lp__catalog_ch {
  background: #f3e3bd;
}

.chocolatier-lp__guide-item_ch {
  padding: 36px 0;
  border-bottom: 2px solid #4a2400;
}

.chocolatier-lp__guide-item_ch h4,
.chocolatier-lp__catalog_ch h3 {
  margin: 0 0 24px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
}

#chocolatier-lp_ch .chocolatier-lp__guide-icon_ch {
  display: block;
  width: 128px;
  height: auto;
  margin: 0 auto 26px;
  object-fit: contain;
}

#chocolatier-lp_ch .chocolatier-lp__guide_ch a,
#chocolatier-lp_ch .chocolatier-lp__catalog_ch a,
#chocolatier-lp_ch .chocolatier-lp__delivery-cta_ch {
  display: inline-block;
  padding: 6px 2px;
  color: #DF4934;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

#chocolatier-lp_ch .chocolatier-lp__detail-arrow_ch {
  display: inline-block;
  width: 11.36px;
  height: 16.641px;
  margin-left: 10px;
  vertical-align: -3px;
}

.chocolatier-lp__media-box_ch {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 810/406;
  margin: 0 auto 24px;
  overflow: hidden;
}

.chocolatier-lp__catalog_ch .chocolatier-lp__information-inner_ch {
  padding-top: 10px;
}

.chocolatier-lp__catalog-deadline_ch {
  margin: 0 0 28px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.chocolatier-lp__catalog-deadline_ch span {
  display: inline-block;
  padding: 2px 20px;
  background: #4b2500;
  color: #fff;
  line-height: 1.5;
}

.chocolatier-lp__catalog-deadline_ch strong {
  display: block;
}

.chocolatier-lp__delivery_ch h3 {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.chocolatier-lp__catalog-cover_ch {
  width: 168px;
  aspect-ratio: 336/474;
}

.chocolatier-lp__product-anchor_ch {
  position: relative;
  top: -1px;
  width: 1px;
  height: 1px;
}

.chocolatier-lp__mobile-menu_ch {
  position: fixed;
  z-index: 208100;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100dvh;
  padding: max(24px, env(safe-area-inset-top)) 28px max(24px, env(safe-area-inset-bottom));
  overflow-y: auto;
  background: #4b2500 url("../images/bg-side.webp") center/375px auto repeat;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s ease-in-out, visibility 0s linear 0.35s;
  will-change: transform;
}

.chocolatier-lp__mobile-menu_ch.is-open_ch {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.chocolatier-lp__menu-close_ch {
  position: absolute;
  top: max(18px, env(safe-area-inset-top));
  right: 18px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.chocolatier-lp__menu-close_ch span {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 24px;
  height: 1px;
  background: #fff;
}

.chocolatier-lp__menu-close_ch span:first-child {
  transform: rotate(45deg);
}

.chocolatier-lp__menu-close_ch span:last-child {
  transform: rotate(-45deg);
}

.chocolatier-lp__mobile-nav_ch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 50px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  text-align: center;
}

.chocolatier-lp__mobile-nav_ch p {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.55;
}

.chocolatier-lp__mobile-nav_ch a {
  display: inline-block;
  padding: 2px 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.chocolatier-lp__mobile-menu-visual_ch {
  flex: 0 0 auto;
  width: 160px;
  aspect-ratio: 351/344;
  margin: 26px auto 0;
  background: url("../images/title_img_sp.webp") center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .chocolatier-lp__panel--half_ch {
    min-height: 540px;
  }
  #chocolatier-lp_ch a {
    transition: opacity 0.2s ease;
  }
  #chocolatier-lp_ch a:hover {
    opacity: 0.7;
  }
  .chocolatier-lp__information-inner_ch {
    padding-right: 20px;
    padding-left: 20px;
  }
  .chocolatier-lp__mv-copy_ch {
    font-size: 46px;
  }
  .chocolatier-lp__overlay--lead_ch p {
    font-size: 22px;
  }
  .chocolatier-lp__overlay--title_ch h3 {
    font-size: 88px;
  }
  #chocolatier-belgium_ch .chocolatier-lp__overlay--title_ch h3,
  #chocolatier-france_ch .chocolatier-lp__overlay--title_ch h3 {
    font-size: 110px;
  }
  .chocolatier-lp__vertical-copy_ch {
    font-size: 24px;
  }
  .chocolatier-lp__link-copy_ch span,
  .chocolatier-lp__link-copy_ch strong {
    font-size: 24px;
  }
  .chocolatier-lp__guide-item_ch h4,
  .chocolatier-lp__catalog_ch h3 {
    font-size: 28px;
  }
  .chocolatier-lp__information-lead_ch {
    font-size: 20px;
  }
  .chocolatier-lp__delivery_ch h3 {
    font-size: 22px;
  }
  .chocolatier-lp__date-label_ch {
    font-size: 20px;
  }
  .chocolatier-lp__date-value_ch {
    font-size: 30px;
  }
  #chocolatier-lp_ch .chocolatier-lp__profile-title_ch {
    width: 108px;
    height: auto;
  }
  .chocolatier-lp__profile_ch h3 {
    font-size: 27px;
  }
  .chocolatier-lp__provisional-copy_ch {
    max-width: none;
    font-size: 20px;
  }
  #chocolatier-lp_ch .chocolatier-lp__instagram_ch,
  #chocolatier-lp_ch .chocolatier-lp__instagram_ch strong {
    font-size: 20px;
  }
  #chocolatier-lp_ch .chocolatier-lp__instagram-icon_ch {
    width: 41px;
  }
  #chocolatier-guide-title_ch {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .chocolatier-lp__mv-copy_ch span {
    white-space: nowrap;
  }
  .chocolatier-lp__overlay--lead_ch p {
    max-width: 470px;
  }
  .chocolatier-lp__guide-item_ch {
    border-bottom-width: 1px;
  }
  .chocolatier-lp__guide_ch .chocolatier-lp__information-inner_ch,
  .chocolatier-lp__catalog_ch .chocolatier-lp__information-inner_ch {
    width: min(100%, 560px);
  }
}
@media screen and (max-width: 1199px) {
  .chocolatier-lp__layout_ch {
    grid-template-columns: minmax(0, 600px);
    justify-content: center;
  }
  .chocolatier-lp__rail_ch {
    display: none;
  }
  .chocolatier-lp__menu-trigger_ch {
    display: block;
  }
  .chocolatier-lp__overlay--mv_ch {
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 0;
    place-items: center;
  }
  .chocolatier-lp__mv-title_ch {
    position: absolute;
    top: 20px;
    left: 50%;
    width: clamp(140px, 42.6667vw, 168px);
    height: auto;
    aspect-ratio: 1;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #chocolatier-lp_ch {
    --lp-mv-height: max(500px, calc(var(--lp-viewport-height) - var(--common-header-height)));
    --lp-full-height: max(500px, var(--lp-viewport-height));
    --lp-half-height: max(320px, calc(var(--lp-viewport-height) / 2));
  }
  .chocolatier-lp__mobile-nav_ch sup {
    font-size: 10.4px;
  }
  .chocolatier-lp__index_ch a {
    font-size: 18.2px;
  }
  .chocolatier-lp__main_ch {
    width: 100%;
  }
  .chocolatier-lp__overlay_ch {
    padding-right: 22px;
    padding-left: 22px;
  }
  .chocolatier-lp__mv-copy_ch {
    right: 24px;
    bottom: 32px;
    left: 24px;
    font-size: min(32px, 7vw);
  }
  .chocolatier-lp__overlay--lead_ch {
    gap: 21px;
    padding-top: 46px;
    padding-right: 0;
  }
  .chocolatier-lp__overlay--lead_ch p {
    max-width: none;
    font-size: max(14px, 4vw);
    line-height: 2;
  }
  .chocolatier-lp__overlay--title_ch h3 {
    font-size: max(55px, 21vw);
  }
  .chocolatier-lp__section-title-sub_ch {
    font-size: max(21px, 6.5vw);
  }
  #chocolatier-belgium_ch .chocolatier-lp__overlay--title_ch h3,
  #chocolatier-france_ch .chocolatier-lp__overlay--title_ch h3 {
    font-size: min(81.9px, 24.8625vw);
  }
  #chocolatier-first-arrival_ch .chocolatier-lp__overlay--title_ch h3,
  #chocolatier-standard_ch .chocolatier-lp__overlay--title_ch h3 {
    font-size: min(max(49.5px, 18.9vw), 16.6667vw - 7.3333px);
  }
  #chocolatier-first-arrival_ch .chocolatier-lp__section-title-main_ch,
  #chocolatier-standard_ch .chocolatier-lp__section-title-main_ch {
    white-space: nowrap;
  }
  #chocolatier-belgium_ch .chocolatier-lp__overlay--title_ch,
  #chocolatier-france_ch .chocolatier-lp__overlay--title_ch {
    padding: 0;
  }
  .chocolatier-lp__flag_ch {
    top: 18px;
    left: 16px;
    width: 31px;
    height: 20px;
  }
  .chocolatier-lp__vertical-copy_ch {
    top: 12px;
    gap: 3px;
    font-size: 18.2px;
  }
  .chocolatier-lp__vertical-copy--right_ch {
    right: 14px;
  }
  .chocolatier-lp__vertical-copy--left_ch {
    left: 14px;
  }
  .chocolatier-lp__link-copy_ch {
    right: 16px;
    bottom: 17px;
    left: 16px;
  }
  .chocolatier-lp__link-copy_ch span,
  .chocolatier-lp__link-copy_ch strong {
    font-size: 18.2px;
  }
  .chocolatier-lp__information-inner_ch {
    padding: 58px 28px;
  }
  .chocolatier-lp__information-lead_ch {
    font-size: 16px;
  }
  .chocolatier-lp__information_ch h3 {
    font-size: 22.1px;
  }
  .chocolatier-lp__delivery_ch h3 {
    font-size: 20.8px;
  }
  .chocolatier-lp__date-label_ch {
    font-size: 15.6px;
  }
  .chocolatier-lp__date-value_ch {
    font-size: 20.8px;
  }
  .chocolatier-lp__provisional-copy_ch {
    font-size: 18.2px;
  }
  #chocolatier-lp_ch .chocolatier-lp__instagram_ch {
    font-size: 15.6px;
  }
  #chocolatier-lp_ch .chocolatier-lp__instagram_ch strong {
    font-size: 18.2px;
  }
  .chocolatier-lp__guide-item_ch h4,
  .chocolatier-lp__catalog_ch h3 {
    font-size: 23.4px;
  }
  #chocolatier-lp_ch .chocolatier-lp__guide_ch a,
  #chocolatier-lp_ch .chocolatier-lp__catalog_ch a,
  #chocolatier-lp_ch .chocolatier-lp__delivery-cta_ch {
    font-size: 18.2px;
  }
  .chocolatier-lp__catalog-deadline_ch {
    font-size: 16.9px;
  }
  .chocolatier-lp__mobile-nav_ch p {
    font-size: 27.3px;
  }
  .chocolatier-lp__mobile-nav_ch a {
    font-size: 19.5px;
  }
}
@media screen and (max-height: 620px) and (orientation: landscape) {
  #chocolatier-lp_ch {
    --lp-mv-height: 520px;
    --lp-full-height: 520px;
    --lp-half-height: 360px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .chocolatier-lp__mobile-menu_ch,
  .chocolatier-lp__index_ch a {
    transition: none;
  }
  #chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch .chocolatier-lp__media_ch,
  #chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title-main_ch,
  #chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title-sub_ch,
  #chocolatier-lp_ch.is-base-ready_ch .chocolatier-lp__section-title_ch .chocolatier-lp__flag_ch,
  #chocolatier-lp_ch.is-base-ready_ch #chocolatier-belgium_ch .chocolatier-lp__section-title_ch::after,
  #chocolatier-lp_ch.is-base-ready_ch #chocolatier-france_ch .chocolatier-lp__section-title_ch::after {
    transition: none;
  }
}

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