:root {
  --h1:36px;
  --h2: 32px;
  --h3: 28px;
  --small: 14px;
  --regular: 16px;
}

body {
  background: #fff;
}

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

.breadcrumb__wrap {
  width: 100%;
  margin-bottom: 83px;
  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;
}

.details__section {
  margin-bottom: 120px;
}
.details__inner {
  padding: 0 20px;
}
.details__card {
  width: 100%;
  max-width: 1007px;
  margin: 0 auto 64px;
}
.details__image-wrap {
  position: relative;
  aspect-ratio: 320/213;
  background: #ccc;
}
.details__date-badge {
  position: absolute;
  top: 0;
  left: 0;
  translate: -16px -38px;
  z-index: 2;
}
.details__date-year {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
}
.details__date-box {
  width: 72px;
  height: 72px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.details__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);
}
.details__date-num {
  position: absolute;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
.details__date-month {
  top: 9px;
  left: 6px;
}
.details__date-day {
  bottom: 8px;
  right: 8px;
}
.details__date-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: transparent;
}
.details__h1 {
  margin-bottom: 64px;
}
.details__h1-title {
  font-size: var(--h1);
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  max-width: 1008px;
  margin: 0 auto 40px;
}
.details__h1-body {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
}
.details__h2 {
  margin-bottom: 64px;
}
.details__h2-title {
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 40px;
  padding: 8px 20px;
  width: 100%;
  max-width: 1008px;
  border-left: 4px solid #000;
}
.details__h2-body {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
}
.details__h3 {
  margin-bottom: 64px;
}
.details__h3-title {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto 40px;
}
.details__h3-title-inner {
  font-size: var(--h3);
  font-weight: 600;
  line-height: 1.5;
  display: block;
  padding: 8px 32px;
  width: 100%;
  max-width: 829px;
  border-bottom: 1px solid #000;
}
.details__h3-body {
  font-size: var(--regular);
  font-weight: 500;
  line-height: 2;
  width: 100%;
  max-width: 1009px;
  margin: 0 auto;
}
.details__arrow-wrap {
  width: 100%;
  max-width: 1006px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
/* .details__arrow-wrap>a{
  
} */
 .details__arrow-prev, .details__arrow-next {
  position: relative;
 }
 .details__arrow-next{
  margin-left: auto;
 }
.details__arrow-prev a, .details__arrow-next a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.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;
}

@media (max-width: 767px) {
  main {
    padding-top: 60px;
  }
  .breadcrumb__wrap {
    margin-bottom: 64px;
    padding: 13px 20px;
  }
  .details__section {
    margin-bottom: 40px;
  }
  .details__card {
    margin: 0 auto 32px;
  }
  .details__date-badge {
    translate: -8px -30px;
  }
  .details__date-box {
    box-shadow: unset;
    background: #F8F8F8;
  }
  .details__h1 {
    margin-bottom: 40px;
  }
  .details__h1-title {
    font-size: clamp(1.75rem, 1.272rem + 2.04vw, 2.25rem);
    margin-bottom: 24px;
  }
  .details__h1-body {
    font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
  }
  .details__h2 {
    margin-bottom: 40px;
  }
  .details__h2-title {
    font-size: clamp(1.25rem, 0.533rem + 3.06vw, 2rem);
    margin: 0 auto 24px;
    padding: 8px 12px;
  }
  .details__h2-body {
    font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
  }
  .details__h3 {
    margin-bottom: 40px;
  }
  .details__h3-title {
    margin: 0 auto 24px;
  }
  .details__h3-title-inner {
    font-size: clamp(1.125rem, 0.527rem + 2.55vw, 1.75rem);
    padding: 8px 16px;
  }
  .details__h3-body {
    font-size: clamp(0.875rem, 0.755rem + 0.51vw, 1rem);
  }
  .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;
  }
}/*# sourceMappingURL=details.css.map */