@charset "UTF-8";

/*******************************
共通CSS
********************************/
html {scroll-behavior: smooth;}
body {
  font-family: "Noto Sans JP", serif;
  text-size-adjust: none;
  -webkit-text-size-adjust: none; /* iOSのテキストスケール調整 */
  /*safari用*/
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}
p { font-family: "Noto Sans JP", serif;}
h1 {font-family: sans-serif}
.center {
  text-align: center;
}
a {
  width: 100%;
  height: 100%;
  display: block;
}
ul .no {
  pointer-events: none;
  opacity: 0.3;
}
li {
  list-style: none;
}
.soon {
  pointer-events: none;
  opacity: 0.3;
}
.no-break {
  display: inline-block;
  white-space: nowrap;
}
.six-color-stripes {
  width: 100%;
}
.six-color-stripes div {
  width: 100%;
  height: 6px;
}
.six-color-stripes div:nth-child(1) { background: #ffffff; } /* 赤 */
.six-color-stripes div:nth-child(2) { background: #000000; } /* オレンジ */
.six-color-stripes div:nth-child(3) { background: #FF0000; } /* 黄色 */
.six-color-stripes div:nth-child(4) { background: #1C8DFF; } /* 緑 */
.six-color-stripes div:nth-child(5) { background: #F7FF18; } /* 青 */
.six-color-stripes div:nth-child(6) { background: #06A200; } /* 紫 */


/* 初期状態（非表示） */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1s ease-out forwards;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}


/* 花火 */
@keyframes bobbing-slow {
  0%, 100% {
    transform: translateY(0) scale(0.8);
  }
  50% {
    transform: translateY(-10px) scale(0.8);
  }
}

@keyframes bobbing-fast {
  0%, 100% {
    transform: translateY(0) scale(0.8);
  }
  50% {
    transform: translateY(-8px) scale(0.8);
  }
}
/* フェードインのアニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    
}


/***********************************************************************
  「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
  **********************************************************************/
@media all and (min-width: 751px) {

html {
    min-width: 1920px;
    overflow-y: scroll;
    /* 縦スクロールバーを常に表示 */
}
body {
    font-size: 16px;
    line-height: 1.6;
    min-width: 1920px;
    background: #000000;
    margin: 0;
    overflow-x: hidden;
}
#wrapper {
    min-width: 1920px;
}
.pc_non {
    display: none;
}
#top {
    width: 1920px;
    height: 937px;
    background: url(../images/top_bg_pc.png) no-repeat center;
    background-size: 100%;
}

/* ここからヘッダー */
#header_pc {
    width: 520px;
    height: 50px;
    position: relative;
    display: flex;
    padding: 20px;
    z-index: 1;
}
#hp_link {
    background: url(../images/g_logo.svg) no-repeat left;
    width: 300px;
    height: 100%;
    transition: transform 0.1s ease-out, opacity 0.3s ease-out;
}
#hp_link:hover {
    opacity: 0.5;
}
#hp_link a {
    width: 100%;
    height: 100%;
}
#sns {
    border-right: 1px solid #fff;
}
#sns ul {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
#sns ul li {
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
    transition: transform 0.1s ease-out, opacity 0.3s ease-out;
}
#sns ul li:hover {
    transform: translateY(-5px);
}
#sns ul li a {
    width: 100%;
    height: 100%;
}
#sns ul li img {
    width: 100%;
    height: 100%;
}

/* ここから競技ボタン */

/* #race {
    width: 102px;
    position: fixed;
    right: 15px;
    margin: -74px 0px 0px auto;
    z-index: 100;
}
#race ul {
    margin: 108px 0 0;
    padding: 0;
}
#race li:hover {
    opacity: 0.8;
}
.live_btn {
width: 100%;
height: 103px;
background: url(../images/live_pc.svg) no-repeat center;
}
.replay_btn {
    width: 100%;
    height: 113px;
    background: url(../images/replay_pc.svg) no-repeat center;
}
.vote_btn {
    width: 100%;
    height: 113px;
    background: url(../images/vote_pc.svg) no-repeat center;
} */

/* ここからTOP */
.visu_wrap {
    position: relative;
    min-height: 847px;
}
.top_people01 {
    background: url(../images/people01_pc.png) no-repeat center;
    width: 843px;
    height: 553px;
    position: absolute;
    bottom: 141px;
    left: 542px;
}
.top_people02 {
    background: url(../images/people02_pc.png) no-repeat center;
    width: 1049px;
    height: 918px;
    margin: 0 auto;
    position: absolute;
    top: 127px;
    right: 487px;
}
/* タイトル */
.top_tit {
    background: url(../images/top_tit.svg) no-repeat center;
    width: 623px;
    height: 235px;
    position: absolute;
    bottom: 2%;
    right: 34%;
}
/* メニューボタン */
.travel_button {
    background: url(../images/travel_pc.png) no-repeat center;
    width: 434px;
    height: 205px;
    position: absolute;
    top: 90px;
    left: 223px;
}
.tenbo_button {
    background: url(../images/tenbo_pc.png) no-repeat center;
    width: 200px;
    height: 178px;
    background-size: cover;
    position: absolute;
    top: 303px;
    left: 368px;
}
.dream_button {
    background: url(../images/dream_pc.png) no-repeat center;
    width: 403px;
    height: 293px;
    position: absolute;
    top: 480px;
    left: 194px;
}
.news_button {
    background: url(../images/news_pc.png) no-repeat center;
    width: 330px;
    height: 163px;
    position: absolute;
    top: 122px;
    right: 244px;
}
.syutsu_button {
    background: url(../images/syutsu_pc.png) no-repeat center;
    width: 266px;
    height: 231px;
    position: absolute;
    top: 302px;
    right: 377px;
}
.column_button {
    background: url(../images/column_pc.png) no-repeat center;
    width: 420px;
    width: 420px;
    height: 357px;
    position: absolute;
    bottom: 66px;
    right: 210px;
}
/* TOP背景サイズ調整 */
.top_people01,
.top_people02,
.topics {
    transform: scale(0.8);  /* 80%に縮小 */
    transform-origin: top center;
}
/* メニューボタンシャドウ */
#top_button .travel_button,
#top_button .tenbo_button,
#top_button .dream_button,
#top_button .news_button,
#top_button .syutsu_button,
#top_button .column_button {
    filter: drop-shadow(10px 8px 16px black);
    transition: transform 0.3s ease, filter 0.3s ease;    
}
/* メニューボタンホバー */
#top_button .tenbo_button:hover,
#top_button .column_button:hover {
transform: scale(1.05) rotate(3deg);
}
#top_button .travel_button:hover,
#top_button .dream_button:hover,
#top_button .syutsu_button:hover {
transform: scale(1.05) rotate(-3deg);
}
/* TOPアニメーション */
#people01,
#people02 {
  transition: transform 0.2s ease;
  will-change: transform;
}
#people01 {
  animation: bobbing-slow 4s ease-in-out infinite;
  transition: transform 0.2s ease;
  will-change: transform;
}
#people02 {
  animation: bobbing-fast 2.5s ease-in-out infinite;
  transition: transform 0.2s ease;
  will-change: transform;
}
#fireworks-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
}
/* ニュース */
.news {
    margin: 47px 0 0 0;
    padding: 0px 16px;
    width: 249px;
}
.news_button p{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    width: 254px;
    line-height: 27px;
}
.news_button .bold{
    font-weight: 900;
    font-size: 25px;
    margin-right: 12px;
    font-family: 'Roboto';
}
.news_button a {
color: #1EB9EE;
}
.news_button a:hover {
  color: #94d1ff; /* ホバー時の色（例: オレンジ） */
  text-decoration: underline; /* ホバー時に下線をつけたい場合 */
}


/* トピックス */
.topics {
    background: url(../images/gamapo.png) no-repeat center;
    width: 298px;
    height: 166px;
    position: absolute;
    bottom: 20px;
    left: 223px;
}
.topics:hover {
    opacity: 0.7;
}

/* ■■■フッター■■■ PC */
.footer {
    background-color: #000000;
    padding: 3px 0;
    position: relative;
    z-index: 15;
}
.footer p {
    font-family: "Roboto";
    color: #ffffff;
    text-align: center;
    line-height: 3px;
    font-size: 13px;
}

    
}

/***********************************************************************
  「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
  **********************************************************************/
@media only all and (max-width: 750px) {

body {
    font-size: 28px;
    line-height: 1.5;
    background: #000;
    margin: 0;
}
body.noScroll {
    overflow: hidden;
}
#wrapper {
    overflow-x: hidden;
}
p {max-height: 100%;}
.sp_non {
    display: none !important;
}
#wrapper {
    width: 750px;
    margin-top: 0px;
}
#top {
    width: 750px;
    background: url(../images/top_bg_sp.png) no-repeat top;
    position: relative;
}

/* ここからヘッダー */
#header_sp {
    width: 750px;
    height: 100px;
    position: relative;
    display: flex;
    /* padding: 8px; */
    background: url(../images/header.png) no-repeat center;
    flex-wrap: wrap;
}
#hp_link {
    background: url(../images/g_logo.svg) no-repeat center;
    width: 240px;
    height: 102px;
    background-size: contain;
    margin: auto 16px auto;
}
#hp_link a {
    width: 100%;
    height: 100%;
}
#sns {
    border-right: 1px solid #fff;
}
#sns ul {
    display: flex;
    height: 100%;
    width: 375px;
    padding: 0;
    margin: 0;
}
#sns ul li {
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
}
#sns ul li a {
    width: 100%;
    height: 100%;
}
#sns ul li img {
    width: 100%;
    height: 100%;
}

/* ここから競技ボタン */
/* #race {
    width: 750px; 画面幅いっぱいにする
    position: fixed;
    bottom: 0; 画面の最下部に固定
    left: 0; 左端に配置
    display: flex;
    justify-content: center; 中央寄せ
    background: rgba(0, 0, 0, 0.8); 背景色を半透明に
    z-index: 100;
} */
/* #race ul {
    width: 750px;
    height: 153px;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
#race ul li {
    flex: 1;
}
    .live_btn {
    width: 100%;
    height: 100%;
    background: url(../images/live_sp.svg) no-repeat center;
}
.replay_btn {
    width: 100%;
    height: 100%;
    background: url(../images/replay_sp.svg) no-repeat center;
}
.vote_btn {
    width: 100%;
    height: 100%;
    background: url(../images/vote_sp.svg) no-repeat center;
}
.page_top {
    background: url(../images/page_top.png) no-repeat;
    width: 110px;
    height: 186px;
    position: relative;
    bottom: 39px;
    right: 0;
    display: block;
} */

/* ここからTOP */
.visu_wrap {
    position: relative;
    height: 1000px;
}
.top_people01 {
    background: url(../images/people01_sp.png) no-repeat center;
    background-size: cover;
    width: 943px;
    height: 573px;
    margin: 73px auto 0;
    position: relative;
    top: 156px;
    right: 79px;
}
.top_people02 {
    background: url(../images/people02_sp.png) no-repeat center;
    background-size: cover;
    width: 1049px;
    height: 918px;
    margin: 0 auto;
    position: relative;
    bottom: 440px;
    right: 163px;
}
/* タイトル */
.top_tit {
    background: url(../images/top_tit.svg) no-repeat center;
    background-size: cover;
    width: 650px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    bottom: 785px;
}
.top_button {
    position: relative;
    width: 750px;
    /* height: 1000px; */
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/* メニューボタン */
.travel_button {
    background: url(../images/travel_sp.png) no-repeat center;
    width: 658px;
    height: 287px;
    position: relative;
    z-index: 4;
}
.tenbo_button {
    background: url(../images/tenbo_sp.png) no-repeat center;
    width: 322px;
    height: 220px;
    position: relative;
    margin-right: 11px;
}
.dream_button {
    background: url(../images/dream_sp.png) no-repeat center;
    width: 658px;
    height: 281px;
    position: relative;
    z-index: 5;
}
.syutsu_button {
    background: url(../images/syutsu_sp.png) no-repeat center;
    width: 322px;
    height: 220px;
    position: relative;
}
.column_button {
    background: url(../images/column_sp.png) no-repeat center;
    width: 655px;
    height: 283px;
    position: relative;
    margin-bottom: 19px;
}
  .travel_button     { order: 2; }
  .dream_button      { order: 1; }
  .tenbo_button      { order: 4; }
  .syutsu_button     { order: 5; }
  .column_button     { order: 3; }

/* メニューボタンシャドウ */
#top_button .travel_button,
#top_button .tenbo_button,
#top_button .dream_button,
#top_button .news_button,
#top_button .syutsu_button,
#top_button .column_button {
    filter: drop-shadow(10px 8px 16px black);
}
/* TOPアニメーション */
#people01,
#people02 {
  transition: transform 0.2s ease;
  will-change: transform;
}
#people01 {
  animation: bobbing-slow 4s ease-in-out infinite;
  transition: transform 0.2s ease;
  will-change: transform;
}
#people02 {
  animation: bobbing-fast 2.5s ease-in-out infinite;
  transition: transform 0.2s ease;
  will-change: transform;
}
#fireworks-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
}
/* ニュース */
.news {
    margin: 0;
    padding: 0px 16px;
    width: 100%;
    height: 67px;
    background: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000000;
    display: flex
;
}
.news_tit {
    background: url(../images/news_tit.svg) no-repeat center;
    width: 107px;
    height: 27px;
    position: relative;
    margin: 20px 20px 20px 10px;
}
.news p{
    font-size: 28px;
    font-weight: bold;
    margin: 20px;
    width: 500px;
    line-height: 27px;
}
.news .bold{
    font-weight: 900;
    font-size: 38px;
    margin-right: 12px;
    font-family: 'Roboto';
}
.news a {
color: #1EB9EE;
width: 397px;
}
.news_tit::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 80px;
    background-color: #000;
    vertical-align: middle;
    margin: 0;
    bottom: 20px;
    left: 129px;
}

/* トピックス */
.topics {
    background: url(../images/gamapo_sp.png) no-repeat center;
    width: 678px;
    height: 377px;
    position: relative;
    margin: 40px auto;
}

/* ■■■フッター■■■ SP */
.footer {
    background-color: #000000;
    /* height: 100px; */
    padding: 25px;
    margin-bottom: 150px;
}

.footer p {
    font-family: "Roboto";
    color: #ffffff;
    margin: 0px auto;
    text-align: center;
}

}