﻿.ff-b {
    font-family: "Yu Gothic Pr6N B", sans-serif;
}
.unreleased.more a {
    pointer-events: initial !important;
}
.unreleased.more .info {
    display: block !important;
}
.unreleased.more .more {
    display: block !important;
    background-color: initial !important;
    border: 1px solid;
}
.unreleased.more .img:before {
    display: none !important;
}
.main__contents ul.main__contents__list2 li a .name span {
    text-align: initial;
}
.hide-text {
    padding-bottom: 3em;
}
.readmore {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 1em;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0.1em;
}
.readmore:before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    margin: 0 auto .5em;
    background: url(../img/arrow_updown.svg) no-repeat;
    background-size: contain;
    transition: .3s;
    transform: rotate(180deg);
}
.readmore.on-click:before {
    transform: rotate(0deg);
}
.readmore .open {
    font-family:"Yu Gothic Pr6N B";
    display: block;
    font-size: 1.2rem;
}
@media (max-width: 767px) {
    .letter__contents__txt #letter_text br:not(.sp-br) {
        display: none;
    }
    .readmore {
        margin-top: -1em;
    }
}
