@charset "utf-8";

/* 3Dカタログ コンテンツ用  */
body.contents3D { font-family: font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

#contents3D .wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 70vh;
}

#contents3D .wrap #test2 {
	width: 100vw;
	height: 80vh;
	position: absolute;
	top: 0;
	left: 0;
}

#contents3D .wrap button {
	padding: 5px 10px;
	background-image: linear-gradient(0deg, rgba(254, 254, 254, 1), rgba(239, 240, 240, 1) 50%, rgba(254, 254, 254, 1));
	line-height: 1.25;
	border: 1px solid #777;
	border-radius: 4px;
	color: #1c1b1c;
	font-size: 3vw;
	text-align: left;
}

#contents3D .wrap button,
#contents3D .texArea .onoffbot label:after,
#contents3D .texArea .onoffbot label.boton:after,
#contents3D .texArea .onoffbot label.botoff:after {
	cursor: pointer;
}

#contents3D .wrap h1#logo {
	width: 15%;
	position: relative;
	top: 10px;
	left: 10px;
}
#contents3D .wrap h2#view360mark {
	width: 15%;
	position: relative;
	top: 10px;
	left: 14px;
	margin-top: 10px;
}
#contents3D .wrap .reset {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 17%;
	height: auto;
	z-index: 1;
}
#contents3D .wrap .reset input {
	width: 100%;
	height: auto;
}

#contents3D .texArea {
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0 10px;
	position: relative;
	bottom: 0;
	z-index: 1;
}

#contents3D .texArea table.sp_ope,
#contents3D .texArea table.pc_ope {
	display: none;
}
#contents3D.sp .texArea table.sp_ope,
#contents3D.pc .texArea table.pc_ope
{
	display: table;
}

#contents3D .texArea h3 {
	font-size: 3vw;
	font-weight: bold;
	margin-bottom: 3px;
}
#contents3D .texArea .larea {
	display: table-cell;
}
#contents3D .texArea .rarea {
	width: 24%;
	height: auto;
	display: table-cell;
	padding: 0 0 0 3px;
}
#contents3D .texArea table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	font-size: 3vw;
	text-align: left;
	background: #ffffff7f;
}
#contents3D .texArea table th,
#contents3D .texArea table td {
	border: 1px solid #333;
	padding: 2px 5px;
}
#contents3D .texArea table th {
	white-space: nowrap;
}


#contents3D .texArea .onoffbot {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.48;
	max-height: 53px;
}

#contents3D .texArea .onoffbot label:after,
#contents3D .texArea .onoffbot label.boton:after {
	content: "ON";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: clamp(14px, 4.5vw, 22px);
	font-weight: bold;
	background: #d60000;
	color: #fff;
	z-index: 2;
	max-width: 100px;
}

#contents3D .texArea .onoffbot label.botoff:after {
	content: "OFF";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: clamp(14px, 4.5vw, 22px);
	font-weight: bold;
	background: #bfbfbf;
	color: #333;
	z-index: 2;
	max-width: 100px;
}


#contents3D .footerArea {
	position: relative;
	border-top: 3px solid #d60000;
	padding: 10px 10px 3px;
	font-size: 3.5vw;
	z-index: 1;
}

#contents3D .footerArea p.trurbot {
	position: relative;
	width: 70%;
	margin: 0 auto;
	background: #1b1b1b;
	border-radius: 6px;
	font-weight: bold;
	z-index: 1;
}

#contents3D .footerArea p.trurbot a {
	display: flex;
	padding: 12px 10px 10px;
	color: #fff;
	justify-content: center;
	text-decoration: none;
}

#contents3D p.demetex,
#contents3D p.model
{
	position: relative;
	text-align: right;
	margin-bottom: 3px;
	font-size: 3vw;
	z-index: 1;
}
#contents3D p.model {
	padding-right: 1.5em;
}
#contents3D p.model span {
	display: inline-block;
	margin-left: 1em;
}


/*pc*/
@media screen and (min-width:933px) {

	#contents3D.pc .wrap {
		width: 80vw;
		height: 75vh;
	}

	#contents3D.pc .wrap #test2 {
		width: 80vw;
		height: 90vh;
	}

	#contents3D .wrap .reset,
	#contents3D .wrap h1#logo,
	#contents3D .wrap h2#view360mark
	{
		width: 80px;
	}

	#contents3D.pc p.demetex,
	#contents3D.pc p.model
	{
		width: 60vw;
		margin: 0 auto 5px;
		font-size: 12px;
	}
	#contents3D.pc p.model {
		font-size: 13px;
	}
	#contents3D.pc .texArea {
		width: 60vw;
		margin: 0 auto 10px;
	}

	#contents3D .texArea .rarea {
		width: 100px;
	}

	#contents3D .texArea h3 {
		font-size: 14px;
	}
	#contents3D .footerArea {
		font-size:13px;
	}
	#contents3D .texArea table {
		font-size: 15px;
	}

	#contents3D .texArea .onoffbot lavel.onoff:after,
	#contents3D .texArea .onoffbot lavel.onoff.boton:after,
	#contents3D .texArea .onoffbot lavel.onoff.botoff:after
	{
		font-size:22px;
		max-width: 100px;
	}

	#contents3D .footerArea p.trurbot {
		margin: 0 auto;
		max-width: 400px;
	}

	#contents3D .footerArea p.trurbot a {
		font-size: 16px!important;
	}


}

