/* reset */
/* @import "../font/font.css"; */
/* @import './media.scss'; */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ul,
ol,
li,
dl,
dt,
dd,
div,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
label,
iframe,
pre,
code,
blockquote,
video,
audio,
object,
img,
canvas,
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

hr,
legend {
  display: none;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

tr,
th,
td {
  border: none;
  -webkit-box-orient: vertical;
}

caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

input[type=text],
input[type=password],
input[type=button],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=hidden],
textarea,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  border: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

button {
  overflow: visible;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

button,
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

em {
  font-style: normal;
}

img {
  vertical-align: top;
}

a {
  color: #000;
}

i {
  font-style: normal;
}

/* ------------------------ */
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url("./fonts/NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url("./fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url("./fonts/NotoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  width: 100%;
  font-family: 'Neue Haas Unica W01', 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 10px;
  word-break: keep-all;
  word-wrap: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.is-delay {
  display: none;
  width: 0;
  height: 0;
  pointer-events: none;
  cursor: none;
  z-index: -9999;
}

#main .scroller-proxy {
  pointer-events: none;
}

.scroller-proxy {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  margin: 0;
  z-index: 22;
}

.page-index {
  position: relative;
}

.page-index::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.page-index .scroller-proxy {
  pointer-events: auto !important;
}

.st-visible-pc {
  display: block !important;
}

.st-visible-mobile {
  display: none !important;
}

.mob-br {
  display: none;
}

.dim {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  font-size: 0;
  z-index: 9000;
  pointer-events: auto;
}

header .header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.st-black header.is-active h1 a span svg path {
  fill: #fff;
}

.st-black header .sub-menu li .sub-link-group > a,
.st-black header .sub-menu li .sub-link-group span,
.st-black header .sub-menu li a span,
.st-black header .button--store span {
  color: #000;
}

.st-black header .button--menu div span {
  background-color: #000;
}

.st-black header .button--store .icon--arow,
.st-black header .sub-menu li .sub-link-group .icon--arow {
  background-image: url(../images/icon-shop_black.svg);
}

.st-black .footer-wrap .footer-information ul li span,
.st-black .footer-wrap .footer-information ul li span a {
  color: #000;
}

.footer-wrap .footer-information ul li .list-n2 {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

header h1 {
  position: relative;
  display: inline-block;
}

header h1 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 20px;
}

header h1 a span {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 24px;
  color: transparent;
  text-indent: -9999px;
}

header h1 a span svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header h1 a span svg path {
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}

.st-black header h1 a span svg path {
  fill: #000;
}

header .header--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  padding: 20px 30px;
}

header .sub-menu {
  display: inline-block;
  vertical-align: top;
}

header .sub-menu.st-left {
  position: relative;
  padding-left: calc(3.38vw - 20px);
  line-height: 4.4rem;
}

header .sub-menu.st-right {
  white-space: nowrap;
  margin-left: auto;
}

header .sub-menu li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

header .sub-menu li a {
  position: relative;
  display: block;
  padding: 10px 5px;
  overflow: hidden;
}

header .link-single {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

header .link-single::before {
  content: 'New';
  display: inline-block;
  padding: 15px 20px;
  margin-left: calc(3.38vw - 5px);
  opacity: 0;
  font-size: 1.6rem;
  font-weight: 700;
  pointer-events: none;
}

header .sub-menu li.link-single a {
  position: relative;
  padding: 10px;
  cursor: pointer;
  z-index: 3;
}

.sub-link-group-wrap {
  position: relative;
  z-index: 2;
}

header .sub-menu .sub-link-group {
  padding: 10px;
  cursor: pointer;
  pointer-events: none;
}

header .sub-menu li a,
header .sub-menu li .sub-link-group span,
header .sub-menu li .sub-link-group > a,
header .sub-menu li a span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: top;
}

header .sub-menu li .sub-link-group > a {
  padding: 10px 0;
}

header .sub-menu li .sub-link-group span {
  color: #fff;
}

header .sub-menu li .sub-link-group > a,
header .sub-menu li .sub-link-group span,
header .sub-menu li a span {
  color: #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

header .button--store {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 35px;
  margin-right: 3.54vw;
  line-height: 4.4rem;
  vertical-align: top;
  cursor: pointer;
  pointer-events: auto;
}

header .button--store span {
  display: inline-block;
  padding: 10px 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: top;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  pointer-events: none;
}

header .button--store .icon--arow,
.sub-link-group .icon--arow {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  padding: 0;
  background-image: url(../images/icon-shop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-image 400ms ease !important;
  transition: background-image 400ms ease !important;
}

.sub-link-group .icon--arow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.is-active .button--menu span:nth-of-type(1) {
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
}

header.is-active .button--menu span:nth-of-type(2) {
  opacity: 0;
}

header.is-active .button--menu span:nth-of-type(3) {
  margin: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
}

header .button--menu {
  position: relative;
  display: inline-block;
  padding: 20px;
  margin-top: 3px;
  vertical-align: bottom;
  cursor: pointer;
  pointer-events: auto;
}

header .button--menu div {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

header .button--menu div span {
  position: absolute;
  display: block;
  top: calc(50% - 3px);
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -25%;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

header .button--menu div span:nth-of-type(2) {
  margin-top: 0%;
}

header .button--menu div span:nth-of-type(3) {
  margin-top: 25%;
  -webkit-transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.outlink--inner {
  position: absolute;
  display: none;
  opacity: 0;
  pointer-events: none;
}

.outlink--inner ul {
  position: relative;
  margin-top: 10px;
  padding: 16px 64px 16px 20px;
  background-color: #000;
  border-radius: 5px;
}

.outlink--inner ul::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -10px;
  left: 15px;
  width: 18px;
  height: 10px;
  background-image: url(../images/icon-speech-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

header .sub-menu .outlink--inner li,
.outlink--inner li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}

header .sub-menu .outlink--inner a {
  font-family: 'Noto Sans';
  letter-spacing: -0.016em;
}

header .sub-menu .outlink--inner a,
.outlink--inner a {
  position: relative;
  display: block;
  padding: 4px 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  pointer-events: auto;
  z-index: 1000;
}

.st-detail #mainVideo {
  position: absolute;
  width: 101%;
  height: 101%;
}

#mainVideo {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#main_key {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#main_key::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130vh;
  background-color: rgba(0, 0, 0, 0.15);
  background-size: cover;
  z-index: 2;
}

#main_key .swiper-slide {
  height: 100vh;
}

#main_key .visual--wrap,
#product_key .key--visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#main_key .visual--wrap .st-visible-pc,
#product_key .key--visual img {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  right: 0;
  min-width: 105%;
  min-height: 105%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#main_key .visual--wrap .st-visible-mobile {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: none !important;
          transform: none !important;
}

#product_key .dim {
  background-color: rgba(0, 0, 0, 0.4);
}

#main_ci {
  position: relative;
  width: calc(100% - 16.66%);
  height: 100vh;
  margin: 0 auto;
}

.fixed--text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(7.7%);
          transform: translateY(7.7%);
  z-index: 1;
}

.fixed--text-wrap .text--image {
  position: relative;
  width: 49.739vw;
  height: 0;
  padding-bottom: 27.329%;
}

.fixed--text-wrap .text--logo {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.fixed--text-wrap .text--slogan {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-family: 'Neue Haas Unica W01';
  font-size: 2.08vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
  opacity: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

#main_key .swiper-button-wrap {
  position: absolute;
  right: 160px;
  bottom: 40px;
  z-index: 2;
}

#main_key .swiper-button-wrap .pagination-wrap {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
}

.swiper-pagination_number {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

#main_key .swiper-button-wrap .swiper-button-prev:focus,
#main_key .swiper-button-wrap .swiper-button-next:focus {
  outline: none;
}

#main_key .swiper-button-wrap .swiper-button-prev,
#main_key .swiper-button-wrap .swiper-button-next {
  top: 10px !important;
  width: 20px;
  height: 20px;
  margin-top: auto;
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#main_key .swiper-button-wrap .swiper-button-next {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#main_swipe {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 22;
}

#main_swipe .swiper-button-wrap .swiper-button-next {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#main_swipe .swiper-button-wrap {
  position: absolute;
  right: 160px;
  bottom: 40px;
  z-index: 2;
  white-space: nowrap;
  opacity: 0;
}

#main_swipe .swiper-button-wrap .pagination-wrap {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
}

#main_swipe .swiper-button-wrap .swiper-button-prev:focus,
#main_swipe .swiper-button-wrap .swiper-button-next:focus {
  outline: none;
}

#main_swipe .swiper-button-wrap .swiper-button-prev,
#main_swipe .swiper-button-wrap .swiper-button-next {
  top: 10px !important;
  width: 20px;
  height: 20px;
  margin-top: auto;
  background-image: url(../images/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#main_swipe .swiper-button-wrap .swiper-button-next {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.swiper-pagination_number span {
  display: inline-block;
  color: #fff;
  font-family: 'Neue Haas Unica W01';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.8rem;
  vertical-align: top;
}

.grid-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-columns.st-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.grid-columns.st-columns .grid {
  position: relative;
  width: 100% !important;
  height: 50%;
}

.grid-columns.st-columns .feature--typo span {
  display: block;
  margin-top: auto;
}

.grid-columns.st-columns .feature--typo .masking-text {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.grid-columns.n1 .grid {
  width: 100%;
}

.grid-columns.n2 .grid {
  width: 50%;
}

.grid-columns.st-none-half .grid.n1 {
  width: 63.9%;
}

.grid-columns.st-none-half {
  height: 100%;
}

.grid-columns.st-none-half .grid {
  z-index: 1;
}

.grid-columns.st-none-half .grid.n2 {
  width: 36.1%;
}

.content__recommend .grid-columns.st-none-half .grid.n2 .grid--wrap {
  height: 0;
  padding-bottom: 100%;
}

.st-detail .content__recommend .grid-columns.st-none-half .grid .grid--wrap .grid--visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 63.5%;
  height: 63.5%;
  margin: auto;
}

.content__recommend .grid-columns.st-none-half .grid .grid--wrap .grid--visual img {
  width: 100%;
}

.st-main .text--wrap {
  padding: 0 6.25%;
  color: #fff;
}

.st-main .text--wrap .text-container {
  padding: 0 12.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.st-product .text--wrap .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 5.2vw;
}

.st-product .text--wrap .text-container .text--sub {
  padding-bottom: 0;
  color: #000;
  text-align: right;
  opacity: 0;
}

.text-container .text--sub {
  padding-bottom: 130px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.text-container .text--title .masking-wrap {
  position: relative;
}

.text-container .text--title .masking-text {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 0;
  text-align: left;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
}

.st-main .text--title .text--split .split--image {
  position: relative;
  width: auto;
  max-width: inherit;
  height: 15.74vh;
  padding-bottom: 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: transparent;
  font-size: 0;
  background-image: none !important;
  white-space: nowrap;
}

.st-main#main_look .text--title .text--split .split--image {
  padding-bottom: 0;
}

.st-main .text--title .text--split .split--image svg {
  position: relative;
  width: auto;
  height: 100%;
}

.st-main .text--title .text--split .split--image svg path {
  opacity: 0;
}

.st-main .text--title .text--split .split--image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text--title .text--split {
  font-size: 0;
}

.st-product .text-container .text--title .masking-text sup {
  color: #000;
}

.st-product .text-container .text--title .masking-text {
  padding-bottom: 0;
}

#main_look .text-container .text--title .masking-text {
  max-height: 60rem;
}

#main_look.st-main .text--title span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.st-main .text--title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.st-product .st-main .text--title span {
  display: inline-block;
}

#main_look .text--split {
  text-align: right;
}

#main_look .text--split span {
  display: block;
}

#main_look .st-text-right .text-container .text--button {
  -webkit-transform: translateY(-320%);
          transform: translateY(-320%);
}

.st-main.st-text-right .text--title {
  text-align: right;
}

.st-product.st-main.st-text-right .text--title {
  margin-top: 1.5625vw;
}

.st-main.st-text-right .text--sub {
  font-family: 'Neue Haas Unica W01';
  font-weight: 300;
}

#main_face .text--sub,
#main_eye .text--sub,
#main_all_product .text--sub {
  text-align: right;
}

.st-main.st-text-left .text--title {
  text-align: left;
}

.text-container .text--title .masking-text sup {
  position: relative;
  font-family: 'Neue Haas Unica W01';
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0;
  vertical-align: top;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.text-container .text--button {
  text-align: left;
}

.text-container .text--button {
  height: 40px;
}

.text-container .text--button .button--text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 0 50px 0 0;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -0.016em;
  line-height: 3.5rem;
  vertical-align: top;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
}

#main_all_product .text-container .text--button .button--text {
  right: auto;
  left: 0;
}

.text-container .text--button .button--arrow {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon--button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.grid-columns.st-category {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid-columns__product {
  padding-bottom: 14.58%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  opacity: 0;
}

.st-main .grid-columns.st-category .grid {
  width: 50%;
  padding: 0 12.5% 0 6.25%;
}

.st-product .st-main {
  padding-top: 15.625%;
}

.st-product .st-main .text--wrap {
  padding: 0 18.75%;
}

.st-product .grid-columns.st-category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 6.25vw;
}

.st-product .grid-columns.st-category .grid {
  width: 32.3% !important;
  padding: 0.26% !important;
  margin-bottom: 5.2vw;
}

.st-product .grid-columns.st-category .grid:nth-of-type(4n-2) {
  margin-right: 35.4%;
}

.st-product .grid-columns.st-category .grid:nth-of-type(4n-1) {
  margin-left: 35.4%;
}

.st-product .grid-columns.st-category .grid:nth-of-type(1n) {
  -webkit-transform: translateY(-8.33%);
          transform: translateY(-8.33%);
}

.st-product .grid-columns.st-category .grid:nth-of-type(2n) {
  -webkit-transform: translateY(8.33%);
          transform: translateY(8.33%);
}

.st-main .grid-columns.st-category .grid:nth-of-type(even) {
  padding: 0 6.25% 0 12.5%;
  margin-left: auto;
  text-align: right;
}

#main .st-main .grid-columns.st-category .grid:nth-of-type(2) {
  -webkit-transform: translateY(-33.33%);
          transform: translateY(-33.33%);
}

#main .st-main.st-text-right .grid-columns.st-category .grid:nth-of-type(3) {
  -webkit-transform: translate(37.5%, -50%);
          transform: translate(37.5%, -50%);
}

#main .st-main .grid-columns.st-category .grid:nth-of-type(3) {
  -webkit-transform: translate(-37.5%, -50%);
          transform: translate(-37.5%, -50%);
}

.st-product .grid-columns.st-category .grid:nth-of-type(3) {
  -webkit-transform: none;
          transform: none;
}

.st-main .grid-columns.st-category.st-start-left .grid:nth-of-type(odd) {
  margin-left: auto;
  padding: 0 6.25% 0 12.5%;
}

.st-main .grid-columns.st-category.st-start-left .grid:nth-of-type(even) {
  margin-left: inherit;
  padding: 0 12.5% 0 6.25%;
}

.st-lookbook.st-main.st-text-right .text--sub {
  font-family: 'Noto Sans';
}

.st-lookbook .visual--wrap .grid-columns.st-category .grid:nth-of-type(even) {
  padding: 0 6.25% 0 10.729%;
}

.grid-columns.st-category .grid .grid--wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.grid-columns.st-category .grid .grid--wrap .grid--visual img {
  position: relative;
  display: block;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.st-detail .grid-columns.st-category .grid .grid--wrap .grid--visual {
  position: relative;
  width: auto;
  height: 100%;
}

.st-main .grid-columns.st-category .grid .grid--wrap .grid--visual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: auto;
  -webkit-transform: none;
          transform: none;
}

.st-main {
  padding-top: 31.25%;
}

.st-main .grid-columns .grid .grid--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.grid-columns.st-category .grid .grid--visual {
  position: relative;
  z-index: 1;
}

.grid-columns.st-category .grid .grid--text {
  position: absolute;
  bottom: 2.08vw !important;
  left: 2.08vw;
  width: calc(100% - 4.16vw);
  height: auto;
  padding: 0;
  z-index: 1;
}

.st-category .grid--text .grid-columns {
  display: block;
}

.st-category.grid-columns .grid .grid--text div {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.01rem;
  text-align: left;
}

.st-category.grid-columns .grid .grid--text .text--name br {
  display: none;
}

.st-category.grid-columns .grid .grid--text .text--price {
  opacity: 0;
}

.grid--background,
.grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.st-lookbook .grid-columns.st-category .grid .grid--wrap {
  padding-left: 34px;
  border-radius: 0;
}

.st-lookbook .grid-columns.st-category .grid .grid--visual {
  position: relative;
  height: 0;
  padding-bottom: 133.33%;
  border-radius: 14px;
  overflow: hidden;
}

.st-lookbook .grid-columns.st-category .grid .grid--visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: none;
          transform: none;
}

.st-lookbook .grid-columns .grid .grid--text span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
}

.st-lookbook .grid-columns .grid.st-right .grid--wrap {
  padding-left: 0;
  padding-right: 34px;
}

#main_lip .text-container .text--button {
  text-align: right;
}

#main_all_product {
  padding-top: 20%;
  padding-bottom: 30%;
}

#product_key {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

#product_key .key--text {
  position: relative;
  padding: 0 6.25%;
  height: 50vh;
  margin: 0 auto;
  text-align: right;
}

#product_key .key--text .text--title {
  position: relative;
  top: 50%;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#product_key_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#product_keyvisual .key--text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0 8.33%;
  margin: 0 auto;
  text-align: right;
  z-index: 2;
}

#product_keyvisual .key--text .text--title .title-wrap {
  margin-top: calc((6.25vw * 1.88) * -1);
}

@media screen and (min-width: 1921px) {
  #product_keyvisual .key--text .text--title .title-wrap {
    margin-top: calc((12rem * 1.88) * -1);
  }
}

@media screen and (max-width: 768px) {
  #product_keyvisual .key--text .text--title .title-wrap {
    margin-top: calc((3.5rem * 1.7) * -1) !important;
  }
}

.key--text .text--title .title-wrap span {
  font-size: 6.25vw;
  position: relative;
  display: block;
  padding: 0 4px;
  font-weight: 700;
  letter-spacing: -0.046em;
}

@media screen and (min-width: 1921px) {
  .key--text .text--title .title-wrap span {
    font-size: 12rem;
  }
}

.key--text .text--title .title-wrap .masking-wrap {
  margin-top: -3.125vw;
  overflow: hidden;
}

@media screen and (min-width: 1921px) {
  .key--text .text--title .title-wrap .masking-wrap {
    margin-top: -6rem;
  }
}

.key--text .text--title .title-wrap .masking-text {
  display: inline-block;
  opacity: 0;
}

.key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) {
  margin-top: 0;
}

.key--text .text--title .text--price,
.key--text .text--title .button--cart span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.key--text .text--button {
  position: relative;
  padding-right: 10px;
}

.key--text .text--button .text--price,
.key--text .text--button .button--cart {
  opacity: 0;
}

.key--text .text--title .button--cart {
  display: inline-block;
  padding: 10px 10px 10px 20px;
  margin-right: -10px;
}

.key--text .text--title .button--cart .cart--text {
  padding-left: 10px;
}

.key--text .text--title .button--cart .cart--icon {
  margin-top: -4px;
  position: relative;
  width: 17px;
  height: 17px;
  background-image: url(../images/icon-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.st-detail .content {
  padding: 0 0.26vw;
  margin: 0 auto;
}

.st-detail .content .grid {
  position: relative;
  padding: 0.26vw;
}

.st-detail .content .grid .grid--wrap {
  position: relative;
  height: 100%;
  border-radius: 14px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.st-detail .content .grid .grid--image {
  width: 100%;
  height: auto;
}

.st-detail .content .grid .grid--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.st-detail .content .st-full-visual .grid .grid--image {
  height: 100%;
}

.st-detail .content .st-full-visual .grid .grid--image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.st-detail .content .grid .grid--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}

.st-detail {
  padding-top: 50vh;
  padding-bottom: 36vh;
}

.st-detail .content .grid-columns.n1 .visual--texture {
  position: relative;
  width: 50%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 50%;
  z-index: 2;
}

.st-detail .content.st-variation .grid-columns.n1 .visual--texture {
  width: 28.947%;
  padding-bottom: 28.947%;
}

.st-detail .content.st-variation .grid-columns.n1 .visual--texture .texture--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.texture--mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 180%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: rotate(45deg) translateX(0%);
          transform: rotate(45deg) translateX(0%);
  height: 400%;
  z-index: 2;
  background-color: #fff;
  pointer-events: none;
}

.st-detail .content.st-variation .grid-columns.n1 .grid--visual {
  padding: 7.55% 0 1.04%;
  margin-bottom: 142px;
}

.st-detail .content .grid-columns.n1 .grid--visual img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.st-detail .content .grid-columns.n1 .grid--visual .texture--image {
  z-index: 4;
}

.st-detail .content .grid-columns.n1 .visual--product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.st-detail .content .grid--text {
  position: relative;
  padding: 2.08vw;
  height: 100%;
  z-index: 2;
}

.st-detail .content .grid--text .grid {
  height: auto;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
}

.st-detail .content .grid--text .grid:nth-of-type(1) {
  font-weight: 700;
}

.product_feature .grid--text .grid,
#product_feature_n2 .grid--text .grid {
  font-weight: 700;
}

.st-detail .content .grid--text .grid:nth-of-type(2) {
  text-align: right;
}

.st-detail .content .grid--text .grid.feature--typo {
  margin-top: auto;
  text-align: left;
  overflow: hidden;
}

.st-detail .content .grid--text .grid.feature--typo span {
  display: block;
  font-size: 4.16vw;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: normal;
}

.st-detail .content .grid--text .grid.feature--typo .masking-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}

.st-detail .content .grid--text .grid.feature--typo .masking-text {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.st-detail .content .grid--text .grid.feature--typo .masking-wrap:nth-of-type(1) {
  line-height: 1;
}

.st-detail .content .grid--text .grid.feature--typo .masking-wrap:nth-of-type(2) {
  margin-top: -1.5625vw;
}

.st-detail .content .grid--text .grid.feature--description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.st-detail .content .grid--text .grid.feature--description ul {
  width: 100%;
  margin-top: auto;
}

.st-detail .content .grid--text .grid.feature--description ul li:nth-of-type(2) {
  padding-top: 40px;
}

.st-detail .content .grid--text .grid.feature--description ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: -0.06rem;
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

#product_information .grid-columns .grid--wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 14px;
  background-color: #fff;
  overflow: hidden;
}

#product_information .grid-columns.st-none-half {
  padding: 0.299%;
}

#product_information .grid-columns.st-none-half .grid.n2 .grid--text {
  position: relative;
}

#product_information .grid.n2 .grid--text .text--sub {
  display: block;
  color: #999;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

#product_information .grid-columns.st-none-half .grid.n1 {
  margin-left: auto;
  padding: 45px 0 160px;
}

.st-detail .grid-columns.st-category.st-none-half .grid.n1 .grid--visual {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.information--wrap {
  padding: 0 40px;
  font-family: 'Noto Sans';
}

.information--wrap .info--title {
  padding-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 700;
}

.information--wrap .info--wrap {
  position: relative;
  padding: 40px 0;
  letter-spacing: -0.06rem;
}

.info-function .info--title {
  padding-bottom: 25px;
}

.info-function dl {
  padding: 15px 0;
}

.info-function dt {
  padding-bottom: 6px;
  font-family: 'Neue Haas Unica W01', 'Noto Sans';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.info-function dd {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.info-ingredients li {
  padding-bottom: 12px;
  color: #999;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.info-ingredients li:nth-of-type(1) {
  color: #000;
}

.info-ingredients li:last-of-type {
  padding-bottom: 0;
  color: #999;
}

.info-product li {
  display: table-row;
}

.info-product li:last-of-type span {
  padding-bottom: 0;
}

.info-product li span {
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: top;
  color: #999;
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.info-product li span:nth-of-type(1) {
  padding-right: 46px;
  color: #000;
}

.info-warning li {
  padding-bottom: 12px;
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.info-warning li strong {
  color: #000;
  font-weight: 400;
}

.info-warning li:last-of-type {
  padding-bottom: 0;
}

.bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.st-detail .content .st-category {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}

#product_keyvisual {
  position: relative;
}

#product_keyvisual .grid--text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#product_keyvisual .grid--text .grid {
  font-weight: 400;
}

#product_keyvisual .grid--visual {
  overflow: hidden;
}

.footer-wrap {
  position: relative;
  padding: 0 8.33%;
  margin: 0 auto;
  font-family: 'Noto Sans';
  font-weight: 500;
  letter-spacing: -0.04rem;
}

.footer-wrap .footer-information ul {
  padding-bottom: 38px;
  font-size: 0;
}

.footer-wrap .footer-information ul li span:nth-of-type(1) {
  padding-right: 14px;
}

.footer-wrap .footer-information ul li span.footer-copyright {
  padding-right: 0;
}

.footer-wrap .footer-information ul li span,
.footer-wrap .footer-information ul li span a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  vertical-align: middle;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.footer-wrap .sns-wrap {
  padding: 20px 0 40px;
  margin-left: -5px;
}

.footer-wrap .sns-wrap li {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.footer-wrap .sns-wrap li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  pointer-events: auto;
}

.footer-wrap .sns-wrap li a span {
  position: absolute;
  color: transparent;
  font-size: 0;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-wrap .sns-wrap li:nth-of-type(2) a span {
  background-image: url(../images/icon-facebook.svg);
}

.footer-wrap .sns-wrap li:nth-of-type(3) a span {
  background-image: url(../images/icon-youtube.svg);
}

.st-black .footer-wrap .sns-wrap li:nth-of-type(1) a span {
  background-image: url(../images/icon-instagram-black.png);
}

.st-black .footer-wrap .sns-wrap li:nth-of-type(2) a span {
  background-image: url(../images/icon-facebook-black.svg);
}

.st-black .footer-wrap .sns-wrap li:nth-of-type(3) a span {
  background-image: url(../images/icon-youtube-black.svg);
}

.variation--product {
  position: absolute;
  left: 50%;
  bottom: 40px;
  min-width: 500px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}

#variaiton_list_n2 {
  display: none;
}

.variation--product .button--link div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

.is-picker-active .variation--product .button--link .select--product {
  border-radius: 0 0 5px 5px;
}

.variation--product span {
  display: inline-block;
  vertical-align: middle;
}

.variation--product .select--color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.variation--product .select--name {
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -0.016em;
}

.variation--product .icon--arrow {
  margin: 8px 0 0 auto;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.variation--product .button--link .product--links {
  position: absolute;
  width: 100%;
  padding: 30px 25px;
  margin-top: 1px;
  border-radius: 5px 5px 0 0;
  opacity: 0;
}

.variation--product .product--links ul {
  font-size: 0;
}

.variation--product .product--links ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.variation--product .product--links ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.variation--product .product--links ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-radius: 50%;
  border-width: 2px;
  border-color: #aa5551;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.variation--product .product--links ul li a.is-active::before {
  opacity: 1;
}

.variation--product .product--links ul li a span {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #aa5551;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #aa5551;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #aa5551;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #ac4347;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #ac4347;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(3) a span {
  background-color: #9e2133;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(3) a::before {
  border-color: #9e2133;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(4) a span {
  background-color: #d82e2a;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(4) a::before {
  border-color: #d82e2a;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(5) a span {
  background-color: #f35a31;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(5) a::before {
  border-color: #f35a31;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(6) a span {
  background-color: #b02c27;
}

main[data-product='lip-lacquer'] .variation--product .product--links ul li:nth-of-type(6) a::before {
  border-color: #b02c27;
}

main[data-product='fx-cushion'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #faceac;
}

main[data-product='fx-cushion'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #faceac;
}

main[data-product='fx-cushion'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #e3a175;
}

main[data-product='fx-cushion'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #e3a175;
}

main[data-product='veilayer-shadow-palette'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #C99472;
}

main[data-product='veilayer-shadow-palette'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #C99472;
}

main[data-product='veilayer-shadow-palette'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #9D6D70;
}

main[data-product='veilayer-shadow-palette'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #9D6D70;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #D08875;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #D08875;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #D89C9A;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #D89C9A;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(3) a span {
  background-color: #D495A5;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(3) a::before {
  border-color: #D495A5;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(4) a span {
  background-color: #C37972;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(4) a::before {
  border-color: #C37972;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(5) a span {
  background-color: #D38A79;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(5) a::before {
  border-color: #D38A79;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(6) a span {
  background-color: #B24E47;
}

main[data-product='veilayer-cheek'] .variation--product .product--links ul li:nth-of-type(6) a::before {
  border-color: #B24E47;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #8A544C;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #8A544C;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #8D5243;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #8D5243;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(3) a span {
  background-color: #AA5C4F;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(3) a::before {
  border-color: #AA5C4F;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(4) a span {
  background-color: #8A4D52;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(4) a::before {
  border-color: #8A4D52;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(5) a span {
  background-color: #8C4E4A;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(5) a::before {
  border-color: #8C4E4A;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(6) a span {
  background-color: #882726;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(6) a::before {
  border-color: #882726;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(7) a span {
  background-color: #753733;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(7) a::before {
  border-color: #753733;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(8) a span {
  background-color: #70392d;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(8) a::before {
  border-color: #70392d;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(9) a span {
  background-color: #714948;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(9) a::before {
  border-color: #714948;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(10) a span {
  background-color: #5e2f38;
}

main[data-product='veilayer-matte-lip'] .variation--product .product--links ul li:nth-of-type(10) a::before {
  border-color: #5e2f38;
}

main[data-product='veilayer-matte-lip'] .st-detail .content .grid.n2[data-scale='0'] .grid--image img {
  width: 101%;
  height: 101%;
  -webkit-transform: translate(-0.5%, -0.5%);
          transform: translate(-0.5%, -0.5%);
}

main[data-product='lash-tintcara-set-clear'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #121214;
}

main[data-product='lash-tintcara-set-clear'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #4D2B22;
}

main[data-product='lash-tintcara-set-clear'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #121214;
}

main[data-product='lash-tintcara-set-clear'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #4D2B22;
}

main[data-product='drawing-editor-eyeliner-pencil'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #000;
}

main[data-product='drawing-editor-eyeliner-pencil'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #000;
}

main[data-product='drawing-editor-eyeliner-pencil'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #6A483D;
}

main[data-product='drawing-editor-eyeliner-pencil'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #6A483D;
}

main[data-product='drawing-editor-eyeliner-pencil'] .variation--product .product--links ul li:nth-of-type(3) a span {
  background-color: #7B4636;
}

main[data-product='drawing-editor-eyeliner-pencil'] .variation--product .product--links ul li:nth-of-type(3) a::before {
  border-color: #7B4636;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(1) a span {
  background-color: #352A26;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(1) a::before {
  border-color: #352A26;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(2) a span {
  background-color: #51362F;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(2) a::before {
  border-color: #51362F;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(3) a span {
  background-color: #705947;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(3) a::before {
  border-color: #705947;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(4) a span {
  background-color: #7A5C51;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(4) a::before {
  border-color: #7A5C51;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(5) a span {
  background-color: #795B43;
}

main[data-product='drawing-editor-eyebrow-pencil'] .variation--product .product--links ul li:nth-of-type(5) a::before {
  border-color: #795B43;
}

.sub-inner-menu {
  position: relative;
  font-family: 'Neue Haas Unica W01';
  height: 0;
  z-index: 1;
  overflow: hidden;
}

.sub-inner-menu .grid-columns {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 16px 6.65% 120px 11.9%;
  -webkit-overflow-scrolling: touch;
}

.sub-inner-menu .grid-columns .grid {
  width: auto;
  padding: 0 2vw;
}

.sub-inner-menu .grid > span {
  display: block;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -0.016em;
  opacity: 0;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.sub-inner-menu li {
  padding: 3px 0;
  overflow: hidden;
}

.sub-inner-menu li,
.sub-inner-menu li a {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.sub-inner-menu li a {
  display: block;
  margin: 0;
  padding: 0 5.2vw 0 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: auto;
}

.sub-inner-menu li a span {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  line-height: normal;
  vertical-align: middle;
  overflow: hidden;
  pointer-events: none;
}

.sub-inner-menu li a .bar {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  opacity: 1 !important;
}

.sub-inner-menu .grid-columns .grid.lang--wrap {
  padding: 0;
  margin-left: auto;
}

.sub-inner-menu .lang--wrap li {
  display: inline-block;
  padding: 0 15px;
}

.sub-inner-menu .lang--wrap li,
.sub-inner-menu .lang--wrap li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: -0.016em;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}

.sub-inner-menu .lang--wrap li a {
  padding: 0;
  cursor: pointer;
}

.sub-inner-menu .lang--wrap li a.is-active {
  color: white;
}

.st-detail .content .grid.x_image_translate {
  height: 0;
  padding: 0 0 36.1%;
}

.st-detail .content .grid.x_image_translate .grid--wrap {
  position: absolute;
  width: calc(100% - 0.52vw);
  height: calc(100% - 0.52vw);
  overflow: hidden;
  left: 0.26vw;
  top: 0.26vw;
}

.st-detail .content .grid.x_image_translate .grid--image {
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 2;
}

.st-detail .content .grid.x_image_translate .gird--video {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  border-radius: 14px;
}

.st-detail .content .grid.x_image_translate .grid--background {
  background-color: #ededed;
  z-index: -1;
}

#brand_story {
  padding-top: 20.37vh;
  background-color: #fff;
}

#brand_story .content-container {
  padding-bottom: 20.83vh;
}

#brand_story .text--sub-title span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.x_image-translate .visual--wrap {
  position: relative;
  height: 0;
  overflow: hidden;
}

.x_image-translate .visual--wrap img {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

#brand_story .x_image-translate .visual--wrap {
  padding-bottom: 38.54%;
  background-image: url(../images/test-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

#brand_story .x_image-translate .visual--wrap img {
  opacity: 0;
}

.st-lookbook.grid-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.st-lookbook.grid-columns .grid {
  width: 50%;
  min-width: 482px;
  min-height: 688px;
  padding: 0 12.5% 0 6.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.st-lookbook.grid-columns .grid:nth-of-type(even) {
  padding: 0 6.25% 0 10.729%;
  margin-left: auto;
}

.st-lookbook.grid-columns .grid:nth-of-type(2n) {
  -webkit-transform: translateY(-33.33%);
          transform: translateY(-33.33%);
}

.st-lookbook.grid-columns .grid:nth-of-type(3n) {
  -webkit-transform: translate(37.5%, -50%);
          transform: translate(37.5%, -50%);
}

.visual-brand .st-lookbook.grid-columns .grid:nth-of-type(odd) {
  padding-right: calc(12.5% - 34px);
}

.visual-brand .st-lookbook.grid-columns .grid:nth-of-type(even) {
  padding-left: calc(10.729% - 34px);
}

.visual-brand .st-lookbook.grid-columns .grid.grid-none {
  padding-left: 10.729%;
}

.st-lookbook.grid-columns .grid.st-right .grid--wrap {
  padding-left: 0;
  padding-right: 34px;
}

#brand_story .st-lookbook.grid-columns {
  padding: 0;
}

.st-lookbook.grid-columns .grid .grid--wrap {
  position: relative;
  padding-left: 34px;
  border-radius: 0;
}

.st-lookbook.grid-columns .grid .grid--visual {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  z-index: 1;
}

.st-lookbook.grid-columns .grid .grid--visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-lookbook.grid-columns.muse-wrap .grid .grid--visual img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.visual-brand .st-lookbook.grid-columns .grid .grid--visual img {
  position: absolute;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: 110%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.st-lookbook.grid-columns .grid .grid--text {
  position: absolute;
  width: calc(100% - 34px);
  left: 20px;
  bottom: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.st-lookbook.grid-columns .grid.st-right .grid--text {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(270deg) translateX(100%);
          transform: rotate(270deg) translateX(100%);
  right: 0;
  left: auto;
}

.st-lookbook.grid-columns .grid .grid--text span {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-indent: 40px;
  text-align: left;
}

.contents-wrap__index .st-lookbook.grid-columns .grid .grid--text span {
  color: #fff;
}

.text--sub {
  font-family: 'Noto Sans';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: -0.045rem;
}

.st-align-right .text--wrap {
  text-align: right;
}

.text--wrap.st-align-right .text--sub {
  text-align: right;
}

.text--wrap.st-align-right .text--sub-title {
  text-align: right;
}

.main-title-wrap,
.x_single_text {
  padding: 0 12.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text--wrap {
  margin-top: 7.8125vh;
  padding: 0 8.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text--sub-title {
  overflow: hidden;
}

.text--sub-title span {
  display: inline-block;
}

.text--sub-title,
.text--sub-title span {
  margin-bottom: 10px;
  font-family: 'Neue Haas Unica W01';
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.06rem;
}

.typo-store .mask_paths path {
  stroke: #000;
}

#brand_typo {
  padding: 0;
  background-color: #f2f2f2;
}

#brand_typo .typo-wrap {
  padding: 37.5vmin 18.75% 31.2vmin;
}

.typo-wrap .typo-list {
  padding: 2.6vw 0;
}

#brand_typo .typo-image {
  position: relative;
  height: auto;
  opacity: 0;
}

#brand_typo .typo-image .mask_paths path {
  stroke: dodgerblue;
}

#brand_story .typo-image svg {
  left: auto;
  right: 0;
}

#brand_story .mask_paths path {
  stroke: #000 !important;
}

#brand_story .main-title-wrap .text--title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

#brand_story .typo--title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.content__beauty {
  -webkit-transform: translateY(-9.5vmin);
          transform: translateY(-9.5vmin);
}

.content__beauty .text--wrap {
  margin-top: 0;
}

.content__beauty .text-container-beauty {
  padding-bottom: 150px;
}

.typo-wrap .typo-list .typo-list-number {
  display: block;
  font-family: 'Neue Haas Unica W01';
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: normal;
}

.typo-list .typo--title span {
  color: transparent;
  font-size: 0;
}

.typo-list .typo--description {
  font-family: 'Noto Sans';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: -0.045rem;
}

@-webkit-keyframes openMenu {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes openMenu {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.contents-wrap__product {
  padding-top: 24.07vh;
}

.contents-wrap__product .content-container {
  padding-bottom: 30vh;
}

.contents-wrap__product .grid-row {
  opacity: 0;
}

.contents-wrap__product .main-text__typo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contents-wrap__product .x_text-sub .text-sub__title span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.contents-wrap__product .x_text-sub .text-sub__description {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.grid-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 6.25vw;
}

.st-detail .grid-columns {
  padding: 0;
}

.grid-columns_index {
  padding: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -ms-grid !important;
  display: grid !important;
  grid-auto-rows: 1fr;
}

.grid-columns_index .grid-wrap {
  height: 100%;
}

.grid-columns .grid {
  position: relative;
  padding: 0 14.28%;
  font-size: 0;
}

.grid-row.grid-columns_index .grid {
  width: 50%;
  height: 100%;
  min-width: 448px;
  min-height: 628px;
  padding: 6.25% 12.5% 6.25% 6.25%;
}

.grid-background {
  height: 100%;
}

.grid-row.grid-columns_index .grid .grid-wrap {
  height: 100%;
}

.grid.x_image-translate .grid-wrap {
  position: relative;
  padding: 0 !important;
}

.grid.x_image-translate .grid-wrap {
  background-color: #EDEDED !important;
}

.grid.x_image-translate .grid-wrap .text-wrap {
  padding: 4.16vw 4.16vw 0;
}

.grid.x_image-translate .grid-wrap .visual-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.grid-row.grid-columns_index .grid:nth-of-type(2n) {
  padding: 6.25% 6.25% 6.25% 12.5%;
  margin-left: auto;
  -webkit-transform: translateY(-52.38%);
          transform: translateY(-52.38%);
}

.grid-row.grid-columns_index .grid:nth-of-type(3n) {
  padding: 6.25% 6.25% 6.25% 12.5%;
  margin-right: auto;
  -webkit-transform: translate(25%, -92.85%);
          transform: translate(25%, -92.85%);
}

.has-grid-card .grid:nth-of-type(3n) {
  -webkit-transform: translate(6.25%, -92.85%) !important;
          transform: translate(6.25%, -92.85%) !important;
}

.has-grid-card .grid:nth-of-type(4n) {
  padding: 6.25% 6.25% 6.25% 12.5%;
  margin-left: auto;
  -webkit-transform: translate(-12.5%, -158.32%) !important;
          transform: translate(-12.5%, -158.32%) !important;
}

.grid-columns__product .grid {
  width: 35%;
  min-width: 300px;
  padding: 0.26%;
  margin-bottom: 7.3vw;
}

.contents-wrap__index .content__product.product__start-right .grid-columns_index .grid {
  margin-left: auto;
  padding: 6.25% 6.25% 6.25% 12.5%;
}

.contents-wrap__index .content__product.product__start-right .grid-columns_index .grid:nth-of-type(2n) {
  padding: 6.25% 12.5% 6.25% 6.25%;
  margin-right: auto;
  margin-left: inherit;
}

.contents-wrap__index .content__product.product__start-right .grid-columns_index .grid:nth-of-type(3n) {
  padding: 6.25% 12.5% 6.25% 6.25%;
}

.grid-columns__product .grid:nth-of-type(2n) .grid__wrap {
  -webkit-transform: translateY(8.33%);
          transform: translateY(8.33%);
}

.grid-columns__product .grid:nth-of-type(4n-1) {
  margin-left: 27.5%;
}

.grid-columns__product .grid:nth-of-type(4n-2) {
  margin-right: 27.5%;
}

.grid-columns .grid .grid__wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 13.33%;
  border-radius: 10px;
  overflow: hidden;
}

.grid-columns__square .grid .grid__visual {
  margin-top: -12px;
  padding: 0.625vw;
  z-index: 2;
}

.grid-columns__square .grid__wrap .grid-background {
  z-index: -1;
}

.grid.x_image--translate .grid-background {
  background-color: #ededed;
}

.grid-columns__square .grid .grid__visual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid__text {
  font-family: 'Neue Haas Unica W01';
  letter-spacing: -0.016em;
}

.text--line {
  color: #000;
  font-size: 1.6rem;
  line-height: 2rem;
}

.text--info div {
  opacity: 0;
}

.text--name br {
  display: none;
}

.text--name span {
  display: inline-block;
  font-size: 3.1vw;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -0.06vw;
}

.text--name .masking-wrap {
  display: block;
  overflow: hidden;
}

.text--name .masking-text {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.text--name .masking-wrap:nth-of-type(2) {
  margin-top: -2rem;
  -webkit-transform: none !important;
          transform: none !important;
}

.text--info {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.text--price {
  color: #000;
  font-family: 'Neue Haas Unica W01', 'Noto Sans', sans-serif;
}

.text--option {
  min-height: 2.4rem;
}

.text--option + .text--price {
  padding-top: 0.5vw;
}

.text--button .text--price {
  opacity: 1;
}

.text--name {
  margin: 0;
  opacity: 1;
  overflow: hidden;
}

.contents-wrap__index .main-text div,
.contents-wrap__index .main-text span,
.contents-wrap__index .main-text sup {
  color: #fff;
}

.content-cushion {
  margin-top: -50vw;
}

.content__thatsyou {
  margin-top: -74vw;
}

.content-cushion.product-eye {
  margin-top: -80vw;
}

.product-skincare,
.product-all {
  margin-top: -70vw;
}

.product-lip {
  margin-top: -30vw;
}

.content__product .main-text {
  -webkit-transform: translateY(13vw);
          transform: translateY(13vw);
}

.product-skincare .main-text {
  -webkit-transform: none;
          transform: none;
}

.contents-wrap__index footer {
  padding-top: 600px;
}

.main-text__container .main-text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18.75%;
  margin-bottom: 5.2vw;
}

.main-text__container.text-right .main-text__title {
  padding: 0 18.75%;
}

.contents-wrap__product .main-text__container .main-text__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8.33vw;
}

.main-text__container .main-text__title .x_text-sub {
  margin-left: auto;
  margin-bottom: 6.875vw;
}

.contents-wrap__index .main-text__container .main-text__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-text_align-right .main-text__container .main-text__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contents-wrap__index .main-text__container .main-text__typo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product-all .main-text__container .main-text__title {
  padding: 0 8.33%;
}

.product-all .text-sub {
  padding: 0 8.33%;
}

.main-text__typo .typo-image {
  position: relative;
}

.main-text_align-right .main-text__typo {
  margin-left: inherit;
}

.main-text_align-right .button-more {
  margin-left: inherit;
}

.main-text__typo.typo-thats .typo-image {
  height: 22.76vmax;
}

#brand_story .typo-thats .typo-image {
  margin-left: auto;
  width: 35.1vw;
  opacity: 0;
}

.typo-beauty .typo-image {
  margin-bottom: 18.51vmin;
  margin-left: auto;
  width: 50.72vw;
  opacity: 0;
}

.typo-best .typo-image {
  opacity: 0;
  width: 22.13vw;
}

.typo-face .typo-image {
  opacity: 0;
  width: 25vw;
}

.typo-lip .typo-image {
  opacity: 0;
  width: 14.74vw;
}

.typo-eye .typo-image {
  opacity: 0;
  width: 18.6vw;
}

.typo-skin .typo-image {
  opacity: 0;
  width: 44.9vw;
}

.typo-all .typo-image {
  opacity: 0;
  width: 60.67vw;
}

.typo-thats .typo-image {
  width: 35.1vw;
  opacity: 0;
}

.typo-skincare .typo-image {
  opacity: 0;
}

.contents-wrap__product .typo-skincare .typo-image {
  width: 44.89vw;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.typo-image .typo-character {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.typo-own .typo-image .typo-character:nth-of-type(1) {
  background-image: url(../images/typo-own-2.svg);
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.typo-own .typo-image .typo-character:nth-of-type(2) {
  background-image: url(../images/typo-own-3.svg);
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.typo-beauty .typo-image .typo-character {
  background-image: url(../images/typo-beauty-2.svg);
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.typo-thats .typo-image .typo-character:nth-of-type(1) {
  background-image: url(../images/typo-thats-2.svg);
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.typo-thats .typo-image .typo-character:nth-of-type(2) {
  background-image: url(../images/typo-thats-3.svg);
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.contents-wrap__index .typo-thats .typo-image .typo-character:nth-of-type(1) {
  background-image: url(../images/typo-thats-2-white.svg);
}

.contents-wrap__index .typo-thats .typo-image .typo-character:nth-of-type(2) {
  background-image: url(../images/typo-thats-3-white.svg);
}

.contents-wrap__product .typo-skincare .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/skin-2.svg");
}

.contents-wrap__product .typo-skincare .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/skin-3.svg");
}

.contents-wrap__product .typo-skincare .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/skin-4.svg");
}

.contents-wrap__product .typo-skincare .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/skin-5.svg");
}

.contents-wrap__product .typo-skincare .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/skin-6.svg");
}

.contents-wrap__product .typo-skincare .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/skin-7.svg");
}

.contents-wrap__product .typo-skincare .typo-image .typo-character:nth-of-type(7) {
  background-image: url("../images/skin-8.svg");
}

.contents-wrap__product .typo-lip .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/lip-2.svg");
}

.contents-wrap__product .typo-lip .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/lip-3.svg");
}

.contents-wrap__product .typo-lip .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/lip-4.svg");
}

.contents-wrap__product .typo-eye .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/eye-2.svg");
}

.contents-wrap__product .typo-eye .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/eye-3.svg");
}

.contents-wrap__product .typo-eye .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/eye-4.svg");
}

.contents-wrap__product .typo-face .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/face-2.svg");
}

.contents-wrap__product .typo-face .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/face-3.svg");
}

.contents-wrap__product .typo-face .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/face-4.svg");
}

.contents-wrap__product .typo-face .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/face-5.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/all-2.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/all-3.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/all-4.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/all-5.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/all-6.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/all-7.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(7) {
  background-image: url("../images/icon/all-8.svg");
}

.contents-wrap__product .typo-all .typo-image .typo-character:nth-of-type(8) {
  background-image: url("../images/icon/all-9.svg");
}

.contents-wrap__product .typo-new .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/new-2.svg");
}

.contents-wrap__product .typo-new .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/new-3.svg");
}

.contents-wrap__product .typo-cushion .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/cushion-2.svg");
}

.contents-wrap__product .typo-cushion .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/cushion-3.svg");
}

.contents-wrap__product .typo-cushion .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/cushion-4.svg");
}

.contents-wrap__product .typo-cushion .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/cushion-5.svg");
}

.contents-wrap__product .typo-cushion .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/cushion-6.svg");
}

.contents-wrap__product .typo-cushion .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/cushion-7.svg");
}

.contents-wrap__product .typo-bb .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/bb-2.svg");
}

.contents-wrap__product .typo-bb .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/bb-3.svg");
}

.contents-wrap__product .typo-lip-stick .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/lip-stick-2.svg");
}

.contents-wrap__product .typo-lip-stick .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/lip-stick-3.svg");
}

.contents-wrap__product .typo-lip-stick .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/lip-stick-4.svg");
}

.contents-wrap__product .typo-lip-stick .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/lip-stick-5.svg");
}

.contents-wrap__product .typo-lip-stick .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/lip-stick-6.svg");
}

.contents-wrap__product .typo-lip-stick .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/lip-stick-7.svg");
}

.contents-wrap__product .typo-lip-stick .typo-image .typo-character:nth-of-type(7) {
  background-image: url("../images/icon/lip-stick-8.svg");
}

.contents-wrap__product .typo-lip-lacquer .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/lip-lacquer-2.svg");
}

.contents-wrap__product .typo-lip-lacquer .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/lip-lacquer-3.svg");
}

.contents-wrap__product .typo-lip-lacquer .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/lip-lacquer-4.svg");
}

.contents-wrap__product .typo-lip-lacquer .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/lip-lacquer-5.svg");
}

.contents-wrap__product .typo-lip-lacquer .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/lip-lacquer-6.svg");
}

.contents-wrap__product .typo-lip-lacquer .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/lip-lacquer-7.svg");
}

.contents-wrap__product .typo-lip-lacquer .typo-image .typo-character:nth-of-type(7) {
  background-image: url("../images/icon/lip-lacquer-8.svg");
}

.contents-wrap__product .typo-mascara .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/mascara-2.svg");
}

.contents-wrap__product .typo-mascara .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/mascara-3.svg");
}

.contents-wrap__product .typo-mascara .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/mascara-4.svg");
}

.contents-wrap__product .typo-mascara .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/mascara-5.svg");
}

.contents-wrap__product .typo-mascara .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/mascara-6.svg");
}

.contents-wrap__product .typo-mascara .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/mascara-7.svg");
}

.contents-wrap__product .typo-shadow .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/shadow-2.svg");
}

.contents-wrap__product .typo-shadow .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/shadow-3.svg");
}

.contents-wrap__product .typo-shadow .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/shadow-4.svg");
}

.contents-wrap__product .typo-shadow .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/shadow-5.svg");
}

.contents-wrap__product .typo-shadow .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/shadow-6.svg");
}

.contents-wrap__product .typo-cheek .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/cheek-2.svg");
}

.contents-wrap__product .typo-cheek .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/cheek-3.svg");
}

.contents-wrap__product .typo-cheek .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/cheek-4.svg");
}

.contents-wrap__product .typo-cheek .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/cheek-5.svg");
}

.contents-wrap__product .typo-toner-mist .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/toner-mist-2.svg");
}

.contents-wrap__product .typo-toner-mist .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/toner-mist-3.svg");
}

.contents-wrap__product .typo-toner-mist .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/toner-mist-4.svg");
}

.contents-wrap__product .typo-toner-mist .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/toner-mist-5.svg");
}

.contents-wrap__product .typo-toner-mist .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/toner-mist-6.svg");
}

.contents-wrap__product .typo-emulsion-lotion .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/emulsion-lotion-2.svg");
}

.contents-wrap__product .typo-emulsion-lotion .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/emulsion-lotion-3.svg");
}

.contents-wrap__product .typo-emulsion-lotion .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/emulsion-lotion-4.svg");
}

.contents-wrap__product .typo-emulsion-lotion .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/emulsion-lotion-5.svg");
}

.contents-wrap__product .typo-emulsion-lotion .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/emulsion-lotion-6.svg");
}

.contents-wrap__product .typo-emulsion-lotion .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/emulsion-lotion-7.svg");
}

.contents-wrap__product .typo-ampoule-essence .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/ampoule-essence-2.svg");
}

.contents-wrap__product .typo-ampoule-essence .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/ampoule-essence-3.svg");
}

.contents-wrap__product .typo-ampoule-essence .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/ampoule-essence-4.svg");
}

.contents-wrap__product .typo-ampoule-essence .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/ampoule-essence-5.svg");
}

.contents-wrap__product .typo-ampoule-essence .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/ampoule-essence-6.svg");
}

.contents-wrap__product .typo-ampoule-essence .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/ampoule-essence-7.svg");
}

.contents-wrap__product .typo-ampoule-essence .typo-image .typo-character:nth-of-type(7) {
  background-image: url("../images/icon/ampoule-essence-8.svg");
}

.contents-wrap__product .typo-cream .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/cream-2.svg");
}

.contents-wrap__product .typo-cream .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/cream-3.svg");
}

.contents-wrap__product .typo-cream .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/cream-4.svg");
}

.contents-wrap__product .typo-cream .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/cream-5.svg");
}

.contents-wrap__product .typo-hand-care .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/hand-care-2.svg");
}

.contents-wrap__product .typo-hand-care .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/hand-care-3.svg");
}

.contents-wrap__product .typo-hand-care .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/hand-care-4.svg");
}

.contents-wrap__product .typo-hand-care .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/hand-care-5.svg");
}

.contents-wrap__product .typo-eyebrow .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/eyebrow-2.svg");
}

.contents-wrap__product .typo-eyebrow .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/eyebrow-3.svg");
}

.contents-wrap__product .typo-eyebrow .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/eyebrow-4.svg");
}

.contents-wrap__product .typo-eyebrow .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/eyebrow-5.svg");
}

.contents-wrap__product .typo-eyebrow .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/eyebrow-6.svg");
}

.contents-wrap__product .typo-eyebrow .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/eyebrow-7.svg");
}

.contents-wrap__product .typo-eyebrow .typo-image .typo-character:nth-of-type(7) {
  background-image: url("../images/icon/eyebrow-8.svg");
}

.contents-wrap__product .typo-eye-liner .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/eye-liner-2.svg");
}

.contents-wrap__product .typo-eye-liner .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/eye-liner-3.svg");
}

.contents-wrap__product .typo-eye-liner .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/eye-liner-4.svg");
}

.contents-wrap__product .typo-eye-liner .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/eye-liner-5.svg");
}

.contents-wrap__product .typo-eye-liner .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/eye-liner-6.svg");
}

.contents-wrap__product .typo-mask .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/mask-2.svg");
}

.contents-wrap__product .typo-mask .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/mask-3.svg");
}

.contents-wrap__product .typo-mask .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/mask-4.svg");
}

.contents-wrap__product .typo-sun .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/sun-2.svg");
}

.contents-wrap__product .typo-sun .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/sun-3.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/foundation-2.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/foundation-3.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/foundation-4.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/foundation-5.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/foundation-6.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(6) {
  background-image: url("../images/icon/foundation-7.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(7) {
  background-image: url("../images/icon/foundation-8.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(8) {
  background-image: url("../images/icon/foundation-9.svg");
}

.contents-wrap__product .typo-foundation .typo-image .typo-character:nth-of-type(9) {
  background-image: url("../images/icon/foundation-10.svg");
}

.contents-wrap__product .typo-beauty-tool .typo-image .typo-character:nth-of-type(1) {
  background-image: url("../images/icon/tool-2.svg");
}

.contents-wrap__product .typo-beauty-tool .typo-image .typo-character:nth-of-type(2) {
  background-image: url("../images/icon/tool-3.svg");
}

.contents-wrap__product .typo-beauty-tool .typo-image .typo-character:nth-of-type(3) {
  background-image: url("../images/icon/tool-4.svg");
}

.contents-wrap__product .typo-beauty-tool .typo-image .typo-character:nth-of-type(4) {
  background-image: url("../images/icon/tool-5.svg");
}

.contents-wrap__product .typo-beauty-tool .typo-image .typo-character:nth-of-type(5) {
  background-image: url("../images/icon/tool-6.svg");
}

.typo-own .typo-image {
  width: 52.18vw;
}

#brand_typo .typo-curious .typo-image {
  width: 38.75vw;
}

#brand_typo .typo-open .typo-image {
  width: 27.44vw;
}

#brand_typo .typo-challenge .typo-image {
  width: 50.98vw;
}

.main-text__typo svg {
  width: auto;
  height: 100%;
}

.main-text__title sup {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-right: 4px;
  font-family: 'Neue Haas Unica W01';
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
  -webkit-transform: translateY(16.8%);
          transform: translateY(16.8%);
  opacity: 0;
}

.content__product .text-sub {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-sub {
  padding: 0 18.75%;
  margin-bottom: 3vmax;
  font-family: 'Neue Haas Unica W01';
}

.text-sub.text-sub__align-right {
  text-align: right;
}

.main-text-right .text-sub__description {
  text-align: left;
}

.main-text-right .main-text__typo {
  margin-left: auto;
}

.text-sub__title {
  overflow: hidden;
}

.text-sub__title,
.text-sub__title span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03em;
}

.text-sub__title span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.text-sub__title {
  display: block;
  margin-bottom: 20px;
}

.text-sub__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.016em;
  opacity: 0;
}

.typo-lip .text-sub__description {
  padding: 0 18.75%;
  opacity: 1;
}

#main-ci {
  padding: 0;
}

.button-more__text {
  color: #fff;
  font-family: 'Neue Haas Unica W01';
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: -0.016em;
}

.button-more__arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background-image: url(../images/icon--button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.main-text_align-right .text-sub__description {
  text-align: right;
}

.typo-own {
  position: relative;
  margin-top: 0;
  -webkit-transform: translateY(31%);
          transform: translateY(31%);
  z-index: 1;
}

.typo-own .typo-image {
  position: relative;
  text-align: left;
}

.typo-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contents-wrap__product .typo-image-container .typo-image {
  overflow: hidden;
}

.typo-image-container span {
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
}

.typo-image {
  position: relative;
}

#brans_story .typo-thats .typo-image .mask_paths path {
  stroke: #000;
}

.typo-own .typo-image .mask_paths path,
.typo-own .typo-image .mask_paths path,
.typo-challenge .typo-image .mask_paths path,
.typo-open .typo-image .mask_paths path,
.typo-curious .typo-image .mask_paths path,
.typo-beauty .typo-image .mask_paths path {
  stroke: #000;
}

.contents-wrap__product .mask_paths path {
  stroke: #000;
}

.typo-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.typo-image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contents-wrap__index .typo-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.typo-image-container sup {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-right: 4px;
  color: #fff;
  font-family: 'Neue Haas Unica W01';
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
  line-height: normal;
  letter-spacing: 0;
  vertical-align: top;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
}

.contents-wrap__product .typo-image-container sup {
  color: #000;
  display: none;
}

.mask_paths path {
  stroke: #fff;
  fill: transparent;
}

.button-more {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
  margin-left: auto;
  opacity: 0;
}

.button-more__text {
  color: #fff;
  font-family: 'Neue Haas Unica W01';
  font-size: 1.6rem;
  line-height: 3.5rem;
  letter-spacing: -0.016em;
}

.button-more__arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background-image: url(../images/icon--button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.typo--description {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.typo-image span {
  position: absolute;
  pointer-events: none;
  color: transparent;
  font-size: 0;
  font-weight: 700;
  text-indent: -9999px;
}

.typo-own .text--title {
  -webkit-transform: translateY(31.35%);
          transform: translateY(31.35%);
}

.st-align-right {
  text-align: right;
}

#contact_us {
  background-color: #fff;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

#contact_us .content {
  padding: 9.26vh 0;
}

#contact_us .text--sub br {
  display: none;
}

#contact_us .info-description br {
  display: block;
}

.content__contact .text--title {
  padding: 6.25vw 0 1.04vw;
}

.content__contact .main-title-wrap .text--wrap {
  padding: 0 6.25%;
}

.content__contact .typo-info {
  position: relative;
  width: 32.5vw;
  min-width: 470px;
  margin-left: auto;
  opacity: 1;
}

.content__contact .typo-info img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__contact .typo-info div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/mail.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.content__contact .typo-element {
  opacity: 0;
}

.content__contact .hidden-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
}

.content__contact .text--sub {
  opacity: 0;
}

.content__store .text--wrap {
  padding: 0 6.25%;
}

.content__store .typo-image {
  width: 21.3vw;
  opacity: 0;
}

.sub-outlinks li {
  padding: 7px 0;
  text-align: right;
  overflow: hidden;
}

.sub-outlinks a {
  display: inline-block;
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: -0.045rem;
  line-height: 4.5rem;
  vertical-align: middle;
  -webkit-transform: translate(-20%, 50%);
          transform: translate(-20%, 50%);
  opacity: 0;
}

.icon-outlink {
  display: inline-block;
  margin-left: 5px;
  width: 35px;
  height: 35px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url(../images/icon-outlink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.text--wrap_links .text--sub-title {
  margin-bottom: 10px;
  font-family: 'Neue Haas Unica W01';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: right;
  opacity: 0;
}

#contact_us .content.content__offline-store {
  padding-top: 0;
  padding-bottom: 27.77vh;
  color: #fff;
}

.store-image {
  position: relative;
  width: calc(100% - 1.04%);
  margin: 0 auto;
}

.store-image .store-image_wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 44.21%;
  border-radius: 10px;
  overflow: hidden;
}

.store-image .store-image_wrap div {
  overflow: hidden;
}

.content__offline-store .store-image_wrap div {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.store-image .store-image_wrap img {
  width: 110%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.text--wrap_links .text--sub-title.text--sub-title_store {
  padding: 10px 0 6px;
  font-family: 'Noto Sans';
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.5rem;
}

.store-list {
  position: relative;
  padding: 5px 0;
  text-align: right;
}

.store-list:nth-of-type(2) {
  padding-bottom: 0;
  text-align: left;
}

.store-list:nth-of-type(2) .text--wrap_links .text--sub-title {
  text-align: left;
}

.store-list:nth-of-type(3) .text--sub {
  position: relative;
}

.store-list .text--wrap {
  position: absolute;
  bottom: 9.52%;
  left: 0.52%;
  width: 98.96%;
  padding: 0 calc(12.5% - 8px);
}

.store-list .text--wrap .text--sub {
  padding: 0 6.25%;
}

.store-list a {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  opacity: 0;
}

.store-list a .icon-outlink {
  background-image: url(../images/icon-outlink-white.svg);
}

.main-text__typo.typo-face .typo-image {
  opacity: 0;
}

footer a {
  pointer-events: auto;
}

.footer-information {
  padding-bottom: 32px;
}

.family-site button {
  position: relative;
  padding: 10px 10px 10px 0;
  pointer-events: auto;
}

.family-site .button-store-family {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 0;
  pointer-events: auto;
  cursor: pointer;
}

.family-site .family-site-text {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-family: 'Neue Haas Unica W01';
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.014rem;
  line-height: 2rem;
  pointer-events: none;
}

.family-site .icon-arrow {
  position: absolute;
  top: calc(50% - 2px);
  right: 6px;
  width: 7px;
  height: 4px;
  background-image: url(../images/icon-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.st-black .family-site .family-site-text {
  color: #000;
}

.st-black .family-site span.icon-arrow {
  background-image: url(../images/icon-arrow-black.svg);
}

.family-site .outlink--inner {
  bottom: 40px;
}

.family-site .outlink--inner a {
  color: #000;
  font-family: 'Neue Haas Unica W01', 'Noto Sans', sans-serif;
}

.family-site .outlink--inner ul::before {
  top: auto;
  bottom: -10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.family-site .outlink--inner ul {
  background-color: #fff;
}

.st-black .family-site .outlink--inner ul {
  background-color: #000;
}

.st-black .family-site .outlink--inner a {
  color: #fff;
}

.family-site .outlink--inner ul::before {
  background-image: url(../images/icon-speech.svg);
}

.st-black .family-site .outlink--inner ul::before {
  background-image: url(../images/icon-speech-black.svg);
}

.content__campaign-key {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.content__campaign-key .dim {
  background-color: rgba(0, 0, 0, 0.33);
  opacity: 1;
  z-index: 1;
}

#main_key .swiper-container .dim {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.content__key {
  height: 100vh;
}

.content__key .key-text-description {
  font-family: 'Noto Sans';
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.045rem;
  text-align: right;
}

.content__campaign-key .visual-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.content__campaign-key .visual-wrap img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__key .title-wrap {
  position: relative;
  top: 100vh;
  left: 50%;
  width: 62.5%;
  -webkit-transform: Translate(-50%, -63%);
          transform: Translate(-50%, -63%);
}

.content__key .masking-wrap:nth-of-type(1) .masking-text {
  padding-right: 80px;
}

.contents-wrap__campaign .masking-wrap:nth-of-type(2) {
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
}

.content__key .masking-wrap:nth-of-type(2) .masking-text {
  -webkit-transform: translateX(31.9%);
          transform: translateX(31.9%);
}

.contents-wrap__campaign .title-wrap .masking-wrap,
.contents-wrap__campaign .title-wrap .masking-text {
  display: inline-block;
  color: #fff;
  font-family: 'Neue Haas Unica W01';
  font-size: 24rem;
  font-weight: 400;
  letter-spacing: -0.45rem;
  line-height: normal;
}

.contents-wrap__campaign .title-wrap .masking-wrap {
  display: block;
  overflow: hidden;
}

.content__campaign-interview {
  position: relative;
  margin-top: 37vh;
  padding: 0 0 0;
}

.contents-wrap__campaign .visual-wrap {
  position: relative;
  padding: 0 6.25%;
}

.contents-wrap__campaign .video-wrap {
  width: 78.57%;
  margin-right: auto;
}

.content__campaign-interview .video-wrap {
  margin-left: auto;
  margin-right: inherit;
}

.contents-wrap__campaign .video-wrap img {
  width: 100%;
}

.contents-wrap__campaign .text--wrap {
  position: relative;
  width: 100%;
  padding: 0 6.25%;
  margin: auto;
}

.contents-wrap__campaign .text--sub-title,
.contents-wrap__campaign .text--sub-title span,
.contents-wrap__campaign .text--sub-description {
  color: #fff;
}

.content__campaign-block .text--wrap {
  padding: 0 14.28%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.content__campaign-making .text--wrap {
  text-align: right;
}

.content__campaign-making .text--wrap .masking-wrap:nth-of-type(2) .masking-text {
  -webkit-transform: translateX(-10.4%);
          transform: translateX(-10.4%);
}

.visual-brand .x_image_translate .grid--visual {
  height: 0;
  padding-bottom: 133.4%;
}

.grid-columns__square .grid .grid__visual.visual-translate {
  margin-top: -92px;
}

.visual-translate {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 91.09% !important;
}

.grid-card .grid-wrap {
  position: relative;
}

.grid-card .text-description {
  padding-top: 52px;
  color: #707070;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.typo-gradient {
  position: relative;
  font-size: 0;
  width: 52%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  opacity: 1 !important;
}

.grid-card .text--description {
  padding-top: 50px;
  opacity: 0;
}

.typo-gradient-svg {
  position: relative;
  z-index: 100;
}

.grid-card .grid__text {
  padding-bottom: 100px;
}

.text--name .masking-wrap:nth-of-type(2) {
  -webkit-transform: translateY(-34%);
          transform: translateY(-34%);
}

.text--name .masking-wrap:nth-of-type(3) {
  -webkit-transform: translateY(-68%);
          transform: translateY(-68%);
}

.text--name .masking-wrap:nth-of-type(4) {
  -webkit-transform: translateY(-102%);
          transform: translateY(-102%);
}

.text--name .masking-wrap:nth-of-type(1) {
  -webkit-transform: none;
          transform: none;
}

.grid-card .grid-inner {
  position: relative;
  height: 100%;
}

.grid-card .button-product {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  pointer-events: auto;
  opacity: 0;
  z-index: 2;
}

.grid-card .button-product::before,
.grid-card .button-product::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.grid-card .button-product::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.grid-columns .grid.grid-hya .grid__wrap {
  padding: 11%;
}

.grid-columns .grid.grid-hya .grid__wrap span {
  letter-spacing: -0.2vw;
}

.footer-contact li {
  overflow: hidden;
}

.footer-contact li:last-of-type {
  line-height: 2.8rem;
}

.footer-list span {
  opacity: 0;
}

.footer-contact li .list-n3 {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.footer-wrap .footer-information ul li .list-n3 {
  line-height: 1 !important;
}

.family-site {
  opacity: 0;
}

.sns-wrap li {
  opacity: 0;
}

.typo-gradient img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-cushion .has-grid-card .grid:nth-of-type(3n) {
  padding: 6.25% 12.5% 6.25% 6.25% !important;
  -webkit-transform: translate(-12.5%, -92.85%) !important;
          transform: translate(-12.5%, -92.85%) !important;
  margin-right: inherit;
}

.content-cushion .has-grid-card .grid:nth-of-type(4n) {
  padding: 6.25% 6.25% 6.25% 12.5% !important;
  -webkit-transform: translate(0, -158.32%) !important;
          transform: translate(0, -158.32%) !important;
}

.card-face .gradient-background {
  height: 98%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
  background-image: linear-gradient(180deg, #f29f79, #ddb9a2, #a97650);
}

.card-lip .gradient-background {
  height: 98%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8a69d), color-stop(#e18580), to(#d75053));
  background-image: linear-gradient(180deg, #e8a69d, #e18580, #d75053);
}

.card-skincare .gradient-background {
  height: 98%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
  background-image: linear-gradient(180deg, #e6c8bd, #fdc982, #d77970);
}

.card-face .typo-gradient.is-animate .gradient-background {
  -webkit-animation: gradient_rotate_face 5s infinite;
          animation: gradient_rotate_face 5s infinite;
}

.card-lip .typo-gradient.is-animate .gradient-background {
  -webkit-animation: gradient_rotate_lip 5s infinite;
          animation: gradient_rotate_lip 5s infinite;
}

.card-skincare .typo-gradient.is-animate .gradient-background {
  -webkit-animation: gradient_rotate_skincare 5s infinite;
          animation: gradient_rotate_skincare 5s infinite;
}

.product-eye .card-face .typo-gradient.is-animate .gradient-background {
  -webkit-animation: gradient_rotate_eye 5s infinite;
          animation: gradient_rotate_eye 5s infinite;
}

.card-face .typo-gradient,
.card-lip .typo-gradient {
  width: 57.66%;
}

.card-skincare .typo-gradient {
  width: 63%;
}

.content-recommend .text-sub__title, .content-recommend .text-sub__description {
  text-align: right;
}

.content__recommend .text--line,
.content__recommend .text--name,
.content__recommend .text--name span,
.content__recommend .text--price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: -0.01rem;
  opacity: 0;
}

.content__recommend .text--name {
  margin: 10px 0;
}

.content__recommend .text--line {
  color: rgba(0, 0, 0, 0.4);
}

.content__recommend .text--name {
  opacity: 1;
}

.contents-wrap__index .x_image--translate .grid__wrap {
  padding: 0;
}

.contents-wrap__index .x_image--translate .grid__wrap .grid__text {
  padding: 13.33% 13.33% 0;
}

.contents-wrap__index .x_image--translate .grid__wrap .grid__visual {
  padding: 0;
}

#contact_us .content.store-lmage-wrap {
  padding: 5px 0 0;
  width: calc(100% - 1.04%);
  margin: 0 auto;
}

#contact_us .content.store-lmage-wrap div {
  overflow: hidden;
}

#contact_us .content.store-lmage-wrap .store-image_wrap {
  padding: 5px 0;
  border-radius: 18px;
  overflow: hidden;
}

.store-lmage-wrap img {
  width: 100%;
}

.contents-wrap__product .text-sub {
  margin: 0 0 7.55vw;
}

.contents-wrap__product .content-container {
  font-size: 0;
}

.contents-wrap__product .content {
  font-size: 0;
}

.fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.fixed-background .background-wrap,
.main-inner .background-wrap,
.main-inner .background-wrap .background-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fixed-background .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
}

.fixed-background img,
.main-inner .background-wrap .background-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.main-inner .dim {
  background-color: #000;
  opacity: 0;
  z-index: 3;
}

.main-inner .background-wrap .background-list {
  opacity: 0;
}

.main-inner .background-wrap .background-list img {
  opacity: 1;
}

.grid-row .grid {
  opacity: .6;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.grid-intro .grid {
  opacity: 1;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5.98vw;
}

.grid-row .grid {
  display: inline-block;
  padding: 0.26vw;
}

.grid-row .grid .grid-wrap {
  display: block;
  padding: 4.16vw;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.grid-row.row-n3 .grid {
  width: 33.333%;
}

.grid-row.row-n2 .grid {
  width: 33.333%;
}

.grid-row.row-n2 .grid.grid-max {
  width: 66.667%;
}

.grid-row .grid img {
  width: 100%;
}

.grid-row .grid.grid-max .visual-wrap {
  width: 41.041%;
  margin-left: auto;
}

.grid-row .text-wrap {
  padding-bottom: 40px;
  font-family: 'Neue Haas Unica W01';
}

.grid-row .text-wrap .text-category {
  padding: 0;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -.018rem;
  line-height: 2rem;
}

.grid-row .text-wrap .text-title {
  font-family: 'Neue Haas Unica W01';
  font-weight: 700;
  font-size: 3.1vw;
  line-height: 1;
  letter-spacing: -.03vw;
  opacity: 0;
}

.grid-row .text-wrap .text-title .line-inner {
  padding: 6px 0;
}

.grid-row .text-wrap .text-title .line-outer {
  margin-top: -12px;
}

.grid-row .text-wrap .text-title .line-outer:nth-of-type(1) {
  margin-top: 0;
}

.grid-row .text-info span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.016rem;
  line-height: 2rem;
  opacity: 0;
}

.grid-row .text-wrap .text-option {
  margin-top: 17px;
  color: rgba(0, 0, 0, 0.3);
}

.grid-row .grid-typo .text-wrap .text-option {
  color: rgba(255, 255, 255, 0.5);
}

.grid-row .text-wrap .text-price {
  margin-top: 34px;
}

.grid-row .text-wrap .text-option + .text-price {
  margin-top: 22px;
}

.grid-row .grid-typo .text-wrap .text-option + .text-price {
  margin-top: 8px;
}

.grid-row .grid-texture-typo .text-wrap .text-price {
  margin-top: 18px;
}

.gradient-background {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 3px);
  height: calc(100% - 2px) !important;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-promotion .visual-wrap {
  position: relative;
  width: calc(75% - 13vw);
  margin: 20.83vw 0 0 0;
  padding: 0;
  overflow: hidden;
  margin-right: 6.5vw;
  border-radius: 10px;
  margin-left: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.content-promotion .visual-wrap img {
  width: 100%;
}

.content-promotion .main-text__title .typo-image-container {
  -webkit-transform: translateY(-29.84%);
          transform: translateY(-29.84%);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-promotion.content-flower-garden .main-text__title .typo-image-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content-promotion .text-sub__description {
  font-family: 'Noto Sans';
  text-align: right;
}

.content-promotion .main-text__title {
  margin-bottom: 0 !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.content-promotion .button-more {
  padding: 0 18.75%;
}

.footer-list2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.description-option dt {
  position: relative;
  font-family: 'Neue Haas Unica W01';
  font-weight: 700;
  font-size: 3rem;
  line-height: normal;
  color: #000;
  letter-spacing: -0.04em;
  text-align: left;
  overflow: hidden;
}

.description-option dt span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.description-option dd {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.04em;
  opacity: 0;
}

.st-detail .content .grid.x_image_translate .grid--image.grid-inner-video {
  height: 100%;
}

.st-detail .content .grid.x_image_translate .grid--image.grid-inner-video video {
  position: absolute;
  min-height: 101%;
  min-width: 101%;
  height: auto;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.grid-row .grid-typo .text-wrap {
  padding-bottom: 0;
  color: #fff;
}

.grid-row .grid-typo .text-wrap .text-title {
  font-family: 'Noto Sans';
  font-size: 3.6458vw;
  line-height: 1.07;
  letter-spacing: -.03em;
}

.grid-row .grid.grid-typo .grid-wrap {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#AC8D73), to(#E8D8CB));
  background: linear-gradient(180deg, #AC8D73 0%, #E8D8CB 100%);
  overflow: hidden;
}

.product-lip .grid-row .grid.grid-typo .grid-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#954E4E), to(#D5C2BA));
  background: linear-gradient(180deg, #954E4E 0%, #D5C2BA 100%);
}

.product-eye .grid-row .grid.grid-typo .grid-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#E26F5C), to(#E6D2C3));
  background: linear-gradient(180deg, #E26F5C 0%, #E6D2C3 100%);
}

.product-skincare .grid-row .grid.grid-typo .grid-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#FD9785), to(#F7DFBF));
  background: linear-gradient(180deg, #FD9785 0%, #F7DFBF 100%);
}

.grid-row .grid-texture-typo .grid-wrap {
  position: relative;
  overflow: hidden;
}

.grid-row .grid-texture-typo .text-wrap {
  position: relative;
  z-index: 2;
}

.grid-row .grid-texture-typo .text-wrap .text-category {
  font-weight: 700;
}

.grid-row .grid-texture-typo .text-wrap .text-title {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.025em;
  line-height: 2.6rem;
}

.grid-texture-typo .text-title-bottom {
  margin-top: auto;
  width: 100%;
  font-family: 'Neue Haas Unica W01';
  font-weight: 700;
  font-size: 4.166vw;
  letter-spacing: -.04em;
  line-height: 1;
  z-index: 2;
  opacity: 0;
}

.grid-row .grid.grid-texture-typo .grid-wrap .visual-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1 !important;
}

.grid-row .grid.grid-typo .grid-wrap .visual-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.grid-row .grid.grid-typo .grid-wrap .visual-wrap img {
  width: 100%;
}

.grid-row .grid.grid-texture-typo .visual-wrap img {
  position: absolute;
  left: 50%;
  min-width: 101%;
  width: auto;
  height: 101%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.color-chart {
  margin: 0 auto;
}

.color-chart svg {
  width: 18.854vw;
  height: 18.854vw;
}

.grid-row .grid-color-chart .text-wrap .text-title {
  font-size: 3rem;
  line-height: 4.6rem;
  letter-spacing: -.03em;
}

.grid-row .grid-color-chart .text-wrap .text-title .line-inner {
  padding: 0;
}

.grid-row .grid-color-chart .text-wrap .text-option {
  margin-top: 8px;
  padding-bottom: 0;
}

.color-chart p {
  padding-top: 38px;
  font-family: 'Neue Haas Unica W01';
  font-weight: 700;
  font-size: 5.2vw;
  letter-spacing: -.05em;
  line-height: 1.5;
  text-align: center;
  opacity: 0;
}

.color-chart path {
  opacity: 0;
}

.color-chart.color-lip .color-n1 {
  fill: #AA5551;
}

.color-chart.color-lip .color-n2 {
  fill: #AC4347;
}

.color-chart.color-lip .color-n3 {
  fill: #9E2133;
}

.color-chart.color-lip .color-n4 {
  fill: #D82E2A;
}

.color-chart.color-lip .color-n5 {
  fill: #F35A31;
}

.color-chart.color-lip .color-n6 {
  fill: #B02C27;
}

.color-chart.color-eye .color-n1 {
  fill: #837067;
}

.color-chart.color-eye .color-n2 {
  fill: #614C44;
}

.color-chart.color-eye .color-n3 {
  fill: #9E7074;
}

.color-chart.color-eye .color-n4 {
  fill: #B38D81;
}

.text--comingsoon {
  position: absolute !important;
  top: 0;
  left: 0.52%;
  width: 98.96%;
  padding: 0 12.5%;
  color: #fff;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(63.7%);
          transform: translateY(63.7%);
  opacity: 0;
}

.text--comingsoon p {
  padding: 0 6.25%;
  font-family: 'Neue Haas Unica W01';
  font-weight: 400;
  font-size: 8.33vw;
  letter-spacing: -.015em;
  line-height: 1;
}

.text--comingsoon br {
  display: block !important;
}

.content-intro {
  position: relative;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-intro .fixed--text-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 6.25vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(3.2%);
          transform: translateY(3.2%);
}

.content-intro .fixed--text-wrap .masking-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/lookbook-intro-typo-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.content-intro .fixed--text-wrap .masking-wrap:nth-of-type(2) {
  background-image: url("../images/lookbook-intro-typo-2.svg");
}

.content-intro .fixed--text-wrap .masking-wrap:nth-of-type(3) {
  background-image: url("../images/lookbook-intro-typo-3.svg");
}

.content-intro .fixed--text-wrap .masking-wrap:nth-of-type(4) {
  background-image: url("../images/lookbook-intro-typo-4.svg");
}

.content-intro .fixed--text-wrap .masking-wrap:nth-of-type(2) {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

.content-intro .fixed--text-wrap .masking-wrap:nth-of-type(3) {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.content-intro .fixed--text-wrap .masking-wrap:nth-of-type(4) {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.content-intro .fixed--text-wrap .fixed-title {
  position: relative;
  margin-top: auto;
  padding-bottom: 20%;
}

.content-intro .fixed--text-wrap .masking-text {
  line-height: 0.8;
}

.content-intro .fixed--text-wrap .fixed-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -.045em;
  line-height: 2.6rem;
  opacity: 0;
  text-align: right;
}

.content-lookbook-list {
  padding: 21vmax calc(6.25% - 5px) 10.41vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-lookbook-list .visual-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.content-lookbook-list .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}

.content-lookbook-list .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5px;
  opacity: 1;
}

.content-lookbook-list .text-num {
  font-size: 2.5rem;
}

.content-lookbook-list .grid .text-typo {
  position: relative;
  width: 67.14%;
  height: 0;
  margin: 18.11% 0 7.1%;
  padding-bottom: 26%;
}

.content-lookbook-list .grid .text-typo span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/lookbook-chic-typo-2-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(27%);
          transform: translateX(27%);
  opacity: 0;
}

.content-lookbook-list .grid .text-typo span:nth-of-type(2) {
  background-image: url(../images/lookbook-chic-typo-2-2.svg);
  -webkit-transform: translateX(-27%);
          transform: translateX(-27%);
}

.content-lookbook-list .text-description {
  color: #fff;
  font-family: 'Noto Sans';
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -.046em;
  opacity: 0;
}

.content-lookbook-list .grid.grid-dream .text-typo span:nth-of-type(1) {
  background-image: url("../images/lookbook-dream-typo-2-1.svg");
}

.content-lookbook-list .grid.grid-dream .text-typo span:nth-of-type(2) {
  background-image: url("../images/lookbook-dream-typo-2-2.svg");
}

.content-lookbook-list .grid.grid-pure .text-typo span:nth-of-type(1) {
  background-image: url("../images/lookbook-pure-typo-2-1.svg");
}

.content-lookbook-list .grid.grid-pure .text-typo span:nth-of-type(2) {
  background-image: url("../images/lookbook-pure-typo-2-2.svg");
}

.content-lookbook {
  padding-top: 10.4vw;
}

.loobkook-title-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% - 6.25vw);
  margin-left: auto;
  padding: 0 18.75vw ;
}

.loobkook-title-container .lookbook-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 25px;
  background-image: url(../images/lookbook-num-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.list-dream .lookbook-num {
  left: 1%;
  background-image: url(../images/lookbook-num-2.png);
}

.list-pure .lookbook-num {
  left: 0;
  background-image: url(../images/lookbook-num-3.png);
}

.lookbook-recommend {
  padding-bottom: 20.83vw;
}

.loobkook-title-container .lookbook-title {
  position: relative;
  width: 98.5%;
  height: 0;
  padding-bottom: 42%;
  z-index: 1;
  -webkit-transform: translateY(18%);
          transform: translateY(18%);
}

.loobkook-title-container .lookbook-title > span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.loobkook-title-container .lookbook-title > span svg {
  width: 100%;
  height: 100%;
}

.loobkook-title-container .lookbook-title > span svg path {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.list-chic .loobkook-title-container {
  margin-left: 0;
}

.list-chic .loobkook-title-container .lookbook-title {
  width: 72.5%;
  padding-bottom: 41.2%;
  margin-left: auto;
}

.list-dream .loobkook-title-container {
  margin-left: 0;
}

.list-dream .loobkook-title-container .lookbook-title {
  width: 90.3%;
  padding-bottom: 40.6%;
}

.list-dream .visual-snap {
  margin-left: unset;
  margin-right: auto;
}

.list-dream .visual-snap .lookbook-sub {
  text-align: left;
}

.list-dream .lookbook-snap.align-right .visual-snap {
  margin-left: auto !important;
  margin-right: unset !important;
}

.list-dream .lookbook-snap.align-right .visual-description {
  padding-left: 0;
  padding-right: 20%;
  text-align: right;
}

.content-promotion.content-promotion.promotion-lookbook .typo-image-wrap {
  width: 100%;
}

.content-promotion.promotion-lookbook .typo-image-wrap .typo-image {
  width: 95.4%;
}

.content-promotion.content-promotion.content-flower-garden .typo-image-wrap {
  width: 64%;
}

.content-promotion.content-muse .typo-image-wrap {
  width: 85.3%;
}

.content-promotion.content-muse .typo-image-wrap {
  width: 85.3%;
}

.content-promotion.promotion-lookbook .typo-image-wrap {
  width: 88%;
  margin-left: auto;
}

.content-promotion.promotion-lookbook .button-more__text {
  font-family: 'Noto Sans';
  font-weight: 400;
}

.lookbook-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.visual-snap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75%;
  padding: 0 6.25vw;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.visual-snap.align-left {
  margin-left: 0;
}

.visual-snap.align-left .visual-sub {
  left: auto;
  right: -5px;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: rotate(-90deg) translateX(100%);
          transform: rotate(-90deg) translateX(100%);
}

.visual-snap .visual-wrap {
  position: relative;
}

.visual-snap .visual-wrap img {
  width: 100%;
}

.visual-snap .visual-wrap .visual-container {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lookbook-sub {
  position: absolute;
  padding-left: 6.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: -.045em;
  opacity: 0;
}

.visual-description {
  padding-top: 8.5%;
  padding-bottom: 21%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  text-align: left;
  background-origin: border-box;
  color: #fff;
  font-family: 'Noto Sans';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: -.045em;
}

.visual-description .description-title {
  font-weight: 500;
  opacity: 0;
}

.visual-description span {
  display: block;
}

.visual-description .description-title + span {
  padding-top: 20px;
}

.visual-description.aligh-right {
  padding-right: 20%;
  text-align: right;
}

.visual-sub {
  position: absolute;
  bottom: 40px;
  left: -5px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -.016rem;
  line-height: 2.4rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.recommend-title {
  width: 75%;
  padding: 15.6% 6.25vw 3.125vw;
  margin-left: auto;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-family: 'Neue Haas Unica W01';
}

.recommend-title dt {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -.016em;
}

.recommend-title dd {
  padding-top: 12px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.016em;
  opacity: 0;
}

.recommend-item .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 68.75%;
  padding: 0 calc(6.25vw - 10px);
}

.recommend-item .grid-row.row-n4 {
  width: 87.5%;
}

.recommend-item .grid-row .grid {
  width: 33.333%;
  min-width: 280px;
  padding: 0 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

.recommend-item .grid-row .grid:nth-of-type(1) {
  -webkit-transform: translateY(14%);
          transform: translateY(14%);
}

.recommend-item .grid-row .grid:nth-of-type(2) {
  -webkit-transform: translateY(28%);
          transform: translateY(28%);
}

.recommend-item .grid-row .grid:nth-of-type(3) {
  -webkit-transform: translateY(42%);
          transform: translateY(42%);
}

.recommend-item .grid-row .grid:nth-of-type(4) {
  -webkit-transform: translateY(56%);
          transform: translateY(56%);
}

.recommend-item .grid-row .grid .grid-wrap {
  padding: 3.125vw;
}

.recommend-item .text--name span, .recommend-item .grid-row .text-wrap .text-title {
  font-size: 1.66vw;
  letter-spacing: -.03em;
}

.list-dream,
.list-pure {
  position: relative;
}

.list-dream .loobkook-title-container,
.list-pure .loobkook-title-container {
  padding-top: 7.8125vw;
}

.list-dream .lookbook-sub,
.list-pure .lookbook-sub {
  top: 0;
  right: 0;
  padding: 0 18.25vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.list-pure .lookbook-sub {
  right: auto;
  left: 0;
  text-align: left;
}

.fixed-title {
  width: 59.28%;
  height: 0;
  padding-bottom: 25.5%;
}

.sub-inner-menu .sub {
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.sub-inner-menu .sub::before,
.sub-inner-menu .sub::after {
  display: block;
  content: '';
  margin-top: 14px;
}

.sub-inner-menu .sub::after {
  margin-top: 0;
  margin-bottom: 30px;
}

.sub-inner-menu .sub a,
.sub-inner-menu .sub a > span,
.sub-inner-menu .sub button,
.sub-inner-menu .inner {
  display: block;
  padding: 4px 0;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -.03em;
  line-height: 2.4rem;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  text-align: left;
}

.sub-links .depth3-menu {
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
  background-color: #000;
}

.sub-links .depth3-menu a {
  pointer-events: none;
}

.sub-links .bar {
  height: 1px !important;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

.sub-inner-menu .sub-mobile .sub::after {
  margin: 0;
}

.sub-inner-menu .sub a > span {
  position: relative;
  display: inline-block;
  padding: 0 0 2px;
  line-height: normal;
}

header .sub-menu li .sub-link-group > a {
  padding-right: 35px;
}

.sub-menu .sub-link-group .sub {
  position: relative;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.sub-menu .sub-link-group .sub a {
  pointer-events: auto;
}

.sub-menu .sub-link-group.is-show .sub {
  pointer-events: auto;
}

.sub-menu .sub-link-group .sub .sub-inner {
  position: relative;
  min-width: 200px;
  padding: 12px 16px;
  margin-top: 12px;
  background-color: #000;
  border-radius: 6px;
}

.sub-menu .sub-link-group .sub .marker {
  position: absolute;
  top: 0;
  left: 15px;
  display: inline-block;
  width: 18px;
  height: 10px;
  background-image: url(../images/icon/marker.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.sub-menu .sub-link-group a {
  display: block;
  padding: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.016em;
  line-height: 2.4rem;
}

.sub-link .pointer {
  position: relative;
  display: inline-block;
  top: calc(50% - 3px);
  padding-left: 10px;
  width: 8px;
  height: 6px;
  background-image: url(../images/icon/pointer.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media screen and (max-width: 1366px) {
  .store-image .store-image_wrap {
    padding-bottom: 48.2%;
  }
}

@media screen and (max-width: 1024px) {
  .gradient-background {
    height: calc(100% - 1px) !important;
  }
}

@media (min-width: 769px) and (max-width: 1080px) {
  .grid-columns__product .grid:nth-of-type(4n-2) {
    margin-right: 10%;
  }
  .grid-columns__product .grid:nth-of-type(4n-1) {
    margin-left: calc(87.5vw - 604px);
  }
  .recommend-item .text--name span, .recommend-item .grid-row .text-wrap .text-title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1920px) {
  .content-lookbook-list {
    padding: 400px calc(6.25% - 5px) 400px;
  }
  .recommend-item .grid-row .grid .grid-wrap {
    padding: 60px;
  }
  .text--comingsoon p {
    font-size: 16rem;
  }
  .fixed--text-wrap .text--slogan {
    font-size: 4rem;
  }
  .text--name span,
  .grid-row .text-wrap .text-title {
    font-size: 6rem;
    letter-spacing: -0.03em;
  }
  .grid-row .grid-typo .text-wrap .text-title {
    font-size: 7rem;
    letter-spacing: -.03em;
    line-height: 7.5rem;
  }
  .grid-texture-typo .text-title-bottom {
    font-size: 8rem;
  }
  .text--option + .text--price {
    margin-top: 10px;
  }
  .color-chart p {
    font-size: 10rem;
  }
}

@media screen and (max-width: 1280px) {
  .text--name br {
    display: block;
  }
}

.is-mobile .scroller-proxy {
  width: 100vw;
  height: auto;
  overflow: hidden;
  pointer-events: auto !important;
}

.is-pointer-content.page-index .scroller-proxy {
  pointer-events: auto !important;
}

.is-pointer-content.page-index #main_key, .is-pointer-content.page-index .swiper-container {
  pointer-events: none !important;
}

.typo-promo img {
  opacity: 0;
}

.typo-flower .typo-character {
  background-image: url(../images/icon/typo-flower-2.svg);
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.promotion-lookbook .typo-promo .typo-character {
  background-image: url(../images/icon/typo-lookbook-2.svg);
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.typo-muse .typo-character {
  background-image: url(../images/icon/typo-muse-2.svg);
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.promotion-lookbook.content-promotion .visual-wrap {
  margin-left: 6.5vw;
  margin-right: 0;
}

.promotion-lookbook.content-promotion .text-sub__description {
  text-align: left;
}

.promotion-lookbook.content-promotion .button-more {
  margin-left: unset;
  margin-right: auto;
}

@media screen and (max-width: 850px) {
  header .sub-menu.st-left {
    padding-left: 2vw;
  }
  header .sub-menu li {
    margin: 0 8px;
  }
  header .sub-menu li a {
    padding: 10px 3px;
  }
}

.view-mobile {
  height: 0;
  font-size: 0 !important;
  text-align: right !important;
}

.list-pure .visual-snap.align-left .visual-wrap .visual-container {
  margin-top: 5.2%;
}

.snap-modify .lookbook-visual {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.snap-modify .visual-description {
  padding: 5.2% 18.75% 13%;
  text-align: right;
}

.visual-description .st-visible-mobile {
  display: block !important;
  visibility: hidden;
  height: 0;
}

.visual-description .st-visible-pc {
  display: block !important;
  visibility: visible;
  height: auto;
}

.sub-mobile {
  display: none;
}

.contents-wrap__product .typo-image-container .typo-image {
  height: 12.5vw;
  max-height: 237px;
  opacity: 0;
}

.typo-ampoule-essence .typo-image-container .typo-image,
.typo-emulsion-lotion .typo-image-container .typo-image,
.typo-toner-mist .typo-image-container .typo-image {
  height: 25vw;
  max-height: 474px;
}

@media screen and (max-width: 768px) {
  .grid-row.grid-columns_index .grid .grid-wrap {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .contents-wrap__index .typo-image {
    padding-bottom: 24px;
  }
  .sub-inner-menu .sub::before {
    margin-top: 6px;
  }
  .sub-inner-menu .sub a, .sub-inner-menu .sub a > span, .sub-inner-menu .sub button, .sub-inner-menu .inner {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.5rem;
  }
  .sub-mobile {
    display: block;
  }
  .muse-visual {
    margin-top: 30px;
  }
  .promotion-lookbook.content-promotion {
    margin: 200px auto 80px;
  }
  .promotion-lookbook.content-promotion .visual-wrap {
    margin: 0 auto !important;
  }
  .visual-description .st-visible-pc {
    display: block !important;
    visibility: hidden;
    height: 0;
  }
  .visual-description .st-visible-mobile {
    display: block !important;
    visibility: visible;
    height: auto;
  }
  .list-pure .recommend-item .grid-row .text-info span {
    margin-top: 4px;
  }
  .list-pure .visual-snap.align-left .visual-wrap .visual-container {
    margin-top: 0;
  }
  .snap-modify .visual-description {
    padding: 20px 20px 100px !important;
    text-align: left !important;
  }
  .view-mobile {
    display: block;
    height: auto;
    font-size: 1.3rem !important;
    line-height: 2.3rem;
    font-weight: 500;
    letter-spacing: -.045em;
  }
  .content-lookbook-list {
    margin-top: 140px;
  }
  .list-dream .loobkook-title-container .lookbook-title {
    width: 94.4%;
    padding-bottom: 44.3%;
  }
  .list-chic .loobkook-title-container .lookbook-title {
    width: 71.6%;
    padding-bottom: 42.5%;
  }
  .list-dream .lookbook-sub {
    text-align: left !important;
  }
  .recommend-item .text--name span, .recommend-item .grid-row .text-wrap .text-title {
    font-size: 1.6rem !important;
    min-height: unset !important;
  }
  .recommend-item .grid-row .text-wrap .text-option,
  .recommend-item .grid-row .text-wrap .text-option + .text-price {
    margin-top: 4px;
  }
  .recommend-item .grid-row .text-info span {
    font-size: 1.2rem;
  }
  .recommend-item .grid-row .text-wrap .text-category {
    font-size: 1rem;
  }
  .content-intro .fixed--text-wrap .masking-wrap:nth-of-type(2) {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .content-intro .fixed--text-wrap .masking-wrap:nth-of-type(3) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .content-intro .fixed--text-wrap .masking-wrap:nth-of-type(4) {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  .recommend-title {
    padding: 150px 20px 30px;
  }
  .recommend-item .grid-row.row-n4 {
    width: 100%;
  }
  .recommend-item .grid-row .grid {
    width: 33.333%;
    min-width: unset;
  }
  .recommend-item .grid-row .grid:nth-of-type(2), .recommend-item .grid-row .grid:nth-of-type(4) {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  .recommend-item .grid-row .grid:nth-of-type(1), .recommend-item .grid-row .grid:nth-of-type(3) {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  .recommend-item .grid-row .grid .grid-wrap {
    padding: 20px;
  }
  .store-list .text--wrap {
    width: calc(100% - 60px);
    padding: 0;
  }
  .store-list .text--wrap .text--sub {
    padding: 0;
  }
  #contact_us .main-title-wrap {
    padding: 0;
  }
  .content__store .text--wrap,
  .content__contact .main-title-wrap .text--wrap {
    padding: 0 20px;
  }
  .text--comingsoon {
    left: 30px;
    width: calc(100% - 60px);
    -webkit-transform: translateY(82.5%);
            transform: translateY(82.5%);
    font-size: 4rem;
    padding: 0;
  }
  .text--comingsoon p {
    padding: 0;
  }
  .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .grid-row .grid.grid-texture-typo .grid-wrap .visual-wrap {
    border-radius: 10px;
    overflow: hidden;
  }
  .card-lip .gradient-background {
    top: 0;
  }
  .page-index .swiper-container {
    pointer-events: auto;
    z-index: 2;
  }
  #main_key .swiper-container .dim {
    z-index: 4;
  }
  .page-index .scroller-proxy {
    pointer-events: none !important;
  }
  .page-index #main_key {
    pointer-events: auto;
  }
  .typo-own .typo-image .typo-character:nth-of-type(1) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .typo-own .typo-image .typo-character:nth-of-type(2) {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  #brand_story .st-lookbook.grid-columns {
    padding: 0 10px;
  }
  .contents-wrap__product .typo-image-container sup {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .typo-image .typo-character {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .grid-row .grid-typo .text-wrap .text-title {
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -.045em;
  }
  .grid-row .grid-typo.grid-texture-typo .text-wrap .text-title {
    font-size: 1.3rem;
    line-height: 2.3rem;
    letter-spacing: -.045em;
  }
  .grid-texture-typo .text-title-bottom {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -.04em;
  }
  .modify-order {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .st-detail .content .grid.x_image_translate .grid--image.grid-inner-video {
    padding-bottom: 100% !important;
  }
  .page-index::before {
    background-position: -50% 0%;
  }
  .footer-wrap .footer-information ul li .list-n2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mob-br {
    display: block;
  }
  .is-lock {
    overflow: hidden;
  }
  .sub-inner-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
  }
  .sub-inner-menu .grid-columns {
    overflow: hidden;
  }
  .is-lock .sub-inner-menu .grid-columns {
    overflow: auto;
  }
  #variaiton_list {
    display: block !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .variation--product {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #variaiton_list_n2 {
    display: none !important;
  }
  .st-visible-pc {
    display: none !important;
  }
  .st-visible-mobile {
    display: block !important;
  }
  header {
    width: 100vw;
    right: auto;
  }
  header .sub-inner-menu::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.01)));
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.01) 100%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header.is-active .sub-inner-menu::before {
    opacity: 1;
    height: 120px;
    -webkit-transition: opacity 100ms ease-in-out 600ms;
    transition: opacity 100ms ease-in-out 600ms;
  }
  header h1 a {
    padding: 25px 20px;
  }
  header .header--wrap {
    padding: 0;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    z-index: 4;
  }
  header .sub-menu.st-left {
    display: none;
  }
  header .button--store {
    top: 18px;
    margin-right: 10px;
    padding-right: 20px;
    -webkit-transform: none;
            transform: none;
  }
  header .button--store span {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  header .button--store .icon--arow {
    top: 15px;
    right: 5px;
    margin: 0;
  }
  header .button--menu {
    padding: 33px 20px 20px 5px;
    margin: 0;
  }
  header .button--menu div {
    width: 25px;
    height: 16px;
  }
  header .sub-menu.st-right {
    position: relative;
    z-index: 300;
  }
  .sub-inner-menu .grid-columns {
    height: 100vh;
    padding: 78px 20px 80px;
    overflow: auto;
    z-index: 100;
  }
  .sub-inner-menu .grid-columns .grid {
    margin-top: 72px;
    padding: 0;
  }
  header .header-background {
    height: 100vh !important;
    pointer-events: none;
  }
  .sub-inner-menu span {
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .sub-inner-menu li {
    padding: 5px 0;
  }
  .sub-inner-menu li,
  .sub-inner-menu li a {
    line-height: 1.2;
  }
  .sub-inner-menu li a {
    margin: 0;
    padding: 4px 0;
  }
  .sub-inner-menu .grid-columns .grid.lang--wrap {
    margin-left: inherit;
    padding-bottom: 82px;
  }
  .sub-inner-menu .grid-columns .grid.lang--wrap ul {
    margin-left: -8px;
  }
  .sub-inner-menu .lang--wrap li,
  .sub-inner-menu .lang--wrap li a {
    font-size: 1.3rem;
    line-height: 1;
    padding: 5px 4px;
  }
  .sub-inner-menu .lang--wrap li {
    padding: 0 4px;
  }
  .st-main .visual--wrap .grid-columns.st-category .grid {
    -webkit-transform: none !important;
            transform: none !important;
    width: 100%;
    padding: 2.775vw 5.55vw !important;
  }
  .st-main .grid-columns.st-category .grid:nth-of-type(3),
  .st-main .grid-columns.st-category.st-start-left .grid:nth-of-type(3) {
    -webkit-transform: none;
            transform: none;
  }
  #main_key .swiper-button-wrap {
    display: none;
  }
  #main_swipe .swiper-button-wrap {
    display: none;
  }
  .fixed--text-wrap .text--image {
    width: 65.83vw;
    padding-bottom: 29.957%;
  }
  .fixed--text-wrap .text--slogan {
    font-size: 1.4rem;
    -webkit-transform: translateX(14.1%);
            transform: translateX(14.1%);
  }
  #main_ci {
    width: calc(100% - 40px);
  }
  .grid-columns.st-category .grid .grid--text {
    top: auto !important;
    left: 25px;
    bottom: 25px !important;
    width: calc(100% - 50px);
    height: auto !important;
  }
  .st-category.grid-columns .grid .grid--text .text--name {
    margin: 6px 0;
    max-width: unset;
  }
  .st-category.grid-columns .grid .grid--text .text--name br {
    display: block;
  }
  .st-category.grid-columns .grid .grid--text div {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .st-main .text--wrap .text-container {
    padding: 0;
    margin-bottom: 8.33vw;
  }
  .st-main .text--wrap {
    padding: 0 20px;
  }
  .text--sub-title,
  .text--sub-title span {
    margin-bottom: 0;
    line-height: 2rem;
  }
  .text--sub {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .text--sub-title {
    margin-bottom: 10px;
  }
  .text-container .text--sub {
    padding-bottom: 50px;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .text-container .text--title .masking-text {
    padding-right: 4px;
    text-align: right;
  }
  .text-container .text--button .button--text {
    padding-right: 30px;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .st-main .text--title .text--split .split--image {
    width: auto;
    max-width: inherit;
    height: 7.34vh;
  }
  .st-main .text--title .text--split .split--image img {
    width: auto;
  }
  .text-container .text--title .masking-text sup {
    position: relative;
    font-size: 1.3rem;
  }
  .st-main {
    padding: 41.66vw 0 22.22vw;
  }
  #main_look {
    padding: 41.66vw 0 19.44vw;
  }
  .st-lookbook .grid-columns.st-category .grid .grid--wrap {
    padding-left: 24px;
  }
  .st-main.st-lookbook .grid-columns .grid.st-right .grid--wrap {
    padding-right: 24px;
  }
  .st-main.st-lookbook .grid-columns .grid .grid--text {
    height: 24px;
  }
  .st-main.st-lookbook .grid-columns .grid .grid--text span {
    text-indent: 0;
  }
  #main_look.st-main .visual--wrap .grid-columns.st-category .grid {
    padding: 8.33vw 5.55vw 8.33vw 1.11vw !important;
  }
  #main_look.st-main .visual--wrap .grid-columns.st-category .grid.st-right {
    padding: 8.33vw 1.11vw 8.33vw 5.55vw !important;
  }
  .st-main.st-lookbook .grid-columns .grid.st-right .grid--text span {
    text-indent: -20px;
  }
  .st-main .text--title span {
    margin-left: auto;
  }
  .st-text-left.st-main .text--title span {
    margin-left: inherit;
  }
  .text-container .text--button {
    height: 25px;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .text-container .text--button .button--arrow {
    width: 25px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-information {
    padding-bottom: 16px;
  }
  .footer-wrap {
    padding: 0 20px;
    letter-spacing: 0;
  }
  .footer-wrap .sns-wrap {
    padding: 10px 0 45px;
  }
  .footer-wrap .sns-wrap li {
    width: 36px;
    height: 36px;
    margin-right: 14px;
  }
  .footer-wrap .sns-wrap li a span {
    width: 26px;
    height: 26px;
  }
  .footer-wrap .footer-information ul {
    padding-bottom: 28px;
    opacity: 0;
  }
  .footer-wrap .footer-information ul.st-visible-mobile li span {
    display: block;
    padding-right: 0;
    letter-spacing: 0;
  }
  .footer-wrap .footer-information ul li span,
  .footer-wrap .footer-information ul li span a {
    font-size: 1.1rem;
    line-height: 1.8rem;
    vertical-align: top;
  }
  #product_keyvisual .key--text {
    padding: 0 40px;
  }
  #product_keyvisual .key--text .text--title .title-wrap {
    margin-top: 2rem;
  }
  .key--text .text--title .title-wrap .masking-text {
    padding-right: 0;
  }
  .key--text .text--title .title-wrap span {
    font-size: 3.5rem;
    letter-spacing: -0.1rem;
  }
  .st-detail {
    padding-top: 35.935vh;
    padding-bottom: 21.875vh;
  }
  .st-detail .content {
    padding: 0;
  }
  .st-detail .content .grid {
    padding: 5px 20px;
  }
  .st-detail .content.st-variation .grid-columns.n1 .grid--visual {
    padding: 13.88vw 0;
    margin-bottom: 0;
  }
  .st-detail .content.st-variation .grid-columns.n1 .visual--texture {
    width: 61.11vw;
    padding-bottom: 61.11vw;
  }
  .grid-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid-columns.st-none-half .grid.n1,
  .grid-columns.st-none-half .grid.n2 {
    width: 100%;
  }
  .variation--product {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: inherit;
    width: 100vw;
    -webkit-transform: none;
            transform: none;
  }
  .variation--product .button--link div {
    padding: 6.94vw 5.55vw;
    border: none;
    border-radius: 0;
  }
  .variation--product .button--link .product--links {
    padding: 5.55vw 4.166vw;
    border-radius: 0;
  }
  .is-picker-active .variation--product .button--link .select--product {
    border-radius: 0;
  }
  .variation--product .product--links ul li {
    margin-right: 5px;
  }
  .variation--product .product--links ul li a {
    width: 30px;
    height: 30px;
  }
  .variation--product .product--links ul li a span {
    width: 20px;
    height: 20px;
  }
  .variation--product .select--color {
    width: 20px;
    height: 20px;
  }
  .variation--product .select--name {
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .key--text .text--title .title-wrap .masking-wrap {
    margin-top: -2rem;
  }
  .key--text .text--button {
    padding: 0;
  }
  .key--text .text--title .text--price {
    display: block;
    padding-top: 8px;
    line-height: 2rem;
  }
  .key--text .text--title .text--price,
  .key--text .text--title .button--cart span {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .key--text .text--title .button--cart {
    padding: 0 10px 0 20px;
  }
  .key--text .text--title .button--cart .cart--icon {
    margin-top: -6px;
  }
  .key--text .text--title .button--cart .cart--text {
    padding-left: 3px;
  }
  #product_information .grid-columns.st-none-half {
    width: 100vw;
    padding: 5px 20px;
  }
  .st-detail .content .grid--text .grid.feature--typo span {
    font-size: 2.5rem;
  }
  .grid-columns.st-none-half .grid.n1 .grid--wrap {
    height: 0;
    padding-bottom: 100%;
  }
  .st-detail .content .grid--text .grid.feature--typo .masking-wrap:nth-of-type(2) {
    margin-top: -0.5rem;
  }
  .grid-columns.st-none-half .grid.n1 .grid--text {
    position: absolute;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    padding: 0;
  }
  .st-detail .content .grid--text .grid.feature--description ul li {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .st-detail .content .grid--text .grid {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .st-detail .content .grid.x_image_translate {
    padding: 0;
    margin: 5px auto;
    padding-bottom: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .st-detail .content .grid.x_image_translate .grid--wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  #product_information .grid-columns.st-none-half .grid.n2 .grid--text {
    padding: 0;
  }
  #product_information .grid,
  .information--wrap {
    padding: 0;
  }
  #product_information .grid-columns .grid--wrap {
    padding: 25px;
    width: 100%;
  }
  .information--wrap .info--wrap.info-warning {
    padding-bottom: 0;
  }
  #product_information .grid-columns.st-none-half .grid.n1 {
    padding-bottom: 50px;
  }
  #product_information .grid.n2 .grid--text .text--sub {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .information--wrap .info--wrap {
    padding: 40px 0;
  }
  .information--wrap .info--title {
    padding-bottom: 40px;
    font-size: 1.5rem;
  }
  .information--wrap .info-function .info--title {
    padding-bottom: 4.375vh;
  }
  .info-function dl {
    padding: 12px 0;
  }
  .info-function dl:last-of-type {
    padding-bottom: 0;
  }
  .info-function dt {
    padding-bottom: 4px;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .info-function dd {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .info-ingredients li {
    padding-bottom: 10px;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  #product_information .grid-columns.st-none-half .grid.n1 {
    padding: 58px 0 40px;
  }
  .info-product li {
    display: block;
  }
  .info-product li span {
    padding-bottom: 20px;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .info-warning li {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .st-product .st-main .text--wrap {
    padding: 0 20px;
  }
  .main-text__typo.typo-all {
    max-width: 90vw;
    margin: 0 auto;
  }
  .main-text__container .main-text__title .x_text-sub {
    width: 100%;
    margin: 0 0 60px;
    white-space: nowrap;
  }
  .main-text__typo.typo-all .typo-image {
    width: auto;
    height: auto;
  }
  .main-text__container .main-text__title {
    padding: 0 20px 0;
    max-width: 100vw;
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .main-text__title sup {
    font-size: 1.3rem;
    -webkit-transform: translateY(13%);
            transform: translateY(13%);
  }
  .text-sub {
    padding: 0 20px;
  }
  .text-sub__title {
    margin-bottom: 10px;
  }
  .text-sub__title,
  .text-sub__title span {
    font-size: 1.6rem;
    letter-spacing: -0.014rem;
  }
  .text-sub__description {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: -0.013rem;
  }
  .grid-columns__square {
    padding: 0 10px;
  }
  .grid-columns__product {
    margin-bottom: 140px;
  }
  .grid-columns__product .grid {
    width: 100%;
    min-width: inherit;
    padding: 10px;
    margin-bottom: 0;
  }
  .grid-columns__product .grid:nth-of-type(4n-2) {
    margin-right: inherit;
  }
  .grid-columns__product .grid:nth-of-type(4n-1) {
    margin-left: inherit;
  }
  .grid-columns__product .grid:nth-of-type(2n) {
    -webkit-transform: none;
            transform: none;
  }
  .text--name br {
    display: block;
  }
  .contents-wrap__product {
    padding-top: 180px;
  }
  .grid-columns_index .grid {
    min-width: inherit;
    min-height: inherit;
    width: 100%;
    padding: 10px !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .content__product .main-text {
    -webkit-transform: none;
            transform: none;
  }
  .contents-wrap__index .main-text__typo .typo-image svg,
  .contents-wrap__index .main-text__typo .typo-image img {
    width: auto;
  }
  .button-more__text {
    font-size: 1.3rem;
    line-height: 1;
  }
  .button-more__arrow {
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
  .st-lookbook.grid-columns {
    padding: 0 10px;
  }
  .st-lookbook.grid-columns .grid {
    width: 100%;
    min-width: inherit;
    min-height: inherit;
    padding: 20px 10px 20px 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .st-lookbook.grid-columns .grid .grid--wrap {
    padding-left: 18px;
  }
  .st-lookbook.grid-columns .grid.st-right .grid--wrap {
    padding-right: 18px;
  }
  .st-lookbook.grid-columns .grid .grid--text span {
    text-indent: 0;
    line-height: 3rem;
  }
  .visual-brand {
    margin-top: -10px;
  }
  .st-lookbook.grid-columns .grid.st-right .grid--text {
    right: -6px;
  }
  .st-lookbook.grid-columns .grid.st-right {
    padding: 30px 0 30px 10px !important;
  }
  #brand_typo {
    padding: 0;
    margin-top: -130px;
  }
  #brand_typo .typo-wrap {
    padding: 250px 20px 200px;
  }
  .content__beauty .text-container-beauty {
    padding-bottom: 50px;
  }
  .main-title-wrap,
  .x_single_text {
    padding: 0 20px;
  }
  .text--wrap {
    padding: 0;
    margin-top: 50px;
  }
  .typo-wrap .typo-list {
    padding: 30px 0;
  }
  .typo-wrap .typo-list:nth-of-type(1) {
    padding-top: 0;
  }
  .typo-wrap .typo-list .typo-list-number {
    padding-bottom: 4px;
    font-size: 1.3rem;
  }
  .typo-list .typo--description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  #brand_story {
    padding-top: 160px;
  }
  .typo-own .typo-image {
    width: 72.7vw;
    margin-top: 30px;
  }
  .typo-own .text--title {
    -webkit-transform: translateY(27.27%);
            transform: translateY(27.27%);
  }
  .content__contact .text--title {
    padding: 60px 0 8px;
  }
  .content__store .typo-image {
    margin-bottom: 40px;
  }
  #contact_us .content {
    padding: 90px 0 0;
  }
  #contact_us .text--wrap {
    margin-top: 90px;
  }
  #contact_us .text--sub br {
    display: block;
  }
  .sub-outlinks a {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .icon-outlink {
    width: 25px;
    height: 25px;
  }
  .text--wrap_links .text--sub-title {
    margin-bottom: 14px;
    font-size: 1.3rem;
    letter-spacing: -0.013rem;
    line-height: 1.8rem;
  }
  .store-image .store-image_wrap {
    padding-bottom: 129.4%;
  }
  .text--wrap_links .text--sub-title.text--sub-title_store {
    padding: 10px 0 5px;
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .store-image {
    width: calc(100% - 20px);
  }
  .store-list .text--wrap {
    left: 30px;
    bottom: 30px;
  }
  .store-list a {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .sub-outlinks {
    margin-bottom: 34px;
  }
  .grid-n1 .grid__wrap,
  .grid-n2 .grid__wrap,
  .grid-n3 .grid__wrap,
  .grid-n4 .grid__wrap,
  .grid-n5 .grid__wrap,
  .grid-n6 .grid__wrap {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .grid-columns__product .grid:nth-of-type(2n) .grid__wrap {
    -webkit-transform: none !important;
            transform: none !important;
  }
  header .outlink--inner {
    max-width: calc(100vw - 40px);
    min-width: 145px;
    right: -35px;
  }
  .outlink--inner ul {
    padding: 15px 20px;
    margin-top: 0;
  }
  .button-more {
    margin-top: 26px;
    margin-bottom: 40px;
  }
  .product-all .main-text__container .main-text__title {
    padding: 0 25px;
  }
  .content__beauty {
    -webkit-transform: translateY(-84px);
            transform: translateY(-84px);
  }
  .typo-beauty .typo-image {
    margin-bottom: 25px;
  }
  .content__Philosophy .text--wrap {
    margin-top: 100px;
  }
  .content__Philosophy .typo-image {
    margin: 50px 25px;
  }
  #brand_story .typo-image {
    height: auto !important;
    max-height: inherit !important;
  }
  #brand_story .typo-image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #brand_story .typo-image svg {
    width: 100%;
    height: auto;
  }
  .st-detail .content__recommend .grid-columns.st-none-half .grid .grid--wrap .grid--visual {
    width: 53.12%;
    height: 53.12%;
    top: 12.5%;
    bottom: initial;
  }
  .footer-wrap .footer-information ul li span:nth-of-type(1) {
    padding-right: 4px;
    vertical-align: bottom;
  }
  .family-site .family-site-text {
    font-size: 1.2rem;
  }
  #brand_story .typo-thats .typo-image {
    width: 50vw;
    margin-right: 0;
  }
  .typo-beauty .typo-image {
    width: 70.55vw;
  }
  #brand_typo .typo-curious .typo-image {
    width: 54.16vw;
  }
  #brand_typo .typo-open .typo-image {
    width: 38.05vw;
  }
  #brand_typo .typo-challenge .typo-image {
    width: 72.22vw;
  }
  .typo-best .typo-image {
    width: 30.55vw;
  }
  .typo-face .typo-image {
    width: 34.72vw;
  }
  .contents-wrap__product .typo-face .typo-image {
    width: calc(34.72vw + 30px);
  }
  .typo-thats .typo-image {
    width: 48.88vw;
  }
  .typo-lip .typo-image {
    width: 20.27vw;
    margin-left: auto;
  }
  .contents-wrap__product .typo-lip .typo-image {
    width: calc(20.27vw + 30px);
    margin-left: auto;
  }
  .typo-eye .typo-image {
    width: 25.83vw;
  }
  .contents-wrap__product .typo-eye .typo-image {
    width: calc(25.83vw + 30px);
  }
  .typo-skincare .typo-image {
    width: 62.5vw;
  }
  .contents-wrap__product .typo-skincare .typo-image {
    width: calc(62.5vw + 30px);
  }
  .typo-all .typo-image {
    width: 84.44vw;
  }
  .content__contact .typo-info {
    width: 64.4vw;
    min-width: unset;
  }
  .content__store .typo-image {
    width: 41.66vw;
  }
  .grid-columns__square .grid__wrap .grid__text,
  .grid-columns__square .grid__wrap .grid__visual {
    position: relative;
    z-index: 1;
  }
  .grid-columns__square .grid__wrap .grid-background {
    z-index: 0;
  }
  .grid-columns .grid .grid__wrap {
    padding: 30px;
  }
  .text--line {
    font-size: 1.3rem;
  }
  .text--name span {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
  }
  .text--name .masking-wrap:nth-of-type(2) {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  .text--name .masking-wrap:nth-of-type(3) {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  .text--name .masking-wrap:nth-of-type(4) {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  .text--info {
    margin-top: 5px;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .text--option + .text--price {
    padding-top: 15px;
  }
  .grid-columns__square .grid .grid__visual {
    padding: 20px;
  }
  .footer-list2 {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .footer-contact li .list-n3 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .content-cushion .has-grid-card .grid:nth-of-type(3n) {
    padding: 10px !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .content-cushion .has-grid-card .grid:nth-of-type(4n) {
    padding: 10px !important;
  }
  .contents-wrap__index .x_image--translate .grid__wrap {
    padding: 0;
  }
  .contents-wrap__index .x_image--translate .grid__wrap .grid__text {
    padding: 30px 30px 0;
  }
  .grid-card .button-product {
    width: 25px;
    height: 25px;
  }
  .grid-card .button-product::before,
  .grid-card .button-product::after {
    width: 9px;
    height: 2px;
  }
  .grid-columns .grid.grid-hya .grid__wrap {
    padding: 30px;
  }
  .text--name .masking-wrap:nth-of-type(2) {
    margin-top: -0.8rem;
  }
  .content.product-all,
  .content__thatsyou {
    margin-top: 250px;
  }
  .content-cushion.product-eye,
  .product-lip {
    margin-top: 0;
  }
  #contact_us .content.store-lmage-wrap {
    width: calc(100% - 20px);
  }
  #contact_us .content.store-lmage-wrap .store-image_wrap {
    border-radius: 16px;
  }
  .card-face .typo-gradient {
    width: 37.77%;
    min-width: 136px;
  }
  .card-lip .typo-gradient {
    width: 38.33%;
    min-width: 138px;
  }
  .grid-card .text--description {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  .card-skincare .typo-gradient {
    width: 43.61%;
    min-width: 150px;
  }
  .footer-wrap .footer-information ul li .list-n3 {
    line-height: normal !important;
  }
  .footer-contact li:last-of-type {
    line-height: 1.8rem;
  }
  .content__recommend .text--line,
  .content__recommend .text--name,
  .content__recommend .text--name span,
  .content__recommend .text--price {
    font-size: 1.3rem;
  }
  .grid-columns__product {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .sub-inner-menu li a span {
    opacity: 1 !important;
  }
  .st-detail .content.product_feature .grid.x_image_translate .grid--image {
    padding-bottom: calc(100% - 40px);
  }
  .product_feature #mainVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: 101%;
    -o-object-fit: unset;
       object-fit: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .content-cushion,
  .product-skincare,
  .product-all {
    margin-top: 0;
  }
  .st-detail .content .grid--text {
    padding: 25px;
  }
  .grid-square .grid--wrap {
    height: 0;
    padding-bottom: 100%;
  }
  .grid-square .grid--text {
    position: absolute !important;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px) !important;
    padding: 0 !important;
  }
  .grid-square-absolute img {
    position: absolute;
    width: 100%;
  }
  .st-detail .content .grid.x_image_translate .grid--image img {
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .grid-row {
    padding: 0 15px;
  }
  .grid-row .grid {
    width: 100% !important;
    padding: 5px;
  }
  .grid-row .grid.grid-max .visual-wrap {
    width: 100%;
  }
  .grid-row .grid .grid-wrap {
    padding: 40px;
  }
  .grid-row .grid .grid-wrap .visual-wrap {
    padding: 0;
  }
  .grid-row .text-wrap {
    padding-bottom: 40px;
  }
  .grid-row .text-wrap .text-category {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .grid-row .text-wrap .text-title {
    font-size: 2.5rem;
    min-height: 62px;
  }
  .grid-row .text-info span {
    font-size: 1.3rem;
  }
  .grid-row .grid-texture-typo .text-wrap .text-title {
    font-size: 1.3rem;
    line-height: 2.3rem;
    letter-spacing: -.045em;
  }
  .grid-row .text-wrap .text-option {
    margin-top: 10px;
  }
  .grid-row .text-wrap .text-option + .text-price {
    margin-top: 15px;
  }
  .fixed-background {
    z-index: -1;
  }
  .grid-row .grid {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .grid-intro .grid {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  .grid-row.grid-columns_index .grid {
    min-width: unset;
    min-height: unset;
  }
  .has-grid-card .grid:nth-of-type(3n),
  .grid-row.grid-columns_index .grid:nth-of-type(2n),
  .content-cushion .has-grid-card .grid:nth-of-type(4n) {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .grid.x_image-translate .grid-wrap .text-wrap {
    padding: 30px 30px 0;
  }
  .grid-card .text-description {
    padding-top: 28px;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  .main-text__container.text-right .main-text__title {
    padding: 0 20px;
  }
  .st-detail .content .grid--text .grid.feature--description ul li:nth-of-type(2) {
    padding-top: 25px;
  }
  .info-product li {
    display: block;
  }
  .info-product li span {
    display: inline-block;
  }
  .info-product li span:nth-of-type(1) {
    width: 33%;
    padding-right: 20px;
  }
  .info-product li span:nth-of-type(2) {
    width: 67%;
  }
  .content-promotion.content-flower-garden .typo-image-wrap {
    width: 47vw;
  }
  .content-promotion.promotion-lookbook .typo-image-wrap {
    width: 65vw;
  }
  .content-promotion .visual-wrap {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .content-promotion .button-more {
    padding: 0;
    width: calc(100vw - 40px);
    margin: 0 auto !important;
    text-align: right;
  }
  .content-promotion .main-text {
    margin-top: -7.4vw;
  }
  .content-promotion .main-text__title .typo-image-container {
    -webkit-transform: none;
            transform: none;
  }
  .content-promotion .main-text__container .main-text__title {
    overflow: auto !important;
    padding-bottom: 80px;
  }
  .contents-wrap__index footer {
    padding-top: 140px;
  }
  .color-chart svg {
    width: 48.53vw;
    height: 48.53vw;
  }
  .grid-row .grid-color-chart .text-wrap .text-title {
    min-height: 0;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -.025em;
  }
  .color-chart p {
    font-size: 5rem;
    letter-spacing: -.025em;
  }
  .grid-row .text-wrap .text-price {
    margin-top: 14px;
  }
  .content-lookbook-list {
    padding: 0 20px;
  }
  .content-lookbook-list .grid-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-lookbook-list .grid {
    padding: 0;
  }
  .content-lookbook-list .grid .text-typo {
    width: 84.375%;
    padding-bottom: 31.5%;
    margin: 20px 0 10px;
  }
  .content-lookbook-list .text-wrap {
    padding-bottom: 80px;
  }
  .visual-snap {
    width: 83.33%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .visual-sub {
    display: none;
  }
  .lookbook-list {
    position: relative;
  }
  .content-lookbook {
    padding-top: 140px;
  }
  .lookbook-list .lookbook-sub {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
    font-size: 1.3rem;
    line-height: 2.3rem;
    letter-spacing: -.045em;
    text-align: right;
  }
  .visual-description {
    padding: 30px 0 100px !important;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .recommend-item .grid-row {
    width: 100%;
    padding: 0 15px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recommend-item .grid-row .grid {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .list-dream .loobkook-title-container, .list-pure .loobkook-title-container {
    padding-top: 0;
  }
  .recommend-title dt {
    font-size: 1.6rem;
  }
  .recommend-title dd {
    font-size: 1.3rem;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .content-lookbook-list .text-description {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .loobkook-title-container .lookbook-num {
    height: 10px;
  }
  .recommend-item .grid-row .text-wrap {
    padding-bottom: 8px;
  }
  .content-intro .fixed--text-wrap {
    padding: 0 20px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-intro .fixed--text-wrap .fixed-description {
    padding-bottom: 100px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
  .content-intro .fixed--text-wrap .fixed-title {
    width: 100%;
    padding-bottom: 38%;
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
  .loobkook-title-container {
    width: 100%;
    padding: 0 20px;
  }
  .lookbook-recommend {
    padding-bottom: 210px;
  }
  .contents-wrap__product .typo-image-container .typo-image {
    height: 62px;
    max-height: unset;
  }
  .typo-ampoule-essence .typo-image-container .typo-image,
  .typo-emulsion-lotion .typo-image-container .typo-image,
  .typo-toner-mist .typo-image-container .typo-image {
    height: 124px;
  }
}

.content__thatsyou .text-sub .text-sub__description {
  font-family: 'Noto Sans';
}

@media (min-width: 769px) and (max-width: 1342px) {
  .recommend-item .grid-row .grid .grid-wrap {
    padding: 30px 25px;
  }
  .recommend-item .grid-row {
    width: 100vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recommend-item .grid-row.row-n4 {
    width: 100vw;
  }
  .recommend-item .grid-row .grid {
    width: 33.333%;
  }
  .recommend-item .grid-row .grid:nth-of-type(1) {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  .recommend-item .grid-row .grid:nth-of-type(2) {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  .recommend-item .grid-row .grid:nth-of-type(3) {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
  .recommend-item .grid-row .grid:nth-of-type(4) {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@media screen and (min-width: 2560px) {
  .grid-columns.st-category .grid .grid--text {
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
  }
  .st-detail .content .grid--text .grid.feature--typo span {
    display: block;
    font-size: 8rem;
    font-weight: 700;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  header {
    width: 100%;
  }
}

mask path {
  fill: #fff;
  stroke: none;
}

@-webkit-keyframes gradient_rotate_face {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(0deg, #f29f79, #ddb9a2, #a97650);
  }
  1% {
    background: linear-gradient(3.6deg, #f29f79, #ddb9a2, #a97650);
  }
  2% {
    background: linear-gradient(7.2deg, #f29f79, #ddb9a2, #a97650);
  }
  3% {
    background: linear-gradient(10.8deg, #f29f79, #ddb9a2, #a97650);
  }
  4% {
    background: linear-gradient(14.4deg, #f29f79, #ddb9a2, #a97650);
  }
  5% {
    background: linear-gradient(18deg, #f29f79, #ddb9a2, #a97650);
  }
  6% {
    background: linear-gradient(21.6deg, #f29f79, #ddb9a2, #a97650);
  }
  7% {
    background: linear-gradient(25.2deg, #f29f79, #ddb9a2, #a97650);
  }
  8% {
    background: linear-gradient(28.8deg, #f29f79, #ddb9a2, #a97650);
  }
  9% {
    background: linear-gradient(32.4deg, #f29f79, #ddb9a2, #a97650);
  }
  10% {
    background: linear-gradient(36deg, #f29f79, #ddb9a2, #a97650);
  }
  11% {
    background: linear-gradient(39.6deg, #f29f79, #ddb9a2, #a97650);
  }
  12% {
    background: linear-gradient(43.2deg, #f29f79, #ddb9a2, #a97650);
  }
  13% {
    background: linear-gradient(46.8deg, #f29f79, #ddb9a2, #a97650);
  }
  14% {
    background: linear-gradient(50.4deg, #f29f79, #ddb9a2, #a97650);
  }
  15% {
    background: linear-gradient(54deg, #f29f79, #ddb9a2, #a97650);
  }
  16% {
    background: linear-gradient(57.6deg, #f29f79, #ddb9a2, #a97650);
  }
  17% {
    background: linear-gradient(61.2deg, #f29f79, #ddb9a2, #a97650);
  }
  18% {
    background: linear-gradient(64.8deg, #f29f79, #ddb9a2, #a97650);
  }
  19% {
    background: linear-gradient(68.4deg, #f29f79, #ddb9a2, #a97650);
  }
  20% {
    background: linear-gradient(72deg, #f29f79, #ddb9a2, #a97650);
  }
  21% {
    background: linear-gradient(75.6deg, #f29f79, #ddb9a2, #a97650);
  }
  22% {
    background: linear-gradient(79.2deg, #f29f79, #ddb9a2, #a97650);
  }
  23% {
    background: linear-gradient(82.8deg, #f29f79, #ddb9a2, #a97650);
  }
  24% {
    background: linear-gradient(86.4deg, #f29f79, #ddb9a2, #a97650);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(90deg, #f29f79, #ddb9a2, #a97650);
  }
  26% {
    background: linear-gradient(93.6deg, #f29f79, #ddb9a2, #a97650);
  }
  27% {
    background: linear-gradient(97.2deg, #f29f79, #ddb9a2, #a97650);
  }
  28% {
    background: linear-gradient(100.8deg, #f29f79, #ddb9a2, #a97650);
  }
  29% {
    background: linear-gradient(104.4deg, #f29f79, #ddb9a2, #a97650);
  }
  30% {
    background: linear-gradient(108deg, #f29f79, #ddb9a2, #a97650);
  }
  31% {
    background: linear-gradient(111.6deg, #f29f79, #ddb9a2, #a97650);
  }
  32% {
    background: linear-gradient(115.2deg, #f29f79, #ddb9a2, #a97650);
  }
  33% {
    background: linear-gradient(118.8deg, #f29f79, #ddb9a2, #a97650);
  }
  34% {
    background: linear-gradient(122.4deg, #f29f79, #ddb9a2, #a97650);
  }
  35% {
    background: linear-gradient(126deg, #f29f79, #ddb9a2, #a97650);
  }
  36% {
    background: linear-gradient(129.6deg, #f29f79, #ddb9a2, #a97650);
  }
  37% {
    background: linear-gradient(133.2deg, #f29f79, #ddb9a2, #a97650);
  }
  38% {
    background: linear-gradient(136.8deg, #f29f79, #ddb9a2, #a97650);
  }
  39% {
    background: linear-gradient(140.4deg, #f29f79, #ddb9a2, #a97650);
  }
  40% {
    background: linear-gradient(144deg, #f29f79, #ddb9a2, #a97650);
  }
  41% {
    background: linear-gradient(147.6deg, #f29f79, #ddb9a2, #a97650);
  }
  42% {
    background: linear-gradient(151.2deg, #f29f79, #ddb9a2, #a97650);
  }
  43% {
    background: linear-gradient(154.8deg, #f29f79, #ddb9a2, #a97650);
  }
  44% {
    background: linear-gradient(158.4deg, #f29f79, #ddb9a2, #a97650);
  }
  45% {
    background: linear-gradient(162deg, #f29f79, #ddb9a2, #a97650);
  }
  46% {
    background: linear-gradient(165.6deg, #f29f79, #ddb9a2, #a97650);
  }
  47% {
    background: linear-gradient(169.2deg, #f29f79, #ddb9a2, #a97650);
  }
  48% {
    background: linear-gradient(172.8deg, #f29f79, #ddb9a2, #a97650);
  }
  49% {
    background: linear-gradient(176.4deg, #f29f79, #ddb9a2, #a97650);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(180deg, #f29f79, #ddb9a2, #a97650);
  }
  51% {
    background: linear-gradient(183.6deg, #f29f79, #ddb9a2, #a97650);
  }
  52% {
    background: linear-gradient(187.2deg, #f29f79, #ddb9a2, #a97650);
  }
  53% {
    background: linear-gradient(190.8deg, #f29f79, #ddb9a2, #a97650);
  }
  54% {
    background: linear-gradient(194.4deg, #f29f79, #ddb9a2, #a97650);
  }
  55% {
    background: linear-gradient(198deg, #f29f79, #ddb9a2, #a97650);
  }
  56% {
    background: linear-gradient(201.6deg, #f29f79, #ddb9a2, #a97650);
  }
  57% {
    background: linear-gradient(205.2deg, #f29f79, #ddb9a2, #a97650);
  }
  58% {
    background: linear-gradient(208.8deg, #f29f79, #ddb9a2, #a97650);
  }
  59% {
    background: linear-gradient(212.4deg, #f29f79, #ddb9a2, #a97650);
  }
  60% {
    background: linear-gradient(216deg, #f29f79, #ddb9a2, #a97650);
  }
  61% {
    background: linear-gradient(219.6deg, #f29f79, #ddb9a2, #a97650);
  }
  62% {
    background: linear-gradient(223.2deg, #f29f79, #ddb9a2, #a97650);
  }
  63% {
    background: linear-gradient(226.8deg, #f29f79, #ddb9a2, #a97650);
  }
  64% {
    background: linear-gradient(230.4deg, #f29f79, #ddb9a2, #a97650);
  }
  65% {
    background: linear-gradient(234deg, #f29f79, #ddb9a2, #a97650);
  }
  66% {
    background: linear-gradient(237.6deg, #f29f79, #ddb9a2, #a97650);
  }
  67% {
    background: linear-gradient(241.2deg, #f29f79, #ddb9a2, #a97650);
  }
  68% {
    background: linear-gradient(244.8deg, #f29f79, #ddb9a2, #a97650);
  }
  69% {
    background: linear-gradient(248.4deg, #f29f79, #ddb9a2, #a97650);
  }
  70% {
    background: linear-gradient(252deg, #f29f79, #ddb9a2, #a97650);
  }
  71% {
    background: linear-gradient(255.6deg, #f29f79, #ddb9a2, #a97650);
  }
  72% {
    background: linear-gradient(259.2deg, #f29f79, #ddb9a2, #a97650);
  }
  73% {
    background: linear-gradient(262.8deg, #f29f79, #ddb9a2, #a97650);
  }
  74% {
    background: linear-gradient(266.4deg, #f29f79, #ddb9a2, #a97650);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(270deg, #f29f79, #ddb9a2, #a97650);
  }
  76% {
    background: linear-gradient(273.6deg, #f29f79, #ddb9a2, #a97650);
  }
  77% {
    background: linear-gradient(277.2deg, #f29f79, #ddb9a2, #a97650);
  }
  78% {
    background: linear-gradient(280.8deg, #f29f79, #ddb9a2, #a97650);
  }
  79% {
    background: linear-gradient(284.4deg, #f29f79, #ddb9a2, #a97650);
  }
  80% {
    background: linear-gradient(288deg, #f29f79, #ddb9a2, #a97650);
  }
  81% {
    background: linear-gradient(291.6deg, #f29f79, #ddb9a2, #a97650);
  }
  82% {
    background: linear-gradient(295.2deg, #f29f79, #ddb9a2, #a97650);
  }
  83% {
    background: linear-gradient(298.8deg, #f29f79, #ddb9a2, #a97650);
  }
  84% {
    background: linear-gradient(302.4deg, #f29f79, #ddb9a2, #a97650);
  }
  85% {
    background: linear-gradient(306deg, #f29f79, #ddb9a2, #a97650);
  }
  86% {
    background: linear-gradient(309.6deg, #f29f79, #ddb9a2, #a97650);
  }
  87% {
    background: linear-gradient(313.2deg, #f29f79, #ddb9a2, #a97650);
  }
  88% {
    background: linear-gradient(316.8deg, #f29f79, #ddb9a2, #a97650);
  }
  89% {
    background: linear-gradient(320.4deg, #f29f79, #ddb9a2, #a97650);
  }
  90% {
    background: linear-gradient(324deg, #f29f79, #ddb9a2, #a97650);
  }
  91% {
    background: linear-gradient(327.6deg, #f29f79, #ddb9a2, #a97650);
  }
  92% {
    background: linear-gradient(331.2deg, #f29f79, #ddb9a2, #a97650);
  }
  93% {
    background: linear-gradient(334.8deg, #f29f79, #ddb9a2, #a97650);
  }
  94% {
    background: linear-gradient(338.4deg, #f29f79, #ddb9a2, #a97650);
  }
  95% {
    background: linear-gradient(342deg, #f29f79, #ddb9a2, #a97650);
  }
  96% {
    background: linear-gradient(345.6deg, #f29f79, #ddb9a2, #a97650);
  }
  97% {
    background: linear-gradient(349.2deg, #f29f79, #ddb9a2, #a97650);
  }
  98% {
    background: linear-gradient(352.8deg, #f29f79, #ddb9a2, #a97650);
  }
  99% {
    background: linear-gradient(356.4deg, #f29f79, #ddb9a2, #a97650);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(360deg, #f29f79, #ddb9a2, #a97650);
  }
}

@keyframes gradient_rotate_face {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(0deg, #f29f79, #ddb9a2, #a97650);
  }
  1% {
    background: linear-gradient(3.6deg, #f29f79, #ddb9a2, #a97650);
  }
  2% {
    background: linear-gradient(7.2deg, #f29f79, #ddb9a2, #a97650);
  }
  3% {
    background: linear-gradient(10.8deg, #f29f79, #ddb9a2, #a97650);
  }
  4% {
    background: linear-gradient(14.4deg, #f29f79, #ddb9a2, #a97650);
  }
  5% {
    background: linear-gradient(18deg, #f29f79, #ddb9a2, #a97650);
  }
  6% {
    background: linear-gradient(21.6deg, #f29f79, #ddb9a2, #a97650);
  }
  7% {
    background: linear-gradient(25.2deg, #f29f79, #ddb9a2, #a97650);
  }
  8% {
    background: linear-gradient(28.8deg, #f29f79, #ddb9a2, #a97650);
  }
  9% {
    background: linear-gradient(32.4deg, #f29f79, #ddb9a2, #a97650);
  }
  10% {
    background: linear-gradient(36deg, #f29f79, #ddb9a2, #a97650);
  }
  11% {
    background: linear-gradient(39.6deg, #f29f79, #ddb9a2, #a97650);
  }
  12% {
    background: linear-gradient(43.2deg, #f29f79, #ddb9a2, #a97650);
  }
  13% {
    background: linear-gradient(46.8deg, #f29f79, #ddb9a2, #a97650);
  }
  14% {
    background: linear-gradient(50.4deg, #f29f79, #ddb9a2, #a97650);
  }
  15% {
    background: linear-gradient(54deg, #f29f79, #ddb9a2, #a97650);
  }
  16% {
    background: linear-gradient(57.6deg, #f29f79, #ddb9a2, #a97650);
  }
  17% {
    background: linear-gradient(61.2deg, #f29f79, #ddb9a2, #a97650);
  }
  18% {
    background: linear-gradient(64.8deg, #f29f79, #ddb9a2, #a97650);
  }
  19% {
    background: linear-gradient(68.4deg, #f29f79, #ddb9a2, #a97650);
  }
  20% {
    background: linear-gradient(72deg, #f29f79, #ddb9a2, #a97650);
  }
  21% {
    background: linear-gradient(75.6deg, #f29f79, #ddb9a2, #a97650);
  }
  22% {
    background: linear-gradient(79.2deg, #f29f79, #ddb9a2, #a97650);
  }
  23% {
    background: linear-gradient(82.8deg, #f29f79, #ddb9a2, #a97650);
  }
  24% {
    background: linear-gradient(86.4deg, #f29f79, #ddb9a2, #a97650);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(90deg, #f29f79, #ddb9a2, #a97650);
  }
  26% {
    background: linear-gradient(93.6deg, #f29f79, #ddb9a2, #a97650);
  }
  27% {
    background: linear-gradient(97.2deg, #f29f79, #ddb9a2, #a97650);
  }
  28% {
    background: linear-gradient(100.8deg, #f29f79, #ddb9a2, #a97650);
  }
  29% {
    background: linear-gradient(104.4deg, #f29f79, #ddb9a2, #a97650);
  }
  30% {
    background: linear-gradient(108deg, #f29f79, #ddb9a2, #a97650);
  }
  31% {
    background: linear-gradient(111.6deg, #f29f79, #ddb9a2, #a97650);
  }
  32% {
    background: linear-gradient(115.2deg, #f29f79, #ddb9a2, #a97650);
  }
  33% {
    background: linear-gradient(118.8deg, #f29f79, #ddb9a2, #a97650);
  }
  34% {
    background: linear-gradient(122.4deg, #f29f79, #ddb9a2, #a97650);
  }
  35% {
    background: linear-gradient(126deg, #f29f79, #ddb9a2, #a97650);
  }
  36% {
    background: linear-gradient(129.6deg, #f29f79, #ddb9a2, #a97650);
  }
  37% {
    background: linear-gradient(133.2deg, #f29f79, #ddb9a2, #a97650);
  }
  38% {
    background: linear-gradient(136.8deg, #f29f79, #ddb9a2, #a97650);
  }
  39% {
    background: linear-gradient(140.4deg, #f29f79, #ddb9a2, #a97650);
  }
  40% {
    background: linear-gradient(144deg, #f29f79, #ddb9a2, #a97650);
  }
  41% {
    background: linear-gradient(147.6deg, #f29f79, #ddb9a2, #a97650);
  }
  42% {
    background: linear-gradient(151.2deg, #f29f79, #ddb9a2, #a97650);
  }
  43% {
    background: linear-gradient(154.8deg, #f29f79, #ddb9a2, #a97650);
  }
  44% {
    background: linear-gradient(158.4deg, #f29f79, #ddb9a2, #a97650);
  }
  45% {
    background: linear-gradient(162deg, #f29f79, #ddb9a2, #a97650);
  }
  46% {
    background: linear-gradient(165.6deg, #f29f79, #ddb9a2, #a97650);
  }
  47% {
    background: linear-gradient(169.2deg, #f29f79, #ddb9a2, #a97650);
  }
  48% {
    background: linear-gradient(172.8deg, #f29f79, #ddb9a2, #a97650);
  }
  49% {
    background: linear-gradient(176.4deg, #f29f79, #ddb9a2, #a97650);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(180deg, #f29f79, #ddb9a2, #a97650);
  }
  51% {
    background: linear-gradient(183.6deg, #f29f79, #ddb9a2, #a97650);
  }
  52% {
    background: linear-gradient(187.2deg, #f29f79, #ddb9a2, #a97650);
  }
  53% {
    background: linear-gradient(190.8deg, #f29f79, #ddb9a2, #a97650);
  }
  54% {
    background: linear-gradient(194.4deg, #f29f79, #ddb9a2, #a97650);
  }
  55% {
    background: linear-gradient(198deg, #f29f79, #ddb9a2, #a97650);
  }
  56% {
    background: linear-gradient(201.6deg, #f29f79, #ddb9a2, #a97650);
  }
  57% {
    background: linear-gradient(205.2deg, #f29f79, #ddb9a2, #a97650);
  }
  58% {
    background: linear-gradient(208.8deg, #f29f79, #ddb9a2, #a97650);
  }
  59% {
    background: linear-gradient(212.4deg, #f29f79, #ddb9a2, #a97650);
  }
  60% {
    background: linear-gradient(216deg, #f29f79, #ddb9a2, #a97650);
  }
  61% {
    background: linear-gradient(219.6deg, #f29f79, #ddb9a2, #a97650);
  }
  62% {
    background: linear-gradient(223.2deg, #f29f79, #ddb9a2, #a97650);
  }
  63% {
    background: linear-gradient(226.8deg, #f29f79, #ddb9a2, #a97650);
  }
  64% {
    background: linear-gradient(230.4deg, #f29f79, #ddb9a2, #a97650);
  }
  65% {
    background: linear-gradient(234deg, #f29f79, #ddb9a2, #a97650);
  }
  66% {
    background: linear-gradient(237.6deg, #f29f79, #ddb9a2, #a97650);
  }
  67% {
    background: linear-gradient(241.2deg, #f29f79, #ddb9a2, #a97650);
  }
  68% {
    background: linear-gradient(244.8deg, #f29f79, #ddb9a2, #a97650);
  }
  69% {
    background: linear-gradient(248.4deg, #f29f79, #ddb9a2, #a97650);
  }
  70% {
    background: linear-gradient(252deg, #f29f79, #ddb9a2, #a97650);
  }
  71% {
    background: linear-gradient(255.6deg, #f29f79, #ddb9a2, #a97650);
  }
  72% {
    background: linear-gradient(259.2deg, #f29f79, #ddb9a2, #a97650);
  }
  73% {
    background: linear-gradient(262.8deg, #f29f79, #ddb9a2, #a97650);
  }
  74% {
    background: linear-gradient(266.4deg, #f29f79, #ddb9a2, #a97650);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(270deg, #f29f79, #ddb9a2, #a97650);
  }
  76% {
    background: linear-gradient(273.6deg, #f29f79, #ddb9a2, #a97650);
  }
  77% {
    background: linear-gradient(277.2deg, #f29f79, #ddb9a2, #a97650);
  }
  78% {
    background: linear-gradient(280.8deg, #f29f79, #ddb9a2, #a97650);
  }
  79% {
    background: linear-gradient(284.4deg, #f29f79, #ddb9a2, #a97650);
  }
  80% {
    background: linear-gradient(288deg, #f29f79, #ddb9a2, #a97650);
  }
  81% {
    background: linear-gradient(291.6deg, #f29f79, #ddb9a2, #a97650);
  }
  82% {
    background: linear-gradient(295.2deg, #f29f79, #ddb9a2, #a97650);
  }
  83% {
    background: linear-gradient(298.8deg, #f29f79, #ddb9a2, #a97650);
  }
  84% {
    background: linear-gradient(302.4deg, #f29f79, #ddb9a2, #a97650);
  }
  85% {
    background: linear-gradient(306deg, #f29f79, #ddb9a2, #a97650);
  }
  86% {
    background: linear-gradient(309.6deg, #f29f79, #ddb9a2, #a97650);
  }
  87% {
    background: linear-gradient(313.2deg, #f29f79, #ddb9a2, #a97650);
  }
  88% {
    background: linear-gradient(316.8deg, #f29f79, #ddb9a2, #a97650);
  }
  89% {
    background: linear-gradient(320.4deg, #f29f79, #ddb9a2, #a97650);
  }
  90% {
    background: linear-gradient(324deg, #f29f79, #ddb9a2, #a97650);
  }
  91% {
    background: linear-gradient(327.6deg, #f29f79, #ddb9a2, #a97650);
  }
  92% {
    background: linear-gradient(331.2deg, #f29f79, #ddb9a2, #a97650);
  }
  93% {
    background: linear-gradient(334.8deg, #f29f79, #ddb9a2, #a97650);
  }
  94% {
    background: linear-gradient(338.4deg, #f29f79, #ddb9a2, #a97650);
  }
  95% {
    background: linear-gradient(342deg, #f29f79, #ddb9a2, #a97650);
  }
  96% {
    background: linear-gradient(345.6deg, #f29f79, #ddb9a2, #a97650);
  }
  97% {
    background: linear-gradient(349.2deg, #f29f79, #ddb9a2, #a97650);
  }
  98% {
    background: linear-gradient(352.8deg, #f29f79, #ddb9a2, #a97650);
  }
  99% {
    background: linear-gradient(356.4deg, #f29f79, #ddb9a2, #a97650);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#f29f79), color-stop(#ddb9a2), to(#a97650));
    background: linear-gradient(360deg, #f29f79, #ddb9a2, #a97650);
  }
}

@-webkit-keyframes gradient_rotate_lip {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(0deg, #e8a69d, #e18580, #d75053);
  }
  1% {
    background: linear-gradient(3.6deg, #e8a69d, #e18580, #d75053);
  }
  2% {
    background: linear-gradient(7.2deg, #e8a69d, #e18580, #d75053);
  }
  3% {
    background: linear-gradient(10.8deg, #e8a69d, #e18580, #d75053);
  }
  4% {
    background: linear-gradient(14.4deg, #e8a69d, #e18580, #d75053);
  }
  5% {
    background: linear-gradient(18deg, #e8a69d, #e18580, #d75053);
  }
  6% {
    background: linear-gradient(21.6deg, #e8a69d, #e18580, #d75053);
  }
  7% {
    background: linear-gradient(25.2deg, #e8a69d, #e18580, #d75053);
  }
  8% {
    background: linear-gradient(28.8deg, #e8a69d, #e18580, #d75053);
  }
  9% {
    background: linear-gradient(32.4deg, #e8a69d, #e18580, #d75053);
  }
  10% {
    background: linear-gradient(36deg, #e8a69d, #e18580, #d75053);
  }
  11% {
    background: linear-gradient(39.6deg, #e8a69d, #e18580, #d75053);
  }
  12% {
    background: linear-gradient(43.2deg, #e8a69d, #e18580, #d75053);
  }
  13% {
    background: linear-gradient(46.8deg, #e8a69d, #e18580, #d75053);
  }
  14% {
    background: linear-gradient(50.4deg, #e8a69d, #e18580, #d75053);
  }
  15% {
    background: linear-gradient(54deg, #e8a69d, #e18580, #d75053);
  }
  16% {
    background: linear-gradient(57.6deg, #e8a69d, #e18580, #d75053);
  }
  17% {
    background: linear-gradient(61.2deg, #e8a69d, #e18580, #d75053);
  }
  18% {
    background: linear-gradient(64.8deg, #e8a69d, #e18580, #d75053);
  }
  19% {
    background: linear-gradient(68.4deg, #e8a69d, #e18580, #d75053);
  }
  20% {
    background: linear-gradient(72deg, #e8a69d, #e18580, #d75053);
  }
  21% {
    background: linear-gradient(75.6deg, #e8a69d, #e18580, #d75053);
  }
  22% {
    background: linear-gradient(79.2deg, #e8a69d, #e18580, #d75053);
  }
  23% {
    background: linear-gradient(82.8deg, #e8a69d, #e18580, #d75053);
  }
  24% {
    background: linear-gradient(86.4deg, #e8a69d, #e18580, #d75053);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(90deg, #e8a69d, #e18580, #d75053);
  }
  26% {
    background: linear-gradient(93.6deg, #e8a69d, #e18580, #d75053);
  }
  27% {
    background: linear-gradient(97.2deg, #e8a69d, #e18580, #d75053);
  }
  28% {
    background: linear-gradient(100.8deg, #e8a69d, #e18580, #d75053);
  }
  29% {
    background: linear-gradient(104.4deg, #e8a69d, #e18580, #d75053);
  }
  30% {
    background: linear-gradient(108deg, #e8a69d, #e18580, #d75053);
  }
  31% {
    background: linear-gradient(111.6deg, #e8a69d, #e18580, #d75053);
  }
  32% {
    background: linear-gradient(115.2deg, #e8a69d, #e18580, #d75053);
  }
  33% {
    background: linear-gradient(118.8deg, #e8a69d, #e18580, #d75053);
  }
  34% {
    background: linear-gradient(122.4deg, #e8a69d, #e18580, #d75053);
  }
  35% {
    background: linear-gradient(126deg, #e8a69d, #e18580, #d75053);
  }
  36% {
    background: linear-gradient(129.6deg, #e8a69d, #e18580, #d75053);
  }
  37% {
    background: linear-gradient(133.2deg, #e8a69d, #e18580, #d75053);
  }
  38% {
    background: linear-gradient(136.8deg, #e8a69d, #e18580, #d75053);
  }
  39% {
    background: linear-gradient(140.4deg, #e8a69d, #e18580, #d75053);
  }
  40% {
    background: linear-gradient(144deg, #e8a69d, #e18580, #d75053);
  }
  41% {
    background: linear-gradient(147.6deg, #e8a69d, #e18580, #d75053);
  }
  42% {
    background: linear-gradient(151.2deg, #e8a69d, #e18580, #d75053);
  }
  43% {
    background: linear-gradient(154.8deg, #e8a69d, #e18580, #d75053);
  }
  44% {
    background: linear-gradient(158.4deg, #e8a69d, #e18580, #d75053);
  }
  45% {
    background: linear-gradient(162deg, #e8a69d, #e18580, #d75053);
  }
  46% {
    background: linear-gradient(165.6deg, #e8a69d, #e18580, #d75053);
  }
  47% {
    background: linear-gradient(169.2deg, #e8a69d, #e18580, #d75053);
  }
  48% {
    background: linear-gradient(172.8deg, #e8a69d, #e18580, #d75053);
  }
  49% {
    background: linear-gradient(176.4deg, #e8a69d, #e18580, #d75053);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(180deg, #e8a69d, #e18580, #d75053);
  }
  51% {
    background: linear-gradient(183.6deg, #e8a69d, #e18580, #d75053);
  }
  52% {
    background: linear-gradient(187.2deg, #e8a69d, #e18580, #d75053);
  }
  53% {
    background: linear-gradient(190.8deg, #e8a69d, #e18580, #d75053);
  }
  54% {
    background: linear-gradient(194.4deg, #e8a69d, #e18580, #d75053);
  }
  55% {
    background: linear-gradient(198deg, #e8a69d, #e18580, #d75053);
  }
  56% {
    background: linear-gradient(201.6deg, #e8a69d, #e18580, #d75053);
  }
  57% {
    background: linear-gradient(205.2deg, #e8a69d, #e18580, #d75053);
  }
  58% {
    background: linear-gradient(208.8deg, #e8a69d, #e18580, #d75053);
  }
  59% {
    background: linear-gradient(212.4deg, #e8a69d, #e18580, #d75053);
  }
  60% {
    background: linear-gradient(216deg, #e8a69d, #e18580, #d75053);
  }
  61% {
    background: linear-gradient(219.6deg, #e8a69d, #e18580, #d75053);
  }
  62% {
    background: linear-gradient(223.2deg, #e8a69d, #e18580, #d75053);
  }
  63% {
    background: linear-gradient(226.8deg, #e8a69d, #e18580, #d75053);
  }
  64% {
    background: linear-gradient(230.4deg, #e8a69d, #e18580, #d75053);
  }
  65% {
    background: linear-gradient(234deg, #e8a69d, #e18580, #d75053);
  }
  66% {
    background: linear-gradient(237.6deg, #e8a69d, #e18580, #d75053);
  }
  67% {
    background: linear-gradient(241.2deg, #e8a69d, #e18580, #d75053);
  }
  68% {
    background: linear-gradient(244.8deg, #e8a69d, #e18580, #d75053);
  }
  69% {
    background: linear-gradient(248.4deg, #e8a69d, #e18580, #d75053);
  }
  70% {
    background: linear-gradient(252deg, #e8a69d, #e18580, #d75053);
  }
  71% {
    background: linear-gradient(255.6deg, #e8a69d, #e18580, #d75053);
  }
  72% {
    background: linear-gradient(259.2deg, #e8a69d, #e18580, #d75053);
  }
  73% {
    background: linear-gradient(262.8deg, #e8a69d, #e18580, #d75053);
  }
  74% {
    background: linear-gradient(266.4deg, #e8a69d, #e18580, #d75053);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(270deg, #e8a69d, #e18580, #d75053);
  }
  76% {
    background: linear-gradient(273.6deg, #e8a69d, #e18580, #d75053);
  }
  77% {
    background: linear-gradient(277.2deg, #e8a69d, #e18580, #d75053);
  }
  78% {
    background: linear-gradient(280.8deg, #e8a69d, #e18580, #d75053);
  }
  79% {
    background: linear-gradient(284.4deg, #e8a69d, #e18580, #d75053);
  }
  80% {
    background: linear-gradient(288deg, #e8a69d, #e18580, #d75053);
  }
  81% {
    background: linear-gradient(291.6deg, #e8a69d, #e18580, #d75053);
  }
  82% {
    background: linear-gradient(295.2deg, #e8a69d, #e18580, #d75053);
  }
  83% {
    background: linear-gradient(298.8deg, #e8a69d, #e18580, #d75053);
  }
  84% {
    background: linear-gradient(302.4deg, #e8a69d, #e18580, #d75053);
  }
  85% {
    background: linear-gradient(306deg, #e8a69d, #e18580, #d75053);
  }
  86% {
    background: linear-gradient(309.6deg, #e8a69d, #e18580, #d75053);
  }
  87% {
    background: linear-gradient(313.2deg, #e8a69d, #e18580, #d75053);
  }
  88% {
    background: linear-gradient(316.8deg, #e8a69d, #e18580, #d75053);
  }
  89% {
    background: linear-gradient(320.4deg, #e8a69d, #e18580, #d75053);
  }
  90% {
    background: linear-gradient(324deg, #e8a69d, #e18580, #d75053);
  }
  91% {
    background: linear-gradient(327.6deg, #e8a69d, #e18580, #d75053);
  }
  92% {
    background: linear-gradient(331.2deg, #e8a69d, #e18580, #d75053);
  }
  93% {
    background: linear-gradient(334.8deg, #e8a69d, #e18580, #d75053);
  }
  94% {
    background: linear-gradient(338.4deg, #e8a69d, #e18580, #d75053);
  }
  95% {
    background: linear-gradient(342deg, #e8a69d, #e18580, #d75053);
  }
  96% {
    background: linear-gradient(345.6deg, #e8a69d, #e18580, #d75053);
  }
  97% {
    background: linear-gradient(349.2deg, #e8a69d, #e18580, #d75053);
  }
  98% {
    background: linear-gradient(352.8deg, #e8a69d, #e18580, #d75053);
  }
  99% {
    background: linear-gradient(356.4deg, #e8a69d, #e18580, #d75053);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(360deg, #e8a69d, #e18580, #d75053);
  }
}

@keyframes gradient_rotate_lip {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(0deg, #e8a69d, #e18580, #d75053);
  }
  1% {
    background: linear-gradient(3.6deg, #e8a69d, #e18580, #d75053);
  }
  2% {
    background: linear-gradient(7.2deg, #e8a69d, #e18580, #d75053);
  }
  3% {
    background: linear-gradient(10.8deg, #e8a69d, #e18580, #d75053);
  }
  4% {
    background: linear-gradient(14.4deg, #e8a69d, #e18580, #d75053);
  }
  5% {
    background: linear-gradient(18deg, #e8a69d, #e18580, #d75053);
  }
  6% {
    background: linear-gradient(21.6deg, #e8a69d, #e18580, #d75053);
  }
  7% {
    background: linear-gradient(25.2deg, #e8a69d, #e18580, #d75053);
  }
  8% {
    background: linear-gradient(28.8deg, #e8a69d, #e18580, #d75053);
  }
  9% {
    background: linear-gradient(32.4deg, #e8a69d, #e18580, #d75053);
  }
  10% {
    background: linear-gradient(36deg, #e8a69d, #e18580, #d75053);
  }
  11% {
    background: linear-gradient(39.6deg, #e8a69d, #e18580, #d75053);
  }
  12% {
    background: linear-gradient(43.2deg, #e8a69d, #e18580, #d75053);
  }
  13% {
    background: linear-gradient(46.8deg, #e8a69d, #e18580, #d75053);
  }
  14% {
    background: linear-gradient(50.4deg, #e8a69d, #e18580, #d75053);
  }
  15% {
    background: linear-gradient(54deg, #e8a69d, #e18580, #d75053);
  }
  16% {
    background: linear-gradient(57.6deg, #e8a69d, #e18580, #d75053);
  }
  17% {
    background: linear-gradient(61.2deg, #e8a69d, #e18580, #d75053);
  }
  18% {
    background: linear-gradient(64.8deg, #e8a69d, #e18580, #d75053);
  }
  19% {
    background: linear-gradient(68.4deg, #e8a69d, #e18580, #d75053);
  }
  20% {
    background: linear-gradient(72deg, #e8a69d, #e18580, #d75053);
  }
  21% {
    background: linear-gradient(75.6deg, #e8a69d, #e18580, #d75053);
  }
  22% {
    background: linear-gradient(79.2deg, #e8a69d, #e18580, #d75053);
  }
  23% {
    background: linear-gradient(82.8deg, #e8a69d, #e18580, #d75053);
  }
  24% {
    background: linear-gradient(86.4deg, #e8a69d, #e18580, #d75053);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(90deg, #e8a69d, #e18580, #d75053);
  }
  26% {
    background: linear-gradient(93.6deg, #e8a69d, #e18580, #d75053);
  }
  27% {
    background: linear-gradient(97.2deg, #e8a69d, #e18580, #d75053);
  }
  28% {
    background: linear-gradient(100.8deg, #e8a69d, #e18580, #d75053);
  }
  29% {
    background: linear-gradient(104.4deg, #e8a69d, #e18580, #d75053);
  }
  30% {
    background: linear-gradient(108deg, #e8a69d, #e18580, #d75053);
  }
  31% {
    background: linear-gradient(111.6deg, #e8a69d, #e18580, #d75053);
  }
  32% {
    background: linear-gradient(115.2deg, #e8a69d, #e18580, #d75053);
  }
  33% {
    background: linear-gradient(118.8deg, #e8a69d, #e18580, #d75053);
  }
  34% {
    background: linear-gradient(122.4deg, #e8a69d, #e18580, #d75053);
  }
  35% {
    background: linear-gradient(126deg, #e8a69d, #e18580, #d75053);
  }
  36% {
    background: linear-gradient(129.6deg, #e8a69d, #e18580, #d75053);
  }
  37% {
    background: linear-gradient(133.2deg, #e8a69d, #e18580, #d75053);
  }
  38% {
    background: linear-gradient(136.8deg, #e8a69d, #e18580, #d75053);
  }
  39% {
    background: linear-gradient(140.4deg, #e8a69d, #e18580, #d75053);
  }
  40% {
    background: linear-gradient(144deg, #e8a69d, #e18580, #d75053);
  }
  41% {
    background: linear-gradient(147.6deg, #e8a69d, #e18580, #d75053);
  }
  42% {
    background: linear-gradient(151.2deg, #e8a69d, #e18580, #d75053);
  }
  43% {
    background: linear-gradient(154.8deg, #e8a69d, #e18580, #d75053);
  }
  44% {
    background: linear-gradient(158.4deg, #e8a69d, #e18580, #d75053);
  }
  45% {
    background: linear-gradient(162deg, #e8a69d, #e18580, #d75053);
  }
  46% {
    background: linear-gradient(165.6deg, #e8a69d, #e18580, #d75053);
  }
  47% {
    background: linear-gradient(169.2deg, #e8a69d, #e18580, #d75053);
  }
  48% {
    background: linear-gradient(172.8deg, #e8a69d, #e18580, #d75053);
  }
  49% {
    background: linear-gradient(176.4deg, #e8a69d, #e18580, #d75053);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(180deg, #e8a69d, #e18580, #d75053);
  }
  51% {
    background: linear-gradient(183.6deg, #e8a69d, #e18580, #d75053);
  }
  52% {
    background: linear-gradient(187.2deg, #e8a69d, #e18580, #d75053);
  }
  53% {
    background: linear-gradient(190.8deg, #e8a69d, #e18580, #d75053);
  }
  54% {
    background: linear-gradient(194.4deg, #e8a69d, #e18580, #d75053);
  }
  55% {
    background: linear-gradient(198deg, #e8a69d, #e18580, #d75053);
  }
  56% {
    background: linear-gradient(201.6deg, #e8a69d, #e18580, #d75053);
  }
  57% {
    background: linear-gradient(205.2deg, #e8a69d, #e18580, #d75053);
  }
  58% {
    background: linear-gradient(208.8deg, #e8a69d, #e18580, #d75053);
  }
  59% {
    background: linear-gradient(212.4deg, #e8a69d, #e18580, #d75053);
  }
  60% {
    background: linear-gradient(216deg, #e8a69d, #e18580, #d75053);
  }
  61% {
    background: linear-gradient(219.6deg, #e8a69d, #e18580, #d75053);
  }
  62% {
    background: linear-gradient(223.2deg, #e8a69d, #e18580, #d75053);
  }
  63% {
    background: linear-gradient(226.8deg, #e8a69d, #e18580, #d75053);
  }
  64% {
    background: linear-gradient(230.4deg, #e8a69d, #e18580, #d75053);
  }
  65% {
    background: linear-gradient(234deg, #e8a69d, #e18580, #d75053);
  }
  66% {
    background: linear-gradient(237.6deg, #e8a69d, #e18580, #d75053);
  }
  67% {
    background: linear-gradient(241.2deg, #e8a69d, #e18580, #d75053);
  }
  68% {
    background: linear-gradient(244.8deg, #e8a69d, #e18580, #d75053);
  }
  69% {
    background: linear-gradient(248.4deg, #e8a69d, #e18580, #d75053);
  }
  70% {
    background: linear-gradient(252deg, #e8a69d, #e18580, #d75053);
  }
  71% {
    background: linear-gradient(255.6deg, #e8a69d, #e18580, #d75053);
  }
  72% {
    background: linear-gradient(259.2deg, #e8a69d, #e18580, #d75053);
  }
  73% {
    background: linear-gradient(262.8deg, #e8a69d, #e18580, #d75053);
  }
  74% {
    background: linear-gradient(266.4deg, #e8a69d, #e18580, #d75053);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(270deg, #e8a69d, #e18580, #d75053);
  }
  76% {
    background: linear-gradient(273.6deg, #e8a69d, #e18580, #d75053);
  }
  77% {
    background: linear-gradient(277.2deg, #e8a69d, #e18580, #d75053);
  }
  78% {
    background: linear-gradient(280.8deg, #e8a69d, #e18580, #d75053);
  }
  79% {
    background: linear-gradient(284.4deg, #e8a69d, #e18580, #d75053);
  }
  80% {
    background: linear-gradient(288deg, #e8a69d, #e18580, #d75053);
  }
  81% {
    background: linear-gradient(291.6deg, #e8a69d, #e18580, #d75053);
  }
  82% {
    background: linear-gradient(295.2deg, #e8a69d, #e18580, #d75053);
  }
  83% {
    background: linear-gradient(298.8deg, #e8a69d, #e18580, #d75053);
  }
  84% {
    background: linear-gradient(302.4deg, #e8a69d, #e18580, #d75053);
  }
  85% {
    background: linear-gradient(306deg, #e8a69d, #e18580, #d75053);
  }
  86% {
    background: linear-gradient(309.6deg, #e8a69d, #e18580, #d75053);
  }
  87% {
    background: linear-gradient(313.2deg, #e8a69d, #e18580, #d75053);
  }
  88% {
    background: linear-gradient(316.8deg, #e8a69d, #e18580, #d75053);
  }
  89% {
    background: linear-gradient(320.4deg, #e8a69d, #e18580, #d75053);
  }
  90% {
    background: linear-gradient(324deg, #e8a69d, #e18580, #d75053);
  }
  91% {
    background: linear-gradient(327.6deg, #e8a69d, #e18580, #d75053);
  }
  92% {
    background: linear-gradient(331.2deg, #e8a69d, #e18580, #d75053);
  }
  93% {
    background: linear-gradient(334.8deg, #e8a69d, #e18580, #d75053);
  }
  94% {
    background: linear-gradient(338.4deg, #e8a69d, #e18580, #d75053);
  }
  95% {
    background: linear-gradient(342deg, #e8a69d, #e18580, #d75053);
  }
  96% {
    background: linear-gradient(345.6deg, #e8a69d, #e18580, #d75053);
  }
  97% {
    background: linear-gradient(349.2deg, #e8a69d, #e18580, #d75053);
  }
  98% {
    background: linear-gradient(352.8deg, #e8a69d, #e18580, #d75053);
  }
  99% {
    background: linear-gradient(356.4deg, #e8a69d, #e18580, #d75053);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e8a69d), color-stop(#e18580), to(#d75053));
    background: linear-gradient(360deg, #e8a69d, #e18580, #d75053);
  }
}

@-webkit-keyframes gradient_rotate_skincare {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(0deg, #e6c8bd, #fdc982, #d77970);
  }
  1% {
    background: linear-gradient(3.6deg, #e6c8bd, #fdc982, #d77970);
  }
  2% {
    background: linear-gradient(7.2deg, #e6c8bd, #fdc982, #d77970);
  }
  3% {
    background: linear-gradient(10.8deg, #e6c8bd, #fdc982, #d77970);
  }
  4% {
    background: linear-gradient(14.4deg, #e6c8bd, #fdc982, #d77970);
  }
  5% {
    background: linear-gradient(18deg, #e6c8bd, #fdc982, #d77970);
  }
  6% {
    background: linear-gradient(21.6deg, #e6c8bd, #fdc982, #d77970);
  }
  7% {
    background: linear-gradient(25.2deg, #e6c8bd, #fdc982, #d77970);
  }
  8% {
    background: linear-gradient(28.8deg, #e6c8bd, #fdc982, #d77970);
  }
  9% {
    background: linear-gradient(32.4deg, #e6c8bd, #fdc982, #d77970);
  }
  10% {
    background: linear-gradient(36deg, #e6c8bd, #fdc982, #d77970);
  }
  11% {
    background: linear-gradient(39.6deg, #e6c8bd, #fdc982, #d77970);
  }
  12% {
    background: linear-gradient(43.2deg, #e6c8bd, #fdc982, #d77970);
  }
  13% {
    background: linear-gradient(46.8deg, #e6c8bd, #fdc982, #d77970);
  }
  14% {
    background: linear-gradient(50.4deg, #e6c8bd, #fdc982, #d77970);
  }
  15% {
    background: linear-gradient(54deg, #e6c8bd, #fdc982, #d77970);
  }
  16% {
    background: linear-gradient(57.6deg, #e6c8bd, #fdc982, #d77970);
  }
  17% {
    background: linear-gradient(61.2deg, #e6c8bd, #fdc982, #d77970);
  }
  18% {
    background: linear-gradient(64.8deg, #e6c8bd, #fdc982, #d77970);
  }
  19% {
    background: linear-gradient(68.4deg, #e6c8bd, #fdc982, #d77970);
  }
  20% {
    background: linear-gradient(72deg, #e6c8bd, #fdc982, #d77970);
  }
  21% {
    background: linear-gradient(75.6deg, #e6c8bd, #fdc982, #d77970);
  }
  22% {
    background: linear-gradient(79.2deg, #e6c8bd, #fdc982, #d77970);
  }
  23% {
    background: linear-gradient(82.8deg, #e6c8bd, #fdc982, #d77970);
  }
  24% {
    background: linear-gradient(86.4deg, #e6c8bd, #fdc982, #d77970);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(90deg, #e6c8bd, #fdc982, #d77970);
  }
  26% {
    background: linear-gradient(93.6deg, #e6c8bd, #fdc982, #d77970);
  }
  27% {
    background: linear-gradient(97.2deg, #e6c8bd, #fdc982, #d77970);
  }
  28% {
    background: linear-gradient(100.8deg, #e6c8bd, #fdc982, #d77970);
  }
  29% {
    background: linear-gradient(104.4deg, #e6c8bd, #fdc982, #d77970);
  }
  30% {
    background: linear-gradient(108deg, #e6c8bd, #fdc982, #d77970);
  }
  31% {
    background: linear-gradient(111.6deg, #e6c8bd, #fdc982, #d77970);
  }
  32% {
    background: linear-gradient(115.2deg, #e6c8bd, #fdc982, #d77970);
  }
  33% {
    background: linear-gradient(118.8deg, #e6c8bd, #fdc982, #d77970);
  }
  34% {
    background: linear-gradient(122.4deg, #e6c8bd, #fdc982, #d77970);
  }
  35% {
    background: linear-gradient(126deg, #e6c8bd, #fdc982, #d77970);
  }
  36% {
    background: linear-gradient(129.6deg, #e6c8bd, #fdc982, #d77970);
  }
  37% {
    background: linear-gradient(133.2deg, #e6c8bd, #fdc982, #d77970);
  }
  38% {
    background: linear-gradient(136.8deg, #e6c8bd, #fdc982, #d77970);
  }
  39% {
    background: linear-gradient(140.4deg, #e6c8bd, #fdc982, #d77970);
  }
  40% {
    background: linear-gradient(144deg, #e6c8bd, #fdc982, #d77970);
  }
  41% {
    background: linear-gradient(147.6deg, #e6c8bd, #fdc982, #d77970);
  }
  42% {
    background: linear-gradient(151.2deg, #e6c8bd, #fdc982, #d77970);
  }
  43% {
    background: linear-gradient(154.8deg, #e6c8bd, #fdc982, #d77970);
  }
  44% {
    background: linear-gradient(158.4deg, #e6c8bd, #fdc982, #d77970);
  }
  45% {
    background: linear-gradient(162deg, #e6c8bd, #fdc982, #d77970);
  }
  46% {
    background: linear-gradient(165.6deg, #e6c8bd, #fdc982, #d77970);
  }
  47% {
    background: linear-gradient(169.2deg, #e6c8bd, #fdc982, #d77970);
  }
  48% {
    background: linear-gradient(172.8deg, #e6c8bd, #fdc982, #d77970);
  }
  49% {
    background: linear-gradient(176.4deg, #e6c8bd, #fdc982, #d77970);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(180deg, #e6c8bd, #fdc982, #d77970);
  }
  51% {
    background: linear-gradient(183.6deg, #e6c8bd, #fdc982, #d77970);
  }
  52% {
    background: linear-gradient(187.2deg, #e6c8bd, #fdc982, #d77970);
  }
  53% {
    background: linear-gradient(190.8deg, #e6c8bd, #fdc982, #d77970);
  }
  54% {
    background: linear-gradient(194.4deg, #e6c8bd, #fdc982, #d77970);
  }
  55% {
    background: linear-gradient(198deg, #e6c8bd, #fdc982, #d77970);
  }
  56% {
    background: linear-gradient(201.6deg, #e6c8bd, #fdc982, #d77970);
  }
  57% {
    background: linear-gradient(205.2deg, #e6c8bd, #fdc982, #d77970);
  }
  58% {
    background: linear-gradient(208.8deg, #e6c8bd, #fdc982, #d77970);
  }
  59% {
    background: linear-gradient(212.4deg, #e6c8bd, #fdc982, #d77970);
  }
  60% {
    background: linear-gradient(216deg, #e6c8bd, #fdc982, #d77970);
  }
  61% {
    background: linear-gradient(219.6deg, #e6c8bd, #fdc982, #d77970);
  }
  62% {
    background: linear-gradient(223.2deg, #e6c8bd, #fdc982, #d77970);
  }
  63% {
    background: linear-gradient(226.8deg, #e6c8bd, #fdc982, #d77970);
  }
  64% {
    background: linear-gradient(230.4deg, #e6c8bd, #fdc982, #d77970);
  }
  65% {
    background: linear-gradient(234deg, #e6c8bd, #fdc982, #d77970);
  }
  66% {
    background: linear-gradient(237.6deg, #e6c8bd, #fdc982, #d77970);
  }
  67% {
    background: linear-gradient(241.2deg, #e6c8bd, #fdc982, #d77970);
  }
  68% {
    background: linear-gradient(244.8deg, #e6c8bd, #fdc982, #d77970);
  }
  69% {
    background: linear-gradient(248.4deg, #e6c8bd, #fdc982, #d77970);
  }
  70% {
    background: linear-gradient(252deg, #e6c8bd, #fdc982, #d77970);
  }
  71% {
    background: linear-gradient(255.6deg, #e6c8bd, #fdc982, #d77970);
  }
  72% {
    background: linear-gradient(259.2deg, #e6c8bd, #fdc982, #d77970);
  }
  73% {
    background: linear-gradient(262.8deg, #e6c8bd, #fdc982, #d77970);
  }
  74% {
    background: linear-gradient(266.4deg, #e6c8bd, #fdc982, #d77970);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(270deg, #e6c8bd, #fdc982, #d77970);
  }
  76% {
    background: linear-gradient(273.6deg, #e6c8bd, #fdc982, #d77970);
  }
  77% {
    background: linear-gradient(277.2deg, #e6c8bd, #fdc982, #d77970);
  }
  78% {
    background: linear-gradient(280.8deg, #e6c8bd, #fdc982, #d77970);
  }
  79% {
    background: linear-gradient(284.4deg, #e6c8bd, #fdc982, #d77970);
  }
  80% {
    background: linear-gradient(288deg, #e6c8bd, #fdc982, #d77970);
  }
  81% {
    background: linear-gradient(291.6deg, #e6c8bd, #fdc982, #d77970);
  }
  82% {
    background: linear-gradient(295.2deg, #e6c8bd, #fdc982, #d77970);
  }
  83% {
    background: linear-gradient(298.8deg, #e6c8bd, #fdc982, #d77970);
  }
  84% {
    background: linear-gradient(302.4deg, #e6c8bd, #fdc982, #d77970);
  }
  85% {
    background: linear-gradient(306deg, #e6c8bd, #fdc982, #d77970);
  }
  86% {
    background: linear-gradient(309.6deg, #e6c8bd, #fdc982, #d77970);
  }
  87% {
    background: linear-gradient(313.2deg, #e6c8bd, #fdc982, #d77970);
  }
  88% {
    background: linear-gradient(316.8deg, #e6c8bd, #fdc982, #d77970);
  }
  89% {
    background: linear-gradient(320.4deg, #e6c8bd, #fdc982, #d77970);
  }
  90% {
    background: linear-gradient(324deg, #e6c8bd, #fdc982, #d77970);
  }
  91% {
    background: linear-gradient(327.6deg, #e6c8bd, #fdc982, #d77970);
  }
  92% {
    background: linear-gradient(331.2deg, #e6c8bd, #fdc982, #d77970);
  }
  93% {
    background: linear-gradient(334.8deg, #e6c8bd, #fdc982, #d77970);
  }
  94% {
    background: linear-gradient(338.4deg, #e6c8bd, #fdc982, #d77970);
  }
  95% {
    background: linear-gradient(342deg, #e6c8bd, #fdc982, #d77970);
  }
  96% {
    background: linear-gradient(345.6deg, #e6c8bd, #fdc982, #d77970);
  }
  97% {
    background: linear-gradient(349.2deg, #e6c8bd, #fdc982, #d77970);
  }
  98% {
    background: linear-gradient(352.8deg, #e6c8bd, #fdc982, #d77970);
  }
  99% {
    background: linear-gradient(356.4deg, #e6c8bd, #fdc982, #d77970);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(360deg, #e6c8bd, #fdc982, #d77970);
  }
}

@keyframes gradient_rotate_skincare {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(0deg, #e6c8bd, #fdc982, #d77970);
  }
  1% {
    background: linear-gradient(3.6deg, #e6c8bd, #fdc982, #d77970);
  }
  2% {
    background: linear-gradient(7.2deg, #e6c8bd, #fdc982, #d77970);
  }
  3% {
    background: linear-gradient(10.8deg, #e6c8bd, #fdc982, #d77970);
  }
  4% {
    background: linear-gradient(14.4deg, #e6c8bd, #fdc982, #d77970);
  }
  5% {
    background: linear-gradient(18deg, #e6c8bd, #fdc982, #d77970);
  }
  6% {
    background: linear-gradient(21.6deg, #e6c8bd, #fdc982, #d77970);
  }
  7% {
    background: linear-gradient(25.2deg, #e6c8bd, #fdc982, #d77970);
  }
  8% {
    background: linear-gradient(28.8deg, #e6c8bd, #fdc982, #d77970);
  }
  9% {
    background: linear-gradient(32.4deg, #e6c8bd, #fdc982, #d77970);
  }
  10% {
    background: linear-gradient(36deg, #e6c8bd, #fdc982, #d77970);
  }
  11% {
    background: linear-gradient(39.6deg, #e6c8bd, #fdc982, #d77970);
  }
  12% {
    background: linear-gradient(43.2deg, #e6c8bd, #fdc982, #d77970);
  }
  13% {
    background: linear-gradient(46.8deg, #e6c8bd, #fdc982, #d77970);
  }
  14% {
    background: linear-gradient(50.4deg, #e6c8bd, #fdc982, #d77970);
  }
  15% {
    background: linear-gradient(54deg, #e6c8bd, #fdc982, #d77970);
  }
  16% {
    background: linear-gradient(57.6deg, #e6c8bd, #fdc982, #d77970);
  }
  17% {
    background: linear-gradient(61.2deg, #e6c8bd, #fdc982, #d77970);
  }
  18% {
    background: linear-gradient(64.8deg, #e6c8bd, #fdc982, #d77970);
  }
  19% {
    background: linear-gradient(68.4deg, #e6c8bd, #fdc982, #d77970);
  }
  20% {
    background: linear-gradient(72deg, #e6c8bd, #fdc982, #d77970);
  }
  21% {
    background: linear-gradient(75.6deg, #e6c8bd, #fdc982, #d77970);
  }
  22% {
    background: linear-gradient(79.2deg, #e6c8bd, #fdc982, #d77970);
  }
  23% {
    background: linear-gradient(82.8deg, #e6c8bd, #fdc982, #d77970);
  }
  24% {
    background: linear-gradient(86.4deg, #e6c8bd, #fdc982, #d77970);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(90deg, #e6c8bd, #fdc982, #d77970);
  }
  26% {
    background: linear-gradient(93.6deg, #e6c8bd, #fdc982, #d77970);
  }
  27% {
    background: linear-gradient(97.2deg, #e6c8bd, #fdc982, #d77970);
  }
  28% {
    background: linear-gradient(100.8deg, #e6c8bd, #fdc982, #d77970);
  }
  29% {
    background: linear-gradient(104.4deg, #e6c8bd, #fdc982, #d77970);
  }
  30% {
    background: linear-gradient(108deg, #e6c8bd, #fdc982, #d77970);
  }
  31% {
    background: linear-gradient(111.6deg, #e6c8bd, #fdc982, #d77970);
  }
  32% {
    background: linear-gradient(115.2deg, #e6c8bd, #fdc982, #d77970);
  }
  33% {
    background: linear-gradient(118.8deg, #e6c8bd, #fdc982, #d77970);
  }
  34% {
    background: linear-gradient(122.4deg, #e6c8bd, #fdc982, #d77970);
  }
  35% {
    background: linear-gradient(126deg, #e6c8bd, #fdc982, #d77970);
  }
  36% {
    background: linear-gradient(129.6deg, #e6c8bd, #fdc982, #d77970);
  }
  37% {
    background: linear-gradient(133.2deg, #e6c8bd, #fdc982, #d77970);
  }
  38% {
    background: linear-gradient(136.8deg, #e6c8bd, #fdc982, #d77970);
  }
  39% {
    background: linear-gradient(140.4deg, #e6c8bd, #fdc982, #d77970);
  }
  40% {
    background: linear-gradient(144deg, #e6c8bd, #fdc982, #d77970);
  }
  41% {
    background: linear-gradient(147.6deg, #e6c8bd, #fdc982, #d77970);
  }
  42% {
    background: linear-gradient(151.2deg, #e6c8bd, #fdc982, #d77970);
  }
  43% {
    background: linear-gradient(154.8deg, #e6c8bd, #fdc982, #d77970);
  }
  44% {
    background: linear-gradient(158.4deg, #e6c8bd, #fdc982, #d77970);
  }
  45% {
    background: linear-gradient(162deg, #e6c8bd, #fdc982, #d77970);
  }
  46% {
    background: linear-gradient(165.6deg, #e6c8bd, #fdc982, #d77970);
  }
  47% {
    background: linear-gradient(169.2deg, #e6c8bd, #fdc982, #d77970);
  }
  48% {
    background: linear-gradient(172.8deg, #e6c8bd, #fdc982, #d77970);
  }
  49% {
    background: linear-gradient(176.4deg, #e6c8bd, #fdc982, #d77970);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(180deg, #e6c8bd, #fdc982, #d77970);
  }
  51% {
    background: linear-gradient(183.6deg, #e6c8bd, #fdc982, #d77970);
  }
  52% {
    background: linear-gradient(187.2deg, #e6c8bd, #fdc982, #d77970);
  }
  53% {
    background: linear-gradient(190.8deg, #e6c8bd, #fdc982, #d77970);
  }
  54% {
    background: linear-gradient(194.4deg, #e6c8bd, #fdc982, #d77970);
  }
  55% {
    background: linear-gradient(198deg, #e6c8bd, #fdc982, #d77970);
  }
  56% {
    background: linear-gradient(201.6deg, #e6c8bd, #fdc982, #d77970);
  }
  57% {
    background: linear-gradient(205.2deg, #e6c8bd, #fdc982, #d77970);
  }
  58% {
    background: linear-gradient(208.8deg, #e6c8bd, #fdc982, #d77970);
  }
  59% {
    background: linear-gradient(212.4deg, #e6c8bd, #fdc982, #d77970);
  }
  60% {
    background: linear-gradient(216deg, #e6c8bd, #fdc982, #d77970);
  }
  61% {
    background: linear-gradient(219.6deg, #e6c8bd, #fdc982, #d77970);
  }
  62% {
    background: linear-gradient(223.2deg, #e6c8bd, #fdc982, #d77970);
  }
  63% {
    background: linear-gradient(226.8deg, #e6c8bd, #fdc982, #d77970);
  }
  64% {
    background: linear-gradient(230.4deg, #e6c8bd, #fdc982, #d77970);
  }
  65% {
    background: linear-gradient(234deg, #e6c8bd, #fdc982, #d77970);
  }
  66% {
    background: linear-gradient(237.6deg, #e6c8bd, #fdc982, #d77970);
  }
  67% {
    background: linear-gradient(241.2deg, #e6c8bd, #fdc982, #d77970);
  }
  68% {
    background: linear-gradient(244.8deg, #e6c8bd, #fdc982, #d77970);
  }
  69% {
    background: linear-gradient(248.4deg, #e6c8bd, #fdc982, #d77970);
  }
  70% {
    background: linear-gradient(252deg, #e6c8bd, #fdc982, #d77970);
  }
  71% {
    background: linear-gradient(255.6deg, #e6c8bd, #fdc982, #d77970);
  }
  72% {
    background: linear-gradient(259.2deg, #e6c8bd, #fdc982, #d77970);
  }
  73% {
    background: linear-gradient(262.8deg, #e6c8bd, #fdc982, #d77970);
  }
  74% {
    background: linear-gradient(266.4deg, #e6c8bd, #fdc982, #d77970);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(270deg, #e6c8bd, #fdc982, #d77970);
  }
  76% {
    background: linear-gradient(273.6deg, #e6c8bd, #fdc982, #d77970);
  }
  77% {
    background: linear-gradient(277.2deg, #e6c8bd, #fdc982, #d77970);
  }
  78% {
    background: linear-gradient(280.8deg, #e6c8bd, #fdc982, #d77970);
  }
  79% {
    background: linear-gradient(284.4deg, #e6c8bd, #fdc982, #d77970);
  }
  80% {
    background: linear-gradient(288deg, #e6c8bd, #fdc982, #d77970);
  }
  81% {
    background: linear-gradient(291.6deg, #e6c8bd, #fdc982, #d77970);
  }
  82% {
    background: linear-gradient(295.2deg, #e6c8bd, #fdc982, #d77970);
  }
  83% {
    background: linear-gradient(298.8deg, #e6c8bd, #fdc982, #d77970);
  }
  84% {
    background: linear-gradient(302.4deg, #e6c8bd, #fdc982, #d77970);
  }
  85% {
    background: linear-gradient(306deg, #e6c8bd, #fdc982, #d77970);
  }
  86% {
    background: linear-gradient(309.6deg, #e6c8bd, #fdc982, #d77970);
  }
  87% {
    background: linear-gradient(313.2deg, #e6c8bd, #fdc982, #d77970);
  }
  88% {
    background: linear-gradient(316.8deg, #e6c8bd, #fdc982, #d77970);
  }
  89% {
    background: linear-gradient(320.4deg, #e6c8bd, #fdc982, #d77970);
  }
  90% {
    background: linear-gradient(324deg, #e6c8bd, #fdc982, #d77970);
  }
  91% {
    background: linear-gradient(327.6deg, #e6c8bd, #fdc982, #d77970);
  }
  92% {
    background: linear-gradient(331.2deg, #e6c8bd, #fdc982, #d77970);
  }
  93% {
    background: linear-gradient(334.8deg, #e6c8bd, #fdc982, #d77970);
  }
  94% {
    background: linear-gradient(338.4deg, #e6c8bd, #fdc982, #d77970);
  }
  95% {
    background: linear-gradient(342deg, #e6c8bd, #fdc982, #d77970);
  }
  96% {
    background: linear-gradient(345.6deg, #e6c8bd, #fdc982, #d77970);
  }
  97% {
    background: linear-gradient(349.2deg, #e6c8bd, #fdc982, #d77970);
  }
  98% {
    background: linear-gradient(352.8deg, #e6c8bd, #fdc982, #d77970);
  }
  99% {
    background: linear-gradient(356.4deg, #e6c8bd, #fdc982, #d77970);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#e6c8bd), color-stop(#fdc982), to(#d77970));
    background: linear-gradient(360deg, #e6c8bd, #fdc982, #d77970);
  }
}

@-webkit-keyframes gradient_rotate_eye {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(0deg, #E6B4A8, #BFB5E2);
  }
  1% {
    background: linear-gradient(3.6deg, #E6B4A8, #BFB5E2);
  }
  2% {
    background: linear-gradient(7.2deg, #E6B4A8, #BFB5E2);
  }
  3% {
    background: linear-gradient(10.8deg, #E6B4A8, #BFB5E2);
  }
  4% {
    background: linear-gradient(14.4deg, #E6B4A8, #BFB5E2);
  }
  5% {
    background: linear-gradient(18deg, #E6B4A8, #BFB5E2);
  }
  6% {
    background: linear-gradient(21.6deg, #E6B4A8, #BFB5E2);
  }
  7% {
    background: linear-gradient(25.2deg, #E6B4A8, #BFB5E2);
  }
  8% {
    background: linear-gradient(28.8deg, #E6B4A8, #BFB5E2);
  }
  9% {
    background: linear-gradient(32.4deg, #E6B4A8, #BFB5E2);
  }
  10% {
    background: linear-gradient(36deg, #E6B4A8, #BFB5E2);
  }
  11% {
    background: linear-gradient(39.6deg, #E6B4A8, #BFB5E2);
  }
  12% {
    background: linear-gradient(43.2deg, #E6B4A8, #BFB5E2);
  }
  13% {
    background: linear-gradient(46.8deg, #E6B4A8, #BFB5E2);
  }
  14% {
    background: linear-gradient(50.4deg, #E6B4A8, #BFB5E2);
  }
  15% {
    background: linear-gradient(54deg, #E6B4A8, #BFB5E2);
  }
  16% {
    background: linear-gradient(57.6deg, #E6B4A8, #BFB5E2);
  }
  17% {
    background: linear-gradient(61.2deg, #E6B4A8, #BFB5E2);
  }
  18% {
    background: linear-gradient(64.8deg, #E6B4A8, #BFB5E2);
  }
  19% {
    background: linear-gradient(68.4deg, #E6B4A8, #BFB5E2);
  }
  20% {
    background: linear-gradient(72deg, #E6B4A8, #BFB5E2);
  }
  21% {
    background: linear-gradient(75.6deg, #E6B4A8, #BFB5E2);
  }
  22% {
    background: linear-gradient(79.2deg, #E6B4A8, #BFB5E2);
  }
  23% {
    background: linear-gradient(82.8deg, #E6B4A8, #BFB5E2);
  }
  24% {
    background: linear-gradient(86.4deg, #E6B4A8, #BFB5E2);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(90deg, #E6B4A8, #BFB5E2);
  }
  26% {
    background: linear-gradient(93.6deg, #E6B4A8, #BFB5E2);
  }
  27% {
    background: linear-gradient(97.2deg, #E6B4A8, #BFB5E2);
  }
  28% {
    background: linear-gradient(100.8deg, #E6B4A8, #BFB5E2);
  }
  29% {
    background: linear-gradient(104.4deg, #E6B4A8, #BFB5E2);
  }
  30% {
    background: linear-gradient(108deg, #E6B4A8, #BFB5E2);
  }
  31% {
    background: linear-gradient(111.6deg, #E6B4A8, #BFB5E2);
  }
  32% {
    background: linear-gradient(115.2deg, #E6B4A8, #BFB5E2);
  }
  33% {
    background: linear-gradient(118.8deg, #E6B4A8, #BFB5E2);
  }
  34% {
    background: linear-gradient(122.4deg, #E6B4A8, #BFB5E2);
  }
  35% {
    background: linear-gradient(126deg, #E6B4A8, #BFB5E2);
  }
  36% {
    background: linear-gradient(129.6deg, #E6B4A8, #BFB5E2);
  }
  37% {
    background: linear-gradient(133.2deg, #E6B4A8, #BFB5E2);
  }
  38% {
    background: linear-gradient(136.8deg, #E6B4A8, #BFB5E2);
  }
  39% {
    background: linear-gradient(140.4deg, #E6B4A8, #BFB5E2);
  }
  40% {
    background: linear-gradient(144deg, #E6B4A8, #BFB5E2);
  }
  41% {
    background: linear-gradient(147.6deg, #E6B4A8, #BFB5E2);
  }
  42% {
    background: linear-gradient(151.2deg, #E6B4A8, #BFB5E2);
  }
  43% {
    background: linear-gradient(154.8deg, #E6B4A8, #BFB5E2);
  }
  44% {
    background: linear-gradient(158.4deg, #E6B4A8, #BFB5E2);
  }
  45% {
    background: linear-gradient(162deg, #E6B4A8, #BFB5E2);
  }
  46% {
    background: linear-gradient(165.6deg, #E6B4A8, #BFB5E2);
  }
  47% {
    background: linear-gradient(169.2deg, #E6B4A8, #BFB5E2);
  }
  48% {
    background: linear-gradient(172.8deg, #E6B4A8, #BFB5E2);
  }
  49% {
    background: linear-gradient(176.4deg, #E6B4A8, #BFB5E2);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(180deg, #E6B4A8, #BFB5E2);
  }
  51% {
    background: linear-gradient(183.6deg, #E6B4A8, #BFB5E2);
  }
  52% {
    background: linear-gradient(187.2deg, #E6B4A8, #BFB5E2);
  }
  53% {
    background: linear-gradient(190.8deg, #E6B4A8, #BFB5E2);
  }
  54% {
    background: linear-gradient(194.4deg, #E6B4A8, #BFB5E2);
  }
  55% {
    background: linear-gradient(198deg, #E6B4A8, #BFB5E2);
  }
  56% {
    background: linear-gradient(201.6deg, #E6B4A8, #BFB5E2);
  }
  57% {
    background: linear-gradient(205.2deg, #E6B4A8, #BFB5E2);
  }
  58% {
    background: linear-gradient(208.8deg, #E6B4A8, #BFB5E2);
  }
  59% {
    background: linear-gradient(212.4deg, #E6B4A8, #BFB5E2);
  }
  60% {
    background: linear-gradient(216deg, #E6B4A8, #BFB5E2);
  }
  61% {
    background: linear-gradient(219.6deg, #E6B4A8, #BFB5E2);
  }
  62% {
    background: linear-gradient(223.2deg, #E6B4A8, #BFB5E2);
  }
  63% {
    background: linear-gradient(226.8deg, #E6B4A8, #BFB5E2);
  }
  64% {
    background: linear-gradient(230.4deg, #E6B4A8, #BFB5E2);
  }
  65% {
    background: linear-gradient(234deg, #E6B4A8, #BFB5E2);
  }
  66% {
    background: linear-gradient(237.6deg, #E6B4A8, #BFB5E2);
  }
  67% {
    background: linear-gradient(241.2deg, #E6B4A8, #BFB5E2);
  }
  68% {
    background: linear-gradient(244.8deg, #E6B4A8, #BFB5E2);
  }
  69% {
    background: linear-gradient(248.4deg, #E6B4A8, #BFB5E2);
  }
  70% {
    background: linear-gradient(252deg, #E6B4A8, #BFB5E2);
  }
  71% {
    background: linear-gradient(255.6deg, #E6B4A8, #BFB5E2);
  }
  72% {
    background: linear-gradient(259.2deg, #E6B4A8, #BFB5E2);
  }
  73% {
    background: linear-gradient(262.8deg, #E6B4A8, #BFB5E2);
  }
  74% {
    background: linear-gradient(266.4deg, #E6B4A8, #BFB5E2);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(270deg, #E6B4A8, #BFB5E2);
  }
  76% {
    background: linear-gradient(273.6deg, #E6B4A8, #BFB5E2);
  }
  77% {
    background: linear-gradient(277.2deg, #E6B4A8, #BFB5E2);
  }
  78% {
    background: linear-gradient(280.8deg, #E6B4A8, #BFB5E2);
  }
  79% {
    background: linear-gradient(284.4deg, #E6B4A8, #BFB5E2);
  }
  80% {
    background: linear-gradient(288deg, #E6B4A8, #BFB5E2);
  }
  81% {
    background: linear-gradient(291.6deg, #E6B4A8, #BFB5E2);
  }
  82% {
    background: linear-gradient(295.2deg, #E6B4A8, #BFB5E2);
  }
  83% {
    background: linear-gradient(298.8deg, #E6B4A8, #BFB5E2);
  }
  84% {
    background: linear-gradient(302.4deg, #E6B4A8, #BFB5E2);
  }
  85% {
    background: linear-gradient(306deg, #E6B4A8, #BFB5E2);
  }
  86% {
    background: linear-gradient(309.6deg, #E6B4A8, #BFB5E2);
  }
  87% {
    background: linear-gradient(313.2deg, #E6B4A8, #BFB5E2);
  }
  88% {
    background: linear-gradient(316.8deg, #E6B4A8, #BFB5E2);
  }
  89% {
    background: linear-gradient(320.4deg, #E6B4A8, #BFB5E2);
  }
  90% {
    background: linear-gradient(324deg, #E6B4A8, #BFB5E2);
  }
  91% {
    background: linear-gradient(327.6deg, #E6B4A8, #BFB5E2);
  }
  92% {
    background: linear-gradient(331.2deg, #E6B4A8, #BFB5E2);
  }
  93% {
    background: linear-gradient(334.8deg, #E6B4A8, #BFB5E2);
  }
  94% {
    background: linear-gradient(338.4deg, #E6B4A8, #BFB5E2);
  }
  95% {
    background: linear-gradient(342deg, #E6B4A8, #BFB5E2);
  }
  96% {
    background: linear-gradient(345.6deg, #E6B4A8, #BFB5E2);
  }
  97% {
    background: linear-gradient(349.2deg, #E6B4A8, #BFB5E2);
  }
  98% {
    background: linear-gradient(352.8deg, #E6B4A8, #BFB5E2);
  }
  99% {
    background: linear-gradient(356.4deg, #E6B4A8, #BFB5E2);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(360deg, #E6B4A8, #BFB5E2);
  }
}

@keyframes gradient_rotate_eye {
  0% {
    background: -webkit-gradient(linear, left bottom, left top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(0deg, #E6B4A8, #BFB5E2);
  }
  1% {
    background: linear-gradient(3.6deg, #E6B4A8, #BFB5E2);
  }
  2% {
    background: linear-gradient(7.2deg, #E6B4A8, #BFB5E2);
  }
  3% {
    background: linear-gradient(10.8deg, #E6B4A8, #BFB5E2);
  }
  4% {
    background: linear-gradient(14.4deg, #E6B4A8, #BFB5E2);
  }
  5% {
    background: linear-gradient(18deg, #E6B4A8, #BFB5E2);
  }
  6% {
    background: linear-gradient(21.6deg, #E6B4A8, #BFB5E2);
  }
  7% {
    background: linear-gradient(25.2deg, #E6B4A8, #BFB5E2);
  }
  8% {
    background: linear-gradient(28.8deg, #E6B4A8, #BFB5E2);
  }
  9% {
    background: linear-gradient(32.4deg, #E6B4A8, #BFB5E2);
  }
  10% {
    background: linear-gradient(36deg, #E6B4A8, #BFB5E2);
  }
  11% {
    background: linear-gradient(39.6deg, #E6B4A8, #BFB5E2);
  }
  12% {
    background: linear-gradient(43.2deg, #E6B4A8, #BFB5E2);
  }
  13% {
    background: linear-gradient(46.8deg, #E6B4A8, #BFB5E2);
  }
  14% {
    background: linear-gradient(50.4deg, #E6B4A8, #BFB5E2);
  }
  15% {
    background: linear-gradient(54deg, #E6B4A8, #BFB5E2);
  }
  16% {
    background: linear-gradient(57.6deg, #E6B4A8, #BFB5E2);
  }
  17% {
    background: linear-gradient(61.2deg, #E6B4A8, #BFB5E2);
  }
  18% {
    background: linear-gradient(64.8deg, #E6B4A8, #BFB5E2);
  }
  19% {
    background: linear-gradient(68.4deg, #E6B4A8, #BFB5E2);
  }
  20% {
    background: linear-gradient(72deg, #E6B4A8, #BFB5E2);
  }
  21% {
    background: linear-gradient(75.6deg, #E6B4A8, #BFB5E2);
  }
  22% {
    background: linear-gradient(79.2deg, #E6B4A8, #BFB5E2);
  }
  23% {
    background: linear-gradient(82.8deg, #E6B4A8, #BFB5E2);
  }
  24% {
    background: linear-gradient(86.4deg, #E6B4A8, #BFB5E2);
  }
  25% {
    background: -webkit-gradient(linear, left top, right top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(90deg, #E6B4A8, #BFB5E2);
  }
  26% {
    background: linear-gradient(93.6deg, #E6B4A8, #BFB5E2);
  }
  27% {
    background: linear-gradient(97.2deg, #E6B4A8, #BFB5E2);
  }
  28% {
    background: linear-gradient(100.8deg, #E6B4A8, #BFB5E2);
  }
  29% {
    background: linear-gradient(104.4deg, #E6B4A8, #BFB5E2);
  }
  30% {
    background: linear-gradient(108deg, #E6B4A8, #BFB5E2);
  }
  31% {
    background: linear-gradient(111.6deg, #E6B4A8, #BFB5E2);
  }
  32% {
    background: linear-gradient(115.2deg, #E6B4A8, #BFB5E2);
  }
  33% {
    background: linear-gradient(118.8deg, #E6B4A8, #BFB5E2);
  }
  34% {
    background: linear-gradient(122.4deg, #E6B4A8, #BFB5E2);
  }
  35% {
    background: linear-gradient(126deg, #E6B4A8, #BFB5E2);
  }
  36% {
    background: linear-gradient(129.6deg, #E6B4A8, #BFB5E2);
  }
  37% {
    background: linear-gradient(133.2deg, #E6B4A8, #BFB5E2);
  }
  38% {
    background: linear-gradient(136.8deg, #E6B4A8, #BFB5E2);
  }
  39% {
    background: linear-gradient(140.4deg, #E6B4A8, #BFB5E2);
  }
  40% {
    background: linear-gradient(144deg, #E6B4A8, #BFB5E2);
  }
  41% {
    background: linear-gradient(147.6deg, #E6B4A8, #BFB5E2);
  }
  42% {
    background: linear-gradient(151.2deg, #E6B4A8, #BFB5E2);
  }
  43% {
    background: linear-gradient(154.8deg, #E6B4A8, #BFB5E2);
  }
  44% {
    background: linear-gradient(158.4deg, #E6B4A8, #BFB5E2);
  }
  45% {
    background: linear-gradient(162deg, #E6B4A8, #BFB5E2);
  }
  46% {
    background: linear-gradient(165.6deg, #E6B4A8, #BFB5E2);
  }
  47% {
    background: linear-gradient(169.2deg, #E6B4A8, #BFB5E2);
  }
  48% {
    background: linear-gradient(172.8deg, #E6B4A8, #BFB5E2);
  }
  49% {
    background: linear-gradient(176.4deg, #E6B4A8, #BFB5E2);
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(180deg, #E6B4A8, #BFB5E2);
  }
  51% {
    background: linear-gradient(183.6deg, #E6B4A8, #BFB5E2);
  }
  52% {
    background: linear-gradient(187.2deg, #E6B4A8, #BFB5E2);
  }
  53% {
    background: linear-gradient(190.8deg, #E6B4A8, #BFB5E2);
  }
  54% {
    background: linear-gradient(194.4deg, #E6B4A8, #BFB5E2);
  }
  55% {
    background: linear-gradient(198deg, #E6B4A8, #BFB5E2);
  }
  56% {
    background: linear-gradient(201.6deg, #E6B4A8, #BFB5E2);
  }
  57% {
    background: linear-gradient(205.2deg, #E6B4A8, #BFB5E2);
  }
  58% {
    background: linear-gradient(208.8deg, #E6B4A8, #BFB5E2);
  }
  59% {
    background: linear-gradient(212.4deg, #E6B4A8, #BFB5E2);
  }
  60% {
    background: linear-gradient(216deg, #E6B4A8, #BFB5E2);
  }
  61% {
    background: linear-gradient(219.6deg, #E6B4A8, #BFB5E2);
  }
  62% {
    background: linear-gradient(223.2deg, #E6B4A8, #BFB5E2);
  }
  63% {
    background: linear-gradient(226.8deg, #E6B4A8, #BFB5E2);
  }
  64% {
    background: linear-gradient(230.4deg, #E6B4A8, #BFB5E2);
  }
  65% {
    background: linear-gradient(234deg, #E6B4A8, #BFB5E2);
  }
  66% {
    background: linear-gradient(237.6deg, #E6B4A8, #BFB5E2);
  }
  67% {
    background: linear-gradient(241.2deg, #E6B4A8, #BFB5E2);
  }
  68% {
    background: linear-gradient(244.8deg, #E6B4A8, #BFB5E2);
  }
  69% {
    background: linear-gradient(248.4deg, #E6B4A8, #BFB5E2);
  }
  70% {
    background: linear-gradient(252deg, #E6B4A8, #BFB5E2);
  }
  71% {
    background: linear-gradient(255.6deg, #E6B4A8, #BFB5E2);
  }
  72% {
    background: linear-gradient(259.2deg, #E6B4A8, #BFB5E2);
  }
  73% {
    background: linear-gradient(262.8deg, #E6B4A8, #BFB5E2);
  }
  74% {
    background: linear-gradient(266.4deg, #E6B4A8, #BFB5E2);
  }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(270deg, #E6B4A8, #BFB5E2);
  }
  76% {
    background: linear-gradient(273.6deg, #E6B4A8, #BFB5E2);
  }
  77% {
    background: linear-gradient(277.2deg, #E6B4A8, #BFB5E2);
  }
  78% {
    background: linear-gradient(280.8deg, #E6B4A8, #BFB5E2);
  }
  79% {
    background: linear-gradient(284.4deg, #E6B4A8, #BFB5E2);
  }
  80% {
    background: linear-gradient(288deg, #E6B4A8, #BFB5E2);
  }
  81% {
    background: linear-gradient(291.6deg, #E6B4A8, #BFB5E2);
  }
  82% {
    background: linear-gradient(295.2deg, #E6B4A8, #BFB5E2);
  }
  83% {
    background: linear-gradient(298.8deg, #E6B4A8, #BFB5E2);
  }
  84% {
    background: linear-gradient(302.4deg, #E6B4A8, #BFB5E2);
  }
  85% {
    background: linear-gradient(306deg, #E6B4A8, #BFB5E2);
  }
  86% {
    background: linear-gradient(309.6deg, #E6B4A8, #BFB5E2);
  }
  87% {
    background: linear-gradient(313.2deg, #E6B4A8, #BFB5E2);
  }
  88% {
    background: linear-gradient(316.8deg, #E6B4A8, #BFB5E2);
  }
  89% {
    background: linear-gradient(320.4deg, #E6B4A8, #BFB5E2);
  }
  90% {
    background: linear-gradient(324deg, #E6B4A8, #BFB5E2);
  }
  91% {
    background: linear-gradient(327.6deg, #E6B4A8, #BFB5E2);
  }
  92% {
    background: linear-gradient(331.2deg, #E6B4A8, #BFB5E2);
  }
  93% {
    background: linear-gradient(334.8deg, #E6B4A8, #BFB5E2);
  }
  94% {
    background: linear-gradient(338.4deg, #E6B4A8, #BFB5E2);
  }
  95% {
    background: linear-gradient(342deg, #E6B4A8, #BFB5E2);
  }
  96% {
    background: linear-gradient(345.6deg, #E6B4A8, #BFB5E2);
  }
  97% {
    background: linear-gradient(349.2deg, #E6B4A8, #BFB5E2);
  }
  98% {
    background: linear-gradient(352.8deg, #E6B4A8, #BFB5E2);
  }
  99% {
    background: linear-gradient(356.4deg, #E6B4A8, #BFB5E2);
  }
  100% {
    background: -webkit-gradient(linear, left bottom, left top, from(#E6B4A8), to(#BFB5E2));
    background: linear-gradient(360deg, #E6B4A8, #BFB5E2);
  }
}

.line-outer {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .grid-row .grid .grid-wrap .visual-wrap {
    -webkit-transition: opacity 350ms ease-out;
    transition: opacity 350ms ease-out;
  }
  .grid-row .grid .grid-wrap[href]:hover .visual-wrap {
    opacity: .5;
  }
  .grid-card .grid-wrap .typo-gradient .gradient-background {
    -webkit-transition: -webkit-filter 350ms ease;
    transition: -webkit-filter 350ms ease;
    transition: filter 350ms ease;
    transition: filter 350ms ease, -webkit-filter 350ms ease;
  }
  .grid-card .grid-wrap:hover .gradient-background {
    -webkit-filter: brightness(0.1);
            filter: brightness(0.1);
  }
  .button-more .button-more__arrow {
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
  }
  .button-more:hover .button-more__arrow {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .content__recommend .grid a[href] .grid--visual {
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .content__recommend .grid a[href]:hover .grid--visual {
    opacity: .5;
  }
}

@media screen and (min-width: 1920px) {
  .grid-row .grid .grid-wrap {
    padding: 80px;
  }
  .grid.x_image-translate .grid-wrap .text-wrap {
    padding: 80px 80px 0;
  }
}

.isIE11 {
  width: 100vw;
  overflow-x: hidden;
}

.isIE11 header .sub-menu.st-left {
  white-space: nowrap;
}

.isIE11 .st-lookbook.grid-columns.muse-wrap .grid .grid--visual img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.isIE11 .promotion-lookbook.content-promotion .button-more {
  text-align: left;
}

.isIE11 .contents-wrap__product .typo-image-container .typo-image,
.isIE11 .loobkook-title-container .lookbook-num,
.isIE11 .main-inner .background-wrap .background-list:nth-of-type(1),
.isIE11 .recommend-title dd, .isIE11 .lookbook-sub, .isIE11 .visual-description .description-title,
.isIE11 .content-lookbook-list .grid .text-typo span, .isIE11 .content-lookbook-list .text-description,
.isIE11 .content-intro .fixed--text-wrap .fixed-description, .isIE11 .content-intro .fixed--text-wrap .masking-wrap {
  opacity: 1;
}

.isIE11 .st-detail .content .st-full-visual .grid .grid--image img {
  -webkit-transform: translateY(-16%);
          transform: translateY(-16%);
}

.isIE11 .typo-image-container sup,
.isIE11 .st-detail .content .st-full-visual .grid[data-scale="0"] .grid--image img,
.isIE11 .content-lookbook-list .grid .text-typo span, .isIE11 .content-intro .fixed--text-wrap .masking-wrap {
  -webkit-transform: none;
          transform: none;
}

.isIE11 .recommend-item .grid-row .grid, .isIE11 .content-lookbook-list .grid {
  width: 33.333%;
  -webkit-transform: none !important;
          transform: none !important;
}

.isIE11 .grid-texture-typo .text-title-bottom {
  position: absolute;
  bottom: 4.16vw;
  left: 4.16vw;
}

.isIE11 .text--comingsoon,
.isIE11 .color-chart p,
.isIE11 .color-chart path,
.isIE11 .fixed--text-wrap .text--logo,
.isIE11 .grid-texture-typo .text-title-bottom,
.isIE11 #brand_typo .typo-image, .isIE11 .typo-promo img {
  opacity: 1;
}

.isIE11 .visual-brand .st-lookbook.grid-columns .grid .grid--visual img {
  -webkit-transform: translate(-16%, -8%);
          transform: translate(-16%, -8%);
}

.isIE11 .typo-image .typo-character, .isIE11 .grid-card .text-description,
.isIE11 .typo-image .typo-character, .isIE11 .fixed--text-wrap .text--slogan {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.isIE11 .contents-wrap__product .grid-row, .isIE11 #main_swipe .swiper-button-wrap {
  opacity: 1;
}

.isIE11 [data-product="veilayer-shadow-palette"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(2) .masking-text {
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}

.isIE11 [data-product="fx-hya-artemisia-essence"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.isIE11 [data-product="veilayer-cheek"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text,
.isIE11 [data-product="fx-hand-cream"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text,
.isIE11 [data-product="moistouch-toner"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text,
.isIE11 [data-product="moistouch-ampoule"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text,
.isIE11 [data-product="moistouch-cream"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text,
.isIE11 [data-product="veilayer-matte-lip"] .key--text .text--title .title-wrap .masking-wrap:nth-of-type(1) .masking-text {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.isIE11 .footer-wrap .footer-information ul li .list-n2 {
  -webkit-transform: none;
          transform: none;
}

.isIE11 .has-grid-card .grid__visual.visual-translate img {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.isIE11 .content-promotion .button-more {
  text-align: right;
}

.isIE11 a img {
  border: 0px;
}

.isIE11 #main_key .visual--wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.isIE11 #main_key .visual--wrap video,
.isIE11 .main-inner .background-wrap .background-list img,
.isIE11 #main_key .visual--wrap img {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: auto;
  height: auto;
  min-width: 101% !important;
  min-height: 101% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.isIE11 .content__recommend .grid-columns.st-none-half .grid .grid--wrap .grid--visual img {
  width: auto;
  height: 100%;
}

.isIE11 .grid.x_image-translate .grid-wrap .visual-wrap {
  position: relative;
}

.isIE11 .grid-columns_index {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  grid-auto-rows: unset !important;
}

.isIE11 .scroller-proxy {
  position: relative;
  overflow: auto;
}

.isIE11 .grid-row .grid,
.isIE11 .grid-card .button-product,
.isIE11 .typo-gradient,
.isIE11 .grid-row .text-wrap .text-title,
.isIE11 .grid-row .text-info span,
.isIE11 .typo-image, .isIE11 .typo-image-container sup, .isIE11 .button-more,
.isIE11 .footer-contact li .list-n3, .isIE11 .footer-list span, .isIE11 .sns-wrap li,
.isIE11 .key--text .text--title .title-wrap .masking-text, .isIE11 .key--text .text--button,
.isIE11 .st-detail .content .grid--text .grid.feature--typo .masking-text,
.isIE11 .st-detail .content .grid--text .grid.feature--description ul li,
.isIE11 .content__recommend .text--line, .isIE11 .content__recommend .text--name, .isIE11 .content__recommend .text--name span, .isIE11 .content__recommend .text--price,
.isIE11 .st-category.grid-columns .grid .grid--text .text--price,
.isIE11 #brand_story .x_image-translate .visual--wrap,
.isIE11 #brand_story .x_image-translate .visual--wrap img, .isIE11 .typo--description, .isIE11 .typo-wrap .typo-list .typo-list-number,
.isIE11 .content__contact .typo-element, .isIE11 .content__contact .text--sub, .isIE11 .sub-outlinks a, .isIE11 .text--wrap_links .text--sub-title, .isIE11 .store-list a, .isIE11 .text-sub__description,
.isIE11 .family-site, .isIE11 .description-option dd, .isIE11 .key--text .text--button .text--price, .isIE11 .key--text .text--button .button--cart {
  opacity: 1;
}

.isIE11 .footer-contact li .list-n3,
.isIE11 .st-detail .content .grid--text .grid.feature--typo .masking-text,
.isIE11 .st-detail .content .grid--text .grid.feature--description ul li, .isIE11 .sub-outlinks a,
.isIE11 .text-sub__title span, .isIE11 .description-option dt span {
  -webkit-transform: none;
          transform: none;
}

.isIE11 #brand_story {
  position: relative;
}

.isIE11 .texture--mask {
  -webkit-transform: translate(140%, 0px) rotate(45deg);
          transform: translate(140%, 0px) rotate(45deg);
  opacity: 0;
}

.grid-row .grid .grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-row .grid .grid-wrap .visual-wrap {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.grid-row .text-wrap {
  width: 100%;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

[data-depth="all"] .sub-main .text-sub__title {
  opacity: 0;
}

.js-color-bg {
  fill: #fff;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}

.js-color-text {
  fill: #000;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}

.st-black .js-color-bg {
  fill: #000;
}

.st-black .js-color-text {
  fill: #fff;
}

.st-black .footer-wrap.st-white .sns-wrap li a span {
  background-image: url(../images/icon/instagram.png);
}

.st-black .footer-wrap.st-white .sns-wrap li:nth-of-type(2) a span {
  background-image: url(../images/icon/icon-facebook.svg);
}

.st-black .footer-wrap.st-white .sns-wrap li:nth-of-type(3) a span {
  background-image: url(../images/icon/icon-youtube.svg);
}

.st-black .footer-wrap.st-white .family-site .family-site-text,
.st-black .footer-wrap.st-white .footer-information ul li span,
.st-black .footer-wrap.st-white .footer-information ul li span a {
  color: #fff;
}

.st-black .footer-wrap.st-white .family-site span.icon-arrow {
  background-image: url(../images/icon/icon-arrow-white.svg);
}

.text-kr span {
  font-family: 'Noto Sans';
}
/*# sourceMappingURL=common.css.map */