.writer{
    margin:1em 0;
    text-align:right;
    font-family:'Noto Sans JP', serif;
    font-size:.85em;
    color:#ddd;
}

.interview .txt p{
    margin-bottom:1.5em;
    font-family:'Noto Sans JP', serif;
    letter-spacing: .03em;
    line-height: 1.5em;
    color:#ddd;
}

.interview .txt p.int{
    font-weight:700;
    color:#fff;
}

.interview .txt p em{
    font-weight:bold;
}

.interview .txt p.rsi em{
    color:#db9a50;
}

.interview .txt p.tkg em{
    color:#8ba6e5;
}

.interview .txt p.mu em{
    color:#e37e74;
}

.interview .txt p.kit em{
    color:#10cd10;
}

.prev{
    text-align:left;
    margin:3em 0;
}

.prev a {
    color:#888;
}

.more{
    text-align:right;
    margin:3em 0;
    color:#888;
}

.more a{
    color:#888;
}

.totop{
    text-align:center;
    color:#777;
    margin:3em 0;
}

.photo{
    display:flex;
    justify-content:center;
    margin:2em 0;
}

.photo li{
    width:640px;
    max-width:100%;
}

section:not(.mainvisual),
section:not(.mainvisual):nth-child(even){
    background:none;
}