@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
----------
[目次]
reset
共通・未分類
メインビジュアル
リード 
ページナビ
EWCとは
鈴鹿8耐とは
ブリヂストンサポートチーム
鈴鹿8耐関連情報
開催場所
出展内容
SNS施策
タイムテーブル
関連動画
----------
@media screen and (max-width: 700px)
----------
*/
:root {
	--blue: #173DB2;
	--red: #EC1223;
  }

/* reset */
body{
	margin: 0;
}
p{
	margin: 0;
}
dl{
	margin: 0;
}
dd{
	margin: 0;
}
ul,ol{
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
h1,h2,h3{
	margin: 0;
}

/* 共通・未分類 */
#mc-wrapper-1{
	background: transparent;
}

#breadcrumb{
background: #fff;
}

#eighttai2024{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
}

#eighttai2024 * {
	box-sizing: border-box;
}

#eighttai2024 p{
	font-size: 16px;
	line-height: 1.75;
}

#eighttai2024 a:hover {
	opacity: .6;
}

#eighttai2024 .sp{
	display: none;
}

#eighttai2024 section {
	clear: both;
	line-height: 1;
}

#eighttai2024 img {
	max-width: 100%;
	height: auto;
}

#eighttai2024 .table th{
	vertical-align: baseline;
}

#eighttai2024 .container{
	width: 670px;
	margin: 0 auto;
}

#eighttai2024 .sectionTtl{
	font-weight: 700;
	font-size: 29px;
	margin-bottom: 32px;
	line-height: 1.66;
}
#eighttai2024 .sectionTtl.center{
	text-align: center;
}

#eighttai2024 .sectionTtl--sub{
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: calc(3/2);
}

#eighttai2024 .sectionTtl--sub small{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}

#eighttai2024 .sectionTtl--sub.left{
	text-align: left;
}

#eighttai2024 .sectionComing{
	font-size: 20px;
	color: #FF0000;
}

#eighttai2024 .container strong{
	font-weight: 700;
}

#eighttai2024 .container strong.big01{
	font-size: 18px;
}

#eighttai2024 .container strong.big02{
	font-size: 18px
}

#eighttai2024 .timetable strong.big02{
	font-size: 24px;
}

#eighttai2024 .container a{
	color: #333;
	text-decoration: underline;
}

#eighttai2024 .lead__cont p + p,
#eighttai2024 .about-suzuka p + p,
#eighttai2024 .about-ewc p + p,
#eighttai2024 .team p + p,
#eighttai2024 .snsCampaign p + p{
	margin-top: 25px;
}

#eighttai2024 .container .big03{
	font-weight: 700;
	font-size: 30px;
}

#eighttai2024 .chapter{
	padding-top: 100px;
	margin-top: 300px;
}

#eighttai2024 .chapter--sub{
	margin-top: 250px;
}

/* lower */
#eighttai2024 .lower{
	position: relative;
	overflow: hidden;
}
#eighttai2024 .lower:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
}

#eighttai2024 .lower:after{
	content: "";
	width: 1570px;
	height: 100%;
	background-size: 1570px auto;
	position: absolute;
	top:0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center top 30px,center top 1040px,center top 3010px,center top 5410px,center top 7592px,center bottom -160px;
	background-image: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg01_pc.jpg),url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg02_pc.jpg),url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg03_pc.jpg), url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg04_pc.jpg), url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg05_pc.jpg), url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg05_pc.jpg);
}

/* linkList */
#eighttai2024 .linkList{
	display: flex;
	flex-wrap: wrap;
	margin: 55px auto -17px;
	overflow: hidden;
	width: 1070px;

}

#eighttai2024 .linkList li{
	margin: 17px;
}

#eighttai2024 .linkList li a{
	width: 500px;
	height: 80px;
	border: 1px solid #666666;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	position: relative;
	background-color: #fff;
}

#eighttai2024 .linkList li a:after{
	content: "";
	position: absolute;
	width: 18px;
	height: 24px;
	background: url(/products/tire/mc/8tai2024/img/8tai2024_linklist_arrow.svg) center center / 100% auto no-repeat;
	right: -5px;
	top: -5px;
}

#eighttai2024 .linkList li a.wide{
	width: 1040px;
}

/* アニメ */
#eighttai2024 .js-scrollIn{
    opacity: 0;
	-webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.75s .1s;
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.75s .1s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

#eighttai2024 .js-scrollIn.js-show{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/* メインビジュアル */
#eighttai2024 .mainImage{
	position: relative;
}

#eighttai2024 .mainImage__ttl{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 216px;
	width: 15.82%;
	display: flex;
    align-items: center;
}

#eighttai2024 .mainImage__movie video{
	width: 100%;
	height: auto;
}


/* リード */
#eighttai2024 .mainTtl{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.53;
	text-align:center;
	padding: 0 0 35px;
}
#eighttai2024 .lead__outline{
	background-color: #F0F0F0;
	padding: 30px 0 40px;
	text-align: center;
	margin-bottom: 90px;
}
#eighttai2024 .lead__outline .lead__outline--ttl{
	font-size: 30px;
	line-height: 1.266;
	margin-bottom: 17px;
	font-weight: 400;
}
#eighttai2024 .lead__outline p{
	font-size: 20px;
	line-height: 1.7;
}


/* ページナビ */
#eighttai2024 .pageNav{
	margin: 110px 0 0;
	padding-bottom: 30px;
}
#eighttai2024 .pageNav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

#eighttai2024 .pageNav ul li{
	margin: 14px;
}

#eighttai2024 .pageNav ul li a{
	width: 321px;
	height: 56px;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 10px;
}
#eighttai2024 .pageNav ul li a:after{
	content: "";
	position: absolute;
	width: 321px;
	height: 56px;
	top: 0;
	left: 0;
}
	
#eighttai2024 .pageNav ul li:first-child a:after{
	background: url(/products/tire/mc/8tai2024/img/8tai2024_pagenav_btnbg01.svg) center center / 100% auto no-repeat;
}

#eighttai2024 .pageNav ul li:nth-child(2) a:after{
	background: url(/products/tire/mc/8tai2024/img/8tai2024_pagenav_btnbg02.svg) center center / 100% auto no-repeat;
}

#eighttai2024 .pageNav ul li:nth-child(3) a:after{
	background: url(/products/tire/mc/8tai2024/img/8tai2024_pagenav_btnbg03.svg) center center / 100% auto no-repeat;
}

#eighttai2024 .pageNav ul li:nth-child(4) a:after{
	background: url(/products/tire/mc/8tai2024/img/8tai2024_pagenav_btnbg04.svg) center center / 100% auto no-repeat;
}

#eighttai2024 .pageNav ul li:nth-child(5) a:after{
	background: url(/products/tire/mc/8tai2024/img/8tai2024_pagenav_btnbg05.svg) center center / 100% auto no-repeat;
}

#eighttai2024 .pageNav ul li a span{
    font-size: 20px;
	color: #fff;
	position: relative;
	padding-right: 25px;
	z-index: 1;
}

#eighttai2024 .pageNav ul li a span:after{
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	background: url(/products/tire/mc/8tai2024/img/8tai2024_pagenav_arrow.svg) center center / 100% auto no-repeat;
	top: 0;
	bottom: 0;
	right:0;
	margin: auto;
}

#eighttai2024 .pageNav ul li a.comming:before{
	content: "Comingsoon";
	position: absolute;
	color: #FF0000;
	font-size: 18px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
}


/* EWCとは */
#eighttai2024 .about-ewc__schedule{
	margin-top: 70px;
	font-weight: 700;
}
#eighttai2024 .about-ewc__schedule dt{
	font-size: 18px;
	margin-bottom: 35px;
}
#eighttai2024 .about-ewc__schedule dd{
	font-size: 16px;
	padding-left: 15px;
}
#eighttai2024 .about-ewc__schedule dd + dd{
	margin-top: 13px;
}


/* 鈴鹿8耐とは */


/* ブリヂストンサポートチーム​ */
#eighttai2024 .team .sectionTtl--sub{
	margin-bottom: 70px;
}


/* 鈴鹿8耐関連情報​ */
#eighttai2024 .info__cont--more{
	margin-top: 80px;
	text-align: center;
}
#eighttai2024 .info__cont--more a{
	text-decoration: underline;
	font-weight: 700;
	font-size: 18px;
}
#eighttai2024 .info .mc-list-16{
	width: 1174px;
}
#eighttai2024 .info .info__cont{
	margin-top: 50px;
}


/* 開催場所 */
#eighttai2024 .place__lead{
	margin-bottom: 20px;
}
#eighttai2024 .placeMap{
	margin-top: 20px;
	position: relative;
}

#eighttai2024 .placeMap a{
	display: block;
	width: 100%;
	height: 100%;
}

#eighttai2024 .placeMap a:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	background-image: url("../img/8tai2024_popup_open.png");
	background-size: contain;
	width: 40px;
	height: 40px;
}

#eighttai2024 .place__gallery{
	margin-bottom: 60px;
}

#eighttai2024 .place__gallery li + li{
	margin-top: 15px;
}
#eighttai2024 .googleMap{
	margin-top: 30px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
#eighttai2024 .googleMap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* モーダル表示時に背景固定 */
body.fixed {
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
  }
  .modal__content {
	display: none;
	position: fixed;
    top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100vh;
	z-index: 10000;
  }
  .overlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
  }
  .modal {
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1340px;
	width: 80%;
	height: auto;
	overflow: scroll;
  }

  .modal img{
	width: 100%;
	margin: auto;
  }

  .modal__close {
	position: absolute;
	width: 40px;
	height: 40px;
    top: 15px;
    right: 5px;
  }



/* 出展内容 */
#eighttai2024 .exhibit{

}
#eighttai2024 .exhibit-box__ttl{
	font-weight: 700;
	text-align: center;
}
#eighttai2024 .exhibit-box__lead{
	line-height: calc(28/16);
}
#eighttai2024 .exhibit-box__note{
	line-height: calc(28/16);
}
#eighttai2024 .exhibit-rider-item__ttl{
	text-align: center;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}
#eighttai2024 .exhibit-rider-item__img{
	width: 100%;

}
#eighttai2024 .exhibit-rider-item__txt{
	line-height: calc(30/16);
	text-align: center;
}
#eighttai2024 .exhibit-rider-item:nth-child(-n+3) .exhibit-rider-item__ttl{
	background-color: var(--red);
}
#eighttai2024 .exhibit-rider-item:nth-child(n+4) .exhibit-rider-item__ttl{
	background-color: var(--blue);
}
#eighttai2024 .exhibit-event__ttl{
	text-align: center;
	font-weight: 700;
}
#eighttai2024 .exhibit-event__schedule{
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #000;
}
#eighttai2024 .exhibit-event__txt{
	line-height: calc(28/16);
}
#eighttai2024 .exhibit-event2__ttl{
	text-align: center;
	font-weight: 700;
}
#eighttai2024 .exhibit-event2__column{

}
#eighttai2024 .exhibit-event2__img{
	
}
#eighttai2024 .exhibit-event2__txt{
	line-height: calc(28/16);
}
#eighttai2024 .exhibit-event2__note{
	line-height: calc(20/14);
}
#eighttai2024 .exhibit-tires li{
	font-weight: 700;
}
#eighttai2024 .exhibit-tires li a{
	text-decoration: underline;
}
#eighttai2024 .exhibit-tenji-item__ttl{
	font-weight: 700;
	color: #fff;
	background-color: #333;
	line-height: calc(22/16);
	text-align: center;
}
#eighttai2024 .exhibit-tenji-item__txt{
	line-height: calc(28/16);
}



/* SNS施策 */
#eighttai2024 .snsCampaign__box{
	margin-top: 50px;
}
#eighttai2024 .snsCampaign__lead{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}
#eighttai2024 .snsCampaign__chap{
	font-size: 18px;
	margin-bottom: 10px;
}
#eighttai2024 .snsCampaign__flow li + li{
	margin-top: 30px;
}
#eighttai2024 .bmarkBox{
	margin-top: 40px;
	display: flex;
}
#eighttai2024 .bmarkBox__img{
	width: 200px;
	margin-right: 40px;
}

#eighttai2024 .bmarkBox__txts{
	width: 380px;
}

#eighttai2024 .bmarkBox p + p{
	margin-top: 25px;
}

#eighttai2024 .bmarkBox a{
	display: inline-block;
}

#eighttai2024 .bmarkBox a + a{
	margin-top: 10px;
}

#eighttai2024 .snsCampaign__flow .big02{
	display: inline-block;
	margin-bottom: 10px;
}

#eighttai2024 .snsCampaign__app .bnr{
	margin-top: 50px;
	margin-bottom: 30px;
}

#eighttai2024 .snsCampaign__app .btns{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

#eighttai2024 .snsCampaign__app .btns li{
	margin: 0 20px;
	width: 245px;
}

#eighttai2024 .snsCampaign__accordion-btn{
	color: #FF0000 !important;
	text-decoration: underline;
	display: flex;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
}

#eighttai2024 .snsCampaign__accordion-btn.is-open{
	color: transparent;
	font-size: 0;
	position: relative;
}
#eighttai2024 .snsCampaign__accordion-btn.is-open::after{
	content: "情報を閉じる";
	display: block;
	color: #666666;
	text-decoration: underline;
	font-size: 16px;
}

#eighttai2024 .snsCampaign__accordion-cont{
	display: none;
}


/* タイムテーブル */
#eighttai2024 .timetable .sectionTtl{
	margin-bottom: 6px;
}

#eighttai2024 .timetableCont{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#eighttai2024 .timetableCont .oneday{
	width: 330px;
}

#eighttai2024 .timetableCont .oneday + .oneday{
	margin-left: 10px;
}

#eighttai2024 .timetableCont .oneday p + p{
	margin-top: 32px;
}

#eighttai2024 .timetableCont .oneday .day{
	color: #fff;
}

#eighttai2024 .timetableCont .oneday .day + .public{
	margin-top: 7px;
}

#eighttai2024 .timetableCont .oneday .public + p{
	margin-top: 20px;
}

#eighttai2024 .timetableCont .oneday p{
	padding:0 13px;
	letter-spacing: -0.02em;
}

#eighttai2024 .timetableCont .oneday .day{
	padding:  7px 13px 8px;
}

#eighttai2024 .timetableCont .oneday.fri .day{
	background: #666666;
}

#eighttai2024 .timetableCont .oneday.sat .day{
	background: #1C62E6;
}

#eighttai2024 .timetableCont .oneday.sun .day{
	background: #E6271C;
}

#eighttai2024 .timetableCont .oneday .public{
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}
#eighttai2024 .timetable .red{
	color: #E6271C;
}
#eighttai2024 .timetable .blue{
	color: #1C62E6;
}


/* 開催概要 */
#eighttai2024 .outline .table tr{
	display: block;
}

#eighttai2024 .outline .table tr + tr{
	margin-top: 30px;
}

#eighttai2024 .outline .table th,
#eighttai2024 .outline .table td{
	font-size: 16px;
	line-height: 1.75;
}

#eighttai2024 .outline .table .notice:first-child{
	margin-top: 10px;
}

#eighttai2024 .outline .noticeBox{
	margin-top: 10px;
}

#eighttai2024 .outline .notice{
	font-size: 12px;
	line-height: 2.33;
}

#eighttai2024 .outline .w3{
	width: 3rem;
}

#eighttai2024 .outline .w9{
	width: 9rem;
}




/* 関連動画 */
#eighttai2024 .movies{
	padding-bottom: 150px;
}
#eighttai2024 .movies__list{
	display: flex;
	width: 1160px;
	margin: 55px auto 0;
}
#eighttai2024 .movies__item + .movies__item{
	margin-left: 28px;
}
#eighttai2024 .movies__item{
	display: block;
	width: 566px;
}
#eighttai2024 .movies__item img{
	margin-bottom: 15px;
}
#eighttai2024 .movies__item p{
	font-weight: 700;
	font-size: 16px;
}



/* NEWS-連覇 */
#eighttai2024 .news{
	background-color: #000;
	padding: 25px 0 100px;
	text-align: center;
	color: #fff;
}
#eighttai2024 .news__ttl{
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
}
#eighttai2024 .news__txt{
	font-size: 30px;
}
#eighttai2024 .news__bnr{
	width: 670px;
	margin: 75px auto 0;
}
#eighttai2024 .news__bnr img{
	width: 100%;
}
#eighttai2024 .closed{
	text-align: center;
	font-size: 20px;
	margin-bottom: 22px;
	margin-top: 25px;
}

#eighttai2024 .news__link {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 500px;
	max-width: 90%;
	padding: 1em;
	margin: .8em auto 2em;
	font-size: 1.45em;
	font-weight: 700;
	background: #FFF;
	border: 1px solid #000;
}

@media screen and (min-width: 701px) {
	.qr-wrap{
		position: relative;
		margin-bottom: 140px;
	}
	.qr{
		position: absolute;
		top: 0;
		right: 100px;
		width: 200px;
		height: 200px;
	}
	.contents-wrap{
		width: 800px;
		margin: 0 auto;
	}

	/* SNS施策 */
	#eighttai2024 .snsCampaign__mainimg{
		margin-bottom: 45px;
	}
	#eighttai2024 .snsCampaign__accordion-btn{
		margin-top: -15px;
	}
	#eighttai2024 .snsCampaign__accordion-cont{
		padding-top: 60px;
	}


	/* 出展内容 */
	#eighttai2024 .exhibit-box__ttl{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#eighttai2024 .exhibit-box__lead{
		font-size: 16px;
		margin-bottom: 50px;
	}
	#eighttai2024 .exhibit-box__note{
		margin-top: 60px;
		font-size: 16px;
		small{
			font-size: 14px;
		}
	}
	#eighttai2024 .exhibit-box:not(:first-child){
		margin-top: 100px;
	}
	#eighttai2024 .exhibit-rider{
		display: flex;
		flex-wrap: wrap;
		gap: 55px 20px;
	}
	#eighttai2024 .exhibit-rider-item{
		width: calc(50% - 10px);
	}
	#eighttai2024 .exhibit-rider-item__ttl{
		font-size: 20px;
		padding: 10px;
	}
	#eighttai2024 .exhibit-rider-item__txt{
		margin-top: 7px;
		font-size: 16px;
	}
	#eighttai2024 .exhibit-event:not(:first-child){
		margin-top: 50px;
	}
	#eighttai2024 .exhibit-event__ttl{
		font-size: 16px;
		margin-bottom: 5px;
	}
	#eighttai2024 .exhibit-event__schedule{
		font-size: 16px;
		padding: 0 10px 2px;
		margin-bottom: 20px;
	}
	#eighttai2024 .exhibit-event__txt{
		font-size: 16px;
		&:not(:first-child){
			margin-top: 16px;
		}
	}
	#eighttai2024 .exhibit-event__imgs{
		display: flex;
		gap: 0 13px;
		margin-bottom: 20px;
	}
	#eighttai2024 .exhibit-event__img{
		width: 215px;
	}
	#eighttai2024 .exhibit-event2{
		margin-top: 50px;
	}
	#eighttai2024 .exhibit-event2__ttl{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#eighttai2024 .exhibit-event__column,
	#eighttai2024 .exhibit-event2__column{
		display: grid;
		grid-template-columns:1fr 1fr;
		gap: 0 20px;
	}
	#eighttai2024 .exhibit-event__column img,
	#eighttai2024 .exhibit-event2__img{
		min-width: 325px;
	}
	#eighttai2024 .exhibit-event2__txt{
		font-size: 16px;
	}
	#eighttai2024 .exhibit-event2__note{
		margin-top: 30px;
		font-size: 14px;
	}
	#eighttai2024 .exhibit-event2__column .exhibit-event2__note{
		margin-top: 14px;
	}
	#eighttai2024 .exhibit-tires{
		margin-top: 65px;
		font-size: 16px;
	}
	#eighttai2024 .exhibit-tires li{
		text-align: center;
		line-height: 1.3;
	}
	#eighttai2024 .exhibit-tires li:not(:first-of-type){
		margin-top: 30px;
	}
	#eighttai2024 .exhibit-tenji{
		display: grid;
		grid-template-columns:325px 325px;
		gap: 40px 20px;
		margin-bottom: 40px;
		margin-top: 50px;
	}
	#eighttai2024 .exhibit-tenji-item{
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
		row-gap: 0;
	}
	#eighttai2024 .exhibit-tenji-item__ttl{
		font-size: 16px;
		padding: 8px;
		min-height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#eighttai2024 .exhibit-tenji-item__img{
		
	}
	#eighttai2024 .exhibit-tenji-item__txt{
		margin-top: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width: 700px) {
	/* 共通・未分類 */
	#eighttai2024 p{
		word-break: break-all;
	}

	#eighttai2024 .pc{
		display: none;
	}
	#eighttai2024 .sp{
		display: block;
	}

	#eighttai2024 a:hover {
		opacity: 1;
	}

	#eighttai2024 .container{
		width: 100%;
		padding: 0 30px;
	}
	
	#eighttai2024 .sectionTtl{
		font-size: 24px;
		margin-bottom: 32px;
		line-height: 1.33;
	}
	
	#eighttai2024 .sectionTtl--sub{
		line-height: 1.7;
		margin-bottom: 32px;
	}
	#eighttai2024 .sectionTtl--sub small{
		margin-bottom: 10px;
	}
	#eighttai2024 .lead__cont p + p,
	#eighttai2024 .about-suzuka p + p,
	#eighttai2024 .about-ewc p + p,
	#eighttai2024 .team p + p,
	#eighttai2024 .snsCampaign p + p{
		margin-top: 30px;
	}

	#eighttai2024 .sectionComing{
		font-size: 16px;
	}


	/* lower */
	#eighttai2024 .lower:after{
		display: none;
	}

	/* 背景 */
	#eighttai2024 .lead,
	#eighttai2024 .pageNav,
	#eighttai2024 .about-suzuka,
	#eighttai2024 .about-ewc,
	#eighttai2024 .team,
	#eighttai2024 .info,
	#eighttai2024 .exhibit,
	#eighttai2024 .movies{
		position: relative;
	}
	#eighttai2024 .lead:before,
	#eighttai2024 .lead:after,
	#eighttai2024 .pageNav:after,
	#eighttai2024 .about-suzuka:after,
	#eighttai2024 .about-ewc:after,
	#eighttai2024 .team:after,
	#eighttai2024 .info:after,
	#eighttai2024 .exhibit:after,
	#eighttai2024 .movies:before,
	#eighttai2024 .movies:after{
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		pointer-events: none;
		z-index: -1;
	}
	#eighttai2024 .lead:before{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg01-1_sp.png) center top / 100% auto no-repeat;
		top: 26%;
		height: 22%;
	}
	#eighttai2024 .lead:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg01-2_sp.png) center center / 100% auto no-repeat;
		bottom: -8.2%;
		height: 9%;
	}
	#eighttai2024 .pageNav:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg02_sp.png) center center / 100% auto no-repeat;
		height: 110%;
		bottom: -101.4%;
	}
	#eighttai2024 .about-suzuka:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg03_sp.png) center center / 100% auto no-repeat;
		height: 74%;
		bottom: -51%;
	}
	#eighttai2024 .about-ewc:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg04_sp.png) center center / 100% auto no-repeat;
		height: 60%;
		bottom: -46%;
	}
	#eighttai2024 .team:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg05_sp.png) center center / 100% auto no-repeat;
		height: 100%;
		bottom: -70%;
	}
	#eighttai2024 .info:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg06_sp.png) center center / 100% auto no-repeat;
		height: 52%;
		bottom: -54%;
	}
	#eighttai2024 .exhibit:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg07_sp.png) center top / contain no-repeat;
		width: 100%;
		height: 100%;
		top: 1.5%;
	}
	#eighttai2024 .movies:before{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg08-1_sp.png) center bottom / 100% auto no-repeat;
		height: 43%;
		top: -50%;
	}
	#eighttai2024 .movies:after{
		background: url(/products/tire/mc/8tai2024/img/8tai2024_lower_bg08-2_sp.png) center bottom / 100% auto no-repeat;
		height: 16%;
		bottom: 3%;
	}

	
	/* linkList */
	#eighttai2024 .linkList{
		display: block;
		padding-top: 5px;
		margin: 60px auto 0;
		width: 100%;
	}
	
	#eighttai2024 .linkList li{
		margin: 0;
	}

	#eighttai2024 .linkList li + li {
		margin-top: 35px;
	}
	
	#eighttai2024 .linkList li a{
		width: calc(100% - 50px);
		max-width: 360px;
		height: 90px;
		margin: 0 auto;
		padding: 0 22px;
		justify-content: flex-start;
		letter-spacing: -0.04em;
	}
	
	#eighttai2024 .linkList li a:after{
		width: 13px;
		height: 17px;
		right: -3px;
		top: -5px;
	}

	#eighttai2024 .linkList li a.wide{
		width: calc(100% - 50px);
	}


	/* メインビジュアル */
	#eighttai2024 .mainImage__ttl{
		max-width: 155px;
		width: 37.5%
	}


	/* リード */
	#eighttai2024 .mainTtl{
		font-size: 26px;
		text-align:left;
		padding: 0 40px 22px;
	}
	#eighttai2024 .lead .container{
		padding: 0 57px;
	}
	#eighttai2024 .lead__outline{
		padding: 35px 0;
		margin-bottom: 100px;
	}
	#eighttai2024 .lead__outline .container{
		padding: 0 50px;
	}
	#eighttai2024 .lead__outline .lead__outline--ttl{
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 14px;
	}
	#eighttai2024 .lead__outline .lead__outline--ttl + p{
		margin-top: 0;
	}
	#eighttai2024 .lead__outline p{
		font-size: 18px;
		line-height: 1.66;
	}


/* ページナビ */
#eighttai2024 .pageNav{
	margin: 130px 0 0;
	padding-bottom: 0;
}

#eighttai2024 .pageNav ul{
	display: block;
}

#eighttai2024 .pageNav ul li{
	margin: 0;
}

#eighttai2024 .pageNav ul li + li,
#eighttai2024 .pageNav ul + ul{
	margin-top: 28px;
}

#eighttai2024 .pageNav ul li a{
	max-width: 321px;
	width: 100%;
	height: 56px;
	margin: 0 auto;
}

#eighttai2024 .pageNav ul li a:after{
	content: "";
	position: absolute;
	max-width: 321px;
	width: 100%;
	height: 56px;
	top: 0;
	left: 0;
}


/* 鈴鹿8耐とは */
#eighttai2024 .about-suzuka .container{
	padding: 0 57px;
}


/* EWCとは */
#eighttai2024 .about-ewc .container{
	padding: 0 57px;
}
#eighttai2024 .about-ewc__schedule{
	margin-top: 65px;
}
#eighttai2024 .about-ewc__schedule dt{
	font-size: 18px;
	margin-bottom: 30px;
}
#eighttai2024 .about-ewc__schedule dd{
	text-indent: -3rem;
	padding-left: calc(3rem + 15px);
	line-height: 1.75;
}
#eighttai2024 .about-ewc__schedule dd + dd{
	margin-top: 0;
}



/* ブリヂストンサポートチーム​ */
#eighttai2024 .team .sectionTtl--sub{
	margin-bottom: 35px;
}
#eighttai2024 .team .container{
	padding: 0 57px;
}



/* 鈴鹿8耐関連情報​ */
#eighttai2024 .info .sectionTtl--sub{
	padding: 0 57px;
}
#eighttai2024 .info__cont--more{
	margin-top: 40px;
}
#eighttai2024 .info .mc-list-16{
	width: auto;
	padding-top: 13px;
}
#eighttai2024 .info .info__cont{
	margin-top: 40px;
	padding: 0 30px;
}
#eighttai2024 .info .mc-list-16__item__sub{
	font-size: 72%;
}
#eighttai2024 .info .mc-list-16__item__title{
    font-size: 93%;
    line-height: 1.2;
}



	/* 開催場所 */
	#eighttai2024 .place__lead{
		margin-bottom: 40px;
	}

	#eighttai2024 .placeMap{
		margin-top: 15px;
	}

	#eighttai2024 .placeMap a:after{
		width: 20px;
		height: 20px;
	}

	#eighttai2024 .place__gallery{
		margin-bottom: 35px;
		padding: 0 30px;
	}
	
	#eighttai2024 .place__gallery li + li{
		margin-top: 10px;
	}
	#eighttai2024 .googleMap{
		margin-top: 25px;
	}
	

/* モーダル表示時に背景固定 */
  .modal {
	max-width: 90%;
	width: 80%;
  }

  .modal__close {
	top: 10px;
	width: 20px;
	height: 20px;
  }


	/* 出展内容 */
	#eighttai2024 .exhibit-box__ttl{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#eighttai2024 .exhibit-box__lead{
		font-size: 16px;
		margin-bottom: 50px;
	}
	#eighttai2024 .exhibit-box__note{
		margin-top: 40px;
		font-size: 16px;
	}
	#eighttai2024 .exhibit-box__note small{
		font-size: 14px;
	}
	#eighttai2024 .exhibit-box:not(:first-child){
		margin-top: 100px;
	}
	#eighttai2024 .exhibit-rider{
		display: flex;
		flex-wrap: wrap;
		gap: 60px 0;
		padding: 0 12px;
	}
	#eighttai2024 .exhibit-rider-item{
		width: 100%;
	}
	#eighttai2024 .exhibit-rider-item__ttl{
		font-size: 20px;
		padding: 10px;
	}
	#eighttai2024 .exhibit-rider-item__txt{
		margin-top: 7px;
		font-size: 16px;
	}
	#eighttai2024 .exhibit-event:not(:first-child){
		margin-top: 50px;
	}
	#eighttai2024 .exhibit-event__ttl{
		font-size: 16px;
		margin-bottom: 5px;
	}
	#eighttai2024 .exhibit-event__schedule{
		padding: 0 10px 2px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	#eighttai2024 .exhibit-event__txt{
		font-size: 16px;
	}
	#eighttai2024 .exhibit-event__txt:not(:first-child){
		margin-top: 16px;
	}
	#eighttai2024 .exhibit-event__imgs{
		display: flex;
		justify-content: center;
		margin: 0 14.5px 20px;
	}
	#eighttai2024 .exhibit-event__img{
		width: 33.3%;
	}
	#eighttai2024 .exhibit-event2{
		margin: 50px 14.5px 0;
	}
	#eighttai2024 .exhibit-event2__ttl{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#eighttai2024 .exhibit-event__column,
	#eighttai2024 .exhibit-event2__column{
		margin: 0 auto;
	}
	#eighttai2024 .exhibit-event2__img{
		margin-bottom: 10px;
	}
	#eighttai2024 .exhibit-event__column img{
		margin: 0 14.5px 20px;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	#eighttai2024 .exhibit-event2__txt{
		font-size: 16px;
	}
	#eighttai2024 .exhibit-event2__note{
		margin-top: 20px;
		font-size: 14px;
	}
	#eighttai2024 .exhibit-event2__column .exhibit-event2__note{
		margin-top: 14px;
	}
	#eighttai2024 .exhibit-tires{
		margin-top: 65px;
		font-size: 16px;
	}
	#eighttai2024 .exhibit-tires li{
		text-align: center;
		line-height: 1.3;
	}
	#eighttai2024 .exhibit-tires li:not(:first-of-type){
		margin-top: 30px;
	}
	#eighttai2024 .exhibit-tenji{
		display: flex;
		flex-direction: column;
		gap: 60px 0;
		margin-bottom: 40px;
		margin-top: 60px;
	}
	#eighttai2024 .exhibit-tenji-item{
		width: 100%;
	}
	#eighttai2024 .exhibit-tenji-item__ttl{
		font-size: 16px;
		padding: 8px;
		min-height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#eighttai2024 .exhibit-tenji-item__img{
		
	}
	#eighttai2024 .exhibit-tenji-item__txt{
		margin-top: 10px;
		font-size: 16px;
	}


	/* SNS施策 */
	#eighttai2024 .snsCampaign__flow li{
		word-break: normal;
	}
	#eighttai2024 .snsCampaign__flow li + li{
		margin-top: 55px;
	}

	#eighttai2024 .bmarkBox{
		margin-top: 20px;
		display: block;
	}

	#eighttai2024 .bmarkBox__img{
		margin: 0 auto 13px;
	}

	#eighttai2024 .bmarkBox__txts{
		width: 100%;
	}

	#eighttai2024 .bmarkBox p + p{
		margin-top: 30px;
	}

	#eighttai2024 .snsCampaign__flow .big02{
		margin-bottom: 30px;
	}

	#eighttai2024 .snsCampaign__app .bnr{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	#eighttai2024 .snsCampaign__app .btns{
		display: block;
		margin-bottom: 60px;
	}
	
	#eighttai2024 .snsCampaign__app .btns li{
		margin: 10px auto;
	}

	#eighttai2024 .snsCampaign strong.big02{
		font-size: 18px;
	}

	#eighttai2024 .snsCampaign__mainimg{
		padding: 0 32px 10px;
	}

	#eighttai2024 .snsCampaign__accordion-btn{
		margin-top: 45px;
	}
	#eighttai2024 .snsCampaign__accordion-cont{
		padding-top: 45px;
	}




	/* タイムテーブル */
	#eighttai2024 .timetable .container{
		padding: 0 20px;
	}
	#eighttai2024 .timetable .sectionTtl{
		margin-bottom: 6px;
	}

	#eighttai2024 .timetable .sectionTtl,
	#eighttai2024 .timetable .sectionTtl + p{
		padding: 0 10px;
	}

	#eighttai2024 .timetableCont{
		display: block;
		margin-top: 40px;
	}

	#eighttai2024 .timetableCont .oneday{
		width: 100%;
		overflow: hidden;
	}

	#eighttai2024 .timetableCont .oneday + .oneday{
		margin-left: 0;
		margin-top: 60px;
	}

	#eighttai2024 .timetableCont .oneday p + p{
		margin-top: 0;
	}

	#eighttai2024 .timetableCont .oneday .day + .public{
		margin-top: 7px;
	}

	#eighttai2024 .timetableCont .oneday .public + p{
		margin-top: 9px;
	}
	
	#eighttai2024 .timetableCont .oneday p{
		padding:0 10px;
	}
	
	#eighttai2024 .timetableCont .oneday .day{
		padding:  5px 10px 6px;
	}

	#eighttai2024 .timetableCont .oneday .public{
		border-width: 2px;
		padding:0 10px 10px;
	}

	#eighttai2024 .timetable strong.big02{
		font-size: 22px;
	}


	/* 開催概要 */
	#eighttai2024 .outline .sectionTtl{
		margin-bottom: 40px;
	}
	#eighttai2024 .outline .table tr + tr{
		margin-top: 30px;
	}

	#eighttai2024 .outline .table .notice:first-child{
		margin-top: 10px;
	}

	#eighttai2024 .outline .table th{
		display: block;
	}

	#eighttai2024 .outline .noticeBox{
		margin-top: 15px;
	}


	/* 関連動画 */
	#eighttai2024 .movies{
		padding: 0 20px 185px;
	}
	#eighttai2024 .movies .sectionTtl{
		font-size: 30px;
	}
	#eighttai2024 .movies__list{
		display: block;
		width: 100%;
		margin: 60px auto 0;
	}
	#eighttai2024 .movies__item + .movies__item{
		margin-left: 0;
		margin-top: 40px;
	}
	#eighttai2024 .movies__item{
		width: 100%;
	}
	#eighttai2024 .movies__item img{
		margin-bottom: 15px;
	}


	/* NEWS-連覇 */
	#eighttai2024 .news{
		padding: 30px 0 70px;
	}
	#eighttai2024 .news__ttl{
		font-size: 26px;
		padding: 0 10px;
	}
	#eighttai2024 .news__txt{
		font-size: 19px;
		margin-top: 10px;
		padding: 0 10px;
	}
	#eighttai2024 .news__bnr{
		width: 100%;
		margin-top: 40px;
	}
	#eighttai2024 .closed{
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 22px;
	}

	.qr{
		display: block;
		width: 200px;
		height: 200px;
		margin: 40px auto 0;
	}
}

/* スライダー */
#eighttai2024 .bx-wrapper .bx-pager{
	text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
	margin-top: 10px;
    width: 100%;
}
#eighttai2024 .bx-wrapper .bx-pager a{
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	opacity: 1;
	margin: 0 5px;
	background: #fff;
}
#eighttai2024 .bx-wrapper .bx-pager a.active{
	border-color: #000;
	background: #000;
}
@media screen and (max-width: 767px) {
	#eighttai2024 .bx-pager.bx-default-pager a{
		display: block;
	}
	#eighttai2024 .bx-wrapper .bx-pager{
		margin-top: 20px;
	}
}
