@charset "utf-8";

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

/* ---------- top common ---------- */
#wrapper {
  width: 1440px;
  transform-origin: 0 0;
  margin: 0;
}

/* ---------- top header ---------- */
.header {
  border-bottom: none;
}
.header-logo {
  visibility: hidden;
  pointer-events: none;
}
.header-ttl {
  visibility: hidden;
  pointer-events: none;
}
.header-hamburger {
  width: 75px;
  border: none;
  border-radius: 0 0 0 16px;
  background-color: #fff;
}

/* ---------- common ---------- */
.flowingText-img._entame {
  padding-right: 32px;
  max-width: 1753px;
}

/* ---------- top ---------- */
/* 
  z-index
  top-featured:2
  top-players:1
*/
.top-mv {
  margin: 28px 48px 50px;
}
.top-featured {
  position: relative;
  z-index: 2;
}
.top-players {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  margin-bottom: 60px;
  padding-right: 48px;
}
.top-entameTelop {
  margin-bottom: 60px;
}
.top-scoop {
  margin: 0 48px 40px;
}
.top-scoopList {
  margin: 0 auto 80px;
  padding: 0 48px;
  max-width: 1440px;
}
.top-tags {
  margin-bottom: 80px;
  padding-left: 48px;
}
.top-bnrs {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 1344px;
  display: flex;
  gap: 30px;
}
.top-kokosugo {
  position: relative;
  display: block;
  overflow: hidden;
}
.top-kokosugo::before {
  content: "観に行く！";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  display: block;
  width: 200px;
  height: 40px;
  background: bottom right/40px 40px no-repeat url(../img/new-window-icon_white.svg);
  background-color: var(--main-color--black);
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: var(--main-color--white);
  transform: translateY(100%);
  transition: transform 0.3s;
}
.top-kokosugo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--main-color--white);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (hover: hover) {
  .top-kokosugo:hover::after {
    opacity: 0.4;
  }
  .top-kokosugo:hover::before {
    transform: translateY(0);
  }
}
.top-memberContents {
  margin: auto;
  padding: 0 48px;
  max-width: 1440px;
}

/* ----- mv ----- */
.topMv {
  position: relative;
  /* padding-top: 90px; */
}
.topMv-ttl {
  /* position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: 1296px; */
  max-width: 326px;
}
.topMv-main {
  margin-top: 7px;
  width: 100%;
}

.topMvMain {
  position: relative;
  padding-bottom: 48px;
}
.topMvMain-news {
  position: absolute;
  left: 0;
  bottom: 0;
}

.topImage {
  width: 100%;
  /* border-radius: 32px; */
  overflow: hidden;
}
/* .topImage img {
  aspect-ratio: 9 / 4;
  object-fit: cover;
} */

.topMvNews {
  display: block;
  padding: 30px 20px 20px;
  min-width: 45%;
  background-color: #fafafa;
  border: 1px solid var(--main-color--black);
  border-radius: 4px;
  transition: scale 0.2s;
}
@media (hover: hover) {
  .topMvNews:hover {
    scale: 1.1;
  }
}
.topMvNews::before {
  content: "";
  background: center/contain no-repeat url(../img/mv-news_newBubble.webp);
  position: absolute;
  top: -25px;
  left: 20px;
  display: block;
  width: 89px;
  height: 47px;
}
.topMvNews-date {
  font-family: "Urbanist", sans-serif;
  color: #666;
}
.topMvNews-title {
  line-height: 1.5;
  font-weight: bold;
}

/* ----- featured ----- */
.topFeatured {
  overflow: hidden;
  padding: 60px 0 80px;
  background-color: var(--main-color--blue);
  border-radius: 40px 0 0 40px;
}
.topFeatured-ttl {
  margin-bottom: 30px;
  padding-left: 88px;
  color: var(--main-color--white);
}
.topFeatured-ttlEn {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.topFeatured-ttlJp {
  width: 451px;
}

.topFeatured .swiper {
  overflow: visible;
}
.topFeatured .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
#featured.topFeatured .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: visible;
}
.contentCard {
  margin-bottom: 12px;
  display: block;
  width: 280px;
  height: auto;
  border: 1px solid var(--main-color--black);
  border-radius: 20px;
  background-color: var(--main-color--white);
  overflow: hidden;
  box-shadow: 10px 10px #cccccc, 10px 10px 0 1px var(--main-color--black);
}
.contentCard-main {
  padding: 15px 15px 20px;
  height: 260px;
}
.contentCard-img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--main-color--black);
  border-radius: 16px;
  overflow: hidden;
}
@media (hover: hover) {
  .contentCard-img img {
    transition: scale 0.2s;
  }
  .contentCard:hover .contentCard-img img {
    scale: 1.1;
  }
}
.contentCard-date {
  margin-bottom: 5px;
  font-family: "Urbanist", sans-serif;
  color: var(--main-color--blue);
}
.contentCard-ttl {
  line-height: 1.25;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.contentCard-hashtag {
  padding: 1rem 1.5rem;
  background-color: var(--sub-color--blue);
  border-top: 1px solid var(--main-color--black);
  line-height: 1.25;
  color: var(--main-color--white);
}
.contentCard-hashtag span {
  display: block;
}
.contentCard-hashtag span::before {
  content: "#";
  margin-right: 2px;
  font-family: "Urbanist", sans-serif;
}

/* ----- players ----- */
.topPlayers-inner {
  position: relative;
  z-index: 1;
  padding: calc(40px + 60px) 40px 80px 88px;
  border-radius: 0 0 80px 0;
  background-color: var(--main-color--black);
  overflow: hidden;
}
.topPlayers-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: top/100% no-repeat url(../img/top-player_bg.webp);
}
.topPlayers-ttl {
  margin-bottom: 60px;
  max-width: 608px;
}
.topPlayers-ttl span {
  margin-bottom: 15px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #ccc;
}
.topPlayers-subTtl {
  margin-bottom: 20px;
  max-width: 389px;
}
/* .topPlayers-subTtl._all {
  max-width: 341px;
} */
/* .topPlayers-subTtl._featured {
  max-width: 389px;
} */
.topPlayers-subTtl._recommend {
  max-width: 389px;
}
.topPlayers-subTtl._category {
  max-width: 474px;
}
.topPlayers-column {
  display: flex;
  gap: 40px;
}
.topPlayers-column + .topPlayers-column {
  margin-top: 40px;
}
.topPlayers-list {
  width: 740px;
}
.topPlayers-list li {
  margin-inline-end: 34px;
}

.playerCard {
  width: 224px;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  background: center/cover no-repeat url(../img/player/mv_bg.webp);
  overflow: hidden;
}
.playerCard a {
  position: relative;
  display: block;
  height: 100%;
}
.playerCard 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%);
}
.playerCard a img {
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 35%;
  transition: scale 0.3s;
}
@media (hover: hover) {
  .playerCard a:hover img {
    scale: 1.1;
  }
}
.playerCard-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 15px;
  color: var(--main-color--white);
}
.playerCard-number {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
}
.playerCard-number::before {
  content: "#";
  font-size: 0.6em;
}
.playerCard-name {
  margin-top: 5px;
  font-size: 2rem;
  font-weight: 600;
}

.topPlayers-positionList {
  width: calc(40% - 40px);
}
.topPlayers-positionList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.topPlayers-positionList li {
  width: calc((100% - 20px) / 2);
  height: auto;
  aspect-ratio: 224 / 96;
}
.topPlayers-positionList li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: center/100% no-repeat url(../img/top-player_btn-bg01.webp);
  border-radius: 16px;
  font-size: 2rem;
  color: var(--main-color--white);
}
.topPlayers-positionList li .arrowBtn {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media (hover: hover) {
  .topPlayers-positionList li:hover .arrowBtn {
    right: 3%;
  }
}

.topPlayers-flex {
  margin-top: 40px;
  display: flex;
  column-gap: 40px;
}

.topPlayers-recommend {
  width: 740px;
}
.topPlayers-recommend a {
  display: block;
  overflow: hidden;
}
.topPlayers-recommend img {
  transition: scale 0.3s;
}
@media (hover: hover) {
  .topPlayers-recommend a:hover img {
    scale: 1.05;
  }
}

.topPlayers-category {
  padding-top: 7px;
}
/* .topPlayers-categoryList {
  display: flex;
  align-items: center;
  gap: 30px;
} */
.topPlayers-categoryList li {
  position: relative;
  /* margin-bottom: 30px; */
  /* width: 50%; */
  /* max-width: 464px; */
  aspect-ratio: 464 / 138;
  border-radius: 16px;
  overflow: hidden;
}
.topPlayers-categoryList li + li {
  margin-top: 30px;
}
/* .topPlayers-categoryList li:last-of-type {
  margin-bottom: 0;
} */
.topPlayers-categoryList li._birthplace {
  background: center/cover no-repeat url(../img/top-player_btn-bg02.webp);
}
.topPlayers-categoryList li._era {
  background: center/cover no-repeat url(../img/top-player_btn-bg03.webp);
}
.topPlayers-categoryList li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--main-color--white);
}
.topPlayers-categoryList li .arrowBtn {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media (hover: hover) {
  .topPlayers-categoryList li:hover .arrowBtn {
    right: 3%;
  }
}

/* ----- scoop ----- */
.topScoop {
  padding: 60px 40px;
  background-color: var(--main-color--blue);
  border-radius: 80px;
}
.topScoop-ttl {
  margin: 0 auto 30px;
  max-width: 878px;
  text-align: center;
}
.topScoop-ttl span {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
  color: var(--main-color--white);
}
.topScoop-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.topScoop-list li {
  position: relative;
  display: block;
  width: calc((100% - 60px) / 2);
  padding: 30px 0 0 30px;
  cursor: pointer;
}
.topScoop-list li .fukidashi {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: calc(100% - 30px);
  padding: 15px 25px;
  background-color: var(--main-color--white);
  border-radius: 10px;
  line-height: 1.25;
  font-size: 2.9rem;
  font-weight: bold;
  color: var(--main-color--blue);
  transition: scale 0.2s;
}
.topScoop-list li .fukidashi::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 15%;
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 18 / 23;
  background: center/contain no-repeat url(../img/fukidashi.webp);
}
@media (hover: hover) {
  .topScoop-list li:hover .fukidashi {
    scale: 1.1;
  }
}
.topScoop-list li a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.topScoop-list li a img {
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* ----- scoopList ----- */
.scoopList {
  position: relative;
}
.scoopList-title {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 900;
}
.scoopList-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}
.scoopList-moreBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.scoopList-moreBtn a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.scoopList-moreBtn p {
  font-weight: bold;
  font-size: 2.4rem;
}

.scoopListItem {
  position: relative;
  width: 321px;
  padding: 0 10px 0 19px;
}
.scoopListItem:hover .scoopListItem-img img {
  scale: 1.1;
}
.scoopListItem-img {
  margin-bottom: 28px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--main-color--black);
  border-radius: 16px;
  box-shadow: 9px 9px #cccccc, 9px 9px 0 1px var(--main-color--black);
  overflow: hidden;
}
.scoopListItem-img img {
  height: 100%;
  object-fit: cover;
  transition: scale 0.2s;
}
.scoopListItem-date {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-family: "Urbanist", sans-serif;
}
.scoopListItem-title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
.scoopListItem-tags {
  line-height: 1.25;
  color: #888;
}
.scoopListItem-tags span::before {
  content: "#";
}

.scoopListArrowBtn {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  background-color: var(--main-color--blue);
  border-radius: 999px;
  transition: transform 0.2s;
}
.scoopListArrowBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--main-color--white);
  border-bottom: 2px solid var(--main-color--white);
}
.scoopList-moreBtn:hover .scoopListArrowBtn {
  transform: translateX(10px);
}

/* ----- tags ----- */
.topTags {
  padding: 80px 40px;
  background-color: #eee;
  border-radius: 64px 0 0 64px;
  display: flex;
  gap: 70px;
}
.topTags-title {
  width: 162px;
}
.topTags-list {
  width: calc(100% - 162px - 70px);
}

.tagsList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.tagsList li a {
  display: block;
  padding: 1em 25px;
  border: 1px solid #666;
  border-radius: 999px;
  color: #040000;
  transition: background-color 0.2s, color 0.2s;
}
.tagsList li a::before {
  content: "#";
}
.tagsList li a:hover {
  background-color: #666;
  color: var(--main-color--white);
}

/* .tagsList-ac {
  margin: 20px auto 0;
}
.accordionBtn {
  width: fit-content;
  padding: .5em 1em;
  display: flex;
  gap: 15px;
  font-size: 2rem;
  pointer-events: all;
  cursor: pointer;
}
.accordionBtn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  translate: 0 2px;
  transform: rotate(45deg);
  transform-origin: 8px 8px;
  transition: transform 0.3s;
} */

/* .is-open.accordionBtn::after {
  transform: rotate(calc(45deg + 180deg));
}
.js-ac-more-content {
  margin-top: 15px;
  display: none;
} */

/* ----- memberContents ----- */
.topMemberContents {
  position: relative;
  padding: 25px 0 75px;
}
.topMemberContents-title {
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 224px;
}
.topMemberContents-title img {
  display: block;
}

.memberContents {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.memberContent {
  width: 244px;
}
.memberContent-bubble {
  position: relative;
  margin-bottom: 15px;
  padding: 12px;
  background-color: var(--sub-color--blue);
  border-radius: 15px;
  text-align: center;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: bold;
  color: var(--main-color--white);
}
.memberContent-bubble::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid var(--sub-color--blue);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.memberContent a {
  position: relative;
  display: block;
  border: 1px solid #c1c6c8;
  border-radius: 12px;
}
.memberContent a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: bottom right/40px 40px no-repeat url(../img/new-window-icon_white.svg);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  transition: width 0.3s;
}
.memberContent a:hover::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* ---------- top common ---------- */
  #wrapper {
    width: 100%;
  }

  .flowingText-img._entame {
    padding-right: 1.6rem;
    width: calc(175.3rem / 2);
  }

  /* ---------- top ---------- */
  .top-mv {
    /* margin: clamp(15px, 4vw, 30px) 1.6rem clamp(40px, 10.666666666666668vw, 80px); */
    margin: clamp(15px, 4vw, 30px) 1.6rem;
  }
  .top-players {
    margin-top: -2.4rem;
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
  .top-entameTelop {
    margin-bottom: 2.5rem;
  }
  .top-scoop {
    margin: 0 1.6rem 3rem;
  }
  .top-scoopList {
    margin: 0 auto 4rem;
    padding: 0 1.6rem;
  }
  .top-tags {
    margin-bottom: 3rem;
    padding-left: 0;
  }
  .top-bnrs {
    margin-bottom: 3rem;
    padding-inline: 1.6rem;
    flex-direction: column;
    gap: 30px;
  }
  .top-memberContents {
    padding: 0 1.6rem;
  }

  /* ----- mv ----- */
  /* .topMv {
    padding-top: clamp(45px, 12vw, 90px);
  } */
  .topMv-ttl {
    /* top: 0;
    left: 7%; */
    width: 57%;
    max-width: 390px;
  }
  .topMv-main {
    margin-top: 1.5rem;
    width: 100%;
  }

  .topMvMain {
    /* padding: 0 0 clamp(30px, 8vw, 60px) 3.2vw; */
  }
  .topMvMain-news {
    left: 0.6rem;
  }

  .topImage {
    margin-inline: -1.6rem;
    width: calc(100% + 1.6rem * 2);
  }
  /* .topImage img {
    aspect-ratio: 7 / 8;
  } */

  .topMvNews {
    padding: 2rem 1.2rem 1rem;
    width: calc(100% - 0.6rem * 2);
  }
  .topMvNews::before {
    background: center/contain no-repeat url(../img/s_mv-news_newBubble.webp);
    top: -20px;
    left: 1rem;
    width: calc(136px / 2);
    height: auto;
    aspect-ratio: 136 / 70;
  }

  /* ----- featured ----- */
  .topFeatured {
    padding: 4rem 0;
    border-radius: 2.4rem 0 0 2.4rem;
  }
  .topFeatured-ttl {
    margin-bottom: 2rem;
    padding-left: 1.6rem;
  }
  .topFeatured-ttlEn {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .topFeatured-ttlJp {
    width: 60%;
    max-width: 450px;
  }

  .topFeatured .swiper {
    padding-inline-start: 1.6rem;
  }
  .slick-slide.contentCard {
    margin-bottom: 0.5rem;
    width: 48vw;
    max-width: 360px;
    border-radius: 1rem;
    box-shadow: 0.4rem 0.4rem #cccccc, 0.4rem 0.4rem 0 1px var(--main-color--black);
  }
  .contentCard {
    width: 240px;
  }
  .contentCard-main {
    padding: 0.8rem 0.8rem 1.5rem;
    height: 87.5%;
  }
  .contentCard-img {
    margin-bottom: 1rem;
    border-radius: 0.8rem;
  }
  .contentCard-date {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .contentCard-ttl {
    font-size: 1.6rem;
  }
  .contentCard-hashtag {
    padding: 0.8rem;
    font-size: 1.2rem;
  }

  /* ----- players ----- */
  .topPlayers-inner {
    padding: calc(2.4rem + 4rem) 1.6rem 4rem;
    border-radius: 0 0 2.4rem 0;
  }
  .topPlayers-inner::after {
    background-image: url(../img/s_top-player_bg.webp);
  }
  .topPlayers-ttl {
    margin-bottom: 3.5rem;
    width: 88%;
    max-width: 660px;
  }
  .topPlayers-ttl span {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .topPlayers-subTtl {
    margin-bottom: 1.6rem;
    width: 54%;
  }
  .topPlayers-subTtl._all {
    width: 50%;
  }
  .topPlayers-subTtl._featured {
    width: 60%;
  }
  .topPlayers-subTtl._recommend {
    width: 54%;
  }
  .topPlayers-subTtl._category {
    width: 75%;
  }
  .topPlayers-column {
    flex-direction: column;
    gap: 2rem;
  }
  .topPlayers-column + .topPlayers-column {
    margin-top: 5rem;
  }
  .topPlayers-list {
    margin: 0 -1.6rem;
    width: calc(100% + 3.2rem);
  }
  .topPlayers-list li {
    margin: 0 1.5rem;
  }

  .playerCard {
    border-radius: 0.8rem;
    width: 18rem;
  }
  .playerCard-info {
    padding: 1.5rem 1.2rem;
  }
  .playerCard-number {
    font-size: 3.2rem;
  }
  .playerCard-name {
    font-size: 1.6rem;
  }

  .topPlayers-positionList,
  .topPlayers-category {
    width: 100%;
  }
  .topPlayers-positionList {
    gap: 2.5rem 1.5rem;
  }
  .topPlayers-positionList li {
    width: calc((100% - 1.5rem) / 2);
    max-height: 100px;
    /* aspect-ratio: 329 / 140; */
  }
  .topPlayers-positionList li a {
    border-radius: 0.8rem;
    font-size: 1.6rem;
  }
  .topPlayers-positionList li .arrowBtn {
    right: 3%;
  }

  .topPlayers-flex {
    row-gap: 40px;
    flex-direction: column-reverse;
  }

  .topPlayers-recommend {
    width: 100%;
  }

  /* .topPlayers-category {
    padding-top: 0;
  } */
  .topPlayers-categoryList {
    flex-direction: column;
    gap: 20px;
  }
  .topPlayers-categoryList li {
    /* margin-bottom: 1.5rem; */
    width: 100%;
    aspect-ratio: 590 / 160;
    border-radius: 0.8rem;
    font-size: 2rem;
  }

  /* ----- scoop ----- */
  .topScoop {
    padding: 2.5rem 2.4rem;
    border-radius: 2.4rem;
  }
  .topScoop-ttl {
    margin: 0 auto 1.5rem;
    max-width: 490px;
  }
  .topScoop-ttl span {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .topScoop-list {
    flex-direction: column;
    gap: 2rem;
  }
  .topScoop-list li {
    width: 100%;
    padding: 2rem 0 0;
  }
  .topScoop-list li .fukidashi {
    left: -1.2rem;
    max-width: 100%;
    padding: 0.8rem 1.2rem;
    border-radius: 0.5rem;
    font-size: 1.5rem;
  }
  .topScoop-list li .fukidashi::before {
    width: 0.9rem;
  }
  .topScoop-list li a {
    border-radius: 0.6rem;
  }

  /* ----- scoopList ----- */
  .scoopList-title {
    margin-bottom: 2rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .scoopList-list {
    column-gap: 1.4rem;
    row-gap: 3.5rem;
  }
  .scoopList-moreBtn a {
    gap: 0.6rem;
  }
  .scoopList-moreBtn p {
    font-size: 1.2rem;
  }
  .scoopListItem {
    width: calc((100% - 1.4rem) / 2);
    padding: 0 0.4rem 0 1.2rem;
  }
  .scoopListItem-img {
    margin-bottom: 1.5rem;
    border-radius: 0.8rem;
    box-shadow: 0.3rem 0.3rem #cccccc, 0.3rem 0.3rem 0 1px var(--main-color--black);
  }
  .scoopListItem-date {
    font-size: 1rem;
  }
  .scoopListItem-title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .scoopListItem-tags {
    font-size: 1.2rem;
  }
  .scoopListItem-tags span {
    display: inline-block;
  }

  .scoopListArrowBtn {
    width: 3rem;
    height: 3rem;
  }
  .scoopListArrowBtn::before {
    width: 0.6rem;
    height: 0.6rem;
  }

  /* ----- tags ----- */
  .topTags {
    padding: 4rem 1.6rem;
    flex-direction: column;
    gap: 2.5rem;
    border-radius: 2.4rem 0 0 2.4rem;
  }
  .topTags-title {
    width: 25%;
    max-width: 186px;
  }
  .topTags-list {
    width: 100%;
  }

  .tagsList {
    gap: 2rem 1.2rem;
  }
  .tagsList li a {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }

  /* .accordionBtn {
    gap: 7px;
    font-size: 1.6rem;
  }
  .accordionBtn::after {
    width: 7px;
    height: 7px;
    transform-origin: 6px 6px;
  } */

  /* ----- memberContents ----- */
  .topMemberContents {
    padding: 0 0 5rem;
  }
  .topMemberContents-title {
    left: -3%;
    width: 30%;
    max-width: 226px;
  }

  .memberContents {
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
  }

  .memberContent {
    width: calc((100% - 1.5rem) / 2);
  }
  .memberContent-bubble {
    margin-bottom: 0.8rem;
    padding: 0.6rem 0.4rem;
    border-radius: 0.6rem;
    font-size: 1rem;
  }
  .memberContent-bubble::before {
    bottom: -0.6rem;
    border-top: 0.6rem solid var(--sub-color--blue);
    border-right: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
  }
  .memberContent a {
    border-radius: 0.6rem;
  }
  .memberContent a::before {
    background-size: 2rem 2rem;
    border-radius: 0.6rem;
  }
}
