@charset "UTF-8";
div.btn {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  top: 15px;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, 0);
  width: 45px;
  height: 35px;
  cursor: pointer;
  z-index: 1000;
  text-align: center;
  color: #999999;
  font-size: 14px;
}

div.btn.open {
  width: 50px;
  height: 50px;
}

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: #999999;
  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);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #ffffff;
}

.nav-list {
  display: none;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  right: 0;
  width: 36%;
  height: 100vh;
  margin: 0;
  background: #cccccc;
  z-index: 900;
  box-shadow: -0.1em -0.2em 0.3em rgba(0, 0, 0, 0.399);
}

div.blank {
  width: 100%;
  height: 1200px;
  margin-top: 80px;
}

.nav-box {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 7%;
}

.nav-sns {
  display: flex;
  align-items: center;
  width: 350px;
  margin: 0 auto;
  padding-left: 5%;
}
.nav-sns a {
  margin-right: 5%;
}
.nav-sns a img {
  width: 50px;
}

.nav-title {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  margin-top: 10%;
  border-bottom: solid 1px rgb(29, 29, 29);
  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 {
  font-family: "HiraginoSans-W2", "Hiragino Sans", "ヒラギノ角ゴシック";
  font-weight: 200;
  color: rgb(29, 29, 29);
  font-size: 17px;
}

@media (max-width: 900px) {
  .main .container .swiper-container .swiper-wrapper .swiper-slide .card-image p {
    font-size: 10px !important;
  }
}
@media (max-width: 700px) {
  div.btn-icon span {
    background-color: rgb(29, 29, 29);
  }
  div.btn {
    left: auto;
    width: 35px;
    height: 30px;
  }
  .nav-list {
    width: 100%;
  }
  .open div.btn-icon span {
    width: 70%;
    box-shadow: none;
    background-color: #484646;
  }
  .nav-list ul {
    margin: 5%;
  }
  .nav-list ul li a {
    font-size: 16px;
  }
  .nav-title {
    margin-top: 5%;
    font-size: 15px;
  }
}/*# sourceMappingURL=menu.css.map */