@charset "UTF-8";
/*
	Theme Name: KAI Beauty Tools
	Author: em.inc
	Version:
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # 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,
summary {
  display: block;
}

summary {
  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 {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* # =================================================================
   # 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 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 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 {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* 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 */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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 {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("/contents_file/products/beauty/common/fonts/icomoon.eot?rcrfuj");
  src: url("/contents_file/products/beauty/common/fonts/icomoon.eot?rcrfuj#iefix") format("embedded-opentype"), url("/contents_file/products/beauty/common/fonts/icomoon.ttf?rcrfuj") format("truetype"), url("/contents_file/products/beauty/common/fonts/icomoon.woff?rcrfuj") format("woff"), url("/contents_file/products/beauty/common/fonts/icomoon.svg?rcrfuj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="Icon"], [class*=" Icon"], [class^="Icon-Circle"], [class*=" Icon-Circle"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.Icon {
  font-size: 0;
}

i.Icon:before {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0;
  vertical-align: top;
}

i.Icon.-eyebrows:before {
  content: "\e900";
}

i.Icon.-kenuki:before {
  content: "\e901";
}

i.Icon.-curler:before {
  content: "\e902";
}

i.Icon.-produsts:before {
  content: "\e903";
}

i.Icon.-basic:before {
  content: "\e904";
}

i.Icon.-faceshaver:before {
  content: "\e916";
}

i.Icon.-bodyshaver:before {
  content: "\e917";
}

i.Icon.-eyebrow:before {
  content: "\e918";
}

i.Icon.-nailclippers:before {
  content: "\e919";
}

i.Icon.-facebrush:before {
  content: "\e91a";
}

i.Icon.-puff:before {
  content: "\e91b";
}

i.Icon.-eyemakeup:before {
  content: "\e91c";
}

i.Icon.-hairbrush:before {
  content: "\e91d";
}

i.Icon.-hairpin:before {
  content: "\e91e";
}

i.Icon.-facecare:before {
  content: "\e91f";
}

i.Icon.-makeup:before {
  content: "\e920";
}

i.Icon.-haircare:before {
  content: "\e921";
}

i.Icon.-nailcare:before {
  content: "\e922";
}

i.Icon.-bodycare:before {
  content: "\e905";
}

i.Icon.-footcare:before {
  content: "\e923";
}

i.Icon.-tools:before {
  content: "\e924";
}

i.Icon-Circle {
  font-size: 0;
}

i.Icon-Circle:before {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0;
  vertical-align: top;
}

i.Icon-Circle.-faceshaver:before {
  content: "\e907";
}

i.Icon-Circle.-bodyshaver:before {
  content: "\e908";
}

i.Icon-Circle.-eyebrow:before {
  content: "\e909";
}

i.Icon-Circle.-nailclippers:before {
  content: "\e90a";
}

i.Icon-Circle.-facebrush:before {
  content: "\e90b";
}

i.Icon-Circle.-puff:before {
  content: "\e90c";
}

i.Icon-Circle.-eyemakeup:before {
  content: "\e90d";
}

i.Icon-Circle.-hairbrush:before {
  content: "\e90e";
}

i.Icon-Circle.-hairpin:before {
  content: "\e90f";
}

i.Icon-Circle.-facecare:before {
  content: "\e910";
}

i.Icon-Circle.-makeup:before {
  content: "\e911";
}

i.Icon-Circle.-haircare:before {
  content: "\e912";
}

i.Icon-Circle.-nailcare:before {
  content: "\e913";
}

i.Icon-Circle.-bodycare:before {
  content: "\e906";
}

i.Icon-Circle.-footcare:before {
  content: "\e914";
}

i.Icon-Circle.-tools:before {
  content: "\e915";
}

/* default setting */
body {
  background-color: #fff;
  color: #333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 960px) {
  a {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  a:hover {
    text-decoration: underline;
  }
}

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

p {
  font-size: 14px;
  line-height: 2;
}

@media print, screen and (min-width: 960px) {
  p {
    font-size: 16px;
  }
}

input:-ms-input-placeholder {
  color: #a3a3a3;
}

@media print, screen and (max-width: 959px) {
  img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 960px) {
  img {
    vertical-align: top;
  }
  .sp {
    display: none !important;
  }
}

/* blocks */
.Arrow {
  width: 16px;
  height: 92px;
}

.Arrow.-gotop {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.Arrow .Arrow__inner {
  display: block;
  width: 16px;
  height: 92px;
  position: relative;
}

.Arrow .Arrow__inner:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/contents_file/products/beauty/common/images/icon_arrow_ball.svg");
  z-index: 2;
  -webkit-animation-name: arrowScroll;
  animation-name: arrowScroll;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.Arrow .Arrow__line {
  width: 9px;
  height: 92px;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
}

.Arrow .Arrow__line:before {
  content: '';
  display: block;
  border-left: 1px solid #bcbcbc;
  width: 1px;
  height: 100%;
  margin-left: 4px;
}

.Arrow.-gotop .Arrow__line {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/contents_file/products/beauty/common/images/icon_arrow_line.svg");
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.Arrow.-gotop .Arrow__line:before {
  content: none;
}

@media print, screen and (min-width: 960px) {
  .Arrow .Arrow__inner {
    width: 16px;
    height: 92px;
  }
  .Arrow .Arrow__inner:before {
    width: 7px;
    width: 7px;
  }
  .Arrow .Arrow__inner:after {
    width: 9px;
    height: 92px;
  }
  .Arrow .Arrow__inner.-link:hover {
    opacity: 0.7;
  }
}

@-webkit-keyframes arrowScroll {
  0% {
    top: 0%;
  }
  100% {
    top: 96%;
  }
}

@keyframes arrowScroll {
  0% {
    top: 0%;
  }
  100% {
    top: 96%;
  }
}

.Breadcrumb {
  border-top: 1px solid #e6e6e6;
}

.Breadcrumb .Breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  white-space: nowrap;
}

.Breadcrumb .Breadcrumb__item {
  position: relative;
  margin-right: 25px;
}

.Breadcrumb .Breadcrumb__item::after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 7px;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  background-image: url(/contents_file/products/beauty/common/images/breadcrumb.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.Breadcrumb .Breadcrumb__item:last-child {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 -0.5em 0 0;
}

.Breadcrumb .Breadcrumb__item:last-child::after {
  content: none;
}

.Breadcrumb .Breadcrumb__link {
  color: #999;
}

.Breadcrumb .Breadcrumb__text {
  font-size: 10px;
  display: inline-block;
  line-height: 30px;
  letter-spacing: 0;
}

.Breadcrumb .Breadcrumb__span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #4d4d4d;
}

@media print, screen and (min-width: 960px) {
  .Breadcrumb .Breadcrumb__list {
    height: 50px;
  }
  .Breadcrumb .Breadcrumb__item {
    margin-right: 45px;
  }
  .Breadcrumb .Breadcrumb__item::after {
    width: 8px;
    height: 13px;
    right: -25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(/contents_file/products/beauty/common/images/breadcrumb-pc.svg);
  }
  .Breadcrumb .Breadcrumb__text {
    font-size: 13px;
    line-height: 50px;
  }
}

.Btn1 {
  margin-right: auto;
  margin-left: auto;
}

.Btn1 .Btn1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c50029;
  text-align: center;
  height: 50px;
  width: 100%;
  position: relative;
}

.Btn1 .Btn1__text {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-left: 30px;
}

@media print, screen and (min-width: 960px) {
  .Btn1 .Btn1__link:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
  }
  .Btn1 .Btn1__link:hover {
    background-color: #900526;
  }
  .Btn1 .Btn1__text {
    font-size: 16px;
  }
}

.Btn2 {
  width: 100%;
  margin: 0 0 0;
}

.Btn2 .Btn2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b3b3b3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-size: 11px;
  color: #333;
}

@media print, screen and (min-width: 960px) {
  .Btn2 {
    width: 520px;
    margin: 0 auto 0;
  }
  .Btn2 .Btn2__link {
    height: 56px;
    font-size: 13px;
  }
}

.Card {
  margin: 0 0 20px;
}

.Card .Card__link {
  display: block;
  position: relative;
}

.Card .Card__link::before {
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 90;
}

.Card .Card__link::after {
  content: '';
  display: block;
  background-image: url(/contents_file/products/beauty/common/images/icon_arrow_short.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  width: 8%;
  height: 12px;
  top: 50%;
  right: 20px;
  z-index: 98;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.Card .Card__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  min-width: 100%;
  text-align: center;
}

.Card .Card__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.4;
  color: #FFFFFF;
}

.Card .Card__title span {
  font-weight: 400;
}

.Card .Card__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: #B3B3B3;
  text-align: center;
  margin: 12px 0 0;
}

.Card:last-child {
  margin: 0;
}

.Card.-noLink .Card__link::after {
  content: none;
}

.Card.-noLink .Card__link:before {
  background-color: rgba(255, 255, 255, 0.86) !important;
}

@media print, screen and (min-width: 960px) {
  .Card {
    margin: 0 0 50px;
    /*.Card__wrapper{
			min-width: 100%;
		    text-align: center;
		}*/
  }
  .Card .Card__link::before {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  .Card .Card__link::after {
    background-image: url(/contents_file/products/beauty/common/images/icon_arrow_long.svg);
    width: 40px;
    right: 24px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .Card .Card__link:hover::before {
    width: calc(100% - 40px);
    height: calc(100% - 32px);
  }
  .Card .Card__link:hover::after {
    right: 22px;
  }
  .Card .Card__img {
    width: 100%;
  }
  .Card .Card__title {
    font-size: 24px;
  }
  .Card .Card__text {
    font-size: 15px;
    line-height: 21px;
  }
  .Card.-noLink .Card__link:before {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
}

.-eyebrows .Card__link::before {
  background-color: #FF93BB;
}

.-kenuki .Card__link::before {
  background-color: #e0bc6f;
}

.-eyelashcurler .Card__link::before {
  background-color: #618AA8;
}

.CardWrapper {
  margin: 32px 0 0;
}

@media print, screen and (min-width: 960px) {
  .CardWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 100px -18px 0;
    padding: 0 0;
  }
  .CardWrapper .CardWrapper__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 18px;
  }
}

.ColumnKeyword {
  margin-bottom: 35px;
}

.ColumnKeyword .ColumnKeyword__title {
  text-align: center;
  padding-bottom: 10px;
}

.ColumnKeyword .ColumnKeyword__titleText {
  font-size: 16px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding-left: 25px;
  position: relative;
}

.ColumnKeyword .ColumnKeyword__titleText:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 19px;
  background-image: url(/contents_file/products/beauty/column/tag/images/icon_keyword.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.ColumnKeyword .ColumnKeyword__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ColumnKeyword .ColumnKeyword__link {
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  border: 1px solid #999999;
  padding: 1px 12px 1px 10px;
  letter-spacing: 0.2px;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .ColumnKeyword {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ColumnKeyword .ColumnKeyword__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    margin-right: 30px;
  }
  .ColumnKeyword .ColumnKeyword__titleText {
    font-size: 18px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    padding-left: 30px;
  }
  .ColumnKeyword .ColumnKeyword__titleText:before {
    width: 23px;
    height: 24px;
  }
  .ColumnKeyword .ColumnKeyword__item {
    margin-right: 12px;
  }
  .ColumnKeyword .ColumnKeyword__link {
    font-size: 16px;
  }
  .ColumnKeyword .ColumnKeyword__link:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #999999;
  }
}

.ColumnList .ColumnList__item {
  margin-bottom: 28px;
}

.ColumnList .ColumnList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ColumnList .ColumnList__imageWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  max-width: 75px;
}

.ColumnList .ColumnList__textWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 15px;
}

.ColumnList .ColumnList__title {
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.ColumnList .ColumnList__CategoryItem {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}

.ColumnList .ColumnList__CategoryLink {
  font-size: 12px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  color: #fff;
  background-color: #999999;
  padding: 1px 10px;
  letter-spacing: 0.2px;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .ColumnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
  }
  .ColumnList .ColumnList__item {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .ColumnList .ColumnList__link {
    margin-bottom: 25px;
  }
  .ColumnList .ColumnList__link:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .7;
  }
  .ColumnList .ColumnList__link:hover .ColumnList__title {
    text-decoration: underline;
  }
  .ColumnList .ColumnList__link:hover .ColumnList__text {
    text-decoration: none !important;
  }
  .ColumnList .ColumnList__imageWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .ColumnList .ColumnList__textWrap {
    margin-left: 35px;
  }
  .ColumnList .ColumnList__title {
    font-size: 17px;
    line-height: 1.58;
    margin-bottom: 17px;
    letter-spacing: 1.4px;
  }
  .ColumnList .ColumnList__text {
    font-size: 14px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    line-height: 1.71;
    color: #808080;
    letter-spacing: 1.2px;
  }
  .ColumnList .ColumnList__Category {
    margin-left: 185px;
  }
  .ColumnList .ColumnList__CategoryItem {
    margin-right: 10px;
  }
  .ColumnList .ColumnList__CategoryLink {
    font-size: 13px;
  }
  .ColumnList .ColumnList__CategoryLink:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .6;
  }
}

.ColumnList2 .ColumnList2__item {
  margin-bottom: 28px;
}

.ColumnList2 .ColumnList2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ColumnList2 .ColumnList2__imageWrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  max-width: 75px;
}

.ColumnList2 .ColumnList2__textWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 15px;
}

.ColumnList2 .ColumnList2__title {
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.ColumnList2 .ColumnList2__CategoryItem {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
}

.ColumnList2 .ColumnList2__CategoryLink {
  font-size: 12px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  color: #fff;
  background-color: #999999;
  padding: 1px 10px;
  letter-spacing: 0.2px;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .ColumnList2 {
    border-right: 1px dotted #bbb;
  }
  .ColumnList2 .ColumnList2__item {
    margin-bottom: 40px;
    margin-right: 61px;
  }
  .ColumnList2 .ColumnList2__item:last-child {
    margin-bottom: 0;
  }
  .ColumnList2 .ColumnList2__link {
    margin-bottom: 25px;
  }
  .ColumnList2 .ColumnList2__link:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .7;
  }
  .ColumnList2 .ColumnList2__link:hover .ColumnList2__title {
    text-decoration: underline;
  }
  .ColumnList2 .ColumnList2__link:hover .ColumnList2__text {
    text-decoration: none !important;
  }
  .ColumnList2 .ColumnList2__imageWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .ColumnList2 .ColumnList2__textWrap {
    margin-left: 35px;
  }
  .ColumnList2 .ColumnList2__title {
    font-size: 17px;
    line-height: 1.58;
    margin-bottom: 17px;
    letter-spacing: 1.4px;
    letter-spacing: 1.5px;
  }
  .ColumnList2 .ColumnList2__text {
    font-size: 14px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    line-height: 1.71;
    color: #808080;
    letter-spacing: 1.2px;
    letter-spacing: 1.4px;
  }
  .ColumnList2 .ColumnList2__Category {
    margin-left: 185px;
  }
  .ColumnList2 .ColumnList2__CategoryItem {
    margin-right: 10px;
  }
  .ColumnList2 .ColumnList2__CategoryLink {
    font-size: 13px;
  }
  .ColumnList2 .ColumnList2__CategoryLink:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .6;
  }
}

.ColumnMv {
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 37.33%;
  background-image: url(/contents_file/products/beauty/column/images/mv_sp.jpg);
  position: relative;
}

.ColumnMv .ColumnMv__title {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.0;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 2px;
}

.ColumnMv .ColumnMv__title span {
  padding-right: 50px;
  position: relative;
}

.ColumnMv .ColumnMv__title span::after {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  right: 5px;
  top: -10px;
  background-image: url(/contents_file/products/beauty/column/images/title_flower_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ColumnMv .ColumnMv__sub {
  font-size: 10px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #fff;
  width: 80%;
  line-height: 1.65;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.3px;
}

@media print, screen and (min-width: 960px) {
  .ColumnMv {
    padding-top: 242px;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(/contents_file/products/beauty/column/images/mv_pc.jpg);
  }
  .ColumnMv .ColumnMv__title {
    top: 100px;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: 5.6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: 55px;
  }
  .ColumnMv .ColumnMv__title span {
    padding-right: 145px;
  }
  .ColumnMv .ColumnMv__title span::after {
    width: 122px;
    height: 135px;
    right: 10px;
    top: -30px;
    background-image: url(/contents_file/products/beauty/column/images/title_flower_pc.svg);
  }
  .ColumnMv .ColumnMv__sub {
    font-size: 13px;
    width: 100%;
    line-height: 1.76;
    letter-spacing: 1.2px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: 158px;
  }
}

@media print, screen and (min-width: 960px) and (max-width: 1010px) and (min-width: 960px) {
  .ColumnMv .ColumnMv__title {
    font-size: 63px;
    letter-spacing: 3px;
  }
}

.ColumunNavi {
  padding-bottom: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/contents_file/products/beauty/column/images/bg_sp.png);
  padding-top: 50px;
}

.ColumunNavi .ColumunNavi__title {
  font-size: 23px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  padding-top: 30px;
  padding-bottom: 18px;
  letter-spacing: -1.5px;
  text-align: center;
}

.ColumunNavi .ColumunNavi__title span {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.ColumunNavi .ColumunNavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ColumunNavi .ColumunNavi__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 12px;
}

.ColumunNavi .ColumunNavi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  padding: 0 15px 0 10px;
  background-color: rgba(255, 255, 255, 0.95);
}

.ColumunNavi .ColumunNavi__text {
  font-size: 12px;
  line-height: 1.458;
  letter-spacing: 0.5px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
}

.ColumunNavi .ColumunNavi__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 8px;
}

.ColumunNavi .ColumunNavi__icon::before {
  font-size: 40px;
}

@media print, screen and (min-width: 960px) {
  .ColumunNavi {
    padding-bottom: 80px;
    background-position: top center;
    background-image: url(/contents_file/products/beauty/column/images/bg_pc.png);
    padding-top: 95px;
  }
  .ColumunNavi .ColumunNavi__title {
    font-size: 34px;
    padding-top: 40px;
    padding-bottom: 40px;
    letter-spacing: 2px;
  }
  .ColumunNavi .ColumunNavi__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .ColumunNavi .ColumunNavi__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
    max-width: 216px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .ColumunNavi .ColumunNavi__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 122px;
    padding: 0;
  }
  .ColumunNavi .ColumunNavi__link:hover {
    cursor: pointer;
    opacity: .6;
    text-decoration: none;
  }
  .ColumunNavi .ColumunNavi__text {
    font-size: 13px;
    line-height: 1;
    padding-bottom: 18px;
    padding-top: 20px;
  }
  .ColumunNavi .ColumunNavi__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
  .ColumunNavi .ColumunNavi__icon::before {
    font-size: 50px;
  }
}

.ColumnPickup {
  padding-bottom: 42px;
  position: static;
  z-index: 2 !important;
}

.ColumnPickup:before {
  content: '';
  display: block;
  width: 60px;
  height: 124px;
  position: absolute;
  right: 5px;
  bottom: -55px;
  background-image: url(/contents_file/products/beauty/column/images/flower1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ColumnPickup .ColumnPickupTitle {
  text-align: center;
  padding: 45px 0 15px;
}

.ColumnPickup .ColumnPickupTitle__text {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.0;
  font-size: 28px;
  letter-spacing: 2px;
}

.ColumnPickup .ColumnPickup__list {
  padding: 0 20px;
}

.ColumnPickup .ColumnPickup__item {
  margin-bottom: 35px;
}

.ColumnPickup .ColumnPickup__link {
  display: block;
}

.ColumnPickup .ColumnPickup__img {
  padding-bottom: 12px;
}

.ColumnPickup .ColumnPickup__text {
  font-size: 13px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  line-height: 1.73;
}

.ColumnPickup .ColumnPickup__bnr {
  padding-top: 42px;
  position: relative;
}

.ColumnPickup .ColumnPickup__bnr::after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  left: 20px;
  top: 0px;
  background-image: url(/contents_file/products/beauty/column/images/bg1.svg);
  background-size: contain;
  background-repeat: repeat-x;
}

.ColumnPickup .ColumnPickup__bnrLink {
  display: block;
}

.ColumnPickup .ColumnPickup__bnrImg {
  z-index: 3;
}

@media print, screen and (min-width: 960px) {
  .ColumnPickup {
    padding-bottom: 30px;
  }
  .ColumnPickup:before {
    width: 92px;
    height: 190px;
    right: 6%;
    bottom: -95px;
  }
  .ColumnPickup .ColumnPickupTitle {
    padding: 80px 0 40px;
  }
  .ColumnPickup .ColumnPickupTitle__text {
    font-size: 43px;
    letter-spacing: 4px;
  }
  .ColumnPickup .ColumnPickup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ColumnPickup .ColumnPickup__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72.42%;
    flex: 0 0 72.42%;
  }
  .ColumnPickup .ColumnPickup__item {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 7%;
  }
  .ColumnPickup .ColumnPickup__link:hover {
    cursor: pointer;
    opacity: .7;
  }
  .ColumnPickup .ColumnPickup__img {
    padding-bottom: 24px;
    width: 100%;
  }
  .ColumnPickup .ColumnPickup__text {
    font-size: 15px;
    line-height: 1.86;
  }
  .ColumnPickup .ColumnPickup__bnr {
    padding-top: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.58%;
    flex: 0 0 27.58%;
    max-width: 27.58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 5%;
  }
  .ColumnPickup .ColumnPickup__bnr::after {
    display: none;
  }
  .ColumnPickup .ColumnPickup__bnrLink {
    display: block;
    position: relative;
  }
  .ColumnPickup .ColumnPickup__bnrLink::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: -23%;
    background-image: url(/contents_file/products/beauty/column/images/bg1_pc.svg);
    background-size: contain;
    background-repeat: repeat-y;
  }
  .ColumnPickup .ColumnPickup__bnrLink:hover {
    cursor: pointer;
    opacity: .7;
  }
  .ColumnPickup .ColumnPickup__bnrImg {
    z-index: 3;
    width: 100%;
  }
}

.ColumnRecommend {
  z-index: 1 !important;
  background-image: url(/contents_file/products/beauty/column/images/flower2.svg);
  background-repeat: no-repeat;
  background-position: 5px 60px;
  background-size: 92px 121px;
  padding-bottom: 60px;
}

.ColumnRecommend:after {
  content: '';
  display: block;
  width: 80px;
  height: 105px;
  position: absolute;
  right: 0;
  bottom: -20px;
  background-image: url(/contents_file/products/beauty/column/images/flower3.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ColumnRecommend .ColumnRecommend__wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D4D4;
}

.ColumnRecommend .ColumnRecommend__btn {
  text-align: right;
}

.ColumnRecommend .ColumnRecommend__btnLink {
  font-size: 12px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 5px 90px 5px 0;
  display: block;
  letter-spacing: -0.2px;
  position: relative;
}

.ColumnRecommend .ColumnRecommend__btnLink::after {
  content: '';
  display: block;
  width: 70px;
  height: 9px;
  position: absolute;
  right: 0px;
  top: 10px;
  background-image: url(/contents_file/products/beauty/column/images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 960px) {
  .ColumnRecommend {
    z-index: 1 !important;
    background-position: 8% 35px;
    background-size: 134px 176px;
    padding-bottom: 85px;
  }
  .ColumnRecommend:after {
    width: 126px;
    height: 165px;
    right: 0px;
    bottom: -22px;
  }
  .ColumnRecommend .ColumnRecommend__wrap {
    padding-bottom: 10px;
  }
  .ColumnRecommend .ColumnRecommend__btnLink {
    font-size: 13px;
    padding: 10px 90px 10px 0;
    width: 330px;
    margin-left: auto;
  }
  .ColumnRecommend .ColumnRecommend__btnLink::after {
    top: 20px;
  }
  .ColumnRecommend .ColumnRecommend__btnLink:hover {
    cursor: pointer;
    opacity: .7;
    text-decoration: none;
  }
}

.ColumnSerch .ColumnSerch__list {
  background: -webkit-gradient(linear, left top, right top, from(#e9eaec), to(#e7edee));
  background: -webkit-linear-gradient(left, #e9eaec, #e7edee);
  background: -o-linear-gradient(left, #e9eaec, #e7edee);
  background: linear-gradient(90deg, #e9eaec, #e7edee);
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.ColumnSerch .ColumnSerch__item {
  border-bottom: 1px solid #D3D3D3;
}

.ColumnSerch .ColumnSerch__item:last-child {
  border-bottom: none;
}

.ColumnSerch .ColumnSerch__link {
  display: block;
  text-align: center;
  padding: 30px 0 25px;
}

.ColumnSerch .ColumnSerch__jp {
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  display: block;
  margin-bottom: 8px;
}

.ColumnSerch .ColumnSerch__jp span {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.ColumnSerch .ColumnSerch__en {
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.0;
  display: block;
}

@media print, screen and (min-width: 960px) {
  .ColumnSerch .ColumnSerch__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ColumnSerch .ColumnSerch__item {
    border-bottom: none;
    border-right: 1px solid #D3D3D3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .ColumnSerch .ColumnSerch__link {
    display: block;
    text-align: center;
    padding: 75px 0 72px;
  }
  .ColumnSerch .ColumnSerch__link:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #DBDDE1;
  }
  .ColumnSerch .ColumnSerch__jp {
    font-size: 23px;
    margin-bottom: 8px;
  }
  .ColumnSerch .ColumnSerch__jp span {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .ColumnSerch .ColumnSerch__en {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.ColumnTag .ColumnTag__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.ColumnTag .ColumnTag__pageLink {
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ColumnTag .ColumnTag__pageLink.-current a {
  text-decoration: none;
  background: #bbbbbb;
  color: #fff;
}

.ColumnTag .ColumnTag__pageLink.-none {
  border: none;
}

.ColumnTag .ColumnTag__pageLink a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
}

.ColumnTag .ColumnTag__sideImageLink {
  display: block;
}

.ColumnTag.-eyebrowsSpecial {
  padding-top: 25px;
}

.ColumnTag.-eyebrowsSpecial .ColumnTag__main:before {
  display: none;
}

@media print, screen and (max-width: 959px) {
  .ColumnTag.-fixed .ColumnTag__floating {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 999;
  }
  .ColumnTag .ColumnTag__floating {
    display: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#a2a2a2), to(#bbbbbb));
    background: -webkit-linear-gradient(bottom, #a2a2a2 0%, #bbbbbb 100%);
    background: -o-linear-gradient(bottom, #a2a2a2 0%, #bbbbbb 100%);
    background: linear-gradient(0deg, #a2a2a2 0%, #bbbbbb 100%);
    text-align: center;
    width: 100%;
  }
  .ColumnTag .ColumnTag__floating a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #fff;
    height: 45px;
  }
  .ColumnTag .ColumnTag__floating img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .ColumnTag .ColumnTag__main {
    position: relative;
  }
  .ColumnTag .ColumnTag__main:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 45px;
    right: 8px;
    width: 86px;
    height: 100px;
    background-image: url(/contents_file/products/beauty/column/tag/images/flower1.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ColumnTag .ColumnTag__side {
    padding-top: 41px;
    margin-top: 60px;
    border-top: 1px dotted #bbbbbb;
  }
  .ColumnTag .ColumnTag__find {
    margin-top: 65px;
  }
  .ColumnTag .ColumnTag__findTitle {
    font-size: 23px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    text-align: center;
  }
  .ColumnTag .ColumnTag__findTitle.-problem {
    margin-top: 53px;
  }
  .ColumnTag .ColumnTag__strong {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .ColumnTag .ColumnTag__icons {
    margin-top: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ColumnTag .ColumnTag__icon {
    width: 50%;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
  }
  .ColumnTag .ColumnTag__icon a {
    padding: 0 20px 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .ColumnTag .ColumnTag__icon a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .ColumnTag .ColumnTag__iconfont {
    text-align: center;
  }
  .ColumnTag .ColumnTag__iconfont.Icon:before {
    font-size: 40px;
  }
  .ColumnTag .ColumnTag__iconName {
    font-size: 12px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300;
    text-align: center;
    margin-left: 10px;
    text-align: left;
    line-height: 1.45;
    letter-spacing: 0.5px;
  }
  .ColumnTag .ColumnTag__pageLink {
    width: 43px;
    height: 43px;
  }
  .ColumnTag .ColumnTag__pageLink:not(.-prev) {
    margin-left: 13px;
  }
  .ColumnTag .ColumnTag__pageLink.-none {
    width: 18px;
  }
  .ColumnTag .ColumnTag__pageLink.-prev, .ColumnTag .ColumnTag__pageLink.-next {
    width: 56px;
  }
  .ColumnTag .ColumnTag__pageLink.-prev a svg {
    width: 20px;
    height: 8px;
  }
  .ColumnTag .ColumnTag__pageLink.-next a svg {
    width: 20px;
    height: 8px;
  }
  .ColumnTag .ColumnTag__pageLink a {
    font-size: 11px;
  }
}

@media print, screen and (min-width: 960px) {
  .ColumnTag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ColumnTag.-eyebrowsSpecial {
    padding-top: 65px;
  }
  .ColumnTag.-eyebrowsSpecial .ColumnTag__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 840px;
    flex: 0 0 840px;
    max-width: 840px;
    padding-bottom: 100px;
  }
  .ColumnTag.-eyebrowsSpecial .ColumnTag__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
  }
  .ColumnTag .ColumnTag__main {
    width: 840px;
  }
  .ColumnTag .ColumnTag__pageLink {
    width: 56px;
    height: 56px;
  }
  .ColumnTag .ColumnTag__pageLink:not(.-prev) {
    margin-left: 18px;
  }
  .ColumnTag .ColumnTag__pageLink.-none {
    width: 35px;
  }
  .ColumnTag .ColumnTag__pageLink.-prev, .ColumnTag .ColumnTag__pageLink.-next {
    width: 70px;
  }
  .ColumnTag .ColumnTag__pageLink.-prev a svg {
    width: 22px;
    height: 10px;
  }
  .ColumnTag .ColumnTag__pageLink.-prev a:hover .arrow {
    fill: #fff !important;
  }
  .ColumnTag .ColumnTag__pageLink.-prev a:hover .line {
    stroke: #fff !important;
  }
  .ColumnTag .ColumnTag__pageLink.-next a svg {
    width: 22px;
    height: 10px;
  }
  .ColumnTag .ColumnTag__pageLink.-next a:hover .arrow {
    fill: #fff !important;
  }
  .ColumnTag .ColumnTag__pageLink.-next a:hover .line {
    stroke: #fff !important;
  }
  .ColumnTag .ColumnTag__pageLink a {
    font-size: 15px;
  }
  .ColumnTag .ColumnTag__pageLink a:hover {
    text-decoration: none;
    background: #bbbbbb;
    color: #fff;
  }
  .ColumnTag .ColumnTag__side {
    width: 320px;
    margin-left: 60px;
    position: relative;
  }
  .ColumnTag .ColumnTag__side:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -60px;
    right: 8px;
    width: 144px;
    height: 167px;
    background-image: url(/contents_file/products/beauty/column/tag/images/flower1.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ColumnTag .ColumnTag__sideImageLink:hover {
    cursor: pointer;
    opacity: .7;
  }
  .ColumnTag .ColumnTag__find {
    margin-top: 45px;
    width: 260px;
  }
  .ColumnTag .ColumnTag__find.-fixed {
    position: fixed;
    top: 0;
    display: block;
    z-index: 999;
  }
  .ColumnTag .ColumnTag__find.-fixed.-bottom {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0px;
    width: 260px;
  }
  .ColumnTag .ColumnTag__findTitle {
    font-size: 18px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    text-align: center;
  }
  .ColumnTag .ColumnTag__findTitle.-problem {
    margin-top: 45px;
  }
  .ColumnTag .ColumnTag__strong {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .ColumnTag .ColumnTag__icons {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ColumnTag .ColumnTag__icon {
    width: 50%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
  }
  .ColumnTag .ColumnTag__icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
    padding-top: 8px;
  }
  .ColumnTag .ColumnTag__icon a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .ColumnTag .ColumnTag__iconfont {
    text-align: center;
  }
  .ColumnTag .ColumnTag__iconfont.Icon:before {
    font-size: 44px;
  }
  .ColumnTag .ColumnTag__iconName {
    font-size: 11px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 2px;
  }
}

@media print, screen and (max-width: 959px) {
  .Copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .Copyright .Copyright__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    width: 68px;
  }
  .Copyright .Copyright__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.0;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #979797;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
  }
}

@media print, screen and (min-width: 960px) {
  .Copyright {
    display: block;
    text-align: center;
    border-top: 1px solid #979797;
    padding: 45px 0 90px;
  }
  .Copyright .Copyright__logo {
    display: block;
    width: 154px;
    height: auto;
    margin: 0 auto;
  }
  .Copyright .Copyright__text {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.0;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #979797;
    text-align: center;
    display: block;
    margin-top: 30px;
  }
}

body.eyebrowsSpecial .EbMayuota {
  padding-top: 35px;
  padding-bottom: 10px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__title {
  color: #e8799a;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  position: relative;
  padding: 0 40px;
  letter-spacing: -0.08em;
  margin-bottom: 20px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 53px;
  height: 31px;
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/deco1.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 53px;
  height: 31px;
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/deco2.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__item {
  margin-bottom: 40px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__itemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__imageBox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  margin-right: 30px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__name {
  color: #e8799a;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 16px;
  margin-bottom: 2px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__position {
  color: #e8799a;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 12px;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__exp {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.53846;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsItem {
  margin-right: 20px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 13px;
  text-decoration: underline;
  padding: 5px 0 5px 30px;
  position: relative;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-insta:before {
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_insta.svg);
  width: 21px;
  height: 21px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-blog {
  padding-left: 35px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-blog:before {
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_pen.svg);
  width: 24px;
  height: 24px;
  padding-left: 30px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-youtube {
  padding-left: 35px;
  letter-spacing: -0.05em;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-youtube:before {
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_youtue.svg);
  width: 26px;
  height: 18px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__note {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 13px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__video {
  margin-top: 30px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__videoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__videoImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__videoText {
  padding-left: 15px;
  padding-right: 50px;
  position: relative;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__videoText:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_start.svg);
  width: 25px;
  height: 25px;
}

body.eyebrowsSpecial .EbMayuota .EbMayuota__videoText span {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbMayuota {
    padding-top: 70px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__title {
    font-size: 34px;
    padding: 0 80px;
    margin-bottom: 25px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__title:before {
    left: 60px;
    width: 91px;
    height: 53px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__title:after {
    right: 60px;
    width: 91px;
    height: 53px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__item {
    margin-bottom: 40px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__itemFlex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 13px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__imageBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    margin-right: 45px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__imageBox img {
    width: 100%;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__name {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__position {
    font-size: 15px;
    margin-bottom: 10px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__exp {
    font-size: 14px;
    line-height: 1.42857;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink {
    font-size: 14px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink:hover {
    text-decoration: none;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-insta:before {
    width: 22px;
    height: 22px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-blog:before {
    width: 25px;
    height: 25px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__snsLink.-youtube:before {
    width: 27px;
    height: 19px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__note {
    font-size: 14px;
    color: #333;
    letter-spacing: -0.05em;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__videoLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__videoLink:hover {
    cursor: pointer;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__videoImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__videoImage img {
    width: 100%;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__videoText {
    padding-left: 30px;
    padding-right: 80px;
    display: block;
    width: 100%;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__videoText:before {
    right: 30px;
    width: 35px;
    height: 35px;
  }
  body.eyebrowsSpecial .EbMayuota .EbMayuota__videoText span {
    font-size: 16px;
    line-height: 1.5;
  }
}

body.eyebrowsSpecial .EbNote {
  padding-top: 25px;
  padding-bottom: 45px;
}

body.eyebrowsSpecial .EbNote .EbNote__title {
  color: #808080;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding-bottom: 15px;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl {
  font-size: 13px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl:last-child {
  border-bottom: 1px solid #cccccc;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl dt {
  padding: 10px 35px 20px 0px;
  min-height: 40px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  position: relative;
  letter-spacing: -0.05em;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl dt.open {
  border-bottom: 1px dotted #cccccc;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl dt.open:after {
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_minus.png);
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl dt:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_plus.png);
  background-size: 100%;
  position: absolute;
  top: 11px;
  right: 18px;
  margin: auto;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl dd {
  padding: 20px 0 20px 0px;
  display: none;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl dd p {
  line-height: 1.53846;
  font-size: 13px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  letter-spacing: -0.05em;
}

body.eyebrowsSpecial .EbNote .EbNote__wrap dl dd .mb {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbNote {
    padding-top: 35px;
    padding-bottom: 90px;
  }
  body.eyebrowsSpecial .EbNote .EbNote__title {
    font-size: 16px;
    padding-bottom: 22px;
  }
  body.eyebrowsSpecial .EbNote .EbNote__wrap dl {
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbNote .EbNote__wrap dl dt {
    padding: 15px 35px 25px 0px;
  }
  body.eyebrowsSpecial .EbNote .EbNote__wrap dl dt:after {
    width: 26px;
    height: 26px;
    top: 18px;
  }
  body.eyebrowsSpecial .EbNote .EbNote__wrap dl dt:hover {
    cursor: pointer;
    opacity: .7;
  }
  body.eyebrowsSpecial .EbNote .EbNote__wrap dl dd {
    padding: 22px 0 25px 0px;
  }
  body.eyebrowsSpecial .EbNote .EbNote__wrap dl dd p {
    line-height: 1.5;
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbNote .EbNote__wrap dl dd .mb {
    margin-bottom: 20px;
  }
}

body.eyebrowsSpecial .EbPoint {
  padding: 45px 0 0;
}

body.eyebrowsSpecial .EbPoint p {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 13px;
}

body.eyebrowsSpecial .EbPoint .EbPoint__title {
  margin: 0 0 20px;
  text-align: center;
  line-height: 1;
}

body.eyebrowsSpecial .EbPoint .EbPoint__titleText {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 9.06667vw;
  letter-spacing: -0.05em;
  display: block;
  padding: 4% 0 0;
}

body.eyebrowsSpecial .EbPoint .EbPoint__lead {
  line-height: 1.76923;
  text-align: center;
  margin: 0 0 10px;
}

body.eyebrowsSpecial .EbPoint .EbPoint__step {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}

body.eyebrowsSpecial .EbPoint .EbPoint__step.-item4 .EbPoint__stepTitle {
  height: auto;
  padding: 0;
}

body.eyebrowsSpecial .EbPoint .EbPoint__step.-item2 .EbPoint__stepFigure {
  float: right;
}

body.eyebrowsSpecial .EbPoint .EbPoint__step.-item2 .EbPoint__stepTitle {
  padding: 0 12px 0 0;
}

body.eyebrowsSpecial .EbPoint .EbPoint__step.-item3 .EbPoint__stepFigure, body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__stepFigure {
  width: 205px;
}

@media print, screen and (max-width: 374px) {
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item3 .EbPoint__stepFigure, body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__stepFigure {
    width: 58.99705%;
  }
}

body.eyebrowsSpecial .EbPoint .EbPoint__step.-item3 .EbPoint__stepTitle, body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__stepTitle {
  margin: 0;
  letter-spacing: 0;
}

body.eyebrowsSpecial .EbPoint .EbPoint__stepFigure {
  float: left;
  width: 150px;
  margin: 0 0 17px;
}

@media print, screen and (max-width: 374px) {
  body.eyebrowsSpecial .EbPoint .EbPoint__stepFigure {
    width: 44.24779%;
  }
}

body.eyebrowsSpecial .EbPoint .EbPoint__stepTitle {
  height: 150px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 12px;
  margin: 0 0 17px;
}

body.eyebrowsSpecial .EbPoint .EbPoint__stepNum {
  color: #e8799a;
  font-size: 12px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

body.eyebrowsSpecial .EbPoint .EbPoint__stepJp {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.29167;
}

@media print, screen and (max-width: 374px) {
  body.eyebrowsSpecial .EbPoint .EbPoint__stepTitle {
    height: 40vw;
    padding: 0 0 0 3.2vw;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepNum {
    font-size: 3.2vw;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepJp {
    font-size: 6.4vw;
  }
}

body.eyebrowsSpecial .EbPoint .EbPoint__text {
  line-height: 1.76923;
  clear: both;
}

body.eyebrowsSpecial .EbPoint .EbPoint__check {
  margin: 20px 0 0;
}

body.eyebrowsSpecial .EbPoint .EbPoint__recommend {
  margin: 20px 0 0;
}

body.eyebrowsSpecial .EbPoint .EbPoint__recommend + .EbPoint__recommend {
  margin: 8px 0 0;
}

body.eyebrowsSpecial .EbPoint .EbPoint__btn {
  margin: 22px 0 0;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbPoint {
    padding: 70px 0 0;
  }
  body.eyebrowsSpecial .EbPoint p {
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__titleText {
    font-size: 54px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__lead {
    line-height: 2;
    letter-spacing: 0;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step {
    padding: 60px 0;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item2 .EbPoint__stepFigure {
    width: 270px;
    margin: 0 0 0 32px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item3 .EbPoint__stepFigure {
    margin: 0 0 24px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item3 .EbPoint__stepTitle {
    height: 261px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 40px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item3 .EbPoint__text {
    padding: 0;
    clear: both;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item4 .EbPoint__text {
    padding: 0;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item2 .EbPoint__stepTitle, body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__stepTitle {
    padding: 0;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item2 .EbPoint__text, body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__text {
    padding: 0;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__stepFigure {
    margin: 0 0 24px;
    float: left;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__stepTitle {
    height: 261px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 40px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__text {
    padding: 0;
    clear: both;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__step.-item3 .EbPoint__stepFigure, body.eyebrowsSpecial .EbPoint .EbPoint__step.-item5 .EbPoint__stepFigure {
    width: 357px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepFigure {
    width: 300px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepFigure img {
    width: 100%;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepInner {
    overflow: hidden;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepTitle {
    height: auto;
    display: block;
    padding: 0 0 0 335px;
    margin: 0 0 12px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepNum {
    font-size: 17px;
    display: block;
    line-height: 1;
    margin: 0 0 6px;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__stepJp {
    font-size: 30px;
    line-height: 1.2;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__text {
    line-height: 1.75;
    clear: none;
    padding: 0 0 0 335px;
    letter-spacing: 0;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__check {
    margin: 30px 0 0;
  }
  body.eyebrowsSpecial .EbPoint .EbPoint__recommend {
    margin: 30px 0 0;
  }
}

body.eyebrowsSpecial .EbPointCheck {
  border: 1px solid #e8799a;
  padding: 17px 24px;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__title {
  color: #e8799a;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 16px;
  margin: 0 0 8px;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__list {
  line-height: 16px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__list.-point5 .EbPointCheck__term {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__list.-point5 .EbPointCheck__desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83%;
  flex: 0 0 83%;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__term {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  margin: 0 0 8px;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__desc {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  margin: 0 0 8px;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__note {
  font-size: 12px;
  display: block;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__note.-bold {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__note.-mt {
  margin: 8px 0 0;
}

body.eyebrowsSpecial .EbPointCheck .EbPointCheck__figure {
  width: 150px;
  margin: 8px auto;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbPointCheck {
    padding: 19px 33px 19px 28px;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__text {
    margin: 0 0 14px;
    line-height: 20px;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__list {
    line-height: 20px;
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__term {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 89%;
    flex: 0 0 89%;
    max-width: 89%;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__note {
    font-size: 13px;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__figure {
    width: 208px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
    max-width: 208px;
    margin: 10px 0 0;
  }
  body.eyebrowsSpecial .EbPointCheck .EbPointCheck__figure img {
    width: 100%;
  }
}

body.eyebrowsSpecial .EbPointRecommend {
  background-color: #f5f5f5;
}

body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__inner {
  padding: 25px;
}

body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__link {
  display: block;
  cursor: pointer;
}

body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__figure {
  width: 82px;
  float: left;
}

body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__head {
  height: 82px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 18px;
}

body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__title {
  font-size: 12px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 16px;
  margin: 0 0 6px;
}

body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__name {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 16px;
  line-height: 20px;
}

body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__text {
  clear: both;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 20px;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__link {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__link:hover {
    text-decoration: none;
    opacity: .7;
  }
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__inner {
    padding: 30px;
    overflow: hidden;
  }
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__figure {
    width: 164px;
    float: right;
    margin: 0 0 0 40px;
  }
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__head {
    height: auto;
    display: block;
    padding: 0;
  }
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__title {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 22px;
  }
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__name {
    font-size: 16px;
    line-height: 20px;
  }
  body.eyebrowsSpecial .EbPointRecommend .EbPointRecommend__text {
    clear: none;
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 24px;
  }
}

body.eyebrowsSpecial .EbSp3 .EbSp3__wrap {
  margin-bottom: 80px;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__h2 {
  font-size: 18px;
  line-height: 1.22222;
  line-height: 1.8;
  color: #E8799A;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding-left: 8px;
  border-left: 2px solid #E8799A;
  margin-bottom: 15px;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__h3 {
  font-size: 15px;
  line-height: 2.33333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #CBC8C8;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 30px;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__h4 {
  font-size: 14px;
  color: #E8799A;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.78571;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__h4.-large {
  font-size: 16px;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__text {
  font-size: 13px;
  line-height: 1.92308;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__text .bold {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__text .link {
  color: #E8799A;
  text-decoration: underline;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__pointTitle {
  font-size: 14px;
  color: #E8799A;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.78571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__pointTitle .num {
  padding-right: 20px;
  position: relative;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__pointTitle .num:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 1px;
  height: 12px;
  background-color: #E8799A;
}

body.eyebrowsSpecial .EbSp3 .EbSp3__fig {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSp3 .EbSp3__wrap {
    margin-bottom: 50px;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__h2 {
    font-size: 28px;
    line-height: 1.21429;
    padding-left: 10px;
    margin-bottom: 35px;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__h3 {
    font-size: 20px;
    line-height: 1.75;
    padding-bottom: 8px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__h4 {
    font-size: 16px;
    line-height: 2.1875;
    margin-bottom: 10px;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__pointTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__pointTitle .num {
    padding-right: 14px;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__pointTitle .num:after {
    right: 10px;
    top: 9px;
    height: 15px;
  }
  body.eyebrowsSpecial .EbSp3 .EbSp3__fig {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

body.eyebrowsSpecial .EbSp3Index {
  margin-bottom: 50px;
}

body.eyebrowsSpecial .EbSp3Index.-index1 {
  background-color: #FFF6F5;
  padding: 23px 13px;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__title {
  font-size: 15px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 2;
  color: #E8799A;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__title .first {
  position: relative;
  padding-right: 45px;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__title .first:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 1px;
  background-color: #E8799A;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li {
  margin-bottom: 7px;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  letter-spacing: -0.01em;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a .num {
  color: #E8799A;
  padding-right: 15px;
  position: relative;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a .num:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 1px;
  height: 12px;
  background-color: #E8799A;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a .text {
  line-height: 1.78571;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li {
  margin-bottom: 7px;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  letter-spacing: -0.01em;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .step {
  color: #E8799A;
  padding-right: 25px;
  padding-left: 20px;
  position: relative;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .step:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 7px;
  width: 1px;
  height: 12px;
  background-color: #E8799A;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .step:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 13px;
  background-image: url(/contents_file/products/beauty/eyebrows/special3/images/icon_step.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .text {
  line-height: 1.78571;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSp3Index {
    margin-bottom: 100px;
  }
  body.eyebrowsSpecial .EbSp3Index.-index1 {
    padding: 45px 50px 30px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__title .first {
    padding-right: 35px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__title .first:after {
    right: 5px;
    top: 15px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li {
    margin-bottom: 18px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a {
    font-size: 18px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a .num:after {
    right: 11px;
    top: 9px;
    height: 16px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a .text {
    line-height: 1.78571;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list1 li a:hover {
    text-decoration: none;
    opacity: .8;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li {
    margin-bottom: 18px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a {
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .step {
    padding-right: 20px;
    padding-left: 25px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .step:after {
    right: 12px;
    top: 8px;
    height: 15px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .step:before {
    top: 8px;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a .text {
    line-height: 1.78571;
  }
  body.eyebrowsSpecial .EbSp3Index .EbSp3Index__list2 li a:hover {
    text-decoration: none;
    opacity: .8;
  }
}

body.eyebrowsSpecial .EbSp3Mayuota {
  padding-top: 35px;
  border-top: 1px solid #CBC8C8;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__item {
  margin-bottom: 40px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__itemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__imageBox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  margin-right: 10px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__name {
  color: #E8799A;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__position {
  color: #E8799A;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 10px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__exp {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 11px;
  line-height: 1.81818;
  color: #333333;
  letter-spacing: -0.01em;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__sns {
  margin-top: 5px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsItem {
  margin-right: 20px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsLink {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 11px;
  padding: 5px 0 5px 30px;
  position: relative;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsLink:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsLink.-insta:before {
  background-image: url(/contents_file/products/beauty/eyebrows/special3/images/icon_insta.svg);
  width: 21px;
  height: 21px;
}

body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsLink.-blog:before {
  background-image: url(/contents_file/products/beauty/eyebrows/special3/images/icon_pen.svg);
  width: 21px;
  height: 21px;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSp3Mayuota {
    padding-top: 35px;
    border-top: 1px solid #CBC8C8;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__item {
    margin-bottom: 35px;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__itemFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__imageBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
    margin-right: 30px;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__imageBox img {
    width: 100%;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__position {
    font-size: 14px;
    margin-bottom: 5px;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__exp {
    font-size: 13px;
    line-height: 1.76923;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__sns {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsItem {
    margin-right: 25px;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsLink {
    font-size: 16px;
    padding: 5px 0 5px 40px;
    position: relative;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsLink.-insta:before {
    width: 30px;
    height: 30px;
  }
  body.eyebrowsSpecial .EbSp3Mayuota .EbSp3Mayuota__snsLink.-blog:before {
    width: 30px;
    height: 30px;
  }
}

body.eyebrowsSpecial .EbSp3Point {
  background-color: #FFF6F5;
  margin-top: 45px;
  border-top: 3px solid #E8799A;
  position: relative;
  margin-bottom: 20px;
}

body.eyebrowsSpecial .EbSp3Point.-p1 {
  padding: 60px 16px 25px;
}

body.eyebrowsSpecial .EbSp3Point.-p2 {
  padding: 45px 16px 35px;
}

body.eyebrowsSpecial .EbSp3Point.-p3 {
  padding: 45px 16px 15px;
}

body.eyebrowsSpecial .EbSp3Point.-p4 {
  padding: 45px 16px 35px;
}

body.eyebrowsSpecial .EbSp3Point.-p5 {
  padding: 45px 16px 35px;
}

body.eyebrowsSpecial .EbSp3Point:before {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  width: 244px;
  height: 45px;
  background-image: url(/contents_file/products/beauty/eyebrows/special3/images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__fig {
  margin-bottom: 25px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dt {
  color: #E8799A;
  font-size: 14px;
  line-height: 1.78571;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  position: relative;
  bottom: -2px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dd {
  font-size: 13px;
  line-height: 1.78571;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dd p {
  font-size: 13px;
  line-height: 1.78571;
  padding-top: 3px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dd .mt {
  margin-top: 10px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__textPink {
  color: #E8799A;
  font-size: 14px;
  line-height: 1.78571;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__title {
  color: #E8799A;
  font-size: 14px;
  line-height: 1.78571;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__text1 {
  font-size: 13px;
  line-height: 1.78571;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 5px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__text1 span {
  font-size: 14px;
  color: #E8799A;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-right: 10px;
}

body.eyebrowsSpecial .EbSp3Point .EbSp3Point__text2 {
  font-size: 14px;
  line-height: 1.78571;
  color: #E8799A;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSp3Point {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  body.eyebrowsSpecial .EbSp3Point.-p1 {
    padding: 55px 35px 35px;
  }
  body.eyebrowsSpecial .EbSp3Point.-p1 .EbSp3Point__fig {
    width: 402px;
    margin: 0 auto 28px;
  }
  body.eyebrowsSpecial .EbSp3Point.-p1 .EbSp3Point__fig img {
    width: 100%;
  }
  body.eyebrowsSpecial .EbSp3Point.-p2 {
    padding: 45px 35px 35px;
  }
  body.eyebrowsSpecial .EbSp3Point.-p3 {
    padding: 45px 35px 35px;
  }
  body.eyebrowsSpecial .EbSp3Point.-p4 {
    padding: 45px 35px 35px;
  }
  body.eyebrowsSpecial .EbSp3Point.-p5 {
    padding: 45px 35px 35px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__fig {
    margin-bottom: 25px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl {
    margin-bottom: 8px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dt {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dd {
    font-size: 15px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dd p {
    font-size: 15px;
    padding-top: 4px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__dl dd .small {
    font-size: 13px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__textPink {
    font-size: 16px;
    line-height: 2.1875;
    letter-spacing: 0.01em;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__title {
    font-size: 16px;
    line-height: 2.1875;
    margin-bottom: 20px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__text1 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__text1 span {
    font-size: 15px;
    margin-right: 10px;
  }
  body.eyebrowsSpecial .EbSp3Point .EbSp3Point__text2 {
    font-size: 15px;
    line-height: 2;
  }
}

body.eyebrowsSpecial .EbSp3Sns {
  margin-bottom: 50px;
}

body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__hashlist {
  margin-bottom: 17px;
}

body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__hashlist li {
  display: inline;
}

body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__hashlist li a {
  background-color: #E8799A;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 4px 10px;
  display: inline-block;
}

body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__snsList li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  margin-right: 10px;
}

body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__snsList li a {
  display: block;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSp3Sns {
    margin-bottom: 100px;
  }
  body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__hashlist {
    margin-bottom: 25px;
  }
  body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__hashlist li {
    margin-right: 4px;
  }
  body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__hashlist li a {
    font-size: 14px;
    padding: 8px 30px;
    letter-spacing: 0.05em;
  }
  body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__hashlist li a:hover {
    text-decoration: none;
  }
  body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__snsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__snsList li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 10px;
  }
  body.eyebrowsSpecial .EbSp3Sns .EbSp3Sns__snsList li a {
    display: block;
  }
}

body.eyebrowsSpecial .EbSp3Tool {
  margin-bottom: 20px;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__title {
  font-size: 16px;
  background-color: #E8799A;
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  padding: 7px;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__inner {
  background-color: #fff6f5;
  padding: 20px 16px 0;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__item {
  padding-bottom: 30px;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3__fig {
  margin-bottom: 12px;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__link {
  font-size: 12px;
  line-height: 1.66667;
  color: #E8799A;
  text-decoration: underline;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__price {
  font-size: 12px;
  line-height: 1;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 17px;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__text {
  font-size: 11px;
  color: #333333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.63636;
  letter-spacing: 0.01em;
}

body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__fig {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSp3Tool {
    margin-bottom: 20px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__title {
    font-size: 16px;
    padding: 7px;
    width: 320px;
    margin: 0 auto;
    position: relative;
    bottom: -15px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__inner {
    padding: 45px 25px 5px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #CBC8C8;
    padding-top: 27px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__item:first-child {
    border-top: none;
    padding-top: 0px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    margin-right: 20px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3__fig {
    margin-bottom: 0px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__link {
    font-size: 18px;
    line-height: 1.94444;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__link:hover {
    text-decoration: none;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__price {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__text {
    font-size: 14px;
    line-height: 1.78571;
  }
  body.eyebrowsSpecial .EbSp3Tool .EbSp3Tool__fig {
    margin-bottom: 0px;
  }
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__mv {
  margin-bottom: 20px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__mv img {
  width: 100%;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__title {
  margin-bottom: 20px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__title img {
  width: 100%;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__period {
  color: #e8799a;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  background-color: #fcf0f4;
  padding: 3px 0;
  margin-bottom: 20px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__lead {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: -0.04em;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__lead .pink {
  color: #e8799a;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__title3 {
  font-size: 18px;
  line-height: 1.27778;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  background-color: #fcf0f4;
  padding: 15px 20px;
  border-left: 2px solid #e8799a;
  margin-bottom: 25px;
  letter-spacing: -0.05em;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dt {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 13px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.53846;
  letter-spacing: -0.05em;
  padding-bottom: 20px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd img {
  margin: 30px 0px 0;
  padding: 0 35px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd p.note {
  text-align: right;
  color: #808080;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 10px;
  padding: 0 35px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd .mail {
  color: #e8799a;
  text-decoration: underline;
  letter-spacing: 0.01em;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1 {
  margin: 10px 0 0px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8799a;
  color: #fff;
  height: 68px;
  font-size: 14px;
  letter-spacing: -0.03em;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link span {
  position: relative;
  padding-right: 15px;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link.-white {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link.-white span:before {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}

body.eyebrowsSpecial .EbSpecial .EbSpecial__image {
  padding-bottom: 45px;
}

body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__title2 {
  margin: 0 0 15px;
  padding: 25px 0 0;
}

body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__lead.-center {
  text-align: center;
}

body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__image.-image2 {
  padding-top: 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px;
}

body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__image.-image2 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 3px;
  margin-bottom: 6px;
}

body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__image.-image2 .item.small {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__btn1.-special2 {
  margin: 25px 0 45px;
}

body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mv {
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 0;
}

body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvTextArea {
  border-top: 1px solid #EC92AC;
  border-bottom: 1px solid #EC92AC;
  text-align: center;
  margin-top: -35px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 10px 0 15px;
  margin-bottom: 30px;
}

body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvText1 {
  color: #E8799A;
  font-size: 10px;
  line-height: 1;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}

body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvText2 {
  font-size: 20px;
  line-height: 1.45;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvText3 {
  font-size: 10px;
  line-height: 1;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  letter-spacing: -0.01em;
}

body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__lead {
  font-size: 15px;
  line-height: 1.66667;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSpecial .EbSpecial__inner {
    padding-left: 0px;
    padding-right: 60px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__wrapper {
    padding-left: 52px;
    padding-right: 52px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__mv {
    margin-bottom: 10px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__title {
    margin-bottom: 30px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__title img {
    width: 672px;
    height: 265px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__period {
    font-size: 24px;
    padding: 2px 0;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__lead {
    font-size: 16px;
    line-height: 2;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__lead .pink {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__title3 {
    font-size: 24px;
    padding: 22px 20px;
    margin-bottom: 40px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dt {
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd {
    font-size: 16px;
    line-height: 1.5;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd .img {
    width: 368px;
    margin: 40px auto 0;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd .img img {
    margin: 0;
    padding: 0px;
    width: 100%;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd p.note {
    font-size: 12px;
    padding: 0 154px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__detail dd .mail:hover {
    text-decoration: none;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1 {
    margin: 20px 0 0px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link {
    height: 88px;
    font-size: 18px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link span {
    padding-right: 25px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__btn1Link span:before {
    width: 14px;
    height: 14px;
  }
  body.eyebrowsSpecial .EbSpecial .EbSpecial__image {
    padding-bottom: 90px;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__title {
    margin: 50px 0 50px;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__title img {
    height: auto;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__title2 {
    padding: 86px 0 0;
    border-top: 1px solid #e1e1e1;
    margin: 0 0 32px;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__btn1.-mt {
    margin-top: 30px;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__btn1Link.-small {
    margin: auto;
    width: 484px;
    height: 64px;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__image.-image2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__image.-image2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  body.eyebrowsSpecial .EbSpecial.-special2 .EbSpecial__image.-image2 .item.small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__wrapper.-mayuota {
    padding-top: 60px;
  }
  body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mv {
    margin-left: 0;
    margin-right: 0;
    padding-left: 52px;
    padding-right: 52px;
  }
  body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvTextArea {
    border-top: 2px solid #EC92AC;
    border-bottom: 2px solid #EC92AC;
    padding: 28px 0 28px;
    margin: -55px 89px 58px;
  }
  body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvText1 {
    font-size: 14px;
    margin-bottom: 17px;
  }
  body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvText2 {
    font-size: 26px;
    line-height: 1.57692;
    margin-bottom: 20px;
  }
  body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__mvText3 {
    font-size: 14px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    letter-spacing: -0.02em;
  }
  body.eyebrowsSpecial .EbSpecial.-special3 .EbSpecial__lead {
    font-size: 18px;
    line-height: 1.94444;
    margin-bottom: 70px;
  }
}

body.eyebrowsSpecial .EbSpecial2Modal {
  background-color: transparent;
  width: auto !important;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__wrapper {
  padding: 50px 0;
  width: 90%;
  margin: auto;
  position: relative;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__outer {
  pointer-events: auto;
  background-color: #FFF;
  position: relative;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__inner {
  padding: 20px 20px;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__textWrapper {
  margin: 0 0 27px;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 16px;
  color: #e8799a;
  margin: 0 0 10px;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__text {
  font-size: 13px;
  line-height: 1.76923;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__close1 {
  content: '';
  display: block;
  width: 3.5vh;
  height: 3.5vh;
  position: absolute;
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_modal-close2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -4vh;
  right: 0;
  z-index: 9;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__close2 {
  font-size: 16px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  padding-right: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
}

body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__close2::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_modal-close1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSpecial2Modal {
    pointer-events: none;
    max-width: 100vw !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .iziModal-content,
  body.eyebrowsSpecial .EbSpecial2Modal .iziModal-wrap {
    pointer-events: none;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__wrapper {
    pointer-events: none;
    width: 780px;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__outer {
    pointer-events: auto;
    padding: 45px 50px;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__textWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin: 0 20px 0 0;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__title {
    font-size: 20px;
    margin: -10px 0 10px;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__text {
    font-size: 16px;
    line-height: 1.75;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 357px;
    flex: 0 0 357px;
    max-width: 357px;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__img {
    width: 100%;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__close1 {
    width: 36px;
    height: 36px;
    background-image: url(/contents_file/products/beauty/eyebrows/special/images/icon_modal-close2.png);
    top: -45px;
    right: -45px;
    pointer-events: auto;
  }
  body.eyebrowsSpecial .EbSpecial2Modal .EbSpecial2Modal__close2 {
    display: none;
  }
}

body.eyebrowsSpecial .EbSpecialIndex {
  background-color: #f5f5f5;
  padding: 30px 25px;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__item {
  margin: 0 0 20px;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__item:last-child {
  margin: 0;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__text {
  position: relative;
  line-height: 1.23077;
  padding: 0 0 0 15px;
  letter-spacing: 0;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__text::before {
  content: '';
  display: block;
  width: 4px;
  height: 13px;
  position: absolute;
  background-color: #e8799a;
  left: 0;
  top: 3px;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__link {
  color: #333333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__step {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #e8799a;
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 13px 0 0;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__list2 {
  margin: 15px 0 0 25px;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__item2 {
  margin: 0 0 8px;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__item2:last-child {
  margin: 0;
}

body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__link2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  color: #333333;
  font-size: 13px;
  text-decoration: underline;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSpecialIndex {
    padding: 40px 47px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__item {
    margin: 0 0 10px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__text {
    line-height: 1.75;
    padding: 0 0 0 23px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__text::before {
    width: 5px;
    height: 16px;
    top: 8px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__link {
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__step {
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__list2 {
    margin: 11px 0 0 40px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__item2 {
    margin: 0;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__link2 {
    font-size: 16px;
  }
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__link:hover,
  body.eyebrowsSpecial .EbSpecialIndex .EbSpecialIndex__link2:hover {
    text-decoration: none;
  }
}

body.eyebrowsSpecial .EbSpecialSlide {
  margin: 40px auto 50px;
}

body.eyebrowsSpecial .EbSpecialSlide * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__main {
  margin: 0 auto 20px;
  width: 92%;
}

body.eyebrowsSpecial .EbSpecialSlide .slick-arrow {
  position: absolute;
  display: block;
  font-size: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  background-image: url(/contents_file/products/beauty/eyebrows/special/images/slide_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}

body.eyebrowsSpecial .EbSpecialSlide .slick-prev {
  left: -4%;
}

body.eyebrowsSpecial .EbSpecialSlide .slick-next {
  right: -4%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 40px)/6);
  flex: 0 0 calc((100% - 40px)/6);
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::before, body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::before {
  border: 4px solid #fff;
  z-index: 3;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::after {
  border: 2px solid #e8799a;
  z-index: 4;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem.thumbnail-current::before, body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem.thumbnail-current::after {
  opacity: 1;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem:nth-child(6n) {
  margin-right: 0;
}

body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem img {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__main {
    margin: 0 -8px 20px;
    width: 693px;
  }
  body.eyebrowsSpecial .EbSpecialSlide .slick-arrow {
    width: 48px;
    height: 48px;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  body.eyebrowsSpecial .EbSpecialSlide .slick-arrow:hover {
    opacity: .7;
  }
  body.eyebrowsSpecial .EbSpecialSlide .slick-prev {
    left: -16px;
  }
  body.eyebrowsSpecial .EbSpecialSlide .slick-next {
    right: -16px;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px;
    max-width: 75px;
    margin-right: 11px;
    margin-bottom: 8px;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem:hover::before, body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem:hover::after {
    opacity: 1;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem:hover::after {
    background-color: rgba(255, 255, 255, 0.2);
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::before, body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::after {
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::before {
    border: 5px solid #fff;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem::after {
    border: 3px solid #e8799a;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem:nth-child(6n) {
    margin-right: 11px;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem:nth-child(8n) {
    margin-right: 0;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem:nth-child(8n - 1) {
    margin-right: 10px;
  }
  body.eyebrowsSpecial .EbSpecialSlide .EbSpecialSlide__subItem img {
    width: 100%;
  }
}

body.eyebrowsSpecial .EbSpecialSlideItem .EbSpecialSlideItem__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.eyebrowsSpecial .EbSpecialSlideItem .EbSpecialSlideItem__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 3px;
}

body.eyebrowsSpecial .EbSpecialSlideItem .EbSpecialSlideItem__item.-before .EbSpecialSlideItem__text {
  background-color: #808080;
}

body.eyebrowsSpecial .EbSpecialSlideItem .EbSpecialSlideItem__text {
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 10px;
  color: #fff;
  height: 22px;
  width: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8799a;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbSpecialSlideItem .EbSpecialSlideItem__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 231px;
    flex: 0 0 231px;
    max-width: 231px;
    padding: 0 8px;
  }
  body.eyebrowsSpecial .EbSpecialSlideItem .EbSpecialSlideItem__text {
    left: 8px;
    font-size: 16px;
    height: 35px;
    width: 94px;
  }
}

body.eyebrowsSpecial .EbTool {
  padding-top: 35px;
  border-top: 1px solid #cccccc;
}

body.eyebrowsSpecial .EbTool .EbTool__title {
  color: #e8799a;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  padding-bottom: 5px;
}

body.eyebrowsSpecial .EbTool .EbTool__lead {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: -0.04em;
  text-align: center;
  padding-bottom: 25px;
}

body.eyebrowsSpecial .EbTool .EbTool__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.eyebrowsSpecial .EbTool .EbTool__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

body.eyebrowsSpecial .EbTool .EbTool__img {
  margin-bottom: 13px;
}

body.eyebrowsSpecial .EbTool .EbTool__name {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

body.eyebrowsSpecial .EbTool .EbTool__name.-row1 {
  padding-bottom: 18px;
}

body.eyebrowsSpecial .EbTool .EbTool__exp {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  padding-bottom: 10px;
}

body.eyebrowsSpecial .EbTool .EbTool__exp .note {
  color: #808080;
}

body.eyebrowsSpecial .EbTool .EbTool__price {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #808080;
  font-size: 12px;
  letter-spacing: -0.04em;
}

body.eyebrowsSpecial .EbTool .EbTool__link {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #e8799a;
  font-size: 12px;
  letter-spacing: -0.04em;
  position: relative;
  padding-right: 10px;
}

body.eyebrowsSpecial .EbTool .EbTool__link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #e8799a;
  border-right: 1px solid #e8799a;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbTool {
    padding-top: 80px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__title {
    font-size: 24px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__lead {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 40px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__list {
    padding-bottom: 25px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 238px;
    flex: 0 0 238px;
    max-width: 238px;
    margin-bottom: 35px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__name {
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__name.-row1 {
    padding-bottom: 0px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__exp {
    font-size: 15px;
    line-height: 1.6;
  }
  body.eyebrowsSpecial .EbTool .EbTool__price {
    font-size: 15px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__link {
    font-size: 15px;
  }
  body.eyebrowsSpecial .EbTool .EbTool__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #e8799a;
    border-right: 1px solid #e8799a;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

body.eyebrowsSpecial .EbVideo {
  padding-top: 20px;
  padding-bottom: 25px;
}

body.eyebrowsSpecial .EbVideo .EbVideo__link {
  display: block;
}

@media print, screen and (min-width: 960px) {
  body.eyebrowsSpecial .EbVideo {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  body.eyebrowsSpecial .EbVideo .EbVideo__link:hover {
    cursor: pointer;
    opacity: .7;
  }
}

.iziModal {
  width: 90% !important;
}

.iziModal iframe {
  height: 56.17vw !important;
}

@media print, screen and (min-width: 960px) {
  .iziModal {
    width: 90% !important;
    max-width: 1080px !important;
  }
  .iziModal iframe {
    max-height: 608px !important;
  }
}

body.eyebrowsSpecial .EyebrowsSpecial {
  border-top: 1px solid #e6e6e6;
}

.Footer {
  position: relative;
  z-index: 1;
}

.Footer:before {
  content: '';
  position: absolute;
  display: block;
  width: 78px;
  height: 112px;
  top: 20px;
  left: 3px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/contents_file/products/beauty/common/images/footer_flower.svg");
}

.Footer .Footer__inner1 {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}

.Footer .Footer__inner2 {
  background-color: #f2f3f4;
}

.Footer .Footer__inner2Copyright {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.0;
  font-size: 10px;
  color: #999;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px 0;
}

.Footer .Footer__inner2Copyright br {
  display: none;
}

.Footer .Footer__arrow {
  position: absolute;
  bottom: -50px;
  right: 15px;
}

@media print, screen and (min-width: 960px) {
  .Footer {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .Footer:before {
    width: 103px;
    height: 147px;
    top: 100px;
    left: 10px;
  }
  .Footer .Footer__inner1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 130px 50px 200px 0;
    position: relative;
  }
  .Footer .Footer__inner1Line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    max-width: 1px;
    min-height: 125px;
    border-right: 1px solid #d8d8d8;
  }
  .Footer .Footer__inner2 {
    width: 100%;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 38px;
    padding-left: 38px;
  }
  .Footer .Footer__inner2Copyright {
    display: block;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.06em;
  }
  .Footer .Footer__inner2Copyright br {
    display: none;
  }
}

@media print, screen and (min-width: 960px) and (max-width: 1280px) {
  .Footer .Footer__inner2Copyright {
    font-size: 11px;
  }
  .Footer .Footer__inner2Copyright br {
    display: block;
  }
}

@media print, screen and (min-width: 960px) {
  .Footer .Footer__arrow {
    position: absolute;
    bottom: 40px;
    right: 5px;
  }
}

@media print, screen and (max-width: 959px) {
  .FooterNavigation1 {
    display: block;
    padding: 0 18px 0;
  }
  .FooterNavigation1 .FooterNavigation1__item.-title {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dadada;
  }
  .FooterNavigation1 .FooterNavigation1__item.-title .FooterNavigation1__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 16px;
  }
  .FooterNavigation1 .FooterNavigation1__item.-title .FooterNavigation1__link.-noLink {
    color: #e6e6e6;
  }
  .FooterNavigation1 .FooterNavigation1__item.-noBorder {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .FooterNavigation1 .FooterNavigation1__link {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    line-height: 1;
  }
  .FooterNavigation1.-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .FooterNavigation1.-sns .FooterNavigation1__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin: 0 5px;
  }
  .FooterNavigation1.-sns .FooterNavigation1__link {
    display: block;
    padding: 0;
  }
  .FooterNavigation1.-sns .FooterNavigation1__link img {
    width: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  .FooterNavigation1 .FooterNavigation1__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .FooterNavigation1 .FooterNavigation1__item.-title .FooterNavigation1__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 15px;
  }
  .FooterNavigation1 .FooterNavigation1__item.-title .FooterNavigation1__link.-noLink {
    color: #e6e6e6;
  }
  .FooterNavigation1 .FooterNavigation1__item.-title .FooterNavigation1__link.-noLink:hover {
    text-decoration: none;
  }
  .FooterNavigation1 .FooterNavigation1__link {
    font-size: 12px;
    color: #808080;
    padding: 3px 0;
  }
  .FooterNavigation1.-sns {
    position: absolute;
    display: block;
    top: 130px;
    right: 0;
  }
  .FooterNavigation1.-sns .FooterNavigation1__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 15px;
    width: 26px;
    height: 26px;
  }
  .FooterNavigation1.-sns .FooterNavigation1__item img {
    width: 100%;
  }
  .FooterNavigation1.-sns .FooterNavigation1__link:hover {
    opacity: 0.7;
  }
}

@media print, screen and (max-width: 959px) {
  .FooterNavigation2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 40px;
  }
  .FooterNavigation2 .FooterNavigation2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    position: relative;
  }
  .FooterNavigation2 .FooterNavigation2__item.-current {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .FooterNavigation2 .FooterNavigation2__item.-current .FooterNavigation2__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #333;
  }
  .FooterNavigation2 .FooterNavigation2__item.-center:before, .FooterNavigation2 .FooterNavigation2__item.-center:after {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    border-right: 1px solid #a4a4a4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .FooterNavigation2 .FooterNavigation2__item.-center:before {
    left: 0;
  }
  .FooterNavigation2 .FooterNavigation2__item.-center:after {
    right: 0;
  }
  .FooterNavigation2 .FooterNavigation2__item.-global {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .FooterNavigation2 .FooterNavigation2__link {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 960px) {
  .FooterNavigation2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .FooterNavigation2 .FooterNavigation2__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
  .FooterNavigation2 .FooterNavigation2__item:after {
    content: '';
    display: block;
    height: 7px;
    width: 1px;
    border-right: 1px solid #a4a4a4;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .FooterNavigation2 .FooterNavigation2__item:last-child:after {
    content: none;
  }
  .FooterNavigation2 .FooterNavigation2__item.-current .FooterNavigation2__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #333;
  }
  .FooterNavigation2 .FooterNavigation2__link {
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 1;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 960px) and (max-width: 1180px) {
  .FooterNavigation2 .FooterNavigation2__link {
    font-size: 11px;
    padding: 0 10px;
  }
}

/* GlobalNavigation1 */
@media print, screen and (max-width: 959px) {
  .GlobalNavigation1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 18px;
    padding-left: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .GlobalNavigation1 .GlobalNavigation1__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    position: relative;
  }
  .GlobalNavigation1 .GlobalNavigation1__item.-current {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .GlobalNavigation1 .GlobalNavigation1__item.-current .FooterNavigation2__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #333;
  }
  .GlobalNavigation1 .GlobalNavigation1__item.-center:before, .GlobalNavigation1 .GlobalNavigation1__item.-center:after {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    border-right: 1px solid #a4a4a4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .GlobalNavigation1 .GlobalNavigation1__item.-center:before {
    left: 0;
  }
  .GlobalNavigation1 .GlobalNavigation1__item.-center:after {
    right: 0;
  }
  .GlobalNavigation1 .GlobalNavigation1__item.-global {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .GlobalNavigation1 .GlobalNavigation1__link {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 960px) {
  .GlobalNavigation1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .GlobalNavigation1 .GlobalNavigation1__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
  .GlobalNavigation1 .GlobalNavigation1__item:after {
    content: '';
    display: block;
    height: 7px;
    width: 1px;
    border-right: 1px solid #a4a4a4;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .GlobalNavigation1 .GlobalNavigation1__item:last-child:after {
    content: none;
  }
  .GlobalNavigation1 .GlobalNavigation1__item.-current .GlobalNavigation1__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #333;
  }
  .GlobalNavigation1 .GlobalNavigation1__link {
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 1;
    padding: 0 20px;
  }
}

@media print, screen and (max-width: 959px) {
  .GlobalNavigation2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 18px;
  }
  .GlobalNavigation2 .GlobalNavigation2__item.-title1 {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
  }
  .GlobalNavigation2 .GlobalNavigation2__item.-title1 .GlobalNavigation2__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 13px;
    padding: 18px 0;
  }
  .GlobalNavigation2 .GlobalNavigation2__item.-title2 {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #dadada;
  }
  .GlobalNavigation2 .GlobalNavigation2__item.-title2 .GlobalNavigation2__link {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 13px;
    padding: 10px 0;
  }
  .GlobalNavigation2 .GlobalNavigation2__item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .GlobalNavigation2 .GlobalNavigation2__item:last-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .GlobalNavigation2 .GlobalNavigation2__link {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    padding: 8px 0;
  }
}

@media print, screen and (max-width: 959px) {
  .GlobalNavigation3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .GlobalNavigation3 .GlobalNavigation3__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    margin: 0 5px;
  }
  .GlobalNavigation3 .GlobalNavigation3__link {
    display: block;
  }
}

@media print, screen and (min-width: 960px) {
  .GlobalNavigation3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .GlobalNavigation3 .GlobalNavigation3__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    max-width: 26px;
    margin-left: 10px;
  }
  .GlobalNavigation3 .GlobalNavigation3__item img {
    width: 100%;
  }
  .GlobalNavigation3 .GlobalNavigation3__link:hover {
    opacity: 0.7;
  }
}

@media print, screen and (max-width: 959px) {
  .Header {
    width: 100%;
    height: 72px;
    z-index: 100;
    background-color: #fff;
  }
  .Header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
  }
  .Header__logoLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Header__logoImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    height: auto;
  }
  .Header__navigation {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
  }
  .Header__navigation.-open {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Header__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 72px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 13px;
    background-image: url("/contents_file/products/beauty/common/images/burger_menu.svg");
  }
  .Header__menu:before {
    content: '';
    display: block;
    height: 30px;
    width: 1px;
    border-right: 1px solid #d6d6d6;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Header__menu.-open {
    background-image: url("/contents_file/products/beauty/common/images/burger_close.svg");
    background-size: 25px 14px;
  }
  .Header__background {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 72px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .Header__background.-open {
    display: block;
  }
}

@media print, screen and (min-width: 960px) {
  .Header {
    height: 80px;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding-right: 38px;
    padding-left: 38px;
  }
  .Header .Header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
  }
  .Header .Header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    max-width: 66px;
    height: 28px;
  }
  .Header .Header__logoLink {
    display: block;
  }
  .Header .Header__logoLink:hover {
    opacity: 0.7;
  }
  .Header .Header__logoImage {
    width: 100%;
    height: auto;
  }
  .Header .Header__navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.LayoutFull {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}

@media print, screen and (min-width: 960px) {
  .LayoutFull {
    margin: 0 auto;
    padding-right: 38px;
    padding-left: 38px;
  }
}

.LayoutContent {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.LayoutContent.-gray {
  background-color: #f8f8f9;
}

.LayoutContent.-columnTag {
  border-top: 1px solid rgba(213, 213, 213, 0.5);
}

.LayoutContent .LayoutContent__inner {
  padding-right: 18px;
  padding-left: 18px;
}

@media print, screen and (max-width: 961px) {
  .LayoutContent .LayoutContent__inner.-spNarrow {
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media print, screen and (min-width: 960px) {
  .LayoutContent.-columnTag {
    border-top: 1px solid #e1e1e1;
  }
  .LayoutContent .LayoutContent__inner {
    max-width: 1160px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

.LearnItem {
  /*padding: 53px 0 8px;*/
  padding: 0 0 8px;
}

.LearnItem .LearnItem__img {
  width: 100%;
}

.LearnItem .LearnItem__text {
  font-size: 12px;
  line-height: 23px;
}

.LearnItem.-pb {
  padding-bottom: 58px;
}

@media print, screen and (min-width: 960px) {
  .LearnItem {
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
  }
  .LearnItem .LearnItem__wrapper {
    margin: -120px auto 0;
    padding: 17px 64px 41px 176px;
    position: relative;
    max-width: 1056px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .LearnItem .LearnItem__text {
    font-size: 15px;
    line-height: 32px;
  }
  .LearnItem.-pcPt {
    padding-top: 80px;
  }
  .LearnItem.-pb {
    padding-bottom: 130px;
  }
}

.LocalFootNavi {
  margin: 86px 0 0;
}

@media print, screen and (max-width: 959px) {
  .LocalFootNavi .LocalFootNavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    width: calc(100% - 22px);
    margin: 0 11px;
  }
  .LocalFootNavi .LocalFootNavi__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 0 7px;
    position: relative;
    padding-top: 50%;
  }
  .LocalFootNavi .LocalFootNavi__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% - 13px);
    height: calc(100% - 13px);
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #d5d5d5;
    margin: 7px;
    position: absolute;
  }
  .LocalFootNavi .LocalFootNavi__link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  .LocalFootNavi .LocalFootNavi__comming {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: calc(100% - 17px);
    height: calc(100% - 17px);
    background-color: rgba(255, 255, 255, 0.86);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .LocalFootNavi .LocalFootNavi__commingSpan {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.0;
    position: absolute;
    z-index: 99;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    opacity: .7;
  }
  .LocalFootNavi .LocalFootNavi__linkIcon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .LocalFootNavi .LocalFootNavi__linkIcon:before {
    font-size: 60px;
  }
  .LocalFootNavi .LocalFootNavi__linkText {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 18px;
  }
}

@media print, screen and (min-width: 960px) {
  .LocalFootNavi {
    display: none;
  }
  .LocalFootNavi .LocalFootNavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
  }
  .LocalFootNavi .LocalFootNavi__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 148px;
    flex: 0 0 148px;
    max-width: 148px;
    height: 138px;
    margin-right: 15px;
    position: relative;
  }
  .LocalFootNavi .LocalFootNavi__comming {
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.86);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .LocalFootNavi .LocalFootNavi__commingSpan {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.0;
    position: absolute;
    z-index: 99;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    opacity: .7;
  }
  .LocalFootNavi .LocalFootNavi__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .LocalFootNavi .LocalFootNavi__link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  .LocalFootNavi .LocalFootNavi__linkIcon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .LocalFootNavi .LocalFootNavi__linkIcon:before {
    font-size: 52px;
  }
  .LocalFootNavi .LocalFootNavi__linkText {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 18px;
  }
}

@media print, screen and (min-width: 960px) {
  .LocalNavi {
    height: 117px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
  .LocalNavi .LocalNavi__heading {
    font-size: 25px;
    color: #333;
    line-height: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
  }
  .LocalNavi .LocalNavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 63%;
    flex: 1 1 63%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .LocalNavi .LocalNavi__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    position: relative;
    position: relative;
  }
  .LocalNavi .LocalNavi__item::before {
    content: '';
    display: block;
    width: 1px;
    height: 115px;
    position: absolute;
    background-color: #e6e6e6;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .LocalNavi .LocalNavi__item.-line .LocalNavi__text {
    margin-bottom: 15px;
  }
  .LocalNavi .LocalNavi__item.-line .LocalNavi__icon {
    margin-bottom: 12px;
  }
  .LocalNavi .LocalNavi__link {
    display: block;
  }
  .LocalNavi .LocalNavi__text {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 21px;
  }
  .LocalNavi .LocalNavi__icon {
    margin-bottom: 16px;
    display: inline-block;
  }
  .LocalNavi .LocalNavi__icon::before {
    font-size: 37px;
  }
  .LocalNavi .LocalNavi__comming {
    z-index: 99;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: rgba(255, 255, 255, 0.86);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 1px;
    left: 1px;
  }
  .LocalNavi .LocalNavi__commingSpan {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.0;
    z-index: 99;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    opacity: .7;
  }
}

.MvArea {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70%;
  position: relative;
}

.MvArea .MvArea__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 27px;
  line-height: 45px;
  letter-spacing: 2px;
}

.MvArea .MvArea__title::after {
  content: '';
  display: block;
  width: 26px;
  height: 50px;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/contents_file/products/beauty/common/images/title_flower.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.MvArea .MvArea__title span {
  font-weight: 500;
}

.MvArea.-eyebrowsTop {
  background-image: url(/contents_file/products/beauty/eyebrows/images/mv_sp.jpg);
}

.MvArea.-kenukiTop {
  background-image: url(/contents_file/products/beauty/kenuki/images/mv_sp.jpg);
}

.MvArea.-eyelashcurlerTop {
  background-image: url(/contents_file/products/beauty/eyelashcurler/images/mv_sp.jpg);
}

.MvArea.-eyebrowsUnder, .MvArea.-kenukiUnder, .MvArea.-eyelashcurlerUnder {
  background-size: contain;
  padding-top: 64%;
}

.MvArea.-eyebrowsUnder .MvArea__title, .MvArea.-kenukiUnder .MvArea__title, .MvArea.-eyelashcurlerUnder .MvArea__title {
  color: #ffffff;
  top: 44%;
  font-size: 7vw;
  letter-spacing: 0;
}

.MvArea.-eyebrowsUnder .MvArea__title::after, .MvArea.-kenukiUnder .MvArea__title::after, .MvArea.-eyelashcurlerUnder .MvArea__title::after {
  width: 34px;
  height: 62px;
  right: 7%;
}

.MvArea.-eyebrowsUnder {
  background-image: url(/contents_file/products/beauty/eyebrows/learn/images/mv_sp.jpg);
}

.MvArea.-eyebrowsUnder .MvArea__title::after {
  background-image: url(/contents_file/products/beauty/common/images/title_flower3.svg);
}

.MvArea.-kenukiUnder {
  background-image: url(/contents_file/products/beauty/kenuki/learn/images/mv_sp.jpg);
}

.MvArea.-kenukiUnder .MvArea__title::after {
  background-image: url(/contents_file/products/beauty/common/images/title_flower2.svg);
}

.MvArea.-eyelashcurlerUnder {
  background-image: url(/contents_file/products/beauty/eyelashcurler/learn/images/mv_sp.jpg);
}

.MvArea.-eyelashcurlerUnder .MvArea__title::after {
  background-image: url(/contents_file/products/beauty/common/images/title_flower4.svg);
}

@media print, screen and (min-width: 960px) {
  .MvArea {
    padding-top: 540px;
    background-position: 50% 50%;
  }
  .MvArea .MvArea__title {
    font-size: 52px;
    line-height: 82px;
    width: auto;
  }
  .MvArea .MvArea__title::after {
    width: 53px;
    height: 103px;
    right: -65px;
  }
  .MvArea.-eyebrowsTop {
    background-image: url(/contents_file/products/beauty/eyebrows/images/mv.jpg);
  }
  .MvArea.-kenukiTop {
    background-image: url(/contents_file/products/beauty/kenuki/images/mv.jpg);
  }
  .MvArea.-eyelashcurlerTop {
    background-image: url(/contents_file/products/beauty/eyelashcurler/images/mv.jpg);
  }
  .MvArea.-eyebrowsUnder, .MvArea.-kenukiUnder, .MvArea.-eyelashcurlerUnder {
    background-size: cover;
    padding-top: 374px;
  }
  .MvArea.-eyebrowsUnder .MvArea__title, .MvArea.-kenukiUnder .MvArea__title, .MvArea.-eyelashcurlerUnder .MvArea__title {
    top: 50%;
    font-size: 52px;
    letter-spacing: 2px;
  }
  .MvArea.-eyebrowsUnder .MvArea__title span, .MvArea.-kenukiUnder .MvArea__title span, .MvArea.-eyelashcurlerUnder .MvArea__title span {
    font-weight: 500;
  }
  .MvArea.-eyebrowsUnder .MvArea__title::after, .MvArea.-kenukiUnder .MvArea__title::after, .MvArea.-eyelashcurlerUnder .MvArea__title::after {
    width: 53px;
    height: 103px;
    right: -85px;
  }
  .MvArea.-eyebrowsUnder {
    background-image: url(/contents_file/products/beauty/eyebrows/learn/images/mv.jpg);
  }
  .MvArea.-kenukiUnder {
    background-position: 50% 80%;
    background-image: url(/contents_file/products/beauty/kenuki/learn/images/mv.jpg);
  }
  .MvArea.-eyelashcurlerUnder {
    background-image: url(/contents_file/products/beauty/eyelashcurler/learn/images/mv.jpg);
  }
  .MvArea.-eyelashcurlerUnder .MvArea__title {
    line-height: 63px;
  }
}

.Pagetop .Pagetop__link {
  display: block;
  position: absolute;
  z-index: 90;
  display: block;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.Pagetop .Pagetop__arrow {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ddd;
}

.ProcessList.-center + .-center .ProcessList__inner {
  border-top: 1px dotted #000000;
}

.ProcessList .ProcessList__box .ProcessList__title h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
  line-height: 1;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.0;
  color: #808080;
}

.ProcessList .ProcessList__box .ProcessList__title h2 span {
  color: #e0bc6f;
}

.ProcessList .ProcessList__box .ProcessList__title h2 span::before {
  content: "工程";
  display: inline-block;
  vertical-align: middle;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.ProcessList .ProcessList__box .ProcessList__title h2 span::after {
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #DADADA;
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}

.ProcessList .ProcessList__box .ProcessList__title h3 {
  font-weight: 100;
}

.ProcessList .ProcessList__box .ProcessList__text {
  color: #808080;
}

.ProcessList .ProcessList__box .ProcessList__arrowWrap {
  width: 100%;
  height: 20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ProcessList .ProcessList__box .ProcessList__arrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.ProcessList .ProcessList__box .ProcessList__arrow:before {
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 9px;
  background-image: url("/contents_file/products/beauty/common/images/under_process_arrow.svg");
  pointer-events: none;
}

.ProcessList .ProcessList__box .ProcessList__arrow.-right:before {
  left: -125%;
}

.ProcessList .ProcessList__box .ProcessList__arrowText {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  pointer-events: none;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.0;
  letter-spacing: 0.1em;
  /*text-align: center;*/
}

@media print, screen and (max-width: 959px) {
  .ProcessList.-left {
    padding-left: 36px;
  }
  .ProcessList.-left .ProcessList__box {
    padding-right: 36px;
  }
  .ProcessList.-right {
    padding-right: 36px;
  }
  .ProcessList.-right .ProcessList__box {
    padding-left: 36px;
  }
  .ProcessList.-center .ProcessList__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ProcessList.-center + .-center .ProcessList__inner {
    padding-top: 62px;
  }
  .ProcessList .ProcessList__photo {
    margin-bottom: 31px;
  }
  .ProcessList .ProcessList__box .ProcessList__title {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ProcessList .ProcessList__box .ProcessList__title h2 {
    font-size: 13px;
  }
  .ProcessList .ProcessList__box .ProcessList__title h2 span {
    font-size: 28px;
    padding-right: 20px;
  }
  .ProcessList .ProcessList__box .ProcessList__title h2 span::before {
    font-size: 10px;
    padding-right: 8px;
  }
  .ProcessList .ProcessList__box .ProcessList__title h2 span::after {
    top: 0.6em;
    width: 15px;
    height: 1px;
    margin-left: 4px;
  }
  .ProcessList .ProcessList__box .ProcessList__title h3 {
    margin-left: 33px;
    font-size: 23px;
    line-height: 1.3;
  }
  .ProcessList .ProcessList__box .ProcessList__text {
    font-size: 12px;
    margin-bottom: 48px;
  }
  .ProcessList .ProcessList__box .ProcessList__arrowWrap {
    margin-bottom: 59px;
  }
  .ProcessList .ProcessList__box .ProcessList__arrowText {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 960px) {
  .ProcessList {
    margin-bottom: 117px;
  }
  .ProcessList.-left {
    margin-right: 100px;
  }
  .ProcessList.-left .ProcessList__box {
    padding-left: 6.5vw;
  }
  .ProcessList.-right {
    margin-left: 100px;
  }
  .ProcessList.-right .ProcessList__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ProcessList.-right .ProcessList__box {
    padding-right: 6.5vw;
  }
  .ProcessList.-center .ProcessList__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ProcessList.-center + .-center .ProcessList__inner {
    padding-top: 62px;
  }
  .ProcessList.-center .ProcessList__title {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ProcessList.-center .ProcessList__title h3 {
    margin-top: 0 !important;
    margin-left: 84px;
  }
  .ProcessList.-center .ProcessList__text {
    margin-left: 200px;
    margin-bottom: 64px;
  }
  .ProcessList.-center:not(:first-child) {
    margin-bottom: 35px;
  }
  .ProcessList .ProcessList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .ProcessList .ProcessList__inner .ProcessList__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 56vw;
  }
  .ProcessList .ProcessList__inner .ProcessList__photo img {
    width: 100%;
  }
  .ProcessList .ProcessList__inner .ProcessList__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__title {
    margin-bottom: 31px;
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__title h2 {
    font-size: 18px;
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__title h2 span {
    font-size: 42px;
    padding-right: 27px;
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__title h2 span::before {
    font-size: 14px;
    padding-right: 10px;
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__title h2 span::after {
    top: 0.6em;
    width: 20px;
    height: 1px;
    margin-left: 4px;
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__title h3 {
    margin-top: 37px;
    font-size: 32px;
    line-height: 1.3;
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__text {
    font-size: 15px;
    line-height: 2.3;
    margin-bottom: 79px;
  }
  .ProcessList .ProcessList__inner .ProcessList__box a.ProcessList__arrow:hover {
    text-decoration: none;
  }
  .ProcessList .ProcessList__inner .ProcessList__box a.ProcessList__arrow:hover .ProcessList__arrow.-right:before {
    /*animation-name: topListArrowRightScroll;
						animation-duration: 750ms;
						animation-timing-function: cubic-bezier(0.15, 0.43, 0.35, 0.99);*/
  }
  .ProcessList .ProcessList__inner .ProcessList__box .ProcessList__arrowText {
    font-size: 17px;
    padding-right: 70px;
  }
}

.eyebrows .ProcessList .ProcessList__box .ProcessList__title span {
  color: #FF8FB7;
}

.kenuki .ProcessList .ProcessList__box .ProcessList__title span {
  color: #e0bc6f;
}

.eyelashcurler .ProcessList .ProcessList__box .ProcessList__title span {
  color: #618AA8;
}

@-webkit-keyframes ProcessListArrowLeftScroll {
  0% {
    left: 0%;
  }
  35% {
    left: 200%;
  }
  35.1% {
    left: -200%;
  }
  85% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@keyframes ProcessListArrowLeftScroll {
  0% {
    left: 0%;
  }
  35% {
    left: 200%;
  }
  35.1% {
    left: -200%;
  }
  85% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes ProcessListArrowRightScroll {
  0% {
    left: -125%;
  }
  5% {
    left: -90%;
  }
  10% {
    left: -90%;
  }
  50% {
    left: 200%;
  }
  50.1% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  100% {
    left: -125%;
  }
}

@keyframes ProcessListArrowRightScroll {
  0% {
    left: -125%;
  }
  5% {
    left: -90%;
  }
  10% {
    left: -90%;
  }
  50% {
    left: 200%;
  }
  50.1% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  100% {
    left: -125%;
  }
}

.ProcessStepList dt {
  text-align: center;
}

.ProcessStepList dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ProcessStepList dd ol li {
  color: #808080;
}

.ProcessStepList dd ol li span {
  position: relative;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.0;
}

.ProcessStepList dd ol li span::after {
  content: '';
  display: block;
  position: absolute;
}

.ProcessStepList.-eyebrows dt {
  color: #FF8FB7;
  border-bottom: 1px solid #FF8FB7;
}

.ProcessStepList.-eyebrows dd ol li span {
  color: #FF8FB7;
}

.ProcessStepList.-eyebrows dd ol li span::after {
  border: 1px solid #FF8FB7;
}

.ProcessStepList.-kenuki dt {
  color: #e0bc6f;
  border-bottom: 1px solid #e0bc6f;
}

.ProcessStepList.-kenuki dd ol li span {
  color: #e0bc6f;
}

.ProcessStepList.-kenuki dd ol li span::after {
  border: 1px solid #e0bc6f;
}

.ProcessStepList.-eyelashcurler dt {
  color: #618AA8;
  border-bottom: 1px solid #618AA8;
}

.ProcessStepList.-eyelashcurler dd ol li span {
  color: #618AA8;
}

.ProcessStepList.-eyelashcurler dd ol li span::after {
  border: 1px solid #618AA8;
}

@media print, screen and (max-width: 959px) {
  .ProcessStepList {
    margin: 12px 18px 31px 18px;
  }
  .ProcessStepList dt {
    padding-bottom: 17px;
  }
  .ProcessStepList dd {
    padding-top: 23px;
  }
  .ProcessStepList dd ol li {
    margin-right: 20px;
    margin-bottom: 19px;
    padding-left: 9px;
    font-size: 13px;
  }
  .ProcessStepList dd ol li span {
    padding: 0 14px 0 8px;
  }
  .ProcessStepList dd ol li span::after {
    height: 1px;
    width: 9px;
    top: 50%;
    left: -9px;
  }
}

@media print, screen and (min-width: 960px) {
  .ProcessStepList {
    margin: 74px 8px 102px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ProcessStepList dt {
    margin-right: 41px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: none !important;
  }
  .ProcessStepList dd {
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .ProcessStepList dd ol li {
    margin-right: 29px;
    margin-bottom: 12px;
    padding-left: 9px;
    font-size: 16px;
  }
  .ProcessStepList dd ol li span {
    padding: 0 18px 0 21px;
    font-size: 18px;
  }
  .ProcessStepList dd ol li span::after {
    height: 1px;
    width: 12px;
    top: 50%;
    left: -9px;
  }
}

@-webkit-keyframes ProcessStepListArrowLeftScroll {
  0% {
    left: 0%;
  }
  35% {
    left: 200%;
  }
  35.1% {
    left: -200%;
  }
  85% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@keyframes ProcessStepListArrowLeftScroll {
  0% {
    left: 0%;
  }
  35% {
    left: 200%;
  }
  35.1% {
    left: -200%;
  }
  85% {
    left: 0%;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes ProcessStepListArrowRightScroll {
  0% {
    left: -125%;
  }
  5% {
    left: -90%;
  }
  10% {
    left: -90%;
  }
  50% {
    left: 200%;
  }
  50.1% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  100% {
    left: -125%;
  }
}

@keyframes ProcessStepListArrowRightScroll {
  0% {
    left: -125%;
  }
  5% {
    left: -90%;
  }
  10% {
    left: -90%;
  }
  50% {
    left: 200%;
  }
  50.1% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  100% {
    left: -125%;
  }
}

.ProductsCategory {
  padding: 0 0 10px;
}

.ProductsCategory .ProductsCategory__mv {
  background-color: #ccc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 210px;
  position: relative;
  margin-bottom: 65px;
}

.ProductsCategory .ProductsCategory__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.ProductsCategory#hair .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg01.jpg);
}

.ProductsCategory#faceare .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg03.jpg);
}

.ProductsCategory#faceMake .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg02.jpg);
}

.ProductsCategory#eyebrow .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg04.jpg);
}

.ProductsCategory#eyeMake .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg05.jpg);
}

.ProductsCategory#lip .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg06.jpg);
}

.ProductsCategory#body .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg07.jpg);
}

.ProductsCategory#nail .ProductsCategory__mv {
  background-image: url(/contents_file/products/beauty/products/images/bg08.jpg);
}

@media print, screen and (min-width: 960px) {
  .ProductsCategory {
    padding: 0 0 0;
  }
  .ProductsCategory .ProductsCategory__mv {
    height: 410px;
    margin-bottom: 102px;
  }
}

.ProductsCatTitle {
  color: #fff;
  text-align: center;
}

.ProductsCatTitle .ProductsCatTitle__main {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1;
  display: block;
  margin: 0 0 15px;
}

.ProductsCatTitle .ProductsCatTitle__en {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.0;
  font-size: 10px;
  display: block;
  letter-spacing: 2px;
}

@media print, screen and (min-width: 960px) {
  .ProductsCatTitle .ProductsCatTitle__main {
    font-size: 40px;
  }
  .ProductsCatTitle .ProductsCatTitle__en {
    font-size: 17px;
    letter-spacing: 3.4px;
    margin: 0 0 20px;
  }
}

.ProductsItem {
  position: relative;
}

.ProductsItem .ProductsItem__figure {
  margin: 0 0 16px;
}

.ProductsItem .ProductsItem__img {
  width: 100%;
}

.ProductsItem .ProductsItem__title {
  font-size: 12px;
  line-height: 21px;
  color: #333;
  margin: 0 0 9px;
}

.ProductsItem .ProductsItem__text {
  font-size: 11px;
  line-height: 21px;
  color: #808080;
  margin: 0 0 43px;
}

.ProductsItem .ProductsItem__footer {
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  bottom: 55px;
}

.ProductsItem .ProductsItem__price {
  font-size: 11px;
  color: #999;
  position: relative;
  padding: 0 18px 0 0;
}

.ProductsItem .ProductsItem__price::after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ProductsItem .ProductsItem__link {
  font-size: 11px;
  color: #999;
  position: relative;
  margin: 0px 0 0 15px;
  padding: 0;
  letter-spacing: 0;
}

.ProductsItem .ProductsItem__link::after {
  content: '>';
  display: block;
  width: 13px;
  height: 11px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media print, screen and (min-width: 960px) {
  .ProductsItem .ProductsItem__figure {
    margin: 0 0 34px;
  }
  .ProductsItem .ProductsItem__title {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 21px;
  }
  .ProductsItem .ProductsItem__text {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 52px;
  }
  .ProductsItem .ProductsItem__footer {
    margin: 0;
    bottom: 83px;
  }
  .ProductsItem .ProductsItem__price {
    font-size: 14px;
    padding: 0 24px 0 0;
  }
  .ProductsItem .ProductsItem__price::after {
    height: 20px;
  }
  .ProductsItem .ProductsItem__link {
    font-size: 14px;
    padding: 0 0 0 27px;
    margin: 0;
  }
  .ProductsItem .ProductsItem__link::after {
    width: 15px;
    height: 15px;
    right: -25px;
  }
  .ProductsItem .ProductsItem__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.ProductsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -9.5px 0;
}

.ProductsList .ProductsList__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 9.5px 55px;
  margin: 0;
}

.ProductsList .ProductsList__item:last-child, .ProductsList .ProductsList__item:nth-last-child(2) {
  margin-bottom: 0;
}

@media print, screen and (min-width: 960px) {
  .ProductsList {
    margin: 0 -50px 0;
  }
  .ProductsList .ProductsList__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 50px 83px;
    margin: 0;
  }
  .ProductsList .ProductsList__item:last-child, .ProductsList .ProductsList__item:nth-last-child(2), .ProductsList .ProductsList__item:nth-last-child(3) {
    margin-bottom: 0;
  }
  .ProductsList.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ProductsNavi {
  width: 300px;
  margin: 0 auto 30px;
}

.ProductsNavi .ProductsNavi__btn {
  font-size: 14px;
  line-height: 1;
  color: #4d4d4d;
  height: 54px;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.ProductsNavi .ProductsNavi__btn::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/contents_file/products/beauty/common/images/icon_plus.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ProductsNavi .ProductsNavi__btn.-open::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/contents_file/products/beauty/common/images/icon_minus.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ProductsNavi .ProductsNavi__list {
  display: none;
}

.ProductsNavi .ProductsNavi__item {
  border: 1px solid #e6e6e6;
  border-top: none;
}

.ProductsNavi .ProductsNavi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  color: #808080;
  font-size: 12px;
  line-height: 17px;
  padding-left: 18px;
}

.ProductsNavi .ProductsNavi__link::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin: 0 19px 0 0;
}

.ProductsNavi .ProductsNavi__item:nth-child(1) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_1.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(2) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_2.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(3) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_3.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(4) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_4.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(5) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_5.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(6) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_6.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(7) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_7.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(8) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_8.svg);
}

.ProductsNavi .ProductsNavi__item:nth-child(9) .ProductsNavi__link:before {
  background-image: url(/contents_file/products/beauty/products/images/icon_products_9.svg);
}

.ProductsNavi .ProductsNavi__list.-open {
  display: block;
  height: auto;
}

@media print, screen and (min-width: 960px) {
  .ProductsNavi {
    width: auto;
    margin: 0 auto 85px;
  }
  .ProductsNavi .ProductsNavi__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ProductsNavi .ProductsNavi__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 131px;
    flex: 0 0 131px;
    max-width: 131px;
    border-top: 1px solid #e6e6e6;
    margin: 0 7px;
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ProductsNavi .ProductsNavi__link {
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #333;
    letter-spacing: 0;
    padding: 0;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ProductsNavi .ProductsNavi__link::before {
    width: 33px;
    max-width: 33px;
    max-height: 33px;
    margin: 0 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 35px;
    flex: 1 0 35px;
  }
}

.ProductsType {
  position: relative;
}

.ProductsType .ProductsType__inner {
  overflow: hidden;
}

.ProductsType .ProductsType__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  color: #333;
  text-align: center;
  padding: 0 0 42px;
}

.ProductsType .ProductsType__titleEn {
  font-size: 10px;
  line-height: 15px;
  color: #808080;
  display: block;
  text-align: center;
  padding: 11px 0 0;
}

.ProductsType .ProductsType__list {
  z-index: 10;
}

.ProductsType::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  z-index: -1;
}

.ProductsType.-flower1::before {
  background-image: url(/contents_file/products/beauty/common/images/products_flower1.svg);
  width: 111px;
  height: 57px;
  right: 0;
  top: 108px;
}

.ProductsType.-flower2::before {
  background-image: url(/contents_file/products/beauty/common/images/products_flower2.svg);
  width: 72px;
  height: 70px;
  left: 0;
  top: 102px;
}

.ProductsType.-flower3::before {
  background-image: url(/contents_file/products/beauty/common/images/products_flower3.svg);
  width: 130px;
  height: 91px;
  right: 0;
  top: 106px;
}

.ProductsType.-flower4::before {
  background-image: url(/contents_file/products/beauty/common/images/products_flower4.svg);
  width: 111px;
  height: 57px;
  left: 0;
  top: 98px;
}

.ProductsType .ProductsType__btn {
  margin: 0 auto 87px;
}

.ProductsType .ProductsType__btn.-last {
  margin-bottom: 71px;
}

@media print, screen and (min-width: 960px) {
  .ProductsType .ProductsType__title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 72px;
  }
  .ProductsType .ProductsType__titleEn {
    font-size: 10px;
    padding: 15px 0 0;
  }
  .ProductsType.-flower1::before {
    background-image: url(/contents_file/products/beauty/common/images/products_flower1.svg);
    width: 162px;
    height: 86px;
    right: 0;
    background-position: 100% 50%;
    top: 108px;
  }
  .ProductsType.-flower2::before {
    background-image: url(/contents_file/products/beauty/common/images/products_flower2.svg);
    width: 132px;
    height: 120px;
    left: 0;
    top: 102px;
  }
  .ProductsType.-flower3::before {
    background-image: url(/contents_file/products/beauty/common/images/products_flower3.svg);
    width: 226px;
    height: 159px;
    right: 0;
    top: 106px;
  }
  .ProductsType.-flower4::before {
    background-image: url(/contents_file/products/beauty/common/images/products_flower4.svg);
    width: 162px;
    height: 86px;
    left: 0;
    top: 98px;
  }
  .ProductsType .ProductsType__btn {
    margin: 55px auto 155px;
  }
  .ProductsType .ProductsType__btn.-last {
    margin-bottom: 135px;
  }
}

.Radio .Radio__label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

.Radio .Radio__label.-number {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 14px;
}

.Radio .Radio__label:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Radio .Radio__label:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c50029;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
}

.Radio .Radio__input {
  display: none;
}

.Radio .Radio__input:checked + .Radio__label:after {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

@media print, screen and (min-width: 960px) {
  .Radio .Radio__label {
    font-size: 14px;
  }
  .Radio .Radio__label:before {
    left: 0;
  }
  .Radio .Radio__label:after {
    left: 4px;
  }
}

.Select {
  position: relative;
  margin-bottom: 25px;
}

.Select.-open .Select__list {
  display: block;
}

.Select .Select__wrap {
  display: block;
  padding: 6px 0;
  border-bottom: 4px solid #000;
  position: relative;
  cursor: pointer;
}

.Select .Select__wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  right: 0;
  border-top: 4px solid #c50029;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0.19);
  -ms-transform: scaleX(0.19);
  transform: scaleX(0.19);
}

.Select .Select__wrap:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 11px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.Select .Select__selectedText {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.Select .Select__selectedText.-unselected {
  color: #666;
}

.Select .Select__list {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.Select .Select__item {
  border-bottom: 1px solid #f8f8f9;
}

.Select .Select__item.-selected {
  display: none;
}

.Select .Select__itemLabel {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding: 13px 0;
  cursor: pointer;
}

@media print, screen and (min-width: 960px) {
  .Select .Select__wrap {
    padding: 10px 0;
  }
  .Select .Select__wrap:after {
    bottom: 15px;
  }
  .Select .Select__wrap:before {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  .Select .Select__wrap:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .Select .Select__selectedText {
    font-size: 16px;
  }
  .Select .Select__itemLabel {
    font-size: 16px;
    padding: 18px 0;
  }
  .Select .Select__itemLabel:hover {
    color: #c50029;
  }
}

.Title1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 25px;
  line-height: 45px;
  color: #4d4d4d;
  text-align: center;
  padding: 61px 0 20px;
}

@media print, screen and (min-width: 960px) {
  .Title1 {
    font-size: 40px;
    line-height: 94px;
    padding: 108px 0 28px;
  }
}

.Title2 .Title2__small {
  color: #e0bc6f;
}

.Title2 .Title2__number {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.0;
  color: #e0bc6f;
}

.Title2 .Title2__main {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  font-size: 23px;
  line-height: 32px;
  color: #333;
}

.Title2.-learn {
  position: relative;
  padding: 24px 0 20px 68px;
}

.Title2.-learn .Title2__small {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.0;
  -webkit-transform: rotate(90deg) scale(0.8);
  -ms-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
  font-size: 10px;
  font-style: italic;
  position: absolute;
  top: 39px;
  left: -8px;
}

.Title2.-learn .Title2__number {
  position: absolute;
  font-size: 28px;
  padding: 0 13px 0 18px;
  top: 32px;
  left: -1px;
}

@media print, screen and (min-width: 960px) {
  .Title2 .Title2__main {
    font-size: 32px;
    line-height: 50px;
  }
  .Title2.-learn {
    position: relative;
    padding: 24px 0 23px;
  }
  .Title2.-learn .Title2__small {
    -webkit-transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    font-size: 17px;
    left: -123px;
  }
  .Title2.-learn .Title2__number {
    position: absolute;
    font-size: 44px;
    left: -82px;
    padding: 0;
    top: 25px;
  }
}

.-eyebrows .Title2__small {
  color: #FF8FB7;
}

.-eyebrows .Title2__number {
  color: #FF8FB7;
}

.-eyelashcurler .Title2__small {
  color: #618AA8;
}

.-eyelashcurler .Title2__number {
  color: #618AA8;
}

.Title3 {
  text-align: center;
  padding-bottom: 35px;
  padding-top: 55px;
}

.Title3 .Title3__icon::before {
  font-size: 50px;
}

.Title3 .Title3__text {
  font-size: 18px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  display: block;
  margin-top: 8px;
}

.Title3 .Title3__text.-archive span {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Title3.-archive {
  padding-bottom: 20px;
}

.Title3.-archive .Title3__icon::before {
  font-size: 57px;
}

.Title3.-archive .Title3__text span {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 960px) {
  .Title3 {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 75px;
  }
  .Title3.-narrow {
    padding-top: 50px;
  }
  .Title3 .Title3__icon::before {
    font-size: 74px;
    position: relative;
    top: -10px;
  }
  .Title3 .Title3__text {
    font-size: 30px;
    display: inline;
    margin-top: 0px;
    padding-left: 15px;
  }
  .Title3.-archive .Title3__icon::before {
    font-size: 74px;
  }
  .Title3.-archive .Title3__text {
    padding-left: 0;
  }
}

.TopList:before {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.TopList.-list1:before {
  background-image: url("/contents_file/products/beauty/top/images/top_flower1.svg");
}

.TopList.-list2:before {
  background-image: url("/contents_file/products/beauty/top/images/top_flower2.svg");
}

.TopList.-list3:before {
  background-image: url("/contents_file/products/beauty/top/images/top_flower3.svg");
}

.TopList .TopList__box1.-pink {
  background: -webkit-linear-gradient(315deg, #ffb8cd 0%, #ff98c1 100%);
  background: -o-linear-gradient(315deg, #ffb8cd 0%, #ff98c1 100%);
  background: linear-gradient(135deg, #ffb8cd 0%, #ff98c1 100%);
}

.TopList .TopList__box1.-gold {
  background: -webkit-linear-gradient(315deg, #e2e0db 0%, #e6d2a1 100%);
  background: -o-linear-gradient(315deg, #e2e0db 0%, #e6d2a1 100%);
  background: linear-gradient(135deg, #e2e0db 0%, #e6d2a1 100%);
}

.TopList .TopList__box1.-blue {
  background: -webkit-linear-gradient(315deg, #c5d2d9 0%, #b9ced9 100%);
  background: -o-linear-gradient(315deg, #c5d2d9 0%, #b9ced9 100%);
  background: linear-gradient(135deg, #c5d2d9 0%, #b9ced9 100%);
}

.TopList .TopList__box2 {
  background-color: #eeeff0;
  pointer-events: none;
}

.TopList .TopList__box3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.TopList .TopList__box3.-bg1 {
  background-image: url("/contents_file/products/beauty/top/images/list_bg1.jpg");
}

.TopList .TopList__box3.-bg2 {
  background-image: url("/contents_file/products/beauty/top/images/list_bg2.jpg");
}

.TopList .TopList__box3.-bg3 {
  background-image: url("/contents_file/products/beauty/top/images/list_bg3.jpg");
}

@media print, screen and (max-width: 959px) {
  .TopList {
    position: relative;
  }
  .TopList + .TopList {
    margin-top: 85px;
  }
  .TopList.-left .TopList__box1,
  .TopList.-left .TopList__box2 {
    left: 0;
  }
  .TopList.-right .TopList__box1,
  .TopList.-right .TopList__box2 {
    right: 0;
  }
  .TopList.-list1:before {
    width: 108px;
    height: 57px;
    top: -37px;
    right: 0;
  }
  .TopList.-list2:before {
    width: 63px;
    height: 65px;
    top: -45px;
    left: 0;
  }
  .TopList.-list3:before {
    width: 130px;
    height: 91px;
    top: -65px;
    right: 0;
  }
  .TopList .TopList__inner {
    padding: 0 18px 24vw;
    position: relative;
  }
  .TopList .TopList__box1 {
    display: block;
    width: 22.93vw;
    height: 79.46vw;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .TopList .TopList__box2 {
    display: block;
    width: 90vw;
    height: 79.46vw;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .TopList .TopList__box3 {
    width: 100%;
    height: 79.46vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
  }
  .TopList .TopList__box3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -29.33vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .TopList .TopList__box3.-bg1:after {
    width: 71.73vw;
    height: 55.2vw;
    left: 10%;
    background-image: url("/contents_file/products/beauty/top/images/photo_eyebrows1.png");
  }
  .TopList .TopList__box3.-bg2:after {
    width: 50.4vw;
    height: 49.6vw;
    left: 20%;
    background-image: url("/contents_file/products/beauty/top/images/photo_eyebrows2.png");
  }
  .TopList .TopList__box3.-bg3:after {
    width: 50vw;
    height: 56vw;
    left: 37%;
    background-image: url("/contents_file/products/beauty/top/images/photo_eye1.png");
  }
  .TopList .TopList__photo {
    display: none;
  }
  .TopList .TopList__text {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
    pointer-events: none;
  }
  .TopList .TopList__arrowWrap {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 30%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .TopList .TopList__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: 10px;
    position: relative;
    overflow: hidden;
  }
  .TopList .TopList__arrow:before {
    content: '';
    display: block;
    height: 10px;
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 9px;
    background-image: url("/contents_file/products/beauty/top/images/arrow.svg");
    pointer-events: none;
  }
  .TopList .TopList__arrow.-left:before {
    background-position: left -10px center;
    left: 0;
  }
  .TopList .TopList__arrow.-right:before {
    background-position: right center;
    left: -125%;
  }
  .TopList .TopList__arrowText {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    pointer-events: none;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.03em;
    line-height: 1.0;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@media print, screen and (min-width: 960px) {
  .TopList {
    height: 0;
    padding-top: 40.38%;
    background-color: #ccc;
    position: relative;
  }
  .TopList + .TopList {
    margin-top: 110px;
  }
  .TopList.-left {
    margin-right: 100px;
  }
  .TopList.-right {
    margin-left: 100px;
  }
  .TopList.-right .TopList__box1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .TopList.-right .TopList__box2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .TopList.-right .TopList__box3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .TopList.-list1:before {
    width: 162px;
    height: 86px;
    top: -80px;
    right: -100px;
  }
  .TopList.-list2:before {
    width: 135px;
    height: 124px;
    top: -60px;
    left: -110px;
  }
  .TopList.-list3:before {
    width: 225px;
    height: 158px;
    top: -100px;
    right: -100px;
  }
  .TopList .TopList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .TopList .TopList__box1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 173px;
    flex: 1 1 173px;
    height: 100%;
  }
  .TopList .TopList__box2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 510px;
    flex: 1 1 510px;
    height: 100%;
    position: relative;
  }
  .TopList .TopList__box3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 580px;
    flex: 1 1 580px;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .TopList .TopList__box3:hover {
    text-decoration: none;
  }
  .TopList .TopList__box3:hover .TopList__arrow.-left:before {
    -webkit-animation-name: topListArrowLeftScroll;
    animation-name: topListArrowLeftScroll;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.84, 0.42, 1.06);
    animation-timing-function: cubic-bezier(0.12, 0.84, 0.42, 1.06);
  }
  .TopList .TopList__box3:hover .TopList__arrow.-right:before {
    -webkit-animation-name: topListArrowRightScroll;
    animation-name: topListArrowRightScroll;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-timing-function: cubic-bezier(0.12, 0.84, 0.42, 1.06);
    animation-timing-function: cubic-bezier(0.12, 0.84, 0.42, 1.06);
  }
  .TopList .TopList__photo {
    position: absolute;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.15, 0.43, 0.35, 0.99);
    transition: -webkit-transform 300ms cubic-bezier(0.15, 0.43, 0.35, 0.99);
    -o-transition: transform 300ms cubic-bezier(0.15, 0.43, 0.35, 0.99);
    transition: transform 300ms cubic-bezier(0.15, 0.43, 0.35, 0.99);
    transition: transform 300ms cubic-bezier(0.15, 0.43, 0.35, 0.99), -webkit-transform 300ms cubic-bezier(0.15, 0.43, 0.35, 0.99);
    z-index: 5;
  }
  .TopList .TopList__photo.-hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .TopList .TopList__photo.-photo1 {
    width: 422px;
    height: 481px;
    left: 5%;
    bottom: -5%;
  }
  .TopList .TopList__photo.-photo2 {
    width: 437px;
    height: 428px;
    right: 3%;
    bottom: -5%;
  }
  .TopList .TopList__photo.-photo3 {
    width: 439px;
    height: 490px;
    left: -9%;
    bottom: -5%;
  }
  .TopList .TopList__text {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 100;
    font-size: 26px;
    text-align: center;
    pointer-events: none;
  }
  .TopList .TopList__arrowWrap {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 30%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .TopList .TopList__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    height: 10px;
    position: relative;
    overflow: hidden;
  }
  .TopList .TopList__arrow:before {
    content: '';
    display: block;
    height: 10px;
    width: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: auto 9px;
    background-image: url("/contents_file/products/beauty/top/images/arrow.svg");
    pointer-events: none;
  }
  .TopList .TopList__arrow.-left:before {
    background-position: left -10px center;
    left: 0;
  }
  .TopList .TopList__arrow.-right:before {
    background-position: right center;
    left: -125%;
  }
  .TopList .TopList__arrowText {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: block;
    pointer-events: none;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.03em;
    line-height: 1.0;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

@-webkit-keyframes topListArrowLeftScroll {
  0% {
    left: 0%;
  }
  35% {
    left: 200%;
  }
  35.1% {
    left: -200%;
  }
  95% {
    left: -2%;
  }
  100% {
    left: -2%;
  }
}

@keyframes topListArrowLeftScroll {
  0% {
    left: 0%;
  }
  35% {
    left: 200%;
  }
  35.1% {
    left: -200%;
  }
  95% {
    left: -2%;
  }
  100% {
    left: -2%;
  }
}

@-webkit-keyframes topListArrowRightScroll {
  0% {
    left: -125%;
  }
  5% {
    left: -90%;
  }
  10% {
    left: -90%;
  }
  50% {
    left: 200%;
  }
  50.1% {
    left: -200%;
  }
  55% {
    left: -200%;
  }
  100% {
    left: -125%;
  }
}

@keyframes topListArrowRightScroll {
  0% {
    left: -125%;
  }
  5% {
    left: -90%;
  }
  10% {
    left: -90%;
  }
  50% {
    left: 200%;
  }
  50.1% {
    left: -200%;
  }
  55% {
    left: -200%;
  }
  100% {
    left: -125%;
  }
}

.TopMain .TopMain__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 85px 18px 40px;
}

.TopMain .TopMain__titleEn {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.0;
  font-size: 45px;
}

.TopMain .TopMain__titleJp {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  font-size: 11px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: -0.1em;
  margin-left: 28px;
  white-space: nowrap;
}

@media print, screen and (min-width: 960px) {
  .TopMain .TopMain__title {
    width: 50%;
    margin: 0 auto 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 105px 0 60px;
  }
  .TopMain .TopMain__titleEn {
    font-size: 64px;
    letter-spacing: 0.07em;
  }
  .TopMain .TopMain__titleJp {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 959px) {
  .TopMv {
    width: 100%;
    height: 0;
    padding-top: 131%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    background-image: url("/contents_file/products/beauty/top/images/mv_sp.jpg");
  }
  .TopMv .TopMv__inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 0 0 15px;
  }
  .TopMv .TopMv__titleJp {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .TopMv .TopMv__titleEn {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.03em;
    line-height: 1.0;
    font-size: 48px;
    line-height: 50px;
    display: block;
    margin-top: 10px;
    position: relative;
  }
  .TopMv .TopMv__titleEn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    width: 103px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/contents_file/products/beauty/top/images/mv_flower.svg");
  }
  .TopMv .TopMv__list {
    display: none;
  }
  .TopMv .TopMv__arrow {
    position: absolute;
    bottom: 60px;
    left: 15px;
  }
}

@media print, screen and (min-width: 960px) {
  .TopMv {
    height: 688px;
    position: relative;
    overflow: hidden;
  }
  .TopMv:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    height: 100%;
    background: -webkit-linear-gradient(315deg, #e9eff0 0%, #ebecee 100%);
    background: -o-linear-gradient(315deg, #e9eff0 0%, #ebecee 100%);
    background: linear-gradient(135deg, #e9eff0 0%, #ebecee 100%);
  }
  .TopMv:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left 335px top 0;
    background-image: url("/contents_file/products/beauty/top/images/mv_pc.png");
  }
  .TopMv .TopMv__inner {
    position: relative;
    z-index: 2;
    padding-top: 115px;
    padding-left: 38px;
  }
  .TopMv .TopMv__titleJp {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.01em;
  }
  .TopMv .TopMv__titleEn {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.03em;
    line-height: 1.0;
    font-size: 92px;
    line-height: 97px;
    display: block;
    margin-left: -4px;
    margin-top: 20px;
    position: relative;
  }
  .TopMv .TopMv__titleEn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 165px;
    width: 220px;
    height: 74px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/contents_file/products/beauty/top/images/mv_flower.svg");
  }
  .TopMv .TopMv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
  }
  .TopMv .TopMv__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 148px;
    flex: 0 0 148px;
    max-width: 148px;
    height: 138px;
    margin-right: 15px;
    position: relative;
  }
  .TopMv .TopMv__comming {
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.86);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .TopMv .TopMv__commingSpan {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.0;
    z-index: 99;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    opacity: .7;
  }
  .TopMv .TopMv__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .TopMv .TopMv__link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }
  .TopMv .TopMv__linkIcon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .TopMv .TopMv__linkIcon:before {
    font-size: 52px;
  }
  .TopMv .TopMv__linkText {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 18px;
  }
  .TopMv .TopMv__arrow {
    position: absolute;
    bottom: 0px;
    left: 45px;
  }
}

.UnderPager {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.UnderPager .UnderPager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;
}

.UnderPager .UnderPager__link::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 10px;
  display: block;
  background-image: url(/contents_file/products/beauty/common/images/icon_arrow_short_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.UnderPager .UnderPager__link.-prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 1px solid #e6e6e6;
}

.UnderPager .UnderPager__link.-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.UnderPager .UnderPager__link.-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}

.UnderPager .UnderPager__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #333;
  padding: 0 30px;
}

.UnderPager .UnderPager__text span {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.UnderPager .UnderPager__textBold {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.UnderPager .UnderPager__figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
}

.UnderPager .UnderPager__img {
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .UnderPager .UnderPager__list {
    max-width: 1160px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .UnderPager .UnderPager__link {
    border: none;
    height: 150px;
  }
  .UnderPager .UnderPager__link::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 20px;
  }
  .UnderPager .UnderPager__link.-prev {
    border-bottom: none;
  }
  .UnderPager .UnderPager__text {
    font-size: 20px;
    padding: 0 25px;
  }
  .UnderPager .UnderPager__figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    width: 66px;
    margin: 0 10px;
  }
}
