<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 共通
============================================*/
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-size: inherit;
	font-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: 18px;
	color: #252525;
	margin: 0 auto;
    max-width: 1920px;
	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;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
}
#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:not(.g_navi 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: 18px;
	}
}
@media screen and (max-width: 479px) {
	#page {
		font-size: 16px;
	}
}

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
}
.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;
}
#content {
	padding: 0 0 80px;
}
.inner_wrap {
	padding: 0 50px;
	margin: 0 auto;
	max-width: 1450px;
}

.ib {
	font-size: inherit !important;
	display: inline-block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding: 15px 20px;
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 10px;
	display: inline-block;
}
table {
	width: 100%;
}
#page-top {
    position: fixed;
    font-size: 0;
    z-index: 500;
}
#page-top a {
	display: block;
	background: url(../images/page_top.png) center center/contain no-repeat;
	padding-top: calc(172 / 172 * 100%);
}
#page-top a:hover {
	background: url(../images/page_top_on.png) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
    #page-top {
		width: 120px;
		height: 120px;
        bottom: 20px;
        right: 20px;
    }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.btn {
		font-size: 24px;
	}
	.pc {
		display: none;
	}
    #page-top {
		width: 60px;
		height: 60px;
        bottom: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 599px) {
	.inner_wrap {
		padding: 0 20px;
	}
}
@media screen and (max-width: 479px) {
	.btn {
		font-size: 20px;
	}
	.movie_wrap {
		padding: 10px;
	}
}

.brXS, .brS, .brM, .brL, .brXL { display: none; }
.brPC { display: none; }
@media (max-width: 479px) { .brXS { display: inline; } }
@media (max-width: 599px) { .brS { display: inline; } }
@media (max-width: 767px) { .brM { display: inline; } }
@media (max-width: 1024px) { .brL { display: inline; } }
@media (max-width: 1399px) { .brXL { display: inline; } }
@media (min-width: 1400px) { .brPC { display: inline; } }

/* =============================================================
    【movie】ブロック　※Brightecoveの動画表示
============================================*/
.movie_wrap {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: #000 3px solid;
    padding: 15px;
}
#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;
}

/* =============================================================
    【header】ブロック　
============================================*/
header.tvo-header {
	position: relative;
	z-index: 1000;
}
#header {
	position: relative;
	/* height: 100vh; */
}
.logo_wrap {
	font-size: 0em;
	width: 100%;
	max-width: 646px;
	margin: 0 auto;
	padding: 300px 20px;
	position: relative;
	z-index: 999;
	/* position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%,-50%); */
}
.logo {
	background: url(../images/logo.png) center center/contain no-repeat;
	padding-top: calc(592 / 646 * 100%);
}
.video_wrap {
	position: fixed;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
.video_wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(0 0 0 / 40%); */
    background-image: radial-gradient(rgba(0 0 0 / .2) 30%, rgba(0 0 0 / 0) 31%), radial-gradient(rgba(0 0 0 / .2) 30%, rgba(0 0 0 / 0) 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
#video {
	position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
@media screen and (max-width: 1919px) {
	.logo_wrap {
		padding: 15vw 20px;
	}
}
@media screen and (max-width: 767px) {
	.logo_wrap {
		padding: 25vw 20px;
	}
}

/* =============================================================
    【main】ブロック　
============================================*/
#main {
	position: relative;
	letter-spacing: 1.5px;
}
#content {
	background-color: #fff;
}
.title_wrap {
	font-size: 0em;
	margin: 0 auto;
}
.intro_block {
	position: relative;
}
.btn_tenjin2023 {
	position: absolute;
	max-width: 271px;
	top: -120px;
    right: 15%;
}

.about_bg_wrap {
	background: url(../images/bg_wave.png) center bottom no-repeat;
}
.about_title_wrap {
	max-width: 235px;
	margin: 0 auto;
	position: relative;
    z-index: 100;
}
.about_title {
	background: url(../images/title_about.png) center center/contain no-repeat;
	padding-top: calc(130 / 235 * 100%);
}

.intro_bg_wrap {
	background: url(../images/bg_intro.png) center center no-repeat #fff;
}
.about_read {
	font-size: 24px;
	line-height: 1.8;
	text-align: center;
	padding: 50px 0;
}
.midokoro_intro_title_wrap {
	max-width: 1130px;
	margin: 0 auto;
}
.midokoro_intro_title {
	background: url(../images/title_highlight.png) center center/contain no-repeat;
	padding-top: calc(423 / 1130 * 100%);
}
.midokoro_intro_read {
	font-size: 22px;
	line-height: 1.8;
	text-align: center;
	padding: 50px 0;
}
.about_read p:not(:last-child),
.midokoro_intro_read p:not(:last-child) {
	margin-bottom: 1em;
}
/* =============================================================
    【見どころ3選】ブロック　
============================================*/
.midokoro_block {
	background-color: #fff;
}
.midokoro_head.flex {
	padding: 0 10px;
	align-items: center;
	background: url(../images/bg_highlight.jpg) center top repeat;
	position: relative;
}
.midokoro_head.flex::before,
.midokoro_head.flex::after {
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
}
.midokoro_head.flex::before {
    top: 0;
}
.midokoro_head.flex::after {
    bottom: 0;
}
.midokoro_head &gt; div {
	flex: 0 0 calc(100% / 3);
	position: relative;
	z-index: 100;
}
.midokoro_head .img_wrap {
	border: solid 2px #252525;
	max-width: 640px;
} 
.midokoro_title {
	max-width: 534px;
    padding: 0 10px;
}
.midokoro_read {
	font-size: 20px;
	line-height: 2.2;
	padding: 70px 0;
	background: url(../images/bg_highlightL.png) left 50px no-repeat,
		url(../images/bg_highlightR.png) right calc(100% - 50px) no-repeat;
}
.midokoro_read .read_wrap {
	text-align: justify;
}
.btn_more {
	display: inline-block;
}
.btn_more span {
	font-size: 16px;
	font-weight: 900;
    color: #fff;
    padding: 12px 28px 12px 16px;
    line-height: 1;
    border-radius: 100px;
    background-color: #b00;
	display: inline-block;
}
.read_hide_area .read_wrap {
	margin-top: 30px;
}
@media screen and (max-width: 1279px) {
	.btn_tenjin2023 {
    	right: 5%;
	}
}
@media screen and (max-width: 899px) {
	.btn_tenjin2023 {
    	width: 30vw;
		right: 0;
    	top: -10vw;
	}
	.about_title_wrap {
		width: 26vw;
		margin-bottom: -2px;
	}
	.about_bg_wrap {
		background: url(../images/bg_wave.png) center bottom/150% no-repeat;
	}
	.midokoro_read {
		padding: 8vw 0;
	}
}
@media screen and (max-width: 767px) {
	.about_read {
		font-size: 20px;
		padding: 6vw 0 5vw;
	}
	.midokoro_intro_title {
		background: url(../images/title_highlight_mob.png) center center/contain no-repeat;
		padding-top: calc(589 / 750 * 100%);
	}
	.midokoro_intro_read {
		font-size: 18px;
		padding: 6vw 0 8vw;
	}
	.midokoro_head.flex {
		justify-content: center;
	}
	.midokoro_head &gt; div {
		flex: 0 0 100%;
	}
	.midokoro_head.flex::before,
	.midokoro_head.flex::after {
		height: 30px;
	}
	.midokoro_title {
		order: 1;
	}
	.highlightL {
		order: 2;
		margin: 5vw 0;
	}
	.highlightR {
		order: 3;
	}
	.midokoro_read {
		font-size: 18px;
		line-height: 1.6;
		background: url(../images/bg_highlightL.png) left 50px/60vw no-repeat, url(../images/bg_highlightR.png) right calc(100% - 50px)/60vw no-repeat;
	}
}
@media screen and (max-width: 599px) {
	.about_title_wrap {
		width: 36vw;
	}
	.btn_tenjin2023 {
		width: 30vw;
    	top: 0;
	}
}
@media screen and (max-width: 479px) {
	.about_read {
		padding-top: 15vw;
	}
	.about_read,
	.midokoro_intro_read {
		text-align: justify;
	}
	.intro_bg_wrap .ib {
		display: inline;
	}
	.intro_bg_wrap br {
		display: none;
	}
	.btn_more span {
		font-size: 14px;
		padding: 8px 28px 8px 12px;
	}
}

/* =============================================================
    【accordion】ブロック ※アコーディオンボタン
============================================*/
.accordion_item {
	text-align: right;
}
.accordion_item_read {
	display: none;
}
.accordion_wrap button {
	position: relative;
	cursor: pointer;
	background-color: transparent;
    border: 0;
	margin-top: 8px;
	padding: 0;
}
.accordion_wrap button::after {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
    right: 14px;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: transparent #fff #fff transparent;
	transform: rotate(45deg);
}
.accordion_wrap button.open::after {
	top: calc(50% - 2px);
	border-color: #fff transparent transparent #fff;
}

/* =============================================================
    【バナーエリア】ブロック　
============================================*/
.bnr_block {
	background: url(../images/illust_hanabi.png) center 130px no-repeat,
	url(../images/bg_hanabi.jpg) center bottom/100% no-repeat #fff;
	padding: 50px 0 70px;
}
.bnr_block_head {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 180px;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
}
.bnr_block_head em {
	font-size: 1.2em;
}
.bnr_wrap {
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 0 10px #252525;
	background-color: #252525;
}
.bnr_wrap:not(:last-child) {
	margin-bottom: 50px;
}

.bnrKEIHAN_block {
	padding: 70px 0;
}
.bnrKEIHAN_block .inner_wrap {
	max-width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgb(234,231,188);
	background: linear-gradient(340deg, rgba(234,231,188,0.4) 0%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.7) 100%);
}
.bnrKEIHAN_head {
	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;
	text-align: center;
	margin-bottom: 1.2em;
}
.bnrKEIHAN_title {
	font-size: 38px;
	font-weight: bold;
	color: #3e376d;
	margin-bottom: 0.8em;
}
.bnrKEIHAN_title em {
	color: #1c9138;
	text-shadow: 0 0 1px #f5c825, 0 0 1px #f5c825, 0 0 1px #f5c825, 0 0 1px #f5c825, 0 0 1px #f5c825, 0 0 2px #f5c825, 0 0 2px #f5c825, 0 0 2px #f5c825, 0 0 2px #f5c825, 0 0 2px #f5c825;
    border-bottom: dotted 3px #3e376d;
}
@media screen and (max-width: 767px) {
	.bnr_block {
		background: url(../images/illust_hanabi.png) center 130px no-repeat,
		url(../images/bg_hanabi.jpg) center bottom/180% no-repeat #fff;
	}
	.bnr_block_head {
		margin-bottom: 20vw
	}
	.bnrKEIHAN_title {
		font-size: 28px;
	}
}
@media screen and (max-width: 479px) {
	.bnr_block {
		padding: 6vw 0 10vw;
	}
	.bnr_block_head {
		font-size: 22px;
	}
	.bnr_wrap:not(:last-child) {
		margin-bottom: 10vw;
	}
	.bnrKEIHAN_block {
		padding: 12vw 0;
	}
	.bnrKEIHAN_block .inner_wrap {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.bnrKEIHAN_title {
		font-size: 22px;
	}
}



























  footer.tvo-footer {
	position: relative;
    z-index: 1000;
  }</pre></body></html>