:root {
  --blue: #0B08CE;
  --blue-deep: #0714cf;
  --green: #a7f43d;
  --paper: #f7f7f5;
  --ink: #0e16cf;
  --navy: #002a43;
  --grid: rgba(5, 21, 96, 0.18);
  --font-en: "Inter", sans-serif;
  --font-jp: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

body {
  position: relative;
  isolation: isolate;
  background-color: var(--paper);
  background: radial-gradient(circle at 28% 36%, rgba(255, 255, 255, 0.95), transparent 24%), linear-gradient(120deg, #f9f9f7, #f2f2f2);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--font-jp);
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.7'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  content: "";
  filter: contrast(180%);
  mix-blend-mode: multiply;
  opacity: 0.44;
  pointer-events: none;
}

.footer {
  position: relative;
  z-index: 1;
  background: transparent;
}
.footer::before {
  display: none;
}

.work-detail {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.work-detail::before {
  display: none;
}
.work-detail :where(figure, dl, dd, ol, ul, p, h1) {
  margin: 0;
}
.work-detail__inner {
  width: min(100% - 48px, 1040px);
  margin: 0 auto;
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .work-detail__inner {
    width: min(100% - 36px, 1040px);
    padding: 120px 0 20px;
  }
}

.project__title {
  color: var(--ink);
  font-size: clamp(18px, 2.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.project__tags {
  display: flex;
  gap: 20px;
  padding: 20px 0 0;
  list-style: none;
}
.project__tags li {
  display: grid;
  width: 120px;
  min-height: 40px;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-family: var(--font-en);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.project__url {
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding-top: 20px;
  font-family: var(--font-en);
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .project__url {
    font-size: 16px;
  }
}
.project__url span {
  font-weight: 800;
}
.project__url a {
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.project__url a:hover, .project__url a:focus-visible {
  opacity: 0.6;
}
.project__mockup {
  display: flex;
  width: min(760px, 60%);
  justify-content: center;
  margin: 30px auto 0;
}
.project__mockup img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  -o-object-position: center;
     object-position: center;
}
.project__mockup--banner-pair {
  width: min(1040px, 100%);
  gap: clamp(14px, 2.5vw, 28px);
}
.project__mockup--banner-pair img {
  width: 0;
  min-width: 0;
  flex: 1 1 0;
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .project__mockup--banner-pair {
    flex-direction: column;
    gap: 14px;
  }
  .project__mockup--banner-pair img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project__tags {
    gap: 12px;
  }
  .project__tags li {
    width: 90px;
    min-height: 30px;
    font-size: 14px;
  }
  .project__mockup {
    width: 100%;
    margin-top: 10px;
  }
}

.brief {
  margin-top: 70px;
}
.brief__list {
  display: grid;
  gap: 42px;
}
.brief__item {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
}
.brief__item dt {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  line-height: 1.65;
}
.brief__item dd {
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}
.brief__item dd ol {
  padding-left: 1.65em;
}
.brief__item dd span {
  display: block;
}
.brief__sparkle {
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -1px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .brief__item {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .brief {
    margin-top: 40px;
  }
  .brief__list {
    gap: 36px;
  }
  .brief__item {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .brief__item dt {
    grid-template-columns: 32px 1fr;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--ink);
  }
  .brief__item dd {
    font-size: 15px;
  }
  .brief__sparkle {
    width: 20px;
    height: 20px;
  }
}

.designs {
  margin-top: 94px;
}
.designs__toggle {
  display: none;
}
.designs__content {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}
.designs__panel {
  display: block;
}
.designs__panel figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.designs__panel--desktop .designs__placeholder {
  aspect-ratio: 620/2280;
}
.designs__panel--mobile .designs__placeholder {
  aspect-ratio: 356/2140;
}
.designs__placeholder {
  width: 100%;
  background: #d7d7d7;
}
.designs__image {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
}
@media (max-width: 900px) {
  .designs__content {
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .designs {
    margin-top: 40px;
  }
  .designs__toggle {
    display: flex;
    justify-content: left;
    margin-bottom: 28px;
  }
  .designs .toggle_input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .designs .toggle_input:focus-visible + .toggle_label {
    outline: 3px solid rgba(11, 8, 206, 0.3);
    outline-offset: 4px;
  }
  .designs .toggle_input:checked + .toggle_label {
    background-color: var(--blue);
  }
  .designs .toggle_input:checked + .toggle_label::before {
    right: auto;
    left: 14px;
    content: "SP";
  }
  .designs .toggle_input:checked + .toggle_label::after {
    transform: translateX(50px);
  }
  .designs .toggle_label {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 40px;
    background-color: #aeb2c2;
    border-radius: 32px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .designs .toggle_label::before {
    position: absolute;
    top: 50%;
    right: 12px;
    color: #fff;
    content: "PC";
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .designs .toggle_label::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    content: "";
    transition: transform 0.3s ease;
  }
  .designs__content {
    display: block;
  }
  .designs__panel {
    display: none;
  }
  .designs__panel.active {
    display: block;
    -webkit-animation: designFadeIn 0.45s ease forwards;
            animation: designFadeIn 0.45s ease forwards;
  }
  .designs__panel--desktop .designs__placeholder, .designs__panel--mobile .designs__placeholder {
    aspect-ratio: 3/4;
  }
}

.banner-designs {
  margin-top: 94px;
}
.banner-designs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(36px, 5vw, 64px) clamp(24px, 4vw, 48px);
}
.banner-designs__image {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 42, 67, 0.12);
}
@media screen and (max-width: 767px) {
  .banner-designs {
    margin-top: 40px;
  }
  .banner-designs__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

@keyframes designFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */