@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre, code,
kbd,
samp {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  line-height: 1.15;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-family: sans-serif;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 1 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 3 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'readerregular';
  src: url("/gb/makeup/2018AW/assets/font/reader-regular-web.eot");
  src: url("/gb/makeup/2018AW/assets/font/reader-regular-web.eot?#iefix") format("embedded-opentype"), url("/gb/makeup/2018AW/assets/font/reader-regular-web.woff2") format("woff2"), url("/gb/makeup/2018AW/assets/font/reader-regular-web.woff") format("woff"), url("/gb/makeup/2018AW/assets/font/reader-regular-web.ttf") format("truetype"), url("/gb/makeup/2018AW/assets/font/reader-regular-web.svg#readerregular") format("svg");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'readerbold';
  src: url("/gb/makeup/2018AW/assets/font/reader-bold-web.eot");
  src: url("/gb/makeup/2018AW/assets/font/reader-bold-web.eot?#iefix") format("embedded-opentype"), url("/gb/makeup/2018AW/assets/font/reader-bold-web.woff2") format("woff2"), url("/gb/makeup/2018AW/assets/font/reader-bold-web.woff") format("woff"), url("/gb/makeup/2018AW/assets/font/reader-bold-web.ttf") format("truetype"), url("/gb/makeup/2018AW/assets/font/reader-bold-web.svg#readerbold") format("svg");
}

html {
  overflow-y: scroll;
  font-size: 24px;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: readerregular, sans-serif;
  color: #333;
  overscroll-behavior-y: contain;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-fixed {
  overflow: hidden;
  height: 100%;
}

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

ul li {
  list-style: none;
}

@media only screen and (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch !important;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
  padding: 124px 0 120px;
  background: #fff;
}

#wrapper.hidden {
  opacity: 0;
}

@media only screen and (min-width: 769px), print {
  #wrapper {
    padding: 109px 0 0;
  }
  .index #wrapper {
    padding: 110px 0 70px;
  }
}

#contents {
  position: relative;
  padding: 0 40px 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #contents .vjs-control-bar {
    font-size: 24px !important;
  }
}

.pressrelease_isetan_index #contents {
  position: relative;
  padding: 0 0 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .pressrelease_isetan_index #contents .vjs-control-bar {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 769px), print {
  .video #contents {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 769px), print {
  #contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px), print {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

#location {
  border-top: 2px solid #333;
  background: #000;
}

.location__inner {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 13px 40px;
  color: #fff;
}

.location__inner > li {
  position: relative;
  padding-right: 40px;
  line-height: 1;
  font-size: 0.75rem;
}

.location__inner > li:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  content: "";
  transform: rotate(45deg);
}

.location__inner > li.current {
  padding-right: 0;
  color: #c8102e;
}

.location__inner > li.current:after {
  content: none;
}

.location__inner > li > a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 769px), print {
  #location.is-out {
    display: none;
  }
  .location__inner {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
  }
  .location__inner > li {
    padding-right: 26px;
    font-size: 12px;
  }
  .location__inner > li a:hover {
    color: #e11a3b;
  }
  .location__inner > li:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    content: "";
    transform: rotate(45deg);
  }
}

.background__movie {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.background__movie figure {
  width: 100%;
  margin: 0;
}

.background__movie figure img {
  width: 100%;
}

.background__movie .background__movie__block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 400px;
  margin: -200px 0 0 -350px;
  text-align: center;
  color: #fff;
  z-index: 5;
}

.background__movie .background__movie__block > h2 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 2.08333rem;
  font-family: readerbold, sans-serif;
}

.background__movie .background__movie__block > h2 > span {
  font-weight: normal;
  font-family: readerregular, sans-serif;
}

.background__movie .background__movie__block > div {
  margin-bottom: 15px;
  font-size: 1.08333rem;
  font-family: readerbold, sans-serif;
}

.background__movie .background__movie__block > p {
  font-size: 24px;
}

.background__movie .arrow, .background__movie .arrow2 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 48px;
  height: 26px;
  margin: -13px 0 0 -24px;
  cursor: pointer;
  z-index: 10;
}

.background__movie .arrow svg, .background__movie .arrow img, .background__movie .arrow2 svg, .background__movie .arrow2 img {
  width: 48px;
  height: 26px;
}

@media only screen and (min-width: 769px), print {
  .background__movie {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 1;
        justify-content: center;
        align-items: center;
  }
  .background__movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 1440px;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 0;
    z-index: 1;
  }
  .background__movie .background__movie__block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 200px;
    margin: -100px 0 0 -400px;
    text-align: center;
    color: #fff;
    z-index: 5;
  }
  .background__movie .background__movie__block > h2 {
    margin-bottom: 45px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 42px;
    font-family: readerbold, sans-serif;
  }
  .background__movie .background__movie__block > h2 > span {
    font-weight: normal;
    font-family: readerregular, sans-serif;
  }
  .background__movie .background__movie__block > div {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    font-size: 22px;
    font-family: readerbold, sans-serif;
  }
  .background__movie .background__movie__block > p {
    font-size: 18px;
  }
  .background__movie .arrow, .background__movie .arrow2 {
    display: inline-block;
    position: absolute;
    top: 92%;
    left: 50%;
    width: 47px;
    height: 24px;
    margin: -12px 0 0 -24px;
    z-index: 10;
  }
  .background__movie .arrow svg, .background__movie .arrow img, .background__movie .arrow2 svg, .background__movie .arrow2 img {
    width: 100%;
    max-width: 100%;
  }
  .background__movie .arrow:hover, .background__movie .arrow2:hover {
    color: #e11a3b;
  }
  .background__movie .arrow:hover svg path, .background__movie .arrow2:hover svg path {
    fill: #e11a3b;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 10px solid #c8102e;
  background: #000;
  color: #fff;
  z-index: 10;
}

#header.is-short > #location {
  display: none;
}

#header.is-short > .header__inner {
  height: 86px;
}

#header.is-short > .header__inner > h1 {
  width: 176px;
  height: 46px;
  margin: -23px 0 0 -88px;
}

#header.is-short > .header__inner > h1 a svg, #header.is-short > .header__inner > h1 a img {
  width: 176px;
  height: 46px;
}

#header.is-short > .header__inner > ul.basic-menu {
  height: 86px;
}

.header__inner {
  position: relative;
  height: 114px;
}

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

.header__inner > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 248px;
  height: 66px;
  margin: -33px 0 0 -124px;
  padding: 0;
  z-index: 10;
}

.header__inner > h1 > a {
  display: block;
}

.header__inner > h1 > a svg, .header__inner > h1 > a img {
  width: 248px;
  max-width: 100%;
  height: 66px;
}

.header__inner > ul.basic-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  list-style: none;
  position: relative;
  height: 114px;
  margin: 0;
  padding: 0 40px;
  z-index: 9;
      align-items: center;
}

.header__inner > ul.basic-menu > li {
  width: 36px;
  height: 36px;
}

.header__inner > ul.basic-menu > li > a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

.header__inner > ul.basic-menu > li.icon-menu {
  position: relative;
  margin-right: auto;
}

.header__inner > ul.basic-menu > li.icon-menu a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
}

.header__inner > ul.basic-menu > li.icon-menu a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 3px;
  background: #fff;
}

.header__inner > ul.basic-menu > li.icon-menu a span:nth-of-type(2) {
  top: 16px;
}

.header__inner > ul.basic-menu > li.icon-menu a span:nth-of-type(3) {
  top: 32px;
}

.header__inner > ul.basic-menu > li.icon-menu a.is-close span:nth-of-type(1) {
  transition: transform 200ms;
}

.header__inner > ul.basic-menu > li.icon-menu a.is-close span:nth-of-type(2) {
  opacity: 1;
  transition: opacity 150ms 50ms;
}

.header__inner > ul.basic-menu > li.icon-menu a.is-close span:nth-of-type(3) {
  transition: transform 200ms;
}

.header__inner > ul.basic-menu > li.icon-menu a.is-open span:nth-of-type(1) {
  top: 16px;
  background: #e11a3b;
  transform: rotate(45deg);
  transition: transform 200ms;
}

.header__inner > ul.basic-menu > li.icon-menu a.is-open span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 150ms;
}

.header__inner > ul.basic-menu > li.icon-menu a.is-open span:nth-of-type(3) {
  top: 16px;
  background: #e11a3b;
  transform: rotate(-45deg);
  transition: transform 200ms;
}

.header__inner > ul.basic-menu > li.icon-stores {
  margin-right: 45px;
  text-align: center;
}

.header__inner > ul.basic-menu > li.icon-stores svg, .header__inner > ul.basic-menu > li.icon-stores img {
  width: 26px;
  height: 36px;
}

.header__inner > ul.basic-menu > .icon-search span {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 3px;
  background: #fff;
}

.header__inner > ul.basic-menu > .icon-search svg, .header__inner > ul.basic-menu > .icon-search img {
  width: 32px;
  height: 36px;
}

.header__inner > ul.basic-menu > .icon-search a.is-close svg, .header__inner > ul.basic-menu > .icon-search a.is-close img {
  display: block;
}

.header__inner > ul.basic-menu > .icon-search a.is-close span {
  opacity: 0;
}

.header__inner > ul.basic-menu > .icon-search a.is-close span:nth-of-type(1) {
  transition: transform 200ms;
}

.header__inner > ul.basic-menu > .icon-search a.is-close span:nth-of-type(2) {
  transition: transform 200ms;
}

.header__inner > ul.basic-menu > .icon-search a.is-open svg, .header__inner > ul.basic-menu > .icon-search a.is-open img {
  display: none;
}

.header__inner > ul.basic-menu > .icon-search a.is-open span {
  opacity: 1;
}

.header__inner > ul.basic-menu > .icon-search a.is-open span:nth-of-type(1) {
  top: 16px;
  background: #e11a3b;
  transform: rotate(45deg);
  transition: transform 300ms, opacity 400ms;
}

.header__inner > ul.basic-menu > .icon-search a.is-open span:nth-of-type(2) {
  top: 16px;
  background: #e11a3b;
  transform: rotate(-45deg);
  transition: transform 300ms, opacity 400ms;
}

@media only screen and (min-width: 769px), print {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 10px solid #c8102e;
    background: #000;
    color: #fff;
    z-index: 10;
  }
  #header.is-short > .header__inner {
    height: 70px;
  }
  #header.is-short > .header__inner > h1 {
    width: 136px;
    height: 36px;
    margin: -22px 0 0;
  }
  #header.is-short > .header__inner > h1 svg, #header.is-short > .header__inner > h1 img {
    width: 136px;
    height: 36px;
    line-height: 1;
    vertical-align: top;
  }
  #header.is-short > .header__inner > #navigation--pc {
    height: 70px;
  }
  #header.is-short > .header__inner > ul.basic-menu {
    height: 70px;
  }
  .header__inner {
    max-width: 1000px;
    height: 100px;
    margin: 0 auto;
  }
  .header__inner > h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 180px;
    height: 48px;
    margin: -24px 0 0 0;
    padding: 0;
    z-index: 10;
  }
  .header__inner > h1 > a {
    display: block;
    width: 180px;
    height: 48px;
  }
  .header__inner > h1 > a svg, .header__inner > h1 > a img {
    width: 180px;
    height: 48px;
  }
  .header__inner > ul.basic-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    padding: 0;
        align-items: center;
  }
  .header__inner > ul.basic-menu > li {
    width: auto;
    height: auto;
    font-size: 12px;
    text-transform: uppercase;
  }
  .header__inner > ul.basic-menu > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: auto;
    height: auto;
    text-decoration: none;
    color: #fff;
        align-items: center;
  }
  .header__inner > ul.basic-menu > li > a svg,
  .header__inner > ul.basic-menu > li > a img {
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
  }
  .header__inner > ul.basic-menu > .icon-menu {
    display: none;
  }
  .header__inner > ul.basic-menu > li.icon-stores {
    margin-right: 25px;
  }
  .header__inner > ul.basic-menu > li.icon-stores svg, .header__inner > ul.basic-menu > li.icon-stores img {
    width: 16px;
    height: 20px;
  }
  .header__inner > ul.basic-menu > li.icon-stores a:hover {
    color: #e11a3b;
  }
  .header__inner > ul.basic-menu > li.icon-stores a:hover #stores_inside path,
  .header__inner > ul.basic-menu > li.icon-stores a:hover #stores_outside path {
    color: #e11a3b;
    stroke: #e11a3b;
    path: #e11a3b;
  }
  .header__inner > ul.basic-menu > li.icon-stores a:hover #stores_inside path {
    fill: #e11a3b;
  }
  .header__inner > ul.basic-menu > .icon-search > .search {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    background: #000000;
  }
  .header__inner > ul.basic-menu > .icon-search > .search span {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
  }
  .header__inner > ul.basic-menu > .icon-search a svg,
  .header__inner > ul.basic-menu > .icon-search a img {
    width: 18px;
    height: 20px;
    margin-top: -4px;
  }
  .header__inner > ul.basic-menu > .icon-search a:hover {
    color: #e11a3b;
  }
  .header__inner > ul.basic-menu > .icon-search a:hover svg path:first-of-type {
    fill: #e11a3b;
  }
  .header__inner > ul.basic-menu > .icon-search a:hover svg path:last-of-type {
    stroke: #e11a3b;
  }
  .header__inner > ul.basic-menu > .icon-search a.is-close img {
    display: block;
  }
  .header__inner > ul.basic-menu > .icon-search a.is-close span {
    display: none;
  }
  .header__inner > ul.basic-menu > .icon-search a.is-open svg, .header__inner > ul.basic-menu > .icon-search a.is-open img {
    display: none;
  }
  .header__inner > ul.basic-menu > .icon-search a.is-open span {
    display: block;
  }
  .header__inner > ul.basic-menu > .icon-search a.is-open span:nth-of-type(1) {
    top: 8px;
  }
  .header__inner > ul.basic-menu > .icon-search a.is-open span:nth-of-type(2) {
    top: 8px;
  }
}

#navigation {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -1;
}

#navigation.is-close {
  visibility: hidden;
  opacity: 0;
  animation-name: fade-out;
  animation-duration: 0.5s;
  z-index: 10;
}

#navigation.is-open {
  visibility: visible;
  opacity: 1;
  animation-name: fade-in;
  animation-duration: 0.5s;
  z-index: 10;
}

@keyframes fade-out {
  0% {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.navigation__inner {
  display: -ms-flexbox;
  display: flex;
  opacity: 0.95;
  box-sizing: border-box;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  margin-right: 90px;
  padding: 40px 0 40px 40px;
  background: #c8102e;
}

.navigation__inner .navigation__scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  height: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.navigation__inner .navigation__scroll .page__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  position: relative;
  top: 0;
  left: 0;
  width: 1240px;
  transition: left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      justify-content: start;
}

.navigation__inner .navigation__scroll .page__wrap.is-page1 {
  left: 0;
}

.navigation__inner .navigation__scroll .page__wrap.is-page2 {
  left: -620px;
}

.navigation__inner .navigation__scroll .page__wrap .page1,
.navigation__inner .navigation__scroll .page__wrap .page2 {
  width: 620px;
}

.navigation__inner .navigation__scroll ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation__inner .navigation__scroll ul a,
.navigation__inner .navigation__scroll ul span {
  display: block;
  padding: 40px 0;
  text-decoration: none;
  color: #fff;
}

.navigation__inner .navigation__scroll #navigation__menu li,
.navigation__inner .navigation__scroll #navigation__category li {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.navigation__inner .navigation__scroll #navigation__menu li a,
.navigation__inner .navigation__scroll #navigation__menu li span,
.navigation__inner .navigation__scroll #navigation__category li a,
.navigation__inner .navigation__scroll #navigation__category li span {
  position: relative;
  border-bottom: 2px solid #df7688;
  cursor: pointer;
}

.navigation__inner .navigation__scroll #navigation__menu li.js-toggle > a:before,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle > span:before,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle > a:after,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle > span:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle > a:before,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle > span:before,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle > a:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle > span:after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 22px;
  height: 3px;
  margin-top: -1px;
  background: #fff;
  content: "";
}

.navigation__inner .navigation__scroll #navigation__menu li.js-toggle > a:after,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle > span:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle > a:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle > span:after {
  transform: rotate(-90deg);
}

.navigation__inner .navigation__scroll #navigation__menu li.js-toggle > ul,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle > ul {
  display: none;
}

.navigation__inner .navigation__scroll #navigation__menu li.js-toggle.is-close > a:after,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle.is-close > span:after,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle.is-close > a:before,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle.is-close > span:before,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle.is-close > a:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle.is-close > span:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle.is-close > a:before,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle.is-close > span:before {
  display: block;
}

.navigation__inner .navigation__scroll #navigation__menu li.js-toggle.is-open > a:after,
.navigation__inner .navigation__scroll #navigation__menu li.js-toggle.is-open > span:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle.is-open > a:after,
.navigation__inner .navigation__scroll #navigation__category li.js-toggle.is-open > span:after {
  display: none;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul,
.navigation__inner .navigation__scroll #navigation__category li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #cd304a;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li,
.navigation__inner .navigation__scroll #navigation__category li > ul > li {
  margin: 0;
  padding: 0;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li > a, .navigation__inner .navigation__scroll #navigation__menu li > ul > li span,
.navigation__inner .navigation__scroll #navigation__category li > ul > li > a,
.navigation__inner .navigation__scroll #navigation__category li > ul > li span {
  padding: 40px;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li[class^="is-link"] > span,
.navigation__inner .navigation__scroll #navigation__category li > ul > li[class^="is-link"] > span {
  position: relative;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li[class^="is-link"] > span svg, .navigation__inner .navigation__scroll #navigation__menu li > ul > li[class^="is-link"] > span img,
.navigation__inner .navigation__scroll #navigation__category li > ul > li[class^="is-link"] > span svg,
.navigation__inner .navigation__scroll #navigation__category li > ul > li[class^="is-link"] > span img {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  margin-left: 15px;
  content: "";
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li[class^="is-link"] > span svg path, .navigation__inner .navigation__scroll #navigation__menu li > ul > li[class^="is-link"] > span img path,
.navigation__inner .navigation__scroll #navigation__category li > ul > li[class^="is-link"] > span svg path,
.navigation__inner .navigation__scroll #navigation__category li > ul > li[class^="is-link"] > span img path {
  fill: #fff;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li > ul,
.navigation__inner .navigation__scroll #navigation__category li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li > ul > li,
.navigation__inner .navigation__scroll #navigation__category li > ul > li > ul > li {
  margin: 0;
  padding: 0;
}

.navigation__inner .navigation__scroll #navigation__menu li > ul > li > ul > li > a,
.navigation__inner .navigation__scroll #navigation__category li > ul > li > ul > li > a {
  padding-left: 80px;
}

.navigation__inner .navigation__scroll #navigation__category > li[class^="is-link"] > span {
  position: relative;
  padding-left: 40px;
}

.navigation__inner .navigation__scroll #navigation__category > li[class^="is-link"] > span svg, .navigation__inner .navigation__scroll #navigation__category > li[class^="is-link"] > span img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  transform: rotate(180deg);
}

.navigation__inner .navigation__scroll #navigation__category > li[class^="is-link"] > span svg path, .navigation__inner .navigation__scroll #navigation__category > li[class^="is-link"] > span img path {
  fill: #ffffff;
}

.navigation__inner .navigation__scroll #navigation__sns {
  margin-top: 40px;
}

.navigation__inner .navigation__scroll #navigation__sns li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 28px 0;
      align-items: center;
      justify-content: flex-start;
}

.navigation__inner .navigation__scroll #navigation__sns li a div {
  box-sizing: content-box;
  width: 38px;
  height: 38px;
  padding-right: 15px;
  text-align: center;
}

.navigation__inner .navigation__scroll #navigation__sns li a div svg, .navigation__inner .navigation__scroll #navigation__sns li a div img {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.navigation__inner .navigation__scroll #navigation__sns li a div svg path, .navigation__inner .navigation__scroll #navigation__sns li a div img path {
  fill: #fff;
}

.navigation__inner .navigation__scroll #navigation__sns li a span {
  margin: 0;
  padding: 0;
}

.navigation__inner > p.btn-close {
  height: 25px;
  margin: 30px 0 0;
  padding: 0 40px 0 0;
  text-align: right;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.navigation__inner > p.btn-close a {
  position: relative;
  padding-right: 40px;
  text-decoration: none;
  color: #fff;
}

.navigation__inner > p.btn-close a::before, .navigation__inner > p.btn-close a::after {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  content: "";
}

.navigation__inner > p.btn-close a::before {
  transform: skewY(-45deg);
}

.navigation__inner > p.btn-close a::after {
  transform: skewY(45deg);
}

#navigation--pc,
#gnav {
  display: none;
}

@media only screen and (min-width: 769px), print {
  @keyframes fade-out {
    0% {
      display: block;
      visibility: visible;
      opacity: 1;
    }
    99% {
      display: block;
      visibility: visible;
      opacity: 0;
    }
    100% {
      display: none;
      visibility: hidden;
      opacity: 0;
    }
  }
  @keyframes fade-in {
    0% {
      display: none;
      visibility: hidden;
      opacity: 0;
    }
    1% {
      display: block;
      visibility: visible;
      opacity: 0;
    }
    100% {
      display: block;
      visibility: visible;
      opacity: 1;
    }
  }
  #navigation--pc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    margin: 0;
    padding: 0 0 0 350px;
    z-index: 9;
        align-items: center;
  }
  #navigation--pc > li {
    text-align: center;
    font-size: 14px;
    font-family: readerbold, sans-serif;
  }
  #navigation--pc > li:not(:last-of-type) {
    margin-right: 40px;
  }
  #navigation--pc > li > a > span {
    position: relative;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    z-index: 20;
  }
  #navigation--pc > li > a > span:hover {
    color: #e11a3b;
  }
  #navigation--pc > li > a > span.is-navMenu.is-over {
    color: #e11a3b;
  }
  #navigation {
    display: none;
  }
  .gnav {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 10;
  }
  .gnav::before {
    display: block;
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1000px;
    height: 55px;
    margin: auto;
    background: transparent;
    content: "";
  }
  .gnav::after {
    display: block;
    position: absolute;
    top: -80px;
    left: 261px;
    width: 50px;
    height: 80px;
    background: transparent;
    content: "";
  }
  .gnav.is-gels::after {
    left: 704px;
    width: 40px;
  }
  .gnav.is-dews::after {
    left: 773px;
    width: 40px;
  }
  .gnav.is-inks::after {
    left: 840px;
    width: 40px;
  }
  .gnav.is-powders::after {
    left: 910px;
    width: 68px;
  }
  .gnav.is-tools::after {
    left: 1008px;
  }
  .gnav.is-textures::after {
    left: 1088px;
    width: 80px;
  }
  .is-short .gnav {
    top: 80px;
  }
  .gnav.is-out {
    visibility: hidden;
    animation-name: fade-out;
    animation-duration: 0.5s;
  }
  .gnav.is-over {
    display: block;
    visibility: visible;
    animation-name: fade-in;
    animation-duration: 0.5s;
  }
  .gnav .gnav__inner {
    width: 100%;
  }
  .gnav .gnav__inner.category {
    background: #ca1b38;
  }
  .gnav .gnav__inner.subcategory {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: #fff;
  }
  .gnav [class^="category-"] {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .gnav [class^="category-"] .category__label {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    font-family: readerbold, sans-serif;
  }
  .gnav [class^="category-"] .category__label > a {
    text-decoration: none;
    color: #000;
  }
  .gnav [class^="category-"] .category__label > a svg, .gnav [class^="category-"] .category__label > a img {
    margin-top: 2px;
  }
  .gnav [class^="category-"] .category__label > a:hover {
    color: #c9122e;
  }
  .gnav [class^="category-"] .category__label > a:hover svg path:first-of-type {
    fill: #c9122e;
  }
  .gnav [class^="category-"] .category__label > a:hover svg path:last-of-type {
    stroke: #c9122e;
  }
  .gnav [class^="category-"] .category__label > a > svg, .gnav [class^="category-"] .category__label > a img[src$="svg"] {
    width: 7px;
    height: 14px;
    margin-left: 5px;
  }
  .gnav [class^="category-"] .category__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
        justify-content: space-between;
  }
  .gnav [class^="category-"] .category__menu > .category__items {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    width: 43%;
    max-width: 430px;
    margin: 0;
    margin-right: 11%;
    padding: 0;
    -ms-flex: 1 1 43%;
        flex: 1 1 43%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gnav [class^="category-"] .category__menu > .category__items li:not(:nth-child(4n)) {
    margin-right: 25px;
  }
  .gnav [class^="category-"] .category__menu > .category__items:after {
    display: block;
    width: 20.1%;
    content: "";
  }
  .gnav [class^="category-"] .category__menu > .category__items > .category__item {
    width: 20.1%;
  }
  .gnav [class^="category-"] .category__menu > .category__items > .category__item:nth-of-type(1), .gnav [class^="category-"] .category__menu > .category__items > .category__item:nth-of-type(2), .gnav [class^="category-"] .category__menu > .category__items > .category__item:nth-of-type(3), .gnav [class^="category-"] .category__menu > .category__items > .category__item:nth-of-type(4) {
    margin-bottom: 30px;
  }
  .gnav [class^="category-"] .category__menu > .category__items > .category__item > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    max-width: 85px;
    text-align: center;
    text-decoration: none;
    color: #000;
        justify-content: center;
  }
  .gnav [class^="category-"] .category__menu > .category__items > .category__item > a:hover {
    color: #c9122e;
  }
  .gnav [class^="category-"] .category__menu > .category__items > .category__item > a img {
    width: 100%;
    max-width: 85px;
    border: 1px solid #dcdcdc;
  }
  .gnav [class^="category-"] .category__menu > .category__items > .category__item > a span {
    display: inline-block;
    margin-top: 15px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    font-family: reader;
  }
  .gnav [class^="category-"] .category__menu > .category__items--textures {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%;
    margin: 0;
    padding: 0;
        justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .gnav [class^="category-"] .category__menu > .category__items--textures .category__item--textures {
    width: 20.5%;
  }
  .gnav [class^="category-"] .category__menu > .category__items--textures .category__item--textures > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    max-width: 205px;
    text-align: center;
    text-decoration: none;
    color: #000;
        justify-content: center;
  }
  .gnav [class^="category-"] .category__menu > .category__items--textures .category__item--textures > a:hover {
    color: #c9122e;
  }
  .gnav [class^="category-"] .category__menu > .category__items--textures .category__item--textures > a span {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
  }
  .gnav [class^="category-"] .category__menu > .category__items--textures .category__item--textures > a img {
    box-sizing: border-box;
    width: 100%;
    max-width: 205px;
    border: 1px solid #dcdcdc;
  }
  .gnav [class^="category-"] .category__menu > .category__video {
    width: 46%;
    max-width: 460px;
    -ms-flex: 1 1 46%;
        flex: 1 1 46%;
  }
  .gnav [class^="category-"] .category__menu > .category__video > a > img {
    width: 100%;
    max-width: 460px;
  }
  #menu__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9;
  }
  #menu__wrapper.is-close {
    visibility: hidden;
    opacity: 0;
  }
  #menu__wrapper.is-open {
    visibility: visible;
    opacity: 1;
  }
}

#footer {
  background: #000;
  color: #fff;
}

#top_link {
  margin-top: -2px;
  padding: 0 0 60px;
  background-color: #fff;
}

#top_link a.detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 315px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.08333rem;
  font-family: readerbold, sans-serif;
  color: #000;
      justify-content: center;
      align-items: center;
}

#top_link a.detail svg, #top_link a.detail img {
  width: 14px;
  height: 22px;
  margin-top: -5px;
  margin-left: 10px;
}

#top_link a.detail svg path, #top_link a.detail img path {
  fill: #000000;
}

#gbFooter {
  position: relative !important;
}

.footer__inner {
  margin: 0 auto;
  padding: 0 40px 80px;
}

.footer__inner > .footer__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  list-style: none;
  margin: 0;
  padding: 70px 25px 100px;
  border-top: 2px solid #333;
      justify-content: space-between;
}

.footer__inner > .footer__menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.66667rem;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}

.footer__inner > .footer__menu > li > a {
  text-decoration: none;
  color: #fff;
}

.footer__inner > .copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.75rem;
  color: #888888;
}

.footer-nav ul {
  padding: 24px 20px 12px 0 !important;
}

.footer-nav ul li {
  margin: 0 0 10px 24px !important;
  font-size: 24px !important;
}

.footer-nav ul li a {
  padding-left: 20px !important;
  background-size: 14px !important;
  font-weight: bold !important;
}

.footer-nav .ci-area {
  padding: 14px 20px !important;
}

.footer-nav p.copyright {
  padding-top: 6px !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.footer-nav p.ci a img {
  width: 150px !important;
  height: 26px !important;
}

@media only screen and (min-width: 769px), print {
  #footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    background: #000;
    color: #fff;
    z-index: 1;
  }
  #footer #social {
    -ms-flex-order: 2;
        order: 2;
  }
  #footer #gototop {
    -ms-flex-order: 1;
        order: 1;
  }
  #footer #top_link {
    -ms-flex-order: 3;
        order: 3;
  }
  #footer #top_link {
    padding: 0 0 50px;
    background-color: #fff;
  }
  #footer #top_link a.detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 200px;
    height: 41px;
    margin: 0 auto;
    border: 1px solid #000;
    text-decoration: none;
    font-size: 14px;
    font-family: readerbold, sans-serif;
    color: #000;
        justify-content: center;
        align-items: center;
  }
  #footer #top_link a.detail svg, #footer #top_link a.detail img {
    width: 7px;
    height: 14px;
    margin: -3px 0 0 7px;
  }
  #footer #top_link a.detail svg path {
    fill: #000;
  }
  #footer #top_link a.detail:hover {
    border-color: #e11a3b;
    color: #e11a3b;
  }
  #footer #top_link a.detail:hover svg path {
    fill: #e11a3b;
  }
  #footer .footer__inner {
    display: none;
    -ms-flex-order: 3;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    width: 100%;
    max-width: 1000px;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    background: #000;
        order: 3;
        justify-content: space-between;
        align-items: center;
  }
  #footer .footer__inner > .footer__menu {
    width: 500px;
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  #footer .footer__inner > .footer__menu > li {
    font-size: 12px;
  }
  #footer .footer__inner > .footer__menu > li > a:hover {
    color: #e11a3b;
  }
  #footer .footer__inner > .copyright {
    padding-right: 10px;
    font-size: 11px;
  }
  #gbFooter {
    position: relative !important;
  }
  .footer-nav ul {
    padding: 0 !important;
  }
  .footer-nav ul li {
    margin: 0 20px 0 0 !important;
    font-size: 12px !important;
  }
  .footer-nav ul li a {
    padding-left: 0 !important;
    background-size: 7px !important;
  }
  .footer-nav .ci-area {
    padding: 7px 10px !important;
  }
  .footer-nav p.copyright {
    padding-top: 0 !important;
    font-size: 8px !important;
  }
  .footer-nav p.ci a img {
    width: inherit !important;
    height: inherit !important;
  }
}

#footer__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style-type: none;
  margin: 40px 0 35px;
  padding: 0;
}

#footer__navigation li {
  font-size: 24px;
  text-transform: uppercase;
}

#footer__navigation li a, #footer__navigation li span {
  display: block;
  padding: 35px 0;
  text-decoration: none;
  color: #fff;
}

#footer__navigation li a > span, #footer__navigation li span > span {
  padding: 0;
}

#footer__navigation li > ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer__navigation li > ul > li {
  text-transform: none;
}

#footer__navigation li > ul > li > a {
  padding-left: 30px;
}

#footer__navigation li > ul > li > a > span svg, #footer__navigation li > ul > li > a > span img {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 15px;
  content: "";
}

#footer__navigation li > ul > li > a > span svg path, #footer__navigation li > ul > li > a > span img path {
  fill: #fff;
}

#footer__navigation .js-toggle > span {
  cursor: pointer;
}

#footer__navigation .js-toggle > span::after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 15px;
  content: "";
}

#footer__navigation .js-toggle.is-close > span::after {
  background: url(../images/icon/plus.svg) no-repeat center center;
}

#footer__navigation .js-toggle.is-open > span {
  color: #e11a3b;
}

#footer__navigation .js-toggle.is-open > span::after {
  background: url(../images/icon/minus.svg) no-repeat center center;
}

#footer__navigation .is-link > a svg, #footer__navigation .is-link > a img {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 15px;
  padding-top: 2px;
  content: "";
}

#footer__navigation .is-link > a svg path, #footer__navigation .is-link > a img path {
  fill: #fff;
}

@media only screen and (min-width: 769px), print {
  #footer__navigation {
    display: none;
  }
}

#gototop {
  margin: 0;
  padding: 0;
}

#gototop div > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 40px 0;
  background: #ececec;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  color: #000;
      justify-content: center;
      align-items: center;
}

#gototop div > a > svg, #gototop div > a img {
  width: 20px;
  height: 21px;
  margin-top: -5px;
  margin-left: 10px;
}

@media only screen and (min-width: 769px), print {
  #gototop {
    background: #fff;
  }
  #gototop > div {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
  }
  #gototop > div > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    position: relative;
    width: 100px;
    margin: 0 0 20px auto;
    padding: 0;
    background: #fff;
    line-height: 1;
    font-size: 14px;
        justify-content: center;
        align-items: center;
  }
  #gototop > div > a svg,
  #gototop > div > a img {
    width: 13px;
    height: 14px;
    margin-top: -3px;
    margin-left: 7px;
  }
  #gototop > div > a:hover {
    color: #c9122e;
  }
  #gototop > div > a:hover svg path {
    fill: #c9122e;
  }
}

#social {
  padding: 60px 0 80px;
  border-top: 2px solid #000;
  background: #fff;
  color: #333;
}

.social__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}

.social__inner > div {
  margin-bottom: 60px;
  line-height: 1;
  font-size: 1.5rem;
  font-family: readerbold, sans-serif;
}

.social__inner > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  list-style: none;
  margin: 0;
  padding: 0;
      justify-content: center;
}

.social__inner > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social__inner > ul > li:last-of-type {
  margin-left: 80px;
}

@media only screen and (min-width: 769px), print {
  #social {
    padding: 30px 0;
    border-top: 1px solid #000;
    background: #fff;
    color: #333;
  }
  .social__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: 1440px;
    margin: 0 auto;
        justify-content: center;
        align-items: center;
  }
  .social__inner > div {
    margin-right: 40px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .social__inner > ul li a svg,
  .social__inner > ul li a img {
    width: 32px;
    height: 32px;
  }
  .social__inner > ul li:last-of-type {
    margin-left: 40px;
  }
  .social__inner svg:hover path {
    fill: #c9122e;
  }
}

.item__defalt {
  padding: 120px 0;
  border-top: 2px solid #000;
  font-feature-settings: "palt";
}

.item__defalt + .item__defalt {
  border-top: 2px solid #000;
}

.item__defalt img {
  width: 100%;
  vertical-align: bottom;
}

.item__defalt figure {
  margin: 75px 60px 0;
}

.item__defalt figure + figure {
  margin: 60px 0 0;
}

.item__defalt .kajaruinku__image {
  margin: 75px 30px;
}

.item__defalt .item__ttl {
  line-height: 51px;
  font-weight: bold;
  font-size: 32px;
  font-family: readerbold;
}

.item__defalt .item__txt {
  margin-top: 75px;
  line-height: 42px;
  letter-spacing: 0.05em;
  font-size: 26px;
}

.item__defalt .item__icon {
  display: inline-block;
  margin-top: 60px;
  padding: 6px 25px 3px;
  border: 2px solid #c8102e;
  text-align: center;
  font-size: 22px;
  color: #c8102e;
}

.item__defalt .item__name {
  display: table;
  margin-top: 25px;
  line-height: 45px;
  font-weight: bold;
  font-size: 28px;
  font-family: readerbold;
}

.item__defalt .item__name + .text_link {
  margin-top: 20px;
}

.item__defalt .item__name--line {
  display: inline-block;
  position: relative;
}

.item__defalt .item__name--line:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c8102e;
  content: '';
}

.item__defalt .item__price {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 26px;
}

.item__defalt .item__note {
  margin-left: 20px;
  font-size: 20px;
  color: #aaa;
}

.item__defalt .item__list {
  margin-top: 70px;
}

.item__defalt .item__list dl {
  margin-bottom: 70px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.item__defalt .item__list dl dt {
  position: relative;
  padding: 50px 0 50px 40px;
  cursor: pointer;
}

.item__defalt .item__list dl dt span {
  font-weight: bold;
  font-size: 28px;
  font-family: readerbold;
}

.item__defalt .item__list dl dt:after, .item__defalt .item__list dl dt:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 40px;
  width: 50px;
  height: 2px;
  background-color: #000;
  content: '';
  transition: all .4s;
}

.item__defalt .item__list dl dt:before {
  transform: rotate(0);
}

.item__defalt .item__list dl.is-close dt:before {
  transform: rotate(-90deg);
}

.item__defalt .item__list dl dd {
  display: none;
  padding: 0 40px;
}

.item__defalt .item__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item__defalt .item__list ul li {
  width: 160px;
  margin-bottom: 60px;
  text-align: center;
}

.item__defalt .item__list ul li:nth-child(-n + 3) {
  padding-top: 40px;
}

.item__defalt .item__list ul li figure {
  width: 100%;
  margin: 0 0 30px 0;
}

.item__defalt .item__list ul li .item__list__name {
  line-height: 36px;
  font-weight: bold;
  font-size: 24px;
  font-family: readerbold;
}

.item__defalt .item__list ul li:not(:nth-child(3n)) {
  margin-right: 55px;
}

.item__defalt .item__list + .text_link {
  margin-top: 0;
}

.item__defalt .item__list--inks ul {
  -ms-flex-flow: column;
      flex-flow: column;
}

.item__defalt .item__list--inks ul li {
  width: 100%;
}

.item__defalt .item__list--inks ul li:nth-child(-n + 3) {
  padding-top: inherit;
}

.item__defalt .item__list--inks ul li:first-child {
  padding-top: 40px;
}

.item__defalt .item__list--dew {
  margin-top: 80px;
}

.item__defalt .item__list--dew ul {
  padding: 0 40px;
}

.item__defalt .item__list--dew ul li:nth-child(-n + 3) {
  padding-top: inherit;
}

.item__defalt .item__list--noToggle ul {
  padding: 0 40px;
}

.item__defalt .item__list--noToggle ul li:nth-child(-n + 3) {
  padding-top: inherit;
}

.item__defalt .text_link {
  display: inline-block;
  position: relative;
  margin-top: 65px;
  border-bottom: 2px solid #000;
  font-size: 26px;
}

.item__defalt .text_link:after {
  position: absolute;
  top: 4px;
  right: -30px;
  width: 16px;
  height: 16px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  transform: rotate(-45deg);
}

.item__defalt .text_link:hover:after {
  border-right: 1px solid #c8102e;
  border-bottom: 1px solid #c8102e;
}

.item__defalt--curler {
  margin: 0 -40px;
  background-color: #f5f5f5;
}

.item__defalt--curler .clm__2 {
  margin: 0 40px;
}

.item__patarn1 .item__list ul li figure {
  margin-bottom: 10px;
}

.item__patarn2 .item__list ul li figure {
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px), print {
  .clm__2 {
    display: -ms-flexbox;
    display: flex;
  }
  .clm__2 .clm__right {
    width: 100%;
    padding-left: 100px;
  }
  #contents {
    max-width: inherit;
  }
  .item__defalt {
    width: 1000px;
    margin: 100px auto 0;
    padding: 0 0 80px 0;
    border-top: none;
  }
  .item__defalt + .item__defalt {
    margin: auto;
    padding: 80px 0;
    border-top: 1px solid #000;
  }
  .item__defalt figure {
    width: 400px;
    margin: 0;
  }
  .item__defalt .item__ttl {
    line-height: 38px;
    font-size: 24px;
  }
  .item__defalt .item__txt {
    margin-top: 35px;
    line-height: 29px;
    font-size: 16px;
  }
  .item__defalt .item__icon {
    margin-top: 35px;
    padding: 6px 15px 3px;
    border: 1px solid #c8102e;
    font-size: 13px;
  }
  .item__defalt .item__icon + .item__name {
    margin-top: 10px;
  }
  .item__defalt .item__name {
    margin-top: 40px;
    line-height: 29px;
    font-size: 18px;
  }
  .item__defalt .item__name + .item__name {
    margin-top: 10px;
  }
  .item__defalt .item__name + .text_link {
    margin-top: 15px;
  }
  .item__defalt .item__name--line:after {
    height: 2px;
  }
  .item__defalt .item__price {
    margin-top: 20px;
    font-size: 14px;
  }
  .item__defalt .item__price + .text_link {
    margin-top: 35px;
  }
  .item__defalt .item__note {
    margin-left: 10px;
    font-size: 12px;
  }
  .item__defalt .item__list {
    margin-top: 35px;
  }
  .item__defalt .item__list dl {
    margin-bottom: 35px;
  }
  .item__defalt .item__list dl dt {
    padding: 25px 0 25px 10px;
    cursor: pointer;
  }
  .item__defalt .item__list dl dt span {
    font-size: 14px;
  }
  .item__defalt .item__list dl dt:after, .item__defalt .item__list dl dt:before {
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    width: 20px;
    height: 1px;
    content: '';
  }
  .item__defalt .item__list dl dd {
    padding: 0;
  }
  .item__defalt .item__list ul li {
    width: 80px;
    margin-bottom: 30px;
  }
  .item__defalt .item__list ul li:nth-child(-n + 5) {
    padding-top: 20px;
  }
  .item__defalt .item__list ul li figure {
    margin-bottom: 15px;
  }
  .item__defalt .item__list ul li .item__list__name {
    line-height: 18px;
    font-size: 12px;
  }
  .item__defalt .item__list ul li:not(:nth-child(3n)) {
    margin-right: inherit;
  }
  .item__defalt .item__list ul li:not(:nth-child(5n)) {
    margin-right: 25px;
  }
  .item__defalt .item__list--inks ul li {
    width: 100%;
  }
  .item__defalt .item__list--inks ul li:nth-child(-n + 5) {
    padding-top: inherit;
  }
  .item__defalt .item__list--inks ul li:first-child {
    padding-top: 20px;
  }
  .item__defalt .item__list--dew ul {
    padding: 0;
  }
  .item__defalt .item__list--dew ul li {
    width: 150px;
  }
  .item__defalt .item__list--dew ul li:not(:nth-child(5n)) {
    margin-right: inherit;
  }
  .item__defalt .item__list--dew ul li:not(:nth-child(3n)) {
    margin-right: 25px;
  }
  .item__defalt .item__list--dew ul li:nth-child(-n + 5) {
    padding-top: inherit;
  }
  .item__defalt .item__list--noToggle ul {
    padding: 0;
  }
  .item__defalt .item__list--noToggle ul li:nth-child(-n + 5) {
    padding-top: inherit;
  }
  .item__defalt .text_link {
    border-bottom: 1px solid #b5b5b5;
    font-size: 16px;
  }
  .item__defalt .text_link:after {
    position: absolute;
    top: 4px;
    right: -15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    transform: rotate(-45deg);
  }
  .item__defalt .text_link:hover:after {
    border-right: 1px solid #c8102e;
    border-bottom: 1px solid #c8102e;
  }
  .item__defalt--curler {
    width: 100%;
    background-color: #f5f5f5;
  }
  .item__defalt--curler .clm__2 {
    width: 1000px;
    margin: 0 auto;
  }
  .item__patarn1 .item__list ul li figure {
    margin-bottom: 5px;
  }
  .item__patarn2 .item__list ul li {
    margin-bottom: 40px;
  }
  .item__patarn2 .item__list ul li figure {
    margin-bottom: 15px;
  }
}

.imagefilm {
  margin: 0 -40px;
  padding-top: 110px;
  border-top: 2px solid #000;
}

.imagefilm .youtube__ttl {
  margin-bottom: 75px;
  text-align: center;
  font-size: 34px;
  font-family: readerbold;
}

.imagefilm .youtube {
  position: relative;
  width: inherit;
  padding-top: 56.25%;
  cursor: pointer;
}

.imagefilm .youtube .js-youtube {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  transition: all 1s ease;
  z-index: 10;
}

.imagefilm .youtube .js-youtube.is-play {
  opacity: 1;
}

.imagefilm .youtube .movie_thumb {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  cursor: pointer;
  z-index: 2;
}

.imagefilm .youtube .movie_thumb figure {
  margin: 0;
}

.imagefilm .youtube .movie_thumb figure img {
  width: 100%;
}

.topimagefilm {
  padding: 100px 40px;
  border-top: none;
  background-color: #000;
}

.topimagefilm .youtube__ttl {
  margin-bottom: 60px;
  font-size: 42px;
  color: #fff;
}

.topimagefilm:before {
  content: none;
}

.howto_video_imagefilm {
  padding-top: 0;
}

@media only screen and (min-width: 769px), print {
  .imagefilm {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 75px;
    border-top: none;
  }
  .imagefilm:before {
    position: absolute;
    top: 0;
    right: -120%;
    left: -120%;
    border-top: 1px solid #000;
    content: "";
  }
  .imagefilm .youtube__ttl {
    font-size: 28px;
    font-family: readerbold;
  }
  .topimagefilm {
    width: inherit;
    padding: 100px 0;
    border-top: none;
    background-color: #000;
  }
  .topimagefilm .topimagefilm__inner {
    width: 768px;
    margin: auto;
  }
  .topimagefilm .topimagefilm__inner .youtube__ttl {
    margin-bottom: 40px;
    font-size: 34px;
  }
  .topimagefilm:before {
    content: none;
  }
  .howto_video_imagefilm {
    padding-top: 60px;
  }
}

.main__visual {
  position: relative;
  margin: 0 -40px;
}

.main__visual .main__visual__img {
  position: relative;
  vertical-align: bottom;
}

.main__visual .main__visual__img figure {
  margin: 0;
}

.main__visual .main__visual__img figure img {
  width: 100%;
}

.main__visual .main__visual__movie {
  overflow: hidden;
  position: relative;
  height: 320px;
  vertical-align: bottom;
}

.main__visual .main__visual__movie video {
  width: 100%;
  margin: 0;
}

.main__visual .main__visual__movie figure {
  margin: 0;
}

.main__visual .main__visual__movie figure img {
  width: 100%;
}

.main__visual .main__visual__ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 56px;
  color: #fff;
  z-index: 5;
      justify-content: center;
      align-items: center;
}

.main__visual .main__visual__ttl--tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40px;
  font-size: 56px;
  color: #000;
  z-index: 5;
      align-items: center;
}

.main__visual .main__visual__box {
  padding: 60px 40px 120px;
}

.main__visual .main__visual__box .main__visual__box__inner .main__visual__catch {
  font-weight: bold;
  font-size: 40px;
}

.main__visual .main__visual__box .main__visual__box__inner .main__visual__catch span {
  display: block;
  margin-top: 45px;
  font-weight: bold;
  font-size: 28px;
}

.main__visual .main__visual__box .main__visual__box__inner .main__visual__txt {
  margin-top: 20px;
  line-height: 38px;
  font-size: 24px;
}

@media only screen and (min-width: 769px), print {
  .main__visual {
    overflow: hidden;
    max-width: 1440px;
    height: 480px;
    margin: 0 auto;
  }
  .main__visual .main__visual__img {
    height: 100%;
  }
  .main__visual .main__visual__img figure {
    position: relative;
    height: 100%;
  }
  .main__visual .main__visual__img figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1440px !important;
    height: 480px !important;
    transform: translate(-50%, -50%);
  }
  .main__visual .main__visual__movie {
    height: 100%;
  }
  .main__visual .main__visual__movie video {
    position: relative;
    top: -20%;
    width: 1440px;
  }
  .main__visual .main__visual__movie video img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1440px !important;
    height: 480px !important;
    transform: translate(-50%, -50%);
  }
  .main__visual .main__visual__ttl {
    margin-top: -130px;
  }
  .main__visual .main__visual__ttl--tools {
    left: 0;
    width: 1000px;
    margin: auto;
  }
  .main__visual .main__visual__box {
    display: -ms-flexbox;
    display: flex;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 0;
    background-color: #fff;
  }
  .main__visual .main__visual__box .main__visual__box__inner {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    min-width: 1000px;
    margin: auto;
    padding: 0 50px;
        align-items: center;
        justify-content: space-between;
  }
  .main__visual .main__visual__box .main__visual__box__inner .main__visual__catch {
    margin: 10px 0;
    font-size: 25px;
  }
  .main__visual .main__visual__box .main__visual__box__inner .main__visual__catch span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
  }
  .main__visual .main__visual__box .main__visual__box__inner .main__visual__txt {
    width: 100%;
    margin-top: 0;
    line-height: 25px;
    font-size: 14px;
  }
}

.textures_index .imagefilm {
  padding: 0;
  border-top: none;
}

.introduction {
  padding-bottom: 120px;
}

.introduction .introduction__ttl {
  margin: 0;
  padding-top: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  font-family: readerbold;
}

.introduction .introduction__txt {
  margin-top: 40px;
  line-height: 43px;
  text-align: center;
  font-size: 24px;
}

.select__movie {
  padding-top: 120px;
  border-top: 2px solid #000;
}

.select__movie .select__movie__item ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.select__movie .select__movie__item ul li {
  width: calc((100% - 90px) / 4);
  cursor: pointer;
}

.select__movie .select__movie__item ul li figure {
  margin: 0;
  border: 2px solid #000;
}

.select__movie .select__movie__item ul li figure img {
  width: 100%;
  vertical-align: bottom;
}

.select__movie .select__movie__item ul li .select__movie__item__name {
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-family: readerbold;
}

.select__movie .select__movie__item ul li .select__movie__item__name:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -10px 0 0 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  content: '';
  transform: rotate(135deg);
}

.select__movie .select__movie__item ul li.is-active figure, .select__movie .select__movie__item ul li:hover figure {
  border: 2px solid #c8102e;
}

.select__movie .select__movie__item ul li.is-active .select__movie__item__name, .select__movie .select__movie__item ul li:hover .select__movie__item__name {
  color: #c8102e;
}

.select__movie .select__movie__item ul li.is-active .select__movie__item__name:after, .select__movie .select__movie__item ul li:hover .select__movie__item__name:after {
  border-top: 3px solid #c8102e;
  border-right: 3px solid #c8102e;
}

.gels__movie,
.dews__movie,
.inks__movie,
.powders__movie {
  margin-top: 75px;
  text-align: center;
}

.gels__movie .select__movie__ttl,
.dews__movie .select__movie__ttl,
.inks__movie .select__movie__ttl,
.powders__movie .select__movie__ttl {
  font-weight: bold;
  font-size: 40px;
}

.gels__movie .select__movie__subttl,
.dews__movie .select__movie__subttl,
.inks__movie .select__movie__subttl,
.powders__movie .select__movie__subttl {
  margin-top: 30px;
  font-weight: bold;
  font-size: 28px;
}

.gels__movie .select__movie__txt,
.dews__movie .select__movie__txt,
.inks__movie .select__movie__txt,
.powders__movie .select__movie__txt {
  margin-top: 20px;
  line-height: 38px;
  font-size: 24px;
}

.gels__movie .select__movie__link,
.dews__movie .select__movie__link,
.inks__movie .select__movie__link,
.powders__movie .select__movie__link {
  display: inline-block;
  width: 310px;
  height: 70px;
  margin: 35px auto 0;
  border: 2px solid #000;
  line-height: 70px;
  font-size: 26px;
}

.gels__movie .select__movie__link:after,
.dews__movie .select__movie__link:after,
.inks__movie .select__movie__link:after,
.powders__movie .select__movie__link:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -6px 0 0 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  vertical-align: middle;
  content: '';
  transform: rotate(45deg);
}

.gels__movie .select__movie__link:hover,
.dews__movie .select__movie__link:hover,
.inks__movie .select__movie__link:hover,
.powders__movie .select__movie__link:hover {
  border: 2px solid #c8102e;
}

.gels__movie .select__movie__link:hover:after,
.dews__movie .select__movie__link:hover:after,
.inks__movie .select__movie__link:hover:after,
.powders__movie .select__movie__link:hover:after {
  border-top: 3px solid #c8102e;
  border-right: 3px solid #c8102e;
}

.gels__movie .imagefilm,
.dews__movie .imagefilm,
.inks__movie .imagefilm,
.powders__movie .imagefilm {
  margin-top: 80px;
}

.dews__movie,
.inks__movie,
.powders__movie {
  display: none;
}

@media only screen and (min-width: 769px), print {
  .textures_index .imagefilm {
    padding: 60px 0 0;
  }
  .introduction {
    padding-bottom: 75px;
  }
  .introduction .introduction__ttl {
    font-size: 36px;
  }
  .introduction .introduction__txt {
    margin-top: 30px;
    line-height: 36px;
    font-size: 18px;
  }
  .select__movie {
    width: 1000px;
    margin: auto;
    padding-top: 80px;
    border-top: 1px solid #000;
  }
  .select__movie .select__movie__item ul li {
    width: calc((100% - 240px) / 4);
  }
  .select__movie .select__movie__item ul li figure {
    border: 1px solid #000;
  }
  .select__movie .select__movie__item ul li .select__movie__item__name {
    margin-top: 20px;
    font-size: 18px;
  }
  .select__movie .select__movie__item ul li .select__movie__item__name:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: middle;
    content: '';
    transform: rotate(135deg);
  }
  .select__movie .select__movie__item ul li.is-active figure, .select__movie .select__movie__item ul li:hover figure {
    border: 1px solid #c8102e;
  }
  .select__movie .select__movie__item ul li.is-active .select__movie__item__name, .select__movie .select__movie__item ul li:hover .select__movie__item__name {
    color: #c8102e;
  }
  .select__movie .select__movie__item ul li.is-active .select__movie__item__name:after, .select__movie .select__movie__item ul li:hover .select__movie__item__name:after {
    border-top: 1px solid #c8102e;
    border-right: 1px solid #c8102e;
  }
  .gels__movie,
  .dews__movie,
  .inks__movie,
  .powders__movie {
    margin-top: 60px;
    text-align: center;
  }
  .gels__movie .select__movie__ttl,
  .dews__movie .select__movie__ttl,
  .inks__movie .select__movie__ttl,
  .powders__movie .select__movie__ttl {
    font-size: 32px;
  }
  .gels__movie .select__movie__subttl,
  .dews__movie .select__movie__subttl,
  .inks__movie .select__movie__subttl,
  .powders__movie .select__movie__subttl {
    margin-top: 40px;
    font-size: 18px;
  }
  .gels__movie .select__movie__txt,
  .dews__movie .select__movie__txt,
  .inks__movie .select__movie__txt,
  .powders__movie .select__movie__txt {
    line-height: 29px;
    font-size: 16px;
  }
  .gels__movie .select__movie__link,
  .dews__movie .select__movie__link,
  .inks__movie .select__movie__link,
  .powders__movie .select__movie__link {
    display: inline-block;
    width: 164px;
    height: 40px;
    border: 1px solid #000;
    line-height: 40px;
    font-size: 14px;
  }
  .gels__movie .select__movie__link:after,
  .dews__movie .select__movie__link:after,
  .inks__movie .select__movie__link:after,
  .powders__movie .select__movie__link:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -3px 0 0 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: middle;
    content: '';
    transform: rotate(45deg);
  }
  .gels__movie .select__movie__link:hover,
  .dews__movie .select__movie__link:hover,
  .inks__movie .select__movie__link:hover,
  .powders__movie .select__movie__link:hover {
    border: 1px solid #c8102e;
  }
  .gels__movie .select__movie__link:hover:after,
  .dews__movie .select__movie__link:hover:after,
  .inks__movie .select__movie__link:hover:after,
  .powders__movie .select__movie__link:hover:after {
    border-top: 1px solid #c8102e;
    border-right: 1px solid #c8102e;
  }
  .gels__movie .imagefilm,
  .dews__movie .imagefilm,
  .inks__movie .imagefilm,
  .powders__movie .imagefilm {
    margin-top: 0;
  }
  .gels__movie .imagefilm:before,
  .dews__movie .imagefilm:before,
  .inks__movie .imagefilm:before,
  .powders__movie .imagefilm:before {
    content: none;
  }
}

.pressrelease_hankyu_index,
.pressrelease_isetan_index {
  /*---------- .introduction ----------*/
  /*---------- .event ----------*/
  /*---------- .stagecontents ----------*/
}

.pressrelease_hankyu_index #contents,
.pressrelease_isetan_index #contents {
  padding: 0;
}

.pressrelease_hankyu_index #wrapper,
.pressrelease_isetan_index #wrapper {
  padding-bottom: 0;
}

.pressrelease_hankyu_index .is-red,
.pressrelease_isetan_index .is-red {
  color: #e11a3b;
}

.pressrelease_hankyu_index .clm_2 .clm_l,
.pressrelease_hankyu_index .clm_2 .clm_r,
.pressrelease_isetan_index .clm_2 .clm_l,
.pressrelease_isetan_index .clm_2 .clm_r {
  width: 100%;
}

.pressrelease_hankyu_index .link_btn a,
.pressrelease_isetan_index .link_btn a {
  display: block;
  outline: none;
  position: relative;
  width: 100%;
  height: 100px;
  margin: auto;
  background-color: #fff;
  line-height: 100px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  color: #c8102e;
}

.pressrelease_hankyu_index .link_btn a:after,
.pressrelease_isetan_index .link_btn a:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 44px;
  width: 20px;
  height: 20px;
  border-bottom: 4px solid #c8102e;
  border-left: 4px solid #c8102e;
  content: '';
  transform: rotate(-135deg);
}

.pressrelease_hankyu_index .link_btn a:hover,
.pressrelease_isetan_index .link_btn a:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.pressrelease_hankyu_index .introduction,
.pressrelease_isetan_index .introduction {
  background-color: #000;
}

.pressrelease_hankyu_index .introduction .inner,
.pressrelease_isetan_index .introduction .inner {
  width: 100%;
  margin: 0;
  padding: 120px 40px 0;
}

.pressrelease_hankyu_index .introduction .inner figure,
.pressrelease_isetan_index .introduction .inner figure {
  margin: 0;
}

.pressrelease_hankyu_index .introduction .inner img,
.pressrelease_isetan_index .introduction .inner img {
  width: 100%;
  vertical-align: bottom;
}

.pressrelease_hankyu_index .introduction .inner .introduction_ttl,
.pressrelease_isetan_index .introduction .inner .introduction_ttl {
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
  font-size: 52px;
  font-family: readerregular,'\30D2\30E9\30AE\30CE\89D2\30B4   ProN','Hiragino Kaku Gothic ProN','Helvetica Neue','Hiragino Kaku Gothic W3 JIS2004',Meiryo,Helvetica,Helvetica,Arial,sans-serif;
  color: #fff;
  font-feature-settings: "palt";
}

.pressrelease_hankyu_index .introduction .inner .introduction_subttl,
.pressrelease_isetan_index .introduction .inner .introduction_subttl {
  margin-top: 20px;
  text-align: center;
  font-size: 28px;
  font-family: readerregular,'\30D2\30E9\30AE\30CE\89D2\30B4   ProN','Hiragino Kaku Gothic ProN','Helvetica Neue','Hiragino Kaku Gothic W3 JIS2004',Meiryo,Helvetica,Helvetica,Arial,sans-serif;
  color: #fff;
}

.pressrelease_hankyu_index .introduction .inner .introduction_image,
.pressrelease_isetan_index .introduction .inner .introduction_image {
  width: 100%;
  margin: 50px auto 0;
}

.pressrelease_hankyu_index .introduction .inner .introduction_txt,
.pressrelease_isetan_index .introduction .inner .introduction_txt {
  margin-top: 60px;
  line-height: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .introduction .inner .introduction_notice,
.pressrelease_isetan_index .introduction .inner .introduction_notice {
  margin-top: 0;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-family: 'readerbold', 'Hiragino Kaku Gothic ProN','\30E1\30A4\30EA\30AA', sans-serif;
  color: #c8102e;
}

.pressrelease_hankyu_index .event,
.pressrelease_isetan_index .event {
  background-color: #c8102e;
}

.pressrelease_hankyu_index .event .inner,
.pressrelease_isetan_index .event .inner {
  width: 100%;
  margin: 0 auto;
  padding: 120px 40px 120px;
}

.pressrelease_hankyu_index .event .inner figure,
.pressrelease_isetan_index .event .inner figure {
  margin: 0;
}

.pressrelease_hankyu_index .event .inner img,
.pressrelease_isetan_index .event .inner img {
  width: 100%;
  vertical-align: bottom;
}

.pressrelease_hankyu_index .event .inner .event_ttl,
.pressrelease_isetan_index .event .inner .event_ttl {
  text-align: center;
  font-size: 55px;
  color: #fff;
}

.pressrelease_hankyu_index .event .inner .event_subttl,
.pressrelease_isetan_index .event .inner .event_subttl {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 62px;
  font-family: 'readerbold', 'Hiragino Kaku Gothic ProN','\30E1\30A4\30EA\30AA', sans-serif;
  color: #fff;
}

.pressrelease_hankyu_index .event .inner .event_txt,
.pressrelease_isetan_index .event .inner .event_txt {
  margin-top: 60px;
  line-height: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .event .inner .event_date,
.pressrelease_hankyu_index .event .inner .event_date_hankyu,
.pressrelease_isetan_index .event .inner .event_date,
.pressrelease_isetan_index .event .inner .event_date_hankyu {
  display: block;
  text-align: center;
}

.pressrelease_hankyu_index .event .inner .event_date p,
.pressrelease_isetan_index .event .inner .event_date p {
  display: inline-block;
  margin: 50px auto 0;
  padding: 30px 20px;
  border-top: 1px solid #e99fab;
  border-bottom: 1px solid #e99fab;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  font-size: 27px;
  color: #fff;
  font-feature-settings: "palt";
}

.pressrelease_hankyu_index .event .inner .event_date_hankyu p,
.pressrelease_isetan_index .event .inner .event_date_hankyu p {
  display: inline-block;
  width: 100%;
  margin: 60px auto 0;
  padding: 25px 10px;
  border-top: 1px solid #e99fab;
  border-bottom: 1px solid #e99fab;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  font-feature-settings: "palt";
}

.pressrelease_hankyu_index .event .inner .event_date_hankyu p > span,
.pressrelease_isetan_index .event .inner .event_date_hankyu p > span {
  margin-top: 15px;
}

.pressrelease_hankyu_index .event .inner .event_date_hankyu span,
.pressrelease_isetan_index .event .inner .event_date_hankyu span {
  display: -ms-flexbox;
  display: flex;
}

.pressrelease_hankyu_index .event .inner .event_date_hankyu span + span,
.pressrelease_isetan_index .event .inner .event_date_hankyu span + span {
  width: 83%;
}

.pressrelease_hankyu_index .event .inner .event_image,
.pressrelease_isetan_index .event .inner .event_image {
  margin-top: 60px;
  text-align: center;
}

.pressrelease_hankyu_index .event .inner .event_image .note,
.pressrelease_isetan_index .event .inner .event_image .note {
  margin-top: 20px;
  text-align: right;
  font-size: 20px;
  color: #fff;
}

.pressrelease_hankyu_index .event .inner .event_item,
.pressrelease_isetan_index .event .inner .event_item {
  margin-top: 120px;
}

.pressrelease_hankyu_index .event .inner .event_item_hankyu,
.pressrelease_isetan_index .event .inner .event_item_hankyu {
  margin-top: 80px;
}

.pressrelease_hankyu_index .event .inner .event_item_ttl,
.pressrelease_isetan_index .event .inner .event_item_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
}

.pressrelease_hankyu_index .event .inner .event_item_list,
.pressrelease_isetan_index .event .inner .event_item_list {
  margin-top: 60px;
}

.pressrelease_hankyu_index .event .inner .event_item_powderlip,
.pressrelease_isetan_index .event .inner .event_item_powderlip {
  margin-top: 70px;
}

.pressrelease_hankyu_index .event .inner .event_item_gellip figure,
.pressrelease_hankyu_index .event .inner .event_item_powderlip figure,
.pressrelease_isetan_index .event .inner .event_item_gellip figure,
.pressrelease_isetan_index .event .inner .event_item_powderlip figure {
  margin: 0 60px;
}

.pressrelease_hankyu_index .event .inner .event_item_txt,
.pressrelease_isetan_index .event .inner .event_item_txt {
  margin-top: 50px;
  line-height: 2;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .event .inner .event_item_name,
.pressrelease_isetan_index .event .inner .event_item_name {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .event .inner .event_item_name:after,
.pressrelease_isetan_index .event .inner .event_item_name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
}

.pressrelease_hankyu_index .event .inner .event_item_detail,
.pressrelease_isetan_index .event .inner .event_item_detail {
  margin-top: 20px;
  font-size: 26px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents,
.pressrelease_isetan_index .stagecontents {
  background-color: #000;
}

.pressrelease_hankyu_index .stagecontents .inner,
.pressrelease_isetan_index .stagecontents .inner {
  margin: 0 auto;
  padding: 16vw 5.333vw 16vw;
}

.pressrelease_hankyu_index .stagecontents .inner figure,
.pressrelease_isetan_index .stagecontents .inner figure {
  margin: 0;
}

.pressrelease_hankyu_index .stagecontents .inner img,
.pressrelease_isetan_index .stagecontents .inner img {
  width: 100%;
  vertical-align: bottom;
}

.pressrelease_hankyu_index .stagecontents .inner .stagecontents_ttl,
.pressrelease_isetan_index .stagecontents .inner .stagecontents_ttl {
  text-align: center;
  font-size: 62px;
  font-family: 'readerbold', 'Hiragino Kaku Gothic ProN','\30E1\30A4\30EA\30AA', sans-serif;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .stagecontents_image,
.pressrelease_isetan_index .stagecontents .inner .stagecontents_image {
  margin-top: 70px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow,
.pressrelease_isetan_index .stagecontents .inner .makeupshow {
  margin-top: 120px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_ttl,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: #e11a3b;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_txt,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_txt {
  margin-top: 50px;
  line-height: 1.7;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date p,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date p {
  display: inline-block;
  width: 100%;
  margin: 30px auto 0;
  padding: 30px 25px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 2;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  font-feature-settings: "palt";
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date p span,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date p span {
  display: inline-block;
  vertical-align: top;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu p,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu p {
  display: inline-block;
  width: 100%;
  margin: 30px auto 0;
  padding: 30px 25px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  font-feature-settings: "palt";
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu p span,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu p span {
  display: inline-block;
  vertical-align: top;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 {
  margin-top: 60px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .clm_l figure,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .clm_l figure {
  margin: 0 60px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name {
  margin-top: 60px;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name span,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name span {
  display: inline-block;
  font-size: 19px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt {
  margin-top: 40px;
  line-height: 2;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt span,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt span {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 30px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_link,
.pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_link {
  position: relative;
  margin-top: 30px;
  line-height: 1.5;
  text-decoration: underline;
  font-size: 24px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience {
  margin-top: 120px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience figure,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience figure {
  margin: 0;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience img,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience img {
  width: 100%;
  vertical-align: bottom;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_ttl,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: #e11a3b;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_image,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_image {
  margin-top: 50px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_txt,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_txt {
  margin-top: 50px;
  line-height: 1.8;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_name,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_name {
  margin-top: 120px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 39px;
  color: #e11a3b;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_item figure,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_item figure {
  margin: 60px 60px 0;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_text,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_text {
  margin-top: 50px;
  line-height: 2;
  font-size: 28px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_note,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_note {
  margin-top: 40px;
  font-size: 20px;
  color: #666;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_note li,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_note li {
  margin-top: 10px;
  padding-left: 1em;
  line-height: 1.59;
  text-indent: -1.2em;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience .clm_2,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience .clm_2 {
  margin-top: 120px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li {
  margin-top: 40px;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li .makeupexperience_text,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li .makeupexperience_text {
  line-height: 1.79;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dt,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dt {
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
  font-family: 'readerbold', 'Hiragino Kaku Gothic ProN','\30E1\30A4\30EA\30AA', sans-serif;
  color: #e11a3b;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dd,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dd {
  margin-top: 25px;
  line-height: 1.59;
  font-size: 24px;
  color: #fff;
}

.pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li:first-child,
.pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li:first-child {
  margin-top: 50px;
}

@media only screen and (min-width: 769px), print {
  .pressrelease_hankyu_index,
  .pressrelease_isetan_index {
    /*---------- .introduction ----------*/
    /*---------- .event ----------*/
    /*---------- .stagecontents ----------*/
  }
  .pressrelease_hankyu_index .clm_2,
  .pressrelease_isetan_index .clm_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-items: center;
  }
  .pressrelease_hankyu_index .clm_2 .clm_l,
  .pressrelease_hankyu_index .clm_2 .clm_r,
  .pressrelease_isetan_index .clm_2 .clm_l,
  .pressrelease_isetan_index .clm_2 .clm_r {
    width: calc((100% - 80px) / 2);
  }
  .pressrelease_hankyu_index .link_btn a,
  .pressrelease_isetan_index .link_btn a {
    display: block;
    outline: none;
    position: relative;
    width: 540px;
    height: 70px;
    margin: auto;
    background-color: #fff;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    color: #c8102e;
  }
  .pressrelease_hankyu_index .link_btn a:after,
  .pressrelease_isetan_index .link_btn a:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 22px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #c8102e;
    border-left: 2px solid #c8102e;
    content: '';
    transform: rotate(-135deg);
  }
  .pressrelease_hankyu_index .link_btn a:hover,
  .pressrelease_isetan_index .link_btn a:hover {
    opacity: 0.6;
    transition: 0.3s ease-in-out;
  }
  .pressrelease_hankyu_index .introduction,
  .pressrelease_isetan_index .introduction {
    background-color: #000;
  }
  .pressrelease_hankyu_index .introduction .inner,
  .pressrelease_isetan_index .introduction .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 0;
  }
  .pressrelease_hankyu_index .introduction .inner img,
  .pressrelease_isetan_index .introduction .inner img {
    width: 100%;
  }
  .pressrelease_hankyu_index .introduction .inner .introduction_ttl,
  .pressrelease_isetan_index .introduction .inner .introduction_ttl {
    margin-top: 60px;
    text-align: center;
    font-size: 52px;
    font-family: readerregular, '\30D2\30E9\30AE\30CE\89D2\30B4   ProN', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Hiragino Kaku Gothic W3 JIS2004', Meiryo, Helvetica, Helvetica, Arial, sans-serif;
    color: #fff;
  }
  .pressrelease_hankyu_index .introduction .inner .introduction_subttl,
  .pressrelease_isetan_index .introduction .inner .introduction_subttl {
    margin-top: 20px;
    text-align: center;
    font-size: 28px;
    font-family: readerregular, '\30D2\30E9\30AE\30CE\89D2\30B4   ProN', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Hiragino Kaku Gothic W3 JIS2004', Meiryo, Helvetica, Helvetica, Arial, sans-serif;
    color: #fff;
  }
  .pressrelease_hankyu_index .introduction .inner .introduction_image,
  .pressrelease_isetan_index .introduction .inner .introduction_image {
    width: 750px;
    margin: 60px auto;
  }
  .pressrelease_hankyu_index .introduction .inner .introduction_txt,
  .pressrelease_isetan_index .introduction .inner .introduction_txt {
    margin-top: 50px;
    line-height: 2;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  .pressrelease_hankyu_index .introduction .inner .introduction_notice,
  .pressrelease_isetan_index .introduction .inner .introduction_notice {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    font-family: 'readerbold', 'Hiragino Kaku Gothic ProN', '\30E1\30A4\30EA\30AA', sans-serif;
    color: #c8102e;
  }
  .pressrelease_hankyu_index .event,
  .pressrelease_isetan_index .event {
    background-color: #c8102e;
  }
  .pressrelease_hankyu_index .event .inner,
  .pressrelease_isetan_index .event .inner {
    width: 1000px;
    padding: 120px 0 120px;
  }
  .pressrelease_hankyu_index .event .inner .event_ttl,
  .pressrelease_isetan_index .event .inner .event_ttl {
    font-size: 48px;
  }
  .pressrelease_hankyu_index .event .inner .event_subttl,
  .pressrelease_isetan_index .event .inner .event_subttl {
    margin-top: 20px;
    font-size: 54px;
  }
  .pressrelease_hankyu_index .event .inner .event_txt,
  .pressrelease_isetan_index .event .inner .event_txt {
    margin-top: 70px;
    font-size: 18px;
  }
  .pressrelease_hankyu_index .event .inner .event_date p,
  .pressrelease_isetan_index .event .inner .event_date p {
    display: inline-block;
    margin: 50px auto 0;
    padding: 30px 35px;
    font-size: 22px;
  }
  .pressrelease_hankyu_index .event .inner .event_date_hankyu p,
  .pressrelease_isetan_index .event .inner .event_date_hankyu p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%;
    margin: 70px auto 0;
    padding: 25px 25px;
    font-size: 22px;
        justify-content: space-between;
  }
  .pressrelease_hankyu_index .event .inner .event_date_hankyu p > span,
  .pressrelease_isetan_index .event .inner .event_date_hankyu p > span {
    margin-top: 0;
  }
  .pressrelease_hankyu_index .event .inner .event_date_hankyu p span,
  .pressrelease_isetan_index .event .inner .event_date_hankyu p span {
    display: inline;
  }
  .pressrelease_hankyu_index .event .inner .event_image,
  .pressrelease_isetan_index .event .inner .event_image {
    margin-top: 50px;
  }
  .pressrelease_hankyu_index .event .inner .event_image .note,
  .pressrelease_isetan_index .event .inner .event_image .note {
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
    color: #fff;
  }
  .pressrelease_hankyu_index .event .inner .event_item,
  .pressrelease_isetan_index .event .inner .event_item {
    margin-top: 80px;
  }
  .pressrelease_hankyu_index .event .inner .event_item_ttl,
  .pressrelease_isetan_index .event .inner .event_item_ttl {
    font-size: 32px;
  }
  .pressrelease_hankyu_index .event .inner .event_item_list,
  .pressrelease_isetan_index .event .inner .event_item_list {
    margin-top: 50px;
  }
  .pressrelease_hankyu_index .event .inner .event_item_powderlip,
  .pressrelease_isetan_index .event .inner .event_item_powderlip {
    margin-top: 0;
  }
  .pressrelease_hankyu_index .event .inner .event_item_gellip figure,
  .pressrelease_hankyu_index .event .inner .event_item_powderlip figure,
  .pressrelease_isetan_index .event .inner .event_item_gellip figure,
  .pressrelease_isetan_index .event .inner .event_item_powderlip figure {
    margin: 0;
  }
  .pressrelease_hankyu_index .event .inner .event_item_txt,
  .pressrelease_isetan_index .event .inner .event_item_txt {
    margin-top: 30px;
    font-size: 18px;
  }
  .pressrelease_hankyu_index .event .inner .event_item_name,
  .pressrelease_isetan_index .event .inner .event_item_name {
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
  }
  .pressrelease_hankyu_index .event .inner .event_item_detail,
  .pressrelease_isetan_index .event .inner .event_item_detail {
    margin-top: 15px;
    font-size: 16px;
  }
  .pressrelease_hankyu_index .stagecontents .inner,
  .pressrelease_isetan_index .stagecontents .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 120px 0 120px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .stagecontents_ttl,
  .pressrelease_isetan_index .stagecontents .inner .stagecontents_ttl {
    font-size: 54px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_ttl,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_ttl {
    font-size: 32px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_txt,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_txt {
    font-size: 18px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date,
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu {
    display: block;
    text-align: center;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date p,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date p {
    width: 900px;
    margin: 30px auto 0;
    padding: 25px 35px;
    text-align: center;
    font-size: 22px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu p,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .makeupshow_date_hankyu p {
    width: 720px;
    margin: 60px auto 0;
    padding: 25px 35px;
    text-align: center;
    font-size: 22px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 {
    margin-top: 60px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .clm_l figure,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .clm_l figure {
    margin: 0;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name {
    margin-top: 0;
    font-size: 28px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name span,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_name span {
    display: inline-block;
    font-size: 19px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt {
    margin-top: 30px;
    font-size: 18px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt span,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_txt span {
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 20px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_link,
  .pressrelease_isetan_index .stagecontents .inner .makeupshow .clm_2 .makeupshow_guest_link {
    margin-top: 15px;
    font-size: 18px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience {
    margin-top: 120px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .clm_2,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .clm_2 {
    margin-top: 120px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_ttl,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_ttl {
    font-size: 32px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_image,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_image {
    margin-top: 50px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_txt,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_txt {
    margin-top: 50px;
    font-size: 18px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_name,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_name {
    margin-top: 0;
    text-align: left;
    font-size: 32px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_text,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_text {
    margin-top: 50px;
    font-size: 18px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_note,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_note {
    margin-top: 30px;
    font-size: 12px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_note li,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_note li {
    margin-top: 10px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li {
    margin-top: 40px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dt,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dt {
    font-size: 25px;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dd,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li dl dd {
    margin-top: 25px;
    line-height: 1.59;
    font-size: 16px;
    color: #fff;
  }
  .pressrelease_hankyu_index .stagecontents .inner .makeupexperience .makeupexperience_list li:first-child,
  .pressrelease_isetan_index .stagecontents .inner .makeupexperience .makeupexperience_list li:first-child {
    margin-top: 40px;
  }
}

.items-used {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-bottom: 80px;
  border-bottom: 2px solid #ccc;
      justify-content: center;
      align-items: center;
}

.items-used > h3 {
  margin: 80px 0;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.41667rem;
  font-family: readerbold, sans-serif;
}

.items-used__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-bottom: -60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
}

.items-used__items .item-used {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
  width: 320px;
  margin: 0 0 60px;
  text-decoration: none;
  color: #000000;
      align-items: center;
}

.items-used__items .item-used__photo {
  width: 320px;
  height: 320px;
  margin-bottom: 20px;
}

.items-used__items .item-used__photo > img {
  width: 100%;
  max-width: 100%;
}

.items-used__items .item-used__name {
  text-align: center;
  font-weight: bold;
}

.items-used__items .item-used__name .name__wrap {
  line-height: 1.41667rem;
  font-size: 24px;
}

.items-used__items .item-used__name .name__wrap > .name {
  word-wrap: break-word;
}

.items-used__items .item-used__name .name__wrap > .is-sp {
  display: inline-block;
  width: 13px;
  height: 21px;
  margin: 0 0 -3px 10px;
}

.items-used__items .item-used__name .color {
  margin-top: 10px;
  font-weight: normal;
  font-size: 0.83333rem;
}

@media only screen and (min-width: 769px), print {
  .items-used {
    border-bottom: 1px solid #ccc;
  }
  .items-used > h3 {
    margin: 45px auto;
    letter-spacing: 0.05em;
    font-size: 28px;
    font-family: readerbold, sans-serif;
  }
  .items-used__items {
    -ms-flex-pack: stretch;
    width: 100%;
        justify-content: stretch;
  }
  .items-used__items .item-used {
    width: 300px;
    margin: 0 50px 60px 0;
  }
  .items-used__items .item-used:nth-child(3n) {
    margin-right: 0;
  }
  .items-used__items .item-used__photo {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }
  .items-used__items .item-used__photo > img {
    width: 300px;
    height: 300px;
  }
  .items-used__items .item-used__name .name__wrap {
    line-height: 24px;
    font-size: 16px;
  }
  .items-used__items .item-used__name .name__wrap:hover {
    color: #c9122e;
  }
  .items-used__items .item-used__name .name__wrap:hover svg path {
    fill: #c9122e;
  }
  .items-used__items .item-used__name .name__wrap > svg.is-pc, .items-used__items .item-used__name .name__wrap img.is-pc {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin: 0 0 -1px 7px;
  }
  .items-used__items .item-used__name .name__wrap > svg.is-sp, .items-used__items .item-used__name .name__wrap img.is-sp {
    display: none;
  }
  .items-used__items .item-used .color {
    margin-top: 10px;
    font-size: 14px;
  }
}

.howto-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  width: 100%;
  padding: 80px 0 100px 0;
      justify-content: space-between;
}

.howto-nav__prev, .howto-nav__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 290px;
  text-decoration: none;
  color: #000000;
}

.howto-nav__prev {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.howto-nav__prev__thumbnail img {
  width: 100px;
  min-width: 100%;
  vertical-align: bottom;
}

.howto-nav__prev__title {
  margin: 30px 0 20px;
  font-size: 1.08333rem;
  font-family: readerbold, sans-serif;
}

.howto-nav__prev__link {
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}

.howto-nav__prev__link svg, .howto-nav__prev__link img {
  margin-right: 7px;
  transform: rotate(-180deg);
}

.howto-nav__next {
  text-align: right;
}

.howto-nav__next__thumbnail img {
  width: 100px;
  min-width: 100%;
  vertical-align: bottom;
}

.howto-nav__next__title {
  margin: 30px 0 20px;
  font-size: 1.08333rem;
  font-family: readerbold, sans-serif;
}

.howto-nav__next__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  font-size: 24px;
      justify-content: flex-end;
}

.howto-nav__next__link svg, .howto-nav__next__link img {
  margin-left: 7px;
}

@media only screen and (min-width: 769px), print {
  .howto-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%;
    margin-bottom: 90px;
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
        justify-content: space-between;
  }
  .howto-nav__prev, .howto-nav__next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 45%;
    text-decoration: none;
    color: #000000;
  }
  .howto-nav__prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: center;
        justify-content: flex-start;
        align-items: center;
  }
  .howto-nav__prev__thumbnail img {
    width: auto;
    max-width: 160px;
    vertical-align: bottom;
  }
  .howto-nav__prev__text {
    margin-left: 20px;
  }
  .howto-nav__prev__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-family: readerbold, sans-serif;
  }
  .howto-nav__prev__link {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .howto-nav__prev__link svg, .howto-nav__prev__link img {
    margin-right: 7px;
    transform: rotate(-180deg);
  }
  .howto-nav__prev:hover {
    color: #c9122e;
  }
  .howto-nav__prev:hover svg path {
    fill: #c9122e;
  }
  .howto-nav__next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
    text-align: right;
        align-items: center;
  }
  .howto-nav__next__thumbnail img {
    width: auto;
    max-width: 160px;
    vertical-align: bottom;
  }
  .howto-nav__next__text {
    margin-right: 20px;
  }
  .howto-nav__next__title {
    margin: 0 0 10px;
    font-size: 16px;
    font-family: readerbold, sans-serif;
  }
  .howto-nav__next__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    font-size: 14px;
        justify-content: flex-end;
  }
  .howto-nav__next__link svg, .howto-nav__next__link img {
    margin-left: 7px;
  }
  .howto-nav__next:hover {
    color: #c9122e;
  }
  .howto-nav__next:hover svg path {
    fill: #c9122e;
  }
}

body.index.fullscreen {
  overflow: hidden;
}

body.index.fullscreen #intro {
  display: block;
}

body.index.fullscreen #wrapper {
  position: fixed;
  top: 0;
  width: 100%;
}

body.index #intro {
  display: none;
}

.index #contents {
  padding: 0;
}

.index #contents a.detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 315px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 1.08333rem;
  font-family: readerbold, sans-serif;
  color: #fff;
      justify-content: center;
      align-items: center;
}

.index #contents a.detail svg, .index #contents a.detail img {
  width: 14px;
  height: 22px;
  margin-top: -5px;
  margin-left: 10px;
}

.index #contents a.detail svg path, .index #contents a.detail img path {
  fill: #ffffff;
}

.index #contents .background__movie {
  overflow: hidden;
  width: 750px;
  height: 750px;
  text-align: center;
}

.index #contents .background__movie div.player {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

.index #contents .background__movie div.player div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px !important;
  height: 1336px !important;
  transform: translate(-50%, -50%);
}

.index #contents .background__movie div.player div video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  min-width: 100%;
  height: auto !important;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.index #contents .background__movie .vjs-player-info-modal,
.index #contents .background__movie .vjs-modal-dialog,
.index #contents .background__movie .vjs-error-display,
.index #contents .background__movie .vjs-control-bar,
.index #contents .background__movie .vjs-text-track-display,
.index #contents .background__movie .vjs-loading-spinner {
  display: none !important;
}

.index #contents .background__movie > .background__movie__block {
  height: 382px;
  margin-top: -191px;
}

.index #contents .background__movie > .background__movie__block > h2 {
  margin-bottom: 25px;
  font-size: 1.75rem;
}

.index #contents .background__movie > .background__movie__block > p {
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}

.index #contents .background__movie > .background__movie__block > p + p {
  margin-bottom: 70px;
  line-height: 1.6;
  font-size: 1.25rem;
}

.index #contents .collection {
  width: 750px;
  height: 880px;
  padding-top: 100px;
  background: #fff;
  text-align: center;
  color: #000;
}

.index #contents .collection__inner > h2 {
  margin-bottom: 60px;
  font-size: 1.75rem;
}

.index #contents .collection__inner > .thumb {
  display: inline-block;
  margin: 0 auto 80px;
}

.index #contents .collection__inner > .thumb img {
  vertical-align: bottom;
}

.index #contents .collection__inner > .detail {
  border-color: #000;
  color: #000;
}

.index #contents .collection__inner > .detail svg path, .index #contents .collection__inner > .detail img path {
  fill: #000000;
}

.index #contents .special {
  width: auto;
  padding: 100px 0 0;
  background-color: #000;
  text-align: left;
}

.index #contents .special__inner {
  width: 100%;
  margin: 0 auto;
}

.index #contents .special__inner > h2 {
  line-height: 1.5;
  text-align: center;
  font-size: 42px;
  color: #fff;
}

.index #contents .special__inner .special__box {
  box-sizing: border-box;
  position: relative;
  margin: 40px auto 0;
  padding: 0;
  text-align: left;
}

.index #contents .special__inner .special__box .special__text {
  margin: 50px 40px 0;
  line-height: 1.6;
  font-size: 24px;
  color: #fff;
}

.index #contents .special__inner .special__box .detail {
  position: relative;
  width: 89.33vw;
  height: 110px;
  margin: 50px 40px 0;
  border-color: #fff;
  line-height: 1.5;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.index #contents .special__inner .special__box .detail svg {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}

.index #contents .special__inner .special__box > img {
  display: block;
  margin: 0 40px;
}

.index #contents .special__inner .special__image {
  width: 100%;
  margin: 80px 0 0;
  padding-top: 47.2%;
  background: url("/gb/makeup/2018AW/assets/images/top/special_People_img_sp.jpg") no-repeat;
}

.index #contents .video {
  width: 750px;
  padding: 100px 0 70px;
  background: #fff;
  text-align: center;
  color: #000;
}

.index #contents .video__inner {
  padding: 0 40px;
  text-align: left;
}

.index #contents .video__inner > h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.75rem;
}

.index #contents .video__inner .video__name {
  display: inline-block;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  font-size: 36px;
}

.index #contents .video__inner .video__name > span {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  font-size: 19px;
  font-family: readerbold;
}

.index #contents .video__inner .video__position {
  margin-top: 20px;
  font-size: 24px;
}

.index #contents .video__inner .video__text {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 24px;
}

.index #contents .video__inner .video__text > span {
  text-decoration: underline;
}

.index #contents .video__inner > img {
  width: 100%;
  margin: 0 0 50px;
}

.index #contents .video__inner .detail {
  margin-top: 40px;
  border-color: #000;
  text-align: center;
  color: #000;
}

.index #contents .video__inner .detail svg path {
  fill: #000;
}

.index #contents .video__inner .video__date {
  width: 100%;
  margin-top: 70px;
  padding: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 24px;
}

.index #contents .video__inner .video__date > span {
  margin-left: 20px;
  font-size: 1.16667rem;
  font-family: readerbold;
}

.index #contents .eventinfo {
  background-color: #000;
}

.index #contents .eventinfo .eventinfo__inner {
  padding: 100px 40px;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__ttl {
  text-align: center;
  font-weight: normal;
  font-size: 42px;
  color: #fff;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule {
  margin-top: 50px;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li {
  padding: 30px 20px 30px 20px;
  border-bottom: 1px solid #fff;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li:first-child {
  border-top: 1px solid #fff;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dt {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd {
  font-weight: normal;
  font-size: 24px;
  color: #fff;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd .eventinfo__schedule_date {
  display: block;
  margin: 20px 0 0 -15px;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd .detail {
  margin-top: 30px;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 60px;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__img li {
  width: 100%;
}

.index #contents .eventinfo .eventinfo__inner .eventinfo__img li img {
  width: 100%;
}

.index #contents .eventinfo .eventinfo__note {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #aaa;
}

.index #contents .eventinfo .detail {
  margin-top: 70px;
}

@media only screen and (min-width: 769px), print {
  .index #contents {
    width: auto;
    max-width: 1440px;
    padding: 0;
  }
  .index #contents a.detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 166px;
    height: 41px;
    margin: 0 auto;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: readerbold, sans-serif;
    color: #fff;
        justify-content: center;
        align-items: center;
  }
  .index #contents a.detail svg, .index #contents a.detail img {
    width: 7px;
    height: 14px;
    margin: -3px 0 0 7px;
  }
  .index #contents a.detail svg path {
    fill: #fff;
  }
  .index #contents a.detail:hover {
    border-color: #e11a3b;
    color: #e11a3b;
  }
  .index #contents a.detail:hover svg path {
    fill: #e11a3b;
  }
  .index #contents .background__movie {
    overflow: hidden;
    width: 100%;
    max-width: 1440px;
    height: 440px;
    text-align: center;
  }
  .index #contents .background__movie div.player {
    position: relative;
    width: 100% !important;
    height: 100% !important;
  }
  .index #contents .background__movie div.player div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: 100% !important;
    transform: translate(-50%, -50%);
  }
  .index #contents .background__movie .vjs-loading-spinner {
    display: none;
  }
  .index #contents .background__movie > .background__movie__block {
    height: 220px;
    margin-top: -110px;
  }
  .index #contents .background__movie > .background__movie__block > h2 {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .index #contents .background__movie > .background__movie__block > p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 24px;
  }
  .index #contents .background__movie > .background__movie__block > p + p {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 20px;
  }
  .index #contents .collection {
    width: auto;
    height: 500px;
    padding-top: 96px;
    background: #fff;
    text-align: center;
    color: #000;
  }
  .index #contents .collection__inner {
    box-sizing: border-box;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 26px 0 0 100px;
    text-align: left;
  }
  .index #contents .collection__inner > h2 {
    margin: 0 0 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 38px;
  }
  .index #contents .collection__inner > .thumb {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    margin: 0;
  }
  .index #contents .collection__inner > .thumb img {
    width: 100%;
    vertical-align: bottom;
  }
  .index #contents .collection__inner > .detail {
    margin: 0;
  }
  .index #contents .special {
    width: auto;
    padding: 100px 0 0;
    background-color: #000;
    text-align: left;
  }
  .index #contents .special__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .index #contents .special__inner > h2 {
    line-height: 1.5;
    text-align: center;
    font-size: 34px;
    color: #fff;
  }
  .index #contents .special__inner .special__box {
    box-sizing: border-box;
    position: relative;
    margin: 40px auto 0;
    padding: 0 0 0 600px;
    text-align: left;
  }
  .index #contents .special__inner .special__box .special__text {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    color: #fff;
  }
  .index #contents .special__inner .special__box .detail {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 30px 0 0;
    border-color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .index #contents .special__inner .special__box .detail svg {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
  .index #contents .special__inner .special__box .detail:hover {
    border-color: #e11a3b;
    color: #e11a3b;
  }
  .index #contents .special__inner .special__box > img {
    display: block;
    position: absolute;
    top: 0;
    left: 46px;
    width: 455px;
    margin: 0;
  }
  .index #contents .special__inner .special__image {
    width: 1440px;
    margin: 150px 0 0 -220px;
    padding-top: 195px;
    background: url("/gb/makeup/2018AW/assets/images/top/special_People_img_pc.jpg") no-repeat;
    transition: all .3s;
  }
  .index #contents .special__inner .special__image:hover {
    opacity: .8;
  }
  .index #contents .video {
    width: auto;
    height: 560px;
    padding: 100px 0 0;
    text-align: left;
  }
  .index #contents .video__inner {
    box-sizing: border-box;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 600px;
    text-align: left;
  }
  .index #contents .video__inner > h2 {
    margin-bottom: 34px;
    line-height: 1.5;
    text-align: left;
    font-size: 34px;
  }
  .index #contents .video__inner .video__name {
    display: inline-block;
    line-height: 1.6;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
  }
  .index #contents .video__inner .video__name > span {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    font-size: 14px;
    font-family: readerbold;
  }
  .index #contents .video__inner .video__position {
    margin-top: 20px;
    font-size: 14px;
  }
  .index #contents .video__inner .video__text {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 14px;
  }
  .index #contents .video__inner .video__text > span {
    text-decoration: underline;
  }
  .index #contents .video__inner .detail {
    width: 100%;
    margin-top: 20px;
    border-color: #000;
    color: #000;
  }
  .index #contents .video__inner > img {
    display: block;
    position: absolute;
    top: 0;
    left: 46px;
    width: 455px;
    height: 340px;
    margin: 0;
  }
  .index #contents .video__inner .video__date {
    width: 350px;
    margin-top: 35px;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 14px;
  }
  .index #contents .video__inner .video__date > span {
    margin-left: 15px;
    font-size: 16px;
    font-family: readerbold;
  }
  .index #contents .eventinfo {
    background-color: #000;
  }
  .index #contents .eventinfo .eventinfo__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 116px;
    text-align: center;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__ttl {
    font-size: 34px;
    color: #fff;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule {
    display: block;
    margin: 40px auto;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li {
    padding: 20px 40px 20px 40px;
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li:first-child {
    border-top: 1px solid #fff;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dt {
    width: 20%;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd {
    width: 60%;
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd .eventinfo__schedule_date {
    display: block;
    margin: 0;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd .eventinfo__schedule_date + .eventinfo__schedule_date {
    margin-top: 10px;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd + dd {
    width: inherit;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__schedule li dl dd .detail {
    margin-top: 0;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 40px;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__img li {
    width: 100%;
  }
  .index #contents .eventinfo .eventinfo__inner .eventinfo__img li img {
    width: 100%;
  }
  .index #contents .eventinfo .eventinfo__note {
    margin-top: 15px;
    font-size: 12px;
    color: #aaa;
  }
  .index #contents .eventinfo .detail {
    margin-top: 40px;
  }
}

.video_index #contents {
  max-width: 1000px;
}

.howto-video {
  margin-bottom: 40px;
}

.howto-video__main-video {
  position: relative;
  width: 100%;
  height: 56.25vw;
  margin: 0 -40px;
  padding: 0;
}

.howto-video__main-video > .player > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw;
}

.howto-video__main-video .movie_thumb img {
  width: 100%;
}

.howto-video__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 55px;
  padding-bottom: 80px;
  border-bottom: 2px solid #ccc;
      justify-content: space-between;
}

.howto-video__top .howto-video__title > h2 {
  margin: 0 0 30px 0;
  line-height: 50px;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-family: readerbold, sans-serif;
  font-feature-settings: "palt";
}

.howto-video__top .howto-video__title > p {
  margin: 0;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  font-size: 24px;
}

.howto-video__top .howto-video__link {
  position: relative;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.howto-video__top .howto-video__link .howto-video__button {
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  width: 90px;
  height: 90px;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.howto-video__top .howto-video__link .howto-video__button svg, .howto-video__top .howto-video__link .howto-video__button img {
  width: 90px;
  height: 90px;
}

.howto-video__top .howto-video__link .howto-video__button:active > svg path:first-of-type {
  fill: #c9122e;
}

.howto-video__top .tooltip {
  display: none;
  position: absolute;
  top: -91px;
  left: -40px;
  width: 160px;
  line-height: 1.2;
  font-size: 0.75rem;
  color: #fff;
  z-index: 9999;
}

.howto-video__top .tooltip__body {
  display: block;
  position: relative;
  top: 0;
  padding: 15px 10px 17px;
  border-radius: 6px;
  background: #c80f2e;
}

.howto-video__top .tooltip__body:after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #c80f2e transparent transparent transparent;
  content: "";
}

.howto-video__more > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  padding: 80px 0;
  text-decoration: none;
  font-family: readerbold, sans-serif;
  color: #000000;
      justify-content: center;
      align-items: center;
}

.howto-video__more .is-pc {
  display: none;
}

.howto-video__more .is-sp {
  width: 13px;
  height: 21px;
  margin-top: -6px;
  margin-left: 10px;
}

@media only screen and (min-width: 769px), print {
  .howto-video {
    margin: 0 0 -80px;
    padding: 0;
  }
  .howto-video__main-video {
    height: 562.5px;
    margin: 55px 0;
  }
  .howto-video__main-video > .player > div {
    width: 1000px;
    height: 562.5px;
    margin: 0 auto;
  }
  .howto-video__top {
    margin-bottom: 70px;
    padding-top: 0;
  }
  .howto-video__top .howto-video__title > h2 {
    letter-spacing: 0.05em;
    font-size: 28px;
    font-family: readerbold, sans-serif;
  }
  .howto-video__top .howto-video__title > p {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .howto-video__top .howto-video__link {
    position: relative;
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
  }
  .howto-video__top .howto-video__link .howto-video__button {
    -webkit-appearance: none;
            appearance: none;
    outline: none;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    line-height: 1;
    cursor: pointer;
  }
  .howto-video__top .howto-video__link .howto-video__button:active, .howto-video__top .howto-video__link .howto-video__button:focus,
  .howto-video__top .howto-video__link .howto-video__button:active > svg,
  .howto-video__top .howto-video__link .howto-video__button:focus > svg {
    position: relative;
  }
  .howto-video__top .howto-video__link .howto-video__button svg, .howto-video__top .howto-video__link .howto-video__button img {
    width: 46px;
    height: 46px;
  }
  .howto-video__top .howto-video__link:hover svg path:first-of-type {
    fill: #c9122e;
  }
  .howto-video__top .tooltip {
    display: none;
    position: absolute;
    top: -46px;
    left: -62px;
    width: 168px;
    line-height: 1.2;
    font-size: 12px;
    color: #fff;
    z-index: 9999;
  }
  .howto-video__top .tooltip__body {
    position: relative;
    top: 0;
    padding: 10px;
    border-radius: 4px;
    background: #c80f2e;
  }
  .howto-video__top .tooltip__body:after {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #c80f2e transparent transparent transparent;
    content: "";
  }
  .howto-video__more {
    margin: 0;
    padding: 80px 0;
    border: 0;
    text-align: center;
  }
  .howto-video__more .is-pc {
    display: block;
  }
  .howto-video__more > a {
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .howto-video__more > a:hover {
    border-color: #c9122e;
    color: #c9122e;
  }
  .howto-video__more > a:hover svg path {
    fill: #c9122e;
  }
  .howto-video__more > a .is-pc {
    display: inline-block;
    width: 7px;
    height: 14px;
    margin-bottom: -1px;
    margin-left: 7px;
  }
}

.howto-videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  margin-top: 60px;
      justify-content: center;
}

.howto-videos__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 80px;
  text-align: center;
      justify-content: center;
      align-items: center;
}

.howto-videos__title > h2 {
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-family: readerbold, sans-serif;
}

.howto-videos__title > p {
  margin: 0;
  line-height: 1.5rem;
  font-size: 24px;
}

.howto-videos__videos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 40px;
}

.howto-videos__videos .howto-videos__video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 0 0 80px;
      justify-content: space-between;
}

.howto-videos__videos .howto-videos__video .video__thumbnail {
  width: 320px;
  height: 198px;
}

.howto-videos__videos .howto-videos__video .video__thumbnail > a {
  display: block;
  position: relative;
}

.howto-videos__videos .howto-videos__video .video__thumbnail > a > img {
  width: 320px;
  height: 198px;
}

.howto-videos__videos .howto-videos__video .video__thumbnail > a .video__thumbnail--playbtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 56px;
  margin: auto;
  z-index: 3;
}

.howto-videos__videos .howto-videos__video .video__thumbnail > a:hover img {
  opacity: .5;
}

.howto-videos__videos .howto-videos__video .video__details {
  width: 320px;
  margin-left: 30px;
}

.howto-videos__videos .howto-videos__video .video__details .video__title {
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.howto-videos__videos .howto-videos__video .video__details .video__title .is-sp {
  width: 13px;
  height: 21px;
  margin-top: 2px;
  margin-left: 10px;
}

.howto-videos__videos .howto-videos__video .video__details .video__description {
  margin: 30px 0 0 0;
  line-height: 1.41667rem;
  font-size: 0.91667rem;
}

@media only screen and (min-width: 769px), print {
  .howto-videos {
    padding-top: 0;
  }
  .howto-videos__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 80px;
    text-align: center;
        justify-content: center;
        align-items: center;
  }
  .howto-videos__title > h2 {
    margin: 0 0 30px 0;
    letter-spacing: 0.05em;
    font-size: 30px;
    font-family: readerbold, sans-serif;
  }
  .howto-videos__title > p {
    margin: 0;
    line-height: 32px;
    word-wrap: break-word;
    letter-spacing: 0.05em;
    font-size: 18px;
  }
  .howto-videos__videos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .howto-videos__videos .howto-videos__video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 0 100px;
        justify-content: space-between;
  }
  .howto-videos__videos .howto-videos__video:last-child {
    margin-bottom: 0;
  }
  .howto-videos__videos .howto-videos__video .video__thumbnail {
    width: auto;
    max-width: 470px;
    min-height: 264px;
  }
  .howto-videos__videos .howto-videos__video .video__thumbnail > a > img {
    width: 100%;
    height: 100%;
  }
  .howto-videos__videos .howto-videos__video .video__thumbnail > a .video__thumbnail--playbtn {
    width: 46px;
    height: 54px;
  }
  .howto-videos__videos .howto-videos__video .video__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    width: auto;
    max-width: 480px;
    margin: 0 20px 0 30px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        justify-content: space-between;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__title {
    font-size: 18px;
    font-family: readerbold, sans-serif;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__title:hover {
    color: #c9122e;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__title:hover svg path {
    fill: #c9122e;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__title > span {
    display: inline;
    line-height: 24px;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__title .is-pc {
    width: 7px;
    height: 14px;
    margin: auto 0 auto auto;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__description {
    margin: 25px 0 0 0;
    line-height: 29px;
    font-size: 16px;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__items-used {
    height: 100px;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__items-used > a {
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    margin-right: 32px;
  }
  .howto-videos__videos .howto-videos__video .video__details .video__items-used > a > img {
    width: 100%;
    height: 100%;
  }
}

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  overflow: hidden;
  list-style: none;
  position: relative;
  margin: 0 auto;
  padding: 0;
  cursor: pointer !important;
  /* Fix of Webkit flickering */
  z-index: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  z-index: 0;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  transition-property: transform, height;
  align-items: flex-start;
}

/* 3D Effects */
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide {
  transform-style: preserve-3d;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
  z-index: 2;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  outline: none;
  background-image: url(/gb/makeup/2018AW/assets/images/icon/slide_arrow_l.svg);
}

.swiper-button-next.swiper-button, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  outline: none;
  background-image: url(/gb/makeup/2018AW/assets/images/icon/slide_arrow_r.svg);
}

.swiper-pagination {
  position: absolute;
  bottom: 1.388vw;
  left: 50%;
  margin-left: -64px;
  text-align: center;
  z-index: 2;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .swiper-pagination {
    bottom: 20px;
  }
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007aff;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
  z-index: 10;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
  z-index: 10;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

/* a11y */
.swiper-container .swiper-notification {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  visibility: visible;
  pointer-events: auto;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
 *************************/
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  transform: translate3d(0, 0, 0);
  transition: opacity .6s ease, transform .3s ease;
}

@media only screen and (min-width: 769px), print {
  .swiper-container {
    overflow: hidden;
    max-width: 1440px;
  }
  .swiper-container.top {
    height: 44.444vw;
    max-height: 640px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-container {
    width: 750px;
    height: 1000px;
  }
  .swiper-container.textures {
    margin-bottom: 100px;
  }
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
}

.swiper-container.loading {
  opacity: 0;
}

.swiper-slide {
  position: relative;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 10;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 40px;
  left: 15px;
  color: #000;
  transform: translateZ(50px) translateX(50px);
}

@media only screen and (min-width: 769px), print {
  .swiper-slide .content {
    top: 42%;
    left: 17%;
  }
}

@media only screen and (min-width: 769px), print {
  .swiper-slide .content {
    color: #000;
  }
}

@media only screen and (min-width: 769px), print {
  .swiper-slide .content.gels {
    color: #fff;
  }
}

.swiper-slide .content > .title {
  margin-bottom: -10px;
  line-height: 0.9;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 2.45833rem;
}

@media only screen and (min-width: 769px), print {
  .swiper-slide .content > .title {
    font-size: 4.5138vw;
  }
}

.swiper-slide .content > .text {
  margin-top: 20px;
  text-align: center;
  font-size: 1.25rem;
  font-feature-settings: "palt";
}

@media only screen and (min-width: 769px), print {
  .swiper-slide .content > .text {
    margin: 2.083vw 0 0 0.347vw;
    font-size: 1.666vw;
  }
}

@media screen and (min-width: 1440px) {
  .swiper-slide .content > .title {
    font-size: 65px;
  }
  .swiper-slide .content > .text {
    margin: 30px 0 0 5px;
    font-size: 24px;
    font-feature-settings: "palt";
  }
}

.swiper-slide .content > span.main {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2.83333rem;
}

@media only screen and (min-width: 769px), print {
  .swiper-slide .content > span.main {
    margin-top: -2px;
    font-size: 65px;
  }
}

.swiper-slide .content > span.sub {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.91667rem;
}

@media only screen and (min-width: 769px), print {
  .swiper-slide .content > span.sub {
    margin-top: -2px;
    margin-left: 2px;
    font-size: 65px;
  }
}

.swiper-slide .content.textures {
  color: #000;
}

[class^="swiper-button-"] {
  opacity: 1;
  width: 44px;
}

.swiper-button-prev {
  transform-style: preserve-3d;
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-button-next {
  transform-style: preserve-3d;
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.carousel__slider {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

@media only screen and (min-width: 769px), print {
  .carousel__slider {
    margin: 0 auto;
  }
}

.carousel__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 0.972vw;
  height: 0.972vw;
  margin: 0 0.625vw;
  background-color: #cccccc;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.carousel__slider .swiper-pagination-bullets .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 0px solid #cccccc;
  border-radius: 50%;
  content: '';
  transform: translate(-50%, -50%);
}

.carousel__slider .swiper-pagination-bullets .swiper-pagination-bullet:hover, .carousel__slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #c8102e;
}

@media screen and (min-width: 1440px) {
  .carousel__slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 9px;
  }
}

@media only screen and (min-width: 769px), print {
  body.index .slide-item-dews {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_dews_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  body.index .slide-item-dews .content {
    top: 6%;
    right: 10%;
    left: auto;
    color: #000000;
  }
}

@media only screen and (max-width: 768px) {
  body.index .slide-item-dews {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_dews_sp.jpg) no-repeat center center;
  }
}

@media only screen and (min-width: 769px), print {
  body.index .slide-item-gels {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_gels_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  body.index .slide-item-gels .content.gels {
    top: 6%;
    right: 10%;
    left: auto;
    color: #000000;
  }
}

@media only screen and (max-width: 768px) {
  body.index .slide-item-gels {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_gels_sp.jpg) no-repeat center center;
  }
}

@media only screen and (min-width: 769px), print {
  body.index .slide-item-inks {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_inks_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  body.index .slide-item-inks .content {
    top: 6%;
    right: 10%;
    left: auto;
    color: #000000;
  }
}

@media only screen and (max-width: 768px) {
  body.index .slide-item-inks {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_inks_sp.jpg) no-repeat center center;
  }
}

@media only screen and (min-width: 769px), print {
  body.index .slide-item-powders {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_powders_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  body.index .slide-item-powders .content {
    top: 6%;
    right: 10%;
    left: auto;
    color: #000000;
  }
}

@media only screen and (max-width: 768px) {
  body.index .slide-item-powders {
    background: url(/gb/makeup/2018AW/assets/images/slide/top_powders_sp.jpg) no-repeat center center;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 9999;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 9999;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

@media only screen and (min-width: 769px), print {
  .cboxIframe {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .cboxIframe {
    width: 750px;
    height: 56.25vw;
  }
}

#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.8);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: transparent;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: -40px;
  right: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:before, #cboxClose:after {
  position: absolute;
  top: 13px;
  left: 0;
  width: 25px;
  height: 2px;
  background: #999;
  content: "";
}

#cboxClose:before {
  transform: rotate(45deg);
}

#cboxClose:after {
  transform: rotate(-45deg);
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

a {
  outline: none;
}

a:hover {
  color: #c9122e;
}

a:hover img {
  opacity: 0.75;
}

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