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

/* ===================
カタログページ製品情報
======================*/
/*===== main-visualエリア =====*/
.js-product-color-selector {
  height: 45px !important;
}

.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.02em;
  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 + var(--barW) / 2);
}
@media screen and (max-width: 960px) {
  .sec-unit.bg-black {
    width: 100%;
    margin: 0px;
  }
}

.sec-unit.kv {
  width: calc(100vw - var(--barW));
  margin: 0 calc(50% - 50vw + var(--barW) / 2);
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  .sec-unit.kv {
    width: 100%;
    margin: 0px;
  }
}
.sec-unit.kv .product-block {
  width: 100%;
}
.product-block .eyeCatching {
  --margin: 14px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-block .eyeCatching-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - var(--margin)) / 2);
  margin-right: var(--margin);
  padding: 26px 0;
  border: 1px solid #BBB;
  border-radius: 50px;
}
.product-block .eyeCatching-item:nth-child(2n) {
  margin-right: 0;
}
.product-block .eyeCatching-item-subtitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.product-block .eyeCatching-item-maintitle {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3.3rem;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1.4;
  color: #ff5502 !important;
}
.product-block .eyeCatching.battery .eyeCatching-item {
  padding-bottom: 0;
  padding-right: 58px;
  border: none;
}
.product-block .eyeCatching.battery .eyeCatching-item:nth-child(2n) {
  padding-right: unset;
  padding-left: 60px;
}
.product-block .eyeCatching.battery .eyeCatching-item-maintitle {
  font-size: 5.2rem;
}

.float-area {
  width: 100%;
}
.float-area h3 {
  text-align: left;
}
.float-area-l {
  float: right;
  margin-right: -50px;
  padding-left: 32px;
  padding-bottom: 10px;
}

.simulation-tabs-body {
  margin-top: 0 !important;
}

hr.js-floating-off {
  margin-top: 0;
}

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

.bg-siren {
  width: 940px;
  padding: 90px 50px 660px 50px;
  background-image: url(/flcache_data/product/scwatchultra25/img_siren_01_pc.png);
  background-repeat: no-repeat;
  background-size: 940px;
  background-position: bottom;
}

.widthFull-pc {
  width: calc(100vw - var(--barW));
  margin: 0 calc(50% - 50vw + var(--barW) / 2);
}
@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: -50px;
}

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

.u-mt-m10-pc {
  margin-top: -10px !important;
}/*# sourceMappingURL=style_pc.css.map */