h1 {
    color: #525252;
}

.subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    margin-bottom: 1em;
}

.subtitle:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .subtitle {
        font-size: 2.8rem;
    }
}

.textContents {
    max-width: 800px;
    margin: 0 auto 20px;
}

#top .keyvisual__wrap {
    overflow: hidden;
    position: relative;
}

#top .keyvisual__imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

@media screen and (max-width: 767px) {
    #top .keyvisual__imgbox {
        height: 60vh;
    }
}

#top .keyvisual__imgbox ul {
    transition: initial;
}

#top .bxslider {
    width: auto;
    height: 100vh;
    position: absolute;
}

#top .bxslider li {
    height: 100vh;
    background: center/cover no-repeat;
    transition: initial;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    #top .bxslider li {
        height: 60%;
    }
}

#top .bxslider, #top bxslider * {
    transition: initial;
}

#top .about {
    padding-top: 50px;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #top .about {
        margin-bottom: 50px;
    }
}

#top .ingredients {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #top .ingredients {
        margin-bottom: 50px;
    }
}

#top .ingredients .inglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top .ingredients .inglist li {
    width: 31%;
    margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
    #top .ingredients .inglist li {
        width: 48%;
    }
}

#top .ingredients .inglist__wrap {
    width: 98%;
    margin: 0 auto 15px;
}

#top .ingredients .inglist__img {
    max-width: 130px;
    margin: 0 auto 15px;
}

#top .ingredients .inglist__img img {
    width: 100%;
}

#top .ingredients .inglist__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
    #top .ingredients .inglist__ttl {
        font-size: 1.4rem;
    }
}

#top .fragrance {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #top .fragrance {
        margin-bottom: 50px;
    }
}

#top .howtouse {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #top .howtouse {
        margin-bottom: 50px;
    }
}

#top .faq {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #top .faq {
        margin-bottom: 50px;
    }
}

#top .faq .faqlist:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

#top .faq .faqlist::after {
    content: "";
    display: block;
    clear: both;
}

#top .faq .faqlist dt {
    float: left;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #top .faq .faqlist dt {
        float: none;
        display: block;
    }
}

#top .faq .faqlist dt::after {
    content: "";
    display: block;
    clear: both;
}

#top .faq .faqlist dd {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 1rem;
}

#top .faq .faqlist dd::after {
    content: "";
    display: block;
    clear: both;
}

#top .faq .faqlist--q {
    background: #000;
    display: block;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 44px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin-right: 10px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #top .faq .faqlist--q {
        font-size: 1.6rem;
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
}

#top .faq .faqlist--a {
    background: #ccc;
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 44px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin-right: 10px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #top .faq .faqlist--a {
        font-size: 1.6rem;
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
}

#top .lineup {
    margin-bottom: 100px;
}

#top .lineup .itemlist {
    display: flex;
    flex-wrap: wrap;
}

#top .lineup .itemlist li {
    max-width: 20%;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    #top .lineup .itemlist li {
        max-width: 25%;
    }
}

@media screen and (max-width: 767px) {
    #top .lineup .itemlist li {
        max-width: 50%;
    }
}

#top .lineup .itemlist__item {
    width: 95%;
    margin: 0 auto;
}

#top .lineup .itemlist__name {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 5px 0;
}

#top .lineup .itemlist__chart {
    width: 90%;
    margin: 10px auto 15px;
}

#top .lineup .itemlist__cart {
    width: 80%;
    margin: 0 auto;
    max-width: 120px;
}

#top .lineup .itemlist li img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #top .lineup {
        margin-bottom: 50px;
    }
}

#top .caution {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #top .caution {
        margin-bottom: 50px;
    }
}

#top .data {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #top .data {
        margin-bottom: 50px;
    }
}

#top .data__add {
    margin-bottom: 30px;
}

#top .data__sns {
    text-align: center;
}

#top .data__sns li a {
    color: #000;
}

#top .data__sns li a i {
    font-size: 3.5rem;
}
