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

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

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

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

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

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

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

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