@charset "utf-8";

html {
  overflow: auto;
  /* visibility: hidden; */
  /* opacity: 0; */
}

/* html.wf-active {
  visibility: visible;
  opacity: 1;
} */

* {
  box-sizing: border-box;
}

a:hover {
  opacity: 0.7;
}

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-image: url(../images/main/img_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-color: #ecebde;
}

.pc_only {
  display: block!important;
}
.sp_only {
  display: none!important;
}
.over_sp450_only {
  display: none!important;
}
.under_sp450_only {
  display: none!important;
}

@media(max-width: 1199px) {
  body {
    /* background-image: url(../images/main/mv_bg_sp.jpg); */
    background-image: url(../images/main/img_bg_sp.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-color: #ecebde;

  }
}

@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;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .over_sp450_only {
    display: block!important;
  }
}

@media (max-width: 450px) {
  .over_sp450_only {
    display: none!important;
  }
  .under_sp450_only {
    display: block!important;
  }
}

/* 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/img_bg_second.webp)no-repeat center top;
  background-size: cover;
  background-color: #ecebdf;
}

@media (max-width: 1920px) {
  body.second-body {
    background-size: auto;
  }
}

@media(max-width: 1199px) {
  body.second-body::before {
    background: url(../images/second/img_bg_second_sp.webp)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;
  }
}



.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;
}




.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; */
}



.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;
  }
}

.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_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 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 {
  padding: 0;
  margin-top: 150px;
}

.main_container .inner {
  max-width: 1200px;
  margin: auto;
}

.main_container .inner .mv_wrap {
  position: relative;
  background-image: url(../images/main/mv/img_main_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 761px;
}

.mv_wrap .mv_item_person01,
.mv_wrap .mv_item_person02,
.mv_wrap .mv_item_person03,
.mv_wrap .mv_item_person04,
.mv_wrap .mv_item_copy01,
.mv_wrap .mv_item_copy02,
.mv_wrap .mv_item_racetitle,
.mv_wrap .mv_item_racedays,
.mv_wrap .mv_item_dynamite,
.mv_item_awa01,
.mv_item_awa02,
.mv_item_awa03,
.mv_item_awa04,
.mv_item_awa05,
.mv_item_awa06,
.mv_item_awa07 {
  position: absolute;
  display: block;
}

.mv_wrap .mv_item_person01 {
  bottom: 0;
  left: 264px;
  z-index: 8;

  opacity: 0;
  transform: translateY(-20px);
  animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mv_wrap .mv_item_person02 {
  left: 160px;
  top: 74px;
  z-index: 5;

  opacity: 0;
  transform: translateX(-50px);
  animation: slideLeft 0.8s ease-out 0.3s forwards;
}

.mv_wrap .mv_item_person03 {
  bottom: 0;
  left: 0;
  z-index: 5;
  margin-left: -50px;

  opacity: 0;
  transform: translateX(-50px);
  animation: slideLeft 0.8s ease-out 0.3s forwards;
}

@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mv_wrap .mv_item_person04 {
  top: 106px;
  right: 36px;
  z-index: 5;

  opacity: 0;
  transform: translateX(50px);
  animation: slideRight 0.8s ease-out 0.5s forwards;
}

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mv_wrap .mv_item_copy01 {
  bottom: 190px;
  right: 160px;
  z-index: 10;

  opacity: 0;
  transform: translateX(-100px);
  animation: slideInRight 0.5s ease-out 1.5s forwards;
}

.mv_wrap .mv_item_copy02 {
  bottom: 66px;
  right: 30px;
  z-index: 10;

  opacity: 0;
  transform: translateX(-100px);
  animation: slideInRight 0.5s ease-out 1.6s forwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mv_item_awa01 {
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  z-index: 8;

  opacity: 0;
  animation: bubbleFade 1s ease-out 0.7s forwards;
}

.mv_item_awa01 img {
  animation: floatBubble 5s ease-in-out 2.6s infinite;
}


.mv_item_awa02 {
  right: 246px;
  top: 70px;
  mix-blend-mode: screen;
  z-index: 2;

  opacity: 0;
  animation: bubbleFade 1s ease-out 1s forwards;
}

.mv_item_awa02 img {
  animation: floatBubble 9s ease-in-out 3s infinite;
}

.mv_item_awa03 {
  right: 272px;
  top: 209px;
  z-index: 1;

  opacity: 0;
  transform: scale(0.5);
  animation: zoomIn 0.3s ease-out 0.8s forwards;
}

.mv_item_awa04 {
  left: 58px;
  bottom: 90px;
  mix-blend-mode: screen;
  z-index: 7;

  opacity: 0;
  animation: bubbleFade 1s ease-out 1.3s forwards;
}

.mv_item_awa04 img {
  animation: floatBubble 7s ease-in-out 3.5s infinite;
}

.mv_item_awa05 {
  left: 111px;
  bottom: 169px;
  z-index: 6;

  opacity: 0;
  transform: scale(0.5);
  animation: zoomIn 0.3s ease-out 1.1s forwards;
}

.mv_item_awa06 {
  left: 13px;
  top: 10px;
  mix-blend-mode: screen;
  z-index: 7;

  opacity: 0;
  animation: bubbleFade 1s ease-out 1.6s forwards;
}

.mv_item_awa06 img {
  animation: floatBubble 4s ease-in-out 2.6s infinite;
}

.mv_item_awa07 {
  left: 45px;
  top: 38px;
  z-index: 3;

  opacity: 0;
  transform: scale(0.5);
  animation: zoomIn 0.3s ease-out 1.4s forwards;
}

@keyframes bubbleFade {
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes floatBubble {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-5px) scale(1.03);
  }
}

.mv_wrap .mv_item_racetitle {
  bottom: 10px;
  left: 23px;
  z-index: 10;

  opacity: 0;
  animation: zoomIn2 1s cubic-bezier(.22, 1, .36, 1) 2.5s forwards;
}

.mv_wrap .mv_item_racedays {
  bottom: 16px;
  left: 510px;
  z-index: 10;

  opacity: 0;
  animation: zoomIn2 1s cubic-bezier(.22, 1, .36, 1) 2.5s forwards;
}

.mv_wrap .mv_item_dynamite {
  right: 20px;
  top: 20px;
  z-index: 10;
}

@keyframes zoomIn2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.mv_wrap .mv_item_racetitle {}

.mv_wrap .mv_item_racedays {}

.mv_wrap .mv_item_dynamite {}

@media (max-width: 1199px) {
  .main_container {
    margin-top: 280px;
  }

  .main_container .inner .mv_wrap img {
    width: 100%;
  }

  .main_container .inner .mv_wrap {
    background-image: url(../images/main/mv/sp/img_main_bg.webp);
    width: 90%;
    margin: 0 auto;
    height: auto;
    aspect-ratio: 638 / 870;
    /* 元画像比率 */
  }

  .mv_wrap .mv_item_person01 {
    bottom: 0;
    left: 11vw;
    z-index: 8;
    width: 61vw;
  }

  .mv_wrap .mv_item_person02 {
    left: 2vw;
    top: 7vw;
    width: 33vw;
  }

  .mv_wrap .mv_item_person03 {
    bottom: 15.75vw;
    left: 0;
    z-index: 5;
    width: 28vw;
    margin-left: -4.5vw;
  }

  .mv_wrap .mv_item_person04 {
    top: 9vw;
    right: 3.5vw;
    width: 27vw;
  }

  .mv_wrap .mv_item_copy01 {
    bottom: 39vw;
    right: 8.5vw;
    width: 37vw;
    z-index: 10;
  }

  .mv_wrap .mv_item_copy02 {
    bottom: 28vw;
    right: 2vw;
    width: 42vw;
  }


  .mv_item_awa01 {
    width: 42vw;
    bottom: 15vw;
  }

  .mv_item_awa02 {
    right: 0;
    top: 5vw;
    z-index: 7;
    width: 43vw;
  }

  .mv_item_awa03 {
    right: 0;
    top: 39.5vw;
    width: 17vw;
    z-index: 6;
  }

  .mv_item_awa04 {
    left: 5.5vw;
    bottom: 23vw;
    z-index: 9;
    width: 28vw;
  }

  .mv_item_awa05 {
    left: 6vw;
    bottom: 47vw;
    z-index: 8;
    width: 23vw;
  }

  .mv_item_awa06 {
    left: 14px;
    top: 10px;
    width: 37vw;
    z-index: 4;
  }

  .mv_item_awa07 {
    left: 20.5vw;
    top: 5vw;
    width: 17vw;
    z-index: 2;
  }

  .mv_wrap .mv_item_racetitle {
    bottom: 9vw;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 70vw;
  }

  .mv_wrap .mv_item_racedays {
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
  }

  .mv_wrap .mv_item_dynamite {
    right: 3vw;
    top: 3vw;
    width: 12vw;
  }
}

@media (max-width: 767px) {
  .main_container {
    /* margin-top: 66vw; */
    margin-top: 226px;
  }
}

.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;
  background-color: #ecebde;
}

.footer_container {
  position: relative;
  /* background: #000; */
  padding-top: min(10vw, 40px);
}

#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: 30px;
  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: 100px;
    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: 20px;
  height: 30px;
  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: 20px;
  height: 30px;
  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: 50px;
    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: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 12px;
    box-sizing: content-box;
    right: 2vw;
    /* bottom: 45px; */
    bottom: 20vw;
  }

  .swiper-button-prev {
    background-size: cover;
    left: -32px;
    width: 20px;
    height: 30px;
  }

  .swiper-button-next {
    right: -30px;
    background-size: cover;
    width: 20px;
    height: 30px;
  }
}

/* @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%;
}

.foot_logo {
  text-align: center;
  display: block;
  margin: 48px 0 0;
}

.foot_sns {
  margin-top: 32px;
}

.foot_sns ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style-type: none;
  padding: 0;
}

.copy_color {
  /* background: #000; */
  padding: 32px 0;
}

@media (max-width: 1199px) {
  .foot_logo {
    width: 60vw;
    margin: 5vw auto;
  }

  .foot_logo img {
    width: 100%;
  }
}

/* ----- footer.php css end ----- */

/* ----- 下層ページ共通 css start ----- */

/* SP下層では新着情報非表示 */
.second-body #news_container_sp {
  display: none;
}

/* SP下層ではfooterのbg非表示 */
.second-body footer {
  background-color: transparent;
}

.page-bi {
  /* background: url('../images/main/bg_green.jpg'); */
  position: relative;
}

.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; */
  }

  .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: 160px;
  position: relative;
}

@media (max-width: 1499px) {
  .contain {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    padding-top: 236px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px) {
  .contain {
    padding-top: 182px;
  }
}

@media (max-width: 550px) {
  .contain {
    /* padding-top: 40vw; */
  }
}

h2.pc {
  /* text-align: center; */
  font-weight: 700;
  margin: 30px 0;
  position: relative;
  text-shadow: none;
  z-index: 1;
  background: url(../images/second/second_title_bg.png)no-repeat center/contain;
  color: #fff;
  font-style: italic;
  padding-left: 58px;
  /* min-height: 90px;
  line-height: 90px; */
}

h2.sp {
  /* text-align: center; */
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  background: url(../images/second/second_title_bg.png)no-repeat center;
  color: #fff;
  /* font-size: min(4vw, 40px); */
  background-size: contain;
  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;
    padding-left: 5%;
    /* max-width: 768px; */
    font-size: 3vw;
    margin: 0 0 2vw;
  }
}

.bc-white {
  margin-top: 0px;
  margin-bottom: min(10vw, 66px);
  /* background: #fff; */
}

@media (max-width: 767px) {
  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.png)no-repeat center/contain;
    margin: 0 0 4vw;
  }
}

@media (max-width: 1199px) {
  .bc-white {
    box-shadow: none;
    /* padding-top: 25px; */
  }

  .clear_box_w.pc-none {
    height: 100px;
  }
}

.page-inner {
  padding: 2% 2% 4% 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 2%;
    /* 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: #000;
  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: 18px !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: #0583c9;
}

.tv_padding p {
  margin: 0;
  margin-top: 10px;
  color: #000;
}

.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: #9ce0ff;
  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);
} */

.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;
  }
}


.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; */
    padding: 10px 0 40px;
  }
}

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;
}




/* nav */
.site-header {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  /* position: relative; */
  z-index: 100;
  /* background: #fff; */
  transition: all .3s ease;
}

.site-header.add-bg {
  background-color: #F0EDE0;
  /* background-image: url(../images/header/header_bg.png); */
  /* background-repeat: repeat; */
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}

.header-top {
  display: flex;
  align-items: center;
  gap: 55px;
}

.logos {
  display: flex;
  align-items: center;
  gap: 25px;
}

.logos img {
  display: block;
  height: auto;
  width: auto;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav-item {
  position: relative;
  color: #024287 !important;
  font-weight: 800;
  /* cursor: pointer; */
}

.nav-item:hover>p,
.global-nav_sp .open {
  color: #21b6f4;
}

.nav-item>a {
  display: block;
  color: #024287 !important;
  padding: 16px 0;
  text-decoration: none;
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
}

@media screen and (max-width: 1199px) {
  .global-nav {
    position: relative;
  }

  .global-nav .nav-item {
    position: static;
  }

  .global-nav .drop-menu {
    width: 100vw;
    min-width: 0;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(8px);
    z-index: 100;

    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  .nav-item .drop-menu li {
    background: rgba(33, 182, 244, .9);
    font-weight: 600;
    position: relative;
    padding-left: 1.2em;
  }

  .nav-item .drop-menu li::before {
    content: "▶";
    position: absolute;
    left: 1.25em;
    top: 50%;
    transform: translateY(-50%);
    font-size: .8em;
    color: #fff;
  }

  .global-nav .nav-item:hover .drop-menu {
    transform: translateX(-50%) translateY(0);
  }

  .global-nav_pc {
    display: none;
  }

  .global-nav_sp .drop-menu {
    display: none;
  }

  .drop-menu a {
    white-space: normal;
  }
}

@media (min-width: 1200px) {
  .global-nav_sp {
    display: none;
  }
}

.nav-item:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-item:hover .drop-menu li {
  background: rgba(33, 182, 244, .9);
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
}

.nav-item .drop-menu li.grayout {
  background: #686868;
  pointer-events: none;
}

.nav-item:hover .drop-menu li::before {
  content: "▶";
  position: absolute;
  left: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  font-size: .8em;
  color: #fff;
}

.nav-item:hover .drop-menu li:hover {
  background: #FFFFFF;
}

.nav-item .drop-menu li.grayout::before {
  color: #000;
}

.nav-item .drop-menu li.grayout:hover {
  background: #000;
}

.nav-item:hover .drop-menu li:hover::before {
  color: #21b6f4;
}

.drop-menu a {
  display: block;
  padding: 10px 16px;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}

.nav-item:hover .drop-menu li:hover a {
  color: #21b6f4;
}

.nav-item li.grayout a {
  color: #000;
  pointer-events: none;
}

.header-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-banners {
  margin-left: auto;
}

.news-line {
  flex: 1;
  height: 48px;
  overflow: hidden;
}

.news-scroll {
  transition: transform .5s ease;
}

.news-item {
  display: flex;
  align-items: center;
  color: #024287;
  gap: 12px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.news-item time {
  display: inline-flex;
  align-items: center;
  height: 36px;
  background-color: #024287;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 0 .8em;
  line-height: 1;
}

.header-banners ul {
  display: flex;
  gap: 8px;
}

.header-banners img {
  display: block;
  width: 100%;
  height: auto;
}

.header-banners ul {
  display: flex;
  justify-content: center;
}

/* PCではSP専用を非表示 */
.news-type-2 {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header-inner {
    padding: 12px 0 6px;
  }

  .header-top {
    display: block;
    padding: 0 5%;
  }

  .logos {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 1vw;
  }

  .global-nav {
    /* gap: 16px; */
    /* flex-wrap: wrap; */
  }

  .global-nav .nav-item {
    /* width: calc((100% / 4) - 16px); */
    font-size: min(4vw, 23px);
  }

  .global-nav .nav-item p {
    margin: 0;
  }

  .header-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* gap: 8px; */
    gap: 4px;
  }

  .header-banners {
    background: #FFFFFF;
    order: 1;
    width: 100%;
    gap: 8px;
    padding: 0 5%;
  }

  .header-banners a {
    flex: 1;
    display: block;
  }

  .header-banners img {
    width: 100%;
  }

  .news-line {
    order: 2;
    width: 100%;
    flex: none;
    padding: 0 5%;
  }

  /* SPではPC専用を非表示 */
  .news-type-1 {
    display: none;
  }

  /* SP専用を表示 */
  .news-type-2 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .global-nav {
    justify-content: space-between;
    /* gap: .75em; */
    gap: 0;
  }

  .global-nav .nav-item {
    /* width: calc((100% / 4) - .75em); */
  }

  .global-nav .nav-item p,
  .global-nav .nav-item a {
    font-size: 3.2vw;
  }
}


/* 2026.06.13 */

section {
  padding: 70px 0 110px;
}

@media (max-width: 1199px) {
  section {
    padding: 0 5%;
  }
}

header .header-banners ul {
  list-style-type: none;
  padding: 0;
  margin: min(1.5vw, 10px) 0;
}

#topnav_area {
  padding: 17px 0 0;
}

.open_time_box {
  text-align: center;
  background: #fff;
  margin-bottom: 35px;
  position: relative;
  z-index: 10;
}

#topnav_area .inner {
  max-width: 1200px;
  margin: auto;
}

#topnav_area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  gap: 24px;
  padding: 0;
  margin: 0;
}

#topnav_area ul li {
  width: calc((100% / 3) - 24px);
}

#topnav_area ul li img {
  width: 100%;
}

@media (max-width: 1199px) {
  #topnav_area {
    padding: 0;
  }

  .open_time_box {
    margin-bottom: 20px;
  }

  #topnav_area ul {
    display: block;
    padding: 0 5%;
  }

  #topnav_area ul li {
    width: 100%;
  }

  #topnav_area ul li:nth-child(n+2) {
    margin-top: 5vw;
  }
}



#campaign_area {
  background-image: url(../images/pickup/img_bg_campaign.webp);
  background-repeat: no-repeat;
  /* バナー1か2枚の場合 */
  background-size: auto;
  /* バナー3枚の場合 */
  /* background-size: cover; */
  background-position: center top;
  padding-bottom: 30px;
}

#campaign_area ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

#campaign_area ul li {
  margin: auto;
}

#campaign_area ul li:nth-child(n+2) {
  margin-top: 15px;
}

#campaign_area ul li a {
  display: inline-block;
  transition: all .3s;
  text-align: center;
}

#campaign_area ul li a:hover {
  opacity: .4;
}


.head-text_wrap {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 1199px) {
  #campaign_area {
    padding-top: 3vw;
    padding-bottom: 6vw;
    background-image: url(../images/pickup/img_bg_campaign_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}

.head-text_wrap h2 {
  padding: 0;
}

@media (max-width: 1199px) {
  .head-text_wrap h2 {
    width: 31vw;
    margin: 0;
    margin-bottom: 20px;
  }
}

/* top slider */
.photo-slider-area03,
.photo-slider-area04 {
  background-image: url(../images/pickup/img_bg_cloud.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 40% 0;
}

.photo-slider-area03 .swiper-wrapper {
  padding: 20px 0;
}

.photo-slider-area03 .swiper-wrapper .swiper-slide {
  filter: drop-shadow(.2em .2em .4rem rgba(0, 0, 0, 0.3));
}

.photo-slider-area04 {
  margin-top: 100px;
}

.photo-slider-area03 .slider_wrap {
  background-image: url(../images/pickup/img_pickup_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* filter: drop-shadow(0 0 0.4rem rgba(0,0,0,0.3)); */
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}

.photo-slider-area03 .slider_inner,
.photo-slider-area04 .slider_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 90px;
}

.photo-swiper03,
.photo-swiper04 {
  position: relative;
  overflow-x: hidden;
}

.photo-swiper03 .swiper-slide img,
.photo-swiper04 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-prev,
.photo-next,
.photo-prev02,
.photo-next02 {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: #53d7eb;
  cursor: pointer;
}

.photo-prev03,
.photo-next03,
.photo-prev04,
.photo-next04 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 65px;
  height: 65px;
  border: none;
  background: none;
  cursor: pointer;
}

.photo-prev03 {
  background: url(../images/pickup/img_btn_slide_y_l.png) no-repeat center center;
  background-size: contain;
}

.photo-next03 {
  background: url(../images/pickup/img_btn_slide_y_r.png) no-repeat center center;
  background-size: contain;
}

.photo-prev04 {
  background: url(../images/pickup/img_btn_slide_b_l.png) no-repeat center center;
  background-size: contain;
}

.photo-next04 {
  background: url(../images/pickup/img_btn_slide_b_r.png) no-repeat center center;
  background-size: contain;
}

.photo-prev,
.photo-prev02,
.photo-prev03,
.photo-prev04 {
  left: 10px;
}

.photo-next,
.photo-next02,
.photo-next03,
.photo-next04 {
  right: 10px;
}

.photo-prev::before,
.photo-next::before,
.photo-prev02::before,
.photo-next02::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.photo-prev03::before,
.photo-next03::before,
.photo-prev04::before,
.photo-next04::before {
  display: none;
}

.photo-prev::before,
.photo-prev02::before,
.photo-prev03::before,
.photo-prev04::before {
  left: 24px;
  transform: translateY(-50%) rotate(-135deg);
}

.photo-next::before,
.photo-next02::before,
.photo-next03::before,
.photo-next04::before {
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}

.photo-slider-area03 .slider_inner,
.photo-slider-area04 .slider_inner {
  /* max-width: 1200px;
  margin: 0 auto;
  padding: 0px 90px; */
  position: relative;
}

.photo-prev03 {
  left: 0;
}

.photo-next03 {
  right: 0;
}

/* 1個目：自作スクローラー */
.photo-scrollbar {
  position: relative;
  width: 50%;
  height: 16px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: #f3eb42;
  overflow: hidden;
}

.photo-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 999px;
  background: #53d7eb;
  transition: left .5s ease;
}

/* 2個目：Swiper標準スクローラー */
.photo-scrollbar02 {
  position: relative;
  width: 50%;
  height: 16px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: #f3eb42;
}

.photo-scrollbar02 .swiper-scrollbar-drag {
  height: 100%;
  border-radius: 999px;
  background: #53d7eb;
}

.photo-pagination03,
.photo-pagination04 {
  margin-top: 20px;
  text-align: center;
}

.photo-pagination03 .swiper-pagination-bullet,
.photo-pagination04 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  background: #c7cccd;
  opacity: 1;
}

.photo-pagination03 .swiper-pagination-bullet-active,
.photo-pagination04 .swiper-pagination-bullet-active {
  background: #53d7eb;
}

@media (max-width: 1199px) {
  #slider_area {
    padding: 20px 0 40px;
  }

  #slider_area h2 {
    padding: 0 5%;
  }

  .photo-slider-area03 {
    /* padding: 0; */
    padding: 5vw 0 3vw;
  }

  .photo-prev,
  .photo-next,
  .photo-prev02,
  .photo-next02,
  .photo-prev03,
  .photo-next03,
  .photo-prev04,
  .photo-next04 {
    display: none;
  }

  .photo-slider-area03,
  .photo-slider-area04 {
    background-image: url(../images/pickup/img_bg_cloud_sp.png);
    background-position: 70% 0;
  }

  .photo-pagination04 {
    margin: 0 0 8vw;
  }
}

@media (max-width: 767px) {

  #slider_area h2 {
    width: 50vw;
    margin: 0 0 3vw;
  }

  .photo-slider-area03,
  .photo-slider-area04 {
    padding: 5vw 0 3vw;
  }

  .photo-prev,
  .photo-next,
  .photo-prev02,
  .photo-next02,
  .photo-prev03,
  .photo-next03,
  .photo-prev04,
  .photo-next04 {
    width: 44px;
    height: 44px;
  }

  .photo-prev::before,
  .photo-prev02::before,
  .photo-prev03::before,
  .photo-prev04::before {
    left: 18px;
  }

  .photo-next::before,
  .photo-next02::before,
  .photo-next03::before,
  .photo-next04::before {
    right: 18px;
  }

  .photo-slider-area03,
  .photo-slider-area04 {
    background-position: 90% 25%;
    background-size: 60vw;
  }

  .photo-slider-area04 {
    /* margin-top: 8vw; */
    margin-top: 2vw;
  }

  .photo-slider-area03 .slider_inner,
  .photo-slider-area04 .slider_inner {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    padding: 0px 5%;
    /* position: relative; */
  }

  .photo-pagination03 {
    margin: 0;
  }

}

.photo-scrollbar,
.photo-scrollbar02 {
  width: 70%;
}

#swiper_base {
  position: relative;
}

#swiper_base img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-slider-pc {
  overflow: hidden;
}

.banner-slider-sp {
  display: none;
  overflow: hidden;
}

.banner-slider-sp .swiper-slide {
  width: 100%;
}

.sp-banner-grid {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .banner-slider-pc {
    display: none;
  }

  .banner-slider-sp {
    display: block;
  }

  .sp-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}






.scroll_animeY {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-delay: var(--i);
}

.scroll_animeY.scroll_on {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.swiper_base_box {
  overflow: hidden;
}

.swiper_pickup_slider ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

#swiper_insta_slider ul {
  gap: 10px;
}

.swiper-pagination_swiper_pickup_slider {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.swiper-pagination_swiper_pickup_slider .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  margin: 0 12px !important;
  background: #c7cccd;
  opacity: 1;
}

.swiper-pagination_swiper_pickup_slider .swiper-pagination-bullet-active {
  background: #53d7eb;
}

#swiper_pickup_slider_sp,
#swiper_insta_slider_sp {
  display: none;
}

@media (max-width: 1199px) {
  .swiper_base_box {
    max-width: 100%;
    margin: auto;
    padding-left: 10px;
  }

  .photo-slider-area04 .swiper_base_box {
    max-width: 98%;
    margin-left: auto;
    margin-right: 0;
  }

  #swiper_pickup_slider,
  #swiper-pagination_swiper_pickup_slider,
  #swiper_insta_slider,
  #swiper-pagination_swiper_instagram_slider {
    display: none;
  }

  #swiper_pickup_slider_sp,
  #swiper_insta_slider_sp {
    display: block;
  }

  .photo-slider-area03 .swiper-wrapper {
    padding: 10px 0;
  }

  .photo-slider-area03 .slider_inner,
  .photo-slider-area04 .slider_inner {
    padding: 0;
  }

  .swiper_pickup_slider_sp .swiper-slide img,
  .swiper_insta_slider_sp .swiper-slide img {
    width: 100%;
  }
}