  #primary {
    margin-top: 0 !important;
  }

  /* common.css の .uk-icon svg 上書きを打ち消す */
  .toloncoLp .uk-icon svg {
    width: auto !important;
    height: auto !important;
  }

  .toloncoLp {
    /* tolonco共通 */
    font-size: 14px;
    font-family: Lato, "Noto Sans JP", sans-serif;
    color: #333;
    --accent-color: #E84747;
    line-height: 1.4;

    *, *::before, *::after {
      box-sizing: border-box;
    }
    ul, ol {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    p {
      line-height: 1.5;
    }
    h2, h3, h4, h5, h6 {
      background: none;
    }
    img {
      max-width: 100%;
    }
    button {
      font-weight: normal;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }
    .note {
      color: #888;
      font-size: 12px;
      line-height: 1.5;
    }
    .uk-modal-dialog {
      border-radius: 12px;
    }

    .pc {
      display: block;
    }
    .sp{
      display: none;
    }

    /* LP */
    /* 共通 */
    .aboutLp {
      color: #333;
      font-size: 16px;
      margin-bottom: 80px;
    }

    header {
      background: #f2f2f2;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 15px;
      border-bottom: 1px solid #e6e6e6;
    }
    header img {
      display: block;
      margin: 0 auto 0;
      width: 178px;
    }

    .inner {
      max-width: 1000px;
      width: 1000px;
      margin-right: auto;
      margin-left: auto;
      padding: 0 30px;
    }
    h2 {
      font-size: 32px;
      font-weight: bold;
      color: #333;
      text-align: center;
      letter-spacing: 0.03em;
      line-height: 1.5;
    }
    h3 {
      padding: 0;
      font-size: 24px;
      font-weight: bold;
      color: #333;
      letter-spacing: 0.03em;
    }
    a,
    button {
      transition: ease 0.2s;
    }
    a:hover,
    button:hover {
      opacity: 0.8;
    }

    .arrowLink {
      display: block;
      color: var(--accent-color);
      text-decoration: none;
      width: fit-content;
    }
    .arrowLink .icon {
      display: inline-block;
      vertical-align: middle;
      transform: scale(2);
      margin-left: 8px;
    }
    .circleArrow::after {
      display: inline-block;
      content: "→";
      font-family: 'Lato';
      font-size: 16px;
      line-height: 35px;
      font-weight: bolder;
      text-align: center;
      color: #fff;
      width: 35px;
      height: 35px;
      background-color: #e84747;
      border-radius: 80px;
      margin-left: 10px;
    }


    /* kv */

    /* aboutCollaboration */
    .aboutCollaboration {
      margin: 60px 0;

      p {
        color: #666;
        text-align: center;
        line-height: 1.8;
      }
      .enphasize {
        font-size: 20px;
        color: #333;
      }
      .startButton {
        border: 0;
        box-shadow: unset;
        margin-top: 40px;
      }
    }

    /* lead */
    .lead {
      background-color: #fff4f6;
      padding: 60px 30px 80px;

      .problem::after {
        display: block;
        content: "";
        width: 52px;
        height: 52px;
        background: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/bubble.png) no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -30px;
      }
      h2 {
        margin-bottom: 40px;
      }
      h2 span {
        font-size: 20px;
        font-weight: normal;
        color: #666;
        margin-bottom: 5px;
        text-align: center;
        display: block;
      }

      .aboutStorage,
      .aboutCare {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 0 30px rgba(232, 71, 71, 0.05);
        padding: 40px;
        position: relative;
      }
      .aboutStorage::before{
        display: block;
        content: "";
        width: 177px;
        height: 150px;
        background-image: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/hold-box.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 15px;
      }
      .aboutStorage::after{
        display: block;
        content: "";
        width: 98px;
        height: 125px;
        background-image: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/solved.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        right: 15px;
      }

      .aboutCare {
        margin-top: 80px;
        position: relative;
      }
      .aboutCare h3 {
        background-color: #FF9696;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        letter-spacing: .03em;
        white-space: nowrap;
        text-align: center;
        border-radius: 80px;
        position: absolute;
        padding: 10px 40px;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
      }
      .aboutCare .recommendation {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
        line-height: 1.6;
      }
      .aboutCare .recommendation p:not(.note){
        font-weight: bold;
      }
      .aboutCare .note {
        font-size: 14px;
      }
      .aboutCare .note a{
        color: #e84747;
        text-decoration: underline;
      }
      .aboutCare .note a:hover{
        color: #e84747;
      }
      .aboutCare .careTakumi {
        font-size: 38px;
        margin-bottom: 15px;
        position: relative;
      }
      .aboutCare .careTakumi img {
        position: absolute;
        width: 160px;
        top: -55px;
        right: -10px;
      }
      .aboutCare .careTakumi span {
        font-size: 28px;
        color: #e84747;
      }
      .aboutCare .careTakumi .price {
        font-size: 50px;
        margin-left: 10px;
      }

      .careComparison {
        margin-bottom: 40px;
        font-weight: bold;
        gap: 20px;
      }
      .careComparison .table {
        border-radius: 12px;
      }
      .careComparison .table .title {
        font-size: 20px;
        text-align: center;
        padding: 5px 0;
        color: #fff;
        border-radius: 12px 12px 0 0;
      }
      .careComparison .table .price {
        height: 90px;
      }
      .careComparison .table .price p:not(.offRate)  {
        line-height: 90px;
      }
      .careComparison .table .price span {
        font-size: 16px;
      }
      .careComparison .table .price ~ .price {
        border-top: 1px solid #ddd;
      }
      .careComparison .table.competitor {
        width: 30%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        margin-left: 30px;

        .title {
          background-color: #aaa;
        }
        .price {
          font-size: 26px;
          color: #888;
          position: relative;
          padding: 0 25px;
        }
        .price::before {
          content: "";
          display: block;
          width: 30px;
          border-radius: 4px;
          background-color: #f2f2f2;
          font-size: 16px;
          font-weight: bold;
          writing-mode: vertical-rl;
          padding: 5px;
          line-height: 22px;
          min-height: 75px;
          text-align: center;
          position: absolute;
          left: -45px;
        }
        .price.shoes::before  {
          content: "靴";
        }
        .price.bag::before  {
          content: "バッグ";
        }
      }
      .careComparison .table.tolonco {
        width: 60%;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);

        .title {
          background-color: #e84747;
        }
        .price {
          font-size: 36px;
          color: #e84747;
          position: relative;
          padding: 0 35px;
        }
        .price::after {
          display: block;
          content: "";
          width: 270px;
          height: 70px;
          position: absolute;
          top: 50%;
          right: 25px;
          transform: translateY(-50%);
        }
        .price.shoes::after {
          background: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/care-comparison01.png) no-repeat;
          background-size: contain;
        }
        .price.bag::after {
          background: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/care-comparison02.png) no-repeat;
          background-size: contain;
        }
        .offRate {
          font-size: 14px;
          color: #333;
          border-bottom: 2px solid #333;
          line-height: 1.6;
          padding: 0 22px 0 10px;
          position: absolute;
          top: 46%;
          left: -6%;
          transform: translate(-50%, -50%);
        }
        .offRate span {
          font-size: 18px;
        }
        .offRate::after {
          display: block;
          content: "";
          width: 2px;
          height: 12px;
          border-right: 2px solid #333;
          transform: rotate(-45deg);
          position: absolute;
          right: 4px;
          bottom: -3px;
        }
      }

      .aboutCare .otherMenu {
        align-items: center;
        gap: 15px;
        border-top: 1px dashed rgba(232, 71, 71, .5);
        padding-top: 30px;
      }
      .aboutCare .otherMenu > p {
        font-size: 16px;
        line-height: 1.8;
        white-space: nowrap;
      }
      .aboutCare .otherMenu p span {
        font-weight: bold;
        display: inline-block;
        background: linear-gradient(180deg,rgba(255, 235, 235, 0) 0%, rgba(255, 235, 235, 0) 50%, rgba(255, 235, 235, 1) 50%, rgba(255, 235, 235, 1) 100%);
        padding: 0 3px;
        margin: 0 2px;
        font-size: 17px;
      }
      .aboutCare .otherMenu .catImg {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        max-width: 250px;
      }
      .aboutCare .otherMenu .catImg img {
        display: block;
        height: auto;
        width: 33%;
      }
      .aboutCare .otherMenu > a {
        font-size: 18px;
        color: #e84747;
        font-weight: bold;
        white-space: nowrap;
      }
      .aboutCare .otherMenu > a:hover {
        text-decoration: none;
      }
      .aboutCare .linkToCare {
        font-size: 18px;
        color: #e84747;
        font-weight: bold;
        white-space: nowrap;
        text-decoration: underline;
        position: relative;
        padding-right: 25px;
        }
        .aboutCare .linkToCare::after {
          content: "";
          display: block;
          width: 12px;
          height: 12px;
          background: url(../images/tolonco/external_link_red.png) no-repeat center / contain;
          position: absolute;
          top: 50%;
          right: 5px;
          transform: translateY(-50%);
        }
      }



    /* points */
    .points {
      padding: 80px 30px;

      h2 {
        margin-bottom: 50px;
      }
      h2 span {
        color: var(--accent-color);
        font-size: 42px;
        font-weight: bolder;
        position: relative;
      }
      h2 span::before {
        display: block;
        content: "";
        width: 20px;
        height: 13px;
        background: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/point-mark.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: -4px;
        right: -8px;
      }
      .pointItem {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 30px;
      }
      .pointItem:nth-of-type(n + 2) {
        margin-top: 60px;
      }
      .pointItem img {
        display: block;
        width: 47%;
      }
      .pointItem .pointText {
        width: 53%;
        padding: 0 30px;
      }
      .pointItem .pointText a {
        color: var(--accent-color);
      }
      .pointCat {
        align-items: center;
        margin-bottom: 10px;
      }
      .pointCat span {
        background-color: #e84747;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-radius: 40px;
        padding: 3px 20px;
        margin-left: 10px;
      }
      .pointNo {
        font-size: 14px;
        font-weight: bold;
        color: var(--accent-color);
        margin-bottom: 0;
      }
      .pointText h3 {
        margin-bottom: 20px;
        line-height: 1.2;
        margin-top: 0;
      }
      .pointText .content {
        line-height: 1.6;
      }
      .pointText .note {
        margin-top: 20px;
      }
      .arrowLink {
        margin-top: 20px;
      }
    }

    /* serviceComparison */
    .serviceComparison {
      padding: 80px 0;
      background: #FF9898;
      background: linear-gradient(180deg,rgba(255, 152, 152, 1) 0%, rgba(252, 124, 124, 1) 100%);

      h2 {
        color: #fff;
        margin-bottom: 20px;
      }
      .note {
        color: #fff;
        text-align: right;
      }
    }

    /* usageFlow */
    .usageFlow {
      background-color: #f2f2f2;
      padding: 80px 30px;

      h2 {
        margin-bottom: 30px;
      }
      ul {
        display: flex;
        gap: 20px;
        height: fit-content;
        justify-content: center;
        flex-wrap: nowrap;
      }
      ul li {
        background-color: #fff;
        border-radius: 12px;
        padding: 15px 20px 20px;
        width: calc(100% / 3 - 40px / 3);
        max-height: 100%;
        font-size: 15px;
        color: #333;
        text-align: left;
      }
      ul li img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
      }
      ul li h4 {
        font-weight: bold;
        color: #333;
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 0.03em;
        text-align: center;
      }
      ul li h4 span {
        font-weight: bolder;
        font-size: 18px;
        color: #e84747;
        margin-right: 5px;
      }
      ul li .note {
        margin-top: 10px;
      }
      ul li .caution {
        color: #e84747;
        margin-top: 10px;
      }
      .flowDetail {
        margin-top: 30px;
      }
      .flowDetail button {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin: auto;
        display: block;
      }
      #locondoRegister {
        display: flex;
        align-items: center;
        gap: 30px;
        border: 2px solid #FA7046;
        border-radius: 12px;
        padding: 30px;
        margin: 40px auto 0;
        width: fit-content;
      }
      #locondoRegister::before {
        content: "";
        display: block;
        width: 80px;
        height: 80px;
        min-width: 80px;
        border-radius: 50%;
        background: url(../images/tolonco/register_icon.png) no-repeat center / contain;
      }
      #locondoRegister .title {
        font-size: 20px;
        font-weight: bold;
        color: #FA7046;
        margin-bottom: 10px;
      }
      #locondoRegister p {
        font-size: 14px;
        line-height: 1.8;
      }
    }

    /* aboutFee */
    .aboutFee {
      margin-top: 80px;
      position: relative;

      h2 {
        margin-bottom: 50px;
      }
      .feeTable {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
      }
      /* .feeTable th,
      .feeTable td {
        text-align: center;
      } */
      .feeTable th,
      .feeTable td {
        padding: 15px 10px;
        border-right: 1px solid #ddd;
      }
      .feeTable th:last-of-type,
      .feeTable td:last-of-type {
        border-right: 0;
      }
      .feeTable thead th {
        font-size: 22px;
        line-height: 1.2;
        font-weight: bold;
        text-align: center;
      }
      .feeTable thead th span {
        font-size: 14px;
        margin-left: 3px;
      }
      .feeTable .sizeImageTr td span {
        font-size: 11px;
        margin-bottom: 5px;
        display: block;
        color: #888;
        letter-spacing: 0.03em;
      }

      .feeTitle {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding: 5px 0;
        border-radius: 8px;
        color: #fff;
        margin-bottom: 30px;
      }
      .feeTitle span {
        font-size: 14px;
      }
      .storageFeeWrap .feeTitle {
        background-color: #E84747;
      }
      .pullFeeWrap .feeTitle {
        background-color: #aaa;
      }
      .storageFeeTableWrap,
      .pullFeeTableWrap {
        border-radius: 12px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
      }

      .storageFeeTableWrap .sizeImageTr img {
        width: 120px;
        border-radius: 8px;
      }
      .storageFeeTableWrap .storageTr td {
        font-weight: bold;
        font-size: 28px;
      }
      .storageFeeTableWrap .storageTr td span {
        font-weight: bold;
        font-size: 18px;
      }


      .pullFeeWrap {
        margin-top: 40px;
      }
      .pullFeeTableWrap .pullTr {
        color: #666;
        border-top: 1px solid #ddd;
      }

      .storageFeeWrap .feeNote {
        width: 58%;
      }
      .feeNote a {
        color: #333;
        text-decoration: underline;
      }
      .feeNote li {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
        margin-bottom: 10px;
      }
      .feeNote li::before {
        content: "※";
      }

      .notes {
        gap: 20px;
      }
      .boxNote {
        width: 92%;
        padding: 15px 15px 20px 20px;
        border-radius: 12px;
        border: 1px solid #e84747;
        height: fit-content;
      }
      .boxNote h3 {
        font-size: 20px;
        color: #e84747;
        margin-bottom: 5px;
      }
      .boxNote div {
        gap: 20px;
        font-size: 14px;
        line-height: 1.8;
        align-items: flex-start;
      }
      .boxNote div img {
        display: block;
        max-width: 180px;
        height: auto;
      }

      .feeDetail {
        background-color: #FFF3F3;
        padding: 60px 0;
        margin-top: 60px;
      }
      .feeQuestion {
        font-size: 20px;
        color: #e84747;
        font-weight: bold;
        margin-bottom: 30px;
      }
      .feeQuestion::after {
        display: inline-block;
        content: "";
        width: 37px;
        height: 40px;
        background-image: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/fee-q.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px;
        transform: translateY(10px);
      }
      .detailContent h3 {
        margin-bottom: 30px;
      }
      .detailContent a {
        color: #e84747;
      }
      .detailContent a:hover {
        color: #e84747;
        text-decoration: underline;
      }
      .detailContent .note {
        margin-bottom: 10px;
      }
      .proratedFee button {
        font-size: 14px;
        color: #888;
        text-decoration: underline;
      }
      .proratedFee .uk-drop {
        padding: 8px 20px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 2;
        width: 250px;
        margin-top: 0;
        color: #333;
        z-index: 3;
      }
      /* .proratedFee .uk-drop thead th:first-of-type,
      .proratedFee .uk-drop tbody th {
        border-right: 1px solid #ddd;
      } */
      .proratedFee .uk-drop tbody th {
        color: #333;
      }
      .proratedFee .uk-drop table th,
      .proratedFee .uk-drop table td {
        text-align: center;
        width: 100px;
      }

      .proratedFee .uk-drop .boxSize{
        color: #666;
      }
      .boxSize {
        font-size: 12px;
        width: 75px;
      }
      .detailImage {
        max-width: 540px;
        height: auto;
        background-color: #fff;
        padding: 40px 40px 30px;
        border-radius: 12px;
        box-shadow: 0 0 30px rgba(232, 71, 71, 0.1);
        position: relative;
      }
      .detailImage p {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #888;
        margin-top: 30px;
      }

      .detailImage::after {
        display: block;
        content: "";
        width: 155px;
        height: 170px;
        background-image: url(https://media.aws.locondo.jp/contents/img/tolonco/lp/about/good.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -60px;
        left: -80px;
      }
    }

    /* faq */
    .faq {
      padding: 80px 30px;

      h2 {
        margin-bottom: 50px;
      }
      .qaItem > li {
        background-color: #f7f7f7;
        border-radius: 12px;
        margin: 0 0 15px;
      }
      .qaItem .uk-accordion-title {
        padding: 25px 50px 25px 65px;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        transition: ease 0.2s;
        border-radius: 12px;
        outline: 1px solid transparent
      }
      .qaItem > li:hover {
        opacity: 1;
        outline: 1px solid #e84747;
      }
      .qaItem > li:hover .uk-accordion-title  {
        color: #e84747;
      }
      .uk-accordion-title::before {
        transform: translateX(30px);
      }
      .qaItem .uk-accordion-title::after {
        content: "Q";
        font-size: 28px;
        font-weight: bold;
        display: block;
        position: absolute;
        top: 48%;
        left: 30px;
        transform: translateY(-50%);
      }
      .qaItem .uk-accordion-content {
        padding: 0 30px 30px 65px;
        margin-top: 0;
        font-size: 14px;
        line-height: 1.6;
        position: relative;
        transition: ease 0.2s;
      }
      .qaItem .uk-accordion-content::after {
        content: "A";
        color: #e84747;
        font-size: 28px;
        font-weight: bold;
        display: block;
        position: absolute;
        top: 10px;
        left: 30px;
        transform: translateY(-50%);
      }
      .qaItem a {
        color: #e84747;
      }
      .inner > .arrowLink {
        margin: 30px auto 0;
      }
      .qaItem .uk-accordion-content ul li {
        list-style: disc;
        margin-left: 20px;
      }

    }

    /* normalCta */
    .normalCta {
      padding: 0 30px;
    }
    .ctaWithNote .note {
      text-align: center;
      margin-top: 10px;
      font-size: 13px;
      color: #666;
    }
    .ctaWithNote .note a {
      text-decoration: underline;
      color: #666;
    }
    .startButton {
      height: 80px;
      width: 415px;
      display: block;
      text-align: center;
      line-height: 80px;
      text-decoration: none;
      border-radius: 100px;
      background-color: #e84747;
      outline: 4px solid #fff;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      position: relative;
      margin: 70px auto 0;
      box-shadow: 0 5px 15px rgba(232, 71, 71, .5);
      transition: ease 0.2s;
    }
    .startButton::after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background: url(../images/tolonco/external_link_white.png) no-repeat center / contain;
      position: absolute;
      top: 51%;
      right: 60px;
      transform: translate(-50%, -50%);
    }
    .startButton span {
      position: absolute;
      font-size: 16px;
      color: #333;
      white-space: nowrap;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
      line-height: 1.6;
      transition: ease 0.2s;
    }
    .startButton span::before {
      content: "";
      display: block;
      height: 18px;
      width: 2px;
      border-right: 2px solid #333;
      position: absolute;
      top: 5px;
      left: -20px;
      transform: rotate(-30deg);
    }
    .startButton span::after {
      content: "";
      display: block;
      height: 18px;
      width: 2px;
      border-right: 2px solid #333;
      position: absolute;
      top: 5px;
      right: -15px;
      transform: rotate(30deg);
    }
    .startButton:hover {
      opacity: 1;
      filter: brightness(1.1);
      transform: translateY(2px);
      box-shadow: 0 3px 0px rgba(232, 71, 71, .1);
    }
    .startButton:hover span {
      transform: translate(-50%, -2px);
    }

    /* 浮かせた状態の始めるボタンのスタイル */
    .floatingBtn {
      position: fixed;
      bottom: 20px;
      left: 50%;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      transition: .2s ease-out;
      transform: translateX(-50%)translateY(5px)scale(.8);
    }
    .floatingBtn.show {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%)translateY(0)scale(1);
    }
    .floatingBtn a {
      margin: 0;
    }
    .floatingBtn a span {
      display: none;
    }

    /* footer上ガイドとかのリンク */
    .lpGuideFooter {
      margin: 60px auto;

      .linkWrap {
        gap: 80px;
      }
      a {
        display: block;
        text-align: center;
        color: #e84747;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: .05em;
        position: relative;
        transition: .3s;
        text-decoration: none;
      }
      a:hover {
        text-decoration: none;
        opacity: 1;
      }
      a::after {
        content: "▶︎";
        display: block;
        color: #e84747;
        font-size: 10px;
        top: 51%;
        left: -20px;
        position: absolute;
        transform: translateY(-50%);
        transition: .3s;
        opacity: .4;
      }
      a:hover::after {
        transform: translate(2px,-50%);
        opacity: 1;
      }
    }

    @media screen and (max-width: 767px) {
      /* footer */
      footer {
        margin-top: 40px;
      }

      .pc {
        display: none;
      }
      .sp {
        display: block;
      }

      /* 共通 */
      .aboutLp {
        color: #333;
        font-size: 14px;
        margin-bottom: 60px;
      }
      h2 {
        font-size: 22px;
      }
      h3 {
        font-size: 18px;
      }
      .inner {
        padding: 0;
        width: 100%;
      }


      /* aboutCollaboration */
      .aboutCollaboration {
        margin: 30px 15px;

        .enphasize {
          font-size: 18px;
          color: #333;
        }
        .startButton {
          margin-top: 30px;
        }
      }

      /* lead */
      .lead {
        padding: 40px 20px;

        h2 {
          margin-bottom: 20px;
          white-space: nowrap;
          font-size: 21px;
          letter-spacing: 0;
          margin-left: -10px;
          word-break: keep-all;
        }
        h2 span {
          font-size: 14px;
        }
        .aboutStorage {
          padding: 30px 30px 0;
        }
        .aboutStorage::before {
          width: 140px;
          height: 118px;
          left: -20px;
        }
        .aboutStorage::after {
          width: 87px;
          height: 110px;
          right: 0;
        }

        .aboutCare {
          margin-top: 50px;
          padding: 20px;
        }
        .aboutCare h3 {
          font-size: 16px;
          padding: 6px 15px;
          top: -25px;
        }
        .aboutCare .recommendation {
          margin-top: 10px;
        }
        .aboutCare .careTakumi {
          font-size: 24px;
          line-height: 2;
        }
        .aboutCare .careTakumi .price {
          font-size: 32px;
          margin-left: 10px;
        }
        .aboutCare .careTakumi span {
          font-size: 20px;
        }
        .aboutCare .careTakumi img {
          width: 115px;
          right: -40px;
          top: 25px;
        }
        .aboutCare .note {
          font-size: 13px;
        }

        .careComparison .table.competitor,
        .careComparison .table.tolonco {
          width: 100%;
          margin-left: 0;
        }
        .careComparison .table .price {
          height: 60px;
        }
        .careComparison .table .price p:not(.offRate) {
          text-align: center;
          line-height: 30px;
          transform: translateX(10px);
        }
        .careComparison .table .price span {
          font-size: 12px;
          margin-left: 2px;
        }
        .careComparison .table .title {
          font-size: 16px;
        }

        .careComparison .table.competitor {
          .price {
            font-size: 20px;
          }
          .price::before {
            width: 55px;
            border-radius: 20px;
            font-size: 12px;
            padding: 3px;
            writing-mode: unset;
            min-height: 15px;
            left: 15px;
            top: 20px;
            line-height: 1.2;
            letter-spacing: 0;
          }
        }
        .careComparison .table.tolonco{
          .price {
            font-size: 26px;
            padding-top: 20px;
            height: 160px;
          }
          .price::before{
            content: "";
            display: block;
            width: 55px;
            border-radius: 20px;
            background-color: #f2f2f2;
            font-size: 12px;
            font-weight: bold;
            color: #888;
            padding: 3px;
            line-height: 1.2;
            min-height: 15px;
            text-align: center;
            position: absolute;
            left: 15px;
            top: 40px;
            letter-spacing: 0;
          }
          .price.shoes::before {
            content: "靴";
          }
          .price.bag::before {
            content: "バッグ";
          }
          .price::after{
            right: 50%;
            transform: translate(50%, -50%);
            bottom: -22px;
            top: unset;
            width: 270px;
          }
          .offRate {
            font-size: 11px;
            line-height: 1;
            padding: 2px 3px 1px;
            top: 18px;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #333;
            border: 0;
          }
          .offRate span {
            font-size: 15px;
          }
          .offRate::after {
            transform: rotate(35deg);
            position: absolute;
            right: -10px;
            bottom: -2px;
          }
          .offRate::before {
          display: block;
          content: "";
          width: 2px;
          height: 12px;
          border-right: 2px solid #333;
          transform: rotate(-35deg);
          position: absolute;
          left: -10px;
          bottom: -2px;
        }
        }

        .careComparison,
        .otherMenu {
          flex-direction: column;
          align-items: center;
        }

        .aboutCare .otherMenu {
          padding-top: 20px;
          gap: 10px;
        }
        .aboutCare .otherMenu > p {
          font-size: 14px;
        }
        .aboutCare .otherMenu > p span {
          font-size: 16px;
        }
        .aboutCare .otherMenu > a {
          font-size: 16px;
          text-decoration: none;
        }

      }

      /* 浮かせた状態の始めるボタンのスタイル */
      .floatingBtn {
        bottom: 25px;
      }
      .floatingBtn a{
        margin: 0;
        width: 300px;
      }

      /* points */
      .points {
        padding: 40px 20px;

        h2 {
          margin-bottom: 30px;
          font-size: 21px;
        }
        h2 span {
          font-size: 28px;
        }
        h2 span::before {
          width: 15px;
          height: 10px;
        }
        .pointItem {
          display: flex;
          flex-direction: column;
          gap: 15px;
        }
        .pointItem:nth-of-type(even) {
          flex-direction: column-reverse;
        }
        .pointItem:nth-of-type(n + 2) {
          margin-top: 40px;
        }
        .pointItem img {
          width: 100%;
        }
        .pointItem .pointText {
          width: 100%;
          padding: 0 10px;
        }
        .pointCat span {
          font-size: 13px;
          padding: 2px 15px;
        }
        .pointNo {
          font-size: 13px;
        }
        .pointText h3 {
          margin-bottom: 10px;
          line-height: 1.2;
        }
        .pointText .content {
          line-height: 1.6;
        }
        .pointText .note {
          margin-top: 10px;
        }
      }
      /* serviceComparison */
      .serviceComparison {
        padding: 40px 0;

        .tableWrap {
          overflow-x: scroll;
          padding: 0 20px;
          position: relative;
        }
        .tableWrap > img {
          height: 70vh;
          max-width: unset;
        }
        .note {
        text-align: left;
        margin-left: 15px;
        }
      }

      /* usageFlow */
      .usageFlow {
        padding: 40px 20px;

        ul {
          flex-direction: column;
        }
        ul li {
          width: 100%;
        }
        ul li h4 {
          font-size: 18px;
        }
        #locondoRegister {
          gap: 10px;
          padding: 15px;
          flex-direction: column;
        }
        #locondoRegister::before {
          width: 60px;
          height: 60px;
          min-width: 60px;
        }
        #locondoRegister .title {
          font-size: 16px;
        }
        #locondoRegister p {
          font-size: 13px;
          margin: 0;
        }
      }

      /* aboutFee */
      .aboutFee {
        margin-top: 40px;

        h2 {
          margin-bottom: 30px;
        }
        .inner {
          padding: 0 20px
        }


        .feeTitle {
          font-size: 18px;
          margin-bottom: 15px;
        }
        .feeTableScrollWrap {
          overflow-x: scroll;
          padding: 0 20px;
          position: relative;
          margin: 0 -20px;
        }
        .feeTable th,
        .feeTable td {
          padding: 10px;
          vertical-align: middle;
        }
        .feeTable thead th {
          font-size: 18px;
          min-width: 100px;
        }
        .feeTable thead th span {
          font-size: 12px;
        }

        .storageFeeTableWrap,
        .pullFeeTableWrap {
          width: max-content;
        }
        .storageFeeTableWrap .storageTr td {
          font-size: 22px;
        }
        .storageFeeTableWrap .storageTr td span {
          font-size: 14px;
        }

        .notes {
          flex-direction: column;
          margin-bottom: 40px;
        }
        .storageFeeWrap .feeNote {
          width: 100%;
        }
        .boxNote {
          width: 100%;
          flex-direction: column;
          padding: 15px;
        }
        .boxNote h3 {
          font-size: 18px;
        }
        .boxNote div {
          flex-direction: column;
          align-items: center;
          font-size: 15px;
        }
        .boxNote div img {
          max-width: 220px;
        }

        .feeDetail {
          padding: 30px 0 40px;
          margin-top: 40px;
        }
        .feeDetail .inner .uk-flex {
          flex-direction: column;
        }
        .feeQuestion {
          font-size: 14px;
          margin-bottom: 20px;
        }
        .feeQuestion::after {
          width: 30px;
          height: 35px;
        }
        .detailContent h3 {
          margin-bottom: 40px;
        }
        .proratedFee button {
          text-align: left;
        }
        .proratedFee .uk-drop {
          padding: 20px;
          font-size: 12px;
          margin-left: 0;
        }
        .detailContent {
          width: 100%;
          margin-bottom: 20px;
        }

        .detailImage {
          max-width: 100%;
          padding: 20px;
        }
        .detailImage::after {
          top: 0;
          bottom: unset;
          left: unset;
          right: 20px;
          transform: translateY(-100%);
          width: 100px;
          height: 110px;
        }
        .detailImage p {
          margin-top: 15px;
        }
      }

      /* faq */
      .faq {
        padding: 40px 20px;

        h2 {
          margin-bottom: 30px;
        }
        .uk-accordion > :nth-child(n + 2) {
          margin-top: 15px;
        }
        .qaItem .uk-accordion-title {
          padding: 20px 40px 20px 45px;
          font-size: 14px;
        }
        .uk-accordion-title::before {
          transform: translateX(25px);
        }
        .qaItem > li:hover {
          opacity: 1;
          outline: 0;
        }
        .qaItem > li:hover .uk-accordion-title  {
          color: #333;
        }
        .qaItem .uk-accordion-title::after {
          font-size: 22px;
          left: 18px;
          top: 29px;
        }
        .qaItem .uk-accordion-content {
          padding: 0 40px 20px 45px;
          font-size: 13px;
        }
        .qaItem .uk-accordion-content::after {
          font-size: 22px;
          top: 10px;
          left: 18px;
        }
        .qaItem a {
          color: #e84747;
        }
        .inner > a {
          color: #e84747;
          text-decoration: none;
          display: block;
          width: fit-content;
          margin: 30px auto 0;
        }
        a .icon {
          transform: scale(2) translateY(-1px);
          margin-left: 5px;
        }
      }

      /* scrollHint */
      .scrollHint.sp {
        display: none;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 13px;
        letter-spacing: 0.03em;
        font-weight: bold;
        color: #fff;
        background-color: rgba(0, 0, 0, .6);
        padding: 10px 15px;
        border-radius: 12px;
        flex-direction: column;
        align-items: center;
      }
      .scrollHint img {
        width: 50px;
        height: auto;
        margin-bottom: 5px;
      }

      /* normalCta */
      .normalCta {
        padding: 0 20px;
      }
      .startButton {
        height: 60px;
        width: 85%;
        line-height: 60px;
        font-size: 16px;
        margin: 20px auto 0;
        outline: 3px solid #fff;
      }
      .startButton::after {
        right: 20px;
      }
      .startButton span {
        font-size: 14px;
        letter-spacing: 0.1em;
      }
      /* footer上ガイドとかのリンク */
      .lpGuideFooter {

        a {
          font-size: 14px;
        }
        .inner {
          width: fit-content;
        }
        .linkWrap {
          flex-direction: column;
          gap: 15px;
          align-items: flex-start;
          width: fit-content;
        }
      }
    }
  }


  /* モーダル閉じ */
  .uk-modal-close-outside {
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    border: none;
    right: 0;
    top: -10px;
    cursor: pointer;
    background-color: transparent;
  }
  .uk-modal-close-outside .icon {
    transform: scale(2);
  }
  .storageGuideModal .uk-modal-close-outside {
    background-color: transparent;
    border: 0;
  }

  /* 使い方流れの詳細モーダルは外にあるので */
  .storageGuideModal.modalWrap .uk-modal-dialog {
    border-radius: 12px;
    --accent-color: #E84747;
  }

  .storageGuideModal.modalWrap .flexBox {
    position: relative;
  }

  /* flowNavi */
  .flowNavi {
    display: flex;
    justify-content: center;
    align-items: center;
    --min-width: 74px;
    --circle-gap: 40px;
    --circle-width: 38px;
    --border-width: 2px;
  }
  .flowNavi li {
    counter-increment: flow;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: var(--min-width);
    list-style: none;
  }
  .flowNavi li:nth-child(n + 2) {
    margin-left: calc(var(--circle-gap) - (var(--min-width) - var(--circle-width)));
  }
  .flowNavi li:nth-child(n + 2) .circle::before {
    display: block;
    content: "";
    width: calc(var(--circle-gap));
    height: var(--border-width);
    background: #ddd;
    position: absolute;
    top: calc(var(--circle-width) / 2);
    left: auto;
    right: calc(var(--circle-width));
    transform: translate(var(--border-width));
  }
  .flowNavi li .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--circle-width);
    height: var(--circle-width);
    background: #f2f2f2;
    color: #888;
    border: var(--border-width) solid #f2f2f2;
    border-radius: calc(var(--circle-width) / 2);
    margin: 0 auto 15px;
    position: relative;
    box-sizing: border-box;
  }
  .flowNavi li .circle::after {
    content: counter(flow);
    font-size: 15px;
  }

  /* current */
  .flowNavi li.current {
    color: var(--accent-color);
    font-weight: bold;
  }
  .flowNavi li.current .circle {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
  }
  .flowNavi li.current .circle::before {
    background: var(--accent-color);
  }

  /* done */
  .flowNavi li.done .circle {
    background: #fff;
    border-color: var(--accent-color);
  }
  .flowNavi li.done .circle::before {
    background: var(--accent-color);
    border-color: var(--accent-color);
  }
  .flowNavi li.done .circle::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border-right: 2px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    margin-top: -2px;
    transform: rotate(45deg);
  }

  /* flowContent */
  .flowContent li,
  .stepContent li {
    display: none;
  }
  .flowContent li.current,
  .flowContent li.current .stepContent li.current {
    display: block;
  }
  .rightCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .rightCont ul,
  .rightCont ol {
    padding-left: 0;
    margin: 0;
  }
  .stepTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .stepTitle span {
    display: block;
    color: var(--accent-color);
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
    padding: 0;
  }
  .stepExplanation {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    white-space: pre-line;
    margin-bottom: 0;
  }
  .stepIllust {
    width: 240px;
    margin: 30px auto 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .stepIllust .uk-slideshow-items {
    pointer-events: none;
  }
  .stepIllust .slideRestart {
    color: #aaa;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    background-color: unset;
    border: 0;
  }
  .stepIllust .slideRestart .icon {
    transform: scale(1.8);
    margin-right: 5px;
  }

  /* flowControll */
  .flowControll.lc-u-displayNone-pc {
    display: none;
  }
  .flowControllBtns {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .flowControllBtns button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    padding: 6px 24px 5px;
    border: 1px solid;
    border-radius: 20px;
    touch-action: manipulation;
    background-color: #fff;
    cursor: pointer
  }
  .flowControllBtns button .icon {
    transform: scale(1.5);
  }
  .flowControllBtns button:disabled {
    opacity: 0.3;
  }
  @media screen and (max-width: 999px) {
    .storageGuideModal .uk-modal-body {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      padding: 30px 20px;
    }
    .modalBodyInner {
      display: flex;
      flex-direction: column;
      flex: 0 1;
      overflow: hidden;
    }
    .storageGuideModal.modalWrap .flexBox {
      flex: 0 1;
      margin-bottom: 34px;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 70vh;
    }
    .stepIllust .uk-slideshow,
    .stepIllust .uk-slideshow-items {
      min-height: 408px !important;
    }
    .stepIllust img {
      width: 100%;
    }
    .flowControll {
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 100;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-radius: 0 0 12px 12px;
      padding: 15px;
      gap: 10px;
      overflow: hidden;
      transition: opacity 0.2s ease;
      filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
      width: calc(100% - 30px);
    }
  }

  @media screen and (min-width: 1000px) {
    .storageGuideModal.modalWrap .uk-modal-dialog {
      max-width: 100%;
      width: 915px;
      max-height: calc(100dvh - calc(10px * 2 + 20px) * 2);
      transform: translateY(0);
    }
    .storageGuideModal.modalWrap .uk-modal-dialog .uk-modal-body {
      padding: 50px 20px;
    }
    .modalBodyInner {
      padding: 0 40px;
    }
    .flexBox {
      display: flex;
      gap: 30px;
    }
    .leftCont {
      width: calc(40% - 30px);
      flex: none;
      height: 408px;
    }
    .rightCont {
      width: 60%;
      flex: none;
      align-items: flex-start;
      gap: 50px;
    }

    /* flowNavi */
    .flowNavi {
      justify-content: flex-start;
      --min-width: 100px;
      --circle-gap: 58px;
      --circle-width: 60px;
    }
    .flowNavi li {
      font-size: 16px;
    }
    .flowNavi li .circle {
      margin-bottom: 28px;
    }
    .flowNavi li .circle::after {
      font-size: 24px;
    }
    .flowNavi li.done .circle::after {
      width: 11px;
      height: 22px;
      margin-top: -4px;
    }

    /* flowContent */
    .stepTitle {
      font-size: 24px;
    }
    .stepTitle span {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .stepExplanation {
      font-size: 16px;
      margin-top: 15px;
    }
    .stepIllust {
      width: 240px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
    }
    .stepIllust .uk-slideshow,
    .stepIllust .uk-slideshow-items {
      width: 100%;
      height: 100%;
    }
    .stepIllust img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .stepIllust .slideRestart {
      bottom: -30px;
    }

    /* flowControll */
    .flowControll {
      display: flex;
      align-items: flex-end;
      flex: 1 0;
    }
    .flowControllBtns {
      gap: 25px;
    }
    .flowControllBtns button {
      font-size: 16px;
      gap: 15px;
      padding: 7px 20px 5px;
    }
  }

