@-webkit-keyframes line-anime {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@keyframes line-anime {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

:root {
  --product-table-total-height: 26.8rem;
}

.l-brand_intro {
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

.l-brand_intro_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16rem 0 20rem;
  gap: 9.6rem;
}

.l-brand_intro_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

.l-brand_intro_img {
  width: 42rem;
  height: 56rem;
  margin-top: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-brand_intro02 {
  padding-bottom: 20rem;
}

.l-brand_intro02_ttl {
  margin-bottom: 5.6rem;
}

.l-brand_intro02_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}

.l-brand_intro02_lead {
  margin-bottom: 16rem;
  text-align: center;
}

.l-brand_intro02_lead_en {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
  letter-spacing: .03em;
}

.l-brand_intro02_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 9.6rem;
}

.l-brand_intro02_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-brand_intro02_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 42rem;
  max-width: 100%;
  gap: 5.6rem;
}

.l-brand_intro02_img.is-01 {
  display: block;
  width: 50.6rem;
  max-width: none;
  height: 33.7rem;
  margin-left: -17.2rem;
}

.l-brand_intro02_img.is-02 {
  display: block;
  aspect-ratio: 1;
  width: 33.4rem;
  max-width: none;
  margin-left: auto;
}

.l-brand_features {
  background-color: var(--colorWhite);
}

.l-brand_recommend {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--colorWhite)), color-stop(50%, var(--colorWhite)), color-stop(50%, var(--colorLghtGray)), to(var(--colorLghtGray)));
  background: -webkit-linear-gradient(top, var(--colorWhite), var(--colorWhite) 50%, var(--colorLghtGray) 50%, var(--colorLghtGray) 100%);
  background: linear-gradient(to bottom, var(--colorWhite), var(--colorWhite) 50%, var(--colorLghtGray) 50%, var(--colorLghtGray) 100%);
}

.l-brand_recommend_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 8.6rem;
  gap: 10.6rem;
  background-color: var(--colorBlack);
  color: var(--colorWhite);
}

.l-brand_recommend_txt {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Shippori Mincho",serif;
  text-align: center;
}

.l-brand_recommend_lists {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-brand_recommend_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  gap: 2.8rem;
}

.l-brand_recommend_list:not(:last-child) {
  border-bottom: 1px solid var(--colorWhite30);
}

.l-brand_recommend_list_number {
  font-size: 1.5rem;
}

.l-brand_recommend_list_number_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .4rem;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond",serif;
  font-variant-numeric: lining-nums;
  font-variant-numeric: lining-nums;
  letter-spacing: .05em;
}

.l-brand_product_ttl {
  margin-bottom: 8rem;
}

.l-brand_product_txt {
  margin-bottom: 8rem;
}

.l-brand_product_txt_sub {
  display: none;
}

.l-brand_product_table {
  margin-bottom: 2rem;
}

.l-brand_product_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-brand_product_table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 1.2rem;
  text-align: center;
  -webkit-transition: margin .35s cubic-bezier(0.39, 0.575, 0.565, 1),gap .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: margin .35s cubic-bezier(0.39, 0.575, 0.565, 1),gap .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-brand_product_table_top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-brand_product_table_middle {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-brand_product_table_middle th {
  width: 12rem;
}

.l-brand_product_table_middle th:empty {
  width: 0;
}

.l-brand_product_table img {
  display: block;
  width: 7rem;
  margin: 2rem auto 1rem;
}

.l-brand_product_table img+span {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: var(--weightRegular);
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: .02em;
}

.l-brand_product_table_top_alt {
  opacity: 0;
}

.l-brand_product_table_block {
  padding: 1.6rem 3.2rem;
  color: var(--colorWhite);
  text-align: left;
}

.l-brand_product_table_block.is-authorized {
  width: 48rem;
  background-color: var(--colorDarkGray);
}

.l-brand_product_table_block.is-certified {
  width: 36rem;
  border-left: 2px solid var(--colorLghtGray);
  background-color: var(--colorBlack);
}

.l-brand_product_table_block.is-servfaces {
  width: 84rem;
  background-color: var(--colorBlack);
}

.l-brand_product_table_block_inner {
  font-weight: var(--weightMedium);
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .07em;
}

.l-brand_product_table_block_inner span {
  display: block;
  padding-top: .6rem;
}

.l-brand_product_table_body {
  position: relative;
  margin-top: 1.2rem;
}

.l-brand_product_table_body tr {
  height: 4.8rem;
}

.l-brand_product_table_body tr:not(:last-child) {
  border-bottom: 1px solid var(--colorBlack30);
}

.l-brand_product_table_body tr th,.l-brand_product_table_body tr td {
  padding: .8rem .8rem .8rem 1rem;
  vertical-align: middle;
  -webkit-transition: padding .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: padding .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-brand_product_table_body tr th span,.l-brand_product_table_body tr td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.l-brand_product_table_body tr th {
  width: 14.6rem;
  font-weight: var(--weightMedium);
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: font-size .35s cubic-bezier(0.39, 0.575, 0.565, 1),width .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: font-size .35s cubic-bezier(0.39, 0.575, 0.565, 1),width .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-brand_product_table_body tr td {
  width: 12rem;
  font-weight: var(--weightRegular);
  line-height: 1.8;
  letter-spacing: .02em;
}

.l-brand_product_table_body tr td:has(a) {
  vertical-align: baseline;
}

.l-brand_product_table_body tr td span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
}

.l-brand_product_table_body tr a {
  margin-top: -0.7rem;
  padding-bottom: .3rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .05em;
}

.l-brand_product_table_heading {
  z-index: 10;
  position: relative;
  width: 2.4rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: var(--product-table-total-height);
  padding: 4.5rem .6rem;
  background-color: var(--colorGray);
  color: var(--colorWhite);
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.l-brand_product_table_heading.is-servfaces {
  --product-table-total-height: 26.3rem;
}

.l-brand_product_table_note {
  text-align: left;
}

.l-brand_product_table_note+.l-brand_product_table_note {
  margin-top: .8rem;
}

.l-brand_product_table_wrap:has(.is-scroll) {
  margin-left: -2rem;
  gap: 0;
}

.l-brand_product_table_wrap:has(.is-scroll) .l-brand_product_table_body tr th {
  width: 10.5rem;
  padding: 1rem .8rem;
  font-size: 1.1rem;
}

.l-brand_authorized {
  background-color: var(--colorDarkGray);
}

.l-brand_certified {
  background-color: var(--colorBlack);
}

.l-brand_certified_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12rem;
  gap: 8rem;
}

.l-brand_certified_bottom_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-brand_certified_bottom_block_txt {
  margin-bottom: 1.6rem;
  text-align: center;
}

.l-brand_certified_bottom_block_txt_sub {
  margin-top: 1.6rem;
  text-align: center;
}

.l-brand_certified_bottom_block_btn {
  width: auto;
  max-width: 100%;
  background-color: var(--colorWhite);
}

.l-brand_authorized,.l-brand_certified {
  padding: 12rem 0 20rem;
  color: var(--colorWhite);
}

.l-brand_authorized_ttl,.l-brand_certified_ttl {
  margin-bottom: .8rem;
  text-align: center;
}

.l-brand_authorized_ttl_sub,.l-brand_certified_ttl_sub {
  margin-bottom: 8rem;
  text-align: center;
}

.l-brand_maintenance {
  padding: 12rem 0 20rem;
  background-color: var(--colorLghtGray);
}

.l-brand_maintenance_ttl {
  margin-bottom: 8rem;
  text-align: center;
}

.l-brand_maintenance_grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  max-height: 77.2rem;
  overflow: hidden;
  gap: 8.6rem;
  -webkit-transition: max-height .7s cubic-bezier(0.33, 1, 0.68, 1),overflow .7s cubic-bezier(0.33, 1, 0.68, 1),margin .7s cubic-bezier(0.33, 1, 0.68, 1);
  transition: max-height .7s cubic-bezier(0.33, 1, 0.68, 1),overflow .7s cubic-bezier(0.33, 1, 0.68, 1),margin .7s cubic-bezier(0.33, 1, 0.68, 1);
}

.l-brand_maintenance_grid::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 221, 224, 0)), color-stop(50.48%, var(--colorLghtGray)));
  background: -webkit-linear-gradient(top, rgba(217, 221, 224, 0) 0%, var(--colorLghtGray) 50.48%);
  background: linear-gradient(180deg, rgba(217, 221, 224, 0) 0%, var(--colorLghtGray) 50.48%);
  content: "";
  pointer-events: none;
  -webkit-transition: opacity .7s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity .7s cubic-bezier(0.33, 1, 0.68, 1);
}

.l-brand_maintenance_grid.is-open {
  margin-bottom: 8rem;
  overflow: visible;
}

.l-brand_maintenance_grid.is-open::after {
  content: none;
}

.l-brand_maintenance_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}

.l-brand_maintenance_item_img {
  width: 20rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-brand_maintenance_item_ttl {
  margin-bottom: .4rem;
}

.l-brand_maintenance_item_ttl_sub {
  margin-bottom: 1.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--colorBlack20);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: .07em;
}

.l-brand_maintenance_item_txt {
  margin-bottom: 1.6rem;
}

.l-brand_maintenance_item_link {
  padding-right: .5rem;
  padding-bottom: .7rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: .05em;
}

.l-brand_maintenance_item_link svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .5rem;
  vertical-align: sub;
}

.l-brand_maintenance_btn {
  width: 20rem;
  margin-top: -5.5rem;
  margin-inline: auto;
  cursor: pointer;
  -webkit-transition: margin .35s cubic-bezier(0.39, 0.575, 0.565, 1),background .35s cubic-bezier(0.39, 0.575, 0.565, 1),color .35s cubic-bezier(0.39, 0.575, 0.565, 1),border .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: margin .35s cubic-bezier(0.39, 0.575, 0.565, 1),background .35s cubic-bezier(0.39, 0.575, 0.565, 1),color .35s cubic-bezier(0.39, 0.575, 0.565, 1),border .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-brand_maintenance_btn svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: -webkit-transform .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform .35s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform .35s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.l-brand_maintenance_btn.is-open {
  margin-top: 0;
}

.l-brand_maintenance_btn.is-open svg {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.l-brand_maintenance_grid_wrap {
  margin-bottom: 12rem;
}

.l-brand_maintenance_info_txt {
  margin-bottom: 1.6rem;
  text-align: center;
}

.l-brand_maintenance_info_btn {
  max-width: 50.6rem;
  margin-inline: auto;
}

.l-brand_faq {
  padding: 18rem 0 20rem;
  background-color: var(--colorDarkGray);
}

.l-brand_contact {
  position: relative;
}

.l-brand_contact::after {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--colorDarkGray)), color-stop(50%, var(--colorDarkGray)), color-stop(50%, var(--colorWhite)), to(var(--colorWhite)));
  background: -webkit-linear-gradient(top, var(--colorDarkGray), var(--colorDarkGray) 50%, var(--colorWhite) 50%, var(--colorWhite) 100%);
  background: linear-gradient(to bottom, var(--colorDarkGray), var(--colorDarkGray) 50%, var(--colorWhite) 50%, var(--colorWhite) 100%);
  content: "";
}

.l-brand_contact_txt {
  margin-bottom: 2rem;
  color: var(--colorWhite);
  text-align: center;
}

.l-brand_contact_link_txt {
  margin-top: 2rem;
  text-align: center;
}

.l-brand_contact_btn {
  position: relative;
}

.l-brand_news {
  padding: 12rem 0 12rem;
  background-color: var(--colorWhite);
}

.l-brand_news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}

@-webkit-keyframes kvAnime {
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    rotate: 0deg;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes kvAnime {
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    rotate: 0deg;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@media screen and (max-width: 47.9375em) {
  :root {
    --product-table-total-height: 26.9rem;
  }
  .l-brand_intro_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12rem 0 12rem 3rem;
    gap: 5.6rem;
  }
  .l-brand_intro_img {
    width: calc(100% + 2rem);
    max-width: none;
    height: auto;
    margin-top: 0;
  }
  .l-brand_intro02 {
    padding-bottom: 0;
  }
  .l-brand_intro02_lead {
    margin-bottom: 8rem;
    font-size: 2.8rem;
  }
  .l-brand_intro02_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8rem;
  }
  .l-brand_intro02_img_wrap {
    width: calc(100% + 4rem);
    max-width: none;
    margin-left: -2rem;
    gap: 3rem;
  }
  .l-brand_intro02_img.is-01 {
    width: 32.5rem;
    height: 21.6rem;
    margin-left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-brand_intro02_img.is-02 {
    width: 17.8rem;
  }
  .l-brand_features_flex {
    --flex_gap: 5.6rem;
  }
  .l-brand_recommend_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.2rem 2rem 1.2rem;
    gap: .8rem;
  }
  .l-brand_product {
    overflow: hidden;
  }
  .l-brand_product_ttl {
    margin-bottom: 5.6rem;
  }
  .l-brand_product_txt {
    margin-bottom: 5.6rem;
  }
  .l-brand_product_txt_sub {
    display: block;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: "Noto Sans JP",sans-serif;
    text-align: right;
  }
  .l-brand_product_table {
    display: block;
    margin-bottom: 3.2rem;
    padding-bottom: 3.5rem;
    overflow-x: scroll;
  }
  .l-brand_product_table::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
  }
  .l-brand_product_table::-webkit-scrollbar-track {
    border-radius: .4rem;
    background: #ccc;
  }
  .l-brand_product_table::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background: #888;
  }
  .l-brand_product_table::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .l-brand_product_table_wrap {
    width: calc(100% + 2rem);
  }
  .l-brand_product_table_wrap::after {
    display: block;
    position: absolute;
    top: 0;
    left: 2rem;
    width: 10.5rem;
    height: var(--product-table-total-height);
    background-color: var(--colorLghtGray);
    content: "";
  }
  .l-brand_product_table_body tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 10rem;
    background-color: var(--colorLghtGray);
  }
  .l-brand_product_table_heading.is-servfaces {
    --product-table-total-height: 26.4rem;
  }
  .l-brand_product_table_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem;
  }
  .l-brand_certified_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8rem;
    gap: 4rem;
  }
  .l-brand_certified_bottom_block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .l-brand_authorized,.l-brand_certified {
    padding: 8rem 0;
  }
  .l-brand_authorized_ttl_sub,.l-brand_certified_ttl_sub {
    margin-bottom: 5.6rem;
  }
  .l-brand_maintenance {
    padding: 8rem 0;
  }
  .l-brand_maintenance_ttl {
    margin-bottom: 5.6rem;
  }
  .l-brand_maintenance_grid {
    max-height: 86.3rem;
  }
  .l-brand_maintenance_grid {
    grid-template-columns: auto;
    gap: 6.4rem;
  }
  .l-brand_maintenance_grid.is-open {
    margin-bottom: 6.5rem;
  }
  .l-brand_maintenance_item {
    gap: 2rem;
  }
  .l-brand_maintenance_item_img {
    width: 14rem;
    height: 14rem;
  }
  .l-brand_maintenance_item_ttl_sub {
    padding-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .l-brand_maintenance_item_txt {
    margin-bottom: 1.2rem;
  }
  .l-brand_maintenance_item_link {
    font-size: 1.3rem;
  }
  .l-brand_maintenance_btn {
    width: 100%;
  }
  .l-brand_maintenance_grid_wrap {
    margin-bottom: 8rem;
  }
  .l-brand_faq {
    padding: 12rem 0;
  }
  .l-brand_contact_btn_bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -2rem;
    width: calc(100% + 4rem);
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--colorDarkGray)), color-stop(49%, var(--colorDarkGray)), color-stop(49%, var(--colorWhite)), to(var(--colorWhite)));
    background: -webkit-linear-gradient(top, var(--colorDarkGray), var(--colorDarkGray) 49%, var(--colorWhite) 49%, var(--colorWhite) 100%);
    background: linear-gradient(to bottom, var(--colorDarkGray), var(--colorDarkGray) 49%, var(--colorWhite) 49%, var(--colorWhite) 100%);
  }
  .l-brand_news {
    padding: 12rem 0 8rem;
  }
  .l-brand_news_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

@media (hover: hover) {
  .l-brand_certified_bottom_block_btn:hover {
    border-color: var(--colorWhite);
    background-color: var(--colorBlack);
  }
}
