div.preview {
    position: absolute;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
}

div.preview-inner {
    position: fixed;
    display: none;
    top: 2rem;
    left: 2rem;
    width: calc(100vw - 4rem);
    height: calc(100vh - 4rem);
    z-index: 1001;
}

div.preview-inner img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

ul.timeline {
    list-style: none;
}

ul.timeline li {
    display: flex;
}

/*
div.period {
    flex-basis: 8rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    text-align: right;
}

div.period time {
    display: block;
}

div.period time.from {
    position: relative;
    margin-bottom: 1.5rem;
}
div.period time.from::after {
    content: "～";
    position: absolute;
    bottom: -1.5rem;
    right: 2rem;
    transform: rotate(90deg);
}
*/

ul.timeline > li > div {
    position: relative;
    flex-grow: 0s;
    width: 80%;
    margin-left: 2rem;
    padding-left: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 2rem;
    /* border-left: 3px solid #666666; */
}

/*
div.solo::before {
    font-family: 'icomoon';
    content: "\e971";
    position: absolute;
    left: -1.25rem;
    top: 0;
    padding: 0.5rem;
    background-color: #666666;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
}

div.group::before {
    font-family: 'icomoon';
    content: "\e972";
    position: absolute;
    left: -1.25rem;
    top: 0;
    padding: 0.5rem;
    background-color: #666666;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
}

div.appearance::before {
    font-family: 'icomoon';
    content: "\e95b";
    position: absolute;
    left: -1.25rem;
    top: 0;
    padding: 0.5rem;
    background-color: #666666;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
}

div.camera::before {
    font-family: 'icomoon';
    content: "\e90f";
    position: absolute;
    left: -1.25rem;
    top: 0;
    padding: 0.5rem;
    background-color: #666666;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
}

div.film::before {
    font-family: 'icomoon';
    content: "\e914";
    position: absolute;
    left: -1.25rem;
    top: 0;
    padding: 0.5rem;
    background-color: #666666;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
}

div.host::before {
    font-family: 'icomoon';
    content: "\e921";
    position: absolute;
    left: -1.25rem;
    top: 0;
    padding: 0.5rem;
    background-color: #666666;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
}

div.support::before {
    font-family: 'icomoon';
    content: "\e991";
    position: absolute;
    left: -1.25rem;
    top: 0;
    padding: 0.5rem;
    background-color: #666666;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
}
*/

div.title {
    font-weight: bold;
    text-decoration: underline;
}

div.place, div.role, div.link, div.records {
    margin-left: 1rem;
}

div.records h1 {
    display: inline;
    vertical-align: middle;
    font-size: 1rem;
    text-decoration: none;
}

div.records img {
    margin-top: 0.25rem;
    vertical-align: middle;
}

div img.picture-border {
    border: 1px solid #666666;
}

div.tabmenu h1 {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: #999999;
    color: #ffffff;
    cursor: pointer;
}

div.tabmenu h1.selected {
    background-color: #000000;
    color: #ffffff;
    cursor: default;
}

div.link {
    font-size: 0.9rem;
}

div.link::before {
    content: " ⇒ ";
    display: inline-block;
    white-space: pre-wrap;
}

div.link a::after {
    font-family: 'icomoon';
    content: "\ea7e";
    font-size: 1rem;
}

div.link a+a::before {
    content: ", ";
    display: inline-block;
    white-space: pre-wrap;
}

div.link a {
    font-weight: normal;
}

