#report {
  padding: 0;
  max-width: 980px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 50px;
}
#report p {
  margin-bottom: 2em;
}
#report-title {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}
.ms-Race-MV {
  position: relative;
}
/*.ms-Race-MV:after {
  content: '';
  width: 100px;
  height: 100%;
  background: url("/ACCESS/motorsports/images/gradient_shadow.png") top right repeat-y;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.ms-Race-MV:before {
  content: '';
  width: 100px;
  height: 100%;
  background: url("/ACCESS/motorsports/images/gradient_shadow.png") top right repeat-y;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotate(180deg);
}*/
p.ltg {
  font-size: 13px;
  text-align: right;
  max-width: 980px;
  font-weight: bold;
  width: 100%;
  position: relative;
  height: 20px;
  margin: 0 auto;
}

a:hover {
  opacity: 0.5;
}
#gallery_media .ltg a {
  position: absolute;
  right: 0;
  text-decoration: none;
}
a.ltg:hover {
  color: #fff;
  text-decoration: underline;
}
.ltg.ltg2 {
  max-width: none;
}
.ltg i {
  color: #c00;
}
.ms-Race-Container {
  padding-top: 30px;
}
.ms-Race-Body,
.ms-Comment {
  background: #191919;
  color: #fff;
  box-shadow: none;
}
#photo .slick_inner h2 {
  max-width: 930px;
  margin: 0 auto 30px auto;
  border-left: 4px solid #c00;
  padding: 5px 15px;
}
.ms-Race-Body {
  margin: 0 auto;
}
.ms-fast-view-outer {
  background: #000;
}
.ms-Comment {
  background: rgba(0, 0, 0, 0.7);
}
.ms-Race-Body a {
  color: #fff;
}

.ms-Race-MV {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.ms-Race-Body-Navi li.ms-pagingnavi a,
.ms-Race-Body-Navi i {
  color: #fff;
}
.ms-Race-Title {
  border-top: none;
  font-size: 28px;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid #808080;
  text-align: left;
  font-weight: bold;
}
.ms-Text p.ms-dt {
  font-size: 14px;
  margin-bottom: 1em;
  color: #c00;
}
.ms-photos-gallery .ms-photoarea img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
#tab_option {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex: 0 0 50%;
  position: relative;
}
#tab_option:after {
  content: "";
  background: url("../images/tab_bg.jpg") top center no-repeat;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#tab_option.tab2:after {
  content: "";
  background: url("../images/tab_bg2.jpg") top center no-repeat;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#tab_option li {
  background: #fff;
  width: 50%;
  position: relative;
}
/*#tab_option li.active:nth-child(2) {
  background: #c00;
}
#tab_option li:nth-child(2).active:after {
  content: '';
  position: absolute;
  border: 0;
  box-sizing: border-box;
  border-bottom: 80px solid #c00;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 100%;
  left: -30px;
  bottom: 0;
}
#tab_option li:nth-child(1).active:after {
  content: '';
  position: absolute;
  border: 0;
  box-sizing: border-box;
  border-top: 80px solid #c00;
  border-right: 30px solid transparent;
  border-left: 0px solid transparent;
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
}*/
#tab_option li.active {
  color: #fff;
  background: #c00;
}
#tab_option li.active a {
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
}
#tab_option li a {
  font-size: 16px;
  line-height: 40px;
  padding: 15px 0;
  color: #000;
  font-weight: bold;
  display: block;
}
.ms-Table {
  background: #fff;
}
.ms-Table td {
  color: #000;
}
.ms-Table tbody tr:nth-child(1) {
  color: #000;
}
.ms-Table tbody tr a {
  color: #000;
}
.ms-Table .result_h td {
  background: #404040;
  color: #fff;
}
.ms-Table .result_h td a {
  color: #fff;
}
#gallery_media {
  display: flex;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#gallery_media.gallery_media {
  width: 980px;
  max-width: 92%;
}
#gallery_media .gm_item {
  width: calc(50% - 20px);
  margin-bottom: 50px;
}
#gallery_media .gm_item .youtube {
  position: relative;
}
#gallery_media .gm_item .youtube:hover {
  opacity: 0.5;
}
#gallery_media .gm_item .youtube:after {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 40%;
  left: 40%;
  z-index: 2;
  content: "";
  background: url("/ACCESS/motorsports/images/youtube_icon.png") center center
    no-repeat;
  background-size: cover;
}
.ms-videobox-1 img {
  width: 100%;
  max-width: none;
}
#gallery_media h4 {
  font-weight: bold;
  border-left: 4px solid #c00;
  padding-left: 15px;
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 20px;
}
#gallery_media h5 {
  font-size: 14px;
  margin: 0 0 10px 0;
}
#gallery_media p a {
  display: table;
  text-decoration: underline;
  font-size: 13px;
  width: auto;
}
/*Slick*/
#slick01 .slick-arrow,
#slick02 .slick-arrow {
  z-index: 9;
  margin: 0 auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.slick-list {
  position: relative;
}
#slick01 .slick-dots {
  position: static;
  padding-top: 30px;
  max-width: 980px;
  margin: 0 auto;
}
#slick01 .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#slick01 .slick-dots li {
  width: calc(20% - 4px);
  padding-bottom: 4px;
}
#slick01 .slick-dots li:first-child {
  margin-left: 0;
}
#slick01 .slick-dots li img {
  width: 100%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
#slick01 .slick-dots img,
#slick01 .slick-slide img {
  filter: grayscale(1);
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1);
}
#slick01 .slick-dots .slick-active img,
#slick01 .slick-slide.slick-active img {
  filter: grayscale(0);
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0);
}
#slick01 .slick-dots .slick-active img,
#slick01 .slick-dots li:hover img {
  opacity: 0.6;
}
.slick-slide {
}
.slide img {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.slick_inner {
  position: relative;
}
#arrow_slick {
  position: absolute;
  z-index: 9;
  top: 0;
}
#arrow_slick {
  font-size: 24px;
  width: 90%;
  max-width: 920px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  top: 35%;
  left: 0;
  right: 0;
  justify-content: space-between;
}
#arrow_slick li {
  cursor: pointer;
}
.slick-slide img {
  width: 98%;
  margin: 0 auto;
}
.Smile_Yell {
  position: relative;
  width: calc(98% - 86px);
  max-width: 900px;
  margin: 80px auto 70px;
  border: #fff 3px solid;
  border-radius: 50px;
  padding: 40px;
  padding-bottom: 20px;
}
.Smile_Yell h2 {
  display: flex;
  position: absolute;
  align-items: flex-end;
  background: #191919;
  top: -100px;
  padding-right: 20px;
}
.Smile_Yell h2 img {
  width: 150px;
  position: relative;
  height: auto;
  background: #191919;
  z-index: 1;
}
/* .Smile_Yell h2::before {
  content: "";
  width: 95%;
  height: 1.5px;
  position: absolute;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  z-index: 0;
} */
.Smile_Yell h2 p {
  font-size: 25px;
  position: relative;
  background-image: url(../images/kamikazari_bg.png);
  background-size: 100%;
  /* border-bottom: 2px #fff solid; */
  text-shadow: 0 0 3px #19191969;
}
/* .Smile_Yell h2 p::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0 ;
  top: 0;
  
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); 
  border: 5px solid transparent;
  border-left: 8px solid #555;
} */
.Smile_Yell p {
  padding-top: 1em;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.Smile_Yell_box1 .Smile_Yell_img {
  width: 28%;
  align-items: flex-start;
}
.Smile_Yell_box1 .Smile_Yell_img img {
  width: 100%;
  height: auto;
}
.Smile_Yell_box1 {
  display: flex;
  justify-content: space-between;
}
.Smile_Yell_box1 .Smile_Yell_text {
  max-width: 70%;
}

.Smile_Yell_box .Smile_Yell_img {
  width: 100%;
  align-items: flex-start;
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
.Smile_Yell_box .Smile_Yell_img img {
  width: auto;
  max-height: 300px;
  max-width: 45%;
  object-fit: contain;
  object-position: top;
}
.Smile_Yell_box {
  display: block;
}
.Smile_Yell_box .Smile_Yell_text {
  max-width: 100%;
}

@media (max-width: 980px) {
  #report-title,
  #report {
    width: 94%;
  }
}
@media (max-width: 736px) {
  .ms-Race-Title {
    font-size: 20px;
  }
  .ms-Race-Container {
    padding-top: 20px;
  }
  .ms-Race {
    padding: 0 !important;
  }
  .Smile_Yell {
    position: relative;
    width: calc(95% - 36px);
    max-width: 900px;
    margin: 65px auto 50px;
    border: #fff 3px solid;
    border-radius: 20px;
    padding: 15px;
  }
  .Smile_Yell h2 {
    display: flex;
    position: absolute;
    align-items: flex-end;
    background: #191919;
    top: -80px;
    padding-right: unset;
  }
  .Smile_Yell h2 img {
    width: 110px;
    height: auto;
  }
  .Smile_Yell h2 p {
    font-size: 18px;
    padding-right: 10px;
  }
  .Smile_Yell p {
    padding-top: 1em;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .Smile_Yell h2::before {
    left: 5px;
  }
  .Smile_Yell_box1 .Smile_Yell_img {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .Smile_Yell_box1 .Smile_Yell_img img {
    height: auto;
    margin-bottom: 10px;
  }

  .Smile_Yell_box1 {
    display: block;
  }
  .Smile_Yell_box1 .Smile_Yell_text {
    width: 100%;
    max-width: 100%;
  }

  .Smile_Yell_box .Smile_Yell_img {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .Smile_Yell_box .Smile_Yell_img img {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 500px;
    max-height: unset;
  }
  .Smile_Yell_box {
    display: block;
  }
  .Smile_Yell_box .Smile_Yell_text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #gallery_media .gm_item {
    width: 100%;
  }
  #tab_option li a {
    font-size: 14px;
    line-height: 20px;
  }
  #slick01 .slick-dots li {
  }
}
