html {
  scroll-behavior: smooth;
}

:target::before {
  content: "";
  display: block;
  height: 55px;
  margin-top: -50px;
  visibility: hidden;
}

#contents {
  max-width: 760px;
  margin: 0 auto;
}
#contents #pagetitle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 30px;
  border: 5px solid #ddd;
  min-height: 150px;
}
#contents #pagetitle:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: url(/products/screen-size/hometheater/img/main.jpg) 50% 50%/cover no-repeat;
}
#contents #pagetitle p {
  font-size: 18px;
}
#contents #pagetitle h1 {
  font-size: 33px;
}
#contents #pagetitle h1 wbr {
  word-break: keep-all;
}
#contents #toc_container {
  margin-bottom: 40px;
}
#contents .main-content {
  font-size: 16px;
  line-height: 1.8;
}
#contents .main-content .read {
  margin-bottom: 40px;
}
#contents .main-content a {
  text-decoration: underline;
}
#contents .main-content figure {
  display: block;
  text-align: center;
}
#contents .main-content figure img {
  display: inline;
}
#contents .main-content figure:not(:last-child) {
  margin-bottom: 30px;
}
#contents .main-content .section-block {
  margin-bottom: 80px;
}
#contents .main-content .section-block h2 {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #eee;
  border-left: 5px solid #FF0203;
  font-size: 20px;
}
#contents .main-content .section-block strong {
  background: linear-gradient(transparent 50%, #fffb89 50%);
}
#contents .main-content .section-block .section-sub {
  margin-top: 50px;
}
#contents .main-content .section-block .section-sub h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}
#contents .main-content .section-block .section-sub__in {
  display: flex;
  justify-content: space-between;
}
#contents .main-content .section-block .section-sub__in figure {
  width: 200px;
}
#contents .main-content .section-block .section-sub__in p {
  width: calc(100% - 220px);
}
#contents .main-content .section-block p:not(:last-child) {
  margin-bottom: 30px;
}
#contents .main-content .section-block .case-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#contents .main-content .section-block .case-wrap:after {
  display: none;
}
#contents .main-content .section-block .case-wrap li {
  width: 32%;
}
#contents .main-content .section-block .case-wrap li .box-img {
  margin-bottom: 5px;
}
#contents .main-content .section-block .case-wrap li .box-img a img {
  max-width: 100%;
  height: 180px;
  object-fig: cover;
}
#contents .main-content .section-block .case-wrap li .box-title {
  font-size: 13px;
}
#contents .main-content .section-block .link-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1.33%;
}
#contents .main-content .section-block .link-wrap ul:after {
  display: none;
}
#contents .main-content .section-block .link-wrap ul li {
  width: 24%;
}
#contents .main-content .section-block .link-wrap ul li a {
  position: relative;
  display: block;
  padding: 15px 5px;
  border: 1px solid #bbb;
  color: #000;
  text-decoration: none;
  text-align: center;
}
#contents .main-content .section-block .link-wrap ul li a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #FF0203;
  border-bottom: 1px solid #FF0203;
  transform: translateY(-50%) rotate(-45deg);
}
#contents .main-content .section-block .link-wrap ul li a:hover {
  border-color: #000;
}
#contents .main-content .section-block .table-layout {
  width: 100%;
  max-width: 600px;
  table-layout: fixed;
  margin: 0 auto;
  border-collapse: collapse;
}
#contents .main-content .section-block .table-layout:not(:last-child) {
  margin-bottom: 80px;
}
#contents .main-content .section-block .table-layout th, #contents .main-content .section-block .table-layout td {
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.5;
}
#contents .main-content .section-block .table-layout thead th {
  background-color: #444;
  color: #fff;
  text-align: center;
}
#contents .main-content .section-block .table-layout tbody th {
  background-color: #eee;
}
#contents .main-content .section-block .table-layout tbody td {
  text-align: right;
  line-height: 1.5;
}
#contents .main-content .related-link {
  margin-bottom: 60px;
  text-align: center;
}
#contents .main-content #screen-size-link {
  margin-bottom: 40px;
}

/*===========================================================================*/
/*  sp  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #contents {
    width: 95%;
  }
  #contents #pagetitle {
    width: 100%;
    min-height: 100px;
    padding: 10px 0;
    border: none;
    border-top: 3px double #666;
    border-bottom: 3px double #666;
    background: linear-gradient(135deg, #fff 40%, #f6f6f6);
    text-align: center;
    line-height: 1.5;
  }
  #contents #pagetitle:before {
    display: none;
  }
  #contents #pagetitle .pagetitle__in {
    width: 100%;
  }
  #contents #pagetitle p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #cc0000;
  }
  #contents #pagetitle h1 {
    font-size: 22px;
  }
  #contents .main-content .read {
    margin-bottom: 30px;
  }
  #contents .main-content .section-block h2 {
    padding: 20px 13px;
    font-size: 17px;
    line-height: 1.5;
  }
  #contents .main-content .section-block .section-sub h3 {
    font-size: 20px;
  }
  #contents .main-content .section-block .section-sub__in {
    display: block;
  }
  #contents .main-content .section-block .section-sub__in figure {
    width: 200px;
    margin: 0 auto 20px;
  }
  #contents .main-content .section-block .section-sub__in p {
    width: 100%;
  }
  #contents .main-content .section-block .case-wrap {
    gap: 20px 4%;
  }
  #contents .main-content .section-block .case-wrap li {
    width: 48%;
  }
  #contents .main-content .section-block .case-wrap li .box-img {
    text-align: center;
  }
  #contents .main-content .section-block .case-wrap li .box-img a img {
    max-width: 100%;
    height: 32vw;
    object-fig: cover;
  }
  #contents .main-content .section-block .case-wrap li .box-title {
    font-size: 13px;
  }
  #contents .main-content .section-block .link-wrap ul {
    gap: 10px 2%;
  }
  #contents .main-content .section-block .link-wrap ul li {
    width: 32%;
  }
  #contents .main-content .section-block .link-wrap ul li a {
    padding: 12px 5px;
  }
  #contents .main-content .section-block .link-wrap ul li a:before {
    left: 5px;
  }
}/*# sourceMappingURL=scene.css.map */