/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Aug 06 2024 | 22:27:47 */ .pr-box { border: 1px solid rgba(128, 128, 128, 0.5); border-radius: 8px; padding: 10px 20px 26px 20px ; margin : 60px 0 30px 0; font-size: 16px; line-height: 1.8; }/******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Jun 02 2024 | 05:41:59 */ .tableContainer { position: relative; } .tableContainer img.swiperIcon.onSwipe { /* 画像に対するスタイルを追加する場合はここに記述 */ } .pr-table { overflow-x: auto; width: 100%; /* 変更: max-width -> width */ padding: 8px 0 0 8px; margin-left: -8px; font-size: 15px; line-height: 1.6; } .pr-table table { border-collapse: collapse; border: 1px solid #d3d3d3; word-wrap: break-word; width: 100%; /* 固定幅から変更 */ table-layout: auto; /* 追加: 列幅を自動調整 */ } .pr-table th, .pr-table td { border: 1px solid #d3d3d3; padding: 8px; text-align: left; white-space: normal; /* 変更: nowrap -> normal */ word-wrap: break-word; /* 追加: テキストの折り返しを有効化 */ } .pr-table th { background-color: #f5f5f5; } .pr-table p { margin: 0; padding: 0; } /******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: May 27 2024 | 14:48:23 */ @media (max-width: 768px) { .single-post .twp-related-post, display: none; } } /******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Oct 15 2024 | 15:57:56 */ /* Title-4-Lines-limit */ .wpp-post-title { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 3; line-clamp: 3; } /* Ranking-Number */ .wpp-list li { counter-increment: ranking; /* カウンターを1ずつ増やす */ position: relative; /* 相対位置設定 */ } .wpp-list li:before { content: counter(ranking); /* カウンター表示 */ position: absolute; /* 絶対位置指定 */ left: 3.8em; /* 左端から表示 */ top: 0.25em; /* 各アイテムの上端に固定 */ width: 34px; /* 背景の幅 */ height: 32px; /* 背景の高さ */ background-color: #f88c00; /* 背景(デフォルト:1-3位用の赤色) */ font-weight: bold; /* フォントを太く */ color: #FFF; /* テキストの色を白に */ font-size: 1.8em; /* フォントサイズ指定 */ line-height: 1.2em; /* 行の高さを背景の高さに合わせる */ text-align: center; /* テキストを中央揃え */ vertical-align: middle; /* 垂直方向の中央揃え */ } .wpp-list li:nth-child(n+4):before { color: #fff; /* テキストの色を白に */ background-color: #444; /* 4-10位用のオレンジ色に変更 */ } .wpp-list li:nth-child(n+2):before { top: 0.8em; /* 2位から10位の数字の位置を少し下げる */ } /******* Do not edit this file ******* Simple Custom CSS and JS - by Silkypress.com Saved: Aug 16 2024 | 22:07:31 */ /* ◆◆モバイル&Tablet画像縦横比維持 */ @media only screen and (max-width: 767px) { .post img { max-width: 100% !important; height: auto !important; } } /* ◆◆PUMA系の黒ボタン */ .pr-button a { display: block; width: 80%; margin-left: auto; margin-bottom: 50px; margin-right: auto; width: 80%; /* ボタンの幅を親要素の80%に設定 */ /* max-width: 300px; 必要に応じてボタンの最大幅を設定 */ margin-top: 20px; /* 上部の余白を20ピクセルに設定 */ border-radius: 8px; background-color: #000; color: #fff; font-size: 15px; font-weight: 600; line-height: 24px; padding: 12px 18px; text-align: center; text-decoration: none; min-width: 166px; } /* ボタン内のリンクにアンダーラインを付けない */ .pr-button a { text-decoration: none; } /* ボタンのカスタムスタイル(必要に応じて追加)*/ .pr-button--custom a { /* カスタムスタイルの例: 背景色を変更 */ /* background-color: #f00; */ } /* 全ての要素に共通のボックスモデル設定 */ *, *:before, *:after { box-sizing: border-box; } /* ◆◆アディ系の見出し灰帯 */ ul { list-style-type: none; padding-left: 0; } ul li p, ul li > strong { width: 100%; box-sizing: border-box; margin: 0; color: #111; } ul li p strong, ul li > strong { display: block; background-color: #ededed; padding-top: 18px; padding-bottom: 16px; padding-left: 18px; padding-right: 18px; margin-top: 30px; /* 上の余白を30pxに設定 */ margin-bottom: 24px; /* 下の余白を24pxに設定 */ } /* ◆◆アディ系テーブルの見出しBOX、コナミ系テーブル調整とスワイプ画像非表示 */ .tableWrapper table { width: 100% !important; /* テーブルの幅を親要素に合わせる */ max-width: 700px; /* 最大幅を700pxに設定 */ border-collapse: collapse; /* 枠線を重ねて1本の線にする */ border: 1px solid #000; /* テーブル全体の枠線を設定 */ box-sizing: border-box; /* パディングとボーダーを幅に含める */ } .tableWrapper td, .tableWrapper th { word-break: break-word; /* 単語が長すぎる場合は改行する */ border: 1px solid #000 !important; /* セルの枠線を設定 */ } .swiperIcon { display: none; /* 画像を非表示にする */ } .swiperIcon onSwipe { display: none; /* 画像を非表示にする */ } /* ◆◆テレビ大阪系キャプション回込み */ .text-image-caption { display: flex; flex-direction: column; align-items: flex-start; width: fit-content; } .text-image-caption img { width: 100%; height: auto; } .image-caption { width: 100%; font-size: 0.8em; color: gray; } @media only screen and (max-width: 767px) { .text-image-caption img { max-width: 100% !important; height: auto !important; } .text-image-caption { width: 100%; } .image-caption {        font-size: 0.8em; } } /* ◆◆YouTubeスマホでも横長に表示 */ .video-wrapper { position: relative; padding-top: 56.25%; /* 16:9 Aspect Ratio */ height: 0; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* ◆◆長いURLを改行 */ a { overflow-wrap: break-word; word-break: break-word; } /* ◆◆記事下レコメンドの透かし非表示 */ .twp-single-next-post:before { content: none !important; } /* ◆◆画像の横に並ぶテキストを下に回り込み */ .alignleft { float: none !important; display: block; margin: 0 auto; } /* ◆◆NewBalance他の<P>タグの改行 767ピクセル以下のデバイスに適用されるスタイル */ @media only screen and (max-width: 767px) { p { text-align: justify; /* テキストを均等揃えにする */ text-justify: inter-word; word-break: break-word; /* 単語が端に到達したら改行する */ } p a { display: block; /* リンクをブロック要素として扱い、新しい行に表示 */ white-space: normal; /* リンクのテキストで改行を許可 */ word-break: break-all; /* 任意の場所で単語を改行する */ } } /* ◆◆サイドバー箇所のwidgetのCommentウィ表示にする */ .tab-comments { display: none; } /* ◆◆セイコーや陸上連盟の行間調整 */ p br + br + strong { display: block; margin-top: 1em; /* 行間のマージンを調整 */ } /* ◆◆PCヘッダーSVGロゴのサイズ調整 */ .twp-logo img { height: 103px; width: auto; /* 幅を自動調整してアスペクト比を保持 */ } /* 最初の3つの空のpタグを通常通り表示し、4つ目以降を非表示にする */ p:empty:nth-of-type(1), p:empty:nth-of-type(2), p:empty:nth-of-type(3) { display: block; /* 必要に応じて表示設定 */ } /* ◆◆アディダスほか、小さい画像を親要素の幅に。400px未満は400pxで */ .text-image-caption img { width: 100% !important; height: auto !important; object-fit: contain; /* 画像がコンテナより小さい場合、その実際のサイズで表示される */ } /* ◆◆固定ページの新着一覧の投稿タイトルを2行に */ .pt-cv-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } /* h1見出しサイズ調整 */ @media screen and (max-width: 768px) { .entry-title:not(.entry-title-large) { display: block; -webkit-line-clamp: unset; -webkit-box-orient: unset; overflow: visible; } h1 { font-size: 1.3em !important; } h2 { font-size: 1.3em !important; } } /* h2見出しサイズ調整 */ h2 { font-size: 1.5em !important; }

Nintendo Switch(TM)版『龍が如く 極』プロモーション映像公開 俳優の本宮泰風さんが父親役で出演!

Nintendo Switch版『龍が如く極』プロモーション映像「親子で遊べる龍が如く!」編

 

Nintendo Switch™版『龍が如く 極』プロモーション映像「親子で遊べる龍が如く!」編

https://youtu.be/TZKws6Y6xIw

株式会社セガは、2024年10月25日(金)にニンテンドーeショップにて発売予定の『龍が如く 極』について、プロモーション映像を公開しました。

『龍が如く 極』は、シリーズの原点となる初作『龍が如く』をベースにドラマ、遊び、映像、サウンド、技術などをあらゆる面を進化させたフルリメイク作品です。伝説の男・桐生一馬の原点となる本作をNintendo Switchでもぜひお楽しみください。

■本宮泰風さん出演のプロモーション映像公開!

映像内で、父親役として出演されたのは俳優の本宮泰風さん。2023年に発売された『龍が如く7外伝 名を消した男』では、近江連合の武闘派極道である獅子堂康生を演じられました。

仕事から帰宅した本宮さんの目に飛び込んできたのは、いろいろなもので散らかる廊下。そしてわずかに開いた扉からは何やら物騒な男たちの声が漏れ聞こえてきます。緊張する本宮さんが見たものとは……!? ぜひ映像をご確認ください。

■Amazon Originalドラマ『龍が如く ~Beyond the Game~』10月25日(金)配信開始

Amazon Original ドラマ『龍が如く ~Beyond the Game~』(英題:『Like a Dragon: Yakuza』、全6話)は、神室町を舞台に、“堂島の龍”と呼ばれる主人公、桐生一馬の成長物語をオリジナル脚本で描くクライム・サスペンスアクションです。240以上の国や地域で10月25日(金)よりPrime Videoにて世界独占配信されます。

<作品概要>

タイトル:Amazon Originalドラマ『龍が如く ~Beyond the Game~』

(英語タイトル:『Like A Dragon: Yakuza』)

配信日:2024年10月25日(金)よりPrime Videoにて世界独占配信

話数:全6話(各3話金曜日配信)

吹替版を含む30以上の言語の字幕・吹替版を同時配信

キャスト:竹内涼真 賀来賢人 ほか

原作 セガ『龍が如く』シリーズ

監督 武正晴、滝本憲吾

エグゼクティブプロデューサー Erik Barmack Roberto Grande Joshua Long

脚本/ストーリー Sean Crouch & 中村勇吾

日本語脚本/脚本 吉田康弘、山田佳奈

制作プロダクション ザフール

クレジット:©2024 Amazon Content Services LLC or its Affiliates.

※作品の視聴には会員登録が必要です。

(Amazon プライムについて詳しくは amazon.co.jp/prime へ)。

商品名: 龍が如く 極

対応機種: Nintendo Switch™

発売日: 2024年10月25日(金)発売予定

希望小売価格:

2,709円(税込2,980円)

※デジタル版のみ販売

ジャンル: アクション・アドベンチャー

プレイ人数: 1人

発売・販売: 株式会社セガ

CERO: D区分(17歳以上対象)

著作権表記: ©SEGA

■『龍が如く 極』とは

初代『龍が如く』をベースに、大幅に追加されたドラマシーン、快適なゲームプレイ、美麗な映像、重厚なサウンド、充実のプレイスポット&サブストーリーなど、あらゆる面で極まった、大人のための“極(きわみ)”エンタテインメント作品

■『龍が如く』シリーズとは

「大人向けのエンタテインメント作品」というコンセプトの元、2005年に誕生。愛、人情、裏切り……。巨大歓楽街に生きる熱き男たちの生き様を描いた。これまでゲームが決して踏み込むことのできなかったリアルな現代日本を表現したシリーズ作品となっている。

◆龍が如くポータルサイト:http://ryu-ga-gotoku.com/

◆龍が如くスタジオ 公式X(Twitter)アカウント:https://twitter.com/ryugagotoku

◆龍が如くスタジオ 公式YouTubeチャンネル:https://www.youtube.com/c/Ryugagotoku_official

■記載されている会社名、製品名は、各社の登録商標または商標です。

Gallery(タップorクリックで拡大)


Next Post

祝・真島吾朗 還暦記念作品『龍が如く8外伝 Pirates in Hawaii』2025年2月28日(金)発売決定! 主要キャストも一挙公開!

金 9月 20 , 2024
  『龍が如く8外伝 Pirates in Hawaii』公式サイト: https://ryu-ga-goto […]

今週、読まれている記事

カテゴリ一覧