.hamburger-line {
  background-color: #fff;
}
#profile-name-left {
  position: fixed;
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 1.3vw;
  letter-spacing: 0.2em;
  margin-left: 25px;
  margin-top: 24px;
  z-index: 1;
}
#contents-txt-wrap {
  position: relative;
  width: 100%;
  height: 105vw;
  background-color: #000;
}
#contents-txt-a {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.2em;
  line-height: 2.7vw;
  font-size: 2.5vw;
  width: 100%;
  top: 10vw;
  text-align: center;
  pointer-events: none;
}
#contents-txt-b {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 2.7vw;
  font-size: 1.2vw;
  width: 100%;
  text-align: center;
  pointer-events: none;
  top: 17vw;
}
#contents-txt-b-input {
  position: absolute;
  width: 60vw;
  background-color: #fff;
  border-radius: 0.25vw;
  padding: 2vw;
  top: 20.5vw;
  left: 20vw;
  height: 5vw;
}
#contents-txt-c {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 2.7vw;
  font-size: 1.2vw;
  width: 100%;
  text-align: center;
  pointer-events: none;
  top: 30vw;
}
#contents-txt-c-input {
  position: absolute;
  width: 60vw;
  background-color: #fff;
  border-radius: 0.25vw;
  padding: 2vw;
  top: 33.5vw;
  left: 20vw;
  height: 5vw;
}
#contents-txt-c-alert {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 2.7vw;
  font-size: 1.2vw;
  width: 100%;
  text-align: center;
  pointer-events: none;
  top: 38.5vw;
  width: 100vw;
  font-size: 1vw;
  color: #808080;
  display: none;
}
#contents-txt-d {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 2.7vw;
  font-size: 1.2vw;
  width: 100%;
  text-align: center;
  pointer-events: none;
  top: 43vw;
}
#contents-txt-d-input {
  position: absolute;
  width: 60vw;
  background-color: #fff;
  border-radius: 0.25vw;
  padding: 2vw;
  top: 46.5vw;
  left: 20vw;
  height: 5vw;
}
#contents-txt-e {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 2.7vw;
  font-size: 1.2vw;
  width: 100%;
  text-align: center;
  pointer-events: none;
  top: 56vw;
}
#contents-txt-e-input {
  position: absolute;
  width: 60vw;
  background-color: #fff;
  border-radius: 0.25vw;
  padding: 2vw;
  top: 59.5vw;
  left: 20vw;
  height: 30vw;
  resize: none;
}
#post-btn {
  position: absolute;
  top: 96vw;
  left: 40vw;
  width: 20vw;
  height: 6vw;
  font-size: 1.2vw;
  background-color: #fff;
  text-align: center;
  border-radius: 0.25vw;
  cursor: none;
  opacity: 0.5;
  font-family: 'Noto Serif JP', serif;
}
#footer {
  position: relative;
  width: 100%;
  height: 20vw;
}
#footer-name-a {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 0.8vw;
  margin: 0 auto;
  bottom: 60%;
  left: 27px;
}
#footer-name-b {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 1.8vw;
  margin: 0 auto;
  bottom: 40%;
  left: 25px;
}
#footer-name-c {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.2em;
  font-size: 0.8vw;
  margin: 0 auto;
  bottom: 27%;
  left: 27px;
}
#footer-instagram-icon {
  position: absolute;
  width: 1.8vw;
  height: 1.8vw;
  background-image: url("../../images/Top/Top-instagram-icon.png");
  background-size: cover;
  bottom: 42%;
  right: 5.9vw;
}
#footer-twitter-icon {
  position: absolute;
  width: 1.6vw;
  height: 1.6vw;
  background-image: url("../../images/Top/Top-twitter-icon.png");
  background-size: cover;
  bottom: 42.5%;
  right: 2.4vw;
}
#footer-copyright {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 0.7vw;
  margin: 0 auto;
  bottom: 27%;
  right: 23px;
}
