#button_container {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 20;
  display: none;
  height: 68px;
  z-index: 40;
  width: 68px;
  background-color: #000665;
  background-color: #2ae41e;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
#button_container.hide {
  top: -68px;
}
#button_container.hide.active {
  top: 0;
}

#toggle {
  position: absolute;
  left: 20px;
  top: 27px;
  width: 30px;
  z-index: 300;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#toggle:hover {
  opacity: 0.7;
}
#toggle.active span {
  background-color: #000;
  background-color: #fff;
}
#toggle span {
  background-color: #000;
  background-color: #fff;
  border: none;
  height: 1.5px;
  width: 30px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
#toggle span:nth-of-type(2) {
  top: 8px;
}
#toggle span:nth-of-type(3) {
  top: 8px;
  top: 16px;
}

#toggle.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
      -ms-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
}

#toggle.active .middle {
  -webkit-transform: translateY(20px) translateX(0) rotate(0);
      -ms-transform: translateY(20px) translateX(0) rotate(0);
          transform: translateY(20px) translateX(0) rotate(0);
  opacity: 0;
}

#toggle.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 38;
  background-color: #fff;
  background-color: white;
  background-color: #000665;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#overlay.open {
  visibility: visible;
  opacity: 1;
}
#overlay.open #overlayBox {
  opacity: 1;
}
#overlay #overlayBox {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#overlay .logo {
  margin-left: 25px;
  margin-top: 25px;
}
#overlay .bnr {
  position: absolute;
  right: 15px;
  top: 33%;
  z-index: 2;
  width: calc(100% - 140px);
  display: none;
}
#overlay .bnr img {
  width: 100%;
}

.overlay-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 120px);
  left: 0;
  top: 120px;
}

ul.lineList {
  position: relative;
  width: auto;
  height: 100%;
}
ul.lineList > li {
  height: calc(100% / 12);
  max-height: 60px;
  position: relative;
  color: #fff;
}
ul.lineList > li > a {
  font-size: 16px;
  color: #000;
  color: #fff;
  display: inline-block;
  display: block;
  text-align: center;
  line-height: 90%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
ul.lineList > li.sns {
  padding-top: 10px;
  text-align: center;
}
ul.lineList > li.sns a {
  text-align: left;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  text-indent: -9999px;
  display: inline-block;
  text-align: left;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
ul.lineList > li.sns a.twitter {
  background-image: url("../images/ico_twitter.png");
  background-size: 21px auto;
}
ul.lineList > li.sns a.facebook {
  background-image: url("../images/ico_facebook.png");
  background-size: 9px auto;
}
ul.lineList > li.sns a.linkedin {
  background-image: url("../images/ico_linkedin.png");
  background-size: 22px auto;
}
ul.lineList > li.lang {
  text-align: center;
  padding-top: 10px;
}
ul.lineList > li.lang a {
  display: inline-block;
}
ul.lineList .subFtList {
  display: none;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  ul.lineList > li.onlyPc2 {
    display: none;
  }
  ul.lineList > li.onlySp2 {
    display: block;
  }
}