/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  margin: 0 !important; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%;
  /*for using REM units*/ }

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.0;
  color: #fff;
  margin: 0;
  background-color: #000; }
  @media (max-width: 1300px) {
    body {
      font-size: 1.3333333333333335vw; } }
  @media (max-width: 768px) {
    body {
      font-size: 3.733333333333334vw; } }

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

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

.wrap {
  position: relative; }

.c_container {
  padding: 0 3.6603221083455346vw; }
  @media (max-width: 768px) {
    .c_container {
      padding: 0 5.333333333333334vw; } }

.navi_button {
  display: none; }
  @media (max-width: 768px) {
    .navi_button {
      position: fixed;
      display: block;
      width: 5.333333333333334vw;
      height: 3.733333333333334vw;
      top: 8vw;
      left: 5.333333333333334vw;
      z-index: 9999; } }
  .navi_button span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.2s;
    left: 0; }
    .navi_button span:nth-of-type(1) {
      top: 0; }
    .navi_button span:nth-of-type(2) {
      top: 1.866666666666667vw;
      margin-top: -0.26666666666666666vw; }
    .navi_button span:nth-of-type(3) {
      top: 1.866666666666667vw;
      margin-top: -0.26666666666666666vw; }
    .navi_button span:nth-of-type(4) {
      bottom: 0; }
  .navi_button.active span:nth-of-type(1) {
    display: none; }
  .navi_button.active span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -0.15rem; }
  .navi_button.active span:nth-of-type(3) {
    display: block;
    transform: rotate(45deg);
    top: 50%;
    bottom: auto;
    margin-top: -0.15rem; }
  .navi_button.active span:nth-of-type(4) {
    display: none; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  height: 9.0rem;
  background-color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px solid #C4C4C4;
  z-index: 9999; }
  @media (max-width: 768px) {
    .header {
      height: 24vw;
      justify-content: center;
      border-bottom: none;
      align-items: center; } }
  .header .logo {
    display: flex;
    align-items: center;
    width: 7.5rem;
    margin: 0 0 0 7.0rem; }
    @media (max-width: 768px) {
      .header .logo {
        display: block;
        width: 20vw;
        margin-left: 0; } }
    .header .logo img {
      width: 100%; }
  .header .menu_area {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 4.0rem; }
    @media (max-width: 768px) {
      .header .menu_area {
        border-radius: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        background-color: #000;
        padding: 20vw 0 14.666666666666666vw;
        transform: translateX(100%);
        transition: 0.5s;
        z-index: 999;
        overflow-y: scroll;
        margin-right: 0;
        align-items: flex-start;
        justify-content: center; } }
    .header .menu_area .navi {
      margin-left: auto; }
      @media (max-width: 768px) {
        .header .menu_area .navi {
          margin-left: 0; } }
      .header .menu_area .navi_menu {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 768px) {
          .header .menu_area .navi_menu {
            width: 100%;
            margin: 0 auto;
            display: block;
            text-align: center; } }
        .header .menu_area .navi_menu li {
          margin: 0 4.2rem;
          padding: 0; }
          @media (max-width: 768px) {
            .header .menu_area .navi_menu li {
              margin: 0; } }
          .header .menu_area .navi_menu li a {
            color: #fff;
            font-family: "IBM Plex Sans JP", sans-serif;
            text-decoration: none;
            font-weight: 700; }
            @media (max-width: 768px) {
              .header .menu_area .navi_menu li a {
                color: #fff;
                display: block;
                padding: 2.666666666666667vw 0;
                font-size: 4.8vw; } }
            .header .menu_area .navi_menu li a:hover {
              opacity: .6; }
    .header .menu_area.active {
      transform: translateX(0%); }
    .header .menu_area .sp-navi {
      display: none; }
      @media (max-width: 768px) {
        .header .menu_area .sp-navi {
          display: flex;
          flex-flow: column;
          justify-content: space-between;
          align-items: center;
          height: calc(100vh - 35vw); } }
      .header .menu_area .sp-navi .sp-contact {
        margin: 13.333333333333334vw auto 0;
        width: 52.26666666666666vw;
        height: 22.933333333333334vw;
        border-radius: 2.1333333333333333vw;
        background-color: #20304D;
        display: flex;
        align-items: center;
        justify-content: center; }
        .header .menu_area .sp-navi .sp-contact a {
          font-size: 4.266666666666667vw;
          width: 100%;
          text-align: center;
          display: block;
          color: #fff;
          font-family: "IBM Plex Sans JP", sans-serif;
          text-decoration: none;
          font-weight: 700;
          line-height: 1.25; }
          .header .menu_area .sp-navi .sp-contact a img {
            margin-right: .5em;
            width: 4.266666666666667vw;
            margin-left: .9rem; }
      .header .menu_area .sp-navi .sp-logo {
        margin-top: auto;
        width: 21.333333333333336vw;
        margin: auto auto 8vw; }
        .header .menu_area .sp-navi .sp-logo img {
          width: 100%; }
      .header .menu_area .sp-navi .sp-copyright {
        font-size: 3.2vw; }
  .header .contact {
    width: 19.6rem;
    height: 8.9rem;
    background-color: #20304D;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .header .contact {
        position: absolute;
        right: 2.666666666666667vw;
        top: 4vw;
        width: 25.6vw;
        height: 16vw;
        border-radius: 1.6vw; } }
    .header .contact a {
      width: 100%;
      text-align: center;
      display: block;
      color: #fff;
      font-family: "IBM Plex Sans JP", sans-serif;
      text-decoration: none;
      font-weight: 700;
      line-height: 1.25; }
      @media (max-width: 768px) {
        .header .contact a {
          font-size: 3.4666666666666663vw; } }
      .header .contact a img {
        margin-right: .5em;
        width: 3.2rem;
        margin-left: .9rem; }
        @media (max-width: 768px) {
          .header .contact a img {
            width: 4.266666666666667vw; } }
      .header .contact a:hover {
        opacity: .6; }

.pagetop {
  width: 5.8rem;
  right: 3.6603221083455346vw;
  z-index: 999; }
  @media (max-width: 768px) {
    .pagetop {
      width: 12vw; } }
  .pagetop img {
    width: 100%; }

.footer {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 10.0rem 0 3.0rem;
  border-top: 2px solid #707070; }
  @media (max-width: 768px) {
    .footer {
      padding: 8vw 0 5.333333333333334vw; } }
  .footer .c_container {
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .footer .c_container {
        display: block; } }
    .footer .c_container .logo {
      width: 11.200585651537336vw; }
      @media (max-width: 768px) {
        .footer .c_container .logo {
          width: 25%;
          margin: 0 auto 8vw; } }
      .footer .c_container .logo img {
        width: 100%; }
    .footer .c_container .f_menu {
      display: flex;
      margin-bottom: 10.0rem; }
      @media (max-width: 768px) {
        .footer .c_container .f_menu {
          display: none; } }
      .footer .c_container .f_menu ul {
        margin: 0 0 0 10.980966325036604vw;
        list-style: none; }
        .footer .c_container .f_menu ul li {
          padding: 0; }
          .footer .c_container .f_menu ul li a {
            color: #fff;
            text-decoration: none; }
          .footer .c_container .f_menu ul li + li {
            margin-top: 1.0rem; }
        .footer .c_container .f_menu ul:nth-child(1) {
          font-weight: 600; }
  .footer .copyright {
    text-align: center;
    font-size: 0.8784773060029283vw; }
    @media (max-width: 768px) {
      .footer .copyright {
        font-size: 2.666666666666667vw; } }

.c_ttl01 {
  font-size: 6.0rem;
  font-family: "Spectral", serif;
  font-weight: 200;
  margin: 0 0 4.5rem 0; }
  @media (max-width: 768px) {
    .c_ttl01 {
      font-size: 10.666666666666668vw;
      margin-bottom: 6.666666666666667vw;
      text-align: center; } }
  .c_ttl01 span {
    display: block;
    font-size: 1.8rem;
    margin-top: 1.0rem; }
    @media (max-width: 768px) {
      .c_ttl01 span {
        font-size: 4.266666666666667vw; } }
