@charset "utf-8";
/* ----------------------------------------
Base
---------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/* ----------------------------------------
HEADER
---------------------------------------- */
.body.is-drawerActive {
  overflow: hidden;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 6rem;
}
.l-header-inner {
  justify-content: flex-end;
}
.l-header-logo {
  max-width: none;
  margin: 0 0 0 1.5rem;
}
.l-header-logo-img {
  width: 134px;
  height: auto;
}
.l-header-logo-sub-title {
  margin: 0 0 0 10px;
  font-size: 1rem;
}
.body.is-drawerActive .l-header-logo-sub-title {
  color: #333;
}
.l-header-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  transform: translate(100%, 6rem);
  transition: transform 0.5s ease;
}
.l-header-nav.is-drawerActive {
  transform: translate(0, 6rem);
}
.l-header-nav-box {
  justify-content: flex-start;
  flex-direction: column;
  /* JP/ENボタン表示 ↓ */
  /* margin: 2rem 0 6rem; */
  /* JP/ENボタン非表示 ↓ */
  margin: 0 0 6rem;
}
.l-header-nav-lot {
  width: 100%;
  margin: 0;
}
.l-header-nav-list {
  flex-direction: column;
}
.l-header-nav-list-item {
  border-top: 1px solid #e9ecee;
  color: #333;
  margin-right: 0;
  width: 100%;
}
.l-header-nav-list-item:last-child {
  border-bottom: 1px solid #e9ecee;
}
.l-header-nav-list-item + .l-header-nav-list-item {
  margin: 0;
}
.l-header-nav-list-item-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 1.5rem;
  height: 7rem;
}
.l-header-nav-list-item-link::before {
  display: none;
}
.l-header-nav-list-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
  transform: rotate(45deg) translateY(-50%);
}
.l-header-nav-list-item.is-active .l-header-nav-list-item-link {
  border-bottom: transparent;
}
.l-header-nav-list-item-link.hover {
  color: #0068b7;
}
.h-catalog-link {
  max-width: none;
  padding: 0 3rem;
  height: 7.2rem;
  margin: 3rem 0 0;
}
.l-header-drawer {
  display: block;
}
.l-drawer-button {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 60px;
  height: 60px;
  background-color: #0068b7;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.l-drawer-button-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: inherit;
}
.l-drawer-button-line::before,
.l-drawer-button-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: inherit;
}
.l-drawer-button-line::before {
  top: -7px;
}
.l-drawer-button-line::after {
  top: 7px;
}
.l-drawer-button[aria-expanded="true"] .l-drawer-button-line {
  background-color: transparent;
}
.l-drawer-button[aria-expanded="true"] .l-drawer-button-line::before,
.l-drawer-button[aria-expanded="true"] .l-drawer-button-line::after {
  top: 0;
  background-color: #fff;
}
.l-drawer-button[aria-expanded="true"] .l-drawer-button-line::before {
  transform: rotate(45deg);
}
.l-drawer-button[aria-expanded="true"] .l-drawer-button-line::after {
  transform: rotate(-45deg);
}
.u-visuallyHidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
}
/* ----------------------------------------
.language
---------------------------------------- */
.language {
  margin: 0 1.5rem 1.5rem 0;
}
/* ----------------------------------------
.l-footer
---------------------------------------- */
.l-footer {
  padding: 4rem 0 2.5rem 0;
}
.l-footer-inner {
  padding: 0 1.5rem;
}
.l-footer-info-inner {
  justify-content: center;
}
.l-footer-info-link {
  padding: 2rem 1.5rem;
  width: 100%;
}
.l-footer-info-list-link {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-footer-info-link-list-item {
  height: 4.6rem;
}
.l-footer-info-link-list-item.pump {
  width: 100%;
}
.l-footer-info-link-list-item.youtube {
  width: 100%;
  margin: 0 0 0 1.5rem;
}
.l-footer-nav-list {
  flex-direction: column;
}
.l-footer-nav-list-item {
  text-align: center;
}
.l-footer-nav-list-item + .l-footer-nav-list-item {
  margin: 2.5rem 0 0 0;
}
.l-footer-nav-list-link-text {
  font-size: 1.4rem;
}
.l-footer-info-img {
  height: 1.8rem;
  vertical-align: middle;
}
.pump .l-footer-info-img {
  height: 2.8rem;
  vertical-align: middle;
}
/* ----------------------------------------
.l-footer-nav-cnt-sub
---------------------------------------- */
.l-footer-nav-cnt-sub {
  margin: 4.5rem 0 0;
}
.l-footer-nav-list-sub {
  flex-wrap: wrap;
  border-top: 1px solid #015595;
  border-left: 1px solid #015595;
}
.l-footer-nav-list-item-sub {
  padding: 0;
  width: 50%;
  border-right: 1px solid #015595;
  border-bottom: 1px solid #015595;
}
.l-footer-nav-list-item-sub:first-child {
  border-right: none;
  padding: 0;
}
.l-footer-nav-list-item-sub:nth-child(3) {
  border-right: none;
  border-left: none;
}
.l-footer-nav-list-link-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
.l-footer-nav-list-link-sub.hover {
  text-decoration: none;
  background-color: #015595;
}
.l-footer-bottom-cnt {
  flex-direction: column;
  justify-content: center;
  margin: 2rem 0 0 0;
}
.l-footer-copylight {
  align-items: center;
  margin: 3rem auto 0 auto;
}
/* ----------------------------------------
.download-area
---------------------------------------- */
.download-area {
  padding: 5rem 1.5rem 6rem;
}
.download-en {
  font-size: 3.2rem;
  margin: 0 0 3rem;
}
.download-box {
  margin: 0 0 3rem;
}
.download-title {
  font-size: 1.8rem;
  line-height: 1.7;
}
.download-text {
  font-size: 1.4rem;
}
.download-link {
  max-width: 32.5rem;
  height: 8rem;
  padding: 0.5rem 2rem;
  justify-content: flex-start;
}
.download-link::before {
  width: 5.3rem;
  right: 1.5rem;
}
.download-link::after {
  right: 1.5rem;
}
.download-link figure img {
  width: 7rem;
}
.download-link-text {
  font-size: 1.6rem;
}
.download-link-text span {
  display: none;
}
/******************************************************* 下層ページ */
/* ----------------------------------------
メインビジュアル
---------------------------------------- */
.common-mv-area {
  margin: 6rem 0 0;
  height: 18rem;
}
.common-mv-area.multi-disc-roller-press::before {
  background-image: url("/products/Dehydrators-Series/images/multi-disc-roller-press/hd-tit-multi-disc-roller-press_sp.png");
}
.common-mv-area.multi-disc-screw-press::before {
  background-image: url("/products/Dehydrators-Series/images/multi-disc-screw-press/hd-tit-multi-disc-screw-press_sp.png");
}
.common-mv-area.small-wastewater-treatment::before {
  background-image: url("/products/Dehydrators-Series/images/small-wastewater-treatment/hd-tit-small-wastewater-treatment_sp.png");
}
.common-mv-area.dewatering-system::before {
  background-image: url("/products/Dehydrators-Series/images/dewatering-system/hd-tit-dewatering-system_sp.png");
}
.common-mv-title {
  font-size: 2.1rem;
  line-height: 1.6;
  padding: 0 1.5rem;
}
/* ----------------------------------------
動画
---------------------------------------- */
.video-area {
  padding: 3.5rem 0 5rem;
}
.video-lot {
  padding: 3rem 0 0;
}
.video-container {
  max-width: none;
}
.video-name {
  line-height: 1.6;
}
