@charset "UTF-8";

.head_supplement{font-size:0.7em;}




/*ギャラリー*/
#gallery { width: 100%; text-align:center; box-sizing: border-box;}
#gallery::after{content:""; display:block; height:20vh;}
#gallery h1{text-align:center; margin-bottom:0;line-height:1.0;}
#gallery p{text-align:center;}
.grid-list li:nth-child(n+13) { display: none; }    /* 13番目以降の要素をすべて非表示にする */


#portfolio {width: 100%; box-sizing: border-box; text-align:center;}
#portfolio::after{content:""; display:block; height:20vh;}
#portfolio h1{text-align:center; margin-bottom:0;line-height:1.0;}
#portfolio p{text-align:center;}
.gallery_list_container::after{content:""; display:block; height:2vh;}

footer {
    font-size: 0.7rem; /*文字サイズ*/
    text-align: center; /*内容をセンタリング*/
    padding: 20px; /*ボックス内の余白*/
}