/** @format */
.p-artworks__toLatestPage {
  gap: 108px;
}
@media screen and (max-width: 767px) {
  .p-artworks__toLatestPage {
    gap: 44px;
  }
}

.p-challengeMV__img {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.p-challengeMV__img .p-challengeMV_message {
  position: absolute;
  top: 6.9vw;
  right: 13.8vw;
  font-weight: normal;
  font-size: clamp(10px, 1.4vw, 16px);
  line-height: clamp(10px, 2.1vw, 24px);
  text-align: center;
  color: #1f1f1f;
}
@media screen and (min-width: 1200px) {
  .p-challengeMV__img .p-challengeMV_message {
    font-size: 16px;
    right: 13.8%;
    top: 13%;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-challengeMV__img .p-challengeMV_message {
    top: 2.5%;
    right: 14%;
    font-weight: normal;
    font-size: clamp(10px, 2.667vw, 32px);
    line-height: clamp(16px, 4.2667vw, 48px);
    text-align: center;
  }
}

.p-filterOpen::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-filterOpen::before {
    content: none;
  }
}

.p-filterOpen__btn {
  border-radius: 25px;
  background: #477eeb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  transition: max-width 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  max-width: 60px;
  width: 60px;
  border-radius: 50%;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-filterOpen__btn {
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 7px 12px;
    border-radius: 5px;
  }
}
.p-filterOpen__btn img.p-filterOpen__text {
  width: 306px;
  min-width: 306px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
  position: relative;
  top: 3px;
  padding-left: 12px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-filterOpen__btn img.p-filterOpen__text {
    width: 251px;
    min-width: auto;
    -webkit-transform: none;
            transform: none;
    padding-left: 0;
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.p-filterOpen__btn:hover {
  height: 50px;
  border-radius: 25px;
  width: 100%;
  max-width: 418px;
  -webkit-transition: max-width 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, border-radius 0s ease-in-out;
  transition: max-width 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, border-radius 0s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-filterOpen__btn:hover {
    height: auto;
    width: auto;
    border-radius: 5px;
  }
}
.p-filterOpen__btn:hover .p-filterOpen__icon {
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(1.3);
          transform: translate(0, -50%) scale(1.3);
}
@media screen and (max-width: 767px) {
  .p-filterOpen__btn:hover .p-filterOpen__icon {
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
  }
}
.p-filterOpen__btn:hover img.p-filterOpen__text {
  visibility: visible;
  opacity: 1;
}
.p-filterOpen__btn .p-filterOpen__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: left 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, top 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, top 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-filterOpen__btn .p-filterOpen__icon {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .p-filterDialog__close {
    background: none;
    background-color: #477eeb;
    bottom: 30px;
    width: 160px;
    height: 42px;
  }
  .p-filterDialog__close .p-filterDialog__close__sp {
    -webkit-transform: none;
            transform: none;
  }
}
.p-filterOpen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-base__filter {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-base__filter {
    display: none;
  }
}

.p-artworks__heading__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin-bottom: 64px;
  padding-bottom: 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-artworks__heading__bottom {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-artworks__heading__bottom .p-artworks__heading__button {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-artworks__heading__bottom .p-artworks__heading__button {
    margin-top: 0;
  }
}
.p-artworks__heading__bottom .p-artworks__heading__button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 2.1vw, 20px);
  border-radius: 25px;
  background: #9bf;
  padding: 6px 30px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-artworks__heading__bottom .p-artworks__heading__button button {
    border-radius: 5px;
    background: #477eeb;
    padding: 8px 15px;
  }
}
.p-artworks__heading__bottom .p-artworks__heading__button button .p-filterOpen__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-artworks__heading__bottom .p-artworks__heading__button button .p-filterOpen__text {
  max-width: 95%;
}
@media screen and (max-width: 767px) {
  .p-artworks__heading__bottom .p-artworks__heading__button button .p-filterOpen__text {
    width: 215px;
    height: 15px;
  }
}
.p-artworks__heading__bottom .p-artworks__heading__button button:hover {
  background: #477EEB;
}
.p-artworks__heading__bottom .p-artworks__heading__button button:hover .p-filterOpen__icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-artworks__heading__bottom .p-artworks__heading__button button:hover .p-filterOpen__text {
  visibility: visible;
  opacity: 1;
}

.p-artworks__heading__selected {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}