@charset "UTF-8";
.sp {
  display: none;
}

/*---------------------------
    デフォルトスタイル
---------------------------*/
body {
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#container h1 {
  border-bottom: 1px solid #ccc;
  font-size: 1.7em;
  line-height: 1.4;
  margin: 0 0 15px;
  padding-bottom: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

#container {
  width: 1200px;
  margin: auto;
}

.main {
  display: flex;
  justify-content: space-between;
}

#main-contents {
  width: 980px;
}

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

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

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

#result-outer-area.no-result {
  min-height: 1px;
}

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

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

/* 絞り込み */
#search-area {
  margin: 3.6% auto 0;
  background-color: #ebeced;
  padding: 2.3% 1.7% 3% 2.2%;
  box-sizing: border-box;
  position: relative;
}

#search-area h2 {
  font-size: 1.15em;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

#search-area h2 span {
  font-size: 0.85em;
  display: inline-block;
  margin: 0 0 0 1.4%;
  letter-spacing: 0.05em;
}

#search-area .search-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.2% auto 0;
  padding-bottom: 2.5%;
  border-bottom: 1px dotted #898989;
}

#search-area .search-btn-area li {
  opacity: 1;
  transition: 0.2s;
}

#search-area .search-btn-area li:hover {
  opacity: 0.6;
  transition: 0.2s;
}

#search-area .search-btn-area.bb-none {
  border-bottom: 0;
}

#search-area .search-btn-area.pb-none {
  padding-bottom: 0.1%;
}

#search-area .input-outer {
  font-weight: bold;
  min-width: 24%;
  margin-right: 1%;
}

#search-area .input-outer:nth-child(n + 5), #search-area .input-outer.mt-disp {
  margin-top: 1.5%;
}

#search-area .input-outer.width-min {
  min-width: 15%;
}

#search-area .input-outer label:hover {
  cursor: pointer;
}

#search-area .check-area-inner.input-wide .input-outer {
  min-width: 30%;
}

#search-area .check-area-inner.input-wide .input-outer:nth-child(n + 5) {
  margin-top: 0;
}

#search-area .check-area-inner.input-wide .input-outer:nth-child(n + 4) {
  margin-top: 1.5%;
}

#search-area .check-area-inner.col-5 .input-outer {
  min-width: 18%;
}

#search-area .check-area-inner.col-5 .input-outer:nth-child(n + 5) {
  margin-top: 0;
}

#search-area .check-area-inner.col-5 .input-outer:nth-child(n + 6) {
  margin-top: 1.5%;
}

#search-area .input-outer-block {
  vertical-align: middle;
  width: 18.5%;
  height: 168px;
  margin: 0 1% 0 0;
  font-weight: bold;
}

#search-area .input-outer-block:nth-child(n + 6) {
  margin-top: 1.5%;
}

#search-area .input-outer-block input {
  display: none;
}

#search-area .input-outer-block div {
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px 2px #cdcdcd;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  width: 100%;
  height: -webkit-calc(100% - 5px);
  height: calc(100% - 5px);
  padding: 5px 0 0;
  cursor: pointer;
}

#search-area .input-outer-block input:checked + div {
  border: 3px solid #ec6841;
  position: relative;
  top: -2px;
  left: -2px;
}

#search-area .input-outer-block img {
  max-width: 100px;
  max-height: 100px;
}

#search-area .input-outer-block .name {
  margin: 3.3% 0 0;
  font-size: 1em;
  line-height: 1.6;
  display: block;
}

#search-area .input-outer-block .name.line-2 {
  margin-top: 3%;
  line-height: 1.15;
}

#search-area .input-outer-block .search-cnt {
  margin: 1% 0 0;
  font-size: 0.87em;
  display: block;
}

#search-area .input-outer-block label:hover {
  opacity: 0.6;
  cursor: pointer;
}

#search-area .search-btn-area.left-start {
  justify-content: flex-start;
}

#search-area .search-btn-area.left-start .input-outer-block {
  margin-right: 1.5%;
}

#search-area .close-btn {
  width: 118px;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
  padding: 0 1.3% 0 0.6%;
  text-align: center;
  position: absolute;
  background-color: #838383;
  color: #fff;
  top: 17px;
  right: 2.5%;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

#search-area .close-btn b {
  line-height: 0;
  margin: 0 4% 0 0;
}

/*--------------------------------
    チェックボックス
--------------------------------*/
.check-area {
  margin: 2.3% 0 0 0.1%;
}

.check-area.bb-disp {
  border-bottom: 1px dotted #898989;
  padding-bottom: 2%;
  margin-bottom: 2%;
}

.check-area-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.6%;
  width: 100%;
}

.search-cnt {
  font-size: 0.87em;
}

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

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

.check-area label.loading,
.search-btn-area label.loading {
  pointer-events: none;
}

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

.check-area label .checkbox-icon {
  opacity: 1;
  transition: 0.2s;
}

.check-area label .checkbox-icon:hover {
  opacity: 0.6;
  transition: 0.2s;
}

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

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

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

.check-area 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 label input + .checkbox-icon::after {
  left: 0;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #939393;
  background-color: #fff;
}

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

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

/* 検索結果 */
.link-to-other {
  display: flex;
  margin: 2.3% 0 0;
  font-size: 0.875em;
  align-items: center;
}

.link-to-other p {
  letter-spacing: 0.09em;
  margin: 0 1% 0 0;
  font-weight: bold;
}

.link-to-other a {
  display: block;
  padding: 0.7% 2.8% 0.7% 1.6%;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
  border-radius: 100px;
  color: #135fa7;
  position: relative;
  letter-spacing: 0.04em;
  margin-right: 0.4%;
}

.link-to-other a::after {
  content: "";
  margin: auto;
  width: 9px;
  height: 11px;
  background: url(/static/images/seihin_joho/tablet/yaji_rt.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
}

.result-text {
  vertical-align: middle;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#result-cnt {
  color: #fc001c;
}

#result-cnt strong {
  font-size: 1.55em;
  margin: 0 0.2% 0;
}

.selecting-criteria-area {
  display: flex;
  justify-content: space-between;
  margin: 1.2% 0 0;
  padding-bottom: 0.7%;
  border-bottom: 1px solid;
}

.selecting-criteria-area p b {
  font-size: 0.9375em;
  line-height: 1.6;
  display: inline-block;
  background-color: #454545;
  color: #fff;
  margin-right: 1.5%;
  padding: 0.4% 0;
  text-align: center;
  letter-spacing: 0.1em;
  max-width: 123px;
  width: 16%;
}

.selecting-criteria-area p #selecting-items {
  display: inline-block;
  padding: 1% 0 0;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.selecting-criteria {
  width: 80%;
  max-width: 750px;
  margin: 0.5% 0 0;
}

.sort-area {
  width: 21%;
}

.sort-area p {
  display: inline-flex;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  font-weight: bold;
}

.sort-area #sort-key-select {
  padding: 2.2%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #333;
  font-family: inherit;
  font-weight: bold;
}

/* 検索結果-製品詳細 */
#result-area {
  margin-top: 2.5%;
}

#result-area .sub-cate-inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

#result-area .product-item {
  margin: 0 3.2% 3.7% 0;
  padding: 2.4% 1.7% 2.4% 2%;
  border: 1px solid #eaeaea;
  width: 48.3%;
  box-sizing: border-box;
  vertical-align: top;
}

#result-area .product-item:nth-of-type(even) {
  margin-right: 0;
}

#result-area .product-item .cap {
  font-size: 1.06em;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}

#result-area .product-item .product-image-main {
  display: inline-block;
  width: 240px;
  height: 240px;
  margin: 2% 0 0;
}

#result-area .product-item .product-image-main img {
  width: 100%;
  height: auto;
}

#result-area .product-item .product-image-main a:hover {
  opacity: 0.6;
}

#result-area .product-item .product-image-sub {
  display: inline-block;
  width: 172px;
  height: 240px;
  vertical-align: top;
  margin: 1.7% 0 0 3%;
  position: relative;
}

#result-area .product-item .product-image-sub span.icon {
  display: block;
  width: 100%;
  padding: 3% 0;
  text-align: center;
  color: #fff;
  background-color: #0f4493;
  font-size: 0.95em;
  line-height: 1.2;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

#result-area .product-item .product-image-sub span.icon.icon-typec {
  line-height: 1.4;
}

#result-area .product-item .product-image-sub span.icon.gold {
  background-color: #886f07;
}

#result-area .product-item .product-image-sub span.icon + span.icon {
  margin-top: 5px;
}

#result-area .product-item .product-image-sub span.vertical-line {
  display: block;
  background-color: #0f4493;
  width: 2px;
  height: 13.5px;
  margin: 3.5% auto;
}

#result-area .product-item .product-image-sub img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
}

#result-area .product-item .product-image-sub a:hover {
  opacity: 0.6;
}

#result-area .product-item .product-image-sub.sub-small img {
  position: absolute;
  width: 92%;
  height: auto;
  bottom: 0;
  left: 4%;
}

#result-area .product-item .product-image-sub.sub-height-l {
  height: 250px;
}

#result-area .product-item .name {
  margin: 3.2% 0 0;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.2;
}

#result-area .product-item .sku-area-outer {
  margin: 8px 0 0;
}

#result-area .product-item .number {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 0;
  padding: 0 0 5px 18px;
  font-size: 0.95em;
  font-weight: bold;
  margin: 1.3% 0 0;
  letter-spacing: 0.01em;
  background-size: 13px;
  min-width: 11em;
}

#result-area .product-item .number.rpad-1::after, #result-area .product-item .number.rpad-2::after, #result-area .product-item .number.rpad-3::after, #result-area .product-item .number.rpad-4::after, #result-area .product-item .number.rpad-5::after, #result-area .product-item .number.rpad-6::after, #result-area .product-item .number.rpad-7::after, #result-area .product-item .number.rpad-8::after, #result-area .product-item .number.rpad-9::after, #result-area .product-item .number.rpad-10::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  font-size: 0.52em;
}

#result-area .product-item .number.rpad-1::after {
  width: 1em;
}

#result-area .product-item .number.rpad-2::after {
  width: 2em;
}

#result-area .product-item .number.rpad-3::after {
  width: 3em;
}

#result-area .product-item .number.rpad-4::after {
  width: 4em;
}

#result-area .product-item .number.rpad-5::after {
  width: 5em;
}

#result-area .product-item .number.rpad-6::after {
  width: 6em;
}

#result-area .product-item .number.rpad-7::after {
  width: 7em;
}

#result-area .product-item .number.rpad-8::after {
  width: 8em;
}

#result-area .product-item .number.rpad-9::after {
  width: 9em;
}

#result-area .product-item .number.rpad-10::after {
  width: 10em;
}

#result-area .product-item .price {
  display: inline-block;
  font-size: 0.95em;
  margin: 0 0 0 4%;
  letter-spacing: 0.04em;
  font-weight: bold;
}

#result-area .product-item .supported-icon {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#result-area .product-item .supported-icon p {
  font-size: 0.9em;
  color: #fff;
  padding: 1.1% 2.5%;
  margin: 0 5px 0 0;
  line-height: 1.2;
  font-weight: bold;
  box-sizing: border-box;
}

#result-area .product-item .supported-icon .green {
  background-color: #00a89b;
  border: 1px solid #00a89b;
}

#result-area .product-item .supported-icon .blue {
  background-color: #327de3;
  border: 1px solid #327de3;
}

#result-area .product-item .feature-icon {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#result-area .product-item .feature-icon p {
  font-size: 0.9em;
  color: #004da2;
  border: 1px solid;
  padding: 1.1% 2.5%;
  margin: 0 5px 6px 0;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
}

#result-area .product-item .feature-icon p.blue {
  background-color: #bad7fd;
  border-color: #bad7fd;
  color: #333;
}

#result-area .product-item .feature-icon p.yellow {
  background-color: #fded93;
  border-color: #fded93;
  color: #333;
}

#result-area .product-item .feature-icon p.green-ico {
  background-color: #00a89b;
  border: 1px solid #00a89b;
  color: #fff;
}

#result-area .product-item .feature-icon p.blue-ico {
  background-color: #327de3;
  border: 1px solid #327de3;
  color: #fff;
}

#result-area .product-item .feature-icon p.gray-ico {
  background-color: #dce0e0;
  border: 1px solid #dce0e0;
  color: #333;
}

#result-area .product-item .feature-icon .feature-icon-area-inner {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

#result-area .product-item .sku-area-outer + .feature-icon {
  margin-top: 10px;
}

.banner-area {
  width: 41%;
  margin: auto;
}

.banner-area a {
  display: block;
  width: 100%;
}

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

/* 関連ページ */
#relation {
  margin: 6.6% 0 0;
}

#relation h2 {
  display: block;
  margin: 0 auto;
  padding: 1.3% 0;
  font-size: 1.56em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #484b50;
}

.relation-inner {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 98.5%;
  margin: 2.9% auto 0;
}

.relation-inner a {
  display: block;
  width: 230px;
  height: auto;
  margin-bottom: 2%;
  margin-right: 1.5%;
}

.relation-inner a img {
  width: 100%;
}

.relation-inner a:nth-child(4n) {
  margin-right: 0;
}

/* カタログ */
.cata_title {
  font-size: 1.75em;
  font-weight: 600;
}

div#catalog-pc {
  border: 0.3em solid #9fbfe6;
  border-radius: 0.7em;
  background-color: #dbe7f5;
  padding: 34px 59px;
  box-sizing: border-box;
  margin: 6% auto;
  width: 99%;
}

div#catalog-pc div.cata_left {
  width: 100%;
  margin: 2% auto 0;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc span {
  display: block;
  margin: 2% 0 0;
  font-size: 1.05em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

div#catalog-pc div.cata_left ul {
  margin-top: 6%;
}

div#catalog-pc div.cata_right {
  width: 100%;
  text-align: center;
  margin: 9% auto 0;
}

div#catalog-pc div.cata_right img {
  width: 184px;
  box-shadow: 3px 4px 10px 0 #ccc;
}

div#catalog-pc div.cata_left ul li {
  width: 74%;
  margin: 0 auto 4%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 4% 0;
  width: 100%;
  background-color: #125eaa;
  color: #fff;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

.cate_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.cata_01,
.cata_02 {
  text-align: center;
  width: 38%;
  margin: 0 3%;
}

p.cate_name {
  font-size: 1.1em;
  color: #004da2;
  margin: 5.3% 0 0;
  font-weight: bold;
}

/*--------------------------------
    サイドメニュー
--------------------------------*/
#side-menu {
  width: 185px;
  margin: 0;
}

#side-menu a:hover {
  opacity: 0.6;
}

.online-banner {
  margin: 0 0 6%;
}

.find-from-section {
  margin-top: 11%;
  border: 1px solid #ccc;
}

.find-from-section .link-title {
  width: 185px;
  padding: 4.2% 3.2% 4.2% 4.2%;
  box-sizing: border-box;
  font-size: 0.92em;
  font-weight: bold;
  color: #fff;
  background-color: #393939;
}

.find-from-section hr {
  width: 90%;
  margin: 5.8% auto 0;
  color: #ccc;
}

.tablet-accessory {
  margin-top: 13%;
  padding-bottom: 9%;
}

.side-item {
  display: block;
  margin: 5.5% 0 6.1% 1%;
  padding-left: 1.2em;
  font-size: 0.78em;
  line-height: 1.6;
  position: relative;
  letter-spacing: 0;
  font-weight: bold;
}

.side-item::before {
  content: "";
  position: absolute;
  background: url(/static/images/seihin_joho/ipad_iphone_ipod/images_new/sankaku.png) no-repeat;
  width: 5px;
  height: 7px;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.side-item.main-link {
  font-weight: bold;
  margin: 7.2% 0 3%;
}

.side-item.sub-link {
  padding: 0;
  margin: 0 0 2%;
  line-height: 1.3;
}

.side-item.sub-link span {
  display: inline-block;
  vertical-align: middle;
}

.side-item.sub-link img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin: 0 3% 0 0;
}

.link-category-block {
  padding-left: 1.6%;
}

.side-item.sub-link::before {
  content: "";
  position: absolute;
  background: none;
}

/*--------------------------------
    バナー
--------------------------------*/
#cate-banner-area {
  margin-bottom: 25px;
}

#cate-banner-area ul li a img {
  max-width: 100%;
  filter: drop-shadow(1px 1px 1px #ddd);
}

/* リンクエリア */
#link_area {
  text-align: center;
  margin: 50px 0 20px;
}

.clear {
  clear: both;
}

/*---------------------------
    その他中間へのリンク
---------------------------*/
#other-link-area {
  margin-top: 20px;
  font-size: 1em;
}

#other-link-area .other-link-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  font-weight: bold;
}

#other-link-area .other-link {
  display: inline-block;
  vertical-align: middle;
}

#other-link-area .other-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

#other-link-area .other-link ul li {
  height: 30px;
  margin: 0 5px;
}

#other-link-area .other-link ul a {
  background-color: #fff;
  color: #135fa7;
  border-radius: 50px;
  font-weight: bold;
  border: 1px solid #b1b1b1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0 22px 0 12px;
  box-sizing: border-box;
  font-size: 0.97em;
}

#other-link-area .other-link ul a:hover {
  opacity: 0.6;
}

#other-link-area .other-link ul a:after {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("/static/images/common/yaji_gray.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#other-link-area .other-link ul a span {
  text-align: left;
  line-height: 30px;
}

/*---------------------------
    フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
