main{margin:10px 0 100px 0;width:auto;text-align:start;display:flex;flex-direction:column;align-items:center;min-height:calc(100vh - 200px)}h2{font-size:20px;font-weight:600;padding:6px 0 2px 0;text-align:center}p{text-align:center;font-size:15px;text-align:center;color:#6e6e6e}.players{gap:50px;display:grid;margin:20px 80px 200px}@media screen and (min-width:1025px){.players{grid-template-columns:repeat(3,240px);grid-template-rows:repeat(5,300px);grid-auto-rows:300px;gap:80px}}@media screen and (min-width:768px) and (max-width:1024px){.players{grid-template-columns:repeat(2,240px);grid-template-rows:repeat(8,300px);grid-auto-rows:300px}}.player{height:240px;width:240px}.player-img{background-color:#fff;display:flex;justify-content:center;align-items:center;border-radius:10px;width:100%;height:100%}img{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%}.player-img-mejirochan{width:82%;height:82%}@media screen and (max-width:767px){.players{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px;margin:20px 16px 120px}h1{margin:1rem 0 2rem}.player{width:100%;height:auto}.player-img{height:auto;aspect-ratio:1/1}h2{font-size:clamp(12px, 3.2vw, 16px);line-height:1.35}p{font-size:clamp(11px, 2.9vw, 14px);line-height:1.45}}