header {
  background: none !important;
  background-color: #fff !important;
}
.header_btm_line{
  width: 85% !important;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000 !important;
}
.header_menu {
  color: #000 !important;
}
.header_menu_1:nth-child(2){
  font-weight: 700;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
}
.header img{
  filter: invert(1);
}
.header .side_menu_btn img{
  filter: invert(0);
}
.header .side_menu_box img{
  filter: invert(0);
}




.grandprix_txt_btnwrap{
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  padding-bottom: 0.6vw;
  border-bottom: 1px solid #000;
}
.grandprix_txt_btn{
  width: 8vw;
  color: #767676;
  font-weight: 600;
  text-align: center;
  padding: 0.4vw 0;
  transition: 0.3s;
  cursor: pointer;
}
.grandprix_txt_btn.on{
  background-color: #000;
  color: #fff;
}
.grandprix_txt_btn:hover{
  background-color: #000;
  color: #fff;
}

.grandprix_txt_con{
  width: 85%;
  border-bottom: 1px solid #000;
}
.grandprix_txt_con_box{
  width: 100%;
  display: flex;
  padding: 7vw 0;
  top: 0;
  display: none;
}
.grandprix_txt_con_box.on{
  /* opacity: 1;
  visibility: visible;
  transform: translateY(0); */
  display: flex;
}
.grandprix_txt_left{
  width: 35%;
}
.con2_04 {
  width: 38.448%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -8%;
}
.grandprix_txt_beigebox{
  width: 30%;
  height: 100%;
  background-color: #EEE8D6;
  z-index: -1;
}
.grandprix_txt_right{
  width: 65%;
}
.grandprix_txt_right.this{
  width: 38%;
  margin-bottom: 3vw;
}
.grandprix_txt_txt{
  color: #767676;
  line-height: 1.5;
  font-size: 0.95vw;
  font-weight: 600;
}




.grandprix_news_sec{
  padding: 6vw 0;
}
.grandprix_news_con{
  width: 85%;
  border-top: 1px solid #ebebeb;
  margin-bottom: 2vw;
}
.grandprix_news{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9vw;
  font-weight: 600;
  color: #767676;
  border-bottom: 1px solid #ebebeb;
  padding: 0.8vw 4vw;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
.con2_07{
  width: 2.66139%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.grandprix_news:hover{
  color: #fff;
}
.grandprix_news_back{
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  top: 0;
  left: 0;
  clip-path: inset(100% 0 0 0);
  transition: 0.5s;
}
.grandprix_news:hover .grandprix_news_back{
  clip-path: inset(0 0 0 0);
}



.gallery_sec{
  margin-bottom: 3vw;
  padding-top: 5vw;
}