@charset "UTF-8";

.main .intro p, .main .intro h1 {
    max-width: 430px;
}
.main .fact__container-l p > span{
    font-size: 1.3rem;
}
.pre_note {
    font-size: 1.3rem;
    line-height: 1.66;
    padding-top: 1em;
}
.pre_note a{
    font-size: 1.3rem;
}
.pre .btn__cart {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    pointer-events: none;
    cursor: auto;
    width: 240px;
}
.pre .btn__cart .icon:before{
    display: none;
}
.main .product__cart .pre .stock{
    display: none;
}
.main .fact.moment{
    background-color: #ffdfef;
}
.footer .staff__list.thin span {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
}
.footer .staff::after {
  background: repeating-linear-gradient(90deg, #ffd3ef, #ffd3ef 12px, #a9e2e3 12px, #a9e2e3 24px);
}
@media screen and (min-width: 769px){
    .mv-txt-top {
        position: absolute;
        top: 0;
        left: 1%;
    }
    .mv-txt {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header {
        background-image: url(/store/herbivore/img/special_set/mv-sp_2021aw2.jpg);
        background-size: cover;
        width: 100%;
        padding-top: 133.125%;
        height: inherit !important;
    }
    .header.pre {
        background-image: url(/store/herbivore/img/special_set/mv-sp_2021aw-pre.jpg);
        background-size: cover;
        width: 100%;
        padding-top: 112%;
        height: inherit !important;
    }
    .pre .btn__cart {
        max-width: 218px;
    }
    .main .product__cart__item.pre {
        width: 100%;
    }
    .footer .share__list {
        padding: 25px 0;
    }
    .main .fact__container-l p span {
        font-size: 80%;
    }
    .main .fact__container-l p .link-btn {
        max-width: 300px;
        width: 80%;
        display: block;
        margin: 0 auto 0 0;
    }
    .nav__global__item h2 {
        padding: 15px 0 0;
        line-height: 1.4;
    }
}