@charset "UTF-8";
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

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

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  background-repeat: no-repeat;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"] [role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Remove inner padding and border in Firefox 4+ */
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
/*
select {
  -moz-appearance: none;
  // Firefox 36+ 
  -webkit-appearance: none;
  /* Chrome 41+ 
  &::-ms-expand {
    display: none;
    /* Internet Explorer 11+ 
  }
  &::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ 
  }
}
*/
legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  width: 100%;
}

body {
  font-display: swap;
  position: relative;
  min-width: 320px;
  color: #000;
  font-family: 'Shiseido Ginza','Noto Sans JP',sans-serif;
  font-size: 0;
  font-style: normal;
}

h1 {
  font-family: 'Shiseido Ginza','Noto Sans JP',sans-serif;
  font-weight: 700;
  text-transform: none;
}

h2 {
  font-family: 'Shiseido Ginza','Noto Sans JP',sans-serif;
  text-transform: none;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  transition: all 0.2s linear;
}

a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  opacity: 1;
  transition: none;
}

*:focus {
  outline: none;
}

img {
  width: 100%;
  max-width: 100%;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.l-inner__full {
  width: 100%;
  margin: 0 auto;
}

.l-inner__max {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-inner__mid {
  width: 74.7222%;
  max-width: 1076px;
  margin: 0 auto;
}

.l-flex__normal {
  display: flex;
}

.l-flex__normal.-center {
  justify-content: center;
}

.l-flex__normal.-left {
  justify-content: flex-start;
}

.l-flex__normal.-btw {
  justify-content: space-between;
}

.l-flex__normal.-al-c {
  align-items: center;
}

.l-flex__dir-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.l-flex__dir-row.-al-c {
  align-items: center;
}

.l-flex__dir-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-btn {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn.-black {
  border: 1px solid #000;
  background-color: #000;
}

.c-btn.-black.-mini {
  width: 200px;
  height: 40px;
}

.c-btn.-black.-short {
  max-width: 234px;
  height: 50px;
}

.c-btn.-black.-long {
  width: 286px;
  height: 50px;
}

.c-btn.-bk-wline {
  max-width: 268px;
  height: 50px;
  border: 1px solid #FFF;
  background-color: #000;
}

.c-btn.-white {
  border: 1px solid #000;
  background-color: #fff;
}

.c-btn.-white.-small {
  width: 375px;
  height: 47px;
}

.c-btn.-white.-big {
  width: 385px;
  height: 48px;
}

.c-btn-txt {
  letter-spacing: 0;
}

.c-btn-txt.-black {
  color: #000;
  font-size: 0.875rem;
  line-height: 1;
}

.c-btn-txt.-white {
  color: #fff;
}

.c-btn-txt.-white.-vasmall {
  font-size: 0.875rem;
  letter-spacing: -0.025em;
  line-height: 1;
}

.c-btn-txt.-white.-vanormal {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1;
}

.c-btn-txt.-white.-valarge {
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 1.3333;
}

.c-mv {
  letter-spacing: 0;
}

.c-mv__copy {
  font-size: 3.125rem;
  font-weight: 100;
  line-height: 1.24;
}

.c-mv__ttl {
  font-size: 2rem;
  line-height: 1.1875;
}

.c-mv__txt {
  font-size: 1.375rem;
  line-height: 1.2;
}

.c-med-heading {
  color: #000;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.0952;
}

.c-reg-heading__large {
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
}

.c-reg-heading__normal {
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.c-reg-heading__small {
  font-size: 2.0625rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6091;
}

.c-txt__link {
  border-bottom: 1px solid #000;
  color: #000;
}

.c-txt__min {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 2;
}

.c-txt__tiny {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5714;
}

.c-txt__small--higher {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 3.125;
}

.c-txt__small--lower {
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.c-txt__normal {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2222;
}

.c-txt__normal .-bdr {
  border-bottom: 1px solid;
}

.c-txt__normal--bold {
  font-weight: 700 !important;
}

.c-txt__large {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.c-txt__large.-bold {
  font-weight: 700 !important;
}

.c-txt__max {
  font-size: 1.8vw;
  letter-spacing: 0;
  line-height: 1.3;
}

.c-txt__max.-white {
  color: #fff;
}

.c-tag {
  display: inline-block;
  padding: 0px 6px;
  background-color: #f1f1f1;
  color: #000;
  font-size: 0.6875rem;
  line-height: 2;
}

.c-dlist__large {
  font-size: 1rem;
  line-height: 1.125;
}

.c-dlist__large--bold {
  float: left;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.125;
}

.c-dlist__small {
  display: flex;
  flex-wrap: wrap;
}

.c-dlist__small--normal {
  font-size: 0.8125rem;
  line-height: 1.5692;
}

.c-dlist__small--bold {
  font-size: 0.8125rem;
  font-weight: 700 !important;
  line-height: 1.5692;
}

.c-circlelabel {
  display: inline-block;
  width: 94px;
  height: 94px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 4.7;
  text-align: center;
}

.c-olist {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.2222;
  counter-reset: number;
}

.c-olist__item {
  position: relative;
  padding-left: 2em;
}

.c-olist__item + .c-olist__item {
  margin-top: 34px;
}

.c-olist__item::before {
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: 1.8333;
  content: counter(number);
  counter-increment: number;
}

.c-tab {
  color: #000;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.2188;
}

.c-tab__txt {
  font-weight: 700;
}

.c-tab__image {
  width: 33.6135%;
}

.c-tab:hover {
  opacity: 1;
  transition: none;
}

.c-accordion {
  border-bottom: 1px solid #cccccc;
}

.c-accordion__ttl {
  position: relative;
  border-top: 1px solid #cccccc;
  font-size: 1rem;
  line-height: 3.125;
}

.c-accordion__ttl:hover {
  cursor: pointer;
}

.c-accordion__ttl::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  transform: rotate(90deg);
  background: #000;
  content: "";
  transition: all 0.2s linear;
}

.c-accordion__ttl::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  background: #000;
  content: "";
  transition: all 0.2s linear;
}

.c-accordion__ttl.-open::before {
  transform: rotate(180deg);
}

.c-accordion__ttl.-open::after {
  opacity: 0;
}

.c-accordion__content {
  font-size: 1rem;
  line-height: 3.125;
}

.p-mv__link:hover {
  opacity: 1;
  transition: none;
}

.p-skin {
  padding-top: 140px;
  background-color: #eee1d0;
}

.p-skin__moviearea {
  margin-top: 80px;
}

.p-skin__moviearea .video-or-image-wrapper .z-player > div {
  width: 100%;
  padding-top: 56.25%;
}

.p-skin__moviearea--movie {
  width: 55.6944%;
  max-width: 802px;
}

.p-skin__moviearea--txt {
  width: 44.3056%;
  padding-right: 11.25%;
  padding-left: 7.7778%;
}

.p-skin__moviearea--normaltxt {
  max-width: 344px;
  margin-top: 40px;
}

.p-skintones {
  display: flex;
  align-items: center;
  height: 44.3vw;
  background: url("../images/lp/foundation/bg-skin_skintones@2x.jpg?$staticlink$");
  background-position: top center;
  background-size: cover;
}

.p-skintones__inner {
  margin-top: 280px;
}

.p-skintones__inner--txt {
  margin-top: 28px;
}

.p-lightad {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #dccdbb;
}

.p-lightad__mvarea {
  margin-top: 90px;
}

.p-lightad__mvarea .video-or-image-wrapper .z-player > div {
  width: 100%;
  padding-top: 56.25%;
}

.p-lightad__mvarea--txt {
  margin-top: 36px;
}

.p-threeconponents {
  margin-top: 94px;
}

.p-threeconponents__image {
  width: 55.8333%;
  max-width: 804px;
}

.p-threeconponents__list {
  margin-top: 32px;
  counter-reset: number;
}

.p-threeconponents__txt {
  width: 44.3056%;
  margin-bottom: 26px;
  padding-right: 6.3194%;
  padding-left: 7.7778%;
}

.p-conplexion {
  margin-top: 95px;
}

.p-conplexion__imagearea {
  display: flex;
  align-items: center;
  height: 520px;
  background-image: url("../images/lp/foundation/img-lightad_complexion-collection@2x.jpg?$staticlink$");
  background-position: left 35.8vw top;
  background-size: 924px;
}

.p-conplexion__txtarea {
  margin-top: 32px;
}

.p-conplexion__txt {
  max-width: 914px;
  margin-top: 32px;
}

.p-conplexion__txt + .p-conplexion__txt {
  margin-top: 26px;
}

.p-synchro {
  padding-top: 146px;
  padding-bottom: 160px;
}

.p-synchro__ttl + .p-synchro__productname {
  margin-top: 135px;
}

.p-synchro__productname + .p-synchro__product {
  margin-top: 100px;
}

.p-synchro__productname--txt {
  margin-top: 30px;
}

.p-synchro__product {
  display: flex;
  align-items: flex-end;
  height: 520px;
}

.p-synchro__product.-bg-lifting {
  background-image: url("../images/lp/foundation/img-synchro_lifting@2x.jpg?$staticlink$");
  background-position: top left 35.8vw;
  background-size: contain;
}

.p-synchro__product.-bg-refresh {
  background-image: url("../images/lp/foundation/img-synchro_self-refreshing@2x.jpg?$staticlink$");
  background-position: top right 35.8vw;
  background-size: contain;
}

.p-synchro__product + .p-synchro__productname {
  margin-top: 146px;
}

.p-synchro__product--bigimage {
  max-width: 924px;
}

.p-synchro__product--bigimage.-right {
  margin-left: auto;
}

.p-synchro__product--detailarea {
  padding-bottom: 20px;
}

.p-synchro__product--detailarea.-left {
  margin-left: 12.6389%;
}

.p-synchro__product--detailarea.-right {
  right: 0;
  margin-right: 12.6389%;
}

.p-synchro__product--detailareabtm {
  width: 292px;
}

.p-synchro__product--detailareabtm.-right {
  width: 286px;
  margin-left: auto;
}

.p-synchro__product--name-r {
  text-align: right;
}

.p-synchro__product--label {
  margin-bottom: 34px;
}

.p-synchro__product--tagarea {
  margin-top: 45px;
}

.p-synchro__product--tag + .p-synchro__product--tag {
  margin-left: 4px;
}

.p-synchro__product--dlist {
  margin-top: 8px;
}

.p-synchro__product--dt {
  width: 96px;
  margin-top: 12px;
}

.p-synchro__product--dd {
  padding-top: 12px;
}

.p-synchro__product--btn {
  margin-top: 66px;
}

.p-synchro-sub {
  margin-top: 142px;
}

.p-synchro-sub__item {
  width: 49.0706%;
}

.p-synchro-sub__item--image {
  width: 51.7046%;
  margin-top: 6px;
}

.p-synchro-sub__detail {
  display: flex;
  flex-direction: column;
  width: 48.2955%;
  min-width: 230px;
  padding-left: 3.7879%;
}

.p-synchro-sub__detail--tag + .p-synchro-sub__detail--tag {
  margin-left: 8px;
}

.p-synchro-sub__detail--tagarea {
  margin-top: 1.52vw;
}

.p-synchro-sub__detail--dlist {
  margin-top: 1.25vw;
  margin-bottom: 14px;
}

.p-synchro-sub__detail--dt {
  width: 42.5532%;
}

.p-synchro-sub__detail--dd {
  width: 57.4468%;
}

.p-synchro-sub__detail--btn {
  margin-top: auto;
}

.p-find {
  background-color: #f1e0cf;
}

.p-find__image {
  width: 36.5278%;
}

.p-find__detail {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 63.5417%;
  padding-right: 12.6389%;
  padding-left: 7.8472%;
}

.p-find__detail--txt {
  margin-top: 20px;
}

.p-find__detail--btn {
  margin-top: 42px;
}

.p-check {
  padding-top: 140px;
}

.p-check__ttl {
  text-align: center;
}

.p-check__btn {
  margin: 0 auto;
  margin-top: 70px;
}

.p-tabarea {
  margin-top: 88px;
}

.p-tabarea__tab {
  width: 33.1784%;
  padding: 26px 1.3889% 8px 1.1111%;
  background-color: #f2f2f2;
}

.p-tabarea__tab--txt {
  margin-left: 8.4034%;
}

.p-tabarea__tab.-active {
  padding: 20px 1.3889% 14px 1.3889%;
  border-top: 1px  solid #cccccc;
  border-right: 1px  solid #cccccc;
  border-bottom: 6px  solid #c8102e;
  border-left: 1px  solid #cccccc;
  background-color: #fff;
}

.p-tabarea__contents {
  display: none;
  padding-top: 62px;
}

.p-tabarea__contents.-active {
  display: block;
}

.p-tabarea__contents--moviearea {
  width: 57.6208%;
  max-width: 620px;
  padding-top: 8px;
}

.p-tabarea__contents--moviearea .the-look-video-wrapper {
  width: 100%;
  height: 100%;
}

.p-tabarea__contents--moviearea .the-look-video-wrapper .player > div {
  width: 100%;
  padding-top: 56.25%;
}

.p-tabarea__contents--detailarea {
  width: 400px;
  width: 37.1747%;
}

.p-tabarea__contents--togglearea {
  max-width: 400px;
}

.p-accordion {
  margin-top: 12px;
}

.p-accordion__name {
  margin-top: 68px;
}

.p-accordion__content {
  display: none;
}

.p-accordion__content ul li {
  position: relative;
}

.p-accordion__content ul li::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 47px;
  right: 5px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  content: '';
}

.p-accordion__content ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
  letter-spacing: -.1px;
  line-height: 1.22;
}

.p-accordion__content .sec6_item_list_img img {
  width: 80%;
  padding: 10px 0;
}

.p-accordion__content .sec6_item_list_img {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
}

.p-accordion__content .sec6_item_list_txt {
  margin-right: 15px;
  margin-left: 10px;
  font-size: 16px;
}

.p-banner {
  margin-top: 162px;
  padding-bottom: 150px;
}

.p-bnr-item {
  width: 50%;
  width: 50%;
  /*
	max-width: 358px;
	width: (358/1076)*100%;
	*/
  max-width: 538px;
}

.p-bnr-item + .p-bnr-item {
  margin-left: 1px;
}

.p-bnr-item__image {
  width: 47.0149%;
  min-height: 0%;
}

.p-bnr-item__textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52.9851%;
  padding: 0 6.338%;
  background-color: #000;
}

.p-bnr-item__textarea .u-animation {
  width: 100%;
}

.p-bnr-item__btn {
  margin: 0.55vw auto 0 auto;
}

.u-txt-c {
  text-align: center;
}

.u-txt-r {
  text-align: right;
}

.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

br.is-sp-narrow {
  display: none;
}

br.is-sp {
  display: none;
}

br.is-pc {
  display: inline-block;
}

br.is-tab {
  display: none;
}

br.is-pc.is-tab {
  display: inline-block;
}

span.is-sp {
  display: inline-block;
}

span.is-pc {
  display: none;
}

img.is-sp {
  display: inline-block;
}

img.is-pc {
  display: none;
}

.u-tr-delay {
  animation-delay: .4s;
}

.u-animation {
  opacity: 0;
}

.-fadein {
  transform: translateY(50px);
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .l-inner__mid {
    min-width: 686px;
  }
  .l-flex__dir-row.-tab-col {
    flex-direction: column;
  }
  .c-btn.-black.-short {
    max-width: 100%;
  }
  .c-mv__copy {
    font-size: 2.75rem;
    line-height: 1.24;
  }
  .c-mv__ttl {
    font-size: 1.6875rem;
    line-height: 1.1852;
  }
  .c-mv__txt {
    font-size: 1.1875rem;
    line-height: 1.2;
  }
  .c-med-heading {
    font-size: 2.375rem;
    line-height: 1.0947;
  }
  .c-reg-heading__large {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .c-reg-heading__normal {
    font-size: 2.125rem;
    line-height: 1.2;
  }
  .c-reg-heading__small {
    font-size: 1.875rem;
    line-height: 1.61;
  }
  .c-txt__small--lower {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .c-txt__normal {
    font-size: 0.9375rem;
    line-height: 1.222;
  }
  .c-txt__max {
    font-size: 1.625rem;
    line-height: 1.3077;
  }
  .c-tag {
    padding: 0px 5px;
    font-size: 0.625rem;
    line-height: 2;
  }
  .c-dlist__small--normal {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .c-dlist__small--bold {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .c-circlelabel {
    width: 84px;
    height: 84px;
    font-size: 1.125rem;
    line-height: 4.6667;
  }
  .c-tab {
    font-size: 0.9375rem;
    line-height: 1.222;
  }
  .p-skin__moviearea--txt {
    padding-right: 5.3385%;
    padding-left: 5.3385%;
  }
  .p-threeconponents__txt {
    padding-right: 5.3385%;
    padding-left: 5.3385%;
  }
  .p-conplexion__imagearea {
    background-position: left 17vw top;
  }
  .p-synchro__product {
    height: 56.27vw;
    max-height: 520px;
  }
  .p-synchro__product--label {
    margin-bottom: 3.3vw;
  }
  .p-synchro__product--btn {
    margin-top: 6.43vw;
  }
  .p-synchro-sub__item {
    display: flex;
    flex-direction: column;
    width: 49%;
  }
  .p-synchro-sub__item--image {
    width: 100%;
    min-height: 0%;
    margin-top: 4px;
  }
  .p-synchro-sub__detail {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
  }
  .p-synchro-sub__detail--tag + .p-synchro-sub__detail--tag {
    margin-left: 4px;
  }
  .p-synchro-sub__detail--btn {
    margin-top: 8px;
  }
  .p-find__detail {
    padding-right: 4.0039%;
  }
  .p-find__detail--txt {
    margin-top: 1.95vw;
  }
  .p-find__detail--btn {
    margin-top: 3.2vw;
  }
  .p-bnr-item {
    width: 100%;
    max-width: 100%;
    min-height: 0%;
  }
  .p-bnr-item + .p-bnr-item {
    margin-top: 1px;
    margin-left: 0;
  }
  .p-bnr-item__btn {
    margin: 18px auto 0 auto;
  }
  .is-sp {
    display: none;
  }
  .is-tab {
    display: block;
  }
  br.is-pc {
    display: none;
  }
  br.is-tab {
    display: inline-block;
  }
  span.is-sp {
    display: none;
  }
  span.is-tab {
    display: inline-block;
  }
  img.is-sp {
    display: none;
  }
  img.is-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px){
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
  span.is-sp {
    display: none;
  }
  span.is-pc {
    display: inline-block;
  }
  img.is-sp {
    display: none;
  }
  img.is-pc {
    display: inline-block;
  }
}

@media screen and (min-width: 1440px){
  .c-reg-heading__large {
    font-size: 3.75rem;
    line-height: 1.1;
  }
  .c-reg-heading__normal {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .c-reg-heading__small {
    font-size: 2.25rem;
    line-height: 1.6111;
  }
  .c-txt__small--lower {
    font-size: 1rem;
    line-height: 1.5;
  }
  .c-txt__max {
    font-size: 1.625rem;
    line-height: 1.3077;
  }
  .c-tag {
    padding: 0px 8px;
    font-size: 0.75rem;
    line-height: 2;
  }
  .c-dlist__small--normal {
    font-size: 0.875rem;
    line-height: 1.5714;
  }
  .c-dlist__small--bold {
    font-size: 0.875rem;
    line-height: 1.5714;
  }
  .c-tab {
    font-size: 1.125rem;
    line-height: 1.2222;
  }
  .p-conplexion__imagearea {
    background-position: right top;
  }
  .p-synchro__product.-bg-lifting {
    background-position: top right;
  }
  .p-synchro__product.-bg-refresh {
    background-position: top left;
  }
  .p-synchro-sub__item--image {
    width: 51.7046%;
  }
  .p-synchro-sub__detail {
    width: 48.2955%;
    padding-left: 3.7879%;
  }
  .p-synchro-sub__detail--tagarea {
    margin-top: 22px;
  }
  .p-synchro-sub__detail--dlist {
    margin-top: 18px;
  }
  .p-bnr-item__btn {
    margin: 8px auto 0 auto;
  }
}

@media screen and (max-width: 767px){
  a:hover {
    opacity: 1;
    transition: none;
  }
  .l-inner__mid {
    width: 89.3333%;
    min-width: 0;
  }
  .l-inner__mid.-spmax {
    width: 100%;
  }
  .l-flex__dir-row {
    flex-direction: column;
  }
  .l-flex__dir-col {
    flex-direction: row;
  }
  .l-flex__dir-col.-sp-reverse {
    flex-direction: row-reverse;
  }
  .c-btn.-black.-mini {
    width: 100%;
    height: 30px;
  }
  .c-btn.-black.-short {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  .c-btn.-black.-long {
    width: 100%;
    height: 40px;
  }
  .c-btn.-bk-wline {
    width: 100%;
    height: 26px;
  }
  .c-btn.-white.-small {
    width: 100%;
    height: 40px;
  }
  .c-btn.-white.-big {
    width: 100%;
    height: 40px;
  }
  .c-btn-txt.-black {
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-btn-txt.-white.-vasmall {
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-btn-txt.-white.-vanormal {
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-btn-txt.-white.-valarge {
    font-size: 0.875rem;
    line-height: 1;
  }
  .c-mv__copy {
    font-size: 1.4375rem;
    line-height: 1.1739;
  }
  .c-mv__ttl {
    font-size: 1.0625rem;
    line-height: 1.1765;
  }
  .c-mv__txt {
    font-size: 0.875rem;
    line-height: 1.2857;
  }
  .c-med-heading {
    font-size: 1.25rem;
    line-height: 1.15;
    text-align: left;
  }
  .c-reg-heading__large {
    font-size: 1.6563rem;
    letter-spacing: -0.02em;
    line-height: 1.1509;
  }
  .c-reg-heading__normal {
    font-size: 1.1875rem;
    line-height: 1.1579;
  }
  .c-reg-heading__small {
    font-size: 0.9375rem;
    line-height: 1.2;
  }
  .c-txt__small--lower {
    font-size: 1.125rem;
    line-height: 1.2222;
  }
  .c-txt__normal {
    font-size: 0.875rem;
    line-height: 1.2857;
  }
  .c-txt__normal.-sp-min {
    font-size: 0.5625rem;
    line-height: 1.1111;
  }
  .c-txt__large {
    font-size: 0.875rem;
    line-height: 1.2857;
  }
  .c-txt__max {
    font-size: 0.875rem;
    line-height: 1.3571;
  }
  .c-tag {
    padding: 3px;
    font-size: 0.5625rem;
    line-height: 1.1111;
  }
  .c-dlist__large {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .c-dlist__large--bold {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .c-dlist__small--normal {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .c-dlist__small--bold {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .c-circlelabel {
    width: 52px;
    height: 52px;
    font-size: 0.8125rem;
    line-height: 4;
  }
  .c-olist {
    font-size: 0.875rem;
    line-height: 1.2857;
  }
  .c-olist__item + .c-olist__item {
    margin-top: 28px;
  }
  .c-olist__item::before {
    top: 0;
    font-size: 1.0625rem;
    line-height: 1.1765;
  }
  .c-tab {
    font-size: 0.75rem;
    line-height: 1.1667;
  }
  .c-accordion__ttl {
    font-size: 0.75rem;
    line-height: 3.125;
  }
  .c-accordion__ttl::before {
    width: 12px;
  }
  .c-accordion__ttl::after {
    width: 12px;
  }
  .c-accordion__content {
    font-size: 0.75rem;
    line-height: 3.125;
  }
  .p-skin {
    padding-top: 66px;
  }
  .p-skin__moviearea {
    margin-top: 32px;
  }
  .p-skin__moviearea--movie {
    width: 100%;
    min-height: 0%;
  }
  .p-skin__moviearea--txt {
    width: 89.3333%;
    max-width: 100%;
    margin: 26px auto 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .p-skin__moviearea--normaltxt {
    max-width: 100%;
    margin-top: 24px;
  }
  .p-skintones {
    height: 48.53vw;
    background: url("../images/lp/foundation/bg-skin_skintones-sp@2x.jpg?$staticlink$");
    background-position: top center;
    background-size: cover;
  }
  .p-skintones__inner {
    margin-top: 190px;
  }
  .p-skintones__inner--txt {
    margin-top: 18px;
  }
  .p-lightad {
    padding-bottom: 62px;
  }
  .p-lightad__mvarea {
    margin-top: 28px;
  }
  .p-lightad__mvarea--txt {
    width: 89.3333%;
    margin: 28px auto 0 auto;
  }
  .p-threeconponents {
    margin-top: 74px;
  }
  .p-threeconponents__image {
    width: 89.3333%;
    max-width: 100%;
    min-height: 0%;
    margin-right: auto;
  }
  .p-threeconponents__list {
    margin-top: 28px;
  }
  .p-threeconponents__txt {
    width: 89.3333%;
    margin: 28px auto 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .p-conplexion {
    margin-top: 76px;
  }
  .p-conplexion__imagearea {
    height: 50.26vw;
    background-image: url("../images/lp/foundation/img-lightad_complexion-collection-sp@2x.jpg?$staticlink$");
    background-position: right center;
    background-size: 89.3333%;
  }
  .p-conplexion__txtarea {
    margin-top: 28px;
  }
  .p-conplexion__txt {
    margin-top: 18px;
  }
  .p-conplexion__txt + .p-conplexion__txt {
    margin-top: 22px;
  }
  .p-synchro {
    padding-top: 62px;
    padding-bottom: 50px;
  }
  .p-synchro__ttl + .p-synchro__productname {
    margin-top: 60px;
  }
  .p-synchro__productname {
    width: 84%;
  }
  .p-synchro__productname + .p-synchro__product {
    margin-top: 28px;
  }
  .p-synchro__productname--txt {
    margin-top: 24px;
    text-align: left;
  }
  .p-synchro__product {
    display: block;
  }
  .p-synchro__product.-bg-lifting {
    height: auto;
    background-image: none;
  }
  .p-synchro__product.-bg-refresh {
    height: auto;
    background-image: none;
  }
  .p-synchro__product + .p-synchro__productname {
    margin-top: 25px;
  }
  .p-synchro__product--bigimage {
    width: 100%;
  }
  .p-synchro__product--detailarea {
    position: static;
    width: 84%;
    margin-top: 24px;
  }
  .p-synchro__product--detailarea.-left {
    margin: 22px auto 0 auto;
  }
  .p-synchro__product--detailarea.-right {
    margin: 22px auto 0 auto;
  }
  .p-synchro__product--detailareabtm.-right {
    width: 100%;
  }
  .p-synchro__product--detailareabtm {
    width: 100%;
  }
  .p-synchro__product--name-l {
    width: 83.4921%;
    margin-top: 4px;
  }
  .p-synchro__product--name-r {
    text-align: left;
  }
  .p-synchro__product--label {
    margin-bottom: 0;
  }
  .p-synchro__product--tagarea {
    margin-top: 22px;
  }
  .p-synchro__product--dt {
    width: 70px;
    margin-top: 4px;
  }
  .p-synchro__product--dd {
    padding-top: 4px;
  }
  .p-synchro__product--btn {
    margin-top: 28px;
  }
  .p-synchro-sub {
    margin-top: 28px;
  }
  .p-synchro-sub__item {
    width: 100%;
    min-height: 0%;
  }
  .p-synchro-sub__item + .p-synchro-sub__item {
    margin-top: 30px;
  }
  .p-synchro-sub__item--image {
    width: 100%;
    min-height: 0%;
    margin-top: 0;
  }
  .p-synchro-sub__detail {
    display: block;
    width: 84%;
    margin: 28px auto 0 auto;
    padding-left: 0;
  }
  .p-synchro-sub__detail--tagarea {
    margin-top: 30px;
  }
  .p-synchro-sub__detail--dlist {
    margin-top: 6px;
    margin-bottom: 0;
  }
  .p-synchro-sub__detail--dt {
    width: 23.0159%;
  }
  .p-synchro-sub__detail--dd {
    width: 76.9841%;
  }
  .p-synchro-sub__detail--btn {
    margin-top: 28px;
  }
  .p-find__image {
    width: 38.6667%;
  }
  .p-find__detail {
    width: 61.3333%;
    padding-right: 5.3333%;
    padding-left: 8.6667%;
  }
  .p-find__detail--txt {
    margin-top: 5px;
  }
  .p-find__detail--btn {
    margin-top: 8px;
  }
  .p-check {
    padding-top: 80px;
  }
  .p-check__ttl {
    text-align: left;
  }
  .p-check__btn {
    max-width: 95.5224%;
    margin: 32px auto 0 auto;
  }
  .p-tabarea {
    margin-top: 30px;
  }
  .p-tabarea__tab {
    padding: 9px 4px;
  }
  .p-tabarea__tab--txt {
    margin-left: 0;
  }
  .p-tabarea__tab.-active {
    padding: 9px 4px;
    border-bottom: 3px  solid #c8102e;
  }
  .p-tabarea__contents {
    padding-top: 32px;
  }
  .p-tabarea__contents--moviearea {
    width: 100%;
    max-width: 100%;
    min-height: 0%;
    padding-top: 0;
  }
  .p-tabarea__contents--detailarea {
    width: 100%;
    margin-top: 24px;
  }
  .p-tabarea__contents--togglearea {
    max-width: 100%;
  }
  .p-accordion__name {
    margin-top: 26px;
  }
  .p-accordion__content .sec6_item_list_txt {
    margin-left: 0;
  }
  .p-banner {
    margin-top: 76px;
    padding-bottom: 80px;
  }
  .p-banner__wrap {
    min-height: 0%;
  }
  .p-bnr-item {
    width: 100%;
    max-width: 100%;
    min-height: 0%;
  }
  .p-bnr-item + .p-bnr-item {
    margin-top: 1px;
  }
  .p-bnr-item__image {
    width: 47.0149%;
  }
  .p-bnr-item__textarea {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 52.9851%;
    padding: 0 6.338%;
  }
  .p-bnr-item__btn {
    margin: 16px auto 0 auto;
  }
  br.is-sp-narrow {
    display: none;
  }
  br.is-sp {
    display: inline-block;
  }
  br.is-pc {
    display: none;
  }
  br.is-pc.is-tab {
    display: none;
  }
  .u-animation {
    opacity: 1;
  }
  .-fadein {
    transform: none;
    animation-name: none;
    animation-duration: 0;
    animation-fill-mode: none;
  }
}

@media screen and (max-width: 374px){
  .c-btn.-white.-big {
    height: 10.66vw;
  }
  .c-reg-heading__large {
    font-size: 1.5rem;
    line-height: 1.15;
  }
  .c-reg-heading__small {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .c-tab {
    font-size: 0.6875rem;
    line-height: 1.1664;
  }
  .p-find__detail--txt {
    margin-top: 1.33vw;
  }
  .p-find__detail--btn {
    margin-top: 2.13vw;
  }
  .p-bnr-item__btn {
    margin: 8px auto 0 auto;
  }
  br.is-sp-narrow {
    display: inline-block;
  }
}

@media screen{
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
