.visual_view {
  margin-bottom: 50px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .visual_view {
    margin-bottom: 3%;
  }
}

.dk {
  background: #fff;
}
.dk .kv_tmp_heading.kv_large {
  margin-bottom: 0;
}
.dk .comingsoon {
  text-align: center;
  color: #555555;
  max-width: 360px;
  margin: 40px auto;
}
.dk .comingsoon h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-style: italic;
  font-size: 26px;
}
.dk .comingsoon h2:before, .dk .comingsoon h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #555555;
}
.dk .comingsoon h2:before {
  margin-right: 1em;
}
.dk .comingsoon h2:after {
  margin-left: 1em;
}
.dk .comingsoon p {
  font-size: 12px;
  padding: 20px 0;
  color: #555555;
  margin-bottom: 0 !important;
}
.dk .-coming {
  display: none;
}
.dk-schedule {
  position: relative;
  min-height: 660px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .dk-schedule {
    padding: 8% 0;
    width: 100%;
    margin: 0 auto 3%;
  }
}
.dk-schedule__head {
  margin-bottom: 2vw !important;
}
@media screen and (max-width: 768px) {
  .dk-schedule__head {
    margin-bottom: 0.6em !important;
  }
}
.dk-schedule .bg {
  width: 100%;
}
.dk-schedule .dk-h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dk-schedule .dk-h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .dk-schedule .dk-inner {
    padding: 0 5% 12%;
  }
}
.dk-schedule .dk-h3 {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dk-schedule .dk-h3 {
    padding-top: 1em;
  }
}
.dk-schedule__txt.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dk-schedule__txt.mb-20 {
    margin-bottom: 60px;
  }
}
.dk-schedule__txt p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: clamp(80px, 20vw, 320px);
}
@media screen and (max-width: 1110px) {
  .dk-schedule__txt p {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dk-schedule__txt p {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
  }
}
.dk-schedule .dk-main {
  padding-bottom: 0;
}
.dk-schedule__col2 {
  display: flex;
}
.dk-schedule__col2 > div.-l {
  width: 50%;
  position: relative;
}
.dk-schedule__col2 > div.-l .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dk-schedule__col2 > div.-l:before {
  content: "";
  display: block;
  width: clamp(80px, 36vw, 1000px);
  height: 8vw;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_routemap.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -80%;
}
@media screen and (max-width: 768px) {
  .dk-schedule__col2 > div.-l {
    width: 100%;
  }
  .dk-schedule__col2 > div.-l:before {
    width: 70vw;
    height: 17vw;
    translate: 0 -60%;
  }
}
.dk-schedule__col2 > div.-l img {
  width: 100%;
  min-height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .dk-schedule__col2 > div.-l img {
    min-height: 0;
  }
}
.dk-schedule__col2 > div.-r {
  width: calc(50% - (100% - 1200px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dk-schedule__col2 > div.-r:before {
  content: "";
  display: block;
  width: clamp(80px, 36vw, 1000px);
  height: 8vw;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_schedule.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 0 40%;
}
@media screen and (max-width: 768px) {
  .dk-schedule__col2 > div.-r {
    width: 100%;
    padding: 5%;
    position: relative;
  }
  .dk-schedule__col2 > div.-r:before {
    width: 70vw;
    height: 17vw;
    background-position: right;
  }
}
@media screen and (max-width: 768px) {
  .dk-schedule__col2 {
    display: block;
  }
  .dk-schedule__col2 > div {
    width: 100%;
  }
}
.dk-schedule__wrap {
  width: 100%;
}
.dk-schedule__map {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 55%;
  translate: -98% 0;
  text-align: right;
  min-width: 650px;
}
.dk-schedule__map img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .dk-schedule__map {
    position: static;
    width: 100%;
    min-width: 0;
    translate: none;
    text-align: left;
  }
}
.dk-schedule__schedule > div {
  max-width: 600px;
  padding: 40px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dk-schedule__schedule > div {
    padding: 0;
  }
}
.dk-schedule__schedule .ss {
  background: #d81f15;
  display: inline-block;
  font-size: 10px;
  border-radius: 100px;
  font-style: normal;
  color: #fff;
  padding: 0 10px;
  vertical-align: 2px;
}
.dk-schedule__note {
  padding-left: 30px;
  font-size: 12px;
  text-indent: -1.2em;
}
.dk-schedule__order {
  margin-top: 40px;
  margin-left: -15px;
}
.dk-schedule__order.-after {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .dk-schedule__order {
    margin-top: 20px;
    margin-left: 0;
  }
  .dk-schedule__order.-after {
    margin-top: 0;
  }
}
.dk-schedule__order > li {
  position: relative;
  padding-left: 4em;
  list-style-type: none;
  margin-top: 20px;
}
.dk-schedule__order > li:first-child {
  margin-top: 0;
}
.dk-schedule__order > li a strong {
  text-decoration: underline;
  color: #e60010;
  cursor: pointer;
}
.dk-schedule__order > li a span {
  background: #e60010;
  padding-right: 0;
  color: #fff;
  border-radius: 4px;
  border-right: 0;
}
.dk-schedule__order > li a span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px transparent;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.dk-schedule__order span {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 35px;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: #e60010;
  margin-right: 20px;
  letter-spacing: -0.08em;
  color: #fff;
}
.dk-schedule__order span.-rest {
  font-size: 12px;
  background: #9f9e9b;
}
.dk-schedule__order time {
  font-size: 12px;
}
.dk-schedule__order strong {
  font-size: 16px;
  display: block;
  line-height: 1.2;
  font-family: "DecimaMonoPro-Bold";
  font-weight: bold;
}
.dk-schedule__order em {
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
  display: block;
  color: #888;
}
.dk-teamsec {
  position: relative;
}
.dk-teamsec .dk-h2 {
  margin-bottom: 70px;
}
.dk-teamsec .align-right {
  text-align: right;
}
.dk-teamsec__3col {
  display: flex;
}
@media screen and (max-width: 768px) {
  .dk-teamsec__3col {
    display: block;
    margin-bottom: 10%;
  }
}
.dk-teamsec__3col > div {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .dk-teamsec__3col > div {
    width: 80%;
    margin: auto;
  }
}
.dk-teamsec .-tsam {
  padding-top: 60px;
}
.dk-teamsec .-tlc {
  padding-top: 120px;
}
.dk-teamsec__box {
  display: inline-block;
  position: relative;
}
.dk-teamsec__box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 120px;
  background: no-repeat right center;
  translate: 0 -65%;
}
.-tme .dk-teamsec__box:before {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_TGRW2RC.png);
}
.-tsam .dk-teamsec__box:before {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_TGRSA.png);
}
.-tlc .dk-teamsec__box:before {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_TLC.png);
}
@media screen and (max-width: 768px) {
  .dk-teamsec__box {
    width: 100%;
    margin-left: 0;
  }
}
.dk-teamsec__a {
  display: block;
}
.dk-teamsec__h3 {
  display: inline-block;
  text-align: left;
}
.dk-teamsec__h3.dk-more {
  font-size: 24px !important;
  padding: 16px;
  font-style: normal;
  width: calc(100% - 10px);
  padding: 40px 0 0 30px;
  margin-top: -20px;
  font-weight: bold;
}
.dk-teamsec__h3.dk-more:before {
  content: "";
  display: block;
  width: 0;
  border-left: 3px solid #e60010;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: skew(-15deg);
  transform-origin: bottom;
}
.-tlc .dk-teamsec__h3.dk-more:before {
  border-color: #1b3089;
}
.dk-report .dk-teamsec__h3.dk-more {
  margin-top: 0;
  padding-top: 0;
}
.dk-report .dk-teamsec__h3.dk-more svg {
  margin-top: 0;
}
.dk-report .dk-teamsec__h3.dk-more:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .dk-teamsec__h3.dk-more {
    font-size: 18px !important;
    padding-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .dk-teamsec {
    min-height: 0;
  }
  .dk-teamsec .tgr {
    margin-bottom: 40px;
  }
}
.dk-category {
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/idx_bg_category.jpg);
  background-size: cover;
  position: relative;
}
.dk-category:before {
  content: "";
  display: block;
  width: clamp(80px, 36vw, 1000px);
  height: 8vw;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_category.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -60%;
}
@media screen and (max-width: 768px) {
  .dk-category:before {
    width: 70vw;
    height: 16vw;
  }
}
.dk-teamcomment .dk-category:before {
  display: none;
}
.dk-category .dk-cotr__table td.bdrTop {
  border: none;
}
.dk-related {
  display: flex;
  justify-content: center;
  padding: 100px 40px 60px;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/idx_bg_related.png);
  background-size: cover;
  position: relative;
}
.dk-related:before {
  content: "";
  display: block;
  width: clamp(80px, 18vw, 1000px);
  height: 8vw;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_related.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -9.5vw;
}
@media screen and (max-width: 768px) {
  .dk-related:before {
    width: 50vw;
    height: 16vw;
    top: 0;
    translate: 0 59%;
  }
}
.dk-related img {
  max-width: none;
  width: 100%;
}
.dk-related div {
  width: 100%;
}
.dk-related div p {
  position: relative;
}
.dk-related div p svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  fill: #e60010;
}
.dk-related a {
  display: block;
}
.dk-related a.-soon {
  pointer-events: none;
  position: relative;
}
.dk-related a.-soon:before {
  content: "coming soon";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  color: #888;
  z-index: 1;
}
.dk-related h3 {
  font-size: 0.9vw;
  padding: 10px 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .dk-related {
    display: block;
    padding: 20% 8% 8%;
  }
  .dk-related > div {
    width: 80%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .dk-related > div:first-child {
    margin-top: 0;
  }
  .dk-related > div h3 {
    font-size: 14px;
    padding: 16px 0 14px;
  }
}
.dk-partners {
  border-top: solid 1px #e5e5e5;
  background: #fff;
}
.dk-partners em {
  display: block;
  font-size: 18px;
  margin-bottom: 40px;
  font-style: normal;
  color: #000;
  font-family: "DecimaMonoProLt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dk-partners em {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.dk-partners__logo {
  text-align: center;
}
.dk-partners__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dk-partners__logo {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .dk .kv_tmp_heading {
    border-bottom: 0;
  }
}
.dk .kv_tmp_heading .kv {
  padding-top: 227px;
  padding-bottom: 228px;
}
@media screen and (max-width: 768px) {
  .dk .kv_tmp_heading .kv {
    padding: 0;
  }
}
.dk-about .dk .kv_tmp_heading .bg_image {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/about_kv.jpg);
}
@media screen and (max-width: 768px) {
  .dk-about .dk .kv_tmp_heading .bg_image {
    background-position: right 27% top;
  }
}
.dk-teampage .dk .kv_tmp_heading .bg_image {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/team_kv.jpg);
}
@media screen and (max-width: 768px) {
  .dk-teampage .dk .kv_tmp_heading .bg_image {
    background-position: left 39% top;
  }
}
.dakar-report2 .dk .kv_tmp_heading .bg_image {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/news_kv.jpg);
}
@media screen and (max-width: 768px) {
  .dakar-report2 .dk .kv_tmp_heading .bg_image {
    background-position: left 59% top;
  }
}
.dakar-reportGallery .dk .kv_tmp_heading .bg_image {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/stageresult_kv.jpg);
}
@media screen and (max-width: 768px) {
  .dakar-reportGallery .dk .kv_tmp_heading .bg_image {
    background-position: right 40% top;
  }
  .dakar-reportGallery .dk .kv_tmp_heading .bg_image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
}
.dk .kv_tmp_heading .visual_view {
  margin-bottom: 0 !important;
}
.dk .kv_tmp_heading .kv_title {
  max-width: 1200px;
  text-align: left;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .dk .kv_tmp_heading .kv_title {
    padding: 88.5% 8% 10%;
  }
}
.dk .kv_tmp_heading h1 {
  color: #fff;
  font-size: 64px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dk .kv_tmp_heading h1 {
    font-size: 40px;
    padding-top: 0;
  }
}
.dk .kv_tmp_heading.kv_low .kv {
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
  .dk .kv_tmp_heading.kv_low .kv {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .dk .kv_tmp_heading.kv_low .kv_title {
    padding: 65.336% 8% 8%;
  }
}
.dk-about__wrap {
  position: relative;
  overflow: hidden;
}
.dk-whats {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/about_bg_01.jpg) right top;
  background-size: cover;
  padding-bottom: 80px;
}
.dk-whats:before {
  content: "";
  display: block;
  width: clamp(80px, 40vw, 1000px);
  height: 8vw;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_dakarrally.png) no-repeat right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 4vw;
  translate: none;
}
@media screen and (max-width: 768px) {
  .dk-whats:before {
    width: 70vw;
    height: 16vw;
    top: 0;
    translate: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .dk-whats {
    width: 100%;
    padding-top: 13vw;
    background-position: right 19% top -2%;
    background-size: 220%;
    background-repeat: no-repeat;
    background-color: #FCF6F1;
  }
  .dk-whats .dk-h2 {
    margin-bottom: 2em;
  }
  .dk-whats .dk-whats__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.dk-whats__inner {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}
.dk-whats__column {
  padding-top: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .dk-whats__column {
    padding-top: 0;
    display: block;
  }
}
.dk-whats__text {
  width: 50%;
  padding: 40px;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .dk-whats__text {
    width: 100%;
    padding-top: 10vw;
  }
}
.dk-whats__ph {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.dk-whats__ph img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  max-height: 315px;
}
@media screen and (max-width: 768px) {
  .dk-whats__ph {
    position: relative;
    width: 100%;
  }
}
.dk-whats__ph .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .dk-whats__ph .grid {
    width: 70%;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 2%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .dk-whats {
    display: block;
  }
  .dk-whats > div {
    width: 100%;
  }
  .dk-whats__text {
    padding: 8% 0 8% 8%;
  }
}
.dk-hyse {
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/idx_bg_related.png);
  position: relative;
  z-index: 1;
}
.dk-hyse:before {
  content: "";
  display: block;
  width: clamp(80px, 40vw, 1000px);
  height: 8vw;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_W2RC.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -4vw;
  translate: none;
}
@media screen and (max-width: 768px) {
  .dk-hyse:before {
    width: 50vw;
    height: 16vw;
    top: 0;
    translate: 0 -12vw;
  }
}
.dk-hyse__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .dk-hyse__wrap {
    display: block;
  }
}
.dk-hyse__text {
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  width: 65%;
}
.dk-hyse__logo {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .dk-hyse {
    width: 100%;
  }
  .dk-hyse__text {
    width: 100%;
  }
  .dk-hyse__logo {
    width: 100%;
    padding: 5%;
    text-align: center;
  }
}
.dk-history {
  display: block;
  align-items: center;
  position: relative;
  padding: 60px 0;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/about_bg_02.jpg) center bottom;
  background-size: cover;
  width: 100%;
}
.dk-history:before {
  content: "";
  display: block;
  width: clamp(80px, 40vw, 1000px);
  height: 8vw;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_history.png) no-repeat right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -4vw;
  translate: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .dk-history:before {
    width: 70vw;
    height: 16vw;
    top: 0;
    translate: 0 -40%;
  }
}
.dk-history .heading {
  line-height: 1;
}
.dk-history .dk-about__bg {
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.dk-history .dk-inner {
  padding-top: 0;
  padding-left: 440px;
}
@media screen and (max-width: 768px) {
  .dk-history .dk-inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .dk-history {
    width: 100%;
    padding: 20vw 8% 40vw 8%;
    background-position: left bottom;
    background-size: 200%;
    background-repeat: no-repeat;
    background-color: #faf7f2;
  }
}
.dk-teamlede {
  position: relative;
  overflow: hidden;
}
.dk-teamlede.-tlc {
  border-top: solid 2px #e5e5e5;
  margin-bottom: 0;
}
.dk-teamlede__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dk-teamlede__title .dk-h2 {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .dk-teamlede__title {
    display: block;
  }
}
.dk-teamlede__photo {
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dk-teamlede__photo {
    padding: 0 5%;
  }
}
.dk-teamlede__photo img {
  max-width: none;
  width: 100%;
}
.dk-teamlede__photo:before {
  content: "";
  width: 30vw;
  height: 8vw;
  position: absolute;
  right: 0;
  bottom: -20px;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_team_TGRW2RC.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#TGR-SA .dk-teamlede__photo:before {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_team_TGRSA.png);
}
.-tlc .dk-teamlede__photo:before {
  background-image: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_team_tlc.png);
}
.dk-teamlede__txt {
  width: 60% !important;
}
@media screen and (max-width: 768px) {
  .dk-teamlede__txt {
    width: 100% !important;
  }
}
.dk-teamlede__nav {
  position: relative;
}
.dk-teamlede__nav .txt {
  position: absolute;
  left: -60px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .dk-teamlede__nav .txt {
    transform: scale(0.5);
    transform-origin: bottom;
  }
}
.dk-teamlede__tgr {
  pointer-events: none;
}
.dk-teamlede__tgr img {
  max-width: none;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .dk-teamlede__tgr {
    position: absolute;
    bottom: -10px;
    right: 0;
    text-align: right;
  }
  .dk-teamlede__tgr img {
    width: 100%;
  }
}
.dk-teamlede p {
  font-size: 14px;
  line-height: 1.8;
}
.dk-teamlede nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 20px 0;
  max-width: 1240px;
  margin: auto;
  translate: -26px 0;
}
@media screen and (max-width: 768px) {
  .dk-teamlede nav {
    padding: 10px 0;
    max-width: none;
    translate: none;
  }
}
.dk-teamlede nav > a {
  font-family: "DecimaMonoProLt";
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 20px;
  display: block;
  text-align: center;
  border-left: dotted 1px #ddd;
  padding: 0 40px;
  line-height: 1;
}
.dk-teamlede nav > a svg {
  display: block;
  transform: rotate(90deg) scale(0.6);
  fill: #E60010;
  margin: 10px auto;
}
.dk-teamlede nav > a:nth-child(1) {
  border-left: none;
}
.dk-teamlede nav > a.-tlc:hover {
  opacity: 0.7;
}
.dk-teamlede nav > a.-tlc svg {
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .dk-teamlede nav > a {
    font-size: 12px;
    padding: 0 16px;
  }
}
.dk-teamwrap .dk-h2 {
  margin-bottom: 40px;
}
.dk-teamwrap .dk-h3 strong {
  font-style: normal;
}
.dk-teamwrap .sld.-tlc {
  color: #1b3089;
}
.dk-teamwrap .sld.-tlc .order {
  background-color: #1b3089;
}
.dk-teamwrap__tgr {
  display: flex;
}
.dk-teamwrap__tgr__num {
  width: 20%;
}
.dk-teamwrap__tgr__box {
  width: 40%;
  padding: 0 10px;
}
.dk-teamwrap__tgr__box img {
  margin-bottom: 20px;
}
.dk-teamwrap__tgr__box i {
  display: block;
}
@media screen and (max-width: 768px) {
  .dk-teamwrap__tgr {
    display: block;
  }
  .dk-teamwrap__tgr__num {
    width: 100%;
  }
  .dk-teamwrap__tgr__box {
    width: 100%;
  }
  .dk-teamwrap__tgr .dk-teamwrap__name {
    padding-top: 0;
  }
}
.dk-teamwrap i.order {
  background: #ca000e;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  min-width: 55px;
  text-align: center;
  font-style: normal;
}
.dk-teamwrap__times {
  transform: skewX(-15deg);
  background: #ca000e;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  margin-top: 40px;
}
.dk-teamwrap__name {
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .dk-teamwrap__name {
    padding-top: 40px;
    padding-left: 0;
  }
}
.dk-teamwrap__results {
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 12px;
}
.dk-teamwrap__results > li {
  list-style-type: none;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.dk-teamwrap__results__head {
  font-weight: bold;
  list-style-type: none;
}
.dk-teamborder {
  border: solid 1px #DDDDDD;
  position: relative;
}
.dk-teamborder:before {
  content: "";
  display: block;
  width: 540px;
  height: 118px;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_comment.png) no-repeat #fff;
  background-size: 100%;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  pointer-events: none;
}
.dk-teamcomment {
  padding: 40px;
  margin: 60px 0 0;
  position: relative;
  background: #f9f9f9;
}
.dk-teamcomment:before {
  content: "";
  display: block;
  width: 282px;
  height: 118px;
  background: url(/-/media/TMC/tgr/global/contents/dakar/2026/img/txt_spec.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  pointer-events: none;
}
.dk-teamcomment.-comment {
  background: #fff;
  padding: 20px 40px;
}
.dk-teamcomment.-comment:before {
  display: none;
}
.dk-teamcomment__column {
  position: relative;
  padding: 30px 0;
  margin-left: 37px;
  border-bottom: solid 1px #e5e5e5;
}
.dk-teamcomment__column:first-of-type {
  padding-top: 15px;
}
.dk-teamcomment__column:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.dk-teamcomment__column .thumb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dk-teamcomment__column.-ph {
  padding-right: 150px;
}
.dk-teamcomment__column h4 {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: left;
  font-weight: bold;
}
.dk-teamcomment__column p {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dk-teamcomment {
    padding: 5%;
    text-align: left;
  }
  .dk-teamcomment .dk-h2 {
    position: relative;
  }
  .dk-teamcomment__column header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .dk-teamcomment__column header h4 {
    margin-bottom: 0;
  }
  .dk-teamcomment__column .thumb {
    position: static;
    transform: none;
    width: 80px;
    margin-right: 20px;
  }
  .dk-teamcomment__column.-ph {
    padding-right: 0;
  }
}
.dk-report__list {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .dk-report__list {
    padding: 0;
  }
}
.dk-report .linkTlc {
  padding-top: 30px;
  padding-left: 40px;
}
.dk-report .linkTlc p {
  margin-bottom: 10px !important;
}
.dk-report .linkTlc h3 {
  color: #000;
  font-size: 16px !important;
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .dk-report .linkTlc {
    padding-left: 0;
  }
}
.dk-report__column {
  padding: 30px;
}
.dk-report__column a {
  color: #000;
  display: block;
}
.dk-report__column time {
  display: block;
  font-size: 12px;
  font-family: "DecimaMonoPro-Bold";
  padding: 20px 0;
}
.dk-report__column h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.dk-report__column .card_more {
  font-family: "DecimaMonoPro", sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 3.7333vw;
  font-style: italic;
  position: relative;
  padding: 10px 25px 10px 0;
  font-size: 14px;
  display: inline-block;
}
.dk-report__column .card_more svg {
  fill: #e60010;
  position: absolute;
  top: 50%;
  right: 0;
  transition-duration: 0.3s;
  transform: translateY(-50%) scale(0.4);
}
.dk-report p {
  margin-bottom: 40px;
}
.dk-report p strong {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: "DecimaMonoPro-Bold";
}
.dk-report p strong.ib {
  display: inline;
  font-size: inherit;
  text-decoration: none;
  margin-bottom: 0;
}
.dk-report p.mb0 {
  margin-bottom: 0;
}
.dk-report .dk-gallery__ranking {
  margin-bottom: 40px;
}
.dk-report .dk-gallery__ranking th, .dk-report .dk-gallery__ranking td {
  text-align: left;
}
.dk-report .dk-gallery__ranking th.head {
  font-family: "DecimaMonoPro-Bold";
  width: 5%;
  white-space: nowrap;
  font-size: 14px;
}
.dk-report .dk-gallery__ranking th {
  width: 5%;
}
.dk-report .dk-gallery__ranking .gap {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .dk-report .dk-gallery__ranking {
    width: 150%;
  }
  .dk-report .dk-gallery__ranking th, .dk-report .dk-gallery__ranking td {
    white-space: nowrap;
  }
}
.dk-report .dk-cotr__tableblock {
  margin-top: 20px;
}
.dk-report .tab-ui {
  display: flex;
  padding-top: 40px;
  margin-bottom: 40px;
}
.dk-report .tab-ui > li {
  width: 50%;
}
.dk-report .tab-ui > li a {
  font-family: "DecimaMonoProLt";
  font-weight: bold;
  display: block;
  font-style: italic;
  font-size: 20px;
  background: #b5b5b5;
  text-align: center;
  padding: 5px 0;
  border: solid 1px #fff;
}
.dk-report .tab-ui > li a:hover {
  color: #fff;
}
.dk-report .tab-ui > li a.tgr.-active {
  background: #ca000e;
  color: #fff;
}
.dk-report .tab-ui > li a.tlc.-active {
  background: #1b3089;
  color: #fff;
}
.dk-report .tab-ct.-hidden {
  display: none;
}
.dk-report .tab-ct iframe {
  margin: 30px auto 0;
}
.dk-report .text-center {
  text-align: center;
}
.dk-report .text-right {
  text-align: right;
}
.dk-report__clm2__li {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .dk-report__clm2__li {
    padding: 3% 3% 10%;
  }
}
.dk-report__clm2__li a {
  display: block;
  position: relative;
}
.dk-report__clm2__li a:after {
  content: "";
  width: 81px;
  height: 0;
  padding-top: 25%;
  background: url(/pages/contents/en/assets/images/other/dakar/2020/movie_icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dk-report__mainImg {
  padding: 0 60px 60px;
  margin: 0;
}
.dk-report__mainImg img {
  width: 100%;
}
@media (max-width: 749px) {
  .dk-report__mainImg {
    padding: 3% 3% 10%;
  }
}
.dk-report__interview {
  border-top: solid 1px #ddd !important;
  padding: 60px 0 0;
  margin-top: 30px;
}
.dk-report .dk-report__clm2dl {
  padding-top: 60px;
}
.dk-report .dk-report__clm2dl__title {
  font-size: 20px;
}
.dk-report .dk-report__clm2dl__title strong {
  font-size: 14px;
  display: block;
  color: #ca000e;
}
.dk-report .dk-report__clm2dl__title:after {
  display: none;
}
.dk-report .dk-report__clm2dl dt img {
  width: 100%;
}
.dk-report .dk-entry__head {
  font-size: 110%;
  font-weight: bold !important;
}
.dk-gallery {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .dk-gallery {
    margin-top: 0;
  }
}
.dk-gallery .dk-h2 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 40px;
}
.dk-gallery .chartBox {
  width: 100%;
}
.dk-gallery .chartBox .team li {
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "DecimaMonoProLt";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .dk-gallery .chartBox {
    width: 100%;
  }
}
.dk-gallery .chart {
  background: #f9f9f9;
  margin-bottom: 60px;
}
.dk-gallery .chart .dk-h2 {
  font-size: 40px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .dk-gallery .chart .dk-h2 {
    font-size: 32px;
    letter-spacing: -6px;
  }
}
.dk-gallery .chart .dk-inner {
  padding-bottom: 40px;
}
.dk-gallery .chart-container {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .dk-gallery .chart-container {
    width: 100%;
  }
}
.dk-gallery .ranking-container {
  width: 100%;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .dk-gallery .ranking-container {
    width: 100%;
    margin-left: 0;
  }
  .dk-gallery .ranking-container table {
    width: 100%;
  }
}
.dk-gallery .ranking-container tr.head th {
  text-align: left;
  font-size: 18px;
}
.dk-gallery .ranking-container td {
  font-size: 18px;
  vertical-align: middle;
  color: #000;
  background: transparent !important;
  text-align: left;
}
.dk-gallery .ranking-container td p.order {
  display: inline-block;
  color: #ca000e;
  font-size: 27px;
  padding: 10px 5px;
  line-height: 1;
}
.dk-gallery .ranking-container td.carNum {
  font-size: 28px !important;
}
.dk-gallery .ranking-container th, .dk-gallery .ranking-container td {
  display: inline-block;
}
.dk-gallery .ranking .table {
  display: flex;
  width: 100%;
  color: #000;
  font-family: "DecimaMonoProLt";
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .dk-gallery .ranking .table {
    display: block;
  }
}
.dk-gallery .ranking .table__head {
  margin-right: 40px;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #ca000e;
}
.dk-gallery .ranking .table__head span {
  border-top: solid 2px #ca000e;
  border-bottom: solid 2px #ca000e;
  white-space: nowrap;
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dk-gallery .ranking .table__head {
    margin-right: 0;
  }
}
.dk-gallery .ranking .table__item {
  width: 30%;
  padding: 0 40px 0 70px;
  position: relative;
}
.dk-gallery .ranking .table__item em {
  display: block;
  font-family: "DecimaMonoPro-Bold";
  font-style: normal;
  font-size: 24px;
  padding: 10px;
  background: #ca000e;
  color: #fff;
  margin-right: 0.5em;
  line-height: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dk-gallery .ranking .table__item p {
  font-size: 14px;
}
.dk-gallery .ranking .table__item strong {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .dk-gallery .ranking .table__item {
    width: 100%;
    margin-top: 20px;
  }
}
.dk-gallery__more {
  text-align: center;
  padding-top: 40px;
}
.dk-gallery__more a {
  display: inline-block;
  font-size: 18px;
  padding-right: 20px;
  color: #000;
  font-family: "DecimaMonoProLt";
  font-weight: bold;
}
.dk-gallery__more a svg {
  vertical-align: middle;
  transform: rotate(90deg) scale(0.6);
  margin-left: 0.5em;
  fill: #ca000e;
}
.dk-gallery .summary {
  margin-bottom: 60px;
}
.dk-gallery__ranking {
  border-top: none;
}
.dk-gallery__ranking a {
  color: #000;
}
.dk-gallery__ranking th, .dk-gallery__ranking td {
  border-bottom: solid 1px #ddd;
  font-size: 12px;
  text-align: center;
  background: #fff;
  padding: 8px !important;
  font-family: "DecimaMonoProLt";
  font-weight: bold;
  color: #000;
  vertical-align: middle;
}
.dk-gallery__ranking .head th {
  background: #dddedf;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.dk-gallery__ranking .carNum {
  vertical-align: middle;
  font-size: 28px;
}
.dk-gallery__ranking .carNum.-tgr {
  color: #ca000e;
}
.dk-gallery__ranking .carNum.-tlc {
  color: #1b3089;
}
.dk-gallery__ranking tr:nth-child(odd) td {
  background: #fff;
}
.dk-gallery__ranking .label {
  text-align: left;
  padding: 8px !important;
}
.dk-gallery__ranking tr.gray th, .dk-gallery__ranking tr.gray td {
  background: #f9f9f9;
}
.dk-gallery__ranking tr.sep {
  border-top: solid 2px #ddd;
}
.dk-gallery__list {
  font-size: 0px;
  margin-bottom: 40px;
}
.dk-gallery__list:after {
  content: "";
  display: block;
  clear: both;
}
.dk-gallery__list > li {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  list-style-type: none;
}
.dk-gallery__list > li img {
  vertical-align: bottom;
}
.dk-gallery__list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  .dk-gallery__list > li {
    width: calc((100% - 40.5px) / 3);
  }
  .dk-gallery__list > li:nth-child(2n+1) {
    margin-left: 20px;
  }
  .dk-gallery__list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.dk-gallery__headline {
  border-top: solid 1px #ddd;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px #ca000e;
  color: #000;
}
.dk-inner {
  max-width: 1240px;
  padding: 60px 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .dk-inner {
    padding: 12% 5%;
  }
}
.dk-more {
  font-style: italic;
  font-size: 30px;
  position: relative;
  display: inline-block;
  font-family: "DecimaMonoProLt";
  font-weight: bold;
  letter-spacing: -0.08em;
  padding: 0 1em;
}
.dk-more svg {
  fill: #e60010;
  position: absolute;
  top: 50%;
  right: 0;
  transition-duration: 0.3s;
  transform: translateY(-50%) scale(0.9);
  margin-top: -2px;
}
.dk-h2 {
  font-family: "DecimaMonoProLt";
  font-weight: bold;
  font-size: 50px;
  letter-spacing: -5px;
  font-style: italic;
}
.dk-h2 svg {
  display: none;
}
.dk-h2:before {
  height: 0.9em;
}
@media screen and (max-width: 768px) {
  .dk-h2 {
    font-size: 30px;
    padding-top: 0 !important;
    letter-spacing: -4px;
  }
  .dk-h2:before {
    height: 1.05em;
  }
}
.dk-h2.-white {
  color: #fff;
}
.dk .sld {
  font-size: 20px;
  color: #ca000e;
  display: block;
  letter-spacing: -1px;
}
.dk-h3 {
  font-family: "DecimaMonoProLt";
  font-weight: bold;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .dk-h3 {
    font-size: 28px;
    letter-spacing: -2px;
  }
}
.dk-h3 strong {
  font-weight: bold;
  font-style: italic;
}
.dk-h3 strong i {
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .dk-h3 strong i {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.dk-h3 span {
  display: block;
  font-size: 14px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .dk-h3 span {
    letter-spacing: -1px;
  }
}
.dk-h3 + .dk-h3 {
  margin-top: 40px;
}
.dk-table {
  display: table;
  width: 100%;
}
.dk-table > div {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .dk-table > div {
    display: block;
  }
}
.dk-table.col2 > div {
  width: 50%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .dk-table.col2 > div {
    width: 100%;
  }
}
.dk-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.dk-flex .num {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  display: inline-block;
  width: 220px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .dk-flex .num {
    width: 150px;
    left: auto;
    right: -30px;
    translate: 0 -90%;
  }
}
.dk-flex > div {
  width: 50%;
}
.dk-flex.-rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .dk-flex {
    display: block;
  }
  .dk-flex > div {
    width: 100%;
  }
}
.dk-flex.-itemsCenter {
  align-items: center;
}
.dk-flex.-nowrap {
  flex-wrap: nowrap;
}
.dk .disp--PC {
  display: block;
}
.dk .disp--PC.-i {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .dk .disp--PC {
    display: none;
  }
  .dk .disp--PC.-i {
    display: none;
  }
}
.dk .disp--SP {
  display: none;
}
@media screen and (max-width: 768px) {
  .dk .disp--SP {
    display: block;
  }
}
.dk .text-red {
  color: #ca000e;
}
.dk .text-blue {
  color: #1b3089;
}
.dk .text-gray {
  color: #888;
}
.dk .text-s {
  font-size: 70%;
}
.dk .text-l {
  font-size: 120%;
}
.dk .text-xl {
  font-size: 160%;
}
.dk .line2.pc:before {
  height: 90%;
}
@media screen and (max-width: 768px) {
  .dk .line2:before {
    height: 90%;
  }
}
.dk .mb-0 {
  margin-bottom: 0;
}
.dk .mb-40 {
  margin-bottom: 40px;
}
.dk .pt-10 {
  padding-top: 10px;
}
.dk .text-left {
  text-align: left;
}
.dk .text-center {
  text-align: center;
}
.dk .text-right {
  text-align: right;
}
.dk .modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.dk .modal.show {
  z-index: 1000;
  opacity: 1;
}
.dk .modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: transparent;
  font-size: 0;
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/pages/contents/jp/include/images/close.png);
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  cursor: pointer;
}
.dk .modal__wrap {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .dk .modal__wrap {
    width: 90%;
  }
}
.dk .modal__iframeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.dk .modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.visual_view {
  background-color: #000;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .visual_view {
    border-bottom: none;
  }
}
.slick-slider.tpl__slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  border: 0;
}

.slick-slider.tpl__slider {
  max-width: 1200px;
  margin: auto;
}

.slide-arrow {
  position: absolute;
  top: 23%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  width: 27px;
  height: 65px;
}
@media screen and (min-width: 769px) {
  .slide-arrow {
    top: 35%;
    cursor: pointer;
    width: 36px;
    height: 86px;
  }
}

.slide-arrow.next-arrow {
  right: 0;
}
.slide-arrow.next-arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: rotate(45deg) translate3d(-10%, -60%, 0);
}
@media screen and (min-width: 769px) {
  .slide-arrow.next-arrow:before {
    width: 16px;
    height: 16px;
  }
}

.slide-arrow.prev-arrow {
  left: 0;
}
.slide-arrow.prev-arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate3d(10%, -60%, 0);
}
@media screen and (min-width: 769px) {
  .slide-arrow.prev-arrow:before {
    width: 16px;
    height: 16px;
  }
}

.slider_top p {
  position: relative;
  overflow: hidden;
  max-height: 46px;
}
@media screen and (min-width: 769px) {
  .slider_top p {
    max-height: 60px;
  }
}

.slider_top .slick-slider .slick-slide a p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 5%;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .slider_top .slick-slider .slick-slide a p {
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
  }
}

.slick-slider.tpl__slider .slick-dots {
  list-style: none;
  text-align: center;
}

.slider_top .slick-slider .slick-dots {
  position: static;
  height: 40px;
}

.slick-slider.tpl__slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  background-color: #191919;
  border-radius: 50%;
  transition: background 0.5s linear;
}

.slider_top .slick-slider .slick-dots li {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #444;
  margin: 0 3px;
}

.slick-slider.tpl__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slider_top .slick-slider .slick-dots li button {
  width: 40px;
  height: 3px;
  padding: 0;
}

.slider_top .slick-slider .slick-dots li.slick-active {
  background-color: #e60010;
}

.slick-slider.tpl__slider .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: #1a1a1a;
}

.slick-slider.tpl__slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transform-origin: center;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 9px;
  height: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.division_inner {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 750px) {
  .division {
    padding-right: 0;
    padding-left: 0;
  }
  .division_inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.category_menu {
  background: transparent;
}

.category_menu_lists:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.category_menu_list {
  padding: 0;
  margin: 0;
}

.category_menu_item {
  display: table-cell;
  font-family: "DecimaMonoPro";
  margin: 24px 0 16px;
  white-space: nowrap;
  border-left: solid 1px #999999;
}

.category_menu_item:first-child {
  border-left: 0 none;
}

.category_menu_item a {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #999999;
  padding: 0 24px;
  font-size: 14px;
}

.category_menu_item.current_menu a {
  color: #E60010;
}

.category_menu_item.current_menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
  width: calc(100% - 44px);
  height: 4px;
  background: #E60010;
}

.category_menu .slick-prev,
.category_menu .slick-next {
  width: 32px;
  height: 100%;
  margin: 0;
  transform: translateY(-50%);
}

.category_menu .slick-prev:before,
.category_menu .slick-next:before {
  display: block;
  width: 100%;
  text-align: center;
  font-size: initial;
}

.category_menu .slick-prev {
  left: -32px;
}

.category_menu .slick-prev:before {
  content: url("/pages/contents/en/assets/images/arrow_left_red.png");
}

.category_menu .slick-next {
  right: -32px;
}

.category_menu .slick-next:before {
  content: url("/pages/contents/en/assets/images/arrow_right_red.png");
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

@media (min-width: 750px) {
  .category_menu {
    position: relative;
    overflow: hidden;
    padding: 24px 0 0;
    margin: 0;
    background: none;
  }
  .category_menu_lists {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
  }
  .category_menu_item {
    position: relative;
    padding-bottom: 10px;
    font-family: "DecimaMonoPro";
    white-space: normal;
    border: 0 none;
    margin: 0;
  }
  .category_menu_item.current_menu a:before {
    content: none;
  }
  .category_menu_item a {
    display: block;
    padding: 12px 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
  }
  .category_menu_item:first-child a:before,
  .category_menu_item:first-child a:after,
  .category_menu_item:last-child a:before,
  .category_menu_item:last-child a:after {
    content: none;
  }
  .category_menu_item:hover a,
  .category_menu_item.current_menu a {
    color: #E60010;
  }
  .category_menu_item.current_menu:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 2vw);
    height: 4px;
    background: #ff0000;
    background-size: 32px 19px;
  }
  .category_menu_item.slick-current:not(.current_menu):after {
    content: none;
  }
  .category_menu_item.slick-current:before {
    content: none;
  }
  .category_menu_item.slick-current a:before {
    content: none;
  }
  .category_menu .slick-slider {
    padding-top: 24px;
  }
  .category_menu .slick-prev,
  .category_menu .slick-next {
    background: #F5F5F5;
    width: 52px;
  }
  .category_menu .slick-prev:before,
  .category_menu .slick-next:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
  }
  .category_menu .slick-prev {
    left: 0;
  }
  .category_menu .slick-prev:before {
    left: 0;
  }
  .category_menu .slick-next {
    right: 0;
  }
  .category_menu .slick-next:before {
    right: 0;
  }
  .category_menu.box_design {
    margin: 0 0 0 11.274509803%;
  }
  .category_menu.box_design .category_menu_lists {
    display: block;
    margin-right: -1.8633%;
  }
  .category_menu.box_design .category_menu_item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    width: 23.1366%;
    margin-right: 1.8633%;
    margin-bottom: 12px;
    font-family: "DecimaMonoPro";
    font-size: 11px;
    height: auto;
    min-height: unset;
    line-height: 24px;
    border: solid 1px #E60010;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0;
    color: #E60010;
  }
  .category_menu.box_design .category_menu_item a {
    font-size: 11px;
    color: #E60010;
    padding: 0;
  }
  .category_menu.box_design .category_menu_item.current_menu:after {
    content: none;
  }
  .category_menu.box_design .category_menu_item:hover,
  .category_menu.box_design .category_menu_item.current_menu {
    color: #FFFFFF;
    background: #E60010;
  }
  .category_menu.box_design .category_menu_item:hover a,
  .category_menu.box_design .category_menu_item.current_menu a {
    color: #FFFFFF;
    background: #E60010;
  }
  .category_menu.box_design .category_menu_item span {
    display: inline;
    position: static;
    transform: translateY(0);
  }
}
@media (min-width: 950px) {
  .category_menu_item a {
    padding: 12px 14px;
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .category_menu_item a {
    padding: 12px 14px;
  }
}
.category_menu_item.page_none,
.category_menu_item.page_none:hover {
  display: none;
  pointer-events: none;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  will-change: transform, opacity;
}

.menuBottom .division {
  border-top: solid 1px #ddd;
}
.menuBottom .division .category_menu_item.current_menu:after {
  bottom: auto;
  top: 0;
}
@media screen and (max-width: 768px) {
  .menuBottom .category_menu {
    margin-top: 0;
  }
  .menuBottom .category_menu_item.current_menu a:before {
    bottom: auto;
    top: -24px;
  }
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #FFFFFF url("../images/common/js_plugin/slick/ajax-loader.gif") center center no-repeat;
}

#cboxNext:hover,
#cboxPrevious:hover {
  background-position: 0 0 !important;
}

.YoutubeWrapper {
  position: relative !important;
  margin-top: 1.2em !important;
  margin-bottom: 40px !important;
  padding-top: 69px !important;
  padding-bottom: 50.5% !important;
  overflow: hidden !important;
}
.YoutubeWrapper iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.slider_top .slick-slider .slick-dots li.slick-active {
  background: #fff !important;
}

.font-bold {
  font-family: "DecimaMonoPro-Bold" !important;
}

.dk-cotr__tableblock {
  margin-top: 60px;
}

@media (max-width: 1279px) {
  .dk-cotr__tableblock {
    margin-top: 4vw;
  }
}
@media (max-width: 749px) {
  .dk-cotr__tableblock {
    margin-top: 4vw;
    overflow-x: scroll;
  }
}
.dk-cotr__table {
  margin: 0 auto;
}

@media (max-width: 749px) {
  .dk-cotr__table {
    width: 150%;
  }
}
.dk-cotr__table tr th,
.dk-cotr__table tr td {
  background: #f5f5f5 !important;
}

.dk-cotr__table tr.bgGray th,
.dk-cotr__table tr.bgGray td {
  background: #dddedf !important;
}

.dk-cotr__table th {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 0.5em !important;
}

.dk-cotr__table td {
  font-size: 12px;
  color: #333;
  padding: 1.5em 1em !important;
}

.dk-cotr__table td span {
  font-size: 16px;
  font-weight: bold;
}

.dk-cotr__table td.bdrTop {
  border-top: 1px solid #dddedf;
}

.dk-stageresult {
  text-align: center;
  background: #f1f1f1;
  padding: 40px 0;
  margin-top: -50px;
  margin-bottom: 50px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .dk-stageresult {
    margin-bottom: 3%;
    padding: 3%;
  }
}
@media screen and (max-width: 768px) {
  .content_bottom {
    margin-top: 0;
  }
}
/*# sourceMappingURL=dakar2026.css.map */
