
.footer_block {
  color: #fff;
  background: #000;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 980px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_block {
    display: block !important;
    position: relative;
    min-width: unset !important;
  }
}
.footer_block ul,
.footer_block ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_block a {
  text-decoration: none;
}

.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .footer_logo {
    width: 250px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  .footer_logo {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}

.footer_logo__link {
  display: block;
  max-width: 195px;
  text-align: center;
  color: #fff;
}

.footer_logo__name {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  padding-top: 8px;
}

.footer_logo__official {
  font-size: clamp(1rem, 0.8870967742vw, 1.1rem);
}

.footer_menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .footer_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #222;
    width: calc(100% - 350px);
    padding: 40px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .footer_menu {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .footer_menu {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 501px) {
  .footer_menu__top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .footer_menu__top {
    padding-bottom: 24px;
  }
}

.footer_menu__lead {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  padding-bottom: 15px;
  color: #CCCCCC;
}

@media screen and (max-width: 1024px) {
  .footer_menu__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0;
  }
}
.footer_menu__tab + .footer_menu__tab {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .footer_menu__tab + .footer_menu__tab {
    margin-top: 15px;
  }
}

.footer_menu__link {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  color: #CCCCCC;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .footer_menu__link {
    line-height: 1.6;
  }
}
.footer_menu__link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0px;
  background-color: #666666;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.footer_menu__link:hover {
  color: #fff;
}
.footer_menu__link:hover::before {
  background-color: #fff;
  left: -5px;
}

.footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer_block .footer_sns {
  margin-top: clamp(15px, 1.875vw, 30px);
}
@media screen and (max-width: 1024px) {
  .footer_sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_sns__link {
  display: block;
  aspect-ratio: 1/1;
  width: 22px;
  height: auto;
}
.footer_sns__link svg {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  fill: #999;
}
.footer_sns__link:hover svg {
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  .footer_menu__btns {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}

.footer_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .footer_top {
    position: relative;
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_top {
    position: absolute;
    top: 0;
    right: 20px;
    translate: 0 -50%;
  }
}
.footer_top::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #111;
}
.footer_top:hover::before {
  height: 100%;
}

.footer_top__arrow {
  width: 14px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.footer_top:hover .footer_top__arrow {
  translate: 0 -30px;
}

.footer_btn {
  display: block;
  line-height: 40px;
  background-image: -webkit-linear-gradient(135deg, #DBC8A1, #917438, #BCA26C, #A08145);
  background-image: linear-gradient(-45deg, #DBC8A1, #917438, #BCA26C, #A08145);
  background-size: 200% 200%;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.footer_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .footer_btn {
    margin-top: 32px;
  }
}

.footer_copy {
  font-size: 11px;
  color: #666666;
  font-style: normal;
  text-align: right;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media screen and (max-width: 1024px) {
  .footer_copy {
    text-align: center;
    margin-top: 24px;
  }
}