@charset "UTF-8";
/* CSS Document */

/* concept & information */

@media only print, only screen and (min-width: 18.75em){

#header{
  visibility: visible;
  opacity: 1;
}

#header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 7777;
  color: #fff;
  mix-blend-mode: difference;
  transition-duration: 0.8s;
  font-size: 28px;
  line-height: 0.88;
  letter-spacing: -0.02em;
}

#headerInner{
  padding: 20px 18px;
}

#btnBack{
  position: absolute;
  top: 20px;
  right: 18px;
  color: #fff;
}


#mainContents{
  padding: 160px 18px;
}

#profile{
  height: auto;
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 5555;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
}

#profileTtl{
  width: 100%;
  position: relative;
  top: 0;
  color: #000;
  mix-blend-mode: normal;
}

#profile h2{
  margin-bottom: 80px;
}

#profileArtist{
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 80px;
}

#profileNumber{
  position: absolute;
  top: 20px;
  right: 0;
}

/* footer */

#footerInner{
  padding: 16px 20px;
  position: relative;
}

#copyright{
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 37px;
}

}

@media only print, only screen and (min-width: 1000px){

#header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 7777;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 1;
  transition-duration: 0.8s;
  font-size: 6.515vw;
  line-height: 0.88;
  letter-spacing: -0.02em;
}

#headerInner{
  padding: 20px 28px;
}

#btnBack{
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
}


#mainContents{
  padding: 300px 28px 0;
}

#profile{
  height: auto;
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 5555;
  font-size: 6.515vw;
  line-height: 1;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s;
}

#profileTtl{
  width: 100%;
  position: relative;
  top: 0;
  color: #000;
  mix-blend-mode: normal;
}

#profile h2{
  margin-bottom: 80px;
}

#profileArtist{
  position: relative;
  top: 20px;
  left: 0;
  margin-bottom: 80px;
}

#profileNumber{
  position: absolute;
  top: 20px;
  right: 0;
}

/* footer */

#footer{
  font-size: 6.369vw;
}

#footerInner{
  padding: 16px 28px;
  position: relative;
}

#copyright{
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 37px;
}

}

@media only print, only screen and (min-width: 1800px){

#header,
#profile,
#footer{
  font-size: 117.27px;
}

#profile p{
  font-size: 100px;
}

#profile p .hankakuAll{
  font-size: 117.27px;
}

}