/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** Skipping CSS Section grid (only-param=home) ***/
/*** Skipping CSS Section common (only-param=home) ***/
/*** Skipping CSS Section navigation (only-param=home) ***/
/*** Skipping CSS Section forms (only-param=home) ***/
/*** Skipping CSS Section tsg (only-param=home) ***/
/*** Skipping CSS Section buttons (only-param=home) ***/
/*** Skipping CSS Section side-boxes (only-param=home) ***/
/*** Skipping CSS Section specifications-table (only-param=home) ***/
/*** Skipping CSS Section blog (only-param=home) ***/
/*** START ls20/global/home.css ***/
/* Common CSS for this layout */

@media (max-width: 767px) {
    /* taskId.16817436, then fix taskId.16818489 on the HOMEPAGE ONLY */
    .home-slideshow {
        display: none;
    }
}

.content {
    padding-top: 30px;
}

.light-grey {
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;	
}
@media (max-width: 767px) {
	.light-grey	{
		padding-top: 20px;
		padding-bottom: 20px;	
	}
}

/* light-grey area */
.home-main {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.home-article {
	width: calc(100% - 260px);
}
.home-aside {
	width: 230px;	
}
.home-aside p:not(:last-child) {
	margin-bottom: 20px;
}
.home-article > *:first-child {
	margin-top: 0px;	
}
@media (min-width: 980px) {
	.home-aside {
		padding-top: 10px;	
	}	
}
@media (min-width: 768px) and (max-width: 979px) {
	.home-aside {
		padding-top: 54px;
	}	
}
@media (max-width: 767px) {
	.home-article {
		width: 100%;	
	}	
	.home-aside {
		margin: 30px auto 0;
	}
}
@media (max-width: 479px) {
	.home-aside {
		width: 100%;
	}
	.home-aside img {
		width: 100%;
	}
}
.home-aside ul {
	list-style-type: none;
	padding: 0; 
    margin: 0;	
}
.home-aside li {
	padding: 0; 
    margin: 0;	
}
.home-aside ul a {
	background-color: #999;
	color: #fff;
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 15px 15px;
	display: block;
    text-align: left;
    font-size: 18px;
	border-radius: 3px;
	
	border: 1px solid #777;
	background-color: transparent;
	color: #333;
	font-weight: normal;
	padding: 13px 15px;
	transition: all 0.3s;
}
.home-aside ul a:hover,
.home-aside ul a:focus {
    text-decoration: none;
	background-color: #777;
	color: #fff;
}
.home-aside ul li.product-info-btn a {
	padding: 0;
}
.home-aside ul li.product-info-btn a img {
	width: 100%;	
	height: auto;
}
.home-aside li.msm a {
    background-image: url(../data/i/msm-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	
	color: #fff;
	border: 0 none;
}
.home-aside li.important-notice a {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.home-article h2 {
	font-size: 30px;	
    color: #333;
}
@media (max-width: 979px) {
	.home-article h2 {
		font-size: 26px;	
	}	
}

.home-featured-pages {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 1023px) {
	.home-featured-pages {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.home-featured-pages h2 {
    margin: 0 0 15px;
    color: #333;
}
.home-featured-pages h3 {
    margin: 5px 0 5px;
    color: #333;
    font-size: 22px;
}
@media (max-width: 767px) {
    .home-featured-pages h3 {
        font-size: 18px;
    }
}
.home-featured-pages h4 {
    margin: 0 0 5px;
    color: #999;
    font-size: 16px;
}
@media (max-width: 767px) {
    .home-featured-pages h4 {
        font-size: 14px;
    }
}
.home-featured-pages p {
    margin-bottom: 5px;
}
.home-featured-pages img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
}
.home-featured-pages-prev,
.home-featured-pages-next {
    display: inline-block;    
    background-image: var(--sprite);
    background-repeat: no-repeat;
}
@media (min-width: 1230px) {
    .home-featured-pages-container {
        position: relative;
    }
    .home-featured-pages-prev,
    .home-featured-pages-next {
        position: absolute;
        top: 0px;
        cursor: pointer;
        opacity: 0.15;
        transition: opacity 0.5s;
		height: 100%;
		background-image: none;
		display: inline-flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
    }
    .home-featured-pages-prev:hover,
    .home-featured-pages-next:hover {
        opacity: 0.3;
    }
    .home-featured-pages-prev {
        left: -35px;
    }
    .home-featured-pages-next {
        right: -35px;
    }    
    .home-featured-pages-prev::before,
    .home-featured-pages-next::before {
		content: '';
		background-image: var(--sprite);
		background-repeat: no-repeat;		
        width: 17px;
        height: 28px;
        display: inline-block;    
        background-position: -475px -50px;
    }
    .home-featured-pages-next::before {
		transform: rotate(180deg);
    }
}

@media (max-width: 1229px) {
    .home-featured-pages-container {
        position: relative;
    }
    .home-featured-pages-controls {
        position: absolute;
        right: 0;
        top: -50px;
    }
    .home-featured-pages-prev,
    .home-featured-pages-next {
        position: static;
        width: 32px;
        height: 38px;
        background-position: -75px -100px;
        display: inline-block;
        cursor: pointer;
        opacity: 0.6;
    }
    .home-featured-pages-container:hover .home-featured-pages-prev,
    .home-featured-pages-container:hover .home-featured-pages-next {
        opacity: 0.8;
    }
    .home-featured-pages-prev:hover,
    .home-featured-pages-next:hover {
        opacity: 1;
    }
    .home-featured-pages-prev {
        background-position: -125px -100px;
    }
    .home-featured-pages-next {
        margin-left: 10px;
    }
}
#home-featured-pages[position="first"] ~ .home-featured-pages-controls .home-featured-pages-prev {
    display: none;
}

@media (min-width: 1200px) {
	#home-featured-pages[actors-count="5"] ~ .home-featured-pages-controls .home-featured-pages-next {
		display: none;
	}
}
/* small amount of slides */
@media (min-width: 980px) {
	/* 4 items per page - never show arrows for this resolution */
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="3"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="4"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-prev,
	#home-featured-pages[actors-count="2"] ~ .home-featured-pages-controls .home-featured-pages-prev,
	#home-featured-pages[actors-count="3"] ~ .home-featured-pages-controls .home-featured-pages-prev,
	#home-featured-pages[actors-count="4"] ~ .home-featured-pages-controls .home-featured-pages-prev {
		display: none;
	}
}
@media (min-width: 480px) and (max-width: 979px) {
	/* 3 items per page - never show arrows for this resolution */
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="3"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-prev,
	#home-featured-pages[actors-count="2"] ~ .home-featured-pages-controls .home-featured-pages-prev,
	#home-featured-pages[actors-count="3"] ~ .home-featured-pages-controls .home-featured-pages-prev {
		display: none;
	}
	/* 3 items per page - don't show next arrow when at the end */
	#home-featured-pages[actors-count="4"][position-ord="2"] ~ .home-featured-pages-controls .home-featured-pages-next {
		display: none;
	}	
}
@media (min-width: 350px) and (max-width: 479px) {
	/* 2 items per page - never show arrows for this resolution */
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-prev,
	#home-featured-pages[actors-count="2"] ~ .home-featured-pages-controls .home-featured-pages-prev {
		display: none;
	}  
	/* 2 items per page - don't show next arrow when at the end */
	#home-featured-pages[actors-count="3"][position-ord="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="4"][position-ord="3"] ~ .home-featured-pages-controls .home-featured-pages-next {
		display: none;
	}
}
@media (max-width: 349px) {
	/* 1 items per page - never show arrows for this resolution */
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="1"] ~ .home-featured-pages-controls .home-featured-pages-prev {
		display: none;
	}  
	/* 1 items per page - don't show next arrow when at the end */
	#home-featured-pages[actors-count="2"][position-ord="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="3"][position-ord="3"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="4"][position-ord="4"] ~ .home-featured-pages-controls .home-featured-pages-next {
		display: none;
	}	
}


/* 5 per row */
@media (min-width: 1200px) {
    #home-featured-pages[actors-count="6"][position="1"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="7"][position="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="8"][position="3"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="9"][position="4"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="10"][position="5"] ~ .home-featured-pages-controls .home-featured-pages-next {
        display: none;
    }
}
/* 4 per row */
@media (min-width: 980px) and (max-width: 1199px) {
    #home-featured-pages[actors-count="5"][position="1"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="6"][position="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="7"][position="3"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="8"][position="4"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="9"][position="5"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="10"][position="6"] ~ .home-featured-pages-controls .home-featured-pages-next {
        display: none;
    }
}
/* 3 per row */
@media (min-width: 480px) and (max-width: 979px) {
    #home-featured-pages[actors-count="5"][position="2"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="6"][position="3"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="7"][position="4"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="8"][position="5"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="9"][position="6"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="10"][position="7"] ~ .home-featured-pages-controls .home-featured-pages-next {
        display: none;
    }   
}
/* 2 per row */
@media (min-width: 350px) and (max-width: 479px) {
    #home-featured-pages[actors-count="5"][position="3"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="6"][position="4"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="7"][position="5"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="8"][position="6"] ~ .home-featured-pages-controls .home-featured-pages-next,
    #home-featured-pages[actors-count="9"][position="7"] ~ .home-featured-pages-controls .home-featured-pages-next,
	#home-featured-pages[actors-count="10"][position="8"] ~ .home-featured-pages-controls .home-featured-pages-next {
        display: none;
    }   
}
/* 1 per row */
@media (max-width: 349px) {
    #home-featured-pages[position="last"] ~ .home-featured-pages-controls .home-featured-pages-next {
        display: none;
    }   
}

.home-featured-pages .theatre-container {
    margin-left: -15px;
    margin-right: -15px;
}
.home-featured-pages .theatre-actor {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .home-featured-pages .theatre-actor {
        width: 20%;
    } 	
}
@media (max-width: 1199px) {
    .home-featured-pages .theatre-actor {
        width: 25%;
    } 	
}
@media (max-width: 979px) {
    .home-featured-pages .theatre-actor {
        width: 33.3333%;
    }    
}
@media (max-width: 599px) {
    .home-featured-pages .theatre-actor {
        width: 50%;
    }
}
@media (max-width: 479px) {
	.home-featured-pages .theatre-container {
		margin: 0;
	}
    .home-featured-pages .theatre-actor {
        width: 100%;
		padding: 0;
    }
}


.section-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	text-align: center;
	font-weight: 300;
	padding-bottom: 15px;
}
.section-title h1 {
	font-size: 42px;
	font-weight: 300;
	color: #333;
	margin-bottom: 10px;
}
html[lang="ja-JP"] .section-title h1 {
	font-size: 30px;
	margin-bottom: 15px;
}
@media (max-width: 1024px) {
	.section-title {
		font-size: 20px;
	}
	.section-title h1 {
		font-size: 38px;
	}
	html[lang="ja-JP"] .section-title h1 {
		font-size: 30px;
	}	
}
@media (max-width: 767px) {
	.section-title {
		font-size: 16px;
		padding-bottom: 0px;
	}
	.section-title h1 {
		font-size: 26px;
	}
	html[lang="ja-JP"] .section-title h1 {
		font-size: 26px;
	}		
}

.home-tile-boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 1023px) {
    .home-tile-boxes {
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .home-tile-boxes {
        font-size: 14px;
    }
}
.home-tile-boxes a {
	color: #444;
	display: block;
	overflow: hidden;
	margin: 0 0 5px;
	line-height: 1.3em;
}
.home-tile-boxes a:last-child {
	margin: 0;
}
.home-tile-boxes a:hover,
.home-tile-boxes a:focus {
	text-decoration: none;
}
.home-tile-boxes img {
	margin: 0 0 0px;
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all 0.5s;
}
.home-tile-boxes table.grid,
.home-tile-boxes table.grid tbody,
.home-tile-boxes table.grid tr,
.home-tile-boxes table.grid td {
    display: block;
    padding: 0;
    margin: 0;
}
.home-tile-boxes table.grid tr {
    display: flex;
    flex-flow: row wrap;
}
.home-tile-boxes table.grid td:hover img {
	transform: scale(1.1);
}
.home-tile-boxes table.grid td {
	margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.home-tile-boxes table.grid td {
		width: calc(25% - 15px);
	}	
}
@media (max-width: 767px) {
	.home-tile-boxes table.grid tr {
		display: flex;
		flex-flow: row wrap;
	}
	.home-tile-boxes table.grid td {
		width: calc(50% - 15px);
	}
}
@media (max-width: 479px) {
	.home-tile-boxes table.grid td {
		width: calc(50% - 10px);
	}
}

.instagram-widget {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.instagram-widget h2 {
    color: #333;
}
@media (max-width: 767px) {
    .instagram-widget {
        padding: 25px 0px;
    }
}

.home-news ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0;
	line-height: 1.3em;
	font-size: 14px;
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;	
	justify-content: space-between;
	/* clear: both !for(ie9 ie8); */
}
.home-news li {
	width: calc(50% - 25px);	
	display: flex;
	flex-flow: row nowrap;
    border-left: 3px solid #d7d7d7;
    padding: 0 0 0 20px;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 40px;
}
@media (max-width: 479px) {
	.home-news li {
		padding: 0 0 0 15px;
	}
}
.home-main li label {
    font-size: 11px;
    color: #fff;
    background-color: #999;
	/* taskId.16817580 2020/05/28 */
	background-color: #666;
	
    padding: 3px 6px;
    margin: 0 0 5px 30px;
    margin: 0 0 5px 0px;
    line-height: 1em;
}
.home-main .news-date-full {
    color: #999;
	/* taskId.16817580 2020/05/28 */
	color: #666;
	
    padding-bottom: 3px;
    padding-top: 5px;
}
.home-news li:hover {
    border-color: #005cb9;
}
.home-news li::after {
    content: '';
    height: 1px;
    background-color: #d7d7d7;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: calc(100% - 20px);
}
@media (min-width: 980px) {
    .home-news li:nth-last-child(1)::after,
    .home-news li:nth-last-child(2)::after {
        display: none;
    }
}
@media (max-width: 979px) {
    .home-news li:last-child::after {
        display: none;
    }
}
.home-news li a {
    color: #444;
}
.home-news li a:hover,
.home-news li a:focus {
    color: #08107b;
}
.home-news li > a {
	flex: 0 0 auto;	
	align-self: flex-start;
}
.home-news li img {
	margin-right: 25px;	
}
@media (max-width: 979px) {
	.home-news ul {
		display: block;	
	}
	.home-news li {
		width: 100%;
	}
	.home-news li img {
		width: 90px;
		height: 60px;	
		margin-right: 20px;
	}	
}
@media (max-width: 479px) {
	.home-news li img {
		margin-right: 15px;
	}
}
.home-news li:nth-child(7), 
.home-news li:nth-child(8),
.home-news li:nth-child(9), 
.home-news li:nth-child(10), 
.home-news li:nth-child(11),
.home-news li:nth-child(12), 
.home-news li:nth-child(13), 
.home-news li:nth-child(14),
.home-news li:nth-child(15),
.home-news li:nth-child(16),
.home-news li:nth-child(17),
.home-news li:nth-child(18),
.home-news li:nth-child(19),
.home-news li:nth-child(20) {
	display: none;	
}

.home-news a.thumb {
    align-self: flex-start;
}
/*** END ls20/global/home.css ***/

/*** Skipping CSS Section sub (only-param=home) ***/
/*** Skipping CSS Section slider (only-param=home) ***/
/*** Skipping CSS Section product (only-param=home) ***/
/*** Skipping CSS Section product-child (only-param=home) ***/
/*** Skipping CSS Section landing (only-param=home) ***/
/*** Skipping CSS Section landing-directory (only-param=home) ***/
/*** Skipping CSS Section slideshow (only-param=home) ***/
/*** Skipping CSS Section news (only-param=home) ***/
/*** Skipping CSS Section events (only-param=home) ***/
/*** Skipping CSS Section resources (only-param=home) ***/
/*** Skipping CSS Section micro (only-param=home) ***/
/*** Skipping CSS Section museum (only-param=home) ***/
/*** Skipping CSS Section product-gallery (only-param=home) ***/
/*** Skipping CSS Section search (only-param=home) ***/
/*** Skipping CSS Section objective-finder (only-param=home) ***/
/*** Skipping CSS Section content-slideshow (only-param=home) ***/
/*** Skipping CSS Section microscopes-configurator (only-param=home) ***/
/*** Skipping CSS Section related-applications (only-param=home) ***/
/*** Skipping CSS Section grayed-out (only-param=home) ***/
/*** Skipping CSS Section downloads (only-param=home) ***/
/*** Skipping CSS Section bioscapes (only-param=home) ***/
/*** Skipping CSS Section camera-selection (only-param=home) ***/
/*** Skipping CSS Section camera-migration-guide (only-param=home) ***/
/*** Skipping CSS Section video (only-param=home) ***/
/*** Skipping CSS Section compare (only-param=home) ***/
/*** Skipping CSS Section empty (only-param=home) ***/
/*** Skipping CSS Section my-account (only-param=home) ***/
/*** Skipping CSS Section print (only-param=home) ***/
/*** Skipping CSS Section service-provider (only-param=home) ***/
/*** Skipping CSS Section ecs (only-param=home) ***/
/*** Skipping CSS Section ecs-home (only-param=home) ***/
/*** Skipping CSS Section ecs-sub (only-param=home) ***/
/*** Skipping CSS Section sitemap (only-param=home) ***/
/*** Skipping CSS Section dir-list-dynamic (only-param=home) ***/
/*** Skipping CSS Section sub-slideshow (only-param=home) ***/
/*** Skipping CSS Section objective-finder-legacy (only-param=home) ***/
/* TIME: 0.0057709217071533 */