@charset "UTF-8";

/******************************
 common
*******************************/
body {
  background: #fff;
}

body:not(.fr_page-index) > .js_fr_page_loading {
  padding-top: 0;
}

.fr_page-products-list .fr_sec-frontparts-bloc-topicpath {
  display: none;
}

.fr_page-warranty-index .container,
.fr_page-brand-index .container,
.fr_page-about-index .container,
.fr_page-about-philosophy-index .container,
.fr_page-partner-index .container,
.fr_page-about-business-index .container,
.fr_page-about-recruit-index .container,
.fr_page-products-list .container,
.fr_page-blog-list .container,
.fr_page-blog-detail .container,
.fr_page-mailmagazine-index .container {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.bc_inr {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.fr_page-about-philosophy-index .bc_con .bc_inr {
  max-width: 1000px;
}

.bc_pc-inr {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bc_w100 {
  width: 100%;
  height: auto;
}

.bc_txt {
  line-height: 1.8;
}

.bc_bold {
  font-weight: bold;
}

.bc_ta-l {
  text-align: left;
}

.bc_ta-r {
  text-align: right;
}

.bc_ta-c {
  text-align: center;
}

.bc_fl-l {
  float: left;
}

.bc_fl-r {
  float: right;
}

body {}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.bc_opa {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bc_opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  color: initial;
  text-decoration: none;
}

.bc_opa:focus {
  color: initial;
  text-decoration: none;
}

/******************************
header
*******************************/
.bc_header {
  background: #111;
  position: relative;
  z-index: 1;
}

.bc_header .bc_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.bc_header-logo {
  font-size: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .bc_header-nav {
    display: block !important;
  }
}

.bc_header-nav ul {
  margin: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
}

.bc_header-nav ul li {
  display: inline-block;
}

.bc_header-nav ul li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bc_header-nav ul li.ico a {
  margin-right: 20px;
}

.bc_header-nav ul li:last-child a {
  margin-right: 0;
}

.bc_header-nav ul li span:hover,
.bc_header-nav ul li a:hover,
.bc_header-nav ul li.bc_current a {
  opacity: 0.6;
  color: #aaa;
  text-decoration: none;
}

.bc_header img {
  vertical-align: middle;
}


/******************************
lacalnav
*******************************/
@media screen and (max-width: 767px) {
  .bc_main-inner-localnav {
    padding: 0 15px;
  }
}

.bc_localnav {
  background: rgba(34, 34, 34, 0.9);
  left: 0;
  width: 100%;
  z-index: 1;
}

.bc_fixed {
  position: fixed;
  top: 80px;
  left: 0;
  margin: 0;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 767px) {
.bc_fixed {
  top: 48px;
}
}

.bc_localnav .bc_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 5px;
}

.bc_localnav-ttl {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}

.bc_localnav-ttl span {
  font-size: 16px;
}

.bc_localnav-ttl a:focus {
  text-decoration: none;
}

.bc_localnav-list {
  margin: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .bc_localnav-list {
    display: inline-block !important;
  }
}

.bc_localnav-list li {
  display: inline-block;
}

.bc_localnav-list li a {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  line-height: 32px;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bc_localnav-list li a:hover,
.bc_localnav-list li.bc_current a {
  color: #aaa;
}

.bc_localnav-list li a:focus {
  text-decoration: none;
}

.bc_localnav .bc_btn {
  font-size: 14px;
  padding: 0;
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
}



/******************************
contents
*******************************/
.bc_con-mv-img {
  margin-bottom: 110px;
}

.fr_page-about-index .bc_con-mv-img {
  margin-bottom: 100px;
}

.bc_copy-ttl {
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 30px;
  font-weight: 200;
}

.fr_page-products-list .bc_copy-ttl {
  margin: 0 0 22px;
}

.fr_page-products-list .bc_sec-ph {
  padding-bottom: 52px;
}

.fr_page-products-list .bc_sec-ph .bc_copy-ttl {
  font-size: 32px;
}

.fr_page-about-philosophy-index .bc_copy-ttl {
  margin: 0 0 60px;
}

.fr_page-about-index .bc_copy-ttl {
  margin-bottom: 68px;
}

.fr_page-about-recruit-index .bc_copy-ttl {
  margin-bottom: 20px;
}

.bc_copy-ttl02 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.bc_copy-ttl02:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #e3e3e3;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.bc_copy-ttl .bc_en {
  font-size: 16px;
  color: #aaa;
  display: block;
  letter-spacing: 0;
}

.bc_copy-subttl {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 30px;
}

.bc_copy-txt {
  font-size: 15px;
  letter-spacing: 0.125em;
  line-height: 2;
}

.fr_page-about-business-index .bc_copy-txt,
.fr_page-partner-index .bc_copy-txt {
  margin-bottom: 0;
  line-height: 2.13;
}



.bc_copy-txt-mb {
  margin-bottom: 60px;
}


.fr_page-about-philosophy-index .bc_copy-txt {
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 2.35;
}

.bc_con-wh {
  background: #fff;
  padding-top: 120px;
}

.bc_con-wh02 {
  padding-top: 140px;
}

.bc_con-gy {
  background: #f3f3f3;
  padding-top: 120px;
  overflow: hidden;
}

.bc_con-gy02 {
  padding-top: 140px;
}

.bc_con img {
  width: 100%;
  height: auto;
}

.bc_sec {
  padding-bottom: 120px;
}

.fr_page-about-business-index .bc_sec {
  padding-bottom: 30px;
}

.fr_page-about-business-index #bc_business02 .bc_sec,
.fr_page-about-business-index #bc_business04 .bc_sec {
  padding-bottom: 90px;
}

.fr_page-about-business-index #bc_business03 .bc_sec {
  padding-bottom: 140px;
}

.bc_recruit .bc_sec {
  padding-bottom: 110px;
}

.bc_sec02 {
  padding-bottom: 140px;
}

.bc_sec-ph {
  padding-bottom: 60px;
}

.bc_product-list {
  padding: 0 50px 40px 50px;
}

.bc_product-lg {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e3e3e3;
}

.bc_product-lg > div {
  padding: 0 5.6%;
}

.bc_product-lg .bc_product-name {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.bc_product-lg .bc_product-name .bc_f-sm {
  font-size: 22px;
}

.bc_product-lg .bc_product-price {
  font-size: 28px;
  margin-bottom: 15px;
  color: #333;
}

.bc_product-lg .bc_product-price .bc_f-sm {
  font-size: 14px;
}

.bc_product-lg {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
  margin-bottom: 30px;
}

.bc_product-txt {
  font-size: 14px;
  line-height: 1.8;
  color: #888;
  margin-bottom: 0px;
}

.bc_product-sm {
  margin-left: -65px;
}

.bc_product-sm > div {
  margin-bottom: 100px;
  padding-left: 50px !important;
}

.bc_product-sm .bc_product-thumb {
  margin-bottom: 20px;
}

.bc_product-thumb img {
  max-width: 100%;
}

.bc_product-sm .bc_product-name {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.bc_product-sm .bc_product-name .bc_f-sm {
  font-size: 18px;
}

.bc_product-sm .bc_product-price {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.bc_product-sm .bc_product-price .bc_f-sm {
  font-size: 14px;
}

.bc_product-sm .bc_product-txt {
  font-size: 13px;
  line-height: 1.8;
  color: #888;
  margin-bottom: 20px;
}

.bc_btn {
  background: #0088cc;
  border-radius: 100px;
  color: #fff !important;
  width: 100%;
  max-width: 200px;
  font-size: 15px;
  padding: 8px 20px;
}

.bc_btn-lg {
  font-size: 1.2em;
  max-width: 240px;
}

.bc_btn:hover,
.bc_btn:focus,
.bc_btn.focus {
  color: #fff;
  opacity: 0.8;
}

.bc_product-list02 .bc_thumb {
  width: 150px;
  margin: 0 auto 20px;
}

.bc_product-list02 .bc_txt {
  font-size: 15px;
  line-height: 1.5;
}

.bc_slider li {
  padding: 0 25px;
  padding: 0 0.5%;
}

.bc_slider-ttl {
  font-size: 20px;
  line-height: 1.4;
  color: #111;
  margin: 20px 0 5px;
}

.bc_slider-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #888;
}

.slick-list:before {
  content: '';
  width: 10%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.slick-list:after {
  content: '';
  width: 10%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.bc_indent-lr {
  padding: 0 50px;
}

.bc_col2-txt-block-r {
  padding-left: 15%;
}

.bc_col2-txt-block-l {
  padding-right: 15%;
}

.bc_col2-txt-block .bc_copy-ttl {
  font-size: 32px;
}

.bc_btm-line {
  border-bottom: 1px solid #e3e3e3;
}

.bc_spec-table {
  border-spacing: 50px 0;
  border-collapse: separate;
  line-height: 1.7;
}

.bc_spec-table th,
.bc_spec-table td {
  padding: 4.5% 0;
  border-top: 1px solid #e3e3e3;
  vertical-align: top;
}

.bc_spec-table tr:first-child td {
  border-top: none;
}

.bc_spec-table th {
  font-size: 18px;
  color: #000;
}

.bc_spec-table td {
  font-size: 15px;
  color: #444;
}

.bc_spec-table .bc_col01 {
  width: 22%;
}

.bc_spec-table .bc_col02,
.bc_spec-table .bc_col03 {
  width: 39%;
}


.bc_spec-table .bc_col03_long {
  width: 100%;
}

.bc_spec-table .bc_product-name {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.bc_spec-table .bc_color-list {
  margin-left: 20%;
}

.bc_color-list li {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.bc_color-list li:first-child {
  margin-top: 0;
}

.bc_color-list li p {
  margin: 0;
}

.bc_color-list li .bc_thumb {
  width: 54px;
  margin-right: 20px;
}

.bc_color-list li .bc_txt {
  line-height: 1.3;
}

.bc_txt span {
  font-weight: bold;
}

.bc_spec-table .bc_size-txt {
  margin-top: 30px;
}

.bc_spec-table .bc_attention-list li {
  margin-top: 30px;
}

.bc_spec-table .bc_attention-list li:first-child {
  margin-top: 0;
}

.bc_spec-table .bc_model-txt {
  margin-bottom: 30px;
}

.bc_form-txt {
  margin-top: 4px;
  margin-bottom: 0;
}

.bc_form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 9px 10px;
  line-height: 1.6;
  color: #444;
  border-radius: 4px;
  font-size: 13px;
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
}

.bc_form-btn {
  background: #111;
  border-radius: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 15px;
}

textarea.bc_form-control {
  height: 180px;
}

.bc_spec-table .bc_option-txt {
  font-size: 13px;
}

.bc_info {
  border: 1px solid #e3e3e3;
  padding: 134px 15px 125px;
  margin-top: 130px;
}

.bc_info .bc_info-ttl {
  font-size: 42px;
  font-family: Georgia, Meiryo, sans-serif;
  line-height: 1.2;
  margin: 0 0 50px;
  font-weight: 300;
}

.bc_info .bc_info-txt {
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2.66;
}


/*corporate*/
.bc_corporate .bc_con-gy {
  padding-top: 100px;
  padding-bottom: 140px;
}

.bc_tab-menu {
  text-align: center;
  font-size: 0;
  margin-bottom: 90px;
}

.bc_tab-menu li {
  display: inline-block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  background: #f7f7f7;
  color: #111;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bc_corporate .bc_tab-menu li {
  width: 355px;
}

.bc_tab-menu li.bc_active {
  background: #111;
  color: #fff;
  cursor: default;
}

/*
.bc_tab-menu li:not(.bc_active):hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
*/
@media screen and (min-width: 768px) {
  .bc_tab-menu li:hover {
    opacity: 1;
    background: #111;
    color: #fff;
    cursor: default;
  }
}

.bc_tab-box {
  display: none;
}

.bc_tab-box.bc_active {
  display: block;
}

.bc_corporate .bc_tab-box .bc_copy-ttl {
  margin-bottom: 80px;
}

.bc_corporate .bc_tab-box .bc_copy-txt {
  margin-bottom: 60px;
}

.bc_layout01 {
  border-top: 1px solid #e3e3e3;
  padding: 0 15px;
}

.bc_layout01 > div {
  padding: 60px 0;
  border-bottom: 1px solid #e3e3e3;
}

.bc_layout01-noline > div:last-child {
  border-bottom: none;
}

.bc_layout01-thumb {
  padding-right: 50px;
}

@media screen and (min-width: 768px) {

  .fr_page-partner-index .bc_layout01 .col-sm-4,
  .fr_page-about-business-index .bc_layout01 .col-sm-4 {
    width: 350px;
    margin-right: 50px;
  }

  .fr_page-partner-index .bc_con img.bc_layout01-thumb,
  .fr_page-about-business-index .bc_con img.bc_layout01-thumb {
    padding-right: 0;
  }

  .fr_page-partner-index .bc_layout01 .col-sm-8,
  .fr_page-about-business-index .bc_layout01 .col-sm-8 {
    width: 600px;
  }
}


.bc_layout01-ttl {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 20px;
  color: #111;
}

.bc_layout01-txt {
  font-size: 14px;
  line-height: 2;
  color: #444;
}

.bc_mustbuy-box {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 60px;
  text-align: center;
}

.bc_logo-mustbuy {
  width: 208px;
  margin: 0 auto 30px;
}

.bc_mustbuy-box .bc_txt {
  margin-bottom: 30px;
  font-size: 14px;
}

.bc_btn01 {
  width: 220px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #111;
  color: #fff;
  font-size: 15px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bc_btn01:hover,
.bc_btn01:focus {
  color: #fff;
  text-decoration: none;
}

.bc_btn01:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}




/*abouts*/
.bc_abouts .bc_tab03.bc_sec {
  padding-bottom: 0;
}

.bc_abouts .bc_tab-menu li {
  width: 175px;
}

.bc_abouts-table {
  border-spacing: 50px 0;
  border-collapse: separate;
  line-height: 1.7;
  width: 100%;
}

.bc_abouts-table > tbody > tr > th,
.bc_abouts-table > tbody > tr > td {
  padding: 4% 0;
  border-top: 1px solid #e3e3e3;
  vertical-align: top;
}


.bc_abouts-table > tbody > tr > th {
  font-size: 18px;
  color: #111;
  width: 200px;
}

.bc_abouts-table > tbody > tr > td {
  font-size: 15px;
  color: #555;
  line-height: 2.13;
}

.bc_abouts-table > tbody > tr:last-child > th,
.bc_abouts-table > tbody > tr:last-child > td {
  border-bottom: 1px solid #e3e3e3;
}

.bc_tab03 .bc_abouts-table th .bc_f-small {
  font-size: 0.8em;
}

.bc_abouts-inr-table th,
.bc_abouts-inr-table td {
  padding-bottom: 40px;
}

.bc_abouts-inr-table tr:last-child th,
.bc_abouts-inr-table tr:last-child td {
  padding-bottom: 0;
}

.bc_abouts-inr-table th {
  padding-right: 50px;
}

#bc_map_canvas {
  margin: 140px auto 0;
  width: 100%;
  height: 600px;
}


/*business*/
.bc_page-menu {
  font-size: 0;
  text-align: center;
  margin-bottom: 120px;
}

.bc_page-menu li {
  display: inline-block;
  margin: 0 5px;
}

.bc_page-menu li a {
  display: inline-block;
  width: 190px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding-left: 20px;
  border: 1px solid #e3e3e3;
  color: #111;
  font-size: 14px;
  background: #f7f7f7;
  border-radius: 5px;
  position: relative;
}

.bc_page-menu li a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  left: 20px;
  top: 22px;
  background: #111;
}

.bc_page-menu li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #111 transparent transparent transparent;
  left: 20px;
  top: 15px;
}

.bc_logo-list li {
  float: left;
  width: 18.4%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.bc_logo-list li:nth-child(5n+1) {
  margin-left: 0;
}

.bc_logo-list li img {
  border: 1px solid #e3e3e3;
}



/*recruit*/
.bc_layout02-item {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 55px 10px 70px;
  text-align: center;
  margin: 0 25px 50px;
}

.bc_layout02 > div > div:nth-last-child(-n+2) .bc_layout02-item {
  margin-bottom: 0;
}

.bc_layout02-ico {
  width: 64px;
  margin: -10px auto 30px;
}

.bc_layout02-ttl {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.075em;
  margin: 0 0 30px;
  color: #111;
}

.bc_layout02-txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: #444;
}

.bc_hr01 {
  margin: 80px 0 0;
  padding: 0 0 80px;
  border-top: 1px solid #e3e3e3;
}

span.bc_btn01 {
  background: #fff;
  color: #888;
  border: 1px solid #e3e3e3;
}

span.bc_btn01:hover {
  color: #888;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}


/******************************
footer
*******************************/
.bc_footer {
  overflow: hidden;
}

@media (min-width: 768px) {
  .bc_footer .bc_inr {
    padding: 0 25px;
  }
}

.bc_footer01 {
  background: #222;
  padding: 90px 0;
}

.bc_footer-nav-wrap01 {
  margin-bottom: 60px;
}

.bc_footer-nav {
  line-height: 1.6;
  margin-bottom: 0;
}

.bc_footer-nav a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.bc_footer-nav dt {
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid #444;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.bc_footer-nav dt a {
  color: #fff;
}

.bc_footer-nav dd {
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}

.bc_footer-nav dd a {
  color: #999;
}

.bc_footer-nav-wrap02 {
  position: relative;
}

.bc_footer-sns-list {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.bc_footer-sns-list li {
  display: inline-block;
  margin-left: 20px;
}

.bc_footer02 {
  background: #111;
  padding: 60px 0;
  text-align: center;
}

.bc_copyright {
  font-size: 10px;
  color: #999;
  margin-top: 20px;
}


@media screen and (max-width: 991px) {

  /******************************
lacalnav
*******************************/
  .bc_localnav .bc_inr {
    height: auto;
    display: block;
    width: 100%;
    padding: 0 15px;
  }

  .bc_localnav-ttl {
    font-size: 14px;
    line-height: 1.4;
    padding: 18px 0 18px;
  }

  .bc_localnav-ttl span {
    font-size: 14px;
  }

  .bc_localnav-ttl a:focus {
    text-decoration: none;
  }

  .bc_localnav-arr {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .bc_localnav-nobtn .bc_localnav-arr {
    right: 5%;
  }

  .bc_localnav-arr::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #aaa;
    border-right: solid 2px #aaa;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .bc_localnav-arr.bc_open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 5px;
  }

  .bc_localnav-list {
    display: block;
    display: none;
    padding-bottom: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: rgba(34, 34, 34, 0.9);
    width: 100%;
  }

  .bc_localnav-list li {
    display: block;
  }

  .bc_localnav-list li a {
    font-size: 13px;
    line-height: 1.4;
    margin-left: 0;
    padding: 10px 15px;
    display: block;
  }

  .bc_localnav-list li a:hover,
  .bc_localnav-list li.bc_current a {
    color: #aaa;
    text-decoration: none;
  }

  .bc_localnav-list li a:focus {
    text-decoration: none;
  }

  .bc_localnav .bc_btn {
    font-size: 11px;
    width: 50px;
    height: 26px;
    line-height: 26px;
    margin-left: 0;
    position: absolute;
    top: 12px;
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  /******************************
lacalnav
*******************************/

}

/******************************
SP style
*******************************/
@media screen and (max-width: 767px) {
  .bc_inr {
    width: 90%;
    padding: 0;
  }

  .bc_pc-inr {
    width: 100%;
    padding: 0;
  }

  .bc_sp-inr {
    width: 90%;
    margin: 0 auto;
  }

  .bc_sp-w100 {
    width: 100%;
    height: auto;
  }


  .bc_bold {
    font-weight: bold;
  }

  .bc_sp-ta-l {
    text-align: left;
  }

  .bc_sp-ta-r {
    text-align: right;
  }

  .bc_sp-ta-c {
    text-align: center;
  }

  .bc_fl-l {
    float: none;
  }

  .bc_fl-r {
    float: none;
  }



  /******************************
header
*******************************/

  .bc_header .bc_inr {
    display: block;
    width: 100%;
    height: 60px;
  }

  .bc_header-logo {
    font-size: 0;
    margin: 0;
    padding-top: 18px;
    padding-left: 15px;
  }

  .bc_menu-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
    width: 60px;
    height: 60px;
  }

  .bc_menu-btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 30px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
  }

  .bc_menu-btn .bc_top {
    transform: translateY(-9px);
  }

  .bc_menu-btn .bc_bottom {
    transform: translateY(9px);
  }

  .bc_menu-btn.bc_open .bc_middle {
    background: transparent !important;
  }

  .bc_menu-btn.bc_open .bc_top {
    transform: rotate(-45deg) translateY(0px);
  }

  .bc_menu-btn.bc_open .bc_bottom {
    transform: rotate(45deg) translateY(0px);
  }

  .bc_header-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #111;
    width: 100%;
    z-index: 100;
    padding-bottom: 20px;
  }

  .bc_header-nav ul {
    display: block;
    padding: 0;
    /* 17px */
    text-align: center;
  }

  .pr_nm-header-nav-search,
  .pr_nm-header-nav-ttl,
  .pr_nm-header-nav-client,
  .pr_nm-header-nav-login {
    padding-left: 17px;
    padding-right: 17px;
  }

  .bc_header-nav ul li ul.pr_nm-hd-iteminfo-list,
  .bc_header-nav ul li ul.pr_nm-hd-company-list {
    padding: 0 17px;
    max-width: 100%;
  }

  .bc_header-nav ul li {
    display: block;
    text-align: left;
  }

  .bc_header-nav ul li a {
    font-size: 13px;
    margin-right: 0;
    padding: 15px 0;
    width: 100%;
  }

  .bc_header-nav ul li.ico {
    display: inline-block;
  }

  .bc_header-nav ul li.ico a {
    width: auto;
  }

  .bc_header-nav ul li a:hover,
  .bc_header-nav ul li.bc_current a {
    text-decoration: none;
  }








  /******************************
contents
*******************************/
  .bc_con-mv-img {
    margin-bottom: 60px;
  }

  .bc_copy-ttl {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 15px;
  }

  .fr_page-about-index .bc_copy-ttl {
    margin-bottom: 30px;
  }

  .bc_copy-ttl02 {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .bc_copy-ttl02:after {
    width: 10px;
  }

  .bc_copy-ttl .bc_en {
    font-size: 10px;
  }

  .bc_copy-subttl {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .bc_copy-txt {
    font-size: 14px;
    line-height: 2;
  }

  .fr_page-about-philosophy-index .bc_copy-txt {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .bc_info {
    margin-top: 50px;
    padding: 70px 15px;
  }

  .bc_info .bc_info-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .bc_con-wh,
  .bc_con-wh02,
  .bc_con-gy,
  .bc_con-gy02 {
    padding-top: 60px;
  }

  .bc_sec,
  .bc_sec02 {
    padding-bottom: 60px;
  }

  .bc_sec-ph {
    padding-bottom: 30px;
  }


  @media screen and (max-width: 767px) {
    .fr_page-products-list .bc_sec-ph.pr_nm-sec-ph-slider {
      margin-bottom: 30px;
      padding-bottom: 0;
    }
  }

  .bc_product-list {
    padding: 0;
  }

  .bc_product-lg {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .bc_product-lg > div {
    padding: 0 15px;
  }

  .bc_product-list .bc_product-thumb {
    margin-bottom: 10px !important;
  }

  .bc_product-list .bc_product-thumb img {
    max-width: 100%;
  }

  .bc_product-list .bc_product-name {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
  }

  .bc_product-list .bc_product-name .bc_f-sm {
    font-size: 11px !important;
  }

  .bc_product-list .bc_product-price {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }

  .bc_product-list .bc_product-price .bc_f-sm {
    font-size: 8px !important;
  }

  .bc_product-list .bc_product-txt {
    font-size: 13px !important;
    line-height: 1.8 !important;
    margin-bottom: 15px !important;
  }

  .bc_product-sm {
    margin-left: -15px;
  }

  .bc_product-sm > div {
    margin-bottom: 40px;
    padding: 0 15px !important;
  }


  .bc_btn {
    font-size: 13px;
    padding: 6px 10px;
  }

  .bc_product-list02 .bc_thumb {
    margin: 0 auto 10px;
  }

  .bc_product-list02 .bc_txt {
    font-size: 13px;
  }

  .bc_slider li {
    padding: 0 0.2%;
  }

  .bc_slider-ttl {
    font-size: 14px;
    margin: 10px 0 0;
  }

  .bc_slider-txt {
    font-size: 12px;
  }

  .bc_indent-lr {
    padding: 0 5%;
  }

  .bc_col2-txt-block-r {
    padding-left: 0;
    margin-top: 30px;
  }

  .bc_col2-txt-block-l {
    padding-right: 0;
    margin-top: 30px;
  }

  .bc_col2-txt-block .bc_copy-ttl {
    font-size: 16px;
  }

  .bc_spec-table-wrap {
    /*overflow-x: scroll;
    -webkit-overflow-scrolling: touch;*/
  }

  .bc_spec-table {
    min-width: 600px;
    border-spacing: 10px 0;
    line-height: 1.5;
  }

  .bc_spec-table th,
  .bc_spec-table td {
    padding: 3% 0;
  }

  .bc_spec-table th {
    font-size: 13px;
  }

  .bc_spec-table td {
    font-size: 11px;
  }

  .bc_spec-table .bc_col01 {
    width: 20%;
  }

  .bc_spec-table .bc_col02,
  .bc_spec-table .bc_col03 {
    width: 40%;
  }

  .bc_spec-table .bc_product-name {
    font-size: 13px;
  }

  .bc_spec-table .bc_color-list {
    margin-left: 0;
  }

  .bc_color-list li {
    margin-top: 10px;
  }

  .bc_color-list li .bc_thumb {
    width: 15.7%;
    min-width: 27px;
    margin-right: 10px;
  }

  .bc_color-list li .bc_txt {
    width: 74.3%;
  }

  .bc_spec-table .bc_size-txt {
    margin-top: 20px;
  }

  .bc_spec-table .bc_attention-list li {
    margin-top: 20px;
  }

  .bc_spec-table .bc_model-txt {
    margin-bottom: 20px;
  }

  .bc_form-txt {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .bc_form-control {
    border-radius: 2px;
    font-size: 11px;
  }

  .bc_form-btn {
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
  }

  textarea.bc_form-control {
    height: 100px;
  }

  .bc_spec-table .bc_option-txt {
    font-size: 13px;
  }







  /*corporate*/
  .bc_corporate .bc_con-gy {
    padding-bottom: 60px;
  }

  .bc_tab-menu {
    margin-bottom: 50px;
  }

  .bc_tab-menu li {
    height: auto;
    line-height: 1.4;
    padding: 10px;
    font-size: 13px;
    margin: 0 1%;
  }

  .bc_corporate .bc_tab-menu li {
    width: 47%;
  }

  .bc_corporate .bc_tab-box .bc_copy-ttl {
    margin-bottom: 40px;
  }

  .bc_corporate .bc_tab-box .bc_copy-txt {
    margin-bottom: 30px;
  }

  .bc_layout01 > div {
    padding: 30px 0;
  }

  .bc_layout01-thumb {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .bc_layout01-ttl {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .bc_layout01-txt {
    font-size: 12px;
  }

  .bc_mustbuy-box {
    padding: 20px;
  }

  .bc_logo-mustbuy {
    width: 100px;
    margin: 0 auto 10px;
  }

  .bc_mustbuy-box .bc_txt {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .bc_btn01 {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }

  /*abouts*/
  .bc_abouts .bc_tab-menu li {
    width: 30%;
  }

  .bc_abouts-table {
    border-spacing: 0;
    border-collapse: collapse;
  }

  .bc_abouts-table > tbody > tr > th,
  .bc_abouts-table > tbody > tr > td {
    display: block;
    border-top: none;
    width: 100%;
  }

  .bc_abouts-table > tbody > tr > th {
    font-size: 13px;
    color: #111;
    padding: 3% 0 1%;
  }

  .bc_abouts-table > tbody > tr > td {
    font-size: 13px;
    border-bottom: 1px solid #e3e3e3 !important;
    padding: 0 0 3%;
  }

  .bc_abouts-table > tbody > tr:first-child > th {
    border-top: 1px solid #e3e3e3 !important;
  }

  .bc_abouts-table > tbody > tr:last-child > th {
    border-bottom: none;
  }

  .bc_abouts-inr-table th,
  .bc_abouts-inr-table td {
    padding-bottom: 0;
    display: block;
    width: 100%;
  }

  .bc_tab01 .bc_abouts-inr-table th {
    padding-right: 0;
    font-weight: bold;
  }

  .bc_tab01 .bc_abouts-inr-table td {
    padding-left: 20px;
    padding-bottom: 10px;
  }

  .bc_tab03 .bc_abouts-inr-table th {
    padding-bottom: 5px !important;
  }

  #bc_map_canvas {
    margin: 60px auto 0;
    height: 300px;
  }


  /*business*/
  .bc_business .bc_indent-lr {
    padding: 0;
  }

  .bc_page-menu {
    margin-bottom: 60px;
  }

  .bc_page-menu li {
    margin: 5px 0;
    width: 100%;
  }

  .bc_page-menu li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding-left: 10px;
    font-size: 13px;
  }

  .bc_page-menu li a:before {
    width: 6px;
    left: 10px;
    top: 20px;
  }

  .bc_page-menu li a:after {
    border-width: 5px 3px 0 3px;
    left: 10px;
    top: 13px;
  }

  .bc_logo-list li {
    width: 46%;
    margin-left: 4% !important;
    margin-bottom: 4%;
  }

  .bc_logo-list li:nth-child(2n+1) {
    margin-left: 0 !important;
  }


  /*recruit*/
  .bc_recruit .bc_indent-lr {
    padding: 0;
  }

  .bc_layout02-item {
    padding: 30px 20px;
    text-align: center;
    margin: 0 15px 15px !important;
  }

  .bc_layout02 > div > div:last-child .bc_layout02-item {
    margin-bottom: 0;
  }

  .bc_layout02-ico {
    width: 32px;
    margin: 0 auto 10px;
  }

  .bc_layout02-ttl {
    font-size: 15px;
    margin: 0 0 10px;
  }

  .bc_layout02-txt {
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
  }

  .bc_hr01 {
    margin: 40px 0 0;
    padding: 0 0 40px;
  }




  /******************************
footer
*******************************/
  .bc_footer {
    overflow: hidden;
  }

  .bc_footer01 {
    padding: 40px 0;
  }

  .bc_footer-nav-wrap01 {
    margin-bottom: 0;
  }

  .bc_footer-nav-wrap01 .bc_footer-nav {
    margin-bottom: 20px;
  }

  .bc_footer-nav {
    text-align: center;
  }

  .bc_footer-nav dt {
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .bc_footer-nav dt a {
    font-size: 13px;
  }

  .bc_footer-nav dd {
    margin-bottom: 13px;
  }

  .bc_footer-nav dd a {
    font-size: 15px;
  }

  .bc_footer-sns-list {
    position: relative;
    right: initial;
    bottom: initial;
    text-align: center;
    margin-top: 20px;
  }

  .bc_footer-sns-list li {
    margin: 0 10px;
  }

  .bc_footer02 {
    padding: 20px 0;
  }

  .bc_copyright {
    font-size: 6px;
    margin-top: 10px;
  }

}



/******************
 * tv-stand
 ******************/
/*-----------------«««««««« pc «««««««««--------------------------*/
@media (min-width: 768px) {
  .bc_tv-stand {
    position: relative;
    /*top: -70px;*/
  }

  /*------ slider-top ----------------*/
  .bc_tv-stand-slider-top {
    margin: 0;
  }

  .products_top_logo {
    max-width:580px;
    /* position: absolute; */
    bottom:4.5rem;
    fill:#ffffff;
  }

  .bc_tv-stand-slider-top li {
    position: relative;
  }

  .bc_tv-stand .fr_slide-copy > div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 56px;
  }

  .bc_tv-stand-slider-top .slick-list:before,
  .bc_tv-stand-slider-top .slick-list:after {
    width: 0;
  }

  .bc_dot-tv {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }

  .bc_dot-tv li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0 12px 0 12px !important;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .bc_dot-tv li.slick-active {
    background-color: #fff;
  }

  /*------ slider-top End ----------------*/

  /*------ slider-wall ----------------*/
  .bc_tv-stand-slider-wall {
    width: 100%;
    padding: 140px 0;
    position: relative;
    background-color: #fff;
  }

  .bc_tv-stand-slider-wall-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .bc_tv-stand-slider-wall-list {
    width: 50%;
    margin: 0;
    padding-bottom: 50px;
    float: left;
  }

  .bc_tv-stand-slider-wall-list img {
    height: 500px;
    width: auto;
    margin: 0 auto;
  }

  .bc_tv-stand-slider-wall .slick-prev {
    position: absolute;
    width: 19px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 30px;
    z-index: 2;
    margin: auto;
    background: url(/user_data/packages/default/client/images/tv-stand-slider-wall-prev.png) no-repeat;
    border: none;
    text-indent: -9999px;
  }

  .bc_tv-stand-slider-wall .slick-next {
    position: absolute;
    width: 19px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background: url(/user_data/packages/default/client/images/tv-stand-slider-wall-next.png) no-repeat;
    border: none;
    text-indent: -9999px;
  }

  .bc_tv-stand-slider-wall .slick-list:before,
  .bc_tv-stand-slider-wall .slick-list:after {
    width: 0;
  }

  .bc_tv-stand-slider-wall .slick-dots li {
    background-color: #e5e5e5;
    border: none;
    margin: 0 5px 0 5px !important;
    width: 12px;
    height: 12px;
  }

  .bc_tv-stand-slider-wall .slick-dots .slick-active {
    background-color: #aaaaaa;
  }

  .bc_tv-stand-slider-wall-copy {
    width: 50%;
    float: left;
  }

  .bc_tv-stand-slider-wall-copy-wrap {
    width: 450px;
    margin: 0 auto;
  }

  .bc_tv-stand-slider-wall-logo {
    width: 100%;
  }

  .bc_tv-stand-slider-wall-logo em {
    width: 141px;
    height: 55px;
    background: url(/user_data/packages/default/client/images/tv-stand-wall-logo.png) no-repeat;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .bc_tv-stand-slider-wall-logo span {
    display: block;
    width: 52px;
    height: 80px;
    background: url(/user_data/packages/default/client/images/tv-stand-gooddesign.png) no-repeat;
    float: right;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .bc_tv-stand-slider-wall-hd {
    font-size: 32px;
    margin: 40px 0;
    font-weight: 200;
  }

  .bc_tv-stand-slider-wall-txt {
    font-size: 15px;
    line-height: 2;
  }

  /*------ slider-wall End ----------------*/

  /*------ wall-content ----------------*/
  .bc_tv-stand-slider-content {
    position: relative;
  }

  .bc_tv-stand-slider-content img {
    width: 100%;
  }

  .bc_tv-stand-slider-content-wrap {
    width: 71.42vw;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
   

  .bc_tv-stand-slider-content-wrap em {
    font-size: 38px;
    color: #fff;
    display: block;
    font-weight: 200;
  }
  
   .resonfont_color{
  color: #111111 !important;
  }

  .bc_tv-stand-slider-content-wrap span {
    font-size: 15px;
    color: #fff;
    display: block;
    max-width: 350px;
    margin: 20px 0 40px 0;
    line-height: 2.3;
  }

    .bc_tv-stand-slider-content-wrap.shadow em {
    text-shadow: 2px 4px 5px #000;
  }

  .bc_tv-stand-slider-content-wrap.shadow span {
    text-shadow: 2px 4px 5px #000;
  }

  .bc_tv-stand-slider-content-wrap a {
    background-color: #111111;
    color: #fff;
    width: 220px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 2.8;
    font-size: 15px;
    border-radius: 20px;
    font-weight: 200;
  }

  .bc_tv-stand-slider-content-wrap a:hover {
    opacity: 0.8;
  }

  /*------ wall-content End ----------------*/


}

/*-----------------ªªªªªªªª pc ªªªªªªªª--------------------------*/

/*-----------------«««««««« sp «««««««««--------------------------*/
@media (max-width: 767px) {
  .bc_tv-stand {
    position: relative;
  }

  /*------ slider-top ----------------*/
  .bc_tv-stand-slider-top {
    margin: 0;
  }

  .bc_tv-stand-slider-top li {
    position: relative;
  }

  .fr_slide-copy > div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1.16;
  }

  .fr_slide-copy > div.fr_large-copy {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }

  .fr_slide-copy > div.fr_large-copy span {
    display: block;
    width: 100%;
    line-height: 1.3;
  }

  .bc_tv-stand-slider-top .slick-list:before,
  .bc_tv-stand-slider-top .slick-list:after {
    width: 0;
  }

  .bc_dot-tv {
    position: absolute;
    bottom: 15px;
    left: 50%;
    /*z-index: 15;*/
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }

  .bc_dot-tv li {
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin: 0 3px 0 3px !important;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .bc_dot-tv li.slick-active {
    background-color: #fff;
  }

  /*------ slider-top End ----------------*/

  /*------ slider-wall ----------------*/
  .bc_tv-stand-slider-wall {
    width: 100%;
    padding: 50px 0;
    position: relative;
    background-color: #fff;
  }

  .bc_tv-stand-slider-wall-list {
    width: 100%;
    margin: 0;
    padding-bottom: 50px;
  }

  .bc_tv-stand-slider-wall-list img {
    height: 300px;
    width: auto;
    margin: 0 auto;
  }

  .bc_tv-stand-slider-wall .slick-prev {
    position: absolute;
    width: 19px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background: url(/user_data/packages/default/client/images/tv-stand-slider-wall-prev.png) no-repeat;
    border: none;
    text-indent: -9999px;
  }

  .bc_tv-stand-slider-wall .slick-next {
    position: absolute;
    width: 19px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background: url(/user_data/packages/default/client/images/tv-stand-slider-wall-next.png) no-repeat;
    border: none;
    text-indent: -9999px;
  }

  .bc_tv-stand-slider-wall .slick-list:before,
  .bc_tv-stand-slider-wall .slick-list:after {
    width: 0;
  }

  .bc_tv-stand-slider-wall .slick-dots li {
    background-color: #e5e5e5;
    border: none;
    margin: 0 6px 0 6px !important;
    width: 12px;
    height: 12px;
  }

  .bc_tv-stand-slider-wall .slick-dots .slick-active {
    background-color: #aaaaaa;
  }

  .bc_tv-stand-slider-wall-copy {
    width: 100%;
    margin-top: 50px;
  }

  .bc_tv-stand-slider-wall-copy-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .bc_tv-stand-slider-wall-logo {
    width: 100%;
  }

  .bc_tv-stand-slider-wall-logo em {
    width: 141px;
    height: 55px;
    background: url(/user_data/packages/default/client/images/tv-stand-wall-logo.png) no-repeat;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .bc_tv-stand-slider-wall-logo span {
    display: block;
    width: 52px;
    height: 80px;
    background: url(/user_data/packages/default/client/images/tv-stand-gooddesign.png) no-repeat;
    float: right;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .bc_tv-stand-slider-wall-hd {
    font-size: 32px;
    margin: 40px 0;
    font-weight: 200;
  }

  .bc_tv-stand-slider-wall-txt {
    font-size: 15px;
    line-height: 2;
  }

  /*------ slider-wall End ----------------*/

  /*------ wall-content ----------------*/
  .bc_tv-stand-slider-content {
    position: relative;
  }

  .bc_tv-stand-slider-content img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
  }

  .bc_tv-stand-slider-content-wrap {
    padding: 30px 0;
    width: 90%;
    height: auto;
    /*position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;*/
    margin: auto;
    color: #333;
    text-align: center;
  }

  .bc_tv-stand-slider-content-wrap em {
    font-size: 20px;
    color: #333;
    display: block;
    font-weight: 200;
  }

  .bc_tv-stand-slider-content-wrap span {
    font-size: 13px;
    color: #333;
    display: block;
    max-width: 350px;
    margin: 5px 0 10px 0;
  }

  .bc_tv-stand-slider-content-wrap a {
    background-color: #111111;
    color: #fff;
    width: 150px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 3;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 200;
    margin: 0 auto;
  }

  /*------ wall-content End ----------------*/
}

/*-----------------ªªªªªªªª sp ªªªªªªªª--------------------------*/

/******************
 * brand
 ******************/
/*-----------------«««««««« pc «««««««««--------------------------*/
@media (min-width: 768px) {
  .bc_nav-ttl-fw {
    font-weight: normal;
  }

  .bc_brand {
    border-bottom: #e3e3e3 1px solid;
  }

  /*------ brand-top ----------------*/
  .bc_brand-top {
    position: relative;
  }

  .bc_brand-top-img {
    width: 100%;
    height: auto;
  }

  .bc_brand-top h2 {
    margin: 0;
  }

  .bc_brand-top .bc_brand-top-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 215px;
  }

  .bc_brand-top span {
    display: block;
    margin-top: 50px;
    line-height: 2.3;
    font-size: 15px;
    font-weight: 200;
  }

  /*------ brand-top End ----------------*/

  /*------ brand-item ----------------*/
  .bc_brand-item {
    width: 100%;
    padding: 100px 0 135px;
    background-color: #fff;
  }

  .bc_brand-item-list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
  }

  .bc_brand-item-list:before,
  .bc_brand-item-list:after {
    display: none;
  }

  .bc_brand-item-list li {
    width: 30%;
    position: relative;
  }

  .bc_brand-item-list li:nth-child(n+4) {
    margin-top: 95px;
  }

  .bc_brand-item-list li a {
    display: block;
  }

  .bc_brand-item-list-img {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    table-layout: fixed;
  }

  .bc_brand-item-list-img img {
    display: block;
    max-width: 100%;
  }

  .bc_brand-item-list li span {
    font-size: 16px;
    color: #111111;
    display: block;
    width: 100%;
    margin-top: 17px;
    text-align: center;
  }

  .bc_dot {
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;

  }

  .bc_dot li {
    overflow: : hidden;
    display: inline-block;
    margin: 0 10px 0 10px !important;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #e5e5e5;
  }

  .bc_dot li.slick-active {
    background-color: #aaaaaa;
  }

  /*------ brand-item End ----------------*/
}

/*-----------------ªªªªªªªª pc ªªªªªªªª--------------------------*/

/*-----------------«««««««« sp «««««««««--------------------------*/
@media (max-width: 767px) {
  .bc_brand {
    border-bottom: #e3e3e3 1px solid;
  }

  /*------ brand-top ----------------*/
  .bc_brand-top {
    position: relative;
  }

  .bc_brand-top-img {
    width: 100%;
    height: auto;
    min-height: 240px;
  }

  .bc_brand-top .bc_brand-top-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100px;
  }

  .bc_brand-top .bc_brand-top-cont-top {
    height: 70px;
  }

  .bc_brand-top .bc_brand-top-cont h2 {
    margin: 0;
  }

  .bc_brand-top span {
    display: block;
    margin-top: 15px;
    line-height: 1.5;
    font-size: 12px;
  }

  .bc_brand-top .bc_brand-top-cont img {
    height: 30px;
  }

  /*------ brand-top End ----------------*/

  /*------ brand-item ----------------*/
  .bc_brand-item {
    width: 100%;
    padding: 50px 0 60px;
    background-color: #fff;
  }

  .bc_brand-item-list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .bc_brand-item-list:before,
  .bc_brand-item-list:after {
    display: none;
  }

  .bc_brand-item-list li {
    width: 48%;
    position: relative;
  }

  .bc_brand-item-list li:nth-child(n+3) {
    margin-top: 40px;
  }

  .bc_brand-item-list li a {
    display: block;
  }

  .bc_brand-item-list-img {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
  }

  .bc_brand-item-list-img img {
    display: block;
    max-width: 100%;
  }

  .bc_brand-item-list li span {
    font-size: 16px;
    color: #111111;
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .bc_dot {
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;

  }

  .bc_dot li {
    overflow: : hidden;
    display: inline-block;
    margin: 0 10px 0 10px !important;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #e5e5e5;
  }

  .bc_dot li.slick-active {
    background-color: #aaaaaa;
  }

  /*------ brand-item End ----------------*/
}

/*-----------------ªªªªªªªª sp ªªªªªªªª--------------------------*/

/******************
 * item-category
 ******************/
/*-----------------«««««««« pc «««««««««--------------------------*/
@media (min-width: 768px) {
  .bc_category {
    width: 100%;
    padding-top: 190px;
    border-bottom: #e3e3e3 1px solid;
    background-color: #fff;
    position: relative;
  }

  .bc_category-h2 {
    font-size: 38px;
    color: #111111;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 80px;
    line-height: 1.35;
    position: relative;
  }

  .bc_category-h2 em {
    font-size: 16px;
    color: #aaaaaa;
    display: block;
    margin-top: 8px;
  }

  .bc_category-h2:before {
    position: absolute;
    bottom: -30px;
    margin-left: -11px;
    left: 50%;
    width: 20px;
    border-bottom: 1px #e3e3e3 solid;
    content: "";
  }

  .bc_category-item {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 40px;

  }

  .bc_category-item li {
    width: 18.18%;
    float: left;
    margin-right: 5.45%;
    text-align: center;
    margin-bottom: 100px;
  }

  .bc_category-item li:nth-child(4n+1) {
    margin-left: 5.45%;
    ;
  }

  .bc_category-item li a {
    display: block;
  }

  .bc_category-item li span {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
  }

  .bc_category-item li img {
    max-width: 100%;
  }

  .bc_category-item li p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
    height: 130px;
    line-height: 1.6;
    color: #111111;
  }

  .bc_category-item li em {
    font-size: 18px;
    color: #111111;
  }

  .bc_category-item li b {
    display: block;
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .bc_category-item a:hover,
  .bc_category-item a:focus {
    text-decoration: none;
  }
}

/*-----------------ªªªªªªªª pc ªªªªªªªª--------------------------*/

/*-----------------«««««««« sp «««««««««--------------------------*/
@media (max-width: 767px) {
  .bc_category {
    width: 100%;
    padding-top: 100px;
    border-bottom: #e3e3e3 1px solid;
    background-color: #fff;
    position: relative;
  }

  .bc_category-h2 {
    font-size: 25px;
    color: #111111;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .bc_category-h2 em {
    font-size: 14px;
    color: #aaaaaa;
    display: block;
    margin-top: 16px;
  }

  .bc_category-h2:before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -11px;
    width: 20px;
    border-bottom: 1px #e3e3e3 solid;
    content: "";
  }

  .bc_category-item {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;

  }

  .bc_category-item li {
    width: 41.8%;
    float: left;
    margin-right: 5.45%;
    text-align: center;
    margin-bottom: 30px;
  }

  .bc_category-item li:nth-child(2n+1) {
    margin-left: 5.45%;
    ;
  }

  .bc_category-item li span {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
  }

  .bc_category-item li img {
    max-width: 100%;
  }

  .bc_category-item li p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin: 30px 0 0 0;
    height: 130px;
    line-height: 1.6;
    color: #111111;
  }

  .bc_category-item li em {
    font-size: 18px;
    color: #111111;
  }

  .bc_category-item li b {
    display: block;
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .bc_category-item a:hover,
  .bc_category-item a:focus {
    text-decoration: none;
  }
}

/*-----------------ªªªªªªªª sp ªªªªªªªª--------------------------*/


/* 20181214 footer sns-icon’²® */
.bc_footer-sns-list li img {
  width: 25px;
}

.spMenuTitle {
  font-size: 18px;
  color: white;
  text-align: center !important;
  margin: auto;
  text-align: center;
}