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