@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  transform: translateY(-8px);
}

html {
  font-size: 14px;
  font-size: 1rem;
}

body {
  will-change: opacity;
  font-family: "source-sans-pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-size: 1em;
  text-align: center;
  font-weight: 400;
  animation: fadein 2s ease 0s 1 normal;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    border-left: 0px;
    border-right: 0px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .mq_only_pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .mq_only_mobile {
    display: none !important;
  }
}

.italic {
  font-style: italic;
}

a img, input, li a, p a, a, span {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a,
p a,
li a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #000000;
}

.bold {
  font-weight: bold;
}

.fs12 {
  font-size: 12px;
  font-size: 0.85714rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.14286rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.28571rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.71429rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.14286rem;
}

.fs36 {
  font-size: 36px;
  font-size: 2.57143rem;
}

.fs48 {
  font-size: 48px;
  font-size: 3.42857rem;
}

::selection {
  background: #FFA;
  color: #000;
}

::-moz-selection {
  background: #FFA;
  color: #000;
}

.flexbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 20px;
  }
}

.tag__area {
  display: flex;
  justify-content: flex-start;
}
.tag__area li:nth-child(-n+2)::after {
  content: '/';
  margin: 0 10px;
}

.logo {
  font-size: 72px;
  font-size: 5.14286rem;
  margin: 40px 0 60px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .logo {
    margin: 20px 0 40px;
  }
}

.nav__main {
  font-weight: 300;
}
.nav__main ul li {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}

.top {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top {
    height: 90vh;
  }
}

.neji {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.neji span {
  will-change: background-color;
  width: 2vw;
  height: 60px;
  max-width: 10px;
  margin: 0 10px 0 0;
  animation: neji 2s linear 0s infinite alternate;
  opacity: 0.2;
}
.neji span:hover {
  opacity: 0.5;
}
.neji span:nth-child(1) {
  transform: translateY(10px);
  animation-delay: -1.1s;
}
.neji span:nth-child(2) {
  transform: translateY(8px);
  animation-delay: -1s;
}
.neji span:nth-child(3) {
  transform: translateY(6px);
  animation-delay: -0.9s;
}
.neji span:nth-child(4) {
  transform: translateY(4px);
  animation-delay: -0.8s;
}
.neji span:nth-child(5) {
  transform: translateY(2px);
  animation-delay: -0.7s;
}
.neji span:nth-child(6) {
  transform: translateY(0px);
  animation-delay: -0.6s;
}
.neji span:nth-child(7) {
  transform: translateY(-2px);
  animation-delay: -0.5s;
}
.neji span:nth-child(8) {
  transform: translateY(-4px);
  animation-delay: -0.4s;
}
.neji span:nth-child(9) {
  transform: translateY(-6px);
  animation-delay: -0.3s;
}
.neji span:nth-child(10) {
  transform: translateY(-8px);
  animation-delay: -0.2s;
}
.neji span:nth-child(11) {
  transform: translateY(-10px);
  animation-delay: -0.1s;
}
.neji span:nth-child(12) {
  transform: translateY(-12px);
  animation-delay: 0s;
}

@-webkit-keyframes neji {
  0% {
    background-color: #FF0;
  }
  100% {
    background-color: #00f;
  }
}
@keyframes neji {
  0% {
    background-color: #FF0;
  }
  100% {
    background-color: #00f;
  }
}
