@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@900&family=Outfit:wght@400;900&family=Zen+Kaku+Gothic+New:wght@400;900&display=swap);
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:after,:before{border-style:solid;border-width:0;box-sizing:border-box;min-width:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;line-height:1.15}body{margin:0}main{display:block}address,blockquote,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ol,ul{list-style:none;margin:0;padding:0}dt{font-weight:700}dd{margin-left:0}hr{border-top-width:1px;box-sizing:initial;clear:both;color:inherit;height:0;margin:0;overflow:visible}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:initial;color:inherit;text-decoration:none}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;background:#0000;border-radius:0;color:inherit;font:inherit;margin:0;padding:0;text-align:inherit;text-transform:inherit;vertical-align:middle}[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{padding:0}progress{vertical-align:initial}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-collapse:collapse;border-color:inherit}caption{text-align:left}td,th{padding:0;vertical-align:top}th{font-weight:700;text-align:left}html{scroll-behavior:smooth}body{font-family:Zen Kaku Gothic New,sans-serif}.container{margin:0 auto;max-width:1024px;padding:0 4rem}@media screen and (max-width:425px){.container{padding:0 2rem}}.main__section{margin-bottom:5rem;margin-top:-5rem;opacity:0;padding-top:5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}.main__section--in-view{animation:fadeIn .5s cubic-bezier(.34,1.56,.64,1);animation:fadeIn .5s var(--ease-out-back);opacity:1}.section__title{font-family:M PLUS\ 1p,sans-serif;font-size:3rem;margin-bottom:2rem}.main__section:nth-child(odd) .section__title{color:#ff8c00}.main__section:nth-child(2n) .section__title{color:#ff1493}.section__sep{color:#ff1493;display:block;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:700;margin-top:4rem;position:relative;text-align:center}.section__sep:after,.section__sep:before{border-top:.1rem solid #000;content:"";display:block;position:absolute;top:.4rem;width:calc(100% - 4rem)}.section__sep:before{left:-50%}.section__sep:after{right:-50%}.toggle{font-size:small;margin:1rem auto}.toggle__prompt{font-size:small;margin-bottom:1rem}.toggle__list{column-gap:1rem;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1rem}.toggle__item{display:inline}.toggle__button{background:none;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;padding:0}.toggle__button--active{text-decoration:underline}.toggle__button:hover{cursor:pointer;opacity:.5}.yonkoma__list{display:flex;flex-wrap:wrap;justify-content:center}.yonkoma__img{width:10rem}dialog{background-color:#00000080;height:100vh;left:0;padding:0;position:fixed;top:0;width:100vw;z-index:100}.dialog__container{display:grid;height:100%;place-items:center}.dialog__yonkoma{position:relative}.dialog__image{max-height:80vh;max-width:100vw}.dialog__close{cursor:pointer;font-size:1.5rem;position:absolute;right:.5rem;top:.5rem}:root{--ease-out-back:cubic-bezier(0.34,1.56,0.64,1)}#hero{position:relative}#hero img:first-child{animation:scaleIn 1s cubic-bezier(.34,1.56,.64,1) both;animation:scaleIn 1s var(--ease-out-back) both;display:block;margin:0 auto;max-width:50rem;width:100%}#hero img:last-child{animation:scaleInBack 1s cubic-bezier(.34,1.56,.64,1) .2s both;animation:scaleInBack 1s var(--ease-out-back) .2s both;bottom:10%;display:block;left:0;margin:0 auto;max-width:40rem;padding:0 4rem;position:absolute;right:0;width:100%}@keyframes scaleIn{0%{transform:scale(.8)}to{transform:scale(1)}}@keyframes scaleInBack{0%{transform:scale(0)}to{transform:scale(1)}}.abs__p{font-size:1.1rem;line-height:2;margin-bottom:2rem}:root{--ease-in-sine:cubic-bezier(0.12,0,0.39,0);--ease-out-sine:cubic-bezier(0.61,1,0.88,1)}.char-icon__list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.char-icon__button:disabled{background-color:#ff1493}.char-icon__button:not(:disabled):hover{opacity:.5}.char-icon__item img{width:4rem}.char-detail{grid-gap:2rem 4rem;display:grid;gap:2rem 4rem;grid-template-columns:20rem 1fr}.char-detail-enter{opacity:0;transform:translateX(20%)}.char-detail-enter-active{transition:opacity .5s cubic-bezier(.61,1,.88,1),transform .5s cubic-bezier(.61,1,.88,1);transition:opacity .5s var(--ease-out-sine),transform .5s var(--ease-out-sine)}.char-detail-enter-active,.char-detail-exit{opacity:1;transform:translateX(0)}.char-detail-exit-active{opacity:0;transform:translateX(-20%);transition:opacity .5s cubic-bezier(.12,0,.39,0),transform .5s cubic-bezier(.12,0,.39,0);transition:opacity .5s var(--ease-in-sine),transform .5s var(--ease-in-sine)}.char-name{margin-top:2rem}.char-name__ja{color:#ff8c00;font-family:M PLUS\ 1p,sans-serif;font-size:2rem;margin-bottom:.5rem}.char-name__en{font-family:Outfit,sans-serif;font-size:small}.char-name__en b{color:#ff1493}.char-desc{line-height:1.5}.char-cite{color:#00008b;font-family:Outfit,sans-serif;font-weight:700}.char-cite a:hover{opacity:.5}.char-fig{align-items:center;display:flex;flex-direction:column;gap:2rem;grid-row-end:6;grid-row-start:1;max-width:20rem}.char-fig__type-enter{opacity:0}.char-fig__type-enter-active{opacity:1;transition:opacity .2s cubic-bezier(.61,1,.88,1);transition:opacity .2s var(--ease-out-sine)}.char-fig__type-exit{opacity:1}.char-fig__type-exit-active{opacity:0;transition:opacity .2s cubic-bezier(.12,0,.39,0);transition:opacity .2s var(--ease-in-sine)}.char-fig__img{max-width:16rem}.char-fig__img-enter{transform:rotateY(90deg)}.char-fig__img-enter-active{transform:rotateY(0);transition:transform .2s cubic-bezier(.61,1,.88,1);transition:transform .2s var(--ease-out-sine)}.char-fig__img-exit{transform:rotateY(0)}.char-fig__img-exit-active{transform:rotateY(-90deg);transition:transform .2s cubic-bezier(.12,0,.39,0);transition:transform .2s var(--ease-in-sine)}.char-fig__list{display:flex;gap:2rem;justify-content:center}.char-fig__button{font-weight:700;padding:.5rem 1rem}.char-fig__button:disabled{background-color:#ff1493}.char-fig__button:not(:disabled):hover{opacity:.5}@media screen and (max-width:768px){.char-detail{grid-template-columns:100%}.char-desc{order:2}.char-cite{order:3}.char-fig{grid-column:auto;grid-row:auto;justify-self:center;order:1}}@media screen and (max-width:425px){.char-fig{max-width:8rem}}.staff__table{margin-bottom:4rem;width:100%}.staff__table tbody{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.staff__table tr{align-items:center;display:flex;flex-direction:column;gap:1rem}.staff__table td:first-child{font-size:.8rem}.staff__table td:last-child{font-size:1.2rem}.comment__h{color:#ff8c00;font-family:M PLUS\ 1p,sans-serif;font-size:2rem;font-weight:700;margin-bottom:2rem}.comment__p{line-height:1.5;margin-bottom:1rem}.comics__ad{font-size:1.2rem;margin-bottom:1rem;text-align:center}.comics__author{margin-bottom:2rem;text-align:center}.comics__comic-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.comics__comic-item{align-items:center;display:flex;flex-direction:column;gap:1rem}.comic__title{font-size:.8rem}.comic__image{width:12rem}.comics__note{font-weight:700}#root{position:relative}#root:before{background-image:url(/static/media/bg.e900c5ad550c998f8846.png);background-position:50%;background-repeat:repeat-y;background-size:100rem;content:"";display:block;height:100vh;opacity:.01;position:fixed;width:100vw;z-index:-1}#detail{padding-top:4rem}main{overflow:hidden;padding-top:5rem}header{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100vw;z-index:100}.title__img{max-height:2rem;width:100%}.nav__list{display:flex;font-weight:700;gap:1rem}.nav__item:hover{opacity:.5}.nav__default{display:block}.nav__hamburger{display:none;position:relative}.nav__toggle{font-size:2rem;max-height:2rem}.nav__toggle:hover{opacity:.5}.nav__hamburger .nav__list{background-color:#fff;flex-direction:column;padding:1rem 2rem;position:absolute;right:0}.nav__hamburger .nav__item{width:-webkit-max-content;width:max-content}@media screen and (max-width:40rem){.nav__default{display:none}.nav__hamburger{display:block}}footer{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:5rem 2rem}.copy{font-size:small}.share{align-items:center;display:flex;gap:2rem}.share__header{font-size:small}.share__list{align-items:center;display:flex;gap:2rem}.share__item:hover{opacity:.5}.share__item img{height:1.2rem}@media screen and (max-width:425px){footer{gap:5rem}.share,footer{flex-direction:column}.share{gap:2rem}}
/*# sourceMappingURL=main.15e7b2db.css.map*/