z-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; } a { text-decoration: none; color: var(--color-text); } @font-face { font-family: 'league-spartan-regular'; font-weight: normal; font-style: normal; src: url('/fonts/league-spartan/LeagueSpartan-Regular.woff2') format('woff2'), url('/fonts/league-spartan/LeagueSpartan-Regular.woff') format('woff'); } @font-face { font-family: 'league-spartan-medium'; font-weight: normal; font-style: normal; src: url('/fonts/league-spartan/LeagueSpartan-Medium.woff2') format('woff2'), url('/fonts/league-spartan/LeagueSpartan-Medium.woff') format('woff'); } @font-face { font-family: 'league-spartan-bold'; font-weight: normal; font-style: normal; src: url('/fonts/league-spartan/LeagueSpartan-Bold.woff2') format('woff2'), url('/fonts/league-spartan/LeagueSpartan-Bold.woff') format('woff'); } @font-face { font-family: 'dmseriftext'; font-weight: normal; font-style: normal; src: url('/fonts/dmseriftext/dmseriftext-regular-webfont.woff2') format('woff2'), url('/fonts/dmseriftext/dmseriftext-regular-webfont.woff') format('woff'); } @font-face { font-family: 'dmseriftext-italic'; font-weight: normal; font-style: normal; src: url('/fonts/dmseriftext/dmseriftext-regularitalic-webfont.woff2') format('woff2'), url('/fonts/dmseriftext/dmseriftext-regularitalic-webfont.woff') format('woff'); } @font-face { font-family: 'merlod-norme-regular'; font-weight: normal; font-style: normal; src: url('/fonts/merlodnorme/merlodnorme-regular-webfont.woff2') format('woff2'), url('/fonts/merlodnorme/merlodnorme-regular-webfont.woff') format('woff'); } body { color: var(--color-text); background: var(--color-background); font-family: var(--font-text); text-shadow: 0 1px 0 white; padding-left: 1rem; padding-right: 1rem; line-height: 1.5; font-size: 17px; } .br-large { border-radius: 8px; } .underlined { border-bottom: 1px solid var(--color-slate-dark); } body.home-page .posts .post h2.title { font-family: var(--font-serif); color: #273043; border-bottom: 1px solid var(--color-slate-dark); } body.page-not-found section.main { text-align: center; } body.page-not-found section.main .title { font-size: 2rem; font-family: league-spartan-bold, sans-serif; text-align: center; margin-top: 0; text-transform: uppercase; } body.page-not-found section.main .not-found-image { width: 20rem; margin-top: 5rem; } body section.main { margin-top: var(--navbar-height); padding-top: 2rem; } body.person-page section.main { padding-top: 0; } body section.main .section.disclaimer { background: transparent; } .ad { margin: 2rem 0; } .navbar { background: white; height: 4rem; position: fixed; width: 100%; top: 0; left: 0; right: 0; z-index: 1; text-align: center; display: grid; grid-template-columns: 8rem auto; } .navbar .logo { width: 8rem; margin-top: 8px; margin-left: 1rem; } .navbar .links { text-align: right; text-transform: uppercase; margin-top: 1rem; margin-right: 1rem; } .navbar .links .link { font-family: var(--font-text-bold); font-size: var(--font-size-xsmall); margin-left: 8px; } .contents { padding-top: 2rem; } .section { background: white; margin-bottom: 2rem; height: max-content; border-radius: var(--borderRadiusLarge); } .section .titles { color: #8898aa; text-transform: uppercase; font-size: 13px; } .section .titles .title { font-size: 13px; font-family: league-spartan-bold, sans-serif; text-transform: uppercase; padding: 0 1rem; margin: 0; } .section .titles .sub-title { text-align: right; line-height: 1.25; font-size: 11px; font-family: league-spartan-bold, sans-serif; text-transform: uppercase; border-bottom: 1px solid rgba(223, 223, 225, .5); margin-top: 0; margin-bottom: 2px; min-height: 1rem; padding: 8px 1rem 2px 0; } .section.hero { height: var(--hero-height); width: 100%; padding: 0; margin-bottom: 2rem; position: relative; background-image: radial-gradient( circle at 17% 77%, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.04) 50%, rgba(197, 197, 197, 0.04) 50%, rgba(197, 197, 197, 0.04) 100% ), radial-gradient( circle at 36% 17%, rgba(64, 64, 64, 0.04) 0%, rgba(64, 64, 64, 0.04) 50%, rgba(244, 244, 244, 0.04) 50%, rgba(244, 244, 244, 0.04) 100% ), radial-gradient( circle at 44% 60%, rgba(177, 177, 177, 0.04) 0%, rgba(177, 177, 177, 0.04) 50%, rgba(187, 187, 187, 0.04) 50%, rgba(187, 187, 187, 0.04) 100% ), linear-gradient(19deg, rgb(9, 82, 191), rgb(34, 2, 159)); } .section.hero .thumb-and-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; text-shadow: none; } .section.hero .thumb-and-text .thumb { width: var(--thumb-width-hero); height: var(--thumb-width-hero); -o-object-fit: fill; object-fit: fill; border-radius: 8px; } .section.hero .thumb-and-text .thumb::after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: radial-gradient(ellipse at bottom,transparent 60%,#5c6d81 145%); border-radius: 8px; } .section.hero .thumb-and-text .text .name { font-family: var(--font-title); color: var(--color-transparent); text-transform: uppercase; font-size: 1.5rem; margin: 0; } .section.hero .thumb-and-text .accent { width: 50%; height: 2px; background: var(--color-accent); margin: 4px auto; } .section.hero .thumb-and-text .text .brief-bio { color: var(--color-transparent-border); font-size: var(--font-size-medium); } .section .body { padding: 8px 1rem; } .section.infocard .props { font-size: var(--font-size-medium); border-spacing: 0; } .section.infocard .props .prop { margin-bottom: 2rem; } .section.infocard .props .prop .values.gender { text-transform: capitalize; } .section.infocard .props .prop .values.religion { text-transform: capitalize; } .section.infocard .props .prop .label { color: var(--color-slate-dark); padding: 3px 8px 3px 0; } .section.infocard .props .prop .values.pill a.value { background: var(--color-background); padding: 0 12px 3px; line-height: 1.75; border-radius: 999px; font-size: var(--font-size-medium); -webkit-text-stroke-width: thin; } .section.infocard .props .prop .values.wc a { background: transparent; text-decoration-color: var(--color-accent-dark); text-decoration-line: underline; -webkit-text-stroke-width: thin; } .section.infocard .props .prop .values.wc .value:not(:last-child):after { content: ", "; } .section.infocard .props .prop.social { text-decoration: none; padding-right: 4px; } .section.infocard .props .prop.social .icon { width: 12px; height: 12px; padding: 2px; border-radius: var(--borderRadiusSmall); } .section.infocard .props .prop.social .icon.facebook { background: var(--color-social-facebook); fill: white; } .section.infocard .props .prop.social .icon.instagram { background: var(--color-social-instagram); fill: white; } .section.infocard .props .prop.social .icon.linkedin { background: var(--color-social-linkedin); fill: white; } .section.infocard .props .prop.social .icon.pandora { background: var(--color-social-pandora); fill: white; } .section.infocard .props .prop.social .icon.myspace { background: var(--color-social-myspace); fill: white; } .section.infocard .props .prop.social .icon.quora { background: var(--color-social-quora); fill: white; } .section.infocard .props .prop.social .icon.reddit { background: var(--color-social-reddit); fill: white; } .section.infocard .props .prop.social .icon.soundcloud { background: var(--color-social-soundcloud); fill: white; } .section.infocard .props .prop.social .icon.spotify { background: var(--color-social-spotify); fill: white; } .section.infocard .props .prop.social .icon.mix { background: var(--color-social-mix); fill: white; } .section.infocard .props .prop.social .icon.tumblr { background: var(--color-social-tumblr); fill: white; } .section.infocard .props .prop.social .icon.twitter { background: var(--color-social-twitter); fill: white; } .section.infocard .props .prop.social .icon.vk { background: var(--color-social-vk); fill: white; } .section.infocard .props .prop.social .icon.whatsapp { background: var(--color-social-whatsapp); fill: white; } .section.infocard .props .prop.social .icon.website { background: var(--color-social-website); fill: white; } .section.infocard .props .prop.social .icon.youtube { background: var(--color-social-youtube); fill: white; } .section.infocard .props .prop .values .star-sign { width: 1rem; height: 1rem; margin-bottom: -2px; margin-right: 4px; } .section.tabs { height: 2rem; text-align: center; padding: 12px 0; } .section.tabs .link h2.link-title { font-size: var(--font-size-xsmall); font-family: var(--font-text-bold); text-transform: uppercase; margin: 0 3px; display: inline-block; margin: 0; } .section.tabs .link:not(:last-of-type) h2.link-title::after { content: "|"; color: var(--color-slate-dark); margin: 0 6px; } .section.image { padding: 0; margin-left: -1rem; margin-right: -1rem; } .section.biography .body a { width: fit-content; line-height: 1.5; text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #9bccb9, #9bccb9); background-position: 0 90%; background-size: 100% 2px; } .section.biography .body .thumb .thumbinner .img-content { border-top-left-radius: var(--borderRadiusLarge); border-top-right-radius: var(--borderRadiusLarge); } .section.biography .body .thumb .thumbinner .thumbcaption { background: #f2f2f2; text-align: center; font-size: 0.85rem; padding: 6px 0; margin-bottom: 1rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .section.biography .body .image-figure { margin: 0; width: 100%; background: white; border-radius: 4px; } .section.biography .body .image { margin: 0; width: 100%; background: white; border-radius: 4px; } .section.biography .body .image figcaption { text-align: center; background: var(--color-slate-medium); padding-top: 2px; padding-bottom: 4px; font-size: var(--font-size-medium); } .section.biography .body .image-figure .img-content { border-top-left-radius: 4px; border-top-right-radius: 4px; } .section.biography .body .image-figure figcaption { color: var(--color-slate-dark); font-size: var(--font-size-medium); text-align: center; padding: 4px 4px 6px 4px; text-shadow: none; } .section.biography .user-contribtions .title { text-align: right; color: #8898aa; text-transform: uppercase; font-size: 13px; font-family: var(--font-text-bold); padding-right: 1rem; border-bottom: 1px solid var(--color-border); } .section.biography .user-contribtions .contribtions-list .item { padding: 1rem; } .section.biography .user-contribtions .contribtions-list .item:not(:last-child) { border-bottom: 1px solid var(--color-border); } .section.biography .user-contribtions .contribtions-list .item .info { font-size: var(--font-size-xsmall); text-transform: uppercase; color: var(--color-slate-dark); font-family: var(--font-text-bold); } .section.biography .user-contribtions .contribtions-list .item .info .name { color: var(--color-text); } .section.biography .user-contribtions .contribtions-list .item .info .date { color: var(--color-text); } .section.gallery { background: white; display: grid; grid-row-gap: 1rem; padding: 1rem; } .section.gallery .slide-wrapper { background: var(--color-background); } .section.gallery .slide-wrapper .image { border-top-left-radius: 8px; border-top-right-radius: 8px; } .section.gallery .slide-wrapper .meta-group { padding-bottom: 1rem; padding-left: 1rem; } .section.gallery .slide-wrapper .meta-group .meta { display: grid; grid-template-columns: 7rem auto; font-size: var(--font-size-medium); } .section.graphy { background: white; } .section.graphy .sources { display: grid; grid-template-columns: 5rem auto; padding: 0 2rem; color: var(--color-slate-dark); } .section.graphy .body.list { display: grid; grid-row-gap: 1.5rem; padding-top: 1rem; } .section.graphy .list .item { display: grid; line-height: 1; grid-template-columns: 6rem auto; grid-column-gap: 8px; background: var(--color-background); } .section.graphy .list .item .text .cast-group .cast .value .name::after { content: ", "; } .section.graphy .list .item .text .cast-group .cast .value .name:last-of-type::after { content: ""; } .section.graphy .body.list>.item .thumb { border-top-left-radius: 8px; border-bottom-left-radius: 8px; background: repeating-linear-gradient(135deg,rgba(0,0,0,.03),rgba(0,0,0,.03) 2px,transparent 0,transparent 4px),linear-gradient(135deg,#090b93,#ff4686); } .section.graphy .body.list>.item .text { padding-top: 8px; padding-right: 8px; position: relative; text-shadow: none; font-size: 14px; } .section.graphy .body.list>.item .text>.cast-group { position: absolute; display: grid; grid-gap: 4px; bottom: 8px; } .section.graphy .body.list>.item .text>.cast-group>.cast { display: grid; grid-template-columns: 4rem auto; } .section.graphy .body.list>.item .text .name { margin: 0; } .section.faq .body.list { display: grid; grid-row-gap: 1.5rem; padding-top: 1rem; } .section.faq .body.list>.item { display: grid; grid-row-gap: 8px; border: 1px solid var(--color-slate-dark); border-radius: var(--borderRadiusLarge); padding: 8px 1rem; } .section.faq .body.list>.item .row.question { font-family: var(--font-text-bold); } .section.news .sources { display: grid; grid-template-columns: 5rem auto; padding: 0 2rem; color: var(--color-slate-dark); } .section.news .news-items { margin: 2rem; display: grid; padding: 0; border: 1px solid var(--color-background); } .section.news .news-items .news-item { line-height: 1; padding: 8px; border-bottom: 1px solid var(--color-background); } .section.news .news-items .news-item .date-source { font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.news .news-items .news-item .title { margin: 8px 0; } .section.related-people-also-viewed .body .people-list { display: grid; grid-row-gap: 1rem; background: transparent; padding: 0; } .section.related-people-also-viewed .body .people-list .person { position: relative; background: white; display: grid; grid-template-columns: 5rem auto; grid-column-gap: 8px; border-radius: var(--borderRadiusLarge); background: var(--color-background); } .section.related-people-also-viewed .body .people-list .person .left.thumb { max-width: 5rem; max-height: 5rem; border-top-left-radius: var(--borderRadiusLarge); border-bottom-left-radius: var(--borderRadiusLarge); } .section.related-people-also-viewed .body .people-list .person .right { padding-top: 8px; } .section.related-people-also-viewed .body .people-list .person .right .name { font-size: 1rem; margin: 0; } .section.related-people-also-viewed .body .people-list .person .name::before { content: " "; width: 10px; height: 2px; display: block; background: var(--color-slate-dark); } .section.related-people-also-viewed .body .people-list .person .right .brief-bio { font-size: var(--font-size-medium); color: var(--color-slate-dark); margin: 0; } .section.lists { background: white; } .section.lists>.body>.lists-group { background: #f0f5f9; padding: 1rem; } .section.lists>.body>.lists-group>.title { text-transform: uppercase; margin: 0 0 1rem; color: var(--color-slate-dark); font-size: 19px; font-family: var(--font-text-bold); } .section.lists>.body>.lists-group>.title:before { content: " "; background: var(--color-slate-dark); height: 3px; width: 24px; display: block; margin: 0 0 -2px; } .section.lists>.body>.lists-group .lists { display: grid; grid-row-gap: .5rem; } .section.lists>.body>.lists-group .lists>.list { padding-bottom: 4px; border-bottom: 1px solid #e4edf4; } .section.lists>.body>.lists-group .lists>.list>.name { margin: 0; } .related-people { display: grid; grid-row-gap: 1rem; background: transparent; padding: 0; } .related-people .related-person { position: relative; background: white; display: grid; grid-template-columns: 5rem auto; grid-column-gap: 8px; border-radius: var(--borderRadiusLarge); } .related-people .related-person .left.thumb { max-width: 5rem; max-height: 5rem; border-top-left-radius: var(--borderRadiusLarge); border-bottom-left-radius: var(--borderRadiusLarge); } .related-people .related-person .right { padding-top: 8px; } .related-people .related-person .right .name { font-size: 1rem; margin: 0; } .related-people .related-person .right .name::before { content: " "; width: 10px; height: 2px; display: block; background: var(--color-slate-dark); } .related-people .related-person .right .brief-bio { font-size: var(--font-size-medium); color: var(--color-slate-dark); margin: 0; } .section.meta-lists { margin-top: 2rem; } .section.meta-lists .body { display: grid; } .section.meta-lists .body .list { font-size: 14px; width: fit-content; line-height: 1.5; text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #9bccb9, #9bccb9); background-position: 0 90%; background-size: 100% 2px; transition: background-size .25s ease-in; } .section.lists { margin-bottom: 2rem; padding: 2rem; height: -webkit-max-content; height: -moz-max-content; height: max-content; border-radius: 4px; } .section.lists > .body > .lists-group { display: grid; grid-row-gap: 1rem; margin-top: 2rem; } .section.lists > .body > .lists-group > .list { display: grid; grid-template-columns: 6rem auto; grid-column-gap: 1rem; background: #fff; border-radius: 4px; } .section.lists > .body > .lists-group > .list > .text > .name { font-size: 1rem; margin-top: 4px; margin-bottom: 6px; line-height: 1.25; } .section.lists > .body > .lists-group > .list > .text > .description { color: var(--color-slate-dark); font-size: 12px; line-height: 1.25; padding-right: 6px; } .section.lists > .body > .meta-lists-group { display: grid; margin-top: 1rem; } .section.lists > .body > .meta-lists-group > .list { font-size: var(--font-size-medium); width: fit-content; line-height: 1.5; text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #9bccb9, #9bccb9); background-position: 0 90%; background-size: 100% 2px; } section.disclaimer { margin-top: -2rem; font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.citation .body .message { font-size: var(--font-size-medium); color: var(--color-slate-dark); } .section.citation .body table { margin-top: 1rem; padding: 0.25rem 1rem; width: 100%; font-size: var(--font-size-medium); border: 1px solid var(--color-slate-medium); border-radius: var(--borderRadiusLarge); } .section.citation .body table .row { line-height: 1.5; } .section.citation .body table .row .cell { border-bottom: 1px solid var(--color-slate-medium); } .section.citation .body table .row .cell.key { color: var(--color-slate-dark); padding-right: 12px; width: 25%; } .section.citation .body table .row .cell.value { } .post { background: var(--color-background); } .post .post-body .tags a.tag { padding-left: 4px; padding-right: 4px; font-size: var(--font-size-medium); color: var(--color-slate-dark); text-transform: lowercase; border: 1px solid var(--color-slate-dark); border-radius: var(--borderRadiusSmall); background: transparent; } .post .post-body { padding: 1rem; font-size: var(--font-size-reg); } .post .post-body a { text-decoration: none; background-repeat: no-repeat; padding: 0 1px; background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); background-position: 0 100%; background-size: 100% 2px; transition: background-size 0.25s ease-in; } .post .post-body a:hover { background-size: 100% 100%; text-shadow: none; } .post .post-body .meta { color: #8898aa; font-size: var(--font-size-small); display: grid; grid-auto-flow: column; border-bottom: 1px solid #8898aa; } .post .post-body .meta .author { text-align: right; } .post .post-body .title { font-size: 1.5rem; font-family: var(--font-serif); line-height: 1.25; margin-top: 8px; margin-bottom: 8px } .social-share { padding: 0.15rem; background: white; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1; text-align: center; box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .4); } .social-share amp-social-share { border-radius: 2px; margin: 3px; padding: 1px; } .footer { display: block; text-align: center; margin-top: 2rem; border-radius: var(--borderRadiusSmall); padding-top: 1rem; padding-bottom: 1rem; background-image: radial-gradient( circle at 17% 77%, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.04) 50%, rgba(197, 197, 197, 0.04) 50%, rgba(197, 197, 197, 0.04) 100% ), radial-gradient( circle at 36% 17%, rgba(64, 64, 64, 0.04) 0%, rgba(64, 64, 64, 0.04) 50%, rgba(244, 244, 244, 0.04) 50%, rgba(244, 244, 244, 0.04) 100% ), radial-gradient( circle at 44% 60%, rgba(177, 177, 177, 0.04) 0%, rgba(177, 177, 177, 0.04) 50%, rgba(187, 187, 187, 0.04) 50%, rgba(187, 187, 187, 0.04) 100% ), linear-gradient(19deg, rgb(9, 82, 191), rgb(34, 2, 159)); } .footer .links { display: grid; grid-auto-flow: row; grid-row-gap: 4px; font-size: var(--font-size-medium); } .footer .links .link { color: white; text-shadow: none; } blockquote { font-family: var(--font-serif-italic); font-size: 1rem; position: relative; margin: 2rem 0; padding: 0 1rem; border-left: 0; border-left: 6px solid var(--color-accent); background: transparent; }

Fū Hinami

Actress
The basics

Quick Facts

IntroActress
PlacesJapan
isActor
Work fieldFilm, TV, Stage & Radio
Gender
Female
Birth12 April 1989, Suita, Osaka Prefecture, Japan
Age35 years
Star signAries
Stats
Height:164 cm
The details

Biography

妃海 風(ひなみ ふう、1989年4月12日 - )は、日本の女優・歌手。元宝塚歌劇団星組トップ娘役。

大阪府吹田市、北千里高等学校出身。身長164cm。血液型B型。愛称は「ふーちゃん」、「セブ」。

所属事務所はジーアールプロモーション。

来歴

2007年、宝塚音楽学校入学。

2009年、宝塚歌劇団に95期生として入団。入団時の成績は5番。宙組公演「薔薇に降る雨/Amour それは…」で初舞台。その後、星組に配属。

三拍子揃った実力派として注目を集め、2012年、「めぐり会いは再び 2nd」で新人公演初ヒロイン。

2013年、「南太平洋」(ドラマシティ・日本青年館公演)で、専科理事の轟悠の相手役を務め、東上公演初ヒロイン。同年、「日のあたる方へ」(ドラマシティ・日本青年館公演)で、2度目の東上公演ヒロイン。

2014年、「眠らない男・ナポレオン」で2度目の新人公演ヒロイン。同年、「アルカサル」でバウホール公演初ヒロイン。

2015年5月11日付で、北翔海莉の相手役として星組トップ娘役に就任。「ガイズ&ドールズ」でトップコンビ大劇場お披露目を果たす。

2016年11月20日、「桜華に舞え/ロマンス!!」東京公演千秋楽をもって、相手役の北翔と共に宝塚歌劇団を退団。現役時代は歌や演技に秀で、明るくキュートな娘役としてファンに愛された。

2017年4月12日、自身の28歳の誕生日付でジーアールプロモーション所属となり、芸能活動を開始。

宝塚歌劇団時代の主な舞台

初舞台

  • 2009年4〜5月、宙組『薔薇に降る雨』『Amour それは…』(宝塚大劇場のみ)

星組時代

  • 2009年6〜9月、『太王四神記 Ver.II-新たなる王の旅立ち-』 - 新人公演:ファーヨム(本役:花愛瑞穂)
  • 2009年10〜11月、『再会』『ソウル・オブ・シバ!!-夢のシューズを履いた舞神-』(全国ツアー)
  • 2010年1〜3月、『ハプスブルクの宝剣-魂に宿る光-』『BOLERO-ある愛-』
  • 2010年4〜5月、『激情-ホセとカルメン-』『BOLERO-ある愛-』(全国ツアー)
  • 2010年7〜8月、『ロミオとジュリエット』(梅田芸術劇場・博多座)
  • 2010年10〜12月、『宝塚花の踊り絵巻-秋の踊り-』『愛と青春の旅だち』
  • 2011年1〜2月、『メイちゃんの執事-私(わたくし)の命に代えてお守りします-』(バウホール・日本青年館) - 山田多美
  • 2011年4〜7月、『ノバ・ボサ・ノバ-盗まれたカルナバル-』 - 新人公演:ビーナス(本役:礼真琴)『めぐり会いは再び-My only shinin' star-』
  • 2011年8〜9月、『ランスロット』(バウホール) - 幼ランスロット
  • 2011年11〜2012年2月、『オーシャンズ11』 - 新人公演:エメラルド(本役:白妙なつ)
  • 2012年3月、『天使のはしご』(日本青年館・バウホール) - キティー
  • 2012年5〜8月、『ダンサ セレナータ』 - 新人公演:アンジェリータ(本役:白華れみ)『Celebrity-セレブリティ-』
  • 2012年9月、『琥珀色の雨にぬれて』 - マオ『Celebrity-セレブリティ-』(全国ツアー)
  • 2012年11〜2013年2月、『宝塚ジャポニズム〜序破急〜』『めぐり会いは再び 2nd〜Star Bride〜』 - 新人公演:シルヴィア・ド・オルゴン(本役:夢咲ねね)『Étoile de TAKARAZUKA(エトワール ド タカラヅカ)』 - 新人公演:エトワールファム(シャントゥーズ)(本役:優香りこ) 新人公演初ヒロイン、初エトワール
  • 2013年3〜4月、『南太平洋』(シアタードラマシティ・日本青年館) - ネリー・フォーブッシュ 東上初ヒロイン
  • 2013年5〜8月、『ロミオとジュリエット』 - 新人公演:乳母(本役:美城れん)
  • 2013年10月、『日のあたる方(ほう)へ-私という名の他者-』(シアタードラマシティ・日本青年館) - マリア 東上ヒロイン
  • 2014年1〜3月、『眠らない男・ナポレオン-愛と栄光の涯(はて)に-』 - ポーリーヌ、新人公演:ジョセフィーヌ(本役:夢咲ねね) 新人公演ヒロイン
  • 2014年5〜6月、『太陽王〜ル・ロワ・ソレイユ〜』(東急シアターオーブ) - フランソワーズ
  • 2014年7〜10月、『The Lost Glory-美しき幻影-』 - エヴァ、新人公演:エマ(本役:音花ゆり)『パッショネイト宝塚!』 エトワール
  • 2014年12月、『アルカサル〜王城〜』(バウホール) - マリア・デ・パデリア バウ初ヒロイン
  • 2015年2〜5月、『黒豹(くろひょう)の如(ごと)く』 - アルヴィラ、新人公演:セブンシーズ(本役:紫りら)『Dear DIAMOND!!-101カラットの永遠の輝き-』

星組トップ娘役時代

  • 2015年6〜7月、『大海賊-復讐のカリブ海-』 - エレーヌ『Amour それは…』(全国ツアー) トップお披露目公演、エトワール
  • 2015年8〜11月、『ガイズ&ドールズ』 - サラ・ブラウン 大劇場トップお披露目公演
  • 2016年1月、『LOVE&DREAM-I.Sings Disney/II.Sings TAKARAZUKA-』(東京国際フォーラム・梅田芸術劇場)
  • 2016年3〜6月、『こうもり…こうもり博士の愉快な復讐劇…』 - アデーレ『THE ENTERTAINER!』
  • 2016年7月、『歌声をひとつに…One Voice』(バウホール)
  • 2016年8〜11月、『桜華に舞え-SAMURAI The FINAL-』 - 大谷吹優『ロマンス!! (Romance)』 退団公演

出演イベント

  • 2011年7月、轟悠ディナーショー『Rendez-Vous〜今宵きみと〜』
  • 2011年12月、『タカラヅカスペシャル2011〜明日に架ける夢〜』(コーラス)
  • 2014年12月、『タカラヅカスペシャル2014-Thank you for 100 years-』
  • 2015年12月、『タカラヅカスペシャル2015-New Century,Next Dream-』
  • 2015年9月、第53回『宝塚舞踊会』
  • 2016年10月、妃海風ミュージック・サロン『Princesa!!』 主演

宝塚歌劇団退団後の主な活動

舞台

  • 2017年9月、音楽朗読劇『VOICARION(ヴォイサリオン)II GHOST CLUB』(シアタークリエ) - Sir.クロフト
  • 2018年3月、『江戸は燃えているか』(新橋演舞場) - 順子
  • 2018年6月、『SHOW STOPPERS!!』(東京国際フォーラム・シアタードラマシティ)
  • 2018年6月、『ラヴ・レターズ 28th Anniversary Special』(草月ホール)
  • 2018年9〜10月、『ドゥ・ユ・ワナ・ダンス?』(舞浜アンフィシアター) - 坂上
  • 2018年12月、音楽劇『道』(日生劇場)
  • 2019年10〜12月、恋を読むvol.2『逃げるは恥だが役に立つ』(ヒューリックホール東京・名古屋市芸術創造センター) - 森山みくり
  • 2020年3月、『リトル・ショップ・オブ・ホラーズ』(シアタークリエ) - オードリー(井上小百合とWキャスト)

TV出演

  • 2018年4月〜、朝日放送テレビ『朝だ!生です旅サラダ』 - 旅サラダガールズ

受賞歴

  • 2013年、『阪急すみれ会パンジー賞』 - 新人賞
  • 2015年、『宝塚歌劇団年度賞』 - 2014年度努力賞

脚注

The contents of this page are sourced from Wikipedia article on 19 Jun 2020. The contents are available under the CC BY-SA 4.0 license.
3.521-0.43 2.7 0 5.215 0.644 7.545 1.933s4.214 3.047 5.652 5.275c1.438 2.228 2.272 4.685 2.502 7.369 1.077-0.465 2.224-0.698 3.441-0.698 2.471 0 4.584 0.886 6.34 2.658s2.634 3.902 2.634 6.389c0 2.506-0.878 4.644-2.634 6.416s-3.861 2.658-6.314 2.658l-23.031-0.027c-0.159-0.054-0.278-0.152-0.357-0.295s-0.119-0.269-0.119-0.376v0 0z"/> spotify tumblr vk website youtube pandora tunein iheart itunes