@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 56px;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 128px;
  }
}

html, body {
  width: 100%;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #ffea62;
}

body {
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: 900;
}

p {
  margin: 0;
}

.l-container {
  width: 100%;
  background-color: #ffea62;
  position: relative;
}
@media (min-width: 1024px) {
  .l-container {
    padding-bottom: 50px;
  }
}

.l-main {
  padding-top: 56px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 540px) and (max-width: 1023px) {
  .l-main {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .l-main {
    display: block;
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 128px 0 80px;
    gap: 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffea62;
  border-bottom: 1px solid #000;
  z-index: 99;
  padding-right: inherit;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  height: 56px;
  max-width: 100%;
  margin: 0 auto;
}
.l-header__logo {
  flex: 1;
}
.l-header__menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.l-header__nav {
  display: none;
}
.l-header__actions {
  display: none;
}
@media (min-width: 1024px) {
  .l-header__inner {
    max-width: 1400px;
    height: auto;
    padding: 16px clamp(16px, 2vw, 32px);
    gap: clamp(16px, 2vw, 32px);
  }
  .l-header__logo {
    flex: 0 0 auto;
  }
  .l-header__menu-btn {
    display: none;
  }
  .l-header__nav {
    display: flex;
    gap: clamp(12px, 2.2vw, 32px);
    align-items: center;
    flex: 1;
    justify-content: center;
  }
  .l-header__nav-item {
    font-family: "avenir", sans-serif;
    font-size: clamp(13px, 1.4vw, 20px);
    font-weight: 900;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
  }
  .l-header__actions {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.4vw, 20px);
    flex: 0 0 auto;
  }
  .l-header__instagram {
    display: block;
    width: clamp(36px, 4.4vw, 64px);
    height: clamp(36px, 4.4vw, 64px);
    flex-shrink: 0;
  }
  .l-header__instagram img {
    width: 100%;
    height: 100%;
  }
  .l-header__contact-btn {
    display: flex;
    align-items: center;
    gap: clamp(8px, 1vw, 14px);
    background: #fff;
    border-radius: 50px;
    padding: clamp(8px, 1.1vw, 16px) clamp(16px, 2.8vw, 40px);
    text-decoration: none;
    font-family: "avenir", sans-serif;
    font-size: clamp(14px, 1.5vw, 22px);
    font-weight: 900;
    letter-spacing: 2.2px;
    color: #000;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .l-header__contact-btn img {
    width: clamp(20px, 2.3vw, 33px);
    height: auto;
    flex-shrink: 0;
  }
}

.l-kv {
  position: relative;
  height: calc(100vh - 56px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media (min-width: 540px) and (max-width: 1023px) {
  .l-kv {
    height: auto;
    min-height: 700px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: visible;
  }
}
.l-kv__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 540px) and (max-width: 1023px) {
  .l-kv__content {
    min-height: 700px;
  }
}
.l-kv__copy {
  width: 100vw;
  max-width: 500px;
  height: auto;
  display: block;
}
.l-kv__text {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-kv__image {
  position: absolute;
  width: 111.76%;
  max-width: 419.116px;
  height: auto;
  aspect-ratio: 419.116/467;
  bottom: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 540px) and (max-width: 1023px) {
  .l-kv__image {
    max-width: 520px;
  }
}
.l-kv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-kv__illustrator {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 4.06px;
  white-space: nowrap;
  z-index: 20;
}
.l-kv__news {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 540px) and (max-width: 1023px) {
  .l-kv__news {
    left: 50%;
    right: auto;
    width: 100vw;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .l-kv {
    display: none;
  }
}

.l-pc-kv {
  display: none;
}
@media (min-width: 1024px) {
  .l-pc-kv {
    display: block;
    position: fixed;
    left: 52%;
    bottom: 7%;
    width: min(679px, 47vw);
    height: auto;
    aspect-ratio: 617/666;
    z-index: 0;
  }
  .l-pc-kv__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .l-pc-kv__img {
    position: absolute;
    width: 100.07%;
    height: 123.58%;
    top: -14.91%;
    left: -0.07%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.l-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 0 16px;
  width: 100%;
}
.l-section__title {
  font-size: clamp(20px, 6vw, 24px);
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .l-section {
    position: relative;
    left: 100px;
    width: min(650px, 45vw);
    padding: 0;
    gap: 32px;
    margin-bottom: 48px;
  }
  .l-section__title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.l-intro {
  gap: 12px;
}
.l-intro__title {
  font-size: clamp(11px, 3vw, 12.772px);
  font-weight: 900;
  letter-spacing: 3.7039px;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
}
.l-intro__text {
  font-size: clamp(11px, 2.5vw, 12.213px);
  letter-spacing: 2.4427px;
  text-align: center;
  line-height: 1.6;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
}
@media (min-width: 1024px) {
  .l-intro {
    display: none;
  }
}

.l-gallery__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}
@media (min-width: 1024px) {
  .l-gallery__items {
    gap: 13.93px;
    justify-content: flex-start;
  }
  .l-gallery .c-btn {
    width: 500px;
  }
}

@keyframes balloon-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}
.l-goods {
  gap: 16px;
  position: relative;
  padding: 0;
}
.l-goods__slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: relative;
  padding-top: 36px;
}
.l-goods__balloon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: balloon-bounce 1.8s ease-in-out infinite;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 4px;
  white-space: nowrap;
  font-family: "avenir", sans-serif;
  z-index: 10;
}
.l-goods__balloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.l-goods__swiper-wrap {
  position: relative;
  width: 100%;
}
.l-goods__swiper {
  width: 100%;
  position: relative;
}
.l-goods__swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.l-goods__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}
.l-goods__btn--prev {
  left: 14.28%;
  transform: translate(-50%, -50%);
}
.l-goods__btn--next {
  left: 85.71%;
  right: auto;
  transform: translate(-50%, -50%);
}
.l-goods__nav {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.l-goods__nav .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #000;
  opacity: 0.2;
  border-radius: 50%;
  margin: 0;
}
.l-goods__nav .swiper-pagination-bullet-active {
  opacity: 1;
}
.l-goods__btn-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.l-goods__btn-icon--prev {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .l-goods {
    padding: 0;
  }
  .l-goods__slider {
    padding-top: 0;
    width: min(650px, 45vw);
    overflow: visible;
  }
  .l-goods__balloon {
    top: -14px;
  }
  .l-goods__swiper-wrap {
    position: relative;
    width: min(650px, 45vw);
    overflow: visible;
  }
  .l-goods__swiper {
    width: min(650px, 45vw);
    overflow: hidden;
  }
  .l-goods__btn {
    width: 41.6px;
    height: 41.6px;
    border: 1.664px solid #000;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 50%;
    z-index: 10;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .l-goods__btn--prev {
    left: 0;
    transform: translate(-50%, -50%);
  }
  .l-goods__btn--next {
    right: 0;
    left: auto;
    transform: translate(50%, -50%);
  }
  .l-goods__nav .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 0.3;
  }
  .l-goods__nav .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.l-links__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .l-links__items {
    flex-direction: row;
    gap: 16px;
  }
  .l-links .c-btn {
    flex: 1;
  }
}

.l-profile {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 20px 16px;
  gap: 20px;
  width: calc(100% - 32px);
  margin: 0 16px;
}
@media (min-width: 1024px) {
  .l-profile {
    border-radius: 16px;
    padding: 48px 32px;
    gap: 16px;
    width: min(650px, 45vw);
    margin: 0 0 48px;
  }
  .l-profile .c-profile-card__image {
    width: 103px;
    height: 103px;
  }
}

.l-contact__text {
  font-size: clamp(13px, 2.5vw, 14px);
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 1.6;
  font-weight: 300;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
}
@media (min-width: 1024px) {
  .l-contact__text {
    font-size: 16.25px;
    letter-spacing: 1.625px;
    width: 398px;
  }
  .l-contact .c-btn {
    width: 500px;
  }
}

.l-footer {
  padding: 0 16px 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .l-footer {
    position: relative;
    left: 100px;
    width: min(650px, 45vw);
    padding: 0 0 48px;
  }
}
.l-footer__text {
  font-size: clamp(10px, 2vw, 11px);
  font-weight: 300;
  letter-spacing: 1.1px;
  font-family: "avenir", sans-serif;
}

.l-pc-intro {
  display: none;
}
@media (min-width: 1024px) {
  .l-pc-intro {
    display: block;
    position: relative;
    z-index: 1;
    left: 100px;
    width: min(650px, 45vw);
    overflow: visible;
    height: calc(100vh - 128px);
    padding-top: 32px;
    margin-bottom: 0;
  }
  .l-pc-intro__illusstrator {
    font-family: "avenir", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 6.96px;
    white-space: nowrap;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-pc-intro__heading {
    margin-top: 48px;
    text-align: center;
  }
  .l-pc-intro__copy {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .l-pc-intro__subtitle {
    font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 900;
    letter-spacing: 6.38px;
    white-space: nowrap;
    margin-top: 64px;
    text-align: center;
  }
  .l-pc-intro__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(14px, 1.4vw, 20px);
    letter-spacing: 4px;
    line-height: 1.6;
    margin-top: 62px;
    text-align: center;
  }
}

@keyframes scroll-bar {
  0% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  49% {
    transform: scaleY(1);
    transform-origin: top center;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}
.l-pc-scroll {
  display: none;
}
@media (min-width: 1024px) {
  .l-pc-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: fixed;
    left: clamp(20px, 4.2vw, 60px);
    top: 128px;
    height: calc(100vh - 128px);
    justify-content: center;
    pointer-events: none;
    z-index: 10;
  }
  .l-pc-scroll__text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: "avenir", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.6px;
    color: #000;
    white-space: nowrap;
  }
  .l-pc-scroll__line {
    width: 1px;
    height: 100px;
    position: relative;
    overflow: hidden;
  }
  .l-pc-scroll__line::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    animation: scroll-bar 1.5s ease-in-out infinite;
  }
}

@keyframes cursor-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.c-logo {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c-logo__text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.2px;
  white-space: nowrap;
  margin: 0;
}
.c-logo__text.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.8em;
  background-color: #000;
  vertical-align: middle;
  margin-left: 2px;
  animation: cursor-blink 0.6s step-end infinite;
}
.c-logo__sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 1024px) {
  .c-logo {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .c-logo__text {
    font-size: clamp(30px, 3.5vw, 50px);
    letter-spacing: -2.5px;
    line-height: 1.4;
    height: clamp(42px, 4.9vw, 70px);
    white-space: nowrap;
  }
  .c-logo__sub {
    font-size: clamp(11px, 1.1vw, 16px);
    letter-spacing: clamp(3px, 0.4vw, 6.4px);
    font-weight: 400;
    height: 26px;
    display: flex;
    align-items: center;
  }
}

.c-icon {
  width: 100%;
  height: 100%;
  color: #000;
}

@keyframes scroll-down {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  100% {
    translate: 0 8px;
    opacity: 0;
  }
}
.c-scroll {
  position: absolute;
  bottom: 77px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 20;
}
.c-scroll__text {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.1px;
  color: #fff;
  text-align: center;
}
.c-scroll__icon {
  width: 9.781px;
  height: 9.781px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
  animation: scroll-down 1.5s ease-in-out infinite;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes ticker-marquee {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-news {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
  overflow: hidden;
  font-size: clamp(10px, 2vw, 11px);
}
.c-news__label {
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
  letter-spacing: 1.1px;
  white-space: nowrap;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.c-news__ticker {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.c-news__ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  padding: 8px 0;
  list-style: none;
  min-width: 200vw;
  animation: ticker 20s linear infinite;
}
.c-news__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.c-news__date {
  letter-spacing: 1.1px;
  flex-shrink: 0;
}
.c-news__text {
  letter-spacing: 2.4427px;
  font-family: "Noto Sans JP", sans-serif;
  flex-shrink: 0;
}

.l-pc-news {
  display: none;
}
@media (min-width: 1024px) {
  .l-pc-news {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
  .l-pc-news .c-news {
    font-size: 16px;
    font-family: "avenir", sans-serif;
    letter-spacing: 1.6px;
  }
  .l-pc-news .c-news__label {
    padding: 0 16px;
    font-size: 16px;
    flex-shrink: 0;
  }
  .l-pc-news .c-news__ticker-track {
    gap: 40px;
    padding: 16px 0;
    min-width: unset;
    animation: ticker-marquee 15s linear infinite;
  }
  .l-pc-news .c-news__date,
  .l-pc-news .c-news__text {
    letter-spacing: 1.6px;
  }
}

.c-btn {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 900;
  letter-spacing: 1.4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "avenir", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-btn--primary {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  box-shadow: 0px 4px 0px 0px #000;
}
.c-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px 0px #000;
}
.c-btn--primary:active {
  transform: translateY(0);
  box-shadow: 0px 2px 0px 0px #000;
}
.c-btn--secondary {
  background-color: #000;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  position: relative;
}
.c-btn--secondary::after {
  content: "→";
  position: absolute;
  right: 8px;
  font-size: 15px;
}

.c-gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.c-gallery-item > img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  position: absolute;
  inset: 0;
}
.c-gallery-item__inner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.c-goods-card {
  width: 260px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  position: relative;
}
.c-goods-card__balloon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-family: "avenir", sans-serif;
  z-index: 10;
}
.c-goods-card__balloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.c-goods-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 150/151.993;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.c-goods-card__image img {
  width: 100%;
  height: 112.39%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -4.52%;
}
.c-goods-card__name {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1.4;
  white-space: nowrap;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
}
.c-goods-card__desc {
  font-size: clamp(12px, 2.5vw, 14px);
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
}
.c-goods-card__btn {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  width: 185px;
  padding: 9.744px;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 11.37px;
  letter-spacing: 1.137px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}
.c-goods-card__btn-icon {
  position: absolute;
  right: 6.33px;
  width: 12.342px;
  height: 12.342px;
}
@media (min-width: 1024px) {
  .c-goods-card {
    width: 100%;
    border: 1.624px solid #000;
    border-radius: 8px;
    padding: 12px 13px;
    gap: 8px;
  }
  .c-goods-card__image {
    height: 123px;
    aspect-ratio: unset;
    width: 100%;
  }
  .c-goods-card__image img {
    width: 122px;
    height: 108px;
    -o-object-fit: cover;
       object-fit: cover;
    position: static;
  }
  .c-goods-card__name {
    font-size: 9.74px;
    letter-spacing: 0.974px;
    line-height: 1.4;
    text-align: center;
  }
  .c-goods-card__btn {
    width: 100%;
  }
}

.c-profile-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.c-profile-card__image {
  width: clamp(70px, 20vw, 89px);
  height: clamp(70px, 20vw, 89px);
  border-radius: 100px;
  border: 2px solid #000;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.c-profile-card__image img {
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-profile-card__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.c-profile-card__heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.c-profile-card__name {
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 1.4;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
}
.c-profile-card__subtitle {
  font-size: clamp(11px, 2.5vw, 12px);
  letter-spacing: 1.2px;
  font-family: "avenir", sans-serif;
  margin-top: -6px;
}
.c-profile-card__text {
  font-size: clamp(14px, 2.5vw, 16px);
  letter-spacing: 1.6px;
  line-height: 1.6;
  font-weight: 300;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
  text-align: left;
  width: 100%;
}
.c-profile-card__text strong {
  font-weight: 700;
}
.c-profile-card__history-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .c-profile-card__history-block {
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
  }
}
.c-profile-card__history-label {
  font-weight: 700;
  font-size: clamp(12px, 2.2vw, 14px);
  white-space: nowrap;
  text-align: left;
}
.c-profile-card__history {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  border-left: 1px solid currentColor;
  text-align: left;
}
.c-profile-card__history-item {
  display: block;
  margin-top: 4px;
  font-size: clamp(12px, 2.2vw, 14px);
}
.c-profile-card__history-item:first-child {
  margin-top: 0;
}
.c-profile-card__text--en {
  font-size: clamp(11px, 2vw, 13px);
  letter-spacing: 0.6px;
  line-height: 1.7;
  font-weight: 300;
  font-family: "avenir", sans-serif;
  text-align: left;
  width: 100%;
  margin-top: 24px;
  color: #4d4d4d;
}

.c-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.c-menu-overlay__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
}
.c-menu-overlay__close {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menu-overlay__close svg {
  width: 100%;
  height: 100%;
}
.c-menu-overlay__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.c-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.c-menu-nav__item {
  font-family: "avenir", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 2.2px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.c-menu-nav__instagram {
  display: block;
  width: 32px;
  height: 32px;
}
.c-menu-nav__instagram img {
  width: 100%;
  height: 100%;
}

.c-menu-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
  border-radius: 50px;
  padding: 16px 50px;
  text-decoration: none;
  font-family: "avenir", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #000;
}
.c-menu-contact img {
  width: 33px;
  height: 26px;
}

.c-contact-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-contact-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-contact-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: min(560px, 100vw - 32px);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  border-radius: 8px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-contact-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.c-contact-modal__close svg {
  width: 100%;
  height: 100%;
}
.c-contact-modal__title {
  font-family: "avenir", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-align: center;
}
.c-contact-modal__desc {
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  font-weight: 300;
  margin-top: -12px;
}
.c-contact-modal__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-contact-modal__field {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-contact-modal__label {
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
}
.c-contact-modal__input, .c-contact-modal__textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: "avenir", sans-serif, "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  transition: box-shadow 0.2s;
}
.c-contact-modal__input:focus, .c-contact-modal__textarea:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #000;
}
.c-contact-modal__input::-moz-placeholder, .c-contact-modal__textarea::-moz-placeholder {
  color: #aaa;
}
.c-contact-modal__input::placeholder, .c-contact-modal__textarea::placeholder {
  color: #aaa;
}
.c-contact-modal__textarea {
  resize: vertical;
  line-height: 1.6;
}
.c-contact-modal__submit {
  width: 100%;
  padding: 12px 16px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: "avenir", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity 0.2s;
}
.c-contact-modal__submit:hover {
  opacity: 0.8;
}