@charset "UTF-8";
body {
  font-family: "Noto Sans SC", sans-serif;
}

/* ヘッダー
  ------------------------------------------- */
.header__top a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* フッター
  ------------------------------------------- */
footer .footer__link .__inner dl {
  width: 35%;
  padding-right: 60px;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__link .__inner > div {
  width: 65%;
  padding-left: 60px;
}
footer .footer__link .__inner > div ul {
  gap: 40px;
}

@media all and (max-width: 960px) {
  footer .footer__link .__inner dl {
    width: 100%;
    padding-right: 0;
  }
  footer .footer__link .__inner > div {
    width: 100%;
    padding-left: 0;
  }
  footer .footer__link .__inner > div ul {
    gap: 0;
  }
}
/* Topページ
------------------------------------------- */
.top_zh #Topics .topics__item:not(:first-of-type) {
  margin-top: 60px;
}

@media all and (max-width: 767px) {
  .top_zh #Topics .topics__item:not(:first-of-type) {
    margin-top: 16vw;
  }
}
td img {
  max-width:100%
}
/* 追従ボタン 
------------------------------------------- */
@media screen and (max-width: 767px) {
  .dl_btn .dl_btn_container a:first-of-type {
    display: none;
  }
}
/* ウェアラブルページ
------------------------------------------- */
.wearable #Products__desc .category__box__wrapper {
  height: 618px;
}


 