@charset "utf-8";

/*-----------------------------------------------------------
施術事例
-----------------------------------------------------------*/

.category-container + .style-list {
    margin: 60px auto 0;
}

.style-list > section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.style-item {
    background: var(--white);
}

.style-item > a {
    display: block;
    aspect-ratio: 16/21;
}

.style-item > a > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

img + .no-img {
    display: none;
}

.style-item > a:hover {
    filter: brightness(0.5);
}

/* ---------- modal ---------- */

.featherlight .featherlight-content {
    max-width: 600px;
    width: 96%;
}

.style-modal {
    display: none;
}

.style-content {
    margin: 20px 0 0;
}

.style-img {
    text-align: center;
}

/*-----------------------------------------------------------
カテゴリー
-----------------------------------------------------------*/

.category-container {
    padding: 0;
}

.category-container > section {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0;
}

.category-col {
    padding: 0 10px;
    margin: 10px 0 0;
}

.category-col-first {
    display: none;
}

.category-col-first:first-child {
    display: block;
}

.category-btn {
    max-width: 100%;
    width: 100%;
}

.category-btn.active {
    opacity: 0.65;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/3;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
施術事例
-----------------------------------------------------------*/

.style-list > section {
    grid-template-columns: repeat(3,1fr);
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/4;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
施術事例
-----------------------------------------------------------*/

.category-container + .style-list {
    margin: 100px auto 0;
}

.style-list > section {
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
    
/*-----------------------------------------------------------
カテゴリー
-----------------------------------------------------------*/

.category-container > section {
    margin: -20px -10px 0;
}

.category-col {
    padding: 0 15px;
    margin: 20px 0 0;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
    grid-column: 1/5;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */