﻿@charset "UTF-8";

/*----------------------------------------
カテゴリー
-----------------------------------------*/
main {
	position: relative;
	background: url(../img/index/category_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	width: 100vw;
	/* min-height: 100svh; */
	overflow: hidden;
}

main .main_tit {
	mix-blend-mode: color-burn;
}

main::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(../img/common/texture.png) repeat center center; */
}

.mainContents::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(62, 40, 28, 0.75) 1%, rgba(92, 65, 43, 0) 15%, rgba(92, 65, 43, 0) 85%, rgba(62, 40, 28, 0.75) 99%, rgba(0, 0, 0, 0.7) 100%);
	mix-blend-mode: multiply;
}

.pagetitle_wrap {
	background: url(../img/category/top_img.jpg) center center no-repeat;
	background-size: cover;
}

.inner_R_wide {
	background: unset;
}

section {
	position: relative;
	z-index: 2;
}

h2 {
	border-bottom-color: var(--col-gold03);
}


.booklist_wrap {
	display: flex;
	align-items: end;
	text-align: center;
	padding-right: 5em;
	padding-bottom: 2em;
}


.bookshelf_wrap {
	position: relative;
	padding-left: 5rem;
	/* padding-bottom: 0.5em; */
	margin-left: -5rem;
	margin-bottom: 30px;
	background: url(../img/index/booklist/bookbord.png) bottom left no-repeat, 100%;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.75));
	overflow: hidden;
}

.bookshelf_wrap:nth-of-type(n+4) {
	display: none;
}

.bookshelf_wrap .js-book_number_No {
	width: fit-content;
	background: rgba(0, 0, 0, 0.75);
	padding: 0em 0.75em;
	margin: 0.25em auto 0;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
}



.txt_wrap .flex {
	align-items: start;
}

.txt_wrap .flex .txt_box {
	width: 70%;
}

.year_selectToggle_wrap {
	width: 26%;
	position: relative;
}

.year_selectToggle_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(0, -50%);
	width: 0.85em;
	height: 0.85em;
	background: url(../img/category/icon_arrow_bk.svg) no-repeat center center;
	background-size: contain;
	z-index: 10;
}

.year_selectToggle {
	-webkit-appearance: none;
	position: relative;
	width: 100%;
	min-width: 10em;
	/* color: #fff; */
	font-size: 1.15rem;
	padding: 0.45em 1.5em 0.45em 0.5em;
	background: linear-gradient(-90deg, var(--grade-gold03));
	border: unset;
	outline: 0;
	border-radius: 0;
	font-family: var(--font-family-ja);
}

.bl_selectCont {
	display: none;
}

.bl_selectCont.is_active {
	display: revert;
}



.js-card {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	/* gap: 5%; */
}

.js-card a {
	display: block;
}

.c-gallery__card {
	display: block;
	text-decoration: none;
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: end;
	/* border: solid 1px #999; */
	/* border-radius: 4px; */
}

.c-gallery__card+.c-gallery__card {
	margin-left: var(--inner-padding-LR);
}

.c-gallery__card:hover {
	opacity: 0.7;
}


.tate picture {
	width: 100px;
	height: 141px;
	overflow: hidden;
	margin: auto;
}

.yoko picture {
	width: 141px;
	height: 100px;
	overflow: hidden;
	margin: auto;
}

.tate a img,
.yoko a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner_R_wide .inner {
	margin-left: 0;
}

.js-morebutton {
	display: block;
	width: fit-content;
	min-width: 15em;
	margin: auto;
	padding: 0.5em 1em;
	border: unset;
	font-size: 1.25rem;
	font-family: var(--font-family-en);
	letter-spacing: 0.05em;
	background: #e6e6e6;
	color: #444444;
}


/* スライド */
.swiper-button-next {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
	margin-top: 0;
}

/* .swiper-button-prev {
	left: 0;
	right: unset;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.15) 100%);
	margin-top: 0;
} */


@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 959px) {}

@media only screen and (max-width: 767px) {

	.txt_wrap .flex {
		flex-wrap: wrap;
	}

	.year_selectToggle_wrap {
		min-width: 15em;
	}

	.txt_wrap .flex .txt_box,
	.txt_wrap .flex .year_selectToggle {
		width: 100%;
	}

	.txt_wrap .flex .year_selectToggle {
		margin: 10vw auto;
	}

	.pagetitle_wrap {
		background: url(../img/category/top_img_sp.jpg) center center no-repeat;
		background-size: cover;
	}

	.bookshelf_wrap {
		padding-left: 2.5rem;
		margin-left: -0.5rem;
	}

}