@charset "UTF-8";
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*--

  reset

====================================================== --*/
* {
  font-style: normal;
  font-weight: normal;
  list-style: none;
  margin: 0px;
  padding: 0px; }

figure,
nav {
  display: block; }

/*--

  body

====================================================== --*/
html {
  font-size: 10px; }

body {
  background: #fff;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ W3", "HiraKakuPro-W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  text-align: center;
  -webkit-text-size-adjust: 100%; }

.anchor {
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0px; }

img {
  vertical-align: top; }

svg {
  pointer-events: none; }

a {
  color: #000; }
  a:hover {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    a[href^="tel"] {
      pointer-events: none;
      text-decoration: none !important; } }

@media screen and (max-width: 767px) {
  .c-pc {
    display: none; } }

.c-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-sp {
      display: block; } }

/*--

  layout

====================================================== --*/
@media screen and (max-width: 767px) {
  .l-all {
    width: 100%;
    min-width: 320px;
    overflow: hidden; } }

/*-- all --*/
/*-- ------------------------------------------------- --*/
/*--

  contents

====================================================== --*/
/*-- contents --*/
/*-- ------------------------------------------------- --*/
/*--

  header

====================================================== --*/
.header {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  left: 0px;
  padding: 0px 50px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1010; }
  @media screen and (max-width: 767px) {
    .header {
      height: 60px;
      padding: 0px 20px; } }
  .header__logo {
    height: 28px;
    opacity: 0;
    transition: opacity 500ms ease;
    width: 270px; }
    @media screen and (max-width: 767px) {
      .header__logo {
        height: 14px;
        width: 135px; }
        .header__logo img {
          width: 100%; } }
    .header__logo[data-status="show"] {
      opacity: 1; }

.header__btn {
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 48px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 5px;
  width: 52px; }
  @media screen and (max-width: 767px) {
    .header__btn {
      height: 24px;
      padding: 5px 2.5px;
      width: 26px; } }
  .header__btn span {
    background: #000;
    display: block;
    height: 4px;
    width: 42px; }
    @media screen and (max-width: 767px) {
      .header__btn span {
        height: 2px;
        width: 21px; } }

/*--

  footer

====================================================== --*/
.footer {
  padding: 0px 35px 30px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 0px 20px 20px; } }

.footer__copyright {
  font-size: 1.5rem;
  font-family: "Fira Sans", sans-serif; }

/*--

  pagetop

====================================================== --*/
.pagetop {
  bottom: 30px;
  height: 36px;
  position: fixed;
  right: 30px;
  width: 36px;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    border-radius: 100%;
    display: block;
    height: 36px;
    left: 0px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    top: 66px;
    transition: all 200ms ease;
    width: 36px; }
    .pagetop a:hover {
      opacity: 0.8; }
  .pagetop[data-status="show"] a {
    top: 0px; }

.menu {
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 100%;
  left: 100%;
  opacity: 1;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1015; }
  @media screen and (max-width: 767px) {
    .menu {
      padding: 20px 20px 0px; } }
  .menu::after {
    background: rgba(0, 0, 0, 0.86);
    height: 100%;
    left: 0px;
    opacity: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .menu::after {
        content: ""; } }
  .menu[data-status="open"] {
    left: 0px;
    opacity: 1;
    pointer-events: auto;
    transition: background 500ms ease; }
    @media screen and (min-width: 768px) {
      .menu[data-status="open"] {
        background: rgba(0, 0, 0, 0.86); } }
    .menu[data-status="open"]::after {
      opacity: 1;
      transition: opacity 500ms ease; }
    .menu[data-status="open"] .menu__close {
      opacity: 1;
      transition: opacity 500ms ease; }
    .menu[data-status="open"] .menu__contents li {
      opacity: 1;
      transition: all 500ms ease 0ms;
      transform: translateX(0px); }
      .menu[data-status="open"] .menu__contents li:nth-of-type(1) {
        transition-delay: 400ms; }
      .menu[data-status="open"] .menu__contents li:nth-of-type(2) {
        transition-delay: 500ms; }
      .menu[data-status="open"] .menu__contents li:nth-of-type(3) {
        transition-delay: 600ms; }
      .menu[data-status="open"] .menu__contents li:nth-of-type(4) {
        transition-delay: 700ms; }
      .menu[data-status="open"] .menu__contents li:nth-of-type(5) {
        transition-delay: 800ms; }
      .menu[data-status="open"] .menu__contents li:nth-of-type(6) {
        transition-delay: 900ms; }
    .menu[data-status="open"] .menu__contents dl {
      opacity: 1;
      transition: all 500ms ease 0ms;
      transition-delay: 1000ms;
      transform: translateX(0px); }
    .menu[data-status="open"] .menu__projects h2 {
      opacity: 0.6;
      transition: all 500ms ease 0ms;
      transition-delay: 400ms;
      transform: translateX(0px); }
      @media screen and (max-width: 767px) {
        .menu[data-status="open"] .menu__projects h2 {
          transition-delay: 1000ms; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        .menu[data-status="open"] .menu__projects h2 {
          transition-delay: 400ms; } }
    .menu[data-status="open"] .menu__projects dl dd,
    .menu[data-status="open"] .menu__projects dl dt {
      transition: all 500ms ease 0ms;
      transform: translateX(0px); }
    .menu[data-status="open"] .menu__projects dl dd,
    .menu[data-status="open"] .menu__projects dl dt {
      opacity: 1;
      transition-delay: 600ms; }
      @media screen and (max-width: 767px) {
        .menu[data-status="open"] .menu__projects dl dd,
        .menu[data-status="open"] .menu__projects dl dt {
          transition-delay: 1100ms !important; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        .menu[data-status="open"] .menu__projects dl dd,
        .menu[data-status="open"] .menu__projects dl dt {
          transition-delay: 500ms !important; } }
      .menu[data-status="open"] .menu__projects dl dd:nth-of-type(1),
      .menu[data-status="open"] .menu__projects dl dt:nth-of-type(1) {
        transition-delay: 500ms; }
      .menu[data-status="open"] .menu__projects dl dd:nth-of-type(2),
      .menu[data-status="open"] .menu__projects dl dt:nth-of-type(2) {
        transition-delay: 600ms; }
      .menu[data-status="open"] .menu__projects dl dd:nth-of-type(3),
      .menu[data-status="open"] .menu__projects dl dt:nth-of-type(3) {
        transition-delay: 700ms; }
      .menu[data-status="open"] .menu__projects dl dd:nth-of-type(4),
      .menu[data-status="open"] .menu__projects dl dt:nth-of-type(4) {
        transition-delay: 800ms; }
      .menu[data-status="open"] .menu__projects dl dd:nth-of-type(5),
      .menu[data-status="open"] .menu__projects dl dt:nth-of-type(5) {
        transition-delay: 900ms; }
      .menu[data-status="open"] .menu__projects dl dd:nth-of-type(6),
      .menu[data-status="open"] .menu__projects dl dt:nth-of-type(6) {
        transition-delay: 1000ms; }
    @media screen and (max-width: 767px) {
      .menu[data-status="open"] .menu__contact {
        opacity: 1;
        transition: all 500ms ease 0ms;
        transition-delay: 1200ms;
        transform: translateX(0px); } }
  .menu[data-status="close"] {
    background: rgba(0, 0, 0, 0);
    left: 100%;
    transition: background 500ms ease 0s, left 1ms ease 500ms; }
    .menu[data-status="close"]::after {
      transition: opacity 500ms ease 0s; }
    .menu[data-status="close"] .menu__bg {
      transition: opacity 500ms ease 0s; }
    .menu[data-status="close"] .menu__close {
      transition: opacity 500ms ease 0s; }
    @media screen and (max-width: 767px) {
      .menu[data-status="close"] .menu__contact {
        transition: all 500ms ease 0s; } }
    .menu[data-status="close"] .menu__projects dl,
    .menu[data-status="close"] .menu__projects dt,
    .menu[data-status="close"] .menu__projects dd,
    .menu[data-status="close"] .menu__projects h2,
    .menu[data-status="close"] .menu__projects li, .menu[data-status="close"] .menu__contents dl,
    .menu[data-status="close"] .menu__contents dt,
    .menu[data-status="close"] .menu__contents dd,
    .menu[data-status="close"] .menu__contents h2,
    .menu[data-status="close"] .menu__contents li {
      transition: all 500ms ease 0s; }
  .menu__close {
    cursor: pointer;
    height: 70px;
    opacity: 0;
    position: absolute;
    right: 41px;
    top: 24px;
    width: 70px;
    z-index: 10;
    transition: all 250ms ease; }
    @media screen and (max-width: 767px) {
      .menu__close {
        position: fixed;
        right: 0px;
        top: 0px; } }
    .menu__close:hover {
      opacity: 0.5; }
    .menu__close::before, .menu__close::after {
      background: #fff;
      content: "";
      height: 1px;
      width: 50px;
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
    .menu__close::before {
      transform: rotate(45deg); }
    .menu__close::after {
      transform: rotate(-45deg); }

.menu__wrapper {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100%;
  overflow: auto;
  padding: 30px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .menu__wrapper {
      display: block;
      padding: 0px 0px 30px; } }

.menu__body {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: "Fira Sans", sans-serif;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto auto;
  max-width: 960px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .menu__body {
      height: calc(100vh - 60px);
      max-height: 800px; } }
  @media screen and (max-width: 767px) {
    .menu__body {
      display: block; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .menu__body {
      display: -ms-flexbox;
      display: flex; } }
  .menu__body * {
    font-style: italic; }
  .menu__body a {
    color: #fff;
    text-decoration: none;
    transition: all 250ms ease; }
    .menu__body a:hover {
      opacity: 0.5; }

.menu__contents {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .menu__contents {
      display: block;
      margin: 0px 0px 30px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .menu__contents {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0px 0px 5px; } }
  .menu__contents ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 10;
        flex-grow: 10;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0px 0px 50px; }
  .menu__contents li {
    font-size: 75px;
    line-height: 1.2em;
    text-align: left;
    opacity: 0;
    transform: translateX(15px); }
    @media screen and (max-width: 960px) {
      .menu__contents li {
        font-size: 60px;
        line-height: 1.4em; } }
    @media screen and (max-width: 767px) {
      .menu__contents li {
        font-size: 40px; } }
  .menu__contents dl {
    text-align: left;
    opacity: 0;
    transform: translateX(15px); }
    @media screen and (max-width: 767px) {
      .menu__contents dl {
        display: none; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .menu__contents dl {
        display: block;
        margin: 30px 0px 0px; } }
  .menu__contents dt {
    font-size: 19px;
    line-height: 1.4em;
    margin: 0px 0px 15px;
    opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .menu__contents dt {
        font-size: 1.6rem;
        margin: 0px 0px 0px; } }
  .menu__contents dd {
    font-size: 1.6rem;
    line-height: 1.4em; }

@media screen and (min-width: 768px) {
  .menu__projects {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.menu__projects h2 {
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.5em;
  margin: 0px 0px 15px;
  opacity: 0.6;
  opacity: 0;
  transform: translateX(15px); }
  @media screen and (max-width: 767px) {
    .menu__projects h2 {
      font-size: 1.8rem;
      margin: 0px 0px 10px; } }

.menu__projects li {
  font-size: 2rem;
  line-height: 1.5em;
  margin: 0px 0px 0px 1.5em; }
  @media screen and (max-width: 767px) {
    .menu__projects li {
      font-size: 1.8rem;
      line-height: 1.8em;
      margin: 0px 0px 0px 1em; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .menu__projects li {
      font-size: 1.6rem; } }
  .menu__projects li::before {
    content: "- "; }

.menu__projects dl {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .menu__projects dl {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-positive: 10;
          flex-grow: 10;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .menu__projects dl dt {
    font-size: 34px;
    line-height: 1.2em;
    opacity: 0;
    transform: translateX(15px); }
    @media screen and (max-width: 767px) {
      .menu__projects dl dt {
        font-size: 2.8rem; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .menu__projects dl dt {
        font-size: 2.4rem; } }
  .menu__projects dl dd {
    -ms-flex-positive: 10;
        flex-grow: 10;
    opacity: 0;
    transform: translateX(15px); }
    .menu__projects dl dd + dt {
      margin: 10px 0px 0px; }

@media screen and (min-width: 768px) {
  .menu__contact {
    display: none; } }

@media screen and (max-width: 767px) {
  .menu__contact {
    margin: 30px 0px 0px;
    opacity: 0;
    transform: translateX(15px); } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .menu__contact {
    display: none; } }

.menu__contact dt {
  font-size: 19px;
  line-height: 1.4em;
  margin: 0px 0px 15px;
  opacity: 0.6; }
  @media screen and (max-width: 767px) {
    .menu__contact dt {
      font-size: 1.6rem;
      margin: 0px 0px 0px; } }

.menu__contact dd {
  font-size: 1.6rem;
  line-height: 1.4em; }

/*--

  archive

====================================================== --*/
.c-next {
  margin: 90px 0px 50px; }
  @media screen and (max-width: 767px) {
    .c-next {
      margin: 45px 0px; } }
  .c-next a {
    display: inline-block;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.4rem;
    opacity: 0.7;
    padding: 0px 50px;
    position: relative;
    text-decoration: none;
    transition: all 250ms ease; }
    @media screen and (max-width: 767px) {
      .c-next a {
        font-size: 2rem; } }
    .c-next a:hover {
      opacity: 0.5; }
    .c-next a::after {
      background: #000;
      bottom: 0px;
      content: "";
      height: 1px;
      margin: auto;
      position: absolute;
      right: -4px;
      top: 0px;
      width: 38px; }
    .c-next a::before {
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      bottom: 0px;
      content: "";
      height: 28px;
      margin: auto;
      position: absolute;
      right: 0px;
      top: 0px;
      transform: rotate(-135deg);
      width: 28px; }

.c-visual {
  opacity: 0; }
  .c-visual[data-status="show"] {
    opacity: 1;
    transition: opacity 1s ease; }
  .c-visual img {
    height: auto;
    width: 100%; }



/*****　　NNKK add style   *****/
.c-visual-r {
  opacity: 0; }
  .c-visual-r[data-status="show"] {
    opacity: 1;
    transition: opacity 1s ease; }
  .c-visual-r img {
    width: auto; }
    @media screen and (max-width: 767px) {
      .c-visual-r img {
        width: 100%;
        height: auto; } }



.c-detail {
  margin: 30px auto 100px;
  width: 100px; }
  @media screen and (max-width: 767px) {
    .c-detail {
      margin: 15px auto 70px; } }
  .c-detail a {
    display: block;
    font-family: "Fira Sans", sans-serif;
    font-size: 2rem;
    line-height: 1.2em;
    opacity: 0.7;
    padding: 0px 0px 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 250ms ease; }
    @media screen and (max-width: 767px) {
      .c-detail a {
        font-size: 1.6rem; } }
    .c-detail a:hover {
      opacity: 0.5; }
    .c-detail a::after {
      background: #000;
      bottom: 0px;
      content: "";
      height: 38px;
      left: 0px;
      margin: auto;
      position: absolute;
      right: 0px;
      width: 1px; }
    .c-detail a::before {
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      bottom: 4px;
      content: "";
      height: 28px;
      left: 0px;
      margin: 0px auto;
      position: absolute;
      right: 0px;
      transform: rotate(-45deg);
      width: 28px; }

.c-pager {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0px auto 50px;
  width: 540px; }
  @media screen and (max-width: 767px) {
    .c-pager {
      margin: 0px 20px 50px;
      width: auto; } }
  .c-pager--single {
    -ms-flex-pack: center;
        justify-content: center; }
  .c-pager a {
    color: rgba(0, 0, 0, 0.7);
    display: block;
    font-family: "Fira Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 250ms ease; }
    @media screen and (max-width: 767px) {
      .c-pager a {
        font-size: 1.6rem; } }
    .c-pager a:hover {
      opacity: 0.5; }
    .c-pager a::after {
      background: #000;
      bottom: 0px;
      content: "";
      height: 1px;
      margin: auto 0px;
      position: absolute;
      top: 0px;
      width: 38px; }
      @media screen and (max-width: 767px) {
        .c-pager a::after {
          width: 19px; } }
    .c-pager a::before {
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      bottom: 0px;
      content: "";
      height: 28px;
      margin: auto;
      position: absolute;
      top: 0px;
      width: 28px; }
      @media screen and (max-width: 767px) {
        .c-pager a::before {
          height: 14px;
          width: 14px; } }
  .c-pager__prev {
    padding: 0px 0px 0px 50px; }
    @media screen and (max-width: 767px) {
      .c-pager__prev {
        padding: 0px 0px 0px 25px; } }
    .c-pager__prev::after {
      left: -4px; }
      @media screen and (max-width: 767px) {
        .c-pager__prev::after {
          left: -2px; } }
    .c-pager__prev::before {
      left: 0px;
      transform: rotate(45deg); }
  .c-pager__next {
    padding: 0px 50px 0px 0px; }
    @media screen and (max-width: 767px) {
      .c-pager__next {
        padding: 0px 25px 0px 0px; } }
    .c-pager__next::after {
      right: -4px; }
      @media screen and (max-width: 767px) {
        .c-pager__next::after {
          right: -2px; } }
    .c-pager__next::before {
      right: 0px;
      transform: rotate(-135deg); }

.c-cover {
  height: 100%;
  pointer-events: none;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000; }
  .c-cover div {
    background: #000;
    height: 25vh;
    margin: 0px 0px 0px auto;
    width: 0%; }
  .c-cover[data-status="cover"] div {
    width: 0%;
    animation: cover_load 400ms cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s 1 forwards; }
    .c-cover[data-status="cover"] div:nth-of-type(1) {
      animation-delay: 0ms; }
    .c-cover[data-status="cover"] div:nth-of-type(2) {
      animation-delay: 100ms; }
    .c-cover[data-status="cover"] div:nth-of-type(3) {
      animation-delay: 200ms; }
    .c-cover[data-status="cover"] div:nth-of-type(4) {
      animation-delay: 300ms; }
  .c-cover[data-status="finish"] div {
    width: 100%;
    margin: 0px auto 0px 0px;
    animation: cover_finish 400ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s 1 forwards; }
    .c-cover[data-status="finish"] div:nth-of-type(1) {
      animation-delay: 0ms; }
    .c-cover[data-status="finish"] div:nth-of-type(2) {
      animation-delay: 100ms; }
    .c-cover[data-status="finish"] div:nth-of-type(3) {
      animation-delay: 200ms; }
    .c-cover[data-status="finish"] div:nth-of-type(4) {
      animation-delay: 300ms; }

@keyframes cover_load {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes cover_finish {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }

/*--

  top

====================================================== --*/
/*--

  maintitle top

====================================================== --*/
.maintitle {
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 700px;
  padding: 150px 0px 0px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .maintitle {
      -ms-flex-pack: start;
          justify-content: flex-start;
      min-height: 0px;
      padding: 28vh 0px 0px; } }
  .maintitle__svg {
    height: 0px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 0px; }
  .maintitle__copy {
    font-family: "Fira Sans", sans-serif;
    font-size: 2rem;
    line-height: 1.2em;
    margin: 0px 0px 150px;
    opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .maintitle__copy {
        font-size: 1.4rem;
        margin: -30px 0px 90px; } }
  .maintitle__news {
    font-family: "Fira Sans", sans-serif;
    line-height: 1.2em;
    opacity: 0.8; }
    @media screen and (min-width: 768px) {
      .maintitle__news {
        display: -ms-flexbox;
        display: flex;
        font-size: 1.8rem;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media screen and (max-width: 767px) {
      .maintitle__news {
        font-size: 1.1rem; } }
    .maintitle__news dt {
      margin: 0px 20px 0px 0px; }
      @media screen and (max-width: 767px) {
        .maintitle__news dt {
          margin: 0px 0px 10px; } }
    .maintitle__news dd a {
      text-decoration: none;
      transition: all 250ms ease; }
      .maintitle__news dd a:hover {
        opacity: 0.5; }
  .maintitle__project, .maintitle__anchor {
    position: absolute; }
    .maintitle__project a, .maintitle__anchor a {
      display: block;
      font-family: "Fira Sans", sans-serif;
      font-size: 2rem;
      line-height: 1.2em;
      opacity: 0.7;
      position: relative;
      text-decoration: none;
      width: 100px;
      transition: all 250ms ease; }
      @media screen and (max-width: 767px) {
        .maintitle__project a, .maintitle__anchor a {
          font-size: 1.4rem; } }
      .maintitle__project a:hover, .maintitle__anchor a:hover {
        opacity: 0.5; }
      .maintitle__project a::after, .maintitle__anchor a::after {
        background: #000;
        content: "";
        position: absolute; }
      .maintitle__project a::before, .maintitle__anchor a::before {
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        content: "";
        height: 28px;
        position: absolute;
        width: 28px; }
        @media screen and (max-width: 767px) {
          .maintitle__project a::before, .maintitle__anchor a::before {
            height: 14px;
            width: 14px; } }
  .maintitle__project {
    -ms-flex-align: center;
        align-items: center;
    bottom: 0px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -ms-flex-pack: center;
        justify-content: center;
    margin: auto;
    right: 15px;
    top: 0px;
    width: 80px; }
    @media screen and (max-width: 767px) {
      .maintitle__project {
        bottom: 16vh;
        height: 80px;
        right: 5px;
        width: 50px; } }
    .maintitle__project a {
      padding: 0px 0px 45px; }
      @media screen and (max-width: 767px) {
        .maintitle__project a {
          padding: 0px 0px 22.5px; } }
      .maintitle__project a::after {
        bottom: 14px;
        height: 1px;
        left: 0px;
        margin: auto;
        right: 0px;
        width: 38px; }
        @media screen and (max-width: 767px) {
          .maintitle__project a::after {
            bottom: 7px;
            width: 19px; } }
      .maintitle__project a::before {
        bottom: 0px;
        left: 0px;
        margin: 0px auto;
        right: 0px;
        transform: rotate(-135deg); }
  .maintitle__anchor {
    bottom: 20px;
    left: 0px;
    margin: 0px auto;
    right: 0px;
    width: 100px; }
    @media screen and (max-width: 767px) {
      .maintitle__anchor {
        bottom: 70px; } }
    .maintitle__anchor a {
      padding: 0px 0px 50px; }
      @media screen and (max-width: 767px) {
        .maintitle__anchor a {
          padding: 0px 0px 25px; } }
      .maintitle__anchor a::after {
        bottom: 0px;
        height: 38px;
        left: 0px;
        margin: auto;
        right: 0px;
        width: 1px; }
        @media screen and (max-width: 767px) {
          .maintitle__anchor a::after {
            height: 19px; } }
      .maintitle__anchor a::before {
        bottom: 4px;
        left: 0px;
        margin: 0px auto;
        right: 0px;
        transform: rotate(-45deg); }
        @media screen and (max-width: 767px) {
          .maintitle__anchor a::before {
            bottom: 2px; } }

.maintitle__copy, .maintitle__news, .maintitle__anchor, .maintitle__project {
  opacity: 0; }

.maintitle[data-status="loaded"] .maintitle__copy, .maintitle[data-status="loaded"] .maintitle__news {
  opacity: 1;
  transition: opacity 750ms ease 0s; }

.maintitle[data-status="loaded"] .maintitle__anchor, .maintitle[data-status="loaded"] .maintitle__project {
  opacity: 1;
  transition: opacity 750ms ease 400ms; }

.maintitle__logo {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0px auto;
  padding: 38px;
  width: 600px; }
  @media screen and (max-width: 767px) {
    .maintitle__logo {
      margin: 0px 0px 0px 0px;
      transform: scale(0.4); } }
  @media screen and (max-width: 374px) {
    .maintitle__logo {
      transform: scale(0.32); } }
  .maintitle__logo[data-status="loaded"] > div svg {
    transition: stroke-dasharray 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
    stroke: #000; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--m svg {
    stroke-dasharray: 224 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--a .line1 {
    stroke-dasharray: 115 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--a .line2 {
    transition: stroke 50ms ease 150ms, stroke-dasharray 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86) 150ms !important;
    stroke-dasharray: 35 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--g svg {
    stroke-dasharray: 146 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--n svg {
    stroke-dasharray: 189 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--e .line1 {
    stroke-dasharray: 120 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--e .line2 {
    transition: stroke 50ms ease 200ms, stroke-dasharray 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms !important;
    stroke-dasharray: 30 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--t .line1 {
    stroke-dasharray: 45 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--t .line2 {
    transition: stroke 50ms ease 200ms, stroke-dasharray 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 200ms !important;
    stroke-dasharray: 58 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--i svg {
    stroke-dasharray: 63 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--n2 .line1 {
    stroke-dasharray: 45 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--n2 .line2 {
    transition: stroke 100ms ease 160ms, stroke-dasharray 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 160ms !important;
    stroke-dasharray: 70 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--c svg {
    stroke-dasharray: 78 ,0; }
  .maintitle__logo[data-status="loaded"] .maintitle__logo--dot {
    transition: width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 100ms;
    width: 13px; }
  .maintitle__logo > div svg {
    display: block;
    fill: transparent;
    stroke: transparent;
    stroke-linecap: square; }
  .maintitle__logo--m {
    margin-right: 19px; }
    .maintitle__logo--m svg {
      height: 60px;
      width: 55px;
      stroke-width: 15px;
      stroke-dasharray: 0 ,224;
      stroke-dashoffset: 0; }
  .maintitle__logo--a {
    height: 60px;
    margin-right: 17px;
    position: relative;
    width: 53px; }
    .maintitle__logo--a svg {
      height: 100%;
      left: 0px;
      position: absolute;
      top: 0px;
      width: 100%;
      stroke-width: 13px; }
    .maintitle__logo--a .line1 {
      stroke-dasharray: 0 ,115;
      stroke-dashoffset: 0; }
    .maintitle__logo--a .line2 {
      stroke-dasharray: 0 ,35;
      stroke-dashoffset: 0; }
  .maintitle__logo--g {
    margin-right: 24px; }
    .maintitle__logo--g svg {
      height: 60px;
      width: 45px;
      stroke-width: 14px;
      stroke-dasharray: 0 ,146;
      stroke-dashoffset: 0; }
  .maintitle__logo--n {
    margin-right: 25px; }
    .maintitle__logo--n svg {
      height: 60px;
      width: 46px;
      stroke-width: 14px;
      stroke-dasharray: 0 ,189;
      stroke-dashoffset: 0; }
  .maintitle__logo--e {
    height: 60px;
    margin-right: 19px;
    position: relative;
    width: 40px; }
    .maintitle__logo--e svg {
      height: 100%;
      left: 0px;
      position: absolute;
      top: 0px;
      width: 100%;
      stroke-width: 13px; }
    .maintitle__logo--e .line1 {
      stroke-dasharray: 0 ,120;
      stroke-dashoffset: 0; }
    .maintitle__logo--e .line2 {
      stroke-dasharray: 0 ,30;
      stroke-dashoffset: 0; }
  .maintitle__logo--t {
    height: 60px;
    margin-right: 52px;
    position: relative;
    width: 43px; }
    .maintitle__logo--t svg {
      height: 100%;
      left: 0px;
      position: absolute;
      top: 0px;
      width: 100%;
      stroke-width: 13px; }
    .maintitle__logo--t .line1 {
      stroke-dasharray: 0 ,45;
      stroke-dashoffset: 0; }
    .maintitle__logo--t .line2 {
      stroke-dasharray: 0 ,58;
      stroke-dashoffset: 0; }
  .maintitle__logo--i {
    margin-right: 25px; }
    .maintitle__logo--i svg {
      height: 60px;
      width: 12px;
      stroke-width: 14px;
      stroke-dasharray: 0 ,63;
      stroke-dashoffset: 0; }
  .maintitle__logo--n2 {
    height: 44px;
    margin-right: 21px;
    position: relative;
    width: 37px; }
    .maintitle__logo--n2 svg {
      height: 100%;
      left: 0px;
      position: absolute;
      top: 0px;
      width: 100%; }
    .maintitle__logo--n2 .line1 {
      stroke-dasharray: 0 ,45;
      stroke-dashoffset: 0;
      stroke-width: 12px; }
    .maintitle__logo--n2 .line2 {
      stroke-width: 14px;
      stroke-dasharray: 0 ,70;
      stroke-dashoffset: 0; }
  .maintitle__logo--c {
    margin-right: 20px; }
    .maintitle__logo--c svg {
      height: 45px;
      width: 34px;
      stroke-width: 14px;
      stroke-dasharray: 0 ,78;
      stroke-dashoffset: 0; }
  .maintitle__logo--dot {
    height: 12px;
    overflow: hidden;
    width: 0px; }
    .maintitle__logo--dot svg {
      fill: #000 !important;
      height: 12px;
      width: 13px; }

/*--

  philosophy top

====================================================== --*/
.philosophy {
  background: #f9f9f9;
  padding: 105px 50px 170px; }
  @media screen and (max-width: 767px) {
    .philosophy {
      padding: 60px 20px 100px; } }

.philosophy__title {
  font-size: 2.4rem;
  margin: 0px 0px 12px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  opacity: 0.7;
  text-align: center;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .philosophy__title {
      font-size: 2rem; } }
  .philosophy__title[data-status="show"] {
    opacity: 0.7;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.philosophy__copy {
  font-family: "Fira Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0px 0px 65px;
  opacity: 0.7;
  text-align: center;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .philosophy__copy {
      font-size: 2.4rem;
      margin: 0px 0px 32.5px; } }
  .philosophy__copy[data-status="show"] {
    opacity: 0.7;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.philosophy__text {
  margin: 0px 0px 2.4em;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.4em;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .philosophy__text {
      font-size: 1.2rem; } }
  .philosophy__text:last-child {
    margin-bottom: 0px; }
  .philosophy__text[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.philosophy__caption {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  opacity: 0;
  transform: translateY(20px); }
  .philosophy__caption[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }
  .philosophy__caption li {
    text-align: left;
    font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.4em; }
    @media screen and (max-width: 767px) {
      .philosophy__caption li {
        font-size: 1.2rem; } }
    .philosophy__caption li:last-child {
      margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .philosophy__caption li {
        line-height: 1.6em;
        margin: 10px 0px 0px;
        padding: 0px 0px 0px 1em;
        text-indent: -1em; } }

/*--

  business top

====================================================== --*/
.business {
  padding: 105px 50px 170px; }
  @media screen and (max-width: 767px) {
    .business {
      padding: 60px 20px 100px; } }

.business__title {
  font-size: 2.8rem;
  margin: 0px 0px 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  opacity: 0.7;
  text-align: center;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .business__title {
      margin: 0px 0px 25px;
      font-size: 2.4rem; } }
  .business__title[data-status="show"] {
    opacity: 0.7;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.business__text {
  margin: 0px 0px 2.4em;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.4em;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .business__text {
      font-size: 1.2rem; } }
  .business__text:last-child {
    margin-bottom: 0px; }
  .business__text[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

/*--

  data top

====================================================== --*/
.data {
  background: #f9f9f9;
  padding: 105px 50px 170px; }
  @media screen and (max-width: 767px) {
    .data {
      padding: 60px 20px 100px; } }
  .data h3 {
    -ms-flex-align: center;
        align-items: center;
    background: #000;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    height: 45px;
    -ms-flex-pack: center;
        justify-content: center;
    letter-spacing: 0.02em;
    margin: 0px 0px 17px;
    width: 120px; }
    @media screen and (max-width: 767px) {
      .data h3 {
        font-size: 1.8rem;
        height: 30px;
        margin: 0px 0px 10px;
        width: 80px; } }

.data__title {
  font-size: 2.8rem;
  margin: 0px 0px 50px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  opacity: 0.7;
  text-align: center;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .data__title {
      font-size: 2.4rem;
      margin: 0px 0px 25px; } }
  .data__title[data-status="show"] {
    opacity: 0.7;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.data__text {
  margin: 0px auto 75px;
  max-width: 768px;
  text-align: left;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.4em;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .data__text {
      font-size: 1.2rem; } }
  .data__text:last-child {
    margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .data__text {
      margin: 0px auto 37.5px; } }
  .data__text[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.data__number {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0px auto 55px;
  max-width: 1250px; }
  @media screen and (max-width: 767px) {
    .data__number {
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0px auto 0px; } }
  .data__number div {
    box-sizing: border-box;
    margin: 0px 0px 45px;
    padding: 0px 15px;
    width: calc(100% / 3);
    opacity: 0;
    transform: translateY(20px); }
    .data__number div[data-status="show"] {
      opacity: 1;
      transition: transform 500ms ease 0s, opacity 500ms ease 0s;
      transform: translateY(0px); }
    @media screen and (max-width: 960px) {
      .data__number div {
        padding: 0px 0px;
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .data__number div {
        margin: 0px 0px 30px;
        width: calc(50% - 10px); } }
  .data__number p {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.6em;
    max-width: 360px;
    text-align: left;
    width: 90%; }
    @media screen and (max-width: 767px) {
      .data__number p {
        font-size: 1.2rem;
        width: 100%; } }
    .data__number p strong {
      display: block;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 88px;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1.05em;
      margin: 0px 0px 8px 50px; }
      @media screen and (max-width: 767px) {
        .data__number p strong {
          font-size: 50px;
          margin: 0px 0px 5px;
          text-align: center; } }

.data .creative {
  margin: 0px auto;
  max-width: 768px;
  opacity: 0;
  transform: translateY(20px); }
  .data .creative[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }
  .data .creative[data-status="show"] .creative__graph--drawing .graphic,
  .data .creative[data-status="show"] .creative__graph--drawing .movie,
  .data .creative[data-status="show"] .creative__graph--drawing .direct,
  .data .creative[data-status="show"] .creative__graph--drawing .event,
  .data .creative[data-status="show"] .creative__graph--drawing .digital {
    opacity: 1;
    stroke-dasharray: 580 ,0;
    transition: stroke-dasharray 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 150ms, opacity 1ms ease 150ms; }
  .data .creative h3 {
    margin: 0px 0px 60px; }
    @media screen and (max-width: 767px) {
      .data .creative h3 {
        margin: 0px 0px 20px; } }
  @media screen and (min-width: 768px) {
    .data .creative__body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .data .creative__graph {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0px 30px 0px 0px;
    width: 211px; }
    @media screen and (max-width: 767px) {
      .data .creative__graph {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin: 0px 0px 20px; } }
    .data .creative__graph--drawing {
      height: 211px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .data .creative__graph--drawing {
          height: 140px;
          width: 140px; } }
      .data .creative__graph--drawing .graphic,
      .data .creative__graph--drawing .movie,
      .data .creative__graph--drawing .direct,
      .data .creative__graph--drawing .event,
      .data .creative__graph--drawing .digital {
        fill: transparent;
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        stroke-width: 25.5px;
        opacity: 0;
        stroke-linecap: square;
        stroke-dasharray: 0 ,580;
        stroke-dashoffset: -158px; }
      .data .creative__graph--drawing .digital {
        stroke: #ddd; }
      .data .creative__graph--drawing .graphic {
        stroke: #bbb; }
      .data .creative__graph--drawing .movie {
        stroke: #888; }
      .data .creative__graph--drawing .direct {
        stroke: #555; }
      .data .creative__graph--drawing .event {
        stroke: #222; }
      .data .creative__graph--drawing .svg {
        height: 0px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 0px; }
    .data .creative__graph ul {
      -ms-flex-align: start;
          align-items: flex-start;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 30px 0px 0px; }
      @media screen and (max-width: 767px) {
        .data .creative__graph ul {
          display: -ms-flexbox;
          display: flex;
          margin: 0px;
          width: calc(50% - 10px); } }
      .data .creative__graph ul li {
        font-size: 1.6rem;
        line-height: 1.6em;
        margin: 0px 0px 10px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .data .creative__graph ul li {
            font-size: 1.2rem;
            margin: 5px 0px 5px; } }
        .data .creative__graph ul li span {
          display: inline-block;
          height: 14px;
          margin: 0px 5px 0px 0px;
          width: 14px; }
    .data .creative__graph--digital span {
      background: #ddd; }
    .data .creative__graph--graphic span {
      background: #bbb; }
    .data .creative__graph--movie span {
      background: #888; }
    .data .creative__graph--direct span {
      background: #555; }
    .data .creative__graph--event span {
      background: #222; }
  .data .creative__text {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .data .creative__text {
        width: 500px; } }
    .data .creative__text p {
      font-feature-settings: "palt";
      font-size: 1.6rem;
      letter-spacing: 0.06em;
      line-height: 1.6em;
      margin: 0px 0px 1.6em; }
      @media screen and (max-width: 767px) {
        .data .creative__text p {
          font-size: 1.2rem; } }
    .data .creative__text a {
      text-decoration: none;
      transition: all 250ms ease; }
      .data .creative__text a:hover {
        opacity: 0.5; }

/*--

  profile top

====================================================== --*/
.profile {
  padding: 105px 50px 100px; }
  @media screen and (max-width: 767px) {
    .profile {
      padding: 60px 20px 80px; } }

.profile__title {
  font-size: 2.8rem;
  margin: 0px 0px 75px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  opacity: 0.7;
  text-align: center;
  opacity: 0;
  transform: translateY(20px); }
  .profile__title[data-status="show"] {
    opacity: 0.7;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }
  @media screen and (max-width: 767px) {
    .profile__title {
      font-size: 2.4rem;
      margin: 0px 0px 37.5px; } }

.profile__body {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.6em;
  margin: 0px auto;
  max-width: 680px;
  text-align: left;
  opacity: 0;
  transform: translateY(20px); }
  .profile__body[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }
  @media screen and (max-width: 767px) {
    .profile__body {
      font-size: 1.2rem;
      line-height: 2em; } }
  .profile__body dd {
    margin: -2.6em 0px 0px 140px; }
    @media screen and (max-width: 767px) {
      .profile__body dd {
        margin: 0px 0px 20px; } }
  .profile__body a {
    text-decoration: none;
    transition: all 250ms ease; }
    .profile__body a:hover {
      opacity: 0.5; }

/*--

  office top

====================================================== --*/
.office {
  padding: 105px 0px 0px;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .office {
      padding: 60px 0px 0px; } }
  .office--osaka {
    background: #f9f9f9; }
  .office[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.office__title {
  font-size: 2.8rem;
  margin: 0px 0px 80px;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  opacity: 0.7;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .office__title {
      font-size: 2.4rem;
      margin: 0px 0px 40px; } }

.office__text {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.4em; }
  @media screen and (max-width: 767px) {
    .office__text {
      font-size: 1.2rem; } }
  .office__text:last-child {
    margin-bottom: 0px; }

.office__text {
  line-height: 1.6em;
  margin: 0px auto 1.6em;
  max-width: 680px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .office__text {
      margin: 0px 20px 1.6em; } }

.office__map {
  height: 410px;
  margin: 70px 0px 0px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .office__map {
      height: 100vw;
      margin: 35px 0px 0px; } }

/*--

  project

====================================================== --*/
.project {
  padding: 185px 50px 250px;
  opacity: 0;
  transform: translateY(20px); }
  @media screen and (max-width: 767px) {
    .project {
      padding: 100px 20px 125px; } }
  .project[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }

.project__title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  margin: 0px 0px 45px; }
  @media screen and (max-width: 767px) {
    .project__title {
      font-size: 2rem;
      margin: 0px 0px 30px; } }

.project__text--ja {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 2.2em;
  margin: 0px 0px 30px; }
  @media screen and (max-width: 767px) {
    .project__text--ja {
      font-size: 1.2rem;
      margin: 0px 0px 2em; } }

.project__text--en {
  font-family: "Fira Sans", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  margin: 0px 0px 30px;
  opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .project__text--en {
      font-size: 1.4rem;
      margin: 0px 0px 2em; } }

.project__information {
  border-top: 1px solid #000;
  padding: 185px 0px 0px; }
  @media screen and (max-width: 767px) {
    .project__information {
      padding: 100px 0px 0px; } }
  .project__information:first-child {
    margin-top: 0px; }
  .project__information dl {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.2em;
    margin: 0px auto;
    text-align: left;
    width: 500px; }
    @media screen and (max-width: 767px) {
      .project__information dl {
        font-size: 1.2rem;
        width: auto; } }
    .project__information dl + dl {
      margin-top: 2.2em; }
    .project__information dl a {
      text-decoration: none;
      transition: all 250ms ease; }
      .project__information dl a:hover {
        opacity: 0.5; }
    .project__information dl dt::after {
      content: " :"; }
    .project__information dl dd {
      margin: -2.2em 0px 0px 150px; }
      @media screen and (max-width: 767px) {
        .project__information dl dd {
          margin: -2.2em 0px 0px 85px; } }

.project__link {
  height: 70px;
  margin: 115px auto 0px;
  width: 300px; }
  @media screen and (max-width: 767px) {
    .project__link {
      height: 50px;
      margin: 60px auto 0px;
      width: 240px; } }
  .project__link a {
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #000;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.7);
    display: -ms-flexbox;
    display: flex;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.8rem;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    transition: all 250ms ease; }
    @media screen and (max-width: 767px) {
      .project__link a {
        font-size: 1.4rem; } }
    .project__link a:hover {
      opacity: 0.5; }
    .project__link a::after {
      background: #000;
      bottom: 0px;
      content: "";
      height: 1px;
      margin: auto;
      position: absolute;
      right: 19px;
      top: 0px;
      width: 20px; }
      @media screen and (max-width: 767px) {
        .project__link a::after {
          right: 9.5px;
          width: 10px; } }
    .project__link a::before {
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      bottom: 0px;
      content: "";
      height: 14px;
      margin: auto;
      position: absolute;
      right: 20px;
      top: 0px;
      transform: rotate(-135deg);
      width: 14px; }
      @media screen and (max-width: 767px) {
        .project__link a::before {
          height: 7px;
          right: 10px;
          width: 7px; } }

.detail {
  box-sizing: border-box;
  margin: 0px auto;
  max-width: 1400px;
  text-align: left;
  opacity: 0;
  transform: translateY(20px); }
  .detail[data-status="show"] {
    opacity: 1;
    transition: transform 500ms ease 0s, opacity 500ms ease 0s;
    transform: translateY(0px); }
  .detail__body {
    margin-left: auto; }
    .detail__body p:last-child {
      margin-bottom: 0px; }
  .detail--01 {
    padding: 0px 125px 195px; }
    @media screen and (max-width: 767px) {
      .detail--01 {
        padding: 0px 20px 50px; } }
    .detail--01 .detail__body {
      max-width: 1100px; }
  .detail--02 {
    padding: 125px 125px 195px; }
    @media screen and (max-width: 767px) {
      .detail--02 {
        padding: 50px 20px 50px; } }
    .detail--02 .detail__body {
      max-width: 872px; }
  .detail--03 {
    padding: 125px 125px 0px; }
    @media screen and (max-width: 767px) {
      .detail--03 {
        padding: 50px 20px 0px; } }
    .detail--03 .detail__body {
      max-width: 645px; }
  .detail__title {
    font-feature-settings: "palt";
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.8em;
    margin: 0px 0px 45px auto;
    max-width: 1100px; }
    @media screen and (max-width: 767px) {
      .detail__title {
        font-size: 1.6rem;
        margin: 0px 0px 30px; } }
  .detail__text {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.2em;
    margin: 0px 0px 2.2em;
    max-width: 40em; }
    @media screen and (max-width: 767px) {
      .detail__text {
        font-size: 1.2rem; } }


/*****　　NNKK add style   *****/
  .detail--r {
    padding: 185px 125px 65px; }
    @media screen and (max-width: 767px) {
      .detail--r {
        padding: 70px 20px 30px; } }
    .detail--r .detail__body {
      max-width: 1100px; }

  .detail__text-r {
    max-width: 100%;  }

  .detail__title-mini {
    font-size: 1.8rem; }



/*--

  mv project

====================================================== --*/
.mv {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 860px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 120px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .mv {
      height: 70vh;
      margin-top: 60px; } }
  .mv__block {
    margin: 0px 100px 72px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .mv__block {
        margin: 0px 40px 0px; } }
    .mv__block--lead {
      margin: 0px 100px 146px; }
      @media screen and (max-width: 767px) {
        .mv__block--lead {
          margin: 0px 40px calc((24px + 2vh)); } }

.mv__project {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2em; }
  @media screen and (max-width: 767px) {
    .mv__project {
      font-size: 2rem; } }

.mv__lead {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.7em;
  line-height: 1.2em;
  margin: 35px 0px 0px; }
  @media screen and (max-width: 767px) {
    .mv__lead {
      font-size: 2rem;
      letter-spacing: 0.2em;
      margin: 2vh 0px 0px; } }

.mv__title {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 8.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  margin: 45px 0px 0px; }
  @media screen and (max-width: 767px) {
    .mv__title {
      font-size: 4rem;
      letter-spacing: 0.1em;
      margin: 2vh 0px 0px; } }
  .mv__title--jp {
    font-size: 8rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .mv__title--jp {
        font-size: 3.8rem; } }

.mv__img {
  height: 100%;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1; }

.mv__next, .mv__prev {
  bottom: 0px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .mv__next, .mv__prev {
      height: 35px; } }
  .mv__next a, .mv__prev a {
    color: #fff;
    display: block;
    font-family: "Fira Sans", sans-serif;
    font-size: 2rem;
    line-height: 20px;
    padding: 0px 0px 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 50px;
    transition: all 250ms ease; }
    @media screen and (max-width: 767px) {
      .mv__next a, .mv__prev a {
        font-size: 1.4rem;
        padding: 0px 0px 25px;
        width: 40px; } }
    .mv__next a:hover, .mv__prev a:hover {
      opacity: 0.5; }
    .mv__next a::after, .mv__prev a::after {
      background: #fff;
      bottom: 14px;
      content: "";
      height: 1px;
      left: 0px;
      margin: auto;
      position: absolute;
      right: 0px;
      width: 38px; }
      @media screen and (max-width: 767px) {
        .mv__next a::after, .mv__prev a::after {
          bottom: 7px;
          width: 19px; } }
    .mv__next a::before, .mv__prev a::before {
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      bottom: 0px;
      content: "";
      height: 28px;
      left: 0px;
      margin: 0px auto;
      position: absolute;
      right: 0px;
      width: 28px; }
      @media screen and (max-width: 767px) {
        .mv__next a::before, .mv__prev a::before {
          height: 14px;
          width: 14px; } }

.mv__next {
  right: 30px; }
  @media screen and (max-width: 767px) {
    .mv__next {
      right: 5px; } }
  .mv__next a::before {
    transform: rotate(-135deg); }

.mv__prev {
  left: 30px; }
  @media screen and (max-width: 767px) {
    .mv__prev {
      left: 5px; } }
  .mv__prev a::before {
    transform: rotate(45deg); }

.mv__project, .mv__lead, .mv__title, .mv__prev, .mv__next, .mv__img {
  opacity: 0; }

.mv__project, .mv__lead, .mv__title {
  color: #000; }

.mv[data-status="loaded"] .mv__project, .mv[data-status="loaded"] .mv__lead, .mv[data-status="loaded"] .mv__title {
  color: #fff;
  opacity: 1;
  transition: opacity 1.5s ease 0s ,
 color 1.5s ease 1.5s; }

.mv[data-status="loaded"] .mv__prev, .mv[data-status="loaded"] .mv__next, .mv[data-status="loaded"] .mv__img {
  opacity: 1;
  transition: opacity 1.5s ease 1.5s; }
