#talent-list{background:#fff;padding-block:3em;margin-bottom:3em}#talent-list .th{padding-top:1em;text-align:center;position:relative;z-index:1}#talent-list .th:before{content:"";position:absolute;top:20%;left:50%;transform:translateX(-50%);rotate:-2deg;border-radius:2em;width:50%;height:80%;background:var(--pp);z-index:-1}@media screen and (max-width:600px){#talent-list .th:before{width:100%}}#talent-list .th .sh{color:var(--dp);font-size:2rem;line-height:1;font-weight:lighter}#talent-list .th .h{font-size:7rem;font-family:var(--fontG);color:var(--br);line-height:1;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1024px){#talent-list .th .h{font-size:4rem}}#talent-list .tl{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4em}@media screen and (max-width:420px){#talent-list .tl{padding:1em}}#talent-list .tl .tc{width:350px;cursor:pointer}@media screen and (max-width:420px){#talent-list .tl .tc{width:100%}}@media screen and (min-width:768px){#talent-list .tl .tc:hover .artpart .talart{transform:translateY(0)}#talent-list .tl .tc:hover .info:after,#talent-list .tl .tc:hover .info:before{border-color:var(--dp)}}#talent-list .tl .tc .artpart{width:100%;height:600px;position:relative;overflow:hidden}@media screen and (max-width:420px){#talent-list .tl .tc .artpart{height:400px}}#talent-list .tl .tc .artpart:before{content:"";position:absolute;top:20%;left:0;width:100%;background:url(/b/dots_1.png),var(--tc);background-blend-mode:overlay;background-size:200px;height:80%;border-radius:2em}#talent-list .tl .tc .artpart .talart{width:100%;height:100%;object-fit:cover;transform:translateY(5%);position:relative;transition:all .5s ease}@media screen and (max-width:420px){#talent-list .tl .tc .artpart .talart{object-position:top}}#talent-list .tl .tc .info{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;position:relative;margin-top:1em;padding:1em}#talent-list .tl .tc .info .n{font-size:2.5rem;font-weight:700;color:var(--br);line-height:1}@media screen and (max-width:500px){#talent-list .tl .tc .info .n{font-size:2rem}}#talent-list .tl .tc .info .t{font-size:1.2rem;color:var(--dp);line-height:1}@media screen and (max-width:500px){#talent-list .tl .tc .info .t{font-size:1rem}}#talent-list .tl .tc .info:before{left:0;border-left:10px solid var(--tc)}#talent-list .tl .tc .info:after,#talent-list .tl .tc .info:before{content:"";position:absolute;top:0;width:50px;height:100%;scale:.8;border-top:10px solid var(--tc);border-bottom:10px solid var(--tc);transform-origin:top;transition:all .5s ease}#talent-list .tl .tc .info:after{right:0;border-right:10px solid var(--tc)}