@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 {
  margin: 0 0 12px;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}

header {
  margin-bottom: 15px;
}

header #header-title {
  margin-top: 10px;
}

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

header #header-title span {
  position: absolute;
  margin-left: -920px;
  margin-top: 125px;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

header .banner-area {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

header .banner-area .banner-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

header .banner-area .banner-item a {
  color: #0f499d;
  border: 1px solid;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 28px 12px 10px;
  box-sizing: border-box;
  position: relative;
  margin-left: 8px;
}

header .banner-area .banner-item a img {
  width: 40px;
  height: auto;
  margin-right: 8px;
  flex-shrink: 0;
}

header .banner-area .banner-item a .main,
header .banner-area .banner-item a .sub {
  display: block;
  line-height: 1.4;
}

header .banner-area .banner-item a .main {
  font-weight: bold;
  font-size: 0.98em;
}

header .banner-area .banner-item a .sub {
  font-size: 0.8em;
  font-family: normal;
  font-weight: normal;
}

header .banner-area .banner-item a.dock-link {
  background-color: #dcecf9;
}

header .banner-area .banner-item a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0f499d;
  border-right: 2px solid #0f499d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 12px;
}

header .banner-area .banner-item a:hover {
  opacity: 0.6;
}

/*--------------------------------
    リセット
--------------------------------*/
.reset-area-outer {
  display: flex;
  justify-content: flex-end;
}

.reset-area-outer .reset-area a {
  background-color: #909090;
  font-size: 1em;
  margin-top: 8px;
  width: 160px;
  height: 36px;
  line-height: 2.4;
  border-radius: 8px;
  color: #fff;
  display: block;
}

.reset-area-outer .reset-area a:hover {
  opacity: 0.6;
}

/*--------------------------------
    リスト
--------------------------------*/
#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 .screen-area-outer {
  margin: 30px 0 100px;
}

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

#result-area .screen-area-outer .screen-area-title h3 {
  background-color: #000;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.3em;
  padding: 0 2%;
  box-sizing: border-box;
  text-align: center;
}

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

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

#result-area .screen-area-outer .screen-area-title-sub h3.port-ttl {
  font-size: 1.45em;
  padding: 10px 0.5em 7px;
  border-bottom: 2px solid #999;
  margin: 20px 0 15px;
}

#result-area .screen-area-outer .screen-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  margin-top: 40px;
}

#result-area .screen-area-outer .screen-area .screen-item {
  width: 100%;
  border-left: 0;
  border-top: 0;
  box-sizing: border-box;
  position: relative;
  padding: 0.75em 0.9%;
}

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

#result-area .screen-area-outer .screen-area .item-detail-area {
  margin-left: 4%;
  width: 674px;
}

#result-area .screen-area-outer .screen-area .list p.series_note {
  color: #35b0d9;
  font-size: 0.9em;
  margin-top: 5px;
}

#result-area .screen-area-outer .screen-area .product-description-area {
  margin-bottom: 15px;
}

#result-area .screen-area-outer .screen-area .product-description-area .product-description {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}

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

#result-area .screen-area-outer .screen-area .item-sku-price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 3px 0 0;
  width: 100%;
}

#result-area .screen-area-outer .screen-area .item-sku {
  line-height: 1.4;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  margin-right: 0;
  width: 100%;
}

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

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

#result-area .screen-area-outer .screen-area .item-sku span.icon {
  margin-left: 1%;
}

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

#result-area .screen-area-outer .screen-area .item-price {
  color: #333;
  line-height: 1.4;
  display: block;
  font-weight: normal;
  white-space: nowrap;
  font-size: 0.92em;
}

#result-area .screen-area-outer .screen-area .item-head {
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.4;
  padding: 0 0 10px;
  word-break: break-all;
}

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

#result-area .screen-area-outer .screen-area .item-image img {
  width: 220px;
  margin-top: 15px;
}

#result-area .screen-area-outer .screen-area .item-image img.p-image {
  display: none;
}

#result-area .screen-area-outer .screen-area .item-image img.p-image + .aspect-sub {
  display: none;
}

#result-area .screen-area-outer .screen-area .item-image img.p-image.disp-image {
  display: block;
}

#result-area .screen-area-outer .screen-area .item-image img.p-image.disp-image + .aspect-sub {
  display: block;
  font-size: 0.95em;
  color: #333;
  margin: 5px 0 30px;
}

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

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

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

#result-area .screen-area-outer .screen-area div.disp-cutoff {
  margin-top: 15px;
  margin-left: 32px;
}

#result-area .screen-area-outer .screen-area div.disp-cutoff a {
  position: relative;
  color: #e03535;
  border: 2px solid;
  line-height: 1.2;
  padding: 7px 34px 7px 42px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}

#result-area .screen-area-outer .screen-area div.disp-cutoff a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #bb2c29;
  border-right: 1px solid #bb2c29;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 26px;
}

#result-area .screen-area-outer .screen-area div.disp-cutoff a:hover {
  opacity: 0.6;
}

#result-area .screen-area-outer .screen-area div.disp-cutoff.disped a {
  color: #999;
  border-color: #ccc;
  pointer-events: none;
}

#result-area .screen-area-outer .screen-area div.disp-cutoff.disped a::before {
  border-color: #ccc;
}

#result-area .screen-area-outer .screen-area .feature-area {
  display: flex;
  justify-content: flex-start;
  margin: 6px 0 0;
  width: 670px;
}

#result-area .screen-area-outer .screen-area .feature-area span {
  display: block;
  font-weight: bold;
  height: 30px;
  line-height: 31px;
  width: 163px;
  margin: 0 2px 8px;
  text-align: center;
  font-size: 0.9em;
  box-sizing: border-box;
  letter-spacing: -0.04em;
  border-radius: 3px;
}

#result-area .screen-area-outer .screen-area .feature-area span.category-stand {
  background-color: #184fb0;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.category-wall {
  background-color: #184fb0;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.category-hanging {
  background-color: #184fb0;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.category-magnet {
  background-color: #184fb0;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.resolution_4k {
  background-color: #333333;
  color: #e7d529;
}

#result-area .screen-area-outer .screen-area .feature-area span.short_focus {
  background-color: #fe6100;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.rotation {
  background-color: #842ba9;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.slow_winding {
  background-color: #0e98a9;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.integrated_case {
  background-color: #6c2e00;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .feature-area span.portable_type {
  background-color: #286b20;
  color: #fff;
}

#result-area .screen-area-outer .screen-area .series-area {
  margin-top: 5px;
}

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

#result-area .screen-area-outer .screen-area .series-area .series-inner .series-item {
  width: 24%;
  margin: 0 1% 1% 0;
}

#result-area .screen-area-outer .screen-area .series-area .series-inner .series-item a {
  display: block;
}

#result-area .screen-area-outer .screen-area .series-area .series-inner .series-item a img {
  max-width: 100%;
}

#result-area .screen-area-outer .screen-area .series-area .series-inner .series-item a:hover {
  opacity: 0.6;
}

#result-area .screen-area-outer .screen-area .series-area .series-inner .series-item a:hover img {
  opacity: 1 !important;
}

#result-area tr.result-item.is-hidden {
  display: none;
}

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

/*--------------------------------
    検索結果なし
--------------------------------*/
#no-result {
  margin: 30px auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  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/input/screen/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: 18px 0 10px;
  padding: 0;
  position: relative;
  text-align: center;
}

#search-area h3 {
  display: block;
  color: #fff;
  font-size: 1.4em;
  padding: 0 0 0.5% 1em;
  position: relative;
  background-color: #000;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
}

#search-area .search-title-outer {
  position: relative;
}

#search-area .search-title-outer .search-title-select {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  transform: translateY(-50%);
}

#search-area .search-img {
  width: 80px;
  margin-top: 5px;
  margin-left: 15px;
  display: block;
}

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

.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;
  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: 128px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  background-color: #d9d9d9;
}

#search-area .select-area-inner {
  border: 1px solid #fff;
}

#search-area .select-area-inner dt.select-title {
  padding-top: 0;
}

.check-area .dd-area {
  display: table-cell;
  width: 850px;
  margin: 0;
  padding: 15px 0 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #f0f0f0;
}

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

.check-area dl dd.input-long {
  width: 300px;
}

.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 .input-outer.setup {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  width: 190px;
  height: 145px;
  text-align: center;
  line-height: 3;
}

.check-area .input-outer.setup label img {
  border-radius: 6px;
}

.check-area .input-outer.setup label span {
  color: #0f499d;
  text-align: center;
}

.check-area .input-outer.setup label .checkbox-text {
  line-height: 3.1;
  font-size: 1em;
}

.check-area label.input-outer {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  width: 190px;
  height: 48px;
  text-align: center;
  line-height: 3.7;
}

.check-area label.input-outer span {
  color: #0f499d;
  text-align: center;
}

.check-area label.input-outer .checkbox-text {
  line-height: 3.1;
  font-size: 1.2em;
}

.check-area label.input-outer .checkbox-text-child {
  line-height: 3.1;
  margin-left: 2px;
  font-size: 0.9em;
}

label.input-outer input[type="checkbox"]:checked + .checkbox-text,
label.input-outer input[type="checkbox"]:checked + .checkbox-text + .checkbox-text-child {
  color: #f17800;
}

label.input-outer input[type="checkbox"]:checked {
  outline: none;
}

label.input-outer:has(input[type="checkbox"]:checked) {
  border: 2px solid #f17800;
}

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

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

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

.check-area dd label.no-check span {
  color: #c0c0c0;
}

.check-area dd label.no-check .checkbox-image,
.check-area dd 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;
}

/*--------------------------------
    開閉ボタン
--------------------------------*/
#menu-toggle {
  margin: 30px 0 15px;
  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;
}

/*--------------------------------
    リセット
--------------------------------*/
#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;
}

.gentei-check {
  display: inline-block;
  margin: 5px auto;
  line-height: 1.4;
  vertical-align: middle;
}

.gentei-check label {
  font-size: 0.87em;
  font-weight: bold;
  color: #333;
  display: block;
  text-align: right;
  padding: 7px 20px;
  background-color: #efefef;
  line-height: 1.2;
}

.gentei-check label:hover {
  cursor: pointer;
}

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

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

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

.gentei-check label input + .checkbox-icon {
  position: relative;
  vertical-align: -2px;
  padding: 0 0 0 22px;
}

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

.gentei-check label input + .checkbox-icon::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 5px;
  margin-top: -9px;
  width: 3px;
  height: 7px;
  border-right: 3px solid #ff8900;
  border-bottom: 3px solid #ff8900;
  transform: rotate(45deg);
  opacity: 0;
}

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

/*--------------------------------
    選択中の条件
--------------------------------*/
#restrict-outer {
  text-align: center;
  max-width: 95%;
  margin: 60px auto 0;
  padding: 10px 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;
}

/*---------------------------
    絞り込み件数追従
---------------------------*/
div#fixed-window-area-outer {
  position: fixed;
  left: 0;
  bottom: -54px;
  transition: bottom 0.5s ease-in-out;
  z-index: 3050;
}

div#fixed-window-area-outer div#fixed-window-area {
  position: relative;
  width: 100vw;
  min-width: 950px;
  text-align: center;
  background-color: #e2e0e0;
  padding: 10px 5px;
  height: 56px;
  box-sizing: border-box;
  display: none;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner {
  width: 1420px;
  margin: auto;
  text-align: center;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

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

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a {
  color: #fff;
  background-color: #1c4fab;
  border-radius: 8px;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  width: 100%;
  display: block;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-link a .result-count {
  font-size: 1.4em;
  color: #fff500;
  margin: 0 2px;
}

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

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-text {
  width: 10em;
  margin: 0 3em;
  box-sizing: border-box;
  color: #333;
  font-size: 1.05em;
  letter-spacing: 0.01em;
  text-align: left;
  display: block;
  line-height: 32px;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-text #result-count-window {
  color: #f00;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0.2em;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-reset {
  margin: 0 1em 0 1em;
}

div#fixed-window-area-outer div#fixed-window-area div#fixed-window-area-inner .fixed-window-reset a {
  color: #fff;
  background-color: #7e7e7e;
  border-radius: 14px;
  text-align: center;
  padding: 0 1em;
  box-sizing: border-box;
  height: 28px;
  line-height: 28px;
  width: 100%;
  display: block;
  font-size: 0.97em;
  font-weight: bold;
  margin-top: 5px;
}

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

.item-image-icon img {
  position: absolute;
  top: 25px;
}

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

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

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

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

#result-outer.slideInResult #result-area .screen-area-outer .screen-area-result .screen-area .screen-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;
}

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

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