#ipc-360 .product_first-main .product_first h2,
#ipc-360 .product_first-main .product_first .ttl_h2 {
  color: #009999;
}

#ipc-360.product_detail .product_box h2.ttl_product_detail {
  border-left: 8px solid #009999;
}

#ipc-360.product_detail .block_product_feature_txt h3.catch_product_feature {
  color: #009999;
}

#ipc-360 .block_product .product_first-main .anchor_link .active a {
  outline: 2.4px solid #009999;
}

#ipc-360 .wrap_func_3r {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#ipc-360 .wrap_func_3r .box_func {
  width: calc(33.333% - 14px);
  box-sizing: border-box;
  text-align: right;
}

#ipc-360 .wrap_func_3r .box_func .box_func_img img {
  padding-bottom: 0;
}

#ipc-360 .wrap_func_3r .box_func .box_func_img {
  position: relative;
}

#ipc-360 .wrap_func_3r .box_func .box_func_img .icon_lens {
  display: inline-block;
  position: absolute;
  bottom: -2.3rem;
  left: -0.6rem;
}

#ipc-360 .wrap_func_3r .box_func .box_func_img .icon_lens img {
  max-width: 75px;
}

#ipc-360.product_detail .btn_demo-03 a {
  position: relative;
  display: block;
  max-width: 500px;
  margin-inline: auto;
  padding: 15px 0 16px;
  margin-bottom: 1.5rem;
  background-color: #009999;
  letter-spacing: 0.9px;
  color: #fff;
  border: solid 1px #009999;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  caret-color: transparent;
  transition: all 0.4s;
}

#ipc-360.product_detail .movie_list.list-3 {
  display: flex;
  align-items: flex-start;
}

#ipc-360.product_detail .movie_list.list-3 li:nth-child(1) {
  flex: 0 0 43%;
}

#ipc-360.product_detail .movie_list.list-3 li:nth-child(2) {
  flex: 0 0 20%;
}

#ipc-360.product_detail .movie_list.list-3 li:nth-child(2) .movie_list_img .item_movie_list_img:nth-child(1) {
  padding-bottom: 1.4rem;
}

#ipc-360.product_detail .movie_list.list-3 li:nth-child(3) {
  flex: 1;
}

#ipc-360.product_detail .movie_list.list-3 li.area_btn_dl_movie {
  padding: 2.5rem 2rem 1rem;
  background-color: #f2f2f2;
}

#ipc-360.product_detail .product_first-img .btn_pink a {
  max-width: 180px;
  border-radius: 25px;
  font-size: 17px;
}

#ipc-360.product_detail .btn_pink a {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #ff4f37;
  color: #fff;
  max-width: 180px;
  border-radius: 25px;
  font-size: 17px;
}

#ipc-360.product_detail .btn_pink a img.icon {
  display: inline-block;
  max-width: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}

#ipc-360 .wrap_enlargement .box_func_img {
  position: relative;
}

#ipc-360 .wrap_enlargement .box_func_img a {
  position: relative;
  display: block;
}

#ipc-360 .wrap_enlargement .zoom_label {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
}

#ipc-360 .wrap_enlargement .zoom_label i {
  font-size: 12px;
}

#ipc-360 .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#ipc-360 .modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
}

#ipc-360 .close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

#ipc-360 .openModal {
  text-decoration: underline;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

#ipc-360 .app_camera_view {
  margin-top: 2.5rem;
}

#ipc-360 .sp_only_text {
  display: none;
}

#ipc-360 #movie_list_img {
  display: flex;
  flex-direction: column;
}

#ipc-360 #movie_list_img .item_movie_list_img {
  flex: 1;
}

#ipc-360 #movie_list_img .item_movie_list_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 録画・再生 3カードレイアウト */
#ipc-360 .wrap_function_record.ipc360-record__wrap {
  padding: 1rem 0 0;
}

#ipc-360 .ipc360-record .bl_func_record {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
}

#ipc-360 .item_func_record.func_record_short {
  flex: 0 0 48%;
  width: 48%;
  max-width: 540px;
}

#ipc-360 .item_func_record.func_record_short > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

#ipc-360 .ipc360-record .func_record_long {
  flex: 0 0 calc(52% - 24px);
  min-width: 0;
}

@media (max-width: 768px) {
  #ipc-360 .ipc360-record .bl_func_record {
    flex-direction: column;
  }
  #ipc-360 .item_func_record.func_record_short {
    width: 100%;
    max-width: 100%;
  }
}

#ipc-360 .ipc360-record__right {
  display: flex;
  flex-direction: column;
}

#ipc-360 .ipc360-record__right .ttl_func_record {
  text-align: left;
}

#ipc-360 .ipc360-record__cards {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}

#ipc-360 .ipc360-record__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 16px;
  box-sizing: border-box;
}

#ipc-360 .ipc360-record__card-img {
  text-align: center;
  margin-bottom: 12px;
}

#ipc-360 .ipc360-record__card-img img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
}

#ipc-360 .ipc360-record__card-ttl {
  color: #009999;
  font-weight: bold;
  margin-bottom: 8px;
}

#ipc-360 .ipc360-record__card-desc {
  flex: 1;
  margin-bottom: 12px;
}

#ipc-360 .ipc360-record__card-btn {
  margin-top: auto;
}

#ipc-360 .ipc360-record__card-btn a {
  display: block;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #009999;
  border-radius: 4px;
  color: #009999;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  font-weight: 500;
}

#ipc-360 .ipc360-record__card-btn a:hover {
  background: #009999;
  color: #fff;
}

#ipc-360 .ipc360-note-ref {
  font-size: 0.85em;
  vertical-align: super;
  line-height: 0;
}

#ipc-360 .ipc360-record__note {
  padding-left: 2em;
  text-indent: -2em;
}

@media (max-width: 768px) {
  #ipc-360 .ipc360-record__cards {
    flex-direction: column;
  }
}

/* bxSlider ページャードット色 */
#ipc-360 .product_first-img .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #009999;
}

#ipc-360 .product_first-img .bx-wrapper .bx-pager.bx-default-pager a:hover,
#ipc-360 .product_first-img .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #009999;
}

/* YouTube サムネイルプレイヤー */
#ipc-360 #video-container {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
}

#ipc-360 #video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#ipc-360 #video-container .yt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: red;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ipc-360 #video-container .yt-play-arrow {
  border: 12px solid transparent;
  border-left: 20px solid white;
  margin-left: 6px;
}

/* 360°フィッシュアイ 表示モード画像グリッド */
#ipc-360 .ctt_bl_func_waterproof .wrap_func_3r {
  padding: 40px 0;
}

/* アラート機能 テキスト縦中央 */
#ipc-360 .ctt_bl_func_alarm_bl01 .item_ctt_bl_func_alarm_txt {
  align-self: center;
}

/* デモ動画エリア */
#ipc-360 .app_camera_view .demo-desc {
  text-align: center;
  margin-bottom: 1rem;
}

#ipc-360 .app_camera_view video {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  border-radius: 6px;
}

/* ONVIF セクション */
#ipc-360 .ctt_bl_func_souond .onvif-desc {
  margin-top: 5px;
}

#ipc-360 .ctt_bl_func_souond .secula-link {
  color: #c24ae7;
  padding: 0 3px;
}

@media (max-width: 768px) {
  #ipc-360 .wrap_func_3r .box_func {
    width: 100%;
    padding-bottom: 1rem;
  }

  #ipc-360.product_detail .movie_list.list-3 {
    display: block;
  }

  #ipc-360.product_detail .movie_list.list-3 li:nth-child(2) .movie_list_img {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }

  #ipc-360.product_detail .movie_list.list-3 li:nth-child(2) > .item_movie_list_img {
    flex: 0 0 50%;
    max-width: 40%;
  }

  #ipc-360.product_detail .product_first-img .btn_pink a {
    margin-bottom: 20px;
    max-width: 155px;
  }

  #ipc-360 .area_btn_dl_movie {
    display: none;
  }

  #ipc-360 .sp_only_text {
    display: list-item;
  }

  #ipc-360 #movie_list_img {
    flex-direction: row;
    gap: 16px;
  }
}
