@charset "utf-8";
.footer__inner {
    background-image: url(https://my-revolution.com/system_panel/uploads/images/footer__bg.png);
    background-position: top;
    background-size: cover;
    position: relative;
    padding-top: 80px;
}
.footer__container {
    padding: 0 clamp(1.688rem, -18.098rem + 30.92vw, 19rem);
      display: flex;
    column-gap: clamp(1.25rem, -5.893rem + 11.16vw, 7.5rem);
}
.footer__left {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
}
.footer__logo {
  width: clamp(14.688rem, 12.813rem + 3.91vw, 17.5rem);
}
.footer__content {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
}
.footer__insta {
  width: 40px;
}
.footer-left__bottom {
      display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.footer__title {
      font-size: 18px;
    font-weight: 700;
    font-family: "遊ゴシック",sans-serif;
}
.footer__access {
      font-size: 16px;
    font-weight: 500;
    font-family: "遊ゴシック",sans-serif;
}
.footer__items {
      display: flex;
  justify-content: space-between;
    column-gap: clamp(1.25rem, -1.893rem + 4.91vw, 4rem);
}
.footer__item {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
}
.footer-item__main {
      font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
    font-weight: 700;
    font-family: "遊ゴシック",sans-serif;
    color: #C11B64;
}
.footer-item__sub {
  color: #191919;
    font-weight: 500;
    font-family: "遊ゴシック",sans-serif;
}
.footer__copyright {
        background: url(https://my-revolution.com/system_panel/uploads/images/footer-copy-bg.png);
    background-size: cover;
    background-position: center;
    height: clamp(5.25rem, 3.667rem + 3.3vw, 7.625rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-copyright__text {
  padding-top: clamp(2.875rem, 1.458rem + 2.95vw, 5rem);
      font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "遊ゴシック",sans-serif;
}

.footer__fixed {
      position: absolute;
    top: -6%;
    right: 10%;
}
.footer__fixed:hover {
  transform: scale(1.1);
}
.footer__fixed img {
  width: 66px;
}

@media (max-width: 1279px) {
  .footer__container {
        flex-direction: column-reverse;
    row-gap: 80px;
  }
  .footer__items {
        width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__left {
        width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .footer__inner {
    padding-top: 106px;
  }
  .footer__container {
        width: fit-content;
    margin: 0 auto;
  }
  .footer__items {
        width: unset;
  }
  .footer__left {
        width: unset;
  }
  .footer__content {
        flex-direction: column-reverse;
    row-gap: 40px;
  }
  .footer__insta {
    margin: auto;
  }
  .footer__items {
        flex-direction: column;
    row-gap: 32px;
  }
  .footer-item__main {
    font-size: 18px;
  }
  .footer-item__sub {
    font-size: 16px;
  }
  
  .footer__fixed {
        top: -3%;
    right: 50%;
    transform: translateX(50%);
  }
}