@charset "UTF-8";
.products {
  position: relative;
  /*製品ページ下層ページ*/
}
.products .contents {
  position: relative;
}
.products.top {
  background: linear-gradient(0deg, rgb(11, 131, 143) 0%, rgb(11, 117, 149) 100%);
  /*イントロ*/
  /*リスト*/
}
@media screen and (max-width: 767px) {
  .products.top {
    background: linear-gradient(0deg, rgb(14, 144, 138) 0%, rgb(10, 117, 149) 100%);
  }
}
.products.top::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/products/img/top/bg_tp_left.png), url(/products/img/top/bg_tp_right.png), url(/products/img/top/bg_bottom.png);
  background-size: 590px 353px, 689px 1072px, 758px 518px;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left;
  mix-blend-mode: color-dodge;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products.top::before {
    background-image: url(/products/img/top/bg_tp_sp.png), url(/products/img/top/bg_tp_left_sp.png), url(/products/img/top/bg_tp_right_sp.png), url(/products/img/top/bg_tp_left2_sp.png);
    background-size: 100% 54vh, 251px 414px, 255px 459px, 182px 286px;
    background-repeat: no-repeat;
    background-position: top left, top 700px left 0, top 1170px right 0, bottom 390px left 0;
  }
}
.products.top .bg_wrapper {
  position: relative;
}
.products.top .contents {
  position: relative;
}
@media screen and (max-width: 767px) {
  .products.top .contents {
    padding-right: 0;
    padding-left: 0;
  }
}
.products.top .ttl {
  background: none;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products.top .ttl {
    background: none;
    background-size: cover;
  }
}
.products.top .ttl .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .products.top .ttl .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.products.top .products_section_top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 144px;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .products.top .products_section_top {
    align-items: flex-end;
    margin-bottom: 105px;
    height: 600px;
  }
}
.products.top .products_section_top::before {
  position: absolute;
  content: "";
  margin-left: 0;
  height: 700px;
  min-width: 1100px;
  width: calc(100vw - 170px);
  background: url(/products/img/top/img_mv.jpg) no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products.top .products_section_top::before {
    height: 600px;
    min-width: 100%;
    width: 100%;
    background: url(/products/img/top/img_mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.products.top .products_section_top .products_section_top-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products.top .products_section_top .products_section_top-inner {
    padding: 0 5%;
    width: 100%;
  }
}
.products.top .products_section_top p {
  font-size: 1.75rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .products.top .products_section_top p {
    padding-bottom: 50px;
    font-size: 1.25rem;
  }
}
.products.top .products_section_top p span {
  color: #5DEFE7;
}
.products.top .products_section .products_section_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list {
    justify-content: center;
  }
}
.products.top .products_section .products_section_list li {
  width: 358px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list li:not(:last-of-type) {
    margin-bottom: 14px;
  }
}
.products.top .products_section .products_section_list li .img-item.n01 {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list li .img-item.n01 {
    padding: 32px 10% 20px;
  }
}
.products.top .products_section .products_section_list li .img-item.n02 {
  padding: 65px 27px 0;
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list li .img-item.n02 {
    padding: 40px 17% 0px;
  }
}
.products.top .products_section .products_section_list li .img-item.n03 {
  padding: 60px 29px 29px 30px;
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list li .img-item.n03 {
    padding: 60px 16% 30px;
  }
}
.products.top .products_section .products_section_list li .txtbox {
  position: relative;
  padding-bottom: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.products.top .products_section .products_section_list li .txtbox::before {
  display: inline-block;
  content: "";
  width: 240px;
  height: 1px;
  background: #8DCCC9;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list li .txtbox::before {
    max-width: 240px;
    width: 72%;
  }
}
.products.top .products_section .products_section_list li .txtbox h3 {
  padding: 32px 0;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list li .txtbox h3 {
    padding: 26px 0;
    font-size: 1.375rem;
  }
}
.products.top .products_section .products_section_list li .txtbox h3 span {
  margin-top: 0.5em;
  display: block;
  font-size: 0.875rem;
  color: #9AD2CF;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .products.top .products_section .products_section_list li .txtbox h3 span {
    font-size: 0.75rem;
  }
}
.products.style {
  position: relative;
  background: linear-gradient(0deg, rgb(14, 144, 138) 0%, rgb(10, 117, 149) 100%);
}
.products.style .contents {
  padding-top: 0;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .products.style .contents {
    margin-top: -40px;
  }
}
.products.style .ttl-products-box {
  display: flex;
  flex-wrap: wrap;
}
.products.style .ttl-products-item {
  position: relative;
  padding-left: 60px;
  width: 50%;
  height: 625px;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .products.style .ttl-products-item {
    padding-left: 0px;
    width: 100%;
    height: auto;
    min-height: 220px;
  }
}
.products.style .ttl-products-item .ttl-products-flex {
  display: flex;
  margin-top: 100px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .products.style .ttl-products-item .ttl-products-flex {
    margin: 32px auto;
    padding-bottom: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.products.style .ttl-products-item .txtbox {
  position: relative;
}
.products.style .ttl-products-item .txtbox h3 {
  padding: 32px 0;
  font-size: 2.625rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products.style .ttl-products-item .txtbox h3 {
    padding: 26px 0;
    font-size: 1.75rem;
  }
}
.products.style .ttl-products-item .txtbox h3 span {
  margin-top: 0.5em;
  display: block;
  font-size: 1.125rem;
  color: #9AD2CF;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .products.style .ttl-products-item .txtbox h3 span {
    font-size: 0.75rem;
  }
}
.products.style .ttl {
  width: 50%;
  background: none;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products.style .ttl {
    width: 100%;
    background: none;
    background-size: cover;
  }
}
.products.style .ttl .inner {
  width: 291px;
  margin: auto 300px auto auto;
}
@media screen and (max-width: 767px) {
  .products.style .ttl .inner {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .products.style .products_item .inner {
    padding: 0;
  }
}
.products.style .products_item-list li.listbox {
  position: relative;
  padding: 54px 40px;
  background: linear-gradient(330deg, rgba(1, 49, 47, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list li.listbox {
    padding: 45px 7% 30px;
  }
}
.products.style .products_item-list li.listbox:not(:last-of-type) {
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list li.listbox:not(:last-of-type) {
    margin-bottom: 58px;
  }
}
.products.style .products_item-list h3 {
  margin-bottom: 1.5em;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list h3 {
    margin-bottom: 1.4em;
    font-size: 1.5625rem;
  }
}
.products.style .products_item-list .item-number {
  display: block;
  font-size: 5rem;
  color: #9AD2CF;
  font-family: "Heebo", sans-serif;
  position: absolute;
  top: -60px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .item-number {
    font-size: 4rem;
    top: -45px;
    left: 7%;
  }
}
.products.style .products_item-list .products_item-flex {
  display: flex;
  flex-wrap: wrap;
}
.products.style .products_item-list .products_item-flex .img-item {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .img-item {
    margin-bottom: 25px;
    width: 100%;
  }
}
.products.style .products_item-list .products_item-flex .img-item span {
  display: block;
}
.products.style .products_item-list .products_item-flex .img-item span + span {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .img-item span + span {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .img-item.n04 {
    margin-bottom: 14px;
  }
}
.products.style .products_item-list .products_item-flex .txt-item {
  width: 572px;
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .txt-item {
    width: 100%;
    margin-left: 0;
  }
}
.products.style .products_item-list .products_item-flex .txt-item .txt-img {
  margin-bottom: 64px;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .txt-item .txt-img {
    margin-bottom: 25px;
    width: 100%;
  }
}
.products.style .products_item-list .products_item-flex .txt-item .txt {
  color: #fff;
}
.products.style .products_item-list .products_item-flex .txt-item .txt h4 {
  margin-bottom: 0.4em;
  font-size: 1.375rem;
  color: #8DCCC9;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .txt-item .txt h4 {
    font-size: 1.125rem;
  }
}
.products.style .products_item-list .products_item-flex .txt-item .txt h5 {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .txt-item .txt h5 {
    font-size: 1rem;
  }
}
.products.style .products_item-list .products_item-flex .txt-item .txt + .txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex .txt-item .txt + .txt {
    margin-top: 20px;
  }
}
.products.style .products_item-list .products_item-flex + .products_item-flex {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .products_item-flex + .products_item-flex {
    margin-top: 50px;
  }
}
.products.style .products_item-list .products_item-flex + .product-link-box {
  margin-top: 25px;
}
.products.style .products_item-list .product-link-box {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 40px;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .product-link-box {
    padding: 24px 5%;
  }
}
.products.style .products_item-list .product-link-box a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .product-link-box a {
    width: 100%;
  }
}
.products.style .products_item-list .product-link-box a:not(:last-of-type) {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list .product-link-box a:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .products.style .products_item-list .product-link-box a:nth-of-type(5) {
    margin-top: 16px;
  }
}
.products.style .products_item-list.col1 .img-item + .img-item {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list.col1 .img-item + .img-item {
    margin-left: 0px;
  }
}
.products.style .products_item-list.col1 .txt-item {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products.style .products_item-list.col1 .products_item-flex + .products_item-flex {
    margin-top: 0px;
  }
}
.products.style.chassis::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/products/img/top/bg_tp_left.png), url(/products/img/top/bg_tp_right.png), url(/products/img/common/bg_common_left.png), url(/products/img/common/bg_common_right.png);
  background-size: 590px 353px, 689px 1072px, 824px 1416px, 864px 1279px;
  background-repeat: no-repeat;
  background-position: top 0 left 0, top 0 right 0, top 1340px left 0, bottom 470px right 0;
  mix-blend-mode: color-dodge;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products.style.chassis::before {
    background-image: url(/products/img/top/bg_tp_sp.png), url(/products/img/common/bg_common_left_sp.png), url(/products/img/common/bg_common_right_sp.png), url(/products/img/common/bg_common_left2_sp.png), url(/products/img/common/bg_common_right2_sp.png), url(/products/img/common/bg_common_left_sp.png), url(/products/img/common/bg_common_right_sp.png);
    background-size: 100% 54vh, 251px 424px, 240px 446px, 186px 384px, 195px 384px, 251px 424px, 240px 446px;
    background-repeat: no-repeat;
    background-position: top left, top 790px left 0, top 1350px right 0, top 2030px left 0, top 2720px right 0, top 3460px left 0, bottom 1250px right 0;
  }
}
.products.style.chassis .ttl-products-item .img-item {
  margin-left: 30px;
  max-width: 305px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .products.style.chassis .ttl-products-item .img-item {
    margin-left: 10px;
    max-width: 100px;
    width: 100%;
  }
}
.products.style.chassis .txtbox {
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .products.style.chassis .txtbox {
    min-width: auto;
    width: 196px;
  }
}
.products.style.body_omponents::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/products/img/top/bg_tp_left.png), url(/products/img/top/bg_tp_right.png), url(/products/img/common/bg_common_left.png), url(/products/img/common/bg_common_right.png), url(/products/img/common/bg_common_left.png), url(/products/img/common/bg_common_right.png);
  background-size: 590px 353px, 689px 1072px, 824px 1416px, 864px 1279px, 824px 1416px, 864px 1279px;
  background-repeat: no-repeat;
  background-position: top 0 left 0, top 0 right 0, top 1340px left 0, top 3000px right 0, top 4160px left 0, bottom -320px right 0;
  mix-blend-mode: color-dodge;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products.style.body_omponents::before {
    background-image: url(/products/img/top/bg_tp_sp.png), url(/products/img/common/bg_common_left_sp.png), url(/products/img/common/bg_common_right_sp.png), url(/products/img/common/bg_common_left2_sp.png), url(/products/img/common/bg_common_right2_sp.png), url(/products/img/common/bg_common_left_sp.png), url(/products/img/common/bg_common_right_sp.png);
    background-size: 100% 54vh, 251px 424px, 240px 446px, 186px 384px, 195px 384px, 251px 424px, 240px 446px;
    background-repeat: no-repeat;
    background-position: top left, top 790px left 0, top 1350px right 0, top 2030px left 0, top 2720px right 0, top 3460px left 0, bottom 1250px right 0;
  }
}
.products.style.body_omponents .ttl-products-item .img-item {
  max-width: 417px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products.style.body_omponents .ttl-products-item .img-item {
    margin-left: 10px;
    max-width: 160px;
    width: 100%;
  }
}
.products.style.body_omponents .txtbox {
  min-width: 210px;
}
@media screen and (max-width: 767px) {
  .products.style.body_omponents .txtbox {
    min-width: auto;
    width: 144px;
  }
}
.products.style.functional_omponents::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/products/img/top/bg_tp_left.png), url(/products/img/top/bg_tp_right.png), url(/products/img/top/bg_bottom.png);
  background-size: 590px 353px, 689px 1072px, 758px 518px;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left;
  mix-blend-mode: color-dodge;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products.style.functional_omponents::before {
    background-image: url(/products/img/top/bg_tp_sp.png), url(/products/img/top/bg_tp_left_sp.png), url(/products/img/top/bg_tp_right_sp.png), url(/products/img/top/bg_tp_left2_sp.png);
    background-size: 100% 54vh, 251px 414px, 255px 459px, 182px 286px;
    background-repeat: no-repeat;
    background-position: top left, top 870px left 0, top 1090px right 0, bottom 10px left 0;
  }
}
.products.style.functional_omponents .ttl-products-item .img-item {
  margin-left: 60px;
  max-width: 338px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products.style.functional_omponents .ttl-products-item .img-item {
    margin-left: 41px;
    max-width: 139px;
    width: 100%;
  }
}
.products.style.functional_omponents .txtbox {
  min-width: 217px;
}
@media screen and (max-width: 767px) {
  .products.style.functional_omponents .txtbox {
    min-width: auto;
    width: 144px;
  }
}
.products.style.functional_omponents .one_item .img-item + .img-item {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .products.style.functional_omponents .one_item .img-item + .img-item {
    margin-left: 0px;
  }
}
.products.style.functional_omponents .one_item .txt-item {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products.style.functional_omponents .one_item .products_item-flex + .products_item-flex {
    margin-top: 0px;
  }
}

/*************************/
/*部品の紹介マップ部分*/
.c-slider {
  position: relative;
  margin: 0 auto 151px;
  width: 1100px;
  height: 643px;
  /* overflow: hidden; */
  background-color: #fff; /* 背景色を設定して表示確認 */
}
@media screen and (max-width: 767px) {
  .c-slider {
    margin: 0 auto 112px;
    width: 100%;
    height: 390px;
  }
}

@media screen and (max-width: 767px) {
  .c-slider__inner {
    position: relative;
    overflow: scroll;
    cursor: -webkit-grab;
    cursor: grab;
  }
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .slides {
    width: 100%;
    height: 360px;
    _padding: 60px 0 60px;
    /* overflow: scroll;
    cursor: grab; */
  }
}

.slide {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slide {
    width: 530px;
    height: 428px;
    padding-top: 30px;
  }
}
.slide.active {
  opacity: 1;
}

.change-btn-wrapper {
  position: absolute;
  bottom: 64px;
  left: 50%;
  width: 282px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  transform: translate(-50%, 0);
  /* transform: translateY(-50%); */
}
@media screen and (max-width: 767px) {
  .change-btn-wrapper {
    bottom: 40px;
  }
}

.change-btn {
  cursor: pointer;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* color: #fff; */
  margin: 0;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 133px;
  background: #fff;
  border-radius: 50px;
}

/*リンクホバー*/
.filter {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .filter {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.links__item {
  min-width: 45px;
  position: absolute;
  _background-color: pink;
  display: none; /*javascriptで表示している*/
  cursor: pointer;
  /*ホバーしてない*/
  /*ホバーしたら*/
  /*SPでクラスが付与されたら*/
}
@media screen and (max-width: 767px) {
  .links__item {
    min-width: 25px;
  }
}
.links__item.links__item--1 {
  display: none;
  /* top: 110px;
  left: 190px; */
}
.links__item .product-svg {
  text-align: center;
  padding-top: 5px;
  position: relative;
  width: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .links__item .product-svg {
    width: 25px;
  }
}
.links__item .links__item__wrap {
  visibility: hidden;
  width: 320px;
  height: 150px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -130px;
  transition: 0.2s ease;
  opacity: 0;
  /*ホバーしてない中身*/
}
@media screen and (max-width: 767px) {
  .links__item .links__item__wrap {
    visibility: hidden;
    width: 180px;
    height: 100px;
    top: -70px;
  }
}
.links__item .links__item__wrap a {
  text-decoration: none;
  height: 100%;
  opacity: 1;
}
.links__item .links__item__wrap dl {
  padding: 10px;
  background-color: #fff;
  _background-color: green;
  border: solid 3px #DC0D17;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #403434;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .links__item .links__item__wrap dl {
    padding: 5px;
  }
}
.links__item .links__item__wrap dl:hover {
  background-color: #e8f5f4;
}
.links__item .links__item__wrap dl::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: #DC0D17;
  -webkit-clip-path: polygon(50% 20px, 0% 0%, 30px 0%);
          clip-path: polygon(50% 20px, 0% 0%, 30px 0%);
}
@media screen and (max-width: 767px) {
  .links__item .links__item__wrap dl::after {
    bottom: -10px;
    width: 20px;
    height: 10px;
    -webkit-clip-path: polygon(50% 10px, 0% 0%, 20px 0%);
            clip-path: polygon(50% 10px, 0% 0%, 20px 0%);
  }
}
.links__item .links__item__wrap dl dt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .links__item .links__item__wrap dl dt {
    width: 50%;
  }
}
.links__item .links__item__wrap dl dd {
  width: 60%;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .links__item .links__item__wrap dl dd {
    width: 50%;
  }
}
.links__item .links__item__wrap dl dd p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .links__item .links__item__wrap dl dd p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .links__item:hover {
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .links__item:hover .links__item__wrap {
    visibility: visible; /*Gナビメニューにホバーしたら表示*/
    _background-color: orange;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .links__item:active .links__item__wrap {
    visibility: visible; /*Gナビメニューにホバーしたら表示*/
    _background-color: orange;
    opacity: 1;
  }
}
.links__item.js-li-hover.link-hover {
  z-index: 10;
}
.links__item.js-li-hover.link-hover .links__item__wrap {
  visibility: visible; /*Gナビメニューにホバーしたら表示*/
  _background-color: orange;
  opacity: 1;
}/*# sourceMappingURL=products_common.css.map */