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

.topOuter {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  min-height: 100%;
  min-height: 100dvh;
}

.topWrapper {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  .topWrapper {
    display: -ms-grid;
    display: grid;
  }
}

.topNav {
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  height: calc(var(--vh) * 100 - 50px);
}
@media screen and (max-width: 768px) {
  .topNav {
    height: calc(100vh - 55px);
    height: calc(100dvh - 55px);
    height: calc(var(--vh) * 100 - 55px);
  }
}

.topNav__item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 640px;
}
@media screen and (max-width: 768px) {
  .topNav__item {
    height: auto;
    min-height: 310px;
  }
}
.topNav__item a {
  display: block;
}
.topNav__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  -webkit-transition: background-color 0.4s ease-in-out, mix-blend-mode 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, mix-blend-mode 0.4s ease-in-out;
}
@media (hover: hover) {
  .topNav__item a:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.topNav__item.topNav__item--3d {
  background-color: #E5F7FF;
  background-image: url("../images/top/top_3d.jpg");
}
@media screen and (max-width: 768px) {
  .topNav__item.topNav__item--3d {
    background-image: url("../images/top/top_3d_sp.jpg");
  }
}
.topNav__item.topNav__item--pleats {
  background-color: #EDCAA2;
  background-image: url("../images/top/top_pleats.jpg");
  background-position: 30% bottom;
}
@media screen and (max-width: 768px) {
  .topNav__item.topNav__item--pleats {
    background-image: url("../images/top/top_pleats_sp.jpg");
    margin-bottom: 50px;
  }
}
.topNav__item.topNav__item--active {
  background-color: #024f79;
  background-image: url("../images/top/top_active.jpg");
  background-position: 25% bottom;
}
@media screen and (max-width: 768px) {
  .topNav__item.topNav__item--active {
    background-image: url("../images/top/top_active_sp.jpg");
  }
}

.topNav__logo {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 100;
  text-align: center;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
@media screen and (max-width: 768px) {
  .topNav__logo {
    width: 220px;
    -webkit-transform: none;
            transform: none;
    top: 37%;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.topNav__logo img {
  display: block;
}
.topNav__logo::after {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: 30px;
  text-align: center;
  content: "";
  background-image: url("../images/common/icon-dotted.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .topNav__logo.topNav__logo--3d::after {
    margin-top: 22px;
    margin-left: 10px;
  }
}

.popup-block {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popup-block.js-popup-active {
  opacity: 1;
  visibility: visible;
}
.popup-block .popup-inn-wrap {
  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;
  height: 100vh;
}
.popup-block .popup-inn-wrap .popup-inn {
  position: relative;
}
.popup-block .popup-inn-wrap .popup-inn .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .popup-block .popup-inn-wrap .popup-inn .close-btn {
    width: 20px;
    height: 20px;
    top: -8%;
    right: 3%;
  }
}
.popup-block .popup-inn-wrap .popup-inn .close-btn span {
  background-color: #fff;
  height: 1px;
  width: 30px;
  display: block;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .popup-block .popup-inn-wrap .popup-inn .close-btn span {
    width: 20px;
  }
}
.popup-block .popup-inn-wrap .popup-inn .close-btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-block .popup-inn-wrap .popup-inn .close-btn span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-block .popup-inn-wrap .popup-inn .img-area {
  width: 500px;
  display: block;
}
@media screen and (max-width: 768px) {
  .popup-block .popup-inn-wrap .popup-inn .img-area {
    width: 90%;
    margin: auto;
  }
}

.interview .interview-wrap {
  width: 800px;
  margin: 5% auto;
  -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .interview .interview-wrap {
    width: 100%;
    margin: 44px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

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

.top {
  overflow-x: hidden;
}
.top .top-video-block {
  height: 100vh;
  width: 100vw;
}
@media only screen and (max-width: 640px) {
  .top .top-video-block {
    height: auto;
    width: 100%;
  }
}
.top .top-video-block .video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .top .top-video-block .video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100svh;
  }
}
.top .top-logo-block {
  overflow: hidden;
  padding-bottom: 12%;
}
@media only screen and (max-width: 640px) {
  .top .top-logo-block {
    padding-bottom: 32%;
  }
}
.top .top-logo-block .logo-area {
  width: 100vw;
  padding: 30px 35px;
}
@media only screen and (max-width: 640px) {
  .top .top-logo-block .logo-area {
    padding: 10px;
    margin: auto;
  }
}
.top .top-logo-block .txt-loop-area {
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.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;
}
.top .top-logo-block .txt-loop-area-inn p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  font-weight: bold;
  font-size: 47px;
}
@media only screen and (max-width: 640px) {
  .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%);
  }
}
.top .series-ttl-area {
  font-size: 44px;
  font-family: "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 8.5%;
}
@media only screen and (max-width: 640px) {
  .top .series-ttl-area {
    font-size: 28px;
    padding-bottom: 32.5%;
  }
}
.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 only screen and (max-width: 640px) {
  .top .series-ttl-area:before {
    top: 60px;
    height: 80%;
  }
}
.top .series-block {
  margin-bottom: 175px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .top .series-block {
    margin-bottom: 25%;
  }
}
.top .series-block .series-content-inn .series-logo-area {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .series-logo-area {
    margin-top: 15%;
  }
}
.top .series-block .series-content-inn .series-logo-area .logo {
  width: 396px;
  margin: 5px auto 0;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .series-logo-area .logo {
    width: 64%;
    margin-top: 0;
  }
}
.top .series-block .series-content-inn .series-logo-area .series-ttl-sub {
  font-size: 10px;
  display: block;
  margin-top: 50px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .series-logo-area .series-ttl-sub {
    margin-top: 40px;
  }
}
.top .series-block .series-content-inn .txt-area {
  text-align: center;
  font-size: 11px;
  line-height: 2.4;
  margin-top: 55px;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .txt-area {
    margin-top: 12%;
    line-height: 2.3;
  }
}
.top .series-block .series-content-inn .txt-area .small {
  font-size: 10px;
  display: block;
  margin-top: 5px;
  line-height: 1.8;
}
.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 only screen and (max-width: 640px) {
  .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;
  }
}
.top .series-block .series-content-inn .pict-type-area .pict-type {
  width: 87px;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .pict-type-area .pict-type {
    width: 16%;
  }
}
.top .series-block .series-content-inn .pict-type-area .pict-type + .pict-type {
  margin-left: 23px;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .pict-type-area .pict-type + .pict-type {
    margin-left: 17px;
  }
}
.top .series-block .series-content-inn .pict-type-area + .pict-type-area {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .pict-type-area + .pict-type-area {
    margin-top: 4%;
  }
}
.top .series-block .series-content-inn .btn-area {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .btn-area {
    margin-top: 16%;
  }
}
.top .series-block .series-content-inn .btn-area .more-btn a {
  font-size: 12px;
  font-family: "helvetica neue", helvetica, 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: #333;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .btn-area .more-btn a {
    font-size: 11px;
    width: 40%;
  }
}
.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) {
  .top .series-block .series-content-inn .btn-area .more-btn a:hover {
    opacity: 0.8;
  }
}
.top .series-block .series-content-inn .btn-area .more-btn a:hover:before {
  right: 10px;
}
.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 only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .btn-area .other-btn-area {
    margin-top: 7%;
  }
}
.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 only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .btn-area .other-btn-area > a {
    font-size: 10px;
    padding: 2px 0;
    width: 32%;
  }
}
@media only screen and (min-width: 641px) {
  .top .series-block .series-content-inn .btn-area .other-btn-area > a:hover {
    opacity: 0.6;
    border-color: #757575;
  }
}
.top .series-block .series-content-inn .btn-area .other-btn-area > a + a {
  margin-left: 30px;
}
@media only screen and (max-width: 640px) {
  .top .series-block .series-content-inn .btn-area .other-btn-area > a + a {
    margin-left: 15px;
  }
}