@charset "UTF-8";
/* 対応表ボタン */
#headset-list {
  /* 表*/
  /* list-head */
  /* リストの中 */
  /* スライド */
  /*slick setting*/
}

#headset-list .hyou-btn {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  margin: 3.5% 0 0;
}

#headset-list .hyou-btn .btn {
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #fff;
  margin: 3% 1%;
  box-shadow: 2px 2px 2px 0 #ccc;
}

#headset-list .hyou-btn .btn a {
  color: #333;
  display: block;
  width: 255px;
  padding: 9% 6%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1.1em;
  position: relative;
}

#headset-list .hyou-btn .btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/static/images/common/yaji_bl_6.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 2%;
  left: auto;
  margin: auto;
}

#headset-list .link-btn.right a {
  margin: 1.4% 0 0 auto;
}

#headset-list .link-btn.left a {
  margin: 1.4% auto 0 6%;
  color: #004da2;
  box-sizing: border-box;
  width: 282px;
}

#headset-list .link-btn a {
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
  width: 304px;
  display: block;
  padding: 1%;
  margin: 1.4% 0 0 auto;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

#headset-list .link-btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/static/images/common/yaji_bl_6.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 2%;
  left: auto;
  margin: auto;
}

#headset-list p.kome {
  font-size: 0.8em;
  margin: 0.3% 0 0;
}

#headset-list .list-head {
  display: flex;
  z-index: 1;
}

#headset-list .list-head .list-label {
  width: 190px;
  background: #eaf3fa;
  border: 1px solid #333;
  box-sizing: border-box;
  height: 150px;
  position: relative;
  font-size: 0.9em;
  text-align: center;
}

#headset-list .list-head .list-label span {
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: 100%;
}

#headset-list .list-head .list-btn {
  width: 30px;
}

#headset-list .list-head .list-product ul {
  display: flex;
  width: 730px;
  margin: 0 auto;
  padding: 0;
}

#headset-list .list-head .list-product ul li {
  width: 183px !important;
  border-top: 1px solid #333;
  border-right: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  padding: 0.4% 0 1%;
  height: 150px;
}

#headset-list .list-head .list-product ul li img {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

#headset-list .list-head .list-product ul li a.sku {
  font-size: 0.85em;
  margin: 6% 0 0;
  display: block;
}

#headset-list .list-head .list-product ul li .price {
  font-size: 0.9em;
  margin: 3% 0 0;
  display: block;
}

#headset-list .box-inner {
  display: flex;
}

#headset-list .box-inner ul {
  border-top: 1px solid #4d4d4d;
  margin-top: -1px;
}

#headset-list .box-inner .list-label ul li {
  background-color: #eaf3fa;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
}

#headset-list .main-list {
  display: flex;
  width: 730px;
}

#headset-list .main-list li.main-img img {
  width: 75px;
  height: auto;
  display: block;
  margin: 10% auto 2%;
}

#headset-list .main-list li.main-img a {
  display: block;
  font-size: 0.85em;
  margin: 10% 0 0;
}

#headset-list ul.list-product {
  text-align: center;
  width: 183px !important;
}

#headset-list ul.list-product li {
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  position: relative;
  width: 100%;
  margin: 0;
}

#headset-list ul.list-product li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

#headset-list .list-label {
  width: 190px;
}

#headset-list .list-label ul li:not(.first-list),
#headset-list ul.list-product li:not(.first-list) {
  font-size: 0.9em;
  height: 62px;
  box-sizing: border-box;
  padding: 5%;
  position: relative;
  text-align: center;
}

#headset-list .list-label ul li.line_remarks,
#headset-list ul.list-product li.line_remarks {
  height: 100px;
}

#headset-list .list-label ul li.line_noise_cancel,
#headset-list ul.list-product li.line_noise_cancel {
  height: 75px;
}

#headset-list .list-label ul li span,
#headset-list ul.list-product li span {
  height: fit-content;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.3;
}

#headset-list ul.list-product li.line_remarks span {
  padding: 0 2%;
}

#headset-list .list-btn {
  width: 30px;
  background: #4d4d4d;
}

#headset-list .list-btn.background-none {
  background: none;
}

#headset-list .list-btn .first-list span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  cursor: pointer;
}

#headset-list .js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#headset-list .hyou.box-1 {
  margin: 5% 0 0;
}

#headset-list .hyou h2.title {
  border-left: 4px solid #174dad;
  font-weight: bold;
  padding-bottom: 4px;
  background-color: #fff;
  color: #000;
  padding: 8px 15px 3px 10px;
  letter-spacing: 1px;
  font-size: 1.6em;
  display: inline-block;
  margin: 0 0 1% 0.4%;
}

#headset-list .hyou h2.title + p {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 0 2%;
}

#headset-list .slider img {
  height: auto;
  width: 100%;
}

#headset-list .slick-next:before {
  background: url(/static/images/common/btn_r.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#headset-list .slick-prev:before {
  background: url(/static/images/common/btn_l.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

#headset-list .slick-prev,
#headset-list .slick-next {
  top: 54% !important;
  z-index: 100;
}

#headset-list .slick-prev {
  left: -26px;
}

#headset-list .slick-next {
  right: -25px;
}

#headset-list .slick-track {
  min-width: 2196px !important;
}

#headset-list .type-name .slick-prev,
#headset-list .type-name .slick-next {
  display: none !important;
}

#headset-list .sidebar__inner {
  z-index: 100;
  padding-top: 41px;
}

#line-up-outer .hyou.box {
  margin-top: -41px;
}

h4.comparison-ttl {
  margin: 50px 0 0 0;
  font-size: 2em;
  text-align: center;
}

/* 対応表ボタン */
{
  /* 表*/
  /* list-head */
  /* リストの中 */
  /* スライド */
  /*slick setting*/
}

.hyou-btn {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  margin: 3.5% 0 0;
}

.hyou-btn .btn {
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #fff;
  margin: 3% 1%;
  box-shadow: 2px 2px 2px 0 #ccc;
}

.hyou-btn .btn a {
  color: #333;
  display: block;
  width: 255px;
  padding: 9% 6%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 1.1em;
  position: relative;
}

.hyou-btn .btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/static/images/common/yaji_bl_6.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 2%;
  left: auto;
  margin: auto;
}

.link-btn.right a {
  margin: 1.4% 0 0 auto;
}

.link-btn.left a {
  margin: 1.4% auto 0 6%;
  color: #004da2;
  box-sizing: border-box;
  width: 282px;
}

.link-btn a {
  border: 1px solid;
  border-radius: 5px;
  background: #fff;
  width: 304px;
  display: block;
  padding: 1%;
  margin: 1.4% 0 0 auto;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

.link-btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/static/images/common/yaji_bl_6.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 2%;
  left: auto;
  margin: auto;
}

p.kome {
  font-size: 0.8em;
  margin: 0.3% 0 0;
}

.list-head {
  display: flex;
  z-index: 1;
}

.list-head .list-label {
  width: 190px;
  background: #eaf3fa;
  border: 1px solid #333;
  box-sizing: border-box;
  height: 150px;
  position: relative;
  font-size: 0.9em;
  text-align: center;
}

.list-head .list-label span.center {
  padding: 0 5px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: 100%;
}

.list-head .list-label.row3 {
  height: 75px;
}

.list-head .list-label.row4 {
  height: 100px;
}

.list-head .list-label.row5 {
  height: 125px;
}

.list-head .list-label.image {
  height: 265px;
}

.list-head .list-label.image2 {
  height: 130px;
}

.list-head .list-label.image span.head span.top {
  height: 50px;
  display: block;
  border-bottom: 1px solid #333333;
  padding: 40px 0 0 0;
}

.list-head .list-label.image span.head span.bottom {
  display: block;
  padding: 80px 0 0 0;
}

.list-head .list-label.disp_cell {
  display: none;
}

.list-head .list-btn {
  width: 30px;
}

.list-head .list-product ul {
  display: flex;
  width: 730px;
  margin: 0 auto;
  padding: 0;
}

.list-head .list-product ul li {
  width: 183px !important;
  border-top: 1px solid #333;
  border-right: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  padding: 0;
  height: 150px;
  position: relative;
}

.list-head .list-product ul li img {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

.list-head .list-product ul li img.trans{
  width: 98px;
  height: 20x;
  image-rendering: -webkit-optimize-contrast;
}

.list-head .list-product ul li a.sku {
  font-size: 0.85em;
  margin: 6% 0 0;
  display: block;
}

.list-head .list-product ul li .price {
  font-size: 0.9em;
  margin: 3% 0 0;
  display: block;
}

.list-head .list-product ul li span.center {
  padding: 0 5px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: 100%;
}

.list-head .list-product ul li.row3 {
  height: 75px;
}

.list-head .list-product ul li.row4 {
  height: 100px;
}

.list-head .list-product ul li.row5 {
  height: 125px;
}

.list-head .list-product ul li.image {
  height: 265px;
}

.list-head .list-product ul li.image2 {
  height: 130px;
}

.list-head .list-product ul li.image span.name {
  height: 65px;
  display: block;
  border-bottom: 1px solid #333333;
  padding: 25px 0 0 0;
  margin-bottom: 15px;
}

.list-head .list-product ul li.disp_cell {
  display: none;
}

.list-head .list-product ul li span.now {
  width: 100%;
  height: 97px;
  position: absolute;
  top: 91px;
  left: 0;
  padding: 75px 0 0 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F00;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.box-inner {
  display: flex;
}

.box-inner ul {
  border-top: 1px solid #4d4d4d;
  margin-top: -1px;
}

.box-inner .list-label ul li {
  background-color: #eaf3fa;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
}

.main-list {
  display: flex;
  width: 730px;
}

.main-list li.main-img img {
  width: 75px;
  height: auto;
  display: block;
  margin: 10% auto 2%;
}

.main-list li.main-img a {
  display: block;
  font-size: 0.85em;
  margin: 10% 0 0;
}

ul.list-product {
  text-align: center;
  width: 183px !important;
}

ul.list-product li {
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  position: relative;
  width: 100%;
  margin: 0;
}

ul.list-product li span.center {
  padding: 0 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}

ul.list-product li span.center span.sku::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: -1px;
  background: url(/static/images/product/ya.gif) left center no-repeat;
  background-size: 100% auto;
  margin-right: 5px;
}

ul.list-product li.bgcolor {
  font-weight: bold;
  background-color: #FFF6D9;
}

.list-label {
  width: 190px;
}

.list-label ul li:not(.first-list),
ul.list-product li:not(.first-list) {
  font-size: 0.9em;
  height: 62px;
  box-sizing: border-box;
  padding: 5%;
  position: relative;
  text-align: center;
}

.list-label ul li.line_remarks,
ul.list-product li.line_remarks {
  height: 100px;
}

.list-label ul li.line_noise_cancel,
ul.list-product li.line_noise_cancel {
  height: 75px;
}

.list-label ul li span span,
ul.list-product li span span {
  font-weight: bold;
}

.list-label ul li span.center,
ul.list-product li span.center {
  height: fit-content;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.3;
  padding: 0 5px;
}

.list-label ul li span.left,
ul.list-product li span.left {
  height: fit-content;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.3;
  padding: 0 10px;
  text-align: left;
}

.list-label ul li.row3,
ul.list-product li.row3 {
  height: 75px;
}

.list-label ul li.row4,
ul.list-product li.row4 {
  height: 100px;
}

.list-label ul li.row5,
ul.list-product li.row5 {
  height: 125px;
}

.list-label ul li.image,
ul.list-product li.image {
  height: 265px;
}

.list-label ul li.image2,
ul.list-product li.image2 {
  height: 130px;
}


.list-label ul li.disp_cell,
ul.list-product li.disp_cell {
  display: none;
}

ul.list-product li.line_remarks span {
  padding: 0 2%;
}

.list-btn {
  width: 30px;
  background: #4d4d4d;
}

.list-btn.background-none {
  background: none;
}

.list-btn .first-list span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  cursor: pointer;
}

.js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.hyou.box-1 {
  margin: 5% 0 0;
}

.hyou h2.title {
  border-left: 4px solid #174dad;
  font-weight: bold;
  padding-bottom: 4px;
  background-color: #fff;
  color: #000;
  padding: 8px 15px 3px 10px;
  letter-spacing: 1px;
  font-size: 1.6em;
  display: inline-block;
  margin: 0 0 1% 0.4%;
}

.hyou h2.title + p {
  display: inline-block;
  font-size: 0.9em;
  margin: 0 0 0 2%;
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-next:before {
  background: url(/static/images/common/btn_r.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  background: url(/static/images/common/btn_l.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev,
.slick-next {
  top: 54% !important;
  z-index: 100;
}

.slick-prev {
  left: -26px;
}

.slick-next {
  right: -25px;
}

.slick-track {
  min-width: 2196px !important;
}

.type-name .slick-prev,
.type-name .slick-next {
  display: none !important;
}

.sidebar__inner {
  z-index: 100;
}

.disp_cell_menu {
  margin: 0 0 50px 0;
}

a img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
} 

