<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--color_BLK : #231815;
	--color_YLW : #fddf03;
	--color_RED : #e00b0a;
	/* --color_BLU : #004eff;
	--color_lBLU : #00e6ff;
	--color_GRN : #44bc08; */
	--gap_96px : clamp(32px, 12vw, 96px);
	--gap_80px : clamp(27px, 10vw, 80px);
	--gap_64px : clamp(21px, 8vw, 64px);
	--gap_48px : clamp(16px, 6vw, 48px);
	--gap_32px : clamp(11px, 4vw, 32px);
	--gap_24px : clamp(8px, 3vw, 24px);
	--gap_16px : clamp(5px, 2vw, 16px);
	--gap_8px : clamp(3px, 1vw, 8px);
}

body {
	width: 100%;
}
body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: clamp(16px, 2.2vw, 20px);
	margin: 0 auto;
    max-width: 1920px;
	color: var(--color_BLK);
	background-color: var(--color_YLW);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	position: relative;	/* 背景fixed　safari対応 ←　これ使う場合は必要*/
}
#page * {
	box-sizing: border-box;
}
#page img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a:hover {
	opacity: 0.7;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
#page em {
	font-style: normal;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	#page {
		font-size: clamp(14px, 3.2vw, 16px);
	}	
}

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}
.arial {
	font-family: Arial;
}
.dela {
	font-family: 'Dela Gothic One', cursive;
    font-weight: 100;
}
.dela em {
	font-weight: normal !important;
}
.red {
	color: var(--color_RED);
}
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_wrap {
	padding: 0 var(--gap_48px);
	margin: 0 auto;
	max-width: 1500px;
}
.pd_tb {
	padding-top: var(--gap_64px);
	padding-bottom: var(--gap_64px);
}
.pd_t {
	padding-top: var(--gap_64px);
}
.pd_b {
	padding-bottom: var(--gap_64px);
}
.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}

.ib {
	font-size: inherit !important;
	display: inline-block;
}

.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.8em var(--gap_24px);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: clamp(4px, 1vw, 10px);
	transition: all 0.3s;
	display: inline-block;
}
.btn:hover {
	box-shadow: unset !important;
}
#btn_pagetop {
    position: fixed;
	bottom: clamp(4px, 3.4vw, 8px);
	right: clamp(4px, 3.4vw, 8px);
    z-index: 500;
}
#btn_pagetop a img {
  width: clamp(70px, 9vw, 120px);
  display: block;
}

.cont_close {
    position: relative;
}
.cont_close::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 999;
}

/* =============================================================
      kv キービジュアル
============================================*/
.kv {
	background: url(/sp/tigers/lib/2025/images/kv_bg.jpg) center center/100% no-repeat;
	padding-top: var(--gap_48px); 
}
.kv_inner {
	padding: 0 var(--gap_48px);
}
.logo_wrap {
	font-size: 0em;
	max-width: 1334px;
	margin: 0 auto;
}
.logo {
	background: url(/sp/tigers/lib/2025/images/logo.png) center center/contain no-repeat;
	padding-top: calc(707 / 1329 * 100%);
}

.oa_date_wrap {
	text-align: center;
	background-color: var(--color_BLK);
}
.oa_date_wrap .inner_wrap {
	max-width: 100%;
}
.oa_date {
	font-size: clamp(18px, 5vw, 68px);
	line-height: 1.1;
	letter-spacing: 1px;
	color: var(--color_YLW);
	padding: var(--gap_32px) 0 var(--gap_48px);
}
.oa_date em {
	color: #fff;
}
.oa_date em:not(.nml) {
	font-size: 1.4em;
}
@media screen and (max-width:1449px) {
	.kv {
		padding-top: 0; 
	}
}

/* =============================================================
    コンテンツ内　共通
============================================*/
.flex.col2 {
	column-gap: 4%;
}
.flex.col2 .flex_item {
	width: calc(96% / 2);
}
.flex.col3 {
	column-gap: 3%;
	justify-content: center;
}
.flex.col3 .flex_item {
	width: calc(94% / 3);
}
@media screen and (min-width:768px) {
	.flex.col2 .flex_item:nth-child(1),
	.flex.col2 .flex_item:nth-child(2) {
		margin-bottom: var(--gap_48px);
	}
}
@media screen and (max-width:767px) {
	.flex.col2,
	.flex.col3 {
		justify-content: center;
	}
	.flex.col2 .flex_item {
		width: min(100%, 500px);
	}
	.flex.col3 .flex_item {
		width: min(100%, 400px);
	}
	.flex.col2 .flex_item:not(:first-of-type),
	.flex.col3 .flex_item:not(:first-of-type) {
		margin-top: var(--gap_48px);
	}
}

/* =============================================================
      main コンテンツ
============================================*/
.contents {
	position: relative;
	text-align: center;
}
.contents::before {
	position: absolute;
    content: "";
    top: calc(var(--gap_48px)* -1);
    left: 0;
    z-index: 1;
    display: inline-block;
    background: url(/sp/tigers/lib/2025/images/cont_top_text.png) center top / contain no-repeat;
    width: 100%;
    height: 100%;
}
.contents .inner_wrap {
	position: relative;
	z-index: 100;
}

#intro_wrap {
	background: url(/sp/tigers/lib/2025/images/cont_top_bg.jpg) center 40% no-repeat;
	position: relative;
}
#intro_wrap::before {
	position: absolute;
	content: "";
	top: clamp(15px,2.5vw,25px);
	left: 0;
	width: 100%;
	height: clamp(15px,2.5vw,25px);
	background-color: var(--color_BLK);
}
#intro_wrap .inner_wrap {
	padding-top: clamp(50px,8vw,150px);
}
.intro {
	font-size: clamp(16px, 2.8vw, 38px);
	font-weight: bold;
	line-height: 1.6;
	text-shadow: 0 0 .2em #fff,0 0 .2em #fff,0 0 .2em #fff,0 0 .3em #fff,0 0 .3em #fff;
}
.intro em {
	font-size: 1.4em;
}
.intro02 {
	padding-top: var(--gap_48px);
}

.cast {
	max-width: 1232px;
	margin: 0 auto;
}

.intro_btm_wrap {
	padding-bottom: clamp(70px,20vw,350px);
	background: url(/sp/tigers/lib/2025/images/bg_audience.png) center bottom -1px/100% no-repeat;
	border-bottom: solid 25px var(--color_BLK);
}
.intro_btm {
	font-size: clamp(20px, 5.8vw, 68px);
	text-shadow: 0 0 1vw #fff,0 0 1vw #fff,0 0 1vw #fff;
	line-height: 1.2;
}
.intro_btm em {
	font-size: 1.4em;
	color: var(--color_RED);
	position: relative;
}
@media screen and (max-width:899px) {
	#intro_wrap {
		background: url(/sp/tigers/lib/2025/images/cont_top_bg.jpg) center -10%/200% no-repeat;
		position: relative;
	}
}
@media screen and (max-width:479px) {
	#intro_wrap {
		background: url(/sp/tigers/lib/2025/images/cont_top_bg.jpg) center -10%/300% no-repeat;
		position: relative;
	}
	.cast {
		margin: var(--gap_48px) auto 0;
	}
}

#section {
	background: url(/sp/tigers/lib/2025/images/ptn_stripe.jpg) repeat;
	padding: calc(var(--gap_64px) * 2) 0 0;
}

.sec_wrap:not(:first-of-type) {
	margin-top: var(--gap_96px);
}
.sec_wrap .inner_box {
	margin: 0 auto;
	padding: 0 var(--gap_48px) clamp(50px,18vw,400px);
	max-width: 1200px;
	background-color: #fff;
	position: relative;
}
.sec_wrap .inner_box::before {
	content: "";
	position: absolute;
	top: max(-40px,-4vw);
    right: max(-40px,-4vw);
    display: inline-block;
    width: clamp(40px, 12vw, 120px);
    height: clamp(43px, 12.9vw, 129px);
    background: url(/sp/tigers/lib/2025/images/logo_icon.png) right top / 100% no-repeat;
}
.sec_title {
	padding-bottom: var(--gap_32px);
	margin: 0 auto;
}
.sec_title img {
	margin-top: calc(var(--gap_48px) * -1);
}
.title_nkok {
	width: clamp(180px,47vw,415px);
}
.title_mekw {
	width: clamp(180px,62vw,559px);
}
.sec_read {
	font-size: 1.2em;
	line-height: 1.7;
}
.sec_photo {
	margin: var(--gap_32px) auto 0;
	position: relative;
	z-index: 150;
}
.photo_mekw {
	width: clamp(100px,86vw,1658px);
}
.sec_photo img {
	margin-top: max(-360px,-18vw);
	display: block;
}

.sec_btm_read {
	font-size: clamp(16px, 3.8vw, 38px);
	padding: var(--gap_64px) 0 var(--gap_16px);
}
.sec_btm_read em {
	font-size: 1.4em;
	color: var(--color_RED);
}
.logo_btm {
	margin: 0 auto;
	max-width: 1064px;
}
.notice_live {
	font-size: 0.9em;
	padding-bottom: var(--gap_32px);
}
@media screen and (max-width:479px) {
	.sec_read {
		text-align: left;
	}
	.sec_read .ib {
		display: inline;
	}
	.sec_read br {
		display: none;
	}
}

/* =============================================================
    【movie】ブロック　※Brightecoveの動画表示
============================================*/
.movie_wrap {
	width: 100%;
    max-width: 900px;
    margin: var(--gap_48px) auto 0;
    /* border: var(--color_GRN) 2px solid;
    padding: var(--gap_16px); */
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
	filter: drop-shadow(0 0 var(--gap_16px) #8a6f05);
    overflow: hidden;
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.tver_area {
	text-align: center;
    margin: 0 auto var(--gap_64px);
    width: clamp(250px, 50vw, 400px);
}
/* .tver_area img {
	box-shadow: 0 0 var(--gap_16px) #8cacaf;
} */
.tver_info {
    margin-bottom: var(--gap_8px);
}

.tver_area .tver_info_btm {
    color: inherit;
    margin: var(--gap_16px) auto 0;
    text-align: center;
    line-height: 1.2;
}

.bnr_question {
	/* margin: var(--gap_64px) auto 0; */
	margin: 0 auto 0;
	max-width: 800px;
	box-shadow: 0 0 var(--gap_16px) #8a6f05;
}
.bnr_question_notice {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: var(--gap_32px);
}
.bnr_question_notice p:not(:last-of-type) {
	margin-bottom: var(--gap_16px);
}

#present_wrap {
	padding: var(--gap_96px) 0 var(--gap_48px);
	background-color: #fff;
}
.title_present {
    width: clamp(180px, 66vw, 593px);
}
.present_img {
	filter: drop-shadow(0 0 var(--gap_8px) #999);
}
.present_name {
	font-size: clamp(18px, 3.8vw, 38px);
	font-weight: bold;
	padding-bottom: var(--gap_24px);
}
.present_info {
	padding-bottom: var(--gap_32px);
}
.present_info_inner {
	padding: var(--gap_16px);
	margin: 0 auto;
	max-width: 1100px;
	border: dotted 1px;
}
.present_limit {
	font-size: 1.1em;
	padding-bottom: var(--gap_16px);
}
.present_read {
	font-size: clamp(16px, 3.2vw, 32px);
	font-weight: bold;
}
.btn_present {
	background-color: var(--color_BLK);
	border-radius: 100px;
}
.btn_present a {
	color: #fff;
}
.btn_present a i {
	font-size: 0.8em;
}
@media screen and (max-width:767px) {
	.present.flex.col2 .flex_item {
        width: min(90%, 400px);
    }
	.present_name {
		padding-top: var(--gap_32px);
	}
}</pre></body></html>