放送中! 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; }

広島ホームテレビ(本社:広島市中区)は、1993年に「地球派宣言」をスタートしました。 これまでキャンペーンメッセージをはじめ、特別番組やイベントなどを通じて、多くの方々と共に「人と自然の共存」について考えてまいりました。
このたび、より身近に地球環境について考える機会を広げるため、8月24日(日)から31日(日)まで、「発見!星空と海」をテーマにした「地球派宣言WEEK 2025」を開催します。
期間中は、番組やPRを重点的に放送し、大人から子どもまで幅広い世代が「自然と人間の共存」をテーマに、身近な自然や動植物への関心を新たにし、地球環境の大切さを感じ、行動につなげるきっかけとなるような企画を展開します。

こどもたちと地球を学ぼう「宇宙に夢中!星空のひみつを探ろう」

「惑星・銀河・宇宙の果て」宇宙博士の井筒智彦さんを迎え、クイズで楽しく学びます!
宇宙飛行士選抜試験にもチャレンジしてみよう!

日時: 8月24日(日) ①午後1時~ ②午後3時30分~
場所:広島県立図書館(広島市中区千田町 広島県情報プラザ内)

※放送日時は予定です。

8月26日(火)
傑作選①:「コウノトリ 2年目も世羅町へ」
内容
今年1月、世羅町に3年連続で飛来したコウノトリのカップル。電柱に営巣することで感電死や町の停電といったリスクが懸念されるなか、町は人工巣塔を設置し、共生の実現を目指しています。(2025/5/7OA)
8月28日(木)
傑作選②:「夜の浜に潜む宝石たち・ダンゴムシを追う中学生たち」
内容
夜行性で、夜の海にのみ現れる、小さな生き物・ハマダンゴムシ。その生態や行動を研究している中学生に密着しました。(2025/6/11OA)
内容

『地球温暖化対策』をテーマに動画制作に取り組む高校生が、毎日クイズを出題します
タイトル
「地球派宣言」CM制作のウラ側に密着! 午後1時~
日時
8月31日㈰午前10時30分~
出演
川田一輝(かわちゃん)
岡本愛衣(HOME アナウンサー)
内容

魚たちの生態をおもしろく学ぶことができる「魚(ぅお)もしろ図鑑」。第4弾となる今回の舞台は「神戸須磨シーワールド」。今作も川ちゃんが自慢のイラストでユニークな生き物たちのあっと驚く生態や豆知識を伝授します。「西日本ではここだけ!実はマザコン?!なシャチ」「とってもヘンな寝方をする魚」楽しくてタメになる特別番組です。
TOP

リンク

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