.garageStyle {
  padding: 100px 0 90px;
  color: #3C3C43;
}

.garageStyle_entry {
  margin-left: 125px;
}

.garageStyle_entry-content {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.garageStyle_entry-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.garageStyle_entry-list {
  max-width: 500px;
}

.garageStyle_item_container {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #ffffff;
}

.garageStyle_item_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.garageStyle_item_title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3c3c43;
  line-height: 1.4;
  overflow: hidden;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.garageStyle_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  line-height: 1;
  position: relative;
  color: #3c3c43;
  cursor: pointer;
  width: 100px;
  padding: 0.6rem 1rem;
  z-index: 30;
}

.garageStyle_link::before,
.garageStyle_link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #3c3c43;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.garageStyle_link::before {
  transition: all .2s ease;
  width: 100%;
  right: 0;
}

.garageStyle_link::after {
  transition: all .5s ease;
  width: 0;
  left: 0;
}

.garageStyle_link:hover::before {
  width: 0;
}

.garageStyle_link:hover::after {
  width: 100%;
}

.garageStyle_link-text {
  font-size: 1.2rem;
  font-weight: 700;
}

.garageStyle_link-arrow {
  display: block;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 6px;
  height: 8px;
  background-color: #3c3c43;
  position: absolute;
  top: calc(50% - 4px);
  right: 3px;
  transition: right .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.garageStyle_link:hover .garageStyle_link-arrow {
  right: 0;
}

.article-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.article-item-link_item {
  position: relative;
  z-index: 30;
}

.article-item-link_item:hover {
  opacity: 0.8;
  transition: all .3s ease;
}

.article-item-link_link {
  display: flex;
  padding: 1rem 0.7rem;
  background-color: #f2f0ed;
  transition: opacity .25s ease-out;
}

.article-item-link_image {
  width: 5rem;
  margin-right: 1rem;
}

.article-item-link_text {
  flex: 1 1;
}

.article-item-link_category {
  margin-bottom: 0.7rem;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.article-item-link_category span {
  display: inline-block;
  padding: 0.2rem 0.6rem 0.1rem;
  background-color: #c7c7c7;
  color: #444040;
}

.article-item-link_name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #444040;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 7.5em;
}

.swiper-pagination-bullet {
  background: #C7C7C7;
}

.swiper-pagination-bullet-active {
  background: #3C3C43;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #3C3C43;
  font-size: 30px;
}

.swiper-button-next, .swiper-button-prev {
  top: 58%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 15px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 15px;
}
