@charset "UTF-8";

/*cmn*/
.news_body,
.series_list {
	padding: 2em 0 5em;
}

.comic_list,
.character_list {
	padding: 1em 0 5em;
}


@media screen and (max-width: 1000px) {
	.content_inner {
		width: 100%;
	}

	.news_body,
	.character_list,
	.comic_list,
	.series_list {
		padding: 5% 2.5% 10%;
	}
}

.ttl_header {
	background: #222;
	background-image: url(../../common/images/title_bg_pc.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
}

.ttl_header .content_inner {
	max-width: 1000px;
}

.series_more {
	margin: 3em 0;
}

.series_more .btn {
	font-size: 1.7em !important;
	padding: 0.5em 0 !important;
	width: 95%;
}

.series_more.end {
	margin: -1.5em 0 3em;
}

/*pc*/
@media screen and (min-width: 640.1px) {
	.series_more .btn {
		font-size: 2em !important;
		border-radius: 40px 40px 0;
		max-width: 500px;
		width: 100%;
	}
}

/*sp*/
@media screen and (max-width: 640px) {
	.ttl_header .content_inner {
		padding-right: 2.5%;
		padding-left: 2.5%;
	}

	.series_more.end {
		margin-top: -.5em;
	}
}

/*作品一覧--------------------------------------------------------------*/


#series {
	background: none;
}

/*タイトル・作者*/

.page_sub {
	text-align: right;
}

.page_ttl {
	font-size: 2em;
	font-weight: 500;
}

.page_artist {
	font-size: 1.1em;
}

.page_ttl,
.page_sub {
	width: 50%;
	color: #FFF;
}

/*pc*/
@media screen and (min-width: 640.1px) {
	#series .ttl_header {
		padding: .8em;
	}

	#series .ttl_header .content_inner {
		padding: 0 1em;
	}

}

/*sp*/
@media screen and (max-width: 640px) {
	#series .ttl_header {
		background: #222;
		color: #FFF;
	}

	#series .page_ttl h2 {
		margin: 0 auto;
		padding: 2.5% 0;
	}

	#series .page_sub {
		padding: 2.5%;
	}
}

.series_list li {
	margin-right: 1.33333%;
	margin-top: 1em;

}

.content_block.series_list li {
	transition: box-shadow .3s;
	-webkit-box-shadow: 0 0 8px 0 #bec0c3;
	box-shadow: 0 0 8px 0 #bec0c3;
}

/*-----------------------
series
-----------------------*/
.series_list li a {
	background: #fff;
	padding: 0.929em;
	display: block;
}

.series_list li:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.series_list li:hover a {
	background: #bec0c3;

}

.series_list li .series_img img {
	width: 100%;
}

.series_list li .series_ttl {
	font-weight: 600;
	margin-bottom: 0.3em;
}

.series_list li .series_artist {
	font-weight: 300;
	font-size: .8em;
	line-height: 1.3;
}

.series_list li .series_copy {
	font-weight: 300;
	font-size: 1rem;
	margin-top: 1em;
	color: #777;
}

/*pc*/
@media screen and (min-width: 640.1px) {
	.series_list li:nth-child(4n) {
		margin-right: 0;
	}

	.series_list li:nth-child(-n + 4) {
		margin-top: 0;
	}
}

/*sp*/
@media screen and (max-width: 640px) {
	.series_list li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		flex-pack: justify;
		justify-content: space-between;
	}

	.series_img {
		width: 45%;
	}

	.series_dtl {
		width: 50%;
	}
}


.mangup_list {
	background-color: #222;
	background-image: url(../../common/images/bg_square_top.png), url(../../common/images/bg_square_bottom.png);
	background-position: right -100px, -30vw 230px;
	background-repeat: no-repeat;
}

.end_list {
	background-color: #3f3f3f;
	background-image: url(../../common/images/bg_square_top.png), url(../../common/images/bg_square_bottom.png);
	background-position: right -100px, -30vw 230px;
	background-repeat: no-repeat;
}

.ttl_mangaup h2 {
	font-size: 2.6em;
	padding: 1em 0 .4em;
	color: #b18d37;
}

.ttl_end h2 {
	font-size: 2.6em;
	padding: 1em 0 .4em;
	color: #b18d37;
}

.mangup_list li {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.end_list li {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*sp*/
@media screen and (max-width: 640px) {
	.ttl_mangaup h2 {
		font-size: 2.3em;
		padding: 0.7em 0 0em;
	}

	.ttl_end h2 {
		font-size: 2.3em;
		padding: 0.7em 0 0em;
	}

	.mangup_list {
		background-image: url(../../common/images/bg_square_top.png);
		background-position: right -100px;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.end_list {
		background-image: url(../../common/images/bg_square_top.png);
		background-position: right -100px;
		-webkit-background-size: contain;
		background-size: contain;
	}

}




/*作品詳細--------------------------------------------------------------*/

#series_detail.main_wrapper {
	background-color: #D2D2D2;
}

#series_detail .series_artist {
	text-align: right;
}

#series_detail .series_artist p {
	margin-bottom: .2em;
}

#series_detail .series_artist p.small {
	font-size: .8em;
}

#series_detail .series_artist p span {
	font-size: 0.7em;
	display: block;
}

#series_detail .series_ttl {
	font-size: 2em;
	font-weight: 500;
}

#series_detail .series_ttl span {
	display: block;
	font-size: .5em;
}

#series_detail .series_artist {
	font-size: 1.1em;
}

/*pc*/
@media screen and (min-width: 640.1px) {

	#series_detail .ttl_header {
		padding: .8em;
	}

	#series_detail .ttl_header .content_inner {
		padding: 0 1em;
	}

	#series_detail .series_ttl,
	#series_detail .series_artist {
		width: 50%;
		color: #FFF;
	}
}

/*sp*/
@media screen and (max-width: 640px) {
	.ttl_header {
		background: #FFF;
	}

	#series_detail .ttl_header .content_inner {
		padding: 0;
	}

	#series_detail .series_ttl {
		background: #222;
		color: #FFF;
	}

	#series_detail .series_ttl h2 {
		width: 100%;
		margin: 0 auto;
		padding: 2.5%;
		background-image: url(../../common/images/title_bg_pc.jpg);
		background-size: 120%;
		background-position: center 0;
		background-repeat: no-repeat;
	}

	#series_detail .series_artist {
		padding: 2.5%;
	}
}




/*タイトル一覧*/
.ttl_story h3 {
	color: #B18D37;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*インフォメーション*/
.ttl_information {
	margin-top: 5px;
}

.ttl_information h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #B18D37;
	background-color: #222;
	background-image: url(../../common/images/bg_square_top.png);
	background-position: 480px -130px;
	background-repeat: no-repeat;
}

/*リンク*/
.ttl_link {
	margin-top: 5px;
}

.ttl_link h3 {
	color: #deff00;
	background-color: #222;
	background-image: url(../../common/images/bg_square_top.png);
	background-position: 480px -130px;
	background-repeat: no-repeat;
}

/*キャラクター*/
.ttl_character {
	margin-top: 5px;
}

.ttl_character h3 {
	color: #B18D37;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #222;
	background-image: url(../../common/images/title_bg_pc.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
}

/*コミックリスト*/
.ttl_comic {
	margin-top: 5px;
}

.ttl_comic h3 {
	color: #B18D37;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #222;
	background-image: url(../../common/images/title_bg_pc.jpg);
	background-position: 0 -60px;
	background-repeat: no-repeat;
}

/*STORY*/
#series_story {
	margin-bottom: 3em;
	color: #fff;
	background-color: #222;
	background-image: url(../../common/images/story_bg_pc.jpg);
	background-position: bottom 0;
	background-repeat: no-repeat;
}

#series_story a {
	color: #feb300;
}

/*sp*/
@media screen and (max-width: 640px) {

	/*インフォメーション*/
	.ttl_information h3 {
		-webkit-background-size: 120%;
		background-size: 120%;
		background-position: -250% -80px;
	}

	/*リンク*/
	.ttl_link h3 {
		-webkit-background-size: 120%;
		background-size: 120%;
		background-position: -250% -80px;
	}

	/*キャラクター*/
	.ttl_character h3 {
		-webkit-background-size: 120%;
		background-size: 120%;
		background-position: center 0;
	}

	/*コミックリスト*/
	.ttl_comic h3 {
		-webkit-background-size: 120%;
		background-size: 120%;
		background-position: center 0;
	}
}



.ttl_wrap h3 {
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1;
	padding: 1.4rem .4em;
	max-width: 1000px;
	margin: 0 auto;
}

#series_main img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

#series_story p {
	padding: 0 2.1em 1.8em;
}

#series_story .btn_wrap {
	padding-bottom: 2em;
	text-align: center;
}

#series_story .btn {
	background-color: #D7000F;
	color: #FFF;
}

#series_story .btn img {
	width: 1.5em;
	height: auto;
	margin-right: .5em;
	vertical-align: middle;
}

#series_story .btn span {
	vertical-align: middle;
}

/*pc*/
@media screen and (min-width: 640.1px) {}

/*ボタン個数によって出し分け*/
/*1*/
#series_story .btn_wrap .btn:only-child {
	max-width: 400px;
}

/* 2つの場合 */
#series_story .btn_wrap .btn:first-child:nth-last-child(2),
#series_story .btn_wrap .btn:first-child:nth-last-child(2)~.btn {
	max-width: 400px;
	width: 49%;
}

#series_story .btn_wrap .btn:first-child:nth-last-child(2) {
	margin-right: 1%;
}

/* 3つの場合 */
#series_story .btn_wrap .btn:first-child:nth-last-child(3),
#series_story .btn_wrap .btn:first-child:nth-last-child(3)~.btn {
	max-width: 400px;
	width: 30%;
	margin-left: 1%;
}

#series_story .btn_wrap .btn:first-child:nth-last-child(3) {
	margin-left: 0;
}


/*sp*/
@media screen and (max-width: 640px) {
	#series_story {
		-webkit-background-size: 170%;
		background-size: 170%;
		background-position: bottom 0;
	}

	#series_story .btn {
		display: block;
		max-width: 75% !important;
		width: 75% !important;
		margin: auto auto 1.5em !important;
		font-size: 1.5em !important;
	}

	#series_story .btn:last-of-type {
		margin-bottom: 0 !important;
	}

}

/*-----------------------------------
【ニュース】
--------------------------------------*/

.news_body li {
	margin-bottom: 1em;
	line-height: 1.8;
}

.news_body li:last-of-type {
	margin-bottom: 0;
}

.news_body a {
	text-decoration: underline;
}

.news_body a:hover {
	text-decoration: none;
}

.news_body li span {
	margin-right: 1em;
}

.news_body li a {
	width: calc(100% - 6em);
}

/*pc*/
@media screen and (min-width: 640.1px) {
	.news_body {
		padding-right: 2.1em;
		padding-left: 2.1em;
	}
}

/*-----------------------------------
【リンク】
--------------------------------------*/
ul.link_list {
	padding: 1em 0 5em;
}

ul.link_list li.flx {
	margin-right: 1%;
}

@media screen and (max-width: 1000px) {
	ul.link_list {
		padding: 5% 2.5% 10%;
	}

	ul.link_list.flx.bu2>* {
		flex-basis: auto !important;
		max-width: auto !important;
		width: auto !important;
		justify-content: start;
	}

	ul.link_list.flx.bu3>* {
		flex-basis: 32% !important;
		max-width: 32% !important;
		width: 32% !important;
		flex-wrap: wrap;
		margin-right: 0;
		justify-content: space-between;
	}
}

@media screen and (max-width: 640px) {
	ul.link_list {
		max-width: 96% !important;
		width: 96% !important;
		margin: 0 auto;
		padding: 5% 0%;
		justify-content: space-between;
	}

	ul.link_list li.flx {
		flex-basis: 49% !important;
		max-width: 49% !important;
		width: 49% !important;
		flex-wrap: wrap;
		margin: 0 0 2% 0;
	}

	ul.link_list li img {
		width: auto;
	}
}

@media screen and (max-width: 322px) {
	ul.link_list li img {
		width: 100%;
	}
}

/*-----------------------------------
【キャラクター】
--------------------------------------*/

.character_list li .character_img img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.character_list li {
	padding: 1em;
	margin-right: 2%;
	margin-top: 2%;
	background-color: #fff;
}

.character_list li img {
	border: 1px solid #D2D2D2;
}

.character_list li .character_dtl {
	padding-left: 1em;
}

.character_name {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

/*pc*/
@media screen and (min-width: 640.1px) {
	.character_list li .character_img {
		width: 42.9%;
		max-width: 125px;
	}

	.character_list li .character_dtl {
		width: 57.1%;
	}

	.character_list li:nth-child(3n) {
		margin-right: 0;
	}

	.character_list li:nth-child(-n + 3) {
		margin-top: 0;
	}
}

/*sp*/
@media screen and (max-width: 640px) {
	.character_list li {
		margin-bottom: 1em;
	}

	.character_list li .character_img {
		width: 20%;
		max-width: 142px;
	}

	.character_list li .character_dtl {
		width: 80%;
	}

	.character_list li:first-child {
		margin-top: 0;
	}
}

/*-----------------------------------
【comic list】
--------------------------------------*/

.comic_list li .comic_img img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.comic_list li {
	padding: 1em;
	margin-right: 2%;
	margin-top: 2%;
	background-color: #fff;
}

.comic_name {
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.5em;
}

.comic_list li .comic_txt .btn {
	background: #FFF;
	border: 2px solid #e5e5e5;
	padding: 0.3em;
	color: #222;
	font-size: 1em;
	margin-bottom: 0.37em;
	background-repeat: no-repeat;
	background-position: right 2px bottom 2px;
	background-image: url(../images/btn_bg_b.png);
}

.comic_list li .comic_txt .btn:last-of-type {
	margin-bottom: 0;
}

.comic_list li .comic_txt .btn img {
	height: 23px;
	width: auto;
	vertical-align: middle;
}



/*pc*/
@media screen and (min-width: 640.1px) {
	.comic_list li .comic_img {
		width: 42.9%;
		max-width: 125px;
	}

	.comic_list li .comic_dtl {
		width: 57.1%;
		padding-left: 1em;
	}

	.comic_list li:nth-child(3n) {
		margin-right: 0;
	}

	.comic_list li:nth-child(-n + 3) {
		margin-top: 0;
	}

}


@media screen and (max-width: 1000px) {
	.comic_list li .comic_txt .btn img {
		height: 16px;
	}
}

/*sp*/
@media screen and (max-width: 640px) {
	.comic_list li {
		padding: .8em;
	}

	.comic_list .comic_name {
		margin-top: 0.5em;
		line-height: 1.5;
	}

	.comic_list li .comic_txt .btn {
		padding: .6em !important;
		margin-bottom: .8em !important;
		font-size: 2vw !important;
	}

	.comic_list li .comic_txt .btn img {
		height: 20px;
	}

	.comic_list li:nth-child(2n) {
		margin-right: 0;
	}

	.comic_list li:nth-child(-n + 2) {
		margin-top: 0;
	}

}


/* add */

.btn_mangaup img {
	max-width: 90%;
}

.btn_end img {
	max-width: 90%;
}

#series {
	background-color: #D2D2D2;
}

/* web font */
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}

.info_img {
	margin: 1em 0 5em;
}

@media screen and (max-width: 640px) {
	.info_img {
		margin: 1em 0 5em;
		text-align: center;
	}

	.info_img img {
		width: 96%;
	}
}


/*プレゼント*/
.ttl_prezent {
	margin-top: 5px;
}

.ttl_prezent h3 {
	color: #B18D37;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #222;
	background-image: url(../../common/images/title_bg_pc.jpg);
	background-position: 0 -60px;
	background-repeat: no-repeat;
}


.comic_prezent {
	display: flex;
	background-color: #fff;
	padding: 1em;
	margin: 1em 0 5em;
}

.comic_prezent_img {
	width: 40%;
}


.comic_prezent_img img {
	width: 90%;
	border: 1px #a5a5a5 solid;
}


.comic_prezent_txt .title_xl {
	font-size: 163%;
	font-weight: bold;
	color: #fff;
	;
	background-color: #cf0000;
	padding: 0.3em 1em;
	margin-bottom: 1em;
}

.comic_prezent_txt .title_m {
	font-weight: bold;
	font-size: 150%;
	padding: 0 0.5em 0;
}

.comic_prezent_txt .title_s {
	font-size: 100%;
	padding: 0 1em;
}



/*sp*/
@media screen and (max-width: 640px) {
	.ttl_prezent h3 {
		-webkit-background-size: 120%;
		background-size: 120%;
		background-position: center 0;
	}

	.comic_prezent {
		display: flex;
		flex-direction: column;
	}

	.comic_prezent_img {
		width: 100%;
		text-align: center;
	}

	.comic_prezent_img img {
		width: 90%;
		margin-bottom: 1em;
	}
}




/* 20250206 CDU
-----------------------------------------*/


/* 共通 */
#series .content_inner {
	padding: 2em 0 0;
}

#series_detail.main_wrapper {
	background-color: unset;
	padding-top: 4rem;
}

.ttl_header,
#series_story {
	background: unset;
}

#series_story {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.ttl_header .content_inner {
	max-width: 1367px;
	width: 90%;
	margin: 0 auto;
}

#series_detail .series_ttl {
	margin: 0;
}

#series_detail .ttl_header .content_inner {
	padding: 0;
	margin: 5rem auto 6rem;
}

#series_detail .series_ttl,
#series_detail .series_artist {
	width: 100%;
	color: unset;
}

#series_detail .series_artist {
	text-align: unset;
}

#series_detail .ttl_header {
	padding: 0;
}

.series_ttl h2 {
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 3rem;
	font-family: "IBM Plex Sans JP";
}

#series_detail .series_artist p {
	margin-bottom: 0;
	margin-top: 0.5em;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.75em;
}

#series_detail .series_artist p span {
	font-size: 0.8em;
}

.series_content .ttl_wrap {
	margin: 0 auto 6rem;
	width: 100%;
}


/* story */

#series_story {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4%;
	width: 100%;
	margin-bottom: 14rem;
}

.series_story_left {
	max-width: 513px;
	width: 35vw;
	position: relative;
	line-height: 1px;
}

.series_story_left img {
	max-width: 386px;
	width: 75%;
	margin-left: 25%;
	border: 2px solid #000;
	filter: drop-shadow(3px 5px 7px #00000089);
	transition: .5s;
}

.series_story_left:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background: url(/yg/common/images/main_banner_bg.png) no-repeat bottom left;
	background-size: contain;
	width: 30%;
	max-width: 150px;
	height: 100%;
	z-index: -1;
	opacity: .4;
}

.series_story_right {
	width: 55vw;
	background: #fff;
	border: #000 solid 1px;
	border-left: #000 solid 10px;
}

#series_story p {
	padding: 40px 30px;
	color: #000;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.75em;
}


/* information */

#series_info,
#series_comics {
	width: 100%;
	margin-bottom: 14rem;
}

#series_info dl {
	display: flex;
	align-items: flex-start;
	gap: 2em;
	padding: 2em 0;
	border-bottom: #0000003f 1px solid;
}

#series_info dt {
	width: 6em;
}

#series_info dd.info-category {
	display: inline-block;
	padding: 0.6em 0 0.5em;
	margin-top: -0.5em;
	background: #000;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	width: 10em;
	font-size: 0.8em;
	transition: .3s;
}

#series_info dd.info-txt {
	width: calc(100% - 18em);
}

#series_info .infolink dd.info-txt {
	width: calc(100% - 26em);
}

#series_info .ttl_wrap {
	margin: 0 auto 4rem;
}

.infolink {
	position: relative;
}

.infolink:after {
	position: absolute;
	content: url(../images/icon_arrow.png);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border: #000 solid 1px;
	border-radius: 100px;
	line-height: 1em;
	padding: 1em;
	transition: .3s;
}

.infolink:hover {
	color: #D7000F;
}

.infolink:hover:after {
	filter: brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(6526%) hue-rotate(354deg) brightness(89%) contrast(137%);
}

#series_info .infolink:hover dd.info-category {
	background: #D7000F;
}

.news_body {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	gap: 3%;
	flex-wrap: wrap;
}

.news_body .gazou {
	overflow: hidden;
	border: 2px solid #000;
	filter: drop-shadow(3px 5px 7px #00000089);
	padding: 0;
	margin: 0;
	width: 31%;
}

.news_body .gazou a {
	line-height: 1px;
	text-decoration: none;
	display: block;
	width: auto;
}

.news_body img {
	transform: scale(1);
	transition: .3s;
	width: 100%;
	max-width: 464px;
}

.news_body img:hover {
	transform: scale(1.02);
}


/* present */
.comic_prezent {
	background-color: unset;
	padding: 0;
	margin: 0 auto 14rem;
	justify-content: center;
	width: 80%;
}

.comic_prezent_txt .title_xl {
	font-size: 163%;
	color: unset;
	background-color: unset;
	padding: unset;
}

.comic_prezent_txt .title_m,
.comic_prezent_txt .title_s {
	padding: 0;
}

.comic_prezent_img {
	width: 30%;
}

.comic_prezent_txt {
	width: 70%;
}

.comic_prezent_img img {
	width: 83%;
	border: 2px solid #000;
	filter: drop-shadow(3px 5px 7px #00000089);
}


/* comics */

.comic_list {
	padding: 0;
	gap: 30px;
}

.comic_list li {
	margin-top: unset !important;
	margin-right: unset !important;
	background: unset;
	padding: 0 0 3em;
	margin: 0 !important;
	width: calc(20% - 25px) !important;
	flex-basis: calc(20% - 25px) !important;
	max-width: calc(20% - 25px) !important;
}

.comic_list li img {
	width: 100%;
}

.comic_list li .comic_img {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 0.70329670329;
	overflow: hidden;
	filter: drop-shadow(2px 3px 5px #0000007D);
}

.comic_list li .comic_dtl {
	width: 100%;
	padding-left: 0;
	margin-top: 1.5em;
}

.comic_name {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 0.9em;
}

.comic_list li .comic_txt .btn,
.info-txt .common-btn {
	color: #fff;
	background: #000;
	cursor: pointer;
	border-radius: 100px;
	position: relative;
	transition: .3s;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8em;
	height: 4em;
	width: 100%;
	margin-bottom: 1em;
	box-shadow: 0 0 10px 0px #00000026;
	border: unset;
	line-height: 1em;
}

.info-txt .common-btn {
	width: 20em;
	padding: 0.65em 3em;
	display: inline-flex;
	margin: 1em 2em 0 0;
	font-weight: 600;
	font-size: 1.5rem;
}

.comic_list li .comic_txt .btn::before,
.info-txt .common-btn::before {
	position: absolute;
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transition: .7s;
}

.comic_list li .comic_txt .btn:hover,
.info-txt .common-btn:hover {
	background: #DD0707;
}

.comic_list li .comic_txt .btn:hover::before,
.info-txt .common-btn:hover::before {
	transform: translateY(-50%) rotateX(180deg) rotateZ(45deg);
}

.comic_list li .comic_txt .btn.white {
	background: #fff;
}

.comic_list li .comic_txt .btn img {
	max-height: 30px;
	max-width: 90px;
	height: auto;
}

.comic_list li .comic_txt .btn.white::before {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#series_comic {
	margin-bottom: 6rem;
}

.fr_container,
#tachiyomi #container {
	padding-top: 20px;
}

_::-webkit-full-page-media,
_:future,
:root #tachiyomi {
	margin-bottom: 4em;
}

@-moz-document url-prefix() {
	#tachiyomi {
		margin-bottom: 4em;
	}
}

@media screen and (max-width: 1024px) {

	.ttl_wrap,
	.series_content .ttl_wrap {
		width: 95%;
		margin-left: 5%;
		margin-bottom: 3rem;
	}

	#series_info .ttl_wrap {
		margin: 0 0 1rem 5%;
		letter-spacing: -1px;
	}

	.info-inner {
		width: 90%;
		margin: 0 auto;
	}

	.news_body {
		gap: 26px;
		margin-top: 3rem;
	}

	.news_body .gazou {
		width: calc(50% - 13px);
	}

	.comic_list li {
		width: calc(33% - 18px) !important;
		flex-basis: calc(33% - 18px) !important;
		max-width: calc(33% - 18px) !important;
	}

	.comic_list li .comic_txt .btn {
		height: 5vw;
	}

	#series_detail .ttl_header .content_inner {
		margin: 3rem auto 3rem;
	}

	#series_story {
		gap: 30px;
	}

	#breadcrumb {
		margin-top: 8rem;
	}

	.series_story_right {
		width: 50vw;
	}

	/* pressent */
	.comic_prezent_img {
		width: 40%;
	}

	.comic_prezent_txt {
		width: 60%;
	}

	.comic_prezent {
		width: 90%;
	}

	.comic_prezent {
		margin: 0 auto 10rem;
	}
}

@media screen and (max-width: 767px) {

	/* 共通 */
	.ttl_wrap h2 {
		font-size: 4rem;
	}

	.fr_container {
		padding-top: 20px;
	}

	#series_detail .series_ttl h2 {
		padding: 0;
		background: unset;
		font-size: 1em;
		line-height: 1.25em;
	}

	#series_detail .series_ttl {
		background: unset;
	}

	#series_detail .ttl_header .content_inner {
		margin: 3rem auto 3rem;
	}

	/* story */
	#series_story {
		flex-direction: column;
		justify-content: center;
		width: 90%;
		margin: 0 auto 7rem;
		text-align: center;
		gap: 3em;
	}

	.series_story_left {
		max-width: 90%;
		width: 90%;
	}

	.series_story_left img {
		margin: 0;
	}

	.series_story_left:after {
		display: none;
	}

	.series_story_right {
		width: 100%;
	}

	#series_story p {
		padding: 2em 1.5em;
		font-size: 1em;
		line-height: 1.75em;
		text-align: left;
	}

	.info-inner {
		width: 90%;
		margin: 0 auto;
	}

	#series_info dl {
		flex-wrap: wrap;
	}

	#series_info dd.info-txt {
		width: 100%;
	}

	#series_info .infolink dd.info-txt {
		width: calc(100% - 6em);
	}

	#series_info,
	#series_comics {
		margin-bottom: 7rem;
	}

	#series_info dl {
		padding: 1.5em 0;
		gap: 1.5em;
	}

	.news_body {
		justify-content: center;
	}

	.news_body .gazou {
		width: auto;
		display: flex;
		justify-content: center;
	}


	/* comics */
	#breadcrumb {
		margin-top: 6rem;
	}

	#series_comic {
		margin-bottom: 4rem;
	}

	.comic_list {
		width: 90%;
		margin: 0 auto;
		gap: 20px;
	}

	.flx.tocol2>* {
		flex-basis: calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		width: calc(50% - 10px) !important;
	}

	.comic_list .comic_name {
		margin-top: 0.75em;
		text-align: center;
	}

	.comic_list li .comic_txt .btn {
		height: 7vw;
		margin-bottom: 1.25em !important;
		font-size: 2.5vw !important;
	}

	.comic_list li {
		padding: 0 0 1em;
	}

	.comic_list li .comic_txt .btn img {
		max-height: 5.5vw;
		max-width: 14vw;
	}

	/* pressent */
	.comic_prezent {
		display: flex;
		flex-direction: column;
	}

	.comic_prezent_img img {
		width: 60%;
		max-width: 235px;
		margin-bottom: 2em;
	}

	.comic_prezent_img {
		width: 100%;
		text-align: center;
	}

	.comic_prezent_txt {
		width: 100%;
	}

	.comic_prezent {
		margin: 0 auto 6rem;
	}

	.comic_prezent_txt .title_xl {
		font-size: 140%;
	}

	.comic_prezent_txt .title_m {
		font-size: 125%;
	}

	.info-txt .common-btn {
		margin: 1em auto 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

}



/* 作品一覧ページ
------------------------------------ */
#series {
	background-color: unset;
	margin: 0 auto;
	position: relative;
}

#series .content_inner {
	width: 90%;
	margin: 0 auto;
}

.title_list {
	width: 90%;
	max-width: 1367px;
	margin: 0 auto;
}

.title_list li {
	background: #FFF;
	color: #000;
	padding: 0.5em 0em 0.3em;
	border-radius: 100px;
	font-size: 0.95em;
	letter-spacing: 1px;
	border-right: unset;
	filter: drop-shadow(3px 4px 8px #0000001f);
	text-align: center;
	transition: .3s;
	cursor: pointer;
	font-weight: 600;
}

.title_list .pc li {
	width: auto;
}

.title_list .pc li {
	width: 14em;
}

.title_list li:hover {
	background: #000;
	color: #FFF;
}

#series .flx {
	gap: 15px;
}

.splide__track {
	overflow: visible;
}

#series .tab_cont ul {
	display: flex !important;
	flex-wrap: wrap;
	gap: 35px;
	padding: 2em 0 0;
}

#series .flx.flxcol3>* {
	flex-basis: calc(33% - 23px);
	max-width: calc(33% - 23px);
	width: calc(33% - 23px);
}

.series_items {
	background: #fff;
	border: 2px solid #000;
	border-radius: 15px;
	padding: 20px;
	filter: drop-shadow(4px 4px 5px #0000007D);
	transition: .3s;
}

.series_items:hover {
	filter: drop-shadow(0 0 0 #0000007D);
}

.series_img {
	aspect-ratio: 0.72;
	overflow: hidden;
	max-height: 239px;
	display: flex;
	align-items: center;
	background: #f0f0f0;
	border-radius: 10px;
}

.series_img img {
	width: 100%;
	height: auto;
}

.series_img.online img {
	object-fit: scale-down;
}

.series_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5%;
}

.series_logo {
	width: 50%;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
}

.series_ttl {
	font-size: 1.1em;
	font-weight: 700;
	margin: 1em 0;
	letter-spacing: 1px;
}

.series_artist {
	font-size: 0.8em;
}

.series_copy {
	font-size: 0.6em;
}



/*tab切り替え----------------------------------*/

.btn-tab.tab-active {
	background: #000;
	color: #FFF;
}

.tab_cont {
	display: none;
}

.tab_cont.tab-show {
	display: block;
}


/*fotorama----------------------------------*/
/*@media screen and (min-device-width: 641px) {
	#spView {
		display: none;
	}
}*/

@media screen and (max-device-width: 640px) {
	#pcView {
		display: none;
	}
}





@media screen and (max-width: 1024px) {
	.splide-inner {
		padding: 0;
	}

	.title_list {
		overflow-x: unset;
		margin-bottom: 3em;
	}

	.title_list li {
		display: inline-table;
	}

	.title_list ul {
		width: unset;
		max-width: unset;
	}

	.title_list li:last-of-type {
		margin-right: 5%;
	}

	.series_ttl {
		margin: 0.5em 0;
	}

	.series_flex {
		justify-content: left;
	}

	.comic_list {
		width: 90%;
		margin: 0 auto;
	}

	#series .tab_cont ul {
		padding: 0;
		gap: 30px;
	}

	#series .content_inner {
		padding: 0em 0 2em;
	}

	#series .flx.flxcol3>* {
		flex-basis: calc(50% - 16px);
		max-width: calc(50% - 16px);
		width: calc(50% - 16px);
	}
}


@media screen and (max-width: 767px) {
	.title_list {
		margin-bottom: 2em;
	}

	.title_list li {
		padding: 0.6em 0em 0.4em;
	}

	.series_dtl {
		width: 100%;
	}

	.series_items {
		border-radius: 10px;
		padding: 15px 30px;
	}

	.series_img {
		border-radius: 7px;
		width: unset;
	}

	.series_logo {
		max-width: 151px;
	}
}