@charset "utf-8";    .l-inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .u-spOnly {
      display: none;
    }

    .c-ninasTitle {
      font-size: 36px;
      color: #85714d;
      font-family: "Noto Serif JP", serif;
      text-align: center;
    }

    .p-ninas {
      margin-top: 60px;
    }

    .p-ninasFv {
      max-width: 1200px;
      margin: 50px auto 0;
    }

    .p-ninasIntroText {
      font-size: 36px;
      text-align: center;
      line-height: calc(24.5 / 13);
      letter-spacing: .04em;
      font-family: "Noto Serif JP", serif;
      background: linear-gradient(-60deg, #593e1e 0%, #8a6c11 47%, #593e1e 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
    }

    .p-ninasIntroName {
      color: #85714d;
      font-size: 36px;
      font-family: "Noto Serif JP", serif;
      letter-spacing: .08em;
      margin-top: 120px;
      text-align: center;
    }

    .p-ninasIntroNameEn {
      color: #85714d;
      font-size: 20px;
      font-family: "Noto Serif JP", serif;
      letter-spacing: .08em;
      margin-top: 15px;
      text-align: center;
    }

    .p-ninasIntroBottom {
      border: 1px solid #af8f4c;
      padding: 17px 28px 17px 10px;
      max-width: 685px;
      margin: 45px auto 0;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .p-ninasIntroBottomImg {
      max-width: 145px;
    }

    .p-ninasIntroBottomText {
      font-size: 16px;
      line-height: calc(13 / 8);
      letter-spacing: .08em;
      color: #af8f4c;
    }

    .p-ninasAbout {
      margin-top: 90px;
    }

    .p-ninasAboutText {
      margin-top: 60px;
      font-size: 16px;
      text-align: center;
      line-height: calc(17.5 / 8);
      color: #85714d;
      font-weight: 400;
    }

    .p-ninasAboutImg {
      max-width: 640px;
      margin: 30px auto 0;
      display: block;
      width: 100%;
    }

    .p-ninasHistory {
      margin-top: 120px;
    }

    .p-ninasHistoryFlex {
      margin-top: 60px;
      display: flex;
      align-items: center;
      gap: 40px;
    }

    .p-ninasHistoryImg {
      max-width: 490px;
    }

    .p-ninasHistoryText {
      font-size: 16px;
      color: #85714d;
      line-height: calc(17.5 / 8);
      font-weight: 400;
    }

    .p-ninasHistoryText span {
      font-size: 16px;
      font-weight: bold;
    }
    .p-ninasHistoryText span a {
        color: #85714d;
    }
    .p-ninasCta {
      margin-top: 120px;
    }

    .p-ninasCtaFlex {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }

    .p-ninasCtaImg {
      max-width: 320px;
    }

    .p-ninasCtaText {
      font-size: 18px;
      color: #85714d;
      font-family: "Noto Serif JP", serif;
      text-align: center;
    }

    .p-ninasCtaBtn {
      font-size: 16px;
      color: #85714d !important;
      border: 1px solid #85714d;
      height: 52px;
      width: 343px;
      border-radius: 26px;
      display: grid;
      place-content: center;
      margin: 30px auto 0;
      font-family: "Noto Serif JP", serif;
      background-color: #fff;
      position: relative;
      transition: 0.3s;
    }

    .p-ninasCtaBtn::before,
    .p-ninasCtaBtn::after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 7px;
      background-color: #85714d;
      position: absolute;
      right: 25px;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: 0.3s;
    }

    .p-ninasCtaBtn::before {
      transform: rotate(-50deg) translateY(-3.5px);
    }

    .p-ninasCtaBtn::after {
      transform: rotate(230deg) translateY(-3.5px);
    }

    .p-ninasCtaBtn:hover {
      background-color: #85714d;
      color: #fff !important;
    }

    .p-ninasCtaBtn:hover::before,
    .p-ninasCtaBtn:hover::after {
      background-color: #fff;
      right: 20px;
    }

    .p-ninasOutro {
      margin-top: 120px;
      padding: 1.5px;
      border: 1px solid #BC9300;
      position: relative;
    }

    .p-ninasOutroDecoTop {
      position: absolute;
      top: -9.5px;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #fff;
      width: 50px;
    }

    .p-ninasOutroDecoCorner {
      position: absolute;
      margin: auto;
      background-color: #fff;
      width: 50px;
    }

    .p-ninasOutroDecoCorner:nth-of-type(2) {
      top: -5px;
      left: -9.5px;
      transform: rotate(-90deg);
    }

    .p-ninasOutroDecoCorner:nth-of-type(3) {
      top: -9.5px;
      right: -5px;
    }

    .p-ninasOutroDecoCorner:nth-of-type(4) {
      bottom: -9.5px;
      left: -5px;
      transform: rotate(-180deg);
    }

    .p-ninasOutroDecoCorner:nth-of-type(5) {
      bottom: -5px;
      right: -9.5px;
      transform: rotate(-270deg);
    }

    .p-ninasOutro .l-inner {
      max-width: 1200px;
      border: 1px solid #bc9300;
      padding: 49px;
    }

    .p-ninasOutroFlex {
      display: flex;
      gap: 20px;
      justify-content: space-between;
      align-items: flex-start;
    }

    .p-ninasOutroTitle {
      font-size: 24px;
      color: #85714d;
      font-family: "Noto Serif JP", serif;
      line-height: calc(19 / 12);
    }

    .p-ninasOutroText {
      font-size: 16px;
      line-height: calc(17.5 / 8);
      color: #85714d;
      margin-top: 40px;
    }

    @media screen and (max-width: 1024px) {
      .p-ninasIntroText {
        font-size: 22px;
      }

      .p-ninasIntroName {
        font-size: 28px;
      }

      .p-ninasAboutText {
        font-size: 14px;
      }

      .p-ninasHistoryFlex {
        align-items: flex-start;
      }

      .p-ninasHistoryImg {
        width: 40%;
        position: sticky;
        top: 140px;
      }

      .p-ninasHistoryText {
        font-size: 14px;
        width: calc(60% - 40px);
      }

      .p-ninasHistoryText span {
        font-size: 14px;
      }

      .p-ninasOutroTitle {
        font-size: 22px;
      }

      .p-ninasOutroText {
        font-size: 14px;
      }

      .p-ninasOutroImg {
        position: sticky;
        top: 140px;
        width: 40%;
      }
    }

    @media screen and (max-width: 767px) {
      .u-pcOnly {
        display: none;
      }

      .u-spOnly {
        display: block;
      }

      .c-ninasTitle {
        font-size: 20px;
      }

      .p-ninas {
        margin-top: 30px;
      }

      .p-ninasIntroText {
        font-size: 18px;
        text-align: left;
      }

      .p-ninasAbout {
        margin-top: 60px;
      }

      .p-ninasAboutText {
        margin-top: 20px;
        text-align: left;
      }

      .p-ninasHistoryFlex {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
      }

      .p-ninasHistoryImg {
        position: static;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

      .p-ninasHistoryText {
        width: 100%;
      }      

      .p-ninasCta {
        margin-top: 80px;
      }

      .p-ninasCtaFlex {
        flex-direction: column;
        gap: 20px;
      }

      .p-ninasCtaBtn {
        margin-top: 20px;
      }

      .p-ninasOutro {
        margin-top: 60px;
      }

      .p-ninasOutro .l-inner {
        padding: 30px 20px;
      }

      .p-ninasOutroFlex {
        flex-direction: column-reverse;
      }

      .p-ninasOutroTitle {
        font-size: 19px;
      }

      .p-ninasOutroText {
        font-size: 12px;
        margin-top: 10px;
      }

      .p-ninasOutroImg {
        width: 70%;
        max-width: 300px;
        position: static;
        margin: auto;
      }
    }