@charset "UTF-8";
/*Font*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
/*color*/
/*width*/
/*Font*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");
/*color*/
/*width*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*bgimage*/
/*font-size SP*/
/*font-family*/
/*==================================

 Layout

==================================*/
/*  base  */
#nichomas_wrapper {
  background: #fff9da url(../images/common/bg_pattern.gif) repeat center top;
  position: relative;
  overflow: hidden;
}
#nichomas_wrapper .ntv-contentsWrap {
  overflow: visible;
}
#nichomas_wrapper .ntv-main {
  padding-bottom: 20px;
}

/*  curtain  */
@keyframes openCurtainLeft {
  0% {
    right: 294px;
    visibility: visible;
  }
  100% {
    right: 624px;
    visibility: visible;
  }
}
@keyframes openCurtainRight {
  0% {
    left: 296px;
    visibility: visible;
  }
  100% {
    left: 624px;
    visibility: visible;
  }
}
@keyframes imgfadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
#curtain {
  width: 100%;
  position: relative;
  visibility: hidden;
  z-index: 1;
}
#curtain::before {
  content: "";
  display: block;
  background: url(../images/top/curtain.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 1349px;
  height: 505px;
  position: absolute;
  top: -10px;
  -webkit-animation: openCurtainRight 1.6s ease-out 0.3s forwards;
  animation: openCurtainRight 1.6s ease-out 0.3s forwards;
}
#curtain::after {
  content: "";
  display: block;
  background: url(../images/top/curtain.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 1349px;
  height: 505px;
  position: absolute;
  top: -10px;
  -webkit-animation: openCurtainLeft 1.6s ease-out 0.3s forwards;
  animation: openCurtainLeft 1.6s ease-out 0.3s forwards;
}

/*  mainVisual  */
.nichomas-main-mainImg {
  animation: imgfadeIn 1.6s ease 1.2s forwards;
}
.nichomas-main-mainImg-wrapper {
  visibility: hidden;
}
.nichomas-main-mainImg img {
  display: block;
  width: 100%;
}
.nichomas-main-onair {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*  main  */
.nichomas-contents {
  box-sizing: border-box;
  font-size: 1.5rem;
}
.nichomas-contents a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  text-decoration: none;
}
.nichomas-contents a:hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

.bnr_cast a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  text-decoration: none;
}
.bnr_cast a:hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

/* ブロック */
.nichomas-block {
  background: #ffffff;
  color: #222222;
  word-break: break-all;
  border: 2px solid #111100;
  border-radius: 16px;
  /* ブロックタイトル */
  /* ブロック内テキスト */
}
.nichomas-block-wrapper {
  padding: 2px 0;
}
.nichomas-block-inner {
  padding: 20px;
}
.nichomas-block img {
  width: 100%;
}
.nichomas-block-title {
  font-size: 20px;
  letter-spacing: 0.6px;
  color: #222222;
  position: relative;
  line-height: 0;
  text-align: center;
  background-image: url(../images/top/h3_twitter.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  padding: 0;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.nichomas-block p, .nichomas-block li, .nichomas-block dt, .nichomas-block dd {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 400;
  color: #222222;
  line-height: 1.8;
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
.nichomas-block p.center, .nichomas-block li.center, .nichomas-block dt.center, .nichomas-block dd.center, .nichomas-block a.center, .nichomas-block span.center {
  text-align: center;
}
.nichomas-block p.ita, .nichomas-block li.ita, .nichomas-block dt.ita, .nichomas-block dd.ita, .nichomas-block a.ita, .nichomas-block span.ita {
  font-style: italic;
}
.nichomas-block p.txtL, .nichomas-block li.txtL, .nichomas-block dt.txtL, .nichomas-block dd.txtL, .nichomas-block a.txtL, .nichomas-block span.txtL {
  font-size: 1.2em;
}
.nichomas-block p.txtS, .nichomas-block li.txtS, .nichomas-block dt.txtS, .nichomas-block dd.txtS, .nichomas-block a.txtS, .nichomas-block span.txtS {
  font-size: 0.8em;
}
.nichomas-block p.txtM, .nichomas-block li.txtM, .nichomas-block dt.txtM, .nichomas-block dd.txtM, .nichomas-block a.txtM, .nichomas-block span.txtM {
  font-weight: 500;
}
.nichomas-block p.txtB, .nichomas-block li.txtB, .nichomas-block dt.txtB, .nichomas-block dd.txtB, .nichomas-block a.txtB, .nichomas-block span.txtB {
  font-weight: 700;
}
.nichomas-block p.colorY, .nichomas-block li.colorY, .nichomas-block dt.colorY, .nichomas-block dd.colorY, .nichomas-block a.colorY, .nichomas-block span.colorY {
  color: #f2d218;
}
.nichomas-block p.colorPp, .nichomas-block li.colorPp, .nichomas-block dt.colorPp, .nichomas-block dd.colorPp, .nichomas-block a.colorPp, .nichomas-block span.colorPp {
  color: #9761ff;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  /*  base  */
  .ntv-contentsWrap {
    overflow: hidden;
  }

  /*  curtain  */
  #curtain {
    display: none;
  }

  /*  mainVisual  */
  .nichomas-main-mainImg {
    background-image: url(../images/mainv_sp.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 100%;
    padding-top: 67.15%;
    animation: none;
  }
  .nichomas-main-mainImg-wrapper {
    visibility: visible;
  }
  .nichomas-main-mainImg img {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /*  main  */
  .nichomas-contents {
    padding: 0 2%;
  }

  /* ブロック */
  .nichomas-block {
    border-radius: 8px;
    margin-top: 12%;
    /* ブロックタイトル */
    /* ブロック内テキスト */
  }
  .nichomas-block-inner {
    padding: 4%;
  }
  .nichomas-block-title {
    background-size: contain;
  }
  .nichomas-block p, .nichomas-block li, .nichomas-block dt, .nichomas-block dd {
    font-size: 1.4rem;
  }
  .nichomas-block.colorYSp {
    color: #f2d218;
  }
  .nichomas-block p.colorYSp, .nichomas-block li.colorYSp, .nichomas-block dt.colorYSp, .nichomas-block dd.colorYSp, .nichomas-block a.colorYSp, .nichomas-block span.colorYSp {
    color: #f2d218;
  }
  .nichomas-block p.colorPpSp, .nichomas-block li.colorPpSp, .nichomas-block dt.colorPpSp, .nichomas-block dd.colorPpSp, .nichomas-block a.colorPpSp, .nichomas-block span.colorPpSp {
    color: #9761ff;
  }
  .nichomas-block p.colorPSp, .nichomas-block li.colorPSp, .nichomas-block dt.colorPSp, .nichomas-block dd.colorPSp, .nichomas-block a.colorPSp, .nichomas-block span.colorPSp {
    color: #ffaac1;
  }
  .nichomas-block p.markerYSp, .nichomas-block li.markerYSp, .nichomas-block dt.markerYSp, .nichomas-block dd.markerYSp, .nichomas-block a.markerYSp, .nichomas-block span.markerYSp {
    background-color: #f2d218;
  }
  .nichomas-block p.markerPSp, .nichomas-block li.markerPSp, .nichomas-block dt.markerPSp, .nichomas-block dd.markerPSp, .nichomas-block a.markerPSp, .nichomas-block span.markerPSp {
    background-color: #ffaac1;
  }
  .nichomas-block p.adjustSp, .nichomas-block li.adjustSp, .nichomas-block dt.adjustSp, .nichomas-block dd.adjustSp, .nichomas-block a.adjustSp, .nichomas-block span.adjustSp {
    display: inline-block;
  }
  .nichomas-block br.adjustSp {
    display: block;
  }
}
/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  .ntv-contentsWrap {
    padding-top: 0;
  }

  .nichomas-main-onair {
    font-size: 1.8rem;
  }

  .nichomas-contents {
    margin-top: 20px;
  }

  /* ブロック */
  .nichomas-block {
    margin-top: 60px;
    /* ブロック内テキスト */
  }
  .nichomas-block-inner {
    padding: 20px;
  }
  .nichomas-block-title {
    padding: 0;
  }
  .nichomas-block p.adjustSp, .nichomas-block li.adjustSp, .nichomas-block dt.adjustSp, .nichomas-block dd.adjustSp, .nichomas-block a.adjustSp, .nichomas-block span.adjustSp {
    display: none;
  }
  .nichomas-block br.adjustSp {
    display: none;
  }
}
/* ---------------------------------
 右カラム設定
--------------------------------- */
.ntv-aside {
  position: relative;
}

/* 右カラム　タイトル */
.ntv-box-title {
  background: #fee347;
}

.ntv-box-title.title-base {
  background: #fee347;
  color: #333;
}

.ntv-aside .ntv-box-title {
  color: #333;
}

@media screen and (min-width: 993px) {
  .ntv-aside {
    position: relative;
    padding-top: 20px;
    z-index: 10;
  }
}
/*==================================

 Template-Module

==================================*/
/* ---------------------------------
 nav
--------------------------------- */
.nichomas-main-nav {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  margin-top: 10px;
  /*---- icon -----*/
}
.nichomas-main-nav .row {
  margin-bottom: 0;
}
.nichomas-main-nav ul {
  width: 100%;
}
.nichomas-main-nav ul li {
  margin-left: auto;
  left: auto;
  right: auto;
  width: 20%;
}
.nichomas-main-nav ul li a, .nichomas-main-nav ul li span {
  background: #111100;
  display: block;
  text-align: center;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-weight: 500;
  color: #ffffff;
  border: 2px solid #111100;
  font-size: 8px;
  letter-spacing: 0.04em;
  border: 2px solid #111100;
  box-shadow: 2px 2px 4px 0 rgba(17, 17, 0, 0.2);
}
.nichomas-main-nav ul li a {
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  cursor: pointer;
}
.nichomas-main-nav ul li span {
  opacity: 0.6;
}
.nichomas-main-nav ul li:nth-child(even) {
  margin-top: 20px;
}
.nichomas-main-nav ul li:nth-child(even) a, .nichomas-main-nav ul li:nth-child(even) span {
  background: #fee347;
  color: #222222;
}
.nichomas-main-nav ul li a::before, .nichomas-main-nav ul li span::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon/icon_home.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
.nichomas-main-nav ul li a.top::before, .nichomas-main-nav ul li span.top::before {
  background-image: url(../images/common/icon/icon_home.png);
}
.nichomas-main-nav ul li a.movie::before, .nichomas-main-nav ul li span.movie::before {
  background-image: url(../images/common/icon/icon_movie.png);
}
.nichomas-main-nav ul li a.intro::before, .nichomas-main-nav ul li span.intro::before {
  background-image: url(../images/common/icon/icon_intro.png);
}
.nichomas-main-nav ul li a.cast::before, .nichomas-main-nav ul li span.cast::before {
  background-image: url(../images/common/icon/icon_cast.png);
}
.nichomas-main-nav ul li a.staff::before, .nichomas-main-nav ul li span.staff::before {
  background-image: url(../images/common/icon/icon_staff.png);
}

/* mediaQueries
--------------------------------- */
@media screen and (max-width: 992px) {
  .nichomas-main-nav {
    height: 60px;
    background: #111100;
    /*---- icon -----*/
  }
  .nichomas-main-nav ul li a, .nichomas-main-nav ul li span {
    border-radius: 0;
  }
  .nichomas-main-nav ul li:nth-child(even) {
    margin-top: 0;
  }
  .nichomas-main-nav .row .col {
    padding: 0;
  }
  .nichomas-main-nav ul li a::before, .nichomas-main-nav ul li span::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 993px) {
  .nichomas-main-nav {
    position: relative;
    z-index: 9999;
  }
  .nichomas-main-nav ul li a, .nichomas-main-nav ul li span {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 10px 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .nichomas-main-nav ul li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    transition-duration: 0.3s;
  }
  .nichomas-main-nav ul li a:hover {
    opacity: 0.6;
    transform: scale(1.05);
    transition-duration: 0.3s;
    transition: 0.3s ease;
  }
}
/* ---------------------------------
 banner
--------------------------------- */
.nichomas-banner-area {
  width: 100%;
  padding: 10px 0;
}
.nichomas-banner-area ul {
  display: block;
  margin: 0 -1%;
}
.nichomas-banner-area ul li {
  width: 48.5%;
  display: inline-block;
  padding: 0 1%;
  box-sizing: border-box;
  line-height: 0;
}
.nichomas-banner-area ul li a img {
  width: 100%;
}
.nichomas-banner-area.fullsize
ul {
  display: block;
}
.nichomas-banner-area.fullsize
ul li {
  width: 100%;
  margin: 10px 0 0;
  line-height: 0;
}
.nichomas-banner-area.fullsize
ul li a img {
  width: 100%;
}

/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  .nichomas-banner-area {
    padding: 0;
  }
  .nichomas-banner-area ul {
    margin: 0 -5px;
    text-align: center;
  }
  .nichomas-banner-area ul li {
    width: 332px;
    padding: 0 5px;
  }
  .nichomas-banner-area.fullsize
  ul li {
    margin: 10px 0;
  }
}
/* ---------------------------------
 news
--------------------------------- */
.nichomas-news-area {
  padding: 2% 0 6%;
}
.nichomas-news-area-inner {
  width: 100%;
  background: #ffffff;
  color: #222222;
  word-break: break-all;
  border: 2px solid #111100;
  border-radius: 16px;
  display: table;
}
.nichomas-news-title {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 0.5em;
  display: inline;
  font-size: 1.4rem;
}
.nichomas-news-title::after {
  content: "";
  display: block;
  background-image: url(../images/common/icon/icon_news.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -2em;
  margin-top: -9px;
}
.nichomas-news-title-box {
  width: 7em;
  display: table-cell;
  background: #ffaac1;
  border-radius: 14px 0 0 14px;
  vertical-align: middle;
}
.nichomas-news-text-box {
  padding: 1em 1em 0.5em;
  display: table-cell;
  vertical-align: middle;
}
.nichomas-news-text-box ul {
  max-height: 11.75em;
  overflow-y: scroll;
}
.nichomas-news-text-box ul li {
  display: block;
  line-height: 1.5;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ffaac1;
  width: 100%;
}
.nichomas-news-text-box ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.nichomas-news-text-box ul li span {
  width: 100%;
  display: block;
  color: #ffaac1;
}
.nichomas-news-text-box ul li a {
  text-decoration: underline;
}

/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  .nichomas-news-area {
    padding: 20px 0;
  }
  .nichomas-news-title {
    padding-left: 1em;
    font-size: 1.6rem;
  }
  .nichomas-news-title::after {
    width: 24px;
    background-size: contain;
  }
  .nichomas-news-title-box {
    width: 8.5em;
  }
  .nichomas-news-text-box ul {
    max-height: 8.75em;
  }
  .nichomas-news-text-box ul li {
    display: table;
  }
  .nichomas-news-text-box ul li span {
    display: table-cell;
    width: 5.5em;
  }
}
/* ---------------------------------
 #twitter
--------------------------------- */
#twitter .nichomas-block-title {
  background-image: url(../images/top/h3_twitter.png);
  height: 0;
  padding-top: 12.43976%;
  margin-top: -7.21988%;
  margin-left: 1.5%;
}
#twitter .twitter {
  /* ボタン */
}
#twitter .twitter-area {
  height: 614px;
}
#twitter .twitter-btn {
  margin: 20px 0 10px;
}
#twitter .twitter-btn a {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#twitter .twitter-btn#btn-follow-twitter a {
  background-color: #91cdf2;
  padding: 0.8em 0 0.9em;
  text-align: center;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #222222;
  border-radius: 1.5em;
  box-shadow: 2px 2px 4px 0 rgba(17, 17, 0, 0.2);
}

/* mediaQueries
--------------------------------- */
@media screen and (max-width: 992px) {
  #twitter .nichomas-block {
    margin-top: 8%;
  }
}
@media screen and (min-width: 993px) {
  #twitter .nichomas-block {
    margin-top: 50px;
  }
  #twitter .nichomas-block-title {
    height: 0;
    padding-top: 8.88554%;
    margin-top: -5.44277%;
    margin-left: 1.5%;
  }
  #twitter .twitter-btn a {
    max-width: 500px;
  }
  #twitter .twitter-btn#btn-follow-twitter a {
    padding: 1.3em 0 1.2em;
    border-radius: 2em;
    transition-duration: 0.3s;
    transition: 0.3s ease;
  }
}
/* ---------------------------------
 #movie
--------------------------------- */
#movie .nichomas-block-title {
  background-image: url(../images/top/h3_movie.png);
  height: 0;
  padding-top: 13.70482%;
  margin-top: -7.85241%;
  margin-left: 0.5%;
}
#movie .movie-player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
}
#movie .movie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  #movie .nichomas-block-title {
    height: 0;
    padding-top: 9.78916%;
    margin-top: -5.89458%;
    margin-left: 0.5%;
  }
  #movie .nichomas-block-inner {
    padding-bottom: 30px;
  }
}
/* ---------------------------------
 #intro
--------------------------------- */
#intro .nichomas-block-title {
  background-image: url(../images/top/h3_intro.png);
  height: 0;
  padding-top: 15.60241%;
  margin-top: -8.4012%;
  margin-left: -3.4%;
}

/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  #intro .nichomas-block-title {
    height: 0;
    padding-top: 11.14458%;
    margin-top: -5.61807%;
    margin-left: -3.4%;
  }
  #intro p {
    padding: 0 10px;
  }
  #intro p #item_pra01-01, #intro p #item_pra01-02, #intro p #item_pra03-01, #intro p #item_pra03-02, #intro p #item_pra04-01 {
    position: relative;
    z-index: 1;
  }
  #intro p #item_pra01-01::before, #intro p #item_pra01-02::before, #intro p #item_pra03-01::before, #intro p #item_pra03-02::before, #intro p #item_pra04-01::before {
    content: "";
    display: block;
    background: url(../images/top/intro/pra01-01.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -6px;
    right: auto;
    z-index: -1;
    width: 378px;
    height: 10px;
  }
  #intro p #item_pra01-02::before {
    background: url(../images/top/intro/pra01-02.png) no-repeat center center;
    top: auto;
    bottom: 0;
    left: -8px;
    right: auto;
    width: 331px;
    height: 5px;
  }
  #intro p #item_pra03-01::before {
    background: url(../images/top/intro/pra03-01.png) no-repeat center center;
    top: -20px;
    bottom: auto;
    left: 35%;
    right: auto;
    width: 65px;
    height: 22px;
  }
  #intro p #item_pra03-02::before {
    background: url(../images/top/intro/pra03-02.png) no-repeat center center;
    top: auto;
    bottom: -8px;
    left: 0;
    right: auto;
    width: 190px;
    height: 8px;
  }
  #intro p #item_pra04-01::before {
    background: url(../images/top/intro/pra04-01.png) no-repeat center center;
    top: -8px;
    bottom: auto;
    left: auto;
    right: -30px;
    width: 28px;
    height: 38px;
  }
}
/* ---------------------------------
 #cast
--------------------------------- */
#cast .nichomas-block {
  background: #ffffff url(../images/top/bg_cast.jpg) repeat-x center bottom;
  background-size: contain;
}
#cast .nichomas-block-title {
  background-image: url(../images/top/h3_cast.png);
  height: 0;
  padding-top: 12.6506%;
  margin-top: -7.8253%;
}
#cast .nichomas-block-inner {
  padding: 5% 0 0;
}
#cast .masquerade {
  margin: auto 2%;
  background: url(../images/top/img_cast_26mas.png) no-repeat center top;
  background-size: contain;
  height: 0;
  padding-top: 43.9759%;
}
#cast .masquerade h4, #cast .masquerade ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#cast .mc {
  margin-top: 3%;
  background: url(../images/top/img_cast_mc.png) no-repeat left 38% bottom;
  height: 0;
  padding-top: 29.36747%;
  background-size: contain;
}
#cast .mc p {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  #cast .nichomas-block-title {
    height: 0;
    padding-top: 9.03614%;
    margin-top: -5.51807%;
  }
  #cast .nichomas-block-inner {
    padding: 40px 0 0;
  }
  #cast .masquerade {
    margin: auto 20px;
  }
  #cast .mc {
    margin-top: 24px;
  }
}
/* ---------------------------------
 #staff
--------------------------------- */
#staff .nichomas-block-title {
  background-image: url(../images/top/h3_staff.png);
  height: 0;
  padding-top: 14.75904%;
  margin-top: -8.37952%;
}
#staff dl {
  margin-bottom: 1em;
}
#staff dl dt, #staff dl dd {
  line-height: 1.5;
  margin-bottom: 0;
}

/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  #staff .nichomas-block-title {
    height: 0;
    padding-top: 10.54217%;
    margin-top: -6.27108%;
  }
  #staff dl {
    margin-bottom: 0;
  }
  #staff dl dt, #staff dl dd {
    display: inline-block;
    margin-bottom: 1em;
  }
}
/* =================================

 secondPage

================================= */
/* ---------------------------------
 common
--------------------------------- */
.ntv-main#second {
  /*  curtain  */
  /*----- mainImage -----*/
}
.ntv-main#second #curtain {
  visibility: visible;
  background-image: url(../images/bg_curtain.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 700px;
  height: 200px;
  z-index: 0;
}
.ntv-main#second #curtain::before {
  top: -210px;
  left: 590px;
  -webkit-animation: none;
  animation: none;
}
.ntv-main#second #curtain::after {
  top: -210px;
  right: 590px;
  -webkit-animation: none;
  animation: none;
}
.ntv-main#second .nichomas-main-mainImg {
  animation: none;
}
.ntv-main#second .nichomas-main-mainImg-wrapper {
  visibility: visible;
  position: relative;
  margin-top: -200px;
}
.ntv-main#second .nichomas-main-mainImg-wrapper a {
  display: block;
}
.ntv-main#second .nichomas-main-mainImg-wrapper a:hover {
  opacity: 0.65;
}

/* mediaQueries
--------------------------------- */
@media screen and (max-width: 992px) {
  .ntv-main#second {
    /*  curtain  */
    /*  mainImage  */
    /* ブロック */
  }
  .ntv-main#second #curtain {
    display: none;
  }
  .ntv-main#second .nichomas-main-mainImg {
    background-image: url(../images/mainv_sp_second.png);
    padding-top: 42.86%;
  }
  .ntv-main#second .nichomas-main-mainImg-wrapper {
    margin: 0;
  }
  .ntv-main#second .nichomas-block {
    margin-top: 4%;
  }
}
/* ---------------------------------
 news
--------------------------------- */
.ntv-main#second .nichomas-contents .nichomas-block {
  padding: 5% 0 0;
}
.ntv-main#second .nichomas-contents .nichomas-block-title {
  background-image: url(../images/news/h3_member.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 60%;
  height: 0;
  padding-top: 14.694%;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
.ntv-main#second .nichomas-contents .nichomas-block .imageBox {
  margin: 2% 0;
}
.ntv-main#second .nichomas-contents .nichomas-block .imageBox p {
  font-size: 0;
  margin-bottom: 16px;
}
.ntv-main#second .nichomas-contents .nichomas-block .imageBox p img {
  width: 100%;
}

/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  .ntv-main#second .nichomas-contents .nichomas-block {
    margin-top: 10px;
  }
  .ntv-main#second .nichomas-contents .nichomas-block-title {
    width: 290px;
    padding-top: 0;
    height: 71px;
  }
  .ntv-main#second .nichomas-contents .nichomas-block .imagbox {
    margin: 16px 0;
  }
}
  /* ---------------------------------
 pageTopButton
--------------------------------- */
/* mediaQueries
--------------------------------- */
@media screen and (min-width: 993px) {
  .ntv-pageTop a {
    border-radius: 30px;
    background-color: #ffaac1;
    border: 2px solid #111100;
  }
  .ntv-pageTop a:after {
    border-top-color: #111100;
    border-right-color: #111100;
    margin-top: 23.5px;
  }
  .ntv-pageTop a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .ntv-pageTop a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
  }
}
/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */
