@charset 'Shift_JIS';
/*--------------------------------------------------------------------------------button */
:root {
  --button-text-color: #FFFFFF;
  --button-bg-color: #C00836;
  --button-bg-color-on: #F85C5C;
  --button-edge: #DD4400;
  --button-game-color: #4900BF;
  --button-game-edge: #6231B0;
  --button-game-color-on: #5E35A2;
  --button-gos-color: #192b5b;
  --button-gos-edge: #283c70;
  --button-gos-color-on: #0b1634;
  --button-mobile-color: #66cc99;
  --button-mobile-edge: #66cc99;
  --button-mobile-color-on: #15BC19;
}
.btn-wrapper {
  margin: 2em auto 4em;
  text-align: center;
}
.btn-gos {
padding: 0;
}
.btn-gos img{
width: auto;
  cursor: pointer;
  transition-duration: 0.3s;
}
.btn-gos:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.btn-mobile {
padding: 2em 0 0 0;
}
.btn-mobile img{
width: auto;
  cursor: pointer;
  transition-duration: 0.3s;
}
.btn-mobile:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.btn-list {
padding: 2em 0 2em 0;
}
.btn-list img{
width: auto;
  cursor: pointer;
  transition-duration: 0.3s;
}
.btn-list:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
a.btn--radius {
  border-radius: 100vh;
}
span.ya {
  z-index: 8000;
  display: inline-block;
  padding-left: 3em;
  position: absolute;
}
span.ya::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: 1.5em;
  margin-top: -6px;
}
/*-------------------------------------------------------------------ボタン*/
a.btn{
font-size: var(--f-size-button);
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0.8em 4em 0.8em 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.08em;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
a.btn:hover {
  text-decoration: none;
  background: var(--button-bg-color-on);
}
/*-------------------------------------------------------------------ゲームボタン*/
a.game-btn{
font-size: var(--f-size-xlarge);
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0.8em 4em 0.8em 2em;
  margin-bottom: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: var(--button-game-color);
  color: var(--button-text-color);
}
a.game-btn:hover {
  text-decoration: none;
  background: var(--button-game-color-on);
    color: #FFFD00;
}
/*-------------------------------------------------------------------スマホボタン*/
a.mobile-btn{
font-size: var(--f-size-button);
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0.8em 4em 0.8em 2em;
  margin: 2em auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: var(--button-mobile-color);
  color: var(--button-text-color);
}
a.mobile-btn:hover {
  text-decoration: none;
  background: var(--button-mobile-color-on);
    color: #FFFD00;
}
a.mobile-btn span.ya {
  z-index: 8000;
  display: inline-block;
  padding-left: 3em;
  position: absolute;
}
a.mobile-btn span.ya::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: 43%;
  right: 1.5em;
  margin-top: -6px;
}
/*--------------------------------------------------------------------------------バナーリンク*/
.banner_l {
  padding: 0;
  margin: 0;
  text-align: center;
}
.banner_l a {
  margin: 2em auto;
  display: block;
  height: auto;
  text-decoration: none;
}
.banner_l a img {
width:760px;
height: auto;
}