main {
  overflow: hidden;
}

.l-special_featured {
  padding: 4rem 2.4rem;
  background: #e60012;
  background-image: url(/img/special/l-special_featured_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-special_featured_txt {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-special_featured_item {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}

.l-special_featured_item:last-of-type {
  margin-bottom: 0;
}

.l-special_featured_item_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-special_featured_item_img_wrapper {
  aspect-ratio: 1.77778;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.l-special_featured_item_img_txt.is-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 2.4rem;
  border: 1px solid #e60012;
  background: #fff;
  color: #e60012;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-special_featured_item_content_date {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-special_featured_item_date {
  display: block;
  margin-bottom: .5rem;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-special_featured_item_txt {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-special_featured_item_tag {
  padding: .7rem 1rem;
  border: 1px solid #e60012;
  background: #000;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-special_featured_item_tag_wrapper {
  gap: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-special_category {
  margin-bottom: 6rem;
}

.is-category .l-special_category {
  margin-bottom: 0;
}

.l-special_category_wrapper {
  padding: 4rem 0 11rem;
  overflow: hidden;
}

.l-special_category_wrapper.is-category {
  padding: 4rem 2.4rem 11rem;
}

.l-special_category_wrapper.is-category .l-special_item {
  width: 100%;
  margin-bottom: 3rem;
}

.l-special_category_wrapper.is-category .l-special_item:last-of-type {
  margin-bottom: 0;
}

.l-special_category_wrapper.is-category .l-special_item_wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 6rem;
  padding: 0;
}

.l-special_category_wrapper.is-category .l-special_category_ttl {
  padding-left: 0;
  text-align: left;
}

.l-special_category_wrapper.is-category .l-special_btn {
  width: 100%;
}

.l-special_category_ttl {
  margin-bottom: 3rem;
  padding-left: 2.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-special_item {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32.7rem;
  margin-right: 1rem;
}

.l-special_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  margin-bottom: 2rem;
  padding: 0 2.4rem;
  list-style: none;
}

.l-special_item_wrapper.swiper-initialized {
  display: block;
}

.l-special_item_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-special_item_img_wrapper {
  aspect-ratio: 1.77778;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.l-special_item_img_txt.is-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 2.4rem;
  border: 1px solid #e60012;
  background: #fff;
  color: #e60012;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-special_item_content_date {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-special_item_date {
  display: block;
  margin-bottom: .5rem;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.l-special_item_txt {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.l-special_item_tag {
  padding: .7rem 1rem;
  border: 1px solid #e60012;
  background: #000;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.l-special_item_tag_wrapper {
  gap: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-special_slideber {
  height: 100%;
  background: #e60012;
}

.l-special_slideber_wrapper {
  width: calc(100% - 4.8rem);
  height: 0.2rem;
  margin: 0 auto 3rem;
  overflow: hidden;
  background: #fff;
}

.l-special_ui_btn path {
  -webkit-transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-special_ui_btn_wrapper {
  display: none;
}

.l-special_ui_btn_icn {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
}

.l-special_btn {
  width: calc(100% - 4.8rem);
  height: 5rem;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .l-special_featured {
    padding: 6rem 0 0;
    background-image: url(/img/special/l-special_featured_bg_pc.png);
  }
  .l-special_featured_txt {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin: 0 auto 4rem;
    font-size: 2.4rem;
  }
  .l-special_featured_item {
    width: calc(50% - 3rem);
    margin-bottom: 0;
  }
  .l-special_featured_item_wrapper {
    gap: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: min(83.33%, 120rem);
    margin: 0 auto;
    padding: 0 0 6rem;
  }
  .l-special_featured_item_content_date {
    font-size: 1.4rem;
  }
  .l-special_featured_item_date {
    font-size: 1.4rem;
  }
  .l-special_featured_item_txt {
    font-size: 1.4rem;
  }
  .is-category .l-special_category {
    margin-bottom: 2rem;
  }
  .l-special_category_wrapper {
    padding-top: 6rem;
  }
  .l-special_category_wrapper.is-category {
    padding: 6rem 0 11rem;
  }
  .l-special_category_wrapper.is-category .l-special_item {
    margin-bottom: 0;
  }
  .l-special_category_wrapper.is-category .l-special_item_wrapper {
    gap: 4rem 3rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 6rem;
  }
  .l-special_category_wrapper.is-category .l-special_category_ttl {
    width: 100%;
    margin-bottom: 6rem;
    text-align: center;
  }
  .l-special_category_wrapper.is-category .l-special_btn {
    width: 30rem;
  }
  .l-special_category_ttl {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 4rem;
    margin-left: auto;
    padding-left: 0;
    font-size: 3.5rem;
  }
  .l-special_item {
    margin-right: 3rem;
  }
  .l-special_item_wrapper {
    width: min(83.33%, 120rem);
    margin: 0 auto;
    margin-bottom: 3rem;
    padding: 0;
  }
  .l-special_item_content_date {
    font-size: 1.4rem;
  }
  .l-special_item_date {
    font-size: 1.4rem;
  }
  .l-special_item_txt {
    font-size: 1.4rem;
  }
  .l-special_slideber_wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: .3rem;
    margin: 0 auto 0 0;
    background: #1e1e1e;
  }
  .l-special_ui_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: min(83.33%, 120rem);
    margin: 0 auto;
  }
  .l-special_ui_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border: 2px solid #fff;
    border-radius: 2.5rem;
    -webkit-transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .l-special_ui_btn.js-category_prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .l-special_ui_btn_wrapper {
    gap: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 8rem 0 3rem;
  }
  .l-special_btn {
    width: 30rem;
    height: 6rem;
    font-size: 1.4rem;
  }
}

@media (hover: hover) {
  .l-special_featured_item:hover .l-special_featured_item_img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .l-special_item:hover .l-special_item_img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .l-special_ui_btn:hover {
    border: 2px solid #e60012;
  }
  .l-special_ui_btn:hover path {
    fill: #e60012;
  }
}

.filter_wrapper {
  background-color: #181818;
  padding: 24px 12px;
  color: #fff;
  width: 100%;
  margin-inline: auto;
  margin-block: 40px;
}
@media (min-width: 768px) {
  .filter_wrapper {
    width: 680px;
    padding: 24px;
  }
}

.filter_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .filter_inner {
    grid-template-columns: auto 1fr;
    gap: 16px;
  }
}

.filter_inner_ttl-topleague {
  padding: 2px 24px;
  font-size: 14px;
  position: relative;
  background: #2b2b2b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  color: #e6ce00;
  margin-bottom: 16px;
}

.filter_inner_ttl-topleague::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 100%;
  background: #c1ab04;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.filter_inner_ttl-blockleague {
  padding: 2px 24px;
  font-size: 14px;
  position: relative;
  background: #2b2b2b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  color: #fff;
  margin-bottom: 16px;
}

.filter_inner_ttl-blockleague::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.filter_blockleague-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 8px;
  row-gap: 16px
}
@media (max-width: 767px) {
  .filter_blockleague-items {
    column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  }
}
@media (max-width: 440px) {
  .filter_blockleague-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 374px) {
  .filter_blockleague-items {
    grid-template-columns: repeat(4, minmax(74px, 1fr));
  }
}

.filter_menu-item {
  display: flex;
  gap: 4px;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  transition: .3s;
}
.filter_menu-item[data-type="topleague"] {
  display: inline-flex;
}
.filter_menu-item:focus-visible {
  opacity: .7;
}
@media (any-hover: hover) {
  .filter_menu-item:hover {
    opacity: .7;
  }
}
@media (max-width: 767px) {
  .filter_menu-item {
    display: inline-flex;
  }
}
@media (max-width: 414px) {
  .filter_menu-item {
    font-size: 12px;
  }
}

.filter_menu-item.is-current {
  color: #e60012;
  border-bottom: 1px solid #e60012;
  cursor: default;
}
.filter_menu-item.is-current:focus-visible {
  opacity: 1;
}
@media (any-hover: hover) {
  .filter_menu-item.is-current:hover {
    opacity: 1;
  }
}

.filter_menu-item.is-current img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(98%) saturate(5015%) hue-rotate(357deg) brightness(94%) contrast(109%);
}

.filter_blockleague-items li {
  width: fit-content;
}

.filter_menu-item img {
  filter: brightness(0) invert(1);
}

.filter_accordion {
  font-size: 12px;
  color: #fff;
  gap: 8px;
  display: flex;
  position: relative;
  align-items: center;
  text-align: left;
  transition: .3s;
}

.filter_accordion:focus-visible {
  opacity: .7;
}
@media (any-hover: hover) {
  .filter_accordion:hover {
    opacity: .7;
  }
}

.filter_accordion_button {
  width: 15px;
  height: 15px;
}

.filter_accordion_button::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25rem;
  height: 0.2rem;
  transform: translateY(-50%);
  background: #fff;
  content: "";
}

.filter_accordion_button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25rem;
  height: 0.2rem;
  transform: translateY(-50%) rotate(90deg);
  background: #fff;
  content: "";
  transition: opacity 0.5s
  cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s
  cubic-bezier(0.19, 1, 0.22, 1);
}

.is-active .filter_accordion_button::after {
  transform: translateY(-50%) rotate(0);
  opacity: 0;
}

.filter_accordion_contents {
  margin-top: 16px;
  background-color: #000;
  padding: 16px;
}

.filter_wrapper .c-search_wrapper {
  margin: 0;
}

@media (max-width: 767px) {
  .filter_wrapper .c-search_container {
    display: block;
  }
}

.filter_wrapper .c-search_select {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
}
@media (min-width: 768px) {
  .filter_wrapper .c-search_select {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 767px) {
  .c-search_select:not(:last-of-type) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-bottom: 24px;
  }
}

.filter_wrapper .c-search_head {
  font-size: 12px;
  margin-bottom: 0;
}

.filter_wrapper .search_select-items {
  width: 100%;
}
@media (min-width: 768px) {
  .filter_wrapper .search_select-items {
    width: 13rem;
  }
}