:root { 
    --nkorange: #f4901e;
	--color_BLK: #252525;
	--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 { font-family: 'Noto Sans JP', sans-serif;}

.orange { color: var(--nkorange);}

.pc { display: block;}

.sp { display: none;}

#page {
    font-size: clamp(18px, 2.2vw, 20px);
	font-weight: 500;
	margin: 0 auto;
    max-width: 1920px;
	color: var(--color_BLK);
	font-family: "Noto Sans JP", Lato, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
    position: relative;
}

#page * {
	box-sizing: border-box;
}

#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;
	}
}

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

#header_area { 
    width: 100%;
    background-color: #fff;
    position: static;
}

#header_area_new {
    display: block;
    width: 100%;
    padding-top: 19.53%;
    background: #fff url(/event/nyanko/lib/2026/images/exhi_pc_img.jpg) no-repeat top center / 100%;
	/* background: #fff url(https://cdn.tv-osaka.co.jp/event/nyanko/lib/2026/images/exhi_pc_img.jpg) no-repeat top center / 100%; */
    position: relative;
    z-index: 1;
}

#pc_navi {
    width: 100%;
    position: sticky;
    background-color: #000;
}

#pc_navi.fixed {
    position: fixed;
    z-index: 10;
    top: 0;
}

#pc_navi ul {
    max-width: 1632px;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

#pc_navi ul li {
    width: 16%;
    border-right: solid 1px #fff;
    transition: all .5s;
}

#pc_navi ul li:hover {
    background-color: #fff;
    color: #000;
}

#pc_navi ul li:first-child { border-left: solid 1px #fff;}

#pc_navi ul li:last-child { border-right: solid 1px #fff;}

#pc_navi ul li a {
    display: flex;
    width: 100%;
    padding: var(--gap_16px) min(2vw, 10px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 700;
    font-size: clamp(12px, 1.6vw, 14px);
    letter-spacing: 0.1rem;
}

#pc_navi ul li a span {
    display: block;
    font-size: .6em;
    margin-top: 1%;
}

/* =============================================================
    【g_navi】ブロック ※グローバルナビ
============================================*/
#p_header,
#p_header2 {
	position: sticky;
	top: 0;
	z-index: 900;
}
.menu_wrap {
	background-color: #000;
	box-shadow: 0 0 var(--gap_8px) #000;
}

.g_navi_wrap.flex {
	margin: 0 auto;
	max-width: 1350px;
    display: flex;
	justify-content: center;
}
.g_navi_wrap *,
.g_navi_wrap *::before,
.g_navi_wrap *::after {
	border-color: #fff !important;
}
.g_navi_wrap li {
	font-size: clamp(14px,1.6vw,20px);
	width: calc(100% / 6);
	text-align: center;
	border-right: solid 1px;
}
.g_navi_wrap li > div {
	width: 100%;
}
.g_navi_wrap li:first-child {
	border-left: solid 1px;
}
.g_navi_wrap a {
    font-size: clamp(14px, 1.6vw, 16px);
	display: block;
	width: 100%;
	position: relative;
}
.g_navi_wrap a:not(.nolink)::after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: solid 1px;
	left: 0;
	bottom: 0;
	/*横方向0で非表示にする*/
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	/*中央を基点にアニメーション*/
	-webkit-transform-origin: center top;
	transform-origin: center top;
	/*アニメーションの速度設定*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.g_navi_wrap a:not(.nolink):hover {
	background-color: #000;
}
.g_navi_wrap span {
    font-size: .9em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	padding: var(--gap_16px) 8px;
	display: inline-block;
}
.g_navi_wrap span::after {
    content: attr(data-text) "";
    font-size: .8em;
    font-weight: normal;
    margin-top: var(--gap_8px);
    display: block;
}
.g_navi a[tabindex*="-1"] {
	position: relative;
}
.g_navi 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-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;
}
.g_navi a[tabindex*="-1"] span {
	color: #000;
}
@media screen and (min-width: 1000px) {
	.g_navi_wrap a:hover::after {
		/*横方向等倍まで拡大*/
		transform: scale(1, 1);
	}
	.trigger_wrap {
		display: none;
	}
	.g_navi {
		display: block !important;
	}
}
@media not screen and (min-width: 1000px) {
    .menu_wrap {
        background: none;
        box-shadow: none;
    }
	.trigger_wrap {
		text-align: right;
		padding: 0;
		position: relative;
		z-index: 900;
	}
	.btn_trigger {
        background-color: #000;
        font-size: 30px;
        color: #fff;
        border: 0;
        position: relative;
        height: 55px;
        width: 55px;
        position: absolute;
        top: 0;
        right: 0;
	}
    
	.btn_trigger i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.btn_trigger .menu_close,
	.btn_trigger.is-opend .menu_bar {
		display: none;
	}
	.btn_trigger.is-opend .menu_close {
		display: block;
	}
	.g_navi {
		width: 100%;
		padding-top: 40px;
		position: absolute;
		top: 0;
        height: 100vh;
		/* height: 100svh; */
		overflow-y: scroll;
		background-color: #000;
		box-shadow: 0 0 var(--gap_8px) #000;
		z-index: -1;
		display: none;
		-ms-overflow-style: none;
		/* スクロールバー非表示（IE・Edge） */
		scrollbar-width: none;
		/* スクロールバー非表示（Firefox） */
	}
	.g_navi::-webkit-scrollbar {
		/* スクロールバー非表示（Chrome・Safari） */
		display: none;
	}
	.g_navi_wrap.flex {
		flex-direction: column;
        padding: 20px 16px;
	}
	.g_navi_wrap li {
		border: 0 !important;
		width: 100%;
		margin: 0 auto !important;
	}
	.g_navi_wrap li:not(:last-child) {
		border-bottom: dotted 1px #fff !important;
	}
	.g_navi_wrap span {
		padding: 24px 12px;
	}
}

#page-top {
    display: block;
    position: fixed;
    bottom: 0;
    right: 2%;
    width: 125px;
    height: 150px;
    background: url(/event/nyanko/lib/2026/images/page-top.png) no-repeat bottom / 100%;
	z-index: 100;
}

#page-top:hover { background: url(/event/nyanko/lib/2026/images/page-top_hover.png) no-repeat bottom / 100%;}

#page section {
	padding-top: 80px;
    margin-top: -80px;
}


/* =========================================
sub_page common 
============================================*/
.subPage__title {
    font-weight: 900;
    font-size: clamp(30px, 3vw, 40px);
    text-align: center;
    margin: var(--gap_48px) auto var(--gap_32px);
    text-transform: uppercase;
    position: relative;
}
.subPage__title span {
	font-weight: bold;
	line-height: 1;
	padding: 0 8px var(--gap_16px);
	display: inline-block;
}

.subPage__title span::after {
    content: attr(data-text) "";
    font-size: .6em;
    letter-spacing: .05em;
    font-weight: 700;
    margin-top: var(--gap_8px);
    display: block;
}




/* ----------------------- responsive ----------------------- */

@media not screen and (min-width: 768px) {

    .pc { display: none;}

    .sp { display: block;}

    #page section {
        padding-top: 40px;
        margin-top: -40px;
    }

    #header_area_new {
        padding-top: 45.72%;
        background: url(/event/nyanko/lib/2026/images/exhi_sp_img.jpg) no-repeat top center / 100%;
		/* background: url(https://cdn.tv-osaka.co.jp/event/nyanko/lib/2026/images/exhi_sp_img.jpg) no-repeat top center / 100%; */
    }

    .toggle_btn {
        position: absolute;
        width: 60px;
        height: 60px;
        background-color: #000;
        top: 0;
        right: 0;
        z-index: 100;
    }

    .toggle_btn span {
        display: block;
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: calc(50% - 17.5px);
        transition: all .4s;
    }

    .toggle_btn span:nth-of-type(1) { top: 17.5px;}

    .toggle_btn span:nth-of-type(2) { top: calc(50% - 2px);}

    .toggle_btn span:nth-of-type(3) { bottom: 17.5px;}

    .toggle_btn.active { 
        background-color: transparent;
        left: 89%;
    }

    .toggle_btn.active span { background-color: #000;}

    .toggle_btn.active span:nth-of-type(1) { 
        top: 30px;
        transform: rotate(-135deg);
    }

    .toggle_btn.active span:nth-of-type(2) { opacity: 0;}

    .toggle_btn.active span:nth-of-type(3) { 
        bottom: 28px;
        transform: rotate(135deg);
    }

    .toggle_btn.fixed { top: 0;}

    #page-top {
        width: 70px;
        height: 84px;
    }

}