.p-contents__title,
.p-search,
.p-contents__inner,
.p-adultNav
{
    display: none;
}


.p-main
{
    margin-top: 0;
}
.p-contents.kids
{
    width: unset;
}



.p-kidsNav__list
{
    margin: 3em 0 0 0;
}
.p-kidsNav__item
{
    background: none;
    border-radius: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    max-width: unset;
    text-align: center;
    width: unset;
}
.p-kidsNav__item div
{
    line-height: 1.5;
    margin-top: 10px;
}




.p-kidsNav__inner .notation
{
    margin: 4.8rem auto 0;
    max-width: 1000px;
    text-align: center;
}
.p-kidsNav__inner .notation img
{
    max-width: 100%;
}
.p-kidsNav__inner .notation span
{
    display: block;
    margin: 40px auto 0;
    text-align: left;
    width: fit-content;
}




@media all and (max-width: 767px)
{
                .p-kidsNav
                {
                    padding: 0 1.6rem;
                }
                .p-kidsNav__list:first-child .p-kidsNav__item
                {
                    align-items: center;
                    display: flex;
                    width: 100%;
                }
                .p-kidsNav__list:first-child .p-kidsNav__item a
                {
                    width: 50%;
                }
                .p-kidsNav__list:nth-child(n+2) .p-kidsNav__item
                {
                    width: 50%;
                }
}
