@charset "UTF-8";
/* CSS ----------------------------------------------------------- */

#mv {
  /* background: url(../images/mv01.jpg) no-repeat;
  background-size: cover;
  width: 100%; */
}
#main_mv{
  position:relative;
  background: url(../assets/images/mv01.jpg);
  background-size: cover;
  width: 100%;
  z-index: 0;
  transition: 10s;
}

#main_mv .mvlist{
  position: absolute;
  width:100%;
  top: 0;
  z-index: -2;
  opacity: 0;
}

#main_mv ul li{
  width: 100%;
  height:inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 46.9vw;
  max-height: 900px;
  background-position: top;
  }

#sp_header {
    display: block;
}

#news_header #sp_header #hum_btn span {
  background: #2e2e2e;
}

#news_header #sp_header #hum_btn.bordercolor span {
  background: #fff;
}

#news_header #sp_header .inner {
  left: 0;
  top: 0;
}

#sp_header {
    display: block;
  }
  #sp_header #hum_btn {
    position: absolute;
    top: 2vw;
    right: 2vw;
    /*width: 10vw;
    height: 10vw;*/
    width: 40px;
    height: 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 0;
  }
  #sp_header #hum_btn span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    display: inline-block;
    transition: 0.5s;
  }
  #sp_header #hum_btn span:first-child {
    transform: translateY(15px);
  }
  #sp_header #hum_btn span:last-child {
    transform: translateY(30px);
  }
  #sp_header #hum_btn .bordercolor span {
    background: #fff;
  }
  #sp_header #nav {
    position: fixed;
    background: #2b2b2b;
    height: 100vh;
    /* max-width: 100%; */
    width: 100%;
    opacity: 0;
    transition: 0.5s;
    right: 0;
  }
  #sp_header #nav a {
    color: #e2e2e2;
  }
  #sp_header #nav .block {
    padding: 60px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    width: 100%;
  }
  #sp_header #nav .block .logo {
    width: 48%;
    margin: 0 auto;
  }
  #sp_header #nav .block .sns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #sp_header #nav .block .sns figure {
    margin: 0 10px;
  }

  #sp_header #nav .menu ul li + li {
    margin-top: 10px;
  }


#sp_header #hum_btn{
  position: fixed;
}

#news .inner ul{
  max-height: 200px;
  overflow: scroll;
  max-width: 40vw;
}

@media screen and (min-width: 572px) {
  #sp_header .inner {
    max-width: 20%;
    right: -700;
    padding: 60px 2em;
  }
}

@media screen and (max-width: 571px) {
  body {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
  }
  header, section, main {
    overflow: hidden;
  }
  #site-content {
    overflow: hidden;
  }
  #main_mv{
    position:relative;
    background: url(../assets/images/sp/mv01.jpg);
    background-size: cover;
    width: 100%;
    z-index: 0;
  }
  #main_mv .mvlist {
    width: 100%;
    overflow: hidden;
  }
  #main_mv ul li{
    height: 153vw;
    overflow: hidden;
  }
  #sp_header {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  #sp_header .inner {
    max-width: 100%;
  }
  #sp_header #nav .block {
    padding: 60px 0;
    flex-direction: column;
    text-align: center;
  }
  #sp_header #nav{
        position: fixed;
  }
  #news .inner ul{
    max-width: initial;
    width: 100%;
    max-height: 65vw;
  }
}
