:root {
  --color-accent: #096A43;
  --color-accent-rgb: 9, 106, 67;
  --color-secondary: #3EB034;
  --color-secondary-rgb: 62, 176, 52;
  --color-sub: #EEF5EF;
  --color-sub-rgb: 238, 245, 239;
  --color-text: #364435;
  --color-text-rgb: 37, 38, 37;
  --gradient-main: linear-gradient(90deg, rgba(47, 187, 35, 1), rgba(9, 106, 67, 1));
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Noto Sans JP", sans-serif;
  --font-display: "Inter", sans-serif;
}

.fv {
  position: relative;
  width: 100%;
  height: calc(100dvh - var(--header-height, 90px));
  min-height: 520px;
  margin-top: var(--header-height, 90px);
  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;
  overflow: hidden;
  isolation: isolate;
}
.fv__slider {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}
.fv__slider .splide__track,
.fv__slider .splide__list,
.fv__slider .splide__slide {
  height: 100%;
}
.fv__slider .splide__list {
  margin: 0 !important;
}
.fv__bg-media {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv__bg-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__bg-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv__card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 45px 75px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width:767px) {
  .fv__card {
    padding: 35px 40px;
  }
}
.fv__logo {
  width: 190px;
  margin: 0 auto clamp(22px, 2.194vw, 30px);
}
.fv__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.fv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.08em 0.22em;
  margin: 0;
  color: var(--color-text);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.06em;
}
.fv__lead-accent {
  color: var(--color-secondary);
  font-size: clamp(32px, 28.839px + 0.903vw, 46px);
}
.fv__lead-cross {
  color: var(--color-text);
  font-size: 2em;
  font-weight: 100;
  line-height: 1;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}
.fv__lead-small {
  font-size: clamp(18px, 15.29px + 0.774vw, 30px);
}
.fv__title {
  margin: clamp(10px, 1.161vw, 16px) 0 0;
  color: var(--color-text);
  font-size: clamp(28px, 24.613px + 0.968vw, 43px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.08em;
}
.fv__divider {
  width: 100%;
  margin: 16px 0;
  border-top: 3px dotted var(--color-secondary);
}
.fv__text {
  color: var(--color-text);
  font-size: clamp(14px, 13.097px + 0.258vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media (prefers-reduced-motion: reduce) {
  .fv__slider .splide__slide {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  #top .container {
    width: 90%;
  }
}

.about-us-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.about-us-section::before, .about-us-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-us-section::before {
  top: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 156/109;
  background-image: url(../img/top/about-us-bg01.png);
}
.about-us-section::after {
  right: 0;
  bottom: 0;
  width: 40%;
  aspect-ratio: 778/819;
  background-image: url(../img/top/about-us-bg03.png);
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}
.about-us-section .block-box {
  position: relative;
}
.about-us-section .block-box::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 5%;
  width: 18%;
  aspect-ratio: 619/611;
  background: url(../img/top/about-us-bg02.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}
.about-us-section .container {
  position: relative;
  z-index: 1;
}
.about-us-section__main {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 0.95fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: clamp(30px, 5.161vw, 80px);
}
@media screen and (max-width:767px) {
  .about-us-section__main {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.about-us-section__text {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: clamp(4px, 0.645vw, 10px);
}
.about-us-section__text .c-section-top-title {
  margin-bottom: clamp(20px, 17.29px + 0.774vw, 32px);
}
@media screen and (max-width:767px) {
  .about-us-section__text {
    display: contents;
  }
}
.about-us-section__lead {
  margin: 0;
  max-width: 430px;
  color: var(--color-text);
  font-size: clamp(15px, 14.548px + 0.129vw, 17px);
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .about-us-section__lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 24px;
  }
}
.about-us-section__actions {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: clamp(24px, 19.484px + 1.29vw, 44px);
}
@media screen and (max-width:767px) {
  .about-us-section__actions {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-us-section__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(100%, 172px);
}
@media screen and (max-width:767px) {
  .about-us-section__button {
    min-width: 260px;
  }
}
.about-us-section__image {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 104/75;
}
.about-us-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-section__banner {
  display: block;
  width: min(100%, 720px);
  margin: clamp(40px, 28.71px + 3.226vw, 90px) auto 0;
  border-radius: 16px;
  border: 2px solid var(--color-secondary);
  overflow: hidden;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.about-us-section__banner img {
  display: block;
  width: calc(100% + 4px);
  margin: -2px;
  height: auto;
  max-width: unset;
}
.about-us-section__banner:hover, .about-us-section__banner:focus-visible {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 24px 48px rgba(37, 38, 37, 0.12);
          box-shadow: 0 24px 48px rgba(37, 38, 37, 0.12);
}
.about-us-section__banner:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 6px;
}

.gas-guide-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.gas-guide-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/gas-guide-bg.jpg) no-repeat center/cover;
  z-index: -2;
}
.gas-guide-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-secondary-rgb), 0.68);
  z-index: -2;
}
.gas-guide-section__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gas-guide-section__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(18px, 16.645px + 0.387vw, 24px);
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.gas-guide-section__eyebrow-line {
  width: 1px;
  height: 1lh;
  border-left: dotted 3px #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gas-guide-section__eyebrow-line.-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gas-guide-section__eyebrow-line.-left {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gas-guide-section__eyebrow-em {
  color: #F7E64A;
}
.gas-guide-section__title {
  color: #fff;
  font-size: clamp(36px, 30.581px + 1.548vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.gas-guide-section .button {
  margin-top: clamp(20px, 15.484px + 1.29vw, 40px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.gas-guide-section__watermark {
  --watermark-gap: clamp(36px, 4.516vw, 72px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.gas-guide-section__watermark-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(85px, 69.194px + 4.516vw, 155px);
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: 0.02em;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: gas-guide-watermark-marquee 40s linear infinite;
          animation: gas-guide-watermark-marquee 40s linear infinite;
}
.gas-guide-section__watermark-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: var(--watermark-gap);
  padding-left: var(--watermark-gap);
}
.gas-guide-section__watermark-text {
  display: block;
}

@-webkit-keyframes gas-guide-watermark-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes gas-guide-watermark-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.gas-appliances-section {
  position: relative;
  overflow: hidden;
}
.gas-appliances-section > .block-box {
  padding-bottom: 75px !important;
  margin-bottom: -1.2lh;
}
.gas-appliances-section .c-section-top-title {
  margin-bottom: clamp(26px, 18.903px + 2.021vw, 54px);
}
.gas-appliances-section__content {
  position: relative;
}
.gas-appliances-section__slider {
  position: relative;
}
.gas-appliances-section__slider .splide__track {
  overflow: visible;
}
.gas-appliances-section__slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.gas-appliances-section__slider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media screen and (min-width:768px) {
  .gas-appliances-section__slider .splide__slide {
    width: 85%;
  }
}
@media screen and (min-width:992px) {
  .gas-appliances-section__slider .splide__slide {
    width: 65%;
  }
}
@media screen and (min-width:1200px) {
  .gas-appliances-section__slider .splide__slide {
    width: 60%;
  }
}
.gas-appliances-section__slider .splide__slide.is-active {
  opacity: 1;
}
.gas-appliances-section__arrows {
  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;
  gap: 14px;
  margin-top: clamp(26px, 21.484px + 1.29vw, 46px);
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .gas-appliances-section__arrows {
    display: block;
    margin-top: 0;
  }
}
.gas-appliances-section__arrow {
  position: static;
  z-index: 3;
  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: clamp(44px, 3.514vw, 54px);
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(var(--color-secondary-rgb), 0.18);
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(53, 68, 56, 0.14);
          box-shadow: 0 12px 30px rgba(53, 68, 56, 0.14);
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width:767px) {
  .gas-appliances-section__arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 42px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width:767px) {
  .gas-appliances-section__arrow--prev, .gas-appliances-section__arrow.splide__arrow--prev {
    left: -15px;
  }
}
.gas-appliances-section__arrow--prev img, .gas-appliances-section__arrow.splide__arrow--prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width:767px) {
  .gas-appliances-section__arrow--next, .gas-appliances-section__arrow.splide__arrow--next {
    right: -15px;
  }
}
.gas-appliances-section__arrow:hover, .gas-appliances-section__arrow:focus-visible {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  -webkit-box-shadow: 0 16px 36px rgba(var(--color-secondary-rgb), 0.24);
          box-shadow: 0 16px 36px rgba(var(--color-secondary-rgb), 0.24);
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
@media screen and (max-width:767px) {
  .gas-appliances-section__arrow:hover, .gas-appliances-section__arrow:focus-visible {
    -webkit-transform: translateY(-50%) scale(1.06);
            transform: translateY(-50%) scale(1.06);
  }
}
.gas-appliances-section__arrow:hover img, .gas-appliances-section__arrow:focus-visible img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.gas-appliances-section__arrow:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 4px;
}
.gas-appliances-section__arrow img {
  width: 28%;
  height: auto;
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
.gas-appliances-section__slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.gas-appliances-section__slide-link:hover, .gas-appliances-section__slide-link:focus-visible {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.gas-appliances-section__slide-link:hover .gas-appliances-section__card-cta-icon::after, .gas-appliances-section__slide-link:focus-visible .gas-appliances-section__card-cta-icon::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.gas-appliances-section__slide-link:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 8px;
  border-radius: 44px;
}
.gas-appliances-section__card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width:991px) {
  .gas-appliances-section__card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: auto 1fr;
  }
}
.gas-appliances-section__visual {
  width: 100%;
  height: 100%;
  max-height: 300px;
  aspect-ratio: 1;
  background: #8c8c8c;
}
@media screen and (min-width:768px) {
  .gas-appliances-section__visual {
    max-height: 400px;
  }
}
@media screen and (min-width:992px) {
  .gas-appliances-section__visual {
    max-height: unset;
  }
}
.gas-appliances-section__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gas-appliances-section__panel {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 40px;
  background: #fff;
  height: 100%;
}
@media screen and (max-width:767px) {
  .gas-appliances-section__panel {
    padding: 30px;
  }
}
.gas-appliances-section__panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 24px;
}
@media screen and (max-width:767px) {
  .gas-appliances-section__panel-inner {
    gap: 16px;
  }
}
.gas-appliances-section__panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.gas-appliances-section__card-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: var(--color-text);
  font-size: clamp(20px, 19.097px + 0.258vw, 24px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.04em;
  position: relative;
}
.gas-appliances-section__card-title::before {
  content: "";
  width: 4px;
  height: 100%;
  background: var(--color-secondary);
}
.gas-appliances-section__card-text {
  margin: 0;
  color: #818F7F;
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 1.95;
  letter-spacing: 0.04em;
}
.gas-appliances-section__card-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-top: auto;
  color: var(--color-text);
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.gas-appliances-section__card-cta-icon {
  width: 1.3lh;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  position: relative;
}
.gas-appliances-section__card-cta-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--color-secondary);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.gas-appliances-section__card-cta-icon img {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
}
.gas-appliances-section__actions {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 20.613px + 0.968vw, 39px);
  margin-top: clamp(26px, 22.839px + 0.903vw, 40px);
}
.gas-appliances-section__actions .button {
  font-size: 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.gas-appliances-section__shop-link {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  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;
  gap: 10px;
  padding-block: 18px;
  padding-inline: 30px 25px;
  border-radius: 100vmax;
  background: var(--gradient-main);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.gas-appliances-section__shop-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}
.gas-appliances-section__shop-link:hover .gas-appliances-section__shop-newtab::after, .gas-appliances-section__shop-link:focus-visible .gas-appliances-section__shop-newtab::after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.gas-appliances-section__shop-link:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 6px;
}
.gas-appliances-section__shop-main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 0;
}
.gas-appliances-section__shop-icon {
  width: 0.8lh;
  aspect-ratio: 1;
  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;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gas-appliances-section__shop-icon img {
  width: 100%;
  height: auto;
}
.gas-appliances-section__shop-label {
  color: #fff;
  font-size: clamp(15px, 13.871px + 0.323vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.gas-appliances-section__shop-newtab {
  position: relative;
  z-index: 1;
  width: 1.3lh;
  aspect-ratio: 1;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gas-appliances-section__shop-newtab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.gas-appliances-section__shop-newtab img {
  width: 36%;
  height: auto;
  position: relative;
  z-index: 1;
}

.lp-gas-section {
  position: relative;
}
.lp-gas-section__bgs {
  position: absolute;
  inset: 0;
}
.lp-gas-section__bgs-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-gas-section__bg {
  position: absolute;
}
.lp-gas-section__bg img {
  width: 100%;
  height: 100%;
}
.lp-gas-section__bg:nth-child(1) {
  top: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 14/17;
}
@media screen and (max-width:767px) {
  .lp-gas-section__bg:nth-child(1) {
    width: 50%;
  }
}
.lp-gas-section__bg:nth-child(2) {
  top: 35%;
  left: 0;
  width: 45%;
  aspect-ratio: 47/39;
}
@media screen and (max-width:767px) {
  .lp-gas-section__bg:nth-child(2) {
    top: 65%;
    width: 80%;
  }
}
.lp-gas-section__bg:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 468/529;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width:767px) {
  .lp-gas-section__bg:nth-child(3) {
    width: 55%;
  }
}
.lp-gas-section .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .lp-gas-section .block-box {
    padding-bottom: 42vw !important;
  }
}
.lp-gas-section__lead {
  margin-top: 16px;
}
.lp-gas-section__lead-text {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(14px, 13.097px + 0.258vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
}
.lp-gas-section__styles {
  margin-top: clamp(30px, 23.226px + 1.935vw, 60px);
}
.lp-gas-section__styles-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px 18px;
  margin-bottom: 30px;
}
.lp-gas-section__styles-title {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  color: var(--color-secondary);
  font-size: clamp(20px, 18.645px + 0.387vw, 26px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.lp-gas-section__styles-title::before {
  content: "";
  width: 5px;
  height: 1lh;
  background: var(--color-secondary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-gas-section__styles-note {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(14px, 13.097px + 0.258vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.lp-gas-section__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .lp-gas-section__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}
@media screen and (min-width:992px) {
  .lp-gas-section__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.lp-gas-section__card {
  --lp-card-border: #DCECDC;
  --lp-card-accent: #3EB034;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 18px;
  border: 5px solid var(--lp-card-border);
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.lp-gas-section__card.-yellow {
  --lp-card-border: #E8EEC4;
  --lp-card-accent: #B4CB2A;
}
.lp-gas-section__card.-blue {
  --lp-card-border: #D6E9E7;
  --lp-card-accent: #34B089;
}
.lp-gas-section__card:hover .lp-gas-section__card-link, .lp-gas-section__card:focus-visible .lp-gas-section__card-link {
  color: var(--color-secondary);
}
.lp-gas-section__card:hover .lp-gas-section__card-link-icon::after, .lp-gas-section__card:focus-visible .lp-gas-section__card-link-icon::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.lp-gas-section__card:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 6px;
}
.lp-gas-section__card-media {
  position: relative;
}
.lp-gas-section__card-image {
  margin: 0;
  aspect-ratio: 294/173;
  overflow: hidden;
  border-radius: 12px;
  background: #F4F6F4;
}
.lp-gas-section__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-gas-section__card-badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid var(--lp-card-accent);
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.lp-gas-section__card-badge img {
  width: 54%;
  height: auto;
}
.lp-gas-section__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 45px 20px 20px;
}
.lp-gas-section__card-title {
  margin: 0;
  color: var(--color-text);
  text-align: center;
  font-size: clamp(20px, 18.645px + 0.387vw, 26px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.lp-gas-section__card-text {
  margin: 7px 0 0;
  color: var(--color-text);
  font-size: clamp(14px, 13.097px + 0.258vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.lp-gas-section__card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: auto;
  margin-top: 28px;
  color: var(--color-text);
  font-size: clamp(16px, 15.097px + 0.258vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.lp-gas-section__card-link:hover, .lp-gas-section__card-link:focus-visible {
  color: var(--color-secondary);
}
.lp-gas-section__card-link:hover .lp-gas-section__card-link-icon::after, .lp-gas-section__card-link:focus-visible .lp-gas-section__card-link-icon::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.lp-gas-section__card-link:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 4px;
}
.lp-gas-section__card-link-icon {
  width: 1.2lh;
  aspect-ratio: 1;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-gas-section__card-link-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--color-secondary);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.lp-gas-section__card-link-icon img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.lp-gas-section__network {
  position: relative;
  margin-top: clamp(40px, 28.71px + 3.226vw, 90px);
  padding: clamp(48px, 40.452px + 2.151vw, 78px) clamp(24px, 14.968px + 2.581vw, 64px);
  isolation: isolate;
}
@media screen and (max-width:767px) {
  .lp-gas-section__network {
    padding-bottom: 30vw;
  }
}
.lp-gas-section__network::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background-image: linear-gradient(135deg, rgba(60, 189, 54, 0.94) 0%, rgba(9, 106, 67, 0.94) 100%);
  background-repeat: no-repeat;
  background-position: center, center bottom;
  background-size: cover, cover;
  z-index: 0;
}
.lp-gas-section__network::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/lp-gas-network-bg.jpg) no-repeat center/cover;
  opacity: 0.15;
  overflow: hidden;
  border-radius: 20px;
}
.lp-gas-section__network-photos {
  position: absolute;
  inset: 0;
}
.lp-gas-section__network-photos-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-gas-section__network-photo {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 31/28;
  width: 30%;
  max-width: 310px;
}
@media screen and (min-width:768px) {
  .lp-gas-section__network-photo {
    width: 25%;
  }
}
@media screen and (min-width:992px) {
  .lp-gas-section__network-photo {
    width: 30%;
  }
}
.lp-gas-section__network-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-gas-section__network-photo.-left {
  left: clamp(-86px, -4.1vw, -24px);
  bottom: clamp(36px, 5vw, 72px);
}
@media screen and (max-width:767px) {
  .lp-gas-section__network-photo.-left {
    left: 5%;
    bottom: -22%;
    width: 70%;
  }
}
.lp-gas-section__network-photo.-right {
  top: clamp(24px, 4vw, 60px);
  right: clamp(-86px, -4.1vw, -24px);
}
@media screen and (max-width:767px) {
  .lp-gas-section__network-photo.-right {
    top: 107%;
    right: 0;
    width: 50%;
  }
}
.lp-gas-section__network-content {
  position: relative;
  z-index: 2;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  text-align: center;
  color: #fff;
}
.lp-gas-section__network-overline {
  font-size: clamp(16px, 13.742px + 0.645vw, 26px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
  position: relative;
}
.lp-gas-section__network-overline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dotted 3px #fff;
}
.lp-gas-section__network-overline::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 73%;
  width: 1px;
  height: 20px;
  border-right: dotted 3px #fff;
  -webkit-transform: translateX(-50%) rotate(35deg);
          transform: translateX(-50%) rotate(35deg);
}
.lp-gas-section__network-title {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(32px, 28.839px + 0.903vw, 46px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.lp-gas-section__network-title span {
  color: #E8EB2A;
}
.lp-gas-section__network-text {
  margin: 20px 0 0;
  font-size: clamp(14px, 13.097px + 0.258vw, 18px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.lp-gas-section__network-actions {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 100%;
  margin-top: 35px;
}
.lp-gas-section__network-actions .button {
  text-align: left;
}
.lp-gas-section__network-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(100%, 430px);
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.lp-gas-section__network-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 14px 16px 14px 24px;
  border-radius: 100vmax;
  background: #fff;
  color: var(--color-text);
  text-decoration: none;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.lp-gas-section__network-link-label {
  display: block;
  text-align: left;
  font-size: clamp(12px, 11.548px + 0.129vw, 14px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.column-section {
  position: relative;
}
.column-section::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 10%;
  width: 15%;
  aspect-ratio: 619/611;
  background: url(../img/top/column-section-bg.png) no-repeat center/contain;
  pointer-events: none;
}
.column-section .c-section-top-title {
  margin-bottom: clamp(24px, 16.903px + 2.021vw, 52px);
}
.column-section__content {
  padding-top: 2px;
}
.column-section__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .column-section__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 19.484px + 1.29vw, 44px);
  }
}
@media screen and (min-width:992px) {
  .column-section__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.column-section__item {
  height: 100%;
}
.column-section__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  height: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease;
  transition: transform 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}
.column-section__item-link:hover, .column-section__item-link:focus-visible {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.column-section__item-link:hover .column-section__thumb-image, .column-section__item-link:focus-visible .column-section__thumb-image {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.column-section__item-link:hover .column-section__title, .column-section__item-link:focus-visible .column-section__title {
  color: var(--color-secondary);
}
.column-section__item-link:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 6px;
}
@media screen and (max-width:767px) {
  .column-section__item-link {
    gap: 16px;
  }
}
.column-section__thumb {
  position: relative;
  aspect-ratio: 360/260;
  overflow: hidden;
  border-radius: 14px;
  background: #F4F6F4;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.column-section__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.column-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.column-section__title {
  margin: 0;
  min-width: 0;
  color: var(--color-text);
  font-size: clamp(16px, 14.645px + 0.387vw, 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.column-section__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}
@media screen and (max-width:767px) {
  .column-section__terms {
    gap: 8px;
  }
}
.column-section__term {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 68px;
  padding: 7px 12px;
  border-radius: 100vmax;
  background: #E4E4E4;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.column-section__date {
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 1;
  letter-spacing: 0;
}
.column-section__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(32px, 24.903px + 2.021vw, 60px);
}
.column-section .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(100%, 210px);
}
.column-section__empty {
  margin-top: clamp(28px, 22.581px + 1.548vw, 52px);
  font-size: clamp(15px, 14.548px + 0.129vw, 17px);
  line-height: 1.8;
}

.news-section {
  position: relative;
}
.news-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  aspect-ratio: 778/819;
  background: url(../img/top/news-section-bg.png) no-repeat center/contain;
  pointer-events: none;
}
.news-section .c-section-top-title {
  margin-bottom: 20px;
}
.news-section__item {
  border-bottom: 1px solid rgba(53, 68, 56, 0.18);
}
.news-section__item:last-child {
  border-bottom: none;
}
.news-section__item-link {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) clamp(24px, 1.757px + 1.903vw, 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 17.742px + 0.645vw, 30px);
  padding: 40px 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.news-section__item-link:hover, .news-section__item-link:focus-visible {
  color: var(--color-secondary);
}
.news-section__item-link:hover .news-section__date, .news-section__item-link:focus-visible .news-section__date {
  color: var(--color-secondary);
}
.news-section__item-link:hover .news-section__item-arrow, .news-section__item-link:focus-visible .news-section__item-arrow {
  background: var(--color-secondary);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.news-section__item-link:focus-visible {
  outline: 2px solid rgba(var(--color-accent-rgb), 0.35);
  outline-offset: 6px;
}
@media screen and (max-width:767px) {
  .news-section__item-link {
    grid-template-columns: minmax(0, 1fr) 28px;
    grid-template-areas: "meta arrow" "title arrow";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px 14px;
    padding: 18px 0;
  }
}
.news-section__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width:767px) {
  .news-section__meta {
    grid-area: meta;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-section__date {
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.news-section__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 68px;
  padding: 7px 12px;
  border-radius: 100vmax;
  background: #E4E4E4;
  color: var(--color-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.news-section__item-title {
  margin: 0;
  min-width: 0;
  font-size: clamp(15px, 14.323px + 0.194vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:767px) {
  .news-section__item-title {
    grid-area: title;
    line-height: 1.65;
  }
}
.news-section__item-arrow {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: end;
  width: clamp(24px, 1.757px + 1.903vw, 32px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #354438;
  position: relative;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
}
.news-section__item-arrow img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width:767px) {
  .news-section__item-arrow {
    grid-area: arrow;
    margin-top: 2px;
  }
}
.news-section__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.news-section .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-section__empty {
  margin-top: clamp(28px, 22.581px + 1.548vw, 52px);
  font-size: clamp(15px, 14.548px + 0.129vw, 17px);
  line-height: 1.8;
}/*# sourceMappingURL=style-top.css.map */