@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP";
  src: url("../css/font.css/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP App_OTF";
  src: url("../css/font.css/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../css/font.css/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
body {
  color: #59383b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #fffae7;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none !important;
  }
}

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

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

.button {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  padding: 12px 18px 12px 28px;
  border-radius: 33px;
  background: #ff6b35;
  -webkit-box-shadow: 3px 3px 0px 0px #59383b;
          box-shadow: 3px 3px 0px 0px #59383b;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.button::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/button-nikukyu.svg) no-repeat center center/contain;
  padding-right: 20px;
}
.button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/button-arrow.svg) no-repeat center center/contain;
  padding-left: 24px;
}
.button:hover {
  opacity: 0.9;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 3px;
  left: 3px;
}
.button:focus {
  outline: none;
}

.button2 {
  font-size: 32px;
  padding: 12px 42px 12px 66px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .button2 {
    font-size: 20px;
    padding: 20px 24px 20px 36px;
    border-radius: 36px;
  }
}
.button2::before {
  content: "";
  width: 28px;
  height: 28px;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .button2::before {
    width: 20px;
    height: 20px;
    padding-right: 20px;
  }
}
.button2::after {
  content: "";
  width: 30px;
  height: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .button2::after {
    width: 24px;
    height: 24px;
    padding-left: 24px;
  }
}

.button3 {
  padding: 20px 22px 20px 36px;
}

.button4 {
  padding: 12px 31px 12px 45px;
}
@media screen and (max-width: 480px) {
  .button4 {
    padding: 20px 24px 20px 36px;
  }
}

.section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .section__heading {
    gap: 5px;
  }
}

.section__heading-ja {
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__heading-ja {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1.4px;
  }
}
.section__heading-ja::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/heading-paw-l.svg) no-repeat center center/contain;
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  .section__heading-ja::before {
    width: 42px;
    height: 42px;
    padding-right: 42px;
  }
}
.section__heading-ja::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/heading-paw-r.svg) no-repeat center center/contain;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .section__heading-ja::after {
    width: 42px;
    height: 42px;
    padding-left: 42px;
  }
}

.section__heading-en {
  font-size: 14px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.7px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section__heading-en {
    font-size: 14px;
  }
}
.section__heading-en::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 8px;
  background: url(../img/heading-dot.svg) no-repeat center center/contain;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section__heading-en::before {
    width: 66px;
    height: 8px;
    top: -5px;
  }
}

@-webkit-keyframes fx-yurayura-rotate {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes fx-yurayura-rotate {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.yurayura__parent.animate::after {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: fx-yurayura-rotate 1.2s ease-in-out 0s 3.5;
  animation: fx-yurayura-rotate 1.2s ease-in-out 0s 3.5;
}

.animated__fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.animated__fadeIn.js-show {
  opacity: 1;
}

.kakuusaito-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  z-index: 10001; /* ヘッダーより上に */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .kakuusaito-banner {
    font-size: 12px;
    padding: 6px 0;
  }
}
.header {
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 36px; /* 帯の高さ分下げる */
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    background: none;
    top: 30px; /* モバイルでの調整 */
  }
}

.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10px;
  padding-inline: 15px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    padding-block: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .header__logo {
    display: none;
  }
}
.header__logo a img {
  width: 94px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 45px;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    gap: 23px;
  }
}
@media screen and (max-width: 850px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37px;
}
@media screen and (max-width: 1200px) {
  .header__list {
    gap: 20px;
  }
}

.header-nav__link {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1024px) {
  .header-nav__link {
    font-size: 16px;
    letter-spacing: 0.384px;
  }
}
.header-nav__link:hover {
  color: #f5810e;
}

@media screen and (max-width: 1024px) {
  .header__button {
    font-size: 18px;
    padding: 8px 12px 8px 19px;
  }
}

.drawer-icon {
  width: 59px;
  height: 59px;
  margin-top: 16px;
  margin-right: 21px;
  display: none;
  z-index: 300;
  background: url(../img/menu-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 850px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-checked {
  background: url(../img/drawer-close.svg) no-repeat center center/contain;
}

.drawer {
  overflow-x: hidden;
  position: fixed;
  top: 36px;
  height: calc(100vh - 36px);
  left: 0;
  z-index: 260;
  width: 100%;
  background: #fffae7;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  overflow-x: hidden;
}
@media screen and (max-width: 850px) {
  .drawer {
    display: block;
    top: 30px;
    height: calc(100vh - 30px);
  }
}
.drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer.is-checked body {
  overflow-x: hidden;
}

.header__logo-sp {
  margin-top: 19px;
  margin-left: 17px;
  width: 96px;
  display: none;
}
@media screen and (max-width: 850px) {
  .header__logo-sp {
    display: block;
  }
}
.header__logo-sp img {
  aspect-ratio: 96/80;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer__body {
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 32px 30px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.drawer__list li:hover {
  color: #f5810e;
}
.drawer__list a {
  color: #491700;
  font-size: 18px;
  font-weight: 500;
}

.drawer__button {
  margin-top: 34px;
  margin-inline: auto;
}

.main {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  min-height: 100vh;
}

.fv:not(.animation-ready) .fv__text,
.fv:not(.animation-ready) .fv__logo,
.fv:not(.animation-ready) .fv__date,
.fv:not(.animation-ready) .fv__bg1,
.fv:not(.animation-ready) .fv__bg2 {
  visibility: hidden;
}

.fv {
  background: url(../img/fv.webp) repeat center center/cover;
  width: 100%;
  height: 766px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin-top: 36px; /* 帯の高さ分追加 */
}
@media screen and (max-width: 768px) {
  .fv {
    height: 600px;
    margin-top: 30px; /* モバイルでの調整 */
  }
}
.fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 231, 0)), to(#fffae7));
  background: linear-gradient(180deg, rgba(255, 250, 231, 0) 0%, #fffae7 100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fv::after {
    height: 80px;
  }
}

.fv__inner {
  padding-top: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 850px) {
  .fv__inner {
    padding-top: 128px;
  }
}

.fv__text,
.fv__logo,
.fv__date {
  position: static;
  -webkit-transform: none;
          transform: none;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  z-index: 200;
}

.fv__text {
  left: 0;
  right: 0;
  margin: auto;
  width: clamp(339px, 339px + 75 * (100vw - 375px) / 1065, 414px);
}

.fv__logo {
  margin: auto;
  width: clamp(224px, 224px + 176 * (100vw - 375px) / 1065, 400px);
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .fv__logo {
    top: 163px;
    margin-top: 7px;
  }
}

.fv__date {
  top: 553px;
  left: 0;
  right: 0;
  margin: auto;
  width: clamp(186px, 186px + 105 * (100vw - 375px) / 1065, 291px);
}
@media screen and (max-width: 850px) {
  .fv__date {
    top: 351px;
  }
}

.fv__bg1 {
  position: absolute;
  top: clamp(219px, 395px - 15vw, 295px);
  left: calc(50% - 18px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1340px;
  z-index: 180;
}
@media screen and (max-width: 850px) {
  .fv__bg1 {
    width: auto;
    max-width: none;
    top: auto;
    bottom: -40px;
    left: 198px;
  }
}
@media screen and (max-width: 768px) {
  .fv__bg1 {
    left: 100px;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .fv__bg1 {
    left: 72px;
    bottom: 23px;
  }
}

.bg1-pc__img {
  display: block;
}
@media screen and (max-width: 850px) {
  .bg1-pc__img {
    display: none;
  }
}

.bg1-sp__img {
  display: none;
}
@media screen and (max-width: 850px) {
  .bg1-sp__img {
    display: block;
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .bg1-sp__img {
    width: 252px;
  }
}
@media screen and (max-width: 480px) {
  .bg1-sp__img {
    width: 211px;
  }
}
@media screen and (max-width: 850px) {
  .bg1-sp__img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 144/250;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.fv__bg2 {
  position: absolute;
  top: clamp(415px, 312px + 11.66vw, 443px);
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  z-index: 180;
  right: auto;
}
@media screen and (max-width: 850px) {
  .fv__bg2 {
    width: auto;
    max-width: none;
    top: auto;
    bottom: 18px;
    right: -205px;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv__bg2 {
    top: auto;
    bottom: 49px;
    right: -19px;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  .fv__bg2 {
    bottom: 54px;
    right: -23px;
  }
}

.bg2-pc__img {
  display: block;
}
@media screen and (max-width: 850px) {
  .bg2-pc__img {
    display: none;
  }
}

.bg2-sp__img {
  display: none;
}
@media screen and (max-width: 850px) {
  .bg2-sp__img {
    display: block;
    width: 399px;
  }
}
@media screen and (max-width: 768px) {
  .bg2-sp__img {
    width: 224px;
  }
}
@media screen and (max-width: 480px) {
  .bg2-sp__img {
    width: 199px;
  }
}
@media screen and (max-width: 850px) {
  .bg2-sp__img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 400/622;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.fv {
  contain: layout;
}

/* 画像要素の最小限の安定化 */
.fv__text img,
.fv__logo img,
.fv__date img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 背景画像要素の最小限の安定化 */
.fv__bg1,
.fv__bg2 {
  /* 既存のスタイルに以下を追加 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* リサイズ中の一時的なスタイル */
.fv--resizing {
  pointer-events: none;
}

.fv--resizing * {
  -webkit-transition: none !important;
  transition: none !important;
}

.slider {
  padding-block: 20px;
  overflow: hidden;
}

.slider__inner {
  max-width: 1160px;
  padding-inline: 40px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .slider__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider__inner {
    max-width: 1160px;
  }
}

.slider__wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: about-marquee-right 120s linear infinite;
          animation: about-marquee-right 120s linear infinite;
}
@media screen and (max-width: 768px) {
  .slider__wrapper {
    -webkit-animation: about-marquee-right 50s linear infinite;
            animation: about-marquee-right 50s linear infinite;
  }
}

.slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-inline: 0 auto;
  gap: 20px;
}
.slider__slide img {
  width: 268px;
  height: 300px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .slider__slide img {
    width: 200px;
    height: 224px;
    border-radius: 30px;
  }
}
.slider__slide img:nth-child(even) {
  margin-top: 60px;
}

@-webkit-keyframes about-marquee-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes about-marquee-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.news {
  padding-block: 72px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 38px;
  }
}

.news__container {
  margin-top: 48px;
  border-radius: 30px;
  border: 3px solid #6cb740;
  background: #fff;
  padding: 28px 58px 29px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__container {
    margin-top: 32px;
    padding: 32px 40px;
  }
}
@media screen and (max-width: 480px) {
  .news__container {
    padding: 14px 13px 16px;
  }
}
.news__container::after {
  content: "";
  position: absolute;
  width: 98px;
  height: 135px;
  background: url(../img/news-image.webp) no-repeat center center/contain;
  top: -84px;
  right: 13px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news__container::after {
    top: -44px;
    right: 8px;
    width: 64px;
    height: 88px;
  }
}

.news__container-inner {
  width: 100%;
}

.news__item:not(:last-of-type) {
  border-bottom: 1px solid #ebe6e6;
}
.news__item:nth-of-type(2) .news__link {
  padding-block: 17px 13px;
}
.news__item:nth-of-type(2) .news__category, .news__item:nth-of-type(3) .news__category, .news__item:nth-of-type(4) .news__category {
  background: #ff6347;
}

.news__link {
  pointer-events: auto;
  width: 100%;
  padding-block: 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  z-index: 2;
}
.news__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  background: url(../img/news-arrow.svg) no-repeat center center/contain;
  width: 5px;
  height: 10px;
}
.news__link:hover, .news__link:focus {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.news__link:hover::after, .news__link:focus::after {
  right: 2px;
}
@media screen and (max-width: 768px) {
  .news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}

.news__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.news__date {
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .news__date {
    font-size: 14px;
  }
}

.news__category {
  width: 136px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  padding: 4px 20px;
  background: #ff9256;
  min-width: 112px;
  text-align: center;
  margin-left: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .news__category {
    margin-left: 20px;
    padding: 2px 16px;
    min-width: 104px;
  }
}
@media screen and (max-width: 768px) {
  .news__category {
    width: 102px;
    margin-left: 20px;
    font-size: 12px;
    margin-left: 9px;
  }
}

.news__title {
  line-height: normal;
  font-size: 18px;
  margin-left: 64px;
}
@media screen and (max-width: 1024px) {
  .news__title {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 14px;
    margin-left: 0;
  }
}

.news__button-wrap {
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news__button-wrap {
    text-align: center;
  }
}

.news__button {
  font-size: 18px;
  line-height: normal;
  display: block;
  padding-inline: 2px;
  border-bottom: 1px solid #000;
  margin-top: 3px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .news__button {
    font-size: 16px;
    margin-top: 6px;
  }
}
.news__button:hover {
  color: #f5810e;
}

.contents {
  overflow: hidden;
  padding-block: 100px 118px;
  width: 100%;
  position: relative;
  background: url(../img/contents-bg.webp) repeat;
  -webkit-clip-path: ellipse(115% 50% at center);
          clip-path: ellipse(115% 50% at center);
}
@media screen and (max-width: 768px) {
  .contents {
    padding-block: 48px 58px;
    -webkit-clip-path: ellipse(194% 50% at center);
            clip-path: ellipse(194% 50% at center);
  }
}

.contents__description {
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .contents__description {
    margin-top: 36px;
  }
}

.contents__tab-wrapper {
  max-width: 768px;
  margin-inline: auto;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 30px;
}
@media screen and (max-width: 1024px) {
  .contents__tab-wrapper {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 19px;
    max-width: 491px;
  }
}
@media screen and (max-width: 768px) {
  .contents__tab-wrapper {
    max-width: 323px;
  }
}

.contents__tab {
  background: #fffae7;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  width: 236px;
  height: 66px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 4px rgba(89, 56, 59, 0.3);
          box-shadow: 0 2px 4px rgba(89, 56, 59, 0.3);
}
.contents__tab:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .contents__tab {
    font-size: 18px;
    width: 150px;
    height: 43px;
  }
}

.contents__container {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .contents__container {
    margin-top: 36px;
    gap: 49px;
  }
}

/* 右から左へのアニメーション（1番目のカード用） */
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 左から右へのアニメーション（2番目のカード用） */
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* (1番目と3番目)のカードのアニメーションを適用 */
.contents__card:nth-child(1) .contents__card-bottom.animate-before::before,
.contents__card:nth-child(3) .contents__card-bottom.animate-before::before,
.contents__card:nth-child(5) .contents__card-bottom.animate-before::before,
.contents__card:nth-child(5) .contents__card-image.animate-before::before {
  -webkit-animation: slideInRight 0.8s ease-out forwards;
          animation: slideInRight 0.8s ease-out forwards;
}

/* 2番目のカードのアニメーション */
.contents__card:nth-child(2) .contents__card-bottom.animate-before::before,
.contents__card:nth-child(6) .contents__card-bottom.animate-before::before,
.contents__card:nth-child(2) .contents__card-image.animate-before::before,
.contents__card:nth-child(6) .contents__card-image.animate-before::before {
  -webkit-animation: slideInLeft 0.8s ease-out forwards;
          animation: slideInLeft 0.8s ease-out forwards;
}

.contents__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contents__card {
    gap: 14px;
  }
}
.contents__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents__card:nth-child(even) .contents__card-bottom {
  margin-inline: 31px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(even) .contents__card-bottom {
    margin-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contents__card:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contents__card:nth-child(odd) .contents__card-bottom {
  margin-inline: 26px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(odd) .contents__card-bottom {
    margin-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contents__card:nth-child(1) .contents__card-bottom {
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(1) .contents__card-bottom {
    gap: 9px;
  }
}

.contents__card:nth-child(1) .contents__card-bottom::before {
  width: clamp(93px, 93px + 124 * (100vw - 480px) / 960, 217px);
  height: clamp(89px, 89px + 110 * (100vw - 480px) / 960, 199px);
  background: url(../img/contents-img01.webp) no-repeat center center/contain;
  top: 81px;
  right: -91px;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .contents__card:nth-child(1) .contents__card-bottom::before {
    right: -57px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(1) .contents__card-bottom::before {
    right: 22px;
    top: 69px;
  }
}

.contents__card:nth-child(2) .contents__card-bottom::before {
  width: clamp(93px, 93px + 90 * (100vw - 480px) / 960, 183px);
  height: clamp(86px, 86px + 82 * (100vw - 480px) / 960, 168px);
  background: url(../img/contents-img02.webp) no-repeat center center/contain;
  top: -171px;
  left: -113px;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .contents__card:nth-child(2) .contents__card-bottom::before {
    left: -57px;
    top: -149px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(2) .contents__card-bottom::before {
    display: none;
  }
}

.contents__card:nth-child(2) .contents__card-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(2) .contents__card-title {
    margin-bottom: 0;
  }
}

.contents__card:nth-child(2) .contents__card-image::before {
  content: "";
  position: absolute;
  width: clamp(93px, 93px + 90 * (100vw - 480px) / 960, 183px);
  height: clamp(86px, 86px + 82 * (100vw - 480px) / 960, 168px);
  background: url(../img/contents-img02.webp) no-repeat center center/contain;
  top: -167px;
  left: -8px;
  z-index: 1;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(2) .contents__card-image::before {
    display: block;
    top: -39px;
  }
}

.contents__card:nth-child(2) .contents__card-image::after {
  content: "";
  position: absolute;
  width: clamp(135px, 135px + 165 * (100vw - 480px) / 960, 300px);
  height: clamp(103px, 103px + 128 * (100vw - 480px) / 960, 231px);
  background: url(../img/contents-img03.webp) no-repeat center center/contain;
  bottom: -74px;
  right: -149px;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  .contents__card:nth-child(2) .contents__card-image::after {
    right: -90px;
  }
}
@media screen and (max-width: 1200px) {
  .contents__card:nth-child(2) .contents__card-image::after {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(2) .contents__card-image::after {
    bottom: 59px;
    right: -22px;
  }
}
@media screen and (max-width: 480px) {
  .contents__card:nth-child(2) .contents__card-image::after {
    bottom: 73px;
    right: -24px;
  }
}

.contents__card:nth-child(3) .contents__card-bottom {
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(3) .contents__card-bottom {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents__card:nth-child(3) .contents__card-text {
    margin-top: 3px;
  }
}

.contents__card:nth-child(3) .contents__card-bottom::before {
  width: clamp(83px, 83px + 67 * (100vw - 480px) / 960, 150px);
  height: clamp(99px, 99px + 82 * (100vw - 480px) / 960, 181px);
  background: url(../img/contents-img04.webp) no-repeat center center/contain;
  top: 29px;
  right: -31px;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .contents__card:nth-child(3) .contents__card-bottom::before {
    right: 4px;
    top: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .contents__card:nth-child(3) .contents__card-bottom::before {
    right: -65px;
    top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(3) .contents__card-bottom::before {
    top: 25px;
    right: 12px;
  }
}

.contents__card:nth-child(4) .contents__card-bottom {
  margin-top: 2px;
  gap: 51px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(4) .contents__card-bottom {
    margin-top: -1px;
    gap: 8px;
  }
}

.contents__card:nth-child(4) .contents__card-bottom::after {
  width: clamp(138px, 138px + 139 * (100vw - 480px) / 960, 277px);
  height: clamp(104px, 104px + 104 * (100vw - 480px) / 960, 208px);
  background: url(../img/contents-img05.webp) no-repeat center center/contain;
  top: -193px;
  left: -206px;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  .contents__card:nth-child(4) .contents__card-bottom::after {
    left: -118px;
  }
}
@media screen and (max-width: 1200px) {
  .contents__card:nth-child(4) .contents__card-bottom::after {
    left: -72px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(4) .contents__card-bottom::after {
    display: none;
  }
}

.contents__card:nth-child(4) .contents__card-image::after {
  content: "";
  position: absolute;
  width: clamp(138px, 138px + 139 * (100vw - 480px) / 960, 277px);
  height: clamp(104px, 104px + 104 * (100vw - 480px) / 960, 208px);
  background: url(../img/contents-img05.webp) no-repeat center center/contain;
  top: -42px;
  left: -38px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(4) .contents__card-image::after {
    display: block;
  }
}

.contents__card:nth-child(5) .contents__card-bottom {
  margin-top: -15px;
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(5) .contents__card-bottom {
    margin-top: -2px;
    gap: 9px;
  }
}

.contents__card:nth-child(5) .contents__card-bottom::before {
  width: clamp(122px, 122px + 148 * (100vw - 480px) / 960, 270px);
  height: clamp(122px, 122px + 148 * (100vw - 480px) / 960, 270px);
  background: url(../img/contents-img08.webp) no-repeat center center/contain;
  top: -168px;
  right: -110px;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .contents__card:nth-child(5) .contents__card-bottom::before {
    right: -58px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(5) .contents__card-bottom::before {
    display: none;
  }
}

.contents__card:nth-child(5) .contents__card-image::before {
  content: "";
  position: absolute;
  width: clamp(122px, 122px + 148 * (100vw - 480px) / 960, 270px);
  height: clamp(122px, 122px + 148 * (100vw - 480px) / 960, 270px);
  background: url(../img/contents-img08.webp) no-repeat center center/contain;
  top: -59px;
  right: -18px;
  z-index: 1;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(5) .contents__card-image::before {
    display: block;
  }
}

.contents__card:nth-child(6) .contents__card-bottom {
  margin-top: 4px;
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(6) .contents__card-bottom {
    margin-top: -1px;
    gap: 8px;
  }
}

.contents__card:nth-child(6) .contents__card-bottom::before {
  width: clamp(105px, 105px + 112 * (100vw - 480px) / 960, 217px);
  height: clamp(105px, 105px + 112 * (100vw - 480px) / 960, 217px);
  background: url(../img/contents-img09.webp) no-repeat center center/contain;
  top: -211px;
  left: -138px;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1360px) {
  .contents__card:nth-child(6) .contents__card-bottom::before {
    left: -90px;
  }
}
@media screen and (max-width: 1200px) {
  .contents__card:nth-child(6) .contents__card-bottom::before {
    left: -66px;
  }
}
@media screen and (max-width: 1024px) {
  .contents__card:nth-child(6) .contents__card-bottom::before {
    top: -156px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(6) .contents__card-bottom::before {
    display: none;
  }
}

.contents__card:nth-child(6) .contents__card-image::before {
  content: "";
  position: absolute;
  width: clamp(105px, 105px + 112 * (100vw - 480px) / 960, 217px);
  height: clamp(105px, 105px + 112 * (100vw - 480px) / 960, 217px);
  background: url(../img/contents-img09.webp) no-repeat center center/contain;
  top: -44px;
  left: -16px;
  z-index: 1;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(6) .contents__card-image::before {
    display: block;
  }
}

.contents__card:nth-child(6) .contents__card-image::after {
  content: "";
  position: absolute;
  width: clamp(141px, 141px + 135 * (100vw - 480px) / 960, 276px);
  height: clamp(106px, 106px + 101 * (100vw - 480px) / 960, 207px);
  background: url(../img/contents-img10.webp) no-repeat center center/contain;
  bottom: 6px;
  right: -138px;
  right: -138px;
  z-index: 1;
}
@media screen and (max-width: 1360px) {
  .contents__card:nth-child(6) .contents__card-image::after {
    right: -35px;
    bottom: -67px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card:nth-child(6) .contents__card-image::after {
    right: -28px;
    bottom: 62px;
  }
}

.contents__card-image {
  overflow: hidden;
  aspect-ratio: 500/400;
  width: 100%;
  height: 100%;
  max-width: 500px;
  min-width: 40%;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .contents__card-image {
    max-width: 100%;
    aspect-ratio: 335/268;
    min-width: none;
  }
}
.contents__card-image img {
  aspect-ratio: 500/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .contents__card-image img {
    aspect-ratio: 335/268;
  }
}

.contents__card-bottom {
  position: relative;
  margin-inline: 28px;
  max-width: 472px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.contents__card-bottom::before, .contents__card-bottom::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .contents__card-bottom {
    margin-inline: 0;
    max-width: 100%;
    gap: 7px;
  }
}

.contents__card-title {
  position: relative;
  font-size: 48px;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .contents__card-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  .contents__card-title {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .contents__card-title {
    font-size: 28px;
    text-align: left;
  }
}

.contents__card-box {
  border-radius: 30px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contents__card-box {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .contents__card-box {
    border-radius: 20px;
    width: 51%;
  }
}

.contents__card-list-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding: 6px 16px 6px 20px;
  border-bottom: 2px dashed #59383b;
  background: #fffae7;
}
@media screen and (max-width: 480px) {
  .contents__card-list-title {
    font-size: 18px;
    padding: 5px 19px 2px 20px;
  }
}

.contents__card-list {
  padding: 12px 16px 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contents__card-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .contents__card-list {
    padding: 9px 12px 8px 14px;
    gap: 4px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contents__card-item {
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .contents__card-item {
    font-size: 14px;
    line-height: normal;
    gap: 8px;
    width: 136px;
  }
}
.contents__card-item::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/list-icon-paw.svg) no-repeat center center/contain;
  padding-right: 18px;
}
@media screen and (max-width: 480px) {
  .contents__card-item::before {
    width: 16px;
    height: 16px;
    padding-right: 16px;
  }
}

.contents__card-text {
  line-height: 32px;
}
@media screen and (max-width: 480px) {
  .contents__card-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.shop {
  padding-block: 72px 211px;
  background: url(../img/shoplist-lawn.webp) repeat-x center bottom/contain;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shop {
    padding-block: 45px 167px;
    background-size: 200%;
  }
}

.shop__inner {
  position: relative;
}
.shop__inner::after {
  content: "";
  position: absolute;
  left: -57px;
  top: -55px;
  width: clamp(95px, 95px + 99 * (100vw - 480px) / 960, 194px);
  height: clamp(91px, 91px + 95 * (100vw - 480px) / 960, 186px);
  background: url("../img/shoplist-dog01.webp") no-repeat center/contain;
}
@media screen and (max-width: 1360px) {
  .shop__inner::after {
    left: 0;
    top: -46px;
  }
}
@media screen and (max-width: 1024px) {
  .shop__inner::after {
    left: 14px;
    top: -14px;
  }
}
@media screen and (max-width: 768px) {
  .shop__inner::after {
    left: 40px;
    top: -4px;
  }
}
@media screen and (max-width: 480px) {
  .shop__inner::after {
    left: 11px;
    top: 14px;
  }
}

.shop__container {
  margin-top: 48px;
}
@media screen and (max-width: 480px) {
  .shop__container {
    margin-top: 35px;
  }
}

.shop__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80px;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
@media screen and (max-width: 1024px) {
  .shop__lists {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .shop__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .shop__lists {
    gap: 48px 23px;
  }
}

.shop__list {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(1) .shop-list__title {
    height: 38px;
    font-size: 12px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(1) .shop-list__image {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(2) .shop-list__title {
    margin-top: -2px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.shop__list:nth-child(2) .shop-list__image {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(3) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(3) .shop-list__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(4) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(4) .shop-list__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .shop__list:nth-child(5) .shop-list__body, .shop__list:nth-child(6) .shop-list__body {
    margin-top: 10px;
  }
}
.shop__list:nth-child(6) .shop-list-body__text {
  max-width: 272px;
}

.shop-list__title {
  height: px;
  color: #59383b;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .shop-list__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.shop-list__title span {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .shop-list__title span {
    font-size: 18px;
    display: block;
  }
}

.shop-list__image {
  margin-top: 12px;
}
.shop-list__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .shop-list__image {
    margin-top: 6px;
  }
}

.shop-list__body {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .shop-list__body {
    margin-top: 8px;
    gap: 8px;
  }
}

.shop-list-body__no {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .shop-list-body__no {
    font-size: 12px;
  }
}

.shop-list-body__tag {
  display: block;
  border-radius: 20px;
  background: #ffe4b5;
  min-width: 108px;
  padding: 5px;
  margin: 0 auto;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .shop-list-body__tag {
    min-width: 107px;
    font-size: 12px;
    padding: 2px 8px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.shop-list-body__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .shop-list-body__text {
    font-size: 14px;
    text-align: left;
  }
}

.dog-wrapper {
  position: absolute;
  bottom: 80px;
  left: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dog-wrapper {
    bottom: 70px;
  }
}
.dog-wrapper img {
  position: absolute;
  top: -11px;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .dog-wrapper img {
    top: 10px;
  }
}
.dog-wrapper img.active {
  opacity: 1;
}
.dog-wrapper img:nth-child(1) {
  width: 117px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .dog-wrapper img:nth-child(1) {
    width: 88px;
    height: 48px;
  }
}
.dog-wrapper img:nth-child(2) {
  width: 132px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .dog-wrapper img:nth-child(2) {
    width: 98px;
    height: 42px;
  }
}

.withdog {
  padding-block: 77px;
  background: url(../img/withdog-bg.webp) repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .withdog {
    padding-block: 48px;
    background: url(../img/sp/withdog-bg_sp.webp) repeat center center/cover;
  }
}

@media screen and (max-width: 768px) {
  .withdog__head .section__heading {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .withdog__head .section__heading-ja::before,
  .withdog__head .section__heading-ja::after {
    margin-top: -35px;
  }
}

.withdog__heading-ja-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .withdog__heading-ja-pc {
    display: block;
  }
}

.withdog__container {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 51px;
  border-radius: 30px;
  padding: 28px 36px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .withdog__container {
    margin-top: 36px;
    padding: 24px 23px 24px 20px;
  }
}

.withdog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.withdog__item {
  line-height: 24px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.withdog__item:before {
  content: "•";
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 18px;
}

.withdog__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .withdog__bottom {
    margin-top: 43px;
    max-width: 475px;
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.withdog__bottom-dog {
  width: clamp(92px, 92px + 25 * (100vw - 480px) / 960, 117px);
}
.withdog__bottom-dog img {
  aspect-ratio: 117/107;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .withdog__bottom-dog img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .withdog__bottom-dog {
    margin-left: 9px;
    margin-top: -5px;
  }
}

.withdog__bottom-container {
  position: relative;
  max-width: 442px;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .withdog__bottom-container {
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .withdog__bottom-container {
    margin-left: 28px;
    margin-top: -5px;
    margin-right: -5px;
  }
}
.withdog__bottom-container img {
  aspect-ratio: 442/80;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .withdog__bottom-container img {
    aspect-ratio: 284/105;
  }
}

.withdog__text-area {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84%;
}
@media screen and (max-width: 768px) {
  .withdog__text-area {
    top: 41%;
    left: 52%;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .withdog__text-area {
    top: 47%;
    width: 75%;
  }
}

.withdog__bottom-text {
  line-height: 24px;
}
@media screen and (max-width: 480px) {
  .withdog__bottom-text {
    font-size: 14px;
    line-height: normal;
  }
}

.faq {
  padding-block: 68px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-block: 48px 120px;
  }
}

.faq__boxes {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px 19px;
}
@media screen and (max-width: 1024px) {
  .faq__boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq__boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .faq__boxes {
    margin-top: 35px;
    gap: 19px;
  }
}

@media screen and (max-width: 768px) {
  .faq__box:nth-child(2) {
    margin-top: 2px;
  }
}

.faq__box {
  padding: 14px 14px 20px 14px;
  border-radius: 20px;
  border: 2px solid #6cb740;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .faq__box {
    padding: 14px;
  }
  .faq__box.is-open .faq-box__head::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 480px) {
  .faq__box {
    border-radius: 30px;
    padding: 15px 14px 14px 14px;
  }
}
.faq__box:nth-child(1) {
  padding: 14px 14px 11px 14px;
}
@media screen and (max-width: 768px) {
  .faq__box:nth-child(1) {
    padding: 16px 14px 13px 14px;
  }
}
.faq__box:nth-child(1) .faq-box__head-text {
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .faq__box:nth-child(1) .faq-box__head-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(2) .faq-box {
    padding: 14px 14px 16px 14px;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(3) {
    margin-top: 2px;
    padding: 14px 14px 17px 14px;
  }
}
.faq__box:nth-child(4) {
  padding: 16px 14px 12px 14px;
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(4) .faq-box__head {
    padding-right: 38px;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(4) .faq-box__head::after {
    top: 41%;
  }
}
.faq__box:nth-child(5) {
  padding: 18px 14px 12px 14px;
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(5) {
    padding: 16px 14px 14px 14px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(5) .faq-box__head {
    padding-right: 39px;
  }
}
.faq__box:nth-child(6) {
  padding: 18px 14px 12px 14px;
}
.faq__box:nth-child(6) .faq-box__head-icon {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .faq__box:nth-child(6) .faq-box__head-icon {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(6) .faq-box__head-icon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(6) .faq-box__head {
    padding-right: 39px;
  }
}
.faq__box:nth-child(7) {
  position: relative;
  margin-top: -5px;
  padding: 14px 14px 20px 14px;
}
@media screen and (max-width: 1024px) {
  .faq__box:nth-child(7) {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(7) {
    padding: 14px 14px 18px 14px;
  }
}
.faq__box:nth-child(7)::after {
  content: "";
  position: absolute;
  right: -437px;
  bottom: 12px;
  width: clamp(85px, 85px + 55 * (100vw - 480px) / 960, 140px);
  height: clamp(94px, 94px + 61 * (100vw - 480px) / 960, 155px);
  z-index: 10;
  background: url("../img/faq-dog.webp") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .faq__box:nth-child(7)::after {
    right: -260px;
  }
}
@media screen and (max-width: 768px) {
  .faq__box:nth-child(7)::after {
    bottom: -115px;
    right: 200px;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(7)::after {
    bottom: -106px;
    right: 78px;
  }
}
.faq__box:nth-child(7)::before {
  content: "";
  position: absolute;
  bottom: 22px;
  right: -541px;
  width: clamp(85px, 93px + -1 * (100vw - 480px) / 960, 84px);
  height: clamp(46px, 89px + 25 * (100vw - 480px) / 960, 71px);
  aspect-ratio: 1/1;
  background: url("../img/faq-lawn.svg") no-repeat center/contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .faq__box:nth-child(7)::before {
    right: -355px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq__box:nth-child(7)::before {
    right: 105px;
    bottom: -105px;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(7)::before {
    width: 71px;
    background: url("../img/sp/faq-lawn-sp.svg") no-repeat center/contain;
    right: -1px;
    bottom: -113px;
  }
}
.faq__box:nth-child(7) .faq-box__a {
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(7) .faq-box__a {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(7) .faq-box__head {
    padding-right: 38px;
  }
}
@media screen and (max-width: 480px) {
  .faq__box:nth-child(7) .faq-box__head-text {
    padding-top: 5px;
  }
}
.faq__box.is-open .faq-box__head {
  border-bottom: 2px dotted #c2c2c2 !important;
  padding-bottom: 14px !important;
}

.faq-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16.5px;
  width: 100%;
  border-bottom: 2px dotted #c2c2c2;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-box__head {
    gap: 11px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.faq-box__head.js-accordion {
  padding-right: 11px;
}
@media screen and (max-width: 768px) {
  .faq-box__head.js-accordion {
    padding-right: 44px;
  }
}
@media screen and (max-width: 768px) {
  .faq-box__head::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 20px;
    height: 20px;
    background: url(../img/faq-arrow.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .faq-box__head::after {
    top: 41%;
    right: 3px;
  }
}

.faq-box__head-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .faq-box__head-icon {
    width: 43px;
  }
}

.faq-box__head-text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left;
  color: #59383b;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .faq-box__head-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.faq-box__body {
  margin-top: 14px;
  display: none;
}
@media screen and (min-width: 769px) {
  .faq-box__body {
    display: block !important;
  }
}

.faq-box__a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .faq-box__a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .faq-box__a {
    letter-spacing: normal;
    line-height: normal;
  }
}

.ticket {
  margin-block: 59px 53px;
  padding-block: 16px 23px;
  position: relative;
  background-color: #ffe4b5;
}
@media screen and (max-width: 768px) {
  .ticket {
    margin-block: 40px;
    padding-block: 14px;
  }
}
.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .ticket::before, .ticket::after {
    height: 42px;
  }
}
.ticket::before {
  background: url(../img/ticket-bg-top-pc.webp) repeat-x;
  top: -59px;
}
@media screen and (max-width: 768px) {
  .ticket::before {
    background: url(../img/ticket-bg-top.webp) repeat-x;
    top: -41px;
  }
}
.ticket::after {
  background: url(../img/ticket-bg-bottom-pc.webp) repeat-x;
  bottom: -53px;
}
@media screen and (max-width: 768px) {
  .ticket::after {
    bottom: -41px;
    background: url(../img/ticket-bg-bottom.webp) repeat-x;
  }
}

.ticket__container {
  padding-block: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  border-radius: 30px;
  background: #fffae7;
}
@media screen and (max-width: 768px) {
  .ticket__container {
    padding-block: 40px;
    gap: 35px;
  }
}

.ticket__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 768px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ticket__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ticket__card {
  max-width: 336px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ticket__card {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .ticket__card {
    max-width: 60%;
  }
}
.ticket__card:nth-of-type(2) .ticket__card-bottom p {
  margin-top: 9px;
}

.ticket__card1 {
  position: relative;
}

.ticket__dog.animate-before {
  -webkit-animation: slideInLeft 0.8s ease-out forwards;
          animation: slideInLeft 0.8s ease-out forwards;
}

.ticket__dog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  top: -108px;
  right: calc(100% + 34px);
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .ticket__dog {
    top: -229px;
    right: calc(100% - 50px);
  }
}
@media screen and (max-width: 1024px) {
  .ticket__dog {
    top: 0;
    right: calc(100% - 7px);
  }
}
@media screen and (max-width: 768px) {
  .ticket__dog {
    top: -27px;
    right: calc(100% - 1px);
  }
}

.ticket__card1-hukidashi {
  position: relative;
  margin-right: -21px;
  margin-top: 17px;
  width: 181px;
  aspect-ratio: 181/134;
}
@media screen and (max-width: 1024px) {
  .ticket__card1-hukidashi {
    width: 155px;
  }
}
@media screen and (max-width: 768px) {
  .ticket__card1-hukidashi {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .ticket__card1-hukidashi {
    width: 90px;
    margin-right: -11px;
    margin-top: 9px;
  }
}
.ticket__card1-hukidashi img {
  width: 100%;
}

.ticket__card1-text {
  position: absolute;
  width: 112px;
  text-align: center;
  top: 52%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  color: #491700;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .ticket__card1-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .ticket__card1-text {
    top: 51%;
    font-size: 9px;
    line-height: 17px;
    width: 64px;
  }
}
.ticket__card1-text span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .ticket__card1-text span {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .ticket__card1-text span {
    font-size: 12px;
    line-height: 12px;
  }
}
.ticket__card1-text span:nth-of-type(2) {
  font-size: 21px;
  margin-left: -6px;
}
@media screen and (max-width: 768px) {
  .ticket__card1-text span:nth-of-type(2) {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .ticket__card1-text span:nth-of-type(2) {
    font-size: 12px;
    line-height: 12px;
  }
}

.ticket__card1-dog {
  width: clamp(89px, 89px + 132 * (100vw - 480px) / 960, 221px);
  height: clamp(89px, 89px + 132 * (100vw - 480px) / 960, 221px);
  margin-top: -19px;
}
@media screen and (max-width: 768px) {
  .ticket__card1-dog {
    margin-top: -7px;
  }
}
.ticket__card1-dog img {
  width: 100%;
}

.ticket__card-head p {
  color: #491700;
  text-align: center;
  font-size: 26px;
  line-height: normal;
  padding: 6px 117px;
  border-radius: 33px;
  background: #f6a1a1;
}
@media screen and (max-width: 768px) {
  .ticket__card-head p {
    padding: 2px 76px;
    font-size: 16px;
    border-radius: 32px;
  }
}

.ticket__card-head2 p {
  background: #a9cfe4;
}

.ticket__card-bottom {
  margin-top: 22px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ticket__card-bottom {
    margin-top: 12px;
  }
}
.ticket__card-bottom img {
  aspect-ratio: 336/120;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ticket__card-bottom img {
    aspect-ratio: 200/72;
  }
}
.ticket__card-bottom p {
  margin-top: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ticket__card-bottom p {
    margin-top: 8px;
    font-size: 12px;
  }
}

.ticket__button p {
  margin-top: 19px;
  color: #491700;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ticket__button p {
    font-size: 12px;
    margin-top: 17px;
  }
}

.map {
  padding-block: 72px 83px;
}
@media screen and (max-width: 1200px) {
  .map {
    padding-block: 72px 103px;
  }
}
@media screen and (max-width: 768px) {
  .map {
    padding-block: 46px 97px;
  }
}

.map__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .map__inner {
    padding-inline: 20px;
  }
}

.map__head {
  position: relative;
}
.map__head::before {
  content: "";
  position: absolute;
  top: 56px;
  left: -157px;
  width: clamp(88px, 88px + 149 * (100vw - 480px) / 960, 237px);
  height: clamp(62px, 62px + 105 * (100vw - 480px) / 960, 167px);
  z-index: -10;
  background: url("../img/map-footprints01.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 1360px) {
  .map__head::before {
    top: 65px;
    left: -60px;
  }
}
@media screen and (max-width: 1200px) {
  .map__head::before {
    top: 0;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .map__head::before {
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .map__head::before {
    top: 29px;
    left: -15px;
  }
}

.map-container {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  margin-top: 51px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map-container {
    margin-top: 39px;
    background: rgba(255, 255, 255, 0.3);
    padding: 48px 17px 52px 18px;
  }
}
.map-container::before {
  content: "";
  position: absolute;
  right: -317px;
  bottom: 8px;
  width: clamp(88px, 88px + 149 * (100vw - 480px) / 960, 237px);
  height: clamp(62px, 62px + 105 * (100vw - 480px) / 960, 167px);
  z-index: -10;
  background: url("../img/map-footprints02.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 1430px) {
  .map-container::before {
    right: -265px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1310px) {
  .map-container::before {
    right: -200px;
  }
}
@media screen and (max-width: 1200px) {
  .map-container::before {
    right: -115px;
    bottom: -80px;
  }
}
@media screen and (max-width: 1015px) {
  .map-container::before {
    right: -60px;
    bottom: -100px;
  }
}
@media screen and (max-width: 950px) {
  .map-container::before {
    right: -20px;
    bottom: -100px;
  }
}
@media screen and (max-width: 768px) {
  .map-container::before {
    right: -13px;
    bottom: -73px;
  }
}
.map-container::after {
  content: "";
  position: absolute;
  right: -177px;
  bottom: 169px;
  width: clamp(64px, 64px + 166 * (100vw - 480px) / 960, 230px);
  height: clamp(68px, 68px + 182 * (100vw - 480px) / 960, 250px);
  background: url("../img/map-dog.webp") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .map-container::after {
    right: -105px;
    bottom: 185px;
  }
}
@media screen and (max-width: 1024px) {
  .map-container::after {
    right: -75px;
    bottom: 195px;
  }
}
@media screen and (max-width: 950px) {
  .map-container::after {
    right: -30px;
    top: -180px;
  }
}
@media screen and (max-width: 768px) {
  .map-container::after {
    right: 50px;
    top: -85px;
  }
}
@media screen and (max-width: 480px) {
  .map-container::after {
    right: -9px;
    top: -87px;
  }
}

.map__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .map__img::after {
    position: absolute;
    content: "";
    right: -18px;
    top: -20px;
    width: 36px;
    height: 36px;
    background: url("../img/map-lupe.svg") no-repeat center/contain;
  }
}
.map__img img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
}

.modal__content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.4);
  overflow: auto;
}

.modal__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.modal__inner.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal__wrapper {
  height: auto;
  width: 800px;
}
@media screen and (max-width: 480px) {
  .modal__wrapper {
    width: 600px;
  }
}
.modal__wrapper img {
  aspect-ratio: 800/800;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal__close-btn {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 36px;
  height: 36px;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal__close-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/map-cross.svg") no-repeat center/contain;
  pointer-events: none;
}

.access {
  padding-block: 68px;
  background: url(../img/access-bg__pc.webp) repeat;
}
@media screen and (max-width: 768px) {
  .access {
    padding-block: 30px 33px;
    background: url(../img/sp/access-bg_sp.webp);
  }
}

.access__container {
  width: 100%;
  border-radius: 30px;
  padding: 42px 40px 48px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__container {
    padding: 38px 18px 38px;
  }
}
.access__container::before {
  content: "";
  position: absolute;
  width: clamp(100px, 100px + 223 * (100vw - 480px) / 960, 323px);
  height: clamp(75px, 75px + 167 * (100vw - 480px) / 960, 242px);
  background: url(../img/access-image.webp) no-repeat center center/contain;
  bottom: 0;
  right: calc(100% - 163px);
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .access__container::before {
    bottom: -50px;
    right: calc(100% - 159px);
  }
}
@media screen and (max-width: 1024px) {
  .access__container::before {
    display: none;
  }
}
.access__container::after {
  content: "";
  position: absolute;
  width: clamp(100px, 100px + 223 * (100vw - 480px) / 960, 323px);
  height: clamp(75px, 75px + 167 * (100vw - 480px) / 960, 242px);
  background: url(../img/access-image_sp.webp) no-repeat center center/contain;
  bottom: 80px;
  right: 0;
  display: none;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .access__container::after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .access__container::after {
    bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .access__container::after {
    bottom: 114px;
  }
}

.access__contents {
  margin-top: 40px;
  max-width: 753px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .access__contents {
    margin-top: 36px;
  }
}

.access__container.animate-before::before {
  -webkit-animation: slideInLeft 0.8s ease-out forwards;
          animation: slideInLeft 0.8s ease-out forwards;
}

.access__container.animate-before::after {
  -webkit-animation: slideInRight 0.8s ease-out forwards;
          animation: slideInRight 0.8s ease-out forwards;
}

.access__map {
  overflow: hidden;
  max-width: 450px;
  aspect-ratio: 450/300;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .access__map {
    aspect-ratio: 300/200;
    max-width: 100%;
  }
}
.access__map iframe {
  width: 100%;
  aspect-ratio: 450/300;
}
@media screen and (max-width: 768px) {
  .access__map iframe {
    aspect-ratio: 300/200;
  }
}

.access__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  max-width: 267px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .access__bottom {
    margin-top: 24px;
    max-width: 100%;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .access__bottom {
    margin-top: 24px;
    gap: 23px;
  }
}

.access__location {
  width: 100%;
}

.access__content {
  width: 100%;
}

.access__location-title,
.access__parking-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #59383b;
}
@media screen and (max-width: 768px) {
  .access__location-title,
  .access__parking-title {
    font-size: 16px;
    gap: 4px;
  }
}

.access__location-title::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/access-map.svg) no-repeat center center/contain;
  padding-right: 22px;
}
@media screen and (max-width: 768px) {
  .access__location-title::before {
    width: 20px;
    height: 20px;
  }
}

.access__parking-title::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/access-car.svg) no-repeat center center/contain;
  padding-right: 24px;
}

.access__place-name {
  font-size: 20px;
  font-weight: 800;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .access__place-name {
    margin-top: 4px;
    font-size: 16px;
  }
}

.access__address {
  margin-top: 8px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .access__address {
    margin-top: 3px;
    font-size: 12px;
  }
}

.access__parking-text {
  margin-top: 10px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .access__parking-text {
    margin-top: 3px;
    font-size: 14px;
    line-height: 22px;
  }
}

.sponsor {
  padding-block: 69px;
}
@media screen and (max-width: 768px) {
  .sponsor {
    padding-block: 29px 31px;
  }
}

.sponsor__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor__container {
  border-radius: 30px;
  border: 3px solid #6cb740;
  background: #fff;
  padding: 38px 20px;
}
@media screen and (max-width: 768px) {
  .sponsor__container {
    padding: 28px 20px;
  }
}

.sponsor__items {
  margin-top: 32px;
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  place-items: center;
  gap: 14px 48px;
}
@media screen and (max-width: 768px) {
  .sponsor__items {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 30px;
  }
}
@media screen and (max-width: 480px) {
  .sponsor__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.sponsor__item {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .sponsor__item {
    max-width: 150px;
  }
}
.sponsor__item img {
  width: 100%;
}

.footer {
  padding-block: 74px 15px;
  background: #6b360a;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-block: 40px 16px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.footer__logo {
  margin-left: 20px;
  max-width: 241px;
  width: 100%;
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    max-width: 155px;
    margin-left: 0;
  }
}
.footer__logo img {
  aspect-ratio: 241/175;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .footer__logo img {
    aspect-ratio: 155/112;
  }
}
.footer__logo span {
  color: #fff;
  text-align: center;
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.4px;
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}
@media screen and (max-width: 1024px) {
  .footer__logo span {
    margin-top: 3px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 62px;
  width: 286px;
  height: 168px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .footer__list {
    margin-left: 7px;
    margin-top: 0;
    width: 244px;
    height: 155px;
    gap: 17px 44px;
  }
}

.footer__item {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__item {
    font-size: 14px;
  }
}

.footer__link {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer__link {
    font-size: 14px;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-top: -3px;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    margin-top: 0;
    gap: 32px;
  }
}

.footer__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .footer__instagram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__instagram {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: center;
        align-self: center;
    gap: 24px;
  }
}
.footer__instagram span {
  font-family: "LINE Seed JP", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .footer__instagram span {
    font-size: 16px;
  }
}
.footer__instagram img {
  width: 44px;
}
@media screen and (max-width: 1024px) {
  .footer__instagram img {
    width: 33px;
  }
}
.footer__instagram:hover {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #ffedcc, 0 0 7px #ffcb80, 0 0 12px #ffa94d, 0 0 20px #ff8c00;
}

.footer__copyright {
  margin-top: 19px;
  font-family: "LINE Seed JP", sans-serif;
  color: #fff;
  text-align: center;
  margin-inline: auto;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 38px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.mochico {
  position: fixed;
  z-index: 250;
  right: 5px;
  bottom: 136px; /* 元の位置 + 帯の高さ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .mochico {
    bottom: 106px;
  }
}
@media screen and (max-width: 768px) {
  .mochico {
    bottom: 90px;
  }
}

#page-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mochico__hukidashi {
  position: relative;
  width: 195px;
  aspect-ratio: 195/136;
  animation: size 2s ease-in-out infinite;
  -webkit-animation: size 2s ease-in-out infinite;
  -moz-animation: size 2s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  .mochico__hukidashi {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mochico__hukidashi {
    width: 87px;
    aspect-ratio: 87/61;
  }
}
.mochico__hukidashi:hover {
  opacity: 1;
}
.mochico__hukidashi:hover .mochiko__text {
  color: #491700;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

@-webkit-keyframes size {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes size {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mochiko__text {
  width: 114px;
  position: absolute;
  top: 46%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media screen and (max-width: 1024px) {
  .mochiko__text {
    width: 59px;
    font-size: 12px;
  }
}
.mochiko__text span {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .mochiko__text span {
    font-size: 10px;
  }
}
.mochiko__text::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/uil_arrow-up.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .mochiko__text::after {
    width: 15px;
    height: 15px;
    margin-bottom: 1px;
  }
}

.mochico__image {
  width: clamp(64px, 64px + 80 * (100vw - 480px) / 960, 144px);
  overflow: hidden;
}
.mochico__image img {
  aspect-ratio: 144/242;
  width: 100%;
}