:root {
  --h2: 32px;
  --small: 14px;
  --regular: 16px;
}

body {
  background: #fff;
}

main {
  width: 100%;
  padding-top: 80px;
}

.breadcrumb__wrap {
  width: 100%;
  padding: 0 20px 27px;
  border-bottom: 1px solid #DDDDDD;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 1130px;
  margin: 0 auto;
}

.breadcrumb__el {
  display: flex;
  align-items: center;
}

.breadcrumb__el:not(:last-child)::after {
  content: "";
  background: url(../images/breadcrumbArrow.png) no-repeat center/cover;
  width: 11px;
  height: 11px;
  margin-left: 14px;
}

.breadcrumb__link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

.breadcrumb__link:hover {
  opacity: 0.7;
}

.breadcrumb__icon {
  width: 12px;
  height: 12px;
  display: block;
}

.breadcrumb__icon img {
  vertical-align: top;
}

.breadcrumb__current {
  color: #AD926A;
  font-size: 12px;
  font-weight: 500;
}

.catch__section {
  width: 100%;
  margin-bottom: 29px;
}

.categoryNav {
  display: none;
}

.archive__section {
  width: 100%;
  padding: 64px 0 160px;
  background-color: rgba(0, 0, 0, 0.6);
}

.archive__inner {
  padding: 0 20px;
}

.archive__categories {
  display: block;
  margin: 0 auto 90px;
  padding: 0 20px;
}

.archive__categories-list {
  display: grid;
  grid-template: auto/repeat(3, minmax(auto, 336px));
  justify-content: space-between;
  width: 100%;
  max-width: 1072px;
  height: 64px;
  margin: 0 auto 90px;
  border-radius: 40px;
  background: #F8F8F8;
}

.archive__categories-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  transition: color 0.4s ease, background 0.4s ease, opacity 0.4s ease;
}

.archive__categories-link.is-active {
  color: #fff;
  background: #383838;
}

.archive__categories-link:hover {
  opacity: 0.6;
}

.archive__list {
  display: grid;
  justify-content: center;
  grid-template: auto/repeat(3, 23.426vw);
  gap: clamp(2.688rem, 1.483rem + 2.51vw, 3.625rem) clamp(2.063rem, 0.858rem + 2.51vw, 3rem);
  margin-bottom: 80px;
}

.news__section {
  min-height: 692px;
  margin-bottom: 160px;
  background: url(../images/newsBg.png) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news__inner {
  padding: 127px 8px 100px;
}

.news__slider {
  width: 100%;
  margin-bottom: 64px;
}

.news__slider .slick-list {
  overflow: visible;
}

.news__card {
  width: 100%;
  transition: opacity 0.4s ease;
}

.news__card a {
  color: #000;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  transition: opacity 0.4s ease;
}

.news__card a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
}

.news__card a:hover {
  opacity: 0.7;
}

.news__image-wrap {
  position: relative;
  aspect-ratio: 320/213;
  background: #ccc;
}

.news__image {
  display: block;
  overflow: hidden;
  height: clamp(7.5rem, 0.042rem + 15.54vw, 18.688rem);
}

.news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.news__date-badge {
  position: absolute;
  top: 0;
  left: 0;
  translate: -8px -30px;
  z-index: 2;
}

.news__date-year {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
}

.news__date-box {
  width: 72px;
  height: 72px;
  background: #fff;
  position: relative;
}

.news__date-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 65px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
}

.news__date-num {
  position: absolute;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.news__date-month {
  top: 9px;
  left: 6px;
}

.news__date-day {
  bottom: 8px;
  right: 8px;
}

.news__date-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: transparent;
}

.news__body {
  aspect-ratio: 320/128;
  background: #fff;
  padding: 24px 20px;
  display: flex;
  /* justify-content: center; */
  height: 100%;
  overflow: hidden;
  min-height: 144px;
}

.news__title {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: clamp(42.375rem, 14.365rem + 58.43vw, 64.25rem);
  margin: 0 auto;
  padding: 0 20px;
}

.news__arrow {
  cursor: pointer;
  width: 102px;
  height: 53px;
  position: relative;
}

.news__arrow--prev .news__arrow-wrap {
  right: 0;
}

.news__arrow picture {
  display: block;
}

.news__arrow-wrap {
  position: absolute;
  bottom: 0;
}

.news__arrow-wrap .news__arrow-next-button .is-default {
  position: absolute;
  bottom: 1px;
  left: 4px;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.news__arrow-wrap .news__arrow-next-button .is-hover {
  position: absolute;
  bottom: 1px;
  left: 4px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.news__arrow-wrap .news__arrow-prev-button .is-default {
  position: absolute;
  bottom: 1px;
  right: 4px;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.news__arrow-wrap .news__arrow-prev-button .is-hover {
  position: absolute;
  bottom: 1px;
  right: 4px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.news__arrow-next-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: translate 0.4s ease;
}

.news__arrow-next-button {
  position: relative;
  width: 62px;
  height: 53px;
}

.news__arrow-prev-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: translate 0.4s ease;
}

.news__arrow-prev-button {
  position: relative;
  width: 62px;
  height: 53px;
}

.news__arrow:hover .news__arrow-next-arrow {
  translate: 10px 0;
}

.news__arrow:hover .news__arrow-prev-arrow {
  translate: -10px 0;
}

.news__arrow:hover .is-default {
  opacity: 0;
}

.news__arrow:hover .is-hover {
  opacity: 1;
}


.news__more-link {
  color: #fff;
  font-size: var(--regular);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 270px;
  height: 60px;
  background: transparent;
  transition: border 0.4s ease, background 0.4s ease;
}

.news__more-link:hover {
  border: 0px solid transparent;
  background: #77654B;
}

.pagination__list {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 8px;
  color: #fff;
}

.pagination__el a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 2px;
  transition: opacity 0.3s;
}

.pagination__el a:hover {
  opacity: 0.6;
}

.pagination__el a:hover:has(.news__arrow-prev-arrow), .pagination__el a:hover:has(.news__arrow-next-arrow) {
  opacity: 1;
}

.pagination__el.is-active a {
  color: #000;
  background: #fff;
}

.pagination__el.prev, .pagination__el.next {
  margin-bottom: -4px;
}

.pagination__el.prev a, .pagination__el.next a {
  width: 102px;
  height: 53px;
  display: block;
}

.pagination__el.prev {
  margin-right: 48px;
}

.pagination__el.next {
  margin-left: 48px;
}

.pagination__el.numbers a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.pagination__el.dot {
  color: #fff;
}

.product__no-post {
  text-align: center;
  margin: 40px 0 90px;
}

@media (max-width: 900px) {
  .archive__list {
    grid-template: auto/repeat(2, auto);
  }

  .news__image {
    height: clamp(14.438rem, -1.199rem + 32.58vw, 17.125rem);
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }

  .catch__section {
    margin-bottom: 13px;
  }

  .archive__categories {
    display: none;
  }

  .breadcrumb__wrap {
    padding: 0 20px 13px;
  }

  .categoryNav {
    display: block;
    width: calc(100% - 132px);
    /* position: absolute; */
    /* left: 50%;
    translate: -50% 0; */
    z-index: 3;
    margin: 0 auto;
    height: 34px;
    position: relative;

  }

  .categoryNav__dropdown {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 4px;
    background: #f8f8f8;
    transition: height 0.18s ease;
  }

  .categoryNav__dropdown[open] {
    height: 135px;
  }

  .categoryNav__summary {
    box-sizing: border-box;
    height: 34px;
    padding-left: 8px;
    padding-right: 28px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    list-style: none;
  }

  .categoryNav__summary::-webkit-details-marker {
    display: none;
  }

  .categoryNav__summary::marker {
    content: "";
  }

  .categoryNav__summary::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 17px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
  }

  .categoryNav__list {
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 5px;
    list-style: none;
    max-height: 384px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .categoryNav__item {
    margin: 0;
  }

  .categoryNav__item+.categoryNav__item {
    margin-top: 8px;
  }

  .categoryNav__link {
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 1.75;
    color: #000;
    text-decoration: none;
    min-height: 24px;
  }

  .categoryNav__link:hover {
    text-decoration: underline;
  }

  .categoryNav__link:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
  }

  .categoryNav__dropdown[open] .categoryNav__summary::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .categoryNav__summary:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
  }

  .archive__section {
    padding: 40px 0;
  }

  .archive__list {
    grid-template: auto/1fr;
    gap: 66px;
    padding-top: 91px;
  }

  .news__card {
    max-width: unset;
  }

  .news__body {
    justify-content: start;
    aspect-ratio: unset;
    min-height: 144px;
  }

  .news__arrow-wrap .news__arrow-prev-button .is-default, .news__arrow-wrap .news__arrow-next-button .is-default {
    opacity: 0;
  }

  .news__arrow-wrap .news__arrow-prev-button .is-hover, .news__arrow-wrap .news__arrow-next-button .is-hover {
    opacity: 1;
  }

  .news__image {
    height: 56.8vw;
  }

  .news__image-wrap {
    aspect-ratio: unset;
  }
}

@media (max-width: 600px) {
  .archive__list {
    margin-bottom: 91px;
    flex-direction: column;
  }

  .news__card {
    width: 100%;
  }

  .pagination {
    margin-top: 50px;
  }

  .pagination__list {
    position: relative;
  }

  .pagination__el.numbers, .pagination__eldot {
    translate: 0 -50px;
  }

  .pagination__el.prev {
    position: absolute;
    left: 0;
    top: 0;
  }

  .pagination__el.next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

/*# sourceMappingURL=news.css.map */