@charset "UTF-8";
body {
  font-family: "Playfair Display", "Noto Serif JP", "serif";
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 1.4545454545vw;
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.contact__inner {
  max-width: 720px;
  max-width: 45rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    max-width: 100%;
  }
}

.form__item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form__label-text {
    font-size: 1.75rem;
  }
}

.form__label-text span {
  color: #e31f1f;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  font-family: "Noto Serif", "serif";
  padding: 2px;
  padding: 0.125rem;
  margin-left: 4px;
  margin-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .form__label-text span {
    font-size: 1.625rem;
  }
}

.form__input-text {
  border-bottom: 1px solid #aaa;
  padding: 8px;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__input-text {
    font-size: 1.75rem;
  }
}

select,
textarea,
.input-text {
  width: 100%;
}

.contact__button {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact__button {
    margin-top: 3.5rem;
  }
}

.contact__line {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
}

.contact__line-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__line-text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .contact__line-button {
    margin-top: 2.5rem;
  }
}

.drawer-menu {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  opacity: 0.84;
  display: none;
  width: 100%;
  height: 100vh;
}

.drawer-menu__inner {
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-menu__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-menu__item {
  display: inline-block;
}

.drawer-menu__item:not(:first-child) {
  margin-top: 25px;
}

.drawer-menu__link {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  padding-bottom: 25px;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.drawer-menu__link.drawer-menu__link--contact {
  padding: 14px 14px;
  border: none;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  border-radius: 6px;
}
.drawer-menu__link.drawer-menu__link--contact:hover {
  opacity: 1;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.footer {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 1.75rem;
  }
}

.fv__img {
  position: relative;
  width: 100%;
  height: 100vh;
}
.fv__img video {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__logo img {
  width: 100px;
}

.fv__title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  font-weight: 400;
  text-align: center;
}

.fv__title-en {
  font-size: 56px;
  font-size: 3.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .fv__title-en {
    font-size: 6rem;
  }
}

.fv__title-ja {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv__title-ja {
    font-size: 4rem;
  }
}

.hamburger {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 15px;
  width: 25px;
  height: 16px;
  cursor: pointer;
}

.hamburger.is-active {
  top: 32px;
  right: 20px;
}

.hamburger span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #111;
  -webkit-transition: 0.3s background-color, 0.3s -webkit-transform;
  transition: 0.3s background-color, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s background-color;
  transition: 0.3s transform, 0.3s background-color, 0.3s -webkit-transform;
}

.hamburger.is-active span {
  background-color: #fff;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 8px;
}

.hamburger span:nth-child(3) {
  top: 16px;
}

.hamburger.is-active span:first-child {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 76px;
  height: 4.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header {
    position: static;
    position: initial;
    height: 9.375rem;
  }
}

.header__inner {
  padding: 0 10px;
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  max-width: 80rem;
  margin: 0 auto;
}

.header__logo {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 3.75rem;
  }
}

.profile__inner {
  max-width: 960px;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.profile__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .profile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.profile__img {
  max-width: 370px;
  max-width: 23.125rem;
  aspect-ratio: 370/490;
}
@media screen and (max-width: 768px) {
  .profile__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
  }
}

.profile__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__body {
  margin-left: 40px;
  margin-left: 2.5rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .profile__body {
    margin-left: 0;
  }
}

.profile__body p,
dl,
dt {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .profile__body p,
  dl,
  dt {
    margin-top: 3rem;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .profile__body h3 {
    margin-top: 2rem;
    font-size: 3rem;
  }
}

.profile__link {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile__link {
    margin-top: 2.5rem;
  }
}

.swiper {
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.swiper-slide video {
  width: 100%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #000;
  border-top: 20px solid transparent;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #000;
  border-top: 20px solid transparent;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.works__inner {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .works__inner {
    max-width: 50rem;
  }
}

.works__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.works__content {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .works__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
  }
}

.works__content:nth-child(even) {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.works__content video {
  max-width: 500px;
  width: 100%;
}

.works__content-body {
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.works__content-title {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .works__content-title {
    font-size: 3rem;
  }
}

.works__content-title span {
  letter-spacing: -0.1em;
}

.works__content-text {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .works__content-text {
    font-size: 2.5rem;
  }
}

.works__content-link {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .works__content-link {
    margin-top: 2.5rem;
  }
}

.button {
  padding: 8px 48px;
  padding: 0.5rem 3rem;
  background-color: #28c3d4;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 1rem 7.5rem;
    font-size: 2rem;
  }
}

.button:hover {
  background-color: grey;
}

.submit-button {
  color: #fff;
  background-color: #111;
  padding: 16px 120px;
  padding: 1rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .submit-button {
    font-size: 2rem;
  }
}

.contact__line-button {
  width: 100px;
  width: 6.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact__line-button {
    width: 12.5rem;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.title {
  text-align: center;
}

.title-en {
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: capitalize;
  font-weight: 400;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .title-en {
    font-size: 5rem;
  }
}

.title-ja {
  display: block;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .title-ja {
    font-size: 4rem;
  }
}

.l-contact {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-footer {
  margin: 80px 0;
  margin: 5rem 0;
}

.l-profile {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-works {
  margin-top: 60px;
  margin-top: 3.75rem;
}
/*# sourceMappingURL=styles.css.map */
