.top{
  background-color: black;
  margin: 0;
  width: 100%;
  height: 260px;
  text-align: center;
  font-family: "Yu Gothic";
  position: fixed;
  top: 0;
}
#menu{
  width: 22px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 317px;
  padding-bottom: 0px;
}
#headphone{
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -20px;
 }
#icon{
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -125px;
}
#name{
  color: white;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 24px;
}
#accountid{
  color: rgba(255, 255, 255, 0.587);
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}
.blank{
  background-color: black;
  margin: 0;
  width: 100%;
  height: 260px;
  text-align: center;
}
.profile{
  background-color: black;
  margin: 0;
  width: 100%;
  height: 90px;
  text-align: center;
}
#bio{
  color: white;
  font-size: 12px;
  margin-top: 0px;
  padding-top: 12px;
}
#follow{
  color: white;
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.scroll{
  width: 100%;
  height: 660px;
}
.botton{
  background-color: black;
  margin: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: sticky;
  top: 260px;
}
#calendar{
  width: 24px;
  float: left;
  margin-top: 32px;
  margin-left: -71px;
}
#iconbackone{
  width: 120px;
  float: left;
  margin-top: -15px;
  margin-left: 55px;
}
#memo{
  width: 22px;
  float: left;
  margin-top: 32px;
  margin-left: 97px;
}
.week{
  background-color: black;
  margin: 0;
  width: 100%;
  height: 70px;
  position: sticky;
  top: 350px;
}
hr{
  height: 1px;
  width: 300px;
  color: white;
  margin-top:0px;
}
.weekdays{
  overflow: hidden;
  padding-left: 5px;
  padding-right: 3px;
}
#weekday{
  color: white;
  font-size: 12px;
  float: left;
  padding-left:17px;
  padding-right:16px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.main{
  background-color: black;
  margin: 0;
  width: 100%;
  height: 500px;
}
.jackets{
  width: 375px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#jacket{
  width: 49px;
  height: 90px;
  object-fit: cover;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 9px;
}
.menubar{
  background-color: rgba(0, 0, 0, 0.783);
  margin: 0;
  width: 100%;
  height: 90px;
  position:fixed;
  bottom: 0;
}
.menus{
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#listen{
  width: 24px;
  float: left;
  margin-top: 35px;
  margin-right: 30px;
}
#iconbacktwo{
  width: 120px;
  float: left;
  margin-top: -15px;
}
#mypage{
  width: 24px;
  float: left;
  margin-left: -71px;
  margin-top: 35px;
}
#setting{
  width: 24px;
  float: left;
  margin-top: 35px;
  margin-left: 30px;
}