@charset "UTF-8";
/* ----- reset ----- */
body {
  letter-spacing: 0;
}

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
a:hover {
  opacity: inherit;
}
a:active {
  color: unset;
}

button {
  color: inherit;
}

ul {
  list-style: none;
}

h1, h2, h3 {
  margin: 0;
}

/* ----- font ----- */
@font-face {
  font-family: "D-DinPro";
  src: url("../fonts/d_din_pro/D-DIN-PRO-600-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "D-DinPro";
  src: url("../fonts/d_din_pro/D-DIN-PRO-700-Bold.otf") format("opentype");
}
/* ----- base ----- */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  background-color: #fff;
  color: #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: opacity 0.3s;
}

/* c-breadcrumb */
.c-breadcrumb {
  margin-left: 3.9%;
  position: relative;
}
@media (max-width: 768px) {
  .c-breadcrumb {
    margin-left: 6.1%;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  color: #4a474c;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 0.9rem;
    line-height: 2.3;
  }
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "";
  margin: 0 14px;
  display: inline-block;
  width: 5px;
  height: 2.1rem;
  background-color: #4a474c;
  -webkit-mask: url("../../assets/images/global/breadcrumb-sep.svg") center/contain no-repeat;
          mask: url("../../assets/images/global/breadcrumb-sep.svg") center/contain no-repeat;
  vertical-align: middle;
}
.c-breadcrumb__item--current[aria-current=page] {
  opacity: 1;
}
.c-breadcrumb__item--current[aria-current=page]::before {
  background-color: #E60012;
}
.c-breadcrumb__link {
  display: inline-block;
}
.c-breadcrumb.-white li {
  color: #fff;
}
.c-breadcrumb.-white li:not(:first-child)::before {
  background-color: #fff;
}
.c-breadcrumb.-white li[aria-current=page]::before {
  background-color: #E60012;
}

/* c-back */
.c-back {
  margin: 0 auto;
  padding: 80px 0 130px;
  width: 89.1%;
  max-width: 1283px;
  position: relative;
}
@media (max-width: 768px) {
  .c-back {
    padding: 80px 0 40px;
  }
}
.c-back__link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4.4;
  letter-spacing: 0.16rem;
  color: #4a474c;
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-back__link {
    width: 87.8%;
    gap: 16px;
    font-size: 1.4rem;
    line-height: 2.6;
    letter-spacing: 0.1em;
  }
}
.c-back__arrow {
  width: 21px;
  height: 8px;
  background-color: #4A474C;
  -webkit-mask: url("../../assets/images/global/arrow-back.svg") center/contain no-repeat;
          mask: url("../../assets/images/global/arrow-back.svg") center/contain no-repeat;
  transition: transform 0.3s ease;
}
.c-back__link:hover .c-back__arrow {
  transform: translateX(-7px);
}

/* ----- icon component ----- */
.c-icon {
  height: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-icon.-battery {
  width: 23.4px;
  aspect-ratio: 23.4/34.9;
  background-image: url("../images/hamonband-s/icon/icon-battery.png");
}
@media (max-width: 950px) {
  .c-icon.-battery {
    width: 14.32px;
  }
}
.c-icon.-algorithm {
  width: 46.09px;
  aspect-ratio: 46.1/39.3;
  background-image: url("../images/hamonband-s/icon/icon-algorithm.png");
}
@media (max-width: 950px) {
  .c-icon.-algorithm {
    width: 28.2px;
  }
}
.c-icon.-communication {
  width: 42.5px;
  aspect-ratio: 42.5/32.9;
  background-image: url("../images/hamonband-s/icon/icon-communication.png");
}
@media (max-width: 950px) {
  .c-icon.-communication {
    width: 26px;
  }
}
.c-icon.-led {
  width: 22px;
  aspect-ratio: 22/42;
  background-image: url("../images/hamonband-s/icon/icon-led.png");
}
@media (max-width: 950px) {
  .c-icon.-led {
    width: 13.5px;
  }
}
.c-icon.-sound {
  width: 40px;
  aspect-ratio: 40/37.6;
  background-image: url("../images/hamonband-s/icon/icon-sound.png");
}
@media (max-width: 950px) {
  .c-icon.-sound {
    width: 24.5px;
  }
}
.c-icon.-log {
  width: 31.4px;
  aspect-ratio: 31.4/33.5;
  background-image: url("../images/hamonband-s/icon/icon-log.png");
}
@media (max-width: 950px) {
  .c-icon.-log {
    width: 19.2px;
  }
}
.c-icon.-waterproof {
  width: 41.35px;
  aspect-ratio: 1/1;
  background-image: url("../images/hamonband-s/icon/icon-waterproof.png");
}
@media (max-width: 950px) {
  .c-icon.-waterproof {
    width: 25.3px;
  }
}

/* ----- image component ----- */
.c-img, .c-img--service::before, .c-img--service::after, .c-img--notice, .c-img--ope, .c-img--algo, .c-img--logo {
  height: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-img--logo {
  width: 86.6%;
  max-width: 974px;
  aspect-ratio: 974/207;
  background-image: url("../images/hamonband-s/logo-mv.png");
}
@media (max-width: 950px) {
  .c-img--logo {
    width: 468px;
    opacity: 0.7;
  }
}

.c-img--white {
  width: 100%;
  height: 268px;
  background: linear-gradient(180deg, #FFF, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 950px) {
  .c-img--white {
    height: 159px;
  }
}

.c-img--algo {
  width: 32.7%;
  aspect-ratio: 319.8/156;
  background-image: url("../images/hamonband-s/desc_algorithm.png");
}
@media (max-width: 950px) {
  .c-img--algo {
    width: 210.9px;
  }
}

.c-img--ope {
  width: 41.5%;
  max-width: 164.3px;
  aspect-ratio: 164.3/114.7;
  background-image: url("../images/hamonband-s/desc_operation.png");
}
@media (max-width: 950px) {
  .c-img--ope {
    width: 110.5px;
  }
}

.c-img--notice {
  width: clamp(33.7px, 3.6vw, 51.9px);
  aspect-ratio: 51.9/132.8;
}
.c-img--notice.-blue {
  background-image: url("../images/hamonband-s/desc_notice-blue.png");
}
.c-img--notice.-yellow {
  background-image: url("../images/hamonband-s/desc_notice-yellow.png");
}
.c-img--notice.-red {
  background-image: url("../images/hamonband-s/desc_notice-red.png");
}

.c-img--service {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8E9AA6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-img--service::before, .c-img--service::after {
  content: "";
}
.c-img--service::after {
  margin: auto;
  width: 93.4%;
  aspect-ratio: 1/1;
  background-image: url("../images/hamonband-s/service_line.svg");
  position: absolute;
  inset: 0;
}
.c-img--service.-log::before {
  width: 25.4%;
  aspect-ratio: 68.4/73;
  background-image: url("../images/hamonband-s/service_log.svg");
}
.c-img--service.-maintenance::before {
  width: 23.4%;
  aspect-ratio: 1/1;
  background-image: url("../images/hamonband-s/service_maintenance.svg");
}

.c-shadow {
  width: calc(100% - 2px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #272727 71.15%, rgba(37, 37, 37, 0) 100%);
  display: block;
  position: absolute;
  top: 16%;
  left: 6.3%;
  opacity: 0.1;
}

/* ----- button component ----- */
.button, .c-button--cta, .c-hbsButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: "Inter", sans-serif;
  color: #2A2A36;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.button span, .c-button--cta span, .c-hbsButton span {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transition: background-color 0.4s 0.1s ease-out, border 0.4s 0.1s ease-out;
}
.button span svg, .c-button--cta span svg, .c-hbsButton span svg {
  width: 9.3px;
  display: block;
  transition: translate 0.3s ease-out;
}
@media (max-width: 950px) {
  .button span svg, .c-button--cta span svg, .c-hbsButton span svg {
    width: 6px;
    height: auto;
  }
}
.button span svg path, .c-button--cta span svg path, .c-hbsButton span svg path {
  transition: stroke 0.3s ease-out;
}
.button:hover span svg, .c-button--cta:hover span svg, .c-hbsButton:hover span svg {
  translate: 4px 4px;
}

.c-hbsButton {
  padding: 8.9px 10.7px 7.6px 32px;
  width: 227.17px;
  height: 67.89px;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.82);
  color: #2A2A36;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  transition: color 0.4s 0.1s ease-out, background-color 0.4s 0.1s ease-out;
  will-change: transform;
}
@media (max-width: 950px) {
  .c-hbsButton {
    width: 143px;
    height: 44px;
    padding: 5.7px 7.2px 4.9px 16px;
    font-size: 1.04rem;
    filter: drop-shadow(0 2.6px 19.5px rgba(0, 0, 0, 0.25));
  }
}
.c-hbsButton span {
  width: 51.44px;
  border: solid 1px #5E5E6C;
}
@media (max-width: 950px) {
  .c-hbsButton span {
    width: 33.4px;
    border: 1px solid rgba(94, 94, 108, 0.65);
  }
}
.c-hbsButton.-history::before {
  content: "";
  border-radius: 35px;
  background-image: linear-gradient(to right, #A5DBFF, #51ABF3);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease-out;
}
.c-hbsButton:hover span svg path {
  stroke: #fff;
}
.c-hbsButton:hover.-history {
  background-color: transparent;
  color: #fff;
}
.c-hbsButton:hover.-history span {
  border-color: #fff;
}
.c-hbsButton:hover.-history::before {
  opacity: 1;
}
.c-hbsButton:hover.-contact span {
  border: 0;
  background-color: #3F3B3A;
}

.c-button--cta {
  gap: 18px;
  position: fixed;
  bottom: 48px;
  right: 83.5px;
  z-index: 5;
  color: #3D3D3D;
}
@media (max-width: 950px) {
  .c-button--cta {
    gap: 12.5px;
    bottom: 37px;
    right: 21px;
    font-size: 1.16rem;
  }
}
.c-button--cta span {
  width: 51.44px;
  background-color: #3F3B3A;
  position: relative;
}
@media (max-width: 950px) {
  .c-button--cta span {
    width: 37.5px;
  }
}
.c-button--cta span::before {
  content: "";
  border-radius: 50%;
  background-image: linear-gradient(133deg, rgba(255, 255, 255, 0) -28.05%, #FFF 74.68%);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease-out;
}
.c-button--cta:hover span {
  background-color: transparent;
}
.c-button--cta:hover span svg path {
  stroke: #3F3B3A;
}
.c-button--cta:hover span::before {
  opacity: 1;
}

/* ----- wrapper component ----- */
.c-wrapper {
  margin-inline: auto;
  width: 67.9%;
  max-width: 978px;
}
@media (max-width: 950px) {
  .c-wrapper {
    width: 82.6%;
    max-width: 695.3px;
  }
}

/* ----- title component ----- */
.c-hbsSecTitle {
  font-family: "D-DinPro", sans-serif;
  font-size: clamp(1.9rem, 4.83vw, 3.1rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.13em;
  opacity: 0.5;
}
@media (max-width: 950px) {
  .c-hbsSecTitle {
    line-height: 1.47;
    letter-spacing: 0.15em;
  }
}
.c-hbsSecTitle br {
  display: none;
}
@media (max-width: 950px) {
  .c-hbsSecTitle br {
    display: block;
  }
}

.c-txt--feature {
  font-size: clamp(1.25rem, 1.4vw, 2rem);
  font-weight: 700;
  line-height: 1.92;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .c-txt--feature {
    line-height: 2;
  }
}

.c-txt--btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 950px) {
  .c-txt--btn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.c-txt--btn p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Inter", sans-serif;
  line-height: 1.24;
}
@media (max-width: 950px) {
  .c-txt--btn p {
    width: 100%;
  }
}
.c-txt--btn p span {
  height: 1px;
  display: block;
  opacity: 0.75;
}
@media (max-width: 950px) {
  .c-txt--btn p span {
    flex: 1;
    opacity: 0.55;
  }
}

/* ----- svg animation ----- */
.c-svg path {
  stroke-dasharray: 780px;
  stroke-dashoffset: 780px;
  -webkit-animation: line 4s ease-in-out forwards;
          animation: line 4s ease-in-out forwards;
}

@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 780px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes line {
  0% {
    stroke-dashoffset: 780px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* ----- layout ----- */
.l-main {
  padding-top: 154px;
}
@media (max-width: 950px) {
  .l-main {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  .l-main {
    margin-top: 64px;
    padding-top: 24px;
  }
}

/* ----- first view ----- */
.p-hbsFv {
  margin-top: 77px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip visible;
}
@media (max-width: 950px) {
  .p-hbsFv {
    margin-top: 0;
  }
}
.p-hbsFv__scroll {
  flex: 1;
  position: relative;
}
.p-hbsFv__scroll p {
  display: inline-block;
  position: absolute;
  bottom: 75.5px;
  left: 57px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 3.2;
  letter-spacing: 0.15em;
  transform: rotate(90deg);
}
@media (max-width: 950px) {
  .p-hbsFv__scroll p {
    bottom: 31px;
    left: 17px;
    font-size: 0.9rem;
  }
}
.p-hbsFv__scroll p span {
  opacity: 0;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 950px) {
  .p-hbsFv__scroll p span {
    opacity: 1;
    -webkit-animation: unset;
            animation: unset;
  }
}
.p-hbsFv__scroll p span:nth-child(1) {
  -webkit-animation-name: scroll-1;
          animation-name: scroll-1;
}
.p-hbsFv__scroll p span:nth-child(2) {
  -webkit-animation-name: scroll-2;
          animation-name: scroll-2;
}
.p-hbsFv__scroll p span:nth-child(3) {
  -webkit-animation-name: scroll-3;
          animation-name: scroll-3;
}
.p-hbsFv__scroll p span:nth-child(4) {
  -webkit-animation-name: scroll-4;
          animation-name: scroll-4;
}
.p-hbsFv__scroll p span:nth-child(5) {
  -webkit-animation-name: scroll-5;
          animation-name: scroll-5;
}
.p-hbsFv__scroll p span:nth-child(6) {
  -webkit-animation-name: scroll-6;
          animation-name: scroll-6;
}
.p-hbsFv__scroll p::before, .p-hbsFv__scroll p::after {
  content: "";
  width: 103px;
  display: none;
  position: absolute;
  left: 0;
}
@media (max-width: 950px) {
  .p-hbsFv__scroll p::before, .p-hbsFv__scroll p::after {
    display: block;
  }
}
.p-hbsFv__scroll p::before {
  height: 1px;
  background-color: #000;
  bottom: 1px;
  transform: scaleY(0.4);
}
.p-hbsFv__scroll p::after {
  height: 2px;
  background-color: #3F3B3A;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation: scroll-sp 0.8s linear infinite;
          animation: scroll-sp 0.8s linear infinite;
}
.p-hbsFv__scroll svg {
  position: absolute;
  top: 4px;
  left: 105px;
}
@media (max-width: 950px) {
  .p-hbsFv__scroll svg {
    display: none;
  }
}
.p-hbsFv__mv {
  width: 78.1%;
  height: 757.4px;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsFv__mv {
    width: 86.26%;
    height: 649px;
  }
}
.p-hbsFv__product {
  width: 482.5px;
  position: absolute;
  top: 172.9px;
  right: 13.4%;
}
@media (max-width: 950px) {
  .p-hbsFv__product {
    margin-inline: auto;
    width: 302.7px;
    top: 232px;
    right: 0;
    left: 0;
    transform: translateX(18.15px);
  }
}
.p-hbsFv__note {
  position: absolute;
  bottom: 40.5px;
  left: 61px;
}
@media (max-width: 950px) {
  .p-hbsFv__note {
    bottom: 27.2px;
    left: 36.8px;
  }
}
.p-hbsFv__note p {
  position: relative;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsFv__note p {
    font-size: 0.74rem;
  }
}
.p-hbsFv__note p:first-child::before {
  content: "※";
  margin-right: 8px;
  position: absolute;
  top: 0;
  right: 100%;
  font-size: 89%;
  font-weight: 400;
  line-height: 2.6179775281;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .p-hbsFv__note p:first-child::before {
    margin-right: 4.5px;
  }
}
.p-hbsFv__bg {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle 757.4px at 54.7% 289.5px, #FFF 17.79%, rgba(255, 255, 255, 0.67) 37.5%, rgba(179, 220, 232, 0.35) 61.54%, rgba(139, 201, 220, 0) 100%), url("../images/hamonband-s/fv_bg-blue.png") top left/100% 100% no-repeat #8DCAEC;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 950px) {
  .p-hbsFv__bg {
    background: radial-gradient(531.5px 523px at 22.1% 290px, #FFF 17.79%, rgba(255, 255, 255, 0.67) 37.5%, rgba(179, 220, 232, 0.35) 61.54%, rgba(139, 201, 220, 0) 100%), url("../images/hamonband-s/fv_bg-blue.png") top left/100% 100% no-repeat #8DCAEC;
  }
}
.p-hbsFv__bg::before, .p-hbsFv__bg::after {
  content: "";
  display: block;
  position: absolute;
  mix-blend-mode: screen;
}
.p-hbsFv__bg::before {
  width: 70%;
  min-width: 788px;
  aspect-ratio: 788/439;
  background: url("../images/hamonband-s/fv_bg-light-l.png") center/contain no-repeat;
  bottom: 500.5px;
  right: 42%;
}
@media (max-width: 950px) {
  .p-hbsFv__bg::before {
    width: 482px;
    min-width: unset;
    bottom: 443px;
    right: unset;
    left: -130px;
  }
}
.p-hbsFv__bg::after {
  width: 596.7px;
  aspect-ratio: 596.7/467.33;
  background: url("../images/hamonband-s/fv_bg-light-r.png") center/contain no-repeat;
  bottom: 435px;
  right: -336.67px;
}
@media (max-width: 950px) {
  .p-hbsFv__bg::after {
    width: 62.3%;
    min-width: 221.2px;
    bottom: 400.6px;
    right: -19.8%;
  }
}
.p-hbsFv__bg .c-img--logo {
  position: absolute;
  top: -12px;
  right: 7.4%;
}
@media (max-width: 950px) {
  .p-hbsFv__bg .c-img--logo {
    width: 468px;
    top: -40px;
    right: -24px;
    opacity: 0.7;
    transform: rotate(-90deg);
    transform-origin: bottom right;
  }
}
.p-hbsFv__txt {
  max-width: unset;
  position: absolute;
  top: 230.9px;
  left: 0;
  right: 0;
}
@media (max-width: 950px) {
  .p-hbsFv__txt {
    top: 57.7px;
  }
}
.p-hbsFv__txt p {
  font-weight: 700;
}
.p-hbsFv__txt--main {
  margin-left: 8px;
  font-size: 2.71rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsFv__txt--main {
    margin: 0;
    font-size: 1.53rem;
    line-height: 1.75;
  }
}
.p-hbsFv__txt--main span {
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 950px) {
  .p-hbsFv__txt--main span {
    font-size: 0.7rem;
  }
}
.p-hbsFv__txt--small {
  margin: 25px 0 0 7px;
  font-size: 1.8rem;
  line-height: 2.16;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsFv__txt--small {
    margin: 8.9px 0 0;
    font-size: 1.01rem;
  }
}
.p-hbsFv__txt h1 {
  margin: -4px 0 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 27.92px;
  font-size: 0;
}
@media (max-width: 950px) {
  .p-hbsFv__txt h1 {
    margin: -3.8px 0 0;
    gap: 15.2px;
  }
}
.p-hbsFv__txt h1 > img {
  margin-top: 26.12px;
  width: 378.5px;
}
@media (max-width: 950px) {
  .p-hbsFv__txt h1 > img {
    margin-top: 14.2px;
    width: 206px;
  }
}
.p-hbsFv__txt h1 span > img {
  width: 55.6px;
  mix-blend-mode: color-burn;
  opacity: 0.7;
}
@media (max-width: 950px) {
  .p-hbsFv__txt h1 span > img {
    width: 30.23px;
  }
}

@-webkit-keyframes scroll-1 {
  0%, 0% {
    opacity: 0;
  }
  40%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-1 {
  0%, 0% {
    opacity: 0;
  }
  40%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-2 {
  0%, 8% {
    opacity: 0;
  }
  48%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-2 {
  0%, 8% {
    opacity: 0;
  }
  48%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-3 {
  0%, 16% {
    opacity: 0;
  }
  56%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-3 {
  0%, 16% {
    opacity: 0;
  }
  56%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-4 {
  0%, 24% {
    opacity: 0;
  }
  64%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-4 {
  0%, 24% {
    opacity: 0;
  }
  64%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-5 {
  0%, 32% {
    opacity: 0;
  }
  72%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-5 {
  0%, 32% {
    opacity: 0;
  }
  72%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-6 {
  0%, 40% {
    opacity: 0;
  }
  80%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-6 {
  0%, 40% {
    opacity: 0;
  }
  80%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll-sp {
  0%, 20% {
    transform: scaleX(0);
  }
  80%, 100% {
    transform: scaleX(1);
  }
}
@keyframes scroll-sp {
  0%, 20% {
    transform: scaleX(0);
  }
  80%, 100% {
    transform: scaleX(1);
  }
}
/* ----- product description section ----- */
.p-hbsDesc {
  margin-top: 100.5px;
  padding-bottom: 109.1px;
  width: 100%;
  text-align: center;
}
@media (max-width: 950px) {
  .p-hbsDesc {
    margin-top: 106px;
    max-width: unset;
    padding-bottom: 62.15px;
  }
}
.p-hbsDesc > p {
  margin-right: 8px;
  font-size: 2.28rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsDesc > p {
    margin-right: 3px;
    font-size: clamp(1.25rem, 3.2vw, 1.8rem);
    line-height: 2;
  }
}
.p-hbsDesc > p br:first-child {
  display: none;
}
@media (max-width: 950px) {
  .p-hbsDesc > p br:first-child {
    display: block;
  }
}
.p-hbsDesc ul {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  gap: 11.4px;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .p-hbsDesc ul {
    margin: 22.4px auto 0;
    width: 86.5%;
    justify-content: center;
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 10px;
  }
}
.p-hbsDesc ul li {
  aspect-ratio: 129.7/131.86;
  border-radius: 40px;
  border: 1px solid #3D3D3D;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsDesc ul li {
    width: 79.4px;
    border-radius: 25px;
    flex: unset;
  }
}
.p-hbsDesc ul li p {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.p-hbsDesc__item--battery {
  padding-top: 31.5px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--battery {
    padding-top: 19.3px;
  }
}
.p-hbsDesc__item--battery p {
  margin-top: 20.2px;
  font-size: 1.44rem;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--battery p {
    margin-top: 11.9px;
    font-size: 0.9rem;
  }
}
.p-hbsDesc__item--algorithm {
  padding-top: 29.3px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--algorithm {
    padding-top: 17.9px;
  }
}
.p-hbsDesc__item--algorithm > div:nth-child(2) {
  margin-top: 13.7px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--algorithm > div:nth-child(2) {
    margin-top: 8.4px;
  }
}
.p-hbsDesc__item--algorithm > div:nth-child(2) p {
  font-size: 1.07rem;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--algorithm > div:nth-child(2) p {
    font-size: 0.67rem;
  }
}
.p-hbsDesc__item--algorithm > div:nth-child(2) p + p {
  margin-top: 3px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--algorithm > div:nth-child(2) p + p {
    margin-top: 2px;
  }
}
.p-hbsDesc__item--communication {
  padding-top: 32.5px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--communication {
    padding-top: 19.9px;
  }
}
.p-hbsDesc__item--communication p {
  margin-top: 21.2px;
  font-size: 1.44rem;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--communication p {
    margin-top: 12.5px;
    font-size: 0.9rem;
  }
}
.p-hbsDesc__item--communication .c-icon {
  transform: translateX(10.9%);
}
.p-hbsDesc__item--led {
  padding-top: 28px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--led {
    padding-top: 17.1px;
  }
}
.p-hbsDesc__item--led p {
  margin-top: 12.4px;
  font-size: 1.07rem;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--led p {
    margin-top: 7.6px;
    font-size: 0.67rem;
  }
}
.p-hbsDesc__item--led .c-icon {
  transform: translateX(18.6%);
}
.p-hbsDesc__item--sound {
  padding-top: 30.5px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--sound {
    padding-top: 18.7px;
  }
}
.p-hbsDesc__item--sound p {
  margin-top: 13.9px;
  font-size: 1.07rem;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--sound p {
    margin-top: 8.5px;
    font-size: 0.67rem;
  }
}
.p-hbsDesc__item--log {
  padding-top: 32.6px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--log {
    padding-top: 19.9px;
  }
}
.p-hbsDesc__item--log p {
  margin-top: 22.6px;
  font-size: 1.23rem;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--log p {
    margin-top: 13.4px;
    font-size: 0.77rem;
  }
}
.p-hbsDesc__item--waterproof {
  padding-top: 27.9px;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--waterproof {
    padding-top: 17.1px;
  }
}
.p-hbsDesc__item--waterproof p {
  margin-top: 19.4px;
  font-size: 1.23rem;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-hbsDesc__item--waterproof p {
    margin-top: 11.4px;
    font-size: 0.77rem;
  }
}

/* ----- feature section ----- */
.p-hbsFeature {
  padding: 133px 0 136.9px;
  width: 100%;
  background-color: #F7F8F9;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsFeature {
    padding: 64px 0 85.2px;
  }
}
.p-hbsFeature__scroll {
  position: absolute;
  top: 112px;
  left: 109px;
}
@media (max-width: 950px) {
  .p-hbsFeature__scroll {
    display: none;
  }
}
@media (max-width: 950px) {
  .p-hbsFeature__list {
    width: 87.8%;
  }
}
.p-hbsFeature h2 {
  padding-left: 75px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsFeature h2 {
    padding-left: 51.7px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
.p-hbsFeature h2::before {
  content: "";
  width: 23px;
  aspect-ratio: 23/41;
  background-color: #E60012;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 3px;
  vertical-align: bottom;
  transform: skew(-37.5deg);
  transform-origin: bottom left;
}
@media (max-width: 950px) {
  .p-hbsFeature h2::before {
    width: 17.5px;
    top: -3px;
    left: -2px;
  }
}
.p-hbsFeature section + section {
  margin-top: 57px;
}
@media (max-width: 950px) {
  .p-hbsFeature section + section {
    margin-top: 53px;
  }
}
.p-hbsFeature__content {
  display: flex;
}
@media (max-width: 950px) {
  .p-hbsFeature__content {
    padding-inline: 10px;
  }
}
.p-hbsFeature__content.-algo {
  margin-top: 53px;
  justify-content: center;
  gap: 14.5%;
}
@media (max-width: 950px) {
  .p-hbsFeature__content.-algo {
    margin-top: 29.8px;
    flex-direction: column;
    align-items: center;
    gap: 45.3px;
  }
}
.p-hbsFeature__content.-algo .c-img--algo {
  margin-left: 36.2px;
  transform: translateY(-5.8%);
}
@media (max-width: 950px) {
  .p-hbsFeature__content.-algo .c-img--algo {
    margin: 0;
    transform: translate(-2.1%, 0);
  }
}
.p-hbsFeature__content.-other {
  margin-top: 56px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .p-hbsFeature__content.-other {
    margin-top: 41px;
    justify-content: center;
    gap: 34.4px;
  }
}
.p-hbsFeature__txt {
  margin-right: -5px;
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsFeature__txt {
    margin: 0;
    flex: unset;
  }
}
.p-hbsFeature__txt--main span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  vertical-align: text-top;
  transform: translateX(-30%);
}
@media (max-width: 950px) {
  .p-hbsFeature__txt--main span {
    font-size: 0.6rem;
  }
}
.p-hbsFeature__txt--note {
  margin-top: 18px;
  font-size: clamp(1.1rem, 1.1vw, 1.4rem);
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsFeature__txt--note {
    margin-top: 11px;
    line-height: 2.4;
  }
}
.p-hbsFeature__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-hbsFeature__item > p {
  letter-spacing: 0.1em;
}
.p-hbsFeature__item.-ope {
  margin-left: 11px;
  width: 40.5%;
  transform: translateY(8.8px);
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-ope {
    margin: 0;
    width: auto;
    gap: 49.3px;
    transform: translate(6.08px, 2.41px);
  }
}
.p-hbsFeature__item.-ope > p {
  width: 50.8%;
  transform: translateY(6.76px);
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-ope > p {
    width: auto;
    transform: translateY(2.41px);
  }
}
.p-hbsFeature__item.-ope > p br {
  display: none;
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-ope > p br {
    display: block;
  }
}
.p-hbsFeature__item.-notice {
  width: 51.3%;
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-notice {
    width: auto;
    gap: 31.5px;
  }
}
.p-hbsFeature__item.-notice ul {
  min-width: 155.3px;
  width: 46.4%;
  display: flex;
  justify-content: space-between;
  gap: 13.9%;
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-notice ul {
    gap: 10%;
  }
}
.p-hbsFeature__item.-notice ul > li {
  flex: 1;
}
.p-hbsFeature__item.-notice ul > li > p {
  font-size: clamp(0.98rem, 0.95vw, 1.29rem);
  font-weight: 700;
  line-height: 2.6;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
.p-hbsFeature__item.-notice ul > li > div {
  margin: 15.25px auto 0;
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-notice ul > li > div {
    margin-top: 6px;
  }
}
.p-hbsFeature__item.-notice > p {
  width: 44%;
  white-space: nowrap;
  transform: translate(5px, 15px);
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-notice > p {
    width: auto;
    transform: translate(0, 11.81px);
  }
}

/* ----- service section ----- */
.p-hbsService {
  padding-bottom: 174px;
  width: 100%;
  background-color: #8E9AA6;
  position: relative;
  color: #fff;
  overflow: clip visible;
}
@media (max-width: 950px) {
  .p-hbsService {
    padding-bottom: 71px;
  }
}
.p-hbsService h2 {
  font-size: 0;
}
.p-hbsService h2 img {
  width: 374px;
}
@media (max-width: 950px) {
  .p-hbsService h2 img {
    margin: -2px 0 0 2px;
    width: 236px;
  }
}
@media (max-width: 950px) {
  .p-hbsService > .c-wrapper {
    width: 87.8%;
  }
}
.p-hbsService > .c-wrapper > p {
  margin-top: 24px;
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsService > .c-wrapper > p {
    margin-top: 1px;
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
.p-hbsService > .c-wrapper > p::after {
  content: "";
  width: 514px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(100% + 53px);
}
@media (max-width: 950px) {
  .p-hbsService > .c-wrapper > p::after {
    height: 1px;
    left: calc(100% + 18px);
  }
}
.p-hbsService > .c-wrapper > ul {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .p-hbsService > .c-wrapper > ul {
    margin-top: 39.6px;
    gap: 34.6px;
  }
}
.p-hbsService > .c-wrapper > ul > li {
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsService > .c-wrapper > ul > li {
    flex: none;
  }
}
.p-hbsService__logo {
  width: 67.6%;
  max-width: 974px;
  position: absolute;
  bottom: 0;
  right: 82px;
}
@media (max-width: 950px) {
  .p-hbsService__logo {
    width: 96.7%;
    max-width: 692.2px;
    right: 0;
  }
}
.p-hbsService__logo svg {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(55.1%);
}
@media (max-width: 950px) {
  .p-hbsService__logo svg {
    stroke-width: 1px;
    stroke: rgba(142, 154, 166, 0.5);
    transform: translate(-3px, 73.75%);
  }
}
.p-hbsService__logo::before {
  content: "";
  width: 136%;
  height: 210%;
  background: url("../images/hamonband-s/service_logoBg.png") bottom left/100% 100% no-repeat;
  display: block;
  position: absolute;
  bottom: -31.4%;
  left: -15.2%;
  z-index: -1;
}
@media (max-width: 950px) {
  .p-hbsService__logo::before {
    width: 87.9%;
    height: 642.5%;
    bottom: -51.25%;
    left: unset;
    right: 0;
  }
}

/* ----- service card ----- */
.p-hbsServiceCard {
  width: 49.7%;
  display: flex;
  align-items: flex-start;
  gap: 5.36%;
}
@media (max-width: 950px) {
  .p-hbsServiceCard {
    width: 100%;
    align-items: center;
    gap: 18.6px;
  }
}
.p-hbsServiceCard.-log {
  transform: translateX(-4.6%);
}
@media (max-width: 950px) {
  .p-hbsServiceCard.-log {
    transform: unset;
  }
}
.p-hbsServiceCard__img {
  width: 39.3%;
  min-width: 115.8px;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__img {
    margin-left: -2.5px;
    width: 115.8px;
  }
}
.p-hbsServiceCard__txt {
  margin-top: 7.6px;
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt {
    margin: 0 10px 0 0;
  }
}
.p-hbsServiceCard__txt h3 {
  font-size: clamp(1.25rem, 1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt h3 {
    line-height: 1.9;
  }
}
.p-hbsServiceCard__txt p {
  margin-top: 32px;
  font-size: clamp(1rem, 1.1vw, 1.6rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt p {
    margin-top: 11.4px;
    line-height: 2.35;
  }
}
.p-hbsServiceCard__txt.-maintenance h3 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt.-maintenance h3 {
    font-size: 1.24rem;
    line-height: 1.5;
  }
}
.p-hbsServiceCard__txt.-maintenance h3 span {
  font-size: clamp(0.86rem, 0.8vw, 1.17rem);
  line-height: 2.15;
  letter-spacing: 0.2em;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt.-maintenance h3 span {
    letter-spacing: 0.1em;
  }
}
.p-hbsServiceCard__txt.-maintenance p {
  margin-top: 12px;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt.-maintenance p {
    margin-top: 12.4px;
  }
}

/* ----- history section ----- */
.p-hbsHistory {
  margin-top: 145px;
  padding: 88px 0 141px;
  background: url("../images/hamonband-s/history_bg.jpg") 50% 78.5%/max(1529px, 100%) no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsHistory {
    margin-top: 95px;
    padding: 36px 0 59px;
    background-position: 43% top;
    background-size: max(1004px, 100%);
  }
}
.p-hbsHistory__content {
  padding: 116.5px 151px 118.1px;
  width: 88.6%;
  max-width: 1276px;
  border-radius: 65px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 950px) {
  .p-hbsHistory__content {
    padding: 67.5px 10.2% 71px;
    width: 89%;
    border-radius: 40px;
  }
}
.p-hbsHistory__content > p {
  margin-top: 35.35px;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsHistory__content > p {
    margin-top: 25px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.p-hbsHistory__button {
  margin-top: 17px;
  gap: 23.1px;
}
@media (max-width: 950px) {
  .p-hbsHistory__button {
    margin-top: 40px;
    gap: 16px;
  }
}
.p-hbsHistory__button p {
  gap: 20.8px;
  color: #252525;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-hbsHistory__button p {
    padding-right: 9.3px;
    gap: 14.7px;
    font-size: 1.04rem;
    letter-spacing: 0.15em;
  }
}
.p-hbsHistory__button p span {
  width: 93px;
  background-color: #252525;
}
@media (max-width: 950px) {
  .p-hbsHistory__button p span {
    width: auto;
    max-width: 128px;
  }
}
.p-hbsHistory::before {
  content: "";
  width: 100%;
  height: 414px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 80%, #FFF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 950px) {
  .p-hbsHistory::before {
    height: 204px;
  }
}

/* ----- specification section ----- */
.p-hbsSpecification {
  padding: 94.5px 0 146.8px;
}
@media (max-width: 950px) {
  .p-hbsSpecification {
    padding: 47px 0 65.8px;
  }
}
.p-hbsSpecification__content {
  margin-top: 68.9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 950px) {
  .p-hbsSpecification__content {
    margin-top: 44px;
    flex-direction: column-reverse;
    gap: 33px;
  }
}
.p-hbsSpecification__txt {
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt {
    width: 100%;
    flex: unset;
  }
}
.p-hbsSpecification__txt p,
.p-hbsSpecification__txt dl {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.3rem);
  line-height: 1.24;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt p,
.p-hbsSpecification__txt dl {
    line-height: 1.18;
  }
}
.p-hbsSpecification__txt dl {
  margin-top: 29.8px;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt dl {
    margin-top: 32.8px;
  }
}
.p-hbsSpecification__txt dl > div {
  display: flex;
}
.p-hbsSpecification__txt dl > div + div {
  margin-top: 12.3px;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt dl > div + div {
    margin-top: 15.3px;
  }
}
.p-hbsSpecification__txt dl dt {
  width: 28.3%;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt dl dt {
    width: 33.4%;
    max-width: 140px;
  }
}
.p-hbsSpecification__txt dl dd {
  margin-left: 10px;
  flex: 1;
}
.p-hbsSpecification figure {
  width: 55.8%;
  transform: translate(4.8%, 5.7%);
}
@media (max-width: 950px) {
  .p-hbsSpecification figure {
    margin: 0;
    width: 87.3vw;
    max-width: 546px;
    transform: translate(1.2%, 0);
  }
}

/* ----- contact section ----- */
.p-hbsContact {
  padding-bottom: 65px;
  background: url("../images/hamonband-s/contact_bg.jpg") left top/cover no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsContact {
    padding-bottom: 51px;
    background-image: url("../images/hamonband-s/contact_bg-sp.jpg");
  }
}
.p-hbsContact h2 {
  font-family: "D-DinPro", sans-serif;
  color: #fff;
  font-size: 7.48rem;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.15em;
  transform: translate(-12px, -3px);
}
@media (max-width: 950px) {
  .p-hbsContact h2 {
    font-size: 5.23rem;
    line-height: 1.12;
    transform: translate(-3px, -9px);
  }
}
.p-hbsContact__button {
  gap: 22.1px;
}
@media (max-width: 950px) {
  .p-hbsContact__button {
    margin-top: 2.4px;
    gap: 16px;
  }
}
.p-hbsContact__button p {
  gap: 14.9px;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsContact__button p {
    padding-right: 23px;
    gap: 22px;
    font-size: 1.04rem;
  }
}
.p-hbsContact__button p span {
  width: 100px;
  background-color: #fff;
}
@media (max-width: 950px) {
  .p-hbsContact__button p span {
    width: auto;
    max-width: 188px;
  }
}
@media (max-width: 950px) {
  .p-hbsContact__button > a {
    padding-left: 25px;
  }
}

/* ----- JS animation ----- */
.u-animation--opacity, .js-hbsFv_btn, .js-hbsFv_txt, .js-hbsFv_product, .js-hbsFv_bg {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.u-animation--opacity.is-appeared, .is-appeared.js-hbsFv_btn, .is-appeared.js-hbsFv_txt, .is-appeared.js-hbsFv_product, .is-appeared.js-hbsFv_bg {
  opacity: 1;
}

.u-animation--opacity0, .js-hbsTarget.-history > *, .js-hbsTarget.-history, .js-hbsTarget.-logo, .js-hbsTarget.-service .p-hbsServiceCard__img, .js-hbsTarget.-service .p-hbsServiceCard__txt, .js-hbsTarget.-desc > li {
  opacity: 0;
  transition: opacity 1s 0.4s ease-in-out;
}

.u-animation--opacity1, .js-hbsTarget.-history.is-appeared > *, .js-hbsTarget.-history.is-appeared, .js-hbsTarget.-logo.is-appeared, .js-hbsTarget.-service.is-appeared .p-hbsServiceCard__img, .js-hbsTarget.-service.is-appeared .p-hbsServiceCard__txt, .js-hbsTarget.-desc.is-appeared > li, .js-hbsFv_txt.-s.is-appeared {
  opacity: 1;
}

.js-hbsFv_bg {
  opacity: 0.01;
  transition-delay: 0.2s;
}

.js-hbsFv_product {
  transition-delay: 1.6s;
}

.js-hbsFv_txt {
  transition-delay: 2.8s;
}
.js-hbsFv_txt.-s {
  opacity: 0.01;
}
.js-hbsFv_btn {
  transition-delay: 3.4s;
}

.js-hbsTarget.-desc > li:nth-child(1) {
  transition-delay: calc(0.4s + 0.2s * (1 - 1));
}
.js-hbsTarget.-desc > li:nth-child(2) {
  transition-delay: calc(0.4s + 0.2s * (2 - 1));
}
.js-hbsTarget.-desc > li:nth-child(3) {
  transition-delay: calc(0.4s + 0.2s * (3 - 1));
}
.js-hbsTarget.-desc > li:nth-child(4) {
  transition-delay: calc(0.4s + 0.2s * (4 - 1));
}
.js-hbsTarget.-desc > li:nth-child(5) {
  transition-delay: calc(0.4s + 0.2s * (5 - 1));
}
.js-hbsTarget.-desc > li:nth-child(6) {
  transition-delay: calc(0.4s + 0.2s * (6 - 1));
}
.js-hbsTarget.-desc > li:nth-child(7) {
  transition-delay: calc(0.4s + 0.2s * (7 - 1));
}
.js-hbsTarget.-service .p-hbsServiceCard__img, .js-hbsTarget.-service .p-hbsServiceCard__txt {
  transform: translateX(-8px);
  transition-property: opacity, transform;
}
@media (max-width: 950px) {
  .js-hbsTarget.-service .p-hbsServiceCard__img, .js-hbsTarget.-service .p-hbsServiceCard__txt {
    transform: translateX(0px);
  }
}
.js-hbsTarget.-service .p-hbsServiceCard__img.-maintenance {
  transition-delay: 0.8s;
}
@media (max-width: 950px) {
  .js-hbsTarget.-service .p-hbsServiceCard__img.-maintenance {
    transition-delay: 0.6s;
  }
}
.js-hbsTarget.-service .p-hbsServiceCard__txt {
  transition-delay: 0.6s;
}
@media (max-width: 950px) {
  .js-hbsTarget.-service .p-hbsServiceCard__txt {
    transition-delay: 0.4s;
  }
}
.js-hbsTarget.-service .p-hbsServiceCard__txt.-maintenance {
  transition-delay: 1s;
}
@media (max-width: 950px) {
  .js-hbsTarget.-service .p-hbsServiceCard__txt.-maintenance {
    transition-delay: 0.6s;
  }
}
.js-hbsTarget.-service.is-appeared .p-hbsServiceCard__img, .js-hbsTarget.-service.is-appeared .p-hbsServiceCard__txt {
  transform: translateX(0);
}
.js-hbsTarget.-logo {
  transition-delay: 0.6s;
}
.js-hbsTarget.-history > * {
  transition-delay: 1.2s;
}
.js-hbsTarget.-history.is-appeared > h2 {
  opacity: 0.5;
}
.js-hbsTarget.-feature path {
  -webkit-animation: unset;
          animation: unset;
}
.js-hbsTarget.-feature.is-appeared path {
  -webkit-animation: line 4s ease-in-out forwards;
          animation: line 4s ease-in-out forwards;
}

/* ----- WordPress用スタイル上書き ----- */
#breadcrumb {
  display: none;
}
.l-container {
  max-width: unset;
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=style.css.map */