/* #logo_bannerBody,#single,#flyer_body{
  background-image: initial;
  background-image: url("../detail_img/WORKS.jpg");
  background-position: left 0 top 275px, right bottom 48px;
} */
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;
}

.title_txt {
  width: 100%;
    position: absolute;
    height: 100%;
    display: block;
}

.category {
  color: white;
  padding: 2% 5%;
  background-color: #2f2f2f;
  display: inline-block;
  font-size: 22px;
  font-family: anisette-petite, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.5px;
  border-radius: 0 0 20px 0;
}
.workname{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;

}
.workname div{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1.5px;
  color: #2f2f2f;
}

.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;
}

#previous_backtolist_next {
  margin-bottom: 3%;
}
/* 各ページ個別設定修正 */
#logos{
margin-top: 70px;
/* margin-top: 4% */
}
#single_wrap{
  margin-top: 55px;
}
#flyer{
  margin-top: 40px;
}
#aboutsite{
  margin-top: 75px;
}
#single > main{
  width: 1024px;
}