@charset "UTF-8";
/**
* ヘッダ・フッタ リニューアル 2022
*/
#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;
}

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

/*--------------------------------
    header
--------------------------------*/
h1 {
  margin: 0 0 12px;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCC;
}

header {
  margin-bottom: 15px;
}

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

#header-summary {
  margin: 40px 0;
  text-align: center;
}

#header-summary img {
  width: 11.5%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

#header-summary .summary {
  display: none;
}

.header-summary-detail {
  width: 56%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.header-summary-detail h2 {
  font-size: 1.2em;
  line-height: 1.7;
  font-weight: bold;
  color: #004DA2;
  margin-bottom: 10px;
}

.header-summary-detail .text {
  line-height: 1.4;
}

/*--------------------------------
    banner
--------------------------------*/
.banner-area {
  text-align: right;
}

.banner-area a {
  margin: 10px 0 0 auto;
  display: block;
  width: 35%;
}

.banner-area a img {
  max-width: 100%;
}

/*--------------------------------
    menu
--------------------------------*/
.menu-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #004DA2;
  margin-bottom: 30px;
  text-align: center;
}

#menu-link {
  margin: 60px 0 0;
}

#menu-link ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom: 3px solid #004DA2;
}

#menu-link ul li {
  display: inline-block;
  width: 314px;
  margin: 0 0 0 19px;
  height: 55px;
  font-size: 15px;
}

#menu-link ul li:first-child {
  margin-left: 0;
}

#menu-link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  background-color: #BFBFBF;
  border-radius: 5px 5px 0 0;
}

#menu-link ul li a:hover {
  background-color: #004DA2;
  text-decoration: none;
}

#menu-link ul li.now a {
  background-color: #004DA2;
  pointer-events: none;
}

#menu-link ul li a span {
  width: 90%;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#menu-link ul li.wide {
  width: 18.2%;
}

#menu-link ul li.wide a span {
  left: 38%;
}

#menu-link ul li.list {
  width: 8%;
}

#menu-link ul li.list a span {
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#menu-link ul li.list a {
  background-color: #9FA1A0;
}

#menu-link ul li.list a:hover {
  background-color: #689B9C;
}

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

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

/*--------------------------------
    リスト
--------------------------------*/
.table {
  display: table;
  table-layout: fixed;
  width: 980px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.tr {
  display: table-row;
  width: 100%;
}

.td {
  display: table-cell;
  vertical-align: top;
  width: 490px;
}

.table.col1 {
  width: 490px;
}

.table.col1 .td {
  width: 100%;
}

#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 .table .tr .td .item {
  width: calc(92% - 20px);
  margin: 0 0 0 20px;
  padding: 30px 4% 10px;
  display: block;
  border: 1px solid #EDEDED;
  font-size: 1em;
  position: relative;
  background-color: #FFF;
}

#result-area .table .tr .td .item.left1st {
  margin: 0 20px 20px 0;
}

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

#result-area .item .item-sku {
  line-height: 1.7;
  font-weight: bold;
  width: 175px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

#result-area .item .item-sku::before {
  content: url("/static/images/product/peripheral/speaker/yaji_maru_bl_12.png");
  display: inline-block;
  line-height: 0.9;
  vertical-align: middle;
  margin-right: 1%;
}

#result-area .item .item-sku span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1%;
}

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

#result-area .item .item-price {
  color: #333;
  line-height: 1.7;
  width: 210px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
}

#result-area .item .item-head {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4;
  padding: 0 0 20px;
}

#result-area .item .item-image {
  width: 100%;
  margin: 0 0 3%;
}

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

#result-area .item .item-image img:hover {
  opacity: 0.6 !important;
}

#result-area .item .item-image-main {
  width: 56%;
  display: inline-block;
  vertical-align: bottom;
}

#result-area .item .item-image-sub {
  width: 40%;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 2%;
}

#result-area .item .output-w {
  width: 100%;
  background-color: #004DA2;
  color: #FFF;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 0.87em;
  margin-bottom: 5px;
}

/*--------------------------------
    仕様
--------------------------------*/
#result-area .item .spec-area {
  margin: 8px 0 10px;
}

#result-area .item .spec-area .spec-ico {
  width: auto;
  height: 25px;
  margin: 3px 1% 3px 0;
  padding: 0 8px;
  line-height: 25px;
  font-size: 0.85em;
  font-weight: bold;
  display: inline-block;
  color: #004DA2;
  border: 1px solid #004DA2;
}

/*--------------------------------
    note
--------------------------------*/
#result-area .item .note-area {
  color: #0099FF;
  font-weight: bold;
  margin: 10px 0 20px;
  line-height: 1.4;
}

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 30px 0 10px 1%;
}

/*--------------------------------
    loading
--------------------------------*/
.list-box {
  position: relative;
  padding-bottom: 35px;
}

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

#loadingImg p {
  margin: 0 auto;
}

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

#bottomImg p {
  margin: 0 auto;
}

/*--------------------------------
    絞り込み検索 タイトル
--------------------------------*/
#search-area {
  margin: 25px 0 0;
  padding: 0;
  position: relative;
  background-color: #004DA2;
  text-align: center;
}

#search-area h3 {
  display: block;
  width: auto;
  height: 50px;
  color: #FFF;
  font-size: 1.3em;
  letter-spacing: 1px;
  padding: 0 0 0 5%;
  position: relative;
}

#search-area h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#search-area h3 span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/static/images/product/peripheral/speaker/icn_search.png") center center no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 0;
  left: -10px;
  vertical-align: -3px;
}

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

.count-area .result-count {
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  color: #FF8900;
  margin: -5px 0.2% 0;
  vertical-align: middle;
}

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

/*--------------------------------
    製品を絞り込む
--------------------------------*/
.check-area {
  border: 1px solid #004DA2;
  background-color: #FFF;
  margin: 0;
  padding: 20px 3%;
  text-align: left;
}

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

.check-area dl {
  padding-bottom: 20px;
  border-top: 1px solid #EDEDED;
}

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

.check-area dt.select-title {
  display: block;
  width: 120px;
  margin: 20px 0 0 3px;
  color: #004DA2;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: top;
  float: left;
}

.check-area .dd-area {
  display: block;
  width: 780px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  float: left;
}

.check-area dl dd {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin: 20px 0 0;
  line-height: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.check-area dl.select-category dd {
  width: 140px;
}

.check-area dl.select-category .dd-area dd:nth-of-type(1) {
  width: 180px;
}

.check-area dl.select-output dd {
  width: 140px;
}

.check-area dl.select-output .dd-area dd:nth-of-type(1) {
  width: 180px;
}

.check-area dl.select-power dd {
  width: 180px;
}

.check-area dl.select-power .dd-area dd:nth-of-type(2) {
  width: 140px;
}

.check-area dl.select-feature {
  display: none;
}

.check-area dl.select-feature dd {
  width: 250px;
}

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

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

.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;
}

/*--------------------------------
    開閉ボタン
--------------------------------*/
#menu-toggle {
  margin: 10px 0 0;
  text-align: center;
  position: relative;
}

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

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

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

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

#menu-toggle #reset-area {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

/*--------------------------------
    リセット
--------------------------------*/
#btn-area {
  margin: 15px 0 0;
  text-align: right;
}

#btn-area .reset a {
  width: 14%;
  background-color: #A0A0A0;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 0 auto;
  padding: 8px 10px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}

#btn-area .reset a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 60px auto 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.1em;
  line-height: 1.4;
  display: block;
  text-align: center;
}

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

#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
--------------------------------*/
@keyframes slideInResult {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#result-outer-area {
  min-height: 810px;
  padding: 1px 0;
}

#result-outer .list-box {
  display: none;
}

#result-outer.slideInResult .list-box {
  display: block;
  animation-name: slideInResult;
  animation-duration: .5s;
  animation-timing-function: ease;
  position: relative;
  top: 0px;
  left: 0;
}

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

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