header{
  width: 100%;
  margin: auto;
  height: auto;
  background-color: inherit;
}
#logo {
  height: 82px;
  margin: 0;
}
#logo img{
  transform: none;
  transition: unset
}
#firstView{
  width: 1024px;
  margin: auto;
  position: relative;
}
.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.circle_inner {
  background-color: #444444;
  border-radius: 100%;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.circle_inner > div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.circle span {
  color: white;
  letter-spacing: 1px;
}
.ja{
  margin-top: 0.25rem;
}
.eng {
  font-family: anisette-petite, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
}
.slide-menu-button{
  padding: 0;
}
.slide-menu-button .menu-icon{
  margin: 0;
}
#menu ul li{
  font-family: anisette-petite, sans-serif;
    font-weight: 300;
    font-style: normal;
}
/* 仮 */
#aboutProfile{
  width: initial;
}
#aboutProfile p{
  font-family: 'Noto Sans JP', sans-serif;
}
#aboutProfile a {
    font-family: anisette-petite, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  /* 写真一覧 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #photo_wrap{
    margin-top: 90px;
  }

  footer{
    background-color: initial;
  }