html,
body {
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sub2 {
  position: relative;
  vertical-align: baseline; 
  font-size: 50%;
  line-height: 0;
}


sup {
  top: -0.5em;
}

sub2 {
  bottom: -0.25em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

:root {
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 10px;
  }
}

body {
  background-color: #fff;
  word-wrap: break-word;
  color: #4e3629;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2rem; 
  line-height: 1.6875;

  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.4rem;
  }
}
body.page-another {
  background: linear-gradient(#fff 50%, #f4e5de 0);
}

a {
  text-decoration: none; 
  color: inherit;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
  }
}

[type="button"] {
  border: 0;
  min-height: auto;
  background-color: transparent;
}
[data-whatinput="mouse"] [type="button"]:focus,
[data-whatinput="touch"] [type="button"]:focus {
  outline: none;
}

.base-container {
  margin: 0 8%;
}
@media (min-width: 768px) {
  .base-container {
    margin-right: 14.16667%;
    margin-left: 14.16667%; 
    max-width: 86rem;
  }
}
@media (min-width: 1200px) {
  .base-container {
    margin: auto;
  }
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (max-width: 1919.98px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1920px) {
  .u-hidden-xl {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .u-visible-sm-only {
    display: none !important;
    visibility: hidden;
  }
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hanging-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.stretched-link {
  position: relative;
}
.stretched-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-divider {
  position: absolute;
  left: 0;
  width: 100%;
  background-size: cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-divider {
    background-position: center;
  }
}
.c-divider.-type01 {
  padding-bottom: 29.86667%;
  background-image: url(/img/lineup/common/divider_01_sm.png);
}
@media (min-width: 768px) {
  .c-divider.-type01 {
    padding-bottom: 29.4rem;
    background-image: url(/img/lineup/common/divider_01_lg.png);
  }
}
@media (min-width: 1920px) {
  .c-divider.-type01 {
    padding-bottom: 15.3125%;
  }
}
.c-divider.-type02 {
  padding-bottom: 24.26667%;
  background-image: url(/img/lineup/common/divider_02_sm.png);
}
@media (min-width: 768px) {
  .c-divider.-type02 {
    padding-bottom: 36.6rem;
    background-image: url(/img/lineup/common/divider_02_lg.png);
  }
}
@media (min-width: 1920px) {
  .c-divider.-type02 {
    padding-bottom: 19.0625%;
  }
}
.c-divider.-type03 {
  padding-bottom: 20%;
  background-image: url(/img/lineup/common/divider_03_sm.png);
}
@media (min-width: 768px) {
  .c-divider.-type03 {
    padding-bottom: 25.5rem;
    background-image: url(/img/lineup/common/divider_03_lg.png);
  }
}
@media (min-width: 1920px) {
  .c-divider.-type03 {
    padding-bottom: 13.28125%;
  }
}
.c-divider.-type04 {
  padding-bottom: 23.46667%;
  background-image: url(/img/lineup/common/divider_04_sm.png);
}
@media (min-width: 768px) {
  .c-divider.-type04 {
    padding-bottom: 30.1rem;
    background-image: url(/img/lineup/common/divider_04_lg.png);
  }
}
@media (min-width: 1920px) {
  .c-divider.-type04 {
    padding-bottom: 15.67708%;
  }
}
.c-divider.-type05 {
  padding-bottom: 21.33333%;
  background-image: url(/img/lineup/common/divider_05_sm.png);
}
@media (min-width: 768px) {
  .c-divider.-type05 {
    padding-bottom: 28rem;
    background-image: url(/img/lineup/common/divider_05_lg.png);
  }
}
@media (min-width: 1920px) {
  .c-divider.-type05 {
    padding-bottom: 14.58333%;
  }
}

.c-icon::before,
.c-icon::after {
  content: "";
  background-size: cover;
}

.c-icon.-chevron::before {
  background-image: url(/img/common/icon_chevron_right_sm.png);
}

.c-icon.-chevron::after {
  background-image: url(/img/common/icon_chevron_right_pnk_sm.png);
}

.c-spinner {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); 
  background: #fb637e;
  background: linear-gradient(to right, #fb637e 10%, rgba(255, 255, 255, 0) 42%);
  text-indent: -9999em;
}
.c-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% 0 0 0; 
  width: 50%;
  height: 50%;
  background: #fb637e;
}
.c-spinner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  width: 75%;
  height: 75%;
  background: #fff;
}
.c-spinner[aria-busy="true"] {
  -webkit-animation: spin 1.4s infinite linear;
          animation: spin 1.4s infinite linear;
}
.c-spinner[aria-busy="false"] {
  visibility: hidden;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.p-btn {
  display: inline-flex;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border: 2px solid currentcolor;
  width: 100%;
  letter-spacing: 0.025em; 
  font-size: 1.5rem;
  line-height: 1.866;

  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-btn {
    padding-top: 1.95rem;
    padding-bottom: 1.95rem;
    max-width: 39rem;
    font-size: 2rem;
  }
}

.p-btn_icon {
  position: relative;
  margin-left: 1.5rem;
  width: 0.8rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .p-btn_icon {
    margin-left: 2.8rem;
    width: 1.1rem;
    height: 2.1rem;
  }
}
.p-btn_icon::before,
.p-btn_icon::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .p-btn_icon::before,
  .p-btn_icon::after {
    transition: opacity 0.75s ease;
  }
}
.p-btn_icon::before {
  opacity: 0;
}
.p-btn_icon::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .p-btn:hover .p-btn_icon::before {
    opacity: 1;
  }
  .p-btn:hover .p-btn_icon::after {
    opacity: 0;
  }
}

.p-atcosmebtn {
  display: block;
  overflow: hidden; 
  position: relative;
  z-index: 1;
}
.p-lipsbtn {
  display: block;
  overflow: hidden; 
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-atcosmebtn {
    width: 40rem;
  }
  .p-lipsbtn {
    width: 40rem;
  }
}
.p-atcosmebtn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 0;
  transition: height 0.75s ease; 
  -webkit-transform: translate(-50%, -50%) rotate(-25deg); 
          transform: translate(-50%, -50%) rotate(-25deg);
  background-color: #4eb691;
}
.p-lipsbtn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 0;
  transition: height 0.75s ease; 
  -webkit-transform: translate(-50%, -50%) rotate(-25deg); 
          transform: translate(-50%, -50%) rotate(-25deg);
  background-color: #ef8491;
}
@media (min-width: 768px) {
  .p-atcosmebtn:hover::after {
    height: 450%;
  }
  .p-lipsbtn:hover::after {
    height: 450%;
  }
}
@media (min-width: 768px) {
  .p-atcosmebtn::before {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.75s ease; 
    background-image: url(/img/lineup/common/atcosme_btn_label_sm_ov.png);
    background-size: cover;
  }
  .p-lipsbtn::before {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.75s ease; 
    background-image: url(/img/lineup/common/lips_btn_label_sm_ov.png);
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .p-atcosmebtn::after {
    z-index: 0;
  }
  .p-lipsbtn::after {
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .p-atcosmebtn:hover::before {
    opacity: 1;
  }
  .p-lipsbtn:hover::before {
    opacity: 1;
  }
}

.p-sevenelevenbtn {
  position: fixed;
  z-index: 1004;
  transition-timing-function: ease; 
  transition-duration: 0.75s, 0.375s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (max-width: 767.98px) {
  .p-sevenelevenbtn {
    bottom: 0.3rem;
    left: 4%; 
    width: 30.6rem;
  }
}
@media (min-width: 768px) {
  .p-sevenelevenbtn {
    top: 30%;
    right: 0;
    width: 5.75vw;
    max-width: 6.9rem;
  }
}
.p-sevenelevenbtn[aria-hidden="true"] {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
@media (min-width: 768px) {
  .p-sevenelevenbtn[aria-hidden="true"] {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
.p-sevenelevenbtn[aria-hidden="false"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) {
  .p-sevenelevenbtn[aria-hidden="false"] {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .p-sevenelevenbtn:hover {
    opacity: 0.75;
  }
}

.p-hamburgerbtn {
  position: fixed;
  z-index: 1006;
  top: 1.2rem;
  right: 1.2rem;
}
@media (min-width: 768px) {
  .p-hamburgerbtn {
    top: 2.4rem;
    right: 2.7rem;
  }
}
.p-hamburgerbtn > span {
  display: block;
  position: relative;
  z-index: 1;
  width: 1.6rem;
  height: 1px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); 

  -webkit-backface-visibility: hidden; 

          backface-visibility: hidden;
}
@media (min-width: 768px) {
  .p-hamburgerbtn > span {
    width: 2.7rem;
    height: 2px;
  }
}
.p-hamburgerbtn > span:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .p-hamburgerbtn > span:not(:first-child) {
    margin-top: 0.7rem;
  }
}
.p-hamburgerbtn[aria-expanded="false"] > span {
  transition: 1s;
  background-color: #4e3629;
}
.p-hamburgerbtn[aria-expanded="true"] > span {
  transition: 1s;
  background-color: #fff;
}
.p-hamburgerbtn[aria-expanded="true"] > span:nth-of-type(1) {
  -webkit-transform: translateY(0.6rem) rotate(45deg);
          transform: translateY(0.6rem) rotate(45deg);
}
@media (min-width: 768px) {
  .p-hamburgerbtn[aria-expanded="true"] > span:nth-of-type(1) {
    -webkit-transform: translateY(0.9rem) rotate(45deg);
            transform: translateY(0.9rem) rotate(45deg);
  }
}
.p-hamburgerbtn[aria-expanded="true"] > span:nth-of-type(2) {
  opacity: 0;
}
.p-hamburgerbtn[aria-expanded="true"] > span:nth-of-type(3) {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
          transform: translateY(-0.6rem) rotate(-45deg);
}
@media (min-width: 768px) {
  .p-hamburgerbtn[aria-expanded="true"] > span:nth-of-type(3) {
    -webkit-transform: translateY(-0.9rem) rotate(-45deg);
            transform: translateY(-0.9rem) rotate(-45deg);
  }
}
.p-hamburgerbtn::after {
  content: "";
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  padding: 1.2rem;
  width: 6.2rem;
  height: 5.7rem;
  transition: 1s;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.45) 50.5%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-hamburgerbtn::after {
    top: -2.4rem;
    right: -2.7rem;
    width: 12.4rem;
    height: 11.4rem;
  }
}
.p-hamburgerbtn[aria-expanded="true"]::after {
  background: rgba(255, 255, 255, 0);
}

.p-card {
  position: relative;
  background-color: #fff;
}

.p-card_container {
  padding: 1.7rem 2rem;
}
@media (min-width: 768px) {
  .p-card_container {
    padding: 1.6rem 2rem;
  }
}

.p-card_tit {
  font-size: 1.4rem;
}

.p-card_txt {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.615;
}

.p-card_badge {
  position: absolute;
  top: 0;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-card_badge.-new {
  width: 4.2rem;
}

.p-card_img {
  width: 100%;
}

.p-productcards {
  display: flex;

  flex-wrap: wrap;
}

.p-productcard {
  display: flex;
  opacity: 1;
  position: relative;
  width: 48.4127%;
  height: 18rem;
  transition: opacity 0.375s ease; 
  background-color: #fff;
  text-align: center;

  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-productcard {
    width: 18.8rem;
    height: 22.2rem;
  }
}
@media (min-width: 768px) {
  .p-productcard:hover {
    opacity: 0.75 !important;
  }
}
@media (min-width: 768px) {
  .p-productcard + .p-productcard {
    margin-left: 12px;
  }
}
@media (max-width: 767.98px) {
  .p-productcard + .p-productcard:nth-of-type(even) {
    margin-left: 3.1746%;
  }
}
@media (max-width: 767.98px) {
  .p-productcard + .p-productcard:nth-of-type(n + 3) {
    margin-top: 3.1746%;
  }
}
@media (max-width: 767.98px) {
  .p-productcard.-powderyfande {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .p-productcard.-powderyfande {
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .p-productcard.-pureveilpowder {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .p-productcard.-pureveilpowder {
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  .p-productcard.-colorpalette {
    padding-top: 2rem;
  }
}

.p-productcard.-basemake .p-productcard_img {
  width: 3.5rem;
}
@media (min-width: 768px) {
  .p-productcard.-basemake .p-productcard_img {
    width: 4.4rem;
  }
}

.p-productcard.-colorpalette .p-productcard_img {
  width: 7.25rem;
}
@media (min-width: 768px) {
  .p-productcard.-colorpalette .p-productcard_img {
    width: 8.9rem;
  }
}

.p-productcard.-singleeyeshadow .p-productcard_img {
  width: 7.25rem;
}
@media (min-width: 768px) {
  .p-productcard.-singleeyeshadow .p-productcard_img {
    width: 8.9rem;
  }
}

.p-productcard.-purelipcolor .p-productcard_img {
  width: 4rem;
}
@media (min-width: 768px) {
  .p-productcard.-purelipcolor .p-productcard_img {
    width: 5.1rem;
  }
}

.p-productcard.-lipcaresclub .p-productcard_img {
  width: 4rem;
}
@media (min-width: 768px) {
  .p-productcard.-lipcaresclub .p-productcard_img {
    width: 5.1rem;
  }
}


.p-productcard.-sakuraveillip .p-productcard_img {
  width: 1.75rem;
}
@media (min-width: 768px) {
  .p-productcard.-sakuraveillip .p-productcard_img {
    width: 2.2rem;
  }
}

.p-productcard.-essencerouges .p-productcard_img {
  width: 1.75rem;
}
@media (min-width: 768px) {
  .p-productcard.-essencerouges .p-productcard_img {
    width: 2.2rem;
  }
}

.p-productcard.-powderyfande .p-productcard_img {
  width: 8.9rem;
}
@media (min-width: 768px) {
  .p-productcard.-powderyfande .p-productcard_img {
    width: 10.7rem;
  }
}

.p-productcard.-pureveilpowder .p-productcard_img {
  width: 10.9rem;
}
@media (min-width: 768px) {
  .p-productcard.-pureveilpowder .p-productcard_img {
    width: 13.7rem;
  }
}


.p-productcard.-eyebrowpencil .p-productcard_img {
  width: 0.7rem;
}
@media (min-width: 768px) {
  .p-productcard.-eyebrowpencil .p-productcard_img {
    width: 0.9rem;
  }
}


.p-productcard.-stylingeyeblow .p-productcard_img {
  width: 1.35rem;
}
@media (min-width: 768px) {
  .p-productcard.-stylingeyeblow .p-productcard_img {
    width: 1.8rem;
  }
}


.p-productcard.-stylingmascara .p-productcard_img {
  width: 1.35rem;
}
@media (min-width: 768px) {
  .p-productcard.-stylingmascara .p-productcard_img {
    width: 1.8rem;
  }
}

.p-productcard.-pencileyeliner .p-productcard_img {
  width: 0.85rem;
}
@media (min-width: 768px) {
  .p-productcard.-pencileyeliner .p-productcard_img {
    width: 1rem;
  }
}

.p-productcard.-liquideyeliner .p-productcard_img {
  width: 0.85rem;
}
@media (min-width: 768px) {
  .p-productcard.-liquideyeliner .p-productcard_img {
    width: 1.2rem;
  }
}

.p-productcard.-littlejewelrycoffret .p-productcard_img {
  width: 9.4rem;
}
@media (min-width: 768px) {
  .p-productcard.-littlejewelrycoffret .p-productcard_img {
    width: 12rem;
  }
}

.p-productcard.-nailcolormini .p-productcard_img {
  width: 4.1rem;
}
@media (min-width: 768px) {
  .p-productcard.-nailcolormini .p-productcard_img {
    width: 4.3rem;
  }
}

.p-productcard.-nailfoundation .p-productcard_img {
  width: 3.7rem;
}
@media (min-width: 768px) {
  .p-productcard.-nailfoundation .p-productcard_img {
    width: 4.4rem;
  }
}

.p-productcard.-geltopcoat .p-productcard_img {
  width: 3.55rem;
}

.p-productcard.-removersponge .p-productcard_img {
  width: 5.4rem;
}
@media (min-width: 768px) {
  .p-productcard.-removersponge .p-productcard_img {
    width: 5.9rem;
  }
}

.p-productcard.-remover .p-productcard_img {
  width: 4rem;
}
@media (min-width: 768px) {
  .p-productcard.-remover .p-productcard_img {
    width: 4.4rem;
  }
}

.p-productcard.-makeset .p-productcard_img {
  width: 6.25rem;
}
@media (min-width: 768px) {
  .p-productcard.-makeset .p-productcard_img {
    width: 8.1rem;
  }
}

.p-productcard.-cleansing .p-productcard_img {
  width: 11.5rem;
}
@media (min-width: 768px) {
  .p-productcard.-cleansing .p-productcard_img {
    width: 13.5rem;
  }
}

.p-productcard.-buzzguarduv .p-productcard_img {
  width: 4.5rem;
}

@media (min-width: 768px) {
  .p-productcard.-buzzguarduv .p-productcard_img {
    width: 6rem;
  }
}

.p-productcard.-dreamingcoffret .p-productcard_img {
  width: 6.25rem;
}

@media (min-width: 768px) {
  .p-productcard.-dreamingcoffret .p-productcard_img {
    width: 8.1rem;
  }
}



.p-productcard_caption {
  margin-top: 1.25rem;
  font-size: 1.3rem;
  line-height: 1.384615385;
}

@media (min-width: 768px) {
  .p-productcard_caption {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.5714285714285714;
  }
}
@media (min-width: 768px) {
  .p-productcard.-basemake .p-productcard_caption {
    margin-bottom: -1rem;
  }
}
@media (max-width: 767.98px) {
  .p-productcard.-powderyfande .p-productcard_caption {
    margin-top: 1.8rem;
    margin-bottom: 1.1rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-powderyfande .p-productcard_caption {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .p-productcard.-pureveilpowder .p-productcard_caption {
    margin-top: 1.5rem;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-pureveilpowder .p-productcard_caption {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .p-productcard.-colorpalette .p-productcard_caption {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-purelipcolor .p-productcard_caption {
    margin-top: 1.25rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-lipcaresclub .p-productcard_caption {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-productcard.-sakuraveillip .p-productcard_caption {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-productcard.-essencerouges .p-productcard_caption {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-productcard.-eyebrowpencil .p-productcard_caption {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-productcard.-stylingeyeblow .p-productcard_caption {
    margin-top: 1.5rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-stylingmascara .p-productcard_caption {
    margin-top: 1.5rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-pencileyeliner .p-productcard_caption {
    margin-top: 1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-liquideyeliner .p-productcard_caption {
    margin-top: 1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-littlejewelrycoffret .p-productcard_caption {
    margin-top: 0.8rem;
    margin-bottom: -2rem;
  }
}

@media (min-width: 768px) {
  .p-productcard.-nailcolormini .p-productcard_caption {
    margin-top: 3rem;
    margin-bottom: -3rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-nailfoundation .p-productcard_caption {
    margin-top: 0.8rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-geltopcoat .p-productcard_caption {
    margin-top: 2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-removersponge .p-productcard_caption {
    margin-top: 2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-remover .p-productcard_caption {
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-makeset .p-productcard_caption {
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .p-productcard.-cleansing .p-productcard_caption {
    margin-top: 1.5rem;
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 768px) {
  .p-productcard.-dreamingcoffret .p-productcard_caption {
    margin-top: 0.8rem;
    margin-bottom: -0.5rem;
  }
}

.p-loader {
  opacity: 1;
  position: fixed;
  z-index: 1007;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 1.5s ease;
  transition-property: opacity, visibility; 
  background-color: #fff;
}
.p-loader[aria-hidden="true"] {
  opacity: 0;
}
.p-loader[aria-hidden="true"] {
  visibility: hidden;
}

.p-loader_spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.drawer {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.drawer[aria-hidden="true"] {
  visibility: hidden;
}
.drawer[aria-hidden="false"] {
  visibility: visible;
}

.drawer_container {
  overflow: auto; 
  position: absolute;
  top: 0;
  right: 0;
  padding: 4.5rem 3rem 3rem;
  width: 34.5rem;
  max-height: 100%;
  transition: 0.9s ease;
  background-color: rgba(251, 114, 139, 0.9);
}
@media (min-width: 768px) {
  .drawer_container {
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-left: 7vw;
    width: 95%;
    max-width: 95rem;
  }
}
@media (min-width: 1200px) {
  .drawer_container {
    padding-left: 8.4rem;
  }
}
[aria-hidden="true"] .drawer_container {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
[aria-hidden="false"] .drawer_container {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer_list {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .drawer_list {
    font-size: 3rem;
  }
}
.drawer_list.-lineup {
  margin-bottom: 2rem;
  margin-left: 2rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .drawer_list.-lineup {
    font-size: 1.8rem;
  }
}
.drawer_list.-sub .drawer_item {
  margin-top: 1rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .drawer_list.-sub .drawer_item {
    font-size: 1.55rem;
  }
}
.drawer_list.-sub .drawer_item.-beforeicon {
  display: flex;

  justify-content: flex-start;
  align-items: center;
}
.drawer_list.-sub .drawer_item.-beforeicon::before {
  content: "";
  display: block;
  position: relative;
  margin-right: 1rem;
  width: 0.55rem;
  height: 1rem;
  background-image: url(/img/common/icon_chevron_right_sm.png);
  background-size: 100%;
}
@media (min-width: 768px) {
  .drawer_list.-lggrid {
    display: -ms-grid;
    display: grid;

    -ms-grid-rows: 5rem 5rem 1fr;

    grid-template-rows: 5rem 5rem 1fr;
    -ms-grid-columns: 35rem 7vw 1fr;
    grid-template-columns: 35rem 7vw 1fr;
  }
  .drawer_list.-lggrid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .drawer_list.-lggrid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .drawer_list.-lggrid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .drawer_list.-lggrid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .drawer_list.-lggrid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .drawer_list.-lggrid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .drawer_list.-lggrid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .drawer_list.-lggrid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .drawer_list.-lggrid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (min-width: 1200px) {
  .drawer_list.-lggrid {
    -ms-grid-rows: 5rem 5rem 1fr;
    grid-template-rows: 5rem 5rem 1fr;
    -ms-grid-columns: 35rem 8.4rem 1fr;
    grid-template-columns: 35rem 8.4rem 1fr;
  }
  .drawer_list.-lggrid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .drawer_list.-lggrid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .drawer_list.-lggrid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .drawer_list.-lggrid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .drawer_list.-lggrid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .drawer_list.-lggrid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .drawer_list.-lggrid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .drawer_list.-lggrid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .drawer_list.-lggrid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.drawer_list.-lggrid .drawer_item.-another {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .drawer_list > .drawer_item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}
@media (min-width: 768px) {
  .drawer_list > .drawer_item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}
@media (min-width: 768px) {
  .drawer_list > .drawer_item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
}
@media (min-width: 768px) {
  .drawer_list > .drawer_item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
}
@media (min-width: 768px) {
  .drawer_list > .drawer_item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }
}

.drawer_label.-home {
  width: 6.1rem;
}
@media (min-width: 768px) {
  .drawer_label.-home {
    width: 7.3rem;
  }
}

.drawer_label.-lineup {
  width: 6.95rem;
}
@media (min-width: 768px) {
  .drawer_label.-lineup {
    width: 8.4rem;
  }
}

.drawer_label.-shop {
  width: 5.3rem;
}
@media (min-width: 768px) {
  .drawer_label.-shop {
    width: 6.3rem;
  }
}

.drawer_label.-movie {
  width: 6.2rem;
}
@media (min-width: 768px) {
  .drawer_label.-movie {
    width: 7.5rem;
  }
}

.drawer_accordion {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #fff;
}

.drawer_accordionbtn {
  position: relative;
  padding-left: 0.3rem;
}
.drawer_accordionbtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(/img/common/icon_circle_minus_sm.png);
  background-size: 100%;
}
.drawer_accordionbtn::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.7rem;
  height: 1.7rem;
  transition: opacity 0.2s ease; 
  background-image: url(/img/common/icon_circle_plus_sm.png);
  background-size: 100%;
}
.drawer_accordionbtn[aria-expanded="false"]::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .drawer_accordionbtn:hover {
    cursor: pointer;
  }
}

.drawer_accordionpanel {
  display: none; 
  margin-left: 2rem;
}
.drawer_accordionpanel .drawer_list.-sub:last-child {
  margin-bottom: 0.9rem;
}

.drawer_backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease;
}
[aria-hidden="true"] .drawer_backdrop {
  opacity: 0;
}
[aria-hidden="false"] .drawer_backdrop {
  opacity: 1;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #f4e5de;
}
body.page-top .footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 90.8%;
  width: 100%;
  background-image: url(/img/common/footer_bg_sm.png);
  background-size: cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  body.page-top .footer::after {
    padding-bottom: 69.5rem;
    background-image: url(/img/common/footer_bg_lg.png); 
    background-position: center;
  }
}
@media (min-width: 1920px) {
  body.page-top .footer::after {
    padding-bottom: 36.19792%;
  }
}

.footer_container {
  position: relative;
  z-index: 1;
  padding-bottom: 6rem;
  text-align: center;
}
body.page-another .footer_container {
  padding-top: 7.5rem;
}
@media (min-width: 768px) {
  body.page-another .footer_container {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
}

.footer_copyright small {
  font-size: 1.4rem;
}

.footer_pagetop {
  display: none;
  position: fixed;
  z-index: 1004;
  right: 0;
  bottom: 0;
  padding: 1.7rem 1.6rem 0;
  width: 4.9rem;
  height: 4.9rem;
  background-color: #fb657f; 
  text-align: center;
}
.footer_pagetop::before {
  content: "";
  display: block;
  top: 0;
  margin: 0 auto;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #fff;
}
.footer_pagetop > img {
  position: relative;
  top: 0.4rem;
  width: 1.6rem;
  height: 1rem;
  transition: 0.2s ease; 
  vertical-align: top;
}
.footer_pagetop:hover > img {
  top: 0.1rem;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  body:not(.page-top):not(.lineup) .header {
    overflow: hidden;
    min-height: 20.1rem;
  }
}
body:not(.page-top):not(.lineup) .header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 11.6rem 4.45rem 0;
  border-style: solid;
  border-color: transparent rgba(255, 128, 145, 0.3) transparent transparent;
}
@media (min-width: 768px) {
  body:not(.page-top):not(.lineup) .header::after {
    right: auto;
    left: calc(50% + 41rem);
    border-width: 0 59.8rem 20.1rem 0;
  }
}
@media (min-width: 1920px) {
  body:not(.page-top):not(.lineup) .header::after {
    right: 0; 
    left: auto;
  }
}

.header_container {
  margin: 0 auto; 
  padding-top: 1.6rem;
  padding-left: 2rem;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .header_container {
    padding-top: 2rem;
    padding-left: 5.2rem;
  }
}

.header_content {
  display: flex;

  justify-content: flex-start;
}

.header_logo {
  position: relative;
  width: 9rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header_logo {
    width: 13.1rem;
  }
}
@media (min-width: 768px) {
  body.page-top .header_logo {
    z-index: 1;
  }
}

.anime-scroll-effect {
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(12rem);
          transform: translateY(12rem);
}
.anime-scroll-effect[aria-hidden="false"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}