.preload * {
  transition: none !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  /* iOS・レスポンシブモード用*/
}

body {
  position: relative;
  /* iOS用 */
  margin: 0;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
  /* font-family: 'メイリオ',"ヒラギノ角ゴ 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"; */

  background-image: url(../images/main/bg_pc.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position-y: 283px;

}

@media (max-width: 1199px) {
  body {
    background-image: url(../images/main/bg_sp.jpg);
    background-position-y: -44px;
  }
}

body.nav_scroll_on {
  overflow: hidden;
}

header,
nav {
  /* position: relative; */
  /* z-index: 100; */
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

ul {
  list-style: none;
}


h2 {
  margin-top: 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  letter-spacing: 8px;
  /* background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%); */
  /* -webkit-background-clip: text; */
  /* color: transparent; */
  color: #000;
  /* background: url(../images/movie/movie.jpg) no-repeat; */
  /* background-size: 100%; */
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  /* font-family: vdl-logog, sans-serif; */
  /* font-weight: bold; */
  /* font-style: normal; */
  /* text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; */
}

@media (max-width: 600px) {
  h2 {
    letter-spacing: 4px;
  }
}

@media all and (-ms-high-contrast: none) {
  h2 {
    /* margin-top: 0; */
    /* font-size: 25px; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* padding: 15px 0px; */
    /* letter-spacing: 8px; */
    /* color: #e3bd6d; */
    /* background-image:none; */
    /*  background: url(../images/movie/movie.jpg) no-repeat;*/
    /* background-size: 100%; */
    /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.7)); */
    /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
    /* font-family: vdl-logog, sans-serif; */
    /* font-weight: bold; */
    /* font-style: normal; */
  }
}

/* main_nav.php css start */
@media (max-width: 768px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .head_container_pc {
    display: none;
  }

  .head_container_tb {
    display: block;
  }

  .head_container_sp {
    display: none;
  }
}

@media (min-width: 1200px) {
  .head_container_pc {
    display: block;
    /* padding: 10px 0; */
    /* margin-top: 10px */
  }

  .head_container_tb {
    display: none;
  }

  .head_container_sp {
    display: none;
  }
}

.head_container_pc,
.head_container_tb,
.head_container_sp {
  width: 100%;
  background: #1290d1;
  position: fixed;
  /* position: relative; */
  left: 0;
  top: 0;
  z-index: 10;
}

.head_container_tb,
.head_container_sp {
  position: fixed;
}

.head_container_pc {
  height: 143px;
}

.head_container_tb,
.head_container_sp {}

.head_ul_pc li a:hover,
.head_ul_tb li a:hover,
.head_ul_sp li a:hover {
  opacity: 0.7;
}

ul.head_ul_pc {
  /* display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 0 20px 0;
  height: 185px;
  width: 1200px;
  list-style: none; */

  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 143px;
}

ul.head_ul_pc li:nth-child(1) {}

ul.head_ul_pc li:nth-child(2) {
  margin-left: 30px;
}

ul.head_ul_pc li:nth-child(3) {
  margin-bottom: 5px;
}

ul.head_ul_tb {
  height: 90px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: end;
}

.head_img1_tb {
  margin-left: 2%;
  width: 130px;
}

.head_img1_tb img {
  width: 100%;
}

.head_img2_tb {
  width: 400px;
}

.head_img2_tb img {
  width: 100%;
}

.head_img3_tb {
  max-width: 300px;
}

.nav_btn {
  width: 72px;
  height: 72px;
  /* background: url(../images/header/sp_btn_bac.jpg); */
  /*  background: #ae8e2e;*/
  /* background-size: contain; */
  /* background-size: cover; */
  /* background-position: left top; */
  position: relative;
  cursor: pointer;
  margin-right: 2%;
}

.nav_btn .line {
  left: 2px;
  right: 0;
  width: 70px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  position: absolute;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav_btn .line.top {
  top: 11px
}

.nav_btn.move .line.top {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 31px;
}

.nav_btn .line.middle {
  top: 31px;
}

.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}

.nav_btn .line.bottom {
  top: 51px;
}

.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 31px;
}

@media (max-width: 768px) {
  .nav_btn {
    width: 43px;
    height: 43px;
    margin-right: 2%;
  }

  .nav_btn .line {
    left: 2px;
    right: 0;
    width: 38px;
    height: 4px;
  }

  .nav_btn .line.top {
    top: 9px
  }

  .nav_btn.move .line.top {
    top: 20px;
  }

  .nav_btn .line.middle {
    top: 20px;
  }

  .nav_btn.move .line.middle {
    width: 0;
    opacity: 0;
  }

  .nav_btn .line.bottom {
    top: 31px;
  }

  .nav_btn.move .line.bottom {
    top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav_btn {
    margin-left: 0;
  }
}

ul.head_ul_sp {
  height: 60px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_img1_sp {
  width: 120px;
  margin-right: 3px;
  margin: 0 3px 0 2%;
}

.head_img1_sp img {
  width: 100%;
}

.head_img2_sp {
  max-width: 280px;
  width: 280px;
}

@media (max-width: 499px) {
  .head_img2_sp {
    width: 230px;
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 1199px) {

  *::-ms-backdrop,
  .head_img1_tb {
    /* width: 230px; */
  }

  .head_img2_tb {
    width: 250px;
    /* margin-bottom: 10px; */
  }

  .head_img3_tb {
    /* width: 250px; */
    margin-right: 65px;
  }

  .head_img2_sp {
    width: 220px;
    margin-right: 65px;
    margin-left: 30px;
  }

  .images_three_set a {
    flex: 1;
  }
}

.nav_container_pc {
  width: 100%;
  background: #0055a7;
  position: fixed;
  left: 0;
  top: 143px;
  z-index: 10;
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6); */
}

.head_container_pc,
.head_container_tb,
.head_container_sp,
.nav_container_pc,
.nav_container_sp {
  transition: transform 0.4s ease;
}

.head_container_pc.is-hide,
.head_container_tb.is-hide,
.head_container_sp.is-hide {
  transform: translateY(-100%);
}

.nav_container_pc.is-move {
  transform: translateY(-143px);
}

.nav_container_sp.is-move {
  transform: translateY(-90px);
}

@media (max-width: 768px) {
  .nav_container_sp.is-move {
    transform: translateY(-60px);
  }
}

.nav_container_pc.is-top {
  top: 0;
}

@media (min-width: 2000px) {
  .nav_container_pc {
    background-size: cover;
  }
}

ul.nav_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 5px; */
  /* padding-bottom: 10px; */
  height: 90px;
}

li.nav_ul_li_pc {
  position: relative;
  /* padding: 14px; */
  /* margin-top: 5px; */
  text-align: center;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .nav_ul_li_pc {
    padding: 10px 0 0;
  }
}

.main_nav_title_pc {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  /* text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff; */
  letter-spacing: 1px;
  /* font-family: "corporate-logo-ver2", sans-serif; */
}

.main_nav_title_pc span.triangle_icon {
  font-size: 24px;
  margin-left: -24px;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  /* IE11 */
  .main_nav_title_pc span.triangle_icon {
    vertical-align: baseline;
  }
}

.main_nav_link_set {
  display: flex;
  gap: 26px;
}

.main_nav_link_set a {
  display: block;
}

.main_nav_link_set a:hover {
  opacity: 0.7;
}

ul.nav_list_pc {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  /* left: -15px; */
  top: 90px;
  z-index: 50;
  background: rgba(0, 85, 167, 0.9);
}

ul.nav_list_pc li {
  width: 477px;
  height: 0;
  /* background: rgba(255, 255, 255, 0.9); */
  transition: opacity 0.2s, visibility 0.2s, height 0.2s;
  visibility: hidden;
  opacity: 0;
  position: relative;
  /* z-index: 30; */
}

ul.nav_list_pc li:first-child {
  /* margin-top: 10px; */
}

ul.nav_ul_pc li.nav_ul_li_pc:hover ul.nav_list_pc li {
  opacity: 1;
  visibility: visible;
  height: 50px;
  line-height: 46px;
}

ul.nav_list_pc li:last-child {
  border-bottom: none;
  /* border-radius: 0 0 5px 5px; */
}

ul.nav_list_pc li:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.nav_list_pc_li_icon {
  font-size: 18px;
  padding: 0 0 0 21px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 450px) {
  .nav_list_pc_li_icon {
    padding: 0;
  }
}

.grayout .nav_list_pc_li_icon {
  color: #000;
}

a.main_nav_title_pc {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 90px;
  line-height: 90px;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav_ul_li_pc:hover .main_nav_title_pc {
  text-shadow: 0 0 1px #1290d1, 0 0 3px #1290d1, 0 0 6px #1290d1, 0 0 10px #1290d1, 0 0 20px #1290d1, 0 0 1px #1290d1, 0 0 3px #1290d1, 0 0 6px #1290d1, 0 0 10px #1290d1, 0 0 20px #1290d1;
}

html.wf-active a.main_nav_title_pc {
  opacity: 1;
}

/* ホバー時伸びる下線アニメーション↓ */
/* a.main_nav_title_pc::after {
  position: absolute;
  bottom: 18px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

a.main_nav_title_pc:hover::after {
  transform: scale(1, 1);
}

ul.nav_list_pc:hover+a.main_nav_title_pc::after {
  transform: scale(1, 1);
} */

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  ul.nav_list_pc li a {
    padding-top: 3px;
  }
}

ul.nav_list_pc li a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-weight: 700;
  text-align: left;
  font-size: 22px;
}

ul.nav_list_pc li:hover a::before,
ul.nav_list_pc li:hover a {
  color: #000;
  /* background: #193b7e; */
}

ul.nav_list_pc li:hover .underbar {
  /* text-decoration: underline; */
}

@media (max-width: 1199px) {
  .nav_container_pc {
    display: none;
  }

  .nav_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav_container_pc {
    display: block;
  }

  .nav_container_sp {
    display: none;
  }
}

.nav_container_sp {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  background: transparent;
  color: #fff;
  z-index: 19;
  transition: background 0.3s ease, transform 0.4s ease;
}

.nav_menu_sp_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

@media (max-width: 768px) {
  .nav_container_sp {
    /* top: 45px; */
  }

  .nav_container_sp {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background: transparent;
    color: #fff;
    z-index: 18;
  }
}

.nav_container_sp.open {
  height: 100vh;
  visibility: visible;
  background: rgba(0, 85, 167, 0.9);
}

.nav_container_sp.open .nav_menu_sp_body {
  max-height: calc(100vh - 73px);
  overflow-y: auto;
}

.nav_ul_sp {
  list-style: none;
  padding: 70px 0 150px 0;
  margin: 0;
  margin-bottom: 150px;
}

#nav_live_replay_sp {
  background: #0055a7;
  /* margin: 6% 0 4%; */
}

.nav_top_row_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73px;
}

.nav_img1_sp {
  margin-left: 10px;
}

.nav_img1_sp a {
  display: block;
}

.nav_img1_sp img {
  display: block;
}

@media (max-width: 768px) {
  .nav_ul_sp {
    padding: 46px 0 5% 0;
  }

  .nav_top_row_sp {
    height: 43px;
  }

  .nav_img1_sp {
    width: 130px;
  }
}

@media (max-width: 499px) {
  .nav_top_row_sp {
    height: 43px;
  }

  .nav_img1_sp {
    width: 110px;
    margin-right: 5px;
    margin-left: 6px;
  }
}

@media screen and (min-width: 800px) {
  #nav_live_replay_sp {
    /* margin: 50px 0 40px; */
  }
}

#nav_live_replay_sp img {
  width: 100%;
}

.nav_ul_li_sp {
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  position: relative;
  z-index: 5;
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 3px rgba(0,0,0,0.4); */
  /* font-family: "corporate-logo-ver2", sans-serif; */
  font-weight: 700;
}

.nav_ul_li_sp a {
  text-decoration: none;
}

.nav_title {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  display: block;
  padding: 10px 0;
  font-size: 36px;
  margin-left: -18px;
}

.nav_title.direct_link:after {
  position: absolute;
  left: 10px;
  top: 15px;
  content: '▼';
  font-size: 14px;
  vertical-align: middle;
  margin-left: -18px;
}

.nav_title:hover {
  opacity: 0.7;
}

.nav_title:hover .nav_list_pc_li_icon {
  color: #f6cf5d;
}

.nav_title::after {
  position: absolute;
  left: 20px;
  top: 20px;
  content: '▼';
  font-size: 25px;
  vertical-align: middle;
}

.nav_title.up::after {
  position: absolute;
  left: 20px;
  top: 20px;
  content: '▲';
  font-size: 25px;
  vertical-align: middle;
}

.right_arrow_kotei .nav_title.up::after {
  /* content: '▶︎'; */
}

.nav_list_sp {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s;
  will-change: max-height;
}

.nav_list_sp a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 25px 0;
  padding-left: 10px;
  letter-spacing: 0.5px;
  font-size: 28px;
}

.nav_list_sp li:last-child a {
  margin-bottom: 10%;
}

@media screen and (max-width: 768px) {
  .nav_title::after {
    left: 20px;
    top: 15px;
    font-size: 22px;
    vertical-align: middle;
  }

  .nav_title.up::after {
    left: 20px;
    top: 15px;
    font-size: 22px;
    vertical-align: middle;
  }

  .nav_title {
    padding: 10px 0;
    font-size: 28px;
    margin-left: -5px;
  }

  .nav_list_sp a {
    padding: 18px 0;
    padding-left: 10px;
    letter-spacing: 0.5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 499px) {
  .nav_ul_sp {
    padding: 10% 0 5% 0;
  }

  .nav_title::after {
    left: 12px;
    top: 15px;
    font-size: 18px;
    vertical-align: middle;
  }

  .nav_title.up::after {
    left: 12px;
    top: 15px;
    font-size: 18px;
    vertical-align: middle;
  }

  .nav_title {
    padding: 10px 0;
    font-size: 24px;
    margin-left: -12px;
  }

  .nav_list_pc_li_icon {
    font-size: 14px;
    padding: 0 0 0 21px;
    top: -1px;
  }

  .nav_list_sp a {
    padding: 14px 0;
    padding-left: 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .nav_list_sp a {
    padding-left: 0;
    letter-spacing: 0;
  }
}

.nav_list_sp li:hover {
  text-shadow: 0 0 1px #1290d1, 0 0 3px #1290d1, 0 0 6px #1290d1, 0 0 10px #1290d1, 0 0 20px #1290d1, 0 0 1px #1290d1, 0 0 3px #1290d1, 0 0 6px #1290d1, 0 0 10px #1290d1, 0 0 20px #1290d1;
}

.nav_list_sp li.grayout {
  pointer-events: none;
  background: #969696;
}

.nav_list_sp li.grayout a {
  color: #000;
}

.nav_list_sp li.grayout a .nav_list_pc_li_icon {
  color: #000 !important;
}

.nav_list_sp li:hover .underbar {
  color: #ffffff;
}

.nav_list_sp li:last-child {
  border-bottom: none;
}


.nav_sns_sp {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  max-width: 650px;
  padding: 6% 4%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .nav_sns_sp {
    gap: 5%;
    padding: 6% 10%;
  }
}

.nav_sns_sp li {
  width: 24%;
}

.nav_sns_sp img {
  width: 100%;
  max-width: none;
}

.images_three_set {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  gap: 12px;
}

.images_three_set a:hover {
  opacity: 0.7;
}

.image_single {
  margin: 10px auto 0;
  text-align: center;
  width: 95%;
}

.image_single a:hover {
  opacity: 0.7;
}

/* グレイアウト用 */
ul.nav_list_pc li.grayout {
  background: #969696;
  pointer-events: none;
}

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 .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp .grayout_sp a:hover .nav_list_pc_li_icon {
  color: #000;
}

.nav_list_sp li.grayout_sp:hover {
  opacity: 0.9;
}

.nav_list_sp .grayout_sp {
  background: #969696;
  pointer-events: none;
}

.nav_list_sp li.grayout_sp a {
  color: #000;
}

.nav_list_sp .grayout_sp:hover {
  opacity: 1;
}

/* グレイアウト用 ここまで */
/* main_nav.php css end */
/* index.php css start */
main {
  /* position: relative; */
  display: block;
  padding-top: 233px;
}

.second_bg main {
  padding-top: 0;
}

@media (max-width: 1199px) {
  main {
    padding-top: 163px;
  }

  .main_container_pc {
    /* display: none; */
    clip-path: inset(100%);
    height: 0;
    overflow: hidden;
  }

  .main_container_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main_container_sp {
    /* display: none; */
    clip-path: inset(100%);
    height: 0;
    overflow: hidden;
  }
}

.main_container_sp {
  text-align: center;
  /* background: url('../images/pickup/index_pickup_bg_sp2.jpg') no-repeat; */
  /* background-size: cover; */
  /* background-attachment: fixed; */
  /* margin-top: 180px; */
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .main_container_sp {
    /* margin-top: 45px; */
  }

  main {
    padding-top: 103px;
    /* background: url(../images/main/bg_sp.jpg) no-repeat center top 50% / cover; */
  }

  .images_three_set {
    display: flex;
    justify-content: center;
    text-align: center;
    /* width: 37%; */
    /* max-width: 650px; */
    margin: 0 auto;
    gap: 10px;
    width: 230px;
    max-width: 280px;
    height: auto;
  }

  .images_three_set a {
    width: 100%;
  }

}

@media (max-width: 499px) {
  .images_three_set {
    gap: 5px;
    width: 200px;
    max-width: 230px;
    height: auto;
  }
}

_::-webkit-full-page-media,
_:future,
:root .css_selector {
  padding-top: 0;
}

.main_container_sp img {
  width: 100%;
}

.main_visual {
  position: relative;
  margin: 26px auto 0;
  width: 620px;
  height: 875px;
}

@media screen and (max-width: 1199px) {
  .main_visual {
    width: 100%;
    height: 140vw;
    margin: 0;
  }
}

.main_visual img {
  /* position: absolute;
  left: 0;
  right: 0;
  margin: auto; */
  /* max-width: 600px; */
}

.main_visual img:first-child {
  top: 0;
}

/*背景*/
.main_visual img:nth-child(2) {
  top: 1.4%;
  right: 0.5%;
  width: 94.5%;
  z-index: 5;
  opacity: 0;
}

/*ロゴ*/
.main_visual img:nth-child(3) {
  bottom: -0.2%;
  z-index: 3;
}

/*建物*/
.main_visual img:nth-child(4) {
  bottom: 5.5%;
  left: 2.5%;
  width: 87%;
  z-index: 5;
  opacity: 0;
}

/*レースタイトル*/
.main_visual img:nth-child(5) {
  top: 3.2%;
  right: 0.3%;
  width: 86.5%;
  opacity: 0;
}

/*トコタン*/
.main_visual img:nth-child(6) {
  top: 3.6%;
  right: 52.2%;
  width: 43%;
  opacity: 0;
}

/*キャッチコピー*/
.main_visual img:nth-child(7) {
  top: 0;
  width: 100%;
  z-index: 4;
  opacity: 0;
}

/*光*/


.main_visual.loaded img:nth-child(2) {
  animation: scaleIn forwards 0.6s ease-out 2.8s
}

/*ロゴ*/
.main_visual.loaded img:nth-child(4) {
  animation: scaleIn forwards 0.6s ease-out 2.8s
}

/*レースタイトル*/
.main_visual.loaded img:nth-child(5) {
  animation: fadeIn forwards 0.3s ease-out 1.3s
}

/*トコタン*/
.main_visual.loaded img:nth-child(6) {
  animation: fadeIn forwards 0.3s ease-out 0.9s
}

/*キャッチコピー*/
.main_visual.loaded img:nth-child(7) {
  animation: lightUp forwards 0.7s ease-out 1.75s
}

/*光*/



@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes lightUp {
  0% {
    opacity: 0;
    /* filter: brightness(1); */
  }

  50% {
    /* filter: brightness(1.5); */
  }

  100% {
    opacity: 1;
    /* filter: brightness(1.2); */
  }
}


.mv_pickup_set {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 25px;
}

/* .main_visyal, */
.pickup_pc {
  width: 557px;
}

.pickup_pc {
  position: relative;
  margin-top: 53px;
}

.pickup_ul_pc {
  list-style: none;
  padding: 0;
  margin: 0 auto 23px;
  /* width: 1200px; */
  display: flex;
  justify-content: space-between;
  gap: 28px 25px;
}

.pickup_ul_pc li {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.6s ease forwards;
}

.pickup_ul_pc:nth-child(2) {
  /* margin-top: 40px; */
}

.pickup_ul_pc2 {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 63px;
  margin-bottom: 0;
}

.pickup_ul_pc2 li {
  opacity: 0;
}

.pickup_pc p {
  margin: 0;
  text-align: center;
  padding: 0;
  opacity: 0;
  margin-top: 50px;
}

.pickup_ul_sp li {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 6px 1px rgba(0,0,0,0.4); */
  width: 46%;
  opacity: 0;
}

.banner_pc {
  text-align: center;
  margin-top: 86px;
  margin-bottom: 145px;
}

.top_banner_pc {
  opacity: 0;
}

.top_banner_pc:nth-child(n+2) {
  margin-top: 13px;
}

.pickup_ul_pc.show li {
  opacity: 1;
  transform: translateY(0);
}

.top_photo_gallery_title {
  opacity: 0;
}

.top_banner_pc.show,
.top_banner_sp.show,
.pickup_ul_pc2.show li,
.pickup_ul_sp.show li {
  animation: fadeIn 0.3s ease-out forwards;
}

.fade-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fade-target.show {
  opacity: 1;
  transform: translateY(0);
}

/* ボタン用 */
.pop-in {
  opacity: 0;
  transform: scale(0.5) translateZ(0);
  will-change: transform;
}

.pop-in.show {
  animation: popIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  80% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.nav_pc_logo a:hover,
.news_wrapper .text a:hover,
.top_banner_pc a:hover,
.top_banner_sp a:hover,
.pickup_ul_pc li a:hover,
.pickup_ul_pc2 li a:hover,
.pickup_ul_sp li a:hover,
.photo_gallery_swiper_container .btn a:hover,
.racer_pickup_box_footer a:hover,
#top_dream .btn a:hover,
.racer_pickup_past_list li a:hover,
#top_campaign .btn a:hover,
.racelive_wrapper .btn a:hover,
#top_renewal .btn a:hover,
.nav_img1_sp a:hover,
.nav_sns_sp li a:hover,
.accordion_title:hover {
  opacity: 0.7;
}


@media (max-width: 1199px) {
  .pickup_pc {
    display: none;
  }

  .pickup_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .pickup_pc {
    display: block;
  }

  .pickup_sp {
    display: none;
  }
}

.bottom_wrapper {
  /* text-align: left;
  background: url(../images/main/bg_sp.jpg) no-repeat center / cover; */
}

.pickup_sp {
  /* filter: drop-shadow(0 3px 3px rgba(0,0,0,0.4)); */
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.4); */
  padding: 7% 8% 13%;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .pickup_sp {
    padding: 7% 6% 13%;
  }
}

.pickup_ul_sp {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.pickup_ul_sp:nth-child(n+2) {
  margin-top: 4%;
}

.pickup_sp p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  opacity: 0;
  margin-top: 5%;
}

.pickup_ul_sp li img {
  /* width: 600px; */
}

.pickup_ul_sp2 {
  max-width: 650px;
  gap: 5%;
  padding: 6% 3%;
}

.top_banner_sp:nth-child(n+2) {
  margin-top: 3%;
}

@media (max-width: 500px) {
  .pickup_ul_sp2 {
    max-width: 350px;
  }
}

.pickup_ul_sp2 li {
  width: 24%;
}


.swiper-wrapper {
  height: 100%;
}

.news_swiper {
  overflow: hidden;
}

.swiper-slide {
  height: 100%;
}

.news_container {
  background-color: #F0F2F6;
}

@media (min-width: 1200px) {
  .news_container {
    display: block;
    /* background: url('../images/news/news_bg.jpg'); */
    background-size: cover;
    background-position: 50%;
    /* margin-top: 79px; */
    /* padding-bottom: 83px; */
    height: 50px;
  }

  .news_swiper {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
  }

  .news_kiji_pc {
    /* display: flex;
    align-items: center;
    height: 100%;
    width: 1200px;
    margin: auto; */
  }

  .news_kiji_sp {
    display: none;
  }

  #news_logo_pc {
    display: inline;
  }

  #news_logo_sp {
    display: none;
  }
}

@media (max-width: 1199px) {

  .news_swiper {
    /* height: 67px; */
  }

  .news_kiji_pc {
    display: none;
  }

  .news_kiji_sp {
    /* display: flex;
    align-items: baseline;
    height: 100%;
    margin: auto;
    padding-top: 0;
    padding: 6px 0; */
  }

  #news_logo_pc {
    display: none;
  }

  #news_logo_sp {
    display: inline;
  }

  #news_title {
    width: 100%;
  }
}


@media (max-width: 768px) {

  .news_swiper {
    /* height: 47px; */
    overflow: hidden;
  }

  .news_kiji_sp {
    line-height: 1.4;
    height: 47px;
    padding: 0;
  }

}

.news_wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* opacity: 0; */
}

.news_wrapper.show {
  animation: fadeIn forwards 0.3s ease-out;
}

.news_wrapper p {
  margin: 0 auto;
  text-align: center;
  /* padding: 25px 0; */
  position: relative;
  z-index: 5;
  /* margin-top: 30px; */
  width: 339px;
}

@media (max-width: 1199px) {
  .news_wrapper p {
    width: 40%;
  }
}

.text a {
  color: #073894;
  text-decoration: none;
}




/* newsスクロールバー↓ */
.news_list {
  max-width: 100%;
  background: #f0f2f6;
  position: relative;
  scrollbar-base-color: #073894;
  scrollbar-color: #073894 #ccc;
  font-weight: bold;
}

/* スクロールバーを非表示 */
.news_list_ul::-webkit-scrollbar {
  display: none;
  /* width: 32px; */
}

/* Firefox */
.news_list_ul {
  scrollbar-width: none;
}

/* IE・Edge（古い） */
.news_list_ul {
  -ms-overflow-style: none;
}

/* .news_list_ul::-webkit-scrollbar-track {
  background: url('../images/news/news_back_scrollbar.png') no-repeat;
  background-position: center;
  background-size: 18px 80%;
  background-size: auto 100%;
}

.news_list_ul::-webkit-scrollbar-thumb {
  background: url('../images/news/news_on_scrollbar.png') no-repeat;
  background-position: center;
  background-size: 18px 100%;
}

@media screen and (max-width: 768px) {
  .news_list_ul::-webkit-scrollbar-track {
    background-size: 18px 90%;
  }

  .news_list_ul::-webkit-scrollbar-thumb {
    background-size: 18px 90%;
  }
} */

.date {
  background-size: cover;
  color: #000;
  /* padding: 5px 10px; */
  margin-left: 33px;
  font-weight: bold;
  font-size: 18px;
}

.news_list_ul a {
  color: #0055a7;
  font-weight: bold;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  text-decoration-color: #0055a7;
  text-decoration: none;
}

.text {
  color: #000;
  margin-left: 85px;
  letter-spacing: 0.3px;
  margin-top: 0;
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px 0 0;
}

@media (max-width: 1199px) {
  .date {
    font-size: min(3.5vw, 18px);
    margin-left: 20px;
    align-self: flex-start;
  }

  .text {
    display: block;
    padding: 0 100px 0 0;
    /* margin-top: 17px; */
    font-size: min(3.5vw, 18px);
    text-align: justify;
    margin-left: 8%;
  }
}

@media (max-width: 768px) {
  .date {
    font-size: min(2.5vw, 16px);
    margin-left: 20px;
  }

  .text {
    display: block;
    padding: 0 60px 0 0;
    /* margin-top: 17px; */
    font-size: min(2.5vw, 16px);
    text-align: justify;

    margin-left: 35px;
  }
}

@media (max-width: 499px) {
  .text {
    padding: 0 20px 0 0;

    margin-left: 20px;
  }
}

.main_center {
  text-align: center;
}

@media (max-width: 1199px) {
  .main_center {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main_center {
    display: block;
  }
}

/* index.php css end */
/* footer.php css start */
footer {
  position: relative;
  /* background-color: #1290D1; */
  /* background-position: center bottom; */
  z-index: 0;
}

@media (max-width: 1199px) {
  footer {
    background-color: #1290D1;
  }
}

footer::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}

.footer_container {
  position: relative;
}

#to_top_btn_pc {
  width: 116px;
  height: 116px;
  box-sizing: border-box;
  padding-top: 0;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
}

#to_top_btn_pc.show {
  pointer-events: auto;
}

/* #to_top_btn_pc::before {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 25%;
  height: 25%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
} */

.footer_bg {
  background-color: #1290D1;
}

@media (max-width: 1199px) {

  footer::before {
    content: "";
    position: absolute;
    top: -26%;
    left: 0;
    background-image: url(../images/footer/footer_bg_sp.png);
  }

  .footer_container {
    margin-top: 30px;
  }

  #to_top_btn_pc {
    position: fixed;
    right: 20px;
    bottom: 45px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }

  .footer_bg {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media (max-width: 768px) {
  footer::before {
    top: -36%;
  }

  #to_top_btn_pc {
    position: fixed;
    right: 20px;
    bottom: 45px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
}

@media (min-width: 1500px) {
  #to_top_btn_pc {
    right: 50px;
  }
}

@media (min-width: 1900px) {
  #to_top_btn_pc {
    right: 220px;
  }
}

@media (min-width: 2500px) {
  #to_top_btn_pc {
    right: 550px;
  }
}

@media (min-width: 3800px) {
  #to_top_btn_pc {
    right: 1150px;
  }
}

#to_top_btn_pc.show,
#to_top_btn_sp.show {
  opacity: 1;
  visibility: visible;
}

.swiper-container {
  padding-bottom: 0;
  margin-top: -110px;
}

@media (min-width: 2500px) {
  .swiper-container {
    padding-bottom: 90px;
  }
}

@media (min-width: 3000px) {
  .swiper-container {
    margin-top: -220px;
  }
}

@media (min-width: 4000px) {
  .swiper-container {
    margin-top: -270px;
  }
}

@media screen and (max-width: 1199px) {
  .swiper-container {
    padding-bottom: 0;
    padding-top: 3%;
    margin-top: -1%;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 5%;
  }
}

@media screen and (max-width: 499px) {
  .swiper-container {
    margin-top: 1%;
  }
}

#swiper_base {
  position: relative;
  margin: auto;
  width: 1060px;
}

.swiper {
  opacity: 0;
}

.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-button-prev {
  left: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/footer/arrow_left.png') no-repeat;
  height: 46px;
  width: 28px;
}

.swiper-button-next {
  right: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/footer/arrow_right.png') no-repeat;
  height: 46px;
  width: 28px;
}

#swiper_base img {
  width: 100%;
  font-size: 10px;
}

footer .swiper-slide:hover,
footer .swiper-button-prev:hover,
footer .swiper-button-next:hover {
  opacity: 0.7;
}

#swiper_base .swiper-button-prev:after,
#swiper_base .swiper-button-next:after {
  content: '';
}

@media (max-width: 1199px) {
  #swiper_base {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .swiper-button-prev {
    width: 30px;
    height: 31px;
    background-size: contain;
    left: -30px;
  }

  .swiper-button-next {
    width: 30px;
    height: 31px;
    background-size: contain;
    right: -40px;
  }
}

.footer_banner_pc,
.footer_banner_sp {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .footer_banner_pc {
    display: none;
  }

  .footer_banner_sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  .footer_banner_pc {
    display: block;
  }

  .footer_banner_sp {
    display: none;
  }
}

ul.slider {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto;
  /* background: #fff; */
}

@media (max-width: 1199px) {
  ul.slider {
    background: none;
    box-shadow: none;
  }
}

ul.slider li a img {
  width: 100%;
}

ul.slider li a img:hover {
  opacity: 0.7;
}

.boatrace_logo {
  text-align: center;
  padding: 90px 0 16px;
}

@media (min-width: 2500px) {
  .boatrace_logo {
    padding: 0 0 16px;
  }
}

@media (max-width: 1199px) {
  .boatrace_logo {
    padding: 6% 0 1%;
  }
}

@media (max-width: 768px) {
  .boatrace_logo {
    padding: 10% 0 1%;
  }

  .boatrace_logo img {
    width: 34vw;
  }
}

.boatrace_logo a:hover {
  opacity: 0.7;
}

.copy_color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  color: #fff;
}

@media (max-width: 1199px) {
  .copy_color {
    padding-bottom: 22px;
  }
}

.copy_color p {
  margin: 0;
  width: 60%;
  text-align: center;
}

/* footer.php css end */
/* 下層ページ共通 css start */
.page-bi {
  position: relative;
  padding: 233px 0 120px;
}

@media (max-width: 1199px) {
  .page-bi {
    padding: 163px 0 80px;
  }
}

@media (max-width: 768px) {
  .page-bi {
    padding: 103px 0 60px;
  }
}

.contain {
  max-width: 1200px;
  margin: auto;
  padding-top: 68px;
  position: relative;
}

@media (max-width: 1199px) {
  .contain {
    width: 100%;
    padding-top: 8%;
  }
}

h2.pc {
  background: #e0bf43;
  background-size: 100%;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  padding: 15px 0px;
  color: #000000;
  letter-spacing: 10px;
  position: relative;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  position: relative;
  z-index: 1;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  h2.pc {
    /* box-shadow: 0 5px 5px rgba(0,0,0,0.4); */
    padding-bottom: 8px;
  }
}

h2.sp {
  background: #e0bf43;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.7));
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  font-size: 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;
  }
}

@media (max-width: 1199px) {
  h2.pc {
    display: none;
  }

  h2.sp {
    display: block;
  }
}

@media (min-width: 1200px) {
  h2.pc {
    display: block;
  }

  h2.sp {
    display: none;
  }
}


body.second_page {
  background-image: url(../images/second/bg_pc.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position-y: 233px;
}

.bc-white {
  margin-top: 48px;
  /* background: #fff; */
}

@media (max-width: 1199px) {
  body.second_page {
    background-image: url(../images/second/bg_sp.jpg);
    background-position-y: -40px;
  }

  .bc-white {
    margin-top: 4%;
    box-shadow: none;
  }

  .clear_box_w.pc-none {
    height: 100px;
  }
}

.page-inner {
  padding: 2% 2% 3% 2%;
  margin: auto;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 3% 0;
  }
}

/* movie_~.php css start */
.jstream-eqPlayer {
  display: block !important;
}

.jstplayer {
  width: 640px;
}

.jstlistcrtl {
  width: 640px;
}

.jstlist {
  width: 600px;
}

.jstream-eqPlayer {
  display: block !important;
}

/* movie_~.php css end */
/* dream.php css start */
.saturday {
  color: #0f32e9;
}

.sunday {
  color: #e42329;
}

.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 150px 0;
  color: #fff;
}

@media (max-width: 700px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 !important;
  }
}

/* dream.php css end */
/* tv_schedule.php css start */
.tv_padding {
  padding: 20px;
}

.tv_padding a {
  color: #EBD12C;
}

.tv_padding p {
  margin: 0;
  margin-top: 10px;
  color: #fff;
}

.tv_padding tr {
  background: #fff;
}

#tv {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
  margin-top: 20px;
}

th,
td {
  border: 1px solid #000;
  padding: 5px;
}

th {
  background: #0055A7;
  color: #fff;
}

/* tv_schedule.php css end */
/* suishou.php css start */
.suishou_padding {
  padding: 0;
}

#suishou_contents_pc {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
}

#suishou_contents_sp {
  display: none;
}

#suishou_contents_pc th,
#suishou_contents_pc td {
  background: #1290d1;
  color: #fff;
  border: 1px solid #000;
  padding: 5px;
}

#suishou_contents_pc td {
  background: #fff;
  color: #000;
}

@media (min-width: 1200px) {
  .warning_text_pc {
    display: block;
    text-align: left;
    transform: rotate(0.03deg);
  }

  .warning_text_sp {
    display: none;
    transform: rotate(0.03deg);
  }
}

@media (max-width: 1199px) {
  .suishou_padding {
    padding: 0 10px;
  }

  #suishou_contents_pc {
    display: none;
  }

  #suishou_contents_sp {
    display: table;
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-collapse: collapse;
  }

  #suishou_contents_sp th,
  #suishou_contents_sp td {
    background: #1290d1;
    color: #fff;
    border: 1px solid #000;
    padding: 5px;
  }

  #suishou_contents_sp td {
    background: #fff;
    color: #000;
  }

  .warning_text_pc {
    display: none;
  }

  .warning_text_sp {
    display: block;
    text-align: left;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 699px) {

  #suishou_contents_sp th,
  #suishou_contents_sp td {
    font-size: 13px;
  }
}

/* suishou.php css end */
/* event.php css start */
.event_container {
  width: 800px;
  margin: auto;
}

.event_container .event_box+.event_box {
  margin-top: 100px;
}

.event_container h3 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  background: #a4ff00;
  padding: 10px 0;
  letter-spacing: 4px;
}

.event_container h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  width: 568px;
  margin: auto;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #74a2ff 50%, #74a2ff 100%);
  padding: 2px 0;
}

.event_container .event_time_place_text {
  text-align: center;
  font-size: 22px;
  margin: 30px 0;
}

.event_container .event_text {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .event_container {
    width: 100%;
  }

  .event_container h4 {
    width: 420px;
  }
}

@media (max-width: 500px) {
  .event_container h3 {
    font-size: 24px;
  }

  .event_container h4 {
    width: 315px;
    font-size: 20px;
  }

  .event_container .event_time_place_text {
    font-size: 18px;
  }

  .event_container .event_text {
    font-size: 16px;
  }
}

.event_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  /* background: #fff; */
  /* opacity: 0.9; */
  padding-bottom: 20px;
}

.event_wrapper img {
  box-shadow: 0 0 8px #999;
}

.kaimon {
  width: 95%;
  border-top: 3px solid lightskyblue;
  border-bottom: 3px solid lightskyblue;
  margin: 0 auto;
  font-weight: bold;
  border-top: solid 3px #C8B48A;
  border-bottom: solid 3px #C8B48A;
}

.underline {
  border-bottom: 3px solid lightskyblue;
}

.event {
  border: 5px solid #e2ba22;
  width: 85%;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 25px;
  opacity: 1;
  background: #fff;
}

.event_padding {
  padding: 0 20px 20px 20px;
}

.event p {
  text-align: left;
}

.event h3 {
  padding: 0.3em 0.5em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  /* color: #fff; */
  /* background: repeating-linear-gradient(-45deg, #bf73a1, #bf73a1 2px, #af6993 0, #af6993 4px); */
  /* box-shadow: 6px 6px #f2e3ec; */
  /* border-left: solid #420d07 8px; */
  /* text-shadow: 1px 1px #000; */
  margin: 0;
  background-color: #F5E9D8;
  background-image: linear-gradient(-45deg, #ebcf65 25%, #e2ba22 25%, #e2ba22 50%, #ebcf65 50%, #ebcf65 75%, #e2ba22 75%, #e2ba22);
  background-position: 0 0, 25px 25px;
  background-size: 50px 50px;
  border-radius: 15px 15px 0 0;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.event h4 {
  padding: 0.3em 0.9em;
  text-align: left;
  padding-left: 5px;
  border-left: solid 8px #e2ba22;
  font-size: 1.7em;
  font-weight: bold;
}

.event_h4 {
  border-left: solid 8px #420d07;
  padding-left: 20px;
}

.event_h4_underline {
  border-bottom: 3px solid #420d07;
}

.event p span {
  /* background: #e10414; */
  color: #e10414;
}

.photo p {
  text-align: center;
}

.event_images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.event_images li+li {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .event_images ul {
    display: block;
  }

  .event_images li+li {
    margin-left: 0;
  }
}

.event_images p {
  text-align: center;
}

.event hr {
  /* border-top: 2px dashed #ccc; */
}

/* event.php css end */
/*下層ページタイトルパターン2*/
.second_title_img {
  position: relative;
  text-align: center;
}

.second_title_img img {
  /* width: 100%; */
}


@media (max-width: 1199px) {
  .second_title_img {
    max-width: 93%;
    margin: auto;
  }

  .second_title_img img {
    /* width: 100%; */
  }

}



/******表示・非表示*******/
@media (min-width: 1200px) {

  /*PCの時非表示にします*/
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 1199px) {

  /*TBとSPの時非表示にします*/
  .tb-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

@media (max-width: 768px) {

  /*SPの時非表示にします*/
  .sp-none {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}


/* トップページ photo gallery */
.photo_gallery_swiper_container {
  background-color: #EBD12C;
  position: relative;
}

/* 波線 */
.photo_gallery_swiper_container::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('../images/photo_gallery/pg_wave_top.png') repeat-x;
  background-size: auto 100%;
  background-position-x: 147px;
  z-index: 0;
}

.photo_gallery_swiper_container::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('../images/photo_gallery/pg_wave_bottom.png') repeat-x;
  background-size: auto 100%;
  background-position-x: 147px;
  z-index: 0;
}

.photo_gallery_swiper_wrapper {
  text-align: center;
  background-size: cover;
  /* padding-bottom: min(3vw, 150px); */
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 auto;
  /* max-width: 1200px; */
  position: relative;
}

.photo_gallery_swiper_wrapper h3 {
  /* margin: 0; */
  /* margin-top: 0; */
  /* margin-bottom: min(4.5vw, 23px); */
}

.photo_gallery_swiper_wrapper h3 img {
  /* margin-right: 26px; */
}

.photo_gallery_swiper_wrapper .swiper {
  overflow: visible;
}

.photo_gallery_swiper_wrapper .swiper-wrapper {
  transition-timing-function: linear;
}

.photo_gallery_swiper_wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}


/* ホバーしている要素には通常の状態を適用 */
.photo_gallery_swiper_wrapper .swiper:hover .swiper-slide {
  opacity: 1;
  transition: opacity .2s;
}

/* ホバーしていない要素に薄くする効果を適用 */
.photo_gallery_swiper_wrapper .swiper:hover .swiper-slide:not(:hover) {
  opacity: 0.3;
}

.photo_gallery_swiper_wrapper .top-btn-link {
  position: relative;
  z-index: 2;
}

/* ボタンhover時はスライドの影響をリセット */
.swiper:has(.swiper-button-prev:hover) .swiper-slide,
.swiper:has(.swiper-button-next:hover) .swiper-slide {
  opacity: 1 !important;
}

@media (min-width: 1921px) {}

.photo_gallery_swiper_wrapper .top-btn-link {
  display: inline-block;
  margin-top: 96px;
}

@media screen and (min-width: 1200px) {

  .photo_gallery_swiper_wrapper .swiper-button-prev,
  .photo_gallery_swiper_wrapper .swiper-button-next {
    display: none;
  }
}

.photo_gallery_swiper_wrapper .swiper-button-prev,
.photo_gallery_swiper_wrapper .swiper-button-next {
  z-index: 20;
}

/* 1199px以下 */
@media (max-width: 1199px) {

  /* 波線 */
  .photo_gallery_swiper_container::before {
    top: -40px;
    background-size: auto 90%;
    background-position-x: 147px;
  }

  .photo_gallery_swiper_container::after {
    bottom: -40px;
    background-size: auto 90%;
    background-position-x: 147px;
  }

  .photo_gallery_swiper_wrapper {
    padding-bottom: min(20vw, 60px);
  }

  .photo_gallery_swiper_wrapper h3 {
    /* margin: 0; */
    margin-top: 5%;
    /* margin-bottom: min(20vw, 214px); */
  }

  .photo_gallery_swiper_wrapper h3 img {
    /* width: 46%;
    height: auto; */
  }

  .photo_gallery_swiper_wrapper .top-btn-link {
    width: 44vw;
  }

  .photo_gallery_swiper_wrapper .swiper-button-prev {
    left: 16vw;
    bottom: -43vw;
    margin: auto;
    background: url(../images/photo_gallery/arrow_left_sp.png) no-repeat;
    background-size: contain;
    width: 52px;
    height: 53px;
  }

  .photo_gallery_swiper_wrapper .swiper-button-next {
    right: 16vw;
    bottom: -43vw;
    margin: auto;
    background: url(../images/photo_gallery/arrow_right_sp.png) no-repeat;
    background-size: contain;
    width: 52px;
    height: 53px;
  }

  .photo_gallery_swiper_wrapper .swiper-button-prev::after,
  .photo_gallery_swiper_wrapper .swiper-button-next::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .photo_gallery_swiper_container::before {
    top: -40px;
    background-size: auto 70%;
    background-position-x: 137px;
  }

  .photo_gallery_swiper_container::after {
    bottom: -50px;
    background-size: auto 70%;
    background-position-x: 137px;
  }

  .photo_gallery_swiper_wrapper {
    padding-bottom: min(7vw, 40px);
  }

  .photo_gallery_swiper_wrapper h3 {
    margin-top: min(11vw, 14px);
    margin-bottom: min(20.2vw, 190px);
  }

  .photo_gallery_swiper_wrapper h3 img {
    /* max-width: 94%; */
  }

  #photo_gallery_swiper {
    padding: 0 0 30px;
  }

  .photo_gallery_swiper_wrapper .top-btn-link {
    margin-top: 4vw;
  }

  .photo_gallery_swiper_wrapper .swiper-button-prev {
    left: 12vw;
    bottom: -46vw;
  }

  .photo_gallery_swiper_wrapper .swiper-button-next {
    right: 12vw;
    bottom: -46vw;
  }
}

@media (max-width: 499px) {
  .photo_gallery_swiper_container::before {
    top: -20px;
    background-size: auto 40%;
    background-position-x: 190px;
  }

  .photo_gallery_swiper_container::after {
    bottom: -65px;
    background-size: auto 40%;
    background-position-x: 190px;
  }

  .photo_gallery_swiper_wrapper {
    padding-bottom: min(5vw, 40px);
  }

  .photo_gallery_swiper_wrapper .swiper-button-prev {
    left: 9vw;
    bottom: -50vw;
    width: 45px;
    height: 46px;
  }

  .photo_gallery_swiper_wrapper .swiper-button-next {
    right: 9vw;
    bottom: -50vw;
    width: 45px;
    height: 46px;
  }
}


/* 写真ジグザクに */
.photo_gallery_swiper_wrapper .swiper-slide {
  transform: translateY(0);
  transition: transform 0.3s;
}

.photo_gallery_swiper_wrapper .swiper-slide:nth-of-type(2n) {
  transform: translateY(60px);
}

@media (max-width: 768px) {
  .photo_gallery_swiper_wrapper .swiper-slide:nth-of-type(2n) {
    transform: translateY(30px);
  }
}


/* news 新着情報 */
.news_container {
  position: relative;
  top: 233px;
  /* navの下 */
  width: 100%;
  transition: transform 0.4s ease;
  z-index: 4;
}

.news_container.is-move {
  transform: translateY(-233px);
}

@media (max-width: 1199px) {
  .news_container {
    top: 163px;
    /* navの下 */
  }
}

@media (max-width: 768px) {
  .news_container {
    top: 103px;
    /* navの下 */
  }
}

/* アンカーリンク ジャンプ位置調整*/
#dream_day2 {
  /* scroll-margin-top: 200px; */
  /* ナビの高さ */
}


/* 下層のみ非表示箇所 */
/* newsはphpで消してる */

/* フッターの背景だけ消す、透明化 */
.second_page footer::before {
  background-image: none;
}

.second_page footer,
.second_page .footer_bg {
  background-color: transparent;
}

.second_page .swiper-container {
  margin-top: 0;
}

/* タイトルh3のスクリーン対応 */
.top-title {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 230px;
}

.top_h3_group {
  text-align: center;
  position: relative;
}

.h3_wrap {
  display: block;
  position: absolute;
  /* inset: 0;
  isolation: unset;
  pointer-events: none; */
  z-index: 0;
}

/* トップタイトル */
.h3_wrap.top-title_pg {
  top: -100px;
}

.h3_wrap.top_dream-title {
  top: -90px;
}

.h3_wrap.top-title_rp {
  top: -66px;
  z-index: 2;
}

.h3_wrap.top-title_cp {
  top: -66px;
}

.h3_wrap.top-title_webcp {
  top: -95px;
}

@media (max-width: 1199px) {
  .h3_wrap.top-title_pg {
    top: -6vw;
  }

  .h3_wrap.top_dream-title {
    top: -9vw;
  }

  .h3_wrap.top-title_rp {
    top: -6vw;
  }

  .h3_wrap.top-title_cp {
    top: -6vw;
  }

  .h3_wrap.top-title_webcp {
    top: -9vw;
  }

  .top-title {
    margin-bottom: 22vw;
  }
}


/* 1200px以上のとき改行 */
.br-pc {
  display: none;
}

@media (min-width: 1200px) {
  .br-pc {
    display: block;
  }
}

/* 1199px以下全部で改行 */
.br-under1200 {
  display: none;
}

@media screen and (max-width: 1199px) {
  .br-under1200 {
    display: block;
  }
}

/* 1199px~768px内のときだけ改行 */
.br-tb {
  display: none;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .br-tb {
    display: block;
  }

  .nowrap-tb {
    white-space: nowrap;
  }
}

/* 768px以下のとき改行 */
.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }

  .nowrap-sp {
    white-space: nowrap;
  }
}
/* 500px未満で改行 */
.br-500 {
  display: none;
}

@media screen and (max-width: 499px) {
  .br-500 {
    display: inline;
  }
}

/* TBだけ改行なし */
.br-tb-off {
  display: inline;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .br-tb-off {
    display: none;
  }
}


@media screen and (min-width: 1200px) {
  #banner_slider .swiper-wrapper {
    transform: none !important;
    display: flex;
    justify-content: center;
  }

  #banner_slider .swiper-slide {
    width: calc((100% - 40px) / 3) !important;
    flex-shrink: 0;
  }

  #banner_slider .swiper-button-prev,
  #banner_slider .swiper-button-next {
    display: none;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mt_30 {
  margin-top: 30px;
}

.entry_pc {
  display: none;
}

@media(min-width: 451px) {
  .entry_pc {
    display: block;
  }

  .entry_sp {
    display: none;
  }
}

/* トップページ メインビジュアルアニメーション */
.main_container_pc .main_visual {
  position: relative;
  background: transparent;
  /* 最初は白 */
  overflow: hidden;
}

.main_container_pc .main_visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/main/mv/img_mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translateY(200px) scale(1.75);
}

.main_container_pc .main_visual .mv_item {
  position: absolute;
}

.main_container_pc .main_visual .mv_item.mv_copy {
  top: 10px;
  right: 10px;
  z-index: 5;
  opacity: 0;
  transform: scale(1.5);
}

.main_container_pc .main_visual .mv_item.mv_title {
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  opacity: 0;
}

.main_container_pc .main_visual .mv_item.mv_days {
  bottom: 5px;
  left: 20px;
  opacity: 0;
}

.main_container_pc .main_visual .mv_item.mv_place {
  bottom: 5px;
  right: 20px;
  opacity: 0;
}

.main_container_pc .main_visual .mv_item.mv_racer_01 {
  bottom: 145px;
  left: 134px;
  z-index: 4;
  opacity: 0;
}

.main_container_pc .main_visual .mv_item.mv_racer_02 {
  bottom: 203px;
  left: 31px;
  z-index: 3;
  opacity: 0;
  transform: translateX(300px) scale(.5);
}

.main_container_pc .main_visual .mv_item.mv_racer_03 {
  bottom: 228px;
  right: 39px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-300px) scale(.5);
}

.main_container_pc .main_visual .mv_item.mv_dynamite {
  top: 10px;
  left: 16px;
  z-index: 5;
  opacity: 0;
}

.main_container_sp .main_visual {
  position: relative;
  background: transparent;
  /* 最初は白 */
  overflow: hidden;
}

.main_container_sp .main_visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/main/mv/img_mv_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translateY(200px) scale(1.75);
}

.main_container_sp .main_visual .mv_item {
  position: absolute;
}

.main_container_sp .main_visual .mv_item.mv_copy {
  top: 1vw;
  right: .5vw;
  z-index: 5;
  width: 13vw;
  opacity: 0;
  transform: scale(1.5);
}

.main_container_sp .main_visual .mv_item.mv_title {
  bottom: 8vw;
  left: 0;
  right: 0;
  z-index: 5;
  width: 93vw;
  margin: auto;
  opacity: 0;
}

.main_container_sp .main_visual .mv_item.mv_days {
  bottom: 1vw;
  left: 5vw;
  width: 63vw;
  opacity: 0;
}

.main_container_sp .main_visual .mv_item.mv_place {
  bottom: 1.25vw;
  right: 5vw;
  width: 26vw;
  opacity: 0;
}

.main_container_sp .main_visual .mv_item.mv_racer_01 {
  bottom: 22.5vw;
  left: 21.9vw;
  width: 56.3vw;
  z-index: 4;
  opacity: 0;
}

.main_container_sp .main_visual .mv_item.mv_racer_02 {
  bottom: 31.5vw;
  left: 5.25vw;
  width: 45vw;
  z-index: 3;
  opacity: 0;
  transform: translateX(300px) scale(.5);
}

.main_container_sp .main_visual .mv_item.mv_racer_03 {
  bottom: 35.6vw;
  right: 6.5vw;
  width: 36.5vw;
  z-index: 2;
  opacity: 0;
  transform: translateX(-300px) scale(.5);
}

.main_container_sp .main_visual .mv_item.mv_dynamite {
  top: 2vw;
  left: 3vw;
  z-index: 5;
  width: 11vw;
  opacity: 0;
}

/* 読み込み完了後にだけアニメーション開始 */
body.is-mv-start .main_visual::before {
  animation: bgFadeIn .2s ease 1.5s forwards;
}

body.is-mv-start .main_visual .mv_copy {
  animation: bgFadeIn .2s ease 1.5s forwards;
}

body.is-mv-start .main_visual .mv_title {
  animation: bgFadeIn 1s ease 2.5s forwards;
}

body.is-mv-start .main_visual .mv_days,
body.is-mv-start .main_visual .mv_place {
  animation: bgFadeIn 1s ease 3.5s forwards;
}

body.is-mv-start .main_visual .mv_racer_01 {
  animation: racerIn-01 .2s ease 1.5s forwards;
}

body.is-mv-start .main_visual .mv_racer_02 {
  animation: bgFadeIn .2s ease 1.5s forwards;
}

body.is-mv-start .main_visual .mv_racer_03 {
  animation: racerIn-03 .2s ease 1.5s forwards;
}

body.is-mv-start .main_visual .mv_dynamite {
  animation: bgFadeIn 1s ease 3.5s forwards;
}

@keyframes bgFadeIn {
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes racerIn-01 {
  0% {
    transform: translateY(200px) scale(.1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes racerIn-03 {
  0% {}

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    /* transform: translateX(0) scale(1); */
  }
}

/* トコタン25アンカーリンクジャンプ位置調整 */
@media (max-width: 1199px) {
  #top_campaign {
    scroll-margin-top: 80px;
  }
}

/* ピックアップボタンとナビメニューの注目レーサーピックアップ ジャンプ位置調整 */
#pickup_day1,
#pickup_day2,
#pickup_day3,
#pickup_day4,
#pickup_day5,
#pickup_day6,
#nav_day1,
#nav_day2,
#nav_day3,
#nav_day4,
#nav_day5,
#nav_day6 {
  scroll-margin-top: 280px;
}

@media (max-width: 1199px) {

  #pickup_day1,
  #pickup_day2,
  #pickup_day3,
  #pickup_day4,
  #pickup_day5,
  #pickup_day6,
  #nav_day1,
  #nav_day2,
  #nav_day3,
  #nav_day4,
  #nav_day5,
  #nav_day6 {
    scroll-margin-top: 340px;
  }
}

@media (max-width: 768px) {

  #pickup_day1,
  #pickup_day2,
  #pickup_day3,
  #pickup_day4,
  #pickup_day5,
  #pickup_day6,
  #nav_day1,
  #nav_day2,
  #nav_day3,
  #nav_day4,
  #nav_day5,
  #nav_day6 {
    scroll-margin-top: 240px;
  }
}


/* 0508本番公開時非公開コンテンツと余白調整 */
/* 表示させるときは下記のコードを削除する */
/* 前検日に削除(フォトギャラリー追加) */
.banner_pc {
  margin-bottom: 0;
}

.pickup_sp {
  padding: 7% 8% 0;
}

#top_dream .top_dream-wrapper {
  padding: 8% 0 6% !important;
}

@media (min-width: 1921px) {
  #top_dream .top_dream-wrapper {
    padding: 83px 0 88px !important;
  }
}

/* 初日に削除(注目レーサーピックアップ追加) */
/* フォトギャラリー追加したらこれだけコメントアウト解除する↓ */
/* #top_dream .top_dream-wrapper {
    padding: 8% 0 6% !important;
} */
#top_campaign {
  padding-top: 0 !important;
}



/* フッターバナー追加されたら削除する↓ fotter.phpも忘れずにコメントアウト外す */
footer::before {
  top: -190px;
  height: 200%;
}

.boatrace_logo {
  padding: 0 0 16px;
}

@media (min-width: 1920px) {
  footer::before {
    top: -220px;
    height: 250%;
  }
}

@media (min-width: 2500px) {
  footer::before {
    top: -260px;
    height: 290%;
  }

  #top_renewal .star_section {
    padding: 0 0 330px !important;
  }
}

@media (min-width: 3000px) {
  footer::before {
    top: -310px;
    height: 290%;
  }

  #top_renewal .star_section {
    padding: 0 0 420px !important;
  }
}

@media (min-width: 3500px) {
  footer::before {
    top: -360px;
    height: 320%;
  }
}

@media (max-width: 1199px) {
  .footer_bg {
    padding-top: 0;
    margin-top: 0;
  }

  footer::before {
    top: -105%;
    height: 120%;
  }
}

@media (max-width: 768px) {
  footer::before {
    top: -68%;
    height: 100%;
  }
}