* {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#menu_main {
  display: flex;
  padding: 50px 0;
  background: #000;
}
#ms-category-head.ms-Fix {
  box-shadow: none;
}
.ms-category-head {
  border: none;
}
.ms-category-raceslider {
  box-shadow: none;
}
.ms-category-navi {
  display: none;
}
#ms-category-head.ms-Fix {
  position: relative !important;
}
#race1 {
  display: block !important;
  height: 100% !important;
}
.swiper-wrapper {}
.ms-schedule-list {
  background: #101010;
}
#menu_main li {
  background: #000;
  position: relative;
}
#menu_main li:nth-child(1), #menu_main li:nth-child(2) {
  width: calc(38%);
}
#menu_main li:nth-child(3) {
  width: calc(24%);
}
#menu_main li:hover img {
  opacity: 0;
}
#menu_main li:nth-child(1):hover {
  background: url("../images/team1_hover_2020.png") center left no-repeat;
  background-size: cover;
}
#menu_main li:nth-child(2):hover {
  background: url("../images/team2_hover_2020.png") center left no-repeat;
  background-size: cover;
}
#menu_main li:nth-child(3):hover {
  background: url("../images/team3_hover_2020.png") center left no-repeat;
  background-size: cover;
}
#menu_main li a img {}
#menu_main li a {
  width: 100%;
  height: 100%;
  display: block;
}
#testing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  justify-content: space-between;
  background: #000;
}
#testing li {
  position: relative;
  width: calc(33.3% - 15px);
  transform: skewX(-10deg);
  overflow: hidden;
}
#testing li a {
  display: flex;
  height: 120%;
  width: 120%;
  justify-content: center;
  background: url("../images/modulo_nakajima_racing.jpg") center center no-repeat;
  background-size: 120%;
  transform: skewX(10deg);
}
h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 50px 0;
}
#report h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
img.s_pc {
  display: block;
}
img.s_sp {
  display: none;
}
.what_new {
  background: #fff;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  height: 70px;
  overflow: hidden;
}
.what_new ul {
  width: 100%;
  height: 70px;
}
.what_new ul li a {
  color: #000;
  font-size: 14px;
}
.what_new a.view_all {
  position: absolute;
  font-size: 14px;
  margin-left: auto;
  margin-right: 15px;
  display: block;
  color: #c00;
  right: 0;
  top: 25px;
}
.what_new a:hover {
  text-decoration: underline;
  color: #c00;
}
.what_new ul li {
  width: 100%;
  display: block;
}
.what_new ul li a {
  display: flex;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
  margin: 0 30px;
}
.what_new ul li {
  height: 70px;
}
#news_item li:after {
  content: '';
  background: #c00;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  animation-name: loading;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
}
.what_new h3 {
  background: #c00;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  width: 120px;
  padding: 15px 5px;
  box-sizing: border-box;
  position: relative;
}
.what_new h3:after {
  content: '';
  width: 18px;
  height: 70px;
  background: url("../images/ws_bg.png") top -5px center no-repeat;
  position: absolute;
  right: -18px;
  top: 0;
}
@keyframes loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* Slider */
#slider_full {}
#slider_full ul {
  display: flex;
  position: relative;
  z-index: 2;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
#slider_full ul li {
  width: 100%;
  height: 100%;
}
#slider_full ul li {
  max-width: 1200px;
  position: relative;
}
@keyframes zoom {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes car1 {
  0% {
    opacity: 1;
    left: 0;
  }
  49% {
    opacity: 1;
    left: -150%
  }
  50% {
    opacity: 0;
    left: 150%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes car2 {
  0% {
    opacity: 1;
    left: 0;
  }
  49% {
    opacity: 1;
    left: -150%
  }
  50% {
    opacity: 0;
    left: 150%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*#slider_full::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #636363 url("../images/strap.jpg") top 50% center no-repeat;
  background-size: contain;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/
#slider_full {
  height: 100vh;
  background-color: #636363;
}
#slider_full:before {
  content: '';
  background-color: #333333;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 1;
}
#slider_full:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: url("../images/strap.jpg") top 50% center no-repeat;
  background-size: contain;
  z-index: 2;
}
.slider_inner {
  position: relative;
  width: 90%;
  max-width: 1800px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider_inner div h2 {
  width: 30%;
}
.slider_inner div span {
  width: 70%;
  position: relative;
}
.slider_inner div h1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.slider_inner div h2 {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
}
.slider_inner .slide_top h2 {
  display: flex;
  justify-content: flex-end;
}
.slider_inner .slide_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/*.slider_inner .slide_top span {
  animation: car1 3s ease;
  animation-delay: 1s;
}*/
.slider_inner .slide_mid {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 5% 0;
}
.slider_inner .slide_bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
/*.slider_inner .slide_bottom span {
  animation: car2 3s ease;
  animation-delay: 1s;
}*/
#slider_full .text {
  color: #fff;
  position: absolute;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*#slider_full .text .tx {
	display: flex;
}*/
#slider_full .text h1 {
  font-weight: normal;
  font-size: 60px;
  order: 2;
}
#slider_full .text h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
}
#slider_full .text h2.tx1 {
  order: 1;
  align-self: flex-start;
}
#slider_full .text h2.tx2 {
  order: 3;
  align-self: flex-end;
}
#slider_full .text h2:nth-child(2) {
  padding: 40px 0;
}
/* Team */
#team {
  padding: 50px 0;
  background: #191919;
  display: none;
}
#team .flexbox .team_item {
  width: 100%;
  margin-bottom: 15px;
}
/*#team .flexbox:nth-child(1) > div {
  width: calc(50% - 15px);
}
#team .flexbox:nth-child(1) {
  margin-bottom: 30px;
}
#team .flexbox:nth-child(2) > div {
  width: calc(50% - 15px);
}*/
#team .team_item {
  overflow: hidden;
  position: relative;
}
#team .team_item a img {
  width: 100%;
}
#team .team_item span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 28px;
  line-height: 65px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.70);
  color: #fff;
  padding: 0 50px 0 20px;
}
#team .team_item span:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 14px;
  width: 30px;
  height: 30px;
  background: url("../images/arrow.png") center center no-repeat;
  background-size: contain;
}
#team .team_item span:before {
  content: '';
  top: 0;
  left: -20px;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 65px solid rgba(0, 0, 0, 0.70);
  border-left: 20px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#team .team_item:hover span:before {
  border-bottom: 65px solid #c00;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#team .team_item:hover span {
  background: #c00;
}
/* Report */
#report {
  padding-bottom: 50px;
}
#report ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#report ul li {
  background: #1f1f1f;
  display: block;
  margin-bottom: 30px;
  width: calc(50% - 15px);
}
#report ul li:hover {
  background: #e9e9e9;
}
#report ul li:hover a {
  color: #c00;
}
#report ul li a {
  display: flex;
  color: #fff;
  height: 100%;
}
#report ul li a span {
  width: 40%;
}
#report ul li a span {
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#report ul li a span strong {
  margin: 0 auto;
  padding: 25% 0;
  position: relative;
  z-index: 2;
  padding-left: 35px;
}
#report ul li a span strong h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  padding-bottom: 15px;
}
#report ul li a span strong h5 {
  font-size: 18px;
}
#report ul li a {
  overflow: hidden;
  position: relative;
}
#report ul li a em {
  display: block;
  width: 60%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#report ul li a em i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#report ul li:hover a em i {
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#report ul li a em i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#report ul li a em:before {
  content: '';
  width: 100px;
  height: 200%;
  background: #1f1f1f;
  position: absolute;
  border: 0;
  box-sizing: border-box;
  left: -80px;
  top: -15%;
  z-index: 1;
  transform: rotate(10deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#report ul li:hover a em:before {
  background: #e9e9e9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#slide_main {
  position: relative;
  height: 100%;
  background: #636363;
}
#slide_main .bx-wrapper {
  background: #000 !important;
}
.slide_main_item {}
.slide_main_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  /*background-image: url("../race2020/rd00/images/social.jpg");*/
  background-size: cover;
  background-position: center center;
}
.slider_main_first a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.slider_main_first {}
#slide_main img {
  width: 100%;
}
#slide_main .slide_text p {
  color: #fff;
}
#slide_main .slide_text {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 50px;
  margin: 0 auto;
}
#slide_main .slide_text_first_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
#slide_main .slide_text_first_wrap h2 {
  font-size: 42px;
  line-height: 2;
  font-weight: bold;
}
#slide_main .slide_text_first_wrap h2 span {
  display: inline-block;
}
#slide_main .slide_text:hover {
  text-decoration: underline;
  color: #fff;
}
#slide_main .slide_text h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  max-width: 500px;
  padding-bottom: 10px;
}
#slide_main .slide_text h2 span {
  display: block;
}
.bx-wrapper {
  width: 100%;
}
.slide_text_frist {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  flex-basis: auto;
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}
.slide_text_frist .p1 {
  order: 1;
  font-size: 16px;
  line-height: 32px;
}
.slide_text_frist .p1 span {
  display: block;
}
.slide_text_frist h2 {
  order: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.slide_text_frist h2 small {
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  padding-top: 10px;
}
.slide_text_frist h2 span {
  display: block;
}
.slide_text_frist .p2 {
  order: 3;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  justify-content: flex-end;
}
.slide_text_frist .p2 span {
  display: block;
}
#slide_main .pc {
  display: block;
}
#slide_main .sp {
  display: none;
}
@media screen and (max-width:1440px) {
  .slider_inner div h1 {
    font-size: 30px;
  }
  .slider_inner div h2 {
    font-size: 14px;
    line-height: 28px;
  }
  .slide_main_item {}
  #slider_full {
    max-height: 900px
  }
  #slider_full .text h1 {
    font-size: 32px;
  }
  #slider_full ul li {
    max-width: 500px;
  }
  .slider_inner .slide_top, .slider_inner .slide_bottom {
    justify-content: space-around;
  }
  .slider_inner .slide_mid {
    padding: 5% 0;
  }
  .slider_inner div span {}
  #report ul li a span strong h4 {
    font-size: 16px;
    line-height: 24px;
  }
  #report ul li a span strong h5 {
    font-size: 12px;
  }
  #team .team_item span {
    font-size: 18px;
    line-height: 50px;
    padding: 0 45px 0 20px;
  }
  #team .team_item span:after {
    width: 24px;
    height: 24px;
    top: 10px;
  }
  #report ul li a span strong {
    padding-left: 20px;
  }
}
@media screen and (max-width:1100px) {
  #nav_menu .nav_inner {
    margin: 0 auto;
  }
}
@media screen and (max-width:1024px) {
  .slide_main_item {
    display: block;
  }
  #slide_main .slide_text_first_wrap h2 {
    font-size: 38px;
  }
}
@media screen and (max-width:768px) {
  #slide_main .pc {
    display: none;
  }
  #slide_main .sp {
    display: block;
  }
  #slide_main .slide_text_first_wrap h2 em {
    display: block;
  }
}
@media screen and (max-width:768px) {
  #team {
    display: block;
  }
  #team .flexbox {
    flex-wrap: wrap;
    flex-direction: row;
  }
  #slide_main .slide_text_first_wrap {}
  .slider_main_first {
    background: url('../images/slide_01B.jpg') center center no-repeat;
    background-size: contain;
  }
  #menu_main {
    display: none;
  }
  #team .team_item span {
    font-size: 16px;
  }
  #report ul {}
  #report ul li {
    width: 100%;
  }
  .what_new h3 {
    padding: 15px 5px;
    margin: 0;
  }
}
@media screen and (max-width:425px) {
  #news_item {
    position: relative;
  }
  #news_item li {
    height: 70px;
    position: static;
  }
  #news_item li:after {
    bottom: 0;
  }
  #slider_full {
    max-height: 650px;
  }
  img.s_pc {
    display: none;
  }
  img.s_sp {
    display: block;
  }
  .what_new {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .what_new li {
    text-align: left;
    font-size: 14px;
  }
  .what_new a span {
    font-size: 13px;
  }
  #report h3 {
    font-size: 18px;
    margin: 0 auto;
  }
  .slide_main_item {}
  .slide_main_item a {
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
  }
  .slider_inner .slide_top {
    flex-direction: column;
  }
  .slider_inner .slide_bottom {
    flex-direction: column-reverse;
  }
  .slider_inner div h2, .slider_inner div span {
    width: 100%;
    text-align: center;
  }
  .what_new ul {
    order: 3;
    padding: 0;
  }
  .what_new a {
    order: 2;
  }
  .slider_inner div h1 {
    font-size: 20px;
    line-height: auto;
    font-weight: bold;
  }
  #team .team_item span {
    font-size: 16px;
  }
  #team .flexbox {
    display: block;
  }
  #team .flexbox .team_item:nth-child(1), #team .flexbox .team_item:nth-child(2) {
    width: 100%;
  }
  #team .flexbox .team_item:nth-child(3) {
    width: 100%;
  }
  #team .flexbox:nth-child(1) > div {
    width: 100%;
  }
  #team .flexbox:nth-child(2) > div {
    width: 100%;
  }
  #report ul li a {
    flex-direction: column-reverse;
  }
  #report ul li a em, #report ul li a span strong {
    width: 100%;
  }
  #report ul li a em {
    height: 200px;
  }
  #report ul li a em:before {
    display: none;
  }
  #report ul li a span {
    width: 100%;
  }
  #report ul li a span strong {
    padding: 20px 20px;
    box-sizing: border-box;
  }
  #team .team_item {
    margin-bottom: 15px;
  }
  .what_new ul, #news_item li, .what_new ul li a {
    height: 80px;
  }
  .what_new {
    height: auto;
  }
  .what_new h3 {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 10px 0 0 0;
    position: relative;
  }
  .what_new h3:after {
    content: '';
    width: 100%;
    height: 60px;
    background: url("../images/wn_bg.png") center center no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  #slide_main .slide_text p {
    font-size: 12px;
  }
  #slide_main .slide_text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #slide_main .slide_text h2 {
    font-size: 14px;
  }
  .what_new ul li a {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
    margin: 0;
  }
  .what_new a.view_all {
    top: 10px;
  }
  #slide_main .slide_text_first_wrap {}
  .slide_text_frist {
    width: 100%;
  }
  .slide_text_frist h2 small {
    font-size: 13px;
    line-height: 24px;
    display: block;
  }
  #slide_main .slide_text_first_wrap h2 {
    order: 1;
    font-size: 24px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    width: 98%;
    margin: 0 auto;
  }
  #slide_main .slide_text_first_wrap h2 span {}
  .slide_text_frist .p1 {
    padding-bottom: 5px;
  }
  .slide_text_frist .p1 span, .slide_text_frist .p2 span {
    display: inline;
  }
  .slide_text_frist .p2 {
    display: block;
    display: inline;
  }
}
@media screen and (max-width:320px) {
  #slide_main .slide_text_first_wrap h2 {
    font-size: 18px;
  }
  .slide_text_frist h2 small {
    font-size: 10px;
  }
}