/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

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

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-wrap: unset;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  a {
    transition: opacity 0.15s ease 0s;
  }
  a:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

body.scroll_rock {
  overflow: hidden;
}

:root {
  --body-text-color: #2d2d2d;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text-green: #89C49D;
  --color-text-gray: #595959;
  --color-product-bg: #CAE6C3;
  --color-product-bespoke-bg: #9F9F9F;
  --color-credit-bg: #CAE6C3;
  --color-footer-bg: #4C7165;
  --font-body-xs: 0.625rem;
  --font-body-sm: 0.8125rem;
  --font-body-md: 0.875rem;
  --font-body-lg: 0.9375rem;
  --font-body-xl: 1rem;
  --font-title-lg: 0.9375rem;
  --font-title-xl: 1rem;
  --font-title-xxl: 1.125rem;
}
@media (min-width: 768px) {
  :root {
    --font-body-sm: 0.875rem;
    --font-body-md: 0.9375rem;
    --font-body-lg: 0.875rem;
    --font-body-xl: 1.125rem;
    --font-title-lg: 1.25rem;
    --font-title-xxl: 1.375rem;
  }
}

html {
  font-size: 100%;
}

body {
  color: var(--body-text-color);
  font-family: "Koburina Gothic W3 JIS2004";
  background-color: var(--body-bg, white);
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Koburina Gothic W6 JIS2004";
}

.footer {
  --footer-pad: 38px 20px 34px;
  --footer-font-standard: 0.8125rem;
  --footer-font-small: 0.625rem;
  --footer-store-m: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 42px;
  padding: var(--footer-pad);
  color: var(--color-white);
  background-color: var(--color-footer-bg);
}
.footer_share, .footer_hobo {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--footer-font-standard);
}
.footer_share svg, .footer_hobo svg {
  fill: currentColor;
}
.footer_share {
  display: grid;
  grid-template-columns: 43.82px auto;
  gap: 47.18px;
  width: 266px;
}
.footer_share__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.82px;
  height: 34.3px;
  border-top: solid 1.42px var(--color-white);
  border-bottom: solid 1.42px var(--color-white);
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.75px;
}
.footer_share ul {
  justify-content: space-between;
}
.footer_hobo {
  letter-spacing: 1.3px;
}
.footer_hobo ul {
  gap: 24px;
}
.footer_hobo a {
  display: flex;
  align-items: center;
  gap: 9.24px;
}
.footer ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.footer_store {
  margin: var(--footer-store-m);
  font-size: var(--footer-font-small);
  letter-spacing: 1px;
}
.footer_store ul {
  justify-content: center;
  gap: 14px 20px;
  line-height: 1;
}
.footer_store, .footer_copy {
  width: 100%;
}
@media (min-width: 768px) {
  .footer {
    --footer-pad: 62px 20px 51px;
    --footer-store-m: 0 0 20px;
  }
}

:root {
  --body-bg: #4C7165;
}

.main {
  overflow-x: hidden;
}

.t-blank {
  color: var(--color-text-green);
}
.t-blank::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

.cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.625rem 0;
  padding-block: 3.75rem 2.625rem;
}
.cover h1,
.cover .pile {
  opacity: 0;
  transition: opacity 2s linear;
}
.cover.in-view h1,
.cover.in-view .pile {
  opacity: 1;
}
.cover .pile {
  --a-duration: 3s;
  width: 100%;
  display: grid;
  grid-template-areas: "pile";
}
.cover .pile > picture {
  grid-area: pile;
  z-index: 0;
  opacity: 0;
  animation: cover 9s var(--a-delay) linear infinite;
  backface-visibility: hidden;
}
.cover .pile > picture:nth-of-type(1) {
  --a-delay: 0s;
}
.cover .pile > picture:nth-of-type(2) {
  --a-delay: 3s;
}
.cover .pile > picture:nth-of-type(3) {
  --a-delay: 6s;
}
.cover .pile > picture img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .cover {
    gap: 3.25rem 0;
    padding-block: 6.5rem 5.25rem;
  }
  .cover .logo {
    width: 28.6875rem;
    height: auto;
  }
  .cover .pile {
    grid-template-areas: unset;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 0.5rem;
  }
  .cover .pile > picture {
    grid-area: unset;
    animation: none;
    opacity: 1;
  }
}

@keyframes cover {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  16.67% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  33.33% {
    opacity: 1;
  }
  50.00% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scroll {
  width: 3.75rem;
  height: auto;
  aspect-ratio: 70/87;
  margin-inline: auto;
}
.scroll > * {
  opacity: 0;
  transition: opacity 2s;
}
.scroll.in-view * {
  opacity: 1;
}
.scroll img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .scroll {
    width: 3.625rem;
  }
}

.yodogawa {
  width: 90.1442307692%;
}
.yodogawa p {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@supports (background-clip: text) {
  .yodogawa p {
    color: transparent;
    background-image: linear-gradient(120deg, white, white 45%, rgba(255, 255, 255, 0) 55%);
    background-position: top left;
    background-size: 0% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    transition: background-size 3s;
  }
  .yodogawa p.in-view {
    background-size: 300% 100%;
  }
}
.yodogawa br,
.yodogawa .nl {
  display: none;
}
.yodogawa.preface {
  position: relative;
  display: grid;
  justify-content: center;
  width: min(90.1442307692%, 56.25rem);
  margin-bottom: -3rem;
  padding-bottom: 8.6875rem;
}
.yodogawa.loft {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem 3.0625rem;
  margin-bottom: -1.25rem;
}
.yodogawa.loft img {
  width: 9.125rem;
}
@media (min-width: 768px) {
  .yodogawa h2 {
    font-size: 1rem;
    line-height: 1.875;
  }
  .yodogawa br,
  .yodogawa .nl {
    display: block;
  }
  .yodogawa .nl {
    height: 2em;
  }
  .yodogawa.preface {
    margin-bottom: -3.75rem;
    padding-bottom: 7.5rem;
  }
  .yodogawa.preface p {
    padding-left: 0.875rem;
  }
  .yodogawa.loft {
    flex-direction: row;
    justify-content: center;
    margin-bottom: -0.75rem;
  }
}

.illust-cat {
  position: absolute;
  z-index: 2;
  bottom: -0.9375rem;
  left: 67.6%;
  width: min(35.2%, 12.9375rem);
  height: auto;
  aspect-ratio: 22/21;
  opacity: 0;
  rotate: -2deg;
  translate: 100% 0;
}
@media (min-width: 768px) {
  .illust-cat {
    left: unset;
    right: 5.5555555556%;
    bottom: -1.5rem;
  }
}

[data-inview=watch-text].in-view + .illust-cat {
  animation: cat 2.4s linear forwards;
}

@keyframes cat {
  0% {
    opacity: 0;
    rotate: -2deg;
    translate: 100% 0;
  }
  10% {
    rotate: 3deg;
  }
  20% {
    rotate: -3deg;
  }
  30% {
    opacity: 0;
    rotate: 4deg;
  }
  40% {
    rotate: -2deg;
  }
  50% {
    rotate: 3deg;
  }
  60% {
    rotate: -2deg;
  }
  70% {
    rotate: 2deg;
  }
  80% {
    rotate: -3deg;
  }
  90% {
    rotate: 2deg;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    translate: 0 0;
  }
}
.illust-flower {
  position: absolute;
  left: 9%;
  top: 5.0625rem;
  width: min(15.5555555556%, 8.75rem);
  height: auto;
  aspect-ratio: 7/6;
  rotate: -5.628deg;
  opacity: 0;
  rotate: -90deg;
  scale: 1.2;
}

@media (min-width: 768px) {
  .preface:has(.in-view) .illust-flower {
    animation: flower 2s 1s linear forwards;
  }
}
@keyframes flower {
  0% {
    opacity: 0;
    rotate: -90deg;
    scale: 1.2;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    rotate: -5.628deg;
    scale: 1;
  }
}
.block {
  --gap: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap);
  width: min(100%, 56.25rem);
  margin-inline: auto;
  padding-block-start: var(--block-pad, 1.75rem);
}
.block.full-size {
  --block-pad: 3.125rem;
}
.block.medium-size {
  --block-pad: 1.75rem;
}
.block.pocket {
  --block-pad: 4.75rem;
  margin-bottom: 4.875rem;
}
@media (min-width: 768px) {
  .block {
    --gap: 3.75rem 0;
  }
  .block.full-size, .block.medium-size, .block.pocket {
    --block-pad: 5rem;
  }
  .block.pocket {
    margin-bottom: 5rem;
  }
}

.picture figcaption {
  margin-top: -0.4166666667em;
  color: var(--color-white);
  font-size: 0.75rem;
  line-height: 2.5;
  letter-spacing: 0.09em;
  text-indent: 0.5em;
}
.picture.frame {
  width: min(84.1346153846%, 43.75rem);
  margin-top: -0.8125rem;
}
.picture.frame-lg {
  width: min(100%, 43.75rem);
}
.picture img {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-in-out, transform 0.75s;
}
.picture img.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .picture.frame {
    margin-top: 0;
  }
  .picture.r-lg {
    margin-left: auto;
  }
  .picture.l-lg {
    margin-right: auto;
  }
}
@media (width >= 920px) {
  .picture figcaption {
    text-indent: 0;
  }
}

.calendar-month {
  display: grid;
  justify-items: center;
  padding-block: 3rem;
  background-color: var(--color-white);
}
.calendar-month .wrapper {
  width: min(90.625%, 47.1875rem);
}
.calendar-month .wrapper > * {
  opacity: 0;
  transition: opacity 2s;
}
.calendar-month .wrapper.in-view * {
  opacity: 1;
}
.calendar-month h2,
.calendar-month p {
  display: grid;
  justify-content: center;
}
.calendar-month h2 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.calendar-month p {
  margin-block: 1.25rem 1.875rem;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.calendar-month .framed {
  width: 95.4907161804%;
}
@media (min-width: 768px) {
  .calendar-month {
    padding-block: 5rem;
  }
  .calendar-month h2 {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.88889;
  }
  .calendar-month p {
    margin-block: 1.625rem 2.5rem;
    font-size: 1rem;
    white-space: pre-line;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
  .calendar-month .framed {
    width: 99.3377483444%;
  }
}

.feature {
  padding-block: 3.75rem;
  color: var(--color-text-gray);
  background-color: var(--color-product-bg);
}
.feature > * {
  opacity: 0;
  transition: opacity 2s;
}
.feature.in-view * {
  opacity: 1;
}
.feature h2 {
  display: grid;
  gap: 0.3125rem;
  width: min(75.9615384615%, 22.9375rem);
  margin: 0 auto 1.125rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.14em;
}
.feature h2 img {
  width: 100%;
  height: auto;
}
.feature .list {
  display: grid;
  width: min(90.1442307692%, 61.1875rem);
  margin: 0 auto;
}
.feature .item {
  display: grid;
  justify-items: center;
}
.feature .item h3 {
  margin-block: 1.25rem;
  text-align: center;
  line-height: 1.875;
  white-space: nowrap;
}
.feature .item p {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.feature .item br {
  display: none;
}
.feature .item figure {
  height: fit-content;
}
.feature .item img {
  width: 100%;
  height: auto;
}
.feature .item.prod-medium {
  margin-top: 2.5rem;
}
.feature .item.prod-pocket {
  margin-top: 3.625rem;
}
.feature .prod-full figure {
  width: 77.6%;
}
.feature .prod-medium figure {
  width: 56.5333333333%;
}
.feature .prod-pocket figure {
  width: 91.7333333333%;
}
@media (min-width: 768px) {
  .feature {
    padding-block: 5rem;
  }
  .feature h2 {
    margin-bottom: 2.5rem;
  }
  .feature .list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content auto auto;
    gap: 3.375rem 5.5670103093%;
  }
  .feature .item {
    grid-row: span 3;
    gap: 0;
  }
  .feature .item:not(:last-of-type) {
    grid-template-rows: subgrid;
  }
  .feature .item figure {
    align-self: end;
  }
  .feature .item.prod-medium, .feature .item.prod-pocket {
    margin-top: 0;
  }
  .feature .item br {
    display: block;
  }
}
@media (min-width: 1000px) {
  .feature .list {
    grid-template-columns: 30.1327885598% 28.1920326864% 31.1542390194%;
    gap: 0;
    justify-content: space-between;
  }
  .feature .prod-full figure {
    width: 97.8494623656%;
    transform: translateX(3.8461538462%);
  }
  .feature .prod-medium figure {
    width: 75%;
    transform: translateX(3.8647342995%);
  }
  .feature .prod-pocket figure {
    width: 110.1639344262%;
    transform: translateX(-8.9285714286%);
  }
  .feature .item {
    justify-items: start;
  }
  .feature .item:last-of-type {
    grid-template-rows: subgrid;
  }
  .feature .item h3 {
    margin-block: 0.75rem 0.3125rem;
  }
  .feature .item p {
    font-size: 0.875rem;
    line-height: 1.78571;
    letter-spacing: normal;
  }
}

.item-price {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.14em;
}
.item-price .price {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.item-price .currency {
  font-size: 0.9375rem;
  letter-spacing: -0.02em;
}
.item-price .inc-tax {
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .item-price .currency {
    font-size: 0.875rem;
  }
  .item-price .inc-tax {
    font-size: 0.75rem;
  }
}

.series {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem 0;
  padding-block: 3.75rem 0;
  color: var(--color-text-gray);
  background-color: var(--color-white);
}
.series > * {
  opacity: 0;
  transition: opacity 2s;
}
.series.in-view * {
  opacity: 1;
}
.series-block {
  display: grid;
  gap: 1.875rem 0;
  width: min(81.4903846154%, 56.25rem);
}
.series h2 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.14em;
  font-feature-settings: "halt" on;
}
.series h2 .l-only {
  display: none;
}
.series p {
  font-size: 0.875rem;
  line-height: 1.78571;
  letter-spacing: 0.1em;
}
.series p br {
  display: none;
}
.series .pair {
  display: grid;
  gap: 1.875rem 0.5rem;
}
.series-item img {
  width: 100%;
  height: auto;
}
.series-item .l-only {
  display: none;
}
.series .price-title {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2.14286;
  letter-spacing: 0.14em;
}
.series .price-title .price {
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.14em;
}
.series .price-title .currency {
  letter-spacing: -0.05em;
}
.series .price-title .inc-tax {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .series {
    gap: 5rem 0;
    padding-block: 5rem 0;
  }
  .series-block {
    justify-items: center;
  }
  .series h2 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.66667;
  }
  .series h2 .l-only {
    display: block;
  }
  .series p br {
    display: block;
  }
  .series .pair {
    grid-template-columns: 1fr 1fr;
  }
  .series .price-title .inc-tax {
    font-size: 0.6875rem;
  }
  .series-item .l-only {
    display: block;
  }
  .series-item .s-only {
    display: none;
  }
}

.release-date {
  display: grid;
  justify-content: center;
  padding-block: 2.5rem;
  background-color: var(--color-white);
}
.release-date .date {
  display: grid;
  gap: 0.625rem 0;
  font-family: "Koburina Gothic W6 JIS2004";
}
.release-date .date .plain {
  display: block;
  color: var(--body-text-color);
  font-size: 1.1619375rem;
  line-height: 1.875;
  letter-spacing: 0.1400139853em;
  opacity: 0;
  visibility: hidden;
}
.release-date .date .accent {
  color: var(--color-text-green);
  font-size: 1.399875rem;
  line-height: 1.55631;
  letter-spacing: 0.0400035717em;
}
@keyframes bounce {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateY(20%);
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes plain {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
.release-date .date .time {
  opacity: 0;
  visibility: hidden;
  font-size: 1.25rem;
}
.release-date .date .jumps {
  display: flex;
  align-items: baseline;
}
.release-date .date .jump {
  display: block;
  opacity: 0;
  fill: currentColor;
  visibility: hidden;
}
.release-date .date .jump-1 {
  margin-right: 0.5rem;
}
.release-date .date .jump-2 {
  margin-right: 0.8125rem;
}
.release-date .date .jump-3 {
  margin-right: 0.75rem;
}
.release-date .date .jump-6 {
  margin-right: 1rem;
}
.release-date .date.in-view .plain {
  opacity: 1;
}
.release-date .date.in-view .plain-01 {
  animation: plain 0.3s 1.5s forwards;
}
.release-date .date.in-view .plain-02 {
  animation: plain 0.3s 2.05s forwards;
}
.release-date .date.in-view .time {
  opacity: 1;
  animation: plain 0.3s 2.05s forwards;
}
.release-date .date.in-view .jump {
  opacity: 1;
}
.release-date .date.in-view .jump-1 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-2 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-3 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-4 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-5 {
  animation: bounce 0.55s 1.8s forwards;
}
.release-date .date.in-view .jump-6 {
  animation: bounce 0.55s 1.8s forwards;
}
@media (min-width: 768px) {
  .release-date {
    padding-block: 3.75rem;
  }
  .release-date .date .plain {
    font-size: 1.3605rem;
  }
  .release-date .date .accent {
    font-size: 1.639125rem;
  }
  .release-date .date .time {
    font-size: 1.5rem;
  }
  .release-date .date .jump-1 {
    width: 3.0410625rem;
    height: 4.568625rem;
  }
  .release-date .date .jump-2 {
    width: 0.6195rem;
    height: 0.6195rem;
  }
  .release-date .date .jump-3 {
    width: 1.5610625rem;
    height: 4.5104375rem;
  }
  .release-date .date .jump-1 {
    margin-right: 0.6rem;
  }
  .release-date .date .jump-2 {
    margin-right: 0.995625rem;
  }
  .release-date .date .jump-3 {
    margin-right: 0.885625rem;
  }
  .release-date .date .jump-6 {
    margin-right: 1.125rem;
  }
}

.credit {
  --credit-pad: 3.125rem 0;
  --lh: 1.78571;
  --ls: 1.82px;
  --title-mb: 0.25rem;
  --title-mt: 0.625rem;
  display: grid;
  justify-content: center;
  padding: var(--credit-pad);
  font-size: var(--font-body-sm);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  background-color: var(--color-credit-bg);
}
.credit__title {
  margin-bottom: var(--title-mb);
  font-size: var(--font-title-xl);
  line-height: 1.875;
  letter-spacing: 0.14em;
}
.credit .m-t {
  margin-top: var(--title-mt);
}
@media (min-width: 768px) {
  .credit {
    --credit-pad: 3.75rem 0;
    --lh: 1.78571;
    --title-mt: 1.25rem;
  }
}