@charset "UTF-8";

html,
body {
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.fontxlll {
  font-size: 26px;
}
.fontxll {
  font-size: 24px;
}
.fontxl {
  font-size: 22px;
}
.fontll {
  font-size: 20px;
}
.fontl {
  font-size: 18px;
}
.fontm {
  font-size: 16px;
}
.fonts {
  font-size: 14px;
}
.fontss {
  font-size: 12px;
}
.text-4b4b4b {
  color: #4b4b4b;
}
.header_area {
  position: absolute;
  top: 0px;
  width: 100%;
}
nav {
  background-color: #ca1517;
  color: #fff;
  position: absolute;
  top: 35px;
  width: 100%;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 8px 0;
  width: 16%;
}
.main {
  background-color: #12161e;
  height: 800px;
}

/*.login_link {
  background-color: #12161e;
}*/
.text-main {
  color: #ca1517;
}
.login {
  margin-right: 30px;
  border-right: 1px solid #737373;
  padding-right: 30px;
  margin-top: 30px;
}
.register {
  position: relative;
  top: 30px;
}
.winning {
  background-color: #ca1517;
}
.winning-text {
  color: #fffc00;
  font-weight: bold;
  font-size: 36px;
}

.title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #181818;
}
.game-title {
  background-image: url(./images/title-bar.png);
  background-position: left;
  background-size: cover;
  padding: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.cover {
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card-img {
  background-color: #e4e4db;
  padding-bottom: 70%;
  background-size: 80%;
  background-repeat: no-repeat;
}
section {
  padding: 80px 0;
}

section:nth-of-type(2n) {
  background-color: #f6fafc;
}

#winning-user ul li {
  list-style: none;
}

.box-title {
  font-size: 26px;
}
.box-text {
  color: #4b4b4b;
}
.adbtn {
  background-color: #ca1517 !important;
  color: #fff !important;
}
.card .adbtn {
  width: 120px;
}
.scratch-border {
  border: 3px solid #d9d9d9;
}

.bg-scratch {
  background-color: #e4e4db;
}
.title-bar2 {
  background-image: url("./images/title-bar2.png");
}
.sub-title {
  font-size: 30px;
  text-align: center;
  color: #181818;
}
#flow .adbtn {
  width: 220px;
}
#flow .card {
  margin-right: 1.8%;
  width: 18.5%;
  background-color: initial;
  border: none;
  box-shadow: initial;
}
#flow .card:nth-of-type(5) {
  margin-right: 0%;
}
@media screen and (max-width: 800px) {
}
