@charset "UTF-8";

/*cmn*/
.news_body {
	padding: 2em 0 5em;
}

.series_list {
	padding: 0 0 3em 0;
}

.comics_list {
	padding: 2em 0;
}

@media screen and (max-width: 1000px) {
	.content_inner {
		width: 100%;
	}

	.news_body {
		padding: 5% 2.5% 10%;
	}
}

.comics_list {
	padding: 5% 2.5%;
}


.ttl_header {
	background: #FFF;
	transform: rotate(0.03deg);
}

.ttl_header .content_inner {
	max-width: 1000px;
}


/*pc*/
@media screen and (min-width: 640.1px) {
	.comics_list {
		padding: 2em 0 4em;
		display: block !important;
	}
}

/*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;
	}
}

/*作品一覧--------------------------------------------------------------*/


#comic {
	background: none;
	color: #272e58;
}

/*タイトル・作者*/

.page_ttl,
.page_sub {
	width: 50%;
	color: #272e58;
}

#comic .ttl_wrap h2 {
	padding: 0.2rem 0 0.5rem 50px;
}

#comic .ttl_wrap h2::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("../../common/images/ico_comic_g.png");
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#comic .ttl_wrap h3 {
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	padding: 1rem .7em;
	margin: 0px auto;
	background-image: url("../../common/images/ico_bg_blue.png");
	background-repeat: no-repeat;
	background-position: 1% 50%;
	background-color: #272e58;
}

#comic .ttl_wrap h3 span {
	color: #FFF;
}


/*pc*/
@media screen and (min-width: 640.1px) {
	#comic .ttl_header {
		padding: .8em;
	}

	#comic .ttl_header .content_inner {
		padding: 0 1em;
	}

}

/*sp*/
@media screen and (max-width: 640px) {
	#comic .ttl_header {}

	.page_ttl,
	.page_sub {
		width: 100%;
		color: #272e58;
	}

	.ttl_header .content_inner {
		padding-left: 13%;
	}

	#comic .ttl_wrap h2::before {
		width: 30px;
		height: 30px;
		background-size: 30px;
		position: absolute;
		left: -41px;
		top: 20px;
	}

	#comic .page_ttl h2 {
		margin: 0 auto;
		padding: 1% 0 3% 0;
		font-size: 3.5rem;
	}

	.ttl_wrap span.sub {
		font-size: 0.4em;
		margin-left: 0.5em;
	}

	#comic .page_sub {
		padding: 2.5%;
	}

	.comic_list li {
		margin: 1em 4% 0 4%;
	}

	.comic_list li .btn span.icon::before {
		left: 0px;
	}

	.comic_list li .btn_trial span.icon::before {
		width: 20px;
		height: 20px;
	}

	.comic_list li .btn span.icon {
		padding-left: 20px;
	}

	#comic .ttl_wrap h3 {
		font-size: 2.5rem;
	}
}


/*月一覧*/
.month_list {
	margin-bottom: 2em;
}

.month_list li a {
	width: 100%;
	display: block;
	background: #272e58;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 0.7em 0;
	border-radius: 3px;
}

.month_list li a:hover {
	color: #61d9d8;
	opacity: 1;
}

/*pc*/
@media screen and (min-width: 767.1px) {
	.month_list li {
		width: 7.93%;
		margin: 0 2px;
	}

	.month_list li:last-of-type {
		border-right: none;
	}
}

/*sp*/
@media screen and (max-width: 767px) {
	.ttl_wrap h3 {
		font-size: 6.6vw;
		padding: 2.5% 2.5% 2.5% 3%;
		text-align: left;
	}

	.month_list li {
		width: 76px;
		margin-left: 10px;
	}

	.month_list ul {
		width: calc(86px * 12);
		max-width: 1000%;
		padding-bottom: 5px;
	}

	.month_list {
		overflow-x: auto;
		margin-top: 1em;
	}
}



/*コミックスリスト*/
.comics_list>li {
	background: #fff;
	padding: 1.5%;
	margin-top: 2em;
}

.comics_list>li:first-of-type {
	margin-top: 0;
}

.comics_list .new::before {
	display: none;
}

.comics_list .new::after {
	content: 'NEW';
	color: #ff7aaf;
	position: inherit;
	z-index: 10;
	line-height: 0px;
	font-size: 0.6em;
	font-weight: bold;
	margin-left: 10px;
	display: inline-block;
}

.comics_img .sale_date {
	padding: .5em 0;
	width: 100%;
	background: #f7f7fa;
	text-align: center;
}

.comics_ttl h4 {
	color: #272e58;
	font-weight: 500;
	line-height: 1em;
	padding: 0.3em 0;
	transform: rotate(.03deg);
}

.comics_dtl h5 {
	font-weight: 500;
	transform: rotate(.03deg);
}

.comics_dtl .intro {
	font-weight: 300;
	margin-top: .5em;
	transform: rotate(.03deg);
}

.sale_btn .btn {
	background: #FFF;
	border: 2px solid #e5e5e5;
	color: #222;
	font-size: 0.7em;
	background-repeat: no-repeat;
	background-position: right 2px bottom 2px;
	background-image: url(../images/btn_bg_b.png);
}

.info_btn {
	margin-bottom: 1em;
}

.info_btn .btn {
	font-size: 1.15em;
	line-height: 1;
	background-color: #272e58;
	background-position: right 2px bottom 2px;
	background-image: url(../images/btn_bg_s.png);
	padding: 1em 0;
	font-weight: 500;
	box-shadow: 0 2px 0 #02030e;
}

.comic_btn {
	padding: 0;
}

.comic_btn .btn {
	margin: 0 0 .5em 0;
}

.comic_btn .btn_buy {
	font-size: 0.9em;
	padding: 0.8em 0.5em;
	display: table;
}

.comic_btn .btn_buy span {
	display: table-cell;
	vertical-align: middle;
}

.comic_btn .btn_buy img {
	height: 17px;
	margin-bottom: -.4em;
}

.item_list {
	width: 95%;
	margin: 0 auto 1em;
}

.item_list li {
	border-bottom: 1px solid #dcdcdc;
}

.item_list li a {
	padding: 1em;
	display: block;
	position: relative;
	padding-right: 2.5em;
}

.item_list a:after {
	content: '';
	position: absolute;
	height: .7em;
	width: .7em;
	background: url(../../common/images/arrow_b.png) no-repeat;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	-webkit-background-size: contain;
	background-size: contain;
}

.comics_img img {
	border: 1px solid #ebecee;
}



/*pc*/
@media screen and (min-width: 640.1px) {
	.comics_img img {
		width: 200px;
		display: block;
		margin-bottom: 1em;
	}

	.comics_img .sale_date span {
		display: block;
		text-align: center;
	}

	.comics_body {
		width: calc(100% - 200px);
		padding-left: 3%;
	}

	.comics_ttl h4 {
		font-size: 2.3em;
	}

	.comics_ttl .artist {
		font-size: 1em;
		font-weight: 500;
		transform: rotate(.03deg);
	}

	.comics_dtl h5 {
		font-size: 1.3em;
	}

	.comics_body>div {
		margin-bottom: 1em;
	}

	.comics_body>div:last-of-type {
		margin-bottom: 0;
	}

	.comic_btn li,
	.info_btn li {
		margin-right: 1.3%;
	}

	.comic_btn li:nth-child(4n),
	.info_btn li:nth-child(4n) {
		margin-right: 0;
	}

	.comic_btn img,
	.info_btn img {
		height: 2.4vw;
		width: auto;
		vertical-align: middle;
		max-height: 23px;
	}

	.item_list.odd li:last-of-type {
		border-bottom: none;
	}

	.item_list.even li:nth-last-of-type(-n + 2) {
		border-bottom: none;
	}

	/*.item_list.sp{display: none !important;}*/
}

/*pc l*/
@media screen and (min-width: 1000px) {
	.award_btn p {
		font-size: 1.4rem;
	}

	.award_btn p.btn_head {
		font-size: 1.3em;
	}

	.award_btn,
	.award_visual {
		width: 100%;
	}
}

/*sp*/
@media screen and (max-width: 640px) {
	.item_list {
		width: 100%;
	}

	.month_cont {
		margin-bottom: 1em;
	}

	/*.month_cont .item_list,
	.month_cont .comics_list{display: none;}*/

	/*
	.ttl_wrap h3:before,
	.ttl_wrap h3:after {
		content: '';
		display: inline-block;
		right: 2.5%;
		width: 1em;
		height: 1em;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		line-height: 1;
		text-align: center;
	}

	.ttl_wrap h3:before {
		content: '+';
		background: none;
		color: #222;
		z-index: 1;
	}

	.ttl_wrap h3:after {
		border-radius: 5px;
	}
		*/

	.ttl_wrap.active h3:before {
		content: '';
		height: 4px;
		width: 2vw;
		background: #222;
		right: 5%;
	}

	.comics_list>li {
		padding: 3.5%;
	}

	.comics_img img {
		width: 70%;
		margin: 1em auto 1.5em;
		display: block;
	}

	.comics_img .sale_date span {
		margin: 0 3px;
	}

	.comics_ttl {
		margin-top: 1em;
	}

	.comics_ttl h4 {
		font-size: 2rem;
		position: relative;
	}

	.comics_dtl {
		margin: 1.5em auto;
	}

	.comics_dtl h5 {
		font-size: 1.2em;
	}

	.comic_btn {
		margin-bottom: 1em;
	}

	#comic .info_btn li,
	#comic .comic_btn li {
		flex-basis: 48% !important;
		max-width: 48% !important;
		width: 48% !important;
	}

	#comic .info_btn li:nth-child(odd),
	#comic .comic_btn li:nth-child(odd) {
		margin-right: 3%;
	}

	#comic .info_btn .btn {
		font-size: 4vw !important;
		padding: 0.9em 0 !important;
		display: block;
	}

	.flx.tocol1>* {
		margin: 0 auto;
		flex-basis: 92%;
		max-width: 92%;
		width: 92%;
	}

}

/*sp*/
@media screen and (max-width: 767px) {}


/*sp*/
@media screen and (max-width: 767px) {}

/*pc*/
@media screen and (min-width: 767.1px) {}

/*pc l*/
@media screen and (min-width: 1000px) {}