@charset "utf-8";
/* =========================
works
========================= */
.categoryIcon__group {
    margin-top: 36px;
    justify-content: center;
    display: flex;
    gap: 20px;
}

.categoryIcon {
    margin-top: 60px;
    justify-content: center;
    display: flex;
}

.topicIcon:hover {
    background-color: var(--primary-black);
    color: #FFF;
}

/* 商業シリーズ */
.series {
    margin: 0 4.2%;
    justify-content: center;
}

.series__Visual {
    border: solid 1px var(--primary-black);
    border-radius: 20px;
    margin-top: 44px;
}

.workTitle {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
}

.textgroup {
    text-align: center;
}

.workText {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 12px;
    text-align: left;
    display: inline-block;
}

.gradeBtn {
	position: relative;
	width: 120px;
    height: 40px;
    margin-top: 24px;
	margin-left: auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.gradeBtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.gradeBtn:hover img:nth-of-type(2) {
	opacity: 0;
}

/* 商業単行本 */
.seriesBooks {
    display: flex;
    flex-wrap: wrap;
    gap:  20px 30px;
    justify-content: center;
    margin: 32px 4.2% 36px;
}
.bookImg {
    width: 148px;
    height: 210px;
}

.bookTitle {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
    width: 148px;
    margin-top: 4px;
}

.bookDate {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 2px;
}

.seriesBooks__other {
    display: flex;
    flex-wrap: wrap;
    gap:  20px 30px;
    justify-content: center;
    margin: 60px 4.2% 36px;
}

/* 商業シリーズ PC */
@media screen and (min-width:769px){
.series__Visual {
    height: 300px;
}

.seriesGroup {
    margin-left: 32px;
}

.series {
    display: flex;
    align-items: center;
}

.textgroup {
    text-align: left;
}

.works__btn {
    margin-top: 36px;
}

.workTitle {
    margin-top: 40px;
    text-align: left;
}

.seriesBooks {
    margin-top: 40px;
}

}

/* 同人シリーズ */
.seriesDojin {
    margin: 0 4.2%;
    justify-content: center;
}

.dojinLabel {
    color: var(--primary-black);
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.08px;

    border: solid 2px var(--primary-black);
    border-radius: 4px;
    display: inline-block;
    padding: 2px 8px;
    margin-top: 28px;
}

.dojinTopic {
    color: var(--primary-black);
    font-family: Montserrat;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 4.4px;
    margin-top: 16px;
}

.dojinTopic__txt {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
}

.shopList {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 20px;
}

.shop__btn {
    display: inline-block;
    background-color: var(--primary-black);
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 3px 6px 4px;
    border-radius: 4px;
    margin: 10px 8px 0 0 ;
}

.shop__btn:hover {
    background: linear-gradient(to right, #D09A9A,#DAE2F8);
    color: #FFF;
}

/* 同人シリーズ　PC */
@media screen and (min-width:769px){
.seriesDojin {
    display: flex;
    align-items: center;
}

}