
body.c1 header { background-color: #e8ddd7; }
body.c2 header { background-color: #f6d4cb; }
body.c3 header { background-color: #f1ecce; }
body.c4 header { background-color: #e2f3d1; }
body.c5 header { background-color: #c6eee5; }
body.c6 header { background-color: #d5e9f0; }
body.c7 header { background-color: #e7d6e8; }

body { background-color: #ebddd8; }

header {
	height: 405px;
}

header .wMax {
	display: flex;
	justify-content: flex-start;
	background-repeat: no-repeat;
	background-position: right center;
}
.c1 header .wMax { background-image: url('../img/content/head-1.svg'); }
.c2 header .wMax { background-image: url('../img/content/head-2.svg'); }
.c3 header .wMax { background-image: url('../img/content/head-3.svg'); }
.c4 header .wMax { background-image: url('../img/content/head-4.svg'); }
.c5 header .wMax { background-image: url('../img/content/head-5.svg'); }
.c6 header .wMax { background-image: url('../img/content/head-6.svg'); }
.c7 header .wMax { background-image: url('../img/content/head-7.svg'); }

header .left {
	padding-left: 35px;
	width: 460px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
header h1 {
	font-size: 34px;
	line-height: 36px;
}
header h1 a, header h1 a:visited {
	color: #534741;
	text-decoration: none;
}
header h1 a:hover {
	color: #000;
}
header .Vcontainer iframe, header .Vcontainer img {
	width: 101%;
	left: -0.5%;
}




.btnMenu {
	display: none;
	margin-top: 10px;
	width: 56px;
	border: 1px solid #534741;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
}
.btnMenu:hover {
	cursor: pointer;
	background: #534741;
	color: #fff;
}
.menu {
	margin: 1em 0 0 0.8em;
	width: 270px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
}
.menu li span {
	display: flex;
	width: 11px;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	color: #58595B;
	margin: 0;
	padding: 4px 16px;
	flex-grow: 2;
}
.menu li a:hover {
	color: #000;
}
.menu li.m1 span { background-color: rgb(var(--rgb-1)); }
.menu li.m2 span { background-color: rgb(var(--rgb-2)); }
.menu li.m3 span { background-color: rgb(var(--rgb-3)); }
.menu li.m4 span { background-color: rgb(var(--rgb-4)); }
.menu li.m5 span { background-color: rgb(var(--rgb-5)); }
.menu li.m6 span { background-color: rgb(var(--rgb-6)); }
.menu li.m7 span { background-color: rgb(var(--rgb-7)); }
.menu li.m8 span { background-color: rgb(var(--rgb-8)); }

.c1 .backLight, .menu li.m1 a:hover { background-color: rgb(var(--rgb-1), var(--opac)); }
.c2 .backLight, .menu li.m2 a:hover { background-color: rgb(var(--rgb-2), var(--opac)); }
.c3 .backLight, .menu li.m3 a:hover { background-color: rgb(var(--rgb-3), var(--opac)); }
.c4 .backLight, .menu li.m4 a:hover { background-color: rgb(var(--rgb-4), var(--opac)); }
.c5 .backLight, .menu li.m5 a:hover { background-color: rgb(var(--rgb-5), var(--opac)); }
.c6 .backLight, .menu li.m6 a:hover { background-color: rgb(var(--rgb-6), var(--opac)); }
.c7 .backLight, .menu li.m7 a:hover { background-color: rgb(var(--rgb-7), var(--opac)); }
.menu li.m8 a:hover { background-color: rgb(var(--rgb-8), 0.4); }


header .video {
	width: 564.402px;
	height: 405px;
	margin-left: 35px;
	overflow: hidden;
}
header .Vcontainer {
	margin: -2px;
	width: calc(100% + 4px);
	padding-bottom: calc((100% + 4px) * 0.71757);
}
header .Vcontainer:fullscreen {
	padding-bottom: 0;
	height: 100vh;
}





.c1 .back { background-color: rgb(var(--rgb-1)); }
.c2 .back { background-color: rgb(var(--rgb-2)); }
.c3 .back { background-color: rgb(var(--rgb-3)); }
.c4 .back { background-color: rgb(var(--rgb-4)); }
.c5 .back { background-color: rgb(var(--rgb-5)); }
.c6 .back { background-color: rgb(var(--rgb-6)); }
.c7 .back { background-color: rgb(var(--rgb-7)); }

.section {
	color: #fff;
}
h2 {
	margin: 0 auto;
	font-family: 'Overlock SC', cursive;
	font-size: 55px;
	line-height: 55px;
	text-align: start;
	padding: 10px 10px 10px 495px;
}
.video h3 {
	margin-top: 10px;
	text-align: center;
}


#more {
	display: none;
}

.main {
	min-height: 550px;
	display: flex;
	justify-content: space-between;
	padding: 35px;
	background-repeat: no-repeat;
	background-position: 80px calc(100% - 10px);
}
.c1 .main { background-image: url(../img/content/tangram-1.svg); }
.c2 .main { background-image: url(../img/content/tangram-2.svg); }
.c3 .main { background-image: url(../img/content/tangram-3.svg); }
.c4 .main { background-image: url(../img/content/tangram-4.svg); }
.c5 .main { background-image: url(../img/content/tangram-5.svg); }
.c6 .main { background-image: url(../img/content/tangram-6.svg); }
.c7 .main { background-image: url(../img/content/tangram-7.svg); }


.main .lateral {
	width: 425px;
	padding-right: 35px;
}
.main .lateral .video {
	margin: 10px 0;
	overflow: hidden;
}
.main .lateral .Vcontainer {
	margin: -2px;
	width: calc(100% + 4px);
	padding-bottom: calc((100% + 4px) * 0.5625);
}

.main .body {
	flex-grow: 2;
	width: calc(100% - 455px);	
}
.main .extract, .main #more {
	padding: 0 35px;
	border-left: 1px solid #9C9C9B;
	border-right: 1px solid #9C9C9B;
}
.more {
	padding: 15px 36px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	
}
.more:hover {
	text-decoration: underline;
	cursor: pointer;
}

.complement h3 {
	text-transform: none;
	padding: 10px;
	height: 42px;
}
.complement .tit {
	color: #fff;
}
.complement .tit .wMax {
	
	display: flex;
	justify-content: flex-start;
	padding-left: 285px;
}
.complement .square.back {
	height: 85px;
	width: 68px;
	margin: -33px 25px 0 0;
}
.complement .grid {
	display: flex;
	flex-wrap: wrap;
}
.complement .grid .item {
	width: 33.33%;
}
.complement .grid .item img {
	width: 100%;
	margin: 0;
	display: block;
}

.c3 .back { color: #494848; }

@media (max-width: 1400px) {
	header .left {
		width: 340px;
	}
}
@media (max-width: 1200px) {
	.complement .grid .item {
		width: 50%;
	}
}
@media (max-width: 992px) {
	header {
		height: 280px;
	}
	header .left {
		width: 290px;
		justify-content: center;
	}
	header h1 {
		font-size: 28px;
		line-height: 30px;
	}
	.menu {
		display: none;
		position: absolute;
		background: #ccc;
		top: 215px;
		left: 35px;
		z-index: 3000;
		margin: 0;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	}
	.menu li a {
		padding: 10px 16px;
	}
	.btnMenu {
		display: block;
	}
	header .video {
		width: 390px;
		height: 280px;
	}

	.main {
		flex-wrap: wrap;
		padding-bottom: 200px;
		background-position: calc(100% - 50px) calc(100% - 10px);
	}
	.section h2 {
		padding: 5px 10px 5px 35px;
		font-size: 45px;
	}
	.complement .tit .wMax {
		padding-left: 35px;
	}

	.main .lateral {
		width: 100%;
		padding: 0;
	}
	.main .lateral .video {
		margin-top: 0;
	}
	.main .body {
		width: 100%;
	}
	.main .extract, .main #more, .more {
		border: none;
		padding: 0;
	}
}
@media (max-width: 768px) {
	header {
		height: 220px;
	}
	header .left {
		width: 180px;
		justify-content: center;
	}
	header h1 {
		font-size: 24px;
		line-height: 26px;
	}
	header .video {
		width: 306px;
		height: 220px;
	}
	.menu {
		top: 190px;
		left: 30px;
	}

	.complement .grid .item {
		width: 100%;
	}
	.section h2 {
		padding: 8px 25px;
		font-size: 36px;
		line-height: 36px;
	}
	.main {
		padding: 25px;
		padding-bottom: 200px;
	}
}
@media (max-width: 576px) {
	header {
		height: auto;
	}
	header .wMax {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		background-image: none !important;
		height: auto;
		gap: 10px;
	}
	header .left {
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-top: 10px;
		padding: 0;
		width: 100%;
	}
	.btnMenu {
		margin: 0 15px;
	}
	.menu {
		top: 80px;
		left: 15px;
	}
	header h1 {
		font-size: 22px;
		line-height: 24px;
	}
	header .video {
		width: 100%;
		height: 0;
		padding-bottom: 71.757%;
		margin: 0;
	}
	.complement .tit .wMax {
		padding-left: 0;
	}
	.complement .square.back {
		display: none;
	}
	.section h2 {
		padding: 10px 15px;
		font-size: 26px;
		line-height: 26px;
	}
	.main {
		padding: 12px;
		padding-bottom: 200px;
	}
}