<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Miu</title>
    <link>https://hiiragi-miu.com/</link>
    <description>Recent content on Miu</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <lastBuildDate>Thu, 04 Dec 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://hiiragi-miu.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Wishlist</title>
      <link>https://hiiragi-miu.com/wishlist/</link>
      <pubDate>Thu, 04 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://hiiragi-miu.com/wishlist/</guid>
      <description>&lt;p&gt;大体なんでも欲しいって言ってる化け物。&#xA;誕生日は12/29らしいです。&lt;/p&gt;&#xA;&lt;style&gt;&#xA;.wishlist-grid {&#xA;  display: grid;&#xA;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));&#xA;  gap: 20px;&#xA;  margin-top: 20px;&#xA;}&#xA;&#xA;.wishlist-card {&#xA;  display: flex;&#xA;  flex-direction: column;&#xA;  padding: 20px;&#xA;  border-radius: 12px;&#xA;  background: rgba(0,0,0,0.05);  &#xA;  transition: all 0.2s ease;&#xA;  text-decoration: none;&#xA;  color: inherit;&#xA;  border: 1px solid rgba(0,0,0,0.1);&#xA;}&#xA;&#xA;.wishlist-card:hover {&#xA;  background: rgba(0,0,0,0.10);&#xA;  transform: translateY(-2px);&#xA;  border-color: rgba(0,0,0,0.2);&#xA;}&#xA;&#xA;.wishlist-icon {&#xA;  font-size: 2.5rem;&#xA;  margin-bottom: 15px;&#xA;  color: #ff9900;&#xA;}&#xA;&#xA;.wishlist-name {&#xA;  font-size: 2.0rem;&#xA;  font-weight: 700;&#xA;  margin: 0 0 10px 0;&#xA;}&#xA;&#xA;.wishlist-desc {&#xA;  font-size: 1.6rem;&#xA;  opacity: 0.8;&#xA;  margin: 0;&#xA;  line-height: 1.5;&#xA;}&#xA;&#xA; &#xA;body.colorscheme-dark .wishlist-card {&#xA;  background: rgba(255,255,255,0.05);&#xA;  border-color: rgba(255,255,255,0.1);&#xA;  color: #ffffff;  &#xA;}&#xA;body.colorscheme-dark .wishlist-card:hover {&#xA;  background: rgba(255,255,255,0.10);&#xA;  border-color: rgba(255,255,255,0.2);&#xA;}&#xA;&#xA;@media (prefers-color-scheme: dark) {&#xA;  body.colorscheme-auto .wishlist-card {&#xA;    background: rgba(255,255,255,0.05);&#xA;    border-color: rgba(255,255,255,0.1);&#xA;    color: #ffffff;  &#xA;  }&#xA;  body.colorscheme-auto .wishlist-card:hover {&#xA;    background: rgba(255,255,255,0.10);&#xA;    border-color: rgba(255,255,255,0.2);&#xA;  }&#xA;}&#xA;&lt;/style&gt;&#xA;&#xA;&lt;div class=&#34;wishlist-grid&#34;&gt;&#xA;  &#xA;    &lt;a class=&#34;wishlist-card&#34; href=&#34;https://www.amazon.jp/hz/wishlist/ls/1DLET3OWJ678?ref_=wl_share&#34; target=&#34;_blank&#34;&gt;&#xA;      &lt;div class=&#34;wishlist-icon&#34;&gt;&#xA;        &lt;i class=&#34;fa-brands fa-amazon&#34;&gt;&lt;/i&gt;&#xA;      &lt;/div&gt;&#xA;      &lt;h3 class=&#34;wishlist-name&#34;&gt;こもの&lt;/h3&gt;&#xA;      &lt;p class=&#34;wishlist-desc&#34;&gt;小物。ここから買っていただけるととても喜びます。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Friends</title>
      <link>https://hiiragi-miu.com/friends/</link>
      <pubDate>Wed, 19 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://hiiragi-miu.com/friends/</guid>
      <description>&lt;p&gt;もれなく頭おかしい人たち&lt;/p&gt;&#xA;&lt;style&gt;&#xA;.friends-grid {&#xA;  display: grid;&#xA;  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));&#xA;  gap: 20px;&#xA;  margin-top: 20px;&#xA;}&#xA;&#xA;.friend-card {&#xA;  display: flex;&#xA;  align-items: center;&#xA;  gap: 16px;&#xA;  padding: 20px;&#xA;  border-radius: 16px;&#xA;  background: rgba(0,0,0,0.05);  &#xA;  transition: all 0.2s ease;&#xA;  text-decoration: none;&#xA;  color: inherit;&#xA;  border: 1px solid rgba(0,0,0,0.1);&#xA;}&#xA;&#xA;.friend-card:hover {&#xA;  background: rgba(0,0,0,0.10);&#xA;  transform: translateY(-2px);&#xA;}&#xA;&#xA;.friend-avatar {&#xA;  width: 64px;&#xA;  height: 64px;&#xA;  border-radius: 32px;&#xA;  object-fit: cover;&#xA;}&#xA;&#xA;.friend-name {&#xA;  font-size: 2.0rem;&#xA;  font-weight: 700;&#xA;  margin: 0;&#xA;}&#xA;&#xA;.friend-desc {&#xA;  margin: 4px 0 0 0;&#xA;  opacity: 0.8;&#xA;}&#xA;&#xA; &#xA;body.colorscheme-dark .friend-card {&#xA;  background: rgba(255,255,255,0.05);&#xA;  border-color: rgba(255,255,255,0.1);&#xA;  color: #ffffff;  &#xA;}&#xA;body.colorscheme-dark .friend-card:hover {&#xA;  background: rgba(255,255,255,0.10);&#xA;}&#xA;&#xA;@media (prefers-color-scheme: dark) {&#xA;  body.colorscheme-auto .friend-card {&#xA;    background: rgba(255,255,255,0.05);&#xA;    border-color: rgba(255,255,255,0.1);&#xA;    color: #ffffff;  &#xA;  }&#xA;  body.colorscheme-auto .friend-card:hover {&#xA;    background: rgba(255,255,255,0.10);&#xA;  }&#xA;}&#xA;&lt;/style&gt;&#xA;&#xA;&lt;div class=&#34;friends-grid&#34;&gt;&#xA;  &#xA;    &lt;a class=&#34;friend-card&#34; href=&#34;https://ruron.net&#34; target=&#34;_blank&#34;&gt;&#xA;      &lt;img src=&#34;https://secure.gravatar.com/avatar/513f790cf2cdfb6c99d0c9fd0079a3639b75fcbe214e29e2318c732c04190337?&#34; class=&#34;friend-avatar&#34;&gt;&#xA;      &lt;div&gt;&#xA;        &lt;p class=&#34;friend-name&#34;&gt;るろん&lt;/p&gt;</description>
    </item>
    <item>
      <title>About Me</title>
      <link>https://hiiragi-miu.com/about/</link>
      <pubDate>Sun, 16 Mar 2025 00:00:00 +0000</pubDate>
      <guid>https://hiiragi-miu.com/about/</guid>
      <description>&lt;h2 id=&#34;profile&#34;&gt;&#xA;  Profile&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#profile&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: Hiiragi Miu (柊 美羽)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Occupation&lt;/strong&gt;: Kanagawa Institute of Technology (神奈川工科大学) 情報学部 N科 B2&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Skill&lt;/strong&gt;: AOSP(AndroidOpenSourceProject)のビルド, ダンス＆ボーカル&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Hobby&lt;/strong&gt;: Android カスタム, コスメ探し, アイドルオタク&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;ひと言&#34;&gt;&#xA;  ひと言&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%b2%e3%81%a8%e8%a8%80&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;パソコンとかスマホ、ガジェットが好きで日々適当に遊んでる変な人です。&lt;/p&gt;&#xA;&lt;p&gt;大学ではネットワークについて学んでいます。&lt;del&gt;まだまだなんもわからんけどね&lt;/del&gt;&lt;/p&gt;&#xA;&lt;p&gt;よわよわぷよぐやまーなのでプログラムは大してかけません。Android で遊んでるだけです。&lt;/p&gt;&#xA;&lt;p&gt;アイドルオタクとは書きましたがアイドル以外にも流行り音楽は履修はしてます。布教も大歓迎です。&lt;/p&gt;&#xA;&lt;h2 id=&#34;contact&#34;&gt;&#xA;  Contact&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#contact&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://twitter.com/m_sakura479&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Twitter&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/Hiiragi-Miu&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;GitHub&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://note.com/m_sakura479&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;note&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Mail: &lt;a href=&#34;mailto:dm@hiiragi-miu.com&#34; &gt;dm@hiiragi-miu.com&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;</description>
    </item>
    <item>
      <title>Fave</title>
      <link>https://hiiragi-miu.com/favorite/</link>
      <pubDate>Sun, 16 Mar 2025 00:00:00 +0000</pubDate>
      <guid>https://hiiragi-miu.com/favorite/</guid>
      <description>&lt;h1 id=&#34;推し布教&#34;&gt;&#xA;  推し布教&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e6%8e%a8%e3%81%97%e5%b8%83%e6%95%99&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;私の推しを布教するページです。良ければ見てみてね。&lt;/p&gt;&#xA;&lt;h2 id=&#34;目次&#34;&gt;&#xA;  目次&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e7%9b%ae%e6%ac%a1&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#AYANE&#34; &gt;AYANE&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#TSUZUMI&#34; &gt;TSUZUMI&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Narumi_Kuranoo&#34; &gt;倉野尾成美&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#JUNON&#34; &gt;JUNON&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Yui_Yokoyama&#34; &gt;横山結衣&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Aile_The_Shota&#34; &gt;Aile The Shota&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Yui_Oguri&#34; &gt;小栗有似&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Rena_Moriya&#34; &gt;守屋麗奈&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Jo_Yuri&#34; &gt;Jo Yuri&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Yui_Kobayashi&#34; &gt;小林由依&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#Rina_Matsuda&#34; &gt;松田里奈&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;AYANE&#34;&gt;&#xA;  AYANE&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#AYANE&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: AYANE (高見 文寧)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: ME:I&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 月のような天性の歌声、曲の雰囲気や作曲者の心情、歌詞の意味などを深く考察しそれに合った歌い方をするところ&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: PRODUCE101 JAPAN THE GIRLS&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/AYANE.jpg&#34; width=&#34;307&#34; height=&#34;409&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/-CxB9dittmE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/EgVdYgOzk-E?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;TSUZUMI&#34;&gt;&#xA;  TSUZUMI&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#TSUZUMI&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: TSUZUMI (海老原 鼓)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: ME:I&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 太陽のような力強い歌声、いつも明るくて、場の空気を明るくしてくれるところ&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: PRODUCE101 JAPAN THE GIRLS&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/TSUZUMI.jpg&#34; width=&#34;300&#34; height=&#34;450&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-1&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-1&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/wgmY3YbkHrE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/JJxlStQvyGg?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Narumi_Kuranoo&#34;&gt;&#xA;  倉野尾成美&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Narumi_Kuranoo&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: 倉野尾 成美 (Narumi Kuranoo)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: AKB48&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 持ち前の明るいキャラクターとパフォーマンス力、総監督としてしっかりグループを牽引&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: Team 8結成時&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Narumi_Kuranoo.jpg&#34; width=&#34;300&#34; height=&#34;375&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-2&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-2&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/hgfkicur3Tc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/_iRGZ0DNcjE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;JUNON&#34;&gt;&#xA;  JUNON&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#JUNON&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: JUNON (池亀 樹音)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: BE:FIRST&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 深みのある歌声と高いパフォーマンス力&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: THE FIRST&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/JUNON.jpg&#34; width=&#34;300&#34; height=&#34;450&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-3&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-3&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/kcXtSY5Pt_s?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/pLENVCzQWLU?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Yui_Yokoyama&#34;&gt;&#xA;  横山結衣&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Yui_Yokoyama&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: 横山 結衣 (Yui Yokoyama)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: 女優 (元AKB48)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: とても目を惹く高いダンススキル&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: Team 8結成時&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Yui_Yokoyama.jpg&#34; width=&#34;300&#34; height=&#34;364&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-4&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-4&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/gxzc1XfhVek?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/ktQmPW16SpY?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Aile_The_Shota&#34;&gt;&#xA;  Aile The Shota&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Aile_The_Shota&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: Aile The Shota (渡邉翔太)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: Solo&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 柔らかさと芯の強さを兼ね備えた唯一無二の歌声&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: THE FIRST&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Aile_The_Shota.jpg&#34; width=&#34;300&#34; height=&#34;450&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-5&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-5&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/KV2pnBMXVoo?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/7I4ymKkLz-U?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Yui_Oguri&#34;&gt;&#xA;  小栗有似&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Yui_Oguri&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: 小栗 有似 (Yui Oguri)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: AKB48&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 「2万年にひとりの美少女」と称されるほどの美貌&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: Team 8結成時&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Yui_Oguri.jpg&#34; width=&#34;300&#34; height=&#34;375&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-6&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-6&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/7DwAwNNHaW8?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/tBFJFAP3GKU?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Rena_Moriya&#34;&gt;&#xA;  守屋麗奈&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Rena_Moriya&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: 守屋 麗奈 (Rena Moriya)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: 櫻坂46&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 清楚で柔らかい雰囲気や癒し系の笑顔が素敵&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: 欅坂46から櫻坂46への改名時&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Rena_Moriya.jpg&#34; width=&#34;300&#34; height=&#34;388&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-7&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-7&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/zKLgrxHDgls?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/XhrNeT8VhtM?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Jo_Yuri&#34;&gt;&#xA;  Jo Yuri&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Jo_Yuri&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: Jo Yuri (チョ・ユリ)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: Solo (元IZ*ONE)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: ハスキーで安定感のある歌唱力と多彩な表現力を持ち合わせクオリティの高いパフォーマンス&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: PRODUCE48&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Jo_Yuri.jpg&#34; width=&#34;300&#34; height=&#34;420&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-8&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-8&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/AQt4K08L_m8?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/9ST_9Pv_Gzs?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Yui_Kobayashi&#34;&gt;&#xA;  小林由依&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Yui_Kobayashi&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: 小林 由依 (Yui Kobayashi)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: 女優 (元櫻坂46,元欅坂46)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 楽曲の世界観を表現する力に長けており、観る者を惹きつける力を持っている&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: 欅坂46結成時&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Yui_Kobayashi.jpg&#34; width=&#34;300&#34; height=&#34;388&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-9&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-9&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/e4lO3Q3e-Nk?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/Z8hc5gdBBUU?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;Rina_Matsuda&#34;&gt;&#xA;  松田里奈&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#Rina_Matsuda&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Name&lt;/strong&gt;: 松田 里奈 (Rina Matsuda)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;: 櫻坂46&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;魅力&lt;/strong&gt;: 常に笑顔を絶やさず、周囲を明るくするムードメーカー&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;好きになったのは？&lt;/strong&gt;: 欅坂46から櫻坂46への改名時&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/Rina_Matsuda.jpg&#34; width=&#34;300&#34; height=&#34;388&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;おぬぬめ-10&#34;&gt;&#xA;  おぬぬめ&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#%e3%81%8a%e3%81%ac%e3%81%ac%e3%82%81-10&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;代表作&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/eANBF5s-ebY?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;お気に入り&lt;/strong&gt;: &lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/V9phwozcI18?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;button id=&#34;back-to-top&#34; title=&#34;ページトップへ戻る&#34;&gt;&#xA;    &lt;i class=&#34;fas fa-chevron-up&#34;&gt;&lt;/i&gt;&#xA;&lt;/button&gt;</description>
    </item>
    <item>
      <title>Portfolio</title>
      <link>https://hiiragi-miu.com/portfolio/</link>
      <pubDate>Sun, 16 Mar 2025 00:00:00 +0000</pubDate>
      <guid>https://hiiragi-miu.com/portfolio/</guid>
      <description>&lt;h1 id=&#34;project&#34;&gt;&#xA;  Project&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#project&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;witaqua&#34;&gt;&#xA;  WitAqua&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#witaqua&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;見出しへのリンク&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;見出しへのリンク&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;概要&lt;/strong&gt;: AndroidOSのフォークプロジェクトです。いわゆるカスタムROM。LineageOSをベースに機能追加を行っています。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;リンク&lt;/strong&gt;: &lt;a href=&#34;https://github.com/WitAqua&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;GitHub&lt;/a&gt; / &lt;a href=&#34;https://witaqua.org/&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Home Page&lt;/a&gt;&#xA;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;https://hiiragi-miu.com/img/WitAqua.svg&#34; width=&#34;200&#34; height=&#34;180&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;</description>
    </item>
  </channel>
</rss>
