html {
  overflow: auto;
  /* iOS・レスポンシブモード用*/
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  /* font-family: 'メイリオ',"ヒラギノ角ゴ Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif; */
  font-family: 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ StdN w6', sans-serif;
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  /* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳＰゴシック','MS PGothic' !important; */
  /* font-family: "ヒラギノ角ゴ StdN W8","ヒラギノ角ゴ ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "sans-serif"!important; */
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; */
  /* font-feature-settings: "palt"; */
}

body.nav_scroll_on {
  overflow: hidden;
}

header,
nav {
  /* position: relative; */
  /* z-index: 100; */
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.d-flex {
  display: flex;
}

h2 {
  margin: 0 auto;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  color: #000;
  font-weight: bold;
  font-style: normal;
  position: relative;
  right: -5px;
}

@media (max-width: 1199px) {
  h2 {
    /* right: 2vw; */
  }

}

@media all and (-ms-high-contrast: none) {
  h2 {
    /* margin-top: 0; */
    /* font-size: 25px; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* padding: 15px 0px; */
    /* letter-spacing: 8px; */
    /* color: #e3bd6d; */
    /* background-image:none; */
    /*  background: url(../images/movie/movie.jpg) no-repeat;*/
    /* background-size: 100%; */
    /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
    /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
    /* font-family: vdl-logog, sans-serif; */
    /* font-weight: bold; */
    /* font-style: normal; */
  }
}

/* main_nav.php css start */
@media (max-width: 768px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: block;
  }

  .head_container_sp {
    display: none;
  }
}

@media (min-width: 1200px) {
  .head_container_pc {
    display: block;
    /* padding: 10px 0; */
    /* margin-top: 10px */
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }

  .bana-sp {
    display: none;
  }
}

.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  /* background: url('../images/header/header_background2.jpg') no-repeat; */
  /* background-size: cover; */
  background: #00aa64;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_pc {
  height: 110px;
}

.head_container_tb,
.head_container_sp {
  /* background: url('../images/header/header_background_sp2.jpg') no-repeat; */
  /* background-size: cover; */
  /* background-position: bottom; */
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 4px 4px rgba(0,0,0,0.7); */
}

.head_ul_pc li a:hover,
.head_ul_tb li a:hover,
.head_ul_sp li a:hover {
  opacity: 0.7;
}

.head_ul_pc li:nth-child(n+3) {
  margin-left: 4px;
  margin-right: 4px;
}

ul.head_ul_pc {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}

ul.head_ul_pc li:nth-child(1) {
  /* margin-top: 0; */
  margin-left: -30px;
}

ul.head_ul_pc li:nth-child(2) {
  /* margin-top: 10px; */
  margin-left: 35px;
  margin-right: 40px;
}

ul.head_ul_tb {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  height: 110px;
}

.head_img1_tb {
  margin-left: 1%;
}

.head_img1_tb img {
  max-width: 100%;
}

.head_img2_tb {
  max-width: 250px;
  /* margin-bottom: 10px; */
}

.head_img3_tb {
  max-width: 240px;
  margin-bottom: 5px;
  /* margin-left: 5px; */
  /* margin-right: 5px; */
}

.nav_btn {
  width: 102px;
  height: 102px;
  position: relative;
  cursor: pointer;
}

.nav_btn .line {
  left: 2px;
  right: 0;
  width: 72px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  body {
    /* font-family: 'メイリオ'; */
  }

  .head_img1_tb img {
    /* width: 230px; */
  }

  .nav_btn {
    width: 60px;
    height: 60px;
    /* background: url('../images/header/nav_btn.png') no-repeat; */
    background-size: contain;
    background-position: center;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}

.sns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: min(7vw, 70px);
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
}

.sns img:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast:none) and (min-width: 769px) and (max-width: 830px) {

  *::-ms-backdrop,
  .nav_btn .line {
    left: 0;
  }
}

.nav_btn .line.top {
  top: 24px;
}

.nav_live_replay_sp .sns {
  width: calc(100% / 5 - 10px);
}

.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 45px;
}

.nav_btn .line.middle {
  top: 47px;
}

.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}

.nav_btn .line.bottom {
  top: 70px;
}

.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 45px;
}

@media (max-width: 768px) {
  .nav_btn {
    width: 45px;
    height: 45px;
    margin-right: 3vw;
  }

  .nav_btn .line {
    width: 47px;
    height: 6px;
  }

  .nav_btn .line.top {
    top: 5px;
  }

  .nav_btn .line.middle {
    top: 18px;
  }

  .nav_btn .line.bottom {
    top: 30px;
  }

  .nav_btn.move .line.top {
    top: 20px;
  }

  .nav_btn.move .line.bottom {
    top: 20px;
  }
}

ul.head_ul_sp {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.head_img1_sp {
  max-width: 170px;
  margin-left: 2%;
}

.head_img2_sp {
  max-width: 150px;
  width: 150px;
}

@media (max-width: 499px) {
  .head_img1_sp {
    max-width: 150px;
  }

  .head_img2_sp {
    max-width: 120px;
  }
}

.nav_container_sp__title-logo {
  background: #fff;
  padding: 11.5px 6vw;
}

.nav_container_sp__title-logo img:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast:none) and (max-width: 1199px) {

  *::-ms-backdrop,
  .head_img1_tb {
    /* width: 230px; */
  }

  .head_img2_tb {
    width: 250px;
    /* margin-bottom: 10px; */
  }

  .head_img3_tb {
    /* width: 250px; */
    margin-right: 65px;
  }

  .head_img2_sp {
    width: 220px;
    margin-right: 65px;
    margin-left: 30px;
  }

  .images_three_set a {
    flex: 1;
  }
}

.nav_container_pc {
  width: 100%;
  height: 95px;
  /* background-image: url(../images/header/nav-bg.jpg); */
  background-color: #001c4b;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 110px;
  z-index: 30;
}

@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }

  .footer-bg::before {
    background: url(../images/footer/wave-long.webp)repeat-x top/cover !important;
  }

  .second-wave::before {
    background: url(../images/footer/wave-long.webp)repeat-x top/cover !important;
    height: max(5vw, 128px) !important;
  }
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 5px; */
  /* padding-bottom: 10px; */
}

li.nav_ul_li_pc {
  position: relative;
  /* padding: 14px; */
  /* margin-top: 5px; */
  text-align: center;
  /* padding: 20px 0; */
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .nav_ul_li_pc {
    padding: 10px 0 0;
  }
}

li.nav_ul_li_pc:hover {
  /* border-bottom: 3px solid #fcff00; */
  /* margin-top: 8px; */
}

li.nav_ul_li_pc:hover::after {
  transform: scale(1, 1);
}

li.nav_ul_li_pc::after {
  position: absolute;
  bottom: 26px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #00aa64;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

li.nav_ul_li_pc+li.nav_ul_li_pc {
  /* margin-left: 10px; */
}

.main_nav_title_pc {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  font-style: normal;
}

.nav_ul_li_pc:hover .main_nav_title_pc {
  color: #fff;
}

.main_nav_title_pc span.triangle_icon {
  font-size: 14px;
  margin-left: -10px;
  vertical-align: middle;
  display: none;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .main_nav_title_pc span.triangle_icon {
    vertical-align: baseline;
  }
}

.main_nav_link_set {
  /* padding: 20px 0; */
  display: flex;
  gap: 10px;
}

.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: 95px;
  z-index: 50;
}

.bana {
  background: url(../images/pickup/banner_bg.png) no-repeat top / cover;
  margin: 0px auto;
  margin-top: -160px;
  padding: 156px 0 130px;
  text-align: center;
  position: relative;
  z-index: 2;
  list-style: none;
}

.bana li:nth-child(n+2) {
  margin-top: 70px;
}

.bana a {
  display: inline-block;
}

.bana img:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  ul.nav_list_pc {
    top: 93px;
  }
}

@media (max-width: 767px) {
  .bana li:nth-child(n+2) {
    margin-top: 5vw;
  }
}

ul.nav_list_pc li {
  width: 427px;
  height: 0;
  background: #001c4b;
  font-size: 12px;
  -webkit-transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: 30;
  line-height: 51px;
  padding-left: 15px;
  font-weight: 500;
}

ul.nav_list_pc li:first-child {
  /* margin-top: 10px; */
}

ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 50px;
  line-height: 50px;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}

ul.nav_list_pc li:hover {
  background: #00aa64;
}

.nav_list_pc_li_icon {
  font-size: 19px;
  color: #fff;
  transform: translateY(1px);
  display: inline-block;
}

.grayout .nav_list_pc_li_icon {
  color: #000;
}

ul.nav_list_pc li:hover .nav_list_pc_li_icon {
  /* color: #010E37; */
}

ul.nav_list_pc li a::before {
  /* font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 16px;
  vertical-align: bottom;
  padding-left: 15px;
  padding-right: 5px;
  color: #564414; */
}

a.main_nav_title_pc {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 95px;
  line-height: 95px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  font-weight: 500;
}

/* a.main_nav_title_pc::after {
  position: absolute;
  bottom: 15px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

a.main_nav_title_pc:hover::after {
  transform: scale(1, 1);
} */

ul.nav_list_pc:hover+a.main_nav_title_pc::after {
  transform: scale(1, 1);
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  ul.nav_list_pc li a {
    padding-top: 3px;
  }
}

ul.nav_list_pc li a {
  text-decoration: none;
  color: #fff;
  /* background-color: #003a7b; */
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.5px;
}

ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  /* color: #010E37; */
}

ul.nav_list_pc li:hover .underbar {
  /* text-decoration: underline; */
}

@media (max-width: 1199px) {
  .nav_container_pc {
    display: none;
  }

  .nav_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }

  .nav_container_sp {
    display: none;
  }
}

.nav_container_sp {
  position: fixed;
  left: 0;
  top: 110px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  /* opacity: 0; */
  visibility: hidden;
  height: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  overflow-y: auto;
  z-index: 40;
  /* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /* font-family: 'メイリオ','ヒラギノ角ゴ StdN W6',sans-serif; */
}

@media (max-width: 768px) {
  .nav_container_sp {
    top: 60px;
  }
}


.nav_container_sp.open {
  height: 100vh;
  /* opacity: 0.9; */
  background: #010e37;
  visibility: visible;
}

.nav_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 150px;
  /* margin-top: 5px; */
  padding-bottom: 150px;
}

#nav_live_replay_sp {
  padding: 5px 20px;
}

.nav_ul_li_sp {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  /* background: url('../images/header/nav_bg_sp.jpg') no-repeat; */
  /* background-size: cover;
  background-position: center; */
  position: relative;
  z-index: 5;
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #00c86f;
  cursor: pointer;
  /* font-weight: bold; */
  /* display: block; */
  padding: 20px 0 20px 20px;
  font-size: min(6vw, 33px);
  margin: 5vw auto 0;

  max-width: 653px;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  gap: 10px;
}

.nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: '▶︎';
  font-size: 14px;
  vertical-align: middle;
}

.nav_title:hover {
  opacity: 0.7;
}

.nav_title:hover .nav_list_pc_li_icon {
  color: #00c86f;
}

.nav_title::before {
  content: '▼';
  font-size: min(4vw, 28px);
}

.nav_title.up::before {
  content: '▲';
  font-size: min(4vw, 28px);
}

.nav_title:hover::before,
.nav_title.up:hover::before {
  color: #00c86f;
}

/* .nav_title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
  font-size: 24px;
  content: url('../images/header/down.png');
  width: 24px;
  vertical-align: bottom;
  position: absolute;
  left: 30vw;
  top: 24px;
  content: '▼';
  font-size: 28px;
}

.nav_title.up::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0de";
  font-weight: 900;
  font-size: 24px;
  content: url('../images/header/up.png');
  vertical-align: bottom;
  position: absolute;
  left: 5px;
  top: 24px;
  content: '▲';
  font-size: 28px;
}

.nav_title:hover::after,
.nav_title.up:hover::after {
  color: #00c86f;
} */

.nav_list_sp {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  /* height: 0; */
  /* visibility: hidden; */
  /* opacity: 0; */
  /* transition: all 0.5s; */
  /* overflow: hidden; */
}

.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  /* font-weight: bold; */
  padding: 15px 0;
  padding-left: 20px;
  letter-spacing: 0.5px;
  font-size: min(4vw, 28px);
  margin: 0 auto 0;
  max-width: 653px;
}

.nav_list_sp li {
  /* padding-left: 20vw; */
  transition: all .2s;
}

.nav_list_sp a:hover .nav_list_pc_li_icon {
  color: #fff;
}

.nav_list_sp .nav_list_pc_li_icon {
  color: #fff;
  font-size: min(4vw, 29px);
}


.nav_list_sp li:hover {
  background: #00c86f;
  /* opacity: 0.7; */
}

.nav_list_sp li:hover .underbar {
  color: #fff;
}

.nav_list_sp li:last-child {
  border-bottom: none;
  /* margin-bottom: 40px; */
}

.images_three_set {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  max-width: 635px;
  flex-wrap: wrap;
  margin: 7.6vw auto 0;
  margin-top: min(7.6vw, 76px);
  /* margin-bottom: min(8.3vw, 83px); */
  gap: 4em 3em;
}

.images_three_set a {
  /* width: calc(100% / 2 - 15px); */
  width: calc((100% - 3em) / 2);
}


.images_three_set a:nth-child(odd) {
  text-align: right;
}


.images_three_set a:nth-child(even) {
  text-align: right;
}


.images_three_set a:hover {
  opacity: 0.7;
}

.image_single a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .images_three_set {
    gap: 9vw 7vw;
  }

  .images_three_set a {
    width: calc((100% - 7vw) / 2);
  }
}


/* グレイアウト用 */
ul.nav_list_pc li.grayout,
.grayout {
  background: #969696;
  pointer-events: none;
}

ul.nav_list_pc li.grayout a {
  color: #000;
  /* background-color: gray; */
}

ul.nav_list_pc li.grayout:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp {
  background: #969696;
  pointer-events: none;
}

.nav_list_sp li.grayout_sp a {
  color: #000;
}

.nav_list_sp li.grayout_sp a .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp .grayout_sp a:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp:hover {
  opacity: 0.9;
}

.nav_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;
  overflow-x: hidden;
}

.main_container {
  background: url(../images/main/main_bg.jpg) no-repeat top/cover;
  padding-top: 205px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199px) {
  .main_container {
    background: url(../images/main/main_bg_sp.jpg) no-repeat bottom/cover;
    padding-top: 110px;
  }
}

@media (max-width: 768px) {
  .main_container {
    padding-top: 60px;
  }
}

.main_container::before,
.main_container::after {
  content: "";
  position: absolute;
  bottom: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  height: 359px;
}

.main_container::before {
  /* aspect-ratio: 313 / 359; */
  width: 313px;
  left: calc((100vw - 1920px) / 2);
  background-image: url("../images/main/light_left.png");
  background-position: right bottom;
}

.main_container::after {
  /* aspect-ratio: 308 / 359; */
  width: 308px;
  right: calc((100vw - 1920px) / 2);
  background-image: url("../images/main/light_right.png");
  background-position: left bottom;
}


@media (min-width: 1921px) {
  .main_container {
    background-image: url("../images/main/main_bg_long.jpg");
  }

  .main_container::before {
    width: 16vw;
    z-index: 1;
    left: 0;
    height: calc(359 / 1920 * 100vw);
  }

  .main_container::after {
    width: 16vw;
    z-index: 1;
    right: 0;
    height: calc(359 / 1920 * 100vw);
  }

  .hanabi_bg {
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100vw * 1380 / 1920);
    /* aspect-ratio: 1920 / 1380; */
    background: url("../images/main/hanabi_bg.png") no-repeat center top / contain;
    z-index: 0;
  }
}

@media (max-width: 1199px) {

  .main_container::before,
  .main_container::after {
    bottom: 14.5em;
    height: clamp(200px, 30vw, 359px);
  }

  .main_container::before {
    width: clamp(180px, 26.1vw, 313px);
    left: clamp(-120px, -10vw, -60px);
    background-position: right bottom;
  }

  .main_container::after {
    width: clamp(180px, 25.7vw, 308px);
    right: clamp(-120px, -10vw, -60px);
    background-position: left bottom;
  }
}

@media (max-width: 699px) {

  .main_container::before,
  .main_container::after {}

  .main_container::before {
    left: -72px;
  }

  .main_container::after {
    right: -72px;
  }
}

.main_container_pc {
  /* background: url(../images/main/mv/img_mv_bg.jpg) no-repeat center/cover; */
  /* padding-top: 205px; */
}

@media (max-width: 1199px) {
  .main_container_pc {
    display: none;
  }

  .main_container_sp {
    display: block;
  }

  .bana-pc {
    display: none;
  }

  .bana {
    background: url(../images/pickup/bana_bg_sp.png) no-repeat top / cover;
    margin-top: -7vw;
    padding: 5em 20px 9em;
  }

  .bana li:nth-child(n+2) {
    margin-top: 48px;
  }

  .bana-sp img {
    width: 90vw;
  }
}

@media (min-width: 1200px) {
  .main_container_sp {
    display: none;
  }
}

.main_container_sp {
  text-align: center;
  /* background: url('../images/pickup/index_pickup_bg_sp2.jpg') no-repeat; */
  /* background-size: cover; */
  /* background-attachment: fixed; */
  margin-top: 110px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .main_container_sp {
    margin-top: 60px;
  }
}

_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.main_container_sp img {
  width: 100%;
}

.main_container_sp .news_wrapper img {
  width: auto;
}

.main_center_img {
  /* width: 1200px; */
  margin: 0 auto;
  /* box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.33); */
  position: relative;
}

@media (max-width: 1199px) {
  .main_center_img {
    width: 100%;
    z-index: 1;
  }

  .main_center_img img {
    width: 100%;
  }
}

.pickup_pc {
  background-image: url(../images/pickup/pickup_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 90px 0px 210px 0px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

@media (min-width: 1921px) {
  .pickup_pc {
    /* background-size: contain; */
  }
}

.pickup_pc::after {
  content: "";
  background-image: url(../images/pickup/mens.png);
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1920px) / 2);
  width: 318px;
  height: 403px;
  /* height: calc(100vw * 403 / 1920); */
  /* aspect-ratio: 318 / 403; */
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.bana-pc {
  position: relative;
}

.bana-pc::after {
  content: "";
  background-image: url(../images/pickup/woman.png);
  position: absolute;
  bottom: -102px;
  left: calc((100vw - 1920px) / 2);
  width: 340px;
  height: 465px;
  /* height: calc(100vw * 465 / 1920); */
  /* aspect-ratio: 340 / 465; */
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.dream-entry::after {
  content: "";
  background-image: url(../images/pickup/mens2.png);
  position: absolute;
  top: -68px;
  right: calc((100vw - 1920px) / 2);
  width: 330px;
  height: 433px;
  /* height: calc(100vw * 433 / 1920); */
  /* aspect-ratio: 330 / 433; */
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 4;
}

@media (min-width: 1921px) {
  .pickup_pc::after {
    right: 0;
    width: min(16.5vw, 500px);
    /* height: calc(100vw * 403 / 1920); */
    height: min(20.9vw, 634px);
  }

  .bana-pc::after {
    left: 0;
    width: min(18vw, 500px);
    /* height: calc(100vw * 465 / 1920); */
    height: min(22.96vw, 656px);
  }

  .dream-entry::after {
    right: 0;
    width: min(17.5vw, 500px);
    /* height: calc(100vw * 433 / 1920); */
    height: min(22.96vw, 656px);
  }
}

.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 20px; */
  flex-wrap: wrap;
  position: relative;
}

.pickup_ul_pc2 {
  justify-content: space-between;
}

.pickup_pc p {
  /*  margin: 0;*/
  margin-top: -55px;
  text-align: center;
  padding: 10px 0;
}

.pickup_ul_pc li {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  /* ５個用 */
  /* width: 20%; */
  width: calc(100% / 3);
}

.pickup_ul_pc li:nth-child(2) {
  margin-top: 80px;
}

.pickup_ul_pc li:nth-child(5) {
  margin-top: 20px;
}

.pickup_ul_pc li:nth-child(4),
.pickup_ul_pc li:nth-child(6) {
  position: relative;
  top: -70px;
}

.pickup_ul_sp li {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  width: 49%;
}

.pickup_ul_pc li:hover,
.pickup_ul_sp li:hover {
  opacity: 0.7;
}

.pickup_ul_pc2 li+li {
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }

  .pickup_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
  }

  .pickup_sp {
    display: none;
  }
}

.pickup_sp {
  padding: 4vw 2vw 13vw;
  position: relative;
  z-index: 2;
  background-color: #00b8ee;
}

.pickup_sp::before {
  content: "";
  background: url('../images/pickup/pickup_bg_sp.png') no-repeat center top/contain;
  position: absolute;
  width: 100%;
  min-height: 362px;
  /* aspect-ratio: 750 / 229; */
  top: -30px;
  left: 0;
  z-index: 0;
}

.pickup_sp::after {
  content: "";
  background: url(../images/pickup/pickup_sp_hanabi_bottom.png)no-repeat bottom /contain;
  bottom: -3vw;
  position: absolute;
  top: auto;
  left: 7vw;
  width: 42vw;
  height: 26.21vw;
  /* aspect-ratio: 319 / 199; */
  z-index: -1;
}

.pickup_ul_sp {
  list-style: none;
  padding: 0 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.pickup_ul_sp01 li:nth-child(2) {
  margin-top: 8vw;
}

.pickup_ul_sp02 li:nth-child(2) {
  margin-top: 1vw;
}

.pickup_ul_sp03 li:nth-child(2) {
  margin-top: -1vw;
}


.pickup_ul_sp02 li:nth-child(1) {
  margin-top: -7vw;
}

.pickup_ul_sp03 li:nth-child(1) {
  margin-top: -9vw;
}

.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_sp li img {
  width: 600px;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .pickup_ul_sp {
    /* justify-content: space-around; */
    /* padding: 0 5px 0 10px; */
  }
}

.pickup_ul_sp2 {
  max-width: 800px;
}

.grayout-btn {
  pointer-events: none;
}

.grayout-btn img {
  filter: grayscale(1);
}

@media (max-width: 500px) {
  .pickup_ul_sp2 {
    max-width: 350px;
  }
}

.pickup_ul_sp2 li {
  width: 24%;
}

.news_container {
  display: block;
  padding-bottom: 170px;
  position: relative;
  padding-top: 37px;
  z-index: 3;
}

.news_container h2 {
  margin: 0 auto;
}

@media (min-width: 1200px) {

  .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 {
    padding: 4vw 20px 80px;
  }

  .news_container h2 {
    /* width: 40vw; */
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    display: flex;
    align-items: baseline;
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }
}

.news_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.news_wrapper p {
  /* margin: 0 auto; */
  text-align: center;
  position: relative;
  z-index: 5;
  /* top: 30px; */
  pointer-events: none;
}

.news_wrapper p::before {
  /* content: '新着情報';
  position: absolute;
  left: 29px;
  right: 0;
  bottom: 0;
  top: 0;
  width: 200px;
  height: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 30px;
  margin: auto;
  font-size: 20px;
  font-weight: bold; */
}

.news_list {
  /* box-sizing: border-box; */
  max-width: 100%;
  background: #fff;
  position: relative;
  /* top: -10px; */
  border-radius: 35px;
  padding: 5px;
  font-family: 'Noto Sans JP', 'メイリオ', 'ヒラギノ角ゴ StdN W6', sans-serif;
  /* scrollbar-base-color: #7d5c00; */
  /* scrollbar-color: #7d5c00 #ccc; */
  border: 3px solid #030000;
  box-shadow: 8px 8px 0 #030000;
  margin-top: 17px;

  /* border-style: solid;
  border-width: 8px 8px 8px 8px;
  -moz-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -webkit-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -o-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round; */
}

.news--inner {
  /* border: 10px solid #fadf1c; */
  padding: 12px 0;
  border-radius: 10px;
}

@-moz-document url-prefix() {
  .news_list {
    scrollbar-color: #fff #ffe757;
  }

}


@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .news_list {
    padding-right: 10px;
  }
}

@supports (-ms-ime-align: auto) {
  .news_list {
    padding-right: 10px;
  }
}

ul.news_list_ul {
  list-style: none;
  padding: 9px 3px;
  margin: 0;
  width: 98%;
  height: 166px;
  overflow-y: auto;
  position: relative;
}

@media (max-width: 1199px) {
  ul.news_list_ul {
    padding: 9px 3px;
  }

  .news_wrapper p {
    margin-top: -50px;
  }
}

ul.news_list_ul li {
  padding: 7px 0;
}

.news_list_ul::-webkit-scrollbar {
  width: 51px;
}

.news_list_ul::-webkit-scrollbar-track {
  background: url('../images/news/news_bg_scrollbar.png') no-repeat;
  background-position: center;
  background-size: auto 94%;
  /* background-size: auto 100%; */
}

.news_list_ul::-webkit-scrollbar-thumb {
  background: url('../images/news/news_on_scrollbar.png') no-repeat;
  height: 24px;
  background-position: center;
}

.date {
  background: #030000;
  background-size: cover;
  color: #fff;
  padding: 5px 30px 5px 30px;
  margin-left: 85px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  display: inline-block;
}

/* Firefox専用 */
@supports (-moz-appearance: none) {
  .date::before {
    top: -33px;
  }

  .date::after {
    top: -18px;
  }
}



@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .date {
    padding: 5px 10px 0;
  }
}

.news_list_ul a {
  text-decoration-color: #ff4333;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  color: #ff4333;
}

.text {
  color: #030000;
  margin-left: 20px;
  letter-spacing: 0.3px;
  display: block;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .text {
    display: block;
    padding: 0 10px 0 0;
    text-align: left;
    flex: 5;
  }

  .date {
    /* flex: 1; */
    padding: 5px 30px 5px 30px;
    margin-left: 18px;
  }
}

.main_center {
  max-width: 1200px;
  text-align: center;
  margin: auto;
  position: relative;

}

.mv_wrap {
  position: relative;
  background-image: url(../images/main/mv/img_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 780px;
}

.mv_wrap .mv_item_person01,
.mv_wrap .mv_item_person02,
.mv_wrap .mv_item_person03,
.mv_wrap .mv_item_picture_woman,
.mv_wrap .mv_item_picture_mens01,
.mv_wrap .mv_item_picture_mens02,
.mv_wrap .mv_item_copy,
.mv_wrap .mv_item_boat_left,
.mv_wrap .mv_item_boat_right,
.mv_wrap .mv_item_suimen,
.mv_wrap .mv_item_lights,
.mv_wrap .mv_item_hanabi_left,
.mv_wrap .mv_item_hanabi_right,
.mv_wrap .mv_item_race_title,
.mv_wrap .mv_item_race_days,
.mv_wrap .mv_item_dynamite,
.main_container_pc--item,
.main_container_sp--item {
  position: absolute;
  display: block;
}

/* アニメーション */
.mv_wrap .mv_item_person01,
.mv_wrap .mv_item_person02,
.mv_wrap .mv_item_person03,
.mv_wrap .mv_item_picture_woman,
.mv_wrap .mv_item_picture_mens01,
.mv_wrap .mv_item_picture_mens02,
.mv_wrap .mv_item_lights {
  opacity: 0;
  /* transform: translateY(20px) scale(.9); */
  animation: personIn .6s ease-out forwards;
}

.mv_wrap .mv_item_person01 {
  bottom: 0;
  left: 397px;
  z-index: 8;

  animation-delay: .1s;
}

.mv_wrap .mv_item_person02 {
  left: 272px;
  bottom: 0;
  z-index: 7;

  animation-delay: .3s;
}

.mv_wrap .mv_item_person03 {
  right: 260px;
  top: 20px;
  z-index: 2;

  animation-delay: .6s;
}

.mv_wrap .mv_item_picture_woman {
  right: 169px;
  bottom: 90px;
  z-index: 4;

  animation-delay: .3s;
}

.mv_wrap .mv_item_picture_mens01 {
  left: 343px;
  top: 0;
  z-index: 1;

  animation-delay: .8s;
}

.mv_wrap .mv_item_picture_mens02 {
  left: 56px;
  top: 190px;
  z-index: 3;

  animation-delay: .5s;
}

@keyframes personIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(.92);
  }

  70% {
    opacity: 1;
    transform: translateY(-3px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.mv_wrap .mv_item_copy {
  right: 40px;
  top: 92px;
  z-index: 9;

  opacity: 0;
  animation: slideImpact .7s cubic-bezier(.2, .8, .2, 1) 1.2s forwards;
}

@keyframes slideImpact {
  0% {
    opacity: 0;
    transform: translateY(120px) scale(.8);
  }

  50% {
    opacity: 1;
    transform: translateY(0) scale(1.18);
  }

  62% {
    transform: translateY(-8px) scaleX(1.15) scaleY(.92);
  }

  70% {
    transform: translate(-8px, 2px) scale(.98);
  }

  78% {
    transform: translate(6px, 0) scale(1.02);
  }

  86% {
    transform: translate(-3px, 0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.mv_wrap .mv_item_boat_left {
  left: 0;
  bottom: 61px;
  z-index: 6;

  opacity: 0;

  animation: boatLeft 0.8s cubic-bezier(.16, 1, .3, 1) 0.9s forwards;
}

@keyframes boatLeft {
  0% {
    opacity: 0;
    transform: translateX(150px) scale(.85);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.mv_wrap .mv_item_boat_right {
  right: 0;
  bottom: 52px;

  z-index: 6;

  opacity: 0;

  animation: boatRight 0.8s cubic-bezier(.16, 1, .3, 1) 0.9s forwards;
}

@keyframes boatRight {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.mv_wrap .mv_item_suimen {
  bottom: 0;
  z-index: 5;
}

.mv_wrap .mv_item_lights {
  bottom: 116px;
  z-index: 1;

  animation-delay: .9s;
}

/* 花火 */
.mv_wrap .mv_item_hanabi_left {
  left: 0;
  top: 0;
  z-index: 0;

  opacity: 0;
  transform: scale(0);

  animation: fireworks 0.8s ease-out 1.9s forwards;
}

.mv_wrap .mv_item_hanabi_right {
  right: 0;
  bottom: 182px;
  z-index: 0;

  opacity: 0;
  transform: scale(0);

  animation: fireworks 0.8s ease-out 2.1s forwards;
}

@keyframes fireworks {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  35% {
    opacity: 1;
    transform: scale(1.12);
  }

  50% {
    transform: scale(.96);
  }

  65% {
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.mv_wrap .mv_item_race_title,
.mv_wrap .mv_item_race_days,
.mv_wrap .mv_item_dynamite {
  opacity: 0;
  animation: fadeIn .5s ease-out 2.7s forwards;
}

.mv_wrap .mv_item_race_title {
  left: 19px;
  bottom: 22px;
  z-index: 9;
}

.mv_wrap .mv_item_race_days {
  left: 557px;
  bottom: 28px;
  z-index: 9;
}

.mv_wrap .mv_item_dynamite {
  right: 15px;
  top: 18px;
  z-index: 10;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



@media (max-width: 1199px) {
  .mv_wrap {
    background-image: url(../images/main/mv/sp/img_mv_bg_sp.jpg);
    background-size: 100% auto;
    height: calc(100vw * 1001 / 750);
  }

  .main_container .mv_wrap img {
    width: 100%;
  }

  .mv_wrap .mv_item_person01 {
    bottom: 0;
    left: 23vw;
    width: 59vw;
    z-index: 8;
  }

  .mv_wrap .mv_item_person02 {
    left: 12vw;
    bottom: 23vw;
    width: 44vw;
    z-index: 7;
  }

  .mv_wrap .mv_item_person03 {
    right: 18.5vw;
    top: 15vw;
    width: 47vw;
    z-index: 2;
  }

  .mv_wrap .mv_item_picture_woman {
    right: 8.5vw;
    bottom: 32vw;
    width: 35vw;
    z-index: 4;
  }

  .mv_wrap .mv_item_picture_mens01 {
    left: 19vw;
    top: 1.5vw;
    width: 44vw;
    z-index: 1;
  }

  .mv_wrap .mv_item_picture_mens02 {
    left: 0;
    top: 21vw;
    width: 49vw;
    z-index: 3;
  }

  .mv_wrap .mv_item_copy {
    right: 3vw;
    top: 12vw;
    width: 17.5vw;
    z-index: 9;
  }

  .mv_wrap .mv_item_boat_left {
    left: 0;
    bottom: 24vw;
    z-index: 6;
    width: 29vw;
  }

  .mv_wrap .mv_item_boat_right {
    right: 0;
    bottom: 24vw;
    width: 28vw;

    z-index: 6;
  }

  .mv_wrap .mv_item_suimen {
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: auto;
  }

  .mv_wrap .mv_item_lights {
    bottom: 33vw;
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .mv_wrap .mv_item_hanabi_left {
    left: 0;
    top: 0;
    width: 47vw;

    z-index: 0;
  }

  .mv_wrap .mv_item_hanabi_right {
    right: 0;
    bottom: 58vw;
    width: 35vw;

    z-index: 0;
  }

  .mv_wrap .mv_item_race_title {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10vw;
    width: 73vw;
    z-index: 9;
  }

  .mv_wrap .mv_item_race_days {
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.5vw;
    width: 81vw;
    z-index: 9;
  }

  .mv_wrap .mv_item_dynamite {
    right: 2vw;
    top: 3vw;
    width: 14vw;
    z-index: 10;
  }

}

@media (max-width: 1199px) {
  .main_center {
    /* display: none; */
  }
}

@media (min-width: 1200px) {
  .main_center {
    display: block;
    position: relative;
    left: 0;
  }
}

/* index.php css end */
/* footer.php css start */
footer {
  position: relative;
  z-index: 8;
}

.footer_container {
  /*  background: url('../images/pickup/index_pickup_bg_pc.jpg');*/
  /*  padding: 30px 0 15px;*/
  /* padding: 30px 0px 0px 0px; */
  position: relative;
  /* border-style: solid;
  border-width: 8px 0 0 0;
  -moz-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -webkit-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  -o-border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round;
  border-image: url('../images/news/black_obi7.png') 11 11 11 11 round round; */
}

#footer_center_moya {
  position: absolute;
  top: -35px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

#to_top_btn_pc {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 13;
  cursor: pointer;
  width: 79px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}

/* トップアニメーション */
.fade_anime {
  transform: translateY(100px);
  transition: 0.5s;
  opacity: 0;
}

.fade_anime.fade_up {
  transform: translateY(0px);
  opacity: 1;
}

.scroll_anime {
  transition: all 0.5s;
  transition-delay: var(--animeDelay);
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px);
}

.scroll_anime.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.del01 {
  --animeDelay: 0.1s;
}

.del02 {
  --animeDelay: 0.2s;
}

.del03 {
  --animeDelay: 0.3s;
}

.del04 {
  --animeDelay: 0.4s;
}

.del05 {
  --animeDelay: 0.5s;
}

.del06 {
  --animeDelay: 0.6s;
}

@media (max-width: 1199px) {
  #to_top_btn_sp {
    position: fixed;
    right: 20px;
    bottom: 35px;
    width: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    z-index: 13;
  }
}

@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
}

@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 250px;
  }
}

@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;
}

#to_top_btn_pc:hover {
  opacity: 0.8;
}

img.slide-arrow.prev-arrow.slick-arrow {
  display: none !important;
}

@media (max-width: 1199px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 10px;
    left: -30px;
    width: 20px;
    display: block !important;
    cursor: pointer;
  }
}

img.slide-arrow.next-arrow.slick-arrow {
  display: none !important;
}

@media (max-width: 1199px) {
  img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 10px;
    right: -30px;
    width: 20px;
    display: block !important;
    cursor: pointer;
  }
}

@media (max-width: 786px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    top: 14px;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    top: 14px;
  }
}

@media (max-width: 400px) {
  img.slide-arrow.prev-arrow.slick-arrow {
    top: 12px;
  }

  img.slide-arrow.next-arrow.slick-arrow {
    top: 12px;
  }
}

@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;
  }
}

ul.slider {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto;
  /* background: #fff; */
}

@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
  }
}

ul.slider li a img {
  width: 100%;
}

ul.slider li a img:hover {
  opacity: 0.7;
}

/* slickデファクト左右ボタン用 */
.slick-prev:before {
  /* content: url('../images/footer/banner_left.png')!important; */
}

.slick-next:before {
  /* content: url('../images/footer/banner_right.png')!important; */
}

.slick-prev {
  left: -10px !important;
}

.slick-next {
  right: -10px !important;
}

_::-webkit-full-page-media,
_:future,
:root .slick-prev {
  width: auto !important;
}

_::-webkit-full-page-media,
_:future,
:root .slick-next {
  /* right: -20px!important; */
  width: auto !important;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .slick-prev {
    width: auto !important;
  }

  .slick-next {
    width: auto !important;
    /* right: -20px!important; */
  }
}

.suishou {
  text-align: center;
  /* width: 230px; */
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .suishou {
    width: 150px;
  }
}

.suishou a {
  text-decoration: none;
  color: #fff;
  /* display: block; */
}

.suishou a:hover {
  opacity: 0.7;
}

.footer_container p {
  text-align: center;
  margin: 0 auto 0px;
  /* width: 80%; */
  padding-top: 10px;
  padding-bottom: 20px;
  color: #030000;
  font-size: min(3.5vw, 18px);
  font-weight: 500;
}


/* footer.php css end */
/* 下層ページ共通 css start */
.page-bi {
  position: relative;
  padding-bottom: min(20vw, 200px);
}



.page-bi::before {
  content: '';
  background-image: url('../images/second/second_bg.jpg');
  background-repeat: no-repeat;
  background-position-y: -60px;
  background-size: cover;
  /* background-attachment: fixed; */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}

.page-bi h2 {
  padding: 68px 0 0;
}

/* .page-bi::after {
  content: '';
  background-image: url(../images/second/dot.png);
  background-repeat: repeat-y;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: min(50vw, 551px);
  position: absolute;
  z-index: -1;
  bottom: 0;
} */



.second-wave {
  position: relative;
}

.second-wave::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: url(../images/footer/wave.png)no-repeat center/cover;
}

@media(min-width: 1200px) {
  .second-wave::before {
    height: max(11vw, 128px);
  }
}

@media (max-width: 1199px) {

  .page-bi::before {
    content: '';
    background-image: url(../images/second/second_bg_sp.jpg);
  }

  .page-bi h2 {
    padding: 4vw 0 2vw;
  }
}


.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 205px;
  position: relative;
  /*  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.8);*/
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    padding-top: 110px;
  }
}

@media (max-width: 768px) {
  .contain {
    padding-top: 60px;
  }
}

h2.pc {
  /* background: url('../images/movie/second_title_bg.jpg') no-repeat; */
  background: #e0bf43;
  background-size: 100%;
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #000000;
  letter-spacing: 10px;
  position: relative;
  text-shadow: none;
  /* text-shadow: 0px 1px 2px #000000; */
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  position: relative;
  z-index: 1;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  h2.pc {
    /* box-shadow: 0 5px 5px rgba(0,0,0,0.4); */
    padding-bottom: 8px;
  }
}

h2.sp {
  /* background: url('../images/movie/second_title_bg.jpg') no-repeat; */
  /* background-size: cover; */
  background: #e0bf43;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.7));
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #000000;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  text-shadow: 0px 1px 2px #000000;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  h2.sp {
    filter: none;
    box-shadow: none;
  }
}

h2.sp::before {
  /* position: absolute;
  content: url('../images/movie/movie_sp_before2.png');
  left: 0;
  top: 0;
  z-index: -2; */
}

h2.sp::after {
  /* position: absolute;
  content: url('../images/movie/movie_sp_after2.png');
  right: 0;
  top: 0;
  z-index: -2; */
}

@media (max-width: 1199px) {
  h2.pc {
    display: none;
  }

  h2.sp {
    display: block;
  }

  .second-wave::before {
    background: url(../images/footer/wave-sp.png)no-repeat top center/cover;
    height: 19vw;
  }

  .second-footer {
    height: 13vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2vw;
  }

  .second-footer p {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  h2.pc {
    display: block;
  }

  h2.sp {
    display: none;
  }
}

@media (max-width: 1199px) {
  .bc-white {
    margin-top: 0;
    box-shadow: none;
  }

  .clear_box_w.pc-none {
    /* background: linear-gradient(0deg, rgba(255,255,255,1)0%, rgba(255,255,255,0.958420868347339) 55%, rgba(255,255,255,0) 100%); */
    height: 100px;
  }
}

.page-inner {
  padding: 2% 2% 3% 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    /* padding: 0; */
  }
}

/* movie_~.php css start */
.jstream-eqPlayer {
  display: block !important;
}

.jstplayer {
  width: 640px;
}

.jstlistcrtl {
  width: 640px;
}

.jstlist {
  width: 600px;
}

.jstream-eqPlayer {
  display: block !important;
}
/* Android対策 */
@media (max-width: 1199px) {
.movie_wrap {
   overflow-x: hidden;
}
}
/* movie_~.php css end */
/* dream.php css start */
.saturday {
  color: #01a0e9;
}

.sunday {
  color: #e60a12;
}

.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 150px 0;
  color: #fff;
}

@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 !important;
  }
}

/* dream.php css end */
/* dream-entry css start */

.dream-entry__btn img:hover {
  opacity: .7;
}

.data_kikan_dream_top {
  font-size: min(3.5vw, 18px);
  margin: auto;
  margin-top: 59px;
  text-align: left;
  display: inline-block;
  color: #030000;
  font-weight: 400;
}

.br_on {
  display: none;
}

@media (max-width: 1199px) {
  .br_on {
    display: block;
  }

  .dream-entry__item-wrap img {
    width: calc(100% / 2 - 2vw);
  }
}


@media(min-width: 620px) {

  .nav_ul_li_sp {
    /* max-width: 653px; */
    /* transform: translateX(3vw); */
  }

  .nav_list_sp {
    /* max-width: 653px; */
    margin: auto;
    /* transform: translateX(3vw); */
  }
}

.dream-entry {
  background: url(../images/pickup/top_dream_bg.png) no-repeat top/cover;
  position: relative;
  margin-top: -50px;
  z-index: 3;
  padding-bottom: 140px;
}

.dream-entry__item-wrap {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

@media(min-width: 1200px) {
  .dream-entry__item-wrap img {
    width: 195px;
  }
}

.dream-entry__btn {
  margin: 54px auto 0;
  text-align: center;
  position: relative;
  z-index: 9;
  /* transform: translateY(-55px); */
  display: inline-block;
  margin-bottom: 4vw;
}

.dream-entry__title {
  padding: 65px 20px 30px;
  /* margin-right: 50px; */
}


/* dream-entry css end */


.text-center {
  text-align: center;
}

.footer-bg {
  position: relative;
}

.footer-bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 180px;
  background: url(../images/footer/wave.png)repeat-x top/cover;
  bottom: 0px;
}

@media (max-width: 768px) {

  .news_kiji_sp {
    display: block;
    text-align: left;
  }

  .news_kiji_sp .date {
    display: inline-block;
  }

  .event_images ul {
    display: block;
  }

  .event_images li+li {
    margin-left: 0;
  }

  .footer-bg::before {
    background: url(../images/footer/wave-sp.png)repeat-x top/cover;
    height: 18.9vw;
  }

  .dream-entry__btn {
    margin: 9vw auto 0;
    text-align: center;
    position: relative;
    z-index: 9;
    /* transform: translateY(-11vw); */
    display: inline-block;
  }

  .dream-entry__btn img {
    max-width: 50vw;
  }

  .dream-entry::before {
    background: url(../images/pickup/wave-sp.png) repeat-x top / contain;
    top: -1.5vw;
  }

  .dream-entry__title {
    padding: 30px 20px 10px;
  }

  .dream-entry__btn.fade_anime {
    transform: translateY(30px);
  }

  .dream-entry__btn.fade_anime.fade_up {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 2000px) {
  .pickup_pc {
    padding: 6em 0px 14em 0px;
    /* margin-top: -40px; */
  }

  .bana {
    margin-top: -200px;
    padding: 12em 0 9em;
  }

  .dream-entry {
    margin-top: -60px;
    padding-bottom: 50px;
  }
}


@media (min-width: 2500px) {
  .pickup_pc {
    padding: 6em 0px 14em 0px;
    /* margin-top: -40px; */
  }

  .bana {
    margin-top: -200px;
    padding: 12em 0 13em;
  }

  .dream-entry {
    margin-top: -130px;
  }
}

@media (min-width: 3000px) {
  .bana {
    margin-top: -240px;
    padding: 15em 0 13em;
  }
}

@media (min-width: 4000px) {
  .pickup_pc {
    padding: 6em 0px 14em 0px;
  }

  .bana {
    margin-top: -270px;
    padding: 17em 0 13em;
  }

  .dream-entry {
    margin-top: -120px;
  }
}


.event_images p {
  text-align: center;
}

.event hr {
  /* border-top: 2px dashed #ccc; */
}

/* event.php css end */
/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
  width: calc(100% - 20px);
  margin: auto;
}

.second_title_txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 40px;
  color: #fff;
}

_:-ms-lang(x)::-ms-backdrop,
.second_title_txt {
  top: 50%;
}


@media (max-width: 1199px) {
  h2.second_title_txt {
    font-size: 1.8em;
  }

  .dream-entry {
    background: #00b8ee;
    padding-bottom: 24vw;
  }

  .dream-entry::before {
    content: "";
    background: url(../images/pickup/top_dream_bg_sp.png)no-repeat top center/contain;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    min-height: 245px;
    /* aspect-ratio: 750 / 155; */
  }

  .dream-entry::after {
    background: url(../images/pickup/top_dream_sp_hanabi_bottom.png)no-repeat bottom /contain;
    bottom: 6vw;
    top: auto;
    left: 0;
    width: 42vw;
    height: 27.07vw;
    /* aspect-ratio: 363 / 234; */
    z-index: 4;
  }

  .dream-entry__item-wrap {
    gap: 2vw;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  h2.second_title_txt {
    font-size: 4.2vw;
    width: 100%;
  }
}

/* メインビジュアルサイズ変更 */
@media (min-width: 1200px) {
  .main_center img {
    /* max-width: 1400px !important; */
  }
}

/******表示・非表示*******/
@media (min-width: 1200px) {

  /*PCの時非表示にします*/
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 1199px) {

  /*TBとSPの時非表示にします*/
  .tb-none {
    display: none !important;
  }
}

@media (max-width: 768px) {

  /*SPの時非表示にします*/
  .sp-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

/* ヘッダースクロール固定用 */
.head_container_pc,
.nav_container_pc,
.main_container_pc {
  transition: 0.5s;
}

.fade-out {
  transition: 0.5s;
}