@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans CJK JP Light';
    font-style: normal;
    font-weight: 200;
    src: url('/font/NotoSansCJKjp-Light.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Light.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Light.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Light.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans CJK JP Regular';
    font-style: normal;
    font-weight: 400;
    src: url('/font/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans CJK JP Bold';
    font-style: normal;
    font-weight: 700;
    src: url('/font/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}


body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	line-height:1.75;
	/* color:#000; */
	color:#4A5564;
	font-feature-settings:"palt";
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	-webkit-text-size-adjust:100%;
}
body.top,
body.registration{
	background:#e6e6e6;
}
/* body::before{
	content: "";
	display: block;
	width: 160px;
	height: 17px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	transform: translate(-50%,-50%);
	background: url("/common/img/loading_logo.svg") no-repeat center;
	background-size: 100%;
	-webkit-transition:opacity 0.1s;
	-ms-transition:opacity 0.1s;
	transition:opacity 0.1s;
}
body::after{
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
	-webkit-transition:opacity 0.1s;
	-ms-transition:opacity 0.1s;
	transition:opacity 0.1s;
}
body.loadEnd::before{
	-webkit-transition:opacity 0.5s;
	-ms-transition:opacity 0.5s;
	transition:opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}
body.loadEnd::after{
	-webkit-transition:opacity 0.5s;
	-ms-transition:opacity 0.5s;
	transition:opacity 0.5s;
  opacity: 0;
  pointer-events: none;
} */
body *,
body *::before,
bory *::after{
  box-sizing: border-box;
}
form,
select,
option,
input,
textarea{
	font-feature-settings:"palt";
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:1.75;
	font-weight: normal;
}
li{
	list-style-type:none;
}
table{
	border-spacing:0px 15px;
	width: 100%;
}
a:link,a:visited{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
a{
  outline:none;
	transition:opacity 0.2s;
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	border:0;
	max-width:100%;
	height:auto;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
	font-feature-settings:"palt";
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: normal;
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
input,
textarea,
select{
	width: 320px;
	height: 50px;
	
}
#scene canvas{
	background: linear-gradient(to right, #CDCCCA, #F9F9F8 42%,#F9F9F8 64%,#CDCCCA);
	background: -webkit-linear-gradient(left, #CDCCCA, #F9F9F8 42%,#F9F9F8 64%,#CDCCCA);
}
#wrap{
	position:relative;
	text-align:left;
	overflow:hidden;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 96px;
	background: #fff;
}
header::after {
	content: "";
	display: block;
	clear: both;
}
#galleryTtl::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 69.6428%;
	background: url(/img/logo.png) no-repeat center;
	background-size: 100%;
}
#galleryTtl {
	position: absolute;
	top: 50%;
	left: 30px;
	font-size: 0;
	line-height: 1;
	width: 55px;
	transform: translate(0%,-50%);
	height: 71px;
}
#userBar {
	position: absolute;
	top: 50%;
	right: 100px;
	font-size: 0;
	transform: translate(0%,-50%);
}
#userId a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: #3a4351;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 0.08em;
}
#menuBtn {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 103;
	transform: translate(0%,-50%);
	cursor: pointer;
}
#menuBtnOuter{
	background: transparent;
	display: none;
	width: 90px;
	height: 96px;
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 102;
	transform: translate(0%,-50%);
}
#menuBtn.active + #menuBtnOuter{
	display: inline-block;
	background: #F2F2F2;
}

#menu {
	position: absolute;
	top: 96px;
	right: 0;
	width: 442px;
	height: calc(100vh - 0px);
	background: #F2F2F2;
	transform: translate(100%,0%);
	transition: transform .5s;
	color: #3a4351;
}
#userId {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	height: 50px;
	margin-right: 20px;
	text-align: center;
}
#logout {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 50px;
	border: none;
	border-radius: 3px;
	background: #3a4351;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 0.08em;
	text-align: center;
	cursor: pointer;
}
#menuBtn::before, #menuBtn::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #3a4351;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform .2s;
}
#menuBtn::before {
	transform: translate(-50%,-14px);
}
#menuBtn span {
	font-size: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #3a4351;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#menuBtn::after {
	transform: translate(-50%,10px);
}
#menuBtn.active::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
#menuBtn.active::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
#menuBtn.active span{
	display: none;
}
#menu .inner {
	height: 100%;
	padding: 50px;
	overflow-y: auto;
}
#menu #menuName {
	font-size: 14px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}
#menu ul {
	display: block;
	margin-top: 40px;
}
#userBarSp {
	display: none;
}
#menuBtn.active ~ #menu {
	transform: translate(0%,0%);
}
#menu li {
	display: block;
	line-height: 1.2;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 10px;
}
#menu li p{
	font-size: 24px;
	line-height: 21px;
}
#menu li span{
	font-size: 14px;
	line-height: 35px;
}
#menu li p,
#menu li span{
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #4A5564;
}
#menu li.current {
	position: relative;
}
#menu li.current::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #3a4351;
	position: absolute;
	top: 20%;
	left: 0;
	transform: translate(0%,-50%);
}
#menu li.underlayer{
	padding-left: 25%;
}
/* index.html */
#top #dashboardTtl{
	text-align: center;
}
#dashboardTtl.flex{
	display: flex;
}
#dashboardList{
	max-width: 1245px;
	margin: 0 auto;
}
#dashboardList ul{
	font-size: 0;
}
#top #dashboardList ul li {
	display: inline-block;
	vertical-align: top;
	margin-top: 108px;
	text-align: center;
	width: 33%;
}

#top #dashboardList ul li .thumb {
	width: 185px;
	margin: 0 auto 25px;
}
#dashboardList ul li .thumb::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#dashboardList ul li.corporatedata .thumb::before{
	background-image: url(/img/icon_corporate.png);
}
#dashboardList ul li.productandservice .thumb::before{
	background-image: url(/img/icon_productandservice.png);
}
#dashboardList ul li.boothdesign .thumb::before{
	background-image: url(/img/icon_boothdesign.png);
}
#dashboardList ul li.exhibition .thumb::before{
	background-image: url(/img/icon_exhibition.png);
}
#dashboardList ul li.releace .thumb::before{
	background-image: url(/img/icon_releace.png);
}
#dashboardList ul li strong{
	display: block;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #4A5564;
}
#dashboardList ul li span {
	display: block;
	font-size: 14px;
	line-height: 2.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #4A5564;
}
/* container */
#top #container{
	height: 100vh;
}
#top #message{
	position: fixed;
	top: 144px;
	left: 95px;
	line-height: 1.75;
	font-size: 12px;
}
#top #contents{
	padding: 215px 95px;
}
#contents{
	padding: 144px 95px 144px 0;
}
/* coporatedata */
#corporatedata form{
	max-width: 1120px;
	display: flex;
	margin: 20px auto 0 auto;
}
#coporateImageList{
	/* max-width: 640px; */
	max-width: 580px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}
#coporateImageList .imageBox{
	position: relative;
	width: 160px;
}
#coporateImageList .imageBox::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.thumbnail{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.imageBox > label{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.imageDetatil > label{
	display: block;
	width: 100%;
	height: 50px;
	position: relative;
	cursor: pointer;
	background: #3a4351;
	color: #fff;
	text-align: center;
	vertical-align: center;
	padding-top: 15px;
}
#coporateImageList .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.img img{
	width: 100%;
}
#coporateImageList form .imageBox .img.active,
#productandservice_image form .imageBox .img.active,
#productandservice_movie form .imageBox .img.active,
#productandservice_download form .imageBox .img.active,
#productandservice_3dmodel form .imageBox .img.active{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.imageBox > label input{
	display: none;
}
.imageDetatil > label input{
	display: none;
}
#corporateInfoArea{
	width: 454px;
	margin-left: 60px;
}
#corporateInfoArea th{
	width: 100px;
}
#corporateInfoArea .formBox input, #corporateInfoArea .formBox select {
	display: block;
	padding: 13px;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #4A5564;
	border-radius: 4px;
	cursor: pointer;
}
#corporateInfoArea .formBox textarea {
	height: 180px;
	margin: 0;
	padding: 13px;
	font-size: 16px;
	line-height: 1.5;
	resize: vertical;
	border: 1px solid #4A5564;
	border-radius: 4px;
	cursor: pointer;
}
.info{
	display: inline-block;
	/* margin: 25px; */
	margin: 0 0 50px 0 ;
	width: 50%;
}
.saveBtn{
	float: right;
}

#delpop{
	display: none;
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#delpop div{
	display: flex;
	justify-content: space-around;
}
button:disabled{
	background-color:rgba(74,85,100,0.3) !important;
}
/* productandservice.html */
#productandservice #dashboardList ul li {
	display: inline-block;
	vertical-align: top;
	margin-top: 170px;
	text-align: center;
	width: 25%;
}
/* productandservice_image.php */
.productImage{
	width: 411px;
}
.productImage .formBox{
	position: relative;
	width: 100%;
}
#productandservice_image .imageBox,
#productandservice_movie .imageBox,
#productandservice_download .imageBox,
#productandservice_3dmodel .imageBox,
#signage .imageBox{
	position: relative;
  width: 100%;
}
#productandservice_image .imageDetatil,
#productandservice_movie .imageDetatil,
#productandservice_download .imageDetatil,
/* #productandservice_3dmodel .imageDetatil, */
#signage .imageDetatil{
	width: 318px;
}
#productandservice_image .imageBox .img,
#productandservice_movie .imageBox .img,
#productandservice_download .imageBox .img,
#productandservice_3dmodel .imageBox .img,
#signage .imageBox .img{
	width: 100%;
}
#productandservice_image .imageDetatil small,
#productandservice_movie .imageDetatil small,
#productandservice_download .imageDetatil small,
/* #productandservice_3dmodel .imageDetatil small, */
#signage .imageDetatil small{
	display: block;
}
.imageBox canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	vertical-align: top;
}
#productandservice_image .imageBox #imageThumb,
#productandservice_image .imageBox #imageLarge,
#productandservice_image .imageBox #imageMap{
	opacity: 0;
}
.imageBox .img.active + .canvasScreen,
#productandservice_movie .imageBox .img.active + .canvasScreen,
#productandservice_download .imageBox .img.active + .canvasScreen,
#productandservice_3dmodel .imageBox .img.active + .canvasScreen{
	position: relative;
}
#productandservice_image .imageBox .img.active + canvas,
#productandservice_download .imageBox .img.active + canvas	{
	height: auto;
}
.imageDetatil{
	float: left;
}
.imageDetatil + div{
	margin-left: 411px;
}
input[type="radio"] {
	display: none;
}
#publicSet label,
#blendSet label,
#rotateSet label{
	display: inline-block;
	font-size: 13px;
	position: relative;
	margin-right: 20px;
	padding-left: 25px;
	cursor: pointer;
}
#publicSet label::before,
#blendSet label::before,
#rotateSet label::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #4A5564;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0%,-50%);
}
#publicSet input[type="radio"]:checked + label::after,
#blendSet input[type="radio"]:checked + label::after,
#rotateSet input[type="radio"]:checked + label::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translate(0%,-50%);
	background: #FFFFFF;
}
#productandservice_image form,
#productandservice_movie form,
#productandservice_download form,
#productandservice_3dmodel form,
#signage form{
	margin: 0 auto;
  max-width: 1290px;
}
/* productandservice_movie.php */
#productandservice_movie .imageBox canvas,
#productandservice_download .imageBox canvas,
#productandservice_3dmodel .imageBox canvas,
#signage .imageBox canvas{
	position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  vertical-align: top;
}
.imageBox .img.active + canvas{
	position: relative;
}
input[type="file"]{
	display: none;
}
.btn{
	background: #4A5564;
	color: #fff;
	border: none;
}
#preview{
	position: relative;
}
.preview{
	position: relative;
}
/* .preview::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
} */
.preview.active::before{
	display: none;
}
.modal {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 103;
}
.modal .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	transform: translate(-50%, -50%);
}
.modal .inner .btn {
	position: relative;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	color: #fff;
	cursor: pointer;
}
/* productandservice.html */
#dashboardList ul li.iconImage .thumb::before{
	background-image: url(/img/icon_image.png);
}
#dashboardList ul li.iconMovie .thumb::before{
	background-image: url(/img/icon_movie.png);
}
#dashboardList ul li.iconSignage .thumb::before{
	background-image: url(/img/icon_signage.png);
}
#dashboardList ul li.iconDownload .thumb::before{
	background-image: url(/img/icon_download.png);
}
#dashboardList ul li.icon3dmodel .thumb::before{
	background-image: url(/img/icon_3dmodel.png);
}
#productandservice #dashboardList ul li .thumb {
	width: 244px;
	margin: 0 auto 25px;
}
.imageList li,
.movieList li,
.downloadList li,
.modelList li,
.designList li,
.listWrap .list li
{
	display: inline-block;
	width: 160px;
	margin: 25px;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.2;

}
/* productandservice_3dmodel.php */
.imageInfo{
	display: flex;
	justify-content: space-between;
}
.imageInfo .text{
	width: 50%;
}
#productandservice_3dmodel form > .previewBox{
	float: left;
}
#productandservice_3dmodel form > .previewBox #scene{
	width: 300px;
	height: 300px;
	position:relative;
}
#productandservice_3dmodel form > .previewBox .loading{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#productandservice_3dmodel form > .previewBox .loading span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
}
#productandservice_3dmodel form > .previewBox + div{
	margin-left: 411px;
}
#productandservice_3dmodel form #textureRec canvas{
	display: none;
}
/* signage_detail.php */
#signage .imageSelect + span{
	display: block;
}
/* viewer.php 後に削除する*/
#boothDesign_test #form{
	position: absolute;
	top: 400px;
	right: 80px;
	color: white;
}
#boothDesign_test input[type="radio"]{
	display: inline;
}
/* boothdesign_design.php */
#boothSetting .boothList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.close-button.close-bottom{
	display: none;
}
#linkToWorksPage{
	position: absolute;
	top: 160px;
	right: 60px;

}
.dg .selector{
	display: block !important;
	position: relative !important;
}
/* viewer.php */
#formContainer {
	position: fixed;
	top: 110px;
	right: 0;
	width: calc(100vw / 2);
	background: rgba(255,255,255,1.0);
	transform: translateX(0%);
	transition: transform .5s;
	/* z-index: 100; */
}
#formContainer form {
	width: 100%;
	height: calc(100vh - 180px);
	padding: 30px 40px 40px;
	overflow-y: auto;
}
#formContainer.active {
	transform: translateX(100%);
}
#formContainerBtn {
	width: 60px;
	height: 60px;
	background: #3a4351;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%,0%);
	cursor: pointer;
}
#formContainerBtn {
	width: 60px;
	height: 60px;
	background: #3a4351;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%,0%);
	cursor: pointer;
}
#formContainerBtn.active::before {
	margin-left: 5px;
	transform: translate(-50%,-50%) rotate(-135deg);
}
#formContainerBtn::before {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	transform: translate(-50%,-50%) rotate(45deg);
	transition: transform .5s, margin-left .5s;
}
#loading{
	background: #FFFFFF;
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: 10;
	top: 0;
    left: 0;
}
#brightdark{
	text-align: left;
}
#formContainer #matSaveBtn {
	display: block;
	width: 100%;
	max-width: 220px;
	height: 50px;
	margin: 30px auto 0;
	background: #3a4351;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.08em;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#dashboardTtl h1{
	font-size: 24px;
	line-height: 1.45;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-bottom: 10px;
}
#dashboardTtl .text{
	font-size: 14px;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}
#dashboardTtl .back{
	width: 60px;
	height: 60px;
	background: #3a4351;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
}
#dashboardTtl .back::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}
