@charset "UTF-8";
article img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
/* rectangle_area  */
article.rectangle_area {
  width: 100%;
  padding: 0px 0 14px 0;
  margin-top: -10px;
}
.slider {
  width: 100%;
  max-width: 2000px;
  overflow: hidden;
  margin: auto;
  z-index: 5;
  display: none;
}
a.rectangle_block {
  display: flex !important;
  flex-direction: column;
  transition: 0.3s;
}
a.rectangle_block:hover {
  text-decoration: none
}
.rectangle_img {
  flex: 1 0;
}
.rectangle_txt_area {
  flex: 1 0;
  padding: 0 1rem 0 1rem;
  display: flex;
  flex-direction: column;
}
.rectangle_txt_area .title.style_j {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 2.0rem;
  line-height: 1.3;
  margin: 0.5em 0;
}
.rectangle_txt_area .title.style_en {
  font-size: 3.0rem;
  margin: 0.5em 0 0 0;
}
.rectangle_txt_area .comment {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1205px) {
  .rectangle_txt_area .title.style_j {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1.8rem;
    line-height: 1;
    margin: 1.2rem 0 0.5rem 0;
  }
  .rectangle_txt_area .title.style_en {
    font-size: 2.5rem;
    margin: 1.2rem 0 0 0;
  }
  .rectangle_txt_area .comment {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0.2rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  article.rectangle_area {
    width: 100%;
    padding: 0px 0 14px 0;
    margin-top: 10px;
  }
}
/* modelnumbersearch_area  */
#modelnumbersearch_area {
  margin-top: -90px;
  padding-top: 90px;
}
article.modelnumbersearch_area {
  width: 100%;
  margin: 0 auto;
  background-color: #eee
}
.modelnumbersearch {
  width: calc(60% - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 6px;
}
.modelnumbersearch h2 {
  padding: .5rem 1rem;
  letter-spacing: 0.2em;
}


.custam-radio {
appearance: none
}
.custam-radio + label {
  padding-left: 2.5rem;
  position: relative;
}
.custam-radio + label:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid #999; /*color: #e9ecef;*/
  background-color: #fff;
  border-radius: 50%;
}
.custam-radio:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 13px;
  height: 13px;
  background: linear-gradient(rgba(200, 200, 200, 1)0%, rgba(120, 120, 120, 1) 100%);
  border-radius: 50%;
}
.form-check-inline {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: .5px;
  line-height: 1.8rem;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  white-space: nowrap
}
.textframe {
  flex: 1 0;
  position: relative;
  display: flex;
}
.clearbutton {
  position: absolute;
  white-space: nowrap;
  font-size: 1.3rem;
  padding: .5rem;
  background-color: #eee;
  border-radius: 2px;
  font-family: "FP-HiraKakuProN-W6";
  right: 1rem;
  top: 50%;
  color: #999;
  transform: translateY(-50%);
  cursor: pointer;
}
.clearbutton:hover {
  color: #000;
  opacity: 1;
  text-decoration: none
}
.modelnumbersearch_area input[type="text"] {
  flex: 1 0;
  align-self: stretch;
  padding: 1rem 1rem;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: all .3s;
}
.modelnumbersearch_area .submit_01:focus {
  border: 1px solid #000;
}
.modelnumbersearch_area .submit_01 {
  align-self: stretch;
  min-width: 60px;
  padding: 0 1rem;
  outline: none;
  color: #fff;
  border: 0px;
  border-radius: 0 3px 3px 0;
  background: url("/pc/images/search_icon_wh.svg") center center / 26px 26px no-repeat #666;
  transition: all .3s;
}
.modelnumbersearch_area .submit_01:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1205px) {
  #modelnumbersearch_area {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .modelnumbersearch {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
  }
  .form-check-inline {
    flex: 0 0;
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 1.5rem;
    font-size: 1.3rem;
    letter-spacing: .5px;
    line-height: 1.8rem;
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
    white-space: nowrap
  }
  .textframe {
    flex: 1 0 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 60px);
    position: relative;
    display: flex;
    margin-top: 10px;
  }
  .modelnumbersearch_area input[type="text"] {
    flex: 1 0;
    align-self: stretch;
    padding: 1rem 1rem;
    outline: none;
    border: 1px solid #ccc;
    transition: all .3s;
  }
  .modelnumbersearch_area input[type="submit"] {
    align-self: stretch;
    width: 60px;
    margin-top: 10px;
    padding: 0 1rem;
    outline: none;
    color: #fff;
    border: 0px;
    border-radius: 0 3px 3px 0;
    background: url("/pc/images/search_icon_wh.svg") center center / 26px 26px no-repeat #666;
    transition: all .3s;
  }
}
/* search_resuit_area  */
.search_resuit_area {
  max-height: 0;
  width: 100%;
  margin: 0px auto 20px auto;
  padding: 0 0 0 0;
  z-index: 25;
  transition: max-height .8s;
  overflow: hidden
}
.search_resuit_area.av {
  max-height: 80vh;
  overflow-y: scroll;
  background-color: #eee;
  padding: 1rem;
  border-top: #fff 1px solid;
  border-bottom: #ccc 1px solid;
  box-sizing: border-box;
  padding-bottom: 20px
}
.search_resuit_area::-webkit-scrollbar {
  display: none;
}
.box_a, .box_b, .box_c {
  display: none;
  width: 80%;
  margin: 0px auto 0px auto;
  max-width: 1260px;
}
.box_a.av, .box_b.av, .box_c.av {
  display: flex;
  flex-direction: column;
  position: relative;
}
.search_resuit_area .box_inner {
  display: flex;
  flex-wrap: wrap;
}
.b_allresuit {
  display: inline-block;
  margin: 1rem 5px -2rem auto;
  padding: 8px 16px 8px 16px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #fff;
  background-color: #666;
  transition: background-color .3s;
}
.b_allresuit:hover {
  background-color: #999;
  text-decoration: none;
  opacity: 1
}
.search_resuit_title {
  display: inline-block;
  align-self: flex-start;
  font-family: "FP-HiraKakuProN-W6";
  font-size: 1.4rem;
  letter-spacing: 0.14px;
  margin: 1rem 0 3rem 5px;
  padding: .5rem 1rem .5rem 1rem;
  background-color: #fff;
  border-radius: 3px;
}
.search_resuit_title.no_result {
  margin: 8rem 0 8rem 5px;
  background-color: transparent;
}
.search_resuit_area .box_inner .item_box {
  flex-basis: calc(100%/3 - 10px);
  margin: 0 5px 16px 5px;
  transition: 0.3s;
}
.search_resuit_area .box_inner .item_box img {
  /*	  border: 1px solid #ccc;*/
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden
}
.search_resuit_area .box_inner.item_box .series_txt {
  position: absolute;
  bottom: 0;
  margin: 10px 15px;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.search_resuit_area .box_inner .item_box .explain {
  width: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  word-break: break-all;
}
.search_resuit_area .box_inner .item_box .explain .name {
  line-height: 1.5;
  font-size: 1.5rem;
  margin: .5em 0 .2rem 0;
}
.result_modelNumber {
  display: flex;
  align-items: center;
  flex-basis: calc(100%/5 - 10px);
  font-size: 2rem;
  margin: 0 0 2rem 5px;
  font-family: "UniversNextPro-Cond";
}
.result_modelNumber:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0px 0px 6px 4px;
  background: url("/pc/images/result_modelNumber_arr.svg") left bottom / 12px 12px no-repeat;
}
.result_modelNumber:hover {
  text-decoration: none;
  opacity: .5
}
.result_modelNumber:hover:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: 0px 0px 6px 8px;
  background: url("/pc/images/result_modelNumber_arr.svg") left bottom / 12px 12px no-repeat;
}
@media screen and (max-width: 767px) {
  .search_resuit_area.av {
    max-height: 50vh;
    overflow-y: scroll;
    background-color: #eee;
    padding: 1rem;
    border-top: #fff 1px solid;
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
    padding-bottom: 10px
  }
  .box_a, .box_b, .box_c {
    display: none;
    width: 100%;
    margin: 0px auto 0px auto;
  }
  .search_resuit_title {
    display: inline-block;
    align-self: flex-start;
    font-family: "FP-HiraKakuProN-W6";
    font-size: 1.4rem;
    letter-spacing: 0.14px;
    margin: .0rem 0 2rem 5px;
    padding: .5rem 1rem .5rem 1rem;
    background-color: #fff;
    border-radius: 3px;
  }
  .search_resuit_title.no_result {
    margin: 4rem 0 4rem 5px;
    background-color: transparent;
  }
  .search_resuit_area .box_inner .item_box .explain .name {
    line-height: 1.5;
    font-size: 1.2rem;
    margin: .5em 0 .2rem 0;
  }
  .result_modelNumber {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    font-size: 1.4rem;
    margin: 0 .5rem 2rem .5rem;
    font-family: "UniversNextPro-Cond";
  }
}
/* category_area  */
article.category_area {
  width: 80%;
  margin: 10px auto 0px auto;
  padding: 10px 0 0 0;
}
.category_area .flex_box {
  margin: 40px auto 0px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
}
.category_area .flex_box .item_box {
  position: relative;
  flex-basis: calc(100% / 3 - 10px);
  display: flex;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 5px 16px 5px;
  transition: 0.3s;
	height: 100%;
  aspect-ratio: 5 / 2
}

.category_area .flex_box .item_box img {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
	z-index: 1;
    transition: left 0.4s ;
}

.category_area .flex_box .item_box img.active {
    left: 0%;
	z-index: 2;
}

a.item_box:hover {
 opacity: 1
}

.category_area .flex_box a .category_title {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 50%;
  font-size: 1.3rem;
  letter-spacing: .5px;
  line-height: 1.4;
  padding: 0 1rem 0 1rem;
	z-index: 3;
}
.category_area .flex_box a[href*="/wireless-microphone/"] {
  background: url("/pc/images/c1_wireless-microphone-bg-01.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/infrared-microphone/"] {
  background: url("/pc/images/c1_infrared-microphone-bg-01.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/conferencing-system/"] {
  background: url("/pc/images/c1_conferencing-system-bg-01.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/mixer/"] {
 background: url("/pc/images/c1_mixer-bg-01.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/microphone-amplifier/"] {
  background: url("/pc/images/c1_microphone-amplifier-bg-01-old.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/microphone/"] {
   background: url("/pc/images/c1_microphone-bg-01-old.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/ceiling-microphone/"] {
   background: url("/pc/images/c1_ceiling-microphone-bg-01.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/monitor-headphones/"] {
   background: url("/pc/images/c1_monitor-headphones-bg-01.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/accessory/"] {
    background: url("/pc/images/c1_accessory-bg-01-old.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/dante/"] {
 background: url("/pc/images/c1_dante-bg-01.jpg") left center / 100% 100% no-repeat;
}
.category_area .flex_box a[href*="/Audio-TechnicaLINK/"] {
 background: url("/pc/images/c1_Audio-TechnicaLINK-bg-01.jpg") left center / 100% 100% no-repeat;
}




@media screen and (max-width: 767px) {
  article.category_area {
    width: 80%;
    margin: 20px auto 0px auto;
    padding: 10px 0 0 0;
  }
  .category_area .flex_box {
    margin: 30px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .category_area .flex_box .item_box {
    flex-basis: 100%;
    display: flex;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .025) 0%, rgba(0, 0, 0, .1) 100%);
    border-radius: 3px;
    margin: 0 5px 16px 5px;
    transition: 0.3s;
  }
}
/* support_service_area  */
article.support_service_area {
  width: 100%;
  margin: 10px auto 0px auto;
  padding: 6px 0 10px 0;
  background-color: #eee
}
.support_service_area .title_mini a {
  padding: 0 0 0 0;
  border-bottom: 1.5px solid #000;
}
.support_service_area .title_mini a:hover {
  text-decoration: none
}
.support_service_area .flex_box {
  width: 80%;
  margin: 15px auto 0px auto;
  display: flex;
  justify-content: normal;
  gap: 5px;
  flex-wrap: wrap;
  max-width: 1260px;
}
.support_service_area a.b_support {
	  flex: 0 0 19.5%;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0 0px 10px 0px;
  padding: 8px 6px 8px 46px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #fff;
  transition: background-color .3s;
}
.support_service_area a.b_support.ct:hover, .support_service_area a.b_support.dl:hover, .support_service_area a.b_support.ap:hover, .support_service_area a.b_support.fw:hover, .support_service_area a.b_support.qa:hover {
  background-color: #000;
  text-decoration: none;
  opacity: 1
}
.support_service_area a.b_support.dl {
  background: url("/pc/images/icon_dl.svg") 4px center / 40px 40px no-repeat #666;
}
.support_service_area a.b_support.sw {
  background: url("/pc/images/icon_sw.svg") 4px center / 40px 40px no-repeat #666;
}
.support_service_area a.b_support.ct {
  background: url("/pc/images/icon_ct.svg") 4px center / 40px 40px no-repeat #666;
}
.support_service_area a.b_support.case {

  background: url("/pc/images/icon_case.svg") 4px center / 40px 40px no-repeat #666;
}
.support_service_area a.b_support.qa {
  background: url("/pc/images/icon_qa.svg") 4px center / 40px 40px no-repeat #666;
}
@media screen and (max-width: 1205px) {
  article.support_service_area {
    width: 100%;
    margin: 10px auto 0px auto;
    padding: 4px 0 10px 0;
    background-color: #eee
  }
  .support_service_area .flex_box {
    width: 94%;
    margin: 15px auto 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .support_service_area a.b_support.dl {
   flex-basis: 100%;
    background: url("/pc/images/icon_dl.svg") 4px center / 40px 40px no-repeat #666;
  }
	  .support_service_area a.b_support.sw {
   flex-basis: calc(100%/2 - 4px);
    background: url("/pc/images/icon_sw.svg") 4px center / 40px 40px no-repeat #666;
  }
  .support_service_area a.b_support.ct {
    flex-basis: calc(100%/2 - 4px);
    background: url("/pc/images/icon_ct.svg") 4px center / 40px 40px no-repeat #666;
  }
  .support_service_area a.b_support.case {
    flex-basis: calc(100%/2 - 4px);
    background: url("/pc/images/icon_case.svg") 4px center / 40px 40px no-repeat #666;
  }
  .support_service_area a.b_support.qa {
    flex-basis: calc(100%/2 - 4px);
    background: url("/pc/images/icon_qa.svg") 4px center / 40px 40px no-repeat #666;
  }
}
/* service_area  */
.support_service_area a.b_service {
  flex: 0 0 19.5%;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0 0px 10px 0px;
  padding: 8px 6px 8px 46px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #000;
  transition: background-color .3s;
}
.support_service_area a.b_service.showroom:hover, .support_service_area a.b_service.repair:hover, .support_service_area a.b_service.usb-os:hover, .support_service_area a.b_service.tutorial:hover, .support_service_area a.b_service.corp:hover {
  background-color: #999;
  text-decoration: none;
  opacity: 1
}
.support_service_area a.b_service.showroom {
  background: url("/pc/images/icon_showroom.svg") 4px center / 40px 40px no-repeat #ccc;
}
.support_service_area a.b_service.repair {
  background: url("/pc/images/icon_repair.svg") 4px center / 40px 40px no-repeat #ccc;
}
.support_service_area a.b_service.usb-os {
  background: url("/pc/images/icon_usb-os.svg") 4px center / 40px 40px no-repeat #ccc;
}
.support_service_area a.b_service.tutorial {
  background: url("/pc/images/icon_tutorial.svg") 4px center / 40px 40px no-repeat #ccc;
}
.support_service_area a.b_service.parts {
  background: url("/pc/images/icon_parts.svg") 4px center / 40px 40px no-repeat #ccc;
}
@media screen and (max-width: 1205px) {
  .support_service_area a.b_service {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin: 0 0px 10px 0px;
    padding: 8px 6px 8px 46px;
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    line-height: 1.5;
    color: #000;
    transition: background-color .3s;
  }
  .support_service_area a.b_service.showroom {
    flex-basis: calc(100%/2 - 4px);
    background: url("/pc/images/icon_showroom.svg") 4px center / 40px 40px no-repeat #ccc;
  }
  .support_service_area a.b_service.repair {
    flex-basis: calc(100%/2 - 4px);
    background: url("/pc/images/icon_repair.svg") 4px center / 40px 40px no-repeat #ccc;
  }
  .support_service_area a.b_service.usb-os {
    flex-basis: calc(100%/3 - 4px);
    background: url("/pc/images/icon_usb-os.svg") 4px center / 40px 40px no-repeat #ccc;
  }
  .support_service_area a.b_service.tutorial {
    flex-basis: calc(100%/3 - 4px);
    background: url("/pc/images/icon_tutorial.svg") 4px center / 40px 40px no-repeat #ccc;
  }
  .support_service_area a.b_service.parts {
    flex-basis: calc(100%/3 - 4px);
    background: url("/pc/images/icon_parts.svg") 4px center / 40px 40px no-repeat #ccc;
  }
}
/* news_area  */
article.news_area {
  width: 80%;
  margin: 40px auto 0px auto;
  padding: 2px 0 6px 0;
}
.news_area h2.style_en_bold {
  letter-spacing: 3.9px;
}
.news_area .area_inner {
  width: 100%;
  margin: 30px auto 20px auto;
  max-width: 1260px;
  border-top: #333 1px solid;
}
.news_area .flex_line {
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 10px;
  border-bottom: #333 1px solid;
  background:url("/pc/images/news_title_arrow.svg") right center / 24px 24px no-repeat ;
  transition: .3s;
}
.news_area .flex_line:hover {
  background: url("/pc/images/news_title_arrow.svg") right center / 24px 24px no-repeat #eee;
  text-decoration: none;
  opacity: 1
}
.flex_line .date_label {
  display: flex;
  align-items: center;
  width: 25%;
  min-width: 24rem;
}
.flex_line .date {
  min-width: 9rem;
  white-space: nowrap
}
.flex_line .label {
  flex: 1 0;
  border: #333 1px solid;
  padding: 6px;
  margin-right: 2rem;
  text-align: center;
  font-size: 1.3rem;
}
.flex_line .news_title {
  flex: 1 0;
  font-size: 1.4rem;
  line-height: 1.4
}
.flex_c {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
a.list_page {
  font-size: 1.6rem;
  margin-top: 40px;
  padding: 20px 0 4px;
  border-bottom: 1px solid #707070;
  position: relative;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0;
}
a.list_page::before {
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #707070;
  content: '';
  top: -40px;
  left: 50%;
}
a.list_page:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  article.news_area {
    width: 94%;
    margin: 40px auto 0px auto;
    padding: 2px 0 6px 0;
  }
  .news_area .flex_line {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 10px;
    border-bottom: #333 1px solid;
    background: url("/pc/images/news_title_arrow.svg") right center / 24px 24px no-repeat;
    transition: .3s;
  }
  .flex_line .date_label {
    align-self: flex-start;
    display: flex;
    flex-flow: wrap;
    width: 30%;
    min-width: 14rem;
  }
  .flex_line .date {
    flex: 1 0 100%;
    min-width: 9rem;
    white-space: nowrap
  }
  .flex_line .label {
    border: #333 1px solid;
    padding: 3px;
    margin-top: .5rem;
    margin-right: 2rem;
    text-align: center;
    font-size: 1.3rem;
    white-space: nowrap
  }
  .flex_line .news_title {
    flex: 1 0;
    font-size: 1.3rem;
    line-height: 1.4
  }
}
/* ============================= newproduct_area ============================= */
/*202410変更*/
.newproduct_area.newproduct_area {
  width: 100%;
  margin: 40px auto 0px auto;
  padding: 20px 0 20px 0;
  background-color: #fff;
}
.newproduct_area h2.style_en_bold {
  letter-spacing: 3.9px;
}
.newproduct_area .flex_box {
  width: 70%;
  margin: 14px auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1160px;
}
#newproduct_area .b_newproduct_area {
	flex: 0 0 22%;
	margin-bottom: 30px;
	margin-right: 4%;
}
a.b_newproduct {
	width: 100%;
	transition: .3s;
	display: block;
	position: relative;
}
a.b_newproduct::before {
	content: "";
	display: block;
	padding-top: 100%;
}
a.b_newproduct img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: contain;
}
.b_newproduct_none img{
	transform: scale(0.5);
}
.newproduct_area .b_newproduct_area .explain {
  width: 100%;
  border-top: 1px solid #000;
  line-height: 1.5;
  font-size: 1.4rem;
  word-break: break-all;
}
.newproduct_area .b_newproduct_area .name {
  margin: 1em 0 0 0;
  font-size: 1.0rem;
}
.newproduct_area .b_newproduct_area .modelNumber {
  font-size: 1.8rem;
  margin: 0;
}
.newproduct_area .swiper-button-inner {
	position: relative;
	width: 85%;
	max-width: 1260px;
	margin: 0 auto;
	bottom: 21rem;
}
.newproduct_area .swiper-button-prev {
  background: none;
  top: calc(50% - 85px);
  left: -30px;
  width: 55px;
  height: 55px;
}
.newproduct_area .swiper-button-next {
  background: none;
  top: calc(50% - 85px);
  right: -30px;
  width: 55px;
  height: 55px;
}
#new-product .swiper-button-prev{
  background: none;
  top: calc(50% - 54px);
  left: 6px;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}
#new-product .swiper-button-next {
  background: none;
  top: calc(50% - 54px);
  right: -4px;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}
#new-product .swiper-button-prev::before,
#new-product .swiper-button-prev::after,
#new-product .swiper-button-next::before,
#new-product .swiper-button-next::after
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#new-product .swiper-button-prev::before,
#new-product .swiper-button-next::before
 {
  width: 40px;
  height: 40px;
  background: #535353;
}
#new-product .swiper-button-prev::after{
  left: 16px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#new-product .swiper-button-next::after
 {
  left: 12px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#new-product .swiper-button-disabled{
  display: none;
}
@media screen and (max-width: 767px) {

  .newproduct_area .flex_box {
    width: 80%;
    margin: 14px auto 0px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden
  }
  .newproduct_area .b_newproduct_area {
    flex-basis: auto;
  }
  a.b_newproduct {
    width: 100%;
    transition: .3s;
  }
  .newproduct_area .b_newproduct_area .explain {
    width: 100%;
    border-top: 1px solid #000;
    line-height: 1.5;
    font-size: 1.3rem;
    word-break: break-all;
  }
  .newproduct_area .swiper-button-inner {
    width: 100%;
  }
  #new-product .swiper-button-next,
  #new-product .swiper-button-prev {
    top: calc(50% - 40px);
  }
  #new-product .swiper-button-next{
    right: 10px;
  }
  #new-product .swiper-button-prev {
    left: 10px;
  }
  #new-product .swiper-button-prev::after{
    left: 12px;
    width: 7px;
    height: 7px;
  }
  #new-product .swiper-button-next::after{
    left: 8px;
    width: 7px;
    height: 7px;
  }
  #new-product .swiper-button-next::before,
  #new-product .swiper-button-prev::before{
    width: 30px;
    height: 30px;
    background: #535353;
  }

}
/* =========================================================================== */

/* solution_area  */
article.solution_area {
  width: 80%;
  margin: 0px auto 80px auto;
  padding: 10px 0 0 0;
}
.solution_area .title_mini a {
  padding: 0 0 .5px 0;
  border-bottom: 1.5px solid #000;
}
.solution_area .title_mini a:hover {
  text-decoration: none
}
.solution_area .flex_box {
  margin: 40px auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1260px;
}
.solution_area .flex_box .item_box {
  position: relative;
  margin: 0 5px;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.solution_area .flex_box .item_box:hover{
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  article.solution_area {
    width: 80%;
    margin: 0px auto 80px auto;
    padding: 10px 0 0 0;
  }
  .solution_area .flex_box {
    margin: 40px auto 0px auto;
    display: flex;
    flex-direction: column
  }
}