.SinglePost {
  width: 100%;
}
.SinglePost__Hero {
  position: relative;
  margin-top: 16px;
  width: 100%;
  padding-top: 36px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0d366d;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .SinglePost__Hero {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 104px;
  }
}
.SinglePost__Hero-Breadcrumb {
  width: 100%;
  max-width: 1280px;
}
.SinglePost__Hero-Inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 63px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .SinglePost__Hero-Inner {
    padding-top: 32px;
  }
}
.SinglePost__Hero-Category {
  display: inline-block;
}
.SinglePost__Hero-Category a {
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 29px;
  height: 34px;
  background-color: #f7c709;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.SinglePost__Hero-Title {
  margin-top: 18px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.475;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .SinglePost__Hero-Title {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.SinglePost__Hero-Meta {
  margin-top: 17px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 980px) {
  .SinglePost__Hero-Meta {
    margin-top: 16px;
    flex-direction: row;
    gap: 8px;
  }
}
.SinglePost__Hero-Date {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .SinglePost__Hero-Date {
    font-size: 10px;
  }
}
.SinglePost__Hero-Date time {
  color: inherit;
}
.SinglePost__Hero-DateLabel::after {
  content: "：";
}
.SinglePost__Inner {
  position: relative;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 120px;
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 829px 327px;
  gap: 44px;
}
@media (min-width: 981px) and (max-width: 1260px) {
  .SinglePost__Inner {
    grid-template-columns: minmax(0, 1fr) 327px;
  }
}
@media screen and (max-width: 980px) {
  .SinglePost__Inner {
    margin-top: -70px;
    padding-bottom: 80px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.SinglePost__Main {
  margin-top: -140px;
  min-width: 0;
}
@media screen and (max-width: 980px) {
  .SinglePost__Main {
    margin-top: 0;
  }
}
.SinglePost__Thumb {
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  background-color: #e5e5e5;
}
.SinglePost__Thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.SinglePost__Content {
  margin-top: 39px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .SinglePost__Content {
    margin-top: 24px;
  }
}
.SinglePost__Sidebar {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (min-width: 981px) {
  .SinglePost__Sidebar {
    position: sticky;
    top: 114px;
  }
}
@media screen and (max-width: 980px) {
  .SinglePost__Sidebar {
    align-self: stretch;
    gap: 40px;
  }
}
.SnsShareButtons__Area {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .SnsShareButtons__Area {
    margin-top: 56px;
  }
}
.AuthorCard__Area {
  margin-top: 56px;
}
@media screen and (max-width: 980px) {
  .AuthorCard__Area {
    margin-top: 40px;
  }
}
.AuthorCard__Title {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 25px;
  color: #131313;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.08em;
}
.AuthorCard__Title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 45px;
  background-color: var(--color-primary, #0d366d);
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .AuthorCard__Title {
    margin-bottom: 16px;
    padding-left: 20px;
    font-size: 20px;
  }
  .AuthorCard__Title::before {
    width: 7px;
    height: 36px;
  }
}
.RelatedPosts__Area {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .RelatedPosts__Area {
    margin-top: 56px;
  }
}
.Comments__Area {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .Comments__Area {
    margin-top: 56px;
  }
}
.SidebarSearch__Area {
  width: 100%;
}
.CategoryAccordion__Area {
  width: 100%;
}
.PopularPosts__Area {
  width: 100%;
}
