@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
/*size*/
/*color*/
/*sns*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 style.css
*/
/* quiz_wrapper
========================================== */
body .ntv-wrapper {
  background-image: none;
}
body .ntv-wrapper .sp_br {
  display: none;
}

@media only screen and (max-width: 1000px) {
  body .ntv-wrapper .sp_br {
    display: block;
  }
  body .ntv-wrapper .pc_br {
    display: none;
  }
  body .ntv-wrapper .fontBold {
    font-weight: bold;
  }
  body .ntv-wrapper .fontRed {
    color: #e71f19;
  }
}
.quiz {
  /* nav */
  /* footer */
}
.quiz_wrapper {
  background: #fff url("/quiz/2025/images/common/bg_grid.png") repeat center top;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .quiz_wrapper .-isSP {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .quiz_wrapper .-isPC {
    display: none;
  }
}
.quiz_nav_inner {
  background-color: #fff;
  -moz-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.03);
  z-index: 11;
  position: relative;
}
.quiz_nav_list {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.quiz_nav_item {
  width: 16%;
  position: relative;
}
.quiz_nav_item:before {
  content: "";
  background: #e5e5e5;
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 10;
}
.quiz_nav_item:last-child:after {
  content: "";
  background: #e5e5e5;
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 10;
}
.quiz_nav_item a, .quiz_nav_item span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 72%;
  display: block;
  margin: auto;
  max-width: 160px;
  height: 0;
  position: relative;
  z-index: 1;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
}
.quiz_nav_item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .quiz_nav_item a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  .quiz_nav_item a:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
.quiz_nav_item.-top a {
  background-image: url("/quiz/2025/images/nav/nav_top.png");
}
.quiz_nav_item.-cast a {
  background-image: url("/quiz/2025/images/nav/nav_cast.png");
}
.quiz_nav_item.-about a {
  background-image: url("/quiz/2025/images/nav/nav_about.png");
}
.quiz_nav_item.-genre a {
  background-image: url("/quiz/2025/images/nav/nav_genre.png");
}
.quiz_nav_item.-sns a {
  background-image: url("/quiz/2025/images/nav/nav_sns.png");
}
.quiz_nav_item.-qa a {
  background-image: url("/quiz/2025/images/nav/nav_qa.png");
}
.quiz_nav_item.-terms a {
  background-image: url("/quiz/2025/images/nav/nav_terms.png");
}
.quiz_nav_item.-entry a {
  background-image: url("/quiz/2025/images/nav/nav_entry.png");
}
.quiz_nav_item.-iscoming span {
  background: url("/quiz/2025/images/nav/nav_coming.png") no-repeat center center;
  background-size: contain;
  opacity: 0.4;
}
@media only screen and (max-width: 1000px) {
  .quiz_nav_item:first-child:before {
    display: none;
  }
  .quiz_nav_item:last-child:after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .quiz_nav_list {
    width: 96%;
    flex-flow: row wrap;
    position: relative;
  }
  .quiz_nav_list:after {
    content: "";
    background-color: #e5e5e5;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 49.5%;
    left: 0;
  }
  .quiz_nav_item {
    width: 33%;
  }
  .quiz_nav_item:nth-child(4):before {
    display: none;
  }
  .quiz_nav_item a, .quiz_nav_item span {
    padding-top: 50%;
  }
}
.quiz_sns_inner {
  margin: auto;
  max-width: 1000px;
}
.quiz_sns_info {
  padding: 4% 0 2%;
}
.quiz_sns_info a {
  font-family: 'Noto Sans JP', sans-serif;
  width: 50%;
  max-width: 360px;
  margin: 0 auto;
  padding: 2%;
  border-radius: 50px;
  background: #1143b9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.quiz_sns_info a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .quiz_sns_info a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  .quiz_sns_info a:hover:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
.quiz_sns_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.quiz_sns_item {
  padding: 3.5% 5px 3%;
  width: calc(25% - 10px);
}
.quiz_sns_item a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .quiz_sns_item a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  .quiz_sns_item a:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
.quiz_sns_item img {
  max-width: 220px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .quiz_sns_inner {
    padding: 0 2%;
  }
  .quiz_sns_info a {
    margin: 0 auto 3% !important;
    width: 75% !important;
    padding: 3.1% 5.5% 3.1%;
    font-size: 20px;
    font-size: 3.125vw;
  }
  .quiz_sns_item {
    padding: 1% 2% 3%;
    width: calc(50% - 5px);
  }
  .quiz_sns_item:nth-child(1) {
    padding: 1% 2% 1%;
  }
  .quiz_sns_item:nth-child(2) {
    padding: 1% 2% 1%;
  }
  .quiz_sns_item img {
    max-width: none;
  }
}

#ntv_setShare {
  margin: 20px auto 0 auto;
}

#ntv_setSns {
  display: none;
}

.ntv-pageTop
a {
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.6);
}
.ntv-pageTop
a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

@media only screen and (max-width: 992px) {
  .ntv-pageTop a {
    background-color: #efefef;
  }
}
/* Q */
#Q {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#Q.addQ {
  background: url("/quiz/2025/images/common/bg_q.png") repeat-x center top;
  height: 157px;
}
@media only screen and (max-width: 640px) {
  #Q.addQ {
    background-size: contain;
    padding-top: 24.53%;
    height: 0;
  }
}

/* article
========================================== */
.article {
  /* h3 */
  /* atag */
}
.article_title {
  padding: 60px 0 20px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.article_title_en {
  display: block;
  font-family: 'Staatliches', sans-serif;
  font-size: 65px;
  line-height: 1.3em;
  color: #e71f19;
  letter-spacing: 0.1em;
}
.article_title_ja {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  letter-spacing: 0.1em;
}
.article_title.-wt .article_title_en {
  color: #fff;
}
.article_title.-wt .article_title_ja {
  color: #fff;
}
.article a {
  color: #e71f19;
}
.article a:hover {
  background-color: #ffec0c;
  color: #e71f19;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .article_title {
    padding: 9% 0 3%;
  }
  .article_title_en {
    font-size: 60px;
    font-size: 9.375vw;
  }
  .article_title_ja {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
/* mainvisual_second
========================================== */
#second #quiz_mainvisual a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  background: #e71f19 url("/quiz/2025/images/common/mv_is2nd_pc.jpg") no-repeat center top;
  background-size: contain;
  overflow: hidden;
  padding-top: 16.66667%;
}
#second #quiz_mainvisual a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  #second #quiz_mainvisual a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  #second #quiz_mainvisual a:hover:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 640px) {
  #second #quiz_mainvisual a {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    line-height: 0;
    background: #e71f19 url("/quiz/2025/images/common/mv_is2nd_sp.jpg") no-repeat center top;
    background-size: contain;
    padding-top: 29.16667%;
  }
}

/* ondemandArea
========================================== */
#ondemandArea {
  width: 100%;
  background: #fff;
  padding: 1.2% 0;
}
#ondemandArea .ondemandInner {
  width: 100%;
  text-align: center;
  line-height: 0;
}
#ondemandArea .ondemandInner p {
  display: inline-block;
  width: 33.26613vw;
  max-width: 330px;
}
#ondemandArea .ondemandInner p a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 0;
  width: 100%;
  height: 0;
  padding-top: 16.9697%;
}
#ondemandArea .ondemandInner .ondemandText {
  font-size: 18px;
  color: #111;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1em auto 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#ondemandArea .ondemandInner .ondemandTver {
  margin-right: 2%;
}
#ondemandArea .ondemandInner .ondemandTver a {
  background: url("/quiz/2025/images/ondemand/pc_tver.png") no-repeat !important;
  background-size: contain !important;
}
#ondemandArea .ondemandInner .ondemandHulu a {
  background: url("/quiz/2025/images/ondemand/pc_hulu.png") no-repeat !important;
  background-size: contain !important;
}

@media only screen and (max-width: 640px) {
  #ondemandArea {
    padding: 3% 0;
  }
  #ondemandArea .ondemandInner {
    margin: auto;
    width: 90%;
  }
  #ondemandArea .ondemandInner p {
    width: 48%;
  }
  #ondemandArea .ondemandInner p a {
    padding-top: 25.80645%;
  }
  #ondemandArea .ondemandInner .ondemandText {
    font-size: 2.5125vw;
  }
  #ondemandArea .ondemandInner .ondemandTver a {
    background: url("/quiz/2025/images/ondemand/sp_tver.png") no-repeat !important;
    background-size: contain !important;
  }
  #ondemandArea .ondemandInner .ondemandHulu a {
    background: url("/quiz/2025/images/ondemand/sp_hulu.png") no-repeat !important;
    background-size: contain !important;
  }
}
