html {
  scroll-behavior: smooth;
}
body {
  animation: fade-in 0.5s;
  max-width: 390px;
  margin: 0 auto;
  background: #000000;
  font-family: sans-serif;
  font-size: 1.2rem;
  color: #CCCCCC;
}
a {
  color: inherit;
  text-decoration: none;
}
.star {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h2 {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
.s-PRB {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  text-align: center;
}
.s-PRB2 {
  width: 80px;
  animation: fade-in 2s;
}
.mokuji {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
}
.photo {
  margin-top: -30px;
  text-align: center;
}
.photo_bottom {
  text-align: center;
}
.photo2 {
  width: 372px;
  margin-bottom: 20px;
  animation: fade-in 2s;
}
.down {
  display: none;
}
.down2 {
  display: none;
}
.down3 {
  display: none;
}
.down4 {
  display: none;
}
.prb {
  box-sizing: border-box;
  width: 280px;
  height: 32px;
  padding: 0 10px;
  font-family: serif;
  font-size: 1.4rem;
  color: #fff;
}
.hline {
  width: 110px;
  border: 1px solid #ccc;
}
.flex1 {
  width: 390px;
  margin: -16px auto 40px auto;
  display: flex;
  align-items: center;
}
.combox {
  width: 372px;
  margin: 0 auto 40px auto;
  font-family: serif;
}
.sakuin {
  width: 372px;
  height: 0;
  font-family: serif;
  font-size: 1.2rem;
  margin: 20px auto -20px auto;
}
.songbox {
  width: 220px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: rgb(0 0 0 / 50%);
  color: #ccc;
  border: 2px solid #666;
  font-family: serif;
  font-size: 1.2rem;
  border-radius: 6px;
  margin: 20px auto 0 auto;
}
.scrollbox {
  width: 372px;
  height: 400px;
  margin: 0 auto 40px auto;
  font-family: serif;
  overflow-y: scroll;
}
.sns {
  box-sizing: border-box;
  position: absolute;
  max-width: 390px;
  height: 40px;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-right: 6px;
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
.topmenu {
  box-sizing: border-box;
  position: fixed;
  width: 390px;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: serif;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
  gap: 0 30px;
  background-color: rgb(0 0 0 / 70%);
}
.foot {
  margin: 30px 0;
  text-align: center;
  font-family: serif;
  font-size: 0.8rem;
}
@keyframes fade-in {
  0% {opacity: 0;}
  100% {opacity: 1;}
}