div.btn {
  display: none;
}

@media (max-width: 700px) {
  div.btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 0px;
    margin: 0 auto;
    transform: translate(-50%, 0);
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    color: white;
    font-size: 14px;
  }
  div.btn.open {
    width: 50px;
    height: 50px;
    top: 5px;
    transform: translate(-20%, 0);
  }
  div.btn-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  div.btn-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    transition: 0.35s ease-in-out;
  }
  .open div.btn-icon span:nth-of-type(1) {
    transform: translateY(14px) rotate(315deg);
  }
  .open div.btn-icon span:nth-of-type(2) {
    width: 0;
    left: 50%;
  }
  .open div.btn-icon span:nth-of-type(3) {
    transform: translateY(-20px) rotate(-315deg);
  }
  .nav-list {
    display: none;
    box-sizing: border-box;
    top: 0px;
    right: 0;
    width: 36%;
    height: 100vh;
    margin: 0;
    background-color: #bf2e2e;
    z-index: 300;
  }
  div.blank {
    width: 100%;
    height: 1200px;
    margin-top: 80px;
  }
  .nav-box {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 7%;
    padding-top: 1%;
  }
  .nav-sns {
    display: flex;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    margin-top: 10%;
  }
  .nav-sns a {
    margin-right: 5%;
  }
  .nav-sns a img {
    width: 50px;
    margin: 0 auto;
  }
  .nav-sns a .insta {
    width: 150px;
  }
  .nav-title {
    font-size: 16px;
    margin-top: 10%;
    border-bottom: solid 1px black;
    line-height: 200%;
    padding-bottom: 3%;
    padding-left: 5%;
  }
  .nav-list ul {
    margin: 10% 5%;
    padding-left: 5%;
  }
  .nav-list ul li {
    margin-top: 3%;
    list-style: "";
  }
  .nav-list ul li a {
    color: white;
    font-size: 17px;
  }
  div.btn {
    left: auto;
    width: 35px;
    height: 30px;
  }
  .nav-list {
    width: 100%;
  }
  .open div.btn-icon span {
    width: 70%;
  }
  .nav-list ul {
    margin: 10% auto;
  }
  .nav-list ul li a {
    font-size: 18px;
    text-shadow: -0.15em -0.1em #515151;
  }
  .nav-title {
    margin-top: 5%;
    font-size: 15px;
  }
  .nav-list ul.child {
    margin: 2% 10% 10% auto;
  }
  .nav-list ul.child li a {
    font-size: 14px;
    text-shadow: none;
  }
}/*# sourceMappingURL=menu.css.map */