@charset "UTF-8";
.menu-lists{
  display: none;
  background: rgb(255 255 255 / 70%);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 50px;
  text-align: center;
  z-index: 100;
}

.menu-lists ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  position: absolute;
}

.menu-lists ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
}

.menu-lists ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.menu-lists ul li a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  margin:.5em 0;
  color: #333333;
}

.menu-lists ul li.archive--area span a{
  display: inline-block;
  margin: 0 1em;
  font-size: 1.1rem;
  text-align: left;
}

.menu-lists ul li.archive--area{
  position: relative;
  margin: 5em auto;
  font-size: 1.2rem;
  width: 60%;
}

.menu-lists ul li.archive--area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  top: -30px;
  left: 0;
}

.menu-lists ul li.archive--area p{
  margin: 0;
  color: #333333;
  font-size: 1.2rem;
}

.menu-lists ul li.archive--area .archive-text p{
  width: 47%;
}

.menu-lists.active {
  transform: translateX(0%);
}

h1 svg{
  width: 80%;
}

.site--logo{
  margin: 0;
  text-align: center;
}

.header{
  z-index: 100;
  position: fixed;
}

.menu-wrapper{
  position: relative;
}

.btn{
  width: 100%;
  display: block;
  width: 50px;
  height: 40px;
  position: fixed;
  left: 20px;
  z-index: 999;
  top: 10px;
  cursor: pointer;
}

.bar{
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  transition: transform .3s;
}

.bar-top{
  top: 13px;
}

.bar-middle{
  top: 50%;
  transform: translate(-50%,-50%);
}

.bar-bottom{ bottom: 13px;}

.btn.close .bar-top{
  transform: translate(-50%,6px) rotate(30deg);
  transition: transform .3s;
}

.btn.close .bar-middle{
  opacity: 0;
  transition: opacity .3s;
}

.btn.close .bar-bottom{
  transform: translate(-50%,-7px) rotate(-30deg);
  transition: transform .3s;
}

.sosialicon_ a:hover{
  color: #666;
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

#social-area {
  font-size: 1.2rem;
  margin: 1em 0;
}

#social-area p {
  color: #333333;
}

#social-area .sns-icon {
  text-align: center;
  display: inline-block;
  width: 40px;
  font-size: 1.5rem;
}

.archive-text {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
}

.archive-text p a {
  margin: 0;
}
