@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;
	--leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
	:root {
		--leading-trim: 0;
	}
}

/* reset */
body,
p,
dl,
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;
}

#eighttai2025 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #333;
}

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

#eighttai2025 p {
	line-height: 1.75;
}

@media (any-hover: hover) {
	#eighttai2025 a:hover {
		opacity: .6;
	}
}

#eighttai2025 .sp {
	display: none;
}

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

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

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

#eighttai2025 .container {
	width: 670px;
	margin-inline: auto;
}

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

#eighttai2025 .sectionTtl.center {
	text-align: center;
}

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

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

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

#eighttai2025 .sectionComing {
	font-size: 20px;
	color: #F00;
}

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

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

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

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

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

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

#eighttai2025 .chapter {
	padding-top: 100px;
	margin-top: 275px;
}

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

#eighttai2025 .comingsoon {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
	color: #C00;
}


/* lower */
#eighttai2025 .lower {
	position: relative;
	padding-top: 3.25em;
	overflow: hidden;
}

#eighttai2025 .lower::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #FFF;
}

#eighttai2025 .lower::after {
	position: absolute;
	top:0;
	left: 50%;
	z-index: -1;
	width: 1570px;
	height: 100%;
	content: "";
	background-size: 1570px auto;
	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(../img/lower_bg01_pc.jpg),url(../img/lower_bg02_pc.jpg),url(../img/lower_bg03_pc.jpg), url(../img/lower_bg04_pc.jpg), url(../img/lower_bg05_pc.jpg), url(../img/lower_bg05_pc.jpg);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* linkList */
#eighttai2025 .linkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1070px;
	margin: 55px auto -17px;
	overflow: hidden;
}

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

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

#eighttai2025 .linkList a::after {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 18px;
	height: 24px;
	content: "";
	background: url(../img/linklist_arrow.svg) no-repeat center top / contain;
}

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

/* アニメ */
#eighttai2025 .js-scrollIn {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-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;
}

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


/* メインビジュアル */
#eighttai2025 .mainImage {
	position: relative;
	aspect-ratio: 1366/580;
}

#eighttai2025 .mainImage__ttl {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	width: 16.1054%;
	max-width: 220px;
	margin: auto;
}

#eighttai2025 .mainImage__movie {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* リード */
#eighttai2025 .mainTtl {
	padding: 0 0 35px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.53;
	text-align: center;
}

#eighttai2025 .lead__outline {
	padding: 30px 0 40px;
	margin-bottom: 90px;
	text-align: center;
	background-color: #F0F0F0;
}

#eighttai2025 .lead__outline .lead__outline--ttl {
	margin-bottom: 17px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.266;
}

#eighttai2025 .lead__outline p {
	font-size: 20px;
	line-height: 1.7;
}


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

#eighttai2025 .pageNav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#eighttai2025 .pageNav li {
	margin: 14px;
}

#eighttai2025 .pageNav a {
	position: relative;
	display: block;
	width: 321px;
	height: 56px;
	padding-top: 10px;
	text-align: center;
}

#eighttai2025 .pageNav a::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 321px;
	height: 56px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
	
#eighttai2025 .pageNav li:first-child a::after {
	background-image: url(../img/pagenav_btnbg01.svg);
}

#eighttai2025 .pageNav li:nth-child(2) a::after {
	background-image: url(../img/pagenav_btnbg02.svg);
}

#eighttai2025 .pageNav li:nth-child(3) a::after {
	background-image: url(../img/pagenav_btnbg03.svg);
}

#eighttai2025 .pageNav li:nth-child(4) a::after {
	background-image: url(../img/pagenav_btnbg04.svg);
}

#eighttai2025 .pageNav li:nth-child(5) a::after {
	background-image: url(../img/pagenav_btnbg05.svg);
}

#eighttai2025 .pageNav a span {
	position: relative;
	z-index: 1;
	padding-right: 25px;
	font-size: 20px;
	color: #FFF;
}

#eighttai2025 .pageNav a span::after {
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	display: block;
	width: 17px;
	height: 17px;
	margin: auto;
	content: "";
	background: url(../img/pagenav_arrow.svg) no-repeat center center/contain;
}

#eighttai2025 .pageNav a.comming::before {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -30px;
	display: block;
	margin: auto;
	font-size: 18px;
	color: #F00;
	content: "Comingsoon";
}


/* EWCとは */
#eighttai2025 .about-ewc__schedule {
	margin-top: 70px;
	font-weight: 700;
}

#eighttai2025 .about-ewc__schedule dt {
	margin-bottom: 35px;
	font-size: 18px;
}

#eighttai2025 .about-ewc__schedule dd {
	padding-left: 15px;
	font-size: 16px;
}

#eighttai2025 .about-ewc__schedule dd + dd {
	margin-top: 13px;
}


/* 鈴鹿8耐とは */


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


/* 鈴鹿8耐関連情報​ */
#eighttai2025 .info__cont--more {
	margin-top: 80px;
	text-align: center;
}

#eighttai2025 .info__cont--more a {
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
}

#eighttai2025 .info .mc-list-16 {
	width: 1174px;
}

#eighttai2025 .info .info__cont {
	margin-top: 50px;
}


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

#eighttai2025 .placeMap {
	position: relative;
	margin-top: 20px;
}

#eighttai2025 .placeMap button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	cursor: pointer;
}

#eighttai2025 .placeMap button::after {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 40px;
	height: 40px;
	content: "";
	background: url("../img/popup_open.png") no-repeat center center/contain;
}

@media (any-hover: hover) {
	#eighttai2025 .placeMap button:hover {
		opacity: .6;
	}
}

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

#eighttai2025 .place__gallery__slide img {
	display: block;
	width: 100%;
}

#eighttai2025 .googleMap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	margin-top: 30px;
}

#eighttai2025 .googleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* モーダル表示時に背景固定 */
body.fixed {
	position: fixed;
	right: 0;
	left: 0;
	margin: auto;
}

.modal__content {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	width: 100%;
	height: 100vh;
	margin: auto;
}

.overlay {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 1340px;
	height: auto;
	overflow: scroll;
	background-color: #FFF;
	transform: translate(-50%, -50%);
}

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

.modal__close {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

@media (any-hover: hover) {
	.modal__close:hover {
		opacity: .6;
	}
}



/* 出展内容 */
#eighttai2025 .exhibit-box__ttl {
	font-weight: 700;
	text-align: center;
}

#eighttai2025 .exhibit-box__lead {
	line-height: calc(28 / 16);
}

#eighttai2025 .exhibit-box__note {
	line-height: calc(28 / 16);
}

#eighttai2025 .exhibit-box__note small {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

#eighttai2025 .exhibit-rider-item__ttl {
	font-weight: 700;
	text-align: center;
	color: #FFF;
}

#eighttai2025 .exhibit-rider-item__img {
	display: block;
	width: 100%;
}

#eighttai2025 .exhibit-rider-item__txt {
	line-height: calc(30 / 16);
	text-align: center;
}

#eighttai2025 .exhibit-rider-item:nth-child(-n+3) .exhibit-rider-item__ttl {
	background-color: var(--red);
}

#eighttai2025 .exhibit-rider-item:nth-child(n+4) .exhibit-rider-item__ttl {
	background-color: var(--blue);
}

#eighttai2025 .exhibit-event__ttl {
	font-weight: 700;
	text-align: center;
}

#eighttai2025 .exhibit-event__schedule {
	font-weight: 700;
	color: #FFF;
	text-align: center;
	background-color: #000;
}

#eighttai2025 .exhibit-event__txt + .exhibit-event__schedule {
	margin-top: 2em;
}

#eighttai2025 .exhibit-event__txt {
	line-height: calc(28 / 16);
}

#eighttai2025 .exhibit-event2__ttl {
	font-weight: 700;
	text-align: center;
}

#eighttai2025 .exhibit-event2__txt {
	line-height: calc(28 / 16);
}

#eighttai2025 .exhibit-event2__note {
	line-height: calc(20 / 14);
}

#eighttai2025 .exhibit-tires li {
	font-weight: 700;
}

#eighttai2025 .exhibit-tires li a {
	text-decoration: underline;
}

#eighttai2025 .exhibit-tenji-item__ttl {
	font-weight: 700;
	line-height: calc(22 / 16);
	color: #FFF;
	text-align: center;
	background-color: #333;
}

#eighttai2025 .exhibit-tenji-item__txt {
	line-height: calc(28 / 16);
}



/* SNS施策 */
#eighttai2025 .snsCampaign h5 {
	margin-block: 1em;
	font-weight: 700;
	text-align: center;
}

#eighttai2025 .snsCampaign__box {
	margin-top: 50px;
}

#eighttai2025 .snsCampaign__lead {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.65;
}

#eighttai2025 .snsCampaign__chap {
	margin-bottom: 10px;
	font-size: 18px;
}

#eighttai2025 .snsCampaign__flow li + li {
	margin-top: 30px;
}

.snsCampaign__sh {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.75;
}

.snsCampaign__howto {
	line-height: 1.75;
	counter-reset: snsHowto;
}

.snsCampaign__howto + * {
	margin-top: 1.7em;
}

.snsCampaign__howto > li {
	padding-left: 1em;
	text-indent: -1em;
	counter-increment: snsHowto;
}

.snsCampaign__howto > li::before {
	content: counter(snsHowto)'.';
}

.snsCampaign__howto > li small {
	font-size: 90%;
}

.snsCampaign__list {
	line-height: 1.75;
}

.snsCampaign__list > li {
	padding-left: 1em;
	text-indent: -1em;
}

#eighttai2025 .bmarkBox {
	display: flex;
	margin-top: 40px;
}

#eighttai2025 .bmarkBox__img {
	width: 200px;
	margin-right: 40px;
}

#eighttai2025 .bmarkBox__txts {
	width: 380px;
}

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

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

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

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

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

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

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

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

#eighttai2025 .snsCampaign__accordion-btn.is-open {
	position: relative;
	font-size: 0;
	color: transparent;
}

#eighttai2025 .snsCampaign__accordion-btn.is-open::after {
	display: block;
	font-size: 16px;
	color: #666;
	text-decoration: underline;
	content: "情報を閉じる";
}

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


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

#eighttai2025 .timetableCont {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
	margin-top: 40px;
}

#eighttai2025 .timetableCont .oneday .day {
	padding:  7px 13px 8px;
	margin-bottom: 9px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.75;
	color: #FFF;
}

#eighttai2025 .timetableCont .oneday .time {
	display: inline-block;
	width: 3.6875em;
}

#eighttai2025 .timetableCont .oneday .list:not(:last-child) {
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #333;
}

#eighttai2025 .timetableCont .oneday li {
	line-height: 1.75;
}

#eighttai2025 .timetableCont .oneday small {
	font-size: .875em;
}

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

#eighttai2025 .timetableCont .oneday .public + .text {
	margin-top: 20px;
}

#eighttai2025 .timetableCont .oneday .fb {
	font-weight: 700;
}

#eighttai2025 .timetableCont .oneday .list,
#eighttai2025 .timetableCont .oneday .text {
	padding:0 13px;
	letter-spacing: -0.02em;
}

#eighttai2025 .timetableCont .oneday .coming {
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: 700;
	color: #C00;
	text-align: center;
}

#eighttai2025 .timetableCont .oneday.fri .day {
	background: #666;
}

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

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

#eighttai2025 .timetableCont .oneday .public {
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

#eighttai2025 .timetableCont .oneday .timeline + .timeline {
	margin-top: 2em;
}


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

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

#eighttai2025 .outline .table th,
#eighttai2025 .outline .table td {
	font-size: 14px;
	line-height: 2;
}

#eighttai2025 .outline .table th {
	width: 6.428571em;
}

#eighttai2025 .outline .table td .schedule {
	font-size: 1.142857em;
	line-height: 1.75;
}

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

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

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

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

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




/* 関連動画 */
#eighttai2025 .movies {
	padding-bottom: 150px;
}

#eighttai2025 .movies__list {
	display: flex;
	width: 1160px;
	margin: 55px auto 0;
}

#eighttai2025 .movies__item + .movies__item {
	margin-left: 28px;
}

#eighttai2025 .movies__item {
	display: block;
	width: 566px;
}

#eighttai2025 .movies__item img {
	margin-bottom: 15px;
}

#eighttai2025 .movies__item p {
	font-weight: 700;
	font-size: 16px;
}



/* NEWS-連覇 */
#eighttai2025 .news {
	padding-block: 100px;
	color: #FFF;
	text-align: center;
	background-color: #000;
}

#eighttai2025 .news__ttl {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
}

#eighttai2025 .news__txt {
	font-size: 30px;
}

#eighttai2025 .news__bnr {
	width: 670px;
	margin: 75px auto 0;
}

#eighttai2025 .news__bnr img {
	width: 100%;
}

#eighttai2025 .closed {
	margin-bottom: 22px;
	font-size: 20px;
	text-align: center;
}

@media screen and (min-width: 701px) {
	#eighttai2025 .place__gallery__slide img {
		aspect-ratio: 20/9;
	}

	.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施策 */
	#eighttai2025 .snsCampaign__mainimg {
		margin-bottom: 45px;
	}

	#eighttai2025 .snsCampaign__accordion-btn {
		margin-top: -15px;
	}

	#eighttai2025 .snsCampaign__accordion-cont {
		padding-top: 60px;
	}


	/* 出展内容 */
	#eighttai2025 .exhibit-box__ttl {
		margin-bottom: 15px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-box__lead {
		margin-bottom: 50px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-box__note {
		margin-top: 60px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-box__note small {
		font-size: 14px;
	}

	#eighttai2025 .exhibit-box:not(:first-child) {
		margin-top: 100px;
	}

	#eighttai2025 .exhibit-rider {
		display: flex;
		gap: 55px 20px;
		flex-wrap: wrap;
	}

	#eighttai2025 .exhibit-rider-item {
		width: calc(50% - 10px);
	}

	#eighttai2025 .exhibit-rider-item__ttl {
		padding: 10px;
		font-size: 20px;
	}
	#eighttai2025 .exhibit-rider-item__txt {
		margin-top: 7px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event:not(:first-child) {
		margin-top: 50px;
	}

	#eighttai2025 .exhibit-event__ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__schedule {
		padding: 0 10px 2px;
		margin-bottom: 20px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__txt {
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__txt:not(:first-child) {
		margin-top: 16px;
	}

	#eighttai2025 .exhibit-event__imgs {
		display: flex;
		gap: 0 13px;
		margin-bottom: 20px;
	}

	#eighttai2025 .exhibit-event__img {
		width: 215px;
	}

	#eighttai2025 .exhibit-event2 {
		margin-top: 50px;
	}

	#eighttai2025 .exhibit-event2__ttl {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__column,
	#eighttai2025 .exhibit-event2__column {
		display: grid;
		grid-template-columns:1fr 1fr;
		gap: 0 20px;
	}

	#eighttai2025 .exhibit-event__column img,
	#eighttai2025 .exhibit-event2__img {
		min-width: 325px;
	}

	#eighttai2025 .exhibit-event2__txt {
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event2__note {
		margin-top: 30px;
		font-size: 14px;
	}
	#eighttai2025 .exhibit-event2__column .exhibit-event2__note {
		margin-top: 14px;
	}

	#eighttai2025 .exhibit-tires {
		margin-top: 65px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-tires li {
		line-height: 1.3;
		text-align: center;
	}

	#eighttai2025 .exhibit-tires li:not(:first-of-type) {
		margin-top: 30px;
	}

	#eighttai2025 .exhibit-tenji {
		display: grid;
		grid-template-columns:325px 325px;
		gap: 40px 20px;
		margin-top: 50px;
		margin-bottom: 40px;
	}

	#eighttai2025 .exhibit-tenji-item {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
		row-gap: 0;
	}

	#eighttai2025 .exhibit-tenji-item__ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		padding: 8px;
		font-size: 16px;
	}
	
	#eighttai2025 .exhibit-tenji-item__txt {
		margin-top: 10px;
		font-size: 16px;
	}
}

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

	#eighttai2025 .pc {
		display: none;
	}

	#eighttai2025 .sp {
		display: block;
	}

	#eighttai2025 .container {
		width: 100%;
		padding: 0 30px;
	}
	
	#eighttai2025 .sectionTtl {
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 1.33;
	}
	
	#eighttai2025 .sectionTtl--sub {
		margin-bottom: 32px;
		line-height: 1.7;
	}

	#eighttai2025 .sectionTtl--sub small {
		margin-bottom: 10px;
	}

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

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


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

	/* 背景 */
	#eighttai2025 .lead,
	#eighttai2025 .pageNav,
	#eighttai2025 .about-suzuka,
	#eighttai2025 .about-ewc,
	#eighttai2025 .team,
	#eighttai2025 .info,
	#eighttai2025 .exhibit,
	#eighttai2025 .movies {
		position: relative;
	}

	#eighttai2025 .lead::before,
	#eighttai2025 .lead::after,
	#eighttai2025 .pageNav::after,
	#eighttai2025 .about-suzuka::after,
	#eighttai2025 .about-ewc::after,
	#eighttai2025 .team::after,
	#eighttai2025 .info::after,
	#eighttai2025 .exhibit::after,
	#eighttai2025 .movies::before,
	#eighttai2025 .movies::after {
		position: absolute;
		left: 0;
		z-index: -1;
		display: block;
		width: 100%;
		pointer-events: none;
		content: "";
	}

	#eighttai2025 .lead::before {
		top: 26%;
		height: 22%;
		background: url(../img/lower_bg01-1_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .lead::after {
		bottom: -8.2%;
		height: 9%;
		background: url(../img/lower_bg01-2_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .pageNav::after {
		bottom: -101.4%;
		height: 110%;
		background: url(../img/lower_bg02_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .about-suzuka::after {
		bottom: -51%;
		height: 74%;
		background: url(../img/lower_bg03_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .about-ewc::after {
		bottom: -46%;
		height: 60%;
		background: url(../img/lower_bg04_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .team::after {
		bottom: -70%;
		height: 100%;
		background: url(../img/lower_bg05_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .info::after {
		bottom: -54%;
		height: 52%;
		background: url(../img/lower_bg06_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .exhibit::after {
		top: 1.5%;
		width: 100%;
		height: 100%;
		background: url(../img/lower_bg07_sp.png) no-repeat center top / contain;
	}

	#eighttai2025 .movies::before {
		top: -50%;
		height: 43%;
		background: url(../img/lower_bg08-1_sp.png) no-repeat center bottom / contain;
	}

	#eighttai2025 .movies::after {
		bottom: 3%;
		height: 16%;
		background: url(../img/lower_bg08-2_sp.png) no-repeat center bottom / contain;
	}

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

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

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


	/* メインビジュアル */
	#eighttai2025 .mainImage {
		aspect-ratio: 414/390;
	}
	#eighttai2025 .mainImage__ttl {
		width: 38.3502%;
		max-width: 158px;
	}


	/* リード */
	#eighttai2025 .mainTtl {
		padding: 0 40px 22px;
		font-size: 26px;
	}

	#eighttai2025 .lead .container {
		padding: 0 57px;
	}

	#eighttai2025 .lead__outline {
		padding: 35px 0;
		margin-bottom: 100px;
	}

	#eighttai2025 .lead__outline .container {
		padding: 0 50px;
	}

	#eighttai2025 .lead__outline .lead__outline--ttl {
		margin-bottom: 14px;
		font-size: 20px;
		line-height: 1.5;
	}

	#eighttai2025 .lead__outline .lead__outline--ttl + p {
		margin-top: 0;
	}

	#eighttai2025 .lead__outline p {
		font-size: 18px;
		line-height: 1.66;
	}


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

	#eighttai2025 .pageNav ul {
		display: block;
	}

	#eighttai2025 .pageNav li {
		margin: 0;
	}

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

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

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


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


	/* EWCとは */
	#eighttai2025 .about-ewc .container {
		padding: 0 57px;
	}

	#eighttai2025 .about-ewc__schedule {
		margin-top: 65px;
	}

	#eighttai2025 .about-ewc__schedule dt {
		margin-bottom: 30px;
		font-size: 18px;
	}

	#eighttai2025 .about-ewc__schedule dd {
		padding-left: calc(3rem + 15px);
		line-height: 1.75;
		text-indent: -3rem;
	}

	#eighttai2025 .about-ewc__schedule dd + dd {
		margin-top: 0;
	}



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

	#eighttai2025 .team .container {
		padding: 0 57px;
	}



	/* 鈴鹿8耐関連情報​ */
	#eighttai2025 .info .sectionTtl--sub {
		padding: 0 57px;
	}

	#eighttai2025 .info__cont--more {
		margin-top: 40px;
	}

	#eighttai2025 .info .mc-list-16 {
		width: auto;
		padding-top: 13px;
	}

	#eighttai2025 .info .info__cont {
		padding: 0 30px;
		margin-top: 40px;
	}

	#eighttai2025 .info .mc-list-16__item__sub {
		font-size: 72%;
	}

	#eighttai2025 .info .mc-list-16__item__title {
		font-size: 93%;
		line-height: 1.2;
	}



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

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

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

	#eighttai2025 .place__gallery {
		padding: 0 30px;
		margin-bottom: 35px;
	}

	#eighttai2025 .googleMap {
		margin-top: 25px;
	}


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

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


	/* 出展内容 */
	#eighttai2025 .exhibit-box__ttl {
		margin-bottom: 15px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-box__lead {
		margin-bottom: 50px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-box__note {
		margin-top: 40px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-box__note small {
		font-size: 14px;
	}

	#eighttai2025 .exhibit-box:not(:first-child) {
		margin-top: 100px;
	}

	#eighttai2025 .exhibit-rider {
		display: flex;
		gap: 60px 0;
		flex-wrap: wrap;
		padding: 0 12px;
	}

	#eighttai2025 .exhibit-rider-item {
		width: 100%;
	}

	#eighttai2025 .exhibit-rider-item__ttl {
		padding: 10px;
		font-size: 20px;
	}

	#eighttai2025 .exhibit-rider-item__txt {
		margin-top: 7px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event:not(:first-child) {
		margin-top: 50px;
	}

	#eighttai2025 .exhibit-event__ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__schedule {
		padding: 0 10px 2px;
		margin-bottom: 20px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__txt {
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__txt:not(:first-child) {
		margin-top: 16px;
	}

	#eighttai2025 .exhibit-event__imgs {
		display: flex;
		justify-content: center;
		margin: 0 14.5px 20px;
	}

	#eighttai2025 .exhibit-event__img {
		width: 33.3%;
	}

	#eighttai2025 .exhibit-event2 {
		margin: 50px 14.5px 0;
	}

	#eighttai2025 .exhibit-event2__ttl {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event__column,
	#eighttai2025 .exhibit-event2__column {
		margin: 0 auto;
	}

	#eighttai2025 .exhibit-event2__img {
		margin-bottom: 10px;
	}

	#eighttai2025 .exhibit-event__column img {
		width: -webkit-fill-available;
		width: -moz-available;
		margin: 0 14.5px 20px;
	}

	#eighttai2025 .exhibit-event2__txt {
		font-size: 16px;
	}

	#eighttai2025 .exhibit-event2__note {
		margin-top: 20px;
		font-size: 14px;
	}

	#eighttai2025 .exhibit-event2__column .exhibit-event2__note {
		margin-top: 14px;
	}

	#eighttai2025 .exhibit-tires {
		margin-top: 65px;
		font-size: 16px;
	}

	#eighttai2025 .exhibit-tires li {
		line-height: 1.3;
		text-align: center;
	}

	#eighttai2025 .exhibit-tires li:not(:first-of-type) {
		margin-top: 30px;
	}

	#eighttai2025 .exhibit-tenji {
		display: flex;
		gap: 60px 0;
		flex-direction: column;
		margin-top: 60px;
		margin-bottom: 40px;
	}

	#eighttai2025 .exhibit-tenji-item {
		width: 100%;
	}

	#eighttai2025 .exhibit-tenji-item__ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		padding: 8px;
		font-size: 16px;
	}
	
	#eighttai2025 .exhibit-tenji-item__txt {
		margin-top: 10px;
		font-size: 16px;
	}


	/* SNS施策 */
	#eighttai2025 .snsCampaign__flow li {
		word-break: normal;
	}

	#eighttai2025 .snsCampaign__flow li + li {
		margin-top: 55px;
	}

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

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

	#eighttai2025 .bmarkBox__txts {
		width: 100%;
	}

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

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

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

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

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

	#eighttai2025 .snsCampaign__accordion-btn {
		margin-top: 45px;
	}

	#eighttai2025 .snsCampaign__accordion-cont {
		padding-top: 45px;
	}




	/* タイムテーブル */
	#eighttai2025 .timetable .container {
		padding: 0 20px;
	}

	#eighttai2025 .timetable .sectionTtl {
		margin-bottom: 6px;
	}

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

	#eighttai2025 .timetableCont {
		grid-template-columns: 1fr;
		row-gap: 60px;
		margin-top: 40px;
	}

	#eighttai2025 .timetableCont .oneday {
		overflow: hidden;
	}

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

	#eighttai2025 .timetableCont .oneday .public + .text {
		margin-top: 9px;
	}
	
	#eighttai2025 .timetableCont .oneday .list,
	#eighttai2025 .timetableCont .oneday .text {
		padding: 0 10px;
	}
	
	#eighttai2025 .timetableCont .oneday .day {
		padding:  5px 10px 6px;
		font-size: 22px;
	}

	#eighttai2025 .timetableCont .oneday .list:not(:last-child) {
		border-width: 2px;
	}

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


	/* 開催概要 */
	#eighttai2025 .outline .sectionTtl {
		margin-bottom: 40px;
	}

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

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

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

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


	/* 関連動画 */
	#eighttai2025 .movies {
		padding: 0 20px 185px;
	}

	#eighttai2025 .movies .sectionTtl {
		font-size: 30px;
	}

	#eighttai2025 .movies__list {
		display: block;
		width: 100%;
		margin: 60px auto 0;
	}

	#eighttai2025 .movies__item + .movies__item {
		margin-top: 40px;
		margin-left: 0;
	}

	#eighttai2025 .movies__item {
		width: 100%;
	}

	#eighttai2025 .movies__item img {
		margin-bottom: 15px;
	}


	/* NEWS-連覇 */
	#eighttai2025 .news {
		padding-block: 70px;
	}

	#eighttai2025 .news__ttl {
		padding: 0 10px;
		font-size: 26px;
	}

	#eighttai2025 .news__txt {
		padding: 0 10px;
		margin-top: 10px;
		font-size: 19px;
	}

	#eighttai2025 .news__bnr {
		width: 100%;
		margin-top: 40px;
	}

	#eighttai2025 .closed {
		margin-bottom: 10px;
		font-size: 16px;
	}

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

/* スライダー */
#eighttai2025 .bx-wrapper .bx-pager {
	width: 100%;
	margin-top: 10px;
	font-family: Arial;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	text-align: center;
}

#eighttai2025 .bx-wrapper .bx-pager a {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	opacity: 1;
	background: #FFF;
	border: 1px solid #000;
}

#eighttai2025 .bx-wrapper .bx-pager a.active {
	background: #000;
	border-color: #000;
}

@media screen and (max-width: 767px) {
	#eighttai2025 .bx-pager.bx-default-pager a {
		display: block;
	}

	#eighttai2025 .bx-wrapper .bx-pager {
		margin-top: 20px;
	}
}
