

/* モバイル版 */
.mobile-home {
    display: block;
    padding: 10px;
    color: #ffffff;
    min-height: 100vh;
    font-family: "dot-gothic-16", monospace;
}

/* バッテリーとか */
.mobile-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.battery {
    width: 42px;
    height: auto;
}

.signal {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 20px;
}

.signal span {
    display: block;
    width: 3px;
    background: #ffffff;
}

.signal span:nth-child(1) { height: 5px; }
.signal span:nth-child(2) { height: 9px; }
.signal span:nth-child(3) { height: 13px; }
.signal span:nth-child(4) { height: 17px; }


/* ページタイトル */
.mobile-title {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0;
    font-family: 'Apricot', sans-serif;
}

/* メニュー */
.keitai-menu {
    margin-top: 20px;
}
/* メニューの文字リンク */
.keitai-menu a {
    display: block;
    color: #0000ee;
    text-decoration: underline;
    margin-bottom: 8px;
    font-size: 15px;
}
/* ライン */
.keitai-line {
    border: none;
    border-top: 1px solid #999;
    margin: 18px 0;
}

/* pcで見る */
.pc-view-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #0000ee;
    text-decoration: underline;
    font-size: 15px;
}


/* 時計 */
.mobile-time {
    text-align: center;
    font-size: 13px;
    margin: 4px 0 18px;
}

.mobile-disc-list {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 8px;
}

.mobile-disc-item {
    text-align: center;
    padding: 14px 0;
}

.mobile-disc-item p {
    margin: 6px 0;
}

.mobile-disc-date {
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}

.mobile-jacket {
    display: block;
    width: 160px;
    max-width: 80%;
    height: auto;
    margin: 12px auto;
    border: 2px solid #000;
    box-shadow: 3px 3px 0 #999;
}

.mobile-disc-title {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 6px;
}
.mobile-home{
    background:none;
    margin:0;
    padding:15px;
}
body.discography-body.is-mobile-view{
    background:#000000;
}

.mobile-disc-links {
  margin-top: 12px;
}

.mobile-disc-links a {
  display: block;
  margin: 6px auto;
  color: #0000ee;
  text-decoration: underline;
  font-size: 14px;
}

.mobile-disc-about {
  margin: 18px 0;
  text-align: left;
  line-height: 1.8;
  font-family: "dot-gothic-16", sans-serif;
  white-space: pre-wrap;
}