/* ==========================================================
1. Responsive Layouts
========================================================== */

/* Breakpoint 1: (max-width: 1500px) */

@media (max-width: 1500px) {
  /* 1. Foundation */

  #shoho-log-pic-lp {
    min-width: 1280px;
  }
}

/* Breakpoint 2: (min-width: 1920px) */

@media (min-width: 1920px) {
  /* 3. Hero */

  #shoho-log-pic-lp .pic-hero__media img {
    top: -6.09375cqw;
        left: -10.3125cqw;
        width: 111.40625cqw;
        height: 74.2708cqw;
  }
}

/* Breakpoint 3: (max-width: 1599px) */

@media (max-width: 1599px) {
  /* 1. Foundation */

  #shoho-log-pic-lp {
    width: 1600px;
        max-width: none;
        zoom: calc(100vw / 1600px);
  }
}

/* Breakpoint 4: (max-width: 767px) */

@media (max-width: 767px) {
  /* 1. Foundation */

  html {
    scrollbar-width: none;
  }

  html::-webkit-scrollbar {
    display: none;
        width: 0;
        height: 0;
  }

  html,
  body,
  #container {
    width: 100%;
        min-width: 0;
        margin: 0;
        overflow-x: clip;
  }

  #shoho-log-pic-lp {
    width: 100%;
        min-width: 0;
        max-width: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        zoom: 1;
        container-type: normal;
        background: #f5f5f5;
        color: #074c60;
        font-family: "Inter", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        font-size: 16px;
  }

  #shoho-log-pic-lp,
  #shoho-log-pic-lp * {
    box-sizing: border-box;
  }

  #shoho-log-pic-lp :where(h1, h2, h3, p, ul, ol, dl, dt, dd) {
    margin: 0;
        padding: 0;
  }

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

  :where(#shoho-log-pic-lp) a {
    color: inherit;
        text-decoration: none;
  }

  #shoho-log-pic-content {
    display: block;
        width: 100%;
        overflow: hidden;
  }

  /* 3. Hero */

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

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

  #shoho-log-pic-lp .pic-hero__media img {
    position: absolute;
        top: 0;
        left: -377px;
        width: 1164px;
        height: 776px;
        max-width: none;
        object-fit: cover;
        object-position: center;
  }

  #shoho-log-pic-lp .pic-hero__shade {
    left: 38%;
        width: 62%;
        background: linear-gradient(90deg, rgba(148, 199, 211, 0) 0%, rgba(90, 158, 181, 0.76) 100%);
  }

  #shoho-log-pic-lp .pic-hero__inner {
    position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
  }

  #shoho-log-pic-lp .pic-hero__title {
    position: absolute;
        top: 48px;
        left: 21px;
        width: auto;
        margin: 0;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0;
        line-height: normal;
        white-space: nowrap;
  }

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

  #shoho-log-pic-lp .pic-hero__title-small {
    margin-bottom: 14px;
        font-size: 14px;
        line-height: 29px;
  }

  #shoho-log-pic-lp .pic-hero__title-large {
    font-size: 28px;
        line-height: 48px;
  }

  #shoho-log-pic-lp .pic-hero__lead {
    position: absolute;
        right: auto;
        bottom: 121px;
        left: 28px;
        width: 140px;
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0;
        text-align: left;
  }

  #shoho-log-pic-lp .pic-hero__product {
    position: absolute;
        right: auto;
        bottom: 64px;
        left: 23px;
        width: 270px;
        margin: 0;
        color: #fff;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        text-align: left;
        white-space: nowrap;
  }

  #shoho-log-pic-lp .pic-hero__product span {
    font-size: 30px;
        line-height: 43px;
  }

  #shoho-log-pic-lp .pic-hero__product strong {
    margin-left: 7px;
        color: #fff;
        font-size: 40px;
        line-height: 57px;
  }

  /* 4. Overview */

  #shoho-log-pic-lp .pic-overview {
    position: relative;
        display: grid;
        grid-template-areas:
          "title"
          "image"
          "copy";
        grid-template-rows: 52px 291px 192px;
        row-gap: 40px;
        width: 313px;
        min-height: 615px;
        margin: 72px auto 0;
  }

  #shoho-log-pic-lp .pic-overview__image {
    position: relative;
        top: auto;
        left: auto;
        grid-area: image;
        width: 312px;
        height: 291px;
        overflow: hidden;
        border-radius: 0 48px 0 48px;
        background: #fff;
  }

  #shoho-log-pic-lp .pic-overview__image img {
    width: 312px;
        height: 416px;
        max-width: none;
        object-fit: cover;
        object-position: center;
        transform: translateY(-66px);
  }

  #shoho-log-pic-lp .pic-overview__body {
    position: static;
        display: contents;
        width: auto;
  }

  #shoho-log-pic-lp .pic-overview__title {
    grid-area: title;
        width: 313px;
        margin: 0;
        color: #074c60;
        font-size: 16px;
        font-weight: 500;
        line-height: 25.6px;
  }

  #shoho-log-pic-lp .pic-overview__body > p {
    grid-area: copy;
        width: 300px;
        margin: 0;
        color: #074c60;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
  }

  /* 5. Movie */

  #shoho-log-pic-lp .pic-movie {
    position: relative;
        z-index: 2;
        width: 312px;
        margin: 72px auto 0;
        padding: 0;
  }

  #shoho-log-pic-lp .pic-movie::after {
    position: absolute;
        right: 50%;
        bottom: -64px;
        z-index: -1;
        width: 100vw;
        height: 154px;
        background: linear-gradient(
          180deg,
          rgb(220 239 248 / 0%) 0%,
          rgb(220 239 248 / 55%) 50%,
          #dceff8 100%
        );
        transform: translateX(50%);
        pointer-events: none;
        content: "";
  }

  #shoho-log-pic-lp .pic-movie__title {
    width: 312px;
    height: 31px;
    margin: 0 0 20px;
        color: #074c60;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
        line-height: 31px;
        text-align: center;
  }

  #shoho-log-pic-lp .pic-movie__frame {
    position: relative;
        width: 312px;
        height: 180px;
        margin: 0;
        overflow: hidden;
        background: #d9d9d9;
  }

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

  /* 6. Product Features */

  #shoho-log-pic-lp .pic-features {
    position: relative;
        min-height: 0;
        padding: 72px 24px 72px;
        overflow: hidden;
        background: #dceff8;
  }

  #shoho-log-pic-lp .pic-features__heading {
    position: relative;
        display: grid;
        width: 312px;
        height: 64px;
        place-items: center;
        margin: 0 auto 40px;
        border-radius: 33px;
        background: #fff;
  }

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

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

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

  #shoho-log-pic-lp .pic-features__heading h2 {
    position: relative;
        z-index: 1;
        margin: 0;
        color: #074c60;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        text-align: center;
  }

  #shoho-log-pic-lp .pic-feature {
    position: relative;
        display: grid;
        grid-template-columns: 32px 1fr;
        grid-template-rows: 218.087px 1fr;
        column-gap: 16px;
        row-gap: 24px;
        width: 264px;
        height: auto;
        margin: 0 auto;
        color: #074c60;
  }

  #shoho-log-pic-lp .pic-feature + .pic-feature {
    margin-top: 64px;
  }


  #shoho-log-pic-lp .pic-feature__image,
  #shoho-log-pic-lp .pic-feature--simple .pic-feature__image,
  #shoho-log-pic-lp .pic-feature--search .pic-feature__image,
  #shoho-log-pic-lp .pic-feature--delete .pic-feature__image,
  #shoho-log-pic-lp .pic-feature--rename .pic-feature__image {
    position: static;
        grid-column: 1 / -1;
        grid-row: 1;
        width: 264px;
        height: 218.087px;
        max-width: none;
        object-fit: contain;
  }

  #shoho-log-pic-lp .pic-feature__number {
    position: static;
        grid-column: 1;
        grid-row: 2;
        display: grid;
        width: 32px;
        height: 32px;
        place-items: center;
        border-radius: 50% 50% 0 50%;
        background: #186c83;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
  }

  #shoho-log-pic-lp .pic-feature__text {
    position: static;
        grid-column: 2;
        grid-row: 2;
        width: auto;
        color: #074c60;
  }

  #shoho-log-pic-lp .pic-feature__text h3 {
    margin: 0 0 24px;
        color: #074c60;
        font-size: 16px;
        font-weight: 700;
        line-height: 35.2px;
  }

  #shoho-log-pic-lp .pic-feature__text p {
    margin: 0;
        color: #074c60;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        overflow-wrap: anywhere;
  }

  /* 7. Installation */

  #shoho-log-pic-lp .pic-install {
    position: relative;
        display: grid;
        grid-template-areas:
          "eyebrow"
          "image"
          "copy";
        grid-template-rows: 27px 188.842px 96px;
        row-gap: 40px;
        width: 312px;
        min-height: 391.842px;
        margin: 72px auto 0;
  }

  #shoho-log-pic-lp .pic-install__image {
    grid-area: image;
        width: 312px;
        height: 188.842px;
        overflow: hidden;
        border-radius: 0 48px 0 48px;
  }

  #shoho-log-pic-lp .pic-install__image img {
    width: 344px;
        height: 258px;
        max-width: none;
        object-fit: cover;
        transform: translateY(-31px);
  }

  #shoho-log-pic-lp .pic-install__body {
    position: static;
        display: contents;
        width: auto;
        color: #074c60;
  }

  #shoho-log-pic-lp .pic-install__title {
    grid-area: eyebrow;
        width: 100%;
        margin: 0;
        color: #074c60;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        text-align: center;
  }

  #shoho-log-pic-lp .pic-install__copy {
    grid-area: copy;
        width: 264px;
        margin: 0 auto;
  }

  #shoho-log-pic-lp .pic-install__copy p {
    margin: 0;
        color: #074c60;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
  }

  /* 8. Introduction Flow */

  #shoho-log-pic-lp .pic-flow {
    width: 312px;
        margin: 72px auto 72px;
        padding: 0;
  }

  #shoho-log-pic-lp .pic-flow > h2 {
    width: 100%;
        height: 24px;
        margin: 0 0 40px;
        color: #074c60;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
  }

  #shoho-log-pic-lp .pic-flow__list {
    display: grid;
        grid-template-columns: repeat(2, 144px);
        column-gap: 24px;
        row-gap: 22px;
        width: 312px;
        margin: 0;
        padding: 0;
        list-style: none;
  }

  #shoho-log-pic-lp .pic-flow__list li {
    position: relative;
        display: flex;
        width: 144px;
        flex-direction: column;
        align-items: flex-start;
        color: #074c60;
  }

  #shoho-log-pic-lp .pic-flow__list img {
    width: 144px;
        height: 143px;
        object-fit: contain;
  }

  #shoho-log-pic-lp .pic-flow__list span {
    display: grid;
        width: 31px;
        height: 31px;
        place-items: center;
        margin: 16px 0 0;
        border-radius: 50% 50% 0 50%;
        background: #186c83;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: normal;
  }

  #shoho-log-pic-lp .pic-flow__list h3 {
    margin: 16px 0 0;
        color: #074c60;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
  }

  #shoho-log-pic-lp .pic-flow__list p {
    margin: 8px 0 0;
        color: #074c60;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
  }

  #shoho-log-pic-lp .pic-flow__list li:nth-child(1) {
    min-height: 288px;
  }

  #shoho-log-pic-lp .pic-flow__list li:nth-child(2) {
    min-height: 361.811px;
  }

  #shoho-log-pic-lp .pic-flow__list li:nth-child(3) {
    min-height: 312px;
  }

  #shoho-log-pic-lp .pic-flow__list li:nth-child(4) {
    min-height: 338px;
  }

  /* 9. FAQ */

  #shoho-log-pic-lp .pic-faq {
    width: 100%;
        margin: 0 0 72px;
        padding: 0 24px;
        background: linear-gradient(180deg, #f5f5f5 0%, #edf8fb 25%, #dceff8 100%);
  }

  #shoho-log-pic-lp .pic-faq__title {
    position: relative;
        display: grid;
        width: 264px;
        height: 69.75px;
        place-items: center;
        margin: 0 auto 40px;
        border-radius: 44px;
        background: #fff;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
  }

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

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

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

  #shoho-log-pic-lp .pic-faq__list {
    display: grid;
        width: 312px;
        gap: 16px;
        margin: 0 auto;
  }

  #shoho-log-pic-lp .pic-faq__item {
    position: relative;
        width: 312px;
        min-height: 192px;
        padding: 17px 24px;
        border-radius: 33px;
        background: #fff;
        color: #000;
  }

  #shoho-log-pic-lp .pic-faq__item:nth-child(2) {
    min-height: 216px;
  }

  #shoho-log-pic-lp .pic-faq__item:nth-child(3) {
    min-height: 263px;
  }

  #shoho-log-pic-lp .pic-faq__item:nth-child(4) {
    min-height: 192px;
  }

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

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

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

  #shoho-log-pic-lp .pic-faq__item dt,
  #shoho-log-pic-lp .pic-faq__item dd {
    position: relative;
        z-index: 1;
        display: block;
        width: 264px;
        margin: 0;
        padding-left: 24px;
        color: #000;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 24px;
  }

  #shoho-log-pic-lp .pic-faq__item dt {
    min-height: 42px;
        padding-bottom: 17px;
        border-bottom: 1px solid #94c7d3;
  }

  #shoho-log-pic-lp .pic-faq__item dt::after {
    display: none;
  }

  #shoho-log-pic-lp .pic-faq__item dd {
    margin-top: 16px;
        padding-top: 0;
  }

  #shoho-log-pic-lp .pic-faq__item span {
    position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 13px;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px;
        text-align: center;
  }

  #shoho-log-pic-lp .pic-faq__item dt span {
    color: #186c83;
  }

  #shoho-log-pic-lp .pic-faq__item dd span {
    top: 0;
        color: #ef9192;
  }
}

/* Breakpoint 5: (max-width: 359px) */

@media (max-width: 359px) {
  /* 1. Foundation */

  #shoho-log-pic-lp {
    width: 360px;
        max-width: none;
        zoom: calc(100vw / 360px);
  }
}
