:root{--navy:#001d5a;--navy20:#ccd2de;--green:#009488;--blue:#084088;--cyan:#1088e1;--scarlet:#e95135;--forest:#005e32;--pink:#e6408b;--aqua:#dcf5f5;--mint:#ecf8c8;--ice:#cfe7f9;--ivory:#fffcf5;--white:#fff;--black:#202020;--font-gothic:"YakuHanJP", "LINE Seed JP", sans-serif;--font-mincho:"YakuHanMP", "Shippori Mincho B1", serif;--header-height:72px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{color:var(--black);background:var(--white);font-family:var(--font-gothic);font-feature-settings:"palt";margin:0}img{max-width:100%;max-height:100%;display:block}button,summary{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}p{text-align:justify;line-height:1.9}ul{margin:0;padding:0}:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.site-header{z-index:100;height:var(--header-height);background:#fffc;border-bottom:1px solid #001d5a14;align-items:center;gap:32px;padding:0 30px;display:flex;position:fixed;inset:0 0 auto}.header-brand{flex:none;width:74px}.header-brand img{width:100%;height:auto}.desktop-nav{align-items:center;gap:clamp(20px,2.3vw,42px);margin-left:auto;display:flex}.desktop-nav a{color:var(--navy);white-space:nowrap;font-size:16px;font-weight:700;transition:color .2s}:is(.desktop-nav a:hover,.desktop-nav a:focus-visible){color:var(--green)}.language-switch{min-width:94px;height:40px;color:var(--navy);background:var(--white);border:2px solid var(--navy);letter-spacing:.06em;border-radius:7px;justify-content:center;align-items:center;padding:0 13px;font-size:16px;font-weight:700;display:inline-flex}.language-switch:hover{color:var(--white);background:var(--navy)}.mobile-menu{display:none}.firstview{background:linear-gradient(#fff 50%, var(--aqua));height:103vh;padding-top:0;overflow:hidden}.fv-stage{width:100%;height:100vh;margin:0 auto;position:relative}.fv-art{pointer-events:none;width:auto;height:100vh;position:absolute;top:0}.fv-art-left{transform-origin:0;animation:1.4s cubic-bezier(.22,1,.36,1) both fv-art-left-in;left:0}.fv-art-right{transform-origin:100%;animation:1.4s cubic-bezier(.22,1,.36,1) 80ms both fv-art-right-in;right:0}.fv-art-sp{display:none}.fv-logo{z-index:2;height:75vh;margin:0;animation:1.05s cubic-bezier(.22,1,.36,1) .32s both fv-logo-in;position:absolute;top:12%;left:50%;transform:translate(-50%)}.event-schedule{z-index:3;color:var(--navy);grid-template-columns:auto auto auto;align-items:center;gap:16px;display:grid;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}.firstview .event-schedule{animation:.9s cubic-bezier(.22,1,.36,1) .72s both fv-schedule-in}.event-date{white-space:nowrap;align-items:center;font-size:clamp(44px,4vw,66px);font-weight:700;display:flex}.day{width:1.5em;height:1.5em;color:var(--white);letter-spacing:0;border-radius:50%;place-items:center;margin:0 .08em;font-size:.42em;display:inline-grid}.day-sat{background:var(--cyan)}.day-sun{background:var(--scarlet)}.event-time{color:var(--navy);border-right:1px solid var(--navy);flex-direction:column;align-items:center;padding-right:18px;font-size:18px;font-weight:700;line-height:1.15;display:flex}.event-time .event-time-arrow{font-size:20px;font-weight:400;line-height:.55}.event-place{white-space:nowrap;flex-direction:column;font-size:12px;line-height:1.45;display:flex}.event-place strong{margin-bottom:2px;font-size:24px;line-height:1.2}@keyframes fv-art-left-in{0%{opacity:0;transform:translate(-5%)scale(1.025)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes fv-art-right-in{0%{opacity:0;transform:translate(5%)scale(1.025)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes fv-art-sp-in{0%{opacity:0;transform:translate(-50%)scale(1.045)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes fv-logo-in{0%{opacity:0;filter:blur(5px);transform:translate(-50%,18px)scale(.96)}to{opacity:1;filter:blur();transform:translate(-50%)scale(1)}}@keyframes fv-schedule-in{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}.notice-section{z-index:1;background:var(--aqua);margin-top:-32px;padding:0 32px 168px;position:relative;overflow:hidden}.notice-section:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 80C240 8 480 8 720 80s480 72 720 0v80H0Z'/%3E%3C/svg%3E") 50%/100% 100% no-repeat;width:100%;height:76px;position:absolute;bottom:-1px;left:0}.notice-box{z-index:1;width:min(1200px,76vw);min-height:126px;color:var(--navy);background:var(--white);border:4px solid var(--scarlet);border-radius:10px;align-items:center;gap:18px;margin:0 auto;padding:22px 32px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.notice-icon{width:48px;height:48px;color:var(--scarlet);font-family:var(--font-gothic);border:5px solid;border-radius:50%;flex:none;place-items:center;font-size:32px;font-weight:700;line-height:1;display:grid}.notice-box h2{color:var(--scarlet);margin:0 0 4px;font-size:20px}.notice-box p{margin:0;font-size:16px}.overview-section{background:var(--white) var(--about-background) center / 1620px no-repeat;align-items:center;min-height:850px;padding:110px 24px 140px;display:grid}.overview-inner{grid-template-columns:1.08fr .92fr;align-items:normal;gap:96px;width:min(1240px,100%);margin:0 auto;display:grid}.overview-copy{color:var(--navy)}.overview-copy h2{font-family:var(--font-mincho);letter-spacing:.02em;margin:0 0 38px;font-size:clamp(26px,1.5vw,36px);font-weight:700;line-height:1.65}.heading-line{display:block}.overview-body{padding-top:20px}.overview-body p{color:var(--black);margin:0 0 14px;font-size:16px;line-height:2}.overview-map{margin:0}.overview-map img{width:100%}.content-wide{z-index:1;width:min(1240px,100% - 48px);margin:0 auto;position:relative}.content-standard{width:min(1200px,100% - 48px);margin:0 auto}.eat-buy-section{background:var(--green-pattern) repeat, linear-gradient(var(--mint), var(--white) 70%);background-size:900px,auto;padding:130px 0 170px;position:relative;overflow:hidden}.experience-section{--boundary-wave-height:76px;margin-top:calc(-1 * var(--boundary-wave-height));padding:calc(130px + var(--boundary-wave-height)) 0 180px;background:var(--blue-pattern) repeat, linear-gradient(var(--ice), var(--white) 70%);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M0 80C240 8 480 8 720 80s480 72 720 0v80H0Z'/%3E%3C/svg%3E"),linear-gradient(#000,#000);-webkit-mask-position:top,bottom;-webkit-mask-size:100% var(--boundary-wave-height), 100% calc(100% - var(--boundary-wave-height));mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 160' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M0 80C240 8 480 8 720 80s480 72 720 0v80H0Z'/%3E%3C/svg%3E"),linear-gradient(#000,#000);-webkit-mask-position:top,bottom;mask-position:top,bottom;-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% var(--boundary-wave-height), 100% calc(100% - var(--boundary-wave-height));mask-size:100% var(--boundary-wave-height), 100% calc(100% - var(--boundary-wave-height));background-size:520px,auto;position:relative;overflow:hidden;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.section-decorations{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.section-decoration{width:auto;max-width:none;height:auto;position:absolute}.eat-buy-decoration-1{width:clamp(300px,29vw,490px);top:2%;right:4%}.eat-buy-decoration-2{width:clamp(170px,17vw,285px);top:30%;left:2%}.eat-buy-decoration-3{width:clamp(240px,24vw,400px);top:39%;right:-2%}.eat-buy-decoration-4{width:clamp(96px,10vw,160px);top:61%;right:22%}.experience-decoration-1{width:clamp(390px,39vw,650px);top:1%;right:-2%}.experience-decoration-2{width:clamp(290px,28vw,470px);top:25%;left:-9%}.experience-decoration-3{width:clamp(390px,39vw,650px);top:48%;right:-7%}.experience-decoration-4{width:clamp(290px,28vw,470px);top:68%;left:-10%}.section-heading{background:linear-gradient(90deg,#fff 50%,#fff0 99%);width:100%;padding:24px 16px 16px;position:relative;box-shadow:0 12px 28px #001d5a0a}.section-heading:after{content:"";height:5px;position:absolute;bottom:0;left:0;right:0}.section-heading-green:after{background:linear-gradient(90deg,#009488 50%,#00948800 99%)}.section-heading-blue:after{background:linear-gradient(90deg,#1088e1 50%,#1088e100 99%)}.section-heading h2{color:var(--navy);font-family:var(--font-mincho);align-items:baseline;gap:8px;margin:0;line-height:1;display:flex}.section-heading h2 span{letter-spacing:-.15em;font-size:27px;font-weight:400}.section-heading h2 strong{font-size:48px;font-weight:700}.section-heading p{color:var(--navy);margin:12px 0 0;font-size:15px;line-height:1.4}.image-note{color:var(--black);margin:14px 8px 38px;font-size:11px;line-height:1.4}.image-note span{display:block}.booth-grid{grid-template-columns:repeat(4,1fr);gap:72px 28px;display:grid}.booth-card,.experience-card,.mini-card,.prizes-card{background:var(--white);border-radius:9px;box-shadow:0 7px 15px #001d5a2b}.booth-card,.experience-card{position:relative;overflow:visible}.booth-grid>.booth-card:nth-child(odd){transform:rotate(-1deg)}.booth-grid>.booth-card:nth-child(2n){transform:rotate(1deg)}.experience-grid>.experience-card:nth-child(odd){transform:rotate(-1deg)}.experience-grid>.experience-card:nth-child(2n){transform:rotate(1deg)}.prizes-card,.more-grid>.mini-card:nth-child(2){transform:rotate(-1deg)}.more-grid>.mini-card:nth-child(3){transform:rotate(1deg)}.mini-card,.prizes-card{overflow:hidden}.card-image{position:relative;overflow:visible}.card-image>img{aspect-ratio:4/3;object-fit:cover;border-radius:9px 9px 0 0;width:100%}.booth-badge{z-index:2;width:74px;height:74px;color:var(--pink);background:var(--white);border:6px solid;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:0;font-size:28px;font-weight:700;line-height:1;display:flex;position:absolute;top:-16px;right:-12px;transform:rotate(10deg)}.booth-grid>.booth-card:nth-child(2n) .booth-badge,.experience-grid>.experience-card:nth-child(2n) .booth-badge{transform:rotate(-10deg)}.booth-badge small{letter-spacing:0;font-size:10px;display:block}.booth-number{line-height:.9;display:block}.badge-buy{color:var(--forest)}.badge-experience{color:var(--scarlet)}.card-body{padding:20px 18px 24px}.card-body h3{color:var(--black);margin:0 0 6px;font-size:18px;line-height:1.45}.card-body h3 ruby{ruby-position:over}.card-body h3 rt{font-size:.5em;font-weight:700}.card-body p{margin:0;font-size:15px;line-height:1.75}.card-body .vendor{text-align:inherit;margin-bottom:16px}.card-body h3,.card-body .vendor{white-space:pre-line}.sales-area{margin-top:110px}.sales-area h3,.more-fun>h3{color:var(--navy);letter-spacing:.02em;margin:0 0 45px;font-size:34px;font-weight:700}.sales-area picture{aspect-ratio:15/4;display:block}.sales-area img{object-fit:contain;width:100%;height:100%}.sales-area br{display:none}.experience-grid{grid-template-columns:repeat(3,1fr);gap:34px;display:grid}.experience-card .card-body{min-height:180px}.experience-card .card-body h3{font-size:20px}.fee{background:var(--scarlet);color:var(--white);border-radius:4px;padding:.2em .8em;font-weight:700;display:inline-block;margin-bottom:16px!important}.experience-card:nth-child(2) .fee,.experience-card:nth-child(3) .fee{background:var(--green)}.more-fun{margin-top:100px}.more-grid{grid-template-columns:1.55fr .75fr .75fr;align-items:start;gap:28px;display:grid}.prizes-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.prizes-card .card-body{padding:24px}.prizes-card h4{color:var(--white);background:var(--green);clip-path:polygon(0 0,100% 0,calc(100% - 14px) 50%,100% 100%,0 100%);filter:drop-shadow(0 4px 4px #001d5a40);white-space:pre-line;margin:-96px 0 0 -12px;padding:8px 34px 8px 16px;font-size:28px;line-height:1.25;display:inline-block;position:absolute}.prizes-card h4 .material-icons-round{vertical-align:-.18em;margin-left:.25em;font-size:1.15em;line-height:1}.prizes-card h5{color:var(--green);margin:16px 0 3px;font-size:15px}.mini-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.mini-card h4{min-height:105px;color:var(--black);white-space:pre-line;margin:0;padding:19px 16px;font-size:16px;line-height:1.55}.map-access-section{background:var(--ivory);color:var(--navy);padding:130px 0 150px}.map-heading{text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;display:grid}.map-heading img{width:100%;max-width:270px}.map-heading img:last-child{justify-self:end}.map-heading h2{letter-spacing:.04em;margin:0;font-size:48px}.map-heading p{margin:8px 0 0;font-size:15px;line-height:1.4}.event-schedule.map-schedule{width:fit-content;margin:70px auto 60px;position:relative;bottom:auto;left:auto;transform:none}.venue-map{text-align:center;margin:0}.map-zoom-trigger{width:100%;color:inherit;cursor:zoom-in;background:0 0;border:0;border-radius:12px;padding:0;display:block;position:relative;overflow:hidden}.map-zoom-trigger>img{border:4px solid var(--navy);border-radius:12px;width:100%}.map-zoom-hint{display:none}.venue-map figcaption{color:var(--black);margin-top:24px;font-size:11px}.map-lightbox{background:var(--white);border:0;border-radius:12px;width:min(1200px,96vw);max-width:none;height:min(900px,92dvh);max-height:none;margin:auto;padding:0;overflow:hidden;box-shadow:0 24px 70px #001d5a59}.map-lightbox::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#001030b8}.map-lightbox-panel{width:100%;height:100%;position:relative}.map-lightbox-scroll{overscroll-behavior:contain;background:var(--ivory);scrollbar-color:var(--navy) #ffffff80;width:100%;height:100%;overflow:auto}.map-lightbox-image{border:0;border-radius:0;width:1200px;max-width:none;height:auto;max-height:none}.map-lightbox-close{z-index:2;width:46px;height:46px;color:var(--white);background:var(--navy);border:2px solid var(--white);border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:12px;right:12px}.map-lightbox-close .material-icons-round{font-size:26px}.access-area{margin-top:110px}.access-area>h2{text-align:center;margin:0 0 60px;font-size:34px}.access-grid{grid-template-columns:1fr 1fr;gap:80px;display:grid}.access-block{margin-bottom:48px}.access-block h3{border-bottom:1px solid var(--navy20);align-items:center;gap:4px;margin:0 0 18px;padding-bottom:10px;font-size:18px;display:flex}.access-block .material-icons-round{font-size:24px}.access-block ul{color:var(--black);padding-left:1.4em;font-size:16px;line-height:2}.access-block p{color:var(--black);margin:0;font-size:16px;line-height:2}.access-block p span{display:block}.map-button{background:var(--white);border:3px solid var(--navy);border-radius:6px;justify-content:center;align-items:center;gap:12px;min-height:60px;margin-top:22px;font-size:15px;font-weight:700;transition:all .2s;display:flex}.map-button:hover{color:var(--white);background:var(--navy)}.map-button .material-icons-round{font-size:18px}.gratitude-section{color:var(--white);background:var(--navy);padding:140px 24px 150px}.gratitude-inner{width:min(840px,100%);margin:0 auto}.gratitude-inner article+article{margin-top:76px}.gratitude-inner h2{font-family:var(--font-mincho);margin:0 0 36px;font-size:28px;font-weight:600}.gratitude-inner p{margin:0 0 14px;font-size:16px;line-height:2.15}.site-footer{color:var(--white);text-align:center;background:var(--navy-pattern) repeat, var(--blue);background-size:520px,auto;padding:90px 24px 54px}.footer-inner{width:min(820px,100%);margin:0 auto}.footer-notes{margin-bottom:58px;font-size:11px;line-height:1.75;list-style:none}.footer-logo{filter:brightness(0)invert();opacity:.95;width:100px;margin:0 auto 24px}.organizer h2{margin:0 0 18px;font-size:20px}.organizer p{text-align:center;margin:0;font-size:12px;line-height:1.9}.organizer p span{display:block}.site-footer small{letter-spacing:.08em;margin-top:54px;font-size:9px;display:block}@media (min-width:768px){.booth-grid>.booth-card:nth-child(2n),.experience-grid>.experience-card:nth-child(2n){transform:translateY(24px)rotate(1deg)}.prizes-card{transform:translateY(24px)rotate(-1deg)}.more-grid>.mini-card:nth-child(3){transform:translateY(24px)rotate(1deg)}.booth-grid>.booth-card:nth-child(2n) .booth-badge,.experience-grid>.experience-card:nth-child(2n) .booth-badge{transform:rotate(-10deg)}}@media (max-width:1100px){.site-header{gap:18px;padding-inline:18px}.desktop-nav{gap:16px}.desktop-nav a{font-size:12px}.fv-art{height:87vh}.booth-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:768px) and (max-width:1100px){.overview-inner{gap:32px}.event-page-ja .overview-copy .heading-line{white-space:pre-line;display:inline}}@media (max-width:767px){:root{--header-height:56px}.site-header{gap:0;padding:0}.header-brand{width:68px;margin-left:14px}.desktop-nav{display:none}.language-switch{height:34px;margin-left:auto;margin-right:16px;font-size:16px}.mobile-menu{width:56px;height:56px;display:block}.mobile-menu summary{cursor:pointer;background:var(--blue);flex-direction:column;justify-content:space-between;height:56px;padding:17px 13px;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--white);height:2px;transition:transform .2s}.mobile-menu[open] summary span:first-child{transform:translateY(10px)rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:last-child{transform:translateY(-10px)rotate(-45deg)}.mobile-menu nav{width:min(300px,82vw);color:var(--white);background:var(--blue);flex-direction:column;padding:20px;display:flex;position:fixed;top:56px;right:0;box-shadow:0 12px 30px #001d5a3d}.mobile-menu nav a{border-bottom:1px solid #ffffff40;padding:13px 4px;font-weight:700}.firstview{height:101.5vh}.fv-art{width:100%}.fv-art-left,.fv-art-right{display:none}.fv-art-sp{object-fit:cover;transform-origin:50%;height:100vh;animation:1.35s cubic-bezier(.22,1,.36,1) both fv-art-sp-in;display:block;top:0;left:50%}.fv-logo{width:67%;top:calc(50% - 48vw)}.event-schedule{text-align:center;grid-template-columns:auto auto;justify-content:center;gap:0 10px;width:100%;padding:0 14px;display:grid;bottom:6vh}.event-date{justify-self:end;font-size:clamp(40px,12vw,48px)}.event-time{border:0;justify-self:start;padding:0;font-size:16px}.event-place{white-space:normal;grid-column:1/-1;margin-top:8px;font-size:13px}.event-place strong{font-size:24px}.event-place span:first-of-type{display:none}.notice-section{padding:28px 18px 116px}.notice-section:after{height:54px}.notice-box{border-width:3px;align-items:flex-start;gap:12px;width:calc(100% - 32px);min-height:0;padding:16px}.notice-icon{border-width:4px;width:36px;height:36px;font-size:23px}.notice-box h2{font-size:17px}.notice-box p{font-size:12px;line-height:1.6}.overview-section{background-position:top;min-height:0;padding:80px 22px}.overview-inner{grid-template-columns:1fr;gap:34px}.overview-copy h2{text-align:justify;margin-bottom:28px;font-size:22px;line-height:1.75}.event-page-ja .overview-copy .heading-line{text-align:justify;display:inline}.overview-body p{font-size:13px}.overview-map{width:min(420px,100%);margin-inline:auto}.content-wide,.content-standard{width:min(100% - 36px,600px)}.eat-buy-section,.experience-section{background-size:640px,auto}.eat-buy-section{padding:78px 0 100px}.experience-section{--boundary-wave-height:54px;padding:calc(78px + var(--boundary-wave-height)) 0 100px}.eat-buy-decoration-1{width:68vw;top:1%;right:-18%}.eat-buy-decoration-2{width:42vw;top:27%;left:-13%}.eat-buy-decoration-3{width:58vw;top:51%;right:-20%}.eat-buy-decoration-4{width:25vw;top:73%;right:9%}.experience-decoration-1{width:88vw;top:1%;right:-30%}.experience-decoration-2{width:72vw;top:25%;left:-31%}.experience-decoration-3{width:92vw;top:53%;right:-34%}.experience-decoration-4{width:76vw;top:77%;left:-33%}.section-heading{padding:20px 18px 18px}.section-heading h2{display:block}.section-heading h2 span{font-size:20px}.section-heading h2 strong{margin-left:6px;font-size:34px}.section-heading p{font-size:13px}.image-note{margin:12px 4px 26px}.booth-grid,.experience-grid{grid-template-columns:1fr;gap:24px}.booth-card{grid-template-columns:42% 58%;display:grid}.booth-card .card-image>img{height:100%;min-height:190px}.booth-card .card-body{padding:17px 15px}.card-body h3{white-space:pre-line;font-size:17px}.card-body p{font-size:12px}.booth-badge{border-width:4px;width:58px;height:58px;font-size:23px}.booth-badge small{font-size:9px}.sales-area,.more-fun{margin-top:70px}.sales-area h3,.more-fun>h3{margin-bottom:26px;font-size:24px;line-height:1.5}.sales-area picture{aspect-ratio:15/17}.experience-card .card-body{min-height:0}.experience-card .card-body h3{font-size:18px}.more-grid{grid-template-columns:1fr 1fr;gap:18px}.prizes-card{grid-column:1/-1}.prizes-card h4{white-space:pre-line;margin-top:-66px;font-size:22px}.mini-card h4{min-height:96px;padding:14px 12px;font-size:13px}.map-access-section{padding:82px 0 100px}.map-heading{grid-template-columns:1fr 1fr;gap:8px}.map-heading>div{grid-area:1/1/auto/-1}.map-heading img{grid-row:2}.map-heading h2{font-size:38px}.map-heading p{text-align:center;font-size:13px}.event-schedule.map-schedule{grid-template-columns:auto auto;margin:48px auto 38px;bottom:auto;transform:none}.map-schedule .event-place span:first-of-type{display:block}.map-zoom-trigger{border-radius:7px}.map-zoom-trigger>img{border-width:2px;border-radius:7px}.map-zoom-hint{color:var(--white);background:#001d5ae6;border-radius:999px;align-items:center;gap:4px;padding:7px 10px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:absolute;bottom:10px;right:10px}.map-zoom-hint .material-icons-round{font-size:17px}.map-lightbox{border-radius:8px;width:96vw;height:90dvh}.map-lightbox-close{width:42px;height:42px;top:8px;right:8px}.venue-map figcaption{margin-top:14px;font-size:10px}.access-area{margin-top:70px}.access-area>h2{margin-bottom:38px;font-size:27px}.access-grid{grid-template-columns:1fr;gap:0}.access-block{margin-bottom:38px}.access-block ul,.access-block p{font-size:12px;line-height:2}.map-button{min-height:54px}.gratitude-section{padding:84px 22px 95px}.gratitude-inner article+article{margin-top:58px}.gratitude-inner h2{margin-bottom:25px;font-size:23px}.gratitude-inner p{font-size:12px;line-height:2.1}.site-footer{background-size:390px,auto;padding:66px 20px 42px}.footer-notes{margin-bottom:42px;font-size:9px}.organizer h2{font-size:17px}.organizer p{font-size:10px}}@media (max-width:390px){.fv-logo{width:76%;top:calc(50% - 54vw)}.event-date{font-size:11.5vw}.event-place strong{font-size:6vw}.booth-card{grid-template-columns:1fr}.booth-card .card-image>img{min-height:0}.sales-area br{display:inherit}.mini-card h4 br{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
