/* comictop page */
/* お客様へのおすすめレコメンド */
@media only screen and (max-width: 767px) {
	/* 共通 */
	.recommend__forYou .recommend__heading {
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: nowrap;
		overflow: visible;
		position: relative;
		width: 100%;
		margin: 0 8px 4px;
		font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "MS-PGothic", "Hiragino Kaku Gothic Pro", osaka, Verdana, Arial, Georgia, "メイリオ", "Meiryo", MS UI Gothic, sans-serif;
	}

	.recommend__forYou .recommend__heading span {
		padding: 10px;
		font-size: 14px;
		line-height: 1;
	}

	.recommend__forYou .recommend__headingMore {
		display: block;
		font-weight: normal;
		position: relative;
		background: url(https://content.bookoffonline.co.jp/mbfiles/assets/material/arrow.png) no-repeat;
		background-position: center right 19px;
		background-size: 7px, auto, contain;
	}

	.recommend__forYou .recommend__headingMore .link {
		display: inline-block;
		padding: 0 30px;
		line-height: 1;
		letter-spacing: .1em;
		color: #003894;
	}

	.recommend__forYou .recommend__inner {
		padding: 10px 0 !important;
	}

	/* 基本 */
	.recommend__forYou .recommendItem {
		width: 100%;
	}

	.recommend__forYou .recommend__slider{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		overflow-x: scroll;
	}

	.recommend__forYou .recommend__list {
		padding-left: 0;
	}

	.recommend__forYou .recommend__slider {
		padding-left: 16px;
	}

	.recommend__forYou .recommend__list {
		flex: 1 0 auto;
		display: block;
		width: 40vw;
		max-width: 170px;
	}

	.recommend__forYou .recommendItem__price {
		display: none;
	}

	.recommend__forYou .recommendItem__author {
		display: none;
	}
}

@media only screen and (min-width: 341px) and (max-width: 385px) {
	.recommend__forYou .recommend__slider {
			height: calc(180px* 2 + 13em);
	}
	.recommend__forYou .recommend__list {
			height: calc(180px + 6em);
	}
}

@media only screen and (min-width: 386px) and (max-width: 767px) {
	.recommend__forYou .recommend__slider {
			height: calc(200px * 2 + 13em);
	}
	.recommend__forYou .recommend__list {
			height: calc(200px + 6em);
	}
}

@media only screen and (max-width: 340px) {
	.recommend__forYou .recommend__slider {
			height: calc(160px * 2 + 13em);
	}
	.recommend__forYou .recommend__list {
			height: calc(160px + 6em);
	}
}
/* 最新情報をチェック、いま話題のメディア化作品 */
.information__inner {
	margin: 0 auto 30px;
	padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
	.information__inner {
		display: block;
		margin: 0 0 30px -18px;
		padding: 0;
		width: calc(100% + 36px);
	}
}