@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 {
  width: auto;
  height: 53px;
  aspect-ratio: 63 / 53;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  .c-icon {
    height: 26px;
  }
}
.c-icon.-clock {
  background-image: url("../images/hamonband-v/icon-clock.svg");
}
.c-icon.-battery {
  background-image: url("../images/hamonband-v/icon-battery.svg");
}
.c-icon.-algorithm {
  background-image: url("../images/hamonband-v/icon-algorithm.svg");
}
.c-icon.-communication {
  background-image: url("../images/hamonband-v/icon-communication.svg");
}
.c-icon.-led {
  background-image: url("../images/hamonband-v/icon-led.svg");
}
.c-icon.-timeSet {
  background-image: url("../images/hamonband-v/icon-timeSet.svg");
}
.c-icon.-sound {
  background-image: url("../images/hamonband-v/icon-sound.svg");
}
.c-icon.-log {
  background-image: url("../images/hamonband-v/icon-log.svg");
}
.c-icon.-bluetooth {
  background-image: url("../images/hamonband-v/icon-bluetooth.svg");
}
.c-icon.-waterproof {
  background-image: url("../images/hamonband-v/icon-waterproof.svg");
}

/* ----- 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: 87.5%;
  max-width: 1177px;
  aspect-ratio: 1177/230;
  background-image: url("../images/hamonband-v/logo-mv.svg");
}
@media (max-width: 950px) {
  .c-img--logo {
    width: 468px;
  }
}

.c-img--white {
  width: 100%;
  height: 320px;
  background: linear-gradient(to bottom, #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: 33.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: 196.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--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.-clock::before {
  width: 26.6%;
  aspect-ratio: 1/1;
  background-image: url("../images/hamonband-v/service_clock.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: 11.2px;
  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: 10.5px 13px 9px 38px;
  width: 269px;
  height: 80.5px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.82);
  color: #2A2A36;
  font-size: 1.9rem;
  box-shadow: 0 4.7px 36px 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: 61px;
  border: solid 1.2px #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, #D1D1D1, #7C7C7C);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s 0.1s ease-out;
}
.c-hbsButton.-contact {
  box-shadow: 0 4.7px 36px rgba(44, 99, 144, 0.3);
}
.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: 66%;
  max-width: 1133px;
}
@media (max-width: 950px) {
  .c-wrapper {
    width: 82.6%;
    max-width: 695.3px;
  }
}
.c-wrapper--md {
  margin-inline: auto;
  width: 67.8%;
  max-width: 1167px;
}
@media (max-width: 950px) {
  .c-wrapper--md {
    width: 82.6%;
  }
}


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

.c-txt--feature {
  font-size: clamp(1.25rem, 1.66vw, 2.4rem);
  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: 91px;
  left: 69px;
  font-size: 1.43rem;
  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 {
  width: 39.4px;
  height: auto;
  position: absolute;
  top: 4px;
  left: 126px;
}
@media (max-width: 950px) {
  .p-hbsFv__scroll svg {
    display: none;
  }
}
.p-hbsFv__mv {
  width: 78.1%;
  height: 905px;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsFv__mv {
    width: 86.26%;
    height: 649px;
  }
}
.p-hbsFv__product {
  width: 58.6%;
  max-width: 787.4px;
  position: absolute;
  top: 138.5px;
  right: 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: 67px;
}
@media (max-width: 950px) {
  .p-hbsFv__note {
    bottom: 37px;
    left: 36.8px;
  }
}
.p-hbsFv__note p {
  position: relative;
  color: #3D3D3D;
  font-size: 1.63rem;
  font-weight: 700;
  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: 11px;
  position: absolute;
  top: 0;
  right: 100%;
  font-weight: 400;
  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 940px at 53.1% 46.4%, #FFF 18%, rgba(255, 255, 255, 0.67) 38%, rgba(179, 220, 232, 0.35) 62%, rgba(139, 201, 220, 0.00) 100%) #FFECEC;
  position: relative;
  overflow-x: hidden;
}
.p-hbsFv__bg::before, .p-hbsFv__bg::after {
  content: "";
  display: block;
  position: absolute;
  mix-blend-mode: screen;
}
.p-hbsFv__bg::before {
  width: 58%;
  aspect-ratio: 780/254;
  background: url("../images/hamonband-v/fv_bg-light-l.png") center/contain no-repeat;
  top: 0;
  left: 0;
}
.p-hbsFv__bg::after {
  width: 311px;
  aspect-ratio: 311/385;
  background: url("../images/hamonband-v/fv_bg-light-r.png") center/contain no-repeat;
  top: 0;
  right: 0;
}
.p-hbsFv__bg .c-img--logo {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@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;
  width: 66%;
  position: absolute;
  top: 307.5px;
  left: 0;
  right: 0;
}
@media (max-width: 950px) {
  .p-hbsFv__txt {
    top: 100px;
  }
}
.p-hbsFv__txt p {
  font-weight: 700;
}
.p-hbsFv__txt--main {
  font-size: 3.24rem;
  line-height: 1.72;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsFv__txt--main {
    font-size: 1.53rem;
    line-height: 1.75;
  }
}
.p-hbsFv__txt--main span {
  font-size: 1.7rem;
  font-weight: 400;
  vertical-align: text-bottom;
}
@media (max-width: 950px) {
  .p-hbsFv__txt--main span {
    font-size: 0.7rem;
  }
}
.p-hbsFv__txt--small {
  margin-top: 4px;
  font-size: 2.15rem;
  line-height: 2.17;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsFv__txt--small {
    margin-top: 9px;
    font-size: 1.01rem;
  }
}
.p-hbsFv__txt h1 {
  margin: 12px 0 0 5px;
  font-size: 0;
}
@media (max-width: 950px) {
  .p-hbsFv__txt h1 {
    margin: -3.8px 0 0;
  }
}
.p-hbsFv__txt h1 > img {
  width: 623px;
}
@media (max-width: 950px) {
  .p-hbsFv__txt h1 > img {
    width: 206px;
  }
}
.p-hbvFv__lead {
  position: absolute;
  bottom: calc(100% + 6px);
  left: -78px;
}
@media (max-width: 950px) {
  .p-hbvFv__lead {
    left: -20px;
  }
}
.p-hbvFv__lead img {
  width: 398px;
}
@media (max-width: 950px) {
  .p-hbvFv__lead img {
    width: 200px;
  }
}

@-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: 87px;
  padding-bottom: 112px;
  width: 100%;
  max-width: 1133px;
  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.72rem;
  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: 57px;
  display: flex;
  justify-content: space-between;
  gap: 15px 13px;
  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__item {
  width: calc((100% - 13px * 4) / 5);
  min-height: 144px;
  padding: 25px 10px 10px;
  border-radius: 43px;
  border: 1.1px solid #4F4F4F;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 950px) {
  .p-hbsDesc__item {
    width: 80px;
    min-height: unset;
    border-radius: 25px;
    flex: unset;
  }
}
.p-hbsDesc__item.-timeSet {
  padding: 21px 10px 10px;
}
.p-hbsDesc__item.-timeSet .p-hbsDesc__itemTxt {
  margin-top: 10px;
}
.p-hbsDesc__itemTxt {
  margin-top: 12px;
  font-size: 1.58rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 950px) {
  .p-hbsDesc__itemTxt {
    font-size: clamp(0.87rem, 1.6vw, 1.09rem);
  }
}
.p-hbsDesc__itemTxt.-sm {
  margin-top: 6px;
  font-size: 1.36rem;
}
@media (max-width: 950px) {
  .p-hbsDesc__itemTxt.-sm {
    font-size: clamp(0.65rem, 1.2vw, 0.81rem);
  }
}

/* ----- feature section ----- */
.p-hbsFeature {
  padding: 133px 0 135px;
  width: 100%;
  background-color: #F7F8F9;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsFeature {
    padding: 64px 0 85.2px;
  }
}
.p-hbsFeature__scroll {
  position: absolute;
  top: 77px;
  bottom: 127px;
  left: 130px;
}
@media (max-width: 950px) {
  .p-hbsFeature__scroll {
    display: none;
  }
}
.p-hbsFeature__scroll svg {
  width: auto;
  height: 100%;
}
@media (max-width: 950px) {
  .p-hbsFeature__list {
    width: 87.8%;
  }
}
.p-hbsFeature h2 {
  padding-left: 73px;
  position: relative;
  font-size: 2.87rem;
  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: -13px;
  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: 67.4px;
}
@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: 42.5px;
  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: 27px;
  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: 85px;
  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: -26.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: 21.5px 0 0 8.4px;
  font-size: clamp(1.1rem, 1.16vw, 1.67rem);
  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 {
  width: 41.8%;
  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 {
  margin-right: -23px;
  width: 53%;
}
@media (max-width: 950px) {
  .p-hbsFeature__item.-notice {
    width: auto;
    gap: 31.5px;
  }
}
.p-hbsFeature__noticeImg {
  min-width: 155.3px;
  width: 49.3%;
}
.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: 208px;
  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: 445px;
}
@media (max-width: 950px) {
  .p-hbsService h2 img {
    margin: -2px 0 0 2px;
    width: 236px;
  }
}
.p-hbsService__lead {
  margin-top: 33px;
  display: flex;
  align-items: center;
  gap: 63px;
  font-size: 2.87rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsService__lead {
    margin-top: 1px;
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
.p-hbsService__lead::after {
  content: "";
  width: auto;
  height: 2.4px;
  background-color: #fff;
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsService__lead::after {
    height: 1px;
  }
}
.p-hbsService ul {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .p-hbsService ul {
    margin-top: 39.6px;
    gap: 34.6px;
  }
}
.p-hbsService ul > li {
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsService ul > li {
    flex: none;
  }
}
.p-hbsService__logo {
  margin-top: -101px;
  margin-left: auto;
  width: 83.8%;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsService__logo {
    margin-top: -30px;
    width: 96.7%;
    max-width: 692.2px;
  }
}
.p-hbsService__logo img {
  margin: 0 74px 0 auto;
  width: 81.7%;
  height: auto;
  display: block;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsService__logo img {
    margin-right: 0;
  }
}
.p-hbsService__logo::before {
  content: "";
  width: 100%;
  background: url('../images/hamonband-v/service_logo_bg.png') left bottom / cover no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 22.3%;
  right: 0;
  z-index: -1;
}
@media (max-width: 950px) {
  .p-hbsService__logo::before {
    width: 87.9%;
    /* height: 642.5%; */
    bottom: 0;
  }
}

/* ----- service card ----- */
.p-hbsServiceCard {
  width: 49.9%;
  display: flex;
  align-items: flex-start;
  gap: 4.5%;
}
@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: 9px;
  flex: 1;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt {
    margin: 0 10px 0 0;
  }
}
.p-hbsServiceCard__txt h3 {
  font-size: clamp(1.25rem, 1.5vw, 2.15rem);
  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: 38.7px;
  font-size: clamp(1rem, 1.33vw, 1.9rem);
  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.-clock h3 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt.-clock h3 {
    font-size: 1.24rem;
    line-height: 1.5;
  }
}
.p-hbsServiceCard__txt.-clock h3 span {
  font-size: clamp(0.86rem, 0.98vw, 1.4rem);
  line-height: 2.14;
}
.p-hbsServiceCard__txt.-clock p {
  margin-top: 14px;
}
@media (max-width: 950px) {
  .p-hbsServiceCard__txt.-clock p {
    margin-top: 12.4px;
  }
}

/* ----- history section ----- */
.p-hbsHistory {
  margin-top: 44px;
  padding: 105px 0 168px;
  background: url("../images/hamonband-v/history_bg.jpg") center / cover no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsHistory {
    margin-top: 50px;
    padding: 36px 0 59px;
  }
}
.p-hbsHistory__content {
  padding: 137px 180.5px 141px;
  width: 88.6%;
  max-width: 1525px;
  border-radius: 78px;
  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: 44px;
  font-size: 2.3rem;
  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: 19.5px;
  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.43rem;
  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: 111px;
  background-color: #252525;
}
@media (max-width: 950px) {
  .p-hbsHistory__button p span {
    width: auto;
    max-width: 128px;
  }
}
.p-hbsHistory::before {
  content: "";
  width: 100%;
  height: 495px;
  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: 134px 0 160px;
}
@media (max-width: 950px) {
  .p-hbsSpecification {
    padding: 47px 0 65.8px;
  }
}
.p-hbsSpecification__content {
  margin-top: 91px;
  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-size: clamp(1.1rem, 1.8vw, 2.6rem);
  line-height: 1.24;
  letter-spacing: 0.15em;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt p,
.p-hbsSpecification__txt dl {
    line-height: 1.18;
  }
}
.p-hbsSpecification__txt dl > div {
  display: flex;
}
.p-hbsSpecification__txt dl > div + div {
  margin-top: 30px;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt dl > div + div {
    margin-top: 15.3px;
  }
}
.p-hbsSpecification__txt dl dt {
  width: 307px;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt dl dt {
    width: 33.4%;
    max-width: 140px;
  }
}
.p-hbsSpecification__txt dl dd {
  flex: 1;
}
.p-hbsSpecification__txt dl dd::before {
  content: ":";
  margin-right: 65px;
}
@media (max-width: 950px) {
  .p-hbsSpecification__txt dl dd::before {
    margin-right: 28px;
  }
}
p.p-hbsSpecification__note {
  margin-top: 72px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media (max-width: 950px) {
  p.p-hbsSpecification__note {
    font-size: 1rem;
  }
}

/* ----- contact section ----- */
.p-hbsContact {
  padding-bottom: 77px;
  background: url("../images/hamonband-v/contact_bg.jpg") left top/cover no-repeat;
  position: relative;
}
@media (max-width: 950px) {
  .p-hbsContact {
    padding-bottom: 51px;
  }
}
.p-hbsContact h2 {
  font-family: "D-DinPro", sans-serif;
  color: #fff;
  font-size: 8.87rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  transform: translate(-11px, -13px);
}
@media (max-width: 950px) {
  .p-hbsContact h2 {
    font-size: 5.23rem;
    line-height: 1.12;
    transform: translate(-3px, -9px);
  }
}
.p-hbsContact__button {
  margin: -20px 8px 0 0;
  gap: 26px;
}
@media (max-width: 950px) {
  .p-hbsContact__button {
    margin-top: 2.4px;
    gap: 16px;
  }
}
.p-hbsContact__button p {
  gap: 18px;
  color: #fff;
  font-size: 1.67rem;
  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: 118px;
  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.-desc > li:nth-child(8) {
  transition-delay: calc(0.4s + 0.2s * (8 - 1));
}
.js-hbsTarget.-desc > li:nth-child(9) {
  transition-delay: calc(0.4s + 0.2s * (9 - 1));
}
.js-hbsTarget.-desc > li:nth-child(10) {
  transition-delay: calc(0.4s + 0.2s * (10 - 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 */