/* ======================================================================
 p-single-magazine
====================================================================== */
.l-content {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 40px;
  }
}

.l-main {
  max-width: 800px;
  width: 100%;
  justify-self: flex-end;
}

.related-articles {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .related-articles {
    margin: 60px auto 0;
  }
}
.related-articles__title {
  position: relative;
  z-index: 0;
  padding: 0 0 28px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767px) {
  .related-articles__title {
    font-size: 22px;
    line-height: 1.5454545455;
  }
}
.related-articles__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: url(../img/common/heading-dot.svg);
  line-height: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .related-articles__title:after {
    content: url(../img/common/heading-dot-sm.svg);
  }
}
.related-articles__slider {
  position: relative;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .related-articles__slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px auto 0;
  }
}
.related-articles__arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .related-articles__arrow {
    display: none;
  }
}
.related-articles__arrow--prev {
  left: -10px;
}
.related-articles__arrow--next {
  right: -10px;
}
.related-articles__arrow img {
  width: 100%;
  height: 100%;
}
.related-articles__slide {
  display: grid;
}
@media screen and (min-width: 768px) {
  .related-articles__slide {
    width: 100%;
  }
}
.related-articles__article {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(145, 114, 104, 0.12);
  box-shadow: 0 2px 12px 0 rgba(145, 114, 104, 0.12);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .related-articles__article:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .related-articles__article:hover > * {
    opacity: 0.6;
  }
}
.related-articles__article > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.related-articles__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 5px 15px;
  border-radius: 20px;
  background: #f8e233;
  font-weight: bold;
  font-size: 12px;
}
.related-articles__thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.related-articles__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related-articles__content {
  padding: 12px 15px 20px;
}
.related-articles__date {
  color: #58514f;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.related-articles__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 0;
}
.related-articles__category {
  padding: 2px 10px 3px;
  border-radius: 9999px;
  background: #f8e233;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}
.related-articles__article-title {
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5555555556;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .related-articles__article-title {
    font-size: 16px;
    line-height: 1.625;
  }
}
.related-articles__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0 0;
}
.related-articles__tag {
  color: #58514f;
  font-size: 14px;
}
.related-articles__button {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .related-articles__button {
    margin: 30px auto 0;
  }
}

.author {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .author {
    margin: 60px auto 0;
  }
}
.author__title {
  position: relative;
  z-index: 0;
  padding: 0 0 0 40px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .author__title {
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.author__title:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/p-single-magazine/author.svg) no-repeat center/cover;
  content: "";
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .author__title:before {
    width: 25px;
    height: 25px;
  }
}
.author__content {
  position: relative;
  z-index: 0;
  margin: 20px auto 0;
  padding: 30px 30px 20px 190px;
  min-height: 200px;
  border-radius: 10px;
  background: #faf7f2;
}
@media screen and (max-width: 767px) {
  .author__content {
    padding: 20px 15px;
    min-width: none;
  }
}
@media screen and (max-width: 767px) {
  .author__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.author__header img {
  position: absolute;
  top: 38px;
  left: 30px;
  width: 140px;
  height: 140px;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .author__header img {
    position: static;
    width: 100px;
    height: 100px;
  }
}
.author__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .author__name {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.author__name small {
  margin: 0 0 0 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .author__name small {
    font-size: 16px;
    line-height: 1.5;
  }
}
.author__description {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .author__description {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.author__description br {
  display: none;
}
.author__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 15px 8px 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .author__link {
    margin: 10px 0 0 auto;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.author__link, .author__link:link, .author__link:active, .author__link:visited {
  color: #58514f;
  cursor: pointer;
}
.author__link:hover {
  color: #58514f;
}
@media (hover: hover) {
  .author__link:hover {
    opacity: 0.6;
  }
  .author__link:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.author__link:after {
  margin: 2px 0 0;
  content: url(../img/p-single-magazine/author-link-arrow.svg);
  line-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-list {
  display: grid;
  gap: 20px;
  margin: 80px auto 0;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  background: #58514f;
}
@media screen and (max-width: 767px) {
  .banner-list {
    gap: 10px;
    margin: 60px auto 0;
    padding: 10px;
  }
}
.banner-list__item {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .banner-list__item:hover {
    opacity: 0.5;
  }
}
.banner-list__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}