.w880 {
    max-width: 880px;
    margin: 0 auto;
}
.section {
    background-color: #faf6ef;
}
.section-content {
    padding-top: 70px;
    padding-bottom: 100px;
}
.section-sitemap .w880 {
    text-align: center;
}
.section-sitemap .headline__title {
    padding-bottom: 50px;
}
.section-sitemap .headline__title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 500;
    color: #5f4422;
}
.section-sitemap .headline__title-ja {
    width: 100%;
    display: block;
    font-size: 2.0rem;
    color: #5f4422;
}
.section-sitemap .content {
    text-align: left;
}
.section-sitemap a {
    display: block;
    padding: 15px 20px;
}
.section-sitemap li {
    border-bottom: 1px dotted #000;
}
.section-sitemap a:hover {
    opacity: 0.8;
}
.section-sitemap .product a{
    display: inline-block;
    border-bottom: none;
}
.section-sitemap .product span a {
    padding: 15px 0;
}
@media only screen and (max-width: 767px)  {
    .section-content {
        padding: 20px 20px 50px 20px;
        margin-bottom: 30px;
    }
    .section-sitemap .headline__title {
        padding-bottom: 15px;
    }
    .section-sitemap .headline__title-en {
        font-size: 2.2rem;
        color: #5f4422;
    }
    .section-sitemap .headline__title-ja {
        font-size: 1.2rem;
    }
    .section-sitemap .content {
        text-align: center;
    }
}



