@charset "utf-8";

/*new_footer*/
.sp_content {
  display: none;
}
.pc_content {
  display: block;
}
footer.new_footer {
  position: relative;
  width: 100%;
  height: 800px;
  max-width: none;
  margin: 0 auto;
  padding: 0 8%;
  aspect-ratio: auto;
  background-color: #051d47 !important;
  z-index: 99999;
  /*重ね順を変更*/
  font-family: "Be Vietnam Pro", sans-serif !important;
}

footer.new_footer .footer_inner {
  position: relative;
  width: 100%;
  max-width: 1425px;
  height: 100%;
  margin: 0 auto;
}

footer.new_footer .footer_menu {
  position: absolute;
  top: 20%;
  left: auto;
  right: -5%;
  max-width: 900px;
  width: 100%;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  display: flex;
justify-content:flex-start; 
}
footer.new_footer .lower_menu_add {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
white-space:nowrap;
padding-right:5%;
}

footer.new_footer #totop {
  position: absolute;
  right: 5%;
  top: 9%;
  width: 15px;
}
footer.new_footer #footer_logo {
  position: absolute;
  top: 19%;
  left: 0;
  width: 290px;
  margin: 0 auto;
}
footer.new_footer #footer_logo img {
  width: 100%;
}

footer.new_footer .footer_menu ul {
  width: 45%;
}

footer.new_footer .footer_menu li {
  list-style: none;
  line-height: 3em;
}

footer.new_footer .footer_menu li a {
  text-decoration: none;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif !important;
}

footer.new_footer .footer_menu ul.lower_menu {
  margin: 0;
  font-family: "Be Vietnam Pro", sans-serif !important;
}

footer.new_footer .footer_menu ul.lower_menu li {
  font-feature-settings: "palt";
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.8em;
  font-weight: 600;
  width: 100%;
}

footer.new_footer .footer_menu ul.lower_menu2 li {
  position: relative;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.8em;
  width: 100%;
}

footer.new_footer .footer_menu ul.lower_menu2 li:nth-child(2)::after {
  position: relative;
  top: 2px;
  right: 0;
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/check_arrow_w.png);
  background-size: cover;
}

footer.new_footer .footer_sns {
  position: absolute;
  top: 270px;
  right: 60px;
  display: flex;
  margin-top: 20px;
}

footer.new_footer .footer_sns a {
  list-style: none;
  margin: 0 20px 0 0;
  width: 29px;
  height: 29px;
}

footer.new_footer .footer_menu2 {
  position: absolute;
  top: 85%;
  left: 0;
  font-style: normal;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  z-index: 1;
  width: 100%;
}

footer.new_footer .footer_menu2 li {
  list-style: none;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.5em;
  width: auto;
  text-align: left;
  margin-right: 35px;
}

footer.new_footer .footer_menu2 li a {
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
  font-family: "Be Vietnam Pro", sans-serif !important;
}

#copyright {
  position: absolute;
  top: 86.3%;
  left: 0;
  width: 100%;
  text-align: right;
  margin-top: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

@media print, screen and (max-width: 750px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
  }
  footer.new_footer {
    position: relative;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 0 auto;
    padding: 0 8%;
    aspect-ratio: 750 / 1679;
    background-color: #051d47 !important;
    z-index: 99999;
    font-family: "Be Vietnam Pro", sans-serif !important;
    /*重ね順を変更*/
  }

  footer.new_footer .footer_inner {
    position: relative;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0 auto;
  }

  footer.new_footer .footer_menu {
    position: absolute;
    top: 24%;
    left: auto;
    right: 0;
    width: 100%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    display: block;
    justify-content: space-between;
  }

  footer.new_footer .lower_menu_add {
    margin-bottom: 10%;
  }
  footer.new_footer .lower_menu_add li {
    padding: 0;
  }
  footer.new_footer .lower_menu_add a {
    font-size: 30px !important;
    font-weight: 600;
    line-height:2.6em;
  }

  footer.new_footer #totop {
    display: block;
    position: absolute;
    right: 9%;
    top: 5%;
    width: 30px;
  }
  footer.new_footer #footer_logo {
    position: absolute;
    top: 14%;
    left: 0;
    width: 42%;
    margin: 0 auto;
  }
  footer.new_footer #footer_logo img {
    width: 100%;
  }

  footer.new_footer .footer_menu ul {
    width: 100%;
  }

  footer.new_footer .footer_menu li {
    list-style: none;
    line-height: 3em;
  }

  footer.new_footer .footer_menu li a {
    text-decoration: none;
    color: #fff;
  }

  footer.new_footer .footer_menu ul.lower_menu {
    margin: 0 0 10%;
    font-family: "Be Vietnam Pro", sans-serif !important;
  }

  footer.new_footer .footer_menu ul.lower_menu li {
    font-feature-settings: "palt";
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 2.6em;
    font-weight: 600;
    width: 100%;
  }

  footer.new_footer .footer_menu ul.lower_menu2 li {
    position: relative;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 2.6em;
    width: 100%;
    white-space: nowrap;
  }
  footer.new_footer .footer_menu ul.lower_menu2 li:nth-child(2) {
    position: relative;
    top: -70px;
    right: -200px;
  }
  footer.new_footer .footer_menu ul.lower_menu2 li:nth-child(2)::after {
    position: relative;
    top: 2px;
    right: 0;
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/orthomoljapancom/uploads/img/check_arrow_w.png);
    background-size: cover;
  }

  footer.new_footer .footer_sns {
    position: absolute;
    top: auto;
    bottom: 300px;
    right: auto;
    left: 0;
    display: flex;
    margin-top: 20px;
  }

  footer.new_footer .footer_sns a {
    list-style: none;
    margin: 0 34px 0 0;
    width: 8%;
    height: 8%;
  }

  footer.new_footer .footer_menu2 {
    position: absolute;
    top: 72%;
    left: 0;
    font-style: normal;
    color: #fff;
    display: block;
    justify-content: flex-start;
    flex-wrap: nowrap;
    z-index: 1;
    width: 100%;
  }

  footer.new_footer .footer_menu2 li {
    list-style: none;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 2.6vw;
    font-weight: 600;
    line-height: 2.5em;
    width: auto;
    text-align: left;
    margin-right: 35px;
    display: inline-block;
  }

  footer.new_footer .footer_menu2 li a {
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
  }

  #copyright {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 6%;
    font-size: 3.3vw;
    font-weight: 400;
    color: #fff;
  }
}
