@charset "UTF-8";

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}

:root {
  --font-main: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  --font-en: "Cinzel", "Times New Roman", serif;
  --color-navy: #040e20;
  --color-brown: #20140b;
  --color-beige: #faefe1;
  --color-chapter: #603711;
  --color-gold-light: #deca8b;
  --transition-duration: 2s;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-navy);
  font-family: var(--font-main);
  font-weight: 400;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  transition: filter 0.3s ease;
}
a:hover {
  filter: brightness(1.1);
}
@media (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}

.l-container {
  display: grid;
  grid-template-columns: 1fr 50rem 1fr;
}
.l-column {
  position: relative;
  width: 100%;
}
.l-side__inner {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.l-side.-left .l-side__inner {
  max-width: 45rem;
  margin-inline: auto 0;
  padding: 6rem 5rem 0;
}
.l-side.-right .l-side__inner {
  padding: 6rem 0 0 1.5rem;
}
.l-side.-right img {
  width: 42.8rem;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1119px) {
  .l-container {
    display: block;
  }
  .l-side {
    display: none;
  }
  .l-column {
    width: 50rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-column {
    width: 100%;
  }
}
.u-gold {
  background: linear-gradient(90deg, #d3b75a 0%, #deca8b 50.685%, #c8a32a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
:where(a, button):focus-visible {
  outline: 2px solid var(--color-gold-light);
  outline-offset: 2px;
}
.js-fadeInItem {
  opacity: 0;
  transition: opacity var(--transition-duration) ease;
}
.js-fadeInItem.is-active {
  opacity: 1;
}

.u-svg-defs {
  display: none;
}
.p-mv {
  position: relative;
}
.p-mv__img img {
  width: 100%;
}

.p-mv-sparkle {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}
.p-mv-sparkle .sp {
  position: absolute;
  width: calc(1.8rem * var(--s, 0.6));
  aspect-ratio: 1;
  color: var(--c, #ffffff);
  transform: translate(-50%, -50%);
}
.p-mv-sparkle .flash {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  will-change: transform, opacity;
}
.p-mv-sparkle svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  filter: drop-shadow(0 0 3px rgba(255, 250, 235, 0.7));
}
@keyframes sp-blink-once {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-18deg);
  }
  45% {
    opacity: 0.95;
    transform: scale(1) rotate(4deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.2) rotate(24deg);
  }
}
.p-mv-sparkle.is-run .-step1 .flash {
  animation: sp-blink-once 1s cubic-bezier(0.2, 0.6, 0.3, 1) 0s 1 both;
}
.p-mv-sparkle.is-run .-step2 .flash {
  animation: sp-blink-once 1s cubic-bezier(0.2, 0.6, 0.3, 1) 0.2s 1 both;
}
.p-mv-sparkle.is-run .-step3 .flash {
  animation: sp-blink-once 1s cubic-bezier(0.2, 0.6, 0.3, 1) 0.4s 1 both;
}
@media (prefers-reduced-motion: reduce) {
  .p-mv-sparkle {
    display: none;
  }
}
.p-mv-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99rem;
  overflow: hidden;
  pointer-events: none;
}
.p-ribbon.-top {
  position: absolute;
  top: -0.5rem;
  left: -1.5rem;
  width: 33rem;
  aspect-ratio: 1200 / 377;
}
.p-ribbon.-top img {
  width: 100%;
  height: 100%;
}
.p-ribbon.-btm {
  position: absolute;
  top: 81.5rem;
  left: 16rem;
  width: 39rem;
  aspect-ratio: 1200 / 458;
}
.p-ribbon.-btm span {
  display: block;
  width: 100%;
  height: 100%;
}
.p-ribbon.-btm img {
  width: 100%;
  height: 100%;
}

.p-intro {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6rem 3rem;
  background-color: var(--color-navy);
}
.p-intro__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
}
.p-intro__body p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
.p-intro__body p + p {
  margin-top: 1.6rem;
}

.c-cta {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-cta__start {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #b5a265;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-gold-light);
  font-feature-settings: "palt" 1;
}
.c-cta__delivery {
  align-self: center;
  margin-top: 1rem;
  padding: 0.1rem 1.2rem;
  border: 1px solid #000;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-gold-light);
}
.c-cta__btn {
  margin-top: 1rem;
}
.c-cta__btn a {
  display: block;
}

.p-about {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6rem 0;
  background-color: var(--color-brown);
}
.p-about__block {
  padding: 0 3rem;
}
.p-about__title {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
.p-about__photo {
  margin-top: 4rem;
}
.p-about__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0 3rem;
}
.p-about__text h3 {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
.p-about__paragraph p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
.p-about__cross {
  width: 46rem;
}

.p-chapter__item {
  border-top: 1px solid #fff;
  background-color: var(--color-beige);
}
.p-chapter__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  padding: 2.5rem 4rem;
  cursor: pointer;
  text-align: left;
}
.p-chapter__label {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex: 1;
  min-width: 0;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--color-chapter);
  font-feature-settings: "palt" 1;
}
.p-chapter__name {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.p-chapter__icon {
  flex-shrink: 0;
  width: 1.5rem;
}
.p-chapter__icon img {
  width: 0.8rem;
  height: 1.5rem;
  margin: 0 auto;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.p-chapter__header[aria-expanded="true"] .p-chapter__icon img {
  transform: rotate(-90deg);
}
.p-chapter__panel {
  padding: 0 4rem 2.4rem;
}
.p-chapter__panel p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--color-chapter);
  font-feature-settings: "palt" 1;
}

.p-feature {
  position: relative;
  background: url("/client_info/LETAO/view/userweb/ext/ambreetchocolat/assets/images/bg_feature.webp") center top / cover no-repeat;
}
.p-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.p-feature__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding: 6rem 0 12rem;
}
.p-feature__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.p-feature__line {
  width: 25rem;
}
.p-feature__ttl {
  font-family: var(--font-en);
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
}
.p-feature__sub {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
}
.p-feature__box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 44rem;
  margin-left: auto;
}
.p-feature__copy {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.p-feature__photo {
  margin-top: 4rem;
}
.p-feature__text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 41rem;
}
.p-feature__text h3 {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
.p-feature__paragraph p {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
}
.p-feature__logo {
  width: 18rem;
  margin: 0 auto;
}

.p-item {
  position: relative;
  background: url("/client_info/LETAO/view/userweb/ext/ambreetchocolat/assets/images/bg_item.webp") center top / cover no-repeat;
}
.p-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.p-item__inner {
  position: relative;
  padding-bottom: 6rem;
}
.p-item__name {
  margin-top: 2.4rem;
  padding-left: 5rem;
}
.p-item__name h2 {
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.p-item__en {
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.p-item__size {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
}
.p-item__detail {
  margin-top: 1.6rem;
  padding-left: 5rem;
}
.p-item__badges {
  display: flex;
  gap: 1rem;
}
.p-item__badges li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 3.8rem;
  border: 1px solid #ffe183;
  font-size: 1.87rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-item__price {
  display: flex;
  align-items: baseline;
  margin-top: 0.4rem;
}
.p-item__price .-num {
  font-size: 3.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-item__price .-yen {
  font-size: 2.4rem;
  letter-spacing: 0.14em;
}
.p-item__price .-tax {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}
.p-item__allergy {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.p-item__alcohol {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.p-item__cta {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 4rem;
  padding: 0 3rem;
}
.p-item__caution {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: "palt" 1;
}
.p-item__footer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 6rem;
  padding: 0 3rem;
}
.p-item__shop a {
  display: block;
}

.c-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 1rem;
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
}
.c-band__snow {
  width: 3.2rem;
  flex-shrink: 0;
}
.c-band__text {
  font-family: "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}

.p-footer img {
  width: 100%;
}

.p-side-logo {
  width: 17rem;
  margin-inline: auto;
}
.p-side-logo a {
  display: block;
}
.p-fixed-nav {
  margin-top: 11rem;
}
.p-fixed-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-fixed-nav a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-fixed-nav__icon {
  width: 1.5rem;
  flex-shrink: 0;
}
.l-side .c-band.-fixed {
  width: 100%;
  margin-top: 3rem;
  padding: 1.7rem 1rem;
}
.l-side .c-band.-fixed .c-band__snow {
  width: 3.2rem;
}
.l-side .c-band.-fixed .c-band__text {
  margin-inline: 1rem;
  font-size: 2rem;
  line-height: 1.4;
  white-space: normal;
}
