@charset "UTF-8";

/* ----------------------------------------------------------------------------------
TELASA特集トップ / vol. 1 / ver. 1
---------------------------------------------------------------------------------- */

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

#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;
}

/* PP全体の背景 */
.PP_container {
	background: #fff;
}
.PP_main {
	padding: 0;
}

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

/* シェアボタン */
.PP_share {
	max-width: 640px;
}

/* 記事リンク */
.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: #eb5505;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	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: #222;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.PP_article_more a:hover,
.PP_article_more a:active {
	background: #666;
}

/* 告知ブロック */
.PP_info {
	margin: 0 0 30px 0;
	padding: 20px;
	background: #fff1d9; /* f9efe9 */
}
.PP_info::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.PP_info p {
	width: 380px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 150px;
	color: #333;
	font-size: 85%;
	line-height: 1.5;
}
.PP_info_bnr {
	width: 320px;
	float: right;
	margin: 0 150px 0 0;
	background: #fff;
}
.PP_info_bnr img {
	display: block;
	width: 100%;
	height: auto;
}
.PP_info_bnr a:hover img,
.PP_info_bnr a:active img {
	opacity: 0.75;
}

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

/* 配信カレンダー導線 */
.PP_calendar {
	width: 720px;
	margin: 30px auto;
}
.PP_calendar img {
	display: block;
	width: 100%;
	height: auto;
}
.PP_calendar a:hover img {
	opacity: 0.75;
}

/* オススメ */
.PP_pickup {
	width: 980px;
	margin: 0 auto 40px auto;
}
.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: #eb5505;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.PP_pickup_item {
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto 20px auto;
}
.PP_pickup_thumb {
	width: 100%;
	margin-bottom: 10px;
}
.PP_pickup_thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.PP_pickup_thumb a:active img {
	opacity: 0.75;
}
.PP_pickup_text h3 {
	margin-bottom: 0.5em;
	color: #333;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5;
}
.PP_pickup_text p {
	margin-bottom: 66px;
	color: #333;
	font-size: 85%;
	line-height: 1.5;
}
.PP_pickup_link {
	position: absolute;
	left: 20px;
	bottom: 0;
	width: calc(100% - 40px);
}
.PP_pickup_link a {
	display: block;
	width: 100%;
	height: 46px;
	max-width: 310px;
	margin: 0 auto;
	padding: 0;
	background: #222;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
}
.PP_pickup_link a:hover {
	background: #666;
}

/*.動画埋め込み */
.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: 2;
	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
}
