@charset "UTF-8";
/* ==========================================================================//
//
//　TOOL
//
// ========================================================================== */
/** -------------------------------- **
	display
*** ----------------------------------------------------------------- ***/
.pcBlock {
  display: block !important;
}
@media only screen and (max-width: 640px) {
  .pcBlock {
    display: none !important;
  }
}

.pcInBlock {
  display: inline-block !important;
}
@media only screen and (max-width: 640px) {
  .pcInBlock {
    display: none !important;
  }
}

.pcTableCell {
  display: table-cell !important;
}
@media only screen and (max-width: 640px) {
  .pcTableCell {
    display: none !important;
  }
}

.spBlock {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .spBlock {
    display: block !important;
  }
}

.spInBlock {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .spInBlock {
    display: inline-block !important;
  }
}

.spTableCell {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .spTableCell {
    display: table-cell !important;
  }
}

/* ==========================================================================//
//
//　LAYOUT
//
// ========================================================================== */
/** -------------------------------- **
	base
*** ----------------------------------------------------------------- ***/
@media only screen and (max-width: 640px) {
  * {
    -webkit-overflow-scrolling: touch;
  }
}

h2 {
  position: relative;
  padding-bottom: 0.2em;
  color: #000;
}

sup {
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  sup {
    font-size: 8px;
  }
}

/** -------------------------------- **
	scrollbar
*** ----------------------------------------------------------------- ***/
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/** -------------------------------- **
	container
*** ----------------------------------------------------------------- ***/
@media only screen and (max-width: 640px) {
  .s5-container {
    overflow-x: scroll;
    border: none;
  }
}

/** -------------------------------- **
	headline
*** ----------------------------------------------------------------- ***/
#headerArea {
  margin: 0px;
  letter-spacing: 1px;
}

.mh20 {
  border-bottom: 1px solid #ccc;
  font-size: 21px;
  line-height: 1.0;
  vertical-align: top;
  padding-bottom: 0.2em;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .mh20 {
    font-size: 18px;
    border-bottom: none;
    line-height: 1.26;
    margin-bottom: 30px;
  }
}

/** -------------------------------- **
	表右上ボタンリンク
*** ----------------------------------------------------------------- ***/
.s5-buttonContainer.s5-buttonContainer--pullRight ul > li {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 15px 0;
}

/** -------------------------------- **
	比較表
*** ----------------------------------------------------------------- ***/
#compare {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #compare {
    margin-top: 40px;
  }
}
#compare .dummy {
  display: none;
}
#compare #fix {
  position: relative;
  border-right: solid 1px #ccc;
  border-bottom: none;
  height: 270px;
  width: 185px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #compare #fix {
    position: relative;
    border: solid 1px #ccc;
    border-bottom: none;
    height: 186px;
    width: 71px;
  }
}

#fixarea.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
#fixarea #seriesArea {
  position: relative;
  width: 100%;
  /*overflow: scroll;  商品一つなので*/
  overflow-y: hidden;
  /*overflow-x: scroll;  商品一つなので*/
}
#fixarea #seriesArea td {
  width: 338px !important;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea td {
    width: 88px !important;
  }
}
#fixarea #seriesArea .series {
  position: relative;
  width: 338px;
  height: 272px;
  border: solid 1px #ccc;
  border-left: none;
  border-bottom: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series {
    position: relative;
    width: 88px !important;
    height: 186px;
    border: solid 1px #ccc;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
  }
}
#fixarea #seriesArea .series span.label {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
  background-color: #6a79a2;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series span.label {
    font-size: 10px;
    line-height: 1.25;
    padding: 14px 0;
  }
}
#fixarea #seriesArea .series span.label strong {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series span.label strong {
    font-size: 9px;
  }
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series span.label.type {
    font-size: 14px;
    height: 44px;
    width: 88px !important;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-weight: bold;
  }
}
#fixarea #seriesArea .series span.type {
  font-size: 20px;
  font-weight: bold;
  padding: 11px 0;
  color: #2f353d;
  display: block;
  text-align: center;
  background-color: #f7f7fb;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series span.type {
    font-size: 15px;
  }
}
#fixarea #seriesArea .series a {
  position: relative;
  display: block;
  padding: 35px 0 10px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series a {
    padding: 28.15px 5px;
  }
}
#fixarea #seriesArea .series a .model_pic {
  display: table;
  width: 100%;
  height: 115px;
  text-align: center;
  border-collapse: separate;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series a .model_pic {
    height: auto;
  }
}
#fixarea #seriesArea .series a .model_pic img {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #fixarea #seriesArea .series a .model_pic img {
    width: 100%;
  }
}

#contNameArea {
  width: 185px !important;
  background-color: #F6F6F6;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #contNameArea {
    width: 71px !important;
  }
}
#contNameArea tr {
  width: auto;
  height: 64px;
  border: 1px solid #ccc;
  border-bottom: none;
  box-sizing: border-box;
}
#contNameArea tr:last-child {
  border-bottom: solid 1px #ccc;
}
#contNameArea tr.hs {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.hs {
    height: 28px !important;
  }
}
#contNameArea tr.sound {
  height: 95px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.sound {
    height: 65px !important;
  }
}
#contNameArea tr.time {
  height: 65px !important;
}
#contNameArea tr.size {
  height: 99px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.size {
    height: 98px !important;
  }
}
#contNameArea tr.weight {
  height: 99px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.weight {
    height: 88px !important;
  }
}
#contNameArea tr.x-balanced {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.x-balanced {
    height: 40px !important;
  }
}
#contNameArea tr.speaker_model {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.speaker_model {
    height: 60px !important;
  }
}
#contNameArea tr.speaker_size {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.speaker_size {
    height: 70px !important;
  }
}
#contNameArea tr.ssm {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.ssm {
    height: 40px !important;
  }
}
#contNameArea tr.appitem {
  height: 65px !important;
}
#contNameArea tr.accessories {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr.accessories {
    height: 42px !important;
  }
}
#contNameArea tr.accessories td {
  position: relative;
}
#contNameArea tr.accessories td span {
  position: absolute;
  content: '';
  background-color: #ccc;
}
#contNameArea tr.accessories td span.border_t {
  width: 185px;
  height: 1px;
  top: -1px;
  right: 0;
}
#contNameArea tr.accessories td span.border_r {
  width: 1px;
  height: 66px;
  bottom: -1px;
  left: -1px;
}
#contNameArea tr.accessories td span.border_b {
  width: 185px;
  height: 1px;
  bottom: -1px;
  right: 0;
}
#contNameArea tr.accessories td span.border_l {
  width: 1px;
  height: 66px;
  bottom: -1px;
  right: -1px;
}
#contNameArea tr .contNameOS {
  width: 44px;
  padding: 0 12px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr .contNameOS {
    width: 10px;
    padding: 0;
    font-size: 8px;
  }
}
#contNameArea tr .contNameOS.ttl {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr .contNameOS.ttl {
    font-size: 8px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #contNameArea tr .contNameOS .spBlock {
    width: 8px;
    margin: 0 auto;
  }
}
#contNameArea tr .contNameOS.desc {
  width: 140px;
  padding: 0 5px 0 5px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #contNameArea tr .contNameOS.desc {
    width: 60px;
    padding: 0 2px;
    word-break: break-all;
    line-height: 1.6;
  }
}
#contNameArea tr .contNameOS.desc.blue {
  background-color: #e1ebf8;
}
#contNameArea tr .contNameOS.desc.green {
  background-color: #e3efe1;
}
#contNameArea tr .contNameOS.desc.orange {
  background-color: #f4dfd3;
}
#contNameArea tr .contNameOS.desc.pink {
  background-color: #f4e1ec;
}
#contNameArea tr .contNameOS.desc.yellow {
  background-color: #fffde4;
}

#descArea {
  overflow-y: hidden;
  /*overflow-x: scroll;  商品一つなので*/
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  #descArea {
    height: 100% !important;
  }
}
#descArea #spec td {
  width: 338px;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 640px) {
  #descArea #spec td {
    width: 88px !important;
    vertical-align: top;
  }
}
#descArea #spec .specbox {
  width: auto;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox {
    width: 88px !important;
  }
}
#descArea #spec .specbox .desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 338px !important;
  padding: 0;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc {
    width: 88px !important;
    word-break: break-all;
  }
}
#descArea #spec .specbox .desc:nth-child(even) {
  background-color: #f6f6f6;
}
#descArea #spec .specbox .desc.hs {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.hs {
    height: 28px !important;
  }
}
#descArea #spec .specbox .desc.font-s p {
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.font-s p {
    font-size: 8px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.pd-0 p {
    padding: 0;
  }
}
#descArea #spec .specbox .desc p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc p {
    padding: 2px;
    font-size: 8px;
  }
}
#descArea #spec .specbox .desc p span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc p span {
    font-size: 10px;
  }
}
#descArea #spec .specbox .desc p .round {
  font-size: 28px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc p .round {
    font-size: 8px;
  }
}
#descArea #spec .specbox .desc p img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#descArea #spec .specbox .desc.sound {
  height: 95px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.sound {
    height: 65px !important;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.sound p img.spInBlock {
    max-width: 77.5px;
  }
}
#descArea #spec .specbox .desc.time {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.time {
    height: 65px !important;
  }
}
#descArea #spec .specbox .desc.time p span {
  font-size: 32px;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.time p span {
    font-size: 20px;
  }
}
#descArea #spec .specbox .desc.time p sup {
  font-size: 12px;
  vertical-align: text-top;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.time p sup {
    font-size: 7px;
  }
}
#descArea #spec .specbox .desc.size {
  height: 99px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.size {
    height: 98px !important;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.size p {
    line-height: 1.3;
    padding: 3px 0;
  }
}
#descArea #spec .specbox .desc.size p span {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.size p span {
    font-size: 10px;
  }
}
#descArea #spec .specbox .desc.weight {
  height: 99px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.weight {
    height: 88px !important;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.weight p {
    line-height: 1.4;
  }
}
#descArea #spec .specbox .desc.weight p span {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.weight p span {
    font-size: 11px;
  }
}
#descArea #spec .specbox .desc.x-balanced {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.x-balanced {
    height: 40px !important;
  }
}
#descArea #spec .specbox .desc.speaker_model {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.speaker_model {
    height: 60px !important;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.speaker_model p {
    line-height: 1.3;
    padding: 3px 0;
    letter-spacing: -0.05em;
  }
}
#descArea #spec .specbox .desc.speaker_size {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.speaker_size {
    height: 70px !important;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.speaker_size p {
    line-height: 1.3;
  }
}
#descArea #spec .specbox .desc.ssm {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.ssm {
    height: 40px !important;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.durability p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
}
#descArea #spec .specbox .desc.codec p {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.codec p {
    font-size: 7px;
  }
}
#descArea #spec .specbox .desc.appitem {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.appitem p {
    padding: 0;
  }
}
#descArea #spec .specbox .desc.accessories {
  height: 65px !important;
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.accessories {
    height: 42px !important;
  }
}
@media only screen and (max-width: 640px) {
  #descArea #spec .specbox .desc.accessories p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  #descArea::-webkit-scrollbar {
    width: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #descArea::-webkit-scrollbar-track {
    background: #ddd;
  }
}

/** -------------------------------- **
	追従タイトル
*** ----------------------------------------------------------------- ***/
#coverbox.fixed {
  position: fixed;
  width: 100%;
  height: 272px;
  background-color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #coverbox.fixed {
    height: 186px;
  }
}

/** -------------------------------- **
	注意書き
*** ----------------------------------------------------------------- ***/
.notes {
  max-width: 1200px;
}
.notes ul {
  font-size: 13px;
  line-height: 20px;
  color: #000;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .notes ul {
    margin-top: 15px;
    line-height: normal;
  }
}
.notes ul li {
  text-indent: -2.8em;
  padding-left: 2.8em;
  display: block;
}
.notes ul li + li {
  margin-top: 5px;
}
.notes ul li span {
  display: block;
  float: left;
  width: 2.8em;
}
