.mono_01 {
    background: url(../images/mono_new/14.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mono_02 {
    background: url(../images/mono_new/42.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.goods h4 {
    font-size: min(4vw, 26px);
    font-weight: 800;
    text-align: center;
    margin-bottom: min(4em, 80px);
}

ul.goods_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4em;
}

ul.goods_wrap::after {
    content: "";
    display: block;
    width: 32%;
    height: 1px;
}

ul.goods_wrap li {
    width: 32%;
    border-radius: 8px;
    box-shadow: 0 0 4px #ccc;
    padding: 1em;
    margin-bottom: 2%;
    box-sizing: border-box;
}

ul.goods_wrap li a {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    background: #efefef;
}

ul.goods_wrap li img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    object-position: center;
    /*    margin-bottom: 0.25em;*/
    border: 1px solid #ccc;
    box-sizing: border-box;
}

ul.goods_wrap .item_name {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
}

ul.goods_wrap .item_price {
    text-align: center;
}

ul.goods_wrap .item_anno {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #ae0004;
}

.lity-content img {
    max-height: 90vh !important;
}

/*
.goods .notice h3 {
    font-size: min(4vw, 24px);
    font-weight: bold;
    margin-bottom: 0.5em;
}
*/

.goods .notice {
    border-top: 2px solid #555;
    padding-top: 4em;
}

.goods .notice h3:first-of-type {
    font-size: min(5vw, 32px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1em;
    line-height: 1;
}

.goods .notice h3:first-of-type::before,
.goods .notice h3:first-of-type::after {
    content: "";
    display: block;
    width: min(5vw, 32px);
    height: min(5vw, 32px);
    background: url(../images/sight.webp);
    background-size: contain;
    background-position: center;
}

.goods .notice h3:first-of-type::before {
    margin-right: 0.5em;
}

.goods .notice h3:first-of-type::after {
    margin-left: 0.5em;
}

.goods .notice h3:nth-of-type(2) {
    font-size: min(4vw, 24px);
    font-weight: bold;
    margin-bottom: 1em;
}

.goods .notice strong {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
}

.goods .notice strong::before {
    content: "◆";
    display: inline-block;
    font-size: min(4vw, 20px);
    color: #fe2d81;
}

.goods .notice .wrap {
    margin-bottom: 2em;
}

.goods .notice p:first-of-type,
.goods .notice h3:first-of-type {
    text-align: center;
    margin-bottom: 1em;
}

.tokuten span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: min(3.5vw, 24px);
    margin-bottom: 1em;
}

.tokuten img {
    display: block;
    width: min(90%, 720px);
    margin: 0 auto 2em;
}

.tokuten p {
    text-align: center;
    margin-bottom: 2em;
}

.tokuten small {
    display: block;
    text-align: center;
    font-size: 14px;
}

.buy li {
    list-style-type: disc;
    margin-left: 2em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.buy a {
    text-decoration: underline;
}

small.caution.onlyPc {
    display: block;
    font-size: 14px;
    background: #fff;
    padding: 1em 0;
    width: 30em;
    text-align: right;
    margin: 0 0 0 auto;
}

.notice .info {
    padding: 1em 0 1.5em;
    border-top: 2px dashed #ccc;
}

.notice .info:nth-of-type(2) {
    border-bottom: 2px dashed #ccc;
}

.notice dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em 0;
}

.notice dt {
    width: 19em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.notice dd {
    width: calc(100% - 19em);
    margin-bottom: 0.5em;
}

.notice dd small{
}

.notice dt::after {
    content: "：";
    display: inline;
}

.notice ul {
    list-style-type: disc;
    margin-left: 2em;
}

.notice ul li {
    margin-bottom: 0.5em;
}

@media screen and (max-width:1280px) {
    small.caution.onlySp {
        font-size: 11px;
        text-align: center;
        margin-bottom: 2em;
    }

    .notice dt,
    .notice dd {
        width: 100%;
    }

    .notice dd {
        margin-bottom: 1em;
    }
}

@media screen and (max-width:800px) {
    section.goods .content_area {
        padding: min(4em, 80px) min(1em, 30px);
    }
    
    ul.goods_wrap{
        font-size:0.9em;
    }

    ul.goods_wrap li {
        width: 48%;
        border-radius: 8px;
        box-shadow: 0 0 4px #ccc;
        padding: 0.5em;
        margin-right: 2%;
        margin-bottom: 2em;
    }

    ul.goods_wrap .item_name {
        text-align: left;
    }

    ul.goods_wrap .item_price {
        text-align: left;
    }

    ul.goods_wrap .item_anno {
        text-align: left;
    }

    ul.goods_wrap li {
        margin-bottom: 2%;
    }

    .goods .notice {
        padding-top: 2em;
    }

    .goods .notice h3 {
        text-align: center;
    }

    .lity-content img {
        max-height: auto !important;
    }
}
