@charset "UTF-8";
main.culture > header {
  padding: 64px 0 40px;
  background-color: #fff;
  mix-blend-mode: exclusion;
  will-change: filter; }
  @media screen and (min-width: 769px) {
    main.culture > header {
      padding: 64px 0; } }
  main.culture > header .container {
    width: calc(343 / 375 * 100vw);
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      main.culture > header .container {
        width: calc(1024 / 1280 * 100vw); } }
    main.culture > header .container .primary {
      position: relative;
      padding-bottom: 48px; }
      @media screen and (min-width: 769px) {
        main.culture > header .container .primary {
          padding-left: 152px; } }
      main.culture > header .container .primary .hgroup,
      main.culture > header .container .primary hgroup {
        position: relative; }
        @media screen and (min-width: 769px) {
          main.culture > header .container .primary .hgroup,
          main.culture > header .container .primary hgroup {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            gap: 72px; } }
        main.culture > header .container .primary .hgroup p:nth-child(1),
        main.culture > header .container .primary hgroup p:nth-child(1) {
          font-family: var(--font-primary-en);
          font-style: normal;
          font-weight: 400;
          font-size: 56px;
          line-height: 100%;
          color: #FFFFFF;
          mix-blend-mode: exclusion;
          will-change: filter;
          writing-mode: vertical-rl;
          opacity: 0;
          transition: all ease .3s; }
          @media screen and (min-width: 769px) {
            main.culture > header .container .primary .hgroup p:nth-child(1),
            main.culture > header .container .primary hgroup p:nth-child(1) {
              font-size: 64px;
              line-height: 80px; } }
          main.culture > header .container .primary .hgroup p:nth-child(1) .char,
          main.culture > header .container .primary hgroup p:nth-child(1) .char {
            position: relative;
            left: -20px;
            transition: all ease .3s;
            opacity: 0; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(2),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(2) {
              transition-delay: .08s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(3),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(3) {
              transition-delay: .16s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(4),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(4) {
              transition-delay: .24s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(5),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(5) {
              transition-delay: .32s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(6),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(6) {
              transition-delay: .4s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(7),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(7) {
              transition-delay: .48s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(8),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(8) {
              transition-delay: .56s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(9),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(9) {
              transition-delay: .64s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(10),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(10) {
              transition-delay: .72s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(11),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(11) {
              transition-delay: .8s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(12),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(12) {
              transition-delay: .88s; }
            main.culture > header .container .primary .hgroup p:nth-child(1) .char:nth-child(13),
            main.culture > header .container .primary hgroup p:nth-child(1) .char:nth-child(13) {
              transition-delay: .96s; }
        main.culture > header .container .primary .hgroup p:nth-child(2),
        main.culture > header .container .primary hgroup p:nth-child(2) {
          position: absolute;
          top: -40px;
          left: 9px;
          font-family: var(--font-primary);
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0.1em;
          color: #FFFFFF;
          background-color: transparent;
          padding: 0;
          mix-blend-mode: exclusion;
          will-change: filter;
          white-space: nowrap;
          opacity: 0;
          transition: all ease .3s;
          transition-delay: 1s;
          right: -20px; }
          @media screen and (min-width: 769px) {
            main.culture > header .container .primary .hgroup p:nth-child(2),
            main.culture > header .container .primary hgroup p:nth-child(2) {
              position: static;
              font-size: 20px;
              right: auto;
              left: -20px; } }
        main.culture > header .container .primary .hgroup h1,
        main.culture > header .container .primary hgroup h1 {
          position: relative;
          font-family: var(--font-primary);
          font-weight: 400;
          font-size: 20px;
          line-height: 100%;
          letter-spacing: 0.1em;
          mix-blend-mode: exclusion;
          will-change: filter;
          white-space: nowrap;
          color: #000;
          padding: 16px;
          background-color: #ffff;
          width: fit-content;
          margin: 0 0 0 auto;
          opacity: 0;
          transition: all ease .3s;
          transition-delay: 1s;
          right: -20px; }
          @media screen and (min-width: 769px) {
            main.culture > header .container .primary .hgroup h1,
            main.culture > header .container .primary hgroup h1 {
              padding: 0;
              color: #FFFFFF;
              background-color: transparent;
              margin: 0;
              right: auto;
              left: -20px; } }
      main.culture > header .container .primary > p.lead {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 18px;
        line-height: 200%;
        text-align: right;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        mix-blend-mode: exclusion;
        will-change: filter;
        word-break: keep-all;
        overflow-wrap: break-word;
        margin-top: 16px;
        opacity: 0;
        transition: all ease .3s;
        transition-delay: 1s;
        right: -20px; }
        @media screen and (min-width: 769px) {
          main.culture > header .container .primary > p.lead {
            margin-top: 0;
            height: 227px;
            font-size: 24px;
            line-height: 150%; } }
    main.culture > header .container nav.breadcrumb {
      mix-blend-mode: exclusion;
      will-change: filter;
      border-top: 1px solid #fff;
      padding-top: 16px; }
      main.culture > header .container nav.breadcrumb ol {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
        main.culture > 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.culture > header .container nav.breadcrumb ol li + li:before {
            content: "＞"; }
  main.culture > header.js-scrollin-active .container .primary .hgroup p:nth-child(1),
  main.culture > header.js-scrollin-active .container .primary hgroup p:nth-child(1) {
    opacity: 1; }
    main.culture > header.js-scrollin-active .container .primary .hgroup p:nth-child(1) .char,
    main.culture > header.js-scrollin-active .container .primary hgroup p:nth-child(1) .char {
      left: 0;
      opacity: 1; }
  main.culture > header.js-scrollin-active .container .primary .hgroup p:nth-child(2),
  main.culture > header.js-scrollin-active .container .primary .hgroup h1,
  main.culture > header.js-scrollin-active .container .primary hgroup p:nth-child(2),
  main.culture > header.js-scrollin-active .container .primary hgroup h1 {
    opacity: 1;
    right: 0; }
    @media screen and (min-width: 769px) {
      main.culture > header.js-scrollin-active .container .primary .hgroup p:nth-child(2),
      main.culture > header.js-scrollin-active .container .primary .hgroup h1,
      main.culture > header.js-scrollin-active .container .primary hgroup p:nth-child(2),
      main.culture > header.js-scrollin-active .container .primary hgroup h1 {
        right: auto;
        left: 0; } }
  main.culture > header.js-scrollin-active .container .primary > p.lead {
    opacity: 1;
    right: 0; }
main.culture > section:not(.message):not(.person) {
  margin-top: 80px; }
  @media screen and (min-width: 769px) {
    main.culture > section:not(.message):not(.person) {
      margin-top: 105px; } }
  main.culture > section:not(.message):not(.person) .container {
    width: calc(343 / 375 * 100vw);
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      main.culture > section:not(.message):not(.person) .container {
        width: calc(1024 / 1280 * 100vw);
        padding: 0 40px; } }
    main.culture > section:not(.message):not(.person) .container h2 {
      font-family: var(--font-primary);
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 100%;
      letter-spacing: 0.1em;
      color: #000;
      background-color: #fff;
      padding: 8px 16px;
      mix-blend-mode: exclusion;
      will-change: filter;
      margin: 0 auto;
      width: fit-content;
      margin-bottom: 24px; }
      @media screen and (min-width: 769px) {
        main.culture > section:not(.message):not(.person) .container h2 {
          font-size: 24px;
          line-height: 100%;
          margin-bottom: 40px; } }
    main.culture > section:not(.message):not(.person) .container p.copy {
      text-align: center;
      margin-bottom: 24px;
      font-family: var(--font-primary);
      font-style: normal;
      font-weight: 400;
      font-size: 28px;
      line-height: 150%;
      text-align: center;
      letter-spacing: 0.1em;
      color: #FFFFFF;
      mix-blend-mode: exclusion;
      will-change: filter;
      margin-bottom: 24px; }
      @media screen and (min-width: 769px) {
        main.culture > section:not(.message):not(.person) .container p.copy {
          font-size: 48px !important; } }
    main.culture > section:not(.message):not(.person) .container > p {
      font-family: var(--font-primary);
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 200%;
      text-align: center;
      letter-spacing: 0.1em;
      color: #FFFFFF;
      mix-blend-mode: exclusion;
      will-change: filter; }
      @media screen and (min-width: 769px) {
        main.culture > section:not(.message):not(.person) .container > p {
          font-size: 18px;
          line-height: 150%; } }
main.culture section.philosophy {
  margin-top: 80px; }
main.culture section.vision p.copy {
  font-size: 22px !important; }
main.culture section.culture .container > p {
  font-size: 18px !important;
  line-height: 2 !important; }
main.culture section.culture .container ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px; }
  @media screen and (min-width: 769px) {
    main.culture section.culture .container ul {
      gap: 22px;
      flex-direction: row;
      margin-top: 40px; } }
  @media screen and (min-width: 769px) {
    main.culture section.culture .container ul li {
      flex: 0 0 calc((100% - 22px * 2) / 3); } }
  main.culture section.culture .container ul li section {
    border: 1px solid #fff;
    padding: 24px;
    height: 100%;
    background-color: #fff; }
    main.culture section.culture .container ul li section h3 {
      font-family: var(--font-primary);
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 200%;
      letter-spacing: 0.1em;
      color: #000;
      margin-bottom: 24px; }
    main.culture section.culture .container ul li section p {
      font-weight: 400;
      font-size: 14px;
      line-height: 200%;
      text-align: justify;
      letter-spacing: 0.05em;
      color: #000; }
main.culture section.message {
  background-color: #fff;
  border-radius: 24px;
  padding: 56px 0 40px;
  margin-top: 80px; }
  @media screen and (min-width: 769px) {
    main.culture section.message {
      border-radius: 40px;
      padding: 80px 0; } }
  main.culture section.message .container {
    width: calc(100% - 16 * 2 / 375 * 100vw);
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      main.culture section.message .container {
        width: calc(1024 / 1280 * 100vw); } }
    main.culture section.message .container > hgroup p {
      font-family: var(--font-primary-en);
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0.1em;
      color: #FFFFFF;
      mix-blend-mode: exclusion;
      will-change: filter;
      margin-bottom: 12px; }
      @media screen and (min-width: 769px) {
        main.culture section.message .container > hgroup p {
          font-size: 32px;
          margin-bottom: 12px; } }
    main.culture section.message .container > hgroup h2 {
      font-family: var(--font-primary);
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0.1em;
      color: #000;
      background-color: #fff;
      padding: 8px 16px;
      mix-blend-mode: exclusion;
      will-change: filter;
      width: fit-content;
      margin-bottom: 16px; }
      @media screen and (min-width: 769px) {
        main.culture section.message .container > hgroup h2 {
          font-size: 20px; } }
    main.culture section.message .container .copy {
      font-family: var(--font-primary);
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 150%;
      letter-spacing: 0.1em;
      color: #000000;
      margin: 40px 0;
      word-break: keep-all;
      overflow-wrap: break-word; }
      @media screen and (min-width: 769px) {
        main.culture section.message .container .copy {
          font-size: 40px;
          margin: 80px 0; } }
      main.culture section.message .container .body + .copy {
        margin: 80px 0 40px;
      }
      @media screen and (min-width: 769px) {
        main.culture section.message .container .body + .copy {
          margin: 150px 0 80px;
        }
      }
    main.culture section.message .container .body section {
      margin-top: 24px; }
      @media screen and (min-width: 769px) {
        main.culture section.message .container .body section {
          margin-top: 80px; } }
      main.culture section.message .container .body section h3 {
        margin-bottom: 16px; }
        @media screen and (min-width: 769px) {
          main.culture section.message .container .body section h3 {
            margin-bottom: 40px; } }
        main.culture section.message .container .body section h3 .highlight {
          font-family: var(--font-primary);
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 46px;
          letter-spacing: 0;
          padding: 8px 12px;
          color: #FFFFFF;
          background-color: #000;
          display: inline;
          -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
          word-break: keep-all;
          overflow-wrap: break-word; }
          @media screen and (min-width: 769px) {
            main.culture section.message .container .body section h3 .highlight {
              font-size: 32px;
              line-height: 68px;
              letter-spacing: 0.1em;
              padding: 8px 16px; } }
      main.culture section.message .container .body section figure {
        position: relative;
        margin-bottom: 16px; }
        @media screen and (min-width: 769px) {
          main.culture section.message .container .body section figure {
            margin-right: calc(-50vw + 50%);
            margin-bottom: 40px; } }
        main.culture section.message .container .body section figure img {
          border-radius: 8px;
          width: 100%;
          object-fit: cover; }
          @media screen and (min-width: 769px) {
            main.culture section.message .container .body section figure img {
              border-radius: 120px 0 0 0; } }
        main.culture section.message .container .body section figure .profile {
          margin-top: 10px;
          padding: 24px;
          border-radius: 8px;
          background-color: #000000; }
          @media screen and (min-width: 769px) {
            main.culture section.message .container .body section figure .profile {
              position: absolute;
              bottom: 0;
              left: 0;
              width: 360px;
              padding: 40px;
              border-radius: 0 80px 0 0;
              margin: 0; } }
          main.culture section.message .container .body section figure .profile p:nth-child(1) {
            font-family: var(--font-primary);
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            color: #FFFFFF;
            margin-bottom: 16px; }
          main.culture section.message .container .body section figure .profile p:nth-child(2) {
            font-family: var(--font-primary);
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            color: #FFFFFF;
            margin-bottom: 16px; }
          main.culture section.message .container .body section figure .profile p:nth-child(3) {
            font-weight: 400;
            font-size: 14px;
            line-height: 200%;
            text-align: justify;
            color: #FFFFFF; }
      main.culture section.message .container .body section:nth-child(2n) h3 {
        text-align: right; }
      @media screen and (min-width: 769px) {
        main.culture section.message .container .body section:nth-child(2n) figure {
          margin-right: 0;
          margin-left: calc(-50vw + 50%); }
          main.culture section.message .container .body section:nth-child(2n) figure img {
            border-radius: 0 120px 0 0; } }
      main.culture section.message .container .body section > p {
        max-width: 1024px;
        margin: 0 auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
        color: #000; }
        @media screen and (min-width: 769px) {
          main.culture section.message .container .body section > p {
            column-count: 2;
            column-gap: 40px; } }
main.culture section.person {
  padding-top: 120px;
  padding-bottom: 80px; }
  @media screen and (min-width: 769px) {
    main.culture section.person {
      padding-bottom: 160px; } }
  main.culture section.person .container {
    width: calc(100% - 16 * 2 / 375 * 100vw);
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      main.culture section.person .container {
        width: calc(1024 / 1280 * 100vw); } }
    main.culture section.person .container hgroup {
      mix-blend-mode: exclusion;
      will-change: filter;
      padding-left: 16px; }
      main.culture section.person .container hgroup p {
        font-family: var(--font-primary-en);
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 100%;
        color: #FFFFFF;
        margin-bottom: 8px; }
      main.culture section.person .container hgroup h2 {
        font-family: var(--font-primary);
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        margin-bottom: 24px; }
    main.culture section.person .container .content a .wrapper {
      position: relative;
      padding: 24px 0 0; }
      main.culture section.person .container .content a .wrapper:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        border-radius: 8px;
        mix-blend-mode: exclusion;
        will-change: filter; }
      main.culture section.person .container .content a .wrapper figure {
        position: relative; }
      main.culture section.person .container .content a .wrapper p {
        position: relative;
        padding: 24px;
        font-family: var(--font-primary);
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        mix-blend-mode: exclusion;
        will-change: filter;
        word-break: keep-all;
        overflow-wrap: break-word; }
        @media screen and (min-width: 769px) {
          main.culture section.person .container .content a .wrapper p {
            line-height: 100%; } }
    main.culture section.person .container .content a .action {
      margin-top: 24px;
      display: flex;
      justify-content: center; }
      main.culture section.person .container .content a .action span {
        position: relative;
        font-family: var(--font-primary-en);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0.1em;
        color: #000000;
        display: flex;
        align-items: center;
        padding: 0 104px 0 40px;
        width: fit-content;
        height: 54px;
        background: #FFFFFF;
        mix-blend-mode: exclusion;
        will-change: filter;
        will-change: opacity;
        border: 1px solid #FFFFFF;
        border-radius: 1000px;
        transition: all ease .3s; }
        main.culture section.person .container .content a .action span:after {
          content: "";
          -webkit-mask-image: url("../images/home/btn_arrow.svg");
          -webkit-mask-size: 100% 100%;
          mask-image: url("../images/home/btn_arrow.svg");
          mask-size: 100% 100%;
          display: block;
          width: 24px;
          height: 14px;
          position: absolute;
          background-color: #000;
          right: 40px;
          top: 50%;
          transform: translateY(-50%);
          transition: all ease .3s; }
        @media screen and (min-width: 769px) {
          main.culture section.person .container .content a .action span:hover {
            background-color: transparent;
            color: #fff; }
            main.culture section.person .container .content a .action span:hover:after {
              background-color: #fff;
              right: 32px; } }
    @media screen and (min-width: 769px) {
      main.culture section.person .container .content a:hover .action span {
        background-color: transparent;
        color: #fff; }
        main.culture section.person .container .content a:hover .action span:after {
          background-color: #fff;
          right: 32px; } }
main.culture nav.entry {
  position: relative;
  padding: 180px calc(40 / 375 * 100vw) 120px; }
  @media screen and (min-width: 769px) {
    main.culture nav.entry {
      padding: 183px 0 80px; } }
  main.culture 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.culture 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.culture nav.entry h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 48px; } }
  main.culture nav.entry .action {
    text-align: center; }
    main.culture 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.culture nav.entry .action a {
          max-width: 560px;
          height: 96px;
          font-size: 40px;
          text-align: center; } }
      @media screen and (min-width: 769px) {
        main.culture nav.entry .action a:hover {
          background-color: transparent;
          color: #fff; } }
