@charset "UTF-8";
/*==================================================
baselworld2019
==================================================*/
@font-face {
	font-family: 'NotoSansSC'; /*自定义修改*/
	src: url('/webfonts/2024//NotoSansSC-Regular.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins'; /*自定义修改*/
	src: url('/webfonts/2024//Poppins-Regular.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
}
#mainCont .borderframe03 {
	position: relative;
}
#mainCont .borderframe03:before,
#mainCont .borderframe03:after {
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	content: "";
	background: #fff;
	z-index: 20;
}
#mainCont .borderframe03:before {
	left: -30px;
}
#mainCont .borderframe03:after {
	right: -30px;
}

/* ---------------------------------------------------------- */
/* main
/* ---------------------------------------------------------- */
#mainCont {
	overflow-x: hidden;
	color: #fff;
	background: #360204;
	font-family: NotoSansSC,Poppins,helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	opacity: 0;
}
#mainCont p {
	font-size: 12px; 
	line-height: 2em;
	letter-spacing: 0.15em;
}
#mainCont a {
	color: #fff;
}

/* ---------------------------------------------------------- */
/* contTop
/* ---------------------------------------------------------- */
#contTop {
	position: relative;
	height: 853px;
}
#contTop:before {
	display: block;
	position: absolute;
	top: 80px;
	left: 50%;
	width: 1390px;
	height: 696px;
	content: "";
	margin-left: -270px;
	background: url(/l/special/baselworld2019/images/bg_main.jpg) no-repeat 50% 50%;
	z-index: 2;
}
#contTop:after {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 4000px;
	height: 854px;
	margin-left: -270px;
	content: "";
	background: #2c0202;
	z-index: 1;
}

#contTop .inner {
	position: relative;
	z-index: 10;
}
#contTop .img {
	position: absolute;
	top: 87px;
	left: 0;
	margin-left: -97px;
}
#contTop .txt_brand,
#contTop .txtWrap {
	position: relative;
	z-index: 10;
}
#contTop .txt_brand {
	padding: 108px 0 100px;
	font-family: 'Calibre-Medium';
	font-size: 14px;
	letter-spacing: 0.3em;
	text-align: center;
}
#contTop .txtWrap {
	padding: 0 0 0 514px;
}
#contTop .txtWrap h2 {
	padding: 0 0 80px;
}
#contTop .txtWrap .link_scroll {
	text-align: center;
}
#contTop .txtWrap .link_scroll a {
	display: inline-block;
	padding: 0 0 2px;
	font-family: 'Calibre-Medium';
	font-size: 14px;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #fff;
}

/* ---------------------------------------------------------- */
/* concept
/* ---------------------------------------------------------- */
#concept {
	padding: 110px 0 200px;
	background: url(/l/special/baselworld2019/images/concept_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#concept h2 {
	padding: 0 0 30px;
	text-align: center;
}
#concept p {
	width: 690px;
	margin: 0 auto;
}
#concept p +p {
	padding-top: 35px;
}
#concept p i {
	font-style: italic;
}
#concept p em {
	font-weight: bold;
}

/* ---------------------------------------------------------- */
/* cont01 & cont02 common
/* ---------------------------------------------------------- */
.productDetail {
	position: relative;
}
.productDetail .bgTxt {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2127px;
	height: 506px;
	content: "";
	background: url(/l/special/baselworld2019/images/cont_bgtxt.png) no-repeat 50% 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}
.productDetail .inner {
	position: relative;
	z-index: 10; 
}
.productDetail .inner:before {
	display: block;
	position: absolute;
	width: 728px;
	height: 862px;
	content: "";
	background: url(/l/special/baselworld2019/images/cont_bg_slideshadow.png) no-repeat 50% 50%;
	z-index: 1;
}
	#cont01 .inner:before {
		top: 60px;
		left: 238px;
	}
	#cont02 .inner:before {
		top: 40px;
		left: 28px;
	}
.productDetail .txtWrap {
	position: absolute;
	z-index: 10;
}
.productDetail h2 {
	padding: 0 0 55px;
}
.productDetail .txt {
	width: 370px;
	margin: 0 0 30px;
}
#mainCont .productDetail .txtAutumn {
	width: 263px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	margin-top: 40px;
	text-align: center; 
	font-family: 'Calibre-Light';
	letter-spacing: 0.15em;
	font-style: italic;
	border: 1px solid #fff;
}
.productDetail .slider {
	padding: 0 0 40px;
}
.productDetail .slider .swiper-pagination-fraction {
	font-family: 'Calibre-Regular';
	font-size: 16px;
	letter-spacing: 0.05em;
}
.productDetail h3 {
	position: relative;
	padding: 0 0 50px;
	text-align: center;
	font-family: 'Calibre-Light';
	font-size: 14px;
	letter-spacing: 0.3em;
	z-index: 1;
}
.productDetail .listLineup {
	text-align: center;
}
.productDetail .listLineup li {
	display: inline-block;
}
.productDetail .listLineup li figcaption {
	font-family: 'Calibre-Regular';
	font-size: 11px;
	letter-spacing: 0.2em;
}
.productDetail .movie {
	margin: 60px 0 0;
}
.productDetail .movie a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
}
.productDetail .movie a:after {
	position: absolute;
	content: "";
	display: block;
	width: 101%;
	height: 101%;
	top: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 1s;
}
.productDetail .movie a:hover:after {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.productDetail .movie p {
	position: relative;
	padding: 54px 0 0;
	z-index: 1;
}
.productDetail .movie .icnPlay {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	content: "";
	background: url(/l/special/baselworld2019/images/icn_play.png) no-repeat 50% 50%;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .3s;
	z-index: 1;
}
.productDetail .movie a:hover .icnPlay {
	background: url(/l/special/baselworld2019/images/icn_play_hover.png) no-repeat 50% 50%;
	background-size: cover;
}

/* ---------------------------------------------------------- */
/* cont01
/* ---------------------------------------------------------- */
#cont01 {
	padding: 136px 0 155px;
}
#cont01:before {
	display: block;
	position: absolute;
	top: -336px;
	left: 50%;
	width: 2600px;
	height: 1349px;
	content: "";
	background: url(/l/special/baselworld2019/images/bg_spotlight01.png) no-repeat 50% 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}
#cont01 .txtWrap {
	top: 94px;
	left: 0;
}
#cont01 .slider {
	margin: 0 0 75px 345px;
}
#cont01 .movie a:after {
	background: url(/l/special/baselworld2019/images/cont01_bg_movie.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#cont01 .movie p {
	padding-right: 170px;
	text-align: right;
}
#cont01 .slider .swiper-pagination-fraction {
	text-align: right;
}
#cont01 .bgTxt {
	top: 567px;
	left: 50%;
	
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* ---------------------------------------------------------- */
/* cont02
/* ---------------------------------------------------------- */
#cont02 {
	padding: 94px 0 230px;
}
#cont02:before {
	display: block;
	position: absolute;
	top: -323px;
	left: 50%;
	width: 2600px;
	height: 1353px;
	content: "";
	background: url(/l/special/baselworld2019/images/bg_spotlight02.png) no-repeat 50% 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}
#cont02 .txtWrap {
	top: 144px;
	left: 610px;
}
#cont02 .slider {
	margin: 0 0 75px 0;
}
#cont02 .movie a:after {
	background: url(/l/special/baselworld2019/images/cont02_bg_movie.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#cont02 .movie a p {
	padding-left: 180px;
}
#cont02 .slider .swiper-pagination-fraction {
	text-align: left;
}

/* ---------------------------------------------------------- */
/* cont03
/* ---------------------------------------------------------- */
#cont03 {
	padding: 140px 0 130px;
	text-align: center;
	background: #5d0000;
	background: url(/l/special/baselworld2019/images/cont03_bg.jpg) no-repeat 50% 50%;
	background-size: auto 100%;
}
	@media screen and (min-width: 1540px) {
		#cont03 {
			background-size: cover;
		}
	}
#cont03 .subttl {
	padding: 0 0 35px;
	line-height: 1em;
}
#cont03 h2 {
	padding: 0 0 55px;
}
#cont03 .txt {
	padding: 0 0 40px;
}
#cont03 .btn {
	display: block;
	width: 310px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
	font-family: 'Calibre-Medium';
	border: 1px solid #fff;
	box-sizing: border-box;
	transition: all .3s;
}
#cont03 .btn:hover {
	color: #000;
	background: #fff;
}
#cont03 .btn span {
	position: relative;
	padding: 0 25px 0 0;
}
#cont03 .btn span:after {
	display: block;
	position: absolute;
	 top: 50%;
	 right: 0;
	 content: "";
	 width: 11px;
	 height: 9px;
	 content: "";
	background: url(/l/special/images/common/icn_btnmore_wt.png) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all .3s;
}
#cont03 .btn:hover span:after {
	background: url(/l/special/images/common/icn_btnmore.png) no-repeat 0 0;
	background-size: contain;
}

/* ---------------------------------------------------------- */
/* modal
/* ---------------------------------------------------------- */
.basel2019_modal .ttl {
	padding: 0 0 40px;
	font-family: 'Calibre-Regular';
	font-size: 18px;
	letter-spacing: 0.2em;
}
.basel2019_modal .modalElement__content {
	width: 770px;
}
.basel2019_modal .modalElement__content iframe {
	width: 100%;
	height: 430px;
}

/* ---------------------------------------------------------- */
/* sideNav
/* ---------------------------------------------------------- */
#sideNav {
	z-index: 100;
}
#sideNav,
#sideNav ul {
	height: 430px !important;
}
#sideNav a {
	color: #fff;
}
#sideNav li.current a::after, #sideNav li a::after {
	background: #fff;
}