/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 200%;
  box-sizing: border-box;
  list-style: none;
}

body {
  color: #222;
  background-color: #328751;
  font-size: 0.9em;
  -webkit-text-size-adjust: 100%;
}
body * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #999;
}

a:hover img {
  transform: translateY(-5px);
}

a img {
  border-style: none;
  transition: 0.3s;
}

#wrapper img {
  width: 100%;
  vertical-align: middle;
}

/* media query */
@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper {
  overflow: hidden;
}

/* -------------------------------------------------

gotop

------------------------------------------------- */
.gotop {
  position: fixed;
  bottom: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  z-index: 4;
}
.gotop a {
  display: block;
  transition: 0.5s;
}
.gotop a:hover {
  transform: translateY(-5px);
}

/* PC */
@media print, screen and (min-width: 769px) {
  .gotop {
    right: 25px;
  }
  .gotop a {
    width: 50px;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  .gotop {
    width: 50px;
    right: 10px;
  }
  .gotop a {
    width: 40px;
  }
}/*# sourceMappingURL=layout.css.map */