放送中! 13:45 釣り刑事6 中村梅雀主演シリーズ第6弾!
MENU ニュース広島防災・災害広島天気政治経済社会国際スポーツエンタメスポーツスポーツTOPカープ トピックスHOMEカープ放送日程サンフレ トピックスバスケットボール 大会試合配信番組イベントアナウンサー岡本 愛衣川上 夏子小嶋 沙耶香野村 舞廣瀬 隼也福島 睦森田 雄人吉弘 翔渡辺 美佳動画【公式】広島ホームテレビ【公式】HOME
広島ニュース
【野球】カープ【サッカー】サンフレッチェ【バスケ】ドラゴンフライズ【スポーツ全般】勝ちグセSportseスポーツ道無料動画配信サービス
「HOMEぽるぽるTV」
地球派宣言Week
a { text-decoration: none; } html { scroll-behavior: smooth; } .flex { display: flex; justify-content: center; gap: 10px; } .sp-only { display: none; } .title-02 { display: none; } .page-contents-inner { margin: 0 auto; } .contents-wrapper { position: relative; } .contents-wrapper, .page-contents-inner, .lower-contents-inner, .bread-crumb { background-color: #f0fbfc !important; /* 背景色 */ } .page-contents-inner { padding: 0 !important; } section h2 { text-align: center; } section h2 img { height: 130px; margin-top: 4em; margin-bottom: 20px; } .bread-crumb a { color: #265648 !important; /* パンくずリストの文字色 */ } .wrapper { color: #05435c; /* ページ内の文字色 */ width: 1000px; margin: 0 auto; } .wrapper a { color: #265648; /* リンク文字色 */ } img { pointer-events: none; } /* ---------------- SP基本設定 ----------------- */ @media screen and (max-width:768px) { .flex { flex-direction: column; align-items: center; } .pc-only { display: none; } .sp-only { display: block; } .wrapper { width: 100%; } } /* ---------------- top ----------------- */ .week-head { position: absolute; top: 0; left: 0; } .week-title { text-align: center; margin-top: 4em; } .week-title img { max-width: 100%; } /* ---------------- SP-top ----------------- */ @media screen and (max-width:768px) { section h2 img { height: 60px; width: auto; margin-top: 2em; margin-bottom: 0; } .week-title { text-align: center; margin-top: 0; } .week-title img { max-width: 100%; } } /* ---------------- about ----------------- */ .week-about { margin-top: 7em; } .week-about-inner { background-color: #fff; } .week-about-text { font-size: 18px; font-weight: bold; padding: 50px; line-height: 2em; } .week-about-inner .about-title img { margin-top: 5em; } .about-title { text-align: center; } /* ---------------- SP-about ----------------- */ @media screen and (max-width:768px) { .week-about { margin-top: 3em; } .week-about-inner .about-title img { width: auto; margin-top: 2em; margin-bottom: 0; } .week-about-text { font-size: 13px; text-align: left; font-weight: bold; padding: 30px; } .about-title p:nth-child(1) { font-size: 20px; font-weight: bold; margin-bottom: 0; } .about-title p:nth-child(2) { font-size: 14px; font-weight: bold; } } /* ----------------event ----------------- */ .week-event { margin-top: 7em; } .week-event-inner { background-color: #fff; } .week-event-main { padding: 50px; } .event-title img { width: 590px; margin: 1em 0; } .week-event-text p { font-size: 16px !important; font-weight: bold; } .week-event-text .detail { color: #265648; font-size: 1.5em !important; } .week-event-text .yellow { background: #fef584; } .week-event-map { align-items: center; } .week-event-map iframe { width: 600px; height: 450px; } .week-event-map .map-img { width: 50%; } .week-event-button a { background-color: #23610e; color: #fff; font-weight: bold; font-size: 16px; padding: 10px; display: block; text-align: center; margin-top: 2em; border-radius: 60px; } /* ---------------- SP-event ----------------- */ @media screen and (max-width:768px) { .week-event { margin-top: 3em; } .week-event-text p { font-size: 14px !important; } .week-event-text .detail { color: #265648; font-size: 1.2em !important; } .week-event-main { padding: 30px; } .event-title img { width: 100%; margin: 1em 0; } .week-event-map iframe { width: 320px; height: 320px; } } /* ----------------channel ----------------- */ .week-channel { margin-top: 7em; } .week-channel-inner { background-color: #fff; } .week-channel-text { height: 300px; background-color: rgba(255, 255, 255, .8); display: flex; justify-content: center; align-items: center; } .week-channel-text p { font-weight: bold; font-size: 30px; } .channel-button { margin-top: 3em; margin-bottom: 10em; } .channel-button a { text-decoration: none; display: block; width: 45%; margin: 0 auto; text-align: center; background-color: #265648; color: #fff; border-radius: 60px; padding: 15px 0; font-size: 18px; font-weight: bold; transition: .2s cubic-bezier(0.45, 0, 0.55, 1); } .channel-button a:hover { transform: translateY(-6px); } /* ---------------- SP-channel ----------------- */ @media screen and (max-width:768px) { .week-channel-text { height: 200px; margin-top: 1em; } .week-channel-text p { font-size: 25px; } .channel-button { margin-bottom: 4em; } .channel-button a { width: 90%; background-color: #265648; color: #fff; padding: 10px 0; font-size: 16px; } } /* ---------------- スライダー----------------- */ .content { width: 320px; } .content img { padding: 0 5px; } /* スライドレールの枠 */ .week-slider__inner { width: 100%; margin: 0 auto; margin-top: 20px; overflow: hidden; display: flex; align-items: center; } /* content4つをまとめたスライドブロック */ .slideshow { display: flex; -webkit-animation: loop-slide 80s infinite linear 1s both; animation: loop-slide 80s infinite linear 1s both; } @-webkit-keyframes loop-slide { from { transform: translateX(0); } to { transform: translateX(-100%); } } @keyframes loop-slide { from { transform: translateX(0); } to { transform: translateX(-100%); } } /* ---------------- SP-スライダー----------------- */ @media screen and (max-width:768px) { .content { width: 150px; } /* CSきたら消す */ .week-slider { margin-bottom: 0em; } .week-slider__inner { width: 100%; } /* content4つをまとめたスライドブロック */ .slideshow { display: flex; -webkit-animation: loop-slide 30s infinite linear 1s both; animation: loop-slide 30s infinite linear 1s both; } } /* -----topics-追記:齋藤 ここから------ */ .topics-flex { display: flex; } .topics-flex img { padding: 20px; } .topics-ana { text-align: center; } .topics-cast { text-align: center; } .topics-cast img { padding: 20px; max-width: 80%; } .ishiyama img { max-width: 50%; } .topics-hyou { max-width: 950px; margin: 0 auto; padding: 0 30px; } .topics-hyou dl { display: flex; flex-flow: row wrap; border: 1px solid #ccc; border-bottom: none; } .topics-hyou dt { flex-basis: 20%; padding: 20px; background-color: #f1f1f1; border-bottom: 1px solid #ccc; } .topics-hyou dd { flex-basis: 80%; padding: 19px; background-color: #fff; border-bottom: 1px solid #ccc; } .topics-hyou dd img { padding-bottom: 20px; } .topics-img { display: flex; gap: 5px; margin-top: 3em; } .topics-img img { max-height: 200px; } @media screen and (max-width: 559px) { .topics-hyou { padding: 0; } .topics-hyou dl { flex-flow: column; } .topics-hyou dd { padding: 10px 5px; } .topics-flex img { padding: 0; } .topics-ana { font-size: 12px; } .topics iframe { width: 340px; height: 190px; } .topics-img { margin-top: 2em; flex-direction: column; max-width: 100%; text-align: center; } .topics-img img { max-height: none; width: 80%; height: 80%; margin: 0 auto; } } /* button */ .topics-button { text-align: center; margin-top: 30px; } .topics-button a { font-weight: bold; font-size: 16px; text-decoration: none; padding: 10px 40px; color: #265648; background-color: #fff; border: #265648 solid 2px; border-radius: 60px; transition: .2s cubic-bezier(0.45, 0, 0.55, 1); } .topics-button a:hover { color: #fff; background-color: #265648; } /*---------------------------------------------- * * scrollani * *----------------------------------------------*/ .scrollani { opacity: 0; transition-property: opacity, transform; transition-duration: 0.8s; transition-timing-function: ease; } .scrollani.show { opacity: 1; transform: none; } .scrollani--lr { transform: translate(-100px, 0); } .scrollani--rl { transform: translate(100px, 0); } .scrollani--up { transform: translate(0, 100px); } .scrollani--down { transform: translate(0, -100px); } .scrollani--scaleUp { transform: scale(0.5); } .scrollani--scaleDown { transform: scale(1.5); } .scrollani--rotateL { transform: rotate(180deg); } .scrollani--rotateR { transform: rotate(-180deg); } @media print { .scrollani { opacity: 1; transform: none; } } /*================================================== topicsアコーディオンのためのcss ===================================*/ .p-accordion { max-width: 900px; margin-inline: auto; margin-bottom: 50px; } .p-accordion-desc { font-size: 15px; font-weight: 700; } .p-accordion__head { font-weight: bold; cursor: pointer; display: block; color: #05435c; padding: 13px 20px; margin: 15px auto; transition: .1s cubic-bezier(0.45, 0, 0.55, 1); border-bottom: #05435c solid 1px; font-size: 16px; } .p-accordion__head:hover { transform: translateY(-5px); } .p-accordion__head-inner { display: flex; gap: 50px; align-items: center; } .p-accordion__icon { display: block; position: relative; width: 24px; transition: transform 0.25s; } .p-accordion__icon:before { content: ""; position: absolute; display: block; width: 15px; height: 2px; background-color: #05435c; } .p-accordion__icon:after { content: ""; position: absolute; display: block; width: 15px; height: 2px; background-color: #05435c; } .p-accordion__icon:before { left: 0; transform: rotate(45deg); } .p-accordion__icon:after { right: 0; transform: rotate(-45deg); } @media screen and (max-width:768px) { .p-accordion { margin-bottom: 20px; } .p-accordion__icon:before { content: ""; position: absolute; display: block; width: 10px; height: 2px; background-color: #05435c; } .p-accordion__icon:after { content: ""; position: absolute; display: block; width: 10px; height: 2px; background-color: #05435c; } } .p-accordion__input input[name=p-accordion__block] { display: none; } .p-accordion__input .p-accordion__block { cursor: pointer; } .p-accordion__input .p-accordion__content { height: 0; padding: 0 10px; overflow: hidden; opacity: 0.5; background-color: #fff; transition: padding 0.25s ease, opacity 0.3s ease 0s; } .p-accordion__input input[name=p-accordion__block]:checked+.p-accordion__head>.p-accordion__head-inner .p-accordion__icon { transform: rotate(-180deg); } .p-accordion__input input[name=p-accordion__block]:checked+.p-accordion__head+.p-accordion__content { /*開閉時*/ height: auto; opacity: 1; padding: 30px 10px; } .center-p { text-align: center; margin-top: 2em; } .hyou-white { margin-top: 5em; } @media screen and (max-width: 767px) { .p-accordion__head { font-size: 14px; } .hyou-white { margin-top: 3em; } } .chikyuha_bunner { padding: 3em 0; } .chikyuha_bunner a { display: block; }

広島ホームテレビは地球派宣言がスタートして31年。
これまでキャンペーンメッセージをはじめ、特別番組、イベントなどを通じてたくさんの方々と共に「人と自然の共存」について考えてきました。

そしてこの度、もっと身近に地球環境について考えていくため、10月5日から12日までの1週間、「いきもの再発見!」として環境をテーマにした企画を新たに立ち上げます。
番組やキャンペーンCMを重点的に放送し、大人から子どもまで「自然と人間の共存」をテーマに、身の周りの自然や動植物への興味関心をあらためて認識し、そこから地球環境の大切さを改めて感じたり、行動に移したりするきっかけになるような企画展開を目指します。

動物園マスター・野崎浩貴さんが「動物園を100倍楽しむ」ヒントを楽しくご紹介!
安佐動物公園の飼育員の方とのトークショーも!
ここでしか聞けない”いきものの不思議”を学ぼう!

動物園大好き俳優
加藤諒さん ゲスト出演決定!

日時: 10月12日(土) 13:30~
場所:広島市安佐動物公園(動物科学館2Fホール)

※放送日時は予定です。

放送日時
10月5日(土)
午後1時~
内容
▷山口県周防大島に群生する撮影の裏側
放送日時
10月5日(水)
深夜0時15分~
内容
詳しくはこちら
内容

動植物などいきものにまつわる楽しいクイズを出題!
10月8日(火)
傑作選①:「コウノトリ 2年目も世羅町へ」
内容
去年、広島県内で初めて世羅町にコウノトリのヒナが誕生。国の特別天然記念物に指定され絶滅が危惧されている希少な水鳥です。
ペア誕生から巣作り・ヒナの巣立ちまで、町の人たちがどのように見守ってきたのか貴重映像とともにお伝えしました。
そして去年に続き今年も、コウノトリがこの世羅町で自然繁殖をしたのです。なぜ町へと戻ってきたのか。そして、迎え入れる町の人の思いに迫ります。(2024/6/12OA)
10月9日(水)
傑作選②:「森の宝石 ブッポウソウが子育て最盛期」
内容
美しく輝く姿から「森の宝石」と呼ばれる夏鳥が、庄原市総領町で、子育ての最盛期を迎えています。
この時期しか見られない希少な鳥を追いました(2024/7/10OA)
10月10日(木)
傑作選③:「日本初!マルミミゾウが妊娠 23年間の軌跡」
内容
先月、安佐動物公園で日本初となる嬉しいいニュースが発表されました。
世界の動物園で3頭しか飼育されていない希少なマルミミゾウ「メイ」の妊娠が確認されたのは日本で初めてのことになります。(2024/9/4OA)
TOP

リンク

課題解決型WEBマーケティング支援
広島防災
河井夫妻 大規模買収事件
ドキュメント広島
シネドラマ「鯉のはなシアター」
プロジェクションマッピング
HOMEおはなし隊
ぽるぽるダンス
こども食堂
202101TEAM HIROSHIMA SDGs
37HIROSHIMASHOP
37HIROSHIMA
HOME公式LINE
みんながカメラマン HOME
報道・スポーツ カメラアシスタント募集
ラジオとテレビのサステナビリティ
ダイドーグループ日本の祭り
広島防災WEB
医療情報ネット(ナビィ)
広島オーストリア協会
ふれあいホームタウン みどりまち
違法配信撲滅CPキャンペーン
1.5℃の約束
広島県防災タイムラインについて
TOP
HOME
番組一覧 ニュース スポーツ アナウンサー イベント 試写会・プレゼント 会社概要 地球派宣言
ご意見・ご感想
プライバシーポリシー
Copyright Hiroshima Home Television Co,Ltd