body {
  font-family: 'Noto Serif JP', serif;
}
html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}
header nav li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 680px) {
  header nav li a {
    font-size: 13px;
  }
}
footer .footer-column .footer-cap p,
footer .footer-column .footer-cap p a,
footer .footer-column .footer-side small {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 680px) {
  footer .footer-column .footer-cap p,
  footer .footer-column .footer-cap p a,
  footer .footer-column .footer-side small {
    font-size: 13px;
  }
}
h1,
h2,
h3,
h4,
p {
  margin: 1rem 0;
}
h2 {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 680px) {
  h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  h2 {
    margin-bottom: 2rem;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
  }
}
.sub-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 680px) {
  .sub-title {
    font-size: 30px;
  }
}
p,
li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  p,
  li {
    font-size: 14px;
  }
}
a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.625;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  opacity: 1;
}
@media only screen and (max-width: 680px) {
  a {
    font-size: 14px;
  }
}
a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}
.font-black * {
  color: #000;
}
.spacer-s {
  height: 1rem;
}
.spacer-m {
  height: 2rem;
}
.spacer-l {
  height: 3rem;
}
.contents-width {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .contents-width {
    width: 85%;
  }
}
@media only screen and (max-width: 680px) {
  .contents-width {
    width: 90%;
  }
}
.section-p {
  margin-top: 80px;
  margin-bottom: 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 680px) {
  .section-p {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.column-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .column-half {
    grid-template-columns: 1fr;
  }
}
.column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .column-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 680px) {
  .column-3 {
    grid-template-columns: 1fr;
  }
}
.thumb-img {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.thumb-img:before {
  position: relative;
  display: block;
  content: "";
  padding-top: 66.67%;
  box-sizing: border-box;
}
.thumb-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}
.icon-btn {
  margin-top: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.icon-btn a {
  padding: 12px 5rem;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
.icon-instagram-w:before {
  content: "";
  display: inline-block;
  background: center/contain no-repeat url("../images/icon/icon-instagram-white.svg");
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
}
.icon-toggle {
  position: relative;
  display: inline-block;
  width: 0.7rem;
  height: 100%;
}
.icon-toggle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 10px solid #000;
  vertical-align: middle;
}
.btn-black a {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 680px) {
  .sp-br {
    display: block;
  }
}
ul,
ol {
  margin: 0;
  padding-left: 20px;
}
.list-none {
  list-style: none;
  padding: 0;
}
.list-asterisk {
  padding-left: 1rem;
}
.list-asterisk li:before {
  content: "※";
  display: inline-block;
  text-indent: -1rem;
}
header {
  width: 100%;
  background-color: #000;
  padding: 20px 5px;
  box-sizing: border-box;
  z-index: 999;
  position: absolute;
  bottom: 0;
  left: 0;
}
header.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav li {
  border-right: 1px solid #fff;
}
header nav li:last-child {
  border-right: 0;
}
header nav li a {
  padding: 0 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 680px) {
  header nav li a {
    padding: 0 12px;
  }
}
.bg-control-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  z-index: -1;
  transition: background-color 1s ease;
}
.bg-control-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center/cover repeat url("../images/");
  background-size: 300px;
}
.section-title {
  position: relative;
  display: inline-block;
}
.section-title.title-line:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 3px;
  width: 0%;
  background: currentColor;
  -webkit-animation: titleLine 2s ease-out forwards;
  animation: titleLine 2s ease-out forwards;
}
@-webkit-keyframes titleLine {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 100%;
  }
  80% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes titleLine {
  0% {
    left: 0;
    width: 0;
  }
  30% {
    left: 0;
    width: 100%;
  }
  80% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.fv-container {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.fv-container .wrap {
  width: 100%;
  height: 100%;
}
.fv-container .wrap .fv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
}
@media only screen and (max-width: 1024px) {
  .fv-container .wrap .fv-logo {
    width: 15rem;
  }
}
@media only screen and (max-width: 680px) {
  .fv-container .wrap .fv-logo {
    width: 10rem;
  }
}
.fv-container .wrap .fv-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fv-container .wrap .fv-logo .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.fv-container .wrap .fv-img {
  width: 100%;
  height: 100%;
}
.fv-container .wrap .fv-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-container {
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  .about-container {
    margin-top: 60px;
  }
}
.about-container .column-content h3 {
  margin-bottom: 2rem;
}
.works-container .works-movie .video-grid {
  gap: 3rem 1rem;
}
.works-container .works-movie .video-grid .video-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}
.works-container .works-movie .video-grid .video-thumb .inner {
  position: absolute;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.works-container .works-movie .video-grid .video-thumb .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url("https://www.svgrepo.com/show/13691/play-button.svg") center/contain no-repeat;
  inset: 0;
  margin: auto;
  opacity: 0.8;
}
.works-container .works-movie .video-grid .video-thumb .inner:hover:after {
  opacity: 1;
}
.works-container .works-movie .video-grid h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #000;
  margin: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 680px) {
  .works-container .works-movie .video-grid h3 {
    font-size: 14px;
  }
}
.works-container .works-movie .video-grid .play-btn {
  margin: 0;
  margin-top: 10px;
}
.works-container .works-movie .video-grid .play-btn a {
  border: 1px solid #000;
}
.works-container .works-photo {
  margin-top: 3rem;
}
.works-container .works-photo .img-list {
  width: 100%;
  gap: 1rem;
}
.works-container .works-photo .img-list li p {
  margin-top: 10px;
}
.lightbox .lb-outerContainer {
  background-color: transparent;
}
.lightbox .lb-image {
  border: 0;
  border-radius: 0;
}
.lightbox .lb-caption {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .lightbox .lb-caption {
    font-size: 14px;
  }
}
.lightbox .lb-prev,
.lightbox .lb-next {
  background-size: 2rem !important;
}
.profile-container .column-half {
  gap: 4rem;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .profile-container .column-half {
    gap: 1.5rem;
  }
}
.profile-container .column-half .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.profile-container .column-half .wrap-text h3 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 680px) {
  .profile-container .column-half .wrap-text h3 {
    margin-bottom: 1.5rem;
  }
}
.profile-container .column-half .wrap-text h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px;
}
@media only screen and (max-width: 680px) {
  .profile-container .column-half .wrap-text h3 span {
    font-size: 14px;
  }
}
.contact-container .form-block .form-wrap {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  margin: 1.5rem 0;
  gap: 5px;
}
@media only screen and (max-width: 1024px) {
  .contact-container .form-block .form-wrap {
    grid-template-columns: 1fr;
  }
}
.contact-container .form-block .form-wrap:first-child {
  margin-top: 0;
}
.contact-container .form-block .form-wrap label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #fff;
  padding-top: 10px;
}
@media only screen and (max-width: 680px) {
  .contact-container .form-block .form-wrap label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 680px) {
  .contact-container .form-block .form-wrap label {
    padding-top: 0;
  }
}
.contact-container .form-block .form-wrap input,
.contact-container .form-block .form-wrap textarea {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #000;
  padding: 12px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  outline: none;
}
@media only screen and (max-width: 680px) {
  .contact-container .form-block .form-wrap input,
  .contact-container .form-block .form-wrap textarea {
    font-size: 14px;
  }
}
@media only screen and (max-width: 680px) {
  .contact-container .form-block .form-wrap input,
  .contact-container .form-block .form-wrap textarea {
    font-size: 16px;
  }
}
.contact-container .form-block .form-wrap input::-moz-placeholder, .contact-container .form-block .form-wrap textarea::-moz-placeholder {
  color: #adadad;
}
.contact-container .form-block .form-wrap input::placeholder,
.contact-container .form-block .form-wrap textarea::placeholder {
  color: #adadad;
}
.contact-container .form-block .form-wrap textarea {
  min-height: 10rem;
}
.contact-container .form-block .submit-btn {
  margin-top: 2rem;
}
.contact-container .form-block .submit-btn button {
  width: 80%;
  max-width: 370px;
  background-color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.625;
  color: #000;
  padding: 10px 5px;
}
@media only screen and (max-width: 680px) {
  .contact-container .form-block .submit-btn button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .form-block .submit-btn button {
    margin: 0 auto;
    padding: 1rem 5px;
  }
}
.contact-container .form-cap {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  margin-top: 2rem;
  gap: 5px;
}
@media only screen and (max-width: 1024px) {
  .contact-container .form-cap {
    grid-template-columns: 1fr;
  }
}
footer {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (max-width: 680px) {
  footer {
    padding-bottom: 25px;
  }
}
footer .footer-column {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 680px) {
  footer .footer-column {
    flex-direction: column;
    text-align: center;
  }
}
footer .footer-column .footer-cap .footer-logo {
  display: block;
  margin-bottom: 14px;
}
footer .footer-column .footer-cap .footer-logo img {
  width: 6rem;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .footer-column .footer-cap p a {
  margin-left: 3px;
}
footer .footer-column .footer-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 680px) {
  footer .footer-column .footer-side {
    align-items: center;
    gap: 1.5rem;
  }
}
footer .footer-column .footer-side .social-link {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 680px) {
  footer .footer-column .footer-side .social-link {
    margin-top: 0;
  }
}
footer .footer-column .footer-side .social-link li a img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .footer-column .footer-side small {
  display: block;
  text-align: right;
}

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