@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: clamp(9.25px, 1.1111111111vw, 11.3778px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #453636;
  background-color: #fdf4fa;
}

main {
  padding-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 6.25rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}

address {
  font-style: normal;
}

@media (any-hover: hover) {
  a:hover,
  button:hover,
  input:hover {
    cursor: pointer;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

@media (hover: none) and (pointer: coarse) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
summary::-webkit-details-marker {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff5f9;
  box-shadow: 0 0.375rem 0 rgba(255, 255, 255, 0.8);
  transition: all 0.35s ease;
}

.header.is-scroll {
  position: fixed;
  top: 1.25rem;
  left: 9.375rem;
  right: 9.375rem;
  border-radius: 2.5rem;
  background: rgba(255, 245, 249, 0.94);
  backdrop-filter: blur(0.625rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.6875rem;
  padding-inline: 7.5rem;
  transition: padding 0.35s ease;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-inline: 1.875rem;
  }
}

.header.is-scroll .header__inner {
  padding-block: 0.375rem;
  padding-inline: 3.125rem;
}

.header__logo {
  position: relative;
  z-index: 901;
  display: block;
  width: 16.25rem;
  height: 8rem;
  transition: all 0.35s ease;
}
@media (any-hover: hover) {
  .header__logo:hover, .header__logo:focus-visible {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 9.875rem;
    height: 4.8125rem;
  }
}

.header.is-scroll .header__logo {
  width: 9.375rem;
  height: 4.6875rem;
}

.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .header__nav {
    position: fixed;
    inset: 0;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff5f9;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .is-open .header__nav {
    transform: translateX(0);
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.header__nav-item {
  display: flex;
}

.header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  color: #453636;
}
@media (any-hover: hover) {
  .header__nav-link:hover .header__nav-en,
  .header__nav-link:hover .header__nav-jp, .header__nav-link:focus-visible .header__nav-en,
  .header__nav-link:focus-visible .header__nav-jp {
    background-position: 0 0;
  }
  .header__nav-link:hover .header__nav-jp::after, .header__nav-link:focus-visible .header__nav-jp::after {
    clip-path: inset(0 0 0 0);
  }
}

.header__nav-en {
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(90deg, #c76996 0 50%, #453636 50% 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.35s ease;
}

.header__nav-jp {
  position: relative;
  z-index: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: transparent;
  background-image: linear-gradient(90deg, #c76996 0 50%, #453636 50% 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.35s ease 0.03s;
}
.header__nav-jp::after {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  width: calc(100% + 1.75rem);
  height: 1.375rem;
  content: "";
  background: url("../img/top/header_hover.svg") center/100% 100% no-repeat;
  clip-path: inset(0 100% 0 0);
  transform: translate(-50%, -46%);
  transition: clip-path 0.45s ease 0.08s;
  opacity: 0.6;
  pointer-events: none;
}

.header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 901;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    display: flex;
  }
}

.header__hamburger-lines {
  position: relative;
  display: block;
  width: 2.125rem;
  height: 1.5rem;
}

.header__hamburger-line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.125rem;
  border-radius: 100px;
  background-color: #c76996;
  transition: top 0.25s ease, opacity 0.2s ease, transform 0.25s ease, background-color 0.25s ease;
}
.header__hamburger-line:nth-child(1) {
  top: 0;
}
.header__hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger-line:nth-child(3) {
  top: calc(100% - 0.125rem);
}

.is-open .header__hamburger-line {
  background-color: #453636;
}
.is-open .header__hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
}
.is-open .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.is-open .header__hamburger-line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-35deg);
}

.footer {
  position: relative;
  background-color: #fff5f9;
}

.footer__waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.footer__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.footer__wave--back {
  bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__wave--back {
    bottom: 0.5rem;
  }
}

.footer__inner {
  position: relative;
  padding-block: 1.125rem 2.3125rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-block: 4.6875rem 2.1875rem;
  }
}

.footer__row {
  display: flex;
  padding-left: 9.8125rem;
  gap: 10.6875rem;
}
@media screen and (max-width: 768px) {
  .footer__row {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    gap: 3rem;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logo {
  display: block;
  width: 14.875rem;
  height: 7.75rem;
  transition: opacity 0.25s ease;
}
@media (any-hover: hover) {
  .footer__logo:hover, .footer__logo:focus-visible {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 9.6875rem;
    height: 5.0625rem;
  }
}

.footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__nav {
  display: flex;
  margin-top: 3.0625rem;
  gap: 7.5rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-top: 0;
    gap: 3.125rem;
  }
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer__nav-link {
  position: relative;
  display: inline-block;
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(90deg, #c76996 0 50%, #453636 50% 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.35s ease;
}
.footer__nav-link::after {
  position: absolute;
  inset: auto 0 -0.0625rem;
  height: 0.0625rem;
  content: "";
  background-color: #c76996;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
@media (any-hover: hover) {
  .footer__nav-link:hover, .footer__nav-link:focus-visible {
    background-position: 0 0;
  }
  .footer__nav-link:hover::after, .footer__nav-link:focus-visible::after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 0.875rem;
  }
}

.footer__sns {
  display: flex;
  gap: 1.25rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    gap: 0.625rem;
  }
}

.footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 100%;
  background-color: #c76996;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
@media (any-hover: hover) {
  .footer__sns-link:hover, .footer__sns-link:focus-visible {
    transform: translateY(-0.1875rem);
    background-color: #bc4b81;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.14);
  }
}
@media screen and (max-width: 768px) {
  .footer__sns-link {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.footer__sns-icon {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__sns-icon {
    width: 0.9375rem;
  }
}

.footer__copyright {
  margin-top: 2.9375rem;
  text-align: center;
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  line-height: 1;
  color: #c76996;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.c-inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .c-inner {
    padding-inline: 20px;
  }
}

.c-btnArrow {
  display: inline-flex;
  align-items: flex-end;
  gap: 1rem;
  --btn-arrow-text-color: #453636;
  --btn-arrow-accent-color: #c76996;
  --btn-arrow-icon-offset-y: 0.25rem;
}
.c-btnArrow__text {
  font-family: "Arbutus Slab", serif;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(90deg, var(--btn-arrow-accent-color) 0 50%, var(--btn-arrow-text-color) 50% 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  background-clip: text;
  transition: background-position 0.35s ease;
}
.c-btnArrow__icon {
  display: block;
  flex-shrink: 0;
  width: 8.125rem;
  height: 0.9375rem;
  background-image: linear-gradient(90deg, var(--btn-arrow-accent-color) 0 33.33%, var(--btn-arrow-text-color) 33.33% 66.66%, var(--btn-arrow-accent-color) 66.66% 100%);
  background-position: 100% 0;
  background-size: 300% 100%;
  -webkit-mask: url("../img/top/icon-arrow.svg") center/contain no-repeat;
  mask: url("../img/top/icon-arrow.svg") center/contain no-repeat;
  transform: translateY(calc(var(--btn-arrow-icon-offset-y) * -1));
}
@media (any-hover: hover) {
  .c-btnArrow:hover .c-btnArrow__text, .c-btnArrow:focus-visible .c-btnArrow__text {
    background-position: 0 0;
  }
  .c-btnArrow:hover .c-btnArrow__icon, .c-btnArrow:focus-visible .c-btnArrow__icon {
    animation: c-btnArrow-arrow-flow 1s linear infinite;
  }
}

.c-btnPill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 16.875rem;
  max-width: 100%;
  padding-block: 0.8125rem;
  padding-inline: 1.5rem;
  border-radius: 100px;
  background-color: #f7cfe0;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.c-btnPill__text {
  font-family: "Arbutus Slab", serif;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  color: #c76996;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.c-btnPill__icon {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 1.625rem;
  height: 0.9375rem;
  background-color: #c76996;
  -webkit-mask: url("../img/top/icon-arrow-pink.svg") center/contain no-repeat;
  mask: url("../img/top/icon-arrow-pink.svg") center/contain no-repeat;
  overflow: hidden;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.c-btnPill__icon::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, #ffffff 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transform: translateX(-130%);
  animation: c-btnPill-arrow-flow 0.9s linear infinite;
  animation-play-state: paused;
  transition: opacity 0.18s ease;
}
.c-btnPill--centerText {
  display: inline-grid;
  grid-template-columns: 1.625rem 1fr 1.625rem;
  justify-items: center;
  column-gap: 1rem;
}
.c-btnPill--centerText .c-btnPill__text {
  grid-column: 2;
}
.c-btnPill--centerText .c-btnPill__icon {
  grid-column: 3;
}
@media (any-hover: hover) {
  .c-btnPill:hover, .c-btnPill:focus-visible {
    transform: translateY(-0.1875rem);
    background-color: #c76996;
    box-shadow: 0 0.5rem 0.875rem rgba(0, 0, 0, 0.18);
  }
  .c-btnPill:hover .c-btnPill__text, .c-btnPill:focus-visible .c-btnPill__text {
    color: #ffffff;
  }
  .c-btnPill:hover .c-btnPill__icon, .c-btnPill:focus-visible .c-btnPill__icon {
    transform: translateX(0.25rem);
    background-color: rgba(255, 255, 255, 0.35);
  }
  .c-btnPill:hover .c-btnPill__icon::before, .c-btnPill:focus-visible .c-btnPill__icon::before {
    opacity: 1;
    animation-play-state: running;
  }
}

@keyframes c-btnPill-arrow-flow {
  from {
    transform: translateX(-130%);
  }
  to {
    transform: translateX(130%);
  }
}
@keyframes c-btnArrow-arrow-flow {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.c-cardAtelier {
  --card-rotate: 0deg;
  --tape-rotate: 0deg;
  --label-rotate: 0deg;
  --deco-display: none;
  --deco-bg: transparent;
  --deco-size: 2.125rem;
  --deco-top: 1.125rem;
  --deco-right: 1.125rem;
  --card-width: 16rem;
  --card-padding-top: 1.125rem;
  --paper-min-height: 23.25rem;
  --paper-padding: 1rem 1rem 0.5rem;
  --paper-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.16);
  --thumb-ratio: 222 / 282;
  --label-margin-top: 0.375rem;
  --label-font-size: 4rem;
  --label-line-height: 1;
  position: relative;
  width: var(--card-width);
  max-width: 100%;
  padding-top: var(--card-padding-top);
  transform: rotate(var(--card-rotate));
  transform-origin: center;
}
.c-cardAtelier__paper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: var(--paper-min-height);
  padding: var(--paper-padding);
  color: inherit;
  text-decoration: none;
  background-color: #ffffff;
  box-shadow: var(--paper-shadow);
  transition: box-shadow 0.3s ease;
}
.c-cardAtelier__tape {
  position: absolute;
  z-index: 2;
  top: -1.125rem;
  left: 50%;
  width: 8.875rem;
  max-width: none;
  height: auto;
  transform: translateX(-50%) rotate(var(--tape-rotate));
  transform-origin: center;
  pointer-events: none;
}
.c-cardAtelier__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: var(--thumb-ratio);
  overflow: hidden;
  background-color: #fff8fa;
}
.c-cardAtelier__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease, filter 0.3s ease;
}
.c-cardAtelier__label {
  align-self: center;
  margin-top: var(--label-margin-top);
  font-family: "Island Moments", cursive;
  font-size: var(--label-font-size);
  line-height: var(--label-line-height);
  text-transform: capitalize;
  color: #453636;
  transform: rotate(var(--label-rotate));
}
.c-cardAtelier__deco {
  position: absolute;
  z-index: 3;
  top: var(--deco-top);
  right: var(--deco-right);
  display: var(--deco-display);
  width: var(--deco-size);
  aspect-ratio: 1;
  background: var(--deco-bg) center/contain no-repeat;
  pointer-events: none;
}
.c-cardAtelier--tape-green .c-cardAtelier__tape {
  width: 6.1875rem;
}
.c-cardAtelier--tape-blue .c-cardAtelier__tape {
  width: 9.0625rem;
}
.c-cardAtelier--archive {
  --card-width: 100%;
  --card-padding-top: 0;
  --paper-min-height: auto;
  --paper-padding: 1.0625rem 1.125rem 0.25rem 1.0625rem;
  --paper-shadow: 0.1875rem 0.25rem 0.125rem rgba(0, 0, 0, 0.12);
  --thumb-ratio: 240 / 304.144;
  --label-margin-top: -0.5rem;
  --label-font-size: 4rem;
  --label-line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-cardAtelier--archive {
    --card-width: 16rem;
    --paper-min-height: 23.25rem;
    --paper-padding: 1.0625rem 1.125rem 0.25rem 1.0625rem;
    --thumb-ratio: 225 / 304.144;
    --label-margin-top: -0.3125rem;
    --label-font-size: 3rem;
  }
}
@media (any-hover: hover) {
  .c-cardAtelier:hover .c-cardAtelier__img, .c-cardAtelier:focus-within .c-cardAtelier__img {
    transform: scale(1.06);
    filter: brightness(0.94) saturate(1.04);
  }
  .c-cardAtelier:hover .c-cardAtelier__paper, .c-cardAtelier:focus-within .c-cardAtelier__paper {
    box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.18);
  }
}

.c-cardJournal {
  display: flex;
  flex-direction: column;
  width: 21.875rem;
  max-width: 100%;
  border-radius: 1.875rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0.3125rem 2.1875rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease;
}
@media screen and (max-width: 768px) {
  .c-cardJournal {
    width: 100%;
  }
}
.c-cardJournal__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.c-cardJournal__thumb {
  flex: 0 0 13.75rem;
  overflow: hidden;
  width: 100%;
  height: 13.75rem;
  aspect-ratio: 350/220;
}
@media screen and (max-width: 768px) {
  .c-cardJournal__thumb {
    flex-basis: 12.375rem;
    height: 12.375rem;
  }
}
.c-cardJournal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.3s ease;
}
.c-cardJournal__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem;
}
.c-cardJournal__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  color: #453636;
  transition: color 0.28s ease;
}
.c-cardJournal__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #453636;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-cardJournal__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}
.c-cardJournal__date {
  font-family: "Arbutus Slab", serif;
  font-size: 1rem;
  color: #453636;
}
@media (any-hover: hover) {
  .c-cardJournal:hover, .c-cardJournal:focus-within {
    transform: translateY(-0.375rem);
    background-color: rgba(255, 255, 255, 0.82);
    box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.14);
  }
  .c-cardJournal:hover .c-cardJournal__img, .c-cardJournal:focus-within .c-cardJournal__img {
    transform: scale(1.04);
    filter: brightness(1.04) saturate(1.04);
  }
  .c-cardJournal:hover .c-cardJournal__title, .c-cardJournal:focus-within .c-cardJournal__title {
    color: #c76996;
  }
}

.c-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 1.875rem;
  border-radius: 0.9375rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #453636;
}
.c-label--event {
  background-color: rgba(247, 207, 224, 0.8);
}

.c-pageHero {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/300;
}
@media screen and (max-width: 768px) {
  .c-pageHero {
    aspect-ratio: 375/240;
  }
}

.c-pageHero__bgImg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-pageHero__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  margin-inline: auto;
  padding-top: 2.6875rem;
  padding-inline: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .c-pageHero__inner {
    padding-top: 1.875rem;
    padding-inline: 1.25rem;
  }
}

.c-pageHero__heading {
  position: relative;
  display: block;
  width: fit-content;
  font-family: "Arbutus Slab", serif;
  font-size: 3.625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-pageHero__heading {
    font-size: 2.25rem;
  }
}

.c-pageHero__heading::after {
  position: absolute;
  inset: 3.125rem auto auto 0;
  z-index: -1;
  width: 24.25rem;
  height: 3.625rem;
  content: "";
  background: url("../img/common/page-title-footprints-pc.webp") left top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-pageHero__heading::after {
    width: 15rem;
    height: 2.25rem;
    background-image: url("../img/common/page-title-footprints-sp.webp");
  }
}

.c-pageHero__breadcrumb {
  display: block;
  width: fit-content;
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .c-pageHero__breadcrumb {
    margin-top: 4.375rem;
  }
}

.c-pageHero__breadcrumbList {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-pageHero__breadcrumbList {
    font-size: 0.875rem;
  }
}

.c-pageHero__breadcrumbItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-pageHero__breadcrumbLink {
  color: #c76996;
}

.c-pageHero__breadcrumbLink:hover {
  text-decoration: underline;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
}

.c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  font-family: "Anonymous Pro", monospace;
  font-weight: 700;
  font-size: 1.25rem;
  color: #c76996;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
  transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
@media (any-hover: hover) {
  .c-pagination__link:hover, .c-pagination__link:focus-visible {
    color: #ffffff;
    background-color: #c76996;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.14);
  }
}

.c-pagination__link.is-current {
  color: #ffffff;
  background-color: #c76996;
  pointer-events: none;
}

.c-pagination__link--prev,
.c-pagination__link--next {
  color: #c76996;
}

.c-pagination__link--next {
  transform: scaleX(-1);
}

.c-sectionTitle {
  font-family: "Arbutus Slab", serif;
  font-size: 3.625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #c76996;
}
@media screen and (max-width: 768px) {
  .c-sectionTitle {
    font-size: 2.25rem;
  }
}

.u-brSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-brSp {
    display: block;
  }
}

.u-brPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-brPc {
    display: none;
  }
}

.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fv {
  background-color: #fff8fa;
}

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

.fv__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    grid-template-columns: 1fr;
  }
}

.fv__photo {
  display: block;
  width: 47.6875rem;
  max-width: 100%;
  aspect-ratio: 763/480;
}
@media screen and (max-width: 768px) {
  .fv__photo {
    width: 100%;
    aspect-ratio: 373.55/235;
  }
}

.fv__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__news {
  margin-inline: 1.875rem;
  margin-block: 3.125rem;
}
@media screen and (max-width: 768px) {
  .fv__news {
    margin-left: 0;
    margin-block: 0.875rem 1.875rem;
    padding-inline: 1.875rem;
  }
}

.fv__label {
  font-family: "Arbutus Slab", serif;
  font-size: 2.25rem;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .fv__label {
    font-size: 1.5rem;
  }
}

.fv__date {
  margin-top: 0.875rem;
  font-family: "Arbutus Slab", serif;
  font-size: 2.5rem;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .fv__date {
    margin-top: 1.125rem;
    font-size: 1rem;
  }
}

.fv__heading {
  margin-top: 2.6875rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.25rem;
  line-height: 4.375rem;
  color: #c76996;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .fv__heading {
    margin-top: 1.125rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.fv__btn {
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .fv__btn {
    margin-top: 1.75rem;
  }
}
.fv__btn .c-btnArrow__text {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv__btn .c-btnArrow__text {
    font-size: 1rem;
  }
}

.fv.is-show .fade-in-left {
  animation-play-state: running;
}

.links {
  background-color: rgba(255, 255, 255, 0.7);
  padding-block: 3.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .links {
    padding-block: 2.1875rem;
  }
}

.links__heading {
  padding-left: 9.875rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .links__heading {
    padding-left: 0rem;
    text-align: center;
  }
}

.links__heading.fade-in-bottom {
  animation-play-state: paused;
}

.links__heading.fade-in-bottom.is-show {
  animation-play-state: running;
}

.links__slider {
  margin-top: 1.875rem;
  padding-bottom: 3.125rem;
  transform: rotate(-6deg);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .links__slider {
    margin-top: 1.25rem;
    padding-bottom: 0rem;
    transform: rotate(0deg);
  }
}

.swiper-wrapper {
  align-items: center;
}

.links__slide {
  width: 21.875rem;
}
.links__slide.swiper-slide-active {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .links__slide.swiper-slide-active {
    width: 21.875rem;
  }
}

.links__card {
  display: block;
  width: 100%;
  aspect-ratio: 350/200;
  border-radius: 1.5625rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  .links__card:hover, .links__card:focus-visible {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
  }
  .links__card:hover .links__card-img, .links__card:focus-visible .links__card-img {
    transform: scale(1.04);
    filter: brightness(1.06);
  }
}

.links__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.links__pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .links__pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    margin-top: 1.25rem;
    transform: none;
  }
  .links__pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0;
    background-color: #c76996;
    opacity: 0.45;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .links__pagination .swiper-pagination-bullet:nth-child(n+4) {
    display: none;
  }
  .links__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.05);
  }
}

.profile .c-inner {
  max-width: 1240px;
  padding-inline: 0;
}

.profile__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .profile__inner {
    flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 3.3125rem;
  }
}

.profile__img-wrap {
  flex-shrink: 0;
  width: 46.3125rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding-inline: 0.9375rem;
  margin-inline: -0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profile__img-wrap {
    width: 100%;
    padding-inline: 0.5rem;
    margin-inline: -0.5rem;
  }
}

.profile__img {
  position: relative;
  display: block;
  width: 46.3125rem;
  max-width: 100%;
  aspect-ratio: 741/587;
  overflow: visible;
}
.profile__img::before {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 0;
  width: 46.0625rem;
  max-width: 100%;
  aspect-ratio: 737/587;
  content: "";
  background: url("../img/top/profile_frame.svg") center/contain no-repeat;
  transform-origin: center;
  animation: waveFrame 8s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .profile__img {
    width: 100%;
    aspect-ratio: 375/377.5;
  }
  .profile__img::before {
    width: 100%;
    aspect-ratio: 375/376;
    background-image: url("../img/top/profile_frame_sp.svg");
  }
}

.profile__img-photo {
  position: relative;
  z-index: 1;
  width: 45.125rem;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
  transform-origin: center;
  animation: wavePhoto 8s ease-in-out infinite;
  animation-delay: -0.5s;
}
@media screen and (max-width: 768px) {
  .profile__img-photo {
    width: 100%;
  }
}

.profile__heading {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .profile__heading {
    margin-top: 0;
    text-align: center;
    align-items: center;
  }
}

.profile__paws {
  margin-top: -1.4375rem;
  width: 24.1875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .profile__paws {
    margin-top: -0.1875rem;
    width: 15.625rem;
  }
}

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

.profile__name {
  margin-top: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .profile__name {
    margin-top: 1.9375rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.profile__text {
  margin-top: 0.9375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 2.8125rem;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .profile__text {
    margin-top: 0.8125rem;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.profile__btn {
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .profile__btn {
    margin-top: 1.5625rem;
  }
}
.profile__btn .c-btnArrow__text {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .profile__btn .c-btnArrow__text {
    font-size: 1rem;
  }
}

.atelier {
  position: relative;
  background-color: #ffedef;
  padding-block: 3.75rem 5.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .atelier {
    min-height: 53.625rem;
    padding-block: 0;
  }
}

.atelier__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8.4375rem;
  padding-right: 5rem;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .atelier__inner {
    display: block;
    width: 23.4375rem;
    max-width: 100%;
    min-height: 53.625rem;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.atelier__deco {
  flex-shrink: 0;
  width: 8.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .atelier__deco {
    position: absolute;
    top: 4.375rem;
    left: 1.875rem;
    width: 5rem;
  }
}

.atelier__heading {
  flex-shrink: 0;
  width: 25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .atelier__heading {
    position: absolute;
    top: 4.375rem;
    left: 8rem;
    width: 13.9375rem;
    padding-left: 0;
  }
}

.atelier__title {
  text-align: center;
}

.atelier__paws {
  margin-top: -1.4375rem;
  width: 24.1875rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .atelier__paws {
    margin-top: -0.3125rem;
    margin-left: -1.0625rem;
    width: 14.375rem;
    max-width: none;
  }
}

.atelier__lead {
  margin-top: 3.125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 2.8125rem;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .atelier__lead {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: 1.75rem;
  }
}

.atelier__btn {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .atelier__btn {
    margin-top: 3rem;
    --btn-arrow-icon-offset-y: 0.1875rem;
  }
  .atelier__btn .c-btnArrow__text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .atelier__btn .c-btnArrow__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .atelier__btn .c-btnArrow__icon {
    width: 4.375rem;
  }
}

.atelier__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .atelier__list {
    position: absolute;
    top: 24.0625rem;
    left: 50%;
    display: block;
    width: 39.5rem;
    height: 26.3125rem;
    margin: 0;
    padding-top: 0;
    transform: translateX(-50%);
  }
}

.c-cardAtelier__paper {
  will-change: transform, opacity;
}

.atelier__item {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .atelier__item {
    position: absolute;
  }
}

.atelier__item--left {
  --card-rotate: -3.8deg;
  --tape-rotate: 0deg;
  --label-rotate: 0deg;
  top: -1.875rem;
  left: -0.9375rem;
  z-index: 3;
  scale: 0.9;
}
@media screen and (max-width: 768px) {
  .atelier__item--left {
    --card-rotate: -3.75deg;
    top: 2.625rem;
    left: 0.625rem;
  }
}

.atelier__item--center {
  --card-rotate: 0deg;
  --tape-rotate: 0.5deg;
  top: 5.625rem;
  margin-left: -5.375rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .atelier__item--center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}

.atelier__item--right {
  --card-rotate: 3.9deg;
  --tape-rotate: 0deg;
  top: -5.625rem;
  right: -0.625rem;
  margin-left: -5rem;
  z-index: 1;
  scale: 0.9;
}
@media screen and (max-width: 768px) {
  .atelier__item--right {
    --card-rotate: 3.88deg;
    top: 2.625rem;
    right: 0rem;
    z-index: 1;
    margin-left: 0;
  }
}

.journal {
  background-color: rgba(255, 255, 255, 0.7);
  padding-block: 4.875rem 9.75rem;
}
@media screen and (max-width: 768px) {
  .journal {
    padding-block: 3.125rem 9.375rem;
    padding-inline: 1.875rem;
  }
}

.journal__inner {
  text-align: center;
}

.journal__list {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 0.4375rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .journal__list {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.journal__btn {
  margin-top: 3.125rem;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #ffedef;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1.3s cubic-bezier(0.76, 0, 0.24, 1), visibility 0s 1s;
}
.loader.is-loaded {
  transform: translateY(-100%);
  visibility: hidden;
}
.loader.is-skip {
  display: none;
}

.loader__logo {
  max-width: 500px;
  width: 100%;
  height: 500px;
  display: block;
  margin: 0 auto;
  padding: 0 50px;
}

@keyframes logo {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  40% {
    transform: translateY(15px);
    opacity: 1;
  }
  60% {
    transform: translateY(-8px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cls-1,
.cls-2,
.cls-4,
.cls-6,
.cls-3 {
  animation: logo 2.8s ease-in-out forwards;
  opacity: 0;
}

.cls-1 {
  animation-delay: 0.5s;
}

.cls-2 {
  animation-delay: 0.8s;
}

.cls-4 {
  animation-delay: 1.2s;
}

.cls-6 {
  animation-delay: 1.6s;
}

.cls-3 {
  animation-delay: 2s;
}

@keyframes loader_logo-Spin {
  0% {
    transform: translateX(50px) rotate(-10deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
}
.cls-5 {
  transform: rotate(-10deg);
  animation: loader_logo-Spin 0.8s ease-in-out forwards;
  opacity: 0;
  animation-delay: 3.5s;
}

@media screen and (max-width: 768px) {
  .c-pageHero--profile {
    aspect-ratio: 375/300;
  }
  .c-pageHero--profile .c-pageHero__inner {
    padding-top: 1.5rem;
    padding-inline: 1.875rem;
  }
  .c-pageHero--profile .c-pageHero__heading::after {
    width: 12.625rem;
    height: 1.9375rem;
    inset: 1.8125rem auto auto 0;
  }
  .c-pageHero--profile .c-pageHero__breadcrumb {
    margin-top: 11.5rem;
  }
}

.profile-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  max-width: 77.5rem;
  margin-top: 6.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .profile-info {
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
    margin-block: 4.0625rem 9rem;
    padding-inline: 1.875rem;
  }
}

.profile-info__photo {
  position: relative;
  flex-shrink: 0;
  width: 34.375rem;
  height: 43.75rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .profile-info__photo {
    order: 2;
    width: 19.6875rem;
    height: 25.0625rem;
  }
}

.profile-info__photo::before {
  position: absolute;
  z-index: 0;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 17.1875rem 17.1875rem 0 0;
  filter: drop-shadow(3px 4px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .profile-info__photo::before {
    border-radius: 9.6875rem 9.6875rem 0 0;
  }
}

.profile-info__photo::after {
  position: absolute;
  inset: 0.8125rem;
  z-index: 2;
  content: "";
  border-radius: 16.5625rem 16.5625rem 0 0;
  pointer-events: none;
}

.profile-info__photoImg {
  position: absolute;
  inset: 0.8125rem;
  z-index: 1;
  width: calc(100% - 1.625rem);
  height: calc(100% - 1.625rem);
  object-fit: cover;
  object-position: center top;
}

.profile-info__card {
  flex: 0 0 41.875rem;
  min-width: 0;
  width: 100%;
  min-height: 46.875rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0.1875rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  .profile-info__card {
    order: 1;
    width: 19.6875rem;
    flex-basis: auto;
    max-width: 100%;
    min-height: 0;
    padding: 0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .profile-info__photo::after {
    inset: 0.5rem;
    border-radius: 9.6875rem 9.6875rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .profile-info__photoImg {
    inset: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}

.profile-info__cardInner {
  position: relative;
  background-color: rgba(255, 237, 239, 0.6);
  padding: 2.625rem 2.3125rem;
}
@media screen and (max-width: 768px) {
  .profile-info__cardInner {
    min-height: 38rem;
    padding: 1.5625rem 1.0625rem 1.5rem;
  }
}

.profile-info__watermark {
  position: absolute;
  top: 3.875rem;
  left: 50%;
  z-index: 0;
  width: 100%;
  transform: translateX(-50%);
  font-family: "Arbutus Slab", serif;
  font-size: 3.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgba(199, 105, 150, 0.2);
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .profile-info__watermark {
    top: 2.875rem;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.profile-info__name {
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #453636;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile-info__name {
    font-size: 2rem;
    margin-top: 0;
  }
}

.profile-info__text {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #453636;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile-info__text {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 1.6875rem;
  }
}

.profile-info__divider {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 28.8125rem;
  height: auto;
  margin-top: 1.25rem;
  margin-inline: auto;
}

.profile-info__table {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 5rem;
  row-gap: 0.3125rem;
  margin-top: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .profile-info__table {
    max-width: 18.625rem;
    grid-template-columns: 6.8125rem minmax(0, 1fr);
    column-gap: 0.9375rem;
    row-gap: 0.3125rem;
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.profile-info__label {
  color: #c76996;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .profile-info__label {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .profile-info__label:first-of-type {
    margin-top: 0;
  }
}

.profile-info__value {
  margin: 0;
  color: #453636;
}

.profile-cards {
  position: relative;
  width: 100%;
  margin-top: 15.625rem;
  padding-bottom: 13.75rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .profile-cards {
    margin-top: 4.875rem;
    padding-bottom: 0.625rem;
  }
}

.profile-cards__waveTop {
  position: absolute;
  top: -9.875rem;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/147;
}
@media screen and (max-width: 768px) {
  .profile-cards__waveTop {
    top: -4.9375rem;
    aspect-ratio: 375/79;
  }
}

.profile-cards__waveBottom {
  position: absolute;
  top: calc(-9.1875rem + 2px);
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/147;
}
@media screen and (max-width: 1439px) {
  .profile-cards__waveBottom {
    top: calc(-10.2083333333vw + 2px);
  }
}
@media screen and (max-width: 768px) {
  .profile-cards__waveBottom {
    top: calc(-4.3125rem + 2px);
    aspect-ratio: 375/79;
  }
}

.profile-cards__inner {
  position: relative;
  z-index: 1;
  max-width: 77.5rem;
  margin-top: 7.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .profile-cards__inner {
    margin-block: 1.875rem 2.5rem;
    padding-inline: 1.875rem;
  }
}

.profile-cards__row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding-top: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .profile-cards__row {
    align-items: center;
    flex-direction: column;
    gap: 3.125rem;
    padding-block: 4.375rem;
  }
}

.profile-cards__col--about {
  flex: 0 0 25rem;
  width: 25rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .profile-cards__col--about {
    flex-basis: auto;
    width: 19.6875rem;
  }
}

.profile-cards__col--like {
  flex: 0 0 26.625rem;
  width: 26.625rem;
  max-width: 100%;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .profile-cards__col--like {
    flex-basis: auto;
    width: 19.6875rem;
    margin-top: 0;
  }
}

.profile-cards__col--right {
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
  flex: 0 0 23.5625rem;
  width: 23.5625rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .profile-cards__col--right {
    align-items: center;
    gap: 1.875rem;
    flex-basis: auto;
    width: 19.6875rem;
  }
}

.profile-cards__card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.profile-cards__card::before {
  position: absolute;
  inset: -0.625rem;
  z-index: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .profile-cards__card::before {
    inset: -0.625rem;
    background-size: 100% 100%;
  }
}
.profile-cards__card > * {
  position: relative;
  z-index: 1;
}
.profile-cards__card > picture {
  position: static;
  z-index: auto;
}

.profile-cards__card--about {
  height: 40.25rem;
  padding: 5.375rem 2.1875rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .profile-cards__card--about {
    height: 34.75rem;
    min-height: 0;
    padding: 4.6875rem 1.375rem 2.5rem;
  }
}
.profile-cards__card--about::before {
  background-image: url("../img/profile/about_me.svg");
}
@media screen and (max-width: 768px) {
  .profile-cards__card--about::before {
    background-image: url("../img/profile/profile-card-about-sp.svg");
  }
}
.profile-cards__card--about .profile-cards__cardTitle {
  text-align: left;
}

.profile-cards__card--like {
  height: 38.3125rem;
  padding: 4.3125rem 3.4375rem;
}
@media screen and (max-width: 768px) {
  .profile-cards__card--like {
    height: 27.5625rem;
    min-height: 0;
    padding: 4.75rem 3.3125rem 2.5rem;
  }
}
.profile-cards__card--like::before {
  background-image: url("../img/profile/like.svg");
}
@media screen and (max-width: 768px) {
  .profile-cards__card--like::before {
    background-image: url("../img/profile/profile-card-like-sp.svg");
  }
}
.profile-cards__card--like .profile-cards__list {
  text-align: left;
}

.profile-cards__card--sns {
  height: 29.75rem;
  padding: 5.0625rem 2.125rem;
}
@media screen and (max-width: 768px) {
  .profile-cards__card--sns {
    height: 20.3125rem;
    min-height: 0;
    padding: 3.9375rem 2.0625rem 2.5rem;
  }
}
.profile-cards__card--sns::before {
  background-image: url("../img/profile/sns.svg");
}
@media screen and (max-width: 768px) {
  .profile-cards__card--sns::before {
    background-image: url("../img/profile/profile-card-sns-sp.svg");
  }
}
.profile-cards__card--sns .profile-cards__table {
  text-align: left;
}

.profile-cards__card--contact {
  width: 22.5625rem;
  height: 9.0625rem;
  margin-left: 1.3125rem;
  padding: 1.0625rem 1.5625rem;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .profile-cards__card--contact {
    width: 19.6875rem;
    height: 9.1875rem;
    min-height: 9.1875rem;
    margin-left: 0;
    padding: 1.5625rem 2rem 1.5rem;
  }
}
.profile-cards__card--contact::before {
  inset: -1.125rem -0.625rem -0.25rem -1.625rem;
  background-image: url("../img/profile/contact.svg");
}
@media screen and (max-width: 768px) {
  .profile-cards__card--contact::before {
    inset: -0.625rem;
    background-image: url("../img/profile/profile-card-contact-sp.svg");
  }
}
.profile-cards__card--contact .profile-cards__cardTitle {
  text-align: left;
}

.profile-cards__cardTitle {
  font-family: "Arbutus Slab", serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #c76996;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .profile-cards__cardTitle {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.profile-cards__cardText {
  margin-top: 1.0625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .profile-cards__cardText {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.profile-cards__cardText + .profile-cards__cardText {
  margin-top: 1.0625rem;
}

.profile-cards__card--contact .profile-cards__cardText {
  margin-top: 0.3125rem;
}

.profile-cards__list {
  margin-top: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .profile-cards__list {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.profile-cards__table {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1rem;
  row-gap: 0.9375rem;
  margin-top: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .profile-cards__table {
    grid-template-columns: 6.6875rem minmax(0, 1fr);
    column-gap: 0.9375rem;
    row-gap: 0.3125rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.profile-cards__label {
  color: #c76996;
  font-weight: 500;
  text-transform: uppercase;
}

.profile-cards__value {
  margin: 0;
  color: #453636;
}

.profile-cards__link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  transition: color 0.25s ease, text-decoration-color 0.25s ease, text-underline-offset 0.25s ease;
}
@media (any-hover: hover) {
  .profile-cards__link:hover, .profile-cards__link:focus-visible {
    color: #bc4b81;
    text-decoration-color: currentColor;
    text-underline-offset: 0.375rem;
  }
}

.profile-cards__deco {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  pointer-events: none;
}

.profile-cards__deco--about {
  top: -3.1875rem;
  left: -3.75rem;
  width: 12.625rem;
  transform: rotate(-1.37deg);
}
@media screen and (max-width: 768px) {
  .profile-cards__deco--about {
    top: -2.8125rem;
    left: -2rem;
    width: 8.75rem;
  }
}

.profile-cards__deco--like {
  top: -2.875rem;
  left: 6.125rem;
  width: 12.6875rem;
  transform: rotate(6.83deg);
}
@media screen and (max-width: 768px) {
  .profile-cards__deco--like {
    top: -2.0625rem;
    left: 50%;
    width: 9.125rem;
    transform: translateX(-50%) rotate(9.2deg);
    margin-top: 0.625rem;
  }
}

.profile-cards__deco--sns {
  top: -1.125rem;
  left: 5.75rem;
  width: 10.125rem;
  transform: rotate(-1.37deg);
}
@media screen and (max-width: 768px) {
  .profile-cards__deco--sns {
    top: -1.375rem;
    left: 50%;
    width: 8.8125rem;
    transform: translateX(-50%) rotate(-1.37deg);
  }
}

.profile-foot {
  position: relative;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .profile-foot {
    min-height: 9.375rem;
    margin-top: 0rem;
  }
}

.profile-foot__decoCat {
  position: absolute;
  bottom: -8.125rem;
  left: 16.0625rem;
  z-index: 0;
  width: 12.75rem;
  height: auto;
  transform: rotate(1.5deg);
}
@media screen and (max-width: 768px) {
  .profile-foot__decoCat {
    width: 5.8125rem;
    bottom: -1.25rem;
    left: 4.375rem;
  }
}

.profile-foot__back {
  display: flex;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .profile-foot__back {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .c-pageHero--atelier {
    aspect-ratio: 375/300;
  }
  .c-pageHero--atelier .c-pageHero__inner {
    padding-top: 1.5rem;
    padding-inline: 1.875rem;
  }
  .c-pageHero--atelier .c-pageHero__heading::after {
    width: 12.625rem;
    height: 1.9375rem;
    inset: 1.8125rem auto auto 0;
  }
  .c-pageHero--atelier .c-pageHero__breadcrumb {
    margin-top: 11.5rem;
  }
}

.atelier-cardGrid {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.1875rem;
  row-gap: 3.625rem;
  width: 100%;
  max-width: 56rem;
}
@media screen and (max-width: 768px) {
  .atelier-cardGrid {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 2.1875rem;
    max-width: 16rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 375px) {
  .atelier-cardGrid {
    grid-template-columns: 1fr;
  }
}

.atelier-cardGrid__item {
  width: 100%;
}

.atelier-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 56rem) 14.8125rem;
  align-items: flex-start;
  justify-content: center;
  column-gap: 2.5rem;
  row-gap: 3.75rem;
  max-width: 90rem;
  margin-top: 7.5rem;
  margin-inline: auto;
  padding-inline: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .atelier-content {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 4.375rem;
    margin-top: 3.75rem;
    padding-inline: 1.875rem;
  }
}

.atelier-sidebar {
  grid-column: 2;
  grid-row: 1;
  flex-shrink: 0;
  width: 14.8125rem;
  border-left: 2px dotted #c76996;
  padding-left: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .atelier-sidebar {
    grid-column: auto;
    grid-row: auto;
    width: 19.8125rem;
    max-width: 100%;
    margin-top: 0;
    border-left: none;
    padding-left: 0;
  }
}

.atelier-content > .c-pagination {
  grid-column: 1/-1;
  grid-row: 2;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .atelier-content > .c-pagination {
    grid-column: auto;
    grid-row: auto;
  }
}

.atelier-sidebar__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .atelier-sidebar__heading {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
  }
}

.atelier-sidebar__group {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .atelier-sidebar__group {
    margin-top: 0;
  }
}

.atelier-sidebar__group:first-of-type {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .atelier-sidebar__group:first-of-type {
    margin-top: 0;
  }
}

.atelier-sidebar__groupTitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .atelier-sidebar__groupTitle {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.atelier-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .atelier-sidebar__list {
    gap: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .atelier-sidebar__filters {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    margin-top: 1.9375rem;
  }
}

.atelier-sidebar__item {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: transparent;
  text-align: left;
  text-transform: capitalize;
  background-image: linear-gradient(90deg, #c76996 0 50%, #453636 50% 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-position 0.35s ease;
}
@media screen and (max-width: 768px) {
  .atelier-sidebar__item {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
.atelier-sidebar__item::after {
  position: absolute;
  inset: auto 0 -0.1875rem;
  height: 0.0625rem;
  content: "";
  background-color: #c76996;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
@media (any-hover: hover) {
  .atelier-sidebar__item:hover, .atelier-sidebar__item:focus-visible {
    background-position: 0 0;
  }
  .atelier-sidebar__item:hover::after, .atelier-sidebar__item:focus-visible::after {
    transform: scaleX(1);
  }
}
.atelier-sidebar__item.is-active {
  color: #c76996;
  background-position: 0 0;
  pointer-events: none;
}
.atelier-sidebar__item.is-active::after {
  transform: scaleX(1);
}

.atelier-sidebar__item--all {
  text-transform: uppercase;
}

.atelier-foot {
  position: relative;
  max-width: 90rem;
  min-height: 14rem;
  margin-top: 8.625rem;
  margin-inline: auto;
  padding-inline: 7.8125rem;
  padding-bottom: 5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .atelier-foot {
    margin-top: 4.375rem;
    min-height: 11.5625rem;
    padding-inline: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.atelier-foot__decoCat {
  position: absolute;
  right: 25rem;
  top: -2.3125rem;
  width: 17.5rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .atelier-foot__decoCat {
    width: 8.75rem;
    top: 3.75rem;
    left: auto;
    right: 1.25rem;
  }
}

.atelier-foot__back {
  position: relative;
  z-index: 1;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .atelier-foot__back {
    margin-left: auto;
    margin-top: 0rem;
  }
}

.atelier-single-head {
  padding-top: 3.125rem;
  padding-inline: 6.875rem;
}
@media screen and (max-width: 768px) {
  .atelier-single-head {
    padding-top: 1.5625rem;
    padding-inline: 1.875rem;
  }
}

.atelier-single-head__breadcrumb {
  display: block;
  width: fit-content;
}

.atelier-single-head__breadcrumbList {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .atelier-single-head__breadcrumbList {
    font-size: 1rem;
  }
}

.atelier-single-head__breadcrumbItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.atelier-single-head__breadcrumbLink {
  color: #c76996;
}
@media (any-hover: hover) {
  .atelier-single-head__breadcrumbLink:hover, .atelier-single-head__breadcrumbLink:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }
}

.atelier-single-head__genre {
  width: fit-content;
  margin-top: 4.3125rem;
  margin-left: auto;
  margin-right: 13.8125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #453636;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .atelier-single-head__genre {
    margin-top: 4.25rem;
    margin-left: auto;
    margin-right: 0;
    font-size: 1.125rem;
  }
}

.atelier-single-gallery {
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
  max-width: 67.5rem;
  margin-top: 2.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery {
    flex-direction: column;
    gap: 3.125rem;
    width: 19.6875rem;
    max-width: 100%;
    margin-top: 1.5625rem;
    padding-inline: 0;
  }
}

.atelier-single-gallery__main {
  flex-shrink: 0;
  width: 41.1875rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery__main {
    width: 19.6875rem;
  }
}

.atelier-single-gallery__mainImg {
  width: 100%;
  height: auto;
  aspect-ratio: 659/825;
  object-fit: cover;
}

.atelier-single-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.875rem;
  row-gap: 1.875rem;
  width: 22.5625rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery__thumbs {
    grid-template-columns: repeat(3, 5.625rem);
    column-gap: 1.40625rem;
    row-gap: 1.875rem;
    width: 19.6875rem;
    max-width: 100%;
  }
}

.atelier-single-gallery__thumbItem {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery__thumbItem {
    width: 5.625rem;
  }
}

.atelier-single-gallery__thumb {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 165.5/214;
  padding: 0;
  border: 0.125rem solid transparent;
  background-color: #ffedef;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
@media (any-hover: hover) {
  .atelier-single-gallery__thumb:hover {
    border-color: rgba(199, 105, 150, 0.45);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
    opacity: 0.86;
    transform: translateY(-0.1875rem);
  }
}
.atelier-single-gallery__thumb:focus-visible {
  outline: 0.1875rem solid rgba(199, 105, 150, 0.35);
  outline-offset: 0.25rem;
}
.atelier-single-gallery__thumb.is-active, .atelier-single-gallery__thumb[aria-current=true] {
  border-color: #c76996;
  box-shadow: 0 0.375rem 0.875rem rgba(0, 0, 0, 0.1);
}

.atelier-single-gallery__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atelier-single-gallery2 {
  position: relative;
  max-width: 69.5rem;
  margin-top: 6.25rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery2 {
    width: 19.6875rem;
    max-width: 100%;
    margin-top: 3.8125rem;
    padding-inline: 0;
  }
}

.atelier-single-gallery2__label {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #453636;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery2__label {
    gap: 0.5rem;
    font-size: 1.25rem;
  }
}

.atelier-single-gallery2__label::before {
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 2.1875rem;
  content: "";
  background-color: #c76996;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery2__label::before {
    width: 0.625rem;
    height: 1.875rem;
  }
}

.atelier-single-gallery2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5.3125rem;
  row-gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .atelier-single-gallery2__grid {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.atelier-single-gallery2__item {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 314/212;
  background-color: #ffedef;
}

.atelier-single-gallery2__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atelier-single-detail {
  max-width: 55.625rem;
  margin-top: 6.25rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .atelier-single-detail {
    width: 19.6875rem;
    max-width: 100%;
    margin-top: 4.0625rem;
    padding-inline: 0;
  }
}

.atelier-single-detail__group {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .atelier-single-detail__group {
    margin-top: 0.9375rem;
  }
}

.atelier-single-detail__group:first-child {
  margin-top: 0;
}

.atelier-single-detail__label {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8125rem;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .atelier-single-detail__label {
    gap: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.atelier-single-detail__label::before {
  display: block;
  flex-shrink: 0;
  width: 0.75rem;
  height: 2.1875rem;
  content: "";
  background-color: #c76996;
}
@media screen and (max-width: 768px) {
  .atelier-single-detail__label::before {
    width: 0.625rem;
    height: 1.875rem;
  }
}

.atelier-single-detail__title {
  margin-top: 0.9375rem;
  padding-left: 1.6875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  letter-spacing: 0.05em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .atelier-single-detail__title {
    margin-top: 0.625rem;
    padding-left: 2.625rem;
    font-size: 1.5rem;
    line-height: 1.45;
  }
}

.atelier-single-detail__value,
.atelier-single-detail__text {
  margin-top: 0.9375rem;
  padding-left: 1.6875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #453636;
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .atelier-single-detail__value,
  .atelier-single-detail__text {
    margin-top: 0.625rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

.atelier-single-detail__note {
  margin-top: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #453636;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .atelier-single-detail__note {
    margin-top: 0.9375rem;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: right;
  }
}

.atelier-single-detail__noteLink {
  color: #c76996;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.25rem;
  transition: color 0.25s ease, text-decoration-thickness 0.25s ease, text-underline-offset 0.25s ease;
}
@media (any-hover: hover) {
  .atelier-single-detail__noteLink:hover, .atelier-single-detail__noteLink:focus-visible {
    color: #bc4b81;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 0.375rem;
  }
}

.atelier-single-foot {
  position: relative;
  max-width: 76.25rem;
  margin-top: 11.25rem;
  margin-inline: auto;
  padding-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  .atelier-single-foot {
    width: 19.6875rem;
    max-width: 100%;
    margin-top: 4.375rem;
    padding-bottom: 9.6875rem;
  }
}

.atelier-single-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .atelier-single-nav {
    position: relative;
    display: block;
    height: 7.5rem;
  }
}

.atelier-single-nav__link {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .atelier-single-nav__link {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.atelier-single-nav__text {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .atelier-single-nav__prev {
    top: 0;
    left: 0;
    width: 9.5rem;
    align-items: flex-start;
  }
}
.atelier-single-nav__prev .c-btnArrow__text {
  background-image: linear-gradient(90deg, var(--btn-arrow-text-color) 0 50%, var(--btn-arrow-accent-color) 50% 100%);
  background-position: 0 0;
}
.atelier-single-nav__prev .c-btnArrow__icon {
  background-position: 0 0;
}
@media screen and (max-width: 768px) {
  .atelier-single-nav__prev .c-btnArrow__text {
    order: -1;
  }
  .atelier-single-nav__prev .c-btnArrow__icon {
    width: 7.1875rem;
  }
}
@media (any-hover: hover) {
  .atelier-single-nav__prev:hover .c-btnArrow__text, .atelier-single-nav__prev:focus-visible .c-btnArrow__text {
    background-position: 100% 0;
  }
  .atelier-single-nav__prev:hover .c-btnArrow__icon, .atelier-single-nav__prev:focus-visible .c-btnArrow__icon {
    animation-name: atelier-single-nav-arrow-flow-reverse;
  }
}

@media screen and (max-width: 768px) {
  .atelier-single-nav__next {
    top: 4.6875rem;
    right: 0;
    width: 8.125rem;
    align-items: flex-end;
    text-align: right;
  }
  .atelier-single-nav__next .c-btnArrow__icon {
    width: 7.1875rem;
  }
}

.atelier-single-nav__arrow--prev {
  transform: scaleX(-1) translateY(calc(var(--btn-arrow-icon-offset-y) * -1));
}

.atelier-single-foot__decoCat {
  position: absolute;
  left: 2.5rem;
  bottom: 7.5rem;
  z-index: 1;
  width: 8.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .atelier-single-foot__decoCat {
    top: 7.1875rem;
    left: auto;
    right: 11.9375rem;
    width: 6.5625rem;
  }
}

@keyframes atelier-single-nav-arrow-flow-reverse {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.journal-archive-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/300;
}
@media screen and (max-width: 768px) {
  .journal-archive-hero {
    aspect-ratio: 375/300;
  }
}

.journal-archive-hero__bgImg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-archive-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  margin-inline: auto;
  padding-top: 2.6875rem;
  padding-inline: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .journal-archive-hero__inner {
    padding-top: 1.5rem;
    padding-inline: 1.875rem;
  }
}

.journal-archive-hero__heading {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: 50.3125rem;
  font-family: "Arbutus Slab", serif;
  font-size: 3.625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .journal-archive-hero__heading {
    margin-left: 0;
    font-size: 2.25rem;
  }
}

.journal-archive-hero__heading::after {
  position: absolute;
  inset: 3.125rem auto auto 0;
  z-index: -1;
  width: 24.25rem;
  height: 3.625rem;
  content: "";
  background: url("../img/common/page-title-footprints-pc.webp") left top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .journal-archive-hero__heading::after {
    width: 12.625rem;
    height: 1.9375rem;
    inset: 1.8125rem auto auto 0;
    background-image: url("../img/common/page-title-footprints-sp.webp");
  }
}

.journal-archive-hero__breadcrumb {
  display: block;
  width: fit-content;
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .journal-archive-hero__breadcrumb {
    margin-top: 11.5rem;
  }
}

.journal-archive-hero__breadcrumbList {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .journal-archive-hero__breadcrumbList {
    font-size: 0.875rem;
  }
}

.journal-archive-hero__breadcrumbItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.journal-archive-hero__breadcrumbLink {
  color: #c76996;
}

.journal-archive-hero__breadcrumbLink:hover {
  text-decoration: underline;
}

.journal-archive-category {
  margin-top: 7.5rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .journal-archive-category {
    margin-top: 2.1875rem;
    padding-inline: 1.875rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .journal-archive-category::-webkit-scrollbar {
    display: none;
  }
}

.journal-archive-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  max-width: 43.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .journal-archive-category__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.9375rem;
    width: max-content;
    max-width: none;
    margin-inline: 0;
  }
}

.journal-archive-category__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375rem;
  max-width: 100%;
  height: 2.1875rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #453636;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  border-bottom: 0.1875rem solid rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 768px) {
  .journal-archive-category__item {
    flex: 0 0 7.5rem;
    width: 7.5rem;
    height: 2.1875rem;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
@media (any-hover: hover) {
  .journal-archive-category__item:hover, .journal-archive-category__item:focus-visible {
    color: #ffffff;
    background-color: #c76996;
    border-bottom-color: #c76996;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.14);
  }
}

.journal-archive-category__item.is-active {
  color: #ffffff;
  background-color: #c76996;
  border-bottom-color: #c76996;
  pointer-events: none;
}

.journal-archive-cardGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 3.75rem;
  row-gap: 3rem;
  max-width: 73.125rem;
  margin-top: 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .journal-archive-cardGrid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.8125rem;
    width: 19.6875rem;
    max-width: calc(100% - 3.75rem);
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 375px) {
  .journal-archive-cardGrid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.journal-archive-cardGrid__link {
  display: block;
  text-decoration: none;
}
@media (any-hover: hover) {
  .journal-archive-cardGrid__link:hover .journal-archive-cardGrid__img, .journal-archive-cardGrid__link:focus-visible .journal-archive-cardGrid__img {
    transform: scale(1.04);
    filter: brightness(1.04) saturate(1.04);
  }
  .journal-archive-cardGrid__link:hover .journal-archive-cardGrid__title, .journal-archive-cardGrid__link:focus-visible .journal-archive-cardGrid__title {
    color: #c76996;
  }
}

.journal-archive-empty {
  max-width: 73.125rem;
  margin: 6.25rem auto 0;
  padding-inline: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #453636;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .journal-archive-empty {
    margin-top: 3.125rem;
    font-size: 1rem;
  }
}

.journal-archive-cardGrid__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 350/200;
  overflow: hidden;
  background-color: rgba(217, 217, 217, 0.6);
}
@media screen and (max-width: 768px) {
  .journal-archive-cardGrid__thumb {
    aspect-ratio: 315/200;
  }
}

.journal-archive-cardGrid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.3s ease;
}

.journal-archive-cardGrid__badge {
  position: absolute;
  top: 0.8125rem;
  left: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 1.875rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #453636;
  background-color: #f7cfe0;
  border-radius: 0.9375rem;
}

.journal-archive-cardGrid__title {
  margin-top: 1.25rem;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  line-height: 1.45;
  color: #453636;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.28s ease;
}
@media screen and (max-width: 768px) {
  .journal-archive-cardGrid__title {
    margin-top: 0.9375rem;
    font-size: 1.25rem;
  }
}

.journal-archive-cardGrid__date {
  display: block;
  margin-top: 1.25rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1rem;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .journal-archive-cardGrid__date {
    margin-top: 0.9375rem;
  }
}

.journal-archive-foot {
  position: relative;
  min-height: 13.75rem;
  margin-top: 7.25rem;
  padding-inline: 6.875rem;
  padding-bottom: 12.5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .journal-archive-foot {
    min-height: 11.25rem;
    margin-top: 4.375rem;
    padding-inline: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.journal-archive-foot__decoCat {
  position: absolute;
  right: 20.625rem;
  top: -2.3125rem;
  z-index: 1;
  width: 11.0625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .journal-archive-foot__decoCat {
    width: 6.25rem;
    top: 1.125rem;
    left: 1.25rem;
    right: auto;
  }
}

.journal-archive-foot__back {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: auto;
}

.journal-single-main {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .journal-single-main {
    padding-top: 1.5625rem;
    padding-inline: 1.875rem;
  }
}

.journal-single-main__breadcrumb {
  display: block;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .journal-single-main__breadcrumb {
    padding-inline: 0;
  }
}

.journal-single-main__breadcrumbList {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .journal-single-main__breadcrumbList {
    gap: 0.25rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.journal-single-main__breadcrumbItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .journal-single-main__breadcrumbItem {
    gap: 0.25rem;
  }
}

.journal-single-main__breadcrumbItem--current {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.journal-single-main__breadcrumbLink {
  color: #c76996;
}
@media (any-hover: hover) {
  .journal-single-main__breadcrumbLink:hover, .journal-single-main__breadcrumbLink:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }
}

.journal-single-main__row {
  display: flex;
  align-items: flex-start;
  gap: 4.0625rem;
  max-width: 90rem;
  margin-top: 7.5rem;
  margin-inline: auto;
  padding-inline: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .journal-single-main__row {
    flex-direction: column;
    width: 19.6875rem;
    max-width: 100%;
    margin-top: 3.75rem;
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-main__row {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    width: 55.4375rem;
    max-width: calc(100% - 7.5rem);
    padding-inline: 0;
  }
}

.journal-single-main__eyecatch {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-main__eyecatch {
    width: 100%;
  }
}

.journal-single-main__eyecatchImg {
  width: 100%;
  aspect-ratio: 902/506;
  overflow: hidden;
  background-color: rgba(217, 217, 217, 0.6);
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatchImg {
    aspect-ratio: 315/177;
  }
}

.journal-single-main__eyecatchPhoto {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-single-main__title {
  margin-top: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #453636;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .journal-single-main__title {
    margin-top: 0.9375rem;
    font-size: 1.25rem;
  }
}

.journal-single-main__lead {
  margin-top: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .journal-single-main__lead {
    margin-top: 0.9375rem;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.journal-single-main__sidebar {
  flex-shrink: 0;
  width: 15.6875rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .journal-single-main__sidebar {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-main__sidebar--desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-main__sidebar--desktop {
    display: none;
  }
}

.journal-single-main__sidebar--mobile {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-main__sidebar--mobile {
    display: block;
    width: 100%;
    max-width: min(55.4375rem, 100% - 7.5rem);
    margin: 3.75rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-main__sidebar--mobile {
    display: block;
    width: 19.6875rem;
    max-width: calc(100% - 3.75rem);
    margin: 3.75rem auto 0;
  }
}

.journal-single-main__categoryList {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .journal-single-main__categoryList {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.9375rem;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    padding-inline: calc((100vw - 100%) / 2);
    overflow-x: auto;
    scrollbar-width: none;
  }
  .journal-single-main__categoryList::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-main__categoryList {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.9375rem;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    padding-inline: calc((100vw - 100%) / 2);
    overflow-x: auto;
    scrollbar-width: none;
  }
  .journal-single-main__categoryList::-webkit-scrollbar {
    display: none;
  }
}

.journal-single-main__categoryListItem {
  list-style: none;
}

.journal-single-main__categoryItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.375rem;
  max-width: 100%;
  height: 2.1875rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #453636;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  border-bottom: 0.1875rem solid rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 768px) {
  .journal-single-main__categoryItem {
    flex: 0 0 7.5rem;
    width: 7.5rem;
    height: 2.1875rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-main__categoryItem {
    flex: 0 0 9.375rem;
  }
}
@media (any-hover: hover) {
  .journal-single-main__categoryItem:hover, .journal-single-main__categoryItem:focus-visible {
    color: #ffffff;
    background-color: #c76996;
    border-bottom-color: #c76996;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.14);
  }
}

.journal-single-main__categoryItem.is-active {
  color: #ffffff;
  background-color: #c76996;
  border-bottom-color: #c76996;
  pointer-events: none;
}

.journal-single-main__pickup {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .journal-single-main__pickup {
    margin-top: 2.5rem;
  }
}

.journal-single-main__pickupLabel {
  font-family: "Arbutus Slab", serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .journal-single-main__pickupLabel {
    font-size: 1.75rem;
  }
}

.journal-single-main__pickupList {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .journal-single-main__pickupList {
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}

.journal-single-main__pickupLink {
  display: block;
}
@media (any-hover: hover) {
  .journal-single-main__pickupLink:hover .journal-single-main__pickupImg, .journal-single-main__pickupLink:focus-visible .journal-single-main__pickupImg {
    transform: scale(1.04);
    filter: brightness(1.04) saturate(1.04);
  }
  .journal-single-main__pickupLink:hover .journal-single-main__pickupTitle, .journal-single-main__pickupLink:focus-visible .journal-single-main__pickupTitle {
    color: #c76996;
  }
}

.journal-single-main__pickupThumb {
  width: 100%;
  aspect-ratio: 251/159;
  overflow: hidden;
  background-color: rgba(217, 217, 217, 0.6);
}
@media screen and (max-width: 768px) {
  .journal-single-main__pickupThumb {
    aspect-ratio: 315/200;
  }
}

.journal-single-main__pickupImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.3s ease;
}

.journal-single-main__pickupTitle {
  margin-top: 0.625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #453636;
  transition: color 0.28s ease;
}
@media screen and (max-width: 768px) {
  .journal-single-main__pickupTitle {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.journal-single-toc {
  max-width: 43.75rem;
  margin-top: 3.125rem;
  margin-inline: auto;
  padding: 1.625rem 3.75rem;
  background-color: #ffffff;
  border: 0.0625rem solid #c76996;
  border-radius: 1.875rem;
}
@media screen and (max-width: 768px) {
  .journal-single-toc {
    max-width: 19.6875rem;
    margin-top: 1.875rem;
    padding: 1.0625rem 0.875rem 0.625rem;
    border-radius: 1.25rem;
  }
}

.journal-single-toc__label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .journal-single-toc__label {
    font-size: 1.25rem;
  }
}

.journal-single-toc__list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .journal-single-toc__list {
    margin-top: 1.125rem;
    gap: 0.9375rem;
  }
}

.journal-single-toc__item {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .journal-single-toc__item {
    gap: 0.5rem;
  }
}

.journal-single-toc__heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #453636;
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .journal-single-toc__heading {
    align-items: flex-start;
    gap: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.45;
  }
}
.journal-single-toc__heading::after {
  content: "";
  position: absolute;
  left: 1.5625rem;
  right: 0;
  bottom: -0.1875rem;
  height: 0.0625rem;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
@media (any-hover: hover) {
  .journal-single-toc__heading:hover, .journal-single-toc__heading:focus-visible {
    color: #c76996;
  }
  .journal-single-toc__heading:hover::after, .journal-single-toc__heading:focus-visible::after {
    transform: scaleX(1);
  }
}

.journal-single-toc__icon {
  flex-shrink: 0;
  width: 0.9375rem;
  height: 1.0625rem;
  background-color: #c76996;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .journal-single-toc__icon {
    width: 0.75rem;
    height: 1.0625rem;
    margin-top: 0.125rem;
  }
}

.journal-single-toc__heading--sub {
  padding-left: 1.5625rem;
}

.journal-single-toc__subList {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .journal-single-toc__subList {
    gap: 0.3125rem;
    padding-left: 1.0625rem;
  }
}

.journal-single-toc__subItem {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .journal-single-toc__subItem {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

.journal-single-toc__subLink {
  transition: color 0.25s ease;
}
@media (any-hover: hover) {
  .journal-single-toc__subLink:hover, .journal-single-toc__subLink:focus-visible {
    color: #c76996;
  }
}

.journal-single-toc__dot {
  color: #c76996;
}

.journal-single-main__eyecatch #ez-toc-container {
  width: 100%;
  max-width: 43.75rem;
  height: auto;
  min-height: 0;
  margin-top: 3.125rem;
  margin-bottom: 0;
  margin-inline: auto;
  padding: 1.375rem 3.75rem;
  background-color: #ffffff;
  border: 0.0625rem solid #c76996;
  border-radius: 1.875rem;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch #ez-toc-container {
    max-width: 19.6875rem;
    margin-top: 1.875rem;
    padding: 1rem 0.875rem;
    border-radius: 1.25rem;
  }
}

.journal-single-main__eyecatch #ez-toc-container,
.journal-single-main__eyecatch #ez-toc-container nav,
.journal-single-main__eyecatch #ez-toc-container ul,
.journal-single-main__eyecatch #ez-toc-container li {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.journal-single-main__eyecatch #ez-toc-container .ez-toc-title-container {
  display: block;
  text-align: center;
}
.journal-single-main__eyecatch #ez-toc-container .ez-toc-title-container::before {
  content: "目次";
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.45;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch #ez-toc-container .ez-toc-title-container::before {
    font-size: 1.25rem;
  }
}

.journal-single-main__eyecatch #ez-toc-container .ez-toc-title,
.journal-single-main__eyecatch #ez-toc-container .ez-toc-title-toggle {
  display: none;
}

.journal-single-main__eyecatch #ez-toc-container .ez-toc-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 1.125rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch #ez-toc-container .ez-toc-list {
    gap: 0.75rem;
    margin-top: 0.875rem;
  }
}

.journal-single-main__eyecatch #ez-toc-container .ez-toc-list-level-3 {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin: 0.5rem 0 0;
  padding-left: 1.5625rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch #ez-toc-container .ez-toc-list-level-3 {
    gap: 0.3125rem;
    margin-top: 0.3125rem;
    padding-left: 1.0625rem;
  }
}

.journal-single-main__eyecatch #ez-toc-container li {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch #ez-toc-container li {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

.journal-single-main__eyecatch #ez-toc-container .ez-toc-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  width: fit-content;
  color: #453636;
  text-decoration: none;
  transition: color 0.25s ease;
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch #ez-toc-container .ez-toc-link {
    align-items: flex-start;
    gap: 0.3125rem;
  }
}
.journal-single-main__eyecatch #ez-toc-container .ez-toc-link::before {
  flex-shrink: 0;
  width: 0.9375rem;
  height: 1.0625rem;
  content: "";
  margin-top: 0.0625rem;
  background-color: #c76996;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .journal-single-main__eyecatch #ez-toc-container .ez-toc-link::before {
    width: 0.75rem;
    height: 1.0625rem;
    margin-top: 0.125rem;
  }
}
.journal-single-main__eyecatch #ez-toc-container .ez-toc-link::after {
  position: absolute;
  left: 1.5625rem;
  right: 0;
  bottom: -0.1875rem;
  height: 0.0625rem;
  content: "";
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
@media (any-hover: hover) {
  .journal-single-main__eyecatch #ez-toc-container .ez-toc-link:hover, .journal-single-main__eyecatch #ez-toc-container .ez-toc-link:focus-visible {
    color: #c76996;
  }
  .journal-single-main__eyecatch #ez-toc-container .ez-toc-link:hover::after, .journal-single-main__eyecatch #ez-toc-container .ez-toc-link:focus-visible::after {
    transform: scaleX(1);
  }
}

.journal-single-main__eyecatch #ez-toc-container .ez-toc-list-level-3 .ez-toc-link {
  gap: 0;
}
.journal-single-main__eyecatch #ez-toc-container .ez-toc-list-level-3 .ez-toc-link::before {
  width: auto;
  height: auto;
  content: "・";
  margin-top: 0;
  color: #c76996;
  background: none;
  clip-path: none;
}
.journal-single-main__eyecatch #ez-toc-container .ez-toc-list-level-3 .ez-toc-link::after {
  left: 0.875rem;
}

.journal-single-body {
  max-width: 90rem;
  margin-top: 3.125rem;
  margin-inline: auto;
  padding-inline: 7.0625rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-body {
    width: 55.4375rem;
    max-width: calc(100% - 7.5rem);
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-body {
    max-width: 23.4375rem;
    margin-top: 2.5rem;
    padding-inline: 1.875rem;
  }
}

.journal-single-body--inMain {
  max-width: 55.4375rem;
  margin-inline: 0;
  padding-inline: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-body--inMain {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-body--inMain {
    max-width: 19.6875rem;
    padding-inline: 0;
  }
}

.journal-single-body > * {
  max-width: 55.4375rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-body > * {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-body > * {
    max-width: 19.6875rem;
  }
}

.journal-single-body.is-layout-flow > * + * {
  margin-block-start: 0;
}

.journal-single-body h2 {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 3.125rem;
  scroll-margin-top: 7.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.45;
  color: #453636;
}
.journal-single-body h2::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.4375rem;
  content: "";
  background-color: #c76996;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .journal-single-body h2 {
    align-items: flex-start;
    gap: 0.3125rem;
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
  .journal-single-body h2::before {
    width: 0.75rem;
    height: 1.0625rem;
    margin-top: 0.375rem;
  }
}

.journal-single-body h2:first-child {
  margin-top: 0;
}

.journal-single-body h3 {
  margin-top: 1.25rem;
  padding-bottom: 0.375rem;
  scroll-margin-top: 7.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.45;
  color: #453636;
  border-bottom: 0.0625rem solid rgba(199, 105, 150, 0.55);
}
@media screen and (max-width: 768px) {
  .journal-single-body h3 {
    margin-top: 0.75rem;
    padding-bottom: 0.25rem;
    font-size: 18px;
  }
}

.journal-single-body h3.wp-block-heading {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .journal-single-body h3.wp-block-heading {
    font-size: 18px;
  }
}

.journal-single-body h2 + h3 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .journal-single-body h2 + h3 {
    margin-top: 0.75rem;
  }
}

.journal-single-body p,
.journal-single-body li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #453636;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .journal-single-body p,
  .journal-single-body li {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.journal-single-body p,
.journal-single-body ul,
.journal-single-body ol,
.journal-single-body figure,
.journal-single-body .wp-block-image,
.journal-single-body .wp-block-columns,
.journal-single-body .wp-block-media-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .journal-single-body p,
  .journal-single-body ul,
  .journal-single-body ol,
  .journal-single-body figure,
  .journal-single-body .wp-block-image,
  .journal-single-body .wp-block-columns,
  .journal-single-body .wp-block-media-text {
    margin-top: 0.75rem;
  }
}

.journal-single-body p + p {
  margin-top: 0;
}

.journal-single-body h2 + p,
.journal-single-body h3 + p,
.journal-single-body h2 + ul,
.journal-single-body h3 + ul,
.journal-single-body h2 + ol,
.journal-single-body h3 + ol,
.journal-single-body h2 + figure,
.journal-single-body h3 + figure,
.journal-single-body h2 + .wp-block-image,
.journal-single-body h3 + .wp-block-image,
.journal-single-body h2 + .wp-block-columns,
.journal-single-body h3 + .wp-block-columns,
.journal-single-body h2 + .wp-block-media-text,
.journal-single-body h3 + .wp-block-media-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .journal-single-body h2 + p,
  .journal-single-body h3 + p,
  .journal-single-body h2 + ul,
  .journal-single-body h3 + ul,
  .journal-single-body h2 + ol,
  .journal-single-body h3 + ol,
  .journal-single-body h2 + figure,
  .journal-single-body h3 + figure,
  .journal-single-body h2 + .wp-block-image,
  .journal-single-body h3 + .wp-block-image,
  .journal-single-body h2 + .wp-block-columns,
  .journal-single-body h3 + .wp-block-columns,
  .journal-single-body h2 + .wp-block-media-text,
  .journal-single-body h3 + .wp-block-media-text {
    margin-top: 0.75rem;
  }
}

.journal-single-body a {
  color: #c76996;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.journal-single-body ul,
.journal-single-body ol {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.4em;
}

.journal-single-body figure {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.journal-single-body img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.journal-single-body .wp-block-image {
  width: 100%;
}

.journal-single-body .wp-block-image img {
  display: block;
}

.journal-single-body .wp-block-media-text {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .journal-single-body .wp-block-media-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.journal-single-body .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.journal-single-body .wp-block-media-text__media {
  align-self: stretch;
}

.journal-single-body .wp-block-media-text__media img {
  display: block;
  height: 100%;
}

.journal-single-body .wp-block-media-text__content {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .journal-single-body .wp-block-media-text__content {
    width: 100%;
  }
}

.journal-single-body .wp-block-media-text__content > :first-child {
  margin-top: 0;
}

.journal-single-body .wp-block-media-text__content > * + * {
  margin-top: 0.75rem;
}

.journal-single-body__section {
  max-width: 55.4375rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-body__section {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-body__section {
    max-width: 19.6875rem;
    gap: 0.75rem;
  }
}

.journal-single-body__heading {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  scroll-margin-top: 7.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.45;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .journal-single-body__heading {
    gap: 0.3125rem;
    font-size: 1.25rem;
  }
}

.journal-single-body__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.4375rem;
  background-color: #c76996;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .journal-single-body__icon {
    width: 0.75rem;
    height: 1.0625rem;
  }
}

.journal-single-body__subheading {
  scroll-margin-top: 7.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.45;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .journal-single-body__subheading {
    font-size: 18px;
  }
}

.journal-single-body__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .journal-single-body__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.journal-single-body__splitRow {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .journal-single-body__splitRow {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.journal-single-body__splitImg {
  flex-shrink: 0;
  width: 26.875rem;
  max-width: 100%;
  aspect-ratio: 430/337;
  background-color: #d9d9d9;
}
@media screen and (max-width: 768px) {
  .journal-single-body__splitImg {
    width: 100%;
    aspect-ratio: 315/247;
  }
}

.journal-single-body__splitContent {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.journal-single-body__image {
  width: 100%;
  max-width: 55.4375rem;
  aspect-ratio: 887/506;
  background-color: #d9d9d9;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-body__image {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-body__image {
    max-width: 19.6875rem;
    aspect-ratio: 315/180;
  }
}

.journal-single-foot {
  position: relative;
  max-width: 75.875rem;
  margin-top: 13.875rem;
  margin-inline: auto;
  padding-bottom: 13.75rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-foot {
    width: 55.4375rem;
    max-width: calc(100% - 7.5rem);
    margin-top: 6.25rem;
    padding-bottom: 10.625rem;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-foot {
    width: 19.6875rem;
    max-width: calc(100% - 3.75rem);
    margin-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.journal-single-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 2.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.5rem;
    column-gap: 2.5rem;
    justify-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.25rem;
    column-gap: 1.25rem;
    justify-items: stretch;
  }
}

.journal-single-nav__prev,
.journal-single-nav__back,
.journal-single-nav__next {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-nav .c-btnArrow__icon {
    position: relative;
    width: 7.1875rem;
    background: none;
    -webkit-mask: none;
    mask: none;
    transform: none;
  }
  .journal-single-nav .c-btnArrow__icon::before, .journal-single-nav .c-btnArrow__icon::after {
    position: absolute;
    content: "";
  }
  .journal-single-nav .c-btnArrow__icon::before {
    left: 0;
    right: 0;
    top: 50%;
    height: 0.0625rem;
    background-color: #c76996;
    transform: translateY(-50%);
  }
  .journal-single-nav .c-btnArrow__icon::after {
    right: 0;
    top: 50%;
    width: 0.5625rem;
    height: 0.5625rem;
    border-top: 0.0625rem solid #c76996;
    border-right: 0.0625rem solid #c76996;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .journal-single-nav .c-btnArrow__icon {
    position: relative;
    width: 7.1875rem;
    background: none;
    -webkit-mask: none;
    mask: none;
    transform: none;
  }
  .journal-single-nav .c-btnArrow__icon::before, .journal-single-nav .c-btnArrow__icon::after {
    position: absolute;
    content: "";
  }
  .journal-single-nav .c-btnArrow__icon::before {
    left: 0;
    right: 0;
    top: 50%;
    height: 0.0625rem;
    background-color: #c76996;
    transform: translateY(-50%);
  }
  .journal-single-nav .c-btnArrow__icon::after {
    right: 0;
    top: 50%;
    width: 0.5625rem;
    height: 0.5625rem;
    border-top: 0.0625rem solid #c76996;
    border-right: 0.0625rem solid #c76996;
    transform: translateY(-50%) rotate(45deg);
  }
}

.journal-single-nav__prev {
  justify-self: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-nav__prev {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-nav__prev {
    grid-column: 1;
    grid-row: 1;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.journal-single-nav__prev .c-btnArrow__text {
  background-image: linear-gradient(90deg, var(--btn-arrow-text-color) 0 50%, var(--btn-arrow-accent-color) 50% 100%);
  background-position: 0 0;
}
.journal-single-nav__prev .c-btnArrow__icon {
  background-position: 0 0;
}
@media (any-hover: hover) {
  .journal-single-nav__prev:hover .c-btnArrow__text, .journal-single-nav__prev:focus-visible .c-btnArrow__text {
    background-position: 100% 0;
  }
  .journal-single-nav__prev:hover .c-btnArrow__icon, .journal-single-nav__prev:focus-visible .c-btnArrow__icon {
    animation-name: journal-single-nav-arrow-flow-reverse;
  }
}

.journal-single-nav__back {
  justify-self: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-nav__back {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-nav__back {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.journal-single-nav__next {
  justify-self: end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-nav__next {
    grid-column: 2;
    grid-row: 3;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-nav__next {
    grid-column: 2;
    grid-row: 3;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
  }
}

.journal-single-nav__text {
  text-transform: uppercase;
}

.journal-single-nav__arrow--prev {
  transform: scaleX(-1) translateY(calc(var(--btn-arrow-icon-offset-y) * -1));
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-nav__arrow--prev {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-nav__arrow--prev {
    transform: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-nav .journal-single-nav__arrow--prev::after {
    left: 0;
    right: auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.0625rem solid #c76996;
    border-left: 0.0625rem solid #c76996;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .journal-single-nav .journal-single-nav__arrow--prev::after {
    left: 0;
    right: auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.0625rem solid #c76996;
    border-left: 0.0625rem solid #c76996;
    transform: translateY(-50%) rotate(45deg);
  }
}

.journal-single-foot__decoCat {
  position: absolute;
  right: 14.375rem;
  top: 5rem;
  z-index: 1;
  width: 10rem;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .journal-single-foot__decoCat {
    top: 14.375rem;
    right: 1.25rem;
    width: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .journal-single-foot__decoCat {
    top: 15rem;
    right: 0.3125rem;
    width: 5.75rem;
  }
}

@keyframes journal-single-nav-arrow-flow-reverse {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
.privacy-policy-page {
  background-color: #ffffff;
}

.privacy-policy-hero {
  position: relative;
  width: 100%;
}

.privacy-policy-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  margin-inline: auto;
  padding-top: 2.6875rem;
  padding-inline: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-hero__inner {
    padding-top: 1.875rem;
    padding-inline: 1.25rem;
  }
}

.privacy-policy-hero__heading {
  position: relative;
  display: block;
  width: fit-content;
  font-family: "Arbutus Slab", serif;
  font-size: 3.625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .privacy-policy-hero__heading {
    font-size: 1.875rem;
  }
}

.privacy-policy-hero__heading::after {
  position: absolute;
  inset: 3.125rem auto auto 0;
  z-index: -1;
  width: 24.25rem;
  height: 3.625rem;
  content: "";
  background: url("../img/common/page-title-footprints-pc.webp") left top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .privacy-policy-hero__heading::after {
    width: 12.5rem;
    height: 1.875rem;
    inset: calc(1.25em + 1.875rem) auto auto 0;
    background-image: url("../img/common/page-title-footprints-sp.webp");
  }
}

.privacy-policy-hero__breadcrumb {
  display: block;
  width: fit-content;
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-hero__breadcrumb {
    margin-top: 4.375rem;
  }
}

.privacy-policy-hero__breadcrumbList {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Arbutus Slab", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #c76996;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .privacy-policy-hero__breadcrumbList {
    font-size: 0.875rem;
  }
}

.privacy-policy-hero__breadcrumbItem {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.privacy-policy-hero__breadcrumbLink {
  color: #c76996;
}

.privacy-policy-hero__breadcrumbLink:hover {
  text-decoration: underline;
}

.privacy-policy-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 63.1875rem;
  margin-inline: auto;
  margin-top: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-body {
    margin-top: 3.75rem;
    padding-inline: 1.875rem;
    gap: 1.5625rem;
  }
}

.privacy-policy-body__lead,
.privacy-policy-body__itemText {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .privacy-policy-body__lead,
  .privacy-policy-body__itemText {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.privacy-policy-body__itemHead {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-body__itemHead {
    gap: 0.5rem;
  }
}

.privacy-policy-body__bar {
  flex-shrink: 0;
  width: 0.75rem;
  height: 2.1875rem;
  border-radius: 0.375rem;
  background-color: #c76996;
}
@media screen and (max-width: 768px) {
  .privacy-policy-body__bar {
    width: 0.625rem;
    height: 1.875rem;
  }
}

.privacy-policy-body__itemTitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .privacy-policy-body__itemTitle {
    font-size: 1.125rem;
  }
}

.privacy-policy-body__itemText {
  margin-top: 0.625rem;
  margin-left: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-body__itemText {
    margin-left: 2rem;
  }
}

.privacy-policy-body__itemList {
  margin-top: 0.625rem;
  margin-left: 1.6875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0.1em;
  color: #453636;
}
@media screen and (max-width: 768px) {
  .privacy-policy-body__itemList {
    margin-left: 2rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.privacy-policy-body__itemList li::before {
  content: "・";
}

.privacy-policy-foot {
  max-width: 63.1875rem;
  margin-inline: auto;
  margin-top: 4.875rem;
  padding-bottom: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-foot {
    margin-top: 3.125rem;
    padding-inline: 1.875rem;
    padding-bottom: 2.1875rem;
  }
}

.privacy-policy-foot__info {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: fit-content;
  margin-left: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .privacy-policy-foot__info {
    font-size: 1rem;
    line-height: 1.75;
    text-align: right;
  }
}

.privacy-policy-foot__bottomRow {
  display: flex;
  align-items: flex-start;
  gap: 8.6875rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy-foot__bottomRow {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3.75rem;
  }
}

.privacy-policy-foot__decoCat {
  flex-shrink: 0;
  width: 10.75rem;
  height: auto;
  margin-left: 5.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .privacy-policy-foot__decoCat {
    width: 6.25rem;
    margin-left: -8.125rem;
  }
}

@media screen and (max-width: 768px) {
  .privacy-policy-foot__back {
    margin-inline: auto;
  }
}

.notfound-page {
  background-color: #ffffff;
}

.notfound-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.375rem;
  padding-bottom: 15.875rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .notfound-hero {
    padding-top: 3.125rem;
    padding-bottom: 9.375rem;
  }
}

.notfound-hero__heading {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Arbutus Slab", serif;
  font-size: 3.625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #c76996;
}
@media screen and (max-width: 768px) {
  .notfound-hero__heading {
    font-size: 2.25rem;
  }
}

.notfound-hero__label {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.notfound-hero__code {
  position: relative;
  z-index: 1;
}

.notfound-hero__heading::after {
  position: absolute;
  inset: calc(1.25em + 3.125rem) auto auto 50%;
  z-index: -1;
  display: block;
  width: 24.25rem;
  height: 3.625rem;
  content: "";
  background: url("../img/common/page-title-footprints-pc.webp") center top/contain no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .notfound-hero__heading::after {
    width: 19.6875rem;
    height: 2.9375rem;
    inset: calc(1.25em + 1.875rem) auto auto 50%;
    background-image: url("../img/common/page-title-footprints-sp.webp");
  }
}

.notfound-hero__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  margin-top: 3.75rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4375;
  color: #000000;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .notfound-hero__text {
    margin-top: 5rem;
    gap: 1.875rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.notfound-hero__asiato {
  position: absolute;
  left: 13.2%;
  top: 17.5rem;
  z-index: 0;
  width: 18.375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .notfound-hero__asiato {
    left: 0.9375rem;
    top: 9.375rem;
    width: 12.5rem;
  }
}

.notfound-hero__button {
  position: relative;
  z-index: 1;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .notfound-hero__button {
    margin-top: 3.75rem;
  }
}

.notfound-hero__cat {
  position: absolute;
  z-index: 2;
  bottom: 4.375rem;
  left: 68%;
  width: 9.375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .notfound-hero__cat {
    width: 5.625rem;
    left: auto;
    right: 3.125rem;
    bottom: 1.125rem;
    transform: rotate(-20deg);
  }
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-60px);
  animation-name: fadeIn_left;
  animation-duration: var(--duration, 0.8s);
  animation-delay: var(--delay, 0s);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.fade-in-right {
  opacity: 0;
  transform: translateX(60px);
  animation-name: fadeIn_right;
  animation-duration: var(--duration, 0.8s);
  animation-delay: var(--delay, 0s);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.fade-in-top {
  opacity: 0;
  transform: translateY(60px);
  animation-name: fadeIn_top;
  animation-duration: var(--duration, 0.8s);
  animation-delay: var(--delay, 0s);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.fade-in-bottom {
  opacity: 0;
  transform: translateY(-60px);
  animation-name: fadeIn_bottom;
  animation-duration: var(--duration, 0.8s);
  animation-delay: var(--delay, 0s);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.fade-in-soft {
  opacity: 0;
  transform: translateY(20px);
  animation-name: fadeInSoft;
  animation-duration: var(--duration, 1.2s);
  animation-delay: var(--delay, 0s);
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.fade-in-left.scrollin,
.fade-in-right.scrollin,
.fade-in-top.scrollin,
.fade-in-bottom.scrollin,
.fade-in-soft.scrollin {
  animation-play-state: running;
}

@keyframes fadeIn_left {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn_right {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn_top {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn_bottom {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInSoft {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes waveFrame {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-8px) rotate(0.5deg) scale(1.02);
  }
  50% {
    transform: translateY(0) rotate(0deg) scale(1.03);
  }
  75% {
    transform: translateY(8px) rotate(-0.5deg) scale(1.02);
  }
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes wavePhoto {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(0.6deg) scale(1.02);
  }
  50% {
    transform: rotate(0deg) scale(1.01);
  }
  75% {
    transform: rotate(-0.6deg) scale(1.02);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
