@charset "UTF-8";
/* media query

/* function
------------------------------------------ */
/* 変数
------------------------------------------ */
/* :root {
  --color-sub: #faf3dc;
} */
/* overwrite
/* ------------------------------------------ */
/* #header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(88, 98, 68)), to(rgba(88, 98, 68, 0)));
  background: linear-gradient(180deg, rgb(88, 98, 68), rgba(88, 98, 68, 0));
} */
/* #header .header__inner .header__inner--left .header-logo a svg path {
  fill: #fff;
}
#header .header__inner .header__inner--right .header-nav__user svg path {
  fill: #fff;
}
#header .header__inner .header__inner--right .header-nav__search svg path {
  fill: #fff;
}
#header .header__inner .header__inner--right .header-nav__cart svg path {
  fill: #fff;
}
#header .header-nav__menuBtn span {
  background-color: #fff;
}
#header .header-nav__menuBtn.open span {
  background-color: var(--color-main);
}
#header .header-menu a {
  color: #fff;
}
#header .toggle-arrow::before, #header .toggle-arrow::after {
  background: #fff;
} */
body {
  background-color: #af1f24;
}

.main-area.lp {
  margin-bottom: 0;
  background-color: #af1f24;
}

.header {
  z-index: 10;
}

.header[data-header-theme=light].c-active,
.header[data-header-theme=dark] {
  background: none;
}

#footer {
  display: none;
}

#MC251204numberoil {
  /* 可変設定
  ------------------------------------------ */
  /*デザインの値*/
  --pc-width: 1920;
  /*PCデザイン幅*/
  --sp-width: 375;
  /*SPデザイン幅*/
  --pc-artboard-width: 550;
  /*SP共通デザイン幅*/
  --sp-artboard-width: 375;
  /*PC共通デザイン幅*/
  /*可変率の計算式*/
  --formula: calc(var(--variable) * var(--ratio));
  /*SP,PC共通箇所の可変割合の計算式*/
  --formula_pc: calc(var(--variable) * 1);
  /*PCデザインの可変割合の計算式*/
  /* PC画面幅 1400px以上 固定 */
  /* PC画面幅 768～1400px 可変 */
  /* SP画面幅 767px以下 可変 */
  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
  /* animation
  ------------------------------------------ */
  /* 共通
  ------------------------------------------ */
  /* LP style
  ------------------------------------------ */
  margin: 0 auto;
  --color-beige: #fff7e9;
  --color-graige: #d6cbb9;
  --color-red: #af1f24;
  --color-darkred: #4b0206;
  --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --fw-regular: 400;
  --fw-bold: 700;
  font-style: normal;
  color: var(--color-beige);
  font-weight: var(--fw-bold);
  font-family: var(--font-zenkaku);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1401px) {
  #MC251204numberoil {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    /* PCとSPのデザイン幅の比率 */
    --variable: 1px;
    /* 固定値（可変しない） */
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #MC251204numberoil {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width));
    /* 画面幅に基づく可変値 */
    /* background-image: url(../img/pc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    width: 100%;
  }
}
@media (max-width: 767px) {
  #MC251204numberoil {
    --ratio: 1;
    /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width));
    /* 画面幅に基づく可変値 */
  }
}
.MC251204numberoil img {
  width: 100%;
  height: auto;
}

.MC251204numberoil * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* .pc-bg{
  display: none;
} */
.main-area__inner {
  background-color: var(--color-red);
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
  .landing-page__main {
    position: relative;
    z-index: 10;
  }
  .landing-page__main::backdrop {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(75, 2, 6, 0.25);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
  }
  .landing-page__container {
    display: grid;
    grid-template-columns: 1fr calc(550 * var(--formula_pc)) 1fr;
    margin-top: calc(-117 * var(--formula_pc));
    position: relative;
    z-index: 1;
  }
  .landing-page__aside {
    position: sticky;
    top: 0;
    display: grid;
    place-content: center;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .landing-page__heading-image img {
    width: calc(329 * var(--formula_pc));
  }
  .landing-page__aside .landing-page__button-image {
    position: relative;
  }
  .landing-page__aside .landing-page__button-image img {
    width: calc(236 * var(--formula_pc));
    position: relative;
    left: calc(0 * var(--formula_pc));
    top: calc(-2 * var(--formula_pc));
  }
  .landing-page__aside .right-pc img {
    width: calc(236 * var(--formula_pc));
    position: relative;
    top: calc(4 * var(--formula));
  }
  .landing-page__aside .side_gif {
    position: absolute;
    top: calc(60 * var(--formula_pc));
    width: calc(121 * var(--formula_pc));
    left: 50%;
    transform: translateX(-50%);
  }
  .landing-page__aside .side_gif img {
    width: calc(121 * var(--formula_pc));
  }
  /* ________ mv */
  .mv-img {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: calc(1500.1183 * var(--formula_pc));
    margin: 0 auto;
  }
  .mv-gif {
    width: calc(724.8816 * var(--formula_pc));
  }
  .top-ttl {
    width: calc(422.3936 * var(--formula_pc));
  }
}
@media (max-width: 767px) {
  .main-area.lp {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .hidden-mobile {
    display: none;
  }
  /* ________ mv */
  .mv-img {
    width: calc(307.6104 * var(--formula));
    margin: 0 auto;
    position: relative;
    left: calc(4 * var(--formula));
  }
  .mv-gif {
    width: calc(307.6104 * var(--formula));
    margin-top: calc(40 * var(--formula));
  }
  .top-ttl {
    width: calc(301.2412 * var(--formula));
  }
}
.MC251204numberoil .crdt {
  font-size: calc(18 * var(--formula));
  font-family: var(--font-dnp);
  font-weight: var(--fw-light);
  line-height: 1.5;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
}

/* fo_introduction
------------------------------------------ */
.landing-page__main {
  padding: calc(97 * var(--formula)) 0 0;
}

.txt-more p + p {
  margin-top: calc(27 * var(--formula));
}

.content_lead,
.txt-more p {
  font-size: calc(15 * var(--formula));
  letter-spacing: -0.08em;
  line-height: 2.1333333333;
  text-align: center;
}

.is-open .content_lead {
  margin-bottom: calc(30 * var(--formula));
}

.txt-more {
  max-height: 0;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  overflow: clip;
}

.read-more,
.close {
  width: calc(117.6224 * var(--formula));
  margin: calc(49 * var(--formula)) auto 0;
}

/* lp_footer
------------------------------------------ */
.lp_footer {
  width: calc(289.4922 * var(--formula));
  margin: calc(118 * var(--formula)) auto 0;
  padding-bottom: calc(35 * var(--formula));
}

/*******************************
.animation
*******************************/
/*  fade ___________________________*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
}

.js-fade.js-scrollIn {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.7s, transform 0.7s;
}

/*  表示切り替え ___________________________*/
.detail__inner {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.detail__inner.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* .detail__inner .detail__contents{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.detail__inner.show .detail__contents{
  opacity: 1;
  visibility: visible;
} */
.viewmore__inner.none {
  display: none;
}

/*  flowBox ___________________________*/
.txt_flow {
  width: 100%;
  height: calc(57.2548 * var(--formula));
  background-color: var(--color-beige);
  margin-top: calc(60 * var(--formula));
}

.flowBox {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  background-color: var(--color-khaki);
}

.flowBox .flow {
  animation: infinity-scroll-left 10s infinite linear 0.5s both;
  margin-right: calc(20 * var(--formula));
}

.flowBox .flow img {
  height: calc(57 * var(--formula));
  width: calc(375 * var(--formula));
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
html:has(#MC251204numberoil).is-fix {
  overflow: hidden;
}
html:has(#MC251204numberoil).is-fix .product {
  overflow-y: auto;
}

#MC251204numberoil {
  --animation-duration: 0.6s;
  --animation-delay: 0.2s;
}
#MC251204numberoil * {
  box-sizing: border-box;
  font-weight: inherit;
  font-family: inherit;
  font-feature-settings: "palt";
}
#MC251204numberoil button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
}
#MC251204numberoil img {
  object-fit: cover;
  display: block;
}
#MC251204numberoil .mv {
  margin-top: calc(-56 * var(--formula));
}
@media (min-width: 768px) {
  #MC251204numberoil .mv {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  #MC251204numberoil .mv::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100 * var(--formula));
    background-color: #af1f24;
  }
}
@media (min-width: 768px) {
  #MC251204numberoil .mv__layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#MC251204numberoil .mv__ttile {
  margin-top: calc(41 * var(--formula));
}
@media (min-width: 768px) {
  #MC251204numberoil .mv__ttile {
    order: 1;
    display: grid;
    place-items: center;
  }
}
#MC251204numberoil .mv__ttile img {
  width: calc(301 * var(--formula));
  margin-inline: auto;
  display: block;
}
@media (min-width: 768px) {
  #MC251204numberoil .mv__ttile img {
    width: calc(594.557 * var(--formula_pc));
    position: relative;
    left: calc(-28 * var(--formula_pc));
    top: calc(-13 * var(--formula_pc));
  }
}
#MC251204numberoil .mv__image {
  margin-top: calc(41 * var(--formula));
}
@media (min-width: 768px) {
  #MC251204numberoil .mv__image {
    margin-top: calc(18 * var(--formula_pc));
  }
}
#MC251204numberoil .mv__image img {
  width: calc(307.61 * var(--formula));
  margin-inline: auto;
}
@media (min-width: 768px) {
  #MC251204numberoil .mv__image img {
    width: calc(724.881 * var(--formula_pc));
    margin-inline: auto calc(25 * var(--formula_pc));
  }
}
#MC251204numberoil .product {
  background-color: #af1f24;
  transition: background-color ease 0.6s;
  min-height: 100dvh;
  position: relative;
}
#MC251204numberoil .product.is-detail--open .product__images-arrow {
  opacity: 0 !important;
}
#MC251204numberoil .product[data-active-product-number="13"] {
  background-color: #fff7e9;
}
#MC251204numberoil .product__container {
  padding-top: calc(650 * var(--formula));
}
#MC251204numberoil .product__lead-text {
  position: absolute;
  top: calc(156 * var(--formula));
  left: 0;
  width: 100%;
  text-align: center;
  font-size: calc(18 * var(--formula));
  height: calc(18 * var(--formula) * 1.7777777778 * 2);
  line-height: 1.7777777778;
  letter-spacing: -0.08em;
  z-index: 1;
  font-weight: var(--fw-bold);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity var(--animation-duration) ease, visibility var(--animation-duration) ease, filter var(--animation-duration) ease, z-index var(--animation-duration) ease;
}
#MC251204numberoil .product__lead-text[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  filter: blur(calc(10 * var(--formula)));
  z-index: -1;
}
#MC251204numberoil .product__lead-text[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  z-index: 1;
}
#MC251204numberoil .product__lead-text[data-product-number="13"] {
  color: #af1f24;
}
#MC251204numberoil .product__images {
  position: absolute;
  left: 0;
  top: calc(250 * var(--formula));
  width: 100%;
  height: auto;
  z-index: 1;
}
#MC251204numberoil .product__images-list {
  max-height: 100dvh;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.2, 1) !important;
}
#MC251204numberoil .product__images-item img {
  width: calc(80.8137 * var(--formula));
  margin-inline: auto;
}
#MC251204numberoil .product__images-item[data-product-number="13"] .product__images-content img {
  width: calc(207 * var(--formula));
  top: calc(51 * var(--formula));
  position: relative;
}
#MC251204numberoil .product__images-content {
  width: 100%;
  cursor: pointer;
}
#MC251204numberoil .product__images-content-number {
  margin-top: calc(70 * var(--formula));
  padding-bottom: calc(35 * var(--formula));
}
#MC251204numberoil .product__images-arrow {
  width: fit-content;
  font-size: calc(15 * var(--formula));
  line-height: 2.1333333333;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-align: center;
  position: absolute !important;
  top: calc(186 * var(--formula));
  transition: opacity 1s ease;
  -webkit-font-smoothing: antialiased;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: calc(3 * var(--formula));
  color: #fff;
  z-index: 2;
}
#MC251204numberoil .product__images-arrow svg {
  width: calc(32.3196 * var(--formula));
  height: calc(7.5 * var(--formula));
  stroke: #fff;
}
#MC251204numberoil .product__images-arrow--prev {
  left: calc(20 * var(--formula));
}
#MC251204numberoil .product__images-arrow--next {
  right: calc(20 * var(--formula));
}
#MC251204numberoil .product__details {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.3, 0.1, 0.2, 1) 0.3s, transform 0.6s cubic-bezier(0.3, 0.1, 0.2, 1) 0.3s;
  position: relative;
  z-index: 1;
}
#MC251204numberoil .product__details[aria-hidden=true] {
  display: none;
}
#MC251204numberoil .product__details.is-fade-out {
  opacity: 0;
  transform: translateY(calc(80 * var(--formula)));
}
#MC251204numberoil .product__details.is-fade-in {
  opacity: 1;
  transform: translateY(0);
}
#MC251204numberoil .product__details-contents--1 .product__details-title-number img {
  width: calc(15.1162 * var(--formula));
  position: relative;
  left: calc(-2 * var(--formula));
}
#MC251204numberoil .product__details-contents--2 .product__details-title-number img {
  width: calc(32.4258 * var(--formula));
}
#MC251204numberoil .product__details-contents--3 .product__details-title-number img {
  width: calc(32.6222 * var(--formula));
}
#MC251204numberoil .product__details-contents--3 .product__details-text {
  margin-top: calc(36 * var(--formula));
}
#MC251204numberoil .product__details-contents--4 .product__details-title-number img {
  width: calc(35.7939 * var(--formula));
}
#MC251204numberoil .product__details-contents--5 .product__details-title-number img {
  width: calc(32.5943 * var(--formula));
}
#MC251204numberoil .product__details-contents--6 .product__details-title-number img {
  width: calc(34.541 * var(--formula));
}
#MC251204numberoil .product__details-contents--7 .product__details-title-number img {
  width: calc(30.9375 * var(--formula));
}
#MC251204numberoil .product__details-contents--8 .product__details-title-number img {
  width: calc(34.54 * var(--formula));
}
#MC251204numberoil .product__details-contents--9 .product__details-title-number img {
  width: calc(33.2871 * var(--formula));
}
#MC251204numberoil .product__details-contents--10 .product__details-title-number img {
  width: calc(64.62 * var(--formula));
}
#MC251204numberoil .product__details-contents--11 .product__details-title-number img {
  width: calc(36.2656 * var(--formula));
  position: relative;
  left: calc(-3 * var(--formula));
}
#MC251204numberoil .product__details-contents--12 .product__details-title-number img {
  width: calc(53.5742 * var(--formula));
}
#MC251204numberoil .product__details-contents--12 .product__details-text {
  margin-top: calc(36 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 {
  color: #af1f24;
  margin-top: calc(-101 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-head {
  padding-bottom: 0;
}
#MC251204numberoil .product__details-contents--13 .product__details-head::before {
  display: none;
}
#MC251204numberoil .product__details-contents--13 .product__details-title-main img {
  width: calc(123 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-text {
  margin-top: calc(43 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-text p:not(:first-child) {
  margin-top: calc(23 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-heading {
  margin-top: calc(58 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 {
  margin-top: calc(33 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main {
  position: relative;
  width: 100%;
  height: calc(253 * var(--formula));
  overflow: hidden;
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a {
  position: absolute;
  z-index: 1;
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(1) {
  top: calc(-21 * var(--formula));
  left: calc(-47 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(1) img {
  width: calc(184 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(2) {
  top: calc(55 * var(--formula));
  left: calc(44 * var(--formula));
  z-index: 2;
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(2) img {
  width: calc(172 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(3) {
  top: calc(-4 * var(--formula));
  left: calc(145 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(3) img {
  width: calc(137 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(4) {
  top: calc(19 * var(--formula));
  left: calc(231 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-main a:nth-of-type(4) img {
  width: calc(172 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-caption {
  margin-top: calc(26 * var(--formula));
  width: fit-content;
  margin-inline: auto;
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-caption p:nth-of-type(2) {
  display: flex;
  gap: calc(20 * var(--formula));
  justify-content: center;
  margin-top: calc(11 * var(--formula));
  position: relative;
  left: calc(-4 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-caption p:nth-of-type(2) span:nth-of-type(1) img {
  width: calc(44 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-caption p:nth-of-type(2) span:nth-of-type(2) img {
  width: calc(42 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-caption p:nth-of-type(2) span:nth-of-type(3) img {
  width: calc(45 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--01 .product__details-image-caption p:nth-of-type(2) span:nth-of-type(4) img {
  width: calc(42 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 {
  margin-top: calc(43 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(274 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-main img {
  position: absolute;
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-main img:nth-of-type(1) {
  top: calc(-6 * var(--formula));
  left: calc(-33 * var(--formula));
  width: calc(130 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-main img:nth-of-type(2) {
  top: calc(68 * var(--formula));
  left: calc(28 * var(--formula));
  z-index: 2;
  width: calc(152 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-main img:nth-of-type(3) {
  top: calc(16 * var(--formula));
  left: calc(109 * var(--formula));
  width: calc(128 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-main img:nth-of-type(4) {
  top: calc(84 * var(--formula));
  left: calc(185 * var(--formula));
  z-index: 2;
  width: calc(156 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-main img:nth-of-type(5) {
  top: calc(-6 * var(--formula));
  left: calc(237 * var(--formula));
  width: calc(162 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-caption {
  margin-top: calc(28 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-caption img {
  margin-inline: auto;
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-caption p:nth-of-type(2) img {
  width: calc(182 * var(--formula));
  margin-top: calc(25 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-image--02 .product__details-image-caption p:nth-of-type(3) img {
  width: calc(328 * var(--formula));
  margin-top: calc(23 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-card {
  margin-top: calc(57 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-card-image {
  width: calc(158 * var(--formula));
  position: relative;
  left: calc(-16 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-card-title img {
  width: calc(51 * var(--formula));
  margin-inline: auto;
  margin-top: calc(10 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-card-title:nth-of-type(1) {
  margin-top: calc(29 * var(--formula));
}
#MC251204numberoil .product__details-contents--13 .product__details-card-title:nth-of-type(2) {
  margin-top: calc(59 * var(--formula));
}
#MC251204numberoil .product__details-head {
  padding-bottom: calc(39 * var(--formula));
  position: relative;
}
#MC251204numberoil .product__details-head::before {
  content: "";
  display: block;
  width: calc(284 * var(--formula));
  height: max(1 * var(--formula), 1px);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
}
#MC251204numberoil .product__details-title-number img {
  margin-inline: auto;
}
#MC251204numberoil .product__details-title-main {
  width: fit-content;
  margin-inline: auto;
  display: block;
  margin-top: calc(55 * var(--formula));
  position: relative;
  left: calc(0 * var(--formula));
}
#MC251204numberoil .product__details-title-main svg {
  width: calc(114.275 * var(--formula));
  height: calc(27.71 * var(--formula));
}
#MC251204numberoil .product__details-fragrance {
  text-align: center;
  font-size: calc(15 * var(--formula));
  line-height: 1.8666666667;
  letter-spacing: -0.01em;
  font-weight: var(--fw-bold);
  margin-top: calc(20 * var(--formula));
}
#MC251204numberoil .product__details-fragrance__item {
  display: inline-block;
}
#MC251204numberoil .product__details-fragrance__item:not(:last-child):not(.product__details-fragrance__item--break)::after {
  content: "/";
  margin-inline: calc(5 * var(--formula)) calc(5 * var(--formula));
}
#MC251204numberoil .product__details-text {
  margin-top: calc(34 * var(--formula));
  font-size: calc(15 * var(--formula));
  line-height: 2.1333333333;
  letter-spacing: -0.01em;
  font-weight: var(--fw-bold);
  text-align: center;
}
#MC251204numberoil .product__details-heading img {
  width: calc(64.4346 * var(--formula));
  display: block;
  margin-inline: auto;
}
#MC251204numberoil .product__details-card {
  margin-top: calc(50 * var(--formula));
}
#MC251204numberoil .product__details-card-image {
  width: calc(105 * var(--formula));
  margin-inline: auto;
  position: relative;
  left: calc(-2 * var(--formula));
}
#MC251204numberoil .product__details-card-title {
  margin-top: calc(40 * var(--formula));
  font-size: calc(15 * var(--formula));
  line-height: 1.8666666667;
  letter-spacing: -0.01em;
  font-weight: var(--fw-bold);
  text-align: center;
}
#MC251204numberoil .product__details-card-check {
  margin-top: calc(59 * var(--formula));
  width: fit-content;
  margin-inline: auto;
  display: block;
  position: relative;
  left: calc(-1 * var(--formula));
}
#MC251204numberoil .product__details-card-check img {
  width: calc(131.058 * var(--formula));
  height: calc(27.07 * var(--formula));
  display: block;
  margin-inline: auto;
}
#MC251204numberoil .product__details-card-back-button {
  margin-top: calc(63 * var(--formula));
  width: fit-content;
  margin-inline: auto;
  font-size: calc(10 * var(--formula));
  line-height: 2.127;
  letter-spacing: -0.01em;
  font-weight: var(--fw-bold);
  text-align: center;
  width: calc(117.623 * var(--formula));
  height: calc(46.517 * var(--formula));
  display: grid;
  place-items: center;
  color: #fff;
}
#MC251204numberoil .product__details-image-caption {
  font-size: calc(15 * var(--formula));
  line-height: 1.8666666667;
  letter-spacing: -0.01em;
  font-weight: var(--fw-bold);
  text-align: center;
}
#MC251204numberoil .product .lp_footer {
  opacity: 0;
  transition: opacity ease 0s 0s;
}
#MC251204numberoil .product.is-detail--open .lp_footer {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.6s;
}
#MC251204numberoil .product .lp_footer img.red {
  display: none;
}
#MC251204numberoil .product[data-active-product-number="13"] .product__images-arrow {
  top: calc(204 * var(--formula));
  color: #d6cbb9;
}
#MC251204numberoil .product[data-active-product-number="13"] .product__images-arrow svg {
  stroke: #d6cbb9;
}
#MC251204numberoil .product[data-active-product-number="13"] .lp_footer img.red {
  display: block;
}
#MC251204numberoil .product[data-active-product-number="13"] .lp_footer img:not(.red) {
  display: none;
}

.landing-page__main::before {
  content: "";
  display: block;
  mix-blend-mode: multiply;
  filter: drop-shadow(1px 1px 12px rgba(0, 0, 0, 0.25));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #4b0206;
  z-index: -2;
}

.landing-page__main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #af1f24;
  z-index: -1;
}

.main-area.lp {
  padding-top: var(--header-height, 154px);
}
@media (min-width: 768px) {
  .main-area.lp {
    padding-top: var(--header-height, 190px);
  }
}

#Foot {
  position: relative;
  z-index: 2;
}

.is-fx .landing-page__main {
  padding-top: 0;
}

.is-fx .main-area.lp {
  padding-top: 0;
}/*# sourceMappingURL=style.css.map */