/* author */
#category .main .author_header {
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
}

#category .main .author_header .author_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 10px;
}

#category .main .author_header .author_description {
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
    padding: 0 15px;
}

.author_wrap ul li {
    text-align: left;
    margin: 0 0 12px;
    padding: 8px 15px;
}

.author_thumb {
    margin-bottom: 5px;
}

.author_thumb img {
    max-width: 100%;
    height: auto;
}

.author_profile {
    line-height: 1.7;
}

.author_name {
    font-size: 18px;
}

.author_desc {
    font-size: 12px;
}

#category .main .author_heading {
    clear: both;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
    border-left: 8px solid #000000;
    border-bottom: 1px solid #000000;
    padding-left: 5px;
}

#category .main .author_list {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

#category .main .author_list .author_list_box {
    display: block;
    width: 31.9%;
    padding-bottom: 15px;
    margin-right: 0.3em;
}

#category .main .author_list .author_list_box .author_list_img {
    margin-bottom: 5px;
}

#category .main .author_list .author_list_box .author_list_img img {
    width: 100%;
    object-fit: cover;
    height: 125px;
}

#category .main .author_list .author_list_box .author_list_name {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
}

#category .main .author_list .author_list_box .author_list_title {
    display: block;
}

#category .main .author_list_link {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 30px;
}

#category .main .author_list_link a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

/* 著者個別ページ */

.author_detail_profile {
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
}

.author_detail_avatar {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.author_detail_avatar img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}

.author_detail_content {
    text-align: left;
}

.author_detail_name {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 21px;
    text-align: left;
    margin-bottom: 15px;
    border-left: 8px solid #000000;
    border-bottom: 1px solid #000000;
    padding-left: 5px;
}

.author_detail_desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.author_detail_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
}

.author_links_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.author_links_wrap .author_links {
    text-align: center;
    width: 48%;
}

.author_links_wrap .author_links a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
    padding: 4px 0;;
    margin-bottom: 10px;
    border: 1px solid #000;
}

/* 記事ページ */
.single-author-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 0
}

.single-author-area p {
    margin-top: 0
}

.single-author-area .active--layout-center {
    animation: showPopupForCenter .1s ease-out forwards
}

.single-author-area .active--layout-variable {
    animation: showPopupForVariable .1s ease-out forwards
}

.single-author-area__popup-link {
    cursor: pointer
}

.single-author-area .single-author {
    position: relative;
    display: flex;
    flex-direction: column
}

.single-author-area .single-author img {
    height: 100px;
    width: 100px
}

.single-author-area .single-author .single-author__item {
    display: flex;
    flex-direction: column;
    width: 100%
}

.single-author-area .single-author .single-author__role {
    font-size: 14px;
    font-weight: 700;
}

.single-author-area .single-author .single-author__name {
    font-size: 14px;
}

.single-author-area .credit .credit__role {
    font-weight: 700;
    color: #222
}

.single-author-area .source-wrapper {
    position: relative
}

.single-author-area .source-wrapper .source__source-text {
    font-weight: 700;
    color: #999
}

.single-author-area__popup-link:hover .source__magazine-title {
    color: #999
}

.single-author-area__popup-link:hover .single-author-area__popup-icon {
    opacity: .5
}

.single-upper-author-area {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 6px 0
}

.single-upper-author-area .single-author {
    gap: 8px
}

.single-upper-author-area .single-author .single-author__item {
    gap: 16px
}

.single-upper-author-area .single-author .single-author__title-wrapper {
    position: relative
}

.single-upper-author-area .single-author-area__popup-link:hover .single-author__name {
    color: #999
}

.single-upper-author-area .single-author-area__popup-link:hover .single-author-area__popup-icon {
    opacity: .5
}

.single-lower-author-area {
    margin-top: 24px
}

.single-lower-author-area .single-author {
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    padding: 20px 0;
    gap: 20px
}

.single-lower-author-area .single-author .single-author__title {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px
}

.single-lower-author-area .single-author .single-author__description {
    font-size: 12px;
    line-height: 1.6
}

.single-lower-author-area .single-author .single-author__link {
    width: fit-content;
    margin: 12px 0 0 auto;
    font-size: 12px;
    line-height: 1.6;
    color: #000
}

.single-lower-author-area .single-author .single-author__link:hover {
    color: #999
}

.single-lower-author-area .credit .credit__item {
    font-size: 12px;
    line-height: 1.6
}

.single-lower-author-area .source-wrapper .source {
    font-size: 12px
}

.single-author-popup {
    --passing-left-value: 80px;
    z-index: 10;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: #222 1px solid;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: rgb(0 0 0/15%) 0 2px 6px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 80px top;
}

.single-author-popup:before {
    content: "";
    position: absolute;
    bottom: calc(100% + .75px);
    left: var(--passing-left-value);
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #222;
    transform: translateX(-50%)
}

.single-author-popup:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: var(--passing-left-value);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    transform: translateX(-50%)
}

.single-author-popup .single-author-popup__title {
    display: flex;
    gap: 16px
}

.single-author-popup .single-author-popup__avatar {
    width: 56px;
    height: 56px;
}

.single-author-popup .single-author-popup__title-text {
    width: calc(100% - 56px - 16px);
}

#detail .single-author-popup .single-author-popup__name {
    font-size: 16px;
    font-weight: 700;
    max-width: calc(100% - 30px);
}

#detail .single-author-popup .single-author-popup__role {
    color: #222;
    font-size: 14px;
}

#detail .single-author-popup .single-author-popup__description {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.single-author-popup .single-author-popup__link {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    color: #000;
    font-size: 14px;
}

.single-author-popup .single-author-popup__link:hover {
    color: #999
}

.single-author-popup button.single-author-popup__button {
    border: none;
    background-color: transparent;
    font: inherit;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    appearance: none
}

.single-author-popup .single-author-popup__button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px
}

.single-author-popup .single-author-popup__button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background-color: #000;
    transform: translate(-50%,-50%) rotate(45deg)
}

.single-author-popup .single-author-popup__button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background-color: #000;
    transform: translate(-50%,-50%) rotate(-45deg)
}

.single-author-area__popup-icon {
    box-sizing: content-box;
    position: relative;
    display: inline-flex;
    width: 14px;
    height: 14px;
    border: 1.5px solid #222;
    border-radius: 50%;
    margin-left: 6px;
    top: 3px;
    cursor: pointer
}

.single-author-area__popup-icon:hover {
    opacity: .5
}

.single-author-area__popup-icon:before,.single-author-area__popup-icon:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 1.5px;
    background: #222;
    top: 7px
}

.single-author-area__popup-icon:before {
    transform: rotate(45deg);
    left: 3px
}

.single-author-area__popup-icon:after {
    transform: rotate(-45deg);
    right: 3px
}

.single-author-bottom {
  box-sizing: border-box;
  padding: 40px 0px 40px 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.single-author-bottom:nth-of-type(n+2) {
  border-top: 0px solid #ccc;
  padding: 20px 0px 40px 0;
}

.single-author-bottom-left {
  width: 120px;
  margin-right: 20px;
}

.single-author-bottom-right {
  width: calc(100% - 140px);
  text-align: right;
}

#detail .single-author-bottom-right h5 {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

#detail .single-author-bottom-right .single-author-bottom__role {
  margin-bottom: 0px;
  font-size: 13px;
  text-align: left;
}

#detail .single-author-bottom-right .single-author-bottom__description {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

#detail .single-author-bottom-right .single-author-bottom__link {
    color: #222;
}

@keyframes showPopupForCenter {
    0% {
        opacity: 0;
        transform: translate(-50%,0) scale(0)
    }

    100% {
        opacity: 1;
        transform: translate(-50%,0) scale(1)
    }
}

@keyframes showPopupForVariable {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}