@charset "utf-8";

/* character */

:root {
  --vw: 1vw;
}

br.forSP {
  display: inline;
}

.main {
  padding: 32px 0 0;
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  /* font-family: "YuMincho", "Yu Mincho", serif; */
}
.main.articles {
  padding: 0;
}
@media screen and (min-width: 769px) {
  br.forSP {
    display: none;
  }

}

/* special */

.maincontents {
  background: #F7F7F7 url(../img/special/bg_ptn_square.png) center top;
}

.nvj {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 18vw;
}

.nvj_header_labelwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin: 0 auto 3vw;
}
.nvj_header_labelwrap.article {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.nvj_header_label_logo {
  width: 100%;
  margin: 0 auto 3vw;
}

.nvj_header_label_text {
  width: 34.5%;
  line-height: 0;
}
.nvj_header_label_label {
  width: 33%;
  line-height: 0;
}
.nvj_header_labelwrap.article .nvj_header_label_label {
  margin-left: 2%;
}

@media screen and (min-width: 769px) {
  .nvj {
    max-width: 1116px;
    margin: 0 auto;
    padding-bottom: 136px;
  }
  .nvj_header_labelwrap {
    width: 100%;
    margin: 0 auto 10px;
  }
  .nvj_header_label_logo {
    width: 22.939%;
    margin: 0 auto 0 0;
  }
  
  .nvj_header_label_text {
    width: 16.218%;
    line-height: 0;
  }
  .nvj_header_label_label {
    width: 16.129%;
    line-height: 0;
  }
  .nvj_header_labelwrap.article .nvj_header_label_label {
    margin-left: 2%;
  }
}

.nvj_header_cover {
  margin: 0;
}

/* .nvj_header_title {
  padding: .75em;
  text-align: center;
  background-color: #000;
}

.nvj_header_title p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
} */

.nvj_news_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  margin: 10px auto 0;
}

.nvj_news_item {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  color: #000000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .nvj_news_wrap {
    width: 100%;
  }
  .nvj_news_item {
    width: calc((100% - 20px) / 3);
    margin-top: 0;
    margin-left: 10px;
  }
  
  .nvj_news_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  
  .nvj_news_item:nth-of-type(n+4) {
    margin-top: 10px;
  }
}


.nvj_news_item_text {
  padding: 14px 20px 15px;
  color: #000000;
  border: 4px solid rgba(255,255,255,0);
  border-top: none;
  transition: .25s;
}
.article_nvj_news_item_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 4em;
  padding: 0 0 1.5em;
  border: 0;
  border-bottom: 1px solid #727272;
}
.nvj_news_item:hover .nvj_news_item_text {
  border: 4px solid #9b1c1c;
  border-top: none;
}
.nvj_news_item_title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  transition: .25s;
}
.nvj_news_item:hover .nvj_news_item_title {
  text-decoration: underline;
}
.article_nvj_news_item_title {
  width: 100%;
  margin: 0 0 1em;
  font-size: 4.35vw;
  font-weight: 700;
  color: #000000;
}

.nvj_news_item_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .75em;
}
.article_nvj_news_item_data {
  justify-content: space-between;
  width: 100%;
}
.nvj_news_item_date {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.article_nvj_news_item_date {
  margin-right: 3em;
}
.nvj_news_item_category {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding: 0 .75em;  
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  color: #9b1c1c;
  border: 1px solid #9b1c1c;
  border-radius: 2em;
}
.nvj_news_item_category p {
  margin: 0;
  padding: 0;
}

.nvj_news_item_share {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .75em;
  padding-top: .75em;
  border-top: 1px solid #2B2B2B;
}
.article_nvj_news_item_share {
  justify-content: flex-end;
  width: 100%;
  border: none;
}
.nvj_news_item_share_text {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.article_nvj_news_item_share_text {
  padding: .15em .75em;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #2B2B2B;
}
.nvj_news_item_share_x {
  width: 20px;
  height: 20px;
  margin-left: auto;
  background: url(../img/special/icon_x.svg) center no-repeat;
  background-size: 100%;
}
.article_nvj_news_item_share .nvj_news_item_share_x {
  width: 24px;
  height: 24px;
}
.nvj_news_item_share_facebook {
  width: 20px;
  height: 20px;
  margin-left: 14px;
  background: url(../img/special/icon_facebook.svg) center no-repeat;
  background-size: 100%;
}
.article_nvj_news_item_share .nvj_news_item_share_facebook {
  width: 24px;
  height: 24px;
}
.nvj_news_item_share_line {
  width: 20px;
  height: 20px;
  margin-left: 14px;
  background: url(../img/special/icon_line.svg) center no-repeat;
  background-size: 100%;
}
.article_nvj_news_item_share .nvj_news_item_share_line {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 769px) {
  .nvj_news_item_thumbnail {
    overflow: hidden;
  }
  .nvj_news_item_thumbnail img {
    display: block;
    transition: .25s;
  }
  .nvj_news_item:hover .nvj_news_item_thumbnail img {
    transform: scale(1.075);
  }
  
  .nvj_news_item_text {
    padding: 14px 20px 15px;
    color: #000000;
    border: 4px solid rgba(255,255,255,0);
    border-top: none;
    transition: .25s;
  }
  .article_nvj_news_item_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 4em;
    padding: 0 0 1.5em;
    border: 0;
    border-bottom: 1px solid #727272;
  }
  .nvj_news_item:hover .nvj_news_item_text {
    border: 4px solid #9b1c1c;
    border-top: none;
  }
  .nvj_news_item_title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    transition: .25s;
  }
  .nvj_news_item:hover .nvj_news_item_title {
    text-decoration: underline;
  }
  .article_nvj_news_item_title {
    width: 100%;
    margin: 0 0 1em;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
  }
  
  .nvj_news_item_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .75em;
  }
  .article_nvj_news_item_data {
    justify-content: flex-start;
    width: 50%;
  }
  .nvj_news_item_date {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
  }
  .article_nvj_news_item_date {
    margin-right: 3em;
  }
  .nvj_news_item_category {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    padding: 0 .75em;  
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    color: #9b1c1c;
    border: 1px solid #9b1c1c;
    border-radius: 2em;
  }
  .nvj_news_item_category p {
    margin: 0;
    padding: 0;
  }
  
  .nvj_news_item_share {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: .75em;
    padding-top: .75em;
    border-top: 1px solid #2B2B2B;
  }
  .article_nvj_news_item_share {
    justify-content: flex-end;
    width: 30%;
    border: none;
  }
  .nvj_news_item_share_text {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
  }
  .article_nvj_news_item_share_text {
    padding: .15em .75em;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #2B2B2B;
  }
  .nvj_news_item_share_x {
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url(../img/special/icon_x.svg) center no-repeat;
    background-size: 100%;
  }
  .article_nvj_news_item_share .nvj_news_item_share_x {
    width: 28px;
    height: 28px;
  }
  .nvj_news_item_share_facebook {
    width: 20px;
    height: 20px;
    margin-left: 14px;
    background: url(../img/special/icon_facebook.svg) center no-repeat;
    background-size: 100%;
  }
  .article_nvj_news_item_share .nvj_news_item_share_facebook {
    width: 28px;
    height: 28px;
  }
  .nvj_news_item_share_line {
    width: 20px;
    height: 20px;
    margin-left: 14px;
    background: url(../img/special/icon_line.svg) center no-repeat;
    background-size: 100%;
  }
  .article_nvj_news_item_share .nvj_news_item_share_line {
    width: 28px;
    height: 28px;
  }
}

.nvj_logo {
  width: 60%;
  margin: 10.75% auto 0;
}

.bottom_logo {
  padding: 8vw 22%;
  background: url(../img/character/bg_ptn1.jpg) center;
}

@media screen and (min-width: 769px) {
  .nvj_logo {
    width: 27.419%;
    margin: 10.75% auto 0;
  }
  .bottom_logo {
    padding: 5% 37%;
  }
}

/* article page */
.article_wrap {
  width: 88%;
  margin: 10vw auto 0;
  padding: 8vw 6%;
  border-left: 6px solid #9B1C1C;
  background-color: #fff;
}

.article_lead {
  margin: 0 0 1.25em;
  font-size: 3.5vw;
  font-weight: 700;
}
.article_text {
  margin: 0 0 1.75em;
  font-size: 3vw;
  font-weight: 700;
}
.article_text_b {
  font-size: 3vw;
  font-weight: 900;
}
.article_text_q {
  margin: 0 0 0.5em;
  font-weight: 900;
}
.article_text_2column {
  display: flex;
  flex-wrap: wrap;
}
.article_text_2column_l,
.article_text_2column_r {
  width: 100%;
}
.article_photo_wrap {
  margin: 0 0 2em;
}
.article_photo_item,
.article_photo_item_half {
  width: 100%;
}
.article_photo_caption {
  font-size: 2.8vw;
}
.article_profile_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4em 0 0;
}
.article_profile_title {
  width: 100%;
  margin: 0 0 0.5em;
  font-weight: 700;
}
.article_profile_photo {
  width: 100%;
  margin: 0 0 0.5em;
}
.article_profile_text {
  width: 100%;
}
.article_logo {
  width: 80%;
  height: auto;
  margin: 10vw auto 0;
}
.article_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88%;
  margin: 8vw auto 0;
}
.article_menu_btn {
  display: block;
  width: 100%;
  height: 2.5em;
  margin: 4vw 0 0;
  line-height: 2.4em;
  text-align: center;
  font-size: 3vw;
  color: #fff;
  border-radius: 2em;
  border: 1px solid #000;
  background-color: #000;
}

@media screen and (min-width: 769px) {
  .article_wrap {
    width: 100%;
    margin-top: 60px;
    padding: 80px 8%;
    border-left: 12px solid #9B1C1C;
  }
  
  .article_lead {
    margin: 0 0 1.25em;
    font-size: 20px;
    font-weight: 700;
  }
  .article_text {
    margin: 0 0 1.75em;
    font-size: 18px;
    font-weight: 700;
  }
  .article_text_b {
    font-size: 19px;
    font-weight: 900;
  }
  .article_text_q {
    margin: 0 0 0.5em;
    font-weight: 900;
  }
  .article_text_2column_l {
    width: 72%;
  }
  .article_text_2column_r {
    width: 28%;
  }
  .article_photo_item {
    width: 100%;
  }
  .article_photo_item_half {
    width: 50%;
  }
  .article_photo_caption {
    font-size: 14px;
  }
  .article_profile_photo {
    width: 48%;
    margin: 0;
  }
  .article_profile_text {
    width: 48%;
  }
  .article_logo {
    width: 234px;
    height: 36px;
    margin: 100px auto 0;
  }
  .article_menu_wrap {
    width: 700px;
    margin: 72px auto 0;
  }
  .article_menu_btn {
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 20px;
    transition: .25s;
  }
  .article_menu_btn:hover {
    color: #000;
    background-color: #fff;
  }
}

/* scroll text */
.nvj_header_title {
  display: block;
  height: 40px;
  width: 100%;
  padding-top: .5em;
  color: #fff;
  font-size: 14px;
  background-color: #000;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .nvj_header_title {
    height: 50px;
    font-size: 18px;
  }

}
