
.privacy-content .content-area {
  margin-top: 115px;
  margin-bottom: 170px;
}

.privacy-content .content-area .text {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: calc(35.94 / 18);
  font-feature-settings: "palt" 1;
}

.privacy-content .content-area .text.text-footer {
  margin-top: 60px;
}

.privacy-content .content-area .text+.text {
  margin-top: 34px;
}

.privacy-content .content-area .text-wrap {
  margin-top: 67px;
}

.privacy-content .content-area .heading {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-feature-settings: "palt" 1;
  font-weight: 600;
}

@media screen and (max-width: 780px) {

    .privacy-content .content-area {
      margin-top: calc(100vw * (106 / 780));
      margin-bottom: calc(100vw * (170 / 780));
    }

    .privacy-content .content-area .text {
      font-size: calc(100vw * (26 / 780));
      letter-spacing: 0.05em;
      line-height: calc(48 / 26);
      font-feature-settings: "palt" 1;
    }

    .privacy-content .content-area .text.text-footer {
      margin-top: calc(100vw * (60 / 780));
    }

    .privacy-content .content-area .text+.text {
      margin-top: calc(100vw * (52 / 780));
    }

    .privacy-content .content-area .text-wrap {
      margin-top: calc(100vw * (62 / 780));
    }

    .privacy-content .content-area .heading {
      font-size: calc(100vw * (28 / 780));
      letter-spacing: 0.05em;
      line-height: calc(48 / 28);
      font-feature-settings: "palt" 1;
      font-weight: 600;
    }
  }

/*=======================================================
/# 404
/=======================================================*/
  .nf-content .content-area {
    margin-top: 95px;
    margin-bottom: 170px;
  }

  .nf-content .content-area .heading {
    font-size: 36px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    font-weight: 400;
    text-align: center;
  }

  .nf-content .content-area .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: calc(36 / 16);
    font-feature-settings: "palt" 1;
    text-align: center;
    margin-top: 23px;
  }
  .nf-content .content-area .text a{
    color: #ed6d1f;
    text-decoration: none;
    transition: all 0.3s;
  }
  .nf-content .content-area .text a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .nf-content .content-area .btn{
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .nf-content .content-area .btn a{
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s ease-in;
    padding: 17px 0;
    position: relative;
    width: 100%;
  }
  .nf-content .content-area .btn a::after{
    content: "→";
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }
  .nf-content .content-area .btn a:hover{
    background-color: #ed6d1f;
  }

  @media screen and (max-width: 780px) {
    .nf-content .content-area {
      margin-top: calc(100vw * (106 / 780));
      margin-bottom: calc(100vw * (159 / 780));
    }
  
    .nf-content .content-area .heading {
      text-align: left;
      font-size: calc(100vw * (36 / 780));
    }
  
    .nf-content .content-area .text {
      font-size: calc(100vw * (26 / 780));
      line-height: calc(48 / 28);
      text-align: left;
      margin-top: calc(100vw * (78 / 780));
    }
    .nf-content .content-area .btn{
      max-width: calc(100vw * (540 / 780));
      margin-top: calc(100vw * (171 / 780));
    }
    .nf-content .content-area .btn a{
      font-size: calc(100vw * (26 / 780));
      padding: calc(100vw * (26 / 780)) 0;
    }
    .nf-content .content-area .btn a::after{
      right: calc(100vw * (27 / 780));
    }
  }