・NO CURRY NO LIFE イントロ流れた瞬間双眼鏡を覗き込んでいました。 歌っているときも、もちろん可愛いのですが、歌ってない時も「ダメ」のところで困り眉をしていたり頬を膨らませていたり 曲の印象が記憶にないくらいただただもう素晴らしいの一言です。 この曲の感想はただただ夏川椎菜さんがかわいかったです。
・Raise the FLAG Marionetteで熱くなった客席をさらに加速させるRtF。 当日1の盛り上がりかなと思うくらい会場中熱気溢れてました。 うえしゃまがかっこよくてかっこよくて ラストの鬼気迫る「新しい時代掲げろ」はだれが歌ってもCDを超えてくる。 また戸田めぐみさんが歌われる日も待ってます。
*
* Again: this will **not** prevent inline script, e.g.:
* .
*
* This workaround is possible because Safari supports the non-standard 'beforeload' event.
* This allows us to trap the module and nomodule load.
*
* Note also that `nomodule` is supported in later versions of Safari - it's just 10.1 that
* omits this attribute.
* -->
*/
(function () {
const check = document.createElement('script');
if (!('noModule' in check) && 'onbeforeload' in check) {
let support = false;
document.addEventListener(
'beforeload',
(e) => {
if (e.target === check) {
support = true;
} else if (!e.target.hasAttribute('nomodule') || !support) {
return;
}
e.preventDefault();
},
true,
);
check.type = 'module';
const blob = URL.createObjectURL(
new window.Blob([], { type: 'text/javascript' }),
);
check.src = blob;
check.onload = () => {
URL.revokeObjectURL(blob);
};
document.head.appendChild(check);
check.remove();
}
})();