@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');

body {
    background-image: url("../images/background.jpg");
    
    
}
.select {
    display:flex;
    width: 80%;
}
ul li  {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding-top: 150px;
    padding-left: 250px;
}
ul li a img{
    width: 100%;
    height: auto;
}
#question_h1 {
    position: relative;
    margin-top:10% ;
    padding-left: 300px;
    font-family: 'Kiwi Maru', serif;
    border-color: yellow;
    color: black;
}
#question_h2 {
    position: relative;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Kiwi Maru', serif;
    color: orange;
    
}
.button_1 {
    text-align: center;
}
#Yes_1 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
  
}
#Yes_1:hover {
    margin-top: 3px;
    color: #212529;
    background: lightblue;
    border-bottom: 2px solid #212529;
  }
#No_1 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#No_1:hover {
    margin-top: 3px;
    color: #212529;
    background: lightcoral;
    border-bottom: 2px solid #212529;
  }

.button_2 {
    text-align: center;
    display: none;
}

#Yes_2 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
  
}
#Yes_2:hover {
    margin-top: 3px;
    color: #212529;
    background: lightblue;
    border-bottom: 2px solid #212529;
  }
#No_2 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#No_2:hover {
    margin-top: 3px;
    color: #212529;
    background: lightcoral;
    border-bottom: 2px solid #212529;
  }
.button_3 {
    text-align: center;
    display: none;
}
#Yes_3 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
  
}
#Yes_3:hover {
    margin-top: 3px;
    color: #212529;
    background: lightblue;
    border-bottom: 2px solid #212529;
  }
#No_3 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#No_3:hover {
    margin-top: 3px;
    color: #212529;
    background: lightcoral;
    border-bottom: 2px solid #212529;
  }
.button_4 {
    text-align: center;
    display: none;
}
#Yes_4 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
  
}
#Yes_4:hover {
    margin-top: 3px;
    color: #212529;
    background: lightblue;
    border-bottom: 2px solid #212529;
  }
#No_4 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#No_4:hover {
    margin-top: 3px;
    color: #212529;
    background: lightcoral;
    border-bottom: 2px solid #212529;
  }
.button_5 {
    text-align: center;
    display: none;
}
#Yes_5 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
  
}
#Yes_5:hover {
    margin-top: 3px;
    color: #212529;
    background: lightblue;
    border-bottom: 2px solid #212529;
  }
#No_5 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#No_5:hover {
    margin-top: 3px;
    color: #212529;
    background: lightcoral;
    border-bottom: 2px solid #212529;
  }
.button_6 {
    text-align: center;
    display: none;
}
#Yes_6 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
  
}
#Yes_6:hover {
    margin-top: 3px;
    color: #212529;
    background: lightblue;
    border-bottom: 2px solid #212529;
  }
#No_6 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#No_6:hover {
    margin-top: 3px;
    color: #212529;
    background: lightcoral;
    border-bottom: 2px solid #212529;
  }
.button_7 {
    text-align: center;
    display: none;
}
#Yes_7 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
  
}
#Yes_7:hover {
    margin-top: 3px;
    color: #212529;
    background: lightblue;
    border-bottom: 2px solid #212529;
  }
#No_7 {
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#No_7:hover {
    margin-top: 3px;
    color: #212529;
    background: lightcoral;
    border-bottom: 2px solid #212529;
  }
#anser {
    position: relative;
    text-align: center;
    padding: 20px;
    display: none;
    font-family: "Hannari", 'Caveat','Shippori Mincho', cursive;
}
#button_anser_8 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_8:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
#button_anser_9 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_9:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
#button_anser_10 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_10:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
#button_anser_11 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_11:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
#button_anser_12 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_12:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
#button_anser_13 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_13:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
#button_anser_14 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_14:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
#button_anser_15 {
    display: none;
    left: 42%;
    font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
  background-color: white;
  font-family: 'Architects Daughter', cursive;
}
#button_anser_15:hover {
    margin-top: 3px;
    color: #212529;
    background: gold;
    border-bottom: 2px solid #212529;
  }
.op{
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.op p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 600px;
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
}




