@charset "UTF-8";
/* CSS Document */
html{
  height:100%;
  overflow-y:scroll;
}
.fltLft { float: left;}
.fltRgt { float: right;}

.fltList { overflow: hidden;}
.fltList li { float: left;}

.tLft { text-align:left;}
.tRgt { text-align: right;}
.tCtr { text-align: center;}
.mgnBtm10 { margin-bottom: 10px;}
.mgnBtm20 { margin-bottom: 20px;}
.mgnBtm30 { margin-bottom: 30px;}
.mgnBtm40 { margin-bottom: 40px;}
.mgnBtm50 { margin-bottom: 50px;}
.mgnBtm60 { margin-bottom: 60px;}
.mgnBtm100 { margin-bottom: 100px;}

small {
  font-size: 85%;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ---------------------------------------------------------------------------------------------
    common
--------------------------------------------------------------------------------------------- */
#kanspi {
  font-size: 14px;
  line-height: 1.6
}
a {
  color: #FF6600;
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #3fc9ff;
}
.inner {
  width: 1150px;
  margin: 0 auto;
}
.sectionPdg {
  padding: 100px 0;
}
.kanspiTtl {
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 50px;
  -webkit-font-smoothing: antialiased;
}
.kanspiTtl span {
  color: #f60;
}
.detailTtl {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1;
}
.fontBig {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}
.bgGray {
  background: #f6f6f6;
}
.infomation {
  font-size: 11px;
  line-height: 1.5;
}
.btn a {
  display: inline-block;
  padding: 2px 20px;
  font-size: 12px;
  background: #ccc;
  color: #fff;
  border-radius: 3px;
  margin: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn a.none,
.btn a.none:hover {
  background: #999;
  cursor: default;
  opacity: 0.5;
  display: none;
}
.detailBtn a {
  background: #FF6600;
}
.shopBtn a {
  background: #ff0000;
}
.btn a:hover {
  background: #444;
}


.styleTable {
  border: 1px solid #aaa;
  margin-bottom: 10px;
  line-height: 1.3
}
.styleTable th,
.styleTable td {
  border: 1px solid #aaa;
  padding: 4px 10px;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}
.styleTable th {
  background: #f6f6f6;
  border: 1px solid #aaa;
}

.price {
  display: inline-block;
  margin: 10px 0;
}
.sizeDate {
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid;
  text-align: center;
  line-height: 70px;
  border-radius: 40px;
  color: #f60;
}
.sizeDate span {
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  margin-right: 2px;
  letter-spacing: -2px;
}
#about,
#lineUp,
#lineUp2way,
#lineUpChannel,
#lineUpSet,
#lineUpAmp,
#photoGallery,
#howToBuild,
#speakerSystem {
    margin-top: -44px;
    padding-top: 44px;
}
#lineUpSet{
  padding: 144px 0 44px;
}

/* ---------------------------------------------------------------------------------------------
    header
--------------------------------------------------------------------------------------------- */
header {
  padding: 10px 30px;
  background: rgba(255,255,255,.9);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 1;
  z-index: 10;
}
header h1 {
  color: #FF6600;
}
header .gNav ul {
  display: table;
  padding-top: 4px;
}
header .gNav li {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
header .gNav li:last-child {
  padding: 0;
}
header .gNav li a {
  color: #666;
}
header .gNav li a:hover {
  color: #FF6600;
}
header .gNav .gNavSub {
  display: block;
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,.9);
  padding: 5px 10px 10px;
  top: 36px;
  left: 0px;
}
header .gNav .gNavSub li,
header .gNav .gNavSub li a {
  display: block;
  width: 12em;
  padding: 3px;
}
.opener {
    height: 50px !important;
    display: inline-block;
    padding: 15px 0;
    margin: -15px 0;
}
/* ---------------------------------------------------------------------------------------------
    mainVisual
--------------------------------------------------------------------------------------------- */
#mainVisual {
  margin: 50px 0 0;
  padding: 60px 60px 20%;
  background: #1C1A1D url(../img/kanspi/main_visual_02.jpg) no-repeat;
  background-size: cover;
  font-size: 22px;
}

/* ---------------------------------------------------------------------------------------------
    #about
--------------------------------------------------------------------------------------------- */

#about h3 {
    font-size: 28px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.tableRayout {
  display: table;
}
.time30 {
  display: table-cell;
  width: 128px;
  height: 128px;
  border-radius: 70px;
  vertical-align: middle;
  color: #ff6600;
  text-align: center;
  border: 1px solid;
  line-height: 1;
}
.time30 span {
  font-family: 'Titillium Web', sans-serif;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -2px;
  margin: 0 3px 0 1px;
}
/* ---------------------------------------------------------------------------------------------
    #lineUp
--------------------------------------------------------------------------------------------- */
#lineUp .bg {
    background: #eee;
    background: linear-gradient(#f6f6f6, #ddd);
    border-bottom: 1px solid #ccc;
}

#lineUp ul,
#lineUp2way ul,
.ChannelSet ul {
  display: table;
  width: 100%;
}
#lineUp ul {
  padding: 50px 0 0;
}
#lineUp li,
#lineUp2way li,
.ChannelSet li {
  display: table-cell;
  text-align: center;
}
#lineUp2way li,
.ChannelSet li {
  width: 33.3%;
  padding: 0 30px;
  vertical-align: bottom;
  text-align: left;
}
#lineUp2way .new2way img {
  margin-bottom: -150px;
}
.ChannelSet img {
  margin-bottom: -100px;
}
#lineUp li img{
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
#lineUp .tableRayout,
#lineUp2way .tableRayout,
.ChannelSet .tableRayout {
  display: table;
  margin: 0 auto;
}
#lineUp dl{
  display: table-cell;
  padding: 0 10px;
  text-align: left;
  width: 150px;
}
#lineUp2way dl {
  text-align: left;
}

.detailBox dt {
  padding-top: 30px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
}
.detailBox dd {
  font-size: 12px;
}
.tekiou {
    display: inline-block;
    text-align: left;
    color: #f60;
    font-size: 85%;
    padding: 5px 12px;
    border: 1px solid;
    line-height: 1.5;
    position: absolute;
    bottom: 205px;
    right: 40px;
}
.catch2way {
    font-size: 22px;
    text-align: center;
    margin: 0px 0 20px;
    font-weight: normal;
}
.ChannelSet li {
  vertical-align: top;
}

.ChannelSet .tekiou {
  bottom: auto;
  top: 35px;
}
img.p802e {
    position: absolute;
    top: -50px;
    right: 40px;
    height: auto;
}
/* #lineUpBH
============================================*/
#lineUpBH {
  background: #FFF;
  border-radius: 5px;
  margin: 80px 0 0;
  text-align: left;
  padding: 50px;
  overflow: hidden;
}
#lineUpBH dl {
  display: block;
  width: 100%;
  padding: 0;
}
#lineUpBH ul {
  padding: 0;
  display: inline-block;
  width: auto;
}
#lineUpBH ul.fltList {
    display: block;
}
#lineUpBH .tableRayout {
  margin: 0;
}
#lineUpBH .tableRayout dl {
    display: table-cell;
    width: 40%;
}
p.new {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 60px !important;
    height: 60px !important;
    border-radius: 40px !important;
    line-height: 60px !important;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background-color: transparent !important;
    border: 1px solid;
    color: #f60 !important;
    font-size: 13px !important;
    font-family: 'Titillium Web', sans-serif !important;
    letter-spacing: 1px !important;
    text-align: center;
}
/* #lineUpChannel
============================================*/
.channelInner {
    width: 900px;
    margin: 0 auto;
    padding: 30px 40px 60px;
}
.channelInner p {
  font-size: 93%;
}
#lineUpChannel .catch {
  font-size: 28px;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-align: center;
}
#lineUpChannel .onePointBox {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
#lineUpChannel .tableRayout {
  width: 100%;
  border-top: 3px solid #eee;
  padding-top: 80px;
}
#lineUpChannel .tableRayout li {
  display: table-cell;
  width: 50%;
  padding: 0 30px;
}
#lineUpChannel .tableRayout .imgArea {
  text-align: center;
  padding: 0 60px;
  height: 280px;
}
#lineUpChannel .imgArea {
  text-align: center;
}
#lineUpChannel .imgArea img {
  max-width: 100%;
  height: auto;
}
#lineUpChannel .channelTtl {
  font-size: 22px;
  color: #f60;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.6;
  padding-left: 40px;

}
#lineUpChannel .channelTtl span {
  background-color: #F60;
  color: #fff;
  display: inline-block;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Titillium Web', sans-serif;
  height: 30px;
  border-radius: 22px;
  line-height: 30px;
  margin: 2px 0 0 -40px;
  position: absolute;
  text-align: center;
}
#lineUpChannel .ChannelSet {
    padding: 0 30px 80px;
    border-bottom: 3px solid #eee;
}
.channelDate ul {
  display: table;
  width: 100%;
  text-align: center;

}
.channelDate li {
  display: table-cell;
  width: 50%;
}


/* #lineUpAmp
============================================*/
#lineUpAmp .bg {
  background: #f6f6f6;
  border-top: 1px solid #eee;
}
#lineUpAmp li {
  display: table-cell;
  width: 30%;
  padding: 0 20px;
}
#lineUpAmp li img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
#lineUpAmp .fltList li {
  display: inline-block;
  width: auto;
  padding: 0;
}
#lineUpAmp .hires {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
}

/* #lineUpSet
============================================*/
#lineUpSet li {
  display: table;
  padding-bottom: 60px;
  margin: 0 auto;
}
#lineUpSet .sizeDate {
  position: absolute;
  left: 165px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  line-height: 80px;
}
  #lineUpBH .fltRgt {
      margin: 0 -50px -50px 0;
  }
/* #lineUpHQ
============================================*/
#lineUp .bg .sectionPdg {
    padding: 100px 0 0;
}
#lineUpHQ {
  padding: 100px 2.5% 150px !important;
  border-bottom: 1px solid #ccc;
}
#lineUpHQ ul {
  display: table-cell;
  width: 50%;
  padding-top: 0;
}
#lineUpHQ li {
    text-align: left;
  display: table-cell;
  width: 50%;
  padding: 0 6%;
}
#lineUpHQ li .imgArea {
  min-height: 220px;
  width: 100%;
  text-align: center;
  margin-bottom: -60px;
}
#lineUpHQ li .imgArea img {
  max-width: 100%;
  height: auto;
}
#lineUpHQ .fltList li {
  display: inline-block;
  padding: 0;
  width: auto;
}
#lineUpHQ .sizeDate {
  position: absolute;
  bottom: 190px;
  right: 30px;
}
#lineUpHQ::before {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 40px 0px;
    border-color: #FFF transparent transparent transparent;
    top: 0;
    z-index: 1;
    margin-left: -40px;
}
#lineUpHQ .infomation {
  min-height: 65px;
}

/* #speakerSystem
============================================*/
#speakerSystem {
  position: relative;
  z-index: 2;
}
#speakerSystem .bg {
  background-color: #f6f6f6;
}
#speakerSystem li {
  margin-bottom: 40px;
}
#speakerSystem .onePointBox li {
  margin-bottom: 0;
}
#speakerSystem .onePointBox li .imgArea,
#speakerSystem .onePointBox li .textArea {
  float:left;
}
#speakerSystem li .txtArea .fltLft {
    margin: 0 60px 0 0;
    width: 250px;
    height: auto;
    text-align: center;
}

#speakerSystem .onePointBox,
#speakerSystem .onePointBox section ul {
    width: 100%;
}
#speakerSystem .onePointBox {
    padding-top: 30px;
    border-top: 5px solid #fff;
    margin-right: 16px;
}
#speakerSystem .onePointBox p {
    font-size: 93%;
}
#speakerSystem .onePointBox section ul {
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}
#speakerSystem h3,
.typeTtl {
    font-size: 30px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: normal;
}
#speakerSystem .detailTtl {
  margin-bottom: 20px;
}
#speakerSystem .detailTtl span {
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px;
}

#speakerSystem .onePointBox h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;
}
#speakerSystem .onePointBox h3::before {
    content: " ";
    background: #F60;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 4px;
}
#speakerSystem .onePointBox .imgArea {
    width: 40%;
    text-align: center;
    margin-right: 24px;
}
#speakerSystem .onePointBox img {
    width: 100%;
    height: auto;
}
#speakerSystem .onePointBox section {
  width: 50%;
  display: table-cell;
  padding: 15px;
  vertical-align: top;
  position: relative;
}
#speakerSystem .onePointBox section ul li {
    padding: 30px 30px 20px;
}
#speakerSystem .onePointBox section:first-child,
#speakerSystem .onePointBox section:last-child {
  width: 50%;
}
#spearkerSystem .fltList li {
  display: inline-block;
  width: auto;
  padding: 0;
}
#speakerSystem .infoTxt {
  overflow: hidden;
}
#speakerSystem .textArea {
  padding-right: 60px;
}
.amp-hires {
  position: absolute;
  width: 40px;
  right: 0;
  bottom: 10px;
}
  .bhLink {
    display: inline-block;
    text-align: center;
    float: right;
  }
  .bhLink a {
    font-size: 12px;
    display: block;
    padding: 15px 22px;
    box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #ddd;
    background: #464B4B;
    background: linear-gradient(#464B4B, #111312);
  }
  .bhLink a img {
    margin-top: 8px;
    width: 180px;
    height: auto;
  }

  #lineUpBH .bhLink {
    float: none;
    margin: 50px 0 0;
  }

  #lineUpBH .bhLink a {
    padding: 20px 35px;
  }
/* #dacAmp
============================================*/
#dacAmp {
  background: #DCDCDC url(../img/kanspi/dacamp_200USB.png) right -50px top 50px no-repeat;
  border-bottom: 1px solid #ccc;
}
#dacAmp .inner {
  width: 80%;
  padding-right: 560px;
}
#dacAmp .hires {
  position: absolute;
  top: 0px;
  left: 208px;
}
#dacAmp .kanspiTtl,
#lineUpBH .kanspiTtl,
.new2way .kanspiTtl {
  font-size: 28px;
  margin-bottom: 30px;
  -webkit-font-smoothing: auto;
}
#dacAmp::before {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 40px 0px;
    border-color: #F6F6F6 transparent transparent transparent;
    z-index: 1;
    margin-left: -40px;
    top: 0;
}
/* ---------------------------------------------------------------------------------------------
    #miniKnowledge
--------------------------------------------------------------------------------------------- */
#miniKnowledge {
  background-color: #f60;
  color: #fff;
}
#miniKnowledge dt {
  float: left;
  clear: left;
}
#miniKnowledge dd {
  padding-left: 150px;
  margin: 20px 0;
}





/* ---------------------------------------------------------------------------------------------
    #photoGallery
--------------------------------------------------------------------------------------------- */

#photoGallery .sectionPdg {
  padding: 100px 0 0;
  border-top: 1px solid #ccc;
}
#photoGallery .kanspiTtl{
  margin-bottom: 100px;
  line-height: 1;
}
#photoGallery h2::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0px;
  border-color: #FFF transparent transparent transparent;
  bottom: -140px;
  z-index: 1;
  margin-left: -40px;
}
#photoGallery .thumbList li {
  width: 25%;
}

  @media screen and (min-width:1480px){
    #photoGallery .thumbList li {
    width: 16.666666%;
    }
  }

#photoGallery .thumbList li img {
  width: 100%;
  height: auto;
}

/* galleryContents */
.galleryContentsBox {
  padding: 30px;
  background: #fff;
}

.galleryContentsBox .infomation {
  font-size: 11px;
  line-height: 1.5;
}
.galleryContentsBox .slideArea {
  float: left;
  margin-right: 40px;
  width: 380px;
  height: 380px;
}
.galleryContentsBox .profile {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.6;
}
.galleryContentsBox img.profile {
  margin-right: 30px;
}
.galleryContentsBox h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  font-family: 'Titillium Web', sans-serif;
}
.galleryContentsBox h3 span {
  font-size: 30px;
}
.galleryContentsBox .linkArea dt {
  float: left;
  clear: left;
  width: 40px;
  display: block;
  background: #000;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.galleryContentsBox .linkArea .fb {
  background-color: #3b5998;
}
.galleryContentsBox .linkArea .tw {
  background-color: #55acee;
}

.galleryContentsBox .linkArea dd {
  padding-left: 50px;
  margin: 3px 0;
}
.galleryContentsBox .comment {
  font-size: 13px;
}
/* colorbox & bxslider */
#colorbox,
#cboxOverlay,
#cboxWrapper{
  -webkit-transform: translate3d(0,0,0);
}
#cboxLoadedContent {
  background: #fff !important;
}
#cboxContent {
  margin-top: 0 !important;
}
#cboxOverlay {
  background: rgba(151, 152, 158, 0.8) !important;
}
#cboxContent #cboxClose {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/kanspi/about_plus.png") no-repeat 0 0;
  background-position: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cboxContent #cboxClose:hover {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slideArea .bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none;
  height: 380px !important;
  width: 380px !important;
}
.slideArea .bx-wrapper .bx-pager {
  bottom: -15px;
  left: 390px;
  text-align: left;
}
.slideArea .bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background-color: #ddd;
}
.slideArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #FF6600;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
/* ---------------------------------------------------------------------------------------------
    #howtoBuild
--------------------------------------------------------------------------------------------- */
#howToBuild .inner {
  width: 900px;
}
#howToBuild h2 {
  font-size: 38px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding: 100px 0;
  background-color: #f60;
  color: #fff;
  line-height: 1.5;
}
#howToBuild h2 span {
    background-color: #fff;
    color: #f60;
    display: inline-block;
    width: 35px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    height: 35px;
    border-radius: 25px;
    line-height: 35px;
    margin: 0 0;
    top: -6px;
    right: 4px;
}
#howToBuild h2::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0px;
  border-color: #f60 transparent transparent transparent;
  bottom: -39px;
  z-index: 1;
  margin-left: -40px;
}

#howToBuild p {
  font-size: 12px;
}
#howToBuild .step.sectionPdg {
  padding: 80px 0 !important;
}

#howToBuild .step:nth-child(odd) {
  background: #f6f6f6;
}
#howToBuild .step::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 40px 0px;
  border-color: #fff transparent transparent transparent;
  bottom: -39px;
  z-index: 1;
  margin-left: -40px;
}
#howToBuild .step:nth-child(odd)::after {
  border-color: #f6f6f6 transparent transparent transparent;
}
#howToBuild .step h3 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
  color: #F60;
  -webkit-font-smoothing: antialiased;
}
#howToBuild .step h3 span {
  font-family: 'Titillium Web', sans-serif;
  margin-right: 20px;
  border-bottom: 2px solid;
  -webkit-font-smoothing: initial;

}
#howToBuild .step h3 span strong {
  font-weight: normal;
  font-size: 150%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -2px;
  margin-left: 5px;
}
#howToBuild .step ul {
  overflow: hidden;
}
#howToBuild .step li {
  float: left;
  width: 33.3%;
  padding: 8px;
}
#howToBuild .step li h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal;
}
#howToBuild .step li h4 span {
  background-color: #F60;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 7px;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: -1px;
  padding-right: 1px;
}
#howToBuild .step .point {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
#howToBuild .step .point img {
  float: left;
  margin: 0 20px 0px 0;
}
#howToBuild .step .point h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #f60;
}
#howToBuild .step .point span {
  position: absolute;
  top: -60px;
  right: 0;
  width: 60px !important;
  height: 60px !important;
  border-radius: 40px !important;
  line-height: 60px !important;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(10deg);
  background-color: transparent !important;
  border: 1px solid;
  color: #f60 !important;
  font-size: 13px !important;
  font-family: 'Titillium Web', sans-serif !important;
  letter-spacing: 1px !important;
  text-align: center;
}

/* step1 =================================================== */
#howToBuild .step.step1 li {
  width: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 33px;
}
#howToBuild .step.step1 .point {
  width: 860px;
  margin: 0 auto;
  display: block;
  background: #f6f6f6;
  border: 1px solid #eee;
}
/* step2 =================================================== */
#howToBuild .step.step2 li:nth-child(5),
#howToBuild .step.step2 li:nth-child(6),
#howToBuild .step.step4 li:last-child {
  width: 66.6%;
  background-color: transparent;
}
#howToBuild .step.step2 li:nth-child(5) {
  padding: 8px 0;
}
#howToBuild .step.step2 li:nth-child(6) {
  clear: left;
}
/* step5 =================================================== */
#howToBuild .step.step5 {
  background: url(../img/kanspi/howto_end.png) center right 4% fixed no-repeat
}
#howToBuild .step.step5 h4 {
  padding: 40px 0; 
}
#howToBuild .step.step4 li:last-child {
  padding-top: 50px;
}
#howToBuild .step:last-child::after {
  content: none;
}
/* ---------------------------------------------------------------------------------------------
  .footerBnrList
--------------------------------------------------------------------------------------------- */

.footerBnrList {
  background: #eee;
  font-size: 12px;
  padding: 40px 0;
  margin-top: 20px;
}
.footerBnrList ul {
  display: table;
  width: 100%;
}
.footerBnrList ul li {
  display: table-cell;
  width: 33%;
  text-align: center;
}
.footerBnrList a {
  color: #333;
}



.global-footer {
  margin: 0;
}
.global-footer a {
  color: #fff;
}

/* =============================================================================================
============================================================================================= */
@media screen and (min-width: 640px) and (max-width:1200px) {
  #mainVisual {
      padding: 30px 30px 18%;
      background-size: 1200px auto;
      background-position: top center;
  }
  .inner {
    width: 90%;
  }
  .inner img {
    max-width: 100%;
    height: auto;
  }
  .btn a {
    padding: 2px 10px;
    font-size: 11px;
  }
  #dacAmp {
      background-size: 660px;
      background-position: center top 50px;
  }
  #dacAmp .inner {
      padding-right: 0;
      padding-top: 530px;
  }
  #howToBuild .inner {
    width: 80%;
  }
  #howToBuild .step li img {
    max-width: 100%;
    height: auto;
  }
  #howToBuild .step.step1 .point {
    width: 100%;
  }
  .tekiou {
    top: 30px;
    bottom: auto;
    left: 30px;
  }
  .ChannelSet img {
      margin-bottom: 0;
  }
  .ChannelSet .tekiou {
    top: -20px;
  }
  img.p802e {
    top: -90px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #lineUpBH img.fltRgt {
    width: 50%;
    height: auto;
  }
  .channelInner {
    width: 100%;
  }
  #lineUpChannel .channelTtl br {
      display: none;
  }
  .channelDate li {
      vertical-align: top;
  }
  #lineUpChannel .tableRayout .imgArea {
      text-align: center;
      padding: 0 60px 30px;
      height: auto;
  }
  #lineUp2way .new2way img {
      margin-bottom: -50px;
  }
  #lineUpHQ li {
      padding: 0 3%;
  }
  #lineUpHQ .sizeDate {
      bottom: auto;
      top: -50px;
      font-size: 14px;
      width: 50px;
      height: 50px;
      line-height: 48px;
  }
  .sizeDate span {
    font-size: 23px;
  }
  #speakerSystem .onePointBox .imgArea {
    height: auto;
    margin-bottom: 20px;
  }
  #speakerSystem li .txtArea .fltLft {
    margin: 0 40px 20px 0;
    text-align: center;
    max-width: 20%;
  }
  #speakerSystem .textArea {
    padding: 0;
    position: static;
    width: 47.8%
  }
  .amp-hires {
    width: 30px;
    right: auto;
    left: 25px;
    bottom: 32px;
  }
  #howToBuild .step.step2 li:nth-child(4) {
    clear: left;
  }

}

/* =============================================================================================
    smart phone
============================================================================================= */
@media screen and (max-width:640px){

/* common
======================================================== */
  body {
    font-size: 13px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .inner {
    width: 85%;
  }
  .sectionPdg {
    padding: 30px 0;
  }
  .btn a {
    padding: 2px 10px;
    font-size: 11px;
  }
  .tableRayout {
    display: block;
    width: 100%;
  }
  .kanspiTtl {
    font-size: 30px;
    margin-bottom: 10px;
  }
.mgnBtm10 { margin-bottom: 10px;}
.mgnBtm20 { margin-bottom: 10px;}
.mgnBtm30 { margin-bottom: 20px;}
.mgnBtm40 { margin-bottom: 20px;}
.mgnBtm50 { margin-bottom: 30px;}
.mgnBtm60 { margin-bottom: 30px;}
.mgnBtm100 { margin-bottom: 50px;}
.styleTable th, .styleTable td {
    padding: 3px;
    font-size: 11px;
}
.fontBig {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}
/* about
======================================================== */
header {
    padding: 13px 12px 12px;
}
header h1 {
    width: 67px;
}
.toggleBtn {
    position: fixed;
    right: 17px;
    top: 11px;
    display: inline-block;
    font-size: 20px;
    z-index: 9999;
}

header #spgNav {
  display: none;
}
header #spgNav ul {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9990;
    left: 0;
    top: 0;
    padding: 0;
    background-color: rgba(200, 200, 200, 0.7);
    padding-top: 50px;
}
header #spgNav li {
    display: block;
    margin: 0 13px;
    padding: 0;
}
header #spgNav li a {
    background-color: #fff;
    display: inline-block;
    padding: 18px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    margin: 2px 0;
}
header #spgNav .gNavSub {
    position: relative;
    width: auto;
    padding: 1px 0px 0;
    top: auto;
    left: auto;
    font-size: 93%;
    background-color: transparent;
    margin: 0 0 0 -3px;
  }
header #spgNav .gNavSub li{
    display: inline-block;
    width: 50%;
    padding: 0 0 0 3px;
    float: left;
    margin: 0;
}
header #spgNav .gNavSub li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0 0 3px;
    color: #666;
}
/* header
======================================================= */
  #mainVisual {
    padding: 10px 0 110px;
    margin: 0;
    background-size: 170%;
    background-position: top 30% center;
  }
  .mainVisualBox {
    float: none;
    width: 100%;
    text-align: right;
    padding: 0 3% 0 70%;
  }
  #about .inner {
    width: 100%;
  }
  #about .firstArea {
    padding: 30px 7.5% 10px;
    text-align: left;
  }
  #about02 .inner {
    padding: 50px 0;
  }
  #about02::before {
    left: 50%;
    margin-left: -40px;
  }
  .time30 {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 24px 0;
    position: absolute;
    top: -60px;
    right: 0;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .time30Right {
    display: block;
    padding: 30px 0 0;
  }
  #about02 .fltList li {
    width: 50%;
  }
  #about02 .fltList h4 {
    min-height: 60px;
  }
  #about02 .fltList p {
    padding-left: 50px;
    width: auto;
  }

/* about 
======================================================== */
#about .kanspiTtl {
    padding-right: 20px;

}
#about h3 {
  font-size: 19px;
  margin-bottom: 20px;
}
#about p br {
  display: none;
}

/* LineUp
======================================================== */
  #lineUp li h3 {
    padding: 0 10px;
  }
  #lineUp ul {
    padding: 0
  }
  #lineUp li, #lineUp2way li {
    display: block;
    width: 100%;
  }
  #lineUp li h3, #lineUp2way li h3,
  #lineUp li p.price, #lineUp2way li p.price {
    text-align: center;
    display: block;
  }
  #lineUp li img {
    margin-bottom: 0px;
    margin-top: 0;
    max-height: 300px;
    width: auto;
  }
  #lineUp .tableRayout,
  #lineUp2way .tableRayout {
    margin: 0 auto 30px;
  }
  #lineUp dl,
  #lineUp2way dl {
    width: auto;

    padding: 0 5px;
  }
  .detailBox dt {
    padding-top: 0px;
  }
  .catch2way {
    font-size: 15px;
  }
  #lineUp2way img.fltLft,
  #lineUp2way img.fltRgt {
    float: none;
  }
  #lineUpBH .inner {
    padding-right: 0;
  }
  #lineUpChannel .inner {
    padding-left: 0;
  }
  #lineUpAmp li {
    display: block;
    width: 100%;
    padding: 0 0 30px;
  }
  #lineUpSet .imgArea,
  #lineUpSet .textArea {
    display: block;
    width: 100%;
    padding: 0;
  }
  #lineUpSet li {
    display: block;
    padding-bottom: 30px;
  }
  #lineUpSet li:last-child {
    padding: 0;
  }
  #lineUpSet .sizeDate {
    right: 0;
    top: 0;
    left: auto;
  }
  #lineUpHQ {
    padding: 60px 7.5% 10px !important;
  }
  #lineUpHQ ul {
    display: block;
    width: 100%;
  }
  #lineUpHQ li {
    display: block;
    width: 100%;
    padding: 0 0 30px;
  }
  #lineUpHQ li .imgArea {
    min-height: 0;
    width: 70%;
    margin: 0 15% -70px;
  }
  #lineUpHQ .sizeDate {
    top: -10px;
    right: 0;
    bottom: auto;
  }
  #lineUpHQ .infomation {
    min-height: 0;
  }
  #speakerSystem li {
    margin-bottom: 20px;
  }
  #dacAmp {
    padding: 280px 0 0;
    background-size: contain;
    background-position: center top 50px;
  }
  #dacAmp .inner {
    padding-top: 50px;
    padding-right: 0;
  }
    #dacAmp .hires {
    left: auto;
    top: 0;
    right: 0;
  }
  #miniKnowledge dt {
    float: none;
    clear: none;
    font-size: 16px;
    background: #EDDDD1;
    color: #f60;
    padding: 3px;
    text-align: center;
  }
  #miniKnowledge dd {
    padding-left: 0;
    margin: 10px 0 20px;
    font-size: 13px;
  }
  #lineUp2way .new2way img {
    margin: 0;
  }
  .ChannelSet img {
    margin-bottom: 0;
  }
  #dacAmp .kanspiTtl,
  #lineUpBH .kanspiTtl,
  .new2way .kanspiTtl {
    font-size: 22px;
    margin-bottom: 20px;
  }
    /* 20150820׷??*/
  #lineUp .bg .sectionPdg {
      padding: 30px 0 0;
  }
  #lineUpBH {
    padding: 20px;
    margin: 0;
  }
  #lineUpBH .fltRgt {
    margin: 0;
  }
  #lineUpBH .tableRayout{
    margin: 0;
  }
  #lineUpBH .tableRayout dl {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  #lineUpBH li {
    display: inline-block;
    width: auto;
  }
  .channelInner {
    width: 100%;
    padding: 0;
  }
  #lineUpChannel .catch {
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #lineUpChannel .onePointBox {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px;
  }
  #lineUpChannel .tableRayout {
    padding-top: 20px;
    border-top: none;
  }
  #lineUpChannel .onePointBox br {
    display: none;
  }
  .channelInner p {
    font-size: 85%;
    margin-bottom: 30px;
  }
  #lineUpChannel .tableRayout li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #lineUpChannel .tableRayout li p br {
    display: none;
  }
  #lineUpChannel .tableRayout .imgArea{
    height: auto;
    padding: 0 20px;
  }
  #lineUpChannel .channelTtl {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 30px 0 0;
    line-height: 1.5;
  }
  #lineUpChannel .channelTtl span{
    line-height: 32px;
    width: 100%;
    height: auto;
    top: 0;
    position: absolute;
    left: 20px;
    margin: -13px 0px 0 -18px;
    background-color: transparent;
    color: #f60;
    border-bottom: 2px solid;
    border-radius: 0;
  }
  .channelDate li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #lineUpChannel .channelTtl br {
    display: none;
  }
  #lineUpChannel .channelDate .channelTtl {
    padding-top: 0;
  }
  #lineUpChannel .channelDate .channelTtl span {
    display: none;
  }
  #lineUpChannel .ChannelSet {
    padding: 0;
  }
  #speakerSystem .onePointBox section {
    display: block;
    width: 100%;
  }
  #lineUp2way li,
  .ChannelSet li {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  .tekiou,
  .ChannelSet .tekiou {
    top: 7px;
    right: 0;
    bottom: auto;
  }
  #lineUpAmp li img {
    margin: 0 10% 20px;
    max-width: 80%;
  }
  #lineUpAmp .hires {
    margin: 0;
  }
  #lineUpSet {
    padding: 90px 0 30px;
  }

  #speakerSystem h3,
  .typeTtl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #speakerSystem li .txtArea {
    overflow: hidden;
  }

  #speakerSystem li .txtArea img:first-child {
    margin-right: 0;
    float: none;
    width: 60%;
    margin: 0 20% 20px !important;
  }
  #speakerSystem li .txtArea img.hires {
    margin:0 !important;
    width: auto;

  }
  #speakerSystem li .txtArea .fltLft {
    text-align: center;
    width: 50%;
    margin: 0 0 20px;
  }
  #speakerSystem li .txtArea h4 img{
    margin: 0 !important;
    width: 130px;
    float: none;
  }
  #speakerSystem .detailTtl span {
    margin: 10px 0;
    display: block;
  }
  #speakerSystem .onePointBox section,
  #speakerSystem .onePointBox section:first-child,
  #speakerSystem .onePointBox section:last-child {
    padding: 0;
    width: 100%;
  }
  #speakerSystem .onePointBox section ul {
    margin-bottom: 20px;
  }
  #speakerSystem .onePointBox section ul li {
    margin: 0;
    padding: 20px;
  }
  #speakerSystem .onePointBox .price {
    margin-bottom: 0;
  }
  #speakerSystem .onePointBox .imgArea {
    display: inline-block;
    float: left;
    clear: left;
  }
  #speakerSystem .onePointBox .imgArea {
    height: auto;
  }
  #speakerSystem .onePointBox img {
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  p.new {
    top: -10px;
  }

  #lineUpBH .bhLink {
      margin: 10px 0 0;
  }
  img.p802e {
    right: 0;
  }
  #lineUpHQ {
      padding: 60px 7.5% 60px !important;
  }
  #lineUpHQ li p.price,
  #lineUpHQ li h3 {
    text-align: left;
    padding:0; 
  }
  #speakerSystem .textArea {
    padding: 0;
    position: static;
    width: 49%;
  }
  .amp-hires {
    width: 25px;
    right: auto;
    left: 25px;
    bottom: 25px;
  }
/* howto
======================================================== */
  #howToBuild h2 {
    padding: 30px 7.5%;
    font-size: 27px;
  }
  #howToBuild h2::after{
    bottom: -30px;
  }
  #howToBuild h2 span {
    font-size: 20px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    top: -3px;
  }
  #howToBuild .inner {
    width: 80%;
  }
  #howToBuild .step.sectionPdg {
    padding: 40px 0 !important;
  }
  #howToBuild .step h3 {
    font-size: 18px;
    -webkit-font-smoothing: inherit;
    margin-bottom: 20px;
  }
  #howToBuild .step h3 span {
    margin-right: 0;
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 26px;
  }
  #howToBuild .step li {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden;
    margin: 0 0 20px;
  }
  #howToBuild .step li img {
    width: 40%;
    margin-right: 10px;
    float: left;
  }
  #howToBuild .step li h4 {
    padding: 0 0 10px; 
  }
  #howToBuild .step.step1 .point {
    width: 100%;
  }
  #howToBuild .step::after {
    bottom: -30px;
  }
  #howToBuild .step.step5 {
    background-size: 170px;
    background-position: center bottom 40px;
    padding: 20px 0 170px;
    background-attachment: scroll;
  }
  #howToBuild .step.step5 h4 {
    padding: 0 0 60px;
  }
  #howToBuild .step .point span {
    display: none;
}
  #howToBuild .step .point h4 {
    font-size: 18px;
  }

/* photoGallery
======================================================== */
  #photoGallery .sectionPdg {
    padding:30px 0 0;
  }
  #photoGallery .kanspiTtl {
    padding: 0 7.5%;
    margin-bottom: 35px;
  }
  #photoGallery h2::after {
    bottom: -60px;
  }
  #photoGallery .thumbList li {
    width: 50%;
  }
  /* slide */
  .galleryContentsBox {
    padding: 15px;
  }
  .galleryContentsBox .slideArea {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 100%;
  }
  .slideArea .bx-wrapper .bx-pager {
    bottom: -3px;
    left: 0;
    text-align: center;
  }
  .galleryContentsBox .profile {
    display: block;
  }
  .slideArea .bx-wrapper .bx-viewport,
  .slideArea .bx-wrapper .bx-viewport li,
  .slideArea .bx-wrapper .bx-viewport img {
    width: 250px !important;
    height: 250px !important;
  }
    .slideArea .bx-wrapper .bx-viewport {
      margin: 10px auto 30px;
  }
  .galleryContentsBox img.profile {
    margin: 0 10px 10px 0;
    width: 80px;
    display: inline-block;
    float: left;
    clear: left;
  }
  .galleryContentsBox h3 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-font-smoothing: auto;
  }
  .galleryContentsBox .linkArea dd {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    color: #FF6600;
    padding-left: 10px;
  }
  .galleryContentsBox dl.linkArea {
    clear: left;
    margin-bottom: 10px;
  }
  #cboxContent #cboxClose {
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}