@charset "utf-8";

/* 盗用気付きます。見てますよ */

@import url('https://use.fontawesome.com/releases/v6.4.0/css/all.css');


@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=M+PLUS+Rounded+1c&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@font-face { font-family: 'おんがく' ; src: url('https://dl.dropboxusercontent.com/s/uaxk10o17orifpr/modernpics.woff')format('woff'); }

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');


* {
    font-family: 'Shippori Mincho', serif;
font-size: 11px;

box-sizing: border-box;

letter-spacing: 0.05em;
line-height: 2.0em;
box-sizing: border-box;
padding: 0;
margin: 0;
list-style-type: none;
text-decoration:none;

}

a:hover {
    color: #fff;
}

a:link,
a:visited {
    color: #fff;
}

hr {
  border: none !important;
  height: 0 !important;
}

body {
  background-color: #333333;

width: 100vw;
overflow-x: hidden;

}

.t {
  border-radius: 50px;
background: linear-gradient(145deg, #2e2e2e, #373737);
box-shadow:  20px 20px 60px #2b2b2b,
             -20px -20px 60px #3b3b3b;

padding: 20px;
  margin: 2em;
  max-width: 400px;/*無くてもOK*/
color :#ffffff;
 


}

.t p {
    margin: 5px; 
    padding: 5px;
}

.hu {

color: #bce2e8;

}

summary {
	list-style-type: none;
}
summary::-webkit-details-marker {
	display: none;
}
summary:before {
	content: "＋";
}
details[open] summary:before,
summary details[open] summary:before {
	content: "−";
}
a:hover{
color: #000;/* ★リンク文字をホバーした時の文字色 */
}


/* ヘッダーメニュー */
header{
width: 100%;
padding: 30px;
text-align: center;
 
}

.nav{
width: 95%;
display: flex;
justify-content: center;
gap: 15px;
}

.nav li a{

 font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

font-size: 10px;
transition: 0.2s;
border-bottom: none;
background-color: #333333;/* ★ヘッダーメニューの背景色 */
padding: 4px 9px;
border-radius: 5px;
color: #fff;/* ★ヘッダーメニューの文字色 */
box-shadow: 0 0px 20px rgba(0,0,0,0.2) inset ;

}

.nav li a:hover{
background-color: #333333;/* ★ヘッダーメニューをホバーした時の背景色 */
color: #FFF;/* ★ヘッダーメニューをホバーした時の文字色 */
}

a {
  color: #ffffff;

}

h1{

  font-family: "Noticia Text", serif

  font-weight: 400;
color: #dcdddd;
font-size: 16.5px;
letter-spacing: 0.15em;
text-align: center;
padding-bottom: 10px;
}

h2{

font-family: "Noticia Text", serif
  font-weight: 400;
color: #dcdddd;
font-size: 13px;
text-align: center;
padding-bottom: 2px;

}

.now{ border-radius:20px; color:#000;  position: relative; margin: 10px 45px; padding: 10px 10px 5px 35px; background-color: #fff; }



no{ color:#000; font-size: 11px; -webkit-animation: blink 2s infinite alternate; animation: blink 2s infinite alternate; }

@-webkit-keyframes blink { 40% { opacity: .85; } 42% { opacity: .4; } 43% { opacity: .85; } 45% { opacity: .4; } 46% { opacity: .85; } }
@keyframes blink { 40% { opacity: .85; } 42% { opacity: .4} 43% { opacity: .85; } 45% { opacity: .4; } 46% { opacity: .85; } }

.fo{
color: #000;
}

.logo-line {
  position: relative;
  width: 60px;
  height: 1px;
  background-color: rgba(255,255,255,0.1);
  margin: 12px auto;
  border: none;
}
.logo-line::before,
.logo-line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
}
.logo-line::before {
  left: -10px;
}
.logo-line::after {
  right: -10px;
}

.post {
  position: relative;
  z-index: 2;
  padding: 2.5em;
  font-size: 10px;
  box-sizing: border-box;

  background-color: #2a2a2a;
  color: #ccc;
  border-radius: 12px;

  width: 100%;            /* 親要素に対して100% */
  max-width: 300px;       /* 上限を設定（任意） */
  height: 140px;
  overflow-y: auto;
  overflow-x: hidden;

   box-shadow:
    inset 0 0 20px rgba(0, 0, 0, 0.15); 
  margin: 0 auto;         /* 中央寄せ（必要に応じて） */
}

/* 本文 */
.poshnbn .pos {
  font-size: 10px;
  line-height: 1.4;
  z-index: 1000;
  color: #eee; /* 明るめで視認性を上げる */

border-bottom: 1px solid #000;
padding-bottom: 8px;

}

/* 日付 */
.poshnbn .day {
  font-size: 8px;
  color: #888; /* グレーでもコントラスト確保 */
  margin-bottom: 0.4em;
}

.poshnbn .hsrb {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.2em;
  font-size: 11px;
  border-bottom: 1px solid #A58CDC;
  padding-bottom: 2px; 
  display: inline-block; 
}

.pip-player {
  position: fixed;
  top: 115px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;

  /* 幅を固定して、はみ出しを隠す */
  width: 160px; 
height: 83px;
  padding: 3px 5px;
  font-size: 9px;
  color: #666;

  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  z-index: 9999;
  
  /* 内容がはみ出ても枠を広げない */
  overflow: hidden; 
}

/* テキストエリアの器 */
.pip-text {
  flex: 1;
  overflow: hidden; /* ここでもカット */
  white-space: nowrap;
  position: relative;
}

/* スクロールする中身 */
.pip-song, .pip-artist {
  display: inline-block;
}

.pip-song {
  font-size: 10px;
  font-weight: bold;
}

.pip-artist {
  font-size: 9px;
  color: #999;
  display: block;
}


/* イコライザー（既存のまま、少し色を調整） */
.pip-eq {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
  flex-shrink: 0; /* イコライザーが潰れないように固定 */
}

.pip-eq span {
  width: 2px;
  height: 5px;
  background: #888;
  border-radius: 2px;
  animation: pip-sound 1s infinite ease-in-out;
}

.pip-eq span:nth-child(2) {
  animation-delay: 0.2s;
}

.pip-eq span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pip-sound {
  0%, 100% { height: 5px; }
  50% { height: 12px; }
}