@charset "UTF-8";
.chocolate25 {
  --pc-width: 1200;
  --sp-width: 550;
  --pc-artboard-width: 275;
  --sp-artboard-width: 550;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
}
@media (max-width: 767px) {
  .chocolate25 {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
@media (min-width: 768px) {
  .chocolate25 {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (max-width: 767px) {
  .chocolate25 {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}

.header[data-header-theme=light].c-active,
.header[data-header-theme=dark] {
  background: var(--lp-header-color);
}

.main-area {
  background-color: var(--lp-bg-color);
}

.main-area img {
  width: 100%;
  height: auto;
}

#main-container::before {
  background: var(--lp-bg-image-SP) top/100% no-repeat;
  pointer-events: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #main-container::before {
    background: var(--lp-bg-image-PC) top/100% no-repeat;
  }
}
#main-container,
#main-container * {
  box-sizing: border-box;
  position: relative;
}

#main-container p {
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}
:root {
  /* ▽ヘッダー 背景色 */
  --lp-header-color: linear-gradient(180deg, initial, transparent);
  /* ▽LP 背景色 */
  --lp-bg-color: initial;
  /* ▽LP 背景固定画像 */
  --lp-bg-image-SP: initial;
  --lp-bg-image-PC: initial;
}

@font-face {
  font-family: "Univers Standard";
  src: url("../fonts/UniversLTStd.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers Standard";
  src: url("../fonts/UniversLTStd-Ex.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Reglarik";
  src: url("../fonts/Reglarik Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "YuGothic-Bold";
  src: url("../fonts/yu-gothic-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.chocolate25 {
  --font-helvetica: "helvetica-neue-lt-pro", sans-serif;
  --font-copperplate: "copperplate", serif;
  --font-yu-gothic: "YuGothic-Bold";
  --font-myriad: "myriad-pro", sans-serif;
  --font-Reglarik: "Reglarik";
  --font-Univers: "Univers Standard";
  --font-baskerville: "New Baskerville Std";
  --font-body: var(--font-yu-gothic),var(--font-helvetica );
  --color-bg-ideal: #532323;
  --color-bg-salt: #fff;
  --color-bg-marquee: #b29f6c;
  --color-text-ideal:#d3cd96;
  --color-text-salt: #2d211c;
  --color-text-marquee: #6a0722;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --animation-ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);
  --animation-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --animation-ease-modern: cubic-bezier(0.16, 1, 0.3, 1);
  --animation-ease-smooth: cubic-bezier(0.2, 1, 0.3, 1);
  --animation-speed-default: 0.6s;
  --animation-speed-fast: 0.6s;
  --animation-speed-medium: 1s;
  --animation-speed-slow: 1.5s;
  --animation-delay-none: 0s;
  --animation-delay-default: 0.2s;
  --animation-delay-short: 0.1s;
  --animation-delay-medium: 0.45s;
  --animation-delay-long: 1s;
  --fade-up-distance: 40;
}

:root {
  /* ▽ヘッダー 背景色 */
  --lp-header-color: linear-gradient(180deg, initial, transparent);
  /* ▽LP 背景色 */
  --lp-bg-color: initial;
  /* ▽LP 背景固定画像 */
  --lp-bg-image-SP: initial;
  --lp-bg-image-PC: initial;
}

.chocolate25 {
  font-feature-settings: "plat";
}
.chocolate25 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
  transition: unset;
}
.chocolate25 picture {
  display: block;
}
.chocolate25 button {
  cursor: pointer;
  appearance: none;
}
.chocolate25 button:not([class]) {
  padding: 0;
}
.chocolate25 *:not(img) {
  box-sizing: border-box;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

* > .main-area {
  font-feature-settings: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: unset;
  min-width: auto;
}

@media (min-width: 768px) {
  .chocolate25-main__layout {
    display: grid;
  }
}
@media (min-width: 768px) {
  .chocolate25-main__layout--col2 {
    grid-template-columns: 1fr 1fr;
  }
}
.chocolate25-main__layout--col3 {
  grid-template-columns: 1fr calc(var(--sp-artboard-width) * var(--formula)) 1fr;
}
@media (min-width: 768px) {
  .chocolate25-main__layout--col3 {
    grid-template-columns: 1fr calc(var(--pc-artboard-width) * var(--formula_pc)) 1fr;
  }
}
.chocolate25-main__col--primary {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  overflow-x: clip !important;
}
.chocolate25-main__col--sub {
  display: none;
}
@media (min-width: 768px) {
  .chocolate25-main__col--sub {
    display: block;
    background-color: var(--color-bg-primary);
  }
}
@media (min-width: 768px) {
  .chocolate25-main__col--sub.chocolate25-main__col--sticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    overflow: hidden;
    position: sticky !important;
    left: 0;
    top: calc(0 * var(--formula_pc));
  }
}

.chocolate25-inner {
  width: calc(var(--sp-artboard-width) * var(--formula));
  margin-inline: auto;
}
@media (min-width: 768px) {
  .chocolate25-inner {
    width: calc(var(--pc-artboard-width) * var(--formula_pc));
  }
}

.main-area.lp {
  margin-bottom: 0;
}

.chocolate25-catch {
  --color-section-bg-color: var(--color-bg-ideal);
  --color-section-text-color: var(--color-text-ideal);
  background-color: var(--color-section-bg-color);
  color: var(--color-section-text-color);
}
@media (min-width: 768px) {
  .chocolate25-catch {
    background-color: unset;
  }
}
.chocolate25-catch__on-title {
  position: absolute !important;
  top: calc(0 * var(--formula));
  left: calc(0 * var(--formula));
  width: 100%;
  height: fit-content;
  z-index: 2;
  pointer-events: none;
}
.chocolate25-catch__video video {
  aspect-ratio: 550/974;
  width: 100%;
  height: auto;
}
.chocolate25-catch__title {
  text-align: center;
  margin-top: calc(17 * var(--formula));
}
.chocolate25-catch__title img {
  width: calc(550 * var(--formula));
}
.chocolate25-catch__title span {
  font-family: var(--font-copperplate);
  font-size: calc(21 * var(--formula));
  line-height: 0.9047619048;
  letter-spacing: 0.02em;
  font-weight: 300;
  text-align: center;
  display: block;
  margin-top: calc(60 * var(--formula));
}

.chocolate25-schedule {
  position: relative;
}
.chocolate25-schedule__container {
  width: calc(295 * var(--formula));
  height: calc(295 * var(--formula));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(20 * var(--formula));
  position: relative;
}
.chocolate25-schedule__container::after {
  content: "";
  border: max(1 * var(--formula), 1px) var(--color-text-ideal) solid;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.chocolate25-schedule__row {
  font-family: var(--font-body);
  font-size: calc(19 * var(--formula));
  line-height: 1.6315789474;
  letter-spacing: normal;
  font-weight: 700;
  color: var(--color-text-ideal);
  text-align: center;
}
.chocolate25-schedule__row:nth-of-type(1) {
  position: relative;
  top: calc(-12 * var(--formula));
  left: calc(3 * var(--formula));
}
.chocolate25-schedule__row:nth-of-type(2) {
  position: relative;
  top: calc(6 * var(--formula));
  left: calc(3 * var(--formula));
}

.chocolate25-image__img {
  position: relative;
}
.chocolate25-image__img a {
  display: block;
}

.chocolate25-section {
  background-color: var(--color-section-bg-color);
  color: var(--color-section-text-color);
}
.chocolate25-section__head {
  padding-inline: calc(25 * var(--formula));
}
.chocolate25-section--intro {
  --color-section-bg-color: var(--color-bg-ideal);
  --color-section-text-color: var(--color-text-ideal);
  background-color: var(--color-section-bg-color);
  color: var(--color-section-text-color);
  padding-top: calc(125 * var(--formula));
}
@media (min-width: 768px) {
  .chocolate25-section--intro {
    background-color: unset;
  }
}
.chocolate25-section--intro .chocolate25-heading {
  text-align: center;
}
.chocolate25-section--intro .chocolate25-heading img {
  width: calc(363 * var(--formula));
  position: relative;
  left: calc(0 * var(--formula));
}
.chocolate25-section--intro .chocolate25-text {
  font-family: var(--font-body);
  font-size: calc(19 * var(--formula));
  line-height: 2.2105263158;
  letter-spacing: -0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: calc(69 * var(--formula));
}
.chocolate25-section--intro .chocolate25-text * {
  font-family: var(--font-body);
  font-size: calc(19 * var(--formula));
  line-height: 2.2105263158;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.chocolate25-section--intro .chocolate25-text p:not(:first-child) {
  margin-top: calc(40 * var(--formula));
}
.chocolate25-section--intro .chocolate25-schedule {
  margin-top: calc(110 * var(--formula));
}
.chocolate25-section--intro .chocolate25-image {
  margin-top: calc(142 * var(--formula));
}
.chocolate25-section--intro .chocolate25-image__img {
  width: calc(473 * var(--formula));
  margin-inline: auto;
  position: relative;
}

.chocolate25-text {
  font-family: var(--font-body);
  font-size: calc(19 * var(--formula));
  line-height: 2;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.chocolate25-text * {
  font-weight: 700;
}
.chocolate25-text__button {
  padding: 0;
  width: fit-content;
  display: grid;
  place-items: center;
  margin-top: calc(30 * var(--formula));
  line-height: 1;
  text-align: center;
}
.chocolate25-text__button img {
  width: calc(147 * var(--formula));
}
.chocolate25-text__hidden[aria-hidden=false] + .chocolate25-text__button {
  display: none;
}
.chocolate25-text__hidden-contents {
  text-align: center;
  padding-block: calc(100 * var(--formula));
}
.chocolate25-text__hidden-contents p:not(:first-child) {
  margin-top: calc(40 * var(--formula));
}

.chocolate25-item-table {
  width: calc(461 * var(--formula));
  margin-inline: auto;
  position: relative;
  color: var(--color-section-text-color);
  font-family: var(--font-body);
}
.chocolate25-item-table__title {
  position: relative;
}
.chocolate25-item-table__title img {
  display: block;
  margin-right: auto;
  width: calc(278 * var(--formula));
}
.chocolate25-item-table__image {
  position: relative;
  left: calc(7 * var(--formula));
  width: calc(440 * var(--formula));
  margin-top: calc(41 * var(--formula));
}
.chocolate25-item-table__list {
  margin-top: calc(40 * var(--formula));
  color: var(--color-section-text-color);
  font-family: var(--font-body);
  font-size: calc(16 * var(--formula));
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
.chocolate25-item-table__list + .chocolate25-item-table__list {
  margin-top: calc(20 * var(--formula));
}
.chocolate25-item-table__label {
  flex: 0 0 calc(100% - 180 * var(--formula));
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.chocolate25-item-table__label span {
  font-weight: 700;
}
.chocolate25-item-table__price {
  flex: 0 0 calc(180 * var(--formula));
  text-align: right;
  font-weight: 700;
}

.chocolate25-fragrance-note {
  color: var(--color-section-text-color);
  font-family: var(--font-body);
  padding-inline: calc(25 * var(--formula));
}
.chocolate25-fragrance-note__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(6 * var(--formula));
}
.chocolate25-fragrance-note__heading img {
  width: calc(273 * var(--formula));
  flex: 0 0 calc(273 * var(--formula));
}
.chocolate25-fragrance-note__heading::after {
  content: "";
  width: 0;
  height: max(3 * var(--formula), 1px);
  background-color: var(--color-section-text-color);
  display: block;
  pointer-events: none;
  transition: width ease-in-out 1.2s 0.8s;
  top: calc(-6 * var(--formula));
  position: relative;
}
.chocolate25-fragrance-note__heading.is-active::after {
  width: 100%;
}
.chocolate25-fragrance-note__image {
  margin-top: calc(100 * var(--formula));
}
.chocolate25-fragrance-note__list {
  margin-top: calc(100 * var(--formula));
}
.chocolate25-fragrance-note__list li {
  border-bottom: calc(3 * var(--formula)) var(--color-section-text-color) solid;
  padding-bottom: calc(22 * var(--formula));
  display: flex;
  font-family: var(--font-body);
  font-size: calc(16 * var(--formula));
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-feature-settings: "palt";
}
.chocolate25-fragrance-note__list li span {
  flex: 0 0 calc(113 * var(--formula));
  font-weight: 700;
  font-family: var(--font-Univers);
  font-size: calc(16 * var(--formula));
  line-height: 1.5;
  letter-spacing: 0em;
  display: block;
  width: fit-content;
  padding-left: calc(6 * var(--formula));
  position: relative;
  top: calc(2 * var(--formula));
}
.chocolate25-fragrance-note__list li:not(:first-child) {
  margin-top: calc(31 * var(--formula));
}
.chocolate25-fragrance-note__list li:not(:first-child):last-child {
  margin-top: calc(23 * var(--formula));
}

.chocolate25-section--ideal {
  --color-section-bg-color: var(--color-bg-ideal);
  --color-section-text-color: var(--color-text-ideal);
  background-color: var(--color-section-bg-color);
  color: var(--color-section-text-color);
}
@media (min-width: 768px) {
  .chocolate25-section--ideal {
    background-color: unset;
  }
}
.chocolate25-section--ideal .chocolate25-section__inner {
  padding-block: calc(160 * var(--formula)) calc(0 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-section__head {
  padding-inline: calc(34 * var(--formula)) calc(45 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-section__head-title > img {
  margin-top: calc(-10 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-text {
  position: relative;
  margin-top: calc(35 * var(--formula));
  padding-inline: calc(38 * var(--formula)) calc(25 * var(--formula));
  letter-spacing: 0.04em;
}
.chocolate25-section--ideal .chocolate25-text__button {
  margin-top: calc(29 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-text__button img {
  width: calc(141 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-image--01 {
  margin-top: calc(124 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-image--02 {
  margin-top: calc(21 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-item-table {
  padding-block: calc(59 * var(--formula)) calc(76 * var(--formula));
  position: relative;
  left: calc(3 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-item-table__image {
  position: relative;
  left: calc(7 * var(--formula));
  width: calc(440 * var(--formula));
  margin-top: calc(43 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-item-table__list {
  margin-top: calc(34 * var(--formula));
  padding-inline: calc(6 * var(--formula)) calc(11 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-item-table__list + .chocolate25-item-table__list {
  margin-top: calc(32 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-fragrance-note {
  background-color: #3d1818;
  padding-block: calc(64 * var(--formula)) calc(126 * var(--formula));
  padding-inline: calc(34 * var(--formula)) calc(37 * var(--formula));
  min-height: var(--height-chocolate25-ideal-image03);
}
.chocolate25-section--ideal .chocolate25-fragrance-note__image {
  margin-top: calc(116 * var(--formula));
  width: calc(413 * var(--formula));
  flex: 0 0 calc(413 * var(--formula));
  display: block;
  margin-inline: auto;
  position: relative;
  left: calc(1 * var(--formula));
}
.chocolate25-section--ideal .chocolate25-fragrance-note__list {
  margin-top: calc(121 * var(--formula));
  padding-inline: calc(4 * var(--formula)) calc(3 * var(--formula));
}

.chocolate25-section--salt {
  --color-section-bg-color: var(--color-bg-salt);
  --color-section-text-color: var(--color-text-salt);
  background-color: var(--color-section-bg-color);
  color: var(--color-section-text-color);
  margin-top: calc(600 * var(--formula));
}
.chocolate25-section--salt .chocolate25-section__inner {
  padding-block: calc(140 * var(--formula)) 0;
}
.chocolate25-section--salt .chocolate25-section__head {
  padding-inline: calc(37 * var(--formula)) calc(36 * var(--formula));
}
.chocolate25-section--salt .chocolate25-section__head-title img {
  width: calc(464 * var(--formula));
  position: relative;
  left: calc(-1 * var(--formula));
}
.chocolate25-section--salt .chocolate25-text {
  margin-top: calc(25 * var(--formula));
  padding-inline: calc(36 * var(--formula)) calc(36 * var(--formula));
  line-height: 1.8;
}
.chocolate25-section--salt .chocolate25-text__text {
  margin-top: calc(28 * var(--formula));
}
.chocolate25-section--salt .chocolate25-text__button {
  margin-top: calc(32 * var(--formula));
}
.chocolate25-section--salt .chocolate25-image--01 {
  margin-top: calc(108 * var(--formula));
}
.chocolate25-section--salt .chocolate25-image--02 {
  margin-top: calc(15 * var(--formula));
}
.chocolate25-section--salt .chocolate25-item-table {
  padding-block: calc(59 * var(--formula)) calc(76 * var(--formula));
}
.chocolate25-section--salt .chocolate25-item-table__title {
  position: relative;
  left: calc(3 * var(--formula));
}
.chocolate25-section--salt .chocolate25-item-table__image {
  margin-top: calc(41 * var(--formula));
  width: calc(441 * var(--formula));
  display: block;
  margin-inline: auto;
  position: relative;
  left: calc(0 * var(--formula));
}
.chocolate25-section--salt .chocolate25-item-table__list {
  margin-top: calc(17 * var(--formula));
  padding-inline: calc(5 * var(--formula)) calc(5 * var(--formula));
}
.chocolate25-section--salt .chocolate25-item-table__list + .chocolate25-item-table__list {
  margin-top: calc(29 * var(--formula));
}
.chocolate25-section--salt .chocolate25-fragrance-note {
  padding-block: calc(63 * var(--formula)) calc(117 * var(--formula));
  padding-inline: calc(35 * var(--formula)) calc(37 * var(--formula));
  background-color: #f1f1f1;
}
.chocolate25-section--salt .chocolate25-fragrance-note__heading {
  gap: calc(16 * var(--formula));
}
.chocolate25-section--salt .chocolate25-fragrance-note__heading img {
  width: calc(274 * var(--formula));
  flex: 0 0 calc(274 * var(--formula));
}
.chocolate25-section--salt .chocolate25-fragrance-note__image {
  margin-top: calc(86 * var(--formula));
  width: calc(424 * var(--formula));
  margin-inline: auto;
  position: relative;
  left: calc(-1 * var(--formula));
}
.chocolate25-section--salt .chocolate25-fragrance-note__list {
  margin-top: calc(115 * var(--formula));
}
.chocolate25-section--salt .chocolate25-fragrance-note__list li {
  letter-spacing: 0.04em;
}
.chocolate25-section--salt .chocolate25-fragrance-note__list li:not(:first-child) {
  margin-top: calc(35 * var(--formula));
}

.chocolate25-section--checkitems {
  --color-section-bg-color: var(--color-bg-salt);
  background-color: var(--color-section-bg-color);
  padding-block: calc(61 * var(--formula)) 0;
}
.chocolate25-section--checkitems .chocolate25-section__heading {
  width: calc(258 * var(--formula));
  margin-left: calc(26 * var(--formula));
}
.chocolate25-section--checkitems .chocolate25-check-items {
  margin-top: calc(100 * var(--formula));
  margin-top: calc(42 * var(--formula));
}

.chocolate25-check-items {
  position: relative;
}
.chocolate25-check-items__layout {
  position: relative;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.chocolate25-check-items__layout .chocolate25-check-items__primary {
  grid-column: 1/3;
  grid-row: 1/2;
  z-index: 2;
}
.chocolate25-check-items__layout .chocolate25-check-items__navigation {
  grid-column: 2/5;
  grid-row: 1/2;
}
.chocolate25-check-items__name {
  font-family: var(--font-body);
  font-size: calc(14 * var(--formula));
  line-height: 1.25;
  letter-spacing: 0.18em;
  font-weight: 700;
  padding-left: calc(26 * var(--formula));
  margin-top: calc(6 * var(--formula));
  transition: opacity ease 0.6s;
  opacity: 1;
}
.chocolate25-check-items__primary {
  background-color: #fff;
}
.chocolate25-check-items__primary .swiper {
  height: 100%;
}
.chocolate25-check-items__primary .swiper-wrapper {
  height: 100%;
}
.chocolate25-check-items__primary .swiper-slide {
  height: 100%;
}
.chocolate25-check-items__primary .swiper-slide .chocolate25-check-items__image {
  transform-origin: top right;
  transition: transform 0.4s linear, height 0.4s linear;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.chocolate25-check-items__primary .swiper-slide .chocolate25-check-items__image img {
  width: 100%;
  height: auto;
  flex: 1 1 auto;
  object-fit: cover;
}
.chocolate25-check-items__primary .swiper-slide .chocolate25-check-items__image p {
  flex: 0 0 auto;
}
.chocolate25-check-items__primary .swiper-slide.swiper-slide-active .chocolate25-check-items__image {
  transform: scale(1);
}
.chocolate25-check-items__primary .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  height: 0;
}
.chocolate25-check-items__primary .swiper-slide.swiper-slide-prev .chocolate25-check-items__image, .chocolate25-check-items__primary .swiper-slide.swiper-slide-next .chocolate25-check-items__image {
  height: var(--nav-slide-height);
  transform: scale(calc(var(--nav-slide-height) / (225 * var(--formula))));
  display: block;
}
.chocolate25-check-items__navigation .swiper-slide button {
  aspect-ratio: 74/107;
  position: relative;
  overflow: hidden;
}
.chocolate25-check-items__navigation .swiper-slide img {
  object-position: center bottom;
}
.chocolate25-check-items__count {
  position: absolute !important;
  right: calc(20 * var(--formula));
  bottom: calc(11 * var(--formula));
  font-family: var(--font-body);
  font-size: calc(16 * var(--formula));
  line-height: 1.1875;
  letter-spacing: 0;
  font-weight: 700;
}
.chocolate25-check-items__next-arrow {
  position: absolute !important;
  top: var(--nav-slide-height, calc(202 * var(--formula)));
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  padding: calc(6 * var(--formula));
  display: grid;
  place-items: center;
  box-sizing: border-box;
  z-index: 2;
}
.chocolate25-check-items__next-arrow svg {
  width: calc(22 * var(--formula));
  height: calc(44 * var(--formula));
}
.chocolate25-check-items .chocolate25-check-items__next-arrow {
  opacity: 0;
  transition: opacity linear 0.6s 1s;
}
.chocolate25-check-items.is-active .chocolate25-check-items__next-arrow {
  opacity: 1;
}

.chocolate25-footer {
  --color-section-bg-color: var(--color-bg-salt);
  background-color: var(--color-section-bg-color);
  padding-top: calc(97 * var(--formula));
}
@media (min-width: 768px) {
  .chocolate25-footer {
    padding-bottom: calc(60 * var(--formula_pc));
  }
}
.chocolate25-footer .chocolate25-buttons {
  display: flex;
  gap: calc(30 * var(--formula));
  padding-inline: calc(52 * var(--formula)) calc(52 * var(--formula));
}
.chocolate25-footer .chocolate25-button {
  flex: 0 0 calc(200 * var(--formula));
}
.chocolate25-footer .chocolate25-button img {
  width: 100%;
}
.chocolate25-footer .chocolate25-copyright {
  margin-top: calc(82 * var(--formula));
  font-family: var(--font-copperplate);
  font-size: calc(16 * var(--formula));
  line-height: 1.2;
  letter-spacing: -0.04em;
  position: relative;
  left: calc(-2 * var(--formula));
  font-weight: 300;
  text-align: center;
  color: #2d211c;
  width: fit-content;
  display: block;
  margin-inline: auto;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .chocolate25-main__col--sub-left img {
    min-height: 100dvh;
    min-width: 100%;
    object-position: center top;
  }
}

.chocolate25 {
  transition: background-color ease-in-out 0.4s;
}
.chocolate25[data-bg-mode=default] {
  background-color: var(--color-bg-ideal);
}
.chocolate25[data-bg-mode=salt] {
  background-color: var(--color-bg-salt);
}

.chocolate25-sticky {
  position: sticky !important;
  top: 0;
}

#main-container:has(.chocolate25[data-bg-mode])::before {
  transition: background-color ease-in-out 0.4s;
}

#main-container:has(.chocolate25[data-bg-mode=default])::before {
  background-color: #532323;
}

#main-container:has(.chocolate25[data-bg-mode=salt])::before {
  background-color: #fff;
}

.chocolate25-marquee {
  background-color: var(--color-bg-marquee);
  color: var(--color-text-marquee);
  overflow: hidden;
  margin-top: calc(36 * var(--formula));
}
@media (min-width: 768px) {
  .chocolate25-marquee {
    margin-top: 0;
  }
}
.chocolate25-marquee__container {
  padding-block: calc(17 * var(--formula));
}
.chocolate25-marquee__track {
  display: flex;
  width: fit-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: marquee-animation 15s linear infinite;
  white-space: nowrap;
}
.chocolate25-marquee__text {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: calc(78 * var(--formula));
}
.chocolate25-marquee__text img {
  width: calc(206 * var(--formula));
}

@keyframes marquee-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--animation-distance));
  }
}
.chocolate25 .blur {
  filter: blur(calc(12 * var(--formula)));
  opacity: 0;
  transition: filter 0.6s linear, opacity 0.6s linear;
}
.chocolate25 .blur.is-active {
  opacity: 1;
  filter: blur(0);
}

.chocolate25 .fade {
  opacity: 0;
  transition: opacity var(--animation-ease-in-out) var(--animation-speed-medium);
}
.chocolate25 .fade.is-active {
  opacity: 1;
}
.chocolate25 .fade--up {
  opacity: 0;
  transform: translateY(calc(var(--fade-up-distance) * var(--formula)));
  transition: opacity var(--animation-ease-in-out) var(--animation-speed-medium), transform var(--animation-ease-in-out) var(--animation-speed-medium);
}
.chocolate25 .fade--up.is-active {
  opacity: 1;
  transform: translateY(0);
}
.chocolate25 .scroll-in {
  overflow: hidden;
}
.chocolate25 .scroll-in .scroll-in__content {
  transform: translateY(100%);
  display: flex;
  transition: transform var(--animation-ease-in-out) var(--animation-speed-medium);
}
.chocolate25 .scroll-in.is-active .scroll-in__content {
  transform: translateY(0);
}
.chocolate25 .scroll-in--multi {
  overflow: hidden;
}
.chocolate25 .scroll-in--multi .scroll-in__row {
  transform: translateY(100%);
  display: block;
  transition: transform var(--animation-ease-in-out) var(--animation-speed-medium);
}
.chocolate25 .scroll-in--multi .scroll-in__row:nth-of-type(2) {
  transition-delay: var(--animation-delay-medium);
}
.chocolate25 .scroll-in--multi.is-active .scroll-in__row {
  transform: translateY(0);
}
.chocolate25 .zoom-in {
  opacity: 0;
}
.chocolate25 .zoom-in.is-active {
  animation: zoomIn var(--animation-speed-slow) var(--animation-ease-in-out) forwards;
}
.chocolate25 .clip--up svg g:not(.number) {
  clip-path: inset(0 0 100% 0);
  transition: clip-path var(--animation-ease-in-out) var(--animation-speed-medium);
}
.chocolate25 .clip--up.is-active svg g:not(.number) {
  clip-path: inset(0 0% 0 0);
}/*# sourceMappingURL=style.css.map */