* {
  margin: 0;
  padding: 0; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a {
  color: inherit;
  transition: opacity 0.2s;
  text-decoration: none; }
  a:hover {
    opacity: 0.7;
    text-decoration: none; }

li {
  list-style: none; }

sup {
  vertical-align: 0.5em;
  font-size: 0.8em; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both;
    display: block;
    content: ""; }

@media only screen and (min-width: 1024px) {
  .is-sp {
    display: none !important; }
  body {
    font-family: "Inter", 'Noto Sans JP', sans-serif;
    line-height: 1.75;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    background: white;
    color: #28282D; }
    body.noscroll {
      overflow: hidden;
      position: fixed;
      width: 100%;
      height: 100%; }
  header {
    padding-top: 50px;
    padding-left: 65px;
    padding-right: 65px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100; }
    header > .inner {
      max-width: 1000px;
      margin: 0 auto;
      position: relative; }
      header > .inner .logo {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        header > .inner .logo a:hover {
          opacity: 1.0; }
          header > .inner .logo a:hover svg {
            fill: #E2FF00; }
        header > .inner .logo a svg {
          height: 120px;
          fill: #28282D; }
      header > .inner .txt {
        margin-left: 50px;
        line-height: 1.0;
        font-size: 18px; }
        header > .inner .txt span {
          font-size: 24px;
          display: block;
          margin-bottom: 13px; }
  .menu {
    padding-left: 65px;
    padding-right: 65px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    position: fixed;
    top: 50px;
    pointer-events: none; }
    .menu.show > .inner .menu-content:before {
      transform: translate(0px, 0%); }
    .menu.show > .inner .nav .nav-inner .btn_menu a span:first-child {
      display: none; }
    .menu.show > .inner .nav .nav-inner .btn_menu a span:last-child {
      display: block; }
    .menu.show > .inner .menu-item {
      display: block; }
    .menu > .inner {
      max-width: 1000px;
      margin: 0 auto;
      color: #28282D;
      text-align: right; }
      .menu > .inner .menu-content {
        display: inline-block;
        position: relative;
        pointer-events: auto; }
        .menu > .inner .menu-content:before {
          content: "";
          background: #E2FF00;
          width: 100vw;
          height: calc(100% + 50px + 96px);
          position: absolute;
          top: -50px;
          left: -180px;
          transform: translate(0px, -100%);
          transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
      .menu > .inner .nav {
        height: 120px;
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        position: relative; }
        .menu > .inner .nav .nav-inner {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          position: relative;
          line-height: 1.0; }
          .menu > .inner .nav .nav-inner .sns {
            display: flex;
            justify-content: flex-end;
            align-items: center; }
            .menu > .inner .nav .nav-inner .sns a {
              display: block; }
              .menu > .inner .nav .nav-inner .sns a:hover {
                opacity: 1.0; }
                .menu > .inner .nav .nav-inner .sns a:hover svg .icon {
                  fill: #28282D; }
              .menu > .inner .nav .nav-inner .sns a svg {
                width: 60px; }
          .menu > .inner .nav .nav-inner .btn_menu {
            margin-right: 27px;
            text-align: right; }
            .menu > .inner .nav .nav-inner .btn_menu a {
              position: relative;
              font-size: 24px;
              display: inline-block; }
              .menu > .inner .nav .nav-inner .btn_menu a span:first-child {
                display: block; }
              .menu > .inner .nav .nav-inner .btn_menu a span:last-child {
                display: none; }
              .menu > .inner .nav .nav-inner .btn_menu a:hover {
                opacity: 1.0;
                background: #28282D;
                color: #E2FF00; }
      .menu > .inner .menu-item {
        display: none;
        position: relative;
        font-size: 24px;
        line-height: 1.0;
        text-align: right;
        margin-right: calc(27px + 60px + 60px);
        margin-top: -24px; }
        .menu > .inner .menu-item a:hover {
          opacity: 1.0;
          background: #28282D;
          color: #E2FF00; }
        .menu > .inner .menu-item .global {
          margin-bottom: 30px; }
          .menu > .inner .menu-item .global li {
            margin-bottom: 12px; }
        .menu > .inner .menu-item .lang {
          font-size: 18px; }
          .menu > .inner .menu-item .lang li {
            display: inline-block; }
            .menu > .inner .menu-item .lang li a.current {
              opacity: 0.5; }
  footer {
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 90px;
    position: relative; }
    footer > .inner {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      footer > .inner .logos {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        footer > .inner .logos a {
          margin-right: 40px; }
          footer > .inner .logos a:last-child {
            margin-right: 0px; }
      footer > .inner .util {
        text-align: right; }
        footer > .inner .util .links {
          margin-bottom: 23px; }
          footer > .inner .util .links a {
            line-height: 1.0;
            display: inline-block;
            margin-left: 20px; }
            footer > .inner .util .links a:hover {
              opacity: 1.0;
              background: #28282D;
              color: #E2FF00; }
        footer > .inner .util p {
          font-size: 14px; }
  .container {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative; }
    .container section.feature .items .item {
      position: relative;
      margin-bottom: 4px; }
      .container section.feature .items .item:last-child {
        margin-bottom: 0px; }
      .container section.feature .items .item.hover .title {
        background: #28282D;
        color: #E2FF00; }
      .container section.feature .items .item .title {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0px, -50%);
        width: 100%;
        line-height: 1.0;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #E2FF00;
        color: #28282D;
        font-size: 32px;
        text-align: center;
        pointer-events: none; }
      .container section.feature .items .item > .inner {
        padding-left: 65px;
        padding-right: 65px; }
        .container section.feature .items .item > .inner a {
          display: block;
          max-width: 1000px;
          margin: 0 auto; }
          .container section.feature .items .item > .inner a:hover {
            opacity: 1.0; }
          .container section.feature .items .item > .inner a img {
            width: 100%; }
    .container section.news {
      padding-left: 65px;
      padding-right: 65px;
      margin-top: 60px; }
      .container section.news > .inner {
        max-width: 1000px;
        margin: 0 auto; }
        .container section.news > .inner .items .item {
          position: relative; }
          .container section.news > .inner .items .item:after {
            content: "";
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0px;
            left: 0px;
            opacity: 0.4;
            background: #28282D; }
          .container section.news > .inner .items .item a {
            display: block;
            padding-top: 30px;
            padding-bottom: 30px;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            .container section.news > .inner .items .item a:hover {
              opacity: 1.0; }
              .container section.news > .inner .items .item a:hover em {
                background: #28282D;
                color: #E2FF00; }
            .container section.news > .inner .items .item a .date {
              width: 116px;
              font-weight: 500; }
            .container section.news > .inner .items .item a .desc {
              width: calc(100% - 116px);
              display: flex;
              justify-content: flex-start;
              align-items: center; }
              .container section.news > .inner .items .item a .desc .txt {
                width: calc(100% -  235px - 105px);
                display: block;
                margin-right: 105px;
                font-weight: 500; }
                .container section.news > .inner .items .item a .desc .txt em {
                  font-style: normal; }
              .container section.news > .inner .items .item a .desc .cat {
                width: 235px;
                opacity: 0.6;
                display: block; }
    .container section.video {
      padding-left: 65px;
      padding-right: 65px;
      margin-top: 90px; }
      .container section.video > .inner {
        max-width: 1000px;
        margin: 0 auto; }
        .container section.video > .inner .items .item {
          position: relative;
          margin-bottom: 4px; }
          .container section.video > .inner .items .item:last-child {
            margin-bottom: 0px; }
          .container section.video > .inner .items .item:after {
            content: "";
            padding-top: 56.25%;
            display: block; }
          .container section.video > .inner .items .item iframe {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%; }
    .container section.head {
      padding-left: 65px;
      padding-right: 65px; }
      .container section.head.disco > .inner h1 {
        width: calc(100% - 180px - 180px); }
      .container section.head > .inner {
        max-width: 1000px;
        margin: 0 auto;
        font-size: 82px;
        font-weight: 400;
        display: flex; }
        .container section.head > .inner h1 {
          font-weight: 400;
          line-height: 1.0; }
        .container section.head > .inner .disconav {
          display: flex; }
          .container section.head > .inner .disconav a {
            width: 160px;
            height: 160px;
            border-radius: 160px;
            border: 1px solid;
            font-size: 24px;
            display: block;
            margin-left: 20px;
            position: relative; }
            .container section.head > .inner .disconav a.current {
              background: #E2FF00; }
            .container section.head > .inner .disconav a:hover, .container section.head > .inner .disconav a.current:hover {
              opacity: 1.0;
              background: #28282D;
              color: #E2FF00;
              border: 1px solid transparent; }
            .container section.head > .inner .disconav a span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
    .container section.bio_kv {
      margin-top: 70px;
      padding-left: 65px;
      padding-right: 65px; }
      .container section.bio_kv > .inner {
        max-width: 1000px;
        margin: 0 auto;
        font-size: 82px;
        font-weight: 400; }
        .container section.bio_kv > .inner img {
          width: 100%; }
    .container section.bio {
      margin-top: 90px;
      padding-left: 65px;
      padding-right: 65px; }
      .container section.bio > .inner {
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 90px;
        position: relative; }
        .container section.bio > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container section.bio > .inner .left {
          width: 405px;
          margin-bottom: 47px; }
          .container section.bio > .inner .left .sub {
            margin-bottom: 32px;
            font-size: 14px; }
          .container section.bio > .inner .left .ja {
            font-size: 32px; }
          .container section.bio > .inner .left .en {
            font-size: 32px; }
        .container section.bio > .inner .right {
          width: calc(100% - 425px);
          margin-left: 425px;
          font-size: 24px; }
    .container section.works {
      margin-top: 90px;
      padding-left: 65px;
      padding-right: 65px; }
      .container section.works > .inner {
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 90px;
        position: relative; }
        .container section.works > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container section.works > .inner .blocks .block {
          display: flex;
          margin-bottom: 90px; }
          .container section.works > .inner .blocks .block .head {
            width: 425px;
            font-size: 24px; }
          .container section.works > .inner .blocks .block .body {
            width: calc(100% - 425px); }
            .container section.works > .inner .blocks .block .body .items .item {
              font-size: 14px;
              font-weight: 500; }
              .container section.works > .inner .blocks .block .body .items .item .item-sub {
                opacity: 0.6; }
    .container .news-wrap {
      padding-left: 65px;
      padding-right: 65px;
      margin-top: 60px; }
      .container .news-wrap > .inner {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: flex-start;
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 90px; }
        .container .news-wrap > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container .news-wrap > .inner section.news .head,
        .container .news-wrap > .inner section.news-detail .head {
          font-size: 24px;
          margin-bottom: 30px; }
          .container .news-wrap > .inner section.news .head span,
          .container .news-wrap > .inner section.news-detail .head span {
            background: #E2FF00; }
      .container .news-wrap section.news-cat-list {
        width: 280px; }
        .container .news-wrap section.news-cat-list .inner .items .item a {
          font-size: 24px; }
          .container .news-wrap section.news-cat-list .inner .items .item a.current, .container .news-wrap section.news-cat-list .inner .items .item a:hover {
            opacity: 1.0;
            background: #E2FF00; }
      .container .news-wrap section.news {
        width: calc(100% - 280px - 60px);
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px; }
        .container .news-wrap section.news > .inner .items .item a {
          align-items: flex-start; }
          .container .news-wrap section.news > .inner .items .item a .date {
            width: 116px; }
          .container .news-wrap section.news > .inner .items .item a .desc {
            width: calc(100% - 116px);
            display: block; }
            .container .news-wrap section.news > .inner .items .item a .desc .txt {
              width: 100%;
              margin-bottom: 18px; }
            .container .news-wrap section.news > .inner .items .item a .desc .cat {
              width: 100%; }
      .container .news-wrap section.news-detail {
        width: calc(100% - 280px - 60px);
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px; }
        .container .news-wrap section.news-detail .article-title {
          margin-top: 60px; }
          .container .news-wrap section.news-detail .article-title .date {
            font-size: 18px; }
          .container .news-wrap section.news-detail .article-title .title {
            margin-top: 30px;
            font-size: 32px; }
        .container .news-wrap section.news-detail .article-body {
          margin-top: 60px;
          font-weight: 500; }
          .container .news-wrap section.news-detail .article-body img {
            width: 100%; }
          .container .news-wrap section.news-detail .article-body p {
            margin-bottom: 45px; }
          .container .news-wrap section.news-detail .article-body a {
            background: #E2FF00; }
            .container .news-wrap section.news-detail .article-body a:hover {
              color: #E2FF00;
              background: #28282D;
              opacity: 1.0; }
          .container .news-wrap section.news-detail .article-body .video {
            position: relative; }
            .container .news-wrap section.news-detail .article-body .video:after {
              content: "";
              padding-top: 56.25%;
              display: block; }
            .container .news-wrap section.news-detail .article-body .video iframe {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%; }
    .container section.disco-list {
      margin-top: 90px;
      padding-left: 65px;
      padding-right: 65px; }
      .container section.disco-list.clm3 > .inner .items .item {
        width: calc((100% - 10px) / 3);
        margin-right: 5px; }
        .container section.disco-list.clm3 > .inner .items .item:nth-child(3n) {
          margin-right: 0px; }
      .container section.disco-list.clm2 > .inner .items .item {
        width: calc((100% - 5px) / 2);
        margin-left: 5px;
        margin-right: 0px; }
        .container section.disco-list.clm2 > .inner .items .item:nth-child(2n + 1) {
          margin-left: 0px; }
      .container section.disco-list > .inner {
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 90px; }
        .container section.disco-list > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container section.disco-list > .inner .items {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          align-items: flex-start;
          margin-bottom: -90px; }
          .container section.disco-list > .inner .items .item {
            background: #EFEFEF;
            background: rgba(0, 0, 0, 0.062);
            box-sizing: border-box;
            margin-bottom: 90px; }
            .container section.disco-list > .inner .items .item .item-inner {
              padding: 25px; }
              .container section.disco-list > .inner .items .item .item-inner figure {
                margin-bottom: 25px; }
                .container section.disco-list > .inner .items .item .item-inner figure img {
                  width: 100%; }
              .container section.disco-list > .inner .items .item .item-inner .title {
                font-size: 24px;
                margin-bottom: 20px;
                line-height: 1.5; }
              .container section.disco-list > .inner .items .item .item-inner .credit {
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 20px; }
              .container section.disco-list > .inner .items .item .item-inner .list {
                max-height: 200px;
                overflow: hidden;
                margin-bottom: 15px;
                position: relative;
                font-weight: 500;
                line-height: 1.5;
                transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
                .container section.disco-list > .inner .items .item .item-inner .list .inner.mores {
                  padding-bottom: 40px; }
                .container section.disco-list > .inner .items .item .item-inner .list .btn_more {
                  position: absolute;
                  bottom: 0px;
                  left: 0px;
                  background: linear-gradient(0deg, #efefef 0%, rgba(239, 239, 239, 0) 100%);
                  width: 100%;
                  height: 100px;
                  display: block;
                  border-bottom: 1px solid; }
                  .container section.disco-list > .inner .items .item .item-inner .list .btn_more.show_acc {
                    height: 40px; }
                    .container section.disco-list > .inner .items .item .item-inner .list .btn_more.show_acc span {
                      transform: translate(0px, 0%) rotate(-90deg); }
                  .container section.disco-list > .inner .items .item .item-inner .list .btn_more:hover {
                    opacity: 1.0; }
                  .container section.disco-list > .inner .items .item .item-inner .list .btn_more span {
                    position: absolute;
                    bottom: 15px;
                    right: 0px;
                    transform: translate(0px, 0%) rotate(90deg); }
              .container section.disco-list > .inner .items .item .item-inner .desc {
                opacity: 0.75; }
            .container section.disco-list > .inner .items .item .nav a {
              display: block;
              width: 100%;
              background: #E2FF00;
              margin-bottom: 4px;
              box-sizing: border-box;
              padding: 15px 25px; }
              .container section.disco-list > .inner .items .item .nav a:hover {
                background: #28282D;
                color: #E2FF00;
                opacity: 1.0; }
              .container section.disco-list > .inner .items .item .nav a:last-child {
                margin-bottom: 0px; } }

@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none !important; }
  body {
    font-family: "Inter", 'Noto Sans JP', sans-serif;
    line-height: 1.75;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    background: white;
    color: #28282D; }
    body.noscroll {
      overflow: hidden;
      position: fixed;
      width: 100%;
      height: 100%; }
  header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100; }
    header > .inner {
      max-width: 1000px;
      margin: 0 auto;
      position: relative; }
      header > .inner .logo {
        display: inline-block; }
        header > .inner .logo .img {
          position: relative;
          z-index: 100; }
          header > .inner .logo .img a:hover img {
            filter: invert(89%) sepia(31%) saturate(1345%) hue-rotate(13deg) brightness(106%) contrast(110%); }
          header > .inner .logo .img a:hover svg {
            fill: #E2FF00; }
        header > .inner .logo img {
          height: 50px; }
        header > .inner .logo svg {
          height: 50px;
          fill: #28282D; }
      header > .inner .txt {
        margin-top: 15px;
        line-height: 1.0;
        font-size: 12px; }
  .menu {
    position: fixed;
    right: 0px;
    top: 20px;
    z-index: 1;
    width: 100%;
    pointer-events: none; }
    .menu.show .inner:before {
      transform: translate(0px, 0%); }
    .menu.show .inner .menu-content .nav .nav-inner .btn_menu a span:first-child {
      display: none; }
    .menu.show .inner .menu-content .nav .nav-inner .btn_menu a span:last-child {
      display: block; }
    .menu.show .inner .menu-content .menu-item {
      display: block; }
    .menu > .inner {
      position: relative;
      color: #28282D;
      text-align: right; }
      .menu > .inner:before {
        content: "";
        background: #E2FF00;
        width: 100vw;
        height: calc(100% + 20px + 30px);
        position: absolute;
        top: -20px;
        right: 0px;
        transform: translate(0px, -100%);
        transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
      .menu > .inner .menu-content {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        pointer-events: auto; }
        .menu > .inner .menu-content .nav {
          height: 50px;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          position: relative; }
          .menu > .inner .menu-content .nav .nav-inner {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: relative;
            line-height: 1.0; }
            .menu > .inner .menu-content .nav .nav-inner .sns {
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              .menu > .inner .menu-content .nav .nav-inner .sns a {
                display: block; }
                .menu > .inner .menu-content .nav .nav-inner .sns a:hover {
                  opacity: 1.0; }
                  .menu > .inner .menu-content .nav .nav-inner .sns a:hover svg .icon {
                    fill: #28282D; }
                .menu > .inner .menu-content .nav .nav-inner .sns a svg {
                  width: 40px; }
            .menu > .inner .menu-content .nav .nav-inner .btn_menu {
              margin-right: 10px; }
              .menu > .inner .menu-content .nav .nav-inner .btn_menu a {
                position: relative;
                font-size: 18px;
                display: inline-block; }
                .menu > .inner .menu-content .nav .nav-inner .btn_menu a span:first-child {
                  display: block; }
                .menu > .inner .menu-content .nav .nav-inner .btn_menu a span:last-child {
                  display: none; }
                .menu > .inner .menu-content .nav .nav-inner .btn_menu a:hover {
                  opacity: 1.0;
                  background: black;
                  color: #E2FF00; }
        .menu > .inner .menu-content .menu-item {
          display: none;
          position: relative;
          font-size: 18px;
          line-height: 1.0;
          text-align: right; }
          .menu > .inner .menu-content .menu-item a:hover {
            opacity: 1.0;
            background: black;
            color: #E2FF00; }
          .menu > .inner .menu-content .menu-item .global {
            margin-bottom: 30px; }
            .menu > .inner .menu-content .menu-item .global li {
              margin-bottom: 12px; }
          .menu > .inner .menu-content .menu-item .lang {
            font-size: 14px; }
            .menu > .inner .menu-content .menu-item .lang li {
              display: inline-block; }
              .menu > .inner .menu-content .menu-item .lang li a.current {
                opacity: 0.5; }
  footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    font-size: 12px;
    position: relative; }
    footer > .inner {
      max-width: 1000px;
      margin: 0 auto; }
      footer > .inner .logos {
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        footer > .inner .logos a {
          margin-right: 40px; }
          footer > .inner .logos a:last-child {
            margin-right: 0px; }
      footer > .inner .util .links {
        margin-bottom: 23px; }
        footer > .inner .util .links a {
          line-height: 1.0;
          display: inline-block; }
          footer > .inner .util .links a:hover {
            opacity: 1.0;
            background: #28282D;
            color: #E2FF00; }
  .container {
    padding-top: 44px;
    padding-bottom: 60px;
    position: relative; }
    .container section.feature .items .item {
      position: relative;
      margin-bottom: 4px; }
      .container section.feature .items .item:last-child {
        margin-bottom: 0px; }
      .container section.feature .items .item .title {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0px, -50%);
        width: 100%;
        line-height: 1.0;
        padding-top: 8px;
        padding-bottom: 8px;
        background: #E2FF00;
        font-size: 18px;
        text-align: center;
        pointer-events: none; }
      .container section.feature .items .item > .inner {
        padding-left: 20px;
        padding-right: 20px; }
        .container section.feature .items .item > .inner a {
          display: block; }
          .container section.feature .items .item > .inner a:hover {
            opacity: 1.0; }
          .container section.feature .items .item > .inner a img {
            width: 100%; }
    .container section.news {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 60px; }
      .container section.news > .inner .items .item {
        position: relative; }
        .container section.news > .inner .items .item:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container section.news > .inner .items .item a {
          display: block;
          padding-top: 30px;
          padding-bottom: 30px; }
          .container section.news > .inner .items .item a:hover {
            opacity: 1.0; }
            .container section.news > .inner .items .item a:hover em {
              background: #28282D;
              color: #E2FF00; }
          .container section.news > .inner .items .item a .date {
            font-weight: 500;
            margin-bottom: 15px;
            display: block;
            margin-bottom: 15px; }
          .container section.news > .inner .items .item a .desc {
            display: block; }
            .container section.news > .inner .items .item a .desc .txt {
              display: block;
              margin-bottom: 15px;
              font-weight: 500; }
              .container section.news > .inner .items .item a .desc .txt em {
                font-style: normal; }
            .container section.news > .inner .items .item a .desc .cat {
              opacity: 0.6;
              display: block; }
    .container section.video {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 60px; }
      .container section.video > .inner .items .item {
        position: relative;
        margin-bottom: 4px; }
        .container section.video > .inner .items .item:last-child {
          margin-bottom: 0px; }
        .container section.video > .inner .items .item:after {
          content: "";
          padding-top: 56.25%;
          display: block; }
        .container section.video > .inner .items .item iframe {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%; }
    .container section.head {
      padding-left: 20px;
      padding-right: 20px; }
      .container section.head > .inner {
        margin: 0 auto;
        font-size: 54px;
        font-weight: 400; }
        .container section.head > .inner h1 {
          font-weight: 400;
          line-height: 1.0;
          text-align: center; }
        .container section.head > .inner .disconav {
          margin-top: 47px;
          text-align: center;
          display: flex;
          justify-content: center; }
          .container section.head > .inner .disconav a {
            width: 120px;
            height: 120px;
            border-radius: 160px;
            border: 1px solid;
            font-size: 18px;
            display: block;
            margin-left: 20px;
            position: relative; }
            .container section.head > .inner .disconav a:first-child {
              margin-left: 0px; }
            .container section.head > .inner .disconav a.current {
              background: #E2FF00; }
            .container section.head > .inner .disconav a:hover, .container section.head > .inner .disconav a.current:hover {
              opacity: 1.0;
              background: #28282D;
              color: #E2FF00;
              border: 1px solid transparent; }
            .container section.head > .inner .disconav a span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
    .container section.bio_kv {
      margin-top: 47px; }
      .container section.bio_kv > .inner img {
        width: 100%;
        height: 100vw;
        -o-object-fit: cover;
           object-fit: cover; }
    .container section.bio {
      margin-top: 60px;
      padding-left: 20px;
      padding-right: 20px; }
      .container section.bio > .inner {
        margin: 0 auto;
        padding-bottom: 60px;
        position: relative; }
        .container section.bio > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container section.bio > .inner .left {
          margin-bottom: 54px; }
          .container section.bio > .inner .left .sub {
            margin-bottom: 15px;
            font-size: 12px; }
          .container section.bio > .inner .left .ja {
            font-size: 24px; }
          .container section.bio > .inner .left .en {
            font-size: 24px; }
        .container section.bio > .inner .right {
          font-size: 18px; }
    .container section.works {
      margin-top: 60px;
      padding-left: 20px;
      padding-right: 20px; }
      .container section.works > .inner {
        margin: 0 auto;
        padding-bottom: 60px;
        position: relative; }
        .container section.works > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container section.works > .inner .blocks .block {
          margin-bottom: 60px; }
          .container section.works > .inner .blocks .block .head {
            font-size: 18px;
            margin-bottom: 25px; }
          .container section.works > .inner .blocks .block .body .items .item {
            font-size: 14px;
            font-weight: 500; }
            .container section.works > .inner .blocks .block .body .items .item .item-sub {
              opacity: 0.6; }
    .container .news-wrap {
      margin-top: 60px;
      padding-left: 20px;
      padding-right: 20px; }
      .container .news-wrap > .inner {
        position: relative;
        padding-bottom: 60px; }
        .container .news-wrap > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container .news-wrap > .inner section.news .head,
        .container .news-wrap > .inner section.news-detail .head {
          font-size: 18px;
          margin-bottom: 30px; }
          .container .news-wrap > .inner section.news .head span,
          .container .news-wrap > .inner section.news-detail .head span {
            background: #E2FF00; }
      .container .news-wrap section.news-cat-list {
        font-size: 18px;
        position: relative;
        padding-bottom: 15px;
        position: relative; }
        .container .news-wrap section.news-cat-list:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container .news-wrap section.news-cat-list.show_acc > .current {
          display: none; }
        .container .news-wrap section.news-cat-list.show_acc .btn_more span {
          transform: translate(0px, 0%) rotate(-90deg); }
        .container .news-wrap section.news-cat-list > .current {
          line-height: 1.0; }
          .container .news-wrap section.news-cat-list > .current span {
            opacity: 1.0;
            background: #E2FF00; }
        .container .news-wrap section.news-cat-list .inner {
          height: 0px;
          overflow: hidden;
          transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
          .container .news-wrap section.news-cat-list .inner .items .item a.current, .container .news-wrap section.news-cat-list .inner .items .item a:hover {
            opacity: 1.0;
            background: #E2FF00; }
        .container .news-wrap section.news-cat-list .btn_more {
          position: absolute;
          bottom: 8px;
          right: 0px;
          width: 40px;
          height: 40px;
          display: block; }
          .container .news-wrap section.news-cat-list .btn_more:hover {
            opacity: 1.0; }
          .container .news-wrap section.news-cat-list .btn_more span {
            position: absolute;
            bottom: 0%;
            right: 0px;
            transform: translate(0px, 0%) rotate(90deg); }
      .container .news-wrap section.news {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px; }
      .container .news-wrap section.news-detail {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px; }
        .container .news-wrap section.news-detail .article-title {
          margin-top: 60px; }
          .container .news-wrap section.news-detail .article-title .date {
            font-size: 14px; }
          .container .news-wrap section.news-detail .article-title .title {
            margin-top: 25px;
            font-size: 24px; }
        .container .news-wrap section.news-detail .article-body {
          margin-top: 60px;
          font-weight: 500; }
          .container .news-wrap section.news-detail .article-body img {
            width: 100%; }
          .container .news-wrap section.news-detail .article-body p {
            margin-bottom: 30px; }
          .container .news-wrap section.news-detail .article-body a {
            background: #E2FF00; }
            .container .news-wrap section.news-detail .article-body a:hover {
              opacity: 1.0; }
          .container .news-wrap section.news-detail .article-body .video {
            position: relative; }
            .container .news-wrap section.news-detail .article-body .video:after {
              content: "";
              padding-top: 56.25%;
              display: block; }
            .container .news-wrap section.news-detail .article-body .video iframe {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%; }
    .container section.disco-list {
      margin-top: 60px;
      padding-left: 20px;
      padding-right: 20px; }
      .container section.disco-list > .inner {
        margin: 0 auto;
        padding-bottom: 60px;
        position: relative; }
        .container section.disco-list > .inner:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          opacity: 0.4;
          background: #28282D; }
        .container section.disco-list > .inner .items .item {
          background: #EFEFEF;
          margin-right: 5px;
          box-sizing: border-box;
          margin-bottom: 45px; }
          .container section.disco-list > .inner .items .item:last-child {
            margin-bottom: 0px; }
          .container section.disco-list > .inner .items .item .item-inner {
            padding: 25px; }
            .container section.disco-list > .inner .items .item .item-inner figure {
              margin-bottom: 25px; }
              .container section.disco-list > .inner .items .item .item-inner figure img {
                width: 100%; }
            .container section.disco-list > .inner .items .item .item-inner .title {
              font-size: 24px;
              margin-bottom: 20px;
              line-height: 1.5; }
            .container section.disco-list > .inner .items .item .item-inner .credit {
              font-size: 14px;
              font-weight: 500;
              margin-bottom: 20px; }
            .container section.disco-list > .inner .items .item .item-inner .list {
              max-height: 200px;
              overflow: hidden;
              margin-bottom: 15px;
              position: relative;
              font-weight: 500;
              line-height: 1.5;
              transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
              .container section.disco-list > .inner .items .item .item-inner .list .inner.mores {
                padding-bottom: 40px; }
              .container section.disco-list > .inner .items .item .item-inner .list .btn_more {
                position: absolute;
                bottom: 0px;
                left: 0px;
                background: linear-gradient(0deg, #efefef 0%, rgba(239, 239, 239, 0) 100%);
                width: 100%;
                height: 100px;
                display: block;
                background: linear-gradient(0deg, #efefef 0%, rgba(239, 239, 239, 0) 100%); }
                .container section.disco-list > .inner .items .item .item-inner .list .btn_more.show_acc {
                  height: 40px; }
                  .container section.disco-list > .inner .items .item .item-inner .list .btn_more.show_acc span {
                    transform: translate(0px, 0%) rotate(-90deg); }
                .container section.disco-list > .inner .items .item .item-inner .list .btn_more:hover {
                  opacity: 1.0; }
                .container section.disco-list > .inner .items .item .item-inner .list .btn_more span {
                  position: absolute;
                  bottom: 0%;
                  right: 0px;
                  transform: translate(0px, 0%) rotate(90deg); }
            .container section.disco-list > .inner .items .item .item-inner .desc {
              opacity: 0.75; }
          .container section.disco-list > .inner .items .item .nav a {
            display: block;
            width: 100%;
            background: #E2FF00;
            margin-bottom: 4px;
            box-sizing: border-box;
            padding: 15px 25px; }
            .container section.disco-list > .inner .items .item .nav a:last-child {
              margin-bottom: 0px; } }

.test {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000; }

body.night,
body.evening,
body.morning {
  color: #EBEBD9; }
  body.night header > .inner .logo a img,
  body.evening header > .inner .logo a img,
  body.morning header > .inner .logo a img {
    filter: invert(86%) sepia(20%) saturate(160%) hue-rotate(21deg) brightness(113%) contrast(84%); }
  body.night header > .inner .logo a svg,
  body.evening header > .inner .logo a svg,
  body.morning header > .inner .logo a svg {
    fill: #EBEBD9; }
  body.night header > .inner .logo a:hover img,
  body.evening header > .inner .logo a:hover img,
  body.morning header > .inner .logo a:hover img {
    filter: invert(47%) sepia(66%) saturate(2730%) hue-rotate(221deg) brightness(102%) contrast(88%); }
  body.night header > .inner .logo a:hover svg,
  body.evening header > .inner .logo a:hover svg,
  body.morning header > .inner .logo a:hover svg {
    fill: #8077F0; }
  body.night .menu .inner,
  body.evening .menu .inner,
  body.morning .menu .inner {
    color: #EBEBD9; }
    body.night .menu .inner:before,
    body.evening .menu .inner:before,
    body.morning .menu .inner:before {
      background: #8077F0; }
    body.night .menu .inner .menu-content:before,
    body.evening .menu .inner .menu-content:before,
    body.morning .menu .inner .menu-content:before {
      background: #8077F0; }
    body.night .menu .inner .menu-content .nav .nav-inner .btn_menu a:hover,
    body.evening .menu .inner .menu-content .nav .nav-inner .btn_menu a:hover,
    body.morning .menu .inner .menu-content .nav .nav-inner .btn_menu a:hover {
      background: #EBEBD9;
      color: #8077F0; }
    body.night .menu .inner .menu-content .nav .nav-inner .sns a:hover svg .icon,
    body.evening .menu .inner .menu-content .nav .nav-inner .sns a:hover svg .icon,
    body.morning .menu .inner .menu-content .nav .nav-inner .sns a:hover svg .icon {
      fill: #EBEBD9; }
    body.night .menu .inner .menu-content .menu-item a:hover,
    body.evening .menu .inner .menu-content .menu-item a:hover,
    body.morning .menu .inner .menu-content .menu-item a:hover {
      opacity: 1.0;
      background: #EBEBD9;
      color: #8077F0; }
  body.night footer > .inner .util .links a:hover,
  body.evening footer > .inner .util .links a:hover,
  body.morning footer > .inner .util .links a:hover {
    color: #8077F0;
    background: #EBEBD9; }
  body.night footer > .inner .util p,
  body.evening footer > .inner .util p,
  body.morning footer > .inner .util p {
    font-size: 14px; }
  body.night .container section.feature .items .item.hover .title,
  body.evening .container section.feature .items .item.hover .title,
  body.morning .container section.feature .items .item.hover .title {
    background: #EBEBD9;
    color: #8077F0; }
  body.night .container section.feature .items .item .title,
  body.evening .container section.feature .items .item .title,
  body.morning .container section.feature .items .item .title {
    background: #8077F0;
    color: #EBEBD9; }
  body.night .container section.news > .inner .items .item:after,
  body.evening .container section.news > .inner .items .item:after,
  body.morning .container section.news > .inner .items .item:after {
    background: #EBEBD9; }
  body.night .container section.news > .inner .items .item a:hover em,
  body.evening .container section.news > .inner .items .item a:hover em,
  body.morning .container section.news > .inner .items .item a:hover em {
    background: #EBEBD9;
    color: #8077F0; }
  body.night .container section.head > .inner .disconav a,
  body.evening .container section.head > .inner .disconav a,
  body.morning .container section.head > .inner .disconav a {
    border: 1px solid rgba(255, 255, 255, 0.6); }
    body.night .container section.head > .inner .disconav a.current,
    body.evening .container section.head > .inner .disconav a.current,
    body.morning .container section.head > .inner .disconav a.current {
      background: #8077F0; }
    body.night .container section.head > .inner .disconav a:hover, body.night .container section.head > .inner .disconav a.current:hover,
    body.evening .container section.head > .inner .disconav a:hover,
    body.evening .container section.head > .inner .disconav a.current:hover,
    body.morning .container section.head > .inner .disconav a:hover,
    body.morning .container section.head > .inner .disconav a.current:hover {
      background: #EBEBD9;
      color: #8077F0; }
  body.night .container section.bio > .inner:after,
  body.evening .container section.bio > .inner:after,
  body.morning .container section.bio > .inner:after {
    background: #EBEBD9; }
  body.night .container section.works > .inner:after,
  body.evening .container section.works > .inner:after,
  body.morning .container section.works > .inner:after {
    background: #EBEBD9; }
  body.night .container .news-wrap > .inner:after,
  body.evening .container .news-wrap > .inner:after,
  body.morning .container .news-wrap > .inner:after {
    background: #EBEBD9; }
  body.night .container .news-wrap > .inner section.news .head span,
  body.night .container .news-wrap > .inner section.news-detail .head span,
  body.evening .container .news-wrap > .inner section.news .head span,
  body.evening .container .news-wrap > .inner section.news-detail .head span,
  body.morning .container .news-wrap > .inner section.news .head span,
  body.morning .container .news-wrap > .inner section.news-detail .head span {
    background: #8077F0; }
  body.night .container .news-wrap section.news-cat-list > .current,
  body.evening .container .news-wrap section.news-cat-list > .current,
  body.morning .container .news-wrap section.news-cat-list > .current {
    line-height: 1.0; }
    body.night .container .news-wrap section.news-cat-list > .current span,
    body.evening .container .news-wrap section.news-cat-list > .current span,
    body.morning .container .news-wrap section.news-cat-list > .current span {
      opacity: 1.0;
      background: #8077F0; }
  body.night .container .news-wrap section.news-cat-list .inner .items .item a.current, body.night .container .news-wrap section.news-cat-list .inner .items .item a:hover,
  body.evening .container .news-wrap section.news-cat-list .inner .items .item a.current,
  body.evening .container .news-wrap section.news-cat-list .inner .items .item a:hover,
  body.morning .container .news-wrap section.news-cat-list .inner .items .item a.current,
  body.morning .container .news-wrap section.news-cat-list .inner .items .item a:hover {
    background: #8077F0; }
  body.night .container .news-wrap section.news-detail .article-body a,
  body.evening .container .news-wrap section.news-detail .article-body a,
  body.morning .container .news-wrap section.news-detail .article-body a {
    background: #8077F0; }
    body.night .container .news-wrap section.news-detail .article-body a:hover,
    body.evening .container .news-wrap section.news-detail .article-body a:hover,
    body.morning .container .news-wrap section.news-detail .article-body a:hover {
      color: #8077F0;
      background: #EBEBD9; }
  body.night .container section.disco-list > .inner:after,
  body.evening .container section.disco-list > .inner:after,
  body.morning .container section.disco-list > .inner:after {
    background: #EBEBD9; }
  body.night .container section.disco-list > .inner .items .item,
  body.evening .container section.disco-list > .inner .items .item,
  body.morning .container section.disco-list > .inner .items .item {
    background: #101010; }
    body.night .container section.disco-list > .inner .items .item .item-inner .list .btn_more,
    body.evening .container section.disco-list > .inner .items .item .item-inner .list .btn_more,
    body.morning .container section.disco-list > .inner .items .item .item-inner .list .btn_more {
      background: linear-gradient(0deg, #101010 0%, rgba(16, 16, 16, 0) 100%); }
    body.night .container section.disco-list > .inner .items .item .nav a,
    body.evening .container section.disco-list > .inner .items .item .nav a,
    body.morning .container section.disco-list > .inner .items .item .nav a {
      background: #8077F0; }
      body.night .container section.disco-list > .inner .items .item .nav a:hover,
      body.evening .container section.disco-list > .inner .items .item .nav a:hover,
      body.morning .container section.disco-list > .inner .items .item .nav a:hover {
        background: #EBEBD9;
        color: #8077F0; }

body {
  position: relative; }
  body.anim .bg-container .bg {
    transition: opacity 3s; }
  body .bg-container .bg1 {
    opacity: 1.0; }
  body .bg-container .bg2,
  body .bg-container .bg3,
  body .bg-container .bg4 {
    opacity: 0.0; }
  body.morning .bg-container .bg1,
  body.morning .bg-container .bg2,
  body.morning .bg-container .bg3 {
    opacity: 0.0; }
  body.morning .bg-container .bg4 {
    opacity: 1.0; }
  body.daytime .bg-container .bg1 {
    opacity: 1.0; }
  body.daytime .bg-container .bg2,
  body.daytime .bg-container .bg3,
  body.daytime .bg-container .bg4 {
    opacity: 0.0; }
  body.evening .bg-container .bg1,
  body.evening .bg-container .bg2,
  body.evening .bg-container .bg4 {
    opacity: 0.0; }
  body.evening .bg-container .bg3 {
    opacity: 1.0; }
  body.night .bg-container .bg1,
  body.night .bg-container .bg4,
  body.night .bg-container .bg3 {
    opacity: 0.0; }
  body.night .bg-container .bg2 {
    opacity: 1.0; }

.bg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  .bg-container .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .bg-container .bg.bg1 {
      background: #fff; }
    .bg-container .bg.bg2 {
      background: #28282D; }
    .bg-container .bg.bg3 {
      background: linear-gradient(90deg, #fa688c 0%, #101c66 100%); }
    .bg-container .bg.bg4 {
      background: linear-gradient(90deg, #101c66 0%, #fa688c 100%); }

/*# sourceMappingURL=style.css.map */
