/* 連盟shop用 */
.search_window{
    text-align:center;
    background-color:silver;
}
.catalog{
    display:flex;
    flex-wrap:wrap;
}
.catalog_box{
    border:solid 0.1rem black;
    width:180px;
    height:260px;
    margin:10px;
    text-align:center;
    position:relative;
}
.catalog_image{
    max-width:160px;
    max-height:200px;
}
.merchandise_link{
    position:absolute;
    width:100%;
    height:100%;
}

.merchandise_image{
    max-width:320px;
    max-height:400px;
}
