* {
  box-sizing: border-box;
}
ul {
  list-style: none;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ StdN w6", sans-serif;
  /* font-family: "游ゴシック体", "YuGothic", "游ゴシック Extra Bold","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  /* font-family: "Meiryo","Hiragino Kaku Gothic Std","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif; */
  /* font-family: 'M PLUS 1p', sans-serif; */
  background: #57b9e9;
}
body.open_nav {
  overflow-y: hidden;
}
img {
  width: 100%;
  vertical-align: bottom;
}
picture {
  width: 100%;
}
a,
a img {
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover,
a img:hover {
  opacity: 0.8;
}
.in-bl {
  display: inline-block;
}
.br_on {
  display: none;
}
.br_off {
  display: block;
}
.grayout {
  pointer-events: none;
  filter: grayscale(100%) brightness(50%);
}
#all_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  margin: auto;
}
.header_wrapper {
  background-image: url(../images/main/mv/mv_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 70vw;
}
header#header_pc {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
/*-------------------ヘッダー----------------------------*/
/*-----------------アナウンスエリア-------------------------------*/
/* swiper news */
/* .announce_container {
  position: relative;
}
.announce_container h3 {
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
.announce_wrapper {
  width: 100%;
  margin: auto;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.announce_wrapper {
  scrollbar-color: #333333 #fff;
}
.announce_wrapper h3 {
  margin: 0;
}
.announce_wrapper .announce_box {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.announce_wrapper .announce_box {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.announce_wrapper .announce_pc {
  display: block;
}
.announce_wrapper .announce_sp {
  display: none;
} */
p.announce {
  color: white;
  background: #e60012;
  position: absolute;
  /* left: -12px; */
  top: 0;
  line-height: 54px;
  font-size: 20px;
  width: 100%;
  z-index: 1;
}
.announce_box_pc {
  display: block;
}
.announce_box_sp {
  display: none;
}
@media (max-width: 1199px) {
  p.announce {
  font-size: 16px;
}
  .announce_box_pc {
    display: none;
  }
  .announce_box_sp {
    display: block;
  }
}

#header_container h1 {
  margin: 0;
  margin-bottom: 40px;
}
#header_container h1 img {
  vertical-align: sub;
}
#header_container .logo {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  width: 40%;
  z-index: 1;
}
.header_sns {
  display: flex;
  list-style: none;
  align-items: flex-start;
  justify-content: center;
  margin: 48px auto 0;
  gap: 24px;
}
.header_sns li {
  text-align: center;
}
.header_sns span {
  color: #57b9e9;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
#header_container_sp {
  display: none;
}
.main_visual_container {
  position: relative;
  background: #053074;
  /* width: 96%; */
  margin: auto;
}
.main_visual_container_wrapper {
  overflow: hidden;
  /* border-radius: 10px; */
  width: 100%;
  margin: auto;
  /* margin-top: 10px; */
  position: relative;
  background: #000;
}
.main_visual_container img {
  width: 100%;
}
/* .main_visual_container .svg1 {
  position: absolute;
  right: 0.5vw;
  top: 1vw;
  width: 64%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.main_visual_container .svg1.active {
  opacity: 1;
  visibility: visible;
} */
.left-header {
  width: 50%;
  position: relative;
}
/* .left-header::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 436px;
  background-image: url(../images/main/mv/left_header_deco_top.png);
  background-size: cover;     
  background-repeat: no-repeat;
  background-position: top;
} */
/* .left-header::after{
  content: "";
  display: inline-block;
  width: 200%;
  height: 451px;
  background-image: url(../images/main/mv/left_header_deco_bottom.png);
  background-size: auto;      
  background-repeat: no-repeat;
  background-position: left bottom;
    position: relative;
    bottom: -314px;
} */
.title_box {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: left;
}
.title_box .scroll_anime {
  transition-delay: 1.2s;
}

.right-header {
  width: 50%;
}

.main_visual_container .mv1 {
  position: relative;
  height: auto;
}
.main_visual_container .mv2,
.main_visual_container .mv3,
.main_visual_container .mv4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.main_visual_container .mv2 {
  top: 3%;
  width: 12%;
}
.main_visual_container .mv3 {
  bottom: 6.5%;
  width: 94%;
}
.main_visual_container .mv4 {
  bottom: 3%;
  width: 56%;
}
/* アニメーション */
.main_visual_container .mv2 {
  transform: translateY(50px) translateX(-50%);
  transition: 0.8s all;
}
.main_visual_container .mv3 {
  transition: 0.5s 0.7s all;
}
.main_visual_container .mv4 {
  transition: 0.4s 1s all;
}
.main_visual_container .mv3,
.main_visual_container .mv4 {
  transform: translateX(-80%);
}
.main_visual_container.mv .mv2,
.main_visual_container.mv .mv3,
.main_visual_container.mv .mv4 {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}

.nav_btn {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  top: 20px;
}
.nav_btn .line {
  position: absolute;
  left: 0;
  right: 0;
  width: 38px;
  height: 5px;
  margin: 0 auto;
  background: #053074;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav_btn .line.top {
  top: 15px;
}
.nav_btn .line.middle {
  top: 28px;
}
.nav_btn .line.bottom {
  top: 41px;
}
.nav_btn .nav_btn_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.nav_btn.move .line.top {
  transform: rotate(135deg);
  top: 28px;
}
.nav_btn.move .line.middle {
  width: 0;
  opacity: 0;
}
.nav_btn.move .line.bottom {
  transform: rotate(-135deg);
  top: 28px;
}
.radious_btns_arrow {
  position: absolute;
  right: 30px;
  top: -20px;
  bottom: 0;
  font-size: 16px;
  margin: auto;
  height: 25px;
  transform: rotate(138deg);
}
.radious_btns_arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 10px;
  background: #1e205c;
  transition: background 0.3s;
}
.radious_btns_arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 2px;
  background: #1e205c;
  transition: background 0.3s;
}
.right_radius_btns:hover .radious_btns_arrow::before,
.right_radius_btns:hover .radious_btns_arrow::after {
  background: #fff;
}
#nav_container_right {
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 120px);
  height: 100vh;
  background: rgba(87, 185, 233, 0.9);
  z-index: 31;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff;
  padding-left: 30px;
  overflow-y: auto;
  will-change: transform, opacity, visibility;
}
#nav_container_right.move {
  transform: translateX(-120px);
  opacity: 1;
  visibility: visible;
}
#nav_wrapper_right {
  text-align: left;
  margin-top: 80px;
  opacity: 0;
  padding-right: 50px;
  width: 600px;
  margin-left: auto;
  padding-bottom: 100px;
}
#nav_container_right.move #nav_wrapper_right {
  opacity: 1;
}
#nav_wrapper_right .nav_title {
  font-weight: bold;
  cursor: pointer;
  font-size: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #ffe606;
  border-radius: 30px;
  color: #002762;
  letter-spacing: 1px;
  padding: 8px 0;
  padding-left: 8px;
}
#nav_wrapper_right .nav_title:nth-of-type(n + 2) {
  margin-top: 18px;
}
#nav_wrapper_right .nav_title .nav_title_arrow {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 16px;
}
#nav_wrapper_right .nav_title.up .nav_title_arrow {
  transform: rotate(-90deg);
}
#nav_wrapper_right .nav_title .nav_title_arrow img {
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
}
#nav_wrapper_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_wrapper_right ul.nav_each_btns {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
#nav_wrapper_right ul.nav_each_btns li {
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  margin-top: 20px;
  transform: rotate(0.03deg);
}
#nav_wrapper_right ul.nav_each_btns li:first-child {
  margin-top: 24px;
}
#nav_wrapper_right ul.nav_each_btns li:hover {
  opacity: 0.7 !important;
}
#nav_wrapper_right ul.nav_each_btns li a {
  text-decoration: none;
  color: #002762;
  letter-spacing: 1px;
}
#nav_wrapper_right ul.nav_each_btns li.grayout a {
  color: #d5d5d5;
  filter: grayscale(100%) brightness(50%);
}
.menu_nidan .nav_title_arrow_child {
  position: relative;
  top: 12px;
}
.menu_nidan .menu_nidan_span {
  margin-left: 34px;
}
.nav_title_arrow_child {
  display: inline-block;
  width: 16px;
  margin-right: 16px;
  margin-left: 26px;
}
.nav_title_arrow_child img {
  vertical-align: baseline;
  width: 100%;
}
/* ハンバーガーメニューディレイ */
/* .delay_contents {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
} */
#nav_container_right .delay_contents {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

#nav_container_right.move .delay_contents {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/* #nav_container_right.move .delay_contents {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;

  
} */
/* 重ね画像ホバー */
.hover_fade_ani {
  position: relative;
  display: inline-block;
}
.fade_hover_second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.hover_fade_ani:hover .fade_hover_second-image {
  opacity: 1;
}

/*---------------rightコンテンツ-------------------------*/
#right_kotei_box {
  position: sticky;
  right: 0;
  top: 0;
  z-index: 31;
  width: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: center;
}
#right_box {
  background: #053074;
  width: 100%;
  height: 100vh;
  z-index: 23;
  background-image: url(../images/main/right/right_bg.jpg);
}
.sp_flex_box {
  margin-top: 60px;
}
#right_btns {
  margin: 30px auto 0;
}
#right_btns ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#right_btns li + li {
  margin-top: 5px;
}
#right_btns ul span:nth-of-type(1) {
  /* margin: 15px auto 0; */
}

#right_btns ul a {
  text-decoration: none;
}
#right_btns ul span {
  color: #fff;
  font-size: min(1.4vw, 16px);
  font-weight: 500;
  display: block;
  margin-top: 8px;
}

#right_btns img {
  width: auto;
}

#center_box {
  width: calc(100% - 120px);
  background: #57b9ea;
}

/*----------------TOP艇王------------------------*/
#main_contents_container {
  margin-top: max(-8vw, -168px);
  overflow: hidden;
}
@media (max-width: 1499px) {
  #main_contents_container {
    margin-top: -10vw;
  }
}
.teiou_container {
  background-size: cover;
  margin: auto;
  margin-top: 25px;
  padding-top: 12px;
  padding-bottom: 64px;
}
#main_contents_container .teiou_container .h2_title {
  margin: 0px 16px;
  height: auto;
}
#main_contents_container .teiou_container .h2_title img {
  width: 100%;
  max-width: 100%;
}
#main_contents_container .teiou_container .h3_title {
  color: #000;
  font-size: 1.8vw;
  margin-right: 32px;
  margin-bottom: 16px;
  text-align: right;
  white-space: nowrap;
}
.main_contents_wrapper {
  padding-bottom: 60px;
}

/* NEWS */
.news_container {
  /* margin-top: 67px; */
  position: relative;
}
.news_container h3 {
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
.news_wrapper {
  width: 100%;
  margin: auto;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.news_wrapper::-webkit-scrollbar {
  width: 0;
}
.news_wrapper {
  scrollbar-color: #333333 #fff;
}
.news_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  background: url("../images/main/news/wave.png") repeat-x;
}
.news_wrapper::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/main/news/wave.png") repeat-x;
  z-index: 1;
}
.news_wrapper h3 {
  margin: 0;
}
.news_wrapper .news_box {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.news_wrapper .news_date {
  font-size: min(1vw, 18px);
  font-weight: 500;
  color: #000;
  font-style: normal;
  font-weight: 500;
}
.news_wrapper .news_text {
  margin: 0;
  font-size: min(0.9vw, 15px);
  margin-left: 24px;
  text-align: justify;
  line-height: 1;
}
.news_wrapper .news_text img {
  width: auto;
  border: none;
  vertical-align: baseline;
  margin-right: 10px;
}
.news_wrapper .news_box a {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  color: #004abf;
  text-decoration: none;
}
.news_wrapper .news_box_pc {
  display: flex;
}
.news_wrapper .news_box_sp {
  display: none;
}
.news_title {
  position: relative;
  font-size: min(1.2vw, 23px);
  font-weight: 700;
  margin-right: 32px;
}
/* swiper news */
.swiper_box.mv_news_swiper {
  width: 100%;
  margin: 0;
  max-width: none;
  padding-top: 0;
  position: relative;
}

#mv_news_swiper {
  height: 52px;
}
#mv_news_swiper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* swiper mv下*/
.banner_bg_sp {
  position: relative;
}
#banner_side {
  position: absolute;
  left: 0;
  top: 15px;
  width: min(11vw, 211px);
}
.swiper_box {
  position: relative;
  max-width: min(14.6vw, 280px);
  margin: auto;
  margin-top: 20px;
}
.swiper img {
  width: 100%;
  border: 5px solid red;
}
.swiper-button-prev {
  background-image: url("../images/banner/left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(2.5vw, 65px);
  height: min(4.4vw, 92px);
  position: absolute;
  top: min(5.5vw, 105px);
  bottom: 0;
  left: max(-3vw, -70px);
  transform: translateY(-50%);
  margin: auto;
}
.swiper-button-next {
  background-image: url("../images/banner/right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(2.5vw, 65px);
  height: min(4.4vw, 92px);
  position: absolute;
  top: min(5.5vw, 105px);
  bottom: 0;
  right: max(-3vw, -70px);
  transform: translateY(-50%);
  margin: auto;
}
.swiper_box .swiper-button-prev:after {
  content: "";
}
.swiper_box .swiper-button-next:after {
  content: "";
}
#mv_banner_swiper {
  filter: drop-shadow(4px 10px 3px rgba(0, 0, 0, 0.4));
}

/* トップページ タイトル共通 */
.h2_title {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 60%;
  margin-top: max(-3vw, -56px);
  margin-bottom: -32px;
}

/*----------------ピックアップボタン-------------------------*/
.winner_btn .h2_title {
  background-image: url(../images/winner-interview/win_title_bg.png);
  margin-bottom: max(-5vw, -88px);
}

.pickup_banner_btn {
  display: block;
  margin: auto;
  max-width: 100%;
}
.pickup_btn {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  z-index: 1;
}
.pickup_btn a img {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
.pickup_btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
}
.pickup_btn2 a {
  width: 50%;
}
.pickup_banner_btn2 {
  margin-bottom: 2vw;
}
.pickup_banner_btn2,
.pickup_banner_btn3 {
  max-width: 96%;
}
.pickup_banner_btn img {
  width: 100%;
  margin-bottom: 64px;
}
.pickup_banner_btn2 img,
.pickup_banner_btn3 img {
  width: 100%;
}
/*---------------注目レース予報-----------------------*/
.race_yoho_top_title {
  display: none;
}
.race_yoho_top_title .h2_title {
  margin-bottom: -24px;
}
.race_yoho_top_box_cotainer {
  margin: 0 auto;
  background-image: url(../images/race_yoho/race_yoho_bg.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  position: relative;
  padding-bottom: 12px;
}
.race_yoho_top_box_cotainer::before {
  content: "";
  background-image: url(../images/race_yoho/race_yoho_deco.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
}
.race_yoho_top_box_cotainer::after {
  content: "";
  background-image: url(../images/race_yoho/race_yoho_deco.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  transform: rotate(180deg);
}

.race_yoho_wrap {
  /* background:#00aa98; */
  padding: 20px;
  max-width: 1750px;
  margin: 0 auto;
  position: relative;
}
.race_yoho_wrap p {
  position: relative;
}
.race_yoho_wrap p.day {
  position: relative;
  font-size: min(2.6vw, 40px);
  font-weight: 900;
  color: #ff0404;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff,
    -2px -2px 0 #fff, 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff,
    -3px -3px 0 #fff;
  margin: -3% 0;
  z-index: 1;
}
.race_yoho_wrap p img.flag {
  position: absolute;
  bottom: 12%;
  left: 12%;
  width: 21%;
}
.race_yoho_wrap p img.img_posi {
  position: absolute;
  bottom: 12%;
  right: 2%;
  width: 22%;
}
span.attention_race {
  position: relative;
  color: #000;
  font-size: min(3.6vw, 72px);
  font-weight: 900;
}

span.attention_race_big {
  font-size: 200%;
  color: #ff0404;
  margin: 0 8px;
  text-shadow: #000 1px 2px 5px, #000 -1px 2px 5px, #000 1px 2px 5px,
    #000 -1px 4px 5px, #000 1px 2px 5px, #000 -1px 2px 5px, #000 1px 4px 5px,
    #000 -1px 4px 5px, #000 2px 2px 5px, #000 -1px 1px 5px, #000 0px 1px 5px,
    #000 1px 1px 5px, #000 2px 1px 5px, #000 2px 1px 5px, #000 -1px 0px 5px,
    #000 0px 0px 5px, #000 1px 0px 5px, #000 2px 0px 5px, #000 3px 0px 5px,
    #000 1px 2px 5px, #000 -1px 2px 5px, #000 1px 4px 5px, #000 -1px 4px 5px,
    #000 1px 2px 5px, #000 -1px 2px 5px, #000 1px 4px 5px, #000 -1px 4px 5px,
    #000 2px 2px 5px, #000 -1px 1px 5px, #000 0px 1px 5px, #000 1px 1px 5px,
    #000 2px 1px 5px, #000 2px 1px 5px, #000 -1px 0px 5px, #000 0px 0px 5px,
    #000 1px 0px 5px, #000 2px 0px 5px, #000 3px 0px 5px, #000 4px -1px 5px,
    #000 4px -1px 5px, #000 4px -1px 5px, #000 4px -1px 5px, #000 4px -1px 5px,
    #000 4px 0px 5px, #000 4px 0px 5px, #000 4px 0px 5px, #000 4px 0px 5px,
    #000 4px 0px 5px, #000 -1px 4px 4px, #000 -1px 4px 4px, #000 -1px 4px 4px,
    #000 -1px 4px 4px, #000 -2px 5px 5px, #000 -2px 5px 5px, #000 -2px 5px 5px,
    #000 -2px 5px 5px, #000 -2px 5px 5px, #000 -2px 5px 5px, #000 0px -1px 5px,
    #000 0px -1px 5px, #000 0px -1px 5px, #000 0px -1px 5px, #000 0px -1px 5px,
    #000 0px -1px 5px, #000 0px -1px 5px, #000 -1px -1px 5px, #000 -1px -1px 5px,
    #000 -1px -1px 5px, #000 -1px -1px 5px, #000 -1px -1px 5px,
    #000 -1px -1px 5px, #000 4px -2px 5px, #000 4px -2px 5px, #000 4px -2px 5px,
    #000 4px -2px 5px, #000 4px -2px 5px, #000 4px -2px 4px, #000 4px -2px 4px,
    #000 4px -2px 4px, #000 4px -2px 4px, #000 4px -2px 4px, #000 1px 4px 4px,
    #000 1px 4px 4px, #000 1px 4px 4px, #000 1px 4px 4px, #000 2px -2px 4px,
    #000 2px -2px 4px, #000 2px -2px 4px, #000 2px -2px 4px, #000 2px -2px 4px,
    #000 2px -2px 5px, #000 2px -2px 5px, #000 2px -2px 5px, #000 2px -2px 5px,
    #000 2px -2px 5px, #000 2px -2px 5px, #000 -3px 6px 2px, #000 -3px 6px 2px,
    #000 -3px 6px 2px, #000 -3px 6px 2px, #000 -3px 6px 2px, #000 -3px 6px 2px;
}
span.attention_race_big2 {
  color: #fff;
  text-shadow: #000 1px 2px 3px, #000 -1px 2px 3px, #000 1px 2px 3px,
    #000 -1px 4px 3px, #000 1px 2px 3px, #000 -1px 2px 3px, #000 1px 4px 3px,
    #000 -1px 4px 3px, #000 2px 2px 3px, #000 -1px 1px 3px, #000 0px 1px 3px,
    #000 1px 1px 3px, #000 2px 1px 3px, #000 2px 1px 3px, #000 -1px 0px 3px,
    #000 0px 0px 3px, #000 1px 0px 3px, #000 2px 0px 3px, #000 3px 0px 3px,
    #000 1px 2px 3px, #000 -1px 2px 3px, #000 1px 4px 3px, #000 -1px 4px 3px,
    #000 1px 2px 3px, #000 -1px 2px 3px, #000 1px 4px 3px, #000 -1px 4px 3px,
    #000 2px 2px 3px, #000 -1px 1px 3px, #000 0px 1px 3px, #000 1px 1px 3px,
    #000 2px 1px 3px, #000 2px 1px 3px, #000 -1px 0px 3px, #000 0px 0px 3px,
    #000 1px 0px 3px, #000 2px 0px 3px, #000 3px 0px 3px, #000 4px -1px 3px,
    #000 4px -1px 3px, #000 4px -1px 3px, #000 4px -1px 3px, #000 4px -1px 3px,
    #000 4px 0px 3px, #000 4px 0px 3px, #000 4px 0px 3px, #000 4px 0px 3px,
    #000 4px 0px 3px, #000 -1px 4px 2px, #000 -1px 4px 2px, #000 -1px 4px 2px,
    #000 -1px 4px 2px, #000 -2px 5px 3px, #000 -2px 5px 3px, #000 -2px 5px 3px,
    #000 -2px 5px 3px, #000 -2px 5px 3px, #000 -2px 5px 3px, #000 0px -1px 3px,
    #000 0px -1px 3px, #000 0px -1px 3px, #000 0px -1px 3px, #000 0px -1px 3px,
    #000 0px -1px 3px, #000 0px -1px 3px, #000 -1px -1px 3px, #000 -1px -1px 3px,
    #000 -1px -1px 3px, #000 -1px -1px 3px, #000 -1px -1px 3px,
    #000 -1px -1px 3px, #000 4px -2px 3px, #000 4px -2px 3px, #000 4px -2px 3px,
    #000 4px -2px 3px, #000 4px -2px 3px, #000 4px -2px 2px, #000 4px -2px 2px,
    #000 4px -2px 2px, #000 4px -2px 2px, #000 4px -2px 2px, #000 1px 4px 2px,
    #000 1px 4px 2px, #000 1px 4px 2px, #000 1px 4px 2px, #000 2px -2px 2px,
    #000 2px -2px 2px, #000 2px -2px 2px, #000 2px -2px 2px, #000 2px -2px 2px,
    #000 2px -2px 3px, #000 2px -2px 3px, #000 2px -2px 3px, #000 2px -2px 3px,
    #000 2px -2px 3px, #000 2px -2px 3px, #000 -3px 6px 0px, #000 -3px 6px 0px,
    #000 -3px 6px 0px, #000 -3px 6px 0px, #000 -3px 6px 0px, #000 -3px 6px 0px;
}
.race_yoho_wrap .kakomi {
  margin: 0 auto;
  padding: 0;
  max-width: 1750px;
  border: solid 5px #000;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
  background: #fff;
  display: flex;
}
.race_yoho_wrap .kakomi:nth-of-type(1) {
  background-image: url(../images/race_yoho/race_yoho_text_bg1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.race_yoho_wrap .kakomi:nth-of-type(2) {
  background-image: url(../images/race_yoho/race_yoho_text_bg2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.race_yoho_wrap .kakomi:nth-of-type(3) {
  background-image: url(../images/race_yoho/race_yoho_text_bg3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.race_yoho_wrap .kakomi:nth-of-type(4) {
  background-image: url(../images/race_yoho/race_yoho_text_bg4.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
.race_yoho_wrap h3 {
  width: 20%;
}
.race_yoho_wrap h3 img {
  /* color: #fff; */
  /* background: #000; */
  /* display: inline-block; */
  padding: 6px 10px;
  /* font-size: min(3vw, 20px); */
  /* width: 20%; */
  width: 100%;
  transform: translateX(-12px) translateY(-6px);
  width: 100%;
  max-width: 235px;
  min-width: 185px;
}
.race_yoho_wrap .text {
  padding-left: 10px;
  font-size: 16px;
  width: 84%;
  padding: 40px 20px;
}
.yosou_3ren .text {
  width: 100%;
}
.yosou_3ren {
  width: 84%;
}
.yosou_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.race_yoho_wrap ul.race_yoho_sensyus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: min(1.2vw, 24px);
  width: 81%;
  padding: 50px 20px;
}
.race_yoho_wrap ul.race_yoho_sensyus li {
  padding: 10px;
  color: #fff;
  font-weight: 900;
  width: 210px;
}
.flex-img {
  /* flex: 0 0 calc(100% / 6 - 6px); 通常は6個で1行 */
  display: flex;
  justify-content: left;
  align-items: center;
  gap: min(0.5vw, 8px);
  font-weight: 500;
  padding-top: 10px;
  width: calc(100% + 5px);
}
.race_yoho_wrap .race_yoho_sensyus .race_yoho_goutei1 {
  background: #676767;
}
.race_yoho_wrap ul.race_yoho_sensyus .race_yoho_goutei2 {
  background: #000;
}
.race_yoho_wrap ul.race_yoho_sensyus .race_yoho_goutei3 {
  background: #bc0001;
}
.race_yoho_wrap ul.race_yoho_sensyus .race_yoho_goutei4 {
  background: #235bcc;
}
.race_yoho_wrap ul.race_yoho_sensyus .race_yoho_goutei5 {
  background: #b28e02;
}
.race_yoho_wrap ul.race_yoho_sensyus .race_yoho_goutei6 {
  background: #2a8e4e;
}
.race_yoho_sensyu {
  text-align: center;
}
.race_yoho_sensyu img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.race_yoho_wrap .flex-img .no {
  font-size: min(1.2vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
  border: solid 2px #fff;
}
.race_yoho_sensyu p {
  font-size: min(0.9vw, 17px);
  font-weight: bold;
  text-align: left;
}
.yosou_img {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 40px;
  padding: 0 2vw 32px;
}
.yosou_img li {
  max-width: 240px;
}
.race_yoho_top_box_cotainer a {
  display: inline-block;
  /* background: pink; */
  padding: 6px 24px;
  color: #000;
  font-weight: 700;
  border: solid 1px #000;
  border-radius: 20px;
  text-decoration: none;
}

/*-------------------- TOPドリーム戦出場予定選手 ------------------*/
.dream_top_box_cotainer {
  margin: auto;
  position: relative;
  padding-bottom: 25px;
}
.dream_top_box_wrapper .h2_title {
  background-image: url(../images/dream/dream_title_bg.png);
  background-position: left 80%;
  margin-top: max(-7vw, -132px);
  margin-bottom: max(-6.5vw, -112px);
}
.dream_kakomi {
  text-align: left;
}
.dream_top_box_cotainer h3 {
  color: white;
  background: url(../images/dream/dream_subtitle_bg.png);
  background-repeat: no-repeat;
  font-weight: 700;
  display: inline-block;
  padding: 6px 6px 0 min(1vw, 24px);
  display: flex;
  align-items: center;
  gap: 12px;
  height: min(5vw, 93px);
  background-size: 100% 100%;
}
.dream_top_box_cotainer p.dream_day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    180deg,
    #a78a26 0%,
    #fbe193 40% 56%,
    #a78a26 100%
  );
  text-align: center;
  width: 7vw;
  height: 7vw;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  color: #001b62;
  font-weight: 900;
  font-size: min(1.1vw, 30px);
  position: relative;
  top: -25px;
  left: 2px;
}
.dream_top_box_cotainer h3 p.dream_title {
  font-size: min(2vw, 40px);
  font-weight: 900;
  width: 18%;
  text-align: left;
}
.dream_day span {
  line-height: 1.2;
  font-size: min(2.1vw, 30px);
}
.dream_day span.week {
  font-size: min(1.7vw, 25px);
}
.sensyu_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  flex-wrap: wrap;
}
.sensyu_wrap img {
  width: 100%;
}
.sensyu_wrap .data {
  margin: 0 auto;
  padding: 6px 0;
}
.sensyu_wrap .dream_sensyu1 .data {
  background: #676767;
  background-image: url(../images/dream/bottom_bg1.jpg);
  background-size: cover;

}
.sensyu_wrap .dream_sensyu2 .data {
  background: #000;
  background-image: url(../images/dream/bottom_bg2.jpg);
    background-size: cover;

}
.sensyu_wrap .dream_sensyu3 .data {
  background: #bc0001;
  background-image: url(../images/dream/bottom_bg3.jpg);
  background-size: cover;

}
.sensyu_wrap .dream_sensyu4 .data {
  background: #0047d6;
  background-image: url(../images/dream/bottom_bg4.jpg);
  background-size: cover;

}
.sensyu_wrap .dream_sensyu5 .data {
  background: #a49300;
  background-image: url(../images/dream/bottom_bg5.jpg);
  background-size: cover;

}
.sensyu_wrap .dream_sensyu6 .data {
  background: #288f4d;
  background-image: url(../images/dream/bottom_bg6.jpg);
  background-size: cover;

}
.dream_sensyu1,
.dream_sensyu2,
.dream_sensyu3,
.dream_sensyu4,
.dream_sensyu5,
.dream_sensyu6 {
  /* width:300px; */
  text-align: center;
  flex: 0 0 calc(100% / 6);
  /* max-width: 166px; */
}
.data p:not(.period) {
  font-size: min(1.2vw, 24px);
  font-weight: bold;
}
.period {
  font-size: min(1vw, 20px);
}
.sp_br {
  display: none;
}
a.gaibu_link_racer_list {
  margin: 18px 0;
  display: inline-block;
  padding: 6px 24px;
  font-weight: 700;
  outline: none;
  background: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: min(2.6vw, 18px);
  border: solid 4px;
  box-shadow: 0px 0px 10px 3px #fff;
}
.dream_sensyu1 a.gaibu_link_racer_list {
  color: #676767;
}
.dream_sensyu2 a.gaibu_link_racer_list {
  color: #000;
}
.dream_sensyu3 a.gaibu_link_racer_list {
  color: #bc0001;
}
.dream_sensyu4 a.gaibu_link_racer_list {
  color: #0047d6;
}
.dream_sensyu5 a.gaibu_link_racer_list {
  color: #a49300;
}
.dream_sensyu6 a.gaibu_link_racer_list {
  color: #288f4d;
}
.dream_kakomi:nth-of-type(2) {
  margin-top: 68px;
}
/*----------------------徹底解剖------------------------*/
.kaibo_top_wrap{
  display: none;
}
.race_kaibo_top_box_cotainer {
  margin: 0 auto;
  background-image: url(../images/race_yoho/race_yoho_bg.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: left top;
  position: relative;
  padding-bottom: 70px;
  padding: 50px 0 64px;
}

.race_kaibo_top_box_cotainer::before {
  content: "";
  background-image: url(../images/race_yoho/race_yoho_deco.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
}
.race_kaibo_top_box_cotainer::after {
  content: "";
  background-image: url(../images/race_yoho/race_yoho_deco.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  transform: rotate(180deg);
}
.race_yoho_top_title .h2_title img .race_kaibo_top_box_cotainer .h2_title img {
  margin-bottom: -3.5vw;
}
.race_kaibo_top_box_cotainer .h2_title {
  margin-top: -80px;
  margin-bottom: -64px;
}

.kaibo_deco_top {
  width: 100%;
  margin: auto;
  display: block;
  transform: rotate(180deg);
}
.kaibo_deco_bottom {
  width: 100%;
  margin: auto;
  display: block;
}

.race_kaibo_wrap {
  position: relative;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 1;
}

.race_kaibo_top_box_cotainer a {
  display: inline-block;
  background: #0a78d2;
  padding: 8px 51px;
  color: #fff;
  font-weight: 700;
  border: solid 2px #fff;
  border-radius: 30px;
  font-size: 20px;
  text-decoration: none;
}

.race_kaibo_wrap .kakomi {
  position: relative;
  padding: 32px;
  border-image: linear-gradient(to bottom, #ab9035, #f8dd8b, #a88a27) 1;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  margin-bottom: 28px;
  text-align: left;
  background: #fff;
}
.race_kaibo_wrap h3 {
  color: #fff;
  font-size: min(2.2vw, 40px);
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 700;
  position: relative;
  /* display: flex; */
  background-color: #000;
}

.kaibo_loupe {
  background-image: url(../images/kaibo/loupe.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -272px;
  left: -110px;
  width: 423px;
  height: 501px;
  z-index: 2;
}
.kaibo_ep {
  position: absolute;
  top: 60px;
  left: 72px;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  width: 100%;
  letter-spacing: 4px;
  z-index: 2;
}
.kaibo_ep_large {
  font-size: 200%;
}
@media (max-width: 1920px) {
  .kaibo_loupe {
    top: -12vw;
    left: -5vw;
    width: 18vw;
    height: 22vw;
  }
  .kaibo_ep {
    top: 1.8vw;
    left: 3vw;
    font-size: 2.5vw;
    letter-spacing: 0.2vw;
  }
}

.kaibo_title1 {
  display: inline-block;
  width: 40%;
  color: #000;
  background: linear-gradient(0deg, #af9234 0%, #fbe093 50%, #af9234 100%);
  border-radius: 0 60px 60px 0;
  text-align: right;
  font-style: oblique;
  height: 100%;
  padding: 16px 32px 16px 0;
}

.kaibo_title2 {
  background: #000;
  display: inline-block;
  width: 60%;
  font-size: min(2.3vw, 46px);
  font-style: oblique;
  height: 100%;
  text-align: right;
  padding-right: 32px;
  line-height: 1;
  letter-spacing: 2px;
}
.text-l {
  font-size: 175%;
}
.text-m {
  font-size: 150%;
}
.text-ms {
  font-size: 125%;
}

.race_kaibo_wrap h4 {
  text-align: center;
  font-size: min(2.1vw, 36px);
  font-weight: 700;
  width: 100%;
  margin-bottom: 24px;
}
.race_kaibo_wrap h4 .h4-bg {
  display: inline-block;
  background-image: url(../images/kaibo/check2.png);
  background-repeat: no-repeat;
  background-size: min(108vw, 1644px);
  background-position: bottom left;
  width: 100%;
  text-align: left;
  padding: 0 min(1.2vw, 24px) 4px min(6vw, 88px);
}
.race_kaibo_wrap .text {
  width: 60%;
  font-size: 16px;
}
.race_kaibo_wrap .kakomi img,
.race_kaibo_wrap .kakomi picture {
  width: 40%;
}
.race_kaibo_wrap .kakomi picture img {
  width: 100%;
}
.race_kaibo_wrap .graph-big .text {
  width: 40%;
}
.race_kaibo_wrap .kakomi .graph-big picture {
  width: 60%;
}

.race_kaibo_wrap .post_top .text {
  margin-top: min(2.3vw, 40px);
}

.post_top,
.post_center,
.post_bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.post_top,
.post_center {
  flex-direction: row-reverse;
  margin-bottom: 32px;
}
.post_bottom {
}
p.next_time {
  margin: 0 auto;
  max-width: 1750px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
/*--------------TOPへボタン-----------------*/
.to_top_btn {
  position: fixed;
  right: min(1.5%, 24px);
  bottom: 25px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  cursor: pointer;
  width: auto;
  /* width: 50px;
  height: 50px;
  border: solid  2px #fff ;
  border-radius: 50%; */
  /* background: #; */
}
/* .to_top_btn::before{
   content:"";
    position:absolute;
    left: 15px;
    top: 18px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
} */
.to_top_btn.show {
  opacity: 1;
  visibility: visible;
}
.to_top_btn.kotei {
  position: absolute;
  top: -115px;
  right: 50px;
}

/*---------------------------↓ボトムニュースコンテンツ↓----------------------------*/
.news_bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  width: 100%;
  height: 100%;
}
.news_bottom_title {
  width: 177px;
  aspect-ratio: 1 / 1;
  position: relative;
  background: #0088cc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px;
  margin-top: -12px;
}
/* .news_bottom_title::before {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -22px;
  width: 83px;
  height: 69px;
  background: url('../images/main/news_kani.png') no-repeat;
}
.news_bottom_title::after {
  content: '';
  position: absolute;
  left: 32px;
  top: 32px;
  width: 52px;
  height: 30px;
  background: url('../images/main/NEWS.png') no-repeat;
  z-index: 1;
} */
.news_bottom_container {
  width: 96%;
  padding: 16px;
  border: 24px solid transparent;
  border-image-source: url(../images/main/news/news_bg.png);
  border-image-slice: 24 24 26 24 fill;
  border-image-width: 24px;
  border-image-repeat: round;
  background: #57b9e9;
  margin: 32px auto 0;
  max-width: 1920px;
}

.news_bottom_container h3 {
  color: #fff;
}
.news_bottom_list {
  width: 78%;
  margin-top: -8px;
}
ul.news_bottom_list_ul {
  text-align: left;
  list-style: none;
  margin: 0;
  height: 150px;
  overflow-y: scroll;
  font-weight: 500;
}

.news_bottom_container a {
  color: #004abf;
}
.news_bottom_container .news_kiji_pc,
.news_bottom_container .news_kiji_sp {
  font-size: 18px;
  padding-bottom: 16px;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
}
.news_bottom_list_ul::-webkit-scrollbar {
  width: 15px;
}
.news_bottom_list_ul::-webkit-scrollbar-thumb {
  /* background: #fff;*/
  min-height: 61px;
  /*background-position: center;
    border-radius: 12px; */
  /*border: 3px solid transparent;       /* 内側に余白を作る */
  /*background-clip: content-box;        /* 塗りつぶしを中身だけに */
  /* background-size: auto 50%; */
  background: url(../images/main/news/bar.png) no-repeat center;
  background-size: contain;
  /* margin-top: 30px;
  margin-bottom: 30px; */
  height: 50px;
  background-size: 50% auto;
}
.news_bottom_list_ul::-webkit-scrollbar-track {
  background: #0088cc;
  /* background-position: center;
    background-size: auto 90%; */
  /* height: 100%; */
}
.news_bottom_container .news_kiji_pc {
  display: flex;
}
.news_bottom_container .news_kiji_sp,
.news_bottom_container .news_kiji_sp {
  display: none;
}

/*-------------------フッター-------------------------*/
footer {
  position: relative;
  /* background: #014478; */
  text-align: center;
  padding: 40px 0 35px;
  /* z-index: 100; */
}
footer.hide {
  z-index: 1;
}
#footer_wave {
  position: absolute;
  left: 0;
  top: -4vw;
  width: 100%;
}
#swiper_base {
  max-width: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 41;
}
#swiper_base .swiper-button-prev {
  top: 15px;
  width: 65px;
  height: 92px;
  bottom: 0;
  margin: auto;
  left: -75px;
  transform: translateY(0);
}
#swiper_base .swiper-button-next {
  top: 15px;
  width: 65px;
  height: 92px;
  bottom: 0;
  margin: auto;
  right: -75px;
  transform: translateY(0);
}
#swiper_base .swiper-button-prev:after {
  content: "";
}
#swiper_base .swiper-button-next:after {
  content: "";
}
#swiper_base img {
  border: none;
}
/* #suishou_btn {
  display: inline-block;
  width: min(13%,248px);
  margin: 50px auto 25px;
  background: #fced26;
  color: #000;
  text-decoration: none;
  font-size: min(1.5vw,28px);
  font-weight: bold;
  padding: 5px 0;
  border-radius: 25px;
  position: relative;
} */
.footer_container {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer_left {
  text-align: left;
}
.footer_left .logo.mikuni_hp {
  display: inline-block;
  margin-bottom: 10px;
}
.footer_left img {
  display: block;
}
.footer_right {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.footer_right span {
  color: #fff;
  font-size: min(3vw, 14px);
  font-weight: bold;
  display: block;
  margin-top: 4px;
}
.footer_right li {
  /* margin-right: 20px; */
}
.footer_right li:last-child {
  margin-right: 0px;
}
.copyright {
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
}

/*ーーーーーーーーーーーーーアニメーションーーーーーーーーーーーーーーーーー*/
.scroll_anime {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.25s;
}
.scroll_anime.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.movie_wrap {
  overflow-x: hidden;
}

@media (min-width: 1921px) {
  .race_yoho_top_box_cotainer {
    padding-bottom: 2vw;
  }
  .race_kaibo_top_box_cotainer {
    padding: 2vw 0 4vw;
  }
  .race_yoho_top_box_cotainer::before,
  .race_yoho_top_box_cotainer::after,
  .race_kaibo_top_box_cotainer::before,
  .race_kaibo_top_box_cotainer::after {
    height: 2vw;
  }

  .race_kaibo_top_box_cotainer .h2_title {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  body {
    overflow-y: visible;
    background: #57b9ea;
  }
  .br_on {
    display: block;
  }
  .br_off {
    display: none;
  }

  #center_box {
    width: 100%;
    position: relative;
    z-index: 30;
  }
  main {
    width: 100%;
    margin-top: 0;
  }
  #all_wrapper {
    display: block;
  }
  #left_kotei_box {
    position: relative;
    width: 100%;
    z-index: auto;
  }

  .main_visual_container {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
  }
  .main_visual_container.show {
    position: fixed;
    top: 0;
    z-index: 1;
  }
  .main_visual_container_wrapper {
    width: 96%;
    margin-top: 4vw;
  }
  /* .main_visual_container .svg1 {
    right: 2vw;
    top: 4.5vw;
  } */
  #right_kotei_box {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 110;
  }
  /*---------------ヘッダー------------------*/

  #header_container {
    display: none;
  }
  #header_container_sp {
    display: block;
    /* background: #014478; */
    position: relative;
    height: auto;
  }
  p.announce {
    top: -49px;
    line-height: 49px;
  }
  #header_sp {
    /* display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed; */
    /*top: 0;
    left: 0;
    width: 100%; */
    /* background: url('../images/main/title_bg.jpg') no-repeat; */
    /* background-size: cover;
    background-position: center; */
    margin-top: 49px;
    position: relative;
  }
  #header_sp::before {
    content: "";
    background-image: url(../images/main/mv/announce_bg.jpg);
    background-size: auto;
    background-repeat: repeat-x;
    position: absolute;
    top: -49px;
    left: 0;
    width: 100%;
    height: 20%;
  }
  img.mv1 {
    width: 100%;
  }

  .news_wrapper::before,
  .news_wrapper::after {
    display: none;
  }
  .header_sns span {
    color: #fff;
    font-size: min(3vw, 14px);
  }

  .header_sns {
    width: 90%;
    gap: 20px;
  }

  /*----------------------------固定メニュー----------------------------*/

  #right_box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #57b9ea;
    border-top: solid 5px #fff;
  }
  .sp_flex_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    max-width: 96%;
    margin: 10px auto;
  }
  #right_btns li {
    width: 20%;
  }
  #right_btns ul span {
    font-size: min(2.6vw, 20px);
    font-weight: bold;
  }
  #right_btns {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  #right_btns ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 12px;
  }
  #right_btns li + li {
    margin-top: 0;
    /* margin-left: 10px; */
  }
  #right_btns li:nth-child(2) {
    margin: 0;
    width: 20%;
  }
  #right_btns li:nth-child(2) img,
  #right_btns li:nth-child(5) img,
  #right_btns li:nth-child(6) img {
    max-width: 80%;
  }
  #right_btns li:nth-child(1) img,
  #right_btns li:nth-child(4) img {
    max-width: 112%;
  }
  #right_btns li:nth-child(3) img {
    max-width: 100%;
  }

  /*---------------ハンバーガーボタン--------------------*/
  .nav_btn {
    margin: 0;
    position: fixed;
    top: 64px;
    right: 3%;
    border: solid 2px #002762;
    box-sizing: content-box;
  }
  .nav_btn .nav_btn_text {
    font-size: 13px;
    /* bottom: -6px; */
    color: #002762;
  }
  #nav_container_right {
    width: 100%;
    padding-left: 0;
    user-select: none;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 103;
  }
  #nav_container_right.move {
    transform: translateX(0);
  }
  #nav_wrapper_right {
    width: 92%;
    margin: auto;
    margin-top: 180px;
    margin-bottom: 120px;
    padding-right: 0;
  }
  #nav_wrapper_right ul.nav_each_btns li {
    font-size: 19px;
  }
  .nav_title_arrow_child {
    width: 12px;
  }
  .swiper_box.mv_news_swiper {
    background: transparent;
  }
  #mv_news_swiper_sp {
    height: 65px;
  }
  #mv_news_swiper_sp .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .news_wrapper .news_box a {
    font-size: min(2vw, 20px);
  }
  .news_container {
    margin-top: 0;
    position: relative;
    top: 0 !important;
    z-index: 29;
    width: 100%;
    /* filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.2)); */
    transition: all 0.1s;
    opacity: 1;
    visibility: visible;
    will-change: opacity, visibility;
    background: #fff;
  }
  .news_container.show {
    opacity: 0;
    visibility: hidden;
  }
  .news_wrapper {
    height: auto;
    border: none;
    width: 100%;
  }
  .news_title {
    height: auto;
    width: 12vw;
    font-size: min(4vw, 28px);
    margin-right: 2vw;
  }
  .news_title::before {
    background: url("../images/main/news_kani_sp.png") no-repeat;
    left: 6px;
    bottom: 0;
    background-size: cover;
    width: 16vw;
    height: 13vw;
    z-index: -1;
    max-width: 105px;
    max-height: 85px;
  }
  .news_title::after {
    content: none;
  }
  .swiper_box.mv_news_swiper::after {
    content: none;
  }
  .news_wrapper .news_box_pc {
    display: none !important;
  }
  .news_wrapper .news_box_sp {
    display: flex;
  }
  .news_wrapper .news_box {
    text-align: left;
  }
  .news_wrapper .news_box + .news_box {
    margin-top: 15px;
  }
  .news_wrapper .news_date {
    padding: 6px 6px;
    color: #000;
    margin-left: 0;
    display: inline-block;
    font-size: min(2.3vw, 20px);
  }
  .news_wrapper .news_text {
    padding: 0px 2px;
    font-size: min(2.3vw, 20px);
    display: flex;
    align-items: flex-start;
    margin-left: 5px;
    padding-right: 20px;
  }
  .news_wrapper .news_text img {
    margin-right: 5px;
  }
  .news_bottom_container .news_kiji_sp {
    display: block;
  }
  .news_bottom_container .news_kiji_pc {
    display: none;
  }

  #banner_side {
    width: 39vw;
    top: 20px;
  }
  .swiper_box {
    max-width: 50vw;
    padding-top: 20px;
    margin-top: 0;
  }
  .swiper_box.show {
    margin-top: 90vh;
  }
  .swiper-button-prev {
    width: 10vw;
    height: 18vw;
    top: 27vw;
    left: -12vw;
  }
  .swiper-button-next {
    width: 10vw;
    height: 18vw;
    top: 27vw;
    right: -12vw;
  }

  /*-----------------艇王----------------------*/
  #main_contents_container {
    margin-top: 0;
  }

  .teiou_container {
    padding-bottom: 0;
  }

  #main_contents_container .teiou_container .h2_title {
    position: relative;
    margin-bottom: 2vw;
    z-index: 1;
  }

  #main_contents_container .teiou_container .h3_title {
    position: relative;
    font-size: 3.6vw;
    margin: 0 auto 4vw;
    text-align: center;
  }
  #main_contents_container .teiou_container .h3_title::before {
    content: "";
    position: absolute;
    top: -70%;
    left: 0;
    background-image: url(../images/teiou/teiou_title_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 210%;
    z-index: -1;
  }

  .banner_bg_sp {
    background: #053074;
    position: relative;
    z-index: 30;
    padding-bottom: 80px;
  }
  #main_contents_container .h3_title {
    font-size: 3.8vw;
  }
  #main_contents_container .h2_title span {
    font-size: 4.5vw;
  }
  .racer_list_container {
    margin-top: 0;
  }
  #racer_list_btn {
    width: 62vw;
    background-size: cover;
    padding: 3vw;
    padding-bottom: 4.5vw;
    font-size: 4vw;
  }

  .pickup_banner_btn {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .pickup_banner_btn img {
    margin-bottom: 0;
  }
  .pickup_banner_btn2 {
    margin-bottom: 3vw;
  }

  /*------------------ピックアップボタン-------------------*/
  .pickup_btn {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .pickup_btn a img {
    box-shadow: none;
  }
  .pickup_btn a:nth-of-type(1) {
    order: 1;
  }
  .pickup_btn a:nth-of-type(2) {
    order: 3;
  }
  .pickup_btn a:nth-of-type(3) {
    order: 4;
  }
  .pickup_btn a:nth-of-type(4) {
    order: 2;
  }
  .pickup_btn a:nth-of-type(5) {
    order: 5;
  }
  .pickup_btn a:nth-of-type(6) {
    order: 6;
  }

  /*----------------------EINNER_INTERVIEW--------------------------------*/
  .winner_btn .h2_title {
    background-image: none;
    margin-top: -2vw;
    margin-bottom: -4vw;
  }
  .pickup_btn2 {
    margin-bottom: 4vw;
  }
  .pickup_btn2 a {
    flex: 1;
  }
  .pickup_btn2 a img {
    width: 100%;
  }
  /*-------sp注目レース-----------*/
  .flex-img {
    gap: 1vw;
  }

  .race_yoho_wrap h3 {
    padding: 6px 5px;
    font-size: min(3vw, 20px);
  }
  .race_yoho_wrap ul.race_yoho_sensyus {
    flex-wrap: wrap;
  }
  .race_yoho_wrap p img.flag {
    top: -2vw;
    left: 6vw;
    width: 25%;
  }
  .race_yoho_wrap p img.img_posi {
    top: -6vw;
    right: 2vw;
    z-index: -1;
    width: 27%;
  }
  span.attention_race {
    font-size: 5vw;
  }
  .race_yoho_top_box_cotainer .h2_title {
    /* margin-bottom: 10px; */
  }
  .race_yoho_wrap {
    /* padding: 2px */
    padding-top: 2vh;
  }
  .race_yoho_wrap p.day {
    font-size: 3vw;
    text-shadow: 1px 1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff,
      1px -1px 0 #fff, -1px -1px 0 #fff;
  }

  .race_yoho_wrap h3 {
    width: 50%;
    margin-bottom: -3vw;
  }
  .race_yoho_top_title .h2_title img {
    /* margin-bottom: 70px; */
  }
  .race_yoho_wrap .kakomi {
    display: block;
  }
  .race_yoho_wrap h3 img {
    transform: translateX(-15px) translateY(-13px);
    width: 100%;
    max-width: 360px;
    min-width: 190px;
  }
  .race_yoho_wrap .kakomi:nth-of-type(1),
  .race_yoho_wrap .kakomi:nth-of-type(2),
  .race_yoho_wrap .kakomi:nth-of-type(3),
  .race_yoho_wrap .kakomi:nth-of-type(4) {
    background-image: none;
  }
  .race_yoho_wrap .kakomi:nth-of-type(1) {
    margin-top: 10px;
  }
  .race_yoho_wrap .text {
    width: 100%;
    padding: 0 16px 32px;
  }
  .race_yoho_wrap ul.race_yoho_sensyus {
    width: 100%;
    padding: 0 16px 32px;
    justify-content: center;
  }
  .race_yoho_wrap ul.race_yoho_sensyus li {
    width: 32%;
  }
  .race_yoho_wrap .flex-img .no {
    width: 6vw;
    height: 6vw;
    font-size: 3vw;
  }
  .race_yoho_sensyu p {
    font-size: min(2.6vw, 28px);
  }
  .yosou_img {
    flex-direction: column;
    gap: 24px;
  }
  .yosou_3ren {
    width: 100%;
  }
  /*---------------spドリーム戦出場予定選手------------------------*/
  .dream_top_box_wrapper .h2_title {
    background-image: none;
    height: auto;
    margin: -5vw 0 -5.5vw;
  }

  .dream_top_box_cotainer {
    /* padding: 0 12px; */
    padding-bottom: 4vw;
  }
  .sensyu_wrap {
    flex-wrap: wrap;
  }
  .dream_top_title {
    background-size: cover;
    width: 71%;
    font-size: 5vw;
  }
  .dream_title_kani {
    width: 19vw;
  }
  .dream_top_box_cotainer h3 {
    background: url(../images/dream/dream_subtitle_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    gap: 3vw;
    height: 11vw;
    padding-left: 3vw;
  }
  .dream_top_box_cotainer h3 p.dream_title {
    width: 50%;
    font-size: min(5.3vw, 48px);
    margin-bottom: 4px;
  }
  .dream_top_text {
    margin-top: 7vw !important;
    font-size: 3vw !important;
    margin-bottom: 3vw !important;
  }
  .dream_top_box_cotainer p.dream_day {
    width: 13vw;
    height: 13vw;
    max-width: none;
    max-height: none;
  }
  .dream_day span {
    font-size: 3.8vw;
  }
  .dream_day span.week {
    font-size: 2.8vw;
  }
  .data p:not(.period) {
    font-size: 2.7vw;
  }
  .period {
    font-size: 2.4vw;
  }
  .dream_sensyu1,
  .dream_sensyu2,
  .dream_sensyu3,
  .dream_sensyu4,
  .dream_sensyu5,
  .dream_sensyu6 {
    flex: 0 0 calc(100% / 3);
    /* max-width: 300px; */
  }
  .dream_sensyu a.gaibu_link_racer_list {
    border: solid 3px;
    margin: 18px 8px;
    padding: 3px 16px;
  }
  a.gaibu_link_racer_list {
    margin: 4vw 0 5vw;
  }
  /* span.sp_font{
  font-size: min(1vw,10px);
} */
  /* .dream_p_left{
  text-align: left;
} */
  /* .syoritu{
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  place-items: center;
 } */

  /*-------------------sp徹底解剖---------------------------*/
  .race_kaibo_wrap {
    padding: 10px;
  }
  .race_kaibo_top_box_cotainer .h2_title {
    margin: -6vw 0 -5.5vw;
  }
  .kaibo_loupe {
    top: -4vw;
    left: -11vw;
    width: 36vw;
    height: 43vw;
  }
  .kaibo_ep {
    font-size: 4.5vw;
    top: 4.2vw;
    left: 6.1vw;
  }

  .race_kaibo_wrap h3 {
    flex-direction: column;
    font-size: min(5vw, 48px);
    text-align: right;
  }
  .post_top,
  .post_center,
  .post_bottom {
    align-items: center;
    flex-direction: column;
  }
  .race_kaibo_wrap .text,
  .race_kaibo_wrap .graph-big .text,
  .race_kaibo_wrap .kakomi picture,
  .race_kaibo_wrap .kakomi .graph-big picture,
  .race_kaibo_wrap .kakomi img,
  .race_kaibo_wrap .kakomi .graph-big img {
    width: 100%;
  }
  .race_kaibo_wrap .post_top .text {
    margin-top: 0;
  }
  /* .kaibo_day_link {
    border: solid 2px #000;
  } */
  .kaibo_title1 {
    display: block;
    width: 100%;
    position: static;
    border-radius: 0%;
    text-indent: unset;
    border-left: solid 9px #b69b41;
    border-right: solid 9px #b69b41;
    border-top: solid 5px #b19436;
    padding: 2vw 5vw 2vw 0;
  }
  .kaibo_title2 {
    display: block;
    width: 100%;
    font-size: min(5vw, 50px);
    position: static;
    border-left: solid 9px #b69b41;
    border-right: solid 9px #b69b41;
    text-align: right;
    padding: 1.5vw 4vw 1.5vw 0;
  }
  .text-l {
    font-size: 100%;
  }
  .text-m {
    font-size: 100%;
  }

  .race_kaibo_wrap h4 {
    font-size: min(3.6vw, 36px);
    margin-bottom: min(2.4vw, 24px);
  }
  .race_kaibo_wrap h4 .h4-bg {
    background-size: 120vw;
    padding: 0 min(1.6vw, 16px) 4px min(7vw, 70px);
    text-align: left;
  }
  .race_kaibo_wrap .kakomi {
    margin-bottom: 16px;
  }

  /* #dream_btn {
    width: 62vw;
    background-size: cover;
    padding: 3vw;
    padding-bottom: 4.5vw;
    font-size: 4vw;
  } */

  /* .pickup_banner_btn3 {
    margin-top: 0;
  } */

  .pickup_motor_top_title {
    background-size: cover;
    width: 71%;
    font-size: 5vw;
  }
  .pickup_motor_kani {
    width: 18vw;
    top: -2vw;
  }
  .pickup_motorm_top_text {
    margin-top: 7vw !important;
    font-size: 3vw !important;
    margin-bottom: 3vw !important;
  }
  .motor_data_box {
    background-size: contain;
    padding-bottom: 4vw;
  }
  .motor_data_box.text_onelineOnly {
    padding-top: 1.5vw;
  }
  .motor_data_box + .motor_data_box {
    margin-top: 0;
  }
  .motor_data_flex_box > span:nth-of-type(1) {
    left: -2vw;
    width: 10vw;
    height: 10vw;
    font-size: 5.5vw;
  }
  .motor_data_flex_box .rank_onelineOnly {
    top: -1vw !important;
  }
  .motor_data_flex_box > span:nth-of-type(1) span {
    top: 1vw;
  }
  .motor_data_flex_box span:nth-of-type(2) {
    margin-left: 8.5vw;
    font-size: 2.5vw;
  }
  .motor_data_flex_box span:nth-of-type(3) {
    margin-left: 1.5vw;
    font-size: 5vw;
    letter-spacing: -2px;
  }
  .motor_data_flex_box span:nth-of-type(4) {
    font-size: 3vw;
    margin-right: auto;
    margin-left: 12vw;
  }
  #motor_pickup_top_btn {
    width: 60vw;
    background-size: cover;
    padding: 2vw;
    padding-bottom: 2.5vw;
    font-size: 4vw;
    margin-top: 1vw;
  }
  #motor_pickup_top_btn span span {
    font-size: 3.2vw;
  }
  .pickup_racer_column_container {
    padding: 0 4px;
    padding-bottom: 20px;
  }
  .pickup_racer_column_top_title {
    background-size: cover;
    width: 90%;
    font-size: 5vw;
  }
  .pickup_racer_column_kani {
    width: 13vw;
    top: -3vw;
    left: -2.5vw;
  }
  .pickup_racer_column_top_text {
    margin-top: 7vw !important;
    font-size: 3vw !important;
    margin-bottom: 3vw !important;
  }
  .pickup_racer_column_top_img_box ul li {
    font-size: 2vw;
  }
  .pickup_racer_column_top_img_box ul li:nth-of-type(1) {
    left: 4.4vw;
    bottom: 18vw;
  }
  .pickup_racer_column_top_img_box ul li:nth-of-type(2) {
    left: 18vw;
    bottom: 8vw;
  }
  .pickup_racer_column_top_img_box ul li:nth-of-type(3) {
    left: 34vw;
    bottom: 20.5vw;
  }
  .pickup_racer_column_top_img_box ul li:nth-of-type(4) {
    left: 48vw;
    bottom: 7vw;
  }
  .pickup_racer_column_top_img_box ul li:nth-of-type(5) {
    left: 62.5vw;
    bottom: 17vw;
  }
  .pickup_racer_column_top_img_box ul li:nth-of-type(6) {
    left: 76vw;
    bottom: 9vw;
  }
  #pickup_racer_btn {
    width: 60vw;
    background-size: cover;
    padding: 2vw;
    padding-bottom: 2.5vw;
    font-size: 4vw;
    margin-top: 1vw;
  }
  #pickup_racer_btn span span {
    font-size: 3.2vw;
  }
  /*---------------------お知らせ一覧---------------------------------*/
  .news_bottom_container {
    border-image-source: url(../images/main/news/news_bg_sp.png);
    padding-top: 40px;
    max-width: 1064px;
  }
  .news_bottom_wrapper {
    flex-direction: column;
    top: 3vh;
  }
  .news_bottom_title {
    flex-direction: row-reverse;
    aspect-ratio: 0;
    padding: 1vw 20vw;
    width: auto;
  }
  .news_bottom_title span {
    font-size: clamp(15px, 5vw, 25px);
  }
  .news_bottom_title img {
    position: absolute;
    top: -14px;
    left: -50px;
    width: 34%;
    max-width: 125px;
  }
  .news_bottom_list {
    width: 100%;
  }
  ul.news_bottom_list_ul {
    margin: 0 0 0;
    height: 160px;
    padding-right: 20px;
  }
  ul.news_bottom_list_ul .text {
    display: block;
  }
  /*--topへボタン---*/
  img.to_top_btn {
    right: 3%;
    width: min(10%, 65px);
    bottom: min(26vw, 190px);
  }
  img.to_top_btn.kotei {
    right: 0;
  }
  footer {
    padding: 20px 0 30px;
  }
  /* #swiper_base {
    width: 55%;
  }
  #swiper_base .swiper-button-prev {
    top: 12px;
    width: 7vw;
    height: 10vw;
    left: -60px;
  }
  #swiper_base .swiper-button-next {
    top: 12px;
    width: 7vw;
    height: 10vw;
    right: -60px;
  } */
  /* #suishou_btn {
    width: 30vw;
    margin: 25px auto 12px;
    font-size: min(5vw,28px);
  } */
  /* #footer_wave {
    top: -7vw;
  } */
  /*-------------フッター-------------------------*/
  .footer_container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer_left {
    align-self: flex-start;
    margin-top: 30px;
    margin-left: 0;
  }
  .footer_right {
    margin-bottom: 40px;
    width: 90%;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .nav_btn {
    width: 35px;
    height: 35px;
  }
  .nav_btn .nav_btn_text {
    font-size: 11px;
  }
  .nav_btn .line.top {
    top: 10px;
  }
  .nav_btn .line.middle {
    top: 23px;
  }
  .nav_btn .line.bottom {
    top: 36px;
  }
  .nav_btn .nav_btn_text {
    font-size: 8.7px;
    bottom: -15px;
  }
  .nav_btn .line.top {
    top: 7px;
  }
  .nav_btn .line.middle {
    top: 16px;
  }
  .nav_btn .line.bottom {
    top: 25px;
  }
  .nav_btn .line {
    width: 25px;
    height: 4px;
  }
  .nav_btn.move .line.bottom {
    transform: rotate(-135deg);
    top: 16px;
  }
  .nav_btn.move .line.top {
    transform: rotate(135deg);
    top: 16px;
  }
  #nav_wrapper_right {
    margin-top: 130px;
  }
}
@media (max-width: 500px) {
  /*----------------------------固定メニュー----------------------------*/
  #nav_wrapper_right .nav_title {
    font-size: 22px;
    padding: 2px 0 4px;
  }
  #nav_wrapper_right .nav_title .nav_title_arrow {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }
  #nav_wrapper_right ul.nav_each_btns li {
    font-size: min(4vw, 17px);
  }
  #nav_wrapper_right ul.nav_each_btns li a {
    letter-spacing: 0;
  }
  .nav_title_arrow_child {
    margin-right: 8px;
    margin-left: 16px;
  }

  /* #left_box.show { */
  /* margin-top: 0;
  } */
  .main_visual_container.show {
    margin-top: -16vw;
    top: auto;
  }
  .main_contents_wrapper {
    padding-bottom: 0;
  }
  .news_wrapper {
    width: 98%;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
  .news_title {
    font-size: 3.5vw;
  }
  .news_title::before {
    left: 0;
  }
  .news_wrapper .news_date,
  .news_wrapper .news_text {
    font-size: 2.7vw;
  }
  .news_wrapper .news_text {
    padding-right: 10px;
  }
  .swiper_box {
    margin-top: 90vh;
  }
  .sp_flex_box {
    max-width: 96%;
  }
  /* .two_btns_flex_box {
    margin-left: 5px;
    margin-right: 5px;
    width: 60%;
    max-width: 120px;
  } */
  #right_btns li + li {
    margin-left: 0px;
  }
  .banner_bg_sp {
    padding-bottom: 40px;
  }

  /* #header_sp h1 {
    width: 40%;
  }
  #header_sp h1 a {
    left: 7vw;
    top: -5px;
  } */
  /* #header_sp .logo {
    max-width: 148px;
  } */
  /* .nav_btn {
    width: 20vw;
    height: 13vw;
    margin-top: 1px;
  } */

  #right_btns {
    margin-top: 5px;
  }
  #mv_news_swiper_sp {
    height: 41px;
  }
  .pickup_racer_column_top_img_box ul li {
    text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000,
      0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000,
      0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000,
      0 0 4px #000, 0 0 4px #000;
  }

  #swiper_base .swiper-button-prev {
    width: 10vw;
    height: 13vw;
    left: -45px;
  }
  #swiper_base .swiper-button-next {
    width: 10vw;
    height: 13vw;
    right: -45px;
  }
  #suishou_btn {
    width: 45vw;
  }
  .to_top_btn.kotei {
    top: -13vw;
  }

  #swiper_base {
    width: 70%;
  }

  /* トップヘッダー・フッターSNS用 */
  .header_sns,
  .footer_right {
    margin-top: 24px;
    gap: 12px;
  }

  /* トップアニバーサリー */
  #main_contents_container .teiou_container .h2_title {
    margin: 0 8px 8px;
  }
  #main_contents_container .teiou_container .h3_title {
    font-size: 4vw;
  }

  /* トップレース予報 */
  .race_yoho_wrap p img.flag {
    top: -4vw;
    left: 2vw;
    width: 28%;
  }
  .race_yoho_wrap p img.img_posi {
    top: -7vw;
    right: 0;
    width: 30%;
  }
  .race_yoho_wrap p.day {
    font-size: 3.2vw;
  }
  span.attention_race_big {
    text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px 1px 2px,
      #000 -1px 3px 2px, #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px 3px 2px,
      #000 -1px 3px 2px, #000 2px 1px 2px, #000 -1px 0px 2px, #000 0px 0px 2px,
      #000 1px 0px 2px, #000 2px 0px 2px, #000 2px 0px 2px, #000 -1px -1px 2px,
      #000 0px -1px 2px, #000 1px -1px 2px, #000 2px -1px 2px, #000 3px -1px 2px,
      #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px 3px 2px, #000 -1px 3px 2px,
      #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px 3px 2px, #000 -1px 3px 2px,
      #000 2px 1px 2px, #000 -1px 0px 2px, #000 0px 0px 2px, #000 1px 0px 2px,
      #000 2px 0px 2px, #000 2px 0px 2px, #000 -1px -1px 2px, #000 0px -1px 2px,
      #000 1px -1px 2px, #000 2px -1px 2px, #000 3px -1px 2px, #000 4px -1px 2px,
      #000 4px -1px 2px, #000 4px -1px 2px, #000 4px -1px 2px, #000 4px -1px 2px,
      #000 4px -1px 2px, #000 4px -1px 2px, #000 4px -1px 2px, #000 4px -1px 2px,
      #000 4px -1px 2px, #000 -1px 3px 1px, #000 -1px 3px 1px, #000 -1px 3px 1px,
      #000 -1px 3px 1px, #000 -2px 4px 2px, #000 -2px 4px 2px, #000 -2px 4px 2px,
      #000 -2px 4px 2px, #000 -2px 4px 2px, #000 -2px 4px 2px, #000 0px -1px 2px,
      #000 0px -1px 2px, #000 0px -1px 2px, #000 0px -1px 2px, #000 0px -1px 2px,
      #000 0px -1px 2px, #000 0px -1px 2px, #000 -1px -1px 2px,
      #000 -1px -1px 2px, #000 -1px -1px 2px, #000 -1px -1px 2px,
      #000 -1px -1px 2px, #000 -1px -1px 2px, #000 4px -1px 2px,
      #000 4px -1px 2px, #000 4px -1px 2px, #000 4px -1px 2px, #000 4px -1px 2px,
      #000 4px -1px 1px, #000 4px -1px 1px, #000 4px -1px 1px, #000 4px -1px 1px,
      #000 4px -1px 1px, #000 1px 3px 1px, #000 1px 3px 1px, #000 1px 3px 1px,
      #000 1px 3px 1px, #000 2px -1px 1px, #000 2px -1px 1px, #000 2px -1px 1px,
      #000 2px -1px 1px, #000 2px -1px 1px, #000 2px -1px 2px, #000 2px -1px 2px,
      #000 2px -1px 2px, #000 2px -1px 2px, #000 2px -1px 2px, #000 2px -1px 2px,
      #000 -3px 5px 0px, #000 -3px 5px 0px, #000 -3px 5px 0px, #000 -3px 5px 0px,
      #000 -3px 5px 0px, #000 -3px 5px 0px;
  }
  span.attention_race_big2 {
    text-shadow: #000 1px 2px 2px, #000 -1px 2px 2px, #000 1px 2px 2px,
      #000 -1px 1px 2px, #000 0px 1px 2px, #000 1px 1px 2px, #000 2px 1px 2px,
      #000 2px 1px 2px, #000 -1px 0px 2px, #000 0px 0px 2px, #000 1px 0px 2px,
      #000 2px 0px 2px, #000 2px 0px 2px, #000 1px 2px 2px, #000 -1px 2px 2px,
      #000 2px 2px 2px, #000 -1px 1px 2px, #000 0px 1px 2px, #000 1px 1px 2px,
      #000 2px 1px 2px, #000 2px 1px 2px, #000 -1px 0px 2px, #000 0px 0px 2px,
      #000 1px 0px 2px, #000 2px 0px 2px, #000 -1px 0px 2px, #000 -1px 0px 2px,
      #000 -1px 0px 2px, #000 -1px 0px 2px, #000 -1px 0px 2px, #000 2px -2px 2px,
      #000 2px 2px 2px, #000 2px 2px 2px, #000 2px 2px 2px, #000 2px 2px 2px,
      #000 2px 2px 2px, #000 2px 2px 2px, #000 2px 2px 2px, #000 2px 2px 2px,
      #000 2px 2px 2px;
  }
  .race_yoho_wrap h3 {
    width: 65%;
    margin-bottom: -5vw;
  }
  .race_yoho_wrap .text,
  .race_yoho_wrap ul.race_yoho_sensyus {
    padding: 0 8px 16px;
  }
  .race_yoho_wrap .text {
    font-size: 15px;
  }
  .race_yoho_wrap ul.race_yoho_sensyus li {
    width: 49%;
  }
  .race_yoho_wrap .flex-img .no {
    width: 9vw;
    height: 9vw;
    font-size: 5vw;
  }
  .race_yoho_sensyu p {
    font-size: 3.4vw;
  }

  /* トップドリーム戦用 */
  .dream_kakomi:nth-of-type(2) {
    margin-top: 40px;
  }
  .dream_top_box_cotainer p.dream_day {
    width: 16vw;
    height: 16vw;
    top: -5vw;
  }
  .dream_day span {
    font-size: 4.5vw;
  }
  .dream_day span.week {
    font-size: 3.8vw;
  }
  .sp_br {
    display: block;
  }

  /* トップ解剖用 */
  .kaibo_loupe {
    top: -2vw;
  }
  .race_kaibo_top_box_cotainer .h2_title {
    margin: -8vw 0 -9.5vw;
  }
  .kaibo_title1 {
    padding: 1vw 3.75px 5vw 1.8vw 0;
    border-left: solid 6px #b69b41;
    border-right: solid 6px #b69b41;
  }
  .kaibo_title2 {
    padding: 2vw 4vw 2.2vw 0;
    letter-spacing: 1px;
    border-left: solid 6px #b69b41;
    border-right: solid 6px #b69b41;
  }
  .race_kaibo_wrap .kakomi {
    border-width: 0 6px 6px 6px;
    padding: 8px 8px 16px;
    margin-bottom: 8px;
  }
  .post_top,
  .post_center,
  .post_bottom {
    gap: 16px;
  }
  .race_kaibo_wrap .text {
    font-size: 15px;
  }
  .race_kaibo_wrap h4 .h4-bg {
    background-image: url(../images/kaibo/check2_sp.png);
    background-size: min(112vw, 450px);
    font-size: min(4vw, 18px);
    padding-left: 45px;
  }
  p.next_time {
    font-size: 14px;
  }

  /* 下新着情報 */
  .news_bottom_wrapper {
    gap: 36px;
  }
  .news_bottom_container {
    border-image-slice: 16 20 23 16 fill;
    border-image-width: 12px;
    border-width: 12px;
  }
  .news_bottom_title {
    padding: 1vw 14vw;
  }
  .news_bottom_title img {
    left: -28px;
  }
  .news_bottom_container .news_kiji_pc,
  .news_bottom_container .news_kiji_sp {
    font-size: 16px;
    gap: 18px;
  }

  /* フッター */
  .footer_left {
    width: 75%;
  }
  .footer_left .logo.mikuni_hp {
    width: 52%;
  }
  .footer_left .logo.title {
    display: inline-block;
    width: 80%;
  }
  .copyright {
    font-size: 3vw;
  }
}
