@charset "UTF-8";
/*
Theme Name:大洗水族館・おでかけ子サメ
Version: 1.1
Last updated: 2026-04-30
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@500;700;900&display=swap");
:root {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
}

/*
Theme Name:大洗水族館・おでかけ子サメ
Version: 1.1
Last updated: 2026-04-30
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 440px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 440px) {
  .sp-only {
    display: block !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
  background-color: #fff;
  font-size: clamp(16px, 1.4953271028vw + 9.6448598131px, 24px);
}
@media (max-width: 440px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(100vw, 1920px);
  height: 100%;
  background-image: url(assets/images/bg-pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 440px) {
  body::before {
    background-image: url(assets/images/bg-sp.png);
  }
}

p {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 440px) {
  p {
    line-height: 2;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(20px, 5.2336448598vw + -2.2429906542px, 48px);
}
@media (max-width: 440px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h2.oneline img {
    height: 1em;
    width: auto;
    max-width: unset;
  }
}

h3 {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(16px, 0.3738317757vw + 14.4112149533px, 18px);
}
@media (max-width: 440px) {
  h3 {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    font-size: 16px;
    font-size: 1rem;
  }
  h3.oneline img {
    height: 1.25em;
    width: auto;
    max-width: unset;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

main {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}

.nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-toggle img {
  width: 56px;
  height: 56px;
}
@media (max-width: 440px) {
  .nav-toggle {
    top: 14px;
    right: 14px;
  }
}

#backg-body .drawer-hamburger {
  top: 10px;
  right: 10px;
  background-color: #0076fb;
  border-radius: 50%;
  border: 5px solid #ffffff;
  width: 30px;
  padding: 22px 20px 32px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#backg-body .drawer-hamburger.is-visible {
  opacity: 1;
  pointer-events: auto;
}
#backg-body .drawer-hamburger-icon,
#backg-body .drawer-hamburger-icon:after,
#backg-body .drawer-hamburger-icon:before {
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  border-radius: 5px;
}
#backg-body .drawer-hamburger-icon:after,
#backg-body .drawer-hamburger-icon:before {
  position: absolute;
  top: -12px;
  left: 0;
  content: " ";
}
#backg-body .drawer-hamburger-icon:after {
  top: 12px;
}
#backg-body.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
#backg-body.drawer-open .drawer-hamburger-icon:after,
#backg-body.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background-color: #fff;
}
#backg-body.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
}
#backg-body.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg) scale(1.5);
  transform: rotate(-45deg) scale(1.5);
}
#backg-body.drawer-open .drawer-nav {
  width: 32.25rem;
  max-width: 90%;
  background-color: #0076fb;
}
#backg-body .drawer-nav {
  background-image: url(assets/images/drawer-back.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#backg-body .drawer-nav .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/drawer-back.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
#backg-body .drawer-nav .inner:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  background-image: url(assets/images/drawer-top-line.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  z-index: 1;
}
#backg-body .drawer-nav .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: url(assets/images/drawer-bottom-line.png);
  background-position: left top;
  background-repeat: repeat-x;
  z-index: 1;
}
#backg-body .drawer-nav .menu-sp_menu-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#backg-body ul.drawer-menu {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
#backg-body ul.drawer-menu li {
  width: 100%;
}
#backg-body ul.drawer-menu li a {
  display: block;
  text-align: center;
}
#backg-body ul.drawer-menu li a img {
  max-width: unset;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#backg-body ul.drawer-menu li.drawer_aqua_logo img {
  max-width: 180px;
  height: auto;
}

.info-table {
  width: auto;
  max-width: 752px;
  margin: 0 auto 0px;
  border-collapse: separate;
  border-spacing: 0px 14px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
  font-size: clamp(16px, 1.4953271028vw + 9.6448598131px, 24px);
  position: relative;
  z-index: 2;
}
@media (max-width: 440px) {
  .info-table {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
    width: 100%;
    border-spacing: 0px;
  }
}
.info-table th,
.info-table td {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  padding: 10px 0px;
  vertical-align: top;
}
.info-table th {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  min-width: 256px;
  text-align: center;
}
.info-table th strong {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  display: block;
  width: 100%;
  border-radius: 20px;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
}
.info-table td {
  padding: 20px 0px 20px 40px;
}
.info-table td small {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 440px) {
  .info-table td small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.info-table td .price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 440px) {
  .info-table td .price-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
  }
}
.info-table td .price-row span:last-child {
  white-space: nowrap;
}
@media (max-width: 440px) {
  .info-table td .price-row small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 781px) {
  .info-table {
    max-width: unset;
  }
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .info-table td {
    padding: 0;
  }
}

.note {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  max-width: 752px;
  margin: 0 auto;
  line-height: 1.55;
  font-size: clamp(14px, 0.7476635514vw + 10.8224299065px, 18px);
}
@media (max-width: 440px) {
  .note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.place-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: 13px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.place-label {
  background: #fff;
  border: 1px solid #b8ddf0;
  padding: 5px 14px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

footer {
  background: white;
  padding: 20px 20px 48px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.top_btn {
  margin-top: -80px;
  display: inline-block;
  cursor: pointer;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.top_btn.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top_btn img {
  width: 80px;
  margin: 0 auto;
}

/*
Theme Name:大洗水族館・おでかけ子サメ
Version: 1.1
Last updated: 2026-04-30
*/
.aqua_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30.9701492537vw;
  height: auto;
  aspect-ratio: 415/152;
  z-index: 1;
}

.kv {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.kv img {
  width: 100%;
  display: block;
}

.intro {
  position: relative;
  background: url(assets/images/intro_back.png) center center/cover no-repeat;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 440px) {
  .intro {
    background: url(assets/images/intro_back_sp.png) top center/contain no-repeat;
  }
}

.intro-inner {
  position: relative;
  z-index: 2;
}

.intro-body {
  margin-bottom: 16px;
}

.intro-catch {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 440px) {
  .intro-catch {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.25;
  }
}

.intro-fish {
  position: absolute;
  right: clamp(10px, 4vw, 60px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(50px, 6vw, 90px);
  z-index: 2;
}
@media (max-width: 440px) {
  .intro-fish {
    display: none;
  }
}

.originalgoods {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  max-width: 1340px;
  min-height: 295px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 130px;
}
@media (max-width: 1380px) {
  .originalgoods {
    width: 92%;
  }
}
@media (max-width: 440px) {
  .originalgoods {
    border-radius: 30px;
    min-height: unset;
    width: 89%;
    padding: 65px 20px 60px;
    margin: 40px auto 50px;
  }
}
.originalgoods::before {
  content: "";
  position: absolute;
  left: clamp(-310px, (1340px - 100vw) / 2 - 20px, -20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21.9270833333vw;
  height: 11.9270833333vw;
  max-width: 421px;
  max-height: 229px;
  background: url(assets/svg/ex-content-fish.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 781px) {
  .originalgoods::before {
    background: url(assets/svg/ex-content-fish_sp.svg) no-repeat center/contain;
    left: -20px;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: -80px;
    width: 56vw;
    height: 30.4vw;
    max-width: 210px;
    max-height: 114px;
  }
}

.btn-group {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.btn-group a {
  display: block;
}
.btn-group a:hover img {
  opacity: 0.7;
}
.btn-group img {
  width: 295px;
  height: 60px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.taiken_contents {
  position: relative;
  padding: 0;
}

.bg-top-wave {
  display: block;
  width: 100%;
  height: clamp(1px, 2.0833333333vw, 40px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 440px) {
  .bg-top-wave {
    height: clamp(1px, 10.6666666667vw, 40px);
  }
}

.taiken-inner {
  background: rgba(172, 211, 255, 0.32);
  padding-top: 82px;
  padding-bottom: 1px;
  position: relative;
}

.taiken-title {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 87px;
  background: rgba(255, 255, 255, 0.32);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.taiken-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 27.96875vw;
  height: 11.6666666667vw;
  max-width: 537px;
  max-height: 224px;
  background: url(assets/svg/ex-content-fish.svg) no-repeat right bottom/contain;
  pointer-events: none;
}
@media (max-width: 440px) {
  .taiken-title::after {
    bottom: unset;
    top: -90px;
    width: 71.7333333333vw;
    height: 29.8666666667vw;
    max-width: 269px;
    max-height: 112px;
  }
}
.taiken-title img {
  position: relative;
  z-index: 1;
}
@media (max-width: 440px) {
  .taiken-title img {
    height: 26.5px;
    width: auto;
  }
}

.ex-content-iwashi {
  margin-top: 105px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 440px) {
  .ex-content-iwashi {
    margin-top: 60px;
  }
}

#stamp,
#tenji,
#photo_spot,
#greeting {
  background: white;
  border-radius: 50px;
  padding: 90px 6% 80px;
  width: 1340px;
  max-width: 100%;
  margin: 58px auto 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1380px) {
  #stamp,
  #tenji,
  #photo_spot,
  #greeting {
    width: 92%;
  }
}
@media (max-width: 781px) {
  #stamp,
  #tenji,
  #photo_spot,
  #greeting {
    padding: 56px 30px 50px;
  }
}
@media (max-width: 440px) {
  #stamp,
  #tenji,
  #photo_spot,
  #greeting {
    width: 89%;
    border-radius: 30px;
    padding: 40px 20px 60px;
    margin: 40px auto 0;
  }
}

#stamp {
  background: rgba(207, 241, 243, 0.8);
  margin-top: -50px;
}
@media (max-width: 440px) {
  #stamp {
    margin-top: -75px;
  }
}

#tenji {
  background: rgba(255, 255, 255, 0.6);
}

#photo_spot {
  background: rgba(247, 241, 209, 0.8);
  margin-top: 0;
}
@media (max-width: 440px) {
  #photo_spot {
    padding-top: 85px;
    padding-bottom: 39px;
  }
}

#greeting {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 440px) {
  #greeting {
    margin-top: 75px;
    padding-top: 46.5px;
    padding-bottom: 80px;
    margin-bottom: 58px;
  }
}

.sub-tag {
  display: inline-block;
  background: #0076fb;
  color: white;
  border-radius: 20px;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.sub-body {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 45px;
  margin-bottom: 40px;
}
@media (max-width: 440px) {
  .sub-body {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
  }
}

.stamp-book-img {
  max-width: 648px;
  margin: 40px auto;
}
@media (max-width: 440px) {
  .stamp-book-img {
    max-width: 295px;
    margin: 20px auto;
  }
}

.photo_spot_illust {
  text-align: center;
  margin-top: 80px;
  margin-bottom: -45px;
}
.photo_spot_illust img {
  margin-inline: auto;
}
.photo_spot_illust {
  position: relative;
  z-index: 2;
}
@media (max-width: 440px) {
  .photo_spot_illust {
    margin-top: 40px;
    margin-bottom: -40px;
  }
}

.photospot-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 440px) {
  .photospot-photos.left-photo {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .photospot-photos.center-photo {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -43px;
  }
  .photospot-photos.right-photo {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -43px;
  }
}
.photospot-photos_wrapper {
  background-image: url(assets/images/photospot-image-back.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1168/394;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 440px) {
  .photospot-photos_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(assets/images/photospot-image-back-sp.png);
    aspect-ratio: 295/482;
  }
}
.photospot-photos img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: 11px solid #ffffff;
}
@media (max-width: 440px) {
  .photospot-photos img {
    width: 58%;
    border: 7px solid #ffffff;
  }
}

.greeting-note {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  max-width: 752px;
  margin: 0 auto;
  line-height: 1.55;
  font-size: clamp(14px, 0.7476635514vw + 10.8224299065px, 18px);
}
@media (max-width: 440px) {
  .greeting-note {
    margin: 40px auto 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.75;
    text-align: left;
  }
}

.collabo {
  position: relative;
  overflow: hidden;
  background: rgba(172, 211, 255, 0.32);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(172, 211, 255, 0.32)), color-stop(50%, rgba(172, 211, 255, 0.32)), color-stop(51%, rgb(255, 251, 207)), to(rgb(255, 251, 207)));
  background: -webkit-linear-gradient(top, rgba(172, 211, 255, 0.32) 0%, rgba(172, 211, 255, 0.32) 50%, rgb(255, 251, 207) 51%, rgb(255, 251, 207) 100%);
  background: linear-gradient(180deg, rgba(172, 211, 255, 0.32) 0%, rgba(172, 211, 255, 0.32) 50%, rgb(255, 251, 207) 51%, rgb(255, 251, 207) 100%);
  width: 100%;
  height: auto;
}
.collabo::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/4516;
  background-image: url(assets/images/menu_back.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 440px) {
  .collabo::before {
    background-image: url(assets/images/menu_back-sp.png);
    aspect-ratio: 375/3384;
  }
}

.collabo-bg {
  width: 100%;
  display: block;
  margin-bottom: -2px;
}

.collabo-inner {
  position: relative;
  z-index: 2;
}
.collabo-inner:before {
  content: "";
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1920/360;
  position: relative;
}
@media (max-width: 440px) {
  .collabo-inner:before {
    aspect-ratio: 375/70;
  }
}

.collabo-char {
  width: 120px;
  margin: 0 auto 20px;
}

.passport, .photocorner, .goods-lineup, .food-menu-box {
  border-radius: 50px;
  padding: 90px 6% 80px;
  max-width: 1340px;
  text-align: center;
}
@media (max-width: 1380px) {
  .passport, .photocorner, .goods-lineup, .food-menu-box {
    width: 92%;
  }
}
@media (max-width: 781px) {
  .passport, .photocorner, .goods-lineup, .food-menu-box {
    padding: 56px 30px 50px;
  }
}
@media (max-width: 440px) {
  .passport, .photocorner, .goods-lineup, .food-menu-box {
    width: 89%;
    border-radius: 30px;
    padding: 40px 20px 40px;
  }
}

.food-menu_illust {
  text-align: center;
  margin-top: 80px;
  margin-bottom: -45px;
}
.food-menu_illust img {
  margin-inline: auto;
}
.food-menu_illust {
  position: relative;
  z-index: 2;
}

.food-menu-box {
  background: rgba(207, 241, 243, 0.8);
  margin: 0 auto 60px;
  position: relative;
}
@media (max-width: 781px) {
  .food-menu-box {
    padding: 80px 20px 60px;
  }
}
.food-menu-box::after {
  content: "";
  position: absolute;
  right: clamp(-290px, (1340px - 100vw) / 2, 0px);
  bottom: -10px;
  width: 33.0597014925vw;
  height: 12.5373134328vw;
  max-width: 443px;
  max-height: 168px;
  background: url(assets/images/menu_middle_fish.png) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 781px) {
  .food-menu-box::after {
    right: -20px;
    bottom: -42px;
    width: 58.9333333333vw;
    height: 22.4vw;
    max-width: 221px;
    max-height: 84px;
  }
}

.section-desc {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 28px;
  color: #6b6b6b;
}

#backg-body .vk_slider .swiper-button-next,
#backg-body .vk_slider .swiper-button-prev,
#backg-body .vk_post_list_slider .swiper-button-next,
#backg-body .vk_post_list_slider .swiper-button-prev {
  color: #fff !important;
  background-color: #6bb1ff !important;
  border-radius: 50% !important;
}

.food-itemslider .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2em;
}
.food-itemslider .vk_slider_item_container {
  height: 100% !important;
}
.food-itemslider .vk_slider_item .vk_slider_item-background-area {
  border-radius: 60px;
}
.food-itemslider .vk_slider_item-paddingLR-use {
  padding: 0;
}
.food-itemslider .swiper-pagination {
  bottom: 0;
}
.food-itemslider .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0076fb;
}
.food-itemslider .swiper-pagination .swiper-pagination-bullet-active {
  background: #bbbbbb;
}

.food-items {
  border-radius: 60px;
  background-color: #fff;
  opacity: 1;
  padding: 15% 5%;
  width: 95%;
  height: 100% !important;
  margin-inline: auto;
}
.food-items img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
@media (max-width: 575px) {
  .food-items {
    width: 100%;
    border-radius: 30px;
    padding: 30px 20px;
  }
  .food-items img {
    max-width: 216px !important;
  }
}

.food-item-name {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-size: clamp(16px, 0.3738317757vw + 14.4112149533px, 18px);
}
@media (max-width: 440px) {
  .food-item-name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.food-item-price {
  font-size: 24px;
  font-size: 1.5rem;
  color: #6b6b6b;
  font-size: clamp(16px, 0.3738317757vw + 14.4112149533px, 18px);
}
@media (max-width: 440px) {
  .food-item-price {
    font-size: 16px;
    font-size: 1rem;
  }
}

.goods-lineup {
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 60px;
}
@media (max-width: 440px) {
  .goods-lineup {
    padding-top: 80px;
    margin: 0 auto 80px;
  }
}

.goods-lineup-char {
  text-align: center;
  margin-top: 86px;
  margin-bottom: -45px;
}
@media (max-width: 440px) {
  .goods-lineup-char {
    margin-top: 60px;
    margin-bottom: -35px;
  }
}
.goods-lineup-char img {
  margin-inline: auto;
}
.goods-lineup-char {
  position: relative;
  z-index: 2;
}

.goods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 781px) {
  .goods-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px 10px !important;
  }
}
@media (max-width: 440px) {
  .goods-grid {
    padding-top: 23px;
    gap: 15px 5px !important;
  }
}

.goods-item {
  background: #f1fbf2;
  border-radius: 60px;
  padding: 10%;
  text-align: center;
}
@media (max-width: 781px) {
  .goods-item {
    border-radius: 30px;
  }
}
@media (max-width: 440px) {
  .goods-item {
    padding: 15px 12px;
    gap: 5px;
  }
}
.goods-item img {
  width: 100%;
  max-width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}

.goods-item-name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.63;
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(14px, 1.6064257028vw + 1.437751004px, 22px);
}
@media (max-width: 781px) {
  .goods-item-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 440px) {
  .goods-item-name {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}

.goods-item-price {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.63;
  text-align: center;
  color: #757575;
  font-size: clamp(14px, 1.6064257028vw + 1.437751004px, 22px);
}
@media (max-width: 781px) {
  .goods-item-price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 440px) {
  .goods-item-price {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.goods-note {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 20px;
  line-height: 1.55;
  color: #f39801;
  font-size: clamp(14px, 0.7476635514vw + 10.8224299065px, 18px);
}
@media (max-width: 440px) {
  .goods-note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.shop-btn {
  max-width: 480px;
  margin: 20px auto 0;
}
.shop-btn a {
  display: block;
}
.shop-btn img {
  width: 100%;
}

.photocorner {
  background: rgba(247, 241, 209, 0.8);
  margin: 0 auto 80px;
}
@media (max-width: 440px) {
  .photocorner {
    padding-top: 87px;
    margin: 0 auto 65px;
  }
}

.photocorner-char {
  text-align: center;
  margin-top: 0px;
  margin-bottom: -61px;
}
.photocorner-char img {
  margin-inline: auto;
}
.photocorner-char {
  position: relative;
  z-index: 2;
}
@media (max-width: 440px) {
  .photocorner-char {
    margin-top: 60px;
    margin-bottom: -40px;
  }
}

.photocorner-box {
  background: #fffbe5;
  border-radius: 16px;
  padding: 32px 36px;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 440px) {
  .photocorner-box {
    padding: 24px 20px;
  }
}

.passport {
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 120px;
}
@media (max-width: 440px) {
  .passport {
    padding-top: 65px;
    padding-bottom: 60px;
    margin: 0 auto 60px;
  }
}
.passport {
  position: relative;
}
.passport::after {
  content: "";
  position: absolute;
  left: clamp(-368px, (1340px - 100vw) / 2 - 78px, -78px);
  bottom: 0%;
  width: 23.1770833333vw;
  height: 11.5104166667vw;
  max-width: 445px;
  max-height: 221px;
  background: url(assets/images/passport_fish.png) no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 440px) {
  .passport::after {
    bottom: unset;
    top: -68px;
    left: 0;
    width: 59.2vw;
    height: 28vw;
    max-width: 222px;
    max-height: 105px;
  }
}

.passport-img img {
  margin-inline: auto;
}

.passport-note {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 40px;
  line-height: 1.55;
}
@media (max-width: 440px) {
  .passport-note {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.bottom_contents {
  position: relative;
  padding: 0;
  background: url(assets/images/about_back_bottom.png) center bottom/contain no-repeat;
}
@media (max-width: 440px) {
  .bottom_contents {
    background: url(assets/images/about_back_bottom_sp.png) center bottom/contain no-repeat;
  }
}

.bottom_contents-inner {
  background: rgba(207, 241, 243, 0.5);
  padding-top: 82px;
  padding-bottom: 1px;
  position: relative;
}
@media (max-width: 440px) {
  .bottom_contents-inner {
    padding-top: 45px;
  }
}

.campaign {
  position: relative;
  padding: 0;
}

.campaign h2 {
  position: relative;
  z-index: 2;
}

.campaign-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 440px) {
  .campaign-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.campaign-btn-col {
  text-align: center;
}

.campaign-btn-label {
  font-size: 12px;
  color: #555;
  margin-bottom: 8px;
}

.campaign-btn-col img {
  max-width: 230px;
}

.about {
  padding: 80px 20px 117px;
  text-align: center;
}
@media (max-width: 440px) {
  .about {
    padding: 40px 20px 80px;
  }
}

.about-kv {
  text-align: center;
  margin: 0;
}
@media (max-width: 440px) {
  .about-kv {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px;
  }
}
.about-kv img {
  margin-inline: auto;
}

.about h2 {
  margin-top: 43px;
}
@media (max-width: 440px) {
  .about h2 {
    margin-top: 56px;
  }
}

.about-body {
  margin: 24px auto 40px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media (max-width: 440px) {
  .about-body {
    margin: 0px auto 40px;
  }
}
.about-body p {
  font-size: clamp(16px, 1.4953271028vw + 9.6448598131px, 24px);
}
@media (max-width: 440px) {
  .about-body p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.about-body p {
  margin-bottom: 1.5em;
}
.about-body .highlight {
  color: #f39801;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.12;
  font-size: clamp(17px, 2.8037383178vw + 5.0841121495px, 32px);
}
@media (max-width: 440px) {
  .about-body .highlight {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 2.11;
  }
}
.about-body .strong-line {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.56;
  font-size: clamp(17px, 2.8037383178vw + 5.0841121495px, 32px);
}
@media (max-width: 440px) {
  .about-body .strong-line {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.82;
  }
}

.about-btn {
  max-width: 480px;
  margin: 80px auto 80px;
}
@media (max-width: 440px) {
  .about-btn {
    margin: 35px auto;
  }
}
.about-btn a {
  display: block;
}
.about-btn img {
  width: 100%;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.33;
  text-align: center;
}