﻿#shoho-log-mov-lp {
  --header-height: 108px;
  --color-bg: #f5f5f5;
  --color-teal: #186c83;
  --color-teal-dark: #074c60;
  --color-panel: #dceff8;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #183a47;
  background: var(--color-bg);
}

#shoho-log-mov-lp *,
#shoho-log-mov-lp *::before,
#shoho-log-mov-lp *::after {
  box-sizing: border-box;
}

#shoho-log-mov-lp {
  scroll-behavior: smooth;
}

#shoho-log-mov-lp {
  min-width: 1280px;
  margin: 0;
  padding-top: var(--header-height);
  overflow-x: hidden;
  background: var(--color-bg);
}

#shoho-log-mov-lp {
  overflow: hidden;
}

#shoho-log-mov-lp img {
  display: block;
  max-width: 100%;
}

#shoho-log-mov-lp a {
  color: inherit;
  text-decoration: none;
}

#shoho-log-mov-lp ul,
#shoho-log-mov-lp ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#shoho-log-mov-lp .arrow-icon {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 18px;
}

#shoho-log-mov-lp .arrow-icon::before,
#shoho-log-mov-lp .arrow-icon::after {
  position: absolute;
  content: "";
}

#shoho-log-mov-lp .arrow-icon::before {
  top: 8px;
  left: 0;
  width: 27px;
  height: 2px;
  background: currentColor;
}

#shoho-log-mov-lp .arrow-icon::after {
  top: 4px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

#shoho-log-mov-lp .mov-hero {
  position: relative;
  width: 100%;
  height: 926px;
  overflow: hidden;
  background: #d9edf3;
}

#shoho-log-mov-lp .mov-hero__media,
#shoho-log-mov-lp .mov-hero__shade {
  position: absolute;
  inset: 0;
}

#shoho-log-mov-lp .mov-hero__media img {
  position: absolute;
  top: -62px;
  left: -95px;
  width: 2015px;
  height: 1344px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scaleX(-1);
}

#shoho-log-mov-lp .mov-hero__shade {
  left: 35%;
  width: 65%;
  background: linear-gradient(90deg, rgba(148, 199, 211, 0) 0%, rgba(148, 199, 211, 0.84) 100%);
}

#shoho-log-mov-lp .mov-hero__inner {
  position: relative;
  width: min(1600px, calc(100% - 96px));
  height: 100%;
  margin: 0 auto;
}

#shoho-log-mov-lp .mov-hero__title {
  position: absolute;
  top: 142px;
  left: 5px;
  width: 590px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-shadow: none;
  white-space: nowrap;
}

#shoho-log-mov-lp .mov-hero__title span {
  display: block;
}

#shoho-log-mov-lp .mov-hero__title-small {
  font-size: 48px;
}

#shoho-log-mov-lp .mov-hero__title-large {
  font-size: 64px;
}

#shoho-log-mov-lp .mov-hero__lead {
  position: absolute;
  right: 0;
  bottom: 247px;
  width: 640px;
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0;
  text-align: right;
}

#shoho-log-mov-lp .mov-hero__product {
  position: absolute;
  right: 0;
  bottom: 158px;
  width: 674px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  text-shadow: none;
}

#shoho-log-mov-lp .mov-hero__product span {
  font-size: 64px;
}

#shoho-log-mov-lp .mov-hero__product strong {
  margin-left: 12px;
  color: #fff;
  font-size: 96px;
}

#shoho-log-mov-lp .mov-overview {
  position: relative;
  width: 1280px;
  min-height: 850px;
  margin: 0 auto;
}

#shoho-log-mov-lp .mov-overview__image {
  position: absolute;
  top: 166px;
  left: 0;
  width: 552px;
  height: 592px;
  overflow: hidden;
  border-radius: 0 96px 0 96px;
  background: #fff;
}

#shoho-log-mov-lp .mov-overview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

#shoho-log-mov-lp .mov-overview__body {
  position: absolute;
  top: 222px;
  left: 640px;
  width: 640px;
}

#shoho-log-mov-lp .mov-overview__title {
  margin: 0 0 98px;
  color: var(--color-teal-dark);
  font-size: 24px;
  font-weight: 400;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-overview__body p {
  margin: 0;
  color: var(--color-teal-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 3;
}

#shoho-log-mov-lp .mov-movie {
  position: relative;
  z-index: 2;
  width: 960px;
  margin: 45px auto -403px;
  padding-bottom: 160px;
}

#shoho-log-mov-lp .mov-movie__title {
  margin: 0 0 -5px 70px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-movie__frame {
  position: relative;
  width: 809px;
  height: 468px;
  margin: 0 auto;
  overflow: hidden;
  background: #d9d9d9;
}

#shoho-log-mov-lp .mov-movie__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#shoho-log-mov-lp .mov-features {
  position: relative;
  min-height: 3658px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(220, 239, 248, 0) 0%, #dceff8 10%, #dceff8 100%);
}

#shoho-log-mov-lp .mov-features__heading {
  position: absolute;
  top: 402px;
  left: 50%;
  display: grid;
  width: 960px;
  height: 116px;
  place-items: center;
  border-radius: 66px;
  background: #fff;
  transform: translateX(-50%);
}

#shoho-log-mov-lp .mov-features__heading::before,
#shoho-log-mov-lp .mov-features__heading::after {
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 56px;
  background: #fff;
  content: "";
}

#shoho-log-mov-lp .mov-features__heading::before {
  top: 0;
  left: 0;
}

#shoho-log-mov-lp .mov-features__heading::after {
  right: 0;
  bottom: 0;
}

#shoho-log-mov-lp .mov-features__heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--color-teal-dark);
  font-size: 32px;
  font-weight: 500;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-feature {
  position: absolute;
  left: 50%;
  width: 1280px;
  height: 560px;
  transform: translateX(-50%);
}

#shoho-log-mov-lp .mov-feature--recording {
  top: 695px;
}

#shoho-log-mov-lp .mov-feature--qr {
  top: 1272px;
}

#shoho-log-mov-lp .mov-feature--index {
  top: 1833px;
}

#shoho-log-mov-lp .mov-feature--search {
  top: 2436px;
}

#shoho-log-mov-lp .mov-feature--delete {
  top: 3054px;
}

#shoho-log-mov-lp .mov-feature__number {
  position: absolute;
  top: 0;
  left: -14px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50% 50% 0 50%;
  background: var(--color-teal);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#shoho-log-mov-lp .mov-feature__text {
  position: absolute;
  top: 0;
  left: 116px;
  width: 371px;
  color: var(--color-teal-dark);
}

#shoho-log-mov-lp .mov-feature--search .mov-feature__text {
  left: 124px;
  width: 363px;
}

#shoho-log-mov-lp .mov-feature--delete .mov-feature__text {
  left: 125px;
  width: 362px;
}

#shoho-log-mov-lp .mov-feature__text h3 {
  margin: 0 0 26px;
  color: var(--color-teal-dark);
  font-size: 24px;
  font-weight: 700;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-feature__text p {
  margin: 0;
  color: var(--color-teal-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-feature__image {
  position: absolute;
  top: -60px;
  right: 0;
  width: 609px;
  height: 504px;
  object-fit: contain;
}

#shoho-log-mov-lp .mov-install {
  display: grid;
  width: 1280px;
  margin: 160px auto 0;
  row-gap: 64px;
}

#shoho-log-mov-lp .mov-install__item {
  position: relative;
  min-height: 368px;
}

#shoho-log-mov-lp .mov-install__image {
  width: 608px;
  height: 368px;
  overflow: hidden;
  border-radius: 80px 80px 0 80px;
  background: #fff;
}

#shoho-log-mov-lp .mov-install__image img {
  display: block;
  position: relative;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#shoho-log-mov-lp .mov-install__item:nth-child(1) .mov-install__image img {
  left: -8px;
  top: -78px;
  width: 760px;
  height: 570px;
  transform: scaleX(-1);
}

#shoho-log-mov-lp .mov-install__item:nth-child(2) .mov-install__image img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#shoho-log-mov-lp .mov-install__item:nth-child(3) .mov-install__image img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

#shoho-log-mov-lp .mov-install__item--right .mov-install__image {
  margin-left: 0;
}

#shoho-log-mov-lp .mov-install__item--left .mov-install__image {
  margin-left: 672px;
}

#shoho-log-mov-lp .mov-install__item--right .mov-install__body {
  left: 720px;
}

#shoho-log-mov-lp .mov-install__item--left .mov-install__body {
  left: 82px;
}

#shoho-log-mov-lp .mov-install__body {
  position: absolute;
  top: 75px;
  width: 488px;
  color: var(--color-teal-dark);
}

#shoho-log-mov-lp .mov-install__item:nth-child(2) .mov-install__body {
  top: 96px;
}

#shoho-log-mov-lp .mov-install__item:nth-child(3) .mov-install__body {
  top: 168px;
}

#shoho-log-mov-lp .mov-install__eyebrow {
  margin: 0 0 31px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-install__body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 3;
}

#shoho-log-mov-lp .mov-flow {
  width: 1600px;
  margin: 152px auto 0;
  padding: 0 0 166px;
}

#shoho-log-mov-lp .mov-flow h2 {
  margin: 0 0 65px 159px;
  color: var(--color-teal-dark);
  font-size: 24px;
  font-weight: 400;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-flow__list {
  display: grid;
  grid-template-columns: repeat(5, 240px);
  gap: 99px;
}

#shoho-log-mov-lp .mov-flow__list li {
  position: relative;
  color: var(--color-teal-dark);
}

#shoho-log-mov-lp .mov-flow__list img {
  width: 240px;
  height: 240px;
  object-fit: contain;
}

#shoho-log-mov-lp .mov-flow__list span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 31px 0 0;
  border-radius: 50% 50% 0 50%;
  background: var(--color-teal);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#shoho-log-mov-lp .mov-flow__list h3 {
  margin: 7px 0 0;
  color: var(--color-teal-dark);
  font-size: 24px;
  font-weight: 400;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-flow__list p {
  margin: 0;
  color: var(--color-teal-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
}

#shoho-log-mov-lp .mov-page .pic-faq {
  padding: 60px 0 677px;
}

#shoho-log-mov-lp .mov-page .pic-faq__title {
  margin-bottom: 76px;
}

@media (max-width: 1500px) {
  #shoho-log-mov-lp {
    min-width: 1280px;
  }
}

@media (min-width: 1920px) {
  #shoho-log-mov-lp .mov-hero__media img {
    top: -3.2292cqw;
    left: -4.9479cqw;
    width: 104.9479cqw;
    height: 70cqw;
  }
}


/* WordPress theme integration */
#shoho-log-mov-lp {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  container-type: inline-size;
  overflow-x: clip;
}

/* Scale the desktop composition without switching to a mobile layout. */
@media (max-width: 1599px) {
  #shoho-log-mov-lp {
    width: 1600px;
    max-width: none;
    zoom: calc(100vw / 1600px);
  }
}

