@charset "utf-8";

:root {
  --main-color--black: #010101;
  --main-color--white: #fafafa;
  --main-color--blue: #006298;
  --sub-color--blue: #009ecb;
}

/* ---------- common ---------- */
.header {
  background: url(../img/player/player_search_bg.webp) repeat center top/720px auto;
  background-color: var(--main-color--white);
}
#wrapper {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 61px;
  }
}

/* ---------- player-lists ---------- */
.player-search {
  width: 100%;
  padding: 120px 48px 115px;
  background: url(../img/player/player_search_bg.webp) repeat center top/720px auto;
}
@media screen and (max-width: 767px) {
  .player-search {
    padding: 40px 16px 50px;
  }
}
.player-search > .inner {
  max-width: 1165px;
  margin-inline: auto;
}
.player-search-item {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .player-search-item {
    margin-top: 30px;
  }
}
.player-search-item:first-child {
  margin-top: 0;
}
.player-search-head {
  background-color: var(--main-color--blue);
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .player-search-head {
    text-align: left;
  }
}
@media (hover: hover) {
  .player-search-head:hover {
    opacity: 0.8;
  }
}
.player-search-head::before,
.player-search-head::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}
.player-search-head::before {
  width: 4px;
  height: 40px;
  right: 58px;
}
.player-search-head::after {
  width: 40px;
  height: 4px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .player-search-head::before {
    width: 2px;
    height: 20px;
    right: 25px;
  }
  .player-search-head::after {
    width: 20px;
    height: 2px;
    right: 16px;
  }
}
.player-search-head.is-active::before {
  display: none;
}
.player-search-head img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .player-search-head img {
    height: 23px;
  }
}
.player-search-content {
  display: none;
}
.player-search-content > .inner {
  padding-top: 48px;
}
@media screen and (max-width: 1290px) {
  .player-search-content > .inner {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.player-search-content .map {
  position: relative;
  padding-bottom: 100px;
}
.player-search-content .map .img-map {
  width: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 1290px) {
  .player-search-content .map {
    padding-bottom: 20px;
  }
  .player-search-content .map .img-map {
    display: none;
  }
}
.player-search-content .map .area {
  background-color: #ffffff;
  width: auto;
  padding: 48px 32px 32px;
  border: 1px solid var(--main-color--blue);
  border-radius: 8px;
  position: absolute;
}
@media screen and (max-width: 1290px) {
  .player-search-content .map .area {
    background-color: transparent;
    position: static;
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: 25px;
  }
  .player-search-content .map .area:first-of-type {
    margin-top: 0;
  }
}
.player-search-content .map .area.abroad {
  top: 16px;
  left: 0;
}
.player-search-content .map .area.hokkaido {
  top: 16px;
  right: 50px;
}
.player-search-content .map .area.tohoku {
  top: 204px;
  right: 17px;
}
.player-search-content .map .area.kanto {
  top: 428px;
  right: -23px;
}
.player-search-content .map .area.chubu {
  top: 147px;
  left: 308px;
}
.player-search-content .map .area.kansai {
  top: 689px;
  right: 150px;
}
.player-search-content .map .area.chugoku {
  top: 326px;
  left: 0px;
}
.player-search-content .map .area.shikoku {
  top: 632px;
  left: 369px;
}
.player-search-content .map .area.kyushu {
  top: 559px;
  left: -103px;
}
.player-search-content .map .area.okinawa {
  top: 817px;
  left: 228px;
}
.player-search-content .map .area > .inner {
  position: relative;
}
.player-search-content .map .area .area-head {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color--blue);
  color: #ffffff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  width: 140px;
  padding: 6px 10px 7px;
  border-radius: 8px;
}
@media screen and (max-width: 1290px) {
  .player-search-content .map .area .area-head {
    position: static;
    width: 100%;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .player-search-content .map .area .area-head {
    font-size: 2rem;
  }
}
.player-search-content .map .area ul {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 1290px) {
  .player-search-content .map .area ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
  }
}
.player-search-content .map .area ul.grid-col-1 {
  grid-template-columns: 1fr;
}
.player-search-content .map .area ul.grid-col-2 {
  grid-template-columns: 1fr 1fr;
}
.player-search-content .map .area ul.grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.player-search-content .map .area ul li {
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
@media (hover: hover) {
  .player-search-content .map .area ul li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .player-search-content .map .area ul li {
    font-size: 1.6rem;
  }
}
.player-search-content .map .area ul li input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.player-search-content .map .area ul li label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.player-search-content .map .area ul li input[type="checkbox"]:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
}

.player-search-content .map .area ul li label::before,
.player-search-content .map .area ul li label::after {
  position: absolute;
  content: "";
  display: block;
  transition: 0.2s;
}
.player-search-content .map .area ul li label::before {
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #cccccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.player-search-content .map .area ul li label::after {
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  left: 6px;
  top: 45%;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .player-search-content .map .area ul li label {
    padding-left: 24px;
  }
  .player-search-content .map .area ul li label::before {
    width: 18px;
    height: 18px;
  }
  .player-search-content .map .area ul li label::after {
    width: 8px;
    height: 4px;
    left: 5px;
    top: 45%;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
}
.player-search-content .map .area ul li input[type="checkbox"]:checked + label::before {
  background-color: var(--main-color--blue);
  border: 1px solid var(--main-color--blue);
}
.player-search-content .map .area ul li input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.player-search-content .select-birthyear {
  max-width: 866px;
  margin-inline: auto;
  position: relative;
}
.player-search-content .select-birthyear::after {
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  left: 186px;
  z-index: -1;
  width: 1px;
  height: calc(100% - 172px);
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  .player-search-content .select-birthyear::after {
    display: none;
  }
}
.player-search-content .select-birthyear .birthyear-range {
  display: flex;
  align-items: center;
}
.player-search-content .select-birthyear .birthyear-range + .birthyear-range {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .player-search-content .select-birthyear .birthyear-range {
    flex-direction: column;
    align-items: start;
  }
  .player-search-content .select-birthyear .birthyear-range + .birthyear-range {
    margin-top: 32px;
  }
}
.player-search-content .select-birthyear .birthyear-range .birthyear-head {
  width: 187px;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  flex-shrink: 0;
}
.player-search-content .select-birthyear .birthyear-range .birthyear-head::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--main-color--blue);
  border-radius: 50%;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.player-search-content .select-birthyear .birthyear-range .birthyear-head img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .player-search-content .select-birthyear .birthyear-range .birthyear-head {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .player-search-content .select-birthyear .birthyear-range .birthyear-head::after {
    display: none;
  }
  .player-search-content .select-birthyear .birthyear-range .birthyear-head img {
    width: auto;
    height: 18px;
  }
}
.player-search-content .select-birthyear .birthyear-range .birthyear-lists {
  padding-left: 53px;
}
.player-search-content .select-birthyear .birthyear-range .birthyear-lists ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .player-search-content .select-birthyear .birthyear-range .birthyear-lists {
    padding-left: 0;
    margin-top: 16px;
  }
  .player-search-content .select-birthyear .birthyear-range .birthyear-lists ul {
    gap: 12px;
    padding: 0;
  }
}
.birthyear-lists ul li input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  display: none;
}
.birthyear-lists ul li label {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #666666;
  font-size: 1.6rem;
  color: #040000;
  cursor: pointer;
  padding: 14px 23px 15px;
}
.birthyear-lists ul li input[type="checkbox"]:checked + label {
  color: var(--main-color--blue);
  border-color: var(--main-color--blue);
  background-color: rgba(0, 158, 203, 0.2);
}
.birthyear-lists ul li input[type="checkbox"]:disabled + label {
  opacity: 0.3;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .birthyear-lists ul li label {
    padding: 8px 23px;
  }
}

.search-btn {
  margin-top: 65px;
}
.search-btn > .inner {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.search-btn input,
.search-btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  width: 280px;
  padding: 20px 15px 21px;
  border-radius: 60px;
}
.search-btn .btn .submit {
  border: 1px solid var(--main-color--blue);
  background-color: var(--main-color--blue);
  color: #ffffff;
}
.search-btn .btn .reset {
  border: 1px solid #666666;
  color: #666666;
}
.search-btn > p {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .search-btn {
    margin-top: 30px;
  }
  .search-btn > .inner {
    width: 100%;
    gap: 4%;
  }
  .search-btn .btn {
    width: 48%;
  }
  .search-btn input,
  .search-btn button {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px 10px 16px;
  }
  .search-btn > p {
    margin-top: 15px;
    line-height: 1.3;
  }
}

.player-lists {
  padding: 100px 48px 160px;
  background-color: var(--main-color--black);
}
.player-lists > .inner {
  margin: auto;
  max-width: 1264px;
}
@media screen and (max-width: 767px) {
  .player-lists {
    padding: 70px 16px 65px;
  }
}
.player-lists h2 {
  margin-inline: auto;
  text-align: center;
}
.player-lists h2 img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .player-lists h2 img {
    height: 35px;
  }
}
.player-lists .sort-tags {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 13px;
}
.player-lists .sort-tags span {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 13px 28px 14px;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 25px;
  transition: 0.3s;
}
.player-lists .sort-tags span.is-active {
  background-color: var(--main-color--blue);
  border-color: var(--main-color--blue);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .player-lists .sort-tags {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .player-lists .sort-tags span {
    font-size: 14px;
    padding: 13px 0 14px;
    width: 130px;
    flex-shrink: 0;
    text-align: center;
  }
}
.player-list-item {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .player-list-item {
    margin-top: 50px;
  }
}
.player-list-item._show-tab {
  display: block;
}
.player-list-item._hide-tab {
  display: none;
}
.player-list-item h3 {
  text-align: center;
}
.player-list-item h3 img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .player-list-item h3 img {
    height: 24px;
  }
}
.player-list-item h3 span {
  margin-top: 12px;
  display: block;
  color: #ffffff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .player-list-item h3 span {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.player-list-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 2.5%;
  margin-top: 40px;
}
.player-list-item ul li {
  width: 18%;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  background: center/cover no-repeat url(../img/player/mv_bg.webp);
  /* background-image: url(../img/player/mv_bg__onepiece.webp); */
  overflow: hidden;
}
.player-list-item ul li a {
  position: relative;
  display: block;
  height: 100%;
}
.player-list-item ul li a img {
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 35%;
  transition: scale 0.3s;
}
@media screen and (max-width: 767px) {
  .player-list-item ul {
    gap: 15px 4%;
    margin-top: 25px;
  }
  .player-list-item ul li {
    width: 48%;
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .player-list-item ul li a:hover img {
    scale: 1.1;
  }
}
.player-list-item ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.player-list-item ul li .player-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 15px;
  color: #ffffff;
}
.player-list-item ul li .player-info .player-number {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
}
.player-list-item ul li .player-info .player-number::before {
  content: "#";
  font-size: 3rem;
}
.player-list-item ul li .player-info .player-name {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .player-list-item ul li .player-info {
    padding: 16px 12px;
    color: #ffffff;
  }
  .player-list-item ul li .player-info .player-number {
    font-size: 3.2rem;
  }
  .player-list-item ul li .player-info .player-number::before {
    font-size: 2.4rem;
  }
  .player-list-item ul li .player-info .player-name {
    font-size: 1.4rem;
  }
}

.player-list-item ul li.favorite {
  background: none;
}
.player-list-item ul li.favorite a::after {
  content: none;
}
.player-list-item ul li.favorite a img {
  object-fit: contain;
  object-position: center;
  transition: filter 0.2s;
}
@media (hover: hover) {
  .player-list-item ul li.favorite a:hover img {
    scale: 1;
    filter: brightness(1.2);
  }
}

/* ---------- bnr ---------- */
.bnr {
  padding: 0 30px 80px;
  background: url(../img/player/player_search_bg.webp) repeat center top/720px auto;
}
.bnr a {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  filter: brightness(1);
  transition: filter 0.2s;
}
@media (hover: hover) {
  .bnr a:hover {
    filter: brightness(0.8);
  }
}

/* .bnr a img {
  aspect-ratio: 16 / 9;
} */

@media screen and (max-width: 767px) {
  .bnr {
    padding: 30px 15px 80px;
  }
}