@media screen and (max-width: 767px) {
    .p-products {
        padding-bottom: 20vw;
      }
    }
    #to-top a {
      display: none;
    }
    @media screen and (max-width: 1024px) {
      #to-top a img{
        max-width: 48px;
      }
    }
    @media screen and (min-width: 768px) {
      .p-products .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
      }
    }
    @media screen and (min-width: 1025px) {
      .l-header__nav__list__item.t-products,
      .l-header__nav__list__item.t-compnay,
      .l-header__nav__list__item.t-ir,
      .l-header__nav__list__item.t-sastinability{
        padding-right: 12px;
      }

      .l-header__nav__list__item.t-products:after,
      .l-header__nav__list__item.t-compnay:after,
      .l-header__nav__list__item.t-ir:after,
      .l-header__nav__list__item.t-sastinability:after,
      .l-header__nav__list__item.t-products:after{
        content: "";
        background: url(/assets/img/common/icon_arw_down.svg);
        width: 8px;
        height: 4px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        background-size: cover;
      }
    }
    @media screen and (min-width: 1260px) {
      .l-header__nav__list__item.t-products:after,
      .l-header__nav__list__item.t-compnay:after,
      .l-header__nav__list__item.t-ir:after,
      .l-header__nav__list__item.t-sastinability:after,
      .l-header__nav__list__item.t-products:after{
        right: -6px;
      }
    }