.footer {
  display: flex;
  height: 8vh;
  background: #000000;
  border: 1px solid #000000;
  z-index: 22;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.copy-right {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  position: relative;
}
.copy-right p {
  /* 一番下に配置 */
  position: absolute;
  bottom: 2rem;
  white-space: nowrap
  
}

.logo-white {
  flex-shrink: 0;
  position: relative;
  z-index: 44;
  display: flex;
  position: absolute;
  right: 2rem;
  bottom: 0;
  line-height: 40px;
  cursor: pointer;
}
.white-pepper-10 {
  color: #ffffff;
  font-family: Copperplate, var(--default-font-family);
  font-size: 60.572025299072266px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: -1.21px;
  z-index: 45;
  font-size: 2.5rem;
  margin-left: 0.4rem;
}
.frame-11 {
  z-index: 46;
}