footer {
  background: #001e47;
}

footer,
footer a {
  font-size: 1.1rem;
  line-height: 1.7rem;
  color: #fff;
}

footer a {
  margin-bottom: 10px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

footer a.active,
footer a:hover {
  color: #f07614;
}

.footer__top {
  padding: 10px 0;
  padding-left: 100px;
}

.top__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo a:first-child {
  margin-right: 20px;
}

.footer__gotop {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.7rem;
  line-height: 1.7rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 10px 112px;
  transform-origin: 30px 112px;
  cursor: pointer;
}

.footer__gotop span:last-child {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 26px;
  background: url(../../image/noa_sprite.svg) no-repeat -95px -29px;
  -webkit-transform: translateX(0) scale(0.7);
  transform: translateX(0) scale(0.7);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.footer__gotop:hover span:last-child {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.bottom__box {
  margin-top: 30px;
}

.bottom__items {
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}

.bottom__items.last {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: -90px;
  margin-right: 0;
  text-align: center;
  display:flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  max-width: 50%;
}
.bottom__items.last a{
	padding-right:20px;
}

.bottom__items a {
  display: block;
}

.footer__social a {
  display: inline-block;
  margin: 10px 5px 0 0;
  width: 30px;
  height: 30px;
  background: url(../../image/noa_sprite.svg) no-repeat;
}

.footer__social .facebook {
  background-position: -2px -89px;
}

.footer__social .youtube {
  background-position: -33px -89px;
}

/* FOOTER BOTTOM */
.footer__bottom,
.footer__bottom a {
  font-size: 1.1rem;
  line-height: 3rem;
  color: #f07614;
}

.footer__bottom {
  position: relative;
}

.footer__bottom:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 1000%;
  border-top: 1px solid #f07614;
}

.bottom__items.last img{
	width:135px;
}

@media(max-width:1336px) {
  .bottom__items.last {
    float: right;
    text-align: left;
    width:fit-content;
  }
	.bottom__items{
		margin-right:20px;
	}
}

@media(max-width:1228px) {
	.bottom__items{
		margin-right:10px;
	}
}

@media(max-width:1200px) {
	.bottom__items.last {
    display: block;
    clear: both;
    width: 100%;
    float: none;
    margin:10px auto;
    max-width: 100%;
    margin-top: 10px;
  }
  .bottom__items.last a {
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
    padding-right:0;
  }
}

@media(max-width:1138px) {
	.bottom__items{
		margin-right:100px;
	}
}

@media(max-width:767px) {
  .footer__top {
    padding: 25px 0;
    padding-left: 0;
  }

  .footer__gotop {
    position: static;
    -webkit-transform-origin: 45% 20%;
    transform-origin: 45% 20%;
  }

  .footer__gotop span:last-child {
    margin-left: 0;
  }

  .bottom__items {
    display: block;
    margin-right: 0;
  }
	.bottom__items.last{
		display:contents;
	}
}

footer .centered{
	max-width:1400px;
}