@charset "utf-8";

/* -----------------------------------------
main
-------------------------------------------- */
.brPc {
    display: none;
}

.title {
    text-align: center;
    font-family: "Karla";
    font-size: 2.4rem;
    letter-spacing: 3.84px;
    background-image: url(../images/paperBg.webp);
    background-size: contain;
    background-position: center;
    width: 100%;
    padding: 16px 0px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.title span {
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2.24px;
}

.policy__contents {
    padding: 0 16px;
    text-align: left;
}

.sub__title {
    font-family: "Shippori Mincho";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.2px;
    margin-top: 80px;
    margin-bottom: 32px;
}

.txt,
.list__txt {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 2.24px;
}

.txt__group {
    margin-top: 32px;
}

.sub__heading {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 2.56px;
}

.contact__page {
    margin-top: 24px;
}

.contact__page a {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 2.24px;

}

.contact__page a:hover {
    text-decoration: underline;
    color: var(--primary-darkbrown);

}


.footer {
    margin-top: 100px;
}

/* shop pc */
@media screen and (min-width:769px) {
    .brPc {
        display: block;
    }

    .title {
        font-size: 3.2rem;
        letter-spacing: 5.12px;
        padding: 56px 0px;
    }

    .title span {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 3.2px;

    }

    .policy__contents {
        padding: 100px 64px;
    }

    .sub__title {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2.2;
        letter-spacing: 2.88px;
        margin-bottom: 20px;
    }

    .txt,
    .list__txt {
        font-size: 1.6rem;
        line-height: 2.2;
        letter-spacing: 2.56px;
    }

    .list__group {
        margin-top: 20px;
    }

}