.special {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.special__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 10.6666666667vw);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .special__inner {
    width: 83.3333333333vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .special__inner {
    width: 1600px;
  }
}
.special__deco-item {
  --deco-item-tx: 0;
  position: fixed;
  overflow: hidden;
  pointer-events: none;
}
.special__deco-item img {
  transition: transform 0.3s ease-in-out;
  transform: translateX(var(--deco-item-tx));
}
.special__deco-item--left-1 {
  --deco-item-tx: -100%;
  top: 25vh;
  left: 2vw;
  z-index: 3;
  width: 10vw;
}
@media (min-width: 768px) {
  .special__deco-item--left-1 {
    width: 52.5px;
  }
}
@media (min-width: 1280px) {
  .special__deco-item--left-1 {
    width: 75px;
  }
}
@media (min-width: 1920px) {
  .special__deco-item--left-1 {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .special__deco-item--left-1 {
    left: 1.5277777778vw;
    z-index: 4;
  }
}
.special__deco-item--left-2 {
  --deco-item-tx: -100%;
  top: 75vh;
  left: 2vw;
  z-index: 3;
  width: 12vw;
}
@media (min-width: 768px) {
  .special__deco-item--left-2 {
    width: 63px;
  }
}
@media (min-width: 1280px) {
  .special__deco-item--left-2 {
    width: 90px;
  }
}
@media (min-width: 1920px) {
  .special__deco-item--left-2 {
    width: 108px;
  }
}
@media only screen and (min-width: 768px) {
  .special__deco-item--left-2 {
    left: 1.4583333333vw;
    z-index: 4;
  }
}
.special__deco-item--right-1 {
  --deco-item-tx: 100%;
  top: 60vh;
  right: 2vw;
  z-index: 3;
  width: 12vw;
}
@media (min-width: 768px) {
  .special__deco-item--right-1 {
    width: 63px;
  }
}
@media (min-width: 1280px) {
  .special__deco-item--right-1 {
    width: 90px;
  }
}
@media (min-width: 1920px) {
  .special__deco-item--right-1 {
    width: 108px;
  }
}
@media only screen and (min-width: 768px) {
  .special__deco-item--right-1 {
    right: 1.4583333333vw;
    z-index: 2;
  }
}
.special__deco-item.js--anime {
  --deco-item-tx: 0;
}
.special__filter {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .special__filter {
    margin-bottom: 3.4722222222vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .special__filter {
    margin-bottom: 66.6666666667px;
  }
}
.special__filter-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.6666666667vw 2.2666666667vw;
}
@media (min-width: 768px) {
  .special__filter-list {
    gap: 14px;
  }
}
@media (min-width: 1280px) {
  .special__filter-list {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .special__filter-list {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .special__filter-list {
    justify-content: center;
  }
}
.special__filter-btn {
  position: relative;
  width: 26vw;
  height: 8vw;
  padding: 1.3333333333vw;
  border: 0.2666666667vw solid #9f9f9f;
  border-radius: 4vw;
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  white-space: nowrap;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .special__filter-btn {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn {
    font-size: 16.8px;
  }
}
@media (min-width: 768px) {
  .special__filter-btn {
    padding: 5.6px 16.8px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn {
    padding: 8px 24px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn {
    padding: 9.6px 28.8px;
  }
}
@media (min-width: 768px) {
  .special__filter-btn {
    border-width: 1.4px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn {
    border-width: 2px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn {
    border-width: 2.4px;
  }
}
@media (min-width: 768px) {
  .special__filter-btn {
    border-radius: 14px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn {
    border-radius: 20px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .special__filter-btn {
    width: 77px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn {
    width: 110px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn {
    width: 132px;
  }
}
@media (min-width: 768px) {
  .special__filter-btn {
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn {
    height: 48px;
  }
}
.special__filter-btn::before {
  content: "";
  position: absolute;
  padding: 0.2666666667vw;
  border-radius: inherit;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  inset: -0.2666666667vw;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .special__filter-btn::before {
    padding: 1.4px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn::before {
    padding: 2px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn::before {
    padding: 2.4px;
  }
}
@media (min-width: 768px) {
  .special__filter-btn::before {
    inset: -1.4px;
  }
}
@media (min-width: 1280px) {
  .special__filter-btn::before {
    inset: -2px;
  }
}
@media (min-width: 1920px) {
  .special__filter-btn::before {
    inset: -2.4px;
  }
}
@media only screen and (min-width: 768px) {
  .special__filter-btn {
    transition: all 300ms;
  }
  .special__filter-btn:hover::before {
    opacity: 1;
  }
}
.special__filter-btn.is-active {
  pointer-events: none;
}
.special__filter-btn.is-active::before {
  opacity: 1;
}
.special__empty {
  margin-top: 10.6666666667vw;
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .special__empty {
    margin-top: 35px;
  }
}
@media (min-width: 1280px) {
  .special__empty {
    margin-top: 50px;
  }
}
@media (min-width: 1920px) {
  .special__empty {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .special__empty {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .special__empty {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .special__empty {
    font-size: 16.8px;
  }
}
.special__list {
  display: grid;
  gap: 16vw;
  grid-template-columns: 1fr;
  margin-top: 16vw;
}
@media (min-width: 768px) {
  .special__list {
    gap: 49px 28px;
  }
}
@media (min-width: 1280px) {
  .special__list {
    gap: 70px 40px;
  }
}
@media (min-width: 1920px) {
  .special__list {
    gap: 84px 48px;
  }
}
@media (min-width: 768px) {
  .special__list {
    margin-top: 56px;
  }
}
@media (min-width: 1280px) {
  .special__list {
    margin-top: 80px;
  }
}
@media (min-width: 1920px) {
  .special__list {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 768px) {
  .special__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.special__item-link {
  display: block;
  color: #262626;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .special__item-link .special__item-text {
    background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
    -webkit-background-clip: text;
    background-clip: text;
    transition: color 0.3s ease;
  }
  @supports (-webkit-text-fill-color: transparent) {
    .special__item-link .special__item-text {
      -webkit-text-fill-color: currentcolor;
      transition: color 0.3s ease, -webkit-text-fill-color 0.3s ease;
    }
  }
  .special__item-link:hover .special__item-text {
    color: transparent;
  }
  @supports (-webkit-text-fill-color: transparent) {
    .special__item-link:hover .special__item-text {
      -webkit-text-fill-color: transparent;
    }
  }
  .special__item-link:hover .special__item-thumb::before {
    opacity: 1;
  }
}
.special__item-thumb {
  position: relative;
  width: 100%;
  margin-bottom: 5.3333333333vw;
  border-radius: 0.8vw;
  background: #e9e9e9;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .special__item-thumb {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .special__item-thumb {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .special__item-thumb {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .special__item-thumb {
    margin-bottom: 14px;
  }
}
@media (min-width: 1280px) {
  .special__item-thumb {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .special__item-thumb {
    margin-bottom: 24px;
  }
}
.special__item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.special__item-thumb::after {
  content: "";
  position: absolute;
  z-index: 2;
  border: 0.2666666667vw solid #9f9f9f;
  border-radius: inherit;
  transition: opacity 0.3s ease;
  pointer-events: none;
  inset: 0;
}
@media (min-width: 768px) {
  .special__item-thumb::after {
    border-width: 1.4px;
  }
}
@media (min-width: 1280px) {
  .special__item-thumb::after {
    border-width: 2px;
  }
}
@media (min-width: 1920px) {
  .special__item-thumb::after {
    border-width: 2.4px;
  }
}
.special__item-thumb::before {
  content: "";
  position: absolute;
  z-index: 3;
  padding: 0.2666666667vw;
  border-radius: inherit;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  inset: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .special__item-thumb::before {
    padding: 1.4px;
  }
}
@media (min-width: 1280px) {
  .special__item-thumb::before {
    padding: 2px;
  }
}
@media (min-width: 1920px) {
  .special__item-thumb::before {
    padding: 2.4px;
  }
}
.special__item-dtl {
  position: relative;
}
.special__item-meta {
  display: flex;
  align-items: center;
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 768px) {
  .special__item-meta {
    margin-bottom: 7px;
  }
}
@media (min-width: 1280px) {
  .special__item-meta {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .special__item-meta {
    margin-bottom: 12px;
  }
}
.special__item-date {
  font-family: "BIZ UDPGothic", serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .special__item-date {
    font-size: 11.2px;
  }
}
@media (min-width: 1280px) {
  .special__item-date {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .special__item-date {
    font-size: 19.2px;
  }
}
.special__item-new {
  margin-top: -0.2666666667vw;
  margin-left: 0.6666666667vw;
  color: #262626;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 0.05em;
  background: url("../img/common/bg_gradient_new.webp") no-repeat center center/cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .special__item-new {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .special__item-new {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .special__item-new {
    font-size: 16.8px;
  }
}
@media (min-width: 768px) {
  .special__item-new {
    margin-right: 2.8px;
  }
}
@media (min-width: 1280px) {
  .special__item-new {
    margin-right: 4px;
  }
}
@media (min-width: 1920px) {
  .special__item-new {
    margin-right: 4.8px;
  }
}
@media (min-width: 768px) {
  .special__item-new {
    margin-top: -1.4px;
  }
}
@media (min-width: 1280px) {
  .special__item-new {
    margin-top: -2px;
  }
}
@media (min-width: 1920px) {
  .special__item-new {
    margin-top: -2.4px;
  }
}
@media (min-width: 768px) {
  .special__item-new {
    margin-left: 3.5px;
  }
}
@media (min-width: 1280px) {
  .special__item-new {
    margin-left: 5px;
  }
}
@media (min-width: 1920px) {
  .special__item-new {
    margin-left: 6px;
  }
}
@media (min-width: 768px) {
  .special__item-new {
    letter-spacing: calc(0.035em * 1px);
  }
}
@media (min-width: 1280px) {
  .special__item-new {
    letter-spacing: calc(0.05em * 1px);
  }
}
@media (min-width: 1920px) {
  .special__item-new {
    letter-spacing: calc(0.06em * 1px);
  }
}
.special__item-tags {
  display: flex;
  align-items: center;
  gap: 1.0666666667vw;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .special__item-tags {
    gap: 0.6944444444vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .special__item-tags {
    gap: 13.3333333333px;
  }
}
.special__item-tag {
  padding: 1.3333333333vw 2.4vw;
  border-radius: 2.6666666667vw;
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 2.4vw;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background: #d6e29e;
}
@media (min-width: 768px) {
  .special__item-tag {
    font-size: 7px;
  }
}
@media (min-width: 1280px) {
  .special__item-tag {
    font-size: 10px;
  }
}
@media (min-width: 1920px) {
  .special__item-tag {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .special__item-tag {
    padding: 0.2777777778vw 1.0416666667vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .special__item-tag {
    padding: 5.3333333333px 20px;
  }
}
.special__item-tag--important {
  color: #f5f5f5;
  background: #ee4065;
}
@media only screen and (min-width: 768px) {
  .special__item-tag--important {
    font-weight: 300;
  }
}
.special__item-tag.is-news {
  background: #ffe4d1;
}
.special__item-tag.is-tips {
  background: #fffbdd;
}
.special__item-tag.is-manga {
  background: #eacaf3;
}
.special__item-tag.is-fankit {
  background: #ccd4f2;
}
.special__item-text {
  display: -webkit-box;
  overflow: hidden;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .special__item-text {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .special__item-text {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .special__item-text {
    font-size: 21.6px;
  }
}
@media only screen and (min-width: 768px) {
  .special__item-text {
    line-height: 1.7777777778;
    -webkit-line-clamp: 2;
  }
}
.special .pagination {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .special .pagination {
    margin-top: 49px;
  }
}
@media (min-width: 1280px) {
  .special .pagination {
    margin-top: 70px;
  }
}
@media (min-width: 1920px) {
  .special .pagination {
    margin-top: 84px;
  }
}
/*# sourceMappingURL=sourcemaps/special.css.map */
