@charset "UTF-8";
/* Fit the 960 x 640 games inside the fullscreen viewport (except Korogaru Ball). */
#stage[data-game]:not([data-game="korogaru_ball"]):fullscreen,
#stage[data-game]:not([data-game="korogaru_ball"]).fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #000;
}

#stage[data-game]:not([data-game="korogaru_ball"]):fullscreen > canvas,
#stage[data-game]:not([data-game="korogaru_ball"]).fullscreen > canvas {
  display: block;
  flex: none;
  width: min(100vw, 150vh);
  height: min(100vh, 66.666667vw);
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
}

/** @format */
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	ボタンエリアの基本設定
----------------------------------------------------*/
.btn_Area_game {
  width: 50%;
  margin: 2% auto;
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "M PLUS Rounded 1c", sans-serif;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.btn_Area_game a {
  text-decoration: none;
  width: 47%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .btn_Area_game {
    width: 80%;
  }
}
@media all and (max-width: 640px) {
  .btn_Area_game {
    width: 80%;
    display: block;
    margin: 2rem auto;
  }
  .btn_Area_game a {
    width: 100%;
  }
}

/*----------------------------------------------------
	ボタンの基本設定
----------------------------------------------------*/
a .basic_btn_game {
  border-radius: 4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin: 2rem auto;
  padding: 2rem 0;
  background-color: #e60000;
}
@media all and (max-width: 640px) {
  a .basic_btn_game {
    border-radius: 6rem;
    font-size: 4rem;
  }
}
/*----------------------------------------------------
	スライドパズルアイコンの基本設定
----------------------------------------------------*/
.icn_slidepuzzle_box {
  width: 100%;
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: start;
}
.icn_slidepuzzle_box .icn_slidepuzzle {
  width: 12%;
  margin: 0.5rem auto;
}
.icn_slidepuzzle_box::before {
  content: "";
  width: 12%;
  margin: 0.5rem auto;
  display: block;
  order: 1;
}
.icn_slidepuzzle_box::after {
  content: "";
  width: 12%;
  margin: 0.5rem auto;
  display: block;
}
@media all and (max-width: 640px) {
  .icn_slidepuzzle_box {
    width: 100%;
    margin: 3rem auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: start;
  }
  .icn_slidepuzzle_box .icn_slidepuzzle {
    width: 23%;
    margin: 0.5rem;
  }
  .icn_slidepuzzle_box::before {
    content: "";
    width: 23%;
    margin: 0.5rem;
    display: block;
    order: 1;
  }
  .icn_slidepuzzle_box::after {
    content: "";
    width: 23%;
    margin: 0.5rem;
    display: block;
  }
}/*# sourceMappingURL=game.css.map */
