
/* フッター */
footer h1, h2 ,h3 ,h4, h5, h6 {
    font-weight: bold !important;
}
footer a {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}
footer a, footer span, footer aside {
    display: inline-block;
}
footer ul, footer li, footer ol {
    list-style: none;
}
footer img {
    display: block;
    width: 100%;
    height: auto;
    cursor:-moz-default;
    cursor:-webkit-default;
    cursor: default;
}
footer a img {
    cursor:-moz-pointer;
    cursor:-webkit-pointer;
    cursor: pointer;
}

/* footer {
    width: 100%;
    text-align: center;
    background: rgb(34, 34, 34);
    padding: 2rem 0 1.5rem;
} */
footer a, footer span, footer small, footer dd {
    color: #fff;
}
footer .btn_shop, footer .btn_asp {
    display: block;
    width: 80%;
    max-width: 350px;
    font-size: 0.8rem;
    letter-spacing: 1px;
    background: #bd7fb5;
    border-radius: 10px;
    padding: 0.8rem 0;
    margin: 0 auto 1rem;
}
footer .btn_asp {
    font-size: 1rem;
    font-weight: bold;
    background: #6d8cc5;
    padding: 1rem 0;
}
footer .btn_contact {
    text-decoration: underline;
    margin-bottom: 1.5rem;
}
footer .btn_shop span {
    font-size: 1.1rem;
    font-weight: bold;
}
table {
    width: 100%;
    max-width: 400px;
    padding: 0 1rem;
    margin: 0 auto 1.5rem;
}
caption, footer dt {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ab7fbd;
    margin-bottom: 0.2rem;
}
footer dl {
    display: flex;
    flex-flow: column;
    margin-bottom: 1.5rem;
}
footer dl:first-of-type dd {
    display: flex;
    flex-flow: column;
}
footer dd {
    font-size: 0.8rem;
}
footer dd a {
    display: inline-block;
    margin: auto;
    line-height: 1.8rem;
    text-decoration: underline;
}
table td {
    width: calc(100% / 2);
    font-size: 0.7rem;
    padding: 0.3rem 0;
}
.sns {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.sns a {
    width: 2rem;
    margin: 0 0.8rem;
}

/* 特定商法に基づく表示 */
.law .ttl, .privacy .ttl, .terms .ttl {
    background-color: #f7f7f7;
}
.law h2, .privacy h2, .terms h2 {
    font-size: 1.5rem;
    text-align: center;
    color: black;
    padding: 1rem 0;
    margin-bottom: 2rem;
}
.law .inner, .privacy .inner, .terms .inner {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}
.law table {
    width: 100%;
    max-width: 940px;
    border: 1px solid #000;
    border-collapse: collapse;
    margin: auto;
}
.law th, .law td {
    font-size: 0.9rem;
    line-height: 1.3rem;
    border: 1px solid #000;
    padding: 0.5rem;
}
.law th {
    width: 30%;
}

/* プライバシーポリシー */
.privacy .entry-disc, .terms .entry-disc {
    box-shadow: none;
    padding: 0;
}
.privacy p, .terms p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
}
.privacy .entry-disc h2, .terms .entry-disc h2 {
    font-size: 1rem;
    text-align: center;
    border: 1px solid #000;
    background-color: #f7f7f7;
    padding: 0.5rem;
    margin: 0 auto 0.5rem;
}
.privacy .btn-top, .terms .btn-top, .law .btn-top {
    background: #3c3c3c;
    margin: 3rem auto;
}