@charset "utf-8";

/* soft-title */
#soft-title {
	background: #000;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #FFF;
	border-left: 6px solid #0096CA;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0096CA;
}

/* contents-inner */
#contents-inner {
	background: url(../img/contents_inner_bg.jpg) repeat-y;
	background-size: 100%;
}
#contents-inner img {
	vertical-align: bottom;
}

/* main-visual */
.main-visual {
	position: relative;
  z-index: 10;
}
.main-visual .pos-ab {
	position: absolute;
}
.main-visual .episode-ttl {
	top: 0;
	left: 27.5%;
	width: 58.75%;
}
.main-visual .chara {
	top: 0;
	right: 0;
	width: 28.4375%;
}

/* db-backnumber */
#db-backnumber {
	padding: 15.625% 0 7.8125%;
	background: url(../../../img/splatoon_quiz/db_backnumber_bg.png) no-repeat;
	background-size: 100% 100%;
}
#db-backnumber li {
	list-style:none;
	box-sizing: border-box;
	position: relative;
	margin: 0;
	padding: 0 12.5% 10.9375%;
}
#db-backnumber .coming-soon-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#db-backnumber .current01 {
	background: url(../../../img/splatoon_quiz/backnumber_btn_bg01.png) no-repeat 0 100%;
	background-size: 100%;
}
#db-backnumber .current02 {
	background: url(../../../img/splatoon_quiz/backnumber_btn_bg02.png) no-repeat 0 100%;
	background-size: 100%;
}
#db-backnumber .current03 {
	background: url(../../../img/splatoon_quiz/backnumber_btn_bg03.png) no-repeat 0 100%;
	background-size: 100%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #FF5C19;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}


/* quiz-article */
.quiz-article {
/*  min-height: 535px;*/
}

/* _screen */
._screen img{
  width: 100%;
  height: auto;
}
._screen.is-show{
  display: block !important;
}
._screen.is-hidden{
  display: none !important;
}

/* _start */
._start{
  padding: 0 0 50px;
}
._start__txt{
  width: 100%;
}
._start__btn{
  width: 92.5%;
  margin: 0 auto;
}

/* _number */
._number{
  padding: 30px 0;
}
._number__img{
  width: 74.84375%;
  margin: 0 auto;
}

/* _ques */
._ques{
  position: relative;
  padding: 20vw 0 0;
}
._ques__num{
  position: absolute;
  top: -32px;
  top: -10vw;
  left: 0;
  width: 26.5625%;
}
._ques__txt{
  padding: 0 7.03125%;
  margin: 0 auto 10px;
}
._ques__list{
  padding: 0 4.6875%;
}
._ques__select{
  margin: 0 auto 10px;
}

/* _true */
._true{
  position: relative;
  padding: 0 0 30px;
}
._true__cnt{
  position: absolute;
  top: 0px;
  left: 80%;
  width: 9%;
}
._true__txt{
  width: 100%;
}
._true__btn{
  width: 52%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 -26%;
}
/* _false */
._false{
  padding: 0 0 30px;
  position: relative;
}
._false__cnt{
  position: absolute;
  top: 0;
  left: 75%;
  width: 9%;
}
._false__img{
  width: 63.4375%;
  margin: 0 auto 50px;
}
._false__btn{
  width: 51.71875%;
  margin: 0 auto;
}
._false{}

/* _result */
._result{
  position: relative;
}
._result__cnt{
  position: absolute;
  top: 0;
  left: 0;
  width: 149px;
}
._result__btn{
  width: 76%;
  position: absolute;
  top: 66%;
  left: 14%;
}