.entry-content > .ic-title:first-child {
  padding-top: var(--ic-spacing-1);
}

.ic-title {
  --font-size-main: clamp(32px, 24.234px + 2.071vw, 64px);
  --font-size-secondary: clamp(14px, 13.0323px + 0.2581vw, 18px);
  padding-bottom: clamp(18px, 2.9515px + 4.0129vw, 80px);
  margin-block-start: 0;
  display: flex;
  align-items: baseline;
  margin-top: var(--ic-spacing-1);
}
@media (max-width: 1734px) {
  .ic-title {
    margin-left: var(--ic-page-spacing-main) !important;
    margin-right: var(--ic-page-spacing-main) !important;
  }
}
@media (max-width: 750px) {
  .ic-title {
    flex-direction: column;
  }
  .ic-title__sub {
    margin-left: 0;
    margin-top: 6px;
  }
}
.ic-title__main {
  font-family: "Futura PT";
  font-weight: 450;
  font-size: var(--font-size-main);
  line-height: 100%;
  letter-spacing: 2px;
}
.ic-title__sub {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: var(--font-size-secondary);
  line-height: 100%;
  letter-spacing: 0.725px;
  margin-left: min(1.0416666667vw, 20px);
}

.ic-product__group {
  --content-padding: 0 var(--margin-width);
  margin-block-start: 0;
  max-width: 100vw;
  overflow: hidden;
}
@media (max-width: 1734px) {
  .ic-product__group {
    --margin-width: var(--ic-page-spacing-main);
  }
}
.ic-product__wrapper {
  max-width: 100vw;
  height: inherit;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ic-product__wrapper::-webkit-scrollbar {
  display: none;
}
.ic-product__inner {
  width: max-content;
  padding: var(--content-padding);
}
.ic-product__list {
  height: max-content;
  display: flex;
  gap: clamp(24px, 14.2912621359px + 2.5889967638 * 1vw, 64px);
}
.ic-product__item {
  --width: clamp(240px, 196.3106796117px + 11.6504854369 * 1vw, 420px);
  height: max-content;
  width: var(--width);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
}
.ic-product__item:hover .ic-product__item-inner img {
  transform: scale(1.1);
}
.ic-product__item:hover .ic-product__item-title {
  color: #CC507E;
}
.ic-product__item:hover .ic-product__item-tags,
.ic-product__item:hover .ic-product__item-date,
.ic-product__item:hover .ic-product__item-desc {
  opacity: 0.5;
}
.ic-product__item-banner {
  position: relative;
}
.ic-product__item-inner {
  position: relative;
  aspect-ratio: 420/236;
  border-bottom-right-radius: clamp(45px, 36.5048543689px + 2.2653721683 * 1vw, 80px);
  background: #F8F8F8;
  overflow: hidden;
}
.ic-product__item-image {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.ic-product__item-image.bg {
  background-color: #C4C4C4;
}
.ic-product__item-image img {
  transition: all 0.3s ease-in;
}
.ic-product__item-triangle {
  --triangle-width: clamp(45px, 39.9029126214px + 1.359223301 * 1vw, 66px);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: var(--triangle-width) solid #000000;
  border-right: var(--triangle-width) solid transparent;
}
.ic-product__item-new {
  --ic-icon-size: clamp(28px, 24.359223301px + 0.9708737864 * 1vw, 43px);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.ic-product__item-new .ic-icon {
  left: 3px;
  top: 3px;
}
.ic-product__item-new .ic-icon svg {
  width: 100%;
  height: 100%;
}
.ic-product__item-content {
  height: max-content;
  flex: 1;
}
.ic-product__item-title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764 * 1vw, 20px);
  line-height: 150%;
  padding-top: clamp(14px, 13.5145631068px + 0.1294498382 * 1vw, 16px);
  margin-block-start: 0;
  margin-block-end: 0;
  transition: all 0.3s ease-in;
}
.ic-product__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: clamp(14px, 13.5145631068px + 0.1294498382 * 1vw, 16px);
  transition: all 0.3s ease-in;
}
.ic-product__item-tags span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(25px, 23.786407767px + 0.3236245955 * 1vw, 30px);
  gap: clamp(5px, 3.786407767px + 0.3236245955 * 1vw, 10px);
  border: 1px solid #CC507E;
  border-radius: 4px;
  color: #CC507E;
  padding: 0 clamp(8px, 7.5145631068px + 0.1294498382 * 1vw, 10px);
  font-family: "Noto Sans JP";
  font-weight: 350;
  font-size: clamp(12px, 11.5145631068px + 0.1294498382 * 1vw, 14px);
  line-height: 150%;
  letter-spacing: 0.5px;
}
.ic-product__item-date {
  margin-top: clamp(10px, 9.5145631068px + 0.1294498382 * 1vw, 12px);
  font-family: "Noto Sans JP";
  font-weight: 350;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382 * 1vw, 16px);
  line-height: 180%;
  transition: all 0.3s ease-in;
}
.ic-product__item-desc {
  margin-top: clamp(10px, 9.5145631068px + 0.1294498382 * 1vw, 12px);
  font-family: "Noto Sans JP";
  font-weight: 350;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382 * 1vw, 16px);
  line-height: 180%;
  width: 95%;
  transition: all 0.3s ease-in;
}
.ic-product__operator {
  padding: var(--content-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(36px, 32.6019417476px + 0.9061488673 * 1vw, 50px);
  padding-bottom: clamp(0px, -8.7378640777px + 2.3300970874 * 1vw, 36px);
}
.ic-product__arrow {
  --ic-icon-size: clamp(8px, 7.0291262136px + 0.2588996764 * 1vw, 12px);
  display: flex;
  gap: 10px;
}
.ic-product__arrow-prev, .ic-product__arrow-next {
  box-sizing: border-box;
  width: clamp(42px, 40.0582524272px + 0.5177993528 * 1vw, 50px);
  height: clamp(26px, 25.0291262136px + 0.2588996764 * 1vw, 30px);
  border: 1px solid #000000;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.ic-product__arrow-prev:hover, .ic-product__arrow-next:hover {
  background-color: #CC507E;
  border-color: transparent;
  color: #fff;
}
.ic-product__arrow-prev::after {
  content: "";
  display: block;
  width: clamp(4px, 3.5145631068px + 0.1294498382 * 1vw, 6px);
  height: clamp(4px, 3.5145631068px + 0.1294498382 * 1vw, 6px);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.ic-product__arrow-next::after {
  content: "";
  display: block;
  width: clamp(4px, 3.5145631068px + 0.1294498382 * 1vw, 6px);
  height: clamp(4px, 3.5145631068px + 0.1294498382 * 1vw, 6px);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 506px) {
  .ic-product__operator {
    align-items: flex-start;
    flex-direction: column;
    justify-content: normal;
  }
  .ic-product__operator .ic-more {
    width: 100%;
    justify-content: flex-end;
  }
  .ic-product__operator .ic-more .line {
    flex: 2;
  }
}

.ic-page-list {
  margin-block-start: 0;
  margin-bottom: 45px;
}
.ic-page-list__list {
  display: flex;
  flex-direction: column;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.ic-page-list__item {
  display: flex;
  padding: clamp(24px, 18.1747572816px + 1.5533980583 * 1vw, 48px) clamp(0px, -5.8252427184px + 1.5533980583 * 1vw, 24px);
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #CACACA;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.ic-page-list__item:hover {
  opacity: 0.5;
}
.ic-page-list__item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  max-height: 30px;
}
.ic-page-list__item-date {
  margin-right: clamp(16px, -1.4757281553px + 4.6601941748 * 1vw, 88px);
  flex-shrink: 0;
  width: clamp(96px, 85.3203883495px + 2.8478964401 * 1vw, 140px);
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382 * 1vw, 16px);
  line-height: 100%;
  color: #626262;
}
.ic-page-list__item-tags {
  margin-right: clamp(16px, -1.4757281553px + 4.6601941748 * 1vw, 88px);
  flex-shrink: 0;
  width: clamp(146px, 141.145631068px + 1.2944983819 * 1vw, 166px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(5px, 3.786407767px + 0.3236245955 * 1vw, 10px);
}
.ic-page-list__item-tags span {
  word-break: keep-all;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border: 1px solid #CC507E;
  height: clamp(25px, 23.786407767px + 0.3236245955 * 1vw, 30px);
  border-radius: 4px;
  color: #CC507E;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(12px, 11.5145631068px + 0.1294498382 * 1vw, 14px);
  line-height: 150%;
  padding: 0 clamp(8px, 7.5145631068px + 0.1294498382 * 1vw, 10px);
}
.ic-page-list__item-title {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: clamp(14px, 13.5145631068px + 0.1294498382 * 1vw, 16px);
  line-height: 150%;
  color: #000000;
}
.ic-page-list__item-arrow {
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  .ic-page-list__item-content {
    max-height: unset;
  }
  .ic-page-list__item-title {
    flex-basis: 100%;
    margin-block-start: 16px;
    margin-block-end: 0;
  }
}

.ic-more {
  --line-width: clamp(36px, 33.572815534px + 0.6472491909 * 1vw, 46px);
  --icon-width: clamp(36px, 33.572815534px + 0.6472491909 * 1vw, 46px);
  --ic-icon-size: clamp(20px, 18.0582524272px + 0.5177993528 * 1vw, 28px);
  display: flex;
  align-items: center;
  text-decoration: none;
}
.ic-more.pointer {
  cursor: pointer;
}
.ic-more .line {
  height: 1px;
  width: clamp(100px, 9vw, 210px);
  background: #C0C0C0;
}
.ic-more .text {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(16px, 15.0291262136px + 0.2588996764 * 1vw, 20px);
  line-height: 100%;
  letter-spacing: 1px;
  margin-left: clamp(12px, 11.0291262136px + 0.2588996764 * 1vw, 16px);
  transition: all 0.3s ease-in;
}
.ic-more .arrow {
  --ic-icon-size: clamp(10px, 9.5145631068px + 0.1294498382 * 1vw, 12px);
  width: var(--icon-width);
  height: var(--icon-width);
  flex-shrink: 0;
  margin-left: clamp(12px, 11.0291262136px + 0.2588996764 * 1vw, 16px);
  color: #FFFFFF;
  background: #CC507E;
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
.ic-more .arrow .ic-icon {
  left: 2px;
}
.ic-more .arrow::after {
  content: "";
  display: block;
  position: relative;
  left: -1px;
  width: clamp(4px, 3.5145631068px + 0.1294498382 * 1vw, 6px);
  height: clamp(4px, 3.5145631068px + 0.1294498382 * 1vw, 6px);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ic-more .icon {
  margin-left: clamp(8px, 6.0582524272px + 0.5177993528 * 1vw, 16px);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: inherit;
  transition: all 0.3s ease-in;
}
.ic-more .icon .ic-icon {
  top: 1px;
}
.ic-more .icon svg {
  width: 100%;
  height: 100%;
}
.ic-more:hover .icon,
.ic-more:hover .text {
  color: #CC507E;
}
.ic-more:hover .arrow {
  background-color: #000;
}
@media (max-width: 768px) {
  .ic-more .ic-icon {
    top: 1px;
  }
  .ic-more .ic-icon svg {
    width: 100%;
    height: 100%;
    padding: 1px;
  }
  .ic-more .ic-icon svg path {
    stroke-width: 2px;
  }
}

.ic-page-banner {
  margin-block-start: 0;
}
.ic-page-banner__wrapper {
  width: 100%;
  --width-ratio: clamp(1px, 1px + 0 * 1vw, 1px);
  --ratio: clamp(0.44px, 0.4456634304px + -0.0015102481 * 1vw, 0.4166666667px);
  height: calc(100vw * var(--width-ratio) * var(--ratio));
}

@media (max-width: 1366px) {
  .wp-site-blocks {
    --ic-footer-top-spacing: 55px;
  }
}
.top-wrapper {
  margin-block-start: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -160px;
}
.top-wrapper .top-big-title {
  --spacing-range: calc(48 - 12);
  font-family: "kinuta-maruminyoshino-stdn", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 9.6310679612px + 1.1650485437 * 1vw, 32px);
  line-height: 213%;
  letter-spacing: clamp(0px, -1.213592233px + 0.3236245955 * 1vw, 5px);
  padding-top: clamp(36px, 33.0873786408px + 0.7766990291 * 1vw, 48px);
}
@media (max-width: 1734px) {
  .top-wrapper .top-big-title {
    margin-left: var(--ic-page-spacing-main) !important;
    margin-right: var(--ic-page-spacing-main) !important;
  }
}
.top-wrapper .top-brands {
  margin-block-start: 0;
  display: flex;
  justify-content: space-between;
  max-width: 1800px;
}
.top-wrapper .top-brands__item {
  margin-block-start: 0;
  width: 50%;
  max-height: max-content;
  padding-left: 3px;
  padding-right: 3px;
  overflow: hidden;
}
.top-wrapper .top-brands__inner {
  width: 100%;
  --width-ratio: clamp(0.4633967789px, 0.4501973204px + 0.0009662854 * 1vw, 0.46875px);
  --ratio: clamp(0.6319115324px, 0.7160752667px + -0.0061613275 * 1vw, 0.5977777778px);
  height: calc(100vw * var(--width-ratio) * var(--ratio));
}
.top-wrapper .top-brands__content {
  height: 600px;
  background-color: #F8F8F8;
  position: relative;
  padding-top: 50px;
  padding-left: 133px;
}
.top-wrapper .top-brands__content .vertical-text {
  position: absolute;
  height: 275px;
  display: flex;
  flex-direction: column;
}
.top-wrapper .top-brands__content .vertical-text__title {
  font-family: "Futura PT";
  font-weight: 450;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 4.5px;
  color: #C0C0C0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top-wrapper .top-brands__content .vertical-text__line {
  width: 1px;
  height: max-content;
  flex: 1;
  background: #C0C0C0;
  margin-top: 16px;
  position: relative;
  left: 6px;
}
.top-wrapper .top-brands__content .product-desc {
  margin-left: 90px;
}
.top-wrapper .top-brands__content .product-desc__title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  display: inline-block;
}
.top-wrapper .top-brands__content .product-desc__text {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 500px;
  min-height: 58px;
}
.top-wrapper .top-brands__content .product-desc__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 328px;
  height: 72px;
  border-radius: 999px;
  border: 1px solid #000000;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  margin-top: 64px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.top-wrapper .top-brands__content .product-desc__button:hover {
  background-color: #000;
  color: #fff;
}
.top-wrapper .top-brands__content .product-desc__button i {
  margin-left: 16px;
}
.top-wrapper .top-brands__content .product-desc__button i svg {
  margin-top: 1px;
}
.top-wrapper .top-brands__left {
  padding-left: 0;
  border-top-left-radius: var(--ic-radio-size);
}
.top-wrapper .top-brands__right {
  padding-right: 0;
  border-top-right-radius: var(--ic-radio-size);
}
@media (max-width: 1920px) {
  .top-wrapper .top-brands {
    max-width: unset;
  }
  .top-wrapper .top-brands__left {
    margin-left: clamp(96px, 431.6129032258px + -19.3548387097 * 1vw, 60px) !important;
  }
  .top-wrapper .top-brands__right {
    margin-right: clamp(96px, 431.6129032258px + -19.3548387097 * 1vw, 60px) !important;
  }
}
@media (max-width: 1466px) {
  .top-wrapper .top-brands__content {
    padding-left: clamp(60px, -937.18px + 73 * 1vw, 133px);
  }
}
@media (max-width: 1366px) {
  .top-wrapper .top-brands {
    flex-direction: column;
  }
  .top-wrapper .top-brands__item {
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
    position: relative;
  }
  .top-wrapper .top-brands__inner {
    width: 100%;
    --width-ratio: clamp(0.92px, 0.9825px + -0.0166666667 * 1vw, 0.6625px);
    --ratio: clamp(0.5971014493px, 0.6179983328px + -0.0055725023 * 1vw, 0.5110062893px);
    height: calc(100vw * var(--width-ratio) * var(--ratio));
  }
  .top-wrapper .top-brands__content {
    height: clamp(276px, 153.3965691221px + 32.6942482341 * 1vw, 600px);
    padding-left: clamp(30px, -21.4631685166px + 13.7235116044 * 1vw, 166px);
    padding-top: clamp(25px, 15.5398587286px + 2.5227043391 * 1vw, 50px);
  }
  .top-wrapper .top-brands__content .vertical-text {
    height: clamp(165px, 123.3753784057px + 11.0998990918 * 1vw, 275px);
  }
  .top-wrapper .top-brands__content .vertical-text__title {
    font-size: clamp(15px, 11.5943491423px + 0.9081735621 * 1vw, 24px);
  }
  .top-wrapper .top-brands__content .product-desc {
    margin-left: clamp(50px, 34.8637739657px + 4.0363269425 * 1vw, 90px);
  }
  .top-wrapper .top-brands__content .product-desc__text {
    margin-top: clamp(6px, 2.2159434914px + 1.0090817356 * 1vw, 16px);
    width: clamp(237px, 137.4793138244px + 26.5388496468 * 1vw, 500px);
    font-size: clamp(14px, 13.2431886983px + 0.2018163471 * 1vw, 16px);
    letter-spacing: clamp(0px, -0.3784056509px + 0.1009081736 * 1vw, 1px);
  }
  .top-wrapper .top-brands__content .product-desc__button {
    width: clamp(198px, 148.8072653885px + 13.1180625631 * 1vw, 328px);
    height: clamp(36px, 22.3773965691px + 3.6326942482 * 1vw, 72px);
    font-size: clamp(14px, 11.7295660949px + 0.6054490414 * 1vw, 20px);
    letter-spacing: clamp(0px, -0.3784056509px + 0.1009081736 * 1vw, 1px);
    margin-top: clamp(24px, 8.8637739657px + 4.0363269425 * 1vw, 64px);
  }
  .top-wrapper .top-brands__content .product-desc__button i {
    margin-left: clamp(10px, 9.2431886983px + 0.2018163471 * 1vw, 12);
    width: clamp(4px, 0.9727547931px + 0.8072653885 * 1vw, 12);
  }
  .top-wrapper .top-brands__left {
    border-top-right-radius: var(--ic-radio-size);
    margin-left: var(--ic-page-spacing-main) !important;
    margin-right: var(--ic-page-spacing-main) !important;
  }
  .top-wrapper .top-brands__right {
    border-top-left-radius: var(--ic-radio-size);
    margin-left: var(--ic-page-spacing-main) !important;
    margin-right: var(--ic-page-spacing-main) !important;
    top: calc(var(--ic-radio-size) * -1);
    margin-bottom: calc(var(--ic-radio-size) * -1);
  }
}
@media (max-width: 506px) {
  .top-wrapper .ic-more {
    width: 100%;
  }
  .top-wrapper .ic-more .line {
    flex: 1;
  }
}
.top-wrapper .top-topics {
  --margin-width: calc((100vw - var(--ic-scroll-width-px) - var(--wp--style--global--content-size)) / 2);
  margin-block-start: 0;
  height: max-content;
  max-width: calc(100vw - var(--ic-scroll-width-px));
  min-width: calc(100vw - var(--ic-scroll-width-px));
  margin: 0 auto;
  border-top-left-radius: var(--ic-radio-size);
  border-top-right-radius: var(--ic-radio-size);
  box-shadow: 0px -4px 86px 0px rgba(0, 0, 0, 0.0509803922);
  background: #FFFFFF;
  position: relative;
  top: calc(var(--ic-radio-size) * -1);
  left: 0;
}
.top-wrapper .top-topics .ic-title {
  padding-top: var(--ic-spacing-1);
}
.top-wrapper .top-news {
  margin-block-start: 0;
  max-width: 100vw;
  background: #FFFFFF;
  position: relative;
  top: calc(var(--ic-radio-size) * -1);
}
.top-wrapper .top-news .ic-title {
  padding-top: var(--ic-spacing-1);
}
.top-wrapper .top-news .top-title {
  padding-bottom: 40px;
}
.top-wrapper .top-news__group {
  margin-block-start: 0;
  height: max-content;
  max-width: calc(100vw - var(--ic-scroll-width-px));
  min-width: calc(100vw - var(--ic-scroll-width-px));
  margin: 0 auto;
  padding-top: clamp(30px, 17.8640776699px + 3.2362459547 * 1vw, 80px);
  padding-bottom: var(--ic-radio-size);
  padding-left: var(--ic-page-spacing-main);
  padding-right: var(--ic-page-spacing-main);
  border-top-left-radius: var(--ic-radio-size);
  border-top-right-radius: var(--ic-radio-size);
  background: #F8F8F8;
}
.top-wrapper .top-news__operator {
  display: flex;
  justify-content: flex-end;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(0px, -7.2815533981px + 1.9417475728 * 1vw, 30px);
}
@media (max-width: 1366px) {
  .top-wrapper .top-news__group {
    padding-bottom: calc(var(--ic-radio-size) + var(--ic-footer-top-spacing));
  }
}
