.global-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0 0;
  width: 100%;
  padding: 228.8rem 230.4rem 225.6rem;
  background-color: #f6f7f7; }

.global-footer-brands {
  grid-area: 1/2/3/3;
  width: 1356.8rem; }

.global-footer-logo {
  grid-area: 1/1/2/2;
  width: 513.6rem;
  margin-top: 1.6rem; }

.global-footer-sns {
  align-self: flex-end;
  display: flex;
  grid-area: 2/1/3/2;
  padding-bottom: 3.2rem; }

.global-footer-sns-item {
  width: 44.8rem;
  height: 44.8rem; }

.global-footer-sns-item svg {
  width: 44.8rem;
  height: 44.8rem; }

.global-footer-sns-item + .global-footer-sns-item {
  margin-left: 25.6rem; }

.global-footer-sns a path {
  fill: #000;
  transition: fill 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }

.global-footer-brands-item {
  margin-top: 1.6rem; }

.global-footer-brands-item + .global-footer-brands-item {
  margin-top: 80rem; }

.global-footer-brand {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.global-footer-brand-item {
  width: 652.8rem;
  height: 192rem;
  margin-bottom: 51.2rem; }

.global-footer-brand-item a {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1; }

.global-footer-brand-item a::before {
  position: absolute;
  top: 9.6rem;
  left: 9.6rem;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 16rem;
  z-index: -1; }

.global-footer-brand-item a img {
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform; }

.global-footer-brand-item:nth-child(1) a::before {
  background: #f7e4e1; }

.global-footer-brand-item:nth-child(2) a::before {
  background: #f5e6de; }

.global-footer-brand-item:nth-child(3) a::before {
  background: #f1ebda; }

.global-footer-brand-item:nth-child(4) a::before {
  background: #dcf2d5; }

.global-footer-all {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 44.8rem 0; }

.global-footer-all-item {
  font-size: 25.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: normal; }

.global-footer-all-item a {
  color: #555;
  transition: color 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }

@media not all and (min-width: 9999px) {
  .global-footer {
    display: block;
    padding: 25.6rem 0 24.8rem; }

  .global-footer-brands {
    width: 85.3333333333rem;
    margin: 0 auto; }

  .global-footer-logo {
    width: 32rem;
    margin: 25.0666666667rem auto 0; }

  .global-footer-sns {
    justify-content: center;
    width: 85.3333333333rem;
    margin: 9.6rem auto 0; }

  .global-footer-sns-item svg {
    width: 6.4rem;
    height: 6.4rem; }

  .global-footer-sns-item {
    width: 6.4rem;
    height: 6.4rem; }

  .global-footer-sns-item + .global-footer-sns-item {
    margin-left: 4.8rem; }

  .global-footer-brands-item {
    margin-top: 0; }

  .global-footer-brands-item + .global-footer-brands-item {
    margin-top: 13.3333333333rem; }

  .global-footer-brand {
    display: block; }

  .global-footer-brand-item {
    width: 85.3333333333rem;
    height: auto;
    margin-bottom: 0; }

  .global-footer-brand-item + .global-footer-brand-item {
    margin-top: 3.2rem; }

  .global-footer-brand-item a::before {
    top: 1.0666666667rem;
    left: 1.0666666667rem;
    border-radius: 1.6rem; }

  .global-footer-all {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.4rem 10.6666666667rem;
    margin-top: 0; }

  .global-footer-all-item {
    font-size: 3.2rem;
    letter-spacing: 0.1em; }

  .global-footer-all-item a {
    display: block;
    white-space: nowrap; }

  .global-footer-all-item:nth-child(3n + 1) {
    width: 21.8666666667rem; }

  .global-footer-all-item:nth-child(3n + 2) {
    width: 18.9333333333rem; } }
@media (hover: hover) {
  .global-footer-sns a:hover path {
    fill: var(--color-primary); }

  .global-footer-brand-item a:hover img {
    transform: translate3d(4.8rem, 4.8rem, 0); }

  .global-footer-all-item a:hover {
    color: var(--color-primary); } }
@media print, screen and (min-width: 9999px) {
  .global-footer-all-item:nth-child(5n + 1) {
    width: 297.6rem; }

  .global-footer-all-item:nth-child(5n + 2) {
    width: 300.8rem; }

  .global-footer-all-item:nth-child(5n + 3) {
    width: 281.6rem; }

  .global-footer-all-item:nth-child(5n + 4) {
    width: 347.2rem; }

  .global-footer-all-item:nth-child(5n) {
    white-space: nowrap; } }
