@charset "utf-8";

/* Gallery */
header {
	background: rgba(0,0,0,.7);
}
header .logo {
	opacity: 0;
    visibility: hidden;
}
.mjr_txt img {
	bottom: -1px;
}
h2.title {
	font-size: 75px;
	text-align:	center;
	padding: 35px 0;
	background: #000;
	color: #fff;
	font-family: 'Teko', sans-serif;
}
.container {
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
.cap {
    padding: 70px 0;
	font-size: 12px;
	line-height: 1.7;
}

.container {
    max-width: 1000px;
}

.main {
    background: url('../img/gallery/bg_gallery.jpg') center center / cover no-repeat;
}

.slider-top {
    background: rgba(189, 189, 189, 0.2);
}

.slider-single {
    margin-bottom: 20px;
}

.slider-single figure {
    position: relative;
}

.slider-single figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    background: rgb(62,58,59);
    background: linear-gradient(90deg, rgba(62,58,59,0) 0%, rgba(62,58,59,0.9) 100%);
    min-width: 100px;
    text-align: right;
    padding: 5px 10px;
}

.slider-nav {
    position: relative;
    z-index: 1;
}

.slider-nav .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    gap: 10px;
}

.slider-nav .list:not(:last-child) {
    margin-bottom: 20px;
}

.slider-nav .slick-item {
    width: calc(20% - 10px);
    position: relative;
    cursor: pointer;
}

.slider-nav .slick-item::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    inset: 0;
    transition: all 0.3s ease;
}

.slider-nav .slick-item figcaption {
    font-size: 17px;
    text-wrap: nowrap;
    line-height: 1.3;
    position: absolute;
    bottom: 50%;
    right: 50%;
    text-align: center;
    color: #fff;
    z-index: 1;
    transform: translate(50%, 50%);
    font-family: 'EB Garamond', serif;
    letter-spacing: .08em;
    transition: all 0.3s ease;
}

.slider-nav .slick-item figcaption span {
    display: block;
    font-size: 10px;
    font-family: RyuminPro, 'Noto Serif JP', serif;
}

.slider-nav .slick-item:hover::after {
    background-color: transparent;
}

.slick-prev, .slick-next {
    width: 23px;
    height: 40px;
    z-index: 1;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev::before,
.slick-next:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 0.75;
}

.slick-prev::before {
    background: url('../img/pre_slide.svg') center center / cover no-repeat;
}

.slick-next:before {
    background: url('../img/next_slide.svg') center center / cover no-repeat;
}

.slick-list {
    max-height: 660px;
}

.slider-nav .slick-item.is-active figcaption {
    opacity: 0;
}

.slider-nav .slick-item.is-active::after {
    background-color: transparent;
}

.txt-en {
    font-family: 'EB Garamond', serif;
    letter-spacing: .08em;
}

@media screen and (max-width: 768px) {
	h2.title {
		font-size: 10vw;
		padding: 5vw 0;
	}
	
    .slider-top {
        background: transparent;
    }

    .slider-top .container {
        width: 100%;
    }

    .slider-single figcaption {
        font-size: 12px;
    }

    .slider-nav .slick-item figcaption {
        font-size: 1.7vw;
        text-wrap: wrap;
        letter-spacing: .03em;
    }

    .slider-nav .slick-item figcaption span {
        display: none;
    }

    .slider-nav .list {
        gap: 4px;
    }

    .slider-nav .slick-item {
        width: calc(20% - 4px);
    }

    .slick-prev,
    .slick-next {
        width: 17px;
        height: 30px;
    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }
	
	.cap {
    	padding: 40px 0;
	}

}

@media screen and (min-width: 481px) {
    .sp480 {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .pc480 {
        display: none !important;
    }    
}