INFLUENTIAL CLASSIC AKIRA, STUDIO GHIBLI’S GRAVE OF THE FIREFLIES, HIGHLY ANTICIPATED GODZILLA MINUS ZERO & MORE COMING TO CINEMAS
Get ready to experience a year of unmissable new and iconic films, straight from Japan all the way to your local cinema. Based in Glasgow and recently welcomed into the family of Japanese entertainment giant TOHO Global, Anime Limited are excited to continue their commitment to celebrating original and diverse storytelling with a packed line-up including fan favourites, up-and-coming auteurs, and celebrated classics such as AKIRA, Studio Ghibli’s Grave of the Fireflies, the highly anticipated blockbuster Godzilla Minus Zero and more – all releasing in cinemas throughout 2026.
The UK’s favourite anime distributor, Anime Limited has over a decade of experience building audiences for Japanese cinema and now-renowned directors such as Makoto Shinkai (Your Name.) and Mamoru Hosoda (Belle), connecting with fans to elevate beloved stories to new box office success (ONE PIECE FILM RED), and honouring the classics that defined the medium (Satoshi Kon’s Perfect Blue). Anime Limited also celebrates incredible storytelling from around the world and across mediums, with the monstrous critical and box office success of Godzilla Minus One (over £2.6m at the UK & IRE box office), and stunning 4K Steelbook releases of the beloved works of Laika Studios.
This mission continues into 2026 with a theatrical line-up including AKIRA, the groundbreaking Sci-Fi classic that first brought anime to UK audiences, Studio Ghibli’s emotionally breathtaking Grave of the Fireflies, award-winning films from rising stars such as Baku Kinoshita’s life-affirming crime drama The Last Blossom, Takashi Yamazaki’s hotly anticipated live-action sequel Godzilla Minus Zero, and more. With anime films fast emerging as a global box office force that can rival even Hollywood blockbusters, there’s no better time to explore the stories that continue to define the medium.
For all of the latest news on our forthcoming cinema releases, why not sign up to our newsletter?
#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
Subscribe
* indicates required
Email Address *
(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);
// SMS Phone Multi-Country Functionality
if(!window.MC) {
window.MC = {};
}
window.MC.smsPhoneData = {
defaultCountryCode: 'GB',
programs: [],
smsProgramDataCountryNames: []
};
function getCountryUnicodeFlag(countryCode) {
return countryCode.toUpperCase().replace(/./g, (char) => String.fromCodePoint(char.charCodeAt(0) + 127397))
};
// HTML sanitization function to prevent XSS
function sanitizeHtml(str) {
if (typeof str !== 'string') return '';
return str
.replace(/&/g, '&')
.replace(//g, '>')
.replace(/"/g, '"')
.replace(/'/g, ''')
.replace(/\//g, '/');
}
// URL sanitization function to prevent javascript: and data: URLs
function sanitizeUrl(url) {
if (typeof url !== 'string') return '';
const trimmedUrl = url.trim().toLowerCase();
if (trimmedUrl.startsWith('javascript:') || trimmedUrl.startsWith('data:') || trimmedUrl.startsWith('vbscript:')) {
return '#';
}
return url;
}
const getBrowserLanguage = () => {
if (!window?.navigator?.language?.split('-')[1]) {
return window?.navigator?.language?.toUpperCase();
}
return window?.navigator?.language?.split('-')[1];
};
function getDefaultCountryProgram(defaultCountryCode, smsProgramData) {
if (!smsProgramData || smsProgramData.length === 0) {
return null;
}
const browserLanguage = getBrowserLanguage();
if (browserLanguage) {
const foundProgram = smsProgramData.find(
(program) => program?.countryCode === browserLanguage,
);
if (foundProgram) {
return foundProgram;
}
}
if (defaultCountryCode) {
const foundProgram = smsProgramData.find(
(program) => program?.countryCode === defaultCountryCode,
);
if (foundProgram) {
return foundProgram;
}
}
return smsProgramData[0];
}
function updateSmsLegalText(countryCode, fieldName) {
if (!countryCode || !fieldName) {
return;
}
const programs = window?.MC?.smsPhoneData?.programs;
if (!programs || !Array.isArray(programs)) {
return;
}
const program = programs.find(program => program?.countryCode === countryCode);
if (!program || !program.requiredTemplate) {
return;
}
const legalTextElement = document.querySelector('#legal-text-' + fieldName);
if (!legalTextElement) {
return;
}
// Remove HTML tags and clean up the text
const divRegex = new RegExp(']*>', 'gi');
const fullAnchorRegex = new RegExp('