@charset "utf-8";
#open_menu, #spicon {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover
}

#close, #spicon.m_active span:nth-child(2) {
  opacity: 0
}

#close, #sp_box {
  display: none
}

#center_box, #close {
  text-align: center;
  color: #FFF
}

#center_box, #open_menu {
  position: fixed;
  top: 0;
  height: 100%;
  overflow: scroll
}

#center_box a:after, #spicon span {
  transition: all .4s;
  position: absolute
}

#close, #sns_sp, #spicon span {
  position: absolute
}

#spicon {
  position: fixed;
  right: 40px;
  top: 40px;
  background-color: #e8792b;
  width: 60px;
  height: 60px;
  z-index: 9999;
  cursor: pointer
}

#spicon span {
  border-bottom: 2px solid #FFF;
  width: 30px;
  height: 2px;
  left: 15px
}

#center_box, #center_box a:after, #close, #open_menu {
  left: 0;
  width: 100%
}

#spicon span:nth-child(1) {
  top: 17px
}

#spicon span:nth-child(2) {
  top: 27px
}

#spicon span:nth-child(3) {
  top: 37px
}

#spicon.m_active span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg)
}

#spicon.m_active span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg)
}

#open_menu {
  background-color: #4B4A4A;
  z-index: 9990
}

#close {
  bottom: -15px;
  font-size: 18px
}

#center_box {
  padding: 100px 0
}

#center_box li {
  padding: 15px 0
}

#center_box a {
  color: #FFF;
  text-decoration: none;
  position: relative
}

#center_box a:after {
  content: "";
  top: 13px;
  border-bottom: 1px solid #FFF;
  z-index: 1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}

#center_box a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

#center_box .m_ac a:after {
  left: 0;
  width: 100%;
  top: 13px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}

#center_box span {
  display: inline-block;
  font-size: 18px
}

#center_box .ja {
  width: 120px;
  text-align: right;
  padding-right: 40px
}

#center_box .font10 {
  width: 120px;
  text-align: left;
  font-size: 28px;
  padding-left: 40px
}

#center_box img, #center_box li a, #center_box p {
  opacity: 0;
  top: 20px;
  transition: all .5s
}

#center_box li:nth-child(5) a, #center_box p {
  transition-delay: .3s
}

#center_box li:nth-child(1) a {
  transition-delay: .1s
}

#center_box li:nth-child(2) a {
  transition-delay: .15s
}

#center_box li:nth-child(3) a {
  transition-delay: .2s
}

#center_box li:nth-child(4) a {
  transition-delay: .25s
}

#center_box li:nth-child(6) a {
  transition-delay: .35s
}

#center_box li:nth-child(7) a {
  transition-delay: .4s
}

#center_box li:nth-child(8) a {
  transition-delay: .45s
}

#center_box li:nth-child(9) a {
  transition-delay: .5s
}
#center_box li:nth-child(10) a {
  transition-delay: .55s
}
#center_box li:nth-child(11) a {
  transition-delay: .6s
}

#center_box p {
  position: relative;
  padding-top: 40px;
  line-height: 2em;
  opacity: 0;
  top: 20px
}

.m_img {
  opacity: 0;
  transition: all .5s;
  transition-delay: .5s
}

#center_box .anime22 a, #center_box p.anime22 {
  opacity: 1;
  top: 0
}

.m_img.anime22 {
  opacity: 1
}

#sns_sp {
  left: 20px;
  top: 5px
}

#sns_sp img {
  position: relative;
  height: 25px;
  width: auto;
  display: inline-block;
  margin: 20px 10px 0;
  opacity: 1;
  transition-delay: .6s
}

@media only screen and (max-width:1100px) {
  #center_box a:after, #sns_sp, #spicon span:nth-child(1) {
    top: 10px
  }
  #sp_box {
    display: block
  }
  #spicon {
    position: fixed;
    right: 10px;
    top: 35px;
    width: 40px;
    height: 40px
  }
  #spicon span {
    border-bottom: 1px solid #FFF;
    width: 20px;
    height: 2px;
    left: 10px
  }
  #spicon span:nth-child(2) {
    top: 18px
  }
  #spicon span:nth-child(3) {
    top: 26px
  }
  #spicon.m_active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg)
  }
  #spicon.m_active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg)
  }
  #close {
    bottom: -20px;
    font-size: 14px
  }
  #center_box {
    text-align: center
  }
  #center_box li {
    padding: 15px 0;
    font-size: 18px
  }
  #center_box p {
    padding-top: 20px;
    font-size: 12px
  }
  .m_img img {
    display: none
  }
  #sns_sp {
    position: absolute;
    left: 15px
  }
}

@media only screen and (max-width:740px) {
  #center_box .m_ac a:after, #center_box a:after {
    top: 10px
  }
  #spicon {
    position: fixed;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px
  }
  #center_box {
    padding: 80px 0
  }
  #center_box li {
    padding: 15px 0;
    font-size: 14px
  }
}