@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)
----------
*/


/* 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;
}

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

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

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

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

#eighttai2023 .sp{
	display: none;
}

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

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

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

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

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

#eighttai2023 .sectionTtl--sub{
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
}

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

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

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

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

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

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

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

#eighttai2023 .container p + p{
	margin-top: 25px;
}

/* #eighttai2023 #place,
#eighttai2023 #exhibit,
#eighttai2023 #timetable{
	padding-top: 70px;
	margin-top: 40px;
} */

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

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

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

#eighttai2023 .lower:after{
	content: "";
	width: 1592px;
	height: 100%;
	background-size: 1592px 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 3090px,center top 6140px,center bottom -160px;
	background-image: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg01_pc.jpg),url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg02_pc.jpg),url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg03_pc.jpg), url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg04_pc.jpg);
}

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

}

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

#eighttai2023 .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;
}

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

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

/* アニメ */
#eighttai2023 .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);
}

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


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

#eighttai2023 .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;
}

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


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


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

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

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

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

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

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

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

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

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

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


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


/* 鈴鹿8耐とは */


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


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


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

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

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

#eighttai2023 .place__gallery{
	margin-bottom: 70px;
}

#eighttai2023 .place__gallery li + li{
	margin-top: 15px;
}
#eighttai2023 .googleMap{
	margin-top: 30px;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
#eighttai2023 .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;
  }



/* 出展内容 */
#eighttai2023 .exhibit .noticeBox{
	border: 1px solid #999999;
	font-size: 14px;
	line-height: 1.42;
	width: 630px;
	margin: 0 auto 60px;
	padding: 10px 15px;
}

#eighttai2023 .exhibit_item + .exhibit_item {
	margin-top: 65px;
}

#eighttai2023 .exhibit .txts{
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#eighttai2023 .exhibit .txts .colum{
	display: flex;
}

#eighttai2023 .exhibit .txts .colum_txt{
	width: 410px;
	margin-right: 20px;
}

#eighttai2023 .exhibit .txts .colum_img{
	width: 200px;
}

#eighttai2023 .exhibit .img{
	width: 630px;
	margin: 30px auto 10px;
}

#eighttai2023 .exhibit .img + .txts{
	margin-top: 0;
}

#eighttai2023 .exhibit .underline{
	text-decoration: underline;
}

#eighttai2023 .exhibit .txts small{
	font-size: 14px;
}


/* SNS施策 */
#eighttai2023 .snsCampaign__flow li + li{
	margin-top: 30px;
}
#eighttai2023 .bmarkBox{
	margin-top: 40px;
	display: flex;
}
#eighttai2023 .bmarkBox__img{
	width: 200px;
	margin-right: 40px;
}

#eighttai2023 .bmarkBox__txts{
	width: 380px;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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




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



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

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

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

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

	#eighttai2023 a:hover {
		opacity: 1;
	}

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

	/* #eighttai2023 #place,
	#eighttai2023 #exhibit,
	#eighttai2023 #timetable{
		padding-top: 0px;
		margin-top: 100px;
	} */

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


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

	/* 背景 */
	#eighttai2023 .lead,
	#eighttai2023 .pageNav,
	#eighttai2023 .about-suzuka,
	#eighttai2023 .about-ewc,
	#eighttai2023 .team,
	#eighttai2023 .info,
	#eighttai2023 .movies{
		position: relative;
	}
	#eighttai2023 .lead:before,
	#eighttai2023 .lead:after,
	#eighttai2023 .pageNav:after,
	#eighttai2023 .about-suzuka:after,
	#eighttai2023 .about-ewc:after,
	#eighttai2023 .team:after,
	#eighttai2023 .info:after,
	#eighttai2023 .movies:before,
	#eighttai2023 .movies:after{
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		pointer-events: none;
		z-index: -1;
	}
	#eighttai2023 .lead:before{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg01-1_sp.png) center top / 100% auto no-repeat;
		top: 26%;
		height: 22%;
	}
	#eighttai2023 .lead:after{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg01-2_sp.png) center center / 100% auto no-repeat;
		bottom: -8.2%;
		height: 9%;
	}
	#eighttai2023 .pageNav:after{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg02_sp.png) center center / 100% auto no-repeat;
		height: 110%;
		bottom: -101.4%;
	}
	#eighttai2023 .about-suzuka:after{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg03_sp.png) center center / 100% auto no-repeat;
		height: 74%;
		bottom: -51%;
	}
	#eighttai2023 .about-ewc:after{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg04_sp.png) center center / 100% auto no-repeat;
		height: 60%;
		bottom: -46%;
	}
	#eighttai2023 .team:after{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg05_sp.png) center center / 100% auto no-repeat;
		height: 100%;
		bottom: -70%;
	}
	#eighttai2023 .info:after{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg06_sp.png) center center / 100% auto no-repeat;
		height: 52%;
		bottom: -54%;
	}
	#eighttai2023 .movies:before{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg07-1_sp.png) center bottom / 100% auto no-repeat;
		height: 43%;
		top: -50%;
	}
	#eighttai2023 .movies:after{
		background: url(/products/tire/mc/8tai2023/img/8tai2023_lower_bg07-2_sp.png) center bottom / 100% auto no-repeat;
		height: 16%;
		bottom: 3%;
	}

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

	#eighttai2023 .linkList li + li {
		margin-top: 35px;
	}
	
	#eighttai2023 .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;
	}
	
	#eighttai2023 .linkList li a:after{
		width: 13px;
		height: 17px;
		right: -3px;
		top: -5px;
	}

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


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


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


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

#eighttai2023 .pageNav ul{
	display: block;
}

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

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

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

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


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


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



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



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



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

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

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

	#eighttai2023 .place__gallery{
		margin-bottom: 35px;
	}
	
	#eighttai2023 .place__gallery li + li{
		margin-top: 10px;
	}
	#eighttai2023 .googleMap{
		margin-top: 25px;
	}
	

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

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



	/* 出展内容 */
#eighttai2023 .exhibit .noticeBox{
	font-size: 12px;
	width: 100%;
	margin: 0 auto 30px;
	padding: 7px 10px;
}

#eighttai2023 .exhibit_item + .exhibit_item {
	margin-top: 45px;
}

#eighttai2023 .exhibit .txts{
	width: 100%;
}

#eighttai2023 .exhibit .txts .colum{
	display: block;
}

#eighttai2023 .exhibit .txts .colum_txt{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

#eighttai2023 .exhibit .txts .colum_img{
	width: 100%;
}

#eighttai2023 .exhibit .img{
	width: 100%;
	margin: 20px auto 10px;
}

#eighttai2023 .exhibit .txts small{
	font-size: 12px;
}



	/* SNS施策 */
	#eighttai2023 .snsCampaign__flow li + li{
		margin-top: 55px;
	}

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

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

	#eighttai2023 .bmarkBox__txts{
		width: 100%;
	}

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

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

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

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



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

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

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

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

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

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

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

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

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

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


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

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

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

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


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


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

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