/* custom */
/* ------------------------------ */
nav.headerNavi {
  height: 100px!important;
}

.header-menu-wrapper li a {
  padding: 0 9.5px!important;
}

.visible-xxs,
.visible-xxxs {
  display: none;
}

@media (max-width: 600px) {
  .visible-xxs {
    display: block!important;
  }
}

@media (max-width: 480px) {
  .visible-xxxs {
    display: block!important;
  }
}

.announcement {
  border-bottom: 2px solid #eee;
  /*border-top: 2px solid #eee;*/
  box-sizing: border-box;
  color: #999;
  font-size: 12px;
  margin: 13px auto 0;
  max-width: 576px;
  padding: 20px 15px;
  text-align: center;
}

.announcement-inner {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.announcement .img-wrapper {
  float: left;
  margin-right: 10px;
  width: 46px;
}

.announcement .announcement-body {
  display: inline-block;
  line-height: 1.6;
  padding-top: 6px;
}

@media (max-width: 600px) {
  .announcement {
    margin-bottom: 10px;
    padding: 20px 0;
    text-align: center;
  }

  .announcement .announcement-body {
    display: block;
    font-size: 11px;
    line-height: 2;
    padding-left: 56px;
    padding-top: 7px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .announcement .announcement-body {
    line-height: 1.6;
    padding-top: 0;
  }
}

.footer-logo-wrapper {
  padding: 35px 15px 20px;
}

.footer-logo-wrapper a {
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
}

.footer-logo-wrapper img {
  margin: 0 auto 3px;
  width: 290px!important;
}

.logo {
  position: relative;
  z-index: 1;
  padding-top: 28px;
}

.logo img {
  background: none;
}

@media (max-width: 1230px) and (min-width: 1060px) {
  .logo {
    padding-top: 6px !important;
  }
}

@media (max-width: 1060px) {
  .logo img {
    height: 32px;
    width: 244px;
  }

  .responsive #header .logo {
    padding-top: 13px;
  }

  .footer-logo-wrapper img {
    width: 217.5px !important;
  }
}

.fab-footer-contact {
  bottom: 30px;
  display: none;
  right: 30px;
  position: fixed;
  text-align: center;
  z-index: 10;
}

.fab-footer-contact img {
  margin: 0 auto;
}

.img-fukidashi {
  pointer-events: none;
  position: relative;
  width: 153px;
  z-index: 1;
}

.fab-footer-contact img.img-btn-contact {
  margin-top: -22px;
  width: 136px;
}

@media (max-width: 767px) {
  footer#footer {
    padding-bottom: 130px;
  }

  .fab-footer-contact {
    background-color: rgba(238,238,238,.97);
    bottom: 0;
    box-sizing: border-box;
    /*height: 76px;*/
    padding: 14px;
    right: 0;
    width: 100%;
  }

  .fab-footer-contact a {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0;
    padding-left: 8px;
    width: 60.3%
  }

  .fab-footer-contact img {
    margin: 0;
  }

  .img-fukidashi {
    display: inline-block;
    float: left;
    width: 39.7%;
  }

  .fab-footer-contact img.img-btn-contact {
    box-shadow: 1px 1px 0 rgba(0,0,0,.5);
    margin-top: 0;
    width: 100%;
  }

  .fab-footer-contact a:hover img.img-btn-contact {
    box-shadow: 0 0 2px rgba(0,0,0,.2);
  }
}

:root{
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1
  }
.animate__animated{
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-duration:var(--animate-duration);
  animation-duration:var(--animate-duration);
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
@-webkit-keyframes bounceInUp{
  0%,60%,75%,90%,to{
    -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
            animation-timing-function:cubic-bezier(.215,.61,.355,1);
  }
  0%{
    opacity:0;
    -webkit-transform:translate3d(0,3000px,0) scaleY(5);
            transform:translate3d(0,3000px,0) scaleY(5);
  }
  60%{
    opacity:1;
    -webkit-transform:translate3d(0,-20px,0) scaleY(.9);
            transform:translate3d(0,-20px,0) scaleY(.9);
  }
  75%{
    -webkit-transform:translate3d(0,10px,0) scaleY(.95);
            transform:translate3d(0,10px,0) scaleY(.95);
  }
  90%{
    -webkit-transform:translate3d(0,-5px,0) scaleY(.985);
            transform:translate3d(0,-5px,0) scaleY(.985);
  }
  to{
    -webkit-transform:translateZ(0);
            transform:translateZ(0);
  }
}
@keyframes bounceInUp{
  0%,60%,75%,90%,to{
    -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
            animation-timing-function:cubic-bezier(.215,.61,.355,1);
  }
  0%{
    opacity:0;
    -webkit-transform:translate3d(0,3000px,0) scaleY(5);
            transform:translate3d(0,3000px,0) scaleY(5);
  }
  60%{
    opacity:1;
    -webkit-transform:translate3d(0,-20px,0) scaleY(.9);
            transform:translate3d(0,-20px,0) scaleY(.9);
  }
  75%{
    -webkit-transform:translate3d(0,10px,0) scaleY(1.03);
            transform:translate3d(0,10px,0) scaleY(1.03);
  }
  90%{
    -webkit-transform:translate3d(0,-5px,0) scaleY(.985);
            transform:translate3d(0,-5px,0) scaleY(.985);
  }
  to{
    -webkit-transform:translateZ(0);
            transform:translateZ(0);
  }
}
.animate__bounceInUp{
  -webkit-animation-name:bounceInUp;
          animation-name:bounceInUp;
}
