/* ==========================================================
1. Foundation
========================================================== */

html,
body {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background: #f5f5f5;
}

body,
#container {
  min-height: 100%;
  background: #f5f5f5;
}

#container {
  width: 100%;
  overflow-x: clip;
}

#shoho-log-mov-lp {
  --color-bg: #f5f5f5;
  --color-teal: #186c83;
  --color-teal-dark: #074c60;
  --color-panel: #dceff8;
  width: 100%;
  min-width: 1280px;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background: var(--color-bg);
  color: #183a47;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  container-type: inline-size;
}

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

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

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

:where(#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;
}

/* ==========================================================
2. Accessibility
========================================================== */

#shoho-log-mov-lp .shoho-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 4px;
  background: #fff;
  color: #074c60;
  transform: translateY(-160%);
}

#shoho-log-mov-lp .shoho-skip-link:focus {
  transform: translateY(0);
}

/* ==========================================================
3. Hero
========================================================== */

.mov-hero {
  position: relative;
  height: 926px;
  overflow: hidden;
  background: #d9edf3;
}

.mov-hero__media,
.mov-hero__shade {
  position: absolute;
  inset: 0;
}

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

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

.mov-hero__inner {
  position: relative;
  width: 1600px;
  height: 100%;
  margin: 0 auto;
}

.mov-hero__title {
  position: absolute;
  top: 142px;
  left: 5px;
  width: 590px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
  white-space: nowrap;
}

.mov-hero__title span {
  display: block;
}

.mov-hero__title-small {
  font-size: 48px;
}

.mov-hero__title-large {
  font-size: 64px;
}

.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;
  text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
}

.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: 3px 4px 7px rgba(0, 0, 0, 0.25);
}

.mov-hero__product span {
  font-size: 64px;
}

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

/* ==========================================================
4. Overview
========================================================== */

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

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

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

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

.mov-overview__title {
  margin: 0 0 60px;
    color: var(--color-teal-dark);
    font-size: 28px;
    font-weight: 700;
    line-height: 2;
}

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

/* ==========================================================
5. Movie
========================================================== */

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

.mov-movie__title {
  width: 809px;
    margin: 0 auto 16px;
    color: #074c60;
    font-size: 28px;
    font-weight: 700;
    line-height: 2.2;
    text-align: center;
}

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

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

/* ==========================================================
6. Product Features
========================================================== */

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

#shoho-log-mov-lp .mov-features__heading {
  position: relative;
  display: grid;
  width: 960px;
  height: 116px;
  place-items: center;
  margin: 0 auto 177px;
  border-radius: 66px;
  background: #fff;
}

#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: 700;
  line-height: 2.2;
}

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

#shoho-log-mov-lp .mov-feature + .mov-feature {
  margin-top: 0;
}

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

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

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

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

#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: 28px;
  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: 28px;
  font-weight: 800;
  line-height: 2.2;
}

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

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

/* ==========================================================
7. Installation
========================================================== */

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

.mov-install__item {
  position: relative;
  min-height: 368px;
}

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

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

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

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

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

.mov-install__item--right .mov-install__image {
  margin-left: 0;
}

.mov-install__item--left .mov-install__image {
  margin-left: 672px;
}

.mov-install__item--right .mov-install__body {
  left: 720px;
}

.mov-install__item--left .mov-install__body {
  left: 82px;
}

.mov-install__body {
  position: absolute;
  top:40px;
  width: 488px;
  color: var(--color-teal-dark);
}

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

.mov-install__item:nth-child(3) .mov-install__body {
  top: 96px;
}

.mov-install__title {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.mov-install__copy {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.2;
}

/* ==========================================================
8. Introduction Flow
========================================================== */

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

.mov-flow h2 {
  margin: 0 0 56px;
    color: var(--color-teal-dark);
    font-size: 28px;
    font-weight: 600;
    line-height: 2.2;
    text-align: center;
}

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

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

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

.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;
}

.mov-flow__list h3 {
  margin: 12px 0 5px;
  color: var(--color-teal-dark);
    font-size: 24px;
    font-weight: 600;
    line-height: 2.2;
}

#shoho-log-mov-lp .mov-flow__sp-break {
  display: none;
}

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

/* ==========================================================
9. FAQ
========================================================== */

#shoho-log-mov-lp .mov-faq-contact-area {
  display: flow-root;
  background: #dceff8;
}

#shoho-log-mov-lp .mov-faq {
  background: linear-gradient(180deg, #f5f5f5 0%, #edf8fb 22%, #dceff8 100%);
}

#shoho-log-mov-lp .mov-faq__title {
  position: relative;
  display: grid;
  width: 480px;
  height: 104px;
  place-items: center;
  margin: 0 auto 76px;
  border-radius: 44px;
  background: #fff;
  color: #074c60;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.752;
  text-align: center;
  white-space: nowrap;
}

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

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

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

#shoho-log-mov-lp .mov-faq__list {
  display: grid;
  width: 1280px;
  gap: 34px;
  margin: 0 auto;
}

#shoho-log-mov-lp .mov-faq__item {
  position: relative;
  min-height: 192px;
  padding: 29px 60px 26px;
  border-radius: 64px;
  background: #fff;
  color: #074c60;
}

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

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

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

#shoho-log-mov-lp .mov-faq__item dt,
#shoho-log-mov-lp .mov-faq__item dd {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding-left: 102px;
  color: #074c60;
}

#shoho-log-mov-lp .mov-faq__item dt {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px;
}

#shoho-log-mov-lp .mov-faq__item dt::after {
  position: absolute;
  top: 51px;
  right: -20px;
  left: -28px;
  height: 1px;
  background: #94c7d3;
  content: "";
}

#shoho-log-mov-lp .mov-faq__item dd {
  margin-top: 54px;
  padding-top: 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 42px;
}

#shoho-log-mov-lp .mov-faq__item span {
  position: absolute;
  left: 0;
  display: block;
  width: 102px;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.752;
}

#shoho-log-mov-lp .mov-faq__item dt span {
  top: -10px;
  color: #56b4c9;
}

#shoho-log-mov-lp .mov-faq__item dd span {
  top: 5px;
  color: #e58183;
}

/* Items 5–8 use a content-height divider for longer questions. */
#shoho-log-mov-lp .mov-faq__item:nth-child(n + 5) dt {
  padding-bottom: 18px;
  border-bottom: 1px solid #94c7d3;
}

#shoho-log-mov-lp .mov-faq__item:nth-child(n + 5) dt::after {
  content: none;
}

#shoho-log-mov-lp .mov-faq__item:nth-child(n + 5) dd {
  margin-top: 14px;
}

/* PC / tablet: minimum text size */
@media (min-width: 721px) {
  .mov-overview__body p,
  .mov-feature__number,
  .mov-feature__text p,
  .mov-install__title,
  .mov-install__copy,
  .mov-flow__list span,
  .mov-flow__list p,
  #shoho-log-mov-lp .mov-faq__item dt,
  #shoho-log-mov-lp .mov-faq__item dd {
    font-size: 24px !important;
  }
}

/* Match the main page FAQ alignment and card spacing. */
@media (min-width: 721px) {
  #shoho-log-mov-lp .mov-faq__item {
    padding: 29px 64px 24px 59px;
    border-radius: 0 64px 0 64px;
  }

  #shoho-log-mov-lp .mov-faq__item dt,
  #shoho-log-mov-lp .mov-faq__item dd {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 36px;
    align-items: start;
    margin: 0;
    padding-left: 0;
    font-size: 24px !important;
    line-height: 2;
  }

  #shoho-log-mov-lp .mov-faq__item dt,
  #shoho-log-mov-lp .mov-faq__item:nth-child(n + 5) dt {
    padding-bottom: 18px;
    border-bottom: 1px solid #56b4c9;
    line-height: normal;
  }

  #shoho-log-mov-lp .mov-faq__item dt::after,
  #shoho-log-mov-lp .mov-faq__item:nth-child(n + 5) dt::after {
    content: none;
  }

  #shoho-log-mov-lp .mov-faq__item dd,
  #shoho-log-mov-lp .mov-faq__item:nth-child(n + 5) dd {
    margin-top: 0;
    padding-top: 14px;
  }

  #shoho-log-mov-lp .mov-faq__item span {
    position: static;
    width: auto;
    font-size: 24px !important;
    line-height: 1.752;
    text-align: center;
  }
}
