/*
  Made by Elly Loel - https://ellyloel.com/
  With inspiration from:
    - Josh W Comeau - https://courses.joshwcomeau.com/css-for-js/treasure-trove/010-global-styles/
    - Andy Bell - https://piccalil.li/blog/a-modern-css-reset/
    - Adam Argyle - https://unpkg.com/open-props@1.3.16/normalize.min.css / https://codepen.io/argyleink/pen/KKvRORE

  Notes:
    - `:where()` is used to lower specificity for easy overriding.
*/
@font-face {
  font-family: "en";
  src: url("https://gigaplus.makeshop.jp/cdcom/new2025/font/Dairy_day_TTF.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
}

:where(video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
  vertical-align: middle;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(button) {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style: none;
}

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

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/*------------------
  header
------------------*/
.PC {
  display: inherit;
}

.SP {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-size: min(0.78125vw, 10px);
}
.header a {
  color: currentColor;
  text-decoration: none;
}

.header img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.header * {
  box-sizing: border-box;
}

.header_main {
  background-color: rgba(var(--color-main), 0.9);
  color: #fff;
  position: relative;
  z-index: 1;
}

.header_inner {
  padding: min(1.328125vw, 1.7rem) min(1.5625vw, 2rem);
  display: grid;
  grid-template-columns: min(15.625vw, 20rem) 1fr min(15.625vw, 20rem);
  align-items: center;
}

.header_logo a {
  display: block;
}

.header_member {
  background-color: #64554B;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-weight: 700;
  column-gap: min(2.34375vw, 3rem);
  padding: min(0.390625vw, 0.5rem) min(1.953125vw, 2.5rem);
}

.header_member p {
  text-align: right;
}

.header_member p span {
  display: inline-block;
}

.header_member p, .header_member a {
  font-size: min(1.015625vw, 1.3rem);
}

.header_member a {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: min(0.46875vw, 0.6rem);
  align-items: center;
}

.header_gnav_all {
  width: 100%;
}

.header_gnav_all a {
  width: 100%;
  background-color: var(--color-sub);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: min(1.171875vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  height: min(3.90625vw, 5rem);
  column-gap: min(1.953125vw, 2.5rem);
}

.search_none {
  display: none !important;
}

::placeholder {
  font-family: "inter", "Zen Kaku Gothic New", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #E5E5E5;
  font-size: inheirt;
}

.header_search_main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr min(4.6875vw, 6rem);
  column-gap: min(0.9375vw, 1.2rem);
}

input[type=text].header_search_input {
  padding: 0.6rem 0.6rem 0.6rem min(2.734375vw, 3.5rem);
  border-radius: 0;
  height: min(2.8125vw, 3.6rem);
  font-family: "inter", "Zen Kaku Gothic New", serif;
  color: rgb(var(--color-main));
  font-size: min(1.09375vw, 1.4rem);
}

.header_search_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: min(1.015625vw, 1.3rem);
  font-weight: 700;
}

.header_search_icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  aspect-ratio: 1/1;
  color: rgb(var(--color-main)) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_search_icon svg {
  width: min(2.34375vw, 3rem);
  height: min(2.34375vw, 3rem);
}

@media screen and (min-width: 769px) {
  .header_gnav_lv1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header_gnav_lv1 {
    column-gap: min(1.71875vw, 2.2rem);
  }
  .header_gnav_lv1 > li > span,
  .header_gnav_lv1 > li > a {
    font-size: min(1.171875vw, 1.5rem);
    font-family: var(--font-en);
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: 0.2s;
  }
  .header_gnav_lv1 > li.is-open .open-megamenu {
    position: relative;
  }
  .header_gnav_lv1 > li .open-megamenu:after {
    content: "";
    width: min(1.953125vw, 2.5rem);
    height: min(1.09375vw, 1.4rem);
    background-color: rgba(240, 231, 220, 0.95);
    clip-path: polygon(50% 0%, 0% min(1.09375vw, 1.4rem), min(1.953125vw, 2.5rem) min(1.09375vw, 1.4rem));
    position: absolute;
    bottom: max(-2.109375vw, -2.7rem);
    left: 50%;
    margin-left: max(-0.9765625vw, -1.25rem);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .header_gnav_lv2 {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    background-color: rgba(240, 231, 220, 0.95);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    margin-top: min(2.03125vw, 2.6rem);
  }
  .header_gnav_lv1 > li.is-open .open-megamenu:after {
    opacity: 1;
  }
  .header_gnav_lv1 > li.is-open .header_gnav_lv2 {
    opacity: 1;
    pointer-events: visible;
    max-height: calc(100vh - min(11.71875vw, 15rem));
    overflow: auto;
  }
  .header_gnav_lv2_item {
    max-width: min(100vw, 128rem);
    margin: 0 auto;
    padding: min(1.875vw, 2.4rem) min(1.5625vw, 20rem) min(3.75vw, 4.8rem);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: min(2.8125vw, 3.6rem) min(1.40625vw, 1.8rem);
    color: rgb(var(--color-main));
  }
  .header_gnav_lv2_link {
    color: rgb(var(--color-main));
    max-width: min(100vw, 128rem);
    margin: 0 auto;
    padding: min(1.875vw, 2.4rem) min(1.5625vw, 2rem);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: min(0.234375vw, 30rem);
  }
  .header_gnav_lv2_link a {
    display: flex;
    align-items: center;
    column-gap: min(0.546875vw, 0.7rem);
  }
  .header_gnav_lv2_link a:before {
    content: "";
    width: min(0.3125vw, 0.4rem);
    height: min(0.3125vw, 0.4rem);
    background-color: rgb(var(--color-main));
    clip-path: polygon(min(0.3125vw, 4rem) 50%, 0 0, 0 min(0.3125vw, 0.4rem));
  }
  .header_gnav_card figure img {
    width: 100%;
  }
  .header_gnav_card h2, .header_gnav_lv2_link a {
    font-size: min(1.171875vw, 1.5rem);
    font-weight: 700;
    margin: min(0.625vw, 0.8rem) 0 min(0.390625vw, 0.5rem);
    line-height: 1.2;
  }
  .header_gnav_card p {
    font-size: min(1.015625vw, 1.3rem);
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
  }
  .header_gnav_card p a {
    padding: min(0.234375vw, 0.3rem) 0;
    display: flex;
    align-items: center;
    column-gap: min(0.546875vw, 0.7rem);
  }
  .header_gnav_card p a:before {
    content: "";
    width: min(0.234375vw, 0.3rem);
    height: min(0.234375vw, 0.3rem);
    background-color: rgb(var(--color-main));
    clip-path: polygon(min(0.234375vw, 0.3rem) 50%, 0 0, 0 min(0.234375vw, 0.3rem));
  }
  .header_gnav_lv2_item li:nth-child(-n+6) .header_gnav_card {
    position: relative;
    height: 100%;
  }
  .header_gnav_lv2_item li:nth-child(-n+6) .header_gnav_card:after {
    content: "";
    width: calc(100% + min(1.40625vw, 1.8rem));
    height: min(0.078125vw, 0.1rem);
    background-image: radial-gradient(circle, rgb(var(--color-main)) 0.5px, transparent 0.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: min(0.234375vw, 0.3rem) min(0.078125vw, 0.1rem);
    position: absolute;
    bottom: max(-1.40625vw, -1.8rem);
    left: max(-0.703125vw, -0.9rem);
  }
  .header_gnav_all {
    grid-column: span 6;
  }
  .header_search {
    background-color: var(--color-sub);
    padding: min(0.9375vw, 1.2rem) 0;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .header_search.is-open {
    opacity: 1;
    pointer-events: visible;
  }
  .header_search:before {
    content: "";
    width: min(1.953125vw, 2.5rem);
    height: min(1.09375vw, 1.4rem);
    background-color: var(--color-sub);
    clip-path: polygon(50% 0%, 0% min(1.09375vw, 1.4rem), min(1.953125vw, 2.5rem) min(1.09375vw, 1.4rem));
    position: absolute;
    bottom: calc(100% - 1px);
    right: min(9.609375vw, 12.3rem);
    pointer-events: none;
  }
  .header_search_block {
    max-width: min(38.4375vw, 49.2rem);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .header_gnav_lv2_item {
    padding: min(1.875vw, 2.4rem) min(3.125vw, 4rem) min(3.75vw, 4.8rem);
  }
  .header_gnav_lv2_item {
    max-width: min(100vw, 128rem);
    gap: min(3.90625vw, 5rem) min(1.875vw, 2.4rem);
  }
  .header_gnav_lv2_item li:nth-child(-n+6) .header_gnav_card:after {
    width: calc(100% + min(1.875vw, 2.4rem));
    bottom: max(-1.953125vw, -2.5rem);
    left: max(-0.9375vw, -1.2rem);
  }
}
.header_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: min(1.40625vw, 1.8rem);
}

.header_btn li {
  width: min(2.5vw, 3.2rem);
}

.header_btn span, .header_btn a {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.header_btn svg {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

@media (hover: hover) {
  .header_gnav_lv1 > li > span:hover, .header_gnav_lv1 > li > a:hover {
    opacity: unset;
    color: var(--color-sub);
  }
  .header_btn .btn:hover {
    border-color: var(--color-sub);
  }
  .header_btn .btn:hover svg {
    color: var(--color-sub);
  }
}
@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }
  .SP {
    display: inherit;
  }
  .header {
    font-size: 2.6666666667vw;
  }
  .header_member {
    column-gap: 2.6666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .header_member p, .header_member a {
    font-size: 2.6666666667vw;
  }
  .header_member p {
    flex: 1;
  }
  .header_member a {
    column-gap: 1.3333333333vw;
  }
  .header_member a img {
    width: 3.2vw;
  }
  .header_inner {
    height: 12vw;
    padding: 0;
    grid-template-columns: 44.5333333333vw 1fr;
    column-gap: 5.3333333333vw;
  }
  .header_logo a {
    padding-left: 3.2vw;
  }
  .header_btn {
    column-gap: 4.2666666667vw;
    height: 100%;
  }
  .header_btn li {
    width: 7.4666666667vw;
  }
  .header_btn .hamburger {
    background-color: var(--color-sub);
    width: 12vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.6666666667vw;
  }
  .header_btn .hamburger i {
    background: #fff;
    width: 100%;
    height: 0.2666666667vw;
    border-radius: 0.2666666667vw;
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transform: 0;
    transform-origin: center;
  }
  .header_btn .hamburger i:nth-child(2) {
    margin: 1.8666666667vw 0;
  }
  .header_btn .hamburger.active i:nth-child(2) {
    opacity: 0;
  }
  .header_btn .hamburger.active i:nth-child(1) {
    transform: translateY(8px) rotate(35deg);
  }
  .header_btn .hamburger.active i:nth-child(3) {
    transform: translateY(-8px) rotate(-35deg);
  }
  .drawer {
    background-color: rgba(240, 231, 220, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: auto;
    overscroll-behavior-y: contain;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .drawer.active {
    opacity: 1;
    pointer-events: visible;
  }
  .drawer_inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .header_gnav_lv1 > li {
    border-bottom: 1px solid #C6AA8B;
  }
  .header_gnav_lv1 > li > span, .header_gnav_lv1 > li > a {
    display: block;
    font-size: 4.8vw;
    font-family: var(--font-en);
    font-weight: 500;
    letter-spacing: 0.2666666667vw;
    padding: 2.6666666667vw 7.2vw 2.6666666667vw 3.2vw;
    position: relative;
  }
  .header_gnav_lv1 > li > span::before {
    content: "";
    width: 4.2666666667vw;
    height: 1px;
    background-color: rgb(var(--color-main));
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
  }
  .header_gnav_lv1 > li > span:after {
    content: "";
    width: 1px;
    height: 4.2666666667vw;
    background-color: rgb(var(--color-main));
    position: absolute;
    top: 50%;
    right: 3.2vw;
    margin-top: -2.1333333333vw;
    transition: opacity 0.2s;
  }
  .header_gnav_lv1 > li > span.is-open:after {
    opacity: 0;
  }
  .header_gnav_lv2 li:first-child {
    border-top: 1px solid #C6AA8B;
  }
  .header_gnav_lv2 li + li {
    border-top: 1px dotted #C6AA8B;
  }
  .header_gnav_lv2 li:not(.header_gnav_all) > a {
    display: block;
    padding: 1.6vw 1.7866666667vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    column-gap: 1.3333333333vw;
  }
  .header_gnav_lv2 li:not(.header_gnav_all) > a:before {
    content: "";
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    background-color: rgb(var(--color-main));
    clip-path: polygon(1.0666666667vw 50%, 0 0, 0 1.0666666667vw);
  }
  .header_gnav_lv2 .header_gnav_card {
    padding: 3.2vw 0;
    display: grid;
    grid-template-columns: 24vw 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0 4.5333333333vw;
    align-items: center;
  }
  .header_gnav_lv2 .header_gnav_card figure {
    grid-area: 1/1/3/2;
  }
  .header_gnav_lv2 .header_gnav_card h2 {
    grid-area: 1/2/2/3;
    margin-bottom: 0;
    font-size: 3.7333333333vw;
    font-weight: 800;
    letter-spacing: 0.05em;
  }
  .header_gnav_lv2 .header_gnav_card p {
    grid-area: 2/2/3/3;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4vw;
    align-items: center;
  }
  .header_gnav_lv2 .header_gnav_card p a {
    display: flex;
    align-items: center;
    column-gap: 1.2vw;
  }
  .header_gnav_lv2 .header_gnav_card p a:before {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    background-color: rgb(var(--color-main));
    clip-path: polygon(0.8vw 50%, 0 0, 0 0.8vw);
  }
  .header_gnav_all {
    padding: 3.7333333333vw 0 5.8666666667vw;
    border-top: none !important;
  }
  .header_gnav_all a {
    font-size: 3.7333333333vw;
    height: 9.52vw;
    column-gap: 3.1466666667vw;
  }
  .drawer_search, .drawer_icon-menu, .drawer_col3-menu {
    border-bottom: 1px solid #C6AA8B;
  }
  .drawer_search {
    padding: 6.1333333333vw 0;
  }
  .header_search_main {
    display: block;
  }
  input[type=text].header_search_input {
    padding: 1.6vw 1.6vw 1.6vw 13.0666666667vw;
    width: 100%;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .drawer_icon-menu a {
    display: grid;
    grid-template-columns: 3.3em 1fr;
    align-items: center;
    column-gap: 3.6666666667vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    font-family: var(--font-en);
    letter-spacing: 0.05em;
    padding: 3.2vw 2.8533333333vw;
  }
  .drawer_icon-menu a img {
    display: inline-block;
    margin: 0 auto;
  }
  .drawer_col3-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    padding: 2.6666666667vw 0;
    text-align: center;
  }
  .drawer_col3-menu a {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.9333333333vw;
    font-weight: 500;
    font-family: var(--font-en);
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .drawer_col3-menu a img {
    width: 5.8133333333vw;
    margin-bottom: 1.44vw;
  }
  .drawer_col3-menu li + li a {
    border-left: 1px solid #C6AA8B;
  }
  .drawer_sns {
    text-align: center;
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
  .drawer_sns dt {
    font-family: var(--font-en);
    letter-spacing: 0.1em;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3.4666666667vw;
  }
  .drawer_sns dd {
    display: flex;
    justify-content: center;
    column-gap: 2.6666666667vw;
  }
  .drawer_sns dd a {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drawer_sns dd a img {
    width: 100%;
  }
  .header_search {
    display: none !important;
  }
  .header_search_icon svg {
    width: 8vw;
    height: 8vw;
  }
}
:root {
  --font-en: "Inter", serif;
  --color-main: 75, 45, 25;
  --color-sub: #AD855A;
  --color-font:#4b2d19;
  --color-yellow:#f6da66;
  --color-point:#efdb5c;
  --color-light:#fbf4c3;
  --color-subyellow:#efe1a6;
}

body {
  color: var(--color-font);
}

#loading {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .show_sp {
    display: none !important;
  }
}

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

.show_pc {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .show_pc {
    display: block !important;
  }
}

.min {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.en {
  font-family: "en", serif;
}

.en_min {
  font-family: "EB Garamond", serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10px;
}

.btn-arrow {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn-arrow-long-wh, .btn-arrow-long-bk, .btn-arrow-long-br {
  width: 5.46875vw;
  height: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .btn-arrow-long-wh, .btn-arrow-long-bk, .btn-arrow-long-br {
    width: 14.2663043478vw;
    height: 1.3586956522vw;
  }
}

.btn-arrow-normal-wh, .btn-arrow-normal-bk, .btn-arrow-normal-br {
  width: 1.875vw;
  height: 0.2604166667vw;
}
@media screen and (max-width: 767px) {
  .btn-arrow-normal-wh, .btn-arrow-normal-bk, .btn-arrow-normal-br {
    width: 13.5869565217vw;
    height: 1.3586956522vw;
  }
}

.btn-arrow:before, .btn-arrow::after {
  content: "";
  height: 100%;
  left: 0;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
  width: 100%;
  bottom: 0;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.btn-arrow::before {
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.btn-arrow-long-wh:before, .btn-arrow-long-wh:after {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/arrow_wh_long.svg);
}
@media screen and (max-width: 767px) {
  .btn-arrow-long-wh:before, .btn-arrow-long-wh:after {
    background-image: url(https://gi25gaplus.makeshop.jp/cdcom/new2025/img/arrow_wh_normal.svg);
  }
}

.btn-arrow-long-bk:before, .btn-arrow-long-bk:after {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/arrow_bk_long.svg);
}

.btn-arrow-long-br:before, .btn-arrow-long-br:after {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/arrow_br_long.svg);
}
@media screen and (max-width: 767px) {
  .btn-arrow-long-br:before, .btn-arrow-long-br:after {
    background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/arrow_br_normal.svg);
  }
}

.btn-arrow-normal-wh:before, .btn-arrow-normal-wh:after {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/arrow_wh_normal.svg);
}

.btn-arrow-normal-bk:before, .btn-arrow-normal-bk:after {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/arrow_bk_normal.svg);
}

.btn-arrow-normal-br:before, .btn-arrow-normal-br:after {
  background-image: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/arrow_br_normal.svg);
}

.btn-arrow::before {
  display: none;
}

@media (hover: hover) {
  .btn-arrow::before {
    display: block;
  }
  .arrow_btn:hover .btn-arrow::before {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s;
  }
  .arrow_btn:hover .btn-arrow:after {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}
body {
  overflow: hidden;
}
body.visible {
  overflow: unset;
}
body.visible #load {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#load {
  position: fixed;
  background-color: var(--color-yellow);
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity ease 0.6s;
}
#load svg {
  width: 60vw;
}
@media screen and (min-width: 768px) {
  #load svg {
    width: 34.8rem;
  }
}

/*------------------
  footer
------------------*/
footer {
  overflow: hidden;
  padding-top: 10.8695652174vw;
  margin-top: -10.8695652174vw;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 4.1666666667vw;
    margin-top: -4.1666666667vw;
  }
}

.footer {
  background-color: var(--color-yellow);
  position: relative;
  padding-bottom: 10.8695652174vw;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 2.6041666667vw;
  }
}
.footer_catch {
  font-size: 14.5380434783vw;
  color: #f8e185;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  transform: translateY(-9.5108695652vw);
  margin-bottom: 6.7934782609vw;
}
@media screen and (min-width: 768px) {
  .footer_catch {
    font-size: 5.8333333333vw;
    transform: translateY(-3.6458333333vw);
    margin-bottom: 2.6041666667vw;
  }
}
.footer_sns {
  text-align: center;
  margin-bottom: 17.6630434783vw;
}
@media screen and (min-width: 768px) {
  .footer_sns {
    margin-bottom: 22.3958333333vw;
  }
}
.footer_sns dt {
  font-weight: 900;
  color: #fff;
  font-size: 6.7934782609vw;
  letter-spacing: 0.05em;
  margin-bottom: 4.7554347826vw;
}
@media screen and (min-width: 768px) {
  .footer_sns dt {
    font-size: 2.5vw;
    margin-bottom: 2.9166666667vw;
  }
}
.footer_sns dd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_sns dd a {
  padding: 2.0380434783vw;
}
@media screen and (min-width: 768px) {
  .footer_sns dd a {
    padding: 0.78125vw;
  }
}
.footer_sns dd img {
  width: 8.4239130435vw;
}
@media screen and (min-width: 768px) {
  .footer_sns dd img {
    width: 3.2291666667vw;
  }
}
.footer_link {
  margin-bottom: 19.0217391304vw;
}
@media screen and (min-width: 768px) {
  .footer_link {
    margin-bottom: 7.2916666667vw;
  }
}
.footer_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-font);
  font-size: 4.0760869565vw;
  column-gap: 6.7934782609vw;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer_link a {
    font-size: 1.875vw;
    column-gap: 1.5625vw;
  }
}
.footer_copy {
  font-size: 3.2608695652vw;
  text-align: center;
  color: #fff;
  padding: 0 2.7173913043vw;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer_copy {
    font-size: 1.3020833333vw;
    padding: 0 1.0416666667vw;
  }
}

.pagetop {
  width: 100%;
  position: fixed;
  bottom: 10.8695652174vw;
  right: 1.3586956522vw;
  font-size: 1.3586956522vw;
  mix-blend-mode: difference;
  opacity: 0;
  transition: 0.3s;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 2.6041666667vw;
  }
}

.pagetop.is-active {
  opacity: 1;
}

.pagetop__inner {
  padding: 0 2.0380434783vw;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .pagetop__inner {
    padding: 0 2.0833333333vw;
  }
}

.pagetop__inner button {
  width: 3.8043478261vw;
  height: 3.8043478261vw;
  border: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop__inner button {
    width: 3.125vw;
    height: 3.125vw;
  }
}

/*------------------
  KV
------------------*/
.kv {
  position: relative;
}
.kv_img img {
  width: 100%;
}
.kv_logo {
  position: absolute;
  top: 3.3967391304vw;
  left: 3.3967391304vw;
}
@media screen and (min-width: 768px) {
  .kv_logo {
    top: 2.6041666667vw;
    left: 2.6041666667vw;
  }
}
.kv_logo img {
  width: 24.0489130435vw;
}
@media screen and (min-width: 768px) {
  .kv_logo img {
    width: 12.1875vw;
  }
}
.kv_logo25 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.kv_logo25 img {
  width: 47.0108695652vw;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  .kv_logo25 img {
    width: 18.0208333333vw;
  }
}

/*------------------
  lead
------------------*/
.lead {
  background-color: var(--color-yellow);
  position: relative;
  overflow: hidden;
}
.lead::before {
  content: "";
  width: 10.1902173913vw;
  height: 116.5760869565vw;
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/birth25/main_deco1.svg) no-repeat center/cover;
  position: absolute;
  left: -1.3586956522vw;
  top: -0.2717391304vw;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lead::before {
    width: 5.2083333333vw;
    height: 63.0208333333vw;
    left: -0.2604166667vw;
    top: -0.625vw;
  }
}
.lead:after {
  content: "";
  width: 54.8913043478vw;
  height: 55.7065217391vw;
  background: url(https://gigaplus.makeshop.jp/cdcom/new2025/img/birth25/main_deco2.svg) no-repeat center/cover;
  position: absolute;
  right: -16.0326086957vw;
  bottom: -6.7934782609vw;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lead:after {
    width: 35.1041666667vw;
    height: 35.6770833333vw;
    right: -9.6354166667vw;
    bottom: 5.46875vw;
  }
}
.lead_inner {
  position: relative;
  text-align: center;
  padding: 9.5108695652vw 0 15.625vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lead_inner {
    padding: 5.2083333333vw 0 6.5104166667vw;
  }
}
.lead_main {
  font-size: 4.0760869565vw;
  line-height: 1.8;
  margin-bottom: 8.152173913vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .lead_main {
    font-size: 2.8125vw;
    margin-bottom: 3.6458333333vw;
    line-height: 1.7;
  }
}
.lead_txt {
  font-size: 3.5326086957vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .lead_txt {
    font-size: 1.875vw;
  }
}
.lead_catch {
  font-size: 4.8913043478vw;
  color: #fff;
  transform: rotate(-10deg);
  margin-top: 10.8695652174vw;
}
@media screen and (min-width: 768px) {
  .lead_catch {
    font-size: 2.8125vw;
    margin-top: 7.2916666667vw;
  }
}

.page_nav {
  margin: 19.0217391304vw 4.0760869565vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .page_nav {
    margin: 9.8958333333vw 0 0;
    justify-content: center;
  }
}
.page_nav a {
  font-size: 4.8913043478vw;
  color: var(--color-font);
  text-underline-offset: 0.5em;
  letter-spacing: 0.05em;
  padding: 2.0380434783vw;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .page_nav a {
    font-size: 2.5vw;
    padding: 3.2291666667vw;
  }
}
@media (hover) {
  .page_nav a:hover {
    text-decoration-thickness: 2px;
    color: #AD855A;
  }
}

/*------------------
  product
------------------*/
.sec {
  position: relative;
}
.sec_ttl {
  font-size: 3.8043478261vw;
  background-color: var(--color-point);
  box-shadow: 2.0380434783vw 2.0380434783vw 0 #fff;
  padding: 1.902173913vw 4.6195652174vw 0 8.152173913vw;
  line-height: 3.8;
  position: absolute;
  transform: rotate(-10deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .sec_ttl {
    font-size: 2.6041666667vw;
    box-shadow: 1.3020833333vw 1.3020833333vw 0 #fff;
    padding: 1.5625vw 3.6458333333vw 0 7.2916666667vw;
  }
}
.sec_ttl-right {
  font-size: 3.8043478261vw;
  background-color: var(--color-point);
  box-shadow: -2.0380434783vw 2.0380434783vw 0 #fff;
  padding: 1.902173913vw 8.152173913vw 0 4.6195652174vw;
  line-height: 3.8;
  position: absolute;
  transform: rotate(10deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .sec_ttl-right {
    font-size: 2.6041666667vw;
    box-shadow: -1.3020833333vw 1.3020833333vw 0 #fff;
    padding: 1.5625vw 7.2916666667vw 0 3.6458333333vw;
  }
}
.sec_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 6.7934782609vw;
}
@media screen and (min-width: 768px) {
  .sec_heading {
    margin-bottom: 6.25vw;
  }
}
.sec_heading span {
  font-weight: 900;
  font-size: 7.472826087vw;
  -webkit-text-stroke: 1px var(--color-font);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sec_heading span {
    font-size: 5.2083333333vw;
  }
}
.sec_heading strong {
  font-weight: 400;
  margin-top: 2.7173913043vw;
  font-size: 4.0760869565vw;
}
@media screen and (min-width: 768px) {
  .sec_heading strong {
    font-size: 2.8125vw;
    margin-top: 2.0833333333vw;
  }
}
.sec_img {
  margin-bottom: 8.152173913vw;
}
@media screen and (min-width: 768px) {
  .sec_img {
    margin-bottom: 5.2083333333vw;
  }
}
.sec_img img {
  width: 100%;
}
.sec_lead_ttl {
  max-width: fit-content;
  margin: 0 auto 5.4347826087vw;
  text-align: center;
  font-size: 4.347826087vw;
  background: linear-gradient(transparent 50%, var(--color-point) 50%);
  padding: 0 2.7173913043vw 0.6793478261vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec_lead_ttl {
    margin: 0 auto 3.6458333333vw;
    font-size: 2.8125vw;
    padding: 0 1.8229166667vw 0.78125vw;
  }
}
.sec_lead_txt {
  text-align: center;
  font-size: 3.5326086957vw;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec_lead_txt {
    font-size: 1.875vw;
  }
}

@media screen and (min-width: 768px) {
  #product .product_buy_item {
    justify-content: space-between;
  }
}

.product_inner {
  overflow: hidden;
  padding: 9.5108695652vw 0 0;
  background-color: var(--color-light);
}
@media screen and (min-width: 768px) {
  .product_inner {
    padding: 16.6666666667vw 0 0;
  }
}
.product_inner .sec_ttl {
  top: 9.5108695652vw;
  left: -4.0760869565vw;
}
@media screen and (min-width: 768px) {
  .product_inner .sec_ttl {
    top: 6.7708333333vw;
    left: -2.6041666667vw;
  }
}
.product_ttl {
  font-size: 4.0760869565vw;
  text-align: center;
  width: fit-content;
  margin-left: 44.5652173913vw;
  line-height: 1.5;
  margin-bottom: 6.7934782609vw;
}
@media screen and (min-width: 768px) {
  .product_ttl {
    font-size: 2.8125vw;
    margin-left: 0;
    margin-bottom: 1.5625vw;
    width: auto;
    text-align: center;
  }
}
.product_buy {
  padding: 0 2.7173913043vw 10.1902173913vw;
}
@media screen and (min-width: 768px) {
  .product_buy {
    padding: 0 1.0416666667vw 9.2708333333vw;
  }
}
.product_buy_item {
  margin: 6.7934782609vw 2.7173913043vw 0;
  display: grid;
  grid-template-columns: 1fr 43.4782608696vw;
  column-gap: 1.0869565217vw;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product_buy_item {
    margin: 9.6354166667vw auto 0;
    max-width: 76.5625vw;
    display: flex;
    justify-content: center;
    column-gap: 3.90625vw;
  }
}
.product_buy_item dt {
  text-align: center;
}
.product_buy_item dt img {
  width: 44.1576086957vw;
}
@media screen and (min-width: 768px) {
  .product_buy_item dt img {
    width: 30.4166666667vw;
  }
}
.product_buy_item dd {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .product_buy_item dd {
    width: 33.3333333333vw;
  }
}
.product_buy_item dd a {
  display: block;
  background-color: var(--color-font);
  color: #fff;
  font-size: 4.0760869565vw;
  text-decoration: none;
  padding: 3.2608695652vw 1.3586956522vw;
  border-radius: 2.0380434783vw;
  margin-top: 2.1739130435vw;
  letter-spacing: 0.05em;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .product_buy_item dd a {
    font-size: 2.34375vw;
    padding: 1.5625vw 0;
    border-radius: 0.78125vw;
    margin-top: 3.125vw;
  }
}
@media (hover) {
  .product_buy_item dd a:hover {
    background-color: #AD855A;
  }
}
.product_buy_num {
  font-size: 4.0760869565vw;
  border-bottom: 0.75px solid rgba(75, 25, 45, 0.5);
  padding-bottom: 1.0869565217vw;
  margin-bottom: 2.4456521739vw;
  padding-left: 2.1739130435vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .product_buy_num {
    font-size: 2.5vw;
    padding-bottom: 1.3586956522vw;
    margin-bottom: 2.0380434783vw;
    padding-left: 1.3020833333vw;
  }
}
.product_buy_num span {
  font-size: 4.4836956522vw;
  padding-right: 1.3586956522vw;
}
@media screen and (min-width: 768px) {
  .product_buy_num span {
    font-size: 2.6041666667vw;
    padding-right: 0.78125vw;
  }
}
.product_buy_num small {
  font-size: 2.1739130435vw;
}
@media screen and (min-width: 768px) {
  .product_buy_num small {
    font-size: 1.875vw;
  }
}
.product_buy_point {
  display: block;
  color: #b93228;
  font-size: 4.0760869565vw;
  padding-left: 2.1739130435vw;
  margin-bottom: 1.0869565217vw;
}
@media screen and (min-width: 768px) {
  .product_buy_point {
    font-size: 2.5vw;
    padding-left: 1.3020833333vw;
    margin-bottom: 1.5625vw;
  }
}
.product_buy_price {
  font-size: 6.5217391304vw;
  padding-left: 2.1739130435vw;
}
@media screen and (min-width: 768px) {
  .product_buy_price {
    font-size: 4.0625vw;
    padding-left: 1.3020833333vw;
  }
}
.product_buy_price small {
  font-size: 4.0760869565vw;
  padding-left: 1.3586956522vw;
}
@media screen and (min-width: 768px) {
  .product_buy_price small {
    font-size: 2.5vw;
    padding-left: 1.0416666667vw;
  }
}
.product_buy_note {
  font-size: 2.4456521739vw;
  margin-top: 6.7934782609vw;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .product_buy_note {
    font-size: 1.3020833333vw;
    margin: 2.0833333333vw 0 0 calc(50% - 14.5833333333vw);
  }
}
.product_item {
  position: relative;
  background-color: var(--color-subyellow);
  padding: 13.8586956522vw 0 7.472826087vw;
}
@media screen and (min-width: 768px) {
  .product_item {
    padding-top: 13.8020833333vw;
  }
}
.product_item::after {
  content: "";
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: var(--color-light);
  aspect-ratio: 92/25;
  position: absolute;
  top: 0;
  left: 0;
}
.product_item_inner {
  position: relative;
  z-index: 1;
}
.product_item_head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10.8695652174vw;
}
@media screen and (min-width: 768px) {
  .product_item_head {
    margin-bottom: 7.8125vw;
  }
}
.product_item_head span {
  font-size: 4.8913043478vw;
  margin-bottom: 5.4347826087vw;
}
@media screen and (min-width: 768px) {
  .product_item_head span {
    font-size: 3.75vw;
    margin-bottom: 5.2083333333vw;
  }
}
.product_item_head strong {
  font-size: 4.0760869565vw;
  background: linear-gradient(transparent 50%, var(--color-point) 50%);
  padding: 0 2.0380434783vw 0.6793478261vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .product_item_head strong {
    font-size: 2.8125vw;
    padding: 0 1.3020833333vw 0.78125vw;
  }
}
.product_list li {
  position: relative;
  pointer-events: none;
}
.product_list li::before {
  content: "";
  width: 47.8260869565vw;
  height: 47.8260869565vw;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .product_list li::before {
    width: 18.125vw;
    height: 18.125vw;
  }
}
.product_list li:nth-child(1) {
  margin: 0 7.472826087vw 0 12.9076086957vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(1) {
    margin: 0 6.9791666667vw 0 auto;
  }
}
.product_list li:nth-child(1)::before {
  background-color: rgba(137, 169, 70, 0.5);
  right: 5.1630434783vw;
  top: 5.1630434783vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(1)::before {
    right: 6.3541666667vw;
    top: 2.34375vw;
  }
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(1) .product_list_detail h2 {
    width: fit-content;
    margin-left: auto;
  }
}
.product_list li:nth-child(1) .product_list_detail p {
  margin: 5.4347826087vw 0 0 auto;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(1) .product_list_detail p {
    margin: 3.3854166667vw 1.3020833333vw 0 auto;
  }
}
.product_list li:nth-child(1) .product_list_img {
  top: 20.3804347826vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(1) .product_list_img {
    top: 3.125vw;
    right: 12.2395833333vw;
  }
}
.product_list li:nth-child(1) .product_list_img img {
  width: 62.7717391304vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(1) .product_list_img img {
    width: 43.75vw;
  }
}
.product_list li:nth-child(1) .product_list_link {
  position: absolute;
  bottom: 4.0760869565vw;
  right: 17.6630434783vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(1) .product_list_link {
    bottom: 2.6041666667vw;
    right: 13.5416666667vw;
  }
}
.product_list li:nth-child(2) {
  margin: 12.2282608696vw 7.6086956522vw 0 3.8043478261vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(2) {
    margin: -34.1666666667vw 0 0 6.09375vw;
  }
}
.product_list li:nth-child(2)::before {
  background-color: rgba(221, 110, 134, 0.5);
  left: 5.4347826087vw;
  top: 0;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(2)::before {
    left: 6.7708333333vw;
    top: 4.6875vw;
  }
}
.product_list li:nth-child(2) .product_list_detail h2 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(2) .product_list_detail h2 {
    margin-left: 4.6875vw;
  }
}
.product_list li:nth-child(2) .product_list_detail p {
  transform: translateY(-31.25vw);
  margin-left: 48.9130434783vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(2) .product_list_detail p {
    transform: none;
    margin: -13.5416666667vw 0 0 19.0104166667vw;
  }
}
.product_list li:nth-child(2) .product_list_img {
  top: 61.1413043478vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(2) .product_list_img {
    position: static;
    width: fit-content;
    margin-top: -1.5625vw;
  }
}
.product_list li:nth-child(2) .product_list_img img {
  width: 82.8804347826vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(2) .product_list_img img {
    width: 46.25vw;
  }
}
.product_list li:nth-child(2) .product_list_link {
  margin: 12.2282608696vw 0 0 auto;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(2) .product_list_link {
    margin: 3.6458333333vw 0 0 22.9166666667vw;
  }
}
.product_list li:nth-child(3) {
  margin: 50.9510869565vw 5.4347826087vw 0 0;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(3) {
    margin: -17.96875vw 10.0520833333vw 0 auto;
  }
}
.product_list li:nth-child(3)::before {
  background-color: rgba(214, 167, 86, 0.5);
  right: 7.472826087vw;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(3)::before {
    right: 1.8229166667vw;
    bottom: auto;
    top: 25vw;
  }
}
.product_list li:nth-child(3) .product_list_detail h2 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin: 0 0 0 auto;
  position: relative;
}
.product_list li:nth-child(3) .product_list_detail h2 small {
  position: absolute;
  left: calc(100% - 5px);
  top: 0;
}
.product_list li:nth-child(3) .product_list_detail p {
  margin: -21.7391304348vw 0 0 50vw;
  transform: translateY(-4.0760869565vw);
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(3) .product_list_detail p {
    margin: -18.2291666667vw 0 0 auto;
    transform: none;
    padding-right: 11.4583333333vw;
  }
}
.product_list li:nth-child(3) .product_list_img {
  top: -36.6847826087vw;
  left: 8.8315217391vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(3) .product_list_img {
    position: static;
    margin: 0 3.125vw 0 auto;
    width: fit-content;
  }
}
.product_list li:nth-child(3) .product_list_img img {
  width: 70.3804347826vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(3) .product_list_img img {
    width: 40.8854166667vw;
  }
}
.product_list li:nth-child(3) .product_list_link {
  margin: -4.0760869565vw 0 0 8.8315217391vw;
  transform: translateY(-24.4565217391vw);
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(3) .product_list_link {
    margin: 1.5625vw -4.6875vw 0 auto;
    transform: none;
  }
}
.product_list li:nth-child(4) {
  margin: 23.097826087vw 6.1141304348vw 0 8.152173913vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(4) {
    margin: -37.6041666667vw 0 0 5.0520833333vw;
  }
}
.product_list li:nth-child(4)::before {
  background-color: rgba(219, 194, 27, 0.5);
  left: 5.1630434783vw;
  top: 7.472826087vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(4)::before {
    left: 14.4791666667vw;
    top: 2.7083333333vw;
  }
}
.product_list li:nth-child(4) .product_list_detail h2 {
  width: fit-content;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(4) .product_list_detail h2 {
    margin: 0 0 0 2.8645833333vw;
  }
}
.product_list li:nth-child(4) .product_list_detail h2 small {
  position: absolute;
  bottom: calc(100% - 5px);
  left: 0;
}
.product_list li:nth-child(4) .product_list_detail p {
  margin-top: 6.7934782609vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(4) .product_list_detail p {
    margin: 4.1666666667vw 0 0 26.8229166667vw;
  }
}
.product_list li:nth-child(4) .product_list_img {
  top: 31.25vw;
  right: -4.0760869565vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(4) .product_list_img {
    position: static;
    margin-top: -18.2291666667vw;
  }
}
.product_list li:nth-child(4) .product_list_img img {
  width: 66.5760869565vw;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(4) .product_list_img img {
    width: 37.6041666667vw;
  }
}
.product_list li:nth-child(4) .product_list_link {
  margin: 2.7173913043vw 0 0 auto;
}
@media screen and (min-width: 768px) {
  .product_list li:nth-child(4) .product_list_link {
    margin: -6.25vw 0 0 39.84375vw;
  }
}
.product_list_detail h2 {
  display: flex;
  flex-direction: column;
}
.product_list_detail h2 small {
  text-orientation: upright;
  font-weight: 500;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .product_list_detail h2 small {
    font-size: 1.0416666667vw;
  }
}
.product_list_detail h2 strong {
  font-size: 11.1413043478vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .product_list_detail h2 strong {
    font-size: 4.9479166667vw;
  }
}
.product_list_detail h2 span {
  font-size: 3.8043478261vw;
}
@media screen and (min-width: 768px) {
  .product_list_detail h2 span {
    font-size: 1.71875vw;
  }
}
.product_list_detail p {
  font-size: 3.8043478261vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .product_list_detail p {
    font-size: 1.875vw;
  }
}
.product_list_detail p span {
  writing-mode: horizontal-tb;
}
.product_list_link {
  display: block;
  font-size: 4.0760869565vw;
  font-family: "Noto Serif JP", serif;
  width: fit-content;
  padding: 0 7.472826087vw 1.6304347826vw 1.6304347826vw;
  text-decoration: none;
  color: var(--color-font);
  position: relative;
  z-index: 1;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  .product_list_link {
    font-size: 1.9791666667vw;
    padding: 0 4.1666666667vw 0.78125vw 0;
  }
}
.product_list_link:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-font);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.product_list_link:after {
  content: "";
  width: 6.1141304348vw;
  height: 1px;
  background-color: var(--color-font);
  transform-origin: center right;
  transform: rotate(35deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .product_list_link:after {
    width: 2.9166666667vw;
  }
}
@media (hover) {
  .product_list_link:hover:before {
    width: calc(100% + 1.0416666667vw);
  }
  .product_list_link:hover:after {
    right: -1.0416666667vw;
  }
}
.product_list_img {
  position: absolute;
}

/*------------------
  special
------------------*/
#special {
  position: relative;
  background-color: var(--color-light);
  overflow: hidden;
}
#special::before {
  content: "";
  width: 100%;
  clip-path: polygon(0 100%, 100% 0, 0 0);
  background: var(--color-subyellow);
  aspect-ratio: 92/25;
  position: absolute;
  top: 0;
  left: 0;
}

.special_inner {
  position: relative;
  padding-top: 34.6467391304vw;
}
@media screen and (min-width: 768px) {
  .special_inner {
    padding-top: 27.6041666667vw;
  }
}
.special_inner .sec_ttl-right {
  top: 14.9456521739vw;
  right: -4.0760869565vw;
}
@media screen and (min-width: 768px) {
  .special_inner .sec_ttl-right {
    top: 12.5vw;
    right: -2.6041666667vw;
  }
}

.choice {
  padding: 17.6630434783vw 0 12.2282608696vw;
}
@media screen and (min-width: 768px) {
  .choice {
    padding-top: 15.625vw;
  }
}
.choice_ttl {
  text-align: center;
  font-size: 4.8913043478vw;
  margin-bottom: 5.4347826087vw;
}
@media screen and (min-width: 768px) {
  .choice_ttl {
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
}
.choice_img {
  position: relative;
}
.choice_img img {
  display: block;
  width: 100%;
}
.choice_img_cap1 {
  background-color: var(--color-yellow);
  font-size: 3.2608695652vw;
  font-weight: 500;
  text-align: center;
  padding: 5.8423913043vw 4.0760869565vw 3.3967391304vw 8.6956521739vw;
  line-height: 1.8;
  position: absolute;
  top: 6.7934782609vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .choice_img_cap1 {
    font-size: 2.0833333333vw;
    padding: 5.9895833333vw 2.0833333333vw 2.6041666667vw 3.75vw;
    letter-spacing: 0.05em;
    top: 16.6666666667vw;
  }
}
.choice_img_cap2 {
  background-color: #fcccc1;
  font-size: 3.2608695652vw;
  font-weight: 500;
  text-align: center;
  padding: 5.4347826087vw 7.3369565217vw 3.3967391304vw 4.0760869565vw;
  line-height: 1.8;
  position: absolute;
  bottom: 20.3804347826vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .choice_img_cap2 {
    font-size: 2.0833333333vw;
    padding: 5.9895833333vw 3.75vw 2.6041666667vw 2.0833333333vw;
    letter-spacing: 0.05em;
    bottom: 21.875vw;
  }
}
.choice_photo {
  position: relative;
  margin-top: 13.5869565217vw;
}
@media screen and (min-width: 768px) {
  .choice_photo {
    margin-top: 5.2083333333vw;
  }
}
.choice_photo img {
  width: 100%;
}
.choice_photo_top {
  display: grid;
  grid-template-columns: 54.347826087vw 1fr;
}
@media screen and (min-width: 768px) {
  .choice_photo_top {
    grid-template-columns: 55.2083333333vw 1fr;
  }
}
.choice_photo_top picture:nth-child(1) {
  grid-area: 1/1/3/2;
}
.choice_photo_top picture:nth-child(2) {
  grid-area: 1/2/2/3;
  margin-left: auto;
  transform: translateY(-14.9456521739vw);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .choice_photo_top picture:nth-child(2) {
    margin-left: auto;
    transform: translateY(-13.0208333333vw);
    position: relative;
    z-index: 1;
  }
}
.choice_photo_top picture:nth-child(2) img {
  width: 32.0652173913vw;
}
@media screen and (min-width: 768px) {
  .choice_photo_top picture:nth-child(2) img {
    width: 32.0833333333vw;
  }
}
.choice_photo_top picture:nth-child(3) {
  grid-area: 2/2/3/3;
  margin-left: 5.4347826087vw;
  transform: translateY(-17.6630434783vw);
}
@media screen and (min-width: 768px) {
  .choice_photo_top picture:nth-child(3) {
    margin-left: 3.6458333333vw;
    transform: translateY(-15.625vw);
  }
}
.choice_photo_top picture:nth-child(3) img {
  width: 32.0652173913vw;
}
@media screen and (min-width: 768px) {
  .choice_photo_top picture:nth-child(3) img {
    width: 32.0833333333vw;
  }
}
.choice_photo_bottom {
  display: grid;
  grid-template-columns: 1fr 50vw;
  margin-top: -3.8043478261vw;
}
@media screen and (min-width: 768px) {
  .choice_photo_bottom {
    grid-template-columns: 1fr 50vw;
    margin-top: -3.75vw;
  }
}
.choice_photo_bottom picture:nth-child(1) {
  grid-area: 1/1/2/2;
  transform: translateX(21.7391304348vw);
}
@media screen and (min-width: 768px) {
  .choice_photo_bottom picture:nth-child(1) {
    transform: translateX(20.3125vw);
  }
}
.choice_photo_bottom picture:nth-child(1) img {
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .choice_photo_bottom picture:nth-child(1) img {
    width: 50vw;
  }
}
.choice_photo_bottom picture:nth-child(2) {
  grid-area: 2/1/3/2;
}
.choice_photo_bottom picture:nth-child(2) img {
  width: 41.3043478261vw;
}
@media screen and (min-width: 768px) {
  .choice_photo_bottom picture:nth-child(2) img {
    width: 41.5625vw;
  }
}
.choice_photo_bottom picture:nth-child(3) {
  grid-area: 1/2/3/3;
  width: 50vw;
  margin-top: 27.8532608696vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .choice_photo_bottom picture:nth-child(3) {
    margin-top: 24.84375vw;
    position: relative;
    z-index: 1;
  }
}
.choice_photo_title {
  position: absolute;
  top: 42.1195652174vw;
  right: 0;
  font-size: 4.0760869565vw;
  font-weight: 500;
  background: linear-gradient(transparent 55%, var(--color-yellow) 55%);
  padding: 0 4.0760869565vw 1.0869565217vw;
}
@media screen and (min-width: 768px) {
  .choice_photo_title {
    top: 40.1041666667vw;
    font-size: 2.8125vw;
    padding: 0 4.1666666667vw 0.625vw;
  }
}
.choice .product_buy_item {
  margin-top: 10.8695652174vw;
}
@media screen and (min-width: 768px) {
  .choice .product_buy_item {
    margin-top: 20.8333333333vw;
    align-items: flex-end;
  }
}
.choice .product_buy_item dt img {
  box-shadow: -2.0380434783vw 2.0380434783vw 0 #fff;
}
@media screen and (min-width: 768px) {
  .choice .product_buy_item dt img {
    box-shadow: -2.8645833333vw 2.8645833333vw 0 #fff;
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .choice .product_buy_item dd {
    transform: translateY(2.8645833333vw);
  }
}

/*------------------
  special
------------------*/
#cafeMenu {
  position: relative;
  background-color: var(--color-subyellow);
  overflow: hidden;
  padding-bottom: 14.2663043478vw;
}
@media screen and (min-width: 768px) {
  #cafeMenu {
    padding-bottom: 10.4166666667vw;
  }
}
#cafeMenu::after {
  content: "";
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: var(--color-light);
  aspect-ratio: 92/25;
  position: absolute;
  top: 0;
  left: 0;
}

.cafeMenu_inner {
  position: relative;
  padding-top: 43.4782608696vw;
}
@media screen and (min-width: 768px) {
  .cafeMenu_inner {
    padding-top: 29.1666666667vw;
  }
}
.cafeMenu_inner .sec_ttl {
  top: 23.097826087vw;
  left: -4.0760869565vw;
}
@media screen and (min-width: 768px) {
  .cafeMenu_inner .sec_ttl {
    top: 14.5833333333vw;
    left: -4.1666666667vw;
  }
}
.cafeMenu_shop {
  max-width: 74.0489130435vw;
  margin: 5.4347826087vw auto 0;
  border: 1px solid var(--color-font);
  padding: 3.3967391304vw 2.7173913043vw;
}
@media screen and (min-width: 768px) {
  .cafeMenu_shop {
    max-width: 56.25vw;
    margin: 5.9895833333vw auto 0;
    padding: 1.8229166667vw 1.0416666667vw 2.34375vw;
  }
}
.cafeMenu_shop dt {
  font-size: 3.2608695652vw;
  font-weight: 500;
  margin-bottom: 1.6304347826vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cafeMenu_shop dt {
    font-size: 1.875vw;
    margin-bottom: 1.8229166667vw;
  }
}
.cafeMenu_shop dd {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 8.152173913vw;
}
@media screen and (min-width: 768px) {
  .cafeMenu_shop dd {
    column-gap: 7.2916666667vw;
  }
}
.cafeMenu_shop dd p {
  font-size: 3.2608695652vw;
}
@media screen and (min-width: 768px) {
  .cafeMenu_shop dd p {
    font-size: 1.875vw;
  }
}
.cafeMenu_shop dd p:nth-child(n+3) {
  margin-top: 1.3586956522vw;
}
@media screen and (min-width: 768px) {
  .cafeMenu_shop dd p:nth-child(n+3) {
    margin-top: 1.0416666667vw;
  }
}

/*------------------
  sec end
------------------*/
.final {
  position: relative;
  background-color: var(--color-light);
  overflow: hidden;
}
.final::before {
  content: "";
  width: 100%;
  clip-path: polygon(0 100%, 100% 0, 0 0);
  background: var(--color-subyellow);
  aspect-ratio: 92/25;
  position: absolute;
  top: 0;
}
.final_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 12.2282608696vw 0 24.4565217391vw;
}
@media screen and (min-width: 768px) {
  .final_inner {
    padding: 11.4583333333vw 0 14.5833333333vw;
  }
}
.final_inner h3 {
  font-size: 4.8913043478vw;
  margin-bottom: 13.5869565217vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .final_inner h3 {
    font-size: 3.75vw;
    margin-bottom: 8.3333333333vw;
  }
}
.final_inner p {
  font-size: 3.2608695652vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .final_inner p {
    font-size: 1.875vw;
  }
}

.anime {
  transform: translateY(6.7934782609vw);
  transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.6s ease-in;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .anime {
    transform: translateY(5.2083333333vw);
  }
}
.anime.is-active {
  transform: translateY(0);
  opacity: 1;
}

/***************************************************
 * Generated by SVG Artista on 3/10/2025, 1:34:11 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  animation: animate-svg-fill-1 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.8s both;
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  animation: animate-svg-fill-2 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0.9s both;
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3 {
  animation: animate-svg-fill-3 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1s both;
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-4 {
  animation: animate-svg-fill-4 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.1s both;
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-5 {
  animation: animate-svg-fill-5 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.2s both;
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-6 {
  animation: animate-svg-fill-6 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.3s both;
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-7 {
  animation: animate-svg-fill-7 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.4s both;
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-8 {
  animation: animate-svg-fill-8 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.5s both;
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-9 {
  animation: animate-svg-fill-9 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.6s both;
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-10 {
  animation: animate-svg-fill-10 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.7s both;
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-11 {
  animation: animate-svg-fill-11 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.8s both;
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-12 {
  animation: animate-svg-fill-12 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 1.9s both;
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-13 {
  animation: animate-svg-fill-13 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2s both;
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-14 {
  animation: animate-svg-fill-14 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.1s both;
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-15 {
  animation: animate-svg-fill-15 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.2s both;
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-16 {
  animation: animate-svg-fill-16 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.3s both;
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-17 {
  animation: animate-svg-fill-17 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.4s both;
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-18 {
  animation: animate-svg-fill-18 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.5s both;
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-19 {
  animation: animate-svg-fill-19 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.6s both;
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-20 {
  animation: animate-svg-fill-20 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.7s both;
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-21 {
  animation: animate-svg-fill-21 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.8s both;
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-22 {
  animation: animate-svg-fill-22 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 2.9s both;
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-23 {
  animation: animate-svg-fill-23 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3s both;
}

@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-24 {
  animation: animate-svg-fill-24 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.1s both;
}

@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-25 {
  animation: animate-svg-fill-25 0.7s cubic-bezier(0.6, 0.04, 0.98, 0.335) 3.2s both;
}/*# sourceMappingURL=birth25.css.map */