:root{
  --vh: 1vh;/*VuiDisplay_sp.js内で動的に上書き*/
}

#page{
	overflow: hidden;
	height: 100%;
}

#headerArea {
        top: 44px;
        width: 100%;
		background-color:#666;
}
#globalheader{
	position: absolute;
	width:100%;
	top:0;
}
#globalheader-utils,
#search-normal .search-normal-box{
	z-index:5555;
}

#attentionLabel{
    left: 0px;
    top: calc(70vw + 50px);
    width: 512px;
    height: auto;
    z-index: 400;
    pointer-events: none;
}

#breadcrumbs {
        display: flex;
        align-items:center;
        height:100%;
        left: 10px;
		color:#fff;
        padding-right:40px;
}
#breadcrumbs li {
        float:none;
		padding-left:0px;
		padding-right:10px;
		background-color: transparent;
        background-image: none;
        flex-basis:auto;
        flex-shrink: 0;
        height:auto;
        line-height: normal;
}

#breadcrumbs li#li_end {
		padding-left:0px;
		padding-right:10px;
		color:#fff;
		background-color: transparent;
        background-image: none;
        height:auto;
        line-height: normal;
        flex-shrink: 1;
}
#breadcrumbs li#li_end.txt_row2{
    line-height: 130%;
}
#toggleButton{
	position: absolute;
	top:0;
	left:auto;
	right:0;
	background-color: transparent;
	opacity:1;
	box-sizing:border-box;
	width: 50px;
	height: 50px;
	padding:8px;
	cursor: pointer;
}
#menuImage{
	width: 34px;
	height: auto;
}
#shortcutMenu{
	position: absolute;
	right:0;
	bottom:calc(100% - 70vw - 94px);
	z-index:400;
}
#showroomBtnMain{
	position:static;
	top:auto;
	left:auto;
	padding:0;
    cursor: pointer;
    border: 1px solid #333;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    margin: 10px auto;
    float: none;
    font-size: 0.9em;
    background-color: #fc3;
}
#showroomImage{
	cursor: pointer;
	width: 37px;
	height: auto;
}
#blandImage{
	cursor: pointer;
	width:37px;
	height: auto;
}
#selectListImage{
	cursor: pointer;
	width:37px;
	height: auto;
}
#favoriteBtn{
	position:relative;
	top:auto;
	left:auto;
	width:auto;
	height:auto;
	border:none;
	padding-top:0;
}
#favoriteImage{
	cursor: pointer;
	width:37px;
	height: auto;
}

.bland-show{
	display: none;
}
.bland-show.show{
	display:inherit;
}


/*
-----------------------------------------------------
メイン画像表示部
-----------------------------------------------------
*/
/*
#messageFavorite{
        position: absolute;
        top: 400px;
        left: 270px;
        background-color: rgba(0,0,0,0.6);
        height: 50px;
        width: 500px;
        z-index: 402;
        opacity: 1;
        line-height: 50px;
        text-align: center;
        color: #fff;
        display: none;
}
*/
.bland-show.menuPage,
.menuPage,
#saveUrlArea{
		position: absolute;
		background-color: rgba(255,255,255,0.8);
	    z-index: 5550;
        display: none;
		box-sizing: border-box;
		width: 300px;
		height: auto;
		padding:20px;
		top: 100px;
    	left:50%;
		margin-left:-150px;
		overflow: scroll;
		max-height:calc(100% - 100px);
}
.menuPageTitle{
	font-weight:bold;
}
.menuPageTxt{
	margin-top:20px;
	font-size:0.8em;
	line-height: 120%;
}
.menuPageArea{
	margin-top: 20px;
}
.closeMenuPageBtn{
	cursor: pointer;
	position:absolute;
	top:10px;
	right:10px;
}

.menuBtn,
.blandChip{
    cursor:pointer;
	border:1px solid #333;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#333;
	background-color:#fff;
	margin:10px auto;
	float: none;
	font-size:0.9em;
}
.blandChip:last-child{
	border-right:1px solid #333;
}
#menuPage{
	top:94px;
	right:0;
	left:auto;
	margin-top: 0;
}

#printBtn{
	position:static;
	top:auto;
	left:auto;
	width: 200px;
	height: 40px;
	border:1px solid #333;
	line-height: 40px;
}
#helpMenuPage{
	height:auto;
	max-height:calc(100% - 100px);
	overflow: scroll;
}
#showroomMenuArea a{
	text-decoration: none;
	color:#333;
}

/*
#blandMenuPage{
	height:290px;
	margin-left:-150px;
}
*/
#blandArea{
	position:absolute;
    top:99px;
    right:5px;
    color:#000;
    background-color:rgba(255,255,255,0.5);
    padding:0;
    height:38px;
    line-height: 38px;
    font-size:1em;
    transform-origin:100% 0;
    transform:scale(0.8);
    display: none;
}
#blandArea.show{
    display: block;
}
.blandChip{
    height:auto;
}
#blandArea option{
}
#saveUrlArea{
    
}
#saveUrlArea_title,
#saveUrlArea_text{
    position:static;
}
#saveUrlArea_text{
    width:100%;
}
#saveUrlArea_Url{
    position:static;
    width: 327px;
    margin-left:-33px;
    margin-top: 10px;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin:50% 50%;
}
#saveUrlArea_Btn{
    position: static;
}
#saveUrlArea_Ok_Btn{
    position:static;
    margin:auto;
}
#saveUrlArea_Comp{
    position: static;
    text-align: center;
    height:auto;
}

#selectListMenuPage{
	height:auto;
}
.tabLinkBtn{
	background-color: #fff;
}
.tabLinkBtn_title,
.tabLinkBtn_partsName{
    color:#222;
}

#clickableAreaCanvas {
        position: absolute;
        top: 94px;
        left: 0px;
        height: auto;
        width: auto;
        z-index: 302;
        opacity: 0;
}

#clickableAreaImages{
        position: absolute;
        top: 94px;
        left: 0px;
        height: 70vw;
        width: 100vw;
        z-index: 301;
        opacity: 0;
}

#mainDisplayArea {
        position: absolute;
        top: 94px;
        left: 0px;
        height: 70vw;
        width: 100vw;
        z-index: 300;
        background-color: #ccc;
        will-change: animation;
        /*pointer-events: none;*/
}
#panoramaDisplayArea{
        position: absolute;
        top: 94px;
        left: 0px;
        height: 70vw;
        width: 100vw;
        z-index: 310;
        background-color: #ccc;
}
#vrOpenBtn{
    display: none;
    position: absolute;
    top: 104px;
    left: 5px;
    cursor: pointer;
    z-index: 400;
    width: 44px;
    height: auto;
}
#btn_panorama{
    position: relative;
    height: auto;
    width: 37px;
    bottom:3px;
    left:auto;
}
#btn_switchview{
    position: relative;
    height: auto;
    width: 37px;
    bottom: 3px;
    left: auto;
}
#fsButtonPage{
    display: block;
    top:107px;
    left:66px;
    margin-left: 0;
    width:auto;
    padding:8px 19px;
    overflow: visible;
    pointer-events: none;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    color:#fff;
    background-color: rgba(0,140,164,0.8);
    opacity: 0;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 0.6s;
}
#fsButtonPage .small{
    font-size:10px;
}

#fsButtonPage:after{
    border: 18px solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top:0;
    border-left:0;
    margin-top: -9px;
    margin-left: -18px;
    border-right-color: rgba(0,140,164,0.8);
    left: 0;
    top:50%;
}
#fsButtonPage.current{
    opacity: 1;
}

.recommend{
	float:left;
	left:auto;
	width: 120px;
	height:auto;
	margin-top: 10px;
	margin-right: 10px;
}

.layerImages {
        position: absolute;
        top: 0px;
        left: 0px;
}

#backBtn{
        position: absolute;
        top: 49px;
        left: 100vw;
        width: 284px;
        height: 50px;
        z-index: 450;
        cursor: default;
        display: none;
}

#backBtn2{
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 13px;
        width: 284px;
        height: 50px;
        z-index: 450;
        font-size: 0.6em;
        cursor: default;
        text-align: left;
        line-height: 50px;
        background-color: none;
        color: #fff
}
/*
-----------------------------------------------------
パーツリスト
-----------------------------------------------------
*/
#partsListArea {
        position: absolute;
        top: calc(94px + 70vw);
        left: 0;
        height: auto;
        width: 100%;
        z-index: 400;
        background-color: rgba(0,0,0,0.6);
        /*background-color: none;*/
        padding-top: 0px;
}
#partsListArea.disable{
    pointer-events:none;
}
#partsListArea_detail_1{
}
#partsListArea_detail_2 {
	display: block;
}
#tab_hiraki {
        top: 0;
		width:100%;
		height:auto;
}
.tabSlideBtn_line{
		width: 100%;
}
.tabSlideBtn,
.tabSeriesBtn{
	padding-left:0;
	text-align: center;
	font-size:14px;
}
.tabSlideBtn{
	height:45px;
}
.tabSlideBtn_title,
.tabSeriesBtn_title{
	position:static;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	line-height:47px;
	font-size:1em;
}
.tabSeriesBtn{
    min-width:98vw;
	height:45px;
}
.tabSeriesBtn span{
    padding-left:26px!important;
    padding-right:26px!important;
}
.slick-initialized .slick-slide.tabSeriesBtn{
    display: flex;
    align-items: center;
    justify-content: center;

}

#partsSlide,
#seriesSlide{
	position: relative;
	background:#777;
	color:#fff;
	text-align: center;
}
.slick-prev{
	position: absolute;
	left:5px;
	top:6px;
	cursor: pointer;
	width:16px;
	height:auto;
	padding:5px;
}
.slick-next{
	position: absolute;
	right:5px;
	top:6px;
	cursor: pointer;
	width:16px;
	height:auto;
	padding:5px;
}
.headLineInThumbnailArea{
	height:47px;
}

#seriesSlide{
	height:45px;
}
#seriesSlide.noSeries{
	height:0;
	visibility: hidden;
}
#scrollOuter{
	top:auto;
	width:100%;
	height:calc(var(--vh) * 100 - 90px - 70vw - 94px);
}
#scrollOuter.noSeries{
	height:calc(var(--vh) * 100 - 45px - 70vw - 94px);
}
#scrollInnerForTablet,
#scrollInner{
	height:100%;
}

#scrollInnerForTablet,
#scrollInner,
.partsLayerGroup,
.partsSeriesGroup{
	width:100%;
}
.seriesSlideByParts,
.partsLayerGroup,
.partsSeriesGroup{
	display:none;
	box-sizing: border-box;
    padding: 0;
	flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.seriesSlideByParts.current,
.partsLayerGroup.current,
.partsSeriesGroup.current{
	display: flex;
}
.commentsInThumbnailArea{
	padding-top: 10px;
}
.thumbnail{
	width: 17vw;
	height: auto;
	left:3vw;
	margin-left:0;
}
.selected{
	width:23vw;
	height: auto;
}
.impossible{
	width:24vw;
	/*height: auto; before:21/12/22*/
    height: calc(100% + 8px);
}
.partsThumbnailArea{
	padding-top:19vw;
	width:24vw;
	padding-right:0;
	float: none;
}

/*
-----------------------------------------------------
比較用ページ
-----------------------------------------------------
*/
#favoritePage{
	height:360px;
}
.saveBtn{
    position:absolute;
    width:130px;
    height:100px;
    border:1px solid #999;
    top:123px;
    left:15px;
    background-position: center;
    background-repeat: no-repeat;
}
.saveBtn.on{
    background:none;
    pointer-events:none;
}
#saveBtn1{
    top:123px;
    left:153px;
}
#saveBtn2{
    top:231px;
    left:15px;
}
#saveBtn3{
    top:231px;
    left:153px;
}
.loadBtn{
    top:123px;
    left:15px;
    background:none;
    width:130px;
    height:100px;
}
#loadBtn1{
    top:123px;
    left:153px;
}
#loadBtn2{
    top:232px;
    left:15px;
}
#loadBtn3{
    top:232px;
    left:153px;
}
.deleteBtn{
    top:124px;
    left:102px;
    width:44px;
    height:51px;
    background-image:url("images/deleteBtn.png");
}
#deleteBtn1{
    top:124px;
    left:240px;
}
#deleteBtn2{
    top:232px;
    left:102px;
}
#deleteBtn3{
    top:232px;
    left:240px;
}

#backToMainPage{
        top: 10px;
        left: auto;
        width: auto;
        height: auto;
        z-index: 4000;
        cursor: pointer;
        border: none;
        background:none;
}
