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

/*
----------
[目次]
共通・未分類
背景のスライダー
アニメーション
メインビジュアル
BOOTH
開催場所
出展内容
コピー
SNS施策
タイムテーブル
開催概要
----------
@media screen and (max-width: 700px)
----------
*/


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

#breadcrumb{
background: #fff;
}

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

}

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

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

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

#tmcs2023 .sp{
	display: none;
}

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

#tmcs2023 section + section{
	margin-top: 110px;
}

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

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

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

#tmcs2023 .sectionTtl{
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 35px;
	line-height: 1.38;
}

#tmcs2023 .sectionTxt{
	margin-bottom: 30px;
}

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

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

#tmcs2023 .container strong.big02{
	font-size: 24px
}

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

#tmcs2023 .container p + p{
	margin-top: 22px;
}

#tmcs2023 .indent{
	padding-left: 1em;
	display: block;
}

#tmcs2023 .indent2{
	padding-left: 2em;
}

#tmcs2023  .indent8{
	padding-left: 7.7em;
}

#tmcs2023 #place,
#tmcs2023 #exhibit,
#tmcs2023 #timetable,
#tmcs2023 #vr-booth{
	padding-top: 70px;
	margin-top: 40px;
}


#tmcs2023 .bx-wrapper{
	border:none!important;
	box-shadow: none!important;
}

#tmcs2023 .bgSlider > li img{
	position: absolute;
	top: 0px;
	height: 580px;
	width: 100%;
	object-fit: cover;
}

#tmcs2023 .bgSlider > li{
	height: 580px;
	display: block!important;
	position: relative;
}

#tmcs2023 section{
	position: relative;
	z-index: 2;
}

#tmcs2023 .ls-narrow{
	letter-spacing: -0.02em;
}



/* アニメーション */
#tmcs2023 .bgSlider__wrap,
#tmcs2023 .bgOverlay{
	opacity: 0;
}

#tmcs2023 .bgSlider__wrap.js-show{
	animation-name:fadeInZoom;
	animation-duration: 2.4s;
	animation-fill-mode:forwards;
}

#tmcs2023 .bgOverlay.js-show{
	animation-name:fadeInZoom;
	animation-duration:.75s;
	animation-delay: 1.3s;
	animation-fill-mode:forwards;
}

#tmcs2023 .mainImage__inner{
	opacity: 0;
	-webkit-transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.75s 2.1s;
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.75s 2.1s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

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

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

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

  @keyframes fadeInZoom{
	from {
	  opacity: 0;
	  transform: scale(.99);

	}
  
	to {
	  opacity: 1;
	  transform: scale(1);
	}
  }


/* メインビジュアル */
#tmcs2023 .mainImage{
	position: relative;
	overflow: hidden;
	height: 580px;
	display: flex;
    align-items: center;
	justify-content: center;
}

#tmcs2023 .bgSlider__wrap{
	position: absolute;
	top: 0;
	z-index: -1;
	background: url("../img/tmcs2023_mv_bg-pc.jpg") center center/cover repeat;
	height: 580px;
	width: 100%;
}

#tmcs2023 .mainImage__inner{
	display: flex;
	align-items: center;
	gap: 0 40px;
	max-width: 1064px;
	margin: 0 auto;
	padding: 0 20px;
}
#tmcs2023 .mainImage__img{
	max-width: 427px;
	width: 41.7%;
}
#tmcs2023 .mainImage__ttl{
	/* text-align: justify;
	padding: 20px 0 50px;
	color: #fff; */
	max-width: 556px;
	width: 54.3%;
}

#tmcs2023 .mainImage__ttl .line{
	display: block;
	font-weight: 700;
	font-feature-settings: "palt";
	line-height: 1;
}

#tmcs2023 .mainImage__ttl .line01{
	font-size: 200px;
}

#tmcs2023 .mainImage__ttl .line02{
	font-size: 98px;
	padding-left: 9px;
}

#tmcs2023 .mainImage__ttl .line03{
	font-size: 118px;
}

#tmcs2023 .mainImage__ttl .line04{
	font-size: 58px;
	background: #FF0000;
	padding:11px 0 16px;
	margin: 8px 6px 0;
	text-align: center;
}


/* 市松模様 */
#tmcs2023 .bgOverlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url("../img/tmcs2023_mv_overlay.png") center top/cover repeat;
}


/* スケジュール */
#tmcs2023 .schedule{
	font-weight: 700;
	/* font-size: 36px; */
	font-size: 32px;
	line-height: 1.38;
}

#tmcs2023 .schedule-wrap{
	width: 980px;
	margin: 0 auto 85px;
}

#tmcs2023 .schedule + .schedule{
	margin-top: 30px;
}
#tmcs2023 .schedule-link{
	display: block;
	margin: auto;
	padding: 10px 24px;
	color: #ffffff;
	font-weight: 600;
	background: #000000;
	text-decoration: none;
	text-align: center;
}
#tmcs2023 .schedule-link span{
	text-decoration: underline;
}



/* lower */
#tmcs2023 .lower{
	background: #fff;
	padding: 35px 0 120px;
}


/* BOOTH */
#tmcs2023 .booth .sectionTtl.big{
	font-size: 80px;
	line-height: 1.125;
	margin-bottom: 90px;
}


#tmcs2023 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#tmcs2023 .bx-wrapper .bx-pager.bx-default-pager a.active{
    border-color: #000;
    background: #fff;
}

#tmcs2023 .bx-controls-direction{
	display: none;
}

#tmcs2023 .bx-wrapper .bx-pager.bx-default-pager a{
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	opacity: 1;
	margin: 0 9px;
}

#tmcs2023 .booth_inner{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}

#tmcs2023 .booth__lead{
	font-size: 36px;
	line-height: 1.38;
	margin-bottom: 20px;
}


/* コピー */
#tmcs2023 .copy{
	margin-top: 95px;
}
#tmcs2023 .copy__image__wrap{
	margin-top: 60px;
}


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

#tmcs2023 .popup-wrap{
	position: relative;
}

#tmcs2023 .popup-wrap:after{
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url("../img/tmcs2023_popup_open.png");
	background-size: contain;
	width: 40px;
	height: 40px;
	pointer-events: none;
}

#cboxContent,
#cboxLoadedContent{
	margin-top: 0;
}

#cboxClose{
	top: 30px;
	right: 30px;
	background-image: url("../img/tmcs2023_popup_close.png");
	background-size: contain;
	width: 40px;
	height: 40px;
	background-position:center;
}

html.noScroll{
	padding-right: 0;
}


/* ページナビ */
#tmcs2023 .pageNav{
	margin: 110px 0 0;
}

#tmcs2023 .pageNav ul li{
	position: relative;
    font-size: 20px;
    line-height: 30px;
    z-index: 99;
}

#tmcs2023 .pageNav ul li + li{
	margin-top: 18px;
}

#tmcs2023 .pageNav ul li a{
    position: relative;
    display: block;
    margin: auto;
    padding: 10px 24px;
    width: 720px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    background: #000000;
    text-decoration: none;
	text-align: center;
}

#tmcs2023 .pageNav ul li a:hover{
	opacity: .5;
}

#tmcs2023 .pageNav ul li a:before{
	content: "";
    position: absolute;
    top: 16px;
    right: 8px;
    display: inline-block;
    margin-right: 14px;
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}


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

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

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

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

#tmcs2023 .exhibit .txts--mt{
	margin-top: 60px;
}

#tmcs2023 .exhibit .txts--mt02{
	margin-top: 30px;
}

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

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

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

#tmcs2023 .exhibit .img{
	width: 630px;
	margin: 30px auto 0;
}

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

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



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

#tmcs2023 .bmarkBox__txts{
	width: 380px;
}

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

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

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

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

#tmcs2023 .snsCampaign__qr{
	width: 493px;
	margin:40px 0 0 30px
}

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

#tmcs2023 .snsCampaign__app .btns{
	display: flex;
	justify-content: center;
}

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


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

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

#tmcs2023 .timetableCont .oneday{
	width: 226px;
}

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

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

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

#tmcs2023 .timetableCont .oneday .public{
	padding: 3px 13px 5px;
	min-height: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0;
	font-size: 16px;
	line-height: 1.875;
}

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

#tmcs2023 .timetableCont .oneday p{
	padding:0 13px;
	letter-spacing: -0.02em;
	font-size: 14px;
	line-height: 1.42;
}

#tmcs2023 .timetableCont .oneday p strong {
	margin-top: 2px;
	display: inline-block;
	font-size: 16px;
}

#tmcs2023 .timetableCont .oneday .day{
	padding:  8px 13px 9px;
}

#tmcs2023 .timetableCont .oneday .day strong{
	font-size: 24px;
}

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

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

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

#tmcs2023 .timetableCont .oneday .public{
	border-bottom: 1px solid #333333;
}


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

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

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

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

#tmcs2023 .outline .noticeBox{
	margin-top: 10px;
}
#tmcs2023 .outline .notice{
	font-size: 12px;
	line-height: 2.33;
}

#tmcs2023 .vr{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-top: 15px;
}

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

@media screen and (max-width: 1365px) and (min-width: 701px) {
	#tmcs2023 .bgSlider__wrap img{
		object-fit: cover;
		height: 580px;
	}
}
@media screen and (max-width: 700px) {
	/* 共通・未分類 */
	#tmcs2023 p{
		word-break: break-all;
	}

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

	#tmcs2023 a:hover {
		opacity: 1;
	}
	
	#tmcs2023 section + section{
		margin-top: 100px;
	}

	#tmcs2023 .container{
		width: 100%;
		padding: 0 30px;
	}
	
	#tmcs2023 .sectionTtl{
		font-size: 26px;
		margin-bottom: 30px;
	}

	#tmcs2023 .sectionTxt{
		margin-bottom: 25px;
	}

	#tmcs2023 .container p + p{
		margin-top: 22px;
	}

	#tmcs2023 #place,
	#tmcs2023 #exhibit,
	#tmcs2023 #timetable,
	#tmcs2023 #vr-booth{
		padding-top: 0px;
		margin-top: 100px;
	}


	/* メインビジュアル */
	#tmcs2023 .mainImage{
		height: 390px;
	}
	#tmcs2023 .bgSlider__wrap{
		background: url("../img/tmcs2023_mv_bg-sp.jpg") center center/cover repeat;
		height: 390px;
	}
	#tmcs2023 .mainImage__inner{
		display: block;
		width:100%;
		text-align: center;
	}
	#tmcs2023 .mainImage__ttl{
		max-width: 370px;
		width: 80.5%;
		margin: 0 auto 26px;
	}
	#tmcs2023 .mainImage__img{
		max-width: 118px;
		width: 32%;
	}
	#tmcs2023 .mainImage__ttl .line01{
		font-size: 25.36vw;
	}

	#tmcs2023 .mainImage__ttl .line02{
		font-size: 12.56vw;
		padding-left: 0;
	}

	#tmcs2023 .mainImage__ttl .line03{
		font-size: 14.734vw;
	}

	#tmcs2023 .mainImage__ttl .line04{
		font-size: 7.24vw;
		padding:6px 0 9px;
		margin: 8px 0 0;
	}


/* スケジュール */
	#tmcs2023 .schedule{
		/* font-size: 26px; */
		font-size: 22px;
		line-height: 1.53;
	}
	#tmcs2023 .schedule-wrap{
		margin: 0 auto 45px;
		width: 100%;
		padding: 0 30px;
	}
	#tmcs2023 .schedule + .schedule{
		margin-top: 20px;
	}
	#tmcs2023 .schedule-link{
		padding: 8px 20px;
		line-height: 29px;
		width: 100%;
	}


	/* lower */
	#tmcs2023 .lower{
	padding: 23px 0 40px;
}


/* BOOTH */
	#tmcs2023 .booth .sectionTtl.big{
		font-size: 40px;
		line-height: 1.25;
		margin-bottom: 15px;
	}

	#tmcs2023 .booth .bx-wrapper .bx-pager,
	#tmcs2023 .booth .bx-wrapper .bx-controls-auto{
		display: block;
		margin-top: 15px;
	}

	#tmcs2023 .bx-wrapper .bx-pager.bx-default-pager a{
		width: 5px;
		height: 5px;
		margin: 0 5px;
		display: inline-block;
	}

	#tmcs2023 .booth_inner{
		width: 100%;
		padding: 0 30px;
	}

	#tmcs2023 .booth__lead{
		font-size: 26px;
		line-height: 1.53;
		margin-bottom: 15px;
	}

	#tmcs2023 .boothAttractions{
		max-width: 300px;
		width: auto;
		margin: 0 auto 80px;
		padding: 0;
	}

	#tmcs2023 .boothAttractions .sectionTtl{
		font-size: 40px;
		margin-bottom: 15px;
	}


	/* 開催場所 */
	#tmcs2023 .placeMap{
		margin-top: 15px;
	}

	#tmcs2023 .popup-wrap:after{
		width: 20px;
		height: 20px;
	}

	#cboxClose{
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
	}


	/* コピー */
	#tmcs2023 .copy{
		margin-top: 50px;
	}
	#tmcs2023 .copy__image__wrap{
		margin-top: 30px;
	}


/* ページナビ */
	#tmcs2023 .pageNav{
		margin: 100px 0;
	}

	#tmcs2023 .pageNav ul li + li{
		margin-top: 12px;
	}

	#tmcs2023 .pageNav ul li a{
		padding: 8px 20px;
		font-size: 16px;
		line-height: 29px;
		width: 100%;
		text-align: left;
	}

	#tmcs2023 .pageNav ul li a:hover{
		opacity: 1;
	}
	
	#tmcs2023 .pageNav ul li a:before{
		top: 50%;
		right: 0;
		margin-top: -5px;
		width: 10px;
		height: 10px;
	}


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

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

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

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

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

#tmcs2023 .exhibit .txts .colum_img{
	width: 100%;
	text-align: center;
}

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

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



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

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

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

	#tmcs2023 .bmarkBox__txts{
		width: 100%;
	}

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

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

	#tmcs2023 .snsCampaign .sectionTtl{
		font-size: 36px;
		margin-bottom: 20px;
	}

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

	#tmcs2023 .snsCampaign__qr{
		max-width: 493px;
		width: 100%;
		margin: 20px auto 0;
	}


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

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

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

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

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

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

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

	#tmcs2023 .timetableCont .oneday .public + p{
		margin-top: 9px;
	}
	
	#tmcs2023 .timetableCont .oneday p{
		padding:0 10px;
		font-size: 16px;
	}

	#tmcs2023 .timetableCont .oneday p strong{
		display: inline;
	}
	
	#tmcs2023 .timetableCont .oneday .day{
		padding:  9px 10px 10px;
	}

	
	#tmcs2023 .timetableCont .oneday .public{
		border-width: 2px;
		padding:0 10px 10px;
		min-height: auto;
	}


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

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

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

	#tmcs2023 .outline .noticeBox{
		margin-top: 15px;
	}
}
@media screen and (max-width: 413px) {
	#tmcs2023 .bgSlider__wrap img{
		object-fit: cover;
		height: 390px;
	}
}