@import url("https://fonts.googleapis.com/css2?family=Darumadrop+One&family=Noto+Sans+JP:wght@100..900&display=swap");
:where(.contWrap) .mt-\[7\.5vw\] {
  margin-top: 7.5vw;
}

@media (min-width: 751px) {
  :where(.contWrap) .md\:mt-14 {
    margin-top: 3.5rem;
  }
  :where(.contWrap) .md\:mt-16 {
    margin-top: 4rem;
  }
  :where(.contWrap) .md\:block {
    display: block;
  }
  :where(.contWrap) .md\:flex {
    display: flex;
  }
  :where(.contWrap) .md\:grid {
    display: grid;
  }
  :where(.contWrap) .md\:hidden {
    display: none;
  }
  :where(.contWrap) .md\:grid-cols-\[2fr_3fr\] {
    grid-template-columns: 2fr 3fr;
  }
  :where(.contWrap) .md\:place-content-between {
    place-content: space-between;
  }
  :where(.contWrap) .md\:items-center {
    align-items: center;
  }
  :where(.contWrap) .md\:justify-end {
    justify-content: flex-end;
  }
  :where(.contWrap) .md\:gap-3 {
    gap: 0.75rem;
  }
  :where(.contWrap) .md\:border-b-4 {
    border-bottom-width: 4px;
  }
  :where(.contWrap) .md\:border-t-0 {
    border-top-width: 0px;
  }
  :where(.contWrap) .md\:bg-\[\#fcb004\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252, 176, 4, var(--tw-bg-opacity));
  }
  :where(.contWrap) .md\:bg-\[\#ffb2dc\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255, 178, 220, var(--tw-bg-opacity));
  }
  :where(.contWrap) .md\:px-16 {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  :where(.contWrap) .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  :where(.contWrap) .md\:pb-20 {
    padding-bottom: 5rem;
  }
  :where(.contWrap) .md\:pr-7 {
    padding-right: 1.75rem;
  }
  :where(.contWrap) .md\:text-2xl {
    font-size: 1.5rem;
  }
  :where(.contWrap) .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255, 255, 255, var(--tw-text-opacity));
  }
}
@media (min-width: 1101px) {
  :where(.contWrap) .lg\:-top-10 {
    top: -2.5rem;
  }
  :where(.contWrap) .lg\:left-\[calc\(50\%-960px\)\] {
    left: calc(50% - 960px);
  }
  :where(.contWrap) .lg\:left-\[calc\(50\%_-_550px\)\] {
    left: calc(50% - 550px);
  }
  :where(.contWrap) .lg\:left-\[calc\(50\%_-_680px\)\] {
    left: calc(50% - 680px);
  }
  :where(.contWrap) .lg\:-mt-12 {
    margin-top: -3rem;
  }
  :where(.contWrap) .lg\:-mt-16 {
    margin-top: -4rem;
  }
  :where(.contWrap) .lg\:-mt-20 {
    margin-top: -5rem;
  }
  :where(.contWrap) .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  :where(.contWrap) .lg\:-mt-7 {
    margin-top: -1.75rem;
  }
  :where(.contWrap) .lg\:-mt-8 {
    margin-top: -2rem;
  }
  :where(.contWrap) .lg\:block {
    display: block;
  }
  :where(.contWrap) .lg\:hidden {
    display: none;
  }
  :where(.contWrap) .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  :where(.contWrap) .lg\:h-\[calc\(100\%_\+_2\.5rem\)\] {
    height: calc(100% + 2.5rem);
  }
  :where(.contWrap) .lg\:w-\[1100px\] {
    width: 1100px;
  }
  :where(.contWrap) .lg\:w-\[1360px\] {
    width: 1360px;
  }
  :where(.contWrap) .lg\:w-\[1920px\] {
    width: 1920px;
  }
  :where(.contWrap) .lg\:w-\[335px\] {
    width: 335px;
  }
  :where(.contWrap) .lg\:w-\[455px\] {
    width: 455px;
  }
  :where(.contWrap) .lg\:w-\[510px\] {
    width: 510px;
  }
  :where(.contWrap) .lg\:max-w-\[1020px\] {
    max-width: 1020px;
  }
  :where(.contWrap) .lg\:max-w-\[1040px\] {
    max-width: 1040px;
  }
  :where(.contWrap) .lg\:max-w-\[1050px\] {
    max-width: 1050px;
  }
  :where(.contWrap) .lg\:max-w-\[1100px\] {
    max-width: 1100px;
  }
  :where(.contWrap) .lg\:max-w-\[240px\] {
    max-width: 240px;
  }
  :where(.contWrap) .lg\:max-w-\[260px\] {
    max-width: 260px;
  }
  :where(.contWrap) .lg\:max-w-\[300px\] {
    max-width: 300px;
  }
  :where(.contWrap) .lg\:max-w-\[350px\] {
    max-width: 350px;
  }
  :where(.contWrap) .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  :where(.contWrap) .lg\:max-w-\[950px\] {
    max-width: 950px;
  }
  :where(.contWrap) .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.contWrap) .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :where(.contWrap) .lg\:justify-items-end {
    justify-items: end;
  }
  :where(.contWrap) .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  :where(.contWrap) .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  :where(.contWrap) .lg\:px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  :where(.contWrap) .lg\:px-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  :where(.contWrap) .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  :where(.contWrap) .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  :where(.contWrap) .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  :where(.contWrap) .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  :where(.contWrap) .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  :where(.contWrap) .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  :where(.contWrap) .lg\:pl-0 {
    padding-left: 0;
  }
  :where(.contWrap) .lg\:text-\[13px\] {
    font-size: 13px;
  }
  :where(.contWrap) .lg\:text-sm {
    font-size: 0.875rem;
  }
}
:where(.contWrap) .grid {
  display: grid;
}

:where(.contWrap) .justify-self-center {
  justify-self: center;
}

:where(.contWrap) .justify-center {
  justify-content: center;
}

:where(.contWrap) .rounded-2xl {
  border-radius: 1rem;
}

:where(.contWrap) .gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

:where(.contWrap) .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

:where(.contWrap) .gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}

:where(.contWrap) .linkArea {
  padding: 59px 8% 60px;
  background-color: #fff;
}
@media (max-width: 750px) {
  :where(.contWrap) .linkArea {
    padding-top: 59px;
  }
}

:where(.contWrap) .linkArea img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

:where(.contWrap) .snsLink {
  align-items: center;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 2rem 0px;
  background-color: #0056b1;
}

:where(.contWrap) .snsLink_arrow {
  width: 3.5%;
}

:where(.contWrap) .snsLink_text {
  position: relative;
}

:where(.contWrap) .snsLink_text:after {
  position: absolute;
  top: 0;
  right: -11%;
  width: 11%;
  height: 100%;
  content: "";
  color: #0ff;
  fill: currentColor;
  background: var(--icon-sns-arrow) no-repeat center/30px 30px;
}

:where(.contWrap) .rounded-full {
  border-radius: 9999px;
}

:where(.contWrap) .snsLink_unit {
  justify-content: space-between;
  transform: translateY(-10px);
}

:where(.contWrap) .snsLink_icon {
  aspect-ratio: 1;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.5019607843);
}

:where(.contWrap) .linkToMain {
  max-width: 994px;
  margin-right: auto;
  margin-left: auto;
}

:where(.contWrap) .linkToMain a {
  margin-right: 6px;
}

:where(.contWrap) .el_btn {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 6px 8px 4px rgba(55, 56, 56, 0.5019607843);
  transition-duration: 0.3s;
  transition-property: transform, box-shadow;
}

@media (max-width: 750px) {
  :where(.contWrap) .snsLink {
    flex-direction: column;
    padding: 5px 6% 0;
  }
  :where(.contWrap) .snsLink_text {
    width: 64vw;
    transform: translateY(-4vw);
  }
  :where(.contWrap) .snsLink_text img {
    width: 100%;
  }
  :where(.contWrap) .snsLink_text:after {
    display: none;
  }
  :where(.contWrap) .snsLink_unit {
    width: 100%;
  }
}
@media (min-width: 751px) and (hover: hover) {
  :where(.contWrap) .el_btn:hover {
    transform: translate(6px, 8px);
    box-shadow: none;
  }
  :where(.contWrap) .el_btn:hover a {
    opacity: 0.5;
  }
}
:where(.contWrap) {
  --grad-present: linear-gradient(0deg, #4bc6f8 25%, #fae175 25%, #fae175 75%, #ff9770 75%);
  --grad-event: linear-gradient(0deg, rgba(252, 208, 182, 1) 25%, rgba(209, 200, 248, 1) 25%, rgba(209, 200, 248, 1) 75%, rgba(208, 230, 241, 1) 75%);
}

:where(.contWrap) svg {
  max-width: 100%;
  fill: currentColor;
}

:where(.contWrap) img {
  display: inline;
  width: revert;
  max-width: revert;
  height: revert;
}

:where(.contWrap) ol li {
  margin-top: revert;
  margin-bottom: revert;
}

:where(.contWrap) a:link,
:where(.contWrap) a:visited {
  color: inherit;
}

:where(.contWrap) .bg-pattern {
  background-size: 152vw 114vw;
}

@media (min-width: 1101px) {
  :where(.contWrap) .bg-pattern {
    background-size: 1120px 840px;
  }
}
:where(.contWrap) .main-prev-button,
:where(.contWrap) .main-next-button {
  z-index: 10;
  position: absolute;
  top: calc(50% - 0.5em);
  padding: 0.2em;
  border-radius: 9999px;
  background-color: #75491b;
}

:where(.contWrap) .main-prev-button:before,
:where(.contWrap) .main-next-button:before {
  display: block;
  justify-self: center;
  aspect-ratio: 1;
  inline-size: 0.8em;
  background-color: #fff;
  content: "";
}

:where(.contWrap) .main-prev-button {
  right: auto;
  left: 10px;
}

:where(.contWrap) .main-prev-button:before {
  -webkit-mask-image: var(--icon-slider-prev);
  mask-image: var(--icon-slider-prev);
}

:where(.contWrap) .main-next-button {
  right: 10px;
  left: auto;
}

:where(.contWrap) .main-next-button:before {
  -webkit-mask-image: var(--icon-slider-next);
  mask-image: var(--icon-slider-next);
}

:where(.contWrap) {
  --icon-slider-prev: url('data:image/svg+xml,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path d="m14.54 22.91c-1.97-2.35-3.42-4.52-4.99-6.47-.23-.2-.41-.78-.26-1.22 1.3-2.32 2.7-4.18 3.97-5.89 1.6-2.15 2.87-3.94 4.9-5.86.29-.26.58-.41.99-.15.55.35.78.67 1.3 1.51.2.46.2.93 0 1.33l-1.16 1.54c-.72 1.19-1.42 2.06-2.99 3.83-.87 1.02-1.48 1.71-2.78 3.92 1.74 1.88 2.55 2.84 3.54 4.03.9 1.1 1.94 2.17 2.9 3.28.49.41.93 1.01.75 1.42-.41 1.04-.96 1.94-1.71 2.58-.41.12-.64-.03-1.04-.38-1.16-.75-1.86-1.62-3.42-3.48z"/><path d="m0 0h30v30h-30z" fill="none"/></svg>');
  --icon-slider-next: url('data:image/svg+xml,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path d="m10.99 26.77c-.75-.64-1.3-1.54-1.71-2.58-.17-.41.26-1.02.75-1.42.96-1.1 2-2.18 2.9-3.28.99-1.19 1.8-2.15 3.54-4.03-1.3-2.2-1.91-2.9-2.78-3.92-1.57-1.77-2.26-2.64-2.99-3.83l-1.16-1.54c-.2-.41-.2-.87 0-1.33.52-.84.75-1.16 1.3-1.51.41-.26.7-.12.99.15 2.03 1.91 3.31 3.71 4.9 5.86 1.28 1.71 2.67 3.57 3.97 5.89.15.43-.03 1.01-.26 1.22-1.57 1.94-3.02 4.12-4.99 6.47-1.57 1.86-2.26 2.73-3.42 3.48-.41.35-.64.49-1.04.38z"/><path d="m0 0h30v30h-30z" fill="none"/></svg>');
}

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

:where(.contWrap) .icon-q,
:where(.contWrap) .icon-a {
  position: relative;
  padding-left: 2.5rem;
}

:where(.contWrap) .icon-q:before,
:where(.contWrap) .icon-a:before {
  display: grid;
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  place-content: center;
  aspect-ratio: 1;
  width: 1.5rem;
  border-radius: 9999px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}

:where(.contWrap) .icon-q:before {
  background-color: #eda07b;
  content: "Q";
}

:where(.contWrap) .icon-a:before {
  background-color: #91cad1;
  content: "A";
}

@media (min-width: 751px) {
  :where(.contWrap) .icon-q,
  :where(.contWrap) .icon-a {
    padding-left: 4.25rem;
  }
  :where(.contWrap) .icon-q:before,
  :where(.contWrap) .icon-a:before {
    width: 2.75rem;
    font-size: 1.75rem;
  }
}
@media (max-width: 750px) {
  .only-pc {
    display: none;
  }
}

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

@media (min-width: 751px) {
  header.sphide, header.is-show {
    height: var(--local-nav-height);
  }
}
@media (max-width: 750px) {
  header.sphide ~ .posukumacafe2025, header.is-show ~ .posukumacafe2025 {
    padding-top: 52px;
  }
}

.posukumacafe2025 {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FAF5E1;
  color: #5E1E13;
  z-index: 2;
}
.posukumacafe2025 img {
  max-width: 100%;
}

.fnt-daruma {
  font-family: "Darumadrop One", sans-serif;
}

.l-wrapper {
  max-width: 100%;
  width: min(1100px, 85.9375vw);
  padding: 0 min(20px, 1.5625vw);
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-wrapper {
    width: 100%;
    padding: 0 6.9230769231vw;
  }
}

.c-btn1 a {
  font-size: min(18px, 1.40625vw);
  line-height: 1;
  font-weight: bold;
  background-color: #2C7C3A;
  width: min(300px, 23.4375vw);
  height: min(58px, 4.53125vw);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: min(29px, 2.265625vw);
  position: relative;
}
@media (max-width: 750px) {
  .c-btn1 a {
    border-radius: 5.3846153846vw;
    font-size: 4.1025641026vw;
    width: 55.8974358974vw;
    height: 10.7692307692vw;
    letter-spacing: 0.02em;
    padding-right: 3.8461538462vw;
  }
}
.c-btn1 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(8px, 0.625vw) 0 min(8px, 0.625vw) min(12px, 0.9375vw);
  border-color: transparent transparent transparent #fff;
  right: min(26px, 2.03125vw);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .c-btn1 a::before {
    border-width: 2.0512820513vw 0 2.0512820513vw 3.0769230769vw;
    right: 4.6153846154vw;
  }
}

.c-ttl1 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-ttl1 .img {
  position: absolute;
  left: 0;
  top: max(-22px, -1.71875vw);
  width: 100%;
  text-align: center;
  z-index: -1;
}
@media (max-width: 750px) {
  .c-ttl1 .img {
    top: -4.1025641026vw;
  }
}
.c-ttl1 .img img {
  width: min(550px, 42.96875vw);
}
@media (max-width: 750px) {
  .c-ttl1 .img img {
    width: 85.641025641vw;
  }
}
.c-ttl1 .eng img {
  width: min(264px, 20.625vw);
}
@media (max-width: 750px) {
  .c-ttl1 .eng img {
    width: 40.2564102564vw;
  }
}
.c-ttl1 .jap {
  font-size: min(24px, 1.875vw);
  line-height: 1.375;
  font-weight: bold;
  display: block;
  margin-top: min(10px, 0.78125vw);
}
@media (max-width: 750px) {
  .c-ttl1 .jap {
    font-size: 4.1025641026vw;
    line-height: 1.375;
    margin-top: 2.0512820513vw;
  }
}

.c-anchor {
  width: 100%;
  height: min(80px, 6.25vw);
  position: relative;
}
@media (max-width: 750px) {
  .c-anchor {
    height: 16.1538461538vw;
  }
}
.c-anchor.fixed .c-anchor__inner {
  position: fixed;
  z-index: 199;
  left: 0;
  bottom: auto;
}
.c-anchor.hide .c-anchor__inner {
  opacity: 0;
  visibility: hidden;
}
.c-anchor__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.35s ease;
}
.c-anchor ul {
  width: 100%;
  max-width: min(488px, 38.125vw);
  border-radius: min(40px, 3.125vw);
  background-color: #fff;
  box-shadow: 0 min(3px, 0.234375vw) min(6px, 0.46875vw) rgba(160, 125, 80, 0.5);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(11px, 0.859375vw) 0;
}
@media (max-width: 750px) {
  .c-anchor ul {
    max-width: 91.0256410256vw;
    border-radius: 8.2051282051vw;
    box-shadow: 0 0.7692307692vw 1.5384615385vw rgba(160, 125, 80, 0.5);
    padding: 1.7948717949vw 0;
  }
}
.c-anchor ul li {
  width: min(60px, 4.6875vw);
  margin: 0 min(10px, 0.78125vw);
}
@media (max-width: 750px) {
  .c-anchor ul li {
    width: 12.0512820513vw;
    margin: 0 1.9230769231vw;
  }
}
.c-anchor ul li a, .c-anchor ul li p {
  display: inline-block;
  width: 100%;
}
.c-anchor ul li a img, .c-anchor ul li p img {
  width: 100%;
}

.trans {
  transition: opacity 0.35s ease;
  cursor: pointer;
  text-decoration: none !important;
}
@media (min-width: 751px) and (hover: hover) {
  .trans:hover {
    opacity: 0.7;
  }
}

.btn-homepage {
  width: min(104px, 8.125vw);
  margin: min(60px, 4.6875vw) auto min(60px, 4.6875vw);
}
@media (max-width: 750px) {
  .btn-homepage {
    width: 19.4871794872vw;
    margin: 10.2564102564vw auto;
  }
}