@charset "UTF-8";
/* テンプレート version 2.01 */
/* ----------------------------------------------------------------------------------
前橋ナタリー
---------------------------------------------------------------------------------- */
/* 初期化
---------------------------------------------------------------------------------- */
body {
  min-width: 1070px;
  overflow-x: hidden; }

#powerpush-area {
  position: relative;
  width: 1060px;
  overflow: visible;
  left: 0;
  background: transparent;
  box-shadow: none;
  border-top: 0 none; }

@media screen and (max-width: 1070px) {
  body {
    width: 1070px;
    overflow-x: auto; }

  #powerpush-area {
    overflow-x: hidden; } }
/* パラメータ
---------------------------------------------------------------------------------- */
/* ヘッダーUIの上書き
---------------------------------------------------------------------------------- */
.NA_localnav_logo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 225px;
  height: 50px;
  overflow: hidden;
  background-image: url(https://ogre.natalie.mu/media/pp/static/comic/maebashi-natalie/maebashinatalie_logo.png);
  background-size: 225px 50px; }

.NA_localnav_menu,
.NA_localnav_tag {
  left: 260px;
  width: 700px; }
  .NA_localnav_menu a[target="_blank"]::before,
  .NA_localnav_tag a[target="_blank"]::before {
    content: "\e001";
    display: inline; }

/* タブ内のPR表記 */
.NA_globalnav_tab_pr {
  position: absolute;
  top: 4px;
  right: 3px;
  color: #bec2c4;
  font-size: 9px;
  line-height: 1; }

.NA_current .NA_globalnav_tab_pr {
  color: #7c8386; }

/* 記事レイアウト
----------------------------------------------- */
.PP_layout_2col {
  width: 1060px;
  margin: 0 auto; }
  .PP_layout_2col::after {
    content: "";
    display: table;
    clear: both; }
  .PP_layout_2col_left {
    width: 730px;
    float: left; }
  .PP_layout_2col_right {
    width: 310px;
    float: right; }

/* セクション
----------------------------------------------- */
.PP_section {
  overflow: hidden;
  background: #ffffff; }
  .PP_section_header {
    position: relative; }
  .PP_section_header h2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 12px 10px;
    border-top: 3px solid #467802;
    border-bottom: 1px solid rgba(20, 25, 28, 0.1);
    font-size: 15rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .PP_section_header h2 b {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -5px;
      font-size: 10px;
      font-weight: normal;
      opacity: 0.75; }
  .PP_section_header h2 a {
    color: #222222; }
    .PP_section_header h2 a::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;
      content: "\e006";
      padding-left: 0.5em;
      color: #0e77d0; }
  .PP_section-topnews {
    margin-bottom: 15px;
    box-shadow: 0 0 2px rgba(20, 25, 28, 0.2);
    border-radius: 2px; }
  .PP_section-list {
    margin-bottom: 15px;
    box-shadow: 0 0 2px rgba(20, 25, 28, 0.2);
    border-radius: 2px; }
  .PP_section-min {
    margin-bottom: 15px;
    box-shadow: 0 0 2px rgba(20, 25, 28, 0.2);
    border-radius: 2px; }
  .PP_section-min + .PP_section-min {
    margin-top: -10px; }
  .PP_section-share {
    margin-bottom: 15px;
    padding: 5px;
    box-shadow: 0 0 2px rgba(20, 25, 28, 0.2);
    border-radius: 2px; }

.PP_btn-more {
  margin: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 10px 10px; }
  .PP_btn-more a {
    display: block;
    width: 100%;
    padding: 12px 20px 10px 20px;
    background: #e9f3fa;
    border-radius: 3px;
    font-size: 14rem;
    font-weight: 600;
    line-height: 1.2; }
  .PP_btn-more a:hover {
    background: #edf7fe; }

.PP_section-share .PP_share {
  margin: -10px 0;
  padding: 0 5px; }

.PP_copyright {
  margin: 20px 0; }
  .PP_copyright p {
    color: #222222;
    font-size: 12px;
    line-height: 1.5;
    text-align: left; }

/* リストのデザイン
----------------------------------------------- */
/* サムネイル
----------------------------------------------- */
.PP_thumb {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: rgba(160, 164, 166, 0.2);
  border-radius: 2px; }
  .PP_thumb img {
    display: block;
    width: inherit;
    height: inherit;
    object-fit: contain;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center center;'; }
  .PP_thumb-circle {
    border-radius: 100%; }
  .PP_thumb-trim-none img {
    object-fit: contain;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center center;'; }
  .PP_thumb-trim-center img {
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'; }
  .PP_thumb-trim-top img {
    object-fit: cover;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;'; }
  .PP_thumb-trim-right img {
    object-fit: cover;
    object-position: right center;
    font-family: 'object-fit: cover; object-position: right center;'; }
  .PP_thumb-trim-bottom img {
    object-fit: cover;
    object-position: center bottom;
    font-family: 'object-fit: cover; object-position: center bottom;'; }
  .PP_thumb-trim-left img {
    object-fit: cover;
    object-position: left center;
    font-family: 'object-fit: cover; object-position: left center;'; }

/* カードのデザイン
----------------------------------------------- */
.PP_card {
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }
  .PP_card_wrapper {
    margin: 10px; }
  .PP_card::after {
    content: "";
    display: table;
    clear: both; }
  .PP_card_text {
    padding-bottom: 1em;
    color: #222222; }
  .PP_card_text {
    padding-bottom: 0; }
  .PP_card_series {
    margin-bottom: 0.5em;
    overflow: hidden;
    font-size: 12rem;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .PP_card_title {
    margin-bottom: 0.5em;
    font-size: 17rem;
    font-weight: 400;
    line-height: 1.4; }
    .PP_card_title b {
      position: relative;
      top: -1px;
      margin-right: 0.3em;
      font-size: 11rem;
      color: #467802; }
  .PP_card_title:last-child {
    margin-bottom: 0; }
  .PP_card_title-reduce {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .PP_card_summary {
    margin-bottom: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13rem;
    line-height: 1.4;
    color: #69787f; }
  .PP_card_summary-long {
    margin-bottom: 1em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13rem;
    line-height: 1.4;
    color: #69787f; }
  .PP_card_summary:last-child, .PP_card_summary-long:last-child {
    margin-bottom: 0; }
  .PP_card_data {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
    color: #69787f;
    pointer-events: none; }
    .PP_card_data > div {
      margin: 0;
      font-size: 11rem;
      line-height: 1.2; }
  .PP_card_section {
    overflow: hidden;
    margin: 10px 0;
    padding: 20px 0 12px 0;
    border-top: 1px solid rgba(20, 25, 28, 0.1);
    border-bottom: 1px solid rgba(20, 25, 28, 0.1);
    color: #69787f;
    font-size: 12rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .PP_card_section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none; }
  .PP_card_genre-music {
    color: #f469b9; }
  .PP_card_genre-comic {
    color: #56c16c; }
  .PP_card_genre-owarai {
    color: #f65d4d; }
  .PP_card_genre-eiga {
    color: #7f7fdb; }
  .PP_card_genre-stage {
    color: #c4b266; }

.PP_card:not(.PP_card-slide) + .PP_card:not(.PP_card-slide) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(20, 25, 28, 0.1); }

/* リスト用カード
----------------------------------------------- */
.PP_card-topnews .PP_thumb {
  width: 300px;
  height: 200px;
  float: left; }
.PP_card-topnews .PP_card_text,
.PP_card-topnews .PP_card_link {
  margin-left: 320px; }
.PP_card-topnews .PP_card_title {
  margin-bottom: 0.5em;
  font-size: 26rem;
  font-weight: 600; }
.PP_card-topnews .PP_card_summary {
  overflow: hidden;
  white-space: normal;
  text-overflow: inherit; }

.PP_card-pp .PP_thumb {
  width: 290px;
  height: 193px;
  float: none; }
.PP_card-pp .PP_card_text,
.PP_card-pp .PP_card_link {
  margin-top: 10px;
  margin-left: 0; }
.PP_card-pp .PP_card_title {
  margin-bottom: 0.25em;
  font-size: 15rem;
  font-weight: normal; }

.PP_article_embed_article .PP_card-pp .PP_thumb {
  width: 150px;
  height: 100px;
  float: left; }
.PP_article_embed_article .PP_card-pp .PP_card_text {
  margin-top: 0;
  margin-left: 165px; }
.PP_article_embed_article .PP_card-pp .PP_card_title {
  margin-bottom: inherit;
  font-size: inherit;
  font-weight: inherit; }
.PP_article_embed_article .PP_card-pp .PP_card_summary {
  max-width: 410px; }

.PP_card-l .PP_thumb {
  width: 100px;
  height: 100px;
  float: left; }
.PP_card-l .PP_card_text,
.PP_card-l .PP_card_link {
  margin-left: 115px; }
.PP_card-l .PP_card_summary {
  max-width: 460px; }

/* バナー広告
----------------------------------------------- */
.PP_ad img {
  -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_ad.PP_ad-300x250 {
  width: 300px;
  height: 250px; }

.PP_ad.PP_ad-728x90 {
  width: 728px;
  height: 90px; }

.PP_ad.PP_ad-120x600 {
  width: 120px;
  height: 600px; }

.PP_ad {
  margin: 15px auto;
  text-align: center; }

.PP_ad:first-child {
  margin-top: 0; }

.PP_ad:last-child {
  margin-bottom: 0; }

.PP_ad_gate {
  z-index: 2;
  position: relative;
  overflow: visible;
  width: 1060px;
  height: 0;
  margin: 0 auto; }
  .PP_ad_gate_left {
    position: absolute;
    top: 0;
    left: -130px; }
  .PP_ad_gate_right {
    position: absolute;
    top: 0;
    left: 1070px; }
  .PP_ad_gate .NA_ad {
    text-align: center; }

/* トレイラー埋め込み
----------------------------------------------- */
.PP_trailer {
  margin: 0 0 15px 0; }
  .PP_trailer-youtube {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .PP_trailer-youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* 記事のデザイン
---------------------------------------------------------------------------------- */
.PP_container-article {
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 2px;
  box-shadow: 0 0 2px rgba(20, 25, 28, 0.2);
  border-radius: 2px; }

.PP_header {
  margin-bottom: 40px; }
  .PP_header_img {
    width: 100%;
    margin-bottom: 20px; }
    .PP_header_img img {
      display: block;
      width: 100%;
      height: auto; }
  .PP_header_title {
    width: 640px;
    margin: 0 auto 20px auto;
    color: #222222;
    font-size: 28rem;
    font-weight: 600;
    line-height: 1.4; }
  .PP_header_series {
    width: 640px;
    margin: 0 auto 20px auto;
    color: #222222;
    font-size: 16rem;
    font-weight: 400;
    line-height: 1.4; }
  .PP_header_summary {
    width: 640px;
    margin: 0.75em auto 5px;
    color: #222222;
    font-size: 18rem;
    font-weight: 400;
    line-height: 1.4; }
  .PP_header_date {
    width: 640px;
    margin: 15px auto 20px;
    color: #69787f;
    font-size: 13rem;
    font-weight: 400;
    line-height: 1.4; }
  .PP_header_share {
    width: 640px;
    margin: 0 auto; }

.PP_main {
  width: 640px;
  margin: 0 auto; }
  .PP_main > h2 {
    clear: both;
    margin: 2em 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #467802;
    color: #467802;
    font-size: 22rem;
    font-weight: 600;
    line-height: 1.5; }
  .PP_main > h3 {
    margin: 1.5em 0 0.75em 0;
    color: #467802;
    font-size: 20rem;
    font-weight: 600;
    line-height: 1.5;
    clear: both; }
  .PP_main > h4 {
    margin: 1em 0 0.5em 0;
    color: #467802;
    font-size: 18rem;
    font-weight: 600;
    line-height: 1.6; }
  .PP_main > p {
    color: #222222;
    margin-bottom: 1.2em;
    font-size: 15rem;
    line-height: 1.6;
    text-align: left; }
  .PP_main > p.PP_int {
    color: #848a8c;
    margin-bottom: 1.2em;
    font-size: 15rem;
    line-height: 1.6;
    text-align: left; }
  .PP_main_img {
    margin: 30px auto; }
    .PP_main_img img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 2px; }
  .PP_main_img-vertical {
    float: right;
    width: 260px;
    margin: 0 0 50px 20px; }
  .PP_main_img_caption {
    margin-top: 10px;
    color: #69787f;
    font-size: 13rem;
    line-height: 1.4; }
  .PP_main_imggroup {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0; }
    .PP_main_imggroup .PP_main_img {
      width: 50%;
      margin: 0 auto; }

.PP_backlink {
  clear: both;
  box-sizing: border-box;
  width: 640px;
  margin: 30px auto;
  padding: 16px 10px;
  border: 2px solid rgba(20, 25, 28, 0.1);
  border-radius: 5px;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center; }
  .PP_backlink a {
    padding: 15px; }
  .PP_backlink a: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: "\e007";
    margin-right: 0.5em;
    font-weight: normal; }
  .PP_backlink span {
    display: inline-block; }

.PP_video {
  position: relative;
  margin: 30px 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .PP_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.PP_about_link {
  width: 310px;
  height: auto;
  margin: 15px auto; }
  .PP_about_link img {
    display: block;
    width: 100%;
    height: auto;
    -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;
    border-radius: 3px; }

.PP_footer {
  width: 640px;
  margin: 0 auto 30px auto; }

.PP_undraggable,
.lightbox .lb-image {
  -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_links {
  margin: 0;
  padding: 0;
  list-style: none outside; }
  .PP_links li {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 22px;
    font-size: 15rem;
    line-height: 1.4;
    text-align: left; }
    .PP_links li small {
      display: inline-block;
      color: #69787f;
      font-size: 12rem; }
  .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;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e002";
    position: absolute;
    left: -20px;
    top: 0;
    color: #a0b2bc;
    font-size: 14px; }
  .PP_links a[target="_blank"]::before {
    content: "\e001"; }

.PP_article_embed_article {
  position: relative;
  clear: both;
  margin: 40px 0 30px 0;
  padding: 10px;
  border: 2px solid rgba(20, 25, 28, 0.1);
  border-radius: 5px; }
  .PP_article_embed_article:first-child {
    margin-top: 16px; }
  .PP_article_embed_article .PP_card .PP_card_text {
    color: inherit; }
  .PP_article_embed_article .PP_card .PP_card_text:first-child {
    margin-left: 0;
    padding-top: 5px; }
  .PP_article_embed_article .PP_card .PP_card_summary {
    display: -webkit-box;
    white-space: normal;
    text-overflow: clip;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: none;
    font-size: 14rem;
    line-height: 1.5; }
  .PP_article_embed_article_title {
    z-index: 2;
    position: absolute;
    left: -2px;
    top: -16px;
    display: inline-block;
    max-width: 240px;
    height: 22px;
    overflow: hidden;
    padding: 0 6px;
    background: #a2a8ac;
    box-sizing: border-box;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12rem;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis; }

.PP_article_embed_article + .PP_article_embed_article {
  margin-top: -5px; }

/* Twitter埋め込み */
.PP_twitter {
  width: 550px;
  margin: 2em auto; }

/* 訂正文 */
.PP_correction {
	font-size: 85%!important;
	clear: both;
	color: #e72b41!important;
}