: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);
}

.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%;
}

#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 a {
    display: block;
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 384 / 67;
    background: url(/event/nyanko/lib/2026/images/bnr_pakuchan.png) no-repeat center / 100%;
}

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

#ending {
    width: 90%;
    margin: 0 auto 15%;
    padding: 2%;
    outline: dotted 3px var(--nkorange);
    border-radius: 25px;
    text-align: center;
}

#nyanko_top p { text-align: center;}

#ending .ending_ttl {
    font-size: 2vw;
    font-weight: 700;
    color: var(--nkorange);
    background: rgb(255,249,118);
    background: linear-gradient(0deg, rgba(255,249,118,1) 0%, rgba(255,249,118,1) 50%, rgba(255,249,118,0) 50%, rgba(255,249,118,0) 100%);
    line-height: 1.5;
    width: 100%;
    margin: 0 auto 1% auto;
}

#ending .ending_message {
    font-size: 1.3vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 2%;
}

#ending .ending_message span {
    display: inline-block;
    background: rgb(255,182,182);
    background: rgb(255,218,218);
    background: linear-gradient(0deg, rgba(255,218,218,1) 0%, rgba(255,218,218,1) 45%, rgba(255,218,218,0) 45%, rgba(255,218,218,0) 100%);
    padding-left: 1%;
}

#ending .art_link {
    width: 60%;
    margin: 0 auto;
    border: solid 2px var(--nkorange);
    background-color: var(--nkorange);
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
}

#ending .art_link:hover {
    background-color: #fff;
    color: var(--nkorange);
}

#ending .art_link a {
    display: block;
    width: 100%;
    padding: 3%;
}

.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(65vw, 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(12vw, 75px);
    transition: all .2s;
}

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

#intro .intro__img01 { 
    width: min(70vw, 800px);
    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: 1.35em;
    font-weight: 700;
    line-height: 1.6em;
    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(70vw, 600px);
    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(70vw, 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;
}

#pastevent .more, #pastevent .close, #exhibitor_only a {
    display: block;
    margin: 0 auto var(--gap_64px);
    cursor: pointer;
    padding-top: min(10vw, 74px);
}

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

#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:hover { 
    transform: translateY(-5%);
    filter: drop-shadow(5px 5px 5px #3390c2);
}

#tokisan > a {
    display: block;
    width: 45%;   
    margin: 0 auto;
    transition: all .2s;
}

#tokisan > a img { width: 100%;}

#tokisan a:hover { transform: translateY(-7%);}

#tokisan .modal_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-image: url(/event/nyanko/lib/2026/images/tokisan_illust.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    width: 100%;
    left: calc(50% - 30%);
    padding-bottom: 1.5%;
    overflow: auto;
}

#tokisan .modal_content div { width: 50%;}

#tokisan h2 {
    font-size: clamp(18px,3.4vw,28px);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-bottom: 3%;
}

#tokisan p {
    font-size: .9em;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

#tokisan .tokisan_detail_txt {
    text-shadow:0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
    margin-bottom: 5%;
}

#tokisan .tvo_jigyo {
    text-align: right;
    text-shadow:0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

#tokisan .booth_num {
    text-align: center;
    width: 60%;
    margin: 0 auto 4%;
    line-height: 1.5;
    background-color: #dcdcdc;
    border-radius: 50px;
}

#tokisan .modal_close { right: 94.8%;}

.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.2em;
    font-weight: 500;
}

#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: space-between;
    margin-bottom: 10%;
}

#ticket ul li { width: 22%;}

#ticket ul li img,
#ticket .online_ticket ul li a { width: 100%;}

#ticket .ticket__bnr 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);
}

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

.online_ticket--text {
    margin-bottom: var(--gap_48px) !important;
}

.online_ticket--text > span {
    font-size: 1.2em !important;
    font-weight: 700 !important;
    color: #fff;
    background: #F4901E;
    padding: .25em 1.2em;
    box-shadow: 5px 5px 0px 0px rgba(255, 203, 41, 1);
}

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

#ticket .online_ticket ul {
    flex-direction: column;
    width: 100%;
}

#ticket .online_ticket ul li:first-child,
#ticket .online_ticket ul li a { width: 100%;}

#ticket .online_ticket ul li:last-child { 
    width: 100%;
    margin: var(--gap_80px) auto 0 auto;
}

#ticket .online_ticket ul > li > a {
    display: block;
    width: 35%;
    margin: 0 auto;
}


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

#ticket h3 {
    width: 100%;
    font-size: 3.3vw;
    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 .more,
#pastevent .close {
    width: min(80vw, 500px);
    display: block;
    margin: 0 auto var(--gap_64px);
    padding-bottom: var(--gap_24px);
}

#pastevent .more { background: url(/event/nyanko/lib/2026/images/bnr_moreview.jpg) no-repeat top center / 100%;}

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

#pastevent .close { background: url(/event/nyanko/lib/2026/images/bnr_close.jpg) no-repeat top center / 100%;}

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

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

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

#pastevent .list li { transition: all 0.4s ease 0s;}

#pastevent .list li:hover { opacity: .7;}

#pastevent .list li img { width: 100%;}

#pastevent .list li.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 10px;
    padding: 0;
}

#pastevent h4 {
    width: 52%;
    margin: 0 auto 5% auto;
}

#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 {
    width: 90%;
    background: #fff;
    border: 10px solid #64bceb;
    padding: var(--gap_64px) var(--gap_32px);
    margin-inline: auto;
}

.stamp__img {
    width: 85%;
    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: 0 auto;
    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;
    } 


    .top_bg::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
        background-image: url(/event/nyanko/lib/2026/images/nyanko_back_pc.jpg);
        background-size: 115%;
        background-repeat: repeat-y;
        background-position: center;
    }

    .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);
    }

    #ending {
        width: 100%;
        padding: 4%;
        margin-bottom: 25%;
    }

    #ending p { 
        padding: 0 !important;
        text-align: center !important;
    }

    #ending .ending_ttl {
        font-size: 4vw;
        padding: 0;
        margin-bottom: 2%;
        background-color: #fff976;
    }

    #ending .ending_message {
        font-size: 3.1vw;
        letter-spacing: 0;
    }

    #ending .art_link {
        width: 100%;
        font-size: 3.3vw;
    }

    #ending .art_link a { padding: 5%;}

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

    #tokisan { margin-bottom: 45%;}

    #tokisan .modal_content { 
        width: 90%;
        top: 3%;
        left: calc(50% - 45%);
        background-image: none;
        background-position: top 1.5em center;
        height: 100vh;
        align-items: center;

    }

    #tokisan > a { width: 100%;}

    #tokisan .modal_content div { width: 100%;}

    #tokisan .modal_content img { 
        width: 85%;
        margin: 0 auto 3%;

    }

    #tokisan p { font-size: 3.3vw;}

    #tokisan h2 { font-size: 5.5vw;}

    #tokisan .modal_close {
        right: 88%;
        font-size: 4vw;
    }

    .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 h3 { font-size: 9vw;}

    #ticket table { 
        width: 100%;
    }

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

    #ticket th { 
        font-size: .95em;
        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: 20%;}

    #ticket .online_ticket {
        /* width: 80%; */
        margin: 0 auto 4% auto;
    }

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

    .online_ticket--text > span {
        font-size: .95em !important;
        padding: .25em 0.4em;
        white-space: nowrap;
    }

    #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%;
        border: 5px solid #64bceb;
        padding: var(--gap_48px) var(--gap_32px);
    }
    .stamp__img {
        width: 100%;
    }

    /* =========================================
    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;
    }

}