@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -Webkit-tap-highlight-color: transparent; /* 3 */
}
html * {
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

.entry-content > *,
.body .article {
  margin-bottom: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

:is(.article ul, .article ol) {
  padding-left: 24px;
  margin-bottom: 0;
}
:is(.article ul, .article ol) li {
  margin: 0;
  list-style: initial !important;
  font-size: 14px;
  line-height: 2 !important;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle; /* 1 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-Webkit-inner-spin-button,
[type=number]::-Webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-Webkit-search-decoration {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-Webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

a[href*=tel] {
  pointer-events: none;
}
@media (width <= 600px) {
  a[href*=tel] {
    pointer-events: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

:root {
  /* base colors */
  --color-bg-base: #ffffff;
  --color-bg-surface: #ffffff;
  --color-bg-soft: #F7F5F1;
  /* text */
  --color-text-main: #111111;
  --color-text-sub: rgba(17, 17, 17, 0.56);
  /* border / line */
  --color-border: rgba(17, 17, 17, 0.14);
  /* accent */
  --color-accent-main: #f08aa6;
  --color-accent-sub: #8b5cf6;
  /* button */
  --color-button-main: #111111;
  --color-button-hover: #000000;
}

:root {
  --ff-serif: "Noto Serif JP", serif;
  --ff-sans: "Noto Sans", sans-serif;
  --ff-zen: "Zen Old Mincho", serif;
  --ff-atkinson:"Atkinson Hyperlegible", sans-serif;
  --ff-manrope: "Manrope", sans-serif;
  --ff-inter: "Inter", sans-serif;
  --lh-h1: 1.4;
  --lh-h2: 1.5;
  --lh-h3: 1.4;
  --lh-lead: 1.75;
  --lh-caption: 1.7;
  --lh-en-ttl: 1.4;
  --fz-h1: 36px;
  --fz-h2: 32px;
  --fz-h3: 24px;
  --fz-h4: 18px;
  --fz-en-ttl: 28px;
  --fz-sub:12px;
  --fz-lead: 15px;
  --fz-btn: 13px;
  --fz-caption: 14px;
}

@media (max-width: 600px) {
  :root {
    --fz-h1: 28px;
    --fz-h2: 22px;
    --fz-h3: 20px;
    --fz-h4: 17px;
    --fz-en-ttl: 22px;
    --fz-sub:12px;
    --fz-lead: 14px;
    --fz-btn: 12px;
    --fz-caption: 13px;
  }
}
:root {
  --space-0: 0;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --space-96: 96px;
  --space-160: 160px;
  --space-pc-section: 120px;
  --space-pc-gutter: 20px;
  --space-pc-margin: 80px;
  --space-pc-xsmall: 12px;
  --space-pc-small: 24px;
  --space-pc-block: 40px;
  --space-pc-inner: 60px;
  --space-pc-footer: 160px;
  --space-sp-section: 80px;
  --space-sp-gutter: 16px;
  --space-sp-margin: 16px;
  --space-sp-xsmall: 8px;
  --space-sp-small: 16px;
  --space-sp-block: 28px;
  --space-sp-inner: 40px;
  --space-sp-footer: 100px;
}

:root {
  color-scheme: light;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #222;
  line-height: 1.7;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: ease 0.2s;
}
.l-main {
  padding-top: 120px;
  padding-bottom: 200px;
}

.l-container {
  width: min(1200px, 100%);
  margin: 0 auto;
}
@media screen and (max-width: 1215px) {
  .l-container {
    padding-inline: 15px;
  }
}

.c-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: min(420px, 100%);
  box-sizing: border-box;
  padding: 16px 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-decoration: none;
  z-index: 0;
  transition: color 0.3s ease;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 600px) {
  .c-btn {
    font-size: 16px;
    padding: 14px 0;
    width: 95%;
  }
}
.c-btn__site {
  background: #f9d39f;
  color: #8a1220;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 0.3s;
}
.c-btn__site:hover {
  color: #8a126c;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}
.c-btn__design {
  background: #8a126c;
  color: #fff;
  width: 55%;
  padding: 6px;
  font-size: 13px;
}
.c-btn__design::before {
  background: linear-gradient(45deg, #f3c36a 0%, #caa0e8 100%);
}
.c-btn__design:hover {
  color: #8a126c;
}
.c-btn__arrow::after, .c-btn__arrow::before {
  content: "";
  position: absolute;
  right: 60px;
  background-color: currentColor;
  height: 2px;
  transition: right 0.3s;
}
.c-btn__arrow::after {
  width: 30px;
  top: 55%;
  transform: translateY(-50%);
}
.c-btn__arrow::before {
  width: 8px;
  top: 55%;
  transform-origin: right center;
  transform: translateY(-50%) rotate(35deg);
}
.c-btn__arrow:hover::before {
  letter-spacing: 0;
  text-indent: 0;
}
.c-btn__arrow:hover::before, .c-btn__arrow:hover::after {
  right: 40px;
}
.c-btn__linear::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  filter: saturate(0.85) brightness(1.05);
  z-index: -1;
  background: linear-gradient(45deg, #f3c36a 0%, #caa0e8 100%);
}
.c-btn__linear::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.c-btn__linear:hover {
  color: #8a126c;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8);
}
.c-btn__linear:hover::before {
  transform: translateX(0);
}

:root {
  --header-offset: 96px;
}

html {
  scroll-padding-top: var(--header-offset);
}

.c-workCard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  background: var(--color-bg-surface);
  border-radius: 18px;
}
@media screen and (max-width: 820px) {
  .c-workCard {
    grid-template-columns: 1fr;
  }
}
.c-workCard__media {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .c-workCard__media {
    grid-area: 1/1/3/1;
  }
}
@media screen and (max-width: 820px) {
  .c-workCard__media {
    grid-area: 2/1/3/1;
  }
}
.c-workCard__media img {
  width: 100%;
  border-radius: 12px;
  transition: all 0.3s;
}
.c-workCard__media img:hover {
  transform: scale(0.95, 0.95);
}
.c-workCard__header {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 821px) {
  .c-workCard__header {
    grid-area: 1/2/2/3;
  }
}
@media screen and (max-width: 820px) {
  .c-workCard__header {
    grid-area: 1/1/1/1;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 821px) {
  .c-workCard__body {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 820px) {
  .c-workCard__body {
    grid-area: 4/1/5/1;
  }
}
.c-workCard__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 42px;
}
@media screen and (min-width: 821px) {
  .c-workCard__actions {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 820px) {
  .c-workCard__actions {
    grid-area: 3/1/4/1;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.c-workCard__eyebrow {
  font-size: 13px;
  color: var(--color-text-sub);
  letter-spacing: 0.08em;
}
.c-workCard__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  border-left: 10px solid #9cd2d2;
  padding: 2px 8px;
}
@media screen and (max-width: 1024px) {
  .c-workCard__title {
    font-size: 20px;
  }
}
.c-workCard__meta {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.c-workCard__meta-row dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 8px;
}
.c-workCard__meta-row dt::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #9cd2d2;
  flex: 0 0 10px;
  transform: translateY(1px);
}
.c-workCard__meta-row dd {
  margin: 0;
  font-size: 15px;
}
.c-workCard__meta-txt {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.c-workCard__meta-ttl {
  font-size: 13px;
  margin-bottom: 8px;
}
.c-workCard__about {
  display: grid;
  gap: 24px;
  border: 2px solid hsl(43.53, 30.54%, 85.26%);
  border-radius: 30px;
  padding: 32px 16px;
  margin-top: 12px;
}
.c-workCard__about dl {
  margin: 0;
}
.c-workCard__about dl + dl {
  padding-top: 18px;
  border-top: 1px solid hsl(43.53, 30.54%, 85.26%);
}
.c-workCard__about dt {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.c-workCard__about dd {
  line-height: 1.7;
}
.c-workCard__tool-ttl {
  color: var(--color-text-sub);
}

.c-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.c-tag__item {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 5px 14px;
  border: 1px solid #eee;
  border-radius: 999px;
  background: #f8f8f8;
  font-size: 12px;
  color: var(--color-text);
}
.c-tag__html i {
  color: rgb(228, 77, 37);
}
.c-tag__html i::before {
  content: "\f13b";
}
.c-tag__scss i {
  color: rgb(240, 98, 147);
}
.c-tag__scss i::before {
  content: "\f41e";
}
.c-tag__css i {
  color: rgb(191, 29, 223);
}
.c-tag__css i::before {
  content: "\f13c";
}
.c-tag__js i {
  color: rgb(23, 172, 18);
}
.c-tag__js i::before {
  content: "\f3b8";
}
.c-tag__figma ::before {
  content: "";
  background-image: url(../../../img/figma.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  aspect-ratio: 1/1;
  display: flex;
}
.c-tag__react i {
  color: rgb(5, 166, 205);
}
.c-tag__react i::before {
  content: "\f41b";
}
.c-tag__php i {
  color: rgb(136, 146, 192);
}
.c-tag__php i::before {
  content: "\f457";
}
.c-tag__wp i {
  color: rgb(0, 118, 158);
}
.c-tag__wp i::before {
  content: "\f19a";
}
.c-tag__tw ::before {
  content: "";
  background-image: url(../../../img/tailwind.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  aspect-ratio: 1/1;
  display: flex;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: hsla(43.53, 30.54%, 85.26%, 0.6);
  padding: 20px 0;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-header__Logo {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(135deg, rgb(237, 152, 158) 0%, rgb(83, 189, 196) 48%, rgba(233, 178, 128, 0.95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.p-header .c-siteSub {
  margin-top: 6px;
  font-size: 14px;
  color: var(--color-text-muted);
}

/* =========================
   Dropdown Menu (header)
========================= */
/* overlay：外側クリックで閉じるための透明レイヤー */
.p-drawerOverlay {
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1090;
}

/* dropdown panel：ヘッダー右上から下に出る */
.p-drawerNav {
  position: fixed;
  /* ヘッダーの padding(20px) を考慮して、下に少し余白を作る */
  top: 72px;
  right: var(--space-16);
  width: min(360px, 88vw);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1150;
}
.p-drawerNav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-drawerNav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.p-drawerNav__item:last-child {
  border-bottom: 0;
}
.p-drawerNav__link {
  display: block;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
  text-decoration: none;
}
.p-drawerNav__link:hover {
  background: rgba(0, 0, 0, 0.04);
}

/* open state：JSで .p-header に is-menu-open が付いたら表示 */
.p-header.is-menu-open .p-drawerOverlay {
  opacity: 1;
  visibility: visible;
}
.p-header.is-menu-open .p-drawerNav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.p-footer {
  padding: 22px 0;
  border-top: 1px solid var(--color-line);
  background: #6a6455;
  color: #fff;
}
.p-footer__copy {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0 auto;
}

.c-footerCopy {
  font-size: 13px;
  color: var(--color-text-muted);
}

.p-global-nav {
  /* PC共通 */
  /* SPメニュー */
}
.p-global-nav__list {
  display: flex;
  gap: var(--space-32);
  list-style: none;
}
.p-global-nav__item a {
  text-decoration: none;
  font-size: clamp(15px, 2.5vw, 15px);
  font-weight: 400;
  letter-spacing: 0.03em;
  transition: opacity 0.3s;
}
.p-global-nav__item a:hover {
  opacity: 0.6;
}
.p-global-nav__sp-extra, .p-global-nav__footer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-global-nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color_base);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: var(--space-96);
    transition: opacity 0.6s ease;
    opacity: 0;
    transform: none;
    pointer-events: none;
    z-index: 1100;
    /* --- SPメニュー専用要素 --- */
  }
  .p-global-nav.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .p-global-nav__list {
    flex-direction: column;
    align-items: center;
    gap: var(--space-32);
    margin-top: var(--space-40);
  }
  .p-global-nav__item a {
    font-size: var(--fz-lead);
    font-weight: 400;
    color: var(--color_text);
    text-decoration: none;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .p-global-nav__sp-logo {
    display: block;
    margin-bottom: var(--space-32);
  }
  .p-global-nav__sp-logo img {
    width: 160px;
    height: auto;
  }
  .p-global-nav__sp-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--space-48);
    gap: var(--space-24);
  }
  .p-global-nav__footer {
    font-size: var(--fz-lead);
    color: var(--color_text);
    position: fixed;
    bottom: 0;
    padding-bottom: var(--space-16);
  }
}

.js-hamburger {
  width: 28px;
  height: 18px;
  position: relative;
  cursor: pointer;
  z-index: 1200;
  margin-left: auto;
  /* クリック領域を少し広げたい場合は下を有効化
  padding: 10px;
  height: auto;
  */
}
.js-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #6a6455;
  border-radius: 1px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  top: 0;
}
.js-hamburger span:nth-child(1) {
  top: 0;
}
.js-hamburger span:nth-child(2) {
  top: 8px;
}
.js-hamburger span:nth-child(3) {
  top: 16px;
}
.js-hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.js-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.js-hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: auto;
  top: 8px;
}

/* =========================
   Drawer Menu
========================= */
/* overlay */
.p-drawerOverlay {
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1090;
}

/* drawer panel */
.p-drawerNav {
  position: fixed;
  top: 72px;
  right: var(--space-16);
  width: min(360px, 88vw);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 1150;
}
.p-drawerNav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-drawerNav__link {
  display: block;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #222;
  text-decoration: none;
}
.p-drawerNav__link:hover {
  background: rgba(0, 0, 0, 0.04);
}
.p-drawerNav__link::before {
  content: none;
}

/* open state */
.p-header.is-menu-open .p-drawerOverlay {
  opacity: 1;
  visibility: visible;
}
.p-header.is-menu-open .p-drawerNav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.p-works {
  padding-top: 20px;
}
.p-works__hr {
  margin-block: 100px;
  margin-inline: auto;
  color: #ccc;
  width: 90%;
}
@media screen and (max-width: 820px) {
  .p-works__hr {
    margin-block: 40px;
    width: 0;
  }
}

.u-animation__fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.u-animation__fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
}
.u-animation__fadeIn {
  opacity: 0;
  transition: opacity 2s ease;
}
.u-animation__fadeIn.is-active {
  opacity: 1;
}
.u-animation__slideInRight {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.u-animation__slideInRight.is-active {
  opacity: 1;
  transform: translateX(0);
}
.u-animation__slideInLeft {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.u-animation__slideInLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}
.u-animation__borderLine {
  position: relative;
  display: inline-block;
  width: 100%;
}
.u-animation__borderLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color_accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s ease;
}
.u-animation__borderLine.is-active::after {
  transform: scaleX(1);
}
.u-animation__borderRight {
  position: relative;
  display: block;
}
.u-animation__borderRight::before, .u-animation__borderRight::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-color: var(--color_accent);
  border-style: solid;
}
.u-animation__borderRight::before {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 1px 0 0 1px;
}
.u-animation__borderRight::after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 1px 1px 0;
}
.u-animation__borderRight.is-active::before {
  animation: borderBoxCCW_before 1s linear forwards;
}
.u-animation__borderRight.is-active::after {
  animation: borderBoxCCW_after 1s linear forwards;
  animation-delay: 1s;
}
.u-animation__borderLeft {
  position: relative;
  display: block;
}
.u-animation__borderLeft::before, .u-animation__borderLeft::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-color: var(--color_accent);
  border-style: solid;
}
.u-animation__borderLeft::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 1px 1px 0 0;
}
.u-animation__borderLeft::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0 1px 1px;
}
.u-animation__borderLeft.is-active::before {
  animation: borderBoxCW_before 1s linear forwards;
}
.u-animation__borderLeft.is-active::after {
  animation: borderBoxCW_after 1s linear forwards;
  animation-delay: 1s;
}

/* ========= 反時計回り：右用 ========= */
@keyframes borderBoxCCW_before {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes borderBoxCCW_after {
  0% {
    width: 0;
    height: 0;
    border-width: 0 1px 1px 0;
  }
  50% {
    width: 100%;
    height: 0;
    border-width: 0 1px 1px 0;
  }
  100% {
    width: 100%;
    height: 0;
    border-width: 0 0 1px 0;
  }
}
/* ========= 時計回り：左用 ========= */
@keyframes borderBoxCW_before {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes borderBoxCW_after {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 0;
    border-width: 0 0 1px 0;
  }
}/*# sourceMappingURL=style.css.map */