@charset "UTF-8";
main.news-detail > header {
  padding: 64px 0; }
  main.news-detail > header .container {
    width: calc(100% - 16 * 2 / 375 * 100vw);
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      main.news-detail > header .container {
        width: calc(1024 / 1280 * 100vw); } }
    main.news-detail > header .container > .primary {
      padding-bottom: 48px; }
      @media screen and (min-width: 769px) {
        main.news-detail > header .container > .primary {
          display: flex;
          align-items: center;
          gap: 40px; } }
      main.news-detail > header .container > .primary > * {
        flex: 0 0 calc((100% - 40px) / 2); }
      main.news-detail > header .container > .primary .content {
        position: relative; }
        main.news-detail > header .container > .primary .content .news {
          font-family: var(--font-primary-en);
          font-style: normal;
          font-weight: 400;
          font-size: 32px;
          line-height: 100%;
          color: #FFFFFF;
          mix-blend-mode: exclusion;
          will-change: filter;
          margin-bottom: 40px; }
        main.news-detail > header .container > .primary .content .meta {
          display: flex;
          gap: 16px;
          align-items: center; }
          main.news-detail > header .container > .primary .content .meta .category {
            display: flex;
            justify-content: center;
            align-items: center;
            width: fit-content;
            padding: 8px 16px;
            border-radius: 9999px;
            height: 28px;
            background: #FFFFFF;
            mix-blend-mode: exclusion;
            will-change: filter;
            border-radius: 1000px;
            font-family: var(--font-primary);
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 0.05em;
            color: #000000; }
          main.news-detail > header .container > .primary .content .meta .date {
            font-family: var(--font-primary);
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 100%;
            text-align: right;
            letter-spacing: 0.05em;
            color: #FFFFFF;
            mix-blend-mode: exclusion;
            will-change: filter; }
        main.news-detail > header .container > .primary .content h1 {
          font-family: var(--font-primary);
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 200%;
          letter-spacing: 0.05em;
          color: #FFFFFF;
          mix-blend-mode: exclusion;
          will-change: filter;
          margin: 8px 0 0;
          margin-bottom: 16px; }
          @media screen and (min-width: 769px) {
            main.news-detail > header .container > .primary .content h1 {
              font-size: 24px;
              margin-bottom: 0; } }
      main.news-detail > header .container > .primary figure img {
        width: 100%;
        border-radius: 8px; }
    main.news-detail > header .container nav.breadcrumb {
      mix-blend-mode: exclusion;
      will-change: filter;
      border-top: 1px solid #fff;
      padding-top: 16px; }
      main.news-detail > header .container nav.breadcrumb ol {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
        main.news-detail > header .container nav.breadcrumb ol li {
          display: flex;
          gap: 10px;
          font-family: var(--font-primary);
          font-weight: 400;
          font-size: 10px;
          line-height: 100%;
          letter-spacing: 0.05em;
          color: #fff; }
          main.news-detail > header .container nav.breadcrumb ol li + li:before {
            content: "＞"; }
main.news-detail .body {
  padding: 0 0 80px; }
  main.news-detail .body .container {
    width: calc(100% - 16 * 2 / 375 * 100vw);
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      main.news-detail .body .container {
        width: calc(1024 / 1280 * 100vw); } }
    main.news-detail .body .container .content {
      max-width: 1024px;
      margin: 0 auto;
      padding: 24px 20px;
      background-color: #fff;
      border-radius: 24px;
      display: flex;
      flex-direction: column;
      gap: 24px; }
      @media screen and (min-width: 769px) {
        main.news-detail .body .container .content {
          padding: 64px;
          border-radius: 40px; } }
      main.news-detail .body .container .content h2 {
        font-family: var(--font-primary);
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 200%;
        letter-spacing: 0.05em;
        color: #000000;
        padding-bottom: 24px;
        border-bottom: 1px solid #000; }
        @media screen and (min-width: 769px) {
          main.news-detail .body .container .content h2 {
            font-size: 20px; } }
      main.news-detail .body .container .content h3 {
        font-family: var(--font-primary);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.05em;
        color: #000000; }
        @media screen and (min-width: 769px) {
          main.news-detail .body .container .content h3 {
            font-size: 16px; } }
      main.news-detail .body .container .content p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        text-align: justify;
        color: #000000; }
    main.news-detail .body .container nav.pager {
      margin-top: 40px;
      padding-top: 40px;
      position: relative; }
      main.news-detail .body .container nav.pager:before {
        content: "";
        display: block;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        mix-blend-mode: exclusion;
        will-change: filter; }
      main.news-detail .body .container nav.pager .inner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        mix-blend-mode: exclusion;
        will-change: filter;
        font-family: var(--font-primary-en);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        letter-spacing: 0.1em;
        color: #FFFFFF; }
        main.news-detail .body .container nav.pager .inner .back a {
          font-family: var(--font-primary);
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 100%;
          letter-spacing: 0.1em;
          color: #FFFFFF; }
        main.news-detail .body .container nav.pager .inner .prev a {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 8px;
          display: flex;
          gap: 8px;
          align-items: center; }
          main.news-detail .body .container nav.pager .inner .prev a:before {
            content: "";
            background-image: url("../images/common/pagination_prev_arrow.svg");
            display: block;
            width: 24px;
            height: 15px; }
        main.news-detail .body .container nav.pager .inner .next a {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 8px;
          display: flex;
          gap: 8px;
          align-items: center; }
          main.news-detail .body .container nav.pager .inner .next a:after {
            content: "";
            background-image: url("../images/common/pagination_next_arrow.svg");
            display: block;
            width: 24px;
            height: 15px; }
main.news-detail nav.entry {
  position: relative;
  padding: 180px calc(40 / 375 * 100vw) 120px; }
  @media screen and (min-width: 769px) {
    main.news-detail nav.entry {
      padding: 183px 0 80px; } }
  main.news-detail nav.entry:before {
    content: "";
    display: block;
    width: 33px;
    height: 136px;
    background-image: url("../images/common/entry_deco.svg");
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: exclusion;
    will-change: filter; }
  main.news-detail nav.entry h2 {
    font-weight: 400;
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    mix-blend-mode: exclusion;
    will-change: filter; }
    @media screen and (min-width: 769px) {
      main.news-detail nav.entry h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 48px; } }
  main.news-detail nav.entry .action {
    text-align: center; }
    main.news-detail nav.entry .action a {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 64px;
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      border-radius: 1000px;
      font-family: var(--font-primary-en);
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      letter-spacing: 0.1em;
      color: #000;
      mix-blend-mode: exclusion;
      will-change: filter;
      transition: all ease .3s; }
      @media screen and (min-width: 769px) {
        main.news-detail nav.entry .action a {
          max-width: 560px;
          height: 96px;
          font-size: 40px;
          text-align: center; } }
      @media screen and (min-width: 769px) {
        main.news-detail nav.entry .action a:hover {
          background-color: transparent;
          color: #fff; } }
