* {
  padding: 0;
  margin: 0;
}
header#header_pc {
  height: 91px;
  background: url("../images/second/second_header_bg_pc.png") no-repeat;
  background-size: cover;
  background-position: center;
}
#header_container h1 {
  margin-top: -20px;
}
.logo {
  margin-bottom: auto;
}
header#header_pc::after {
  height: 47px;
}

.second_main img {
  max-width: 100%;
  width: auto;
}

/*-----------------解剖-----------------*/
.kaibo_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .kaibo_day_link {
  margin: 10px 2px;
  display: block;
  padding: 10px 20px;
  background: lightblue;
  border: solid 4px #000;
  color: #01a0e9;
  border-radius: 15px;
  font-weight: 700;
  cursor: pointer;
} */
/*------------youtubeレース予想ライブ配信-----------------------*/
.youtube_wrap {
    text-align: center;
    padding-top: 10px;
}
.youtube_wrap .date {
    background: rgb(227, 213, 75);
    background: linear-gradient(0deg, #001960 0%, #0266ab 50%, #001960 100%);
    color: #fff;
    color: #fff;
    max-width: 700px;
    margin: auto;
    font-size: 30px;
    margin-bottom: 28px;
    font-weight: bold;
    padding: 16px 0;
    line-height: 1;
}
.youtube_wrap img {
    max-width: 70%;
    display: block;
    margin: auto;
}
.youtube_wrap a {
    margin-top: 29px;
    margin-bottom: 68px;
    padding: 13px 23px;
    background: #fa6922;
    color: #fff;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    width: 250px;
    font-weight: bold;
    line-height: 1;
}
.youtube_wrap .saturday{
  color: #afe3fc;
}
.youtube_wrap .sunday{
  color: #feaf6f;
}
.youtube_wrap .youtube_pc_link{
  display: inline-block;
}
.youtube_wrap .youtube_sp_link{
  display: none;
}

@media (max-width: 1199px) {
  header#header_pc {
    height: auto;
    background: none;
  }
  #header_container h1 {
    margin-top: 0;
  }
  .logo {
    margin-bottom: 0;
  }
  header#header_pc::after {
    height: auto;
  }
}
.second_flex_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* background: #00aa98;; */
  text-align: center;
  margin: auto;
}
header#header_pc {
  width: calc(100% - 107px);
}

/* .kaibo_day_link {
  margin: 10px 6px;
  padding: 5px 15px;
} */
@media (min-width: 1921px) {
  header#header_pc {
    width: calc(100% - ((100% - 1920px)) - 107px);
  }
}
.second_main {
  width: calc(100% - 120px);
  padding-top: 20px;
  background-image: url(../images/second/second_bg_pc.png);
  background-position: center top;
  background-repeat: repeat-x;
  /* height: 1920px; */
  position: relative;
}
.page-bi {
  position: relative;
}
.contain {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.contain h2 {
  margin-top: -10px;
  margin-bottom: -40px;
  position: relative;
}
.bc-white {
}
.page-inner {
  background-color: #fff;
}
.pc_second_title {
  text-align: center;
  font-size: 30px;
  margin: 0;
  position: relative;
  z-index: 30;
  background: url("../images/second/second_titile_bg.png") no-repeat;
  background-size: 105% 157%;
  background-position: center;
  font-size: min(20vw, 60px);
  color: #fff;
  margin: auto !important;
  padding: 44px 0;
  padding-bottom: 19px;
}
.pc_second_title.hide {
  z-index: 1;
}
.pc_second_title img {
  position: absolute;
  left: 30px;
  top: -20px;
  max-width: min(11vw, 155px);
}
.sp_second_title {
  display: none;
}
.page-inner {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.saturday {
  color: #01a0e9;
}
.sunday {
  color: #e60a12;
}
.kousin {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 150px 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .page-inner {
    padding: 0;
    margin-top: 10px;
  }
  #header_sp {
    z-index: 31;
  }
  #header_container_sp {
    padding: 0;
  }
  .second_main {
    width: 100%;
    padding-top: 20px;
    /* padding-bottom: 100px; */
    background-image: url(../images/second/second_bg_sp.png);
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x;
  }
  .contain {
    max-width: 100%;
  }
  .bc-white {
    margin-top: 0;
    box-shadow: none;
    /* padding-top: 15px; */
  }
  .pc_second_title {
    display: none;
  }
  .sp_second_title {
    position: relative;
    display: block;
    text-align: center;
    font-size: min(5vw, 36px);
    margin: 0;
    background: url("../images/second/second_titile_bg.png") no-repeat;
    background-size: contain;
    background-position: center;
    color: #fff;
    margin: auto !important;
    padding: 0.5vw;
    padding-bottom: 1vw;
    /* z-index: 30; */
  }
  .sp_second_title img {
    position: absolute;
    left: 10vw;
    bottom: 0;
    width: 12vw;
  }
  .second_header img {
    width: 55%;
  }
  .contain h2 {
    margin-top: -20px;
    margin-right: 12px;
  }
  /*----------youtubeレース予想ライブ配信---------------------*/
.youtube_wrap{
  /* padding: 5vw 3vw 5vw 3vw; */
  padding: 50px 25px 0;
}
.youtube_wrap .date {
  max-width: 100%;
  margin-bottom: 5.3vw;
  /* font-size: 2.5vw; */
}
.youtube_wrap img{
  max-width: 100%;
  width: 100%;
}
.youtube_wrap a {
  font-size: 3.5vw;
  width: 40%;
  padding: 1.9vw 3.4vw;
}
.youtube_wrap .youtube_pc_link{
  display: none;
}
.youtube_wrap .youtube_sp_link{
  display: inline-block;
}

}
@media (max-width: 900px) {
  .sp_second_title img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17vw;
  }
}
@media (max-width: 700px) {
  .youtube_wrap .date {
  font-size: 4.3vw;
  padding: 2.3vw 0;
}
.youtube_wrap a{
  font-size: 3.5vw;
  margin-bottom: 9.7vw;
  margin-top: 4.1vw;
}

}
@media (max-width: 600px) {
  .kousin {
    font-size: 20px !important;
    padding: 100px 0 !important;
  }
  .sp_second_title img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16vw;
  }
  .youtube_wrap {
    padding: 9.7vw 4.8vw 0;
  }

}
@media (max-width: 500px) {

  .youtube_wrap a{
  font-size: 3.4vw;
 padding: 1.8vw 3.3vw;
}

}