@charset "UTF-8";
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;
  box-sizing: border-box;
}

body {
  height: -webkit-fill-available;
  font-size: 62.5%;
  line-height: 1;
  font-feature-settings: "pkna" 1;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.08em;
  -webkit-overflow-scrolling: touch;
  color: #333333;
}
::selection {
  background: #5fff3b;
  color: #333333;
}

::-moz-selection {
  background: #5fff3b;
  color: #333333;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  font-feature-settings: "pkna" 1;
  transition: all ease-out 0.2s;
}
a:hover {
  opacity: 0.75;
}

a img {
  border: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000000;
  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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img, video {
  vertical-align: bottom;
}

/* ------------------------------ Edit here ------------------------------ */
@font-face {
  font-family: "Futura";
  src: url(/font/FuturaStd-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Futura";
  src: url(/font/FuturaStd-Book.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url(/font/FuturaStd-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "Futura";
  src: url(/font/FuturaStd-Heavy.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Futura";
  src: url(/font/FuturaStd-Bold.otf);
  font-weight: 800;
}
/* ------------------------------ ay start ------------------------------ */
/* ------------------------------ ay end ------------------------------ */
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  width: 100%;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  /* ------------------------------ js animation ------------------------------ */
  /* ------------------------------ header ------------------------------ */
  /* ------------------------------ Top ------------------------------ */
  /* ------------------------------ portfolio top ------------------------------ */
  /* ------------------------------ detail ------------------------------ */
  /* ------------------------------ footer ------------------------------ */
}
body .js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
  transition-timing-function: ease;
}
body .js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
body .js-animation_load {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 1s;
  transition-timing-function: ease;
}
body .js-animation_load.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
body header .header-logo {
  position: fixed;
  top: 32px;
  left: 64px;
  z-index: 100;
}
@media only screen and (max-width:768px) {
  body header .header-logo {
    top: 1.5rem;
    left: 1.5rem;
  }
}
body header .header-logo a {
  display: block;
  width: 48px;
  height: 48px;
}
body header .header-logo .header-logo-svg {
  width: 48px;
  height: 48px;
}
body header .header-logo .header-logo-svg .header-logo-svg-path {
  fill: #000000;
}
body header .nav-wrapper .menu-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
}
body header .nav-wrapper .menu-btn .hamburger_line {
  position: relative;
  width: 32px;
  height: 18px;
  display: inline-block;
  box-sizing: border-box;
}
body header .nav-wrapper .menu-btn .hamburger_line span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all ease-out 0.3s;
}
body header .nav-wrapper .menu-btn .hamburger_line span:nth-child(1) {
  top: 0;
}
body header .nav-wrapper .menu-btn .hamburger_line span:nth-child(2) {
  top: 8px;
}
body header .nav-wrapper .menu-btn .hamburger_line span:nth-child(3) {
  bottom: 0;
}
body header .nav-wrapper .menu-btn .hamburger_line:not(.open):hover span:nth-child(1) {
  top: -2px;
}
body header .nav-wrapper .menu-btn .hamburger_line:not(.open):hover span:nth-child(3) {
  bottom: -2px;
}
body header .nav-wrapper .menu-btn .open span {
  background-color: #000000;
}
body header .nav-wrapper .menu-btn .open span:nth-child(1) {
  width: 13px;
  -webkit-transform: translate3d(2px, 10px, 0) rotate(45deg);
  transform: translate3d(2px, 1px, 0) rotate(45deg);
}
body header .nav-wrapper .menu-btn .open span:nth-child(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
body header .nav-wrapper .menu-btn .open span:nth-child(3) {
  width: 13px;
  -webkit-transform: translate3d(23px, -9px, 0) rotate(45deg);
  transform: translate3d(16px, 0, 0) rotate(45deg);
}
body header .nav-wrapper .sp-nav {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100vh;
  background-color: #5fff3b;
  transition: all ease-in-out 0.5s 0.1s;
  z-index: 50;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .nav-wrapper .sp-nav ul {
  padding: 80px 80px;
}
body header .nav-wrapper .sp-nav ul li {
  opacity: 0;
  list-style: none;
  margin: 64px 0 0;
  text-align: center;
  color: #808080;
  font-size: 4.8em;
  font-weight: bold;
  text-decoration: none;
  transition: all ease-out 0.4s;
}
body header .nav-wrapper .sp-nav ul li:nth-child(1) {
  transition-delay: 0.6s;
}
body header .nav-wrapper .sp-nav ul li:nth-child(2) {
  transition-delay: 0.5s;
}
body header .nav-wrapper .sp-nav ul li:nth-child(3) {
  transition-delay: 0.4s;
}
body header .nav-wrapper .sp-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
body header .nav-wrapper .sp-nav ul .open {
  opacity: 1;
  margin: 32px 0;
}
body header .nav-wrapper .black-bg1 {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100vh;
  background-color: #333333;
  transition: all ease-in-out 0.5s;
  z-index: 5;
  cursor: pointer;
}
body header .nav-wrapper .black-bg2 {
  position: fixed;
  left: 0;
  top: -100vh;
  width: 100%;
  height: 100vh;
  background-color: #333333;
  transition: all ease-in-out 0.5s 0.2s;
  z-index: 5;
  cursor: pointer;
}
body header .nav-wrapper .open {
  top: 0;
}
body .content {
  position: relative;
  background-color: #ffffff;
}
body .content .hero {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  justify-content: -webkit-center;
  align-items: center;
  align-items: -webkit-center;
  /* mobile viewport bug fix */
  height: -webkit-fill-available;
  height: 100vh;
  text-align: center;
}
@media only screen and (max-width:768px) {
  body .content .hero {
    padding: 24px;
    height: 100vh;
  }
}
body .content .hero .hero-wrap {
  max-width: 840px;
}
body .content .hero .hero-wrap .logo-hero {
  font-weight: 300;
  font-size: 8em;
  font-family: Avenir;
}
body .content .hero .hero-wrap .logo-hero a img {
  width: 480px;
}
body .content .hero .hero-wrap .logo-hero a:hover {
  opacity: 0.8;
}
@media only screen and (max-width:768px) {
  body .content .hero .hero-wrap .logo-hero {
    font-size: 4em;
    position: relative;
    bottom: 0;
  }
  body .content .hero .hero-wrap .logo-hero a img {
    width: 240px;
  }
}
body .content .hero .hero-wrap .hero-p {
  margin-top: 64px;
}
body .content .hero .hero-wrap .hero-p p {
  font-size: 1.5em;
  font-weight: 400;
  color: #999999;
  -webkit-font-smoothing: subpixel-antialiased;
}
body .content .hero .hero-wrap .hero-p .emphasis {
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  color: #666666;
}
@media only screen and (max-width:768px) {
  body .content .hero .hero-wrap .hero-p .emphasis {
    text-align: left;
  }
}
body .content .hero .hero-wrap .arrow {
  position: absolute;
  width: 96px;
  height: 96px;
  bottom: 24px;
  left: 50%;
  margin-left: -48px;
  border-radius: 48px;
}
body .content .hero .hero-wrap .arrow:hover {
  background-color: #333333;
}
@media only screen and (max-width:768px) {
  body .content .hero .hero-wrap .arrow {
    display: inline-block;
    width: 64px;
    height: 64px;
    bottom: 24px;
    left: 50%;
    margin-left: -32px;
    border-radius: 32px;
    background-color: #333333;
  }
}
body .content .hero .hero-wrap .arrow::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 0px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30px;
  left: 35px;
}
@media only screen and (max-width:768px) {
  body .content .hero .hero-wrap .arrow::before {
    width: 18px;
    height: 18px;
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;
    top: 18px;
    left: 22px;
  }
}
body .portfolio-top {
  margin: 80px 0 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-direction: -webkit-row;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: center;
  justify-content: -webkit-center;
  align-items: flex-start;
  align-items: -webkit-flex-start;
  align-content: space-between;
  align-content: -webkit-space-between;
  text-align: center;
}
@media only screen and (max-width:768px) {
  body .portfolio-top {
    display: none;
  }
}
body .portfolio-top p {
  font-size: 20px;
  margin-top: 8px;
  letter-spacing: 0;
}
body .portfolio-wrap {
  transition: all ease-out 0.2s;
}
body .portfolio-wrap a {
  display: inline-block;
  width: 168px;
  height: 120px;
  padding-top: 20px;
  color: #FFE900;
}
body .portfolio-list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-direction: -webkit-row;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: flex-start;
  justify-content: -webkit-flex-start;
  align-items: flex-start;
  align-items: -webkit-flex-start;
  align-content: flex-start;
  align-content: -webkit-flex-start;
  line-height: 1.75;
}
body .portfolio-list a:hover {
  opacity: 0.9;
}
body .portfolio-list .portfolio-hero {
  display: block;
}
body .portfolio-list .full {
  flex-basis: 100%;
}
body .portfolio-list .half {
  flex-basis: 50%;
}
@media only screen and (max-width:768px) {
  body .portfolio-list .half {
    flex-basis: 100%;
  }
}
body .portfolio-list .portfolio-container {
  display: block;
  height: 640px;
  margin: 0 auto;
  padding: 112px 64px;
}
@media only screen and (max-width:768px) {
  body .portfolio-list .portfolio-container {
    height: 480px;
    padding: 3rem 1.5rem;
  }
}
body .portfolio-list .portfolio-container .portfolio-tag {
  display: block;
  position: relative;
  margin-bottom: 6px;
  font-family: "Futura";
  font-weight: 500;
  font-size: 1.4em;
  color: #ffffff;
}
@media only screen and (max-width:768px) {
  body .portfolio-list .portfolio-container .portfolio-tag {
    font-size: 1.2em;
  }
}
body .portfolio-list .portfolio-container .portfolio-tag:after {
  position: absolute;
  border-top: 1px solid #5fff3b;
  content: "";
  display: block; /* for IE */
  width: 40px;
  margin-top: 4px;
}
body .portfolio-list .portfolio-container .portfolio-list-title {
  line-height: 1.6;
}
body .portfolio-list .portfolio-container .portfolio-list-title h1 {
  font-size: 2.6em;
  color: #ffffff;
  letter-spacing: 0em;
}
@media only screen and (max-width:768px) {
  body .portfolio-list .portfolio-container .portfolio-list-title h1 {
    font-size: 1.8em;
    line-height: 2;
  }
}
body .portfolio-list .portfolio-container .portfolio-list-comingsoon {
  padding-top: 120px;
  text-align: center;
  color: #ffffff;
  font-size: 3.2em;
  font-weight: 300;
}
body .portfolio-list .cupertino_university_type {
  position: relative;
  background-color: #111111;
}
body .portfolio-list .cupertino_university_type .portfolio-list-title h1 {
  color: #ffffff;
}
body .portfolio-list .cupertino_university_type .portfolio-tag {
  color: #ffffff;
}
body .portfolio-list .cupertino_university_type img {
  position: absolute;
  width: 360px;
  top: 50%;
  left: 50%;
  margin-top: 56px;
  margin-left: -180px;
}
@media only screen and (max-width:768px) {
  body .portfolio-list .cupertino_university_type img {
    width: 200px;
    margin-top: 96px;
    margin-left: -100px;
  }
}
body .portfolio-list .cupertino_university_alt {
  position: relative;
  background-color: #000000;
}
body .portfolio-list .cupertino_university_alt .portfolio-list-title h1 {
  color: #ffffff;
}
body .portfolio-list .cupertino_university_alt .portfolio-tag {
  color: #ffffff;
}
body .portfolio-list .cupertino_university_alt img {
  position: absolute;
  width: 480px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -240px;
}
@media only screen and (max-width:768px) {
  body .portfolio-list .cupertino_university_alt img {
    width: 240px;
    margin-top: -16px;
    margin-left: -120px;
  }
}
body .portfolio-detail-hero {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  z-index: -1;
  padding: 106px 64px;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-hero {
    padding: 6rem 1.5rem;
  }
}
body .portfolio-detail-hero .portfolio-tag {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-family: "Futura";
  font-weight: 500;
  font-size: 1.8em;
  color: #ffffff;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-hero .portfolio-tag {
    font-size: 1.2em;
  }
}
body .portfolio-detail-hero .portfolio-tag:after {
  position: absolute;
  border-top: 1px solid #ffe900;
  content: "";
  display: block; /* for IE */
  width: 40px;
  margin-top: 8px;
}
body .portfolio-detail-hero .portfolio-detail-title {
  line-height: 2;
}
body .portfolio-detail-hero .portfolio-detail-title h1 {
  font-size: 3.2em;
  color: #ffffff;
  letter-spacing: 0;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-hero .portfolio-detail-title h1 {
    font-size: 2em;
    line-height: 2;
  }
}
body .portfolio-detail-wrap {
  z-index: 0;
  width: 100%;
  margin-top: 100vh;
  padding: 100px 64px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  background-color: #ffffff;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap {
    padding: 3rem 1.5rem;
  }
}
body .portfolio-detail-wrap a {
  color: #5fa7b6;
}
body .portfolio-detail-wrap a:hover {
  opacity: 0.9;
}
body .portfolio-detail-wrap p {
  margin-top: 16px;
  font-size: 1.5em;
  font-weight: 400;
  color: #999999;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap p {
    margin-top: 1em;
  }
}
body .portfolio-detail-wrap p .tag {
  color: #333333;
  font-weight: 500;
}
body .portfolio-detail-wrap h2 {
  font-size: 2.4em;
  letter-spacing: 0;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap h2 {
    line-height: 1.4;
  }
}
body .portfolio-detail-wrap .link-material {
  font-size: 1.8em;
  color: #5fa7b6;
}
body .portfolio-detail-wrap .portfolio-items {
  margin-bottom: 12px;
  overflow: hidden;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .portfolio-items {
    margin-bottom: 1.5rem;
  }
}
body .portfolio-detail-wrap .portfolio-items img {
  display: block;
  width: 100%;
  height: auto;
}
body .portfolio-detail-wrap .portfolio-items .vimeo {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
body .portfolio-detail-wrap .portfolio-items .vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .portfolio-detail-wrap .full {
  flex-basis: 100%;
  border-radius: 24px;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .full {
    border-radius: 12px;
  }
}
body .portfolio-detail-wrap .full .emphasis {
  max-width: 50%;
  margin-left: 80px;
  padding: 88px 0 0 0;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .full .emphasis {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
body .portfolio-detail-wrap .full .emphasis h2 {
  font-size: 4.8em;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .full .emphasis h2 {
    font-size: 2.4em;
  }
}
body .portfolio-detail-wrap .full .emphasis p {
  font-size: 2.4em;
  color: #999999;
  /* --- for Japanese text --- */
  letter-spacing: 0.05em;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .full .emphasis p {
    font-size: 1.5em;
  }
}
body .portfolio-detail-wrap .three-quarter {
  flex-basis: calc(75% - 6px);
  border-radius: 24px;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .three-quarter {
    flex-basis: 100%;
    border-radius: 12px;
  }
}
body .portfolio-detail-wrap .half {
  flex-basis: calc(50% - 6px);
  border-radius: 24px;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .half {
    flex-basis: 100%;
    border-radius: 12px;
  }
}
body .portfolio-detail-wrap .half .left {
  max-width: 80%;
  margin-left: 80px;
  padding: 25% 0 10%;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .half .left {
    max-width: 100%;
    margin: 0;
    padding: 4.5rem 0 0;
  }
}
body .portfolio-detail-wrap .half .right {
  max-width: 80%;
  margin: 0 auto;
  padding: 20% 0 20%;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .half .right {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
body .portfolio-detail-wrap .quarter {
  flex-basis: calc(25% - 6px);
  border-radius: 24px;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .quarter {
    flex-basis: 100%;
    border-radius: 12px;
  }
}
body .portfolio-detail-wrap .info {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-direction: -webkit-row;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  justify-content: -webkit-space-between;
  align-items: flex-start;
  align-items: -webkit-flex-start;
  align-content: flex-start;
  align-content: -webkit-flex-start;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .info {
    margin-bottom: 3rem;
  }
}
body .portfolio-detail-wrap .info .full {
  flex-basis: 100%;
}
body .portfolio-detail-wrap .info .three-quarter {
  flex-basis: calc(75% - 32px);
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .info .three-quarter {
    flex-basis: 100%;
  }
}
body .portfolio-detail-wrap .info .half {
  flex-basis: calc(50% - 32px);
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .info .half {
    flex-basis: 100%;
  }
}
body .portfolio-detail-wrap .info .quarter {
  flex-basis: calc(25% - 32px);
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .info .quarter {
    flex-basis: 100%;
  }
}
body .portfolio-detail-wrap .next {
  margin-top: 6rem;
}
body .portfolio-detail-wrap .portfolio-end {
  display: block;
  margin: 88px auto 0;
}
@media only screen and (max-width:768px) {
  body .portfolio-detail-wrap .portfolio-end {
    margin: 1.5rem auto 0;
  }
}
body .portfolio-detail-wrap .portfolio-end .end-logo-svg {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
body .portfolio-detail-wrap .portfolio-end .end-logo-svg .end-logo-svg-path {
  fill: #eeeeee;
}
body .seealso {
  z-index: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-direction: -webkit-row;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  align-items: -webkit-flex-start;
  align-content: flex-start;
  align-content: -webkit-flex-start;
  background-color: #ffffff;
}
body .seealso a:hover {
  opacity: 0.9;
}
body .seealso .half {
  flex-basis: 50%;
  height: auto;
}
@media only screen and (max-width:768px) {
  body .seealso .half {
    flex-basis: 100%;
  }
}
body .seealso .portfolio-container {
  display: block;
  height: 400px;
  margin: 0 auto;
  padding: 32px 64px;
}
@media only screen and (max-width:768px) {
  body .seealso .portfolio-container {
    padding: 1.5rem;
    height: 280px;
  }
}
body .seealso .portfolio-container .portfolio-tag {
  display: block;
  position: relative;
  margin-bottom: 6px;
  font-family: "Futura";
  font-weight: 500;
  font-size: 1.4em;
  color: #ffffff;
}
@media only screen and (max-width:768px) {
  body .seealso .portfolio-container .portfolio-tag {
    font-size: 1.2em;
  }
}
body .seealso .portfolio-container .portfolio-tag:after {
  position: absolute;
  border-top: 1px solid #ffe900;
  content: "";
  display: block; /* for IE */
  width: 40px;
  margin-top: 4px;
}
body .seealso .portfolio-container .portfolio-list-title {
  line-height: 1.6;
}
body .seealso .portfolio-container .portfolio-list-title h1 {
  font-size: 2.6em;
  color: #ffffff;
  letter-spacing: 0;
}
@media only screen and (max-width:768px) {
  body .seealso .portfolio-container .portfolio-list-title h1 {
    font-size: 1.8em;
    line-height: 1.4;
    padding-top: 0.3rem;
  }
}
body footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto;
  padding: 100px 64px 96px;
  line-height: 1;
  background-color: #000000;
}
@media only screen and (max-width:768px) {
  body footer {
    padding: 3rem 1.5rem;
  }
}
body footer .footer-left {
  flex-basis: 33%;
  -webkit-flex-basis: 33%;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: 0.02em;
}
@media only screen and (max-width:768px) {
  body footer .footer-left {
    flex-basis: 75%;
    -webkit-flex-basis: 75%;
    font-size: 1.2em;
  }
}
body footer .footer-left li {
  margin-bottom: 16px;
}
body footer .footer-left li a {
  position: relative;
}
body footer .footer-left li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #666666;
  transition: all ease-out 0.3s;
}
body footer .footer-left li a:not(.inactive):hover:before {
  width: 100%;
}
body footer .footer-left .footer-categories-index {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #999999;
  padding-bottom: 16px;
  overflow: hidden;
}
body footer .footer-left .footer-categories-index:after {
  border-top: 1px solid #d9d9d9;
  content: "";
  display: block; /* for IE */
  width: 132px;
  margin-left: 0.5em;
}
body footer .footer-left .portfolio:after {
  width: 202px;
}
@media only screen and (max-width:768px) {
  body footer .footer-left .portfolio:after {
    width: 20vw;
  }
}
body footer .footer-left .footer-categories li {
  display: inline-block;
  margin-right: 6px;
}
body footer .footer-center {
  flex-basis: 33%;
  -webkit-flex-basis: 33%;
  text-align: center;
  letter-spacing: 0;
  color: #d9d9d9;
}
@media only screen and (max-width:768px) {
  body footer .footer-center {
    display: none;
  }
}
body footer .footer-center .logo-footer a {
  color: #d9d9d9;
  font-weight: 300;
  font-size: 4.8em;
  font-family: Avenir;
}
body footer .footer-center .logo-footer a .logo-bold {
  font-weight: 600;
}
body footer .footer-center .artwork-footer img {
  display: block;
  margin: 30px auto 0;
}
body footer .footer-center .copyright-wrap {
  margin-top: 4px;
}
body footer .footer-center .copyright-wrap img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
body footer .footer-center .copyright-wrap p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 0;
  letter-spacing: 0.02em;
}
body footer .footer-right {
  flex-basis: 33%;
  text-align: right;
  font-size: 1.6em;
  letter-spacing: 0.02em;
}
@media only screen and (max-width:768px) {
  body footer .footer-right {
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    font-size: 1.2em;
  }
}
body footer .footer-right li {
  margin-bottom: 16px;
}
body footer .footer-right li a {
  position: relative;
}
body footer .footer-right li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #666666;
  transition: all ease-out 0.3s;
}
body footer .footer-right li a:not(.inactive):hover:before {
  width: 100%;
}
body .footer-sp {
  display: none;
}
@media only screen and (max-width:768px) {
  body .footer-sp {
    display: block;
    text-align: center;
    letter-spacing: 0;
    color: #d9d9d9;
    margin: 0 auto;
    line-height: 1;
    background-color: #000000;
    padding: 0 1.5rem 3rem;
  }
  body .footer-sp .logo-footer {
    display: none;
  }
  body .footer-sp .logo-footer a {
    color: #d9d9d9;
    font-weight: 300;
    font-size: 4.8em;
    font-family: Avenir;
  }
  body .footer-sp .logo-footer a .logo-bold {
    font-weight: 600;
  }
  body .footer-sp .artwork-footer img {
    display: block;
    margin: 0 auto;
  }
  body .footer-sp .copyright-wrap {
    margin-top: 4px;
  }
  body .footer-sp .copyright-wrap img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  body .footer-sp .copyright-wrap p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 0;
    letter-spacing: 0.02em;
  }
}
