1969年『通り魔の告白 現代性犯罪暗黒篇』– 脚本・主演(若松孝二監督)
1969年『青春伝説序論』 – 監督(高間賢治撮影、16ミリ映画)
1995年『急にたどりついてしまう』 – 監督(長編劇映画第1作)
2008年『岡山の娘』 – 監督
2011年『わたしたちの夏』 – 監督
2013年『あるいは佐々木ユキ』 – 監督
2016年『秋の理由』 – 監督
2020年『パラダイス・ロスト』 – 監督
https://kino.brighthorse-film.com/NBYfukuma/

レビュー

.stars span{
  display: flex;               /* 要素をフレックスボックスにする */
  flex-direction: row-reverse; /* 星を逆順に並べる */
  justify-content: flex-end;   /* 逆順なので、左寄せにする */
}

.stars input[type='radio']{
  display: none;               /* デフォルトのラジオボタンを非表示にする */
}

.stars label{
  color: #D2D2D2;              /* 未選択の星をグレー色に指定 */
  font-size: 30px;             /* 星の大きさを30pxに指定 */
  padding: 0 5px;              /* 左右の余白を5pxに指定 */
  cursor: pointer;             /* カーソルが上に乗ったときに指の形にする */
}

.stars label:hover,
.stars label:hover ~ label,
.stars input[type='radio']:checked ~ label{
  color: #F8C601;              /* 選択された星以降をすべて黄色にする */
}

Let’s work together.

Interested in working together? Fill out some info and we will be in touch shortly! We can't wait to hear from you!