@charset "UTF-8";
/*--------------------------------
    contents
--------------------------------*/
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#contents {
  display: flex;
}

#container_n {
  width: 980px;
  margin-right: 0;
  margin-left: 0;
}

#main-contents {
  width: 980px;
  margin: 0 0 30px;
}

/*--------------------------------
    header
--------------------------------*/
h1 {
  border-bottom: 1px solid #ccc;
  font-size: 2em;
  padding: 8px 0;
  letter-spacing: 0;
  width: 980px;
  margin-bottom: 10px;
}

h1 img {
  width: 65px;
  vertical-align: middle;
  margin: 0 15px 0 0;
}

h1 span {
  display: inline-block;
  vertical-align: middle;
  width: 900px;
}

header {
  margin-bottom: 15px;
}

header #header-title .header-image {
  position: relative;
}

header #header-title .header-image img {
  max-width: 100%;
}

header #header-title .header-image .header-text {
  position: absolute;
  top: 90px;
  left: 45px;
  line-height: 1.7;
  font-size: 1.05em;
  font-weight: bold;
}

/*--------------------------------
    並べ替え
--------------------------------*/
#order-area div.order-area-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  top: 0;
  right: -2.5%;
}

#order-area select {
  display: inline-block;
  height: 30px;
  border: 1px solid #333;
  color: #333;
  border-radius: 6px;
  padding: 0 8px;
  vertical-align: middle;
}

/*--------------------------------
    リスト
--------------------------------*/
#result-area a:hover {
  text-decoration: none;
}

#result-area a:hover .item {
  background-color: #f7f7f7;
}

#result-area a:hover img {
  opacity: 1 !important;
}

#result-area .hdmi-area-outer {
  margin: 35px 0 50px;
}

#result-area .hdmi-area-outer.no-result {
  display: none;
}

#result-area .hdmi-area-outer .hdmi-area {
  border-bottom: 1px solid #ccc;
}

#result-area .hdmi-area-outer .hdmi-area-connector.no-result {
  display: none;
}

#result-area .hdmi-area-outer .hdmi-area-title {
  margin-top: 60px;
}

#result-area .hdmi-area-outer .hdmi-area-title.no-result {
  display: none;
}

#result-area .hdmi-area-outer .hdmi-area-title h3 {
  background-color: #333;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.25em;
  padding: 0 2%;
  box-sizing: border-box;
  width: 100%;
}

#result-area .hdmi-area-outer .hdmi-area-title h3 span {
  font-size: 0.9em;
}

#result-area .hdmi-area-outer .hdmi-area-title.hdmi_type_a h3 {
  background-color: #0d4ea7;
}

#result-area .hdmi-area-outer .hdmi-area-standard.no-result {
  display: none;
}

#result-area .hdmi-area-outer .hdmi-area-standard:not(.no-result) + .hdmi-area-standard {
  margin-top: 50px;
}

#result-area .hdmi-area-outer .hdmi-area-title-sub.no-result {
  display: none;
}

#result-area .hdmi-area-outer .hdmi-area-title-sub h4 {
  color: #333;
  border-bottom: 1px solid #666;
  font-size: 1.18em;
  line-height: 1.4;
  padding: 5px 2% 8px 0;
  box-sizing: border-box;
  width: 98%;
  margin: 20px auto 5px;
}

#result-area .hdmi-area-outer .hdmi-area-title-sub h4::before {
  content: "";
  width: 5px;
  height: 1.7em;
  display: inline-block;
  vertical-align: middle;
  border-left: 8px solid #666;
  margin-right: 8px;
}

#result-area .hdmi-area-outer .hdmi-area-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
}

#result-area .hdmi-area-outer .hdmi-area-inner .hdmi-item {
  width: 100%;
  border-top: 1px solid #ccc;
  position: relative;
  padding: 25px 1.2%;
  box-sizing: border-box;
}

#result-area .hdmi-area-outer .hdmi-area-inner .hdmi-item.col-first {
  border-top: 0;
}

#result-area .hdmi-area-outer .hdmi-area-inner .hdmi-item-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-name {
  font-size: 1.05em;
  font-weight: bold;
  margin: 10px 0 5px;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-sku-price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-sku {
  line-height: 1.4;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  margin-right: 0.5em;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-sku span {
  display: inline-block;
  vertical-align: middle;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-sku span img {
  vertical-align: middle;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-sku span.icon {
  margin-left: 0.3em;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-sku span.icon img {
  vertical-align: -1px;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-price {
  color: #333;
  line-height: 1;
  display: block;
  font-weight: normal;
  white-space: nowrap;
  font-size: 0.9em;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-head {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.4;
  padding: 0 0 15px;
  word-break: break-all;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-image {
  width: 28%;
  display: block;
  position: relative;
  text-align: center;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-image img {
  max-width: 100%;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-image > a {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-image > a:hover {
  background-color: #e2e2e2;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-image > a:hover img {
  opacity: 0.6 !important;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail {
  width: 69%;
  margin-left: 3%;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area {
  width: 100%;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area .standard-area,
#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area .cable-area {
  display: contents;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span {
  margin: 0 0 0.4em 0.95%;
  width: 36.6%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-weight: bold;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span.standard {
  color: #fff;
  background-color: #666;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span.standard.ultra_high_speed {
  color: #ffe038;
  background-color: #222;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span.standard.premium_hdmi {
  color: #000;
  background-color: #d0bf5a;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span.standard.high_speed_ethernet {
  color: #fff;
  background-color: #073489;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span.standard.high_speed {
  color: #fff;
  background-color: #007193;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span.cable {
  background-color: #93d4d9;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .standard-cable-area span.cable.standard {
  color: #333;
  display: none;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .resolution-area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .resolution-area span {
  margin: 0 0 0.4em 1%;
  width: 24%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  font-weight: bold;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .resolution-area span.resolution {
  color: #fff;
  background-color: #6c9ce0;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .feature-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0 0;
}

#result-area .hdmi-area-outer .hdmi-area-inner .item-detail .cable-icon-area .feature-area span.feature {
  background-color: #fff;
  color: #656565;
  border: 1px solid;
  padding: 0 10px;
  display: inline-block;
  border-radius: 50px;
  line-height: 27px;
  height: 27px;
  margin: 0 0 0.35em 1%;
  font-size: 0.9em;
  font-weight: bold;
  font-weight: 600;
  box-sizing: border-box;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area {
  margin-top: 20px;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table th,
#result-area .hdmi-area-outer .hdmi-area-inner .table-area table td {
  border: 1px solid #d3d3d2;
  line-height: 1.2;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table th {
  background-color: #eaeaea;
  font-size: 0.97em;
  font-weight: bold;
  padding: 1% 2%;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table th.cable-len {
  width: 7em;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table th.cable-price {
  width: 17em;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table td {
  background-color: #eaeaea;
  font-size: 0.9em;
  padding: 1.4% 2%;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table td.cable-len {
  text-align: center;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table td.cable-price {
  text-align: center;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table td.cable-sku {
  padding-left: 2em;
  font-weight: bold;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table td.cable-sku::before {
  content: url(/static/images/product/cable/hdmi/yaji_maru_bl_12.png);
  display: inline-block;
  line-height: 0.9;
  vertical-align: top;
  margin-right: 1%;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table td.cable-sku .icon img {
  vertical-align: -1px;
  margin-left: 0.3em;
}

#result-area .hdmi-area-outer .hdmi-area-inner .table-area table tr.result-on td {
  background-color: #fff;
}

#result-area .hdmi-area-outer .hdmi-area-inner .direction-area {
  margin-top: 15px;
}

#result-area .hdmi-area-outer .hdmi-area-inner .direction-area .direction-btn a {
  background-color: #efa153;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding: 0 2em 0 1.5em;
  font-size: 0.95em;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}

#result-area .hdmi-area-outer .hdmi-area-inner .direction-area .direction-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
}

#result-area .hdmi-area-outer .hdmi-area-inner .direction-area .direction-btn a:hover {
  opacity: 0.6;
}

#result-area .hdmi-area-outer .hdmi-area-inner .direction-area .direction-att {
  color: #008deb;
  text-indent: -1em;
  padding-left: 2em;
  font-size: 0.92em;
  line-height: 1.4;
  margin-top: 5px;
}

#result-area .hdmi-area-outer .hdmi-area-inner .remark-area {
  margin-top: 15px;
}

#result-area .hdmi-area-outer .hdmi-area-inner .remark-area .remark-text {
  color: #008deb;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.92em;
  line-height: 1.4;
  margin-top: 5px;
}

#result-area .hdmi-area-outer .hdmi-area-inner .sort-val-area {
  display: none;
}

#result-area .hdmi-area-outer .hdmi-area-title.no-result + .hdmi-area-inner .hdmi-item {
  border-bottom: 1px solid #ccc;
  border-top: 0;
}

#result-area .hdmi-area-outer .hdmi-area-title.no-result + .hdmi-area-inner .hdmi-item.col-first {
  border-top: 1px solid #ccc;
}

#result-area #no-result-all {
  text-align: center;
  font-size: 1.1em;
  margin: 60px 0;
  display: none;
  line-height: 1.4;
}

/*--------------------------------
    モーダル表示
--------------------------------*/
.modal-content {
  width: 700px;
  max-width: 70%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: none;
  overflow: hidden;
  border: 0;
  background: none;
  font-size: 1em;
  display: none;
  z-index: 151;
}

.modal-content .modal-inner {
  font-size: 1em;
  margin: 0 0 15px;
  position: relative;
  padding: 10px 0 20px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.modal-content .modal-inner .connection-image-ttl {
  font-weight: bold;
  font-size: 1.1em;
}

.modal-content .modal-inner .connection-image-area {
  font-weight: normal;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 2%;
}

.modal-content .modal-inner .connection-image-area img {
  display: inline-block;
  width: 600px;
  max-width: 90%;
  box-sizing: border-box;
}

.modal-content .modal-inner .close {
  display: block;
  position: relative;
  margin-top: 10px;
}

.modal-content .modal-inner .close .modal-close {
  width: 10em;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  background-color: #999;
  color: #fff;
  text-align: center;
}

.modal-content .modal-inner .close .modal-close img {
  max-width: 100%;
}

.modal-overlay {
  z-index: 150;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #000;
  opacity: 0.6;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 80px auto;
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.4;
}

/*--------------------------------
    loading
--------------------------------*/
#result-outer {
  position: relative;
}

#loadingImg {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  display: none;
}

#loadingImg p {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url(/static/images/product/cable/hdmi/loading_img.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

#bottomImg {
  width: 100%;
  text-align: center;
  z-index: 2;
}

#bottomImg p {
  margin: 0 auto;
}

/*--------------------------------
    絞り込み検索 タイトル
--------------------------------*/
#search-area {
  margin: 30px 0 10px;
  padding: 0;
  position: relative;
  text-align: center;
  border: 2px solid #204b9f;
  background-color: #fff;
  border-radius: 11px;
  box-sizing: border-box;
  overflow: hidden;
}

#search-area h3 {
  margin-bottom: 10px;
}

#search-area h3 .main-ttl {
  display: block;
  color: #204b9f;
  font-size: 1.5em;
  padding: 1% 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

#search-area h3 .main-ttl img,
#search-area h3 .main-ttl span {
  display: inline-block;
  vertical-align: middle;
}

#search-area h3 .main-ttl img {
  margin-right: 1%;
}

#search-area h3 .sub-ttl {
  line-height: 1.2;
  font-size: 1.05em;
}

#restrict-outer .count-area {
  display: block;
  font-size: 1.65em;
  font-weight: bold;
  color: #333;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 10px 0 0;
}

#restrict-outer .count-area .result-count {
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  color: #ff3100;
  margin: -0.25em 0.5% 0;
  vertical-align: middle;
  line-height: 1;
}

.check-area dd label {
  white-space: nowrap;
  margin-right: 2%;
  display: inline-block;
  position: relative;
}

.check-area dd .image-top label {
  padding-top: 38px;
}

.check-area dd label:hover {
  cursor: pointer;
  color: #f00;
}

/*--------------------------------
    製品を絞り込む
--------------------------------*/
.check-area {
  background-color: #fff;
  margin: 0;
  padding: 10px 1%;
  text-align: left;
  display: table;
  border-spacing: 0;
  box-sizing: border-box;
}

.check-area .title h4 {
  font-size: 1.2em;
  line-height: 1.4;
  color: #666;
  letter-spacing: 1px;
}

.check-area dl {
  padding-bottom: 0;
}

.check-area > dl:nth-of-type(1) {
  border-top: 0;
}

.check-area .select-row {
  display: table-row;
}

.check-area dt.select-title {
  display: table-cell;
  width: 118px;
  margin: 0;
  padding: 25px 0 0 12px;
  box-sizing: border-box;
  color: #204b9f;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.check-area dt.select-title.v-top {
  vertical-align: top;
  padding-top: 25px;
}

.check-area dt.select-title img.code-img {
  width: 5.3em;
  margin: 0;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

.check-area .dd-area {
  display: table-cell;
  width: 852px;
  margin: 0;
  padding: 15px 0 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

.check-area .dd-area .dd-area-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.check-area dl dd {
  width: 200px;
  margin: 10px 0;
  line-height: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.check-area dl.select-standard dd {
  width: 400px;
}

.check-area .dd-area .select-area-inner-sub {
  display: none;
}

.check-area .dd-area .select-area-inner-sub .area-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.5em 0 0;
  padding: 1% 0 1% 2%;
  background-color: #e8e8e8;
  box-sizing: border-box;
}

.check-area .dd-area .select-area-inner-sub .area-inner dd {
  max-width: 24%;
}

.check-area .select-area-inner-sub {
  display: none;
}

.check-area .input-outer {
  display: inline-block;
}

.search-detail-outer-bottom {
  margin: 40px 0 0;
}

#select-menu-toggle {
  display: none;
}

.check-area .select-standard dt.select-title {
  border-top: 1px solid #ccc;
}

.check-area .select-standard .dd-area {
  border-top: 1px solid #ccc;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.check-area dd div.input-outer label.no-check {
  cursor: default;
  color: #cbcbcb;
  pointer-events: none;
}

.check-area dd div.input-outer label.no-check .checkbox-image,
.check-area dd div.input-outer label.no-check .checkbox-image-top {
  opacity: 0.5;
}

.check-area dd label.loading {
  pointer-events: none;
}

.check-area dd label input[type="checkbox"] {
  display: none;
}

.check-area dd label input + .checkbox-icon {
  position: relative;
  vertical-align: 1px;
  padding: 0 0 0 25px;
}

.check-area dd label input + .checkbox-icon::after,
.check-area dd label input + .checkbox-icon::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

.check-area dd label input + .checkbox-icon::before {
  left: 6px;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

.check-area dd label input + .checkbox-icon::after {
  left: 0;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::before {
  opacity: 1;
  z-index: 2;
}

.check-area dd label input[type="checkbox"]:checked + .checkbox-icon::after {
  z-index: 1;
}

.check-area dd label input[type="checkbox"] + .checkbox-icon.two-line::after {
  margin: 0;
}

.check-area dd label span.checkbox-text img {
  display: inline;
  vertical-align: -2px;
  margin-right: 3px;
}

.check-area dd label span.checkbox-text-sub {
  display: none;
}

.check-area dd label span.search-cnt {
  font-weight: normal;
}

.check-area dd label span.checkbox-image {
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  left: 20px;
  max-width: calc(100% - 20px);
  color: #7b7a7a;
  text-align: center;
  font-size: 0.95em;
}

.check-area dd label span.checkbox-image img {
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}

.check-area dd label span.checkbox-image-top {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  text-align: center;
}

.check-area dd label span.checkbox-image-top img {
  max-width: 80px;
  max-height: 26px;
  display: block;
  margin: 0 auto;
}

.check-area dl dd.line-multi label span.checkbox-text {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------
    開閉ボタン
--------------------------------*/
#menu-toggle {
  margin: 20px 1% 25px;
  text-align: center;
  position: relative;
}

#menu-toggle .menu-toggle-btn {
  margin: 0 auto;
}

#menu-toggle .menu-toggle-btn a {
  display: block;
}

#menu-toggle .menu-toggle-btn a img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

#menu-toggle #reset-area {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#menu-toggle #reset-area img {
  width: 130px;
  image-rendering: -webkit-optimize-contrast;
}

#menu-toggle #menu-open-btn {
  width: 180px;
}

#menu-toggle #menu-close-btn {
  width: 180px;
  display: none;
}

/*--------------------------------
    その他のHDMIケーブル
--------------------------------*/
#search-connector-area .search-con-ttl {
  font-weight: bold;
  color: #0b4493;
  margin: 25px 0 5px 1%;
  font-size: 0.97em;
  line-height: 1.4;
}

#search-connector-area .search-connector-inner + .search-con-ttl {
  margin-top: 10px;
}

#search-connector-area .search-connector-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#search-connector-area .search-connector-inner .search-con-item {
  width: 24.4%;
  height: 60px;
  margin: 0 0.3% 1%;
}

#search-connector-area .search-connector-inner .search-con-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 60px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 0.9em;
  padding: 4px 2% 4px 4%;
  line-height: 1.2;
  overflow: hidden;
}

#search-connector-area .search-connector-inner .search-con-item a > span {
  display: inline-block;
  vertical-align: middle;
}

#search-connector-area .search-connector-inner .search-con-item a span.img-area {
  width: 23%;
  height: 50px;
  margin-right: 2%;
  position: relative;
}

#search-connector-area .search-connector-inner .search-con-item a span.img-area img {
  max-width: 92%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#search-connector-area .search-connector-inner .search-con-item a span.text-area {
  width: 72.7%;
  margin-top: 1%;
}

#search-connector-area .search-connector-inner .search-con-item a span.sub-name {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

#search-connector-area .search-connector-inner .search-con-item a span.text-area-hidden {
  display: none;
}

#search-connector-area .search-connector-inner .search-con-item a:hover {
  opacity: 0.6;
}

#search-connector-area .search-connector-inner .search-con-item a:hover img {
  opacity: 1 !important;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 20px auto 0;
  padding: 40px 0 0;
}

#restrict-outer .count-ya {
  width: 30px;
  margin: 0 auto;
}

#restrict-outer .count-ya img {
  max-width: 100%;
}

#restrict {
  margin: 3px auto;
  font-size: 1.25em;
  line-height: 1.4;
  display: block;
  text-align: center;
}

#restrict-inner {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#restrict-inner.two-line {
  width: calc(100% - 5.4em);
  display: block;
  text-align: left;
  padding-left: 5.4em;
  text-indent: -5.4em;
}

#restrict .title {
  display: inline;
  font-weight: bold;
}

#restrict #sel-choice {
  display: inline;
  font-weight: bold;
}

/*--------------------------------
    popup
--------------------------------*/
.popup-outer.p-img {
  width: 320px;
  height: 130px;
  padding: 5px 10px;
  box-sizing: border-box;
}

.popup-outer img {
  max-height: 40px;
  margin: 0 auto 20px;
  display: block;
}

.popup-outer span {
  font-size: 0.85em;
  display: block;
}

/*--------------------------------
    animation
--------------------------------*/
#result-area .hdmi-area-outer .hdmi-area .hdmi-item {
  display: none;
}

#result-outer {
  min-height: 650px;
}

#result-outer.slideInResult #result-area .hdmi-area-outer .hdmi-area-result {
  animation-name: slideInResult;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  position: relative;
  top: -20px;
  left: 0;
}

#result-outer.slideInResult #result-area .hdmi-area-outer .hdmi-area-result .hdmi-area .hdmi-item {
  display: block;
}

#result-outer.slideInResult #result-area .hdmi-area-outer .hdmi-area-result .hdmi-area .hdmi-item.is-hidden {
  display: none;
}

#result-outer.slideInResult #result-area .hdmi-area-outer .hdmi-area-result .hdmi-area .hdmi-item[class*="readmore-"] {
  display: none;
}

@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.safari select {
  -webkit-appearance: menulist-button;
}

/*--------------------------------
    HDMIケーブルの種類
--------------------------------*/
#hdmi-cable-type {
  margin: 1.8% auto 0;
}

#hdmi-cable-type h3 {
  font-size: 1.1666em;
  border-left: 4px solid #0b4493;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 0.8em;
  letter-spacing: 0.05em;
}

.hdmi-cable-type-inner {
  margin: 1.1% auto 0;
}

#hdmi-cable-type table {
  border: 1px solid #c6c5c5;
  border-collapse: collapse;
  width: 100%;
}

#hdmi-cable-type th,
#hdmi-cable-type table td {
  border: 1px solid #c6c5c5;
  border-collapse: collapse;
  text-align: center;
}

#hdmi-cable-type table th {
  width: 11.53%;
  font-size: 0.9em;
}

#hdmi-cable-type table th.version-cell {
  padding: 12px 0 6px;
  line-height: 1.2;
}

#hdmi-cable-type table td {
  width: 21.63%;
  font-size: 0.8666em;
  padding: 1% 0;
}

#hdmi-cable-type table td.ultra-high-speed {
  font-size: 1.0333em;
  background-color: #222;
  color: #ffe038;
  font-weight: bold;
}

#hdmi-cable-type table td.premium-hdmi {
  font-size: 1.0333em;
  background-color: #d0bf5a;
  font-weight: bold;
}

#hdmi-cable-type table td.high-speed-ethernet {
  font-size: 1.0333em;
  background-color: #073489;
  color: #fff;
  font-weight: bold;
}

#hdmi-cable-type table td.high-speed {
  font-size: 1.0333em;
  background-color: #007193;
  color: #fff;
  font-weight: bold;
}

/*--------------------------------
    解像度アイコン
--------------------------------*/
.icn-8k {
  display: inline-block;
  background-color: #000;
  color: #fdbb37;
  font-size: 0.93rem;
  padding: 0.2rem 0.4rem;
  font-weight: bold;
  margin: 0 0.1em;
  line-height: 1.2;
}

.icn-4k-60hz {
  display: inline-block;
  background-color: #fdbc36;
  color: #000;
  font-size: 0.93rem;
  padding: 0.2rem 0.4rem;
  font-weight: bold;
  margin: 0 0.1em;
  line-height: 1.2;
}

.icn-4k-30hz {
  display: inline-block;
  border: 2px solid #fdbd36;
  color: #000;
  font-size: 0.93rem;
  padding: 0.18rem 0.4rem;
  font-weight: bold;
  margin: 0 0.1em;
  line-height: 1.15;
  box-sizing: border-box;
}

.link_banner {
  margin: 15px 0 0 0;
  text-align: center;
}

.link_banner img {
  width: 590px;
}

/*--------------------------------
    件数表示ウインドウ
--------------------------------*/
div#fixed-window-area {
  width: 185px;
  height: 160px;
  position: fixed;
  top: 40%;
  left: 980px;
  z-index: 1400;
  transition: bottom 0.5s ease-in-out;
  display: none;
}

div#fixed-window-area div#fixed-window-area-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  box-sizing: border-box;
}

div#fixed-window-area div#fixed-window-area-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-text {
  font-weight: bold;
  font-size: 1.2em;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-link {
  margin: 5px 0 0;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a {
  background-color: #0f499d;
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  font-weight: 500;
  font-size: 0.97em;
}

div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a:hover {
  opacity: 0.6;
}

div#fixed-window-area div#fixed-window-area-inner span#result-count-window {
  display: inline;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.4;
  color: #ff3100;
  vertical-align: baseline;
  margin-right: 0.1em;
}

/*--------------------------------
    visible
--------------------------------*/
.sp {
  display: none;
}

/*--------------------------------
    clearfix
--------------------------------*/
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
