@charset "UTF-8";

/* 下層ページcss */

body {
  animation: fadeIn 3s ease 0s 1 normal;
}

body > div {
  font-weight: 300;
  line-height: 3;
  letter-spacing: 0.15em;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#contents_wrap {
  padding-top: 0 !important;
}

#nav-toggle span {
  background: #111 !important;
}

.col1-logo a {
  color: #111 !important;
}

#main {
  width: 1200px;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
  body > div {
    line-height: 2.6;
  }
}
