@charset "UTF-8";

.midashi{
    padding-bottom: 40px;
}
section{
    padding: 80px 128px 32px;
}
body{
    display: none;
}
@media screen and (max-width:768px){
    section{
        padding: 40px 10px 16px;
    }
  
}
.productPG{
    margin: 0 auto 48px;
}
.productPG__container{
    margin: 0 auto;
    overflow: hidden;
    max-width: 1185px;
}
.productPG__menu{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 8px;
    padding-bottom: 40px;
}
.productPG__menu--item{
    width: 100%;
    height: 72px;
    margin: 0 auto;
    line-height: 72px;
    border-radius: 13px;
    background-color: rgb(50, 32, 28);
    color: white;
    font-size: 2.4rem;
    text-shadow: 2px 2px 2px #3e29117b;
    text-align: center;
    list-style: none;
    
}
.productPG__menu--item:hover{
    filter: brightness(0.8);
    background-color: rgb(16, 4, 3);
    cursor: pointer;
    transition: 0.2s;
}

@media screen and (max-width:768px){
    .productPG__menu--item{
        font-size: 2rem;
    }
    .productPG__menu{
        grid-template-columns: 1fr 1fr;
    }
  
}

.item01, .item02, .item03, .item04, .item05, .item06{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.item01{
    background-image: url(../images/sozai/dou.jpg);
}
.item02{
    background-image: url(../images/sozai/sinchu.jpg)
}
.item03{
    background-image: url(../images/sozai/seido2.jpg);
}
.item04{
    background-image: url(../images/sozai/stenles.jpg);
}
.item05{
    background-image: url(../images/sozai/arumi.jpg);
}
.item06{
    background-image: none;
}


.productPG__list{
    display: none;
}
.productPG__list.show{
    display: block;
}


.ctgr__title{
    font-size: 3.2rem;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 16px;
    margin-bottom: 32px;
    border-bottom: solid 2px #FF783E;
    }

.ctgr__des{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 24px;
    padding-bottom: 24px;
    align-items: center;
}
.ctgr__des--img{
    width: 100%;
    height: 145px;
    object-fit: cover;
}
@media screen and (max-width:768px){
    .ctgr__des{
        grid-template-columns: 1.2fr 2fr;
    }
}
.ctgr__list{
    margin: 0 auto;
}
.ctgr__list p{
    padding: 8px 16px;
}
.c-list__title p{
    font-size: 1.4rem;
    background-color: #a85d3c;
    color: rgb(255, 249, 241);
}
.c-list__item{
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    border: 0.1rem solid rgb(207, 166, 152);
}

.c-list__term{
    border-right: 0.1rem solid rgb(207, 166, 152);
}
