/* ==========================================================================
Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  border: 1px solid #222;
  background: #fff;
  width: 1em;
  height: 1em;
  display: inline-block;
  box-sizing: border-box;
}
input[type=checkbox]:checked {
  background: #222;
}

/* Base
	----------------------------------------------------------------- */
html {
  background: #383838;
  overflow-x: hidden;
}

body {
  color: #222222;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 820px) {
  body {
    font-size: 14px;
  }
}
body:after {
  display: block;
  content: "";
  background: #222222;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10000;
  transition: left 0.4s cubic-bezier(0.75, 0.01, 0.31, 1), top 0s 0.4s;
}
body.is-onload:after {
  left: 100%;
  top: -100%;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
  transition: opacity 0.4s;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  transition: opacity 0s;
  opacity: 0.7;
}

strong, em {
  font-weight: 500;
}

/* ==========================================================================
	Layout
========================================================================== */
/* header --------- */
.header {
  color: #FFFFFF;
  width: 100%;
  z-index: 1000;
  position: fixed;
}
.header svg path {
  transition: fill 0.4s, stroke 0.4s;
}
.header.ext-alt svg path {
  fill: #222222;
}
@media screen and (min-width: 1120px) {
  .header.is-rolldown {
    transition: transform 0.2s;
    transform: translate(0, -100%);
  }
  .header.is-rollup {
    transform: translate(0, 0);
    transition: transform 0.4s;
  }
  .header.ext-alt {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .header.ext-alt.is-rollup {
    transform: translate(0, 0);
    transition: transform 0.4s;
  }
}
.header.is-active svg path {
  fill: #FFFFFF;
}
.header.is-active img {
  width: 14px;
  height: auto;
}
.header__logo {
  z-index: 1007;
  position: relative;
  margin-top: 23px;
}
.header__logo a:hover {
  opacity: 1;
}
.header__logo svg {
  shape-rendering: geometricPrecision;
  transform: translate(0.6px, 0);
}
@media screen and (max-width: 1120px) {
  .header__logo {
    max-width: 200px;
    margin-top: 3px;
  }
  .header__logo svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .header__logo {
    max-width: 164px;
  }
}
.header__spmenu:hover {
  opacity: 1;
}
@media screen and (min-width: 1120px) {
  .header__spmenu {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .header__spmenu {
    z-index: 1010;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-indent: -10000px;
    border: none;
    outline: none;
    background: #FFFFFF;
    transition: background-color 0.4s;
  }
  .header__spmenu::before, .header__spmenu::after {
    content: "";
    display: block;
    height: 2px;
    width: 32px;
    background: #222222;
    position: absolute;
    top: 50%;
    left: 8px;
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.75, 0.01, 0.31, 1), background-color 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
  }
  .header__spmenu::before {
    transform: translate(0, -6px);
  }
  .header__spmenu::after {
    transform: translate(0, 6px);
  }
  .is-active .header__spmenu::before {
    transform: translate(0, 0) rotate(225deg);
  }
  .is-active .header__spmenu::after {
    transform: translate(0, 0) rotate(-225deg);
  }
  .is-active .header__spmenu, .ext-alt .header__spmenu {
    background: #222222;
  }
  .is-active .header__spmenu::before, .ext-alt .header__spmenu::before {
    background: #FFFFFF;
  }
  .is-active .header__spmenu::after, .ext-alt .header__spmenu::after {
    background: #FFFFFF;
  }
}
.header nav {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1120px) {
  .header nav {
    z-index: 1005;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    padding-bottom: 56px;
    box-sizing: border-box;
    background: #222222;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
    transform: translate(100%, 0);
  }
  .header nav.is-active {
    transform: translate(0, 0);
  }
}
.header a {
  color: #FFFFFF;
}
.header__inner {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 20px 12px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1120px) {
  .header__inner {
    padding: 8px 16px;
    align-items: center;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 17px;
}
.header__nav li + li {
  margin-left: 24px;
}
.header__nav li a {
  white-space: nowrap;
  transition: color 0.4s, opacity 0.4s;
}
.header__nav li a:hover {
  transition: color 0.4s;
}
@media screen and (max-width: 1120px) {
  .header__nav {
    margin-top: 104px;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 24px;
  }
  .header__nav li {
    font-size: 20px;
    opacity: 0;
    transform: translate(20px, 0);
    transition: opacity 0.4s, transform 0.4s;
  }
  .header__nav li + li {
    margin-left: 0;
    margin-top: 24px;
  }
  .is-active .header__nav li {
    transform: none;
    opacity: 1;
  }
  .is-active .header__nav li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .is-active .header__nav li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .is-active .header__nav li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .is-active .header__nav li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .is-active .header__nav li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .is-active .header__nav li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .is-active .header__nav li:nth-child(7) {
    transition-delay: 0.7s;
  }
  .is-active .header__nav li:nth-child(8) {
    transition-delay: 0.8s;
  }
}
@media screen and (min-width: 1120px) {
  .ext-alt .header__nav a {
    color: #222222;
  }
}
.header__subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1120px) {
  .header__subnav {
    justify-content: center;
    margin-top: 56px;
    width: 100%;
    padding: 0 24px;
    font-size: 14px;
  }
}
.header__subnav > li {
  border: 1px solid #FFFFFF;
  border-left: 0;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .header__subnav > li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.header__subnav > li > a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 24px;
  padding: 0 8px;
  box-sizing: border-box;
}
.header__subnav > li > a:hover {
  transition: color 0.4s;
}
.header__subnav > li > a img, .header__subnav > li > a svg {
  margin-right: 4px;
}
.header__subnav > li > a img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 1120px) {
  .header__subnav > li > a {
    width: 100%;
    justify-content: center;
    line-height: 2;
  }
}
.header__subnav > li:first-child {
  border-left: 1px solid #FFFFFF;
}
@media screen and (min-width: 1120px) {
  .ext-alt .header__subnav > li {
    border: 1px solid #222222;
    border-left: 0;
  }
  .ext-alt .header__subnav > li > a {
    color: #222222;
    transition: color 0.4s, opacity 0.4s;
  }
  .ext-alt .header__subnav > li:first-child {
    border-left: 1px solid #222222;
  }
}
.header__pulldown {
  position: absolute;
  top: 100%;
  right: -1px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #FFFFFF;
  padding: 8px;
  min-width: 80px;
  display: none;
}
@media screen and (max-width: 1120px) {
  .header__pulldown {
    top: auto;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
}
.header__pulldown > li a {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.header__pulldown > li a img {
  margin-right: 8px;
  border: 1px solid transparent;
}
.header__pulldown > li + li {
  margin-top: 4px;
}
@media screen and (min-width: 1120px) {
  .ext-alt .header__pulldown {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #222222;
  }
  .ext-alt .header__pulldown a {
    color: #222222;
  }
}

/* content --------- */
.content {
  background: #FFFFFF;
}
.content__inner {
  background: #FFFFFF;
  max-width: 936px;
  margin: 0 auto;
  padding: 56px 24px 104px;
  margin-top: -97px;
  min-height: 97px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .content__inner {
    margin-top: 0;
    padding: 56px 16px 104px;
  }
}
.content__inner::before, .content__inner::after {
  content: "";
  background: #FFFFFF;
  display: block;
  height: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  z-index: 1;
}
.content__inner::before {
  top: 97px;
  left: -50vw;
}
.content__inner::after {
  right: -50vw;
}

/* footer --------- */
.footer {
  position: relative;
  z-index: 4;
}
.footer__inner {
  width: 100%;
  max-width: 936px;
  margin: 0 auto;
}
.footer__contact {
  background: #fafafa;
  position: relative;
  padding: 0 24px;
  box-sizing: border-box;
}
.footer__contact .footer__inner {
  position: relative;
  z-index: 3;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .footer__contact .footer__inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    box-sizing: border-box;
    max-width: 456px;
  }
  .footer__contact .footer__inner > * {
    width: 100%;
    box-sizing: border-box;
  }
}
.footer__contactTitle {
  width: 100%;
  font-size: 48px;
  font-family: "Vollkorn", serif;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.footer__contactTitle span {
  line-height: 1;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
html[lang=en] .footer__contactTitle span {
  display: none;
}
@media screen and (max-width: 820px) {
  .footer__contactTitle {
    font-size: 32px;
  }
}
.footer__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/asset_renew/img/bg-contact.svg) repeat center center;
}
.footer__contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: calc(100% - 40px);
  z-index: 1;
  background: #FFFFFF;
}
.footer__contactDescription {
  max-width: calc(50% - 12px);
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 820px) {
  .footer__contactDescription {
    max-width: 100%;
  }
}
.footer__contactLink {
  margin-top: 24px;
}
.footer__contactList {
  max-width: calc(50% - 12px);
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 820px) {
  .footer__contactList {
    max-width: 100%;
    margin-top: 40px;
  }
}
.footer__contactList li + li {
  margin-top: 24px;
}
@media screen and (max-width: 820px) {
  .footer__contactList li + li {
    margin-top: 16px;
  }
}
.footer__contactList li > span {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 6px;
  text-align: center;
  display: block;
  width: 100%;
}
.footer__contactList li > span a {
  text-decoration: underline;
}
.footer__body {
  background: #222222;
  color: #FFFFFF;
}
@media screen and (min-width: 821px) {
  .footer__body {
    padding: 0 24px;
  }
}
.footer__body .footer__inner {
  display: flex;
  align-items: center;
}
.footer__body .footer__inner a {
  color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .footer__body .footer__inner {
    flex-wrap: wrap;
  }
}
.footer__logo {
  padding-right: 40px;
  box-sizing: border-box;
}
.footer__logo a:hover {
  opacity: 1;
}
.footer__logo img {
  max-width: 168px;
  height: auto;
  shape-rendering: geometricPrecision;
  transform: translate(0.6px, 0);
}
@media screen and (max-width: 820px) {
  .footer__logo {
    width: 100%;
    padding: 24px 16px;
    text-align: center;
  }
}
.footer__nav {
  border-left: 1px solid #3f3f3f;
  padding-left: 24px;
  font-size: 14px;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 196px;
  box-sizing: border-box;
}
.footer__nav li + li {
  margin-top: 16px;
}
@media screen and (max-width: 820px) {
  .footer__nav {
    padding-left: 0;
    max-width: 50%;
    border: none;
    font-size: 12px;
  }
  .footer__nav li {
    border: 1px solid #3f3f3f;
    border-left: 0;
    border-bottom: 0;
  }
  .footer__nav li a {
    display: block;
    text-align: center;
    padding: 8px 16px;
  }
  .footer__nav li + li {
    margin-top: 0;
  }
  .footer__nav + .footer__nav {
    border-right: 0;
  }
}
.footer__relation {
  background: #2C2C2C;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 288px;
  min-height: 180px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-weight: 500;
}
.ie .footer__relation {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__relation ul {
  margin-top: 16px;
}
.footer__relation ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 820px) {
  .footer__relation {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 24px 16px;
  }
  .footer__relation ul li + li {
    margin-top: 16px;
  }
}
.footer__copy {
  background: #383838;
  text-align: center;
  height: 32px;
  font-size: 10px;
  line-height: 32px;
  margin: 0 -24px;
}

/* ==========================================================================
	Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/* Component ============== */
.section + .section {
  margin-top: 100px;
}
.page-top .section + .section {
  margin-top: 144px;
}
.section__title {
  font-size: 48px;
  font-family: "Vollkorn", serif;
  line-height: 1;
}
.section__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  display: block;
}
html[lang=en] .section__title span {
  display: none;
}
@media screen and (max-width: 820px) {
  .section + .section {
    margin-top: 80px;
  }
  .section__title {
    font-size: 32px;
  }
}

.keyvisual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 480px;
  position: relative;
  z-index: 1;
  background-color: #000;
}
.keyvisual > span {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.keyvisual:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  z-index: 2;
  background: #000000;
}
@media screen and (max-width: 820px) {
  .keyvisual {
    height: 280px;
  }
  .keyvisual > span, .keyvisual:after {
    height: 280px;
  }
}
.keyvisual.ext-top {
  height: 100vh;
}
.keyvisual.ext-top > span {
  display: none;
}
.keyvisual.ext-top:after {
  opacity: 0.2;
  height: 100vh;
}
.keyvisual.ext-service > span {
  background-image: url(/asset_renew/img/img-keyvisual_service.jpg);
}
.keyvisual.ext-service:after {
  opacity: 0.4;
}
.keyvisual.ext-aboutus > span {
  background-image: url(/asset_renew/img/img-keyvisual_aboutus.jpg);
}
.keyvisual.ext-aboutus:after {
  opacity: 0.55;
}
.keyvisual.ext-news > span {
  background-image: url(/asset_renew/img/img-keyvisual_news.jpg);
}
.keyvisual.ext-news:after {
  opacity: 0.4;
}
.keyvisual.ext-staff > span {
  background-image: url(/asset_renew/img/img-keyvisual_staff.jpg);
}
.keyvisual.ext-staff:after {
  opacity: 0.2;
}
.keyvisual.ext-works > span {
  background-image: url(/asset_renew/img/img-keyvisual_works.jpg);
}
.keyvisual.ext-works:after {
  opacity: 0.2;
}
.keyvisual.ext-studio > span {
  background-image: url(/asset_renew/img/img-keyvisual_studio.jpg);
}
.keyvisual.ext-studio:after {
  opacity: 0.2;
}
.keyvisual.ext-recruit > span {
  background-image: url(/asset_renew/img/img-keyvisual_recruit.jpg);
}
.keyvisual.ext-recruit:after {
  opacity: 0.4;
}
.keyvisual.ext-faq > span {
  background-image: url(/asset_renew/img/img-keyvisual_faq.jpg);
}
.keyvisual.ext-faq:after {
  opacity: 0.4;
}
.keyvisual.ext-special > span {
  background-image: url(/asset_renew/img/img-keyvisual_special.jpg);
}
.keyvisual.ext-special:after {
  opacity: 0.4;
}
.keyvisual__inner {
  width: calc(100% - 48px);
  max-width: 936px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .keyvisual__inner {
    width: calc(100% - 32px);
  }
}
.ext-top .keyvisual__inner {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.keyvisual__movie {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.keyvisual__movie > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.keyvisual__scroll {
  display: inline-block;
  font-family: "Vollkorn", serif;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s 1.5s;
}
.is-animated .keyvisual__scroll {
  opacity: 1;
}
.keyvisual__scroll:after {
  content: "SCROLL";
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 0;
  margin-right: 8px;
  top: 0%;
}
@media screen and (max-width: 820px) {
  .keyvisual__scroll {
    font-size: 11px;
  }
}
.keyvisual__scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0%;
  background: #FFFFFF;
  animation: scroll 3s infinite;
}
.keyvisual__title {
  position: relative;
  color: #FFFFFF;
  background: #222222;
  box-sizing: border-box;
  padding: 0 24px 0 0;
  height: 96px;
  line-height: 96px;
  display: inline-block;
  align-items: center;
  font-family: "Vollkorn", serif;
  font-size: 42px;
  transform: translate(-100vw, 0);
  transition: transform 0.8s cubic-bezier(0.75, 0.01, 0.31, 1);
}
.keyvisual__title span, .keyvisual__title strong {
  position: relative;
  z-index: 2;
  transform: translate(-20px, 0);
  opacity: 0;
  transition: transform 0.4s 1s, opacity 1s 1s;
}
.keyvisual__title strong {
  display: inline-block;
}
.keyvisual__title strong + span {
  transition-delay: 1.1s;
}
.keyvisual__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
}
html[lang=en] body:not([id=top]) .keyvisual__title span {
  display: none;
}
.keyvisual__title:after {
  content: "";
  height: 100%;
  background: #222222;
  position: absolute;
  width: 50vw;
  left: -50vw;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .keyvisual__title {
    max-width: calc(100vw - 48px);
    font-size: 32px;
    height: 56px;
    line-height: 56px;
  }
  .ext-service .keyvisual__title, .ext-faq .keyvisual__title, .ext-studio .keyvisual__title, .ext-special .keyvisual__title {
    padding: 24px 16px 24px 0;
    height: auto;
    line-height: 1.125;
  }
  .ext-service .keyvisual__title span, .ext-faq .keyvisual__title span, .ext-studio .keyvisual__title span, .ext-special .keyvisual__title span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}
.ext-top .keyvisual__title {
  line-height: 1.125;
  height: auto;
  padding: 32px 24px 32px 0;
  background: rgba(0, 0, 0, 0.7);
}
.ext-top .keyvisual__title::after {
  background: rgba(0, 0, 0, 0.7);
}
.ext-top .keyvisual__title span {
  margin-left: 0;
  margin-right: 16px;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .ext-top .keyvisual__title {
    padding: 16px 16px 16px 0;
    max-width: calc(100vw - 72px);
  }
}
.ext-top .keyvisual__title span {
  font-family: "Vollkorn", serif;
  opacity: 0;
  font-size: 68px;
}
@media screen and (max-width: 820px) {
  .ext-top .keyvisual__title span {
    font-size: 46px;
  }
}
.ext-top .keyvisual__title span:nth-child(3) {
  transition-delay: 1.1s;
}
.ext-top .keyvisual__title span:nth-child(4) {
  transition-delay: 1.2s;
}
.ext-top .keyvisual__title span:nth-child(5) {
  transition-delay: 1.3s;
}
.is-animated .keyvisual__title {
  transform: none;
}
.is-animated .keyvisual__title span,
.is-animated .keyvisual__title strong {
  opacity: 1;
  transform: none;
}

.plist {
  background: #EFEFEF;
  font-size: 12px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -18px;
  line-height: 3;
  padding: 0 24px;
  white-space: nowrap;
  overflow-x: hidden;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .plist {
    padding: 0 16px;
    max-width: calc(100% - 16px);
  }
}
.plist li {
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
}
.plist li:before {
  content: ">";
  margin-left: 8px;
  margin-right: 8px;
}
.plist li:first-child::before {
  display: none;
}
.plist li:last-child {
  flex-shrink: 1;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.link {
  display: inline-block;
  border-bottom: 1px solid #222222;
  font-size: 16px;
  padding-bottom: 14px;
  font-weight: 500;
  min-width: 168px;
  position: relative;
  padding-right: 22px;
  box-sizing: border-box;
  line-height: 1.1;
}
.link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 2px;
  transition: transform 0.4s;
}
.link:hover::after {
  transform: rotate(180deg);
}
.link.ext-white {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.link.ext-white::after {
  background: url(/asset_renew/img/icn-knob_w.svg) no-repeat center center;
}
@media screen and (max-width: 820px) {
  .link {
    font-size: 14px;
  }
}

.button {
  background: #222222;
  color: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  min-width: 168px;
  text-align: center;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
}
.button:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/asset_renew/img/icn-knob_w.svg) no-repeat center center;
  margin-left: 8px;
  transition: transform 0.4s;
}
.button:hover::after {
  transform: rotate(180deg);
}
.button.ext-large {
  width: 100%;
  max-width: 360px;
  height: 72px;
  line-height: 72px;
  padding: 0 24px;
  justify-content: center;
}
.button.ext-large.ext-thin {
  max-width: 352px;
}
.button.ext-thin {
  height: 56px;
  line-height: 56px;
}
.button.ext-image {
  align-items: center;
  width: 100%;
  background: #222222;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  line-height: auto;
  height: auto;
  padding: 0;
}
.button.ext-image::after {
  display: none;
}
.button.ext-image span {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-block;
  text-align: center;
  padding: 16px;
}
.button.ext-image span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url(/asset_renew/img/icn-knob_w.svg) no-repeat center center;
  transition: transform 0.4s;
}
@media screen and (max-width: 820px) {
  .button.ext-image span {
    padding: 8px 16px;
  }
}
.button.ext-image:hover span::after {
  transform: rotate(180deg);
}
.button.ext-image img {
  max-width: 100%;
  height: auto;
  flex-shrink: 1;
}
@media screen and (max-width: 820px) {
  .button.ext-image img {
    width: 30%;
  }
}

table {
  width: 100%;
}
table th, table td {
  position: relative;
  padding: 24px 0;
}
table th:after, table td:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 12px);
  background: #e3e3e3;
  bottom: 0;
}
table th {
  text-align: center;
  font-weight: 500;
  width: 264px;
  padding-right: 12px;
  vertical-align: middle;
}
table th:after {
  left: 0;
}
@media screen and (max-width: 820px) {
  table th {
    width: 30%;
    font-size: 14px;
    vertical-align: top;
    padding-right: 8px;
  }
}
table td {
  text-align: left;
  font-size: 14px;
  padding-left: 12px;
}
table td:after {
  left: 12px;
}
@media screen and (max-width: 820px) {
  table td {
    padding-left: 8px;
    font-size: 12px;
  }
}
table tr:first-child th:before, table tr:first-child td:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 12px);
  background: #e3e3e3;
  top: 0;
}
table tr:first-child th:before {
  left: 0;
  background: #e3e3e3;
}
table tr:first-child td:before {
  left: 12px;
}

.select {
  cursor: pointer;
  min-width: 176px;
  position: relative;
}
.select select {
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #222222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center;
  transition: transform 0.4s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  pointer-events: none;
}
.select:hover::after {
  transform: rotate(180deg);
}

.pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a, .pagination span {
  font-weight: 500;
  font-size: 16px;
  width: 34px;
  height: 34px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  box-sizing: border-box;
  order: 2;
}
.pagination a.is-show, .pagination a.is-active, .pagination span.is-show, .pagination span.is-active {
  display: flex;
}
.pagination a + a,
.pagination a + span, .pagination span + a,
.pagination span + span {
  margin-left: 24px;
}
.pagination a.pagination__prev, .pagination a.pagination__next, .pagination a.pagination__forward, .pagination a.pagination__backward, .pagination span.pagination__prev, .pagination span.pagination__next, .pagination span.pagination__forward, .pagination span.pagination__backward {
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
}
.pagination a.pagination__backward, .pagination span.pagination__backward {
  order: 1;
  margin-left: 0;
}
.pagination a.pagination__backward + .is-active, .pagination span.pagination__backward + .is-active {
  margin-left: 0;
}
.pagination a.pagination__forward, .pagination span.pagination__forward {
  order: 3;
  margin-left: 24px;
  margin-right: 0;
}
.pagination a.pagination__next img, .pagination a.pagination__forward img, .pagination span.pagination__next img, .pagination span.pagination__forward img {
  transform: rotate(180deg);
}
.pagination span {
  background: #FFFFFF;
  border: 1px solid #e3e3e3;
}
@media screen and (max-width: 820px) {
  .pagination a + a,
  .pagination a + span, .pagination span + a,
  .pagination span + span {
    margin-left: 16px;
  }
  .pagination a.pagination__prev, .pagination a.pagination__next, .pagination span.pagination__prev, .pagination span.pagination__next {
    display: none;
  }
  .pagination a.pagination__backward, .pagination span.pagination__backward {
    margin-right: 16px;
  }
  .pagination a.pagination__forward, .pagination span.pagination__forward {
    margin-left: 16px;
  }
}

.platform {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px;
}
.platform span {
  background: #222222;
  display: inline-block;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 4px;
}
@media screen and (max-width: 820px) {
  .platform span {
    margin-right: 4px;
    font-size: 10px;
  }
}

.sns {
  font-size: 12px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.sns a {
  margin-left: 16px;
}
.sns a + a {
  margin-left: 8px;
}
.sns a img {
  width: 32px;
  height: auto;
}

.filter {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #EFEFEF;
  padding: 24px;
  position: relative;
  flex-wrap: wrap;
}
.filter > div {
  display: flex;
  align-items: center;
}
.filter > div .select {
  margin-left: 24px;
}
.filter > div + div {
  margin-left: 48px;
}
.filter > form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.filter > form > div {
  display: flex;
  align-items: flex-start;
}
.filter > form > div.js-fiter_toggle_target {
  display: none;
}
.filter > form > div div {
  display: flex;
  align-items: center;
}
.filter > form > div div + div {
  margin-left: 2em;
}
.filter > form > div div strong {
  margin-top: 0;
  margin-right: 1em;
  align-self: center;
}
.filter > form > div div select {
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .filter > form > div {
    flex-direction: column;
  }
  .filter > form > div div + div {
    margin-left: 0;
    margin-top: 1.5em;
  }
  .filter > form > div div select {
    font-size: 14px;
  }
}
.filter > form label {
  margin-right: 1.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter > form strong {
  font-weight: 500;
  display: block;
  margin: 1.5em auto 0;
  align-self: flex-start;
  cursor: pointer;
}
.filter > form strong.js-filter_toggle {
  text-align: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.filter > form strong.js-filter_toggle:hover {
  opacity: 0.7;
}
.filter > form strong.js-filter_toggle::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center;
  margin-left: 1em;
  transition: transform 0.4s;
}
.filter > form strong.js-filter_toggle.is-active::after {
  transform: rotate(270deg);
}
.filter > form ul {
  width: 100%;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: flex-start;
}
.filter > form ul li {
  display: inline-block;
  line-height: 1.6;
}
.filter > form .button {
  font-size: 16px;
  margin: 2em auto 0;
  cursor: pointer;
  display: block;
}
.filter > form .button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 820px) {
  .filter > form .button {
    font-size: 14px;
  }
}
.filter:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #EFEFEF;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
}
@media screen and (max-width: 640px) {
  .filter {
    flex-direction: column;
    padding: 16px;
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
  .filter > div {
    justify-content: flex-end;
    width: 100%;
  }
  .filter > div + div {
    margin-left: 0;
    margin-top: 16px;
  }
  .filter > div span:first-child {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
  }
}

.no_result {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .no_result {
    height: 150px;
  }
}

.archive {
  border-top: 1px solid #efefef;
  padding-top: 80px;
  margin-top: 160px !important;
}
@media screen and (max-width: 820px) {
  .archive {
    padding-top: 60px;
    margin-top: 120px !important;
  }
}
.archive h3 {
  font-size: 32px;
  font-family: "Vollkorn", serif;
}
.archive h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2em;
}
.archive h4:first-child {
  margin-top: 0;
}
.archive ul {
  margin-top: 0.75em;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.8;
}
.archive ul li {
  margin-right: 1.5em;
}
.archive ul li a {
  text-decoration: underline;
}

.post .platform {
  margin-top: 8px;
}
.post__header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 821px) {
  .post__header {
    min-height: 144px;
    position: relative;
  }
  .post__header::before, .post__header::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(/asset_renew/img/bg-edge.svg) right top/contain;
    right: 0;
  }
  .post__header::before {
    top: 0;
  }
  .post__header::after {
    bottom: 0;
    transform: scale(1, -1);
  }
}
.post__header div {
  flex-grow: 1;
}
@media screen and (max-width: 820px) {
  .post__header {
    flex-direction: column;
  }
  .post__header div {
    margin-top: 16px;
    width: 100%;
  }
  .post__header.ext-news {
    flex-direction: column;
  }
}
.post__image {
  width: 216px;
  flex-shrink: 0;
  flex-grow: 0;
}
.post__image img {
  max-width: 100%;
  height: auto;
}
.post__image + div {
  margin-left: 24px;
}
@media screen and (max-width: 820px) {
  .post__image + div {
    margin-left: 0;
  }
}
.post__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .post__title {
    font-size: 24px;
  }
}
.post__subtitle {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
}
@media screen and (max-width: 820px) {
  .post__subtitle {
    font-size: 14px;
  }
}
.post__date {
  margin-top: 12px;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .post__date {
    font-size: 14px;
  }
}
.post__body {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 820px) {
  .post__body {
    display: block;
  }
}
.post__staff, .post__text {
  font-size: 16px;
  padding-top: 40px;
  border-top: 1px solid #e3e3e3;
}
.post__staff:first-child, .post__text:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.post__staff a, .post__text a {
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .post__staff, .post__text {
    font-size: 14px;
  }
}
.post__text {
  margin-top: 40px;
}
.post__text p + p {
  margin-top: 1em;
}
.post__text p a {
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
  margin: 0 4px;
}
.post__text p a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center/contain;
  transition: transform 0.4s;
  margin-left: 4px;
}
.post__text p a:hover::after {
  transform: rotate(180deg);
}
.post__text iframe {
  max-width: 100%;
}
.post__copy {
  padding-top: 40px;
  border-top: 1px solid #e3e3e3;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.333;
}
.post__main {
  flex-grow: 1;
  margin-right: 24px;
}
@media screen and (max-width: 820px) {
  .post__main {
    margin-right: 0;
  }
}
.post__side {
  width: 216px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 12px solid #EFEFEF;
  box-sizing: border-box;
  text-align: center;
  padding: 12px;
}
.post__side > * {
  margin-top: 40px;
}
.post__side > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .post__side {
    max-width: 320px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.post__side .button,
.post__side .link {
  width: 100%;
}
.post__side .link {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .post__side .link {
    max-width: 168px;
  }
}
.post__side .sns {
  text-align: center;
  justify-content: center;
}
.post__shop p {
  font-weight: 500;
  font-size: 16px;
}
.post__shop ul {
  margin-top: 16px;
}
.post__shop ul li + li {
  margin-top: 8px;
}

.icon__check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.icon__check {
  background: url(/asset_renew/img/icn-check.svg) no-repeat center center/cover;
  width: 13px;
  height: 13px;
  margin-top: -3px;
}

.tab__navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .tab__navigation {
    margin-bottom: 32px;
  }
}
.tab__navigation li {
  width: calc(50% - 5px);
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 820px) {
  .tab__navigation li {
    width: calc(50% - 3px);
  }
}
.tab__navigation li + li {
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .tab__navigation li + li {
    margin-left: 6px;
  }
}
.tab__navigation li a {
  width: 100%;
  font-weight: bold;
  background: #FFFFFF;
  color: #222222;
  padding: 0.5em 1em 0.8em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #222222;
  flex-direction: column;
  min-height: 40px;
  position: relative;
  font-family: "Vollkorn", serif;
  font-size: 18px;
}
@media screen and (max-width: 820px) {
  .tab__navigation li a {
    font-size: 14px;
    padding: 0.5em 0.5em 0.8em;
  }
}
.tab__navigation li a span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
.tab__navigation li a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center;
  transition: transform 0.4s;
  margin-top: 14px;
}
@media screen and (max-width: 820px) {
  .tab__navigation li a:after {
    margin-top: 8px;
  }
}
.tab__navigation li a:hover::after {
  transform: rotate(180deg);
}
.tab__navigation li a.is-active {
  background: #222222;
  color: #FFFFFF;
}
.tab__navigation li a.is-active:after {
  background: url(/asset_renew/img/icn-knob_w.svg) no-repeat center center;
  transform: rotate(180deg);
}
.tab__navigation li a.is-active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #222222;
}
.tab__navigation.ext-end {
  margin-top: 60px;
  margin-bottom: 0;
}
.tab__navigation.ext-end li a.is-active:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid #222222;
  bottom: auto;
  top: -20px;
}
.tab__content {
  display: none;
  opacity: 0;
  position: fixed;
}
.tab__content.is-active {
  position: static;
  display: block;
  animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
/* Project
----------------------------------------------------------------- */
.aboutTable th {
  vertical-align: top;
}

.access {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access > div {
  width: 38.4615384615%;
  flex-grow: 0;
  flex-shrink: 0;
}
.access > div + div {
  width: 58.9743589744%;
  flex-grow: 1;
  flex-shrink: 1;
}
.access__detail p {
  margin-top: 40px;
}
.access__detail p + p {
  margin-top: 16px;
}
@media screen and (max-width: 820px) {
  .access {
    display: block;
  }
  .access > div {
    width: 100%;
  }
  .access > div + div {
    width: 100%;
    margin-top: 32px;
  }
  .access iframe {
    height: 160px !important;
  }
}

.staffList {
  display: flex;
  flex-wrap: wrap;
}
.staffList li {
  max-width: 168px;
}
@media screen and (min-width: 821px) {
  .staffList li {
    width: calc((100% - 96px) / 5);
    margin-left: 24px;
  }
  .staffList li:nth-child(5n+1) {
    margin-left: 0;
  }
  .staffList li:nth-child(n+6) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 820px) {
  .staffList li {
    max-width: 100%;
  }
}
@media screen and (max-width: 820px) and (min-width: 600px) {
  .staffList li {
    width: calc((100% - 72px) / 3);
    margin-left: 24px;
  }
  .staffList li:nth-child(3n+1) {
    margin-left: 0;
  }
  .staffList li:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  .staffList li {
    width: calc(50% - 8px);
    margin-left: 16px;
  }
  .staffList li:nth-child(2n+1) {
    margin-left: 0;
  }
  .staffList li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.staffList li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.staffList__name {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  order: 2;
}
.staffList__division {
  margin-top: 0;
  display: block;
  font-size: 12px;
  order: 3;
  text-align: center;
}
.staffList__image {
  margin-top: 0;
  margin-bottom: 4px;
  display: block;
  width: 100%;
  order: 1;
}
.staffList__image img {
  width: 100%;
  height: auto;
}

.partnerTitle {
  text-align: center;
}
.partnerTitle h3 {
  position: relative;
  font-size: 48px;
  font-family: "Vollkorn", serif;
  padding: 36px 0;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .partnerTitle h3 {
    padding: 24px 0;
    font-size: 32px;
  }
}
.partnerTitle h3 span {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
html[lang=en] .partnerTitle h3 span {
  display: none;
}
@media screen and (max-width: 820px) {
  .partnerTitle h3 span {
    font-size: 12px;
    margin-top: 4px;
  }
}
.partnerTitle h3::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-wave.svg) repeat-x left center/contain;
  width: 100vw;
  height: 100%;
  opacity: 0.08;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 10;
}
.partnerTitle p {
  margin-top: 24px;
}
@media screen and (max-width: 820px) {
  .partnerTitle p {
    margin-top: 16px;
  }
}
.partnerTitle + * {
  margin-top: 24px;
}

.staffDetail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .staffDetail {
    flex-direction: column;
  }
}
.staffDetail img {
  max-width: 264px;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 820px) {
  .staffDetail img {
    margin: 0 auto;
  }
}
.staffDetail > div {
  flex-shrink: 1;
  flex-grow: 1;
  margin-left: 24px;
}
@media screen and (max-width: 820px) {
  .staffDetail > div {
    margin-left: 0;
    margin-top: 16px;
  }
}
.staffDetail h3 {
  font-size: 32px;
  font-weight: 500;
}
.staffDetail h3 span {
  font-size: 16px;
  margin-left: 16px;
  font-weight: 400;
}
.staffDetail h3 strong {
  font-size: 14px;
  color: #FFFFFF;
  background: #222222;
  padding: 4px 8px;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 820px) {
  .staffDetail h3 {
    font-size: 24px;
  }
  .staffDetail h3 span {
    font-size: 14px;
    margin-left: 0;
    display: block;
  }
}
.staffDetail p:not(.sns) {
  margin-top: 16px;
}

.staffComment {
  margin-top: 56px;
}

.worksList {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.worksList > p {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worksList + .section__title {
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  .worksList + .section__title {
    margin-top: 80px;
  }
}
.worksList li {
  display: flex;
  justify-content: space-between;
  max-width: 456px;
  width: calc(50% - 12px);
}
@media screen and (min-width: 821px) {
  .worksList li:nth-child(even) {
    margin-left: 24px;
  }
  .worksList li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 820px) {
  .worksList li {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  .worksList li {
    width: calc(50% - 8px);
  }
  .worksList li:nth-child(even) {
    margin-left: 16px;
  }
  .worksList li:nth-child(n+3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 820px) and (min-width: 600px) {
  .worksList li {
    width: calc((100% - 72px) / 3);
    margin-left: 24px;
  }
  .worksList li:nth-child(3n+1) {
    margin-left: 0;
  }
  .worksList li:nth-child(n+4) {
    margin-top: 32px;
  }
}
.worksList__detail {
  width: 57.8947368421%;
}
@media screen and (max-width: 820px) {
  .worksList__detail {
    width: 100%;
    margin-top: 8px;
  }
}
.worksList__image {
  max-width: 168px;
  width: 36.8421052632%;
  text-align: center;
}
.worksList__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .worksList__image {
    max-width: 100%;
    width: 100%;
  }
}
.worksList__name {
  font-weight: 500;
}
.worksList__text {
  margin-top: 16px;
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .worksList__text {
    font-size: 12px;
    margin-top: 8px;
  }
}
.worksList__more {
  text-align: center;
  margin-top: 56px;
}

.newsList {
  margin-top: 32px;
}
.newsList li {
  border-bottom: 1px solid #e3e3e3;
}
.newsList li a {
  padding: 24px 30px 24px 0;
  display: flex;
  min-height: 96px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.newsList li a span {
  width: 168px;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
}
.newsList li a strong {
  display: block;
  flex-shrink: 1;
  flex-grow: 1;
}
.newsList li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transition: transform 0.4s;
}
.newsList li a:hover::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  .newsList li a {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
  .newsList li a span {
    width: 100%;
  }
  .newsList li a strong {
    margin-top: 4px;
  }
}

.studio .section__title {
  text-align: center;
}
.studio .section__title + .studio__image {
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .studio .section__title + .studio__image {
    margin-top: 32px;
  }
}
.studio .section__title span:first-child {
  font-size: 16px;
  margin-bottom: 0.5em;
}
html[lang=en] .studio .section__title span {
  display: block;
}
.tab__wrapper .studio .section__title {
  font-size: 36px;
}
@media screen and (max-width: 820px) {
  .tab__wrapper .studio .section__title {
    font-size: 32px;
  }
}
.tab__wrapper .studio .section__title span {
  font-size: 14px;
}
.studio__image {
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .studio__image {
    margin-top: 16px;
  }
}
.studio__image img {
  width: 55%;
  height: auto;
}
.section__title + .studio__image img {
  width: 100%;
}
.studio__image:nth-child(even) {
  text-align: right;
}
.studio__text {
  margin-top: 32px;
}
.studio__text.ext-center {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .studio__text {
    margin-top: 24px;
  }
}
.studio__text + .studio__image {
  margin-top: 48px;
}
@media screen and (max-width: 820px) {
  .studio__text + .studio__image {
    margin-top: 24px;
  }
}
.studio__matrix {
  margin: 60px auto 30px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 820px) {
  .studio__matrix {
    margin: 50px auto 30px;
  }
}
.studio__matrix:before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #e3e3e3;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: -30px;
}
.studio__matrix::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  left: 25%;
  background: #e3e3e3;
  position: absolute;
}
.studio__matrix > div {
  width: 50%;
  height: 30px;
  position: relative;
}
.studio__matrix > div::before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #e3e3e3;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 0;
}
.studio__matrix > div::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #e3e3e3;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}

.equipment .section__title {
  text-align: center;
}
.equipment table {
  margin-top: 40px;
}
.equipment p {
  margin-top: 56px;
}

.specialList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 821px) {
  .specialList li {
    width: 23.3974358974%;
    margin-left: 2.1367521368%;
  }
  .specialList li:nth-child(4n+1) {
    margin-left: 0;
  }
  .specialList li:nth-child(n+5) {
    margin-top: 2.5641025641%;
  }
}
@media screen and (max-width: 820px) and (min-width: 600px) {
  .specialList li {
    width: calc((100% - 48px) / 3);
    margin-left: 16px;
  }
  .specialList li:nth-child(3n+1) {
    margin-left: 0;
  }
  .specialList li:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 820px) and (max-width: 600px) {
  .specialList li {
    width: calc(50% - 8px);
    margin-left: 16px;
  }
  .specialList li:nth-child(2n+1) {
    margin-left: 0;
  }
  .specialList li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.specialList li img {
  width: 100%;
  height: auto;
}

.recruit {
  text-align: center;
}
.recruit .ext-tiny {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.recruit .ext-left {
  text-align: left;
}
.recruit + .recruit {
  border-top: 1px solid #e3e3e3;
  padding-top: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .recruit + .recruit {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.recruit__lead {
  font-size: 24px;
  font-weight: 500;
}
.recruit__sublead {
  margin-top: 24px;
}
.recruit__welcome {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .recruit__lead {
    font-size: 20px;
    line-height: 1.3;
  }
  .recruit__sublead {
    text-align: left;
  }
}
.recruit__text {
  margin-top: 24px;
  font-size: 16px;
}
.recruit__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit__nav li {
  margin-top: 16px;
}
.recruit__nav li + li {
  margin-left: 16px;
}
@media screen and (max-width: 820px) {
  .recruit__nav li {
    margin: 16px 8px 0;
  }
  .recruit__nav li .button {
    min-width: 143px;
  }
  .recruit__nav li + li {
    margin-left: 8px;
  }
}

.recruit + .recruitCaset {
  margin-top: 150px;
}
.recruitCaset .ext-tiny {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.recruitCaset__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.recruitCaset__title.ext-sub {
  font-size: 20px;
  margin-top: 50px;
}
.recruitCaset__title span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 820px) {
  .recruitCaset__title {
    font-size: 18px;
  }
  .recruitCaset__title.ext-sub {
    font-size: 14px;
  }
  .recruitCaset__title span {
    font-size: 12px;
  }
}
table + .recruitCaset__title {
  margin-top: 75px;
}
.recruitCaset__button {
  margin-top: 56px;
  text-align: center;
}
.recruitCaset__button span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 820px) {
  .recruitCaset__button .button {
    max-width: 100%;
  }
}
.recruitCaset table {
  margin-top: 40px;
}
.recruitCaset table.ext-tiny td {
  padding-left: 0;
}
.recruitCaset table.ext-tiny td::before {
  width: 100%;
  left: 0 !important;
}
.recruitCaset table p + p {
  margin-top: 1em;
}
.recruitCaset table p span {
  font-size: 80%;
}
.recruitCaset table .button {
  text-align: center;
}
.recruitCaset hr {
  border: none;
  border-top: 1px dashed #e3e3e3;
  margin-top: 24px;
  margin-bottom: 24px;
}
.recruitCaset hr + p {
  margin-top: 0;
}

.service__copy {
  text-align: center;
}
.service__copy img {
  max-width: 100%;
  height: auto;
  shape-rendering: geometricPrecision;
  transform: translate(0.6px, 0);
}

.serviceCaset {
  position: relative;
}
.serviceCaset::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-wave.svg) repeat-x left center;
  width: 100vw;
  height: 142px;
  opacity: 0.08;
  top: 110px;
  left: 50%;
  margin-left: -50vw;
  z-index: 2;
}
.serviceCaset img {
  position: relative;
  z-index: 3;
  left: -108px;
}
@media screen and (max-width: 820px) {
  .serviceCaset img {
    width: 100vw;
    height: auto;
    left: -16px;
  }
}
.serviceCaset > div {
  position: relative;
  z-index: 4;
  padding: 16px;
  background-color: #FFFFFF;
  max-width: 864px;
  margin-left: auto;
  margin-top: -80px;
}
.serviceCaset__title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .serviceCaset__title {
    font-size: 24px;
  }
}
.serviceCaset__lead {
  font-weight: 500;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.375;
}
@media screen and (max-width: 820px) {
  .serviceCaset__lead {
    font-size: 18px;
  }
}
.serviceCaset__text {
  margin-top: 40px;
}
.serviceCaset__button {
  margin-top: 40px;
}
.serviceCaset.ext-alt img {
  left: auto;
  right: -373px;
}
@media screen and (max-width: 820px) {
  .serviceCaset.ext-alt img {
    right: 16px;
  }
}
.serviceCaset.ext-alt > div {
  padding: 24px 24px 24px 0;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .serviceCaset.ext-alt > div {
    padding: 16px;
  }
}

.contact {
  text-align: center;
}
.contact__lead {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
}
.contact__text {
  margin-top: 8px;
}
.contact__text a {
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
  margin: 0 4px;
}
.contact__text a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center/contain;
  transition: transform 0.4s;
  margin-left: 4px;
}
.contact__text a:hover::after {
  transform: rotate(180deg);
}
.contact__button {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.contact__button li {
  width: calc(50% - 12px);
}

.faq .section__title {
  text-align: center;
}
.faqList {
  margin-top: 40px;
  border-bottom: 1px solid #e3e3e3;
}
.faqList a {
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
  margin: 0 4px;
}
.faqList a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center/contain;
  transition: transform 0.4s;
  margin-left: 4px;
}
.faqList a:hover::after {
  transform: rotate(180deg);
}
.faqList dd {
  display: none;
}
.faqList dd span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px;
  cursor: pointer;
}
.faqList dd span:before {
  content: "";
  background: url(/asset_renew/img/icn-close.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
}
.faqList dd span:hover {
  opacity: 0.7;
}
.faqList dt {
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid #e3e3e3;
  padding: 24px 30px 24px 0;
  display: flex;
  min-height: 96px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .faqList dt {
    font-size: 14px;
  }
}
.faqList dt span {
  width: 168px;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
}
.faqList dt strong {
  display: block;
  flex-shrink: 1;
  flex-grow: 1;
}
.faqList dt::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/asset_renew/img/icn-knob.svg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transition: transform 0.4s;
}
@media screen and (min-width: 821px) {
  .faqList dt:hover {
    opacity: 0.7;
  }
  .faqList dt:hover::after {
    transform: rotate(180deg);
  }
}
.faqList dt.is-active::after {
  transform: rotate(270deg);
}

.topNews {
  background: #EFEFEF;
  padding: 24px;
  position: relative;
  margin: -56px 0 0 -24px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .topNews {
    max-width: 552px;
    margin-right: auto;
    margin-left: auto;
    margin: -104px auto 0;
  }
}
.topNews .section__title {
  font-size: 32px;
}
.topNews .section__title span {
  font-size: 14px;
}
.topNews:after {
  content: "";
  display: block;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  width: 50vw;
  right: -50vw;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .topNews:after {
    display: none;
  }
}
.topNews__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.topNews__list {
  display: flex;
  margin-top: 40px;
  width: 100%;
}
.topNews__list li {
  width: calc((100% - 48px) / 3);
  position: relative;
  display: flex;
}
.topNews__list li span {
  display: block;
}
.topNews__list li strong {
  display: block;
  margin-top: 8px;
}
.topNews__list li + li {
  margin-left: 24px;
}
.topNews__list li a {
  display: block;
  width: 100%;
  padding-bottom: 16px;
}
.topNews__list li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 8px;
  background: #222222;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 821px) {
  .topNews__list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .topNews__list li:nth-child(3n) {
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 820px) {
  .topNews__list {
    flex-direction: column;
  }
  .topNews__list li {
    width: 100%;
  }
  .topNews__list li + li {
    margin-top: 16px;
    margin-left: 0;
  }
}

.topMovie {
  position: relative;
  margin-top: 114px !important;
}
@media screen and (max-width: 820px) {
  .topMovie {
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.topMovie__title {
  font-size: 90px;
  line-height: 1;
  font-family: "Vollkorn", serif;
  position: relative;
  letter-spacing: 0;
}
.topMovie__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 820px) {
  .topMovie__title {
    font-size: 32px;
    line-height: 1;
    text-align: center;
  }
  .topMovie__title span {
    position: relative;
    font-size: 14px;
    margin-top: 7px;
    display: block;
    text-align: center;
  }
}
.topMovie__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 820px) {
  .topMovie__text {
    font-size: 14px;
  }
}
.topMovie__player {
  margin-top: 50px;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.topMovie__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .topMovie__player {
    margin-top: 40px;
  }
}

.topWorks {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topWorks > div {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .topWorks {
    display: block;
  }
}
.topWorks::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-wave.svg) repeat-x left center;
  width: 100vw;
  height: 142px;
  opacity: 0.08;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .topWorks::after {
    height: 71px;
    background-size: contain;
  }
}
.topWorks__title {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 0;
  font-family: "Vollkorn", serif;
  margin-right: 24px;
  margin-left: -56px;
  position: relative;
  z-index: 2;
}
.topWorks__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 820px) {
  .topWorks__title {
    padding: 24px 0 0;
    writing-mode: inherit;
    font-size: 32px;
    margin-left: 0;
    line-height: 1;
    margin-right: 0;
    text-align: center;
  }
  .topWorks__title span {
    font-size: 14px;
    margin-top: 0;
    display: block;
  }
}
.topWorks__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
@media screen and (max-width: 820px) {
  .topWorks__list {
    padding-top: 0;
    max-width: 552px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 821px) {
  .topWorks__list li {
    width: calc((100% - 48px) / 3);
  }
  .topWorks__list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .topWorks__list li:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .topWorks__list li + li {
    margin-left: 24px;
  }
  .topWorks__list li + li:nth-child(3n+1) {
    margin-left: 0;
  }
  .topWorks__list li + li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .topWorks__list li {
    margin-top: 40px;
    width: calc(50% - 8px);
    margin-left: 16px;
  }
  .topWorks__list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .topWorks__list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .topWorks__list li:nth-child(n+3) {
    margin-top: 32px;
  }
}
.topWorks__image {
  box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
}
.topWorks__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  background: none;
  pointer-events: none;
}
.topWorks__image a {
  display: block;
  text-align: center;
}
.topWorks__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 167px;
}
.topWorks__image span {
  display: none;
}
.topWorks .platform {
  margin-top: 16px;
  padding: 0 8px;
}
@media screen and (max-width: 820px) {
  .topWorks .platform {
    padding: 0;
    margin-top: 8px;
  }
}
.topWorks__text {
  margin-top: 8px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .topWorks__text {
    margin-top: 8px;
    padding: 0;
    font-size: 12px;
  }
}
.topWorks__button {
  margin-top: 56px;
  text-align: center;
}

.topWrapper {
  position: relative;
}
.topWrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-dot.gif) repeat center top;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 2;
  pointer-events: none;
  opacity: 0.8;
}

.topAbout {
  color: #FFFFFF;
}
@media screen and (max-width: 820px) {
  .topAbout {
    position: relative;
  }
}
.topAbout__header {
  position: relative;
  background: #222222;
  display: flex;
  justify-content: space-between;
  padding: 72px 0 72px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .topAbout__header {
    padding: 48px 0 24px;
    display: block;
  }
  .topAbout__header h2, .topAbout__header p {
    max-width: 470px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .topAbout__header h2 {
    text-align: center;
  }
  .topAbout__header h2 + p {
    margin-top: 24px;
  }
}
.topAbout__header h2 {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
}
.topAbout__header p {
  position: relative;
  z-index: 5;
  padding-left: 24px;
}
.topAbout__header::before {
  content: "";
  position: absolute;
  display: block;
  background: #222222;
  width: 100vw;
  height: calc(100% + 1px);
  top: -1px;
  left: 50%;
  margin-left: -50vw;
  z-index: 3;
  pointer-events: none;
}
.topAbout__header::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-wave_w.svg) repeat-x left 40px;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 3;
  pointer-events: none;
  opacity: 0.13;
}
@media screen and (max-width: 820px) {
  .topAbout__header::after {
    top: 24px;
    height: 71px;
    background-size: contain;
    background-position: left center;
  }
}
.topAbout__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 6;
}
.topAbout__list::before {
  content: "";
  position: absolute;
  display: block;
  background: #222222;
  width: 100vw;
  height: 50%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .topAbout__list {
    width: 100%;
    flex-wrap: wrap;
    max-width: 470px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .topAbout__list::before {
    height: 25%;
  }
}
.topAbout__list li {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 7;
}
@media screen and (min-width: 821px) {
  .topAbout__list li {
    width: 23.3974358974%;
    padding-top: 23.3974358974%;
  }
  .topAbout__list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .topAbout__list li:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .topAbout__list li:nth-child(4n) {
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 820px) {
  .topAbout__list li {
    width: calc(50% - 8px);
    padding-top: calc(50% - 8px);
  }
  .topAbout__list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .topAbout__list li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.topAbout__list a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-position: center center;
  background-size: cover;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFFFF;
  opacity: 1;
}
.topAbout__list a.ext-service {
  background-image: url(/asset_renew/img/img-top_about_service.jpg);
}
.topAbout__list a.ext-studio {
  background-image: url(/asset_renew/img/img-top_about_studio.jpg);
}
.topAbout__list a.ext-aboutus {
  background-image: url(/asset_renew/img/img-top_about_aboutus.jpg);
}
.topAbout__list a.ext-staff {
  background-image: url(/asset_renew/img/img-top_about_staff.jpg);
}
.topAbout__list a:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.4s;
}
.ie .topAbout__list a:before {
  left: 0;
  top: 0;
}
.topAbout__list a:hover:before {
  transition: background-color 0s;
  background: rgba(255, 255, 255, 0.3);
}
.topAbout__list strong {
  font-family: "Vollkorn", serif;
  font-size: 20px;
  position: relative;
  z-index: 2;
  transition: color 0.4s;
}
.topAbout__list span {
  font-size: 11px;
  z-index: 3;
  transition: color 0.4s;
  font-weight: 500;
}
html[lang=en] .topAbout__list span {
  display: none;
}

.topClients {
  position: relative;
  padding-bottom: 70px;
  margin-top: 140px;
}
@media screen and (max-width: 820px) {
  .topClients {
    margin-top: 70px;
  }
}
.topClients .section__title {
  text-align: center;
  position: relative;
  z-index: 4;
}
.topClients__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  margin-top: 40px;
}
@media screen and (max-width: 820px) {
  .topClients__list {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }
}
.topClients__list li {
  background: #FFFFFF;
  position: relative;
}
.topClients__list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  background: none;
  pointer-events: none;
}
@media screen and (min-width: 821px) {
  .topClients__list li {
    width: calc((100% - 96px) / 5);
  }
  .topClients__list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .topClients__list li:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .topClients__list li:nth-child(4n) {
    transition-delay: 0.6s;
  }
  .topClients__list li:nth-child(5n) {
    transition-delay: 0.8s;
  }
  .topClients__list li + li {
    margin-left: 24px;
  }
  .topClients__list li:nth-child(5n+1) {
    margin-left: 0;
  }
  .topClients__list li:nth-child(n+6) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 820px) {
  .topClients__list li {
    width: calc(33.33% - 11px);
    margin-left: 16px;
  }
  .topClients__list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .topClients__list li:nth-child(3n) {
    transition-delay: 0.4s;
  }
  .topClients__list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .topClients__list li:nth-child(n+4) {
    margin-top: 16px;
  }
}
.topClients__list li img {
  width: 100%;
  height: auto;
}
.topClients__button {
  margin-top: 56px;
  text-align: center;
  position: relative;
  z-index: 4;
}

.topOther {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 70px !important;
}
@media screen and (max-width: 820px) {
  .topOther {
    display: block;
    padding: 24px 0;
    margin-top: 56px !important;
  }
}
.topOther::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-wave.svg) repeat-x left center;
  width: 100vw;
  height: 100%;
  opacity: 0.08;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .topOther::after {
    background: url(/asset_renew/img/bg-wave.svg) repeat-x left top;
    background-size: contain;
    height: 71px;
  }
}
.topOther__header {
  width: calc((100% - 24px) / 2);
  position: relative;
  z-index: 3;
}
.topOther__header p {
  margin-top: 24px;
}
@media screen and (max-width: 820px) {
  .topOther__header {
    width: 100%;
    text-align: center;
  }
  .topOther__header h2, .topOther__header p {
    max-width: 552px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
.topOther__list {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 24px) / 2);
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .topOther__list {
    width: 100%;
    max-width: 456px;
    margin: 40px auto 0;
  }
}
.ie .topOther__list {
  position: relative;
  margin-right: 24px;
}
@media screen and (max-width: 820px) {
  .ie .topOther__list {
    margin: 40px auto 0;
  }
}
.topOther__list li {
  position: relative;
}
.topOther__list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  background: none;
  pointer-events: none;
}
.topOther__list li:nth-child(2n) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 821px) {
  .topOther__list li {
    width: calc((100% - 18px) / 2);
  }
  .topOther__list li:nth-child(even) {
    margin-left: 18px;
  }
  .topOther__list li:nth-child(n+3) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 820px) {
  .topOther__list li {
    width: calc(50% - 8px);
    margin-left: 16px;
  }
  .topOther__list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .topOther__list li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.topOther__list img {
  width: 100%;
  height: auto;
}

.topSpecial {
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .topSpecial {
    display: block;
    padding: 48px 0 24px;
  }
}
.topSpecial::before {
  content: "";
  position: absolute;
  display: block;
  background: #222222;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 2;
}
.topSpecial::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-wave_w.svg) repeat-x left center;
  width: 100vw;
  height: 100%;
  opacity: 0.13;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .topSpecial::after {
    top: 24px;
    height: 71px;
    background-size: contain;
  }
}
.topSpecial__header {
  width: calc((100% - 24px) / 2);
  position: relative;
  padding: 40px 0;
  z-index: 3;
}
.topSpecial__header p {
  margin-top: 24px;
}
@media screen and (max-width: 820px) {
  .topSpecial__header {
    width: 100%;
    padding: 0;
  }
  .topSpecial__header h2, .topSpecial__header p {
    max-width: 448px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .topSpecial__header h2 {
    text-align: center;
  }
}
.topSpecial__list {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 820px) {
  .topSpecial__list {
    width: 100%;
    position: relative;
    max-width: 450px;
    margin: 40px auto 0;
  }
}
.ie .topSpecial__list {
  position: relative;
  margin-left: 24px;
}
@media screen and (max-width: 820px) {
  .ie .topSpecial__list {
    margin: 40px auto 0;
  }
}
.topSpecial__list li {
  background: #FFFFFF;
}
.topSpecial__list li:nth-child(2n) {
  transition-delay: 0.2s;
}
@media screen and (min-width: 821px) {
  .topSpecial__list li {
    width: calc((100% - 18px) / 2);
  }
  .topSpecial__list li:nth-child(even) {
    margin-left: 18px;
  }
  .topSpecial__list li:nth-child(n+3) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 820px) {
  .topSpecial__list li {
    width: calc(50% - 8px);
    margin-left: 16px;
  }
  .topSpecial__list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .topSpecial__list li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.topSpecial__list li img {
  width: 100%;
  height: auto;
}

.topSns {
  position: relative;
}
@media screen and (max-width: 820px) {
  .topSns.section {
    margin-top: 32px;
  }
}
.topSns::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/asset_renew/img/bg-wave.svg) repeat-x left center;
  width: 100vw;
  height: 142px;
  opacity: 0.08;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .topSns::after {
    top: 24px;
    height: 71px;
    background-size: contain;
  }
}
.topSns__header {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.topSns__header h2, .topSns__header p {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 820px) {
  .topSns__header {
    display: block;
    padding-top: 48px;
  }
  .topSns__header h2, .topSns__header p {
    width: 100%;
    max-width: 552px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .topSns__header p {
    margin-top: 24px;
  }
}
.topSns__embed {
  margin-top: 56px;
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topSns__embed > div {
  width: calc((100% - 24px) / 2);
  height: 400px;
  background: #EFEFEF;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}
.topSns__embed > div.ext-twitter {
  overflow-y: scroll;
}
@media screen and (min-width: 821px) {
  .topSns__embed > div.ext-facebook {
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 820px) {
  .topSns__embed {
    margin-top: 40px;
    display: block;
  }
  .topSns__embed > div {
    width: 100%;
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
  }
  .topSns__embed > div + div {
    margin-top: 24px;
  }
}

.mbYTP_wrapper {
  position: fixed !important;
}

/* Utility
----------------------------------------------------------------- */
@media screen and (min-width: 821px) {
  .u-sp_only {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .u-pc_only {
    display: none;
  }
}
.u-breakctrl {
  display: inline-block;
}

.js-lazy {
  opacity: 1;
  transition: opacity 0.4s;
}
.js-lazy[src^="/asset_renew/img/dummy"] {
  opacity: 0;
}

.js-inview {
  transform: translate(0, 20px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.js-inview.is-inview {
  transform: none;
  opacity: 1;
}

@keyframes scroll {
  0% {
    top: 0;
    height: 0;
    animation-timing-function: ease-in;
  }
  20% {
    top: 0;
    height: 100%;
    animation-timing-function: ease-in;
  }
  80% {
    top: auto;
    bottom: 0;
    height: 100%;
    animation-timing-function: ease-out;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
    animation-timing-function: ease-out;
  }
}
@keyframes breathing {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  20% {
    opacity: 1;
    animation-timing-function: ease-in;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
    animation-timing-function: ease-out;
  }
}