@charset "utf-8";

* {
	box-sizing:border-box;
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
	height: -webkit-fill-available;

}
body {
	line-height: 1.4;
	font-size: 1.3rem;
	letter-spacing:0.1rem;
	
}

.sp_area {
	display:block;
}
@media (min-width: 769px) {
body {
background-color:#039;	
	font-size: 1.5rem;
}

.body_bg {
background-image:url("../img/bg.gif");
	background-repeat: repeat;
}
.sp_area {
	display:none;
}
}

.master_wrap {

	
}

.wrap {
	width:100%;
	padding:2.0rem 1rem 1rem 1rem;
	background:white;
}
.kent_copy {
	background:white;
	padding:1.0rem 1rem 1rem 1rem;
}
@media (min-width: 769px) {
.wrap {
	width:750px;
	margin:0 auto;
}
.kent_copy {
	width:750px;
	margin:0 auto;
}
}


.top_move_text {
	background:#FF0;
}


@media (min-width: 769px) {
.top_move_text {
	width:750px;
	margin:0 auto;
}
}


.count {
	margin:2.0rem 0
}
.count img {
	
	width:150px;
	height:auto;
}
.count table {
margin:0 auto;
}




h1 {
	font-weight:bold;
	text-align:center;
	font-size:2.0rem;
	color:#00C;
	margin:3.0rem 0;
}
@media (min-width: 769px) {
h1 {
	font-size:3.0rem;

}
}


.mission_bn {
	font-weight:bold;
	text-align:center;
	font-size:2.0rem;
	color:#3F0;
}

.mission_bn img {
	width:100%;
	height:auto;
}

@media (min-width: 769px) {
.mission_bn {
	font-size:2.5rem;
}

.mission_bn img {
	width:600px;
	height:auto;
}
}

.color_red {
	color:red;
	font-size:3.0rem;
}

@media (min-width: 769px) {
.color_red {
	font-size:4.0rem;
}

}

.span_red {
	color:red;
}

.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.sk {
	text-align:center;
}
.kikan {
	margin:3.0rem auto 0 auto;
	font-size:1.7rem;
	font-weight:bold;
	background:#000;
	color:white;
	display:inline-block;
	padding:0 1.0rem;
}
.date {
	font-size:1.7rem;
	margin-top:1.0rem;
	background:yellow;
	display:inline-block
}
.kanban {
	margin:3.0rem auto 0 auto;
	display:block;
}

.box img {
  animation: rotation-x 2.5s linear infinite;

}
/* アニメーション */
@keyframes rotation-x {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.mission {
	font-weight:bold;
	font-size:2.0rem;
	color:red;
}
.mission span {
	display:inline-block;
	background:#00F;
	color:white;
	margin-right:1.0rem;
	font-size:2.0rem;
}



@media (min-width: 769px) {
.mission {
	font-size:3.0rem;
}
}

.mission_text {
	padding:1.0rem;
	background:#FFF;
	margin-bottom:2.0rem;
}


.countnum {
	font-family: 'Press Start 2P', system-ui;
	background:#000;
	color:#0F0;
	font-size:2.5rem;

}

@media (min-width: 769px) {
.countnum {

	font-size:4.0rem;

}
}
.nazotoki {
  display: flex;
  justify-content: center;
  align-items: center;
		margin:0 auto;
}

@media (min-width: 769px) {
.nazotoki {

		width:600px;

}
}

.nazoform input[type="text"] {
  padding: 0 0 0 0.5rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.8rem;
  background-color: #ffffff;
		
}
.nazoform input[type="text"]:disabled {
  background-color: rgba(255,255,255,0.9);
}
.nazotoki_button {
  color: #ffffff;
  background-color:#999;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  
  margin-left: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
		border-top: 5px solid #DCDCDC;
		 border-right: 5px solid #797979;
			border-bottom: 5px solid #4E4E4E;
			border-left: 5px solid #CECECE;
			width:calc(100% - 80% - 0.5rem);
			
}

@media (min-width: 769px) {
.nazotoki_button {
	width:100px;

}
}

.nazotoki input[type="text"] {
  padding: 0 0 0 0.5rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 20px;
  background-color: #ffffff;
		width:80%;
		font-size: 16px;
		
}

@media (min-width: 769px) {
.nazotoki input[type="text"] {
	width:500px;
}
}
.ask {
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:10px;
}

@media (min-width: 769px) {
.ask {
	font-size:2.0rem;

}
}
.code {

	width:100%;
	margin:3.0rem auto 0 auto
}
@media (min-width: 769px) {
.code {

	width:600px;

}
}


.final_ask {
	margin:0 auto 10px auto;
	width:100%;
	animation: fuwafuwa 2s infinite;

}
@media (min-width: 769px) {
.final_ask {
	width:500px;
}
}
.final_ask img{
	width:100%;
	height:auto;

}




@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}

.ask span {
	background:#090;
	color:#FF0;
	padding:0 0.5rem;
	display:inline-block;
	margin-right:0.5rem;
}
.kotae {
	color:red;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
	background:yellow;}
	
	
	/*線アニメーション*/
#container {
  margin: 2.5rem auto 0 auto;
		text-align:center;
		font-size:2.0rem;
		font-weight:bold;
}
.border{
	position: relative;
	text-align:center;
	font-size: 18px;
  margin: 0;
}
.border:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 1px #000;
	transform: translateX(-50%);
	animation-name: border_anim;
  animation-duration:0.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode:forwards;
}
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
/* textアニメーション */
.Headline{
  margin: 0;
  animation-name: SlideIn ;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  50% {
    opacity: 0;
    transform: translateY(12px);
  }
75% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.nazo_flex {
	display:flex;
	justify-content:center;
	gap:10px;
	width:100%;
	margin:0 auto 6.0rem auto;
}



.nazo_flex_child {
	width:calc((100% - 20px)/3)
}

@media (min-width: 769px) {
.nazo_flex {
	display:flex;
	justify-content:center;
	gap:20px;
	width:500px;
}



.nazo_flex_child {
	width:calc((100% - 40px)/3)
}
}


.nazo_flex_child img{
	width:100%;
	height:auto;
}

.nazotoki_start {
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	color:blue;
	margin-bottom:1.5rem;
}

.top_ask {
	margin-top:3.0rem;
	margin-bottom:5.0rem;
	
}

.input_keyword {
	text-align:center;
	margin-top:1.0rem;
}

.rule span,
.kyosan span {
	display:inline-block;
	background:#000;
	color:white;
	font-size:1.5rem;
	padding:0 1.0rem;
	margin-bottom:0.5rem;
}

@media (min-width: 769px) {
.rule span,
.kyosan span {

	font-size:1.5rem;

}
}

.rule,
.kyosan {
	margin-bottom:2.0rem;
}


.copyright {
	padding:0.3rem 0;
	text-align:center;
	color:#fff;
	background:#666;
}


.btn_reload {
	margin-bottom: 20px;
}

.btn_reload a {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	background:#999;
	color: #fff;
	padding:0 0.5rem;
	text-decoration: none;
	transition: .3s ease;
			border-top: 5px solid #DCDCDC;
		 border-right: 5px solid #797979;
			border-bottom: 5px solid #4E4E4E;
			border-left: 5px solid #CECECE;
			cursor : pointer;
}


.sanka {
	display: block;
	width: 300px;
	margin: 2.0rem auto;
	text-align: center;
	background:blue;
	color: white;
	padding:1.0rem 0.5rem;
	text-decoration: none;
	transition: .3s ease;
			border-top: 5px solid #DCDCDC;
		 border-right: 5px solid #797979;
			border-bottom: 5px solid #4E4E4E;
			border-left: 5px solid #CECECE;
}

.sanka a{

	color: white;
	text-decoration:none;

}


.scroll table{
width:100%;
}
.scroll{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


.kiri_date {
	font-size:1.0rem;
	width:10%
}

.kiri_count {
	font-size:1.0rem;
	width:20%;
	
}

.kiri_name {
	font-size:1.0rem;
	width:30%;
}

.kiri_comment {
	font-size:1.0rem;
	width:40%;
	
}

.pagenation {
	text-align:center;
	margin:2.0rem 0;
}

@media (min-width: 769px) {
.kiri_date {
	font-size:1.5rem;
}

.kiri_count {
	font-size:1.5rem;
	
}

.kiri_name {
	font-size:1.5rem;
	
}

.kiri_comment {
	font-size:1.5rem;
	
}
}	

.get_kirinum {
	color:#FF0;
	background:black;
	font-weight:bold;
	text-align:center
	
}

.msg {
	text-align:center;
	color:red;
	margin-bottom:3.0rem;
}

footer {
				width:100%;
}


.kiriban_get_comment {
	text-align:center;
	margin-bottom:2.0rem;
}

.top_back {
	text-align:center;
	margin-top:5.0rem;
}

.seikai {
	margin-bottom:2.0rem;
	text-align:center;
	animation: rotation-x 3.5s linear infinite;
}

.seikai span{
	color:#3C0;
}

.mission_comp {

}

.mission_comp img{
	width:100%;
	height:auto;
}

.keyword_flex {
	display:flex;
	align-items:center;
	margin:3.0rem auto 0 auto;
	width:300px;
	justify-content:center;
}

@media (min-width: 769px) {
.keyword_flex {

	width:500px;

}

}

.keyword_text {
	font-size:2.0rem;
	font-weight:bold;
	display:inline-block;
}

.key_icon {
	width:30px;
	height:30px;
}

.key {
	font-size:2.0rem;
	border:2px solid #000;
	text-align:center;
	padding:1.5rem;
	width:100%;
	margin:1.0rem auto 0 auto;
	background:white
}

@media (min-width: 769px) {
.key {

	width:450px;

}
}

.key_text {
	text-align:center;
	margin-top:0.5rem;
}

.kiriban_present_text {
	color:#F0F;
	font-weight:bold;
	font-size:1.7rem;
}

@media (min-width: 769px) {
.kiriban_present_text {
font-size:2.0rem;
}

}

.kiriban_next {
	text-align:center;
}