/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/stylesheets/style.scss ***!
  \********************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: toha ver 0.3.7
Theme URI: テーマのURLを記入します
Author: テーマの作者（組織名）を記入します
Author URI: テーマの作者のURLを記入します
Description: ここにテーマの説明文を記入します
Version: 0.1
*/
@font-face {
  font-family: "Didot";
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/Didot.woff") format("woff"), url("assets/fonts/Didot.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("assets/fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype");
}
@font-face {
  font-family: "Optima";
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/optima.woff") format("woff"), url("assets/fonts/optima.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

body {
  line-height: 1.6;
  letter-spacing: 2px;
  color: #212121;
  scroll-behavior: smooth;
}

a,
a:-webkit-any-link {
  color: #212121;
  text-decoration: none;
}
a:hover,
a:-webkit-any-link:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ol,
ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border: 1px solid #212121;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body {
  padding-top: 134px;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 52px;
  }
}

.l-header {
  font-family: "Optima";
  letter-spacing: 1px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 134px;
  padding: 24px;
  background-color: #001d13;
  color: white;
  z-index: 100;
}
.l-header::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 52px;
    padding: 14px 22px 14px 26px;
    z-index: 910;
  }
}
.l-header a {
  color: white;
}
.l-header__logo {
  float: left;
}
.l-header__logo img {
  width: 62px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: auto;
    height: 24px;
  }
}
.l-header__projects {
  display: none;
  float: left;
  margin-left: 200px;
}
@media screen and (min-width: 1025px) {
  .l-header__projects {
    display: block;
  }
}
.l-header__projects nav > ul::after {
  display: block;
  content: "";
  clear: both;
}
.l-header__projects nav > ul > li {
  float: left;
  position: relative;
  padding-right: 100px;
  font-size: 17px;
  letter-spacing: 1px;
}
.l-header__projects nav > ul > li ul.sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  padding: 4px 0 0 8px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.l-header__projects nav > ul > li ul.sub-menu li.menu-item {
  font-size: 12px;
}
.l-header__projects nav > ul > li ul.sub-menu li.menu-item::before {
  display: inline-block;
  content: "-";
  margin-right: 4px;
}
.l-header__projects nav > ul > li:hover ul.sub-menu {
  opacity: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .l-header__projects {
    margin-left: 60px;
  }
}
.l-header__links {
  display: none;
  float: right;
}
@media screen and (min-width: 1025px) {
  .l-header__links {
    display: block;
  }
}
.l-header__links::after {
  display: block;
  content: "";
  clear: both;
}
.l-header__links a:hover {
  text-decoration: none;
}
.l-header__links nav {
  float: left;
}
.l-header__links ul::after {
  display: block;
  content: "";
  clear: both;
}
.l-header__links ul li {
  float: left;
  padding-left: 15px;
  letter-spacing: 1px;
}
.l-header__pages {
  margin-right: 100px;
}
.l-header__pages ul li + li {
  margin-left: 32px;
}

body.menu-opened {
  overflow: hidden;
}

.l-header__menu-button {
  float: right;
  position: relative;
  top: 3px;
  z-index: 920;
}
@media screen and (min-width: 1025px) {
  .l-header__menu-button {
    display: none;
  }
}
.l-header__menu-button .btn-trigger {
  position: relative;
  width: 25px;
  height: 17px;
  cursor: pointer;
}
.l-header__menu-button .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}
.l-header__menu-button .btn-trigger, .l-header__menu-button .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.l-header__menu-button .btn-trigger span:nth-of-type(1) {
  top: 0;
}
.l-header__menu-button .btn-trigger span:nth-of-type(2) {
  top: 8px;
}
.l-header__menu-button .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.l-header__menu-button #btn07 span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
  animation: btn07-bar01 0.75s forwards;
}
@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.l-header__menu-button #btn07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.l-header__menu-button #btn07 span:nth-of-type(3) {
  -webkit-animation: btn07-bar03 0.75s forwards;
  animation: btn07-bar03 0.75s forwards;
}
@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.l-header__menu-button #btn07.active span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
  animation: active-btn07-bar01 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
.l-header__menu-button #btn07.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu-button #btn07.active span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
  animation: active-btn07-bar03 0.75s forwards;
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.l-overlay {
  overflow-y: scroll;
  color: white;
}
@media screen and (min-width: 1025px) {
  .l-overlay {
    display: none;
  }
}
.l-overlay__sp-menu {
  font-family: "Optima";
  letter-spacing: 1px;
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(0, 29, 19, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(12px);
}
.l-overlay__sp-menu a {
  color: white;
}
.l-overlay__sp-menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 52px);
}
.l-overlay__sp-menu__categories > ul > li {
  position: relative;
  width: 100%;
  font-size: 22px;
  text-align: right;
}
.l-overlay__sp-menu__categories > ul > li + li {
  margin-top: 30px;
}
.l-overlay__sp-menu__categories > ul > li > a {
  position: absolute;
  top: 0;
  left: 0;
}
.l-overlay__sp-menu__categories > ul > li ul.sub-menu {
  display: inline-block;
  padding: 4px 0 0 8px;
  width: 112px;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
.l-overlay__sp-menu__categories > ul > li ul.sub-menu li + li {
  margin-top: 16px;
}
.l-overlay__sp-menu__categories > ul > li ul.sub-menu li.menu-item {
  font-size: 16px;
}
.l-overlay__sp-menu__categories > ul > li ul.sub-menu li.menu-item::before {
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 4px;
  content: "-";
}
.l-overlay__sp-menu__links {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid #808080;
}
.l-overlay__sp-menu__links ul li {
  display: inline-block;
}
.l-overlay__sp-menu__links ul li + li {
  margin-left: 32px;
}

.l-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.l-footer__copyright {
  font-family: "HelveticaNeueLTStd-Lt";
  margin: 0;
  padding: 28px 0;
  text-align: center;
  font-size: 11px;
  color: white;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 18px 0;
  }
}

.container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .grid-container {
    display: grid;
    grid-template-rows: auto;
    justify-self: stretch;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-container {
    display: grid;
    grid-template-rows: auto;
    justify-self: stretch;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  .grid-container {
    display: grid;
    grid-template-rows: auto;
    justify-self: stretch;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

body .splash-image {
  display: none;
  z-index: 0;
  opacity: 0;
}

body.splashed {
  width: 100vw;
  height: 100vh;
}
body.splashed .splash-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #001d13;
  opacity: 1;
  z-index: 1000;
}
body.splashed .splash-image img,
body.splashed .splash-image video {
  width: 180px;
}
@media screen and (max-width: 767px) {
  body.splashed .splash-image img,
body.splashed .splash-image video {
    width: 150px;
  }
}

body.home .l-projects,
body.archive .l-projects {
  min-height: calc(100vh - 134px);
  background-color: #001d13;
}
@media screen and (max-width: 1024px) {
  body.home .l-projects,
body.archive .l-projects {
    min-height: calc(100vh - 52px);
  }
}

body.single-post .l-projects {
  background-color: #001d13;
}

.l-projects .project {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
.l-projects .project a {
  color: inherit;
}
.l-projects .project a:hover {
  text-decoration: none;
}
.l-projects .project__eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 20;
  transition: all 0.3s ease;
}
.l-projects .project .project__short_movie {
  opacity: 0;
  transition: all 0.3s ease;
}
.l-projects .project .project__short_movie img,
.l-projects .project .project__short_movie video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 20;
}
.l-projects .project .protective-film {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.l-projects .project .protective-film.disabled {
  display: none;
}
.l-projects .project__title {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  position: relative;
  opacity: 0;
  z-index: 50;
  transition: all 0.3s ease;
}
.l-projects .project__english-title {
  font-family: "Optima";
  letter-spacing: 1px;
  font-size: 12px;
}
.l-projects .project__japanese-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0;
  font-size: 20px;
}
.l-projects .project__more {
  font-family: "Optima";
  letter-spacing: 1px;
  position: relative;
  top: 5px;
  font-size: 11px;
  text-decoration: underline;
}
.l-projects .project:hover {
  cursor: pointer;
}
.l-projects .project:hover img {
  filter: brightness(50%);
}
.l-projects .project:hover .project__short_movie {
  opacity: 100%;
}
.l-projects .project:hover .project__title {
  opacity: 100%;
}
@media screen and (max-width: 767px) {
  .l-projects .project a {
    cursor: pointer;
  }
}

.l-archive__subheader {
  font-family: "Optima";
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  padding: 62px 24px 24px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .l-archive__subheader {
    display: block;
    padding: 44px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-archive__category__info, .l-archive__category__children {
    width: 100%;
    text-align: center;
  }
}
.l-archive__category__info {
  font-family: "Optima";
  letter-spacing: 1px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .l-archive__category__info {
    margin-bottom: 16px;
  }
}
.l-archive__category__english {
  font-family: "Optima";
  letter-spacing: 1px;
}
.l-archive__category__title {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-archive__category__title {
    font-size: 24px;
  }
}
.l-archive__category__title:before {
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #212121;
  content: "";
}
.l-archive__category__description {
  display: inline-block;
  position: relative;
  top: -1px;
  padding-left: 4px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
  text-align: left;
}
.l-archive__category__children .menu-item-has-children {
  display: none;
}
.l-archive__category__children .menu-item-has-children.current-menu-item, .l-archive__category__children .menu-item-has-children.current-menu-parent {
  display: block;
}
.l-archive__category__children .menu-item-has-children.current-menu-item > a, .l-archive__category__children .menu-item-has-children.current-menu-parent > a {
  display: none;
}
.l-archive__category__children .menu-item-has-children.current-menu-item .sub-menu .menu-item, .l-archive__category__children .menu-item-has-children.current-menu-parent .sub-menu .menu-item {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.l-archive__category__children .menu-item-has-children.current-menu-item .sub-menu .menu-item + .menu-item, .l-archive__category__children .menu-item-has-children.current-menu-parent .sub-menu .menu-item + .menu-item {
  margin-left: 16px;
}
.l-archive__category__children .menu-item-has-children.current-menu-item .sub-menu .menu-item:after, .l-archive__category__children .menu-item-has-children.current-menu-parent .sub-menu .menu-item:after {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: 1px solid #212121;
  margin-left: 5px;
  content: "";
}
.l-archive__category__children .menu-item-has-children.current-menu-item .sub-menu .menu-item.current-menu-item:after, .l-archive__category__children .menu-item-has-children.current-menu-parent .sub-menu .menu-item.current-menu-item:after {
  background-color: #212121;
}

body.single-post {
  position: relative;
}
body.single-post .l-footer {
  position: absolute;
}
body.single-post .yarpp-related {
  margin: 0;
}
body.single-post .slbImageWrap {
  position: relative;
}
body.single-post .slbImageWrap:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2040;
}
body.single-post .slbCaption {
  color: transparent;
  z-index: 0;
}
body.single-post .slbCloseBtn {
  position: fixed;
  top: 16px;
  right: 16px;
}

.project img {
  width: 100%;
}
.project .image-wrap,
.project .image_gallery {
  position: relative;
  display: block;
  z-index: 20;
}
.project .image-wrap:after,
.project .image_gallery:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}

@media screen and (max-width: 1024px) {
  .p_jumbotron img {
    width: 100%;
    height: calc(100vh - 134px);
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .p_jumbotron img {
    height: 50vh;
  }
}
@media screen and (max-width: 413px) {
  .p_jumbotron img {
    height: 295px;
  }
}

@media screen and (min-width: 1025px) {
  .p_info {
    height: 450px;
    padding: 60px 0 140px;
  }
}
@media screen and (max-width: 1024px) {
  .p_info {
    padding: 30px;
  }
}
.p_info .l-container {
  width: 998px;
}
.p_info__inner {
  width: 746px;
  max-width: 100%;
  margin: 0 auto;
}
.p_info__category__inner-block {
  display: inline-block;
  padding: 0 14px;
  border-right: 1px solid #212121;
  border-left: 1px solid #212121;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p_info__category {
    font-size: 12px;
  }
  .p_info__category span {
    padding: 0 10px;
  }
}
.p_info__english {
  font-family: "Optima";
  letter-spacing: 1px;
  margin: 45px 0 2px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p_info__english {
    margin: 24px 0 2px;
  }
}
.p_info__title h1 {
  margin: 0 0 5px;
  font-size: 30px;
  line-height: 1;
}
.p_info__credit {
  font-family: "Optima";
  letter-spacing: 1px;
  font-size: 11px;
}
.p_info hr {
  margin: 20px 0;
  width: 18px;
  height: 1px;
  border: none;
  background-color: #212121;
}
.p_info__year-and-month {
  font-family: "Optima";
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: capitalize;
}
.p_info__heading-document {
  font-size: 11px;
}

@media screen and (min-width: 1025px) {
  .p_movie {
    margin-bottom: 80px;
    padding: 60px 0;
  }
}
.p_movie__container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.p_movie__youtube {
  vertical-align: top;
}
@media screen and (min-width: 1025px) {
  .p_movie__youtube {
    width: 100%;
    height: 562px;
  }
}
.p_movie__description {
  margin: 24px 0;
  font-size: 13px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1024px) {
  .p_movie__description {
    margin: 30px 0;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .p_section {
    margin: 150px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_section {
    margin: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .p_section {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .m_section {
    margin: 60px 0;
    padding: 0 30px;
  }
}

.p_container {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p_row {
    display: flex;
    justify-content: space-between;
  }
}

.p_lang_ja {
  font-size: 13px;
  letter-spacing: 1px;
}
.p_lang_ja p:first-child {
  margin-top: 0;
}

.p_lang_en {
  font-family: "Didot";
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 1px;
}
.p_lang_en p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p_lg {
    padding: 40px 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .lg__content {
    width: 320px;
    padding: 0 25px;
  }
  .lg__content__inner {
    display: inline-block;
    width: 224px;
  }
}

.lg__image {
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .lg__image {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .p_right_lg {
    margin-top: 80px;
  }
}
.p_left_lg__content {
  text-align: right;
}
.p_left_lg__content__inner {
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .p_separated {
    padding: 20px 0 40px;
  }
}
.p_separated__body {
  width: 728px;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .p_separated__body {
    width: 608px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_separated__body {
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .p_separated__body {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .p_separated__content {
    position: absolute;
    bottom: 0;
    width: 518px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_separated__content {
    position: absolute;
    bottom: 0;
    width: 440px;
  }
}
@media screen and (max-width: 1024px) {
  .p_separated__content {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p_separated__portrait {
    margin-top: 340px;
  }
  .p_separated__portrait img {
    width: 330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_separated__portrait {
    margin-top: 240px;
  }
  .p_separated__portrait img {
    width: 240px;
  }
}

@media screen and (min-width: 768px) {
  .p_separated_left__content {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p_separated_left__content {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p_separated_right__content {
    left: 0;
  }
}

.p_mid {
  padding: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .p_mid {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p_mid__image {
    width: 1020px;
  }
  .p_mid__image img {
    width: 950px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .p_mid__image {
    width: 640px;
  }
  .p_mid__image img {
    width: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_mid__image {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .p_mid__content {
    position: relative;
    width: calc(100% - 1020px);
  }
  .p_mid__content__inner {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .p_mid__content {
    width: calc(100% - 640px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_mid__content {
    width: 50%;
  }
  .p_mid__content__inner {
    padding: 0 30px;
  }
}

.p_left_mid__image {
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .p_left_mid__content__inner {
    padding: 0 100px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .p_left_mid__content {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p_right_mid__content__inner {
    padding: 0 25px 0 100px;
  }
}

.p_split_images .p_container {
  width: 1008px;
}
@media screen and (min-width: 1025px) {
  .p_split_images .p_split_image {
    width: 436px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_split_images .p_split_image {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .p_split_images .p_split_image {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p_split_images.both .p_row {
    display: flex;
    justify-content: space-between;
  }
  .p_split_images.both .p_split_image {
    width: calc((100% - 40px) / 2);
    padding: 0;
  }
}

.p_gallery {
  margin: 150px 0;
}
@media screen and (max-width: 767px) {
  .p_gallery {
    margin: 120px 0;
  }
}
.p_gallery .p_container {
  width: 992px;
}
@media screen and (max-width: 1024px) {
  .p_gallery .p_container {
    width: 100%;
  }
}
.p_gallery figure {
  margin: 0;
}
.p_gallery img {
  width: auto;
}
.p_gallery ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p_gallery ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p_gallery ul {
    grid-template-columns: 1fr 1fr;
  }
}

.related_projects__title {
  font-family: "Optima";
  letter-spacing: 1px;
  margin: 30px 0;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .related_projects__title {
    font-size: 16px;
  }
}

body.page-template .l-footer {
  position: relative;
}

.page-template-pages-about {
  color: white;
}
.page-template-pages-about:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("./images/about/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}
.page-template-pages-about::after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.page-template-pages-about a {
  color: white;
}
.page-template-pages-about .container {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-template-pages-about .container {
    width: calc(100% - 60px);
  }
}
.page-template-pages-about .page-about {
  position: relative;
  padding-top: 180px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about {
    padding-top: 30px;
  }
}
.page-template-pages-about .page-about--block {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #808080;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-template-pages-about .page-about--block {
    display: flex;
  }
  .page-template-pages-about .page-about--block__head {
    width: 280px;
  }
  .page-template-pages-about .page-about--block__body {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about--block__head {
    text-align: center;
  }
}
.page-template-pages-about .page-about .lang-ja {
  font-size: 13px;
  letter-spacing: 1px;
}
.page-template-pages-about .page-about .lang-ja p:first-child {
  margin-top: 0;
}
.page-template-pages-about .page-about .lang-en {
  font-family: "Didot";
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: 1px;
}
.page-template-pages-about .page-about .lang-en p:last-child {
  margin-bottom: 0;
}
.page-template-pages-about .page-about__subtitle .subtitle-en {
  font-family: "Optima";
  letter-spacing: 1px;
  font-size: 20px;
}
.page-template-pages-about .page-about__subtitle .subtitle-ja {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__subtitle {
    margin-bottom: 20px;
  }
  .page-template-pages-about .page-about__subtitle .subtitle-en {
    font-size: 22px;
    line-height: 1;
  }
  .page-template-pages-about .page-about__subtitle .subtitle-ja {
    margin-top: 4px;
    font-size: 12px;
  }
}
.page-template-pages-about .page-about__concept--title {
  font-family: "Optima";
  letter-spacing: 1px;
}
.page-template-pages-about .page-about__concept--title div {
  height: 23px;
  padding-left: 10px;
  border-left: 1px solid white;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__concept--title {
    margin: 30px 0 40px;
    width: 100%;
    text-align: center;
  }
  .page-template-pages-about .page-about__concept--title div {
    display: inline-block;
  }
}
.page-template-pages-about .page-about__concept--label {
  font-family: "Optima";
  letter-spacing: 1px;
  font-size: 20px;
}
.page-template-pages-about .page-about__concept hr {
  margin: 20px 0;
  width: 18px;
  height: 1px;
  border: none;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__concept hr {
    margin: 15px 0;
  }
}
.page-template-pages-about .page-about__misc__body {
  display: flex;
}
.page-template-pages-about .page-about__misc__body > div {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__misc__body {
    justify-content: space-between;
  }
  .page-template-pages-about .page-about__misc__body .lang-en p:first-child {
    margin-top: 0;
  }
}
.page-template-pages-about .page-about__misc__body .lang-en p:first-child {
  margin-top: 0;
}
.page-template-pages-about .page-about__members__body {
  display: flex;
  justify-content: space-between;
}
.page-template-pages-about .page-about__members__body .member_card {
  width: calc(50% - 5px);
}
@media screen and (min-width: 768px) {
  .page-template-pages-about .page-about__members .member_card__head {
    display: flex;
    margin-bottom: 20px;
  }
  .page-template-pages-about .page-about__members .member_card__head__image {
    width: 108px;
  }
  .page-template-pages-about .page-about__members .member_card__head__profile {
    width: calc(100% - 108px);
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__members .member_card__head {
    margin-bottom: 25px;
  }
  .page-template-pages-about .page-about__members .member_card__head__image {
    margin-bottom: 15px;
  }
}
.page-template-pages-about .page-about__members .member_card hr {
  margin: 8px 0;
  width: 18px;
  height: 1px;
  border: none;
  background-color: white;
}
.page-template-pages-about .page-about__members .member_card--post {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__members .member_card--post {
    font-size: 11px;
  }
}
.page-template-pages-about .page-about__members .member_card--name-ja {
  font-size: 18px;
  line-height: 1.2;
}
.page-template-pages-about .page-about__members .member_card--name-en {
  font-size: 11px;
  line-height: 1.2;
}
.page-template-pages-about .page-about__members .member_card--sns {
  font-family: "Optima";
  letter-spacing: 1px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__members .member_card--sns {
    font-size: 16px;
    text-decoration: underline;
  }
}
.page-template-pages-about .page-about__members .member_card--biography-ja p:first-child, .page-template-pages-about .page-about__members .member_card--biography-en p:first-child {
  margin-top: 0;
}
.page-template-pages-about .page-about__members .member_card--biography-ja p:last-child, .page-template-pages-about .page-about__members .member_card--biography-en p:last-child {
  margin-bottom: 0;
}
.page-template-pages-about .page-about__members .member_card--biography-ja {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__members .member_card--biography-ja {
    font-size: 12px;
  }
}
.page-template-pages-about .page-about__members .member_card--biography-en {
  font-family: "Didot";
  line-height: 1.4;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .page-template-pages-about .page-about__members .member_card--biography-en {
    font-size: 11px;
  }
}
