@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");
}
/**
 *  テキストの基本スタイル設定
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  font-family: "Helvetica Neue", "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;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: #000;
  background-image: url("../images/top/logo-opening.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 472px 128px;
  opacity: 1;
  -webkit-animation: loading 2s 2s ease-in-out;
          animation: loading 2s 2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .loading {
    background-size: 236px 70px;
    width: 100%;
  }
}
.animationEnded .loading {
  display: none;
}

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

@keyframes loading {
  100% {
    opacity: 0;
  }
}
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;
}

@media only screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/**  
 * 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: inline-block;
  overflow: hidden;
  background-color: #50535a;
}
.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;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media only screen and (max-width: 1230px) {
  .header .sp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 26px 50px 27px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .header .sp-header {
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .header .sp-header__heading {
    width: 114px;
  }
}
@media only screen and (max-width: 1230px) {
  .header .sp-header .header__heading {
    width: 114px;
  }
  .header .sp-header .snsNav__icon {
    width: 40px;
  }
  .header .pc-header {
    display: none;
  }
}
@media only screen and (min-width: 1231px) {
  .header .sp-header {
    display: none;
  }
  .header .pc-header {
    padding: 20px 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .header .pc-header .header-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .pc-header .header-inn .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .header .pc-header .header-inn .left-side .logo {
    width: 180px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .pc-header .header-inn .left-side .logo:hover {
    opacity: 0.5;
  }
  .header .pc-header .header-inn .left-side .menu-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;
    margin-left: 45px;
    margin-top: 5px;
    width: 100%;
  }
  .header .pc-header .header-inn .left-side .menu-area li {
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .pc-header .header-inn .left-side .menu-area li:hover {
    opacity: 0.5;
  }
  .header .pc-header .header-inn .left-side .menu-area li a {
    font-size: 12px;
  }
  .header .pc-header .header-inn .left-side .menu-area li + li {
    margin-left: 2.4%;
  }
  .header .pc-header .header-inn .left-side .menu-area li.online-btn a {
    font-size: 10px;
    border: 1px solid #000;
    padding: 5px 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .pc-header .header-inn .left-side .menu-area li.online-btn:hover a {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .header .pc-header .header-inn .left-side .menu-area li:not(.online-btn) a {
    letter-spacing: 0;
  }
  .header .pc-header .header-inn .right-side .sns-area > li {
    margin-top: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .pc-header .header-inn .right-side .sns-area > li .snsNav__icon__pcHeader {
    width: 27px;
    fill: #000;
  }
  .header .pc-header .header-inn .right-side .sns-area > li:hover {
    opacity: 0.5;
  }
}

.navGlobal {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .navGlobal {
    margin-bottom: 15px;
  }
}

.navGlobal__item {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 0.9545454545;
  font-weight: normal;
  letter-spacing: 0.14em;
  /* on Current Page */
}
.navGlobal__item.other {
  display: none;
}
.navGlobal__item > a {
  color: #808080;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-family: "Helvetica Neue";
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (hover: hover) {
  .navGlobal__item > a:hover {
    color: #fff;
  }
}
.navGlobal__item > a.natural {
  text-transform: inherit;
}
.navGlobal__item .ttl-open {
  color: #808080;
  text-transform: uppercase;
  position: relative;
  font-family: "Helvetica Neue";
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 30px;
}
.navGlobal__item .ttl-open:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  top: 8%;
  border-top: 2px solid #808080;
  border-right: 2px solid #808080;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.navGlobal__item .ttl-open.natural {
  text-transform: inherit;
}
.navGlobal__item .ttl-open:hover {
  color: #fff;
}
.navGlobal__item.current > a {
  color: #fff;
}
.navGlobal__item.current .ttl-open {
  color: #fff;
}
.navGlobal__item.current .navUnderCategory {
  display: block;
  max-height: 1000px;
}
.navGlobal__item.others {
  font-size: 14px;
}
.navGlobal__item.others.others-top {
  margin-top: 50px;
}

.navGlobal__button {
  font-size: 16px;
  line-height: 1.3125;
  font-weight: normal;
  color: #808080;
  letter-spacing: 0.14em;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #808080;
  -webkit-transition: color 0.4s ease-in-out, border 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, border 0.4s ease-in-out;
}
@media (hover: hover) {
  .navGlobal__button:hover {
    color: #fff;
    border: solid 1px #fff;
  }
}

.js-dropdown-menu {
  display: none;
}

.navUnderCategory {
  padding: 0 0 0 50px;
  margin: 15px 0 0;
  display: none;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  font-weight: bold;
  overflow: hidden;
}
.navUnderCategory.active {
  display: block;
  max-height: 1000px;
}
.navUnderCategory .navUnderCategory__item {
  font-size: 20px;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.14em;
  /* on Current Page */
}
.navUnderCategory .navUnderCategory__item:not(:first-of-type) {
  margin: 6px 0 0;
}
.navUnderCategory .navUnderCategory__item > a {
  position: relative;
  display: inline-block;
  color: #808080;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (hover: hover) {
  .navUnderCategory .navUnderCategory__item > a:hover {
    color: #fff;
  }
}
.navUnderCategory .navUnderCategory__item > a::before {
  position: absolute;
  top: 45%;
  left: -30px;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #808080;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.navUnderCategory .navUnderCategory__item.current > a {
  color: #fff;
}

.navOverlay {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1000;
  width: 300px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  /* open global nav */
}
@media screen and (max-width: 768px) {
  .navOverlay {
    height: 110vh;
    padding-bottom: 70px;
    overflow: scroll;
  }
}
.navOverlay.active {
  right: 0;
}
.navOverlay .snsNav {
  padding-left: 58px;
}

.navOverlay__primary {
  padding: 62px 20px 30px 58px;
}

.overlayBehindGlobalNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  /* open global nav */
}
.overlayBehindGlobalNav.active {
  display: block;
}

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

/*  Menu Button's NormalStatus */
.hamburgerButton {
  position: relative;
  top: -2px;
  z-index: 1001;
  width: 32px;
  height: 14px;
  /*  Menu Button's ActiveStatus */
}
@media screen and (max-width: 768px) {
  .hamburgerButton {
    width: 30px;
    height: 12px;
  }
}
.hamburgerButton::before, .hamburgerButton::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: top 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.hamburgerButton::before {
  top: 0;
}
.hamburgerButton::after {
  bottom: 0;
}
.hamburgerButton span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hamburgerButton.active::before, .hamburgerButton.active::after {
  background-color: #fff;
}
.hamburgerButton.active::before {
  top: 7px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .hamburgerButton.active::before {
    top: 6px;
  }
}
.hamburgerButton.active::after {
  bottom: 6px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .hamburgerButton.active::after {
    bottom: 5px;
  }
}

.footer {
  padding: 36px 50px 22px 70px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 36px 29px 16px 23px;
  }
}
.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", 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;
  }
}

.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;
}

.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%);
}

.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: 307px 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;
}
@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;
  }
}

.featureMaskHeader__descript {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 0 0 4.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: #F2F2F2;
}
@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: #F8F8F8;
}

.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%;
  }
}

.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) {
  .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;
  }
}