@font-face {
  font-family: "mplus";
  src: url("/product/closeup/assets/font/mplus/mplus-1p-light.woff") format("woff"), url("/product/closeup/assets/font/mplus/mplus-1p-light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "mplus";
  src: url("/product/closeup/assets/font/mplus/mplus-1p-regular.woff") format("woff"), url("/product/closeup/assets/font/mplus/mplus-1p-regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "huifont";
  src: url("/product/closeup/assets/font/huifont/HuiFontP109.woff") format("woff"), url("/product/closeup/assets/font/huifont/HuiFontP109.ttf") format("truetype");
  font-weight: 400; }
.huifont {font-family: "huifont" !important;}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/product/closeup/assets/font/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /*inherit*/
  line-height: 1; /*inherit*/
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

i.material-icons.home:before { content: "\e88a";  font-size: inherit; line-height: 1; vertical-align: -22%; margin-right: 5px; }

i.material-icons.archive:before { content: "\e03b";  font-size: inherit; line-height: 1; vertical-align: -24%; margin-right: 5px; }

i.material-icons.link:after { content: "\e315";  font-size: inherit; line-height: 1; vertical-align: -28%;}

i.material-icons.totop:before { content: "\e25a";  font-size: inherit; line-height: 1; vertical-align: ; margin-right: 5px; }

.rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
  .landscape { display: block !important; }
  .portrait { display: none !important; }
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
  .landscape { display: none !important; }
  .portrait { display: block !important; }
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.slider_limit { width: 100%; margin: 0 auto;}
.slider_negative_m {margin-top: -60px !important;}
@media screen and (min-width:47.938em){
.slider_limit { max-width: 70%; margin: 0 auto;}
.slider_negative_m {margin-top: -120px !important;}
}


  .archive-content .divider{height: 1px !important; background: #000 !important;}
  .archive-content p {color: #fff !important;}
  .archive-content p a {color: #fff !important;}
  .archive-content p a:hover { text-decoration: underline !important;}

  .container_wide {
    width: 100%;
  }

.containerInner {
  width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	}
  .containerInner.secproducts-height { height: 100%;}
	@media only screen and (min-width: 340px) {
	}
	@media only screen and (min-width: 370px) {
	}
	@media only screen and (min-width: 400px) {
	}
	@media only screen and (min-width: 430px) {
	}
	@media only screen and (min-width: 500px) {
	}
	@media only screen and (min-width: 580px) {
	}
	@media only screen and (min-width: 601px) {
	}
	@media only screen and (min-width: 760px) {
	}
	@media only screen and (min-width: 800px) {
	}
	@media only screen and (min-width: 993px) {
	}
	@media only screen and (min-width: 1024px) {
	}
	@media only screen and (min-width: 1200px) {
	}
	@media only screen and (min-width: 1300px) {
	}
	@media only screen and (min-width: 1400px) {
	}

  

.float_sign {
  animation: float_sign 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_sign {
  0% { transform:translate(0,0) rotate(0deg); }
  50% { transform:translate(3px,5px) rotate(-1deg) ;}
  100% { transform:translate(0,0) rotate(0deg); }
}



/*** Section Color ***/

#sectioncolor .title.landscape { position: absolute; width: 100%; margin:5% 0 8% 0; padding:0; color: #fff; font-size: 1.4em; text-align: center; z-index: 2;}
@media only screen and (min-width: 500px) {
#sectioncolor .title.landscape { margin:7% 0 8% 0; font-size: 1.8em; }
}
@media only screen and (min-width: 700px) {
#sectioncolor .title.landscape { margin:5% 0 8% 0; font-size: 2em; }
}
@media only screen and (min-width: 993px) {
#sectioncolor .title.landscape { font-size: 2em; }
}
@media only screen and (min-width: 1025px) {
#sectioncolor .title.landscape { font-size: 3em; }
}

#sectioncolor .title.portrait { position: absolute; width: 100%; margin:25% 0 8% 0; padding:0; color: #fff; font-size: 1.8em; text-align: center; z-index: 2;}
@media only screen and (min-width: 500px) {
#sectioncolor .title.portrait { margin:25% 0 8% 0; font-size: 2.4em; }
}
@media only screen and (min-width: 700px) {
#sectioncolor .title.portrait { margin:25% 0 8% 0; font-size: 2.6em; }
}


/*** Section Usage ***/

#sectionusage .title.landscape { position: absolute; width: 100%; margin:5% 0 8% 0; padding:0; color: #fff; font-size: 1.4em; text-align: center; z-index: 2;}
@media only screen and (min-width: 500px) {
#sectionusage .title.landscape { margin:7% 0 8% 0; font-size: 1.8em; }
}
@media only screen and (min-width: 700px) {
#sectionusage .title.landscape { margin:5% 0 8% 0; font-size: 2em; }
}
@media only screen and (min-width: 993px) {
#sectionusage .title.landscape { font-size: 2em; }
}
@media only screen and (min-width: 1025px) {
#sectionusage .title.landscape { font-size: 3em; }
}

#sectionusage .title.portrait { position: absolute; width: 100%; margin:20% 0 8% 0; padding:0; color: #fff; font-size: 1.8em; text-align: center; z-index: 2;}
@media only screen and (min-width: 500px) {
#sectionusage .title.portrait { margin:20% 0 8% 0; font-size: 2.4em; }
}
@media only screen and (min-width: 700px) {
#sectionusage .title.portrait { margin:20% 0 8% 0; font-size: 2.6em; }
}


/*** Section Products ***/

#sectionproducts .title.landscape { position: relative; margin:5% 0 8% 0; padding:0; color: #fff; font-size: 1.4em; text-align: center;}
@media only screen and (min-width: 500px) {
#sectionproducts .title.landscape { margin:7% 0 8% 0; font-size: 1.8em; }
}
@media only screen and (min-width: 700px) {
#sectionproducts .title.landscape { margin:5% 0 8% 0; font-size: 2em; }
}
@media only screen and (min-width: 993px) {
#sectionproducts .title.landscape { font-size: 2em; }
}
@media only screen and (min-width: 1025px) {
#sectionproducts .title.landscape { font-size: 3em; }
}

#sectionproducts .title.portrait { position: relative; margin:20% 0 30% 0; padding:0; color: #fff; font-size: 1.8em; text-align: center;}
@media only screen and (min-width: 500px) {
#sectionproducts .title.portrait { margin:20% 0 30% 0; font-size: 2.4em; }
}
@media only screen and (min-width: 700px) {
#sectionproducts .title.portrait { margin:20% 0 20% 0; font-size: 2.6em; }
}



/* -------------------------------- 

Image Split style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.cd-image-container {
  position: relative;
  width: 100%; /*width: 90%;*/
  max-width: 1440px; /*max-width: 768px;*/
  margin: 0em auto; /*margin: 0em auto;*/
  overflow: hidden; /*add*/
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 2%;
  right: 0;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-shadow:2px 2px 3px #878176;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #f11c34 url("/product/closeup/assets/image-comparison-slider/img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}


