@charset "utf-8";

.gallery-btn-grid section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.gallery-btn-grid section .gallery-cate-btn {
	max-width: 100%;
}

.gallery-cate-btn {
    padding: 16px 15px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 243px;
    width: 100%;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 500;
    font-family: var(--font-family01);
    color: var(--primary);
    letter-spacing: 0;
    background-color: var(--white);
    border: 2px solid var(--primary);
    border-radius: 30px;
    position: relative;
    transition: all .3s;
}

.gallery-cate-btn:hover {
    color: var(--white);
    background-color: var(--primary);
    transition: all .3s;
}

.gallery-cate-btn.active {
    color: var(--white);
    background-color: var(--primary);
}

.gallery-main-contents section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

/*.gallery-img-title {
	color: var(--base-body-color);
}

.styleItem {
    background-color: #FFF9F2;
    outline: 1px solid #E3D6C6;
    outline-offset: -8px;
    padding: 40px 30px;
    margin-top: 24px;
}

.styleImgWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 20px;
}*/

.galleryItem > img+.noimg{
    display: none;
}

.eventNo {
    pointer-events: none;
}

/*.styleImgBox>a {
    position: relative;
    padding: 0 0 70.39%;
    background: #fff;
    display: block;
}

.styleImgBox img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.styleSubTit {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45em;
    margin-bottom: 10px;
}

.styleListImgWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 32px;
}

.styleTit {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-top: 20px;
}

.styleListImg {
    position: relative;
    padding: 58.7% 0 0 0;
    background: #fff;
    display: block;
}

.styleListImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}*/

/*------------------------------YouTube------------------------------*/ 

/*.movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.movie {
    margin-top: 32px;
}*/

/*------------------------------category------------------------------*/ 

.firstBox {
    display: none;
}

.firstBox:first-child {
    display: flex;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {



} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {



} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

  
.gallery-btn-grid section {
    gap: 24px;
}

/*.styleListImgWr {
    grid-template-columns: repeat(4, 1fr);
}

.styleImgWr {
    grid-template-columns: repeat(2, 1fr);
}*/
    


} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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


.gallery-main-contents section {
    grid-template-columns: repeat(2, 1fr);
}

/*.styleSubTit {
    font-size: 25px;
}

.styleTit {
    font-size: 25px;
}

.styleItem {
    margin-top: 48px;
}*/
    


} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {


} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

.gallery-btn-grid section {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-main-contents section {
    gap: 40px;
}

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {



} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */