@charset "UTF-8";
.sig-200.single,
.sayi-80n.single {
  background: #111;
  color: #fff;
}
.sig-200.single::before,
.sayi-80n.single::before {
  display: none;
}
.sig-200.single main,
.sayi-80n.single main {
  padding: 0;
  margin: auto;
  background-color: #000;
  font-family: "游ゴシック", "Yu Gothic", "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sig-200.single main section.bg_black,
.sayi-80n.single main section.bg_black {
  background-color: rgb(17, 17, 17);
}
.sig-200 .use_img_sec .release-date,
.sayi-80n .use_img_sec .release-date {
  background-color: rgb(165, 11, 11);
  padding: 8px;
  margin: 16px auto;
  margin-left: 0;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
}
.sig-200 p.explanation,
.sayi-80n p.explanation {
  font-weight: 700;
}
.sig-200 section.top_sec,
.sayi-80n section.top_sec {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sig-200 section.top_sec,
  .sayi-80n section.top_sec {
    padding: 8px;
  }
}
.sig-200 section.top_sec .bg_top,
.sayi-80n section.top_sec .bg_top {
  min-height: 100%;
  min-width: 100%;
  background: rgb(17, 17, 17);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgb(17, 17, 17) 85%, rgb(17, 17, 17) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.sig-200 section.top_sec .bg_top.nova_top,
.sayi-80n section.top_sec .bg_top.nova_top {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgb(17, 17, 17) 50%, rgba(17, 17, 17, 0) 100%);
  position: absolute;
}
.sig-200 .bgAfter,
.sayi-80n .bgAfter {
  min-height: 80vh;
  min-width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  margin-top: -100px;
}
.sig-200 .single section,
.sayi-80n .single section {
  padding: 0;
  margin: auto;
}
.sig-200 .top_sec-first,
.sayi-80n .top_sec-first {
  align-items: top;
  justify-content: center;
  padding-top: 150px;
  text-align: center;
}
.sig-200 .top_sec-first.nova-first,
.sayi-80n .top_sec-first.nova-first {
  padding-top: 200px;
}
.sig-200 .top_sec-first p,
.sayi-80n .top_sec-first p {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin: auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.sig-200 .top_sec-first p:nth-child(2),
.sayi-80n .top_sec-first p:nth-child(2) {
  margin-top: 10rem;
}
.sig-200 .body-img,
.sayi-80n .body-img {
  padding-top: 300px;
}
.sig-200 .top_logo,
.sayi-80n .top_logo {
  margin-left: 36px;
  text-align: left;
}
.sig-200 .single section.top_sec,
.sayi-80n .single section.top_sec {
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 0px 3px 3px rgb(0, 0, 0);
  background-color: #111;
  padding-bottom: 0px;
  margin-bottom: 160px;
}
.sig-200 .single section.top_sec::before,
.sayi-80n .single section.top_sec::before {
  position: absolute;
  content: "";
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(100vw - 240px) 100px 0;
  border-color: transparent #FDD100 transparent transparent;
}
.sig-200 .single section.top_sec::after,
.sayi-80n .single section.top_sec::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px calc(100vw - 240px) 0 0;
  filter: drop-shadow(0px 8px 8px #000);
  border-color: #111 transparent transparent transparent;
}
.sig-200 p.type, .sig-200 p.model,
.sayi-80n p.type,
.sayi-80n p.model {
  white-space: nowrap;
  font-size: 1.8rem;
  margin: auto auto 8px;
  line-height: 1.25;
}
.sig-200 h1.product_name,
.sayi-80n h1.product_name {
  font-size: 4rem;
  margin: auto;
  padding: 0;
  line-height: 1.25;
}
.sig-200 .top_visual figure img,
.sayi-80n .top_visual figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sig-200 .logo,
.sayi-80n .logo {
  width: 80%;
  margin: auto;
  margin-bottom: 24px;
  display: block;
}
.sig-200 .logo img,
.sayi-80n .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sig-200 .top_sec-first .logo,
.sayi-80n .top_sec-first .logo {
  margin-bottom: 40px;
  width: 50%;
}
.sig-200 section.use_img_sec .flex,
.sayi-80n section.use_img_sec .flex {
  align-items: flex-end;
}
.sig-200 .sayi-80n section.use_img_sec .flex,
.sayi-80n .sayi-80n section.use_img_sec .flex {
  align-items: center;
}
.sig-200 .use_img_sec .logo,
.sayi-80n .use_img_sec .logo {
  text-align: center;
}
.sig-200 .use_img_sec .logo img,
.sayi-80n .use_img_sec .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sig-200 .use_img_sec .flex .flex-box-2:first-child,
.sayi-80n .use_img_sec .flex .flex-box-2:first-child {
  width: 45%;
}
.sig-200 .use_img_sec .flex .flex-box-2:nth-child(2),
.sayi-80n .use_img_sec .flex .flex-box-2:nth-child(2) {
  width: 55%;
}
.sig-200 section.multi-sec,
.sayi-80n section.multi-sec {
  padding-top: 0px;
}
.sig-200 section.multi-sec h2,
.sayi-80n section.multi-sec h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  text-align: center;
}
.sig-200 section.multi-sec .feature-flex,
.sayi-80n section.multi-sec .feature-flex {
  align-items: center;
}
.sig-200 section.multi-sec .feature-flex img,
.sayi-80n section.multi-sec .feature-flex img {
  width: 100%;
}
.sig-200 section.multi-sec .feature-flex > div > h3,
.sayi-80n section.multi-sec .feature-flex > div > h3 {
  color: #FDD100;
  font-size: 2.4rem;
  font-weight: 700;
  margin: auto;
}
.sig-200 section.multi-sec h4,
.sayi-80n section.multi-sec h4 {
  margin: 0;
  line-height: 1.125;
  font-weight: 700;
  font-size: 2.4rem;
}
.sig-200 section.multi-sec p,
.sayi-80n section.multi-sec p {
  margin: 0;
  margin-bottom: 16px;
}
.sig-200 .midashi-wrap,
.sayi-80n .midashi-wrap {
  text-align: center;
}
.sig-200 .midashi-wrap h2,
.sayi-80n .midashi-wrap h2 {
  font-size: 4rem;
  text-align: center;
  margin: auto;
  margin-top: 0;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.sig-200 .midashi-wrap h2::after,
.sayi-80n .midashi-wrap h2::after {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
}
.sig-200 .midashi-wrap h2::before,
.sayi-80n .midashi-wrap h2::before {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  right: 105%;
}
.sig-200 .midashi-wrap h2::after,
.sayi-80n .midashi-wrap h2::after {
  left: 105%;
}
.sig-200 .midashi_design,
.sayi-80n .midashi_design {
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 4rem;
  color: #aaa;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.sig-200 .single section.feature_sec,
.sayi-80n .single section.feature_sec {
  padding-bottom: 60px;
  /* margin-bottom: 120px; */
  position: relative;
  padding-top: 80px;
}
.sig-200 .feature-flex,
.sayi-80n .feature-flex {
  align-items: end;
}
.sig-200 .feature-flex > div > h3,
.sayi-80n .feature-flex > div > h3 {
  font-size: 2rem;
}
.sig-200 .single section.feature_sec::after,
.sayi-80n .single section.feature_sec::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px calc(100vw - 240px) 0 0;
  filter: drop-shadow(0px 10px 10px #000);
  border-color: #000 transparent transparent transparent;
}
.sig-200 .single section.feature_sec::before,
.sayi-80n .single section.feature_sec::before {
  position: absolute;
  content: "";
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(100vw - 240px) 100px 0;
  border-color: transparent #FF0000 transparent transparent;
}
.sig-200 .single section.youtube_sec,
.sayi-80n .single section.youtube_sec {
  background-image: url(../img/products/sig-200/youtube_bg.jpg);
  min-height: 100vh;
  top: -100px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sig-200 .youtube_sec .midashi-wrap,
.sayi-80n .youtube_sec .midashi-wrap {
  padding-top: 80px;
}
.sig-200 .youtube_sec h3,
.sayi-80n .youtube_sec h3 {
  font-size: 1.8rem;
}
.sig-200 .single section.spec_sec,
.sayi-80n .single section.spec_sec {
  padding-top: 80px;
  box-shadow: 0 -10px 10px rgb(0, 0, 0);
}
.sig-200 .lity-container,
.sayi-80n .lity-container {
  max-width: 80% !important;
  max-height: 80% !important;
}
.sig-200 .lity-content,
.sayi-80n .lity-content {
  max-height: 100% !important;
}
.sig-200 .lity-image img,
.sayi-80n .lity-image img {
  max-height: 80% !important;
  max-width: 80% !important;
  margin: auto;
}
.sig-200 section.product,
.sayi-80n section.product {
  background-color: #000;
  padding: 20px;
}
.sig-200 section.manual-sec,
.sayi-80n section.manual-sec {
  background-color: #BFBC98;
  margin: auto;
  padding: 60px;
}
.sig-200 section.manual-sec .pc-flex,
.sayi-80n section.manual-sec .pc-flex {
  display: block;
}
.sig-200 section.manual-sec h2,
.sayi-80n section.manual-sec h2 {
  width: 100%;
}
.sig-200 .more-btn,
.sayi-80n .more-btn {
  width: 100%;
  padding: 16px;
}
.sig-200 section.product .product_spec_table,
.sayi-80n section.product .product_spec_table {
  font-size: 1.6rem;
}
.sig-200 .spec_sec table,
.sayi-80n .spec_sec table {
  width: 100%;
  table-layout: fixed;
  margin: 8px auto 16px;
}
.sig-200 .spec_sec table td,
.sayi-80n .spec_sec table td {
  background-color: #000;
  text-align: center;
}
.sig-200 .spec_sec table span,
.sayi-80n .spec_sec table span {
  display: block;
}
.sig-200 .spec_sec h3,
.sayi-80n .spec_sec h3 {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
.sig-200 .spec_sec h4,
.sayi-80n .spec_sec h4 {
  font-size: 2rem;
  margin-top: 8px;
  margin-bottom: auto;
}
.sig-200 table.wire_table,
.sayi-80n table.wire_table {
  font-size: 1.5rem;
  border-collapse: collapse;
}
.sig-200 table.wire_table tr th,
.sayi-80n table.wire_table tr th {
  padding: 8px;
  border-spacing: 0;
  border: 1px solid #fff;
}
.sig-200 table.wire_table tr th:first-child,
.sayi-80n table.wire_table tr th:first-child {
  z-index: 1;
}
.sig-200 table.wire_table tr td,
.sayi-80n table.wire_table tr td {
  padding: 8px;
  border-spacing: 0;
  border: 1px solid #fff;
}
.sig-200 table.wire_table tr th,
.sayi-80n table.wire_table tr th {
  width: 35%;
}
.sig-200 table.wire_table tr td,
.sayi-80n table.wire_table tr td {
  width: 65%;
}
.sig-200 section.comparison,
.sayi-80n section.comparison {
  padding-bottom: 60px;
}
.sig-200 main table,
.sayi-80n main table {
  width: calc(100% - 16px);
  padding-bottom: 16px;
  margin: auto;
}
.sig-200 main th,
.sayi-80n main th {
  background: #111;
}
.sig-200 main td,
.sayi-80n main td {
  background-color: #333;
}
.sig-200 .product-specifications,
.sig-200 .product-1culom,
.sayi-80n .product-specifications,
.sayi-80n .product-1culom {
  border-top: 3px solid #fff;
  border-radius: 3px;
}
.sig-200 .c-product-table tr td.current-product,
.sayi-80n .c-product-table tr td.current-product {
  background-color: #222;
}
.sig-200 .c-product-table tr td a,
.sayi-80n .c-product-table tr td a {
  color: #fff;
}
.sig-200 .spec_sec table,
.sayi-80n .spec_sec table {
  border-spacing: 0;
}
.sig-200 .spec_sec table th,
.sig-200 .spec_sec table td,
.sayi-80n .spec_sec table th,
.sayi-80n .spec_sec table td {
  padding: 4px 16px;
  border: 1px solid #fff;
}
.sig-200 main th,
.sig-200 main td,
.sayi-80n main th,
.sayi-80n main td {
  border: 1px solid #fff;
  color: #fff;
}
.sig-200 main tr:last-child td,
.sig-200 main tr:last-child th,
.sayi-80n main tr:last-child td,
.sayi-80n main tr:last-child th {
  border-bottom: solid 1px #fff;
}
.sig-200 .c-product-table tr th,
.sig-200 .c-product-table tr td,
.sayi-80n .c-product-table tr th,
.sayi-80n .c-product-table tr td {
  color: #fff;
}
.sig-200 .c-product-table::-webkit-scrollbar-thumb,
.sayi-80n .c-product-table::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 10px;
  box-shadow: none;
}
.sig-200 .c-product-table::-webkit-scrollbar-track,
.sayi-80n .c-product-table::-webkit-scrollbar-track {
  background: #333;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.sig-200 .product-page-link,
.sayi-80n .product-page-link {
  display: block;
}
.sig-200 .boxInner,
.sayi-80n .boxInner {
  overflow: hidden;
  opacity: 0;
  /* width: inherit; */
  height: inherit;
}
.sig-200 .isPlay,
.sayi-80n .isPlay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.sig-200 .isPlay:before,
.sayi-80n .isPlay:before {
  animation-name: maskOut;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
}
.sig-200 .top_visual .isPlay:before,
.sayi-80n .top_visual .isPlay:before {
  background: #000;
}
.sig-200 .bg_black .isPlay:before,
.sig-200 .bg_black .top_visual .isPlay:before,
.sayi-80n .bg_black .isPlay:before,
.sayi-80n .bg_black .top_visual .isPlay:before {
  background-color: rgb(17, 17, 17);
}
.sig-200 .spec_sec .slide-img,
.sayi-80n .spec_sec .slide-img {
  background-color: transparent;
}
.sig-200 .product-png,
.sayi-80n .product-png {
  max-width: 1200px;
  font-size: 0;
  align-items: center;
  margin: auto;
}
.sig-200 .product-png-right,
.sayi-80n .product-png-right {
  width: 50%;
  padding: 24px;
}
.sig-200 .product-png-left,
.sayi-80n .product-png-left {
  width: 50%;
  padding: 24px;
}
.sig-200 .product-png-left a,
.sayi-80n .product-png-left a {
  width: 100%;
  height: 416px;
  display: block;
}
.sig-200 .product-png-right a,
.sayi-80n .product-png-right a {
  background: rgba(0, 0, 0, 0);
}
.sig-200 .product-png-left a,
.sayi-80n .product-png-left a {
  background: rgba(0, 0, 0, 0);
}
.sig-200 .product-png-left a img,
.sayi-80n .product-png-left a img {
  padding: 16px;
  margin: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sig-200 .product-png-right a,
.sayi-80n .product-png-right a {
  display: inline-block;
  width: calc(50% - 16px);
  margin: 8px;
  height: 200px;
  vertical-align: middle;
}
.sig-200 .product-png-right a > img,
.sayi-80n .product-png-right a > img {
  padding: 16px;
  margin: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sig-200 .product-png-right a.isPlay:before,
.sayi-80n .product-png-right a.isPlay:before {
  animation-delay: 1s;
}
.sig-200 .product-png-right a:nth-child(2).isPlay:before,
.sayi-80n .product-png-right a:nth-child(2).isPlay:before {
  animation-delay: 1.25s;
}
.sig-200 .product-png-right a:nth-child(3).isPlay:before,
.sayi-80n .product-png-right a:nth-child(3).isPlay:before {
  animation-delay: 1.5s;
}
.sig-200 .product-png-right a:nth-child(4).isPlay:before,
.sayi-80n .product-png-right a:nth-child(4).isPlay:before {
  animation-delay: 1.75s;
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.sig-200 .fuwa,
.sayi-80n .fuwa {
  opacity: 0;
  transform: translateY(20px);
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-delay: 0.5ss;
}
.sig-200 .fuwa.scrollin,
.sayi-80n .fuwa.scrollin {
  opacity: 1;
  transform: translateY(0px);
  height: auto;
}
.sig-200 .c-product-table tr th,
.sayi-80n .c-product-table tr th {
  font-size: 1.5rem;
  padding: 8px 16px;
}
.sig-200 .bg_black .c-product-table::-webkit-scrollbar-thumb,
.sayi-80n .bg_black .c-product-table::-webkit-scrollbar-thumb {
  background: rgb(33, 33, 33);
}
.sig-200 .bg_black table th,
.sayi-80n .bg_black table th {
  background-color: #000;
}
.sig-200 section.option-sec,
.sayi-80n section.option-sec {
  background-color: #111111;
}
.sig-200 .opt-wrap,
.sayi-80n .opt-wrap {
  font-size: 0;
}
.sig-200 .opt-block,
.sayi-80n .opt-block {
  display: inline-block;
  width: calc(33.3333333333% - 16px);
  margin: 16px 8px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  vertical-align: top;
}
.sig-200 .opt-block figure,
.sayi-80n .opt-block figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.sig-200 .opt-block figure img,
.sayi-80n .opt-block figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sig-200 .opt-block span,
.sayi-80n .opt-block span {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.sig-200 .opt-block p,
.sayi-80n .opt-block p {
  font-size: 1.4rem;
  line-height: 1.1;
  margin: auto;
  font-weight: 700;
  margin-bottom: 8px;
}
.sig-200 .opt-block.colum-2,
.sayi-80n .opt-block.colum-2 {
  width: calc(66.6666666667% - 16px);
}
.sig-200 .opt-block.colum-2 .flex-box-2,
.sayi-80n .opt-block.colum-2 .flex-box-2 {
  margin: auto;
  padding: 0 8px;
}
.sig-200 .opt-block.colum-2 .flex-box-2:last-child p,
.sayi-80n .opt-block.colum-2 .flex-box-2:last-child p {
  line-height: 1.3;
}
.sig-200 .cat-manu,
.sayi-80n .cat-manu {
  padding: 16px;
}
.sig-200 .product__h2,
.sayi-80n .product__h2 {
  padding: 8px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .sig-200 .single main,
  .sayi-80n .single main {
    padding: 0px;
    margin: auto;
  }
  .sig-200 .single section.top_sec,
  .sayi-80n .single section.top_sec {
    padding: 8px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 60% -3%;
  }
  .sig-200 .single.sayi-80n section.top_sec,
  .sayi-80n .single.sayi-80n section.top_sec {
    background-position: 90% -3%;
  }
  .sig-200 .bgAfter,
  .sayi-80n .bgAfter {
    min-height: 30vh;
  }
  .sig-200 .sayi-80n .top_sec-first p,
  .sayi-80n .sayi-80n .top_sec-first p {
    font-size: 2.4rem;
  }
  .sig-200 .sayi-80n .top_sec-first p:nth-child(2),
  .sayi-80n .sayi-80n .top_sec-first p:nth-child(2) {
    margin-top: 0rem;
  }
  .sig-200 .sayi-80n .top_sec-first .logo,
  .sayi-80n .sayi-80n .top_sec-first .logo {
    margin-left: 15vw;
  }
  .sig-200 .sayi-80n .logo,
  .sayi-80n .sayi-80n .logo {
    margin-left: 15vw;
  }
  .sig-200 .top_sec-first .logo,
  .sayi-80n .top_sec-first .logo {
    width: 80%;
    margin-top: 40px;
  }
  .sig-200 .sayi-80n #content,
  .sayi-80n .sayi-80n #content {
    background-color: #000;
  }
  .sig-200 .body-img,
  .sayi-80n .body-img {
    padding-top: 0;
  }
  .sig-200 section.top_sec .bg_top,
  .sayi-80n section.top_sec .bg_top {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.2) 0%, rgb(17, 17, 17) 35%, rgb(17, 17, 17) 100%);
    position: absolute;
  }
  .sig-200 .top_sec-first,
  .sayi-80n .top_sec-first {
    padding-top: 25vh;
  }
  .sig-200 .top_visual,
  .sayi-80n .top_visual {
    height: auto;
  }
  .sig-200 .top_logo,
  .sayi-80n .top_logo {
    margin-left: auto;
    text-align: center;
  }
  .sig-200 p.type, .sig-200 p.model,
  .sayi-80n p.type,
  .sayi-80n p.model {
    white-space: initial;
  }
  .sig-200 .single section.top_sec::before, .sig-200 .single section.feature_sec::before,
  .sayi-80n .single section.top_sec::before,
  .sayi-80n .single section.feature_sec::before {
    border-width: 0 100vw 50px 0;
  }
  .sig-200 .single section.top_sec::after, .sig-200 .single section.feature_sec::after,
  .sayi-80n .single section.top_sec::after,
  .sayi-80n .single section.feature_sec::after {
    border-width: 50px 100vw 0 0;
  }
  .sig-200 section.product,
  .sayi-80n section.product {
    padding: 0px 8px;
  }
  .sig-200 section.use_img_sec,
  .sayi-80n section.use_img_sec {
    padding: 16px 8px 0;
  }
  .sig-200 .use_img_sec .flex .flex-box-2:first-child, .sig-200 .use_img_sec .flex .flex-box-2:nth-child(2),
  .sayi-80n .use_img_sec .flex .flex-box-2:first-child,
  .sayi-80n .use_img_sec .flex .flex-box-2:nth-child(2) {
    width: 100%;
  }
  .sig-200 .use_img_sec .flex-box-2,
  .sayi-80n .use_img_sec .flex-box-2 {
    padding: 16px 0;
  }
  .sig-200 section.multi-sec,
  .sayi-80n section.multi-sec {
    padding: 8px;
    padding-top: 0px;
  }
  .sig-200 section.multi-sec h2,
  .sayi-80n section.multi-sec h2 {
    font-size: 4rem;
    text-align: center;
  }
  .sig-200 section.multi-sec .feature-flex > div > h3,
  .sayi-80n section.multi-sec .feature-flex > div > h3 {
    color: rgb(253, 209, 0);
    font-size: 2.4rem;
    font-weight: 700;
    margin: auto;
    margin-bottom: 16px;
    width: auto;
  }
  .sig-200 section.multi-sec h4,
  .sayi-80n section.multi-sec h4 {
    margin: auto;
    line-height: 1.125;
    font-size: 1.8rem;
  }
  .sig-200 .product-png-left a,
  .sayi-80n .product-png-left a {
    height: 350px;
    text-align: center;
  }
  .sig-200 .product-png-right,
  .sig-200 .product-png-left,
  .sayi-80n .product-png-right,
  .sayi-80n .product-png-left {
    width: 100%;
    padding: 4px 0;
  }
  .sig-200 .product-png-right a,
  .sayi-80n .product-png-right a {
    text-align: center;
    display: inline-block;
    width: calc(50% - 10px);
    margin: 8px 4px;
    height: 150px;
  }
  .sig-200 .product-png-right a > img,
  .sayi-80n .product-png-right a > img {
    height: 150px;
  }
  .sig-200 .spec_sec .slide-img,
  .sayi-80n .spec_sec .slide-img {
    background-color: transparent;
  }
  .sig-200 .spec_sec table,
  .sayi-80n .spec_sec table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border-spacing: 0;
    margin: 8px auto 8px;
    width: 100%;
  }
  .sig-200 .spec_sec table th,
  .sig-200 .spec_sec table td,
  .sayi-80n .spec_sec table th,
  .sayi-80n .spec_sec table td {
    padding: 4px 16px;
  }
  .sig-200 .product-specifications,
  .sig-200 .product-1culom,
  .sayi-80n .product-specifications,
  .sayi-80n .product-1culom {
    padding: 16px 0 8px;
    width: 100%;
    margin: 8px auto;
  }
  .sig-200 .single section.feature_sec,
  .sayi-80n .single section.feature_sec {
    padding: 16px 8px 40px;
  }
  .sig-200 .single section.youtube_sec,
  .sayi-80n .single section.youtube_sec {
    min-height: 95vh;
  }
  .sig-200 .youtube_sec .midashi-wrap,
  .sayi-80n .youtube_sec .midashi-wrap {
    padding-top: 40px;
  }
  .sig-200 .pc-flex-box-2,
  .sayi-80n .pc-flex-box-2 {
    width: 100%;
  }
  .sig-200 .single section.youtube_sec,
  .sayi-80n .single section.youtube_sec {
    min-height: auto;
    padding-top: 80px;
  }
  .sig-200 .feature-flex > div > p,
  .sayi-80n .feature-flex > div > p {
    margin: 4px auto 16px;
  }
  .sig-200 .midashi-wrap h2,
  .sayi-80n .midashi-wrap h2 {
    font-size: 3.6rem;
    margin: 16px auto;
  }
  .sig-200 .feature_sec .midashi-wrap h2,
  .sayi-80n .feature_sec .midashi-wrap h2 {
    margin: 0px auto;
  }
  .sig-200 .feature-flex,
  .sayi-80n .feature-flex {
    margin-top: 8px;
  }
  .sig-200 .opt-block,
  .sayi-80n .opt-block {
    display: inline-block;
    width: calc(100% - 16px);
    margin: 8px;
  }
  .sig-200 .opt-block figure,
  .sayi-80n .opt-block figure {
    height: 100px;
  }
  .sig-200 .opt-block.colum-2,
  .sayi-80n .opt-block.colum-2 {
    width: calc(100% - 16px);
  }
}/*# sourceMappingURL=sig-200.css.map */