@font-face {
    font-family: 'Huiwen mincho';
    font-style: normal;
    font-display: swap;
    src: url('../../site/font/Huiwen-mincho.woff2') format('woff2');
}

.site-link.timeline-button {
    display: inline-block;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 20px;
    background-color: #a28a6e;
    font-family: var(--site-sans-font-family);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.site-link.timeline-button-m {
    padding: 0 20px;
}

.highlights {
    background-image: url('../img/timeline/bg.jpg');
    background-size: 100% auto;
    background-position: left top;
    background-repeat: repeat-y;
}

.highlights.highlights-m {
    background-size: 100% 100%;
}

.highlights-caption {
    position: relative;
}

.highlights-caption.highlights-caption-m {
    height: 30vh;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.highlights-caption.highlights-caption-m.highlights-caption-m-login {
    background-image: url('../img/timeline/login.jpg');
}

.highlights-caption.highlights-caption-m.highlights-caption-m-highlights {
    background-image: url('../img/timeline/highlights.jpg');
}

.highlights-caption.highlights-caption-m.highlights-caption-m-highlights.highlights-caption-m-highlights-detail {
    height: 15vh;
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
}

.highlights-caption.highlights-caption-m.highlights-caption-m-mybg {
    height: 45vh;
    background-image: url('../img/timeline/my-bg.jpg');
}

.highlights-caption .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Huiwen mincho', serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 6px;
}

.highlights-caption.highlights-caption-m .text {
    font-size: 30px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.highlights-caption .semi-circle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 20rem;
    height: 10rem;
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 10rem 10rem 0 0;
}

.highlights-caption .semi-circle .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    font-family: var(--site-serif-font-family);
    font-size: 18px;
    font-weight: 500;
    color: #515151;
    text-align: center;
}

.highlights-caption .semi-circle .center .site-link:hover {
    color: #fff;
}

.highlights-caption.highlights-caption-m .semi-circle {
    width: 14rem;
    height: 7rem;
}

.highlights-caption.highlights-caption-m .semi-circle .center {
    font-size: 14px;
}

.highlights-logo {
    position: absolute;
    left: 30px;
    top: 20px;
}

.highlights-logo.black {
    left: 10px;
    top: 5px;
}

.highlights-logo img {
    width: 160px;
    height: auto;
}

.highlights-logo img.style2 {
    display: none;
}

.highlights-logo.black img.style1 {
    display: none;
}

.highlights-logo.black img.style2 {
    display: inline;
}

.highlights-logo.highlights-logo-m {
    left: 10px;
    top: 15px;
}

.highlights-logo.highlights-logo-m img {
    width: 80px;
    height: auto;
}

.highlights-logo-text {
    font-family: 'Huiwen mincho', serif;
    font-size: 32px;
    font-weight: 500;
}

.highlights-logo.black .highlights-logo-text {
    color: #787776;
}

.highlights-logo.highlights-logo-m .highlights-logo-text {
    font-size: 22px;
}

.highlights-menu {
    position: absolute;
    right: 10px;
    top: 5px;
    display: flex;
    gap: 15px;
    font-size: 24px;
    color: #fff;
    align-items: center;
}

#main .highlights-menu {
    color: #787776;
}

.highlights-menu.highlights-menu-m {
    right: 10px;
    top: 10px;
}

.highlights-menu .site-link:hover,
.highlights-menu .site-link.active {
    color: #db6b5d;
}

.highlights-menu-profile,
.timeline-nav-list {
    padding: 5px;
}

.highlights-menu-profile li,
.timeline-nav-list li {
    margin-bottom: 8px;
}

.highlights-menu-profile li:last-child,
.timeline-nav-list li:last-child {
    margin-bottom: 0;
}

.timeline-nav-list .iconfont {
    margin-right: 5px;
}

.highlights-menu-label {
    font-size: 16px;
    vertical-align: 15%;
}

.site-article.site-article-timeline-m {
    padding: 20px;
}

.highlights-content {
    padding: 100px;
}

.highlights-content.highlights-content-m {
    padding: 20px;
}

.highlight-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 100px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.highlight-list.highlight-list-m {
    grid-template-columns: 1fr;
}

.highlight-list .title {
    font-family: var(--site-serif-font-family);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}

.highlight-list .info {
    display: flex;
    margin: 15px 0;
    color: #666;
}

.highlight-list .info .part {
    margin-right: 10px;
}

.highlight-list .info .part:last-child {
    margin-right: 0;
}

.highlight-list .info .part .thumbs-up-trigger:hover {
    color: var(--site-second-color);
}

.highlight-list .pic {
    position: relative;
}

.highlight-list .pic .icon-time-list {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 20px;
}

.highlight-list .description {
    height: 300px;
    line-height: 2em;
    padding: 15px;
    background-color: #a28a6e;
    text-align: justify;
    overflow: clip;
    overflow-clip-margin: content-box;
}

.highlight-list .description-hide .description {
    display: none;
}

.highlight-list .bottom {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.highlight-list .bottom .icon-share,
.highlight-list .bottom .icon-edit {
    margin-right: 10px;
    font-size: 24px;
    color: #a28a6e;
}

.timeline-my-art-title {
    position: relative;
    height: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 60px;
    border-bottom: 3px solid #adb1a3;
}

.timeline-my-art-title.timeline-my-art-title-m {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
}

.timeline-my-art-title .pic {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 180px;
}

.timeline-my-art-title .text {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: var(--site-serif-font-family);
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
}

.timeline-my-art-title .dot {
    position: absolute;
    right: -4px;
    bottom: -8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #a28a6e;
}

.timeline-holder-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.timeline-antique-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.timeline-antique-list.timeline-antique-list-m {
    grid-template-columns: repeat(2, 1fr);
}

.timeline-antique-list .cover-text {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background-color: var(--site-second-color);
    font-size: 12px;
    color: #fff;
}

.timeline-antique-list .cover-button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background-color: var(--site-second-color);
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.timeline-antique-list.timeline-antique-list-m .cover-button {
    display: block;
}

.timeline-antique-list .item .shmu-box:hover .cover-button {
    display: block;
}

.timeline-introduction {
    width: 60%;
}

.timeline-introduction.timeline-introduction-m {
    width: auto;
}

.timeline-introduction .site-article {
    background-color: #a2a29c;
    background-image: url('../img/timeline/timeline-introduction.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
}

.timeline-introduction .site-article p {
    text-indent: 2em;
}

.timeline-introduction .site-article.site-article-timeline-m {
    background-size: 180% auto;
}

.timeline-introduction-title {
    font-size: 24px;
    text-align: center !important;
    text-indent: 0 !important;
}

#my-preface {
    max-width: 95%;
}

#my-preface .site-article {
    padding: 20px 30px;
}

#my-preface .site-article p {
    margin: 8px 0;
    text-indent: 0;
}
