@charset 'Shift_JIS';
/* CSS Document */ :root {
  --w-basesize: 980px;
  --title-h1-color: #000D77;
  --h1-color: #3AB500;
  --image-color01: #5900BC;
  --title-color01: #FFFE80;
  --star-text-color: #e6e6e6;
}
html {
  font-size: 80%;
}
body {
    -webkit-text-size-adjust: 100%;
    background-image: url(../img/pc_backimage.jpg);
    background-repeat: repeat-y;
    position: relative;
    background-position: center;
    font-family: "メイリオ", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
    margin: 0;
}
strong {
  font-size: 2.4em;
}
/*-------------------------------------------------------------------メイン画像 H1-------------*/
header {
  margin: 0 auto;
  width: var(--w-basesize);
  height: 420px;
  background-image: url(../img/1027pc_headerimage.jpg);
  position: relative;
}
#title {
  color: var(--title-h1-color);
  font-size: 3.2em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  padding-left: 2em;
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
}
h1 {
  color: var(--h1-color);
  font-size: 2.3em;
  letter-spacing: 0.02em;
    background-image: linear-gradient(90deg, #00AB4E,#FFF);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: bottom left;
    text-shadow: none;
}
#dbox {
  color: #fff;
}
#dbox .date {
  color: #fff;
  background: rgba(0, 0, 0, .6);
  font-size: 0.4em;
  letter-spacing: 0.3em;
  padding: 0.3em 1em;
}
/*-------------------------------------------------------------------メイン画像 H1-------------*/
#lead {
  width: var(--w-basesize);
  margin: 0 auto;
}
#lead p {
  font-weight: bold;
  font-size: 1.6em;
}
/*-------------------------------------------------------------------メイン画像 H1-------------*/
#game-list {
  width: var(--w-basesize);
  margin: 0 auto;
}
#GAME01, #GAME02, #GAME03, #GAME04, #GAME05 {
  width: var(--w-basesize);
  margin: 0 auto;
  padding: 0em 0;
}
.container {
  display: grid;
  margin: auto;
  width: var(--w-basesize);
  grid-template-columns: 380px 600px;
  grid-template-rows: auto auto auto auto;
}
.item {
  background: #ddd;
  border: 2px solid #a9a9a9;
  padding: 10px;
}
.game_h {
  width: var(--w-basesize);
  margin: 0 auto 0.5em;
}
/*------------------------------------------------------------------------------------------------------*/
.c_midashi01 {
  color: var(--image-color01);
  font-size: 2em;
  margin-top: 3em;
  letter-spacing: 0.18em;
  font-weight: bold;
  display: block;
  text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
}
.c_title {
  border: 3px solid var(--image-color01);
  box-sizing: border-box;
  background: var(--image-color01);
  font-size: 2.4em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 20px;
  font-weight: bold;
  color: var(--title-color01);
}
.copy_title {
  grid-column: 1 / 4;
  margin-top: 80px;
}
.package {
  grid-column: 1 / 2;
  text-align: center;
}
.package img {
  width: 85%;
}
.spec {
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-top: 2em;
  font-weight: bold;
  text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
}
.spec img {
  margin-top: 20px;
}
.comment {
  grid-column: 2 / 4;
}
.comment p {
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: bold;
}
.comment p strong {
  font-size: 1.3em;
  background: linear-gradient(transparent 70%, #FFFF38 0%);
}
.t_box_r10_bg_w {
  border: 2px solid var(--image-color01);
  border-radius: 20px;
  padding: 0 1em;
  background: #ffffff;
  text-align: left;
}
/* ---------------------------------------------------- */
.gameimage {
  grid-column: 1 / 4;
}
.gameimage img {
  margin:2em 0;
  width: 100%;
}
/*------------------------------------------------------------------------------------------------------*/
#btn-wrapper1, #btn-wrapper2, #btn-wrapper3, #btn-wrapper4, #btn-wrapper5 {
  width: var(--w-basesize);
  text-align: center;
}
.btn-wrapper img {
  margin: 0 auto;
}
ul li {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 1em 0;
  text-align: center;
}
.btn--001, a.btn--001 {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  color: #fff;
  background: var(--button-01-color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 62px;
  padding-left: 30px;
  text-decoration: none;
  border: 2px solid var(--button-01-edge);
}
.btn--001:hover, a.btn--001:hover {
  color: #fff;
  background: var(--button-01-color-on);
}
.btn--002, a.btn--002 {
  font-weight: bold;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  color: #fff;
  background: var(--button-02-color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 62px;
  padding-left: 30px;
  text-decoration: none;
  border: 2px solid var(--button-02-edge);
}
.btn--002:hover, a.btn--002:hover {
  color: #fff;
  background: var(--button-02-color-on);
}
a.btn--radius {
  border-radius: 100vh;
}
span.ya_r1{
  z-index: 8000;
  display: inline-block;
  padding-left: 3em;
  position: absolute;
}

span.ya_r1::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.8em;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 45%;
  right: 2em;
  margin-top: -6px;
}
/*------------------------------------------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 0 0;
}
table tr {
  border-bottom: solid 3px white;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  width: 30%;
  position: relative;
  text-align: left;
  background-color: var(--star-text-color);
  padding: 10px 10px 0 10px;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: normal;
}
table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid var(--star-text-color);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td {
  text-align: left;
  background-color: #FFFFFF;
  padding: 10px 0 0 20px;
}
table td .starCOL_on {
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  color: #ffff1a;
  text-shadow:
    2px 2px 0px #afafaf, -2px 2px 0px #afafaf, 2px -2px 0px #afafaf, -2px -2px 0px #afafaf, 2px 0px 0px #afafaf, 0px 2px 0px #afafaf, -2px 0px 0px #afafaf, 0px -2px 0px #afafaf;
}
table td .starCOL_off {
  color: #FFFFFF;
  text-shadow:
    2px 2px 0px #afafaf, -2px 2px 0px #afafaf, 2px -2px 0px #afafaf, -2px -2px 0px #afafaf, 2px 0px 0px #afafaf, 0px 2px 0px #afafaf, -2px 0px 0px #afafaf, 0px -2px 0px #afafaf;
}