: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: opacity .3s ease, transform .3s ease;
	text-decoration: none;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
@media (hover:hover) {
	#page a:not(.g_navi a):hover {
		opacity: 0.7;
	}

	#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%;
    position: relative;
    z-index: 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% / 9);
	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;
	/*アニメーションの速度設定*/
	transition: opacity .3s ease, transform .3s 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%; */
    }

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

}

.top_bg {
    background: url(/event/nyanko/lib/2026/images/nyanko_back_pc.jpg) repeat-y fixed top center / 100%;
} 

.wrapper {
    max-width: 1300px;
    padding-inline: 20px;
    margin-inline: auto;
}

#page img {
    max-width: 100%;
    height: auto;
}

#page picture { display: block;}

#nyanko_top {
    width: 100%;
    padding-top: 40%;
    position: relative;
}
#nyanko_top h1 {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 13%;
    left: calc(50% - 50%);
}

#nyanko_top h1 picture {
    width: 47%;
    margin: 0 auto;
}

#nyanko_top h1 picture img { width: 100%;}

#nyanko_top_new { 
    width: 100%;
    padding-top: 5%;
}

#nyanko_top_new h1 {
    width: 100%;
    text-align: center;
}

#nyanko_top_new h1 img { width: 30%;}


/*================================
movie
================================*/
.movie {
    position: relative;
    max-width: 900px;
    aspect-ratio: 16/9;
    margin: 0 auto var(--gap_80px);
    overflow: hidden;
}

.tvo-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}


#nyanko_top_new .information__text01 {
    margin: var(--gap_32px) auto 0;
}

#character_link {
    margin-bottom: var(--gap_64px);
}

#character_link a {
    display: block;
    margin: 0 auto;
    aspect-ratio: 384 / 67;
    background: url(/event/nyanko/lib/2026/images/bnr_pakuchan.png) no-repeat center / 100%;
    margin-bottom: var(--gap_16px);
}

#character_link a:hover {
    background: url(/event/nyanko/lib/2026/images/bnr_pakuchan_hover.png) no-repeat center / 100%;
    opacity: 1 !important;
}

.main_new {
    width: 100%;
    padding: 10% 0;
}

.main_new section {
    margin-bottom:  min(15vw, 120px);
}

.main_new section:last-of-type { margin-bottom: 0;}

.main_new .top__title01 {
    width: min(80vw, 400px);
    margin: 0 auto var(--gap_64px);
}

.main_new .top__title02 {
    width: min(70vw, 350px);
    margin: 0 auto var(--gap_64px);
}

#sns ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: min(7vw, 45px);
}

#sns ul li { 
    width:  min(14vw, 75px);
    transition: all .2s;
}

#sns ul li:hover { opacity: .6;}

#intro .intro__img01 { 
    width: min(80vw, 750px);
    margin: 0 auto var(--gap_80px);
}

#intro .caution_bnr {
    width: 95%;
    margin: var(--gap_24px) auto 0;
}

#intro .caution_bnr img {
    width: 100%;
}

.caption {
    font-size: clamp(12px, 1.6vw, 14px);
    margin-bottom: var(--gap_80px);
    text-align: center;
    line-height: 1.5;
}

.information__text01 {
    font-size: clamp(18px, 5vw, 28px);
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    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;
}

.information__text01.red {
    color: #e20000;
}

.information__text02 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    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;
}

.information__text02 > span {
    display: inline-block;
    font-size: .8em;
    line-height: 1.3em;
}

#intro h3 { 
    width: min(90vw, 550px);
    text-align: center;
    margin: 0 auto var(--gap_16px);
}

.caution_box {
    width: 90%;
    margin: 0 auto;
    border: 4px solid #E3037F;
}

.caution_box > div {
    background: #fff;
    padding: 1em 0 var(--gap_24px);
}

.intro_title01 {
    font-size: 1.2em !important;
    font-weight: 700 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: .6em 0;
    background: #E3037F;
    color: #fff;
}

#intro .intro_txt {
    font-weight: 500;
    text-align: center;
    margin-bottom: 2%;
    line-height: 2;
    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;
}

#intro .intro_txt.bold {
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 0;
    padding: 0 .6em 1em;
    border-bottom: 4px solid #E3037F;
}

#intro .intro_txt.bold .red {
    font-size: 1.4em !important;
    color: #E3037F;
}

#intro .intro_txt.bold .red02 {
    padding-top: .6em;
    color: #E3037F;
    display: block;
}

#royal_canin {
    width: 45%;
    margin: 0 auto 15%;
}

#royal_canin img,
#royal_canin a { width: 100%;}

#royal_canin a { 
    display: block;
    transition: all .2s;
}

#royal_canin img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

#royal_canin a:hover { transform: translateY(-5%);}

#royal_canin h4,
#royal_canin p { font-size: 1.3em;}

#royal_canin h4 {
    width: 100%;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4%;
}

#royal_canin h4::before,
#royal_canin h4::after {
    position: absolute;
    content: "";
    width: 35%;
    height: 2px;
    top: calc(50% - 1px);
    background-color: #000;
}

#royal_canin p {
    width: 100%;
    text-align: center;
    margin-bottom: var(--gap_64px);
    font-weight: 700;
}

#royal_canin h4::before { left: 0;}

#royal_canin h4::after { right: 0;}

/* #entry {
    padding-bottom: var(--gap_48px);
} */

#entry .topEntry__title {
    width: min(90vw, 500px);
    margin: 0 auto var(--gap_32px);
}

#entry .topEntry__text01 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: var(--gap_48px);
    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;
}

#entry .topEntry__text02 {
    font-size: .9em;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin-bottom: var(--gap_64px);
    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;
}

#entry a { 
    width: min(80vw, 500px);
    background: url(/event/nyanko/lib/2026/images/bnr_member.jpg) no-repeat top center / 100%;
    display: block;
    margin: 0 auto var(--gap_48px);
    padding-top: min(12vw, 74px);
}

#entry a:hover { 
    background: url(/event/nyanko/lib/2026/images/bnr_member_hover.jpg) no-repeat top center / 100%;
}

.shop_list_link {
    display: block;
    padding-top: 13.63%;
    background: url(/event/nyanko/lib/2026/images/shoplist_btn.jpg) no-repeat center / contain;
    margin-top: 3%;
}

.shop_list_link:hover { background: url(/event/nyanko/lib/2026/images/shoplist_btn_hover.jpg) no-repeat center / contain;}

#shop_lineup ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7%;
    margin-bottom: 13%;
}

#shop_lineup ul li {
    display: flex;
    flex-direction: column-reverse;
}

#shop_lineup ul li img { width: 100%;}

#shop_lineup .handmade,
#shop_lineup .handmade img { width: 100%;}

#shop_lineup p {
    width: 100%;
    text-align: center;
    margin-top: 1%;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 1.3;
}

#shoplist_workshop ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#shoplist_workshop ul li { width: 48%;}

#shoplist_workshop ul li a,
#shoplist_workshop ul li img { width: 100%;}

#shoplist_workshop ul li a:hover { transform: translateY(-7%);}

#special_event {
    width: 90%;
    margin: 0 auto 15%;
    padding: 7%;
    background-color: #64bceb;
    outline: solid 3px #64bceb;
    outline-offset: 15px;
    position: relative;
}

.special_event--pakuchan {
    position: absolute;
    width: min(20vw, 263px);
    top: min(4vw, 30px);
    left: min(5vw, 70px);
}

#special_event h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: var(--gap_32px);
    font-size: 1.6em;
    font-weight: 900;
    padding-bottom: var(--gap_80px);
}

#special_event .congre_x {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: .95em;
    font-weight: 700;
    margin-bottom: 5%;
    line-height: 1.5;
}

#special_event .congre_x a {
    text-decoration: underline;
    color: yellow;
}

#special_event ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#special_event ul li {
    width: 47%;
    margin-bottom: 7%;
}

#special_event ul li img,
#special_event .modal_open { width: 100%;}

#special_event ul li:nth-child(even) { margin-left: 6%;}

#special_event ul li:last-child { 
    margin-bottom: 0;
}

#shoplist_workshop ul li a,
.special_list_contents { 
    display: block;
    transition: all .2s;
}

.special_list_contents > img {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
}

.special_list_contents:hover { 
    transform: translateY(-5%);
    filter: drop-shadow(5px 5px 5px #3390c2);
}


.modal_area {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal_content {
    max-width: 1152px;
    width: 50%;
    padding: 1.5% 3% 3% 2%;
    background-color: #fff;
    border-radius: 15px;
    z-index: 100;
    position: fixed;
    top:  calc(50% - 41%);
    left: calc(50% - 25%);
    right: 0;
    animation-name: modalopen;
    animation-duration: 1s;
}

@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}

.modal_close {
    position: absolute;
    top: 2%;
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: gray;
    border: solid 2px gray;
    color: #fff;
    padding: 0.8% 1%;
    border-radius: 50px;
    z-index: 1;
    transition: all .2s;
}

.modal_close:hover {
    background-color: #fff;
    color: gray;
}

#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}  

.modal_content dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.5vw;
}

.modal_content dt, .modal_content dd {
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: solid 1px #818181;
}

.modal_content dt { 
    width: 20%;
    display: flex;
    align-items: center;
    color: #f4901e;
}

.modal_content dd { 
    width: 80%;
    font-weight: 700;
}

.modal_content dd a {
    text-decoration: underline;
    color: blue;
}

#ticket table {
    width: 75%;
    margin: 0 auto var(--gap_16px) auto;
    border: solid 1px #000;
}

#ticket tbody {
    background: rgb(255 255 255 / .8);
}

#ticket tr { border-bottom: solid 1px #000;}

#ticket tr:last-of-type { border-bottom: none;}

#ticket th, #ticket td {
    padding: 3%;
    vertical-align: middle;
    text-align: center;
}

#ticket th {
    width: 35%;
    border-right: solid 1px #000;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    background: rgb(244 144 30 / .85);
    /* text-shadow: 0 0 0.2em #252525, 0 0 0.3em #252525; */
}

#ticket td {
    width: 65%;
    font-size: 2em;
    /* line-height: 1em; */
    font-weight: 700;
}

#ticket td .small_01 {
    font-size: .5em;
    padding-inline: .2em;
}


#ticket td .small_02 {
    font-size: .4em;
    margin-top: var(--gap_8px);
}

#ticket td .small_02 .red {
    font-size: 1.5em;
    font-weight: 700;
    color: #e20000;
    padding-inline: .2em;
}

#ticket td .small_03 {
    font-size: .5em;
    color: #e20000;
    margin-top: var(--gap_8px);
    /* line-height: 1 !important; */

}

#ticket .information__text01.red {
    margin: var(--gap_32px) auto;
}

#ticket ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap_32px);
    margin-bottom: var(--gap_96px);
}

/* #ticket ul li { width: 22%;} */

#ticket ul li img{ width: 100%;}

#ticket .ticket__bnr02 li img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

#ticket ul li a { transition: all .2s;}

#ticket ul li a:hover { opacity: .6;}

#ticket ul li p {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-top: var(--gap_16px);
    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;
}

#ticket ul li p span { 
    font-size: 80%;
    font-weight: 500;
}

.online_ticket--text {
    width: fit-content;
    font-size: clamp(18px, 6.4vw, 30px) !important;
    font-weight: 700;
    text-align: center;
    margin: 0 auto var(--gap_80px) !important;
    padding: .5em;
    border-top: solid 3px #F4901E;
    border-bottom: solid 3px #F4901E;
    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;
}

#ticket .caption.ticket01 {
    margin: 0 auto var(--gap_64px);
}

#ticket .online_ticket {
    margin: 0 auto 4% auto;
}

#ticket .online_ticket ul > li {
    width: min(90vw, 440px);
}

#ticket .online_ticket_catch {
    width: 100%;
    font-size: 1.5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3%;
}


#ticket .comingsoon {
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3%;
}

#pastevent .event_report { 
    display: block;
    margin: 0 auto 3% auto;
    padding-top: 8.8%;
    width: 55%;
    background: url(/event/nyanko/lib/2026/images/past_202307.png) no-repeat top center / 100%;
}

#pastevent .event_report:hover { background: url(/event/nyanko/lib/2026/images/past_202307_hover.png) no-repeat top center / 100%;}

#pastevent h3 {
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    margin: 0 auto var(--gap_16px);
}

#pastevent .event_report--text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
    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;
}

#pastevent {
    contain: layout paint;
    /* content-visibility: auto; */
    contain-intrinsic-size: 3000px;
}

#pastevent .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 5%;
}

/* #pastevent .list li {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: opacity .45s ease, transform .45s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    contain: paint;
}

#pastevent .list li.is-hidden {
    opacity: 0;
    transform: translate3d(0,16px,0);
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
}

#pastevent .list li.is-visible {
    opacity: 1;
    transform: translate3d(0,0,0);
    position: relative;
    visibility: visible;
    width: auto;
    height: auto;
}


#pastevent .list li a {
    display: block;
    width: 100%;
}

#pastevent .list li img {
    width: 100%;
    height: auto;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    content-visibility: auto;
}

#pastevent .more,
#pastevent .close {
    width: min(80vw, 500px);
    display: block;
    margin: 0 auto var(--gap_64px);
    cursor: pointer;
    transition: opacity .2s ease;
    backface-visibility: hidden;
} */

/* #pastevent .more:hover,
#pastevent .close:hover {
    opacity: .8;
} */

#pastevent .list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 5%;
}

#pastevent .list li {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition:
        opacity .45s ease,
        transform .45s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    contain: paint;
}

#pastevent .list li.is-hidden {
    opacity: 0;
    transform: translate3d(0,16px,0);
    pointer-events: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#pastevent .list li.is-visible {
    opacity: 1;
    transform: translate3d(0,0,0);
    position: relative;
    visibility: visible;
    width: auto;
    height: auto;
}

#pastevent .list li:hover {
    opacity: .7;
    transform: translate3d(0,-2px,0);
}

#pastevent .list li a {
    display: block;
    width: 100%;
}

#pastevent .list li img {
    width: 100%;
    height: auto;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    /* content-visibility: auto; */
}

#pastevent .more,
#pastevent .close {
    width: min(80vw, 500px);
    display: block;
    margin: 0 auto var(--gap_64px);
    cursor: pointer;
    transition: opacity .2s ease;
    backface-visibility: hidden;
}



#contact p {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5%;
    font-weight: 700;
    font-size: clamp(18px, 2vw, 22px);
    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;
}

#contact .temporary_call {
    margin-top: 2%;
    color: var(--nkorange);
}

#contact .time {
    font-size:.8em;
}

#contact a {
    margin: 0 auto;
    text-align: center;
}

#contact .mail {
    text-decoration: underline;
}

#contact .closed_info { 
    width: 90%;
    padding: 2%;
    border: solid 1px #000;
    margin: 3% auto 0 auto;
}

#contact .closed_info h3 {
    text-align: center;
    font-size: 1.1vw;
    font-weight: 700;
    margin-bottom: 1%;
}

#contact .closed_info p {
    line-height: 1.7;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
}

#link_bnr { 
    width: 100%;
    padding: 3%;
    border: solid 1px #000;
}

#link_bnr h2 {
    font-size: 1.1vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5%;
}

#link_bnr p {
    text-align: center;
    font-size: .9em;
    line-height: 1.5;
    margin-bottom: 1.5%;
}

#link_bnr p a {
    text-decoration: underline;
    color: blue;
}

#link_bnr ul {
    display: flex;
    justify-content: space-between;
}

#link_bnr ul li:first-child { width: 57%;}

#link_bnr ul li:last-child { width: 40%;}

#link_bnr ul li img { width: 100%;}

/* =========================================
2025 0401～　追加
============================================*/
#menu_area {
    padding-bottom: var(--gap_80px);
}

.menu_area--list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap_48px);
}

.special_list_contents {
    position: relative;
}

.special_listBox {
    position: relative;
    margin-bottom: 60px;
}

.special_btn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/**************************\
Basic Modal Styles
\**************************/

#modal-1 {
    display: none;
}

#modal-1.is-open {
    display: block;
}

.modal__overlay {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    padding: 1em 0 var(--gap_16px);
    margin-right: 1em;
    margin-left: 1em;
    max-width: 600px;
    max-height: 80vh;
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
}

.modal__btn {
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__header {
    padding: 0 var(--gap_24px);
    margin: 1em var(--gap_24px);
    position: relative;
    border-bottom: 2px solid #252525;
}

.modal__close {
    background: transparent;
    border: 0;
    position: absolute;
    top: min(-1vw, -28px);
    right: min(-.5vw, -2px);
}

.modal__header .modal__close:before {
    content: "\f057";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 2em;
}

.modal__header--title {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    padding-bottom: .5em;
}

.modal__header--booth {
    color: var(--nkorange);
    font-size: .8em;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    margin: .8em auto;
    padding-bottom: var(--gap_16px);
}

.modal__header--booth > span {
    border: 2px solid var(--nkorange);
    border-radius: 30px;
    padding: 0.2em var(--gap_16px);
}

.modal__content {
    margin-top: .8rem;
    margin-bottom: .8rem;
    padding: 0 var(--gap_32px);
}

.modal__content--text01 {
    font-size: .85em;
    line-height: 1.7em;
}

.modal__content--btn {
    font-size: 1.4em;
    height: min(14vw, 55px);
    width: min(14vw, 55px);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: var(--color_BLK);
    margin: var(--gap_16px) auto 0;
}

.modal__content--btn > i {
    color: #fff;
}

.modal__content--list {
    margin-top: var(--gap_24px);
}

.modal__content--list > div {
    font-size: .9em;
    line-height: 1.2em;
    display: flex;
    padding: 1.2em var(--gap_16px);
}

.modal__content--list > div:nth-child(n+2) {
    border-top: 1px dotted #252525;
}

.modal__content--list > div > dt {
    width: 30%;
}

.modal__content--list > div > dd {
    width: 70%;
}

.modal__content--list > div > dd a {
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 10px;
    padding: .3em .8em .4em;
    background: var(--nkorange);
}

/**************************\
    Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(15%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

/* =========================================
2025 0423～　追加
============================================*/
.stamp__bg {
    padding: var(--gap_64px) var(--gap_32px);
    margin-inline: auto;
}

.stamp__img {
    width: min(100%, 1000px);
    margin: 0 auto;
}

.stamp__img--top {
    display: block;
    width: min(100%, 750px);
    margin: 0 auto;
}

/* =========================================
2025 0507～　追加
============================================*/
.thanks__table {
    width: 75%;
    margin: 0 auto var(--gap_16px) auto;
    border: solid 1px var(--nkorange);
}

.thanks__table > tbody {
    background: rgb(255 255 255 / .8);
}

.thanks__table > tbody > tr {
    border-bottom: solid 1px var(--nkorange);
    font-size: 1.2em;
    font-weight: 700;
}

.thanks__table > tbody > tr > th {
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    padding: 1.2em 1em;
    vertical-align: middle;
    text-align: center;
    border-right: solid 1px var(--nkorange);
}

.thanks__table > tbody > tr:first-child > th {
    background: var(--nkorange);
    color: #fff;
}

.thanks__table > tbody > tr > td:nth-child(n+2) {
    border-left: solid 1px var(--nkorange);
}

.thanks__table > tbody > tr > td {
    width: 33%;
    font-size: 1.2em;
    padding: 1.2em 1em;
    vertical-align: middle;
    text-align: center;
}

.thanks__table > tbody > tr:last-child > th {
    background: var(--nkorange);
    color: #fff;
}

.thanks__table > tbody > tr:last-child > td {
    font-size: 1.4em;
}

.thanks__table > tbody > tr:last-child > td span {
    background-position: left -100% center;
    padding-bottom: .9em;
    padding-inline: .2em;
    background-size: 200% .6em;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255 245 64 / 70%) 50%);
}


/* =========================================
shutten
============================================*/
.shutten .container {
    max-width: 1112px;
    margin: 0 auto;
    padding: var(--gap_64px) 20px var(--gap_80px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shutten .side_menu { width: 24%;}

.shutten .side_menu div a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background: url(/event/nyanko/lib/2026/images/shutten/btn_kiyaku_pc.jpg) no-repeat top center / 100%;
}

.shutten .side_menu div a:hover { background: url(/event/nyanko/lib/2026/images/shutten/btn_kiyaku_pc_hover.jpg) no-repeat top center / 100%;}

.shutten .side_menu ul { margin-top: 5%;}

.shutten .side_menu ul li {
    font-size: clamp(16px, 1.8vw, 16px);
    line-height: 3;
    border-bottom: dotted 1px #000;
    font-weight: 700;
}

.shutten .side_menu ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all .2s;
}

.shutten .side_menu ul li a .link_icon {
    color: var(--nkorange);
    font-size: 1.2em;
    padding: 0 .3em;
}

.shutten .side_menu ul li a:hover { background-color: #ffd09a;}

.shutten .main_menu { width: 70%;}

.shutten .main_menu section {
    margin-bottom: var(--gap_64px);
}

.shutten .main_menu section:last-of-type { margin-bottom: 0 !important;}

#page.shutten section h1 {
    width: 100%;
    border-bottom: solid 2px #000;
    margin-bottom: var(--gap_16px);
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 100px;
    margin-top: -100px;
}

.shutten section:last-of-type h1 span { font-weight: 900;}

.shutten section:last-of-type h1 small { font-size: .9em;}

.shutten section ul li,
.shutten .booth ul li { 
    padding-left: 1.5em;
    font-weight: 500;
    font-size: .9em;
    line-height: 1.6;
    margin-bottom: 1%;
    position: relative;
    text-align: justify;
}

.shutten section ul li:last-child,
.shutten .booth ul li:last-child { margin-bottom: 0;}

#page.shutten section ul li::before,
.shutten .booth ul li::before {
    content: "◆";
    color: var(--nkorange);
    display: inline-block;
    margin-right: 0.5%;
    position: absolute;
    left: 0;
}

.shutten .booth { margin-bottom: 10%;}

.shutten .booth:last-of-type { margin-bottom: 0;}

.shutten .booth h2, .shutten #download h2 {
    font-weight: 700;
    line-height: 2;
    border-bottom: dotted 2px #000;
    margin-bottom: 1.5%;
}

.shutten .booth > ul { margin-bottom: 3%;}

.shutten .booth > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.shutten section p { text-align: justify;}

.shutten section .entry_days {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4em;
    color: #e20000;
}

.shutten section .topEntry__text01 {
    font-size: .9em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2%;
}

.shutten section .entry_detail, .shutten section .download_detail {
    font-weight: 500;
    font-size: .9em;
    line-height: 1.6;
    margin-bottom: 2%;
}

.shutten section .entry_detail:last-of-type {
    margin-top: 2%;
    margin-bottom: 0.5% !important;
    color: var(--nkorange);
}

.shutten section table { 
    width: 100%;
    border: solid 1px #000;
    font-size: .9em;
}

.shutten .booth table {
    width: 60%;
    font-size: .9em;
    border: solid 1px #000;
}

.shutten section tr, .shutten section th, .shutten section td,
.shutten .booth tr, .shutten .booth th, .shutten .booth td { vertical-align: middle;}

.shutten section tr, .shutten section th, .shutten section td { padding: 2% 1%;}

.shutten .booth tr, .shutten .booth th, .shutten .booth td { padding: 5% 2%;}

.shutten .booth .food_caption { 
    font-size: 75%;
    line-height: 1.5;
    text-align: justify;
    position: relative;
}

.shutten .booth .food_caption::before {
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
}

.shutten section tr { border-bottom: solid 1px #000;}

.shutten section tr:last-of-type { border-bottom: none;}

.shutten section th {
    border-right: solid 1px #000;
    background-color: #e8e8e8;
    font-weight: 500;
    width: 35%;
}

.shutten section:first-of-type th { width: 33.333%;}

.shutten section:nth-of-type(2) th,
.shutten section:last-of-type th { width: 33.333%;}

.shutten .booth .half { 
    width: 33.333%;
    border-right: solid 1px #000;
}

.shutten .booth .booth_img { width: 37%;}

.shutten .booth .booth_img a {
    display: block;
    margin-bottom: 1%;
    position: relative;
}

.shutten .booth .booth_img a:hover { opacity: .8;}

.shutten .booth .booth_img img { width: 100%;}

.icon__right {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #474747;
}

.shutten .booth .booth_img ul li {
    font-size: clamp(12px, 1.4vw, 14px);
    line-height: 1.6;
}

.shutten .booth > a {
    display: block;
    width: 100%;
    padding-top: 10.07%;
    margin-top: 4%;
    background: url(/event/nyanko/lib/2026/images/shutten/btn_form.jpg) no-repeat top center / 100%;
}

.shutten .booth > a:hover { background: url(/event/nyanko/lib/2026/images/shutten/btn_form_hover.jpg) no-repeat top center / 100%;}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.shutten .hide-area{ display: none;}

.shutten .modaal-close:after, 
.shutten .modaal-close:before{ background:#ccc;}

.shutten .modaal-close:focus:after,
.shutten .modaal-close:focus:before,
.shutten .modaal-close:hover:after,
.shutten .modaal-close:hover:before{ background:#666;}

.shutten .modaal-gallery-control { display: none;}

.shutten .btm30 {
	padding-bottom: var(--gap_32px);
}

.shutten .btmborder {
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  var(--nkorange);
}

.shutten .cornerTitle_e {
	font-size: 120%;
	font-weight: 700;
	color: #FFF;
	background-color: var(--nkorange);
	text-align: center;
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.shutten .cornerTitle_j {
	font-weight: 700;
	color: var(--nkorange);
	padding-top: 9px;
	padding-left: 18px;
	float: left;
    letter-spacing: 0.05em;
    vertical-align: 0.1em;
}

.shutten .nagareTitle {
	font-size: clamp(16px, 2vw, 18px);
	font-weight: bold;
    line-height: 1.6em;
	color: var(--nkorange);
	text-align: left;
	padding: 10px 10px 10px 15px;
	border: 3px solid var(--nkorange);
	background-color: #FFF;
}

.shutten .nagareText {
	font-size: .9em;
	line-height: 200%;
	padding-top: 15px;
	padding-left: 15px;
}

.shutten .nagareText .inbold {
	font-size: clamp(16px, 2vw, 18px);
}
.shutten .nagareText .inbold_a {
	font-weight: 800;
}
.shutten .nagareText .stopping {
	text-decoration: line-through;
}

#kiyakupad00 {
	font-weight: 700;
    line-height: 2em;
    letter-spacing: 0.2em;
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 6px;     
    text-align: left;
	padding-top: 30px;
	padding-bottom: 10px;
}

.shutten #nagareKiyaku{
	background: #FFF;
	height: 300px;
	overflow-y: scroll;
	margin-top: 25px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 25px;
    box-shadow: 0 0 5px #a1a1a1;
}

.shutten #nagareKiyaku ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 30px;
	padding-right: 20px;
	font-size: .9em;
	line-height: 1.6em;
}

.shutten #nagareKiyaku p {
	font-size: .9em;
	line-height: 170%;
}

.shutten__list01 > li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: .8em;
    line-height: 1.4em;
}

.shutten__list02 > li {
    text-indent: -1em;
    padding-left: 1em;
}

.boothPage__form--end {
    margin-top: 4%;
}


/* =========================================
outline
============================================*/
#outline {
    max-width: 900px;
    padding: var(--gap_64px) 20px var(--gap_80px) !important;
    margin-top: 0 !important;
    margin-inline: auto;
}
#outline .subPage__title {
    margin-top: 0;
}

#outline dl > div {
    padding: 2% 0;
    display: flex;
    align-items: center;
    border-bottom: dotted 1px #000;
}

#outline dt {
    font-size: .9em;
    font-weight: 700;
    width: 25%;
    padding-left: 1%;
}

#outline dd {
    font-size: .9em;
    width: 75%;
    line-height: 1.5em;
}

#outline dd p {
    width: min(45vw, 280px);
}

#outline dd .outline__ticket {
    display: flex;
    /* align-items: flex-start; */
}

#outline dd p.outline__ticket--text01{
    width: fit-content;
    white-space: nowrap;
    margin: 0;

}

#outline dd p.outline__ticket--text02 {
    width: 100%;
    margin: 0;
}

#outline dd img { width: 100%;}

#outline dd .link.mail {
    text-decoration: underline;
}

#outline dd .small {
    font-size: .9em !important;
}

/* =========================================
member
============================================*/
.subPage__title.member {
    font-weight: 900;
    font-size: clamp(24px, 30vw, 30px);
    text-align: center;
    margin-top: var(--gap_48px);
    margin-bottom: var(--gap_8px);
}

#member_document > p {
    font-size: .9em;
    font-weight: 500;
    text-align: center;
    margin-bottom: var(--gap_64px);
}

#member_document h2 {
    text-align: center;
    width: 100%;
    line-height: 2;
    background-color: #000;
    color: #fff;
}

#member_document ul {
    font-weight: 500;
    margin-bottom: var(--gap_32px);
}

#member_document ul li {
    display: flex;
    align-items: center;
    padding: var(--gap_32px) 0 0 var(--gap_8px);
    border-bottom: dotted 1px #000;
}

#member_document ul li a {
    font-size: .9em;
    transition: all .3s ease-in-out 0s;
}

#member_document ul li a:hover {
    opacity: .6;
}

#member_document ul li:last-child {
    border-bottom: none;
}

#member_document ul li a {
    text-decoration: underline;
    margin-right: 1%;
}

#member_document .ico_excel {
    width: min(10vw,30px);
}

#member_document ul:last-of-type li:last-child {
    padding-bottom: var(--gap_64px);
}

#member_document ul li p {
    font-size: 80%;
    margin-left: 1%;
}

/* =========================================
pakuchan
============================================*/
.pakuchan .wrapper {
    max-width: 1000px;
}

#pakuchan {
    padding: 15% 0 var(--gap_64px) !important;
}

#pakuchan .pakuchan_intro { 
    width: 100%;
    margin: 0 auto 5%;
    text-align: center;
    font-family: "mochiy-pop", sans-serif;
    font-size: 2vw;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

#pakuchan h1 img,
#pakuchan .pakuchan_intro img {
    width: 100%;
}

#pakuchan .pakuchan_mainimg {
    display: block;
    width: 65%;
    margin: 0 auto 5%;
}

#pakuchan .pakuchan_profile {
    position: relative;
    width: 45%;
    margin: 0 auto 15%;
    border-radius: 15px;
    background-color: #fff8ba;
    padding: 2%;
}

#pakuchan h2 {
    font-weight: 700;
    font-size: 1.2em;
    text-align: left;
    padding-bottom: 1%;
    margin-bottom: 4%;
    border-bottom: solid 1px #000;
}

#pakuchan ul {
    font-weight: 700;
    /* font-size: 1em; */
}

#pakuchan ul li {
    position: relative;
    margin-bottom: 4%;
    padding-left: 7%;
}

#pakuchan ul li:last-child { margin-bottom: 0;}

#pakuchan ul li::before {
    position: absolute;
    top: -7%;
    left: 0;
    content: "";
    display: block;
    width: 5.5%;
    aspect-ratio: 8 / 7;
    background: url(/event/nyanko/lib/2026/images/pakuchan/or_ashiato.png) no-repeat center / 100%;
}

#pakuchan .pakuchan_subimg {
    position: absolute;
    display: block;
    width: 35%;
    right: -3%;
    bottom: -2%;
}

#pakuchan .go_home {
    display: block;
    width: 45%;
    margin: 10% auto 0;
    font-size: 1.3vw;
    font-weight: 700;
    background-color: var(--nkorange);
    border: solid 2px var(--nkorange);
    color: #fff;
    line-height: 3;
    text-align: center;
}

#pakuchan .go_home:hover {
    background-color: #fff;
    color: var(--nkorange);
}

#pakuchan .pakuchan_present {
    width: 90%;
    margin: min(25vw,220px) auto 0;
    padding: 3%;
    border-radius: 15px;
    position: relative;
}

#pakuchan .pakuchan_present::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff8ba;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(10px);
    z-index: -1;
}

#pakuchan .pakuchan_present_wrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px var(--nkorange);
    padding: var(--gap_80px) var(--gap_24px) var(--gap_80px);
    border-radius: 15px;
}

#pakuchan .pakuchan_present_wrap::before,
#pakuchan .pakuchan_present_wrap::after {
    position: absolute;
    content: "";
    display: block;
}

#pakuchan .pakuchan_present_wrap::before {
    width: 42%;
    aspect-ratio: 115 / 59;
    background: url(/event/nyanko/lib/2026/images/pakuchan/pakuchan_subimg02.png) no-repeat center / 100%;
    top: -11%;
    left: calc(50% - 21%);
}

#pakuchan .pakuchan_present h2 {
    position: relative;
    width: 90%;
    text-align: center;
    font-family: "mochiy-pop", sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    border-bottom: none;
    margin: 0 auto var(--gap_8px);
}

#pakuchan .pakuchan_present h2::before,
#pakuchan .pakuchan_present h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 8%;
    aspect-ratio: 67 / 95;
    background: url(/event/nyanko/lib/2026/images/pakuchan/pakuchan_deco.png) no-repeat center / 100%;
    top: 0;
}

#pakuchan .pakuchan_present h2::before { left: 6%;}

#pakuchan .pakuchan_present h2::after { 
    right: 6%;
    transform: scale(-1, 1);
}

#pakuchan .pakuchan_present p {
    width: 80%;
    background-color: var(--nkorange);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto var(--gap_48px);
}

#pakuchan .yl_line {
    display: inline-block;
    background: rgb(255,255,102);
    background: linear-gradient(180deg, rgba(255,255,102,0) 0%, rgba(255,255,102,0) 50%, rgba(255,255,102,1) 50%, rgba(255,255,102,1) 100%);
}

#pakuchan .pakuchan_present img { display: block;}

#pakuchan .pakuchan_present img:first-of-type {
    width: 70%;
    margin: 0 auto 5%;
}

#pakuchan .pakuchan_present img:last-of-type {
    width: 85%;
    margin: 0 auto 3%;
}




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

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

    body { 
        background: none;
    }

    .top_bg {
        background: none;
    } 

    .background {
        position: fixed;
        background-image: url(/event/nyanko/lib/2026/images/nyanko_back_pc.jpg);
        background-size: 100%;
        /* background-repeat: repeat-y; */
        background-position: center;
        height: 100dvh;
        height: 100vh;
        inset: 0;
        z-index: -1;
    }

    /* ステータスバー透過防止 */
    .for-status-bars {
        position: fixed;
        top: 0;
        pointer-events: none;
        height: 5px;
        width: 100%;
        background-color: #000;
        mix-blend-mode: lighten;
    }
    
    /* タブバー透過防止 */
    .for-tab-bars {
        position: fixed;
        bottom: 0;
        pointer-events: none;
        height: 4px;
        width: 100%;
        background-color: #000;
        mix-blend-mode: lighten;
    }

    .wrapper {
        width: 90%;
        padding-inline: 0;
    }
    
    #nyanko_top {
        padding-top: 90%;
        padding-top: 10%;
        background: none;
    }

    #nyanko_top h1 { top: 17%;}

    #nyanko_top h1 picture { width: 65%;}

    #nyanko_top h1::before {
        width: 55%;
        padding-top: 28.85%;
        background: url(/event/nyanko/lib/2026/images/kettei_sp.png) no-repeat center / 100%;
        top: -18%;
        left: 5%;
    }

    #nyanko_top p {
        font-size: 4vw;
        text-align: left;
        line-height: 1.5;
        padding: 3.5% 14% 3.5% 5%;
        top: -9%;
    }

    #nyanko_top_new h1 img { width: 70%;}

    #character_link a {
        aspect-ratio: 97 / 32;
        background: url(/event/nyanko/lib/2026/images/bnr_pakuchan_sp.png) no-repeat center / 100%;
    }

    #character_link a:hover { background: url(/event/nyanko/lib/2026/images/bnr_pakuchan_sp_hover.png) no-repeat center / 100%;}

    #entry h3 img { width: 100%;}

    #nyanko_top div {
        bottom: 2%;
        left: calc(50% - 42.5%);
        width: 85%;
        margin-top: 10%;
        padding: 3%;
        background-color: rgba(255, 255, 255, .7);
    }

    #entry a, #pastevent .more, 
    #pastevent .close, #exhibitor_only a { width: 90%;}

    .main_new {
        margin: 4vw 0 !important;
    }

    #sns ul { width: 60%;}

    .caption { 
        margin-bottom: 15%;
    }

    #intro h3 { margin-bottom: 3%;}

    #intro h3 img { width: 100%;}

    #intro .information__text01 {
        font-size: 1em;
    }

    .caution_box {
        width: 100%;
    }

    .caution_box > div {
        padding: 1.2em 0 var(--gap_24px);
    }

    #intro .intro_txt, #intro .intro_txt.bold {
        line-height: 1.5;
    }

    #royal_canin { 
        width: 90%;
        margin-bottom: var(--gap_96px);
    }

    #royal_canin h4, #royal_canin p { font-size: 4.5vw;}

    #royal_canin h4::before, #royal_canin h4::after { width: 30%;}

    #shoplist_workshop { margin-bottom: 40%;}

    #shop_lineup ul {
        grid-template-columns: 1fr;
        gap: 4%;
        margin-bottom: 65%;
    }

    #shop_lineup p {
        margin-top: 3%;
        font-size: 4.5vw;
    }

    #shoplist_workshop ul li {width: 100%;}

    #shoplist_workshop ul li:first-child { margin-bottom: 10%;}

    #special_event { 
        width: 90%;
        margin: 0 auto 4em;

    }

    .special_event--pakuchan {
        width: clamp(135px, 25vw, 263px);
        top: min(-2vw, -50px);
        left: min(-2vw, -10px);
    }

    #special_event h2 { 
        padding: var(--gap_32px) 0;
    }

    #special_event .congre_x {
        margin-bottom: 7%;
        line-height: 1.5;
    }

    #special_event ul li { 
        width: 100%;
        margin-bottom: 15%;
    }

    #special_event ul li:nth-child(even) { margin-left: 0;}

    .modal_content {
        width: 90%;
        padding: 4.5% 6% 6% 5%;
        left: calc(50% - 45%);
    }

    .modal_close {
        right: 2%;
    }

    .modal_content dt { width: 25%;}

    .modal_content dd { width: 75%;}

    #ticket table { 
        width: 100%;
    }

    #ticket th, #ticket td {
        padding: var(--gap_48px) var(--gap_16px);
    }

    #ticket th { 
        font-size: 1.1em;
        width: 30%;
    }

    #ticket td { 
        width: 70%;
        font-size: 1.5em;
    }

    #ticket td .small_01 {
        font-size: .6em;
    }

    #ticket td .small_02 {
        font-size: .5em;
    }

    #ticket ul li { width: 47%;}

    #ticket ul li:first-child,
    #ticket ul li:nth-child(2) { margin-bottom: 5%;}

    #ticket ul li a:last-of-type { font-size: 3vw;}

    #ticket ul {
        margin-bottom: var(--gap_80px);
    }

    #ticket .online_ticket {
        margin: 0 auto 4% auto;
    }

    #ticket .online_ticket ul > li > a {
        display: block;
        width: 95%;
        max-width: 400px;
        margin: 0 auto;
    }

    .online_ticket--text {
        margin-top: var(--gap_64px);
        margin-bottom: var(--gap_80px) !important;
    }

    #ticket .kkday img:first-of-type { width: 70%;}

    #pastevent h2 {
        margin-bottom: 20px;
    }

    #pastevent h3 {
        margin-bottom: 20px;
    }

    #pastevent .event_report--text {
        margin-bottom: 20px;
    }

    #pastevent .event_report { 
        width: 100%;
        padding-top: 15%;
    }

    #contact .time { font-size: 3vw !important;}

    #contact a {
        text-decoration: underline;
    }

    #contact .closed_info {
        width: 100%;
        padding: 5%;
        margin: 5% auto 0 auto;
    }

    #contact .closed_info h3 { font-size: 3.7vw;}

    #contact .closed_info p {
        text-align: justify;
    }

    #link_bnr { padding: 7%;}

    #link_bnr h2 {
        font-size: 4vw;
        margin-bottom: 3%;
    }

    #link_bnr p {
        font-size: 3.3vw;
        margin-bottom: 3%;
        text-align: start;
    }

    #link_bnr ul { flex-direction: column;}

    #link_bnr ul li { width: 100% !important;}

    #link_bnr ul li:first-child { margin-bottom: 5%;}

    /* =========================================
    2025 0401～　追加
    ============================================*/
    .menu_area--list {
        display: block;
        margin-bottom: var(--gap_64px);
    }

    .menu_area--list > div {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .menu_area--list > div:not(:last-child) {
        margin-bottom: var(--gap_64px);
    }

    .modal__close {
        top: min(-1vw, -28px);
        right: 0;
    }

    .modal__content--list {
        margin-top: 1.5em;
    }
    
    /* =========================================
    2025 0423～　追加
    ============================================*/
    .stamp__bg {
        width: 100%;
        padding: var(--gap_80px) var(--gap_32px);
    }


    /* =========================================
    2025 0507～　追加
    ============================================*/
    .thanks__table {
        width: 100%;
    }

    .thanks__table > tbody > tr {
        font-size: 1em;
        font-weight: 700;
    }

    .thanks__table > tbody > tr > th {
        font-size: 1em;
        line-height: 1.2em;
        padding: 1em;
    }

    .thanks__table > tbody > tr > td {
        font-size: 1em;
        padding: 1em .4em;
    }

    .thanks__table > tbody > tr:last-child > td {
        font-size: 1.1em;
    }

    /* =========================================
    shutten
    ============================================*/
    .shutten section {
        padding-top: 40px !important;
        margin-top: -40px !important;
    }

    .shutten .container {
        width: 90%;
        flex-direction: column;
        padding: 10% 0;
    }

    .shutten .side_menu, .shutten .main_menu { width: 100%;}

    .shutten .side_menu { 
        margin-bottom: 10%;
        position: static;
        z-index: 0;
    }

    .shutten .side_menu div a {
        padding-top: 17.39%;
        background: url(/event/nyanko/lib/2026/images/shutten/btn_kiyaku_sp.jpg) no-repeat top center / 100%;
    }

    .shutten .side_menu div a:hover { background: url(/event/nyanko/lib/2026/images/shutten/btn_kiyaku_sp_hover.jpg) no-repeat top center / 100%;}

    .shutten .side_menu ul { margin-top: 1%;}

    #page.shutten section h1 {
        margin-bottom: 4%;
    }

    .shutten section ul li, .shutten .booth ul li {
        margin-bottom: 2%;
    }

    .shutten section .entry_detail:last-of-type {
        margin-top: 6%;
    }

    .shutten section tr, .shutten section th, .shutten section td { padding: 3% 2%;}

    .shutten section th { width: 35%;}

    .shutten .booth h2 {
        margin-bottom: 3%;
    }

    .shutten .booth > div { flex-direction: column;}

    .shutten .booth table, .shutten .booth .booth_img { width: 100%;}

    .shutten .booth table { margin-bottom: 5%;}

    .shutten .booth .booth_img a { margin-bottom: 3%;}

    .shutten .booth:first-of-type, .shutten .booth:nth-of-type(2) { margin-bottom: 15%;}

    .shutten .booth > a {
    padding-top: 17.3%;
    background: url(/event/nyanko/lib/2026/images/shutten/btn_form_sp.jpg) no-repeat top center / 100%;
    }

    .shutten .booth > a:hover { background: url(/event/nyanko/lib/2026/images/shutten/btn_form_sp_hover.jpg) no-repeat top center / 100%;}

    
    /* =========================================
    outline
    ============================================*/
    #outline dl {
        flex-direction: column;
    }

    #outline dl > div {
        display: block;
        width: 100%;
    }

    #outline dt {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
        padding-left: 0;
        margin-bottom: .4em;
    }

    #outline dd {
        width: 100%;
        padding-top: 0;
    }

    #outline dd .link {
        text-decoration: underline;
    }

    #outline dd p {
        margin-top: 5.5%;
        margin-bottom: 4%;
    }

    /* =========================================
    pakuchan
    ============================================*/
    #pakuchan {
        padding: 20% 0 var(--gap_64px) !important;
    }

    #pakuchan .pakuchan_intro { 
        margin: 0 auto 7%;
        font-size: 4.5vw;
    }

    #pakuchan .pakuchan_mainimg {
        width: 90%;
        margin: 0 auto 10%;
    }

    #pakuchan .pakuchan_profile {
        width: 85%;
        margin: 0 auto 20%;
        border-radius: 10px;
        padding: 5%;
    }

    #pakuchan h2 {
        font-size: 3.5vw;
        text-align: left;
        padding-bottom: 3%;
        margin-bottom: 5%;
    }

    #pakuchan ul { font-size: 4vw;}

    #pakuchan ul li { padding-left: 8.5%;}

    #pakuchan ul li::before {
        top: 5%;
        width: 7%;
    }

    #pakuchan .go_home { 
        width: 85%;
        font-size: 4vw;
    }

    #pakuchan .pakuchan_present { 
        width: 100%;
        padding: 5%;
    } 

    #pakuchan .pakuchan_present_wrap { 
        box-shadow: 0 0 20px var(--nkorange);
    }

    #pakuchan .pakuchan_present_wrap::before {
        width: 54%;
        left: calc(50% - 27%);
    }

    #pakuchan .pakuchan_present h2 { font-size: 4.3vw;}

    #pakuchan .pakuchan_present h2::before, 
    #pakuchan .pakuchan_present h2::after {
        width: 10%;
        top: 3%;
    }

    #pakuchan .pakuchan_present h2::before { left: -5%;}

    #pakuchan .pakuchan_present h2::after { right: -5%;}

    #pakuchan .pakuchan_present p:first-of-type {
        width: 100%;
        font-size: 3.3vw;
        line-height: 1.3;
        padding: 1% 0;
    }

    #pakuchan .pakuchan_present img:first-of-type { 
        width: 100%;
        margin-bottom: 0;
    }

}