@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
========================================== */
/* line 12, ../sass/style.scss */
body .ntv-wrapper {
  background-image: none;
}
/* line 14, ../sass/style.scss */
body .ntv-wrapper .sp_br {
  display: none;
}

@media only screen and (max-width: 1000px) {
  /* line 20, ../sass/style.scss */
  body .ntv-wrapper .sp_br {
    display: block;
  }
  /* line 23, ../sass/style.scss */
  body .ntv-wrapper .pc_br {
    display: none;
  }
}
/* line 29, ../sass/style.scss */
.quiz {
  /* nav */
  /* footer */
}
/* line 30, ../sass/style.scss */
.quiz_wrapper {
  background: #fff url("/quiz/2023/images/common/bg_grid.png") repeat center top;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  /* line 34, ../sass/style.scss */
  .quiz_wrapper .-isSP {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  /* line 37, ../sass/style.scss */
  .quiz_wrapper .-isPC {
    display: none;
  }
}
/* line 43, ../sass/style.scss */
.quiz_nav_inner {
  background-color: #e02d73;
}
/* line 46, ../sass/style.scss */
.quiz_nav_list {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
/* line 54, ../sass/style.scss */
.quiz_nav_item {
  width: 16%;
  position: relative;
}
/* line 57, ../sass/style.scss */
.quiz_nav_item:before {
  content: "";
  background: #e08cab;
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 10;
}
/* line 69, ../sass/style.scss */
.quiz_nav_item:last-child:after {
  content: "";
  background: #e08cab;
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 10;
}
/* line 81, ../sass/style.scss */
.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;
}
/* line 94, ../sass/style.scss */
.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) {
  /* line 31, ../sass/base/_mixin.scss */
  .quiz_nav_item a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  /* line 36, ../sass/base/_mixin.scss */
  .quiz_nav_item a:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
/* line 97, ../sass/style.scss */
.quiz_nav_item.-top a {
  background-image: url("/quiz/2023/images/nav/nav_top.png");
}
/* line 98, ../sass/style.scss */
.quiz_nav_item.-cast a {
  background-image: url("/quiz/2023/images/nav/nav_cast.png");
}
/* line 99, ../sass/style.scss */
.quiz_nav_item.-about a {
  background-image: url("/quiz/2023/images/nav/nav_about.png");
}
/* line 100, ../sass/style.scss */
.quiz_nav_item.-sns a {
  background-image: url("/quiz/2023/images/nav/nav_sns.png");
}
/* line 101, ../sass/style.scss */
.quiz_nav_item.-qa a {
  background-image: url("/quiz/2023/images/nav/nav_qa.png");
}
/* line 102, ../sass/style.scss */
.quiz_nav_item.-terms a {
  background-image: url("/quiz/2023/images/nav/nav_terms.png");
}
/* line 103, ../sass/style.scss */
.quiz_nav_item.-entry a {
  background-image: url("/quiz/2023/images/nav/nav_entry.png");
}
/* line 105, ../sass/style.scss */
.quiz_nav_item.-iscoming span {
  background: url("/quiz/2023/images/nav/nav_coming.png") no-repeat center center;
  background-size: contain;
  opacity: 0.4;
}
@media only screen and (max-width: 1000px) {
  /* line 117, ../sass/style.scss */
  .quiz_nav_item:first-child:before {
    display: none;
  }
  /* line 120, ../sass/style.scss */
  .quiz_nav_item:last-child:after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 127, ../sass/style.scss */
  .quiz_nav_list {
    width: 96%;
    flex-flow: row wrap;
    position: relative;
  }
  /* line 131, ../sass/style.scss */
  .quiz_nav_list:after {
    content: "";
    background-color: #e08cab;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 49.5%;
    left: 0;
  }
  /* line 142, ../sass/style.scss */
  .quiz_nav_item {
    width: 33%;
  }
  /* line 145, ../sass/style.scss */
  .quiz_nav_item:nth-child(4):before {
    display: none;
  }
  /* line 149, ../sass/style.scss */
  .quiz_nav_item a, .quiz_nav_item span {
    padding-top: 50%;
  }
}
/* line 158, ../sass/style.scss */
.quiz_sns_inner {
  margin: auto;
  max-width: 1000px;
}
/* line 162, ../sass/style.scss */
.quiz_sns_info {
  padding: 4% 0 2%;
}
/* line 164, ../sass/style.scss */
.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;
  text-align: center;
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
/* line 178, ../sass/style.scss */
.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) {
  /* line 31, ../sass/base/_mixin.scss */
  .quiz_sns_info a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  /* line 36, ../sass/base/_mixin.scss */
  .quiz_sns_info a:hover:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
/* line 183, ../sass/style.scss */
.quiz_sns_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* line 188, ../sass/style.scss */
.quiz_sns_item {
  padding: 3.5% 5px 3%;
  width: calc(25% - 10px);
}
/* line 191, ../sass/style.scss */
.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) {
  /* line 31, ../sass/base/_mixin.scss */
  .quiz_sns_item a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  /* line 36, ../sass/base/_mixin.scss */
  .quiz_sns_item a:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
/* line 194, ../sass/style.scss */
.quiz_sns_item img {
  max-width: 220px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  /* line 203, ../sass/style.scss */
  .quiz_sns_inner {
    padding: 0 2%;
  }
  /* line 207, ../sass/style.scss */
  .quiz_sns_info a {
    padding: 3.1% 5.5% 3.1%;
    font-size: 20px;
    font-size: 3.125vw;
  }
  /* line 212, ../sass/style.scss */
  .quiz_sns_item {
    padding: 1% 2% 3%;
    width: calc(50% - 5px);
  }
  /* line 215, ../sass/style.scss */
  .quiz_sns_item:nth-child(1) {
    padding: 1% 2% 1%;
  }
  /* line 218, ../sass/style.scss */
  .quiz_sns_item:nth-child(2) {
    padding: 1% 2% 1%;
  }
  /* line 221, ../sass/style.scss */
  .quiz_sns_item img {
    max-width: none;
  }
}

/* line 229, ../sass/style.scss */
#ntv_setShare {
  margin: 20px auto 0 auto;
}

/* line 230, ../sass/style.scss */
#ntv_setSns {
  display: none;
}

/* line 231, ../sass/style.scss */
.ntv-pageTop
a {
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 235, ../sass/style.scss */
.ntv-pageTop
a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

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

/* article
========================================== */
/* line 266, ../sass/style.scss */
.article {
  /* h3 */
  /* atag */
}
/* line 268, ../sass/style.scss */
.article_title {
  padding: 60px 0 20px;
  text-align: center;
  position: relative;
  z-index: 100;
}
/* line 273, ../sass/style.scss */
.article_title_en {
  display: block;
  font-family: 'Staatliches', sans-serif;
  font-size: 65px;
  line-height: 1.3em;
  color: #09299c;
  letter-spacing: 0.1em;
}
/* line 281, ../sass/style.scss */
.article_title_ja {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #09299c;
  letter-spacing: 0.1em;
}
/* line 292, ../sass/style.scss */
.article_title.-wt .article_title_en {
  color: #fff;
}
/* line 295, ../sass/style.scss */
.article_title.-wt .article_title_ja {
  color: #fff;
}
/* line 303, ../sass/style.scss */
.article a {
  color: #e02d73;
}
/* line 305, ../sass/style.scss */
.article a:hover {
  background-color: #ffec0c;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  /* line 314, ../sass/style.scss */
  .article_title {
    padding: 9% 0 3%;
  }
  /* line 316, ../sass/style.scss */
  .article_title_en {
    font-size: 60px;
    font-size: 9.375vw;
  }
  /* line 319, ../sass/style.scss */
  .article_title_ja {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
/* mainvisual_second
========================================== */
/* line 330, ../sass/style.scss */
#second #quiz_mainvisual a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  background: #0d38ae url("/quiz/2023/images/common/mv_is2nd_pc.jpg") no-repeat center top;
  background-size: contain;
  overflow: hidden;
  padding-top: 16.66667%;
}
/* line 336, ../sass/style.scss */
#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) {
  /* line 31, ../sass/base/_mixin.scss */
  #second #quiz_mainvisual a:hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  /* line 36, ../sass/base/_mixin.scss */
  #second #quiz_mainvisual a:hover:active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}
@media only screen and (max-width: 640px) {
  /* line 343, ../sass/style.scss */
  #second #quiz_mainvisual a {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    line-height: 0;
    background: #0d38ae url("/quiz/2023/images/common/mv_is2nd_sp.jpg") no-repeat center top;
    background-size: contain;
    padding-top: 29.16667%;
  }
}

/* ondemandArea
========================================== */
/* line 355, ../sass/style.scss */
#ondemandArea {
  width: 100%;
  background: #fff;
  padding: 1.2% 0;
}
/* line 359, ../sass/style.scss */
#ondemandArea .ondemandInner {
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 363, ../sass/style.scss */
#ondemandArea .ondemandInner p {
  display: inline-block;
  width: 33.26613vw;
  max-width: 330px;
}
/* line 367, ../sass/style.scss */
#ondemandArea .ondemandInner p a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 0;
  width: 100%;
  height: 0;
  padding-top: 16.9697%;
}
/* line 377, ../sass/style.scss */
#ondemandArea .ondemandInner .ondemandTver {
  margin-right: 2%;
}
/* line 379, ../sass/style.scss */
#ondemandArea .ondemandInner .ondemandTver a {
  background: url("/quiz/2023/images/ondemand/pc_tver.png") no-repeat;
  background-size: contain;
}
/* line 385, ../sass/style.scss */
#ondemandArea .ondemandInner .ondemandHulu a {
  background: url("/quiz/2023/images/ondemand/pc_hulu.png") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  /* line 393, ../sass/style.scss */
  #ondemandArea {
    padding: 3% 0;
  }
  /* line 395, ../sass/style.scss */
  #ondemandArea .ondemandInner {
    margin: auto;
    width: 90%;
  }
  /* line 399, ../sass/style.scss */
  #ondemandArea .ondemandInner p {
    width: 48%;
  }
  /* line 401, ../sass/style.scss */
  #ondemandArea .ondemandInner p a {
    padding-top: 25.80645%;
  }
  /* line 406, ../sass/style.scss */
  #ondemandArea .ondemandInner .ondemandTver a {
    background: url("/quiz/2023/images/ondemand/sp_tver.png") no-repeat;
    background-size: contain;
  }
  /* line 412, ../sass/style.scss */
  #ondemandArea .ondemandInner .ondemandHulu a {
    background: url("/quiz/2023/images/ondemand/sp_hulu.png") no-repeat;
    background-size: contain;
  }
}
