/*--------------------------------------------
製品一覧
--------------------------------------------*/
.sec_bd {
  border-top: 1px solid #c7c7c7;
}
.product_detail .link_area .top {
  background: #eeeeee;
}
.anchor .anchor_item {
  width: calc(100% / 3);
}
/*overview*/
.gallery_main{
  opacity: 0;
  transition: opacity .3s linear;
}
.gallery_main.slick-initialized{
  opacity: 1;
}
.gallery_main .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.product_detail .slick-prev, 
.product_detail .slick-next {
  width: 3rem;
  height: 3rem;
  background: url(../../common/images/icon_arrow_prev.png) no-repeat #4e5059 center / 7px 10px;
  transition: all 0.4s;
  z-index: 30;
}
.product_detail .slick-next {
  background-image: url(../../common/images/icon_arrow_next.png);
}
.product_detail .slick-prev:before,
.product_detail .slick-next:before {
  content: '';
}
.product_detail .overview .flex_item.l_box {
  width: 51%;
}
.product_detail .overview .flex_item.r_box {
  width: 49%;
}
.product_detail .overview .gallery_wrap {
  display: flex;
}
.product_detail .overview .gallery_main {
  width: 80%;
  margin-left: 0%;
  border: 1px solid #ddd;
}

.product_detail .overview .slick-prev {
  left: -6rem;
}
.product_detail .overview .slick-next {
  right: -6rem;
}
.product_detail .overview .gallery_thumb {
  width: 17%;
  margin-right: 5%;
}
.product_detail .overview .gallery_thumb .item {
  cursor: pointer;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}
.product_detail .overview .gallery_thumb .item .inner {
  position: relative;
}
.product_detail .overview .gallery_thumb .item .inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  opacity: 1;
}
.product_detail .overview .gallery_thumb .item.slick-current .inner:before {
  opacity: 0;
}
.product_detail .overview .r_box {
  padding-top: 2rem;
  padding-left: 4rem;
}
.product_detail .product_ttl > * {
  line-height: 1;
  font-weight: 500;
}
.product_detail .product_ttl .ttl_sub {
  font-size: 2.2rem;
}
.product_detail .product_ttl .ttl_main {
  font-size: 3.5rem;
  margin-top: 1.8rem;
  font-weight: 700;
}
.product_detail .overview .overview_list {
  margin-top: 3rem;
}
.product_detail .overview dl.overview_list {
  display: flex;
  flex-wrap: wrap;
}
.product_detail .overview dl.overview_list > dt {
  width: 9em;
}
.product_detail .overview dl.overview_list > dd {
  width: calc(100% - 9em);
}
.product_detail .overview .btn {
  margin-top: 5rem;
}

.product_detail .overview .btn_txt {
  font-size: 1.4rem;
}
.product_detail .overview .product_badge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  max-width: 360px;
}
.product_detail .overview .product_badge_item.col_1 {
  width: 100%;
}
.product_detail .overview .product_badge_item.col_2 {
  width: 49%;
}

@media screen and (min-width: 992px) {
  .only_sp{
  display: none;
}

  .product_detail .slick-prev:hover, 
  .product_detail .slick-prev:focus, 
  .product_detail .slick-next:focus {
    background: url(../../common/images/icon_arrow_prev.png) no-repeat #090d11 center / 7px 10px;
    opacity: 0.5;
  }
  .product_detail .slick-next:hover {
    background: url(../../common/images/icon_arrow_next.png) no-repeat #090d11 center / 7px 10px;
    opacity: 0.5;
  }
  .feature_connect .box_inner .img_box,.feature_adjust .box_inner .img_box,.feature_speaker .box_inner .img_box{
  position: relative!important;
  width: 50%!important;
  padding: 1em!important;
}
.feature_connect .box_inner .txt_box,.feature_adjust .box_inner .txt_box,.feature_speaker .box_inner .txt_box{
  width: 50%!important;
  padding: 1em!important;
}
.product_detail .feature_box.feature_connect,.product_detail .feature_box.feature_adjust,.product_detail .feature_box.feature_speaker{
padding: 7rem!important;
}
.feature_eye .feature_txt{
  font-size: 1.7rem!important;
}
.feature_eye .feature_txt span{
  font-size: clamp(1.2em,1.3em,1.4em)!important;
  line-height: 2em;
}
.feature_eye .txt_box{
  width: 65%!important;
}

.exLink_black{
  padding-right: 1vw;
        background-size: 12px 10px;}

}


/*feature*/
.product_detail .sec_product {
  overflow: hidden;
}
.product_detail .feature_box {
  padding: 15rem 0;
  min-height: 450px;
  overflow: hidden;
}
.product_detail .feature_box.bg_gray {
  background: #f6f6f6;
}
/*
.product_detail .feature_box.row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
*/

.product_detail .feature_box.feature_eye {
  background: url(../images/bg_feature_eye.png) no-repeat center right / cover;
}
.product_detail .feature_box.feature_color {
  position: relative;
  margin: -5em 0;
  /*padding-bottom: 15rem;*/
}

.feature_color_img{
  margin-top: -2em;
}



/*
.product_detail .feature_box.feature_color:before {
  content: '';
  width: 100%;
  height: 50%;
  background: url(../images/bg_feature_color.png) no-repeat center / cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
*/
.product_detail .feature_box.feature_adjust {
  position: relative;
}
.product_detail .feature_box.feature_adjust:before {
  content: '';
  width: 100%;
  height: 40%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.product_detail .feature_box.feature_arm {
  background: url(../images/bg_feature_arm.png) no-repeat center right 15% / cover;
}
.product_detail .feature_box .box_inner {
  width: 100%;
}
.product_detail .feature_box.feature_speaker {
  position: relative;
  padding: 20rem 0;
}

.product_detail .feature_box.feature_speaker .img_box img {
  object-fit: contain;
  height: 100%;
}

.feature_flame{
  background-image: linear-gradient(0deg, #f6f6f6 40%, rgba(255, 255, 255, 1) 40%);
}




.feature_connect .box_inner,.feature_adjust .box_inner,.feature_speaker .box_inner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.feature_connect .box_inner .img_box img,.feature_adjust .box_inner .img_box img,.feature_speaker .box_inner .img_box img{
  width: 100%!important;
}

/*
.product_detail .feature_box.feature_connect .img_box {
  width: 40%;
  position: absolute;
  left: 7%;
  height: calc(100% - 15rem);
  text-align: center;
  padding: 1em;
}
*/
.product_detail .feature_box.feature_connect .img_box img {
  object-fit: contain;
  height: 100%;
  width: 70%;
}
.product_detail .feature_box .feature_ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.product_detail .feature_box .feature_ttl.center {
  text-align: center;
}
.product_detail .feature_box .txt_box {
  width: 50%;
}
.product_detail .feature_box .txt_box.right {
  margin-left: auto;
  padding: 1em;
}
.product_detail .feature_box .feature_txt {
  font-size: 1.8rem;
}
.product_detail .feature_box .feature_txt.center {
  text-align: center;
}
.product_detail .feature_box .feature_txt .attention {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 1em;
}
.product_detail .feature_box .feature_img {
  margin-top: 8rem;
}
.product_detail .feature_box .feature_img.center {
  text-align: center;
}

.detail_btn{
  display: block;
  border: solid 2px #000;
  color: #000;
  padding: 1em;
  margin-top: 2em;
  max-width: 320px;
  text-align: center;
}

/*specification*/
.product_detail .specification .item:not(:first-child) {
  margin-top: 3rem;
}
.product_detail .specification .specification_ttl {
  background: #090d11;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 1.5rem 2rem;
}
.product_detail .specification .specification_list {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #cdcdcd;
}
.product_detail .specification .specification_list dl {
  display: flex;
  flex-wrap: wrap;
}

.product_detail .specification .specification_list  dt {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #f6f6f6;
  padding: 0.9rem 2rem;
}
.product_detail .specification .specification_list  dd {
  width: 50%;
  padding: 0.9rem 2rem;
}
.product_detail .specification .specification_list > dt.col_3 {
  width: 23%;
  border-right: solid 1px #cdcdcd;
}
.product_detail .specification .specification_list > dd.col_3 {
  width: 77%;
  padding: 0;
}
.product_detail .specification .specification_list > dd.col_3 dt {
  width: 35%;
}
.product_detail .specification .specification_list > dd.col_3 dt:not(:last-of-type),
.product_detail .specification .specification_list > dd.col_3 dd:not(:last-of-type)  {
  border-bottom: solid 1px #cdcdcd;
}
.product_detail .specification .specification_list > dd.col_3 dd {
  width: 65%;
}
.product_detail .specification .specification_list > dt:not(:last-of-type),
.product_detail .specification .specification_list > dd:not(:last-of-type){
  border-bottom: solid 1px #cdcdcd;
}
.product_detail .specification .specification_list + .btn {
  margin-top: 2rem;
}
.product_detail .note {
  margin-top: 5rem;
}
.product_detail .specification .specification_list .btn {
  margin-top: 1.5rem;
}
.product_detail .specification .attention {
  margin-top: 2rem;
}
.product_detail .specification .attention_item {
  font-size: 1.4rem;
padding-left: 1.7em;
    text-indent: -1.7em;
}
/*comparison*/
.product_detail #product_comparison .attention {
  margin-top: 3rem;
}
@media screen and (min-width : 768px ) and (max-width : 991px ) {
.product_detail .feature_box .txt_box {
    width: 100%;
    text-align: center;
  }
.feature_eye .txt_box{
  width: 65%!important;

}
.feature_eye .feature_txt{
  font-size: 1.2rem!important;
}
.feature_eye .feature_txt span{
  font-size: clamp(1.2em,1.3em,1.4em)!important;
  line-height: 2em;
  font-weight: 600;
}
}
@media screen and (max-width : 1299px ) {
}
@media screen and (max-width : 1199px ) {
  .product_detail .feature_box {
    padding: 12rem 0;
  }
  .product_detail .feature_box .feature_ttl {
    font-size: 3vw;
  }
  .product_detail .feature_box.feature_eye {
    background-position: center right -15rem;
    align-items: center;
    display: flex;
  }
  .product_detail .feature_box.feature_arm {
    background-position: center right -15rem;
    align-items: center;
    display: flex;
  }
}


@media screen and (min-width : 767px )and (max-width : 1199px ){
.product_detail .feature_box.feature_arm{
    background: url(../images/bg_feature_arm.png) no-repeat center right / cover;
}
}


@media screen and (max-width : 991px ) {

.only_pc{
  display: none;
}
  

  .product_detail .overview .product_ttl {
    width: 100%;
    margin-bottom: 3rem;
  }
  .product_detail .overview .flex_item {
    width: 100%;
  }
  .product_detail .overview .flex_item.l_box,
  .product_detail .overview .flex_item.r_box {
    width: 100%;
  }
  .product_detail .overview .r_box {
    padding-left: 0;
    padding-top: 0;
    margin-top: 2rem;
  }
  .product_detail .overview .l_box {
    max-width: 80%;
    margin: 0 auto;
  }
  .product_detail .overview .gallery_main .item {
    border: none;
  }
  .product_detail .feature_box {
    padding: 10rem 0;
    min-height: auto;
  }


.feature_color_img{
  object-fit: cover;
  margin-top: 3em;
}
.feature_eye .feature_txt{
  font-size: 1.2rem!important;
}
.feature_eye .feature_txt span{
  font-size: clamp(1.1em,1.2em,1.3em)!important;
  line-height: 2em;
  font-weight: 600;
}

  .product_detail .feature_box.feature_eye {
    background-position: center right -18rem;
  }
  .product_detail .feature_box.feature_arm {
    background-position: center right -10rem;
  }
  .product_detail .feature_box.feature_speaker {
    padding: 10rem 0;
  }
  .product_detail .feature_box.feature_connect {
    padding: 10rem 0;
  }

  .product_detail .feature_box.feature_connect .box_inner{
    flex-direction: column-reverse;
  }

  .product_detail .feature_box .feature_ttl {
    font-size: 2.5rem;
    font-weight: 500;
  }
  .product_detail .feature_box .feature_txt {
    font-size: 1.4rem;
  }
  .product_detail .feature_box.feature_adjust .feature_img img {
    height: 500px;
  }
  .product_detail .specification .specification_list dt {
    width: 45%;
    padding: 0.9rem 1rem;
  }
  .product_detail .specification .specification_list dd {
    width: 55%;
    padding: 0.9rem 1rem;
  }
  .product_detail .specification .specification_list > dt.col_3 {
    width: 20%;
  }
  .product_detail .specification .specification_list > dd.col_3 {
    width: 80%;
  }
  .product_detail .specification .specification_list > dd.col_3 dt {
    width: 31.1%;
  }
  .product_detail .specification .specification_list > dd.col_3 dd {
    width: 68.9%;
  }
  .product_detail .specification .specification_list .btn a {
    width: 100%;
  }
  .product_detail .specification .specification_list .btn a:before {
    right: 1rem;
  }


  .detail_btn{
  display: block;
  border: solid 2px #000;
  color: #000;
  padding: 1em;
  max-width: 320px;
  text-align: center;
}
.product_detail .feature_box.feature_eye .txt_box{
  text-align: left;
}
  .product_detail .feature_box.feature_eye {
    background-image: url(../images/bg_feature_eye_sp.png);
    background-position: center bottom;
    width: 120%;
  }
.product_detail .feature_box.feature_arm {
  width: 115%;}


  .product_detail .feature_box.feature_arm .txt_box{
    width: 50%;
    text-align: left;
  }
}
@media screen and (max-width : 1199px ) {
  .product_detail .overview .l_box {
    max-width: 100%;
  }
  .product_detail .overview .btn a {
    margin: 0 auto;
  }
  .product_detail .overview .btn_txt {
    text-align: center;
  }
  .product_detail .feature_box {
    padding: 6.5rem 0;
  }


  .product_detail .feature_box.feature_speaker,
  .product_detail .feature_box.feature_connect {
    padding: 6.5rem 0;
  }
  .product_detail .feature_box.feature_speaker .img_box,
  .product_detail .feature_box.feature_connect .img_box {
    width: 100%;
    position: static;
    margin: 4rem auto 0;
    max-width: 92%;
  }
  .feature_speaker .product_detail .feature_box .txt_box,.feature_connect .product_detail .feature_box .txt_box {
    width: 100%;
    text-align: center;
  }
  .product_detail ul.feature_txt {
    text-align: left;
    display: inline-block;
  }
  .product_detail .feature_box .feature_img {
    margin-top: 4rem;
  }
  .product_detail .feature_box.feature_adjust .feature_img img {
    height: 400px;
  }
  .product_detail .specification .specification_list dt,
  .product_detail .specification .specification_list dd {
    width: 100%;
    padding: 0.9rem 2rem;
  }
  .product_detail .specification .specification_list > dd.col_3,
  .product_detail .specification .specification_list > dt.col_3 {
    width: 100%;
  }
  .product_detail .specification .specification_list > dt.col_3 {
    border-right: none;
    border-bottom: solid 1px #cdcdcd!important;
  }
  .product_detail .specification .specification_list > dd.col_3 dt {
    background: #fbfbfb;
  }
  .product_detail .specification .specification_list > dd.col_3 dt,
  .product_detail .specification .specification_list > dd.col_3 dd {
    width: 50%;
  }
  .product_detail .specification .specification_list .btn a {
    font-size: 1.2rem;
    padding: 1rem 0;
    line-height: 1.3;
  }
  .product_detail .specification .specification_list .btn + .btn_txt {
    line-height: 1.3;
  }
}
@media screen and  (max-width : 767px ) {
.product_detail .feature_box .txt_box{
  width: 100%;
  text-align: center;
}

  .product_detail .feature_box.feature_eye .txt_box{
    width: 100%;
    text-align: center;
  }
  .product_detail .feature_box.feature_eye {
    background-image: url(../images/bg_feature_eye_sp.png);
    background-position: center bottom;
    padding-bottom: 50vw;
    width: 100%;
  }

  .product_detail .feature_box.feature_arm .txt_box{
    width: 100%;
    text-align: center;
  }
  .product_detail .feature_box.feature_arm {
    background-image: url(../images/bg_feature_arm_sp.png);
    background-position: center bottom;
    padding-bottom: 50vw;
    width: 100%;
  }
  .product_detail .feature_box.feature_arm .detail_btn{
    margin: 2em auto;
  }
}
@media screen and (max-width : 575px ) {
  .product_detail .feature_box.feature_adjust .feature_img img {
    height: 300px;
  }
  .product_detail .feature_box .feature_ttl {
    text-align: center;
  }
  .product_detail .feature_box .feature_txt.center {
    text-align: left;
  }
  .product_detail .feature_box .txt_box {
    text-align: left;
  }
    .product_detail .feature_box.feature_eye {
    background-image: url(../images/bg_feature_eye_sp.png);
    background-position: center bottom;
    padding-bottom: 50vw;
  }

  .product_detail .feature_box.feature_arm {
    background-image: url(../images/bg_feature_arm_sp.png);
    background-position: center bottom;
    padding-bottom: 50vw;
  }

}

.small-txt{
  font-size: 0.7em!important;
}
