@charset "utf-8";


.catalogArea{ margin: 100px 0 160px;}
.catalogArea section:nth-of-type(n+2){ margin-top: 130px;}
.catalogArea h2{
 font-size: 2.6rem;
 letter-spacing: 0.1em;
 margin-bottom: 80px;
 text-align: center;
}


.catalogArea .catalogRow{
 position: relative;
 z-index: 1;
 padding-bottom: 60px;
}
.catalogArea section .catalogRow:nth-of-type(n+2){ margin-top: 60px;}
.catalogArea .catalogRow::after{
 content: "";
 display: block;
 width: 100%;
 height: 350px;
 position: absolute;
 left: 0;
 bottom: 0;
 z-index: -1;
 background-color: #f9f9f9;
}


.catalogArea .linkBtn{ margin-top: 100px;}

