#header #logo {
  z-index: 54;
}
#menu {
  bottom: 0;
}
#menu .inner-wrap{
  width: 428px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  height: 100vh;
  overflow-y: scroll;
}
#menu .inner{
  width: 428px;
  /* margin: 0; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* height: 100vh; */
  /* overflow: scroll; */
}
#menu .inner .normal{
  display: none;
}
#menu .inner .normal.is-active{
  display: block;
  animation: show 0.3s linear 0s;
}
#menu .inner .login-menu{
  display: none;
}
#menu .inner .login-menu.is-active{
  display: block;
  animation: show 0.3s linear 0s;
}
@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}
#menu .inner .logo{
  display: block;
  width: 151px;
  margin: 75px auto 0;
}
#menu .inner .logo img{
  display: block;
  width: 100%;
}
#menu .inner .login{
  display: block;
  background: hsla(0,0%,100%,0.1);
  color: #fff;
  text-align: center;
  width: 144px;
  padding: 11px;
  border-radius: 24px;
  font-size: 14px;
  margin: 62px auto 68px;
  font-weight: bold;
}
#menu .inner .menu-list{
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-around;
  /* padding-left: 34px; */
  margin-left: 60px;
}
#menu .inner .menu-list ul{
  width: auto;
  list-style: none;
}
#menu .inner .menu-list ul:nth-of-type(2){
  width: 40%
}
#menu .inner .menu-list ul li{
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 25px;
  position: relative;
}
#menu .inner .menu-list ul li .list{
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  padding-bottom: 80px;
}
#menu .inner .menu-list ul li .list.is-active{
  display: block;
  animation: show 0.3s linear 0s;
}
#menu .inner .menu-list ul li .list li{
  color: #888888;
  font-size: 14px;
  margin: 0 0 5px;
}
#menu .inner .menu-list ul li .list li a{
  color: #888888;
  white-space: nowrap;
}
#menu .inner .menu-list ul li .click{
  cursor: pointer;
  position: relative;
}
#menu .inner .menu-list ul li .click:after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 14px;
  position: relative;
  top: -2px;
  transition: .3s;
}
#menu .inner .menu-list ul li .click.is-active:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#menu .inner .login-menu {
  text-align: center;
  margin: 72px auto 0;
}
#menu .inner .login-menu .select{
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu .inner .login-menu .select span{
  display: inline-block;
  font-size: 13px;
  letter-spacing: .03em;
  color: #7B7B7B;
  margin: 0 30px;
  position: relative;
  font-weight: bold;
}
#menu .inner .login-menu .select .active{
  color: #fff;
}
#menu .inner .login-menu .select .active:after{
  content: "";
  width: 1px;
  height: 32px;
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0,-50%);
}
#menu .inner .login-menu .form{
  text-align: center;
  margin: 67px auto 80px;
}
#menu .inner .login-menu .form input{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  display: block;
  margin: 0 auto 12px;
  text-align: center;
  background: #7B7B7B;
  color: #fff;
  padding: 18px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .03em;
  width: 320px;
}
#menu .inner .login-menu .form input::placeholder{
  color: #fff;;
}
#menu .inner .login-menu .form input:-ms-input-placeholder{
  color: #fff;;
}
#menu .inner .login-menu .form input::-ms-input-placeholder{
  color: #fff;;
}
#menu .inner .login-menu .form small{
  color: #fff;
  display: inline-block;
  margin: 28px 0 31px;
  font-weight: bold;
}
#menu .inner .login-menu .form small:before{
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: relative;
  top: -3px;
  margin: 0 14px;
}
#menu .inner .login-menu .form small:after{
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #fff;
  position: relative;
  top: -3px;
  margin: 0 14px;
}
#menu .inner .login-menu .form .fb{
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .03em;
}
#menu .inner .login-menu .form .btn{
  display: block;
  border: 2px solid rgba(255,255,255,0.4);
  text-align: center;
  width: 192px;
  background: rgba(255,255,255,0.1);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .03em;
  padding: 11px;
  margin: 28px auto 34px;
  color: rgba(255,255,255,0.4);
}
#menu .inner .login-menu .form .pass{
  color: #6496D9;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .05em;
}
#menu .inner .login-menu .prev{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .05em;
  cursor: pointer;
}
.sp {
  display: none;
}
.pc {
  display: block;
}



@media only screen and (max-width: 414px){
  #menu .inner-wrap {
    left: 50%;
    padding: 0 8%;
  }
  #menu .inner {
    margin: 0;
    top: 0;
    transform:translate(-50%,0);
  }
  #menu .inner .logo{
    width: 111px;
  }
  #menu .inner .login{
    width: 123px;
    padding: 10px;
    border-radius: 20px;
    font-size: 13px;
    margin: 24px auto 48px;
  }
  #menu .inner .menu-list{
    padding: 0 60px;
    margin: 0;
    justify-content: normal;
  }
  #menu .inner .menu-list ul:nth-of-type(2){
    margin-left: 60px;
  }
  #menu .inner .menu-list ul{
    letter-spacing: .42px;
    white-space: nowrap;
    margin-left: -4px;
  }
  #menu .inner .menu-list ul li{
    margin: 0 0 24px;
    letter-spacing: .42px;
    white-space: nowrap;
  }
  #menu .inner .menu-list ul li .list{
    top: 52px;
    margin-left: 0;
  }
  #menu .inner .menu-list ul li .list li{
    font-size: 12px;
    margin: 0 0 24px;
  }
  #menu .inner .menu-list ul li .list li a{
    color: #fff;
    letter-spacing: -.03em;
  }
  #menu .inner .login-menu {
    margin: 42px auto 0;
  }
  #menu .inner .login-menu .form{
    text-align: center;
    margin: 34px auto 30px;
  }
  #menu .inner .login-menu .form .btn{
    margin: 24px auto 32px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /* TOPのナビ下部 */
  #top #artist-slide #control{
    bottom: 128px;
  }
  #top #artist-slide #count {
    bottom: 140px;
  }
}
/* @media only screen and (max-width: 375px){
  #top #artist-slide #control{
    bottom: 88px;
  }
  #top #artist-slide #count {
    bottom: 100px;
  }
} */










/* 記事一覧ページナビゲーション */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi .pages {
  display: none!important;
}
#article .main .inner #article-list .wp-pagenavi span {
  opacity: 1;
  padding: 13px;
}
#article .main .inner #article-list .wp-pagenavi a {
  opacity: 0.3;
  padding: 13px;
}
.nextpostslink {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.2);
  margin-left: 14px;
  position: relative;
  opacity: 1!important;
}
.nextpostslink:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 38%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg)translate(-50%,-50%);
  transform: rotate(45deg)translate(-50%,-50%);
}
.previouspostslink {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.2);
  margin-right: 14px;
  position: relative;
  opacity: 1!important;
}
.previouspostslink:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32%;
  left: 45%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg)translate(-50%,-50%);
  transform: rotate(-135deg)translate(-50%,-50%);
}


/* #index */
#article-single .main .inner .index {
  padding-top: 64px;
}
#article-single .main .inner .contents {
  position: relative;
}
#article-single .main .inner .intro {
  border: none;
  padding: 0 0 0;
}
.wp-block-preformatted {
  width: 100%;
}
.wp-block-preformatted #toc_container {
  border: none;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-size: 100%;
  padding: 30px 0;
  width: 100%;
  margin: 0;
  display: block;
}
.wp-block-preformatted #toc_container p.toc_title {
  font-size: 12px;
  color: #707070;
  font-weight: normal;
  font-family: "Open Sans",sans-serif;
}
.wp-block-preformatted #toc_container p.toc_title+ul.toc_list {
  margin-top: 28px;
}
.wp-block-preformatted  #toc_container.no_bullets li {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #000;
}
.wp-block-preformatted  #toc_container.no_bullets li a{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.wp-block-preformatted  #toc_container.no_bullets li a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.wp-block-preformatted #toc_container.no_bullets li a span{
  font-size: 12px;
  color: #707070;
  font-weight: normal;
  margin-right: 4px;
  display: inline-block;
}
@media only screen and (max-width: 414px){
  .wp-block-preformatted  #toc_container.no_bullets li {
    font-size: 14px;
  }
  .wp-block-preformatted  #toc_container.no_bullets li a{
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: normal;
    display: block;
  }
  .wp-block-preformatted #toc_container.no_bullets li a span{
    display: inline;
  }
}


body.overflow-hidden {
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 414px){
  #article-single .main .inner .intro .credit {
      text-align: center;
  }
  #article-single .main .inner .page-nav .prev {
    margin: 0px 0 20px;
  }
}



#top #artist-slide .slide {
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
#top #artist-slide .slide .image{
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}


#article .main .inner #article-list ul li a .thumb {
  height: 186px;
  position: relative;
}
#article .main .inner #article-list ul li a .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#article .main .inner #article-list ul li a:hover .thumb img{
  transform: translate(-50%,-50%)scale(1.1);
}
@media only screen and (max-width: 414px){
  #article .main .inner #article-list ul li a .thumb {
    height: 96px;
  }
}
