<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 {
	--myColor01 : #252525;
	--myPX_96 : clamp(32px, 12vw, 96px);
	--myPX_80 : clamp(27px, 10vw, 80px);
	--myPX_64 : clamp(21px, 8vw, 64px);
	--myPX_48 : clamp(16px, 5vw, 48px);
	--myPX_32 : clamp(11px, 4vw, 32px);
	--myPX_24 : clamp(8px, 3vw, 24px);
	--myPX_16 : clamp(5px, 2vw, 16px);
	--myPX_8 : 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,p {
	font-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: clamp(16px, 2.2vw, 18px);
	margin: 0 auto;
    max-width: 1920px;
	color: var(--myColor01);
	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.6;
	letter-spacing: 1px;
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
}
#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: 900;
}
.arial {
	font-family: Arial;
}
.font_maru {
	font-family: 'Kosugi Maru',sans-serif;
}
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_wrap {
	padding: 0 var(--myPX_48);
	margin: 0 auto;
	max-width: 1400px;
}
.pd_tb {
	padding-top: var(--myPX_64);
	padding-bottom: var(--myPX_64);
}
.pd_t {
	padding-top: var(--myPX_64);
}
.pd_b {
	padding-bottom: var(--myPX_64);
}
.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}
.block_title {
	font-size: 1.56em;
	font-weight: bold;
	text-align: center;
	padding: var(--myPX_48) 0 var(--myPX_24);
}
.block_read p {
	margin: var(---myPX_16) auto;
}
.ib {
	font-size: inherit !important;
	display: inline-block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.56em;
	color: #fff;
	font-weight: bold;
	padding: var(--myPX_16) var(--myPX_24);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: var(--myPX_8);
	display: inline-block;
}

#btn_pagetop {
    position: fixed;
    font-size: 77%;
    z-index: 500;
}
#btn_pagetop a img {
  width: 100px;
}
#page_top:hover {
	cursor: pointer;
}
@media screen and (min-width: 768px) {
    #btn_pagetop {
        bottom: 20px;
        right: 20px;
    }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.mob {
		display: block;
	}
    #btn_pagetop {
        bottom: 5px;
        right: 5px;
    }
    #btn_pagetop a img {
        width: 60px;
        height: auto;
    }
}

/* =============================================================
    【メインビジュアル】 css
============================================*/
header.tvo-header,
footer.tvo-footer {
	position: relative;
	z-index: 150;
}
.main_visual {
	padding: 70px 0;
}
.logo_wrap {
	max-width: 560px;
	margin: 0 auto;
	font-size: 0em;
}
.logo {
	background: url(../images/logo.png) center top/contain no-repeat;
	padding-top: calc(576 / 560 * 100%);
}
@media screen and (max-width: 767px) {
	.main_visual {
		padding: 5vw 0 10vw;
	}
}

/* =============================================================
    【メインコンテンツ】 css
============================================*/
.intro_area {
	background: url(../images/bg_intro_top.png) center top no-repeat,
		url(../images/bg_intro_btm.png) center bottom no-repeat,
		url(../images/bg_intro.jpg) center center no-repeat #050507;
		padding: 70px 0;
		box-shadow: 0 0 var(--myPX_32) #050507, 0 0 var(--myPX_32) #050507, 0 0 var(--myPX_32) #050507;
	}
.intro_read {
	font-size: 1.56em;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
.intro_read P:not(:last-child) {
	margin-bottom: 1.6em;
}
.intro_read em {
	font-size: 1.2em;
}
.sp_bnr_title {
	font-size: 1.56em;
	color: #fff;
	text-align: center;
	margin: var(--myPX_48) auto 0;
	padding-top: var(--myPX_24);
	border-top: solid 1px;
	text-shadow: 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
.bnr_wrap.flex {
	justify-content: space-around;
	max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.intro_area {
		padding: 7vw 0;
	}
	.sp_bnr_title {
		font-size: 1.44em;
		margin: 7vw auto 0;
	}
	.intro_read {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 479px) {
	.sp_bnr_title {
		font-size: 1.22em;
	}
	.intro_read {
		text-align: justify;
	}
	.intro_read br {
		display: none;
	}
	.intro_read .ib {
		display: inline;
	}
}

.cont_area {
	background: url(../images/bg_cont_L.png) left 35% no-repeat,
		url(../images/bg_cont_R.png) right 65% no-repeat,
		url(../images/bg_cont_top.jpg) center top no-repeat,
		url(../images/bg_cont_btm.png) center bottom #050507 no-repeat;
	padding: 550px 0;
	box-shadow: 0 0 var(--myPX_48) #f6e325;
}
.cont_wrap {
	background: url(../images/ptn_cont_bg.png) center top repeat;
	box-shadow: 0 0 var(--myPX_32) #050507, 0 0 var(--myPX_32) #050507, 0 0 var(--myPX_32) #050507;
}
.title_wrap {
	font-size: 0em;
}
@media screen and (max-width: 767px) {
	.cont_area {
		background: url(../images/bg_cont_L.png) left 25%/50% no-repeat,
			url(../images/bg_cont_R.png) right 70%/40% no-repeat,
			url(../images/bg_cont_top.jpg) center top/768px no-repeat,
			url(../images/bg_cont_btm.png) center bottom/768px #050507 no-repeat;
		padding: 35vw 0 250px;
	}
}

.performer_area {
	padding: var(--myPX_64) 0;
}
.performer_area .title_wrap {
	width: 35vw;
	max-width: 193px;
	margin: 0 auto;
}
.performer_title {
	background: url(../images/title_performer.png) center top/contain no-repeat;
	padding-top: calc(70 / 193 * 100%);
}
.performer_subtitle {
	font-size: 1.44em;
    font-weight: 900;
    text-align: center;
    margin-top: var(--myPX_48);
	padding: var(--myPX_16) var(--myPX_16) var(--myPX_8);
    line-height: 1;
    background-color: rgb(244 243 217 / 60%);
    box-shadow: 0 0 var(--myPX_16) #c1bea3;
}
.performer_list.flex {
	justify-content: space-around;
	margin: var(--myPX_48) auto 0;
	max-width: 1000px;
}
.performer {
	padding: 0 1%;
	width: calc(calc(100% - 1% * 6) / 3);
	max-width: 300px;
}
.performer:nth-of-type(n + 4) {
	margin-top: var(--myPX_32);
}
.performer_list.flex.list01 {
	justify-content: center;
}
.performer_list.flex.list01 .performer {
	width: 60vw;
	max-width: 684px;
	/* width: calc(calc(100% - 1% * 4) / 2);
	max-width: 400px; */
}

@media screen and (max-width: 767px) {
	.performer_area {
		padding: 7vw 0;
	}
	.performer_subtitle {
		margin-top: 6vw;
	}
	.performer_list.flex {
		margin: 6vw auto 0;
	}
	.performer {
		width: calc(calc(100% - 1% * 4) / 2);
		max-width: 250px;
	}
	.performer:nth-of-type(n + 3) {
		margin-top: var(--myPX_32);
	}
	.performer_list.flex.list01 .performer {
		width: 94%;
	}
}
@media screen and (max-width: 479px) {

}

.present_intro {
	font-size: 2.11em;
	font-weight: bold;
	color: #ffea00;
	text-align: center;
	padding: var(--myPX_32) 0;
	background: rgb(155,2,2);
	background: linear-gradient(0deg, rgba(155,2,2,1) 0%, rgba(183,11,63,1) 100%);
}
.present_area &gt; .inner_wrap,
.present_area .bg_wrap.inner_wrap {
	padding-top: var(--myPX_48);
	padding-bottom: var(--myPX_48);
}
.present_area .bg_wrap.inner_wrap {
	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;
	font-weight: normal;
	background-color: #fff;
}
.present_wrap {
	padding-bottom: var(--myPX_48);
	margin-bottom: var(--myPX_48);
	border-bottom: dotted 2px;
}
.present_img {
	max-width: 350px;
	flex: 0 0 250px;
}
.present_detail {
	flex: 0 0 calc(100% - 300px);
}
.present_head.flex {
	align-items: flex-start;
	font-weight: bold;
}
.present_name {
	font-size: 1.44em;
	line-height: 1.2;
	flex: 0 0 calc(100% - 220px);
}
.win_num {
	font-size: 1.44em;
	color: #fff;
	padding: 8px 16px;
	background-color: #d6000f;
}
.present_info {
	line-height: 1.4;
	margin: var(--myPX_16) 0 var(--myPX_16);
	text-align: justify;
}
.present_info p:not(:first-of-type) {
	margin-top: var(--myPX_8);
}
.present_info small {
	display: block;
	margin-top: var(--myPX_8);
}
.tel_num a {
	font-size: 1.89em;
	font-weight: bold;
	color: #0e3a9b;
	padding: var(--myPX_16) var(--myPX_32);
	line-height: 1;
	border-radius: var(--myPX_8);
	border: solid 3px;
	display: inline-block;
}
.tel_num a i {
	margin-right: var(--myPX_8);
}
.tel_num em {
	font-size: 1.3em;
	color: #d6000f;
}
.link_url {
	text-align: left;
}
@media screen and (max-width: 1279px) {
	.present_img {
		flex: 0 0 20vw;
	}
	.present_detail {
		flex: 0 0 calc(100% - 24vw);
	}
	.present_name {
		flex: 0 0 100%;
		margin-bottom: var(--myPX_16);
	}
}
@media screen and (max-width: 767px) {
	.present_img,
	.present_detail {
		flex: 0 0 100%;
	}
	.present_wrap.flex {
		justify-content: center;
	}
	.present_img {
		margin-bottom: var(--myPX_24);
	}
	.present_head.flex {
		justify-content: center;
	}
	.tel_num {
		text-align: center;
	}
	.tel_num a {
		padding: 12px 4.6vw;
	}
}
@media screen and (max-width: 479px) {
	.present_intro {
		padding: 5vw 0;
	}
	.present_img {
		flex: 0 0 80%;
	}
	.tel_num a {
		font-size: 1.44em;
	}
}

.limit_text {
	font-size: 1.56em;
	font-weight: bold;
	color: #d6000f;
	text-align: center;
	line-height: 1.2;
	margin-bottom: var(--myPX_48);
}
.limit_text em {
	padding: var(--myPX_16) var(--myPX_24);
	border: dotted 2px;
	display: inline-block;
}
.present_notice_title {
	font-weight: bold;
	margin-bottom: var(--myPX_8);
}
.present_notice li,
.present_notice li small {
	font-size: 16px;
	line-height: 1.4;
}
.present_notice li:not(:last-child) {
	margin-bottom: var(--myPX_8);
}
.present_notice li small {
	padding-left: 1em;
	display: block;
}
@media screen and (max-width: 1023px) {
	.limit_text {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.limit_text {
		font-size: 20px;
		margin-bottom: 5vw;
	}
}


.helishot_intro {
	font-size: 2.11em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: var(--myPX_64) 0;
	background: rgb(12 40 103);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(14,58,157,1) 75%, rgba(14,58,157,1) 100%);
}
.img_helishot {
	padding: var(--myPX_48) 0;
}
.img_helishot img {
	box-shadow: 0 0 var(--myPX_8) #050507;
}
@media screen and (max-width: 1279px) {
	.helishot_intro {
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.helishot_intro {
		font-size: 20px;
		padding: 7vw 0;
	}
	.img_helishot {
		padding: 20px 0;
	}
	.img_helishot .inner_wrap {
		padding: 0 20px;
	}
}


/* =============================================================
    【movie】ブロック　※Brightecoveの動画表示
============================================*/
.movie_area {
	padding: var(--myPX_64) 0;
	background-color: rgb(0 0 0 / 80%);
}
.movie_wrap {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
	box-shadow: 0 0 var(--myPX_8) #000;
	border: solid 1px #fff;
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
	.movie_area {
		padding: 7vw 0;
	}
}

/* ======================================
    【bg_sticky】 css
===============================*/
.bg_sticky_wrap {
	position: relative;
	z-index: 1;
}
.bg_sticky {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.bg_sticky .bg {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	z-index: -1;
}
.bg_sticky .bg01 {
	background: url(../images/bg_main.jpg) no-repeat center center/cover;
}
</pre></body></html>