width
	@keyframes yurayura {
  20% , 80%{
      transform: translateX(0)
  }
  30% , 70%{
      transform: translateX(-50%)
  }
}
span{
	display: inline-block;;
}
.wrapper{
	width:100%;
	max-width: 1200px;
	margin: 150px auto 0;
}
.contens-all{
	width:100%;
}
.breadcrumb-home{
	margin: 5px 2px;
	font-size: 14px;
	line-height: 1.4;
	box-sizing: border-box;
}
.pageTop {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 0;
	margin: 0 auto;
	z-index: 1000;
}
.pageTop:hover {
	background: url(../../img/goto-top_hover.png) no-repeat top center;
}
.pageTop a {
	background: url(../../img/goto-top.png) no-repeat top center;
  color: #FFF;
  width: 80px;
  height: 114px;
  bottom: 0;
  right: 10%;
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	margin-left:1000px;
	outline:none;
	text-decoration: none;
	border-radius:3px 3px 0 0;
}


section {
	width: 100%;
	margin: 0 0 10px;
	overflow: hidden;
}
.inner-cont{
	width: 100%;
	margin: 5px 0 20px 0;
	text-align:center;
	box-sizing: border-box;
	position: relative;
}
.inner-cont img{
	width:100%;
}
.inner-cont img.function-img{
	max-width: intrinsic;
}
.inner-cont p{
	width: 98%;
	margin: 5px auto 20px;
	text-align:left;
}
.section {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 60px;
	overflow: hidden;
}
#syouhin-ta{
	margin-bottom: 30px;
	overflow: hidden;
}

h1 {
	font-size: 24px;
	width: initial;
  position: relative;
  line-height: 1.4em;
  padding: 0 1em;
	margin: 10px auto;
  display: inline-block;
}

h1:before, h1:after { 
  content:'';
  width: 15px;
  height: 20px;
  position: absolute;
  display: inline-block;
}

h1:before {
  border-left: solid 3px #55aaAA;
  border-top: solid 3px #55aaAA;
  top:0;
  left: 0;
}

h1:after {
  border-right: solid 3px #55aaAA;
  border-bottom: solid 3px #55aaAA;
  bottom:0;
  right: 0;
}


h2{
	font-size:24px;
	line-height:1.8em;
	font-weight: normal;
	text-align: center;
	border: 1px solid #999;
	/*background: #EEE;*/
	margin:10px 0;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;*/
}
h3{
	width: 100%;
	font-size:22px;
	line-height:1.2em;
	font-weight: normal;
	padding: .25em 0 .25em .75em;
	text-align: left;
	border-bottom: 2px solid #55aaAA;
	border-left: 24px solid #55aaAA;
	margin:10px auto;
	box-sizing: border-box;
}

/*h2{
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic","游ゴシック体", YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-left: 20px solid #39D;
	border-bottom: 2px solid #39D;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}

h1 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
*/
h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	margin: 0 0 4px 0;
	border-bottom: 2px solid #55aaAA;
	padding: 0 3px;
	box-sizing: border-box;
}
.s1-textbox{
	font-size:20px;
	font-weight: normal;
	line-height:1.4em;
	text-align: center!important;
	margin-bottom: 20px!important;
}
#contents{
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#contents:after{
	content: "";
	width: 32%;
}
.direct-print{
	width: 80%;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #79592d;
	text-align: left;
}
.direct-print p{
	width: 70%;
	margin: 20px auto;
	text-align: left;
}
.syouhin-func .eco-mark{
position: absolute;
top: 3.5em;
left: 1em;
width: 30%;
}
.mdf-texture{
	width: 100%;
}
.mdf-texture img{
	width: 50%;
	display: inline-block;
	vertical-align: bottom;
}
.syouhin-func, .syouhin-new-func{
	width: 33%;
	padding: 0 10px 20px;
	box-sizing: border-box;
	position: relative;
}
.syouhin-func p, .syouhin-new-func p{
	font-size: 16px;
	line-height:1.4em;
	padding: 5px 0 30px;
	margin: 0;
	
}
.syouhin-spec{
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.popup-view {
	border-radius: 1.4em;
	border: 2px solid #FFF;
	background:  #5AA;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.syouhin-func-img, .spec-image{	
	position: relative;
}
.syouhin-func-img:hover .popup-view,
.spec-image:hover .popup-view{	
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s;
}
#contents .syouhin-func h5, #contents .syouhin-new-func h5{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 4px 0;
	padding: 3px 50px 3px 10px;
	border-bottom: none;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0));
	box-sizing: border-box;
	position: absolute;
	top: 0.7em;
	display: inline-flex;
	align-items: center;
	z-index: 100;
}
.led-light{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
}
.led-light .images{
	width: 50%; /*暫定*/
	padding:10px;
	box-sizing: border-box;
}
.led-light-text{
	width: 50%;
	box-sizing: border-box;
}
.p-image{
	width: 25%;
	padding:0;
	box-sizing: border-box;
}
.item_txt3{
	width: 25%;
	padding:0px 10px 30px 10px;
	box-sizing: border-box;
}
.p-image img{
	width: 100%;
}
.item_txt3 h5{
	font-size:20px;
	font-weight: bold;
	margin: 0 0 14px 0;
}
.spec-info{
	width:75%;
	margin: 0 0 70px 10px;
	box-sizing: border-box;
}
.spec-info2{
	width:70%;
	margin: 0 0 30px 10px;
	box-sizing: border-box;
	position: relative;
}
.products_dm_spec{
    width: 98%;
    margin-left: 2%;
    /* display: inline-block; */
    /* flex-wrap: wrap; */
}
.products_dm_spec img{
    margin-right: 2%;
    width: 200px;
    vertical-align: top;
    margin: ;
}
.spec-info dl, .spec-info2 dl, .products_dm_spec dl{
    width: 65%;
    margin: 0 0 10px;
    box-sizing: border-box;
    display: inline-block;
    flex-wrap: wrap;
    text-align: left;
    border-top: 1px solid #ccc;
}
.spec-info dt, .spec-info2 dt, .products_dm_spec dt{
    width: 30%;
    padding: 2px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.spec-info dd, .spec-info2 dd, .products_dm_spec dd{
    width: 70%;
    margin: 0;
    padding: 2px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
}
.spec-info2-unit{
	margin-bottom: 10px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.2em;
}
.spec-info2-unit::after{
  content:"";
  display: block;
  width:18%;
}
.spec-info h4{
	font-size: 16px;
	font-weight: 600;
	/*border-bottom: 3px solid #999;*/
	margin-bottom: 5px;
}
.compo-unit{
	width: 18%;
	margin-bottom: 10px;
}
.detail-inner{
	display:flex; flex-wrap:wrap;
	margin-bottom: 20px;
	padding:10px;
	border: 3px dotted #CCC;
}
.detail-inner h3{
	color: #333;
	font-size: 20px;
	font-weight: 600;
	border-left: 10px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 0 10px 0;
}
.func-icon{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	align-items: flex-start;
	position: relative;
}
.func-icon img{
	width:       52px;
	height:      52px;
	margin-bottom:3px;
	margin-right:3px;
	display:     block;
}
.func-icon .discription img{
	width:       52px;
	height:      52px;
	margin-bottom:3px;
	margin-right:3px;
	display:     block;
}
.func-icon .discription img:hover{
	cursor: pointer;
	opacity: 0.5;
}
.func-icon .discription p{
	display: none;
	color: #FFF;
	transition: all 2s;
}
.func-icon .discription img:hover +p {
    position: absolute;
    top:-80px;
    left:0px;
    display: block;
    background: #000;
		opacity: 0.9;
    padding: 10px;
    border-radius: 10px;
		width: initial;
	transition: all 2s;
}
.sozai{
	width:100%;
	margin: 20px 0 0;
	padding: 5px 5% 10px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.sozai .sozai-imagebox{
	width:100%;
	padding: 0 20px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.sozai .sozai-imagebox img{
	width:50%;
	margin: 0;
	padding: 0;
}
.detail-function_pdt{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	border: 3px dotted #CCC;
}

.detail-function_pdt ul{
	width:100%;
	padding: 125px 0 0 0;
}
.detail-function_pdt li{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width:49%;
}
.rakuten-go{
	width: 100%;
	text-align: left;
}
.rakuten-go img{
	width: 154px;
}

.spec-image{
	width: 33%;
	padding:5px 5px 30px;
	box-sizing: border-box;
	text-align: center;
}
.spec-image_qua{
	width: 25%;
	padding:5px 5px 30px;
	box-sizing: border-box;
}
.syouhin-recommend{
	width: calc(25% - 2px);
	padding: 0 5px 70px;
	margin: 1px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}
#contents .syouhin-recommend h5{
	font-size: 14px;
}
#contents .syouhin-recommend p{
	font-size: 14px;
	margin:0;
}

.syouhin-recommend .rakuten-go{
	width: 90%;
	position:absolute;
	bottom:0;
}

.detail-function{
	width: 130px;
	height: 130px;
	position:absolute;
	top: 10px;
	left: 10px;
}
.native-width{
	width:initial!important;
}
.sp-width{
	width:600px!important;
}
.inner-cont .product-image{
	width: 30%;
}
.inner-cont .product-detail{
	width: 70%;
	float: left;
	text-align: left;
}
.inner-cont .product-detail dl{
	width: 70%;
	ma
}
.inner-cont .product-detail dd{
	margin-left: 70px;
}
.pict{
	width:100%;
}
.pict img{
	width:52px;
}
.products_dm{
	width:95%;
	margin:0 auto 30px;
	padding-bottom: 60px;
	box-sizing: border-box;
	border: 3px dotted #CCC;
	position: relative;
}

/*-----------dm------------*/
.products_dm_inner{
    width: 50%;
    padding: 1.5%;
    box-sizing: border-box;
}
.products_dm_character{
	width:25%;
	padding: 0 0 20px 30px;
	box-sizing: border-box;
}
.products_dm_inner img, .products_dm_character img{
	width:100%;
}
.products_dm_inner p{
	margin: 0;
}
.image-box{
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.products_dm .image-box h3{
	border-bottom: 3px dotted #CCC;
	border-left: none;
	padding: 10px;
	margin: 0;
	font-weight: 600;
	color: #666;
}

.twin-link{
	width: 96%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.twin-link-inner{
	width:50%;
	position:relative;
	padding-bottom: 10px
}
.twin-link-inner p{
	font-weight: 900;
	margin-bottom: 30px;
}
.products_dm .products_dm_inner .dm_copylight {
text-align: right;
font-size: 9px;
margin-top: -5px;
padding-right: 12px;
}
.scroll{
	width: 100%;
}
/*--------VINTE2--------*/

.boxer-info-wrap{
	width: 100%;
	position: relative;
}
.boxer-info-wrap img{
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index:0;
}
.boxer-info-cover{
	width: 100%;
	position: relative;
	top: 0;
	left:0;
	z-index:100;
	opacity:0;
	transition-duration: 1s;
}
 
.boxer-info-cover:hover {
	opacity:0.7;
	transition-duration: 0.5s;
}
.under-line{
	background: linear-gradient(transparent 70%, #ff99ab 70%);
	display: inline;
}
.flex-start{
	justify-content: flex-start!important;
}

/*--------ZDリニアミオコンポ---------*/
.zd-top{
	overflow: hidden;
	width:100%;
}
.zd-top ul li{
	display: inline-block;
	width: 50%;
}
.zd-top img{
	display: inline-block;
	width: 100%;
}
/*--------ZEリニアミオEX---------*/
.ze-feature{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.ze-feature p{
	width:40%;
	font-size:24px;
	padding: 30px 5px 0 0;
}
.ze-tenban{
	width:60%;
}
.ze-feature .ze-layout{
	width:25%;
}
.ze-feature .ze-layout p{
	width:100%;
	padding: 0;
	font-size:16px;
	text-align: center;
}


@media only screen and (max-width: 1200px) {
	.main-menu {
	width: 98%;
	margin: 0 auto;
	}
	.contens-all{
		width: 99%;
		margin: 0 auto;
	}
	.inner-cont {
	width: 98%;
	margin: 0 1%;
	}
}
@media only screen and (max-width: 1000px) {
	.sozai{
	margin: 20px 0 0;
	padding: 5px 1% 10px;
	}

	.pageTop {
		width:100%;
	}
	.pageTop a {
		left:-88px;
		margin-left:100%;
		}
	.spec-info2 {
	padding-bottom: 10px;
	}

}
@media only screen and (max-width: 800px) {
	.syouhin-func{
    pointer-events: none;
	}
	.syouhin-recommend{
		width: calc(33% - 2px);
		padding: 0 5px 70px;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}
	.syouhin-func{
		padding: 0 5px 20px;
		box-sizing: border-box;
    pointer-events: none;
	}
	
	.syouhin-func, .syouhin-new-func{
		width: 50%;
		box-sizing: border-box;
		}
		#contents .syouhin-func h5, #contents .syouhin-new-func h5{
		font-size: 14px;
		font-weight: 600;
		top: 0.5em:
		line-height: 1.4em;
	}
	#contents .syouhin-func p, #contents .syouhin-new-func p{
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 400;
	}
	.direct-print{
		width: 95%;
		margin: 0 auto;
	}
		.direct-print p{
		width: 90%;
		text-align: left;
	}
	.spec-info, .spec-info2 {
	width: 100%;
	margin: 0;
	}

	.inner-cont .product-image {
	width: 60%;
	margin: 0 auto;
	}
	.products_dm_spec{
	width:100%;
	margin:0;
	}
	.spec-info dl, .spec-info2 dl, .products_dm_spec dl{
		width: 95%;
		border-top: none;
	}
	.spec-info dt, .spec-info2 dt, .products_dm_spec dt{
		float: none;
		width: 100%;
		padding: 0 20px;
		background: #EEE;
		border: none;
		box-sizing: border-box;
	}
	.spec-info dd, .spec-info2 dd, .products_dm_spec dd{
		float: none;
		width: 100%;
		border: none;
		margin-left:0;
		margin-bottom: 10px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.spec-info h4{
	border-bottom: none;
	text-align: center;
	}
	.func-icon, .rakuten-go{
		width:95%;
		margin:0 auto 10px;
	}
	.detail-function {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 10px;
	}
	.detail-function_pdt ul {
	padding:100px 0 0 0;
	}
	.detail-function_pdt li {
	width: 100%;
	}
	.native-width{
	width:100%!important;
	}
	.twin-link-inner{
	width:100%;
	padding-bottom: 20px
	}
}
@media only screen and (max-width: 640px) {
	.wrapper{
	margin: 80px auto 0;
	}
	.breadcrumb-home {
	padding-top: 0;
	}
	section{
	margin: 0 0 20px;
	}
	h1 {
		font-size: 22px;
	}
	h2{
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	}
	h3{
	width: 100%;
	font-size:20px;
	line-height:1.2em;
	font-weight: normal;
	padding: .25em 0 .25em .3em;
	margin:10px auto;
	box-sizing: border-box;
	border-left: 10px solid #55aaAA;
	}
	.inner-cont {
	margin: 0 1% 20px;
	}
	.inner-cont img.function-img{
	width:100%;
	}
	.sp-width{
	width:100%!important;
	}
	.s1-textbox {
	font-size: 16px;
	line-height: 1.4em;
	text-align: left;
	}
	.mdf-texture img{
	width: 100%;
	display: block;
	}

	.led-light{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.led-light .images{
		width: 50%;
		padding:10px;
		box-sizing: border-box;
		}
	.led-light-text{
		width: 90%;
		margin: 0 auto;
	}
	.syouhin-recommend{
		width: calc(50% - 2px);
	}
	.spec-image_qua{
	width: 50%;
	}
	.spec-info2-unit{
	margin-bottom: 20px;
	}
	.spec-info2-unit::after{
  content:"";
  display: block;
  width:33%;
	}
	.compo-unit {
	width:33%
	}
	.sozai .sozai-imagebox img{
	width: 100%;
	}
	.sozai-textbox{
	text-align: left;
	}
	.spec-image {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	}
    .popup-view { 
    border-radius: 1em;
    font-size:16px;
    width: 90%;
    }
	#contents .syouhin-recommend h5{
	font-size: 16px;
	margin-top: 5px;
	}
	.products_dm_inner{
		width:100%;
		padding: 0 5px 5px;
	}
	.products_dm_character{
	width:40%;
	padding: 0 0 20px 20px;
	}
	.scrollscroll{
	width: 90%;
	padding: 0 5%;
	overflow: scroll;
	}
	.pageTop {
		width:100%;
	}
	.pageTop a {
		left: 0;
		margin-left: calc(100% - 80px);
	}	
	.inner-cont p {
		font-weight: 600;
		margin: 0 auto 15px;
		width: 100%;
		padding: 5px;
	}
	.under-line{
	background: none;
	}
	
	.products_dm_spec img{
		width: 50%;
		padding: 0 0 5% 5%;
	}
	/*--------ZEリニアミオEX---------*/
	.ze-feature p{
	width:100%;
	font-size:18px;
	font-weight: 400;
	padding: 0;
	}
	.ze-tenban{
	width:80%;
	margin: 0 auto;
	}
	.ze-feature .ze-layout{
	width: 50%;
	}
	.ze-feature .ze-layout p{
	width:100%;
	padding: 0;
	font-size:16px;
	text-align: center;
	}
	
	/*--------ZDリニアミオコンポ---------*/
	.zd-top ul li{
		width: 20px;
	}
/*	.zd-top img{
	width:200%;
	transform-origin: center bottom;
	animation: yurayura 20s ease-in-out infinite;
	}*/
}

@media only screen and (max-width: 480px) {
	.breadcrumb-home{
	font-size: 12px;
}
	/*.syouhin-recommend{
		width: calc(100% - 2px);
		padding: 0 5px 70px;
	}*/
	#Content-Main {
		font-size: 12px;
	}
	h1 {
		font-size: 16px;
		line-height: 1.4em;
		text-align: center;
	}
	h1:before, h1:after {
	width: 12px;
	height: 15px;
	}
	.spec-image {
			/* width: 100%; */
			padding: 5px;
			box-sizing: border-box;
	}
	.syouhin-func, .syouhin-new-func{
		width: 100%;
		padding: 0 5px 20px;
		box-sizing: border-box;
	}
		#contents .syouhin-func h5, #contents .syouhin-new-func h5{
		font-size: 20px;
		font-weight: 300;
		top: 0.5em:
		line-height: 1.4em;
	}
		#contents .syouhin-func p, #contents .syouhin-new-func p{
		margin: 0 auto 15px;
		width: 100%;
		padding: 10px;
		background: #EEE;
	}

	.rakuten-go img {
	width: 130px;
	}
}

