@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  Base
========================================================================== */
* {
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Poppins", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 700;
}
@media screen and (max-width: 1028px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  position: relative;
}
@media screen and (max-width: 1028px) {
  .wrapper {
    padding-top: 0;
  }
}

.cont-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 0 0;
  text-align: center;
}
@media screen and (max-width: 1028px) {
  .cont-inner {
    max-width: 95%;
    padding: 0 0 25px;
  }
}

img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1028px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1029px) {
  .sp {
    display: none !important;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

.caution {
  font-size: 12px !important;
}

.hide {
  opacity: 0;
  transform: scale(1.1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.moves {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.m-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 86%;
  margin: 0 auto;
}

.none {
  display: none;
}

.hide-bottom {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
@media screen and (max-width: 1028px) {
  .hide-bottom {
    -webkit-transform: translate(0, 25px);
    transform: translate(0, 25px);
  }
}

.hide-top {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
@media screen and (max-width: 1028px) {
  .hide-top {
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }
}

.hide-right {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
@media screen and (max-width: 1028px) {
  .hide-right {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
}

.hide-left {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
@media screen and (max-width: 1028px) {
  .hide-left {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }
}

.border-left {
  content: "";
  left: 0;
  top: 0;
  border-top: solid 15px #d4e126;
  -webkit-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 1028px) {
  .border-left {
    border-top: solid 5px #d4e126;
  }
}

.border-right {
  content: "";
  left: 0;
  top: 0;
  border-top: solid 15px #d4e126;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (max-width: 1028px) {
  .border-right {
    border-top: solid 5px #d4e126;
  }
}

.moves {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.fadein {
  display: none;
}

.btn-line {
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 1028px) {
  .btn-line {
    display: block;
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #000;
  }
}
.btn-line::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  background: black;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn-line:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* ==========================================================================
  Link
========================================================================== */
a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 1029px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.7;
  }
}
a:hover, a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn {
  display: block;
  position: relative;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  color: #000;
  background-color: #fff;
}
.btn:hover {
  opacity: 0.7;
}

h2 {
  font-size: 30px;
  text-align: center;
  margin: 100px 0 50px;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
 header
========================================================================== */
.montana-header {
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 100;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 1028px) {
  .montana-header {
    height: 60px;
    background: none;
    top: 0;
  }
}

.header-inner {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1028px) {
  .header-inner {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10%;
  }
}

.header-right {
  margin-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1028px) {
  .header-right {
    display: block;
    margin-right: 0;
  }
}
.header-right ul {
  text-align: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1028px) {
  .header-right ul {
    display: block;
  }
}
.header-right ul li {
  margin: 0 10px;
}
@media screen and (max-width: 1028px) {
  .header-right ul li {
    width: 100%;
    margin: 0;
  }
}
.header-right ul li a {
  color: #fff;
  font-weight: 400;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 1028px) {
  .header-right ul li a {
    display: block;
    padding: 20px 0 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #000;
  }
}
.header-right ul li a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-right ul li a:hover {
  color: #fff;
}
.header-right ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-right ul li a .nav-icon {
  width: 15px;
  margin-left: 5px;
}

.header-right ul li .headerColorScroll {
  color: #000;
  transition: color 0.3s ease-out;
}
.header-right ul li .headerColorScroll::after {
  background: #000;
}
.header-right ul li .headerColorScroll:hover {
  color: #000;
}

.header-logo {
  display: block;
  margin-left: 15px;
  line-height: 1;
  font-size: 0;
  padding: 17px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1028px) {
  .header-logo {
    height: 40px;
    margin: 10px 0 0 10px;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 200;
  }
}
.header-logo img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 1028px) {
  .header-logo img {
    height: 100%;
    width: auto;
  }
}

.header-artfield {
  margin-right: 40px;
}
@media screen and (max-width: 1028px) {
  .header-artfield {
    margin-right: 20px;
  }
}

.menu {
  position: fixed;
  cursor: pointer;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100;
  top: 0;
}
@media screen and (min-width: 1029px) {
  .menu {
    display: none;
  }
}
.menu span {
  transition: all 0.2s;
  background: #fff;
  position: absolute;
  width: 32px;
  height: 2px;
  left: 14px;
}
.menu span:nth-child(1) {
  top: 20px;
}
.menu span:nth-child(2) {
  top: 28px;
}
.menu span:nth-child(3) {
  top: 36px;
  width: 20px;
}

.menuColorScroll span {
  background: #000;
}

.active span {
  background: #000;
  transition: all 0.2s;
}
.active span:nth-child(1), .active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.active span:nth-child(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 28px;
}
.active span:nth-child(2) {
  display: none;
}
.active span:nth-child(3) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 32px;
  top: 28px;
}

/* ==========================================================================
MV
========================================================================== */
.mv-area {
  margin-top: -50px;
  background-color: #000000;
}
@media screen and (max-width: 1028px) {
  .mv-area {
    margin-top: -30px;
  }
}
.mv-area .mv-inner {
  position: relative;
  max-width: 1800px;
  min-height: 600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 1028px) {
  .mv-area .mv-inner {
    min-height: 200px;
    flex-direction: column-reverse;
    margin: 30px auto 0;
  }
}
.mv-area .mv-img {
  position: relative;
  max-width: 1600px;
}
@media screen and (max-width: 1028px) {
  .mv-area .mv-img {
    width: 100%;
  }
}
.mv-area h1 img {
  position: absolute;
  top: 80px;
  left: 30px;
  width: 170px;
}
@media screen and (max-width: 1028px) {
  .mv-area h1 img {
    top: 2%;
    left: 2%;
    width: 100px;
    z-index: 100;
  }
}

/* ==========================================================================
WORKS
========================================================================== */
.post-type-archive-works,
.post-type-archive-works .contents {
  background: #000 !important;
}

.works-area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1028px) {
  .works-area ul {
    display: block;
  }
}
.works-area ul li {
  list-style: none !important;
  text-indent: 0;
}
.works-area ul li::before {
  content: none;
}
.works-area ul li.card {
  width: 49.2%;
  margin-bottom: 1.6%;
}
@media screen and (max-width: 1028px) {
  .works-area ul li.card {
    width: 100%;
    margin: 0 0 1.6%;
  }
}
.works-area ul li.card .card-box {
  position: relative;
}
.works-area ul li.card .card-box a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.works-area ul li.card .card-box .card-image {
  overflow: hidden;
}
.works-area ul li.card .card-box .card-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
.works-area ul li.card .card-box .card-image img:hover {
  opacity: 0.5;
  transform: scale(1.04);
  filter: saturate(100%);
}
@media screen and (min-width: 1029px) {
  .works-area ul li.card .card-box a:hover .card-image {
    background: #666;
  }
}
.works-area ul li.card .card-box .card-ttl {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.works-area ul li.card .card-box .card-ttl.is-active {
  opacity: 1;
}
.works-area ul li.card .card-box .card-ttl span {
  font-weight: 100;
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 30px;
  margin: auto;
}
@media screen and (max-width: 1028px) {
  .works-area ul li.card .card-box .card-ttl span {
    font-size: 22px;
  }
}
.works-area ul li.card .card-box .tag-area {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.works-area ul li.card .card-box .tag-area a {
  color: #727272;
  margin-right: 10px;
  position: relative;
}
.works-area ul li.card .card-box .tag-area a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 15px;
  background: #dded006e;
  bottom: 0px;
  transform: scale(0, 1);
  transform-origin: right top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/
}
.works-area ul li.card .card-box .tag-area a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top;
  /*左から右に向かう*/
}
.works-area ul li.card:nth-child(1),
.works-area ul li.card:nth-child(2),
.works-area ul li.card:nth-child(3),
.works-area ul li.card:nth-child(4),
.works-area ul li.card:nth-child(5),
.works-area ul li.card:nth-child(6),
.works-area ul li.card.card-large {
  width: 100%;
}
.works-area ul li.card:nth-child(1) .card-box,
.works-area ul li.card:nth-child(2) .card-box,
.works-area ul li.card:nth-child(3) .card-box,
.works-area ul li.card:nth-child(4) .card-box,
.works-area ul li.card:nth-child(5) .card-box,
.works-area ul li.card:nth-child(6) .card-box,
.works-area ul li.card.card-large .card-box {
  position: relative;
}
.works-area ul li.card:nth-child(1) .card-box .card-image,
.works-area ul li.card:nth-child(2) .card-box .card-image,
.works-area ul li.card:nth-child(3) .card-box .card-image,
.works-area ul li.card:nth-child(4) .card-box .card-image,
.works-area ul li.card:nth-child(5) .card-box .card-image,
.works-area ul li.card:nth-child(6) .card-box .card-image,
.works-area ul li.card.card-large .card-box .card-image {
  overflow: hidden;
}
.works-area ul li.card:nth-child(1) .card-box .card-image img,
.works-area ul li.card:nth-child(2) .card-box .card-image img,
.works-area ul li.card:nth-child(3) .card-box .card-image img,
.works-area ul li.card:nth-child(4) .card-box .card-image img,
.works-area ul li.card:nth-child(5) .card-box .card-image img,
.works-area ul li.card:nth-child(6) .card-box .card-image img,
.works-area ul li.card.card-large .card-box .card-image img {
  width: 100%;
}
.works-area ul li.card:nth-child(1) .card-box .card-ttl span,
.works-area ul li.card:nth-child(2) .card-box .card-ttl span,
.works-area ul li.card:nth-child(3) .card-box .card-ttl span,
.works-area ul li.card:nth-child(4) .card-box .card-ttl span,
.works-area ul li.card:nth-child(5) .card-box .card-ttl span,
.works-area ul li.card:nth-child(6) .card-box .card-ttl span,
.works-area ul li.card.card-large .card-box .card-ttl span {
  font-weight: 100;
  font-size: 50px;
}
@media screen and (max-width: 1028px) {
  .works-area ul li.card:nth-child(1) .card-box .card-ttl span,
.works-area ul li.card:nth-child(2) .card-box .card-ttl span,
.works-area ul li.card:nth-child(3) .card-box .card-ttl span,
.works-area ul li.card:nth-child(4) .card-box .card-ttl span,
.works-area ul li.card:nth-child(5) .card-box .card-ttl span,
.works-area ul li.card:nth-child(6) .card-box .card-ttl span,
.works-area ul li.card.card-large .card-box .card-ttl span {
    font-size: 25px;
  }
}

@media screen and (max-width: 1028px) {
  .works-area {
    padding: 0 10px;
  }
}
.frontpage-wrapper {
  background: #000;
}

.frontpage-logo {
  padding-top: 100px;
  margin-bottom: 50px;
}
.frontpage-logo .logo {
  margin-bottom: 30px;
}
.frontpage-logo .catch {
  text-align: left;
  color: #fff;
  font-size: 4rem;
  font-weight: 200;
}
@media screen and (max-width: 1028px) {
  .frontpage-logo .catch {
    font-size: 2.2rem;
  }
}
.frontpage-logo .lead {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
}
.frontpage-logo .lead span {
  display: block;
}
@media screen and (max-width: 1028px) {
  .frontpage-logo .lead {
    font-size: 1rem;
  }
}

.frontpage-works-block,
.frontpage-works-block .contents {
  background: #000;
}

.frontpage-creators-block,
.frontpage-creators-block .contents {
  background: #000;
}

.frontpage-creators-block .content {
  padding: 0 0 80px;
}

.frontpage-note-block,
.frontpage-note-block .contents {
  background: #000;
}

.works-area-frontpage {
  padding: 0 0 80px;
}

.cr-list-area-frontpage {
  padding-top: 0;
}

.frontpage-creators {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8%;
  padding: 0 0 80px;
  text-align: left;
}
.frontpage-creators__intro {
  width: 46%;
}
.frontpage-creators__lead {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.frontpage-creators__list {
  width: 46%;
}
.frontpage-creators__item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.frontpage-creators__item:last-child {
  margin-bottom: 0;
}
.frontpage-creators__thumb {
  flex: 0 0 120px;
  width: 120px;
}
.frontpage-creators__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.frontpage-creators__name {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.frontpage-creators-title {
  margin: 0 0 50px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left !important;
}

.frontpage-creators__lead {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: left;
}

.note-feed {
  padding: 0 0 80px;
}
@media screen and (max-width: 1028px) {
  .note-feed {
    padding: 0 0 56px;
  }
}
.note-feed__heading {
  margin-bottom: 40px;
}
.note-feed__title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: left;
}
.note-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 3%;
}
@media screen and (max-width: 1028px) {
  .note-feed__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.note-feed__nav {
  padding-top: 40px;
  text-align: center;
}
.note-feed__button {
  color: #fff;
}
.note-feed__button::after {
  background: #fff;
}
@media screen and (max-width: 1028px) {
  .note-feed__button {
    color: #fff;
  }
}
.note-feed--column {
  padding: 0;
}
.note-feed--column .note-feed__title,
.note-feed--column .note-card__title {
  color: #000;
}
.note-feed--column .note-card__date {
  color: #8a8a8a;
}
.note-feed--column .note-feed__button {
  color: #000;
}
.note-feed--column .note-feed__button::after {
  background: #000;
}
.note-feed--column .note-feed__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 3%;
}
@media screen and (max-width: 1028px) {
  .note-feed--column .note-feed__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.note-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.note-card__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #111;
}
.note-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s, transform 0.5s ease-out;
}
.note-card__thumb.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b6b6b;
}
.note-card__noimage {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.note-card__title {
  margin: 14px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
  text-align: left;
}
.note-card__date {
  margin: 6px 0 0;
  color: #9a9a9a;
  font-size: 0.775em;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 1029px) {
  .note-card__link:hover .note-card__thumb img {
    opacity: 0.8;
    transform: scale(1.04);
  }
}
.note-articles-page {
  padding: 0 0 80px;
  background: #fff;
}
@media screen and (max-width: 1028px) {
  .note-articles-page {
    padding: 0 0 56px;
  }
}
.note-articles-page__header {
  margin-bottom: 48px;
}
.note-articles-page__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .note-articles-page__title {
    font-size: 30px;
  }
}
.note-articles-page__lead {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.note-articles-page__content {
  margin-top: 56px;
}

.creators__intro {
  display: flex;
  gap: 5%;
  padding: 0 0 60px;
}
.creators__title {
  margin: 0;
  color: #fff;
  text-align: left;
  font-size: 34px;
}
.creators__title b {
  font-size: 1.35em;
}
.creators__lead {
  margin: 0;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1028px) {
  .creators__intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 60px;
  }
  .creators__title {
    margin: 0;
    text-align: center;
    font-size: 28px;
  }
  .creators__title b {
    font-size: 1.35em;
  }
  .creators__lead {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.front-works-nav--creators {
  padding: 48px 0 0;
  text-align: left;
}

.front-works-nav {
  padding: 48px 20px 0;
  text-align: center;
}
.front-works-nav__link {
  display: inline-block;
  min-width: 280px;
  padding: 14px 28px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.front-works-nav__link:link, .front-works-nav__link:visited {
  color: #fff;
}
.front-works-nav__link::after {
  content: none;
}
.front-works-nav__link:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.front-works-nav__link:hover:visited, .front-works-nav__link:focus, .front-works-nav__link:active {
  color: #000;
}

.works-area-block {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1028px) {
  .works-area-frontpage {
    padding: 0 0 50px;
  }

  .frontpage-creators {
    display: block;
    padding: 30px 0 50px;
  }
  .frontpage-creators__intro, .frontpage-creators__list {
    width: 100%;
  }
  .frontpage-creators__lead {
    font-size: 16px;
  }
  .frontpage-creators__item {
    gap: 16px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
  }
  .frontpage-creators__thumb {
    flex-basis: 88px;
    width: 88px;
  }
  .frontpage-creators__name {
    font-size: 12px;
    display: none;
  }

  .frontpage-creators-title {
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center !important;
  }

  .front-works-nav--creators {
    padding: 24px 0 32px;
    text-align: center !important;
  }

  .frontpage-creators__lead {
    font-size: 0.775rem;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .frontpage-creators__list {
    display: flex;
    justify-content: center;
    gap: 16px;
  }

  .front-works-nav {
    padding-top: 24px;
  }
  .front-works-nav__link {
    min-width: 280px;
    padding: 14px 28px;
    width: auto;
    color: #fff;
  }
}
/* ==========================================================================
WORKS-ARCHIVE
========================================================================== */
/* ==========================================================================
WORKS-DETAIL
========================================================================== */
@media screen and (max-width: 1028px) {
  .works-detail .cont-box {
    margin-top: 20%;
  }
}
.works-detail .img-main {
  overflow: hidden;
  position: relative;
}
.works-detail .img-main:before {
  animation: img-main 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-main {
  100% {
    transform: translateX(100%);
  }
}
.works-detail .text-box {
  max-width: 1000px;
  margin: 80px auto;
}
@media screen and (max-width: 1028px) {
  .works-detail .text-box {
    margin: 30px auto;
  }
}
.works-detail .text-box .works-detail-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1028px) {
  .works-detail .text-box .works-detail-ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.works-detail .text-box p {
  text-align: left;
  font-weight: 400;
}
.works-detail .img-sub {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1028px) {
  .works-detail .img-sub {
    margin-bottom: 30px;
  }
}
.works-detail .img-sub .img-sub-cont {
  width: 50%;
}
.works-detail iframe {
  width: 100%;
  margin-bottom: 50px;
}

.single-works .inner {
  max-width: 1680px;
  margin: 0 auto 60px;
}

.single-works .mainimg {
  margin-bottom: 60px;
}

.single-works .mainimg img {
  width: 100%;
  height: auto;
}

.single-works .clientName {
  font-size: 125%;
}

.single-works h1 {
  text-align: left;
  font-size: 200%;
  margin-bottom: 15px;
}

.single-works .prjSub {
  font-size: 125%;
}

@media screen and (max-width: 1028px) {
  .single-works .inner {
    max-width: 1000px;
    margin: 0 auto 30px;
  }

  .single-works .mainimg {
    margin-bottom: 30px;
  }

  .single-works .clientName {
    font-size: 125%;
    line-height: 1.2;
  }

  .single-works h1 {
    text-align: left;
    font-size: 200%;
    margin-bottom: 10px;
  }

  .single-works .prjSub {
    font-size: 125%;
    margin-bottom: 0;
  }
}
.single-works .movie {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1028px) {
  .single-works .movie {
    margin-bottom: 30px;
  }
}

.single-works .movie iframe, .single-works .movie object, .single-works .movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-works .mb-works [class*=col-] {
  text-align: center;
}

.single-works article h5.work_staff_ttl {
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media screen and (min-width: 1029px) {
  .single-works .work_det_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }

  .single-works .work_det_wrap .work_det {
    width: 47.5%;
  }

  .single-works article .work_det_wrap .work_det p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1028px) {
  .single-works .work_det_wrap {
    margin-bottom: 30px;
  }

  .single-works .work_det.work_det_en {
    margin-bottom: 1.25em;
  }
}
.single-works .subimg {
  margin: 0 auto 0.8%;
  width: 100%;
  max-width: 1680px;
}
.single-works .subimg img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1028px) {
  .related_work {
    padding: 0 10px;
  }
}
.related_work h3 {
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 100%;
}
.related_work p {
  text-align: center;
  font-size: 80%;
}
@media screen and (min-width: 1029px) {
  .related_work .yarpp-thumbnails-horizontal {
    display: flex !important;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1028px) {
  .related_work .yarpp-thumbnails-horizontal {
    display: block !important;
  }
}
.related_work .yarpp-thumbnails-horizontal::after {
  content: "";
  display: block;
  width: 30%;
}
.related_work .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none !important;
  width: 30% !important;
  height: auto !important;
  margin: 0 !important;
  margin-left: 0 !important;
  transition: 0.25s ease-out;
}
.related_work .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
  opacity: 0.75;
  text-decoration: none !important;
  color: #666 !important;
}
@media screen and (max-width: 1028px) {
  .related_work .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  .related_work .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child {
    margin-bottom: 0 !important;
  }
}
.related_work .yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
/* ==========================================================================
CAMPANY
========================================================================== */
.company-area {
  text-align: center;
}
.company-area iframe {
  width: 100%;
  height: 300px;
}

.campany-lead {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 2.5;
}

.company-img {
  width: 100%;
}
.company-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

table {
  width: 600px;
  margin: 80px auto;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1028px) {
  table {
    margin: 50px auto;
    width: 100%;
  }
}

td, th {
  text-align: left;
  padding: 5px 20px;
}
@media screen and (max-width: 1028px) {
  td, th {
    padding: 5px 20px 5px 0;
    min-width: 80px;
  }
}

.access-area {
  margin-bottom: 50px;
}
.access-area p {
  font-weight: 400;
}

/* ==========================================================================
RECRUIT
========================================================================== */
.recruit-area .recruit-cont {
  max-width: 700px;
  margin: 0 auto 80px;
  text-align: left;
  font-weight: 400;
}
.recruit-area .recruit-cont h3 {
  font-size: 17px;
  margin: 0 auto 20px;
}
.recruit-area .recruit-cont h4 {
  margin: 15px auto;
}
.recruit-area .recruit-cont p {
  margin-bottom: 10px;
}
.recruit-area .recruit-cont ul li {
  margin-bottom: 5px;
}
.recruit-area .recruit-cont a {
  margin: 30px auto 0;
  text-decoration: underline;
}

/* ==========================================================================
footer
========================================================================== */
footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #d1d1d1;
  color: black;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1028px) {
  footer {
    display: block;
  }
}
footer small {
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}

.footer-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: auto;
  padding: 30px 0 20px;
}
.footer-logo img {
  padding: 0 20px;
}
@media screen and (max-width: 1028px) {
  .footer-logo {
    width: 100%;
  }
}

#gfoot.gfoot {
  text-align: center;
  height: auto;
  padding: 45px;
  color: #fff;
  background-color: #636363;
}
@media screen and (max-width: 1028px) {
  #gfoot.gfoot {
    padding: 45px 10px 15px;
  }
}
#gfoot.gfoot a {
  color: #fff;
  transition: 0.25s ease-out;
}
#gfoot.gfoot a:hover {
  color: #ccc;
}
#gfoot.gfoot .foot-contact {
  width: 100%;
  text-align: left;
}
#gfoot.gfoot .foot-contact h3 {
  font-weight: 600;
  margin-bottom: 0.5em;
}
#gfoot.gfoot .foot-contact span {
  display: block;
  font-size: 160%;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 1028px) {
  #gfoot.gfoot .foot-contact span {
    font-size: 140%;
  }
}
#gfoot.gfoot .foot-contact small {
  font-size: 80%;
}
#gfoot.gfoot .foot-company {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1028px) {
  #gfoot.gfoot .foot-company {
    margin-top: 45px;
    flex-direction: column;
  }
}
#gfoot.gfoot .foot-company a {
  font-weight: 400;
}
#gfoot.gfoot .foot-company .tel {
  margin-left: 15px;
}
#gfoot.gfoot .foot-company .foot-company-left {
  text-align: left;
}
#gfoot.gfoot .foot-company .foot-company-right {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 1028px) {
  #gfoot.gfoot .foot-company .foot-company-right {
    margin-top: 45px;
    width: 100%;
    text-align: center;
  }
}
#gfoot.gfoot .foot-company .foot-sns {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#gfoot.gfoot .foot-company .foot-sns li a {
  display: block;
  transition: all 0.25s ease-out;
}
#gfoot.gfoot .foot-company .foot-sns li a:hover {
  opacity: 0.75;
}
#gfoot.gfoot .foot-company .foot-sns li a.sns-link-ig {
  width: 30px;
  height: 30px;
}
#gfoot.gfoot .foot-company .foot-sns li a.sns-link-note {
  width: 40px;
  height: 40px;
}

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 200;
  width: 75%;
}

#ghead {
  text-align: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
}
#ghead a.top-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#ghead a.top-link div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#ghead a.top-link div video {
  width: 100%;
  height: auto;
}

.btn-line {
  color: #000;
  font-weight: 800;
}
.btn-line:hover {
  text-decoration: none;
}

.home .btn-wrap {
  margin-top: 60px;
}

.page-about h2.about-h2 {
  text-align: left;
  font-size: 80px !important;
  line-height: 1.2;
  text-align: center;
  font-weight: 200;
}
.page-about .about-inner {
  max-width: 86%;
  margin: 0 auto;
}
.page-about .about-concept {
  margin-bottom: 45px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.page-about .about-company {
  margin-top: 60px;
}
.page-about .about-company h3 {
  text-align: left;
}
.page-about .about-company .tbl-company {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-about .about-company .tbl-company table {
  width: 47.5%;
  margin: 0;
}

@media screen and (max-width: 1028px) {
  .page-about h2.about-h2 {
    font-size: 40px !important;
  }
  .page-about .about-inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .page-about .about-concept {
    margin-bottom: 30px;
    font-size: 0.775rem;
  }
  .page-about .about-company {
    margin-top: 30px;
  }
  .page-about .about-company .tbl-company {
    width: 100%;
    flex-direction: column;
  }
  .page-about .about-company .tbl-company table {
    width: 100%;
    margin: 0 0;
  }
}
.btn-wrap {
  margin-bottom: 50px;
}

.btn-apply {
  display: inline-block;
  background: #000;
  width: 160px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
}
.btn-apply:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

article mt50 {
  margin-top: 50px;
}

.page-policy article h4 {
  margin-top: 50px;
}
.page-policy article h4:first-child {
  margin-top: 0;
}
.page-policy article p,
.page-policy article li {
  font-weight: 400;
}
.page-policy article ol {
  margin-left: 1em;
}
.page-policy article ol li {
  list-style: decimal outside;
  text-indent: 0;
}
.page-policy article ol li::before {
  content: none;
}
.page-policy article ul {
  margin-left: 1em;
}
.page-policy article ul li {
  list-style: disc outside;
  text-indent: 0;
}
.page-policy article ul li::before {
  content: none;
}

@media screen and (min-width: 1029px) {
  article p.has-large-font-size {
    line-height: 1.4;
  }
}
/* --------------------------------
-------------------------------- 
  CONTACT
-------------------------------- 
-------------------------------- */
@media screen and (max-width: 1028px) {
  .page-contact .has-large-font-size,
.page-contact-represent .has-large-font-size {
    text-align: left;
    font-size: 24px !important;
    line-height: 1.4;
  }
  .page-contact pre,
.page-contact-represent pre {
    font-size: 100% !important;
  }
}
/* --------------------------------
-------------------------------- 
  CAREERS
-------------------------------- 
-------------------------------- */
.page-careers .wp-block-preformatted.has-large-font-size {
  font-weight: normal !important;
}

@media screen and (min-width: 1029px) {
  .page-careers p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1028px) {
  .page-careers .wp-block-preformatted.has-large-font-size {
    font-size: 24px !important;
  }
  .page-careers p {
    font-size: 0.9rem;
  }
}
/* --------------------------------
-------------------------------- 
  PAGENATION
-------------------------------- 
-------------------------------- */
.pagination {
  margin: 20px 0 30px;
  text-align: center;
  letter-spacing: -0.4em;
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination ul li {
  display: block;
  margin: 0 5px 15px;
  letter-spacing: normal;
}

.pagination ul li a,
.pagination ul li span {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1;
  color: #000 !important;
  text-align: center;
}

.pagination ul li a.prev,
.pagination ul li a.next {
  border: none;
  width: auto;
}

.pagination ul li span {
  position: relative;
}

.pagination ul li span.current::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto auto 0;
  background: #000;
}

@media screen and (max-width: 1028px) {
  .pagination {
    margin: 10px 0 10px;
    text-align: center;
  }

  .pagination ul li a,
.pagination ul li span {
    padding: 4px 6px;
    font-size: 14px;
  }
}
.post-type-archive-works .pagination ul li a,
.post-type-archive-works .pagination ul li span {
  color: #fff !important;
}
.post-type-archive-works .pagination ul li span.current::after {
  background: #fff;
}

/* ---------------
Contact
------------------ */
.l-contact {
  max-width: 720px;
  margin: 0 auto;
}
.l-contact p.lead {
  margin-bottom: 30px;
}
.l-contact .form-wrap {
  max-width: 600px;
  margin: 50px auto;
}
.l-contact .contact-box {
  margin-bottom: 30px;
}
.l-contact .contact-box label {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.l-contact .contact-box label sup {
  color: red;
}
.l-contact .contact-box span {
  display: block;
  margin: 0;
  padding: 0;
}
.l-contact .contact-box input[type=text], .l-contact .contact-box input[type=tel], .l-contact .contact-box input[type=email], .l-contact .contact-box textarea {
  width: 100%;
  padding: 10px;
  background: #f2f2f2;
  border: none;
}
.l-contact .contact-box textarea {
  min-height: 100px;
}
.l-contact .contact-box input[type=checkbox] {
  text-align: center;
}
.l-contact .contact-check {
  text-align: center;
  padding: 12px 0 0 5px;
  margin-bottom: 42px;
}
.l-contact .contact-check label {
  padding-left: 10px;
  font-weight: bold;
}
.l-contact .contact-check input[type=checkbox] {
  display: none;
}
.l-contact .contact-check input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.l-contact .contact-check input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  top: -2px;
  left: -21px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
  border: 1px solid #eee;
}
.l-contact .contact-check input[type=checkbox] + label::after {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  content: "";
  display: block;
  width: 5px;
  height: 13px;
  left: -13px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  z-index: 3;
}
.l-contact .contact-check input[type=checkbox].is-active + label::before {
  border: 1px solid;
}
.l-contact .contact-check input[type=checkbox].is-active:checked + label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.l-contact .contact-submit {
  margin: 30px auto 0;
  text-align: center;
}
.l-contact .contact-submit input[type=submit] {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #000;
  width: 140px;
  padding: 10px;
  overflow: hidden;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.l-contact .contact-submit input[type=submit]:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  display: block;
  width: 100%;
  margin: 0.5em 0 0;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0;
}

/* ==========================================================================
  CREATORS - LIST (固定ページ /creators/)
========================================================================== */
body.page-template-page-creators {
  background-color: #000;
  color: #fff;
}

body.page-template-page-creators .page-about .about-concept,
body.page-template-page-creators .page-about .about-inner,
body.page-template-page-creators .page-about .about-inner p,
body.page-template-page-creators .page-about .about-inner h1,
body.page-template-page-creators .page-about .about-inner h2,
body.page-template-page-creators .page-about .about-inner h3,
body.page-template-page-creators .page-about .about-inner h4,
body.page-template-page-creators .page-about .about-inner h5,
body.page-template-page-creators .page-about .about-inner h6,
body.page-template-page-creators .page-about .about-inner li {
  color: #fff;
}

.cr-list-area {
  padding: 0 0 80px;
}
@media screen and (max-width: 1028px) {
  .cr-list-area {
    padding: 0 0 40px;
  }
}

.cr-list-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 3%;
}
@media screen and (max-width: 1028px) {
  .cr-list-grid {
    gap: 30px 4%;
  }
}

.cr-list-card {
  width: 31.333333%;
}
@media screen and (max-width: 1028px) {
  .cr-list-card {
    width: 100%;
  }
}
.cr-list-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1029px) {
  .cr-list-card__link:hover .cr-list-card__img img {
    opacity: 0.7;
    transform: scale(1.04);
  }
}
.cr-list-card__inner {
  display: block;
  color: inherit;
}
.cr-list-card__img {
  overflow: hidden;
  margin-bottom: 14px;
  aspect-ratio: 1/1;
  text-align: left;
}
.cr-list-card__img img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s, transform 0.5s ease-out;
}
.cr-list-card__name-en {
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 4px;
}
@media screen and (max-width: 1028px) {
  .cr-list-card__name-en {
    font-size: 1.6rem;
  }
}
.cr-list-card__name-jp {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #aaa;
  margin-bottom: 4px;
}
@media screen and (max-width: 1028px) {
  .cr-list-card__name-jp {
    font-size: 12px;
  }
}
.cr-list-card__job {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #777;
}

.cr-list-empty {
  font-weight: 400;
  text-align: center;
  padding: 60px 0;
}

/* ==========================================================================
  CREATORS - SINGLE
========================================================================== */
body.single-creators {
  background-color: #000;
  color: #fff;
}

body.cr-modal-open {
  overflow: hidden;
}

.single-creators .cr-works-item::before {
  content: none;
}
.single-creators article li {
  text-indent: 0;
}
.single-creators .cr-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-hero {
    gap: 20px;
    padding: 40px 0 30px;
  }
}
.single-creators .cr-hero__img {
  width: 280px;
  flex-shrink: 0;
}
.single-creators .cr-hero__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-hero__img {
    width: 35%;
  }
}
.single-creators .cr-hero__info {
  padding-top: 6px;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-hero__info {
    flex: 1;
  }
}
.single-creators .cr-name-en {
  font-size: 52px;
  font-weight: 200;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 6px;
  line-height: 1.1;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-name-en {
    font-size: 26px;
  }
}
.single-creators .cr-name-jp {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #aaa;
  margin-bottom: 18px;
}
.single-creators .cr-job {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbb;
}
.single-creators .cr-profile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-profile {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
    padding-top: 32px;
  }
}
.single-creators .cr-profile__col {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  color: #ddd;
}
.single-creators .cr-profile__lang-switch {
  display: none;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-profile__lang-switch {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    overflow: hidden;
  }
}
.single-creators .cr-profile__lang-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 4px 9px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-creators .cr-profile__lang-btn.is-active {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-profile.cr-lang-jp .cr-profile__en {
    display: none;
  }
  .single-creators .cr-profile.cr-lang-en .cr-profile__jp {
    display: none;
  }
}
.single-creators .cr-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-section {
    margin-bottom: 50px;
  }
}
.single-creators .cr-section-ttl {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.single-creators .cr-embed-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.single-creators .cr-embed-wrap iframe,
.single-creators .cr-embed-wrap object,
.single-creators .cr-embed-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-creators .cr-demoreel {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.single-creators .cr-demoreel__embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.single-creators .cr-demoreel__embed iframe,
.single-creators .cr-demoreel__embed object,
.single-creators .cr-demoreel__embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}
.single-creators .cr-demoreel__mute {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  outline: none;
}
.single-creators .cr-demoreel__mute:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: #fff;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-demoreel__mute {
    bottom: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }
}
.single-creators .cr-demoreel__mute svg {
  display: block;
  pointer-events: none;
}
.single-creators .cr-demoreel__mute-icon--sound {
  display: none;
}
.single-creators .cr-demoreel__mute.is-sound {
  background: rgba(255, 255, 255, 0.25);
}
.single-creators .cr-demoreel__mute.is-sound .cr-demoreel__mute-icon--muted {
  display: none;
}
.single-creators .cr-demoreel__mute.is-sound .cr-demoreel__mute-icon--sound {
  display: block;
}
.single-creators .cr-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 2%;
  align-items: start;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-works-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.single-creators .cr-works-item {
  width: 100%;
}
.single-creators .cr-works-item__trigger {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.single-creators .cr-works-item__trigger .cr-embed-wrap {
  pointer-events: none;
}
.single-creators .cr-works-item__thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #111;
}
.single-creators .cr-works-item__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.3s ease;
}
@media screen and (min-width: 1029px) {
  .single-creators .cr-works-item__trigger:hover .cr-works-item__thumb img {
    transform: scale(1.04);
    opacity: 0.82;
  }
}
.single-creators .cr-works-item-ttl {
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
  color: #ccc;
  letter-spacing: 0.05em;
  text-align: left;
}
.single-creators .cr-nav {
  padding: 20px 0 80px;
  text-align: center;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-nav {
    padding: 10px 0 50px;
  }
}
.single-creators .cr-nav__contact {
  display: inline-block;
  min-width: 280px;
  padding: 14px 28px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.single-creators .cr-nav__contact::after {
  content: none;
}
.single-creators .cr-nav__contact:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-nav__contact {
    min-width: 280px;
    padding: 14px 28px;
    color: #fff;
  }
}
.single-creators .cr-nav__back {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  min-width: 280px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.single-creators .cr-nav__back::before, .single-creators .cr-nav__back::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  transition: all 0.25s ease-out;
}
.single-creators .cr-nav__back::before {
  width: 2px;
  height: 12px;
  left: 4px;
  bottom: 4px;
  transform: rotate(45deg);
}
.single-creators .cr-nav__back::after {
  width: 40px;
  height: 1px;
  left: 0;
  bottom: 6px;
}
.single-creators .cr-nav__back:hover {
  color: #ddd;
}
.single-creators .cr-nav__back:hover::before {
  left: -6px;
  background: #ddd;
}
.single-creators .cr-nav__back:hover::after {
  left: -10px;
  background: #ddd;
}
@media screen and (min-width: 1029px) {
  .single-creators .cr-section--featured-works .cr-works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row dense;
  }
}
@media screen and (min-width: 1029px) {
  .single-creators .cr-section--featured-works .cr-works-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .single-creators .cr-section--featured-works .cr-works-item:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .single-creators .cr-section--featured-works .cr-works-item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.single-creators .cr-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.single-creators .cr-video-modal.is-active {
  display: block;
}
.single-creators .cr-video-modal.is-visible {
  opacity: 1;
}
.single-creators .cr-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.single-creators .cr-video-modal__dialog {
  position: relative;
  width: min(92vw, 1280px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) scale(0.96);
  z-index: 1;
  transition: transform 0.25s ease;
}
.cr-video-modal.is-visible .single-creators .cr-video-modal__dialog {
  transform: translateY(-50%) scale(1);
}
@media screen and (max-width: 1028px) {
  .single-creators .cr-video-modal__dialog {
    width: 92vw;
    top: 50%;
    transform: translateY(-50%) scale(0.96);
  }
}
.single-creators .cr-video-modal__content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  overflow: hidden;
}
.single-creators .cr-video-modal__content iframe,
.single-creators .cr-video-modal__content object,
.single-creators .cr-video-modal__content embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.single-creators .cr-video-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

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