@charset "UTF-8";
/*==============================
-Import Files
===============================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================
 root.scss
===============================*/
:root {
  --container-desktop: 1170px;
  --grid-gutter: 16px;
}

/*==============================
-Variable
===============================*/
/* ======= mixin breakpoint ======= */
/* ======= prefix ======= */
/* ======= positioncenter ======= */
/* ==============================
-Global
=============================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 1px;
  height: 100%;
  font-feature-settings: "palt";
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a, a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

h1 {
  font-size: 3.6rem;
  font-weight: bold;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

h5 {
  font-size: 1.4rem;
  font-weight: bold;
}

h6 {
  font-size: 1.2rem;
  font-weight: bold;
}

p {
  font-size: 1.2rem;
}

a {
  font-size: 1.2rem;
}

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ===== @class ===== */
.l-container {
  margin: 0 auto;
  max-width: calc( 1170px + 16px);
  padding: 0 calc( 16px / 2);
}
@media only screen and (max-width: 767px) {
  .l-container {
    max-width: calc(100%);
  }
}
@media only screen and (max-width: 767px) {
  .l-container .l-full,
  .l-container .l-laid {
    margin-left: calc( 16px / -2);
    margin-right: calc( 16px / -2);
  }
}

.l-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: calc( 16px / -2);
  margin-right: calc( 16px / -2);
}

.l-full,
.l-laid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

[class*="-grid-"] {
  position: relative;
  font-size: 1rem;
}

.l-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 1)) - 16px);
}

.l-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 2)) - 16px);
}

.l-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 3)) - 16px);
}

.l-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 4)) - 16px);
}

.l-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 5)) - 16px);
}

.l-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 6)) - 16px);
}

.l-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 7)) - 16px);
}

.l-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 8)) - 16px);
}

.l-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 9)) - 16px);
}

.l-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 10)) - 16px);
}

.l-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 11)) - 16px);
}

.l-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 16px - 0.1px);
  margin: 0 calc( 16px / 2);
  max-width: calc(( 100% / ( 12 / 12)) - 16px);
}

.l-grid-auto {
  flex: 1;
  margin: 0 calc( 16px / 2);
}

.l-tile-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 1)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 1)));
}

.l-tile-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 2)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 2)));
}

.l-tile-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 3)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 3)));
}

.l-tile-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 4)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 4)));
}

.l-tile-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 5)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 5)));
}

.l-tile-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 6)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 6)));
}

.l-tile-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 7)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 7)));
}

.l-tile-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 8)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 8)));
}

.l-tile-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 9)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 9)));
}

.l-tile-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 10)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 10)));
}

.l-tile-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 11)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 11)));
}

.l-tile-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(( 100% / ( 12 / 12)) - 0.1px);
  max-width: calc(( 100% / ( 12 / 12)));
}

.l-tile-grid-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(( 100% / ( 12 / 1)));
}

.l-offset-left-2 {
  margin-left: calc(( 100% / ( 12 / 2)));
}

.l-offset-left-3 {
  margin-left: calc(( 100% / ( 12 / 3)));
}

.l-offset-left-4 {
  margin-left: calc(( 100% / ( 12 / 4)));
}

.l-offset-left-5 {
  margin-left: calc(( 100% / ( 12 / 5)));
}

.l-offset-left-6 {
  margin-left: calc(( 100% / ( 12 / 6)));
}

.l-offset-left-7 {
  margin-left: calc(( 100% / ( 12 / 7)));
}

.l-offset-left-8 {
  margin-left: calc(( 100% / ( 12 / 8)));
}

.l-offset-left-9 {
  margin-left: calc(( 100% / ( 12 / 9)));
}

.l-offset-left-10 {
  margin-left: calc(( 100% / ( 12 / 10)));
}

.l-offset-left-11 {
  margin-left: calc(( 100% / ( 12 / 11)));
}

.l-offset-left-12 {
  margin-left: calc(( 100% / ( 12 / 12)));
}

.l-offset-right-1 {
  margin-right: calc(( 100% / ( 12 / 1)));
}

.l-offset-right-2 {
  margin-right: calc(( 100% / ( 12 / 2)));
}

.l-offset-right-3 {
  margin-right: calc(( 100% / ( 12 / 3)));
}

.l-offset-right-4 {
  margin-right: calc(( 100% / ( 12 / 4)));
}

.l-offset-right-5 {
  margin-right: calc(( 100% / ( 12 / 5)));
}

.l-offset-right-6 {
  margin-right: calc(( 100% / ( 12 / 6)));
}

.l-offset-right-7 {
  margin-right: calc(( 100% / ( 12 / 7)));
}

.l-offset-right-8 {
  margin-right: calc(( 100% / ( 12 / 8)));
}

.l-offset-right-9 {
  margin-right: calc(( 100% / ( 12 / 9)));
}

.l-offset-right-10 {
  margin-right: calc(( 100% / ( 12 / 10)));
}

.l-offset-right-11 {
  margin-right: calc(( 100% / ( 12 / 11)));
}

.l-offset-right-12 {
  margin-right: calc(( 100% / ( 12 / 12)));
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-left-"] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-offset-right-"] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-grid-"] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px - 0.1px);
    max-width: calc(100% - 16px);
    margin-left: calc( 16px / 2);
    margin-right: calc( 16px / 2);
  }
}

@media only screen and (max-width: 767px) {
  [class*="l-tile-grid-"] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* ===== @mixin ===== */
/*==============================
-Import Project Scss Files
===============================*/
/* ===== Page ===== */
/*==============================
-Page
===============================*/
/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: .3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  transition: .2s;
}

/*==============================
-P-404
===============================*/
.p-top-wrapper {
  position: relative;
  overflow: hidden;
}

.p-top-mainvisual-img {
  display: block;
  position: relative;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-mainvisual-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-animation: p-top-mainvisual-anime 4s both 5.4s ease;
  animation: p-top-mainvisual-anime 4s both 5.4s ease;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-img {
    height: 500px;
  }
}

@-webkit-keyframes p-top-mainvisual-anime {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes p-top-mainvisual-anime {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: transparent;
  }
}
.p-top-mainvisual-title {
  display: inline-block;
  position: absolute;
  top: 80%;
  left: 20%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  font-size: 6rem;
  width: auto;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
  background-color: #ffffff;
  padding: 10px 100px;
  -webkit-animation: c-text-default-titletext 0.4s both 5.2s ease-in;
  animation: c-text-default-titletext 0.4s both 5.2s ease-in;
}
.p-top-mainvisual-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 4px;
  transform: translate3d(0, -50%, 0) perspective(0);
  backface-visibility: hidden;
  background-color: #111;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-title::before {
    width: 30px;
    height: 2px;
  }
}
.p-top-mainvisual-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-animation: c-text-default-titlebg 0.4s both 5.4s ease-in;
  animation: c-text-default-titlebg 0.4s both 5.4s ease-in;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-title {
    font-size: 2rem;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    left: 50%;
  }
}

@-webkit-keyframes c-text-default-titletext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c-text-default-titletext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes c-text-default-titlebg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes c-text-default-titlebg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.p-top-mainvisual-titlein {
  visibility: visible !important;
}
.p-top-mainvisual-titlein::after {
  -webkit-animation: c-text-default-titlein 0.6s both 5.5s ease-in;
  animation: c-text-default-titlein 0.6s both 5.5s ease-in;
  visibility: visible !important;
}

@-webkit-keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.p-top-mainvisual-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-top-mainvisual-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-top-mainvisual-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: .3s;
}
.p-top-mainvisual-leadlink:hover {
  text-decoration: underline;
  transition: .2s;
}

.p-top-about {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-about {
    padding: 60px 0;
  }
}

.p-top-about-left {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-about-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .p-top-about-left {
    padding-top: 40%;
  }
}

.p-top-about-right {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 120px auto 0 auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-about-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .p-top-about-right {
    margin: 10px auto;
  }
}

.p-top-about-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  width: 100%;
}

.p-top-about-lead {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #ffffff;
  padding: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-top-about-lead {
    font-size: 1.6rem;
  }
}

.p-top-about-subheader {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}
.p-top-about-subheader::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  border-bottom: 2px solid #ffffff;
}
.p-top-about-subheader span {
  display: block;
}

.p-top-about-subtitle {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}

.p-top-works {
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-works {
    padding: 60px 0;
  }
}

.p-top-works-wrapper {
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.p-top-works-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #b2cae2;
}
@media only screen and (max-width: 767px) {
  .p-top-works-wrapper::before {
    width: 100%;
    height: 100%;
  }
}

.p-top-works .p-top-works-wrapper:nth-child(2) {
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.p-top-works .p-top-works-wrapper:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 70%;
  background-color: #b2e2df;
  margin-top: 10%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-top-works .p-top-works-wrapper:nth-child(2)::before {
    width: 100%;
    height: 100%;
  }
}

.p-top-works-area {
  width: 100%;
}

.p-top-works-desc {
  width: 100%;
  padding: 40px;
}

.p-top-works-area .l-row .l-grid-3:nth-child(2) {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-top-works-area .l-row .l-grid-3:nth-child(2) {
    margin-top: 0;
  }
}

.p-top-works-img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto 15px auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .p-top-works-area-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 6)) - 16px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 6)) - 16px);
    position: relative;
    margin: 0 calc( 16px / 2);
  }
}

.p-top-works-img-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 120px;
}

.p-top-works-link-btn-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}

.p-top-works-link-btn {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  padding: 10px 20px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #111;
  border-bottom: 4px solid #111;
  transition: ease .3s;
  z-index: 0;
}
.p-top-works-link-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #111;
  transition: ease .3s;
  z-index: -1;
}
.p-top-works-link-btn:hover {
  color: #ffffff;
  transition: ease .2s;
}
.p-top-works-link-btn:hover::before {
  transition: ease .2s;
  background-color: #111;
  color: #ffffff;
  width: 100%;
  transition: ease .2s;
}

.p-top-works-left {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-works-left {
    margin: 10px auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-works-left-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 4)) - 16px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 4)) - 16px);
    position: relative;
    margin: 0 calc( 16px / 2);
    margin-left: calc(( 100% / ( 12 / 4)) + ( 16px / 2));
    margin-right: calc(( 100% / ( 12 / 4)) + ( 16px / 2));
    margin-left: calc(( 100% / ( 12 / 4)) + ( 16px / 2));
    margin-right: calc(( 100% / ( 12 / 4)) + ( 16px / 2));
  }
}

.p-top-works-right {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: #b2e2df;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12), 0px 5px 10px rgba(0, 0, 0, 0.18);
  background-image: linear-gradient(40deg, #f8f8f8 0%, #ffffff 74%);
}
@media only screen and (max-width: 767px) {
  .p-top-works-right {
    margin: 10px auto;
  }
}

.p-top-works-name {
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  position: relative;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 20px auto 10px auto;
  text-align: center;
  padding: 0;
  color: #111;
}
.p-top-works-name i {
  background-color: #111;
  border-radius: 50%;
  font-size: 3rem;
  color: #ffffff;
  width: 38px;
  height: 38px;
  line-height: 1.4;
}

.p-top-works-lead {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-top-works-lead {
    font-size: 1.6rem;
  }
}

.p-top-works-tag {
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111;
  padding: 0;
  text-align: left;
}

.p-top-works-address {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #444;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}

.p-top-works-link {
  display: inline;
  color: #111;
  text-decoration: underline;
}

.p-top-works-icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-works-icon-area {
    padding: 10px 0;
  }
}

.p-top-works-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  color: #444;
  transition: .3s;
}
.p-top-works-icon:hover {
  transition: .2s;
  color: #111;
}

.p-top-company {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-company {
    padding: 60px 0;
  }
}

.p-top-company-list-area {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 60px;
}

.p-top-company-list {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.p-top-company-list tr {
  background-image: linear-gradient(40deg, #f8f8f8 0%, #ffffff 74%);
}
.p-top-company-list th {
  width: 26%;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-company-list th {
    width: 30%;
    padding: 10px;
  }
}
.p-top-company-list td {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-company-list td {
    font-size: 1.2rem;
    padding: 10px;
  }
}

.p-top-company-list tr:last-child th,
.p-top-company-list tr:last-child td {
  border-bottom: none;
}

.p-top-company-client {
  position: relative;
  margin-top: 80px;
}

.p-top-company-client-title {
  position: relative;
  background-color: #444;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  padding: 5px;
}
.p-top-company-client-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #111;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-top-company-client-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 3)) - 16px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 3)) - 16px);
    position: relative;
    margin: 0 calc( 16px / 2);
  }
}

.p-top-company-client-img {
  padding: 10px;
}

.p-top-contact {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  padding: 120px 0;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .p-top-contact {
    padding: 60px 0;
  }
}

.p-top-contact-googlemap {
  position: relative;
  width: 100%;
}
.p-top-contact-googlemap iframe {
  width: 100%;
  height: 240px;
}

.p-top-contact-address-area {
  position: relative;
  background-color: #ffffff;
}

.p-top-contact-address {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #444;
  padding: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.p-top-contact-address span {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-contact-address {
    padding: 10px;
  }
}

.p-top-loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-animation: p-top-loading-end-anime 1.1s both 4.0s ease-in;
  animation: p-top-loading-end-anime 1.1s both 4.0s ease-in;
}

@-webkit-keyframes p-top-loading-end-anime {
  0% {
    display: block;
    opacity: 1;
    z-index: 9999;
  }
  99% {
    display: block;
    z-index: 9999;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -9999;
  }
}
@keyframes p-top-loading-end-anime {
  0% {
    display: block;
    opacity: 1;
    z-index: 9999;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -9999;
  }
}
.p-top-loading-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) perspective(0);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
  -webkit-animation: p-top-loading-svg-anime 0.8s both 1.4s ease-out;
  animation: p-top-loading-svg-anime 0.8s both 1.4s ease-out;
}

@-webkit-keyframes p-top-loading-svg-anime {
  0% {
    left: 55%;
  }
  100% {
    left: 50%;
  }
}
@keyframes p-top-loading-svg-anime {
  0% {
    left: 55%;
  }
  100% {
    left: 50%;
  }
}
.p-top-loading-item-bar {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-10%, 0, 0) perspective(0);
  backface-visibility: hidden;
  stroke-dashoffset: 3000;
  stroke-dasharray: 3000;
  stroke: #111;
  fill: transparent;
  -webkit-animation: p-top-loading-anime-bar 0.6s both 2.4s ease-in;
  animation: p-top-loading-anime-bar 0.6s both 2.4s ease-in;
}

@-webkit-keyframes p-top-loading-anime-bar {
  0% {
    stroke-dashoffset: 6000;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
    transform: translate3d(-10%, 0, 0) perspective(0);
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes p-top-loading-anime-bar {
  0% {
    stroke-dashoffset: 6000;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
    transform: translate3d(-10%, 0, 0) perspective(0);
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
.p-top-loading-item {
  stroke-dasharray: 0;
  stroke: #111;
  fill: transparent;
  -webkit-animation: p-top-loading-anime 0.4s both 0s ease-in;
  animation: p-top-loading-anime 0.4s both 0s ease-in;
}

.p-top-loading-item:nth-child(1) {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

.p-top-loading-item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.p-top-loading-item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.p-top-loading-item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.p-top-loading-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.p-top-loading-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.p-top-loading-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.p-top-loading-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.p-top-loading-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.p-top-loading-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.p-top-loading-item:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.p-top-loading-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.p-top-loading-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.p-top-loading-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.p-top-loading-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes p-top-loading-anime {
  0% {
    stroke-dashoffset: 3000;
    stroke-dasharray: 3000;
    stroke: transparent;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
  }
}
@keyframes p-top-loading-anime {
  0% {
    stroke-dashoffset: 3000;
    stroke-dasharray: 3000;
    stroke: transparent;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
  }
}
.p-top-bg-fade {
  display: block;
  position: relative;
}
.p-top-bg-fade::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* ===== Single ===== */
/*==============================
-Single
===============================*/
/*==============================
-Single
===============================*/
.s-postcontent-unit {
  margin-top: 40px;
}

.s-postcontent-title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.75;
  }
}

.s-postcontent-header {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-header {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-postcontent-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1.75;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-lead {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.s-postcontent-notes {
  display: inline-block;
  background-color: #cc0000;
  padding: 2px 10px;
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.75;
  color: #ffffff;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-notes {
    font-size: 1.1rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-strong {
  font-weight: bold;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}

.s-postcontent-strike {
  text-decoration: line-through;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.s-postcontent-colored {
  color: #f00;
  text-decoration: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.s-postcontent-big {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-big {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-links {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2;
  text-decoration: underline;
  color: inherit;
  text-align: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  word-wrap: break-word;
}
.s-postcontent-links:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-links {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-linklead {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  color: inherit;
  text-align: inherit;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-linklead {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-inlinelink {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: ease .3s;
  word-wrap: break-word;
}
.s-postcontent-inlinelink:hover {
  text-decoration: underline;
  transition: ease .2s;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-inlinelink {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

/* ===== Component ===== */
/*==============================
-Component
===============================*/
/*==============================
-Component
===============================*/
.c-header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0 auto;
  z-index: 9999;
}

.c-header-box {
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .c-header-logo-area {
    display: inline-block;
  }
}

.c-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 5px 10px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1170px) {
  .c-header-logo {
    position: relative;
    width: auto;
    height: 50px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-logo {
    position: relative;
    width: auto;
    height: 50px;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 1600px) {
  .c-header-menu-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / ( 12 / 7) - 0.1px);
    max-width: calc( 100% / ( 12 / 7));
    position: relative;
    margin-left: calc(( 100% / ( 12 / 5)) + ( 16px / 2));
    margin-right: calc(( 100% / ( 12 / 0)) + ( 16px / 2));
    margin-left: calc(( 100% / ( 12 / 5)) + ( 16px / 2));
    margin-right: calc( 16px / 2);
  }
}
@media only screen and (max-width: 1170px) {
  .c-header-menu-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% / ( 12 / 11) - 0.1px);
    max-width: calc( 100% / ( 12 / 11));
    position: relative;
    margin-left: calc(( 100% / ( 12 / 0)) + ( 16px / 2));
    margin-right: calc(( 100% / ( 12 / 0)) + ( 16px / 2));
    margin-left: calc( 16px / 2);
    margin-right: calc( 16px / 2);
    margin: 0;
  }
}

.c-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header-list-item {
  padding: 5px 20px;
  border-right: 1px solid #ccc;
  text-align: center;
  width: 20%;
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
  transition: ease .4s;
}
.c-header-list-item:last-child {
  border-right: none;
}
.c-header-list-item:hover {
  transition: ease .2s;
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .c-header-list-item {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}

.c-header-list--bar {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 5px;
  background: #111;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-header-list a:nth-child(1):hover ~ .c-header-list--bar {
  left: 0 !important;
}

.c-header-list a:nth-child(2):hover ~ .c-header-list--bar {
  left: 20% !important;
}

.c-header-list a:nth-child(3):hover ~ .c-header-list--bar {
  left: 40% !important;
}

.c-header-list a:nth-child(4):hover ~ .c-header-list--bar {
  left: 60% !important;
}

.c-header-list a:nth-child(5):hover ~ .c-header-list--bar {
  left: 80% !important;
}

/*==============================
-Loading
===============================*/
.c-loading-wrapper {
  position: fixed;
  background-color: #111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-animation: c-loading-end 1.4s ease-out 2.4s both;
  animation: c-loading-end 1.4s ease-out 2.4s both;
  z-index: -10;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
@keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
.c-loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
  top: calc(50% - 30px);
  text-align: center;
}

.c-loading-areapicture {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .c-loading-areapicture {
    width: 250px;
    height: 250px;
  }
}

@-webkit-keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  30% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  35% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  65% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  90% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  95% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #cc0000;
    stroke: #cc0000;
  }
}
@keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: #cc0000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #cc0000;
    stroke: #cc0000;
  }
}
.c-loading-line-cyber {
  fill: #cc0000;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-logo 2.4s ease-in 0.1s both;
  animation: c-loading-logo 2.4s ease-in 0.1s both;
  backface-visibility: hidden;
  transform: perspective(0);
}

.c-loading-line-cyber-text {
  fill: #cc0000;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-text 1.8s ease-in 1.0s both;
  animation: c-loading-text 1.8s ease-in 1.0s both;
  backface-visibility: hidden;
  transform: perspective(0);
}

@keyframes c-loading-text {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #cc0000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #cc0000;
    stroke: #cc0000;
  }
}
/*==============================
-Component
===============================*/
.c-text-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-text-btn-area {
    padding: 0 0 20px 0;
  }
}

.c-text-btn-item {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #111;
  border: 2px solid #111;
  z-index: 1;
  overflow: hidden;
  transition: ease .3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn-item:hover {
  transition: ease .2s;
  color: #111 !important;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .c-text-display-pc {
    display: none;
  }
}

.c-text-display-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-text-display-sp {
    display: block;
  }
}

.c-text-break-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-text-break-pc {
    display: none;
  }
}

.c-text-break-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-text-break-sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c-text-btn-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 6)) - 16px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 6)) - 16px);
    position: relative;
    margin: 0 calc( 16px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-text-arrow-area {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}

.c-text-arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 50px;
}

.c-text-arrow::before,
.c-text-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  content: '';
  vertical-align: middle;
}

.c-text-arrow-back::before {
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 50px solid transparent;
  border-left: 50px solid #111;
  transform: rotate3d(0, 0, 1, 90deg) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
}

.c-text-default-title {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
  padding: 0 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .c-text-default-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0 0 0 40px;
  }
}
.c-text-default-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 4px;
  transform: translate3d(0, -50%, 0) perspective(0);
  backface-visibility: hidden;
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .c-text-default-title::before {
    width: 30px;
  }
}
.c-text-default-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

.c-text-default-titlein {
  visibility: visible !important;
}
.c-text-default-titlein::after {
  -webkit-animation: c-text-default-titlein 0.6s both 0.1s ease-in;
  animation: c-text-default-titlein 0.6s both 0.1s ease-in;
  visibility: visible !important;
}

@-webkit-keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.c-text-title-area {
  display: block;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.c-text-title {
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  padding: 5px 20px;
  color: #111;
  border: 2px solid #111;
}
@media only screen and (max-width: 767px) {
  .c-text-title {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
.c-text-title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #111;
  width: 100%;
  height: 100%;
}

.c-text-titlein {
  visibility: visible !important;
}
.c-text-titlein::after {
  -webkit-animation: c-text-titlein 0.4s both 0.1s ease-in;
  animation: c-text-titlein 0.4s both 0.1s ease-in;
  visibility: visible !important;
}

@-webkit-keyframes c-text-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.c-text-bg-slidefade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: 10;
  margin-right: 0;
}

.c-text-bg-slidefade-fade {
  visibility: visible !important;
  -webkit-animation: c-text-bg-slidefade-fadein 0.6s both 0.6s ease-in;
  animation: c-text-bg-slidefade-fadein 0.6s both 0.6s ease-in;
}

@-webkit-keyframes c-text-bg-slidefade-fadein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-bg-slidefade-fadein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/*==============================
-Component
===============================*/
.c-footer {
  background-color: #111;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 10px;
  }
}

.c-footer-copy {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
  padding: 0;
  margin-bottom: 10px;
  text-align: right;
}

.c-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
  transition: ease .4s;
}
.c-footer-list-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 1px;
  background-color: #ffffff;
}
.c-footer-list-item:hover {
  transition: ease .2s;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .c-footer-list-item {
    font-size: 1.1rem;
    padding: 5px 10px;
  }
}

.c-footer-list li:last-child .c-footer-list-item::after {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .c-footer-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 2)) - 16px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 2)) - 16px);
    position: relative;
    margin: 0 calc( 16px / 2);
  }
}

@media only screen and (max-width: 767px) {
  .c-footer-menu-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( ( 100% / ( 12 / 10)) - 16px - 0.1px);
    max-width: calc( ( 100% / ( 12 / 10)) - 16px);
    position: relative;
    margin: 0 calc( 16px / 2);
  }
}

.c-footer-logo {
  width: 100%;
  height: auto;
}

/* ======================================================
_custom.scss
====================================================== */
.a-fadein {
  -webkit-animation: a-fadein 0.8s both 0.4s ease;
  animation: a-fadein 0.8s both 0.4s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
