@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.c-btnWrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-btnWrap {
    margin-top: 28px;
  }
}
.c-btn {
  font-size: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  line-height: 1;
  padding: 24px 0;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  max-width: 180px;
  width: 100%;
  border: solid 1px #C20024;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Crimson Pro", serif;
}
.c-btn:hover {
  background-color: #C20024;
}
@media screen and (max-width: 768px) {
  .c-btn:hover {
    background-color: transparent;
  }
}
.c-section-title {
  color: #95888E;
  font-family: "Crimson Pro", serif;
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 2.8px;
  padding-bottom: 10px;
  border-bottom: solid 2px #C20024;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.layout-header {
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}
.header {
  padding: 32px 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 24px 0;
  }
}
.header__inner {
  margin: auto;
  padding: 0 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 20px;
    height: inherit;
    -webkit-box-pack: right;
            justify-content: right;
  }
}
.header__logo {
  max-width: 45px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 74px;
    height: inherit;
    top: 24px;
    left: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header__logo a {
  height: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    width: 28px;
    height: 22px;
  }
}
.header__logo a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__logo a svg path {
    -webkit-transition: none;
    transition: none;
  }
}
.header__logo a:hover svg path {
  fill: #C20024; /* ホバー時の色 */
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header__nav {
    margin-left: auto;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: flex;
  height: inherit;
}
.header__nav-item {
  height: inherit;
}
.header__nav-item.is-current a {
  color: #C20024;
}
.header__nav-item.is-active a {
  color: #C20024;
  border-bottom: 4px solid #C20024;
  padding-bottom: 2px;
}
.header__nav-item a {
  padding: 0 15px;
  height: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-family: "Crimson Pro", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #EAE5E7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header__nav-item a:hover {
  color: #C20024;
}
@media screen and (max-width: 768px) {
  .header__nav-item a {
    font-size: 13px;
    padding: 0 8px 5px;
    letter-spacing: 1.3px;
    -webkit-transition: none;
    transition: none;
  }
}
.header__navWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__navWrap {
    display: none;
  }
}
.header__nav-music {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  padding-right: 24px;
}
.header__nav-sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  padding-left: 24px;
  border-left: solid 1px rgba(217, 217, 217, 0.3);
}
.header__nav-icon a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__nav-icon a svg path {
    -webkit-transition: none;
    transition: none;
  }
}
.header__nav-icon a:hover svg path {
  fill: #C20024;
}
.header__nav-icon img {
  width: 18px;
  height: 18px;
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 40px;
    height: inherit;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.header__hamburger.is-open {
  background-color: transparent;
}
.header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__hamburger span:nth-of-type(1) {
  top: -4px;
}
.header__hamburger span:nth-of-type(2) {
  top: 0;
}
.header__hamburger span:nth-of-type(3) {
  top: 4px;
}
.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.header__drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__drawer {
    display: none;
    padding: 36px;
    position: absolute;
    z-index: 900;
    top: 50px;
    right: 20px;
    width: 215px;
    height: 440px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    overflow-y: scroll;
    scrollbar-width: none;
    border: solid 1px #C20024;
  }
}
@media screen and (max-width: 768px) {
  .header__drawer.is-active {
    display: block;
  }
}
.header__drawer-item + .header__drawer-item {
  margin-top: 36px;
}
.header__drawer-item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: start;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.header__drawer-item a:hover {
  color: #C20024;
}
.header__drawer-item a:hover svg path {
  fill: #C20024;
}
.header__drawer-item img {
  width: 24px;
  height: 24px;
}
.header__drawer-music {
  padding-bottom: 36px;
}
.header__drawer-sns {
  padding-top: 36px;
  border-top: solid 1px #484848;
}
.header-drawer__bg {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header-drawer__bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: rgba(11, 3, 7, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .header-drawer__bg.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.is-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-mobile {
    display: block;
  }
}
.fv {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.fv__inner {
  height: inherit;
  position: relative;
}
.fv__content {
  position: absolute;
  content: "";
  bottom: 75px;
  left: 0;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .fv__content {
    bottom: 64px;
    left: 22px;
  }
}
.fv__content-name {
  font-size: 22px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 6px;
  color: #ffffff;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__content-name {
    font-size: 15px;
    padding: 5px;
    letter-spacing: 4.5px;
  }
}
.fv__content-text {
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #ffffff;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__content-text {
    margin-top: 6px;
    font-size: 10px;
    padding: 6px;
  }
}
.fv__content-text-sub {
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__content-text-sub {
    margin-top: 6px;
    font-size: 15px;
    padding: 6px;
  }
}
.fv__image {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.fv__image.is-show {
  opacity: 1;
  visibility: visible;
}
.fv__content-btn {
  padding: 14px 0;
  max-width: 116px;
}
.fv__image:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.fv__image .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv__image .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* フェードエフェクトのアニメーション調整 */
.swiper-fade .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.top-works {
  padding: 128px 0 70px;
}
@media screen and (max-width: 768px) {
  .top-works {
    padding: 128px 0 50px;
  }
}
.top-works__inner {
  max-width: 1318px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .top-works__inner {
    padding-left: initial;
    padding-right: initial;
  }
}
.top-work__items {
  margin-top: 70px;
  display: grid;
  gap: 40px 80px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .top-work__items {
    margin-top: 54px;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
.top-work__item img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.top-work__item a:hover img {
  scale: 1.05;
}
.top-work__item-imageWrap {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.top-work__item-imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-work__item-body {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .top-work__item-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-work__item-body-title {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 1.5px;
}
.top-work__item-body-text {
  margin-top: 10px;
  color: #EAE5E7;
  font-size: 11px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 1.1px;
}
.top-works__btnWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-works__btnWrap {
    margin-top: 72px;
  }
}
.footer {
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 80px 0;
  }
}
.footer__inner {
  padding-left: 60px;
  padding-right: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
}
.footer__navWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__navWrap {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.footer__nav-music {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  padding-right: 24px;
}
.footer__nav-sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  padding-left: 24px;
  border-left: solid 1px rgba(217, 217, 217, 0.3);
}
.footer__nav-icon a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__nav-icon a svg path {
    -webkit-transition: none;
    transition: none;
  }
}
.footer__nav-icon a:hover svg path {
  fill: #C20024;
}
.footer__nav-icon img {
  width: 24px;
  height: 24px;
}
.footer__copyright {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8333333333;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 36px;
    text-align: center;
  }
}
.single-works__imageWrap {
  max-width: 1280px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1280/720;
  overflow: hidden;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .single-works__imageWrap {
    padding-left: initial;
    padding-right: initial;
    margin-top: 80px;
    align-self: 390/219;
  }
}
.single-works__imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works__contents {
  margin-top: 110px;
  max-width: 1000px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .single-works__contents {
    margin-top: 57px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.single-works__date {
  color: #9D9D9D;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1;
}
.single-works__title {
  margin-top: 30px;
}
.single-works__title-ja {
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 3.6px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single-works__title-ja {
    font-size: 24px;
  }
}
.single-works__title-en {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  margin-top: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single-works__title-en {
    font-size: 14px;
    margin-top: 20px;
  }
}
.single-works__content {
  margin-top: 80px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .single-works__content {
    margin-top: 64px;
  }
}
.single-works__content p {
  color: #FFF;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.7777777778;
  letter-spacing: 1.8px;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .single-works__content p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.single-works__content p:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .single-works__content p:not(:first-child) {
    margin-top: 30px;
  }
}
.single-works__content a {
  color: #C09C00;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.single-works__content a:hover {
  color: #C20024;
}
.single-works__detail {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .single-works__detail {
    margin-top: 72px;
  }
}
.single-works__detail-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .single-works__detail-items {
    display: block;
  }
}
.single-works__details-item {
  padding-top: 21px;
  position: relative;
}
.single-works__details-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #272727;
}
@media screen and (max-width: 768px) {
  .single-works__details-item::before {
    width: 38px;
  }
}
@media screen and (max-width: 768px) {
  .single-works__details-item + .single-works__details-item {
    margin-top: 30px;
  }
}
.single-works__details-item-title {
  color: #95888E;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .single-works__details-item-title {
    font-size: 14px;
  }
}
.single-works__details-item-desc {
  line-height: 1;
  color: #EAE5E7;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.4px;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .single-works__details-item-desc {
    margin-top: 14px;
  }
}
.single-works__gallery {
  margin-top: 224px;
  max-width: 1000px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .single-works__gallery {
    padding-left: initial;
    padding-right: initial;
    margin-top: 81px;
  }
}
.single-works__gallery-items {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .single-works__gallery-items {
    margin-top: 72px;
  }
}
.single-works__gallery-item + .single-works__gallery-item {
  margin-top: 48px;
}
.single-works__gallery-item-imageWrap {
  overflow: hidden;
}
.single-works__gallery-item-imageWrap iframe {
  height: 55vw;
  max-height: 540px;
}
.single-works__gallery-item-imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works__btnWrap {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .single-works__btnWrap {
    margin-top: 72px;
  }
}
.single-works__content .s3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page-works__itemWrap {
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .page-works__itemWrap {
    padding-left: initial;
    padding-right: initial;
    margin-top: 80px;
  }
}
.page-works__items {
  padding: 20px 0;
  border-top: solid 1px #C20024;
  border-bottom: solid 1px #C20024;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-works__items {
    padding: 16px 16px;
    gap: 16px;
    -webkit-box-pack: start;
            justify-content: start;
  }
}
.page-works__item {
  color: #EAE5E7;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.page-works__item:hover {
  color: #C20024;
}
@media screen and (max-width: 768px) {
  .page-works__item {
    -webkit-transition: none;
    transition: none;
  }
}
.page-works__item.is-current {
  color: #C20024;
}
.page-works__item.is-current a {
  cursor: default;
}
.page-works__content {
  padding-top: 32px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .page-works__content {
    padding-top: 50px;
    padding-bottom: 48px;
  }
}
.page-works__inner {
  max-width: 1300px;
  padding-left: 30px;
  margin-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .page-works__inner {
    padding-left: initial;
    padding-right: initial;
  }
}
.page-works__content-items {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .page-works__content-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
.page-works__content-item img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.page-works__content-item a:hover img {
  scale: 1.05;
}
.page-work__item-imageWrap {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-work__item-imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-work__item-body {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page-work__item-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-work__item-body-title {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 1.5px;
}
.page-work__item-body-text {
  margin-top: 10px;
  color: #EAE5E7;
  font-size: 11px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 1.1px;
}
.page-works__btnWrap {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.about-fv {
  margin-top: 100px;
  aspect-ratio: 1440/960;
}
@media screen and (max-width: 768px) {
  .about-fv {
    margin-top: 70px;
  }
}
.about-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about {
  padding: 128px 0 70px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 52px 0 80px;
  }
}
.about__head-name {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 768px) {
  .about__head-name {
    font-size: 36px;
  }
}
.about__head-name-en {
  color: #FFF;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .about__head-name-en {
    font-size: 20px;
  }
}
.about__head-positions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 36px;
  margin-top: 72px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .about__head-positions {
    gap: 20px;
  }
}
.about__head-position {
  color: #FFF;
  text-align: right;
  font-family: "Crimson Pro", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__head-position {
    font-size: 17px;
  }
}
.about__head-position:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -18px;
  -webkit-transform: translate(0, -50%) rotate(20deg);
          transform: translate(0, -50%) rotate(20deg);
  width: 1px;
  height: 15px;
  background-color: #484848;
}
@media screen and (max-width: 768px) {
  .about__head-position:not(:last-child)::after {
    right: -10px;
  }
}
.about__body {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .about__body {
    margin-top: 72px;
  }
}
.about__body-profile {
  color: #95888E;
  font-family: "Crimson Pro", serif;
  font-size: 19px;
  font-weight: 200;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 768px) {
  .about__body-profile {
    font-size: 16px;
  }
}
.about__body-content {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .about__body-content {
    margin-top: 50px;
  }
}
.about__body-content + .about__body-content {
  padding-top: 72px;
  padding-bottom: initial;
  border-top: solid 1px #484848;
}
@media screen and (max-width: 768px) {
  .about__body-content + .about__body-content {
    padding-top: 50px;
  }
}
.about__body-content p {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1.8px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .about__body-content p {
    font-size: 16px;
    line-height: 1.5882352941;
  }
}
.about__body-content a {
  color: #C09C00;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about__body-content a:hover {
  color: #C20024;
}
.about__body-content p:not(:first-child) {
  margin-top: 30px;
}
.about__btnWrap {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .about__btnWrap {
    margin-top: 72px;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0B0307;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
body {
  font-family: "Noto Serif JP", serif;
  background-image: url("/assets/img_bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  height: 100vh;
  overscroll-behavior: none;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("/assets/img_bg_sp.webp");
    background-attachment: scroll;
    background-size: contain;
    background-repeat: repeat-y;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body.is-drawer-active {
    overflow: hidden;
  }
}
a {
  text-decoration: none;
  color: inherit;
}