@import url("https://use.fontawesome.com/releases/v6.7.2/css/all.css");

@import url(' https://fonts.googleapis.com/css2?family=Pacifico&family=Zen+Maru+Gothic&family=Dela+Gothic+One&family=Yusei+Magic&family=Kiwi+Maru&family=DotGothic16&family=Bonbon& family=Rubik+Doodle+Shadow&display=swap');

@font-face{
font-family: 'boom';
src: url(' https://dl.dropboxusercontent.com/scl/fi/joo8ykfj4g9z7wabli7cv/Alin_Speech_Bubbles.ttf?rlkey=veasyy6czbkqim6rd6fa5lf35&st=bg7w8a2q&dl=0') 
format('truetype');
}

@font-face {
  font-family: 'Diamonds';
  src: url('https://www.dropbox.com/scl/fi/o7dozyxapvrt72l8ap78s/Diamonds.ttf?rlkey=wc22lttm9e2xaru41lh3vqn6c&st=3qqj1dyf&raw=1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face{
font-family: 'gun';
src: url(' https://dl.dropboxusercontent.com/scl/fi/w3adi1plcc1lbj4dkpevf/Outgunned.otf?rlkey=ka4enp7fg5yrx9mem3s8yzbov')
format('truetype');
}

@font-face{
font-family: 'honeybee';
src: url(' https://dl.dropboxusercontent.com/scl/fi/fslwl4p0gibawcme79e2n/Heart-Warming-Extra-Font-by-Situjuh-7NTypes.otf?rlkey=ebju6i8k6prjj40fzken5pbyd&st=nrsyk52d&dl=0')
format('truetype');
}

@font-face{
font-family: 'target';
src: url('https://dl.dropboxusercontent.com/scl/fi/i6j1h51dsm7jjt9bfk7h0/Target-Shooting.otf?rlkey=ndp1w0m6a6r2sl5d5xg8prkul')
format('truetype');
}


hr {
    border: none;
}


*{
font-size:10px;
font-family: 'Kiwi Maru', serif;
color: #000000;
} 

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

Body {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f0f0f5;
  background-image:
    /* 光（白） */
    linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%),
    /* 影（グレー） */
    linear-gradient(-45deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 70%);
  background-size: 80px 80px;
  background-position: 0 0;
}

/* 画面固定の枠線 */

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 12px solid rgba(253, 235, 151, 0.6);  /* 淡い黄色（やや透明） */
  border-left: 12px solid rgba(253, 235, 151, 0.6);
  border-right: 12px solid rgba(224, 171, 239, 0.6); /* 淡い紫ピンク（やや透明） */
  border-bottom: 12px solid rgba(224, 171, 239, 0.6);
  pointer-events: none;
  box-sizing: border-box;
  z-index: 9999;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px;
}

.main {
  text-align: center;
  font-size: 270px;
  color: #fff; /* 文字色 */
  font-family: 'boom';
  line-height: 1;
  text-shadow:
    0 0 8px #cd3765,     /* 内側に近い赤紫の光 */
    0 0 15px #cd3765,    /* 赤紫の光の広がり */
    0 0 25px #ffffff,    /* 外側に白い大きな光 */
    2px 2px 0 rgba(176, 48, 90, 0.4),  /* 影の立体感 */
    4px 4px 0 rgba(144, 40, 75, 0.3),
    6px 6px 0 rgba(112, 31, 60, 0.2);
}


.bee {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 100px;
  color: #fff;
  font-family: 'honeybee';
  pointer-events: auto;
  margin: 0;
  line-height: 1;
   text-shadow:
    0 0 8px #fde48d,          /* 柔らかい黄色の内側光 */
    0 0 15px #fde48d,         /* 柔らかい黄色の広がり */
    0 0 25px #ffffff,         /* 白い大きな外側光はそのまま */
    2px 2px 0 rgba(253, 228, 141, 0.4),  /* 柔らかい黄色の影の立体感 */
    4px 4px 0 rgba(245, 220, 130, 0.3),
    6px 6px 0 rgba(235, 210, 120, 0.2);
}

.bee2 {
  position: absolute;
  bottom: 30px;  /* 上ではなく下から30px */
  right: 40px;
  font-size: 100px;
  color: #fff;
  font-family: 'honeybee';
  pointer-events: auto;
  margin: 0; /* marginをリセット */
  line-height: 1;
 text-shadow:
    0 0 8px #c08cd6,          /* 紫の内側光 */
    0 0 15px #c08cd6,         /* 紫の広がり */
    0 0 25px #ffffff,         /* 白い大きな外側光はそのまま */
    2px 2px 0 rgba(192, 140, 214, 0.4),  /* 紫の影の立体感 */
    4px 4px 0 rgba(176, 125, 196, 0.3),
    6px 6px 0 rgba(160, 110, 178, 0.2);

}

.ti-link {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 100;
  text-decoration: none;
  display:white;
}

.ti {
  font-family: 'Bonbon', cursive;
  font-size: 48px;
  color: #ffffff; /* 文字色は白 */
  pointer-events: auto;
  margin-top: 63px;
  text-shadow:
    0 0 4px #FAD246,    /* 黄色の細かい光 */
    0 0 10px #FAD246,   /* ぼかしを広げて黄色の光をふわっと */
    0 0 15px #FAD246,   /* さらに広がる黄色の光 */
    2px 2px 0 #d89e00,  /* 少し濃い黄色で立体感 */
    4px 4px 3px #a36c00; /* 影の深みを追加 */
  
}

.boxhb {
  width: 330px;
  margin: 20px auto;
  padding: 2px 30px 30px;
  background: #fff;
  border: dashed 2px #CD3764;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}


/* 左上を隠す */
.boxhb::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 150px;
  height: 30px;
  background: #fff;
  border-top-left-radius: 10px;
  pointer-events: none;
  z-index: 0;
}

/* 右下を隠す */
.boxhb::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 135px;
  height: 25px;
  background: #fff;
  border-bottom-right-radius: 10px;
  pointer-events: none;
  z-index: 0;
}


.boxhb p {
  line-height: 22px;

  background-image:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 21px,
      rgba(205, 55, 100, 0.2) 21px,
      rgba(205, 55, 100, 0.2) 22px
    );

  background-size: 100% 22px;
}

.hbm {
  position: absolute;
  top: -20px;
  right: -5px;
  font-size: 9em;
  padding: 0;
  margin: 0;
  font-family: 'honeybee';
  color: #fff;

  transform: rotate(-40deg);

  text-shadow:
    0 0 5px  #CD3764,
    0 0 10px #CD3764,
    0 0 20px rgba(205, 55, 100, 0.9),
    0 0 40px rgba(205, 55, 100, 0.7),
    0 0 60px rgba(205, 55, 100, 0.5);
    z-index: 999;
}


.hbname {
    position: absolute;
  top: -25px;
  left: -10px;

  font-family: "Yusei Magic", sans-serif;
  font-size: 4em;
  color: #122332;

  text-shadow:
    1px 1px 0 #fff,      /* ハイライト */
    2px 2px 0 #bbb,      /* 影① */
    3px 3px 0 #999;      /* 影② */

  letter-spacing: 0.05em;
  z-index: 5;
}

.end {
  position: absolute;
  bottom: -22px;
  right: -10px;

  font-family: "Yusei Magic", sans-serif;
  font-size: 4em;
  color: #122332;

  text-shadow:
    1px 1px 0 #fff,      /* ハイライト */
    2px 2px 0 #bbb,      /* 影① */
    3px 3px 0 #999;      /* 影② */

  letter-spacing: 0.05em;
  z-index: 5;
}






.kntm {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 7em;
  padding: 0;
  margin: 0;
  font-family: 'gun';
  color: #FAD246;
  transform: rotate(10deg);
  text-shadow: 2px 2px 4px rgba(200, 150, 30, 0.8);
}

.guest {
  width: 270px;
  margin: 20px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow:
    6px 6px 0 rgba(50, 50, 51, 0.5),   /* ← くっきり影の幅を拡大 */
    6px 6px 24px rgba(50, 50, 51, 0.25); /* ← ぼかし影も同じ方向に調整 */
  position: relative;
}

.mark {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 8em;
  -webkit-text-stroke: 1px #323233;
  padding: 0;
  margin: 0;
  font-family: 'Target';
  color: #323233;
  transform: rotate(10deg);
  text-shadow: 2px 2px 4px rgba(50, 50, 51, 0.5); /* 色に合わせて影も調整 */
}

.guest p {
  background-image:
    linear-gradient(
      90deg,
      rgba(237, 119, 128, 0) 0%,
      rgba(237, 119, 128, 0) 50%,
      #fff 0%,
      #fff 100%
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 27px,
      #323233 27px,
      #323233 28px,
      #fff 28px,
      #fff 100%
    );
  background-size: 8px 100%, 100% 28px;
  background-repeat: repeat, repeat;
  line-height: 28px;
  font-size: 11px;
  margin: 0;
  font-family: 'Kiwi Maru';
  white-space: pre-wrap;
  letter-spacing: -0.3px;
}

.kntbox {
  width: 270px;
  margin: 20px auto;
  padding: 40px 30px 30px;  /* ← 上40px・左右30px・下30px */
  background-color: #fff;
  border-radius: 10px;
  box-shadow:
    -4px 4px 0 #f0f0f5,
    -4px 4px 4px rgba(150, 150, 160, 0.4);
  position: relative;
} 

.kntbox p {
  background-image:
    linear-gradient(
      270deg,  /* ← 90deg → 270deg にして右→左に */
      rgba(237, 119, 128, 0) 0%,
      rgba(237, 119, 128, 0) 50%,
      #fff 0%,
      #fff 100%
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 27px,
      #f0f0f5 27px,
      #f0f0f5 28px,
      #fff 28px,
      #fff 100%
    );
  background-size: 8px 100%, 100% 28px;
  background-repeat: repeat, repeat;
  line-height: 28px;
  font-size: 11px;
  margin: 0;
  font-family: 'Kiwi Maru';
  white-space: pre-wrap;
  letter-spacing: -0.3px;
}

.mknt {
   position: absolute;
  top: 0;          /* ← 上に配置 */
  left: 10px;      /* ← 左に配置 */
  font-size: 7em;
  padding: 0;
  margin: 0;
  font-family: 'gun';
  color: #f0f0f5;
  transform: rotate(-10deg);  /* ← 左に合わせてちょっと傾けたまま */
  background: linear-gradient(
    to bottom right,
    #f0f0f5,
    #d0d0d5,
    #b0b0b5
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    1px 1px 2px rgba(150, 150, 160, 0.4),
    2px 2px 4px rgba(120, 120, 130, 0.4);
}

.box2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at 50% 50%, #ffd54f, #fbc02d, #f57f17);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  position: relative;
  transform: rotate(45deg);
  margin: 50px auto;
  box-shadow: inset -15px -15px 25px rgba(255, 255, 255, 0.5),
              inset 10px 10px 20px rgba(200, 150, 0, 0.4),
              0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;  /* 縦の中央揃え */
  justify-content: center;  /* 横の中央揃え */
  overflow: hidden;

}

/* 反射ハイライト */
.box2::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 100px;
  height: 50px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.8), rgba(255,255,255,0) 70%);
  border-radius: 50%;
  transform: rotate(-30deg);
}

/* 気泡 */
.box2::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 100px;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow:
    30px 40px 0 0 rgba(255, 255, 255, 0.4),
    -40px 60px 0 0 rgba(255, 255, 255, 0.5),
    20px 100px 0 0 rgba(255, 255, 255, 0.3),
    60px 60px 0 0 rgba(255, 255, 255, 0.2);
}

.box2 p {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(-45deg);  /* 中央 + 回転 */
  width: 150px;
  height: 150px;
  overflow: auto;
  color: #5d3b00;
  font-family: 'Kiwi Maru', serif;
  font-size: 10px;
  text-align: center;
  z-index: 1;
  background: transparent;  /* 完全に透明 */
  padding: 5px;

}


/* -------------
リアルタイム
--------------- */

.realtime {
  padding: 2em;
  margin: 0 auto;
  width: 70%;
  height: 180px;
  overflow: auto;
  font-size: 10px;
  font-family: 'Kiwi Maru', serif;
  background-color: #2c242f;
  border: 5px double #CD3764; /* 白の二重線枠 */
  box-sizing: border-box;
}

/* 共通アイコンベーススタイル */
.realtime .icon,
.realtime .icknt {
  font-size: 12px;
  padding: 0 0 0.5em 3.5em;
  position: relative;
  margin: 0 auto;
  color: white;
}

/* コーヒーアイコン（少し右に） */
.realtime .icon:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0f4";
  font-weight: 500;
  font-size: 15px;
  top: 20%;
  left: 0; /* ← 少し右に移動 */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #CD3764;
  transform: translateY(-50%);
}

/* メガホンアイコン */
.realtime .icknt:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f4e3";
  font-weight: 500;
  font-size: 17px;
  top: 20%;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #333;
  background-color: #FAD246;
  transform: translateY(-50%);
}

/* 本文テキスト */
.realtime p {
  font-size: 10px;
  padding: 0.5em 0 0.5em 4em;
  margin: 0 auto;
  color: white;
}

/* サブテキスト（時間や編集など） */
.realtime span {
  font-size: 8px;
  color: white;
}

/* 区切り線 */
.realtime hr {
  border-top: 1px solid #fff;
  margin: 1em 0 2em;
}

/* hbrクラスは将来用 or 背景指定？ */
.realtime .hbr:before {
  background-color: #CD3764;
}

/*マーカーライン*/
/*ひばり*/
lhb {
  background-image: repeating-linear-gradient(-45deg,
        #CD3764 0, #CD3764 2px,
        transparent 2px, transparent 3px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 25%;
    font-weight: bold;
}



/*かなと*/
lknt {
  background-image: repeating-linear-gradient(-45deg,
        #FAD246 0, #FAD246 2px,
        transparent 2px, transparent 3px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 25%;
    font-weight: bold;
}

/*なうぷれ*/
.nowplaying {
  margin: 0 auto;
  max-width: 150px;  /* ここで幅を狭める */
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
  padding: 10px 0;
  font-size: 2.1em;
  font-family: 'Segoe UI', sans-serif;

}

.play-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

.marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: scroll-left 7s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 折りたたみ */

details {
  color: ; /* 適当な色にしてね */
  margin: 0 auto;
  padding: 1px 5px;
  width: 100%;
  text-align: left;
}

details[open] {
  font-size: 10px;
  margin: 0 auto;
  padding: 3px 5px;
  width: 100%;
  text-align: left;
  animation: fadeIn 1s ease;
  background-color: #DDDDDD;
  border-radius: 10px;
}

details[open] summary::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  font-weight: 500;
  font-size: 20px;
  animation: fadeIn 1s ease;
  color: #fff;
}

summary {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 10px;
  color: #DDDDDD;
  text-align: left;
  padding: 1px 5px;
  width: 100%;
  outline: none;
  border-radius: 10px;
  margin: 0 auto;
  letter-spacing: -0.03em;  /* 文字間を狭める */
  line-height: 1.6;         /* 行間を広げる */
}

summary::before {
  font-family: "Font Awesome 5 Free";
  content: "\f6d3";
  font-weight: 500;
  font-size: 20px;
  animation: fadeIn 1.5s ease;
  color: #192332;
}

summary::-webkit-details-marker {
  display: none;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

p1 {
  font-family: 'Kiwi Maru', sans-serif;
  color: #333;
  margin: 0;
  letter-spacing: -0.02em; /* 文字間 */
  line-height: 1.8;        /* 行間 */
}

/* 会話切り抜き */

.kiri {
    position: relative;
    overflow: hidden; /* 必要なら追加 */
    width: 75%;
    margin: 0 auto;
    padding: 5px 0;
    border: none;
    background-color: #fff;
    font-family: 'Kiwi Maru', serif;
    font-size: 10px;
    color: #333;
}
/*フキダシ共通*/
.kiri .hb {
    position: relative;
    display: inline-block;
    max-width: 192px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    color:#F0F0F5; 
    font-family: 'Kiwi Maru',serif;/*フォント*/
    box-sizing: content-box;/*はてな用*/
}
/*しっぽをつけないとき*/
.kiri .hb.no {
    margin-bottom: 0;
}
/*フキダシ左*/
.kiri .hb.left {
    float: left;
    background: #CD3764;/*吹き出し色*/
　　color:#F0F0F5;/*文字色*/
}
/*フキダシ右*/
.kiri .hb.right {
    float: right;
    background: #CD3764;
　　color:#F0F0F5;
}
/*しっぽ共通*/
.kiri .hb::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}
/*しっぽ左*/
.kiri .hb.left::after {
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0; 
    box-shadow: -14px 2px 0 -3px #CD3764 inset; /*しっぽ色*/
}
/*しっぽ右*/
.kiri .hb.right::after {
    right: -6px;
    border-radius: 0px 0  0 17px/ 0px 0 0 13px; 
    box-shadow: 14px 2px 0 -3px #CD3764 inset; /*しっぽ色*/
}
/*しっぽをつけないとき*/
.kiri .hb.no::after {
    content: none;
}

.kiri .knt {
    position: relative;
    display: inline-block;
    max-width: 192px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    font-family: 'kicho','Kiwi Maru',sans-serif;
    color: #192332;
    box-sizing: content-box;
}
.kiri .knt.no {
    margin-bottom: 0;
}
.kiri .knt.left {
    float: left;
    background: #FAD246;
}
.kiri .knt::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}
.kiri .knt.left::after {
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0; 
    box-shadow: -14px 2px 0 -3px #FAD246 inset; 
}
.kiri .knt.no::after {
    content: none;
}

/*追加あくしあ*/
.kiri .axa {
    position: relative;
    display: inline-block;
    max-width: 192px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    font-family: 'kicho','Kiwi Maru',sans-serif;
    color: #333;
    box-sizing: content-box;
}
.kiri .axa.no {
    margin-bottom: 0;
}
.kiri .axa.left {
    float: left;
    background: #00A6FE;
}
.kiri .axa::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}
.kiri .axa.left::after {
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0; 
    box-shadow: -14px 2px 0 -3px #00A6FE inset; 
}
.kiri .axa.no::after {
    content: none;
}

/*追加エビ*/
.kiri .abo {
    position: relative;
    display: inline-block;
    max-width: 192px;
    margin: 1px 10px 6px;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    font-family: 'kicho','Kiwi Maru',sans-serif;
    color: #fff;
    box-sizing: content-box;
}
.kiri .abo.no {
    margin-bottom: 0;
}
.kiri .abo.left {
    float: left;
    background: #5C9BBC;
}
.kiri .abo::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    bottom: 0;
}
.kiri .abo.left::after {
    left: -6px;
    border-radius: 0px 0  17px 0px/ 0px 0 13px 0; 
    box-shadow: -14px 2px 0 -3px #5C9BBC inset; 
}
.kiri .abo.no::after {
    content: none;
}

@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.nowhb {
    position: relative;
    width: 200px;
    margin: 2em auto;
    padding: 1em;
    background: #cd3764;
    color: #cd3764;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;

    animation: float 2.5s ease-in-out infinite; /* 揺らし */
}

.nowhb:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 30px;  /* ← 右に三角を配置 */
    border: 15px solid transparent;
    border-top: 15px solid #cd3764;
    width: 0;
    height: 0;
}

.nowhb p {
    margin: 0;
    padding: 0;
    color: White;
}

.nowknt {
    position: relative;
    width: 200px;
    margin: 2em auto;
    padding: 1em;
    background: #fad246;
    color: #fad246;
    font-weight: bold;
    text-align: center;
    display: flex;              /* ← 縦横中央のために flex 使用 */
    align-items: center;        /* ← 縦中央揃え */
    justify-content: center;    /* ← 横中央揃え */
    border-radius: 8px;         /* オプション：角を少し丸く */
    animation: float 2.5s ease-in-out infinite; /*揺らし*/
 

}

.nowknt:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px; 
    border: 15px solid transparent;
    border-top: 15px solid #fad246;
    width: 0;
    height: 0;
}

.nowknt p {
    margin: 0;
    padding: 0;
    color: black;
}

bks {
  color: black;
  filter: blur(2px);
}
