.home .top_lineup_section {
  height: 800px;
}

#ledshighlight #kv .container,
#ledshighbay #kv .container {
  width: 900px;
  max-width: 100%;
}

#ledshighlight #kv .product_list_title_wrapper,
#ledshighbay #kv .product_list_title_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#ledshighlight #kv .product_list_img_wrapper img,
#ledshighbay #kv .product_list_img_wrapper img {
  width: 180px;
  height: auto;
  margin: auto;
}

#ledshighlight #kv .product_list_title_wrapper h1,
#ledshighbay #kv .product_list_title_wrapper h1 {
  font-size: 40px;
  font-size: 2.5000rem;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  padding-bottom: 0;
}

#ledshighlight #kv,
#ledshighbay #kv {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex.case_study_product_list>#product_5 {
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.flex.case_study_product_list>#product_5 a>p {
  padding-top: 25px;
}

.flex.case_study_product_list>#product_5 a img {
  filter: drop-shadow(0 0 0.5em #000000);
}

.flex.case_study_product_list>#product_5 a:hover img {
  filter: drop-shadow(0 0 10px white);
}

.coming_soon {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.top_feature_section .feature_head {
  background-image: url(https://stanley-ledlighting.com/jp/wordpress/wp-content/themes/lighting/add/img/label_bkg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs {
  margin-bottom: 40px;
}

.breadcrumbs li {
  display: flex;
}

.breadcrumbs li p br {
  display: none;
}

.back_btn_block {
  margin-top: 30px;
}

.back_btn_block .btn_wrapper {
  width: auto;
  max-width: 100%;
  display: flex;
}

.back_btn_block .btn_wrapper a {
  font-size: 1.0000rem;
  border-radius: 5px 5px 0 0;
  padding: 20px 10px;
}

#document_link_section {
  padding-bottom: 0;
}

#special_link_section {
  margin-bottom: 0;
}

#casestudy_video_list #kv,
#casestudy_video__archives #kv {
  margin-bottom: 80px;
}

.video_list_section .video_list.casestudy_video_list .video_item .info .title,
.video_list_section .video_list.casestudy_video_list .video_item .info .title {
  height: auto;
  font-size: 1.0000rem;
}

.video_list_section .video_list.casestudy_video_list .video_item .info .product,
.video_list_section .video_list.casestudy_video_list .video_item .info .product {
  margin-bottom: 10px;
  font-size: 1.0000rem;
}

.video_list_section .video_list.casestudy_video_list .video_item .info .link,
.video_list_section .video_list.casestudy_video_list .video_item .info .link {
  font-size: 0.7500rem;
  text-decoration: underline;
}

.btn_wrapper .btn_3.ies_btn {
  background: #57b174;
  border: 2px solid #57b174;
}

.btn_wrapper .btn_3.ies_btn:hover {
  color: #57b174;
  background: white;
}

.ies_desc {
  text-align: center;
  color: black;
  font-size: 14px;
}

@media (max-width: 767px) {
  .back_btn_block {
    margin-top: 30px;
  }

  .back_btn_block .btn_wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .back_btn_block .btn_wrapper a {
    font-size: 1.0000rem;
  }

  .breadcrumbs {
    display: none;
  }

  #document_link_section.bkg_white .container {
    padding-bottom: 0;
  }
}

/* 20240619 追記 */
#home .entry-content section.top_dialux_section,
.category section.top_dialux_section {
  padding: 40px 0 0;
  background-color: #fff !important;
  margin-bottom: 0;
  background-image: url(https://www.stanley-electric.com/assets/lighting/add/img/dialux.svg);
  background-repeat: no-repeat;
  background-position: right calc((100vw - 1280px) / 2) center;
  background-size: 47%;
  position: relative;
}

#home .entry-content section.top_dialux_section::before,
.category section.top_dialux_section::before {
  content: "";
  background-color: rgba(40, 37, 38, .97);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#home .entry-content section.top_dialux_section .container,
.category section.top_dialux_section .container {
  background: transparent;
  position: relative;
}

.dialux_head {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dialux_head>p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.dialux_head a {
  color: #d25402;
  display: block;
  text-decoration: underline;
}

.dialux_head .link_wrapper {
  flex-wrap: nowrap;
}

.dialux_head .link_txt p {
  font-size: 15px;
}

.dialux_head .link_url {
  padding-left: 10px;
}

@media (min-width: 768px) {
  .dialux_head .link_txt {
    padding-right: 20px;
    border-right: 1px solid #fff;
  }
}

@media (max-width: 767px) {

  #home .entry-content section.top_dialux_section,
  .category section.top_dialux_section {
    background-image: none;
  }

  .dialux_img {
    width: 50% !important;
    margin: 0 auto 25px;
  }
}