@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail {
    padding: 5rem 0;
  }
}
.detail__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  gap: 5rem;
}
.detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 8rem 0 2rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__meta {
    gap: 2rem;
    margin: 3rem 0 2rem;
  }
}
.detail__category-label {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
}
.detail__title {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4333333333;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__title {
    font-size: 2.2rem;
  }
}
.detail__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail__date time {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__date time {
    font-size: 1.2rem;
  }
}
.detail__eyecatch {
  margin-top: 3rem;
  height: 45vw;
  max-height: 60rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__eyecatch {
    margin-top: 2rem;
    height: 58vw;
  }
}
.detail__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.detail__content {
  margin-top: 6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content {
    margin-top: 4rem;
  }
}
.detail__content > :first-child {
  margin-top: 0;
}
.detail__content p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content p {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-top: 1.5rem;
  }
}
.detail__content p + p {
  margin-top: 1.6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content p + p {
    margin-top: 1.2rem;
  }
}
.detail__content a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .detail__content a:hover {
    opacity: 0.75;
  }
}
.detail__content h2,
.detail__content h3,
.detail__content h4,
.detail__content h5,
.detail__content h6 {
  line-height: 1.6;
  font-weight: 700;
}
.detail__content h2,
.detail__content h3 {
  font-size: 3rem;
  line-height: 1.4333333333;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .detail__content h2,
  .detail__content h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content h2,
  .detail__content h3 {
    font-size: 2rem;
    margin-top: 5rem;
  }
}
.detail__content h2::before,
.detail__content h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: linear-gradient(to right, #fff, transparent);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content h2::before,
  .detail__content h3::before {
    width: 30rem;
  }
}
.detail__content h2::after,
.detail__content h3::after {
  content: "";
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.detail__content h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .detail__content h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content h2 {
    font-size: 2.2rem;
  }
}
.detail__content h4 {
  font-size: 2.5rem;
  line-height: 1.28;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .detail__content h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content h4 {
    font-size: 1.8rem;
    margin-top: 3.5rem;
  }
}
.detail__content h5 {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  padding-left: 4.4rem;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .detail__content h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content h5 {
    font-size: 1.6rem;
    margin-top: 3rem;
    padding-left: 3rem;
  }
}
.detail__content h5::before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.7em;
  z-index: -1;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content h5::before {
    width: 2rem;
  }
}
.detail__content h6 {
  font-size: 1.8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content h6 {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}
.detail__content ul,
.detail__content ol {
  margin-top: 3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ul,
  .detail__content ol {
    margin-top: 2.5rem;
  }
}
.detail__content ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.7rem;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ul li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-left: 1.4rem;
  }
}
.detail__content ul li::before {
  content: "";
  width: 1.1rem;
  height: 1px;
  background: #a1a8b3;
  position: absolute;
  left: 0;
  top: 0.7em;
  line-height: inherit;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ul li::before {
    width: 0.8rem;
  }
}
.detail__content ul li:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ul li:not(:first-child) {
    margin-top: 1.2rem;
  }
}
.detail__content ol li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding-left: 3.4rem;
  position: relative;
  counter-increment: ol-counter;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ol li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-left: 2rem;
  }
}
.detail__content ol li::before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  top: 0.3em;
  left: 0;
  line-height: inherit;
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  width: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ol li::before {
    font-size: 1.2rem;
    width: 1.6rem;
  }
}
.detail__content ol li::after {
  content: "";
  width: 2.4rem;
  aspect-ratio: 24/7;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 1.6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ol li::after {
    width: 1.6rem;
  }
}
.detail__content ol li:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content ol li:not(:first-child) {
    margin-top: 1.2rem;
  }
}
.detail__content table {
  width: 100%;
  border-spacing: 3px;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .detail__content table {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content table {
    margin-top: 3rem;
  }
}
.detail__content table tr {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 0.3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    padding-block: 1.8rem;
    padding-inline: 1.5rem;
  }
}
.detail__content table tr:not(:first-child) {
  border-top: 3px solid rgba(255, 255, 255, 0.2);
}
.detail__content table th,
.detail__content table td {
  padding-block: 2.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content table th,
  .detail__content table td {
    padding-block: 1.4rem;
    display: block;
    width: 100%;
  }
}
.detail__content table th {
  width: 24rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .detail__content table th {
    width: 16rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content table th {
    width: 100%;
    display: block;
    font-size: 1.3rem;
    padding-inline: 1.4rem;
  }
}
.detail__content table td {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding: 2rem 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail__content table td {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-inline: 1.4rem;
    padding-top: 0;
  }
}
.detail .pageNavigation {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail .pageNavigation {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem;
  }
}
.detail .pageNavigation .hidden-icon::before {
  content: "";
  display: none;
  width: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .detail .pageNavigation .hidden-sp {
    display: none;
  }
}
/*# sourceMappingURL=single.css.map */