@charset "UTF-8";

ul,
li {
  margin: 0;
  padding: 0;
}

div.is-hidden {
  display: none;
}

div.is-visible {
  display: block;
}

.game {
  display: none;
}

.result {
  display: none;
}

li {
  list-style: none;
}

.screen {
/*   width: 60%;*/
  margin: 32px auto;
  text-align: center;
}

.screen button {
  display: inline-block;
}

#listAnswer {
  margin-top: 24px;
  display: flex;
    justify-content: center;
  align-items: center;
}

#listAnswer li {
  margin:0 10px;
}

.questionChoice {
  margin-top: 12px;
}

.questionChoice:hover {
  cursor: pointer;
}



body{font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;}
/* グラデーション */
.bgcolor01 {
  width: 100%;
  height: 100vh;
  background:linear-gradient(-45deg, #96d2d2, #f9e5e1, #72e4ee, #f8bbaf);


  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: bggradient 15s ease infinite;
}

@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.nameBox01{
	font-size:1.5em;
	margin-top:3em;
	color:#000;
	font-weight: bold;
	}
	
#gameName{
	font-size:1.2em;
	color:#35959c;
}
#gameEmail{
	font-size:0.9em;
	color:#35959c;
}

#textQuestion{
	margin-top:2em;
	font-size:1.2em;
	font-weight:bold;
	position: relative;
	padding: 1em;
	background: #e0edff;
	border-radius: 30px;
}

#textQuestion:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 150px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
#textQuestion span{
	text-align:left;margin:0 auto;
	font-weight: normal; 
}
#gName,#gEmail{
    padding: 10px 2px;

    border-radius: 3px;
    border: 2px solid #ddd;
    margin: 0 auto;
    display: block;
    text-align:center;
}

.box01{
	background-color:#fff;
	border-radius:50px;
	padding: 1em 0.5em;
	margin: 1em 0 3em;
	border: 20px double #35959c;
	box-shadow: 0 0 8px gray;
}

.btnBox01 {
  width: 200px;
  height: 200px;
  margin: 60px auto;
}

.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #147279;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 50px;
  background-color: #FFC107;
  border: 5px solid #FFE8A4;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
.btn01::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 70%;
  left: -30px;
  margin-top: -50px;
  background-image: url("../images/imgBtn01.gif");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn01 span {
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1.2em;
}

.btn01:hover {
  color: #ffffff;
  background-color: #FFE8A4;
  border: 20px solid #FFC107;
  transform: rotate( -5deg );
}

.btn02 {
 color:#147279;
 background-color:#FFC107;
 border:3px solid #FFE8A4;
 display: block;
 margin:0 auto;
 border-radius: 10px;
 padding:0.5em 1em;
}
.btn02:hover {
 color:#147279;
 background-color:#FFE8A4;
 border:3px solid #FFC107;
}

.btn03 {
 color:#fff;
 background-color:#35959c;
 border:3px solid #96d2d2;
 display: block;
 width:90%;
 margin:0 auto;
 border-radius: 30px;
 padding:0.5em 1em;
 font-weight: bold;
}
.btn03:hover {
 color:#147279;
 background-color:#96d2d2;
 border:3px solid #35959c;
}

.txt01{
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-size:4em;
  color:#288DE6;
  letter-spacing:-0.04em;
  text-shadow:
    4px 4px 0 #000,
    -2px 2px 0 #a3e9ff,
    2px -2px 0 #a3e9ff,
    -2px -2px 0 #a3e9ff;
  text-stroke: 2px #FFF;
  -webkit-text-stroke: 1.4px #FFF;
  background:linear-gradient(transparent 70%, #FFFF00 0%);
  padding:0 0.2em;
  font-weight: 900;
}

.txt02{
	color:red;
	font-weight:bold;
}

.txt03{
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-size:2.5em;
  color:red;
  letter-spacing:-0.1em;
  text-shadow:
    4px 4px 0 #000,
    -2px 2px 0 #fff07a,
    2px -2px 0 #fff07a,
    -2px -2px 0 #fff07a;
  -webkit-text-stroke: 1.4px #FFF;
  text-stroke: 1px #FFF;
  background-color:#FFFF00;
  padding:0 0.2em;
  font-weight: 900;
  border-radius: 50%;
}
.txt03 span{
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-size:2em;
}

footer {
  background-color: #000;
  padding:20px 20px 5px;
  text-align:center;
}
@media screen and (max-width: 768px) {
.txt01{
  font-size:1.8em;
  text-shadow:
    2px 2px 0 #000,
    -1px 1px 0 #a3e9ff,
    1px -1px 0 #a3e9ff,
    -1px -1px 0 #a3e9ff;
  text-stroke: 1px #FFF;
  -webkit-text-stroke: 1px #FFF;
}
.box01{
	border-top: 20px double #35959c;
	border-bottom: 20px double #35959c;
	border-left: 0;
	border-right: 0;
}
#gName, #gEmail {
    width: 100%;
}
}