@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 62.5%;
}
a {
  color: #725e2e;
}
/*============
common
=============*/
main {
  background: #fff;
}
/* container */
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 25px 0 0;
  background: #bc9b52 url('../images/svg/icon_unko.svg') repeat 0 0;
  background-size: 50px auto;
  -webkit-animation: bg-scrolling-reverse 0.92s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 0.92s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 0.92s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 0.92s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.container.top {
  position: relative;
}
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
.wrapper {
  padding: 0 20px;
}
h1.logo img {
  width: 70%;
  margin: 0 auto 34px;
}
h2 {
}
p {
  color: #000;
}
p.note {
  cursor: default;
  font-size: 1rem;
  line-height: 1.7;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.col_1 .btn {
  width: 50%;
  margin: 0 auto;
}
.col_2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_2 p,
.col_2 div {
  width: 49%;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.m-center {
  margin: 0 auto;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.start_btn {
  margin: 15px 0 25px 0;
}
.start_btn a {
  padding: 20px 0;
  background: #000;
}
.start_btn a img {
  width: 150px;
  margin: 0 auto;
}
.search_btn a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: underline;
  margin: 10px auto;
}
.search_btn a::before {
  content: '';
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(20%);
  width: 15px;
  height: 15px;
  background: url('../images/svg/icon_twitter.svg') no-repeat center;
  background-size: contain;
  display: inline-block;
}
.credit_btn a {
  width: 100%;
  color: #000;
  padding-bottom: 10px;
  font-size: 0.9rem;
}
.twi_btn a {
  width: 70%;
  background: #1da1f2 url('../images/svg/icon_twitter.svg') no-repeat 28% center;
  background-size: 20px auto;
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 15px 15px 15px 40px;
  margin: 0 auto;
}
.replay_btn a {
  width: 70%;
  background: #db3535;
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 15px;
  margin: 0 auto;
}
.twi_btn a img,
.replay_btn a img {
  display: block;
  margin: 0 auto;
  height: 20px;
}
.cancel_btn {
  position: absolute;
  top: -12px;
  right: -15px;
}
.cancel_btn a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: auto;
  background: #000 url('../images/svg/icon_cross.svg') no-repeat center;
  background-size: 10px auto;
  border: 3px solid #fff;
  border-radius: 50%;
}
.result_btn a {
  color: #000;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.45);
  padding: 15px 12px;
  border-radius: 60px;
}
/*============
main
=============*/
.countdown-txt {
  padding-top: 180px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  cursor: default;
}
.game_sound {
  margin-left: auto;
}
.game_sound li a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.45) url('../images/svg/icon_sound_on.svg') no-repeat center left 10px;
  background-size: 30px auto;
  border-radius: 50%;
}
.game_sound li:nth-child(2) a {
  background: rgba(255, 255, 255, 0.45) url('../images/svg/icon_sound_off.svg') no-repeat center left 10px;
  background-size: 30px auto;
}
.game_display {
  text-align: center;
  margin: 15px 0 20px 0;
  padding: 20px 30px 60px;
  background: #fff;
  border-top: 10px solid #cbc3af;
  border-bottom: 10px solid #cbc3af;
  border-left: 1px solid #cbc3af;
  border-right: 1px solid #cbc3af;
}
.game_display p.reaction {
  height: 35px;
  color: #db3535;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
  cursor: default;
}
.game_display ul li {
  width: 80px;
  height: 80px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 80px;
  position: relative;
  cursor: default;
}
.game_display ul li::after {
  content: attr(data-text);
  display: block;
  width: 100%;
  height: 100%;
  font-weight: normal;
  position: absolute;
  top: 70px;
}
.game_display ul li:last-child {
  background: url('../images/svg/icon_unko2.svg') no-repeat center;
  background-size: 80px auto;
}
.game_btn a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #000;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 25px;
  font-size: 2.5rem;
  border: 4px solid #fff;
  box-shadow: 0 8px 0 #d0d0d0;
}
/*.game_btn a:active {
  top: 4px;
  box-shadow: 0 1px 0 #D0D0D0;
}*/
.game_status {
  text-align: center;
}
.game_status dt {
  padding: 2px 20px;
  color: #fff;
  font-weight: bold;
  border: 1.5px solid #725e2e;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #725e2e;
  cursor: default;
}
.game_status dd {
  padding: 2px 20px;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  border: 1.5px solid #725e2e;
  border-radius: 0 0 4px 4px;
  background: #fff;
  cursor: default;
  height: 28px;
  line-height: 20px;
}
.game_status.game_status_score {
  margin-right: 5px;
}
.game_status.game_status_score dd {
  letter-spacing: 0.05rem;
}
.game_result {
  font-weight: bold;
  background: #fff;
  border: 5px solid #cbc3af;
  border-radius: 60px;
  padding: 15px;
  margin: 0 auto;
}
.game_result dt {
  font-size: 1rem;
}
.game_result dd {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
/*============
footer
=============*/
footer {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
}
.copyright {
  font-size: 0.7rem;
  text-align: center;
}
/*============
form
=============*/
label {
  color: #000;
  font-weight: bold;
}
.form-group-wrapper {
  color: #765858;
  font-size: 1.5rem;
  padding: 28px 28px 26px 28px;
  font-weight: bold;
  background: #ede9d6;
  border-radius: 15px;
}
.form-group {
}
.form-group p,
ul.form-group li {
  display: block;
}
ul.form-group li {
  position: relative;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 0.9rem;
  padding-left: 0.5rem;
}
ul.form-group li:first-child {
  padding-left: 2.6rem;
}
ul.form-group li:first-child::before {
  content: 'DA-';
}
ul.form-group li::before {
  content: '-';
  top: 50%;
  left: -0.15em;
  margin-top: -0.5em;
  position: absolute;
}
ul.form-group li input {
  width: 100%;
  padding: 16px 14px;
  margin: 5px;
  border: solid 2px #e3dfc7;
  border-radius: 4px;
  font-size: 1.3rem;
}
/*checkbox*/
.sound_check {
  display: inline-block;
  background: rgba(255, 255, 255, 0.45);
  padding: 0 10px 0 20px;
  border-radius: 60px;
}
input[type='checkbox'] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 26px;
  vertical-align: middle;
  font-size: 0.8rem;
  cursor: pointer;
}
.checkbox::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 3px;
  background: #fff;
  content: '';
}
input[type='checkbox']:checked + .checkbox:before {
  border: 2px solid #000;
  background: #000;
}
.checkbox:after {
  position: absolute;
  top: 50%;
  left: 6.5px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type='checkbox']:checked + .checkbox:after {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  /* SP */
  body {
    height: 100%;
    position: relative;
    box-sizing: border-box;
  }
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    background: #fff;
  }
  .game_btn a {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 481px) {
  /* TB */
  .only-sp {
    display: none;
  }
  .container {
    width: 375px;
    max-height: 545px;
  }
  .game_btn a {
    padding: 13px 25px;
  }
}
@media screen and (min-width: 960px) {
  /* PC */
  .only-sp {
    display: none;
  }
  .container {
    width: 375px;
    max-height: 545px;
  }
}
