<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 : #180614;
	--color_YLW : #ffea00;
	--color_PNK : #ff0054;
	--color_RED : #e40b0b;
	/* --color_BLU : #004eff; */
	/* --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%;
	position: relative;
}
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;
}
blockquote {
	margin: 0 !important;
}

#page {
	font-size: clamp(16px, 2.2vw, 20px);
	margin: 0 auto;
    max-width: 1920px;
	color: var(--color_BLK);
	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.3;
	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 {
	color: var(--color_BLK);
	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;
	/* line-height: 1; */
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	}
  }

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}
.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(--gap_48px);
	margin: 0 auto;
	max-width: 1300px;
}
.pd_tb {
	padding-top: var(--gap_80px);
	padding-bottom: var(--gap_80px);
}
.pd_t {
	padding-top: var(--gap_80px);
}
.pd_b {
	padding-bottom: var(--gap_80px);
}
.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}
.block_title_wrap {
	font-size: 0em;
	margin: 0 auto;
}
.block_title {
	font-size: 1.9em;
	text-align: center;
}
.ib {
	font-size: inherit !important;
	display: inline-block;
}
.red {
	color: var(--color_RED);
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	padding: 0.8em var(--gap_24px);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 10px;
	display: inline-block;
}

#btn_pagetop {
    margin: var(--gap_16px) var(--gap_16px) 0 0;
}
#btn_pagetop a img {
  width: clamp(60px, 9vw, 90px);
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}	
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}


.btn_area {
    text-align: right;
    padding-bottom: var(--gap_16px);
    right: 0;
    z-index: 500;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
}
.buy_ticket_wrap a img {
	width: clamp(80px, 13vw, 130px);
}



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

/* =============================================================
    page用css
============================================*/
#page_bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* clip: rect(0, auto, auto, 0); */
    z-index: -1;
}
#page_bg:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.base:before {
	background: url(/galmon/ev_rec/images/bg_leopard.jpg) center center/cover repeat-y;
}
.sec_wrap {
	padding: var(--gap_80px) 0;
}
.sec_title_wrap {
	text-align: center;
	margin-bottom: var(--gap_32px);
}
.sec_title {
	font-size: 1.3em;
	font-weight: bold;
}
.sec_title i {
	font-size: 0.8em;
}
@media screen and (max-width: 1099px) {
	.base:before {
		background: url(/galmon/ev_rec/images/bg_leopard.jpg) center center/contain repeat-y;
	}
}

/* =============================================================
    メインビジュアル
============================================*/
#header {
	padding: var(--gap_48px) 0 0;
	overflow: hidden;
}
#header .inner_wrap {
	max-width: 100%;
}
.mv_logo_wrap {
	font-size: 0em;
	max-width: 1500px;
	margin: 0 auto max(-30px,-2vw);
}
.mv_logo {
	background: url(/galmon/ev_rec/lib/01/images/mv_logo.png) center center/contain no-repeat;
	padding-top: calc(434 / 1527 * 100%);
	position: relative;
    z-index: 50;
	opacity: 0;
}
.mv_cast {
	width: min(86vw,1376px);
	margin: 0 auto;
	position: relative;
}
.mv_cast img {
	margin-left: max(-20px, -5vw);
	position: relative;
	z-index: 100;
}
.mv_btn_ticket {
	width: clamp(100px,16vw,253px);
	position: absolute;
	top: 30%;
	right: max(-30px, -10vw);
	z-index: 150;
	animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
	0% {
		transform: rotate(-3deg);
	}
	to {
		transform: rotate(3deg);
	}
}
@media screen and (max-width: 479px) {
	.mv_btn_ticket {
		top: 40%;
	}
}

#main {
	margin-top: -280px;
}
@media screen and (max-width: 1599px) {
	#main {
		margin-top: max(-280px,-17.5vw);
	}
}

/* =============================================================
    イントロ　intro
============================================*/
.intro_wrap {
	text-align: center;
	background: url(/galmon/ev_rec/images/bg_sparkle1.jpg) center top/cover no-repeat;
}

.title_intro {
	font-size: clamp(18px,3.2vw,34px);
	font-weight: bold;
	color: #fff;
    padding: var(--gap_16px) var(--gap_24px);
	margin-bottom: var(--gap_32px);
	display: inline-block;
    position: relative;
    z-index: 10;
}
.title_intro::before, .title_intro::after {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% - var(--gap_8px));
}
.title_intro::before {
    top: var(--gap_8px);
    bottom: calc(var(--gap_8px) * -1);
    left: var(--gap_8px);
    right: 0;
    background: #f409bb;
}
.title_intro::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color_BLK);
}
.title_intro em {
	font-style: italic !important;
}
.title_intro em {
	color: var(--color_YLW);
}
.title_intro em:first-child {
	color: #dfd1fa;
}
.title_intro em:last-child {
	color: #f409bb;
}
.block_read.intro {
	font-size: clamp(16px,3.2vw,24px);
	font-weight: bold;
	line-height: 1.5;
}
.intro_pr {
	font-size: 1.2em !important;
	color: var(--color_BLK) !important;
}
.block_read.intro em {
	font-size: 1.1em;
	color: var(--color_PNK);
}
.intro_pr {
	font-size: 1.2em !important;
	color: var(--color_BLK) !important;
	padding: var(--gap_8px) 0;
	display: inline-block;
	line-height: 1.6 !important;
}
.intro_pr mark {
	background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffea00 60%, #ffea00 100%);
}
.block_read.intro p:not(:last-of-type) {
	margin-bottom: var(--gap_24px);
}

/* =============================================================
    開催概要　sec_overview
============================================*/
#sec_overview {
	background: url(/galmon/ev_rec/images/bg_stripe.png) center center repeat,
		url(/galmon/ev_rec/images/bg_sparkle2.png) center top no-repeat #dfd1fa;
}
.sec_title_wrap.overview {
	margin-bottom: calc(var(--gap_16px) * -1);
	text-shadow: 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;
}
#sec_overview .bg_box {
	background-color: rgb(255,255,255,0.7);
	box-shadow: 0 0 var(--gap_16px) #a893cd;
	padding: var(--gap_48px);
}
.overview_list dt {
	margin-bottom: var(--gap_16px);
}
.overview_list dd {
	margin-bottom: var(--gap_32px);
}
.overview_list dd em:not(.nml) {
	font-size: clamp(18px,3.2vw,32px);
	margin-right: var(--gap_24px);
}
.overview_list dd em.nml {
	font-size: clamp(16px,2.8vw,22px);
}
.overview_list a {
	text-decoration: underline !important;
}
.title_date {
	width: clamp(80px,12.5vw,157px);
}
.title_contents {
	width: clamp(49px,7.5vw,93px);
}
.title_place {
	width: clamp(49px,7.5vw,95px);
}
.title_ticket {
	width: clamp(76px,12vw,149px);
}
.title_cast {
	width: clamp(63px,10vw,124px);
}
.title_organizer {
	width: clamp(144px,22.5vw,282px);
}
.btn_ticket_wrap {
	justify-content: unset;
	column-gap: 2%;
}
.btn_ticket {
	width: calc(94% / 4);
	margin: var(--gap_16px) 0;
	position: relative;
}
.btn_ticket a[tabindex="-1"] img {
	filter: brightness(0.4);
	opacity: 0.8;
}
.btn_ticket a img {
	box-shadow: 0 0 var(--gap_8px) #a893cd;
}
.btn_ticket a[tabindex*="-1"]::after {
    content: "coming soon";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    opacity: 1;
    color: #fff;
	text-align: center;
    text-shadow: 0 0 0.2em #268d9f, 0 0 0.2em #268d9f, 0 0 0.2em #268d9f, 0 0 0.3em #268d9f, 0 0 0.3em #268d9f;
}
.codeNum {
    font-size: clamp(12px,2.8vw,14px);
    padding-top: var(--gap_8px);
	display: inline-block;
}
.ticket_start {
	font-size: 1.1em;
}
.overview_list .note_list {
	font-size: 0.9em;
	margin-top: var(--gap_16px);
}
@media screen and (max-width: 767px) {
	.btn_ticket_wrap {
		column-gap: 4%;
	}
	.btn_ticket {
		width: calc(94% / 2);
	}
}

/* =============================================================
    注意事項　notice
============================================*/
#sec_info {
	text-shadow: 0 0 0.2em #f8f1df,0 0 0.2em #f8f1df,0 0 0.3em #f8f1df,0 0 0.3em #f8f1df,0 0 0.3em #f8f1df;
}
.info:before {
	background: url(/galmon/ev_rec/images/bg_paper.jpg) center top/cover repeat-y;
}
/* @media screen and (max-width: 1099px) {
	.info:before {
		background: url(/galmon/ev_rec/images/bg_paper.jpg) center top/contain repeat-y;
	}
} */

.notice_wrap:not(:last-of-type) {
	padding-bottom: var(--gap_24px);
}
.notice_head {
	font-weight: bold;
	margin-bottom: var(--gap_8px);
}
.notice_list {
	padding: 0 1em 0 2em;
}
.notice_list li {
	list-style: disc;
}
.notice_list li:not(:last-of-type) {
	margin-bottom: var(--gap_8px);
}

.contact_wrap {
	text-align: center;
	margin: 0 auto;
	padding: var(--gap_24px);
	max-width: 800px;
	border: solid 1px;
}
.tel {
	font-size: clamp(20px,2.8vw,28px);
	font-weight: bold;
}

/* =============================================================
    バナーエリア　sec_bnrarea
============================================*/
.bnr_list {
	align-items: center;
}
.bnr_youtube {
	width: 54%;
}
.bny_galmon {
	width: 40%;
}
@media screen and (max-width: 767px) {
	.bnr_list {
		justify-content: center;
	}
	.bnr_list &gt; div {
		width: 100%;
		max-width: 400px;
		text-align: center;
	}
	.bnr_list &gt; div:not(:last-of-type) {
		margin-bottom: var(--gap_32px);
	}
	.bny_galmon img {
		width: 80% !important;
	}
}

/* =============================================================
    【アニメーション】ブロック
============================================*/
.slidein {
    animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;
}
@keyframes slideIn {
  0% {
	transform: translateX(100px);
    opacity: 0;
  }
  /* 50% {
    transform: translateX(100px);
    opacity: 0;
  } */
  100% {
    transform: translateX(0);
  }
  80%,100% {
    opacity: 1;
  }
}

.mv_logo.fadein {
    animation: fadeIn 0.5s ease-out 0.5s forwards;
}
@keyframes fadeIn {
  0% {
	transform: scale(1.5);
    opacity: 0;
  }
  60% {
	transform: scale(1.5);
    opacity: 0;
  }
  100% {
	transform: scale(1);
  }
  80%,100% {
    opacity: 1;
  }
}
</pre></body></html>