@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h4, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

/* コンテナ
----------------------------------------*/
div#wrap-container {
  padding: 0;
  width: 100%;
}

div#container {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  margin: 0 0 80px;
}

/* SP非表示
----------------------------------------*/
.sp {
  display: none;
}

/* タイトル
----------------------------------------*/
span.space {
  margin-left: 1em;
}

#container h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 auto 37px;
  padding-bottom: 0;
  width: 980px;
}

.title-banner {
  position: relative;
  margin: 0 auto;
  background-color: #AADBE3;
}

.title-banner-inner {
  width: 980px;
  margin: 0 auto;
}

div#top-banner h2 {
  width: 100%;
  border: none;
  color: #000;
  margin: 1% 3% -37px auto;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.4;
}

div#top-banner {
  padding: 60px 0 0;
  margin: 0 auto;
  text-align: center;
}

/* first view */
#fv-area {
  width: 100%;
  position: relative;
}

#fv-image-hover {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

#fv-check-area span.check-icon {
  width: 30px;
  height: 30px;
  background-image: url(/static/images/seihin_joho/telework_fully/btn_check_gr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  z-index: 2;
}

#fv-check-area span.check-icon:hover {
  background-image: url(/static/images/seihin_joho/telework_fully/btn_check_red.png);
  cursor: pointer;
}

#fv-check-area span.check-icon.box {
  position: absolute;
  top: 470px;
  left: 90px;
}

#fv-check-area span.check-icon.cable {
  position: absolute;
  top: 264px;
  left: 777px;
}

#fv-check-area span.check-icon.camera {
  position: absolute;
  top: 78px;
  left: 663px;
}

#fv-check-area span.check-icon.chair {
  position: absolute;
  top: 389px;
  left: 105px;
}

#fv-check-area span.check-icon.chairmat {
  position: absolute;
  top: 763px;
  left: 220px;
}

#fv-check-area span.check-icon.desk {
  position: absolute;
  top: 368px;
  left: 772px;
}

#fv-check-area span.check-icon.dkstation {
  position: absolute;
  top: 225px;
  left: 504px;
}

#fv-check-area span.check-icon.footrest {
  position: absolute;
  top: 533px;
  left: 615px;
}

#fv-check-area span.check-icon.headset {
  position: absolute;
  top: 433px;
  left: 720px;
}

#fv-check-area span.check-icon.light {
  position: absolute;
  top: 68px;
  left: 365px;
}

#fv-check-area span.check-icon.mouse_kb {
  position: absolute;
  top: 388px;
  left: 449px;
}

#fv-check-area span.check-icon.shelf_arm {
  position: absolute;
  top: 202px;
  left: 627px;
}

#fv-check-area span.check-icon.stand {
  position: absolute;
  top: 70px;
  left: 435px;
}

#fv-check-area span.check-icon.tap {
  position: absolute;
  top: 234px;
  left: 708px;
}

#fv-check-area span.check-icon.twbag_L {
  position: absolute;
  top: 719px;
  left: 612px;
}

#fv-check-area span.check-icon.twbag_S {
  position: absolute;
  top: 124px;
  left: 308px;
}

#fv-check-area span.check-icon.wristrest {
  position: absolute;
  top: 403px;
  left: 534px;
}

/* animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 製品一覧 */
#detail-area {
  width: 920px;
  margin: 50px auto 0;
}

.product-area {
  padding-bottom: 55px;
}

.product-area h2 {
  width: 100%;
  height: 71px;
  line-height: 70px;
  font-size: 1.6em;
  color: #FFFFFF;
  background-color: #26A5BA;
  text-align: center;
  margin-bottom: 45px;
  padding: 8px 0 0;
  letter-spacing: .5px;
}

#detail-area .product-area h2 {
  height: 64px;
  line-height: 71px;
  margin-bottom: 30px;
  padding: 0;
}

.product-area .tw-item {
  width: 300px;
  float: left;
}

.product-area.more .tw-item {
  width: 230px;
  float: left;
}

.product-area .left-item {
  margin-left: 11.8%;
}

.product-area.more .left-item {
  margin-left: 1%;
}

.product-area .item-image img {
  border: 1px solid #CCCCCC;
  width: 100%;
}

.product-area .item-detail {
  margin: 5.5% auto 0;
  width: 98%;
}

.product-area span.hinmei {
  display: block;
  margin: 8% 1% 0;
  letter-spacing: -.3px;
  width: 100%;
  line-height: 1.3;
}

.product-area span.cap {
  display: block;
  font-weight: bold;
  line-height: 1.6;
  height: 70px;
  width: 105%;
  font-size: 0.93rem;
  letter-spacing: -.08em;
}

.product-area a span.hinban {
  display: block;
  background: url(/static/images/seihin_joho/telework_fully/yaji_maru_bl.png) no-repeat left 0;
  font-size: 1em;
  color: #1C64B3;
  font-weight: bold;
  background-size: 15px;
  padding: 0 0 0 7%;
  margin: 4% 1.6% -1px;
}

.product-area div.m-plus {
  float: left;
  padding: 10% 3% 0;
}

.product-area.more div.m-plus {
  float: left;
  padding: 6% 3% 0;
}

.product-area.more div.m-or {
  float: left;
  padding: 8.5% 3% 0;
}

.product-area div.m-none {
  padding: 1%;
  display: block;
  float: left;
}

.product-area div.cap-double {
  width: 200%;
}

.product-area div.cap-double span.hinmei {
  margin: 0;
}

.product-area div.cap-double span.hinban {
  margin: 2% 0;
  padding-left: 3%;
}

.product-area div.center span.cap {
  width: 100%;
  letter-spacing: -.5px;
}

#product-cable div.center span.cap {
  width: 103%;
  letter-spacing: -.5px;
}

.product-area div.center .tw-item:first-child {
  margin-left: 16.5%;
}

div.product-area .item-image img {
  opacity: 1 !important;
}

span.cap.one-line {
  height: 36px;
}

.item-detail {
  color: #333;
}

.product-area a:hover {
  opacity: 0.6;
  transition: .3s;
}

.product-area a:hover span.hinban {
  color: #ff0000;
}

/* modal overlay */
#modal-area {
  width: 920px;
  height: auto;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 0;
  font-size: 1rem;
  z-index: 2010;
  position: relative;
}

#modal-close {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 70px;
  z-index: 2011;
}

#modal-close img {
  max-width: 100%;
}

#modal-scroll {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  overflow: auto;
  position: fixed;
  padding: 0 0 1px;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 2007;
}

#modal-popover {
  width: 920px;
  position: absolute;
  margin: 40px;
  padding: 0;
  z-index: 2008;
  height: auto;
  opacity: 1;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#modal-wrapper {
  overflow: visible;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFF;
  z-index: 2009;
}

div.product-area a:hover span.cap {
  color: #333333;
}

/* バナーエリア */
div.banner {
  width: 980px;
  text-align: center;
  margin: 40px auto 0;
}

/* 関連ページ */
#relation-outer {
  width: 980px;
  margin: 40px auto 0;
}

.relation h3 {
  font-size: 1.6em;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  background-color: #004DA2;
}

.relation img {
  width: 230px;
  height: auto;
  margin: 20px 20px 0 0;
}

.link-img li {
  display: inline;
  float: none;
  margin: 0;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}
