/*
Theme Name: taishigama.com
Theme URI: #
Author: motoetatsunori
Description: #
Version: 1.0
*/

/* 20240824 */
@media screen and (min-width: 850px) {
    .l-header-1 .-bnr {
        margin-top: auto;
        padding: 40rem 32rem 0;
    }
    .stockist .c-row-2 {
        justify-content: space-between;
        width: 100%;
    }
    .stockist .c-row-2 div {
        display: block;
        width: 50%;
    }
}

.c-body-1 .u-mt-8 {
    margin-top: 2.5em !important;
}

.c-body-1 .history li {
    display: flex;
    margin-bottom: 1em;
    text-align: left;
}
.c-body-1 .history .year {
    width: 5em;
}

.c-pic-1 p, 
.p-column-1 .-item .-pic p, 
.p-column-2 .-item .-pic p, 
.p-slider-1 .-pic p {
    font: 14rem / 28rem "Noto Serif JP", serif;
    color: #fff;
    text-shadow: 0px 0px 28px rgba(0,0,0,0.8);
    font-weight: bold;
    position: absolute;
    font-size: 14px;
    /* bottom: 64rem; */
    top: 1em;
    right: 1.2em;
    /* left: 50%;*/
}

.p-category-1 .-item a {
    display: block;
    height: 100%;
    padding: 40rem 16rem;
}

@media screen and (max-width: 849px) {
    .p-category-1 {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 8rem;
    }
    .p-category-1 .-item {
        width: inherit;
        border: none;
        padding-top: 8rem;
    }
    .p-category-1 .-item a {
        padding: 4rem 16rem;
    }
}

.-col .column a {
    text-decoration: none;
}
@media screen and (min-width: 850px) {
    .-col .column .p-column-1 .-item {
        /* width: calc((100% - 90rem) / 2 - .01px); */
        margin-left: 24rem;
        width: calc((100% - 24rem) / 2 - .01px);
    }
    .-col .column .p-column-1 .-item:nth-child(n+3) {
        margin-top: 32rem;
    }
    .-col .column .p-column-1 .-item:nth-child(3n+1) {
        margin-left: 24rem;
    }
    .-col .column .p-column-1 .-item:nth-child(2n+1) {
        margin-left: 0;
    }
}
