@charset "UTF-8";


.newgaku .top-section,
.newgaku .mono_bnr,
.newgaku .pointsale,
.newgaku .accordion {
    margin: 0;
    padding: 0;
    font-family:
        "M PLUS Rounded 1c",
        "Noto Sans JP",
        "Noto Serif JP",
        sans-serif;
    font-optical-sizing: auto;
}

.newgaku .top-section a,
.newgaku .accordion a {
    color: inherit;
    text-decoration: none;
}

.block-goods-list--pager a {
    color: initial;
    text-decoration: underline;
}

.newgaku .top-section p {
    font-size: clamp(0.9rem, 1rem + 1vw, 1.1rem);
}

.newgaku .Label {
    font-size: clamp(0.8rem, 1rem + 1vw, 1.8rem);
    font-weight: bold;
}

.newgaku .chapter_title {
    font-size: clamp(0.8rem, 1rem + 1vw, 1.2rem);
    font-weight: bold;
}

.newgaku .stem {
    font-size: calc(0.9rem + 1vw);
}

.newgaku .branch {
    font-size: calc(0.8rem + 1vw);
}

.chapter_all_link p {
    font-size: calc(0.9rem + 1vw);
    font-size: clamp(0.8rem, 1rem + 1vw, 1.1rem);
}

.newgaku .content_all_link p {
    font-size: clamp(0.7rem, 0.9rem + 1vw, 1.1rem);
    font-weight: bold;
}

.newgaku .top-section {
    display: grid;
    max-width: 100%;
}

.newgaku .top-section p {
    text-align: left;
    max-width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 26px;
    margin-bottom: 26px;
    text-wrap: wrap;
    line-height: 1.4;
}

.newgaku .pointsale {
    padding: 6px 0;
}

.newgaku .pckv,
.newgaku .spkv,
.point_bnr,
.monolist_bnr {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.newgaku .pckv {
    display: none;
}

.newgaku .spkv {
    display: flex;
}

@media screen and (min-width: 768px) {
    .newgaku .pckv {
        display: flex;
    }

    .newgaku .spkv {
        display: none;
    }
}

.newgaku .accordion {
    max-width: 100%;
    background-color: #eeeeee;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (min-width: 768px) {
    .newgaku .accordion {
        display: flex;
        padding-left: 2%;
        padding-right: 2%;
    }

    .newgaku .accordion-col {
        flex: 1;
        min-width: 0;
    }

    .newgaku .accordion-col.left {
        margin-right: 10px;
    }

    .newgaku .accordion-col.right {
        margin-left: 10px;
    }
}

.newgaku .toggle {
    display: none;
}

.newgaku .Label {
    cursor: pointer;
    position: relative;
    padding: 1em;
    display: block;
    color: #333333;
    background: #84ccc9;
    border-radius: 10px;
    text-align: center;
    transition: background-color .3s, border-radius .3s;
}

.newgaku .toggle:checked+.Label {
    border-radius: 10px 10px 0 0;
}

.newgaku .Label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.newgaku .Label,
.newgaku .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.newgaku .content {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 20px;
    background-color: #fff;
    transition: max-height .3s ease, padding .3s ease;
}

.newgaku .toggle:checked+.Label+.content {
    max-height: 5000px;
    padding: 16px 20px 0 20px;
}

.newgaku .toggle:checked+.Label::before {
    transform: rotate(-45deg) !important;
}

.newgaku .chapter {
    padding-top: 20px;
    margin-bottom: 20px;
    gap: 0.4em;
}

.newgaku .chapter_title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.1em;
    border-bottom: 3px solid #84ccc9;
}

.newgaku .stem>a,
.newgaku .branch>a {
    display: block
}

.newgaku .chapter_title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background-color: #84ccc9;
    margin-right: 0.8em;
    margin-bottom: -4px;
    border-radius: 4px 4px 0 0;
    flex-shrink: 0;
}

.chapter_list {
    list-style: none;
    padding-left: 0.1em;
    margin-top: 1.2em;
    margin-bottom: 0.2em;
}

.newgaku .stem {
    list-style: none;
    position: relative;
    padding-left: 1.2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    line-height: 1.6;
}

.newgaku .stem::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 0.4em;
    height: 1.2em;
    background-color: #84ccc9;
    border-radius: 1px;
}

.innner_list {
    margin: 0;
    margin-bottom: 1em;
}

.mini_list,
.newgaku .branch {
    list-style: none;
}

.newgaku .branch {
    position: relative;
    padding-left: 1em;
}

.newgaku .branch::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #84ccc9;
}

.newgaku .chapter a p {
    position: relative;
    margin-top: 1em;
    padding-left: 1.9em;
}

.newgaku .chapter a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4em;
    height: 1.4em;
    background-image: url("/img/usr/genre/rQ9/w_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.2s ease;
}

.newgaku .chapter a:hover p::before {
    transform: translateY(-50%) translateX(4px);
}

.newgaku .content_all_link {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.newgaku .content_all_link p {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #84ccc9;
    margin: 0;
    padding: 0.6em 1em 0.6em 2.6em;
    border-radius: 30px;

}

.newgaku .content_all_link p::before {
    content: "";
    position: absolute;
    left: 1.4em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1em;
    height: 1.1em;
    background-image: url("/img/usr/genre/rQ9/white_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.2s ease;
}

.newgaku .content_all_link:hover p::before {
    transform: translateY(-50%) translateX(4px);
}