@charset "utf-8";
/* トップページ向けCSS */

/* トップページ内共通
=========================================== */
/* 英字画像テキスト付き見出し */
.title-img {
  display: flex;
  align-items: baseline;
  margin-bottom: 24px;
}
.title-img span {
  margin-left: 8px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

/* スクロールバー指定 */
.scroll-y {
  padding-right: 12px;
  overflow-y: auto;
  scrollbar-color: #ae9600 rgba(55, 65, 81, 0.6);
  scrollbar-width: thin;
}
.scroll-y::-webkit-scrollbar {
  width: 8px;
}
.scroll-y::-webkit-scrollbar-thumb {
  background-color: #ae9600;
  border-radius: 4px;
}
.scroll-y::-webkit-scrollbar-track {
  background-color: rgba(55, 65, 81, 0.6);
  border-radius: 4px;
}

/* メインビジュアル（ヒーローイメージ）領域
=========================================== */
#page-mainvisual {
  position: relative;
}

/* 開催終了モードでコメント解除 */
/*  #page-mainvisual .date {
    display: none;
  }
*/

/* ポスター ロゴ、コピー、日付画像表示
=========================================== */
#page-mainvisual .logo,
#page-mainvisual .copy,
#page-mainvisual .date {
  position: absolute;
  display: block;
  height: auto;
}
#page-mainvisual .copy {
  top:5.5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 9vw;
}
#page-mainvisual .copy .text-copy {
  position: relative;
}
#page-mainvisual .copy .copy-first-letter {
  position: absolute;
  display: block;
  z-index: 1;
}

#page-mainvisual .logo {
  bottom:13%;
  left:0;
  width: 100vw;
}

#page-mainvisual .date {
  bottom: 0;
  width: 100%;
}

#page-mainvisual .logo img,
#page-mainvisual .copy img
#page-mainvisual .date img {
  display: block;
}

@media (min-width: 768px) {
  #page-mainvisual .copy {
    top:4%;
    left: 50%;
    transform: translateX(-50%);
    width: 4vw;
  }
  #page-mainvisual .logo {
    bottom:18%;
    left: 51.8%;
    transform: translateX(-51.8%);
    width: 67.6vw;
  }
  #page-mainvisual .date::after {
    content: "";
    display: block;
    width: 62.5vw;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
  }
}

/* 発走時間／カウントダウン
=========================================== */
#section-schedule {
  padding: 16px 0;
}
#section-schedule .container {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
}

#section-schedule .text-raceno {
  display: inline-block;
  margin-left: 4px;
  padding: 0 2px;
  border: solid 1px #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.1;
}

/* 発走予定時間テキスト */
#startingTime .text-time{
  margin-left: 4px;
  margin-right: 4px;
}

/* カウントダウン */
#startingTime, #timer {
   text-align: center;
}
#timer .text-count {
  color: #ae9600;
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  #startingTime {
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
  }
    #timer .text-count {
    font-size: 28px;
  }
}


@media (min-width: 768px) {
  #section-schedule .container {
    max-width: 62.5vw;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1.5vw;
  }

  /* 発走予定時間テキスト */
  #startingTime {
    text-align: left;
    margin-left: -15px;
  }
  #startingTime .text-time{
  font-size: 2.5vw;
  color: #ae9600;
  }
  #section-schedule .text-raceno {
    font-size: 1.2vw;
  }

  /*カウントダウンテキスト*/
  .countdown {
    margin-right: -15px;
  }
  #timer {
    text-align: right;
  }
  #timer .text-count {
    font-size: 2.5vw;
  }
}

/* 波背景
=========================================== */
.bg-wave {
  background-image: url(../img/index/bg_wave.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% auto;
}
@media (min-width: 1440px) {
  .bg-wave {
    background-position: top left;
  }
}


/* #section-info 新着情報、トピックス（回転バナー）領域
=========================================== */
#section-info {
  padding: 56px 0;
}

#section-info .row {
  margin-left: -36px;
  margin-right: -36px;
}
#section-info .row > div {
  padding-right: 36px;
  padding-left: 36px;
}


/* 新着情報 リスト
---------------------------------------------------------------------------- */
.updates {
  padding: 0;
  list-style: none;
}
.updates li {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.updates li .date {
  color: #d1d5dB;
  font-size: 12px;
}

.container .updates a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.container .updates a:focus,
.container .updates a:hover {
  text-decoration: underline;
}

/* スクロールバー指定 */
.panel-info .scroll-y {
  height: 320px;
}

/* トピックス（回転バナー）
---------------------------------------------------------------------------- */
.topics {
  position: relative;
  display: none;
  padding-bottom: 20px;
}

.topics a{
  position: relative;
  display: block;
}

.topics a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
  background-image:repeating-linear-gradient(rgba(17, 24, 39, 0.4), rgba(17, 24, 39, 0.4) 1px, transparent 1px, transparent 2px);
}

.topics.slick-initialized {
  display: block;
}

.topics .slick-arrow {
  /*background: transparent none no-repeat scroll center center;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100;
  display: block;
  width: 32px;
  height: 0;
  padding-top: 32px;
  border: 0 none;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.topics .slick-arrow:hover {
  opacity: 0.9;
}
.topics .slick-prev {
  background-image: url(../img/btn_prev.png);
  left: -16px;
}
.topics .slick-next {
  background-image: url(../img/btn_next.png);
  right: -16px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  height: 0;
}
.slick-dots li {
  display: inline-block;
  list-style: outside none;
  padding: 0 4px;
}
.slick-dots li button {
  display: block;
  background: #fafafa;
  border: 0 none;
  overflow: hidden;
  width: 12px;
  height: 0;
  border-radius: 50%;
  padding-top: 12px;
}

.slick-dots li.slick-active button {
  background-color: #ae9600;
}
@media (max-width: 767px) {
  .topics .slick-dots {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .topics .slick-arrow {
    /*background: transparent none no-repeat scroll center center;*/
    width: 48px;
    padding-top: 48px;
  }
  .topics .slick-prev {
    left: -24px;
  }
  .topics .slick-next {
    right: -24px;
  }
}

/* #section-menu アイコン付きパネルナビゲーション領域
=========================================== */
#section-menu {
  padding: 56px 0;
  position: relative;
}
#section-menu a.btn-panel {
  z-index: 1;
}

/*下部背景グラデーション*/
#section-menu::after {
  content:"";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(rgba(0, 0, 0 ,0), #374151);
  z-index: 0;
}

@media (max-width: 767px) {
  #section-menu {
    padding: 0 0 56px 0;
  }
}

/* 出場選手掲載（GP・GGP・YGP）
=========================================== */
#section-entry {
  position: relative;
  background-image: url(../img/index/bg_entry.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 56px 0;
}
#section-entry .title-img {
  margin-top: 48px;
}
@media (max-width: 767px) {
  #section-entry .title-img {
    flex-wrap: wrap;
  }
  #section-entry .title-img span {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  .box-archive {
    position: absolute;
    left: -15px;
    bottom: 0;

  }
}

.btn-player-group {
  display: none;
}


.box-ranking {
  padding: 16px 8px;
  background-color: rgba(17, 24, 39, 0.8);
  background-image: url(../img/bg_noise.png);
}
.box-ranking h3 {
  margin-top: 0;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.box-ranking .scroll-y {
  height: 480px;
}
@media (min-width: 768px) {
  .box-ranking {
  padding: 16px;
}
  .box-ranking .scroll-y {
  height: 790px;
  }
}

/* 更新情報テキスト */
p.text-update {
  margin-bottom: 16px;
  color:#d1d5db;
  font-size: 12px;
}

/* 賞金ランキングテーブル */
.table-ranking {
  width: 100%;
}
.table-ranking tr td {
  padding: 4px;
  border-top: solid 1px #6b7280;
  white-space: nowrap;
  line-height: 1.2;
}
.table-ranking tr td:first-child {
  text-align: center;
  font-weight: bold;
}
.table-ranking .name {
  font-weight: bold;
}
.table-ranking .player-info {
  font-size: 12px;
  color:#d1d5db;
}
.table-ranking .player-info span:not(:first-child) {
  margin-left: 4px;
}
.table-ranking tr td:last-child {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

/* #section-movie YouTube動画埋め込み領域
=========================================== */
#section-movie {
  position: relative;
  background-image: url(../img/index/bg_movie.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 56px 0;
}

.panel-movie {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background-color: #374151;
  letter-spacing: 0;
  overflow: hidden;
  padding: 8px;
}

.panel-movie-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  padding: 5px 0;
  color: #fff;
}
.panel-movie a,
.panel-movie a:hover,
.panel-movie a:focus {
  color: #fff;
}
.panel-movie a {
  color: #fff;
  text-decoration: none;
}
.panel-movie a:hover,
.panel-movie a:focus {
  color: #fff;
  text-decoration: underline;
}

/* #section-links 固定バナー、SNS領域
---------------------------------------------------------------------------- */
#section-links {
  position: relative;
  padding: 56px 0;
}

/*上下部背景グラデーション*/
#section-links::before {
  content:"";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(#374151,rgba(0, 0, 0 ,0));
  z-index: 0;
}
#section-links::after {
  content:"";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(rgba(0, 0, 0 ,0), #374151);
  z-index: -1;
}

#section-links a {
  position: relative;
  display: block;
}
#section-links a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;

  background-blend-mode: overlay;
  background-image:repeating-linear-gradient(rgba(17, 24, 39, 0.4), rgba(17, 24, 39, 0.4) 1px, transparent 1px, transparent 2px);
}


/* SNS（公式X）
---------------------------------------------------------------------------- */
#pagePlugin {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#pagePlugin iframe {
  width: 100% !important;
  height: 442px !important;
}
.table-tw {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}
.table-tw th {
  display: flex;
  padding: 4px 8px;
 background-color: #0f1419;
  border-bottom: solid 4px #1da1f2;
  color: #fff;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.table-tw th::before {
  content: "";
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background-image: url(../img/icon_x.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.tw-tittle {
  font-size: 18px;
}
.tw-tittle-comment {
  font-weight: normal;
}
.table-tw td {
  background-color: #fff;
}

/*photo-copyright
---------------------------------------------------------------------------- */
.photo-copyright.photo-copyright-index {
  display: block;
}

/* 投票メニュー
=========================================== */
.list-tohyomenu {
  position: fixed;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  bottom: 0;
  right: 48px;
  height: 48px;
  padding-left: 0;
  list-style: none;
  z-index: 100;
}
.list-tohyomenu > li {
  flex: 1;
  margin-right: 1px;
}
.list-tohyomenu > li a{
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  line-height: 48px;
  outline: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: rgba(55, 65, 81, 0.8);

  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.list-tohyomenu > li a::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid rgba(174, 150, 0,0.8);
}
.list-tohyomenu > li a:hover{
  background-color: rgba(55, 65, 81, 0.95);
  text-decoration: none;
}
.list-tohyomenu > li a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .list-tohyomenu{
    left: 0;
    right: auto;
    width: calc(100% - 48px);
  }
  footer {
  margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .list-tohyomenu > li {
    width: 15vw;
  }
}
@media (min-width: 1200px) {
  .list-tohyomenu > li {
    width: 12vw;
  }
}
