#fantagio.shop h1 {
    margin: 14rem 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Brandon Grotesque Light";
    font-weight: normal;
    font-size: 7rem;
}
/* #fantagio.customize-support.shop .body-wrapper {
    margin: 31px auto 0;
    width: 1280px;
    height: 2251px;
    background-image: url(../../../images/shop/shop_background.png);
} */
#fantagio.shop .body-wrapper .contents.container {
    padding: 0;
}
#fantagio.shop .body-wrapper h2 img {
    width: 100%;
}
#fantagio.shop .body-wrapper h2 {
    margin-bottom: 55px;
}
#fantagio.shop .body-wrapper ul {
    margin-left: -17px;
}
#fantagio.shop .body-wrapper ul:after {
    content: "";
    display: block;
    clear: both;
}
#fantagio.shop .body-wrapper ul.column-2 {
    margin-left: -24px;
    margin-bottom: 62px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
#fantagio.shop .body-wrapper ul li {
    float: left;
    margin-left: 17px;
    margin-bottom: 80px;
    width: 322px;
}
#fantagio.shop .body-wrapper ul.column-2 li {
    margin-left: 24px;
    margin-bottom: 0;
    width: 488px;
}
#fantagio.shop .body-wrapper ul li a,
#fantagio.shop .body-wrapper ul li a:visited {
    color: #333;
    text-decoration: none;
}
#fantagio.shop .body-wrapper ul li .image {
    margin-bottom: 25px;
    width: 100%;
    height: 322px;
}
#fantagio.shop .body-wrapper ul.column-2 li .image {
    height: 322px;
}
#fantagio.shop .body-wrapper ul li .image img {
    width: 100%;
}
#fantagio.shop .body-wrapper ul li p.artist,
#fantagio.shop .body-wrapper ul li h3 {
    padding: 0 5px;
}
#fantagio.shop .body-wrapper ul li p.artist {
    margin-bottom: 7px;
    font-size: 11px;
    color: #808080;
}
#fantagio.shop .body-wrapper ul li h3 {
    line-height: 1.3;
    font-size: 17.3px;
}
#fantagio.shop .body-wrapper ul li h3:after {
    content: "";
    display: block;
    clear: both;
}
#fantagio.shop .body-wrapper ul li h3 .title {
    float: left;
    height: 45px;
    max-width: 285px;
}
#fantagio.shop .body-wrapper ul li h3 img {
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
#fantagio.shop img.zoom {
    transition: transform .2s;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    filter: none;
}
#fantagio.shop img.zoom:hover {
    transform: scale(1.2);
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    filter: none;
}