@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
body {
  background: linear-gradient(-137deg, rgb(233, 235, 242) 0%, rgb(249, 252, 255) 100%);
  line-height: 2;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-color);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

fieldset {
  border: none; /* 枠線を消す */
  margin: 0; /* 外側の余白をリセット */
  padding: 0; /* 内側の余白をリセット */
  min-width: 0; /* ブラウザ特有の最小幅のバグを防ぐ */
}

.u-display-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-display-sp {
    display: block;
  }
}
.u-display-pc {
  display: block;
}
@media (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}

:root {
  --accent-color: #d8670b;
  --text-color: #3a3a3a;
  --leading-trim: calc((1em - 1lh) / 2);
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 60px;
  padding-inline: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .l-header {
    padding-top: 20px;
    padding-inline: 20px;
    gap: 20px;
  }
}
.l-header a {
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header a.is-hover {
  opacity: 0.5;
}
.l-header__logo {
  font-size: 20px;
  line-height: 1.1;
}
.l-header__logo__small {
  font-size: 12px;
}
.l-header__list {
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  gap: 32px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .l-header__list {
    display: none;
  }
}
.l-header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1;
  border: 1px solid var(--text-color);
  border-radius: 1000px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .l-header__hamburger {
    display: flex;
  }
}
.l-header__hamburger span {
  display: block;
  width: 60%;
  height: 1px;
  background-color: var(--text-color);
  position: absolute;
  transition: all 0.5s ease;
}
.l-header__hamburger span:nth-child(1) {
  transform: translateY(-4px);
}
.l-header__hamburger span:nth-child(3) {
  transform: translateY(4px);
}
.l-header__hamburger.is-menu-open span:nth-child(1) {
  transform: rotate(15deg);
}
.l-header__hamburger.is-menu-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-menu-open span:nth-child(3) {
  transform: rotate(-15deg);
}
.l-header__sp-menu {
  padding: 20px;
  position: absolute;
  top: 90px;
  right: 20px;
  background: var(--text-color);
  color: #fff;
  border-radius: 8px;
  transition: all 0.5s ease;
  transform-origin: top right;
  scale: 0;
  opacity: 0;
}
.is-menu-open .l-header__sp-menu {
  scale: 1;
  opacity: 1;
}
.l-header__sp-menu a {
  color: #fff;
}

.l-footer {
  padding: 80px;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 40px 20px;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer__copy {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  text-align: center;
}
.l-footer__sns {
  display: flex;
  gap: 10px;
}
.l-footer__sns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--text-color);
  border-radius: 100px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .l-footer__sns__item {
    width: 40px;
    height: 40px;
  }
}
.l-footer__sns__item.is-hover {
  border-width: 3px;
}
.l-footer__sns img {
  width: 20px;
  height: auto;
}
@media (max-width: 768px) {
  .l-footer__sns img {
    width: 16px;
  }
}

.l-section {
  padding: 0 80px;
  position: relative;
  overflow: clip;
}
@media (max-width: 768px) {
  .l-section {
    padding: 0 20px;
  }
}
.l-section__inner {
  width: 100%;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 60%;
  gap: 40px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .l-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.l-section__inner-small {
  margin-inline: auto;
  width: 100%;
  max-width: 1200px;
}
.l-section__content {
  width: 100%;
  margin-left: auto;
}

.l-section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

.c-heading-lv2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  line-height: 1;
}
.c-heading-lv2 p {
  margin-block: var(--leading-trim);
  font-size: clamp(54px, 6.5972222222vw + 3.3333333333px, 130px);
  letter-spacing: 0.03em;
}
.c-heading-lv2 p span {
  color: var(--accent-color);
}
.c-heading-lv2 h2 {
  padding-top: clamp(16px, 1.3888888889vw + 5.3333333333px, 32px);
  display: block;
  font-size: clamp(12px, 0.2604166667vw + 10px, 15px);
}

.c-heading-lv2-lower {
  margin-block: var(--leading-trim);
  font-size: clamp(15px, 0vw + 15px, 15px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  margin-left: -0.8rem;
}
@media (max-width: 768px) {
  .c-heading-lv2-lower {
    margin-left: -0.4rem;
  }
}

@media (max-width: 768px) {
  .c-button {
    text-align: center;
  }
}
.c-button.--center {
  text-align: center;
}
.c-button.--right {
  text-align: right;
}
.c-button__link {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-family: "Cormorant Garamond", serif;
  color: #2e2e2e;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
@media (max-width: 768px) {
  .c-button__link {
    margin-top: 32px;
    gap: 16px;
  }
}
.c-button span {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 100px;
  border: 1px solid var(--text-color);
  border: 1px solid var(--accent-color);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-button span {
    width: 46px;
  }
}
.c-button img {
  width: 14px;
  aspect-ratio: 1;
}

.is-hover span {
  border-width: 6px;
}

.c-link {
  display: inline-block;
  color: var(--accent-color);
  line-height: 1.2;
  border-bottom: 1px solid var(--accent-color);
}

.p-mv {
  padding-top: 200px;
  padding-inline: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .p-mv {
    padding-top: 200px;
    padding-inline: 20px;
  }
}
.p-mv__inner {
  position: relative;
}
.p-mv__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-mv__image {
    aspect-ratio: 3/4;
    border-radius: 10px;
  }
}
.p-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-position: 40% 40%;
     object-position: 40% 40%;
}
.p-mv__text {
  margin-top: -80px;
  margin-left: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-mv__text {
    margin-top: -80px;
    margin-left: 0px;
  }
}

.p-mv__title-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(60px, 9.5486111111vw + -13.3333333333px, 170px);
  line-height: 0.9;
  letter-spacing: 0.05em;
}

.p-mv__title-ja {
  margin-top: 20px;
  font-size: clamp(20px, 1.3888888889vw + 9.3333333333px, 36px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.p-mv__title-ja span {
  display: block;
  font-size: clamp(15px, 0.2604166667vw + 13px, 18px);
  letter-spacing: 0.2em;
}

.p-mv-lower {
  padding-block: 200px;
}
@media (max-width: 768px) {
  .p-mv-lower {
    padding-block: 120px 80px;
  }
}
.p-mv-lower__heading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  line-height: 1;
}
.p-mv-lower__heading p {
  margin-block: var(--leading-trim);
  font-size: clamp(60px, 6.0763888889vw + 13.3333333333px, 130px);
  letter-spacing: 0.03em;
}
.p-mv-lower__heading p span {
  color: var(--accent-color);
}
.p-mv-lower__heading h2 {
  padding-top: 32px;
  display: block;
  font-size: 15px;
}

.p-message {
  padding-block: 240px 150px;
  position: relative;
}
@media (max-width: 768px) {
  .p-message {
    padding-block: 100px 20px;
  }
}
.p-message__bg-text {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  line-height: 1;
  font-size: clamp(100px, 16.4930555556vw + -26.6666666667px, 290px);
  letter-spacing: 0.03em;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  opacity: 0.3;
  color: #fff;
  text-align: center;
}
.p-message__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  text-align: center;
  position: relative;
}
.p-message__main {
  display: flex;
}
.p-message__text-area {
  position: relative;
}
.p-message__image-area {
  width: 50%;
  height: 500rem;
}
.p-message__text {
  margin-block: var(--leading-trim);
  line-height: 2.8;
}
@media (max-width: 768px) {
  .p-message__text {
    line-height: 2.4;
  }
}

.p-contact {
  position: relative;
}
.p-contact__form {
  margin-left: auto;
}
.p-contact__form p + p {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .p-contact__form p + p {
    padding-top: 24px;
  }
}
.p-contact__form label {
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media (max-width: 768px) {
  .p-contact__form label {
    grid-template-columns: 1fr;
  }
}
.p-contact__form label > span {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  min-height: 40px;
}
.p-contact__form input, .p-contact__form textarea {
  width: 100%;
  height: 100% !important;
}
.p-contact__submit-button {
  padding-block: 20px;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  background-color: var(--text-color);
  border-radius: 3px;
}
@media (max-width: 768px) {
  .p-contact__submit-button {
    padding-block: 14px;
  }
}
.p-contact__box {
  margin-top: 240px;
  display: flex;
  flex-direction: column;
  padding: 150px;
  width: 100%;
  background: linear-gradient(137deg, rgba(239, 241, 247, 0.4) 0%, rgba(237, 239, 245, 0.4) 100%);
  border-radius: 20px;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__box {
    margin-top: 100px;
    padding: 48px 20px;
  }
}

.p-works {
  padding-top: 240px;
}
@media (max-width: 768px) {
  .p-works {
    padding-top: 100px;
  }
}
.p-works__content-wrapper {
  display: grid;
  gap: 100px;
}
@media (max-width: 768px) {
  .p-works__content-wrapper {
    gap: 64px;
  }
}
.p-works__list {
  display: grid;
  border-top: 1px solid #dfdfdf;
}
.p-works__list li {
  padding-block: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr auto;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .p-works__list li {
    padding-block: 16px;
    grid-template-columns: 1fr;
  }
}
.p-works__list-lower {
  margin-top: 24px;
  border-top: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .p-works__list-lower {
    margin-top: 16px;
  }
}
.p-works__list-lower li {
  padding-block: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .p-works__list-lower li {
    padding-block: 16px;
    grid-template-columns: 1fr;
  }
}
.p-works__tag {
  font-family: "Cormorant Garamond", serif;
}
.p-works__date {
  font-size: 14px;
}

.p-profile-lower__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .p-profile-lower__inner {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.p-profile-lower__image {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .p-profile-lower__image {
    margin-inline: auto;
    width: 70%;
    position: static;
    top: auto;
    border-radius: 10px;
  }
}
.p-profile-lower__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */