@charset "utf-8";

html {
  overflow: auto;
  /* visibility: hidden; */
  /* opacity: 0; */
}

/* html.wf-active {
  visibility: visible;
  opacity: 1;
} */

* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  background: url(../images/main/bg.jpg)no-repeat center top/contain;
  background-size: cover;
}

@media(max-width: 1199px) {
  body {
    /* background-image: url(../images/main/mv_bg_sp.jpg); */
    background: none;
    background-color: #043491;
  }
}
@media(max-width: 1199px) {
  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url(../images/main/mv_bg_sp.jpg)no-repeat center top/contain;
    background-size: 100% auto;
    z-index: -2;
  }
}
body::after {
  width: 100%;
  height: 550px;
  content: "";
   background: url(../images/footer/footer_bg.png)no-repeat center center/contain;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: screen;
  z-index: -1;
}

@media(max-width: 1199px) {
  body::after {
    background: url(../images/footer/footer_bg_sp.png)no-repeat center center/contain;
    background-size: cover;
    height: 350px;
    height: auto;
    aspect-ratio: 750 / 350;
    z-index: -1;
  }
}

body.second-body {
  background: url(../images/second/bg4.png)no-repeat center top/contain;
  background-size: cover;
  background-color: #043491;
}

@media (max-width: 1920px) {
  body.second-body {
    background-size: auto;
  }
}

@media(max-width: 1199px) {
body.second-body::before {
  background: url(../images/second/bg_sp3.jpg)no-repeat center top/contain;
  background-size: 100% auto;
}
}
body.nav_scroll_on {
  overflow: hidden;
}

/* main.scroll {
  margin-top: -188px;
} */

img {
  max-width: 100%;
  vertical-align: bottom;
}

h2 {
  margin-top: 0;
  font-size: 36px;
  padding: 16px 0px 22px;
  color: #000;
  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 (min-width: 1200px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .tb-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/* ----- main_nav.php css start ----- */
@media (max-width: 767px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: block;
    
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: block;
  }

  .head_container_sp {
    display: none;
  }
}

@media (min-width: 1200px) {
  .head_container_pc {
    display: block;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }
}

.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  background: url(../images/main/mv_bg.webp)no-repeat center top/cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  transition: transform 0.5s;
}

@media (max-width: 1920px) {
 .head_container_pc {
  background-size: auto;
 }
}

@media(max-width: 1199px) {

  .head_container_pc,
  .head_container_tb,
  .head_container_sp {
    /* background: #000; */
    /* border-bottom: 4px solid #dbc27d; */
    background: url(../images/main/mv_bg_sp.jpg)no-repeat center top/contain;
    background-size: cover;
  }
}


.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 {
  /* width: 1290px; */
  width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 21.5px 0;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 134px;
}

ul.head_ul_pc li:nth-child(2) {
  margin-left: 7%;
  margin-top: 12px;
}

ul.head_ul_pc li:nth-child(3) {
  margin-top: 35px;
}

ul.head_ul_tb {
  height: 135px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  max-width: 100%;
  position: relative;
}

.head_img1_tb {
  font-family: auto;
  margin-left: 6vw;
}

.head_img1_tb img {
  max-width: 166px;
  margin-left: 3px;
}

.head_img2_tb {
  /* max-width: 400px; */
  position: absolute;
  left: 30%;
  /* transform: translateX(-50%); */
  /* width: 50%; */
  width: 506px;
}

.head_img2_tb a{
  width: 100%;
}
.head_img2_tb a img{
  width: 100%;
}

/* .nav_btn {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
} */

/* .nav_btn .line {
  left: 2px;
  right: 0;
  width: 36px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  transition: all 0.3s linear 0s;
  backface-visibility: hidden;
} */

/* .nav_btn .line.top {
  top: 20px;
} */

/* .nav_btn.move .line.top {
  transform: rotate(135deg);
  top: 30px;
} */

/* .nav_btn .line.middle {
  top: 30px;
} */

/* .nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
} */

/* .nav_btn .line.bottom {
  top: 40px;
} */

/* .nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  top: 30px;
} */

.index.text p {
  margin: 0;
  font-size: 28px;
  /* background-color: #000; */
  color: #fff;
  text-align: center;
}

/* @media (max-width: 768px) {
  .nav_btn {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }

  .nav_btn .line {
    width: 32px;
  }

  .nav_btn .line.top {
    top: 10px;
  }

  .nav_btn .line.middle {
    top: 20px;
  }

  .nav_btn .line.bottom {
    top: 30px;
  }

  .nav_btn.move .line.top {
    top: 20px;
  }

  .nav_btn.move .line.bottom {
    top: 20px;
  }
} */

ul.head_ul_sp {
  height: 88px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 98%;
}

.head_img1_sp {
  /* max-width: 70px; */
  width: 20%;
  margin-left: 7vw;
}

@media (max-width: 450px) {
  .head_img1_sp {
    margin-left: 3vw;
  }
}

.head_img1_sp a {
  display: flex;
  align-items: flex-start;
}

.head_img2_sp {
  /* max-width: 170px; */
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
  width: 270px;
}

.nav_container_pc {
  width: 100%;
  background: #fff;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 134px;
  z-index: 10;
  /* box-shadow: 0 1px 8px 5px rgba(0, 38, 57, 0.4); */
  transition: transform 0.5s;
}

.movie_wrap {
  overflow-x: hidden;
}

@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }
}

.fade {
  transform: translateY(-200px);
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  /* width: 1290px; */
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}

/* a.main_nav_title_pc:hover::after {
  transform: scale(1, 1);
} */

/* a.main_nav_title_pc::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #f199aa;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
} */

li.nav_ul_li_pc {
  position: relative;
  text-align: center;
}

li.nav_ul_li_pc+li.nav_ul_li_pc {
  /* margin-left: 10px; */
}

/* li.nav_ul_li_pc:first-child {
  width: 12%;
}

li.nav_ul_li_pc:nth-child(2) {
  width: 10%;
}

li.nav_ul_li_pc:nth-child(3) {
  width: 18%;
} */

li.nav_ul_li_pc:nth-child(4) a:hover {
  opacity: 0.7;
}

.main_nav_title_pc {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  font-style: normal;
  filter: drop-shadow(0 0 4px #08246a) drop-shadow(0 0 5px #08246a) drop-shadow(0 0 6px #08246a) drop-shadow(0 0 7px #08246a) drop-shadow(0 0 8px #08246a);
  /* text-shadow: 0 0 1px #08246a, 0 0 2px #08246a, 0 0 3px #08246a, 0 0 4px #08246a, 0 0 5px #08246a, 0 0 6px #08246a, 0 0 7px #08246a, 0 0 8px #08246a, 0 0 9px #08246a, 0 0 10px #08246a, 0 0 11px #08246a, 0 0 12px #08246a, 0 0 13px #08246a, 0 0 14px #08246a, 0 0 15px #08246a, 0 0 16px #08246a, 0 0 17px #08246a, 0 0 18px #08246a, 0 0 19px #08246a, 0 0 20px #08246a, 0 0 21px #08246a, 0 0 22px #08246a, 0 0 23px #08246a, 0 0 24px #08246a, 0 0 25px #08246a, 0 0 26px #08246a; */
}

/* .nav_ul_li_pc_left .main_nav_title_pc::after {
  content: "テキスト";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 40%;
  background:linear-gradient(to right,#ffeebe,#f7c33b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

} */

.main_nav_title_pc span.triangle_icon {
  font-size: 20px;
  padding-left: 10px;
  vertical-align: top;
}

.main_nav_link_set {
  padding-top: 5px;
}

.main_nav_link_set a {
  display: block;
  margin-bottom: 4px;
}

.main_nav_link_set a:hover {
  opacity: 0.7;
}

ul.nav_list_pc {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 50;
}

ul.nav_list_pc li {
  width: 395px;
  height: 0;
  background: rgba(6,44,115,0.9);
  font-size: 12px;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  visibility: hidden;
  opacity: 0;
  position: relative;
  line-height: 44px;
  z-index: 30;
}

ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 48px;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
}

ul.nav_list_pc li:hover {
  background: #fff;
}

.nav_list_pc_li_icon {
  position: relative;
  top: -2px;
  font-size: 10px;
  padding: 0 7px 0 10px;
  /* color: #2a2060; */
}

.grayout .nav_list_pc_li_icon {
  color: #000;
}

ul.nav_list_pc li:hover .nav_list_pc_li_icon {
  color: #fff;
}

a.main_nav_title_pc {
  display: flex;
  align-items: center;
  height: 110px;
}

.main_center .text {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .main_center .text {
    font-size: 3.2vw;
    margin: 0;
  }
}

/* a.main_nav_title_pc::after{
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #aa1115;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.nav_ul_li_pc:hover a.main_nav_title_pc::after{
  transform: scale(1, 1);
} */
ul.nav_list_pc:hover+a.main_nav_title_pc::after {
  /* transform: scale(1, 1); */
}

.nav_ul_li_pc:hover a.main_nav_title_pc .main_nav_title_pc_inner{
  /* color: #bd0202; */
  background: linear-gradient(180deg, #f9f350 0%,#fcfac4 100%);
   -webkit-background-clip: text; /* 背景を文字の形に切り抜く */
  color: transparent; /* 文字色を透明にして背景を見せる */
  /* text-shadow: 0 0 1px #08246a, 0 0 2px #08246a, 0 0 3px #08246a, 0 0 4px #08246a, 0 0 5px #08246a, 0 0 6px #08246a, 0 0 7px #08246a, 0 0 8px #08246a, 0 0 9px #08246a, 0 0 10px #08246a, 0 0 11px #08246a, 0 0 12px #08246a, 0 0 13px #08246a, 0 0 14px #08246a, 0 0 15px #08246a, 0 0 16px #08246a, 0 0 17px #08246a, 0 0 18px #08246a, 0 0 19px #08246a, 0 0 20px #08246a, 0 0 21px #08246a, 0 0 22px #08246a, 0 0 23px #08246a, 0 0 24px #08246a, 0 0 25px #08246a, 0 0 26px #08246a; */
}

ul.nav_list_pc li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  /* letter-spacing: 0.5px; */
}

ul.nav_list_pc li:hover a {
  color: #043491;
}

ul.nav_list_pc li a .underbar {
  font-family: "Noto Sans JP", sans-serif;
}

#nav_internet_vote_pc {
  margin-left: 25px;
}

.nav_link_button a {
  display: inline-block;
}

@media (max-width: 1199px) {
  .nav_container_pc {
    display: none;
  }

  .nav_container_sp {
    display: block;
    /* padding-top: 135px; */
    position: fixed;
    left: 0;
    top: 135px;
    z-index: 10;
    width: 100%;
    transition: transform 0.5s;
    background: url(../images/main/mv_bg_sp.jpg)no-repeat center top/contain;
    background-size: cover;
    background-position-y: -135px;
  }
}

@media (max-width: 767px) {
  .nav_container_sp {
    /* padding-top: 100px; */
    top: 88px;
    background-position-y: -88px;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
    background: url(../images/main/mv_bg.webp);
    background-size: cover;
    background-position-y: -134px;
    /* background-color: #01a0e9; */
   
  }

  .nav_container_sp {
    display: none;
  }
}

@media (max-width: 1920px) {
  .nav_container_pc {
    background-size: auto;
     background-position-x: center;
  }

}


/* .nav_container_sp {
  position: fixed;
  left: 0;
  top: 135px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  visibility: hidden;
  height: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow-y: auto;
  z-index: 40;
} */

/* @media (max-width: 767px) {
  .nav_container_sp {
    top: 100px;
  }
} */

/* .nav_container_sp.open {
  height: 100vh;
  background: rgba(221, 207, 160, 0.9);
  visibility: visible;
} */

.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2px;
  /* background-color: #000; */
  position: relative;
  /* padding-bottom: 55px; */
  /* max-width: 100%; */
  /* margin: auto; */
  /* margin-bottom: 150px; */
  height: 101px;
}

@media (max-width: 767px){
  .nav_ul_sp {
    height: 70px;
  }
}

#nav_live_replay_sp {
  /* padding: 10px 0 0; */
  margin: 25px 10px 0;
  margin-bottom: min(3vw, 25px);
  text-align: center;
}

@media (max-width: 450px) {
  .nav_ul_sp {
    height: 60px;
  }
}

#nav_live_replay_sp a {
  display: inline-block;
}

.image_single {
  margin: 5px auto 0;
  padding-bottom: 5px;
  text-align: center;
  width: 94%;
  max-width: 596px;
}

.nav_ul_li_sp {
  /* width: 100%; */
  /* margin: 0 auto; */
  /* position: relative; */
  /* z-index: 5; */
  /* background: #bd0202; */
  /* border-bottom: 2px solid #2a2060; */
  flex: 1;
  text-align: center;
  /* background-color: #fff; */
  cursor: pointer;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* text-shadow: 0 0 1px #08246a, 0 0 2px #08246a, 0 0 3px #08246a, 0 0 4px #08246a, 0 0 5px #08246a, 0 0 6px #08246a, 0 0 7px #08246a, 0 0 8px #08246a, 0 0 9px #08246a, 0 0 10px #08246a, 0 0 11px #08246a, 0 0 12px #08246a, 0 0 13px #08246a, 0 0 14px #08246a, 0 0 15px #08246a, 0 0 16px #08246a, 0 0 17px #08246a, 0 0 18px #08246a, 0 0 19px #08246a, 0 0 20px #08246a, 0 0 21px #08246a, 0 0 22px #08246a, 0 0 23px #08246a, 0 0 24px #08246a, 0 0 25px #08246a, 0 0 26px #08246a, 0 0 27px #08246a, 0 0 28px #08246a, 0 0 29px #08246a, 0 0 30px #08246a; */
  filter: drop-shadow(0 0 4px #08246a) drop-shadow(0 0 5px #08246a) drop-shadow(0 0 6px #08246a) drop-shadow(0 0 7px #08246a) drop-shadow(0 0 8px #08246a);
  font-weight: 700;
}

@media (max-width: 767px) {
.nav_ul_li_sp {
  font-size: 17px;
  /* text-shadow: 0 0 1px #08246a, 0 0 2px #08246a, 0 0 3px #08246a, 0 0 4px #08246a, 0 0 5px #08246a, 0 0 6px #08246a, 0 0 7px #08246a, 0 0 8px #08246a, 0 0 9px #08246a, 0 0 10px #08246a, 0 0 11px #08246a, 0 0 12px #08246a, 0 0 13px #08246a, 0 0 14px #08246a, 0 0 15px #08246a, 0 0 16px #08246a, 0 0 17px #08246a, 0 0 18px #08246a, 0 0 19px #08246a; */
  font-weight: 900;
}
}

.nav_ul_li_sp.open {
  filter: drop-shadow(0 0 4px #739ab1) drop-shadow(0 0 5px #739ab1) drop-shadow(0 0 6px #739ab1) ;
}


.nav_ul_li_sp.open .nav_ul_li_sp_inner{
  /* background-color: #9a7700 !important; */
    background: linear-gradient(180deg, #f9f350 0%, #fcfac4 100%);
    -webkit-background-clip: text;
    color: transparent;
    filter: none;
}
.nav_ul_li_sp.open:hover{
  opacity: 1;

}


.nav_ul_li_sp_link {
    flex: 1;
    text-align: center;
    /* background-color: #fff; */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_ul_li_sp_link a{
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

@media (max-width: 767px) {
  .nav_ul_li_sp_link a {
    /* width: 82%; */
    width: 120px;
  }
}

@media (max-width: 600px) {
  .nav_ul_li_sp_link a {
    width: 110px;
  }
}
@media (max-width: 550px) {
  .nav_ul_li_sp_link a {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .nav_ul_li_sp_link a {
    width: 87px;
  }
}


@media (max-width: 450px) {
  .nav_ul_li_sp_link a {
    width: 84px;
  }
}
@media (max-width: 390px) {
  .nav_ul_li_sp_link a {
    width: 82px;
  }
}
@media (max-width: 380px) {
  .nav_ul_li_sp_link a {
    width: 78px;
  }
}
@media (max-width: 375px) {
  .nav_ul_li_sp_link a {
    width: 70px;
  }
}



.nav_ul_li_sp_link:hover,
.nav_ul_li_sp:hover {
  opacity: .7;
}

@media (max-width: 450px) {
  .nav_ul_li_sp,
  .nav_ul_li_sp_link {
    font-size: 13px;
    font-weight: 900;
  }
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-size: min(5vw, 34px);
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: calc((100% - 616px) / 2);
  color: #fff;
}

.nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "▶︎";
  font-size: 14px;
  vertical-align: middle;
}



.nav_title:hover .nav_list_pc_li_icon {
  color: #f6cf5d;
}

.nav_title::before {
  content: "▼";
  vertical-align: middle;
  font-size: min(4vw, 28px);
  padding: 0 10px 0 15px;
}

.nav_title.up::before {
  content: "▲";
}

.nav_title.direct_link.up::after {
  content: "▶︎";
}

.nav_title:hover::after,
.nav_title.up:hover::after {
  color: #2a2060;
}

.nav_list_sp {
  display: none;
  background: rgba(4, 52, 145, 0.9);
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
  width: 100%;
  /* will-change: max-height; */
  /* リストの一番上の余白を削除する前
  margin: 10px 0; */
  /* border-bottom: 2px solid #2a2060; */
}

.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  padding-left: 4vw;
  letter-spacing: 0.5px;
  font-size: min(4vw, 26px);
  /* margin: auto; */
  /* max-width: 553px; */
  /* padding-left: calc((100% - 535px) / 2 - 35px); */
}

@media (max-width: 585px) {
  .nav_list_sp a {
    padding-left: calc(4.5vw - 20px);
  }
}

.nav_list_sp a .underbar {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.1;
}

.nav_list_sp a:hover .nav_list_pc_li_icon {
  /* color: #fff; */
}

.nav_list_sp .nav_list_pc_li_icon {
  position: relative;
  color: #fff;
  font-size: min(4vw, 26px);
  padding: 0 8px 0 10px;
  padding-left: 21px;
  vertical-align: bottom;
}

.nav_list_sp li {
  /* border-bottom: 2px solid #2a2060; */
}

.nav_list_sp li:hover .nav_list_pc_li_icon {
  /* color: #000; */
  
}

.nav_list_sp li:hover .underbar {
  /* color: #000; */
  opacity: .8;
}

.images_three_set {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 10px auto 30px;
  max-width: 652px;
}

.images_three_set a {
  width: 50%;
}

.images_three_set a:hover {
  opacity: 0.7;
}

.image_single a:hover {
  opacity: 0.7;
}

.images_three_set img,
.image_single img {
  width: 100%;
}

/* グレイアウト用 */
ul.nav_list_pc li.grayout {
  background: #686868;
  pointer-events: none;
}

ul.nav_list_pc li.grayout a {
  color: #000;
}

ul.nav_list_pc li.grayout:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp{ 
  background: #686868;
  pointer-events: none;
}

.nav_list_sp li.grayout_sp a{
  color: #000;
}
.nav_list_sp li.grayout_sp a .underbar {
  color: #000;
}
.nav_list_sp li.grayout_sp a .underbar .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_ul_li_sp_stay.grayout_sp {
  background: #969696;
  pointer-events: none;
}

.nav_ul_li_sp_stay.grayout_sp a {
  color: #000;
}

.nav_ul_li_sp_stay.grayout_sp:hover {
  opacity: 1;
}

/* ----- main_nav.php css end ----- */

/* ----- index.php css start ----- */
main {
  position: relative;
  display: block;
  /* transition: margin 0.3s; */
  overflow: hidden;
}

/* @media screen and (min-width: 1200px) {
  main.fade-body {
    margin-top: -150px;
  }
} */

.main_container_pc {
  position: relative;
  padding-top: 244px;
  /* overflow: hidden; */
  position: relative;
  /* overflow-x: hidden; */
  /* background-size: auto; */
}

.main_container_pc::after {
  content: "";
  position: absolute;
  background: url("../images/main/mv_bg.webp") no-repeat top/cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1915px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .main_container_pc::after {
    display: none;
  }
}

@media (max-width: 1920px) {
 .main_container_pc::after {
  background-size: auto;
 }
}


.index_bg {
  padding-top: 15px;
}

@media (max-width: 1199px) {
  .main_container_pc {
    /* display: none; */
    padding-top: 236px;
  }

  .main_container_sp {
    /* display: block; */
  }

  /* .main_container_pc {
    background: url("../images/main/index-main-bg-sp.jpg") no-repeat top/cover;
  } */
}

@media (min-width: 1200px) {
  .main_container_sp {
    display: none;
  }

  .nav_title:hover {
    opacity: 0.7;
  }
}

.main_container_sp {
  text-align: center;
  /* padding-top: 80px; */
  position: relative;
  z-index: 2;
  margin-top: 4vw;
}

@media (max-width: 767px) {
  .main_container_pc {
    padding-top: 154px;
  }

  .main_container_sp {
    /* margin-top: 60px; */
  }
}

@media (max-width: 450px) {
  .main_container_pc {
    padding-top: 148px;
  }
}

:root {
  --curtain-open: 1.2s;
}

/* .main_container_pc.show::before {
  animation: openCurtainLeft forwards var(--curtain-open) linear;
}
.main_container_pc.show::after {
  animation: openCurtainRight forwards var(--curtain-open) linear;
}
@media screen and (max-width: 1199px) {
  .main_container_pc.show::before {
    animation-name: openCurtainLeftTb;
  }
  .main_container_pc.show::after {
    animation-name: openCurtainRightTb;
  }
}
@media screen and (max-width: 767px) {
  .main_container_pc.show::before {
    animation-name: openCurtainLeftSp;
  }
  .main_container_pc.show::after {
    animation-name: openCurtainRightSp;
  }
} */
/* ↓↓↓↓↓↓ キーフレーム ↓↓↓↓↓↓ */
@keyframes openCurtainLeft {
  0% {
    border-bottom-right-radius: 0;
  }

  10% {
    border-bottom-right-radius: 20% 98%;
  }

  50% {
    border-bottom-right-radius: 100%;
    height: 74%;
  }

  65% {
    height: 40%;
  }

  95% {
    height: 5%;
  }

  100% {
    border-bottom-right-radius: 100%;
    height: 0%;
  }
}

@keyframes openCurtainRight {
  0% {
    border-bottom-left-radius: 0;
  }

  10% {
    border-bottom-left-radius: 20% 98%;
  }

  50% {
    border-bottom-left-radius: 100%;
    height: 74%;
  }

  65% {
    height: 40%;
  }

  95% {
    height: 5%;
  }

  100% {
    border-bottom-left-radius: 100%;
    height: 0%;
  }
}

@keyframes openCurtainLeftTb {
  0% {
    border-bottom-right-radius: 0;
  }

  10% {
    border-bottom-right-radius: 20% 98%;
  }

  50% {
    border-bottom-right-radius: 100%;
    height: 78%;
  }

  65% {
    height: 40%;
  }

  95% {
    height: 5%;
  }

  100% {
    border-bottom-right-radius: 100%;
    height: 0%;
  }
}

@keyframes openCurtainRightTb {
  0% {
    border-bottom-left-radius: 0;
  }

  10% {
    border-bottom-left-radius: 20% 98%;
  }

  50% {
    border-bottom-left-radius: 100%;
    height: 78%;
  }

  65% {
    height: 40%;
  }

  95% {
    height: 5%;
  }

  100% {
    border-bottom-left-radius: 100%;
    height: 0%;
  }
}

@keyframes openCurtainLeftSp {
  0% {
    border-bottom-right-radius: 0;
  }

  10% {
    border-bottom-right-radius: 20% 98%;
  }

  50% {
    border-bottom-right-radius: 100%;
    height: 71%;
  }

  65% {
    height: 40%;
  }

  95% {
    height: 5%;
  }

  100% {
    border-bottom-right-radius: 100%;
    height: 0%;
  }
}

@keyframes openCurtainRightSp {
  0% {
    border-bottom-left-radius: 0;
  }

  10% {
    border-bottom-left-radius: 20% 98%;
  }

  50% {
    border-bottom-left-radius: 100%;
    height: 71%;
  }

  65% {
    height: 40%;
  }

  95% {
    height: 5%;
  }

  100% {
    border-bottom-left-radius: 100%;
    height: 0%;
  }
}

/* ↑↑↑↑↑↑キーフレーム ↑↑↑↑↑↑ */

.main_container_sp img {
  width: 100%;
}

.main_center_img {
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1199px) {
  .main_center_img {
    width: 100%;
    z-index: 1;
  }

  .main_center {
    z-index: 2;
  }

  .main_center_img img {
    width: 100%;
  }
}

.curtain {
  position: absolute;
  top: 269px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 4;
}

@media screen and (max-width: 1199px) {
  .curtain {
    top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .curtain {
    top: 60px;
  }
}

.cloud_left {
  position: absolute;
  top: 20.3%;
  left: -1.5%;
  margin: auto;
  width: 25vw;
  max-width: 480px;
  z-index: 1;
}

.cloud_right {
  position: absolute;
  top: 24.3%;
  right: -1%;
  margin: auto;
  width: 26vw;
  max-width: 500px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .cloud_left {
    top: 14%;
    left: -6%;
    width: 30vw;
  }

  .cloud_right {
    top: 16%;
    right: -9%;
    width: 31vw;
  }
}

@media screen and (min-width: 1920px) {
  .cloud_left {
    left: calc(50% - 990px);
  }

  .cloud_right {
    right: calc(50% - 980px);
  }
}

.pickup_pc {
  position: relative;
  margin: auto;
  padding-top: 106px;
  text-align: center;
  max-width: 1200px;
}

.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 42px auto 0;
  /* width: calc(100% - 8.1%); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.pickup_ul_pc li+li {
  /* margin-left: 30px; */
}

.pickup_ul_pc2 {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 1200px;
  padding-bottom: 40px;
  margin-top: 0;
}

.pickup_ul_pc3 {
  margin-bottom: 0;
  padding-bottom: 70px;
  padding: 0 0 0 0;
  justify-content: center;
  margin-top: 0;
}

.pickup_ul_pc3 li+li {
  margin-left: 28px;
}

.pickup_pc p {
  margin-top: -55px;
  text-align: center;
  padding: 10px 0;
}

.pickup_ul_sp li {
  width: 79%;
}

.pickup_ul_pc li img:hover,
.pickup_ul_sp li img:hover {
  opacity: 0.7;
}

.pickup_ul_pc2 li+li {
  margin-left: 0;
  margin-top: 30px;
}

.bill1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  margin: auto;
  transition-delay: 0s;
}

.bill2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  margin: auto;
  transition-delay: 0s;
}

.index.text {
  /* background-color: #000; */
  background: rgba(129,165,233,0.4);
  padding: 15px 0;
  margin: 0;
  height: 76px;
}

@media (max-width: 1199px) {
  .index.text {
    height: auto;
  }
  .pickup_pc {
    display: none;
  }

  .bill1 {
    opacity: 0.5;
    z-index: 2;
  }

  .pickup_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
    z-index: 1;
  }

  .pickup_sp {
    display: none;
  }
}

@media (max-width: 1499px) {
  .pickup_pc {
    background-size: cover;
  }
}

.pickup_sp {
  /* background: url(../images/main/index-main-bg-sp.jpg); */
  /* background-size: cover; */
  /* background-position: center top; */
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); */
  /* padding: 20px; */
  position: relative;
  z-index: 2;
  /* margin-top: -270px; */
  /* padding-top: 150px; */
}

.pickup_ul_sp {
  list-style: none;
  padding: 0 0 3vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 94%;
}

.pickup_ul_sp:nth-of-type(1) {
  padding-bottom: 3vw;
  /* margin-top: min(20vw, 100px); */
}

.pickup_ul_sp li:not(:first-child) {
  margin-left: 15px;
}

.pickup_sp p {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  margin-top: -45px;
}

.pickup_ul_sp2 {
  padding-left: 2%;
  /* max-width: 800px; */
  max-width: 82%;
  padding-bottom: 0;
  align-items: center;
}

.pickup_ul_sp2 li {
  width: 12%;
}

.pickup_ul_sp2 li:not(:first-child) {
  margin-left: 3vw;
}

.pickup_ul_sp3 {
  display: block;
  padding-bottom: 5vw;
  /* margin-top: 15px; */
}

.pickup_ul_sp3 li {
  width: 79%;
  margin: auto;
}

.pickup_ul_sp3 li:not(:first-child) {
  margin-top: 3vw;
  margin-left: auto;
}

.news_kiji_pc .text {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .news_container {
    display: block;
    /* background: #000; */
    background-position: center 610px;
    background-size: contain;
    /* position: relative; */
    /* z-index: 5; */
  }

  .news_kiji_pc {
    display: flex;
    align-items: center;
  }

  .news_kiji_sp {
    display: none;
  }

  #news_logo_pc {
    display: inline;
  }

  #news_logo_sp {
    display: none;
  }
}

@media (max-width: 1199px) {
  .news_container {
    /* background: #000; */
    background-size: contain;
    padding: 0;
    /* position: relative; */
    /* z-index: 5; */
  }

  .news_top_bg {
    width: 100%;
    height: 6px;
    /* background-position: right; */
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    display: block;
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }

  #news_title {
    /* width: 52%; */
    /* max-width: 158px; */
  }
}

@media (max-width: 600px) {
  .news_container {
    padding: 0;
  }

  #news_title {
    width: 50%;
  }
}

.news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.news_wrapper p {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 0;
  /* position: relative; */
  /* z-index: 5; */
}

@media (max-width: 1199px) {
  .news_wrapper p {
    padding: 0;
    width: auto;
  }

  .index_bg {
    background: none;
  }
}


.news_list {
  max-width: 95%;
  margin: 0 auto;
  /* background: url(../images/news/bg.jpg)no-repeat top/cover; */
  position: relative;
  /* box-shadow: 0 8px 8px rgba(0,0,0,0.2); */
  /* scrollbar-color: #aa1115 #cbcbcb; */
}

ul.news_list_ul {
  list-style: none;
  padding: 20px 0;
  padding-top: 15px;
  padding-left: 35px;
  margin: 0;
  height: 188px;
  overflow-y: scroll;
  position: relative;
  width: 99%;
}

@media (max-width: 1199px) {
  ul.news_list_ul {
    padding: 16px 0;
    width: 97%;
    height: 210px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  /* .news_list {
    margin-bottom: 35px;
  } */

  ul.news_list_ul {
    height: 180px;
  }
}

ul.news_list_ul li {
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.news_list_ul::-webkit-scrollbar {
  width: 20px;
  /* background-color: #01a0e9; */
}

.news_list_ul::-webkit-scrollbar-track {
  /* background: url("../images/news/news_back_scrollbar.png") no-repeat;
  background-position: center;
  background-size: auto 90%;
  background-color: #9a7700; */
}

.news_list_ul::-webkit-scrollbar-thumb {
  background: url("../images/news/news_on_scrollbar.jpg") no-repeat;
  height: 50px;
  background-position: center;
  /* background-color: #4d4f9a; */
  background-size: 8px 50%;
  
}

.date {
  background: #fff;
  background-size: cover;
  color: #043491;
  padding: 3px 11px;
  margin-left: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 900;
}

.news_list_ul a {
  color: #fff;
  text-decoration-color: #fff;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.news_list_ul a:hover {
  opacity: 0.7;
}

.text {
  letter-spacing: 0.3px;
  display: block;
  font-weight: bold;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 5px 20px;
  color: #FFF;
}

@media (max-width: 1199px) {
  ul.news_list_ul li {
    padding: 26px 0;
    padding-top: 0;
  }

  .date {
    padding: 2px 10px;
    margin-left: 20px;
    font-size: min(14px, 24px);
  }

  .text {
    display: block;
    padding: 0 0 0 0;
    margin: 10px 20px 0;
    margin-top: 10px;
    font-size: min(4.3vw, 16px);
  }
}

@media (max-width: 600px) {
  .text {
    line-height: 1.5;
    font-size: 16px;
  }
}

.main_center {
  text-align: center;
  position: relative;
}

@media (max-width: 1199px) {
  .main_center {
    /* display: none; */
    /* height: 106vw; */
  }

  .main_center img {
    vertical-align: baseline;
  }
}

@media (min-width: 1200px) {
  .main_center {
    display: block;
    max-width: 1200px;
    margin: auto;
    position: relative;
    /* aspect-ratio: 1229 / 1448; */
    z-index: 1;
  }
}



.news_list {
  /* border: 5px solid #9a7700; */
}

/* .main_center img {
  width: 100%;
} */

.left_band {
  position: absolute;
  left: -75px;
  top: 150px;
}

.right_band {
  position: absolute;
  right: -75px;
  top: 150px;
}


.mv_anime {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.3s;
  transition-delay: var(--i);
}

#main_container.show .mv_anime {
  opacity: 1;
  visibility: visible;
}

.dynamite_boatrace_mv {
  position: absolute;
  left: 0;
  right: 59%;
  top: 4%;
  margin: auto;
  width: 6vw;
  max-width: 148px;
  z-index: 5;
}

.curtain_mv {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 145px;
  width: 7.5vw;
  margin: auto;
}

.midnight_mv {
  position: absolute;
  left: 0;
  right: -51%;
  top: 3.5%;
  margin: auto;
  width: 9vw;
  max-width: 220px;
  z-index: 5;
}

.midnight_text1_mv {
  position: absolute;
  left: 0;
  right: 0;
  top: 15.5%;
  max-width: 160px;
  width: 7.5vw;
  margin: auto;
  z-index: 1;
}

.midnight_text2_mv {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  max-width: 600px;
  width: 30vw;
  margin: auto;
  z-index: 1;
}

.midnight_text3_mv {
  position: absolute;
  left: 0;
  right: 0;
  top: 40.5%;
  margin: auto;
  max-width: 520px;
  width: 27vw;
}

@media (max-width: 1199px) {
  .dynamite_boatrace_mv {
    right: 58%;
    top: 3%;
    max-width: 133px;
    width: 10vw;
  }

  .curtain_mv {
    right: 53%;
    top: 8%;
    max-width: 129px;
    width: 11vw;
    padding-top: 50px;
  }

  .midnight_mv {
    right: -71%;
    top: 3%;
    max-width: 193px;
    width: 17vw;
  }

  
  
  .midnight_text1_mv {
    top: 20%;
    max-width: 589px;
    width: 11vw;
  }

  .midnight_text2_mv {
    top: 30%;
    max-width: 589px;
    width: 46vw;
  }

  .midnight_text3_mv {
    top: 47%;
    margin: auto;
    max-width: 487px;
    width: 41vw;
  }
}

/* ----- mv anime svg end ----- */

/* ----- footer.php css start ----- */
footer {
  position: relative;
}

.footer_container {
  position: relative;
  /* background: #000; */
  padding-top: min(10vw, 171px);
}

#footer_center_moya {
  position: absolute;
  top: -35px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

#to_top_btn_pc {
  position: fixed;
  right: 137px;
  bottom: 208px;
  cursor: pointer;
  width: 194px;

  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
  z-index: 39;
}

@media (max-width: 1800px){
  #to_top_btn_pc{
  width: 120px;
  bottom: 208px;
  right: 18px;
  }
}
#swiper_base {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

#swiper_base img {
  /* width: 160px; */
  width: 100%;
  /* box-shadow: 1px 2px 7px 2px rgba(0,0,0,0.3); */
}

.swiper-button-prev {
  left: -88px;
  background: url("../images/footer/arrow_l.png") no-repeat;
  background-size: cover;
  top: 0;
  width: 26px;
  height: 28px;
  z-index: 1;
  bottom: 0;
  margin: auto;
}

.swiper-button-next {
  right: -88px;
  background: url("../images/footer/arrow_r.png") no-repeat;
  background-size: cover;
  top: 0;
  width: 26px;
  height: 28px;
  z-index: 1;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1199px) {
  .swiper-button-prev {
    left: -70px;
  }

  .swiper-button-next {
    right: -70px;
  }

  #to_top_btn_pc {
    position: fixed;
    right: 25px;
    bottom: 14px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    width: 90px;
    height: 90px;
  }

  #swiper_base {
    max-width: calc(100% - 200px);
  }

  #swiper_base img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #to_top_btn_pc {
    right: 2vw;
    bottom: 2vw;
  }
}


@media (max-width: 600px) {

  #swiper_base {
    max-width: calc(100% - 100px);
  }

  #to_top_btn_pc {
    width: 70px;
    height: 70px;
    line-height: 50px;
    font-size: 12px;
    box-sizing: content-box;
    right: 2vw;
    /* bottom: 45px; */
    bottom: 5vw;
  }

  .swiper-button-prev {
    background-size: cover;
    left: -32px;
    width: 21px;
    height: 24px;
  }

  .swiper-button-next {
    right: -30px;
    background-size: cover;
    width: 21px;
    height: 24px;
  }
}

/* @media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
} */

/* @media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 137px;
  }
} */

@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;
}

@media (max-width: 1199px) {
  #footer_center_moya {
    display: none;
  }
}

.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;
  }
}

.suishou {
  text-align: center;
  margin: 40px auto 0;
  padding-bottom: 40px;
}

@media (max-width: 600px) {
  .suishou {
    width: 150px;
    margin: auto;
    margin-top: 40px;
  }
}

.suishou a {
  text-decoration: none;
  color: #fff;
}

.suishou a:hover {
  opacity: 0.7;
}

.footer_container p {
  display: flex;
  align-items: center;
  margin: auto;
  padding:0;
  /* width: min(80%, 359px); */
  width: min(80%, 408px);
}

@media (max-width: 1199px) {
  .footer_container p {
    padding: 0.5% 0;
  }
}

.footer_container p img {
  width: 100%;
}

.copy_color {
  /* background: #000; */
  padding: 90px 0 50px;
}

/* ----- footer.php css end ----- */

/* ----- 下層ページ共通 css start ----- */
.page-bi {
  /* background: url('../images/main/bg_green.jpg'); */
  position: relative;
}

.bg_suimen {
  /* max-width: 1764px; */
  margin: auto;
  /* background: url("../images/second/bg2.jpg") no-repeat top/cover; */
  position: relative;
}

@media (max-width: 1920px) {
  .bg_suimen {
    background-size: auto;
  }
}

.second_page .news_wrapper {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .page-bi {
    /* background: url(../images/second/bg_sp.jpg) no-repeat; */
    /* background-position-y: 80px; */
    /* background-size: 100% auto; */
  }

  .bg_suimen {
    background: transparent;
    width: calc(100% - 6%);
  }

  .left_obi,
  .right_obi {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-bi {
    /* background-position-y: 60px; */
    background-size: 100% auto;
  }
}

.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 250px;
  position: relative;
}

@media (max-width: 1499px) {
  .contain {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    padding-top: 271px;
  }
}

@media (max-width: 767px) {
  .contain {
    padding-top: 168px;
  }
}

h2.pc {
  /* text-align: center; */
  font-weight: 700;
  margin: 48px 0 30px;
  position: relative;
  text-shadow: none;
  z-index: 1;
  background: url(../images/second/second_title_bg.jpg)no-repeat center/contain;
  color: #fff;
  font-style: italic;
  padding-left: 48px;
}

h2.sp {
  /* text-align: center; */
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  background: url(../images/second/second_title_bg.jpg)no-repeat center/contain;
  color: #fff;
  font-size: min(4vw, 40px);
  /* background-size: cover; */
  font-size: 28px;
}

@media (max-width: 1199px) {
  h2.sp {
    filter: none;
    box-shadow: none;
    font-style: italic;
  }
}

@media (min-width: 1200px) {
  h2.pc {
    display: block;
  }

  h2.sp {
    display: none;
  }
}

@media (max-width: 1199px) {
  h2.pc {
    display: none;
    /* font-size: 20px; */
  }

  h2.sp {
    display: block;
    margin: 0;
    /* padding-left: 20px; */
    padding-left: 5%;
    margin: 0 auto;
    /* max-width: 768px; */
    font-size: 3vw;
  }
}

.bc-white {
  margin-top: 0px;
}

@media (max-width: 834px) {
  h2.sp {
    width: 100%;
    font-size: 4.6vw;
    padding-top:3.2vw;
    padding-bottom: 4vw;
    padding-left: 5%;
    background: url(../images/second/second_title_bg_sp.jpg)no-repeat center/contain;
  }
}

@media (max-width: 1199px) {
  .bc-white {
    box-shadow: none;
    /* padding-top: 25px; */
  }

  .clear_box_w.pc-none {
    height: 100px;
  }
}

.page-inner {
  padding: 4% 2% 4% 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 0;
    /* padding-bottom: 10px; */
  }
}

/* ----- 下層ページ共通 css end ----- */

/* ----- 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: #01a0e9;
}

.sunday {
  color: #cc0f14;
}

.num_area {
  color: #000;
  text-shadow: none !important;
}

.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 150px 0;
  color: #fff;
  margin: 0;
}

#main .c1,
#main .c2,
#main .c3,
#main .c4,
#main .c5,
#main .c6 {
  box-shadow: none;
  text-shadow: none;
  background: none;
}

.d-none {
  display: none;
}

#main .c1,
#main .c2,
#main .c3,
#main .c4,
#main .c5,
#main .c6 {
  top: -65px;
  left: -65px;
  box-shadow: none;
  background: none;
  border: none;
  position: absolute;
  width: min(32vw, 200px);
}

@media (min-width: 835px) {

  #main .c1 img,
  #main .c2 img,
  #main .c3 img,
  #main .c4 img,
  #main .c5 img,
  #main .c6 img {
    height: auto;
    /* max-width: 120%;
    margin-top: 10px; */
  }

  #main .d-md-block {
    display: block;
  }

  #main .d-md-none {
    display: none;
  }
}

@media (max-width: 600px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 !important;
  }

  .index.text p {
    font-size: 16px;
  }

  #main .c1,
  #main .c2,
  #main .c3,
  #main .c4,
  #main .c5,
  #main .c6 {
    top: -11vw;
    left: -11vw;
  }

}

/* ----- dream.php css end ----- */

/* ----- tv_schedule.php css start ----- */
@media (max-width: 500px) {
  .sp-only2 {
    display: block;
  }
}
@media (max-width: 1199px) {
.tv_padding {
  padding: 20px;
}
}

.tv_padding a {
  color: #ffd775;
}

.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: #e8d8ff;
  color: #030303;
}

/* ----- tv_schedule.php css end ----- */

/* ----- suishou.php css start ----- */
.suishou_padding {
  padding: 10px;
}

#suishou_contents_pc,
#suishou_contents_sp {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
}

#suishou_contents_pc td,
#suishou_contents_sp td {
  background: #fff;
}

@media (max-width: 1199px) {
  #suishou_contents_pc {
    display: none;
  }

  #suishou_contents_sp {
    display: table;
  }

  .suishou_padding {
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  #suishou_contents_pc {
    display: table;
  }

  #suishou_contents_sp {
    display: none;
  }
}

.swiper-slide img:hover {
  opacity: .7;
}

.main_center {
  font-size: 0;
  /* z-index: 1; */
}

.main_date {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2vw;
}

@media(min-width: 1200px) {
  .main_date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
  }
}

.entry_pc {
  display: none;
}

@media(min-width: 451px) {
  .entry_pc {
    display: block;
  }

  .entry_sp {
    display: none;
  }
}

/* * *  2026年2月 SP版でインターネット投票ボタンを追従化  * * */
.foot_votebtn,
.footContent{
  display: none;
}
@media (max-width: 1199px) {
  .foot_votebtn{
    display: block;
    width: 67%;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: center;
  }
  .footContent{
    background-color: rgba(4,52,145,0.9);
    bottom: 0;
    display: block;
    position: fixed;
    z-index: 38;
    text-align: center;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
    width: 100%;
  }
  .footContent a{
    display: block;
    margin: auto;
    padding: 1vw;
    width: 40%
  }
}

@media (max-width: 700px) {
  .footContent a {
    width: 60%;
    padding: 2vw;
  }
}

@media (max-width: 767px) {
  .foot_votebtn{
        padding: 0 0 8vw;
  }
}

.vtrstyle {
  padding: 0;
  margin: 0 auto;
  max-width: 1080px;
}

@media (max-width: 1199px) {
   .vtrstyle {
      padding-top: 30px;
   }
}

.mv_boat {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  bottom: 278px;
  /* z-index: -1; */
}

@media (max-width: 1199px) {
  .mv_boat {
    display: none;
  }
}

.pickup_pc_box {
  position: relative;
} 

.pickup_pc_box::after {
  content: "";
  background: url(../images/main/mv_line.png)no-repeat center center/contain;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 1510px;
  top: -994px;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: screen;

}

@media (max-width: 1199px) {
  .pickup_pc_box::after {
    background: url(../images/main/mv_line_sp.png)no-repeat center center/contain;
    background-size: cover;
    height: auto;
    aspect-ratio: 750 / 520;
    top: -37vw;
  }
}


.mv_date {
  margin-top: 1447px;
  z-index: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .mv_date {
    margin-top: -5vw;
    width: 88%;
    /* position: absolute;
    bottom: 32vw;
    left: 50%;
    transform: translateX(-50%); */
  }
}


.mv_text {
  position: absolute;
    left: 3px;
    top: 21px;
    max-width: none;
}
@media (max-width: 1199px){
 .mv_text {
  display: none;
}
}
/* #nav_internet_vote_pc img {
  filter: drop-shadow(0px 0px 11px #151149);
} */
.nav_ul_li_pc.nav_link_button img {
  filter: drop-shadow(0px 0px 6px #151149);
}

.news_wrapper img {
  mix-blend-mode: screen;
}

.head_ul_pc_1st img{
  filter: drop-shadow(0px 0px 1px #08246a) drop-shadow(0px 0px 2px #08246a) drop-shadow(0px 0px 3px #08246a) drop-shadow(0px 0px 4px #08246a) drop-shadow(0px 0px 5px #08246a) drop-shadow(0px 0px 6px #08246a) drop-shadow(0px 0px 7px #08246a);
}
.head_img1_tb img{
  filter: drop-shadow(0px 0px 1px #08246a) drop-shadow(0px 0px 2px #08246a) drop-shadow(0px 0px 3px #08246a) drop-shadow(0px 0px 4px #08246a) drop-shadow(0px 0px 5px #08246a) drop-shadow(0px 0px 6px #08246a) drop-shadow(0px 0px 7px #08246a);
}
.head_img1_sp img{
  filter: drop-shadow(0px 0px 1px #08246a) drop-shadow(0px 0px 2px #08246a) drop-shadow(0px 0px 3px #08246a) drop-shadow(0px 0px 4px #08246a) drop-shadow(0px 0px 5px #08246a) drop-shadow(0px 0px 6px #08246a) drop-shadow(0px 0px 7px #08246a);
}

.pdf {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 12px 10px 12px;
}

.pdf p {
    font-size: min(4.3vw, 18px);
    margin: .8em auto 2em;
    color: #fff;
    text-align: center;
}

@media (max-width: 1199px) {
  .pdf_wrap {
    padding-top: 40px;
  }
}

.mv_sp {
  max-width: none;
  width: 100%;
}
@media (min-width: 1200px){
.mv_sp {
  display: none;
}
}

.nav_ul_li_pc_center {
  margin-right: 43px;
    margin-left: 44px;
}

.nav_ul_li_pc_left {
  margin-left: 5px;
}

.pickup_ul_sp2 .pickup_ul_sp2_f {
  width: 7%;
}

.news_wrapper {
  overflow: hidden;
}

@media (max-width: 1199px){
.news_wrapper img {
  position: relative;
  right: -19vw;
  width: 93%;
  top: -4vw;
}
}

.second-footer {
  /* background-color: #043491; */
}

@media(max-width: 1199px) {
  .copy_color {
    padding: 70px 0 8px;
  } 
}

nav {
  position: relative;
  z-index: 50;
}

.grayout_pickup {
  pointer-events: none;
}

.pickup_ul_pc_new {
  margin-top: 0;
}

.pickup_sp_inner {
  max-width: 94%;
  margin: 0 auto;
}

.pickup_sp_inner_box {
  display: flex;
  width: 79%;
  margin: 0 auto 3vw;
  padding: 0;
  gap: 3vw;
  list-style: none;
}

.pickup_sp_inner_box li {
  width: 50%;
}

.pickup_sp_inner_box li img:hover {
    opacity: 0.7;
}