.footer_subtitle {
  color: var(--white-color);
  font-weight: 700;
}

footer:not(.exclusion)#new-footer {
  background: var(--aqua-green);
}
.box-nav {
  display: none;
}

footer:not(.exclusion) .ft_logo .footer_subtitle {
  margin-top: 10px;
}

.nav-bar--item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5px;
}

.nav-bar--item img {
  margin-bottom: 8px;
}

.nav-bar--item a {
  color: #000;
  font-size: 11px;
  font-weight: bold;
}

.nav-bar--item {
  cursor: pointer;
  opacity: 0.5;
}

.active {
  opacity: 1;
}

section.box-nav.d-block {
  display: block !important;
}

section.box-nav.d-none {
  display: none;
}

footer.footer-menu.footer-new.footer-mypage {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  footer:not(.exclusion) .ft_nav {
    width: 100%;
    padding-bottom: 100px;
  }

  footer:not(.exclusion) .ft_logo .footer_subtitle {
    margin-top: 0px;
  }
  
  .box-nav {
    display: block;
  }
  ul.nav-bar {
    list-style: none;
    display: flex;
    padding: 10px 42px 10px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: white;
    width: 100%;
    margin: 0;
  }

  footer:not(.exclusion) .inner {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .mypage-footer.mypage-index {
    display: none;
  }

  footer:not(.exclusion)#new-footer {
    display: none;
  }

  footer.footer-menu.footer-new.footer-mypage {
    display: block;
  }

  .inner {
    max-width: 680px;
  }

  footer:not(.exclusion) .ft_logo {
    text-align: center;
    width: 100%;
  }

  footer:not(.exclusion).footer-menu.footer-new div.ft_nav ul {
    margin-top: 0;
  }

  footer:not(.exclusion).footer-menu.footer-new .ft_nav li {
    padding: 10px 0 0;
  }

  footer:not(.exclusion).footer-menu.footer-new div.ft_nav ul li a {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  footer:not(.exclusion).footer-new ul.footer_mypage--list:first-of-type {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer_subtitle.footer_border {
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid var(--white-color);
    margin-bottom: 34px;
  }

  footer:not(.exclusion) .ft_nav {
    padding-bottom: 10px;
  }

  footer:not(.exclusion).footer-menu.footer-new div.ft_nav ul li a {
    line-height: 1.5;
    font-size: 12px;
  }

  .footer_subtitle {
    margin: 36px 0;
    font-size: 12px;
  }

  .footer_countries--box {
    width: 100%;
  }

  footer:not(.exclusion).footer-new ul.footer_mypage--list:first-of-type {
    margin-bottom: 32px;
  }

  footer:not(.exclusion) .ft_logo .footer_subtitle {
    padding: 0 8%;
    text-align: left;
    margin-top: 10px;
  }

  footer:not(.exclusion) .ft_logo .footer_subtitle {
    text-align: center;
  }

  footer .inner .ft_logo a img.pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  footer:not(.exclusion).footer-menu .ft_nav {
      margin: 30px 0 0 10px;
  }
}

/*STEP（フッター）*/
.step-container-footer{
  position: relative;
}
.step-container-footer::before{
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffe100 0%, #707070 0%);
  position: absolute;
  top: 15px;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 0;
}
.step-container-footer.per25::before{
  background: linear-gradient(90deg, #ffe100 25%, #707070 25.5%);
}
.step-container-footer.per50::before{
  background: linear-gradient(90deg, #ffe100 50%, #707070 50.5%);
}
.step-container-footer.per75::before{
  background: linear-gradient(90deg, #ffe100 75%, #707070 75.5%);
}
.step-container-footer.per100f::before{
  background: linear-gradient(90deg, #ffe100 100%, #707070 0%);
}
.step-num-footer{
  z-index: 1;
}
.step-num-footer .step-title{
  margin: 0;
  padding: 0;
  font-size: 2.3rem;
  font-weight: bold;
  border: none;
  color: #707070;
  background-color: unset;
}
.step-layout.step-container .step-title .step-number{
  margin-top: 1px;
}
.step-layout.step-container .step-title{
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  outline: 1px solid #707070;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #707070;
  background: #fff;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-layout.step-container .step-title i{
  font-size: 1.8rem;
}

.step-num-footer.active{
  border: none
}
.step-num-footer.active .step-title{
  outline: 4px solid #ffe100;
  color: #000;
}
.step-layout.step-container.step-container-footer {
  padding-bottom: 80px;
}
.step-sub{
  position: relative;
  width: 100%;
}
.step-sub span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 110px;
  text-align: center;
}
@media (max-width: 767px) {
  .step-layout.step-container.step-container-footer {
    margin-top: 30px;
  }
  .step-layout.tep-container-footer{
    width: 90%;
  }
  .step-sub span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 70px;
    text-align: center;
  }
  .step-container-footer::before{
    content: "";
    width: 85%;
    height: 2px;
    background: linear-gradient(90deg, #ffe100 0%, #707070 0%);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}