@charset "UTF-8";

/* ----------------------------------------------------------------------------------
コミックシーモアまとめ / vol. 1 / ver. 11
---------------------------------------------------------------------------------- */

/* 初期化
---------------------------------------------------------------------------------- */

#powerpush-area {
	width: 1060px;
	left: 0;
	background: #fff;
	border-top: 0 none;
}

/* 汎用スタイル
---------------------------------------------------------------------------------- */

/* 文字装飾 */
#powerpush-area cite {
	font-style: normal;
}
#powerpush-area small {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
}
.notes {
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
}
/* フォント設定 */
.PP_font_sans-serif {
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.PP_font_serif {
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "游明朝体", "YuMincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 500;
}
.PP_font_yu-go {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic;
	font-weight: 500;
}
.PP_font_yu-min {
	font-family: "游明朝体", "Yu Mincho", "游明朝体", "YuMincho", YuMincho;
	font-weight: 500;
}
/* 画像置換 */
.PP_imgRep {
	display: block;
	background: transparent no-repeat left top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* シェアボタン */
.PP_share {
	max-width: 590px;
	margin: 0 auto;
}
.PP_pager + .PP_share {
	border-top: solid 1px rgba(0,0,0,0.2);
	margin-top: 20px;
	margin-bottom: 20px;	
	padding-top: 20px;
}
.PP_pager.PP_pager_dark + .PP_share {
	border-top: solid 1px rgba(255,255,255,0.2);
}
/* 訂正文 */
.PP_correction {
	clear: both;
	color: #f00!important;
}

/* ヘッダー
---------------------------------------------------------------------------------- */

.PP_header {
	position: relative;
}
.PP_header h1 {
	margin: 0;
	padding: 0;
}
.PP_header h1 img {
	display: block;
}

/* メイン記事レイアウト
---------------------------------------------------------------------------------- */
	
.PP_main {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 20px 0;
}
.PP_footer {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #eef3f3;
}

/* リンク集
---------------------------------------------------------------------------------- */
	
.PP_links {
	margin: 0;
	padding: 0;
	list-style: none outside;
}
.PP_links li {
	margin: 0 0 0.3em 0;
	padding: 0 0 0 1.3em;
	font-size: 80%;
	line-height: 1.5;
	overflow:hidden;
}
.PP_side .PP_links li {
	font-size: 80%;
}
.PP_links li:last-child {
	margin-bottom: 0;
}
.PP_links a {
	position: relative;
}
.PP_links a:before {
	font-family: "NataIcon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e002";
	position: absolute;
	left: -1.3em;
	top: -0.2em;
}
.PP_links a[target="_blank"]:before {
	content: "\e001";
}
/* ビュレットの色 */
.PP_links a:before {
	color: #91a1af;
}
.PP_work_link a {
	background: #91a1af;
}
	
/* 記事本文
---------------------------------------------------------------------------------- */

/* 段落のスタイル */
.PP_paragraph {
	clear: both;
	margin: 0 auto 3em;
}
.PP_paragraph_left {
	margin: 40px 0 3em 60px;
}
.PP_paragraph_right {
	margin: 40px 0 3em 340px;
}
.PP_paragraph .PP_heading {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0.25em 0 0.2em 0;
	background: transparent;
	border-bottom: 1px solid #3c8686;
	color: #3c8686;
	font-weight: normal;
	font-size: 130%;
	line-height: 1.5;
	text-align: left;
}
.PP_paragraph .PP_heading span {
	display: inline-block;
}
.PP_paragraph p {
	margin: 0 0 1.5em 0;
	color: #333;
	font-size: 90%;
	line-height: 1.5;
}
.PP_paragraph .PP_int {
	color: #728894;
}
.PP_paragraph .PP_writer {
	font-size: smaller;
	text-align: right;
}
.PP_paragraph .PP_writer span,
.PP_paragraph .PP_writer small {
	display: inline-block;
}

/* 追加スタイル
---------------------------------------------------------------------------------- */

/* ヘッダー */
.PP_header {
	position: relative;
	display: block;
}
.PP_header img {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}
.PP_header::after {
	content: '';
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	pointer-events: none;
}

/* PP全体の背景 */
.PP_container {
	background: #fcee26;
}
.PP_header {
	position: relative;
	z-index: 2!important;
}
.sp_leadWrap {
	margin-top: -180px;
	padding: 0;
	position: relative;
	z-index: 3;
}

/* 段落のスタイル */
.PP_paragraph {
	width: 720px;
	margin-bottom: 0;
}

.PP_paragraph p {
	font-size: 95%;
	line-height: 1.6!important;
}
/* シェアボタン */
.PP_share {
	max-width: 640px;
	z-index: 2!important;
	position: relative;
}
.PP_footer .PP_share {
	z-index:0!important;
}
.PP_main {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.PP_main:before {
	content: '';
	background: #fcee26;
	width: 200%;
	height: 1700px;
	position: absolute;
	z-index: -1;
	top: -50%;
	left: -50%;
	transform: rotate(-25deg);
}
/* 記事リンク */
.PP_article {
	display: flex;
	margin-top: 40px;
	padding: 0 20px;
}	
.PP_article > div {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.PP_article h2 {
	margin: 0 10px 20px 10px;
	padding: 10px 0px;
	background: #1a1a1a;
	border-radius: 2px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-align: center;
}
.PP_article_more {
	margin: 20px auto 40px auto;
	width: 360px;
}
.PP_article_more a {
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #e85100;
	border-radius: 100px;
	color: #fff;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.PP_article_more a:hover,
.PP_article_more a:active {
	background: #f5661a;
}

/* 告知ブロック */
.PP_info {
	width: 640px;
	margin: 0 auto 30px;
	padding: 40px 40px 20px 40px;
	background: #fdf9c0;
	border-radius: 10px;
}
.PP_info::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.PP_info h3 {
	background: #e85100;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	margin: 0 0 3px 0;
	padding: 0.2em 0.5em;
	position :relative;
	text-align: center;
	line-height: 1.5;
	border-radius: 5px 5px 0 0;
}
.PP_info h3 span {
	display: inline-block;
}
.PP_info_bnr {
	max-width: 640px;
	margin: 0 auto 30px;
	background: #fff;
}
.PP_info_bnr_vertical {
	max-width: 400px;
	margin: 0 auto 30px;
	background: #fff;
}
.PP_info_bnr img,
.PP_info_bnr_vertical img {
	display: block;
	width: 100%;
	height: auto;
}
.PP_info_bnr a:hover img,
.PP_info_bnr a:active img,
.PP_info_bnr_vertical a:hover img,
.PP_info_bnr_Vertical a:active img {
	opacity: 0.75;
}

.PP_info .sp_campaign dt {
	font-weight: bold;
	font-size: 130%;
	margin: 0 0 0.5em 0;
	position :relative;
	line-height: 1.5;
}
.PP_info .sp_campaign dt:before {
	content: '⚫︎';
	width: 1.2em;
	height: 1.2em;
	color: #e85100;
	position: relative;
	left: 0;
	top: 0.1em;
	font-size: 120%;
	line-height: 1.0;
}
	
	
.PP_info .sp_campaign dd {
	font-size: 90%;
	line-height: 1.5;
	margin: 0 0 1em 0;
}
.PP_info .sp_campaign dd .sp_caution {
	font-size: 90%;
	margin: 0.5em 0;
}
.PP_info .sp_campaign dd p {
	margin: 0 0 1em 0;
}
.PP_info .sp_campaign + .sp_caution {
	font-size: 85%;
	margin: 1.5em 0 0 0;
}
.sp_info_btn a {
	background: #f50d0d;
	border-radius: 2em;
	display: block;
	width: 640px;
	margin: 0 auto 2.5em;
	padding: 0.5em 1em;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	position: relative;
}
.sp_info_btn a:after {
	content:'＞';
	transform: scale(0.6,1);
	position: absolute;
	font-weight: bold;
	right: 10px;
	top: calc(50% - 0.6em);
}
.sp_info_btn a:hover {
	background: #f23b3b;
}
.sp_info_btn a:link,
.sp_info_btn a:visited {
	color: #fff;
}
.sp_info_btn a span {
	display: inline-block;
}

/* コピーライト */
.PP_paragraph .PP_copyright {
	padding-top: 10px;
	border-top: 1px solid #dbe0e1;
	color: #888f92;
	font-size: 60%;
	line-height: 1.4;
}


/* オススメ */
.PP_pickup {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.PP_pickup:after {
	content: '';
	width: 117px;
	height: 77px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/cmoa-matome/yomub1.gif) no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: -70px;
}
.PP_pickup_wrapper {
	width: 980px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0 20px;
}
.PP_pickup h2 {
	margin-bottom: 20px;
	padding: 10px 0px;
	background: #1a1a1a;
	border-radius: 2px;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.PP_pickup_item {
	width: calc(100% - 20px);
	margin: 0 auto;
	display: flex;
}
.PP_pickup_thumb {
	width: 120px;
	margin-right: 10px;
}
.PP_pickup_thumb img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: rgba(0,0,0,0.5) 0 0 1px;
}
.PP_pickup_thumb a:hover img {
	opacity: 0.75;
}
.PP_pickup_text {
	width: calc(100% - 130px);
}
.PP_pickup_text h3 {
	margin-bottom: 0.5em;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}
.PP_pickup_text h3 small {
	display: block;
	margin-bottom: 0.5em;
}
.PP_pickup_text p.sp_tag {
	color: #333;
	font-size: 75%;
	line-height: 1.5;
	margin: 0;
}
.PP_pickup_text p.sp_tag span {
	display: inline-block;
	border: #222 1px solid;
	margin: 0 0.5em 0.5em 0;
	padding: 0.1em 0.5em;
	border-radius: 1.5em;
}
.PP_pickup_link {
	margin-top: 10px;
}
.PP_pickup_link a {
	display: block;
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	padding: 10px 0;
	background: #e85100;
	border-radius: 100px;
	color: #fff;
	font-size: 100%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.PP_pickup_link a:hover {
	background: #f5661a;
}

/*.動画埋め込み */
.PP_video {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding-top: 56.25%;
	overflow: hidden;
}
.PP_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 下部固定バナー */
.PP_banner_wrapper {
	z-index: 3!important;
	position: fixed;
	left: 0;
	bottom: 5px;
	width: 100%;
	display: block;
	transition: 0.5s
}
.PP_banner_wrapper.PP_banner_wrapper-hidden {
	transform: translateY(120px)
}
.PP_banner {
	width: 650px;
	height: 110px;
	margin: 0 auto;
	padding: 5px;
	background: none rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 5px
}
.PP_banner img {
	display: block;
	width: 640px;
	height: 100px
}
.PP_footer {
	background-color: #fcee26;
	position: relative;
	padding: 40px 0;
}
.PP_footer:after {
	content: '';
	width: 140px;
	height: 80px;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/cmoa-matome/yomub3.gif) no-repeat left top;
	background-size: 100%;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.PP_footer .sp_videoWrap {
	width: 640px;
	margin: 40px auto;
}

.PP_header {
	position: relative;
}
.sp_pickup {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 400px;
	z-index: 2;
}
.sp_pickup img {
	width: 100%;
	height: auto;
	box-shadow: #f9de06 6px 6px 0;
}
.sp_pickup a:hover {
	opacity: 0.9;
}
.sp_pickup:after {
	width: 138px;
	height: 35px;
	content: '';
	position: absolute;
	background: url(https://ogre.natalie.mu/media/pp/static/comic/cmoa-matome/pickup_label.png) no-repeat left top;
	background-size: 100%;
	right: -15px;
	top: -15px;
	transform: rotate(10deg);
	pointer-events: none;
}