@charset "utf-8";
#footer_bg {
  background-image: url("");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 130px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1c1d1e;
  width: 100%;
  height: auto;
  z-index: 500;
  clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0% 100%);
}
.footer_box {
  position: relative;
  max-width: 500px;
  width: 70%;
  top: 30%;
  left: 30%;
  color: white;
}
.footer_box p {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0rem;
}
.footer_box .site_map_span {
  background: white;
  width: 100px;
  height: 0.5px;
  /* transform: translateY(-10px); */
}
.site_map {
  display: flex;
  margin-top: 15px;
}
.site_map ul:first-child {
  margin-right: 100px;
}
.site_map ul li {
  height: 32px;
}
.site_map ul li:first-child {
  font-weight: bold;
}


.site_map a {
  color: #b3b3b3;
}
.site_map a:hover {
  color: white!important;
}
.white_color {

}
.white_color a {
  color: white!important;
  position: relative;
}
.TY_cross {
  position: absolute;
  background: white;
  width: 7px;
  height: 1px;
  top: 50%;
  right: -10px;
}
.TY_cross:last-child {
  transform: rotate(90deg);
  transition: .5s;
}
.white_color a:hover .TY_cross:last-child {
  opacity: 0;
}
.site_map .ftura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.site_map1 .ftura {
  font-weight: bold!important;
}
.footer_box .flex_area {
  width: 120px;
  transform: translateY(-10px);
}
.footer_box .flex_area:last-child {
  margin-top: 40px;
  padding-bottom: 100px;
  transform: translate(-12px);
}
@media screen and (max-width: 700px) {
  #footer_bg,
  footer {
    clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
  }
  #footer_bg {
    /* padding-top: 0; */
    /* background-size: cover; */
  }
  .footer_box {
    width: 100%;
    left: 0;
    padding: 0 10%;
  }
  .site_map_span {
    width: .5rem!important;
    transform: translateY(0)!important;
  }
  .site_map {
    flex-direction: column;
  }
  footer {
    background-size: 200%;
  }
  footer ul {
    overflow: hidden;
  }
  footer ul li {
    position: relative;
  }
  .site_map ul .white_color {
    display: none;
  }
  .site_map ul:first-child {
    margin-right: 0;
  }
  .site_map ul li:first-child {
    height: 60px;
    line-height: 3.5rem;
    font-size: 13px;
  }
  footer ul .site_map1 .li_button:first-child {
    transform: rotate(90deg);
  }
  footer .li_button {
    position: absolute;
    top: 50%;
    right: 0;
    background: #f8f8f8;
    width: .8rem;
    height: 1px;
    transition: .3s;
  }
  footer ul .site_map1 span.li_button:nth-of-type(2),
  footer ul .site_map2 span.li_button:nth-of-type(1) {
    transform: rotate(90deg);
  }
  footer .ul_span {
    width: 100%;
    background: white;
    height: .5px;
  }
  footer ul li:not(:first-child) {
    transform: translateY(-200px);
  }
  .footer_box .flex_area {
    width: 240px;
  }
  .footer_box .flex_area span a {
    color: white;
    margin: auto 0 0;
    line-height: 80px;
  }
  .footer_box .flex_area:last-child {
    padding-bottom: 40px;
  }
  .footer_visible .pc {
    display: block;
    transform: translateY(0);
  }
  .footer_visible .site_map1 .li_button:nth-of-type(2),
  .footer_visible .site_map2 .li_button:nth-of-type(1) {
    opacity: 0;
  }
  .footer_box .flex_area:last-child a:first-child,
  .footer_box .flex_area:last-child a:nth-child(2) {
    width: 50px;
  }
  .footer_box .flex_area:last-child a:nth-child(2) {
    margin-right: 10px;
  }
}
