@charset "UTF-8";

/* ------------------------------------------------
 * base
 * ------------------------------------------------ */

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    text-align: justify;
    width: 100%;
    color: #666;
  /*min-width: 720px;*/
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

#pagetop a {
  display: block;
  line-height: 70px;
  text-align: center;
}

#pagetop span {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
}

.__flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt-s {
  font-size: 0.9em;
}

.txt-ss {
  font-size: 0.8em;
}

.btnWrap {
  width: 100%;
  margin: 15px 0;
}

.btnWrap button {
  display: block;
  position: relative;
  width: 50%;
  max-width: 360px;
  min-width: 320px;
  background: #FFF;
  border: 5px solid #000;
  border-radius: 28px;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
}

.btnWrap button:hover {
  background: yellow;
  transition: background 0.6s;
}

.btnWrap button a {
  color: #000;
  font-size: 1.3em;
  font-weight: 900;
}

.btnWrap button a::after {
  position: absolute;
  top: 0.9em;
  right: 24px;
  display: block;
  width: 5px;
  height: 5px;
  content: '';
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(-45deg);
}

.notice {
    text-align: center;
}
.notice h2 {
    background-color: orange;
    padding: 8px 0;
}
.notice p {
    padding: 12px;
}


/* ------------------------------------------------
 * header, footer, BG
 * ------------------------------------------------ */

header {
  position: relative;
  background-image: url("../img/logo.png"), url("../img/bg.png");
  background-size: auto 100%, cover;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  max-height: 800px;
}

.headerInner {
  width: 100%;
  height: 100vh;
}

.toplogo {
  padding: 8px 0 0 6px;
}

.toplogo img {
  width: 90%;
  max-width: 240px;
}

.logo {
  height: 100%;
}

.headerContents_menu {
  position: absolute;
  top: 5%;
  left: 28%;
  z-index: 30;
}

.headerContents_menu ul li {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 240px;
  margin-bottom: 24px;
}
.headerContents_menu ul li .active {
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.headerContents_menu ul li:hover .active {
	opacity: 1;
}

.headerContents_menu ul li img {
  width: 100%;
}

.headerContents_main {
  position: absolute;
  top: -40px;
  right: 5%;
  z-index: 10;
  text-align: right;
}

.headerContents_main img {
  width: 70%;
  min-width: 500px;
  max-width: 1080px;
}

.headerContents_news {
  background-color: #000;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  padding: 12px;
  text-align: center;
}

.headerContents_news-title {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  background: #FFF;
  color: #000;
  margin: 0 auto;
  padding: 2px 40px;
  margin-right: 24px;
}

.headerContents_news-jo, .headerContents_news-date, .headerContents_news-racetitle {
  display: inline-block;
  font-size: 1.0em;
  font-weight: bold;
  color: #FFF;
}

.headerContents_news-jo {
  margin-right: 24px;
}

footer {
  width: 100%;
}

.footerLink {
  background-color: #222;
  text-align: center;
  padding: 20px 12px;
}

.footerLink li {
  display: inline-block;
  margin: 0 12px;
  width: 140px;
  height: 45px;
  background-color: #FFF;
}

.copyright {
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding: 16px 0;
}

.bg_schedule {
  background-color: #02C3C0;
  background-image: url("../img/bg_ebisu.png"), url("../img/bg-title_schedule.png");
  background-size: 40% auto, 40% auto;
  background-repeat: no-repeat;
  background-position: right -180px bottom -100px, left 20% top 5%;
  border-bottom: 8px solid #000;
}

.contents {
  width: 100%;
  padding: 60px 0;
}

.scheduleArea, .raceArea, .appArea, .gameArea, .joArea, .youtubeArea {
  width: 90%;
  max-width: 1080px;
  padding-top: 8%;
  margin: 0 auto;
}


/* ------------------------------------------------
 * 開催スケジュール
 * ------------------------------------------------ */

.scheduleArea_2021 {
  background-color: #000;
  border: 5px solid #FFF;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.scheduleArea_2021:before {
  display: block;
  content: "2021年";
  background-color: #FFF;
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 24px;
}

.scheduleArea_2021 li {
  margin-bottom: 32px;
}

.scheduleArea_2021 li span {
  display: block;
}

.schedule_jo {
  font-size: 1.2em;
  color: #FFF;
}

.schedule_date {
  font-size: 1.7em;
  color: #FFF;
  font-weight: bold;
}


/* ------------------------------------------------
 *レース展望
 * ------------------------------------------------ */
.bg_race {
  background-image: url("../img/bg-title_race.png"), url("../img/bg_blue.png");
  background-size: 40% auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: left 20% top 5%, center;
  border-bottom: 8px solid #000;
}

.tenboWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.tenboWrap_img {
  width: 40%;
}

.tenboWrap_txt {
  width: 60%;
  padding: 0 40px 0 40px;
}

.tenboWrap_img img {
  width: 100%;
  border: 6px solid #000;
}

.tenbo_txt {
  display: block;
  color: #FFF;
  font-weight: bold;
}

.tenbo_title {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 24px;
}

.tenbo_title span {
  font-size: 2.3em;
  color: #FFF;
  font-weight: bold;
  background: linear-gradient(transparent 50%, black 50%);
}

.tenbo_txt {
  font-size: 1.2em;
  padding: 12px;
}


/* ------------------------------------------------
 *アプリ
 * ------------------------------------------------ */
.bg_app {
  background-color: #02C3C0;
  background-image: url("../img/bg_ebisu.png"), url("../img/bg-title_app.png");
  background-size: 40% auto, 40% auto;
  background-repeat: no-repeat;
  background-position: right -180px bottom -100px, left 20% top 5%;
  border-bottom: 8px solid #000;
}
.appArea {
    max-width: 1280px;
}
.appArea h3 {
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 900;
  color: #FFF;
    margin-top: 40px;
}

.appArea time {
  background: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  color: #02C3C0;
  padding: 8px 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.appArea time span {
  margin-right: 24px;
}

.appWrap {
    align-items:flex-start;
}

.appWrap_item {
  width: 50%;
  text-align: center;
}
.appWrap_item img{
  width: 100%;
  margin-top: 20px;
}
.appWrap_goods {
  width: 50%;
}
.appWrap_goods img{
width: 100%;
}

/* ------------------------------------------------
 *6連単
 * ------------------------------------------------ */
.bg_game {
  background-image: url("../img/bg-title_game.png"), url("../img/bg_blue.png");
  background-size: 40% auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: left 20% top 5%, center;
  border-bottom: 8px solid #000;
}

.gameArea {
  text-align: center;
}

.gameArea h3 {
  font-size: 3em;
  line-height: 1.25em;
  font-weight: 900;
  color: #FFF;
  text-align: left;
}

.gameArea p {
  position: relative;
  background: #FFF;
  display: inline-block;
  width: 60%;
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  border: 6px solid #8258FA;
  box-shadow: 6px 6px 0px 0px #18005c;
  padding: 24px;
  margin:0 auto;
  margin-top: 60px;
  margin-bottom: 12px;
}

.gameArea p span {
  display: block;
  color: #8258FA;
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 12px;
  text-align: center;
}

.gameArea_item-img {
  position: absolute;
  top: -20%;
  right: -10px;
  width: 20%;
}

.gameWrap {
  margin-bottom: 40px;
}

.gameWrap_item {
  width: 100%;
}

.gameWrap_goods {
  width: 30%;
}


/* ------------------------------------------------
 *Youtube
 * ------------------------------------------------ */

.bg_youtube {
  background-color: #E85D5D;
  background-image: url("../img/bg_ebisu.png"), url("../img/bg-title_youtube.png");
  background-size: 40% auto, 40% auto;
  background-repeat: no-repeat;
  background-position: right -180px bottom -100px, left 20% top 5%;
  border-bottom: 8px solid #000;
}

.youtubeArea h3 {
  font-size: 2.7em;
  line-height: 1.25em;
  font-weight: 900;
  color: #FFF;
}

.youtubeArea p {
  position: relative;
  background: #FFF;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  border: 6px solid #000;
  box-shadow: 6px 6px 0px 0px #18005c;
  padding: 24px;
  margin-top: 32px;
  margin-bottom: 12px;
}

.youtubeArea p span {
  display: block;
  color: #E53838;
  font-size: 1.4em;
  font-weight: 900;
  text-align: center;
}

.youtubeArea_item-img {
  position: absolute;
  top: -70px;
  right: -10px;
  width: 25%;
}

.youtubeWrap {
  margin-bottom: 40px;
}

.youtubeWrap_item {
  width: 60%;
}

.youtubeWrap_goods {
  width: 40%;
}
.youtubeWrap_goods img {
  width: 100%;
}
.youtubeWrap_goods figcaption {
  color: #FFF;
  text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 1024px) {
  .__flexContainer {
    display: block;
    !important
  }
  .contents {
    width: 100%;
    padding: 0;
  }
  .btnWrap button a {
    font-size: 1.5em;
  }
  .scheduleArea, .raceArea, .appArea, .gameArea, .youtubeArea {
    width: 100%;
    max-width: 1080px;
    padding-top: 25%;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
  }
  .bg_schedule {
    background-color: #02C3C0;
    background-image: url("../img/bg_ebisu.png"), url("../img/bg-title_schedule.png");
    background-size: 40% auto, 90% auto;
    background-repeat: no-repeat;
    background-position: right -18px bottom -10px, left 1% top 3%;
    border-bottom: 8px solid #000;
  }
  .bg_race {
    background-image: url("../img/bg-title_race.png"), url("../img/bg_blue.png");
    background-size: 90% auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left 1% top 2%, center;
    border-bottom: 8px solid #000;
  }
  .bg_app {
    background-color: #02C3C0;
    background-image: url("../img/bg_ebisu.png"), url("../img/bg-title_app.png");
    background-size: 40% auto, 90% auto;
    background-repeat: no-repeat;
    background-position: right -18px bottom -10px, left 1% top 2%;
    border-bottom: 8px solid #000;
  }
  .bg_game {
    background-image: url("../img/bg-title_game.png"), url("../img/bg_blue.png");
    background-size: 90% auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left 1% top 2%, center;
    border-bottom: 8px solid #000;
  }
  .bg_jo {
    background-color: #02C3C0;
    background-image: url("../img/bg_ebisu.png"), url("../img/bg-title_jo.png");
    background-size: 40% auto, 90% auto;
    background-repeat: no-repeat;
    background-position: right -18px bottom -10px, left 1% top 2%;
    border-bottom: 8px solid #000;
  }
    .bg_youtube {
    background-color: #E85D5D;
    background-image: url("../img/bg_ebisu.png"), url("../img/bg-title_youtube.png");
    background-size: 40% auto, 90% auto;
    background-repeat: no-repeat;
    background-position: right -18px bottom -10px, left 1% top 2%;
    border-bottom: 8px solid #000;
  }
  header {
    position: relative;
    background-image: /*url("../img/logo.png"), */url("../img/bg.png");
    background-size: auto 100%, cover;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 240px;
    max-height: 720px;
  }
  .headerContents_main {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -10%;
    right: 3%;
    z-index: 10;
    text-align: right;
  }
  .headerContents_main img {
    width: 70%;
    max-width: 640px;
  }
  .headerContents_menu {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
  }
  .headerContents_menu ul {
    text-align: center;
  }
  .headerContents_menu_sp {
    z-index: 2;
    margin-bottom: 8px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerContents_menu ul li img {
    width: 100%;
  }
  .headerContents_news {
    background-color: #000;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    padding: 12px;
    text-align: center;
  }
  .headerContents_news-title {
    display: block;
    font-size: 1.0em;
    font-weight: bold;
    background: #FFF;
    color: #000;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .headerContents_news p span {
    display: inline-block;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFF;
  }
  .headerContents_news-jo {
    margin-right: 0;
  }
  .scheduleArea_2021 {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .schedule_jo {
    font-size: 1.0em;
    color: #FFF;
  }
  .schedule_date {
    font-size: 1.2em;
    color: #FFF;
    font-weight: bold;
  }
  .tenboWrap {
    display: block;
    !important margin-bottom: 10px;
  }
  .tenboWrap_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .tenboWrap_img img {
    width: 90%;
    border: 6px solid #000;
  }
  .tenboWrap_txt {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .tenbo_title {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .tenbo_title span {
    font-size: 1.6em;
  }
  .tenbo_txt {
    font-size: 1em;
    padding: 0;
    text-align: left;
  }
  /* アプリ */
  .appArea h3 {
    font-size: 3em;
    line-height: 1.25em;
    font-weight: 900;
    color: #FFF;
  }
  .appArea time {
    background: #FFF;
    display: block;
    font-size: 1.0em;
    font-weight: 900;
    color: #02C3C0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .appArea time span {
    display: block;
    margin-right: 0;
  }
  .appWrap_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .appWrap_goods {
    width: 90%;
    margin: 0 auto;
  }
  .appWrap_item figure picture img {
    width: 100%;
  }
  /* 6連単 */
  .gameArea h3 {
    font-size: 1.8em;
    line-height: 1.25em;
    font-weight: 900;
    color: #FFF;
  }
  .gameArea p {
    background: #FFF;
    display: inline-block;
    font-size: 1.0em;
    font-weight: 700;
    color: #333;
      width: 80%;
    border: 6px solid #8258FA;
    box-shadow: 6px 6px 0px 0px #18005c;
    padding: 12px;
    margin-top: 32px;
    margin-bottom: 24px;
    text-align: left;
  }
  .gameArea p span {
    display: block;
    color: #8258FA;
    font-size: 1.3em;
    margin-bottom: 24px;
    text-align: center;
  }
  .gameWrap {
    margin-bottom: 40px;
  }
  .gameWrap_item {
    width: 90%;
    margin: 0 auto;
  }
  .gameWrap_goods {
    width: 90%;
    margin: 0 auto;
  }
  .gameArea_item-img {
    width: 20%;
    max-width: 120px;
  }
  /* Youtube */
  .youtubeArea h3 {
    font-size: 1.8em;
    line-height: 1.25em;
    font-weight: 900;
    color: #FFF;
  }
  .youtubeArea time {
    background: #FFF;
    display: block;
    font-size: 1.0em;
    font-weight: 900;
    color: #02C3C0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .youtubeArea time span {
    display: block;
    margin-right: 0;
  }
  .youtubeWrap_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .youtubeWrap_goods {
    width: 90%;
    margin: 0 auto;
  }
  .youtubeArea p {
    background: #FFF;
    display: inline-block;
    font-size: 1.0em;
    font-weight: 700;
    color: #333;
      width: 70%;
    border: 6px solid #000;
    box-shadow: 6px 6px 0px 0px #000;
    padding: 12px;
    margin-top: 32px;
    margin-bottom: 24px;
    text-align: left;
  }
  .youtubeArea p span {
    display: block;
    color: #E53838;
    font-size: 1.3em;
    text-align: center;
  }
  .youtubeWrap_goods img {
  width: 70%;
}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 600px) {
  header {
    position: relative;
    background-image: /*url("../img/logo.png"), */url("../img/bg.png");
    background-size: auto 100%, cover;
    background-repeat: no-repeat, no-repeat;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 320px;
    max-height: 500px;
  }
  .headerContents_main {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -10%;
    right: 0;
    z-index: 10;
    text-align: right;
  }
  .headerContents_main img {
    width: 90%;
    min-width: 380px;
    margin-left:30px;
  }
  .headerContents_menu {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
  }
  .headerContents_menu ul {
    text-align: center;
  }
  .headerContents_menu_sp {
    width: 100%;
    z-index: 2;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.headerContents_menu ul li {
margin-bottom: 0;
  }
.headerContents_menu ul li img {
width: 95%;
  }
  .appArea h3, .gameArea h3 {
    font-size: 1.8em;
  }
  .gameArea_item-img {
    position: absolute;
    top: -30px;
    right: -22px;
    width: 25%;
  }
}

/*大石*/

.appArea time device {
  background: #FFF;
  display: block;
  font-size: 1.0em;
  font-weight: 900;
  color: #02C3C0;
  margin-top: 12px;
  margin-bottom: 12px;
}

.appArea time device {
  margin: auto;
}