#JK0701softcheese {
  --pc-width: 1943.2;
  --sp-width: 750;
  --pc-artboard-width: 499.68;
  --sp-artboard-width: 750;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
}
@media (max-width: 767px) {
  #JK0701softcheese {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
@media (min-width: 768px) {
  #JK0701softcheese {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (min-width: 1943.2px) {
  #JK0701softcheese {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1943.2px) {
  #JK0701softcheese {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}

#JK0701softcheese {
  --color-primary: #977547;
  --color-text:#333333;
  --animation-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --header-container-height: 120px;
  color: var(--color-text);
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    color: #fff;
  }
  .c-breadcrumb .c-breadcrumb__text,
  body .c-breadcrumb > ol > li:last-child > * {
    color: #fff;
  }
}
body:has(#JK0701softcheese) {
  overflow-x: clip;
}

#JK0701softcheese {
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  #JK0701softcheese {
    padding-top: var(--header-height);
  }
}
#JK0701softcheese * {
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  font-feature-settings: "palt";
  box-sizing: border-box;
}
#JK0701softcheese img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  transition: unset;
  display: block;
}
#JK0701softcheese svg {
  shape-rendering: geometricPrecision;
  display: block;
  overflow: hidden;
}
#JK0701softcheese picture {
  display: block;
}
#JK0701softcheese button {
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: unset;
}

@media (max-width: 767px) {
  .is-hidden--mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-hidden--desktop {
    display: none !important;
  }
}

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

.lp-layout .lp-primary {
  overflow-x: clip !important;
}
@media (min-width: 768px) {
  .lp-layout .is-sticky--desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: sticky;
    left: 0;
    transition: none;
    top: var(--header-height, 0);
    height: 100dvh;
  }
}
@media (min-width: 768px) {
  .lp-layout--column-02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .lp-layout--column-03 {
    display: grid;
    grid-template-columns: 1fr calc(var(--pc-artboard-width) * var(--formula_pc)) 1fr;
  }
}

#JK0701softcheese .lp-primary {
  position: relative;
  padding-bottom: calc(140 * var(--formula));
}
#JK0701softcheese .lp-primary > .lp-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
#JK0701softcheese .lp-page__bg {
  display: none;
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-page__bg {
    display: block;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-page__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    min-height: calc(884 * var(--formula_pc));
    opacity: 0;
    transition: opacity 0.6s ease-in, height 0s;
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-page[data-bg-mode="1"] img:nth-of-type(1) {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-page[data-bg-mode="2"] img:nth-of-type(2) {
    opacity: 1;
  }
}
#JK0701softcheese .lp-info-bar {
  background-color: var(--color-primary);
  color: #fff;
  font-size: calc(28 * var(--formula));
  line-height: 1.4814285714;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: calc(70 * var(--formula));
  display: grid;
  place-items: center;
  padding-left: calc(2 * var(--formula));
}
#JK0701softcheese .lp-info-bar__text span {
  font-size: calc(20 * var(--formula));
  line-height: 2;
  margin-left: calc(2 * var(--formula));
}
#JK0701softcheese .lp-info-bar__text span.ja {
  font-size: calc(25 * var(--formula));
  line-height: 1.6592;
  margin-left: 0;
}
#JK0701softcheese .lp-look {
  position: relative;
}
#JK0701softcheese .lp-look .lp-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
#JK0701softcheese .lp-look .lp-bg img {
  width: 100%;
  height: auto;
}
#JK0701softcheese .lp-look__decoration {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
#JK0701softcheese .lp-look__container {
  position: relative;
}
#JK0701softcheese .lp-look__image {
  position: relative;
}
#JK0701softcheese .lp-look__image > * {
  position: relative;
  z-index: 1;
}
#JK0701softcheese .lp-look__image .lp-look__credit {
  position: absolute;
  z-index: 1;
}
#JK0701softcheese .lp-look__image:has(img:not([src*=".png?"], [src$=".png"])) {
  background-color: #fff;
}
#JK0701softcheese .lp-look__image:has(img[src*=".png?"], [src$=".png"])::before {
  content: "";
  display: block;
  position: absolute;
  top: 1%;
  left: 1%;
  background-size: cover;
  width: 98%;
  height: 98%;
  pointer-events: none;
  filter: brightness(0) invert(100%);
  z-index: 0;
}
#JK0701softcheese .lp-look__credit {
  font-family: "effra", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#JK0701softcheese .lp-look__credit-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: calc(16 * var(--formula));
}
#JK0701softcheese .lp-look__credit-item {
  background-color: #fff;
  color: var(--color-primary);
  width: fit-content;
  flex: 0 0 auto;
  text-align: left;
  font-size: calc(23 * var(--formula));
  line-height: 1.25;
  letter-spacing: 0.025em;
  padding: calc(9 * var(--formula)) calc(19 * var(--formula)) calc(9 * var(--formula)) calc(19 * var(--formula));
}
#JK0701softcheese .lp-look--top .lp-look__title {
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(400 * var(--formula));
  width: 100%;
  pointer-events: none;
}
#JK0701softcheese .lp-look--top .lp-look__title img {
  width: calc(564 * var(--formula));
  margin-inline: auto;
}
#JK0701softcheese .lp-look--01 {
  margin-top: calc(180 * var(--formula));
}
#JK0701softcheese .lp-look--01 .lp-look__container {
  width: calc(648 * var(--formula));
  margin-inline: 0 auto;
}
#JK0701softcheese .lp-look--02 {
  margin-top: calc(80 * var(--formula));
}
#JK0701softcheese .lp-look--02 .lp-look__container {
  width: calc(580 * var(--formula));
  margin-inline: auto 0;
}
#JK0701softcheese .lp-look--02 .lp-look__credit {
  top: calc(49 * var(--formula));
  left: calc(-110 * var(--formula));
}
#JK0701softcheese .lp-look--03 {
  margin-top: calc(161 * var(--formula));
}
#JK0701softcheese .lp-look--03 .lp-bg {
  top: calc(277 * var(--formula));
}
#JK0701softcheese .lp-look--03 .lp-look__container {
  width: calc(680 * var(--formula));
  margin-inline: auto;
}
#JK0701softcheese .lp-look--04 {
  margin-top: calc(80 * var(--formula));
}
#JK0701softcheese .lp-look--04 .lp-look__container {
  width: calc(560 * var(--formula));
  margin-inline: auto;
}
#JK0701softcheese .lp-look--04 .lp-look__image::before {
  background-image: url(./../img/look04.png);
}
#JK0701softcheese .lp-look--04 .lp-look__credit {
  bottom: calc(44 * var(--formula));
  right: calc(-44 * var(--formula));
}
#JK0701softcheese .lp-look--04 .lp-look__credit-item {
  text-align: right;
}
#JK0701softcheese .lp-look--05 {
  margin-top: calc(239 * var(--formula));
}
#JK0701softcheese .lp-look--06 {
  margin-top: calc(80 * var(--formula));
  z-index: 2;
}
#JK0701softcheese .lp-look--06 .lp-look__container {
  width: calc(440 * var(--formula));
  margin-inline: auto calc(20 * var(--formula));
}
#JK0701softcheese .lp-look--06 .lp-look__image::before {
  background-image: url(./../img/look06.png);
}
#JK0701softcheese .lp-look--07 .lp-look__container {
  width: calc(540 * var(--formula));
  margin-inline: calc(45 * var(--formula)) auto;
  margin-top: calc(-60 * var(--formula));
}
#JK0701softcheese .lp-look--07 .lp-look__credit {
  bottom: calc(59 * var(--formula));
  right: calc(-96 * var(--formula));
}
#JK0701softcheese .lp-look--07 .lp-look__credit-item {
  text-align: right;
}
#JK0701softcheese .lp-look--08 {
  margin-top: calc(252 * var(--formula));
}
#JK0701softcheese .lp-look--08 .lp-bg {
  top: calc(548 * var(--formula));
}
#JK0701softcheese .lp-look--08 .lp-look__container {
  width: calc(653 * var(--formula));
  margin-inline: auto 0;
}
#JK0701softcheese .lp-look--08 .lp-look__credit {
  top: calc(40 * var(--formula));
  left: calc(-69 * var(--formula));
}
#JK0701softcheese .lp-look--09 {
  margin-top: calc(160 * var(--formula));
}
#JK0701softcheese .lp-look--09 .lp-look__container {
  width: calc(580 * var(--formula));
  margin-inline: 0 auto;
}
#JK0701softcheese .lp-look--09 .lp-look__credit {
  right: calc(-146 * var(--formula));
  bottom: calc(40 * var(--formula));
}
#JK0701softcheese .lp-look--09 .lp-look__credit-list {
  align-items: flex-end;
}
#JK0701softcheese .lp-look--09 .lp-look__credit-item {
  text-align: right;
}
#JK0701softcheese .lp-look--10 {
  margin-top: calc(160 * var(--formula));
}
#JK0701softcheese .lp-look--10 .lp-look__image .splide__slide {
  width: calc(530 * var(--formula));
  padding: 0 calc(15 * var(--formula));
  position: relative;
}
#JK0701softcheese .lp-look--10 .lp-look__image .splide__slide > * {
  position: relative;
  display: block;
  z-index: 1;
}
#JK0701softcheese .lp-look--10 .lp-look__image .splide__slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(15 * var(--formula));
  background-size: cover;
  width: calc(100% - 30 * var(--formula));
  height: 100%;
  pointer-events: none;
  filter: brightness(0) invert(100%);
  z-index: 0;
  background-image: url(./../img/look10.png);
}
#JK0701softcheese .lp-look--10 .lp-look__credit {
  margin-top: calc(40 * var(--formula));
}
#JK0701softcheese .lp-look--10 .lp-look__credit-list {
  justify-content: center;
  align-items: center;
}
#JK0701softcheese .lp-look--10 .lp-look__credit-item {
  text-align: center;
}
#JK0701softcheese .lp-look--11 {
  margin-top: calc(157 * var(--formula));
}
#JK0701softcheese .lp-look--11 .lp-look__container {
  width: calc(620 * var(--formula));
  margin-inline: auto calc(25 * var(--formula));
}
#JK0701softcheese .lp-look--12 {
  margin-top: calc(80 * var(--formula));
}
#JK0701softcheese .lp-look--12 .lp-look__container {
  width: calc(520 * var(--formula));
  margin-inline: calc(35 * var(--formula)) auto;
}
#JK0701softcheese .lp-look--12 .lp-look__credit {
  right: calc(-156 * var(--formula));
  bottom: calc(49 * var(--formula));
}
#JK0701softcheese .lp-look--12 .lp-look__credit-item {
  text-align: right;
}
#JK0701softcheese .lp-look--footer {
  margin-top: calc(180 * var(--formula));
}
#JK0701softcheese .lp-look--footer .lp-look__container {
  width: calc(659 * var(--formula));
  margin-inline: auto;
}
#JK0701softcheese .lp-look--footer .lp-look__image::before {
  background-image: url(./../img/look-footer.png);
}
#JK0701softcheese .lp-look--footer .lp-look__title {
  position: absolute;
  top: calc(103 * var(--formula));
  left: calc(141 * var(--formula));
  width: calc(378 * var(--formula));
  z-index: 1;
  pointer-events: none;
}
#JK0701softcheese .lp-look--footer .lp-button {
  position: absolute;
  z-index: 1;
  top: calc(316 * var(--formula));
  left: calc(109 * var(--formula));
  width: calc(442 * var(--formula));
  height: calc(90 * var(--formula));
  border: min(1 * var(--formula), 1px) #fff solid;
  background-color: rgba(1, 79, 50, 0.39);
  color: #fff;
  font-family: "effra", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(29 * var(--formula));
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(38 * var(--formula));
  padding: calc(2 * var(--formula)) 0 0 calc(40 * var(--formula));
}
#JK0701softcheese .lp-look--footer .lp-button svg {
  width: calc(36.2 * var(--formula));
  height: calc(35.2 * var(--formula));
}
#JK0701softcheese .lp-intro {
  position: relative;
  width: calc(640 * var(--formula));
  margin: calc(118 * var(--formula)) auto 0;
}
#JK0701softcheese .lp-intro__frame {
  position: absolute;
  z-index: 0;
  top: calc(1 * var(--formula));
  left: 0;
  width: 100%;
  height: 100%;
}
#JK0701softcheese .lp-intro__frame svg {
  width: 100%;
  height: 100%;
}
#JK0701softcheese .lp-intro__container {
  padding: calc(88 * var(--formula)) calc(40 * var(--formula)) calc(85 * var(--formula));
  position: relative;
}
#JK0701softcheese .lp-intro__text {
  text-align: center;
  font-size: calc(26 * var(--formula));
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--color-primary);
}
#JK0701softcheese .lp-intro__text p:not(:first-child) {
  margin-top: calc(34 * var(--formula));
}
#JK0701softcheese .lp-intro__text--02 {
  margin-top: calc(37 * var(--formula));
}
#JK0701softcheese .lp-intro__decoration {
  width: calc(68 * var(--formula));
  margin: calc(51 * var(--formula)) auto 0 calc(252 * var(--formula));
}
#JK0701softcheese .lp-intro__sns {
  text-align: center;
  margin-top: calc(36 * var(--formula));
  color: var(--color-primary);
}
#JK0701softcheese .lp-intro__sns-name {
  font-size: calc(52 * var(--formula));
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#JK0701softcheese .lp-intro__sns-account {
  font-size: calc(24 * var(--formula));
  line-height: 2.1666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#JK0701softcheese .lp-products {
  position: relative;
  width: calc(663 * var(--formula));
  margin: calc(160 * var(--formula)) auto 0;
}
#JK0701softcheese .lp-products__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
#JK0701softcheese .lp-products__frame svg {
  height: 100%;
  width: 100%;
}
#JK0701softcheese .lp-products__container {
  padding: calc(120 * var(--formula)) calc(40 * var(--formula)) calc(123 * var(--formula)) calc(40 * var(--formula));
  position: relative;
}
#JK0701softcheese .lp-products__row + .lp-products__row {
  margin-top: calc(119 * var(--formula));
  padding-top: calc(121 * var(--formula));
  background-image: url(./../img/products-line.svg);
  background-repeat: repeat-x;
  background-size: calc(580 * var(--formula)) calc(3 * var(--formula));
  background-position: 0 0;
}
#JK0701softcheese .lp-products__label {
  width: calc(500 * var(--formula));
  margin-inline: auto;
  color: var(--color-primary);
}
#JK0701softcheese .lp-products__heading {
  font-size: calc(46 * var(--formula));
  line-height: 1.395;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  font-family: "orpheuspro", serif;
  margin-top: calc(26 * var(--formula));
  color: var(--color-primary);
}
#JK0701softcheese .lp-products__image.is-active .lp-products__image-container > * {
  opacity: 1;
  transform: translateY(0);
}
#JK0701softcheese .lp-products__image-container {
  display: flex;
  justify-content: center;
}
#JK0701softcheese .lp-products__image-container > * {
  flex: 0 0 calc(280 * var(--formula));
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translateY(calc(20 * var(--formula)));
}
#JK0701softcheese .lp-products__image-container > *:nth-of-type(2) {
  transition-delay: 0.8s;
}
#JK0701softcheese .lp-products__head {
  text-align: center;
  color: var(--color-primary);
  margin-top: calc(6 * var(--formula));
}
#JK0701softcheese .lp-products__name {
  font-size: calc(75 * var(--formula));
  line-height: 1.4133333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "orpheuspro", serif;
}
#JK0701softcheese .lp-products__price {
  font-size: calc(28 * var(--formula));
  line-height: 1.5714285714;
  letter-spacing: 0.025em;
  font-family: "effra", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  margin-top: calc(16 * var(--formula));
  position: relative;
  left: calc(-2 * var(--formula));
}
#JK0701softcheese .lp-products__text {
  font-size: calc(24 * var(--formula));
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin: calc(35 * var(--formula)) auto 0;
  text-align: center;
}
#JK0701softcheese .lp-products__text p:not(:first-child) {
  margin-top: calc(36 * var(--formula));
}
#JK0701softcheese .lp-products__comment {
  background-color: rgba(151, 117, 71, 0.1);
  width: calc(580 * var(--formula));
  margin: calc(150 * var(--formula)) auto 0;
  position: relative;
  padding: calc(69 * var(--formula)) calc(30 * var(--formula)) calc(58 * var(--formula)) calc(30 * var(--formula));
}
#JK0701softcheese .lp-products__comment-title {
  width: calc(409 * var(--formula));
  position: absolute;
  left: calc(86 * var(--formula));
  top: calc(-60 * var(--formula));
}
#JK0701softcheese .lp-products__comment-title svg {
  width: calc(409 * var(--formula));
  height: calc(86 * var(--formula));
}
#JK0701softcheese .lp-products__comment-text {
  font-size: calc(24 * var(--formula));
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  margin-top: calc(1 * var(--formula));
}
#JK0701softcheese .lp-products--01 {
  margin-top: calc(159 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__image {
  margin-top: calc(13 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__image {
  margin-top: calc(-7 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__image-container > *:nth-of-type(1) {
  margin-right: calc(-28 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__image-container > *:nth-of-type(2) {
  margin-left: calc(-28 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__head {
  margin-top: calc(-14 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__text {
  margin-top: calc(36 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__price {
  margin-top: calc(-2 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__comment {
  margin-top: calc(149 * var(--formula));
}
#JK0701softcheese .lp-products--01 .lp-products__row:nth-of-type(2) .lp-products__comment-title {
  left: calc(86 * var(--formula));
}
#JK0701softcheese .lp-products--02 .lp-products__container {
  padding-bottom: calc(106 * var(--formula));
}
#JK0701softcheese .lp-products--02 .lp-products__frame {
  height: 100.9%;
}
#JK0701softcheese .lp-products--02 .lp-products__image {
  margin-top: calc(33 * var(--formula));
}
#JK0701softcheese .lp-products--02 .lp-products__image-container {
  gap: calc(10 * var(--formula));
}
#JK0701softcheese .lp-products--02 .lp-products__head {
  margin-top: calc(26 * var(--formula));
}
#JK0701softcheese .lp-products--02 .lp-products__price {
  margin-top: calc(17 * var(--formula));
}
#JK0701softcheese .lp-products--02 .lp-products__text {
  margin-top: calc(35 * var(--formula));
}
#JK0701softcheese .lp-products--02 .lp-products__comment {
  margin-top: calc(147 * var(--formula));
}
#JK0701softcheese .lp-products--03 {
  margin-top: calc(159 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__container {
  padding-bottom: calc(124 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__image-container > * {
  flex: 0 0 calc(180 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__image {
  margin-top: calc(42 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__image-container {
  gap: calc(46 * var(--formula));
  position: relative;
  left: calc(5 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__head {
  margin-top: calc(33 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__price {
  margin-top: calc(17 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__text {
  margin-top: calc(34 * var(--formula));
}
#JK0701softcheese .lp-products--03 .lp-products__comment {
  padding-top: calc(67 * var(--formula));
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-navigation {
    position: relative;
    width: calc(390 * var(--formula_pc));
    max-width: 360px;
    top: calc(-67 * var(--formula_pc));
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-navigation__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(13.88 * var(--formula_pc));
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-navigation__item {
    position: relative;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-navigation__item:nth-of-type(1) .lp-navigation__name, #JK0701softcheese .lp-navigation__item:nth-of-type(2) .lp-navigation__name {
    bottom: calc(16.656 * var(--formula_pc));
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-navigation__name {
    position: absolute;
    bottom: calc(9.716 * var(--formula_pc));
    left: 0;
    font-size: calc(27.76 * var(--formula_pc));
    line-height: 1.1;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-family: orpheuspro, serif;
    color: #fff;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-left .lp-title {
    width: calc(448 * var(--formula_pc));
    max-width: 410px;
    position: relative;
    top: calc(-67 * var(--formula_pc));
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-left .lp-title__frame svg {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  #JK0701softcheese .lp-left .lp-title__main {
    position: absolute;
    width: calc(276 * var(--formula_pc));
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
#JK0701softcheese :where([class^=ani-], [class*=" ani-"]) {
  will-change: transform, opacity, filter, translate;
  transition: opacity 1.2s var(--animation-ease), translate 1.2s var(--animation-ease), scale 1.2s var(--animation-ease), rotate 1.2s var(--animation-ease), filter 1.2s var(--animation-ease);
}
#JK0701softcheese .ani-fade {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#JK0701softcheese .ani-fade.is-active {
  opacity: 1;
}
#JK0701softcheese .ani-fade--up {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  transform: translateY(30px);
}
#JK0701softcheese .ani-fade--up.is-active {
  opacity: 1;
  transform: translateY(0);
}
#JK0701softcheese .lp-products__comment-title svg.ani-typing g > path {
  transition: opacity 0.25s ease-in calc(var(--index, 0) * 0.1s);
  opacity: 0;
}
#JK0701softcheese .lp-products__comment-title.is-active svg.ani-typing g > path {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */