@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20,300,0,-25&display=swap";*{box-sizing:border-box;margin:0;padding:0;font:inherit}html{font-size:62.5%}body{display:flex;flex-direction:column;min-height:100vh;line-height:1.25;font-family:Source Code Pro,Noto Sans JP,sans-serif;font-style:normal;font-weight:400;font-size:1.6rem;color:#333}@media screen and (min-width: 769px){body{font-size:1.4rem}}a{text-decoration:none;color:inherit}ul,ol{list-style:none}hr{border:none}input,select,textarea,button{appearance:none;outline:none;border:none;border-radius:0;background-color:transparent}input[type=text],input[type=number],input[type=password],input[type=date],input[type=datetime-local],input[type=file],select,textarea{flex:1;width:100%;padding:8px;border:1px solid #aaa;border-radius:4px;background-color:#f8f8f8;font-size:1.6rem}@media screen and (min-width: 769px){input[type=text],input[type=number],input[type=password],input[type=date],input[type=datetime-local],input[type=file],select,textarea{font-size:unset}}input[type=text]:focus,input[type=number]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=file]:focus,select:focus,textarea:focus{border-color:#666;box-shadow:4px 4px 4px #ddd}input[type=text]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=file]:disabled,select:disabled,textarea:disabled{cursor:not-allowed;border:1px solid #ccc;background-color:#f0f0f0;color:#666}input[type=number]{text-align:right}input[type=file]{padding:4px 8px}input[type=checkbox],input[type=radio]{appearance:auto}textarea{resize:vertical}button,.button{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;padding:8px 16px;border:1px solid #ccc;border-radius:8px;background-color:#eee}button:active,.button:active{position:relative;top:1px}button:disabled,button.disabled,.button:disabled,.button.disabled{pointer-events:none;opacity:.5}button.success,.button.success{border-color:#148;background-color:#148;color:#fff}button.warning,.button.warning{border-color:#922;background-color:#922;color:#fff}.text{display:flex;align-items:center;gap:4px;word-break:break-word}.text input{appearance:auto}.text.gap0{gap:0}.text.vertical{flex-direction:column;align-items:unset}.text.small{font-size:1.2rem}.text.bold{font-weight:700}.text.light{color:#aaa}.text.error{color:#922}.text.notice{color:#064}.text.required:after{content:"*";font-weight:700;color:#922}@media screen and (min-width: 769px){.text.excepted-769{display:none}}.layout{display:grid}.layout>.head{grid-area:head;padding:16px}.layout>.head .title{display:flex}.layout>.head .title .link{display:flex;align-items:center;gap:8px;letter-spacing:2px;font-weight:700;font-size:2.2rem}.layout>.head .title .link:before{content:"";flex:1 0 48px;width:48px;height:48px;background:url(/build/assets/logo-HErAFJEy.png) no-repeat center/contain}.layout>.body{grid-area:body}.layout>.menu{grid-area:menu;padding:0 16px 0 0}@media screen and (min-width: 426px){.layout>.menu{padding:0 32px 0 0}}.layout>.menu .list{display:flex;flex-direction:column;padding:8px 0;border-top-right-radius:8px;border-bottom-right-radius:8px;background-color:#333;color:#fff}.layout>.menu .list .sub{background-color:#444}@media screen and (min-width: 426px){.layout>.menu .list .sub .item a{padding:8px 8px 8px 16px}}.layout>.menu .list .item{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 426px){.layout>.menu .list .item{align-items:stretch}}.layout>.menu .list .item .feature{display:flex;align-items:center;gap:8px;padding:8px;transition:all ease-in-out .25s}.layout>.menu .list .item .feature .text{overflow:hidden;display:none;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width: 426px){.layout>.menu .list .item .feature .text{display:block}}.layout>.menu .list .item a.feature:hover{opacity:.5}.layout>.menu .list .item a.feature:active{position:relative;top:1px}.layout>.menu .list .item.current a.feature{background-color:#fff;color:#333}.layout.base{grid-template:"head" min-content "body" 1fr/1fr}.layout.admin{grid-template:"head head" min-content "menu body" 1fr/min-content 1fr}@media screen and (min-width: 426px){.layout.admin{grid-template:"head head" min-content "menu body" 1fr/200px 1fr}}@media screen and (min-width: 769px){.layout.admin{grid-template:"head head" min-content "menu body" 1fr/240px 1fr}}.layout.partner{grid-template:"head head" min-content "menu body" 1fr/min-content 1fr}@media screen and (min-width: 426px){.layout.partner{grid-template:"head head" min-content "menu body" 1fr/200px 1fr}}@media screen and (min-width: 769px){.layout.partner{grid-template:"head head" min-content "menu body" 1fr/240px 1fr}}.content{display:flex;flex-direction:column;gap:16px;min-height:100%;margin:auto}.content>.inner{flex:1;display:flex;flex-direction:column;gap:32px;width:100%;padding:0 16px 180px 0}.content.compact{justify-content:center;gap:32px;max-width:420px;padding:0 16px 15%}.block.action{display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 426px){.block.action{flex-direction:row-reverse;justify-content:flex-end}}@media screen and (min-width: 426px){.block.action .last{margin-left:auto}}.block.action .link{text-decoration:underline}.block.data{display:flex;flex-direction:column;gap:16px;width:100%;max-width:720px}.block.data .row{display:flex;flex-direction:column;gap:4px}.block.data .row .readonly{padding:8px;border:1px solid #ccc;border-radius:4px;background-color:#f0f0f0}.block.list>.body>.item,.block.list>.head>.item{display:flex;flex-direction:column;gap:4px;padding:16px;border:1px solid #ddd;border-radius:4px;background-color:#f8f8f8}@media screen and (min-width: 769px){.block.list>.body>.item,.block.list>.head>.item{flex-direction:unset;align-items:center;gap:8px;border:unset;border-radius:unset}}@media screen and (min-width: 769px){.block.list>.body>.item>.liquid,.block.list>.head>.item>.liquid{flex:1}}@media screen and (min-width: 769px){.block.list>.body>.item>.status,.block.list>.head>.item>.status{flex:0 0 80px;justify-content:center}}@media screen and (min-width: 769px){.block.list>.body>.item>.label,.block.list>.head>.item>.label{flex:0 0 240px}}@media screen and (min-width: 769px){.block.list>.body>.item>.number,.block.list>.head>.item>.number{flex:0 0 200px;justify-content:flex-end}}@media screen and (min-width: 769px){.block.list>.body>.item>.date,.block.list>.head>.item>.date{flex:0 0 180px}}.block.list{overflow:hidden;display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 769px){.block.list{gap:unset}}.block.list>.head{display:none;font-weight:700}@media screen and (min-width: 769px){.block.list>.head{display:unset}}@media screen and (min-width: 769px) and (min-width: 769px){.block.list>.head>.item{border:1px solid #ddd;background-color:#eee}}@media screen and (min-width: 769px){.block.list>.body:nth-child(2n)>.item{background-color:unset}}.block.list>.body>.item.disabled{border:1px solid #aaa;background-color:#fff;color:#888}@media screen and (min-width: 769px){.block.list>.body>.item.disabled{border:unset}}.block.message{display:flex;align-items:center;gap:8px;padding:16px;border-radius:8px;background-color:#eee}.block.message.success{background-color:#def;color:#148}.block.message.warning{background-color:#edd;color:#922}.block.pagination{display:flex;justify-content:center;gap:16px}.block.pagination>.page{width:2rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;text-align:center;line-height:2rem;color:#333}.block.pagination>.page.current{border-color:#333;background-color:#333;color:#fff}.block.title{display:flex;align-items:center;gap:8px;font-size:1.8rem}.block.uploader{display:flex;justify-content:center;align-items:center;width:100%;height:180px}.block.uploader--input{position:absolute;opacity:0;width:1px;height:1px}.block.thumbnail{display:flex;flex-wrap:wrap;gap:8px}.block.thumbnail>.item{position:relative;width:100%;max-width:calc(33.3333333333% - 8px)}.block.thumbnail>.item img{object-fit:cover;display:block;width:100%;height:100%}.block.thumbnail>.item span{cursor:pointer;position:absolute;top:-4px;right:-4px;padding:4px;border-radius:50%;background-color:#822;font-size:1.6rem;color:#eee}.design.admin-partner-tag{display:flex;flex-direction:column;gap:8px}.design.admin-partner-tag>.item a{text-decoration:underline}.design.partner-news.index{display:flex;flex-direction:column;gap:16px}.design.partner-news.index>.news .link{position:relative;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px;border:1px solid #ccc;border-radius:8px;background-color:#f8f8f8}.design.partner-news.index>.news .link .thumbnail{position:relative;height:45px}@media screen and (min-width: 769px){.design.partner-news.index>.news .link .thumbnail{position:absolute;right:16px}}.design.partner-news.index>.news .link .thumbnail .box{position:absolute;top:0;right:0;width:45px;height:inherit}.design.partner-news.index>.news .link .thumbnail .box:not(:nth-child(-n+8)){display:none}.design.partner-news.index>.news .link .thumbnail .box:nth-child(8){z-index:1;transform:translate(-210%)}.design.partner-news.index>.news .link .thumbnail .box:nth-child(7){z-index:2;transform:translate(-180%)}.design.partner-news.index>.news .link .thumbnail .box:nth-child(6){z-index:3;transform:translate(-150%)}.design.partner-news.index>.news .link .thumbnail .box:nth-child(5){z-index:4;transform:translate(-120%)}.design.partner-news.index>.news .link .thumbnail .box:nth-child(4){z-index:5;transform:translate(-90%)}.design.partner-news.index>.news .link .thumbnail .box:nth-child(3){z-index:6;transform:translate(-60%)}.design.partner-news.index>.news .link .thumbnail .box:nth-child(2){z-index:7;transform:translate(-30%)}.design.partner-news.index>.news .link .thumbnail .box:nth-child(1){z-index:8;transform:translate(0)}.design.partner-news.index>.news .link .thumbnail .image{object-fit:cover;display:block;width:100%;height:100%;border:1px solid #ddd;border-radius:50%;box-shadow:0 0 4px #000000bf;background-color:#eee}.design.partner-news.show{display:flex;flex-direction:column;gap:8px;width:100%;max-width:720px}.design.partner-news.show .date{text-align:right}.design.partner-news.show .body{display:flex;flex-direction:column;gap:8px;line-height:1.5}.design.partner-news.show .thumbnail{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.design.partner-news.show .thumbnail .image{object-fit:cover;display:block;width:100%;height:100%}.design.partner-tickets.index{display:grid;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:32px}@media screen and (min-width: 426px){.design.partner-tickets.index{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}}.design.partner-tickets.index>.game .link{overflow:hidden;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 0 2px #00000080}.design.partner-tickets.index>.game .link .eyecatch{position:relative;display:flex;width:100%;padding-top:56.25%;background-color:#eee}.design.partner-tickets.index>.game .link .eyecatch .image{object-fit:cover;position:absolute;top:0;display:block;width:100%;height:100%}.design.partner-tickets.index>.game .link .eyecatch .date{position:absolute;top:0;left:0;padding:8px 16px;border-bottom-right-radius:8px;background-color:#007bc7;letter-spacing:2px;font-weight:700;color:#fff}.design.partner-tickets.index>.game .link .eyecatch .ticket{position:absolute;bottom:0;right:0;display:flex;align-items:center;gap:4px;padding:4px 8px;border-top-left-radius:8px;background-color:#ffffffbf;font-size:1.8rem}.design.partner-tickets.index>.game .link .title{padding:16px;text-align:center;font-weight:700;font-size:2.2rem}.design.partner-tickets.show{display:flex;flex-direction:column;gap:32px;width:100%;max-width:720px}.design.partner-tickets.show .eyecatch{position:relative;display:flex;width:100%;padding-top:56.25%;background-color:#eee}.design.partner-tickets.show .eyecatch .image{object-fit:cover;position:absolute;top:0;display:block;width:100%;height:100%}.design.partner-tickets.show .eyecatch .date{position:absolute;top:0;left:0;padding:8px 16px;border-bottom-right-radius:8px;background-color:#007bc7;letter-spacing:2px;font-weight:700;color:#fff}.design.partner-tickets.show .codes{display:flex;flex-direction:column;gap:16px}.design.partner-tickets.show .codes .title{font-weight:700;font-size:1.6rem}.design.partner-tickets.show .codes .list,.design.partner-tickets.show .codes .list .item{display:flex;flex-direction:column;gap:8px}.design.partner-tickets.show .codes .list .item a{flex:1;width:100%;padding:8px;border:1px solid #aaa;border-radius:4px;background-color:#f8f8f8;transition:all ease-in-out .25s}.design.partner-tickets.show .codes .list .item a:hover{opacity:.5}@media screen and (min-width: 769px){.design.partner-tickets.show .codes .list .item{flex-direction:unset;align-items:center}}@media screen and (min-width: 769px){.design.partner-tickets.show .codes .list .item .type{flex:0 0 120px;text-align:right}}
