@charset "utf-8";

.information{
    height: 32px;
}

.information-text{
    font-size: 12px;
    line-height: 32px;
}

.close-icon{
    right: 16px;
    width: 12px;
}

.header{
    height: 48px;
    /* margin-top: 32px; */
    padding: 16px;
}

.menu-icon{
    width: 16px;
}

.site-title{
    font-size: 16px;
}

.nav-contents{
    column-gap: 24px;
}

.main-contents{
    margin-top: -48 px;
}

.hero-img{
    aspect-ratio: 4/3;
    object-fit: cover;
}

.section{
    padding: 64px 16px;
}

.contents-area{
    width: 100%;
}

.section-head{
    margin-bottom: 32px;
    text-align: center;
}

.switch-menu{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.product-contents{
    margin-bottom: 56px;
}

.product{
    width: calc(50% - 8px);
}

.product-name{
    margin-bottom: 8px;
    pz: 14px;
}

.product-price{
    font-size: 12px;
}

.about .section-head{
    margin-bottom: 32px;
    text-align: left;
}

.about-contents{
    height: initial;
}

.overlay-text{
    top: -28px;
    font-size: 56px;
}

.about-img{
    position: relative;
    left: -16px;
    width: calc(100vw - 16px);
    margin-bottom: 32px;
}

.about-shop{
    position: initial;
    width: initial;
    padding: initial;
    background-color: initial;
}

.about-shop-head{
    margin-bottom: 20px;
    font-size: 20px;
}

.about-shop-text{
    font-size: 14px;
    line-height: 2;
}

.news-contents{
    flex-flow: column;
    margin-bottom: 56px;
}

.news-img{
    width: 100%;
}

.news-title{
    margin-bottom: 8px;
}

.more-link{
    font-size: 12px;
}

.right-icon{
    width: 12px;
}

.cta{
    padding: 96px 16px;
}

.cta-contents{
    flex-flow: column;
    row-gap: 32px;
}

.cta-card{
    aspect-ratio: 3/1;
    width: 100%;
    height: initial;
}

.cta-card::after{
    top: 4px;
    right: initial;
}

.cta-text{
    font-size: 12px;
}

.footer{
    padding: 48px 32px;
}

.footer-inner{
    width: initial;
}

.footer-nav{
    margin-bottom: 28px;
    padding-bottom: 28px;
}

.footer-nav-contents{
    flex-flow: column;
    row-gap: 28px;
}

.footer-nav-list{
    font-size: 14px;
}

.pc-none{
    display: block;
}

.reset-margin{
    margin-top: 0;
}