/* General */
.num01 {background-image: url(../img/index/ranking_num01.webp);}
.num02 {background-image: url(../img/index/ranking_num02.webp);}
.num03 {background-image: url(../img/index/ranking_num03.webp);}


/* Style for PCs */
@media screen and (min-width: 1920px) {
  .social_box {
  padding-bottom: 15%;
  }
}

/* Style for PCs */
@media screen and (min-width: 1600px) {
  .social_box {
  padding-bottom: 15%;
  }
}

/* Style for PCs */
@media screen and (min-width: 1400px) {
  .social_box {
  padding-bottom: 15%;
  }
}

/* Style for PCs */
@media screen and (min-width: 1280px) {
  .social_box {
  padding-bottom: 15%;
  }
}

/* Sponcer list */

.sponcerlist01 {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0 50px 0;
  margin:0;
}
.sponcerlist02 {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0 0 0;
}
.sponcerreel_title {
  font-size:20px;
  font-weight: 700;
  font-style: italic;
  line-height:1em;
  font-family: var(--font-en);
  color:var(--color-black);
  text-align: center;
  margin:0;
  padding:0;
}
.sponcerreel {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.sponcerreel ul {
  display: flex;
  height: auto;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sponcerreel ul li {
  flex: 0 0 auto;
  margin:0 0%;
}

/* Style for PCs */
@media screen and (min-width: 1025px) {

/* TopSection */
.topsection {
  width:100%;
  height: auto;
  display: block;
  padding:120px 0 0 0;
}
.topsection .vcsw_slide img {
  aspect-ratio: 16 / 7;
  height: 600px!important;
}





/* Title with Title */
.title_logo_en_w {
  width:100%;
  height: auto;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 40px;
}
.title_logo_en_w_mb0 {
  width:100%;
  height: auto;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}
.title_logo_en_w_mb0 span, .title_logo_en_w span {
  color:var(--color-1st);
}
  p.title_logo_en_w_jpt_sub {
  font-size: 100%;
  font-weight: 700;
  color:var(--color-white);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
  }

.title_logo_en_b_mb0 {
  width:100%;
  height: auto;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-black);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}
.title_logo_en_b_mb0 span, .title_logo_en_b span {
  color:var(--color-1st);
}
  p.title_logo_en_b_jpt_sub {
  font-size:100%;
  font-weight: 700;
  color:var(--color-black);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
  }


.title_logo_en_b {
  width:100%;
  height: auto;
  display: block;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  background-image: url(../img/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  padding-top:110px;
  margin-bottom: 40px;
}

/* border */
.borderbox {
  width: 100%;
  height: auto;
  display: block;
  margin:0;
  padding:0;
}


/* Schedule */
.schedule_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/schedule_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.schedule_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:150px 10%;
  margin:0 auto;
}

.schedule_line {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap:5%;
  margin-bottom: 50px;
}
.schedule_line .sche_box {
  flex:0 0 calc((100% - 5% * 2) / 3);
  height: auto;
  display: flex;
  flex-direction: column;
  padding:2.5em 2.5em;
  background-color: rgba(20,20,20,0.8);
  border-radius: 3px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
}
.schedule_line .sche_box.scheb_active {
  background-color: #ff0022c8;
}
.schedule_line .sche_box h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 1em;
}
.schedule_line .sche_box h2 span {
  font-size: clamp(30px, 1.5vw, 80px);
  font-weight: 700;
}
.schedule_line .sche_box p.sche_date01 {
  font-size: clamp(18px, 1.5vw, 40px);
  font-weight: 300;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: 0em;
  text-align: left;
  line-height: 1.1em;
  margin-bottom: 0.02em;
}
.schedule_line .sche_box p.sche_date01 strong {
  font-weight: 600;
}
.schedule_line .sche_box p.sche_date01 span {
  font-size: clamp(14px, 1vw, 22px);
  font-weight: 300;
}
.schedule_line .sche_box p.sche_date02 {
  font-size: clamp(18px, 1.5vw, 40px);
  font-weight: 300;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: 0em;
  text-align: right;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}
.schedule_line .sche_box p.sche_date02 strong {
  font-weight: 600;
}
.schedule_line .sche_box p.sche_date02 span {
  font-size: clamp(14px, 1vw, 22px);
  font-weight: 300;
}
.schedule_line .sche_box h3 {
  font-size: clamp(10px, 1vw, 12px);
  font-style: italic;
  font-weight: 700;
  color:var(--color-white);
  text-align: center;
  margin:0 0 0.25em 0;
}
.schedule_line .sche_box p.sche_circuit {
  font-size: clamp(12px, 1vw, 16px);
  font-style: italic;
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.2em;
  text-align: center;
  margin:0;
}

/* Schedule Buttons */
.race_bn {
  width:80%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.race_bn li {
  width:48%;
  height: 50px;
  display: block;
  font-size:16px;
  font-weight: 700;
}
.race_bn li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 40px;
  line-height: 50px;
  text-align: right;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  padding:0 1.5em 0 0;
  transition: .4s all;
}
.race_bn li a:hover {
  background-color: var(--color-666);
}


/* Latest Update */
.lastnews_mm {
  width: 100%;
  height: auto;
  display: block;
}
.latestnews_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:50px 10%;
  margin:0 auto;
}
.sectitle01 {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/header/logomark01.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
  padding-left:45px;
  margin-bottom: 30px;
}
.sectitle01 h2 {
  order:2;
  font-size:12px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  color: var(--color-333);
  margin:0;
}
.sectitle01 p {
  order:1;
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-style: italic;
  line-height: 40px;
  color:var(--color-black);
  margin:0 0.2em 0 0;
}

ul.newslist {
  width: 100%;
  height: auto;
  display: flex;
  gap:3%;
  margin-bottom: 50px;
}
ul.newslist li {
  flex:0 0 calc((100% - 3% * 3) / 4);
  height: auto;
  border-bottom: 1px solid var(--color-333);
}
ul.newslist li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
ul.newslist li a:hover {
  background-color: var(--color-f5);
}
ul.newslist li a .news_img {
  width: 100%;
  height: auto;
  display: block;
}
ul.newslist li a:hover .news_img img {
  animation: newsimgflash .4s ease;
}
@keyframes newsimgflash {
  0% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
ul.newslist li a .news_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:1em 1em 1.5em;
}
ul.newslist li a .news_cc h3 {
  order:2;
font-size: clamp(12px, 1vw, 16px);
font-weight: 700;
letter-spacing: -0.05em;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0em;
transition: .4s all;
}
ul.newslist li a:hover .news_cc h3 {
color:var(--color-1st);
}
ul.newslist li a .news_cc p {
  order:1;
font-size: 12px;
font-weight: 400;
font-style: italic;
letter-spacing: -0.02em;
color:var(--color-1st);
line-height: 1.25em;
margin-bottom: 0.5em;
}




/* ABout Series */
.about_mm {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  background-image: url(../img/index/aboutbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom:25%;
}
.about_cc {
  width: 80%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8% 100px;
  margin:0 auto;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
}
.title_logo_b {
  width:100%;
  height: auto;
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.about_cc h3 {
  font-size: clamp(26px, 3vw, 60px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-black);
  text-align: center;
  line-height: 1.25em;
  margin-bottom:0.5em;
}
.about_cc p {
  font-size:100%;
  font-weight: 400;
  color:var(--color-black);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
}


/* About CAR */
.about_car_mm {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: 50% auto;
}
.about_car_cc {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 0 0px;
}
p.about_car_comment {
  width: 100%;
  max-width:1600px;
  height: auto;
  display: block;
  font-size:100%;
  font-weight: 400;
  color:var(--color-black);
  line-height: 2em;
  text-align: center;
  padding:0 10%;
  margin:0 auto 50px;
}
.car_layersec {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.carimagelist {
  padding:0 0 10% 0;
}
.carimagelist .sponcerreel ul {
  gap:0%;
}
.carimagelist .sponcerreel ul li {
  margin:0 0.05%;
}
.carimagelist .sponcerreel ul li img {
  max-height: 300px!important;
}

.carlayer_car {
  width:50%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left:50%;
  z-index:10;
  transform: translateX(-50%);
}




/* Banner */
.bannerbox {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}
.bannerbox .bannerbox_cc {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.bannerbox .bannerbox_cc ul.bannerline {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap:2%;
  margin:0 auto;
}
.bannerbox .bannerbox_cc ul.bannerline li {
  flex:0 0 calc((100% - 2%) / 2);
}
.bannerbox .bannerbox_cc ul.bannerline li a {
  width: 100%;
  height: auto;
  display: block;
}

/* DriverStandings */
.driverstandings_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/standing_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.driverstanging_cov {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/driverlineup_cov.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
  padding:10% 0 20% 0;
}
.driverstandings_cc {
  width: 100%;
  height: auto;
  display: block;
}

/* Top3 table */
.top3rankbase {
  width: 100%;
  height: auto;
  display: block;
}

ul.category_button {
  width: 100%;
  max-width:800px;
  height: auto;
  display: flex;
  justify-content: center;
  gap:1%;
  margin:0 auto 70px;
}
ul.category_button li {
  flex:0 0 calc((100% - 1% * 2) / 3);
}
ul.category_button li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size:14px;
  letter-spacing: -0.05em;
  font-family: var(--font-en);
  font-style: italic;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: auto 100%;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  padding:9px 0 10px 0;
  transition: .4s all;
}

/* アクティブタブ */
.category_button li a.stali_tabactive {
  background-color: var(--color-1st);
}

/* 非アクティブ時の見た目例 */
.category_button li a:not(.stali_tabactive) {
  background-color: var(--color-555);
}

/* コンテンツは最初すべて隠す */
.standingbox {
  display: none;
}

/* 表示中のボックス */
.standingbox.stali_boxactive {
  display: block;
  animation: staliFadeIn 0.4s ease;
}

/* フェードイン */
@keyframes staliFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Top3Box */
.standingbox {
  width: 100%;
  height: auto;
  display: block;
}
.standingbox h3 {
  font-size: 26px;
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-white);
  text-align: center;
  line-height: 1.1em;
  margin-bottom:1em;
}
.standingbox h3 span {
  font-weight: 700;
}

.standinglist {
  width: 70%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto 70px;
  gap:5%;
}
.standinglist li {
  flex:0 0 calc((100% - 5% * 2) / 3);
  height: auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;
  padding:0% 0% 0 0%;
}
.standinglist li .stali_img {
  width: 100%;
  height: auto;
  display: block;
}
.standinglist li .stali_ccc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:25px 0 0 0;
}
.standinglist li .stali_ccc h3{
font-size: 22px;
font-weight: 700;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.5em;
order:2;
}
.standinglist li .stali_ccc h4 {
  display: flex;
  justify-content: center;
font-size: 16px;
font-weight: 300;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.25em;order:1;
}
.standinglist li .stali_ccc h4 strong {
  font-weight:700
}
.standinglist li .stali_ccc p.stali_team_num {
font-size: 14px;
font-weight: 700;
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.3em;
order: 3;
}
.standinglist li .stali_ccc p.stali_nat {
font-size: 12px;
font-weight: 700;
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.8em;
order:4;
}
.standinglist li .stali_ccc p.stanli_points {
font-size: 16px;
font-weight: 500;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0em;
order:5;
}
.standinglist li .stali_ccc p.stanli_points strong {
  font-size: 24px;
font-weight: 700;
}


/* DS Table */
.stali_td_subtxt {
  display: none;
}
.stali_tb_box {
  width: 100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:0 10%;
  margin:0 auto 70px;
}
.stali_ranktable {
  width:100%;
}
.stali_ranktable tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.6);
}
.stali_ranktable th {
  font-size:12px;
  font-weight: 700;
  font-style: italic;
  color:var(--color-white);
  line-height: 1.5em;
  padding:0.3em 0;
  text-align: center;
  background-color: var(--color-1st);
}
.stali_ranktable td {
  font-size:12px;
  font-weight: 700;
  font-style: italic;
  color:var(--color-white);
  line-height: 1.5em;
  padding:1em 0;
  text-align: center;
  border-bottom: 1px solid var(--color-666);
}
.stali_ranktable td strong {
  font-weight: 300;
}


/* DS nav */
nav.stali_catenavi {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1024px;
  margin:0 auto;
}
nav.stali_catenavi h3 {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-white);
  text-align: center;
  line-height: 1.1em;
  margin-bottom:1em;
}
nav.stali_catenavi h3 span {
  font-weight:700;
}
nav.stali_catenavi ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap:2%;
}
nav.stali_catenavi ul li {
  flex:0 0 calc((100% - 2% * 3) / 4);
  font-size:14px;
  font-family: var(--font-en);
  line-height:1em;
  text-align: center;
}
nav.stali_catenavi ul li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: auto 100%;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  padding:10px 0 10px 0;
  transition: .4s all;
}
nav.stali_catenavi ul li a:hover {
  background-color: var(--color-black);
  background-image: url(../img/header/ic-line_r.webp);
}


/* DriverLineUp */
.driverlineup_mm {
width: 100%;
height: auto;
display: block;
padding:0;
margin:0;
background-color: var(--color-black);
background-image: url(../img/box-carb.webp);
}
.driverlineup_mm .ccsw {
  margin-bottom: 50px;
}
.driverlineup_topcov {
width: 100%;
height: auto;
display: block;
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 15%);
}
.driverlineup_cov {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/lineup_bottom.webp);
background-repeat: no-repeat;
background-position: 0 100.1%;
background-size: 100% auto;
padding:5% 0 19%;
}
.driverlist_base {
width: 100%;
height: auto;
display: block;
position: relative;
}

.drili_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 68%, rgba(102, 102, 102, 1) 100%);
}

.drili_cc .slideimg {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
}
.drili_cc .slidecc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:1.5em 1em;
}
.drili_cc .slidecc h3 {
  order:2;
  font-size:16px;
  color:var(--color-f0);
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin:0 0 0.75em 0;
}
.drili_cc .slidecc h4 {
  order:1;
  font-size:10px;
  font-weight: 200;
  font-style: italic;
  color:var(--color-white);
  font-family: var(--font-en);
  line-height: 1em;
  text-align: center;
  margin:0 0 0.5em 0;
}
.drili_cc .slidecc h4 span {
  font-weight: 700;
}
.drili_cc .slidecc p {
  order:3;
  font-size:14px;
  color:var(--color-white);
  font-weight: 700;
  line-height: 1.4em;
  padding:0.3em 0.5em;
  text-align: center;
  background-color: var(--color-1st);
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  margin:0 0 0 0;
}


/* Sponcer Reel */
.sponcerreel {
  padding:40px 0 0;
}



/* Circuit Data */
.circuitdata_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: 5% 15%;
  background-size: 50% auto;
}
.circuitdata_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 10% 100px;
}
.circuitdata_cc h3.circuit_logo {
width:100%;
height: auto;
display: block;
font-size: 20px;
font-weight: 700;
color:var(--color-black);
line-height: 1.25em;
text-align: center;
background-image: url(../img/index/fswlogo.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 50px;
padding-top:80px;
margin-bottom: 0.5em;
}
.circuitdata_cc p.cdc_toptxt {
font-size:100%;
font-weight: 400;
color:var(--color-black);
line-height: 2em;
text-align: center;
margin-bottom: 2em;
}
.cird_flex {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.cird_flex .cursemap_box {
  width:47.5%;
}
.cird_flex .courseaccess_box {
  width:47.5%;
}
.cird_flex h4 {
font-size: clamp(20px, 1.75vw, 40px);
font-family: var(--font-en);
font-weight: 700;
font-style: italic;
color:var(--color-black);
line-height: 1.25em;
letter-spacing: -0.05em;
margin-bottom: 1em;
}
.courseimg {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
p.cousedata_txt {
font-size: clamp(12px, 1.25vw, 12px);
font-family: var(--font-en);
font-weight: 500;
font-style: italic;
color:var(--color-black);
line-height: 2em;
text-align: center;
margin-bottom: 2em;
}
p.cousedata_txt strong {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 600;
}
p.cousedata_txt span {
  font-size: clamp(8px,0.8vw, 11px);
}

.map_mm {
  width: 100%;
  height: 400px;
  display: block;
}
.map_mm iframe {
  width: 100%;
  height: 400px;
  display: block;
}
p.access_txt {
font-size: clamp(12px, 1.25vw, 12px);
font-weight: 400;
color:var(--color-black);
line-height: 2em;
}


/* Social */
.social_mm {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 2.8;
  display: block;
  overflow: hidden;
  position: relative;
  background-image: url(../img/index/logomark_bg_w.webp);
  background-repeat: no-repeat;
  background-position: 98% 5%;
  background-size: auto 80%;
  background-color: var(--color-f5);
}
.social_base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  z-index:10;
  background-image: url(../img/index/social_bg-base.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.social_cc {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  z-index:50;
  background-image: url(../img/index/social_bg-cover.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.social_box {
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:100;
  padding-bottom: 15%;
}
.social_box h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(30px, 5vw, 100px);
  font-weight: 700;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  background-image: url(../img/header/logomark01.webp);
  background-repeat: no-repeat;
  background-position: right 88%;
  background-size: 60px auto;
  padding:0 70px 0;
  margin:0 auto 0.15em;
}
.social_box h2 span {
  color:var(--color-1st);
}
.social_box p.social_toptxt {
  font-size:100%;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.social_box ul.sns_list {
  width: 100%;
  max-width:600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap:10%;
  margin:0 auto 1.5em;
}
.social_box ul.sns_list li {
  flex:0 0 calc((100% - 10% * 3) / 4);
}
.social_box ul.sns_list li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size:12px;
  color:var(--color-black);
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1em;
  padding:60px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
}
.social_box p.social_subtxt {
  font-size:10px;
  line-height: 1em;
  text-align: center;
  margin:0;
}


/* Sponcership and Supporters */
.spsu_mm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
.spsu_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 10%;
  margin:0 auto;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 95%;
}
.spsu_cc h2 {
  font-size: clamp(24px, 2vw, 50px);
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: center;
  margin-bottom: 1em;
}
.spsu_cc ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:5%;
}
.spsu_cc ul:first-of-type {
  margin-bottom: 3em;
}
.spsu_cc ul li {
  flex:0 0 calc((100% - 5% * 6) / 7);
  margin-bottom: 3%;
}




}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {


/* TopSection */
.topsection {
  width:100%;
  height: auto;
  display: block;
  padding:120px 0 0 0;
}
.topsection .vcsw_slide img {
  aspect-ratio: 16 / 9;
  height: 500px;
}


.sponcerreel {
  width: 100%;
  overflow: hidden;
}

.sponcerreel ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.sponcerreel li {
  flex: 0 0 auto;
  margin-right: 20px; /* 任意で調整 */
  list-style: none;
}

.sponcerreel li:last-child {
  margin-right: 20px;
}




/* Title with Title */
.title_logo_en_w {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 40px;
}
.title_logo_en_w_mb0 {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}
.title_logo_en_w_mb0 span, .title_logo_en_w span {
  color:var(--color-1st);
}
  p.title_logo_en_w_jpt_sub {
  font-size:100%;
  font-weight: 700;
  color:var(--color-white);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
  }

.title_logo_en_b_mb0 {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-black);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}
.title_logo_en_b_mb0 span, .title_logo_en_b span {
  color:var(--color-1st);
}
  p.title_logo_en_b_jpt_sub {
  font-size:100%;
  font-weight: 700;
  color:var(--color-black);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
  }


.title_logo_en_b {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 40px;
}

/* border */
.borderbox {
  width: 100%;
  height: auto;
  display: block;
  margin:0;
  padding:0;
}


/* Schedule */
.schedule_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/schedule_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.schedule_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 10%;
  margin:0 auto;
}

.schedule_line {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.schedule_line .sche_box {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:2.5em 2.5em;
  background-color: rgba(20,20,20,0.8);
  border-radius: 3px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.schedule_line .sche_box.scheb_active {
  background-color: #ff0022c8;
}
.schedule_line .sche_box h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 1em;
}
.schedule_line .sche_box h2 span {
  font-size: 32px;
  font-weight: 700;
}
.schedule_line .sche_box p.sche_date01 {
  width:50%;
  height: auto;
  display: block;
  font-size: 32px;
  font-weight: 300;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: 0em;
  text-align: left;
  line-height: 1.1em;
  margin:0 auto 0.02em;
}
.schedule_line .sche_box p.sche_date01 strong {
  font-weight: 600;
}
.schedule_line .sche_box p.sche_date01 span {
  font-size: 20px;
  font-weight: 300;
}
.schedule_line .sche_box p.sche_date02 {
  width:50%;
  height: auto;
  display: block;
  font-size: 32px;
  font-weight: 300;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: 0em;
  text-align: right;
  line-height: 1.1em;
  margin:0 auto 0.5em;
}
.schedule_line .sche_box p.sche_date02 strong {
  font-weight: 600;
}
.schedule_line .sche_box p.sche_date02 span {
  font-size: 20px;
  font-weight: 300;
}
.schedule_line .sche_box h3 {
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  color:var(--color-white);
  text-align: center;
  margin:0 0 0.25em 0;
}
.schedule_line .sche_box p.sche_circuit {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.2em;
  text-align: center;
  margin:0;
}

/* Schedule Buttons */
.race_bn {
  width:100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.race_bn li {
  width:32.333333%;
  height: 50px;
  display: block;
  font-size:12px;
  font-weight: 700;
}
.race_bn li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 30px;
  line-height: 50px;
  text-align: right;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  padding:0 1em 0 0;
  transition: .4s all;
}
.race_bn li a:hover {
  background-color: var(--color-666);
}


/* Latest Update */
.lastnews_mm {
  width: 100%;
  height: auto;
  display: block;
}
.latestnews_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.sectitle01 {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/header/logomark01.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
  padding-left:45px;
  margin-bottom: 30px;
}
.sectitle01 h2 {
  order:2;
  font-size:12px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  color: var(--color-333);
  margin:0;
}
.sectitle01 p {
  order:1;
  font-size:26px;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-style: italic;
  line-height: 40px;
  color:var(--color-black);
  margin:0 0.2em 0 0;
}

ul.newslist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:5%;
  margin-bottom: 50px;
}
ul.newslist li {
  flex:0 0 calc((100% - 5% * 1) / 2);
  height: auto;
  border-bottom: 1px solid var(--color-333);
  margin-bottom: 40px;
}
ul.newslist li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
ul.newslist li a:hover {
  background-color: var(--color-f5);
}
ul.newslist li a .news_img {
  width: 100%;
  height: auto;
  display: block;
}
ul.newslist li a:hover .news_img img {
  animation: newsimgflash .4s ease;
}
@keyframes newsimgflash {
  0% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
ul.newslist li a .news_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:1em 1em 1.5em;
}
ul.newslist li a .news_cc h3 {
  order:2;
font-size: 18px;
font-weight: 700;
letter-spacing: -0.05em;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0em;
transition: .4s all;
}
ul.newslist li a:hover .news_cc h3 {
color:var(--color-1st);
}
ul.newslist li a .news_cc p {
  order:1;
font-size: 12px;
font-weight: 400;
font-style: italic;
letter-spacing: -0.02em;
color:var(--color-1st);
line-height: 1.25em;
margin-bottom: 0.5em;
}




/* ABout Series */
.about_mm {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  background-image: url(../img/index/aboutbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom:25%;
}
.about_cc {
  width: 90%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8% 50px;
  margin:0 auto;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
}
.title_logo_b {
  width:100%;
  height: auto;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 1em;
}
.about_cc h3 {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-black);
  text-align: center;
  line-height: 1.5em;
  margin-bottom:1em;
}
.about_cc p {
  font-size:100%;
  font-weight: 400;
  color:var(--color-black);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
}


/* About CAR */
.about_car_mm {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: 50% auto;
}
.about_car_cc {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 0 0px;
}
p.about_car_comment {
  width: 100%;
  max-width:1600px;
  height: auto;
  display: block;
  font-size:100%;
  font-weight: 400;
  color:var(--color-black);
  line-height: 2em;
  text-align: center;
  padding:0 10%;
  margin:0 auto 1em;
}
.car_layersec {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.carimagelist {
  padding:0 0 10% 0;
}

.carimagelist .sponcerreel ul {
  gap:0%;
}
.carimagelist .sponcerreel ul li {
  margin:0 0.05%;
}
.carimagelist .sponcerreel ul li img {
  max-height: 200px!important;
}


.carlayer_car {
  width:50%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left:50%;
  z-index:10;
  transform: translateX(-50%);
}


/* Banner */
.bannerbox {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}
.bannerbox .bannerbox_cc {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.bannerbox .bannerbox_cc ul.bannerline {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap:2%;
  margin:0 auto;
}
.bannerbox .bannerbox_cc ul.bannerline li {
  flex:0 0 calc((100% - 2%) / 2);
}
.bannerbox .bannerbox_cc ul.bannerline li a {
  width: 100%;
  height: auto;
  display: block;
}

/* DriverStandings */
.driverstandings_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/standing_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.driverstanging_cov {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/driverlineup_cov.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
  padding:10% 0 20% 0;
}
.driverstandings_cc {
  width: 100%;
  height: auto;
  display: block;
}

/* Top3 table */
.top3rankbase {
  width: 100%;
  height: auto;
  display: block;
}

ul.category_button {
  width: 100%;
  max-width:700px;
  height: auto;
  display: flex;
  justify-content: center;
  gap:1%;
  margin:0 auto 70px;
}
ul.category_button li {
  flex:0 0 calc((100% - 1% * 2) / 3);
}
ul.category_button li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size:14px;
  letter-spacing: -0.05em;
  font-family: var(--font-en);
  font-style: italic;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: auto 100%;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  padding:9px 0 10px 0;
  transition: .4s all;
}

/* アクティブタブ */
.category_button li a.stali_tabactive {
  background-color: var(--color-1st);
}

/* 非アクティブ時の見た目例 */
.category_button li a:not(.stali_tabactive) {
  background-color: var(--color-555);
}

/* コンテンツは最初すべて隠す */
.standingbox {
  display: none;
}

/* 表示中のボックス */
.standingbox.stali_boxactive {
  display: block;
  animation: staliFadeIn 0.4s ease;
}

/* フェードイン */
@keyframes staliFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Top3Box */
.standingbox {
  width: 100%;
  height: auto;
  display: block;
}
.standingbox h3 {
  font-size: 32px;
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-white);
  text-align: center;
  line-height: 1.1em;
  margin-bottom:1em;
}
.standingbox h3 span {
  font-weight: 700;
}

.standinglist {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto 70px;
  gap:5%;
}
.standinglist li {
  flex:0 0 calc((100% - 5% * 2) / 3);
  height: auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;
  padding:0% 0% 0 0%;
}
.standinglist li .stali_img {
  width: 100%;
  height: auto;
  display: block;
}
.standinglist li .stali_ccc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:25px 0 0 0;
}
.standinglist li .stali_ccc h3{
font-size: 22px;
font-weight: 700;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.5em;
order:2;
}
.standinglist li .stali_ccc h4 {
  display: flex;
  justify-content: center;
font-size: 12px;
font-weight: 300;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.25em;
order:1;
}
.standinglist li .stali_ccc h4 strong {
  font-weight:700;
}
.standinglist li .stali_ccc p.stali_team_num {
font-size: 14px;
font-weight: 700;
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.3em;
order:3;
}
.standinglist li .stali_ccc p.stali_nat {
font-size: 12px;
font-weight: 700;
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0.8em;
order:4;
}
.standinglist li .stali_ccc p.stanli_points {
font-size: 18px;
font-weight: 500;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: center;
margin-bottom: 0em;
order:5;
}
.standinglist li .stali_ccc p.stanli_points strong {
  font-size: 28px;
font-weight: 700;
}


/* DS Table */
.stali_tb_box {
  width: 90%;
  height: auto;
  display: block;
  padding:0;
  margin:0 auto 70px;
  box-sizing: border-box;
  border-right: 5px solid var(--color-1st);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.stali_td_subtxt {
  width:fit-content;
  height: 20px;
  display: block;
  font-size:10px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
  color: var(--color-black);
  padding-right:25px;
  margin:0 5% 15px auto;
  background-image: url(../img/header/ic-ar_h_r.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 18px;
}
.stali_ranktable {
  width:1600px;
  table-layout: fixed;
}
.stali_ranktable tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.6);
}
.stali_ranktable th {
  font-size:12px;
  font-weight: 700;
  font-style: italic;
  color:var(--color-white);
  line-height: 1.5em;
  padding:0.3em 0;
  text-align: center;
  background-color: var(--color-1st);
}
.stali_ranktable td {
  font-size:12px;
  font-weight: 700;
  font-style: italic;
  color:var(--color-white);
  line-height: 1.5em;
  padding:1em 0;
  text-align: center;
  border-bottom: 1px solid var(--color-666);
}
.stali_ranktable td strong {
  font-weight: 300;
}


/* DS nav */
nav.stali_catenavi {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1024px;
  margin:0 auto;
}
nav.stali_catenavi h3 {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-white);
  text-align: center;
  line-height: 1.1em;
  margin-bottom:1em;
}
nav.stali_catenavi h3 span {
  font-weight:700;
}
nav.stali_catenavi ul {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:2%;
  margin:0 auto;
}
nav.stali_catenavi ul li {
  flex:0 0 calc((100% - 2% * 1) / 2);
  font-size:14px;
  font-family: var(--font-en);
  line-height:1em;
  text-align: center;
  margin-bottom: 20px;
}
nav.stali_catenavi ul li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: auto 100%;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  padding:10px 0 10px 0;
  transition: .4s all;
}
nav.stali_catenavi ul li a:hover {
  background-color: var(--color-black);
  background-image: url(../img/header/ic-line_r.webp);
}


/* DriverLineUp */
.driverlineup_mm {
width: 100%;
height: auto;
display: block;
padding:0;
margin:0;
background-color: var(--color-black);
background-image: url(../img/box-carb.webp);
}
.driverlineup_mm .ccsw {
  margin-bottom: 50px;
}
.driverlineup_topcov {
width: 100%;
height: auto;
display: block;
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 15%);
}
.driverlineup_cov {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/lineup_bottom.webp);
background-repeat: no-repeat;
background-position: 0 100.1%;
background-size: 100% auto;
padding:5% 0 19%;
}
.driverlist_base {
width: 100%;
height: auto;
display: block;
position: relative;
}

.drili_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 68%, rgba(102, 102, 102, 1) 100%);
}

.drili_cc .slideimg {
  width: 100%;
  height: auto;
  display: block;
    background: #fff;
}
.drili_cc .slidecc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:1.5em 1em;
}
.drili_cc .slidecc h3 {
  order:2;
  font-size:20px;
  color:var(--color-f0);
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin:0 0 1em 0;
}
.drili_cc .slidecc h4 {
  order:1;
  font-size:11px;
  font-weight: 200;
  font-style: italic;
  color:var(--color-white);
  font-family: var(--font-en);
  line-height: 1em;
  text-align: center;
  margin:0 0 1em 0;
}
.drili_cc .slidecc h4 span {
  font-weight: 700;
}
.drili_cc .slidecc p {
  order:3;
  font-size:14px;
  color:var(--color-white);
  font-weight: 700;
  line-height: 1.4em;
  padding:0.3em 0.5em;
  text-align: center;
  background-color: var(--color-1st);
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  margin:0 0 0 0;
}


/* Sponcer Reel */
.sponcerreel {
  padding:20px 0 0;
}



/* Circuit Data */
.circuitdata_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: 50% auto;
}
.circuitdata_cc {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 100px;
}
.circuitdata_cc h3.circuit_logo {
width:100%;
height: auto;
display: block;
font-size: clamp(20px, 1.75vw, 40px);
font-weight: 700;
color:var(--color-black);
line-height: 1.25em;
text-align: center;
background-image: url(../img/index/fswlogo.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: auto 50px;
padding-top:80px;
margin-bottom: 0.8em;
}
.circuitdata_cc p.cdc_toptxt {
font-size:100%;
font-weight: 400;
color:var(--color-black);
line-height: 2em;
text-align: center;
margin-bottom: 3em;
}
.cird_flex {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.cird_flex .cursemap_box {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.cird_flex .courseaccess_box {
  width: 100%;
  height: auto;
  display: block;
}
.cird_flex h4 {
font-size: clamp(20px, 1.75vw, 40px);
font-family: var(--font-en);
font-weight: 700;
font-style: italic;
color:var(--color-black);
line-height: 1.25em;
letter-spacing: -0.05em;
margin-bottom: 1em;
}
.courseimg {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
p.cousedata_txt {
font-size: clamp(12px, 1.25vw, 12px);
font-family: var(--font-en);
font-weight: 500;
font-style: italic;
color:var(--color-black);
line-height: 2em;
text-align: center;
margin-bottom: 2em;
}
p.cousedata_txt strong {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 600;
}
p.cousedata_txt span {
  font-size: clamp(8px,0.8vw, 11px);
}

.map_mm {
  width: 100%;
  height: 400px;
  display: block;
}
.map_mm iframe {
  width: 100%;
  height: 400px;
  display: block;
}
p.access_txt {
font-size: clamp(12px, 1.25vw, 12px);
font-weight: 400;
color:var(--color-black);
line-height: 2em;
}


/* Social */
.social_mm {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3.5;
  display: block;
  overflow: hidden;
  position: relative;
  background-image: url(../img/index/logomark_bg_w.webp);
  background-repeat: no-repeat;
  background-position: 90% 5%;
  background-size: auto 80%;
  background-color: var(--color-f5);
}
.social_base {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  z-index:10;
  background-image: url(../img/index/social_bg-base.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.social_cc {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  z-index:50;
  background-image: url(../img/index/social_bg-cover.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 120% auto;
}
.social_box {
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:100;
  padding-bottom: 15%;
}
.social_box h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(40px, 5vw, 100px);
  font-weight: 700;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  background-image: url(../img/header/logomark01.webp);
  background-repeat: no-repeat;
  background-position: right 88%;
  background-size: 60px auto;
  padding:0 70px 0;
  margin:0 auto 0.15em;
}
.social_box h2 span {
  color:var(--color-1st);
}
.social_box p.social_toptxt {
  font-size:100%;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.social_box ul.sns_list {
  width: 100%;
  max-width:600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap:10%;
  margin:0 auto 1.5em;
}
.social_box ul.sns_list li {
  flex:0 0 calc((100% - 10% * 3) / 4);
}
.social_box ul.sns_list li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size:12px;
  color:var(--color-black);
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1em;
  padding:60px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
}
.social_box p.social_subtxt {
  font-size:10px;
  line-height: 1em;
  text-align: center;
  margin:0;
}


/* Sponcership and Supporters */
.spsu_mm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
.spsu_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 95%;
}
.spsu_cc h2 {
  font-size: clamp(24px, 2vw, 50px);
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: center;
  margin-bottom: 1em;
}
.spsu_cc ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:5%;
}
.spsu_cc ul:first-of-type {
  margin-bottom: 3em;
}
.spsu_cc ul li {
  flex:0 0 calc((100% - 5% * 4) / 5);
  margin-bottom: 3%;
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {


/* TopSection */
.topsection {
  width:100%;
  height: auto;
  display: block;
  padding:120px 0 0 0;
  margin-bottom: 30px;
}
.topsection .vcsw_slide img {
  aspect-ratio: 16 / 9;
  height: 500px;
}


.sponcerreel {
  width: 100%;
  overflow: hidden;
}

.sponcerreel ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.sponcerreel li {
  flex: 0 0 auto;
  margin-right: 0px; /* 任意で調整 */
  list-style: none;
}

.sponcerreel li img {
  max-height: 80px;
}

.sponcerreel li:last-child {
  margin-right: 20px;
}




/* Title with Title */
.title_logo_en_w {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 40px;
}
.title_logo_en_w_mb0 {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}
.title_logo_en_w_mb0 span, .title_logo_en_w span {
  color:var(--color-1st);
}
  p.title_logo_en_w_jpt_sub {
  font-size:100%;
  font-weight: 700;
  color:var(--color-white);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
  }

.title_logo_en_b_mb0 {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  color:var(--color-black);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0px;
}
.title_logo_en_b_mb0 span, .title_logo_en_b span {
  color:var(--color-1st);
}
  p.title_logo_en_b_jpt_sub {
  font-size:100%;
  font-weight: 700;
  color:var(--color-black);
  line-height: 2em;
  text-align: center;
  margin-bottom: 2em;
  }


.title_logo_en_b {
  width:100%;
  height: auto;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 40px;
}

/* border */
.borderbox {
  width: 100%;
  height: auto;
  display: block;
  margin:0;
  padding:0;
}


/* Schedule */
.schedule_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/schedule_bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.schedule_cc {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}

.schedule_line {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.schedule_line .sche_box {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:2.5em 2em;
  background-color: rgba(20,20,20,0.8);
  border-radius: 3px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
.schedule_line .sche_box.scheb_active {
  background-color: #ff0022c8;
}
.schedule_line .sche_box h2 {
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 600;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 1em;
}
.schedule_line .sche_box h2 span {
  font-size: clamp(30px, 1.5vw, 80px);
  font-weight: 700;
}
.schedule_line .sche_box p.sche_date01 {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(24px, 2vw, 60px);
  font-weight: 500;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: 0em;
  text-align: left;
  line-height: 1.1em;
  margin:0 auto 0.02em;
}
.schedule_line .sche_box p.sche_date01 strong {
  font-weight: 600;
}
.schedule_line .sche_box p.sche_date01 span {
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 500;
}
.schedule_line .sche_box p.sche_date02 {
  width:100%;
  height: auto;
  display: block;
  font-size: clamp(24px, 2vw, 60px);
  font-weight: 500;
  font-family: var(--font-en);
  color:var(--color-white);
  font-style: italic;
  letter-spacing: 0em;
  text-align: right;
  line-height: 1.1em;
  margin:0 auto 0.5em;
}
.schedule_line .sche_box p.sche_date02 strong {
  font-weight: 600;
}
.schedule_line .sche_box p.sche_date02 span {
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 500;
}
.schedule_line .sche_box h3 {
  font-size: clamp(10px, 1vw, 16px);
  font-style: italic;
  font-weight: 700;
  color:var(--color-white);
  text-align: center;
  margin:0 0 0.25em 0;
}
.schedule_line .sche_box p.sche_circuit {
  font-size: clamp(14px, 1vw, 22px);
  font-style: italic;
  font-weight: 700;
  color:var(--color-white);
  line-height: 1.2em;
  text-align: center;
  margin:0;
}

/* Schedule Buttons */
.race_bn {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.race_bn li {
  width:100%;
  height: 50px;
  display: block;
  font-size:16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.race_bn li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 40px;
  line-height: 50px;
  text-align: right;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  padding:0 1.5em 0 0;
  transition: .4s all;
}
.race_bn li a:hover {
  background-color: var(--color-666);
}


/* Latest Update */
.lastnews_mm {
  width: 100%;
  height: auto;
  display: block;
}
.latestnews_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5%;
  margin:0 auto;
}
.sectitle01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: url(../img/header/logomark01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 30px;
  padding-top:40px;
  margin-bottom: 30px;
}
.sectitle01 h2 {
  order:2;
  font-size:12px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-333);
  text-align: center;
  margin:0;
}
.sectitle01 p {
  order:1;
  font-size:22px;
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-style: italic;
  line-height: 1em;
  color:var(--color-black);
  text-align: center;
  margin:0 0 0.5em 0;
}

ul.newslist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap:5%;
  margin-bottom: 50px;
}
ul.newslist li {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-ccc);
  margin-bottom: 20px;
}
ul.newslist li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  transition: .4s all;
}
ul.newslist li a:hover {
  background-color: var(--color-f5);
}
ul.newslist li a .news_img {
  width: 25%;
  height: auto;
  display: block;
}
ul.newslist li a:hover .news_img img {
  animation: newsimgflash .4s ease;
}
@keyframes newsimgflash {
  0% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
ul.newslist li a .news_cc {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0;
}
ul.newslist li a .news_cc h3 {
  order:2;
font-size: clamp(14px, 1.1vw, 18px);
font-weight: 700;
letter-spacing: -0.05em;
color:var(--color-black);
line-height: 1.25em;
margin-bottom: 0em;
transition: .4s all;
}
ul.newslist li a:hover .news_cc h3 {
color:var(--color-1st);
}
ul.newslist li a .news_cc p {
  order:1;
font-size: 12px;
font-weight: 400;
font-style: italic;
letter-spacing: -0.02em;
color:var(--color-1st);
line-height: 1.25em;
margin-bottom: 0.5em;
}




/* ABout Series */
.about_mm {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  background-image: url(../img/index/aboutbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom:40%;
}
.about_cc {
  width: 96%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  margin:0 auto;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
}
.title_logo_b {
  width:100%;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 0.75em;
}
.about_cc h3 {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-black);
  text-align: center;
  line-height: 1.5em;
  margin-bottom:1em;
}
.about_cc p {
  font-size:100%;
  font-weight: 400;
  color:var(--color-black);
  line-height: 2.5em;
  text-align: center;
  margin-bottom: 2em;
}
.about_cc p br {
  display: none;
}


/* About CAR */
.about_car_mm {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: 80% auto;
}
.about_car_cc {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 0 0px;
}
p.about_car_comment {
  width: 100%;
  max-width:1600px;
  height: auto;
  display: block;
  font-size: 100%;
  font-weight: 400;
  color:var(--color-black);
  line-height: 2.5em;
  text-align: center;
  padding:0 5%;
  margin:0 auto 50px;
}
.car_layersec {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.carimagelist {
  padding:0 0 10% 0;
}

.carimagelist .sponcerreel ul {
  gap:0%;
}
.carimagelist .sponcerreel ul li {
  margin:0 0.05%;
}
.carimagelist .sponcerreel ul li img {
  max-height: 200px!important;
}


.carlayer_car {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left:50%;
  z-index:10;
  transform: translateX(-50%);
}


/* Banner */
.bannerbox {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}
.bannerbox .bannerbox_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5%;
  margin:0 auto;
}
.bannerbox .bannerbox_cc ul.bannerline {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap:2%;
  margin:0 auto;
}
.bannerbox .bannerbox_cc ul.bannerline li {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.bannerbox .bannerbox_cc ul.bannerline li a {
  width: 100%;
  height: auto;
  display: block;
}

/* DriverStandings */
.driverstandings_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/standing_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.driverstanging_cov {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/driverlineup_cov.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
  padding:10% 0 20% 0;
}
.driverstandings_cc {
  width: 100%;
  height: auto;
  display: block;
}

/* Top3 table */
.top3rankbase {
  width: 100%;
  height: auto;
  display: block;
}

ul.category_button {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto 70px;
}
ul.category_button li {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
ul.category_button li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size:14px;
  letter-spacing: -0.05em;
  font-family: var(--font-en);
  font-style: italic;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: auto 100%;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  padding:9px 0 10px 0;
  transition: .4s all;
}

/* アクティブタブ */
.category_button li a.stali_tabactive {
  background-color: var(--color-1st);
}

/* 非アクティブ時の見た目例 */
.category_button li a:not(.stali_tabactive) {
  background-color: var(--color-555);
}

/* コンテンツは最初すべて隠す */
.standingbox {
  display: none;
}

/* 表示中のボックス */
.standingbox.stali_boxactive {
  display: block;
  animation: staliFadeIn 0.4s ease;
}

/* フェードイン */
@keyframes staliFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Top3Box */
.standingbox {
  width: 100%;
  height: auto;
  display: block;
}
.standingbox h3 {
  font-size: clamp(26px, 4vw, 60px);
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-white);
  text-align: center;
  line-height: 1.4em;
  margin-bottom:1em;
}
.standingbox h3 span {
  display: block;
  font-weight: 700;
}

.standinglist {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto 10px;
}
.standinglist li {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: 20% top;
  background-size: 15% auto;
  padding:0% 0% 0 0%;
  margin-bottom: 40px;
}
.standinglist li .stali_img {
  width: 30%;
  height: auto;
  display: block;
}
.standinglist li .stali_ccc {
  width: 65%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0 0 0 0;
}
.standinglist li .stali_ccc h3{
font-size: 20px;
font-weight: 700;
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: left;
margin-bottom: 0.25em;
order:2;
}
.standinglist li .stali_ccc h4 {
  display: flex;
  justify-content: flex-start;
font-size: 12px;
font-weight: 300;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: left;
margin-bottom: 0.5em;
order:1;
}
.standinglist li .stali_ccc h4 strong {
  font-weight:700
}
.standinglist li .stali_ccc p.stali_team_num {
font-size: 14px;
font-weight: 700;
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: left;
margin-bottom: 0.3em;
order:3;
}
.standinglist li .stali_ccc p.stali_nat {
font-size: 12px;
font-weight: 700;
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: left;
margin-bottom: 0.8em;
order:4;
}
.standinglist li .stali_ccc p.stanli_points {
font-size: 16px;
font-weight: 500;
font-family: var(--font-en);
font-style: italic;
letter-spacing: -0.05em;
color:var(--color-white);
line-height: 1.25em;
text-align: left;
margin-bottom: 0em;
order:5;
}
.standinglist li .stali_ccc p.stanli_points strong {
  font-size: 24px;
font-weight: 700;
}


/* DS Table */
.stali_tb_box {
  width: 90%;
  height: auto;
  display: block;
  padding:0;
  margin:0 auto 70px;
  box-sizing: border-box;
  border-right: 5px solid var(--color-1st);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.stali_td_subtxt {
  width:fit-content;
  height: 20px;
  display: block;
  font-size:10px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
  color: var(--color-white);
  padding-right:25px;
  margin:0 5% 15px auto;
  background-image: url(../img/header/ic-ar_h_r.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 18px;
}
.stali_ranktable {
  width:1600px;
  table-layout: fixed;
}
.stali_ranktable tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.6);
}
.stali_ranktable th {
  font-size:12px;
  font-weight: 700;
  font-style: italic;
  color:var(--color-white);
  line-height: 1.5em;
  padding:0.3em 1em;
  text-align: center;
  background-color: var(--color-1st);
}
.stali_ranktable td {
  font-size:12px;
  font-weight: 700;
  font-style: italic;
  color:var(--color-white);
  line-height: 1.5em;
  padding:1em 1em;
  text-align: center;
  border-bottom: 1px solid var(--color-666);
}
.stali_ranktable td strong {
  font-weight: 300;
}

.stali_ranktable th:nth-of-type(1) {
  width:3%;
}
.stali_ranktable th:nth-of-type(3) {
  width:15%;
}
.stali_ranktable tr>td:nth-of-type(3) {
  padding-right: 1em;
  padding-left: 1em;
}
/* DS nav */
nav.stali_catenavi {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
}
nav.stali_catenavi h3 {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 300;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  color:var(--color-white);
  text-align: center;
  line-height: 1.1em;
  margin-bottom:1em;
}
nav.stali_catenavi h3 span {
  font-weight:700;
}
nav.stali_catenavi ul {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
}
nav.stali_catenavi ul li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  font-family: var(--font-en);
  line-height:1em;
  text-align: center;
  margin-bottom: 15px;
}
nav.stali_catenavi ul li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img/header/ic-line_w.webp);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: auto 100%;
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  padding:10px 0 10px 0;
  transition: .4s all;
}
nav.stali_catenavi ul li a:hover {
  background-color: var(--color-black);
  background-image: url(../img/header/ic-line_r.webp);
}


/* DriverLineUp */
.driverlineup_mm {
width: 100%;
height: auto;
display: block;
padding:0;
margin:0;
background-color: var(--color-black);
background-image: url(../img/box-carb.webp);
}
.driverlineup_mm .ccsw {
  margin-bottom: 50px;
}
.driverlineup_topcov {
width: 100%;
height: auto;
display: block;
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 15%);
}
.driverlineup_cov {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/lineup_bottom.webp);
background-repeat: no-repeat;
background-position: 0 100.1%;
background-size: 100% auto;
padding:15% 0 19%;
}
.driverlist_base {
width: 100%;
height: auto;
display: block;
position: relative;
}

.drili_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 68%, rgba(102, 102, 102, 1) 100%);
}

.drili_cc .slideimg {
  width: 100%;
  height: auto;
  display: block;
    background: #fff;
}
.drili_cc .slidecc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:1.5em 1em;
}
.drili_cc .slidecc h3 {
  order:2;
  font-size:20px;
  color:var(--color-f0);
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  margin:0 0 1em 0;
}
.drili_cc .slidecc h4 {
  order:1;
  font-size:12px;
  font-weight: 200;
  font-style: italic;
  color:var(--color-white);
  font-family: var(--font-en);
  line-height: 1em;
  text-align: center;
  margin:0 0 1em 0;
}
.drili_cc .slidecc h4 span {
  font-weight: 700;
}
.drili_cc .slidecc p {
  order:3;
  font-size:14px;
  color:var(--color-white);
  font-weight: 700;
  line-height: 1.4em;
  padding:0.3em 0.5em;
  text-align: center;
  background-color: var(--color-1st);
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  margin:0 0 0 0;
}




/* Sponcer Reel */
.sponcerreel {
  padding:40px 0 0;
}


/* Circuit Data */
.circuitdata_mm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: 95% 0%;
  background-size: 80% auto;
}
.circuitdata_cc {
  width: 100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 100px;
}
.circuitdata_cc h3.circuit_logo {
width:100%;
height: auto;
display: block;
font-size: clamp(20px, 1.75vw, 40px);
font-weight: 700;
color:var(--color-black);
line-height: 1.25em;
text-align: left;
background-image: url(../img/index/fswlogo.webp);
background-repeat: no-repeat;
background-position: center top;
background-size: 90% auto;
padding-top:15%;
margin-bottom: 0.8em;
}
.circuitdata_cc p.cdc_toptxt {
font-size:100%;
font-weight: 400;
color:var(--color-black);
line-height: 2em;
margin-bottom: 3em;
}
.cird_flex {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.cird_flex .cursemap_box {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.cird_flex .courseaccess_box {
  width: 100%;
  height: auto;
  display: block;
}
.cird_flex h4 {
font-size: clamp(20px, 1.75vw, 40px);
font-family: var(--font-en);
font-weight: 700;
font-style: italic;
color:var(--color-black);
line-height: 1.25em;
letter-spacing: -0.05em;
margin-bottom: 1em;
}
.courseimg {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
p.cousedata_txt {
font-size: clamp(14px, 1.25vw, 16px);
font-family: var(--font-en);
font-weight: 500;
font-style: italic;
color:var(--color-black);
line-height: 2em;
text-align: center;
margin-bottom: 2em;
}
p.cousedata_txt strong {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600;
}
p.cousedata_txt span {
  display: block;
  font-size: clamp(12px,0.8vw, 11px);
}

.map_mm {
  width: 100%;
  height: 400px;
  display: block;
}
.map_mm iframe {
  width: 100%;
  height: 400px;
  display: block;
}
p.access_txt {
font-size: clamp(12px, 1.25vw, 12px);
font-weight: 400;
color:var(--color-black);
line-height: 2em;
}


/* Social */
.social_mm {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 19;
  display: block;
  overflow: hidden;
  position: relative;
  background-image: url(../img/index/logomark_bg_w.webp);
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: auto 60%;
  background-color: var(--color-f5);
}
.social_base {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 18;
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  z-index:10;
  background-image: url(../img/index/social_bg-base.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 150% auto;
}
.social_cc {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  z-index:50;
  background-image: url(../img/index/social_bg-cover.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% auto;
}
.social_box {
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:100;
  padding:0 5% 25%;
}
.social_box h2 {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(30px, 5vw, 100px);
  font-weight: 700;
  font-family: var(--font-en);
  font-style: italic;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.1em;
  background-image: url(../img/header/logomark01.webp);
  background-repeat: no-repeat;
  background-position: right 88%;
  background-size: 25px auto;
  padding:0 0px 0;
  padding-right: 35px;
  margin:0 auto 0.15em;
}
.social_box h2 span {
  color:var(--color-1st);
}
.social_box p.social_toptxt {
  font-size:100%;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.social_box ul.sns_list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap:2%;
  margin:0 auto 1.5em;
}
.social_box ul.sns_list li {
  flex:0 0 calc((100% - 2% * 1) / 2);
  margin-bottom: 20px;
}
.social_box ul.sns_list li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size:12px;
  color:var(--color-black);
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1em;
  padding:60px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
}
.social_box p.social_subtxt {
  font-size:10px;
  line-height: 1em;
  text-align: center;
  margin:0;
}


/* Sponcership and Supporters */
.spsu_mm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
.spsu_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5%;
  margin:0 auto;
  background-image: url(../img/index/logomark_bg_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 95%;
}
.spsu_cc h2 {
  font-size: clamp(24px, 2vw, 50px);
  font-family: var(--font-en);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: center;
  margin-bottom: 1em;
}
.spsu_cc ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:5%;
}
.spsu_cc ul:first-of-type {
  margin-bottom: 3em;
}
.spsu_cc ul li {
  flex:0 0 calc((100% - 5% * 2) / 3);
  margin-bottom: 3%;
}

}



.ccsw--single .ccsw__track {
  justify-content: center;
}

.ccsw--single .ccsw__slide {
  margin: 0 auto;
}

.bannerbox_cc02{
width: 100%;

    height: auto;
    display: block;
    padding: 100px 5%;
    margin: 0 auto;
    max-width: 1200px;

}

.bannerline02{
width: 100%;
    height: auto;
display: flex;
  flex-wrap: wrap;
  gap: 1%;

 
}

.bannerline02 li{
width: calc(49.5% - 0%);
margin-bottom: 1%;


}

.driverlineup_cov .ccsw--single .ccsw__slide{
  max-width: 400px;

}