@charset "UTF-8";
@import 'https://use.typekit.net/nkr2iqt.css';
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Hiragino_Kaku_Gothic_Std";
  src: url("../fonts/Hiragino_Kaku_Gothic_Std_W3.otf") format("otf");
  src: url("../fonts/Hiragino_Kaku_Gothic_Std_W3.woff") format("woff");
}
@font-face {
  font-family: MoonLight;
  src: url("../fonts/MoonLight.otf") format("otf");
  src: url("../fonts/MoonLight.woff") format("woff");
}
.mincho {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/**
 *  テキストの基本スタイル設定
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  scroll-behavior: smooth;
}
html.topHtml {
  height: 100%;
}

body {
  font-family: "Hiragino_Kaku_Gothic_Std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", yugothic, "Yu Gothic", "メイリオ", meiryo, "Meiryo UI", sans-serif;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.06em;
}
body.animationStart {
  pointer-events: none;
}
body.animationEnded {
  pointer-events: all;
}
body.no-height {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #000;
  opacity: 1;
  -webkit-animation: loading 2s 2s ease-in-out;
          animation: loading 2s 2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .loading {
    width: 100%;
    height: 100vh;
  }
}
.loading .logo {
  width: 472px;
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .loading .logo {
    width: 260px;
    margin-top: -9vh;
  }
}
.animationEnded .loading {
  display: none;
}

@-webkit-keyframes loading {
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  100% {
    opacity: 0;
  }
}
.delay {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.delay.fade {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

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

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

html.active, body.active {
  height: 100%;
  overflow: hidden;
}

body.variation.active {
  display: block;
}
body.no-scroll {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
main {
  overflow-x: hidden;
}

.en {
  font-family: helvetica-neue-lt-pro;
  font-weight: 500;
}

/**  
 * JavaScriptが絡んだ動きのトリガー用class
 */
.js-inview, .js-inview2 {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
@media screen and (max-width: 1024px) {
  .js-inview, .js-inview2 {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@media screen and (max-width: 640px) {
  .js-inview, .js-inview2 {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
.js-inview.js-fadeIn-up, .js-inview2.js-fadeIn-up {
  opacity: 1;
  -webkit-transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-inview2.js-fadeIn-up {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

/**  
 * JavaScriptが絡んだ画像の動きのトリガー用class
 */
.js-inview.js-inview-image {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-inview.js-inview-image picture {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.js-inview.js-inview-image img {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 2s;
  transition: opacity 1s, -webkit-transform 2s;
  transition: opacity 1s, transform 2s;
  transition: opacity 1s, transform 2s, -webkit-transform 2s;
  -webkit-transform: translate(0, 0) scale(1.1);
          transform: translate(0, 0) scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.js-inview.js-inview-image.js-fadeIn-up img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

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

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

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  width: 100%;
  padding: 22px 50px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 20px;
  }
}
.header .logo-area {
  width: 180px;
  display: block;
}
@media screen and (max-width: 768px) {
  .header .logo-area {
    width: 114px;
  }
}
.header .logo-area svg {
  vertical-align: middle;
}
.header .logo-area svg path {
  fill: #000;
}
.header .hamburger-button {
  position: relative;
  z-index: 100;
  width: 40px;
  height: 15px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .header .hamburger-button {
    width: 30px;
  }
}
.header .hamburger-button:before, .header .hamburger-button:after {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background-color 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.5s ease-in-out;
  transition: transform 0.3s ease-in-out, background-color 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .hamburger-button:before {
  top: 0;
}
@media screen and (max-width: 768px) {
  .header .hamburger-button:before {
    top: 2px;
  }
}
.header .hamburger-button:after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .header .hamburger-button:after {
    bottom: 0;
  }
}
.header .hamburger-button span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header .hamburger-button span {
    height: 14px;
  }
}
.header .hamburger-button.active:before, .header .hamburger-button.active:after {
  background-color: #fff;
}
.header .hamburger-button.active:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 9px;
}
.header .hamburger-button.active:after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: 5px;
}
.header .header-inn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 350px;
  background-color: rgba(0, 0, 0, 0.87);
  height: 100vh;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header .header-inn {
    width: 300px;
  }
}
.header .header-inn .menu-area-wrap {
  padding: 66px 45px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .header .header-inn .menu-area-wrap {
    padding: 16% 11% 10% 19%;
  }
}
.header .header-inn .menu-area-wrap .menu-area .list {
  margin-top: 25px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header .header-inn .menu-area-wrap .menu-area .list {
    margin-top: 10%;
  }
}
.header .header-inn .menu-area-wrap .menu-area .list a span {
  color: #808080;
  font-size: 15px;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
  letter-spacing: 0.14em;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .menu-area .list a:hover span {
  color: #fff;
}
.header .header-inn .menu-area-wrap .menu-area .list a.current {
  pointer-events: none;
}
.header .header-inn .menu-area-wrap .menu-area .list a.current span {
  color: #fff;
}
.header .header-inn .menu-area-wrap .menu-area .list .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.header .header-inn .menu-area-wrap .menu-area .list .sns-link > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .menu-area .list .sns-link > a:hover {
  color: #333;
}
.header .header-inn .menu-area-wrap .menu-area .list .sns-link .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .menu-area .list .sns-link .sns {
  width: 24px;
}
.header .header-inn .menu-area-wrap .menu-area .list .sns-link .sns a svg path {
  fill: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .menu-area .list .sns-link .sns a:hover svg path {
  fill: #fff;
}
.header .header-inn .menu-area-wrap .menu-area .list.beauty-margin {
  margin-top: 40px;
}
.header .header-inn .menu-area-wrap .menu-area .list.second-list {
  padding-left: 20px;
  margin-top: 20px;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-trigger {
  color: #808080;
  font-size: 15px;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
  letter-spacing: 0.14em;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-trigger:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header .header-inn .menu-area-wrap .menu-area .list .accordion-trigger:before {
    height: 7px;
    width: 7px;
  }
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-trigger:hover {
  color: #fff;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-trigger:hover:before {
  border-color: #fff;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-trigger.is-open:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 5px;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body.is-open {
  max-height: 300px;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .flex-box-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 68%;
  grid-template-columns: 32% 68%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .flex-box-wrap + .accordion-inn-menu {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .header .header-inn .menu-area-wrap .menu-area .list .accordion-body .flex-box-wrap + .accordion-inn-menu {
    margin-top: 15px;
  }
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .accordion-inn-menu {
  margin-top: 15px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .header .header-inn .menu-area-wrap .menu-area .list .accordion-body .accordion-inn-menu {
    margin-top: 10px;
  }
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .accordion-inn-menu a {
  padding-left: 20px;
  position: relative;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .accordion-inn-menu a span {
  font-size: 13px;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .accordion-inn-menu a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 13px;
  background-color: #808080;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .accordion-inn-menu a:hover {
  color: #fff;
}
.header .header-inn .menu-area-wrap .menu-area .list .accordion-body .accordion-inn-menu a:hover:before {
  background-color: #fff;
}
.header .header-inn .menu-area-wrap .menu-area .list:first-of-type {
  margin-top: 0;
}
.header .header-inn .menu-area-wrap .bottom-menu {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .header .header-inn .menu-area-wrap .bottom-menu {
    margin-top: 50px;
  }
}
.header .header-inn .menu-area-wrap .bottom-menu ul li {
  line-height: 1;
}
.header .header-inn .menu-area-wrap .bottom-menu ul li a {
  color: #808080;
  font-size: 12px;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
  letter-spacing: 0.14em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .bottom-menu ul li a:hover {
  color: #fff;
}
.header .header-inn .menu-area-wrap .bottom-menu ul li + li {
  margin-top: 10px;
}
.header .header-inn .menu-area-wrap .bottom-menu ul li.current a {
  color: #fff;
}
.header .header-inn .menu-area-wrap .bottom-menu .link-area {
  margin-top: 20px;
}
.header .header-inn .menu-area-wrap .bottom-menu .link-area a {
  color: #808080;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #808080;
  line-height: 1;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
  letter-spacing: 0.14em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inn .menu-area-wrap .bottom-menu .link-area a:hover {
  color: #fff;
  border-color: #fff;
}
.header .header-inn.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer {
  padding: 36px 50px 22px 70px;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 36px 29px 16px 23px;
    width: 100%;
  }
}
.footer.footer--3d {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .footer.footer--3d {
    padding-top: 36px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 135px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    display: block;
    margin: 0 0 32px;
  }
}

.footer__bottom {
  color: #808080;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    text-align: center;
  }
}

.footer__top__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 51px 0;
}
@media screen and (max-width: 768px) {
  .footer__top__primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}

.footer__logo {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 114px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    vertical-align: top;
  }
}

.footer__copyrights {
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  color: #808080;
  letter-spacing: 0.075em;
  font-family: helvetica-neue-lt-pro, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer__copyrights {
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.05em;
  }
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .footerNav {
    display: block;
    margin: 15px 0 0;
  }
}

.footerNav__item {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footerNav__item:not(:first-of-type) {
    margin: 8px 0 0;
  }
}
.footerNav__item > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  font-size: 10px;
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
}
@media (hover: hover) {
  .footerNav__item > a:hover {
    color: #fff;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
  }
  .footerNav__item > a:hover::before {
    background-color: #fff;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }
}
.footerNav__item > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 8px;
  content: "";
  background-color: #808080;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.snsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 28px;
}
@media screen and (max-width: 768px) {
  .snsNav {
    gap: 0 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.snsNav__item {
  line-height: 1;
}
@media (hover: hover) {
  .snsNav__item > a:hover .snsNav__icon {
    fill: #fff;
    -webkit-transition: fill 0.4s ease-in-out;
    transition: fill 0.4s ease-in-out;
  }
}

.snsNav__icon {
  width: 20px;
  vertical-align: -3px;
  fill: gray;
}

.snsNav.snsNav--on-overlay {
  gap: 0 26px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
@-webkit-keyframes pathmove {
  0% {
    height: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  20% {
    height: 54px;
    opacity: 1;
    @media screen and (max-width: 768px) {
      height: 20px;
    }
  }
  80% {
    height: 20px;
    opacity: 1;
    @media screen and (max-width: 768px) {
      height: 10px;
    }
  }
  100% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    height: 10px;
    opacity: 0;
    @media screen and (max-width: 768px) {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
  }
}
@keyframes pathmove {
  0% {
    height: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  20% {
    height: 54px;
    opacity: 1;
    @media screen and (max-width: 768px) {
      height: 20px;
    }
  }
  80% {
    height: 20px;
    opacity: 1;
    @media screen and (max-width: 768px) {
      height: 10px;
    }
  }
  100% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    height: 10px;
    opacity: 0;
    @media screen and (max-width: 768px) {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
  }
}
@-webkit-keyframes animationArrowRight {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@keyframes animationArrowRight {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.top .kv-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 100vh;
  grid-template-rows: 100vh;
  position: relative;
}
.top .kv-block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.top .kv-block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 768px) {
  .top .kv-block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 45vh 45vh;
    grid-template-rows: 45vh 45vh;
  }
  .top .kv-block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top .kv-block > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.top .kv-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top .kv-block .logo-area {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 97%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
  cursor: pointer;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area {
    display: block;
    width: 100%;
    height: 100vh;
  }
}
.top .kv-block .logo-area .arrow-box {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 1;
  position: relative;
  margin-top: 10px;
  z-index: 2;
  font-family: helvetica-neue-lt-pro;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box {
    font-size: 12px;
    letter-spacing: 0.13em;
  }
}
.top .kv-block .logo-area .arrow-box:before {
  position: absolute;
  content: "";
  width: 38px;
  height: 74px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box:before {
    width: 27px;
    height: 50px;
  }
}
.top .kv-block .logo-area .arrow-box.mask-arrow {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box.mask-arrow {
    padding-right: 30px;
    text-align: right;
    position: absolute;
    right: 25px;
    top: 23%;
    padding-left: 0;
  }
}
.top .kv-block .logo-area .arrow-box.mask-arrow:before {
  background: url(../images/top/top-arrow-left.svg) no-repeat center center;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box.mask-arrow:before {
    background-image: url(../images/top/top-arrow-right.svg);
    right: -10px;
    left: auto;
    -webkit-animation: animationArrowRight 1s ease-in-out infinite;
            animation: animationArrowRight 1s ease-in-out infinite;
  }
}
.top .kv-block .logo-area .arrow-box.beauty-arrow {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box.beauty-arrow {
    padding-right: 30px;
    text-align: right;
    position: absolute;
    right: 25px;
    bottom: 23%;
  }
}
.top .kv-block .logo-area .arrow-box.beauty-arrow:before {
  background: url(../images/top/top-arrow-right.svg) no-repeat center center;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box.beauty-arrow:before {
    right: -10px;
    -webkit-animation: animationArrowRight 1s ease-in-out infinite;
            animation: animationArrowRight 1s ease-in-out infinite;
  }
}
.top .kv-block .logo-area .arrow-box.is-hover.mask-arrow:before {
  left: -10px;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box.is-hover.mask-arrow:before {
    right: 0;
    left: auto;
  }
}
.top .kv-block .logo-area .arrow-box.is-hover.beauty-arrow:before {
  right: -10px;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .arrow-box.is-hover.beauty-arrow:before {
    right: 0;
  }
}
.top .kv-block .logo-area .kv-main-logo {
  display: block;
  width: 472px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .kv-main-logo {
    width: 260px;
    position: absolute;
    top: 47%;
    margin: auto;
    left: 0;
    right: 0;
  }
}
.top .kv-block .logo-area .kv-main-logo > svg path {
  fill: #fff;
}
.top .kv-block .logo-area .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .top .kv-block .logo-area .line {
    display: none;
  }
}
.top .kv-block .mask-area {
  position: relative;
}
.top .kv-block .mask-area:before {
  position: absolute;
  content: "";
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top .kv-block .mask-area:before {
    height: 45vh;
  }
}
.top .kv-block .mask-area:hover:before {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .top .kv-block .mask-area:hover:before {
    opacity: 1;
  }
}
.top .kv-block .beauty-area {
  position: relative;
}
.top .kv-block .beauty-area:before {
  position: absolute;
  content: "";
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.45);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top .kv-block .beauty-area:before {
    height: 45vh;
  }
}
.top .kv-block .beauty-area:hover:before {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .top .kv-block .beauty-area:hover:before {
    opacity: 1;
  }
}
.top .kv-block .scroll-area {
  position: absolute;
  width: 1px;
  height: 150px;
  right: 40px;
  bottom: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .top .kv-block .scroll-area {
    right: auto;
    left: 20px;
    height: 100px;
  }
}
.top .kv-block .scroll-area .scroll-line {
  position: absolute;
  display: block;
  right: 1px;
  width: 1px;
}
.top .kv-block .scroll-area .scroll-line::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .top .kv-block .scroll-area .scroll-line::before {
    height: 100px;
  }
}
.top .kv-block .scroll-area .scroll-line:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  margin: auto;
  -webkit-animation: pathmove 3s ease-in-out infinite;
          animation: pathmove 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .top .kv-block .scroll-area .scroll-line:after {
    -webkit-animation: pathmove 2s ease-in-out infinite;
            animation: pathmove 2s ease-in-out infinite;
  }
}
.top .header {
  position: relative;
}
.top .header.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
}
.top .concept-block {
  padding: 13% 0;
}
@media screen and (max-width: 768px) {
  .top .concept-block {
    padding: 33% 0 31%;
  }
}
.top .concept-block .inner-block {
  text-align: center;
}
.top .concept-block .inner-block .ttl-wrap {
  display: inline-block;
}
.top .concept-block .inner-block .ttl-wrap .concept-ttl {
  font-family: helvetica-neue-lt-pro;
  font-size: 26px;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .top .concept-block .inner-block .ttl-wrap .concept-ttl {
    font-size: 20px;
    line-height: 2;
  }
}
.top .concept-block .inner-block .ttl-wrap .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top .concept-block .inner-block .ttl-wrap .txt-area {
    display: block;
    margin-top: 25px;
  }
}
.top .concept-block .inner-block .ttl-wrap .txt-area .txt {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top .concept-block .inner-block .ttl-wrap .txt-area .txt {
    font-size: 11px;
    line-height: 1.8;
  }
}
.top .concept-block .inner-block .btn {
  font-size: 12px;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
  position: relative;
  display: inline-block;
  letter-spacing: 0.25em;
  text-align: right;
  line-height: 1;
  padding: 0 20px 0 180px;
}
@media screen and (max-width: 768px) {
  .top .concept-block .inner-block .btn {
    padding: 0 0 0 30px;
    margin-top: 55px;
    display: block;
  }
}
.top .concept-block .inner-block .btn:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 130px;
  background-color: #000;
  left: 23px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .top .concept-block .inner-block .btn:before {
    width: 64%;
    left: 0;
  }
}
.top .concept-block .inner-block .btn:after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow.svg) no-repeat center center;
  height: 14px;
  width: 8px;
  right: -5px;
  top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: animationArrowRight 2s ease-in-out infinite;
          animation: animationArrowRight 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .top .concept-block .inner-block .btn:after {
    right: -20px;
    height: 12px;
    width: 8px;
    top: 0;
  }
}
.top .lineup-block {
  padding: 10% 0%;
  background-color: #f8f7f4;
}
@media screen and (max-width: 768px) {
  .top .lineup-block {
    padding: 28% 0;
  }
}
.top .lineup-block .inner-block {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block {
    max-width: inherit;
  }
}
.top .lineup-block .inner-block .ttl {
  text-align: center;
  font-size: 23px;
  font-family: helvetica-neue-lt-pro;
  letter-spacing: 0.32em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .ttl {
    font-size: 23px;
  }
}
.top .lineup-block .inner-block .series-area {
  padding-top: 13%;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .series-area {
    padding-top: 16%;
  }
}
.top .lineup-block .inner-block .series-area .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .series-area .ttl-area {
    padding-left: 27px;
  }
}
.top .lineup-block .inner-block .series-area .ttl-area .lineup-ttl {
  font-size: 15px;
  font-family: helvetica-neue-lt-pro;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .series-area .ttl-area .lineup-ttl {
    font-size: 14px;
    letter-spacing: 0.18em;
  }
}
.top .lineup-block .inner-block .series-area .ttl-area .line {
  height: 1px;
  width: 100%;
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .lineup-block .inner-block .series-area .lineup-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 13% auto 0;
}
.top .lineup-block .inner-block .series-area .lineup-inn li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .lineup-block .inner-block .series-area .lineup-inn li a:hover {
  opacity: 0.5;
}
.top .lineup-block .inner-block .series-area.mask .lineup-inn li {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .series-area.mask .lineup-inn li {
    width: 30%;
    margin-bottom: 20px;
  }
}
.top .lineup-block .inner-block .series-area.liner {
  padding-top: 23%;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .series-area.liner {
    padding-top: 18%;
  }
}
.top .lineup-block .inner-block .series-area.liner .lineup-inn {
  margin-top: 9%;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .series-area.liner .lineup-inn {
    margin-top: 14%;
  }
}
.top .lineup-block .inner-block .series-area.liner .lineup-inn li {
  width: 86px;
}
@media screen and (max-width: 768px) {
  .top .lineup-block .inner-block .series-area.liner .lineup-inn li {
    width: 20%;
  }
}

.footerOnTopPage {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.footerOnTopPage__link {
  display: block;
  padding: 11px 0;
}
@media (hover: hover) {
  .footerOnTopPage__link:hover .footerOnTopPage__text::after {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

.footerOnTopPage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  text-align: center;
}

.footerOnTopPage__logo img {
  vertical-align: baseline;
}

.footerOnTopPage__text {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.12em;
  display: inline-block;
  margin: 0 0 0 16px;
  text-transform: uppercase;
}
.footerOnTopPage__text::after {
  display: inline-block;
  width: 9px;
  height: 16px;
  margin: 0 0 0 16px;
  text-align: center;
  vertical-align: -3px;
  content: "";
  background-image: url("../images/common/icon-dotted.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@-webkit-keyframes arrowMoveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrowMoveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes arrowMoveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrowMoveLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hovered-beauty .beauty-arrow:before {
  margin-left: 6px;
  -webkit-animation: arrowMoveRight 1s infinite;
          animation: arrowMoveRight 1s infinite;
}

.hovered-mask .mask-arrow:before {
  margin-right: 6px;
  -webkit-animation: arrowMoveLeft 1s infinite;
          animation: arrowMoveLeft 1s infinite;
}

.line-mask,
.line-beauty,
.mask-arrow,
.beauty-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .line-mask,
  .line-beauty,
  .mask-arrow,
  .beauty-arrow {
    opacity: 1;
  }
}

.line-mask,
.line-beauty {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
  opacity: 0;
}

.mask-arrow::before,
.beauty-arrow::before {
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); /* 初期位置 */
  -webkit-transition: opacity 0.4s ease 0.6s, -webkit-transform 0.4s ease 0.6s;
  transition: opacity 0.4s ease 0.6s, -webkit-transform 0.4s ease 0.6s;
  transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
  transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s, -webkit-transform 0.4s ease 0.6s;
}
@media screen and (max-width: 768px) {
  .mask-arrow::before,
  .beauty-arrow::before {
    opacity: 1;
  }
}

body.hovered-mask .line-mask {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  pointer-events: auto;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
body.hovered-mask .mask-arrow {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  pointer-events: auto;
}
body.hovered-mask .mask-arrow:before {
  opacity: 1;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px); /* 左にスライド */
}
body.hovered-beauty .line-beauty {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  pointer-events: auto;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body.hovered-beauty .beauty-arrow {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  pointer-events: auto;
}
body.hovered-beauty .beauty-arrow:before {
  opacity: 1;
  -webkit-transform: translateX(10px);
          transform: translateX(10px); /* 右にスライド */
}

.beauty-top .top-kv-block-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.beauty-top .top-kv-block-wrap .top-kv-block img {
  max-width: inherit;
  width: 100%;
  height: 93vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.beauty-top .top-kv-block-wrap .scroll-area {
  position: absolute;
  width: 1px;
  height: 150px;
  right: 40px;
  bottom: 10px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .beauty-top .top-kv-block-wrap .scroll-area {
    right: auto;
    left: 20px;
    height: 100px;
  }
}
.beauty-top .top-kv-block-wrap .scroll-area .scroll-line {
  position: absolute;
  display: block;
  right: 1px;
  width: 1px;
}
.beauty-top .top-kv-block-wrap .scroll-area .scroll-line::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .beauty-top .top-kv-block-wrap .scroll-area .scroll-line::before {
    height: 100px;
  }
}
.beauty-top .top-kv-block-wrap .scroll-area .scroll-line:after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  margin: auto;
  -webkit-animation: pathmove 3s ease-in-out infinite;
          animation: pathmove 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .beauty-top .top-kv-block-wrap .scroll-area .scroll-line:after {
    -webkit-animation: pathmove 2s ease-in-out infinite;
            animation: pathmove 2s ease-in-out infinite;
  }
}
.beauty-top .concept-block {
  margin-top: 11.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .beauty-top .concept-block {
    margin-top: 29%;
  }
}
.beauty-top .concept-block .logo-area {
  width: 486px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .beauty-top .concept-block .logo-area {
    width: 72%;
  }
}
.beauty-top .concept-block .line {
  position: absolute;
  height: 19%;
  right: 0;
  left: 0;
  width: 1px;
  bottom: 45%;
  margin: auto;
  background-color: #8b8a8a;
}
@media screen and (max-width: 768px) {
  .beauty-top .concept-block .line {
    height: 17%;
    bottom: 56%;
  }
}
.beauty-top .concept-block .txt-area {
  text-align: center;
  font-size: 13px;
  line-height: 3.4;
  letter-spacing: 0.2em;
  margin-top: 12.5%;
}
@media screen and (max-width: 768px) {
  .beauty-top .concept-block .txt-area {
    font-size: 12px;
    line-height: 2.7;
    margin-top: 42.5%;
  }
}
.beauty-top .series-limeup-block {
  margin-top: 13%;
}
@media screen and (max-width: 768px) {
  .beauty-top .series-limeup-block {
    margin-top: 25%;
  }
}
.beauty-top .series-limeup-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.beauty-top .series-limeup-block ul li {
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beauty-top .series-limeup-block ul li {
    width: 61%;
  }
}
.beauty-top .series-limeup-block ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.beauty-top .series-limeup-block ul li a img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .beauty-top .series-limeup-block ul li a img {
    width: 55%;
  }
}
.beauty-top .series-limeup-block ul li a .sub-txt {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 60px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .beauty-top .series-limeup-block ul li a .sub-txt {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-top: 45px;
  }
}
.beauty-top .series-limeup-block ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .beauty-top .series-limeup-block ul li a:hover {
    opacity: 1;
  }
}
.beauty-top .series-limeup-block ul li + li {
  margin-left: 10px;
}
.beauty-top .bottom-kv-block {
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .beauty-top .bottom-kv-block {
    margin-top: 23%;
  }
}

.beauty-eyeliner .inner-block {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .inner-block {
    width: 100%;
    padding: 0 20px;
  }
}
.beauty-eyeliner .top-video-block {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .top-video-block {
    height: auto;
    width: 100%;
  }
}
.beauty-eyeliner .top-video-block .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .top-video-block .video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100svh;
  }
}
.beauty-eyeliner .top-video-block .scroll-area {
  position: absolute;
  width: 1px;
  height: 150px;
  right: 25px;
  bottom: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .top-video-block .scroll-area {
    right: auto;
    left: 20px;
    height: 100px;
  }
}
.beauty-eyeliner .top-video-block .scroll-area .scroll-line {
  position: absolute;
  display: block;
  right: 1px;
  width: 1px;
}
.beauty-eyeliner .top-video-block .scroll-area .scroll-line::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .top-video-block .scroll-area .scroll-line::before {
    height: 100px;
  }
}
.beauty-eyeliner .top-video-block .scroll-area .scroll-line:after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  margin: auto;
  -webkit-animation: pathmove 3s ease-in-out infinite;
          animation: pathmove 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .top-video-block .scroll-area .scroll-line:after {
    -webkit-animation: pathmove 2s ease-in-out infinite;
            animation: pathmove 2s ease-in-out infinite;
  }
}
.beauty-eyeliner .logo-area {
  margin-top: 10%;
  padding-bottom: 9.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .logo-area {
    margin-top: 27.5%;
    padding-bottom: 33.5%;
  }
}
.beauty-eyeliner .logo-area .line {
  position: absolute;
  display: block;
  width: 1px;
  height: 34%;
  right: 0;
  left: 0;
  bottom: -16%;
  background-color: #000;
  margin: auto;
  z-index: -1;
}
.beauty-eyeliner .logo-area .logo-area-inn.beauty {
  width: 294px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .logo-area .logo-area-inn.beauty {
    margin: auto;
    width: 167px;
  }
}
.beauty-eyeliner .logo-area .logo-area-inn.eyeliner {
  width: 207px;
  margin: 8% auto 0;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .logo-area .logo-area-inn.eyeliner {
    margin-top: 23%;
    width: 150px;
  }
}
.beauty-eyeliner .kv-block {
  height: auto;
}
.beauty-eyeliner .series-ttl-area {
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area {
    margin-top: 22%;
  }
}
.beauty-eyeliner .series-ttl-area .img-area {
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .img-area {
    max-width: inherit;
    width: 92%;
  }
}
.beauty-eyeliner .series-ttl-area .img-area .img-ttl-area {
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .img-area .img-ttl-area {
    width: 65%;
    margin-bottom: 15px;
  }
}
.beauty-eyeliner .series-ttl-area .txt-area {
  margin-top: 50px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .txt-area {
    margin-top: 65px;
    letter-spacing: 0.1em;
  }
}
.beauty-eyeliner .series-ttl-area .txt-area .catch-ttl {
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .txt-area .catch-ttl {
    font-size: 14px;
  }
}
.beauty-eyeliner .series-ttl-area .txt-area .catch-ttl .annountation {
  font-size: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .txt-area .catch-ttl .annountation {
    letter-spacing: 0;
  }
}
.beauty-eyeliner .series-ttl-area .txt-area .sub-txt {
  font-size: 28px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .txt-area .sub-txt {
    font-size: 21px;
    margin-top: 20px;
  }
}
.beauty-eyeliner .series-ttl-area .pkg-img-area {
  width: 390px;
  margin-top: 100px;
  margin: 16% auto 0;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .pkg-img-area {
    width: 233px;
    margin-top: 20%;
  }
}
.beauty-eyeliner .series-ttl-area .btn-area {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .btn-area {
    margin-top: 50px;
  }
}
.beauty-eyeliner .series-ttl-area .btn-area .btn-to-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 153px;
  height: 28px;
  border: 1px solid #000;
  margin: auto;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .btn-area .btn-to-online {
    width: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.beauty-eyeliner .series-ttl-area .btn-area .btn-to-online > span {
  font-size: 12px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .series-ttl-area .btn-area .btn-to-online > span {
    display: block;
    width: 100%;
  }
}
.beauty-eyeliner .series-ttl-area .btn-area .btn-to-online > span:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 751px) {
  .beauty-eyeliner .series-ttl-area .btn-area .btn-to-online:hover > span:before {
    right: -2px;
  }
}
.beauty-eyeliner .lineup-block-wrap {
  margin-top: 14%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap {
    margin-top: 30%;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box {
  width: 90%;
  max-width: 1040px;
  padding: 0 20px;
  min-width: 890px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box {
    max-width: inherit;
    min-width: auto;
    padding: 0;
    margin-right: 0;
    width: 100%;
    padding-bottom: 260px;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box:before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100vw;
  height: 62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 117px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box:before {
    content: none;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area {
    display: block;
    padding-left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .lineup-ttl-area-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .lineup-ttl-area-inn .num {
    font-size: 90px;
    margin-left: -3px;
  }
  .beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .lineup-ttl-area-inn .lineup-ttl {
    font-size: 25px;
    padding-left: 5px;
    padding-bottom: 13px;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .sub-txt-area {
  margin-top: -7px;
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .sub-txt-area .en {
  letter-spacing: 0;
  font-family: adobe-devanagari;
  font-weight: 400;
  font-size: 23px;
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .sub-txt-area .small {
  font-size: 11px;
  padding-left: 0;
  margin-top: 10px;
  font-family: "Hiragino_Kaku_Gothic_Std";
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .num {
  display: block;
  font-size: 173px;
  line-height: 1;
  font-family: helvetica-neue-lt-pro;
  font-weight: 500;
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .lineup-ttl {
  font-size: 38px;
  line-height: 1;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .lineup-ttl .sub-txt-area {
  letter-spacing: -0.12em;
  display: block;
  margin-top: 10px;
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .lineup-ttl .sub-txt-area .en {
  font-size: 28px;
  letter-spacing: 0;
  font-family: adobe-devanagari;
  font-weight: 400;
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area .lineup-ttl .sub-txt-area .small {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: "Hiragino_Kaku_Gothic_Std";
  padding-left: 10px;
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area.pc-ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area.pc-ver {
    display: none;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area.sp-ver {
  display: none;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .lineup-ttl-area.sp-ver {
    display: block;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .img-area {
  position: relative;
  z-index: 1;
}
.beauty-eyeliner .lineup-block-wrap .content-box .img-area .main-img-box {
  max-width: 689px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .img-area .main-img-box {
    max-width: inherit;
    width: 92%;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .img-area .dummy-img-box {
  max-width: 689px;
  visibility: hidden;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .img-area .dummy-img-box {
    max-width: inherit;
    width: 92%;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .img-area .sub-img-box {
  max-width: 354px;
  position: absolute;
  left: 0;
  bottom: -105px;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .img-area .sub-img-box {
    max-width: inherit;
    bottom: -39%;
    z-index: 3;
    width: 47%;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .img-area .sub-img-box .lineup-name {
  display: none;
  font-family: adobe-devanagari;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .img-area .sub-img-box .lineup-name {
    text-align: right;
    font-size: 11px;
    margin-top: 5px;
    display: block;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .img-area .product-img-box {
  max-width: 307px;
  position: absolute;
  top: 110px;
  left: -5px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .img-area .product-img-box {
    max-width: inherit;
    top: 93%;
    left: auto;
    width: 40%;
    right: 6%;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box .lineup-name {
  text-align: right;
  font-size: 15px;
  margin-top: 8px;
  display: block;
  font-family: adobe-devanagari;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box .lineup-name {
    display: none;
  }
}
.beauty-eyeliner .lineup-block-wrap .content-box + .content-box {
  margin-top: 18.5%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box + .content-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .lineup-block-wrap .content-box.color-02 .lineup-ttl-area .lineup-ttl, .beauty-eyeliner .lineup-block-wrap .content-box.color-03 .lineup-ttl-area .lineup-ttl {
    padding-left: 13px;
    margin-top: 15px;
  }
}
.beauty-eyeliner .point-block {
  margin-top: 20%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block {
    margin-top: 13%;
  }
}
.beauty-eyeliner .point-block .point-ttl {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-ttl {
    font-size: 35px;
  }
}
.beauty-eyeliner .point-block .point-block-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn {
    display: block;
  }
}
.beauty-eyeliner .point-block .point-block-inn .num-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
}
.beauty-eyeliner .point-block .point-block-inn .num-area span {
  font-size: 23px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn .num-area span {
    font-size: 15px;
  }
}
.beauty-eyeliner .point-block .point-block-inn .num-area span.big {
  font-size: 100px;
  padding-bottom: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn .num-area span.big {
    font-size: 70px;
    margin-left: 3px;
  }
}
.beauty-eyeliner .point-block .point-block-inn .detail-area {
  margin-left: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn .detail-area {
    margin-left: 0;
    margin-top: 5px;
  }
}
.beauty-eyeliner .point-block .point-block-inn .detail-area .detail-ttl {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn .detail-area .detail-ttl {
    font-size: 25px;
    margin-top: 0px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
.beauty-eyeliner .point-block .point-block-inn .detail-area .txt {
  font-size: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn .detail-area .txt {
    font-size: 12px;
    margin-top: 15px;
  }
}
.beauty-eyeliner .point-block .point-block-inn .detail-area .txt > .small {
  font-size: 10px;
  display: block;
  margin-top: 5px;
}
.beauty-eyeliner .point-block .point-block-inn .detail-area .color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn .detail-area .color-box {
    display: block;
    margin-top: 27%;
  }
}
.beauty-eyeliner .point-block .point-block-inn .detail-area .color-box span {
  font-size: 15px;
  border: 1px solid #000;
  display: block;
  padding: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn .detail-area .color-box span {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 0;
    width: 200px;
    padding: 7px 0;
    text-align: center;
    margin-top: 5px;
  }
}
.beauty-eyeliner .point-block .point-block-inn.point-01 {
  margin-top: 12%;
}
.beauty-eyeliner .point-block .point-block-inn.point-01 .img-area {
  position: absolute;
  right: 65px;
  top: 30px;
  width: 170px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-01 .img-area {
    right: 1%;
    width: 46%;
    bottom: auto;
    top: 39%;
  }
}
@media screen and (max-width: 390px) {
  .beauty-eyeliner .point-block .point-block-inn.point-01 .img-area {
    right: -7%;
    top: 42%;
  }
}
.beauty-eyeliner .point-block .point-block-inn.point-02 {
  padding: 20% 0 14%;
}
@media screen and (max-width: 960px) {
  .beauty-eyeliner .point-block .point-block-inn.point-02 {
    width: 140%;
  }
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-02 {
    padding: 29% 0 27%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-02 .detail-area .txt {
    text-align: right;
    margin-top: 20%;
  }
}
@media screen and (max-width: 480px) {
  .beauty-eyeliner .point-block .point-block-inn.point-02 .detail-area .txt {
    margin-top: 45%;
  }
}
.beauty-eyeliner .point-block .point-block-inn.point-02 .img-area {
  position: absolute;
  width: 120%;
  margin: auto;
  z-index: -1;
  bottom: -40px;
  left: 17%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-02 .img-area {
    width: 148%;
    bottom: auto;
    left: auto;
    right: -48%;
    top: 12%;
  }
}
@media screen and (max-width: 480px) {
  .beauty-eyeliner .point-block .point-block-inn.point-02 .img-area {
    top: 20%;
  }
}
.beauty-eyeliner .point-block .point-block-inn.point-03 {
  margin-top: 8%;
}
.beauty-eyeliner .point-block .point-block-inn.point-03 .detail-area .img-area {
  width: 90%;
  margin: 55px auto 0 0;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-03 .detail-area .img-area {
    width: 100%;
    margin: 25px auto 0;
  }
}
.beauty-eyeliner .point-block .point-block-inn.point-04 {
  margin-top: 13%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-04 {
    margin-top: 29%;
  }
}
.beauty-eyeliner .point-block .point-block-inn.point-04 .detail-area .img-area {
  width: 81%;
  margin: 40px auto 0 0;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-04 .detail-area .img-area {
    width: 100%;
    margin: 20px 0 0 auto;
  }
}
.beauty-eyeliner .point-block .point-block-inn.point-05 {
  margin-top: 13%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .point-block .point-block-inn.point-05 {
    margin-top: 21%;
  }
}
.beauty-eyeliner .bottom-image-block {
  margin-top: 13%;
}
@media screen and (max-width: 768px) {
  .beauty-eyeliner .bottom-image-block {
    margin-top: 27%;
  }
}
.beauty-eyeliner .bottom-image-block picture {
  display: block;
}
.beauty-eyeliner .bottom-image-block img {
  -o-object-fit: cover;
     object-fit: cover;
}

.mask-top {
  overflow-x: hidden;
}
.mask-top .top-video-block {
  height: 80vh;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .mask-top .top-video-block {
    height: auto;
    width: 100%;
  }
}
.mask-top .top-video-block .video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mask-top .top-video-block .video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 80vh;
  }
}
.mask-top .top-logo-block {
  overflow: hidden;
  padding-bottom: 12%;
}
@media screen and (max-width: 768px) {
  .mask-top .top-logo-block {
    padding-bottom: 32%;
  }
}
.mask-top .top-logo-block .txt-loop-area {
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
}
.mask-top .top-logo-block .txt-loop-area-inn {
  display: inline-block;
  -webkit-animation: loop 250s linear infinite;
          animation: loop 250s linear infinite;
  line-height: 1.4;
}
.mask-top .top-logo-block .txt-loop-area-inn p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: helvetica-neue-lt-pro, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-weight: 700;
  font-size: 47px;
}
@media screen and (max-width: 768px) {
  .mask-top .top-logo-block .txt-loop-area-inn p {
    font-size: 23px;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.mask-top .series-ttl-area {
  font-size: 38px;
  font-family: helvetica-neue-lt-pro, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 8.5%;
}
@media screen and (max-width: 768px) {
  .mask-top .series-ttl-area {
    font-size: 28px;
    padding-bottom: 32.5%;
  }
}
.mask-top .series-ttl-area:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 1px;
  height: 65%;
  background-color: #000;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mask-top .series-ttl-area:before {
    top: 60px;
    height: 80%;
  }
}
.mask-top .anchor-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mask-top .anchor-link-area {
    display: block;
    gap: 0;
    margin: 70px 0 80px;
  }
}
.mask-top .anchor-link-area .anchor-box {
  width: 190px;
  display: block;
  padding-bottom: 55px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mask-top .anchor-link-area .anchor-box {
    width: 120px;
    margin: 0 auto 25px;
    padding-bottom: 0;
  }
}
.mask-top .anchor-link-area .anchor-box::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mask-top .anchor-link-area .anchor-box::before {
    width: 9px;
    height: 9px;
    right: -20px;
    left: auto;
    top: 12px;
    bottom: auto;
  }
}
.mask-top .series-block {
  margin-bottom: 175px;
  position: relative;
  z-index: 1;
  scroll-margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block {
    margin-bottom: 25%;
    scroll-margin-top: 0;
  }
}
.mask-top .series-block .series-content-inn .series-logo-area {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .series-logo-area {
    margin-top: 15%;
  }
}
.mask-top .series-block .series-content-inn .series-logo-area .logo {
  width: 396px;
  margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .series-logo-area .logo {
    width: 64%;
    margin-top: 0;
  }
}
.mask-top .series-block .series-content-inn .series-logo-area .series-ttl-sub {
  font-size: 10px;
  display: block;
  margin-top: 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .series-logo-area .series-ttl-sub {
    margin-top: 40px;
  }
}
.mask-top .series-block .series-content-inn .txt-area {
  text-align: center;
  font-size: 11px;
  line-height: 2.4;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .txt-area {
    margin-top: 12%;
    line-height: 2.3;
  }
}
.mask-top .series-block .series-content-inn .txt-area .small {
  font-size: 10px;
  display: block;
  margin-top: 5px;
  line-height: 1.8;
}
.mask-top .series-block .series-content-inn .pict-type-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .pict-type-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10% auto 0;
  }
}
.mask-top .series-block .series-content-inn .pict-type-area .pict-type {
  width: 87px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .pict-type-area .pict-type {
    width: 16%;
  }
}
.mask-top .series-block .series-content-inn .pict-type-area .pict-type + .pict-type {
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .pict-type-area .pict-type + .pict-type {
    margin-left: 17px;
  }
}
.mask-top .series-block .series-content-inn .pict-type-area + .pict-type-area {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .pict-type-area + .pict-type-area {
    margin-top: 4%;
  }
}
.mask-top .series-block .series-content-inn .btn-area {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .btn-area {
    margin-top: 16%;
  }
}
.mask-top .series-block .series-content-inn .btn-area .more-btn a {
  font-size: 12px;
  font-family: helvetica-neue-lt-pro, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.32em;
  padding-right: 10px;
  display: block;
  width: 160px;
  margin: auto;
  text-align: center;
  background-color: #5c5c5c;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .btn-area .more-btn a {
    font-size: 11px;
    width: 40%;
  }
}
.mask-top .series-block .series-content-inn .btn-area .more-btn a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 641px) {
  .mask-top .series-block .series-content-inn .btn-area .more-btn a:hover {
    opacity: 0.8;
  }
}
.mask-top .series-block .series-content-inn .btn-area .more-btn a:hover:before {
  right: 10px;
}
.mask-top .series-block .series-content-inn .btn-area .other-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .btn-area .other-btn-area {
    margin-top: 7%;
  }
}
.mask-top .series-block .series-content-inn .btn-area .other-btn-area > a {
  width: 140px;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #000;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .btn-area .other-btn-area > a {
    font-size: 10px;
    padding: 5px 0;
    width: 32%;
  }
}
@media only screen and (min-width: 641px) {
  .mask-top .series-block .series-content-inn .btn-area .other-btn-area > a:hover {
    opacity: 0.6;
    border-color: #757575;
  }
}
.mask-top .series-block .series-content-inn .btn-area .other-btn-area > a + a {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .mask-top .series-block .series-content-inn .btn-area .other-btn-area > a + a {
    margin-left: 15px;
  }
}

.section3d .section3d__eyecatch {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section3d .section3d__eyecatch picture img {
    width: 100%;
  }
}
.section3d .section-wrap-bottom {
  position: relative;
  padding: 0 0 238px;
}
@media screen and (max-width: 768px) {
  .section3d .section-wrap-bottom {
    padding: 0 0 93px;
    margin-top: 60%;
  }
}

.section3d__body {
  max-width: 1200px;
  margin: 12.5% auto 0;
}
@media screen and (max-width: 768px) {
  .section3d__body {
    margin-top: 45%;
  }
}

.section3d__bottom {
  padding: 12.3333333333% 0 0;
  margin: 0 68px 0 0;
}
@media screen and (max-width: 768px) {
  .section3d__bottom {
    padding-top: 70%;
    margin: 0;
  }
}

.sectionMask__header .sectionMask__logo {
  width: 248px;
  height: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sectionMask__header .sectionMask__logo {
    width: 68%;
    height: auto;
    margin: 0 auto;
  }
}
.sectionMask__header .sectionMask__text {
  margin-top: 27px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sectionMask__header .sectionMask__text {
    margin-top: 25px;
  }
}

.sectionOnetone .sectionMask__header .sectionMask__text {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .sectionOnetone .sectionMask__header .sectionMask__text {
    margin-top: 25px;
  }
}

.section3dItem1__descript {
  padding: 0 0 1.4388489209% 6.654676259%;
}
@media screen and (max-width: 768px) {
  .section3dItem1__descript {
    margin-top: 66.9333333333%;
  }
}

.section3dItem1__image02 {
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .section3dItem2 {
    margin-top: 24.8%;
  }
}

.section3dItem2__item01 {
  margin: 0 5% 9.1666666667% 3.75%;
}
@media screen and (max-width: 768px) {
  .section3dItem2__item01 {
    margin-left: 0;
    width: 65%;
  }
  .section3dItem2__item01 picture img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section3dItem2__item02 {
    width: 38%;
    z-index: -1;
  }
  .section3dItem2__item02 picture img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section3dItem3__item01 {
    width: 91.7333333333%;
    margin-left: auto;
  }
  .section3dItem3__item01 picture img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section3dItem3__item02 {
    margin-right: auto;
    margin-left: 0;
    top: -20px;
  }
  .section3dItem3__item02 picture img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .feature3dHeader__heading {
    padding: 80px 0 0 67px;
  }
}

.feature3dMain__figure {
  position: relative;
  width: 617px;
  margin: 172px auto 0;
}
@media screen and (max-width: 768px) {
  .feature3dMain__figure {
    width: auto;
    max-width: 375px;
    margin: 134px auto 0;
  }
}
.feature3dMain__figure > figure {
  padding: 0 0 0 17px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .feature3dMain__figure > figure {
    width: 100%;
    padding: 0 0 0 22px;
  }
}

.feature3dMain__caption.feature3dMain__caption--01 {
  top: -101px;
  left: -116px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--01 {
    top: -102px;
    left: 30px;
  }
}
.feature3dMain__caption.feature3dMain__caption--01::before {
  position: absolute;
  top: 70px;
  left: 92px;
  display: block;
  width: 81px;
  height: 200px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--01::before {
    top: 70px;
    left: 27px;
    width: 4px;
    height: 119px;
    background-image: url("../../assets/images/mask/3d/feature/chart1-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--02 {
  top: -101px;
  right: 149px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--02 {
    top: -102px;
    right: 28px;
  }
}
.feature3dMain__caption.feature3dMain__caption--02::before {
  position: absolute;
  top: 70px;
  right: 87px;
  display: block;
  width: 5px;
  height: 120px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--02::before {
    top: 70px;
    right: 120px;
    width: 4px;
    height: 87px;
    background-image: url("../../assets/images/mask/3d/feature/chart2-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--03 {
  bottom: -103px;
  left: -117px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--03 {
    bottom: -89px;
    left: 31px;
  }
}
.feature3dMain__caption.feature3dMain__caption--03::before {
  position: absolute;
  bottom: 65px;
  left: 92px;
  display: block;
  width: 132px;
  height: 130px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--03::before {
    bottom: 82px;
    left: 14px;
    width: 30px;
    height: 48px;
    background-image: url("../../assets/images/mask/3d/feature/chart3-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--04 {
  bottom: -104px;
  left: 178px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--04 {
    bottom: -165px;
    left: 31px;
  }
}
.feature3dMain__caption.feature3dMain__caption--04::before {
  position: absolute;
  bottom: 67px;
  left: 125px;
  display: block;
  width: 6px;
  height: 182px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--04::before {
    right: auto;
    bottom: 44px;
    width: 84px;
    left: 94px;
    height: 189px;
    background-image: url("../../assets/images/mask/3d/feature/chart4-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--05 {
  right: -124px;
  bottom: -104px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--05 {
    right: 83px;
    bottom: -72px;
  }
}
.feature3dMain__caption.feature3dMain__caption--05::before {
  position: absolute;
  right: 115px;
  bottom: 69px;
  display: block;
  width: 130px;
  height: 187px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--05::before {
    right: 26px;
    bottom: 63px;
    width: 4px;
    height: 84px;
    background-image: url("../../assets/images/mask/3d/feature/chart5-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--06 {
  right: -100px;
  bottom: auto;
  top: -101px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--06 {
    right: 40px;
    bottom: -149px;
    top: auto;
  }
}
.feature3dMain__caption.feature3dMain__caption--06::before {
  position: absolute;
  top: 70px;
  right: 167px;
  display: block;
  width: 5px;
  height: 120px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--06::before {
    right: -70px;
    bottom: 30px;
    top: auto;
    width: 104px;
    height: 196px;
    background-image: url("../../assets/images/mask/3d/feature/chart6-sp.svg");
  }
}

.feature3dMain__middle {
  margin: 162px auto 0;
}
@media screen and (max-width: 768px) {
  .feature3dMain__middle {
    margin: 216px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .feature3dMain__caution {
    line-height: 1.8;
  }
}

.feature3dSection__inner.feature3dSection__inner--05 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.feature3dSection__text.feature3dSection__text--05 .small {
  font-size: 10px;
  display: block;
  margin-top: 20px;
}

.feature3dSection__figure.feature3dSection__figure--05 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .feature3dSection__figure.feature3dSection__figure--05 {
    padding-top: 45px;
  }
}

.anchor-link-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 40px 220px 40px 220px;
  grid-template-columns: repeat(3, 220px);
  -ms-grid-rows: 220px;
  grid-template-rows: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 6%;
}

.anchor-link-block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.anchor-link-block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.anchor-link-block > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .anchor-link-block {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.anchor-link-block a {
  display: block;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .anchor-link-block a {
    width: calc((100% - 10px) / 2);
    padding: 15px 5px;
    aspect-ratio: 1/1;
  }
}
.anchor-link-block a .img-area {
  display: block;
  width: 106px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .anchor-link-block a .img-area {
    width: 50%;
  }
}
.anchor-link-block a .txt-area {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .anchor-link-block a .txt-area {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.anchor-link-block a .arrow-area {
  width: 20px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .anchor-link-block a .arrow-area {
    width: 15px;
  }
}
.anchor-link-block a .arrow-area img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchor-link-block a:hover {
  opacity: 0.5;
}
.anchor-link-block a:hover .arrow-area img {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.featureOnetone .featureMaskHeader__bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featureOnetone .featureMaskHeader__bottom .featureMaskHeader__descript {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMaskHeader__bottom .featureMaskHeader__descript {
    padding-top: 27px;
  }
}
.featureOnetone .featureMaskHeader__bottom .featureMaskHeader__descript .small {
  display: block;
  font-size: 10px;
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMaskMain {
    padding: 53px 0;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure {
  margin-top: 0;
  padding-top: 395px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure {
    padding: 320px 15px 0 25px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure figure {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure figure {
    width: 100%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption {
  letter-spacing: 0.05em;
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--01 {
  top: 300px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--01 {
    top: 227px;
    left: 25px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02 {
  top: 300px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02 {
    top: 227px;
    right: 25px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02::before {
  right: 92px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02::before {
    right: 122px;
    top: 72px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--03 {
    bottom: -67px;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--04 {
    bottom: -150px;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--04::before {
    width: 45px;
    height: 187px;
    left: 100px;
    bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--05 {
    bottom: -57px;
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--05::before {
    right: 21px;
    height: 88px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06 {
  top: 300px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06 {
    top: 644px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06::before {
  right: 175px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06::before {
    right: -77px;
    bottom: 46px;
    height: 198px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07 {
  top: 80px;
  width: 520px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07 {
    top: 20px;
    width: 83%;
    right: 0;
    left: -6px;
    margin: 0 auto 0 30px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07::before {
  position: absolute;
  top: 143px;
  right: 443px;
  display: block;
  width: 6px;
  height: 231px;
  content: "";
  background: url(../../assets/images/mask/onetone/feature/chart7.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07::before {
    top: 168px;
    right: 204px;
    width: 5px;
    height: 170px;
  }
}
.featureOnetone .featureMask__middle .add-info-area {
  text-align: left;
  font-size: 10px;
  margin-top: 137px;
  margin-left: 74px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .add-info-area {
    margin-left: 15px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__middle {
  margin-top: 167px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__middle {
    margin-top: 204px;
  }
}

.glitter-wrap .inner-block {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .glitter-wrap .inner-block {
    width: 100%;
  }
}
.glitter-wrap .inner-block .btn-area {
  margin: 200px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .glitter-wrap .inner-block .btn-area {
    margin: 100px 0;
  }
}
.glitter-wrap .inner-block .btn-area a {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  width: 170px;
  padding: 2px 12px 2px 0;
  text-transform: uppercase;
  border: solid 1px #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .glitter-wrap .inner-block .btn-area a {
    font-size: 12px;
    width: 130px;
  }
}
.glitter-wrap .inner-block .btn-area a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .glitter-wrap .inner-block .btn-area a:before {
    width: 6px;
    height: 6px;
    right: 10px;
  }
}
.glitter-wrap .inner-block .btn-area a:hover:before {
  right: 9px;
}

#mask-onetone, #mask-glitter {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}
#mask-onetone .lineup-block, #mask-glitter .lineup-block {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #mask-onetone .lineup-block, #mask-glitter .lineup-block {
    margin-top: 24%;
  }
}
#mask-onetone .lineup-block .btn-area a, #mask-glitter .lineup-block .btn-area a {
  position: relative;
}
#mask-onetone .lineup-block .btn-area a:before, #mask-glitter .lineup-block .btn-area a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#mask-onetone .lineup-block .btn-area a:hover:before, #mask-glitter .lineup-block .btn-area a:hover:before {
  right: 12px;
}
#mask-onetone .series-header-area, #mask-glitter .series-header-area {
  max-width: 1000px;
  margin: 0 auto;
}
#mask-onetone .series-header-area .kv-block, #mask-glitter .series-header-area .kv-block {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  #mask-onetone .series-header-area .kv-block, #mask-glitter .series-header-area .kv-block {
    margin-top: 10%;
    padding: 0 20px;
  }
}
#mask-onetone .series-header-area .concept-block, #mask-glitter .series-header-area .concept-block {
  text-align: center;
  font-size: 12px;
  line-height: 2.3;
  margin-top: 9%;
}
@media screen and (max-width: 768px) {
  #mask-onetone .series-header-area .concept-block, #mask-glitter .series-header-area .concept-block {
    margin-top: 21%;
    letter-spacing: 0;
  }
}
#mask-onetone .series-header-area .concept-block .btn-area, #mask-glitter .series-header-area .concept-block .btn-area {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  #mask-onetone .series-header-area .concept-block .btn-area, #mask-glitter .series-header-area .concept-block .btn-area {
    margin-top: 14%;
  }
}
#mask-onetone .series-header-area .concept-block .btn-area a, #mask-glitter .series-header-area .concept-block .btn-area a {
  font-size: 12px;
  text-align: left;
  padding: 0 10px;
  border-bottom: 1px solid #000;
  width: 200px;
  display: block;
  position: relative;
  margin: auto;
  letter-spacing: 0;
}
#mask-onetone .series-header-area .concept-block .btn-area a:before, #mask-glitter .series-header-area .concept-block .btn-area a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#mask-onetone .series-header-area .concept-block .btn-area a:hover:before, #mask-glitter .series-header-area .concept-block .btn-area a:hover:before {
  right: 13px;
}

#mask-3d {
  scroll-margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #mask-3d {
    scroll-margin-top: 20px;
  }
}

#mask-glitter {
  padding-top: 7%;
}
@media screen and (max-width: 768px) {
  #mask-glitter {
    margin-top: 30.5%;
    padding-top: 22%;
    scroll-margin-top: -10px;
  }
}
#mask-glitter .lineup-block {
  padding-bottom: 8%;
}
#mask-glitter .lineup-block .inner-block .btn-area {
  margin-top: 5%;
}

#mask-onetone {
  padding-top: 7%;
}
@media screen and (max-width: 768px) {
  #mask-onetone {
    margin-top: 26.5%;
    padding-top: 22%;
  }
}
#mask-onetone .sectionMask__text {
  margin-top: 10px;
}
#mask-onetone .lineup-block {
  padding-bottom: 10%;
}
#mask-onetone .lineup-block .inner-block .btn-area {
  margin-top: 4%;
}

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

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

@media screen and (max-width: 768px) {
  .sectionActive__body {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 100px;
  }
}
.sectionActive__body .sectionMaskItem-wrap {
  position: relative;
}

.featureActive .featureMaskHeader__bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featureActive .featureMaskHeader__bottom .featureMaskHeader__descript {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskHeader__bottom .featureMaskHeader__descript {
    margin-top: 0;
  }
}
.featureActive .featureMaskHeader__bottom .featureMaskHeader__descript .featureMaskHeader__text .small-area {
  display: block;
  font-size: 10px;
  margin-top: 40px;
  line-height: 1.5;
}
.featureActive .featureMaskSection__descript .active__heading {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  line-height: 1.3;
}
.featureActive .featureActiveSection--gray {
  background-color: #F8F8F8;
}
.featureActive .featureMaskMain {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskMain {
    padding: 86px 0;
  }
}
.featureActive .featureMaskSection__figure.featureMaskSection__figure--02 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskSection__figure.featureMaskSection__figure--02 {
    padding-top: 42px;
  }
}
.featureActive .featureMaskSection__inner {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskSection__inner {
    padding: 86px 0;
  }
}
.featureActive .featureMaskSection.cool__touch .featureMaskSection__text {
  letter-spacing: -0.01em;
}
.featureActive .featureMaskSection.cool__touch .featureMaskSection__text .small {
  font-size: 10px;
  display: block;
}
.featureActive .featureMaskSection.sensitive__skin .featureMaskSection__text {
  letter-spacing: -0.01em;
}
.featureActive .featureMaskSection.sensitive__skin .featureMaskSection__text .small {
  font-size: 10px;
  display: block;
}
.featureActive .featureMask__middle .featureMaskMain__figure {
  margin-top: 0;
  padding-top: 355px;
}
.featureActive .featureMask__middle .featureMaskMain__figure figure {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure figure {
    width: 78%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 {
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
  top: 95px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 {
    top: 50px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -25px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 0 30px 12px 30px;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area .img {
  width: 180px;
  height: auto;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .txt-area {
  font-size: 20px;
  padding-top: 12px;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .txt-area {
    font-size: 15px;
    padding-top: 10px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01::before {
  background: url(../../assets/images/active/feature/chart1.svg) no-repeat center center;
  top: 116px;
  left: 233px;
  display: block;
  width: 6px;
  height: 218px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01::before {
    background-image: url(../../assets/images/active/feature/chart1-sp.svg);
    width: 65px;
    height: 546px;
    display: block;
    left: 6px;
    top: 8px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
  top: 95px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
    top: 135px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    width: 70%;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 0 20px;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
    line-height: 1;
    padding: 0 20px 10px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area .small, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area .small {
  font-size: 28px;
  display: inline-block;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area span, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area span {
  margin: 0;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area sup, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area sup {
  font-size: 10px;
  position: relative;
  top: -28px;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .txt-area, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .txt-area {
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 {
  right: 123px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 {
    right: 130px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02::before {
  background: url(../../assets/images/active/feature/chart2.svg) no-repeat center center;
  top: 111px;
  left: 190px;
  display: block;
  width: 6px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02::before {
    background-image: url(../../assets/images/active/feature/chart2-sp.svg);
    width: 322px;
    height: 450px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: -14px;
    left: 160px;
  }
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area {
    padding-bottom: 15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
  right: -225px;
  left: auto;
  bottom: auto;
  padding: 25px 20px 15px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
    right: -35px;
    top: 134px;
    padding: 29px 20px 15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03::before {
  background: url(../../assets/images/active/feature/chart3.svg) no-repeat center center;
  top: 109px;
  left: 10px;
  display: block;
  width: 6px;
  height: 216px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03::before {
    content: none;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
  font-size: 28px;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
    line-height: 1.4;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area sup {
  top: -17px;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
  left: -117px;
  bottom: 360px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
    left: 46px;
    bottom: 250px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 span {
  letter-spacing: -0.05em;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04::before {
  background: url(../../assets/images/active/feature/chart4.svg) no-repeat center center;
  width: 81px;
  height: 174px;
  left: 100px;
  top: 67px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04::before {
    content: none;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 {
  left: -117px;
  bottom: -45px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 {
    left: 15px;
    bottom: -15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 span {
  letter-spacing: -0.001em;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05::before {
  background: url(../../assets/images/active/feature/chart5.svg) no-repeat center center;
  width: 84px;
  height: 161px;
  left: 259px;
  top: -161px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05::before {
    background-image: url(../../assets/images/active/feature/chart5-sp.svg);
    width: 60px;
    height: 164px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: 79px;
    top: -113px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 {
  left: 150px;
  bottom: -45px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 {
    left: 60px;
    bottom: -76px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 span {
  letter-spacing: -0.05em;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/active/feature/chart6.svg) no-repeat center center;
  width: 6px;
  height: 128px;
  left: 120px;
  bottom: 70px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06::before {
    background-image: url(../../assets/images/active/feature/chart6-sp.svg);
    width: 6px;
    height: 186px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 90px;
    bottom: 25px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 {
  bottom: -45px;
  right: -180px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 {
    left: 10px;
    right: auto;
    bottom: -20px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/active/feature/chart7.svg) no-repeat center center;
  width: 128px;
  height: 184px;
  right: 120px;
  bottom: 70px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07::before {
    background-image: url(../../assets/images/active/feature/chart7-sp.svg);
    width: 6px;
    height: 80px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    left: 30px;
    bottom: 60px;
  }
}
.featureActive .featureMask__middle .add-info-area {
  text-align: left;
  font-size: 10px;
  margin-top: 137px;
  margin-left: 74px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .add-info-area {
    margin-left: 15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__middle {
  margin-top: 60px;
}

.navMask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .navMask {
    display: block;
  }
}

.navMask__item {
  margin: 0 0 0 71px;
}
@media screen and (max-width: 768px) {
  .navMask__item {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .navMask__item.feature {
    margin-top: 14px;
  }
}

.navMask__link {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: normal;
  letter-spacing: 0.16em;
  position: relative;
  text-transform: uppercase;
}
.variation .navMask__link {
  padding: 0 77px 0 0;
}
.variation .navMask__link::before {
  position: absolute;
  top: 7px;
  right: 17px;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #000;
}
.variation .navMask__link::after {
  position: absolute;
  top: 40%;
  right: 7px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
@media (hover: hover) {
  .variation .navMask__link:hover::after {
    right: 2px;
  }
}
.feature .navMask__link {
  padding: 0 68px 0 0;
}
@media screen and (max-width: 768px) {
  .feature .navMask__link {
    padding: 0 92px 0 0;
  }
}
.feature .navMask__link::before {
  position: absolute;
  top: 7px;
  right: 17px;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .feature .navMask__link::before {
    width: 62px;
  }
}
.feature .navMask__link::after {
  position: absolute;
  top: 40%;
  right: 7px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
@media (hover: hover) {
  .feature .navMask__link:hover::after {
    right: 2px;
  }
}

.sectionMask__header {
  position: relative;
  padding: 45px 0 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sectionMask__header {
    padding-top: 50px;
  }
}
.sectionMask__header::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 20px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/3d/top/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .sectionMask__body {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sectionMask__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sectionMask__logo {
  margin: 0 0 27px;
}
@media screen and (max-width: 768px) {
  .sectionMask__logo {
    margin: 0 0 24px;
  }
}

.sectionMask__text {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .sectionMask__text {
    margin-top: 7%;
  }
}

.sectionMaskHeader {
  text-align: center;
}

.sectionMaskItem1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
    padding-bottom: 23%;
  }
}

.sectionMaskItem1__descript {
  font-size: 11px;
  line-height: 2.4545454545;
  font-weight: normal;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-left: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 444px;
}
@media only screen and (max-width: 1150px) {
  .sectionMaskItem1__descript {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 10% 0 0 0;
    padding: 0 20px;
  }
}
.sectionMaskItem1__descript .small {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 30px;
}
.sectionMaskItem1__descript .link-block {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .link-block {
    margin-top: 7%;
  }
}
.sectionMaskItem1__descript .link-block .link-btn a {
  padding: 5px 15px;
  font-size: 13px;
  display: block;
  width: 193px;
  border-bottom: 1px solid #000;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .link-block .link-btn a {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.sectionMaskItem1__descript .link-block .link-btn a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .link-block .link-btn a:before {
    right: 15px;
  }
}
.sectionMaskItem1__descript .link-block .link-btn a:hover:before {
  right: 2px;
}
.sectionMaskItem1__descript .link-block .link-btn + .link-btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .link-block .link-btn + .link-btn {
    margin-top: 10px;
  }
}
.sectionMaskItem1__descript .link-block .online-link-btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .link-block .online-link-btn {
    margin-top: 30px;
  }
}
.sectionMaskItem1__descript .link-block .online-link-btn a {
  width: 156px;
  padding: 2px 15px;
  text-align: left;
  display: block;
  position: relative;
  border: 1px solid #000;
  line-height: 1.7;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .link-block .online-link-btn a {
    width: 195px;
  }
}
.sectionMaskItem1__descript .link-block .online-link-btn a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sectionMaskItem1__descript .link-block .online-link-btn a:hover:before {
  right: 13px;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .img-area {
    width: 73%;
    margin-left: auto;
    margin-right: -2%;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .txt-area {
    margin-top: 8%;
    line-height: 2.5;
  }
}

.sectionMaskItem1__image {
  width: calc(100% - 514px);
}
@media only screen and (max-width: 1150px) {
  .sectionMaskItem1__image {
    width: calc(60% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__image {
    width: 80%;
  }
}

.lineup-block {
  padding: 7% 0 20%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lineup-block {
    padding: 0;
  }
}
.lineup-block .inner-block {
  max-width: 970px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block {
    max-width: inherit;
  }
}
.lineup-block .inner-block .top-ttl {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: helvetica-neue-lt-pro;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .top-ttl {
    font-size: 22px;
  }
}
.lineup-block .inner-block .lineup-block-inn {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn {
    margin-top: 8%;
  }
}
.lineup-block .inner-block .lineup-block-inn .size-ttl {
  font-size: 33px;
  font-family: helvetica-neue-lt-pro;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .size-ttl {
    font-size: 22px;
  }
}
.lineup-block .inner-block .lineup-block-inn .size-ttl .small {
  font-size: 27px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .size-ttl .small {
    font-size: 19px;
    margin-left: 2px;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-inn {
    margin-top: 10px;
    padding: 0 5px;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-inn .box {
  width: 145px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-inn .box {
    width: 25%;
    margin-bottom: 0;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-inn .box a {
  display: block;
}
.lineup-block .inner-block .lineup-block-inn .lineup-inn .box + .box {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-inn .box + .box {
    margin-left: 0;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-inn .box:nth-of-type(6n+1) {
  margin-left: 0;
}
.lineup-block .inner-block .lineup-block-inn .lineup-inn.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lineup-block .inner-block .lineup-block-inn .lineup-L .size-ttl {
  text-align: center;
}
.lineup-block .inner-block .lineup-block-inn .lineup-ML .size-ttl {
  text-align: center;
}
.lineup-block .inner-block .lineup-block-inn .lineup-M {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-M {
    margin-top: 12%;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-M .size-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-M-only {
    margin-top: 12%;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-M-only .size-ttl {
  text-align: center;
}
.lineup-block .inner-block .btn-area {
  margin-top: 7%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .btn-area {
    margin-top: 20%;
  }
}
.lineup-block .inner-block .btn-area > a {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 2px 12px 2px 0;
  text-transform: uppercase;
  font-weight: normal;
  border: solid 1px #000;
  text-align: center;
  font-family: helvetica-neue-lt-pro;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .btn-area > a {
    font-size: 12px;
    line-height: 20px;
  }
}
.lineup-block .inner-block .btn-area > a:before {
  position: absolute;
  content: "";
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .btn-area > a:before {
    width: 6px;
    height: 6px;
  }
}
.lineup-block .inner-block .btn-area > a:hover:before {
  right: 17px;
}

.sectionMaskItem2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 29.0833333333% 0 0;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem2 {
    position: relative;
    display: block;
  }
}

.sectionMaskItem2__item01 {
  width: 38.0833333333%;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem2__item01 {
    width: 61.3333333333%;
    margin: 0;
  }
}

.sectionMaskItem2__item02 {
  width: 26.1666666667%;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem2__item02 {
    position: absolute;
    right: 0;
    bottom: -15.4285714286%;
    z-index: 10;
    width: 41.8666666667%;
  }
}

.sectionMaskItem3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 7.6666666667% 0 0;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem3 {
    margin-top: 29.3333333333%;
  }
}

.sectionMaskItem3__item01 {
  width: 70.4166666667%;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem3__item01 {
    width: 91.7333333333%;
  }
}

.sectionMaskItem3__item02 {
  position: relative;
  z-index: -1;
  width: 70.4166666667%;
  margin: -2.6666666667% 0 0 auto;
}
@media screen and (max-width: 768px) {
  .sectionMaskItem3__item02 {
    width: 93.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .sectionMask {
    padding-bottom: 40%;
  }
}

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

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

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  54% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  23% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  54% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sectionDuo {
  background: url(../../../../assets/images/mask/active-duo/top/bg.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
}
.sectionDuo:before {
  content: "";
  position: absolute;
  background: url(../../../../assets/images/mask/active-duo/top/bg-border-01.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  left: 0;
  right: 0;
  top: 30%;
  height: 640px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sectionDuo:before {
    background-image: url(../../../../assets/images/mask/active-duo/top/bg-border-01-sp.png);
    height: 300px;
    top: 28.5%;
  }
}
.sectionDuo:after {
  content: "";
  position: absolute;
  background: url(../../../../assets/images/mask/active-duo/top/bg-border-02.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 32%;
  height: 640px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sectionDuo:after {
    background-image: url(../../../../assets/images/mask/active-duo/top/bg-border-02-sp.png);
    height: 300px;
    bottom: 34%;
  }
}
.sectionDuo .sectionDuo__body {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body {
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 80px;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem_wrap {
    display: block;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem_wrap .sectionDuoItem1 {
  position: relative;
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem_wrap .sectionDuoItem1 {
    z-index: 5;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem_wrap .sectionDuoItem1 .sectionDuoItem1__image01 {
    width: 80%;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem_wrap .sectionDuoItem1 .sectionDuoItem1__image02 {
  position: absolute;
  right: -59%;
  bottom: -18.5%;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem_wrap .sectionDuoItem1 .sectionDuoItem1__image02 {
    z-index: -1;
    width: 51%;
    right: 10%;
    bottom: -60%;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem_wrap .sectionMaskItem1__descript {
  padding: 0 0 0 6%;
  font-size: 11px;
  line-height: 2.5;
  margin-left: 0;
  display: block;
  width: 41%;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem_wrap .sectionMaskItem1__descript {
    padding: 80% 20px 31%;
    width: 100%;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem2 {
  position: relative;
  margin-top: 20%;
  padding-bottom: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem2 {
    margin-top: 12%;
    padding-bottom: 190%;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem2 .sectionDuoItem2__item01 {
  position: absolute;
  top: -4%;
  left: 22.5%;
  margin: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem2 .sectionDuoItem2__item01 {
    top: -4%;
    left: 0;
    width: 63%;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem2 .sectionDuoItem2__item02 {
  position: absolute;
  top: 34.5%;
  right: 13.5%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem2 .sectionDuoItem2__item02 {
    top: 30%;
    right: 0;
    width: 41%;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem2 .sectionDuoItem2__item03 {
  position: absolute;
  top: 60%;
  left: 8.5%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem2 .sectionDuoItem2__item03 {
    position: absolute;
    top: auto;
    left: 0;
    width: 50%;
    bottom: 0;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem3 {
  position: relative;
  margin-top: 6%;
  z-index: 1;
  padding-bottom: 100%;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem3 {
    margin-top: -5%;
    padding-bottom: 200%;
  }
}
.sectionDuo .sectionDuo__body .sectionDuoItem3 .sectionPleatsItem3__item01 {
  position: absolute;
  left: 0%;
  top: 8%;
  z-index: 2;
  width: auto;
}
.sectionDuo .sectionDuo__body .sectionDuoItem3 .sectionPleatsItem3__item02 {
  position: absolute;
  right: 2.5%;
  bottom: 3%;
  z-index: 3;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sectionDuo .sectionDuo__body .sectionDuoItem3 .sectionPleatsItem3__item02 {
    bottom: 0;
    right: 0;
    width: 58%;
  }
}
.sectionDuo .parallax-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}
.sectionDuo .parallax-block .prism {
  position: absolute;
}
.sectionDuo .parallax-block .prism.prism_01 {
  right: 13%;
  top: 32%;
  -webkit-animation: flicker 2.5s infinite alternate;
          animation: flicker 2.5s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_01 {
    right: -17%;
    top: 17%;
    width: 70%;
  }
}
.sectionDuo .parallax-block .prism.prism_02 {
  left: 12%;
  top: 37%;
  -webkit-animation: flicker 2s infinite alternate;
          animation: flicker 2s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_02 {
    left: -16%;
    top: 27.5%;
    width: 70%;
  }
}
.sectionDuo .parallax-block .prism.prism_03 {
  right: 22%;
  top: 43%;
  -webkit-animation: flicker 1.5s infinite alternate;
          animation: flicker 1.5s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_03 {
    right: 3%;
    top: 35%;
    width: 70%;
  }
}
.sectionDuo .parallax-block .prism.prism_04 {
  left: 54%;
  top: 65%;
  -webkit-animation: flicker 2.5s infinite alternate;
          animation: flicker 2.5s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_04 {
    left: 27%;
    top: 57%;
    width: 70%;
  }
}
.sectionDuo .parallax-block .prism.prism_05 {
  left: 51%;
  top: 69%;
  -webkit-animation: flicker 1.5s infinite alternate;
          animation: flicker 1.5s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_05 {
    left: 35%;
    top: 63%;
    width: 60%;
  }
}
.sectionDuo .parallax-block .prism.prism_06 {
  right: 12%;
  top: 78%;
  -webkit-animation: flicker 2s infinite alternate;
          animation: flicker 2s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_06 {
    right: -7%;
    top: 59%;
    width: 55%;
  }
}
.sectionDuo .parallax-block .prism.prism_07 {
  left: 0;
  bottom: 9%;
  -webkit-animation: flicker 2.5s infinite alternate;
          animation: flicker 2.5s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_07 {
    width: 56%;
    bottom: 3%;
  }
}
.sectionDuo .parallax-block .prism.prism_08 {
  right: 17%;
  bottom: 3%;
  -webkit-animation: flicker 1.5s infinite alternate;
          animation: flicker 1.5s infinite alternate;
}
@media screen and (max-width: 768px) {
  .sectionDuo .parallax-block .prism.prism_08 {
    display: none;
  }
}
.sectionDuo .bg-txt-block {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sectionDuo .bg-txt-block {
    min-width: auto;
  }
}
.sectionDuo .bg-txt-block .txt {
  position: absolute;
  content: "";
  width: 642px;
  height: 199px;
  right: 7%;
  bottom: 53%;
}
@media only screen and (max-width: 1830px) {
  .sectionDuo .bg-txt-block .txt {
    right: 3%;
    bottom: 54%;
  }
}
@media only screen and (max-width: 1670px) {
  .sectionDuo .bg-txt-block .txt {
    right: -2%;
  }
}
@media only screen and (max-width: 1500px) {
  .sectionDuo .bg-txt-block .txt {
    right: -7%;
  }
}
@media only screen and (max-width: 1380px) {
  .sectionDuo .bg-txt-block .txt {
    right: -14%;
  }
}
@media only screen and (max-width: 1220px) {
  .sectionDuo .bg-txt-block .txt {
    right: -19%;
  }
}
@media only screen and (max-width: 1150px) {
  .sectionDuo .bg-txt-block .txt {
    right: -26%;
  }
}
@media only screen and (max-width: 1070px) {
  .sectionDuo .bg-txt-block .txt {
    right: -36%;
  }
}
@media only screen and (max-width: 990px) {
  .sectionDuo .bg-txt-block .txt {
    right: -46%;
  }
}
@media only screen and (max-width: 900px) {
  .sectionDuo .bg-txt-block .txt {
    right: -56%;
  }
}
@media only screen and (max-width: 840px) {
  .sectionDuo .bg-txt-block .txt {
    right: -66%;
  }
}
@media only screen and (max-width: 770px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 57.5%;
    width: 86%;
    right: -6%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 700px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 57.5%;
  }
}
@media only screen and (max-width: 650px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 57%;
  }
}
@media only screen and (max-width: 600px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 55%;
  }
}
@media only screen and (max-width: 530px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 54%;
  }
}
@media only screen and (max-width: 470px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 53%;
  }
}
@media only screen and (max-width: 420px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 53%;
  }
}
@media only screen and (max-width: 390px) {
  .sectionDuo .bg-txt-block .txt {
    bottom: 52%;
  }
}
.sectionDuo .bg-txt-block .txt img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sectionDuo .lineup-block {
    padding-top: 23%;
  }
}

.featureActive.featureDuo .featureMaskSection.sensitive__skin {
  background-color: #f7f7f7;
}
.featureActive.featureDuo .featureMaskSection.featureDuoSection--gray {
  background-color: #f1f1f1;
}
.featureActive.featureDuo .featureMaskSection.duoContent--05 .featureMaskSection__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.featureActive.featureDuo .featureMaskSection.duoContent--05 .featureMaskSection__inner .featurePleatsSection__figure--02 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMaskSection.duoContent--05 .featureMaskSection__inner .featurePleatsSection__figure--02 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure {
    padding-top: 360px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
  background-color: #80afca;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    padding: 0 30px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .txt-area, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .txt-area, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .txt-area, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 .txt-area {
  letter-spacing: 0.06em;
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01:before, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02:before, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03:before, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04:before {
  content: none;
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 {
  padding: 30px 10px 20px;
  top: 80px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 {
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13px 20px 20px 20px;
  }
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 90%;
    height: 1px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    max-width: 350px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area {
  font-size: 43px;
  position: relative;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area {
    font-size: 28px;
    padding: 0;
    border-bottom: none;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area sup {
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area sup {
    top: -2px;
    right: -10px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .txt-area {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .txt-area {
    font-size: 14px;
    margin-top: -5px;
    margin-left: 15px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 {
  padding: 20px 10px;
  top: 80px;
  left: auto;
  right: -5px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 {
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 20px 20px 20px;
  }
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 90%;
    height: 1px;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: auto;
    max-width: 350px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area {
  font-size: 53px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area {
    font-size: 42px;
    padding: 0;
    border-bottom: none;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .txt-area {
  font-size: 20px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .txt-area {
    font-size: 14px;
    padding-top: 0;
    margin-left: 15px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
  padding: 15px 10px 12px;
  top: 240px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
    top: 210px;
    width: 49%;
    padding: 10px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
    padding: 0 0 7px 0;
    border-bottom: 2px solid #fff;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area .img {
  width: 90%;
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .txt-area {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .txt-area {
    font-size: 12px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
  padding: 25px 10px 15px;
  top: 240px;
  left: auto;
  right: -5px;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
    top: 210px;
    width: 49%;
    padding: 24px 10px 11px;
    right: 0;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 .ttl-area {
  font-size: 32px;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 .ttl-area {
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 7px;
    border-bottom: 2px solid #fff;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 .ttl-area sup {
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 .ttl-area sup {
    top: -5px;
    right: 0px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 .txt-area {
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 .txt-area {
    font-size: 12px;
    padding-top: 9px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08 {
  font-size: 16px;
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 .large, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 .large, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 .large, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08 .large {
  font-size: 22px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 .large, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 .large, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 .large, .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08 .large {
    font-size: 15px;
    margin-top: -3px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 {
  left: -140px;
  bottom: 430px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 {
    left: 0px;
    bottom: 320px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05:before {
  background-image: url(../../../../assets/images/mask/active-duo/feature/chart01.svg);
  width: 133px;
  height: 52px;
  left: 85px;
  top: 65px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05:before {
    background-image: url(../../../../assets/images/mask/active-duo/feature/chart01-sp.svg);
    left: 10px;
    top: 45px;
    width: 33px;
    height: 63px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 {
  left: -170px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 {
    left: -20px;
    bottom: -5px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06:before {
  background-image: url(../../../../assets/images/mask/active-duo/feature/chart02.svg);
  width: 154px;
  height: 129px;
  left: 85px;
  top: -130px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06:before {
    background-image: url(../../../../assets/images/mask/active-duo/feature/chart02-sp.svg);
    left: 90px;
    top: -55px;
    width: 24px;
    height: 60px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 .large {
    line-height: 1.4;
    margin-top: 0px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 {
  bottom: -20px;
  right: 105px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 {
    left: -60px;
    bottom: -50px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07:before {
  background-image: url(../../../../assets/images/mask/active-duo/feature/chart03.svg);
  width: 6px;
  height: 165px;
  left: 130px;
  top: -165px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07:before {
    background-image: url(../../../../assets/images/mask/active-duo/feature/chart03-sp.svg);
    left: 90px;
    top: -146px;
    width: 3px;
    height: 133px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08 {
  position: relative;
  bottom: 50px;
  right: -555px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08 {
    bottom: 75px;
    right: -225px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08:before {
  position: absolute;
  content: "";
  background: url(../../../../assets/images/mask/active-duo/feature/chart04.svg) no-repeat center center;
  width: 128px;
  height: 185px;
  right: 545px;
  top: -185px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08:before {
    background-image: url(../../../../assets/images/mask/active-duo/feature/chart04-sp.svg);
    left: 50px;
    top: -70px;
    width: 3px;
    height: 63px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--08 .large {
    line-height: 1.4;
    margin-top: 0px;
  }
}
.featureActive.featureDuo .featureMask__middle .featureMaskMain__top .add-info-area {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .featureActive.featureDuo .featureMask__middle .featureMaskMain__top .add-info-area {
    margin-top: 10px;
    margin-left: 0;
  }
}

.featureMask {
  overflow: hidden;
}

.featureMaskHeader__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 248px 0 0;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 84px 0 0;
  }
}

.featureMaskHeader__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 1000px;
  max-width: 1000px;
  padding: 16% 0 220px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .featureMaskHeader__bottom {
    padding: 307px 40px 220px;
  }
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__bottom {
    display: block;
    min-width: inherit;
    padding-top: 74px;
    padding-bottom: 86px;
    padding-left: 5.6%;
  }
}

.featureMaskHeader__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 11px 0 0 79px;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__heading {
    padding: 70px 0 0 67px;
  }
}

.featureMaskHeader__title {
  font-size: 30px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.18em;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__title {
    font-size: 20px;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.16em;
  }
}
.featureMaskHeader__title::before {
  position: absolute;
  top: 50%;
  left: -70px;
  width: 55px;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.featureMaskHeader__subTitle {
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__subTitle {
    font-size: 12px;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.07em;
    margin: 18px 0 0;
  }
}

.featureMaskHeader__eyecatch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 79px 0 0;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__eyecatch {
    padding: 0;
  }
}
.featureMask__top .featureMaskHeader__eyecatch picture {
  display: block;
}
.featureMaskHeader__eyecatch img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__eyecatch img {
    height: auto;
  }
}

.featureMaskHeader__catch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 66px 155px 0;
  font-size: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__catch {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
}

.featureMaskHeader__descript {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 15.5% 0 0 8%;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__descript {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 27px 0 0;
  }
}

.featureMaskHeader__text {
  font-size: 11px;
  line-height: 2.4545454545;
  font-weight: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .featureMaskHeader__text {
    font-size: 11px;
    line-height: 2.5454545455;
    font-weight: normal;
    letter-spacing: 0.07em;
  }
}

.featureMaskMain {
  padding: 151px 0 156px;
  overflow: hidden;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .featureMaskMain {
    padding-top: 52px;
    padding-bottom: 54px;
  }
}

.featureMaskMain__top {
  min-width: 1000px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__top {
    min-width: inherit;
  }
}

.featureMaskMain__heading {
  font-size: 20px;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.3em;
  display: inline-block;
  padding: 3px 20px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__heading {
    font-size: 13px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.3em;
    padding: 3px 21px;
  }
}

.featureMaskMain__caption {
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: absolute;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__caption {
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.featureMaskMain__caption span {
  font-size: 16px;
  line-height: 1.875;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__caption span {
    font-size: 10px;
    line-height: 1.7;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
  }
}

.featureMaskMain__center {
  font-size: 12px;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__center {
    font-size: 12px;
    line-height: 2.1666666667;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
}

.featureMaskMain__middle {
  min-width: 1000px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__middle {
    min-width: inherit;
  }
}

.featureMaskMain__caution {
  font-size: 10px;
  line-height: 2.7;
  font-weight: normal;
  letter-spacing: 0.07em;
  margin: 11px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__caution {
    margin: 9px 0 0;
  }
}

.featureMaskMain__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1000px;
  max-width: 1000px;
  padding: 60px 70px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__bottom {
    display: block;
    min-width: inherit;
    padding: 44px 0 0;
    text-align: center;
  }
}

.featureMaskMain__points {
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__points {
    margin: 0 0 9px;
  }
}

.featureMaskMain__point {
  font-size: 12px;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__point {
    font-size: 11px;
    line-height: 2.3636363636;
    font-weight: normal;
    letter-spacing: 0.14em;
  }
}

.featureMaskMain__descript {
  font-size: 11px;
  line-height: 2.4545454545;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin: 0 0 62px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__descript {
    margin: 0;
  }
}

.featureMaskMain__info {
  padding: 35px 0 0 44px;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__info {
    padding: 18px 0 0;
    text-align: center;
  }
}

.featureMaskMain__mark {
  width: 256px;
  padding: 24px 0 26px;
  text-align: center;
  border: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__mark {
    width: 304px;
    padding: 5px 0 14px;
    margin: 17px auto 0;
  }
}

.featureMaskMain__em {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__em {
    font-size: 15px;
    line-height: 2.4;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}

.featureMaskMain__text {
  font-size: 11px;
  line-height: 2.0909090909;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin: 9px 0 0;
}
@media screen and (max-width: 768px) {
  .featureMaskMain__text {
    font-size: 11px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.06em;
    margin: 2px 0 0;
  }
}

.featureMaskSection--gray {
  background-color: #f0f0f0;
}

.featureMaskSection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1000px;
  max-width: 1000px;
  padding: 102px 70px 110px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__inner {
    display: block;
    min-width: inherit;
    padding: 48px 0 55px;
  }
}
.featureMaskSection__inner.featureMaskSection__inner--03 {
  padding-top: 94px;
  padding-bottom: 106px;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__inner.featureMaskSection__inner--03 {
    padding-top: 49px;
    padding-bottom: 59px;
  }
}
.featureMaskSection__inner.featureMaskSection__inner--04 {
  padding-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__inner.featureMaskSection__inner--04 {
    padding-bottom: 54px;
  }
}

.featureMaskSection__descript {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__descript {
    padding: 0 20px;
  }
}

.featureMaskSection__heading {
  font-size: 20px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__heading {
    font-size: 15px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 35px;
  }
}

.featureMaskSection__text {
  font-size: 11px;
  line-height: 2.4545454545;
  font-weight: normal;
  letter-spacing: 0.06em;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__text {
    font-size: 11px;
    line-height: 2.4545454545;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}
.featureMaskSection__text:not(:first-of-type) {
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__text:not(:first-of-type) {
    margin: 14px 0 0;
  }
}
.featureMaskSection__text.featureMaskSection__text--03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__text.featureMaskSection__text--03 {
    margin-bottom: 32px;
  }
}
.featureMaskSection__text.featureMaskSection__text--02 {
  font-size: 13px;
  line-height: 2.3076923077;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__text.featureMaskSection__text--02 {
    line-height: 2.4;
    letter-spacing: normal;
  }
}

.featureMaskSection__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.9302325581% 0 0 6.976744186%;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__figure {
    width: 100% !important;
    padding: 0;
    padding-top: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .featureMaskSection__figure figure {
    display: inline-block;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .featureMaskSection__figure img {
    width: 100%;
  }
}
.featureMaskSection__figure.featureMaskSection__figure--02 {
  padding-top: 11.6279069767%;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__figure.featureMaskSection__figure--02 {
    padding-top: 43px;
  }
}
.featureMaskSection__figure.featureMaskSection__figure--03 {
  padding-top: 7.4418604651%;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__figure.featureMaskSection__figure--03 {
    padding-top: 15px;
  }
}
.featureMaskSection__figure.featureMaskSection__figure--04 {
  padding-top: 30px;
  padding-right: 72px;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .featureMaskSection__figure.featureMaskSection__figure--04 {
    width: 100% !important;
    padding: 44px 14px 0 !important;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .featureMaskSection__illust img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .featurePleatsHeader__heading {
    padding: 70px 0 0 67px;
  }
}

.featurePleatsMain__figure {
  position: relative;
  width: 620px;
  margin: 188px auto 0;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__figure {
    width: auto;
    max-width: 375px;
    margin: 160px auto 0;
  }
}
.featurePleatsMain__figure > figure {
  padding: 0 0 0 42px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__figure > figure {
    width: 100%;
    padding: 0 0 0 41px;
  }
}

.featurePleatsMain__caption.featurePleatsMain__caption--01 {
  top: -115px;
  left: -116px;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--01 {
    top: -127px;
    left: 30px;
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--01::before {
  position: absolute;
  top: 70px;
  left: 92px;
  display: block;
  width: 101px;
  height: 104px;
  content: "";
  background: url("../../assets/images/pleats/feature/chart1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--01::before {
    top: 72px;
    left: 29px;
    width: 22px;
    height: 88px;
    background-image: url("../../assets/images/pleats/feature/chart1-sp.svg");
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--02 {
  top: -115px;
  right: -129px;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--02 {
    top: -128px;
    right: 28px;
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--02::before {
  position: absolute;
  top: 13px;
  right: 307px;
  display: block;
  width: 70px;
  height: 222px;
  content: "";
  background: url("../../assets/images/pleats/feature/chart2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--02::before {
    top: 70px;
    right: 150px;
    width: 4px;
    height: 103px;
    background-image: url("../../assets/images/pleats/feature/chart2-sp.svg");
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--03 {
  bottom: -109px;
  left: -116px;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--03 {
    bottom: -83px;
    left: 31px;
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--03::before {
  position: absolute;
  bottom: 65px;
  left: 92px;
  display: block;
  width: 170px;
  height: 201px;
  content: "";
  background: url("../../assets/images/pleats/feature/chart3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--03::before {
    bottom: 82px;
    left: 28px;
    width: 36px;
    height: 75px;
    background-image: url("../../assets/images/pleats/feature/chart3-sp.svg");
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--04 {
  bottom: -109px;
  left: 179px;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--04 {
    bottom: -168px;
    left: 139px;
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--04::before {
  position: absolute;
  bottom: 67px;
  left: 111px;
  display: block;
  width: 8px;
  height: 95px;
  content: "";
  background: url("../../assets/images/pleats/feature/chart4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--04::before {
    bottom: 61px;
    left: 51px;
    width: 4px;
    height: 138px;
    background-image: url("../../assets/images/pleats/feature/chart4-sp.svg");
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--05 {
  right: -122px;
  bottom: -109px;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--05 {
    right: 35px;
    bottom: -71px;
  }
}
.featurePleatsMain__caption.featurePleatsMain__caption--05::before {
  position: absolute;
  right: 170px;
  bottom: 62px;
  display: block;
  width: 8px;
  height: 118px;
  content: "";
  background: url("../../assets/images/pleats/feature/chart5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__caption.featurePleatsMain__caption--05::before {
    right: 20px;
    bottom: 63px;
    width: 4px;
    height: 73px;
    background-image: url("../../assets/images/pleats/feature/chart5-sp.svg");
  }
}

.featurePleatsMain__middle {
  margin: 167px auto 0;
}
@media screen and (max-width: 768px) {
  .featurePleatsMain__middle {
    margin: 208px auto 0;
  }
}

.featurePleatsSection__inner.featurePleatsSection__inner--03 {
  padding-top: 94px;
  padding-bottom: 106px;
}
@media screen and (max-width: 768px) {
  .featurePleatsSection__inner.featurePleatsSection__inner--03 {
    padding-top: 49px;
    padding-bottom: 59px;
  }
}
.featurePleatsSection__inner.featurePleatsSection__inner--04 {
  padding-bottom: 102px;
}
@media screen and (max-width: 768px) {
  .featurePleatsSection__inner.featurePleatsSection__inner--04 {
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 768px) {
  .feature3dHeader__heading {
    padding: 80px 0 0 67px;
  }
}

.feature3dHeader__bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature3dHeader__bottom .annountation {
  font-size: 0.6rem;
  display: block;
  margin-top: 20px;
}

.feature3dMain__figure {
  position: relative;
  width: 617px;
  margin: 172px auto 0;
}
@media screen and (max-width: 768px) {
  .feature3dMain__figure {
    width: auto;
    max-width: 375px;
    margin: 134px auto 0;
  }
}
.feature3dMain__figure > figure {
  padding: 0 0 0 17px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .feature3dMain__figure > figure {
    width: 100%;
    padding: 0 0 0 22px;
  }
}

.feature3dMain__caption.feature3dMain__caption--01 {
  top: -101px;
  left: -116px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--01 {
    top: -102px;
    left: 30px;
  }
}
.feature3dMain__caption.feature3dMain__caption--01::before {
  position: absolute;
  top: 70px;
  left: 92px;
  display: block;
  width: 81px;
  height: 200px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--01::before {
    top: 70px;
    left: 27px;
    width: 4px;
    height: 119px;
    background-image: url("../../assets/images/mask/3d/feature/chart1-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--02 {
  top: -101px;
  right: 149px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--02 {
    top: -102px;
    right: 28px;
  }
}
.feature3dMain__caption.feature3dMain__caption--02::before {
  position: absolute;
  top: 70px;
  right: 87px;
  display: block;
  width: 5px;
  height: 120px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--02::before {
    top: 70px;
    right: 120px;
    width: 4px;
    height: 87px;
    background-image: url("../../assets/images/mask/3d/feature/chart2-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--03 {
  bottom: -103px;
  left: -117px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--03 {
    bottom: -89px;
    left: 31px;
  }
}
.feature3dMain__caption.feature3dMain__caption--03::before {
  position: absolute;
  bottom: 65px;
  left: 92px;
  display: block;
  width: 132px;
  height: 130px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--03::before {
    bottom: 82px;
    left: 14px;
    width: 30px;
    height: 48px;
    background-image: url("../../assets/images/mask/3d/feature/chart3-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--04 {
  bottom: -104px;
  left: 178px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--04 {
    bottom: -165px;
    left: 31px;
  }
}
.feature3dMain__caption.feature3dMain__caption--04::before {
  position: absolute;
  bottom: 67px;
  left: 125px;
  display: block;
  width: 6px;
  height: 182px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--04::before {
    right: auto;
    bottom: 44px;
    width: 84px;
    left: 94px;
    height: 189px;
    background-image: url("../../assets/images/mask/3d/feature/chart4-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--05 {
  right: -124px;
  bottom: -104px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--05 {
    right: 83px;
    bottom: -72px;
  }
}
.feature3dMain__caption.feature3dMain__caption--05::before {
  position: absolute;
  right: 115px;
  bottom: 69px;
  display: block;
  width: 130px;
  height: 187px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--05::before {
    right: 26px;
    bottom: 63px;
    width: 4px;
    height: 84px;
    background-image: url("../../assets/images/mask/3d/feature/chart5-sp.svg");
  }
}
.feature3dMain__caption.feature3dMain__caption--06 {
  right: -100px;
  bottom: auto;
  top: -101px;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--06 {
    right: 40px;
    bottom: -149px;
    top: auto;
  }
}
.feature3dMain__caption.feature3dMain__caption--06::before {
  position: absolute;
  top: 70px;
  right: 167px;
  display: block;
  width: 5px;
  height: 120px;
  content: "";
  background: url("../../assets/images/mask/3d/feature/chart6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature3dMain__caption.feature3dMain__caption--06::before {
    right: -70px;
    bottom: 30px;
    top: auto;
    width: 104px;
    height: 196px;
    background-image: url("../../assets/images/mask/3d/feature/chart6-sp.svg");
  }
}

.feature3dMain__middle {
  margin: 162px auto 0;
}
@media screen and (max-width: 768px) {
  .feature3dMain__middle {
    margin: 216px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .feature3dMain__caution {
    line-height: 1.8;
  }
}

.feature3dSection__inner.feature3dSection__inner--05 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.feature3dSection__text.feature3dSection__text--05 .small {
  font-size: 10px;
  display: block;
  margin-top: 20px;
}

.feature3dSection__figure.feature3dSection__figure--05 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .feature3dSection__figure.feature3dSection__figure--05 {
    padding-top: 45px;
  }
}

.featureActive .featureMaskHeader__bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featureActive .featureMaskHeader__bottom .featureMaskHeader__descript {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskHeader__bottom .featureMaskHeader__descript {
    margin-top: 0;
  }
}
.featureActive .featureMaskHeader__bottom .featureMaskHeader__descript .featureMaskHeader__text .small-area {
  display: block;
  font-size: 10px;
  margin-top: 40px;
  line-height: 1.5;
}
.featureActive .featureMaskSection__descript .active__heading {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  line-height: 1.3;
}
.featureActive .featureActiveSection--gray {
  background-color: #f0f0f0;
}
.featureActive .featureMaskMain {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskMain {
    padding: 86px 0;
  }
}
.featureActive .featureMaskSection__figure.featureMaskSection__figure--02 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskSection__figure.featureMaskSection__figure--02 {
    padding-top: 42px;
  }
}
.featureActive .featureMaskSection__inner {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMaskSection__inner {
    padding: 86px 0;
  }
}
.featureActive .featureMaskSection.cool__touch .featureMaskSection__text {
  letter-spacing: -0.01em;
}
.featureActive .featureMaskSection.cool__touch .featureMaskSection__text .small {
  font-size: 10px;
  display: block;
}
.featureActive .featureMaskSection.sensitive__skin .featureMaskSection__text {
  letter-spacing: -0.01em;
}
.featureActive .featureMaskSection.sensitive__skin .featureMaskSection__text .small {
  font-size: 10px;
  display: block;
}
.featureActive .featureMask__middle .featureMaskMain__figure {
  margin-top: 0;
  padding-top: 355px;
}
.featureActive .featureMask__middle .featureMaskMain__figure figure {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure figure {
    width: 78%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 {
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
  top: 95px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 {
    top: 50px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -25px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 0 30px 12px 30px;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .ttl-area .img {
  width: 180px;
  height: auto;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .txt-area {
  font-size: 20px;
  padding-top: 12px;
  text-align: center;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01 .txt-area {
    font-size: 15px;
    padding-top: 10px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01::before {
  background: url(../../assets/images/mask/active/feature/chart1.svg) no-repeat center center;
  top: 116px;
  left: 233px;
  display: block;
  width: 6px;
  height: 218px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--01::before {
    background-image: url(../../assets/images/mask/active/feature/chart1-sp.svg);
    width: 65px;
    height: 546px;
    display: block;
    left: 6px;
    top: 8px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
  background-color: #000;
  color: #fff;
  padding: 15px 20px;
  top: 95px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
    top: 135px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    width: 70%;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 0 20px;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
    line-height: 1;
    padding: 0 20px 10px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area .small, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area .small {
  font-size: 28px;
  display: inline-block;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area span, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area span {
  margin: 0;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area sup, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area sup {
  font-size: 10px;
  position: relative;
  top: -28px;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .txt-area, .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .txt-area {
  font-size: 15px;
  padding-top: 10px;
  text-align: center;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 {
  right: 123px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 {
    right: 130px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02::before {
  background: url(../../assets/images/mask/active/feature/chart2.svg) no-repeat center center;
  top: 111px;
  left: 190px;
  display: block;
  width: 6px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02::before {
    background-image: url(../../assets/images/mask/active/feature/chart2-sp.svg);
    width: 322px;
    height: 450px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: -14px;
    left: 160px;
  }
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--02 .ttl-area {
    padding-bottom: 15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
  right: -225px;
  left: auto;
  bottom: auto;
  padding: 25px 20px 15px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 {
    right: -35px;
    top: 134px;
    padding: 29px 20px 15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03::before {
  background: url(../../assets/images/mask/active/feature/chart3.svg) no-repeat center center;
  top: 109px;
  left: 10px;
  display: block;
  width: 6px;
  height: 216px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03::before {
    content: none;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
  font-size: 28px;
  letter-spacing: 0.01em;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area {
    line-height: 1.4;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--03 .ttl-area sup {
  top: -17px;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
  left: -117px;
  bottom: 360px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 {
    left: 46px;
    bottom: 250px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04 span {
  letter-spacing: -0.05em;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04::before {
  background: url(../../assets/images/mask/active/feature/chart4.svg) no-repeat center center;
  width: 81px;
  height: 174px;
  left: 100px;
  top: 67px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--04::before {
    content: none;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 {
  left: -117px;
  bottom: -45px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 {
    left: 15px;
    bottom: -15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05 span {
  letter-spacing: -0.001em;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05::before {
  background: url(../../assets/images/mask/active/feature/chart5.svg) no-repeat center center;
  width: 84px;
  height: 161px;
  left: 259px;
  top: -161px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--05::before {
    background-image: url(../../assets/images/mask/active/feature/chart5-sp.svg);
    width: 60px;
    height: 164px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: 79px;
    top: -113px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 {
  left: 150px;
  bottom: -45px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 {
    left: 60px;
    bottom: -76px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06 span {
  letter-spacing: -0.05em;
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/mask/active/feature/chart6.svg) no-repeat center center;
  width: 6px;
  height: 128px;
  left: 120px;
  bottom: 70px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--06::before {
    background-image: url(../../assets/images/mask/active/feature/chart6-sp.svg);
    width: 6px;
    height: 186px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 90px;
    bottom: 25px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 {
  bottom: -45px;
  right: -180px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07 {
    left: 10px;
    right: auto;
    bottom: -20px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/mask/active/feature/chart7.svg) no-repeat center center;
  width: 128px;
  height: 184px;
  right: 120px;
  bottom: 70px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.featurePleatsMain__caption--07::before {
    background-image: url(../../assets/images/mask/active/feature/chart7-sp.svg);
    width: 6px;
    height: 80px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    left: 30px;
    bottom: 60px;
  }
}
.featureActive .featureMask__middle .add-info-area {
  text-align: left;
  font-size: 10px;
  margin-top: 137px;
  margin-left: 74px;
}
@media screen and (max-width: 768px) {
  .featureActive .featureMask__middle .add-info-area {
    margin-left: 15px;
  }
}
.featureActive .featureMask__middle .featureMaskMain__middle {
  margin-top: 60px;
}

.featureDuo .featureMaskHeader__descript {
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .featureDuo .featureMaskHeader__descript {
    padding-left: 0;
  }
}

.featureOnetone .featureMaskHeader__bottom {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featureOnetone .featureMaskHeader__bottom .featureMaskHeader__descript {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMaskHeader__bottom .featureMaskHeader__descript {
    padding-top: 27px;
  }
}
.featureOnetone .featureMaskHeader__bottom .featureMaskHeader__descript .small {
  display: block;
  font-size: 10px;
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMaskMain {
    padding: 53px 0;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure {
  margin-top: 0;
  padding-top: 395px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure {
    padding: 320px 15px 0 25px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure figure {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure figure {
    width: 100%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption {
  letter-spacing: 0.05em;
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--01 {
  top: 300px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--01 {
    top: 227px;
    left: 25px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02 {
  top: 300px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02 {
    top: 227px;
    right: 25px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02::before {
  right: 92px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--02::before {
    right: 122px;
    top: 72px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--03 {
    bottom: -67px;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--04 {
    bottom: -150px;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--04::before {
    width: 45px;
    height: 187px;
    left: 100px;
    bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--05 {
    bottom: -57px;
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--05::before {
    right: 21px;
    height: 88px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06 {
  top: 300px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06 {
    top: 644px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06::before {
  right: 175px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--06::before {
    right: -77px;
    bottom: 46px;
    height: 198px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07 {
  top: 80px;
  width: 520px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07 {
    top: 20px;
    width: 83%;
    right: 0;
    left: -6px;
    margin: 0 auto 0 30px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07::before {
  position: absolute;
  top: 143px;
  right: 443px;
  display: block;
  width: 6px;
  height: 231px;
  content: "";
  background: url(../../assets/images/onetone/feature/chart7.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__figure .featureMaskMain__caption.feature3dMain__caption--07::before {
    top: 168px;
    right: 204px;
    width: 5px;
    height: 170px;
  }
}
.featureOnetone .featureMask__middle .add-info-area {
  text-align: left;
  font-size: 10px;
  margin-top: 137px;
  margin-left: 74px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .add-info-area {
    margin-left: 15px;
  }
}
.featureOnetone .featureMask__middle .featureMaskMain__middle {
  margin-top: 167px;
}
@media screen and (max-width: 768px) {
  .featureOnetone .featureMask__middle .featureMaskMain__middle {
    margin-top: 204px;
  }
}

.featureMask__middle .attention-area {
  padding-top: 8%;
  margin-bottom: -4.5%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .featureMask__middle .attention-area {
    padding: 200px 20px 0;
    margin-bottom: -160px;
    margin-top: 30px;
  }
}
.featureMask__middle .attention-area .attention-inn {
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .featureMask__middle .attention-area .attention-inn {
    width: 100%;
  }
  .featureMask__middle .attention-area .attention-inn .small {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 10px;
  }
}

.maskVariation .variation-ttl-block {
  text-align: center;
  margin-top: 3.5%;
}
@media screen and (max-width: 768px) {
  .maskVariation .variation-ttl-block {
    margin-top: 15%;
  }
}
.maskVariation .variation-ttl-block .main-ttl {
  font-size: 30px;
  letter-spacing: 0.16em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .maskVariation .variation-ttl-block .main-ttl {
    font-size: 15px;
  }
}
.maskVariation .variation-ttl-block .sub-txt {
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .maskVariation .variation-ttl-block .sub-txt {
    font-size: 11px;
  }
}
.maskVariation .lineup-block {
  padding-top: 6%;
  padding-bottom: 13%;
}
@media screen and (max-width: 768px) {
  .maskVariation .lineup-block {
    padding-top: 15%;
    padding-bottom: 30%;
  }
}
.maskVariation .lineup-block .lineup-block-inn {
  margin-top: 0;
}
.maskVariation .lineup-block .lineup-block-inn .box {
  position: relative;
  cursor: pointer;
}
.maskVariation .lineup-block .lineup-block-inn .box::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #808080; /* 三角形の面の色 */
  border-left: 12px solid transparent; /* 右側は透明にして面を右に開く */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maskVariation .lineup-block .lineup-block-inn .box:hover::before {
  border-bottom-color: #000;
}
.maskVariation .lineup-block .btn-area {
  margin-top: 6%;
}
@media screen and (max-width: 768px) {
  .maskVariation .lineup-block .btn-area {
    margin-top: 25%;
  }
}
.maskVariation .lineup-block .btn-area a:before {
  right: 17px;
}
.maskVariation .lineup-block .btn-area a:hover:before {
  right: 14px;
}
.maskVariation .page-link-block {
  margin-top: 22%;
}
@media screen and (max-width: 768px) {
  .maskVariation .page-link-block {
    margin-top: 30%;
  }
}
.maskVariation .page-link-block .inner-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 200px 250px;
  grid-template-columns: 250px 250px;
  -ms-grid-rows: 115px;
  grid-template-rows: 115px;
  gap: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maskVariation .page-link-block .inner-block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.maskVariation .page-link-block .inner-block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .maskVariation .page-link-block .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    padding: 0 35px;
  }
}
.maskVariation .page-link-block .inner-block a {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .maskVariation .page-link-block .inner-block a {
    width: 100%;
  }
}
.maskVariation .page-link-block .inner-block a .txt {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .maskVariation .page-link-block .inner-block a .txt {
    font-size: 10px;
  }
}
.maskVariation .page-link-block .inner-block a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .maskVariation .page-link-block .inner-block a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .maskVariation.variation-onetone .lineup-block .inner-block .lineup-block-inn .lineup-inn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 0 25%;
    grid-template-columns: repeat(2, 25%);
    gap: 0;
  }
  .maskVariation.variation-onetone .lineup-block .inner-block .lineup-block-inn .lineup-inn .box {
    width: 100%;
  }
}
.maskVariation.mask-duo .series-block-wrap .lineup-block-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 180px;
}
@media screen and (max-width: 768px) {
  .maskVariation.mask-duo .series-block-wrap .lineup-block-inn {
    display: block;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-content {
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    width: 90%;
    height: auto;
  }
}
.modal .modal-content .swiper {
  width: 900px;
  height: 590px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 5/6;
  }
}
.modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-close {
    height: 20px;
    width: 20px;
    top: 5px;
    right: 5px;
  }
}
.modal .modal-content .modal-close span {
  width: 1px;
  height: 40px;
  display: block;
  background-color: #000;
  position: absolute;
  left: 20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-close span {
    height: 20px;
    left: 10px;
  }
}
.modal .modal-content .modal-close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-content .modal-close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 3px;
  }
}
.swiper-button-next:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-next:after {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 3px;
  }
}
.swiper-button-prev:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev:after {
    width: 14px;
    height: 14px;
  }
}

.swiper-button-next {
  display: block;
}
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev {
  display: block;
}
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.privacyPolicy {
  padding: 190px 20px 136px;
}
@media screen and (max-width: 768px) {
  .privacyPolicy {
    padding: 123px 20px 75px;
  }
}

.privacyPolicy__header {
  max-width: 1118px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .privacyPolicy__header {
    margin: 0 auto 24px;
  }
}

.privacyPolicy__heading {
  font-size: 20px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.16em;
  font-family: helvetica-neue-lt-pro, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .privacyPolicy__heading {
    font-size: 15px;
    line-height: 1.7333333333;
    font-weight: normal;
    letter-spacing: 0.16em;
  }
}

.privacyPolicy__body {
  max-width: 865px;
  margin: auto;
}

.privacyPolicyItem:not(:first-of-type) {
  margin-top: 81px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem:not(:first-of-type) {
    margin-top: 28px;
  }
}

.privacyPolicyItem__heading {
  font-size: 15px;
  line-height: 2.2833333333;
  font-weight: normal;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem__heading {
    font-size: 14px;
    line-height: 1.9464285714;
    font-weight: normal;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
  }
}
.privacyPolicyItem.privacyPolicyItem--first .privacyPolicyItem__heading {
  font-size: 14px;
  line-height: 2.4464285714;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem.privacyPolicyItem--first .privacyPolicyItem__heading {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem:last-of-type .privacyPolicyItem__heading {
    margin-bottom: 14px;
  }
}

.privacyPolicyItem__descript {
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: normal;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem__descript {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.06em;
  }
}
.privacyPolicyItem.privacyPolicyItem--first .privacyPolicyItem__descript {
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem.privacyPolicyItem--first .privacyPolicyItem__descript {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.06em;
  }
}
.privacyPolicyItem__descript > address {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem__descript > address {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.06em;
    margin-top: 17px;
  }
}
.privacyPolicyItem:last-of-type .privacyPolicyItem__descript > address {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem:last-of-type .privacyPolicyItem__descript > address {
    margin-top: 14px;
  }
}
.privacyPolicyItem__descript > ul,
.privacyPolicyItem__descript ol {
  font-size: 13px;
  line-height: 2.1730769231;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 0 18px;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem__descript > ul,
  .privacyPolicyItem__descript ol {
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: normal;
    letter-spacing: 0.06em;
    padding: 0 0 0 17px;
    margin-top: 18px;
    margin-bottom: 31px;
  }
}
.privacyPolicyItem__descript > ul li,
.privacyPolicyItem__descript ol li {
  list-style-type: upper-hexadecimal;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem__descript > ul li,
  .privacyPolicyItem__descript ol li {
    padding: 0;
  }
}
.privacyPolicyItem__descript > ul li::marker,
.privacyPolicyItem__descript ol li::marker {
  content: counter(list-item) ", ";
}
.privacyPolicyItem__descript > ul.personel-information,
.privacyPolicyItem__descript ol.personel-information {
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem__descript > ul.personel-information,
  .privacyPolicyItem__descript ol.personel-information {
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: normal;
    letter-spacing: 0.06em;
  }
}
.privacyPolicyItem__descript > ul.privacy-on-internet,
.privacyPolicyItem__descript ol.privacy-on-internet {
  font-size: 13px;
  line-height: 1.8461538462;
  font-weight: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .privacyPolicyItem__descript > ul.privacy-on-internet,
  .privacyPolicyItem__descript ol.privacy-on-internet {
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.06em;
    margin-top: 14px;
    margin-bottom: 10px;
  }
}

.company {
  padding: 190px 20px 200px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 119px 20px 84px;
  }
}

.company__header {
  max-width: 1110px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .company__header {
    margin: 0 auto 12px;
  }
}

.company__heading {
  font-size: 20px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.16em;
  font-family: helvetica-neue-lt-pro, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .company__heading {
    font-size: 15px;
    line-height: 2.3333333333;
    font-weight: normal;
    letter-spacing: 0.19em;
  }
}

.company__body {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .company__body {
    padding: 0;
  }
}

.companyInfoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0 23px;
  border-top: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .companyInfoItem {
    display: block;
    padding: 12px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .companyInfoItem:first-of-type {
    border-top: none;
  }
}
.companyInfoItem:last-of-type {
  border-bottom: solid 1px #000;
}

.companyInfoItem__heading {
  font-size: 13px;
  line-height: 1.9230769231;
  font-weight: normal;
  letter-spacing: 0.2em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.25%;
          flex: 0 0 36.25%;
  padding: 0 0 0 34px;
}
@media screen and (max-width: 768px) {
  .companyInfoItem__heading {
    font-size: 13px;
    line-height: 1.9230769231;
    font-weight: normal;
    letter-spacing: 0.18em;
    padding: 0;
    margin: 0 0 10px;
  }
}

.companyInfoItem__descript {
  font-size: 13px;
  line-height: 1.9230769231;
  font-weight: normal;
  letter-spacing: 0.18em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .companyInfoItem__descript {
    font-size: 13px;
    line-height: 1.9230769231;
    font-weight: normal;
    letter-spacing: 0.18em;
    padding: 0 0 0 20px;
  }
}
.companyInfoItem__descript > .likePhoneNumber {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .companyInfoItem__descript > .likePhoneNumber {
    pointer-events: all;
  }
}
.companyInfoItem__descript > .corpolateLink {
  font-size: 11px;
  line-height: 2.2727272727;
  font-weight: normal;
  letter-spacing: 0.08em;
  position: relative;
  top: 2px;
  margin: 0 0 0 72px;
  font-family: helvetica-neue-lt-pro, sans-serif;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .companyInfoItem__descript > .corpolateLink {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px 0 0;
    margin: 0;
  }
}
.companyInfoItem__descript > .corpolateLink::after {
  position: absolute;
  top: 50%;
  right: -14px;
  display: block;
  width: 6px;
  height: 11px;
  content: "";
  background-image: url("../../assets/images/common/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 6px 11px;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .companyInfoItem__descript > .corpolateLink::after {
    right: 0;
  }
}
@media (hover: hover) {
  .companyInfoItem__descript > .corpolateLink:hover::after {
    right: -20px;
  }
}

.concept {
  padding: 14.5% 0 14%;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 31% 0 50%;
  }
}
.concept .kv-block {
  position: relative;
}
.concept .kv-block .img-area {
  width: 73%;
  height: auto;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .concept .kv-block .img-area {
    width: 81%;
  }
}
.concept .kv-block .main-ttl {
  font-size: 20px;
  position: absolute;
  letter-spacing: 0.35em;
  bottom: 22%;
  right: 69.5%;
  display: inline-block;
  font-family: helvetica-neue-lt-pro;
  font-weight: 700;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .concept .kv-block .main-ttl {
    font-size: 17px;
    right: 56%;
    bottom: 6%;
  }
}
.concept .kv-block .main-ttl:before {
  position: absolute;
  content: "";
  width: 84px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -100px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .concept .kv-block .main-ttl:before {
    width: 1px;
    height: 50px;
    left: 47%;
    bottom: -86%;
    top: auto;
    right: auto;
  }
}
.concept .message-block {
  margin-top: 90px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .concept .message-block {
    margin-top: 35%;
    height: 100%;
    padding-left: 12%;
    line-height: 1.6;
  }
}
.concept .message-block .inner-block {
  width: 750px;
  margin: auto;
  padding-left: 4%;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block {
    width: 100%;
    padding-left: 0;
  }
}
.concept .message-block .inner-block .catch-ttl {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-family: helvetica-neue-lt-pro;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .catch-ttl {
    letter-spacing: 0.06em;
  }
}
.concept .message-block .inner-block .catch-ttl span {
  display: block;
}
.concept .message-block .inner-block .message-area {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .message-area {
    margin-top: 23%;
  }
}
.concept .message-block .inner-block .message-area span {
  font-size: 14px;
  line-height: 3.1;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .message-area span {
    font-size: 12px;
    line-height: 2.6;
  }
}
.concept .message-block .inner-block .message-area span.add-space {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .message-area span.add-space {
    margin-top: 20px;
  }
}
.concept .message-block .inner-block .image-area {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .image-area {
    margin-top: 27%;
  }
}
.concept .message-block .inner-block .image-area .image-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: -100px;
  width: 750px;
  padding-bottom: 75%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .image-area .image-inn {
    display: block;
    width: 100%;
    left: 0;
    padding-bottom: 0;
  }
}
.concept .message-block .inner-block .image-area .image-inn .left {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .image-area .image-inn .left {
    position: static;
    width: 75%;
    margin-left: -13%;
  }
}
.concept .message-block .inner-block .image-area .image-inn .right {
  position: absolute;
  display: block;
  width: 315px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .concept .message-block .inner-block .image-area .image-inn .right {
    width: 60%;
    position: static;
    margin: 10% 7% 0 auto;
  }
}
.concept .link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .concept .link-block {
    gap: 25px;
    margin-top: 40%;
  }
}
.concept .link-block a {
  width: 130px;
  display: block;
  font-family: helvetica-neue-lt-pro;
  font-size: 15px;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept .link-block a {
    width: 110px;
  }
}
.concept .link-block a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.concept .link-block a:hover::before {
  right: 4px;
}

.contact {
  padding: 190px 20px 188px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 119px 20px 87px;
  }
}

.contact__header {
  max-width: 1120px;
  margin: 0 auto 93px;
}
@media screen and (max-width: 768px) {
  .contact__header {
    margin: 0 auto;
  }
}

.contact__heading {
  font-size: 20px;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.17em;
  font-family: helvetica-neue-lt-pro, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contact__heading {
    font-size: 15px;
    line-height: 2.3333333333;
    font-weight: normal;
    letter-spacing: 0.16em;
  }
}

.contact__body {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact__body {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .contactComplete {
    padding: 119px 20px 72px;
  }
}

@media screen and (max-width: 768px) {
  .contactComplete__body {
    padding: 0 20px;
  }
}

.contactComplete__header {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .contactComplete__header {
    margin: 0 auto 58px;
  }
}

.contactComplete__message {
  font-size: 13px;
  line-height: 2.6153846154;
  font-weight: normal;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactComplete__message {
    font-size: 13px;
    line-height: 2.6153846154;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}

.contactComplete__footer {
  margin: 100px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactComplete__footer {
    margin: 45px 0 0;
    text-align: center;
  }
}

.contactCompleteHtml {
  height: 100%;
}

.contactCompleteBody {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  height: 100%;
  height: 100dvh;
  min-height: 100%;
  min-height: 100dvh;
}
.contactCompleteBody .footer {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.contactConfirm__header {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .contactConfirm__header {
    margin: 0 0 22px;
  }
}

.contactConfirm__form {
  padding-top: 0;
}

.contactConfirm__item {
  -ms-grid-columns: 162px 1fr;
  grid-template-columns: 162px 1fr;
  margin: 0 0 50px;
  border: none;
}
@media screen and (max-width: 768px) {
  .contactConfirm__item {
    margin: 0 0 30px;
  }
}
.contactConfirm__item.contactConfirm__item--phone {
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .contactConfirm__item.contactConfirm__item--phone {
    margin: 0 0 31px;
  }
}
.contactConfirm__item.contactConfirm__item--about {
  margin: 0 0 43px;
}
@media screen and (max-width: 768px) {
  .contactConfirm__item.contactConfirm__item--about {
    margin: 0 0 31px;
  }
}
@media screen and (max-width: 768px) {
  .contactConfirm__item.contactConfirm__item--email {
    margin: 0 0 36px;
  }
}

.contactConfirm__title {
  border: none;
}
@media screen and (max-width: 768px) {
  .contactConfirm__title {
    margin: 0 0 7px;
  }
}

.contactConfirm__detail {
  letter-spacing: 0.18em;
  border: none;
}
.contactConfirm__detail.contactConfirm__detail--textarea {
  margin: 0;
  line-height: 2.1;
  text-align: justify;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .contactConfirm__detail.contactConfirm__detail--textarea {
    margin: 2px 0 0;
    line-height: 2.2;
  }
}

.contactConfirm__email {
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .contactConfirm__email {
    letter-spacing: 0.19em;
  }
}

.contactConfirm__phone {
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .contactConfirm__phone {
    letter-spacing: 0.25em;
  }
}

.contactConfirm__footer {
  gap: 0 42px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 106px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contactConfirm__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .contactForm {
    padding: 70px 0 24px;
  }
}

.contactForm__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 42px;
}

.contactForm__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.contactForm__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.contactForm__item > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.contactForm__item > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 768px) {
  .contactForm__item {
    margin: 0 0 8px;
  }
}
.contactForm__item.contactForm__item--radio {
  margin: 80px 0 102px;
}
@media screen and (max-width: 768px) {
  .contactForm__item.contactForm__item--radio {
    margin: 73px 0 68px;
  }
}

.contactForm__title {
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: normal;
  letter-spacing: 0.14em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .contactForm__title {
    border: none;
  }
}
.contactForm__item--vertical .contactForm__title {
  border: none;
}

.contactForm__detail {
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: normal;
  letter-spacing: 0.14em;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .contactForm__detail {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.contactForm__detail.contactForm__detail--category {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.contactForm__detail.contactForm__detail--message {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.contactForm__detail.contactConfirm__detail--textarea {
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .contactForm__detail.contactConfirm__detail--textarea {
    margin: 6px 0 0;
    line-height: 2.1;
  }
}
.contactForm__item--vertical .contactForm__detail {
  border: none;
}

.contactForm__label {
  display: inline-block;
}
.isRequired .contactForm__label {
  position: relative;
  display: inline-block;
}
.isRequired .contactForm__label::after {
  position: relative;
  top: 50%;
  right: 0;
  content: "*";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.contactForm__input {
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.14em;
  width: 100%;
  padding: 13px 16px;
}
.contactForm__input:focus:not(:focus-visible) {
  outline: none;
}
.contactForm__input:focus-visible {
  outline: none;
}
.contactForm__input::-webkit-input-placeholder {
  position: relative;
  left: -16px;
  padding: 0;
  color: #000;
}
.contactForm__input::-moz-placeholder {
  position: relative;
  left: -16px;
  padding: 0;
  color: #000;
}
.contactForm__input:-ms-input-placeholder {
  position: relative;
  left: -16px;
  padding: 0;
  color: #000;
}
.contactForm__input::-ms-input-placeholder {
  position: relative;
  left: -16px;
  padding: 0;
  color: #000;
}
.contactForm__input::placeholder {
  position: relative;
  left: -16px;
  padding: 0;
  color: #000;
}

.contactForm__textarea {
  width: 100%;
  padding: 12px;
  border: solid 1px #000;
}
.contactForm__textarea:focus:not(:focus-visible) {
  outline: none;
}
.contactForm__textarea:focus-visible {
  outline: none;
}

.contactForm__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 112px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactForm__footer {
    margin: 70px 0 0;
  }
}

.contactForm__button {
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.24em;
  display: inline-block;
  width: 256px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 24px;
}
@media (hover: hover) {
  .contactForm__button:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
}
.contactForm__button.contactForm__button--white {
  color: #000;
  background-color: #fff;
}
.contactForm__button:focus:not(:focus-visible) {
  outline: none;
}
.contactForm__button:focus-visible {
  outline: none;
}

.errorMessage {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 4px 0;
  font-size: 10px;
  color: #f00;
}
@media screen and (max-width: 768px) {
  .errorMessage {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding: 4px;
  }
}
.errorMessage.errorMessage--vertical {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding: 8px 4px;
}

.radioButton {
  padding-left: 74px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .radioButton {
    padding-left: 43px;
    margin-top: 26px;
  }
}

.radioButton__item:not(:first-of-type) {
  margin-top: 22px;
}
.radioButton__item > label {
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: normal;
  letter-spacing: 0.14em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .radioButton__item > label:hover {
    cursor: pointer;
  }
}
.radioButton__item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 18px 0 0;
  vertical-align: -3px;
  border: solid 1px #000;
  border-radius: 50%;
}
@media (hover: hover) {
  .radioButton__item input:hover {
    cursor: pointer;
  }
}
.radioButton__item input:checked {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radioButton__item input:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}