.preload * {
  transition: none !important;
}

.sub-nav-flex {
  visibility: hidden;
}

.sub-nav-flex.is-ready {
  visibility: visible;
}




@media (max-width: 1199px) {
  .movie_wrap {
    overflow-x: hidden;
}
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  /* iOS・レスポンシブモード用*/
}

body {
  position: relative;
  /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../images/main/bg_pc.webp);
  background-position: top;
  background-size: cover;
}

/* body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/main/bg_pc.webp);
  background-position: top;
  background-size: cover;
  z-index: -2;
} */


/* @media (max-width: 1199px) {
  body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/main/bg_sp.webp);
  background-position: top;
  background-size: cover;
  z-index: -2;
}
} */
@media (max-width: 1199px) {
  body {
  
  background-image: url(../images/main/bg_sp.webp);
  background-position: top;
  background-size: cover;

}
}

body.nav_scroll_on {
  overflow: hidden;
}


img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

ul {
  list-style: none;
}


h2 {
  margin-top: 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  letter-spacing: 8px;
  color: #000;
}

@media (max-width: 600px) {
  h2 {
    letter-spacing: 4px;
  }
}


/* main_nav.php css start */
@media (max-width: 768px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: block;
  }

  .head_container_sp {
    display: none;
  }
}

@media (min-width: 1200px) {
  .head_container_pc {
    display: block;
   
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }
}

.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_tb,
.head_container_sp {
  position: fixed;
  background-image: url(../images/main/bg_sp.webp);
  background-position: top center;
  background-size: cover;
}

.head_container_pc {
  height: 110px;
  align-items: center;
  background-image: url(../images/main/bg_pc.webp);
  background-position: top center;
  background-size: cover;
}

.head_container_tb {
  padding-inline: 1%;
}

.head_ul_pc li a:hover,
.head_ul_tb li a:hover,
.head_ul_sp li a:hover {
  opacity: 0.7;
}

ul.head_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  display: flex;
  align-items: center;
  height: 110px;
  padding-left: 20px;
}

ul.head_ul_pc li:nth-child(1) {}

ul.head_ul_pc li:nth-child(2) {
  margin-left: 3%;
  margin-right: 3%;
}

ul.head_ul_pc li:nth-child(3) {
  margin-bottom: 5px;
}

ul.head_ul_tb {
  height: 70px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 6%;
}

.head_img1_tb {
  margin-left: 2%;
  width: 130px;
}

.head_img1_tb img {
  width: 100%;
}

.head_img2_tb {
  width: 330px;
}

.head_img2_tb img {
  width: 100%;
}

.head_img3_tb {
  max-width: 300px;
}

.nav_btn {
  width: 72px;
  height: 72px;
  position: relative;
  cursor: pointer;
  margin-right: 2%;
}

.nav_btn .line {
  left: 2px;
  right: 0;
  width: 70px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav_btn .line.top {
  top: 11px
}

.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 31px;
}

.nav_btn .line.middle {
  top: 31px;
}

.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}

.nav_btn .line.bottom {
  top: 51px;
}

.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 31px;
}

@media (max-width: 768px) {
  .nav_btn {
    width: 43px;
    height: 43px;
    margin-right: 2%;
  }

  .nav_btn .line {
    left: 2px;
    right: 0;
    width: 38px;
    height: 4px;
  }

  .nav_btn .line.top {
    top: 9px
  }

  .nav_btn.move .line.top {
    top: 20px;
  }

  .nav_btn .line.middle {
    top: 20px;
  }

  .nav_btn.move .line.middle {
    width: 0;
    opacity: 0;
  }

  .nav_btn .line.bottom {
    top: 31px;
  }

  .nav_btn.move .line.bottom {
    top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav_btn {
    margin-left: 0;
  }
}

ul.head_ul_sp {
  height: 50px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  padding-inline: 1%;
  position: relative;
}

@media (max-width: 499px) {
  ul.head_ul_sp {
    gap: 3px;
  }
}

.head_img1_sp {
  width: 120px;
  margin-right: 3px;
  margin: 0 3px 0 2%;
}

.head_img1_sp img {
  width: 100%;
}

.head_img2_sp {
  width: 220px;

  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  top: 7px;
}

@media (max-width: 499px) {
  .head_img2_sp {
   width: 200px;
   top: 10px;
  }
  .head_img2_sp img{
    vertical-align: baseline;
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 1199px) {



  .head_img2_tb {
    width: 250px;
  }

  .head_img3_tb {
    margin-right: 65px;
  }

  .head_img2_sp {
    width: 220px;
    margin-right: 65px;
    margin-left: 30px;
  }

  .images_three_set a {
    flex: 1;
  }
}

.nav_container_pc {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 110px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .nav_container_pc {
    top: 130px;
  }
}
@media (max-width: 768px) {
  .nav_container_pc {
    top: 100px;
  }
}
.nav_img1_tb {
  width: 15%;

}

.images_three_set1_pc {
  height: 100%;
  width: 210px;
  background-image: url(../images/header/text_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  flex-shrink: 0;
}
.images_three_set2_pc {
  height: 100%;
  width: 210px;
  background-image: url(../images/header/text_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  flex-shrink: 0;
}
.images_three_set2_pc span{
 font-size: 20px;
}

@media (max-width: 1600px) {
  .images_three_set1_pc,
  .images_three_set2_pc {
    width: 180px;
    font-size: 20px;
  }
}

.images_three_set3_pc {
  height: 100%;
  width: 290px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background-color: #e50012;
  text-decoration: none;
  padding-bottom: 5px;
}

@media (max-width: 1600px) {
 .images_three_set3_pc {
  width: 250px;
 }
}

.images_three_set3_day_pc_top {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  display: block;
}

.top_nav_youtube_dot {
 margin-left: -5px;
 margin-right: -5px;
}

@media (max-width: 1600px) {
 .images_three_set3_day_pc_top {
  font-size: 27px;
 }
}


.images_three_set3_day_pc_bottom {
   font-weight: 700;
  font-size: 26px;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding-inline: 10px;
  margin-left: 5px;
}

@media (max-width: 1600px) {
 .images_three_set3_day_pc_bottom  {
  font-size: 20px;
 }
}

.images_three_set3_pc_img {
  width: 64px;
  margin-left: 8px;
  margin-right: 3px;
}

@media (max-width: 1600px) {
 .images_three_set3_pc_img  {
  width: 55px;
 }
}

.images_three_set1_tb {
  height: 100%;
  width: 210px;
  background-image: url(../images/header/text_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.images_three_set2_tb {
  height: 100%;
  width: 210px;
  background-image: url(../images/header/text_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.images_three_set3_tb {
  height: 100%;
  width: 313px;
  background-color: #e50012;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.images_three_set3_day_tb {
   background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding-inline: 2.6%;
  font-size: 18px;
  margin-left: 1%;
  letter-spacing: -0.05em;
}

.images_three_set1 {
  height: 100%;
  width: 27.5%;
  background-image: url(../images/header/text_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 3vw;
  font-weight: 700;
}
.images_three_set2 {
  height: 100%;
  width: 27.5%;
  background-image: url(../images/header/text_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
   font-size: 3vw;
   font-weight: 700;
}
.images_three_set3 {
  width: 43%;
  height: 100%;
  background-color: #e50012;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
   font-size: 3vw;
   font-weight: 700;
   line-height: 1.5;
}

.images_three_set3_day {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding-inline: 2%;
  font-size: 2.7vw;
  margin-left: 1%;
  letter-spacing: -0.05em;
   white-space: nowrap;
}

.head_img2_tb {
  margin-left: 13%;
}
.head_container_pc, .head_container_tb, .head_container_sp,
.nav_container_pc, .nav_container_sp {
  transition: transform 0.4s ease;
}

/* 下スクロール時に画面外（上）へ完全に飛ばす */
.head_container_pc.is-hide,
.head_container_tb.is-hide,
.head_container_sp.is-hide,
.nav_container_pc.is-hide,
.nav_container_sp.is-hide {
  transform: translateY(-250px); /* headとnavの高さの合計より大きい値を指定して完全に隠します */
}


.nav_container_pc.is-top {
  top: 0;
}

@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;

  padding-left: 2%;
  width: 52%;
}
@media (max-width: 1199px) {
ul.nav_ul_pc {
 width: 100%;
 padding-inline: 4%;
 margin: 0 auto;
}
}

@media (max-width: 768px) {
  ul.nav_ul_pc {
    height: 50px;
  }
}

.nav_container_pc_inner {
  max-width: 1920px;
  margin: 0 auto;
}

li.nav_ul_li_pc {
  text-align: center;
  display: flex;
  align-items: center;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .nav_ul_li_pc {
    padding: 10px 0 0;
  }
}

.main_nav_title_pc {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
}


.main_nav_title_pc span.triangle_icon {
  font-size: 24px;
  margin-left: -24px;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .main_nav_title_pc span.triangle_icon {
    vertical-align: baseline;
  }
}

.main_nav_link_set {
  display: flex;
  gap: 8px;
  margin-left: auto;
  height: 100%;
}


.main_nav_link_set a:hover {
  opacity: 0.7;
}


/* --- 【現在地】今開いているページに対応する大見出しを光らせる --- */
.main_nav_title_pc.current::after {
  position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background:#fcd90d;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
}

ul.nav_list_pc li:hover {
  color: #ebee22;
}

.nav_list_pc_li_icon {
  font-size: 18px;
  padding: 0 0 0 21px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 450px) {
  .nav_list_pc_li_icon {
    padding: 0;
  }
}




.grayout .nav_list_pc_li_icon {
  color: #000;
}

a.main_nav_title_pc {
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: -0.03em;
  padding-inline: 4px;
}
@media (max-width: 600px) {
  .main_nav_title_pc {
    font-size: 3.4vw;
  }
}


.nav_ul_li_pc:hover .main_nav_title_pc::after  {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background:#fcd90d;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  ul.nav_list_pc li a {
    padding-top: 3px;
  }
}

ul.nav_list_pc li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: left;
  font-size: 22px;
}

ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  color: #ebee22;
}


.sub-nav-sp {
    display: none;
  }
 @media (max-width: 1199px) {
  .sub-nav-pc {
    display: none;
  }

  .sub-nav-sp {
    display: block;
  }
}

.sub-nav-flex .sub-nav_guest_gray_out a{
  pointer-events: none;
  color: #888;
}



.nav_container_sp {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  background: transparent;
  color: #fff;
  z-index: 19;
  transition: background 0.3s ease, transform 0.4s ease;
}

.nav_menu_sp_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

@media (max-width: 768px) {
 
  .nav_container_sp {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background: transparent;
    color: #fff;
    z-index: 18;
  }
}

.nav_container_sp.open {
  height: 100vh;
  visibility: visible;
  background: rgba(0, 85, 167, 0.9);
}

.nav_container_sp.open .nav_menu_sp_body {
  max-height: calc(100vh - 73px);
  overflow-y: auto;
}

.nav_ul_sp {
  list-style: none;
  padding: 70px 0 150px 0;
  margin: 0;
  margin-bottom: 150px;
}

#nav_live_replay_sp {
  background: #0055a7;
}

.nav_top_row_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73px;
}

.nav_img1_sp {

}

.nav_img1_sp a {
  display: block;
}

.nav_img1_sp img {
  display: block;
}

@media (max-width: 768px) {
  .nav_ul_sp {
    padding: 46px 0 5% 0;
  }

  .nav_top_row_sp {
    height: 43px;
  }

  .nav_img1_sp {
 
    width: 72px;
  }
}

@media (max-width: 499px) {
  .nav_top_row_sp {
    height: 43px;
  }
  
}

@media screen and (min-width: 800px) {
  #nav_live_replay_sp {
    /* margin: 50px 0 40px; */
  }
}

#nav_live_replay_sp img {
  width: 100%;
}

.nav_ul_li_sp {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  position: relative;
  z-index: 5;
  font-weight: 700;
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: block;
  padding: 10px 0;
  font-size: 36px;
  margin-left: -18px;
}

.nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: '▼';
  font-size: 14px;
  vertical-align: middle;
  margin-left: -18px;
}

.nav_title:hover {
  opacity: 0.7;
}

.nav_title:hover .nav_list_pc_li_icon {
  color: #f6cf5d;
}

.nav_title::after {
  position: absolute;
  left: 20px;
  top: 20px;
  content: '▼';
  font-size: 25px;
  vertical-align: middle;
}

.nav_title.up::after {
  position: absolute;
  left: 20px;
  top: 20px;
  content: '▲';
  font-size: 25px;
  vertical-align: middle;
}

.nav_list_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s;
  will-change: max-height;
}

.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 25px 0;
  padding-left: 10px;
  letter-spacing: 0.5px;
  font-size: 28px;
}

.nav_list_sp li:last-child a {
  margin-bottom: 10%;
}

@media screen and (max-width: 768px) {
  .nav_title::after {
    left: 20px;
    top: 15px;
    font-size: 22px;
    vertical-align: middle;
  }

  .nav_title.up::after {
    left: 20px;
    top: 15px;
    font-size: 22px;
    vertical-align: middle;
  }

  .nav_title {
    padding: 10px 0;
    font-size: 28px;
    margin-left: -5px;
  }

  .nav_list_sp a {
    padding: 18px 0;
    padding-left: 10px;
    letter-spacing: 0.5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 499px) {
  .nav_ul_sp {
    padding: 10% 0 5% 0;
  }

  .nav_title::after {
    left: 12px;
    top: 15px;
    font-size: 18px;
    vertical-align: middle;
  }

  .nav_title.up::after {
    left: 12px;
    top: 15px;
    font-size: 18px;
    vertical-align: middle;
  }

  .nav_title {
    padding: 10px 0;
    font-size: 24px;
    margin-left: -12px;
  }

  .nav_list_pc_li_icon {
    font-size: 14px;
    padding: 0 0 0 21px;
    top: -1px;
  }

  .nav_list_sp a {
    padding: 14px 0;
    padding-left: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .nav_list_sp a {
    padding-left: 0;
    letter-spacing: 0;
  }
}

.nav_list_sp li:hover {
  text-shadow: 0 0 1px #1290d1, 0 0 3px #1290d1, 0 0 6px #1290d1, 0 0 10px #1290d1, 0 0 20px #1290d1, 0 0 1px #1290d1, 0 0 3px #1290d1, 0 0 6px #1290d1, 0 0 10px #1290d1, 0 0 20px #1290d1;
}

.nav_list_sp li.grayout {
  pointer-events: none;
  background: #969696;
}

.nav_list_sp li.grayout a {
  color: #000;
}

.nav_list_sp li.grayout a .nav_list_pc_li_icon {
  color: #000 !important;
}

.nav_list_sp li:hover .underbar {
  color: #ffffff;
}

.nav_list_sp li:last-child {
  border-bottom: none;
}


.nav_sns_sp {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  max-width: 650px;
  padding: 6% 4%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .nav_sns_sp {
    gap: 5%;
    padding: 6% 10%;
  }
}

.nav_sns_sp li {
  width: 24%;
}

.nav_sns_sp img {
  width: 100%;
  max-width: none;
}

.images_three_set {
  display: flex;
  justify-content: space-around;
  height: 60px;
}

.images_three_set a:hover {
  opacity: 0.7;
}

.image_single {
  margin: 10px auto 0;
  text-align: center;
  width: 95%;
}

.image_single a:hover {
  opacity: 0.7;
}

/* グレイアウト用 */
ul.nav_list_pc li.grayout {
  background: #969696;
  pointer-events: none;
}
.sub-nav li.grayout {
  pointer-events: none;
}

ul.nav_list_pc li.grayout a {
  color: #000;
}
.sub-nav li.grayout a {
  color: #888;
}

ul.nav_list_pc li.grayout:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp {
  background: #969696;
  pointer-events: none;
}

.nav_list_sp li.grayout_sp a .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp .grayout_sp a:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp:hover {
  opacity: 0.9;
}

.nav_list_sp .grayout_sp {
  background: #969696;
  pointer-events: none;
}

.nav_list_sp li.grayout_sp a {
  color: #000;
}

.nav_list_sp .grayout_sp:hover {
  opacity: 1;
}

main {
  position: relative;
  display: block;
  padding-top: 170px;
  z-index: 2;
}

.second_bg main {
  padding-top: 0;
}

@media (max-width: 1199px) {
  main {
    padding-top: 190px;
  }

  .main_container_pc {
    clip-path: inset(100%);
    height: 0;
    overflow: hidden;
  }

  .main_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main_container_sp {
    clip-path: inset(100%);
    height: 0;
    overflow: hidden;
  }
}

.main_container_sp {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  

  main {
    padding-top: 150px;
  }

  .images_three_set {
    display: flex;
    text-align: center;
    align-items: center;
    height: 50px;
    justify-content: space-between;
  }


}


_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.main_container_sp img {
  width: 100%;
}

.main_visual {
  position: relative;
  width: 100%;
  height: 100%;
}




@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes lightUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  
  }
}


.mv_pickup_set {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

/* .main_visyal, */
.pickup_pc {
  width: 49%;
  
}

.pickup_pc {
  position: relative;
  margin-top: 1.4%;
}

.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.8%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.8%;
}

.pickup_ul_pc li {
  opacity: 0;
  flex: 1;
}
.pickup_ul_pc li a{
  display: inline-block;
 width: 100%;
}
.pickup_ul_pc li a img{
 width: 100%;
}

body.is-mv-start .pickup_ul_pc li {
  opacity: 0;
  animation: bgFadeIn 1s ease 1.1s forwards;
}

.countdown_box {
  opacity: 0;
}

body.is-mv-start .countdown_box {
  opacity: 0;
  animation: bgFadeIn3 1s ease 0.3s forwards;
}

@media (max-width: 1199px) {
  body.is-mv-start .main_container_sp .countdown_box {
    animation: none !important;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
 .main_container_sp .countdown_box.show {
    opacity: 1;
    transform: translateY(30px);
 }

}


.pickup_ul_pc2 {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin: 2.4% auto 0;
}
.pickup_ul_pc2.pickup_ul_pc2_youtube {
  margin: 3% auto 0;
}

.pickup_ul_pc2 li {
  opacity: 0;
  width: 9%;

}
.pickup_ul_pc2.pickup_ul_pc2_youtube li {
  opacity: 0;
  width: 22%;

}
.pickup_ul_pc2 li a {
 display: inline-block;
  width: 100%;

}
.pickup_ul_pc2 li a img {
 display: inline-block;
  width: 100%;

}
body.is-mv-start .pickup_ul_pc2 li {
  opacity: 0;
  animation: bgFadeIn 1s ease 1.1s forwards;
}

.pickup_pc p {
  margin: 0;
  text-align: center;
  padding: 0;
  margin-top: 50px;
}

.pickup_ul_sp li {
  flex: 1;
  opacity: 0;
}

.top_banner {
  text-align: center;
  margin-top: 6.6%;
  margin-bottom: 7%;
}

.top_banner_pc {
  opacity: 0;
}
.top_banner_sp {
  opacity: 0;
}

.top_banner_pc:nth-child(n+2) {
  margin-top: 1%;
}

@media (max-width: 1920px) {
  .top_banner_pc:nth-child(n+2) {
    margin-top: 1.3%;
  }
}

.pickup_ul_pc.show li {
  opacity: 1;
  transform: translateY(0);
}

.top_photo_gallery_title {
  opacity: 0;
}

.top_banner_pc.show,
.top_banner_sp.show,
.pickup_ul_sp.show li {
  animation: fadeIn 0.3s ease-out forwards;
}

.pickup_ul_pc2.show li {

}

.fade-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-target.show {
  opacity: 1;
  transform: translateY(0);
}

/* ボタン用 */
.pop-in {
  opacity: 0;
  transform: scale(0.5) translateZ(0);
  will-change: transform;
}


.nav_pc_logo a:hover,
.news_wrapper .text a:hover,
.top_banner_pc a:hover,
.top_banner_sp a:hover,
.pickup_ul_pc li a:hover,
.pickup_ul_pc2 li a:hover,
.pickup_ul_sp li a:hover,
.photo_gallery_swiper_container .btn a:hover,
.racer_pickup_box_footer a:hover,
#top_dream .btn a:hover,
.racer_pickup_past_list li a:hover,
#top_campaign .btn a:hover,
.racelive_wrapper .btn a:hover,
#top_vlog_cp .btn a:hover,
.nav_img1_sp a:hover,
.nav_sns_sp li a:hover,
.accordion_title:hover {
  opacity: 0.7;
}


@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }

  .pickup_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
  }

  .pickup_sp {
    display: none;
  }
}

.pickup_sp {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.4); */
  padding: 7% 8% 13%;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .pickup_sp {
    padding: 7% 6% 13%;
  }
}

.pickup_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
justify-content: center;
  column-gap: 1%;
}

.pickup_ul_sp:nth-child(n+2) {
  margin-top: 0;
}
.bottom_wrapper .pickup_ul_sp:nth-child(n+2) {
  margin-top: 2%;
}

.pickup_sp p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  opacity: 0;
  margin-top: 5%;
}

.pickup_ul_sp2 {
  gap: 4%;
  padding: 3% 3% 4%;
  width: 72%;
}

.pickup_ul_sp2.pickup_ul_sp2_youtube {
  padding: 1% 8% 0;
  width: 100%;
  gap: 3%;
}

@media (max-width: 500px) {
  .pickup_ul_sp2 {
    width: 76%;
  }
}

.top_banner_sp:nth-child(n+2) {
  margin-top: 5%;
}

@media (max-width: 1199px) {
  .top_banner_sp:nth-child(n+2) {
  margin-top: 4%;
}
}


.pickup_ul_sp2.pickup_ul_sp2_youtube li {
  width: auto;
  flex: 1;
}

.swiper-slide {
  height: 100%;
}

.text a {
  color: #073894;
  text-decoration: none;
}


.date {
  background-size: cover;
  color: #000;
  margin-left: 33px;
  font-weight: bold;
  font-size: 18px;
}

.text {
  color: #000;
  margin-left: 85px;
  letter-spacing: 0.3px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px 0 0;
}

@media (max-width: 1199px) {
  .date {
    font-size: min(3.5vw, 18px);
    margin-left: 20px;
    align-self: flex-start;
  }

  .text {
    display: block;
    padding: 0 100px 0 0;
    /* margin-top: 17px; */
    font-size: min(3.5vw, 18px);
    text-align: justify;
    margin-left: 8%;
  }
}

@media (max-width: 768px) {
  .date {
    font-size: min(2.5vw, 16px);
    margin-left: 20px;
  }

  .text {
    display: block;
    padding: 0 60px 0 0;
    font-size: min(2.5vw, 16px);
    text-align: justify;
    margin-left: 35px;
  }
}

@media (max-width: 499px) {
  .text {
    padding: 0 20px 0 0;

    margin-left: 20px;
  }
}

.main_center {
  text-align: center;
}

@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main_center {
    display: block;
  }
}

/* index.php css end */
/* footer.php css start */
footer {
  position: relative;
  z-index: 1;
  margin-top: 200px;
  height: 91px;
}

@media (max-width: 1199px) {
  footer {
overflow: visible;
margin-top: 200px;
  }
}
@media (max-width: 768px) {
  footer {
margin-top: 120px;
  }
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%; /* 左端から50%の位置へ */
  transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して中央配置 */
  
  /* 画像の元のサイズ（実寸）で固定する */
  width: 1920px;
  height: 91px;
  background-image: url(../images/footer/footer_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  background-position: top center;
}

@media (min-width: 1920px) {
  footer::before {
    width: 100%;
  }
}


.footer_container {
  position: relative;
}

#to_top_btn_pc {
  width: 88px;
  /* height: 127px; */
  box-sizing: border-box;
  padding-top: 0;
  position: fixed;
  bottom: 118px;
  right: 2%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
}

#to_top_btn_pc.show {
  pointer-events: auto;
}

@media (max-width: 1199px) {

  footer::before {
   
  }

  .footer_container {
    margin-top: 30px;
  }

  #to_top_btn_pc {
    position: fixed;
    right: 3%;
    bottom: 120px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }

  .footer_bg {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media (max-width: 768px) {
  #to_top_btn_pc {
    position: fixed;
    width: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
}

@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
}

@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 2%;
  }
}


#to_top_btn_pc.show,
#to_top_btn_sp.show {
  opacity: 1;
  visibility: visible;
}

.swiper-container {
  padding-bottom: 0;
}


@media screen and (max-width: 1199px) {
  .swiper-container {
    padding-bottom: 0;
    padding-top: 3%;
    margin-top: -1%;
    width:70%;
        margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 5%;
  }
}

@media screen and (max-width: 499px) {
  .swiper-container {
    margin-top: 1%;
  }
}

#swiper_base {
  position: relative;
  margin: auto;
  width: 1060px;
}

@media screen and (max-width: 1400px) {
  #swiper_base {
  width: 800px;
}
}

.swiper {
  /* opacity: 0; */
}

.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-button-prev {
  left: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/insta/arrow_left.png') no-repeat;
  height: 46px;
  width: 40px;
}

.swiper-button-next {
  right: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/insta/arrow_right.png') no-repeat;
  height: 46px;
  width: 40px;
}

#swiper_base img {
  width: 100%;
  font-size: 10px;
}

footer .swiper-slide:hover,
footer .swiper-button-prev:hover,
footer .swiper-button-next:hover {
  opacity: 0.7;
}

#swiper_base .swiper-button-prev:after,
#swiper_base .swiper-button-next:after {
  content: '';
}

@media (max-width: 1199px) {
  #swiper_base {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .swiper-button-prev {
    width: 30px;
    height: 31px;
    background-size: contain;
    left: -30px;
  }

  .swiper-button-next {
    width: 30px;
    height: 31px;
    background-size: contain;
    right: -40px;
  }
}

.footer_banner_pc,
.footer_banner_sp {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .footer_banner_pc {
    display: none;
  }

  .footer_banner_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer_banner_pc {
    display: block;
  }

  .footer_banner_sp {
    display: none;
  }
}

ul.slider {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
  }
}

ul.slider li a img {
  width: 100%;
}

ul.slider li a img:hover {
  opacity: 0.7;
}

.boatrace_logo {
  text-align: center;
  padding: 90px 0 16px;
}

@media (min-width: 2500px) {
  .boatrace_logo {
    padding: 0 0 16px;
  }
}

@media (max-width: 1199px) {
  .boatrace_logo {
    padding: 6% 0 1%;
  }
}

@media (max-width: 768px) {
  .boatrace_logo {
    padding: 10% 0 1%;
  }

  .boatrace_logo img {
    width: 34vw;
  }
}

.boatrace_logo a:hover {
  opacity: 0.7;
}

.copy_color {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 91px;
}

.copy_color p {
  margin: 0;
  width: 60%;
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .copy_color p {
    width: 73%;
  }
}

/* footer.php css end */
/* 下層ページ共通 css start */
.page-bi {
  position: relative;
  padding: 170px 0 0;
}

@media (max-width: 1199px) {
  .page-bi {
    padding: 190px 0 20px;
  }
}

@media (max-width: 768px) {
  .page-bi {
    padding: 150px 0 10px;
  }
}

.contain {
  max-width: 1400px;
  margin: auto;
  padding-top: 58px;
  position: relative;
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    padding-top: 4%;
  }
}

h2.pc {
  /* background: #e0bf43; */
  background-image: url(../images/second/title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  padding: 18px 0px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  font-style: italic;
  letter-spacing: 0;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  h2.pc {
    padding-bottom: 8px;
  }
}

h2.sp {
  font-size: 4vw;
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  background-image: url(../images/second/title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 1.4vw;
  padding-top: 2vw;
  font-style: italic;
}

@media (max-width: 1199px) {
  h2.sp {
    filter: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  h2.pc {
    display: none;
  }

  h2.sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  h2.pc {
    display: block;
  }

  h2.sp {
    display: none;
  }
}
h2.pc {
  max-width: 825px;
  margin: 0;
  margin-left: 150px;
}


.bc-white {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  
  .bc-white {
    margin-top: 4%;
    box-shadow: none;
  }

  .clear_box_w.pc-none {
    height: 100px;
  }
}

.page-inner {
  padding: 2% 2% 3% 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 3% 0;
  }
}

/* movie_~.php css start */
.jstream-eqPlayer {
  display: block !important;
}

.jstplayer {
  width: 640px;
}

.jstlistcrtl {
  width: 640px;
}

.jstlist {
  width: 600px;
}

.jstream-eqPlayer {
  display: block !important;
}

/* movie_~.php css end */
/* dream.php css start */
.saturday {
  color: #0f32e9;
}

.sunday {
  color: #e42329;
}

.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 150px 0 0;
  color: #fff;
}

@media (max-width: 768px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 20px !important;
  }
}

/* dream.php css end */
/* tv_schedule.php css start */
.tv_padding {
  padding: 20px;
}

.tv_padding a {
  color: #fff100;
}

.tv_padding p {
  margin: 0;
  margin-top: 10px;
  color: #fff;
}

.tv_padding tr {
  background: #fff;
}

#tv {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
  margin-top: 20px;
}

th,
td {
  border: 1px solid #000;
  padding: 5px;
}

th {
  background: #fbb000;
  color: #fff;
}

/* tv_schedule.php css end */
/* suishou.php css start */
.suishou_padding {
  padding: 0;
}

#suishou_contents_pc {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
}

#suishou_contents_sp {
  display: none;
}

#suishou_contents_pc th,
#suishou_contents_pc td {
  background: #1290d1;
  color: #fff;
  border: 1px solid #000;
  padding: 5px;
}

#suishou_contents_pc td {
  background: #fff;
  color: #000;
}

@media (min-width: 1200px) {
  .warning_text_pc {
    display: block;
    text-align: left;
    transform: rotate(0.03deg);
  }

  .warning_text_sp {
    display: none;
    transform: rotate(0.03deg);
  }
}

@media (max-width: 1199px) {
  .suishou_padding {
    padding: 0 10px;
  }

  #suishou_contents_pc {
    display: none;
  }

  #suishou_contents_sp {
    display: table;
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
  }

  #suishou_contents_sp th,
  #suishou_contents_sp td {
    background: #1290d1;
    color: #fff;
    border: 1px solid #000;
    padding: 5px;
  }

  #suishou_contents_sp td {
    background: #fff;
    color: #000;
  }

  .warning_text_pc {
    display: none;
  }

  .warning_text_sp {
    display: block;
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 699px) {

  #suishou_contents_sp th,
  #suishou_contents_sp td {
    font-size: 13px;
  }
}

/* suishou.php css end */
/* event.php css start */
.event_container {
  width: 800px;
  margin: auto;
}

.event_container .event_box+.event_box {
  margin-top: 100px;
}

.event_container h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  background: #a4ff00;
  padding: 10px 0;
  letter-spacing: 4px;
}

.event_container h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  width: 568px;
  margin: auto;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #74a2ff 50%, #74a2ff 100%);
  padding: 2px 0;
}

.event_container .event_time_place_text {
  text-align: center;
  font-size: 22px;
  margin: 30px 0;
}

.event_container .event_text {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .event_container {
    width: 100%;
  }

  .event_container h4 {
    width: 420px;
  }
}

@media (max-width: 500px) {
  .event_container h3 {
    font-size: 24px;
  }

  .event_container h4 {
    width: 315px;
    font-size: 20px;
  }

  .event_container .event_time_place_text {
    font-size: 18px;
  }

  .event_container .event_text {
    font-size: 16px;
  }
}

.event_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  /* background: #fff; */
  /* opacity: 0.9; */
  padding-bottom: 20px;
}

.event_wrapper img {
  box-shadow: 0 0 8px #999;
}

.kaimon {
  width: 95%;
  border-top: 3px solid lightskyblue;
  border-bottom: 3px solid lightskyblue;
  margin: 0 auto;
  font-weight: bold;
  border-top: solid 3px #C8B48A;
  border-bottom: solid 3px #C8B48A;
}

.underline {
  border-bottom: 3px solid lightskyblue;
}

.event {
  border: 5px solid #e2ba22;
  width: 85%;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 25px;
  opacity: 1;
  background: #fff;
}

.event_padding {
  padding: 0 20px 20px 20px;
}

.event p {
  text-align: left;
}

.event h3 {
  padding: 0.3em 0.5em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  background-color: #F5E9D8;
  background-image: linear-gradient(-45deg, #ebcf65 25%, #e2ba22 25%, #e2ba22 50%, #ebcf65 50%, #ebcf65 75%, #e2ba22 75%, #e2ba22);
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
  border-radius: 15px 15px 0 0;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.event h4 {
  padding: 0.3em 0.9em;
  text-align: left;
  padding-left: 5px;
  border-left: solid 8px #e2ba22;
  font-size: 1.7em;
  font-weight: bold;
}

.event_h4 {
  border-left: solid 8px #420d07;
  padding-left: 20px;
}

.event_h4_underline {
  border-bottom: 3px solid #420d07;
}

.event p span {
  /* background: #e10414; */
  color: #e10414;
}

.photo p {
  text-align: center;
}

.event_images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.event_images li+li {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .event_images ul {
    display: block;
  }

  .event_images li+li {
    margin-left: 0;
  }
}

.event_images p {
  text-align: center;
}

.event hr {
  /* border-top: 2px dashed #ccc; */
}

/* event.php css end */
/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
}

.second_title_img img {
  /* width: 100%; */
}


@media (max-width: 1199px) {
  .second_title_img {
    max-width: 93%;
    margin: auto;
  }

  .second_title_img img {
    /* width: 100%; */
  }

}



/******表示・非表示*******/
@media (min-width: 1200px) {

  /*PCの時非表示にします*/
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 1199px) {

  /*TBとSPの時非表示にします*/
  .tb-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

@media (max-width: 768px) {

  /*SPの時非表示にします*/
  .sp-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}




/* ボタンhover時はスライドの影響をリセット */
.swiper:has(.swiper-button-prev:hover) .swiper-slide,
.swiper:has(.swiper-button-next:hover) .swiper-slide {
  opacity: 1 !important;
}


/* アンカーリンク ジャンプ位置調整*/
#dream_day2 {
  /* scroll-margin-top: 200px; */
  /* ナビの高さ */
}


/* 下層のみ非表示箇所 */
/* newsはphpで消してる */

/* フッターの背景だけ消す、透明化 */
.second_page footer::before {
  /* background-image: none; */
}

.second_page footer,
.second_page .footer_bg {
  background-color: transparent;
}

.second_page .swiper-container {
  margin-top: 0;
}

/* タイトルh3のスクリーン対応 */
.top-title {
  position: relative;
  display: inline-block;
  width: 100%;
}

.top_h3_group {
  text-align: center;
  position: absolute;
  width: 36%;
  top: 14%;
  right: 2%;
}

.top_h3_group img{
  width: 100%;
}

@media (max-width: 1199px) {
  .top_h3_group {
    width: 65%;
  }
}



.h3_wrap {
  display: block;
  z-index: 0;
}

/* トップタイトル */
.h3_wrap.top-title_pg {
  /* top: -100px; */
  font-size: 40px;
}

.h3_wrap.top_dream-title {
  top: -90px;
}

.h3_wrap.top-title_rp {
  top: -66px;
  z-index: 2;
}

.h3_wrap.top-title_cp {
  top: -66px;
}

.h3_wrap.top-title_webcp {
  top: -95px;
}

@media (max-width: 1199px) {
  .h3_wrap.top-title_pg {
    top: -6vw;
  }

  .h3_wrap.top_dream-title {
    top: -9vw;
  }

  .h3_wrap.top-title_rp {
    top: -6vw;
  }

  .h3_wrap.top-title_cp {
    top: -6vw;
  }

  .h3_wrap.top-title_webcp {
    top: -9vw;
  }

  .top-title {
    /* margin-bottom: 22vw; */
  }
}


/* 1200px以上のとき改行 */
.br-pc {
  display: none;
}

@media (min-width: 1200px) {
  .br-pc {
    display: block;
  }
}

/* 1199px以下全部で改行 */
.br-under1200 {
  display: none;
}

@media screen and (max-width: 1199px) {
  .br-under1200 {
    display: block;
  }
}

/* 1199px~768px内のときだけ改行 */
.br-tb {
  display: none;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .br-tb {
    display: block;
  }

  .nowrap-tb {
    white-space: nowrap;
  }
}

/* 768px以下のとき改行 */
.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }

  .nowrap-sp {
    white-space: nowrap;
  }
}
/* 500px未満で改行 */
.br-500 {
  display: none;
}

@media screen and (max-width: 499px) {
  .br-500 {
    display: inline;
  }
}

/* TBだけ改行なし */
.br-tb-off {
  display: inline;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .br-tb-off {
    display: none;
  }
}


@media screen and (min-width: 1200px) {
  #banner_slider .swiper-wrapper {
    /* transform: none !important; */
    /* display: flex; */
    /* justify-content: center; */
  }

  #banner_slider .swiper-slide {
    /* width: calc((100% - 40px) / 3) !important; */
    /* flex-shrink: 0; */
  }

  #banner_slider .swiper-button-prev,
  #banner_slider .swiper-button-next {
    /* display: none; */
  }
}

.mt_10 {
  margin-top: 10px;
}

.mt_30 {
  margin-top: 30px;
}

.entry_pc {
  display: none;
}

@media(min-width: 451px) {
  .entry_pc {
    display: block;
  }

  .entry_sp {
    display: none;
  }
}

/* トップページ メインビジュアルアニメーション */
.main_container_pc .main_visual {
  position: relative;
  background: transparent;
  /* 最初は白 */
  overflow: hidden;
}

.main_container_pc .main_visual:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image: url(../images/main/mv/mv.png); */
  background-image: url(../images/main/mv/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0; */
  /* transform: translateY(200px) scale(1.75); */
}
.main_container_sp .main_visual:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image: url(../images/main/mv/mv.png); */
  background-image: url(../images/main/mv/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0; */
  /* transform: translateY(200px) scale(1.75); */
}

.main_container_pc .main_visual .mv_item {
  position: absolute;
}

.main_container_pc .main_visual .mv_item.mv_copy {
 top: 0;
  right: 1%;
  z-index: 5;
  opacity: 0;
  width: 99%;
}
.main_container_pc .main_visual .mv_item.mv_copy img {
  width: 100%;
}


.main_container_pc .mv_title {
  opacity: 0;
}


.main_container_pc .mv_days {
  opacity: 0;
}


.main_container_pc .main_visual .mv_item.mv_kanibo {
  bottom: 63%;
  left: 13%;
  opacity: 0;
  width: 34%;
  will-change: transform, opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_sp .main_visual .mv_item.mv_kanibo {
  bottom: 63%;
  left: 13%;
  opacity: 0;
  width: 34%;
  will-change: transform, opacity, filter;
  transform: translateZ(0); 
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_pc .main_visual .mv_item.mv_kanibo img{
  width: 100%;
}
.main_container_pc .main_visual .mv_item.mv_day1 {
  bottom: 5%;
  left: 8%;
  opacity: 0;
  width: 88%;
}
.main_container_sp .main_visual .mv_item.mv_day1 {
  bottom: 5%;
  left: 8%;
  opacity: 0;
  width: 88%;
}
.main_container_pc .main_visual .mv_item.mv_day1 img{
  width: 100%;
}
.main_container_pc .main_visual .mv_item.mv_dinosaur {
  bottom: 26%;
  right: 4%;
  opacity: 0;
  width: 81%;
}
.main_container_sp .main_visual .mv_item.mv_dinosaur {
  bottom: 26%;
  right: 4%;
  opacity: 0;
  width: 81%;
}
.main_container_pc .main_visual .mv_item.mv_dinosaur img{
  width: 100%;
}

.main_container_pc .mv_place {
  opacity: 0;
}

.main_container_pc .main_visual .mv_item.mv_racer_01 {
  bottom: 145px;
  left: 134px;
  z-index: 4;
  opacity: 0;
}

.main_container_pc .main_visual .mv_item.mv_boat2 {
  bottom: 21%;
  right: -1%;
  z-index: 0;
  opacity: 0;
  width: 98%;
}
.main_container_sp .main_visual .mv_item.mv_boat2 {
  bottom: 21%;
  right: -1%;
  z-index: 0;
  opacity: 0;
  width: 98%;
}
.main_container_pc .main_visual .mv_item.mv_boat2 img{
 width: 100%;
}

.main_container_pc .main_visual .mv_item.mv_title1 {
  bottom: 12%;
  right: 4%;
  z-index: 0;
  opacity: 0;
  width: 90%;
}
.main_container_sp .main_visual .mv_item.mv_title1 {
  bottom: 12%;
  right: 4%;
  z-index: 0;
  opacity: 0;
  width: 90%;
}
.main_container_pc .main_visual .mv_item.mv_title1 img{
 width: 100%;
}

.main_container_pc .main_visual .mv_item.mv_dynamite {
  top: 10px;
  left: 16px;
  z-index: 5;
  opacity: 0;
}

.main_container_sp .main_visual {
  position: relative;
  background: transparent;
  overflow: hidden;
}


.main_container_sp .main_visual .mv_item {
  position: absolute;
}

.main_container_sp .main_visual .mv_item.mv_copy {
  top: 0;
  right: 1%;
  z-index: 5;
  opacity: 0;
  width: 99%;
}

.main_container_sp .main_visual .mv_item.mv_title {
  bottom: 8vw;
  left: 0;
  right: 0;
  z-index: 5;
  width: 93vw;
  margin: auto;
  opacity: 0;
}

.main_container_sp .main_visual .mv_item.mv_days {
  bottom: 1vw;
  left: 5vw;
  width: 63vw;
  opacity: 0;
}

.main_container_sp .main_visual .mv_item.mv_place {
  bottom: 1.25vw;
  right: 5vw;
  width: 26vw;
  opacity: 0;
}

.main_container_sp .main_visual .mv_item.mv_racer_01 {
  bottom: 22.5vw;
  left: 21.9vw;
  width: 56.3vw;
  z-index: 4;
  opacity: 0;
}


.main_container_sp .main_visual .mv_item.mv_dynamite {
  top: 2vw;
  left: 3vw;
  z-index: 5;
  width: 11vw;
  opacity: 0;
}

/* 読み込み完了後にだけアニメーション開始 */
/* body.is-mv-start .main_visual::before {
  animation: bgFadeIn .2s ease 1.5s forwards;
} */

body.is-mv-start .main_visual .mv_copy {
  animation: bgFadeIn .5s ease 0.9s forwards;
}

body.is-mv-start .main_visual .mv_title {
  animation: bgFadeIn 1s ease 2.5s forwards;
}

body.is-mv-start .main_visual .mv_days,
body.is-mv-start .main_visual .mv_place {
  animation: bgFadeIn 1s ease 3.5s forwards;
}


body.is-mv-start .main_visual .mv_item.mv_kanibo {
  animation: 
    bgFadeIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}
body.is-mv-start .main_visual .mv_item.mv_day1 {
 animation: bgFadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1.7s forwards;
}
body.is-mv-start .main_visual .mv_item.mv_dinosaur {
 animation: nyoki 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}

body.is-mv-start .main_visual .mv_racer_01 {
  animation: racerIn-01 .2s ease 1.5s forwards;
}

body.is-mv-start .main_visual .mv_boat2 {
  animation: racerIn-03 1s cubic-bezier(0.25, 1, 0.5, 1) 0s forwards;

}

body.is-mv-start .main_visual .mv_title1 {
  animation: bgFadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards;
   
}

body.is-mv-start .main_visual .mv_dynamite {
  animation: bgFadeIn 1s ease 3.5s forwards;
}
.mv_title {
  width: 96%;
  margin: 0;
  opacity: 0;
}
body.is-mv-start .mv_title {
  animation: bgFadeIn 1s ease  0.9s forwards;
}

.mv_title img {
  width: 100%;
} 
.mv_days {
  width: 87%;
  margin: 1% auto 3%;
  opacity: 0;

}
body.is-mv-start .mv_days {
  animation: bgFadeIn 1s ease 1s forwards;
}

.mv_days img {
  width: 100%;
}

.mv_place {
  width: 31%;
  margin: 3% auto 13%;
  opacity: 0;

}

.mv_place img {
  width: 100%;
}
body.is-mv-start .mv_place {
  animation: bgFadeIn3 1s ease 0.2s forwards;
}

@keyframes nyoki {
 
    0% {
    opacity: 0;
    transform: translate3d(-120px, 90px, 0) scale(0.55) rotate(-8deg);
  }

  18% {
    opacity: 0.75;
    transform: translate3d(-80px, 60px, 0) scale(0.72) rotate(-5deg);
  }

  36% {
    opacity: 1;
    transform: translate3d(14px, -8px, 0) scale(1.12) rotate(2deg);
  }

  48% {
    transform: translate3d(-10px, 6px, 0) scale(0.98) rotate(-1.5deg);
  }

  62% {
    transform: translate3d(6px, -3px, 0) scale(1.04) rotate(1deg);
  }

  78% {
    transform: translate3d(-3px, 2px, 0) scale(1.01) rotate(-0.5deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@keyframes bgFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes bgFadeIn2 {
  0% {
    opacity: 0;
    transform:scale(0.95); 
    filter: brightness(1);
  }
  
  80% {
    opacity: 1;
    filter: brightness(2); 
  }
  100% {
    opacity: 1;
    transform:scale(1);
    filter: brightness(1); 
  }
}

@keyframes bgFadeIn3 {
  0% {
    opacity: 0;

    transform: translateX(300px) translateY(-300px) scale(0.2);
    filter: brightness(1);
  }

  60% {
    opacity: 1;
    transform: translateX(-10px) translateY(10px) scale(1.1);
    filter: brightness(2.5); 
  }

  
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes racerIn-01 {
  0% {
    transform: translateY(200px) scale(.1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes racerIn-03 {
  0% {
    transform: translate(-400px, -200px) scale(.3);
    opacity: 0;
  }
 
  100% {
    /* 最後はまた加速して、右画面の外側へ完全に消え去る */
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

/* トコタン25アンカーリンクジャンプ位置調整 */
@media (max-width: 1199px) {
  #top_campaign {
    scroll-margin-top: 80px;
  }
}

/* ピックアップボタンとナビメニューの注目レーサーピックアップ ジャンプ位置調整 */
#pickup_day1,
#pickup_day2,
#pickup_day3,
#pickup_day4,
#pickup_day5,
#pickup_day6,
#nav_day1,
#nav_day2,
#nav_day3,
#nav_day4,
#nav_day5,
#nav_day6 {
  scroll-margin-top: 280px;
}
@keyframes wave-intro-flash {
  0% {

    transform: translate3d(0, 200px, 0) scale(3);
    opacity: 0;
  
  }
  60% {
  
    transform: translate3d(0, 0, 0) scaleY(1.3); 
    opacity: 1;
   
  }
  80% {

    transform: translate3d(0, 10px, 0) scale(1.6);
  }
  100% {
  
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;

  }
}

@keyframes wave-move {
  
}

@media (max-width: 1199px) {

  #pickup_day1,
  #pickup_day2,
  #pickup_day3,
  #pickup_day4,
  #pickup_day5,
  #pickup_day6,
  #nav_day1,
  #nav_day2,
  #nav_day3,
  #nav_day4,
  #nav_day5,
  #nav_day6 {
    scroll-margin-top: 340px;
  }
}

@media (max-width: 768px) {

  #pickup_day1,
  #pickup_day2,
  #pickup_day3,
  #pickup_day4,
  #pickup_day5,
  #pickup_day6,
  #nav_day1,
  #nav_day2,
  #nav_day3,
  #nav_day4,
  #nav_day5,
  #nav_day6 {
    scroll-margin-top: 240px;
  }
}


/* 0508本番公開時非公開コンテンツと余白調整 */
/* 0611追加 ピックアップバナーが無いので追加コード */
.pickup_sp {
  padding: 5% 3% 4%;
}
.mv_pickup_set{
  /* padding-bottom: 145px; */
}


/* フッターバナー追加されたら削除する↓ fotter.phpも忘れずにコメントアウト外す */
/* footer::before {
  top: -190px;
  height: 200%;
} */

.boatrace_logo {
  padding: 0 0 16px;
}


@media (max-width: 1199px) {
  .footer_bg {
    padding-top: 0;
    margin-top: 0;
  }


}


.sub-nav {
  padding-bottom: 66px;
}

@media (max-width: 1450px) {
  .sub-nav {
  padding-inline: 4%;
}
}
@media (max-width: 1199px) {
  .sub-nav {
  padding-bottom: 6vw;
}
}
.sub-nav-flex {
  display: flex;
  margin: 0 auto;
  overflow: auto;
  flex-wrap: nowrap;
  max-width: 1400px;
  gap: 150px;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .sub-nav-flex {
    gap: 11vw;
  }
}

@media (max-width: 600px) {
  .sub-nav-flex {
    font-size: 3.6vw;
  }
}


.sub-nav-flex li{
  flex-shrink: 0;
}

.sub-nav-flex li a{
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.sub-nav-flex li a:hover{
  color: #fcd90d;
}


.sub-nav-flex li.current_li a {
  color: #fcd90d; 
  font-weight: bold; 
}

.second_title_test {
  font-size: 50px;
  font-weight: 700;
}


.sub-nav-flex::-webkit-scrollbar {
  height: 20px;
}

.sub-nav-flex::-webkit-scrollbar-track {
  background: url(../images/scroll.png) no-repeat;
  background-size: 98% 10px;
  background-position: center top 5px;
}

.sub-nav-flex::-webkit-scrollbar-thumb {
 background: linear-gradient(0deg,rgba(252, 217, 13, 1) 0%, rgba(252, 217, 13, 1) 50%, rgba(255, 233, 90, 1) 64%, rgba(255, 250, 223, 1) 95%, rgba(253, 224, 54, 1) 100%);
 border-radius: 20px;
}

@supports (-moz-appearance: none) {
  .sub-nav-flex {
    scrollbar-color: #fcd90d #FFF;
    scrollbar-width: thin;
  }
}

.second_title_test {
  text-align: left;
}
.top_insta_swiper_container {
  margin: 0 auto;
  scroll-margin-top: 230px;
  padding-bottom: 0;
  padding-inline: 3vw;
  box-sizing: content-box;
}

@media (max-width: 1199px) {
  .top_insta_swiper_container {
    padding-inline: 6.8vw;
  }
}

.top_insta_swiper_wrapper {
  position: relative;
}

.top_insta_swiper_wrapper img{
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: yellow;
}

.top_insta_swiper_wrapper img:hover{
  opacity: .8;
}

.photo_gallery_flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}

@media (max-width: 1199px) {
  .photo_gallery_flex {
    gap: 3vw;
  }
}

.photo_gallery_flex_item {
  width: calc((100% - 100px) / 6);
}

@media (max-width: 1199px) {
  .photo_gallery_flex_item {
  width: calc((100% - 3vw) / 2);
}
}
.photo_gallery_btn {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .photo_gallery_btn {
    width: 47vw;
    margin: 6vw auto 0;
  }
  .photo_gallery_btn a {
    display: inline-block;
    width: 100%;
  }
  .photo_gallery_btn a img{
    width: 100%;
  }
}

.top_vlog_cp-wrapper {
  text-align: center;
}

.testtest {
  display: flex;
  gap: 20px;
}


.main_visual_box {
  aspect-ratio: 900 / 1202;
   width: 49%;
   flex-shrink: 0;
   align-self: flex-start;
}

@media (max-width: 1199px) {
  .main_visual_box {
    width: 100%;
    margin: 0 auto;
  }
}

.top_insta {
    background-image: url(../images/insta/bg.png);
    position: relative;
    padding-top: 20%;
    padding-bottom: 15%;
    background-size:100% 100%;
    margin-top: 6.5%;
    background-position: center;
}

@media (max-width: 1199px) {
  .top_insta {
    padding-top: 38%;
    padding-bottom: 24%;
    margin-top: 11vw;
    background-image: url(../images/insta/bg_sp.png);
  }
}


.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; /* または content: ''; でもOK */
}
.mv_title_sp {
  width: 95%;
  margin: 3vw auto 0;
}
.mv_days_sp {
  width: 62%;
  margin: 3vw auto 0;
}
.mv_place_sp {
  width: 33%;
  margin: 2vw auto 10vw;
}

.banner_pcnone {
  display: none;
}

@media (max-width: 1199px) {
  .banner_pcnone {
    display: block;
    margin-top: 11%;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
  }
  .banner_spnone {
    display: none;
  }
  .banner_pcnone img {
    width: 100%;
  }
}

.swiper-button-prev1 {
    left: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/insta/arrow_left.png) no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
}

.swiper-button-next1 {
  right: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/insta/arrow_right.png) no-repeat;
    height: 30px;
    width: 30px;
    position: absolute;
}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
  opacity: .8;
  cursor: pointer;
}


/* インジケーターの色の変化を、遅延なし・アニメーションなしで即座に切り替える */
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  transition: none !important; /* アニメーション自体を無効化 */
  transition-delay: 0s !important; /* 遅延を完全にゼロに */
}

/* インジケーター（ドット）の切り替わりアニメーションを瞬間（0秒）にする */
.swiper-pagination-bullet {
  transition: all 0s !important;
}

/* もしアクティブなドットに動きがついている場合も一瞬で切り替える */
.swiper-pagination-bullet-active {
  transition: all 0s !important;
}

/* 外枠のラッパー設定 */
.top_insta_swiper_wrapper {
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
  .top_insta_swiper_wrapper {
    padding-bottom: 0;
  }
  .top_insta_swiper_wrapper .slick-slide img{
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top_insta_swiper_wrapper {
  }
}

@media (max-width: 450px) {
  .top_insta_swiper_wrapper {

  } 
}
/* --- 左側（戻る）ボタンの設定 --- */
.top_insta_swiper_wrapper .slick-prev {
    left: -3vw;        
    top: 0;         
    transform: none;
    background: url(../images/insta/arrow_left.jpg) no-repeat center center / cover !important;
    height: 100%;
    width: 3.3vw;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 18;    
}


@media (max-width: 1199px) {
  .top_insta_swiper_wrapper .slick-prev {
    width: 7.6vw;
    left: -7vw; 
  }
}


/* --- 右側（次へ）ボタンの設定 --- */
.top_insta_swiper_wrapper .slick-next { 
    top: 0;       
    transform: none;
    background: url(../images/insta/arrow_right.jpg) no-repeat center center / cover !important;
    height: 100%;
    width: 3.3vw;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 18;   
    right: -3vw;
}

@media (max-width: 1199px) {
  .top_insta_swiper_wrapper .slick-next {
    width: 7.6vw;
    right: -7vw;
  }
}


.swiper-wrapper-sub .slick-prev {
    left: -30px;        
    top: 50%;        
    transform: translateY(-50%);
    background: url(../images/insta/arrow_left.png) no-repeat center center / contain !important;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 18;   
}


.swiper-wrapper-sub .slick-next {
    right: -30px;      
    top: 50%;      
    transform: translateY(-50%);
    background: url(../images/insta/arrow_right.png) no-repeat center center / contain !important;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 18;   
}

/* Slickのデフォルト矢印を消す記述（そのまま必須） */
.slick-prev:before,
.slick-next:before {
    display: none !important;
}

#top_insta_swiper .slick-slide {
  margin: 0 0.3vw;
}

@media (max-width: 1199px) {
  #top_insta_swiper .slick-slide {
  margin: 0 0.8vw;
}
}
.swiper-wrapper-sub .slick-slide {
  margin: 0 10px;
}

.slide-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 24px;
}

@media (max-width: 768px) {
  .slide-text {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .slide-text {
    font-size: 14px;
    padding-top: 15px;
  }
}

.top_insta_swiper_wrapper .slick-dots li button:before {
  color: #f1df86;
  font-size: 12px;
  opacity: 1;
  width: 12px;
  height: 12px;
}


.swiper-wrapper-sub .slick-dots li button:before {
  display: none;
}


.top_insta_swiper_wrapper .slick-dots li {
  width: 12px;
  height: 12px;
}

.top_insta_swiper_wrapper .slick-dots li button {
  width: 12px;
  height: 12px;
}

.top_insta_swiper_wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #dde1f6;
}
.swiper-wrapper-sub .slick-dots li.slick-active button:before {
  display: none;
}

.top_insta_swiper_wrapper .slick-dots {
  bottom: -75px;
}

@media (max-width: 1199px) {
  .top_insta_swiper_wrapper .slick-dots {
    bottom: -18%;
  }
}

@media (max-width: 450px) {
  .top_insta_swiper_wrapper .slick-dots {
    bottom: -14%;
  }
}

.top_photo_gallery_box {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .top_photo_gallery_box {
    padding-inline: 4%;
    margin-top: 1vw;
  }
}

.top_insta_swiper_container h3 img {
  max-width: none;
}

@media (max-width: 1199px) {
  .top_insta_swiper_container h3 img {
  max-width: 100%;
}
}

.second_bg {
  position: relative;
  z-index: 2;
}


.sub-nav-sp_sp {
  display: none;
}

@media (max-width: 450px) {
  .sub-nav-sp_pc {
    display: none;
  }
  .sub-nav-sp_sp {
  display: block;
}
}

.pickup_ul_pc_raceinfo_grayout a{
  filter: grayscale(1);
  pointer-events: none;
}
.pickup_ul_pc_boatboy_grayout a{
  filter: grayscale(1);
  pointer-events: none;
}
.pickup_ul_sp_raceinfo_grayout a{
  filter: grayscale(1);
  pointer-events: none;
}
.pickup_ul_sp_boatboy_grayout a{
  filter: grayscale(1);
  pointer-events: none;
}


.tenbo {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 95px;
  padding-bottom: 95px;
  border-image-slice: 10 10 10 10;
  border-image-width: 10px 10px 10px 10px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url(../images/tenbo/bg.jpg);
}

@media (max-width: 1400px) {
  .tenbo {
    padding-inline: 5%;
  }
}

@media (max-width: 1199px) {
  .tenbo {
    padding-top: 5%;
    padding-inline: 5%;
    width: 95%;
    border-image-slice: 6 6 6 6;
    border-image-width: 6px 6px 6px 6px;
    padding-bottom: 10%;
  }
}

.tenbo_text {
  color: #000;
  text-align: justify;
  line-height: 1.8;
  font-weight: 700;
  max-width: 1200px;
  margin: 80px auto 0;
}

@media (max-width: 1199px) {
  .tenbo_text {
    margin-top: 30px;
    font-size: 14px;
  }
}

.player_name_color {
    margin: 0 .2em;
    padding: 0 .2em .05em;
    background-color: #fbde6d;
}

.tenbo_text_bottom {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  max-width: 1200px;
  margin: 15px auto 0;
}

@media (max-width: 1199px) {
  .tenbo_text_bottom {
    margin-top: 1%;
    font-size: min(2.8vw, 14px);
  }
}

@media (max-width: 1450px){
.tel_cp_box {
  padding-inline: 2%;
}
}

@media (max-width: 1199px) {
  .tel_cp_main_img {
    width: 96%;
    margin: 0 auto;
  } 
  .tel_cp_main_img img {
    width: 100%;
  }
}
.tel_cp_btn {
  text-align: center;
  margin-top: 55px;
}
.tel_cp_btn a:hover{
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .tel_cp_btn {
 width: 53%;
 margin: 6vw auto 0 ;
}
  .tel_cp_btn img{
 width: 100%;
 
}
}

.tel_cp_btn_pc_none {
	display: none;
}

@media (max-width: 1199px) {
	.tel_cp_btn_pc_none {
	display: block;
} 
.tel_cp_btn_sp_none {
	display: none;
}
}

.main_container_pc {
  padding-inline: 2%;
}

.top_banner_pc img{
  width: 100%;
}

.top_banner.banner_spnone {
  position: relative;
}

.top_banner.banner_spnone::before {
  content: "";
  position: absolute;
  background: url(../images/main/bana_item1.png);
  width: 30%;
  aspect-ratio: 559 / 428;
  background-size: cover;
  top: -52%;
  left: 1%;
}
.top_banner.banner_pcnone::before {
  content: "";
  position: absolute;
  background: url(../images/main/bana_item1.png);
  width: 30%;
  aspect-ratio: 559 / 428;
  background-size: cover;
  top: -34%;
  left: 1%;
}
.top_banner.banner_spnone::after {
  content: "";
  position: absolute;
  background: url(../images/main/bana_item2.png);
  width: 31%;
  aspect-ratio: 605 / 215;
  background-size: cover;
  bottom: -36%;
  right: 3%;
  z-index: -1;
}
.top_banner.banner_pcnone::after {
  content: "";
  position: absolute;
  background: url(../images/main/bana_item2.png);
  width: 37%;
  aspect-ratio: 605 / 215;
  background-size: cover;
  bottom: -20%;
  right: 3%;
  z-index: -1;
}

.top_insta_swiper_link {
  margin-top: 4%;
}

.top_insta_swiper_link a {
  display: block;
  width: 16%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .top_insta_swiper_link a {
    width: 40%;
  }
}
.top_insta_swiper_link img {
  width: 100%;
}
.top_insta_swiper_link img:hover{
  opacity: .8;
}

.top_pdf_section {
  margin-top: -5vw;
  scroll-margin-top: 5vw;
}

@media (max-width: 1199px) {
  .top_pdf_section {
  margin-top: -2vw;
  scroll-margin-top: 2vw;
}

}

.top_pdf_section_title {
  padding-inline: 3%;
}

@media (max-width: 1199px) {
  .top_pdf_section_title {
  padding-inline: 2%;
}

}
.top_pdf_section_title img{
  width: 35%;
}

@media (max-width: 1199px) {
  .top_pdf_section_title img{
  width: 61%;
}
}
.top_pdf_section_box {
  padding-top: 4%;
  padding-inline: 2%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}

@media (max-width: 1199px) {
  .top_pdf_section_box {
    padding-inline: 3%;
    row-gap: 8vw;
    padding-top: 8%;
  }
}

.top_pdf_section_box .pdf{
  width: calc((100% - 2%) / 2);
}

@media (max-width: 1199px) {
  .top_pdf_section_box .pdf {
    width: 100%;
  }
}

.top_pdf_section_box .pdf p{
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  padding-top: 2%;
}
@media (max-width: 1920px){
.top_pdf_section_box .pdf p{
  font-size: 18px;
 
}
}
@media (max-width: 1199px){
.top_pdf_section_box .pdf p{
  font-size: 3vw;
  
}
}
.top_pdf_section_box .pdf img{
  width: 100%;
}

@media (max-width: 1199px){
.slick-list {
  padding-right: 16% !important;  
  padding-right: 0;
}
}

.second_title_box {
  max-width: 1200px;
  margin: 0 auto;
}

.second_title_box .pc span {
  margin-left: 121px;
}
.second_title_box .sp span {
  margin-left: 11%;
}

.images_three_set3_gray {
  filter: grayscale(1);
  pointer-events: none;
}

.grayout_tenbo {
    filter: grayscale(1);
    pointer-events: none;
}
.grayout_pdf {
    filter: grayscale(1);
    pointer-events: none;
}