@charset "UTF-8";

html, body {
	width:100%;
	height:100%;
	width:100vw;
	margin:0;
	padding:0;
	overflow:auto;
}
.fill-viewport {
	position:fixed;
	top:65px;
	left:0;
	right:0;
	bottom:37px;
	padding:0;
	margin:0;
	height:auto;
	overflow:hidden;
}
.fill-viewport.landscape-left {
	left: env(safe-area-inset-left);
}
.fill-viewport.landscape-right {
	right: env(safe-area-inset-right);
}
#viewer {
	 z-index:1;
}
#preloadContainer {
	z-index:2;
	opacity:0;
	background-color:rgba(255,255,255,1);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition: opacity 0.5s;
}

.header {
	width: 1200px;
	margin: 0 auto;
    position: relative;
    padding: 0 10px;
    z-index: 9999;
    background: #ffffff;
}
.header__box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width:1200px) {
	div.design_museum_head{
	   width:960px;
	}
	div.noscript>.content{
	   width:960px;
	}
   }

div.design_museum_head{
    max-width: 1200px;
    height: 64px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
}


div.design_museum_head img.toshibaLogo{
	display:block;
	float:left;
	width:161px;
}

div.design_museum_head img.toshibaLogoSP{
	display:none;
	float:left;
	width:121px;
}

div.design_museum_head p.siteid{
	display:block;
	float:left;
	width: auto;
}

div.design_museum_head p.siteid img{
	margin:6px 0 0 48px;
}
.list-ul{
    list-style: none;
    padding-top: 10px ;
	padding-bottom: 5px ;
    margin: 5px;
}
li.en {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 40px;
	font-size:80%;
}
li.jn {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 20px;
	font-size:80%;
}
div.design_museum_head li.contacts{
	font-size:80%;
	padding-top: 5px;
	margin-right:5px;
}

div.noscript {
    width: 100%;
    padding: 20px 0;
    background: rgba(250, 150, 40, 0.4);
}
div.noscript>.content {
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

div.design_museum_foot{
	margin-right:calc((100vw - 1200px)/2);
	margin-left: calc((100vw - 1200px)/2);
	position:absolute;
	width:1200px;
	bottom:0px;
	height:37px;
	font-size:75%;
}
@media (max-width:1200px) {
 div.design_museum_foot{
	margin-right:calc((100vw - 960px)/2);
	margin-left: calc((100vw - 960px)/2);
	width:960px;
 }
}


div.design_museum_foot p{
	float:left;
	margin-left:10px;
}

div.design_museum_foot p.contactsFoot{
	display:none;
}
div.design_museum_foot p.jnFoot{
	display:none;
}
div.design_museum_foot p.enFoot{
	display:none;
}
div.design_museum_foot div.siteidFoot{
	display:none;
	width:100%;
	text-align:center;
}

div.design_museum_foot div.copyright{
	float:right;
	margin-right:5px;
	margin-top:1em;
}

div.noscArea{
	margin-right:calc((100vw - 960px)/2);
	margin-left: calc((100vw - 960px)/2);
	padding-right:20px;
	padding-left:20px;
	position:absolute;
	width:960px;
	top:64px;
	text-align:center;
	height:auto;
	background-color:#dddddd;
}


@media (max-width:960px) {
 div.design_museum_head{
	width:100%;
 }
 div.design_museum_head{
	margin-right:0;
	margin-left: 0;
 }
 div.design_museum_foot{
	width:100%;
 }
 div.design_museum_foot{
	margin-right:0;
	margin-left: 0;
 }
 div.noscArea{
	margin-right:0;
	margin-left: 0;
 }
}

@media (max-width:768px) {

 .fill-viewport {
	top:45px;
	bottom:100px;
 }

 div.design_museum_head{
	width:100%;
 }

 div.design_museum_head img.toshibaLogo{
	display:none;
 }
 div.design_museum_head img.toshibaLogoSP{
	display:block;
 }

 div.design_museum_head p.siteid img{
	display:none;
 }

 div.design_museum_head p.siteid{
	display:none;
 }

 div.design_museum_head li.contacts{
	display:none;
 }
div.design_museum_head li.jn{
	display:none;
 }
	div.design_museum_head li.en{
	display:none;
 }
	

div.design_museum_head p.global{
	display:none;
 }


 div.design_museum_foot{
	width:100%;
	position:absolute;
	bottom:0px;
	font-size:75%;
	overflow:visible;
	height:auto;
 }

 div.design_museum_foot div.textFootArea{
	line-height:0.01;
 }

 div.design_museum_foot p.contactsFoot{
	display:block;
 }

 div.design_museum_foot div.siteidFoot{
	clear:both;
	display:block;
	width:100%;
	text-align:center;
 }

 div.design_museum_foot div.copyright{
	width:100%;
	margin:0 0 5px 0;
	text-align:center;
 }
}

@media (max-width:450px) {

 .fill-viewport {
	top:45px;
	bottom:120px;
 }

 div.design_museum_head{
	width:100%;
 }

 div.design_museum_head img.toshibaLogo{
	display:none;
 }
 div.design_museum_head img.toshibaLogoSP{
	display:block;
 }

 div.design_museum_head p.siteid img{
	display:none;
 }

 div.design_museum_head p.siteid{
	display:none;
 }

 div.design_museum_head p.contacts{
	display:none;
 }
div.design_museum_head p.global{
	display:none;
 }

 div.design_museum_foot{
	width:100%;
	position:absolute;
	bottom:0px;
	font-size:75%;
	overflow:visible;
 }

 div.design_museum_foot div.textFootArea{
	line-height:0.01;
 }

 div.design_museum_foot p.contactsFoot{
	display:block;
 }

 div.design_museum_foot div.siteidFoot{
	clear:both;
	display:block;
	width:100%;
	text-align:center;
 }

 div.design_museum_foot div.copyright{
	width:100%;
	margin:0 0 5px 0;
	text-align:center;
 }
}