/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
/* custom reset */
img {
  width: auto;
}
.page-top .pane-contents {
  padding: 0;
}
.page-top .pane-contents .container {
  width: 100%;
  display: flex;
}
.page-top .pane-contents .container .pane-left-menu {
  display: none;
}
.page-top .pane-contents .container .pane-right-menu {
  display: none;
}
.page-top .pane-contents .container .pane-main {
  margin: 0;
}
.top-kv {
  width: 100%;
}
.top-kv .splide {
  width: 100%;
}
.top-kv .splide .splide__slide img {
  width: 100%;
  object-fit: contain;
}
.top-brand {
  margin-top: 120px;
}
.top-brand h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-brand h2 .h2-main {
  font-size: 80px;
  line-height: 96px;
  font-weight: 500;
}
.top-brand h2 .h2-sub {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.top-brand .brand-list {
  margin: 40px auto 0;
  width: 1220px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.top-brand .brand-list .brand-item {
  position: relative;
  height: 240px;
  text-decoration: none;
}
.top-brand .brand-list .brand-item .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-brand .brand-list .brand-item .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-brand .brand-list .brand-item .item-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: background 0.8s ease-out;
}
.top-brand .brand-list .brand-item .item-main {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transform: translateY(2em);
  transition: transform 0.8s ease-out;
}
.top-brand .brand-list .brand-item .item-main .item-logo {
  width: 100%;
}
.top-brand .brand-list .brand-item .item-main .item-logo img {
  width: 100%;
}
.top-brand .brand-list .brand-item .item-main .item-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.top-brand .brand-list .brand-item .item-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.top-brand .brand-list .brand-item .item-arrow:before,
.top-brand .brand-list .brand-item .item-arrow:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.8s ease-out;
}
.top-brand .brand-list .brand-item .item-arrow:before {
  background-image: url("/img/usr/design/brand/brand_arrow.png");
  opacity: 1;
}
.top-brand .brand-list .brand-item .item-arrow:after {
  background-image: url("/img/usr/design/brand/brand_arrow_hover.png");
  opacity: 0;
}
.top-brand .brand-list .brand-item.deuter .item-bg:after {
  background: rgba(0, 0, 0, 0.4);
}
.top-brand .brand-list .brand-item.deuter:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.6);
}
.top-brand .brand-list .brand-item.primus .item-bg:after {
  background: rgba(0, 0, 0, 0.6);
}
.top-brand .brand-list .brand-item.primus:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.8);
}
.top-brand .brand-list .brand-item.trangia .item-bg:after {
  background: rgba(0, 0, 0, 0.5);
}
.top-brand .brand-list .brand-item.trangia:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.7);
}
.top-brand .brand-list .brand-item.lowa .item-bg:after {
  background: rgba(0, 0, 0, 0.4);
}
.top-brand .brand-list .brand-item.lowa:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.6);
}
.top-brand .brand-list .brand-item.ba .item-bg:after {
  background: rgba(0, 0, 0, 0.5);
}
.top-brand .brand-list .brand-item.ba:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.7);
}
.top-brand .brand-list .brand-item.source .item-bg:after {
  background: rgba(0, 0, 0, 0.5);
}
.top-brand .brand-list .brand-item.source:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.7);
}
.top-brand .brand-list .brand-item.laken .item-bg:after {
  background: rgba(0, 0, 0, 0.5);
}
.top-brand .brand-list .brand-item.laken:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.7);
}
.top-brand .brand-list .brand-item.forewinds .item-bg:after {
  background: rgba(0, 0, 0, 0.5);
}
.top-brand .brand-list .brand-item.forewinds:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.7);
}
.top-brand .brand-list .brand-item:hover {
  opacity: 1;
}
.top-brand .brand-list .brand-item:hover .item-bg:after {
  background: rgba(0, 0, 0, 0.6);
}
.top-brand .brand-list .brand-item:hover .item-main {
  transform: translateY(0);
}
.top-brand .brand-list .brand-item:hover .item-text {
  opacity: 1;
}
.top-brand .brand-list .brand-item:hover .item-arrow:before {
  opacity: 0;
}
.top-brand .brand-list .brand-item:hover .item-arrow:after {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
