@media screen and (min-width: 769px) {
  footer {
    padding: 6rem 0 4rem !important; } }
@media screen and (max-width: 768px) {
  footer {
    padding: 6rem 0 3rem; } }

#game {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #game {
      padding: 21rem 0 12rem; } }
  @media screen and (max-width: 768px) {
    #game {
      padding: 14rem 0 6rem; } }

#game .logo {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #game .logo {
      width: 25rem; } }
  @media screen and (max-width: 768px) {
    #game .logo {
      width: 18.4rem; } }

@media screen and (min-width: 769px) {
  #news_logo {
    display: none; } }
@media screen and (max-width: 768px) {
  #news_logo {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 8.5rem;
    left: 2rem;
    width: 8.2rem;
    z-index: 9987; } }

#game hgroup {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #game hgroup {
      padding: 4rem 0 8rem; } }
  @media screen and (max-width: 768px) {
    #game hgroup {
      padding: 3rem 0 5rem; } }

#game hgroup p {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    #game hgroup p {
      line-height: 1em;
      font-size: 2.6rem;
      padding: 0 0 1.8rem; } }
  @media screen and (max-width: 768px) {
    #game hgroup p {
      line-height: 1em;
      font-size: 1.6rem;
      padding: 0 0 1rem; } }

#game hgroup h1 {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    #game hgroup h1 {
      line-height: 1em;
      font-size: 3.6rem; } }
  @media screen and (max-width: 768px) {
    #game hgroup h1 {
      line-height: 1.667em;
      font-size: 2.4rem; } }

#game #game_block {
  position: relative;
  margin: 0 auto;
  color: #1A1918; }
  @media screen and (min-width: 769px) {
    #game #game_block {
      width: 98rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block {
      width: 35rem; } }

#game #game_block .box {
  position: relative;
  background: #f5f2ec;
  margin: 0 auto;
  color: #1A1918;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #game #game_block .box {
      padding: 6rem 6rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box {
      padding: 4rem 2rem; } }

#game #game_block .box ul {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #game #game_block .box ul {
      margin-top: 5rem;
      gap: 0.5rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box ul {
      margin-top: 4rem;
      gap: 1rem; } }

#game #game_block .box ul li {
  position: relative;
  font-weight: 400;
  font-family: "Shippori Antique", sans-serif;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    #game #game_block .box ul li {
      line-height: 1.734em;
      font-size: 1.5rem;
      padding-left: 1.5rem;
      text-indent: -1.5rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box ul li {
      line-height: 1.867em;
      font-size: 1.5rem;
      padding-left: 1.5rem;
      text-indent: -1.5rem; } }

#game #game_block .box .game_btn {
  position: relative;
  background: #1A1918;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: #1A1918 2px solid; }
  @media screen and (min-width: 769px) {
    #game #game_block .box .game_btn {
      transition: .4s ease-in-out; } }

@media screen and (min-width: 769px) {
  #game #game_block .box #start_btn {
    width: 46.5rem;
    height: 6.5rem; } }
@media screen and (max-width: 768px) {
  #game #game_block .box #start_btn {
    width: 31rem;
    height: 6.5rem; } }

#game #game_block .box #restart_btn {
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    #game #game_block .box #restart_btn {
      width: 27.5rem;
      height: 6.5rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box #restart_btn {
      width: 24rem;
      height: 6.5rem; } }

#game #game_block .box .answer_set {
  position: relative;
  display: flex; }
  @media screen and (min-width: 769px) {
    #game #game_block .box .answer_set {
      justify-content: space-between;
      align-items: stretch; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box .answer_set {
      flex-direction: column;
      gap: 1.5rem; } }

#game #game_block .box .answer_set .game_btn {
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    #game #game_block .box .answer_set .game_btn {
      width: 27.5rem;
      height: 6.5rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box .answer_set .game_btn {
      width: 31rem;
      height: 6.5rem; } }

#game #game_block .box .game_btn p {
  position: relative;
  color: #F5F2EC;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 769px) {
    #game #game_block .box .game_btn p {
      line-height: 1em;
      font-size: 2.2rem;
      transition: .4s ease-in-out; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box .game_btn p {
      line-height: 1em;
      font-size: 1.8rem; } }

@media screen and (min-width: 769px) {
  #game #game_block .box .game_btn:hover {
    background: #F5F2EC; } }

@media screen and (min-width: 769px) {
  #game #game_block .box .game_btn:hover p {
    color: #1A1918; } }

.quiz_logo {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .quiz_logo {
      width: 22rem; } }
  @media screen and (max-width: 768px) {
    .quiz_logo {
      width: 15rem; } }

.maru_batsu {
  position: relative; }
  @media screen and (min-width: 769px) {
    .maru_batsu {
      margin: 6rem auto 0;
      width: 3.2rem; } }
  @media screen and (max-width: 768px) {
    .maru_batsu {
      margin: 4rem auto 0;
      width: 3.2rem; } }

.answer_txt {
  position: relative;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    .answer_txt {
      line-height: 1em;
      font-size: 1.8rem;
      margin: 2rem 0 0; } }
  @media screen and (max-width: 768px) {
    .answer_txt {
      line-height: 1em;
      font-size: 1.8rem;
      margin: 2rem 0 0; } }

.answer_txt.maru {
  color: #E60012; }

.quiz_txt {
  position: relative;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    .quiz_txt {
      line-height: 1.778em;
      font-size: 1.8rem;
      padding: 5rem 0 4rem; } }
  @media screen and (max-width: 768px) {
    .quiz_txt {
      line-height: 1.734em;
      font-size: 1.5rem;
      padding: 3rem 0 2.5rem; } }

#game #game_block .box h2 {
  position: relative;
  font-family: "Shippori Antique", sans-serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 769px) {
    #game #game_block .box h2 {
      line-height: 1em;
      font-size: 2.2rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box h2 {
      line-height: 1em;
      font-size: 1.8rem; } }

#game #game_block .box #form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (min-width: 769px) {
    #game #game_block .box #form {
      width: 85rem;
      padding: 4rem 0 1.5rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box #form {
      width: 31rem;
      padding: 3rem 0 1.5rem; } }

#game #game_block .box #enter_btn {
  opacity: .5;
  pointer-events: none;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    #game #game_block .box #enter_btn {
      width: 46.5rem;
      height: 6.5rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box #enter_btn {
      width: 31rem;
      height: 6.5rem; } }

#game #game_block .box #enter_btn.active {
  cursor: pointer;
  opacity: 1 !important;
  pointer-events: auto !important; }

#game #game_block .box #pass_btn {
  position: relative;
  cursor: pointer;
  background: #1A1918;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: #1A1918 2px solid; }
  @media screen and (min-width: 769px) {
    #game #game_block .box #pass_btn {
      width: 8rem;
      height: 5.6rem;
      transition: .4s ease-in-out; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box #pass_btn {
      width: 8rem;
      height: 5.6rem; } }

#game #game_block .box #pass_btn {
  position: relative;
  color: #F5F2EC;
  font-family: "Shippori Antique", sans-serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 769px) {
    #game #game_block .box #pass_btn {
      line-height: 1em;
      font-size: 1.6rem;
      transition: .4s ease-in-out; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box #pass_btn {
      line-height: 1em;
      font-size: 1.6rem; } }

@media screen and (min-width: 769px) {
  #game #game_block .box #pass_btn:hover {
    background: #F5F2EC;
    color: #1A1918; } }

#pass_input {
  color: #1A1918;
  background-color: #fff;
  border: #fff 2px solid;
  font-family: "Shippori Antique", sans-serif;
  text-align: left;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 2rem; }
  @media screen and (min-width: 769px) {
    #pass_input {
      width: 77rem;
      height: 5.6rem;
      padding: 2rem;
      line-height: 1em;
      font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    #pass_input {
      width: 23rem;
      height: 5.6rem;
      padding: 2rem;
      line-height: 1em;
      font-size: 1.6rem; } }

#pass_input:focus {
  color: #1A1918;
  border: #E60012 2px solid;
  outline: 0;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important; }

@media screen and (min-width: 769px) {
  #pass_input::-webkit-input-placeholder {
    color: #bbbbbb; } }
@media screen and (max-width: 768px) {
  #pass_input::-webkit-input-placeholder {
    color: #ffffff; } }

@media screen and (min-width: 769px) {
  #pass_input::-moz-placeholder {
    color: #bbbbbb; } }
@media screen and (max-width: 768px) {
  #pass_input::-moz-placeholder {
    color: #ffffff; } }

@media screen and (min-width: 769px) {
  #pass_input.placeholder {
    color: #bbbbbb; } }
@media screen and (max-width: 768px) {
  #pass_input.placeholder {
    color: #ffffff; } }

#game #game_block .box .error {
  position: relative;
  opacity: 0;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    #game #game_block .box .error {
      margin-bottom: 5rem;
      height: 1.5rem;
      background: url("../img/game/mark.png") 0 0 no-repeat;
      background-size: 1.5rem auto; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box .error {
      margin-bottom: 3.5rem;
      height: 1.2rem;
      background: url("../img/game/mark.png") 0 0 no-repeat;
      background-size: 1.2rem auto; } }

#game #game_block .box .error.active {
  opacity: 1 !important; }

#game #game_block .box .error p {
  position: relative;
  font-family: "Shippori Antique", sans-serif;
  text-align: left;
  color: #E60012;
  font-weight: 400;
  letter-spacing: 0.0em; }
  @media screen and (min-width: 769px) {
    #game #game_block .box .error p {
      line-height: 1em;
      font-size: 1.4rem;
      padding-left: 2rem; } }
  @media screen and (max-width: 768px) {
    #game #game_block .box .error p {
      line-height: 1em;
      font-size: 1.2rem;
      padding-left: 1.8rem; } }

#action_maru,
#action_batsu,
#action_quiz {
  display: none; }
