@charset "UTF-8";
body {
  width:100%;
  height:auto;
}


.wrap01 {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .wrap01 {
    max-width: none;
    width: 90.7%;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 85.3%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #6b95cf;
  z-index: 10;
  /*border-bottom: 1px solid #999999;*/
}
header .head_content {
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 83px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  header .head_content {
    max-width: none;
    width: 90.7%;
    height: 7.4vw;
    padding-right: 7.7vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content {
    width: 100%;
    height: 13.3vw;
    /*padding-right: 0vw;*/
    justify-content: flex-start;
  }
}
header .head_content .txt_box01 {
/*  width: 446px;*/
  height: 80px;
  display: flex;
/*  flex-wrap: wrap;*/
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 {
    width: 41.3vw;
    height: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 {
    width: 70.3vw;
    height: 13.3vw;
    margin-left: 4.7vw;
  }
}
header .head_content .txt_box01 .logo01 {
  width: 200px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .logo01 {
    width: 18.5vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .logo01 {
    width: 15.5vw;
  }
}
header .head_content .txt_box01 .icon_link {
  width: 223px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link {
    width: 20.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link {
    width: 46.7vw;
  }
}
header .head_content .txt_box01 .icon_link .facebook {
  width: 33px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .facebook {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .facebook {
    width: 7.5vw;
  }
}
header .head_content .txt_box01 .icon_link .x {
  width: 28px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .x {
    width: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .x {
    width: 6.4vw;
  }
}
header .head_content .txt_box01 .icon_link{
  width: 36px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link {
    width: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link{
    width: 8.3vw;
  }
}
header .head_content .txt_box01 .icon_link  {
  width: 33px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link  {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link {
    width: 7.5vw;
  }
}
header .head_content .txt_box01 .icon_link .line {
  width: 34px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .line {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .line {
    width: 7.7vw;
  }
}
header .head_content .btn_box {
  width: 355px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  header .head_content .btn_box {
    width: 33.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .btn_box {
    display: none;
  }
}
header .head_content .btn_box .btn {
  width: 47.9%;
}
header .navToggle {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  z-index: 60;
  text-align: center;
  position: absolute;
  right: 3.9vw;
  top: 30px;
  transition-property: all;
}
@media screen and (max-width: 1080px) {
  header .navToggle {
    width: 3.1vw;
    height: 1.9vw;
    top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle {
    width: 6.7vw;
    height: 4vw;
    top: 4.7vw;
    right: 3.9vw;
  }
}
header .navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 100%;
  height: 1.5px;
  background-color: #000;
  right: 0;
  transition: 0.25s ease-in-out;
  transition-property: all;
}
header .navToggle span:nth-child(1) {
  top: 0;
}
header .navToggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 1080px) {
  header .navToggle span:nth-child(2) {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle span:nth-child(2) {
    top: 2vw;
  }
}
header .navToggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 1080px) {
  header .navToggle span:nth-child(3) {
    top: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle span:nth-child(3) {
    top: 4vw;
  }
}
header .navToggle.active span {
  top: 10px;
}
@media screen and (max-width: 1080px) {
  header .navToggle.active span {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle.active span {
    top: 2vw;
  }
}

header .navToggle.active span:nth-child(1) {
  transform: rotate(-45deg);
}
header .navToggle.active span:nth-child(2), header .navToggle.active span:nth-child(3) {
  transform: rotate(45deg);
}
header #sp_menu,
header .sp_menu {
  max-height:100vh;
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
/*@media screen and (max-width: 1080px) {*/
  header #sp_menu,
  header .sp_menu {
    overflow-y: scroll; /* スクロール機能は維持 */
    -ms-overflow-style: none;  /* IE, Edge用 */
    scrollbar-width: none;     /* Firefox用 */
  }
  /*スクロールバー非表示処理*/
  header #sp_menu::-webkit-scrollbar,
  header .sp_menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari用 */
  }
/*}*/
@media screen and (max-width: 767px) {
  header #sp_menu,
  header .sp_menu {
    max-height:100vh;
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
  }
}

header #sp_menu .sp_menu_content {
  padding: 20px 25px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .sp_menu_content {
    padding: 1.9vw 2.3vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .sp_menu_content {
    padding: 4.3vw 6.3vw 0vw;
  }
}

header .tab-night .menu_box .menu_title {
  font-size: 20px;
  font-weight: bold;
  color: #f39550;
  margin-bottom: 0.5em;
  }
  header .tab-day .menu_box .menu_title {
    font-size: 20px;
    font-weight: bold;
    color: #df0404;
    margin-bottom: 0.5em;
    }
@media screen and (max-width: 1080px) {
  header #sp_menu .menu_box .menu_title {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box .menu_title {
    font-size: 3.5vw;
    margin-bottom: 0.3em;
  }
}
header .tab-night .menu_box .menu_list {
  border-top: 1px solid #B3B3B3;
}
header .tab-night .menu_box .menu_list li {
  border-bottom: 1px solid #B3B3B3;
}

header .tab-day .menu_box .menu_list {
  border-top: 1px solid #00157d;
}
header .tab-day .menu_box .menu_list li {
  border-bottom: 1px solid #00157d;
}

header .tab-night .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-left: 0.5em;
  padding-right: 1em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  height: 3.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: right 0.2em center;
  background-size: 7px auto;
}
header .tab-day .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
  font-size: 18px;
  font-weight: 500;
  color: #00157d;
  padding-left: 0.5em;
  padding-right: 1em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  height: 3.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: right 0.2em center;
  background-size: 7px auto;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
    font-size: 1.4vw;
    background-size: 0.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
    font-size: 2.8vw;
    line-height: 1.2em;
    height: 3.2em;
    background-size: 1.3vw auto;
  }
}
header #sp_menu .menu_box .menu_list li .no_link {
  opacity: 0.5;
}
header #sp_menu .btn_box {
  display: none;
}
@media screen and (max-width: 768px) {
  header #sp_menu .btn_box {
    display: block;
    width: 84.2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header #sp_menu .btn_box .btn {
    width: 47%;
  }
}

main {
  background-repeat: repeat;
  background-size: 20px auto;
  background-position: center center;
  overflow-x: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  main {
    padding-top: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 13.3vw;
    background-size: 5.7vw auto;
  }
}

.side_chara01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 209px;
}
@media screen and (max-width: 1380px) {
  .side_chara01 {
    display: none;
  }
}

.side_chara02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 215px;
}
@media screen and (max-width: 1380px) {
  .side_chara02 {
    display: none;
  }
}

.page_title_box {
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1400px auto;
  background-position: center bottom;
}
@media screen and (max-width: 1080px) {
  .page_title_box {
    background-size: 129.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box {
    background-size: 100% auto;
  }
}
.page_title_box h1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.base_content {
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: bottom center, top center;
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 36px;
  box-shadow: 12px 12px 8px 0px rgba(130, 130, 130, 0.7);
}
@media screen and (max-width: 1080px) {
  .base_content {
    max-width: none;
    width: 90.7%;
    border-radius: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content {
    width: 90.7vw;
    border-radius: 4.8vw;
  }
}

.btn_back {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .btn_back {
    max-width: none;
    width: 34.3vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_back {
    width: 100%;
  }
}

/*グローバルナビゲーション用タブ*/
.hand {
  cursor: pointer;
}
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	/*padding: 0 0 20px;*/
  background-color: #999999;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	/*flex: 1;*/
	font-weight: bold;
	order: -1;
	padding: 15px 0px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 912px) {
  .tab-label {
    padding: 5% 0%;
  }
}
@media screen and (max-width: 768px) {
  .tab-label {
    padding: 15% 0%;
  }
}

@media screen and (max-width: 820px) {
  .tab-label {
    flex: 1;
  }
  .tab-wrap {
    padding-top: 0px;
  }
  .bt-naighter {
    width:50%;
  }
}

/*
.go-top:hover {
  background: rgba(0, 0, 0, 0.2)!important;
}
*/
.night-active.tab-off:hover,
#bt-nighter.tab-off:hover {
  background: #0b0c2a8c!important;
}
.day-active.tab-off:hover,
#bt-day.tab-off:hover {
  background: #47acd8!important;
}

.tab-switch-g {
	display: none;
}
.tab-label::after {
	background: #ffd129;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#TAB-03.tab-switch-g:checked + .tab-label::after {
  transform: translateX(100%);
  opacity: 1;
  /* アニメーションの設定 */
  animation: slideIn 0.15s ease-out forwards;  
}
#TAB-04.tab-switch-g:checked + .tab-label::after {
  transform: translateX(-100%);
  opacity: 1;
  /* アニメーションの設定 */
  animation: slideIn 0.15s ease-out forwards;  
}
.nav-sns {
  width:100%;
  height:100%;
  max-width: initial;
}

@media (max-width: 768px) {
.label-sp-nav {
  font-size: 15px;
  padding: 12px; 
}
}

.tab-night .tab-line{
  background-color:rgb(255, 255, 255);
  display: block;
  height: 2px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3vh;
  padding-bottom: 0px;
}

.tab-day .tab-line{
  background-color:rgb(255, 255, 255);
  display: block;
  height: 2px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3vh;
  padding-bottom: 0px;
}

.tab-off {
  height:75%;
  position:relative;
  bottom:-25%;
  border-radius: 10px 10px 0px 0px;
}
.tab-on {
  height:100%;
  position:relative;
  bottom:0%;
  border-radius: 10px 10px 0px 0px;
}

.tab-off .tab-label {
  padding-top: 10px;
}

.marker-next {
  background-color: #ff5100;
  color: #fff;
  height: 50%;
  width: 25%;
  border-radius: 5px;
  position: relative;
  top: 10px;
  left: 300px;
  z-index: 1;
  display: none;
}
.marker-next::before {
  content: '▲';
  color: #ff5100;
  position: absolute;
  top: -17px;
  display: none;
}
.marker-next.show {
  display: block;
}
.marker-next::before {
  display: block;
}

.marker-next p {
  font-size: 12px;
  margin: 10%;
  height:100%;
}
@media (max-width: 768px) {
  .marker-next {
    height: 65%;
    width: 40%;
    left: 125px;
  }
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/**/

.h-fit {
  height: 100%; /*親要素に高さを合わせる*/
}
@media (max-width: 767px) {
  .h-md-12 {
    height: 120%!important; /*親要素*1.2高さを合わせる*/
  }
}
.w-fit {
  width: 100%; /*親要素に幅を合わせる*/
}
.nav-menu {
  width:100%;
}
.nab-main {
  height:100%;
}
.nav-bar {
  width:100%;
  height: 80px;;
  padding: 0px;
  margin: 0px;
  background-color: #999999;
}
@media (max-width: 912px) {
  .nav-bar {
    height: 14.8vw;
  }
  .nav-banner{
    height: 7.4vw;
  }
  .night-day {
    height: 7.4vw;
  }
}
@media (max-width: 768px) {
  .nav-bar {
    height: 26.6vw;
  }
  .nav-banner{
    height: 13.3vw;
  }
  .night-day {
    height: 13.3vw;
    padding:0px;
  }
}
.nav-container{
  margin: 0px;
  height: 100%;
}

.on {
  display: block; /* または block, flex など */
  position: relative;
	background: #ffd129;
  content: '';
	bottom: -20%;
  height: 3px;
  width:100%;
}

.btn-label-night.on {
  transform: translateX(100%);
  opacity: 0;
  /* アニメーションの設定 */
  animation: slideIn 0.15s ease-out forwards;  
}
.btn-label-day.on {
  /* 初期状態で左にオフセット */
  transform: translateX(-100%);
  opacity: 0;
  /* アニメーションの設定 */
  animation: slideIn 0.15s ease-out forwards;  
}
/* スライドインのキーフレーム */
@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.nav-img {
  display: block; /* 下の隙間防止 */
  margin: 0 auto;
  width: 75%;
}

@media (max-width: 912px) {
  .night-day .nav-img {
    width:45%;
  }
}

@media (max-width: 768px) {
  .nav-container{
    padding: 0px;
    max-width:initial;
  }
  .nav-banner,
  #bt-nighter {
    padding-left: 5%;
  }
  .nav-img {
    display: block; /* 下の隙間防止 */
    margin: 0 auto;
    width: 100%;
  }

  .night-day .nav-img {
    width:70%;
  }
}

/*グローバルナビゲーション中身のタブ切り替え*/
.tab-content-night{
  display: none;
}
.tab-content-night.show{
  display: block;
}
.tab-content-day{
  display: none;
}
.tab-content-day.show{
  display: block;
}

/*新着情報*/
ul.updates {
  overflow: hidden;
  margin: -10px 0 20px;
  padding: 0;
  font-size: 113%;
  height: 324.75px;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #fff, inset 0 0 10px 0 #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #222;
  max-height: 240.75px;
  overflow-y: scroll; /* スクロール機能は維持 */
}
ul.updates li,
.content ul.updates li {
  margin: 0 0 10px 0;
  padding: 5px 20px 10px 1em;
}
ul.updates li a,
.content ul.updates li a {
  color: #2358a6;
  text-decoration: underline;
}
ul.updates li a:hover,
.content ul.updates li a:hover {
  text-decoration: none;
}
ul.updates li .date,
.content ul.updates li .date {
  font-weight: bold;
  vertical-align: middle;
}
ul.updates li .date,
.content ul.updates li .date {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.has-divider li {
  position: relative;
  padding: 8px 0;
}

.has-divider li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 2.5%; /* 中央にするために50%の半分引く */
  bottom: 0;
  width: 95%;
  border-bottom: 1px solid #616161;
}
/*newマーク*/
.badge-news {
  display: inline-block;
  padding: 0 .5rem;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2rem;
  color: #fff;
  vertical-align: middle;
  background-color: #e42c1f;
  border-radius: 0.6rem;
}


header .head_content .txt_box01 .change-btn {
  /*width: 223px;*/
  display: flex;
  /*flex-wrap: wrap;*/
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
/*パネルカラー*/
.box-menu {
  height:150px;
  margin-bottom:10px;
}

.night-c .box-menu {
  background-color:#ffdf68;
}
.night-c .box-menu:hover {
  background-color: #c4b88d !important;
}

.day-c .box-menu {
  background-color:#fc5d63;
}
.day-c .box-menu:hover {
  background-color: #ffa5a5 !important;
}

.box-menu img {
  height:95%;
  padding-top:10px;
}

.tab-label img {
  max-height: 45px;
}

.panelcolor-filter {
  background-color: #ffffff; /* 塗りたい色 */
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-position: center;
  height:100%;
  width:100%;
  position: relative;
  bottom:0;
}
.box-menu.row {
  margin-left: 0px;
}
.night-c .panelcolor-filter {
  background-color: #6b3319; /* 塗りたい色 */
}
.raceinfo {
  -webkit-mask: url('/graderace2025/img/bt_player.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_player.svg') no-repeat center;
}
.event {
  -webkit-mask: url('/graderace2025/img/bt_event.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_event.svg') no-repeat center;
}
.pdf {
  -webkit-mask: url('/graderace2025/img/bt_pdf.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_pdf.svg') no-repeat center;
}
.camp {
  -webkit-mask: url('/graderace2025/img/bt_camp.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_camp.svg') no-repeat center;
}
.omo {
  -webkit-mask: url('/graderace2025/img/bt_omo.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_omo.svg') no-repeat center;
}
.kspo {
  -webkit-mask: url('/graderace2025/img/bt_kspo.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_kspo.svg') no-repeat center;
}
.tv {
  -webkit-mask: url('/graderace2025/img/bt_tv.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_tv.svg') no-repeat center;
}
.access {
  -webkit-mask: url('/graderace2025/img/bt_access.svg') no-repeat center;
  mask: url('/graderace2025/img/bt_access.svg') no-repeat center;
}

/*カルーセル*/
#page-links .flags {
  background: none #fff;
  color: #000;
  margin: 0 20px 40px;
  padding: 20px 10px;
  border-radius: 20px;
  position: relative;
  flex-wrap: nowrap;
  overflow: hidden;
}
.jump img {
  height:65px;
}
@media (max-width: 767px) {
  .jump img {
    height:45px;
  }
}
/*
slick
*/
.slick-arrow {
  background: transparent none no-repeat scroll center center;
  border: 0 none;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.slick-prev {
  background-image: url(../img/btn_prev1.png);
  left: 10px;
}
.slick-next {
  background-image: url(../img/btn_next1.png);
  right: 10px;
}
@media (max-width: 767px) {
  .slick-arrow {
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    width: 20px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}

/*フローティングメニュー 767px以下スマホ版のみ表示*/
#floating-menu {
  display: none;
}
#page-top {
  display: block;
  width: 10%;
  height: 40px;
  position: absolute;
  bottom: -2px;
  right: 5%;
  z-index: 2;
  background: rgb(110 149 205);
  border-radius: 10px 10px 0px 0px;
  border: 2px solid #fff;
  border-bottom-color: rgb(110 149 205);
}
#page-top a {
  display: inline-block;
  width:100%;
  height: 100%;
}

.img-pc {
  display:block;
}
.img-sp {
  display:none;
}

#page-top-pc {
  display: none;
  width:5vw;
  height:5vw;
  position: fixed;
  bottom:2vw;
  right: 2vw;
  z-index:2;
  background: #ffc845;
  border: 2px solid #fff;
  border-radius: 10px;
}
#page-top-pc a {
  display: inline-block;
  width:100%;
  height: 100%;
}
@media (max-width: 912px) {
#page-top-pc {
  display: none;
}
#floating-menu {
  display: block;
  width:70vw;
  position: fixed;
  bottom:-3px;              /*一番下の隙間防止*/
  left:0;
  z-index:2;
}
#page-top {
  display: block;
  width:15vw;
  height:15vw;
  position: fixed;
  bottom:2vw;
  right: 2vw;
  z-index:2;
  background: #ffc845;
  border: 2px solid #fff;
  border-radius: 10px;
}
#page-top a {
  display: inline-block;
  width:100%;
  height: 100%;
}
.img-pc {
  display:none;
}
.img-sp {
  display:block;
}
.floating-button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  padding-bottom: 10px;
  width:25%;
  background: #ffc845;
  border: 2px solid #fff;
  border-bottom-color: #ffc845;
  /* 上の2つの角だけ丸くする */
  border-radius: 20px 20px 0px 0px;
}

.floating-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin-bottom: -10px;
  transform: rotate(-135deg); /* 初期は上向き */
  transition: transform 0.3s ease;
}

.open .floating-arrow {
  margin-bottom: 0px;
  transform: rotate(45deg); /* 開いたら下向き */
}

.f-menu {
  display: none;
  background: #ffc845;
  border: 2px solid #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.f-menu.show {
  display: flex;
  transform: translateY(0%);
  opacity: 1;
}

}
@media (max-width: 767px) {
  .floating-button {
    padding: 7px;
    padding-bottom: 5px;
    width:40%;
  }
  
  .floating-arrow {
    width: 13px;
    height: 13px;
  }
}
/*
FOOTER
===========================================
*/
#page-footer {
  background-color: #6b95cf;
  border-top: 1px solid #fff;
  color:#fff;
}
@media (max-width: 375px) {
  #page-footer {
    height:30vh;
  }
}
@media (max-width: 540px) {
  #page-footer {
    height:25vh;
  }
  @media (max-height: 720px) {
    #page-footer {
      height:35vh;
    }
  }
}

footer .wrap01 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  footer .wrap01 {
    padding-top: 1.9vw;
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 {
    padding-top: 2.9vw;
    padding-bottom: 2.9vw;
  }
}
footer .wrap01 .copyright {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  footer .wrap01 .copyright {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 .copyright {
    font-size: 2.7vw;
  }
}

/*
LINKS
===========================================
*/
#page-links {
  background: none #0a0826;
  padding: 60px 0;
}
#page-links .title {
  display: none;
}
#page-links .flags {
  background: none #fff;
  color: #000;
  margin: 0 20px 40px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
#page-links .flags .slick-slide > a {
  display: block;
  margin: 8px;
}
@media (max-width: 767px) {
  #page-links {
    font-size: 80%;
    padding: 20px 0;
  }
  #page-links .flags {
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 10px;
  }
  #page-links .flags .slick-slide > a {
    margin: 3px;
  }
}
#page-links > div > div.row {
  background: radial-gradient(#0a0826 70%, rgba(0, 0, 0, 0.1) 75%);
}


/*表示*/
.fade-in-box {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-box.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
}

.fade-in-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s forwards;
}

.fade-in-item:nth-child(1) {
    animation-delay: 0.3s;
}
.fade-in-item:nth-child(2) {
    animation-delay: 0.6s;
}
.fade-in-item:nth-child(3) {
    animation-delay: 0.9s;
}
.fade-in-item:nth-child(4) {
    animation-delay: 1.2s;
}
.fade-in-item:nth-child(5) {
    animation-delay: 1.5s;
}
.fade-in-item:nth-child(6) {
    animation-delay: 1.8s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section{
  position: relative;
  z-index: 1;
}

.img-svg {
  height:100%;
}

.img-logo {
  max-height: 70px;
}
@media screen and (max-width: 1080px) {
  .img-logo {
    max-height: 5.4vw;
  }
}
@media screen and (max-width: 768px) {
  .img-logo {
    max-height: 11.3vw;
  }
}

.img-tv {
  height:100%;
}
.img-outnav {
  border: 1px solid #ffffff;
  background-color: #616161;
}
#f-menu .img-outnav {
  border: 1px solid #000000;
  background-color: #616161;
}
/*
@media screen and (max-width: 1080px) {
  div.go-top {
    border: 1px solid #ffffff;
    background-color: #616161;
  }
}
*/


/*下層共通*/

.anchor-target {
  scroll-margin-top: calc(80px + 50px); /* 固定ヘッダーの高さに合わせて調整 */
}
@media screen and (max-width: 1080px) {
  .anchor-target {
    scroll-margin-top: calc(7.4vw + 50px); /* 固定ヘッダーの高さに合わせて調整 */
  }
}
@media screen and (max-width: 768px) {
  .anchor-target {
    scroll-margin-top: calc(13.3vw + 50px); /* 固定ヘッダーの高さに合わせて調整 */
  }
}
@media screen and (max-width: 767px) {
  .anchor-target {
    scroll-margin-top: calc(13.3vw + 20px); /* 固定ヘッダーの高さに合わせて調整 */
  }
}


/*テーブル上下中央揃え*/
.table-striped > thead > tr th,
.table-striped > tbody > tr th,
 .table-striped > tbody > tr td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 2px;
}

/*文字色変更*/
.text-red {
  color: red;
}
.text-white {
  color: rgb(255, 255, 255);
}

.sns-title {
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: large;
  margin-bottom: 2vh;
}
.tab-night .sns-title {
  color: #f39550;
}
.tab-day .sns-title {
  color: #df0404;
}

/*スマホ版グローバルメニュー横スクロール禁止*/
@media screen and (max-width: 991px) {
.w-sp {
  margin-right: 0px;
  margin-left: 0px;
}
}

/*
.w-20 {
  width:calc(100%/3);
}
.w-40 {
  width:40%;
}
*/
.event-description table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.event-description table th {
  text-align: center;
}

.link-color {
  color: #2358a6!important;
  text-decoration: underline;
}

.youtube-erea {
  width:100%;
  aspect-ratio:16/9;
}