@charset "utf-8";


/*基本設定-----------------------------------------*/
/* 隙間なく表示させるおまじない */
html, body { 
  margin: 0px;
  padding: 0px;
 }

/* ページ内全体の文字の設定と背景の設定 */
topbar{

}

body {
    font-family: "Noto Serif JP", serif; 
    font-size: 1em;
    color: white;
    line-height:1.8em;
    background: linear-gradient(to bottom, rgb(26, 56, 116), black, rgb(64, 16, 96));
    background-size: contain;
    }

/* ページ内全体のリンクの文字色 */
a{text-decoration: none;}
a:link {color: #00a553;} 

/* あとは自分で書いてみよう！ */
.header{
  position: auto;
  width: auto;
  height: 100px;
  object-fit: cover;
  object-position: 50%, 100%;
}

.button{
  display: flex;
  position: absolute;
  top: 70px;
  left: 20px;
}

.font-size-S {
  font-size: 0.8rem;
  margin: 0px;
  line-height: 0.98rem;
}

.font-size-M {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.6rem;
}

.font-size-L {
  font-size: 1.2rem;
  margin: 0;
}

#container{
    margin: 0 auto;
    width: auto;
    max-width :1170px; 
    text-align: center; 
}

#header{
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.icon{
  width: 80px;
  height: 80px;
}

.follow{
  width: 80px;
  height: 80px;
  position: relative;
  right: 10px;
}

.subbutton{
  margin-top: 15px;
}

.notice{
  width: 40px;
  height: 40px;
  margin: 5px;
}

.dm{
  width: 40px;
  height: 40px;
  margin: 5px;
}

#username{
  font-size: 1.2rem;
  position: relative;
  bottom: 10px;
}

.namename{
  display: flex;
  align-items: center;
  position: absolute;
  top: 150px;
  left: 20px;
}

.follower{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 60px;
}

.profile{
  color: white;
  font-size: 0.8rem;
  width: 280px;
  position: absolute;
  top: 210px;
  left: 20px;
}

#note{
  width: 290px;
  height: 60px;
  position: absolute;
  top: 268px;
  left: 15px;
  border-radius: 10px;
  background-color: #cdd713;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.notetitle{
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin: 0;
  position: relative;
  left: 5px;
}

.note{
  font-size: 0.8rem;
  width: 280px;
  height: 50px;
  position: relative;
  left: 5px;
  margin: 0;
  line-height: 0.98rem;
}

#Genre{
  width: 140px;
  height: 110px;
  position: absolute;
  top: 340px;
  left: 15px;
  border-radius: 10px;
  background-color: #5d119f;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.Genre{
  position: relative;
  left: 5px;
  margin: 0;
  font-size: 1.4rem;
}

.genrecontaints{
  position: relative;
  left: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#Artist{
  width: 140px;
  height: 110px;
  position: absolute;
  top: 340px;
  left: 165px;
  border-radius: 10px;
  background-color: #9f1194;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.Artist{
  position: relative;
  left: 5px;
  margin: 0;
  font-size: 1.4rem;
}

.artistcontaints{
  position: relative;
  left: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#content{
  display: flex;
}

.content-icon{
  width: 40px;
  height: 40px;
  position: relative;
}

.menubutton{
  margin: 10px 5px 10px 5px;
}

.menuber{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 140px;
  left: 320px;
}

.media{
  width: 60vw;
}