body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

.pc {
  display: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.anime1 {
  animation: anime1 2.5s infinite;
  opacity: 1; }

@keyframes anime1 {
  0%, 40% {
    transform: skew(0deg, 0deg); }
  5% {
    transform: skew(5deg, 5deg); }
  10% {
    transform: skew(-4deg, -4deg); }
  15% {
    transform: skew(3deg, 3deg); }
  20% {
    transform: skew(-2deg, -2deg); }
  25% {
    transform: skew(1deg, 1deg); }
  30% {
    transform: skew(-0.6deg, -0.6deg); }
  35% {
    transform: skew(0.3deg, 0.3deg); } }
/*
#toggle {
    position: fixed;
  padding-top: 20px;
  font-family: kiro, sans-serif;font-style: normal;letter-spacing: 2px;color: #b4a0c8;
  text-align: center;
    width: 90px;
    height: 90px;
    top: 10px;
    right: 0px;
    background: url("../img/bg_menu.png")no-repeat center top;background-size: 100%;
}

#toggle-box {
    position: relative;
    width: 28px;
    height: 24px;
    cursor: pointer;
  margin-left: 30px;
}

#toggle-box > span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #b4a0c8;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 25%;
    transform: translatey(-30%);
}

#toggle-box > span:nth-child(2) {
    top: 25%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 25%;
}

#toggle {
    z-index: 1000;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    height: 100%;
    background: #b4a0c8;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition:  transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    a {
    color: #fff;
    text-decoration: none;
    transition: opacity .6s ease;
    }
    a:hover {
    opacity: 0.7;
    }
}

.is-open {
    overflow: hidden;
}

.is-open #toggle-box > span {
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

#menu {
    position: fixed;
    z-index: 990;
}
.overlay {
  position: fixed;width: 100%;height: 100vh;z-index: 2000; background: rgba(255,255,255,0.7);animation: fadeIn 0.5s ease 0s 1 normal;
}
*/
html, body {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-text-size-adjust: 100%;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #373130;
  background: url("../img/bg.gif") top center;
  background-size: 300px 300px; }

a {
  color: #6e6464;
  text-decoration: none;
  transition-duration: 0.3s; }

a:hover {
  opacity: 0.7;
  transition-duration: 0.3s; }

.txtcl-pp {
  color: #b4a0c8; }

.txtcl-bw {
  color: #a57864; }

.txtcl-pk {
  color: #e1b4be; }

.txtcl-yw {
  color: #f0d78c; }

.ttle {
  font-family: kiro, sans-serif;
  font-style: normal; }

.ttlj {
  font-family: ab-clip-medium, sans-serif;
  font-weight: 400;
  font-style: normal; }

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

main {
  overflow: hidden;
  margin-bottom: 16%; }

footer {
  background: #6e6464;
  color: #fff;
  padding: 5% 0 5% 0; }
  footer #name {
    /*
      dl{text-align: center;margin-bottom: 10px;
      dt{font-size: 24px;font-weight: 700;}
      dd{font-size: 14px;font-weight: 400;}
    }*/ }
    footer #name .footerlogo {
      text-align: center;
      margin-bottom: 0px; }
      footer #name .footerlogo img {
        width: 60%; }
    footer #name p {
      text-align: center;
      line-height: 1.8;
      margin-bottom: 3%; }
  footer .copy {
    padding: 10% 0;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    display: none; }
