@charset "UTF-8";
/*================================================================================
scwatch7個別CSS PC
=================================================================================*/
@media screen and (max-width: 960px) {
  .simulation-tabs-body {
    width: 960px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* ===================
カタログページ製品情報
======================*/
.product-block,
.product-block p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.018em;
  font-size: 2.3rem;
  line-height: 1.95;
}
.product-block sup,
.product-block p sup {
  position: relative;
  top: -2px;
  font-size: 0.6em;
  letter-spacing: 0.09em;
}

.product-block {
  width: 840px;
  margin: 0 auto;
}

.product-block h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 5rem;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
.product-block h3.powerful {
  letter-spacing: 0.01em;
}
.product-block h3 sup {
  position: relative;
  top: -2px;
  font-size: 0.6em;
  letter-spacing: 0.09em;
}

.bg-black .product-block, .bg-black .product-block h3, .bg-black .product-block p {
  color: #FFF;
}

.scwatch7-pcCol2smtCol1 {
  display: flex;
  flex-wrap: wrap;
}
.scwatch7-pcCol2smtCol1-item {
  width: calc(100% - (55.71% + 14px));
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.scwatch7-pcCol2smtCol1-item:nth-child(2n-1) {
  width: 55.2%;
  margin-right: 14px;
}
.scwatch7-pcCol2smtCol1-item img {
  width: 100%;
}

.scwatch7-notice-item {
  --padding: 0.2rem;
  text-indent: calc((2em - var(--padding)) * -1);
  padding-bottom: 2px;
  padding-left: calc(2em - var(--padding));
  color: #888888;
  font-size: 1.9rem;
  line-height: 1.8em;
}
.scwatch7-notice-item::before {
  content: "※" attr(data-count);
  padding-right: var(--padding);
}

.sec-unit.bg-black {
  width: calc(100vw - var(--barW));
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  .sec-unit.bg-black {
    width: 100%;
    margin: 0px;
  }
}

.sec-unit.kv {
  width: 940px;
}
@media screen and (max-width: 940px) {
  .sec-unit.kv {
    margin-left: 0;
  }
}
.sec-unit.kv .product-block {
  width: 100%;
}

/* ======================================
カタログページ製品情報 utility
============================================*/
.bg-black {
  background-color: #000;
}

.widthFull-pc {
  width: calc(100vw - var(--barW));
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 940px) {
  .widthFull-pc {
    width: 100%;
    margin: 0;
  }
}

.width-processor {
  width: 940px;
  margin-left: -50px;
}

.width-score {
  width: 940px;
  margin-left: -42px;
}

.width-sleep {
  width: 940px;
  margin-left: -42px;
}/*# sourceMappingURL=style_pc.css.map */