main {
  padding-top: 48px; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 13.3333333333vw; } }

.news-wrap .inner {
  width: min(1012px, 92%);
  margin: auto; }
  @media screen and (max-width: 767px) {
    .news-wrap .inner {
      width: 89.3%; } }
.news-wrap .post-content {
  padding-bottom: 72px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .news-wrap .post-content {
      padding-bottom: 11.2vw;
      margin-bottom: 10.6666666667vw; } }
  .news-wrap .post-content .post-info {
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-info {
        margin-bottom: 6.4vw; } }
    .news-wrap .post-content .post-info .category {
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .news-wrap .post-content .post-info .category {
          margin-bottom: 2.1333333333vw; } }
      .news-wrap .post-content .post-info .category a {
        display: inline-block;
        color: #fff;
        background: #2D2A26;
        text-decoration: none;
        padding: 2px 10px;
        font-size: 13px; }
        @media screen and (max-width: 767px) {
          .news-wrap .post-content .post-info .category a {
            font-size: 3.4666666667vw;
            padding: 0.5333333333vw 2.6666666667vw; } }
    .news-wrap .post-content .post-info h1 {
      font-family: "Noto Serif JP", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: .05em;
      padding-bottom: 15px;
      border-bottom: 1px solid #DFDFDF;
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .news-wrap .post-content .post-info h1 {
          font-size: 5.8666666667vw;
          line-height: 1.6;
          margin-bottom: 4.2666666667vw;
          padding-bottom: 2.1333333333vw; } }
    .news-wrap .post-content .post-info .time-list {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        .news-wrap .post-content .post-info .time-list {
          justify-content: flex-start; } }
      .news-wrap .post-content .post-info .time-list p {
        font-size: 14px;
        color: #756D61;
        margin-left: 16px; }
        @media screen and (max-width: 767px) {
          .news-wrap .post-content .post-info .time-list p {
            font-size: 3.4666666667vw;
            margin: 0 3.2vw 0 0; } }
        .news-wrap .post-content .post-info .time-list p * {
          font-size: inherit;
          color: inherit; }
  .news-wrap .post-content .post-box h2,
  .news-wrap .post-content .post-box h3,
  .news-wrap .post-content .post-box h4,
  .news-wrap .post-content .post-box h5,
  .news-wrap .post-content .post-box h6 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    margin: 56px 0 0;
    letter-spacing: .05em;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box h2,
      .news-wrap .post-content .post-box h3,
      .news-wrap .post-content .post-box h4,
      .news-wrap .post-content .post-box h5,
      .news-wrap .post-content .post-box h6 {
        margin: 12.8vw 0 0; } }
  .news-wrap .post-content .post-box h2 {
    background: #AE8F64;
    color: #fff;
    font-size: 26px;
    font-weight: 50;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box h2 {
        margin-top: 6.4vw;
        font-size: 5.3333333333vw;
        padding: 2.6666666667vw; } }
  .news-wrap .post-content .post-box h3 {
    background: #F9F9F8;
    padding: 10px;
    font-size: 24px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box h3 {
        padding: 2.6666666667vw;
        font-size: 4.8vw; } }
  .news-wrap .post-content .post-box h4 {
    border-top: 2px solid #AE8F64;
    border-bottom: 2px solid #AE8F64;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box h4 {
        font-size: 4.8vw;
        padding: 2.6666666667vw 0; } }
  .news-wrap .post-content .post-box h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 2px dotted #AE8F64; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box h5 {
        font-size: 4.5333333333vw;
        padding: 2.6666666667vw 0; } }
  .news-wrap .post-content .post-box h6 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box h6 {
        font-size: 4.5333333333vw;
        padding-left: 5.3333333333vw; } }
    .news-wrap .post-content .post-box h6::before {
      content: "";
      width: 10px;
      height: 4px;
      background: #AE8F64;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .news-wrap .post-content .post-box h6::before {
          width: 2.6666666667vw;
          height: 1.0666666667vw; } }
  .news-wrap .post-content .post-box p {
    margin-top: 24px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box p {
        margin-top: 4.2666666667vw; } }
  .news-wrap .post-content .post-box img {
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box img {
        margin-top: 6.4vw; } }
  .news-wrap .post-content .post-box strong {
    font-weight: 700; }
  .news-wrap .post-content .post-box a {
    color: #AE8F64;
    font-weight: 600; }
  .news-wrap .post-content .post-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box ul {
        margin-top: 4.2666666667vw; } }
    .news-wrap .post-content .post-box ul li {
      font-weight: 600;
      line-height: 2;
      padding-left: 18px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .news-wrap .post-content .post-box ul li {
          padding-left: 4.8vw; } }
      .news-wrap .post-content .post-box ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        background: #AE8F64;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .news-wrap .post-content .post-box ul li::before {
            width: 2.1333333333vw;
            height: 2.1333333333vw; } }
      .news-wrap .post-content .post-box ul li:not(:last-of-type) {
        margin-bottom: 8px; }
        @media screen and (max-width: 767px) {
          .news-wrap .post-content .post-box ul li:not(:last-of-type) {
            margin-bottom: 2.1333333333vw; } }
  .news-wrap .post-content .post-box ol {
    margin: 24px 0 0;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .news-wrap .post-content .post-box ol {
        margin-top: 6.4vw;
        padding-left: 5.3333333333vw; } }
    .news-wrap .post-content .post-box ol li {
      line-height: 2;
      font-weight: 600; }
      .news-wrap .post-content .post-box ol li:not(:last-of-type) {
        margin-bottom: 8px; }
        @media screen and (max-width: 767px) {
          .news-wrap .post-content .post-box ol li:not(:last-of-type) {
            margin-bottom: 2.1333333333vw; } }
      .news-wrap .post-content .post-box ol li::marker {
        color: #AE8F64;
        display: inline-block;
        margin-right: 10px; }
        @media screen and (max-width: 767px) {
          .news-wrap .post-content .post-box ol li::marker {
            margin-right: 2.6666666667vw; } }
.news-wrap .back-btn {
  width: 287px;
  margin: 0 auto 72px; }
  .news-wrap .back-btn a {
    display: block;
    background: #AE8F64;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
    border-radius: 44px;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .news-wrap .back-btn a {
        font-size: 4.2666666667vw;
        line-height: 11.7333333333vw;
        border-radius: 11.7333333333vw; } }
  @media screen and (max-width: 767px) {
    .news-wrap .back-btn {
      width: 76.5333333333vw;
      margin-bottom: 13.3333333333vw; } }
.news-wrap .category-area {
  margin: 48px 0 38px; }
  @media screen and (max-width: 767px) {
    .news-wrap .category-area {
      margin: 11.7333333333vw 0 9.6vw; } }
  .news-wrap .category-area .ttl {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #AE8F64;
    margin-bottom: 16px;
    line-height: 1.5;
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .news-wrap .category-area .ttl {
        font-size: 4.2666666667vw; } }
    .news-wrap .category-area .ttl::before, .news-wrap .category-area .ttl::after {
      content: "";
      width: 10px;
      height: 1px;
      background: #AE8F64;
      margin: 0 8px; }
      @media screen and (max-width: 767px) {
        .news-wrap .category-area .ttl::before, .news-wrap .category-area .ttl::after {
          width: 2.6666666667vw;
          margin: 0 2.1333333333vw; } }
.news-wrap .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }
  .news-wrap .category-list li {
    margin: 0 4px 10px; }
    @media screen and (max-width: 767px) {
      .news-wrap .category-list li {
        margin: 0 0.8vw 3.2vw; } }
    .news-wrap .category-list li a {
      display: block;
      word-break: keep-all;
      font-size: 14px;
      color: #756D61;
      border: 1px solid #756D61;
      line-height: 38px;
      border-radius: 40px;
      padding: 0 20px;
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        .news-wrap .category-list li a {
          font-size: 3.7333333333vw;
          line-height: 9.0666666667vw;
          border-radius: 10.6666666667vw;
          padding: 0 3.4666666667vw; } }
    .news-wrap .category-list li.view a {
      background: #756D61;
      color: #fff; }
