@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Font sizes
==================== */
/**
 * Font Families
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.news-detail {
  width: 100%;
  max-width: 66.8055555556vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1020px) {
  .news-detail {
    max-width: 100%;
  }
}
.news-detail__top {
  display: flex;
  gap: 1.1111111111vw;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 4.4444444444vw 0 1.6666666667vw;
}
@media (max-width: 1020px) {
  .news-detail__top {
    gap: 4.2666666667vw;
    padding: 8.5333333333vw 0 6.4vw;
  }
}
.news-detail__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8333333333vw;
  align-self: stretch;
}
@media (max-width: 1020px) {
  .news-detail__info {
    gap: 3.2vw;
  }
}
.news-detail__tag {
  margin-right: auto;
  text-align: center;
  padding: 0.2777777778vw 0.8333333333vw;
  border-radius: 0.2777777778vw;
  background: var(--clr-text-white);
  border: 1px solid var(--clr-text-blue);
  color: var(--clr-text-blue);
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0222222222vw;
}
@media (max-width: 1020px) {
  .news-detail__tag {
    padding: 1.0666666667vw 3.2vw;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.0746666667vw;
  }
}
.news-detail__title {
  word-break: break-word;
  align-self: stretch;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05vw;
}
@media (max-width: 1020px) {
  .news-detail__title {
    text-align: left;
    font-size: 7.4666666667vw;
    letter-spacing: 0.1493333333vw;
  }
}
.news-detail__date {
  font-family: "Zalando Sans", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 175%;
  margin-left: auto;
}
@media (max-width: 1020px) {
  .news-detail__date {
    font-size: 3.7333333333vw;
  }
}
.news-detail__main {
  display: flex;
  gap: 4.4444444444vw;
  align-items: center;
  flex-direction: column;
  padding-bottom: 4.4444444444vw;
}
@media (max-width: 1020px) {
  .news-detail__main {
    gap: 1.6vw;
    padding-bottom: 17.0666666667vw;
  }
}
.news-detail__thumbnail {
  max-width: 54.1666666667vw;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .news-detail__thumbnail {
    max-width: 100%;
  }
}
.news-detail__main-sentence * {
  color: var(--clr-third-black);
  word-break: break-word;
}
.news-detail__main-sentence * strong {
  font-weight: 900;
}
.news-detail__main-sentence h1 {
  flex: 1 0 0;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0333333333vw;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence h1 {
    font-size: 5.3333333333vw;
    letter-spacing: 0.1066666667vw;
    margin-bottom: 6.4vw;
  }
}
.news-detail__main-sentence h2 {
  flex: 1 0 0;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0277777778vw;
  margin-bottom: 1.1111111111vw;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence h2 {
    font-size: 4.8vw;
    letter-spacing: 0.096vw;
    margin-bottom: 4.2666666667vw;
  }
}
.news-detail__main-sentence h3 {
  flex: 1 0 0;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.025vw;
  margin-bottom: 0.9722222222vw;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence h3 {
    font-size: 4.2666666667vw;
    letter-spacing: 0.0853333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.news-detail__main-sentence p {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0222222222vw;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.0853333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.news-detail__main-sentence blockquote {
  padding: 1.6666666667vw;
  border-radius: 0.5555555556vw;
  background: var(--clr-bg-gray-5);
  margin-bottom: 4.4444444444vw;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence blockquote {
    padding: 6.4vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 17.0666666667vw;
  }
}
.news-detail__main-sentence blockquote p {
  margin-bottom: 0;
}
.news-detail__main-sentence a {
  color: var(--clr-text-marine);
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 180%;
  text-decoration: underline;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence a {
    font-size: 3.7333333333vw;
  }
}
.news-detail__main-sentence ul,
.news-detail__main-sentence ol {
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence ul,
  .news-detail__main-sentence ol {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.news-detail__main-sentence ul li ul,
.news-detail__main-sentence ul li ol,
.news-detail__main-sentence ol li ul,
.news-detail__main-sentence ol li ol {
  padding-left: 2em;
}
.news-detail__main-sentence ol {
  padding-left: 1em;
  list-style: decimal;
}
.news-detail__main-sentence .wp-block-media-text {
  display: flex;
  gap: 1.6666666667vw;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3.8888888889vw;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence .wp-block-media-text {
    gap: 6.4vw;
    margin-bottom: 14.9333333333vw;
  }
}
.news-detail__main-sentence .wp-block-media-text p {
  padding: 0;
  margin-bottom: 0;
  color: var(--clr-text-gray-3);
  text-align: center;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 1020px) {
  .news-detail__main-sentence .wp-block-media-text p {
    font-size: 3.2vw;
  }
}
.news-detail__bottom {
  display: flex;
  padding-bottom: 5.5555555556vw;
  flex-direction: column;
  align-items: center;
  gap: 1.1111111111vw;
  align-self: stretch;
}
@media (max-width: 1020px) {
  .news-detail__bottom {
    padding-bottom: 21.3333333333vw;
    gap: 4.2666666667vw;
  }
}
.news-detail__bottom-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.news-detail__bottom-btns a {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
}
@media (max-width: 1020px) {
  .news-detail__bottom-btns a {
    gap: 2.1333333333vw;
  }
}
@media (min-width: 1021px) {
  .news-detail__bottom-btns a:hover img {
    background: var(--clr-bg-gray-4);
  }
}
.news-detail__bottom-btns a.-prev {
  padding: 0.2777777778vw 0.8333333333vw 0.2777777778vw 0;
  margin-right: auto;
}
@media (max-width: 1020px) {
  .news-detail__bottom-btns a.-prev {
    padding: 1.0666666667vw 3.2vw 1.0666666667vw 0;
  }
}
.news-detail__bottom-btns a.-next {
  padding: 0.2777777778vw 0 0.2777777778vw 0.8333333333vw;
  margin-left: auto;
}
@media (max-width: 1020px) {
  .news-detail__bottom-btns a.-next {
    padding: 1.0666666667vw 0 1.0666666667vw 3.2vw;
  }
}
.news-detail__bottom-btns a img {
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  border-radius: 0.2777777778vw;
  border: 1px solid var(--clr-border-gray-5);
  background: var(--clr-text-white);
  transition: background 0.3s;
}
@media (max-width: 1020px) {
  .news-detail__bottom-btns a img {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.news-detail__bottom-btns a span {
  color: var(--clr-third-black);
  font-family: "Zalando Sans", sans-serif;
  text-align: center;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 160%;
  white-space: nowrap;
}
@media (max-width: 1020px) {
  .news-detail__bottom-btns a span {
    font-size: 3.2vw;
  }
}

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