body {
  font-family: 'Acme', sans-serif;
}

@media (min-width: 769px) {
  :root {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  :root {
    font-size: 16px;
    font-size: 1rem;
  }
}

.header {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background-image: url(../../img/harehare1.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .header {
    background: -moz-radial-gradient(#FFF, #fff478 40%, #eb4823);
    background: -webkit-radial-gradient(#FFF, #fff478 40%, #eb4823);
    background: radial-gradient(#FFF, #fff478 40%, #eb4823);
  }
}

.hareabout {
  padding: 20vh 0;
  display: flex;
  justify-content: center;
  color: #fafafa;
}

@media screen and (max-width: 480px) {
  .hareabout {
    padding: 16px;
    flex-direction: column;
    color: #0a0a0a;
  }
}

.haremember {
  width: 40%;
}

@media screen and (max-width: 480px) {
  .haremember {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}

.haredescription {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .haredescription {
    width: 100%;
  }
}

.hareabout__theme {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .hareabout__theme {
    text-align: center;
    margin-bottom: 24px;
  }
}

.haremember__list {
  margin-bottom: 16px;
}

.haredescription__text {
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 1;
}

@media screen and (max-width: 480px) {
  .haredescription__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.harelive {
  height: 100%;
}

.harelive img {
  width: 100%;
  height: 100%;
}

.haremusic {
  padding: 32px;
  text-align: center;
  width: 100vw;
  font-size: 16px;
  font-size: 1rem;
  color: #f5f5f5;
}

@media screen and (max-width: 480px) {
  .haremusic {
    font-size: 14px;
    font-size: 0.875rem;
    color: #0a0a0a;
    font-weight: 400;
    padding: 24px;
  }
}

@media screen and (max-width: 350px) {
  .haremusic {
    margin: 0 auto;
    width: 100%;
    padding: 12px;
  }
}

.haremusic__lyrics {
  line-height: 1.5;
  white-space: pre-line;
  word-wrap: break-word;
}

.harephoto {
  width: 100vw;
}

.harephoto img {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .harephoto-sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .harephoto-pc {
    display: none;
  }
}

.harefooter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  color: #f5f5f5;
}

@media (max-width: 768px) {
  .harefooter {
    height: 64px;
  }
}

.hareback {
  border: 1px solid #f5f5f5;
  padding: 8px;
  z-index: 100;
}

.hareback a {
  color: #f5f5f5;
  z-index: 100;
}

body {
  background: -moz-radial-gradient(#FFF, #fff478 40%, #eb4823);
  background: -webkit-radial-gradient(#FFF, #fff478 40%, #eb4823);
  background: radial-gradient(#FFF, #fff478 40%, #eb4823);
}
