@charset "UTF-8";
/* ==================================================================================================== レイアウト
==================================================================================================== */
body { background: url("../img/gallery/main_bg001.png") no-repeat center top; }
@media screen and (max-width: 750px) { body { background: url("../img/common/sp/main_bg001.png") no-repeat center top; background-size: contain; } }

.maintitle-sec { margin-bottom: 70px; }

/* ==================================================================================================== コンテンツ
==================================================================================================== */
.gallery-in { max-width: 1000px; margin: 0 auto; }

.gallery-list { display: flex; flex-wrap: wrap; margin-bottom: 85px; }
@media screen and (max-width: 750px) { .gallery-list { display: block; } }
.gallery-list li { width: 45.5%; margin-right: 9%; margin-bottom: 6.5%; }
@media screen and (max-width: 750px) { .gallery-list li { width: 100%; margin-right: 0; } }
.gallery-list li:nth-child(2n) { margin-right: 0; }
.gallery-list li a { position: relative; display: block; }
.gallery-list li a::before { content: ''; position: absolute; top: 50%; left: 50%; z-index: 100; width: 62px; height: 44px; background: url("../img/common/ic_play.png") center center no-repeat; background-size: contain; transform: translate(-50%, -50%); }
.gallery-list li p { margin-top: 10px; text-align: center; }
.gallery-list li .gallery-iframe { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.gallery-list li .gallery-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*# sourceMappingURL=gallery.css.map */
