@charset "UTF-8";

body {
	font-family: 'Noto Sans SC', sans-serif;
	min-width: 1230px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	body {
		min-width: initial;
		min-width: auto;
	}
}

/*--------------------------------------------
// header
--------------------------------------------*/
header {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 88px;;
}
header h1 {
	padding-top: 20px;
	line-height: 1;
	z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	header h1 {
		padding-top: 10px;
		width: 130px;
	}
}

/*--------------------------------------------
// footer
--------------------------------------------*/
footer {
	padding: 30px 0;
	text-align: center;
}
footer .copyright {
	font-size: 14px;
}
#onetrust-policy-title {
	font-size: 20px !important;
}
#page-top {
	position: fixed;
	right: 5px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	z-index: 2;
}
#page-top a {
	transition: .5s;
}
#page-top a:hover {
	opacity: 0.7;
}
#onetrust-policy-text {
	font-size: 13px !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
	font-size: 13px !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	#page-top {
		bottom: 55px;
	}
	footer .copyright {
		font-size: 12px;
	}
}

/* contents width
--------------------------------------------*/
.inner {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.inner {
		width: auto;
		padding: 0 15px;
	}
}

/* common
--------------------------------------------*/
a {
	outline: none !important;
}
section {
	padding: 80px 0;
}

#l-content {
	background: url("../../2026/images/bg_main.png") no-repeat center top;
}
#l-content h3 {
	margin-bottom: 40px;
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size: 50px;
	color: #0B318F;
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	#l-content h3.-wht {
		color: #fff;
	}
}


#l-content img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.btn {
	width: 270px;
	margin: 20px auto 0 auto;
}
.btn a {
	position: relative;
	display: block;
	background-color: #0B318F;
	padding: 13px 20px;
	font-weight: 500;
	color: #fff;
	transition: .3s;
}
.btn a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	width: calc(12px / 2);
	height: 12px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #fff;
	transition: .3s;
}
.btn a:hover {
	background-color: #52B3E7;
}
.main-visual {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.main-visual .inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1230px;
	margin: 50px auto 20px auto;
}
.main-visual .inner::before,
.main-visual .inner::after {
	position: absolute;
	content: "";
	display: block;
}
.main-visual .inner::before {
	top: 0;
	bottom: 0;
	left: 20px;
	width: 350px;
	height: 282px;
	margin: auto;
	background: url(../../2026/images/main_mu-6300v-l.png) no-repeat;
	background-size: 100% auto;
}
.main-visual .inner::after {
	bottom: -20px;
	right: 20px;
	width: 350px;
	height: 225px;
	margin: auto;
	background: url(../../2026/images/main_multus3000.png) no-repeat;
	background-size: 100% auto;
}
.models {
	background: url("../../2026/images/bg_content.png") no-repeat center bottom;
}
.models .l-row {
	gap: 30px 0;
}
.card {
	background: linear-gradient(to bottom,  #dadada 20.28%, #ffffff 60.84%);
	height: 100%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
}
.bevel {
	corner-top-left-shape: bevel;
	corner-bottom-right-shape: bevel;
	corner-top-right-shape: square;
	corner-bottom-left-shape: square;
}

.card .img-area {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 40px 0 40px;
	height: 381px;
}
.card .text-area {
	padding: 40px 40px 60px 40px;
	text-align: center;
}
.card .text-area dt {
	font-size: 14px;
	font-weight: 700;
}
.card .text-area dt img {
	margin-top: 10px;
}
.card .text-area dd {
	margin-top: 15px;
	line-height: 1.8;
}
.notes {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	color: #fff;
}
.bnr_area {
	background-color: #E5EEF7;
}
.bnr_area .bnr_list dd {
	margin-top: 10px;
}
.bnr_area .bnr_list dd + dt {
	margin-top: 50px;
}
.bnr_area a:hover {
	opacity: 0.7;
}
.boothmap {
	text-align: center;
}
.boothmap .lead {
	margin-bottom: 60px;
	font-size: 26px;
	font-weight: 500;
}
.boothmap .map_txt {
	margin-top: 50px;
	font-size: 20px;
	font-weight: 500;
}
.officialsite {
	margin-top: 50px;
}
.officialsite .btn {
	width: 510px;
	margin: 0 auto;
}
.officialsite .btn a {
	position: relative;
	padding: 18px 80px;
	font-size: 20px;
}
.officialsite .btn a::before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 70px;
	height: 45px;
	margin: auto;
	background: url(../../images/logo_ccmt.png) no-repeat;
	background-size: 100% auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	section {
		padding: 40px 0;
	}
	#l-content {
		background: url("../../2026/images/bg_main_sp.png") no-repeat center top;
		background-size: 100% auto;
	}
	#l-content h3 {
		font-size: 34px;
	}
	.btn {
		width: auto;
	}
	.main-visual {
		padding: 40px 0 22px 0;
		width: 100%;
		min-height: initial;
		min-height: auto;
	}
	.main-visual .inner {
		position: static;
		padding: 0 20px;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.main-visual .inner::before,
	.main-visual .inner::after {
		content: none;
	}
	.models {
		background-position: left 30% bottom;
	}
	.card .img-area {
		padding: 20px 20px 0 20px;
		height: auto;
	}
	.card .text-area {
		padding: 20px 20px 30px 20px;
	}
	.officialsite .btn {
		width: 100%;
	}
	.officialsite .btn a {
		padding: 23px 55px;
	}
	.officialsite .btn a::before {
		left: 10px;
		width: 40px;
		height: 26px;
		margin: auto;
		background: url(../../2024/images/logo_ccmt.png) no-repeat;
		background-size: 100% auto;
	}
}
