@charset "UTF-8";
:root {
    --color-meierRed: #851E17;
}
#hornmeier ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#hornmeier .addCart input {
    margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}
#hornmeier .intro {
    border-radius: 1.25rem;
    background: #F3ECE8;
}
#hornmeier .intro a {
    font-family: "Noto Serif JP", serif;
    color: var( --color-meierRed);
    text-align: center;
    font-weight: 700;
    display: block;
    width: fit-content;
    margin-inline: auto;
}
#hornmeier h1,
#hornmeier h2 {
    font-family: "Noto Serif JP", serif;
    color: var( --color-meierRed);
    font-weight: 700;
    text-align: center;
}

#hornmeier dl {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
#hornmeier dl dt {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
#hornmeier .itemWrap {
    display: flex;
    flex-direction: column;
    position: relative;
}
#hornmeier .itemWrap .badge._sale {
    color: #FFF;
    font-weight: 700;
    background: var(--color-meierRed);
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 3px var(--color-meierRed);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
#hornmeier .itemWrap dd {
    display: flex;
    flex-direction: column; 
    height: 100%;
    margin-block-start: 1rem;
}
#hornmeier .itemWrap .itemImage {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px 2%;
    margin-block-end: 1rem;
}

#hornmeier .single .itemWrap .itemImage {
    height: auto;
    aspect-ratio:360/430;
}
#hornmeier .delica .itemWrap .itemImage {
    height: auto;
    aspect-ratio:360/430;
}
#hornmeier .itemWrap .itemImage li.mainImg {
    width: 100%;
}
#hornmeier .itemWrap .itemImage li.subImg {
    width: 49%;
}
#hornmeier .itemWrap .itemImage li.mainImg img,
#hornmeier .itemWrap .itemImage li.subImg img {
    border-radius: .625rem;
}
#hornmeier .itemWrap p {
    line-height: 1.6;
}
#hornmeier .itemWrap .net p {
    line-height: 1.4;
}
#hornmeier .itemWrap .outline,
#hornmeier .itemWrap .net {
    margin-block-end: 1.25rem;
}
#hornmeier .itemWrap .net p + p {
    margin-block-start: 1rem;
}
#hornmeier .itemWrap .price {
    margin-block-start: auto;
}
#hornmeier .itemWrap .price.__sale {
    color: var(--color-meierRed);
}
#hornmeier .itemWrap .cartBtn {
    margin-block-start: 1.25rem;
}
#hornmeier .itemWrap .cartBtn .addCart {
    color: #fff;
    font-weight: 600;
    border-radius: 3rem;
    background:var(--color-meierRed);
    cursor:pointer;
    border: 0;
    width: 100%;
    height: 66px;
    position: relative;
}
#hornmeier .itemWrap .cartBtn .addCart::before {
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    background: url(https://gigaplus.makeshop.jp/ecumeumeya/img/renewal2024/free-page/hornmeier/icon_cart.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13%;
    margin: auto;
}
#hornmeier .itemWrap .cartBtn .addCart::after {
    display: block;
    content: "";
    width: 8px;
    height: 14px;
    background: url(https://gigaplus.makeshop.jp/ecumeumeya/img/renewal2024/free-page/hornmeier/icon_arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20%;
    margin: auto;  
}

#hornmeier .itemWrap .cartBtn input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}


@media screen and (min-width: 769px) {
    #hornmeier p {
        line-height: 2;
    }
    #hornmeier .intro {
        padding: 5rem 2rem;
        margin-block-end: 3rem;
    }
    #hornmeier .intro a {
        font-size: 1.875rem;
        margin-block-end: 2rem;
    }
    #hornmeier .intro p {
        text-align: center;
    }
    #hornmeier h1 {
        font-size: 2rem;
        margin-block-end: 4rem;
    }
    #hornmeier .itemsection + .itemsection {
        margin-block-start: 8rem;
    }
    #hornmeier h2 {
        font-size: 1.875rem;
        margin-block-end: 3rem;
    }
    #hornmeier dl {
        gap: 80px 60px;
    }
    #hornmeier dl dt {
        font-size: 1.25rem;
    }
    #hornmeier dl dt span {
        font-size: .86em;
    }
    #hornmeier dl .itemWrap {
        width: 360px;
    }
    #hornmeier .itemWrap .badge._sale {
        font-size: 18px;
        width: 60px;
        height: 60px;
        right: 10px;
    }
    #hornmeier .delica .itemWrap:nth-child(-n+3) .itemImage {
        height: auto;
        aspect-ratio:360/275;
    }
    #hornmeier .delica .itemWrap:nth-child(n+4) .itemImage {
        height: auto;
        aspect-ratio:360/555;
    }
    #hornmeier .itemWrap .net p {
        font-size: .8124rem;
    }
    #hornmeier .itemWrap .price p {
        font-weight: 600;
        font-size: .8rem;
    }
    #hornmeier .itemWrap .price p span {
        font-size: 1.25rem;
        padding-inline-end: 3px;
    }
    
    #hornmeier .itemWrap .cartBtn .addCart {
        font-size: 1.125rem;
        padding: 1.25rem;
        transition: opacity .3s ease;
    }
    #hornmeier .itemWrap .cartBtn .addCart:hover {
        opacity: .8;
    }
    #hornmeier .itemWrap .cartBtn input {
        padding-left: 7%;
    }
    #hornmeier .itemWrap .cartBtn .addCart::before {
        left: 16%;
    }
    #hornmeier .itemWrap .cartBtn .addCart::after {
        right:18%;
    }
}

@media screen and (max-width:768px) {
    #hornmeier .intro {
        font-size: .875rem;
        padding: 2.6rem 1rem;
        margin-block-end: 2.5rem;
    }
    #hornmeier .intro a {
        font-size: 1.25rem;
        margin-block-end: 1rem;
    }
    #hornmeier h1 {
        font-size: 1.25rem;
        margin-block-end: 2rem;
    }
    #hornmeier .itemsection + .itemsection {
        margin-block-start: 4rem;
    }
    #hornmeier h2 {
        font-size: 1.125rem;
        margin-block-end: 1.56rem;
    }
    #hornmeier dl {
        gap: 3rem 2%;
    }
    #hornmeier dl dt {
        font-size: .825rem;
    }
    #hornmeier .itemWrap dd {
        margin-block-start: .625rem;
    }
    #hornmeier dl .itemWrap {
        width: 49%;
    }
    #hornmeier .itemWrap .badge._sale {
        font-size: 13px;
        width: 36px;
        height: 36px;
        right: 10px;
    }
    #hornmeier .delica .itemWrap:nth-child(4) .itemImage,
    #hornmeier .delica .itemWrap:nth-child(6) .itemImage  {
        height: auto;
        aspect-ratio:360/555;
        margin-block-end: 1.5rem;
    }
    #hornmeier .itemWrap .price p {
        font-size: .687rem;
        font-weight: 600;
    }
    #hornmeier .itemWrap .price p span {
        font-size: .876rem;
    }

    #hornmeier .itemWrap .cartBtn .addCart {
        font-size: .75rem;
        padding: .75rem;
        margin-block-start: 1rem;
        height: 46px;
    }
    #hornmeier .itemWrap .cartBtn .addCart::before {
        width: 20px;
        height: 20px;
        left: 8px;
        margin: auto;
    }
    #hornmeier .itemWrap .cartBtn .addCart::after {
        width: 8px;
        height: 14px;
        right: 8px;
        margin: auto;  
    }
    #hornmeier .itemWrap .cartBtn input {
        padding-inline-start: 1em;
    }
}

@media screen and (max-width:428px) {
    #hornmeier .itemWrap:has(.badge._sale) dt {
        height: 2.6em;
        padding-right: 3rem;
    }
    #hornmeier dl dt {
        height: 2.6em;
    }
}