body {
  min-width: 100%;
  color: #444;
}

@media not all and (max-width: 767px), print {
  .ly_wrapper {
    min-width: 1460px;
  }
}
.ly_wrapper_main {
  margin-inline: auto;
}

.ly_header {
  border-top: none;
  background-color: unset;
  color: var(--black_txt);
  font-size: 1.6rem;
  line-height: 1.5;
  z-index: 1000;
  box-shadow: none;
}
@media not all and (max-width: 1000px), print {
  .ly_header {
    position: sticky;
    width: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .ly_header {
    position: fixed;
    width: 100%;
    background-color: #fff;
  }
}
.ly_header a {
  text-decoration: none;
  color: var(--black_txt);
}
@media not all and (max-width: 1000px), print {
  .ly_header_order {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .ly_header_order {
    font-size: 1.1rem;
  }
}
@media not all and (max-width: 1000px), print {
  .ly_header_search {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .ly_header_search {
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 1000px), print {
  .ly_header_menu {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .ly_header_menu {
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 1000px), print {
  .ly_header_menu .txt {
    margin-top: -4px;
  }
}
@media not all and (max-width: 1000px), print {
  .ly_header_parent a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .ly_header_parent a {
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 1000px), print {
  .ly_header_subList a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .ly_header_subList a {
    font-size: 1.5rem;
  }
}
.ly_header_hdg {
  font-size: 2.2rem;
}
.ly_header_searchBox input {
  padding-inline: 0;
  border: none;
  font-weight: 500;
}
@media not all and (max-width: 1000px), print {
  .ly_header_searchBox input {
    padding-block: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .ly_header_searchBox input {
    padding-block: 8px 11px;
    font-size: 1.6rem;
  }
}
.ly_header_sideFootList > li a {
  font-size: 1.2rem;
}

.ly_footer {
  padding-top: 0;
  border-top: none;
  color: var(--black_txt);
  font-size: 1.6rem;
  line-height: 1.5;
}
.ly_footer a {
  text-decoration: none;
}
.ly_footer a:hover {
  color: currentColor;
}
.ly_footer_hdg {
  font-size: 2.3rem;
}
@media not all and (max-width: 767px), print {
  .ly_footer_parent a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_parent a {
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px), print {
  .ly_footer_subList a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_footer_subList a {
    font-size: 1.5rem;
  }
}
.ly_footer_sub > li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .ly_footer_sub > li a {
    font-size: 1.5rem;
  }
}

.bl_breadcrumb a {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.5;
}
.bl_breadcrumb a:hover {
  color: currentColor;
}

.bl_pageHead {
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .bl_pageHead_lTitle:lang(en) {
    font-size: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageHead_lTitle:lang(en) {
    font-size: 4rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_pageHead_lTitle {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageHead_lTitle {
    font-size: 3.6rem;
  }
}
.bl_pageHead_title {
  font-size: 1.9rem;
}

@media not all and (max-width: 767px), print {
  .navigation_list li.is_new:before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation_list li.is_new:before {
    font-size: 1rem;
  }
}
@media not all and (max-width: 767px), print {
  .navigation_hdg {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .navigation_hdg {
    font-size: 1.1rem;
  }
}

.select-wrap h2 {
  font-weight: 700;
}

.item h3 {
  font-weight: 700;
}