@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* テンプレート version 2.05 */

/* ----------------------------------------------------------------------------------
特集名 / vol. 1 / ver. 1
---------------------------------------------------------------------------------- */

/* 初期化
---------------------------------------------------------------------------------- */

#powerpush-area {
	width: 1060px;
	left: 0;
	background: #fff;
	border-top: 0 none;
}

/* 汎用スタイル
---------------------------------------------------------------------------------- */

/* 文字装飾 */
#powerpush-area cite {
	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_share {
	max-width: 640px;
	margin: 40px auto 20px;
}


/* 訂正文 */
.PP_correction {
	font-size: 85%!important;
	clear: both;
	color: #e72b41!important;
}

/* ボタン */
.PP_link_btn {
	max-width: 640px;
	clear: both;
	margin: 20px auto;
}
.PP_link_btn a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 13px 20px 13px calc(20px + 1em);
	border-radius: 3px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background-color: #01b2b4;
	box-shadow: inset 0 -1px 1px rgb(0 0 0 / 20%);
}
.PP_link_btn a:last-child {
	margin-bottom: 0;
}
.PP_link_btn_arrow_left a {
}
.PP_link_btn a span {
	display: inline-block;
}
.PP_link_btn a:hover {
	opacity: 0.8;
}
.PP_link_btn a:before {
	font-family: "NataIcon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: baseline;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e002";
	position: relative;
	top: calc(50% - 0.5em);
	left: -4px;
}
.PP_link_btn a[target="_blank"]:before {
	content: "\e001";
}

/* ヘッダー
---------------------------------------------------------------------------------- */

.PP_header {
	position: relative;
}
.PP_header h1 {
	margin: 0;
	padding: 0;
}
.PP_header h1 img {
	display: block;
}

/* メイン記事レイアウト
---------------------------------------------------------------------------------- */

.PP_main {
	box-sizing: border-box;
	width: 1060px;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 20px 0;
}
.PP_footer {
	box-sizing: border-box;
	width: 1060px;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f3f6f7;
	border-top: rgba(100,100,100,0.1) 1px solid;
}

/* ページャー
---------------------------------------------------------------------------------- */

.PP_pager .sp-tab {
	margin: 0;
	padding: 0;
	list-style: none outside;
	text-align: center;
}
.PP_pager:first-child {
	margin: 0 0 20px 0;
}
.PP_header + .PP_pager {
	margin: 20px 0;
}
.PP_pager li {
	display: inline-block;
	margin: 0 3px;
	color: #fff;
	font-size: 15rem;
	line-height: 1.5;
}
.PP_pager li.sp-tab-prev, .PP_pager li.sp-tab-next {
	color: #b8bcbf;
	color: rgba(98, 101, 103, 0.3);
}
.PP_pager li span {
	padding: 6px 7px 5px 7px;
	display: block;
	background: #bdc7cf;
	background-color: rgba(162, 178, 191, 0.75);
	border-radius: 2px;
}
.PP_pager li a {
	color: #357bc1;
}
.PP_pager li a span, .PP_pager li.sp-tab-prev span, .PP_pager li.sp-tab-next span {
	background: #f0f6fb;
	background: rgba(240, 246, 251, 1);
	background: transparent;
}
.PP_pager li a:hover span {
	background: #f0f6fb;
	background: rgba(240, 246, 251, 1);
}
.PP_pager li a:hover {
	color: #3499f0;
}
.PP_pager .sp-tab-prev span:before, .PP_pager .sp-tab-next span:after {
	font-family: "NataIcon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.PP_pager .sp-tab-prev span:before {
	margin-right: 3px;
	content: "\e007";
}
.PP_pager .sp-tab-next span:after {
	margin-left: 3px;
	content: "\e006";
}

/* 白（透過なし） */
.PP_pager.PP_pager_white li {
	color: #333;
}
.PP_pager.PP_pager_white li span {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.PP_pager.PP_pager_white li a {
	color: #357bc1;
}
.PP_pager.PP_pager_white li.sp-tab-prev, .PP_pager.PP_pager_white li.sp-tab-next {
	color: #c8cdd5;
}
.PP_pager.PP_pager_white li a span, .PP_pager.PP_pager_white li.sp-tab-prev span, .PP_pager.PP_pager_white li.sp-tab-next span {
	background: #fff;
}
.PP_pager.PP_pager_white li a:hover span {
	background: #fff;
}
.PP_pager.PP_pager_white li a:hover {
	color: #3499f0;
}

/* ダークテーマ */
.PP_pager.PP_pager_dark li {
	color: #fff;
}
.PP_pager.PP_pager_dark li span {
	background: #525558;
}
.PP_pager.PP_pager_dark li a {
	color: #fff;
}
.PP_pager.PP_pager_dark li.sp-tab-prev, .PP_pager.PP_pager_dark li.sp-tab-next {
	color: #5c6065;
}
.PP_pager.PP_pager_dark li a span, .PP_pager.PP_pager_dark li.sp-tab-prev span, .PP_pager.PP_pager_dark li.sp-tab-next span {
	background: transparent;
}
.PP_pager.PP_pager_dark li a:hover span {
	background: #35383a;
}
.PP_pager.PP_pager_dark li a:hover {
	color: #fff;
}

/* ミニサイズ */
.PP_pager.PP_pager_min li {
	margin: 0 2px;
	font-size: 13px;
	line-height: 1.4;
}
.PP_pager.PP_pager_min li span {
	padding: 4px 5px 3px 5px;
}



/* 記事本文
---------------------------------------------------------------------------------- */

.PP_main .PP_subtitle {
	margin-top: 3em;
    margin-bottom: 1em;
    padding: 15px 20px;
    background: #f3f6f7;
    border: 1px solid #e6ecee;
    border-width: 1px 0;
    color: #59686e;
    font-weight: normal;
    font-size: 170%;
    line-height: 1.3;
    text-align: center;
}
.PP_main > h2,
.PP_main > :not(.PP_movie_schedule) h2,
.PP_main > h3,
.PP_main > h4,
.PP_main > h5,
.PP_main p,
.PP_main .PP_column,
.PP_video,
.PP_profile,
.PP_nextpage {
	max-width: 640px;
	margin: 30px auto;
}
.PP_main .PP_subtitle span {
	display: inline-block;
}
.PP_main > h2,
.PP_main > :not(.PP_movie_schedule) h2 {
	position: relative;
	margin: 2.5em auto 1em;
	padding: 0 0 0.2em 0;
	border: solid #333333;
	border-width: 0 0 1px 0;
	color: #333333;
	font-weight: normal;
	font-size: 150%;
	line-height: 1.5;
	text-align: left;
}
.PP_main .PP_pager_wrapper+.PP_subtitle,
.PP_main .PP_subtitle:first-child {
	margin-top: 1.5em;
}
.PP_main .PP_list-thumbnail h2{
	margin-top: 0;
}
.PP_main h2 span {
	display: inline-block;
}
.PP_main h3 {
	font-size: 120%;
	margin-bottom: 0.75em;
	font-weight: bold;
	line-height: 1.5;
}
.PP_footer h4 {
	max-width: 640px;
	font-size: 100%;
	margin: 0 auto 0.75em;
}
.PP_main h4 {
	margin-bottom: 0.75em;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.5;
}
.PP_footer h5 {
	max-width: 640px;
    font-size: 95%;
    line-height: 1.5;
}
.PP_main p {
	margin: 0 auto 1.25em;
	color: #333;
	font-size: 95%;
	line-height: 1.75;
}
.PP_main ul.PP_list-text {
    list-style-type: none;
}
.PP_main ol.PP_list-text {
    list-style-type: decimal;
}
.PP_main .PP_list-text {
    max-width: 640px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-position: outside;
    margin: 0 auto 1.25em auto;
    padding: 0 0 0 2.5em;
    color: #333;
    font-size: 90%;
    line-height: 1.75;
}
.PP_list-text li {
    position: relative;
}
.PP_main ol.PP_list-text ul li:before, .PP_main ul.PP_list-text li:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.2em;
    top: 0.6em;
    top: calc(0.8em - 3px);
    width: 5px;
    height: 5px;
    background: #aeb5b8;
    border-radius: 10px;
}
.PP_main .PP_speaker-00 {
	color: #587382;
}
.PP_main .PP_credit {
	font-size: 85%;
	text-align: right;
}
.PP_main .PP_credit span {
	display: inline-block;
	margin-left: 1em;
}
.PP_main .PP_credit span:first-child {
	margin-left: 0;
}
.PP_main .PP_credit small,
.PP_main h2 small,
.PP_main h3 small,
.PP_main h4 small {
	display: inline-block;
    font-weight: normal;
    font-size: 66.66%;
}

.PP_paragraph {
	max-width: 640px;
	margin: 0 auto;
}

/* PP_column  .PP_profile */

.PP_column {
	background: #f2f4f6;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 20px;
	border-radius: 5px;
}
.PP_profile {
	box-sizing: border-box;
	margin: 30px auto;
	padding: 20px;
    border: 1px solid rgba(160, 166, 169, 0.3);
	border-radius: 5px;
}
.PP_column h2,
.PP_profile h2 {
	font-size: 130%;
}
.PP_column h2,
.PP_profile h3 {
	border-top: 1px solid rgba(160, 166, 169, 0.3);
	padding-top: 20px;
}
.PP_column h2:first-child,
.PP_profile h2 {
	margin-top: 0!important;
}
.PP_column h2:first-child,
.PP_profile h2 + h3{
	border-top: none;
	padding-top: 0;
}
.PP_column h3,
.PP_profile h3 {
	font-size: 110%;
}
.PP_profile p {
	font-size: 90%;
}
.PP_list-border {
    max-width: 640px;
    box-sizing: border-box;
    list-style: none outside;
    margin: 0 auto 1.25em auto;
    padding: 0;
    color: #333;
    font-size: 100%;
    line-height: 1.75;
}
.PP_list-border li {
	position: relative;
    padding: 8px 0;
    border-top: 1px solid rgba(160, 166, 169, 0.3);
	font-size: 95%;
}
.PP_list-border li:first-child {
	border-top: none;
}
.PP_main .PP_column :last-child {
    margin-bottom: 0;
}

/*サムネイル型リスト*/
.PP_list-thumbnail {
    display: flex;
    justify-content: space-between;
    max-width: 640px;
    margin: 30px auto;
}
.PP_list-thumbnail+.PP_list-thumbnail {
    margin-top: -10px;
    padding-top: 20px;
    border-top: 1px solid rgba(160, 166, 169, 0.3);
}
.sp_vote_wrap .PP_list-thumbnail+.PP_list-thumbnail {
	margin-top: 40px;
	padding-top: 40px;
}
.PP_list-thumbnail dt {
	width: 200px;
}
.PP_list-thumbnail .PP_embed-img,
.PP_list-thumbnail .PP_embed-img-narrow {
	margin: 0 ;
}
.PP_list-thumbnail dd {
    width: calc(100% - 220px);
}

/* 関連特集 */
.PP_series {
    margin: 30px auto;
    box-sizing: border-box;
    width: 640px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(160, 166, 169, 0.3);
    border-radius: 5px;
}
.PP_series h2:first-child {
    margin-top: 0;
    font-size: 120%;
}
.PP_series dl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(160, 166, 169, 0.3);
}
.PP_series a:last-child dl {
    padding-bottom: 1px;
    border-bottom: 0 none;
	margin-bottom: 0;
}
.PP_series dt {
    width: 120px;
	display: block;
	line-height: 1.0;
}
.PP_series dt img {
	width: 100%;
}
.PP_series a:hover dt img {
	opacity: 0.8;
}
.PP_series dd {
    width: calc(100% - 140px);
    font-size: 110%;
    line-height: 1.5;
}

/* 次のページへ */
.PP_nextpage p {
	clear: both;
    margin: 40px auto 30px auto;
    padding: 10px 10px 5px 10px;
    border: 2px solid rgba(160, 166, 169, 0.3);
    border-radius: 5px;
    color: #58626b;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.PP_nextpage p a {
	display: inline-block;
	padding: 6px;
	font-size: 135%;
}
.PP_nextpage p a:link, .PP_nextpage p a:visited {
	text-decoration: none;
}
.PP_nextpage p a span {
	display: inline-block;
}

/* 画像 */

.PP_embed-img {
	max-width: 640px;
	margin: 30px auto;
}
.PP_embed-img-narrow {
	max-width: 427px;
	margin: 20px auto;
}
.PP_embed-img.PP_embed-img-right {
	width: 360px;
	margin: 0 -170px 20px 20px;
	float: right;
}
.PP_embed-img-narrow.PP_embed-img-right {
	width: 240px;
	margin: 0 -50px 20px 20px;
	float: right;
}
.PP_embed-img.PP_embed-img-left {
	width: 360px;
	margin: 0 20px 20px -170px;
	float: left;
}
.PP_embed-img-narrow.PP_embed-img-left {
	width: 240px;
	margin: 0 20px 20px -50px;
	float: left;
}

.PP_embed-img a:hover img,
.PP_embed-img-narrow a:hover img {
	opacity: 0.8;
}

.PP_embed-img img,
.PP_embed-img-narrow img {
	max-width: 100%;
}

.PP_embed-group {
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
	margin: 30px -190px 20px;
}

.PP_embed-group .PP_embed-img {
    flex: 1;
    width: 100%;
    margin: 0;
    padding: 2px;
}
.PP_embed-group .PP_embed-img-narrow {
    flex: 1;
    max-width: 396px;
    margin: 0;
    padding: 2px;
}

.PP_embed-img_caption {
	padding: 0;
	color: #587382!important;
	font-size: 80%!important;
	line-height: 1.5;
}

.PP_embed-group-reverse {
	flex-direction: row-reverse;
}

/*コミック試し読み*/
.PP_embed-img-comic img,
.PP_embed-img-comic-wide img,
.PP_embed-img-comic-webtoon img {
	width: 100%;
	display: block;
	box-shadow: 0 0 14px rgba(170, 170, 170, 0.5);
}
.PP_embed-img-comic {
	max-width: 700px;
}
.PP_embed-img-comic-wide {
	max-width: 840px;
}
.PP_embed-img-comic, .PP_embed-img-comic-wide {
	box-sizing: border-box;
    margin: 30px auto 40px;
    box-shadow: 0 0 18px rgb(30 48 65 / 20%);
}
.PP_embed-img-comic-webtoon {
	max-width: 640px;
    box-sizing: border-box;
    margin: 30px auto 90px;
    box-s
	hadow: none;
}
.PP_embed-img-comic-webtoon+.PP_embed-img-comic-webtoon {
	margin-top: -90px;
}

/* 画像左寄せの文字こぼれ防止 */
.PP_overflow {
	overflow: hidden;
}

/* 画像に枠線 */
.PP_embed-img-border img {
	border: rgba(0, 0, 0, 0.15) 1px solid;
	box-sizing: border-box;
}

/*画像の動作無効化 */
.PP_embed-img-guard {
	position: relative;
	display: block;
}
.PP_embed-img-guard:after {
	content: '';
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}


/* ギャラリー */
.PP_gallery-nowrap {
	width: calc(100% + 4px);
	max-width: 644px;
	display: flex;
	position: relative;
	margin: 0 auto 30px;
}
.PP_gallery-nowrap div {
	padding: 2px;	
}
.PP_gallery-nowrap + .PP_gallery-nowrap {
	margin: -30px auto 30px;
}

.PP_gallery-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.PP_gallery-nowrap a:hover img {
	opacity: 0.8;
}


/* 動画 */
.PP_video {
	width: 640px;
	height: calc(640px / 16 * 9);
	clear: both;
	position: relative;
	margin: 30px auto;
	overflow: hidden;
}
.PP_column .PP_video {
	width: 600px;
	height: calc(600px / 16 * 9);
}
.PP_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Twitter埋め込み */
.PP_twitter {
	width: calc(100% - 20px);
	max-width: 600px;
	margin: 2em auto;
}

/*映画上映スケジュール*/
.PP_movie_schedule {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 3em;
}

/* 省略表示 */
.PP_text_clip {
	display: none;
}

/*バナー類*/
.PP_bnr a:hover img {
	opacity: 0.8;
}
.PP_bnr {
	max-width: 640px;
	margin: 0 auto 30px;
}
.PP_bnr img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/* 開閉ブロック
---------------------------------------------------------------------------------- */

.PP_toggle {
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.9);
	border: rgba(100,100,100,0.1) 1px solid;
	border-radius: 5px;
}
.PP_aside .PP_toggle:last-child {
	margin-bottom: 0;
}
.PP_toggle_label button {
	display: block;
	cursor: pointer;
	width:100%;
	padding: 10px;
	color: #0d79cc;
	font-size: 100%;
	font-family:"HiraginoCW", Hiragino Sans, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica Neue, Arial, sans-serif;
	line-height: 1.4;
	text-align: center;
	background:transparent;
	border:0;
}
.PP_toggle_label button:hover {
	color: #e85082;
}
.PP_toggle_label button:before {
	font-family: "NataIcon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e008";
	margin-right: 0.2em;
}
.PP_toggle_label.PP_toggle_active button:before {
	content: "\e009";
}


/* 商品各項目
---------------------------------------------------------------------------------- */

.PP_aside {
	box-sizing: border-box;
	width: 640px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.PP_aside.PP_aside_wide {
	width: 1020px;
	margin: 0 auto;
}
.PP_aside_wide .PP_toggle .PP_item_contents {
	padding: 0 100px;
}
.PP_aside_wide .PP_toggle .PP_item_contents_size_wide,
.PP_leftside .PP_toggle .PP_item_contents {
	padding: 0;
}

.PP_aside_wide .PP_information:last-child {
	margin: 0 0 0 0;
}
.PP_aside:before, .PP_aside:after {
	content: " ";
	display: table
}
.PP_aside:after {
	clear: both
}
.PP_footer .PP_aside:first-child {
	border-top: none;
}

/* 商品情報
---------------------------------------------------------------------------------- */

.PP_item {
	display: block;
	margin: 0 auto 10px;
	padding: 0;
	width: 640px;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
}
.PP_aside_wide .PP_item {
	width: 500px;
	float: left;
	margin-right: 20px;
}
.PP_aside_wide .PP_item:nth-child(2n) {
	margin-right: 0;
}
.PP_item .PP_item_image {
	width: 160px;
	float: left;
	margin: 0 20px 20px 0;
}
.PP_aside_wide .PP_item .PP_item_image {
	width: 120px;
}
.PP_item .PP_item_image img {
	width: 100%;
}
.PP_item .PP_item_text {
	width: 460px;
	float: right;
	margin: 0 0 10px 0;
}
.PP_aside_wide .PP_item .PP_item_text {
	width: 360px;
}
.PP_item_title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
}
.PP_item_data {
	margin-bottom: 12px;
	font-size: 80%;
	padding-right: 0.9em;
}
.PP_item_image a:hover img {
	opacity: 0.8;
}
.PP_btn {
	display: block;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0 0 10px 0;
	padding: 12px 10px;
	border-radius: 4px;
	color: #fff!important;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-shadow: inset 0 -1px 1px rgb(0 0 0 / 20%);
}


.PP_btn:hover {
	opacity: 0.8;
}
.PP_btn:before {
	content: "\e001";
	speak: none;
	font-family: "NataIcon";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline;
	position: relative;
	right: 4px;
	top: 50%;
	margin-top: -8px;
}

.PP_btn.PP_btn-buy {
	background: #ff9900;
}
.PP_btn.PP_btn-link {
	background: #01b2b4;
}

/* 収録内容リスト */
.PP_item_contents {
	margin-bottom: 1em;
}
.PP_toggle_body {
	max-width: 640px;
	clear: both;
	display: none;
	width: auto;
	float: none;
	margin: 0 auto 20px;
	padding: 0 20px;
	border-top: 0 none;
}
.PP_item_subtext {
	clear: both;
	margin: 0 0  0;
	padding: 0;
	font-size: 80%;
	line-height: 1.5;
}
.PP_aside > .PP_item_subtext {
	margin-bottom: 20px;
}
.PP_item_subtext h6 {
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.5;
}
.PP_item_subtext ol {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: outside decimal;
}
.PP_item_subtext ul {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: outside circle;
}
.PP_item_subtext li {
	margin: 0 0 0 2.6em;
	line-height: 1.5;
}
.PP_item_subtext li small {
	display: block;
}
.PP_item_subtext p {
	margin-bottom: 1em;
}
.PP_copyright {
	padding-top: 1em;
	font-size: 65%;
	color: #777e80;
	line-height: 1.4;
}

/* その他の告知ブロック
---------------------------------------------------------------------------------- */

/* リンク集
---------------------------------------------------------------------------------- */

.PP_link {
	max-width: 640px;
	position: relative;
	margin: 0 auto 1em;
	padding-left: 1.2em;
	line-height: 1.65!important;
	overflow: hidden;
}
.PP_lead .PP_link {
        position: relative;
		width: calc(640px - 1.2em)!important;
}
.PP_footer .PP_aside > .PP_link {
	font-size: 90%;
}
.PP_link + .PP_link {
	margin-top: -0.85em!important;
}
.PP_link a {
	position: relative;
}
.PP_link 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.2em;
	margin-right: 0.3em;
	top: -0.4em;
}
.PP_link a[target="_blank"]:before {
	content: "\e001";
}

/* ビュレットの色 */
.PP_link a:before {
	color: #afbcc3;
}
.PP_work_link a {
	background: #91a1af;
}

/* 下部固定バナー */
.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
}

/* 人気投票企画用
---------------------------------------------------------------------------------- */

.sp_btn_block .sp_vote a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	text-align: center;
	font-size: 110%;
	margin: 0 auto;
	background: #000;
}
.sp_btn_block .sp_vote a:hover {
	background: #666;
	color: #eee;
}

.sp_vote_note{
	display: none;
	width: 640px;
	margin: 60px auto 60px;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0;
	line-height:1;
    font-size: 110%;
    font-weight: bold;
    border-radius: 12px;
    border: 3px solid #000;
    box-sizing: border-box;
}

.sp_voted .sp_vote a{
	width: 400px;
	background: #aaa;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	text-align: center;
	font-size: 110%;
	margin: 0 auto;
	pointer-events: none;
}
.sp_voted .sp_vote a:hover{
	opacity: 1;
}

.sp_vote_result_wrap{
	display: none;
}

.sp_vote_share a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	text-align: center;
	font-size: 110%;
	margin: 0 auto;
	background: #000;
}
.sp_vote_share a:hover {
	background: #666;
	color: #eee;
}

.sp_vote_closed .sp_btn_block .sp_vote span {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	text-align: center;
	font-size: 110%;
	margin: 0 auto;
	background: #aaa;
}

/* 追加スタイル ※カスタム部分を以下にまとめると、スマホ版へのcss移植がそのままできます
---------------------------------------------------------------------------------- */

/* PP全体の背景 */
.PP_container {
	background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/bg.jpg") repeat-y top center #0e220f;
	background-size: 100% auto;
	position: relative;
}

.PP_lead {
	width: 480px;
margin: -480px 0 0 40px;

}
.PP_lead p {
	margin: 0 auto 1.25em;
  font-size: 95%;
  line-height: 1.75;
}
.PP_main {
	padding-bottom: 50px;
}
.PP_link a:before {
	color: #afbcc3;
}

.PP_main .PP_btn {
	background: #ae0000;
	width: 500px;
	display: block;
	margin: 0 auto 10px;
	position: relative;
	color: #fff;
	font-size: 130%;
	padding: 17px 20px 17px 20px;
	text-align: center;
	overflow: hidden;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	box-shadow: 3px 3px 13px rgba(0,0,0,0.2);
	border-radius: 3px;
	font-feature-settings: "palt" 1;
	letter-spacing: 1.2px;
	box-shadow: 0 0 6px rgb(255, 255, 255);
}


.PP_main .PP_btn:before {
	content: "\e006";
	speak: none;
	font-family: "NataIcon";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline;
	position: absolute;
	right:10px;
	top: 50%;
	margin-top: -8px;
}
.PP_ichicomi .PP_btn {
	font-size: 120%;
	font-weight: 600;

}
.PP_top .PP_ichicomi .PP_btn {
	font-size: 120%;
	font-weight: 600;
box-shadow: none;
}
.PP_share {
	box-shadow: 0 0 8px rgba(100,100,100,0.8);
}
.PP_footer {
	background: rgba(79, 0, 0, 0.3);
}
.PP_footer .PP_item {
	color: #ccc;
}

.PP_main_copy {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 10px;

}
.PP_main_copy p {
	line-height: 1.4;
	color: rgba(255,255,255,0.4);
	max-width: 1800px;
	text-align: center;
}

/* TOPページ */
p.PP_notes {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: white;
	position: relative;
	margin: 0 auto -10px;
	display: block;
	background: rgba(0,0,0,0.7);
	padding: 12px 14px;
	line-height: 1.4;
	font-size: 95%;
	font-feature-settings: "palt" 1;
	letter-spacing: 1;
}


.PP_container.PP_top {
	background: linear-gradient(#eee,#4d0000);
	background-size: 100% auto;
	position: relative;
}
.PP_container.PP_top:after {
	content: "";
	background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/scp_mark_bl.png") no-repeat top left;
	width: 500px;
	height: 468px;
	position: absolute;
	left:-100px;
	top:-100px;
	opacity: 0.1;
	pointer-events: none;
}
.PP_top .PP_main h2 {
	border: none;
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 170%;
    text-align: center;
    color: #000;
	transform: scale(1, 1.2);
}

.PP_top .PP_share {
	box-shadow: none;
}

.PP_top .PP_footer {
		background: linear-gradient(rgba(80,80,80,0.8),rgba(100,100,100,0.5));
}

.PP_banner {
	width: 640px;
	margin: 0 auto;
	padding: 5px;
	background: none;
	box-sizing: border-box;
	border-radius: 5px;
}
.PP_banner img {
	width: 100%;
}

:root {
	--gap-horizontal: 10px;
	--gap-vertical: 5px;
}

.PP_bn_wrap {
	position: relative;
	height: 95%;
	overflow: hidden;
	margin: 0 auto;
}
.PP_bn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.PP_bn_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateZ(0);

  animation-delay: 0.5s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.PP_bn_img:first-child {
  animation: none;
}
.PP_bn_img:nth-child(2) {
  animation-name: glitch-anim-1;
}
.PP_bn_img:nth-child(3) {
  animation-name: glitch-anim-2;
}
.PP_bn_img:nth-child(4) {
  animation-name: glitch-anim-3;
}
.PP_bn_img:nth-child(5) {
  animation-name: glitch-anim-flash;
  background-blend-mode: overlay;
}
.PP_bn_img:nth-child(6) {
  animation: glitch-anim-colors 1.5s 0.6s infinite;
  mix-blend-mode: hard-light;
}

.PP_bn_img:not(:first-child) {
  opacity: 0;
}

.PP_bn_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@keyframes glitch-anim-1 {
  0% {
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    opacity: 1;
    transform: translate3d(var(--gap-horizontal),0,0);
  }
  2% { clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%) }
  4% { clip-path: polygon(0 10%,100% 10%,100% 20%,0 20%) }
  6% { clip-path: polygon(0 1%,100% 1%,100% 2%,0 2%) }
  8% { clip-path: polygon(0 33%,100% 33%,100% 33%,0 33%) }
  10% { clip-path: polygon(0 44%,100% 44%,100% 44%,0 44%) }
  12% { clip-path: polygon(0 50%,100% 50%,100% 20%,0 20%) }
  14% { clip-path: polygon(0 70%,100% 70%,100% 70%,0 70%) }
  16% { clip-path: polygon(0 80%,100% 80%,100% 80%,0 80%) }
  18% { clip-path: polygon(0 50%,100% 50%,100% 55%,0 55%) }
  20% { clip-path: polygon(0 70%,100% 70%,100% 80%,0 80%) }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal),0,0);
  }
  22%, to {
    clip-path: polygon(0 0,0 0,0 0,0 0);
    opacity: 0;
    transform: translateZ(0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    clip-path: polygon(0 25%,100% 25%,100% 30%,0 30%);
    opacity: 1;
    transform: translate3d(calc(var(--gap-horizontal)*-1),0,0);
  }
  3% { clip-path: polygon(0 3%,100% 3%,100% 3%,0 3%) }
  5% { clip-path: polygon(0 5%,100% 5%,100% 20%,0 20%) }
  7% { clip-path: polygon(0 20%,100% 20%,100% 20%,0 20%) }
  9% { clip-path: polygon(0 40%,100% 40%,100% 40%,0 40%) }
  11% { clip-path: polygon(0 52%,100% 52%,100% 59%,0 59%) }
  13% { clip-path: polygon(0 60%,100% 60%,100% 60%,0 60%) }
  15% { clip-path: polygon(0 75%,100% 75%,100% 75%,0 75%) }
  17% { clip-path: polygon(0 65%,100% 65%,100% 40%,0 40%) }
  19% { clip-path: polygon(0 45%,100% 45%,100% 50%,0 50%) }
  20% { clip-path: polygon(0 14%,100% 14%,100% 33%,0 33%) }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(var(--gap-horizontal)*-1),0,0);
  }
  22%, to {
    clip-path: polygon(0 0,0 0,0 0,0 0);
    opacity: 0;
    transform: translateZ(0);
  }
}

@keyframes glitch-anim-3 {
  0% {
    clip-path: polygon(0 1%,100% 1%,100% 3%,0 3%);
    opacity: 1;
    transform: translate3d(0,calc(var(--gap-vertical)*-1),0) scale3d(-1,-1,1);
  }
  1.5% { clip-path: polygon(0 10%,100% 10%,100% 9%,0 9%) }
  2% { clip-path: polygon(0 5%,100% 5%,100% 6%,0 6%) }
  2.5% { clip-path: polygon(0 20%,100% 20%,100% 20%,0 20%) }
  3% { clip-path: polygon(0 10%,100% 10%,100% 10%,0 10%) }
  5% { clip-path: polygon(0 30%,100% 30%,100% 25%,0 25%) }
  5.5% { clip-path: polygon(0 15%,100% 15%,100% 16%,0 16%) }
  7% { clip-path: polygon(0 40%,100% 40%,100% 39%,0 39%) }
  8% { clip-path: polygon(0 20%,100% 20%,100% 21%,0 21%) }
  9% { clip-path: polygon(0 60%,100% 60%,100% 55%,0 55%) }
  10.5% { clip-path: polygon(0 30%,100% 30%,100% 31%,0 31%) }
  11% { clip-path: polygon(0 70%,100% 70%,100% 69%,0 69%) }
  13% { clip-path: polygon(0 40%,100% 40%,100% 41%,0 41%) }
  14% { clip-path: polygon(0 80%,100% 80%,100% 75%,0 75%) }
  14.5% { clip-path: polygon(0 50%,100% 50%,100% 51%,0 51%) }
  15% { clip-path: polygon(0 90%,100% 90%,100% 90%,0 90%) }
  16% { clip-path: polygon(0 60%,100% 60%,100% 60%,0 60%) }
  18% { clip-path: polygon(0 100%,100% 100%,100% 99%,0 99%) }
  20% { clip-path: polygon(0 70%,100% 70%,100% 71%,0 71%) }
  21.9% {
    opacity: 1;
    transform: translate3d(0,calc(var(--gap-vertical)*-1),0) scale3d(-1,-1,1);
  }
  22%, to {
    clip-path: polygon(0 0,0 0,0 0,0 0);
    opacity: 0;
    transform: translateZ(0);
  }
}

@keyframes glitch-anim-flash {
  0%,5% {
    opacity: .2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical),0);
  }
  5.5%,to { opacity: 0; }
}

@keyframes glitch-anim-colors {
  0%,90% { opacity:0; transform: translate(0,0); filter: hue-rotate(0deg);}
  0.5%,90.5% { opacity:0.5; transform: translate(5px,0);}
  1%,91% { transform: translate(-5px,0);}
  1.5%,91.5% { transform: translate(15px,0);}
  2.5%,92.5% { opacity:0.5; transform: translate(5px,0);}
  5%,95% { transform: translate(-25px,0);}
  6%,96% { transform: translate(-50px,0);}
  7%,97% { transform: translate(0,-20px);}
  8%,98% { transform: translate(-60px,-20px);}
  8.1%,98.1% { transform: translate(0,0);}
  10%,100% { opacity:0; transform: translate(0,0); filter:hue-rotate(360deg);}
}
.PP_top .PP_footer {
	background: rgba(41, 38, 38, 0.78);
}

/* 診断コンテンツ */

.PP_flowchart .PP_main_inner {
	background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/flowchart_bg.jpg") top center / cover no-repeat;
	position: relative;
  overflow: hidden;
}
.PP_flowchart .PP_main_inner::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
width: 1060px;
  height: 100%;
  background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/flowchart_bg.jpg") top center / cover no-repeat;
  background-size: 100%;
  mix-blend-mode: screen;
  transform: translate(-2px, 0);
  filter: hue-rotate(-50deg) contrast(1.2);
  opacity: 0.8;
  z-index: 1;
  animation: glitchRed 2.5s infinite;
	pointer-events: none;

}
.PP_flowchart .PP_main_inner::after {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	width: 1060px;
	height: 100%;
	background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/flowchart_bg.jpg") top center / cover no-repeat;
	background-size: 100%;
	mix-blend-mode: screen;
	transform: translate(2px, 0);
	filter: hue-rotate(50deg) contrast(1.2);
	opacity: 0.8;
	z-index: 1;
	animation: glitchGreen 2.5s infinite;
	pointer-events: none;
}

@keyframes glitchRed {
  0%, 100% {
    clip-path: none;
    transform: none;
    opacity: 0.3;
  }

  5% {
    clip-path: inset(8% 0 90% 0);
    transform: translate(-3px, 0);
    opacity: 0.5;
  }

  8% {
    clip-path: inset(18% 0 78% 0);
    transform: translate(2px, 0);
    opacity: 0.6;
  }

  20% {
    clip-path: inset(26% 0 68% 0);
    transform: translate(-2px, 0);
    opacity: 0.4;
  }

  30% {
    clip-path: inset(34% 0 58% 0);
    transform: translate(3px, 0);
    opacity: 0.5;
  }

  45% {
    clip-path: inset(42% 0 48% 0);
    transform: translate(-1px, 0);
    opacity: 0.6;
  }

  60% {
    clip-path: inset(50% 0 40% 0);
    transform: translate(1px, 0);
    opacity: 0.4;
  }

  75% {
    clip-path: inset(58% 0 30% 0);
    transform: translate(-3px, 0);
    opacity: 0.5;
  }

  80% {
    clip-path: inset(66% 0 20% 0);
    transform: translate(2px, 0);
    opacity: 0.5;
  }

  85% {
    clip-path: inset(74% 0 10% 0);
    transform: translate(-2px, 0);
    opacity: 0.4;
  }
}
@keyframes glitchGreen {
  0%, 100% {
    clip-path: none;
    transform: none;
    opacity: 0.3;
  }
  5% {
    clip-path: inset(50% 0 20% 0);
    transform: translate(-3px, 0);
    opacity: 0.5;
  }

  10% {
    clip-path: inset(61% 0 8% 0);
    transform: translate(2px, 0);
    opacity: 0.6;
  }

  20% {
    clip-path: inset(26% 0 60% 0);
    transform: translate(-2px, 0);
    opacity: 0.4;
  }

  30% {
    clip-path: inset(58% 0 34% 0);
    transform: translate(3px, 0);
    opacity: 0.5;
  }

  40% {
    clip-path: inset(28% 0 72% 0);
    transform: translate(-1px, 0);
    opacity: 0.6;
  }

  45% {
    clip-path: inset(10% 0 30% 0);
    transform: translate(1px, 0);
    opacity: 0.4;
  }

  55% {
    clip-path: inset(10% 0 88% 0);
    transform: translate(3px, 0);
    opacity: 0.5;
  }

  70% {
    clip-path: inset(42% 0 56% 0);
    transform: translate(-2px, 0);
    opacity: 0.5;
  }

  74% {
    clip-path: inset(20% 0 54% 0);
    transform: translate(2px, 0);
    opacity: 0.4;
  }
}

.PP_flowchart .PP_header {
	position: relative;
}
.PP_flowchart .PP_pplogo {
	position: absolute;
	width: 60px;
	height: 100%;
	top: 15px;
	left: 20px;
	opacity: 0.7;
}
.PP_flowchart .PP_pplogo img {
	width: 100%;
}
.PP_flowchart .PP_header h1{
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 80px;
}
.PP_flowchart .PP_header h1 img {
	width: 100%;
	height: 100%;
	display: block;
}
.PP_question_wrap {
    position: relative;
	width: 700px;
	margin: 0 auto 120px;
    min-height: 380px;
    background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/question_frame_middle.png") top center / contain repeat-y;
	background-blend-mode: darken;
	z-index: 1;
}

.PP_question_wrap:before {
	content: "";
	background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/question_frame_top.png") top center / contain no-repeat;
	width: 700px;
	height: 46px;
	display: block;
	position: absolute;
	top: -46px;
	background-blend-mode: darken;
		z-index: 1;
}

.PP_question_wrap:after {
	content: "";
	background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/question_frame_bottom.png") bottom center / contain no-repeat;
	width: 700px;
	height: 46px;
	display: block;
	position: absolute;
	bottom: -46px;
	background-blend-mode: darken;
	z-index: 1;
}
.PP_question {
	opacity: 1;
	animation: none;
}
.PP_question .PP_frame {
	padding: 90px 40px;
	position: relative;
	background-size: contain;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.PP_frame.show {
    opacity: 1;
}
.PP_question .PP_frame:before {
	content: "";
	background: url("https://ogre.natalie.mu/media/pp/static/comic/scpttenandesuka/scp_mark.png") bottom right / contain no-repeat;
	width: 120px;
	height: 100%;
	display: block;
	position: absolute;
	bottom: -50px;
	right: 20px;
	opacity: 0.5;
}

.PP_main .PP_question .PP_frame p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 140%;
    text-align: center;
    color: #fff;
	transform: scale(1, 1.1);
	width: 800px!important;
	letter-spacing: 1px;
}


.PP_question .PP_frame .PP_flex {
    display: flex;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.PP_question .PP_frame .PP_bt_style {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: calc(50% - 20px);
    padding: 10px 0;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    background-color: #01b2b4;
    box-shadow: inset 0 -1px 1px rgb(0 0 0 / 20%);
    margin: 20px auto 0;
    border: none;
    border-radius: 0;
	font-family: "Zen Old Mincho", serif;
	transform: scale(1, 1.1);
	z-index: 5;
}


.PP_question .PP_frame .PP_bt_style.yes {
    background: rgba(0,211,189,0.5);
	cursor: pointer;

}

.PP_question .PP_frame .PP_bt_style.no {
    background: rgba(255, 0, 0, 0.5);
	cursor: pointer;
}


.PP_question .PP_frame button.yes:hover {
    background: rgba(0,211,189,0.6);
    cursor: pointer;
}

.PP_question .PP_frame button.no:hover {
    background: rgba(255, 0, 0, 0.6);
    cursor: pointer;
}

.PP_flowchart  .PP_footer {
	background: rgba(0, 32, 2, 0.3);
}


/* 結果ページ */
.PP_result .PP_main {
	margin-top: -270px;
	background: rgba(0,0,0,0.4);
	padding: 40px 0 80px;
	position: relative;
}
@keyframes blink1 {
  0%, 20%, 50%, 70%, 100% { opacity: 1; }
  10%, 30%, 60%, 80% { opacity: 0; }
}

.PP_result .PP_main:before,
.PP_result .PP_main:after,
.PP_result .PP_inner:before,
.PP_result .PP_inner:after{ animation: blink1 3s infinite; }


.PP_result .PP_main:before {
  content: "";
  width: 40px;
  height: 40px;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  top: 20px;
  left: 20px;
  position: absolute;
}

.PP_result .PP_main:after {
  content: "";
  width: 40px;
  height: 40px;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  top: 20px;
  right: 20px;
  position: absolute;
}

.PP_result .PP_inner:before {
  content: "";
  width: 40px;
  height: 40px;
  border-left: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.PP_result .PP_inner:after {
  content: "";
  width: 40px;
  height: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  bottom: 20px;
  right: 20px;
  position: absolute;
}

.PP_text {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 140%;
	text-align: center;
	color: #fff;
	transform: scale(1, 1.1);
	margin: 0 auto 30px;
}
.PP_text::after {
	content: "|"; /* カーソル */
	display: inline-block;
	animation: blink 0.8s infinite steps(1, start);
  color: #fff
}
@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}


.PP_glitch  {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	color: white;
	position: relative;
	font-size: 240%;
	margin: 0 auto;
	display: inline-block;
}

.PP_glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 9999px, 0, 0); 
  animation: noise-anim 2s infinite linear alternate-reverse;
}

.PP_glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue; 
  top: 0;
  color: white;
  background: black;
  overflow: hidden;
  clip: rect(0, 9999px, 0, 0); 
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

@keyframes noise-anim {
  0%   { clip: rect(12px, 9999px, 50px, 0); }
  5%   { clip: rect(20px, 9999px, 65px, 0); }
  10%  { clip: rect(5px, 9999px, 40px, 0); }
  15%  { clip: rect(35px, 9999px, 80px, 0); }
  20%  { clip: rect(10px, 9999px, 55px, 0); }
  25%  { clip: rect(45px, 9999px, 85px, 0); }
  30%  { clip: rect(15px, 9999px, 60px, 0); }
  35%  { clip: rect(25px, 9999px, 70px, 0); }
  40%  { clip: rect(30px, 9999px, 75px, 0); }
  45%  { clip: rect(12px, 9999px, 48px, 0); }
  50%  { clip: rect(22px, 9999px, 68px, 0); }
  55%  { clip: rect(8px, 9999px, 38px, 0); }
  60%  { clip: rect(28px, 9999px, 78px, 0); }
  65%  { clip: rect(18px, 9999px, 58px, 0); }
  70%  { clip: rect(38px, 9999px, 88px, 0); }
  75%  { clip: rect(14px, 9999px, 54px, 0); }
  80%  { clip: rect(26px, 9999px, 72px, 0); }
  85%  { clip: rect(32px, 9999px, 76px, 0); }
  90%  { clip: rect(6px, 9999px, 36px, 0); }
  95%  { clip: rect(42px, 9999px, 82px, 0); }
  100% { clip: rect(20px, 9999px, 60px, 0); }
}

@keyframes noise-anim-2 {
  0%   { clip: rect(10px, 9999px, 40px, 0); }
  5%   { clip: rect(30px, 9999px, 70px, 0); }
  10%  { clip: rect(8px, 9999px, 28px, 0); }
  15%  { clip: rect(36px, 9999px, 76px, 0); }
  20%  { clip: rect(14px, 9999px, 44px, 0); }
  25%  { clip: rect(26px, 9999px, 66px, 0); }
  30%  { clip: rect(18px, 9999px, 58px, 0); }
  35%  { clip: rect(34px, 9999px, 74px, 0); }
  40%  { clip: rect(12px, 9999px, 42px, 0); }
  45%  { clip: rect(28px, 9999px, 68px, 0); }
  50%  { clip: rect(16px, 9999px, 56px, 0); }
  55%  { clip: rect(22px, 9999px, 62px, 0); }
  60%  { clip: rect(40px, 9999px, 80px, 0); }
  65%  { clip: rect(6px, 9999px, 36px, 0); }
  70%  { clip: rect(24px, 9999px, 64px, 0); }
  75%  { clip: rect(32px, 9999px, 72px, 0); }
  80%  { clip: rect(10px, 9999px, 50px, 0); }
  85%  { clip: rect(20px, 9999px, 60px, 0); }
  90%  { clip: rect(14px, 9999px, 44px, 0); }
  95%  { clip: rect(36px, 9999px, 76px, 0); }
  100% { clip: rect(18px, 9999px, 58px, 0); }
}
.PP_result .PP_tit {
	margin: 0 auto 50px;
	text-align: center;
}
.PP_result .PP_tit {
	margin: 0 auto 50px;
  text-align: center;
  opacity: 0;              
  transition: opacity 0.5s ease;
}
.PP_tit.show {
  opacity: 1;   
}
.PP_main .PP_answer_share .PP_btn {
	font-family: "Zen Old Mincho", serif;
	transform: scale(1, 1.1);
	background: #000;
	border: 1px solid #555;
	padding: 13px 20px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.PP_main .PP_onemore.PP_btn {
	padding: 0;
}
.PP_main .PP_onemore.PP_btn a{
	background: #0B6D3C;
	font-family: "Zen Old Mincho", serif;
	transform: scale(1, 1.1);
	padding: 15px 20px;
	display: block;
	color: #fff;
	position: relative;
}
.PP_main .PP_onemore.PP_btn:before {
	content: "\e006";
	speak: none;
	font-family: "NataIcon";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline;
	position: absolute;
	right:10px;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}
.PP_top .PP_main .PP_onemore.PP_btn {
	margin: 70px auto;

}
.PP_top .PP_main .PP_onemore.PP_btn a{
	background: #000;

}
.PP_main .PP_btnset {
	padding-bottom: 30px;
	border-bottom: 1px solid #555;
	width: 800px;
	margin: 0 auto 40px;
}
/*背景アニメーション*/

