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

#main-contents header {
  margin-bottom: 15px;
}

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

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

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

/*--------------------------------
    看板下バナー
--------------------------------*/
div#search-link-banner {
  margin: 30px 0;
}

div#search-link-banner ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

div#search-link-banner ul li {
  width: 29%;
  margin: 0 7px;
}

div#search-link-banner ul li a {
  display: block;
  color: #333;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 0.97em;
  padding: 5px 0;
}

div#search-link-banner ul li a:hover {
  opacity: 0.6;
}

div#search-link-banner ul li a .link-img {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

div#search-link-banner ul li a .link-img img {
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

div#search-link-banner ul li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}

div#search-link-banner ul li.switcher-bnr {
  width: 36.5%;
  margin: 0 7px;
}

div#search-link-banner ul li.switcher-bnr a {
  border: 0;
  border-radius: 0;
  padding: 0;
}

div#search-link-banner ul li.switcher-bnr a img {
  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 {
  position: relative;
  bottom: -35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-align: right;
}

#order-area div.order-area-inner {
  position: relative;
  width: 100%;
  margin: 0 2% 0 0;
  padding: 0;
}

#order-area div.order-area-inner select {
  display: inline-block;
  height: 30px;
  border: 1px solid #174eaf;
  color: #174eaf;
  border-radius: 6px;
  padding: 0 10px;
  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 .switcher-area-outer {
  margin: 75px 0 80px;
}

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

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

#result-area .switcher-area-outer .switcher-area .switcher-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 25px 0.9%;
  box-sizing: border-box;
}

#result-area .switcher-area-outer .switcher-area .switcher-item.col-first {
  border-top: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#result-area .switcher-area-outer .switcher-area .item-detail {
  width: 70%;
  margin-left: 2%;
}

#result-area .switcher-area-outer .switcher-area .item-detail .feature-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0 0;
}

#result-area .switcher-area-outer .switcher-area .item-detail .feature-area span.feature {
  background-color: #fff;
  color: #333;
  border: 1px solid #555;
  padding: 0 1%;
  display: inline-block;
  min-width: 19%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 0 1% 1.2% 0;
  font-size: 0.9em;
  font-weight: bold;
  box-sizing: border-box;
  white-space: nowrap;
}

#result-area .switcher-area-outer .switcher-area .item-detail .feature-area span.feature.resolution {
  background-color: #555;
  color: #ddd600;
}

#result-area .switcher-area-outer .switcher-area .item-detail .feature-area span.feature.hdr {
  background-color: #555;
  color: #fff;
}

#result-area .switcher-area-outer .switcher-area .item-detail .use-image-area {
  margin-top: 10px;
}

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

#result-area .switcher-area-outer .switcher-area div#connector-zoom-btn {
  text-align: left;
  margin: 5px 0 0;
}

#result-area .switcher-area-outer .switcher-area div#connector-zoom-btn a {
  color: #3572b5;
  border: 1px solid;
  background-color: #fff;
  padding: 0.5em 1.2em;
  border-radius: 50px;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
}

#result-area .switcher-area-outer .switcher-area div#connector-zoom-btn a:hover {
  opacity: 0.6;
}

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

/*--------------------------------
    モーダル表示
--------------------------------*/
.modal-content {
  width: 800px;
  max-width: 80%;
  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: 25px 0;
  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: 20px 0;
  padding: 0 2%;
}

.modal-content .modal-inner .connection-image-area a img {
  display: inline-block;
  max-width: 56%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.modal-content .modal-inner .connection-image-area a + a img {
  margin-left: 2%;
}

.modal-content .modal-inner .connection-image-area.img-multi a img {
  max-width: 45%;
}

.modal-content .modal-inner .close {
  display: block;
  position: relative;
}

.modal-content .modal-inner .close .modal-close {
  width: 10em;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  background-color: #393939;
  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;
}

/*--------------------------------
    接続ポート
--------------------------------*/
#result-area .switcher-item .port-area-outer {
  width: 100%;
  background-color: #f2f2f2;
  padding: 2.5% 2.5% 1.5%;
  box-sizing: border-box;
}

#result-area .switcher-item .port-area-outer .port-area-ttl {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
}

#result-area .switcher-item .port-area-outer .port-item {
  display: inline-block;
  width: 19.2%;
  height: 90px;
  vertical-align: top;
  border: 2px solid;
  border-radius: 8px;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 1.5% 1%;
  background-color: #fff;
}

#result-area .switcher-item .port-area-outer .port-item:nth-of-type(5n + 1) {
  margin-left: 0;
}

#result-area .switcher-item .port-area-outer .port-item.usb {
  border-color: #a1d1ed;
}

#result-area .switcher-item .port-area-outer .port-item.display {
  border-color: #f5d887;
}

#result-area .switcher-item .port-area-outer .port-item.lan {
  border-color: #dbbbeb;
}

#result-area .switcher-item .port-area-outer .port-item.mic {
  border-color: #f8bac6;
}

#result-area .switcher-item .port-area-outer .port-item.sd {
  border-color: #93d6c9;
}

#result-area .switcher-item .port-area-outer .port-item .port-num-area {
  height: 36px;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
}

#result-area .switcher-item .port-area-outer .port-item .port-num-area .port-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#result-area .switcher-item .port-area-outer .port-item .port-num-area .port-num img {
  max-width: 48%;
  margin-right: 1%;
  vertical-align: middle;
}

#result-area .switcher-item .port-area-outer .port-item .port-name {
  margin-top: 5px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.2;
}

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

/*--------------------------------
    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: 30px 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;
  text-align: center;
  background-color: #333;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
}

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

/*--------------------------------
    製品を絞り込む
--------------------------------*/
.search-detail-outer {
  border: 1px solid #dcdcdd;
}

.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: 138px;
  margin: 0;
  padding: 25px 0 0 8px;
  box-sizing: border-box;
  color: #004da2;
  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: 832px;
  margin: 0;
  padding: 15px 0 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

.check-area dl.select-feature dt.select-title,
.check-area dl.select-feature .dd-area {
  border-bottom: 0;
}

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

.check-area dl.select-switch-num dd {
  width: 155px;
}

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

.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 dl dd.line-multi {
  vertical-align: top;
  margin: 15px 0;
}

.check-area dl dd.line-multi label .checkbox-text-cnt {
  display: contents;
}

.check-area dl dd.line-multi label span.checkbox-text {
  display: inline;
  vertical-align: top;
  position: relative;
  left: 1.8em;
}

.check-area dl dd.line-multi label span.checkbox-text::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -1.8em;
}

.check-area dl dd.line-multi label span.checkbox-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 1.8em;
}

.check-area dl dd.line-multi.line_2 label span.checkbox-image {
  margin-top: 2.9em;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.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 0 5px;
  position: relative;
  top: 7px;
  left: 20px;
  max-width: 5.2em;
  height: 30px;
  color: #7b7a7a;
  text-align: center;
  font-size: 0.95em;
}

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

.check-area dd label span.checkbox-image.type_c {
  max-width: 4.3em;
  left: 25px;
}

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

/*--------------------------------
    リセット
--------------------------------*/
div#reset-area {
  text-align: right;
  padding: 10px 15px 20px;
}

div#reset-area a {
  background-color: #707070;
  color: #fff;
  width: 8.5em;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0 auto;
  text-align: center;
  height: 28px;
  line-height: 28px;
  border-radius: 50px;
}

div#reset-area a:hover {
  opacity: 0.6;
}

/*--------------------------------
    選択中の条件
--------------------------------*/
#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: 8px 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
--------------------------------*/
#result-area .switcher-area-outer .switcher-area .switcher-item {
  display: none;
}

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

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

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

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

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

/*--------------------------------
    header
--------------------------------*/
#header {
  position: relative;
}

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

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