*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}html{margin:0;font-family:"Noto Sans JP","Hiragino Sans","Yu Gothic","Meiryo",sans-serif;font-weight:500;word-wrap:break-word;scroll-behavior:smooth}body{height:auto;min-height:100%;overflow-x:hidden;background:initial;font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem)}a{display:block;text-decoration:none}@media(min-width: 768px){a:hover{cursor:pointer}}img{width:100%;height:auto;vertical-align:bottom;object-fit:contain}ol,ul{padding-inline-start:0;list-style:none}table{border-spacing:0;border-collapse:collapse}button{padding:0;appearance:none;cursor:pointer;outline:none;background-color:rgba(0,0,0,0);border:none}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;white-space:nowrap !important;border:0 !important;clip-path:inset(50%) !important}.sp{display:block}@media(min-width: 768px){.sp{display:none}}.tab{display:none}@media(min-width: 768px){.tab{display:block}}.js-hamburger{position:relative}.js-hamburger__bg{display:none}@media(min-width: 768px){.js-hamburger__bg{position:fixed;top:0;right:0;z-index:9992;display:block;visibility:visible;width:100%;height:100vh;content:"";background:rgba(0,0,0,.85);opacity:1;transition:all .2s ease-in-out}}@media(min-width: 768px){.js-hamburger:has(.js-hamburger__panel[inert]) .js-hamburger__bg{visibility:hidden;pointer-events:none;opacity:0}}.js-hamburger__panel{position:fixed;top:0;right:0;z-index:0;display:block;visibility:visible;height:0;transform:translate(0, 0) scaleY(1);transform-origin:right bottom;transition:all .2s ease-in-out}.js-hamburger__panel[inert]{visibility:hidden;transform:translate(100%, 0) scaleY(1)}.js-accordion__panel{display:grid;visibility:hidden;grid-template-rows:0fr;transition:250ms grid-template-rows ease}.js-accordion__panel[aria-hidden=false]{visibility:visible;grid-template-rows:1fr}.js-accordion__panel>*{overflow:hidden}.js-accordion--preview .js-accordion__panel{display:block;max-height:calc(3.6em + 20px);overflow:hidden;pointer-events:auto;visibility:visible;opacity:1;transition:max-height 600ms cubic-bezier(0.4, 0, 0.2, 1);will-change:max-height}.js-accordion--preview .js-accordion__panel[aria-hidden=false]{max-height:1000px}.js-accordion--preview .js-accordion__panel[aria-hidden=true]:not(.is-closing)>*{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.js-tab{position:relative}.js-tab__list{display:flex}.js-tab__button{flex:1;cursor:pointer}.js-tab__panel[role=tabpanel]{position:absolute;top:0;left:0;width:100%;height:0;overflow:hidden;pointer-events:none;visibility:hidden;opacity:0;transition:none}.js-tab__panel[role=tabpanel]:not([aria-hidden=true]){position:static;height:auto;overflow:visible;pointer-events:auto;visibility:visible;opacity:1}.js-tab [role=tabpanel][data-droparia-hidden=true]{position:absolute;top:0;left:0;width:100%;height:0;overflow:hidden;pointer-events:none;visibility:hidden;opacity:0;transition:none}.js-tab [role=tabpanel][data-droparia-hidden=false]{position:static;height:auto;overflow:visible;pointer-events:auto;visibility:visible;opacity:1}.js-slider,.js-slider02{position:relative}.js-slider .swiper,.js-slider02 .swiper{width:calc(100% - 40px)}@media(min-width: 768px){.js-slider .swiper,.js-slider02 .swiper{width:100%}}.js-slider .swiper-pagination,.js-slider02 .swiper-pagination{position:static;display:flex;gap:10px;align-items:center;justify-content:center;margin-top:24px}.js-slider .swiper-pagination-bullet,.js-slider02 .swiper-pagination-bullet{width:10px;height:10px;margin:0 !important;background:#666;border-radius:50%;opacity:1}.js-slider .swiper-pagination-bullet-active,.js-slider02 .swiper-pagination-bullet-active{background:#009fe8}.js-modal{position:fixed;inset:0;z-index:9999;display:grid;padding:20px;pointer-events:auto;visibility:visible;opacity:1;transition:visibility .3s,opacity .3s ease;place-items:center}.js-modal[aria-hidden=true]{pointer-events:none;visibility:hidden;opacity:0}.js-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.75)}.js-modal__content{position:relative;z-index:1;width:min(90vw,800px);max-height:calc(100vh - 40px);padding:clamp(20px,5vw,50px);overflow-y:auto;background:#fff;border-radius:10px;transform:translateY(0) scale(1);transition:transform .3s ease}.js-modal[aria-hidden=true] .js-modal__content{transform:translateY(20px) scale(0.98)}body.is-modal-open{overflow:hidden}.js-fade-here,.js-fade-scale,.js-fade-up,.js-fade-from-left,.js-fade-from-right{transition:all .5s ease-in-out}.c-button__w-line{width:250px;padding:10px 20px 10px 0;display:inline-flex;gap:12px;align-items:center;justify-content:center;background:#000;color:#fff;border:solid 1px #fff;border-radius:5px;position:relative}.c-button__w-line::after{position:absolute;right:10px;flex-shrink:0;width:15px;height:11px;content:"";background:url("../images/icon/down-white.svg") center/contain no-repeat;transition:transform .2s ease}.c-button__w-line[aria-expanded=true]::after{transform:rotate(180deg)}@media(hover: hover)and (pointer: fine){.c-button__w-line:hover::after{transform:translateY(4px)}.c-button__w-line[aria-expanded=true]:hover::after{transform:translateY(-4px) rotate(180deg)}}.c-button__more,.c-button__close{width:fit-content;padding:5px 40px 5px 20px;background:#666;color:#fff;position:relative;border-radius:30px;transition:all .3s ease}.c-button__more::after,.c-button__close::after{position:absolute;right:10px;flex-shrink:0;width:25px;height:25px;content:"";background:url("../images/icon/more.svg") center/contain no-repeat}@media(hover: hover)and (pointer: fine){.c-button__more:hover,.c-button__close:hover{background:#009fe8;color:#fff}}.c-button__close::after{background:url("../images/icon/close.svg") center/contain no-repeat}.c-button__baj,.c-button__baj--s{height:70px;width:fit-content;margin:0 auto;padding:0 40px 0 20px;border-radius:50px;display:flex;align-items:center;gap:10px;background:#fff;border:solid 2px #e60012;color:#222;font-size:clamp(0.875rem,0.7840909091rem + 0.4545454545vw,1.125rem);font-weight:700;position:relative;transition:.2s ease}@media(min-width: 768px){.c-button__baj,.c-button__baj--s{padding:0 50px 0 30px}}.c-button__baj::after,.c-button__baj--s::after{position:absolute;right:20px;flex-shrink:0;width:10px;height:15px;content:"";background:url("../images/icon/right-red.svg") center/contain no-repeat}@media(min-width: 768px){.c-button__baj::after,.c-button__baj--s::after{right:30px}}@media(hover: hover)and (pointer: fine){.c-button__baj:hover,.c-button__baj--s:hover{background:#e60012;color:#fff}}.c-button__baj .c-button__baj-img,.c-button__baj .c-button__baj--s-img,.c-button__baj--s .c-button__baj-img,.c-button__baj--s .c-button__baj--s-img{width:fit-content;height:50px}.c-button__baj{height:60px}.c-button__baj .c-button__baj-img{width:fit-content;height:40px}@media(min-width: 768px){.c-button__baj{height:70px}.c-button__baj .c-button__baj-img{width:fit-content;height:50px}}.c-button__baj--s .c-button__baj--s-img{height:40px}@media(min-width: 768px){.c-button__baj--s .c-button__baj--s-img{height:50px}}.c-button__ticket{height:70px;width:fit-content;margin:0 auto;padding:0 40px 0 20px;border-radius:50px;display:flex;align-items:center;gap:10px;background:#fff;border:solid 5px #222;color:#222;font-size:clamp(0.875rem,0.7840909091rem + 0.4545454545vw,1.125rem);font-weight:700;position:relative;transition:.2s ease}@media(min-width: 768px){.c-button__ticket{padding:0 50px 0 30px}}.c-button__ticket::after{position:absolute;right:20px;flex-shrink:0;width:10px;height:15px;content:"";background-color:#009fe8;mask:url("../images/icon/right-red.svg") center/contain no-repeat}@media(min-width: 768px){.c-button__ticket::after{right:30px}}@media(hover: hover)and (pointer: fine){.c-button__ticket:hover{background:#009fe8;color:#fff}.c-button__ticket:hover::after{background-color:#fff}.c-button__ticket:hover .c-button__ticket-img{filter:brightness(0) invert(1)}}.c-button__ticket .c-button__ticket-img{width:fit-content;height:50px}.c-table{width:100%;table-layout:fixed;font-size:clamp(1rem,0.8181818182rem + 0.9090909091vw,1.5rem);line-height:1;text-align:center;background:#fff;border-collapse:collapse}.c-table__th,.c-table__td{padding:10px;font-weight:400;color:#222;vertical-align:middle;border:1px solid #666}.c-table__th{font-weight:600;color:#fff;background:#666;border:1px solid #fff;white-space:nowrap}.c-ttl{width:100%;margin:0 auto;text-align:center;line-height:1}@media(min-width: 768px){.c-ttl{width:fit-content}}.c-ttl__en .c-ttl__en-img{height:60px;width:auto;margin:0 auto;padding:10px}@media(min-width: 768px){.c-ttl__en .c-ttl__en-img{height:90px}}.c-ttl__en-s .c-ttl__en-s-img{height:40px;width:auto;margin:0 auto}.c-ttl__jp{width:fit-content;margin:0 auto;padding:5px;display:block;font-size:clamp(1.25rem,0.8863636364rem + 1.8181818182vw,2.25rem);color:#fff;font-family:"Zen Kaku Gothic Antique",sans-serif;font-weight:900}.c-ttl__jp-s{width:fit-content;margin:0 auto;padding:5px;display:block;font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem);color:#222;font-family:"Zen Kaku Gothic Antique",sans-serif;font-weight:600}.c-ttl--black{color:#222}.c-ttl--bg{background:rgba(0,0,0,.7)}.c-ttl--bg .c-ttl--bg-img{background:rgba(0,0,0,.7)}.c-ttl__tag--men,.c-ttl__tag--women,.c-ttl__tag--men-s,.c-ttl__tag--women-s{width:fit-content;height:30px;padding:0 10px;margin:0 auto;border-radius:18px;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;font-size:clamp(0.875rem,0.7840909091rem + 0.4545454545vw,1.125rem);margin-inline:0;white-space:nowrap}@media(min-width: 768px){.c-ttl__tag--men,.c-ttl__tag--women,.c-ttl__tag--men-s,.c-ttl__tag--women-s{height:36px;padding:0 20px}}.c-ttl__tag--men,.c-ttl__tag--men-s{background:#009fe8}.c-ttl__tag--women,.c-ttl__tag--women-s{background:#f6b}.c-ttl__tag--men-s,.c-ttl__tag--women-s{height:30px;font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem)}.c-ttl__b-icon{height:70px;padding-left:35px;font-size:clamp(1.125rem,0.9886363636rem + 0.6818181818vw,1.5rem);font-weight:700;position:relative;display:flex;align-items:center}.c-ttl__b-icon::before{position:absolute;left:0;width:15px;height:70px;content:"";background:url("../images/icon/ttl.svg") center/contain no-repeat;transition:transform .2s ease}.c-ttl__w-line{padding:3px 5px;font-size:clamp(1rem,0.9545454545rem + 0.2272727273vw,1.125rem);border-top:solid 1px #fff;border-bottom:solid 1px #fff}.c-tab{width:fit-content;height:50px;margin:0 auto;background:#fff;color:#222;border-radius:30px;border:solid 5px #222;overflow:hidden}@media(min-width: 768px){.c-tab{height:60px}}.c-tab__item:first-child{margin-right:-6px}.c-tab__item:first-child .c-tab__btn.is-current{background:#009fe8;color:#fff;clip-path:polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%)}.c-tab__item:last-child{margin-left:-6px}.c-tab__item:last-child .c-tab__btn.is-current{background:#009fe8;color:#fff;clip-path:polygon(12px 0, 100% 0, 100% 100%, 0 100%)}.c-tab__btn{position:relative;height:100%;padding:0 40px;font-size:clamp(1.125rem,1.0568181818rem + 0.3409090909vw,1.3125rem);font-weight:700;color:#222;display:flex;align-items:center;transition:.2s ease}.c-tab__btn:hover{color:#fff;background:#009fe8}.c-tab__ttl{position:relative;height:100%;padding:0 40px;font-size:clamp(1.125rem,1.0568181818rem + 0.3409090909vw,1.3125rem);font-weight:700;color:#222;display:flex;align-items:center;background:#009fe8;color:#fff}.c-team__card{font-size:clamp(0.875rem,0.7840909091rem + 0.4545454545vw,1.125rem)}.c-team__card .c-team__team-name{width:100%;height:3em;display:block;line-height:1.3;display:flex;align-items:center;justify-content:center;color:#fff}.c-note__bg{width:fit-content;margin-top:10px;padding:5px;background:rgba(0,0,0,.7);font-size:clamp(0.75rem,0.7045454545rem + 0.2272727273vw,0.875rem);color:#fff;font-weight:400}.c-link-txt{width:fit-content;padding-right:30px;position:relative;color:#222;font-weight:600}.c-link-txt::after{position:absolute;right:0;top:50%;transform:translateY(-50%);flex-shrink:0;width:25px;height:25px;content:"";background:url("../images/icon/link.svg") center/contain no-repeat;transition:transform .2s ease}@media(hover: hover)and (pointer: fine){.c-link-txt:hover{color:#009fe8}.c-link-txt:hover::after{transform:translate(4px, -50%)}}.c-link-image .c-link-image__img{transition:transform .3s ease}@media(hover: hover)and (pointer: fine){.c-link-image:hover .c-link-image__img{transform:scale(1.1)}}.c-link-no{pointer-events:none;opacity:.5}.c-link-tel{display:inline;color:#fff}.c-list__dot .c-list__dot-item{position:relative;padding-left:1em}.c-list__dot .c-list__dot-item::before{position:absolute;top:.8em;left:0;width:.3em;height:.3em;content:"";background:currentcolor;border-radius:50%;transform:translateY(-50%)}.c-list__number{counter-reset:ticket-number}.c-list__number .c-list__number-item{display:flex;gap:.4em;align-items:baseline;counter-increment:ticket-number}.c-list__number .c-list__number-item::before{display:inline-grid;flex:0 0 1.4em;width:1.4em;height:1.4em;font-size:clamp(0.625rem,0.625rem + 0vw,0.625rem);line-height:1;content:counter(ticket-number);border:1px solid currentcolor;border-radius:50%;place-items:center}.p-inner{width:90%;max-width:1200px;margin-inline:auto;padding:50px 0}@media(min-width: 768px){.p-inner{padding:80px}}@media(min-width: 768px){.p-inner--sp{width:100%;max-width:100%}}.p-inner--pc{width:100%}.p-main-area{width:100%;background-color:#000;background-image:url("../images/common/main_bg.svg");background-repeat:repeat-y;background-position:left top;background-size:100.1% auto}.p-header{display:flex;align-items:center;justify-content:space-between;width:100%;height:60px;min-height:60px;padding:8px 12px;color:#fff;background:#000}@media(min-width: 768px){.p-header{height:80px;min-height:80px;padding:10px 20px}}.p-header__logo{display:block;flex-basis:135px;width:135px;height:auto;aspect-ratio:184/60}@media(min-width: 768px){.p-header__logo{flex-basis:auto;width:184px;height:60px;aspect-ratio:auto}}.p-header__logo img{display:block;width:100%;height:100%}.p-header__actions,.p-header__nav,.p-header__nav-link{display:flex;align-items:center}.p-header__actions{position:relative;z-index:1;gap:16px}@media(min-width: 768px){.p-header__actions{gap:50px}}.p-header__nav{gap:10px}@media(min-width: 768px){.p-header__nav{gap:30px}}.p-header__nav-link{font-family:"Zen Kaku Gothic Antique",sans-serif;font-weight:700;line-height:28px;color:#fff;white-space:nowrap;text-decoration:none;flex-direction:column}@media(min-width: 768px){.p-header__nav-link{gap:10px;flex-direction:row}}.p-header__nav-link>span:last-child{width:auto;height:auto;margin:0;overflow:hidden;white-space:nowrap;border:0;font-size:clamp(0.625rem,0.4886363636rem + 0.6818181818vw,1rem);line-height:1;text-align:center}@media(min-width: 768px){.p-header__nav-link>span:last-child{position:static}}.p-header__icon{justify-content:center;flex:0 0 30px;width:30px;height:30px}.p-header__icon img{display:block}.p-header__menu{position:relative;flex:0 0 42px;width:42px;height:35px;padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0}@media(min-width: 768px){.p-header__menu{flex-basis:60px;width:60px;height:50px}}.p-header__menu-icon::before,.p-header__menu-icon::after{position:absolute;left:0;height:3px;content:"";background:#fff}.p-header__menu-icon{position:absolute;top:50%;left:0;display:block;width:38px;height:3px;background:#fff;transform:translateY(-50%)}.p-header__menu-icon::before{top:-11px;width:42px}.p-header__menu-icon::after{top:11px;width:34px}@media(min-width: 768px){.p-header__menu-icon{width:54px}.p-header__menu-icon::before{top:-15px;width:60px}.p-header__menu-icon::after{top:15px;width:48px}}@media(hover: hover){.p-header__logo,.p-header__nav-link,.p-header__menu{transition:opacity .2s ease}.p-header__logo:hover{opacity:.7}.p-header__nav-link:hover{transition:all .5s;color:#009fe8}}.p-kv__info{padding:10px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:#666;color:#fff;font-family:"Zen Kaku Gothic Antique",sans-serif;line-height:1}@media(width >= 1200px){.p-kv__info{flex-direction:row;gap:20px}}.p-kv__info .p-kv__info-date{font-weight:900;font-size:clamp(1.125rem,0.7159090909rem + 2.0454545455vw,2.25rem)}.p-kv__info .p-kv__info-name{font-weight:900;font-size:clamp(1.3125rem,0.9715909091rem + 1.7045454545vw,2.25rem)}.p-kv__info .p-kv__info-venue{font-weight:700;font-size:clamp(0.875rem,0.6022727273rem + 1.3636363636vw,1.625rem)}.p-pnav{padding:0;font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem);background:#000}@media(min-width: 768px){.p-pnav{padding:10px 0}}.p-pnav__list{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;justify-content:center;gap:0}@media(min-width: 768px){.p-pnav__list{display:flex;gap:30px}}.p-pnav__item{border-bottom:1px solid #fff}.p-pnav__item:nth-child(odd){border-right:1px solid #fff}@media(min-width: 768px){.p-pnav__item:nth-child(odd){border:0}}.p-pnav__item:nth-last-child(-n+2){border-bottom:0}@media(min-width: 768px){.p-pnav__item{border:0}}.p-pnav__link{display:flex;flex-direction:column;flex-wrap:wrap;gap:3px;align-items:center;justify-content:center;padding:8px 0;color:#fff;font-family:"Zen Kaku Gothic Antique",sans-serif;font-weight:700}@media(min-width: 768px){.p-pnav__link{min-height:0;padding:0}}.p-pnav__link::after{display:block;width:18px;height:6px;content:"";background:url("../images/icon/down.svg") center/contain no-repeat;transition:transform .2s ease}@media(hover: hover)and (pointer: fine){.p-pnav__link:hover::after{transform:translateY(4px)}}.p-highlight{background-image:url("../images/common/highlight_bg-txt.png"),url("../images/common/highlight_bg.jpg");background-position:center top,center;background-size:100% auto,cover;background-repeat:no-repeat}.p-highlight__firework{margin-top:clamp(20px,-10.95px + 7.937vw,50px);text-align:center;color:#fff}.p-match-card__contents{margin-top:clamp(20px,-10.95px + 7.937vw,50px)}.p-match-card__inner{margin-top:clamp(20px,-10.95px + 7.937vw,50px);padding:20px 10px;background:rgba(0,0,0,.7);display:grid;place-items:start center;place-content:center;grid-template-columns:1fr;gap:30px}@media(min-width: 768px){.p-match-card__inner{padding:30px;grid-template-columns:1fr 1fr;gap:50px}}.p-match-card__group{display:grid;place-items:center}.p-match-card__list{width:100%;margin-top:clamp(20px,9.68px + 2.646vw,30px)}.p-match-card__list:not(:last-child){margin-bottom:30px}.p-match-card__list .p-match-card__item{height:auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff;text-align:center;border-top:1px dashed #fff;border-bottom:1px dashed #fff}.p-match-card__list .p-match-card__item+.p-match-card__item{border-top:0}.p-match-card__list .p-match-card__item .p-match-card__vs{font-family:"Montserrat",sans-serif;font-size:clamp(1.3125rem,0.8579545455rem + 2.2727272727vw,2.5625rem);font-weight:700}.p-pick-up__list{margin-top:50px}.p-pick-up__item{width:100%;position:relative}@media(min-width: 768px){.p-pick-up__item{height:400px}}.p-pick-up__item .p-pick-up__info{width:100%;max-width:500px;margin:0 auto;padding:10px;display:grid;grid-template-columns:1fr 70px 1fr;place-items:center;z-index:1;background:rgba(0,0,0,.7)}@media(min-width: 768px){.p-pick-up__item .p-pick-up__info{padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);grid-template-columns:1fr 150px 1fr;background:none}}.p-pick-up__item .p-pick-up__item-center{font-family:"Montserrat",sans-serif;font-size:clamp(1.3125rem,0.8579545455rem + 2.2727272727vw,2.5625rem);font-weight:700;color:#fff}.p-pick-up__item .p-pick-up__image{width:100%;margin-top:20px;display:flex;border-radius:5px;overflow:hidden;z-index:0}@media(min-width: 768px){.p-pick-up__item .p-pick-up__image{height:400px;margin-top:0;border-radius:10px;position:absolute;top:0}}.p-pick-up__item .p-pick-up__image .p-pick-up__image-item{flex:1;min-width:0;height:100%}.p-pick-up__item .p-pick-up__image .p-pick-up__image-item picture{display:block;width:100%;height:100%}.p-pick-up__item .p-pick-up__image .p-pick-up__image-item img{display:block;width:100%;height:100%;object-fit:cover}@media(min-width: 768px){.p-pick-up__item .p-pick-up__image::after{position:absolute;top:0;left:50%;z-index:1;width:700px;height:100%;pointer-events:none;content:"";background:linear-gradient(90deg, transparent 0%, #000 35%, #000 65%, transparent 100%);transform:translateX(-50%)}}.p-pick-up__txt{margin-top:20px}.p-pick-up__txt .p-pick-up__txt-detail{padding:5px;background:rgba(0,0,0,.7);color:#fff;line-height:1.8}.p-pick-up__txt .p-pick-up__txt-btn{margin-top:20px;width:100%;display:flex;place-content:center}.p-ticket__date{width:fit-content;margin:20px auto 0;display:flex;place-items:center;flex-direction:column;border:solid 5px #009fe8;line-height:1}@media(min-width: 768px){.p-ticket__date{margin:50px auto 0;flex-direction:row}}.p-ticket__date .p-ticket__date-ttl{width:100%;padding:10px 40px;font-size:clamp(1.75rem,1.6590909091rem + 0.4545454545vw,2rem);color:#fff;font-family:"Zen Kaku Gothic Antique",sans-serif;font-weight:900;background:#009fe8;letter-spacing:.1em;text-align:center}@media(min-width: 768px){.p-ticket__date .p-ticket__date-ttl{width:fit-content;padding:20px 40px}}.p-ticket__date .p-ticket__date-info{padding:10px 20px;color:#fff;font-family:"Zen Kaku Gothic Antique",sans-serif;font-weight:900;background:#000;font-size:clamp(1.5rem,1.4090909091rem + 0.4545454545vw,1.75rem)}@media(min-width: 768px){.p-ticket__date .p-ticket__date-info{padding:10px 40px}}.p-ticket__date .p-ticket__date-info .p-ticket__date-info-month,.p-ticket__date .p-ticket__date-info .p-ticket__date-info-day,.p-ticket__date .p-ticket__date-info .p-ticket__date-info-time{font-size:clamp(2.375rem,2.0568181818rem + 1.5909090909vw,3.25rem)}.p-ticket__seat-map{margin-top:clamp(20px,-10.95px + 7.937vw,50px)}.p-ticket__price{margin-top:clamp(20px,-10.95px + 7.937vw,50px)}.p-ticket__price .c-table{margin-top:clamp(20px,9.68px + 2.646vw,30px)}.p-ticket__bnr,.p-ticket__btn{width:100%;max-width:550px;margin:clamp(20px,-10.95px + 7.937vw,50px) auto 0}.p-ticket__info{margin-top:20px;padding:10px;background:#fff}@media(min-width: 768px){.p-ticket__info{margin-top:50px;padding:20px}}.p-ticket__info .p-ticket__info-item{font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem);font-weight:400}.p-ticket__info .p-ticket__info-item+.p-ticket__info-item{margin-top:20px}.p-ticket__info .p-ticket__info-item .p-ticket__info-ttl{margin-bottom:10px;padding:5px 10px;color:#fff;background:#666;font-size:clamp(1rem,0.9545454545rem + 0.2272727273vw,1.125rem);font-weight:700}.p-schedule__contents{max-width:800px;margin:clamp(20px,-10.95px + 7.937vw,50px) auto 0}.p-schedule__list{margin-top:clamp(20px,-10.95px + 7.937vw,50px)}.p-schedule__list .p-schedule__item{padding:5px;background:#fff}.p-schedule__list .p-schedule__item:not(:first-child){margin-top:10px}.p-schedule__list .p-schedule__details{display:flex;align-items:stretch;flex-direction:column}@media(min-width: 768px){.p-schedule__list .p-schedule__details{flex-direction:row}}.p-schedule__list .p-schedule__details .p-schedule__details-time{display:flex;align-self:stretch}.p-schedule__list .p-schedule__details .p-schedule__details-time .p-schedule__time{display:flex;align-items:center;width:100%;height:100%;padding:5px 10px;font-size:clamp(1.5rem,1.3863636364rem + 0.5681818182vw,1.8125rem);font-weight:700;color:#fff;background:#009fe8}@media(min-width: 768px){.p-schedule__list .p-schedule__details .p-schedule__details-time .p-schedule__time{width:5em;padding:10px 20px}}.p-schedule__list .p-schedule__details .p-schedule__details-plan{display:flex;flex-direction:column;justify-content:center;width:100%;padding:10px}@media(min-width: 768px){.p-schedule__list .p-schedule__details .p-schedule__details-plan{padding:10px 20px}}.p-schedule__list .p-schedule__details .p-schedule__details-plan .p-schedule__details-plan-ttl{display:flex;align-items:center;font-size:clamp(1rem,0.8863636364rem + 0.5681818182vw,1.3125rem);font-weight:700}.p-schedule__list .p-schedule__details .p-schedule__details-plan .p-schedule__details-plan-list{margin-top:10px}.p-schedule__list .p-schedule__details .p-schedule__details-plan .p-schedule__details-plan-list .p-schedule__details-plan-item{padding:5px 0;display:flex;align-items:center;justify-content:flex-start;gap:10px;border-top:1px dashed #000;border-bottom:1px dashed #000}@media not (min-width: 768px){.p-schedule__list .p-schedule__details .p-schedule__details-plan .p-schedule__details-plan-list .p-schedule__details-plan-item{flex-direction:column;align-items:flex-start;gap:5px}}.p-schedule__list .p-schedule__details .p-schedule__details-plan .p-schedule__details-plan-list .p-schedule__details-plan-item+.p-schedule__details-plan-item{border-top:0}.p-event{background:url(../images/common/gray_bg.jpg) repeat-y;background-size:cover}.p-event__slider{width:100vw;margin:clamp(20px,-10.95px + 7.937vw,50px) calc(50% - 50vw) 0}.p-event__list .p-event__item-photo{border-radius:5px;overflow:hidden}.p-event__list .p-event__item-info{margin-top:clamp(5px,-0.16px + 1.323vw,10px)}.p-event__list .p-event__item-name{color:#009fe8;font-size:clamp(1.125rem,1.0568181818rem + 0.3409090909vw,1.3125rem);font-weight:700;line-height:1.8}.p-event__list .p-event__item-txt{font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem)}.p-event__list .p-event__item-btn{margin-top:clamp(10px,-0.32px + 2.646vw,20px)}.p-event__modal .p-event__modal-name{margin-top:10px;color:#009fe8;font-size:clamp(1.125rem,1.0568181818rem + 0.3409090909vw,1.3125rem);font-weight:700;line-height:1.8}.p-event__modal .p-event__modal-btn{margin-top:clamp(10px,-0.32px + 2.646vw,20px);text-align:center}.p-access{background:#000}.p-access__map{width:100%;max-width:350px;margin:clamp(20px,-10.95px + 7.937vw,50px) auto 0;padding:0}@media(min-width: 768px){.p-access__map{max-width:1000px}}.p-access__map iframe{display:block;width:100%;height:auto;aspect-ratio:350/400;border:0}@media(min-width: 768px){.p-access__map iframe{aspect-ratio:1000/620}}.p-access__info{max-width:1000px;margin:clamp(20px,9.68px + 2.646vw,30px) auto 0;color:#fff}.p-access__info .p-access__name{padding:5px;background:#009fe8;color:#fff}.p-access__info .p-access__address{margin-top:clamp(10px,-0.32px + 2.646vw,20px)}.p-access__info .p-access__trans{margin-top:clamp(10px,-0.32px + 2.646vw,20px);display:grid;grid-template-columns:6em 1fr;align-items:stretch;border-top:1px dashed #fff;border-bottom:1px dashed #fff}.p-access__info .p-access__trans .p-access__trans-type,.p-access__info .p-access__trans .p-access__trans-info{display:flex;align-items:center;padding:10px}.p-access__info .p-access__trans .p-access__trans-type:not(:last-of-type),.p-access__info .p-access__trans .p-access__trans-info:not(:last-of-type){border-bottom:1px dashed #fff}.p-guide{background:url(../images/common/gray_bg.jpg) repeat-y;background-size:cover}.p-guide__slider{width:100vw;margin:clamp(20px,-10.95px + 7.937vw,50px) calc(50% - 50vw) 0}.p-guide__list .p-guide__item-photo{border-radius:5px;overflow:hidden}.p-guide__list .p-guide__item-info{margin-top:10px}.p-guide__list .p-guide__item-info .p-guide__item-ttl{color:#009fe8;font-size:clamp(1.125rem,1.0568181818rem + 0.3409090909vw,1.3125rem);font-weight:700}.p-guide__list .p-guide__item-info .p-guide__item-txt{font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem);font-weight:400}.p-guide__list .p-guide__item-link{margin-top:10px}.p-guide__list .p-guide__item-address{padding:5px;margin-top:10px;background:#fff}.p-info{background:#000}.p-info__list{margin-top:clamp(20px,-10.95px + 7.937vw,50px)}.p-info__list .p-info__item{color:#fff}.p-info__list .p-info__item+.p-info__item{margin-top:clamp(20px,-10.95px + 7.937vw,50px)}.p-info__list .p-info__item .p-info__lead{margin-top:clamp(10px,-0.32px + 2.646vw,20px)}.p-info__list .p-info__item .p-info__sub-ttl{margin-top:clamp(20px,9.68px + 2.646vw,30px)}.p-info__list .p-info__item .p-info__list{margin-top:10px}.p-info__list .p-info__item .p-info__bnr{width:100%;max-width:500px;margin:clamp(20px,9.68px + 2.646vw,30px) auto 0}.p-info__list .p-info__item .p-info__contact{margin-top:clamp(10px,-0.32px + 2.646vw,20px);padding:10px;border:solid 1px #fff}.p-partner{width:90%;max-width:1200px;margin-inline:auto;padding:50px}@media(min-width: 768px){.p-partner{padding:80px}}.p-partner__list{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}@media(min-width: 768px){.p-partner__list{gap:30px 40px}}.p-partner__list .p-partner__item{max-width:250px}.p-footer{width:100%;padding:50px 0 0 0;background:#009fe8;color:#fff}.p-footer__contents{display:flex;justify-content:center;flex-direction:column;gap:30px}@media(min-width: 768px){.p-footer__contents{flex-direction:row;gap:50px}}.p-footer__contents .p-footer__logo{width:60%;margin:0 auto}.p-footer__contents .p-footer__logo img{filter:brightness(0) invert(1)}@media(min-width: 768px){.p-footer__contents .p-footer__logo{width:fit-content;margin:0}}.p-footer__contents .p-footer__nav-area,.p-footer__contents .p-footer__nav-area-top4{width:80%;margin:0 auto;padding-top:20px;border-top:solid 2px #fff}@media(min-width: 768px){.p-footer__contents .p-footer__nav-area,.p-footer__contents .p-footer__nav-area-top4{width:fit-content;margin:0;padding:0 0 0 50px;border-top:none;border-left:solid 2px #fff}}.p-footer__contents .p-footer__nav-area-top4{padding-top:0;border-top:none;border-left:none;text-align:center}@media(min-width: 768px){.p-footer__contents .p-footer__nav-area-top4{text-align:left}}.p-footer__contents .p-footer__ttl{font-size:clamp(1rem,0.9545454545rem + 0.2272727273vw,1.125rem);font-weight:700;text-align:center}@media(min-width: 768px){.p-footer__contents .p-footer__ttl{text-align:left}}.p-footer__contents .p-footer__nav{font-size:clamp(1rem,1rem + 0vw,1rem)}.p-footer__contents .p-footer__nav .p-footer__nav-list{margin-top:10px;display:grid;grid-auto-flow:column;grid-template-rows:repeat(7, auto);grid-auto-columns:1fr;gap:5px 40px}@media(min-width: 768px){.p-footer__contents .p-footer__nav .p-footer__nav-list{margin-top:20px;grid-template-rows:repeat(5, auto)}}.p-footer__contents .p-footer__nav .p-footer__nav-list .p-footer__nav-link{position:relative;color:#fff}.p-footer__contents .p-footer__nav .p-footer__nav-list .p-footer__nav-link::after{position:absolute;right:0;bottom:-4px;left:0;height:1px;content:"";background:#fff;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease}@media(hover: hover)and (pointer: fine){.p-footer__contents .p-footer__nav .p-footer__nav-list .p-footer__nav-link:hover::after{transform:scaleX(1)}}.p-footer__baj{margin-top:clamp(20px,-10.95px + 7.937vw,50px)}.p-footer__link{margin:30px auto 20px}.p-footer__link .p-footer__link-list{display:flex;justify-content:center}.p-footer__link .p-footer__link-list .p-footer__link-item{padding:0 10px}.p-footer__link .p-footer__link-list .p-footer__link-item:not(:last-child){border-right:solid 1px #fff}.p-footer__link .p-footer__link-list .p-footer__link-item .p-footer__link-link{position:relative;line-height:1;color:#fff;font-size:clamp(0.75rem,0.6590909091rem + 0.4545454545vw,1rem)}.p-footer__link .p-footer__link-list .p-footer__link-item .p-footer__link-link::after{position:absolute;right:0;bottom:-4px;left:0;height:1px;content:"";background:#fff;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease}@media(hover: hover)and (pointer: fine){.p-footer__link .p-footer__link-list .p-footer__link-item .p-footer__link-link:hover::after{transform:scaleX(1)}}.p-footer__copyright{padding:10px;background:#000;color:#fff;font-size:clamp(0.625rem,0.5568181818rem + 0.3409090909vw,0.8125rem);text-align:center}body.is-hamburger-open{overflow:hidden}.p-hamburger{position:fixed;inset:0;z-index:1000;visibility:hidden;pointer-events:none;transition:visibility 0s linear .35s}.p-hamburger[aria-hidden=false]{visibility:visible;pointer-events:auto;transition-delay:0s}.p-hamburger__bg{position:absolute;inset:0;width:100%;height:100%;padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;opacity:0;transition:opacity .35s ease}.p-hamburger[aria-hidden=false]:not(.is-closing) .p-hamburger__bg{opacity:1}.p-hamburger__drawer{position:absolute;top:0;right:0;width:100%;height:100dvh;padding:100px 30px 50px;overflow-y:auto;background:rgba(0,0,0,.8);transform:translateX(100%);transition:transform .35s ease}@media(min-width: 768px){.p-hamburger__drawer{width:420px;padding-inline:50px}}.p-hamburger[aria-hidden=false]:not(.is-closing) .p-hamburger__drawer{transform:translateX(0)}.p-hamburger__logo{display:flex;justify-content:center}.p-hamburger__ttl{margin-top:20px;font-size:clamp(1rem,0.9545454545rem + 0.2272727273vw,1.125rem);font-weight:700;color:#fff;border-top:dashed 1px #fff;border-bottom:dashed 1px #fff}.p-hamburger__item{margin-top:5px}.p-hamburger__item .p-hamburger__link{position:relative;display:block;padding:0 0 0 20px;color:#fff;font-size:clamp(0.875rem,0.8295454545rem + 0.2272727273vw,1rem);text-decoration:none}.p-hamburger__item .p-hamburger__link::before{position:absolute;left:0;top:50%;transform:translateY(-50%);flex-shrink:0;width:10px;height:15px;content:"";background:url("../images/icon/right-blue.svg") center/contain no-repeat;transition:transform .2s ease}@media(hover: hover)and (pointer: fine){.p-hamburger__item .p-hamburger__link:hover::before{transform:translate(4px, -50%)}}@media(hover: hover){.p-hamburger__link:hover::after{right:0}}.p-hamburger__baj{margin-top:20px}.p-header__menu[aria-expanded=true]{position:fixed;top:20px;right:20px;z-index:1001}body.is-hamburger-open .p-header__actions{z-index:auto}body.is-hamburger-open .p-header__actions::after{display:block;flex:0 0 42px;width:42px;height:35px;content:""}@media(min-width: 768px){body.is-hamburger-open .p-header__actions::after{flex-basis:60px;width:60px;height:50px}}.p-header__menu-icon,.p-header__menu-icon::before,.p-header__menu-icon::after{transition:top .25s ease,width .25s ease,transform .25s ease,opacity .25s ease}.p-header__menu[aria-expanded=true] .p-header__menu-icon{width:42px;background:rgba(0,0,0,0)}.p-header__menu[aria-expanded=true] .p-header__menu-icon::before,.p-header__menu[aria-expanded=true] .p-header__menu-icon::after{top:0;width:42px}.p-header__menu[aria-expanded=true] .p-header__menu-icon::before{transform:rotate(45deg)}.p-header__menu[aria-expanded=true] .p-header__menu-icon::after{transform:rotate(-45deg)}@media(prefers-reduced-motion: reduce){.p-hamburger__bg,.p-hamburger__drawer,.p-header__menu-icon,.p-header__menu-icon::before,.p-header__menu-icon::after{transition-duration:.01ms}}.v-yokote__kv-info{background:#e94709}.v-yokote__ticket-table-1st{background:#f6bdce}.v-yokote__ticket-table-2nd{background:#71d0fe}.v-tokyo__kv-info{background:#734e95}.v-fukui__kv-info{background:#00639c}.v-fukui__ticket-table-special,.v-fukui__ticket-table-1st,.v-fukui__ticket-table-2nd{color:#fff}.v-fukui__ticket-table-special{background:#fe0166}.v-fukui__ticket-table-1st{background:#4473c5}.v-fukui__ticket-table-2nd{background:#71ac46}.v-saitama__kv-info{background:#e6002d}.v-saitama__ticket-table{background:#538dd5}.v-sendai__kv-info{background:#0068b1}.v-sendai__ticket-table-1st{background:#f6bdce}.v-sendai__ticket-table-2nd{background:#71d0fe}.v-kumamoto__kv-info{background:#c70076}.v-kumamoto__ticket-table-1st{background:#000;color:#fff}.v-kumamoto__ticket-table-1st-ss{background:#f6b;color:#fff}.v-kumamoto__ticket-table-1st-s{background:#009fe8;color:#fff}.v-kumamoto__ticket-table-1st-a{background:#dade03}.v-kumamoto__ticket-table-2nd{background:#c8bb9e}.v-kumamoto__ticket-table-2nd-wc{background:#c9cbca}.v-kumamoto__table .v-kumamoto__table-floor{width:15%}.v-kumamoto__table .v-kumamoto__table-seat{width:50%}.v-kumamoto__table .v-kumamoto__table-price{width:35%}@media(min-width: 768px){.v-kumamoto__table .v-kumamoto__table-floor{width:20%}.v-kumamoto__table .v-kumamoto__table-seat{width:60%}.v-kumamoto__table .v-kumamoto__table-price{width:20%}}.v-takaoka__kv-info{background:#f5cd00}.v-takaoka__ticket-table{background:#000}.v-yokohama__kv-info{background:#e6002d}.v-yokohama__ticket-table{background:#000}.v-gifu__kv-info{background:#036eb8}.v-gifu__ticket-table{background:#000}.u-display-block{display:block !important}.u-display-inline-block{display:inline-block !important}.u-display-inline{display:inline !important}.u-display-flex{display:flex !important}.u-display-table{display:table !important}.u-display-table-row{display:table-row !important}.u-display-table-cell{display:table-cell !important}.u-display-flow-root{display:flow-root !important}.u-display-none{display:none !important}.u-display-grid{display:grid !important}@media not (min-width: 768px){.u-display-none--sm{display:none !important}}@media(min-width: 768px){.u-display-none--md{display:none !important}}@media not (min-width: 768px){.u-display-block--sm{display:block !important}}@media(min-width: 768px){.u-display-block--md{display:block !important}}.u-float-right{float:right !important}.u-float-left{float:left !important}.u-float-none{float:none !important}.u-clear-right{clear:right !important}.u-clear-left{clear:left !important}.u-clear-both{clear:both !important}.u-clear-none{clear:none !important}.u-w-5p{width:5% !important}.u-w-10p{width:10% !important}.u-w-15p{width:15% !important}.u-w-20p{width:20% !important}.u-w-25p{width:25% !important}.u-w-30p{width:30% !important}.u-w-35p{width:35% !important}.u-w-40p{width:40% !important}.u-w-45p{width:45% !important}.u-w-50p{width:50% !important}.u-w-55p{width:55% !important}.u-w-60p{width:60% !important}.u-w-65p{width:65% !important}.u-w-70p{width:70% !important}.u-w-75p{width:75% !important}.u-w-80p{width:80% !important}.u-w-85p{width:85% !important}.u-w-90p{width:90% !important}.u-w-95p{width:95% !important}.u-w-100p{width:100% !important}.u-w-0{width:0px !important}.u-w-50{width:50px !important}.u-w-100{width:100px !important}.u-w-150{width:150px !important}.u-w-200{width:200px !important}.u-w-250{width:250px !important}.u-w-300{width:300px !important}.u-w-350{width:350px !important}.u-w-400{width:400px !important}.u-w-450{width:450px !important}.u-w-500{width:500px !important}.u-w-550{width:550px !important}.u-w-600{width:600px !important}.u-w-650{width:650px !important}.u-w-700{width:700px !important}.u-w-750{width:750px !important}.u-w-800{width:800px !important}.u-w-850{width:850px !important}.u-w-900{width:900px !important}.u-w-950{width:950px !important}.u-w-1000{width:1000px !important}.u-w-1050{width:1050px !important}.u-w-1100{width:1100px !important}.u-w-1150{width:1150px !important}.u-w-1200{width:1200px !important}.u-w-auto{width:auto !important}.u-mw-100p{max-width:100% !important}.u-h-5p{height:5% !important}.u-h-10p{height:10% !important}.u-h-15p{height:15% !important}.u-h-20p{height:20% !important}.u-h-25p{height:25% !important}.u-h-30p{height:30% !important}.u-h-35p{height:35% !important}.u-h-40p{height:40% !important}.u-h-45p{height:45% !important}.u-h-50p{height:50% !important}.u-h-55p{height:55% !important}.u-h-60p{height:60% !important}.u-h-65p{height:65% !important}.u-h-70p{height:70% !important}.u-h-75p{height:75% !important}.u-h-80p{height:80% !important}.u-h-85p{height:85% !important}.u-h-90p{height:90% !important}.u-h-95p{height:95% !important}.u-h-100p{height:100% !important}.u-h-0{height:0px !important}.u-h-50{height:50px !important}.u-h-100{height:100px !important}.u-h-150{height:150px !important}.u-h-200{height:200px !important}.u-h-250{height:250px !important}.u-h-300{height:300px !important}.u-h-350{height:350px !important}.u-h-400{height:400px !important}.u-h-450{height:450px !important}.u-h-500{height:500px !important}.u-h-550{height:550px !important}.u-h-600{height:600px !important}.u-h-650{height:650px !important}.u-h-700{height:700px !important}.u-h-750{height:750px !important}.u-h-800{height:800px !important}.u-h-850{height:850px !important}.u-h-900{height:900px !important}.u-h-950{height:950px !important}.u-h-1000{height:1000px !important}.u-h-1050{height:1050px !important}.u-h-1100{height:1100px !important}.u-h-1150{height:1150px !important}.u-h-1200{height:1200px !important}.u-h-auto{height:auto !important}.u-mh-100p{max-height:100% !important}.u-pt-0{padding-top:0px !important}.u-pt-5{padding-top:5px !important}.u-pt-10{padding-top:10px !important}.u-pt-15{padding-top:15px !important}.u-pt-20{padding-top:20px !important}.u-pt-25{padding-top:25px !important}.u-pt-30{padding-top:30px !important}.u-pt-35{padding-top:35px !important}.u-pt-40{padding-top:40px !important}.u-pt-45{padding-top:45px !important}.u-pt-50{padding-top:50px !important}.u-pt-55{padding-top:55px !important}.u-pt-60{padding-top:60px !important}.u-pt-65{padding-top:65px !important}.u-pt-70{padding-top:70px !important}.u-pt-75{padding-top:75px !important}.u-pt-80{padding-top:80px !important}.u-pt-85{padding-top:85px !important}.u-pt-90{padding-top:90px !important}.u-pt-95{padding-top:95px !important}.u-pt-100{padding-top:100px !important}.u-pr-0{padding-right:0px !important}.u-pr-5{padding-right:5px !important}.u-pr-10{padding-right:10px !important}.u-pr-15{padding-right:15px !important}.u-pr-20{padding-right:20px !important}.u-pr-25{padding-right:25px !important}.u-pr-30{padding-right:30px !important}.u-pr-35{padding-right:35px !important}.u-pr-40{padding-right:40px !important}.u-pr-45{padding-right:45px !important}.u-pr-50{padding-right:50px !important}.u-pr-55{padding-right:55px !important}.u-pr-60{padding-right:60px !important}.u-pr-65{padding-right:65px !important}.u-pr-70{padding-right:70px !important}.u-pr-75{padding-right:75px !important}.u-pr-80{padding-right:80px !important}.u-pr-85{padding-right:85px !important}.u-pr-90{padding-right:90px !important}.u-pr-95{padding-right:95px !important}.u-pr-100{padding-right:100px !important}.u-pb-0{padding-bottom:0px !important}.u-pb-5{padding-bottom:5px !important}.u-pb-10{padding-bottom:10px !important}.u-pb-15{padding-bottom:15px !important}.u-pb-20{padding-bottom:20px !important}.u-pb-25{padding-bottom:25px !important}.u-pb-30{padding-bottom:30px !important}.u-pb-35{padding-bottom:35px !important}.u-pb-40{padding-bottom:40px !important}.u-pb-45{padding-bottom:45px !important}.u-pb-50{padding-bottom:50px !important}.u-pb-55{padding-bottom:55px !important}.u-pb-60{padding-bottom:60px !important}.u-pb-65{padding-bottom:65px !important}.u-pb-70{padding-bottom:70px !important}.u-pb-75{padding-bottom:75px !important}.u-pb-80{padding-bottom:80px !important}.u-pb-85{padding-bottom:85px !important}.u-pb-90{padding-bottom:90px !important}.u-pb-95{padding-bottom:95px !important}.u-pb-100{padding-bottom:100px !important}.u-pl-0{padding-left:0px !important}.u-pl-5{padding-left:5px !important}.u-pl-10{padding-left:10px !important}.u-pl-15{padding-left:15px !important}.u-pl-20{padding-left:20px !important}.u-pl-25{padding-left:25px !important}.u-pl-30{padding-left:30px !important}.u-pl-35{padding-left:35px !important}.u-pl-40{padding-left:40px !important}.u-pl-45{padding-left:45px !important}.u-pl-50{padding-left:50px !important}.u-pl-55{padding-left:55px !important}.u-pl-60{padding-left:60px !important}.u-pl-65{padding-left:65px !important}.u-pl-70{padding-left:70px !important}.u-pl-75{padding-left:75px !important}.u-pl-80{padding-left:80px !important}.u-pl-85{padding-left:85px !important}.u-pl-90{padding-left:90px !important}.u-pl-95{padding-left:95px !important}.u-pl-100{padding-left:100px !important}.u-py-0{padding-block:0px !important}.u-py-5{padding-block:5px !important}.u-py-10{padding-block:10px !important}.u-py-15{padding-block:15px !important}.u-py-20{padding-block:20px !important}.u-py-25{padding-block:25px !important}.u-py-30{padding-block:30px !important}.u-py-35{padding-block:35px !important}.u-py-40{padding-block:40px !important}.u-py-45{padding-block:45px !important}.u-py-50{padding-block:50px !important}.u-py-55{padding-block:55px !important}.u-py-60{padding-block:60px !important}.u-py-65{padding-block:65px !important}.u-py-70{padding-block:70px !important}.u-py-75{padding-block:75px !important}.u-py-80{padding-block:80px !important}.u-py-85{padding-block:85px !important}.u-py-90{padding-block:90px !important}.u-py-95{padding-block:95px !important}.u-py-100{padding-block:100px !important}.u-px-0{padding-inline:0px !important}.u-px-5{padding-inline:5px !important}.u-px-10{padding-inline:10px !important}.u-px-15{padding-inline:15px !important}.u-px-20{padding-inline:20px !important}.u-px-25{padding-inline:25px !important}.u-px-30{padding-inline:30px !important}.u-px-35{padding-inline:35px !important}.u-px-40{padding-inline:40px !important}.u-px-45{padding-inline:45px !important}.u-px-50{padding-inline:50px !important}.u-px-55{padding-inline:55px !important}.u-px-60{padding-inline:60px !important}.u-px-65{padding-inline:65px !important}.u-px-70{padding-inline:70px !important}.u-px-75{padding-inline:75px !important}.u-px-80{padding-inline:80px !important}.u-px-85{padding-inline:85px !important}.u-px-90{padding-inline:90px !important}.u-px-95{padding-inline:95px !important}.u-px-100{padding-inline:100px !important}.u-mt-0{margin-top:0px !important}.u-mt-5{margin-top:5px !important}.u-mt-10{margin-top:10px !important}.u-mt-15{margin-top:15px !important}.u-mt-20{margin-top:20px !important}.u-mt-25{margin-top:25px !important}.u-mt-30{margin-top:30px !important}.u-mt-35{margin-top:35px !important}.u-mt-40{margin-top:40px !important}.u-mt-45{margin-top:45px !important}.u-mt-50{margin-top:50px !important}.u-mt-55{margin-top:55px !important}.u-mt-60{margin-top:60px !important}.u-mt-65{margin-top:65px !important}.u-mt-70{margin-top:70px !important}.u-mt-75{margin-top:75px !important}.u-mt-80{margin-top:80px !important}.u-mt-85{margin-top:85px !important}.u-mt-90{margin-top:90px !important}.u-mt-95{margin-top:95px !important}.u-mt-100{margin-top:100px !important}.u-mr-0{margin-right:0px !important}.u-mr-5{margin-right:5px !important}.u-mr-10{margin-right:10px !important}.u-mr-15{margin-right:15px !important}.u-mr-20{margin-right:20px !important}.u-mr-25{margin-right:25px !important}.u-mr-30{margin-right:30px !important}.u-mr-35{margin-right:35px !important}.u-mr-40{margin-right:40px !important}.u-mr-45{margin-right:45px !important}.u-mr-50{margin-right:50px !important}.u-mr-55{margin-right:55px !important}.u-mr-60{margin-right:60px !important}.u-mr-65{margin-right:65px !important}.u-mr-70{margin-right:70px !important}.u-mr-75{margin-right:75px !important}.u-mr-80{margin-right:80px !important}.u-mr-85{margin-right:85px !important}.u-mr-90{margin-right:90px !important}.u-mr-95{margin-right:95px !important}.u-mr-100{margin-right:100px !important}.u-mb-0{margin-bottom:0px !important}.u-mb-5{margin-bottom:5px !important}.u-mb-10{margin-bottom:10px !important}.u-mb-15{margin-bottom:15px !important}.u-mb-20{margin-bottom:20px !important}.u-mb-25{margin-bottom:25px !important}.u-mb-30{margin-bottom:30px !important}.u-mb-35{margin-bottom:35px !important}.u-mb-40{margin-bottom:40px !important}.u-mb-45{margin-bottom:45px !important}.u-mb-50{margin-bottom:50px !important}.u-mb-55{margin-bottom:55px !important}.u-mb-60{margin-bottom:60px !important}.u-mb-65{margin-bottom:65px !important}.u-mb-70{margin-bottom:70px !important}.u-mb-75{margin-bottom:75px !important}.u-mb-80{margin-bottom:80px !important}.u-mb-85{margin-bottom:85px !important}.u-mb-90{margin-bottom:90px !important}.u-mb-95{margin-bottom:95px !important}.u-mb-100{margin-bottom:100px !important}.u-ml-0{margin-left:0px !important}.u-ml-5{margin-left:5px !important}.u-ml-10{margin-left:10px !important}.u-ml-15{margin-left:15px !important}.u-ml-20{margin-left:20px !important}.u-ml-25{margin-left:25px !important}.u-ml-30{margin-left:30px !important}.u-ml-35{margin-left:35px !important}.u-ml-40{margin-left:40px !important}.u-ml-45{margin-left:45px !important}.u-ml-50{margin-left:50px !important}.u-ml-55{margin-left:55px !important}.u-ml-60{margin-left:60px !important}.u-ml-65{margin-left:65px !important}.u-ml-70{margin-left:70px !important}.u-ml-75{margin-left:75px !important}.u-ml-80{margin-left:80px !important}.u-ml-85{margin-left:85px !important}.u-ml-90{margin-left:90px !important}.u-ml-95{margin-left:95px !important}.u-ml-100{margin-left:100px !important}.u-my-0{margin-block:0px !important}.u-my-5{margin-block:5px !important}.u-my-10{margin-block:10px !important}.u-my-15{margin-block:15px !important}.u-my-20{margin-block:20px !important}.u-my-25{margin-block:25px !important}.u-my-30{margin-block:30px !important}.u-my-35{margin-block:35px !important}.u-my-40{margin-block:40px !important}.u-my-45{margin-block:45px !important}.u-my-50{margin-block:50px !important}.u-my-55{margin-block:55px !important}.u-my-60{margin-block:60px !important}.u-my-65{margin-block:65px !important}.u-my-70{margin-block:70px !important}.u-my-75{margin-block:75px !important}.u-my-80{margin-block:80px !important}.u-my-85{margin-block:85px !important}.u-my-90{margin-block:90px !important}.u-my-95{margin-block:95px !important}.u-my-100{margin-block:100px !important}.u-mx-0{margin-inline:0px !important}.u-mx-5{margin-inline:5px !important}.u-mx-10{margin-inline:10px !important}.u-mx-15{margin-inline:15px !important}.u-mx-20{margin-inline:20px !important}.u-mx-25{margin-inline:25px !important}.u-mx-30{margin-inline:30px !important}.u-mx-35{margin-inline:35px !important}.u-mx-40{margin-inline:40px !important}.u-mx-45{margin-inline:45px !important}.u-mx-50{margin-inline:50px !important}.u-mx-55{margin-inline:55px !important}.u-mx-60{margin-inline:60px !important}.u-mx-65{margin-inline:65px !important}.u-mx-70{margin-inline:70px !important}.u-mx-75{margin-inline:75px !important}.u-mx-80{margin-inline:80px !important}.u-mx-85{margin-inline:85px !important}.u-mx-90{margin-inline:90px !important}.u-mx-95{margin-inline:95px !important}.u-mx-100{margin-inline:100px !important}.u-m-auto{margin:auto}.u-mt-auto{margin-top:auto !important}.u-mr-auto{margin-right:auto !important}.u-mb-auto{margin-bottom:auto !important}.u-ml-auto{margin-left:auto !important}.u-my-auto{margin-block:auto !important}.u-mx-auto{margin-inline:auto !important}.u-fs-xs{font-size:12px !important;line-height:1.5 !important}.u-fs-sm{font-size:14px !important;line-height:1.5 !important}.u-fs-base{font-size:16px !important;line-height:1.5 !important}.u-fs-lg{font-size:18px !important;line-height:1.5 !important}.u-fs-xl{font-size:20px !important;line-height:1.5 !important}.u-fs-2xl{font-size:24px !important;line-height:1.5 !important}.u-fs-3xl{font-size:30px !important;line-height:1.5 !important}.u-fs-4xl{font-size:36px !important;line-height:1.5 !important}.u-fs-5xl{font-size:48px !important;line-height:1.5 !important}.u-fs-6xl{font-size:64px !important;line-height:1.5 !important}.u-fs-7xl{font-size:72px !important;line-height:1.5 !important}.u-fs-8xl{font-size:80px !important;line-height:1.5 !important}.u-fs-9xl{font-size:96px !important;line-height:1.5 !important}.u-lh-xs{line-height:1 !important}.u-lh-sm{line-height:1.25 !important}.u-lh-base{line-height:1.5 !important}.u-lh-lg{line-height:2 !important}.u-fw-normal{font-weight:normal !important}.u-fw-bold{font-weight:bold !important}.u-text-left{text-align:left !important}.u-text-center{text-align:center !important}.u-text-right{text-align:right !important}.u-text-decoration-underline{text-decoration:underline !important}.u-text-decoration-none{text-decoration:none !important}.u-text-truncate{white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.u-text-truncate-2{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;overflow:hidden !important}.u-text-truncate-3{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;overflow:hidden !important}.u-flex-row{flex-direction:row !important}.u-flex-row-reverse{flex-direction:row-reverse !important}.u-flex-col{flex-direction:column !important}.u-flex-col-reverse{flex-direction:column-reverse !important}.u-flex-nowrap{flex-wrap:nowrap !important}.u-flex-wrap{flex-wrap:wrap !important}.u-flex-grow{flex-grow:1 !important}.u-flex-grow-0{flex-grow:0 !important}.u-flex-shrink{flex-shrink:1 !important}.u-flex-shrink-0{flex-shrink:0 !important}.u-gap-0{gap:0px !important}.u-gap-5{gap:5px !important}.u-gap-10{gap:10px !important}.u-gap-15{gap:15px !important}.u-gap-20{gap:20px !important}.u-gap-25{gap:25px !important}.u-gap-30{gap:30px !important}.u-gap-35{gap:35px !important}.u-gap-40{gap:40px !important}.u-gap-45{gap:45px !important}.u-gap-50{gap:50px !important}.u-gap-55{gap:55px !important}.u-gap-60{gap:60px !important}.u-gap-65{gap:65px !important}.u-gap-70{gap:70px !important}.u-gap-75{gap:75px !important}.u-gap-80{gap:80px !important}.u-gap-85{gap:85px !important}.u-gap-90{gap:90px !important}.u-gap-95{gap:95px !important}.u-gap-100{gap:100px !important}.u-justify-start{justify-content:flex-start !important}.u-justify-center{justify-content:center !important}.u-justify-end{justify-content:flex-end !important}.u-justify-between{justify-content:space-between !important}.u-justify-around{justify-content:space-around !important}.u-items-stretch{align-items:stretch !important}.u-items-start{align-items:flex-start !important}.u-items-center{align-items:center !important}.u-items-end{align-items:flex-end !important}.u-items-baseline{align-items:baseline !important}.u-bg-transparent{background-color:transparent !important}.u-bg-primary{background-color:#0d6efd !important}.u-bg-secondary{background-color:#6c757d !important}.u-bg-success{background-color:#198754 !important}.u-bg-danger{background-color:#dc3545 !important}.u-bg-warning{background-color:#ffc107 !important}.u-bg-info{background-color:#0dcaf0 !important}.u-bg-light{background-color:#f8f9fa !important}.u-bg-dark{background-color:#212529 !important}.u-bg-black{background-color:#000 !important}.u-bg-white{background-color:#fff !important}.u-text-transparent{color:transparent !important}.u-text-primary{color:#0d6efd !important}.u-text-secondary{color:#6c757d !important}.u-text-success{color:#198754 !important}.u-text-danger{color:#dc3545 !important}.u-text-warning{color:#ffc107 !important}.u-text-info{color:#0dcaf0 !important}.u-text-light{color:#f8f9fa !important}.u-text-dark{color:#212529 !important}.u-text-black{color:#000 !important}.u-text-white{color:#fff !important}.u-visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border-width:0 !important}