@charset "UTF-8";
#contents {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*----------------------------------------------------
	☆visual
----------------------------------------------------*/
#top_mv_block {
  background: #CEC4A8;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#top_mv_block div#top_mv_inner {
  background-size: cover;
  height: 100vh;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
#top_mv_inner a {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}
#top_mv_inner a:hover {
  opacity: 0.6;
  transition: all 0.3s ease-out 0s;
}
#top_mv_inner a img {
  margin-top: 0;
  transition: all 0.3s ease-out 0s;
}
#top_mv_inner a:hover img {
  margin-top: 10px;
  transition: all 0.3s ease-out 0s;
}
.vegas-timer {
  display: none;
}
#top_mv_block div#top_mv_inner p {
  opacity: 0;
  position: absolute;
  top: 8% !important;
  width: 100%;
}
/*----------------------------------------------------
	☆Uniq top
----------------------------------------------------*/
#mv_block {
  position: relative;
  background: #000f3f;
  overflow: hidden;
}
#mv_block #btnScroll2Main {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 70px;
  height: 70px;
  font-family: 'Cantata One', serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.75em;
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 500ms ease;
}
#mv_block #btnScroll2Main .scroll-line {
  position: relative;
  top: 20px;
  height: 40px;
}
#mv_block #btnScroll2Main .scroll-line .line-wrap {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  height: 3px;
  width: 25px;
  overflow: hidden;
  -webkit-tap-highlight-color: #000;
  tap-highlight-color: #000;
  background: transparent;
  opacity: 0.8;
}
#mv_block #btnScroll2Main .scroll-line .line-wrap .anim-line {
  position: absolute;
  box-sizing: border-box;
  width: 25px;
  height: 3.5px;
  background: linear-gradient(to right, transparent, #FFF, transparent);
  -webkit-animation: scrollBtnAnim 3s infinite;
  animation: scrollBtnAnim 3s infinite;
}
#mv_block #btnScroll2Main .scroll-line .line-wrap:nth-of-type(1) {
  border-bottom: 2px solid #CCC;
  margin-left: -7px;
  transform-origin: center center;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
#mv_block #btnScroll2Main .scroll-line .line-wrap:nth-of-type(2) {
  border-top: 2px solid #CCC;
  margin-top: -2px;
  margin-left: 9px;
  transform-origin: center center;
  transform: translate3d(-50%, 0, 0) rotate(135deg);
}
#mv_block #btnScroll2Main.opening {
  opacity: 0;
}
@-webkit-keyframes anim-btnScroll2Main {
  0% {
    transform: translate3d(-50%, 0px, 0);
  }
  100% {
    transform: translate3d(-50%, -20px, 0);
  }
}
@keyframes anim-btnScroll2Main {
  0% {
    transform: translate3d(-50%, 0px, 0);
  }
  100% {
    transform: translate3d(-50%, -20px, 0);
  }
}
@-webkit-keyframes scrollBtnAnim {
  0% {
    right: 100%;
  }
  65% {
    right: 100%;
  }
  100% {
    right: -100%;
  }
}
@keyframes scrollBtnAnim {
  0% {
    right: 100%;
  }
  65% {
    right: 100%;
  }
  100% {
    right: -100%;
  }
}
#topMv {
  position: relative;
  background: url(../../images/main.jpg) center top no-repeat;
  background-size: contain;
  height: 100%;
}
#topMv .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 600ms ease;
}
#topMv .copy.opening {
  opacity: 0;
}
#topMv .copy img {
  position: absolute;
  left: 0;
  /*  top: 0;*/
  width: 100%;
  height: auto;
  max-width: 100% !important;
}
#topMv .copy span {
  display: none;
  visibility: hidden;
}
@media all and (max-width: 1440px) {
  #mv_block {
    height: calc(100vh - 120px);
    max-height: 60vw;
  }
  #topMv {
    background-size: contain;
  }
  #topMv .copy {
    top: 0;
    width: 100%;
    bottom: 5%;
  }
  #topMv .copy img {
    /*    top: 0;*/
  }
}
@media all and (min-width: 800px) {
  #mv_block {
    min-height: 600px;
  }
}
@media all and (min-width: 1060px) {
  #mv_block {
    min-height: 700px;
  }
}
@media all and (min-width: 1441px) {
  #mv_block {
    min-height: 910px;
  }
}
@media all and (min-width: 1840px) {
  #mv_block {
    min-height: 1150px;
  }
}
@media all and (min-aspect-ratio: 10 / 7) {
  #mv_block {
    height: calc(100vh - 130px);
    padding-bottom: 80px;
  }
  #topMv {
    background-size: cover;
  }
  #topMv .copy img {
    bottom: 0;
  }
}
@media all and (max-width: 600px) {
  #mv_block {
    max-height: 65vw;
  }
  #mv_block #btnScroll2Main {
    height: 59px;
  }
}
#gameArea {
  background: #ECECEC;
  padding: 1% 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#gameArea .inr {
  margin: 0 auto;
  width: 90%;
}
#gameArea .latest01 {
  float: left;
  position: relative;
  width: 49%;
}
#gameArea .latest02 {
  float: right;
  position: relative;
  width: 49%;
}
#gameArea .latest01 a, #gameArea .latest02 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
}
#gameArea .latest01 a:hover, #gameArea .latest02 a:hover {
  background-color: #FFF;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#gameArea .gameBox dt {
  background: #A99872;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 15px;
}
#gameArea .gameBox dt span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 2%;
  vertical-align: middle;
}
#gameArea .gameBox dd {
  background: #FFF;
  padding: 14px 25px;
  clear: both;
  overflow: hidden;
  text-align: center;
}
#gameArea .gameBox .rally {
  color: #000;
  font-weight: bold;
  margin: 5px;
}
#gameArea .gameBox .data {
  color: #123957;
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
}
#gameArea .gameBox .k_off {
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
#gameArea .gameBox .k_off span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
}
#gameArea .gameBox .place {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
#gameArea .gameBox .place span {
  color: #AB852B;
}
#gameArea .gameBox .data span {
  font-size: 20px;
  font-size: 2.0rem;
}
#gameArea .gameBox .data img {
  vertical-align: bottom;
}
#gameArea .gameBox .vs {
  background: #ECEAE5;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 10px;
}
#gameArea .gameBox .vs span {
  background: #AA8328;
  border-radius: 60px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 20px 2px;
  margin-right: 15px;
}
/*----------------------------------------------------
	☆schedule
----------------------------------------------------*/
#contents {
  margin-bottom: 0;
}
#contents #schedule {
  position: relative;
}
#contents #schedule .moreBtn {
  position: absolute;
  right: 0;
  top: 55px;
}
#contents #schedule .moreBtn a.bscBtn {
  box-shadow: none;
  font-size: 1.3rem;
  padding: 7px 20px 7px 15px;
  min-width: 180px;
}
#contents #topNews {
  position: relative;
}
#contents #topNews .moreBtn {
  position: absolute;
  right: 0;
  top: 55px;
}
#contents #topNews .moreBtn a.bscBtn {
  box-shadow: none;
  font-size: 1.3rem;
  padding: 7px 20px 7px 15px;
  min-width: 180px;
}
#contents #topNews ul li {
  border: solid 1px #DED7C6;
  padding-bottom: 15px;
}
#contents #topNews ul li .ph {
  width: 100%;
  height: 145px;
  overflow: hidden;
}
#contents #topNews ul li .ph img {
  height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#contents #topNews .kiji {
  margin: 15px auto;
  width: 80%;
}
#contents #topNews .kiji dt {
  color: #AA8328;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
#contents #topNews .kiji dd {
  color: #555;
  line-height: 1.4;
}
#contents #topNews .newsBtn {
  margin: 0 auto;
  width: 80%;
}
#contents #topNews .newsBtn a {
  background: #ECEAE5;
  color: #78705C;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  width: 100%;
}
#contents #topNews .newsBtn a:hover {
  background: #E8DCBC;
}
#contents .insta {
  color: #123957;
  font-size: 24px;
  font-size: 2.4rem;
}
#contents .insta span {
  padding-left: 15px;
}
#contents .insta::before {
  content: "\f16d";
  font-family: FontAwesome;
}
#contents #shop {
  background: url(../../images/bg_shop.jpg) center top no-repeat;
  background-size: cover;
  padding: 3%;
}
#contents .partBox {
  background: #FFF;
  padding: 5% 3% 2%;
  margin-bottom: 20px;
}
#contents .partBox .t_partner {
  color: #AA8328;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
  margin: 0 auto 20px;
  width: 50%;
}
#contents .partBox .t_partner:before, #contents .partBox .t_partner:after {
  border-top: 1px solid #AA8328;
  content: "";
  display: inline;
  /* for IE */
  flex-grow: 1;
}
#contents .partBox .t_partner:before {
  margin-right: 0.5em;
}
#contents .partBox .t_partner:after {
  margin-left: 0.5em;
}
#contents .partBox .logoList {
  display: table;
  margin: 0 auto 15px;
}
#contents .partBox .logoList li {
  display: table-cell;
  padding: 0 15px;
}
/*----------------------------------------------------
	☆news
----------------------------------------------------*/
/*----------------------------------------------------
	☆SP
----------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  #gameArea {
    position: static;
  }
}
/*デバイスの横幅が850px以下の場合*/
@media only screen and (max-width: 750px) {
  #gameArea {
    background: #123957;
    padding: 10px 0;
  }
  #gameArea .latest01, #gameArea .latest02 {
    float: none;
    width: 100%;
  }
  #gameArea .latest01 {
    margin-bottom: 5px;
  }
  #contents .partBox .t_partner {
    width: 100%;
  }
  #contents .partBox .logoList {
    margin: 0 auto 15px;
  }
  #contents .partBox .logoList li {
    padding: 0 5px;
    width: 85px;
    text-align: center;
  }
  #contents .partBox .logoImg {
    margin: 0 auto;
    width: 85px;
  }
  #contents #topNews .moreBtn, #contents #schedule .moreBtn {
    position: static;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
  }
  #contents #topNews .moreBtn a.bscBtn, #contents #schedule .moreBtn a.bscBtn {
    font-size: 1.5rem;
    padding: 18px 50px 18px 50px;
  }
}
@media only screen and (max-width: 480px) {
  #contents {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}