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

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

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

.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: 8%;
  }
}
.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 {
    width: 210px;
    padding: 8px 15px;
  }
}
.sectionMaskItem1__descript .link-block .link-btn a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 29%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.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 .img-area {
    width: 73%;
    margin-left: auto;
    margin-right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .sectionMaskItem1__descript .txt-area {
    margin-top: 10%;
    line-height: 2.6;
  }
}

.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: 100px 0 200px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lineup-block {
    padding: 0px 0 25%;
  }
}
.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;
}
@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;
  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) {
  .lineup-block .inner-block .lineup-block-inn {
    margin-top: 8%;
    display: block;
  }
}
.lineup-block .inner-block .lineup-block-inn .size-ttl {
  font-size: 33px;
  font-family: "Helvetica Neue";
}
@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 .lineup-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-inn {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-inn .box {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-inn .box {
    width: 25%;
  }
}
.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-L .size-ttl {
  text-align: center;
}
.lineup-block .inner-block .lineup-block-inn .lineup-M {
  margin-left: 130px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-M {
    margin-left: 0;
    margin-top: 10%;
  }
}
.lineup-block .inner-block .lineup-block-inn .lineup-M .size-ttl {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .lineup-block-inn .lineup-M .size-ttl {
    margin-left: 0;
    text-align: center;
  }
}
.lineup-block .inner-block .btn-area {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-block .inner-block .btn-area {
    margin-top: 6%;
  }
}
.lineup-block .inner-block .btn-area > a {
  font-size: 15px;
  line-height: 1.7;
  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) {
  .lineup-block .inner-block .btn-area > a {
    font-size: 12px;
    width: 130px;
  }
}
.lineup-block .inner-block .btn-area > a:before {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 6px;
  height: 12px;
  content: "";
  background-image: url(../images/3d/variation/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.lineup-block.no-flex .lineup-block-inn {
  display: block;
}
.lineup-block.no-flex .lineup-block-inn .lineup-M {
  margin-left: 0;
  margin-top: 70px;
}
.lineup-block.no-flex .lineup-block-inn .lineup-M .size-ttl {
  text-align: center;
  margin-left: 0;
}
.lineup-block.no-flex .lineup-block-inn .lineup-inn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup-block.no-flex .lineup-block-inn .lineup-inn.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lineup-block.no-flex .lineup-block-inn .lineup-inn .box {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .lineup-block.no-flex .lineup-block-inn .lineup-inn .box {
    width: 25%;
  }
}
.lineup-block.no-flex .lineup-block-inn .lineup-inn .box:nth-of-type(6n+1) {
  margin-left: 0;
}

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

.sectionPleats__body {
  max-width: 1200px;
  margin: 138px auto 0;
}

.sectionPleatsItem1__descript {
  padding: 0 0 3.9568345324% 6.654676259%;
}
@media screen and (max-width: 768px) {
  .sectionPleatsItem1__descript {
    margin-top: 67.4666666667%;
  }
}

.sectionPleatsItem1__image02 {
  z-index: 99;
}

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

.sectionPleatsItem2__item01 {
  margin: 0 5% 9.1666666667% 3.5%;
}
@media screen and (max-width: 768px) {
  .sectionPleatsItem3__item01 {
    width: 100%;
  }
}

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

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