@charset "UTF-8";


/*------------------------------------------------------------
	#masthead：
------------------------------------------------------------*/
#masthead {
overflow: hidden;
position: relative;
padding-top: 10px; 
}

#masthead .category {
  *float: left;
  *width: 100%;
  margin-top: 40px;
  margin-right: -10px;
  margin-bottom: 30px;
  line-height: 1;
  text-align: left;
  font-size: 34px;
  letter-spacing: 2px;
  color: #666;
  zoom: 1;
}


#masthead .title {
	display: inline-block;
	max-width: 140px;
	margin: 5px 20px 2px 0;
	white-space: nowrap;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
}

#masthead h1 {
	display: inline-block;
	margin: 5px 20px 2px 0;
	line-height: 1.5;
	text-align: left;
	font-size: 30px;
	vertical-align: top;
	float: left;
}
.section-index {
    padding: 0 18px;
	margin-top: 55px;
}

.section-index .header {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
}

.section-index .header::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    border-top: 1px solid #909090;
}

.section-index h2 {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    padding: 0 12px;
    background-color: #fff;
    font-size: 18px;
}

@media (max-width: 767px) {
  #masthead .title {
    margin-top: 0;
    font-size: 22px;
  }	
  .section-index {
    padding: 0 18px;
  }
  .section-index .header {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .section-index h2 {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    padding: 0 12px;
    background-color: #fff;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #masthead .category {
    *float: left;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: -10px;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    font-size: 34px;
    letter-spacing: 2px;
    color: #666;
    zoom: 1;
  }
}

@media (max-width: 767px) {
  #masthead .category {
    margin-left: 5px;
    margin-right: 5px;
  }
  #masthead h1 {
    float: left;
    display: inline-block;
    margin: 0 20px 20px 0;
    line-height: 1;
    text-align: left;
    font-size: 34px;
    letter-spacing: 2px;
    color: #666;
    vertical-align: top;
  }

  #masthead h1 img{
    height: 24px;
  }
}


#masthead .category:before {
  display: none;
}
#masthead .nav {
  position: relative;
  float: left;
  left: 50%;
  width: 100%;
}
@media (max-width: 480px) {
  #masthead .nav {
    margin: 0;
  }
}
#masthead .nav > li {
  position: relative;
  float: left;
  left: -50%;
  width: 25%;
  padding: 0 2px 0 3px;
  border: 1px solid transparent;
  border-bottom-color: #ccc;
}
#masthead .nav > li.active {
  border-color: #ccc;
  border-bottom-color: transparent;
}
#masthead .nav > li.active:after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -6px;
  content: '\F078';
  font-family: 'FontAwesome';
}
@media (max-width: 767px) {
  #masthead .nav > li.active:after {
    display: none;
  }
}
#masthead .nav > li:first-child {
  padding-left: 0;
}
#masthead .nav > li:last-child {
  padding-right: 0;
}
#masthead .nav > li > h1, #masthead .nav > li > a {
  display: block;
  height: 48px;
  *height: 30px;
  margin: 0;
  padding: 18px 2px 0;
  line-height: 1.3;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #eee;
  color: #999;
}
@media (max-width: 767px) {
  #masthead .nav > li > h1, #masthead .nav > li > a {
    height: 40px;
    padding: 8px 0 0;
  }
  #masthead .nav > li > h1.pad-xs, #masthead .nav > li > a.pad-xs {
    padding-top: 14px;
  }
}
@media (max-width: 480px) {
  #masthead .nav > li > h1, #masthead .nav > li > a {
    letter-spacing: -1px;
    font-size: 11px;
  }
}
#masthead .nav > li h1 {
  background: #fff !important;
  color: #333;
}
#masthead .nav > li > a:hover {
  color: #333;
  background: #eee;
}

/*------------------------------------------------------------
	#footer-local
------------------------------------------------------------*/
#footer-local {
  padding-bottom: 0;
}
#footer-local .pager {
  margin-top: -10px;
}
#footer-local .pager .icon-stack-base {
  font-size: 16px;
}
#footer-local .pager .icon-light {
  font-size: 10px;
}
#footer-local .pager a:hover {
  background: none;
}
#footer-local .navbar {
  clear: both;
  margin-top: 25px;
}
#footer-local .navbar .navbar-nav {
  margin-bottom: 0;
}
#footer-local .navbar .navbar-nav.navbar-right {
  margin-right: 17px;
}
@media (min-width: 768px) {
  body.v2015 #footer-local .navbar .navbar-nav.navbar-right {
    margin-right: 12px;
  }
}
#footer-local .navbar .navbar-nav.navbar-divider {
  margin-left: -15px;
  border-left: none;
}
@media (min-width: 768px) {
  body.v2015 #footer-local .navbar .navbar-nav.navbar-divider {
    margin-left: -10px;
  }
}
#footer-local .navbar .navbar-nav span {
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  color: #c0c0c0;
}

/*------------------------------------------------------------
	category common
------------------------------------------------------------*/
/*
	layout
----------------------------------------*/
table > caption {
  display: none;
}

.clearfix, .adj, .comp_summary__body {
  *zoom: 1;
}
.clearfix:after, /*.adj:after,*/ .comp_summary__body:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.col-adj-max {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .col-adj-max {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page_full {
  margin-left: -15px;
  margin-right: -15px;
}
.page_full.row {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  .page_full {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page_full.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page_full .border-bottom {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.adj.adj__1 > * {
  width: 100%;
}
.adj.adj__2 > * {
  width: 50%;
}
.adj.adj__3 > * {
  width: 33.33333%;
}
.adj.adj__4 > * {
  width: 25%;
}
.adj.adj__5 > * {
  width: 20%;
}
.adj.adj__6 > * {
  width: 16.6%;
}
.adj > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}

@media (max-width: 768px) {
  .limit_width {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .limit_width2 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}

.image_wrap {
  margin-bottom: 10px;
}

.image_center {
  text-align: center;
}
.image_center img {
  margin: 0 auto;
}

.forSp {
  display: none;
}

@media (max-width: 480px) {
  .forSp {
    display: block;
  }
}
@media (max-width: 768px) {
  .forPc {
    display: none;
  }
}

@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 980px) {
  .hidden-md {
    display: none;
  }
}

.bottom_area {
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: -15px;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .bottom_area {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.cb {
  clear: both;
}

@media (max-width: 980px) {
  .xs_mt20 {
    margin-top: 10px;
  }
}
.escape_image {
  position: relative;
  padding-left: 10%;
  min-height: 68px;
}
.escape_image img {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .escape_image {
    padding-left: 0;
  }
  .escape_image img {
    position: static;
    float: left;
    padding: 0;
  }
}

.float_image_left {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .float_image_left {
    padding-bottom: 30px;
  }
}

.shift > .col-shift {
  float: right;
}
@media (max-width: 768px) {
  .shift > .col-shift {
    float: none;
  }
}

.caution_block {
  border: 1px solid #f00;
}

.table {
  display: table;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*
	text
----------------------------------------*/
.annotation {
  margin-top: 20px;
  font-size: 11px;
}
.annotation li {
  margin-top: 5px;
}

ul.annotation, dl.annotation {
  padding: 0;
}

.body_text {
  margin-top: 30px;
  line-height: 1.7;
}

.section_head {
  margin-bottom: 30px;
}
.section_head h2, .section_head h3, .section_head h4 {
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section_head {
    margin-bottom: 10px;
  }
}

.sup {
  font-size: 0.5em;
  vertical-align: top;
}

a.blank {
  background: url(/common/images/blank.gif) no-repeat right bottom;
  padding-right: 12px;
  color: #003c19;
  text-decoration: underline;
}
a.blank:hover.blank {
  color: #00a8b5;
  background: url(/common/images/blank_on.gif) no-repeat right bottom;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.right,
.ta-r {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*
	decoration
----------------------------------------*/
@media (max-width: 768px) {
  .sp_bb {
    border-bottom: 1px solid #d8d8d8;
  }
}


.attention {
  color: #f00;
}
.attention a {
  color: #f00 !important;
  text-decoration: underline;
}.attention a:hover {
  color: #c00 !important;
}
.line-through{
	text-decoration:line-through;
	color: #f00;
	}
.line-through span {
	color: #000;
}

.btn-white {
  color: #333;
  background: url(/product/img/mark2.png) scroll no-repeat 95% center #fff;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  margin: 5px 1px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 100px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .btn-white {
    margin: 5px 0;
  }
}

/*
	item
----------------------------------------*/
.item {
  margin-bottom: 30px;
}

.item__list li {
  margin-bottom: 40px;
}
.item__list li p {
  margin: 0!important;
}
.item__list li p img {
  position: relative;
}
.item__list li a, .acce-banner a {
  color: #333!important;
}
.item__list li a:hover, .acce-banner a:hover  {
  color: #999!important;
}
.item__list li .icon-new {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 27px;
  background-color: #f90;
  padding: 2px 5px 2px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}
.item__list li p.product-name {
  margin: 0 0 5px 12px!important;
  font-size: 15px!important;
  font-weight: bold;
}
.item__list li p.product-detail {
  margin-left: 12px!important;
  font-size: 13px!important;
}


@media (max-width: 768px) {
  .item:last-child {
    margin-bottom: 0;
  }
  .item:last-child .item__list {
    margin-bottom: 0;
  }
  .item__list li {
    margin-bottom: 20px;
  }
  .item__list li .icon-new {
    top: -2px;
    left: 10px;
    padding: 2px 5px 2px;
    font-size:10px;
  }
  .item__list li p.product-name {
    margin: 2px 0 2px 0!important;
  }
  .item__list li p.product-detail {
    margin-left: 0!important;
  }
  .item__list li.reccomend {
    margin-bottom: 0px!important;
  }
  .item__list li.reccomend p.product-detail {
    display: block;
    min-height: 5.8em;
  }
}

.item__name {
  font-size: 17px;
  font-weight: bold;
}

.item__list a:hover:after {
  position: absolute;
  top: 30%;
  right: 10%;
  content: "\f138";
  font-size: 18px;
  font-family: FontAwesome;
  color: #00a8b5;
}

li.item_line {
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: -1px;
}
li.item_line a {
  display: block;
}
li.item_line a:hover:after {
  position: absolute;
  top: 30%;
  left: 45%;
  content: "\f138";
  font-size: 18px;
  font-family: FontAwesome;
  color: #00a8b5;
}
li.item_line .text_detail {
  padding-top: 20px;
  color: #333;
}
li.item_line img {
  margin: 0;
  padding: 0;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  li.item_line {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  li.item_line .text_detail {
    padding-top: 0;
    margin: 0;
    padding-bottom: 20px;
  }
}

.container ul {
  list-style: none;
}

.product_strip {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 2px solid #e4e4e4;
}
@media (max-width: 480px) {
  .product_strip {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}



/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.container a:hover img {
  opacity: 0.8;
}

.table_center_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table_center_wrap > .table_center {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.accordion {
  -webkit-tap-highlight-color: transparent;
}

/*
.accordion .accordion__sw i {
  display: none;
  float: right;
  color: #6d6d6d;
  font-size: 11px;
}
*/

.accordion .accordion__sw i {
  display: none;
  color: #6d6d6d;
  font-size: 11px;
}


@media (max-width: 767px) {
  .accordion .accordion__sw h1, .accordion .accordion__sw h2, .accordion .accordion__sw h3, .accordion .accordion__sw h4, .accordion .accordion__sw h5 {
    position: relative;
    cursor: pointer;
    padding-right: 10px;
  }
  .accordion .accordion__sw h1 .icon-chevron-up, .accordion .accordion__sw h2 .icon-chevron-up, .accordion .accordion__sw h3 .icon-chevron-up, .accordion .accordion__sw h4 .icon-chevron-up, .accordion .accordion__sw h5 .icon-chevron-up {
    display: none;
  }
  .accordion .accordion__sw h1 .icon-chevron-down, .accordion .accordion__sw h2 .icon-chevron-down, .accordion .accordion__sw h3 .icon-chevron-down, .accordion .accordion__sw h4 .icon-chevron-down, .accordion .accordion__sw h5 .icon-chevron-down {
    display: inline-block;
  }
  .accordion .accordion__sw i {
    display: inline-block;
  }
  .accordion .accordion__body {
    display: none;
  }
  .accordion.open .accordion__sw h1, .accordion.open .accordion__sw h2, .accordion.open .accordion__sw h3, .accordion.open .accordion__sw h4, .accordion.open .accordion__sw h5 {
    cursor: pointer;
  }
  .accordion.open .accordion__sw .icon-chevron-up {
    display: inline-block;
  }
  .accordion.open .accordion__sw .icon-chevron-down {
    display: none;
  }
}

.accordionFull .accordion__sw h1, .accordionFull .accordion__sw h2, .accordionFull .accordion__sw h3, .accordionFull .accordion__sw h4, .accordionFull .accordion__sw h5 {
  cursor: pointer;
}
.accordionFull .accordion__body {
  display: none;
}

#recommend1 {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #recommend1 {
    padding-left: 0;
    padding-right: 0;
  }
}
#recommend1 ul li a {
  display: block;
  text-align: center;
}
#recommend1 ul li img {
  margin: 0 auto;
}
#recommend1 ul li span {
  display: block;
}
#recommend1 .recommend1__element {
  position: relative;
}
#recommend1 .recommend1__data {
  position: absolute;
  display: block;
  padding: 2.5% 3% 0;
  top: 0;
  left: 0;
  color: #000;
  text-align: left;
}
#recommend1 .recommend1__data .name {
  display: inline-block;
  font-size: 20px;
  margin-right: 4px;
}
#recommend1 .recommend1__data .model_number {
  display: inline-block;
  font-size: 21px;
}
#recommend1 .recommend1__data .model_number.colorB {
  color: #000;
}
#recommend1 .recommend1__data .model_catchcopy {
  margin-top: 2.5%;
}
#recommend1 .recommend1__data .model_catchcopy img {
  width: 100%;
  max-width: 500px;
}
#recommend1 .recommend1__data .feature_list {
  margin-top: 15px;
  padding-left: 1.5em;
  list-style-type: disc;
}
#recommend1 .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  padding: 0;
}
/*#recommend1.smart_product_top_carousel .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -35px;
  padding: 0;
}*/
#recommend1 .bx-wrapper .bx-pager .bx-pager-item {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 10px;
}
#recommend1 .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #d7d7e1;
}
#recommend1 .bx-wrapper .bx-pager.bx-default-pager a:hover, #recommend1 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #42506e;
}
#recommend1 .bx-wrapper .bx-controls-direction a {
  margin-top: -30px;
  width: 16px;
  height: 60px;
}
#recommend1 .bx-wrapper .bx-controls-direction .bx-prev {
  left: -38px;
  background: url("../img/chevron-l.png") 0 0 no-repeat;
}
#recommend1 .bx-wrapper .bx-controls-direction .bx-next {
  right: -38px;
  background: url("../img/chevron-r.png") 0 0 no-repeat;
}
@media (max-width: 979px) {
  #recommend1 .recommend1__data .name {
    font-size: 20px;
    margin-right: 2px;
  }
  #recommend1 .recommend1__data .model_number {
    font-size: 18px;
  }
  #recommend1 .bx-wrapper.bx-default-pager a:hover {
    background-color: #d7d7e1;
  }
  #recommend1 .bx-wrapper .bx-controls-direction .bx-prev {
    display: none;
  }
  #recommend1 .bx-wrapper .bx-controls-direction .bx-next {
    display: none;
  }
}
@media (max-width: 1080px) and (min-width: 980px) {
  #recommend1 .bx-wrapper .bx-controls-direction .bx-prev {
    left: 10px;
  }
  #recommend1 .bx-wrapper .bx-controls-direction .bx-next {
    right: 10px;
  }
}

#recommend2 .dropdown h2 {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  width: 355px;
  display: inline-block;
  margin-right: -10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 6px 15px 6px 20px;
}
#recommend2 .dropdown h2 i {
  position: absolute;
  right: 10px;
  top: 45%;
}
#recommend2 .dropdown .rest {
  margin-left: 20px;
  font-size: 20px;
}
#recommend2 .dropdown .dropdown-menu {
  width: 100%;
  top: inherit;
}
#recommend2 .dropdown .dropdown-menu > li > button {
  width: 100%;
  top: inherit;
  text-align: left;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #3a3a3a;
  white-space: nowrap;
  background: none;
  border: none;
}
#recommend2 .dropdown .dropdown-menu > li > button:hover, #recommend2 .dropdown .dropdown-menu > li > button:focus {
  text-decoration: none;
  color: #2d2d2d;
  background-color: #f5f5f5;
}
#recommend2 .dropdown i {
  display: inline-block;
  margin-left: 10px;
  color: #6d6d6d;
  font-size: 11px;
  width: 0;
  height: 0;
  border-top: 7px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: middle;
}
#recommend2 .select_group {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-color: #fff;
  background-repeat: no-repeat;
}
#recommend2 .select_group__menu {
  position: relative;
  z-index: 1;
  line-height: 1.8;
  display: block;
  width: 120%;
  padding: 0;
  text-indent: 8px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#recommend2 .select_group:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (max-width: 768px) {
  #recommend2 .rest {
    display: inline-block;
  }
  #recommend2 .dropdown .rest {
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  #recommend2 .dropdown h2 {
    position: relative;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #recommend2 .rest {
    display: block;
	
  }

 #category .heading.inline h4 {
  margin-right: 15px;
  margin-left:15px;
  	margin-top: 0px;
  font-size: 17px;
  font-weight: bold;
  	color: #444;

}
#category .heading.inline.top_banner_area_title h4{
  margin-left:0;
}

}




#category h2, #category h3 {
  font-weight: 500;
}


#category h2 {
	position: relative;
  margin-top: 20px auto 30px;
	text-align: center;
	font-size: 18px;
	    background-color: #fff;

}


#category h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
#category h4 {
	font-size: 22px;
	font-weight: bold;
	color: #555;
	margin-top: 50px;
}

#category .heading h4 {
	margin-bottom: 25px;
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
}
#category .heading h4 {
  margin: 0 0 18px;
}
#category .heading img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: bottom;
}

#category .heading.inline h4,
#category .heading.inline p {
  display: inline-block;
}
#category .heading.inline h4 {
  margin-right: 15px;
  	margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  	color: #444;
}
#category .heading.inline.top_banner_area_title{
  width:100%;
  border-bottom:1px solid #d8d8d8;
}

#category .item__list {
	padding-bottom: 40px;
}
#category .category__menu {
  margin-bottom: 20px;
}
#category .bx-wrapper {
  padding: 10px 0px;
  background: #969da1;
  max-width: inherit !important;
}
#category .bx-wrapper ul.category__slide {
  overflow: auto;
  margin: 0;
}
#category .bx-wrapper ul.category__slide li + li {
  border-left: 1px solid #fff;
}
#category .bx-wrapper ul.category__slide li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
#category .bx-wrapper ul.category__slide li a:hover {
  text-decoration: none;
}
#category .bx-wrapper ul.category__slide li a:focus {
  text-decoration: none;
}
#category .bx-wrapper .bx-viewport {
  background: none;
}
#category .bx-wrapper .bx-pager {
  position: absolute;
  left: 0;
  display: none;
}
#category .bx-wrapper .bx-prev {
  left: 0;
  background: url("../img/chevron_category__menu.png") 0 0 no-repeat;
}
#category .bx-wrapper .bx-prev:after {
  content: "\f053";
  font-size: 13px;
  width: auto;
  height: auto;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#category .bx-wrapper .bx-next {
  right: 0;
  background: url("../img/chevron_category__menu.png") -44px 0 no-repeat;
}
#category .bx-wrapper .bx-next:after {
  content: "\f054";
  font-size: 13px;
  width: auto;
  height: auto;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#category .bx-wrapper .bx-controls-direction a {
  margin-top: -28px;
}
@media (max-width: 768px) {
  #category .category__menu {
    display: none;
  }
  

  #category .bx-wrapper ul.category__slide li a {
    padding-top: 5px;
    font-size: 11px;
  }
  #category .bx-wrapper ul.category__slide li a.line_adj {
    padding-top: 13px;
  }
}
@media (max-width: 768px) {
  #category .heading.inline.top_banner_area_title {
    padding-top: 30px;
  }
}
/*@media (max-width: 768px) {
  #category .heading.inline.top_banner_area_title .item {
    float: left;
  }*/
@media (max-width: 767px) {
#category .item {
    clear: both;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #category .heading.inline h4 {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #444;
  }
  #category .item__list {
    padding-bottom: 20px;
  }
  #category .category__menu {
    margin-bottom: 0;
  }
  #category .border-bottom {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: none;
  }
  #category .border-bottom h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #category .bx-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin: 0 -15px;
  }
  #category .bx-wrapper .bx-controls {
    display: none;
  }
}

@media (max-width: 767px) {
  ul.item__list, #other_accessories .item__list {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media (max-width: 480px) {
  ul.item__list, #other_accessories .item__list {
    padding-right: 0;
    padding-left: 0;
	  margin-bottom: 0;
	  
  }
}

#other_accessories {
  padding-bottom: 20px;
}
#other_accessories a {
  display: block;
  background: #fff;
  padding: 0;
}
#other_accessories a:hover img {
  opacity: 0.7;
}

/*------------------------------------------------------------
	component
------------------------------------------------------------*/
/*---------------------------------------*/
.comp_itemname {
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}
.comp_itemname h1 {
  margin: 0;
  padding-right: 80px;
}
.comp_itemname h1 .item_name {
  margin-right: 20px;
}
.comp_itemname h1 .item_modelnum {
  font-size: 16px;
  display: inline;
}
.comp_itemname .supported_item {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px 5px;
  width: auto;
  border: 1px solid #ccc;
}
.comp_itemname .supported_item dt {
  /*position: absolute;*/
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.comp_itemname .supported_item dd {
  /*padding-left: 60px;*/
  color: #333;
  display: inline-block;
}
.comp_itemname .side_text {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 15px;
  text-align: right;
}
.comp_itemname .side_text.scheduled {
  color: #c93334;
}
@media (max-width: 768px) {
  .comp_itemname {
    margin-top: 20px;
  }
  .comp_itemname h1 {
    padding-right: 0;
  }
  .comp_itemname .side_text {
    position: static;
    display: block;
    margin: 10px 0 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .comp_itemname h1 .item_name {
    margin-right: 10px;
  }
  .comp_itemname h1 .item_modelnum {
    margin-top: 10px;
  }
}

/*---------------------------------------*/
.comp_carousel {
  margin-bottom: 7px;
}
.comp_carousel .carousel li {
  text-align: center;
}
.comp_carousel .carousel li img {
  width: 100%;
}
.comp_carousel .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px;
  padding: 0;
}
 .comp_carousel.under_bottom_current .bx-wrapper .bx-pager {
  bottom:-23px;
}
@media (max-width: 768px) {
 .comp_carousel.under_bottom_current .bx-wrapper .bx-pager {
  bottom:-17px;
}
}
.comp_carousel .bx-wrapper .bx-pager .bx-pager-item {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 10px;
}
.comp_carousel .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #d7d7e1;
}
.comp_carousel .bx-wrapper .bx-pager.bx-default-pager a:hover, .comp_carousel .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 8px;
  height: 8px;
  background-color: #42506e;
}
.comp_carousel .bx-wrapper .bx-controls-direction a {
  margin-top: -30px;
  width: 16px;
  height: 60px;
}
.comp_carousel .bx-wrapper .bx-controls-direction .bx-prev {
  left: -38px;
  background: url("../img/chevron-l.png") 0 0 no-repeat;
}
.comp_carousel .bx-wrapper .bx-controls-direction .bx-next {
  right: -38px;
  background: url("../img/chevron-r.png") 0 0 no-repeat;
}
@media (max-width: 768px) {
  .comp_carousel > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1080px) and (min-width: 980px) {
  .comp_carousel .bx-wrapper .bx-controls-direction .bx-prev {
    left: 10px;
  }
  .comp_carousel .bx-wrapper .bx-controls-direction .bx-next {
    right: 10px;
  }
}

@media (max-width: 480px) {
.comp_carousel .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -5px;
  padding: 0;
}

}


/*---------------------------------------*/
.comp_linkArea {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comp_linkArea .simple_button {
  font-size: 16px;
}
.comp_linkArea a {
  color: #555;
}
.comp_linkArea a:hover {
  color: #00a8b5;
}
@media (max-width: 768px) {
  .comp_linkArea {
    margin-bottom: 10px;
  }
}

/*---------------------------------------*/
.comp_panelList {
  margin-top: 30px;
  margin-bottom: 30px;
}
.comp_panelList .side_icon {
  float: right;
}
@media (max-width: 768px) {
  .comp_panelList header h2 {
    font-size: 17px;
  }
}

/*---------------------------------------*/
.comp_visual {
  margin-bottom: 7px;
}
.comp_visual .comp_visual .comp_visual__item {
  text-align: center;
}
.comp_visual .comp_visual .comp_visual__item img {
  width: 100%;
}

/*---------------------------------------*/
.comp_video {
  margin-bottom: 30px;
}
.comp_video .comp_video__item {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.comp_video .comp_video__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------------------------------*/
.comp_variation .comp_variation__wrapper {
  position: relative;
}
.comp_variation .variation li {
  background: #fff;
  text-align: center;
}
.comp_variation .variation li img {
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.comp_variation .variation li .variation_image {
  width: 100%;
}
.comp_variation .variation li .variation_text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 65%;
  text-align: left;
  margin-bottom: 0;
}
.comp_variation .bx-controls-direction {
  display: none;
}
.comp_variation .variation-pager {
  font-size: 0;
  z-index: 100;
  text-align: center;
  margin: 0 auto 10px;
}
.comp_variation .variation-pager a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
  padding: 2px;
  width: 70px;
  height: 70px;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  font-size: 12px;
  cursor: pointer;
  color: #000;
}
.comp_variation .variation-pager a + a {
  margin-left: 1px;
}
.comp_variation .variation-pager a.active {
  border: 2px solid #5a5a5a;
  background: #fff;
}
.comp_variation .variation-pager a span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  width: 64px;
  text-align: center;
}
@media (min-width: 980px) {
  .comp_variation .variation li .variation_image {
    display: table-cell;
    height: 515px;
    width: 950px;
    vertical-align: middle;
  }
  .comp_variation .variation li .variation_image img {
    margin-top: -10%;
    width: auto;
  }
  .comp_variation .variation li .variation_image.no-limit {
    height: auto;
  }
  .comp_variation .variation li .variation_image.no-limit img {
    margin-top: 0;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .comp_variation .variation-pager a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .comp_variation .variation-pager a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
@media (max-width: 980px) {
  .comp_variation .variation li .variation_image img {
    max-width: 90%;
    margin: auto;
  }
  .comp_variation .variation li .variation_image.no-limit img {
    margin-top: 0;
    max-width: 100%;
  }
  .comp_variation .variation li .variation_text {
    position: static;
    padding: 10px 0;
    width: 100%;
    font-size: 12px;
  }
  .comp_variation .variation-pager {
    top: 0;
    bottom: inherit;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

/*---------------------------------------*/
.comp_variationMulti {
  margin-bottom: 30px;
}
.comp_variationMulti ul {
  list-style: none;
  padding: 0;
}
.comp_variationMulti .comp_variationMulti__wrapper {
  position: relative;
}
.comp_variationMulti .variationMulti > li {
  max-width: 950px;
  position: absolute;
}
.comp_variationMulti .variation li {
  text-align: center;
}
.comp_variationMulti .variation li img {
  width: 100%;
}
.comp_variationMulti .bx-controls-direction {
  display: none;
}
.comp_variationMulti .variationMulti__inner li {
  margin-bottom: 20px;
}
.comp_variationMulti .variationMulti__inner li .picture {
  padding: 0 30px 10px;
  height: 250px;
  text-align: center;
}
.comp_variationMulti .variationMulti__inner li .picture img {
  margin: 0 auto;
  height: 100%;
}
.comp_variationMulti .variationMulti__inner li .picture.no_limit {
  height: auto;
}
.comp_variationMulti .variationMulti__inner li .picture.no_limit img {
  height: auto;
}
.comp_variationMulti .variationMulti__inner li .pictureLarge {
  padding: 0;
  height: 300px;
  text-align: center;
}
.comp_variationMulti .variationMulti__inner li .pictureLarge img {
  margin: 0 auto;
  height: auto;
}
.comp_variationMulti .variationMulti__inner li p {
  text-align: center;
}
.comp_variationMulti .variationMulti-pager {
  font-size: 0;
  text-align: center;
}
.comp_variationMulti .variationMulti-pager a {
  display: inline-block;
  vertical-align: bottom;
  width: 70px;
  height: 70px;
  font-size: 14px;
  cursor: pointer;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
}
.comp_variationMulti .variationMulti-pager a span {
  display: block;
  width: 100%;
  height: 100%;
}
.comp_variationMulti .variationMulti-pager a + a {
  margin-left: 1px;
}
.comp_variationMulti .variationMulti-pager a.active {
  border: 2px solid #5a5a5a;
  background: #fff;
}
@media (min-width: 480px) {
  .comp_variationMulti .variationMulti-pager a {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .comp_variationMulti .variationMulti-pager a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
@media (min-width: 980px) {
  .comp_variationMulti .comp_variationMulti__wrapper .bx-viewport {
    min-height: 614px !important;
    height: auto;
  }
  .comp_variationMulti .comp_variationMulti__wrapper.vm_single .bx-viewport {
    min-height: inherit !important;
    height: auto;
  }
}
@media (max-width: 980px) {
  .comp_variationMulti .variationMulti__inner li .pictureLarge {
    height: auto;
  }
}
@media (max-width: 768px) {
  .comp_variationMulti .variationMulti__inner li .picture {
    height: auto;
  }
  .comp_variationMulti .variationMulti__inner li .picture img {
    height: auto;
  }
}
@media (max-width: 480px) {
  .comp_variationMulti .variationMulti__inner li .picture,
  .comp_variationMulti .variationMulti__inner li .pictureLarge {
    padding-left: 10%;
    padding-right: 10%;
    height: 15%;
  }
  .comp_variationMulti .variationMulti__inner li .picture img,
  .comp_variationMulti .variationMulti__inner li .pictureLarge img {
    margin: 0 auto;
    height: auto;
  }
}

/*---------------------------------------*/
.comp_scene {
  margin-bottom: 30px;
}
.comp_scene .comp_scene__wrapper {
  margin-top: 30px;
  position: relative;
}
.comp_scene h2, .comp_scene h3, .comp_scene h4 {
  border: none !important;
}
.comp_scene .scene {
  overflow: hidden;
}
.comp_scene .scene li {
  background: #000;
}
.comp_scene .scene li > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.comp_scene .scene li.active .scene_text_sub {
  margin-left: 0px;
}
.comp_scene .scene .scene_text,
.comp_scene .scene .scene_text_sub {
  position: absolute;
  color: #fff;
  z-index: 5;
  width: 40%;
}
.comp_scene .scene .scene_text {
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 50px 0;
}
.comp_scene .scene .scene_text span {
  display: inline-block;
}
.comp_scene .scene .scene_text .scene_title {
  margin-top: 0;
  font-size: 26px;
}
.comp_scene .scene .scene_text .scene_title span {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.comp_scene .scene .scene_text .scene_bodytext {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
}
.comp_scene .scene .scene_text_sub {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 65%;
  left: 0;
  width: 100%;
}
.comp_scene .scene .scene_text_sub .scene_title {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.comp_scene .scene .scene_text_sub .scene_bodytext {
  text-align: center;
}
.comp_scene .scene .scene_text_sub .scene_bodytext a {
  color: #fff;
}
.comp_scene .scene .scene_text_sub .scene_bodytext a.link_more {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 10px auto;
  padding: 10px 46px;
  border: 1px solid #fff;
}
.comp_scene .scene .scene_text_sub .scene_bodytext a.link_more .icon {
  width: 8px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.comp_scene .center_image,
.comp_scene .center_image_single {
  position: absolute;
  padding: 0;
  top: 50%;
  margin-top: -100px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.comp_scene .center_image li,
.comp_scene .center_image_single li {
  width: 100%;
  position: absolute;
  top: 0;
}
.comp_scene .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 20px;
  padding: 0;
}
.comp_scene .bx-wrapper .bx-pager .bx-pager-item {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 10px;
}
.comp_scene .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #d7d7e1;
  border: 1px solid #d7d7e1;
}
.comp_scene .bx-wrapper .bx-pager.bx-default-pager a:hover, .comp_scene .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 8px;
  height: 8px;
  background-color: #42506e;
}
.comp_scene .bx-wrapper .bx-controls-direction a {
  margin-top: -30px;
  width: 16px;
  height: 60px;
}
.comp_scene .bx-wrapper .bx-controls-direction .bx-prev {
  left: -38px;
  background: url("../img/chevron-l.png") 0 0 no-repeat;
}
.comp_scene .bx-wrapper .bx-controls-direction .bx-next {
  right: -38px;
  background: url("../img/chevron-r.png") 0 0 no-repeat;
}
.comp_scene .under-pager {
  text-align: center;
  display: table;
  width: 100%;
}
.comp_scene .under-pager a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  text-decoration: none;
  height: 100%;
  text-align: center;
  padding: 18px 10px;
  background: #ebeef0;
  color: #000;
  vertical-align: middle;
  float: none !important;
}
.comp_scene .under-pager a + a {
  border-left: 1px solid #fff;
}
.comp_scene .under-pager a:hover {
  text-decoration: none;
}
.comp_scene .under-pager a.active {
  color: #fff;
  background: #68b4cd;
}
@media (min-width: 768px) {
  .comp_scene .scene li.active .scene_text,
  .comp_scene .scene li.active .scene_text_sub {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .comp_scene .scene li.active .scene_text_sub {
    margin-left: 0px;
  }
  .comp_scene .scene li.active.move .scene_text,
  .comp_scene .scene li.active.move .scene_text_sub {
    display: none;
  }
  .comp_scene .scene .scene_text,
  .comp_scene .scene .scene_text_sub {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .comp_scene .center_image li,
  .comp_scene .center_image_single li {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .comp_scene .center_image li.active,
  .comp_scene .center_image_single li.active {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .comp_scene .under-pager a {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .comp_scene .under-pager a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  .comp_scene.pos_side_text .scene .scene_text {
    top: 25%;
    width: 350px;
  }
  .comp_scene.pos_side_text .scene .scene_text_sub {
    left: auto;
    right: 0;
    width: 350px;
    top: 45%;
  }
  .comp_scene.pos_side_text .center_image {
    top: 130px;
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .comp_scene .bx-viewport,
  .comp_scene .scene,
  .comp_scene .scene li {
    height: 450px !important;
  }
  .comp_scene .scene li > img {
    display: none;
  }
  .comp_scene .scene li > .comp_scene__bg {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  .comp_scene .scene .scene_text {
    padding: 15px 15px 10px;
    text-align: center;
  }
  .comp_scene .scene .scene_text .scene_title {
    font-size: 20px;
  }
  .comp_scene .scene .scene_text .scene_bodytext {
    font-size: 13px;
    text-align: left;
  }
  .comp_scene .scene .scene_text_sub {
    top: inherit;
    left: 0;
    padding: 10px;
    margin-left: 0;
    bottom: 20px;
    width: 100%;
  }
  .comp_scene .scene .scene_text_sub .scene_bodytext {
    font-size: 13px;
  }
  .comp_scene .center_image,
  .comp_scene .center_image_single {
    top: inherit;
    left: 50%;
    bottom: 60%;
    width: 50%;
    margin-top: -80px;
    margin-left: -80px;
  }
  .comp_scene .center_image li,
  .comp_scene .center_image_single li {
    width: auto;
  }
  .comp_scene .center_image li img,
  .comp_scene .center_image_single li img {
    width: 160px;
  }
  .comp_scene .under-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .comp_scene .under-pager a {
    display: inline-block;
    float: none;
    margin: 0 10px;
    padding: 0;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d7d7e1;
    border: 1px solid #d7d7e1;
  }
  .comp_scene .under-pager a:after {
    content: "";
  }
  .comp_scene .under-pager a span {
    display: none;
  }
  .comp_scene .under-pager a + a span {
    border-left: 1px solid #fff;
  }
  .comp_scene .under-pager a.active {
    background: #42506e;
  }
  .comp_scene.pos_side_text .bx-viewport,
  .comp_scene.pos_side_text .scene,
  .comp_scene.pos_side_text .scene li {
    height: 600px !important;
  }
  .comp_scene.pos_side_text .scene .scene_text_sub {
    bottom: 10px;
  }
  .comp_scene.pos_side_text .center_image {
    top: 25%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .comp_scene > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1080px) and (min-width: 980px) {
  .comp_scene .bx-wrapper .bx-controls-direction .bx-prev {
    left: 10px;
  }
  .comp_scene .bx-wrapper .bx-controls-direction .bx-next {
    right: 10px;
  }
}

/*---------------------------------------*/
.comp_frontSlide {
  position: relative;
  margin-top: 20px;
}
.comp_frontSlide .comp_frontSlide__wrapper {
  margin: 0 auto;
}
.comp_frontSlide .frame_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.comp_frontSlide .side-pager a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 16px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
.comp_frontSlide .side-pager .prevBtn {
  left: -28px;
  background: url("../img/chevron-l.png") no-repeat 0 0;
}
.comp_frontSlide .side-pager .nextBtn {
  right: -28px;
  background: url("../img/chevron-r.png") no-repeat 0 0;
}
@media (max-width: 1080px) and (min-width: 768px) {
  .comp_frontSlide .side-pager .prevBtn {
    left: 10px;
  }
  .comp_frontSlide .side-pager .nextBtn {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .comp_frontSlide .side-pager .prevBtn {
    display: none;
  }
  .comp_frontSlide .side-pager .nextBtn {
    display: none;
  }
}
.comp_frontSlide .under-pager {
  margin-top: 20px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.comp_frontSlide .under-pager a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  text-decoration: none;
  height: 100%;
  text-align: center;
  padding: 18px 10px;
  background: #ebeef0;
  color: #000;
  vertical-align: middle;
  float: none !important;
}
.comp_frontSlide .under-pager a + a {
  border-left: 1px solid #fff;
}
.comp_frontSlide .under-pager a:hover {
  text-decoration: none;
}
.comp_frontSlide .under-pager a.active {
  color: #fff;
  background: #68b4cd;
}
@media (max-width: 480px) {
  .comp_frontSlide .under-pager {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .comp_frontSlide .under-pager a {
    display: inline-block;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    width: 50%;
    font-size: 10px;
    padding: 8px;
    border-top: 1px solid #fff;
  }
}

/*---------------------------------------*/
.comp_mediaText {
  margin-bottom: 30px;
}
.comp_mediaText h3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .comp_mediaText h3 {
    margin-top: 20px;
  }
}

/*---------------------------------------*/
.comp_combination {
  margin-bottom: 30px;
}
.comp_combination .comp_combination__wrapper {
  padding: 40px 0;
  font-size: 0;
}
.comp_combination .comb_base,
.comp_combination .comb_plus,
.comp_combination .comb_item,
.comp_combination .comb_result {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.comp_combination .comb_base {
  width: 18%;
}
.comp_combination .comb_plus {
  margin-left: 2%;
  width: 5%;
}
.comp_combination .comb_item {
  width: 35%;
}
.comp_combination .comb_result {
  margin-left: 2%;
  width: 30%;
}
.comp_combination .comb_result ul {
  list-style: none;
}
.comp_combination .combination > li {
  margin: 0 auto;
}
.comp_combination .combination > li img {
  margin: 0 auto;
}
.comp_combination .bx-wrapper .bx-prev,
.comp_combination .bx-wrapper .bx-next {
  left: 50%;
  margin: 0 0 0 -14px;
  width: 28px;
  height: 28px;
  background: url("../img/icon_comb_arrow.png");
  background-repeat: no-repeat;
}
.comp_combination .bx-wrapper .bx-prev:hover,
.comp_combination .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
.comp_combination .bx-wrapper .bx-prev {
  top: -40px;
}
.comp_combination .bx-wrapper .bx-next {
  top: inherit;
  bottom: -40px;
  background-position: 0 -28px;
}
.comp_combination .bx-wrapper .bx-next:hover {
  background-position: 0 -28px;
}
@media (max-width: 768px) {
  .comp_combination .comp_combination__wrapper {
    width: 100%;
  }
  .comp_combination .bx-wrapper .bx-prev,
  .comp_combination .bx-wrapper .bx-next {
    display: block;
  }
}

/*---------------------------------------*/
.comp_summary {
  margin-bottom: 30px;
}
.comp_summary ul {
  margin-top: 0;
  margin-bottom: 0;
}
.comp_summary .comp_summary_wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}
.comp_summary .comp_summary__menu {
/*  padding: 12px 0px;*/
  background: #333;
  text-align: center;
  font-size: 0;
  display: table;
  width: 100%;
}
.comp_summary .comp_summary__menu a {
  vertical-align: middle;
  min-width: 100px;
  color: #fff;
  display: table-cell;
  padding: 12px 0px;
  font-size: 13px;
  float: none !important;
}
.comp_summary .comp_summary__menu a i {
  margin-right: 5px;
}
.comp_summary .comp_summary__menu a:hover {
  text-decoration: none;
  background-color: #969da1;
}
.comp_summary .comp_summary__menu a:active,
.comp_summary .comp_summary__menu a:visited {
  text-decoration: none!important;
}
.comp_summary .comp_summary__menu a + a {
  border-left: 1px solid #505050;
}
@media (max-width: 768px) {
  .comp_summary .comp_summary_wrapper {
    /*margin-top: 25px;*/
    margin-top: 0;
    padding: 0;
  }
  .comp_summary .comp_summary__menu {
    padding: 0;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comp_summary .comp_summary__menu a {
    display: inline-block;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    width: 100%;
    /*width: 50%;
    font-size: 12px;*/
    text-align: center;
    padding: 12px 0px;
    border-top: 1px solid #505050;
    border-left: none;
  }
  .comp_summary .comp_summary__menu a:nth-child(odd) {
    border-left: none;
  }
  .comp_summary .comp_summary__menu a:nth-child(even) {
    border-left: 1px solid #505050;
  }
/*  .comp_summary .comp_summary__menu a:nth-child(1), .comp_summary .comp_summary__menu a:nth-child(2) {*/
  .comp_summary .comp_summary__menu a:nth-child(1) {
    border-top: none;
  }
}

.comp_summary__body {
  clear: both;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .comp_summary__body:last-child {
    margin-bottom: 0;
  }
}
.comp_summary__body.col-md-6, .comp_summary__body.col-sm-6, .comp_summary__body.col-xs-6 {
  clear: none;
}

/*---------------------------------------*/
.comp_detail {
  margin-bottom: 30px;
}
.comp_detail p {
  line-height: 1.6;
}
.comp_detail h3 {
  padding: 5px;
  border-left: 4px solid #ccc;
}
.comp_detail h4 {
  font-size: 17px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.detail__list {
  width: 100%;
}
.detail__list dt {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 15px;
}
.detail__list dt:before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: #555;
  margin-right: 3px;
  vertical-align: baseline;
}
.detail__list dd {
  margin-bottom: 30px;
}

/*---------------------------------------*/
.comp_spec h3 {
  padding: 5px;
  border-left: 4px solid #ccc;
}
@media (max-width: 768px) {
  .comp_spec header h2 {
    margin-top: 0;
  }
  .comp_spec header h2 .icon-chevron-up,
  .comp_spec header h2 .icon-chevron-down {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .comp_spec .comp_spec__table,
  .comp_spec .comp_spec__sub,
  .comp_spec .comp_spec__list,
  .comp_spec .annotation {
    font-size: 10px;
  }
}

.comp_spec__table {
  width: 100%;
  margin-bottom: 20px;
}
.comp_spec__table th, .comp_spec__table td {
  padding: 15px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}
.comp_spec__table th {
  width: 15em;
}
.comp_spec__table tr:last-child th, .comp_spec__table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.comp_spec__table .row_elm {
  display: inline-block;
}
.comp_spec__table .row_elm + .row_elm {
  margin-left: 1em;
}
@media (max-width: 480px) {
  .comp_spec__table th, .comp_spec__table td {
    margin: 5px 0;
    width: 100%;
    vertical-align: middle;
  }
  .comp_spec__table th {
    padding: 12px 10px 12px 10px;
    width: 90px;
  }
  .comp_spec__table td {
    padding: 12px 0;
    width: auto;
  }
}
@media (max-width: 980px) {
  .comp_spec__table .row_elm {
    display: block;
  }
  .comp_spec__table .row_elm + .row_elm {
    margin-top: 1em;
    margin-left: 0;
  }
}

.comp_spec__sub {
  padding: 15px;
  background: #f8f8f8;
}

.comp_spec__list {
  width: auto;
  padding: 0;
}
.comp_spec__list > li {
  padding: 15px;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
.comp_spec__list > li:last-child {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  .comp_spec__list > li {
    padding: 12px 10px;
  }
}

ul.comp_spec__list {
  padding: 0;
}

/*---------------------------------------*/
.comp_related {
  margin-bottom: 30px;
}
.comp_related .nav-tabs {
  margin-bottom: 30px;
}

/*---------------------------------------*/
.comp_related_simple {
  margin-bottom: 30px;
}

/*---------------------------------------*/
.simple_button {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.simple_button {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.simple_button a {
  display: block;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-decoration: underline;
}

.simple_button a:hover {
  color: #666;
  background: #eee;
}

.simple_button i {
  position: absolute;
  display: block;
  top: 50%;
  color: #ccc;
}
.simple_button i.icon-chevron-right {
  right: 0;
  margin: -6px 11px 0 0;
}
.simple_button i.icon-chevron-left {
  left: 0;
  margin: -6px 0 0 11px;
}

/*---------------------------------------*/
.comp_supported__table {
  width: 100%;
  margin-bottom: 30px;
}
.comp_supported__table th, .comp_supported__table td {
  padding: 15px;
  border-top: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}
.comp_supported__table th {
  width: 15em;
}
.comp_supported__table tr:last-child th, .comp_supported__table tr:last-child td {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 480px) {
  .comp_supported__table th, .comp_supported__table td {
    display: block;
    margin: 5px 0;
    width: 100%;
  }
  .comp_supported__table th {
    padding: 10px 0 0 0;
  }
  .comp_supported__table td {
    padding: 0 0 0 20px;
    border-top: none;
  }
  .comp_supported__table tr:last-child th {
    border-bottom: none;
  }
}

.comp_supported {
  background: #333;
}
.comp_supported .comp_supported__name {
  margin: 0;
  padding: 10px 0;
}
.comp_supported .comp_supported__name dt, .comp_supported .comp_supported__name dd {
  display: inline-block;
  color: #fff;
}

/*---------------------------------------*/
.comp_footBanner ul {
  padding: 0;
  margin: 0 0 20px;
  font-size: 0;
  text-align: center;
}
.comp_footBanner ul li {
  margin: 0 5px;
  display: inline-block;
  font-size: 13px;
}

/*---------201603追加　ページ下部バナー----------*/


/* ------------------------------------------------------------ */
/* ITEMS > ITEM ページ下部「特集」エリアstart*/
/* ------------------------------------------------------------ */

/* .items */
#category .items:before,
#category .items:after {
  content: ' ';
  display: table;
  clear: both;
}
#category .items .item {
  position: relative;
  overflow: hidden;
  float: left;
  max-width: 100%;
}




@media (min-width: 768px) {
  #category .items-col-2 .item {
    width: 50.00000000% !important;
  }
  #category .items-col-2 .item.double {
    width: 100.00000000% !important;
  }
  #category .items-col-3 .item {
    width: 33.33333333% !important;
  }
  #category .items-col-3 .item.double {
    width: 66.66666666% !important;
  }
  #category .items-col-4 .item {
    width: 25.00000000% !important;
  }
  #category .items-col-4 .item.double {
    width: 50.00000000% !important;
  }
}
@media (max-width: 767px) {
  #category .items-col-sp-1 .item {
    float: none;
    width: 100.00000000% !important;
  }
  #category .items-col-sp-2 .item {
    width: 50.00000000% !important;
  }
  #category .items-col-sp-2 .item.double {
    width: 100.00000000% !important;
  }
  #category .items-col-sp-3 .item {
    width: 33.33333333% !important;
  }
  #category .items-col-sp-3 .item.double {
    width: 66.66666666% !important;
  }
  #category .items-col-sp-4 .item {
    width: 25.00000000% !important;
  }
  #category .items-col-sp-4 .item.double {
    width: 50.00000000% !important;
  }
}




/* .item 共通 */
#category .items .item a {
  text-decoration: none;
  color: #333;
}
#category .items .item a.tag {
  color: #00a7b5;
}
#category .items .item-image {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#category .items .item-title {
  margin: 5px 0 8px;
  line-height: 1.4;
  font-size: 15px;
}
#category .items .item-tag .tag {
  margin-right: 10px;
  margin-bottom: 5px;
}
#category .items .item-tag .tag:before {
  margin-right: 4px;
}
@media (max-width: 767px) {
  #category .items .item-title {
    font-size: 13px;
  }
  #category .items .item-tag .tag:before {
    zoom: 0.8;
  }
}
@media (max-width: 400px) {
  #category .items .item-tag {
    margin-right: -10px;
  }
  #category .items .item-tag .tag {
    margin-right: 3px;
  }
  #category .items .item-tag .tag:before {
    margin-right: 2px;
  }
}


/* .item-heros */
#category .items-heros {
  overflow: hidden;
  margin: -2px -2px;
}
#category .items-heros .item {
  padding: 2px;
}
@media (min-width: 768px) {
  #category .items-heros .item:last-child .item-image {
    margin-bottom: -4px;
  }
}
@media (max-width: 767px) {
  #category .items-heros .item {
    margin-bottom: 8px;
  }
}


/* .item-pickup */
#category .items-pickup {
  margin-bottom: 58px;
  border-top: 1px solid #ccc;
}
#category .items-pickup .item {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
#category .items-pickup .item a {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#category .items-pickup .item a:before,
#category .items-pickup .item a:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  width: 0;
  height: 0;
  margin-right: 0;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#category .items-pickup .item a:before {
  right: 0;
  border-left: 15px solid #ccc;
}
#category .items-pickup .item a:after {
  right: 2px;
  border-left: 15px solid #fff;
}
#category .items-pickup .item-image,
#category .items-pickup .item-content {
  display: table-cell;
  vertical-align: middle;
}
#category .items-pickup .item-image {
  width: 45%;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 0;
}
#category .items-pickup .item-content {
  width: 55%;
}
#category .items-pickup .item-desc {
  margin: 0;
}
#category .items-pickup .item-title {
  margin: 5px 0 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  #category .items-pickup {
    border: none;
    border-left: 1px solid #ccc;
  }
  #category .items-pickup .item {
    padding: 0 25px 0 15px;
    border: none;
    border-right: 1px solid #ccc;
  }
  #category .items-pickup .item a:before,
  #category .items-pickup .item a:after {
    margin-right: 20px;
  }
  #category .items-pickup .item-desc,
  #category .items-pickup .item-title {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #category .items-pickup .item a:before,
  #category .items-pickup .item a:after {
    margin-right: 5px;
  }
  #category .items-pickup .item {
    padding: 0 25px 0 10px;
    border: none;
    border-right: 1px solid #ccc;
  }
  #category .items-pickup .item-desc,
  #category .items-pickup .item-title {
    letter-spacing: -1px;
  }
}



/* .item-accessory */
#category .items-accessory {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 50px;
  margin-top: 0;
}
#category .items-accessory .item {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:0
}
#category .items-accessory .item-desc {
  margin-top: 4px;
  font-size: 13px;
}
@media (max-width: 767px) {
  #category .items-accessory {
    margin-right: 0;
    margin-left: 0;
    /*border-top: 1px solid #ccc;*/
  }

  #category .items-accessory .item {
    padding: 6px 0;
    /*border-bottom: 1px solid #ccc;*/
  }
  #category .items-accessory .item:first-child {
    margin-top:6px;
  }
  #category .items-accessory .item a {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #category .items-accessory .item-image,
  #category .items-accessory .item-content {
    /*display: table-cell;*/
    vertical-align: middle;
  }
  #category .items-accessory .item-image {
    /*width: 45%;*/
    margin: 0;
    /*padding-right: 10px;*/
    padding-bottom: 0;
  }
  #category .items-accessory .item-content {
    width: 55%;
  }
}





/* .item-list */
#category .items-list {
  margin-bottom: 60px;
}
#category .items-list .item {
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding: 10px 0;
}
#category .items-list .item:before,
#category .items-list .item:after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  content: '';
  border-top: 1px solid #eee;
}
#category .items-list .item:before {
  top: 0;
}
#category .items-list .item:after {
  bottom: 0;
}
#category .items-list .item-image {
  float: right;
  width: 45%;
}
@media (max-width: 767px) {
  #category .items-list .item-image {
    float: right;
    width: 43%;
  }
}
#category .items-list .item-image img {
/*
  margin-top: -9px;
  margin-bottom: -9px;
*/
}
#category .items-list .item-content {
  overflow: hidden;
  padding-right: 10px;
}


/* .items-col-2 */
#category .items-list.items-col-2 {
  margin-right: -25px;
  margin-left: -25px;
}
#category .items-list.items-col-2 .item {
  padding-right: 25px;
  padding-left: 25px;
}

/* IE8対応のため、先にPCサイズありきで定義 */
#category .items-list.items-col-2 .item:before,
#category .items-list.items-col-2 .item:after {
  right: 25px;
  left: 25px;
}
@media (max-width: 767px) {
  #category .items-list.items-col-2 .item:before,
  #category .items-list.items-col-2 .item:after {
    right: 0;
    left: 0;
  }
}



/* もっと見る */
#category .nav-more {
  overflow: hidden;
  position: relative;
  clear: both;
}
#category .nav-more a {
  position: relative;
  display: block;
  top: -100px;
  height: 0;
  text-align: center;
  -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
          transition: all .3s linear;
}
#category .nav-more a.collapsed {
  top: 0;
  height: 52px;
  margin-top: 15px;
}
#category .nav-more img {
  width: auto;
  height: 52px;
}
/* ------------------------------------------------------------ */
/* ITEMS > ITEM ページ下部「特集」エリアend*/
/* ------------------------------------------------------------ */


/* ------------------------------------------------------------ */
/* SWR30ページ下部バナー掲載エリアstart*/
/* ------------------------------------------------------------ */

/* バナー2つver */

#bnrs{
	width:100%;
	box-sizing:border-box;
	padding:20px 20px 0 20px;
}

#bnrs ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  width:auto;
}

#bnrs li{
  padding-bottom: 7px;
  padding-top: 30px;
  display: inline-block;
padding-right: 20px;
max-width: 100%;
}

#bnrs li img{
  width:auto;
}

@media only screen and (min-width: 320px) {

#bnrs li img{
  max-width:100%;
}
	
}

/* バナー3つver */

#bnrs_02{
	width:100%;
	box-sizing:border-box;
	padding:20px 20px 0 0;
}

#bnrs_02 ul {
  text-align: center;
  padding-right:5px;

}

#bnrs_02 li{
	padding-top: 30px;
	display: inline-block;
	padding-right: 10px;
	width: 313px;
	list-style:none;

}

#bnrs_02 li img{
  width:auto;
}

@media only screen and (min-width: 320px) {

#bnrs_02{
	width:100%;
	box-sizing:border-box;
}
#bnrs_02 ul {
  width:auto;
}

#bnrs_02 li{
	padding-top: 10px;
	display: inline-block;
	max-width:100%;
	list-style:none;
}


#bnrs_02 li img{
  max-width:100%;
}
	
}

/* ------------------------------------------------------------ */
/* SmartProduct TOP変更　start*/
/* ------------------------------------------------------------ */

.smpr-section-index {
    padding: 0;
	margin-top: 160px;
	padding-left: 15px;
	padding-right: 15px;
}

.smpr-box {
	text-align: center;
	font-size: 20px;
	position: relative;
	height: 490px;

}

.smpr-box a{
	text-decoration: none;
	outline: none;
	display: block;
}

.smpr-box a:hover{
	opacity: 0.7;
}



.smpr-box h2{
	margin: 50px 0 20px;
	color: #333;
	font-size: 38px;
}

.smpr-box p{
	color: #333;
}

.smpr-box p.new{
	text-align: left;
	margin: 0 0 -30px 0;
}
		.smpr-box p.new img{
		width: 52px;
	}


.smpr-section-index .row > .smpr-right{
	float: right;
}

.smpr-section-index a.smpl-acctxt{
	text-align: center;
	display: block;
	color: #000;
	font-size: 16px;
}

.smpr-section-index a.smpl-acctxt{
	font-style: normal;
}
.smpr-section-index a.smpl-acctxt span{
	text-decoration: underline;
}

.smpr-section-index a.smpl-acctxt:before {
    content: "\f146";
    font-size: 24px;
    font-family: FontAwesome;
    color: #ccc;
	margin-right: 10px;
	text-decoration: none;
}

.smpr-section-index a.smpl-acctxt.collapsed:before {
    content: "\f0fe";
}

.smpr-section-index .smpl-acc.panel-default{
	border: none;
	text-align: center;
}

.smpr-section-index .smpl-acc.panel{
	box-shadow: none;
	width: 25%;
	margin: 20px auto 0;
}

.column-1 > p{
	margin-bottom: 0;
}

.mt20{
	margin-top: 20px;
}

@media (max-width: 989px){
	.smpr-box {
	text-align: center;
	font-size: 20px;
	position: relative;
	height: 375px;
}

	.smpr-box h2{
	margin: 50px 0 20px;
	color: #333;
	font-size: 25px;
}

	
		.smpr-box p.new{
	text-align: left;
	margin: 0 0 -10px 0;	
}

		.smpr-box p.new img{
		width: 52px;
	}

	
	.smpr-section-index .smpr-box {
	font-size: 16px;
	}
	.smpr-section-index .smpr-box h2{
		margin: 20px 0 20px;
	}
	.smpr-section-index .smpl-acc.panel{
		width: 25%;
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	
	.smpr-section-index {
    /*padding: 0;*/
	margin-top: 160px;
	/*padding-left: 0;
    padding-right: 0;*/

}
	
.smpr-box {
	text-align: center;
	font-size: 20px;
	position: unset;
	height:auto;

}
	
	.smpr-box h2{
	margin: 50px 0 30px;
	color: #333;
	font-size: 28px;
}
	
	.smpr-box p.new{
	text-align: left;
	margin: 0 0 3px 0;	
}
	
	.smpr-box p.new img{
		width: 42px;
	}

	
	.smpr-section-index > .row{
		margin: 0;
	}
	.smpr-section-index{
		margin-top: 75px;
	}
	.smpr-section-index .smpr-right{
		padding: 0;
	}
	.smpr-section-index .smpr-box{
		padding: 20px 0px 0;
		box-sizing:  border-box;
		text-align: left;
	}
	.smpr-section-index .smpr-spview.item{
		padding: 0;
		margin-bottom: 0;
		text-align:  center;
	}
	.smpr-section-index .smpr-table{
		display: table;
		width: 100%;
		font-size: 20px;
	}
	.smpr-section-index .smpr-table > .column-1,
	.smpr-section-index .smpr-table > .column-2{
		display: table-cell;
		vertical-align:  middle;
	}
	.smpr-section-index .smpr-table > .column-1{
		width: 60%;
	}
	
	#category h2,
	.smpr-section-index .smpr-table > .column-1 > h2{
		/* margin: 0 0 15px; */
		text-align: left;
	}
	.smpr-section-index .smpr-table > .column-2{
		text-align:  right;
		width: 40%;
	}
	.smpr-section-index .smpr-table > .column-2 > img{
		width: 160px;
	}
	.smpr-section-index .smpl-acc.panel{
		width: 50%;
		margin: 0;
	}
	.smpr-section-index a.smpl-acctxt{
		margin-top: 20px;
	}
	.smpr-section-index .column-1 > p{
		font-size: 14px;
	}
}

/*---------------------------------------*/
.detail_button {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  margin-top: 10px;
  display: block;
  padding: 14px 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 90%;
}
/*
.detail_button a {
  display: block;
  padding: 14px 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.detail_button a:hover {
  background: #333;
}
*/

.detail_button i {
  position: absolute;
  display: block;
  top: 50%;
  color: #fff;
}
.detail_button i.icon-chevron-right {
  right: 0;
	font-size: 14px;
  margin: -6px 11px 0 0;
}

@media (max-width: 989px){


.detail_button {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  margin-top: 10px;
  display: block;
  padding: 14px 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 90%;
}

}


@media (max-width: 767px) {


.detail_button {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  position: unset;
  bottom: 0;
  overflow: hidden;
  margin-top: 10px;
  display: block;
  padding: 14px 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 100%;
}
	
}



/*バナー、動画掲載箇所 start*/
　
.item_wrap {
	width: 100%;


}

.item_wrap ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;

}

.item_wrap li {
	width:100%;
	margin:0 0 5% 0;
	border:none;
	box-sizing:border-box;
	padding:0;
	height:auto;
}


.item_wrap li.end {
	width:100%;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0;
	height:auto;
}

.item_wrap li a:hover img {
	opacity:0.7;
	display:block;

}
	
.item_wrap li a img {
	transition:opacity 1s ease-out;
	display:block;

}
.item_wrap2 {
  width: 100%;


}

.item_wrap2 ul {
  display:inline-block;
  padding:0;
  margin:0;
  list-style:none;
  width: 100%;

}

.item_wrap2 li {
  width:100%;
  margin:0 0 5% 0;
  border:none;
  box-sizing:border-box;
  padding:0;
  height:auto;
}


.item_wrap2 li.end {
  width:100%;
  margin:0;
  border:none;
  box-sizing:border-box;
  padding:0;
  height:auto;
}

.item_wrap2 li a:hover img {
  opacity:0.7;
  display:block;

}
  
.item_wrap2 li a img {
  transition:opacity 1s ease-out;
  display:block;

}

@media screen and (min-width: 768px) {
	.item_wrap {
	width: auto;
}

.item_wrap ul {
	display:inline-block;
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;
	padding-left:15px;
	padding-right:15px;
}

.item_wrap li {
	width:33.33333333%;
	float:left;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0 1% 0 0;
	height:auto;
}
.item_wrap2 ul{
	text-align: center;	
}
.item_wrap2 li {
	width:25%;
	display: inline-block;
	float: none;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0 1% 0 0;
	height:auto;
}
.item_wrap.center li {
  display: inline-block;
  float:inherit;
}
.item_wrap.center ul {
  font-size: 0;
  text-align:center
}
.item_wrap li.end {
	width:25%;
	float:left;
	margin:0;
	border:none;
	box-sizing:border-box;
	padding:0 1% 0 0;
	height:auto;
}

.item_wrap li a:hover img {
	opacity:0.7;
	display:block;

}
	
.item_wrap li a img {
	transition:opacity 1s ease-out;
	display:block;

}
}

.banner-area{
  padding-left: 15px;
  padding-right: 15px;
}
.banner__wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding-left: 0;
  margin-bottom: 0;
}
.banner__item{
  display: block;
  margin-right: 1%;
  transition:opacity 0.3s ease-out 0s;
}
.banner__item:hover{
  opacity:0.7;
}
.banner__item:last-child{
  margin-right: 0;
}
.banner_container{
  background-color: #F3F4F6;
  padding: 0 20px 20px 20px;  
}
.banner__title__wrap{
  text-align:center;
  padding-top: 10px;
}
.banner__title{
  font-weight: 900;
  font-size: 16px;
}
.banner__col4 .banner__item{
  width: calc(97%/4);
}
.banner__col3 .banner__item{
  width: calc(97%/3);
}

@media screen and (max-width: 767px) {
  .banner__wrap{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .banner__item{
    margin-right: 0;
    margin-top: 10px;
  }
  .banner_container{
    background-color: transparent;
    padding: 0;
  }
  .banner__item:first-child,
  .banner__item:nth-child(2){
    margin-top: 0;
  }
  .banner__title{
    font-size: 15px;
  }
  .banner__item:nth-child(odd){
    margin-right: 10px;
  }
  .banner__col4 .banner__item{
    width: calc((100% - 10px) / 2);
  }
}



/*バナー、動画掲載箇所 end*/

.new_icon{
  background-color: #feb84c;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}
/*---------------
.btnArea
---------------*/
.product_btnArea{
  text-align: center;
  margin: 30px auto;
  overflow: hidden;
}
.btn_item{
   margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .product_btnArea{
    margin-bottom: 0px;
  }
}
.product_btnArea a{
  font-size: 14px;
  line-height: 1;
  max-width:350px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
  text-align: center;
  border-radius:4px;
  position:relative;
  transition:opacity 0.5s ease 0s;
}
.product_btnArea a + a{
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .product_btnArea a{
    max-width:inherit;
  }
  .product_btnArea a + a{
    margin-left: 0;
    margin-top: 10px;
  }
}
.product_btnArea a:hover{
  opacity:0.7;
}
.product_btnArea a:before{
  font-family: FontAwesome;
  position: absolute;
  top:0;
  bottom:0;
  left:13px;
  margin: auto;
  font-size: 25px;
  font-weight: 900;
  width: 10px;
  height: 25px;
  content:"\f104";
}
.product_btnArea a.btn_black{
  background-color: #000;
  color: #fff;
}
.product_btnArea a.btn_orange{
  background-color: #f5683a;
  color: #fff;
}
.product_btnArea a.btn_gray{
  background-color: #ccc;
  color: #000;
}
.product_btnArea a.btn_gray:before{
  left:inherit;
  right:13px;
  content:"\f105";
}
.product_btnArea a.right_arrow:before{
  left:inherit;
  right:13px;
  content:"\f105";
}
.product_btnArea a.blank_white:after {
  content: "";
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url("images/icon_blank_w.png") 0px 0px no-repeat;
  height: 9px;
  width: 10px;
  margin-left: 5px;}

/*---------------
#modal
-----------------*/
.modal-overlay{
  background-color:rgba(0,0,0,0.75);
  opacity: 0.67;
  position: fixed;
  z-index: 1000;
  /*transition: all 0.3s linear 0s;*/
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-content {
    position:fixed;
    display:none;
    z-index:10000;
/*     width:50%; */
    margin:0;
    background:#000000;
    border-radius:0px;
    width: 90vw;
    max-width: 1000px;
    height: 60vh;

}
.modal-content-wrap{
    padding:0%;
    float: left;
    width: 100%;
    height: 100%;
}
.modal-content img{
  max-width:450px;
  max-width:450px;
}
.modal-content p{
  font-size: 13px;
  line-height: 22px;
}
.photoData{
  display: none;
}
p.modal-photoData{
  text-align: right;
  font-size: 11px;
  color: #898989;
  margin-bottom: 30px;
}
.modal-close{
  position: absolute;
  right:0;
  top:-38px;
  z-index: 100000;
  width: 35px;
  height: 35px;

}
.modal-closeBar1{
  position: absolute;
  background-color: #000;
  transform: rotate(45deg);
  width: 40px;
  height: 5px;
  z-index: 10000;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin: auto;
}
.modal-closeBar2{
  position: absolute;
  background-color: #000;
  transform: rotate(-45deg);
  width: 40px;
  height: 5px;
  z-index: 10000;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 90%;
    height:40vh;
  }
}
.modal-content-wrap iframe{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .new_info_wrap{
    padding: 0;
  }
  .banner_box_wrap{
    padding: 0;
  }
}
.movie_arrow{
  position: relative;
  cursor:pointer;
}
.movie_arrow:after{
  content: "";
  background-image: url(../img/play_arrow.png);
  background-size: cover;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin: auto;
  width: 80px;
  height: 80px;
  z-index:3;
}
.movie_arrow.arrow_small:after{
  width: 40px;
  height: 40px;
}
.movie_arrow.arrow_gray:after{
  background-image: url(../img/play_arrow_gray.png);
}
.movie_arrow.arrow_pink:after{
  background-image: url(../img/play_arrow_pink.png);
}
.comp_frontSlide__wrapper {
	width: 226px;
	height: 536px;
}
.comp_frontSlide__adjHieght {
	padding-top: 114px;	
}
.frontSlide li {
	padding: 0.5% 0;
	background: #000;
}
.txt-j {
	text-align: justify;
}
@media (max-width: 481px) {
	.comp_frontSlide__wrapper {
		width: 138px;
		height: 326px;
	}
	.comp_frontSlide__adjHieght {
		padding-top: 71px;
	}
	.comp_frontSlide .frame_image {
		top: auto;
		bottom: 0;
	}
	.frame_image img {
		width: 165px;
	}
}

/*-----1901add-----*/
.product_lead{
  font-size: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
 .product_lead{
  font-size: 14px;
} 
}
/*==============
w1200対応
===============*/
.container-wide{
  max-width:1230px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}