.preload * {
  transition: none !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  /* iOS・レスポンシブモード用*/
}

body {
  background-color: #01254b;
  position: relative;
  /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  /* font-family: 'メイリオ',"ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif; */
  /* font-family: 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ StdN w6', sans-serif; */
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  /* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳＰゴシック','MS PGothic' !important; */
  /* font-family: "ヒラギノ角ゴ StdN W8","ヒラギノ角ゴ ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "sans-serif"!important; */
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
  /* font-feature-settings: "palt"; */
   font-family: "Noto Serif JP", serif;

  /* background-image: url(../images/main/bg_pc.jpg); */
  /* background-repeat: repeat-y; */
  /* background-size: 100% auto; */
  /* background-position-y: 283px; */
  /* background-position: top; */

}

body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/main/bg_pc.jpg);
  background-position: top;
  background-size: cover;
  z-index: -2;
}

body.second_page::after {
  background-image: url(../images/second/bg_pc.jpg);
}

@media (max-width: 1199px) {
  body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/main/bg_sp.jpg);
  background-position: top;
  background-size: cover;
  z-index: -2;
}
  
}

body.nav_scroll_on {
  overflow: hidden;
}

header,
nav {
  /* position: relative; */
  /* z-index: 100; */
}

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;
  /* background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%); */
  /* -webkit-background-clip: text; */
  /* color: transparent; */
  color: #000;
  /* background: url(../images/movie/movie.jpg) no-repeat; */
  /* background-size: 100%; */
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  /* font-family: vdl-logog, sans-serif; */
  /* font-weight: bold; */
  /* font-style: normal; */
  /* text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; */
}

@media (max-width: 600px) {
  h2 {
    letter-spacing: 4px;
  }
}

@media all and (-ms-high-contrast: none) {
  h2 {
    /* margin-top: 0; */
    /* font-size: 25px; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* padding: 15px 0px; */
    /* letter-spacing: 8px; */
    /* color: #e3bd6d; */
    /* background-image:none; */
    /*  background: url(../images/movie/movie.jpg) no-repeat;*/
    /* background-size: 100%; */
    /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
    /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
    /* font-family: vdl-logog, sans-serif; */
    /* font-weight: bold; */
    /* font-style: normal; */
  }
}

/* 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;
    /* padding: 10px 0; */
    /* margin-top: 10px */
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }
}

.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  /* background: #1290d1; */
  position: fixed;
  /* position: relative; */
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_tb,
.head_container_sp {
  position: fixed;
  background-image: url(../images/main/bg_sp.jpg);
  background-position: top center;
  background-size: cover;
}

.head_container_pc {
  height: 76px;
  align-items: center;
  background-image: url(../images/main/bg_pc.jpg);
  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 {
  /* display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 0 20px 0;
  height: 185px;
  width: 1200px;
  list-style: none; */

  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 76px;
}

ul.head_ul_pc li:nth-child(1) {}

ul.head_ul_pc li:nth-child(2) {
  margin-left: 40px;
}

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;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: end;
}

.head_img1_tb {
  margin-left: 2%;
  width: 130px;
}

.head_img1_tb img {
  width: 100%;
}

.head_img2_tb {
  width: 400px;
}

.head_img2_tb img {
  width: 100%;
}

.head_img3_tb {
  max-width: 300px;
}

.nav_btn {
  width: 72px;
  height: 72px;
  /* background: url(../images/header/sp_btn_bac.jpg); */
  /*  background: #ae8e2e;*/
  /* background-size: contain; */
  /* background-size: cover; */
  /* background-position: left top; */
  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;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1%;
}

@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 {
  /* max-width: 258px;
  width: 258px; */
  width: 40%;
}

@media (max-width: 499px) {
  .head_img2_sp {
    /* width: 230px; */
    width: 43%;
  }
  .head_img2_sp img{
    vertical-align: baseline;
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 1199px) {

  *::-ms-backdrop,
  .head_img1_tb {
    /* width: 230px; */
  }

  .head_img2_tb {
    width: 250px;
    /* margin-bottom: 10px; */
  }

  .head_img3_tb {
    /* width: 250px; */
    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-image: linear-gradient(0deg, #484777, #2f5576);
  position: fixed;
  left: 0;
  top: 76px;
  z-index: 10;
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
}

@media (max-width: 1199px) {
  .nav_container_pc {
    top: 70px;
  }
}
@media (max-width: 768px) {
  .nav_container_pc {
    top: 50px;
  }
}
.nav_img1_tb {
  width: 15%;

}

.head_img2_tb {
  width: 37%;
  margin-left: 9%;
}
/* アニメーションを滑らかにする（既存のものがあれば上書き） */
.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;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 5px; */
  /* padding-bottom: 10px; */
  height: 50px;

  padding-left: 23px;
  width: 50%;
}
@media (max-width: 1199px) {
ul.nav_ul_pc {
 width: 100%;
 padding-inline: 5%;
 margin: 0 auto;
}
}

.nav_container_pc_inner {
  max-width: 1400px;
  margin: 0 auto;
}

li.nav_ul_li_pc {
  /* position: relative; */
  /* padding: 14px; */
  /* margin-top: 5px; */
  text-align: 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: #fff;
  font-weight: 700;
  font-size: 18px;
  /* 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; */
  letter-spacing: 1px;
  /* font-family: "corporate-logo-ver2", sans-serif; */
}


.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: 10px;
  margin-left: auto;
  align-self: flex-start;
}

.main_nav_link_set a {
  display: block;
}

.main_nav_link_set a:hover {
  opacity: 0.7;
}

/* ul.nav_list_pc {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 50;
  background: rgba(0, 85, 167, 0.9);
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
  width: 100vw;
}

ul.nav_list_pc li {
  width: 477px;
  height: 0;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  visibility: hidden;
  opacity: 0;
  position: relative;
  flex-shrink: 0;
} */



/* --- 【現在地】今開いているページに対応する大見出しを光らせる --- */
.main_nav_title_pc.current {
  color: #fff100;
  text-decoration: underline;
 /* 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; */
}



ul.nav_list_pc li:first-child {
  /* margin-top: 10px; */
}

/* ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 50px;
  line-height: 46px;
} */

ul.nav_list_pc li:last-child {
  border-bottom: none;
  /* border-radius: 0 0 5px 5px; */
}

ul.nav_list_pc li:hover {
  /* background: rgba(255, 255, 255, 0.9); */
  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;
  height: 50px;
  line-height: 50px;
  /* opacity: 0; */
  /* transition: opacity 0.3s; */
  letter-spacing: -0.05em;
}
@media (max-width: 600px) {
  .main_nav_title_pc {
    font-size: 3.6vw;
  }
}

.nav_ul_li_pc:hover .main_nav_title_pc {
  /* 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; */
  color: #fff100;
  text-decoration: underline;
}

html.wf-active a.main_nav_title_pc {
  /* opacity: 1; */
}

/* ホバー時伸びる下線アニメーション↓ */
/* a.main_nav_title_pc::after {
  position: absolute;
  bottom: 18px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

a.main_nav_title_pc:hover::after {
  transform: scale(1, 1);
}

ul.nav_list_pc:hover+a.main_nav_title_pc::after {
  transform: scale(1, 1);
} */

@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;
  /* background: #193b7e; */
}

ul.nav_list_pc li:hover .underbar {
  /* text-decoration: underline; */
}

/* @media (max-width: 1199px) {
  .nav_container_pc {
    display: none;
  }

  .nav_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }

  .nav_container_sp {
    display: none;
  }
} */




.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 {
    /* top: 45px; */
  }

  .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;
  /* margin: 6% 0 4%; */
}

.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: 17%;
  }
}

@media (max-width: 499px) {
  .nav_top_row_sp {
    height: 43px;
  }
  .nav_img1_sp img {
  margin-bottom: 4px;
}


  .nav_img1_sp {
    /* width: 110px;
    margin-right: 5px;
    margin-left: 6px; */
    width: 17%;
  }
}

@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;
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  /* font-family: "corporate-logo-ver2", sans-serif; */
  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;
}

.right_arrow_kotei .nav_title.up::after {
  /* content: '▶︎'; */
}

.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;
  text-align: center;
  gap: 2%;
  align-self: flex-start;
  justify-content: flex-end;
  width: 345px;
}

.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 {
  /* background: #969696; */
  pointer-events: none;
}

ul.nav_list_pc li.grayout a {
  color: #000;
  /* background-color: gray; */
}
.sub-nav li.grayout a {
  color: #888;
  /* background-color: gray; */
}

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_nav.php css end */
/* index.php css start */
main {
  position: relative;
  display: block;
  padding-top: 126px;
  z-index: 2;
}

.second_bg main {
  padding-top: 0;
}

@media (max-width: 1199px) {
  main {
    padding-top: 120px;
  }

  .main_container_pc {
    /* display: none; */
    clip-path: inset(100%);
    height: 0;
    overflow: hidden;
  }

  .main_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main_container_sp {
    /* display: none; */
    clip-path: inset(100%);
    height: 0;
    overflow: hidden;
  }
}

.main_container_sp {
  text-align: center;
  /* background: url('../images/pickup/index_pickup_bg_sp2.jpg') no-repeat; */
  /* background-size: cover; */
  /* background-attachment: fixed; */
  /* margin-top: 180px; */
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .main_container_sp {
    /* margin-top: 45px; */
  }

  main {
    padding-top: 100px;
    /* background: url(../images/main/bg_sp.jpg) no-repeat center top 50% / cover; */
  }

  .images_three_set {
    display: flex;
    /* justify-content: center; */
    text-align: center;
    /* width: 37%; */
    /* max-width: 650px; */
    /* margin: 0 auto; */
    gap: 5px;
    /* width: 230px; */
    /* max-width: 280px; */
    height: auto;
    width: 190px;
  }

  .images_three_set a {
    width: 100%;
  }

}

@media (max-width: 499px) {
  .images_three_set {
    gap: 2px;
    width: 140px;
    height: auto;
  }
}

_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.main_container_sp img {
  width: 100%;
}

.main_visual {
  position: relative;
  width: 95%;
  aspect-ratio: 662 / 876;
}

/* @media screen and (max-width: 1199px) {
  .main_visual {
    width: 100%;
    height: 140vw;
    margin: 0;
  }
} */

.main_visual img {
  /* position: absolute;
  left: 0;
  right: 0;
  margin: auto; */
  /* max-width: 600px; */
}

/* .main_visual img:first-child {
  top: 0;
} */

/*背景*/
/* .main_visual img:nth-child(2) {
  top: 1.4%;
  right: 0.5%;
  width: 94.5%;
  z-index: 5;
  opacity: 0;
} */

/*ロゴ*/
/* .main_visual img:nth-child(3) {
  bottom: -0.2%;
  z-index: 3;
} */

/*建物*/
/* .main_visual img:nth-child(4) {
  bottom: 5.5%;
  left: 2.5%;
  width: 87%;
  z-index: 5;
  opacity: 0;
} */

/*レースタイトル*/
/* .main_visual img:nth-child(5) {
  top: 3.2%;
  right: 0.3%;
  width: 86.5%;
  opacity: 0;
} */

/*トコタン*/
/* .main_visual img:nth-child(6) {
  top: 3.6%;
  right: 52.2%;
  width: 43%;
  opacity: 0;
} */

/*キャッチコピー*/
/* .main_visual img:nth-child(7) {
  top: 0;
  width: 100%;
  z-index: 4;
  opacity: 0;
} */

/*光*/


/* .main_visual.loaded img:nth-child(2) {
  animation: scaleIn forwards 0.6s ease-out 2.8s
} */

/*ロゴ*/
/* .main_visual.loaded img:nth-child(4) {
  animation: scaleIn forwards 0.6s ease-out 2.8s
} */

/*レースタイトル*/
/* .main_visual.loaded img:nth-child(5) {
  animation: fadeIn forwards 0.3s ease-out 1.3s
} */

/*トコタン*/
/* .main_visual.loaded img:nth-child(6) {
  animation: fadeIn forwards 0.3s ease-out 0.9s
} */

/*キャッチコピー*/
/* .main_visual.loaded img:nth-child(7) {
  animation: lightUp forwards 0.7s ease-out 1.75s
} */

/*光*/



@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;
    /* filter: brightness(1); */
  }

  50% {
    /* filter: brightness(1.5); */
  }

  100% {
    opacity: 1;
    /* filter: brightness(1.2); */
  }
}


.mv_pickup_set {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  /* gap: 25px; */
}

/* .main_visyal, */
.pickup_pc {
  width: 50%;
  /* width: 600px; */
  
}

.pickup_pc {
  position: relative;
  margin-top: 5%;
}

.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto 16px;
  width: 81%;
  display: flex;
  justify-content: space-between;
  gap: 16px 16px;
}

.pickup_ul_pc li {
  opacity: 0;
  /* transform: translateY(20px); */
}

body.is-mv-start .pickup_ul_pc li {
  opacity: 0;
  animation: bgFadeIn3 1s ease 0.3s 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_pc:nth-child(2) {
  /* margin-top: 40px; */
}

.pickup_ul_pc2 {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin: 14% auto 8%;
  width: 79%;
}

.pickup_ul_pc2 li {
  opacity: 0;
}
body.is-mv-start .pickup_ul_pc2 li {
  opacity: 0;
  animation: bgFadeIn3 1s ease 0.4s forwards;
}

.pickup_pc p {
  margin: 0;
  text-align: center;
  padding: 0;
  /* opacity: 0; */
  margin-top: 50px;
}

.pickup_ul_sp li {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 6px 1px rgba(0,0,0,0.4); */
  flex: 1;
  opacity: 0;
}

.top_banner {
  text-align: center;
  margin-top: 93px;
  margin-bottom: 110px;
}

.top_banner_pc {
  opacity: 0;
}
.top_banner_sp {
  opacity: 0;
}

.top_banner_pc:nth-child(n+2) {
  margin-top: 36px;
  /* margin-top: 5vw; */
}

.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;
}

/* .pop-in.show {
  animation: popIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
} */

/* @keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  80% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
} */

.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;
  }
}

.bottom_wrapper {
  /* text-align: left;
  background: url(../images/main/bg_sp.jpg) no-repeat center / cover; */
}

.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: 3%;
}

.pickup_ul_sp:nth-child(n+2) {
  margin-top: 0;
}
.bottom_wrapper .pickup_ul_sp:nth-child(n+2) {
  margin-top: 3%;
}

.pickup_sp p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  opacity: 0;
  margin-top: 5%;
}

.pickup_ul_sp li img {
  /* width: 600px; */
}

.pickup_ul_sp2 {
  /* max-width: 650px; */
  gap: 4%;
  padding: 6% 3% 9%;
  width: 66%;
}

@media (max-width: 500px) {
  .pickup_ul_sp2 {
    width: 76%;
  }
}

.top_banner_sp:nth-child(n+2) {
  margin-top: 5%;
}

@media (max-width: 500px) {
  .pickup_ul_sp2 {
    /* max-width: 350px; */
  }
}

.pickup_ul_sp2 li {
  width: 24%;
}


/* .swiper-wrapper {
  height: 100%;
} */

.news_swiper {
  overflow: hidden;
}

.swiper-slide {
  height: 100%;
}

.news_container {
  /* background-color: #F0F2F6; */
}

@media (min-width: 1200px) {
 

  .news_swiper {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
  }

  .news_kiji_pc {
    /* display: flex;
    align-items: center;
    height: 100%;
    width: 1200px;
    margin: auto; */
  }

  .news_kiji_sp {
    display: none;
  }

  #news_logo_pc {
    display: inline;
  }

  #news_logo_sp {
    display: none;
  }
}

@media (max-width: 1199px) {

  .news_swiper {
    /* height: 67px; */
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    /* display: flex;
    align-items: baseline;
    height: 100%;
    margin: auto;
    padding-top: 0;
    padding: 6px 0; */
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }

  #news_title {
    width: 100%;
  }
}


@media (max-width: 768px) {

  .news_swiper {
    /* height: 47px; */
    overflow: hidden;
  }

  .news_kiji_sp {
    line-height: 1.4;
    height: 47px;
    padding: 0;
  }

}

.news_wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* opacity: 0; */
}

.news_wrapper.show {
  animation: fadeIn forwards 0.3s ease-out;
}

.news_wrapper p {
  margin: 0 auto;
  text-align: center;
  /* padding: 25px 0; */
  position: relative;
  z-index: 5;
  /* margin-top: 30px; */
  width: 339px;
}

@media (max-width: 1199px) {
  .news_wrapper p {
    width: 40%;
  }
}

.text a {
  color: #073894;
  text-decoration: none;
}




/* newsスクロールバー↓ */
.news_list {
  max-width: 100%;
  background: #f0f2f6;
  position: relative;
  scrollbar-base-color: #073894;
  scrollbar-color: #073894 #ccc;
  font-weight: bold;
}

/* スクロールバーを非表示 */
.news_list_ul::-webkit-scrollbar {
  display: none;
  /* width: 32px; */
}

/* Firefox */
.news_list_ul {
  scrollbar-width: none;
}

/* IE・Edge（古い） */
.news_list_ul {
  -ms-overflow-style: none;
}

/* .news_list_ul::-webkit-scrollbar-track {
  background: url('../images/news/news_back_scrollbar.png') no-repeat;
  background-position: center;
  background-size: 18px 80%;
  background-size: auto 100%;
}

.news_list_ul::-webkit-scrollbar-thumb {
  background: url('../images/news/news_on_scrollbar.png') no-repeat;
  background-position: center;
  background-size: 18px 100%;
}

@media screen and (max-width: 768px) {
  .news_list_ul::-webkit-scrollbar-track {
    background-size: 18px 90%;
  }

  .news_list_ul::-webkit-scrollbar-thumb {
    background-size: 18px 90%;
  }
} */

.date {
  background-size: cover;
  color: #000;
  /* padding: 5px 10px; */
  margin-left: 33px;
  font-weight: bold;
  font-size: 18px;
}

.news_list_ul a {
  color: #0055a7;
  font-weight: bold;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: #0055a7;
  text-decoration: none;
}

.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;
    /* margin-top: 17px; */
    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: 85px; */
  margin-top: 147px;
}

@media (max-width: 1199px) {
  footer {
overflow: visible;
/* margin-top: 7vw; */
margin-top: 100px;
  }
}
@media (max-width: 700px) {
  footer {
margin-top: 14vw;
  }
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  /* left: 0; */
  /* width: 100%; */
  /* aspect-ratio: 1920 / 832; */
  left: 50%; /* 左端から50%の位置へ */
  transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して中央配置 */
  
  /* 画像の元のサイズ（実寸）で固定する */
  width: 1920px;
  height: 832px;
  background-image: url(../images/footer/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
  background-position: bottom center;
}

@media (min-width: 1920px) {
  footer::before {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  footer::before {
background-image: url(../images/footer/footer_bg_sp.png);
aspect-ratio: 750 / 832;
width: 100%;
height: auto;
background-position-y: 11vw;
  }
}

.footer_container {
  position: relative;
}

#to_top_btn_pc {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  padding-top: 0;
  position: fixed;
  bottom: 66px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
}

#to_top_btn_pc.show {
  pointer-events: auto;
}

/* #to_top_btn_pc::before {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 25%;
  height: 25%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
} */

.footer_bg {
  /* background-color: #1290D1; */
}

@media (max-width: 1199px) {

  footer::before {
   
  }

  .footer_container {
    margin-top: 30px;
  }

  #to_top_btn_pc {
    position: fixed;
    right: 20px;
    bottom: 45px;
    width: 70px;
    height: 70px;
    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) {
  footer::before {
    /* top: -36%; */
  }

  #to_top_btn_pc {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 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: 265px;
  }
}

@media (min-width: 2500px) {
  #to_top_btn_pc {
    right: 550px;
  }
}

@media (min-width: 3800px) {
  #to_top_btn_pc {
    right: 1150px;
  }
}

#to_top_btn_pc.show,
#to_top_btn_sp.show {
  opacity: 1;
  visibility: visible;
}

.swiper-container {
  padding-bottom: 0;
  /* margin-top: -110px; */
}

@media (min-width: 2500px) {
  .swiper-container {
    /* padding-bottom: 90px; */
  }
}

@media (min-width: 3000px) {
  .swiper-container {
    /* margin-top: -220px; */
  }
}

@media (min-width: 4000px) {
  .swiper-container {
    /* margin-top: -270px; */
  }
}

@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/movie/arrow_left.png') no-repeat;
  height: 46px;
  width: 40px;
}

.swiper-button-next {
  right: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/movie/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;
  /* background: #fff; */
}

@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;
  padding-bottom: 55px;
  color: #fff;
}

@media (max-width: 1199px) {
  .copy_color {
    padding-bottom: 32px;
  }
}

.copy_color p {
  margin: 0;
  width: 60%;
  text-align: center;
}

/* footer.php css end */
/* 下層ページ共通 css start */
.page-bi {
  position: relative;
  padding: 126px 0 0;
}

@media (max-width: 1199px) {
  .page-bi {
    padding: 120px 0 20px;
  }
}

@media (max-width: 768px) {
  .page-bi {
    padding: 103px 0 10px;
  }
}

.contain {
  max-width: 1400px;
  margin: auto;
  padding-top: 58px;
  position: relative;
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    padding-top: 6%;
  }
}

h2.pc {
  /* background: #e0bf43; */
  background-image: url(../images/second/title_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #fff;
  /* letter-spacing: 10px; */
  position: relative;
  /* 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; */
  position: relative;
  z-index: 1;
  font-style: italic;
  letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  h2.pc {
    /* box-shadow: 0 5px 5px rgba(0,0,0,0.4); */
    padding-bottom: 8px;
  }
}

h2.sp {
  /* background: #e0bf43; */
  /* filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.7)); */
  /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); */
  font-size: 4vw;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #fff;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  /* text-shadow: 0px 1px 2px #000000; */
  /* 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; */
  position: relative;
  z-index: 1;
  background-image: url(../images/second/title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-block: 2vw;
  width: 92%;
  margin: 0 auto;
}

@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: 1200px;
  margin: 0 auto;
}

body.second_page {
  /* background-image: url(../images/second/bg_pc.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position-y: 233px; */
}

.bc-white {
  margin-top: 25px;
  /* background: #fff; */
}

@media (max-width: 1199px) {
  body.second_page {
    /* background-image: url(../images/second/bg_sp.jpg); */
    /* background-position-y: -40px; */
  }

  .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;
  color: #fff;
}

@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 !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: #a9b5df;
  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;
  /* color: #fff; */
  /* background: repeating-linear-gradient(-45deg, #bf73a1, #bf73a1 2px, #af6993 0, #af6993 4px); */
  /* box-shadow: 6px 6px #f2e3ec; */
  /* border-left: solid #420d07 8px; */
  /* text-shadow: 1px 1px #000; */
  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;
  }
}


/* トップページ photo gallery */
.photo_gallery_swiper_container {
  /* background-color: #EBD12C; */
  position: relative;
  max-width: 1400px;
  margin: 176px auto 100px;
  text-align: center;

}

@media (max-width: 1199px) {
  .photo_gallery_swiper_container {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

/* 波線 */
/* .photo_gallery_swiper_container::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('../images/photo_gallery/pg_wave_top.png') repeat-x;
  background-size: auto 100%;
  background-position-x: 147px;
  z-index: 0;
}

.photo_gallery_swiper_container::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('../images/photo_gallery/pg_wave_bottom.png') repeat-x;
  background-size: auto 100%;
  background-position-x: 147px;
  z-index: 0;
} */

.photo_gallery_swiper_wrapper {
  text-align: center;
  background-size: cover;
  /* padding-bottom: min(3vw, 150px); */
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 auto;
  /* max-width: 1200px; */
  position: relative;
}

.photo_gallery_swiper_wrapper h3 {
  /* margin: 0; */
  /* margin-top: 0; */
  /* margin-bottom: min(4.5vw, 23px); */
}

.photo_gallery_swiper_wrapper h3 img {
  /* margin-right: 26px; */
}

.photo_gallery_swiper_wrapper .swiper {
  overflow: visible;
}

.photo_gallery_swiper_wrapper .swiper-wrapper {
  /* transition-timing-function: linear; */
}

.photo_gallery_swiper_wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}


/* ホバーしている要素には通常の状態を適用 */
.photo_gallery_swiper_wrapper .swiper:hover .swiper-slide {
  opacity: 1;
  transition: opacity .2s;
}

/* ホバーしていない要素に薄くする効果を適用 */
.photo_gallery_swiper_wrapper .swiper:hover .swiper-slide:not(:hover) {
  opacity: 0.3;
}

.photo_gallery_swiper_wrapper .top-btn-link {
  position: relative;
  z-index: 2;
}

/* ボタンhover時はスライドの影響をリセット */
.swiper:has(.swiper-button-prev:hover) .swiper-slide,
.swiper:has(.swiper-button-next:hover) .swiper-slide {
  opacity: 1 !important;
}

@media (min-width: 1921px) {}

.photo_gallery_swiper_wrapper .top-btn-link {
  display: inline-block;
  margin-top: 96px;
}

@media screen and (min-width: 1200px) {

  .photo_gallery_swiper_wrapper .swiper-button-prev,
  .photo_gallery_swiper_wrapper .swiper-button-next {
    display: none;
  }
}

.photo_gallery_swiper_wrapper .swiper-button-prev,
.photo_gallery_swiper_wrapper .swiper-button-next {
  z-index: 20;
}

/* 1199px以下 */
@media (max-width: 1199px) {

  /* 波線 */
  .photo_gallery_swiper_container::before {
    top: -40px;
    background-size: auto 90%;
    background-position-x: 147px;
  }

  .photo_gallery_swiper_container::after {
    bottom: -40px;
    background-size: auto 90%;
    background-position-x: 147px;
  }

  .photo_gallery_swiper_wrapper {
    padding-bottom: min(20vw, 60px);
  }

  .photo_gallery_swiper_wrapper h3 {
    /* margin: 0; */
    margin-top: 5%;
    /* margin-bottom: min(20vw, 214px); */
  }

  .photo_gallery_swiper_wrapper h3 img {
    /* width: 46%;
    height: auto; */
  }

  .photo_gallery_swiper_wrapper .top-btn-link {
    width: 44vw;
  }

  /* .photo_gallery_swiper_wrapper .swiper-button-prev {
    left: 16vw;
    bottom: -43vw;
    margin: auto;
    background: url(../images/photo_gallery/arrow_left_sp.png) no-repeat;
    background-size: contain;
    width: 52px;
    height: 53px;
  } */

  /* .photo_gallery_swiper_wrapper .swiper-button-next {
    right: 16vw;
    bottom: -43vw;
    margin: auto;
    background: url(../images/photo_gallery/arrow_right_sp.png) no-repeat;
    background-size: contain;
    width: 52px;
    height: 53px;
  } */

  .photo_gallery_swiper_wrapper .swiper-button-prev::after,
  .photo_gallery_swiper_wrapper .swiper-button-next::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .photo_gallery_swiper_container::before {
    top: -40px;
    background-size: auto 70%;
    background-position-x: 137px;
  }

  .photo_gallery_swiper_container::after {
    bottom: -50px;
    background-size: auto 70%;
    background-position-x: 137px;
  }

  .photo_gallery_swiper_wrapper {
    padding-bottom: min(7vw, 40px);
  }

  .photo_gallery_swiper_wrapper h3 {
    margin-top: min(11vw, 14px);
    margin-bottom: min(20.2vw, 190px);
  }

  .photo_gallery_swiper_wrapper h3 img {
    /* max-width: 94%; */
  }

  #photo_gallery_swiper {
    padding: 0 0 30px;
  }

  .photo_gallery_swiper_wrapper .top-btn-link {
    margin-top: 4vw;
  }

  .photo_gallery_swiper_wrapper .swiper-button-prev {
    left: 12vw;
    bottom: -46vw;
  }

  .photo_gallery_swiper_wrapper .swiper-button-next {
    right: 12vw;
    bottom: -46vw;
  }
}

@media (max-width: 499px) {
  .photo_gallery_swiper_container::before {
    top: -20px;
    background-size: auto 40%;
    background-position-x: 190px;
  }

  .photo_gallery_swiper_container::after {
    bottom: -65px;
    background-size: auto 40%;
    background-position-x: 190px;
  }

  .photo_gallery_swiper_wrapper {
    padding-bottom: min(5vw, 40px);
  }

  .photo_gallery_swiper_wrapper .swiper-button-prev {
    left: 9vw;
    bottom: -50vw;
    width: 45px;
    height: 46px;
  }

  .photo_gallery_swiper_wrapper .swiper-button-next {
    right: 9vw;
    bottom: -50vw;
    width: 45px;
    height: 46px;
  }
}


/* 写真ジグザクに */
.photo_gallery_swiper_wrapper .swiper-slide {
  transform: translateY(0);
  transition: transform 0.3s;
}

.photo_gallery_swiper_wrapper .swiper-slide:nth-of-type(2n) {
  transform: translateY(60px);
}

@media (max-width: 768px) {
  .photo_gallery_swiper_wrapper .swiper-slide:nth-of-type(2n) {
    transform: translateY(30px);
  }
}


/* news 新着情報 */
.news_container {
  position: relative;
  /* top: 233px; */
  /* navの下 */
  width: 100%;
  /* transition: transform 0.4s ease; */
  z-index: 4;
}



@media (max-width: 1199px) {
  .news_container {
    /* top: 163px; */
    /* navの下 */
  }
}

@media (max-width: 768px) {
  .news_container {
    /* top: 103px; */
    /* navの下 */
  }
}

/* アンカーリンク ジャンプ位置調整*/
#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%;
  max-width: 1400px;
  /* margin-bottom: 230px; */
}

.top_h3_group {
  text-align: center;
  position: absolute;
  top: -121px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .top_h3_group {
    width: 90%;
    top: -28%;
  }
}
@media (max-width: 1000px) {
  .top_h3_group {
    top: -33%;
  }
}
@media (max-width: 900px) {
  .top_h3_group {
    top: -39%;
  }
}
@media (max-width: 800px) {
  .top_h3_group {
    top: -39%;
  }
}
@media (max-width: 768px) {
  .top_h3_group {
    top: -18%;
    width: 100%;
  }
}


.h3_wrap {
  display: block;
  /* position: absolute; */
  /* inset: 0;
  isolation: unset;
  pointer-events: none; */
  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-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-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: 2%;
  right: 2%;
  z-index: 5;
  opacity: 0;
  width: 95%;
}
.main_container_pc .main_visual .mv_item.mv_copy img {
  width: 100%;
}

/* .main_container_pc .main_visual .mv_item.mv_title {
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  opacity: 0;
} */

.main_container_pc .mv_title {
  opacity: 0;
}

/* .main_container_pc .main_visual .mv_item.mv_days {
  bottom: 5px;
  left: 20px;
  opacity: 0;
} */

.main_container_pc .mv_days {
  opacity: 0;
}

.main_container_pc .main_visual .mv_item.mv_wave3 {
  bottom: -7%;
  right: 0;
  opacity: 0;
  width: 75%;
  will-change: transform, opacity, filter;
  transform: translateZ(0); 
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_sp .main_visual .mv_item.mv_wave3 {
  bottom: -7%;
  right: 0;
  opacity: 0;
  width: 75%;
  will-change: transform, opacity, filter;
  transform: translateZ(0); 
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_pc .main_visual .mv_item.mv_wave3 img {
  width: 100%;
}
.main_container_pc .main_visual .mv_item.mv_wave2 {
  opacity: 0;
  width: 83%;
  bottom: -6%;
  will-change: transform, opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_sp .main_visual .mv_item.mv_wave2 {
  opacity: 0;
  width: 83%;
  bottom: -6%;
  will-change: transform, opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_pc .main_visual .mv_item.mv_wave2 img{
 width: 100%;
}
.main_container_pc .main_visual .mv_item.mv_wave1 {
  bottom: -7%;
  right: 0;
  opacity: 0;
  width: 65%;
  will-change: transform, opacity, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_sp .main_visual .mv_item.mv_wave1 {
  bottom: -7%;
  right: 0;
  opacity: 0;
  width: 65%;
  will-change: transform, opacity, filter;
  transform: translateZ(0); 
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main_container_pc .main_visual .mv_item.mv_wave1 img{
  width: 100%;
}
.main_container_pc .main_visual .mv_item.mv_cast1 {
  bottom: -19%;
  left: 2%;
  opacity: 0;
  width: 61%;
}
.main_container_sp .main_visual .mv_item.mv_cast1 {
  bottom: -19%;
  left: 2%;
  opacity: 0;
  width: 61%;
}
.main_container_pc .main_visual .mv_item.mv_cast1 img{
  width: 100%;
}
.main_container_pc .main_visual .mv_item.mv_cast2 {
  bottom: 10%;
  right: 2%;
  opacity: 0;
  width: 57%;
}
.main_container_sp .main_visual .mv_item.mv_cast2 {
  bottom: 10%;
  right: 2%;
  opacity: 0;
  width: 57%;
}
.main_container_pc .main_visual .mv_item.mv_cast2 img{
  width: 100%;
}

/* .main_container_pc .main_visual .mv_item.mv_place {
  bottom: 5px;
  right: 20px;
  opacity: 0;
} */

.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: 20%;
  right: 0;
  z-index: 0;
  opacity: 0;
  /* transform: translateX(300px) scale(.5); */ 
  width: 43%;
}
.main_container_sp .main_visual .mv_item.mv_boat2 {
  bottom: 20%;
  right: 0;
  z-index: 0;
  opacity: 0;
  /* transform: translateX(300px) scale(.5); */ 
  width: 43%;
}
.main_container_pc .main_visual .mv_item.mv_boat2 img{
 width: 100%;
}

.main_container_pc .main_visual .mv_item.mv_boat1 {
  bottom: 10%;
  right: 3%;
  z-index: 0;
  opacity: 0;
  /* transform: translateX(-300px) scale(.5); */
  width: 48%;
}
.main_container_sp .main_visual .mv_item.mv_boat1 {
  bottom: 10%;
  right: 3%;
  z-index: 0;
  opacity: 0;
  /* transform: translateX(-300px) scale(.5); */
  width: 48%;
}
.main_container_pc .main_visual .mv_item.mv_boat1 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:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/main/mv/img_mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translateY(200px) scale(1.75);
} */

.main_container_sp .main_visual .mv_item {
  position: absolute;
}

.main_container_sp .main_visual .mv_item.mv_copy {
  top: 2%;
  right: 2%;
  z-index: 5;
  opacity: 0;
  width: 95%;
}

.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_boat2 {
  bottom: 31.5vw;
  left: 5.25vw;
  width: 45vw;
  z-index: 3;
  opacity: 0;
  transform: translateX(300px) scale(.5);
} */

/* .main_container_sp .main_visual .mv_item.mv_boat1 {
  bottom: 35.6vw;
  right: 6.5vw;
  width: 36.5vw;
  z-index: 2;
  opacity: 0;
  transform: translateX(-300px) scale(.5);
} */

.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 2.1s 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_wave3 {
  animation: 
    wave-intro-flash 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards,
    wave-move 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) 2s infinite;
}
body.is-mv-start .main_visual .mv_item.mv_wave2 {
  animation: 
    wave-intro-flash 1s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards,
    wave-move 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) 1.8s infinite;
}
body.is-mv-start .main_visual .mv_item.mv_wave1 {
  animation: 
    wave-intro-flash 1s cubic-bezier(0.22, 1, 0.36, 1) .8s forwards,
    wave-move 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) 1.6s infinite;
}
body.is-mv-start .main_visual .mv_item.mv_cast1 {
 animation: nyoki 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1.7s forwards;
}
body.is-mv-start .main_visual .mv_item.mv_cast2 {
 animation: nyoki 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1.9s 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) 1.5s forwards,
    wave-move 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) 2.2s infinite; /* ←最後に「1s」を追加 */
}

body.is-mv-start .main_visual .mv_boat1 {
  animation: racerIn-03 1s cubic-bezier(0.25, 1, 0.5, 1) 1.2s forwards,
    wave-move 10s cubic-bezier(0.36, 0.45, 0.63, 0.53) 1.9s infinite; /* ←最後に「1s」を追加 */
}

body.is-mv-start .main_visual .mv_dynamite {
  animation: bgFadeIn 1s ease 3.5s forwards;
}
.mv_title {
  width: 92%;
  margin: 0 auto;
  opacity: 0;
}
body.is-mv-start .mv_title {
  animation: bgFadeIn3 1s ease forwards;
}

.mv_title img {
  width: 100%;
} 
.mv_days {
  width: 60%;
  margin: 3% auto 0;
  opacity: 0;

}
body.is-mv-start .mv_days {
  animation: bgFadeIn3 1s ease 0.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: translateY(100%);
  }
  60% {
   
  }
  80% {

  }
  100% {
    opacity: 1;
    transform: translateY(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: translateY(-150px) scale(0.5);
    filter: brightness(1);
  }


  60% {
    opacity: 1;
    transform: translateY(10px) scale(1.1);
    filter: brightness(2.5); 
  }

  100% {
    opacity: 1;
    transform: translateY(0) 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: translateX(-400px) scale(2);
    opacity: 0;
  }
 
  100% {
    /* 最後はまた加速して、右画面の外側へ完全に消え去る */
    transform: translateX(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: 11% 4% 4%;
}
.mv_pickup_set{
  /* padding-bottom: 145px; */
}


/* フッターバナー追加されたら削除する↓ fotter.phpも忘れずにコメントアウト外す */
/* footer::before {
  top: -190px;
  height: 200%;
} */

.boatrace_logo {
  padding: 0 0 16px;
}

/* @media (min-width: 1920px) {
  footer::before {
    top: -220px;
    height: 250%;
  }
} */

@media (min-width: 2500px) {
  /* footer::before {
    top: -260px;
    height: 290%;
  } */

  #top_vlog_cp .star_section {
    /* padding: 0 0 330px !important; */
  }
}

@media (min-width: 3000px) {
  /* footer::before {
    top: -310px;
    height: 290%;
  } */

  #top_vlog_cp .star_section {
    /* padding: 0 0 420px !important; */
  }
}

/* @media (min-width: 3500px) {
  footer::before {
    top: -360px;
    height: 320%;
  }
} */

@media (max-width: 1199px) {
  .footer_bg {
    padding-top: 0;
    margin-top: 0;
  }

  footer::before {
    /* top: -105%;
    height: 120%; */
    
  }
}

@media (max-width: 900px) {
  footer::before {
    /* top: -68%;
    height: 100%; */
    background-position-y: 8vw;
  }
}

@media (max-width: 768px) {
  footer::before {
    /* top: -68%;
    height: 100%; */
    background-position-y: 4vw;
  }
}
@media (max-width: 600px) {
  footer::before {
    /* top: -68%;
    height: 100%; */
    background-position-y: 2vw;
  }
}
@media (max-width: 500px) {
  footer::before {
    /* top: -68%;
    height: 100%; */
    background-position-y: 1vw;
  }
}


.sub-nav {
  padding-bottom: 66px;
}

@media (max-width: 1450px) {
  .sub-nav {
  padding-inline: 4%;
}
}
@media (max-width: 1199px) {
  .sub-nav {
  padding-bottom: 8vw;
}
}
.sub-nav-flex {
  display: flex;
  margin: 0 auto;
  overflow: auto;
  flex-wrap: nowrap;
  max-width: 1400px;
  gap: 130px;
  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: 14px;
  display: inline-block;
}
.sub-nav-flex li a:hover{
  color: #ebee22;
}

/* ★ここに追記：現在地（dream.php / panf_pdf.php）のときの色 */
.sub-nav-flex li.current_li a {
  color: #ebee22; /* ← 変更したい好きな色に書き換えてください */
  font-weight: bold; /* （お好みで）太字にして目立たせることもできます */
}

.second_title_test {
  font-size: 50px;
  font-weight: 700;
}


.sub-nav-flex::-webkit-scrollbar {
  height: 10px;
}

.sub-nav-flex::-webkit-scrollbar-track {
  background-color: #FFF;
}

.sub-nav-flex::-webkit-scrollbar-thumb {
  background-color: #fff100; 
}

@supports (-moz-appearance: none) {
  .sub-nav-flex {
    scrollbar-color: #fff100 #FFF;
    scrollbar-width: thin;
  }
}

.second_title_test {
  text-align: left;
}
.movie_swiper_container {
  max-width: 1400px;
  margin: 0 auto;
  scroll-margin-top: 230px;
  padding-bottom: 0;
  padding-inline: 70px;
  box-sizing: content-box;
}

@media (max-width: 550px) {
  .movie_swiper_container {
    padding-inline: 40px;
    scroll-margin-top: 130px;
  }
}

.movie_swiper_wrapper {
  position: relative;
  padding-bottom: 50px;
}

.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;
}

.movie_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%;
  }
}

.news_box_wrapper {
    text-align: left;
    overflow-y: scroll;
    max-width: 1400px;
    height: 174px;
    margin: auto;
    padding: 17px 0;
    background-color: #fff;
    padding-left: 55px;
    padding-right: 0;
}

.news_container .news_box {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_container .news_date {
    color: #000;
    font-size: min(1.5vw, 18px);
    margin-right: min(2.5vw, 50px);
    padding: 7px;
    /* letter-spacing: 2px; */
    font-weight: 500;
    line-height: 1;
}

.news_container .news_text {
    margin: 0;
    color: #000;
    padding-right: 20px;
    text-align: justify;
    font-size: min(1.5vw, 18px);
    font-weight: 500;
    line-height: 1.8;
}

.news_container .news_box + .news_box {
    margin-top: 13px;
}
.news_container .news_text a {
    color: #ff0000;
    cursor: pointer;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: #ff0000;
}
@media (max-width: 1199px) {
    .news_box_wrapper {
        height: 250px;
        padding-left: 5%;
        /* padding: 0; */
    }
}

@media (max-width: 1199px) {
    .news_container .news_box {
        display: block;
    }
}

@media (max-width: 1199px) {
    .news_container .news_date {
        display: inline-block;
        /* font-size: min(4vw, 30px); */
        font-size: 14px;
        padding-left: 0;
        padding-bottom: 1px;
    }
  }

  @media (max-width: 1199px) {
    .news_container .news_text {
        padding-left: 0;
        /* font-size: min(4vw, 30px); */
        /* margin-top: min(2.5vw, 20px); */
        font-size: 14px;
    }
}
.news_one_content dl.news_box_one_pc {
    display: flex;
    font-size: 18px;
    font-weight: 500;
}
.news_one_content dl.news_box_one_pc a{
  color: #ff0000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news_one_content dl.news_box_one_sp a{
  color: #ff0000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news_one_content dl.news_box_one_pc dt{
   align-self: center;
   padding-right: 44px;
}
.news_one_content dl.news_box_one_sp {
    display: none;
}
@media (max-width: 1199px) {
    .news_one_content dl.news_box_one_pc
 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .news_one_content dl.news_box_one_sp {
        display: flex;
    }
}
@media (max-width: 1199px) {
    .news_one_content dl.news_box_one_sp {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        font-size: 14px;
    }
}

.top_vlog_cp-wrapper {
  text-align: center;
}

.testtest {
  display: flex;
  gap: 20px;
}

.news_box_wrapper::-webkit-scrollbar {
    width: 70px;
}

@media (max-width: 1199px) {
  .news_box_wrapper::-webkit-scrollbar {
    width: 30px;
  }
}

.news_box_wrapper::-webkit-scrollbar-thumb {
    background: url("../images/news/2.jpg") no-repeat;
    height: 95px;
    background-position: center;
}


.news_box_wrapper::-webkit-scrollbar-track {
    background: url("../images/news/1.jpg") no-repeat;
    background-position: center;
}

@media (max-width: 1199px) {
  .news_box_wrapper::-webkit-scrollbar-track {
    background-size: 10px 80%;
  }
}
 
@media (max-width: 1199px) {
.news_one_box_dnone {
  display: none;
} 
}

.news_one_box {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
}
@media (max-width: 1199px) {
  .news_one_box {
  max-width: none;
  width: 92%;
}
}


.news_one_bi_new_text {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(0deg,rgba(173, 146, 52, 1) 0%, rgba(251, 225, 147, 1) 40%, rgba(251, 225, 147, 1) 100%);
  padding-block: 16px;
  padding-inline: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .news_one_bi_new_text {
    padding-inline: 2%;
    font-size: 18px;
  }
}

.news_one_bi {
  display: flex;
  align-items: center;
  padding-left: 30px;
}

@media (max-width: 1199px) {
  .news_one_bi {
    padding-left: 10px;
    padding-block: 7px;
  }
}

.photo_gallery_flex_item img:hover{
 opacity: .8;

}

.photo_gallery_btn img:hover {

opacity: .8;
}

.kaisai_box {
   background-image: url(../images/main/countdown.png);
   background-repeat: no-repeat;
   background-size: cover;
   width: 494px;
   aspect-ratio: 494 / 132;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   padding-bottom: 26px;
   margin: 5% auto 0;
}
.kaisai_box.kaisai_box_started{
   background-image: url(../images/main/countdown_start.png);
}
.kaisai_box.kaisai_box_end{
   background-image: url(../images/main/countdown_end.png);
}

@media (max-width: 1199px) {
  .kaisai_box {
    width: 86%;
    margin: 0 auto;
    padding-bottom: 4%;
    padding-left: 3%;
  }
}
@media (max-width: 500px) {
  .kaisai_box {
    width: 90%;
  }
}

.main_visual_box {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 700 / 912;
  background-image: url(../images/main/mv/bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   width: 50%;
   flex-shrink: 0;
}

@media (max-width: 1199px) {
  .main_visual_box {
    width: 94%;
    margin: 0 auto;
  }
}

.movie_section {
  background-image: url(../images/movie/bg.png);
  position: relative;
  background-repeat: repeat-x;
    /* padding-top: 6%; */
    padding-top: 130px;
    background-size: auto 100%;
    margin-top: 200px;
    background-position: center;
}

@media (max-width: 1199px) {
  .movie_section {
    padding-top: 9%;
    margin-top: 14vw;
  }
}
@media (max-width: 768px) {
  .movie_section {
    padding-top: 14%;
  }
}

.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: 0;
    margin-bottom: 0;
    padding-inline: 4%;
    padding-bottom: 9%;
  }
  .banner_spnone {
    display: none;
  }
  .banner_pcnone img {
    width: 100%;
  }
}
@media (max-width: 1199px){
.news_bg_white{
padding-inline: 5%;
}
}

.swiper-button-prev1 {
    left: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/movie/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/movie/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;
}

/* 外枠のラッパー設定 */
.movie_swiper_wrapper {
    position: relative;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
  .movie_swiper_wrapper {
    padding-bottom: 4%;
  }
  .movie_swiper_wrapper .slick-slide img{
    width: 100%;
  }
}

@media (max-width: 768px) {
  .movie_swiper_wrapper {
padding-bottom: 9%;
  }
}

@media (max-width: 450px) {
  .movie_swiper_wrapper {
    padding-bottom: 7%;
  } 
}
/* --- 左側（戻る）ボタンの設定 --- */
.movie_swiper_wrapper .slick-prev {
    left: -40px;        
    top: 42%;         
    transform: translateY(-50%);
    background: url(../images/movie/arrow_left.png) no-repeat center center / contain !important;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 18;    
}


@media (max-width: 1199px) {
  .movie_swiper_wrapper .slick-prev {
    /* left: -4%; */
  }
}
@media (max-width: 1000px) {
  .movie_swiper_wrapper .slick-prev {
    /* left: -6%; */
  }
}
@media (max-width: 550px) {
  .movie_swiper_wrapper .slick-prev {
    left: -25px;
    height: 25px;
    width: 25px;
  }
}

/* --- 右側（次へ）ボタンの設定 --- */
.movie_swiper_wrapper .slick-next { 
    top: 42%;       
    transform: translateY(-50%);
    background: url(../images/movie/arrow_right.png) no-repeat center center / contain !important;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 18;   
    right: -40px;
}

@media (max-width: 1199px) {
  .movie_swiper_wrapper .slick-next {
    /* right: -4%; */
  }
}
@media (max-width: 1000px) {
  .movie_swiper_wrapper .slick-next {
    /* right: -6%; */
  }
}
@media (max-width: 550px) {
  .movie_swiper_wrapper .slick-next {
    right: -25px;
    height: 25px;
    width: 25px;
  }
}
/* --- 左側（戻る）ボタンの設定 --- */
.swiper-wrapper-sub .slick-prev {
    left: -30px;        
    top: 50%;        
    transform: translateY(-50%);
    background: url(../images/movie/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;       /* 💡見当たらないときは、一旦「0px」（スライドの右端）にしてください */
    top: 50%;         /* 💡縦中央に配置 */
    transform: translateY(-50%);
    background: url(../images/movie/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;
}

#movie_swiper .slick-slide {
  margin: 0 8px;
}
.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;
  }
}

.movie_swiper_wrapper .slick-dots li button:before {
  color: #f1df86;
  font-size: 12px;
  opacity: 1;
  width: 12px;
  height: 12px;
}

@media (max-width: 550px) {
  .movie_swiper_wrapper .slick-dots li button:before {
    /* font-size: 16px; */
  }
}




.swiper-wrapper-sub .slick-dots li button:before {
  display: none;
}


.movie_swiper_wrapper .slick-dots li {
  width: 12px;
  height: 12px;
}

.movie_swiper_wrapper .slick-dots li button {
  width: 12px;
  height: 12px;
}

.movie_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;
}

.movie_swiper_wrapper .slick-dots {
  bottom: -75px;
}

@media (max-width: 1199px) {
  .movie_swiper_wrapper .slick-dots {
    bottom: -18%;
  }
}

@media (max-width: 450px) {
  .movie_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;
  }
}

.movie_swiper_container h3 img {
  max-width: none;
}

@media (max-width: 1199px) {
  .movie_swiper_container h3 img {
  max-width: 100%;
}
}

.second_bg {
  position: relative;
  z-index: 2;
}

.news_container .news_box_sp {
    display: none;
}

@media (max-width: 1199px) {
.news_container .news_box_sp {
    display: block;
}
  .news_container .news_box_pc

 {
        display: none;
    }

}
.sub-nav-sp_sp {
  display: none;
}

@media (max-width: 450px) {
  .sub-nav-sp_pc {
    display: none;
  }
  .sub-nav-sp_sp {
  display: block;
}
}

/* .pickup_ul_sp_sp {
  display: none;
}

@media (max-width: 450px) {
  .pickup_ul_sp_pc {
    display: none;
  }
  .pickup_ul_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: 1200px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .tenbo {
    padding-inline: 4%;
  }
}

.tenbo_text {
  color: #fff;
  text-align: justify;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .tenbo_text {
    margin-top: 30px;
  }
}

.player_name_color {
    background: linear-gradient(0deg, #ff748d 0%, #ff7daf 100%);
    margin: 0 .2em;
    padding: 0 .2em .05em;
}

.tenbo_text_bottom {
  color: #FFf;
  text-align: right;
  font-size: min(3.1vw, 16px);
  font-weight: 700;
}
@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;
}
}