.home-body {
    margin: auto;
    width: 100%;
    max-width: 1400px;
}
.grid{
    width:  100%;
    max-width: 100%;
    display: flex;
    padding-bottom: 20rem;
    padding-top: 4rem;
}
.column-2 {
    width: 16%;
    
}
.catelog-container {
    background-color: rgb(255, 255, 255);
    margin-right: 1rem;
    border: solid 1px rgb(201, 201, 201);
    height: 100%;
    
    
}
.catelog-header {
    width: 100%;
    padding: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    color:rgb(255, 255, 255);
    user-select: none;
    background-color: #077ee0;
}
.catelog-box{
    display: none;
}
.catelog-item {
text-align: center;   
 line-height: 6rem;
    border-bottom: solid 1px rgb(228, 228, 228);
    color: rgb(0, 0, 0);
    user-select: none;
    transition: all 0.2s;
}
.catelog-item:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
.catelog-item-active {
    background-color: #e0e0e0;

}
.catelog-list {
    margin: 0px;
    list-style: none;
    font-size: 1.8rem;
    padding: 0px;
}
.column-10 {
    flex: 1;
}
.home-product {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.filter {
    display: flex;
    width: 98%;
    height: 10%;
    text-align: start;
    background-color: #ffffff;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
}
.filter-laber {
    margin: auto;
    height: 4rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reoder-box{
    margin-left: 2rem;
}
.reoder-box select{
    height: 2.5rem;
    width: 8rem;
}
.filter-page {
    display: flex;
}
.filter-page-num {
    color:#3498db;
    margin-right: 4px;
    display: flex;
}
.num{
    padding-top: 1.6rem;
    font-size: 2.2rem;
}
.k{
    padding-top: 1.8rem;
}
.numtotal {
    padding-top: 2.2rem;
    color: black;
    font-size: 1.8rem; 
}

.product-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.product:hover {
    border: solid 1px #3498db;
}

.product {
    margin: 1rem;
    margin-left: 0.7rem;
    width: 38.4rem;
    height: 48rem;
    background-color: white;
    border-radius: 8px;
    border: solid 1px rgb(201, 200, 200);
    position: relative;   
}
.product-modar{
/* display: none; */
position: absolute;
background-color: white;
height: 100%;
border-radius: 0.5rem;
border-radius: 1px solid gray;
box-shadow: 5px 5px 10px #888888;
z-index: 99;
overflow: hidden;
width: 0%;
transition: all 0.4s;
}
.product-modar-sold-out{
    width: 40%;
    height: 25%;
    position: absolute;
    background-image: url("../image/urekiri.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
    display: none;
}
.product-modar-info{
    margin: 2rem;
    height: 40%;
    margin-top: 3rem;
    min-width: fit-content;
}
.product-modar-info-box{
    font-size: 1.7rem;
    color: black;
    line-height: 2.5rem;
    min-width: fit-content;
}

.product-modar-label{
font-weight: 600;
}
.modar-amazon-icon,
.modar-rakuten-icon{
    margin: auto;
    cursor: pointer;
    user-select: none;
    margin-top: 4rem;
}
.product-link {
    text-decoration: none;

}
.product-item-img {
    width: 100%;
    height: 38rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.product-item-name {
    margin: 1rem;
    font-size: 1.8rem;
    color:black;
}
.price {
 color: red;
 font-size: 18px;
 margin-left: 20px;
 margin-bottom: 1rem;
}
.footer-page-control {
    display: flex;
    width: 50%;
    margin: auto;
    padding:5rem 0px 00px 0px ;
    justify-content: center;
    user-select: none;
}
.footer-page-control-num{
    justify-content: center;
    user-select: none;
    display: flex;
}
.footer-page-num:hover {
    opacity: 0.8;
    cursor: pointer;
}
.footer-switch-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}
.footer-switch-icon {
    width: 4rem;
    height: 4rem;
    background-color: #3098ee;
    text-align: center;
    line-height: 4rem;
    margin: 1rem;
    border-radius: 1rem;
    color:white;
    font-size: 1.6rem;
}
.footer-page-num {
    width: 4rem;
    height: 4rem;
    background-color: #3098ee;
    text-align: center;
    line-height: 4rem;
    margin: 1rem;
    border-radius: 1rem;
    color: white;
    font-size: 1.6rem;
    transition: all 0.1s;
    border: none;

}
.footer-page-num-active {
    opacity: 0.8;
    cursor:default !important;
    
}
#not-found{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 4rem;
    line-height: 3.5rem;
}
