body {
  position: relative;
  background-color: #000;
  width: 100%;
  min-width: 320px;
}
#hamburger {
  display: block;
  position: fixed;
  top: 22px;
  right: 25px;
  width: 50px;
  height: 40px;
  z-index: 5;
}
.hamburger-line {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1.2px;
  background-color: #fff;
  border-radius: 0px;
  margin-left: 15px;
}
#hamburger-line1 {
  top: 0;
}
#hamburger-line2 {
  top: 10.5px;
}
#hamburger-line3 {
  bottom: 0px;
}
#menu-content {
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 80;
  opacity: 0.8;
  background-color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.1em;
}
.menu {
  left: 100%;
  transition: all 0.5s;
}
.open {
  transition: all 0.5s;
  left: 30%;
}
#menu-close {
  position: absolute;
  top: 12px;
  right: 10%;
  width: 50px;
  height: 40px;
}
.menu-line {
  width: 35px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
}
#menu-line1 {
  position: absolute;
  top: 50%;
  transform: rotate(30deg);
}
#menu-line3 {
  position: absolute;
  top: 50%;
  transform: rotate(-30deg);
}
#menu-ul {
  margin-top: 40%;
  margin-left: 10%;
  margin-bottom: 40%;
}
#menu-li {
  margin-top: 12%;
  margin-left: 15%;
}
.click-obj {
  font-size: 3.5vw;
  letter-spacing: 0.2em;
}
.menu-sub-text {
  font-size: 2vw;
  letter-spacing: 0.2em;
}
#menu-sns {
  position: absolute;
  width: 25vw;
  top: 90vw;
  left: 23%;
  font-family: 'Marcellus', serif;
  font-size: 1.3vw;
  letter-spacing: 0.2em;
}
#menu-instagram-icon {
  position: absolute;
  width: 5.5vw;
  left: 0%;
}
#menu-twitter-icon {
  position: absolute;
  width: 4.75vw;
  margin-left: 39%;
}
.corsor-wrapper {
  display: none;
}
.corsor {
  display: none;
}
#top {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 70px;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.img {
  width: 100%;
}
#profile-wrapper {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5vw;
  color: #fff;
  width: 100%;
  height: 285vw;
  margin-bottom: 5vw;
}
#profile-top {
  position: absolute;
  display: flex;
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 1.3vw;
  top: 2.3%;
  width: 50%;
}
#profile-top-line {
  border: 0.1px solid #fff;
  width: 12%;
  margin-top: 3vw;
  margin-right: 2vw;
  height: 0.1px;
  z-index: 1;
}
#profile-top-txt {
  font-size: 2.5vw;
  margin-top: 2.5vw;
  margin-bottom: 0vw;
  letter-spacing: 0.3em;
  line-height: 1.5vw;
}
#profile-name-left {
  position: fixed;
  color: #fff;
  font-family: 'Marcellus', serif;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  margin-left: 25px;
  margin-top: 26px;
  z-index: 4;
}
#profile-txt-wrapper {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 200vw;
  top: 30vw;
  z-index: 1;
}
.profile-big-txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.5vw;
  margin-bottom: 2vw;
  letter-spacing: 0.4em;
}
.profile-middle-txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 4vw;
  margin-bottom: 1.8vw;
  letter-spacing: 0.4em;
}
.profile-small-txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5vw;
  margin-bottom: 0.5vw;
  letter-spacing: 0.2em;
  line-height: 1.5vw;
}
.english {
  font-family: 'Marcellus', serif;
}
#profile-txt-a {
  margin-top: 125vw;
  margin-left: 8%;
  margin-bottom: 7vw;
}
#profile-txt-b {
  margin-left: 8%;
  margin-bottom: 15vw;
}
#profile-txt-c {
  margin-left: 8%;
  margin-bottom: 1vw;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5vw;
  margin-bottom: 0.5vw;
  letter-spacing: 0.2em;
  line-height: 5.8vw;
}
#profile-txt-line {
  border: 0.5px solid #fff;
  width: 5%;
  margin-left: 8%;
  margin-top: 6vw;
  margin-right: 30px;
  height: 0.1px;
  z-index: 1;
}
#profile-txt-d {
  margin-left: 8%;
  padding-right: 8%;
  margin-top: 8vw;
  font-family: 'Marcellus', serif;
  font-size: 2.5vw;
  margin-bottom: 0.5vw;
  letter-spacing: 0.2em;
  line-height: 5.8vw;
}
#profile-img {
  position: absolute;
  width: 84vw;
  height: 109.536vw;
  top: 4vw;
  left: 8%;
  background-image: url("../../images/ArtistProfile/profile.png");
  background-size: cover;
}
#contents-txt-wrap {
  position: relative;
  width: 100%;
  height: 265vw;
  background-color: #000;
}
#contents-txt-title {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  line-height: 3.7vw;
  font-size: 4.5vw;
  top: 10vw;
  left: 8%;
  pointer-events: none;
}
#contents-txt-a {
  display: none;
}
#contents-txt-a-phone {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 10vw;
  font-size: 3vw;
  top: 30vw;
  left: 8%;
  padding-right: 8%;
  pointer-events: none;
}
#contents-line-a {
  border: 0.5px solid #fff;
  width: 8vw;
  left: 8%;
  top: 23.5vw;
  height: 0.1px;
  z-index: 1;
  position: absolute;
}
#contents-line-txt-a {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.3em;
  line-height: 3.1vw;
  font-size: 3vw;
  top: 22vw;
  left: 16%;
  pointer-events: none;
}
#contents-line-b {
  border: 0.5px solid #fff;
  width: 8vw;
  left: 27%;
  top: 23.5vw;
  height: 0.1px;
  z-index: 1;
  position: absolute;
}
#contents-line-c {
  border: 0.5px solid #fff;
  width: 8vw;
  left: 8%;
  top: 167.5vw;
  height: 0.1px;
  z-index: 1;
  position: absolute;
}
#contents-line-txt-b {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.3em;
  line-height: 3.1vw;
  font-size: 3vw;
  top: 166vw;
  left: 16%;
  pointer-events: none;
}
#contents-line-d {
  border: 0.5px solid #fff;
  width: 8vw;
  left: 30.5%;
  top: 167.5vw;
  height: 0.1px;
  z-index: 1;
  position: absolute;
}
#contents-txt-b {
  display: none;
}
#contents-txt-b-phone {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
  line-height: 10vw;
  font-size: 3vw;
  top: 175vw;
  left: 8%;
  padding-right: 8%;
  pointer-events: none;
}
#contents-txt-position {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.5em;
  line-height: 5.1vw;
  font-size: 2.5vw;
  top: 245vw;
  right: 28vw;
  padding-right: 8%;
  pointer-events: none;
}
#contents-txt-name {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.5em;
  line-height: 5.1vw;
  font-size: 3.5vw;
  top: 245vw;
  right: 4vw;
  padding-right: 8%;
  pointer-events: none;
}
#award-wrapper {
  position: relative;
  width: 100%;
  height: 340vw;
}
#award-japanese {
  position: absolute;
  width: 84vw;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  left: 8vw;
}
#award-english {
  display: none;
}
#award-english-phone {
  position: absolute;
  width: 84vw;
  color: #fff;
  font-family: 'Marcellus', serif;
  left: 8vw;
  top: 160vw;
}
#award-line-phone {
  position: absolute;
  border: 0.5px solid #fff;
  width: 84%;
  height: 0.1px;
  top: 145vw;
  left: 8%;
  z-index: 1;
}
.award-middle-txt {
  letter-spacing: 0.3em;
  line-height: 3.1vw;
  font-size: 3.5vw;
  margin-bottom: 6vw;
}
.award-small-txt {
  letter-spacing: 0.2em;
  line-height: 9vw;
  font-size: 2.5vw;
}
.award-small-txt-phone {
  letter-spacing: 0.2em;
  line-height: 5vw;
  font-size: 2.5vw;
}
#footer {
  position: relative;
  width: 100%;
  height: 60vw;
}
#footer-name-a {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  font-size: 3vw;
  margin: 0 auto;
  bottom: 70%;
  left: 10vw;
}
#footer-name-b {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.15em;
  font-size: 4.5vw;
  margin: 0 auto;
  bottom: 55%;
  left: 10vw;
}
#footer-name-c {
  position: absolute;
  color: #fff;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.3em;
  font-size: 2.5vw;
  margin: 0 auto;
  bottom: 47%;
  left: 10vw;
}
#footer-instagram-icon {
  position: absolute;
  width: 5.7vw;
  height: 5.7vw;
  background-image: url("../../images/Top/Top-instagram-icon.png");
  background-size: cover;
  bottom: 69.5%;
  right: 10vw;
}
#footer-twitter-icon {
  position: absolute;
  width: 5.2vw;
  height: 5.2vw;
  background-image: url("../../images/Top/Top-twitter-icon.png");
  background-size: cover;
  bottom: 70%;
  right: 20vw;
}
#footer-copyright {
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.35em;
  font-size: 2vw;
  margin: 0 auto;
  bottom: 20%;
}
