:root {
  --ColorBg: #f4f4f0;
  --ColorText: #161616;
  --ColorMuted: #66625c;
  --ColorLine: rgba(22, 22, 22, 0.12);
  --ColorCard: rgba(255, 255, 255, 0.42);
  --ColorSimbol: #CEBEAA;
  --ColorBrown: #59504c;
  --ColorPinkGold: #ac927e;
  --ContainerWidth: 1100px;
  --ContainerNarrow: 980px;
  --HeaderHeight: 72px;
  --SectionSpace: 110px;
  --RadiusCard: 4px;
  --ShadowSoft: 0 16px 40px rgba(0, 0, 0, 0.05);
  --EaseStandard: cubic-bezier(.23, .73, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.cormorant-r {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  color: var(--ColorText);
  background: var(--ColorBg);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
  font-size: 15px;
}
[id] {
  scroll-margin-top: 80px;
}
a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font: inherit;
}

.Page {
  overflow-x: hidden;
}

.AppShell {
  position: relative;
}

.AppShell__Content {
  position: relative;
  z-index: 2;
}

.ParticleStage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ParticleStage__Canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.ParticleStage__Glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 32%), radial-gradient(circle at center, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 58%);
}

.L-Container {
  width: min(calc(100% - 48px), var(--ContainerWidth));
  margin-inline: auto;
}

.L-Container--Mv {
  width: calc(100% - 48px);
  margin-inline: auto;
}

.L-Container--Liquid {
  width: calc(80% - 48px);
  padding-right: 5%;
  margin-inline: auto;
}

@media screen and (min-width: 1921px) {
  .L-Container--Liquid {
    padding-right: 10%;
  }
}

.L-Container--Narrow {
  width: min(calc(100% - 48px), var(--ContainerNarrow));
}

.FlexWrap {
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
}

@media screen and (min-width: 1921px) {
  .FlexWrap {
    padding-left: 10%;
  }
}

.Title {
  width: 20%;
}

.Title__Simbol {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 180px;
  color: var(--ColorSimbol);
  line-height: 0.8;
}

.Title__SectionTitle {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: var(--ColorBrown);
  line-height: 1;
  margin-bottom: 8px;
}

.Title__SubTitle {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--ColorBrown);
}

.Title__Jp {
  font-size: 16px;
  color: var(--ColorText);
  list-style: 1.5;
}

.Title--Center {
  width: 100%;
  margin-bottom: 24px;
}

.Title__Simbol--Center {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 180px;
  color: var(--ColorSimbol);
  line-height: 0;
  text-align: center;
}

.Title__SectionTitle--Center {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: var(--ColorBrown);
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

.Title__SubTitle--Center {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--ColorBrown);
  text-align: center;
}

.Title__Jp--Center {
  font-size: 16px;
  color: var(--ColorText);
  list-style: 1.5;
  text-align: center;
}

.Header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 244, 240, 0.74);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(22, 22, 22, 0.08);
}

.Header__Inner {
  min-height: var(--HeaderHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 136px));
  margin: auto;
}

.Header__Logo {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.Header__Nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.Header__NavLink {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.Hero,
.Works,
.About,
.Skill,
.Contact {
  padding-block: var(--SectionSpace);
  padding-bottom: 320px;
}

.Hero {
  min-height: calc(100vh - var(--HeaderHeight));
  display: grid;
  align-items: center;
  text-align: center;
  padding-top: calc(var(--SectionSpace) + 24px);
}

.Hero__SubTitle {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 400;
}

.Hero__Title {
  margin: 0;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
}

.Hero__Title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(18px);
  animation: HeroLetterIn .7s var(--EaseStandard) forwards;
}

@keyframes HeroLetterIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Hero__Job {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.Hero__Job span {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 999px;
  font-size: 12px;
  color: var(--ColorMuted);
  background: rgba(255, 255, 255, 0.36);
}

.Hero__Lead {
  margin: 28px auto 0;
  max-width: 760px;
  color: var(--ColorMuted);
  font-size: 16px;
  line-height: 1.8;
}

.Hero__SpOnly {
  display: none;
}

.SectionTitle {
  margin: 0 0 28px;
  font-size: 34px;
  letter-spacing: 0.08em;
}

.Works__Tab {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  border-bottom: 1px solid #ccc;
}

.Works__TabButton,
.Works__FilterButton {
  padding: 10px 16px;
  border: 1px solid rgba(22, 22, 22, 0.12);
  background: rgba(255, 255, 255, 0.36);
  color: var(--ColorMuted);
  cursor: pointer;
  transition: all .28s var(--EaseStandard);
  font-size: 13px;
}

.Works__TabButton.is-Active,
.Works__FilterButton.is-Active {
  background: var(--ColorText);
  color: #fff;
  border-color: rgba(22, 22, 22, 0.88);
  font-size: 13px;
}

.Works__Filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.Works__View {
  display: none;
}

.Works__View.is-Active {
  display: block;
}

.WorksGroup {
  margin-top: 60px;
}

.WorksGroup__Title {
  font-weight: 400;
  margin: 0 0 24px;
  font-size: 24px;
}

.Works__Readcopy {
  margin-bottom: 60px;
  line-height: 1.8;
}

.Works__Readcopy--h3 {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  font-size: 18px;
  margin-bottom: 24px;
}

.Works__Readcopy--h3::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
}

.Works__Readcopy--st {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px dotted #333;
}

.Works__Table--td {
  padding: 0 20px;
}

.WorksGroup__List {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.WorksItem {
  display: block;
  border-radius: var(--RadiusCard);
  overflow: hidden;
  background: var(--ColorCard);
  border: 1px solid rgba(22, 22, 22, 0.08);
  box-shadow: var(--ShadowSoft);
  transition:
    box-shadow .35s var(--EaseStandard),
    border-color .35s var(--EaseStandard);
}

.WorksItem:hover {
  transform: none;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07);
  border-color: rgba(22, 22, 22, 0.16);
}

.WorksItem__Image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #fff;
  filter: brightness(100%);
  transition: filter 0.3s;
}

.WorksItem__Image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #333;
  z-index: 3;
  pointer-events: none;
  opacity: 1;
}

.WorksItem__Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.16);
  opacity: 0;
  filter: brightness(1);
  transition:
    transform 2s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.8s 0.55s cubic-bezier(0.33, 1, 0.68, 1),
    filter 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.WorksItem.is-visible .WorksItem__Image::before {
  width: 100%;
  left: 100%;
  transition:
    width 0.55s cubic-bezier(0.33, 1, 0.68, 1),
    left 0.55s 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.WorksItem.is-visible .WorksItem__Image img {
  transform: scale(1);
  opacity: 1;
}

.WorksItem.is-visible:hover .WorksItem__Image img {
  transform: scale(1.05);

}

.WorksItem__Tag {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(22, 22, 22, 0.8);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  z-index: 4;
}

.WorksItem--Detail .WorksItem__Image::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  background: url(../img/arrow.svg) no-repeat center / contain;
  z-index: 4;
}

.WorksItem--External .WorksItem__Image::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 22px;
  height: 22px;
  background: url(../img/nw.svg) no-repeat center / contain;
  z-index: 4;
}

.WorksItem__Body {
  padding: 16px 16px 18px;
}

.WorksItem__Name {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.WorksItem__Text {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.WorksItem__Cate {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
}

.WorksItem__Cate--Title {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
  color: var(--ColorMuted);
}

.WorksItem__Info {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
  color: var(--ColorMuted);
}

.About__Profile {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 38px;
  align-items: center;
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 4px;
}

.About__Card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.About__CardList {
  background: var(--ColorCard);
  border: 1px solid rgba(22, 22, 22, 0.08);
  border-radius: var(--RadiusCard);
  box-shadow: var(--ShadowSoft);
  padding: 24px;
  list-style: none;
}

.About__Image {
  margin: 0;
}

.About__Image img {
  width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--ShadowSoft);
}

.About__Body p {
  line-height: 1.8;
  color: var(--ColorMuted);
}

.About__Body strong {
  color: var(--ColorText);
}

.About__h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

.About__h3 {
  font-size: 16px;
  margin-bottom: 16px;
}

.About__h4 {
  font-size: 15px;
  margin-bottom: 12px;
}

.Skill__List {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.Skill__Item {
  background: var(--ColorCard);
  border: 1px solid rgba(22, 22, 22, 0.08);
  border-radius: var(--RadiusCard);
  box-shadow: var(--ShadowSoft);
}

.Skill__Body {
  padding: 24px;
}

.Skill__Name {
  margin: 0 0 14px;
  font-size: 18px;
}

.Skill__Text {
  margin: 0;
  line-height: 2;
  color: var(--ColorMuted);
}

.Contact__Lead {
  margin: 0 0 18px;
  color: var(--ColorMuted);
  line-height: 2;
}

.Contact__List {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.Contact__Item {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(22, 22, 22, 0.1);
  background: rgba(255, 255, 255, 0.42);
}

.PageTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 25;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(22, 22, 22, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ColorText);
  box-shadow: var(--ShadowSoft);
  cursor: pointer;
}

.Footer {
  padding: 24px 0 40px;
}

.Footer__Copy {
  text-align: center;
  color: var(--ColorMuted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}


.Hero__Inner {
  position: relative;
  max-width: 1600px;
  margin-inline: auto;
  isolation: isolate;
}

.Hero__Inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(88vw, 1580px);
  height: min(36vw, 500px);
  transform: translate(-50%, -50%);
  background:
    radial-gradient(
      ellipse at center,
      rgba(206, 190, 170, 0.52) 0%,
      rgba(206, 190, 170, 0.10) 32%,
      rgba(206, 190, 170, 0) 72%
    );
  filter: blur(24px);
  pointer-events: none;
  z-index: -1;
}

.Skill__List--Four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.Skill__Text--List {
  line-height: 2.2;
  font-size: 13px;
}

.Contact__Lead--Center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 18px;
}

.Contact__Card {
  padding: 54px 28px;
  background: var(--ColorCard);
  border: 1px solid rgba(22, 22, 22, 0.08);
  border-radius: 4px;
  box-shadow: var(--ShadowSoft);
  text-align: center;
}

.Contact__Mail {
  display: inline-block;
  font-size: 40px;
  line-height: 1.2;
  color: var(--ColorText);
  border-bottom: 1px solid rgba(22, 22, 22, 0.18);
  padding-bottom: 8px;
}

.Contact {
  padding-bottom: 400px;
}

@media (max-width: 1280px) {
  .Skill__List--Four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .WorksGroup__List {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .About__Profile,
  .Skill__List {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .Hero__Inner::before {
    width: min(92vw, 560px);
    height: min(40vw, 220px);
    top: 38%;
  }

  .L-Container,
  .L-Container--Narrow {
    width: min(calc(100% - 32px), var(--ContainerWidth));
  }

  .Header__Inner {
    min-height: 64px;
    width: min(calc(100% - 32px));
  }

  .Header__Nav {
    gap: 14px;
  }

  .Hero,
  .Works,
  .About,
  .Skill,
  .Contact {
    padding-block: 72px;
  }

  .Hero {
    min-height: calc(100svh - var(--HeaderHeight));
  }

  .Hero__SubTitle {
    font-size: 19px;
  }

  .Hero__Lead {
    font-size: 14px;
  }

  .Hero__SpOnly {
    display: inline;
  }

  .WorksGroup__List,
  .Skill__List,
  .Skill__List--Four {
    grid-template-columns: 1fr;
  }

  .About__Profile {
    gap: 24px;
  }

  .About__Image img {
    width: 120px;
  }

  .PageTop {
    right: 16px;
    bottom: 16px;
  }

  .Contact__Card {
    padding: 34px 18px;
  }

  .Contact__Mail {
    font-size: clamp(22px, 7vw, 40px);
  }
}

.WorksItem__Shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.28) 76%, rgba(0, 0, 0, 0.42) 100%
    );
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  z-index: 2;
}

.WorksItem.is-visible:hover .WorksItem__Shade {
  opacity: 1;
}

.Hero {
  position: relative;
}

.HeroScroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
  opacity: 0.78;
  transition: opacity 0.3s ease;
}

.HeroScroll:hover {
  opacity: 1;
}

.HeroScroll__Text {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ColorMuted);
}

.HeroScroll__Line {
  position: relative;
  width: 1px;
  height: 56px;
  background: rgba(22, 22, 22, 0.16);
  overflow: hidden;
}

.HeroScroll__Line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background: rgba(22, 22, 22, 0.7);
  animation: HeroScrollLine 1.8s ease-in-out infinite;
}

@keyframes HeroScrollLine {
  0% {
    transform: translateY(-24px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(56px);
    opacity: 0;
  }
}

.PageTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 25;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(22, 22, 22, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ColorText);
  box-shadow: var(--ShadowSoft);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
}

.PageTop.is-Visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .HeroScroll {
    bottom: 18px;
  }

  .HeroScroll__Line {
    height: 44px;
  }
}

@media (max-width: 767px) {
  .FlexWrap {
    display: block;
    padding-left: 0;
  }

  .Title {
    width: 100%;
    margin-bottom: 28px;
    padding: 0 16px;
    text-align: center;
  }

  .L-Container--Liquid {
    width: calc(100% - 32px);
    padding-right: 0;
  }

  .Title__Simbol {
    font-size: 110px;
    line-height: 0.8;
    text-align: center;
  }

  .Title__SectionTitle {
    font-size: 26px;
    line-height: 1.05;
    text-align: center;
  }

  .Title__Jp {
    font-size: 14px;
    text-align: center;
  }

  .Works__Table,
  .Works__Table tbody,
  .Works__Table tr,
  .Works__Table td {
    display: block;
    width: 100%;
  }

  .Works__Table--td {
    padding: 0;
  }

  .Works__Readcopy--h3 {
    gap: 12px;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .About__Profile {
    display: block;
    padding: 0;
  }

  .About__Image {
    margin-bottom: 20px;
  }

  .About__Image img {
    width: 120px;
    margin: 0 auto;
  }

  .About__Card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .About__CardList {
    padding: 20px;
  }
}

/* モーダル対象画像のホバー演出 */
.WorkDetail__Figure {
  margin: 20px 0 0;
  border: 1px solid rgba(22, 22, 22, 0.10);
  background: rgba(255, 255, 255, 0.54);
  overflow: hidden;
}

.zoom-image-card {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}

.zoom-image-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .35s ease;
}

.zoom-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.zoom-image-card__icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .72);
  color: #fff;
  transition: transform .25s ease, background .25s ease;
  pointer-events: none;
}

.zoom-image-card:hover img {
  transform: scale(1.05);
}

.zoom-image-card:hover::after {
  opacity: 1;
}

.zoom-image-card:hover .zoom-image-card__icon {
  transform: scale(1.12);
  background: rgba(0, 0, 0, .88);
}
.WorkDetail__Buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
  justify-content: center;
}

.WorkDetail__Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(22, 22, 22, 0.12);
  background: rgba(255, 255, 255, 0.42);
  transition: all .28s var(--EaseStandard);
}

.WorkDetail__Button:hover {
  background: var(--ColorText);
  color: #fff;
}
.PahseBtn__BtnBox .WorkDetail__Button{
  display: flex;
}
/* スマホではモーダルを使わないので演出を軽くする */
@media (max-width: 767px) {
  .zoom-image-card {
    cursor: default;
  }

  .zoom-image-card::after {
    display: none;
  }

  .zoom-image-card__icon {
    display: none;
  }

  .zoom-image-card:hover img {
    transform: none;
  }
}


