.l-look-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  overflow: auto;
  padding-bottom: 40px;
  z-index: 9999;
  background-color: #fff;
}
.l-look-modal .c-athlete-look__header {
  max-width: clamp(20px, 90%, 1320px);
  margin-left: auto;
  margin-right: auto;
}
.l-look-modal__container .swiper-pagination {
  position: relative;
  height: 60px;
  padding: 16px 0;
  bottom: auto;
}
.l-look-modal__container .swiper-button {
  width: 24px;
  height: 24px;
  top: calc(50% - 30px);
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 3px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.l-look-modal__container .swiper-button::after {
  content: "";
  display: block;
  position: absolute;
  --size: 7px;
  --clr: #fff;
  --bdrw: 1px;
  display: block;
  width: var(--size, 7px);
  height: var(--size, 7px);
  border-top: var(--bdrw, 1px) solid var(--clr, #fff);
  border-right: var(--bdrw, 1px) solid var(--clr, #fff);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-width: 2px;
}
.l-look-modal__container .swiper-button-prev {
  left: 16px;
}
.l-look-modal__container .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.l-look-modal__container .swiper-button-next {
  right: 16px;
}
.l-look-modal__container .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (min-width: 48.0625em) {
  .l-look-modal__container .swiper-button {
    width: 44px;
    height: 44px;
  }
  .l-look-modal__container .swiper-button::after {
    width: 12px;
    height: 12px;
  }
  .l-look-modal__container .swiper-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .l-look-modal__container .swiper-button:hover::after {
    border-color: #333;
  }
}
.l-look-modal__container .swiper-pagination-bullet-active {
  background-color: #d4003b;
}
.l-look-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #d4003b;
  z-index: 1000;
}
.l-look-modal__close::before, .l-look-modal__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-look-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-look-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-look-modal__credit-slider {
  max-width: clamp(20px, 90%, 1320px);
  margin-left: auto;
  margin-right: auto;
}
.l-look-modal__credit {
  border-top: 1px solid #e8e6e6;
  background-color: #fff;
  opacity: 0 !important;
}
.l-look-modal__credit.swiper-slide-active {
  opacity: 1 !important;
}

.c-buttons {
  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;
}
.c-buttons [class$=button] + [class$=button] {
  margin-left: var(--margin, 16px);
}
@media (min-width: 48.0625em) {
  .c-buttons [class$=button] + [class$=button] {
    margin-left: var(--margin, 24px);
  }
}

.c-unique-button {
  position: relative;
  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;
  height: var(--sp-h, 48px);
  font-size: var(--sp-fz, 1.3rem);
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: var(--bdr, 3px);
  overflow: hidden;
  padding: 0 12px;
  line-height: 1.2;
  background-color: var(--bgc, #333);
  color: var(--color, #fff);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-unique-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--bgc-h, rgba(0, 0, 0, 0.2));
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 48.0625em) {
  .c-unique-button {
    height: var(--h, 48px);
    font-size: var(--fz, 1.3rem);
    max-width: var(--maw, 100%);
  }
  .c-unique-button:hover {
    color: var(--color-h, #fff);
  }
  .c-unique-button:hover::before {
    width: 100%;
  }
}
.c-unique-button a {
  z-index: 2;
}
.c-unique-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.c-fill-button {
  position: relative;
  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: var(--w, -webkit-fit-content);
  width: var(--w, -moz-fit-content);
  width: var(--w, fit-content);
  height: var(--sp-h, var(--h, 60px));
  font-size: var(--sp-fz, var(--fz));
  font-weight: bold;
  border-radius: var(--bdr, 0);
  background-color: var(--bgc, #000);
  border: 1px solid var(--bdc, var(--bgc, #000));
  color: var(--color, #fff);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  max-width: var(--maw, 100%);
  padding: 0 32px;
}
@media (min-width: 48.0625em) {
  .c-fill-button {
    height: var(--h, 60px);
    font-size: var(--fz, 1.3rem);
  }
  .c-fill-button:hover {
    border-color: var(--bdc-h, var(--bdc, var(--bgc-h, var(--bgc, #fff))));
    background-color: var(--bgc-h, var(--bgc, #fff));
    color: var(--color-h, var(--color, #000));
  }
}
.c-fill-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.c-buy-button {
  position: relative;
  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;
  height: var(--h, 32px);
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: var(--bdr, 0);
  background-color: var(--bgc, #000);
  border: 1px solid var(--bdc, var(--bgc));
  color: var(--color, #fff);
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  max-width: var(--maw, 56px);
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .c-buy-button {
    height: var(--h, 32px);
    font-size: 1.4rem;
    max-width: var(--maw, 80px);
  }
  .c-buy-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bgc-h, #fff);
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .c-buy-button:hover {
    color: var(--color-h, var(--color));
  }
  .c-buy-button:hover::before {
    opacity: 1;
    background-color: var(--bgc-h, #fff);
    border-color: var(--bdc-h, var(--bdc));
  }
}
.c-buy-button a {
  z-index: 2;
}
.c-buy-button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.c-category-switcher {
  border-top: 1px solid #e8e6e6;
  padding-top: 12px;
  padding-bottom: 32px;
  position: relative;
}
.c-category-switcher__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: clamp(2.4rem, 2.8571428571vw, 4rem);
}
.c-category-switcher__items::before, .c-category-switcher__items::after {
  display: none;
}
.c-category-switcher__item {
  position: relative;
  font-size: clamp(1.3rem, 1.1428571429vw, 1.6rem);
  padding-top: 12px;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
}
.c-category-switcher__item span {
  font-weight: bold;
  -webkit-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 12px 0 4px;
}
.c-category-switcher__item:hover {
  cursor: pointer;
}
.c-category-switcher__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #d4003b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-category-switcher__item:not(.is-current)::before {
  display: none;
}
.c-category-switcher__item:not(.is-current):hover span {
  color: #d4003b;
}

.c-category-navi:not(.is-current) {
  display: none;
}
.c-category-navi__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e8e6e6;
}
.c-category-navi__item {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #e8e6e6;
}
.c-category-navi__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #d4003b;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-category-navi__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-right: 8px;
}
.c-category-navi__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-category-navi__item a::after {
  content: "";
  display: block;
  --size: 9px;
  --clr: #d4003b;
  --bdrw: 1px;
  display: block;
  width: var(--size, 9px);
  height: var(--size, 9px);
  border-top: var(--bdrw, 1px) solid var(--clr, #d4003b);
  border-right: var(--bdrw, 1px) solid var(--clr, #d4003b);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-width: 2px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
@media (max-width: 48em) {
  .c-category-navi__item {
    margin-right: 16px;
    width: calc((100% - (16px)) / 2);
    height: 56px;
    font-size: 1.3rem;
  }
  .c-category-navi__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 48.0625em) {
  .c-category-navi__item {
    margin-right: 60px;
    width: calc((100% - (120px)) / 3);
    height: 80px;
    font-size: 1.6rem;
  }
  .c-category-navi__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .c-category-navi__item a {
    padding-right: 16px;
  }
  .c-category-navi__item:hover::after {
    width: 100%;
  }
  .c-category-navi__item:hover a::after {
    -webkit-transform: translateX(50%) rotate(45deg);
            transform: translateX(50%) rotate(45deg);
  }
}

.c-pickup-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-pickup-items .swiper-pagination {
  bottom: auto;
}
@media (max-width: 48em) {
  .c-pickup-items {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media (min-width: 48.0625em) {
  .c-pickup-items .swiper-button,
  .c-pickup-items .swiper-pagination {
    display: none;
  }
}
.c-pickup-items__content:not(.is-current) {
  display: none;
}
@media (min-width: 48.0625em) {
  .c-pickup-items__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-pickup-items__item {
  position: relative;
}
@media (min-width: 48.0625em) {
  .c-pickup-items__item {
    margin-right: 0px;
    width: calc((100% - (0px)) / 4);
    margin-bottom: 54px;
    margin-bottom: 30px;
  }
  .c-pickup-items__item:nth-child(4n+4) {
    margin-right: 0;
  }
  .c-pickup-items__item:hover .c-pickup-items__img:before {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .c-pickup-items__item:hover .c-pickup-items__info {
    color: #d4003b;
  }
}
.c-pickup-items__img {
  position: relative;
}
.c-pickup-items__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-pickup-items__info {
  text-align: center;
  margin-top: 13px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 48.0625em) {
  .c-pickup-items__info {
    margin-top: 20px;
  }
}
.c-pickup-items__title {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-pickup-items__title a {
  -webkit-transition: unset;
  transition: unset;
}
.c-pickup-items__title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-pickup-items__price {
  font-size: 1.2rem;
}

.c-look-banner__img {
  position: relative;
}
.c-look-banner__img a {
  position: relative;
}
.c-look-banner__img a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
  opacity: 0.4;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 48.0625em) {
  .c-look-banner__img:hover a::before {
    border-width: 40px;
  }
}

@media (min-width: 48.0625em) {
  .c-athlete-look__inner {
    max-width: clamp(20px, 90%, 1320px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .c-athlete-look__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-athlete-look__slider .swiper-pagination {
  bottom: auto;
}
@media (min-width: 48.0625em) {
  .c-athlete-look__slider {
    width: 50%;
  }
}
.c-athlete-look__slide {
  position: relative;
}
@media (max-width: 48em) {
  .c-athlete-look__slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .c-athlete-look__slide.swiper-slide-active .c-athlete-look__viewmore {
    display: block;
  }
  .c-athlete-look__slide.swiper-slide-active::before {
    opacity: 0;
  }
}
.c-athlete-look__viewmore {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: #333;
}
.c-athlete-look__viewmore::before, .c-athlete-look__viewmore::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
.c-athlete-look__viewmore::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 48.0625em) {
  .c-athlete-look__viewmore {
    display: none;
  }
}
@media (max-width: 48em) {
  .c-athlete-look__content {
    margin-top: 32px;
    max-width: min(calc(100% - 20px * 2),90%);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .c-athlete-look__content {
    width: 50%;
    padding: 48px 80px;
  }
}
.c-athlete-look__header .c-buttons {
  --bgc: #d4003b;
}
@media (min-width: 48.0625em) {
  .c-athlete-look__header {
    margin-bottom: 48px;
  }
}
.c-athlete-look__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (min-width: 48.0625em) {
  .c-athlete-look__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 48em) {
  .c-wearing {
    display: none;
  }
}
.c-wearing__heading {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 24px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-wearing__heading::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  border-radius: 5px;
  background-color: #d4003b;
  top: 0;
  left: 0;
}
.c-wearing__content {
  margin-top: 24px;
}
.c-wearing__items {
  border-top: 1px solid #e8e6e6;
  background-color: #fff;
}
@media (min-width: 48.0625em) {
  .c-wearing__items {
    opacity: 0 !important;
  }
  .c-wearing__items.swiper-slide-active {
    opacity: 1 !important;
  }
}
.c-wearing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e8e6e6;
}
.c-wearing__item-img {
  width: 64px;
}
.c-wearing__item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px;
}
.c-wearing__item-title {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-wearing__item-price {
  font-size: 1.2rem;
}
.c-wearing__item-price small {
  font-size: 1rem;
}
.c-wearing .c-buy-button {
  --bdr: 3px;
  --bgc: #d4003b;
  --bgc-h: rgba(0, 0, 0, 0.2);
}

.c-section-header {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48.0625em) {
  .c-section-header {
    margin-bottom: 40px;
  }
}
.c-section-header__col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-section-header__col:has(.c-section-header__subheading) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 26px;
}
@media (max-width: 48em) {
  .c-section-header__col:has(.c-section-header__subheading) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-section-header__heading1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.c-section-header > .c-section-header__heading1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48.0625em) {
  .c-section-header__heading1 {
    font-size: 2.4rem;
  }
}
.c-section-header__subheading {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.2857142857vw, 1.8rem);
}

@media (min-width: 48.0625em) {
  .c-staff-styling .swiper-pagination {
    display: none;
  }
}
.c-staff-styling .c-buttons {
  margin-top: 32px;
}
.c-staff-styling .c-buttons .c-unique-button {
  --bgc: #d4003b;
}
@media (max-width: 48em) {
  .c-staff-styling .c-buttons .c-unique-button {
    max-width: 165px;
    height: 32px;
  }
}
@media (min-width: 48.0625em) {
  .c-staff-styling .c-buttons {
    margin-top: 48px;
  }
  .c-staff-styling .c-buttons .c-unique-button {
    max-width: 238px;
  }
}
.c-staff-styling__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-staff-styling__item {
  position: relative;
}
@media (min-width: 48.0625em) {
  .c-staff-styling__item {
    margin-right: 50px;
    width: calc((100% - (200px)) / 5);
  }
  .c-staff-styling__item:nth-child(5n+5) {
    margin-right: 0;
  }
  .c-staff-styling__item:hover .c-staff-styling__img::before {
    opacity: 1;
  }
  .c-staff-styling__item:hover .c-staff-styling__date,
  .c-staff-styling__item:hover .c-staff-styling__title {
    color: #d4003b;
  }
}
.c-staff-styling__img {
  position: relative;
}
.c-staff-styling__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-staff-styling__info {
  margin-top: 16px;
}
.c-staff-styling__date {
  font-size: 1.1rem;
  font-weight: bold;
  color: #a0a0a0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 48.0625em) {
  .c-staff-styling__date {
    font-size: 1.2rem;
  }
}
.c-staff-styling__title {
  font-size: 1.4rem;
  line-height: 1.57;
}
.c-staff-styling__title a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-staff-styling__title a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 48em) {
  .c-latest-post__items {
    border-top: 1px solid #e8e6e6;
  }
}
@media (min-width: 48.0625em) {
  .c-latest-post__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c-latest-post__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8e6e6;
  padding: 16px 0;
}
@media (min-width: 48.0625em) {
  .c-latest-post__item {
    border-top: 1px solid #e8e6e6;
    margin-right: 80px;
    width: calc((100% - (80px)) / 2);
  }
  .c-latest-post__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .c-latest-post__item::before, .c-latest-post__item::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    background-color: #d4003b;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .c-latest-post__item::before {
    top: 0;
  }
  .c-latest-post__item::after {
    bottom: 0;
  }
  .c-latest-post__item:hover::before, .c-latest-post__item:hover::after {
    width: 100%;
  }
  .c-latest-post__item:hover .c-latest-post__title {
    color: #d4003b;
  }
  .c-latest-post__item:hover .c-latest-post__date {
    color: #d4003b;
  }
}
.c-latest-post__img {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 48.0625em) {
  .c-latest-post__img {
    width: 200px;
  }
}
.c-latest-post__content {
  margin-left: 16px;
}
@media (min-width: 48.0625em) {
  .c-latest-post__content {
    margin-left: 32px;
  }
}
.c-latest-post__title {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-latest-post__title a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-latest-post__title a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 48.0625em) {
  .c-latest-post__title {
    font-size: 1.4rem;
  }
}
.c-latest-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
@media (min-width: 48.0625em) {
  .c-latest-post__info {
    font-size: 1.2rem;
  }
}
.c-latest-post__category {
  color: #d4003b;
}
.c-latest-post__date {
  color: #a0a0a0;
  margin-left: 10px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (min-width: 48.0625em) {
  .c-feature-banner__inner {
    max-width: clamp(20px, 90%, 1320px);
    margin-left: auto;
    margin-right: auto;
  }
}
.c-feature-banner__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 15px;
}
@media (min-width: 48.0625em) {
  .c-feature-banner__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 60px;
  }
}
.c-feature-banner__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48.0625em) {
  .c-feature-banner__item:hover .c-feature-banner__img {
    opacity: 0.6;
  }
  .c-feature-banner__item:hover .c-feature-banner__title {
    color: #d4003b;
  }
}
.c-feature-banner__img {
  aspect-ratio: auto 400/400;
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.c-feature-banner__img a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-feature-banner__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.c-feature-banner__info {
  margin-top: 12px;
}
.c-feature-banner__title {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-feature-banner__title a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 48em) {
  .c-feature-banner__title {
    max-width: min(calc(100% - 20px * 2),90%);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48.0625em) {
  .c-feature-banner__title {
    font-size: 1.3rem;
  }
}

.c-entry {
  position: relative;
}
@media (min-width: 48.0625em) {
  .c-entry:has(a):hover .c-entry__img {
    opacity: 0.7;
  }
  .c-entry:has(a):hover .c-entry__title {
    color: var(--entry-clr, #666);
  }
}
.c-entry__img {
  border-radius: var(--entry-bdr, 1rem);
  overflow: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.c-entry__img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.c-entry__content {
  margin-top: clamp(1.4rem, 1.7142857143vw, 2.4rem);
}
.c-entry__category {
  color: var(--entry-clr, #666);
  font-weight: bold;
  font-size: clamp(1.1rem, 0.8571428571vw, 1.2rem);
}
.c-entry__title {
  font-weight: bold;
  -webkit-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
}

.p-sections {
  --padding-sp: calc(var(--padding) / 2);
  padding: var(--padding-sp, 40px) 0;
}
@media (min-width: 48.0625em) {
  .p-sections {
    padding: var(--padding, 80px) 0;
  }
}
.p-sections--border {
  border-top: 1px solid #e8e6e6;
  border-bottom: 1px solid #e8e6e6;
}

.p-section + .p-section {
  margin-top: 48px;
}
@media (min-width: 48.0625em) {
  .p-section + .p-section {
    margin-top: 80px;
  }
}
.p-section__inner {
  max-width: clamp(20px, 90%, 1320px);
  margin-left: auto;
  margin-right: auto;
}
.p-section__header {
  margin-bottom: 40px;
}
.p-section__heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (min-width: 48.0625em) {
  .p-section__heading {
    font-size: 2.4rem;
  }
}

.home {
  padding-bottom: 24px;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.swiper-pagination span {
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

@media (min-width: 48.0625em) {
  .swiper-container:hover .swiper-button {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .swiper-container:hover .swiper-button::after {
    border-color: #333;
  }
}

.swiper-button {
  width: 24px;
  height: 24px;
  top: calc(50% - 10px);
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 3px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.swiper-button::after {
  content: "";
  display: block;
  position: absolute;
  --size: 7px;
  --clr: #fff;
  --bdrw: 1px;
  display: block;
  width: var(--size, 7px);
  height: var(--size, 7px);
  border-top: var(--bdrw, 1px) solid var(--clr, #fff);
  border-right: var(--bdrw, 1px) solid var(--clr, #fff);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-width: 2px;
}
.swiper-button-prev {
  left: 16px;
}
.swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.swiper-button-next {
  right: 16px;
}
.swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (min-width: 48.0625em) {
  .swiper-button {
    width: 44px;
    height: 44px;
  }
  .swiper-button::after {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 48em) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #9a9a9a;
  background-color: #d4003b;
}

.pg-mv .swiper-pagination {
  position: relative;
}
.pg-mv__slider {
  width: 100%;
}
.pg-mv__slide {
  position: relative;
}
.pg-mv__slide img {
  width: 100%;
}

.pg-topics-banner {
  margin-top: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e6e6;
}
@media (min-width: 48.0625em) {
  .pg-topics-banner {
    padding-top: 20px;
    padding-bottom: 48px;
  }
}
.pg-topics-banner__inner {
  max-width: clamp(20px, 90%, 960px);
  margin-left: auto;
  margin-right: auto;
}
.pg-topics-banner__items {
  padding-left: 20px;
  padding-right: 20px;
}
.pg-topics-banner__item {
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (min-width: 48.0625em) {
  .pg-topics-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .pg-topics-banner__item:hover {
    opacity: 0.6;
  }
}
.pg-topics-banner__img a {
  height: 100%;
}
.pg-topics-banner__img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-topics-banner__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48.0625em) {
  .pg-topics-banner__img {
    width: 320px;
  }
}
.pg-topics-banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f0f2f5;
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 48.0625em) {
  .pg-topics-banner__content {
    padding: 32px 40px;
  }
}
.pg-topics-banner__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 48.0625em) {
  .pg-topics-banner__title {
    font-size: 2.2rem;
  }
}
.pg-topics-banner__text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 8px;
}
@media (min-width: 48.0625em) {
  .pg-topics-banner__text {
    font-size: 1.4rem;
  }
}
.pg-topics-banner .c-buttons {
  margin-top: 28px;
}
@media (min-width: 48.0625em) {
  .pg-topics-banner .c-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pg-topics-banner .c-fill-button {
  --maw: 164px;
  --bdr: 3px;
  --h: 32px;
  --fz: 1.3rem;
  --bgc: #d4003b;
  --bgc-h: #d4003b;
}

.pg-topics {
  margin-top: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e6e6;
}
@media (min-width: 48.0625em) {
  .pg-topics {
    padding-top: 20px;
    padding-bottom: 48px;
  }
}
.pg-topics__inner {
  max-width: clamp(20px, 90%, 960px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 48em) {
  .pg-topics__container {
    padding: 0 5%;
  }
}
@media (min-width: 48.0625em) {
  .pg-topics__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pg-topics__content {
  position: relative;
}
@media (min-width: 48.0625em) {
  .pg-topics__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 32px;
  }
  .pg-topics__content:hover .pg-topics__img {
    opacity: 0.6;
  }
  .pg-topics__content:hover .pg-topics__title {
    text-decoration: none;
  }
  .pg-topics__content:hover .pg-topics__title::after {
    width: 100%;
  }
  .pg-topics__content:hover .pg-topics__title span::after {
    -webkit-transform: translateX(50%) rotate(45deg);
            transform: translateX(50%) rotate(45deg);
  }
}
.pg-topics__img {
  aspect-ratio: auto 345/129;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-topics__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48.0625em) {
  .pg-topics__img {
    -ms-flex-preferred-size: 345px;
        flex-basis: 345px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.pg-topics__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-size: 1.3rem;
  border-bottom: 1px solid #e8e6e6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  text-decoration: none;
}
.pg-topics__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #d4003b;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-topics__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-right: 20px;
  font-weight: bold;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-topics__title span::after {
  content: "";
  display: block;
  --size: 9px;
  --clr: #d4003b;
  --bdrw: 1px;
  display: block;
  width: var(--size, 9px);
  height: var(--size, 9px);
  border-top: var(--bdrw, 1px) solid var(--clr, #d4003b);
  border-right: var(--bdrw, 1px) solid var(--clr, #d4003b);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  border-width: 2px;
  right: 8px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
@media (max-width: 48em) {
  .pg-topics__title {
    margin-top: 4px;
    height: 60px;
  }
  .pg-topics__title span::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 48.0625em) {
  .pg-topics__title {
    font-size: 1.6rem;
  }
  .pg-topics__title span {
    padding-right: 24px;
  }
}

.pg-search-items {
  margin-top: 26px;
}
@media (max-width: 48em) {
  .pg-search-items {
    margin-bottom: 16px;
  }
}
@media (min-width: 48.0625em) {
  .pg-search-items {
    margin-top: 40px;
  }
}
.pg-search-items__inner {
  max-width: clamp(20px, 90%, 1320px);
  margin-left: auto;
  margin-right: auto;
}
.pg-search-items__header {
  margin-bottom: 16px;
}
@media (min-width: 48.0625em) {
  .pg-search-items__header {
    margin-bottom: 24px;
  }
}
.pg-search-items__heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pg-search-items > .pg-search-items__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48.0625em) {
  .pg-search-items__heading {
    font-size: 2.4rem;
  }
}

.pg-parplay-entries {
  overflow: hidden;
}
.pg-parplay-entries .swiper-pagination-bullet-active {
  background-color: #31ab49;
}
@media (min-width: 48.0625em) {
  .pg-parplay-entries .swiper-pagination {
    display: none;
  }
}
.pg-parplay-entries__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-parplay-entries .c-entry {
  --entry-clr: #31ab49;
}
@media (min-width: 48.0625em) {
  .pg-parplay-entries .c-entry {
    --entry-bdr: 2rem;
  }
}

.pg-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px clamp(2.4rem, 4.2857142857vw, 6rem);
}
@media (max-width: 48em) {
  .pg-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pg-banner {
  position: relative;
}
@media (min-width: 48.0625em) {
  .pg-banner:hover .pg-banner__img {
    opacity: 0.6;
  }
  .pg-banner:hover .pg-banner__text a {
    color: #d4003b;
  }
}
.pg-banner__img {
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-banner__text {
  font-size: clamp(1.2rem, 0.9285714286vw, 1.3rem);
  margin-top: 8px;
}
.pg-banner__text a {
  font-weight: bold;
  -webkit-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pg-banner__text a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}/*# sourceMappingURL=home.css.map */