@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

:root{
 scroll-behavior: smooth;
}
html{
	scroll-padding-top: 100px;
}
#Content_feature * {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#Content_feature{
	margin-bottom: 20px;
	padding-bottom: 97px;
	position: relative;
	background: url(images/contents_bg_02.png) repeat-x left bottom / auto 97px, url("images/contents_bg.png") repeat-y center top / 100% auto;
}
#Content_feature a{
	color: #000 !important;
	text-decoration: none;
}
#Content_feature img{
	width: 100%;
}
#Content_feature .article_inner{
	margin: 0 auto;
	max-width: 1000px;
}
#Content_feature .inner{
  margin: 0 auto;
  max-width: 928px;
}
#Content_feature a.btn{
	background: #000;
	display: block;
	width: 238px;
	height: 36px;
	color: #fff !important;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
}
#Content_feature a.btn:hover {
  opacity: .8;
}
@media (max-width: 820px) {
	html{
	scroll-padding-top: 70px;
}
	#Content_feature .inner{
 		margin: auto;
		padding-left: 2.6%;
		padding-right: 2.6%;
	}
	#Content_feature .inner:not(:has h3){
		max-width: 390px;
	}
	#Content_feature .inner:has(h3) ul{
		max-width: 390px;
        margin-inline: auto;
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	#Content_feature{
		padding-bottom: 120px;
	}
	#Content_feature .inner{
		padding-left: 5.1%;
		padding-right: 5.1%;
	}
}/*-SP-*/
#Content_feature .flex{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px){
	#Content_feature .pcFlex{
		display: flex;
		flex-wrap: wrap;
	}
}/*-PC only-*/


/* collectionNavi */
.collectionNavi{
	background: url("images/navi_bg_01.jpg") repeat left top / auto 80px;
	border-bottom: 5px solid #a79060;
	height: 80px;
	padding: 20px 0 10px;
}
.collectionNavi .article_inner{
	align-items: center;
}
.collectionNavi h2{
	color: #a79060;
	font-size: min(2vw,20px);
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	padding: 0 3.5% 0 1%;
	text-align: center;
	width: min(26.5%,265px);
}
.collectionNavi ul{
	align-items: center;
	width: 73.5%;
}
.collectionNavi ul li{
	border-left: 2px solid #a79060;
	font-size: 17px;
	font-weight: 500;
	padding: 0 1%;
	text-align: center;
	width: min(25%,180px);
}
#Content_feature .collectionNavi ul li a{
	color: #fff !important;
}
@media (max-width: 1000px) {
	.collectionNavi h2{
        padding: 0 1%;
	}
}/**/
@media (max-width: 820px) {
	#Content_feature .collectionNavi .article_inner{
		max-width: 100%;
	}
	.collectionNavi h2{
		font-size: calc(20px * .8);
	}
	.collectionNavi ul li{
		font-size: calc(17px * .825);
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	.collectionNavi{
		height: auto;
		padding: 10px 0 0;
	}
	.collectionNavi h2{
		font-size: 16px;
		padding: 0 5px;
		width: 100%;
	}
	.collectionNavi ul{
		border-top: 2px solid #a79060;
		margin-top: 10px;
		width: 100%;
	}
	.collectionNavi ul li{
		font-size: 3.8vw;
		padding: 10px 5px;
		width: 50%;
	}
	.collectionNavi ul li:first-child{
		border-left: none;
	}
	.collectionNavi ul li:first-child,
	.collectionNavi ul li:nth-child(2){
		border-bottom: 2px solid #a79060;
	}
}/*-SP-*/


#Content_feature .article_inner.bookinfos{
	padding-left: 3%;
	padding-right: 3%
}


/* mainvisual */
.mainvisual{
	background: url("images/mv_bg.jpg") no-repeat center top / auto 100%;
	font-size: 0;
	position: relative;
	text-align: center;
}


/* anchorLink */
.anchorLink{
	background: url("images/navi_bg_02.jpg") repeat left top / auto 80px;
	min-height: 80px;
	padding: 15px;
}
.anchorLink .flex{
	gap: 10px 20px;
	justify-content: center;
	align-items: center;
}
.anchorLink .flex li{
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2em;
	height: 50px;
	width: 141px;
	text-align: center;
}
#Content_feature .anchorLink a{
	background: url("images/navi_bg_03.svg") no-repeat center top / 100% 100%;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
@media (max-width: 390px) {
	.anchorLink{
		height: auto;
		min-height: auto;
	}
	.anchorLink .flex{
		gap: 10px;
	}
	.anchorLink .flex li{
		background-size: 100%;
		font-size: 3.8vw;
		height: auto;
		line-height: 1.1;
		width: calc((100% - 20px) / 3);
		padding-bottom: 1px
	}
	#Content_feature .anchorLink a{
		padding: 11px 5px;
	}
}/*-SP-*/

.anchorLink + .article_inner{
	background-color: rgba(255, 255, 255, .74);

}


/* .h2 */
#Content_feature #story h2.contTi .tiImg{
	display: block;
	font-size: 0;
	text-align: center;
}
#Content_feature #story h2.contTi .tiImg img{
	width: min(44.4vw,444px);
	height: auto;
}


#Content_feature h2.seriesWrapTi{
	position: relative;
	background-color: #011459;
	padding: 10px 4.7%;
}
#Content_feature h2.seriesWrapTi .tiImg{
	display: flex;
	align-items: center;
	justify-content: center;
}
#Content_feature h2.seriesWrapTi .tiImg > img{
	width: auto;
	height: 50px;
}
#Content_feature h2.seriesWrapTi .tiImg > img + img{
	margin-left: 24px;
}
#Content_feature h2.seriesWrapTi .tiImg .tiImgS{
	margin-right: 18px;
}
#Content_feature h2.seriesWrapTi .tiImg .tiImgS img{
	height: 28px;
}
#Content_feature h2.seriesWrapTi .num{
	position: absolute;
	top: 50%;
	right: 4.7%;
	transform: translateY(-50%);
}
#Content_feature h2.seriesWrapTi .num img{
	height: 36px;
}

/* .h3 */
#Content_feature h3.contTi .tiImg{
	display: block;
	font-size: 0;
	text-align: center;
}
#Content_feature .character h3.contTi .tiImg img{
	width: min(80vw,444px);
	height: auto;
}
#Content_feature .series h3.contTi .tiImg img{
	width: auto;
	height: 76px;
}
@media (max-width: 820px) {	
	#Content_feature #story h2.contTi .tiImg img{
        width: min(100%, 300px);
	}
	#Content_feature h2.seriesWrapTi{
		padding: 10px 25%;
	}
	#Content_feature h2.seriesWrapTi .tiImg{
		flex-direction: column;
    	gap: 10px;
	}
	#Content_feature h2.seriesWrapTi .tiImg .tiImgS{
		margin-right: 0;
	}
	#Content_feature h2.seriesWrapTi .tiImg > img{
		height: min(7vw, 50px);
	}
	#Content_feature h2.seriesWrapTi .tiImg .tiImgS img{
		height: min(4vw, 28px);
	}
	#Content_feature h2.seriesWrapTi .num img{
		height: min(5vw, 36px);
	}
	#Content_feature .series h3.contTi .tiImg img{
		height: min(90%, 9.2vw);
		max-height: 76px;
	}
}/*-SP-*/
@media (max-width: 390px) {
	#Content_feature .character h3.contTi .tiImg img{
		width: min(100%,300px);
	}
}/*-SP-*/


/* story */
#story{
	padding-block: 60px 97px;
}
#story .inner{
	background: url("images/story_bg.png") no-repeat center top / 100% 100%;
	padding: 30px 6.46% 70px;
}
#story .contTi{
	margin-bottom: 25px;
}
#story h2.contTi .tiImg{
	text-align: left !important;
}
#story .txtBox{
	padding: 0 4.5%;
}
#story .txtBox p{
	font-size: 18px;
	line-height: 1.94em;
	letter-spacing: 0.05em;
}
#story .txtBox p + p{
	margin-top: 2em;
}
@media (max-width: 820px) {
	#story .inner{
		max-width: 90%;
		padding-left: 5.1%;
		padding-right: 5.1%;
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	#story{
		margin: 30px 0 45px;
	}
	#story .inner{
		background-size: 100% 100%;
		background-position: left;
		margin-left: 5.1%;
		margin-right: 5.1%;
		padding: 15px 3.23% 35px;
	}
	#story .txtBox p{
		font-size: 16px;
	}
}/*-SP-*/


/* character */
.character{
	margin-bottom: 105px;
}
.character .contTi{
	margin-bottom: 40px;
}
.charaBox .txts h3{
	font-size: 0;
	margin-bottom: 15px;
}
.charaBox .txts h3 img{
	width: 100%;
}
.charaBox .txts p{
	font-size: 20px;
	line-height: 1.65em;
}
.character .list01{
	gap: 50px 9.9%;
	justify-content: center;
}
.character .list01 .charaBox{
	width: max(39.66%,368px);
}
.character .list01 .charaBox figure{
	margin: 0 auto 20px;
	width: max(58.7%, 160px);
}
.character .list02{
	gap: 76px 10%;
	margin-top: 70px;
}
.character .list02 .charaBox{
	display: flex;
	width: calc(80% / 3);
}
.character .list02 .charaBox figure{
	margin: 0 20px 0 0;
	width: 160px;
}
.character .list02 .charaBox .txts{
	width: 100%;
}
.character .list02 .charaBox .txts h3 img{
	width: auto !important;
}
@media (max-width: 820px) {
	.character .inner{
		max-width: 100%;
	}
	.character .list01{
		gap: 50px 5%;
	}
	.character .list02{
		margin-top: 50px;
		gap: 50px 5%;		
        align-items: flex-start;
	}
	.character .list02 .charaBox{
		flex-wrap: wrap;
		width: max(39.66%, 368px);
	}
	.character .list02 .charaBox figure{
		margin: 0 auto 20px;
		width: max(58.7%, 216px);
	}
	.character .list02 .charaBox .txts{
		width: 100%;
	}
	.charaBox .txts h3{
		text-align: center;
	}
	.charaBox .txts h3 img{
		height: 50px;
		width: auto !important;
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	.character{
		margin-bottom: 50px;
	}
	.character .list01{
		gap: 40px 0;
	}
	.character .list02{
		gap: 40px 0;
		margin-top: 40px;
	}
	.character .list02 .charaBox{
		width: 100%;
	}
	.charaBox .txts p{
		font-size: 15px;
	}
	.charaBox .txts h3 img{
		height: 50px;
		width: auto !important;
	}
	.character .list01 .charaBox .txts h3{
		text-align: center;
	}
}/*-SP-*/

.seriesWrap{
	padding-bottom: 96px;
}
#seriesWrap05.seriesWrap{
	padding-bottom: 150px;
}
.seriesWrap .nameTxt{
	text-align: center;
}
.seriesWrap .nameTxt img{
	height: 22px;
}
.seriesWrap .introTxt{
	width: min(90%, 700px);
	margin-inline: auto;
	padding-block: 40px 80px;
	font-size: 18px;
	line-height: 1.94em;
}
@media (max-width: 820px) {
	.seriesWrap .nameTxt img{
		height: 16px;
	}
}

/* series */
.series{
	background: #fff;
	padding: 10px 0 40px;
}
.series .contTi{
	margin-bottom: 34px;
}
.series ul{
	gap: 20px 4.96%;
}
.series ul:not(.seriesSlider){
	justify-content: center;
}
.series ul li{
	width: calc((100% - 4.96% * 4) / 5);
}
.series ul.seriesSlider li{
	padding-inline: 16px;
}
.series ul li figure{
	border: 1px solid #a79060;
	margin-bottom: 5px;
}
.series ul li p{
	height: 19px;
	text-align: right;
}
.series ul li p img{
	width: auto;
	height: 100%;
}
@media (max-width: 820px) {
	.series .inner{
		max-width: 90%;
	}
	.series .contTi{
		margin-bottom: 17px;
	}
	.series ul li {
        width: calc((100% - 4.96% * 2) / 3);
    }
}/*-SP tablet-*/
@media (max-width: 390px) {
	.series ul{
		gap: 20px 7%;
	}
	.series ul li{
		width: calc((100% - 7%) / 2);
	}
}/*-SP-*/


/*-- modal --*/
.bookDetail{
	background: url("images/book_bg.svg") no-repeat left top / 100% auto;
	padding: 32px 36px 30px 48px;
 width: 100%;
	max-width: 790px;
	/*height: 475px;*/
 aspect-ratio:249/150;
 margin: auto;
 box-sizing: border-box;
}
.bookDetail .btnClose{
	display: block;
	margin: 0 0 0 auto;
	width: 27px;
	height: 27px;
 cursor: pointer;
}
.bookDetail .boxInner{
	display: flex;
	gap: 0 3.1%;
	margin-top: -5px;
}
.bookDetail .txts{
	position: relative;
	width: max(50.6%,400px);
}
.bookDetail h3{
	margin-bottom: 20px;
	text-align: left;
}
.bookDetail h3 img{
	display: inline;
	vertical-align: top;
}
.bookDetail .num{
	display: inline-block;
	margin-right: 10px;
	width: 65px;
}
.bookDetail .num img{
	height: 37px;
	width: auto !important;
}
.bookDetail .title{
	height: 48px;
	width: auto !important;
}
.bookDetail h3.singleline .title{
    width: max(50.6%, 400px);
    height: auto;
}
.bookDetail p{
	font-size: min(1.5vw,16px);
	line-height: 1.75;
}
.bookDetail .btn{
	position: absolute;
    inset: auto 0 0 0;
 display: block;
 background: #000;
	width: min(100%,238px);
	margin: 20px auto 0;
	padding: 5px;
 color: #fff;
 font-size: 16px;
 font-weight: 700;
 text-align: center;
}
.bookDetail figure{
	border: 1px solid #000;	
	width: 245px;
}
@media (max-width: 540px) {
	.bookDetail{
		background: url("images/book_bg_sp.svg") no-repeat left top / 100% 100%;
		margin: 0 auto;
		padding: 30px 40px 40px 40px;
 aspect-ratio:auto;
		height: auto;
	}
	.bookDetail .boxInner{
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.bookDetail .txts{
		width: 100%;
	}
 
.bookDetail h3{
 display: flex;
 align-items: flex-start;
 gap:0 2vw;
	margin-bottom:15px;
}
.bookDetail .num{
	display: inline-block;
	width: auto;
 flex:1 0 auto;
}
.bookDetail .num img{
 height: auto;
	max-height:min(7vw,37px) ;
}
.bookDetail .title{
 flex:1 1 auto;
 height: auto;
	max-height: min(10.6vw,48px);
max-width:80%
}
 .bookDetail p{
	font-size: min(3.2vw,16px);
	line-height: 1.7;
	 padding-bottom: 4em
}
	.bookDetail figure{
		margin: 0 auto 20px;
		width:35vw;
  max-width: 230px;
	}
}/*-SP-*/
@media (min-width: 821px) {
	.bookDetail figure{
		margin-top: 8px;
		margin-right: 36px;
	}
}/*-PC-*/

#cboxContent{
 background: none;
}
#cboxLoadedContent{
 background: none;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter{
 visibility: hidden;
}
#cboxClose{
 display: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media (min-width: 821px) {
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width: 820px) {
.pc { display: none !important; }
}