@charset "UTF-8";
@font-face {
  font-family: "Akz";
  src: url("../media/files/font/Akzidenz-grotesk-light.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Akz";
  src: url("../media/files/font/Akzidenz-grotesk-bold.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Akz";
  src: url("../media/files/font/Akzidenz-grotesk-black.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Akz";
  src: url("../media/files/font/Akzidenz-grotesk-roman.woff") format("woff");
  font-style: italic;
}
/*##########################################################################################################################*/
/*
/*
/* = Lp Skintoner Style
/*
/*
/*##########################################################################################################################*/
/****************************************************************************************************************************/
/*
/*
/* = Reset Style
/*
/*
/****************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, dt {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

img {
  display: block;
  width: 100%;
}

/****************************************************************************************************************************/
/*
/*
/* = Parts Style
/*
/*
/****************************************************************************************************************************/
/*
/* = display
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.tb-only {
  display: none;
}

@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .tb-only {
    display: block;
  }
}
.gt-sp {
  display: block;
}

@media screen and (max-width: 767px) {
  .gt-sp {
    display: none;
  }
}
.lt-tb {
  display: none;
}

@media print, screen and (max-width: 1080px) {
  .lt-tb {
    display: block;
  }
}
.lt-tbv {
  display: none;
}

@media print, screen and (max-width: 810px) {
  .lt-tbv {
    display: block;
  }
}
.lt-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .lt-sp {
    display: block;
  }
}
.lt-spv {
  display: none;
}

@media screen and (max-width: 540px) {
  .lt-spv {
    display: block;
  }
}
/*
/* = link
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
a {
  display: inline-block;
  text-decoration: none;
}

a:link {
  color: #192350;
}

a:active {
  color: #192350;
}

a:focus {
  color: #192350;
}

a:visited {
  color: #192350;
}

a:hover {
  color: #192350;
}

/*
/* = txt
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.ff--gtc {
  font-family: "FOT-筑紫ゴシック Pr5N D", "メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*
/* = btn
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.btn--common {
  position: relative;
  display: inline-block;
}

.btn--common::after {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #192350;
  transform-origin: left top;
  transition: 0.3s;
}

.main .section.white .btn--common::after {
  background-color: #ffffff;
}

.btn--common:hover::after {
  transform: translateX(20px);
}

.btn--common::before {
  position: absolute;
  right: 0;
  top: calc(clamp(23px, 2.083vw, 40px) * -1);
  transform: rotate(-45deg);
  transform-origin: right bottom;
  display: block;
  content: "";
  width: 1px;
  height: clamp(23px, 2.083vw, 40px);
  background-color: #192350;
  transition: 0.3s;
}

.main .section.white .btn--common::before {
  background-color: #ffffff;
}

.btn--common:hover::before {
  transform: translateX(20px) rotate(-45deg);
}

.btn--common div {
  display: block;
  margin-top: 1em;
  line-height: 1;
  font-size: clamp(18px, 1.667vw, 32px);
  color: #192350;
  transition: color 0.8s;
}

@media screen and (max-width: 767px) {
  .btn--common div {
    font-size: clamp(14.4px, 2.347vw, 18px);
  }
}
.main .section.white .btn--common div {
  color: #ffffff !important;
}

.btn--comingsoon {
  position: relative;
  display: inline-block;
}

.btn--comingsoon::after {
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #192350;
  transform-origin: left top;
}

.main .section.white .btn--comingsoon::after {
  background-color: #ffffff;
}

.btn--comingsoon::before {
  position: absolute;
  right: 0;
  top: calc(clamp(23px, 2.083vw, 40px) * -1);
  transform: rotate(-45deg);
  transform-origin: right bottom;
  display: block;
  content: "";
  width: 1px;
  height: clamp(23px, 2.083vw, 40px);
  background-color: #192350;
}

.main .section.white .btn--comingsoon::before {
  background-color: #ffffff;
}

.btn--comingsoon span {
  display: block;
  margin-top: 1em;
  min-width: 10em;
  line-height: 1;
  font-size: clamp(18px, 1.667vw, 32px);
  color: #192350;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn--comingsoon span {
    font-size: clamp(14.4px, 2.347vw, 18px);
  }
}
.main .section.white .btn--comingsoon span {
  color: #ffffff !important;
}

.btn--basket {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #192350;
  color: #ffffff !important;
  text-align: center;
}

.btn--basket::before {
  width: 1.5em;
}

.btn--txt {
  text-decoration: underline;
}

/*
/* = txt
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.ttl--h2 {
  position: relative;
  padding-left: clamp(56px, 5.208vw, 100px);
  padding-top: clamp(34px, 3.125vw, 60px);
  line-height: 1;
}

.main .section.white .ttl--h2 {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .ttl--h2 {
    padding-left: clamp(44.8px, 7.301vw, 56px);
    padding-top: clamp(27.2px, 4.433vw, 34px);
  }
}
.ttl--h2::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: clamp(45px, 4.167vw, 80px);
  aspect-ratio: 145/339;
  background-image: url(../media/images/lp_skintoner/new/common/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.main .section.white .ttl--h2::before {
  background-image: url(../media/images/lp_skintoner/new/common/logo_w.png);
}

@media screen and (max-width: 767px) {
  .ttl--h2::before {
    width: clamp(36px, 5.867vw, 45px);
  }
}
.ttl--h2 span {
  display: block;
  font-family: "FOT-筑紫ゴシック Pr5N D", "メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: clamp(23px, 2.083vw, 40px);
}

@media screen and (max-width: 767px) {
  .ttl--h2 span {
    font-size: clamp(18.4px, 2.999vw, 23px);
  }
}
.ttl--h2 small {
  display: block;
  margin-top: 0.25em;
  font-size: clamp(16px, 1.458vw, 28px);
}

@media screen and (max-width: 767px) {
  .ttl--h2 small {
    font-size: clamp(14.4px, 2.347vw, 18px);
  }
}
.ttl--h3 small {
  position: relative;
  display: inline-block;
  font-size: clamp(24px, 1.667vw, 32px);
}

.ttl--h3 small::after {
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 160px;
  height: 2px;
  background-color: #192350;
}

.ttl--h4 {
  margin-bottom: 1em;
  font-size: clamp(24px, 1.667vw, 32px);
  text-align: center;
}

/*
/* = list
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.list--note {
  font-size: 0.8em;
}

.list--note li {
  padding-left: 1em;
  text-indent: -1em;
}

.list--dot {
  padding-left: 1em;
  list-style-type: disc;
}

/*
/* = ico
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.ico--youtube::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: auto 100%;
  mask-image: url(../media/images/common/ico--youtube.svg);
}

.ico--instagram::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: auto 100%;
  mask-image: url(../media/images/common/ico--instagram.svg);
}

.ico--facebook::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: auto 100%;
  mask-image: url(../media/images/common/ico--facebook.svg);
}

.ico--line::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: auto 100%;
  mask-image: url(../media/images/common/ico--line.svg);
}

.ico--twitterx::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: auto 100%;
  mask-image: url(../media/images/common/ico--twitterx.svg);
}

.ico--note::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: auto 100%;
  mask-image: url(../media/images/common/ico--note.svg);
}

.ico--basket::before {
  display: inline-block;
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: auto 100%;
  mask-image: url(../media/images/common/ico--basket.svg);
}

/*
/* = overlap
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.js--overlap {
  position: relative;
}

.js--overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  --overlay-opacity: 0;
  position: sticky;
  top: var(--sticky-offset);
}

.js--overlap[data-is-overlay=true]:not(.is-disabled)::after {
  content: "";
  opacity: var(--overlay-opacity);
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.js--overlap[data-is-overlay=true]:not(.is-disabled).is-active::after {
  will-change: opacity;
}

.relative {
  position: relative;
}

/*
/* = Anime
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.anime--txtWrite span {
  opacity: 0;
}

.anime--txtWrite.isShow span {
  animation-name: txtWrite;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes txtWrite {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anime--txtBlur {
  opacity: 0;
}

.anime--txtBlur.isShow {
  animation-name: txtBlur;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes txtBlur {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.anime--txtSlideUp {
  display: inline-block;
  overflow: hidden;
}

.anime--txtSlideUp .anime--txtSlideInner {
  display: inline-block;
}

.anime--txtSlideUp.isShow .anime--txtSlideInner {
  animation-name: txtSlideUp;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes txtSlideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime--fadeInRight.isShow {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime--fadeInLeft.isShow {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime--fadeInUp.isShow {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime--delay01 {
  opacity: 0;
  animation-delay: 0.2s;
}

.anime--delay02 {
  opacity: 0;
  animation-delay: 0.4s;
}

.anime--delay03 {
  opacity: 0;
  animation-delay: 0.6s;
}

.anime--delay04 {
  opacity: 0;
  animation-delay: 0.8s;
}

.anime--delay05 {
  opacity: 0;
  animation-delay: 1s;
}

/****************************************************************************************************************************/
/*
/*
/* = Layout Style
/*
/*
/****************************************************************************************************************************/
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #192350;
  font-family: "Cormorant Garamond", "FOT-筑紫明朝 Pr6N RB", serif;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-display: swap;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: clamp(16px, 2.347vw, 18px);
  }
}
body.open {
  overflow: hidden;
}

/*
/*
/* = Header Style
/*
/*
/****************************************************************************************************************************/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  padding: 0 clamp(23px, 2.083vw, 40px);
}

.header-inner {
  position: relative;
  width: 100%;
  height: 80px;
}

@media print, screen and (min-width: 768px) {
  .header-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    height: 60px;
    aspect-ratio: 1/1;
  }

  .header-menu span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header-menu span, .header-menu span::before, .header-menu span::after {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #192350;
  }

  .header-menu span::before, .header-menu span::after {
    position: absolute;
    left: 0;
    display: block;
    content: "";
    transition: 0.3s;
  }

  .header-menu span::before {
    top: -10px;
  }

  .header-menu span::after {
    top: 10px;
  }

  .open .header-menu span {
    background-color: transparent;
  }

  .open .header-menu span::before {
    top: 0;
    transform: rotate(-45deg);
  }

  .open .header-menu span::after {
    top: 0;
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) {
  .header-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .header-nav--list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }

  .header-nav--list li + li {
    margin-left: 2em;
  }

  .header-nav--list li a {
    position: relative;
    display: block;
    padding: 0.25em 0.5em;
  }

  .header-nav--list li a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #192350;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s;
  }

  .header-nav--list li a:hover::before {
    transform: scaleX(100%);
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 100%;
    max-width: 420px;
    height: 100%;
    padding: 120px clamp(40px, 10.43vw, 80px) 40px clamp(40px, 10.43vw, 80px);
    background-color: rgba(25, 35, 80, 0.8);
    overflow-y: scroll;
    transition: 0.5s;
  }

  .open .header-nav {
    transform: translateX(0);
  }

  .header-nav--list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-nav--list li + li {
    margin-top: 2em;
  }

  .header-nav--list li a {
    color: #ffffff;
  }
}
/*
/*
/* = Mainvisual Style
/*
/*
/****************************************************************************************************************************/
.home-wrapper .mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-wrapper .mainvisual-mov {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1080;
  overflow: hidden;
  transform: none !important;
}

@media screen and (max-width: 767px) {
  .home-wrapper .mainvisual-mov {
    aspect-ratio: 1/1;
  }
}
.home-wrapper .mainvisual-mov video {
  position: absolute;
  left: 0;
  top: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
  will-change: auto !important;
  backface-visibility: visible !important;
  filter: brightness(1);
}

.inner-wrapper .mainvisual {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 590px;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .mainvisual {
    height: auto;
    min-height: initial;
    aspect-ratio: 1600/1400;
  }
}
.inner-wrapper .mainvisual-inner {
  height: 100%;
}

.inner-wrapper .mainvisual-fig {
  height: 100%;
}

.inner-wrapper .mainvisual-fig img {
  object-fit: cover;
  height: 100%;
}

/*
/*
/* = Main Style
/*
/*
/****************************************************************************************************************************/
.main {
  position: relative;
}

.main .section {
  line-height: 1.8;
}

.main .section-inner {
  position: relative;
}

/*
/*
/* = Footer Style
/*
/*
/****************************************************************************************************************************/
.footer {
  padding-top: clamp(80px, 4.167vw, 80px);
  padding-bottom: clamp(80px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .footer {
    padding-top: clamp(57px, 7.407vw, 80px);
    padding-bottom: clamp(57px, 7.407vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: clamp(45.6px, 7.432vw, 57px);
    padding-bottom: clamp(45.6px, 7.432vw, 57px);
  }
}
.footer {
  padding-left: clamp(90px, 8.333vw, 160px);
  padding-right: clamp(90px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .footer {
    padding-left: clamp(114px, 14.815vw, 160px);
    padding-right: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-left: clamp(25px, 11.734vw, 90px);
    padding-right: clamp(25px, 11.734vw, 90px);
  }
}
.footer {
  position: relative;
  background-image: url(../media/images/lp_skintoner/new/common/bg--02.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #ffffff;
}

.footer-nav--list {
  margin-top: clamp(32px, 2.917vw, 56px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-nav--list {
    flex-direction: column;
  }
}
.footer-nav--list li + li {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .footer-nav--list li + li {
    margin-left: 0;
    margin-top: 1em;
  }
}
.footer-nav--list li a {
  color: #ffffff;
}

.footer-nav--related {
  margin-top: clamp(32px, 2.917vw, 56px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-nav--related {
    flex-direction: column;
  }
}
.footer-nav--related li + li {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .footer-nav--related li + li {
    margin-left: 0;
    margin-top: 1em;
  }
}
.footer-nav--related li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  gap: 0.5em;
}

.footer-sitename {
  text-align: center;
}

.footer-sitename img {
  display: inline-block;
  width: clamp(90px, 8.333vw, 160px);
  height: auto;
  aspect-ratio: 480/515;
}

.footer-copy {
  margin-top: clamp(32px, 2.917vw, 56px);
  text-align: center;
  font-size: clamp(10px, 0.625vw, 12px);
}

/****************************************************************************************************************************/
/*
/*
/* = Home Style
/*
/*
/****************************************************************************************************************************/
.wholewrapper.hidden {
  display: none;
}

@media (scripting: none) {
  .loading {
    display: none;
  }

  .wholewrapper.hidden {
    display: block;
  }
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.loading.isActive {
  display: flex;
  opacity: 1;
}

.loading.isHide {
  display: flex;
  opacity: 1;
}

.loading-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.loading-logo {
  width: 16%;
  max-width: 100px;
}

.loading-logo svg {
  width: 100%;
  aspect-ratio: 149/339;
}

.loading-logo {
  /* 初期状態：透明 */
}

.loading .loading-logo svg .svg-elem-1,
.loading .loading-logo svg .svg-elem-2,
.loading .loading-logo svg .svg-elem-3,
.loading .loading-logo svg .svg-elem-4,
.loading .loading-logo svg .svg-elem-5,
.loading .loading-logo svg .svg-elem-6,
.loading .loading-logo svg .svg-elem-7,
.loading .loading-logo svg .svg-elem-8,
.loading .loading-logo svg .svg-elem-9,
.loading .loading-logo svg .svg-elem-10,
.loading .loading-logo svg .svg-elem-11,
.loading .loading-logo svg .svg-elem-12,
.loading .loading-logo svg .svg-elem-13,
.loading .loading-logo svg .svg-elem-14,
.loading .loading-logo svg .svg-elem-15,
.loading .loading-logo svg .svg-elem-16,
.loading .loading-logo svg .svg-elem-17,
.loading .loading-logo svg .svg-elem-18,
.loading .loading-logo svg .svg-elem-19 {
  fill: transparent;
}

.loading-logo {
  /* active で色を付ける */
}

.loading.isActive .loading-logo svg .svg-elem-1,
.loading.isActive .loading-logo svg .svg-elem-2,
.loading.isActive .loading-logo svg .svg-elem-3,
.loading.isActive .loading-logo svg .svg-elem-4,
.loading.isActive .loading-logo svg .svg-elem-5,
.loading.isActive .loading-logo svg .svg-elem-6,
.loading.isActive .loading-logo svg .svg-elem-7,
.loading.isActive .loading-logo svg .svg-elem-8,
.loading.isActive .loading-logo svg .svg-elem-9,
.loading.isActive .loading-logo svg .svg-elem-10,
.loading.isActive .loading-logo svg .svg-elem-11,
.loading.isActive .loading-logo svg .svg-elem-12,
.loading.isActive .loading-logo svg .svg-elem-13,
.loading.isActive .loading-logo svg .svg-elem-14,
.loading.isActive .loading-logo svg .svg-elem-15,
.loading.isActive .loading-logo svg .svg-elem-16,
.loading.isActive .loading-logo svg .svg-elem-17,
.loading.isActive .loading-logo svg .svg-elem-18,
.loading.isActive .loading-logo svg .svg-elem-19 {
  animation-name: loadingLogo;
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-fill-mode: forwards;
}

.loading .loading-logo svg .svg-elem-1 {
  animation-delay: 0.8s;
}

.loading .loading-logo svg .svg-elem-2 {
  animation-delay: 0.9s;
}

.loading .loading-logo svg .svg-elem-3 {
  animation-delay: 1s;
}

.loading .loading-logo svg .svg-elem-4 {
  animation-delay: 1.1s;
}

.loading .loading-logo svg .svg-elem-5 {
  animation-delay: 1.2s;
}

.loading .loading-logo svg .svg-elem-6 {
  animation-delay: 1.3s;
}

.loading .loading-logo svg .svg-elem-7 {
  animation-delay: 1.4s;
}

.loading .loading-logo svg .svg-elem-8 {
  animation-delay: 1.5s;
}

.loading .loading-logo svg .svg-elem-9 {
  animation-delay: 1.6s;
}

.loading .loading-logo svg .svg-elem-10 {
  animation-delay: 1.7s;
}

.loading .loading-logo svg .svg-elem-11 {
  animation-delay: 1.8s;
}

.loading .loading-logo svg .svg-elem-12 {
  animation-delay: 1.9s;
}

.loading .loading-logo svg .svg-elem-13 {
  animation-delay: 2s;
}

.loading .loading-logo svg .svg-elem-14 {
  animation-delay: 2.1s;
}

.loading .loading-logo svg .svg-elem-15 {
  animation-delay: 2.2s;
}

.loading .loading-logo svg .svg-elem-16 {
  animation-delay: 2.3s;
}

.loading .loading-logo svg .svg-elem-17 {
  animation-delay: 2.4s;
}

.loading .loading-logo svg .svg-elem-18 {
  animation-delay: 2.5s;
}

.loading .loading-logo svg .svg-elem-19 {
  animation-delay: 2.6s;
}

@keyframes loadingLogo {
  from {
    fill: transparent;
  }
  to {
    fill: #17234d;
  }
}
.home-wrapper .main .brand {
  padding-top: clamp(160px, 8.333vw, 160px);
  padding-bottom: clamp(160px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .brand {
    padding-top: clamp(114px, 14.815vw, 160px);
    padding-bottom: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .brand {
    padding-top: clamp(72px, 11.734vw, 90px);
    padding-bottom: clamp(72px, 11.734vw, 90px);
  }
}
.home-wrapper .main .brand {
  padding-left: clamp(90px, 8.333vw, 160px);
  padding-right: clamp(90px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .brand {
    padding-left: clamp(114px, 14.815vw, 160px);
    padding-right: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .brand {
    padding-left: clamp(25px, 11.734vw, 90px);
    padding-right: clamp(25px, 11.734vw, 90px);
  }
}
.home-wrapper .main .brand {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: url(../media/images/lp_skintoner/new/common/bg--01.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .brand {
    min-height: initial;
    max-height: 667px;
    aspect-ratio: 375/667;
  }
}
.home-wrapper .main .brand-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .brand-inner {
    justify-content: flex-start;
  }
}
.home-wrapper .main .brand-cnt--ttl {
  margin-bottom: 1em;
  font-size: clamp(45px, 4.167vw, 80px);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .brand-cnt--ttl {
    font-size: clamp(36px, 5.867vw, 45px);
  }
}
.home-wrapper .main .brand-cnt--txt {
  font-size: clamp(18px, 1.667vw, 32px);
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .brand-cnt--txt {
    font-size: clamp(14.4px, 2.347vw, 18px);
  }
}
.home-wrapper .main .brand-cnt--txt p + p {
  margin-top: 1em;
}

.home-wrapper .main .brand-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.home-wrapper .main .product {
  padding-top: clamp(80px, 4.167vw, 80px);
  padding-bottom: clamp(80px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .product {
    padding-top: clamp(57px, 7.407vw, 80px);
    padding-bottom: clamp(57px, 7.407vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .product {
    padding-top: clamp(45.6px, 7.432vw, 57px);
    padding-bottom: clamp(45.6px, 7.432vw, 57px);
  }
}
.home-wrapper .main .product {
  padding-left: clamp(45px, 4.167vw, 80px);
  padding-right: clamp(45px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .product {
    padding-left: clamp(57px, 7.407vw, 80px);
    padding-right: clamp(57px, 7.407vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .product {
    padding-left: clamp(25px, 7.432vw, 57px);
    padding-right: clamp(25px, 7.432vw, 57px);
  }
}
.home-wrapper .main .product {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .product {
    min-height: initial;
    max-height: 667px;
    aspect-ratio: 375/667;
  }
}
.home-wrapper .main .product.white {
  color: #ffffff;
}

.home-wrapper .main .product-inner {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.home-wrapper .main .product-ttl {
  position: absolute !important;
  top: calc(clamp(23px, 2.083vw, 40px) * -1);
}

.home-wrapper .main .product-cnt--txt {
  position: absolute;
  top: 20%;
  writing-mode: vertical-rl;
  font-size: clamp(23px, 2.083vw, 40px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .product-cnt--txt {
    font-size: clamp(18.4px, 2.999vw, 23px);
  }
}
.home-wrapper .main .product-btn {
  position: absolute;
  right: 0;
  bottom: 80px;
}

.home-wrapper .main .lotion {
  background-image: url(../media/images/lp_skintoner/new/home/lotion-bg.png);
}

@media print, screen and (max-width: 810px) {
  .home-wrapper .main .lotion {
    background-image: url(../media/images/lp_skintoner/new/home/lotion-bg--v.png);
  }
}
.home-wrapper .main .lotion-ttl {
  left: calc(clamp(23px, 2.083vw, 40px) * -1);
}

.home-wrapper .main .lotion-cnt--txt {
  right: clamp(180px, 16.667vw, 320px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .lotion-cnt--txt {
    right: clamp(128px, 16.667vw, 180px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .lotion-cnt--txt {
    right: clamp(63px, 16.688vw, 128px);
  }
}
.home-wrapper .main .gelcream {
  background-image: url(../media/images/lp_skintoner/new/home/gelcream-bg.png);
}

@media print, screen and (max-width: 810px) {
  .home-wrapper .main .gelcream {
    background-image: url(../media/images/lp_skintoner/new/home/gelcream-bg--v.png);
  }
}
.home-wrapper .main .gelcream-ttl {
  right: calc(clamp(23px, 2.083vw, 40px) * -1);
}

.home-wrapper .main .gelcream-cnt--txt {
  left: clamp(180px, 16.667vw, 320px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .gelcream-cnt--txt {
    left: clamp(128px, 16.667vw, 180px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .gelcream-cnt--txt {
    left: clamp(63px, 16.688vw, 128px);
  }
}
.home-wrapper .main .secwrapper {
  background-image: url(../media/images/lp_skintoner/new/common/bg--01.png);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: center top;
}

.home-wrapper .main .use-inner {
  padding-left: clamp(135px, 12.5vw, 240px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .use-inner {
    padding-left: 0;
    padding-top: 135px;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .use-inner {
    padding-top: clamp(66px, 17.601vw, 135px);
  }
}
.home-wrapper .main .use-ttl {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(135px, 12.5vw, 240px);
  min-height: clamp(315px, 29.167vw, 560px);
  padding: clamp(45px, 4.167vw, 80px) clamp(23px, 2.083vw, 40px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  background-image: url(../media/images/lp_skintoner/new/common/bg--02.png);
  background-repeat: repeat;
  background-size: cover;
  font-size: clamp(32px, 2.917vw, 56px);
  letter-spacing: 0.1em;
  color: #ffffff;
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .use-ttl {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: horizontal-tb;
    width: auto;
    min-width: calc(100% - 160px);
    height: 135px;
    min-height: inherit;
    padding: 23px 45px;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .use-ttl {
    min-width: calc(100% - clamp(135px, 12.5vw, 160px));
    height: clamp(66px, 17.601vw, 135px);
    padding: clamp(11px, 2.999vw, 23px) clamp(22px, 5.867vw, 45px);
    font-size: clamp(25.6px, 4.172vw, 32px);
  }
}
.home-wrapper .main .use-cnt {
  padding-top: clamp(160px, 8.333vw, 160px);
  padding-bottom: clamp(160px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .use-cnt {
    padding-top: clamp(114px, 14.815vw, 160px);
    padding-bottom: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .use-cnt {
    padding-top: clamp(72px, 11.734vw, 90px);
    padding-bottom: clamp(72px, 11.734vw, 90px);
  }
}
.home-wrapper .main .use-cnt {
  padding-left: clamp(90px, 8.333vw, 160px);
  padding-right: clamp(90px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .use-cnt {
    padding-left: clamp(114px, 14.815vw, 160px);
    padding-right: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .use-cnt {
    padding-left: clamp(25px, 11.734vw, 90px);
    padding-right: clamp(25px, 11.734vw, 90px);
  }
}
.home-wrapper .main .use-cnt--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(45px, 4.167vw, 80px) clamp(45px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .use-cnt--list {
    gap: clamp(32px, 4.167vw, 45px) clamp(32px, 4.167vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .use-cnt--list {
    flex-direction: column;
    align-items: center;
  }
}
.home-wrapper .main .use-cnt--list li {
  width: calc((100% - clamp(45px, 4.167vw, 80px)) / 2);
  text-align: center;
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .use-cnt--list li {
    width: calc((100% - clamp(32px, 4.167vw, 45px)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .use-cnt--list li {
    width: 100%;
  }
}
.home-wrapper .main .use-cnt--list li figure img {
  width: clamp(180px, 16.667vw, 320px);
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.home-wrapper .main .use-cnt--list li figure figcaption {
  margin-top: 1em;
}

.home-wrapper .main .special {
  padding-top: clamp(80px, 4.167vw, 80px);
  padding-bottom: clamp(80px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .special {
    padding-top: clamp(57px, 7.407vw, 80px);
    padding-bottom: clamp(57px, 7.407vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .special {
    padding-top: clamp(45.6px, 7.432vw, 57px);
    padding-bottom: clamp(45.6px, 7.432vw, 57px);
  }
}
.home-wrapper .main .special {
  padding-left: clamp(90px, 8.333vw, 160px);
  padding-right: clamp(90px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .special {
    padding-left: clamp(114px, 14.815vw, 160px);
    padding-right: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .special {
    padding-left: clamp(25px, 11.734vw, 90px);
    padding-right: clamp(25px, 11.734vw, 90px);
  }
}
.home-wrapper .main .special-btn {
  text-align: center;
}

.home-wrapper .main .special-btn a {
  display: inline-block;
  width: 100%;
  max-width: clamp(450px, 41.667vw, 800px);
  padding: 2em;
  font-size: clamp(18px, 1.667vw, 32px);
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: 0.3s;
}

.home-wrapper .main .special-btn a:hover {
  border-radius: 40px;
}

.home-wrapper .main .developer {
  padding-top: clamp(160px, 8.333vw, 160px);
  padding-bottom: clamp(160px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .developer {
    padding-top: clamp(114px, 14.815vw, 160px);
    padding-bottom: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .developer {
    padding-top: clamp(72px, 11.734vw, 90px);
    padding-bottom: clamp(72px, 11.734vw, 90px);
  }
}
.home-wrapper .main .developer {
  padding-left: clamp(90px, 8.333vw, 160px);
  padding-right: clamp(90px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .developer {
    padding-left: clamp(114px, 14.815vw, 160px);
    padding-right: clamp(114px, 14.815vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .main .developer {
    padding-left: clamp(25px, 11.734vw, 90px);
    padding-right: clamp(25px, 11.734vw, 90px);
  }
}
.home-wrapper .main .developer-ttl {
  margin-bottom: 1.5em;
  font-size: clamp(23px, 2.083vw, 40px);
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .developer-ttl {
    font-size: clamp(18.4px, 2.999vw, 23px);
  }
}
.home-wrapper .main .developer-ttl span {
  display: inline-block;
  font-size: clamp(32px, 2.917vw, 56px);
  line-height: 1.2;
  background: linear-gradient(transparent 80%, #eee425 80%);
}

@media screen and (max-width: 767px) {
  .home-wrapper .main .developer-ttl span {
    font-size: clamp(25.6px, 4.172vw, 32px);
  }
}
.home-wrapper .main .developer-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(45px, 4.167vw, 80px) clamp(90px, 8.333vw, 160px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .developer-cnt {
    gap: clamp(32px, 4.167vw, 45px) clamp(32px, 4.167vw, 45px);
  }
}
@media print, screen and (max-width: 810px) {
  .home-wrapper .main .developer-cnt {
    flex-direction: column;
    align-items: stretch;
  }
}
.home-wrapper .main .developer-cnt--fig {
  width: clamp(450px, 41.667vw, 800px);
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .developer-cnt--fig {
    width: clamp(320px, 41.667vw, 450px);
  }
}
@media print, screen and (max-width: 810px) {
  .home-wrapper .main .developer-cnt--fig {
    width: 100%;
  }
}
.home-wrapper .main .developer-cnt--fig img {
  object-fit: cover;
  height: 560px;
}

@media print, screen and (max-width: 810px) {
  .home-wrapper .main .developer-cnt--fig img {
    height: 320px;
  }
}
.home-wrapper .main .developer-cnt--txt {
  width: calc(100% - (clamp(450px, 41.667vw, 800px) + clamp(45px, 4.167vw, 80px)));
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 2;
}

@media print, screen and (max-width: 1080px) {
  .home-wrapper .main .developer-cnt--txt {
    width: calc(100% - (clamp(320px, 41.667vw, 450px) + clamp(32px, 4.167vw, 45px)));
  }
}
@media print, screen and (max-width: 810px) {
  .home-wrapper .main .developer-cnt--txt {
    width: 100%;
  }
}
.home-wrapper .main .developer-btn {
  margin-top: 50px;
  text-align: right;
}

/****************************************************************************************************************************/
/*
/*
/* = Ineer Style
/*
/*
/****************************************************************************************************************************/
.inner-wrapper .main .section {
  padding-top: clamp(80px, 4.167vw, 80px);
  padding-bottom: clamp(80px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .inner-wrapper .main .section {
    padding-top: clamp(57px, 7.407vw, 80px);
    padding-bottom: clamp(57px, 7.407vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .inner-wrapper .main .section {
    padding-top: clamp(45.6px, 7.432vw, 57px);
    padding-bottom: clamp(45.6px, 7.432vw, 57px);
  }
}
.inner-wrapper .main .section {
  padding-left: clamp(45px, 4.167vw, 80px);
  padding-right: clamp(45px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .inner-wrapper .main .section {
    padding-left: clamp(57px, 7.407vw, 80px);
    padding-right: clamp(57px, 7.407vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .inner-wrapper .main .section {
    padding-left: clamp(25px, 7.432vw, 57px);
    padding-right: clamp(25px, 7.432vw, 57px);
  }
}
.inner-wrapper .main .section-ttl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(72px, 6.667vw, 128px);
}

.inner-wrapper .main .section-ttl .ttl--h2 {
  display: inline-block;
}

.inner-wrapper .main .section-cnt:not(.section-col) {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .section-cnt:not(.section-col) {
    text-align: left;
  }
}
.inner-wrapper .main .section-cnt:not(.section-col) .section-cnt--txt + .section-cnt--fig,
.inner-wrapper .main .section-cnt:not(.section-col) .section-cnt--fig + .section-cnt--txt {
  margin-top: clamp(45px, 4.167vw, 80px);
}

.inner-wrapper .main .section-cnt--fig {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrapper .main .section-cnt--fig img {
  width: 100%;
  height: auto;
}

.inner-wrapper .main .section-cnt--txt p + p {
  margin-top: 1em;
}

.inner-wrapper .main .section-col {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrapper .main .section-col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(45px, 4.167vw, 80px);
}

@media print, screen and (max-width: 1080px) {
  .inner-wrapper .main .section-col {
    flex-direction: column;
  }
}
.inner-wrapper .main .section-col .section-cnt--fig {
  width: clamp(315px, 29.167vw, 560px);
}

@media print, screen and (max-width: 1080px) {
  .inner-wrapper .main .section-col .section-cnt--fig {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.inner-wrapper .main .section-col .section-cnt--txt {
  width: calc(100% - (clamp(315px, 29.167vw, 560px) + clamp(45px, 4.167vw, 80px)));
}

@media print, screen and (max-width: 1080px) {
  .inner-wrapper .main .section-col .section-cnt--txt {
    width: 100%;
  }
}
.inner-wrapper .main .section-col .section-cnt--txt .ttl--h4 {
  text-align: left !important;
}

.inner-wrapper .main .product-cnt--info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #192350;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .product-cnt--info {
    flex-direction: column;
  }
}
.inner-wrapper .main .product-cnt--info .name {
  width: calc(100% - (50% + 24px));
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .product-cnt--info .name {
    width: 100%;
  }
}
.inner-wrapper .main .product-cnt--info .name dt {
  font-size: 24px;
}

.inner-wrapper .main .product-cnt--info .btn {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .product-cnt--info .btn {
    width: 100%;
  }
}
.inner-wrapper .main .ingredient-cnt--txt .features li {
  padding-left: 1em;
  text-indent: -1em;
}

.inner-wrapper .main .ingredient-cnt--txt .details {
  margin-top: 1em;
}

.inner-wrapper .main .ingredient-cnt--txt .details li {
  font-size: 1.2em;
}

.inner-wrapper .main .ingredient-cnt--txt .details li span {
  position: relative;
  display: inline-block;
  width: 5em;
  margin-right: 0.5em;
}

.inner-wrapper .main .ingredient-cnt--txt .details li span::after {
  position: absolute;
  right: 0;
  content: ":";
}

.inner-wrapper .main .notes-cnt {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrapper .main .information-cnt {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

.inner-wrapper .main .information-cnt--list div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .information-cnt--list div {
    flex-direction: column;
  }
}
.inner-wrapper .main .information-cnt--list div + div {
  border-top: 1px solid #192350;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .information-cnt--list div:nth-of-type(1) {
    border-top: 1px solid #192350;
  }
}
.inner-wrapper .main .information-cnt--list div dt {
  width: 10em;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .information-cnt--list div dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.inner-wrapper .main .information-cnt--list div dd {
  width: calc(100% - 10em);
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .inner-wrapper .main .information-cnt--list div dd {
    width: 100%;
  }
}
.inner-wrapper .main .accordion {
  position: relative;
}

.inner-wrapper .main .accordion-icon {
  position: absolute;
  right: 0;
  top: -4em;
  padding: 0.25em 1em;
  min-width: 80px;
  text-align: center;
  font-size: 14px;
  background-color: #192350;
  color: #ffffff;
}

.inner-wrapper .main .accordion-icon::before {
  content: "OPEN";
}

.accordion.is-open .accordion-icon::before {
  content: "CLOSE";
}

.inner-wrapper .main .accordion-cnt {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.inner-wrapper .main .accordion-cnt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 1;
}

.accordion.is-open .accordion-cnt::after {
  opacity: 0;
}

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