#AW_2ND .title {
  position: absolute;
  left: 30px;
  width: 14.5833333333vw;
  height: 1.1822916667vw;
  top: 140px;
  z-index: 999;
}
#AW_2ND .title a {
  width: 14.5833333333vw;
  height: 1.1822916667vw;
}
#AW_2ND .title a img {
  vertical-align: top;
}
#AW_2ND .brand_site_link {
  position: absolute;
  top: 140px;
  right: 30px;
  z-index: 999;
}
#AW_2ND .brand_site_link a {
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  letter-spacing: 0.06em;
  font-family: "Roboto";
}
#AW_2ND .brand_site_link a img {
  width: 0.625vw;
  height: auto;
  margin-left: 8px;
}
#AW_2ND .side_fixed_link {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  font-size: 22px;
  font-family: "Roboto";
  transform: translateY(-50%);
}
#AW_2ND .side_fixed_link a {
  color: #fff;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 150px;
  background: #000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#AW_2ND .side_fixed_link a img {
  width: 18px;
  height: auto;
}
#AW_2ND .side_fixed_link a .side_fixed_link_txt {
  display: none;
}
#AW_2ND .side_fixed_link a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}

.footer_sec {
  padding-top: 5.46875vw;
  padding-bottom: 1.5625vw;
}
.footer_sec .footer_inner {
  max-width: 51.0416666667vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}
.footer_sec .footer_inner .footer_left .footer_logo {
  width: 260px;
  height: auto;
  margin-bottom: 1.0416666667vw;
}
.footer_sec .footer_inner .footer_left .footer_link li a {
  font-size: 22px;
  font-family: "Roboto";
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}
.footer_sec .footer_inner .footer_left .footer_link li a img {
  width: 12px;
  height: auto;
  margin-left: 8px;
}
.footer_sec .footer_inner .footer_right .footer_sns {
  display: flex;
  align-items: center;
}
.footer_sec .footer_inner .footer_right .footer_sns li {
  margin-right: 2.34375vw;
}
.footer_sec .footer_inner .footer_right .footer_sns li a {
  display: block;
}
.footer_sec .footer_inner .footer_right .footer_sns li:nth-child(1) a img {
  width: 32px;
  height: auto;
}
.footer_sec .footer_inner .footer_right .footer_sns li:nth-child(2) a img {
  width: 20px;
  height: auto;
}
.footer_sec .footer_inner .footer_right .footer_sns li:nth-child(3) {
  margin-right: 0;
}
.footer_sec .footer_inner .footer_right .footer_sns li:nth-child(3) a img {
  width: 32px;
  height: auto;
}
.footer_sec .footer_copy {
  text-align: center;
  font-size: 10px;
  font-family: "Roboto";
}

@media screen and (min-width: 561px) and (max-width: 750px) {
  .footer_sec .footer_inner {
    max-width: 90%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  #AW_2ND .title {
    left: 3.8461538462vw;
    width: 48.7179487179vw;
    height: 3.9743589744vw;
    top: 5.1282051282vw;
  }
  #AW_2ND .title a {
    width: 48.7179487179vw;
    height: 3.9743589744vw;
  }
  #AW_2ND .brand_site_link {
    display: none;
  }
  #AW_2ND .side_fixed_link {
    font-size: 14px;
  }
  #AW_2ND .side_fixed_link a {
    width: 70px;
    height: 70px;
    background: #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #AW_2ND .side_fixed_link a img {
    display: none;
  }
  #AW_2ND .side_fixed_link a .side_fixed_link_txt {
    display: block;
    text-align: center;
    line-height: 1.1;
    font-weight: 600;
  }
  #AW_2ND .side_fixed_link a .side_fixed_link_txt img {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  .footer_sec {
    padding-bottom: 8.9743589744vw;
  }
  .footer_sec .footer_inner {
    max-width: 100%;
    width: 100%;
    padding-left: 6.4102564103vw;
    padding-right: 6.4102564103vw;
    margin-bottom: 14.1025641026vw;
    padding-top: 10.2564102564vw;
    display: block;
  }
  .footer_sec .footer_inner .footer_left {
    margin-bottom: 14.1025641026vw;
  }
  .footer_sec .footer_inner .footer_left .footer_logo {
    width: 220px;
    margin-bottom: 12.8205128205vw;
  }
  .footer_sec .footer_inner .footer_left .footer_link li a {
    font-size: 20px;
  }
  .footer_sec .footer_inner .footer_left .footer_link li:nth-child(1) {
    margin-bottom: 7.6923076923vw;
  }
  .footer_sec .footer_inner .footer_right .footer_sns {
    justify-content: center;
  }
  .footer_sec .footer_inner .footer_right .footer_sns li {
    margin-right: 12.8205128205vw;
  }
}
/*# sourceMappingURL=common.css.map */